@aws-sdk/client-directory-service 3.185.0 → 3.188.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/dist-cjs/DirectoryService.js +30 -0
- package/dist-cjs/commands/DescribeUpdateDirectoryCommand.js +36 -0
- package/dist-cjs/commands/UpdateDirectorySetupCommand.js +36 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_0.js +63 -5
- package/dist-cjs/pagination/DescribeClientAuthenticationSettingsPaginator.js +36 -0
- package/dist-cjs/pagination/DescribeDirectoriesPaginator.js +36 -0
- package/dist-cjs/pagination/DescribeLDAPSSettingsPaginator.js +36 -0
- package/dist-cjs/pagination/DescribeRegionsPaginator.js +35 -0
- package/dist-cjs/pagination/DescribeSharedDirectoriesPaginator.js +36 -0
- package/dist-cjs/pagination/DescribeSnapshotsPaginator.js +36 -0
- package/dist-cjs/pagination/DescribeTrustsPaginator.js +36 -0
- package/dist-cjs/pagination/DescribeUpdateDirectoryPaginator.js +35 -0
- package/dist-cjs/pagination/ListCertificatesPaginator.js +36 -0
- package/dist-cjs/pagination/ListIpRoutesPaginator.js +36 -0
- package/dist-cjs/pagination/ListLogSubscriptionsPaginator.js +36 -0
- package/dist-cjs/pagination/ListSchemaExtensionsPaginator.js +36 -0
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +36 -0
- package/dist-cjs/pagination/index.js +13 -0
- package/dist-cjs/protocols/Aws_json1_1.js +217 -3
- package/dist-es/DirectoryService.js +291 -268
- package/dist-es/DirectoryServiceClient.js +22 -28
- package/dist-es/commands/AcceptSharedDirectoryCommand.js +21 -28
- package/dist-es/commands/AddIpRoutesCommand.js +21 -28
- package/dist-es/commands/AddRegionCommand.js +21 -28
- package/dist-es/commands/AddTagsToResourceCommand.js +21 -28
- package/dist-es/commands/CancelSchemaExtensionCommand.js +21 -28
- package/dist-es/commands/ConnectDirectoryCommand.js +21 -28
- package/dist-es/commands/CreateAliasCommand.js +21 -28
- package/dist-es/commands/CreateComputerCommand.js +21 -28
- package/dist-es/commands/CreateConditionalForwarderCommand.js +21 -28
- package/dist-es/commands/CreateDirectoryCommand.js +21 -28
- package/dist-es/commands/CreateLogSubscriptionCommand.js +21 -28
- package/dist-es/commands/CreateMicrosoftADCommand.js +21 -28
- package/dist-es/commands/CreateSnapshotCommand.js +21 -28
- package/dist-es/commands/CreateTrustCommand.js +21 -28
- package/dist-es/commands/DeleteConditionalForwarderCommand.js +21 -28
- package/dist-es/commands/DeleteDirectoryCommand.js +21 -28
- package/dist-es/commands/DeleteLogSubscriptionCommand.js +21 -28
- package/dist-es/commands/DeleteSnapshotCommand.js +21 -28
- package/dist-es/commands/DeleteTrustCommand.js +21 -28
- package/dist-es/commands/DeregisterCertificateCommand.js +21 -28
- package/dist-es/commands/DeregisterEventTopicCommand.js +21 -28
- package/dist-es/commands/DescribeCertificateCommand.js +21 -28
- package/dist-es/commands/DescribeClientAuthenticationSettingsCommand.js +21 -28
- package/dist-es/commands/DescribeConditionalForwardersCommand.js +21 -28
- package/dist-es/commands/DescribeDirectoriesCommand.js +21 -28
- package/dist-es/commands/DescribeDomainControllersCommand.js +21 -28
- package/dist-es/commands/DescribeEventTopicsCommand.js +21 -28
- package/dist-es/commands/DescribeLDAPSSettingsCommand.js +21 -28
- package/dist-es/commands/DescribeRegionsCommand.js +21 -28
- package/dist-es/commands/DescribeSettingsCommand.js +21 -28
- package/dist-es/commands/DescribeSharedDirectoriesCommand.js +21 -28
- package/dist-es/commands/DescribeSnapshotsCommand.js +21 -28
- package/dist-es/commands/DescribeTrustsCommand.js +21 -28
- package/dist-es/commands/DescribeUpdateDirectoryCommand.js +32 -0
- package/dist-es/commands/DisableClientAuthenticationCommand.js +21 -28
- package/dist-es/commands/DisableLDAPSCommand.js +21 -28
- package/dist-es/commands/DisableRadiusCommand.js +21 -28
- package/dist-es/commands/DisableSsoCommand.js +21 -28
- package/dist-es/commands/EnableClientAuthenticationCommand.js +21 -28
- package/dist-es/commands/EnableLDAPSCommand.js +21 -28
- package/dist-es/commands/EnableRadiusCommand.js +21 -28
- package/dist-es/commands/EnableSsoCommand.js +21 -28
- package/dist-es/commands/GetDirectoryLimitsCommand.js +21 -28
- package/dist-es/commands/GetSnapshotLimitsCommand.js +21 -28
- package/dist-es/commands/ListCertificatesCommand.js +21 -28
- package/dist-es/commands/ListIpRoutesCommand.js +21 -28
- package/dist-es/commands/ListLogSubscriptionsCommand.js +21 -28
- package/dist-es/commands/ListSchemaExtensionsCommand.js +21 -28
- package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
- package/dist-es/commands/RegisterCertificateCommand.js +21 -28
- package/dist-es/commands/RegisterEventTopicCommand.js +21 -28
- package/dist-es/commands/RejectSharedDirectoryCommand.js +21 -28
- package/dist-es/commands/RemoveIpRoutesCommand.js +21 -28
- package/dist-es/commands/RemoveRegionCommand.js +21 -28
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +21 -28
- package/dist-es/commands/ResetUserPasswordCommand.js +21 -28
- package/dist-es/commands/RestoreFromSnapshotCommand.js +21 -28
- package/dist-es/commands/ShareDirectoryCommand.js +21 -28
- package/dist-es/commands/StartSchemaExtensionCommand.js +21 -28
- package/dist-es/commands/UnshareDirectoryCommand.js +21 -28
- package/dist-es/commands/UpdateConditionalForwarderCommand.js +21 -28
- package/dist-es/commands/UpdateDirectorySetupCommand.js +32 -0
- package/dist-es/commands/UpdateNumberOfDomainControllersCommand.js +21 -28
- package/dist-es/commands/UpdateRadiusCommand.js +21 -28
- package/dist-es/commands/UpdateSettingsCommand.js +21 -28
- package/dist-es/commands/UpdateTrustCommand.js +21 -28
- package/dist-es/commands/VerifyTrustCommand.js +21 -28
- package/dist-es/commands/index.js +2 -0
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/DirectoryServiceServiceException.js +5 -10
- package/dist-es/models/models_0.js +1069 -674
- package/dist-es/pagination/DescribeClientAuthenticationSettingsPaginator.js +32 -0
- package/dist-es/pagination/DescribeDirectoriesPaginator.js +32 -0
- package/dist-es/pagination/DescribeDomainControllersPaginator.js +25 -68
- package/dist-es/pagination/DescribeLDAPSSettingsPaginator.js +32 -0
- package/dist-es/pagination/DescribeRegionsPaginator.js +31 -0
- package/dist-es/pagination/DescribeSharedDirectoriesPaginator.js +32 -0
- package/dist-es/pagination/DescribeSnapshotsPaginator.js +32 -0
- package/dist-es/pagination/DescribeTrustsPaginator.js +32 -0
- package/dist-es/pagination/DescribeUpdateDirectoryPaginator.js +31 -0
- package/dist-es/pagination/ListCertificatesPaginator.js +32 -0
- package/dist-es/pagination/ListIpRoutesPaginator.js +32 -0
- package/dist-es/pagination/ListLogSubscriptionsPaginator.js +32 -0
- package/dist-es/pagination/ListSchemaExtensionsPaginator.js +32 -0
- package/dist-es/pagination/ListTagsForResourcePaginator.js +32 -0
- package/dist-es/pagination/index.js +13 -0
- package/dist-es/protocols/Aws_json1_1.js +4917 -6048
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/dist-types/DirectoryService.d.ts +18 -0
- package/dist-types/DirectoryServiceClient.d.ts +4 -2
- package/dist-types/commands/DescribeUpdateDirectoryCommand.d.ts +37 -0
- package/dist-types/commands/UpdateDirectorySetupCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +214 -0
- package/dist-types/pagination/DescribeClientAuthenticationSettingsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeDirectoriesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeLDAPSSettingsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeRegionsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeSharedDirectoriesPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeSnapshotsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeTrustsPaginator.d.ts +4 -0
- package/dist-types/pagination/DescribeUpdateDirectoryPaginator.d.ts +4 -0
- package/dist-types/pagination/ListCertificatesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListIpRoutesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListLogSubscriptionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSchemaExtensionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +13 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +6 -0
- package/dist-types/ts3.4/DirectoryService.d.ts +34 -0
- package/dist-types/ts3.4/DirectoryServiceClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/DescribeUpdateDirectoryCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateDirectorySetupCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +77 -0
- package/dist-types/ts3.4/pagination/DescribeClientAuthenticationSettingsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeDirectoriesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeLDAPSSettingsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeRegionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeSharedDirectoriesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeSnapshotsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeTrustsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeUpdateDirectoryPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCertificatesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIpRoutesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListLogSubscriptionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSchemaExtensionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +13 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
- package/package.json +33 -33
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListCertificatesCommandInput, ListCertificatesCommandOutput } from "../commands/ListCertificatesCommand";
|
|
3
|
+
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListCertificates(config: DirectoryServicePaginationConfiguration, input: ListCertificatesCommandInput, ...additionalArguments: any): Paginator<ListCertificatesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListIpRoutesCommandInput, ListIpRoutesCommandOutput } from "../commands/ListIpRoutesCommand";
|
|
3
|
+
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListIpRoutes(config: DirectoryServicePaginationConfiguration, input: ListIpRoutesCommandInput, ...additionalArguments: any): Paginator<ListIpRoutesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListLogSubscriptionsCommandInput, ListLogSubscriptionsCommandOutput } from "../commands/ListLogSubscriptionsCommand";
|
|
3
|
+
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListLogSubscriptions(config: DirectoryServicePaginationConfiguration, input: ListLogSubscriptionsCommandInput, ...additionalArguments: any): Paginator<ListLogSubscriptionsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListSchemaExtensionsCommandInput, ListSchemaExtensionsCommandOutput } from "../commands/ListSchemaExtensionsCommand";
|
|
3
|
+
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListSchemaExtensions(config: DirectoryServicePaginationConfiguration, input: ListSchemaExtensionsCommandInput, ...additionalArguments: any): Paginator<ListSchemaExtensionsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
3
|
+
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListTagsForResource(config: DirectoryServicePaginationConfiguration, input: ListTagsForResourceCommandInput, ...additionalArguments: any): Paginator<ListTagsForResourceCommandOutput>;
|
|
@@ -1,2 +1,15 @@
|
|
|
1
|
+
export * from "./DescribeClientAuthenticationSettingsPaginator";
|
|
2
|
+
export * from "./DescribeDirectoriesPaginator";
|
|
1
3
|
export * from "./DescribeDomainControllersPaginator";
|
|
4
|
+
export * from "./DescribeLDAPSSettingsPaginator";
|
|
5
|
+
export * from "./DescribeRegionsPaginator";
|
|
6
|
+
export * from "./DescribeSharedDirectoriesPaginator";
|
|
7
|
+
export * from "./DescribeSnapshotsPaginator";
|
|
8
|
+
export * from "./DescribeTrustsPaginator";
|
|
9
|
+
export * from "./DescribeUpdateDirectoryPaginator";
|
|
2
10
|
export * from "./Interfaces";
|
|
11
|
+
export * from "./ListCertificatesPaginator";
|
|
12
|
+
export * from "./ListIpRoutesPaginator";
|
|
13
|
+
export * from "./ListLogSubscriptionsPaginator";
|
|
14
|
+
export * from "./ListSchemaExtensionsPaginator";
|
|
15
|
+
export * from "./ListTagsForResourcePaginator";
|
|
@@ -33,6 +33,7 @@ import { DescribeSettingsCommandInput, DescribeSettingsCommandOutput } from "../
|
|
|
33
33
|
import { DescribeSharedDirectoriesCommandInput, DescribeSharedDirectoriesCommandOutput } from "../commands/DescribeSharedDirectoriesCommand";
|
|
34
34
|
import { DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput } from "../commands/DescribeSnapshotsCommand";
|
|
35
35
|
import { DescribeTrustsCommandInput, DescribeTrustsCommandOutput } from "../commands/DescribeTrustsCommand";
|
|
36
|
+
import { DescribeUpdateDirectoryCommandInput, DescribeUpdateDirectoryCommandOutput } from "../commands/DescribeUpdateDirectoryCommand";
|
|
36
37
|
import { DisableClientAuthenticationCommandInput, DisableClientAuthenticationCommandOutput } from "../commands/DisableClientAuthenticationCommand";
|
|
37
38
|
import { DisableLDAPSCommandInput, DisableLDAPSCommandOutput } from "../commands/DisableLDAPSCommand";
|
|
38
39
|
import { DisableRadiusCommandInput, DisableRadiusCommandOutput } from "../commands/DisableRadiusCommand";
|
|
@@ -60,6 +61,7 @@ import { ShareDirectoryCommandInput, ShareDirectoryCommandOutput } from "../comm
|
|
|
60
61
|
import { StartSchemaExtensionCommandInput, StartSchemaExtensionCommandOutput } from "../commands/StartSchemaExtensionCommand";
|
|
61
62
|
import { UnshareDirectoryCommandInput, UnshareDirectoryCommandOutput } from "../commands/UnshareDirectoryCommand";
|
|
62
63
|
import { UpdateConditionalForwarderCommandInput, UpdateConditionalForwarderCommandOutput } from "../commands/UpdateConditionalForwarderCommand";
|
|
64
|
+
import { UpdateDirectorySetupCommandInput, UpdateDirectorySetupCommandOutput } from "../commands/UpdateDirectorySetupCommand";
|
|
63
65
|
import { UpdateNumberOfDomainControllersCommandInput, UpdateNumberOfDomainControllersCommandOutput } from "../commands/UpdateNumberOfDomainControllersCommand";
|
|
64
66
|
import { UpdateRadiusCommandInput, UpdateRadiusCommandOutput } from "../commands/UpdateRadiusCommand";
|
|
65
67
|
import { UpdateSettingsCommandInput, UpdateSettingsCommandOutput } from "../commands/UpdateSettingsCommand";
|
|
@@ -98,6 +100,7 @@ export declare const serializeAws_json1_1DescribeSettingsCommand: (input: Descri
|
|
|
98
100
|
export declare const serializeAws_json1_1DescribeSharedDirectoriesCommand: (input: DescribeSharedDirectoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
101
|
export declare const serializeAws_json1_1DescribeSnapshotsCommand: (input: DescribeSnapshotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
102
|
export declare const serializeAws_json1_1DescribeTrustsCommand: (input: DescribeTrustsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
+
export declare const serializeAws_json1_1DescribeUpdateDirectoryCommand: (input: DescribeUpdateDirectoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
104
|
export declare const serializeAws_json1_1DisableClientAuthenticationCommand: (input: DisableClientAuthenticationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
105
|
export declare const serializeAws_json1_1DisableLDAPSCommand: (input: DisableLDAPSCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
106
|
export declare const serializeAws_json1_1DisableRadiusCommand: (input: DisableRadiusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -125,6 +128,7 @@ export declare const serializeAws_json1_1ShareDirectoryCommand: (input: ShareDir
|
|
|
125
128
|
export declare const serializeAws_json1_1StartSchemaExtensionCommand: (input: StartSchemaExtensionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
126
129
|
export declare const serializeAws_json1_1UnshareDirectoryCommand: (input: UnshareDirectoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
127
130
|
export declare const serializeAws_json1_1UpdateConditionalForwarderCommand: (input: UpdateConditionalForwarderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
131
|
+
export declare const serializeAws_json1_1UpdateDirectorySetupCommand: (input: UpdateDirectorySetupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
128
132
|
export declare const serializeAws_json1_1UpdateNumberOfDomainControllersCommand: (input: UpdateNumberOfDomainControllersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
133
|
export declare const serializeAws_json1_1UpdateRadiusCommand: (input: UpdateRadiusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
134
|
export declare const serializeAws_json1_1UpdateSettingsCommand: (input: UpdateSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -163,6 +167,7 @@ export declare const deserializeAws_json1_1DescribeSettingsCommand: (output: __H
|
|
|
163
167
|
export declare const deserializeAws_json1_1DescribeSharedDirectoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSharedDirectoriesCommandOutput>;
|
|
164
168
|
export declare const deserializeAws_json1_1DescribeSnapshotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSnapshotsCommandOutput>;
|
|
165
169
|
export declare const deserializeAws_json1_1DescribeTrustsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTrustsCommandOutput>;
|
|
170
|
+
export declare const deserializeAws_json1_1DescribeUpdateDirectoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUpdateDirectoryCommandOutput>;
|
|
166
171
|
export declare const deserializeAws_json1_1DisableClientAuthenticationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableClientAuthenticationCommandOutput>;
|
|
167
172
|
export declare const deserializeAws_json1_1DisableLDAPSCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableLDAPSCommandOutput>;
|
|
168
173
|
export declare const deserializeAws_json1_1DisableRadiusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableRadiusCommandOutput>;
|
|
@@ -190,6 +195,7 @@ export declare const deserializeAws_json1_1ShareDirectoryCommand: (output: __Htt
|
|
|
190
195
|
export declare const deserializeAws_json1_1StartSchemaExtensionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSchemaExtensionCommandOutput>;
|
|
191
196
|
export declare const deserializeAws_json1_1UnshareDirectoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UnshareDirectoryCommandOutput>;
|
|
192
197
|
export declare const deserializeAws_json1_1UpdateConditionalForwarderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConditionalForwarderCommandOutput>;
|
|
198
|
+
export declare const deserializeAws_json1_1UpdateDirectorySetupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDirectorySetupCommandOutput>;
|
|
193
199
|
export declare const deserializeAws_json1_1UpdateNumberOfDomainControllersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNumberOfDomainControllersCommandOutput>;
|
|
194
200
|
export declare const deserializeAws_json1_1UpdateRadiusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRadiusCommandOutput>;
|
|
195
201
|
export declare const deserializeAws_json1_1UpdateSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSettingsCommandOutput>;
|
|
@@ -131,6 +131,10 @@ import {
|
|
|
131
131
|
DescribeTrustsCommandInput,
|
|
132
132
|
DescribeTrustsCommandOutput,
|
|
133
133
|
} from "./commands/DescribeTrustsCommand";
|
|
134
|
+
import {
|
|
135
|
+
DescribeUpdateDirectoryCommandInput,
|
|
136
|
+
DescribeUpdateDirectoryCommandOutput,
|
|
137
|
+
} from "./commands/DescribeUpdateDirectoryCommand";
|
|
134
138
|
import {
|
|
135
139
|
DisableClientAuthenticationCommandInput,
|
|
136
140
|
DisableClientAuthenticationCommandOutput,
|
|
@@ -239,6 +243,10 @@ import {
|
|
|
239
243
|
UpdateConditionalForwarderCommandInput,
|
|
240
244
|
UpdateConditionalForwarderCommandOutput,
|
|
241
245
|
} from "./commands/UpdateConditionalForwarderCommand";
|
|
246
|
+
import {
|
|
247
|
+
UpdateDirectorySetupCommandInput,
|
|
248
|
+
UpdateDirectorySetupCommandOutput,
|
|
249
|
+
} from "./commands/UpdateDirectorySetupCommand";
|
|
242
250
|
import {
|
|
243
251
|
UpdateNumberOfDomainControllersCommandInput,
|
|
244
252
|
UpdateNumberOfDomainControllersCommandOutput,
|
|
@@ -696,6 +704,19 @@ export declare class DirectoryService extends DirectoryServiceClient {
|
|
|
696
704
|
options: __HttpHandlerOptions,
|
|
697
705
|
cb: (err: any, data?: DescribeTrustsCommandOutput) => void
|
|
698
706
|
): void;
|
|
707
|
+
describeUpdateDirectory(
|
|
708
|
+
args: DescribeUpdateDirectoryCommandInput,
|
|
709
|
+
options?: __HttpHandlerOptions
|
|
710
|
+
): Promise<DescribeUpdateDirectoryCommandOutput>;
|
|
711
|
+
describeUpdateDirectory(
|
|
712
|
+
args: DescribeUpdateDirectoryCommandInput,
|
|
713
|
+
cb: (err: any, data?: DescribeUpdateDirectoryCommandOutput) => void
|
|
714
|
+
): void;
|
|
715
|
+
describeUpdateDirectory(
|
|
716
|
+
args: DescribeUpdateDirectoryCommandInput,
|
|
717
|
+
options: __HttpHandlerOptions,
|
|
718
|
+
cb: (err: any, data?: DescribeUpdateDirectoryCommandOutput) => void
|
|
719
|
+
): void;
|
|
699
720
|
disableClientAuthentication(
|
|
700
721
|
args: DisableClientAuthenticationCommandInput,
|
|
701
722
|
options?: __HttpHandlerOptions
|
|
@@ -1047,6 +1068,19 @@ export declare class DirectoryService extends DirectoryServiceClient {
|
|
|
1047
1068
|
options: __HttpHandlerOptions,
|
|
1048
1069
|
cb: (err: any, data?: UpdateConditionalForwarderCommandOutput) => void
|
|
1049
1070
|
): void;
|
|
1071
|
+
updateDirectorySetup(
|
|
1072
|
+
args: UpdateDirectorySetupCommandInput,
|
|
1073
|
+
options?: __HttpHandlerOptions
|
|
1074
|
+
): Promise<UpdateDirectorySetupCommandOutput>;
|
|
1075
|
+
updateDirectorySetup(
|
|
1076
|
+
args: UpdateDirectorySetupCommandInput,
|
|
1077
|
+
cb: (err: any, data?: UpdateDirectorySetupCommandOutput) => void
|
|
1078
|
+
): void;
|
|
1079
|
+
updateDirectorySetup(
|
|
1080
|
+
args: UpdateDirectorySetupCommandInput,
|
|
1081
|
+
options: __HttpHandlerOptions,
|
|
1082
|
+
cb: (err: any, data?: UpdateDirectorySetupCommandOutput) => void
|
|
1083
|
+
): void;
|
|
1050
1084
|
updateNumberOfDomainControllers(
|
|
1051
1085
|
args: UpdateNumberOfDomainControllersCommandInput,
|
|
1052
1086
|
options?: __HttpHandlerOptions
|
|
@@ -174,6 +174,10 @@ import {
|
|
|
174
174
|
DescribeTrustsCommandInput,
|
|
175
175
|
DescribeTrustsCommandOutput,
|
|
176
176
|
} from "./commands/DescribeTrustsCommand";
|
|
177
|
+
import {
|
|
178
|
+
DescribeUpdateDirectoryCommandInput,
|
|
179
|
+
DescribeUpdateDirectoryCommandOutput,
|
|
180
|
+
} from "./commands/DescribeUpdateDirectoryCommand";
|
|
177
181
|
import {
|
|
178
182
|
DisableClientAuthenticationCommandInput,
|
|
179
183
|
DisableClientAuthenticationCommandOutput,
|
|
@@ -282,6 +286,10 @@ import {
|
|
|
282
286
|
UpdateConditionalForwarderCommandInput,
|
|
283
287
|
UpdateConditionalForwarderCommandOutput,
|
|
284
288
|
} from "./commands/UpdateConditionalForwarderCommand";
|
|
289
|
+
import {
|
|
290
|
+
UpdateDirectorySetupCommandInput,
|
|
291
|
+
UpdateDirectorySetupCommandOutput,
|
|
292
|
+
} from "./commands/UpdateDirectorySetupCommand";
|
|
285
293
|
import {
|
|
286
294
|
UpdateNumberOfDomainControllersCommandInput,
|
|
287
295
|
UpdateNumberOfDomainControllersCommandOutput,
|
|
@@ -336,6 +344,7 @@ export declare type ServiceInputTypes =
|
|
|
336
344
|
| DescribeSharedDirectoriesCommandInput
|
|
337
345
|
| DescribeSnapshotsCommandInput
|
|
338
346
|
| DescribeTrustsCommandInput
|
|
347
|
+
| DescribeUpdateDirectoryCommandInput
|
|
339
348
|
| DisableClientAuthenticationCommandInput
|
|
340
349
|
| DisableLDAPSCommandInput
|
|
341
350
|
| DisableRadiusCommandInput
|
|
@@ -363,6 +372,7 @@ export declare type ServiceInputTypes =
|
|
|
363
372
|
| StartSchemaExtensionCommandInput
|
|
364
373
|
| UnshareDirectoryCommandInput
|
|
365
374
|
| UpdateConditionalForwarderCommandInput
|
|
375
|
+
| UpdateDirectorySetupCommandInput
|
|
366
376
|
| UpdateNumberOfDomainControllersCommandInput
|
|
367
377
|
| UpdateRadiusCommandInput
|
|
368
378
|
| UpdateSettingsCommandInput
|
|
@@ -402,6 +412,7 @@ export declare type ServiceOutputTypes =
|
|
|
402
412
|
| DescribeSharedDirectoriesCommandOutput
|
|
403
413
|
| DescribeSnapshotsCommandOutput
|
|
404
414
|
| DescribeTrustsCommandOutput
|
|
415
|
+
| DescribeUpdateDirectoryCommandOutput
|
|
405
416
|
| DisableClientAuthenticationCommandOutput
|
|
406
417
|
| DisableLDAPSCommandOutput
|
|
407
418
|
| DisableRadiusCommandOutput
|
|
@@ -429,6 +440,7 @@ export declare type ServiceOutputTypes =
|
|
|
429
440
|
| StartSchemaExtensionCommandOutput
|
|
430
441
|
| UnshareDirectoryCommandOutput
|
|
431
442
|
| UpdateConditionalForwarderCommandOutput
|
|
443
|
+
| UpdateDirectorySetupCommandOutput
|
|
432
444
|
| UpdateNumberOfDomainControllersCommandOutput
|
|
433
445
|
| UpdateRadiusCommandOutput
|
|
434
446
|
| UpdateSettingsCommandOutput
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DirectoryServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DirectoryServiceClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeUpdateDirectoryRequest,
|
|
15
|
+
DescribeUpdateDirectoryResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeUpdateDirectoryCommandInput
|
|
18
|
+
extends DescribeUpdateDirectoryRequest {}
|
|
19
|
+
export interface DescribeUpdateDirectoryCommandOutput
|
|
20
|
+
extends DescribeUpdateDirectoryResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeUpdateDirectoryCommand extends $Command<
|
|
23
|
+
DescribeUpdateDirectoryCommandInput,
|
|
24
|
+
DescribeUpdateDirectoryCommandOutput,
|
|
25
|
+
DirectoryServiceClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeUpdateDirectoryCommandInput;
|
|
28
|
+
constructor(input: DescribeUpdateDirectoryCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DirectoryServiceClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeUpdateDirectoryCommandInput,
|
|
35
|
+
DescribeUpdateDirectoryCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
DirectoryServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DirectoryServiceClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateDirectorySetupRequest,
|
|
15
|
+
UpdateDirectorySetupResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateDirectorySetupCommandInput
|
|
18
|
+
extends UpdateDirectorySetupRequest {}
|
|
19
|
+
export interface UpdateDirectorySetupCommandOutput
|
|
20
|
+
extends UpdateDirectorySetupResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateDirectorySetupCommand extends $Command<
|
|
23
|
+
UpdateDirectorySetupCommandInput,
|
|
24
|
+
UpdateDirectorySetupCommandOutput,
|
|
25
|
+
DirectoryServiceClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateDirectorySetupCommandInput;
|
|
28
|
+
constructor(input: UpdateDirectorySetupCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DirectoryServiceClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateDirectorySetupCommandInput,
|
|
35
|
+
UpdateDirectorySetupCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -31,6 +31,7 @@ export * from "./DescribeSettingsCommand";
|
|
|
31
31
|
export * from "./DescribeSharedDirectoriesCommand";
|
|
32
32
|
export * from "./DescribeSnapshotsCommand";
|
|
33
33
|
export * from "./DescribeTrustsCommand";
|
|
34
|
+
export * from "./DescribeUpdateDirectoryCommand";
|
|
34
35
|
export * from "./DisableClientAuthenticationCommand";
|
|
35
36
|
export * from "./DisableLDAPSCommand";
|
|
36
37
|
export * from "./DisableRadiusCommand";
|
|
@@ -58,6 +59,7 @@ export * from "./ShareDirectoryCommand";
|
|
|
58
59
|
export * from "./StartSchemaExtensionCommand";
|
|
59
60
|
export * from "./UnshareDirectoryCommand";
|
|
60
61
|
export * from "./UpdateConditionalForwarderCommand";
|
|
62
|
+
export * from "./UpdateDirectorySetupCommand";
|
|
61
63
|
export * from "./UpdateNumberOfDomainControllersCommand";
|
|
62
64
|
export * from "./UpdateRadiusCommand";
|
|
63
65
|
export * from "./UpdateSettingsCommand";
|
|
@@ -529,6 +529,10 @@ export interface DirectoryConnectSettingsDescription {
|
|
|
529
529
|
AvailabilityZones?: string[];
|
|
530
530
|
ConnectIps?: string[];
|
|
531
531
|
}
|
|
532
|
+
export declare enum OSVersion {
|
|
533
|
+
VERSION_2012 = "SERVER_2012",
|
|
534
|
+
VERSION_2019 = "SERVER_2019",
|
|
535
|
+
}
|
|
532
536
|
export declare enum RadiusAuthenticationProtocol {
|
|
533
537
|
CHAP = "CHAP",
|
|
534
538
|
MSCHAPV1 = "MS-CHAPv1",
|
|
@@ -613,6 +617,7 @@ export interface DirectoryDescription {
|
|
|
613
617
|
DesiredNumberOfDomainControllers?: number;
|
|
614
618
|
OwnerDirectoryDescription?: OwnerDirectoryDescription;
|
|
615
619
|
RegionsInfo?: RegionsInfo;
|
|
620
|
+
OsVersion?: OSVersion | string;
|
|
616
621
|
}
|
|
617
622
|
export interface DescribeDirectoriesResult {
|
|
618
623
|
DirectoryDescriptions?: DirectoryDescription[];
|
|
@@ -828,6 +833,52 @@ export interface DescribeTrustsResult {
|
|
|
828
833
|
Trusts?: Trust[];
|
|
829
834
|
NextToken?: string;
|
|
830
835
|
}
|
|
836
|
+
export declare enum UpdateType {
|
|
837
|
+
OS = "OS",
|
|
838
|
+
}
|
|
839
|
+
export interface DescribeUpdateDirectoryRequest {
|
|
840
|
+
DirectoryId: string | undefined;
|
|
841
|
+
UpdateType: UpdateType | string | undefined;
|
|
842
|
+
RegionName?: string;
|
|
843
|
+
NextToken?: string;
|
|
844
|
+
}
|
|
845
|
+
export interface OSUpdateSettings {
|
|
846
|
+
OSVersion?: OSVersion | string;
|
|
847
|
+
}
|
|
848
|
+
export interface UpdateValue {
|
|
849
|
+
OSUpdateSettings?: OSUpdateSettings;
|
|
850
|
+
}
|
|
851
|
+
export declare enum UpdateStatus {
|
|
852
|
+
UPDATED = "Updated",
|
|
853
|
+
UPDATE_FAILED = "UpdateFailed",
|
|
854
|
+
UPDATING = "Updating",
|
|
855
|
+
}
|
|
856
|
+
export interface UpdateInfoEntry {
|
|
857
|
+
Region?: string;
|
|
858
|
+
Status?: UpdateStatus | string;
|
|
859
|
+
StatusReason?: string;
|
|
860
|
+
InitiatedBy?: string;
|
|
861
|
+
NewValue?: UpdateValue;
|
|
862
|
+
PreviousValue?: UpdateValue;
|
|
863
|
+
StartTime?: Date;
|
|
864
|
+
LastUpdatedDateTime?: Date;
|
|
865
|
+
}
|
|
866
|
+
export interface DescribeUpdateDirectoryResult {
|
|
867
|
+
UpdateActivities?: UpdateInfoEntry[];
|
|
868
|
+
NextToken?: string;
|
|
869
|
+
}
|
|
870
|
+
export declare class DirectoryInDesiredStateException extends __BaseException {
|
|
871
|
+
readonly name: "DirectoryInDesiredStateException";
|
|
872
|
+
readonly $fault: "client";
|
|
873
|
+
Message?: string;
|
|
874
|
+
RequestId?: string;
|
|
875
|
+
constructor(
|
|
876
|
+
opts: __ExceptionOptionType<
|
|
877
|
+
DirectoryInDesiredStateException,
|
|
878
|
+
__BaseException
|
|
879
|
+
>
|
|
880
|
+
);
|
|
881
|
+
}
|
|
831
882
|
export interface DirectoryLimits {
|
|
832
883
|
CloudOnlyDirectoriesLimit?: number;
|
|
833
884
|
CloudOnlyDirectoriesCurrentCount?: number;
|
|
@@ -1163,6 +1214,13 @@ export interface UpdateConditionalForwarderRequest {
|
|
|
1163
1214
|
DnsIpAddrs: string[] | undefined;
|
|
1164
1215
|
}
|
|
1165
1216
|
export interface UpdateConditionalForwarderResult {}
|
|
1217
|
+
export interface UpdateDirectorySetupRequest {
|
|
1218
|
+
DirectoryId: string | undefined;
|
|
1219
|
+
UpdateType: UpdateType | string | undefined;
|
|
1220
|
+
OSUpdateSettings?: OSUpdateSettings;
|
|
1221
|
+
CreateSnapshotBeforeUpdate?: boolean;
|
|
1222
|
+
}
|
|
1223
|
+
export interface UpdateDirectorySetupResult {}
|
|
1166
1224
|
export declare class DomainControllerLimitExceededException extends __BaseException {
|
|
1167
1225
|
readonly name: "DomainControllerLimitExceededException";
|
|
1168
1226
|
readonly $fault: "client";
|
|
@@ -1481,6 +1539,19 @@ export declare const TrustFilterSensitiveLog: (obj: Trust) => any;
|
|
|
1481
1539
|
export declare const DescribeTrustsResultFilterSensitiveLog: (
|
|
1482
1540
|
obj: DescribeTrustsResult
|
|
1483
1541
|
) => any;
|
|
1542
|
+
export declare const DescribeUpdateDirectoryRequestFilterSensitiveLog: (
|
|
1543
|
+
obj: DescribeUpdateDirectoryRequest
|
|
1544
|
+
) => any;
|
|
1545
|
+
export declare const OSUpdateSettingsFilterSensitiveLog: (
|
|
1546
|
+
obj: OSUpdateSettings
|
|
1547
|
+
) => any;
|
|
1548
|
+
export declare const UpdateValueFilterSensitiveLog: (obj: UpdateValue) => any;
|
|
1549
|
+
export declare const UpdateInfoEntryFilterSensitiveLog: (
|
|
1550
|
+
obj: UpdateInfoEntry
|
|
1551
|
+
) => any;
|
|
1552
|
+
export declare const DescribeUpdateDirectoryResultFilterSensitiveLog: (
|
|
1553
|
+
obj: DescribeUpdateDirectoryResult
|
|
1554
|
+
) => any;
|
|
1484
1555
|
export declare const DirectoryLimitsFilterSensitiveLog: (
|
|
1485
1556
|
obj: DirectoryLimits
|
|
1486
1557
|
) => any;
|
|
@@ -1660,6 +1731,12 @@ export declare const UpdateConditionalForwarderRequestFilterSensitiveLog: (
|
|
|
1660
1731
|
export declare const UpdateConditionalForwarderResultFilterSensitiveLog: (
|
|
1661
1732
|
obj: UpdateConditionalForwarderResult
|
|
1662
1733
|
) => any;
|
|
1734
|
+
export declare const UpdateDirectorySetupRequestFilterSensitiveLog: (
|
|
1735
|
+
obj: UpdateDirectorySetupRequest
|
|
1736
|
+
) => any;
|
|
1737
|
+
export declare const UpdateDirectorySetupResultFilterSensitiveLog: (
|
|
1738
|
+
obj: UpdateDirectorySetupResult
|
|
1739
|
+
) => any;
|
|
1663
1740
|
export declare const UpdateNumberOfDomainControllersRequestFilterSensitiveLog: (
|
|
1664
1741
|
obj: UpdateNumberOfDomainControllersRequest
|
|
1665
1742
|
) => any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeClientAuthenticationSettingsCommandInput,
|
|
4
|
+
DescribeClientAuthenticationSettingsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeClientAuthenticationSettingsCommand";
|
|
6
|
+
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeClientAuthenticationSettings(
|
|
8
|
+
config: DirectoryServicePaginationConfiguration,
|
|
9
|
+
input: DescribeClientAuthenticationSettingsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeClientAuthenticationSettingsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeDirectoriesCommandInput,
|
|
4
|
+
DescribeDirectoriesCommandOutput,
|
|
5
|
+
} from "../commands/DescribeDirectoriesCommand";
|
|
6
|
+
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeDirectories(
|
|
8
|
+
config: DirectoryServicePaginationConfiguration,
|
|
9
|
+
input: DescribeDirectoriesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeDirectoriesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeLDAPSSettingsCommandInput,
|
|
4
|
+
DescribeLDAPSSettingsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeLDAPSSettingsCommand";
|
|
6
|
+
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeLDAPSSettings(
|
|
8
|
+
config: DirectoryServicePaginationConfiguration,
|
|
9
|
+
input: DescribeLDAPSSettingsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeLDAPSSettingsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeRegionsCommandInput,
|
|
4
|
+
DescribeRegionsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeRegionsCommand";
|
|
6
|
+
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeRegions(
|
|
8
|
+
config: DirectoryServicePaginationConfiguration,
|
|
9
|
+
input: DescribeRegionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeRegionsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeSharedDirectoriesCommandInput,
|
|
4
|
+
DescribeSharedDirectoriesCommandOutput,
|
|
5
|
+
} from "../commands/DescribeSharedDirectoriesCommand";
|
|
6
|
+
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeSharedDirectories(
|
|
8
|
+
config: DirectoryServicePaginationConfiguration,
|
|
9
|
+
input: DescribeSharedDirectoriesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeSharedDirectoriesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeSnapshotsCommandInput,
|
|
4
|
+
DescribeSnapshotsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeSnapshotsCommand";
|
|
6
|
+
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeSnapshots(
|
|
8
|
+
config: DirectoryServicePaginationConfiguration,
|
|
9
|
+
input: DescribeSnapshotsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeSnapshotsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeTrustsCommandInput,
|
|
4
|
+
DescribeTrustsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeTrustsCommand";
|
|
6
|
+
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeTrusts(
|
|
8
|
+
config: DirectoryServicePaginationConfiguration,
|
|
9
|
+
input: DescribeTrustsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeTrustsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeUpdateDirectoryCommandInput,
|
|
4
|
+
DescribeUpdateDirectoryCommandOutput,
|
|
5
|
+
} from "../commands/DescribeUpdateDirectoryCommand";
|
|
6
|
+
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeUpdateDirectory(
|
|
8
|
+
config: DirectoryServicePaginationConfiguration,
|
|
9
|
+
input: DescribeUpdateDirectoryCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeUpdateDirectoryCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListCertificatesCommandInput,
|
|
4
|
+
ListCertificatesCommandOutput,
|
|
5
|
+
} from "../commands/ListCertificatesCommand";
|
|
6
|
+
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListCertificates(
|
|
8
|
+
config: DirectoryServicePaginationConfiguration,
|
|
9
|
+
input: ListCertificatesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListCertificatesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListIpRoutesCommandInput,
|
|
4
|
+
ListIpRoutesCommandOutput,
|
|
5
|
+
} from "../commands/ListIpRoutesCommand";
|
|
6
|
+
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListIpRoutes(
|
|
8
|
+
config: DirectoryServicePaginationConfiguration,
|
|
9
|
+
input: ListIpRoutesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListIpRoutesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListLogSubscriptionsCommandInput,
|
|
4
|
+
ListLogSubscriptionsCommandOutput,
|
|
5
|
+
} from "../commands/ListLogSubscriptionsCommand";
|
|
6
|
+
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListLogSubscriptions(
|
|
8
|
+
config: DirectoryServicePaginationConfiguration,
|
|
9
|
+
input: ListLogSubscriptionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListLogSubscriptionsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListSchemaExtensionsCommandInput,
|
|
4
|
+
ListSchemaExtensionsCommandOutput,
|
|
5
|
+
} from "../commands/ListSchemaExtensionsCommand";
|
|
6
|
+
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListSchemaExtensions(
|
|
8
|
+
config: DirectoryServicePaginationConfiguration,
|
|
9
|
+
input: ListSchemaExtensionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListSchemaExtensionsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListTagsForResourceCommandInput,
|
|
4
|
+
ListTagsForResourceCommandOutput,
|
|
5
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
6
|
+
import { DirectoryServicePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListTagsForResource(
|
|
8
|
+
config: DirectoryServicePaginationConfiguration,
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListTagsForResourceCommandOutput>;
|
|
@@ -1,2 +1,15 @@
|
|
|
1
|
+
export * from "./DescribeClientAuthenticationSettingsPaginator";
|
|
2
|
+
export * from "./DescribeDirectoriesPaginator";
|
|
1
3
|
export * from "./DescribeDomainControllersPaginator";
|
|
4
|
+
export * from "./DescribeLDAPSSettingsPaginator";
|
|
5
|
+
export * from "./DescribeRegionsPaginator";
|
|
6
|
+
export * from "./DescribeSharedDirectoriesPaginator";
|
|
7
|
+
export * from "./DescribeSnapshotsPaginator";
|
|
8
|
+
export * from "./DescribeTrustsPaginator";
|
|
9
|
+
export * from "./DescribeUpdateDirectoryPaginator";
|
|
2
10
|
export * from "./Interfaces";
|
|
11
|
+
export * from "./ListCertificatesPaginator";
|
|
12
|
+
export * from "./ListIpRoutesPaginator";
|
|
13
|
+
export * from "./ListLogSubscriptionsPaginator";
|
|
14
|
+
export * from "./ListSchemaExtensionsPaginator";
|
|
15
|
+
export * from "./ListTagsForResourcePaginator";
|