@aws-sdk/client-workmail 3.42.0 → 3.47.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.
- package/CHANGELOG.md +47 -0
- package/dist-cjs/WorkMail.js +45 -0
- package/dist-cjs/commands/DeleteEmailMonitoringConfigurationCommand.js +36 -0
- package/dist-cjs/commands/DescribeEmailMonitoringConfigurationCommand.js +36 -0
- package/dist-cjs/commands/PutEmailMonitoringConfigurationCommand.js +36 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/endpoints.js +1 -0
- package/dist-cjs/models/models_0.js +36 -132
- package/dist-cjs/protocols/Aws_json1_1.js +270 -3
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/WorkMail.js +45 -0
- package/dist-es/commands/DeleteEmailMonitoringConfigurationCommand.js +39 -0
- package/dist-es/commands/DescribeEmailMonitoringConfigurationCommand.js +39 -0
- package/dist-es/commands/PutEmailMonitoringConfigurationCommand.js +39 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/endpoints.js +1 -0
- package/dist-es/models/models_0.js +24 -88
- package/dist-es/protocols/Aws_json1_1.js +289 -0
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/WorkMail.d.ts +21 -0
- package/dist-types/WorkMailClient.d.ts +10 -3
- package/dist-types/commands/DeleteEmailMonitoringConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/DescribeEmailMonitoringConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/PutEmailMonitoringConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +80 -136
- package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/WorkMail.d.ts +15 -0
- package/dist-types/ts3.4/WorkMailClient.d.ts +8 -3
- package/dist-types/ts3.4/commands/DeleteEmailMonitoringConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeEmailMonitoringConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutEmailMonitoringConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +54 -92
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +38 -45
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,53 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.47.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.46.0...v3.47.0) (2022-01-15)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients to use default values inferred from defaults mode ([#3192](https://github.com/aws/aws-sdk-js-v3/issues/3192)) ([9152e21](https://github.com/aws/aws-sdk-js-v3/commit/9152e210c6ec29f34bb070eaf2874039022e6ab7))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.46.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.45.0...v3.46.0) (2022-01-07)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **clients:** update clean:dist script to delete dist-* folder ([#3155](https://github.com/aws/aws-sdk-js-v3/issues/3155)) ([cdb1709](https://github.com/aws/aws-sdk-js-v3/commit/cdb17090f82d1fc8755811c82cbed5976ec7e60b))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **clients:** extend typedoc.json from root ([#3136](https://github.com/aws/aws-sdk-js-v3/issues/3136)) ([f6a3ef5](https://github.com/aws/aws-sdk-js-v3/commit/f6a3ef541ae2d92872d09d8cab6727911287ebb2))
|
|
28
|
+
* end support for Node.js 10.x ([#3122](https://github.com/aws/aws-sdk-js-v3/issues/3122)) ([7acf18a](https://github.com/aws/aws-sdk-js-v3/commit/7acf18abd3fb1cc461f809110cdb0d7968c2070e))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
# [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
### Features
|
|
38
|
+
|
|
39
|
+
* **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
# [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
46
|
+
|
|
47
|
+
**Note:** Version bump only for package @aws-sdk/client-workmail
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
6
53
|
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
|
|
7
54
|
|
|
8
55
|
**Note:** Version bump only for package @aws-sdk/client-workmail
|
package/dist-cjs/WorkMail.js
CHANGED
|
@@ -12,6 +12,7 @@ const CreateResourceCommand_1 = require("./commands/CreateResourceCommand");
|
|
|
12
12
|
const CreateUserCommand_1 = require("./commands/CreateUserCommand");
|
|
13
13
|
const DeleteAccessControlRuleCommand_1 = require("./commands/DeleteAccessControlRuleCommand");
|
|
14
14
|
const DeleteAliasCommand_1 = require("./commands/DeleteAliasCommand");
|
|
15
|
+
const DeleteEmailMonitoringConfigurationCommand_1 = require("./commands/DeleteEmailMonitoringConfigurationCommand");
|
|
15
16
|
const DeleteGroupCommand_1 = require("./commands/DeleteGroupCommand");
|
|
16
17
|
const DeleteMailboxPermissionsCommand_1 = require("./commands/DeleteMailboxPermissionsCommand");
|
|
17
18
|
const DeleteMobileDeviceAccessOverrideCommand_1 = require("./commands/DeleteMobileDeviceAccessOverrideCommand");
|
|
@@ -22,6 +23,7 @@ const DeleteRetentionPolicyCommand_1 = require("./commands/DeleteRetentionPolicy
|
|
|
22
23
|
const DeleteUserCommand_1 = require("./commands/DeleteUserCommand");
|
|
23
24
|
const DeregisterFromWorkMailCommand_1 = require("./commands/DeregisterFromWorkMailCommand");
|
|
24
25
|
const DeregisterMailDomainCommand_1 = require("./commands/DeregisterMailDomainCommand");
|
|
26
|
+
const DescribeEmailMonitoringConfigurationCommand_1 = require("./commands/DescribeEmailMonitoringConfigurationCommand");
|
|
25
27
|
const DescribeGroupCommand_1 = require("./commands/DescribeGroupCommand");
|
|
26
28
|
const DescribeInboundDmarcSettingsCommand_1 = require("./commands/DescribeInboundDmarcSettingsCommand");
|
|
27
29
|
const DescribeMailboxExportJobCommand_1 = require("./commands/DescribeMailboxExportJobCommand");
|
|
@@ -51,6 +53,7 @@ const ListResourcesCommand_1 = require("./commands/ListResourcesCommand");
|
|
|
51
53
|
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
52
54
|
const ListUsersCommand_1 = require("./commands/ListUsersCommand");
|
|
53
55
|
const PutAccessControlRuleCommand_1 = require("./commands/PutAccessControlRuleCommand");
|
|
56
|
+
const PutEmailMonitoringConfigurationCommand_1 = require("./commands/PutEmailMonitoringConfigurationCommand");
|
|
54
57
|
const PutInboundDmarcSettingsCommand_1 = require("./commands/PutInboundDmarcSettingsCommand");
|
|
55
58
|
const PutMailboxPermissionsCommand_1 = require("./commands/PutMailboxPermissionsCommand");
|
|
56
59
|
const PutMobileDeviceAccessOverrideCommand_1 = require("./commands/PutMobileDeviceAccessOverrideCommand");
|
|
@@ -222,6 +225,20 @@ class WorkMail extends WorkMailClient_1.WorkMailClient {
|
|
|
222
225
|
return this.send(command, optionsOrCb);
|
|
223
226
|
}
|
|
224
227
|
}
|
|
228
|
+
deleteEmailMonitoringConfiguration(args, optionsOrCb, cb) {
|
|
229
|
+
const command = new DeleteEmailMonitoringConfigurationCommand_1.DeleteEmailMonitoringConfigurationCommand(args);
|
|
230
|
+
if (typeof optionsOrCb === "function") {
|
|
231
|
+
this.send(command, optionsOrCb);
|
|
232
|
+
}
|
|
233
|
+
else if (typeof cb === "function") {
|
|
234
|
+
if (typeof optionsOrCb !== "object")
|
|
235
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
236
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
237
|
+
}
|
|
238
|
+
else {
|
|
239
|
+
return this.send(command, optionsOrCb);
|
|
240
|
+
}
|
|
241
|
+
}
|
|
225
242
|
deleteGroup(args, optionsOrCb, cb) {
|
|
226
243
|
const command = new DeleteGroupCommand_1.DeleteGroupCommand(args);
|
|
227
244
|
if (typeof optionsOrCb === "function") {
|
|
@@ -362,6 +379,20 @@ class WorkMail extends WorkMailClient_1.WorkMailClient {
|
|
|
362
379
|
return this.send(command, optionsOrCb);
|
|
363
380
|
}
|
|
364
381
|
}
|
|
382
|
+
describeEmailMonitoringConfiguration(args, optionsOrCb, cb) {
|
|
383
|
+
const command = new DescribeEmailMonitoringConfigurationCommand_1.DescribeEmailMonitoringConfigurationCommand(args);
|
|
384
|
+
if (typeof optionsOrCb === "function") {
|
|
385
|
+
this.send(command, optionsOrCb);
|
|
386
|
+
}
|
|
387
|
+
else if (typeof cb === "function") {
|
|
388
|
+
if (typeof optionsOrCb !== "object")
|
|
389
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
390
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
391
|
+
}
|
|
392
|
+
else {
|
|
393
|
+
return this.send(command, optionsOrCb);
|
|
394
|
+
}
|
|
395
|
+
}
|
|
365
396
|
describeGroup(args, optionsOrCb, cb) {
|
|
366
397
|
const command = new DescribeGroupCommand_1.DescribeGroupCommand(args);
|
|
367
398
|
if (typeof optionsOrCb === "function") {
|
|
@@ -768,6 +799,20 @@ class WorkMail extends WorkMailClient_1.WorkMailClient {
|
|
|
768
799
|
return this.send(command, optionsOrCb);
|
|
769
800
|
}
|
|
770
801
|
}
|
|
802
|
+
putEmailMonitoringConfiguration(args, optionsOrCb, cb) {
|
|
803
|
+
const command = new PutEmailMonitoringConfigurationCommand_1.PutEmailMonitoringConfigurationCommand(args);
|
|
804
|
+
if (typeof optionsOrCb === "function") {
|
|
805
|
+
this.send(command, optionsOrCb);
|
|
806
|
+
}
|
|
807
|
+
else if (typeof cb === "function") {
|
|
808
|
+
if (typeof optionsOrCb !== "object")
|
|
809
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
810
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
811
|
+
}
|
|
812
|
+
else {
|
|
813
|
+
return this.send(command, optionsOrCb);
|
|
814
|
+
}
|
|
815
|
+
}
|
|
771
816
|
putInboundDmarcSettings(args, optionsOrCb, cb) {
|
|
772
817
|
const command = new PutInboundDmarcSettingsCommand_1.PutInboundDmarcSettingsCommand(args);
|
|
773
818
|
if (typeof optionsOrCb === "function") {
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteEmailMonitoringConfigurationCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class DeleteEmailMonitoringConfigurationCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "WorkMailClient";
|
|
18
|
+
const commandName = "DeleteEmailMonitoringConfigurationCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DeleteEmailMonitoringConfigurationRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DeleteEmailMonitoringConfigurationResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_json1_1_1.serializeAws_json1_1DeleteEmailMonitoringConfigurationCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_json1_1_1.deserializeAws_json1_1DeleteEmailMonitoringConfigurationCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.DeleteEmailMonitoringConfigurationCommand = DeleteEmailMonitoringConfigurationCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DescribeEmailMonitoringConfigurationCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class DescribeEmailMonitoringConfigurationCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "WorkMailClient";
|
|
18
|
+
const commandName = "DescribeEmailMonitoringConfigurationCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.DescribeEmailMonitoringConfigurationRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.DescribeEmailMonitoringConfigurationResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_json1_1_1.serializeAws_json1_1DescribeEmailMonitoringConfigurationCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_json1_1_1.deserializeAws_json1_1DescribeEmailMonitoringConfigurationCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.DescribeEmailMonitoringConfigurationCommand = DescribeEmailMonitoringConfigurationCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PutEmailMonitoringConfigurationCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class PutEmailMonitoringConfigurationCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "WorkMailClient";
|
|
18
|
+
const commandName = "PutEmailMonitoringConfigurationCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.PutEmailMonitoringConfigurationRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.PutEmailMonitoringConfigurationResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_json1_1_1.serializeAws_json1_1PutEmailMonitoringConfigurationCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_json1_1_1.deserializeAws_json1_1PutEmailMonitoringConfigurationCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.PutEmailMonitoringConfigurationCommand = PutEmailMonitoringConfigurationCommand;
|
|
@@ -12,6 +12,7 @@ tslib_1.__exportStar(require("./CreateResourceCommand"), exports);
|
|
|
12
12
|
tslib_1.__exportStar(require("./CreateUserCommand"), exports);
|
|
13
13
|
tslib_1.__exportStar(require("./DeleteAccessControlRuleCommand"), exports);
|
|
14
14
|
tslib_1.__exportStar(require("./DeleteAliasCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./DeleteEmailMonitoringConfigurationCommand"), exports);
|
|
15
16
|
tslib_1.__exportStar(require("./DeleteGroupCommand"), exports);
|
|
16
17
|
tslib_1.__exportStar(require("./DeleteMailboxPermissionsCommand"), exports);
|
|
17
18
|
tslib_1.__exportStar(require("./DeleteMobileDeviceAccessOverrideCommand"), exports);
|
|
@@ -22,6 +23,7 @@ tslib_1.__exportStar(require("./DeleteRetentionPolicyCommand"), exports);
|
|
|
22
23
|
tslib_1.__exportStar(require("./DeleteUserCommand"), exports);
|
|
23
24
|
tslib_1.__exportStar(require("./DeregisterFromWorkMailCommand"), exports);
|
|
24
25
|
tslib_1.__exportStar(require("./DeregisterMailDomainCommand"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./DescribeEmailMonitoringConfigurationCommand"), exports);
|
|
25
27
|
tslib_1.__exportStar(require("./DescribeGroupCommand"), exports);
|
|
26
28
|
tslib_1.__exportStar(require("./DescribeInboundDmarcSettingsCommand"), exports);
|
|
27
29
|
tslib_1.__exportStar(require("./DescribeMailboxExportJobCommand"), exports);
|
|
@@ -51,6 +53,7 @@ tslib_1.__exportStar(require("./ListResourcesCommand"), exports);
|
|
|
51
53
|
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
52
54
|
tslib_1.__exportStar(require("./ListUsersCommand"), exports);
|
|
53
55
|
tslib_1.__exportStar(require("./PutAccessControlRuleCommand"), exports);
|
|
56
|
+
tslib_1.__exportStar(require("./PutEmailMonitoringConfigurationCommand"), exports);
|
|
54
57
|
tslib_1.__exportStar(require("./PutInboundDmarcSettingsCommand"), exports);
|
|
55
58
|
tslib_1.__exportStar(require("./PutMailboxPermissionsCommand"), exports);
|
|
56
59
|
tslib_1.__exportStar(require("./PutMobileDeviceAccessOverrideCommand"), exports);
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.UpdateResourceResponse = exports.UpdateResourceRequest = exports.UpdatePrimaryEmailAddressResponse = exports.UpdatePrimaryEmailAddressRequest = exports.UpdateMobileDeviceAccessRuleResponse = exports.UpdateMobileDeviceAccessRuleRequest = exports.UpdateMailboxQuotaResponse = exports.UpdateMailboxQuotaRequest = exports.UpdateDefaultMailDomainResponse = exports.UpdateDefaultMailDomainRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.
|
|
3
|
+
exports.DeregisterFromWorkMailResponse = exports.DeregisterFromWorkMailRequest = exports.DeleteUserResponse = exports.DeleteUserRequest = exports.DeleteRetentionPolicyResponse = exports.DeleteRetentionPolicyRequest = exports.DeleteResourceResponse = exports.DeleteResourceRequest = exports.DeleteOrganizationResponse = exports.DeleteOrganizationRequest = exports.DeleteMobileDeviceAccessRuleResponse = exports.DeleteMobileDeviceAccessRuleRequest = exports.DeleteMobileDeviceAccessOverrideResponse = exports.DeleteMobileDeviceAccessOverrideRequest = exports.DeleteMailboxPermissionsResponse = exports.DeleteMailboxPermissionsRequest = exports.DeleteGroupResponse = exports.DeleteGroupRequest = exports.DeleteEmailMonitoringConfigurationResponse = exports.DeleteEmailMonitoringConfigurationRequest = exports.DeleteAliasResponse = exports.DeleteAliasRequest = exports.DeleteAccessControlRuleResponse = exports.DeleteAccessControlRuleRequest = exports.Delegate = exports.MemberType = exports.CreateUserResponse = exports.CreateUserRequest = exports.CreateResourceResponse = exports.CreateResourceRequest = exports.ResourceType = exports.CreateOrganizationResponse = exports.CreateOrganizationRequest = exports.Domain = exports.CreateMobileDeviceAccessRuleResponse = exports.CreateMobileDeviceAccessRuleRequest = exports.MobileDeviceAccessRuleEffect = exports.CreateGroupResponse = exports.CreateGroupRequest = exports.CreateAliasResponse = exports.CreateAliasRequest = exports.CancelMailboxExportJobResponse = exports.CancelMailboxExportJobRequest = exports.BookingOptions = exports.AssociateMemberToGroupResponse = exports.AssociateMemberToGroupRequest = exports.AssociateDelegateToResourceResponse = exports.AssociateDelegateToResourceRequest = exports.AccessControlRule = exports.AccessControlRuleEffect = void 0;
|
|
4
|
+
exports.ListGroupMembersResponse = exports.Member = exports.ListGroupMembersRequest = exports.ListAliasesResponse = exports.ListAliasesRequest = exports.ListAccessControlRulesResponse = exports.ListAccessControlRulesRequest = exports.MailboxExportJob = exports.Group = exports.GetMobileDeviceAccessOverrideResponse = exports.GetMobileDeviceAccessOverrideRequest = exports.GetMobileDeviceAccessEffectResponse = exports.MobileDeviceAccessMatchedRule = exports.GetMobileDeviceAccessEffectRequest = exports.GetMailDomainResponse = exports.GetMailDomainRequest = exports.GetMailboxDetailsResponse = exports.GetMailboxDetailsRequest = exports.GetDefaultRetentionPolicyResponse = exports.GetDefaultRetentionPolicyRequest = exports.GetAccessControlEffectResponse = exports.GetAccessControlEffectRequest = exports.FolderConfiguration = exports.FolderName = exports.RetentionAction = exports.DnsRecordVerificationStatus = exports.DnsRecord = exports.DisassociateMemberFromGroupResponse = exports.DisassociateMemberFromGroupRequest = exports.DisassociateDelegateFromResourceResponse = exports.DisassociateDelegateFromResourceRequest = exports.DescribeUserResponse = exports.UserRole = exports.DescribeUserRequest = exports.DescribeResourceResponse = exports.DescribeResourceRequest = exports.DescribeOrganizationResponse = exports.DescribeOrganizationRequest = exports.DescribeMailboxExportJobResponse = exports.MailboxExportJobState = exports.DescribeMailboxExportJobRequest = exports.DescribeInboundDmarcSettingsResponse = exports.DescribeInboundDmarcSettingsRequest = exports.DescribeGroupResponse = exports.EntityState = exports.DescribeGroupRequest = exports.DescribeEmailMonitoringConfigurationResponse = exports.DescribeEmailMonitoringConfigurationRequest = exports.DeregisterMailDomainResponse = exports.DeregisterMailDomainRequest = void 0;
|
|
5
|
+
exports.StartMailboxExportJobRequest = exports.ResetPasswordResponse = exports.ResetPasswordRequest = exports.RegisterToWorkMailResponse = exports.RegisterToWorkMailRequest = exports.RegisterMailDomainResponse = exports.RegisterMailDomainRequest = exports.PutRetentionPolicyResponse = exports.PutRetentionPolicyRequest = exports.PutMobileDeviceAccessOverrideResponse = exports.PutMobileDeviceAccessOverrideRequest = exports.PutMailboxPermissionsResponse = exports.PutMailboxPermissionsRequest = exports.PutInboundDmarcSettingsResponse = exports.PutInboundDmarcSettingsRequest = exports.PutEmailMonitoringConfigurationResponse = exports.PutEmailMonitoringConfigurationRequest = exports.PutAccessControlRuleResponse = exports.PutAccessControlRuleRequest = exports.ListUsersResponse = exports.User = exports.ListUsersRequest = exports.ListTagsForResourceResponse = exports.Tag = exports.ListTagsForResourceRequest = exports.ListResourcesResponse = exports.Resource = exports.ListResourcesRequest = exports.ListResourceDelegatesResponse = exports.ListResourceDelegatesRequest = exports.ListOrganizationsResponse = exports.OrganizationSummary = exports.ListOrganizationsRequest = exports.ListMobileDeviceAccessRulesResponse = exports.MobileDeviceAccessRule = exports.ListMobileDeviceAccessRulesRequest = exports.ListMobileDeviceAccessOverridesResponse = exports.MobileDeviceAccessOverride = exports.ListMobileDeviceAccessOverridesRequest = exports.ListMailDomainsResponse = exports.MailDomainSummary = exports.ListMailDomainsRequest = exports.ListMailboxPermissionsResponse = exports.Permission = exports.PermissionType = exports.ListMailboxPermissionsRequest = exports.ListMailboxExportJobsResponse = exports.ListMailboxExportJobsRequest = exports.ListGroupsResponse = exports.ListGroupsRequest = void 0;
|
|
6
|
+
exports.UpdateResourceResponse = exports.UpdateResourceRequest = exports.UpdatePrimaryEmailAddressResponse = exports.UpdatePrimaryEmailAddressRequest = exports.UpdateMobileDeviceAccessRuleResponse = exports.UpdateMobileDeviceAccessRuleRequest = exports.UpdateMailboxQuotaResponse = exports.UpdateMailboxQuotaRequest = exports.UpdateDefaultMailDomainResponse = exports.UpdateDefaultMailDomainRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.StartMailboxExportJobResponse = void 0;
|
|
7
7
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
8
|
var AccessControlRuleEffect;
|
|
9
9
|
(function (AccessControlRuleEffect) {
|
|
@@ -28,36 +28,6 @@ var AssociateDelegateToResourceResponse;
|
|
|
28
28
|
...obj,
|
|
29
29
|
});
|
|
30
30
|
})(AssociateDelegateToResourceResponse = exports.AssociateDelegateToResourceResponse || (exports.AssociateDelegateToResourceResponse = {}));
|
|
31
|
-
var EntityNotFoundException;
|
|
32
|
-
(function (EntityNotFoundException) {
|
|
33
|
-
EntityNotFoundException.filterSensitiveLog = (obj) => ({
|
|
34
|
-
...obj,
|
|
35
|
-
});
|
|
36
|
-
})(EntityNotFoundException = exports.EntityNotFoundException || (exports.EntityNotFoundException = {}));
|
|
37
|
-
var EntityStateException;
|
|
38
|
-
(function (EntityStateException) {
|
|
39
|
-
EntityStateException.filterSensitiveLog = (obj) => ({
|
|
40
|
-
...obj,
|
|
41
|
-
});
|
|
42
|
-
})(EntityStateException = exports.EntityStateException || (exports.EntityStateException = {}));
|
|
43
|
-
var InvalidParameterException;
|
|
44
|
-
(function (InvalidParameterException) {
|
|
45
|
-
InvalidParameterException.filterSensitiveLog = (obj) => ({
|
|
46
|
-
...obj,
|
|
47
|
-
});
|
|
48
|
-
})(InvalidParameterException = exports.InvalidParameterException || (exports.InvalidParameterException = {}));
|
|
49
|
-
var OrganizationNotFoundException;
|
|
50
|
-
(function (OrganizationNotFoundException) {
|
|
51
|
-
OrganizationNotFoundException.filterSensitiveLog = (obj) => ({
|
|
52
|
-
...obj,
|
|
53
|
-
});
|
|
54
|
-
})(OrganizationNotFoundException = exports.OrganizationNotFoundException || (exports.OrganizationNotFoundException = {}));
|
|
55
|
-
var OrganizationStateException;
|
|
56
|
-
(function (OrganizationStateException) {
|
|
57
|
-
OrganizationStateException.filterSensitiveLog = (obj) => ({
|
|
58
|
-
...obj,
|
|
59
|
-
});
|
|
60
|
-
})(OrganizationStateException = exports.OrganizationStateException || (exports.OrganizationStateException = {}));
|
|
61
31
|
var AssociateMemberToGroupRequest;
|
|
62
32
|
(function (AssociateMemberToGroupRequest) {
|
|
63
33
|
AssociateMemberToGroupRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -70,24 +40,6 @@ var AssociateMemberToGroupResponse;
|
|
|
70
40
|
...obj,
|
|
71
41
|
});
|
|
72
42
|
})(AssociateMemberToGroupResponse = exports.AssociateMemberToGroupResponse || (exports.AssociateMemberToGroupResponse = {}));
|
|
73
|
-
var DirectoryServiceAuthenticationFailedException;
|
|
74
|
-
(function (DirectoryServiceAuthenticationFailedException) {
|
|
75
|
-
DirectoryServiceAuthenticationFailedException.filterSensitiveLog = (obj) => ({
|
|
76
|
-
...obj,
|
|
77
|
-
});
|
|
78
|
-
})(DirectoryServiceAuthenticationFailedException = exports.DirectoryServiceAuthenticationFailedException || (exports.DirectoryServiceAuthenticationFailedException = {}));
|
|
79
|
-
var DirectoryUnavailableException;
|
|
80
|
-
(function (DirectoryUnavailableException) {
|
|
81
|
-
DirectoryUnavailableException.filterSensitiveLog = (obj) => ({
|
|
82
|
-
...obj,
|
|
83
|
-
});
|
|
84
|
-
})(DirectoryUnavailableException = exports.DirectoryUnavailableException || (exports.DirectoryUnavailableException = {}));
|
|
85
|
-
var UnsupportedOperationException;
|
|
86
|
-
(function (UnsupportedOperationException) {
|
|
87
|
-
UnsupportedOperationException.filterSensitiveLog = (obj) => ({
|
|
88
|
-
...obj,
|
|
89
|
-
});
|
|
90
|
-
})(UnsupportedOperationException = exports.UnsupportedOperationException || (exports.UnsupportedOperationException = {}));
|
|
91
43
|
var BookingOptions;
|
|
92
44
|
(function (BookingOptions) {
|
|
93
45
|
BookingOptions.filterSensitiveLog = (obj) => ({
|
|
@@ -118,30 +70,6 @@ var CreateAliasResponse;
|
|
|
118
70
|
...obj,
|
|
119
71
|
});
|
|
120
72
|
})(CreateAliasResponse = exports.CreateAliasResponse || (exports.CreateAliasResponse = {}));
|
|
121
|
-
var EmailAddressInUseException;
|
|
122
|
-
(function (EmailAddressInUseException) {
|
|
123
|
-
EmailAddressInUseException.filterSensitiveLog = (obj) => ({
|
|
124
|
-
...obj,
|
|
125
|
-
});
|
|
126
|
-
})(EmailAddressInUseException = exports.EmailAddressInUseException || (exports.EmailAddressInUseException = {}));
|
|
127
|
-
var LimitExceededException;
|
|
128
|
-
(function (LimitExceededException) {
|
|
129
|
-
LimitExceededException.filterSensitiveLog = (obj) => ({
|
|
130
|
-
...obj,
|
|
131
|
-
});
|
|
132
|
-
})(LimitExceededException = exports.LimitExceededException || (exports.LimitExceededException = {}));
|
|
133
|
-
var MailDomainNotFoundException;
|
|
134
|
-
(function (MailDomainNotFoundException) {
|
|
135
|
-
MailDomainNotFoundException.filterSensitiveLog = (obj) => ({
|
|
136
|
-
...obj,
|
|
137
|
-
});
|
|
138
|
-
})(MailDomainNotFoundException = exports.MailDomainNotFoundException || (exports.MailDomainNotFoundException = {}));
|
|
139
|
-
var MailDomainStateException;
|
|
140
|
-
(function (MailDomainStateException) {
|
|
141
|
-
MailDomainStateException.filterSensitiveLog = (obj) => ({
|
|
142
|
-
...obj,
|
|
143
|
-
});
|
|
144
|
-
})(MailDomainStateException = exports.MailDomainStateException || (exports.MailDomainStateException = {}));
|
|
145
73
|
var CreateGroupRequest;
|
|
146
74
|
(function (CreateGroupRequest) {
|
|
147
75
|
CreateGroupRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -154,18 +82,6 @@ var CreateGroupResponse;
|
|
|
154
82
|
...obj,
|
|
155
83
|
});
|
|
156
84
|
})(CreateGroupResponse = exports.CreateGroupResponse || (exports.CreateGroupResponse = {}));
|
|
157
|
-
var NameAvailabilityException;
|
|
158
|
-
(function (NameAvailabilityException) {
|
|
159
|
-
NameAvailabilityException.filterSensitiveLog = (obj) => ({
|
|
160
|
-
...obj,
|
|
161
|
-
});
|
|
162
|
-
})(NameAvailabilityException = exports.NameAvailabilityException || (exports.NameAvailabilityException = {}));
|
|
163
|
-
var ReservedNameException;
|
|
164
|
-
(function (ReservedNameException) {
|
|
165
|
-
ReservedNameException.filterSensitiveLog = (obj) => ({
|
|
166
|
-
...obj,
|
|
167
|
-
});
|
|
168
|
-
})(ReservedNameException = exports.ReservedNameException || (exports.ReservedNameException = {}));
|
|
169
85
|
var MobileDeviceAccessRuleEffect;
|
|
170
86
|
(function (MobileDeviceAccessRuleEffect) {
|
|
171
87
|
MobileDeviceAccessRuleEffect["ALLOW"] = "ALLOW";
|
|
@@ -201,12 +117,6 @@ var CreateOrganizationResponse;
|
|
|
201
117
|
...obj,
|
|
202
118
|
});
|
|
203
119
|
})(CreateOrganizationResponse = exports.CreateOrganizationResponse || (exports.CreateOrganizationResponse = {}));
|
|
204
|
-
var DirectoryInUseException;
|
|
205
|
-
(function (DirectoryInUseException) {
|
|
206
|
-
DirectoryInUseException.filterSensitiveLog = (obj) => ({
|
|
207
|
-
...obj,
|
|
208
|
-
});
|
|
209
|
-
})(DirectoryInUseException = exports.DirectoryInUseException || (exports.DirectoryInUseException = {}));
|
|
210
120
|
var ResourceType;
|
|
211
121
|
(function (ResourceType) {
|
|
212
122
|
ResourceType["EQUIPMENT"] = "EQUIPMENT";
|
|
@@ -237,12 +147,6 @@ var CreateUserResponse;
|
|
|
237
147
|
...obj,
|
|
238
148
|
});
|
|
239
149
|
})(CreateUserResponse = exports.CreateUserResponse || (exports.CreateUserResponse = {}));
|
|
240
|
-
var InvalidPasswordException;
|
|
241
|
-
(function (InvalidPasswordException) {
|
|
242
|
-
InvalidPasswordException.filterSensitiveLog = (obj) => ({
|
|
243
|
-
...obj,
|
|
244
|
-
});
|
|
245
|
-
})(InvalidPasswordException = exports.InvalidPasswordException || (exports.InvalidPasswordException = {}));
|
|
246
150
|
var MemberType;
|
|
247
151
|
(function (MemberType) {
|
|
248
152
|
MemberType["GROUP"] = "GROUP";
|
|
@@ -278,6 +182,18 @@ var DeleteAliasResponse;
|
|
|
278
182
|
...obj,
|
|
279
183
|
});
|
|
280
184
|
})(DeleteAliasResponse = exports.DeleteAliasResponse || (exports.DeleteAliasResponse = {}));
|
|
185
|
+
var DeleteEmailMonitoringConfigurationRequest;
|
|
186
|
+
(function (DeleteEmailMonitoringConfigurationRequest) {
|
|
187
|
+
DeleteEmailMonitoringConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
188
|
+
...obj,
|
|
189
|
+
});
|
|
190
|
+
})(DeleteEmailMonitoringConfigurationRequest = exports.DeleteEmailMonitoringConfigurationRequest || (exports.DeleteEmailMonitoringConfigurationRequest = {}));
|
|
191
|
+
var DeleteEmailMonitoringConfigurationResponse;
|
|
192
|
+
(function (DeleteEmailMonitoringConfigurationResponse) {
|
|
193
|
+
DeleteEmailMonitoringConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
194
|
+
...obj,
|
|
195
|
+
});
|
|
196
|
+
})(DeleteEmailMonitoringConfigurationResponse = exports.DeleteEmailMonitoringConfigurationResponse || (exports.DeleteEmailMonitoringConfigurationResponse = {}));
|
|
281
197
|
var DeleteGroupRequest;
|
|
282
198
|
(function (DeleteGroupRequest) {
|
|
283
199
|
DeleteGroupRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -398,18 +314,18 @@ var DeregisterMailDomainResponse;
|
|
|
398
314
|
...obj,
|
|
399
315
|
});
|
|
400
316
|
})(DeregisterMailDomainResponse = exports.DeregisterMailDomainResponse || (exports.DeregisterMailDomainResponse = {}));
|
|
401
|
-
var
|
|
402
|
-
(function (
|
|
403
|
-
|
|
317
|
+
var DescribeEmailMonitoringConfigurationRequest;
|
|
318
|
+
(function (DescribeEmailMonitoringConfigurationRequest) {
|
|
319
|
+
DescribeEmailMonitoringConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
404
320
|
...obj,
|
|
405
321
|
});
|
|
406
|
-
})(
|
|
407
|
-
var
|
|
408
|
-
(function (
|
|
409
|
-
|
|
322
|
+
})(DescribeEmailMonitoringConfigurationRequest = exports.DescribeEmailMonitoringConfigurationRequest || (exports.DescribeEmailMonitoringConfigurationRequest = {}));
|
|
323
|
+
var DescribeEmailMonitoringConfigurationResponse;
|
|
324
|
+
(function (DescribeEmailMonitoringConfigurationResponse) {
|
|
325
|
+
DescribeEmailMonitoringConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
410
326
|
...obj,
|
|
411
327
|
});
|
|
412
|
-
})(
|
|
328
|
+
})(DescribeEmailMonitoringConfigurationResponse = exports.DescribeEmailMonitoringConfigurationResponse || (exports.DescribeEmailMonitoringConfigurationResponse = {}));
|
|
413
329
|
var DescribeGroupRequest;
|
|
414
330
|
(function (DescribeGroupRequest) {
|
|
415
331
|
DescribeGroupRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -537,12 +453,6 @@ var DnsRecordVerificationStatus;
|
|
|
537
453
|
DnsRecordVerificationStatus["PENDING"] = "PENDING";
|
|
538
454
|
DnsRecordVerificationStatus["VERIFIED"] = "VERIFIED";
|
|
539
455
|
})(DnsRecordVerificationStatus = exports.DnsRecordVerificationStatus || (exports.DnsRecordVerificationStatus = {}));
|
|
540
|
-
var EntityAlreadyRegisteredException;
|
|
541
|
-
(function (EntityAlreadyRegisteredException) {
|
|
542
|
-
EntityAlreadyRegisteredException.filterSensitiveLog = (obj) => ({
|
|
543
|
-
...obj,
|
|
544
|
-
});
|
|
545
|
-
})(EntityAlreadyRegisteredException = exports.EntityAlreadyRegisteredException || (exports.EntityAlreadyRegisteredException = {}));
|
|
546
456
|
var RetentionAction;
|
|
547
457
|
(function (RetentionAction) {
|
|
548
458
|
RetentionAction["DELETE"] = "DELETE";
|
|
@@ -641,24 +551,12 @@ var GetMobileDeviceAccessOverrideResponse;
|
|
|
641
551
|
...obj,
|
|
642
552
|
});
|
|
643
553
|
})(GetMobileDeviceAccessOverrideResponse = exports.GetMobileDeviceAccessOverrideResponse || (exports.GetMobileDeviceAccessOverrideResponse = {}));
|
|
644
|
-
var ResourceNotFoundException;
|
|
645
|
-
(function (ResourceNotFoundException) {
|
|
646
|
-
ResourceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
647
|
-
...obj,
|
|
648
|
-
});
|
|
649
|
-
})(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
|
|
650
554
|
var Group;
|
|
651
555
|
(function (Group) {
|
|
652
556
|
Group.filterSensitiveLog = (obj) => ({
|
|
653
557
|
...obj,
|
|
654
558
|
});
|
|
655
559
|
})(Group = exports.Group || (exports.Group = {}));
|
|
656
|
-
var InvalidConfigurationException;
|
|
657
|
-
(function (InvalidConfigurationException) {
|
|
658
|
-
InvalidConfigurationException.filterSensitiveLog = (obj) => ({
|
|
659
|
-
...obj,
|
|
660
|
-
});
|
|
661
|
-
})(InvalidConfigurationException = exports.InvalidConfigurationException || (exports.InvalidConfigurationException = {}));
|
|
662
560
|
var MailboxExportJob;
|
|
663
561
|
(function (MailboxExportJob) {
|
|
664
562
|
MailboxExportJob.filterSensitiveLog = (obj) => ({
|
|
@@ -905,6 +803,18 @@ var PutAccessControlRuleResponse;
|
|
|
905
803
|
...obj,
|
|
906
804
|
});
|
|
907
805
|
})(PutAccessControlRuleResponse = exports.PutAccessControlRuleResponse || (exports.PutAccessControlRuleResponse = {}));
|
|
806
|
+
var PutEmailMonitoringConfigurationRequest;
|
|
807
|
+
(function (PutEmailMonitoringConfigurationRequest) {
|
|
808
|
+
PutEmailMonitoringConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
809
|
+
...obj,
|
|
810
|
+
});
|
|
811
|
+
})(PutEmailMonitoringConfigurationRequest = exports.PutEmailMonitoringConfigurationRequest || (exports.PutEmailMonitoringConfigurationRequest = {}));
|
|
812
|
+
var PutEmailMonitoringConfigurationResponse;
|
|
813
|
+
(function (PutEmailMonitoringConfigurationResponse) {
|
|
814
|
+
PutEmailMonitoringConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
815
|
+
...obj,
|
|
816
|
+
});
|
|
817
|
+
})(PutEmailMonitoringConfigurationResponse = exports.PutEmailMonitoringConfigurationResponse || (exports.PutEmailMonitoringConfigurationResponse = {}));
|
|
908
818
|
var PutInboundDmarcSettingsRequest;
|
|
909
819
|
(function (PutInboundDmarcSettingsRequest) {
|
|
910
820
|
PutInboundDmarcSettingsRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1015,12 +925,6 @@ var TagResourceResponse;
|
|
|
1015
925
|
...obj,
|
|
1016
926
|
});
|
|
1017
927
|
})(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
|
|
1018
|
-
var TooManyTagsException;
|
|
1019
|
-
(function (TooManyTagsException) {
|
|
1020
|
-
TooManyTagsException.filterSensitiveLog = (obj) => ({
|
|
1021
|
-
...obj,
|
|
1022
|
-
});
|
|
1023
|
-
})(TooManyTagsException = exports.TooManyTagsException || (exports.TooManyTagsException = {}));
|
|
1024
928
|
var UntagResourceRequest;
|
|
1025
929
|
(function (UntagResourceRequest) {
|
|
1026
930
|
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|