@aws-sdk/client-directory-service 3.32.0 → 3.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +44 -0
- package/{dist/cjs → dist-cjs}/DirectoryService.js +1 -2
- package/{dist/cjs → dist-cjs}/DirectoryServiceClient.js +8 -9
- package/{dist/cjs → dist-cjs}/commands/AcceptSharedDirectoryCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/AddIpRoutesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/AddRegionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/AddTagsToResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CancelSchemaExtensionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ConnectDirectoryCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateAliasCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateComputerCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateConditionalForwarderCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateDirectoryCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateLogSubscriptionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateMicrosoftADCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateSnapshotCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateTrustCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteConditionalForwarderCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteDirectoryCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteLogSubscriptionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteSnapshotCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteTrustCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeregisterCertificateCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeregisterEventTopicCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeCertificateCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeClientAuthenticationSettingsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeConditionalForwardersCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeDirectoriesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeDomainControllersCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeEventTopicsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeLDAPSSettingsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeRegionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeSharedDirectoriesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeSnapshotsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeTrustsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DisableClientAuthenticationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DisableLDAPSCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DisableRadiusCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DisableSsoCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/EnableClientAuthenticationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/EnableLDAPSCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/EnableRadiusCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/EnableSsoCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetDirectoryLimitsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetSnapshotLimitsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListCertificatesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListIpRoutesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListLogSubscriptionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListSchemaExtensionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RegisterCertificateCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RegisterEventTopicCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RejectSharedDirectoryCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RemoveIpRoutesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RemoveRegionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RemoveTagsFromResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ResetUserPasswordCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RestoreFromSnapshotCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ShareDirectoryCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/StartSchemaExtensionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UnshareDirectoryCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateConditionalForwarderCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateNumberOfDomainControllersCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateRadiusCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateTrustCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/VerifyTrustCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/DescribeDomainControllersPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/DirectoryService.js +2 -19
- package/{dist/es → dist-es}/DirectoryServiceClient.js +2 -24
- package/{dist/es → dist-es}/commands/AcceptSharedDirectoryCommand.js +4 -30
- package/dist-es/commands/AddIpRoutesCommand.js +39 -0
- package/{dist/es → dist-es}/commands/AddRegionCommand.js +4 -30
- package/{dist/es → dist-es}/commands/AddTagsToResourceCommand.js +4 -32
- package/{dist/es → dist-es}/commands/CancelSchemaExtensionCommand.js +4 -34
- package/{dist/es → dist-es}/commands/ConnectDirectoryCommand.js +4 -34
- package/{dist/es → dist-es}/commands/CreateAliasCommand.js +4 -35
- package/{dist/es → dist-es}/commands/CreateComputerCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateConditionalForwarderCommand.js +4 -32
- package/{dist/es → dist-es}/commands/CreateDirectoryCommand.js +4 -35
- package/{dist/es → dist-es}/commands/CreateLogSubscriptionCommand.js +4 -31
- package/{dist/es → dist-es}/commands/CreateMicrosoftADCommand.js +4 -33
- package/{dist/es → dist-es}/commands/CreateSnapshotCommand.js +4 -33
- package/{dist/es → dist-es}/commands/CreateTrustCommand.js +4 -36
- package/{dist/es → dist-es}/commands/DeleteConditionalForwarderCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DeleteDirectoryCommand.js +4 -34
- package/{dist/es → dist-es}/commands/DeleteLogSubscriptionCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteSnapshotCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteTrustCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DeregisterCertificateCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeregisterEventTopicCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeCertificateCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeClientAuthenticationSettingsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DescribeConditionalForwardersCommand.js +4 -32
- package/dist-es/commands/DescribeDirectoriesCommand.js +39 -0
- package/{dist/es → dist-es}/commands/DescribeDomainControllersCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeEventTopicsCommand.js +4 -33
- package/{dist/es → dist-es}/commands/DescribeLDAPSSettingsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeRegionsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DescribeSharedDirectoriesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeSnapshotsCommand.js +4 -36
- package/{dist/es → dist-es}/commands/DescribeTrustsCommand.js +4 -32
- package/{dist/es → dist-es}/commands/DisableClientAuthenticationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DisableLDAPSCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DisableRadiusCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DisableSsoCommand.js +4 -30
- package/{dist/es → dist-es}/commands/EnableClientAuthenticationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/EnableLDAPSCommand.js +4 -30
- package/{dist/es → dist-es}/commands/EnableRadiusCommand.js +4 -31
- package/{dist/es → dist-es}/commands/EnableSsoCommand.js +4 -32
- package/{dist/es → dist-es}/commands/GetDirectoryLimitsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetSnapshotLimitsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListCertificatesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListIpRoutesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListLogSubscriptionsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListSchemaExtensionsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/RegisterCertificateCommand.js +4 -30
- package/{dist/es → dist-es}/commands/RegisterEventTopicCommand.js +4 -34
- package/{dist/es → dist-es}/commands/RejectSharedDirectoryCommand.js +4 -30
- package/{dist/es → dist-es}/commands/RemoveIpRoutesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/RemoveRegionCommand.js +4 -32
- package/{dist/es → dist-es}/commands/RemoveTagsFromResourceCommand.js +4 -30
- package/dist-es/commands/ResetUserPasswordCommand.js +39 -0
- package/{dist/es → dist-es}/commands/RestoreFromSnapshotCommand.js +4 -35
- package/dist-es/commands/ShareDirectoryCommand.js +39 -0
- package/{dist/es → dist-es}/commands/StartSchemaExtensionCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UnshareDirectoryCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateConditionalForwarderCommand.js +4 -31
- package/{dist/es → dist-es}/commands/UpdateNumberOfDomainControllersCommand.js +4 -34
- package/{dist/es → dist-es}/commands/UpdateRadiusCommand.js +4 -31
- package/{dist/es → dist-es}/commands/UpdateTrustCommand.js +4 -31
- package/{dist/es → dist-es}/commands/VerifyTrustCommand.js +4 -33
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -574
- package/{dist/es → dist-es}/pagination/DescribeDomainControllersPaginator.js +17 -30
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +1916 -1922
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/DirectoryService.d.ts +2 -2
- package/{dist/types → dist-types}/DirectoryServiceClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/AcceptSharedDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AddIpRoutesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AddRegionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/AddTagsToResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CancelSchemaExtensionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ConnectDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateAliasCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateComputerCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateConditionalForwarderCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateLogSubscriptionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateMicrosoftADCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateSnapshotCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateTrustCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteConditionalForwarderCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteLogSubscriptionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteSnapshotCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteTrustCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeregisterCertificateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeregisterEventTopicCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeCertificateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeClientAuthenticationSettingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeConditionalForwardersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeDirectoriesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeDomainControllersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEventTopicsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeLDAPSSettingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeRegionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeSharedDirectoriesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeSnapshotsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeTrustsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DisableClientAuthenticationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DisableLDAPSCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DisableRadiusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DisableSsoCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/EnableClientAuthenticationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/EnableLDAPSCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/EnableRadiusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/EnableSsoCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetDirectoryLimitsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetSnapshotLimitsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListCertificatesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListIpRoutesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListLogSubscriptionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListSchemaExtensionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RegisterCertificateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RegisterEventTopicCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RejectSharedDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RemoveIpRoutesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RemoveRegionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RemoveTagsFromResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ResetUserPasswordCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RestoreFromSnapshotCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ShareDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartSchemaExtensionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UnshareDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateConditionalForwarderCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateNumberOfDomainControllersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateRadiusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateTrustCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/VerifyTrustCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/DescribeDomainControllersPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +2 -1
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/DirectoryService.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/DirectoryServiceClient.d.ts +8 -8
- package/{dist/types → dist-types}/ts3.4/commands/AcceptSharedDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/AddIpRoutesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/AddRegionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/AddTagsToResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CancelSchemaExtensionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ConnectDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateAliasCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateComputerCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateConditionalForwarderCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateLogSubscriptionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateMicrosoftADCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateSnapshotCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateTrustCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteConditionalForwarderCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteLogSubscriptionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteSnapshotCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteTrustCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeregisterCertificateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeregisterEventTopicCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeCertificateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeClientAuthenticationSettingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeConditionalForwardersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeDirectoriesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeDomainControllersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEventTopicsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeLDAPSSettingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeRegionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeSharedDirectoriesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeSnapshotsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeTrustsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DisableClientAuthenticationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DisableLDAPSCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DisableRadiusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DisableSsoCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/EnableClientAuthenticationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/EnableLDAPSCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/EnableRadiusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/EnableSsoCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetDirectoryLimitsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetSnapshotLimitsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListCertificatesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListIpRoutesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListLogSubscriptionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListSchemaExtensionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/RegisterCertificateCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/RegisterEventTopicCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/RejectSharedDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/RemoveIpRoutesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/RemoveRegionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ResetUserPasswordCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ShareDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/StartSchemaExtensionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UnshareDirectoryCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateConditionalForwarderCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateNumberOfDomainControllersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateRadiusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateTrustCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/VerifyTrustCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeDomainControllersPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -1
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- package/DirectoryService.ts +0 -2363
- package/DirectoryServiceClient.ts +0 -521
- package/commands/AcceptSharedDirectoryCommand.ts +0 -94
- package/commands/AddIpRoutesCommand.ts +0 -101
- package/commands/AddRegionCommand.ts +0 -91
- package/commands/AddTagsToResourceCommand.ts +0 -96
- package/commands/CancelSchemaExtensionCommand.ts +0 -98
- package/commands/ConnectDirectoryCommand.ts +0 -98
- package/commands/CreateAliasCommand.ts +0 -99
- package/commands/CreateComputerCommand.ts +0 -94
- package/commands/CreateConditionalForwarderCommand.ts +0 -99
- package/commands/CreateDirectoryCommand.ts +0 -99
- package/commands/CreateLogSubscriptionCommand.ts +0 -95
- package/commands/CreateMicrosoftADCommand.ts +0 -97
- package/commands/CreateSnapshotCommand.ts +0 -97
- package/commands/CreateTrustCommand.ts +0 -100
- package/commands/DeleteConditionalForwarderCommand.ts +0 -98
- package/commands/DeleteDirectoryCommand.ts +0 -98
- package/commands/DeleteLogSubscriptionCommand.ts +0 -94
- package/commands/DeleteSnapshotCommand.ts +0 -94
- package/commands/DeleteTrustCommand.ts +0 -95
- package/commands/DeregisterCertificateCommand.ts +0 -94
- package/commands/DeregisterEventTopicCommand.ts +0 -94
- package/commands/DescribeCertificateCommand.ts +0 -94
- package/commands/DescribeClientAuthenticationSettingsCommand.ts +0 -106
- package/commands/DescribeConditionalForwardersCommand.ts +0 -101
- package/commands/DescribeDirectoriesCommand.ts +0 -104
- package/commands/DescribeDomainControllersCommand.ts +0 -97
- package/commands/DescribeEventTopicsCommand.ts +0 -97
- package/commands/DescribeLDAPSSettingsCommand.ts +0 -94
- package/commands/DescribeRegionsCommand.ts +0 -95
- package/commands/DescribeSharedDirectoriesCommand.ts +0 -97
- package/commands/DescribeSnapshotsCommand.ts +0 -100
- package/commands/DescribeTrustsCommand.ts +0 -96
- package/commands/DisableClientAuthenticationCommand.ts +0 -97
- package/commands/DisableLDAPSCommand.ts +0 -94
- package/commands/DisableRadiusCommand.ts +0 -95
- package/commands/DisableSsoCommand.ts +0 -94
- package/commands/EnableClientAuthenticationCommand.ts +0 -97
- package/commands/EnableLDAPSCommand.ts +0 -94
- package/commands/EnableRadiusCommand.ts +0 -95
- package/commands/EnableSsoCommand.ts +0 -93
- package/commands/GetDirectoryLimitsCommand.ts +0 -94
- package/commands/GetSnapshotLimitsCommand.ts +0 -94
- package/commands/ListCertificatesCommand.ts +0 -94
- package/commands/ListIpRoutesCommand.ts +0 -94
- package/commands/ListLogSubscriptionsCommand.ts +0 -94
- package/commands/ListSchemaExtensionsCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/RegisterCertificateCommand.ts +0 -94
- package/commands/RegisterEventTopicCommand.ts +0 -98
- package/commands/RejectSharedDirectoryCommand.ts +0 -94
- package/commands/RemoveIpRoutesCommand.ts +0 -94
- package/commands/RemoveRegionCommand.ts +0 -96
- package/commands/RemoveTagsFromResourceCommand.ts +0 -94
- package/commands/ResetUserPasswordCommand.ts +0 -111
- package/commands/RestoreFromSnapshotCommand.ts +0 -99
- package/commands/ShareDirectoryCommand.ts +0 -106
- package/commands/StartSchemaExtensionCommand.ts +0 -94
- package/commands/UnshareDirectoryCommand.ts +0 -94
- package/commands/UpdateConditionalForwarderCommand.ts +0 -98
- package/commands/UpdateNumberOfDomainControllersCommand.ts +0 -106
- package/commands/UpdateRadiusCommand.ts +0 -95
- package/commands/UpdateTrustCommand.ts +0 -95
- package/commands/VerifyTrustCommand.ts +0 -97
- package/dist/cjs/DirectoryService.js.map +0 -1
- package/dist/cjs/DirectoryServiceClient.js.map +0 -1
- package/dist/cjs/commands/AcceptSharedDirectoryCommand.js.map +0 -1
- package/dist/cjs/commands/AddIpRoutesCommand.js.map +0 -1
- package/dist/cjs/commands/AddRegionCommand.js.map +0 -1
- package/dist/cjs/commands/AddTagsToResourceCommand.js.map +0 -1
- package/dist/cjs/commands/CancelSchemaExtensionCommand.js.map +0 -1
- package/dist/cjs/commands/ConnectDirectoryCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAliasCommand.js.map +0 -1
- package/dist/cjs/commands/CreateComputerCommand.js.map +0 -1
- package/dist/cjs/commands/CreateConditionalForwarderCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDirectoryCommand.js.map +0 -1
- package/dist/cjs/commands/CreateLogSubscriptionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateMicrosoftADCommand.js.map +0 -1
- package/dist/cjs/commands/CreateSnapshotCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTrustCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteConditionalForwarderCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDirectoryCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteLogSubscriptionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteSnapshotCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTrustCommand.js.map +0 -1
- package/dist/cjs/commands/DeregisterCertificateCommand.js.map +0 -1
- package/dist/cjs/commands/DeregisterEventTopicCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeCertificateCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeClientAuthenticationSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConditionalForwardersCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDirectoriesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDomainControllersCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEventTopicsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLDAPSSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeRegionsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeSharedDirectoriesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeSnapshotsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTrustsCommand.js.map +0 -1
- package/dist/cjs/commands/DisableClientAuthenticationCommand.js.map +0 -1
- package/dist/cjs/commands/DisableLDAPSCommand.js.map +0 -1
- package/dist/cjs/commands/DisableRadiusCommand.js.map +0 -1
- package/dist/cjs/commands/DisableSsoCommand.js.map +0 -1
- package/dist/cjs/commands/EnableClientAuthenticationCommand.js.map +0 -1
- package/dist/cjs/commands/EnableLDAPSCommand.js.map +0 -1
- package/dist/cjs/commands/EnableRadiusCommand.js.map +0 -1
- package/dist/cjs/commands/EnableSsoCommand.js.map +0 -1
- package/dist/cjs/commands/GetDirectoryLimitsCommand.js.map +0 -1
- package/dist/cjs/commands/GetSnapshotLimitsCommand.js.map +0 -1
- package/dist/cjs/commands/ListCertificatesCommand.js.map +0 -1
- package/dist/cjs/commands/ListIpRoutesCommand.js.map +0 -1
- package/dist/cjs/commands/ListLogSubscriptionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListSchemaExtensionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/RegisterCertificateCommand.js.map +0 -1
- package/dist/cjs/commands/RegisterEventTopicCommand.js.map +0 -1
- package/dist/cjs/commands/RejectSharedDirectoryCommand.js.map +0 -1
- package/dist/cjs/commands/RemoveIpRoutesCommand.js.map +0 -1
- package/dist/cjs/commands/RemoveRegionCommand.js.map +0 -1
- package/dist/cjs/commands/RemoveTagsFromResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ResetUserPasswordCommand.js.map +0 -1
- package/dist/cjs/commands/RestoreFromSnapshotCommand.js.map +0 -1
- package/dist/cjs/commands/ShareDirectoryCommand.js.map +0 -1
- package/dist/cjs/commands/StartSchemaExtensionCommand.js.map +0 -1
- package/dist/cjs/commands/UnshareDirectoryCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateConditionalForwarderCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateNumberOfDomainControllersCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRadiusCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateTrustCommand.js.map +0 -1
- package/dist/cjs/commands/VerifyTrustCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/DescribeDomainControllersPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/DirectoryService.js.map +0 -1
- package/dist/es/DirectoryServiceClient.js.map +0 -1
- package/dist/es/commands/AcceptSharedDirectoryCommand.js.map +0 -1
- package/dist/es/commands/AddIpRoutesCommand.js +0 -72
- package/dist/es/commands/AddIpRoutesCommand.js.map +0 -1
- package/dist/es/commands/AddRegionCommand.js.map +0 -1
- package/dist/es/commands/AddTagsToResourceCommand.js.map +0 -1
- package/dist/es/commands/CancelSchemaExtensionCommand.js.map +0 -1
- package/dist/es/commands/ConnectDirectoryCommand.js.map +0 -1
- package/dist/es/commands/CreateAliasCommand.js.map +0 -1
- package/dist/es/commands/CreateComputerCommand.js.map +0 -1
- package/dist/es/commands/CreateConditionalForwarderCommand.js.map +0 -1
- package/dist/es/commands/CreateDirectoryCommand.js.map +0 -1
- package/dist/es/commands/CreateLogSubscriptionCommand.js.map +0 -1
- package/dist/es/commands/CreateMicrosoftADCommand.js.map +0 -1
- package/dist/es/commands/CreateSnapshotCommand.js.map +0 -1
- package/dist/es/commands/CreateTrustCommand.js.map +0 -1
- package/dist/es/commands/DeleteConditionalForwarderCommand.js.map +0 -1
- package/dist/es/commands/DeleteDirectoryCommand.js.map +0 -1
- package/dist/es/commands/DeleteLogSubscriptionCommand.js.map +0 -1
- package/dist/es/commands/DeleteSnapshotCommand.js.map +0 -1
- package/dist/es/commands/DeleteTrustCommand.js.map +0 -1
- package/dist/es/commands/DeregisterCertificateCommand.js.map +0 -1
- package/dist/es/commands/DeregisterEventTopicCommand.js.map +0 -1
- package/dist/es/commands/DescribeCertificateCommand.js.map +0 -1
- package/dist/es/commands/DescribeClientAuthenticationSettingsCommand.js.map +0 -1
- package/dist/es/commands/DescribeConditionalForwardersCommand.js.map +0 -1
- package/dist/es/commands/DescribeDirectoriesCommand.js +0 -75
- package/dist/es/commands/DescribeDirectoriesCommand.js.map +0 -1
- package/dist/es/commands/DescribeDomainControllersCommand.js.map +0 -1
- package/dist/es/commands/DescribeEventTopicsCommand.js.map +0 -1
- package/dist/es/commands/DescribeLDAPSSettingsCommand.js.map +0 -1
- package/dist/es/commands/DescribeRegionsCommand.js.map +0 -1
- package/dist/es/commands/DescribeSharedDirectoriesCommand.js.map +0 -1
- package/dist/es/commands/DescribeSnapshotsCommand.js.map +0 -1
- package/dist/es/commands/DescribeTrustsCommand.js.map +0 -1
- package/dist/es/commands/DisableClientAuthenticationCommand.js.map +0 -1
- package/dist/es/commands/DisableLDAPSCommand.js.map +0 -1
- package/dist/es/commands/DisableRadiusCommand.js.map +0 -1
- package/dist/es/commands/DisableSsoCommand.js.map +0 -1
- package/dist/es/commands/EnableClientAuthenticationCommand.js.map +0 -1
- package/dist/es/commands/EnableLDAPSCommand.js.map +0 -1
- package/dist/es/commands/EnableRadiusCommand.js.map +0 -1
- package/dist/es/commands/EnableSsoCommand.js.map +0 -1
- package/dist/es/commands/GetDirectoryLimitsCommand.js.map +0 -1
- package/dist/es/commands/GetSnapshotLimitsCommand.js.map +0 -1
- package/dist/es/commands/ListCertificatesCommand.js.map +0 -1
- package/dist/es/commands/ListIpRoutesCommand.js.map +0 -1
- package/dist/es/commands/ListLogSubscriptionsCommand.js.map +0 -1
- package/dist/es/commands/ListSchemaExtensionsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/RegisterCertificateCommand.js.map +0 -1
- package/dist/es/commands/RegisterEventTopicCommand.js.map +0 -1
- package/dist/es/commands/RejectSharedDirectoryCommand.js.map +0 -1
- package/dist/es/commands/RemoveIpRoutesCommand.js.map +0 -1
- package/dist/es/commands/RemoveRegionCommand.js.map +0 -1
- package/dist/es/commands/RemoveTagsFromResourceCommand.js.map +0 -1
- package/dist/es/commands/ResetUserPasswordCommand.js +0 -82
- package/dist/es/commands/ResetUserPasswordCommand.js.map +0 -1
- package/dist/es/commands/RestoreFromSnapshotCommand.js.map +0 -1
- package/dist/es/commands/ShareDirectoryCommand.js +0 -77
- package/dist/es/commands/ShareDirectoryCommand.js.map +0 -1
- package/dist/es/commands/StartSchemaExtensionCommand.js.map +0 -1
- package/dist/es/commands/UnshareDirectoryCommand.js.map +0 -1
- package/dist/es/commands/UpdateConditionalForwarderCommand.js.map +0 -1
- package/dist/es/commands/UpdateNumberOfDomainControllersCommand.js.map +0 -1
- package/dist/es/commands/UpdateRadiusCommand.js.map +0 -1
- package/dist/es/commands/UpdateTrustCommand.js.map +0 -1
- package/dist/es/commands/VerifyTrustCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -69
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/DescribeDomainControllersPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/endpoints.ts +0 -91
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -5382
- package/pagination/DescribeDomainControllersPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/protocols/Aws_json1_1.ts +0 -9828
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
2
|
-
import { RestoreFromSnapshotRequest, RestoreFromSnapshotResult } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1RestoreFromSnapshotCommand,
|
|
5
|
-
serializeAws_json1_1RestoreFromSnapshotCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface RestoreFromSnapshotCommandInput extends RestoreFromSnapshotRequest {}
|
|
21
|
-
export interface RestoreFromSnapshotCommandOutput extends RestoreFromSnapshotResult, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Restores a directory using an existing directory snapshot.</p>
|
|
25
|
-
* <p>When you restore a directory from a snapshot, any changes made to the directory after the snapshot date are overwritten.</p>
|
|
26
|
-
* <p>This action returns as soon as the restore operation is initiated. You can monitor the
|
|
27
|
-
* progress of the restore operation by calling the <a>DescribeDirectories</a> operation with
|
|
28
|
-
* the directory identifier. When the <b>DirectoryDescription.Stage</b> value changes to
|
|
29
|
-
* <code>Active</code>, the restore operation is complete.</p>
|
|
30
|
-
* @example
|
|
31
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
32
|
-
* ```javascript
|
|
33
|
-
* import { DirectoryServiceClient, RestoreFromSnapshotCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
34
|
-
* // const { DirectoryServiceClient, RestoreFromSnapshotCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
35
|
-
* const client = new DirectoryServiceClient(config);
|
|
36
|
-
* const command = new RestoreFromSnapshotCommand(input);
|
|
37
|
-
* const response = await client.send(command);
|
|
38
|
-
* ```
|
|
39
|
-
*
|
|
40
|
-
* @see {@link RestoreFromSnapshotCommandInput} for command's `input` shape.
|
|
41
|
-
* @see {@link RestoreFromSnapshotCommandOutput} for command's `response` shape.
|
|
42
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
43
|
-
*
|
|
44
|
-
*/
|
|
45
|
-
export class RestoreFromSnapshotCommand extends $Command<
|
|
46
|
-
RestoreFromSnapshotCommandInput,
|
|
47
|
-
RestoreFromSnapshotCommandOutput,
|
|
48
|
-
DirectoryServiceClientResolvedConfig
|
|
49
|
-
> {
|
|
50
|
-
// Start section: command_properties
|
|
51
|
-
// End section: command_properties
|
|
52
|
-
|
|
53
|
-
constructor(readonly input: RestoreFromSnapshotCommandInput) {
|
|
54
|
-
// Start section: command_constructor
|
|
55
|
-
super();
|
|
56
|
-
// End section: command_constructor
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
/**
|
|
60
|
-
* @internal
|
|
61
|
-
*/
|
|
62
|
-
resolveMiddleware(
|
|
63
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
64
|
-
configuration: DirectoryServiceClientResolvedConfig,
|
|
65
|
-
options?: __HttpHandlerOptions
|
|
66
|
-
): Handler<RestoreFromSnapshotCommandInput, RestoreFromSnapshotCommandOutput> {
|
|
67
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
68
|
-
|
|
69
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
70
|
-
|
|
71
|
-
const { logger } = configuration;
|
|
72
|
-
const clientName = "DirectoryServiceClient";
|
|
73
|
-
const commandName = "RestoreFromSnapshotCommand";
|
|
74
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
75
|
-
logger,
|
|
76
|
-
clientName,
|
|
77
|
-
commandName,
|
|
78
|
-
inputFilterSensitiveLog: RestoreFromSnapshotRequest.filterSensitiveLog,
|
|
79
|
-
outputFilterSensitiveLog: RestoreFromSnapshotResult.filterSensitiveLog,
|
|
80
|
-
};
|
|
81
|
-
const { requestHandler } = configuration;
|
|
82
|
-
return stack.resolve(
|
|
83
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
84
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
85
|
-
handlerExecutionContext
|
|
86
|
-
);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
private serialize(input: RestoreFromSnapshotCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
90
|
-
return serializeAws_json1_1RestoreFromSnapshotCommand(input, context);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<RestoreFromSnapshotCommandOutput> {
|
|
94
|
-
return deserializeAws_json1_1RestoreFromSnapshotCommand(output, context);
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
// Start section: command_body_extra
|
|
98
|
-
// End section: command_body_extra
|
|
99
|
-
}
|
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
2
|
-
import { ShareDirectoryRequest, ShareDirectoryResult } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1ShareDirectoryCommand,
|
|
5
|
-
serializeAws_json1_1ShareDirectoryCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface ShareDirectoryCommandInput extends ShareDirectoryRequest {}
|
|
21
|
-
export interface ShareDirectoryCommandOutput extends ShareDirectoryResult, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Shares a specified directory (<code>DirectoryId</code>) in your Amazon Web Services account (directory
|
|
25
|
-
* owner) with another Amazon Web Services account (directory consumer). With this operation you can use your
|
|
26
|
-
* directory from any Amazon Web Services account and from any Amazon VPC within an Amazon Web Services Region.</p>
|
|
27
|
-
* <p>When you share your Managed Microsoft AD directory, Directory Service creates a
|
|
28
|
-
* shared directory in the directory consumer account. This shared directory contains the
|
|
29
|
-
* metadata to provide access to the directory within the directory owner account. The shared
|
|
30
|
-
* directory is visible in all VPCs in the directory consumer account.</p>
|
|
31
|
-
* <p>The <code>ShareMethod</code> parameter determines whether the specified directory can be
|
|
32
|
-
* shared between Amazon Web Services accounts inside the same Amazon Web Services organization (<code>ORGANIZATIONS</code>). It
|
|
33
|
-
* also determines whether you can share the directory with any other Amazon Web Services account either inside
|
|
34
|
-
* or outside of the organization (<code>HANDSHAKE</code>).</p>
|
|
35
|
-
* <p>The <code>ShareNotes</code> parameter is only used when <code>HANDSHAKE</code> is called,
|
|
36
|
-
* which sends a directory sharing request to the directory consumer. </p>
|
|
37
|
-
* @example
|
|
38
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
39
|
-
* ```javascript
|
|
40
|
-
* import { DirectoryServiceClient, ShareDirectoryCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
41
|
-
* // const { DirectoryServiceClient, ShareDirectoryCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
42
|
-
* const client = new DirectoryServiceClient(config);
|
|
43
|
-
* const command = new ShareDirectoryCommand(input);
|
|
44
|
-
* const response = await client.send(command);
|
|
45
|
-
* ```
|
|
46
|
-
*
|
|
47
|
-
* @see {@link ShareDirectoryCommandInput} for command's `input` shape.
|
|
48
|
-
* @see {@link ShareDirectoryCommandOutput} for command's `response` shape.
|
|
49
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
50
|
-
*
|
|
51
|
-
*/
|
|
52
|
-
export class ShareDirectoryCommand extends $Command<
|
|
53
|
-
ShareDirectoryCommandInput,
|
|
54
|
-
ShareDirectoryCommandOutput,
|
|
55
|
-
DirectoryServiceClientResolvedConfig
|
|
56
|
-
> {
|
|
57
|
-
// Start section: command_properties
|
|
58
|
-
// End section: command_properties
|
|
59
|
-
|
|
60
|
-
constructor(readonly input: ShareDirectoryCommandInput) {
|
|
61
|
-
// Start section: command_constructor
|
|
62
|
-
super();
|
|
63
|
-
// End section: command_constructor
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
/**
|
|
67
|
-
* @internal
|
|
68
|
-
*/
|
|
69
|
-
resolveMiddleware(
|
|
70
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
71
|
-
configuration: DirectoryServiceClientResolvedConfig,
|
|
72
|
-
options?: __HttpHandlerOptions
|
|
73
|
-
): Handler<ShareDirectoryCommandInput, ShareDirectoryCommandOutput> {
|
|
74
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
75
|
-
|
|
76
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
77
|
-
|
|
78
|
-
const { logger } = configuration;
|
|
79
|
-
const clientName = "DirectoryServiceClient";
|
|
80
|
-
const commandName = "ShareDirectoryCommand";
|
|
81
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
82
|
-
logger,
|
|
83
|
-
clientName,
|
|
84
|
-
commandName,
|
|
85
|
-
inputFilterSensitiveLog: ShareDirectoryRequest.filterSensitiveLog,
|
|
86
|
-
outputFilterSensitiveLog: ShareDirectoryResult.filterSensitiveLog,
|
|
87
|
-
};
|
|
88
|
-
const { requestHandler } = configuration;
|
|
89
|
-
return stack.resolve(
|
|
90
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
91
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
92
|
-
handlerExecutionContext
|
|
93
|
-
);
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
private serialize(input: ShareDirectoryCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
97
|
-
return serializeAws_json1_1ShareDirectoryCommand(input, context);
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ShareDirectoryCommandOutput> {
|
|
101
|
-
return deserializeAws_json1_1ShareDirectoryCommand(output, context);
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
// Start section: command_body_extra
|
|
105
|
-
// End section: command_body_extra
|
|
106
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
2
|
-
import { StartSchemaExtensionRequest, StartSchemaExtensionResult } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1StartSchemaExtensionCommand,
|
|
5
|
-
serializeAws_json1_1StartSchemaExtensionCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface StartSchemaExtensionCommandInput extends StartSchemaExtensionRequest {}
|
|
21
|
-
export interface StartSchemaExtensionCommandOutput extends StartSchemaExtensionResult, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Applies a schema extension to a Microsoft AD directory.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { DirectoryServiceClient, StartSchemaExtensionCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
29
|
-
* // const { DirectoryServiceClient, StartSchemaExtensionCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
30
|
-
* const client = new DirectoryServiceClient(config);
|
|
31
|
-
* const command = new StartSchemaExtensionCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link StartSchemaExtensionCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link StartSchemaExtensionCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class StartSchemaExtensionCommand extends $Command<
|
|
41
|
-
StartSchemaExtensionCommandInput,
|
|
42
|
-
StartSchemaExtensionCommandOutput,
|
|
43
|
-
DirectoryServiceClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: StartSchemaExtensionCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: DirectoryServiceClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<StartSchemaExtensionCommandInput, StartSchemaExtensionCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "DirectoryServiceClient";
|
|
68
|
-
const commandName = "StartSchemaExtensionCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: StartSchemaExtensionRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: StartSchemaExtensionResult.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: StartSchemaExtensionCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_json1_1StartSchemaExtensionCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<StartSchemaExtensionCommandOutput> {
|
|
89
|
-
return deserializeAws_json1_1StartSchemaExtensionCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
2
|
-
import { UnshareDirectoryRequest, UnshareDirectoryResult } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1UnshareDirectoryCommand,
|
|
5
|
-
serializeAws_json1_1UnshareDirectoryCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface UnshareDirectoryCommandInput extends UnshareDirectoryRequest {}
|
|
21
|
-
export interface UnshareDirectoryCommandOutput extends UnshareDirectoryResult, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Stops the directory sharing between the directory owner and consumer accounts. </p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { DirectoryServiceClient, UnshareDirectoryCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
29
|
-
* // const { DirectoryServiceClient, UnshareDirectoryCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
30
|
-
* const client = new DirectoryServiceClient(config);
|
|
31
|
-
* const command = new UnshareDirectoryCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link UnshareDirectoryCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link UnshareDirectoryCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class UnshareDirectoryCommand extends $Command<
|
|
41
|
-
UnshareDirectoryCommandInput,
|
|
42
|
-
UnshareDirectoryCommandOutput,
|
|
43
|
-
DirectoryServiceClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: UnshareDirectoryCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: DirectoryServiceClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<UnshareDirectoryCommandInput, UnshareDirectoryCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "DirectoryServiceClient";
|
|
68
|
-
const commandName = "UnshareDirectoryCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: UnshareDirectoryRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: UnshareDirectoryResult.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: UnshareDirectoryCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_json1_1UnshareDirectoryCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<UnshareDirectoryCommandOutput> {
|
|
89
|
-
return deserializeAws_json1_1UnshareDirectoryCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
2
|
-
import { UpdateConditionalForwarderRequest, UpdateConditionalForwarderResult } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1UpdateConditionalForwarderCommand,
|
|
5
|
-
serializeAws_json1_1UpdateConditionalForwarderCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface UpdateConditionalForwarderCommandInput extends UpdateConditionalForwarderRequest {}
|
|
21
|
-
export interface UpdateConditionalForwarderCommandOutput extends UpdateConditionalForwarderResult, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Updates a conditional forwarder that has been set up for your Amazon Web Services
|
|
25
|
-
* directory.</p>
|
|
26
|
-
* @example
|
|
27
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
28
|
-
* ```javascript
|
|
29
|
-
* import { DirectoryServiceClient, UpdateConditionalForwarderCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
30
|
-
* // const { DirectoryServiceClient, UpdateConditionalForwarderCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
31
|
-
* const client = new DirectoryServiceClient(config);
|
|
32
|
-
* const command = new UpdateConditionalForwarderCommand(input);
|
|
33
|
-
* const response = await client.send(command);
|
|
34
|
-
* ```
|
|
35
|
-
*
|
|
36
|
-
* @see {@link UpdateConditionalForwarderCommandInput} for command's `input` shape.
|
|
37
|
-
* @see {@link UpdateConditionalForwarderCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
39
|
-
*
|
|
40
|
-
*/
|
|
41
|
-
export class UpdateConditionalForwarderCommand extends $Command<
|
|
42
|
-
UpdateConditionalForwarderCommandInput,
|
|
43
|
-
UpdateConditionalForwarderCommandOutput,
|
|
44
|
-
DirectoryServiceClientResolvedConfig
|
|
45
|
-
> {
|
|
46
|
-
// Start section: command_properties
|
|
47
|
-
// End section: command_properties
|
|
48
|
-
|
|
49
|
-
constructor(readonly input: UpdateConditionalForwarderCommandInput) {
|
|
50
|
-
// Start section: command_constructor
|
|
51
|
-
super();
|
|
52
|
-
// End section: command_constructor
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
58
|
-
resolveMiddleware(
|
|
59
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
60
|
-
configuration: DirectoryServiceClientResolvedConfig,
|
|
61
|
-
options?: __HttpHandlerOptions
|
|
62
|
-
): Handler<UpdateConditionalForwarderCommandInput, UpdateConditionalForwarderCommandOutput> {
|
|
63
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
64
|
-
|
|
65
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
66
|
-
|
|
67
|
-
const { logger } = configuration;
|
|
68
|
-
const clientName = "DirectoryServiceClient";
|
|
69
|
-
const commandName = "UpdateConditionalForwarderCommand";
|
|
70
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
71
|
-
logger,
|
|
72
|
-
clientName,
|
|
73
|
-
commandName,
|
|
74
|
-
inputFilterSensitiveLog: UpdateConditionalForwarderRequest.filterSensitiveLog,
|
|
75
|
-
outputFilterSensitiveLog: UpdateConditionalForwarderResult.filterSensitiveLog,
|
|
76
|
-
};
|
|
77
|
-
const { requestHandler } = configuration;
|
|
78
|
-
return stack.resolve(
|
|
79
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
80
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
81
|
-
handlerExecutionContext
|
|
82
|
-
);
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
private serialize(input: UpdateConditionalForwarderCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
86
|
-
return serializeAws_json1_1UpdateConditionalForwarderCommand(input, context);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
private deserialize(
|
|
90
|
-
output: __HttpResponse,
|
|
91
|
-
context: __SerdeContext
|
|
92
|
-
): Promise<UpdateConditionalForwarderCommandOutput> {
|
|
93
|
-
return deserializeAws_json1_1UpdateConditionalForwarderCommand(output, context);
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
// Start section: command_body_extra
|
|
97
|
-
// End section: command_body_extra
|
|
98
|
-
}
|
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectoryServiceClient";
|
|
2
|
-
import { UpdateNumberOfDomainControllersRequest, UpdateNumberOfDomainControllersResult } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1UpdateNumberOfDomainControllersCommand,
|
|
5
|
-
serializeAws_json1_1UpdateNumberOfDomainControllersCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface UpdateNumberOfDomainControllersCommandInput extends UpdateNumberOfDomainControllersRequest {}
|
|
21
|
-
export interface UpdateNumberOfDomainControllersCommandOutput
|
|
22
|
-
extends UpdateNumberOfDomainControllersResult,
|
|
23
|
-
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
/**
|
|
26
|
-
* <p>Adds or removes domain controllers to or from the directory. Based on the difference
|
|
27
|
-
* between current value and new value (provided through this API call), domain controllers will
|
|
28
|
-
* be added or removed. It may take up to 45 minutes for any new domain controllers to become
|
|
29
|
-
* fully active once the requested number of domain controllers is updated. During this time, you
|
|
30
|
-
* cannot make another update request.</p>
|
|
31
|
-
* @example
|
|
32
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
-
* ```javascript
|
|
34
|
-
* import { DirectoryServiceClient, UpdateNumberOfDomainControllersCommand } from "@aws-sdk/client-directory-service"; // ES Modules import
|
|
35
|
-
* // const { DirectoryServiceClient, UpdateNumberOfDomainControllersCommand } = require("@aws-sdk/client-directory-service"); // CommonJS import
|
|
36
|
-
* const client = new DirectoryServiceClient(config);
|
|
37
|
-
* const command = new UpdateNumberOfDomainControllersCommand(input);
|
|
38
|
-
* const response = await client.send(command);
|
|
39
|
-
* ```
|
|
40
|
-
*
|
|
41
|
-
* @see {@link UpdateNumberOfDomainControllersCommandInput} for command's `input` shape.
|
|
42
|
-
* @see {@link UpdateNumberOfDomainControllersCommandOutput} for command's `response` shape.
|
|
43
|
-
* @see {@link DirectoryServiceClientResolvedConfig | config} for command's `input` shape.
|
|
44
|
-
*
|
|
45
|
-
*/
|
|
46
|
-
export class UpdateNumberOfDomainControllersCommand extends $Command<
|
|
47
|
-
UpdateNumberOfDomainControllersCommandInput,
|
|
48
|
-
UpdateNumberOfDomainControllersCommandOutput,
|
|
49
|
-
DirectoryServiceClientResolvedConfig
|
|
50
|
-
> {
|
|
51
|
-
// Start section: command_properties
|
|
52
|
-
// End section: command_properties
|
|
53
|
-
|
|
54
|
-
constructor(readonly input: UpdateNumberOfDomainControllersCommandInput) {
|
|
55
|
-
// Start section: command_constructor
|
|
56
|
-
super();
|
|
57
|
-
// End section: command_constructor
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* @internal
|
|
62
|
-
*/
|
|
63
|
-
resolveMiddleware(
|
|
64
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
65
|
-
configuration: DirectoryServiceClientResolvedConfig,
|
|
66
|
-
options?: __HttpHandlerOptions
|
|
67
|
-
): Handler<UpdateNumberOfDomainControllersCommandInput, UpdateNumberOfDomainControllersCommandOutput> {
|
|
68
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
69
|
-
|
|
70
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
71
|
-
|
|
72
|
-
const { logger } = configuration;
|
|
73
|
-
const clientName = "DirectoryServiceClient";
|
|
74
|
-
const commandName = "UpdateNumberOfDomainControllersCommand";
|
|
75
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
76
|
-
logger,
|
|
77
|
-
clientName,
|
|
78
|
-
commandName,
|
|
79
|
-
inputFilterSensitiveLog: UpdateNumberOfDomainControllersRequest.filterSensitiveLog,
|
|
80
|
-
outputFilterSensitiveLog: UpdateNumberOfDomainControllersResult.filterSensitiveLog,
|
|
81
|
-
};
|
|
82
|
-
const { requestHandler } = configuration;
|
|
83
|
-
return stack.resolve(
|
|
84
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
85
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
86
|
-
handlerExecutionContext
|
|
87
|
-
);
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
private serialize(
|
|
91
|
-
input: UpdateNumberOfDomainControllersCommandInput,
|
|
92
|
-
context: __SerdeContext
|
|
93
|
-
): Promise<__HttpRequest> {
|
|
94
|
-
return serializeAws_json1_1UpdateNumberOfDomainControllersCommand(input, context);
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
private deserialize(
|
|
98
|
-
output: __HttpResponse,
|
|
99
|
-
context: __SerdeContext
|
|
100
|
-
): Promise<UpdateNumberOfDomainControllersCommandOutput> {
|
|
101
|
-
return deserializeAws_json1_1UpdateNumberOfDomainControllersCommand(output, context);
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
// Start section: command_body_extra
|
|
105
|
-
// End section: command_body_extra
|
|
106
|
-
}
|