@aws-sdk/client-directory-service 3.34.0 → 3.37.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 +47 -0
- package/{dist/cjs → dist-cjs}/DirectoryService.js +1 -18
- package/dist-cjs/DirectoryServiceClient.js +35 -0
- package/{dist/cjs → dist-cjs}/commands/AcceptSharedDirectoryCommand.js +2 -27
- package/dist-cjs/commands/AddIpRoutesCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/AddRegionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/AddTagsToResourceCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/CancelSchemaExtensionCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/ConnectDirectoryCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/CreateAliasCommand.js +2 -32
- package/{dist/cjs → dist-cjs}/commands/CreateComputerCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateConditionalForwarderCommand.js +2 -29
- package/dist-cjs/commands/CreateDirectoryCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/CreateLogSubscriptionCommand.js +2 -28
- package/dist-cjs/commands/CreateMicrosoftADCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/CreateSnapshotCommand.js +2 -30
- package/dist-cjs/commands/CreateTrustCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteConditionalForwarderCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DeleteDirectoryCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/DeleteLogSubscriptionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteSnapshotCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteTrustCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DeregisterCertificateCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeregisterEventTopicCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeCertificateCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeClientAuthenticationSettingsCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DescribeConditionalForwardersCommand.js +2 -29
- package/dist-cjs/commands/DescribeDirectoriesCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeDomainControllersCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeEventTopicsCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/DescribeLDAPSSettingsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeRegionsCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DescribeSharedDirectoriesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeSnapshotsCommand.js +2 -33
- package/{dist/cjs → dist-cjs}/commands/DescribeTrustsCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/DisableClientAuthenticationCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DisableLDAPSCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DisableRadiusCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DisableSsoCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/EnableClientAuthenticationCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/EnableLDAPSCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/EnableRadiusCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/EnableSsoCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/GetDirectoryLimitsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetSnapshotLimitsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListCertificatesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListIpRoutesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListLogSubscriptionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListSchemaExtensionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/RegisterCertificateCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/RegisterEventTopicCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/RejectSharedDirectoryCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/RemoveIpRoutesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/RemoveRegionCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/RemoveTagsFromResourceCommand.js +2 -27
- package/dist-cjs/commands/ResetUserPasswordCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/RestoreFromSnapshotCommand.js +2 -32
- package/dist-cjs/commands/ShareDirectoryCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/StartSchemaExtensionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UnshareDirectoryCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateConditionalForwarderCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/UpdateNumberOfDomainControllersCommand.js +2 -31
- package/{dist/cjs → dist-cjs}/commands/UpdateRadiusCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/UpdateTrustCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/VerifyTrustCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
- 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 -574
- package/{dist/cjs → dist-cjs}/pagination/DescribeDomainControllersPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/DirectoryService.js +1 -2
- package/{dist/es → dist-es}/DirectoryServiceClient.js +1 -2
- package/{dist/es → dist-es}/commands/AcceptSharedDirectoryCommand.js +2 -3
- package/{dist/es → dist-es}/commands/AddIpRoutesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/AddRegionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/AddTagsToResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CancelSchemaExtensionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ConnectDirectoryCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateAliasCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateComputerCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateConditionalForwarderCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateDirectoryCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateLogSubscriptionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateMicrosoftADCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateSnapshotCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateTrustCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteConditionalForwarderCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteDirectoryCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteLogSubscriptionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteSnapshotCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteTrustCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeregisterCertificateCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeregisterEventTopicCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeCertificateCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeClientAuthenticationSettingsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeConditionalForwardersCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeDirectoriesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeDomainControllersCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeEventTopicsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeLDAPSSettingsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeRegionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeSharedDirectoriesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeSnapshotsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeTrustsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DisableClientAuthenticationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DisableLDAPSCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DisableRadiusCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DisableSsoCommand.js +2 -3
- package/{dist/es → dist-es}/commands/EnableClientAuthenticationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/EnableLDAPSCommand.js +2 -3
- package/{dist/es → dist-es}/commands/EnableRadiusCommand.js +2 -3
- package/{dist/es → dist-es}/commands/EnableSsoCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetDirectoryLimitsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetSnapshotLimitsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListCertificatesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListIpRoutesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListLogSubscriptionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListSchemaExtensionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RegisterCertificateCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RegisterEventTopicCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RejectSharedDirectoryCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RemoveIpRoutesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RemoveRegionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RemoveTagsFromResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ResetUserPasswordCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RestoreFromSnapshotCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ShareDirectoryCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StartSchemaExtensionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UnshareDirectoryCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateConditionalForwarderCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateNumberOfDomainControllersCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateRadiusCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateTrustCommand.js +2 -3
- package/{dist/es → dist-es}/commands/VerifyTrustCommand.js +2 -3
- 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 -1
- package/{dist/es → dist-es}/pagination/DescribeDomainControllersPaginator.js +1 -2
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
- 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 +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/DirectoryService.d.ts +66 -334
- package/{dist/types → dist-types}/ts3.4/DirectoryServiceClient.d.ts +32 -110
- package/dist-types/ts3.4/commands/AcceptSharedDirectoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AddIpRoutesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AddRegionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelSchemaExtensionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ConnectDirectoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateComputerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateConditionalForwarderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLogSubscriptionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMicrosoftADCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTrustCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DeleteConditionalForwarderCommand.d.ts +4 -23
- package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DeleteLogSubscriptionCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTrustCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterCertificateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterEventTopicCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClientAuthenticationSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeConditionalForwardersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDirectoriesCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DescribeDomainControllersCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DescribeEventTopicsCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DescribeLDAPSSettingsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DescribeSharedDirectoriesCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTrustsCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DisableClientAuthenticationCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DisableLDAPSCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableRadiusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableSsoCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/EnableClientAuthenticationCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/EnableLDAPSCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableRadiusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableSsoCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDirectoryLimitsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSnapshotLimitsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListIpRoutesCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListLogSubscriptionsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/ListSchemaExtensionsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/RegisterCertificateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterEventTopicCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RejectSharedDirectoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveIpRoutesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveRegionCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ShareDirectoryCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/StartSchemaExtensionCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/UnshareDirectoryCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/UpdateConditionalForwarderCommand.d.ts +4 -23
- package/dist-types/ts3.4/commands/UpdateNumberOfDomainControllersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRadiusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTrustCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/VerifyTrustCommand.d.ts +17 -0
- 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/ts3.4/models/models_0.d.ts +2416 -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 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +3 -7
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +45 -42
- 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 +0 -57
- package/dist/cjs/DirectoryServiceClient.js.map +0 -1
- package/dist/cjs/commands/AcceptSharedDirectoryCommand.js.map +0 -1
- package/dist/cjs/commands/AddIpRoutesCommand.js +0 -68
- 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 +0 -66
- package/dist/cjs/commands/CreateDirectoryCommand.js.map +0 -1
- package/dist/cjs/commands/CreateLogSubscriptionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateMicrosoftADCommand.js +0 -64
- package/dist/cjs/commands/CreateMicrosoftADCommand.js.map +0 -1
- package/dist/cjs/commands/CreateSnapshotCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTrustCommand.js +0 -67
- 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 +0 -71
- 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 +0 -78
- package/dist/cjs/commands/ResetUserPasswordCommand.js.map +0 -1
- package/dist/cjs/commands/RestoreFromSnapshotCommand.js.map +0 -1
- package/dist/cjs/commands/ShareDirectoryCommand.js +0 -73
- 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.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.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.map +0 -1
- package/dist/es/commands/RestoreFromSnapshotCommand.js.map +0 -1
- 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/dist/types/ts3.4/commands/AcceptSharedDirectoryCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/AddIpRoutesCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/AddRegionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/AddTagsToResourceCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CancelSchemaExtensionCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ConnectDirectoryCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/CreateAliasCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/CreateComputerCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateConditionalForwarderCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateDirectoryCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/CreateLogSubscriptionCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateMicrosoftADCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateSnapshotCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateTrustCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeleteDirectoryCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeleteSnapshotCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteTrustCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeregisterCertificateCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeregisterEventTopicCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeCertificateCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeClientAuthenticationSettingsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeConditionalForwardersCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeDirectoriesCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/DescribeEventTopicsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DescribeRegionsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DescribeTrustsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DisableLDAPSCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisableRadiusCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DisableSsoCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/EnableLDAPSCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/EnableRadiusCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/EnableSsoCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/GetDirectoryLimitsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetSnapshotLimitsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListCertificatesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListIpRoutesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/RegisterCertificateCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/RegisterEventTopicCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/RejectSharedDirectoryCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/RemoveIpRoutesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/RemoveRegionCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ResetUserPasswordCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/ShareDirectoryCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/UnshareDirectoryCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateNumberOfDomainControllersCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/UpdateRadiusCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateTrustCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/VerifyTrustCommand.d.ts +0 -38
- package/dist/types/ts3.4/models/models_0.d.ts +0 -4296
- 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 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"runtimeConfig.browser.js","sourceRoot":"","sources":["../../runtimeConfig.browser.ts"],"names":[],"mappings":";AAAA,OAAO,WAAW,MAAM,gBAAgB,CAAC;AAEzC,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAChF,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,oBAAoB,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACrF,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AACpE,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAC;AAE9D,OAAO,EAAE,gBAAgB,IAAI,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AAKpF,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAAoC;;IACnE,IAAM,kBAAkB,GAAG,sBAAsB,CAAC,MAAM,CAAC,CAAC;IAC1D,sCACK,kBAAkB,GAClB,MAAM,KACT,OAAO,EAAE,SAAS,EAClB,aAAa,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,aAAa,mCAAI,UAAU,EAClD,aAAa,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,aAAa,mCAAI,QAAQ,EAChD,iBAAiB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,iBAAiB,mCAAI,mBAAmB,EACnE,yBAAyB,EACvB,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,yBAAyB,mCAAI,CAAC,UAAC,CAAU,IAAK,OAAA,cAAM,OAAA,OAAO,CAAC,MAAM,CAAC,IAAI,KAAK,CAAC,uBAAuB,CAAC,CAAC,EAAlD,CAAkD,EAAxD,CAAwD,CAAC,EACjH,wBAAwB,EACtB,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,wBAAwB,mCAChC,gBAAgB,CAAC,EAAE,SAAS,EAAE,kBAAkB,CAAC,SAAS,EAAE,aAAa,EAAE,WAAW,CAAC,OAAO,EAAE,CAAC,EACnG,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,oBAAoB,EACxD,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,eAAe,CAAC,mBAAmB,CAAC,EAC9D,cAAc,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,cAAc,mCAAI,IAAI,gBAAgB,EAAE,EAChE,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,CAAC,cAAM,OAAA,OAAO,CAAC,OAAO,CAAC,kBAAkB,CAAC,EAAnC,CAAmC,CAAC,EAC3E,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,MAAM,EAChC,eAAe,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,eAAe,mCAAI,eAAe,EAC3D,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,QAAQ,EAC5C,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,MAAM,IAC1C;AACJ,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"runtimeConfig.js","sourceRoot":"","sources":["../../runtimeConfig.ts"],"names":[],"mappings":";AAAA,OAAO,WAAW,MAAM,gBAAgB,CAAC;AAEzC,OAAO,EAAE,iCAAiC,EAAE,MAAM,qBAAqB,CAAC;AACxE,OAAO,EAAE,+BAA+B,EAAE,0BAA0B,EAAE,MAAM,0BAA0B,CAAC;AACvG,OAAO,EAAE,eAAe,IAAI,yBAAyB,EAAE,MAAM,mCAAmC,CAAC;AACjG,OAAO,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAC;AAC1C,OAAO,EAAE,+BAA+B,EAAE,8BAA8B,EAAE,MAAM,2BAA2B,CAAC;AAC5G,OAAO,EAAE,UAAU,IAAI,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAC7E,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAC9E,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACjE,OAAO,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AACrE,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAE3D,OAAO,EAAE,gBAAgB,IAAI,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AACpF,OAAO,EAAE,+BAA+B,EAAE,MAAM,wBAAwB,CAAC;AAKzE,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAAoC;;IACnE,+BAA+B,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;IACjD,IAAM,kBAAkB,GAAG,sBAAsB,CAAC,MAAM,CAAC,CAAC;IAC1D,sCACK,kBAAkB,GAClB,MAAM,KACT,OAAO,EAAE,MAAM,EACf,aAAa,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,aAAa,mCAAI,UAAU,EAClD,aAAa,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,aAAa,mCAAI,QAAQ,EAChD,iBAAiB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,iBAAiB,mCAAI,mBAAmB,EACnE,yBAAyB,EACvB,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,yBAAyB,mCAAI,iCAAiC,CAAC,yBAAyB,CAAC,EACnG,wBAAwB,EACtB,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,wBAAwB,mCAChC,gBAAgB,CAAC,EAAE,SAAS,EAAE,kBAAkB,CAAC,SAAS,EAAE,aAAa,EAAE,WAAW,CAAC,OAAO,EAAE,CAAC,EACnG,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,cAAc,CAAC,+BAA+B,CAAC,EACnF,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,cAAc,CAAC,0BAA0B,EAAE,+BAA+B,CAAC,EACrG,cAAc,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,cAAc,mCAAI,IAAI,eAAe,EAAE,EAC/D,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,cAAc,CAAC,8BAA8B,CAAC,EAC9E,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,QAAQ,CAAC,EACnD,eAAe,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,eAAe,mCAAI,eAAe,EAC3D,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,QAAQ,EAC5C,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,MAAM,IAC1C;AACJ,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"runtimeConfig.native.js","sourceRoot":"","sources":["../../runtimeConfig.native.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAE/C,OAAO,EAAE,gBAAgB,IAAI,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;AAKtF,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAAoC;;IACnE,IAAM,eAAe,GAAG,uBAAuB,CAAC,MAAM,CAAC,CAAC;IACxD,sCACK,eAAe,GACf,MAAM,KACT,OAAO,EAAE,cAAc,EACvB,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,MAAM,IAChC;AACJ,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"runtimeConfig.shared.js","sourceRoot":"","sources":["../../runtimeConfig.shared.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,aAAa,CAAC;AAExD,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAM/C,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAAoC;;IAAK,OAAA,CAAC;QACzE,UAAU,EAAE,YAAY;QACxB,iBAAiB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,iBAAiB,mCAAI,KAAK;QACrD,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAK,EAAe;QAC1C,kBAAkB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,kBAAkB,mCAAI,yBAAyB;QAC3E,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,mBAAmB;QACnD,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,QAAQ;KACzC,CAAC,CAAA;CAAA,CAAC"}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
2
|
-
import { AcceptSharedDirectoryRequest, AcceptSharedDirectoryResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface AcceptSharedDirectoryCommandInput extends AcceptSharedDirectoryRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface AcceptSharedDirectoryCommandOutput extends AcceptSharedDirectoryResult, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Accepts a directory sharing request that was sent from the directory owner account.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { DirectoryServiceClient, AcceptSharedDirectoryCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
15
|
-
* // const { DirectoryServiceClient, AcceptSharedDirectoryCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
16
|
-
* const client = new DirectoryServiceClient(config);
|
|
17
|
-
* const command = new AcceptSharedDirectoryCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link AcceptSharedDirectoryCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link AcceptSharedDirectoryCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class AcceptSharedDirectoryCommand extends $Command<AcceptSharedDirectoryCommandInput, AcceptSharedDirectoryCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
27
|
-
readonly input: AcceptSharedDirectoryCommandInput;
|
|
28
|
-
constructor(input: AcceptSharedDirectoryCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AcceptSharedDirectoryCommandInput, AcceptSharedDirectoryCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
2
|
-
import { AddIpRoutesRequest, AddIpRoutesResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface AddIpRoutesCommandInput extends AddIpRoutesRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface AddIpRoutesCommandOutput extends AddIpRoutesResult, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>If the DNS server for your self-managed domain uses a publicly addressable IP address,
|
|
11
|
-
* you must add a CIDR address block to correctly route traffic to and from your Microsoft AD
|
|
12
|
-
* on Amazon Web Services. <i>AddIpRoutes</i> adds this address block. You can
|
|
13
|
-
* also use <i>AddIpRoutes</i> to facilitate routing traffic that uses public IP
|
|
14
|
-
* ranges from your Microsoft AD on Amazon Web Services to a peer VPC. </p>
|
|
15
|
-
* <p>Before you call <i>AddIpRoutes</i>, ensure that all of the required
|
|
16
|
-
* permissions have been explicitly granted through a policy. For details about what
|
|
17
|
-
* permissions are required to run the <i>AddIpRoutes</i> operation, see <a href="http://docs.aws.amazon.com/directoryservice/latest/admin-guide/UsingWithDS_IAM_ResourcePermissions.html">Directory Service API Permissions: Actions, Resources, and Conditions Reference</a>.</p>
|
|
18
|
-
* @example
|
|
19
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
20
|
-
* ```javascript
|
|
21
|
-
* import { DirectoryServiceClient, AddIpRoutesCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
22
|
-
* // const { DirectoryServiceClient, AddIpRoutesCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
23
|
-
* const client = new DirectoryServiceClient(config);
|
|
24
|
-
* const command = new AddIpRoutesCommand(input);
|
|
25
|
-
* const response = await client.send(command);
|
|
26
|
-
* ```
|
|
27
|
-
*
|
|
28
|
-
* @see {@link AddIpRoutesCommandInput} for command's `input` shape.
|
|
29
|
-
* @see {@link AddIpRoutesCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
31
|
-
*
|
|
32
|
-
*/
|
|
33
|
-
export declare class AddIpRoutesCommand extends $Command<AddIpRoutesCommandInput, AddIpRoutesCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
34
|
-
readonly input: AddIpRoutesCommandInput;
|
|
35
|
-
constructor(input: AddIpRoutesCommandInput);
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddIpRoutesCommandInput, AddIpRoutesCommandOutput>;
|
|
40
|
-
private serialize;
|
|
41
|
-
private deserialize;
|
|
42
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
2
|
-
import { AddRegionRequest, AddRegionResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface AddRegionCommandInput extends AddRegionRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface AddRegionCommandOutput extends AddRegionResult, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Adds two domain controllers in the specified Region for the specified directory.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { DirectoryServiceClient, AddRegionCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
15
|
-
* // const { DirectoryServiceClient, AddRegionCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
16
|
-
* const client = new DirectoryServiceClient(config);
|
|
17
|
-
* const command = new AddRegionCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link AddRegionCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link AddRegionCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class AddRegionCommand extends $Command<AddRegionCommandInput, AddRegionCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
27
|
-
readonly input: AddRegionCommandInput;
|
|
28
|
-
constructor(input: AddRegionCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddRegionCommandInput, AddRegionCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
2
|
-
import { AddTagsToResourceRequest, AddTagsToResourceResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface AddTagsToResourceCommandInput extends AddTagsToResourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface AddTagsToResourceCommandOutput extends AddTagsToResourceResult, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Adds or overwrites one or more tags for the specified directory. Each directory can
|
|
11
|
-
* have a maximum of 50 tags. Each tag consists of a key and optional value. Tag keys must be
|
|
12
|
-
* unique to each resource.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { DirectoryServiceClient, AddTagsToResourceCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
17
|
-
* // const { DirectoryServiceClient, AddTagsToResourceCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
18
|
-
* const client = new DirectoryServiceClient(config);
|
|
19
|
-
* const command = new AddTagsToResourceCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link AddTagsToResourceCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link AddTagsToResourceCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
export declare class AddTagsToResourceCommand extends $Command<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
29
|
-
readonly input: AddTagsToResourceCommandInput;
|
|
30
|
-
constructor(input: AddTagsToResourceCommandInput);
|
|
31
|
-
/**
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
34
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput>;
|
|
35
|
-
private serialize;
|
|
36
|
-
private deserialize;
|
|
37
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
2
|
-
import { CancelSchemaExtensionRequest, CancelSchemaExtensionResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CancelSchemaExtensionCommandInput extends CancelSchemaExtensionRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CancelSchemaExtensionCommandOutput extends CancelSchemaExtensionResult, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Cancels an in-progress schema extension to a Microsoft AD directory. Once a schema
|
|
11
|
-
* extension has started replicating to all domain controllers, the task can no longer be
|
|
12
|
-
* canceled. A schema extension can be canceled during any of the following states;
|
|
13
|
-
* <code>Initializing</code>, <code>CreatingSnapshot</code>, and
|
|
14
|
-
* <code>UpdatingSchema</code>.</p>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { DirectoryServiceClient, CancelSchemaExtensionCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
19
|
-
* // const { DirectoryServiceClient, CancelSchemaExtensionCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
20
|
-
* const client = new DirectoryServiceClient(config);
|
|
21
|
-
* const command = new CancelSchemaExtensionCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link CancelSchemaExtensionCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link CancelSchemaExtensionCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
30
|
-
export declare class CancelSchemaExtensionCommand extends $Command<CancelSchemaExtensionCommandInput, CancelSchemaExtensionCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
31
|
-
readonly input: CancelSchemaExtensionCommandInput;
|
|
32
|
-
constructor(input: CancelSchemaExtensionCommandInput);
|
|
33
|
-
/**
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
36
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelSchemaExtensionCommandInput, CancelSchemaExtensionCommandOutput>;
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
2
|
-
import { ConnectDirectoryRequest, ConnectDirectoryResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface ConnectDirectoryCommandInput extends ConnectDirectoryRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ConnectDirectoryCommandOutput extends ConnectDirectoryResult, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Creates an AD Connector to connect to a self-managed directory.</p>
|
|
11
|
-
* <p>Before you call <code>ConnectDirectory</code>, ensure that all of the required permissions
|
|
12
|
-
* have been explicitly granted through a policy. For details about what permissions are required
|
|
13
|
-
* to run the <code>ConnectDirectory</code> operation, see <a href="http://docs.aws.amazon.com/directoryservice/latest/admin-guide/UsingWithDS_IAM_ResourcePermissions.html">Directory Service API Permissions: Actions, Resources, and Conditions
|
|
14
|
-
* Reference</a>.</p>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { DirectoryServiceClient, ConnectDirectoryCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
19
|
-
* // const { DirectoryServiceClient, ConnectDirectoryCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
20
|
-
* const client = new DirectoryServiceClient(config);
|
|
21
|
-
* const command = new ConnectDirectoryCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link ConnectDirectoryCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link ConnectDirectoryCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
30
|
-
export declare class ConnectDirectoryCommand extends $Command<ConnectDirectoryCommandInput, ConnectDirectoryCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
31
|
-
readonly input: ConnectDirectoryCommandInput;
|
|
32
|
-
constructor(input: ConnectDirectoryCommandInput);
|
|
33
|
-
/**
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
36
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ConnectDirectoryCommandInput, ConnectDirectoryCommandOutput>;
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
2
|
-
import { CreateAliasRequest, CreateAliasResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CreateAliasCommandInput extends CreateAliasRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateAliasCommandOutput extends CreateAliasResult, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Creates an alias for a directory and assigns the alias to the directory. The alias is used
|
|
11
|
-
* to construct the access URL for the directory, such as
|
|
12
|
-
* <code>http://<alias>.awsapps.com</code>.</p>
|
|
13
|
-
* <important>
|
|
14
|
-
* <p>After an alias has been created, it cannot be deleted or reused, so this operation should only be used when absolutely necessary.</p>
|
|
15
|
-
* </important>
|
|
16
|
-
* @example
|
|
17
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
-
* ```javascript
|
|
19
|
-
* import { DirectoryServiceClient, CreateAliasCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
20
|
-
* // const { DirectoryServiceClient, CreateAliasCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
21
|
-
* const client = new DirectoryServiceClient(config);
|
|
22
|
-
* const command = new CreateAliasCommand(input);
|
|
23
|
-
* const response = await client.send(command);
|
|
24
|
-
* ```
|
|
25
|
-
*
|
|
26
|
-
* @see {@link CreateAliasCommandInput} for command's `input` shape.
|
|
27
|
-
* @see {@link CreateAliasCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
29
|
-
*
|
|
30
|
-
*/
|
|
31
|
-
export declare class CreateAliasCommand extends $Command<CreateAliasCommandInput, CreateAliasCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
32
|
-
readonly input: CreateAliasCommandInput;
|
|
33
|
-
constructor(input: CreateAliasCommandInput);
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAliasCommandInput, CreateAliasCommandOutput>;
|
|
38
|
-
private serialize;
|
|
39
|
-
private deserialize;
|
|
40
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
2
|
-
import { CreateComputerRequest, CreateComputerResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CreateComputerCommandInput extends CreateComputerRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateComputerCommandOutput extends CreateComputerResult, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Creates an Active Directory computer object in the specified directory.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { DirectoryServiceClient, CreateComputerCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
15
|
-
* // const { DirectoryServiceClient, CreateComputerCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
16
|
-
* const client = new DirectoryServiceClient(config);
|
|
17
|
-
* const command = new CreateComputerCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link CreateComputerCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link CreateComputerCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
export declare class CreateComputerCommand extends $Command<CreateComputerCommandInput, CreateComputerCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
27
|
-
readonly input: CreateComputerCommandInput;
|
|
28
|
-
constructor(input: CreateComputerCommandInput);
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateComputerCommandInput, CreateComputerCommandOutput>;
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
2
|
-
import { CreateConditionalForwarderRequest, CreateConditionalForwarderResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CreateConditionalForwarderCommandInput extends CreateConditionalForwarderRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateConditionalForwarderCommandOutput extends CreateConditionalForwarderResult, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Creates a conditional forwarder associated with your Amazon Web Services directory. Conditional
|
|
11
|
-
* forwarders are required in order to set up a trust relationship with another domain. The
|
|
12
|
-
* conditional forwarder points to the trusted domain.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { DirectoryServiceClient, CreateConditionalForwarderCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
17
|
-
* // const { DirectoryServiceClient, CreateConditionalForwarderCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
18
|
-
* const client = new DirectoryServiceClient(config);
|
|
19
|
-
* const command = new CreateConditionalForwarderCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link CreateConditionalForwarderCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link CreateConditionalForwarderCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
export declare class CreateConditionalForwarderCommand extends $Command<CreateConditionalForwarderCommandInput, CreateConditionalForwarderCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
29
|
-
readonly input: CreateConditionalForwarderCommandInput;
|
|
30
|
-
constructor(input: CreateConditionalForwarderCommandInput);
|
|
31
|
-
/**
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
34
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConditionalForwarderCommandInput, CreateConditionalForwarderCommandOutput>;
|
|
35
|
-
private serialize;
|
|
36
|
-
private deserialize;
|
|
37
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
2
|
-
import { CreateDirectoryRequest, CreateDirectoryResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CreateDirectoryCommandInput extends CreateDirectoryRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateDirectoryCommandOutput extends CreateDirectoryResult, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Creates a Simple AD directory. For more information, see <a href="https://docs.aws.amazon.com/directoryservice/latest/admin-guide/directory_simple_ad.html">Simple Active Directory</a> in the <i>Directory Service Admin
|
|
11
|
-
* Guide</i>.</p>
|
|
12
|
-
* <p>Before you call <code>CreateDirectory</code>, ensure that all of the required permissions
|
|
13
|
-
* have been explicitly granted through a policy. For details about what permissions are required
|
|
14
|
-
* to run the <code>CreateDirectory</code> operation, see <a href="http://docs.aws.amazon.com/directoryservice/latest/admin-guide/UsingWithDS_IAM_ResourcePermissions.html">Directory Service API Permissions: Actions, Resources, and Conditions
|
|
15
|
-
* Reference</a>.</p>
|
|
16
|
-
* @example
|
|
17
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
-
* ```javascript
|
|
19
|
-
* import { DirectoryServiceClient, CreateDirectoryCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
20
|
-
* // const { DirectoryServiceClient, CreateDirectoryCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
21
|
-
* const client = new DirectoryServiceClient(config);
|
|
22
|
-
* const command = new CreateDirectoryCommand(input);
|
|
23
|
-
* const response = await client.send(command);
|
|
24
|
-
* ```
|
|
25
|
-
*
|
|
26
|
-
* @see {@link CreateDirectoryCommandInput} for command's `input` shape.
|
|
27
|
-
* @see {@link CreateDirectoryCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
29
|
-
*
|
|
30
|
-
*/
|
|
31
|
-
export declare class CreateDirectoryCommand extends $Command<CreateDirectoryCommandInput, CreateDirectoryCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
32
|
-
readonly input: CreateDirectoryCommandInput;
|
|
33
|
-
constructor(input: CreateDirectoryCommandInput);
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDirectoryCommandInput, CreateDirectoryCommandOutput>;
|
|
38
|
-
private serialize;
|
|
39
|
-
private deserialize;
|
|
40
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
2
|
-
import { CreateLogSubscriptionRequest, CreateLogSubscriptionResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CreateLogSubscriptionCommandInput extends CreateLogSubscriptionRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateLogSubscriptionCommandOutput extends CreateLogSubscriptionResult, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Creates a subscription to forward real-time Directory Service domain controller security
|
|
11
|
-
* logs to the specified Amazon CloudWatch log group in your Amazon Web Services account.</p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { DirectoryServiceClient, CreateLogSubscriptionCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
16
|
-
* // const { DirectoryServiceClient, CreateLogSubscriptionCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
17
|
-
* const client = new DirectoryServiceClient(config);
|
|
18
|
-
* const command = new CreateLogSubscriptionCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link CreateLogSubscriptionCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link CreateLogSubscriptionCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
export declare class CreateLogSubscriptionCommand extends $Command<CreateLogSubscriptionCommandInput, CreateLogSubscriptionCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
28
|
-
readonly input: CreateLogSubscriptionCommandInput;
|
|
29
|
-
constructor(input: CreateLogSubscriptionCommandInput);
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLogSubscriptionCommandInput, CreateLogSubscriptionCommandOutput>;
|
|
34
|
-
private serialize;
|
|
35
|
-
private deserialize;
|
|
36
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
2
|
-
import { CreateMicrosoftADRequest, CreateMicrosoftADResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CreateMicrosoftADCommandInput extends CreateMicrosoftADRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateMicrosoftADCommandOutput extends CreateMicrosoftADResult, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Creates a Microsoft AD directory in the Amazon Web Services Cloud. For more information, see <a href="https://docs.aws.amazon.com/directoryservice/latest/admin-guide/directory_microsoft_ad.html">Managed Microsoft AD</a> in the <i>Directory Service Admin Guide</i>.</p>
|
|
11
|
-
* <p>Before you call <i>CreateMicrosoftAD</i>, ensure that all of the required
|
|
12
|
-
* permissions have been explicitly granted through a policy. For details about what permissions
|
|
13
|
-
* are required to run the <i>CreateMicrosoftAD</i> operation, see <a href="http://docs.aws.amazon.com/directoryservice/latest/admin-guide/UsingWithDS_IAM_ResourcePermissions.html">Directory Service API Permissions: Actions, Resources, and Conditions Reference</a>.</p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { DirectoryServiceClient, CreateMicrosoftADCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
18
|
-
* // const { DirectoryServiceClient, CreateMicrosoftADCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
19
|
-
* const client = new DirectoryServiceClient(config);
|
|
20
|
-
* const command = new CreateMicrosoftADCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link CreateMicrosoftADCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link CreateMicrosoftADCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
|
-
export declare class CreateMicrosoftADCommand extends $Command<CreateMicrosoftADCommandInput, CreateMicrosoftADCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
30
|
-
readonly input: CreateMicrosoftADCommandInput;
|
|
31
|
-
constructor(input: CreateMicrosoftADCommandInput);
|
|
32
|
-
/**
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
35
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMicrosoftADCommandInput, CreateMicrosoftADCommandOutput>;
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
2
|
-
import { CreateSnapshotRequest, CreateSnapshotResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CreateSnapshotCommandInput extends CreateSnapshotRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateSnapshotCommandOutput extends CreateSnapshotResult, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Creates a snapshot of a Simple AD or Microsoft AD directory in the Amazon Web Services cloud.</p>
|
|
11
|
-
* <note>
|
|
12
|
-
* <p>You cannot take snapshots of AD Connector directories.</p>
|
|
13
|
-
* </note>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { DirectoryServiceClient, CreateSnapshotCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
18
|
-
* // const { DirectoryServiceClient, CreateSnapshotCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
19
|
-
* const client = new DirectoryServiceClient(config);
|
|
20
|
-
* const command = new CreateSnapshotCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link CreateSnapshotCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link CreateSnapshotCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
|
-
export declare class CreateSnapshotCommand extends $Command<CreateSnapshotCommandInput, CreateSnapshotCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
30
|
-
readonly input: CreateSnapshotCommandInput;
|
|
31
|
-
constructor(input: CreateSnapshotCommandInput);
|
|
32
|
-
/**
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
35
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSnapshotCommandInput, CreateSnapshotCommandOutput>;
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
2
|
-
import { CreateTrustRequest, CreateTrustResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface CreateTrustCommandInput extends CreateTrustRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface CreateTrustCommandOutput extends CreateTrustResult, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Directory Service for Microsoft Active Directory allows you to configure trust relationships. For
|
|
11
|
-
* example, you can establish a trust between your Managed Microsoft AD directory, and your existing
|
|
12
|
-
* self-managed Microsoft Active Directory. This would allow you to provide users and groups
|
|
13
|
-
* access to resources in either domain, with a single set of credentials.</p>
|
|
14
|
-
* <p>This action initiates the creation of the Amazon Web Services side of a trust relationship between an
|
|
15
|
-
* Managed Microsoft AD directory and an external domain. You can create either a forest trust or an
|
|
16
|
-
* external trust.</p>
|
|
17
|
-
* @example
|
|
18
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
19
|
-
* ```javascript
|
|
20
|
-
* import { DirectoryServiceClient, CreateTrustCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
21
|
-
* // const { DirectoryServiceClient, CreateTrustCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
22
|
-
* const client = new DirectoryServiceClient(config);
|
|
23
|
-
* const command = new CreateTrustCommand(input);
|
|
24
|
-
* const response = await client.send(command);
|
|
25
|
-
* ```
|
|
26
|
-
*
|
|
27
|
-
* @see {@link CreateTrustCommandInput} for command's `input` shape.
|
|
28
|
-
* @see {@link CreateTrustCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
30
|
-
*
|
|
31
|
-
*/
|
|
32
|
-
export declare class CreateTrustCommand extends $Command<CreateTrustCommandInput, CreateTrustCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
33
|
-
readonly input: CreateTrustCommandInput;
|
|
34
|
-
constructor(input: CreateTrustCommandInput);
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTrustCommandInput, CreateTrustCommandOutput>;
|
|
39
|
-
private serialize;
|
|
40
|
-
private deserialize;
|
|
41
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
2
|
-
import { DeleteDirectoryRequest, DeleteDirectoryResult } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
-
export interface DeleteDirectoryCommandInput extends DeleteDirectoryRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface DeleteDirectoryCommandOutput extends DeleteDirectoryResult, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
/**
|
|
10
|
-
* <p>Deletes an Directory Service directory.</p>
|
|
11
|
-
* <p>Before you call <code>DeleteDirectory</code>, ensure that all of the required permissions
|
|
12
|
-
* have been explicitly granted through a policy. For details about what permissions are required
|
|
13
|
-
* to run the <code>DeleteDirectory</code> operation, see <a href="http://docs.aws.amazon.com/directoryservice/latest/admin-guide/UsingWithDS_IAM_ResourcePermissions.html">Directory Service API Permissions: Actions, Resources, and Conditions
|
|
14
|
-
* Reference</a>.</p>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { DirectoryServiceClient, DeleteDirectoryCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
19
|
-
* // const { DirectoryServiceClient, DeleteDirectoryCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
20
|
-
* const client = new DirectoryServiceClient(config);
|
|
21
|
-
* const command = new DeleteDirectoryCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link DeleteDirectoryCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link DeleteDirectoryCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
30
|
-
export declare class DeleteDirectoryCommand extends $Command<DeleteDirectoryCommandInput, DeleteDirectoryCommandOutput, DirectoryServiceClientResolvedConfig> {
|
|
31
|
-
readonly input: DeleteDirectoryCommandInput;
|
|
32
|
-
constructor(input: DeleteDirectoryCommandInput);
|
|
33
|
-
/**
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
36
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectoryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDirectoryCommandInput, DeleteDirectoryCommandOutput>;
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|