@aws-sdk/client-amp 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateAlertManagerDefinitionCommand.js +2 -2
- package/dist-cjs/commands/CreateRuleGroupsNamespaceCommand.js +2 -2
- package/dist-cjs/commands/CreateWorkspaceCommand.js +2 -2
- package/dist-cjs/commands/DeleteAlertManagerDefinitionCommand.js +1 -1
- package/dist-cjs/commands/DeleteRuleGroupsNamespaceCommand.js +1 -1
- package/dist-cjs/commands/DeleteWorkspaceCommand.js +1 -1
- package/dist-cjs/commands/DescribeAlertManagerDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeRuleGroupsNamespaceCommand.js +2 -2
- package/dist-cjs/commands/DescribeWorkspaceCommand.js +2 -2
- package/dist-cjs/commands/ListRuleGroupsNamespacesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListWorkspacesCommand.js +2 -2
- package/dist-cjs/commands/PutAlertManagerDefinitionCommand.js +2 -2
- package/dist-cjs/commands/PutRuleGroupsNamespaceCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateWorkspaceAliasCommand.js +1 -1
- package/dist-cjs/models/models_0.js +157 -235
- package/dist-cjs/protocols/Aws_restJson1.js +235 -465
- package/dist-es/commands/CreateAlertManagerDefinitionCommand.js +3 -3
- package/dist-es/commands/CreateRuleGroupsNamespaceCommand.js +3 -3
- package/dist-es/commands/CreateWorkspaceCommand.js +3 -3
- package/dist-es/commands/DeleteAlertManagerDefinitionCommand.js +2 -2
- package/dist-es/commands/DeleteRuleGroupsNamespaceCommand.js +2 -2
- package/dist-es/commands/DeleteWorkspaceCommand.js +2 -2
- package/dist-es/commands/DescribeAlertManagerDefinitionCommand.js +3 -3
- package/dist-es/commands/DescribeRuleGroupsNamespaceCommand.js +3 -3
- package/dist-es/commands/DescribeWorkspaceCommand.js +3 -3
- package/dist-es/commands/ListRuleGroupsNamespacesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListWorkspacesCommand.js +3 -3
- package/dist-es/commands/PutAlertManagerDefinitionCommand.js +3 -3
- package/dist-es/commands/PutRuleGroupsNamespaceCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateWorkspaceAliasCommand.js +2 -2
- package/dist-es/models/models_0.js +39 -156
- package/dist-es/protocols/Aws_restJson1.js +302 -465
- package/dist-types/models/models_0.d.ts +156 -234
- package/dist-types/ts3.4/models/models_0.d.ts +78 -156
- package/package.json +6 -6
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateAlertManagerDefinitionRequestFilterSensitiveLog, CreateAlertManagerDefinitionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateAlertManagerDefinitionCommand, serializeAws_restJson1CreateAlertManagerDefinitionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateAlertManagerDefinitionCommand = (function (_super) {
|
|
7
7
|
__extends(CreateAlertManagerDefinitionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateAlertManagerDefinitionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateAlertManagerDefinitionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateAlertManagerDefinitionResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateRuleGroupsNamespaceRequestFilterSensitiveLog, CreateRuleGroupsNamespaceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateRuleGroupsNamespaceCommand, serializeAws_restJson1CreateRuleGroupsNamespaceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateRuleGroupsNamespaceCommand = (function (_super) {
|
|
7
7
|
__extends(CreateRuleGroupsNamespaceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateRuleGroupsNamespaceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateRuleGroupsNamespaceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateRuleGroupsNamespaceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateWorkspaceRequestFilterSensitiveLog, CreateWorkspaceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateWorkspaceCommand, serializeAws_restJson1CreateWorkspaceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateWorkspaceCommand = (function (_super) {
|
|
7
7
|
__extends(CreateWorkspaceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateWorkspaceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateWorkspaceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateWorkspaceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteAlertManagerDefinitionRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteAlertManagerDefinitionCommand, serializeAws_restJson1DeleteAlertManagerDefinitionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteAlertManagerDefinitionCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteAlertManagerDefinitionCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteAlertManagerDefinitionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteAlertManagerDefinitionRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteRuleGroupsNamespaceRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteRuleGroupsNamespaceCommand, serializeAws_restJson1DeleteRuleGroupsNamespaceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteRuleGroupsNamespaceCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteRuleGroupsNamespaceCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteRuleGroupsNamespaceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteRuleGroupsNamespaceRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteWorkspaceRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteWorkspaceCommand, serializeAws_restJson1DeleteWorkspaceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteWorkspaceCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteWorkspaceCommand, _super);
|
|
@@ -20,7 +20,7 @@ var DeleteWorkspaceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteWorkspaceRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeAlertManagerDefinitionRequestFilterSensitiveLog, DescribeAlertManagerDefinitionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeAlertManagerDefinitionCommand, serializeAws_restJson1DescribeAlertManagerDefinitionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeAlertManagerDefinitionCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeAlertManagerDefinitionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeAlertManagerDefinitionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeAlertManagerDefinitionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeAlertManagerDefinitionResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeRuleGroupsNamespaceRequestFilterSensitiveLog, DescribeRuleGroupsNamespaceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeRuleGroupsNamespaceCommand, serializeAws_restJson1DescribeRuleGroupsNamespaceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeRuleGroupsNamespaceCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeRuleGroupsNamespaceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeRuleGroupsNamespaceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeRuleGroupsNamespaceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeRuleGroupsNamespaceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeWorkspaceRequestFilterSensitiveLog, DescribeWorkspaceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeWorkspaceCommand, serializeAws_restJson1DescribeWorkspaceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeWorkspaceCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeWorkspaceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeWorkspaceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeWorkspaceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeWorkspaceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListRuleGroupsNamespacesRequestFilterSensitiveLog, ListRuleGroupsNamespacesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListRuleGroupsNamespacesCommand, serializeAws_restJson1ListRuleGroupsNamespacesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListRuleGroupsNamespacesCommand = (function (_super) {
|
|
7
7
|
__extends(ListRuleGroupsNamespacesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListRuleGroupsNamespacesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListRuleGroupsNamespacesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListRuleGroupsNamespacesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListTagsForResourceRequestFilterSensitiveLog, ListTagsForResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListTagsForResourceCommand = (function (_super) {
|
|
7
7
|
__extends(ListTagsForResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListTagsForResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListTagsForResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListTagsForResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { ListWorkspacesRequestFilterSensitiveLog, ListWorkspacesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListWorkspacesCommand, serializeAws_restJson1ListWorkspacesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListWorkspacesCommand = (function (_super) {
|
|
7
7
|
__extends(ListWorkspacesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListWorkspacesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListWorkspacesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListWorkspacesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { PutAlertManagerDefinitionRequestFilterSensitiveLog, PutAlertManagerDefinitionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1PutAlertManagerDefinitionCommand, serializeAws_restJson1PutAlertManagerDefinitionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var PutAlertManagerDefinitionCommand = (function (_super) {
|
|
7
7
|
__extends(PutAlertManagerDefinitionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutAlertManagerDefinitionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutAlertManagerDefinitionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutAlertManagerDefinitionResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { PutRuleGroupsNamespaceRequestFilterSensitiveLog, PutRuleGroupsNamespaceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1PutRuleGroupsNamespaceCommand, serializeAws_restJson1PutRuleGroupsNamespaceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var PutRuleGroupsNamespaceCommand = (function (_super) {
|
|
7
7
|
__extends(PutRuleGroupsNamespaceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutRuleGroupsNamespaceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutRuleGroupsNamespaceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutRuleGroupsNamespaceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { TagResourceRequestFilterSensitiveLog, TagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var TagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(TagResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var TagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: TagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: TagResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UntagResourceRequestFilterSensitiveLog, UntagResourceResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UntagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(UntagResourceCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UntagResourceCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UntagResourceRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UntagResourceResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { UpdateWorkspaceAliasRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateWorkspaceAliasCommand, serializeAws_restJson1UpdateWorkspaceAliasCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateWorkspaceAliasCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateWorkspaceAliasCommand, _super);
|
|
@@ -20,7 +20,7 @@ var UpdateWorkspaceAliasCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateWorkspaceAliasRequestFilterSensitiveLog,
|
|
24
24
|
outputFilterSensitiveLog: function (output) { return output; },
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
@@ -26,10 +26,6 @@ var ConflictException = (function (_super) {
|
|
|
26
26
|
return ConflictException;
|
|
27
27
|
}(__BaseException));
|
|
28
28
|
export { ConflictException };
|
|
29
|
-
export var CreateAlertManagerDefinitionRequest;
|
|
30
|
-
(function (CreateAlertManagerDefinitionRequest) {
|
|
31
|
-
CreateAlertManagerDefinitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
32
|
-
})(CreateAlertManagerDefinitionRequest || (CreateAlertManagerDefinitionRequest = {}));
|
|
33
29
|
export var AlertManagerDefinitionStatusCode;
|
|
34
30
|
(function (AlertManagerDefinitionStatusCode) {
|
|
35
31
|
AlertManagerDefinitionStatusCode["ACTIVE"] = "ACTIVE";
|
|
@@ -39,14 +35,6 @@ export var AlertManagerDefinitionStatusCode;
|
|
|
39
35
|
AlertManagerDefinitionStatusCode["UPDATE_FAILED"] = "UPDATE_FAILED";
|
|
40
36
|
AlertManagerDefinitionStatusCode["UPDATING"] = "UPDATING";
|
|
41
37
|
})(AlertManagerDefinitionStatusCode || (AlertManagerDefinitionStatusCode = {}));
|
|
42
|
-
export var AlertManagerDefinitionStatus;
|
|
43
|
-
(function (AlertManagerDefinitionStatus) {
|
|
44
|
-
AlertManagerDefinitionStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
45
|
-
})(AlertManagerDefinitionStatus || (AlertManagerDefinitionStatus = {}));
|
|
46
|
-
export var CreateAlertManagerDefinitionResponse;
|
|
47
|
-
(function (CreateAlertManagerDefinitionResponse) {
|
|
48
|
-
CreateAlertManagerDefinitionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
49
|
-
})(CreateAlertManagerDefinitionResponse || (CreateAlertManagerDefinitionResponse = {}));
|
|
50
38
|
var InternalServerException = (function (_super) {
|
|
51
39
|
__extends(InternalServerException, _super);
|
|
52
40
|
function InternalServerException(opts) {
|
|
@@ -107,10 +95,6 @@ var ThrottlingException = (function (_super) {
|
|
|
107
95
|
return ThrottlingException;
|
|
108
96
|
}(__BaseException));
|
|
109
97
|
export { ThrottlingException };
|
|
110
|
-
export var ValidationExceptionField;
|
|
111
|
-
(function (ValidationExceptionField) {
|
|
112
|
-
ValidationExceptionField.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
113
|
-
})(ValidationExceptionField || (ValidationExceptionField = {}));
|
|
114
98
|
export var ValidationExceptionReason;
|
|
115
99
|
(function (ValidationExceptionReason) {
|
|
116
100
|
ValidationExceptionReason["CANNOT_PARSE"] = "CANNOT_PARSE";
|
|
@@ -132,58 +116,6 @@ var ValidationException = (function (_super) {
|
|
|
132
116
|
return ValidationException;
|
|
133
117
|
}(__BaseException));
|
|
134
118
|
export { ValidationException };
|
|
135
|
-
export var DeleteAlertManagerDefinitionRequest;
|
|
136
|
-
(function (DeleteAlertManagerDefinitionRequest) {
|
|
137
|
-
DeleteAlertManagerDefinitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
138
|
-
})(DeleteAlertManagerDefinitionRequest || (DeleteAlertManagerDefinitionRequest = {}));
|
|
139
|
-
export var DescribeAlertManagerDefinitionRequest;
|
|
140
|
-
(function (DescribeAlertManagerDefinitionRequest) {
|
|
141
|
-
DescribeAlertManagerDefinitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
142
|
-
})(DescribeAlertManagerDefinitionRequest || (DescribeAlertManagerDefinitionRequest = {}));
|
|
143
|
-
export var AlertManagerDefinitionDescription;
|
|
144
|
-
(function (AlertManagerDefinitionDescription) {
|
|
145
|
-
AlertManagerDefinitionDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
146
|
-
})(AlertManagerDefinitionDescription || (AlertManagerDefinitionDescription = {}));
|
|
147
|
-
export var DescribeAlertManagerDefinitionResponse;
|
|
148
|
-
(function (DescribeAlertManagerDefinitionResponse) {
|
|
149
|
-
DescribeAlertManagerDefinitionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
150
|
-
})(DescribeAlertManagerDefinitionResponse || (DescribeAlertManagerDefinitionResponse = {}));
|
|
151
|
-
export var PutAlertManagerDefinitionRequest;
|
|
152
|
-
(function (PutAlertManagerDefinitionRequest) {
|
|
153
|
-
PutAlertManagerDefinitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
154
|
-
})(PutAlertManagerDefinitionRequest || (PutAlertManagerDefinitionRequest = {}));
|
|
155
|
-
export var PutAlertManagerDefinitionResponse;
|
|
156
|
-
(function (PutAlertManagerDefinitionResponse) {
|
|
157
|
-
PutAlertManagerDefinitionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
158
|
-
})(PutAlertManagerDefinitionResponse || (PutAlertManagerDefinitionResponse = {}));
|
|
159
|
-
export var ListTagsForResourceRequest;
|
|
160
|
-
(function (ListTagsForResourceRequest) {
|
|
161
|
-
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
162
|
-
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
163
|
-
export var ListTagsForResourceResponse;
|
|
164
|
-
(function (ListTagsForResourceResponse) {
|
|
165
|
-
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
166
|
-
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
167
|
-
export var TagResourceRequest;
|
|
168
|
-
(function (TagResourceRequest) {
|
|
169
|
-
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
170
|
-
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
171
|
-
export var TagResourceResponse;
|
|
172
|
-
(function (TagResourceResponse) {
|
|
173
|
-
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
174
|
-
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
175
|
-
export var UntagResourceRequest;
|
|
176
|
-
(function (UntagResourceRequest) {
|
|
177
|
-
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
178
|
-
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
179
|
-
export var UntagResourceResponse;
|
|
180
|
-
(function (UntagResourceResponse) {
|
|
181
|
-
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
182
|
-
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
183
|
-
export var CreateWorkspaceRequest;
|
|
184
|
-
(function (CreateWorkspaceRequest) {
|
|
185
|
-
CreateWorkspaceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
186
|
-
})(CreateWorkspaceRequest || (CreateWorkspaceRequest = {}));
|
|
187
119
|
export var WorkspaceStatusCode;
|
|
188
120
|
(function (WorkspaceStatusCode) {
|
|
189
121
|
WorkspaceStatusCode["ACTIVE"] = "ACTIVE";
|
|
@@ -192,46 +124,6 @@ export var WorkspaceStatusCode;
|
|
|
192
124
|
WorkspaceStatusCode["DELETING"] = "DELETING";
|
|
193
125
|
WorkspaceStatusCode["UPDATING"] = "UPDATING";
|
|
194
126
|
})(WorkspaceStatusCode || (WorkspaceStatusCode = {}));
|
|
195
|
-
export var WorkspaceStatus;
|
|
196
|
-
(function (WorkspaceStatus) {
|
|
197
|
-
WorkspaceStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
198
|
-
})(WorkspaceStatus || (WorkspaceStatus = {}));
|
|
199
|
-
export var CreateWorkspaceResponse;
|
|
200
|
-
(function (CreateWorkspaceResponse) {
|
|
201
|
-
CreateWorkspaceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
202
|
-
})(CreateWorkspaceResponse || (CreateWorkspaceResponse = {}));
|
|
203
|
-
export var DeleteWorkspaceRequest;
|
|
204
|
-
(function (DeleteWorkspaceRequest) {
|
|
205
|
-
DeleteWorkspaceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
206
|
-
})(DeleteWorkspaceRequest || (DeleteWorkspaceRequest = {}));
|
|
207
|
-
export var DescribeWorkspaceRequest;
|
|
208
|
-
(function (DescribeWorkspaceRequest) {
|
|
209
|
-
DescribeWorkspaceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
210
|
-
})(DescribeWorkspaceRequest || (DescribeWorkspaceRequest = {}));
|
|
211
|
-
export var WorkspaceDescription;
|
|
212
|
-
(function (WorkspaceDescription) {
|
|
213
|
-
WorkspaceDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
214
|
-
})(WorkspaceDescription || (WorkspaceDescription = {}));
|
|
215
|
-
export var DescribeWorkspaceResponse;
|
|
216
|
-
(function (DescribeWorkspaceResponse) {
|
|
217
|
-
DescribeWorkspaceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
218
|
-
})(DescribeWorkspaceResponse || (DescribeWorkspaceResponse = {}));
|
|
219
|
-
export var ListWorkspacesRequest;
|
|
220
|
-
(function (ListWorkspacesRequest) {
|
|
221
|
-
ListWorkspacesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
222
|
-
})(ListWorkspacesRequest || (ListWorkspacesRequest = {}));
|
|
223
|
-
export var WorkspaceSummary;
|
|
224
|
-
(function (WorkspaceSummary) {
|
|
225
|
-
WorkspaceSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
226
|
-
})(WorkspaceSummary || (WorkspaceSummary = {}));
|
|
227
|
-
export var ListWorkspacesResponse;
|
|
228
|
-
(function (ListWorkspacesResponse) {
|
|
229
|
-
ListWorkspacesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
230
|
-
})(ListWorkspacesResponse || (ListWorkspacesResponse = {}));
|
|
231
|
-
export var CreateRuleGroupsNamespaceRequest;
|
|
232
|
-
(function (CreateRuleGroupsNamespaceRequest) {
|
|
233
|
-
CreateRuleGroupsNamespaceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
234
|
-
})(CreateRuleGroupsNamespaceRequest || (CreateRuleGroupsNamespaceRequest = {}));
|
|
235
127
|
export var RuleGroupsNamespaceStatusCode;
|
|
236
128
|
(function (RuleGroupsNamespaceStatusCode) {
|
|
237
129
|
RuleGroupsNamespaceStatusCode["ACTIVE"] = "ACTIVE";
|
|
@@ -241,51 +133,42 @@ export var RuleGroupsNamespaceStatusCode;
|
|
|
241
133
|
RuleGroupsNamespaceStatusCode["UPDATE_FAILED"] = "UPDATE_FAILED";
|
|
242
134
|
RuleGroupsNamespaceStatusCode["UPDATING"] = "UPDATING";
|
|
243
135
|
})(RuleGroupsNamespaceStatusCode || (RuleGroupsNamespaceStatusCode = {}));
|
|
244
|
-
export var
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
export var
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
export var
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
export var
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
export var
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
export var
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
export var
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
export var
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
export var
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
export var
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
})(PutRuleGroupsNamespaceRequest || (PutRuleGroupsNamespaceRequest = {}));
|
|
284
|
-
export var PutRuleGroupsNamespaceResponse;
|
|
285
|
-
(function (PutRuleGroupsNamespaceResponse) {
|
|
286
|
-
PutRuleGroupsNamespaceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
287
|
-
})(PutRuleGroupsNamespaceResponse || (PutRuleGroupsNamespaceResponse = {}));
|
|
288
|
-
export var UpdateWorkspaceAliasRequest;
|
|
289
|
-
(function (UpdateWorkspaceAliasRequest) {
|
|
290
|
-
UpdateWorkspaceAliasRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
291
|
-
})(UpdateWorkspaceAliasRequest || (UpdateWorkspaceAliasRequest = {}));
|
|
136
|
+
export var CreateAlertManagerDefinitionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
137
|
+
export var AlertManagerDefinitionStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
138
|
+
export var CreateAlertManagerDefinitionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
139
|
+
export var ValidationExceptionFieldFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
140
|
+
export var DeleteAlertManagerDefinitionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
141
|
+
export var DescribeAlertManagerDefinitionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
142
|
+
export var AlertManagerDefinitionDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
143
|
+
export var DescribeAlertManagerDefinitionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
144
|
+
export var PutAlertManagerDefinitionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
145
|
+
export var PutAlertManagerDefinitionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
146
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
147
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
148
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
149
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
150
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
151
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
152
|
+
export var CreateWorkspaceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
153
|
+
export var WorkspaceStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
154
|
+
export var CreateWorkspaceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
155
|
+
export var DeleteWorkspaceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
156
|
+
export var DescribeWorkspaceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
157
|
+
export var WorkspaceDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
158
|
+
export var DescribeWorkspaceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
159
|
+
export var ListWorkspacesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
160
|
+
export var WorkspaceSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
161
|
+
export var ListWorkspacesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
162
|
+
export var CreateRuleGroupsNamespaceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
163
|
+
export var RuleGroupsNamespaceStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
164
|
+
export var CreateRuleGroupsNamespaceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
165
|
+
export var DeleteRuleGroupsNamespaceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
166
|
+
export var DescribeRuleGroupsNamespaceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
167
|
+
export var RuleGroupsNamespaceDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
168
|
+
export var DescribeRuleGroupsNamespaceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
169
|
+
export var ListRuleGroupsNamespacesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
170
|
+
export var RuleGroupsNamespaceSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
171
|
+
export var ListRuleGroupsNamespacesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
172
|
+
export var PutRuleGroupsNamespaceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
173
|
+
export var PutRuleGroupsNamespaceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
174
|
+
export var UpdateWorkspaceAliasRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|