@aws-sdk/client-directory-service 3.186.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 +11 -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
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DeregisterCertificateRequestFilterSensitiveLog, DeregisterCertificateResultFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1DeregisterCertificateCommand, serializeAws_json1_1DeregisterCertificateCommand, } from "../protocols/Aws_json1_1";
6
- var DeregisterCertificateCommand = (function (_super) {
7
- __extends(DeregisterCertificateCommand, _super);
8
- function DeregisterCertificateCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DeregisterCertificateCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DeregisterCertificateCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "DirectoryServiceClient";
18
- var commandName = "DeregisterCertificateCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "DirectoryServiceClient";
15
+ const commandName = "DeregisterCertificateCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DeregisterCertificateRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DeregisterCertificateResultFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DeregisterCertificateCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1DeregisterCertificateCommand(input, context);
33
- };
34
- DeregisterCertificateCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1DeregisterCertificateCommand(output, context);
36
- };
37
- return DeregisterCertificateCommand;
38
- }($Command));
39
- export { DeregisterCertificateCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DeregisterEventTopicRequestFilterSensitiveLog, DeregisterEventTopicResultFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1DeregisterEventTopicCommand, serializeAws_json1_1DeregisterEventTopicCommand, } from "../protocols/Aws_json1_1";
6
- var DeregisterEventTopicCommand = (function (_super) {
7
- __extends(DeregisterEventTopicCommand, _super);
8
- function DeregisterEventTopicCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DeregisterEventTopicCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DeregisterEventTopicCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "DirectoryServiceClient";
18
- var commandName = "DeregisterEventTopicCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "DirectoryServiceClient";
15
+ const commandName = "DeregisterEventTopicCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DeregisterEventTopicRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DeregisterEventTopicResultFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DeregisterEventTopicCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1DeregisterEventTopicCommand(input, context);
33
- };
34
- DeregisterEventTopicCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1DeregisterEventTopicCommand(output, context);
36
- };
37
- return DeregisterEventTopicCommand;
38
- }($Command));
39
- export { DeregisterEventTopicCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DescribeCertificateRequestFilterSensitiveLog, DescribeCertificateResultFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1DescribeCertificateCommand, serializeAws_json1_1DescribeCertificateCommand, } from "../protocols/Aws_json1_1";
6
- var DescribeCertificateCommand = (function (_super) {
7
- __extends(DescribeCertificateCommand, _super);
8
- function DescribeCertificateCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DescribeCertificateCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DescribeCertificateCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "DirectoryServiceClient";
18
- var commandName = "DescribeCertificateCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "DirectoryServiceClient";
15
+ const commandName = "DescribeCertificateCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DescribeCertificateRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DescribeCertificateResultFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DescribeCertificateCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1DescribeCertificateCommand(input, context);
33
- };
34
- DescribeCertificateCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1DescribeCertificateCommand(output, context);
36
- };
37
- return DescribeCertificateCommand;
38
- }($Command));
39
- export { DescribeCertificateCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DescribeClientAuthenticationSettingsRequestFilterSensitiveLog, DescribeClientAuthenticationSettingsResultFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1DescribeClientAuthenticationSettingsCommand, serializeAws_json1_1DescribeClientAuthenticationSettingsCommand, } from "../protocols/Aws_json1_1";
6
- var DescribeClientAuthenticationSettingsCommand = (function (_super) {
7
- __extends(DescribeClientAuthenticationSettingsCommand, _super);
8
- function DescribeClientAuthenticationSettingsCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DescribeClientAuthenticationSettingsCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DescribeClientAuthenticationSettingsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "DirectoryServiceClient";
18
- var commandName = "DescribeClientAuthenticationSettingsCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "DirectoryServiceClient";
15
+ const commandName = "DescribeClientAuthenticationSettingsCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DescribeClientAuthenticationSettingsRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DescribeClientAuthenticationSettingsResultFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DescribeClientAuthenticationSettingsCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1DescribeClientAuthenticationSettingsCommand(input, context);
33
- };
34
- DescribeClientAuthenticationSettingsCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1DescribeClientAuthenticationSettingsCommand(output, context);
36
- };
37
- return DescribeClientAuthenticationSettingsCommand;
38
- }($Command));
39
- export { DescribeClientAuthenticationSettingsCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DescribeConditionalForwardersRequestFilterSensitiveLog, DescribeConditionalForwardersResultFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1DescribeConditionalForwardersCommand, serializeAws_json1_1DescribeConditionalForwardersCommand, } from "../protocols/Aws_json1_1";
6
- var DescribeConditionalForwardersCommand = (function (_super) {
7
- __extends(DescribeConditionalForwardersCommand, _super);
8
- function DescribeConditionalForwardersCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DescribeConditionalForwardersCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DescribeConditionalForwardersCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "DirectoryServiceClient";
18
- var commandName = "DescribeConditionalForwardersCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "DirectoryServiceClient";
15
+ const commandName = "DescribeConditionalForwardersCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DescribeConditionalForwardersRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DescribeConditionalForwardersResultFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DescribeConditionalForwardersCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1DescribeConditionalForwardersCommand(input, context);
33
- };
34
- DescribeConditionalForwardersCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1DescribeConditionalForwardersCommand(output, context);
36
- };
37
- return DescribeConditionalForwardersCommand;
38
- }($Command));
39
- export { DescribeConditionalForwardersCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DescribeDirectoriesRequestFilterSensitiveLog, DescribeDirectoriesResultFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1DescribeDirectoriesCommand, serializeAws_json1_1DescribeDirectoriesCommand, } from "../protocols/Aws_json1_1";
6
- var DescribeDirectoriesCommand = (function (_super) {
7
- __extends(DescribeDirectoriesCommand, _super);
8
- function DescribeDirectoriesCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DescribeDirectoriesCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DescribeDirectoriesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "DirectoryServiceClient";
18
- var commandName = "DescribeDirectoriesCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "DirectoryServiceClient";
15
+ const commandName = "DescribeDirectoriesCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DescribeDirectoriesRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DescribeDirectoriesResultFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DescribeDirectoriesCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1DescribeDirectoriesCommand(input, context);
33
- };
34
- DescribeDirectoriesCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1DescribeDirectoriesCommand(output, context);
36
- };
37
- return DescribeDirectoriesCommand;
38
- }($Command));
39
- export { DescribeDirectoriesCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DescribeDomainControllersRequestFilterSensitiveLog, DescribeDomainControllersResultFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1DescribeDomainControllersCommand, serializeAws_json1_1DescribeDomainControllersCommand, } from "../protocols/Aws_json1_1";
6
- var DescribeDomainControllersCommand = (function (_super) {
7
- __extends(DescribeDomainControllersCommand, _super);
8
- function DescribeDomainControllersCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DescribeDomainControllersCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DescribeDomainControllersCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "DirectoryServiceClient";
18
- var commandName = "DescribeDomainControllersCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "DirectoryServiceClient";
15
+ const commandName = "DescribeDomainControllersCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DescribeDomainControllersRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DescribeDomainControllersResultFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DescribeDomainControllersCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1DescribeDomainControllersCommand(input, context);
33
- };
34
- DescribeDomainControllersCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1DescribeDomainControllersCommand(output, context);
36
- };
37
- return DescribeDomainControllersCommand;
38
- }($Command));
39
- export { DescribeDomainControllersCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DescribeEventTopicsRequestFilterSensitiveLog, DescribeEventTopicsResultFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1DescribeEventTopicsCommand, serializeAws_json1_1DescribeEventTopicsCommand, } from "../protocols/Aws_json1_1";
6
- var DescribeEventTopicsCommand = (function (_super) {
7
- __extends(DescribeEventTopicsCommand, _super);
8
- function DescribeEventTopicsCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DescribeEventTopicsCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DescribeEventTopicsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "DirectoryServiceClient";
18
- var commandName = "DescribeEventTopicsCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "DirectoryServiceClient";
15
+ const commandName = "DescribeEventTopicsCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DescribeEventTopicsRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DescribeEventTopicsResultFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DescribeEventTopicsCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1DescribeEventTopicsCommand(input, context);
33
- };
34
- DescribeEventTopicsCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1DescribeEventTopicsCommand(output, context);
36
- };
37
- return DescribeEventTopicsCommand;
38
- }($Command));
39
- export { DescribeEventTopicsCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DescribeLDAPSSettingsRequestFilterSensitiveLog, DescribeLDAPSSettingsResultFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1DescribeLDAPSSettingsCommand, serializeAws_json1_1DescribeLDAPSSettingsCommand, } from "../protocols/Aws_json1_1";
6
- var DescribeLDAPSSettingsCommand = (function (_super) {
7
- __extends(DescribeLDAPSSettingsCommand, _super);
8
- function DescribeLDAPSSettingsCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DescribeLDAPSSettingsCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DescribeLDAPSSettingsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "DirectoryServiceClient";
18
- var commandName = "DescribeLDAPSSettingsCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "DirectoryServiceClient";
15
+ const commandName = "DescribeLDAPSSettingsCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DescribeLDAPSSettingsRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DescribeLDAPSSettingsResultFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DescribeLDAPSSettingsCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1DescribeLDAPSSettingsCommand(input, context);
33
- };
34
- DescribeLDAPSSettingsCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1DescribeLDAPSSettingsCommand(output, context);
36
- };
37
- return DescribeLDAPSSettingsCommand;
38
- }($Command));
39
- export { DescribeLDAPSSettingsCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { DescribeRegionsRequestFilterSensitiveLog, DescribeRegionsResultFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1DescribeRegionsCommand, serializeAws_json1_1DescribeRegionsCommand, } from "../protocols/Aws_json1_1";
6
- var DescribeRegionsCommand = (function (_super) {
7
- __extends(DescribeRegionsCommand, _super);
8
- function DescribeRegionsCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class DescribeRegionsCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- DescribeRegionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "DirectoryServiceClient";
18
- var commandName = "DescribeRegionsCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "DirectoryServiceClient";
15
+ const commandName = "DescribeRegionsCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: DescribeRegionsRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: DescribeRegionsResultFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- DescribeRegionsCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1DescribeRegionsCommand(input, context);
33
- };
34
- DescribeRegionsCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1DescribeRegionsCommand(output, context);
36
- };
37
- return DescribeRegionsCommand;
38
- }($Command));
39
- export { DescribeRegionsCommand };
31
+ }
32
+ }