@aws-sdk/client-route53-recovery-control-config 3.41.0 → 3.46.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 +44 -0
- package/dist-cjs/Route53RecoveryControlConfig.js +45 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
- package/dist-cjs/commands/TagResourceCommand.js +36 -0
- package/dist-cjs/commands/UntagResourceCommand.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 +37 -1
- package/dist-cjs/protocols/Aws_restJson1.js +320 -10
- package/dist-cjs/runtimeConfig.js +0 -2
- package/dist-es/Route53RecoveryControlConfig.js +45 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.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 -0
- package/dist-es/protocols/Aws_restJson1.js +369 -15
- package/dist-es/runtimeConfig.js +0 -2
- package/dist-types/Route53RecoveryControlConfig.d.ts +27 -6
- package/dist-types/Route53RecoveryControlConfigClient.d.ts +5 -2
- package/dist-types/commands/CreateClusterCommand.d.ts +1 -1
- package/dist-types/commands/CreateControlPanelCommand.d.ts +1 -1
- package/dist-types/commands/CreateSafetyRuleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSafetyRuleCommand.d.ts +1 -1
- package/dist-types/commands/ListControlPanelsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateSafetyRuleCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +146 -46
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/Route53RecoveryControlConfig.d.ts +15 -0
- package/dist-types/ts3.4/Route53RecoveryControlConfigClient.d.ts +5 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.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 +66 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +9 -0
- package/package.json +37 -44
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,50 @@
|
|
|
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.46.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.45.0...v3.46.0) (2022-01-07)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **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))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* **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))
|
|
17
|
+
* 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))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
# [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Features
|
|
27
|
+
|
|
28
|
+
* **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))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
# [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
35
|
+
|
|
36
|
+
**Note:** Version bump only for package @aws-sdk/client-route53-recovery-control-config
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
|
|
43
|
+
|
|
44
|
+
**Note:** Version bump only for package @aws-sdk/client-route53-recovery-control-config
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
6
50
|
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
7
51
|
|
|
8
52
|
|
|
@@ -18,6 +18,9 @@ const ListClustersCommand_1 = require("./commands/ListClustersCommand");
|
|
|
18
18
|
const ListControlPanelsCommand_1 = require("./commands/ListControlPanelsCommand");
|
|
19
19
|
const ListRoutingControlsCommand_1 = require("./commands/ListRoutingControlsCommand");
|
|
20
20
|
const ListSafetyRulesCommand_1 = require("./commands/ListSafetyRulesCommand");
|
|
21
|
+
const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
|
|
22
|
+
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
23
|
+
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
21
24
|
const UpdateControlPanelCommand_1 = require("./commands/UpdateControlPanelCommand");
|
|
22
25
|
const UpdateRoutingControlCommand_1 = require("./commands/UpdateRoutingControlCommand");
|
|
23
26
|
const UpdateSafetyRuleCommand_1 = require("./commands/UpdateSafetyRuleCommand");
|
|
@@ -261,6 +264,48 @@ class Route53RecoveryControlConfig extends Route53RecoveryControlConfigClient_1.
|
|
|
261
264
|
return this.send(command, optionsOrCb);
|
|
262
265
|
}
|
|
263
266
|
}
|
|
267
|
+
listTagsForResource(args, optionsOrCb, cb) {
|
|
268
|
+
const command = new ListTagsForResourceCommand_1.ListTagsForResourceCommand(args);
|
|
269
|
+
if (typeof optionsOrCb === "function") {
|
|
270
|
+
this.send(command, optionsOrCb);
|
|
271
|
+
}
|
|
272
|
+
else if (typeof cb === "function") {
|
|
273
|
+
if (typeof optionsOrCb !== "object")
|
|
274
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
275
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
276
|
+
}
|
|
277
|
+
else {
|
|
278
|
+
return this.send(command, optionsOrCb);
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
tagResource(args, optionsOrCb, cb) {
|
|
282
|
+
const command = new TagResourceCommand_1.TagResourceCommand(args);
|
|
283
|
+
if (typeof optionsOrCb === "function") {
|
|
284
|
+
this.send(command, optionsOrCb);
|
|
285
|
+
}
|
|
286
|
+
else if (typeof cb === "function") {
|
|
287
|
+
if (typeof optionsOrCb !== "object")
|
|
288
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
289
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
290
|
+
}
|
|
291
|
+
else {
|
|
292
|
+
return this.send(command, optionsOrCb);
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
untagResource(args, optionsOrCb, cb) {
|
|
296
|
+
const command = new UntagResourceCommand_1.UntagResourceCommand(args);
|
|
297
|
+
if (typeof optionsOrCb === "function") {
|
|
298
|
+
this.send(command, optionsOrCb);
|
|
299
|
+
}
|
|
300
|
+
else if (typeof cb === "function") {
|
|
301
|
+
if (typeof optionsOrCb !== "object")
|
|
302
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
303
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
304
|
+
}
|
|
305
|
+
else {
|
|
306
|
+
return this.send(command, optionsOrCb);
|
|
307
|
+
}
|
|
308
|
+
}
|
|
264
309
|
updateControlPanel(args, optionsOrCb, cb) {
|
|
265
310
|
const command = new UpdateControlPanelCommand_1.UpdateControlPanelCommand(args);
|
|
266
311
|
if (typeof optionsOrCb === "function") {
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListTagsForResourceCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class ListTagsForResourceCommand 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 = "Route53RecoveryControlConfigClient";
|
|
18
|
+
const commandName = "ListTagsForResourceCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.ListTagsForResourceRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.ListTagsForResourceResponse.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_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TagResourceCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class TagResourceCommand 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 = "Route53RecoveryControlConfigClient";
|
|
18
|
+
const commandName = "TagResourceCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.TagResourceRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.TagResourceResponse.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_restJson1_1.serializeAws_restJson1TagResourceCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.TagResourceCommand = TagResourceCommand;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UntagResourceCommand = 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_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
|
+
class UntagResourceCommand 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 = "Route53RecoveryControlConfigClient";
|
|
18
|
+
const commandName = "UntagResourceCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.UntagResourceRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.UntagResourceResponse.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_restJson1_1.serializeAws_restJson1UntagResourceCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.UntagResourceCommand = UntagResourceCommand;
|
|
@@ -18,6 +18,9 @@ tslib_1.__exportStar(require("./ListClustersCommand"), exports);
|
|
|
18
18
|
tslib_1.__exportStar(require("./ListControlPanelsCommand"), exports);
|
|
19
19
|
tslib_1.__exportStar(require("./ListRoutingControlsCommand"), exports);
|
|
20
20
|
tslib_1.__exportStar(require("./ListSafetyRulesCommand"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
21
24
|
tslib_1.__exportStar(require("./UpdateControlPanelCommand"), exports);
|
|
22
25
|
tslib_1.__exportStar(require("./UpdateRoutingControlCommand"), exports);
|
|
23
26
|
tslib_1.__exportStar(require("./UpdateSafetyRuleCommand"), exports);
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListControlPanelsRequest = exports.ListClustersResponse = exports.ListClustersRequest = exports.ListAssociatedRoute53HealthChecksResponse = exports.ListAssociatedRoute53HealthChecksRequest = exports.GatingRuleUpdate = exports.DescribeSafetyRuleResponse = exports.DescribeSafetyRuleRequest = exports.DescribeRoutingControlResponse = exports.DescribeRoutingControlRequest = exports.DescribeControlPanelResponse = exports.DescribeControlPanelRequest = exports.DescribeClusterResponse = exports.DescribeClusterRequest = exports.DeleteSafetyRuleResponse = exports.DeleteSafetyRuleRequest = exports.DeleteRoutingControlResponse = exports.DeleteRoutingControlRequest = exports.DeleteControlPanelResponse = exports.DeleteControlPanelRequest = exports.DeleteClusterResponse = exports.DeleteClusterRequest = exports.CreateSafetyRuleResponse = exports.CreateSafetyRuleRequest = exports.NewGatingRule = exports.NewAssertionRule = exports.CreateRoutingControlResponse = exports.CreateRoutingControlRequest = exports.CreateControlPanelResponse = exports.CreateControlPanelRequest = exports.ValidationException = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.CreateClusterResponse = exports.CreateClusterRequest = exports.ConflictException = exports.AssertionRuleUpdate = exports.AccessDeniedException = exports.Rule = exports.GatingRule = exports.AssertionRule = exports.RuleConfig = exports.RuleType = exports.RoutingControl = exports.ControlPanel = exports.Cluster = exports.Status = exports.ClusterEndpoint = void 0;
|
|
4
|
-
exports.UpdateSafetyRuleResponse = exports.UpdateSafetyRuleRequest = exports.UpdateRoutingControlResponse = exports.UpdateRoutingControlRequest = exports.UpdateControlPanelResponse = exports.UpdateControlPanelRequest = exports.ListSafetyRulesResponse = exports.ListSafetyRulesRequest = exports.ListRoutingControlsResponse = exports.ListRoutingControlsRequest = exports.ListControlPanelsResponse = void 0;
|
|
4
|
+
exports.UpdateSafetyRuleResponse = exports.UpdateSafetyRuleRequest = exports.UpdateRoutingControlResponse = exports.UpdateRoutingControlRequest = exports.UpdateControlPanelResponse = exports.UpdateControlPanelRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListSafetyRulesResponse = exports.ListSafetyRulesRequest = exports.ListRoutingControlsResponse = exports.ListRoutingControlsRequest = exports.ListControlPanelsResponse = void 0;
|
|
5
5
|
var ClusterEndpoint;
|
|
6
6
|
(function (ClusterEndpoint) {
|
|
7
7
|
ClusterEndpoint.filterSensitiveLog = (obj) => ({
|
|
@@ -332,6 +332,42 @@ var ListSafetyRulesResponse;
|
|
|
332
332
|
...obj,
|
|
333
333
|
});
|
|
334
334
|
})(ListSafetyRulesResponse = exports.ListSafetyRulesResponse || (exports.ListSafetyRulesResponse = {}));
|
|
335
|
+
var ListTagsForResourceRequest;
|
|
336
|
+
(function (ListTagsForResourceRequest) {
|
|
337
|
+
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
338
|
+
...obj,
|
|
339
|
+
});
|
|
340
|
+
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
341
|
+
var ListTagsForResourceResponse;
|
|
342
|
+
(function (ListTagsForResourceResponse) {
|
|
343
|
+
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
344
|
+
...obj,
|
|
345
|
+
});
|
|
346
|
+
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
347
|
+
var TagResourceRequest;
|
|
348
|
+
(function (TagResourceRequest) {
|
|
349
|
+
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
350
|
+
...obj,
|
|
351
|
+
});
|
|
352
|
+
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
353
|
+
var TagResourceResponse;
|
|
354
|
+
(function (TagResourceResponse) {
|
|
355
|
+
TagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
356
|
+
...obj,
|
|
357
|
+
});
|
|
358
|
+
})(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
|
|
359
|
+
var UntagResourceRequest;
|
|
360
|
+
(function (UntagResourceRequest) {
|
|
361
|
+
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
362
|
+
...obj,
|
|
363
|
+
});
|
|
364
|
+
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
365
|
+
var UntagResourceResponse;
|
|
366
|
+
(function (UntagResourceResponse) {
|
|
367
|
+
UntagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
368
|
+
...obj,
|
|
369
|
+
});
|
|
370
|
+
})(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
|
|
335
371
|
var UpdateControlPanelRequest;
|
|
336
372
|
(function (UpdateControlPanelRequest) {
|
|
337
373
|
UpdateControlPanelRequest.filterSensitiveLog = (obj) => ({
|