@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,145 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DirectoryService = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const AcceptSharedDirectoryCommand_1 = require("./commands/AcceptSharedDirectoryCommand");
6
- const AddIpRoutesCommand_1 = require("./commands/AddIpRoutesCommand");
7
- const AddRegionCommand_1 = require("./commands/AddRegionCommand");
8
- const AddTagsToResourceCommand_1 = require("./commands/AddTagsToResourceCommand");
9
- const CancelSchemaExtensionCommand_1 = require("./commands/CancelSchemaExtensionCommand");
10
- const ConnectDirectoryCommand_1 = require("./commands/ConnectDirectoryCommand");
11
- const CreateAliasCommand_1 = require("./commands/CreateAliasCommand");
12
- const CreateComputerCommand_1 = require("./commands/CreateComputerCommand");
13
- const CreateConditionalForwarderCommand_1 = require("./commands/CreateConditionalForwarderCommand");
14
- const CreateDirectoryCommand_1 = require("./commands/CreateDirectoryCommand");
15
- const CreateLogSubscriptionCommand_1 = require("./commands/CreateLogSubscriptionCommand");
16
- const CreateMicrosoftADCommand_1 = require("./commands/CreateMicrosoftADCommand");
17
- const CreateSnapshotCommand_1 = require("./commands/CreateSnapshotCommand");
18
- const CreateTrustCommand_1 = require("./commands/CreateTrustCommand");
19
- const DeleteConditionalForwarderCommand_1 = require("./commands/DeleteConditionalForwarderCommand");
20
- const DeleteDirectoryCommand_1 = require("./commands/DeleteDirectoryCommand");
21
- const DeleteLogSubscriptionCommand_1 = require("./commands/DeleteLogSubscriptionCommand");
22
- const DeleteSnapshotCommand_1 = require("./commands/DeleteSnapshotCommand");
23
- const DeleteTrustCommand_1 = require("./commands/DeleteTrustCommand");
24
- const DeregisterCertificateCommand_1 = require("./commands/DeregisterCertificateCommand");
25
- const DeregisterEventTopicCommand_1 = require("./commands/DeregisterEventTopicCommand");
26
- const DescribeCertificateCommand_1 = require("./commands/DescribeCertificateCommand");
27
- const DescribeClientAuthenticationSettingsCommand_1 = require("./commands/DescribeClientAuthenticationSettingsCommand");
28
- const DescribeConditionalForwardersCommand_1 = require("./commands/DescribeConditionalForwardersCommand");
29
- const DescribeDirectoriesCommand_1 = require("./commands/DescribeDirectoriesCommand");
30
- const DescribeDomainControllersCommand_1 = require("./commands/DescribeDomainControllersCommand");
31
- const DescribeEventTopicsCommand_1 = require("./commands/DescribeEventTopicsCommand");
32
- const DescribeLDAPSSettingsCommand_1 = require("./commands/DescribeLDAPSSettingsCommand");
33
- const DescribeRegionsCommand_1 = require("./commands/DescribeRegionsCommand");
34
- const DescribeSettingsCommand_1 = require("./commands/DescribeSettingsCommand");
35
- const DescribeSharedDirectoriesCommand_1 = require("./commands/DescribeSharedDirectoriesCommand");
36
- const DescribeSnapshotsCommand_1 = require("./commands/DescribeSnapshotsCommand");
37
- const DescribeTrustsCommand_1 = require("./commands/DescribeTrustsCommand");
38
- const DescribeUpdateDirectoryCommand_1 = require("./commands/DescribeUpdateDirectoryCommand");
39
- const DisableClientAuthenticationCommand_1 = require("./commands/DisableClientAuthenticationCommand");
40
- const DisableLDAPSCommand_1 = require("./commands/DisableLDAPSCommand");
41
- const DisableRadiusCommand_1 = require("./commands/DisableRadiusCommand");
42
- const DisableSsoCommand_1 = require("./commands/DisableSsoCommand");
43
- const EnableClientAuthenticationCommand_1 = require("./commands/EnableClientAuthenticationCommand");
44
- const EnableLDAPSCommand_1 = require("./commands/EnableLDAPSCommand");
45
- const EnableRadiusCommand_1 = require("./commands/EnableRadiusCommand");
46
- const EnableSsoCommand_1 = require("./commands/EnableSsoCommand");
47
- const GetDirectoryLimitsCommand_1 = require("./commands/GetDirectoryLimitsCommand");
48
- const GetSnapshotLimitsCommand_1 = require("./commands/GetSnapshotLimitsCommand");
49
- const ListCertificatesCommand_1 = require("./commands/ListCertificatesCommand");
50
- const ListIpRoutesCommand_1 = require("./commands/ListIpRoutesCommand");
51
- const ListLogSubscriptionsCommand_1 = require("./commands/ListLogSubscriptionsCommand");
52
- const ListSchemaExtensionsCommand_1 = require("./commands/ListSchemaExtensionsCommand");
53
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
54
- const RegisterCertificateCommand_1 = require("./commands/RegisterCertificateCommand");
55
- const RegisterEventTopicCommand_1 = require("./commands/RegisterEventTopicCommand");
56
- const RejectSharedDirectoryCommand_1 = require("./commands/RejectSharedDirectoryCommand");
57
- const RemoveIpRoutesCommand_1 = require("./commands/RemoveIpRoutesCommand");
58
- const RemoveRegionCommand_1 = require("./commands/RemoveRegionCommand");
59
- const RemoveTagsFromResourceCommand_1 = require("./commands/RemoveTagsFromResourceCommand");
60
- const ResetUserPasswordCommand_1 = require("./commands/ResetUserPasswordCommand");
61
- const RestoreFromSnapshotCommand_1 = require("./commands/RestoreFromSnapshotCommand");
62
- const ShareDirectoryCommand_1 = require("./commands/ShareDirectoryCommand");
63
- const StartSchemaExtensionCommand_1 = require("./commands/StartSchemaExtensionCommand");
64
- const UnshareDirectoryCommand_1 = require("./commands/UnshareDirectoryCommand");
65
- const UpdateConditionalForwarderCommand_1 = require("./commands/UpdateConditionalForwarderCommand");
66
- const UpdateDirectorySetupCommand_1 = require("./commands/UpdateDirectorySetupCommand");
67
- const UpdateNumberOfDomainControllersCommand_1 = require("./commands/UpdateNumberOfDomainControllersCommand");
68
- const UpdateRadiusCommand_1 = require("./commands/UpdateRadiusCommand");
69
- const UpdateSettingsCommand_1 = require("./commands/UpdateSettingsCommand");
70
- const UpdateTrustCommand_1 = require("./commands/UpdateTrustCommand");
71
- const VerifyTrustCommand_1 = require("./commands/VerifyTrustCommand");
72
- const DirectoryServiceClient_1 = require("./DirectoryServiceClient");
73
- const commands = {
74
- AcceptSharedDirectoryCommand: AcceptSharedDirectoryCommand_1.AcceptSharedDirectoryCommand,
75
- AddIpRoutesCommand: AddIpRoutesCommand_1.AddIpRoutesCommand,
76
- AddRegionCommand: AddRegionCommand_1.AddRegionCommand,
77
- AddTagsToResourceCommand: AddTagsToResourceCommand_1.AddTagsToResourceCommand,
78
- CancelSchemaExtensionCommand: CancelSchemaExtensionCommand_1.CancelSchemaExtensionCommand,
79
- ConnectDirectoryCommand: ConnectDirectoryCommand_1.ConnectDirectoryCommand,
80
- CreateAliasCommand: CreateAliasCommand_1.CreateAliasCommand,
81
- CreateComputerCommand: CreateComputerCommand_1.CreateComputerCommand,
82
- CreateConditionalForwarderCommand: CreateConditionalForwarderCommand_1.CreateConditionalForwarderCommand,
83
- CreateDirectoryCommand: CreateDirectoryCommand_1.CreateDirectoryCommand,
84
- CreateLogSubscriptionCommand: CreateLogSubscriptionCommand_1.CreateLogSubscriptionCommand,
85
- CreateMicrosoftADCommand: CreateMicrosoftADCommand_1.CreateMicrosoftADCommand,
86
- CreateSnapshotCommand: CreateSnapshotCommand_1.CreateSnapshotCommand,
87
- CreateTrustCommand: CreateTrustCommand_1.CreateTrustCommand,
88
- DeleteConditionalForwarderCommand: DeleteConditionalForwarderCommand_1.DeleteConditionalForwarderCommand,
89
- DeleteDirectoryCommand: DeleteDirectoryCommand_1.DeleteDirectoryCommand,
90
- DeleteLogSubscriptionCommand: DeleteLogSubscriptionCommand_1.DeleteLogSubscriptionCommand,
91
- DeleteSnapshotCommand: DeleteSnapshotCommand_1.DeleteSnapshotCommand,
92
- DeleteTrustCommand: DeleteTrustCommand_1.DeleteTrustCommand,
93
- DeregisterCertificateCommand: DeregisterCertificateCommand_1.DeregisterCertificateCommand,
94
- DeregisterEventTopicCommand: DeregisterEventTopicCommand_1.DeregisterEventTopicCommand,
95
- DescribeCertificateCommand: DescribeCertificateCommand_1.DescribeCertificateCommand,
96
- DescribeClientAuthenticationSettingsCommand: DescribeClientAuthenticationSettingsCommand_1.DescribeClientAuthenticationSettingsCommand,
97
- DescribeConditionalForwardersCommand: DescribeConditionalForwardersCommand_1.DescribeConditionalForwardersCommand,
98
- DescribeDirectoriesCommand: DescribeDirectoriesCommand_1.DescribeDirectoriesCommand,
99
- DescribeDomainControllersCommand: DescribeDomainControllersCommand_1.DescribeDomainControllersCommand,
100
- DescribeEventTopicsCommand: DescribeEventTopicsCommand_1.DescribeEventTopicsCommand,
101
- DescribeLDAPSSettingsCommand: DescribeLDAPSSettingsCommand_1.DescribeLDAPSSettingsCommand,
102
- DescribeRegionsCommand: DescribeRegionsCommand_1.DescribeRegionsCommand,
103
- DescribeSettingsCommand: DescribeSettingsCommand_1.DescribeSettingsCommand,
104
- DescribeSharedDirectoriesCommand: DescribeSharedDirectoriesCommand_1.DescribeSharedDirectoriesCommand,
105
- DescribeSnapshotsCommand: DescribeSnapshotsCommand_1.DescribeSnapshotsCommand,
106
- DescribeTrustsCommand: DescribeTrustsCommand_1.DescribeTrustsCommand,
107
- DescribeUpdateDirectoryCommand: DescribeUpdateDirectoryCommand_1.DescribeUpdateDirectoryCommand,
108
- DisableClientAuthenticationCommand: DisableClientAuthenticationCommand_1.DisableClientAuthenticationCommand,
109
- DisableLDAPSCommand: DisableLDAPSCommand_1.DisableLDAPSCommand,
110
- DisableRadiusCommand: DisableRadiusCommand_1.DisableRadiusCommand,
111
- DisableSsoCommand: DisableSsoCommand_1.DisableSsoCommand,
112
- EnableClientAuthenticationCommand: EnableClientAuthenticationCommand_1.EnableClientAuthenticationCommand,
113
- EnableLDAPSCommand: EnableLDAPSCommand_1.EnableLDAPSCommand,
114
- EnableRadiusCommand: EnableRadiusCommand_1.EnableRadiusCommand,
115
- EnableSsoCommand: EnableSsoCommand_1.EnableSsoCommand,
116
- GetDirectoryLimitsCommand: GetDirectoryLimitsCommand_1.GetDirectoryLimitsCommand,
117
- GetSnapshotLimitsCommand: GetSnapshotLimitsCommand_1.GetSnapshotLimitsCommand,
118
- ListCertificatesCommand: ListCertificatesCommand_1.ListCertificatesCommand,
119
- ListIpRoutesCommand: ListIpRoutesCommand_1.ListIpRoutesCommand,
120
- ListLogSubscriptionsCommand: ListLogSubscriptionsCommand_1.ListLogSubscriptionsCommand,
121
- ListSchemaExtensionsCommand: ListSchemaExtensionsCommand_1.ListSchemaExtensionsCommand,
122
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
123
- RegisterCertificateCommand: RegisterCertificateCommand_1.RegisterCertificateCommand,
124
- RegisterEventTopicCommand: RegisterEventTopicCommand_1.RegisterEventTopicCommand,
125
- RejectSharedDirectoryCommand: RejectSharedDirectoryCommand_1.RejectSharedDirectoryCommand,
126
- RemoveIpRoutesCommand: RemoveIpRoutesCommand_1.RemoveIpRoutesCommand,
127
- RemoveRegionCommand: RemoveRegionCommand_1.RemoveRegionCommand,
128
- RemoveTagsFromResourceCommand: RemoveTagsFromResourceCommand_1.RemoveTagsFromResourceCommand,
129
- ResetUserPasswordCommand: ResetUserPasswordCommand_1.ResetUserPasswordCommand,
130
- RestoreFromSnapshotCommand: RestoreFromSnapshotCommand_1.RestoreFromSnapshotCommand,
131
- ShareDirectoryCommand: ShareDirectoryCommand_1.ShareDirectoryCommand,
132
- StartSchemaExtensionCommand: StartSchemaExtensionCommand_1.StartSchemaExtensionCommand,
133
- UnshareDirectoryCommand: UnshareDirectoryCommand_1.UnshareDirectoryCommand,
134
- UpdateConditionalForwarderCommand: UpdateConditionalForwarderCommand_1.UpdateConditionalForwarderCommand,
135
- UpdateDirectorySetupCommand: UpdateDirectorySetupCommand_1.UpdateDirectorySetupCommand,
136
- UpdateNumberOfDomainControllersCommand: UpdateNumberOfDomainControllersCommand_1.UpdateNumberOfDomainControllersCommand,
137
- UpdateRadiusCommand: UpdateRadiusCommand_1.UpdateRadiusCommand,
138
- UpdateSettingsCommand: UpdateSettingsCommand_1.UpdateSettingsCommand,
139
- UpdateTrustCommand: UpdateTrustCommand_1.UpdateTrustCommand,
140
- VerifyTrustCommand: VerifyTrustCommand_1.VerifyTrustCommand,
141
- };
142
- class DirectoryService extends DirectoryServiceClient_1.DirectoryServiceClient {
143
- }
144
- exports.DirectoryService = DirectoryService;
145
- (0, smithy_client_1.createAggregatedClient)(commands, DirectoryService);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DirectoryServiceClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class DirectoryServiceClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.DirectoryServiceClient = DirectoryServiceClient;
1
+ module.exports = require("./index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AcceptSharedDirectoryCommand = 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 AcceptSharedDirectoryCommand 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", "AcceptSharedDirectory", {})
23
- .n("DirectoryServiceClient", "AcceptSharedDirectoryCommand")
24
- .f(void 0, models_0_1.AcceptSharedDirectoryResultFilterSensitiveLog)
25
- .ser(Aws_json1_1_1.se_AcceptSharedDirectoryCommand)
26
- .de(Aws_json1_1_1.de_AcceptSharedDirectoryCommand)
27
- .build() {
28
- }
29
- exports.AcceptSharedDirectoryCommand = AcceptSharedDirectoryCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddIpRoutesCommand = 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 AddIpRoutesCommand 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", "AddIpRoutes", {})
22
- .n("DirectoryServiceClient", "AddIpRoutesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_AddIpRoutesCommand)
25
- .de(Aws_json1_1_1.de_AddIpRoutesCommand)
26
- .build() {
27
- }
28
- exports.AddIpRoutesCommand = AddIpRoutesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddRegionCommand = 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 AddRegionCommand 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", "AddRegion", {})
22
- .n("DirectoryServiceClient", "AddRegionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_AddRegionCommand)
25
- .de(Aws_json1_1_1.de_AddRegionCommand)
26
- .build() {
27
- }
28
- exports.AddRegionCommand = AddRegionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddTagsToResourceCommand = 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 AddTagsToResourceCommand 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", "AddTagsToResource", {})
22
- .n("DirectoryServiceClient", "AddTagsToResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_AddTagsToResourceCommand)
25
- .de(Aws_json1_1_1.de_AddTagsToResourceCommand)
26
- .build() {
27
- }
28
- exports.AddTagsToResourceCommand = AddTagsToResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CancelSchemaExtensionCommand = 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 CancelSchemaExtensionCommand 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", "CancelSchemaExtension", {})
22
- .n("DirectoryServiceClient", "CancelSchemaExtensionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CancelSchemaExtensionCommand)
25
- .de(Aws_json1_1_1.de_CancelSchemaExtensionCommand)
26
- .build() {
27
- }
28
- exports.CancelSchemaExtensionCommand = CancelSchemaExtensionCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ConnectDirectoryCommand = 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 ConnectDirectoryCommand 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", "ConnectDirectory", {})
23
- .n("DirectoryServiceClient", "ConnectDirectoryCommand")
24
- .f(models_0_1.ConnectDirectoryRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_json1_1_1.se_ConnectDirectoryCommand)
26
- .de(Aws_json1_1_1.de_ConnectDirectoryCommand)
27
- .build() {
28
- }
29
- exports.ConnectDirectoryCommand = ConnectDirectoryCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateAliasCommand = 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 CreateAliasCommand 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", "CreateAlias", {})
22
- .n("DirectoryServiceClient", "CreateAliasCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateAliasCommand)
25
- .de(Aws_json1_1_1.de_CreateAliasCommand)
26
- .build() {
27
- }
28
- exports.CreateAliasCommand = CreateAliasCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateComputerCommand = 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 CreateComputerCommand 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", "CreateComputer", {})
23
- .n("DirectoryServiceClient", "CreateComputerCommand")
24
- .f(models_0_1.CreateComputerRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_json1_1_1.se_CreateComputerCommand)
26
- .de(Aws_json1_1_1.de_CreateComputerCommand)
27
- .build() {
28
- }
29
- exports.CreateComputerCommand = CreateComputerCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateConditionalForwarderCommand = 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 CreateConditionalForwarderCommand 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", "CreateConditionalForwarder", {})
22
- .n("DirectoryServiceClient", "CreateConditionalForwarderCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateConditionalForwarderCommand)
25
- .de(Aws_json1_1_1.de_CreateConditionalForwarderCommand)
26
- .build() {
27
- }
28
- exports.CreateConditionalForwarderCommand = CreateConditionalForwarderCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateDirectoryCommand = 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 CreateDirectoryCommand 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", "CreateDirectory", {})
23
- .n("DirectoryServiceClient", "CreateDirectoryCommand")
24
- .f(models_0_1.CreateDirectoryRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_json1_1_1.se_CreateDirectoryCommand)
26
- .de(Aws_json1_1_1.de_CreateDirectoryCommand)
27
- .build() {
28
- }
29
- exports.CreateDirectoryCommand = CreateDirectoryCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateLogSubscriptionCommand = 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 CreateLogSubscriptionCommand 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", "CreateLogSubscription", {})
22
- .n("DirectoryServiceClient", "CreateLogSubscriptionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateLogSubscriptionCommand)
25
- .de(Aws_json1_1_1.de_CreateLogSubscriptionCommand)
26
- .build() {
27
- }
28
- exports.CreateLogSubscriptionCommand = CreateLogSubscriptionCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateMicrosoftADCommand = 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 CreateMicrosoftADCommand 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", "CreateMicrosoftAD", {})
23
- .n("DirectoryServiceClient", "CreateMicrosoftADCommand")
24
- .f(models_0_1.CreateMicrosoftADRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_json1_1_1.se_CreateMicrosoftADCommand)
26
- .de(Aws_json1_1_1.de_CreateMicrosoftADCommand)
27
- .build() {
28
- }
29
- exports.CreateMicrosoftADCommand = CreateMicrosoftADCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateSnapshotCommand = 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 CreateSnapshotCommand 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", "CreateSnapshot", {})
22
- .n("DirectoryServiceClient", "CreateSnapshotCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateSnapshotCommand)
25
- .de(Aws_json1_1_1.de_CreateSnapshotCommand)
26
- .build() {
27
- }
28
- exports.CreateSnapshotCommand = CreateSnapshotCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateTrustCommand = 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 CreateTrustCommand 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", "CreateTrust", {})
23
- .n("DirectoryServiceClient", "CreateTrustCommand")
24
- .f(models_0_1.CreateTrustRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_json1_1_1.se_CreateTrustCommand)
26
- .de(Aws_json1_1_1.de_CreateTrustCommand)
27
- .build() {
28
- }
29
- exports.CreateTrustCommand = CreateTrustCommand;
1
+ module.exports = require("../index.js");