@aws-sdk/client-codestar-notifications 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/CreateNotificationRuleCommand.js +2 -2
- package/dist-cjs/commands/DeleteNotificationRuleCommand.js +2 -2
- package/dist-cjs/commands/DeleteTargetCommand.js +2 -2
- package/dist-cjs/commands/DescribeNotificationRuleCommand.js +2 -2
- package/dist-cjs/commands/ListEventTypesCommand.js +2 -2
- package/dist-cjs/commands/ListNotificationRulesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTargetsCommand.js +2 -2
- package/dist-cjs/commands/SubscribeCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UnsubscribeCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateNotificationRuleCommand.js +2 -2
- package/dist-cjs/models/models_0.js +145 -211
- package/dist-cjs/protocols/Aws_restJson1.js +144 -223
- package/dist-es/commands/CreateNotificationRuleCommand.js +3 -3
- package/dist-es/commands/DeleteNotificationRuleCommand.js +3 -3
- package/dist-es/commands/DeleteTargetCommand.js +3 -3
- package/dist-es/commands/DescribeNotificationRuleCommand.js +3 -3
- package/dist-es/commands/ListEventTypesCommand.js +3 -3
- package/dist-es/commands/ListNotificationRulesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTargetsCommand.js +3 -3
- package/dist-es/commands/SubscribeCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UnsubscribeCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateNotificationRuleCommand.js +3 -3
- package/dist-es/models/models_0.js +33 -132
- package/dist-es/protocols/Aws_restJson1.js +184 -224
- package/dist-types/models/models_0.d.ts +132 -198
- package/dist-types/ts3.4/models/models_0.d.ts +66 -132
- 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 { CreateNotificationRuleRequestFilterSensitiveLog, CreateNotificationRuleResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateNotificationRuleCommand, serializeAws_restJson1CreateNotificationRuleCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateNotificationRuleCommand = (function (_super) {
|
|
7
7
|
__extends(CreateNotificationRuleCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateNotificationRuleCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateNotificationRuleRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateNotificationRuleResultFilterSensitiveLog,
|
|
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 { DeleteNotificationRuleRequestFilterSensitiveLog, DeleteNotificationRuleResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteNotificationRuleCommand, serializeAws_restJson1DeleteNotificationRuleCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteNotificationRuleCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteNotificationRuleCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteNotificationRuleCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteNotificationRuleRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteNotificationRuleResultFilterSensitiveLog,
|
|
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 { DeleteTargetRequestFilterSensitiveLog, DeleteTargetResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteTargetCommand, serializeAws_restJson1DeleteTargetCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteTargetCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteTargetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteTargetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteTargetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteTargetResultFilterSensitiveLog,
|
|
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 { DescribeNotificationRuleRequestFilterSensitiveLog, DescribeNotificationRuleResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DescribeNotificationRuleCommand, serializeAws_restJson1DescribeNotificationRuleCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DescribeNotificationRuleCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeNotificationRuleCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeNotificationRuleCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeNotificationRuleRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeNotificationRuleResultFilterSensitiveLog,
|
|
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 { ListEventTypesRequestFilterSensitiveLog, ListEventTypesResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListEventTypesCommand, serializeAws_restJson1ListEventTypesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListEventTypesCommand = (function (_super) {
|
|
7
7
|
__extends(ListEventTypesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListEventTypesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListEventTypesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListEventTypesResultFilterSensitiveLog,
|
|
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 { ListNotificationRulesRequestFilterSensitiveLog, ListNotificationRulesResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListNotificationRulesCommand, serializeAws_restJson1ListNotificationRulesCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListNotificationRulesCommand = (function (_super) {
|
|
7
7
|
__extends(ListNotificationRulesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListNotificationRulesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListNotificationRulesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListNotificationRulesResultFilterSensitiveLog,
|
|
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, ListTagsForResourceResultFilterSensitiveLog, } 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: ListTagsForResourceResultFilterSensitiveLog,
|
|
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 { ListTargetsRequestFilterSensitiveLog, ListTargetsResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1ListTargetsCommand, serializeAws_restJson1ListTargetsCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var ListTargetsCommand = (function (_super) {
|
|
7
7
|
__extends(ListTargetsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var ListTargetsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: ListTargetsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListTargetsResultFilterSensitiveLog,
|
|
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 { SubscribeRequestFilterSensitiveLog, SubscribeResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1SubscribeCommand, serializeAws_restJson1SubscribeCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var SubscribeCommand = (function (_super) {
|
|
7
7
|
__extends(SubscribeCommand, _super);
|
|
@@ -20,8 +20,8 @@ var SubscribeCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: SubscribeRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: SubscribeResultFilterSensitiveLog,
|
|
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, TagResourceResultFilterSensitiveLog, } 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: TagResourceResultFilterSensitiveLog,
|
|
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 { UnsubscribeRequestFilterSensitiveLog, UnsubscribeResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UnsubscribeCommand, serializeAws_restJson1UnsubscribeCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UnsubscribeCommand = (function (_super) {
|
|
7
7
|
__extends(UnsubscribeCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UnsubscribeCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UnsubscribeRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UnsubscribeResultFilterSensitiveLog,
|
|
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, UntagResourceResultFilterSensitiveLog, } 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: UntagResourceResultFilterSensitiveLog,
|
|
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 { UpdateNotificationRuleRequestFilterSensitiveLog, UpdateNotificationRuleResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1UpdateNotificationRuleCommand, serializeAws_restJson1UpdateNotificationRuleCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var UpdateNotificationRuleCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateNotificationRuleCommand, _super);
|
|
@@ -20,8 +20,8 @@ var UpdateNotificationRuleCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: UpdateNotificationRuleRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: UpdateNotificationRuleResultFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -50,18 +50,6 @@ export var NotificationRuleStatus;
|
|
|
50
50
|
NotificationRuleStatus["DISABLED"] = "DISABLED";
|
|
51
51
|
NotificationRuleStatus["ENABLED"] = "ENABLED";
|
|
52
52
|
})(NotificationRuleStatus || (NotificationRuleStatus = {}));
|
|
53
|
-
export var Target;
|
|
54
|
-
(function (Target) {
|
|
55
|
-
Target.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TargetAddress && { TargetAddress: SENSITIVE_STRING }))); };
|
|
56
|
-
})(Target || (Target = {}));
|
|
57
|
-
export var CreateNotificationRuleRequest;
|
|
58
|
-
(function (CreateNotificationRuleRequest) {
|
|
59
|
-
CreateNotificationRuleRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Targets && { Targets: obj.Targets.map(function (item) { return Target.filterSensitiveLog(item); }) }))); };
|
|
60
|
-
})(CreateNotificationRuleRequest || (CreateNotificationRuleRequest = {}));
|
|
61
|
-
export var CreateNotificationRuleResult;
|
|
62
|
-
(function (CreateNotificationRuleResult) {
|
|
63
|
-
CreateNotificationRuleResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
64
|
-
})(CreateNotificationRuleResult || (CreateNotificationRuleResult = {}));
|
|
65
53
|
var LimitExceededException = (function (_super) {
|
|
66
54
|
__extends(LimitExceededException, _super);
|
|
67
55
|
function LimitExceededException(opts) {
|
|
@@ -101,30 +89,6 @@ var ValidationException = (function (_super) {
|
|
|
101
89
|
return ValidationException;
|
|
102
90
|
}(__BaseException));
|
|
103
91
|
export { ValidationException };
|
|
104
|
-
export var DeleteNotificationRuleRequest;
|
|
105
|
-
(function (DeleteNotificationRuleRequest) {
|
|
106
|
-
DeleteNotificationRuleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
107
|
-
})(DeleteNotificationRuleRequest || (DeleteNotificationRuleRequest = {}));
|
|
108
|
-
export var DeleteNotificationRuleResult;
|
|
109
|
-
(function (DeleteNotificationRuleResult) {
|
|
110
|
-
DeleteNotificationRuleResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
111
|
-
})(DeleteNotificationRuleResult || (DeleteNotificationRuleResult = {}));
|
|
112
|
-
export var DeleteTargetRequest;
|
|
113
|
-
(function (DeleteTargetRequest) {
|
|
114
|
-
DeleteTargetRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TargetAddress && { TargetAddress: SENSITIVE_STRING }))); };
|
|
115
|
-
})(DeleteTargetRequest || (DeleteTargetRequest = {}));
|
|
116
|
-
export var DeleteTargetResult;
|
|
117
|
-
(function (DeleteTargetResult) {
|
|
118
|
-
DeleteTargetResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
119
|
-
})(DeleteTargetResult || (DeleteTargetResult = {}));
|
|
120
|
-
export var DescribeNotificationRuleRequest;
|
|
121
|
-
(function (DescribeNotificationRuleRequest) {
|
|
122
|
-
DescribeNotificationRuleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
123
|
-
})(DescribeNotificationRuleRequest || (DescribeNotificationRuleRequest = {}));
|
|
124
|
-
export var EventTypeSummary;
|
|
125
|
-
(function (EventTypeSummary) {
|
|
126
|
-
EventTypeSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
127
|
-
})(EventTypeSummary || (EventTypeSummary = {}));
|
|
128
92
|
export var TargetStatus;
|
|
129
93
|
(function (TargetStatus) {
|
|
130
94
|
TargetStatus["ACTIVE"] = "ACTIVE";
|
|
@@ -133,14 +97,6 @@ export var TargetStatus;
|
|
|
133
97
|
TargetStatus["PENDING"] = "PENDING";
|
|
134
98
|
TargetStatus["UNREACHABLE"] = "UNREACHABLE";
|
|
135
99
|
})(TargetStatus || (TargetStatus = {}));
|
|
136
|
-
export var TargetSummary;
|
|
137
|
-
(function (TargetSummary) {
|
|
138
|
-
TargetSummary.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TargetAddress && { TargetAddress: SENSITIVE_STRING }))); };
|
|
139
|
-
})(TargetSummary || (TargetSummary = {}));
|
|
140
|
-
export var DescribeNotificationRuleResult;
|
|
141
|
-
(function (DescribeNotificationRuleResult) {
|
|
142
|
-
DescribeNotificationRuleResult.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Targets && { Targets: obj.Targets.map(function (item) { return TargetSummary.filterSensitiveLog(item); }) }))); };
|
|
143
|
-
})(DescribeNotificationRuleResult || (DescribeNotificationRuleResult = {}));
|
|
144
100
|
var ResourceNotFoundException = (function (_super) {
|
|
145
101
|
__extends(ResourceNotFoundException, _super);
|
|
146
102
|
function ResourceNotFoundException(opts) {
|
|
@@ -172,18 +128,6 @@ export var ListEventTypesFilterName;
|
|
|
172
128
|
ListEventTypesFilterName["RESOURCE_TYPE"] = "RESOURCE_TYPE";
|
|
173
129
|
ListEventTypesFilterName["SERVICE_NAME"] = "SERVICE_NAME";
|
|
174
130
|
})(ListEventTypesFilterName || (ListEventTypesFilterName = {}));
|
|
175
|
-
export var ListEventTypesFilter;
|
|
176
|
-
(function (ListEventTypesFilter) {
|
|
177
|
-
ListEventTypesFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
178
|
-
})(ListEventTypesFilter || (ListEventTypesFilter = {}));
|
|
179
|
-
export var ListEventTypesRequest;
|
|
180
|
-
(function (ListEventTypesRequest) {
|
|
181
|
-
ListEventTypesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
182
|
-
})(ListEventTypesRequest || (ListEventTypesRequest = {}));
|
|
183
|
-
export var ListEventTypesResult;
|
|
184
|
-
(function (ListEventTypesResult) {
|
|
185
|
-
ListEventTypesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
186
|
-
})(ListEventTypesResult || (ListEventTypesResult = {}));
|
|
187
131
|
export var ListNotificationRulesFilterName;
|
|
188
132
|
(function (ListNotificationRulesFilterName) {
|
|
189
133
|
ListNotificationRulesFilterName["CREATED_BY"] = "CREATED_BY";
|
|
@@ -191,85 +135,42 @@ export var ListNotificationRulesFilterName;
|
|
|
191
135
|
ListNotificationRulesFilterName["RESOURCE"] = "RESOURCE";
|
|
192
136
|
ListNotificationRulesFilterName["TARGET_ADDRESS"] = "TARGET_ADDRESS";
|
|
193
137
|
})(ListNotificationRulesFilterName || (ListNotificationRulesFilterName = {}));
|
|
194
|
-
export var ListNotificationRulesFilter;
|
|
195
|
-
(function (ListNotificationRulesFilter) {
|
|
196
|
-
ListNotificationRulesFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
197
|
-
})(ListNotificationRulesFilter || (ListNotificationRulesFilter = {}));
|
|
198
|
-
export var ListNotificationRulesRequest;
|
|
199
|
-
(function (ListNotificationRulesRequest) {
|
|
200
|
-
ListNotificationRulesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
201
|
-
})(ListNotificationRulesRequest || (ListNotificationRulesRequest = {}));
|
|
202
|
-
export var NotificationRuleSummary;
|
|
203
|
-
(function (NotificationRuleSummary) {
|
|
204
|
-
NotificationRuleSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
205
|
-
})(NotificationRuleSummary || (NotificationRuleSummary = {}));
|
|
206
|
-
export var ListNotificationRulesResult;
|
|
207
|
-
(function (ListNotificationRulesResult) {
|
|
208
|
-
ListNotificationRulesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
209
|
-
})(ListNotificationRulesResult || (ListNotificationRulesResult = {}));
|
|
210
|
-
export var ListTagsForResourceRequest;
|
|
211
|
-
(function (ListTagsForResourceRequest) {
|
|
212
|
-
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
213
|
-
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
214
|
-
export var ListTagsForResourceResult;
|
|
215
|
-
(function (ListTagsForResourceResult) {
|
|
216
|
-
ListTagsForResourceResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
217
|
-
})(ListTagsForResourceResult || (ListTagsForResourceResult = {}));
|
|
218
138
|
export var ListTargetsFilterName;
|
|
219
139
|
(function (ListTargetsFilterName) {
|
|
220
140
|
ListTargetsFilterName["TARGET_ADDRESS"] = "TARGET_ADDRESS";
|
|
221
141
|
ListTargetsFilterName["TARGET_STATUS"] = "TARGET_STATUS";
|
|
222
142
|
ListTargetsFilterName["TARGET_TYPE"] = "TARGET_TYPE";
|
|
223
143
|
})(ListTargetsFilterName || (ListTargetsFilterName = {}));
|
|
224
|
-
export var
|
|
225
|
-
(function (
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
export var
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
export var
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
export var
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
export var
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
export var
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
export var
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
export var
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
})(
|
|
256
|
-
export var
|
|
257
|
-
(function (UnsubscribeResult) {
|
|
258
|
-
UnsubscribeResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
259
|
-
})(UnsubscribeResult || (UnsubscribeResult = {}));
|
|
260
|
-
export var UntagResourceRequest;
|
|
261
|
-
(function (UntagResourceRequest) {
|
|
262
|
-
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
263
|
-
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
264
|
-
export var UntagResourceResult;
|
|
265
|
-
(function (UntagResourceResult) {
|
|
266
|
-
UntagResourceResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
267
|
-
})(UntagResourceResult || (UntagResourceResult = {}));
|
|
268
|
-
export var UpdateNotificationRuleRequest;
|
|
269
|
-
(function (UpdateNotificationRuleRequest) {
|
|
270
|
-
UpdateNotificationRuleRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Targets && { Targets: obj.Targets.map(function (item) { return Target.filterSensitiveLog(item); }) }))); };
|
|
271
|
-
})(UpdateNotificationRuleRequest || (UpdateNotificationRuleRequest = {}));
|
|
272
|
-
export var UpdateNotificationRuleResult;
|
|
273
|
-
(function (UpdateNotificationRuleResult) {
|
|
274
|
-
UpdateNotificationRuleResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
275
|
-
})(UpdateNotificationRuleResult || (UpdateNotificationRuleResult = {}));
|
|
144
|
+
export var TargetFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TargetAddress && { TargetAddress: SENSITIVE_STRING }))); };
|
|
145
|
+
export var CreateNotificationRuleRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Targets && { Targets: obj.Targets.map(function (item) { return TargetFilterSensitiveLog(item); }) }))); };
|
|
146
|
+
export var CreateNotificationRuleResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
147
|
+
export var DeleteNotificationRuleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
148
|
+
export var DeleteNotificationRuleResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
149
|
+
export var DeleteTargetRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TargetAddress && { TargetAddress: SENSITIVE_STRING }))); };
|
|
150
|
+
export var DeleteTargetResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
151
|
+
export var DescribeNotificationRuleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
152
|
+
export var EventTypeSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
153
|
+
export var TargetSummaryFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TargetAddress && { TargetAddress: SENSITIVE_STRING }))); };
|
|
154
|
+
export var DescribeNotificationRuleResultFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Targets && { Targets: obj.Targets.map(function (item) { return TargetSummaryFilterSensitiveLog(item); }) }))); };
|
|
155
|
+
export var ListEventTypesFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
156
|
+
export var ListEventTypesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
157
|
+
export var ListEventTypesResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
158
|
+
export var ListNotificationRulesFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
159
|
+
export var ListNotificationRulesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
160
|
+
export var NotificationRuleSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
161
|
+
export var ListNotificationRulesResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
162
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
163
|
+
export var ListTagsForResourceResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
164
|
+
export var ListTargetsFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
165
|
+
export var ListTargetsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
166
|
+
export var ListTargetsResultFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Targets && { Targets: obj.Targets.map(function (item) { return TargetSummaryFilterSensitiveLog(item); }) }))); };
|
|
167
|
+
export var SubscribeRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Target && { Target: TargetFilterSensitiveLog(obj.Target) }))); };
|
|
168
|
+
export var SubscribeResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
169
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
170
|
+
export var TagResourceResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
171
|
+
export var UnsubscribeRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TargetAddress && { TargetAddress: SENSITIVE_STRING }))); };
|
|
172
|
+
export var UnsubscribeResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
173
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
174
|
+
export var UntagResourceResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
175
|
+
export var UpdateNotificationRuleRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Name && { Name: SENSITIVE_STRING })), (obj.Targets && { Targets: obj.Targets.map(function (item) { return TargetFilterSensitiveLog(item); }) }))); };
|
|
176
|
+
export var UpdateNotificationRuleResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|