@aws-sdk/client-workmail 3.181.0 → 3.183.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 (97) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-es/WorkMail.js +294 -301
  3. package/dist-es/WorkMailClient.js +22 -28
  4. package/dist-es/commands/AssociateDelegateToResourceCommand.js +21 -28
  5. package/dist-es/commands/AssociateMemberToGroupCommand.js +21 -28
  6. package/dist-es/commands/CancelMailboxExportJobCommand.js +21 -28
  7. package/dist-es/commands/CreateAliasCommand.js +21 -28
  8. package/dist-es/commands/CreateAvailabilityConfigurationCommand.js +21 -28
  9. package/dist-es/commands/CreateGroupCommand.js +21 -28
  10. package/dist-es/commands/CreateMobileDeviceAccessRuleCommand.js +21 -28
  11. package/dist-es/commands/CreateOrganizationCommand.js +21 -28
  12. package/dist-es/commands/CreateResourceCommand.js +21 -28
  13. package/dist-es/commands/CreateUserCommand.js +21 -28
  14. package/dist-es/commands/DeleteAccessControlRuleCommand.js +21 -28
  15. package/dist-es/commands/DeleteAliasCommand.js +21 -28
  16. package/dist-es/commands/DeleteAvailabilityConfigurationCommand.js +21 -28
  17. package/dist-es/commands/DeleteEmailMonitoringConfigurationCommand.js +21 -28
  18. package/dist-es/commands/DeleteGroupCommand.js +21 -28
  19. package/dist-es/commands/DeleteMailboxPermissionsCommand.js +21 -28
  20. package/dist-es/commands/DeleteMobileDeviceAccessOverrideCommand.js +21 -28
  21. package/dist-es/commands/DeleteMobileDeviceAccessRuleCommand.js +21 -28
  22. package/dist-es/commands/DeleteOrganizationCommand.js +21 -28
  23. package/dist-es/commands/DeleteResourceCommand.js +21 -28
  24. package/dist-es/commands/DeleteRetentionPolicyCommand.js +21 -28
  25. package/dist-es/commands/DeleteUserCommand.js +21 -28
  26. package/dist-es/commands/DeregisterFromWorkMailCommand.js +21 -28
  27. package/dist-es/commands/DeregisterMailDomainCommand.js +21 -28
  28. package/dist-es/commands/DescribeEmailMonitoringConfigurationCommand.js +21 -28
  29. package/dist-es/commands/DescribeGroupCommand.js +21 -28
  30. package/dist-es/commands/DescribeInboundDmarcSettingsCommand.js +21 -28
  31. package/dist-es/commands/DescribeMailboxExportJobCommand.js +21 -28
  32. package/dist-es/commands/DescribeOrganizationCommand.js +21 -28
  33. package/dist-es/commands/DescribeResourceCommand.js +21 -28
  34. package/dist-es/commands/DescribeUserCommand.js +21 -28
  35. package/dist-es/commands/DisassociateDelegateFromResourceCommand.js +21 -28
  36. package/dist-es/commands/DisassociateMemberFromGroupCommand.js +21 -28
  37. package/dist-es/commands/GetAccessControlEffectCommand.js +21 -28
  38. package/dist-es/commands/GetDefaultRetentionPolicyCommand.js +21 -28
  39. package/dist-es/commands/GetMailDomainCommand.js +21 -28
  40. package/dist-es/commands/GetMailboxDetailsCommand.js +21 -28
  41. package/dist-es/commands/GetMobileDeviceAccessEffectCommand.js +21 -28
  42. package/dist-es/commands/GetMobileDeviceAccessOverrideCommand.js +21 -28
  43. package/dist-es/commands/ListAccessControlRulesCommand.js +21 -28
  44. package/dist-es/commands/ListAliasesCommand.js +21 -28
  45. package/dist-es/commands/ListAvailabilityConfigurationsCommand.js +21 -28
  46. package/dist-es/commands/ListGroupMembersCommand.js +21 -28
  47. package/dist-es/commands/ListGroupsCommand.js +21 -28
  48. package/dist-es/commands/ListMailDomainsCommand.js +21 -28
  49. package/dist-es/commands/ListMailboxExportJobsCommand.js +21 -28
  50. package/dist-es/commands/ListMailboxPermissionsCommand.js +21 -28
  51. package/dist-es/commands/ListMobileDeviceAccessOverridesCommand.js +21 -28
  52. package/dist-es/commands/ListMobileDeviceAccessRulesCommand.js +21 -28
  53. package/dist-es/commands/ListOrganizationsCommand.js +21 -28
  54. package/dist-es/commands/ListResourceDelegatesCommand.js +21 -28
  55. package/dist-es/commands/ListResourcesCommand.js +21 -28
  56. package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
  57. package/dist-es/commands/ListUsersCommand.js +21 -28
  58. package/dist-es/commands/PutAccessControlRuleCommand.js +21 -28
  59. package/dist-es/commands/PutEmailMonitoringConfigurationCommand.js +21 -28
  60. package/dist-es/commands/PutInboundDmarcSettingsCommand.js +21 -28
  61. package/dist-es/commands/PutMailboxPermissionsCommand.js +21 -28
  62. package/dist-es/commands/PutMobileDeviceAccessOverrideCommand.js +21 -28
  63. package/dist-es/commands/PutRetentionPolicyCommand.js +21 -28
  64. package/dist-es/commands/RegisterMailDomainCommand.js +21 -28
  65. package/dist-es/commands/RegisterToWorkMailCommand.js +21 -28
  66. package/dist-es/commands/ResetPasswordCommand.js +21 -28
  67. package/dist-es/commands/StartMailboxExportJobCommand.js +21 -28
  68. package/dist-es/commands/TagResourceCommand.js +21 -28
  69. package/dist-es/commands/TestAvailabilityConfigurationCommand.js +21 -28
  70. package/dist-es/commands/UntagResourceCommand.js +21 -28
  71. package/dist-es/commands/UpdateAvailabilityConfigurationCommand.js +21 -28
  72. package/dist-es/commands/UpdateDefaultMailDomainCommand.js +21 -28
  73. package/dist-es/commands/UpdateMailboxQuotaCommand.js +21 -28
  74. package/dist-es/commands/UpdateMobileDeviceAccessRuleCommand.js +21 -28
  75. package/dist-es/commands/UpdatePrimaryEmailAddressCommand.js +21 -28
  76. package/dist-es/commands/UpdateResourceCommand.js +21 -28
  77. package/dist-es/endpoints.js +8 -8
  78. package/dist-es/models/WorkMailServiceException.js +5 -10
  79. package/dist-es/models/models_0.js +775 -433
  80. package/dist-es/pagination/ListAliasesPaginator.js +25 -68
  81. package/dist-es/pagination/ListAvailabilityConfigurationsPaginator.js +25 -68
  82. package/dist-es/pagination/ListGroupMembersPaginator.js +25 -68
  83. package/dist-es/pagination/ListGroupsPaginator.js +25 -68
  84. package/dist-es/pagination/ListMailDomainsPaginator.js +25 -68
  85. package/dist-es/pagination/ListMailboxExportJobsPaginator.js +25 -68
  86. package/dist-es/pagination/ListMailboxPermissionsPaginator.js +25 -68
  87. package/dist-es/pagination/ListMobileDeviceAccessOverridesPaginator.js +25 -68
  88. package/dist-es/pagination/ListOrganizationsPaginator.js +25 -68
  89. package/dist-es/pagination/ListResourceDelegatesPaginator.js +25 -68
  90. package/dist-es/pagination/ListResourcesPaginator.js +25 -68
  91. package/dist-es/pagination/ListUsersPaginator.js +25 -68
  92. package/dist-es/protocols/Aws_json1_1.js +4888 -6308
  93. package/dist-es/runtimeConfig.browser.js +26 -12
  94. package/dist-es/runtimeConfig.js +30 -12
  95. package/dist-es/runtimeConfig.native.js +8 -5
  96. package/dist-es/runtimeConfig.shared.js +8 -11
  97. package/package.json +33 -33
