@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
|
@@ -135,6 +135,10 @@ import {
|
|
|
135
135
|
DescribeTrustsCommandInput,
|
|
136
136
|
DescribeTrustsCommandOutput,
|
|
137
137
|
} from "../commands/DescribeTrustsCommand";
|
|
138
|
+
import {
|
|
139
|
+
DescribeUpdateDirectoryCommandInput,
|
|
140
|
+
DescribeUpdateDirectoryCommandOutput,
|
|
141
|
+
} from "../commands/DescribeUpdateDirectoryCommand";
|
|
138
142
|
import {
|
|
139
143
|
DisableClientAuthenticationCommandInput,
|
|
140
144
|
DisableClientAuthenticationCommandOutput,
|
|
@@ -243,6 +247,10 @@ import {
|
|
|
243
247
|
UpdateConditionalForwarderCommandInput,
|
|
244
248
|
UpdateConditionalForwarderCommandOutput,
|
|
245
249
|
} from "../commands/UpdateConditionalForwarderCommand";
|
|
250
|
+
import {
|
|
251
|
+
UpdateDirectorySetupCommandInput,
|
|
252
|
+
UpdateDirectorySetupCommandOutput,
|
|
253
|
+
} from "../commands/UpdateDirectorySetupCommand";
|
|
246
254
|
import {
|
|
247
255
|
UpdateNumberOfDomainControllersCommandInput,
|
|
248
256
|
UpdateNumberOfDomainControllersCommandOutput,
|
|
@@ -395,6 +403,10 @@ export declare const serializeAws_json1_1DescribeTrustsCommand: (
|
|
|
395
403
|
input: DescribeTrustsCommandInput,
|
|
396
404
|
context: __SerdeContext
|
|
397
405
|
) => Promise<__HttpRequest>;
|
|
406
|
+
export declare const serializeAws_json1_1DescribeUpdateDirectoryCommand: (
|
|
407
|
+
input: DescribeUpdateDirectoryCommandInput,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<__HttpRequest>;
|
|
398
410
|
export declare const serializeAws_json1_1DisableClientAuthenticationCommand: (
|
|
399
411
|
input: DisableClientAuthenticationCommandInput,
|
|
400
412
|
context: __SerdeContext
|
|
@@ -503,6 +515,10 @@ export declare const serializeAws_json1_1UpdateConditionalForwarderCommand: (
|
|
|
503
515
|
input: UpdateConditionalForwarderCommandInput,
|
|
504
516
|
context: __SerdeContext
|
|
505
517
|
) => Promise<__HttpRequest>;
|
|
518
|
+
export declare const serializeAws_json1_1UpdateDirectorySetupCommand: (
|
|
519
|
+
input: UpdateDirectorySetupCommandInput,
|
|
520
|
+
context: __SerdeContext
|
|
521
|
+
) => Promise<__HttpRequest>;
|
|
506
522
|
export declare const serializeAws_json1_1UpdateNumberOfDomainControllersCommand: (
|
|
507
523
|
input: UpdateNumberOfDomainControllersCommandInput,
|
|
508
524
|
context: __SerdeContext
|
|
@@ -655,6 +671,10 @@ export declare const deserializeAws_json1_1DescribeTrustsCommand: (
|
|
|
655
671
|
output: __HttpResponse,
|
|
656
672
|
context: __SerdeContext
|
|
657
673
|
) => Promise<DescribeTrustsCommandOutput>;
|
|
674
|
+
export declare const deserializeAws_json1_1DescribeUpdateDirectoryCommand: (
|
|
675
|
+
output: __HttpResponse,
|
|
676
|
+
context: __SerdeContext
|
|
677
|
+
) => Promise<DescribeUpdateDirectoryCommandOutput>;
|
|
658
678
|
export declare const deserializeAws_json1_1DisableClientAuthenticationCommand: (
|
|
659
679
|
output: __HttpResponse,
|
|
660
680
|
context: __SerdeContext
|
|
@@ -763,6 +783,10 @@ export declare const deserializeAws_json1_1UpdateConditionalForwarderCommand: (
|
|
|
763
783
|
output: __HttpResponse,
|
|
764
784
|
context: __SerdeContext
|
|
765
785
|
) => Promise<UpdateConditionalForwarderCommandOutput>;
|
|
786
|
+
export declare const deserializeAws_json1_1UpdateDirectorySetupCommand: (
|
|
787
|
+
output: __HttpResponse,
|
|
788
|
+
context: __SerdeContext
|
|
789
|
+
) => Promise<UpdateDirectorySetupCommandOutput>;
|
|
766
790
|
export declare const deserializeAws_json1_1UpdateNumberOfDomainControllersCommand: (
|
|
767
791
|
output: __HttpResponse,
|
|
768
792
|
context: __SerdeContext
|
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.188.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,41 +19,41 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
43
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
44
|
-
"@aws-sdk/util-base64-node": "3.
|
|
45
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
51
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
52
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.188.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.188.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.188.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.188.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.188.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.188.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.188.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.188.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.188.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.188.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.188.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.188.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.188.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.188.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.188.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.188.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.188.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.188.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.188.0",
|
|
41
|
+
"@aws-sdk/types": "3.188.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.188.0",
|
|
43
|
+
"@aws-sdk/util-base64-browser": "3.188.0",
|
|
44
|
+
"@aws-sdk/util-base64-node": "3.188.0",
|
|
45
|
+
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
46
|
+
"@aws-sdk/util-body-length-node": "3.188.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.188.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.188.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.188.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.188.0",
|
|
51
|
+
"@aws-sdk/util-utf8-browser": "3.188.0",
|
|
52
|
+
"@aws-sdk/util-utf8-node": "3.188.0",
|
|
53
53
|
"tslib": "^2.3.1"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
56
|
+
"@aws-sdk/service-client-documentation-generator": "3.188.0",
|
|
57
57
|
"@tsconfig/recommended": "1.0.1",
|
|
58
58
|
"@types/node": "^12.7.5",
|
|
59
59
|
"concurrently": "7.0.0",
|