@aws-sdk/client-directory-service 3.32.0 → 3.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +44 -0
- package/{dist/cjs → dist-cjs}/DirectoryService.js +1 -2
- package/{dist/cjs → dist-cjs}/DirectoryServiceClient.js +8 -9
- package/{dist/cjs → dist-cjs}/commands/AcceptSharedDirectoryCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/AddIpRoutesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/AddRegionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/AddTagsToResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CancelSchemaExtensionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ConnectDirectoryCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateAliasCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateComputerCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateConditionalForwarderCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateDirectoryCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateLogSubscriptionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateMicrosoftADCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateSnapshotCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateTrustCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteConditionalForwarderCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteDirectoryCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteLogSubscriptionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteSnapshotCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteTrustCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeregisterCertificateCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeregisterEventTopicCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeCertificateCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeClientAuthenticationSettingsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeConditionalForwardersCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeDirectoriesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeDomainControllersCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeEventTopicsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeLDAPSSettingsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeRegionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeSharedDirectoriesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeSnapshotsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeTrustsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DisableClientAuthenticationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DisableLDAPSCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DisableRadiusCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DisableSsoCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/EnableClientAuthenticationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/EnableLDAPSCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/EnableRadiusCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/EnableSsoCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetDirectoryLimitsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetSnapshotLimitsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListCertificatesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListIpRoutesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListLogSubscriptionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListSchemaExtensionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RegisterCertificateCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RegisterEventTopicCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RejectSharedDirectoryCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RemoveIpRoutesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RemoveRegionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RemoveTagsFromResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ResetUserPasswordCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RestoreFromSnapshotCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ShareDirectoryCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/StartSchemaExtensionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UnshareDirectoryCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateConditionalForwarderCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateNumberOfDomainControllersCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateRadiusCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateTrustCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/VerifyTrustCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/DescribeDomainControllersPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/DirectoryService.js +2 -19
- package/{dist/es → dist-es}/DirectoryServiceClient.js +2 -24
- package/{dist/es → dist-es}/commands/AcceptSharedDirectoryCommand.js +4 -30
- package/dist-es/commands/AddIpRoutesCommand.js +39 -0
- package/{dist/es → dist-es}/commands/AddRegionCommand.js +4 -30
- package/{dist/es → dist-es}/commands/AddTagsToResourceCommand.js +4 -32
- package/{dist/es → dist-es}/commands/CancelSchemaExtensionCommand.js +4 -34
- package/{dist/es → dist-es}/commands/ConnectDirectoryCommand.js +4 -34
- package/{dist/es → dist-es}/commands/CreateAliasCommand.js +4 -35
- package/{dist/es → dist-es}/commands/CreateComputerCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateConditionalForwarderCommand.js +4 -32
- package/{dist/es → dist-es}/commands/CreateDirectoryCommand.js +4 -35
- package/{dist/es → dist-es}/commands/CreateLogSubscriptionCommand.js +4 -31
- package/{dist/es → dist-es}/commands/CreateMicrosoftADCommand.js +4 -33
- package/{dist/es → dist-es}/commands/CreateSnapshotCommand.js +4 -33
- package/{dist/es → dist-es}/commands/CreateTrustCommand.js +4 -36
- package/{dist/es → dist-es}/commands/DeleteConditionalForwarderCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DeleteDirectoryCommand.js +4 -34
- package/{dist/es → dist-es}/commands/DeleteLogSubscriptionCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteSnapshotCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteTrustCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DeregisterCertificateCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeregisterEventTopicCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeCertificateCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeClientAuthenticationSettingsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DescribeConditionalForwardersCommand.js +4 -32
- package/dist-es/commands/DescribeDirectoriesCommand.js +39 -0
- package/{dist/es → dist-es}/commands/DescribeDomainControllersCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeEventTopicsCommand.js +4 -33
- package/{dist/es → dist-es}/commands/DescribeLDAPSSettingsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeRegionsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DescribeSharedDirectoriesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeSnapshotsCommand.js +4 -36
- package/{dist/es → dist-es}/commands/DescribeTrustsCommand.js +4 -32
- package/{dist/es → dist-es}/commands/DisableClientAuthenticationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DisableLDAPSCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DisableRadiusCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DisableSsoCommand.js +4 -30
- package/{dist/es → dist-es}/commands/EnableClientAuthenticationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/EnableLDAPSCommand.js +4 -30
- package/{dist/es → dist-es}/commands/EnableRadiusCommand.js +4 -31
- package/{dist/es → dist-es}/commands/EnableSsoCommand.js +4 -32
- package/{dist/es → dist-es}/commands/GetDirectoryLimitsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetSnapshotLimitsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListCertificatesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListIpRoutesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListLogSubscriptionsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListSchemaExtensionsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/RegisterCertificateCommand.js +4 -30
- package/{dist/es → dist-es}/commands/RegisterEventTopicCommand.js +4 -34
- package/{dist/es → dist-es}/commands/RejectSharedDirectoryCommand.js +4 -30
- package/{dist/es → dist-es}/commands/RemoveIpRoutesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/RemoveRegionCommand.js +4 -32
- package/{dist/es → dist-es}/commands/RemoveTagsFromResourceCommand.js +4 -30
- package/dist-es/commands/ResetUserPasswordCommand.js +39 -0
- package/{dist/es → dist-es}/commands/RestoreFromSnapshotCommand.js +4 -35
- package/dist-es/commands/ShareDirectoryCommand.js +39 -0
- package/{dist/es → dist-es}/commands/StartSchemaExtensionCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UnshareDirectoryCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateConditionalForwarderCommand.js +4 -31
- package/{dist/es → dist-es}/commands/UpdateNumberOfDomainControllersCommand.js +4 -34
- package/{dist/es → dist-es}/commands/UpdateRadiusCommand.js +4 -31
- package/{dist/es → dist-es}/commands/UpdateTrustCommand.js +4 -31
- package/{dist/es → dist-es}/commands/VerifyTrustCommand.js +4 -33
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -574
- package/{dist/es → dist-es}/pagination/DescribeDomainControllersPaginator.js +17 -30
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +1916 -1922
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/DirectoryService.d.ts +2 -2
- package/{dist/types → dist-types}/DirectoryServiceClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/AcceptSharedDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AddIpRoutesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AddRegionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AddTagsToResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CancelSchemaExtensionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ConnectDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateAliasCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateComputerCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateConditionalForwarderCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateLogSubscriptionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateMicrosoftADCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateSnapshotCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateTrustCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteConditionalForwarderCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteLogSubscriptionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteSnapshotCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteTrustCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeregisterCertificateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeregisterEventTopicCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeCertificateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeClientAuthenticationSettingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeConditionalForwardersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeDirectoriesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeDomainControllersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEventTopicsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeLDAPSSettingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeRegionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeSharedDirectoriesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeSnapshotsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeTrustsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DisableClientAuthenticationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DisableLDAPSCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DisableRadiusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DisableSsoCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/EnableClientAuthenticationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/EnableLDAPSCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/EnableRadiusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/EnableSsoCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetDirectoryLimitsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetSnapshotLimitsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListCertificatesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListIpRoutesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListLogSubscriptionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListSchemaExtensionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RegisterCertificateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RegisterEventTopicCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RejectSharedDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RemoveIpRoutesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RemoveRegionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RemoveTagsFromResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ResetUserPasswordCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RestoreFromSnapshotCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ShareDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartSchemaExtensionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UnshareDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateConditionalForwarderCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateNumberOfDomainControllersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateRadiusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateTrustCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/VerifyTrustCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/DescribeDomainControllersPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +2 -1
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/DirectoryService.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/DirectoryServiceClient.d.ts +8 -8
- package/{dist/types → dist-types}/ts3.4/commands/AcceptSharedDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/AddIpRoutesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/AddRegionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/AddTagsToResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CancelSchemaExtensionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ConnectDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateAliasCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateComputerCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateConditionalForwarderCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateLogSubscriptionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateMicrosoftADCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateSnapshotCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateTrustCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteConditionalForwarderCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteLogSubscriptionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteSnapshotCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteTrustCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeregisterCertificateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeregisterEventTopicCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeCertificateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeClientAuthenticationSettingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeConditionalForwardersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeDirectoriesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeDomainControllersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEventTopicsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeLDAPSSettingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeRegionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeSharedDirectoriesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeSnapshotsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeTrustsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DisableClientAuthenticationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DisableLDAPSCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DisableRadiusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DisableSsoCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/EnableClientAuthenticationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/EnableLDAPSCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/EnableRadiusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/EnableSsoCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetDirectoryLimitsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetSnapshotLimitsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListCertificatesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListIpRoutesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListLogSubscriptionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListSchemaExtensionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/RegisterCertificateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/RegisterEventTopicCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/RejectSharedDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/RemoveIpRoutesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/RemoveRegionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ResetUserPasswordCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ShareDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/StartSchemaExtensionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UnshareDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateConditionalForwarderCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateNumberOfDomainControllersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateRadiusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateTrustCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/VerifyTrustCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeDomainControllersPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -1
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- package/DirectoryService.ts +0 -2363
- package/DirectoryServiceClient.ts +0 -521
- package/commands/AcceptSharedDirectoryCommand.ts +0 -94
- package/commands/AddIpRoutesCommand.ts +0 -101
- package/commands/AddRegionCommand.ts +0 -91
- package/commands/AddTagsToResourceCommand.ts +0 -96
- package/commands/CancelSchemaExtensionCommand.ts +0 -98
- package/commands/ConnectDirectoryCommand.ts +0 -98
- package/commands/CreateAliasCommand.ts +0 -99
- package/commands/CreateComputerCommand.ts +0 -94
- package/commands/CreateConditionalForwarderCommand.ts +0 -99
- package/commands/CreateDirectoryCommand.ts +0 -99
- package/commands/CreateLogSubscriptionCommand.ts +0 -95
- package/commands/CreateMicrosoftADCommand.ts +0 -97
- package/commands/CreateSnapshotCommand.ts +0 -97
- package/commands/CreateTrustCommand.ts +0 -100
- package/commands/DeleteConditionalForwarderCommand.ts +0 -98
- package/commands/DeleteDirectoryCommand.ts +0 -98
- package/commands/DeleteLogSubscriptionCommand.ts +0 -94
- package/commands/DeleteSnapshotCommand.ts +0 -94
- package/commands/DeleteTrustCommand.ts +0 -95
- package/commands/DeregisterCertificateCommand.ts +0 -94
- package/commands/DeregisterEventTopicCommand.ts +0 -94
- package/commands/DescribeCertificateCommand.ts +0 -94
- package/commands/DescribeClientAuthenticationSettingsCommand.ts +0 -106
- package/commands/DescribeConditionalForwardersCommand.ts +0 -101
- package/commands/DescribeDirectoriesCommand.ts +0 -104
- package/commands/DescribeDomainControllersCommand.ts +0 -97
- package/commands/DescribeEventTopicsCommand.ts +0 -97
- package/commands/DescribeLDAPSSettingsCommand.ts +0 -94
- package/commands/DescribeRegionsCommand.ts +0 -95
- package/commands/DescribeSharedDirectoriesCommand.ts +0 -97
- package/commands/DescribeSnapshotsCommand.ts +0 -100
- package/commands/DescribeTrustsCommand.ts +0 -96
- package/commands/DisableClientAuthenticationCommand.ts +0 -97
- package/commands/DisableLDAPSCommand.ts +0 -94
- package/commands/DisableRadiusCommand.ts +0 -95
- package/commands/DisableSsoCommand.ts +0 -94
- package/commands/EnableClientAuthenticationCommand.ts +0 -97
- package/commands/EnableLDAPSCommand.ts +0 -94
- package/commands/EnableRadiusCommand.ts +0 -95
- package/commands/EnableSsoCommand.ts +0 -93
- package/commands/GetDirectoryLimitsCommand.ts +0 -94
- package/commands/GetSnapshotLimitsCommand.ts +0 -94
- package/commands/ListCertificatesCommand.ts +0 -94
- package/commands/ListIpRoutesCommand.ts +0 -94
- package/commands/ListLogSubscriptionsCommand.ts +0 -94
- package/commands/ListSchemaExtensionsCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/RegisterCertificateCommand.ts +0 -94
- package/commands/RegisterEventTopicCommand.ts +0 -98
- package/commands/RejectSharedDirectoryCommand.ts +0 -94
- package/commands/RemoveIpRoutesCommand.ts +0 -94
- package/commands/RemoveRegionCommand.ts +0 -96
- package/commands/RemoveTagsFromResourceCommand.ts +0 -94
- package/commands/ResetUserPasswordCommand.ts +0 -111
- package/commands/RestoreFromSnapshotCommand.ts +0 -99
- package/commands/ShareDirectoryCommand.ts +0 -106
- package/commands/StartSchemaExtensionCommand.ts +0 -94
- package/commands/UnshareDirectoryCommand.ts +0 -94
- package/commands/UpdateConditionalForwarderCommand.ts +0 -98
- package/commands/UpdateNumberOfDomainControllersCommand.ts +0 -106
- package/commands/UpdateRadiusCommand.ts +0 -95
- package/commands/UpdateTrustCommand.ts +0 -95
- package/commands/VerifyTrustCommand.ts +0 -97
- package/dist/cjs/DirectoryService.js.map +0 -1
- package/dist/cjs/DirectoryServiceClient.js.map +0 -1
- package/dist/cjs/commands/AcceptSharedDirectoryCommand.js.map +0 -1
- package/dist/cjs/commands/AddIpRoutesCommand.js.map +0 -1
- package/dist/cjs/commands/AddRegionCommand.js.map +0 -1
- package/dist/cjs/commands/AddTagsToResourceCommand.js.map +0 -1
- package/dist/cjs/commands/CancelSchemaExtensionCommand.js.map +0 -1
- package/dist/cjs/commands/ConnectDirectoryCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAliasCommand.js.map +0 -1
- package/dist/cjs/commands/CreateComputerCommand.js.map +0 -1
- package/dist/cjs/commands/CreateConditionalForwarderCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDirectoryCommand.js.map +0 -1
- package/dist/cjs/commands/CreateLogSubscriptionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateMicrosoftADCommand.js.map +0 -1
- package/dist/cjs/commands/CreateSnapshotCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTrustCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteConditionalForwarderCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDirectoryCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteLogSubscriptionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteSnapshotCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTrustCommand.js.map +0 -1
- package/dist/cjs/commands/DeregisterCertificateCommand.js.map +0 -1
- package/dist/cjs/commands/DeregisterEventTopicCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeCertificateCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeClientAuthenticationSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConditionalForwardersCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDirectoriesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDomainControllersCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEventTopicsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLDAPSSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeRegionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeSharedDirectoriesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeSnapshotsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTrustsCommand.js.map +0 -1
- package/dist/cjs/commands/DisableClientAuthenticationCommand.js.map +0 -1
- package/dist/cjs/commands/DisableLDAPSCommand.js.map +0 -1
- package/dist/cjs/commands/DisableRadiusCommand.js.map +0 -1
- package/dist/cjs/commands/DisableSsoCommand.js.map +0 -1
- package/dist/cjs/commands/EnableClientAuthenticationCommand.js.map +0 -1
- package/dist/cjs/commands/EnableLDAPSCommand.js.map +0 -1
- package/dist/cjs/commands/EnableRadiusCommand.js.map +0 -1
- package/dist/cjs/commands/EnableSsoCommand.js.map +0 -1
- package/dist/cjs/commands/GetDirectoryLimitsCommand.js.map +0 -1
- package/dist/cjs/commands/GetSnapshotLimitsCommand.js.map +0 -1
- package/dist/cjs/commands/ListCertificatesCommand.js.map +0 -1
- package/dist/cjs/commands/ListIpRoutesCommand.js.map +0 -1
- package/dist/cjs/commands/ListLogSubscriptionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListSchemaExtensionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/RegisterCertificateCommand.js.map +0 -1
- package/dist/cjs/commands/RegisterEventTopicCommand.js.map +0 -1
- package/dist/cjs/commands/RejectSharedDirectoryCommand.js.map +0 -1
- package/dist/cjs/commands/RemoveIpRoutesCommand.js.map +0 -1
- package/dist/cjs/commands/RemoveRegionCommand.js.map +0 -1
- package/dist/cjs/commands/RemoveTagsFromResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ResetUserPasswordCommand.js.map +0 -1
- package/dist/cjs/commands/RestoreFromSnapshotCommand.js.map +0 -1
- package/dist/cjs/commands/ShareDirectoryCommand.js.map +0 -1
- package/dist/cjs/commands/StartSchemaExtensionCommand.js.map +0 -1
- package/dist/cjs/commands/UnshareDirectoryCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateConditionalForwarderCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateNumberOfDomainControllersCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRadiusCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateTrustCommand.js.map +0 -1
- package/dist/cjs/commands/VerifyTrustCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/DescribeDomainControllersPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/DirectoryService.js.map +0 -1
- package/dist/es/DirectoryServiceClient.js.map +0 -1
- package/dist/es/commands/AcceptSharedDirectoryCommand.js.map +0 -1
- package/dist/es/commands/AddIpRoutesCommand.js +0 -72
- package/dist/es/commands/AddIpRoutesCommand.js.map +0 -1
- package/dist/es/commands/AddRegionCommand.js.map +0 -1
- package/dist/es/commands/AddTagsToResourceCommand.js.map +0 -1
- package/dist/es/commands/CancelSchemaExtensionCommand.js.map +0 -1
- package/dist/es/commands/ConnectDirectoryCommand.js.map +0 -1
- package/dist/es/commands/CreateAliasCommand.js.map +0 -1
- package/dist/es/commands/CreateComputerCommand.js.map +0 -1
- package/dist/es/commands/CreateConditionalForwarderCommand.js.map +0 -1
- package/dist/es/commands/CreateDirectoryCommand.js.map +0 -1
- package/dist/es/commands/CreateLogSubscriptionCommand.js.map +0 -1
- package/dist/es/commands/CreateMicrosoftADCommand.js.map +0 -1
- package/dist/es/commands/CreateSnapshotCommand.js.map +0 -1
- package/dist/es/commands/CreateTrustCommand.js.map +0 -1
- package/dist/es/commands/DeleteConditionalForwarderCommand.js.map +0 -1
- package/dist/es/commands/DeleteDirectoryCommand.js.map +0 -1
- package/dist/es/commands/DeleteLogSubscriptionCommand.js.map +0 -1
- package/dist/es/commands/DeleteSnapshotCommand.js.map +0 -1
- package/dist/es/commands/DeleteTrustCommand.js.map +0 -1
- package/dist/es/commands/DeregisterCertificateCommand.js.map +0 -1
- package/dist/es/commands/DeregisterEventTopicCommand.js.map +0 -1
- package/dist/es/commands/DescribeCertificateCommand.js.map +0 -1
- package/dist/es/commands/DescribeClientAuthenticationSettingsCommand.js.map +0 -1
- package/dist/es/commands/DescribeConditionalForwardersCommand.js.map +0 -1
- package/dist/es/commands/DescribeDirectoriesCommand.js +0 -75
- package/dist/es/commands/DescribeDirectoriesCommand.js.map +0 -1
- package/dist/es/commands/DescribeDomainControllersCommand.js.map +0 -1
- package/dist/es/commands/DescribeEventTopicsCommand.js.map +0 -1
- package/dist/es/commands/DescribeLDAPSSettingsCommand.js.map +0 -1
- package/dist/es/commands/DescribeRegionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeSharedDirectoriesCommand.js.map +0 -1
- package/dist/es/commands/DescribeSnapshotsCommand.js.map +0 -1
- package/dist/es/commands/DescribeTrustsCommand.js.map +0 -1
- package/dist/es/commands/DisableClientAuthenticationCommand.js.map +0 -1
- package/dist/es/commands/DisableLDAPSCommand.js.map +0 -1
- package/dist/es/commands/DisableRadiusCommand.js.map +0 -1
- package/dist/es/commands/DisableSsoCommand.js.map +0 -1
- package/dist/es/commands/EnableClientAuthenticationCommand.js.map +0 -1
- package/dist/es/commands/EnableLDAPSCommand.js.map +0 -1
- package/dist/es/commands/EnableRadiusCommand.js.map +0 -1
- package/dist/es/commands/EnableSsoCommand.js.map +0 -1
- package/dist/es/commands/GetDirectoryLimitsCommand.js.map +0 -1
- package/dist/es/commands/GetSnapshotLimitsCommand.js.map +0 -1
- package/dist/es/commands/ListCertificatesCommand.js.map +0 -1
- package/dist/es/commands/ListIpRoutesCommand.js.map +0 -1
- package/dist/es/commands/ListLogSubscriptionsCommand.js.map +0 -1
- package/dist/es/commands/ListSchemaExtensionsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/RegisterCertificateCommand.js.map +0 -1
- package/dist/es/commands/RegisterEventTopicCommand.js.map +0 -1
- package/dist/es/commands/RejectSharedDirectoryCommand.js.map +0 -1
- package/dist/es/commands/RemoveIpRoutesCommand.js.map +0 -1
- package/dist/es/commands/RemoveRegionCommand.js.map +0 -1
- package/dist/es/commands/RemoveTagsFromResourceCommand.js.map +0 -1
- package/dist/es/commands/ResetUserPasswordCommand.js +0 -82
- package/dist/es/commands/ResetUserPasswordCommand.js.map +0 -1
- package/dist/es/commands/RestoreFromSnapshotCommand.js.map +0 -1
- package/dist/es/commands/ShareDirectoryCommand.js +0 -77
- package/dist/es/commands/ShareDirectoryCommand.js.map +0 -1
- package/dist/es/commands/StartSchemaExtensionCommand.js.map +0 -1
- package/dist/es/commands/UnshareDirectoryCommand.js.map +0 -1
- package/dist/es/commands/UpdateConditionalForwarderCommand.js.map +0 -1
- package/dist/es/commands/UpdateNumberOfDomainControllersCommand.js.map +0 -1
- package/dist/es/commands/UpdateRadiusCommand.js.map +0 -1
- package/dist/es/commands/UpdateTrustCommand.js.map +0 -1
- package/dist/es/commands/VerifyTrustCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -69
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/DescribeDomainControllersPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/endpoints.ts +0 -91
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -5382
- package/pagination/DescribeDomainControllersPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/protocols/Aws_json1_1.ts +0 -9828
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,50 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
|
|
12
|
+
* **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
|
|
13
|
+
* **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
# [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* **clients:** eslint --fix using esprint ([#2849](https://github.com/aws/aws-sdk-js-v3/issues/2849)) ([94d0a2d](https://github.com/aws/aws-sdk-js-v3/commit/94d0a2d8a0579ee0a742337937ad05735cfbc1ba))
|
|
25
|
+
* **clients:** move source files to 'src' folder ([#2845](https://github.com/aws/aws-sdk-js-v3/issues/2845)) ([e0025cd](https://github.com/aws/aws-sdk-js-v3/commit/e0025cddbba244a41ddf1fd1adb761142e15c22d))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
# [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Features
|
|
35
|
+
|
|
36
|
+
* **clients:** remove comments from transpiled JS files ([#2817](https://github.com/aws/aws-sdk-js-v3/issues/2817)) ([d01420b](https://github.com/aws/aws-sdk-js-v3/commit/d01420b247966c8ec84c1dd0a1b42512ede10c90))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
# [3.33.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.32.0...v3.33.0) (2021-09-21)
|
|
43
|
+
|
|
44
|
+
**Note:** Version bump only for package @aws-sdk/client-directory-service
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
6
50
|
# [3.32.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.31.0...v3.32.0) (2021-09-17)
|
|
7
51
|
|
|
8
52
|
**Note:** Version bump only for package @aws-sdk/client-directory-service
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DirectoryService = void 0;
|
|
4
|
-
const DirectoryServiceClient_1 = require("./DirectoryServiceClient");
|
|
5
4
|
const AcceptSharedDirectoryCommand_1 = require("./commands/AcceptSharedDirectoryCommand");
|
|
6
5
|
const AddIpRoutesCommand_1 = require("./commands/AddIpRoutesCommand");
|
|
7
6
|
const AddRegionCommand_1 = require("./commands/AddRegionCommand");
|
|
@@ -65,6 +64,7 @@ const UpdateNumberOfDomainControllersCommand_1 = require("./commands/UpdateNumbe
|
|
|
65
64
|
const UpdateRadiusCommand_1 = require("./commands/UpdateRadiusCommand");
|
|
66
65
|
const UpdateTrustCommand_1 = require("./commands/UpdateTrustCommand");
|
|
67
66
|
const VerifyTrustCommand_1 = require("./commands/VerifyTrustCommand");
|
|
67
|
+
const DirectoryServiceClient_1 = require("./DirectoryServiceClient");
|
|
68
68
|
/**
|
|
69
69
|
* <fullname>Directory Service</fullname>
|
|
70
70
|
* <p>Directory Service is a web service that makes it easy for you to setup and run directories in the
|
|
@@ -966,4 +966,3 @@ class DirectoryService extends DirectoryServiceClient_1.DirectoryServiceClient {
|
|
|
966
966
|
}
|
|
967
967
|
}
|
|
968
968
|
exports.DirectoryService = DirectoryService;
|
|
969
|
-
//# sourceMappingURL=DirectoryService.js.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DirectoryServiceClient = void 0;
|
|
4
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
5
4
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
6
5
|
const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
|
|
7
6
|
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
@@ -10,6 +9,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
|
10
9
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
11
10
|
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
12
11
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
12
|
+
const runtimeConfig_1 = require("./runtimeConfig");
|
|
13
13
|
/**
|
|
14
14
|
* <fullname>Directory Service</fullname>
|
|
15
15
|
* <p>Directory Service is a web service that makes it easy for you to setup and run directories in the
|
|
@@ -28,13 +28,13 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
28
28
|
*/
|
|
29
29
|
class DirectoryServiceClient extends smithy_client_1.Client {
|
|
30
30
|
constructor(configuration) {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
31
|
+
const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
|
|
32
|
+
const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
|
|
33
|
+
const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
|
|
34
|
+
const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
|
|
35
|
+
const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
|
|
36
|
+
const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
|
|
37
|
+
const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
|
|
38
38
|
super(_config_6);
|
|
39
39
|
this.config = _config_6;
|
|
40
40
|
this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
|
|
@@ -54,4 +54,3 @@ class DirectoryServiceClient extends smithy_client_1.Client {
|
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
56
|
exports.DirectoryServiceClient = DirectoryServiceClient;
|
|
57
|
-
//# sourceMappingURL=DirectoryServiceClient.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AcceptSharedDirectoryCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Accepts a directory sharing request that was sent from the directory owner account.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class AcceptSharedDirectoryCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.AcceptSharedDirectoryCommand = AcceptSharedDirectoryCommand;
|
|
61
|
-
//# sourceMappingURL=AcceptSharedDirectoryCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AddIpRoutesCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>If the DNS server for your self-managed domain uses a publicly addressable IP address,
|
|
10
10
|
* you must add a CIDR address block to correctly route traffic to and from your Microsoft AD
|
|
@@ -65,4 +65,3 @@ class AddIpRoutesCommand extends smithy_client_1.Command {
|
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
exports.AddIpRoutesCommand = AddIpRoutesCommand;
|
|
68
|
-
//# sourceMappingURL=AddIpRoutesCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AddRegionCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Adds two domain controllers in the specified Region for the specified directory.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class AddRegionCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.AddRegionCommand = AddRegionCommand;
|
|
61
|
-
//# sourceMappingURL=AddRegionCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AddTagsToResourceCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Adds or overwrites one or more tags for the specified directory. Each directory can
|
|
10
10
|
* have a maximum of 50 tags. Each tag consists of a key and optional value. Tag keys must be
|
|
@@ -60,4 +60,3 @@ class AddTagsToResourceCommand extends smithy_client_1.Command {
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
exports.AddTagsToResourceCommand = AddTagsToResourceCommand;
|
|
63
|
-
//# sourceMappingURL=AddTagsToResourceCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CancelSchemaExtensionCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Cancels an in-progress schema extension to a Microsoft AD directory. Once a schema
|
|
10
10
|
* extension has started replicating to all domain controllers, the task can no longer be
|
|
@@ -62,4 +62,3 @@ class CancelSchemaExtensionCommand extends smithy_client_1.Command {
|
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
exports.CancelSchemaExtensionCommand = CancelSchemaExtensionCommand;
|
|
65
|
-
//# sourceMappingURL=CancelSchemaExtensionCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ConnectDirectoryCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates an AD Connector to connect to a self-managed directory.</p>
|
|
10
10
|
* <p>Before you call <code>ConnectDirectory</code>, ensure that all of the required permissions
|
|
@@ -62,4 +62,3 @@ class ConnectDirectoryCommand extends smithy_client_1.Command {
|
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
exports.ConnectDirectoryCommand = ConnectDirectoryCommand;
|
|
65
|
-
//# sourceMappingURL=ConnectDirectoryCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateAliasCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates an alias for a directory and assigns the alias to the directory. The alias is used
|
|
10
10
|
* to construct the access URL for the directory, such as
|
|
@@ -63,4 +63,3 @@ class CreateAliasCommand extends smithy_client_1.Command {
|
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
exports.CreateAliasCommand = CreateAliasCommand;
|
|
66
|
-
//# sourceMappingURL=CreateAliasCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateComputerCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates an Active Directory computer object in the specified directory.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class CreateComputerCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.CreateComputerCommand = CreateComputerCommand;
|
|
61
|
-
//# sourceMappingURL=CreateComputerCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateConditionalForwarderCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates a conditional forwarder associated with your Amazon Web Services directory. Conditional
|
|
10
10
|
* forwarders are required in order to set up a trust relationship with another domain. The
|
|
@@ -60,4 +60,3 @@ class CreateConditionalForwarderCommand extends smithy_client_1.Command {
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
exports.CreateConditionalForwarderCommand = CreateConditionalForwarderCommand;
|
|
63
|
-
//# sourceMappingURL=CreateConditionalForwarderCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateDirectoryCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <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
|
|
10
10
|
* Guide</i>.</p>
|
|
@@ -63,4 +63,3 @@ class CreateDirectoryCommand extends smithy_client_1.Command {
|
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
exports.CreateDirectoryCommand = CreateDirectoryCommand;
|
|
66
|
-
//# sourceMappingURL=CreateDirectoryCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateLogSubscriptionCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates a subscription to forward real-time Directory Service domain controller security
|
|
10
10
|
* logs to the specified Amazon CloudWatch log group in your Amazon Web Services account.</p>
|
|
@@ -59,4 +59,3 @@ class CreateLogSubscriptionCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.CreateLogSubscriptionCommand = CreateLogSubscriptionCommand;
|
|
62
|
-
//# sourceMappingURL=CreateLogSubscriptionCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateMicrosoftADCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <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>
|
|
10
10
|
* <p>Before you call <i>CreateMicrosoftAD</i>, ensure that all of the required
|
|
@@ -61,4 +61,3 @@ class CreateMicrosoftADCommand extends smithy_client_1.Command {
|
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
exports.CreateMicrosoftADCommand = CreateMicrosoftADCommand;
|
|
64
|
-
//# sourceMappingURL=CreateMicrosoftADCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateSnapshotCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates a snapshot of a Simple AD or Microsoft AD directory in the Amazon Web Services cloud.</p>
|
|
10
10
|
* <note>
|
|
@@ -61,4 +61,3 @@ class CreateSnapshotCommand extends smithy_client_1.Command {
|
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
exports.CreateSnapshotCommand = CreateSnapshotCommand;
|
|
64
|
-
//# sourceMappingURL=CreateSnapshotCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateTrustCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Directory Service for Microsoft Active Directory allows you to configure trust relationships. For
|
|
10
10
|
* example, you can establish a trust between your Managed Microsoft AD directory, and your existing
|
|
@@ -64,4 +64,3 @@ class CreateTrustCommand extends smithy_client_1.Command {
|
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
exports.CreateTrustCommand = CreateTrustCommand;
|
|
67
|
-
//# sourceMappingURL=CreateTrustCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteConditionalForwarderCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Deletes a conditional forwarder that has been set up for your Amazon Web Services
|
|
10
10
|
* directory.</p>
|
|
@@ -59,4 +59,3 @@ class DeleteConditionalForwarderCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.DeleteConditionalForwarderCommand = DeleteConditionalForwarderCommand;
|
|
62
|
-
//# sourceMappingURL=DeleteConditionalForwarderCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteDirectoryCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Deletes an Directory Service directory.</p>
|
|
10
10
|
* <p>Before you call <code>DeleteDirectory</code>, ensure that all of the required permissions
|
|
@@ -62,4 +62,3 @@ class DeleteDirectoryCommand extends smithy_client_1.Command {
|
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
exports.DeleteDirectoryCommand = DeleteDirectoryCommand;
|
|
65
|
-
//# sourceMappingURL=DeleteDirectoryCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteLogSubscriptionCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Deletes the specified log subscription.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DeleteLogSubscriptionCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DeleteLogSubscriptionCommand = DeleteLogSubscriptionCommand;
|
|
61
|
-
//# sourceMappingURL=DeleteLogSubscriptionCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteSnapshotCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Deletes a directory snapshot.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DeleteSnapshotCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DeleteSnapshotCommand = DeleteSnapshotCommand;
|
|
61
|
-
//# sourceMappingURL=DeleteSnapshotCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteTrustCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Deletes an existing trust relationship between your Managed Microsoft AD directory and an external
|
|
10
10
|
* domain.</p>
|
|
@@ -59,4 +59,3 @@ class DeleteTrustCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.DeleteTrustCommand = DeleteTrustCommand;
|
|
62
|
-
//# sourceMappingURL=DeleteTrustCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeregisterCertificateCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Deletes from the system the certificate that was registered for secure LDAP or client certificate authentication.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DeregisterCertificateCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DeregisterCertificateCommand = DeregisterCertificateCommand;
|
|
61
|
-
//# sourceMappingURL=DeregisterCertificateCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeregisterEventTopicCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Removes the specified directory as a publisher to the specified Amazon SNS topic.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DeregisterEventTopicCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DeregisterEventTopicCommand = DeregisterEventTopicCommand;
|
|
61
|
-
//# sourceMappingURL=DeregisterEventTopicCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeCertificateCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Displays information about the certificate registered for secure LDAP or client certificate authentication.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DescribeCertificateCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DescribeCertificateCommand = DescribeCertificateCommand;
|
|
61
|
-
//# sourceMappingURL=DescribeCertificateCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeClientAuthenticationSettingsCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Retrieves information about the type of client authentication for the specified directory, if the type is specified. If no type is specified, information about all client authentication types that are supported for the specified directory is retrieved. Currently, only <code>SmartCard</code> is supported.
|
|
10
10
|
* </p>
|
|
@@ -59,4 +59,3 @@ class DescribeClientAuthenticationSettingsCommand extends smithy_client_1.Comman
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.DescribeClientAuthenticationSettingsCommand = DescribeClientAuthenticationSettingsCommand;
|
|
62
|
-
//# sourceMappingURL=DescribeClientAuthenticationSettingsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeConditionalForwardersCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Obtains information about the conditional forwarders for this account.</p>
|
|
10
10
|
* <p>If no input parameters are provided for RemoteDomainNames, this request describes all
|
|
@@ -60,4 +60,3 @@ class DescribeConditionalForwardersCommand extends smithy_client_1.Command {
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
exports.DescribeConditionalForwardersCommand = DescribeConditionalForwardersCommand;
|
|
63
|
-
//# sourceMappingURL=DescribeConditionalForwardersCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeDirectoriesCommand = 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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Obtains information about the directories that belong to this account.</p>
|
|
10
10
|
* <p>You can retrieve information about specific directories by passing the directory
|
|
@@ -68,4 +68,3 @@ class DescribeDirectoriesCommand extends smithy_client_1.Command {
|
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
70
|
exports.DescribeDirectoriesCommand = DescribeDirectoriesCommand;
|
|
71
|
-
//# sourceMappingURL=DescribeDirectoriesCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Provides information about any domain controllers in your directory.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DescribeDomainControllersCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DescribeDomainControllersCommand = DescribeDomainControllersCommand;
|
|
61
|
-
//# sourceMappingURL=DescribeDomainControllersCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Obtains information about which Amazon SNS topics receive status messages from the specified
|
|
10
10
|
* directory.</p>
|
|
@@ -61,4 +61,3 @@ class DescribeEventTopicsCommand extends smithy_client_1.Command {
|
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
exports.DescribeEventTopicsCommand = DescribeEventTopicsCommand;
|
|
64
|
-
//# sourceMappingURL=DescribeEventTopicsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
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");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Describes the status of LDAP security for the specified directory.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DescribeLDAPSSettingsCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DescribeLDAPSSettingsCommand = DescribeLDAPSSettingsCommand;
|
|
61
|
-
//# sourceMappingURL=DescribeLDAPSSettingsCommand.js.map
|