@aws-sdk/client-directory-service 3.1019.0 → 3.1020.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-es/DirectoryService.js +8 -8
- package/dist-es/waiters/waitForHybridADUpdated.js +1 -1
- package/dist-types/DirectoryService.d.ts +80 -80
- package/dist-types/DirectoryServiceClient.d.ts +83 -83
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- 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/ListADAssessmentsPaginator.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/DirectoryServiceClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/waiters/waitForHybridADUpdated.d.ts +3 -3
- package/package.json +14 -14
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { createAggregatedClient } from "@smithy/smithy-client";
|
|
2
2
|
import { AcceptSharedDirectoryCommand, } from "./commands/AcceptSharedDirectoryCommand";
|
|
3
|
-
import { AddIpRoutesCommand } from "./commands/AddIpRoutesCommand";
|
|
3
|
+
import { AddIpRoutesCommand, } from "./commands/AddIpRoutesCommand";
|
|
4
4
|
import { AddRegionCommand } from "./commands/AddRegionCommand";
|
|
5
5
|
import { AddTagsToResourceCommand, } from "./commands/AddTagsToResourceCommand";
|
|
6
6
|
import { CancelSchemaExtensionCommand, } from "./commands/CancelSchemaExtensionCommand";
|
|
7
7
|
import { ConnectDirectoryCommand, } from "./commands/ConnectDirectoryCommand";
|
|
8
|
-
import { CreateAliasCommand } from "./commands/CreateAliasCommand";
|
|
8
|
+
import { CreateAliasCommand, } from "./commands/CreateAliasCommand";
|
|
9
9
|
import { CreateComputerCommand, } from "./commands/CreateComputerCommand";
|
|
10
10
|
import { CreateConditionalForwarderCommand, } from "./commands/CreateConditionalForwarderCommand";
|
|
11
11
|
import { CreateDirectoryCommand, } from "./commands/CreateDirectoryCommand";
|
|
@@ -13,13 +13,13 @@ import { CreateHybridADCommand, } from "./commands/CreateHybridADCommand";
|
|
|
13
13
|
import { CreateLogSubscriptionCommand, } from "./commands/CreateLogSubscriptionCommand";
|
|
14
14
|
import { CreateMicrosoftADCommand, } from "./commands/CreateMicrosoftADCommand";
|
|
15
15
|
import { CreateSnapshotCommand, } from "./commands/CreateSnapshotCommand";
|
|
16
|
-
import { CreateTrustCommand } from "./commands/CreateTrustCommand";
|
|
16
|
+
import { CreateTrustCommand, } from "./commands/CreateTrustCommand";
|
|
17
17
|
import { DeleteADAssessmentCommand, } from "./commands/DeleteADAssessmentCommand";
|
|
18
18
|
import { DeleteConditionalForwarderCommand, } from "./commands/DeleteConditionalForwarderCommand";
|
|
19
19
|
import { DeleteDirectoryCommand, } from "./commands/DeleteDirectoryCommand";
|
|
20
20
|
import { DeleteLogSubscriptionCommand, } from "./commands/DeleteLogSubscriptionCommand";
|
|
21
21
|
import { DeleteSnapshotCommand, } from "./commands/DeleteSnapshotCommand";
|
|
22
|
-
import { DeleteTrustCommand } from "./commands/DeleteTrustCommand";
|
|
22
|
+
import { DeleteTrustCommand, } from "./commands/DeleteTrustCommand";
|
|
23
23
|
import { DeregisterCertificateCommand, } from "./commands/DeregisterCertificateCommand";
|
|
24
24
|
import { DeregisterEventTopicCommand, } from "./commands/DeregisterEventTopicCommand";
|
|
25
25
|
import { DescribeADAssessmentCommand, } from "./commands/DescribeADAssessmentCommand";
|
|
@@ -44,11 +44,11 @@ import { DisableClientAuthenticationCommand, } from "./commands/DisableClientAut
|
|
|
44
44
|
import { DisableDirectoryDataAccessCommand, } from "./commands/DisableDirectoryDataAccessCommand";
|
|
45
45
|
import { DisableLDAPSCommand, } from "./commands/DisableLDAPSCommand";
|
|
46
46
|
import { DisableRadiusCommand, } from "./commands/DisableRadiusCommand";
|
|
47
|
-
import { DisableSsoCommand } from "./commands/DisableSsoCommand";
|
|
47
|
+
import { DisableSsoCommand, } from "./commands/DisableSsoCommand";
|
|
48
48
|
import { EnableCAEnrollmentPolicyCommand, } from "./commands/EnableCAEnrollmentPolicyCommand";
|
|
49
49
|
import { EnableClientAuthenticationCommand, } from "./commands/EnableClientAuthenticationCommand";
|
|
50
50
|
import { EnableDirectoryDataAccessCommand, } from "./commands/EnableDirectoryDataAccessCommand";
|
|
51
|
-
import { EnableLDAPSCommand } from "./commands/EnableLDAPSCommand";
|
|
51
|
+
import { EnableLDAPSCommand, } from "./commands/EnableLDAPSCommand";
|
|
52
52
|
import { EnableRadiusCommand, } from "./commands/EnableRadiusCommand";
|
|
53
53
|
import { EnableSsoCommand } from "./commands/EnableSsoCommand";
|
|
54
54
|
import { GetDirectoryLimitsCommand, } from "./commands/GetDirectoryLimitsCommand";
|
|
@@ -77,8 +77,8 @@ import { UpdateHybridADCommand, } from "./commands/UpdateHybridADCommand";
|
|
|
77
77
|
import { UpdateNumberOfDomainControllersCommand, } from "./commands/UpdateNumberOfDomainControllersCommand";
|
|
78
78
|
import { UpdateRadiusCommand, } from "./commands/UpdateRadiusCommand";
|
|
79
79
|
import { UpdateSettingsCommand, } from "./commands/UpdateSettingsCommand";
|
|
80
|
-
import { UpdateTrustCommand } from "./commands/UpdateTrustCommand";
|
|
81
|
-
import { VerifyTrustCommand } from "./commands/VerifyTrustCommand";
|
|
80
|
+
import { UpdateTrustCommand, } from "./commands/UpdateTrustCommand";
|
|
81
|
+
import { VerifyTrustCommand, } from "./commands/VerifyTrustCommand";
|
|
82
82
|
import { DirectoryServiceClient } from "./DirectoryServiceClient";
|
|
83
83
|
import { paginateDescribeClientAuthenticationSettings, } from "./pagination/DescribeClientAuthenticationSettingsPaginator";
|
|
84
84
|
import { paginateDescribeDirectories } from "./pagination/DescribeDirectoriesPaginator";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeHybridADUpdateCommand, } from "../commands/DescribeHybridADUpdateCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,85 +1,85 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
2
2
|
import type { WaiterResult } from "@smithy/util-waiter";
|
|
3
|
-
import { AcceptSharedDirectoryCommandInput, AcceptSharedDirectoryCommandOutput } from "./commands/AcceptSharedDirectoryCommand";
|
|
4
|
-
import { AddIpRoutesCommandInput, AddIpRoutesCommandOutput } from "./commands/AddIpRoutesCommand";
|
|
5
|
-
import { AddRegionCommandInput, AddRegionCommandOutput } from "./commands/AddRegionCommand";
|
|
6
|
-
import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
|
|
7
|
-
import { CancelSchemaExtensionCommandInput, CancelSchemaExtensionCommandOutput } from "./commands/CancelSchemaExtensionCommand";
|
|
8
|
-
import { ConnectDirectoryCommandInput, ConnectDirectoryCommandOutput } from "./commands/ConnectDirectoryCommand";
|
|
9
|
-
import { CreateAliasCommandInput, CreateAliasCommandOutput } from "./commands/CreateAliasCommand";
|
|
10
|
-
import { CreateComputerCommandInput, CreateComputerCommandOutput } from "./commands/CreateComputerCommand";
|
|
11
|
-
import { CreateConditionalForwarderCommandInput, CreateConditionalForwarderCommandOutput } from "./commands/CreateConditionalForwarderCommand";
|
|
12
|
-
import { CreateDirectoryCommandInput, CreateDirectoryCommandOutput } from "./commands/CreateDirectoryCommand";
|
|
13
|
-
import { CreateHybridADCommandInput, CreateHybridADCommandOutput } from "./commands/CreateHybridADCommand";
|
|
14
|
-
import { CreateLogSubscriptionCommandInput, CreateLogSubscriptionCommandOutput } from "./commands/CreateLogSubscriptionCommand";
|
|
15
|
-
import { CreateMicrosoftADCommandInput, CreateMicrosoftADCommandOutput } from "./commands/CreateMicrosoftADCommand";
|
|
16
|
-
import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "./commands/CreateSnapshotCommand";
|
|
17
|
-
import { CreateTrustCommandInput, CreateTrustCommandOutput } from "./commands/CreateTrustCommand";
|
|
18
|
-
import { DeleteADAssessmentCommandInput, DeleteADAssessmentCommandOutput } from "./commands/DeleteADAssessmentCommand";
|
|
19
|
-
import { DeleteConditionalForwarderCommandInput, DeleteConditionalForwarderCommandOutput } from "./commands/DeleteConditionalForwarderCommand";
|
|
20
|
-
import { DeleteDirectoryCommandInput, DeleteDirectoryCommandOutput } from "./commands/DeleteDirectoryCommand";
|
|
21
|
-
import { DeleteLogSubscriptionCommandInput, DeleteLogSubscriptionCommandOutput } from "./commands/DeleteLogSubscriptionCommand";
|
|
22
|
-
import { DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput } from "./commands/DeleteSnapshotCommand";
|
|
23
|
-
import { DeleteTrustCommandInput, DeleteTrustCommandOutput } from "./commands/DeleteTrustCommand";
|
|
24
|
-
import { DeregisterCertificateCommandInput, DeregisterCertificateCommandOutput } from "./commands/DeregisterCertificateCommand";
|
|
25
|
-
import { DeregisterEventTopicCommandInput, DeregisterEventTopicCommandOutput } from "./commands/DeregisterEventTopicCommand";
|
|
26
|
-
import { DescribeADAssessmentCommandInput, DescribeADAssessmentCommandOutput } from "./commands/DescribeADAssessmentCommand";
|
|
27
|
-
import { DescribeCAEnrollmentPolicyCommandInput, DescribeCAEnrollmentPolicyCommandOutput } from "./commands/DescribeCAEnrollmentPolicyCommand";
|
|
28
|
-
import { DescribeCertificateCommandInput, DescribeCertificateCommandOutput } from "./commands/DescribeCertificateCommand";
|
|
29
|
-
import { DescribeClientAuthenticationSettingsCommandInput, DescribeClientAuthenticationSettingsCommandOutput } from "./commands/DescribeClientAuthenticationSettingsCommand";
|
|
30
|
-
import { DescribeConditionalForwardersCommandInput, DescribeConditionalForwardersCommandOutput } from "./commands/DescribeConditionalForwardersCommand";
|
|
31
|
-
import { DescribeDirectoriesCommandInput, DescribeDirectoriesCommandOutput } from "./commands/DescribeDirectoriesCommand";
|
|
32
|
-
import { DescribeDirectoryDataAccessCommandInput, DescribeDirectoryDataAccessCommandOutput } from "./commands/DescribeDirectoryDataAccessCommand";
|
|
33
|
-
import { DescribeDomainControllersCommandInput, DescribeDomainControllersCommandOutput } from "./commands/DescribeDomainControllersCommand";
|
|
34
|
-
import { DescribeEventTopicsCommandInput, DescribeEventTopicsCommandOutput } from "./commands/DescribeEventTopicsCommand";
|
|
35
|
-
import { DescribeHybridADUpdateCommandInput, DescribeHybridADUpdateCommandOutput } from "./commands/DescribeHybridADUpdateCommand";
|
|
36
|
-
import { DescribeLDAPSSettingsCommandInput, DescribeLDAPSSettingsCommandOutput } from "./commands/DescribeLDAPSSettingsCommand";
|
|
37
|
-
import { DescribeRegionsCommandInput, DescribeRegionsCommandOutput } from "./commands/DescribeRegionsCommand";
|
|
38
|
-
import { DescribeSettingsCommandInput, DescribeSettingsCommandOutput } from "./commands/DescribeSettingsCommand";
|
|
39
|
-
import { DescribeSharedDirectoriesCommandInput, DescribeSharedDirectoriesCommandOutput } from "./commands/DescribeSharedDirectoriesCommand";
|
|
40
|
-
import { DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput } from "./commands/DescribeSnapshotsCommand";
|
|
41
|
-
import { DescribeTrustsCommandInput, DescribeTrustsCommandOutput } from "./commands/DescribeTrustsCommand";
|
|
42
|
-
import { DescribeUpdateDirectoryCommandInput, DescribeUpdateDirectoryCommandOutput } from "./commands/DescribeUpdateDirectoryCommand";
|
|
43
|
-
import { DisableCAEnrollmentPolicyCommandInput, DisableCAEnrollmentPolicyCommandOutput } from "./commands/DisableCAEnrollmentPolicyCommand";
|
|
44
|
-
import { DisableClientAuthenticationCommandInput, DisableClientAuthenticationCommandOutput } from "./commands/DisableClientAuthenticationCommand";
|
|
45
|
-
import { DisableDirectoryDataAccessCommandInput, DisableDirectoryDataAccessCommandOutput } from "./commands/DisableDirectoryDataAccessCommand";
|
|
46
|
-
import { DisableLDAPSCommandInput, DisableLDAPSCommandOutput } from "./commands/DisableLDAPSCommand";
|
|
47
|
-
import { DisableRadiusCommandInput, DisableRadiusCommandOutput } from "./commands/DisableRadiusCommand";
|
|
48
|
-
import { DisableSsoCommandInput, DisableSsoCommandOutput } from "./commands/DisableSsoCommand";
|
|
49
|
-
import { EnableCAEnrollmentPolicyCommandInput, EnableCAEnrollmentPolicyCommandOutput } from "./commands/EnableCAEnrollmentPolicyCommand";
|
|
50
|
-
import { EnableClientAuthenticationCommandInput, EnableClientAuthenticationCommandOutput } from "./commands/EnableClientAuthenticationCommand";
|
|
51
|
-
import { EnableDirectoryDataAccessCommandInput, EnableDirectoryDataAccessCommandOutput } from "./commands/EnableDirectoryDataAccessCommand";
|
|
52
|
-
import { EnableLDAPSCommandInput, EnableLDAPSCommandOutput } from "./commands/EnableLDAPSCommand";
|
|
53
|
-
import { EnableRadiusCommandInput, EnableRadiusCommandOutput } from "./commands/EnableRadiusCommand";
|
|
54
|
-
import { EnableSsoCommandInput, EnableSsoCommandOutput } from "./commands/EnableSsoCommand";
|
|
55
|
-
import { GetDirectoryLimitsCommandInput, GetDirectoryLimitsCommandOutput } from "./commands/GetDirectoryLimitsCommand";
|
|
56
|
-
import { GetSnapshotLimitsCommandInput, GetSnapshotLimitsCommandOutput } from "./commands/GetSnapshotLimitsCommand";
|
|
57
|
-
import { ListADAssessmentsCommandInput, ListADAssessmentsCommandOutput } from "./commands/ListADAssessmentsCommand";
|
|
58
|
-
import { ListCertificatesCommandInput, ListCertificatesCommandOutput } from "./commands/ListCertificatesCommand";
|
|
59
|
-
import { ListIpRoutesCommandInput, ListIpRoutesCommandOutput } from "./commands/ListIpRoutesCommand";
|
|
60
|
-
import { ListLogSubscriptionsCommandInput, ListLogSubscriptionsCommandOutput } from "./commands/ListLogSubscriptionsCommand";
|
|
61
|
-
import { ListSchemaExtensionsCommandInput, ListSchemaExtensionsCommandOutput } from "./commands/ListSchemaExtensionsCommand";
|
|
62
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
63
|
-
import { RegisterCertificateCommandInput, RegisterCertificateCommandOutput } from "./commands/RegisterCertificateCommand";
|
|
64
|
-
import { RegisterEventTopicCommandInput, RegisterEventTopicCommandOutput } from "./commands/RegisterEventTopicCommand";
|
|
65
|
-
import { RejectSharedDirectoryCommandInput, RejectSharedDirectoryCommandOutput } from "./commands/RejectSharedDirectoryCommand";
|
|
66
|
-
import { RemoveIpRoutesCommandInput, RemoveIpRoutesCommandOutput } from "./commands/RemoveIpRoutesCommand";
|
|
67
|
-
import { RemoveRegionCommandInput, RemoveRegionCommandOutput } from "./commands/RemoveRegionCommand";
|
|
68
|
-
import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "./commands/RemoveTagsFromResourceCommand";
|
|
69
|
-
import { ResetUserPasswordCommandInput, ResetUserPasswordCommandOutput } from "./commands/ResetUserPasswordCommand";
|
|
70
|
-
import { RestoreFromSnapshotCommandInput, RestoreFromSnapshotCommandOutput } from "./commands/RestoreFromSnapshotCommand";
|
|
71
|
-
import { ShareDirectoryCommandInput, ShareDirectoryCommandOutput } from "./commands/ShareDirectoryCommand";
|
|
72
|
-
import { StartADAssessmentCommandInput, StartADAssessmentCommandOutput } from "./commands/StartADAssessmentCommand";
|
|
73
|
-
import { StartSchemaExtensionCommandInput, StartSchemaExtensionCommandOutput } from "./commands/StartSchemaExtensionCommand";
|
|
74
|
-
import { UnshareDirectoryCommandInput, UnshareDirectoryCommandOutput } from "./commands/UnshareDirectoryCommand";
|
|
75
|
-
import { UpdateConditionalForwarderCommandInput, UpdateConditionalForwarderCommandOutput } from "./commands/UpdateConditionalForwarderCommand";
|
|
76
|
-
import { UpdateDirectorySetupCommandInput, UpdateDirectorySetupCommandOutput } from "./commands/UpdateDirectorySetupCommand";
|
|
77
|
-
import { UpdateHybridADCommandInput, UpdateHybridADCommandOutput } from "./commands/UpdateHybridADCommand";
|
|
78
|
-
import { UpdateNumberOfDomainControllersCommandInput, UpdateNumberOfDomainControllersCommandOutput } from "./commands/UpdateNumberOfDomainControllersCommand";
|
|
79
|
-
import { UpdateRadiusCommandInput, UpdateRadiusCommandOutput } from "./commands/UpdateRadiusCommand";
|
|
80
|
-
import { UpdateSettingsCommandInput, UpdateSettingsCommandOutput } from "./commands/UpdateSettingsCommand";
|
|
81
|
-
import { UpdateTrustCommandInput, UpdateTrustCommandOutput } from "./commands/UpdateTrustCommand";
|
|
82
|
-
import { VerifyTrustCommandInput, VerifyTrustCommandOutput } from "./commands/VerifyTrustCommand";
|
|
3
|
+
import { type AcceptSharedDirectoryCommandInput, type AcceptSharedDirectoryCommandOutput } from "./commands/AcceptSharedDirectoryCommand";
|
|
4
|
+
import { type AddIpRoutesCommandInput, type AddIpRoutesCommandOutput } from "./commands/AddIpRoutesCommand";
|
|
5
|
+
import { type AddRegionCommandInput, type AddRegionCommandOutput } from "./commands/AddRegionCommand";
|
|
6
|
+
import { type AddTagsToResourceCommandInput, type AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
|
|
7
|
+
import { type CancelSchemaExtensionCommandInput, type CancelSchemaExtensionCommandOutput } from "./commands/CancelSchemaExtensionCommand";
|
|
8
|
+
import { type ConnectDirectoryCommandInput, type ConnectDirectoryCommandOutput } from "./commands/ConnectDirectoryCommand";
|
|
9
|
+
import { type CreateAliasCommandInput, type CreateAliasCommandOutput } from "./commands/CreateAliasCommand";
|
|
10
|
+
import { type CreateComputerCommandInput, type CreateComputerCommandOutput } from "./commands/CreateComputerCommand";
|
|
11
|
+
import { type CreateConditionalForwarderCommandInput, type CreateConditionalForwarderCommandOutput } from "./commands/CreateConditionalForwarderCommand";
|
|
12
|
+
import { type CreateDirectoryCommandInput, type CreateDirectoryCommandOutput } from "./commands/CreateDirectoryCommand";
|
|
13
|
+
import { type CreateHybridADCommandInput, type CreateHybridADCommandOutput } from "./commands/CreateHybridADCommand";
|
|
14
|
+
import { type CreateLogSubscriptionCommandInput, type CreateLogSubscriptionCommandOutput } from "./commands/CreateLogSubscriptionCommand";
|
|
15
|
+
import { type CreateMicrosoftADCommandInput, type CreateMicrosoftADCommandOutput } from "./commands/CreateMicrosoftADCommand";
|
|
16
|
+
import { type CreateSnapshotCommandInput, type CreateSnapshotCommandOutput } from "./commands/CreateSnapshotCommand";
|
|
17
|
+
import { type CreateTrustCommandInput, type CreateTrustCommandOutput } from "./commands/CreateTrustCommand";
|
|
18
|
+
import { type DeleteADAssessmentCommandInput, type DeleteADAssessmentCommandOutput } from "./commands/DeleteADAssessmentCommand";
|
|
19
|
+
import { type DeleteConditionalForwarderCommandInput, type DeleteConditionalForwarderCommandOutput } from "./commands/DeleteConditionalForwarderCommand";
|
|
20
|
+
import { type DeleteDirectoryCommandInput, type DeleteDirectoryCommandOutput } from "./commands/DeleteDirectoryCommand";
|
|
21
|
+
import { type DeleteLogSubscriptionCommandInput, type DeleteLogSubscriptionCommandOutput } from "./commands/DeleteLogSubscriptionCommand";
|
|
22
|
+
import { type DeleteSnapshotCommandInput, type DeleteSnapshotCommandOutput } from "./commands/DeleteSnapshotCommand";
|
|
23
|
+
import { type DeleteTrustCommandInput, type DeleteTrustCommandOutput } from "./commands/DeleteTrustCommand";
|
|
24
|
+
import { type DeregisterCertificateCommandInput, type DeregisterCertificateCommandOutput } from "./commands/DeregisterCertificateCommand";
|
|
25
|
+
import { type DeregisterEventTopicCommandInput, type DeregisterEventTopicCommandOutput } from "./commands/DeregisterEventTopicCommand";
|
|
26
|
+
import { type DescribeADAssessmentCommandInput, type DescribeADAssessmentCommandOutput } from "./commands/DescribeADAssessmentCommand";
|
|
27
|
+
import { type DescribeCAEnrollmentPolicyCommandInput, type DescribeCAEnrollmentPolicyCommandOutput } from "./commands/DescribeCAEnrollmentPolicyCommand";
|
|
28
|
+
import { type DescribeCertificateCommandInput, type DescribeCertificateCommandOutput } from "./commands/DescribeCertificateCommand";
|
|
29
|
+
import { type DescribeClientAuthenticationSettingsCommandInput, type DescribeClientAuthenticationSettingsCommandOutput } from "./commands/DescribeClientAuthenticationSettingsCommand";
|
|
30
|
+
import { type DescribeConditionalForwardersCommandInput, type DescribeConditionalForwardersCommandOutput } from "./commands/DescribeConditionalForwardersCommand";
|
|
31
|
+
import { type DescribeDirectoriesCommandInput, type DescribeDirectoriesCommandOutput } from "./commands/DescribeDirectoriesCommand";
|
|
32
|
+
import { type DescribeDirectoryDataAccessCommandInput, type DescribeDirectoryDataAccessCommandOutput } from "./commands/DescribeDirectoryDataAccessCommand";
|
|
33
|
+
import { type DescribeDomainControllersCommandInput, type DescribeDomainControllersCommandOutput } from "./commands/DescribeDomainControllersCommand";
|
|
34
|
+
import { type DescribeEventTopicsCommandInput, type DescribeEventTopicsCommandOutput } from "./commands/DescribeEventTopicsCommand";
|
|
35
|
+
import { type DescribeHybridADUpdateCommandInput, type DescribeHybridADUpdateCommandOutput } from "./commands/DescribeHybridADUpdateCommand";
|
|
36
|
+
import { type DescribeLDAPSSettingsCommandInput, type DescribeLDAPSSettingsCommandOutput } from "./commands/DescribeLDAPSSettingsCommand";
|
|
37
|
+
import { type DescribeRegionsCommandInput, type DescribeRegionsCommandOutput } from "./commands/DescribeRegionsCommand";
|
|
38
|
+
import { type DescribeSettingsCommandInput, type DescribeSettingsCommandOutput } from "./commands/DescribeSettingsCommand";
|
|
39
|
+
import { type DescribeSharedDirectoriesCommandInput, type DescribeSharedDirectoriesCommandOutput } from "./commands/DescribeSharedDirectoriesCommand";
|
|
40
|
+
import { type DescribeSnapshotsCommandInput, type DescribeSnapshotsCommandOutput } from "./commands/DescribeSnapshotsCommand";
|
|
41
|
+
import { type DescribeTrustsCommandInput, type DescribeTrustsCommandOutput } from "./commands/DescribeTrustsCommand";
|
|
42
|
+
import { type DescribeUpdateDirectoryCommandInput, type DescribeUpdateDirectoryCommandOutput } from "./commands/DescribeUpdateDirectoryCommand";
|
|
43
|
+
import { type DisableCAEnrollmentPolicyCommandInput, type DisableCAEnrollmentPolicyCommandOutput } from "./commands/DisableCAEnrollmentPolicyCommand";
|
|
44
|
+
import { type DisableClientAuthenticationCommandInput, type DisableClientAuthenticationCommandOutput } from "./commands/DisableClientAuthenticationCommand";
|
|
45
|
+
import { type DisableDirectoryDataAccessCommandInput, type DisableDirectoryDataAccessCommandOutput } from "./commands/DisableDirectoryDataAccessCommand";
|
|
46
|
+
import { type DisableLDAPSCommandInput, type DisableLDAPSCommandOutput } from "./commands/DisableLDAPSCommand";
|
|
47
|
+
import { type DisableRadiusCommandInput, type DisableRadiusCommandOutput } from "./commands/DisableRadiusCommand";
|
|
48
|
+
import { type DisableSsoCommandInput, type DisableSsoCommandOutput } from "./commands/DisableSsoCommand";
|
|
49
|
+
import { type EnableCAEnrollmentPolicyCommandInput, type EnableCAEnrollmentPolicyCommandOutput } from "./commands/EnableCAEnrollmentPolicyCommand";
|
|
50
|
+
import { type EnableClientAuthenticationCommandInput, type EnableClientAuthenticationCommandOutput } from "./commands/EnableClientAuthenticationCommand";
|
|
51
|
+
import { type EnableDirectoryDataAccessCommandInput, type EnableDirectoryDataAccessCommandOutput } from "./commands/EnableDirectoryDataAccessCommand";
|
|
52
|
+
import { type EnableLDAPSCommandInput, type EnableLDAPSCommandOutput } from "./commands/EnableLDAPSCommand";
|
|
53
|
+
import { type EnableRadiusCommandInput, type EnableRadiusCommandOutput } from "./commands/EnableRadiusCommand";
|
|
54
|
+
import { type EnableSsoCommandInput, type EnableSsoCommandOutput } from "./commands/EnableSsoCommand";
|
|
55
|
+
import { type GetDirectoryLimitsCommandInput, type GetDirectoryLimitsCommandOutput } from "./commands/GetDirectoryLimitsCommand";
|
|
56
|
+
import { type GetSnapshotLimitsCommandInput, type GetSnapshotLimitsCommandOutput } from "./commands/GetSnapshotLimitsCommand";
|
|
57
|
+
import { type ListADAssessmentsCommandInput, type ListADAssessmentsCommandOutput } from "./commands/ListADAssessmentsCommand";
|
|
58
|
+
import { type ListCertificatesCommandInput, type ListCertificatesCommandOutput } from "./commands/ListCertificatesCommand";
|
|
59
|
+
import { type ListIpRoutesCommandInput, type ListIpRoutesCommandOutput } from "./commands/ListIpRoutesCommand";
|
|
60
|
+
import { type ListLogSubscriptionsCommandInput, type ListLogSubscriptionsCommandOutput } from "./commands/ListLogSubscriptionsCommand";
|
|
61
|
+
import { type ListSchemaExtensionsCommandInput, type ListSchemaExtensionsCommandOutput } from "./commands/ListSchemaExtensionsCommand";
|
|
62
|
+
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
63
|
+
import { type RegisterCertificateCommandInput, type RegisterCertificateCommandOutput } from "./commands/RegisterCertificateCommand";
|
|
64
|
+
import { type RegisterEventTopicCommandInput, type RegisterEventTopicCommandOutput } from "./commands/RegisterEventTopicCommand";
|
|
65
|
+
import { type RejectSharedDirectoryCommandInput, type RejectSharedDirectoryCommandOutput } from "./commands/RejectSharedDirectoryCommand";
|
|
66
|
+
import { type RemoveIpRoutesCommandInput, type RemoveIpRoutesCommandOutput } from "./commands/RemoveIpRoutesCommand";
|
|
67
|
+
import { type RemoveRegionCommandInput, type RemoveRegionCommandOutput } from "./commands/RemoveRegionCommand";
|
|
68
|
+
import { type RemoveTagsFromResourceCommandInput, type RemoveTagsFromResourceCommandOutput } from "./commands/RemoveTagsFromResourceCommand";
|
|
69
|
+
import { type ResetUserPasswordCommandInput, type ResetUserPasswordCommandOutput } from "./commands/ResetUserPasswordCommand";
|
|
70
|
+
import { type RestoreFromSnapshotCommandInput, type RestoreFromSnapshotCommandOutput } from "./commands/RestoreFromSnapshotCommand";
|
|
71
|
+
import { type ShareDirectoryCommandInput, type ShareDirectoryCommandOutput } from "./commands/ShareDirectoryCommand";
|
|
72
|
+
import { type StartADAssessmentCommandInput, type StartADAssessmentCommandOutput } from "./commands/StartADAssessmentCommand";
|
|
73
|
+
import { type StartSchemaExtensionCommandInput, type StartSchemaExtensionCommandOutput } from "./commands/StartSchemaExtensionCommand";
|
|
74
|
+
import { type UnshareDirectoryCommandInput, type UnshareDirectoryCommandOutput } from "./commands/UnshareDirectoryCommand";
|
|
75
|
+
import { type UpdateConditionalForwarderCommandInput, type UpdateConditionalForwarderCommandOutput } from "./commands/UpdateConditionalForwarderCommand";
|
|
76
|
+
import { type UpdateDirectorySetupCommandInput, type UpdateDirectorySetupCommandOutput } from "./commands/UpdateDirectorySetupCommand";
|
|
77
|
+
import { type UpdateHybridADCommandInput, type UpdateHybridADCommandOutput } from "./commands/UpdateHybridADCommand";
|
|
78
|
+
import { type UpdateNumberOfDomainControllersCommandInput, type UpdateNumberOfDomainControllersCommandOutput } from "./commands/UpdateNumberOfDomainControllersCommand";
|
|
79
|
+
import { type UpdateRadiusCommandInput, type UpdateRadiusCommandOutput } from "./commands/UpdateRadiusCommand";
|
|
80
|
+
import { type UpdateSettingsCommandInput, type UpdateSettingsCommandOutput } from "./commands/UpdateSettingsCommand";
|
|
81
|
+
import { type UpdateTrustCommandInput, type UpdateTrustCommandOutput } from "./commands/UpdateTrustCommand";
|
|
82
|
+
import { type VerifyTrustCommandInput, type VerifyTrustCommandOutput } from "./commands/VerifyTrustCommand";
|
|
83
83
|
import { DirectoryServiceClient } from "./DirectoryServiceClient";
|
|
84
84
|
export interface DirectoryService {
|
|
85
85
|
/**
|
|
@@ -5,89 +5,89 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import {
|
|
8
|
+
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
|
-
import { AcceptSharedDirectoryCommandInput, AcceptSharedDirectoryCommandOutput } from "./commands/AcceptSharedDirectoryCommand";
|
|
11
|
-
import { AddIpRoutesCommandInput, AddIpRoutesCommandOutput } from "./commands/AddIpRoutesCommand";
|
|
12
|
-
import { AddRegionCommandInput, AddRegionCommandOutput } from "./commands/AddRegionCommand";
|
|
13
|
-
import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
|
|
14
|
-
import { CancelSchemaExtensionCommandInput, CancelSchemaExtensionCommandOutput } from "./commands/CancelSchemaExtensionCommand";
|
|
15
|
-
import { ConnectDirectoryCommandInput, ConnectDirectoryCommandOutput } from "./commands/ConnectDirectoryCommand";
|
|
16
|
-
import { CreateAliasCommandInput, CreateAliasCommandOutput } from "./commands/CreateAliasCommand";
|
|
17
|
-
import { CreateComputerCommandInput, CreateComputerCommandOutput } from "./commands/CreateComputerCommand";
|
|
18
|
-
import { CreateConditionalForwarderCommandInput, CreateConditionalForwarderCommandOutput } from "./commands/CreateConditionalForwarderCommand";
|
|
19
|
-
import { CreateDirectoryCommandInput, CreateDirectoryCommandOutput } from "./commands/CreateDirectoryCommand";
|
|
20
|
-
import { CreateHybridADCommandInput, CreateHybridADCommandOutput } from "./commands/CreateHybridADCommand";
|
|
21
|
-
import { CreateLogSubscriptionCommandInput, CreateLogSubscriptionCommandOutput } from "./commands/CreateLogSubscriptionCommand";
|
|
22
|
-
import { CreateMicrosoftADCommandInput, CreateMicrosoftADCommandOutput } from "./commands/CreateMicrosoftADCommand";
|
|
23
|
-
import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "./commands/CreateSnapshotCommand";
|
|
24
|
-
import { CreateTrustCommandInput, CreateTrustCommandOutput } from "./commands/CreateTrustCommand";
|
|
25
|
-
import { DeleteADAssessmentCommandInput, DeleteADAssessmentCommandOutput } from "./commands/DeleteADAssessmentCommand";
|
|
26
|
-
import { DeleteConditionalForwarderCommandInput, DeleteConditionalForwarderCommandOutput } from "./commands/DeleteConditionalForwarderCommand";
|
|
27
|
-
import { DeleteDirectoryCommandInput, DeleteDirectoryCommandOutput } from "./commands/DeleteDirectoryCommand";
|
|
28
|
-
import { DeleteLogSubscriptionCommandInput, DeleteLogSubscriptionCommandOutput } from "./commands/DeleteLogSubscriptionCommand";
|
|
29
|
-
import { DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput } from "./commands/DeleteSnapshotCommand";
|
|
30
|
-
import { DeleteTrustCommandInput, DeleteTrustCommandOutput } from "./commands/DeleteTrustCommand";
|
|
31
|
-
import { DeregisterCertificateCommandInput, DeregisterCertificateCommandOutput } from "./commands/DeregisterCertificateCommand";
|
|
32
|
-
import { DeregisterEventTopicCommandInput, DeregisterEventTopicCommandOutput } from "./commands/DeregisterEventTopicCommand";
|
|
33
|
-
import { DescribeADAssessmentCommandInput, DescribeADAssessmentCommandOutput } from "./commands/DescribeADAssessmentCommand";
|
|
34
|
-
import { DescribeCAEnrollmentPolicyCommandInput, DescribeCAEnrollmentPolicyCommandOutput } from "./commands/DescribeCAEnrollmentPolicyCommand";
|
|
35
|
-
import { DescribeCertificateCommandInput, DescribeCertificateCommandOutput } from "./commands/DescribeCertificateCommand";
|
|
36
|
-
import { DescribeClientAuthenticationSettingsCommandInput, DescribeClientAuthenticationSettingsCommandOutput } from "./commands/DescribeClientAuthenticationSettingsCommand";
|
|
37
|
-
import { DescribeConditionalForwardersCommandInput, DescribeConditionalForwardersCommandOutput } from "./commands/DescribeConditionalForwardersCommand";
|
|
38
|
-
import { DescribeDirectoriesCommandInput, DescribeDirectoriesCommandOutput } from "./commands/DescribeDirectoriesCommand";
|
|
39
|
-
import { DescribeDirectoryDataAccessCommandInput, DescribeDirectoryDataAccessCommandOutput } from "./commands/DescribeDirectoryDataAccessCommand";
|
|
40
|
-
import { DescribeDomainControllersCommandInput, DescribeDomainControllersCommandOutput } from "./commands/DescribeDomainControllersCommand";
|
|
41
|
-
import { DescribeEventTopicsCommandInput, DescribeEventTopicsCommandOutput } from "./commands/DescribeEventTopicsCommand";
|
|
42
|
-
import { DescribeHybridADUpdateCommandInput, DescribeHybridADUpdateCommandOutput } from "./commands/DescribeHybridADUpdateCommand";
|
|
43
|
-
import { DescribeLDAPSSettingsCommandInput, DescribeLDAPSSettingsCommandOutput } from "./commands/DescribeLDAPSSettingsCommand";
|
|
44
|
-
import { DescribeRegionsCommandInput, DescribeRegionsCommandOutput } from "./commands/DescribeRegionsCommand";
|
|
45
|
-
import { DescribeSettingsCommandInput, DescribeSettingsCommandOutput } from "./commands/DescribeSettingsCommand";
|
|
46
|
-
import { DescribeSharedDirectoriesCommandInput, DescribeSharedDirectoriesCommandOutput } from "./commands/DescribeSharedDirectoriesCommand";
|
|
47
|
-
import { DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput } from "./commands/DescribeSnapshotsCommand";
|
|
48
|
-
import { DescribeTrustsCommandInput, DescribeTrustsCommandOutput } from "./commands/DescribeTrustsCommand";
|
|
49
|
-
import { DescribeUpdateDirectoryCommandInput, DescribeUpdateDirectoryCommandOutput } from "./commands/DescribeUpdateDirectoryCommand";
|
|
50
|
-
import { DisableCAEnrollmentPolicyCommandInput, DisableCAEnrollmentPolicyCommandOutput } from "./commands/DisableCAEnrollmentPolicyCommand";
|
|
51
|
-
import { DisableClientAuthenticationCommandInput, DisableClientAuthenticationCommandOutput } from "./commands/DisableClientAuthenticationCommand";
|
|
52
|
-
import { DisableDirectoryDataAccessCommandInput, DisableDirectoryDataAccessCommandOutput } from "./commands/DisableDirectoryDataAccessCommand";
|
|
53
|
-
import { DisableLDAPSCommandInput, DisableLDAPSCommandOutput } from "./commands/DisableLDAPSCommand";
|
|
54
|
-
import { DisableRadiusCommandInput, DisableRadiusCommandOutput } from "./commands/DisableRadiusCommand";
|
|
55
|
-
import { DisableSsoCommandInput, DisableSsoCommandOutput } from "./commands/DisableSsoCommand";
|
|
56
|
-
import { EnableCAEnrollmentPolicyCommandInput, EnableCAEnrollmentPolicyCommandOutput } from "./commands/EnableCAEnrollmentPolicyCommand";
|
|
57
|
-
import { EnableClientAuthenticationCommandInput, EnableClientAuthenticationCommandOutput } from "./commands/EnableClientAuthenticationCommand";
|
|
58
|
-
import { EnableDirectoryDataAccessCommandInput, EnableDirectoryDataAccessCommandOutput } from "./commands/EnableDirectoryDataAccessCommand";
|
|
59
|
-
import { EnableLDAPSCommandInput, EnableLDAPSCommandOutput } from "./commands/EnableLDAPSCommand";
|
|
60
|
-
import { EnableRadiusCommandInput, EnableRadiusCommandOutput } from "./commands/EnableRadiusCommand";
|
|
61
|
-
import { EnableSsoCommandInput, EnableSsoCommandOutput } from "./commands/EnableSsoCommand";
|
|
62
|
-
import { GetDirectoryLimitsCommandInput, GetDirectoryLimitsCommandOutput } from "./commands/GetDirectoryLimitsCommand";
|
|
63
|
-
import { GetSnapshotLimitsCommandInput, GetSnapshotLimitsCommandOutput } from "./commands/GetSnapshotLimitsCommand";
|
|
64
|
-
import { ListADAssessmentsCommandInput, ListADAssessmentsCommandOutput } from "./commands/ListADAssessmentsCommand";
|
|
65
|
-
import { ListCertificatesCommandInput, ListCertificatesCommandOutput } from "./commands/ListCertificatesCommand";
|
|
66
|
-
import { ListIpRoutesCommandInput, ListIpRoutesCommandOutput } from "./commands/ListIpRoutesCommand";
|
|
67
|
-
import { ListLogSubscriptionsCommandInput, ListLogSubscriptionsCommandOutput } from "./commands/ListLogSubscriptionsCommand";
|
|
68
|
-
import { ListSchemaExtensionsCommandInput, ListSchemaExtensionsCommandOutput } from "./commands/ListSchemaExtensionsCommand";
|
|
69
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
70
|
-
import { RegisterCertificateCommandInput, RegisterCertificateCommandOutput } from "./commands/RegisterCertificateCommand";
|
|
71
|
-
import { RegisterEventTopicCommandInput, RegisterEventTopicCommandOutput } from "./commands/RegisterEventTopicCommand";
|
|
72
|
-
import { RejectSharedDirectoryCommandInput, RejectSharedDirectoryCommandOutput } from "./commands/RejectSharedDirectoryCommand";
|
|
73
|
-
import { RemoveIpRoutesCommandInput, RemoveIpRoutesCommandOutput } from "./commands/RemoveIpRoutesCommand";
|
|
74
|
-
import { RemoveRegionCommandInput, RemoveRegionCommandOutput } from "./commands/RemoveRegionCommand";
|
|
75
|
-
import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "./commands/RemoveTagsFromResourceCommand";
|
|
76
|
-
import { ResetUserPasswordCommandInput, ResetUserPasswordCommandOutput } from "./commands/ResetUserPasswordCommand";
|
|
77
|
-
import { RestoreFromSnapshotCommandInput, RestoreFromSnapshotCommandOutput } from "./commands/RestoreFromSnapshotCommand";
|
|
78
|
-
import { ShareDirectoryCommandInput, ShareDirectoryCommandOutput } from "./commands/ShareDirectoryCommand";
|
|
79
|
-
import { StartADAssessmentCommandInput, StartADAssessmentCommandOutput } from "./commands/StartADAssessmentCommand";
|
|
80
|
-
import { StartSchemaExtensionCommandInput, StartSchemaExtensionCommandOutput } from "./commands/StartSchemaExtensionCommand";
|
|
81
|
-
import { UnshareDirectoryCommandInput, UnshareDirectoryCommandOutput } from "./commands/UnshareDirectoryCommand";
|
|
82
|
-
import { UpdateConditionalForwarderCommandInput, UpdateConditionalForwarderCommandOutput } from "./commands/UpdateConditionalForwarderCommand";
|
|
83
|
-
import { UpdateDirectorySetupCommandInput, UpdateDirectorySetupCommandOutput } from "./commands/UpdateDirectorySetupCommand";
|
|
84
|
-
import { UpdateHybridADCommandInput, UpdateHybridADCommandOutput } from "./commands/UpdateHybridADCommand";
|
|
85
|
-
import { UpdateNumberOfDomainControllersCommandInput, UpdateNumberOfDomainControllersCommandOutput } from "./commands/UpdateNumberOfDomainControllersCommand";
|
|
86
|
-
import { UpdateRadiusCommandInput, UpdateRadiusCommandOutput } from "./commands/UpdateRadiusCommand";
|
|
87
|
-
import { UpdateSettingsCommandInput, UpdateSettingsCommandOutput } from "./commands/UpdateSettingsCommand";
|
|
88
|
-
import { UpdateTrustCommandInput, UpdateTrustCommandOutput } from "./commands/UpdateTrustCommand";
|
|
89
|
-
import { VerifyTrustCommandInput, VerifyTrustCommandOutput } from "./commands/VerifyTrustCommand";
|
|
90
|
-
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
+
import type { AcceptSharedDirectoryCommandInput, AcceptSharedDirectoryCommandOutput } from "./commands/AcceptSharedDirectoryCommand";
|
|
11
|
+
import type { AddIpRoutesCommandInput, AddIpRoutesCommandOutput } from "./commands/AddIpRoutesCommand";
|
|
12
|
+
import type { AddRegionCommandInput, AddRegionCommandOutput } from "./commands/AddRegionCommand";
|
|
13
|
+
import type { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
|
|
14
|
+
import type { CancelSchemaExtensionCommandInput, CancelSchemaExtensionCommandOutput } from "./commands/CancelSchemaExtensionCommand";
|
|
15
|
+
import type { ConnectDirectoryCommandInput, ConnectDirectoryCommandOutput } from "./commands/ConnectDirectoryCommand";
|
|
16
|
+
import type { CreateAliasCommandInput, CreateAliasCommandOutput } from "./commands/CreateAliasCommand";
|
|
17
|
+
import type { CreateComputerCommandInput, CreateComputerCommandOutput } from "./commands/CreateComputerCommand";
|
|
18
|
+
import type { CreateConditionalForwarderCommandInput, CreateConditionalForwarderCommandOutput } from "./commands/CreateConditionalForwarderCommand";
|
|
19
|
+
import type { CreateDirectoryCommandInput, CreateDirectoryCommandOutput } from "./commands/CreateDirectoryCommand";
|
|
20
|
+
import type { CreateHybridADCommandInput, CreateHybridADCommandOutput } from "./commands/CreateHybridADCommand";
|
|
21
|
+
import type { CreateLogSubscriptionCommandInput, CreateLogSubscriptionCommandOutput } from "./commands/CreateLogSubscriptionCommand";
|
|
22
|
+
import type { CreateMicrosoftADCommandInput, CreateMicrosoftADCommandOutput } from "./commands/CreateMicrosoftADCommand";
|
|
23
|
+
import type { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "./commands/CreateSnapshotCommand";
|
|
24
|
+
import type { CreateTrustCommandInput, CreateTrustCommandOutput } from "./commands/CreateTrustCommand";
|
|
25
|
+
import type { DeleteADAssessmentCommandInput, DeleteADAssessmentCommandOutput } from "./commands/DeleteADAssessmentCommand";
|
|
26
|
+
import type { DeleteConditionalForwarderCommandInput, DeleteConditionalForwarderCommandOutput } from "./commands/DeleteConditionalForwarderCommand";
|
|
27
|
+
import type { DeleteDirectoryCommandInput, DeleteDirectoryCommandOutput } from "./commands/DeleteDirectoryCommand";
|
|
28
|
+
import type { DeleteLogSubscriptionCommandInput, DeleteLogSubscriptionCommandOutput } from "./commands/DeleteLogSubscriptionCommand";
|
|
29
|
+
import type { DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput } from "./commands/DeleteSnapshotCommand";
|
|
30
|
+
import type { DeleteTrustCommandInput, DeleteTrustCommandOutput } from "./commands/DeleteTrustCommand";
|
|
31
|
+
import type { DeregisterCertificateCommandInput, DeregisterCertificateCommandOutput } from "./commands/DeregisterCertificateCommand";
|
|
32
|
+
import type { DeregisterEventTopicCommandInput, DeregisterEventTopicCommandOutput } from "./commands/DeregisterEventTopicCommand";
|
|
33
|
+
import type { DescribeADAssessmentCommandInput, DescribeADAssessmentCommandOutput } from "./commands/DescribeADAssessmentCommand";
|
|
34
|
+
import type { DescribeCAEnrollmentPolicyCommandInput, DescribeCAEnrollmentPolicyCommandOutput } from "./commands/DescribeCAEnrollmentPolicyCommand";
|
|
35
|
+
import type { DescribeCertificateCommandInput, DescribeCertificateCommandOutput } from "./commands/DescribeCertificateCommand";
|
|
36
|
+
import type { DescribeClientAuthenticationSettingsCommandInput, DescribeClientAuthenticationSettingsCommandOutput } from "./commands/DescribeClientAuthenticationSettingsCommand";
|
|
37
|
+
import type { DescribeConditionalForwardersCommandInput, DescribeConditionalForwardersCommandOutput } from "./commands/DescribeConditionalForwardersCommand";
|
|
38
|
+
import type { DescribeDirectoriesCommandInput, DescribeDirectoriesCommandOutput } from "./commands/DescribeDirectoriesCommand";
|
|
39
|
+
import type { DescribeDirectoryDataAccessCommandInput, DescribeDirectoryDataAccessCommandOutput } from "./commands/DescribeDirectoryDataAccessCommand";
|
|
40
|
+
import type { DescribeDomainControllersCommandInput, DescribeDomainControllersCommandOutput } from "./commands/DescribeDomainControllersCommand";
|
|
41
|
+
import type { DescribeEventTopicsCommandInput, DescribeEventTopicsCommandOutput } from "./commands/DescribeEventTopicsCommand";
|
|
42
|
+
import type { DescribeHybridADUpdateCommandInput, DescribeHybridADUpdateCommandOutput } from "./commands/DescribeHybridADUpdateCommand";
|
|
43
|
+
import type { DescribeLDAPSSettingsCommandInput, DescribeLDAPSSettingsCommandOutput } from "./commands/DescribeLDAPSSettingsCommand";
|
|
44
|
+
import type { DescribeRegionsCommandInput, DescribeRegionsCommandOutput } from "./commands/DescribeRegionsCommand";
|
|
45
|
+
import type { DescribeSettingsCommandInput, DescribeSettingsCommandOutput } from "./commands/DescribeSettingsCommand";
|
|
46
|
+
import type { DescribeSharedDirectoriesCommandInput, DescribeSharedDirectoriesCommandOutput } from "./commands/DescribeSharedDirectoriesCommand";
|
|
47
|
+
import type { DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput } from "./commands/DescribeSnapshotsCommand";
|
|
48
|
+
import type { DescribeTrustsCommandInput, DescribeTrustsCommandOutput } from "./commands/DescribeTrustsCommand";
|
|
49
|
+
import type { DescribeUpdateDirectoryCommandInput, DescribeUpdateDirectoryCommandOutput } from "./commands/DescribeUpdateDirectoryCommand";
|
|
50
|
+
import type { DisableCAEnrollmentPolicyCommandInput, DisableCAEnrollmentPolicyCommandOutput } from "./commands/DisableCAEnrollmentPolicyCommand";
|
|
51
|
+
import type { DisableClientAuthenticationCommandInput, DisableClientAuthenticationCommandOutput } from "./commands/DisableClientAuthenticationCommand";
|
|
52
|
+
import type { DisableDirectoryDataAccessCommandInput, DisableDirectoryDataAccessCommandOutput } from "./commands/DisableDirectoryDataAccessCommand";
|
|
53
|
+
import type { DisableLDAPSCommandInput, DisableLDAPSCommandOutput } from "./commands/DisableLDAPSCommand";
|
|
54
|
+
import type { DisableRadiusCommandInput, DisableRadiusCommandOutput } from "./commands/DisableRadiusCommand";
|
|
55
|
+
import type { DisableSsoCommandInput, DisableSsoCommandOutput } from "./commands/DisableSsoCommand";
|
|
56
|
+
import type { EnableCAEnrollmentPolicyCommandInput, EnableCAEnrollmentPolicyCommandOutput } from "./commands/EnableCAEnrollmentPolicyCommand";
|
|
57
|
+
import type { EnableClientAuthenticationCommandInput, EnableClientAuthenticationCommandOutput } from "./commands/EnableClientAuthenticationCommand";
|
|
58
|
+
import type { EnableDirectoryDataAccessCommandInput, EnableDirectoryDataAccessCommandOutput } from "./commands/EnableDirectoryDataAccessCommand";
|
|
59
|
+
import type { EnableLDAPSCommandInput, EnableLDAPSCommandOutput } from "./commands/EnableLDAPSCommand";
|
|
60
|
+
import type { EnableRadiusCommandInput, EnableRadiusCommandOutput } from "./commands/EnableRadiusCommand";
|
|
61
|
+
import type { EnableSsoCommandInput, EnableSsoCommandOutput } from "./commands/EnableSsoCommand";
|
|
62
|
+
import type { GetDirectoryLimitsCommandInput, GetDirectoryLimitsCommandOutput } from "./commands/GetDirectoryLimitsCommand";
|
|
63
|
+
import type { GetSnapshotLimitsCommandInput, GetSnapshotLimitsCommandOutput } from "./commands/GetSnapshotLimitsCommand";
|
|
64
|
+
import type { ListADAssessmentsCommandInput, ListADAssessmentsCommandOutput } from "./commands/ListADAssessmentsCommand";
|
|
65
|
+
import type { ListCertificatesCommandInput, ListCertificatesCommandOutput } from "./commands/ListCertificatesCommand";
|
|
66
|
+
import type { ListIpRoutesCommandInput, ListIpRoutesCommandOutput } from "./commands/ListIpRoutesCommand";
|
|
67
|
+
import type { ListLogSubscriptionsCommandInput, ListLogSubscriptionsCommandOutput } from "./commands/ListLogSubscriptionsCommand";
|
|
68
|
+
import type { ListSchemaExtensionsCommandInput, ListSchemaExtensionsCommandOutput } from "./commands/ListSchemaExtensionsCommand";
|
|
69
|
+
import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
70
|
+
import type { RegisterCertificateCommandInput, RegisterCertificateCommandOutput } from "./commands/RegisterCertificateCommand";
|
|
71
|
+
import type { RegisterEventTopicCommandInput, RegisterEventTopicCommandOutput } from "./commands/RegisterEventTopicCommand";
|
|
72
|
+
import type { RejectSharedDirectoryCommandInput, RejectSharedDirectoryCommandOutput } from "./commands/RejectSharedDirectoryCommand";
|
|
73
|
+
import type { RemoveIpRoutesCommandInput, RemoveIpRoutesCommandOutput } from "./commands/RemoveIpRoutesCommand";
|
|
74
|
+
import type { RemoveRegionCommandInput, RemoveRegionCommandOutput } from "./commands/RemoveRegionCommand";
|
|
75
|
+
import type { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "./commands/RemoveTagsFromResourceCommand";
|
|
76
|
+
import type { ResetUserPasswordCommandInput, ResetUserPasswordCommandOutput } from "./commands/ResetUserPasswordCommand";
|
|
77
|
+
import type { RestoreFromSnapshotCommandInput, RestoreFromSnapshotCommandOutput } from "./commands/RestoreFromSnapshotCommand";
|
|
78
|
+
import type { ShareDirectoryCommandInput, ShareDirectoryCommandOutput } from "./commands/ShareDirectoryCommand";
|
|
79
|
+
import type { StartADAssessmentCommandInput, StartADAssessmentCommandOutput } from "./commands/StartADAssessmentCommand";
|
|
80
|
+
import type { StartSchemaExtensionCommandInput, StartSchemaExtensionCommandOutput } from "./commands/StartSchemaExtensionCommand";
|
|
81
|
+
import type { UnshareDirectoryCommandInput, UnshareDirectoryCommandOutput } from "./commands/UnshareDirectoryCommand";
|
|
82
|
+
import type { UpdateConditionalForwarderCommandInput, UpdateConditionalForwarderCommandOutput } from "./commands/UpdateConditionalForwarderCommand";
|
|
83
|
+
import type { UpdateDirectorySetupCommandInput, UpdateDirectorySetupCommandOutput } from "./commands/UpdateDirectorySetupCommand";
|
|
84
|
+
import type { UpdateHybridADCommandInput, UpdateHybridADCommandOutput } from "./commands/UpdateHybridADCommand";
|
|
85
|
+
import type { UpdateNumberOfDomainControllersCommandInput, UpdateNumberOfDomainControllersCommandOutput } from "./commands/UpdateNumberOfDomainControllersCommand";
|
|
86
|
+
import type { UpdateRadiusCommandInput, UpdateRadiusCommandOutput } from "./commands/UpdateRadiusCommand";
|
|
87
|
+
import type { UpdateSettingsCommandInput, UpdateSettingsCommandOutput } from "./commands/UpdateSettingsCommand";
|
|
88
|
+
import type { UpdateTrustCommandInput, UpdateTrustCommandOutput } from "./commands/UpdateTrustCommand";
|
|
89
|
+
import type { VerifyTrustCommandInput, VerifyTrustCommandOutput } from "./commands/VerifyTrustCommand";
|
|
90
|
+
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
91
91
|
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
92
92
|
export { __Client };
|
|
93
93
|
/**
|
|
@@ -196,7 +196,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
196
196
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
197
197
|
* @internal
|
|
198
198
|
*/
|
|
199
|
-
defaultUserAgentProvider?:
|
|
199
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
200
200
|
/**
|
|
201
201
|
* Default credentials provider; Not available in browser runtime.
|
|
202
202
|
* @deprecated
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
|
|
2
2
|
import type { DirectoryServiceHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
package/dist-types/index.d.ts
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
*/
|
|
19
19
|
export * from "./DirectoryServiceClient";
|
|
20
20
|
export * from "./DirectoryService";
|
|
21
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
21
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
22
22
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
23
23
|
export type { DirectoryServiceExtensionConfiguration } from "./extensionConfiguration";
|
|
24
24
|
export * from "./commands";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CaEnrollmentPolicyStatus, CertificateState, CertificateType, ClientAuthenticationStatus, ClientAuthenticationType, DataAccessStatus, DirectoryConfigurationStatus, DirectoryEdition, DirectorySize, DirectoryStage, DirectoryType, DomainControllerStatus, HybridUpdateType, IpRouteStatusMsg, LDAPSStatus, LDAPSType, NetworkType, OSVersion, RadiusAuthenticationProtocol, RadiusStatus, RegionType, ReplicationScope, SchemaExtensionStatus, SelectiveAuth, ShareMethod, ShareStatus, SnapshotStatus, SnapshotType, TargetType, TopicStatus, TrustDirection, TrustState, TrustType, UpdateStatus, UpdateType } from "./enums";
|
|
1
|
+
import type { CaEnrollmentPolicyStatus, CertificateState, CertificateType, ClientAuthenticationStatus, ClientAuthenticationType, DataAccessStatus, DirectoryConfigurationStatus, DirectoryEdition, DirectorySize, DirectoryStage, DirectoryType, DomainControllerStatus, HybridUpdateType, IpRouteStatusMsg, LDAPSStatus, LDAPSType, NetworkType, OSVersion, RadiusAuthenticationProtocol, RadiusStatus, RegionType, ReplicationScope, SchemaExtensionStatus, SelectiveAuth, ShareMethod, ShareStatus, SnapshotStatus, SnapshotType, TargetType, TopicStatus, TrustDirection, TrustState, TrustType, UpdateStatus, UpdateType } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* @public
|
|
4
4
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeClientAuthenticationSettingsCommandInput, DescribeClientAuthenticationSettingsCommandOutput } from "../commands/DescribeClientAuthenticationSettingsCommand";
|
|
3
|
-
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeDirectoriesCommandInput, DescribeDirectoriesCommandOutput } from "../commands/DescribeDirectoriesCommand";
|
|
3
|
-
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeDomainControllersCommandInput, DescribeDomainControllersCommandOutput } from "../commands/DescribeDomainControllersCommand";
|
|
3
|
-
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeLDAPSSettingsCommandInput, DescribeLDAPSSettingsCommandOutput } from "../commands/DescribeLDAPSSettingsCommand";
|
|
3
|
-
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeRegionsCommandInput, DescribeRegionsCommandOutput } from "../commands/DescribeRegionsCommand";
|
|
3
|
-
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeSharedDirectoriesCommandInput, DescribeSharedDirectoriesCommandOutput } from "../commands/DescribeSharedDirectoriesCommand";
|
|
3
|
-
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput } from "../commands/DescribeSnapshotsCommand";
|
|
3
|
-
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeTrustsCommandInput, DescribeTrustsCommandOutput } from "../commands/DescribeTrustsCommand";
|
|
3
|
-
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeUpdateDirectoryCommandInput, DescribeUpdateDirectoryCommandOutput } from "../commands/DescribeUpdateDirectoryCommand";
|
|
3
|
-
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListADAssessmentsCommandInput, ListADAssessmentsCommandOutput } from "../commands/ListADAssessmentsCommand";
|
|
3
|
-
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListCertificatesCommandInput, ListCertificatesCommandOutput } from "../commands/ListCertificatesCommand";
|
|
3
|
-
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListIpRoutesCommandInput, ListIpRoutesCommandOutput } from "../commands/ListIpRoutesCommand";
|
|
3
|
-
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListLogSubscriptionsCommandInput, ListLogSubscriptionsCommandOutput } from "../commands/ListLogSubscriptionsCommand";
|
|
3
|
-
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListSchemaExtensionsCommandInput, ListSchemaExtensionsCommandOutput } from "../commands/ListSchemaExtensionsCommand";
|
|
3
|
-
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
3
|
-
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -37,8 +38,6 @@ import {
|
|
|
37
38
|
Provider as __Provider,
|
|
38
39
|
StreamCollector as __StreamCollector,
|
|
39
40
|
UrlParser as __UrlParser,
|
|
40
|
-
AwsCredentialIdentityProvider,
|
|
41
|
-
Provider,
|
|
42
41
|
UserAgent as __UserAgent,
|
|
43
42
|
} from "@smithy/types";
|
|
44
43
|
import {
|
|
@@ -552,7 +551,7 @@ export interface ClientDefaults
|
|
|
552
551
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
553
552
|
region?: string | __Provider<string>;
|
|
554
553
|
profile?: string;
|
|
555
|
-
defaultUserAgentProvider?:
|
|
554
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
556
555
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
557
556
|
maxAttempts?: number | __Provider<number>;
|
|
558
557
|
retryMode?: string | __Provider<string>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeHybridADUpdateCommandInput } from "../commands/DescribeHybridADUpdateCommand";
|
|
3
|
-
import { DirectoryServiceClient } from "../DirectoryServiceClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeHybridADUpdateCommandInput } from "../commands/DescribeHybridADUpdateCommand";
|
|
3
|
+
import type { DirectoryServiceClient } from "../DirectoryServiceClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilHybridADUpdated instead. waitForHybridADUpdated does not throw error in non-success cases.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-directory-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Directory Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1020.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-directory-service",
|
|
@@ -23,43 +23,43 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.973.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
+
"@aws-sdk/core": "^3.973.26",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.28",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
29
29
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.27",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
33
33
|
"@aws-sdk/types": "^3.973.6",
|
|
34
34
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.973.13",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.13",
|
|
38
|
-
"@smithy/core": "^3.23.
|
|
38
|
+
"@smithy/core": "^3.23.13",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
40
40
|
"@smithy/hash-node": "^4.2.12",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
45
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.45",
|
|
45
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
46
46
|
"@smithy/middleware-stack": "^4.2.12",
|
|
47
47
|
"@smithy/node-config-provider": "^4.3.12",
|
|
48
|
-
"@smithy/node-http-handler": "^4.5.
|
|
48
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
49
49
|
"@smithy/protocol-http": "^5.3.12",
|
|
50
|
-
"@smithy/smithy-client": "^4.12.
|
|
50
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
51
51
|
"@smithy/types": "^4.13.1",
|
|
52
52
|
"@smithy/url-parser": "^4.2.12",
|
|
53
53
|
"@smithy/util-base64": "^4.3.2",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
58
58
|
"@smithy/util-endpoints": "^3.3.3",
|
|
59
59
|
"@smithy/util-middleware": "^4.2.12",
|
|
60
60
|
"@smithy/util-retry": "^4.2.12",
|
|
61
61
|
"@smithy/util-utf8": "^4.2.2",
|
|
62
|
-
"@smithy/util-waiter": "^4.2.
|
|
62
|
+
"@smithy/util-waiter": "^4.2.14",
|
|
63
63
|
"tslib": "^2.6.2"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|