@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,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeDomainControllersCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { DirectoryServiceClient, DescribeDomainControllersCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
14
|
-
* // const { DirectoryServiceClient, DescribeDomainControllersCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
15
|
-
* const client = new DirectoryServiceClient(config);
|
|
16
|
-
* const command = new DescribeDomainControllersCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DescribeDomainControllersCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DescribeDomainControllersCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
25
8
|
class DescribeDomainControllersCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class DescribeDomainControllersCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.DescribeDomainControllersCommand = DescribeDomainControllersCommand;
|
|
61
|
-
//# sourceMappingURL=DescribeDomainControllersCommand.js.map
|
|
@@ -1,42 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeEventTopicsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* directory.</p>
|
|
11
|
-
* <p>If no input parameters are provided, such as DirectoryId or TopicName, this request
|
|
12
|
-
* describes all of the associations in the account.</p>
|
|
13
|
-
* @example
|
|
14
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
-
* ```javascript
|
|
16
|
-
* import { DirectoryServiceClient, DescribeEventTopicsCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
17
|
-
* // const { DirectoryServiceClient, DescribeEventTopicsCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
18
|
-
* const client = new DirectoryServiceClient(config);
|
|
19
|
-
* const command = new DescribeEventTopicsCommand(input);
|
|
20
|
-
* const response = await client.send(command);
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* @see {@link DescribeEventTopicsCommandInput} for command's `input` shape.
|
|
24
|
-
* @see {@link DescribeEventTopicsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
28
8
|
class DescribeEventTopicsCommand extends smithy_client_1.Command {
|
|
29
|
-
// Start section: command_properties
|
|
30
|
-
// End section: command_properties
|
|
31
9
|
constructor(input) {
|
|
32
|
-
// Start section: command_constructor
|
|
33
10
|
super();
|
|
34
11
|
this.input = input;
|
|
35
|
-
// End section: command_constructor
|
|
36
12
|
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
41
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -61,4 +34,3 @@ class DescribeEventTopicsCommand extends smithy_client_1.Command {
|
|
|
61
34
|
}
|
|
62
35
|
}
|
|
63
36
|
exports.DescribeEventTopicsCommand = DescribeEventTopicsCommand;
|
|
64
|
-
//# sourceMappingURL=DescribeEventTopicsCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeLDAPSSettingsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { DirectoryServiceClient, DescribeLDAPSSettingsCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
14
|
-
* // const { DirectoryServiceClient, DescribeLDAPSSettingsCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
15
|
-
* const client = new DirectoryServiceClient(config);
|
|
16
|
-
* const command = new DescribeLDAPSSettingsCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DescribeLDAPSSettingsCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DescribeLDAPSSettingsCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
25
8
|
class DescribeLDAPSSettingsCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class DescribeLDAPSSettingsCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.DescribeLDAPSSettingsCommand = DescribeLDAPSSettingsCommand;
|
|
61
|
-
//# sourceMappingURL=DescribeLDAPSSettingsCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeRegionsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* replication.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { DirectoryServiceClient, DescribeRegionsCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
15
|
-
* // const { DirectoryServiceClient, DescribeRegionsCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
16
|
-
* const client = new DirectoryServiceClient(config);
|
|
17
|
-
* const command = new DescribeRegionsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeRegionsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeRegionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
26
8
|
class DescribeRegionsCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class DescribeRegionsCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.DescribeRegionsCommand = DescribeRegionsCommand;
|
|
62
|
-
//# sourceMappingURL=DescribeRegionsCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeSharedDirectoriesCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { DirectoryServiceClient, DescribeSharedDirectoriesCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
14
|
-
* // const { DirectoryServiceClient, DescribeSharedDirectoriesCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
15
|
-
* const client = new DirectoryServiceClient(config);
|
|
16
|
-
* const command = new DescribeSharedDirectoriesCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DescribeSharedDirectoriesCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DescribeSharedDirectoriesCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
25
8
|
class DescribeSharedDirectoriesCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class DescribeSharedDirectoriesCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.DescribeSharedDirectoriesCommand = DescribeSharedDirectoriesCommand;
|
|
61
|
-
//# sourceMappingURL=DescribeSharedDirectoriesCommand.js.map
|
|
@@ -1,45 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeSnapshotsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* <p>This operation supports pagination with the use of the <i>NextToken</i> request and
|
|
11
|
-
* response parameters. If more results are available, the <i>DescribeSnapshots.NextToken</i>
|
|
12
|
-
* member contains a token that you pass in the next call to <a>DescribeSnapshots</a> to
|
|
13
|
-
* retrieve the next set of items.</p>
|
|
14
|
-
* <p>You can also specify a maximum number of return results with the <i>Limit</i>
|
|
15
|
-
* parameter.</p>
|
|
16
|
-
* @example
|
|
17
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
-
* ```javascript
|
|
19
|
-
* import { DirectoryServiceClient, DescribeSnapshotsCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
20
|
-
* // const { DirectoryServiceClient, DescribeSnapshotsCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
21
|
-
* const client = new DirectoryServiceClient(config);
|
|
22
|
-
* const command = new DescribeSnapshotsCommand(input);
|
|
23
|
-
* const response = await client.send(command);
|
|
24
|
-
* ```
|
|
25
|
-
*
|
|
26
|
-
* @see {@link DescribeSnapshotsCommandInput} for command's `input` shape.
|
|
27
|
-
* @see {@link DescribeSnapshotsCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
29
|
-
*
|
|
30
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
31
8
|
class DescribeSnapshotsCommand extends smithy_client_1.Command {
|
|
32
|
-
// Start section: command_properties
|
|
33
|
-
// End section: command_properties
|
|
34
9
|
constructor(input) {
|
|
35
|
-
// Start section: command_constructor
|
|
36
10
|
super();
|
|
37
11
|
this.input = input;
|
|
38
|
-
// End section: command_constructor
|
|
39
12
|
}
|
|
40
|
-
/**
|
|
41
|
-
* @internal
|
|
42
|
-
*/
|
|
43
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
44
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
45
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -64,4 +34,3 @@ class DescribeSnapshotsCommand extends smithy_client_1.Command {
|
|
|
64
34
|
}
|
|
65
35
|
}
|
|
66
36
|
exports.DescribeSnapshotsCommand = DescribeSnapshotsCommand;
|
|
67
|
-
//# sourceMappingURL=DescribeSnapshotsCommand.js.map
|
|
@@ -1,41 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeTrustsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* <p>If no input parameters are provided, such as DirectoryId or TrustIds, this request
|
|
11
|
-
* describes all the trust relationships belonging to the 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, DescribeTrustsCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
16
|
-
* // const { DirectoryServiceClient, DescribeTrustsCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
17
|
-
* const client = new DirectoryServiceClient(config);
|
|
18
|
-
* const command = new DescribeTrustsCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DescribeTrustsCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DescribeTrustsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
27
8
|
class DescribeTrustsCommand extends smithy_client_1.Command {
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
9
|
constructor(input) {
|
|
31
|
-
// Start section: command_constructor
|
|
32
10
|
super();
|
|
33
11
|
this.input = input;
|
|
34
|
-
// End section: command_constructor
|
|
35
12
|
}
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
40
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
41
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -60,4 +34,3 @@ class DescribeTrustsCommand extends smithy_client_1.Command {
|
|
|
60
34
|
}
|
|
61
35
|
}
|
|
62
36
|
exports.DescribeTrustsCommand = DescribeTrustsCommand;
|
|
63
|
-
//# sourceMappingURL=DescribeTrustsCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DisableClientAuthenticationCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { DirectoryServiceClient, DisableClientAuthenticationCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
14
|
-
* // const { DirectoryServiceClient, DisableClientAuthenticationCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
15
|
-
* const client = new DirectoryServiceClient(config);
|
|
16
|
-
* const command = new DisableClientAuthenticationCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DisableClientAuthenticationCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DisableClientAuthenticationCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
25
8
|
class DisableClientAuthenticationCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class DisableClientAuthenticationCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.DisableClientAuthenticationCommand = DisableClientAuthenticationCommand;
|
|
61
|
-
//# sourceMappingURL=DisableClientAuthenticationCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DisableLDAPSCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { DirectoryServiceClient, DisableLDAPSCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
14
|
-
* // const { DirectoryServiceClient, DisableLDAPSCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
15
|
-
* const client = new DirectoryServiceClient(config);
|
|
16
|
-
* const command = new DisableLDAPSCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DisableLDAPSCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DisableLDAPSCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
25
8
|
class DisableLDAPSCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class DisableLDAPSCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.DisableLDAPSCommand = DisableLDAPSCommand;
|
|
61
|
-
//# sourceMappingURL=DisableLDAPSCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DisableRadiusCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* User Service (RADIUS) server for an AD Connector or Microsoft AD 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, DisableRadiusCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
15
|
-
* // const { DirectoryServiceClient, DisableRadiusCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
16
|
-
* const client = new DirectoryServiceClient(config);
|
|
17
|
-
* const command = new DisableRadiusCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DisableRadiusCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DisableRadiusCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
26
8
|
class DisableRadiusCommand extends smithy_client_1.Command {
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
9
|
constructor(input) {
|
|
30
|
-
// Start section: command_constructor
|
|
31
10
|
super();
|
|
32
11
|
this.input = input;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -59,4 +34,3 @@ class DisableRadiusCommand extends smithy_client_1.Command {
|
|
|
59
34
|
}
|
|
60
35
|
}
|
|
61
36
|
exports.DisableRadiusCommand = DisableRadiusCommand;
|
|
62
|
-
//# sourceMappingURL=DisableRadiusCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DisableSsoCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { DirectoryServiceClient, DisableSsoCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
14
|
-
* // const { DirectoryServiceClient, DisableSsoCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
15
|
-
* const client = new DirectoryServiceClient(config);
|
|
16
|
-
* const command = new DisableSsoCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link DisableSsoCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link DisableSsoCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
25
8
|
class DisableSsoCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class DisableSsoCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.DisableSsoCommand = DisableSsoCommand;
|
|
61
|
-
//# sourceMappingURL=DisableSsoCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.EnableClientAuthenticationCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { DirectoryServiceClient, EnableClientAuthenticationCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
14
|
-
* // const { DirectoryServiceClient, EnableClientAuthenticationCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
15
|
-
* const client = new DirectoryServiceClient(config);
|
|
16
|
-
* const command = new EnableClientAuthenticationCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link EnableClientAuthenticationCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link EnableClientAuthenticationCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
25
8
|
class EnableClientAuthenticationCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class EnableClientAuthenticationCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.EnableClientAuthenticationCommand = EnableClientAuthenticationCommand;
|
|
61
|
-
//# sourceMappingURL=EnableClientAuthenticationCommand.js.map
|
|
@@ -1,39 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.EnableLDAPSCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { DirectoryServiceClient, EnableLDAPSCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
14
|
-
* // const { DirectoryServiceClient, EnableLDAPSCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
15
|
-
* const client = new DirectoryServiceClient(config);
|
|
16
|
-
* const command = new EnableLDAPSCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link EnableLDAPSCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link EnableLDAPSCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
25
8
|
class EnableLDAPSCommand extends smithy_client_1.Command {
|
|
26
|
-
// Start section: command_properties
|
|
27
|
-
// End section: command_properties
|
|
28
9
|
constructor(input) {
|
|
29
|
-
// Start section: command_constructor
|
|
30
10
|
super();
|
|
31
11
|
this.input = input;
|
|
32
|
-
// End section: command_constructor
|
|
33
12
|
}
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
13
|
resolveMiddleware(clientStack, configuration, options) {
|
|
38
14
|
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
15
|
const stack = clientStack.concat(this.middlewareStack);
|
|
@@ -58,4 +34,3 @@ class EnableLDAPSCommand extends smithy_client_1.Command {
|
|
|
58
34
|
}
|
|
59
35
|
}
|
|
60
36
|
exports.EnableLDAPSCommand = EnableLDAPSCommand;
|
|
61
|
-
//# sourceMappingURL=EnableLDAPSCommand.js.map
|