@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.
Files changed (157) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/DirectoryService.js +30 -0
  3. package/dist-cjs/commands/DescribeUpdateDirectoryCommand.js +36 -0
  4. package/dist-cjs/commands/UpdateDirectorySetupCommand.js +36 -0
  5. package/dist-cjs/commands/index.js +2 -0
  6. package/dist-cjs/models/models_0.js +63 -5
  7. package/dist-cjs/pagination/DescribeClientAuthenticationSettingsPaginator.js +36 -0
  8. package/dist-cjs/pagination/DescribeDirectoriesPaginator.js +36 -0
  9. package/dist-cjs/pagination/DescribeLDAPSSettingsPaginator.js +36 -0
  10. package/dist-cjs/pagination/DescribeRegionsPaginator.js +35 -0
  11. package/dist-cjs/pagination/DescribeSharedDirectoriesPaginator.js +36 -0
  12. package/dist-cjs/pagination/DescribeSnapshotsPaginator.js +36 -0
  13. package/dist-cjs/pagination/DescribeTrustsPaginator.js +36 -0
  14. package/dist-cjs/pagination/DescribeUpdateDirectoryPaginator.js +35 -0
  15. package/dist-cjs/pagination/ListCertificatesPaginator.js +36 -0
  16. package/dist-cjs/pagination/ListIpRoutesPaginator.js +36 -0
  17. package/dist-cjs/pagination/ListLogSubscriptionsPaginator.js +36 -0
  18. package/dist-cjs/pagination/ListSchemaExtensionsPaginator.js +36 -0
  19. package/dist-cjs/pagination/ListTagsForResourcePaginator.js +36 -0
  20. package/dist-cjs/pagination/index.js +13 -0
  21. package/dist-cjs/protocols/Aws_json1_1.js +217 -3
  22. package/dist-es/DirectoryService.js +291 -268
  23. package/dist-es/DirectoryServiceClient.js +22 -28
  24. package/dist-es/commands/AcceptSharedDirectoryCommand.js +21 -28
  25. package/dist-es/commands/AddIpRoutesCommand.js +21 -28
  26. package/dist-es/commands/AddRegionCommand.js +21 -28
  27. package/dist-es/commands/AddTagsToResourceCommand.js +21 -28
  28. package/dist-es/commands/CancelSchemaExtensionCommand.js +21 -28
  29. package/dist-es/commands/ConnectDirectoryCommand.js +21 -28
  30. package/dist-es/commands/CreateAliasCommand.js +21 -28
  31. package/dist-es/commands/CreateComputerCommand.js +21 -28
  32. package/dist-es/commands/CreateConditionalForwarderCommand.js +21 -28
  33. package/dist-es/commands/CreateDirectoryCommand.js +21 -28
  34. package/dist-es/commands/CreateLogSubscriptionCommand.js +21 -28
  35. package/dist-es/commands/CreateMicrosoftADCommand.js +21 -28
  36. package/dist-es/commands/CreateSnapshotCommand.js +21 -28
  37. package/dist-es/commands/CreateTrustCommand.js +21 -28
  38. package/dist-es/commands/DeleteConditionalForwarderCommand.js +21 -28
  39. package/dist-es/commands/DeleteDirectoryCommand.js +21 -28
  40. package/dist-es/commands/DeleteLogSubscriptionCommand.js +21 -28
  41. package/dist-es/commands/DeleteSnapshotCommand.js +21 -28
  42. package/dist-es/commands/DeleteTrustCommand.js +21 -28
  43. package/dist-es/commands/DeregisterCertificateCommand.js +21 -28
  44. package/dist-es/commands/DeregisterEventTopicCommand.js +21 -28
  45. package/dist-es/commands/DescribeCertificateCommand.js +21 -28
  46. package/dist-es/commands/DescribeClientAuthenticationSettingsCommand.js +21 -28
  47. package/dist-es/commands/DescribeConditionalForwardersCommand.js +21 -28
  48. package/dist-es/commands/DescribeDirectoriesCommand.js +21 -28
  49. package/dist-es/commands/DescribeDomainControllersCommand.js +21 -28
  50. package/dist-es/commands/DescribeEventTopicsCommand.js +21 -28
  51. package/dist-es/commands/DescribeLDAPSSettingsCommand.js +21 -28
  52. package/dist-es/commands/DescribeRegionsCommand.js +21 -28
  53. package/dist-es/commands/DescribeSettingsCommand.js +21 -28
  54. package/dist-es/commands/DescribeSharedDirectoriesCommand.js +21 -28
  55. package/dist-es/commands/DescribeSnapshotsCommand.js +21 -28
  56. package/dist-es/commands/DescribeTrustsCommand.js +21 -28
  57. package/dist-es/commands/DescribeUpdateDirectoryCommand.js +32 -0
  58. package/dist-es/commands/DisableClientAuthenticationCommand.js +21 -28
  59. package/dist-es/commands/DisableLDAPSCommand.js +21 -28
  60. package/dist-es/commands/DisableRadiusCommand.js +21 -28
  61. package/dist-es/commands/DisableSsoCommand.js +21 -28
  62. package/dist-es/commands/EnableClientAuthenticationCommand.js +21 -28
  63. package/dist-es/commands/EnableLDAPSCommand.js +21 -28
  64. package/dist-es/commands/EnableRadiusCommand.js +21 -28
  65. package/dist-es/commands/EnableSsoCommand.js +21 -28
  66. package/dist-es/commands/GetDirectoryLimitsCommand.js +21 -28
  67. package/dist-es/commands/GetSnapshotLimitsCommand.js +21 -28
  68. package/dist-es/commands/ListCertificatesCommand.js +21 -28
  69. package/dist-es/commands/ListIpRoutesCommand.js +21 -28
  70. package/dist-es/commands/ListLogSubscriptionsCommand.js +21 -28
  71. package/dist-es/commands/ListSchemaExtensionsCommand.js +21 -28
  72. package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
  73. package/dist-es/commands/RegisterCertificateCommand.js +21 -28
  74. package/dist-es/commands/RegisterEventTopicCommand.js +21 -28
  75. package/dist-es/commands/RejectSharedDirectoryCommand.js +21 -28
  76. package/dist-es/commands/RemoveIpRoutesCommand.js +21 -28
  77. package/dist-es/commands/RemoveRegionCommand.js +21 -28
  78. package/dist-es/commands/RemoveTagsFromResourceCommand.js +21 -28
  79. package/dist-es/commands/ResetUserPasswordCommand.js +21 -28
  80. package/dist-es/commands/RestoreFromSnapshotCommand.js +21 -28
  81. package/dist-es/commands/ShareDirectoryCommand.js +21 -28
  82. package/dist-es/commands/StartSchemaExtensionCommand.js +21 -28
  83. package/dist-es/commands/UnshareDirectoryCommand.js +21 -28
  84. package/dist-es/commands/UpdateConditionalForwarderCommand.js +21 -28
  85. package/dist-es/commands/UpdateDirectorySetupCommand.js +32 -0
  86. package/dist-es/commands/UpdateNumberOfDomainControllersCommand.js +21 -28
  87. package/dist-es/commands/UpdateRadiusCommand.js +21 -28
  88. package/dist-es/commands/UpdateSettingsCommand.js +21 -28
  89. package/dist-es/commands/UpdateTrustCommand.js +21 -28
  90. package/dist-es/commands/VerifyTrustCommand.js +21 -28
  91. package/dist-es/commands/index.js +2 -0
  92. package/dist-es/endpoints.js +8 -8
  93. package/dist-es/models/DirectoryServiceServiceException.js +5 -10
  94. package/dist-es/models/models_0.js +1069 -674
  95. package/dist-es/pagination/DescribeClientAuthenticationSettingsPaginator.js +32 -0
  96. package/dist-es/pagination/DescribeDirectoriesPaginator.js +32 -0
  97. package/dist-es/pagination/DescribeDomainControllersPaginator.js +25 -68
  98. package/dist-es/pagination/DescribeLDAPSSettingsPaginator.js +32 -0
  99. package/dist-es/pagination/DescribeRegionsPaginator.js +31 -0
  100. package/dist-es/pagination/DescribeSharedDirectoriesPaginator.js +32 -0
  101. package/dist-es/pagination/DescribeSnapshotsPaginator.js +32 -0
  102. package/dist-es/pagination/DescribeTrustsPaginator.js +32 -0
  103. package/dist-es/pagination/DescribeUpdateDirectoryPaginator.js +31 -0
  104. package/dist-es/pagination/ListCertificatesPaginator.js +32 -0
  105. package/dist-es/pagination/ListIpRoutesPaginator.js +32 -0
  106. package/dist-es/pagination/ListLogSubscriptionsPaginator.js +32 -0
  107. package/dist-es/pagination/ListSchemaExtensionsPaginator.js +32 -0
  108. package/dist-es/pagination/ListTagsForResourcePaginator.js +32 -0
  109. package/dist-es/pagination/index.js +13 -0
  110. package/dist-es/protocols/Aws_json1_1.js +4917 -6048
  111. package/dist-es/runtimeConfig.browser.js +26 -12
  112. package/dist-es/runtimeConfig.js +30 -12
  113. package/dist-es/runtimeConfig.native.js +8 -5
  114. package/dist-es/runtimeConfig.shared.js +8 -11
  115. package/dist-types/DirectoryService.d.ts +18 -0
  116. package/dist-types/DirectoryServiceClient.d.ts +4 -2
  117. package/dist-types/commands/DescribeUpdateDirectoryCommand.d.ts +37 -0
  118. package/dist-types/commands/UpdateDirectorySetupCommand.d.ts +37 -0
  119. package/dist-types/commands/index.d.ts +2 -0
  120. package/dist-types/models/models_0.d.ts +214 -0
  121. package/dist-types/pagination/DescribeClientAuthenticationSettingsPaginator.d.ts +4 -0
  122. package/dist-types/pagination/DescribeDirectoriesPaginator.d.ts +4 -0
  123. package/dist-types/pagination/DescribeLDAPSSettingsPaginator.d.ts +4 -0
  124. package/dist-types/pagination/DescribeRegionsPaginator.d.ts +4 -0
  125. package/dist-types/pagination/DescribeSharedDirectoriesPaginator.d.ts +4 -0
  126. package/dist-types/pagination/DescribeSnapshotsPaginator.d.ts +4 -0
  127. package/dist-types/pagination/DescribeTrustsPaginator.d.ts +4 -0
  128. package/dist-types/pagination/DescribeUpdateDirectoryPaginator.d.ts +4 -0
  129. package/dist-types/pagination/ListCertificatesPaginator.d.ts +4 -0
  130. package/dist-types/pagination/ListIpRoutesPaginator.d.ts +4 -0
  131. package/dist-types/pagination/ListLogSubscriptionsPaginator.d.ts +4 -0
  132. package/dist-types/pagination/ListSchemaExtensionsPaginator.d.ts +4 -0
  133. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +4 -0
  134. package/dist-types/pagination/index.d.ts +13 -0
  135. package/dist-types/protocols/Aws_json1_1.d.ts +6 -0
  136. package/dist-types/ts3.4/DirectoryService.d.ts +34 -0
  137. package/dist-types/ts3.4/DirectoryServiceClient.d.ts +12 -0
  138. package/dist-types/ts3.4/commands/DescribeUpdateDirectoryCommand.d.ts +39 -0
  139. package/dist-types/ts3.4/commands/UpdateDirectorySetupCommand.d.ts +39 -0
  140. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  141. package/dist-types/ts3.4/models/models_0.d.ts +77 -0
  142. package/dist-types/ts3.4/pagination/DescribeClientAuthenticationSettingsPaginator.d.ts +11 -0
  143. package/dist-types/ts3.4/pagination/DescribeDirectoriesPaginator.d.ts +11 -0
  144. package/dist-types/ts3.4/pagination/DescribeLDAPSSettingsPaginator.d.ts +11 -0
  145. package/dist-types/ts3.4/pagination/DescribeRegionsPaginator.d.ts +11 -0
  146. package/dist-types/ts3.4/pagination/DescribeSharedDirectoriesPaginator.d.ts +11 -0
  147. package/dist-types/ts3.4/pagination/DescribeSnapshotsPaginator.d.ts +11 -0
  148. package/dist-types/ts3.4/pagination/DescribeTrustsPaginator.d.ts +11 -0
  149. package/dist-types/ts3.4/pagination/DescribeUpdateDirectoryPaginator.d.ts +11 -0
  150. package/dist-types/ts3.4/pagination/ListCertificatesPaginator.d.ts +11 -0
  151. package/dist-types/ts3.4/pagination/ListIpRoutesPaginator.d.ts +11 -0
  152. package/dist-types/ts3.4/pagination/ListLogSubscriptionsPaginator.d.ts +11 -0
  153. package/dist-types/ts3.4/pagination/ListSchemaExtensionsPaginator.d.ts +11 -0
  154. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -0
  155. package/dist-types/ts3.4/pagination/index.d.ts +13 -0
  156. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
  157. 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.185.0",
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.185.0",
23
- "@aws-sdk/config-resolver": "3.183.0",
24
- "@aws-sdk/credential-provider-node": "3.185.0",
25
- "@aws-sdk/fetch-http-handler": "3.183.0",
26
- "@aws-sdk/hash-node": "3.183.0",
27
- "@aws-sdk/invalid-dependency": "3.183.0",
28
- "@aws-sdk/middleware-content-length": "3.183.0",
29
- "@aws-sdk/middleware-host-header": "3.183.0",
30
- "@aws-sdk/middleware-logger": "3.183.0",
31
- "@aws-sdk/middleware-recursion-detection": "3.183.0",
32
- "@aws-sdk/middleware-retry": "3.185.0",
33
- "@aws-sdk/middleware-serde": "3.183.0",
34
- "@aws-sdk/middleware-signing": "3.183.0",
35
- "@aws-sdk/middleware-stack": "3.183.0",
36
- "@aws-sdk/middleware-user-agent": "3.183.0",
37
- "@aws-sdk/node-config-provider": "3.183.0",
38
- "@aws-sdk/node-http-handler": "3.185.0",
39
- "@aws-sdk/protocol-http": "3.183.0",
40
- "@aws-sdk/smithy-client": "3.183.0",
41
- "@aws-sdk/types": "3.183.0",
42
- "@aws-sdk/url-parser": "3.183.0",
43
- "@aws-sdk/util-base64-browser": "3.183.0",
44
- "@aws-sdk/util-base64-node": "3.183.0",
45
- "@aws-sdk/util-body-length-browser": "3.183.0",
46
- "@aws-sdk/util-body-length-node": "3.183.0",
47
- "@aws-sdk/util-defaults-mode-browser": "3.183.0",
48
- "@aws-sdk/util-defaults-mode-node": "3.183.0",
49
- "@aws-sdk/util-user-agent-browser": "3.183.0",
50
- "@aws-sdk/util-user-agent-node": "3.183.0",
51
- "@aws-sdk/util-utf8-browser": "3.183.0",
52
- "@aws-sdk/util-utf8-node": "3.183.0",
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.183.0",
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",