@aws-sdk/client-directory-service 3.489.0 → 3.495.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 (95) hide show
  1. package/dist-cjs/DirectoryService.js +1 -145
  2. package/dist-cjs/DirectoryServiceClient.js +1 -43
  3. package/dist-cjs/commands/AcceptSharedDirectoryCommand.js +1 -29
  4. package/dist-cjs/commands/AddIpRoutesCommand.js +1 -28
  5. package/dist-cjs/commands/AddRegionCommand.js +1 -28
  6. package/dist-cjs/commands/AddTagsToResourceCommand.js +1 -28
  7. package/dist-cjs/commands/CancelSchemaExtensionCommand.js +1 -28
  8. package/dist-cjs/commands/ConnectDirectoryCommand.js +1 -29
  9. package/dist-cjs/commands/CreateAliasCommand.js +1 -28
  10. package/dist-cjs/commands/CreateComputerCommand.js +1 -29
  11. package/dist-cjs/commands/CreateConditionalForwarderCommand.js +1 -28
  12. package/dist-cjs/commands/CreateDirectoryCommand.js +1 -29
  13. package/dist-cjs/commands/CreateLogSubscriptionCommand.js +1 -28
  14. package/dist-cjs/commands/CreateMicrosoftADCommand.js +1 -29
  15. package/dist-cjs/commands/CreateSnapshotCommand.js +1 -28
  16. package/dist-cjs/commands/CreateTrustCommand.js +1 -29
  17. package/dist-cjs/commands/DeleteConditionalForwarderCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteDirectoryCommand.js +1 -28
  19. package/dist-cjs/commands/DeleteLogSubscriptionCommand.js +1 -28
  20. package/dist-cjs/commands/DeleteSnapshotCommand.js +1 -28
  21. package/dist-cjs/commands/DeleteTrustCommand.js +1 -28
  22. package/dist-cjs/commands/DeregisterCertificateCommand.js +1 -28
  23. package/dist-cjs/commands/DeregisterEventTopicCommand.js +1 -28
  24. package/dist-cjs/commands/DescribeCertificateCommand.js +1 -28
  25. package/dist-cjs/commands/DescribeClientAuthenticationSettingsCommand.js +1 -28
  26. package/dist-cjs/commands/DescribeConditionalForwardersCommand.js +1 -28
  27. package/dist-cjs/commands/DescribeDirectoriesCommand.js +1 -29
  28. package/dist-cjs/commands/DescribeDomainControllersCommand.js +1 -28
  29. package/dist-cjs/commands/DescribeEventTopicsCommand.js +1 -28
  30. package/dist-cjs/commands/DescribeLDAPSSettingsCommand.js +1 -28
  31. package/dist-cjs/commands/DescribeRegionsCommand.js +1 -28
  32. package/dist-cjs/commands/DescribeSettingsCommand.js +1 -28
  33. package/dist-cjs/commands/DescribeSharedDirectoriesCommand.js +1 -29
  34. package/dist-cjs/commands/DescribeSnapshotsCommand.js +1 -28
  35. package/dist-cjs/commands/DescribeTrustsCommand.js +1 -28
  36. package/dist-cjs/commands/DescribeUpdateDirectoryCommand.js +1 -28
  37. package/dist-cjs/commands/DisableClientAuthenticationCommand.js +1 -28
  38. package/dist-cjs/commands/DisableLDAPSCommand.js +1 -28
  39. package/dist-cjs/commands/DisableRadiusCommand.js +1 -28
  40. package/dist-cjs/commands/DisableSsoCommand.js +1 -29
  41. package/dist-cjs/commands/EnableClientAuthenticationCommand.js +1 -28
  42. package/dist-cjs/commands/EnableLDAPSCommand.js +1 -28
  43. package/dist-cjs/commands/EnableRadiusCommand.js +1 -29
  44. package/dist-cjs/commands/EnableSsoCommand.js +1 -29
  45. package/dist-cjs/commands/GetDirectoryLimitsCommand.js +1 -28
  46. package/dist-cjs/commands/GetSnapshotLimitsCommand.js +1 -28
  47. package/dist-cjs/commands/ListCertificatesCommand.js +1 -28
  48. package/dist-cjs/commands/ListIpRoutesCommand.js +1 -28
  49. package/dist-cjs/commands/ListLogSubscriptionsCommand.js +1 -28
  50. package/dist-cjs/commands/ListSchemaExtensionsCommand.js +1 -28
  51. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  52. package/dist-cjs/commands/RegisterCertificateCommand.js +1 -28
  53. package/dist-cjs/commands/RegisterEventTopicCommand.js +1 -28
  54. package/dist-cjs/commands/RejectSharedDirectoryCommand.js +1 -28
  55. package/dist-cjs/commands/RemoveIpRoutesCommand.js +1 -28
  56. package/dist-cjs/commands/RemoveRegionCommand.js +1 -28
  57. package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +1 -28
  58. package/dist-cjs/commands/ResetUserPasswordCommand.js +1 -29
  59. package/dist-cjs/commands/RestoreFromSnapshotCommand.js +1 -28
  60. package/dist-cjs/commands/ShareDirectoryCommand.js +1 -29
  61. package/dist-cjs/commands/StartSchemaExtensionCommand.js +1 -28
  62. package/dist-cjs/commands/UnshareDirectoryCommand.js +1 -28
  63. package/dist-cjs/commands/UpdateConditionalForwarderCommand.js +1 -28
  64. package/dist-cjs/commands/UpdateDirectorySetupCommand.js +1 -28
  65. package/dist-cjs/commands/UpdateNumberOfDomainControllersCommand.js +1 -28
  66. package/dist-cjs/commands/UpdateRadiusCommand.js +1 -29
  67. package/dist-cjs/commands/UpdateSettingsCommand.js +1 -28
  68. package/dist-cjs/commands/UpdateTrustCommand.js +1 -28
  69. package/dist-cjs/commands/VerifyTrustCommand.js +1 -28
  70. package/dist-cjs/commands/index.js +1 -70
  71. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  72. package/dist-cjs/extensionConfiguration.js +1 -2
  73. package/dist-cjs/index.js +6973 -11
  74. package/dist-cjs/models/DirectoryServiceServiceException.js +1 -12
  75. package/dist-cjs/models/index.js +1 -4
  76. package/dist-cjs/models/models_0.js +1 -839
  77. package/dist-cjs/pagination/DescribeClientAuthenticationSettingsPaginator.js +1 -7
  78. package/dist-cjs/pagination/DescribeDirectoriesPaginator.js +1 -7
  79. package/dist-cjs/pagination/DescribeDomainControllersPaginator.js +1 -7
  80. package/dist-cjs/pagination/DescribeLDAPSSettingsPaginator.js +1 -7
  81. package/dist-cjs/pagination/DescribeRegionsPaginator.js +1 -7
  82. package/dist-cjs/pagination/DescribeSharedDirectoriesPaginator.js +1 -7
  83. package/dist-cjs/pagination/DescribeSnapshotsPaginator.js +1 -7
  84. package/dist-cjs/pagination/DescribeTrustsPaginator.js +1 -7
  85. package/dist-cjs/pagination/DescribeUpdateDirectoryPaginator.js +1 -7
  86. package/dist-cjs/pagination/Interfaces.js +1 -2
  87. package/dist-cjs/pagination/ListCertificatesPaginator.js +1 -7
  88. package/dist-cjs/pagination/ListIpRoutesPaginator.js +1 -7
  89. package/dist-cjs/pagination/ListLogSubscriptionsPaginator.js +1 -7
  90. package/dist-cjs/pagination/ListSchemaExtensionsPaginator.js +1 -7
  91. package/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -7
  92. package/dist-cjs/pagination/index.js +1 -18
  93. package/dist-cjs/protocols/Aws_json1_1.js +1 -4426
  94. package/dist-cjs/runtimeExtensions.js +1 -22
  95. package/package.json +40 -40
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RestoreFromSnapshotCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class RestoreFromSnapshotCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("DirectoryService_20150416", "RestoreFromSnapshot", {})
22
- .n("DirectoryServiceClient", "RestoreFromSnapshotCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_RestoreFromSnapshotCommand)
25
- .de(Aws_json1_1_1.de_RestoreFromSnapshotCommand)
26
- .build() {
27
- }
28
- exports.RestoreFromSnapshotCommand = RestoreFromSnapshotCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ShareDirectoryCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class ShareDirectoryCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("DirectoryService_20150416", "ShareDirectory", {})
23
- .n("DirectoryServiceClient", "ShareDirectoryCommand")
24
- .f(models_0_1.ShareDirectoryRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_json1_1_1.se_ShareDirectoryCommand)
26
- .de(Aws_json1_1_1.de_ShareDirectoryCommand)
27
- .build() {
28
- }
29
- exports.ShareDirectoryCommand = ShareDirectoryCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartSchemaExtensionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class StartSchemaExtensionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("DirectoryService_20150416", "StartSchemaExtension", {})
22
- .n("DirectoryServiceClient", "StartSchemaExtensionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_StartSchemaExtensionCommand)
25
- .de(Aws_json1_1_1.de_StartSchemaExtensionCommand)
26
- .build() {
27
- }
28
- exports.StartSchemaExtensionCommand = StartSchemaExtensionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UnshareDirectoryCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class UnshareDirectoryCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("DirectoryService_20150416", "UnshareDirectory", {})
22
- .n("DirectoryServiceClient", "UnshareDirectoryCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UnshareDirectoryCommand)
25
- .de(Aws_json1_1_1.de_UnshareDirectoryCommand)
26
- .build() {
27
- }
28
- exports.UnshareDirectoryCommand = UnshareDirectoryCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateConditionalForwarderCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class UpdateConditionalForwarderCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("DirectoryService_20150416", "UpdateConditionalForwarder", {})
22
- .n("DirectoryServiceClient", "UpdateConditionalForwarderCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UpdateConditionalForwarderCommand)
25
- .de(Aws_json1_1_1.de_UpdateConditionalForwarderCommand)
26
- .build() {
27
- }
28
- exports.UpdateConditionalForwarderCommand = UpdateConditionalForwarderCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateDirectorySetupCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class UpdateDirectorySetupCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("DirectoryService_20150416", "UpdateDirectorySetup", {})
22
- .n("DirectoryServiceClient", "UpdateDirectorySetupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UpdateDirectorySetupCommand)
25
- .de(Aws_json1_1_1.de_UpdateDirectorySetupCommand)
26
- .build() {
27
- }
28
- exports.UpdateDirectorySetupCommand = UpdateDirectorySetupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateNumberOfDomainControllersCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class UpdateNumberOfDomainControllersCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("DirectoryService_20150416", "UpdateNumberOfDomainControllers", {})
22
- .n("DirectoryServiceClient", "UpdateNumberOfDomainControllersCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UpdateNumberOfDomainControllersCommand)
25
- .de(Aws_json1_1_1.de_UpdateNumberOfDomainControllersCommand)
26
- .build() {
27
- }
28
- exports.UpdateNumberOfDomainControllersCommand = UpdateNumberOfDomainControllersCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateRadiusCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class UpdateRadiusCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("DirectoryService_20150416", "UpdateRadius", {})
23
- .n("DirectoryServiceClient", "UpdateRadiusCommand")
24
- .f(models_0_1.UpdateRadiusRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_json1_1_1.se_UpdateRadiusCommand)
26
- .de(Aws_json1_1_1.de_UpdateRadiusCommand)
27
- .build() {
28
- }
29
- exports.UpdateRadiusCommand = UpdateRadiusCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateSettingsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class UpdateSettingsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("DirectoryService_20150416", "UpdateSettings", {})
22
- .n("DirectoryServiceClient", "UpdateSettingsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UpdateSettingsCommand)
25
- .de(Aws_json1_1_1.de_UpdateSettingsCommand)
26
- .build() {
27
- }
28
- exports.UpdateSettingsCommand = UpdateSettingsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateTrustCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class UpdateTrustCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("DirectoryService_20150416", "UpdateTrust", {})
22
- .n("DirectoryServiceClient", "UpdateTrustCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UpdateTrustCommand)
25
- .de(Aws_json1_1_1.de_UpdateTrustCommand)
26
- .build() {
27
- }
28
- exports.UpdateTrustCommand = UpdateTrustCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.VerifyTrustCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class VerifyTrustCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("DirectoryService_20150416", "VerifyTrust", {})
22
- .n("DirectoryServiceClient", "VerifyTrustCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_VerifyTrustCommand)
25
- .de(Aws_json1_1_1.de_VerifyTrustCommand)
26
- .build() {
27
- }
28
- exports.VerifyTrustCommand = VerifyTrustCommand;
1
+ module.exports = require("../index.js");
@@ -1,70 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./AcceptSharedDirectoryCommand"), exports);
5
- tslib_1.__exportStar(require("./AddIpRoutesCommand"), exports);
6
- tslib_1.__exportStar(require("./AddRegionCommand"), exports);
7
- tslib_1.__exportStar(require("./AddTagsToResourceCommand"), exports);
8
- tslib_1.__exportStar(require("./CancelSchemaExtensionCommand"), exports);
9
- tslib_1.__exportStar(require("./ConnectDirectoryCommand"), exports);
10
- tslib_1.__exportStar(require("./CreateAliasCommand"), exports);
11
- tslib_1.__exportStar(require("./CreateComputerCommand"), exports);
12
- tslib_1.__exportStar(require("./CreateConditionalForwarderCommand"), exports);
13
- tslib_1.__exportStar(require("./CreateDirectoryCommand"), exports);
14
- tslib_1.__exportStar(require("./CreateLogSubscriptionCommand"), exports);
15
- tslib_1.__exportStar(require("./CreateMicrosoftADCommand"), exports);
16
- tslib_1.__exportStar(require("./CreateSnapshotCommand"), exports);
17
- tslib_1.__exportStar(require("./CreateTrustCommand"), exports);
18
- tslib_1.__exportStar(require("./DeleteConditionalForwarderCommand"), exports);
19
- tslib_1.__exportStar(require("./DeleteDirectoryCommand"), exports);
20
- tslib_1.__exportStar(require("./DeleteLogSubscriptionCommand"), exports);
21
- tslib_1.__exportStar(require("./DeleteSnapshotCommand"), exports);
22
- tslib_1.__exportStar(require("./DeleteTrustCommand"), exports);
23
- tslib_1.__exportStar(require("./DeregisterCertificateCommand"), exports);
24
- tslib_1.__exportStar(require("./DeregisterEventTopicCommand"), exports);
25
- tslib_1.__exportStar(require("./DescribeCertificateCommand"), exports);
26
- tslib_1.__exportStar(require("./DescribeClientAuthenticationSettingsCommand"), exports);
27
- tslib_1.__exportStar(require("./DescribeConditionalForwardersCommand"), exports);
28
- tslib_1.__exportStar(require("./DescribeDirectoriesCommand"), exports);
29
- tslib_1.__exportStar(require("./DescribeDomainControllersCommand"), exports);
30
- tslib_1.__exportStar(require("./DescribeEventTopicsCommand"), exports);
31
- tslib_1.__exportStar(require("./DescribeLDAPSSettingsCommand"), exports);
32
- tslib_1.__exportStar(require("./DescribeRegionsCommand"), exports);
33
- tslib_1.__exportStar(require("./DescribeSettingsCommand"), exports);
34
- tslib_1.__exportStar(require("./DescribeSharedDirectoriesCommand"), exports);
35
- tslib_1.__exportStar(require("./DescribeSnapshotsCommand"), exports);
36
- tslib_1.__exportStar(require("./DescribeTrustsCommand"), exports);
37
- tslib_1.__exportStar(require("./DescribeUpdateDirectoryCommand"), exports);
38
- tslib_1.__exportStar(require("./DisableClientAuthenticationCommand"), exports);
39
- tslib_1.__exportStar(require("./DisableLDAPSCommand"), exports);
40
- tslib_1.__exportStar(require("./DisableRadiusCommand"), exports);
41
- tslib_1.__exportStar(require("./DisableSsoCommand"), exports);
42
- tslib_1.__exportStar(require("./EnableClientAuthenticationCommand"), exports);
43
- tslib_1.__exportStar(require("./EnableLDAPSCommand"), exports);
44
- tslib_1.__exportStar(require("./EnableRadiusCommand"), exports);
45
- tslib_1.__exportStar(require("./EnableSsoCommand"), exports);
46
- tslib_1.__exportStar(require("./GetDirectoryLimitsCommand"), exports);
47
- tslib_1.__exportStar(require("./GetSnapshotLimitsCommand"), exports);
48
- tslib_1.__exportStar(require("./ListCertificatesCommand"), exports);
49
- tslib_1.__exportStar(require("./ListIpRoutesCommand"), exports);
50
- tslib_1.__exportStar(require("./ListLogSubscriptionsCommand"), exports);
51
- tslib_1.__exportStar(require("./ListSchemaExtensionsCommand"), exports);
52
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
53
- tslib_1.__exportStar(require("./RegisterCertificateCommand"), exports);
54
- tslib_1.__exportStar(require("./RegisterEventTopicCommand"), exports);
55
- tslib_1.__exportStar(require("./RejectSharedDirectoryCommand"), exports);
56
- tslib_1.__exportStar(require("./RemoveIpRoutesCommand"), exports);
57
- tslib_1.__exportStar(require("./RemoveRegionCommand"), exports);
58
- tslib_1.__exportStar(require("./RemoveTagsFromResourceCommand"), exports);
59
- tslib_1.__exportStar(require("./ResetUserPasswordCommand"), exports);
60
- tslib_1.__exportStar(require("./RestoreFromSnapshotCommand"), exports);
61
- tslib_1.__exportStar(require("./ShareDirectoryCommand"), exports);
62
- tslib_1.__exportStar(require("./StartSchemaExtensionCommand"), exports);
63
- tslib_1.__exportStar(require("./UnshareDirectoryCommand"), exports);
64
- tslib_1.__exportStar(require("./UpdateConditionalForwarderCommand"), exports);
65
- tslib_1.__exportStar(require("./UpdateDirectorySetupCommand"), exports);
66
- tslib_1.__exportStar(require("./UpdateNumberOfDomainControllersCommand"), exports);
67
- tslib_1.__exportStar(require("./UpdateRadiusCommand"), exports);
68
- tslib_1.__exportStar(require("./UpdateSettingsCommand"), exports);
69
- tslib_1.__exportStar(require("./UpdateTrustCommand"), exports);
70
- tslib_1.__exportStar(require("./VerifyTrustCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "ds",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");