@aws-sdk/client-directory-service 3.477.0 → 3.481.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/dist-cjs/commands/AcceptSharedDirectoryCommand.js +18 -41
- package/dist-cjs/commands/AddIpRoutesCommand.js +18 -41
- package/dist-cjs/commands/AddRegionCommand.js +18 -41
- package/dist-cjs/commands/AddTagsToResourceCommand.js +18 -41
- package/dist-cjs/commands/CancelSchemaExtensionCommand.js +18 -41
- package/dist-cjs/commands/ConnectDirectoryCommand.js +18 -41
- package/dist-cjs/commands/CreateAliasCommand.js +18 -41
- package/dist-cjs/commands/CreateComputerCommand.js +18 -41
- package/dist-cjs/commands/CreateConditionalForwarderCommand.js +18 -41
- package/dist-cjs/commands/CreateDirectoryCommand.js +18 -41
- package/dist-cjs/commands/CreateLogSubscriptionCommand.js +18 -41
- package/dist-cjs/commands/CreateMicrosoftADCommand.js +18 -41
- package/dist-cjs/commands/CreateSnapshotCommand.js +18 -41
- package/dist-cjs/commands/CreateTrustCommand.js +18 -41
- package/dist-cjs/commands/DeleteConditionalForwarderCommand.js +18 -41
- package/dist-cjs/commands/DeleteDirectoryCommand.js +18 -41
- package/dist-cjs/commands/DeleteLogSubscriptionCommand.js +18 -41
- package/dist-cjs/commands/DeleteSnapshotCommand.js +18 -41
- package/dist-cjs/commands/DeleteTrustCommand.js +18 -41
- package/dist-cjs/commands/DeregisterCertificateCommand.js +18 -41
- package/dist-cjs/commands/DeregisterEventTopicCommand.js +18 -41
- package/dist-cjs/commands/DescribeCertificateCommand.js +18 -41
- package/dist-cjs/commands/DescribeClientAuthenticationSettingsCommand.js +18 -41
- package/dist-cjs/commands/DescribeConditionalForwardersCommand.js +18 -41
- package/dist-cjs/commands/DescribeDirectoriesCommand.js +18 -41
- package/dist-cjs/commands/DescribeDomainControllersCommand.js +18 -41
- package/dist-cjs/commands/DescribeEventTopicsCommand.js +18 -41
- package/dist-cjs/commands/DescribeLDAPSSettingsCommand.js +18 -41
- package/dist-cjs/commands/DescribeRegionsCommand.js +18 -41
- package/dist-cjs/commands/DescribeSettingsCommand.js +18 -41
- package/dist-cjs/commands/DescribeSharedDirectoriesCommand.js +18 -41
- package/dist-cjs/commands/DescribeSnapshotsCommand.js +18 -41
- package/dist-cjs/commands/DescribeTrustsCommand.js +18 -41
- package/dist-cjs/commands/DescribeUpdateDirectoryCommand.js +18 -41
- package/dist-cjs/commands/DisableClientAuthenticationCommand.js +18 -41
- package/dist-cjs/commands/DisableLDAPSCommand.js +18 -41
- package/dist-cjs/commands/DisableRadiusCommand.js +18 -41
- package/dist-cjs/commands/DisableSsoCommand.js +18 -41
- package/dist-cjs/commands/EnableClientAuthenticationCommand.js +18 -41
- package/dist-cjs/commands/EnableLDAPSCommand.js +18 -41
- package/dist-cjs/commands/EnableRadiusCommand.js +18 -41
- package/dist-cjs/commands/EnableSsoCommand.js +18 -41
- package/dist-cjs/commands/GetDirectoryLimitsCommand.js +18 -41
- package/dist-cjs/commands/GetSnapshotLimitsCommand.js +18 -41
- package/dist-cjs/commands/ListCertificatesCommand.js +18 -41
- package/dist-cjs/commands/ListIpRoutesCommand.js +18 -41
- package/dist-cjs/commands/ListLogSubscriptionsCommand.js +18 -41
- package/dist-cjs/commands/ListSchemaExtensionsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/RegisterCertificateCommand.js +18 -41
- package/dist-cjs/commands/RegisterEventTopicCommand.js +18 -41
- package/dist-cjs/commands/RejectSharedDirectoryCommand.js +18 -41
- package/dist-cjs/commands/RemoveIpRoutesCommand.js +18 -41
- package/dist-cjs/commands/RemoveRegionCommand.js +18 -41
- package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +18 -41
- package/dist-cjs/commands/ResetUserPasswordCommand.js +18 -41
- package/dist-cjs/commands/RestoreFromSnapshotCommand.js +18 -41
- package/dist-cjs/commands/ShareDirectoryCommand.js +18 -41
- package/dist-cjs/commands/StartSchemaExtensionCommand.js +18 -41
- package/dist-cjs/commands/UnshareDirectoryCommand.js +18 -41
- package/dist-cjs/commands/UpdateConditionalForwarderCommand.js +18 -41
- package/dist-cjs/commands/UpdateDirectorySetupCommand.js +18 -41
- package/dist-cjs/commands/UpdateNumberOfDomainControllersCommand.js +18 -41
- package/dist-cjs/commands/UpdateRadiusCommand.js +18 -41
- package/dist-cjs/commands/UpdateSettingsCommand.js +18 -41
- package/dist-cjs/commands/UpdateTrustCommand.js +18 -41
- package/dist-cjs/commands/VerifyTrustCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/DescribeClientAuthenticationSettingsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDirectoriesPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeDomainControllersPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeLDAPSSettingsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeRegionsPaginator.js +2 -23
- package/dist-cjs/pagination/DescribeSharedDirectoriesPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeSnapshotsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeTrustsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeUpdateDirectoryPaginator.js +2 -23
- package/dist-cjs/pagination/ListCertificatesPaginator.js +2 -24
- package/dist-cjs/pagination/ListIpRoutesPaginator.js +2 -24
- package/dist-cjs/pagination/ListLogSubscriptionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListSchemaExtensionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +2 -24
- package/dist-es/commands/AcceptSharedDirectoryCommand.js +18 -41
- package/dist-es/commands/AddIpRoutesCommand.js +18 -41
- package/dist-es/commands/AddRegionCommand.js +18 -41
- package/dist-es/commands/AddTagsToResourceCommand.js +18 -41
- package/dist-es/commands/CancelSchemaExtensionCommand.js +18 -41
- package/dist-es/commands/ConnectDirectoryCommand.js +18 -41
- package/dist-es/commands/CreateAliasCommand.js +18 -41
- package/dist-es/commands/CreateComputerCommand.js +18 -41
- package/dist-es/commands/CreateConditionalForwarderCommand.js +18 -41
- package/dist-es/commands/CreateDirectoryCommand.js +18 -41
- package/dist-es/commands/CreateLogSubscriptionCommand.js +18 -41
- package/dist-es/commands/CreateMicrosoftADCommand.js +18 -41
- package/dist-es/commands/CreateSnapshotCommand.js +18 -41
- package/dist-es/commands/CreateTrustCommand.js +18 -41
- package/dist-es/commands/DeleteConditionalForwarderCommand.js +18 -41
- package/dist-es/commands/DeleteDirectoryCommand.js +18 -41
- package/dist-es/commands/DeleteLogSubscriptionCommand.js +18 -41
- package/dist-es/commands/DeleteSnapshotCommand.js +18 -41
- package/dist-es/commands/DeleteTrustCommand.js +18 -41
- package/dist-es/commands/DeregisterCertificateCommand.js +18 -41
- package/dist-es/commands/DeregisterEventTopicCommand.js +18 -41
- package/dist-es/commands/DescribeCertificateCommand.js +18 -41
- package/dist-es/commands/DescribeClientAuthenticationSettingsCommand.js +18 -41
- package/dist-es/commands/DescribeConditionalForwardersCommand.js +18 -41
- package/dist-es/commands/DescribeDirectoriesCommand.js +18 -41
- package/dist-es/commands/DescribeDomainControllersCommand.js +18 -41
- package/dist-es/commands/DescribeEventTopicsCommand.js +18 -41
- package/dist-es/commands/DescribeLDAPSSettingsCommand.js +18 -41
- package/dist-es/commands/DescribeRegionsCommand.js +18 -41
- package/dist-es/commands/DescribeSettingsCommand.js +18 -41
- package/dist-es/commands/DescribeSharedDirectoriesCommand.js +18 -41
- package/dist-es/commands/DescribeSnapshotsCommand.js +18 -41
- package/dist-es/commands/DescribeTrustsCommand.js +18 -41
- package/dist-es/commands/DescribeUpdateDirectoryCommand.js +18 -41
- package/dist-es/commands/DisableClientAuthenticationCommand.js +18 -41
- package/dist-es/commands/DisableLDAPSCommand.js +18 -41
- package/dist-es/commands/DisableRadiusCommand.js +18 -41
- package/dist-es/commands/DisableSsoCommand.js +18 -41
- package/dist-es/commands/EnableClientAuthenticationCommand.js +18 -41
- package/dist-es/commands/EnableLDAPSCommand.js +18 -41
- package/dist-es/commands/EnableRadiusCommand.js +18 -41
- package/dist-es/commands/EnableSsoCommand.js +18 -41
- package/dist-es/commands/GetDirectoryLimitsCommand.js +18 -41
- package/dist-es/commands/GetSnapshotLimitsCommand.js +18 -41
- package/dist-es/commands/ListCertificatesCommand.js +18 -41
- package/dist-es/commands/ListIpRoutesCommand.js +18 -41
- package/dist-es/commands/ListLogSubscriptionsCommand.js +18 -41
- package/dist-es/commands/ListSchemaExtensionsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/RegisterCertificateCommand.js +18 -41
- package/dist-es/commands/RegisterEventTopicCommand.js +18 -41
- package/dist-es/commands/RejectSharedDirectoryCommand.js +18 -41
- package/dist-es/commands/RemoveIpRoutesCommand.js +18 -41
- package/dist-es/commands/RemoveRegionCommand.js +18 -41
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +18 -41
- package/dist-es/commands/ResetUserPasswordCommand.js +18 -41
- package/dist-es/commands/RestoreFromSnapshotCommand.js +18 -41
- package/dist-es/commands/ShareDirectoryCommand.js +18 -41
- package/dist-es/commands/StartSchemaExtensionCommand.js +18 -41
- package/dist-es/commands/UnshareDirectoryCommand.js +18 -41
- package/dist-es/commands/UpdateConditionalForwarderCommand.js +18 -41
- package/dist-es/commands/UpdateDirectorySetupCommand.js +18 -41
- package/dist-es/commands/UpdateNumberOfDomainControllersCommand.js +18 -41
- package/dist-es/commands/UpdateRadiusCommand.js +18 -41
- package/dist-es/commands/UpdateSettingsCommand.js +18 -41
- package/dist-es/commands/UpdateTrustCommand.js +18 -41
- package/dist-es/commands/VerifyTrustCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/DescribeClientAuthenticationSettingsPaginator.js +2 -23
- package/dist-es/pagination/DescribeDirectoriesPaginator.js +2 -23
- package/dist-es/pagination/DescribeDomainControllersPaginator.js +2 -23
- package/dist-es/pagination/DescribeLDAPSSettingsPaginator.js +2 -23
- package/dist-es/pagination/DescribeRegionsPaginator.js +2 -22
- package/dist-es/pagination/DescribeSharedDirectoriesPaginator.js +2 -23
- package/dist-es/pagination/DescribeSnapshotsPaginator.js +2 -23
- package/dist-es/pagination/DescribeTrustsPaginator.js +2 -23
- package/dist-es/pagination/DescribeUpdateDirectoryPaginator.js +2 -22
- package/dist-es/pagination/ListCertificatesPaginator.js +2 -23
- package/dist-es/pagination/ListIpRoutesPaginator.js +2 -23
- package/dist-es/pagination/ListLogSubscriptionsPaginator.js +2 -23
- package/dist-es/pagination/ListSchemaExtensionsPaginator.js +2 -23
- package/dist-es/pagination/ListTagsForResourcePaginator.js +2 -23
- package/dist-types/commands/AcceptSharedDirectoryCommand.d.ts +6 -21
- package/dist-types/commands/AddIpRoutesCommand.d.ts +6 -21
- package/dist-types/commands/AddRegionCommand.d.ts +6 -21
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +6 -21
- package/dist-types/commands/CancelSchemaExtensionCommand.d.ts +6 -21
- package/dist-types/commands/ConnectDirectoryCommand.d.ts +6 -21
- package/dist-types/commands/CreateAliasCommand.d.ts +6 -21
- package/dist-types/commands/CreateComputerCommand.d.ts +6 -21
- package/dist-types/commands/CreateConditionalForwarderCommand.d.ts +6 -21
- package/dist-types/commands/CreateDirectoryCommand.d.ts +6 -21
- package/dist-types/commands/CreateLogSubscriptionCommand.d.ts +6 -21
- package/dist-types/commands/CreateMicrosoftADCommand.d.ts +6 -21
- package/dist-types/commands/CreateSnapshotCommand.d.ts +6 -21
- package/dist-types/commands/CreateTrustCommand.d.ts +6 -21
- package/dist-types/commands/DeleteConditionalForwarderCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDirectoryCommand.d.ts +6 -21
- package/dist-types/commands/DeleteLogSubscriptionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTrustCommand.d.ts +6 -21
- package/dist-types/commands/DeregisterCertificateCommand.d.ts +6 -21
- package/dist-types/commands/DeregisterEventTopicCommand.d.ts +6 -21
- package/dist-types/commands/DescribeCertificateCommand.d.ts +6 -21
- package/dist-types/commands/DescribeClientAuthenticationSettingsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeConditionalForwardersCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDirectoriesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDomainControllersCommand.d.ts +6 -21
- package/dist-types/commands/DescribeEventTopicsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLDAPSSettingsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeRegionsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeSettingsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeSharedDirectoriesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTrustsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeUpdateDirectoryCommand.d.ts +6 -21
- package/dist-types/commands/DisableClientAuthenticationCommand.d.ts +6 -21
- package/dist-types/commands/DisableLDAPSCommand.d.ts +6 -21
- package/dist-types/commands/DisableRadiusCommand.d.ts +6 -21
- package/dist-types/commands/DisableSsoCommand.d.ts +6 -21
- package/dist-types/commands/EnableClientAuthenticationCommand.d.ts +6 -21
- package/dist-types/commands/EnableLDAPSCommand.d.ts +6 -21
- package/dist-types/commands/EnableRadiusCommand.d.ts +6 -21
- package/dist-types/commands/EnableSsoCommand.d.ts +6 -21
- package/dist-types/commands/GetDirectoryLimitsCommand.d.ts +6 -21
- package/dist-types/commands/GetSnapshotLimitsCommand.d.ts +6 -21
- package/dist-types/commands/ListCertificatesCommand.d.ts +6 -21
- package/dist-types/commands/ListIpRoutesCommand.d.ts +6 -21
- package/dist-types/commands/ListLogSubscriptionsCommand.d.ts +6 -21
- package/dist-types/commands/ListSchemaExtensionsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/RegisterCertificateCommand.d.ts +6 -21
- package/dist-types/commands/RegisterEventTopicCommand.d.ts +6 -21
- package/dist-types/commands/RejectSharedDirectoryCommand.d.ts +6 -21
- package/dist-types/commands/RemoveIpRoutesCommand.d.ts +6 -21
- package/dist-types/commands/RemoveRegionCommand.d.ts +6 -21
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +6 -21
- package/dist-types/commands/ResetUserPasswordCommand.d.ts +6 -21
- package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +6 -21
- package/dist-types/commands/ShareDirectoryCommand.d.ts +6 -21
- package/dist-types/commands/StartSchemaExtensionCommand.d.ts +6 -21
- package/dist-types/commands/UnshareDirectoryCommand.d.ts +6 -21
- package/dist-types/commands/UpdateConditionalForwarderCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDirectorySetupCommand.d.ts +6 -21
- package/dist-types/commands/UpdateNumberOfDomainControllersCommand.d.ts +6 -21
- package/dist-types/commands/UpdateRadiusCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSettingsCommand.d.ts +6 -21
- package/dist-types/commands/UpdateTrustCommand.d.ts +6 -21
- package/dist-types/commands/VerifyTrustCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/DescribeClientAuthenticationSettingsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDirectoriesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDomainControllersPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeLDAPSSettingsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeRegionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeSharedDirectoriesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeSnapshotsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeTrustsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeUpdateDirectoryPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCertificatesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIpRoutesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLogSubscriptionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSchemaExtensionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/AcceptSharedDirectoryCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AddIpRoutesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AddRegionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CancelSchemaExtensionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ConnectDirectoryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateComputerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateConditionalForwarderCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateLogSubscriptionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateMicrosoftADCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateTrustCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteConditionalForwarderCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteLogSubscriptionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteTrustCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeregisterCertificateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeregisterEventTopicCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeClientAuthenticationSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeConditionalForwardersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDirectoriesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeDomainControllersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeEventTopicsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeLDAPSSettingsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeSharedDirectoriesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeTrustsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeUpdateDirectoryCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisableClientAuthenticationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisableLDAPSCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisableRadiusCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisableSsoCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/EnableClientAuthenticationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/EnableLDAPSCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/EnableRadiusCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/EnableSsoCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetDirectoryLimitsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetSnapshotLimitsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListIpRoutesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListLogSubscriptionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSchemaExtensionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RegisterCertificateCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RegisterEventTopicCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RejectSharedDirectoryCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RemoveIpRoutesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RemoveRegionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ResetUserPasswordCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ShareDirectoryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartSchemaExtensionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UnshareDirectoryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateConditionalForwarderCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateDirectorySetupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateNumberOfDomainControllersCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateRadiusCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateTrustCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/VerifyTrustCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/DescribeClientAuthenticationSettingsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDirectoriesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeDomainControllersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeLDAPSSettingsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeRegionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeSharedDirectoriesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeSnapshotsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeTrustsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeUpdateDirectoryPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListCertificatesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListIpRoutesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListLogSubscriptionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSchemaExtensionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +3 -3
- package/package.json +11 -10
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class AcceptSharedDirectoryCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "DirectoryServiceClient";
|
|
30
|
-
const commandName = "AcceptSharedDirectoryCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: (_) => _,
|
|
36
|
-
outputFilterSensitiveLog: models_0_1.AcceptSharedDirectoryResultFilterSensitiveLog,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "DirectoryService_20150416",
|
|
39
|
-
operation: "AcceptSharedDirectory",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_json1_1_1.se_AcceptSharedDirectoryCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_1_1.de_AcceptSharedDirectoryCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class AcceptSharedDirectoryCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("DirectoryService_20150416", "AcceptSharedDirectory", {})
|
|
23
|
+
.n("DirectoryServiceClient", "AcceptSharedDirectoryCommand")
|
|
24
|
+
.f(void 0, models_0_1.AcceptSharedDirectoryResultFilterSensitiveLog)
|
|
25
|
+
.ser(Aws_json1_1_1.se_AcceptSharedDirectoryCommand)
|
|
26
|
+
.de(Aws_json1_1_1.de_AcceptSharedDirectoryCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.AcceptSharedDirectoryCommand = AcceptSharedDirectoryCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class AddIpRoutesCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "DirectoryServiceClient";
|
|
29
|
-
const commandName = "AddIpRoutesCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "DirectoryService_20150416",
|
|
38
|
-
operation: "AddIpRoutes",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_AddIpRoutesCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_AddIpRoutesCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class AddIpRoutesCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("DirectoryService_20150416", "AddIpRoutes", {})
|
|
22
|
+
.n("DirectoryServiceClient", "AddIpRoutesCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_AddIpRoutesCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_AddIpRoutesCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.AddIpRoutesCommand = AddIpRoutesCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class AddRegionCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "DirectoryServiceClient";
|
|
29
|
-
const commandName = "AddRegionCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "DirectoryService_20150416",
|
|
38
|
-
operation: "AddRegion",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_AddRegionCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_AddRegionCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class AddRegionCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("DirectoryService_20150416", "AddRegion", {})
|
|
22
|
+
.n("DirectoryServiceClient", "AddRegionCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_AddRegionCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_AddRegionCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.AddRegionCommand = AddRegionCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class AddTagsToResourceCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "DirectoryServiceClient";
|
|
29
|
-
const commandName = "AddTagsToResourceCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "DirectoryService_20150416",
|
|
38
|
-
operation: "AddTagsToResource",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_AddTagsToResourceCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_AddTagsToResourceCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class AddTagsToResourceCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("DirectoryService_20150416", "AddTagsToResource", {})
|
|
22
|
+
.n("DirectoryServiceClient", "AddTagsToResourceCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_AddTagsToResourceCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_AddTagsToResourceCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.AddTagsToResourceCommand = AddTagsToResourceCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CancelSchemaExtensionCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "DirectoryServiceClient";
|
|
29
|
-
const commandName = "CancelSchemaExtensionCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "DirectoryService_20150416",
|
|
38
|
-
operation: "CancelSchemaExtension",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_CancelSchemaExtensionCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_CancelSchemaExtensionCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CancelSchemaExtensionCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("DirectoryService_20150416", "CancelSchemaExtension", {})
|
|
22
|
+
.n("DirectoryServiceClient", "CancelSchemaExtensionCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_CancelSchemaExtensionCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_CancelSchemaExtensionCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CancelSchemaExtensionCommand = CancelSchemaExtensionCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class ConnectDirectoryCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "DirectoryServiceClient";
|
|
30
|
-
const commandName = "ConnectDirectoryCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.ConnectDirectoryRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: (_) => _,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "DirectoryService_20150416",
|
|
39
|
-
operation: "ConnectDirectory",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_json1_1_1.se_ConnectDirectoryCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_1_1.de_ConnectDirectoryCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class ConnectDirectoryCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("DirectoryService_20150416", "ConnectDirectory", {})
|
|
23
|
+
.n("DirectoryServiceClient", "ConnectDirectoryCommand")
|
|
24
|
+
.f(models_0_1.ConnectDirectoryRequestFilterSensitiveLog, void 0)
|
|
25
|
+
.ser(Aws_json1_1_1.se_ConnectDirectoryCommand)
|
|
26
|
+
.de(Aws_json1_1_1.de_ConnectDirectoryCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.ConnectDirectoryCommand = ConnectDirectoryCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateAliasCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "DirectoryServiceClient";
|
|
29
|
-
const commandName = "CreateAliasCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "DirectoryService_20150416",
|
|
38
|
-
operation: "CreateAlias",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_CreateAliasCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_CreateAliasCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateAliasCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("DirectoryService_20150416", "CreateAlias", {})
|
|
22
|
+
.n("DirectoryServiceClient", "CreateAliasCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_CreateAliasCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_CreateAliasCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateAliasCommand = CreateAliasCommand;
|
|
@@ -5,48 +5,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
11
|
-
class CreateComputerCommand extends smithy_client_1.Command
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const { logger } = configuration;
|
|
29
|
-
const clientName = "DirectoryServiceClient";
|
|
30
|
-
const commandName = "CreateComputerCommand";
|
|
31
|
-
const handlerExecutionContext = {
|
|
32
|
-
logger,
|
|
33
|
-
clientName,
|
|
34
|
-
commandName,
|
|
35
|
-
inputFilterSensitiveLog: models_0_1.CreateComputerRequestFilterSensitiveLog,
|
|
36
|
-
outputFilterSensitiveLog: (_) => _,
|
|
37
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
38
|
-
service: "DirectoryService_20150416",
|
|
39
|
-
operation: "CreateComputer",
|
|
40
|
-
},
|
|
41
|
-
};
|
|
42
|
-
const { requestHandler } = configuration;
|
|
43
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
44
|
-
}
|
|
45
|
-
serialize(input, context) {
|
|
46
|
-
return (0, Aws_json1_1_1.se_CreateComputerCommand)(input, context);
|
|
47
|
-
}
|
|
48
|
-
deserialize(output, context) {
|
|
49
|
-
return (0, Aws_json1_1_1.de_CreateComputerCommand)(output, context);
|
|
50
|
-
}
|
|
11
|
+
class CreateComputerCommand extends smithy_client_1.Command
|
|
12
|
+
.classBuilder()
|
|
13
|
+
.ep({
|
|
14
|
+
...EndpointParameters_1.commonParams,
|
|
15
|
+
})
|
|
16
|
+
.m(function (Command, cs, config, o) {
|
|
17
|
+
return [
|
|
18
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
20
|
+
];
|
|
21
|
+
})
|
|
22
|
+
.s("DirectoryService_20150416", "CreateComputer", {})
|
|
23
|
+
.n("DirectoryServiceClient", "CreateComputerCommand")
|
|
24
|
+
.f(models_0_1.CreateComputerRequestFilterSensitiveLog, void 0)
|
|
25
|
+
.ser(Aws_json1_1_1.se_CreateComputerCommand)
|
|
26
|
+
.de(Aws_json1_1_1.de_CreateComputerCommand)
|
|
27
|
+
.build() {
|
|
51
28
|
}
|
|
52
29
|
exports.CreateComputerCommand = CreateComputerCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateConditionalForwarderCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "DirectoryServiceClient";
|
|
29
|
-
const commandName = "CreateConditionalForwarderCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "DirectoryService_20150416",
|
|
38
|
-
operation: "CreateConditionalForwarder",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_CreateConditionalForwarderCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_CreateConditionalForwarderCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateConditionalForwarderCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("DirectoryService_20150416", "CreateConditionalForwarder", {})
|
|
22
|
+
.n("DirectoryServiceClient", "CreateConditionalForwarderCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_CreateConditionalForwarderCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_CreateConditionalForwarderCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateConditionalForwarderCommand = CreateConditionalForwarderCommand;
|