@aws-sdk/client-directory-service 3.32.0 → 3.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +44 -0
- package/{dist/cjs → dist-cjs}/DirectoryService.js +1 -2
- package/{dist/cjs → dist-cjs}/DirectoryServiceClient.js +8 -9
- package/{dist/cjs → dist-cjs}/commands/AcceptSharedDirectoryCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/AddIpRoutesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/AddRegionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/AddTagsToResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CancelSchemaExtensionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ConnectDirectoryCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateAliasCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateComputerCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateConditionalForwarderCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateDirectoryCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateLogSubscriptionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateMicrosoftADCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateSnapshotCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateTrustCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteConditionalForwarderCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteDirectoryCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteLogSubscriptionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteSnapshotCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteTrustCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeregisterCertificateCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeregisterEventTopicCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeCertificateCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeClientAuthenticationSettingsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeConditionalForwardersCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeDirectoriesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeDomainControllersCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeEventTopicsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeLDAPSSettingsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeRegionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeSharedDirectoriesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeSnapshotsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeTrustsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DisableClientAuthenticationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DisableLDAPSCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DisableRadiusCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DisableSsoCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/EnableClientAuthenticationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/EnableLDAPSCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/EnableRadiusCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/EnableSsoCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetDirectoryLimitsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetSnapshotLimitsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListCertificatesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListIpRoutesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListLogSubscriptionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListSchemaExtensionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RegisterCertificateCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RegisterEventTopicCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RejectSharedDirectoryCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RemoveIpRoutesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RemoveRegionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RemoveTagsFromResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ResetUserPasswordCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RestoreFromSnapshotCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ShareDirectoryCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/StartSchemaExtensionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UnshareDirectoryCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateConditionalForwarderCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateNumberOfDomainControllersCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateRadiusCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateTrustCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/VerifyTrustCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/DescribeDomainControllersPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/DirectoryService.js +2 -19
- package/{dist/es → dist-es}/DirectoryServiceClient.js +2 -24
- package/{dist/es → dist-es}/commands/AcceptSharedDirectoryCommand.js +4 -30
- package/dist-es/commands/AddIpRoutesCommand.js +39 -0
- package/{dist/es → dist-es}/commands/AddRegionCommand.js +4 -30
- package/{dist/es → dist-es}/commands/AddTagsToResourceCommand.js +4 -32
- package/{dist/es → dist-es}/commands/CancelSchemaExtensionCommand.js +4 -34
- package/{dist/es → dist-es}/commands/ConnectDirectoryCommand.js +4 -34
- package/{dist/es → dist-es}/commands/CreateAliasCommand.js +4 -35
- package/{dist/es → dist-es}/commands/CreateComputerCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateConditionalForwarderCommand.js +4 -32
- package/{dist/es → dist-es}/commands/CreateDirectoryCommand.js +4 -35
- package/{dist/es → dist-es}/commands/CreateLogSubscriptionCommand.js +4 -31
- package/{dist/es → dist-es}/commands/CreateMicrosoftADCommand.js +4 -33
- package/{dist/es → dist-es}/commands/CreateSnapshotCommand.js +4 -33
- package/{dist/es → dist-es}/commands/CreateTrustCommand.js +4 -36
- package/{dist/es → dist-es}/commands/DeleteConditionalForwarderCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DeleteDirectoryCommand.js +4 -34
- package/{dist/es → dist-es}/commands/DeleteLogSubscriptionCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteSnapshotCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteTrustCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DeregisterCertificateCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeregisterEventTopicCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeCertificateCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeClientAuthenticationSettingsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DescribeConditionalForwardersCommand.js +4 -32
- package/dist-es/commands/DescribeDirectoriesCommand.js +39 -0
- package/{dist/es → dist-es}/commands/DescribeDomainControllersCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeEventTopicsCommand.js +4 -33
- package/{dist/es → dist-es}/commands/DescribeLDAPSSettingsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeRegionsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DescribeSharedDirectoriesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeSnapshotsCommand.js +4 -36
- package/{dist/es → dist-es}/commands/DescribeTrustsCommand.js +4 -32
- package/{dist/es → dist-es}/commands/DisableClientAuthenticationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DisableLDAPSCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DisableRadiusCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DisableSsoCommand.js +4 -30
- package/{dist/es → dist-es}/commands/EnableClientAuthenticationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/EnableLDAPSCommand.js +4 -30
- package/{dist/es → dist-es}/commands/EnableRadiusCommand.js +4 -31
- package/{dist/es → dist-es}/commands/EnableSsoCommand.js +4 -32
- package/{dist/es → dist-es}/commands/GetDirectoryLimitsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetSnapshotLimitsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListCertificatesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListIpRoutesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListLogSubscriptionsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListSchemaExtensionsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/RegisterCertificateCommand.js +4 -30
- package/{dist/es → dist-es}/commands/RegisterEventTopicCommand.js +4 -34
- package/{dist/es → dist-es}/commands/RejectSharedDirectoryCommand.js +4 -30
- package/{dist/es → dist-es}/commands/RemoveIpRoutesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/RemoveRegionCommand.js +4 -32
- package/{dist/es → dist-es}/commands/RemoveTagsFromResourceCommand.js +4 -30
- package/dist-es/commands/ResetUserPasswordCommand.js +39 -0
- package/{dist/es → dist-es}/commands/RestoreFromSnapshotCommand.js +4 -35
- package/dist-es/commands/ShareDirectoryCommand.js +39 -0
- package/{dist/es → dist-es}/commands/StartSchemaExtensionCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UnshareDirectoryCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateConditionalForwarderCommand.js +4 -31
- package/{dist/es → dist-es}/commands/UpdateNumberOfDomainControllersCommand.js +4 -34
- package/{dist/es → dist-es}/commands/UpdateRadiusCommand.js +4 -31
- package/{dist/es → dist-es}/commands/UpdateTrustCommand.js +4 -31
- package/{dist/es → dist-es}/commands/VerifyTrustCommand.js +4 -33
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -574
- package/{dist/es → dist-es}/pagination/DescribeDomainControllersPaginator.js +17 -30
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +1916 -1922
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/DirectoryService.d.ts +2 -2
- package/{dist/types → dist-types}/DirectoryServiceClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/AcceptSharedDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AddIpRoutesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AddRegionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AddTagsToResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CancelSchemaExtensionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ConnectDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateAliasCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateComputerCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateConditionalForwarderCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateLogSubscriptionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateMicrosoftADCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateSnapshotCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateTrustCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteConditionalForwarderCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteLogSubscriptionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteSnapshotCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteTrustCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeregisterCertificateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeregisterEventTopicCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeCertificateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeClientAuthenticationSettingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeConditionalForwardersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeDirectoriesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeDomainControllersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEventTopicsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeLDAPSSettingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeRegionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeSharedDirectoriesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeSnapshotsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeTrustsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DisableClientAuthenticationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DisableLDAPSCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DisableRadiusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DisableSsoCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/EnableClientAuthenticationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/EnableLDAPSCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/EnableRadiusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/EnableSsoCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetDirectoryLimitsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetSnapshotLimitsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListCertificatesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListIpRoutesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListLogSubscriptionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListSchemaExtensionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RegisterCertificateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RegisterEventTopicCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RejectSharedDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RemoveIpRoutesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RemoveRegionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RemoveTagsFromResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ResetUserPasswordCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RestoreFromSnapshotCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ShareDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartSchemaExtensionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UnshareDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateConditionalForwarderCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateNumberOfDomainControllersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateRadiusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateTrustCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/VerifyTrustCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/DescribeDomainControllersPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +2 -1
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/DirectoryService.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/DirectoryServiceClient.d.ts +8 -8
- package/{dist/types → dist-types}/ts3.4/commands/AcceptSharedDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/AddIpRoutesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/AddRegionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/AddTagsToResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CancelSchemaExtensionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ConnectDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateAliasCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateComputerCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateConditionalForwarderCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateLogSubscriptionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateMicrosoftADCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateSnapshotCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateTrustCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteConditionalForwarderCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteLogSubscriptionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteSnapshotCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteTrustCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeregisterCertificateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeregisterEventTopicCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeCertificateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeClientAuthenticationSettingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeConditionalForwardersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeDirectoriesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeDomainControllersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEventTopicsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeLDAPSSettingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeRegionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeSharedDirectoriesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeSnapshotsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeTrustsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DisableClientAuthenticationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DisableLDAPSCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DisableRadiusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DisableSsoCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/EnableClientAuthenticationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/EnableLDAPSCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/EnableRadiusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/EnableSsoCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetDirectoryLimitsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetSnapshotLimitsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListCertificatesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListIpRoutesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListLogSubscriptionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListSchemaExtensionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/RegisterCertificateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/RegisterEventTopicCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/RejectSharedDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/RemoveIpRoutesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/RemoveRegionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ResetUserPasswordCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ShareDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/StartSchemaExtensionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UnshareDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateConditionalForwarderCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateNumberOfDomainControllersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateRadiusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateTrustCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/VerifyTrustCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeDomainControllersPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -1
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- package/DirectoryService.ts +0 -2363
- package/DirectoryServiceClient.ts +0 -521
- package/commands/AcceptSharedDirectoryCommand.ts +0 -94
- package/commands/AddIpRoutesCommand.ts +0 -101
- package/commands/AddRegionCommand.ts +0 -91
- package/commands/AddTagsToResourceCommand.ts +0 -96
- package/commands/CancelSchemaExtensionCommand.ts +0 -98
- package/commands/ConnectDirectoryCommand.ts +0 -98
- package/commands/CreateAliasCommand.ts +0 -99
- package/commands/CreateComputerCommand.ts +0 -94
- package/commands/CreateConditionalForwarderCommand.ts +0 -99
- package/commands/CreateDirectoryCommand.ts +0 -99
- package/commands/CreateLogSubscriptionCommand.ts +0 -95
- package/commands/CreateMicrosoftADCommand.ts +0 -97
- package/commands/CreateSnapshotCommand.ts +0 -97
- package/commands/CreateTrustCommand.ts +0 -100
- package/commands/DeleteConditionalForwarderCommand.ts +0 -98
- package/commands/DeleteDirectoryCommand.ts +0 -98
- package/commands/DeleteLogSubscriptionCommand.ts +0 -94
- package/commands/DeleteSnapshotCommand.ts +0 -94
- package/commands/DeleteTrustCommand.ts +0 -95
- package/commands/DeregisterCertificateCommand.ts +0 -94
- package/commands/DeregisterEventTopicCommand.ts +0 -94
- package/commands/DescribeCertificateCommand.ts +0 -94
- package/commands/DescribeClientAuthenticationSettingsCommand.ts +0 -106
- package/commands/DescribeConditionalForwardersCommand.ts +0 -101
- package/commands/DescribeDirectoriesCommand.ts +0 -104
- package/commands/DescribeDomainControllersCommand.ts +0 -97
- package/commands/DescribeEventTopicsCommand.ts +0 -97
- package/commands/DescribeLDAPSSettingsCommand.ts +0 -94
- package/commands/DescribeRegionsCommand.ts +0 -95
- package/commands/DescribeSharedDirectoriesCommand.ts +0 -97
- package/commands/DescribeSnapshotsCommand.ts +0 -100
- package/commands/DescribeTrustsCommand.ts +0 -96
- package/commands/DisableClientAuthenticationCommand.ts +0 -97
- package/commands/DisableLDAPSCommand.ts +0 -94
- package/commands/DisableRadiusCommand.ts +0 -95
- package/commands/DisableSsoCommand.ts +0 -94
- package/commands/EnableClientAuthenticationCommand.ts +0 -97
- package/commands/EnableLDAPSCommand.ts +0 -94
- package/commands/EnableRadiusCommand.ts +0 -95
- package/commands/EnableSsoCommand.ts +0 -93
- package/commands/GetDirectoryLimitsCommand.ts +0 -94
- package/commands/GetSnapshotLimitsCommand.ts +0 -94
- package/commands/ListCertificatesCommand.ts +0 -94
- package/commands/ListIpRoutesCommand.ts +0 -94
- package/commands/ListLogSubscriptionsCommand.ts +0 -94
- package/commands/ListSchemaExtensionsCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/RegisterCertificateCommand.ts +0 -94
- package/commands/RegisterEventTopicCommand.ts +0 -98
- package/commands/RejectSharedDirectoryCommand.ts +0 -94
- package/commands/RemoveIpRoutesCommand.ts +0 -94
- package/commands/RemoveRegionCommand.ts +0 -96
- package/commands/RemoveTagsFromResourceCommand.ts +0 -94
- package/commands/ResetUserPasswordCommand.ts +0 -111
- package/commands/RestoreFromSnapshotCommand.ts +0 -99
- package/commands/ShareDirectoryCommand.ts +0 -106
- package/commands/StartSchemaExtensionCommand.ts +0 -94
- package/commands/UnshareDirectoryCommand.ts +0 -94
- package/commands/UpdateConditionalForwarderCommand.ts +0 -98
- package/commands/UpdateNumberOfDomainControllersCommand.ts +0 -106
- package/commands/UpdateRadiusCommand.ts +0 -95
- package/commands/UpdateTrustCommand.ts +0 -95
- package/commands/VerifyTrustCommand.ts +0 -97
- package/dist/cjs/DirectoryService.js.map +0 -1
- package/dist/cjs/DirectoryServiceClient.js.map +0 -1
- package/dist/cjs/commands/AcceptSharedDirectoryCommand.js.map +0 -1
- package/dist/cjs/commands/AddIpRoutesCommand.js.map +0 -1
- package/dist/cjs/commands/AddRegionCommand.js.map +0 -1
- package/dist/cjs/commands/AddTagsToResourceCommand.js.map +0 -1
- package/dist/cjs/commands/CancelSchemaExtensionCommand.js.map +0 -1
- package/dist/cjs/commands/ConnectDirectoryCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAliasCommand.js.map +0 -1
- package/dist/cjs/commands/CreateComputerCommand.js.map +0 -1
- package/dist/cjs/commands/CreateConditionalForwarderCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDirectoryCommand.js.map +0 -1
- package/dist/cjs/commands/CreateLogSubscriptionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateMicrosoftADCommand.js.map +0 -1
- package/dist/cjs/commands/CreateSnapshotCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTrustCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteConditionalForwarderCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDirectoryCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteLogSubscriptionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteSnapshotCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTrustCommand.js.map +0 -1
- package/dist/cjs/commands/DeregisterCertificateCommand.js.map +0 -1
- package/dist/cjs/commands/DeregisterEventTopicCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeCertificateCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeClientAuthenticationSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConditionalForwardersCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDirectoriesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDomainControllersCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEventTopicsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLDAPSSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeRegionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeSharedDirectoriesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeSnapshotsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTrustsCommand.js.map +0 -1
- package/dist/cjs/commands/DisableClientAuthenticationCommand.js.map +0 -1
- package/dist/cjs/commands/DisableLDAPSCommand.js.map +0 -1
- package/dist/cjs/commands/DisableRadiusCommand.js.map +0 -1
- package/dist/cjs/commands/DisableSsoCommand.js.map +0 -1
- package/dist/cjs/commands/EnableClientAuthenticationCommand.js.map +0 -1
- package/dist/cjs/commands/EnableLDAPSCommand.js.map +0 -1
- package/dist/cjs/commands/EnableRadiusCommand.js.map +0 -1
- package/dist/cjs/commands/EnableSsoCommand.js.map +0 -1
- package/dist/cjs/commands/GetDirectoryLimitsCommand.js.map +0 -1
- package/dist/cjs/commands/GetSnapshotLimitsCommand.js.map +0 -1
- package/dist/cjs/commands/ListCertificatesCommand.js.map +0 -1
- package/dist/cjs/commands/ListIpRoutesCommand.js.map +0 -1
- package/dist/cjs/commands/ListLogSubscriptionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListSchemaExtensionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/RegisterCertificateCommand.js.map +0 -1
- package/dist/cjs/commands/RegisterEventTopicCommand.js.map +0 -1
- package/dist/cjs/commands/RejectSharedDirectoryCommand.js.map +0 -1
- package/dist/cjs/commands/RemoveIpRoutesCommand.js.map +0 -1
- package/dist/cjs/commands/RemoveRegionCommand.js.map +0 -1
- package/dist/cjs/commands/RemoveTagsFromResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ResetUserPasswordCommand.js.map +0 -1
- package/dist/cjs/commands/RestoreFromSnapshotCommand.js.map +0 -1
- package/dist/cjs/commands/ShareDirectoryCommand.js.map +0 -1
- package/dist/cjs/commands/StartSchemaExtensionCommand.js.map +0 -1
- package/dist/cjs/commands/UnshareDirectoryCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateConditionalForwarderCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateNumberOfDomainControllersCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRadiusCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateTrustCommand.js.map +0 -1
- package/dist/cjs/commands/VerifyTrustCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/DescribeDomainControllersPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/DirectoryService.js.map +0 -1
- package/dist/es/DirectoryServiceClient.js.map +0 -1
- package/dist/es/commands/AcceptSharedDirectoryCommand.js.map +0 -1
- package/dist/es/commands/AddIpRoutesCommand.js +0 -72
- package/dist/es/commands/AddIpRoutesCommand.js.map +0 -1
- package/dist/es/commands/AddRegionCommand.js.map +0 -1
- package/dist/es/commands/AddTagsToResourceCommand.js.map +0 -1
- package/dist/es/commands/CancelSchemaExtensionCommand.js.map +0 -1
- package/dist/es/commands/ConnectDirectoryCommand.js.map +0 -1
- package/dist/es/commands/CreateAliasCommand.js.map +0 -1
- package/dist/es/commands/CreateComputerCommand.js.map +0 -1
- package/dist/es/commands/CreateConditionalForwarderCommand.js.map +0 -1
- package/dist/es/commands/CreateDirectoryCommand.js.map +0 -1
- package/dist/es/commands/CreateLogSubscriptionCommand.js.map +0 -1
- package/dist/es/commands/CreateMicrosoftADCommand.js.map +0 -1
- package/dist/es/commands/CreateSnapshotCommand.js.map +0 -1
- package/dist/es/commands/CreateTrustCommand.js.map +0 -1
- package/dist/es/commands/DeleteConditionalForwarderCommand.js.map +0 -1
- package/dist/es/commands/DeleteDirectoryCommand.js.map +0 -1
- package/dist/es/commands/DeleteLogSubscriptionCommand.js.map +0 -1
- package/dist/es/commands/DeleteSnapshotCommand.js.map +0 -1
- package/dist/es/commands/DeleteTrustCommand.js.map +0 -1
- package/dist/es/commands/DeregisterCertificateCommand.js.map +0 -1
- package/dist/es/commands/DeregisterEventTopicCommand.js.map +0 -1
- package/dist/es/commands/DescribeCertificateCommand.js.map +0 -1
- package/dist/es/commands/DescribeClientAuthenticationSettingsCommand.js.map +0 -1
- package/dist/es/commands/DescribeConditionalForwardersCommand.js.map +0 -1
- package/dist/es/commands/DescribeDirectoriesCommand.js +0 -75
- package/dist/es/commands/DescribeDirectoriesCommand.js.map +0 -1
- package/dist/es/commands/DescribeDomainControllersCommand.js.map +0 -1
- package/dist/es/commands/DescribeEventTopicsCommand.js.map +0 -1
- package/dist/es/commands/DescribeLDAPSSettingsCommand.js.map +0 -1
- package/dist/es/commands/DescribeRegionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeSharedDirectoriesCommand.js.map +0 -1
- package/dist/es/commands/DescribeSnapshotsCommand.js.map +0 -1
- package/dist/es/commands/DescribeTrustsCommand.js.map +0 -1
- package/dist/es/commands/DisableClientAuthenticationCommand.js.map +0 -1
- package/dist/es/commands/DisableLDAPSCommand.js.map +0 -1
- package/dist/es/commands/DisableRadiusCommand.js.map +0 -1
- package/dist/es/commands/DisableSsoCommand.js.map +0 -1
- package/dist/es/commands/EnableClientAuthenticationCommand.js.map +0 -1
- package/dist/es/commands/EnableLDAPSCommand.js.map +0 -1
- package/dist/es/commands/EnableRadiusCommand.js.map +0 -1
- package/dist/es/commands/EnableSsoCommand.js.map +0 -1
- package/dist/es/commands/GetDirectoryLimitsCommand.js.map +0 -1
- package/dist/es/commands/GetSnapshotLimitsCommand.js.map +0 -1
- package/dist/es/commands/ListCertificatesCommand.js.map +0 -1
- package/dist/es/commands/ListIpRoutesCommand.js.map +0 -1
- package/dist/es/commands/ListLogSubscriptionsCommand.js.map +0 -1
- package/dist/es/commands/ListSchemaExtensionsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/RegisterCertificateCommand.js.map +0 -1
- package/dist/es/commands/RegisterEventTopicCommand.js.map +0 -1
- package/dist/es/commands/RejectSharedDirectoryCommand.js.map +0 -1
- package/dist/es/commands/RemoveIpRoutesCommand.js.map +0 -1
- package/dist/es/commands/RemoveRegionCommand.js.map +0 -1
- package/dist/es/commands/RemoveTagsFromResourceCommand.js.map +0 -1
- package/dist/es/commands/ResetUserPasswordCommand.js +0 -82
- package/dist/es/commands/ResetUserPasswordCommand.js.map +0 -1
- package/dist/es/commands/RestoreFromSnapshotCommand.js.map +0 -1
- package/dist/es/commands/ShareDirectoryCommand.js +0 -77
- package/dist/es/commands/ShareDirectoryCommand.js.map +0 -1
- package/dist/es/commands/StartSchemaExtensionCommand.js.map +0 -1
- package/dist/es/commands/UnshareDirectoryCommand.js.map +0 -1
- package/dist/es/commands/UpdateConditionalForwarderCommand.js.map +0 -1
- package/dist/es/commands/UpdateNumberOfDomainControllersCommand.js.map +0 -1
- package/dist/es/commands/UpdateRadiusCommand.js.map +0 -1
- package/dist/es/commands/UpdateTrustCommand.js.map +0 -1
- package/dist/es/commands/VerifyTrustCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -69
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/DescribeDomainControllersPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/endpoints.ts +0 -91
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -5382
- package/pagination/DescribeDomainControllersPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/protocols/Aws_json1_1.ts +0 -9828
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListLogSubscriptionsRequest, ListLogSubscriptionsResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ListLogSubscriptionsCommand, serializeAws_json1_1ListLogSubscriptionsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { DirectoryServiceClient, ListLogSubscriptionsCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
12
|
-
* // const { DirectoryServiceClient, ListLogSubscriptionsCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
13
|
-
* const client = new DirectoryServiceClient(config);
|
|
14
|
-
* const command = new ListLogSubscriptionsCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link ListLogSubscriptionsCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link ListLogSubscriptionsCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var ListLogSubscriptionsCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { ListLogSubscriptionsRequest, ListLogSubscriptionsResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ListLogSubscriptionsCommand, serializeAws_json1_1ListLogSubscriptionsCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var ListLogSubscriptionsCommand = (function (_super) {
|
|
24
7
|
__extends(ListLogSubscriptionsCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function ListLogSubscriptionsCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
ListLogSubscriptionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var ListLogSubscriptionsCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return ListLogSubscriptionsCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { ListLogSubscriptionsCommand };
|
|
65
|
-
//# sourceMappingURL=ListLogSubscriptionsCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListSchemaExtensionsRequest, ListSchemaExtensionsResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ListSchemaExtensionsCommand, serializeAws_json1_1ListSchemaExtensionsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { DirectoryServiceClient, ListSchemaExtensionsCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
12
|
-
* // const { DirectoryServiceClient, ListSchemaExtensionsCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
13
|
-
* const client = new DirectoryServiceClient(config);
|
|
14
|
-
* const command = new ListSchemaExtensionsCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link ListSchemaExtensionsCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link ListSchemaExtensionsCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var ListSchemaExtensionsCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { ListSchemaExtensionsRequest, ListSchemaExtensionsResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ListSchemaExtensionsCommand, serializeAws_json1_1ListSchemaExtensionsCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var ListSchemaExtensionsCommand = (function (_super) {
|
|
24
7
|
__extends(ListSchemaExtensionsCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function ListSchemaExtensionsCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
ListSchemaExtensionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var ListSchemaExtensionsCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return ListSchemaExtensionsCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { ListSchemaExtensionsCommand };
|
|
65
|
-
//# sourceMappingURL=ListSchemaExtensionsCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ListTagsForResourceCommand, serializeAws_json1_1ListTagsForResourceCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { DirectoryServiceClient, ListTagsForResourceCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
12
|
-
* // const { DirectoryServiceClient, ListTagsForResourceCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
13
|
-
* const client = new DirectoryServiceClient(config);
|
|
14
|
-
* const command = new ListTagsForResourceCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var ListTagsForResourceCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ListTagsForResourceCommand, serializeAws_json1_1ListTagsForResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var ListTagsForResourceCommand = (function (_super) {
|
|
24
7
|
__extends(ListTagsForResourceCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function ListTagsForResourceCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
ListTagsForResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var ListTagsForResourceCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return ListTagsForResourceCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { ListTagsForResourceCommand };
|
|
65
|
-
//# sourceMappingURL=ListTagsForResourceCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { RegisterCertificateRequest, RegisterCertificateResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1RegisterCertificateCommand, serializeAws_json1_1RegisterCertificateCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { DirectoryServiceClient, RegisterCertificateCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
12
|
-
* // const { DirectoryServiceClient, RegisterCertificateCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
13
|
-
* const client = new DirectoryServiceClient(config);
|
|
14
|
-
* const command = new RegisterCertificateCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link RegisterCertificateCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link RegisterCertificateCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var RegisterCertificateCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { RegisterCertificateRequest, RegisterCertificateResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1RegisterCertificateCommand, serializeAws_json1_1RegisterCertificateCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var RegisterCertificateCommand = (function (_super) {
|
|
24
7
|
__extends(RegisterCertificateCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function RegisterCertificateCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
RegisterCertificateCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var RegisterCertificateCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return RegisterCertificateCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { RegisterCertificateCommand };
|
|
65
|
-
//# sourceMappingURL=RegisterCertificateCommand.js.map
|
|
@@ -1,44 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { RegisterEventTopicRequest, RegisterEventTopicResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1RegisterEventTopicCommand, serializeAws_json1_1RegisterEventTopicCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* the status of your directory changes. You get notified if your directory goes from an Active
|
|
10
|
-
* status to an Impaired or Inoperable status. You also receive a notification when the directory
|
|
11
|
-
* returns to an Active status.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { DirectoryServiceClient, RegisterEventTopicCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
16
|
-
* // const { DirectoryServiceClient, RegisterEventTopicCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
17
|
-
* const client = new DirectoryServiceClient(config);
|
|
18
|
-
* const command = new RegisterEventTopicCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link RegisterEventTopicCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link RegisterEventTopicCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
var RegisterEventTopicCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { RegisterEventTopicRequest, RegisterEventTopicResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1RegisterEventTopicCommand, serializeAws_json1_1RegisterEventTopicCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var RegisterEventTopicCommand = (function (_super) {
|
|
28
7
|
__extends(RegisterEventTopicCommand, _super);
|
|
29
|
-
// Start section: command_properties
|
|
30
|
-
// End section: command_properties
|
|
31
8
|
function RegisterEventTopicCommand(input) {
|
|
32
|
-
var _this =
|
|
33
|
-
// Start section: command_constructor
|
|
34
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
35
10
|
_this.input = input;
|
|
36
11
|
return _this;
|
|
37
|
-
// End section: command_constructor
|
|
38
12
|
}
|
|
39
|
-
/**
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
42
13
|
RegisterEventTopicCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
43
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
44
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -66,4 +37,3 @@ var RegisterEventTopicCommand = /** @class */ (function (_super) {
|
|
|
66
37
|
return RegisterEventTopicCommand;
|
|
67
38
|
}($Command));
|
|
68
39
|
export { RegisterEventTopicCommand };
|
|
69
|
-
//# sourceMappingURL=RegisterEventTopicCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { RejectSharedDirectoryRequest, RejectSharedDirectoryResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1RejectSharedDirectoryCommand, serializeAws_json1_1RejectSharedDirectoryCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { DirectoryServiceClient, RejectSharedDirectoryCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
12
|
-
* // const { DirectoryServiceClient, RejectSharedDirectoryCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
13
|
-
* const client = new DirectoryServiceClient(config);
|
|
14
|
-
* const command = new RejectSharedDirectoryCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link RejectSharedDirectoryCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link RejectSharedDirectoryCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var RejectSharedDirectoryCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { RejectSharedDirectoryRequest, RejectSharedDirectoryResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1RejectSharedDirectoryCommand, serializeAws_json1_1RejectSharedDirectoryCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var RejectSharedDirectoryCommand = (function (_super) {
|
|
24
7
|
__extends(RejectSharedDirectoryCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function RejectSharedDirectoryCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
RejectSharedDirectoryCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var RejectSharedDirectoryCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return RejectSharedDirectoryCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { RejectSharedDirectoryCommand };
|
|
65
|
-
//# sourceMappingURL=RejectSharedDirectoryCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { RemoveIpRoutesRequest, RemoveIpRoutesResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1RemoveIpRoutesCommand, serializeAws_json1_1RemoveIpRoutesCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { DirectoryServiceClient, RemoveIpRoutesCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
12
|
-
* // const { DirectoryServiceClient, RemoveIpRoutesCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
13
|
-
* const client = new DirectoryServiceClient(config);
|
|
14
|
-
* const command = new RemoveIpRoutesCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link RemoveIpRoutesCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link RemoveIpRoutesCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var RemoveIpRoutesCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { RemoveIpRoutesRequest, RemoveIpRoutesResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1RemoveIpRoutesCommand, serializeAws_json1_1RemoveIpRoutesCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var RemoveIpRoutesCommand = (function (_super) {
|
|
24
7
|
__extends(RemoveIpRoutesCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function RemoveIpRoutesCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
RemoveIpRoutesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var RemoveIpRoutesCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return RemoveIpRoutesCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { RemoveIpRoutesCommand };
|
|
65
|
-
//# sourceMappingURL=RemoveIpRoutesCommand.js.map
|
|
@@ -1,42 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { RemoveRegionRequest, RemoveRegionResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1RemoveRegionCommand, serializeAws_json1_1RemoveRegionCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* <code>DeleteDirectory</code> API.</p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { DirectoryServiceClient, RemoveRegionCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
14
|
-
* // const { DirectoryServiceClient, RemoveRegionCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
15
|
-
* const client = new DirectoryServiceClient(config);
|
|
16
|
-
* const command = new RemoveRegionCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link RemoveRegionCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link RemoveRegionCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
var RemoveRegionCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { RemoveRegionRequest, RemoveRegionResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1RemoveRegionCommand, serializeAws_json1_1RemoveRegionCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var RemoveRegionCommand = (function (_super) {
|
|
26
7
|
__extends(RemoveRegionCommand, _super);
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
8
|
function RemoveRegionCommand(input) {
|
|
30
|
-
var _this =
|
|
31
|
-
// Start section: command_constructor
|
|
32
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
33
10
|
_this.input = input;
|
|
34
11
|
return _this;
|
|
35
|
-
// End section: command_constructor
|
|
36
12
|
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
13
|
RemoveRegionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
41
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -64,4 +37,3 @@ var RemoveRegionCommand = /** @class */ (function (_super) {
|
|
|
64
37
|
return RemoveRegionCommand;
|
|
65
38
|
}($Command));
|
|
66
39
|
export { RemoveRegionCommand };
|
|
67
|
-
//# sourceMappingURL=RemoveRegionCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { RemoveTagsFromResourceRequest, RemoveTagsFromResourceResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1RemoveTagsFromResourceCommand, serializeAws_json1_1RemoveTagsFromResourceCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { DirectoryServiceClient, RemoveTagsFromResourceCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
12
|
-
* // const { DirectoryServiceClient, RemoveTagsFromResourceCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
13
|
-
* const client = new DirectoryServiceClient(config);
|
|
14
|
-
* const command = new RemoveTagsFromResourceCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link RemoveTagsFromResourceCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link RemoveTagsFromResourceCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var RemoveTagsFromResourceCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { RemoveTagsFromResourceRequest, RemoveTagsFromResourceResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1RemoveTagsFromResourceCommand, serializeAws_json1_1RemoveTagsFromResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var RemoveTagsFromResourceCommand = (function (_super) {
|
|
24
7
|
__extends(RemoveTagsFromResourceCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function RemoveTagsFromResourceCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
RemoveTagsFromResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var RemoveTagsFromResourceCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return RemoveTagsFromResourceCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { RemoveTagsFromResourceCommand };
|
|
65
|
-
//# sourceMappingURL=RemoveTagsFromResourceCommand.js.map
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ResetUserPasswordRequest, ResetUserPasswordResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ResetUserPasswordCommand, serializeAws_json1_1ResetUserPasswordCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var ResetUserPasswordCommand = (function (_super) {
|
|
7
|
+
__extends(ResetUserPasswordCommand, _super);
|
|
8
|
+
function ResetUserPasswordCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
ResetUserPasswordCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DirectoryServiceClient";
|
|
18
|
+
var commandName = "ResetUserPasswordCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: ResetUserPasswordRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ResetUserPasswordResult.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ResetUserPasswordCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1ResetUserPasswordCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
ResetUserPasswordCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1ResetUserPasswordCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return ResetUserPasswordCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ResetUserPasswordCommand };
|
|
@@ -1,45 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { RestoreFromSnapshotRequest, RestoreFromSnapshotResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1RestoreFromSnapshotCommand, serializeAws_json1_1RestoreFromSnapshotCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* <p>This action returns as soon as the restore operation is initiated. You can monitor the
|
|
10
|
-
* progress of the restore operation by calling the <a>DescribeDirectories</a> operation with
|
|
11
|
-
* the directory identifier. When the <b>DirectoryDescription.Stage</b> value changes to
|
|
12
|
-
* <code>Active</code>, the restore operation is complete.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { DirectoryServiceClient, RestoreFromSnapshotCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
17
|
-
* // const { DirectoryServiceClient, RestoreFromSnapshotCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
18
|
-
* const client = new DirectoryServiceClient(config);
|
|
19
|
-
* const command = new RestoreFromSnapshotCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link RestoreFromSnapshotCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link RestoreFromSnapshotCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
var RestoreFromSnapshotCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { RestoreFromSnapshotRequest, RestoreFromSnapshotResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1RestoreFromSnapshotCommand, serializeAws_json1_1RestoreFromSnapshotCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var RestoreFromSnapshotCommand = (function (_super) {
|
|
29
7
|
__extends(RestoreFromSnapshotCommand, _super);
|
|
30
|
-
// Start section: command_properties
|
|
31
|
-
// End section: command_properties
|
|
32
8
|
function RestoreFromSnapshotCommand(input) {
|
|
33
|
-
var _this =
|
|
34
|
-
// Start section: command_constructor
|
|
35
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
36
10
|
_this.input = input;
|
|
37
11
|
return _this;
|
|
38
|
-
// End section: command_constructor
|
|
39
12
|
}
|
|
40
|
-
/**
|
|
41
|
-
* @internal
|
|
42
|
-
*/
|
|
43
13
|
RestoreFromSnapshotCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
44
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
45
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -67,4 +37,3 @@ var RestoreFromSnapshotCommand = /** @class */ (function (_super) {
|
|
|
67
37
|
return RestoreFromSnapshotCommand;
|
|
68
38
|
}($Command));
|
|
69
39
|
export { RestoreFromSnapshotCommand };
|
|
70
|
-
//# sourceMappingURL=RestoreFromSnapshotCommand.js.map
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ShareDirectoryRequest, ShareDirectoryResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ShareDirectoryCommand, serializeAws_json1_1ShareDirectoryCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var ShareDirectoryCommand = (function (_super) {
|
|
7
|
+
__extends(ShareDirectoryCommand, _super);
|
|
8
|
+
function ShareDirectoryCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
ShareDirectoryCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "DirectoryServiceClient";
|
|
18
|
+
var commandName = "ShareDirectoryCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: ShareDirectoryRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ShareDirectoryResult.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ShareDirectoryCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1ShareDirectoryCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
ShareDirectoryCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1ShareDirectoryCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return ShareDirectoryCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ShareDirectoryCommand };
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { StartSchemaExtensionRequest, StartSchemaExtensionResult } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1StartSchemaExtensionCommand, serializeAws_json1_1StartSchemaExtensionCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { DirectoryServiceClient, StartSchemaExtensionCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
12
|
-
* // const { DirectoryServiceClient, StartSchemaExtensionCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
13
|
-
* const client = new DirectoryServiceClient(config);
|
|
14
|
-
* const command = new StartSchemaExtensionCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link StartSchemaExtensionCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link StartSchemaExtensionCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var StartSchemaExtensionCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { StartSchemaExtensionRequest, StartSchemaExtensionResult } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1StartSchemaExtensionCommand, serializeAws_json1_1StartSchemaExtensionCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var StartSchemaExtensionCommand = (function (_super) {
|
|
24
7
|
__extends(StartSchemaExtensionCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function StartSchemaExtensionCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
StartSchemaExtensionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var StartSchemaExtensionCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return StartSchemaExtensionCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { StartSchemaExtensionCommand };
|
|
65
|
-
//# sourceMappingURL=StartSchemaExtensionCommand.js.map
|