@@ -1,4 +1,3 @@
1
- import { __extends } from "tslib";
2
1
  import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-resolver";
3
2
  import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
4
3
  import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
@@ -9,31 +8,26 @@ import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-sig
9
8
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
10
9
  import { Client as __Client, } from "@aws-sdk/smithy-client";
11
10
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
12
- var WorkMailClient = (function (_super) {
13
- __extends(WorkMailClient, _super);
14
- function WorkMailClient(configuration) {
15
- var _this = this;
16
- var _config_0 = __getRuntimeConfig(configuration);
17
- var _config_1 = resolveRegionConfig(_config_0);
18
- var _config_2 = resolveEndpointsConfig(_config_1);
19
- var _config_3 = resolveRetryConfig(_config_2);
20
- var _config_4 = resolveHostHeaderConfig(_config_3);
21
- var _config_5 = resolveAwsAuthConfig(_config_4);
22
- var _config_6 = resolveUserAgentConfig(_config_5);
23
- _this = _super.call(this, _config_6) || this;
24
- _this.config = _config_6;
25
- _this.middlewareStack.use(getRetryPlugin(_this.config));
26
- _this.middlewareStack.use(getContentLengthPlugin(_this.config));
27
- _this.middlewareStack.use(getHostHeaderPlugin(_this.config));
28
- _this.middlewareStack.use(getLoggerPlugin(_this.config));
29
- _this.middlewareStack.use(getRecursionDetectionPlugin(_this.config));
30
- _this.middlewareStack.use(getAwsAuthPlugin(_this.config));
31
- _this.middlewareStack.use(getUserAgentPlugin(_this.config));
32
- return _this;
11
+ export class WorkMailClient extends __Client {
12
+ constructor(configuration) {
13
+ const _config_0 = __getRuntimeConfig(configuration);
14
+ const _config_1 = resolveRegionConfig(_config_0);
15
+ const _config_2 = resolveEndpointsConfig(_config_1);
16
+ const _config_3 = resolveRetryConfig(_config_2);
17
+ const _config_4 = resolveHostHeaderConfig(_config_3);
18
+ const _config_5 = resolveAwsAuthConfig(_config_4);
19
+ const _config_6 = resolveUserAgentConfig(_config_5);
20
+ super(_config_6);
21
+ this.config = _config_6;
22
+ this.middlewareStack.use(getRetryPlugin(this.config));
23
+ this.middlewareStack.use(getContentLengthPlugin(this.config));
24
+ this.middlewareStack.use(getHostHeaderPlugin(this.config));
25
+ this.middlewareStack.use(getLoggerPlugin(this.config));
26
+ this.middlewareStack.use(getRecursionDetectionPlugin(this.config));
27
+ this.middlewareStack.use(getAwsAuthPlugin(this.config));
28
+ this.middlewareStack.use(getUserAgentPlugin(this.config));
33
29
  }
34
- WorkMailClient.prototype.destroy = function () {
35
- _super.prototype.destroy.call(this);
36
- };
37
- return WorkMailClient;
38
- }(__Client));
39
- export { WorkMailClient };
30
+ destroy() {
31
+ super.destroy();
32
+ }
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 { AssociateDelegateToResourceRequestFilterSensitiveLog, AssociateDelegateToResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1AssociateDelegateToResourceCommand, serializeAws_json1_1AssociateDelegateToResourceCommand, } from "../protocols/Aws_json1_1";
6
- var AssociateDelegateToResourceCommand = (function (_super) {
7
- __extends(AssociateDelegateToResourceCommand, _super);
8
- function AssociateDelegateToResourceCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class AssociateDelegateToResourceCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- AssociateDelegateToResourceCommand.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 = "WorkMailClient";
18
- var commandName = "AssociateDelegateToResourceCommand";
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 = "WorkMailClient";
15
+ const commandName = "AssociateDelegateToResourceCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: AssociateDelegateToResourceRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: AssociateDelegateToResourceResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- AssociateDelegateToResourceCommand.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_1AssociateDelegateToResourceCommand(input, context);
33
- };
34
- AssociateDelegateToResourceCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1AssociateDelegateToResourceCommand(output, context);
36
- };
37
- return AssociateDelegateToResourceCommand;
38
- }($Command));
39
- export { AssociateDelegateToResourceCommand };
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 { AssociateMemberToGroupRequestFilterSensitiveLog, AssociateMemberToGroupResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1AssociateMemberToGroupCommand, serializeAws_json1_1AssociateMemberToGroupCommand, } from "../protocols/Aws_json1_1";
6
- var AssociateMemberToGroupCommand = (function (_super) {
7
- __extends(AssociateMemberToGroupCommand, _super);
8
- function AssociateMemberToGroupCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class AssociateMemberToGroupCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- AssociateMemberToGroupCommand.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 = "WorkMailClient";
18
- var commandName = "AssociateMemberToGroupCommand";
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 = "WorkMailClient";
15
+ const commandName = "AssociateMemberToGroupCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: AssociateMemberToGroupRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: AssociateMemberToGroupResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- AssociateMemberToGroupCommand.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_1AssociateMemberToGroupCommand(input, context);
33
- };
34
- AssociateMemberToGroupCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1AssociateMemberToGroupCommand(output, context);
36
- };
37
- return AssociateMemberToGroupCommand;
38
- }($Command));
39
- export { AssociateMemberToGroupCommand };
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 { CancelMailboxExportJobRequestFilterSensitiveLog, CancelMailboxExportJobResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1CancelMailboxExportJobCommand, serializeAws_json1_1CancelMailboxExportJobCommand, } from "../protocols/Aws_json1_1";
6
- var CancelMailboxExportJobCommand = (function (_super) {
7
- __extends(CancelMailboxExportJobCommand, _super);
8
- function CancelMailboxExportJobCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class CancelMailboxExportJobCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- CancelMailboxExportJobCommand.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 = "WorkMailClient";
18
- var commandName = "CancelMailboxExportJobCommand";
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 = "WorkMailClient";
15
+ const commandName = "CancelMailboxExportJobCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: CancelMailboxExportJobRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: CancelMailboxExportJobResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- CancelMailboxExportJobCommand.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_1CancelMailboxExportJobCommand(input, context);
33
- };
34
- CancelMailboxExportJobCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1CancelMailboxExportJobCommand(output, context);
36
- };
37
- return CancelMailboxExportJobCommand;
38
- }($Command));
39
- export { CancelMailboxExportJobCommand };
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 { CreateAliasRequestFilterSensitiveLog, CreateAliasResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1CreateAliasCommand, serializeAws_json1_1CreateAliasCommand, } from "../protocols/Aws_json1_1";
6
- var CreateAliasCommand = (function (_super) {
7
- __extends(CreateAliasCommand, _super);
8
- function CreateAliasCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class CreateAliasCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- CreateAliasCommand.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 = "WorkMailClient";
18
- var commandName = "CreateAliasCommand";
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 = "WorkMailClient";
15
+ const commandName = "CreateAliasCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: CreateAliasRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: CreateAliasResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- CreateAliasCommand.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_1CreateAliasCommand(input, context);
33
- };
34
- CreateAliasCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1CreateAliasCommand(output, context);
36
- };
37
- return CreateAliasCommand;
38
- }($Command));
39
- export { CreateAliasCommand };
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 { CreateAvailabilityConfigurationRequestFilterSensitiveLog, CreateAvailabilityConfigurationResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1CreateAvailabilityConfigurationCommand, serializeAws_json1_1CreateAvailabilityConfigurationCommand, } from "../protocols/Aws_json1_1";
6
- var CreateAvailabilityConfigurationCommand = (function (_super) {
7
- __extends(CreateAvailabilityConfigurationCommand, _super);
8
- function CreateAvailabilityConfigurationCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class CreateAvailabilityConfigurationCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- CreateAvailabilityConfigurationCommand.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 = "WorkMailClient";
18
- var commandName = "CreateAvailabilityConfigurationCommand";
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 = "WorkMailClient";
15
+ const commandName = "CreateAvailabilityConfigurationCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: CreateAvailabilityConfigurationRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: CreateAvailabilityConfigurationResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- CreateAvailabilityConfigurationCommand.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_1CreateAvailabilityConfigurationCommand(input, context);
33
- };
34
- CreateAvailabilityConfigurationCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1CreateAvailabilityConfigurationCommand(output, context);
36
- };
37
- return CreateAvailabilityConfigurationCommand;
38
- }($Command));
39
- export { CreateAvailabilityConfigurationCommand };
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 { CreateGroupRequestFilterSensitiveLog, CreateGroupResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1CreateGroupCommand, serializeAws_json1_1CreateGroupCommand, } from "../protocols/Aws_json1_1";
6
- var CreateGroupCommand = (function (_super) {
7
- __extends(CreateGroupCommand, _super);
8
- function CreateGroupCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class CreateGroupCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- CreateGroupCommand.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 = "WorkMailClient";
18
- var commandName = "CreateGroupCommand";
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 = "WorkMailClient";
15
+ const commandName = "CreateGroupCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: CreateGroupRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: CreateGroupResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- CreateGroupCommand.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_1CreateGroupCommand(input, context);
33
- };
34
- CreateGroupCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1CreateGroupCommand(output, context);
36
- };
37
- return CreateGroupCommand;
38
- }($Command));
39
- export { CreateGroupCommand };
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 { CreateMobileDeviceAccessRuleRequestFilterSensitiveLog, CreateMobileDeviceAccessRuleResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1CreateMobileDeviceAccessRuleCommand, serializeAws_json1_1CreateMobileDeviceAccessRuleCommand, } from "../protocols/Aws_json1_1";
6
- var CreateMobileDeviceAccessRuleCommand = (function (_super) {
7
- __extends(CreateMobileDeviceAccessRuleCommand, _super);
8
- function CreateMobileDeviceAccessRuleCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class CreateMobileDeviceAccessRuleCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- CreateMobileDeviceAccessRuleCommand.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 = "WorkMailClient";
18
- var commandName = "CreateMobileDeviceAccessRuleCommand";
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 = "WorkMailClient";
15
+ const commandName = "CreateMobileDeviceAccessRuleCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: CreateMobileDeviceAccessRuleRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: CreateMobileDeviceAccessRuleResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- CreateMobileDeviceAccessRuleCommand.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_1CreateMobileDeviceAccessRuleCommand(input, context);
33
- };
34
- CreateMobileDeviceAccessRuleCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1CreateMobileDeviceAccessRuleCommand(output, context);
36
- };
37
- return CreateMobileDeviceAccessRuleCommand;
38
- }($Command));
39
- export { CreateMobileDeviceAccessRuleCommand };
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 { CreateOrganizationRequestFilterSensitiveLog, CreateOrganizationResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1CreateOrganizationCommand, serializeAws_json1_1CreateOrganizationCommand, } from "../protocols/Aws_json1_1";
6
- var CreateOrganizationCommand = (function (_super) {
7
- __extends(CreateOrganizationCommand, _super);
8
- function CreateOrganizationCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class CreateOrganizationCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- CreateOrganizationCommand.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 = "WorkMailClient";
18
- var commandName = "CreateOrganizationCommand";
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 = "WorkMailClient";
15
+ const commandName = "CreateOrganizationCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: CreateOrganizationRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: CreateOrganizationResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- CreateOrganizationCommand.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_1CreateOrganizationCommand(input, context);
33
- };
34
- CreateOrganizationCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1CreateOrganizationCommand(output, context);
36
- };
37
- return CreateOrganizationCommand;
38
- }($Command));
39
- export { CreateOrganizationCommand };
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 { CreateResourceRequestFilterSensitiveLog, CreateResourceResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1CreateResourceCommand, serializeAws_json1_1CreateResourceCommand, } from "../protocols/Aws_json1_1";
6
- var CreateResourceCommand = (function (_super) {
7
- __extends(CreateResourceCommand, _super);
8
- function CreateResourceCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class CreateResourceCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- CreateResourceCommand.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 = "WorkMailClient";
18
- var commandName = "CreateResourceCommand";
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 = "WorkMailClient";
15
+ const commandName = "CreateResourceCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: CreateResourceRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: CreateResourceResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- CreateResourceCommand.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_1CreateResourceCommand(input, context);
33
- };
34
- CreateResourceCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1CreateResourceCommand(output, context);
36
- };
37
- return CreateResourceCommand;
38
- }($Command));
39
- export { CreateResourceCommand };
31
+ }
32
+ }