@aws-sdk/client-health 3.130.0 → 3.137.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 +30 -0
- package/dist-cjs/commands/DescribeAffectedAccountsForOrganizationCommand.js +2 -2
- package/dist-cjs/commands/DescribeAffectedEntitiesCommand.js +2 -2
- package/dist-cjs/commands/DescribeAffectedEntitiesForOrganizationCommand.js +2 -2
- package/dist-cjs/commands/DescribeEntityAggregatesCommand.js +2 -2
- package/dist-cjs/commands/DescribeEventAggregatesCommand.js +2 -2
- package/dist-cjs/commands/DescribeEventDetailsCommand.js +2 -2
- package/dist-cjs/commands/DescribeEventDetailsForOrganizationCommand.js +2 -2
- package/dist-cjs/commands/DescribeEventTypesCommand.js +2 -2
- package/dist-cjs/commands/DescribeEventsCommand.js +2 -2
- package/dist-cjs/commands/DescribeEventsForOrganizationCommand.js +2 -2
- package/dist-cjs/commands/DescribeHealthServiceStatusForOrganizationCommand.js +1 -1
- package/dist-cjs/endpoints.js +24 -2
- package/dist-cjs/models/models_0.js +157 -235
- package/dist-es/commands/DescribeAffectedAccountsForOrganizationCommand.js +3 -3
- package/dist-es/commands/DescribeAffectedEntitiesCommand.js +3 -3
- package/dist-es/commands/DescribeAffectedEntitiesForOrganizationCommand.js +3 -3
- package/dist-es/commands/DescribeEntityAggregatesCommand.js +3 -3
- package/dist-es/commands/DescribeEventAggregatesCommand.js +3 -3
- package/dist-es/commands/DescribeEventDetailsCommand.js +3 -3
- package/dist-es/commands/DescribeEventDetailsForOrganizationCommand.js +3 -3
- package/dist-es/commands/DescribeEventTypesCommand.js +3 -3
- package/dist-es/commands/DescribeEventsCommand.js +3 -3
- package/dist-es/commands/DescribeEventsForOrganizationCommand.js +3 -3
- package/dist-es/commands/DescribeHealthServiceStatusForOrganizationCommand.js +2 -2
- package/dist-es/endpoints.js +24 -2
- package/dist-es/models/models_0.js +39 -156
- 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 +7 -7
|
@@ -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 { DescribeAffectedAccountsForOrganizationRequestFilterSensitiveLog, DescribeAffectedAccountsForOrganizationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeAffectedAccountsForOrganizationCommand, serializeAws_json1_1DescribeAffectedAccountsForOrganizationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeAffectedAccountsForOrganizationCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeAffectedAccountsForOrganizationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeAffectedAccountsForOrganizationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeAffectedAccountsForOrganizationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeAffectedAccountsForOrganizationResponseFilterSensitiveLog,
|
|
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 { DescribeAffectedEntitiesRequestFilterSensitiveLog, DescribeAffectedEntitiesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeAffectedEntitiesCommand, serializeAws_json1_1DescribeAffectedEntitiesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeAffectedEntitiesCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeAffectedEntitiesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeAffectedEntitiesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeAffectedEntitiesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeAffectedEntitiesResponseFilterSensitiveLog,
|
|
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 { DescribeAffectedEntitiesForOrganizationRequestFilterSensitiveLog, DescribeAffectedEntitiesForOrganizationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeAffectedEntitiesForOrganizationCommand, serializeAws_json1_1DescribeAffectedEntitiesForOrganizationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeAffectedEntitiesForOrganizationCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeAffectedEntitiesForOrganizationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeAffectedEntitiesForOrganizationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeAffectedEntitiesForOrganizationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeAffectedEntitiesForOrganizationResponseFilterSensitiveLog,
|
|
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 { DescribeEntityAggregatesRequestFilterSensitiveLog, DescribeEntityAggregatesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeEntityAggregatesCommand, serializeAws_json1_1DescribeEntityAggregatesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeEntityAggregatesCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeEntityAggregatesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeEntityAggregatesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeEntityAggregatesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeEntityAggregatesResponseFilterSensitiveLog,
|
|
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 { DescribeEventAggregatesRequestFilterSensitiveLog, DescribeEventAggregatesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeEventAggregatesCommand, serializeAws_json1_1DescribeEventAggregatesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeEventAggregatesCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeEventAggregatesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeEventAggregatesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeEventAggregatesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeEventAggregatesResponseFilterSensitiveLog,
|
|
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 { DescribeEventDetailsRequestFilterSensitiveLog, DescribeEventDetailsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeEventDetailsCommand, serializeAws_json1_1DescribeEventDetailsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeEventDetailsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeEventDetailsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeEventDetailsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeEventDetailsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeEventDetailsResponseFilterSensitiveLog,
|
|
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 { DescribeEventDetailsForOrganizationRequestFilterSensitiveLog, DescribeEventDetailsForOrganizationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeEventDetailsForOrganizationCommand, serializeAws_json1_1DescribeEventDetailsForOrganizationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeEventDetailsForOrganizationCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeEventDetailsForOrganizationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeEventDetailsForOrganizationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeEventDetailsForOrganizationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeEventDetailsForOrganizationResponseFilterSensitiveLog,
|
|
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 { DescribeEventTypesRequestFilterSensitiveLog, DescribeEventTypesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeEventTypesCommand, serializeAws_json1_1DescribeEventTypesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeEventTypesCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeEventTypesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeEventTypesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeEventTypesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeEventTypesResponseFilterSensitiveLog,
|
|
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 { DescribeEventsRequestFilterSensitiveLog, DescribeEventsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeEventsCommand, serializeAws_json1_1DescribeEventsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeEventsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeEventsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeEventsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeEventsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeEventsResponseFilterSensitiveLog,
|
|
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 { DescribeEventsForOrganizationRequestFilterSensitiveLog, DescribeEventsForOrganizationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeEventsForOrganizationCommand, serializeAws_json1_1DescribeEventsForOrganizationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeEventsForOrganizationCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeEventsForOrganizationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeEventsForOrganizationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeEventsForOrganizationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeEventsForOrganizationResponseFilterSensitiveLog,
|
|
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 { DescribeHealthServiceStatusForOrganizationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeHealthServiceStatusForOrganizationCommand, serializeAws_json1_1DescribeHealthServiceStatusForOrganizationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeHealthServiceStatusForOrganizationCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeHealthServiceStatusForOrganizationCommand, _super);
|
|
@@ -21,7 +21,7 @@ var DescribeHealthServiceStatusForOrganizationCommand = (function (_super) {
|
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
23
|
inputFilterSensitiveLog: function (input) { return input; },
|
|
24
|
-
outputFilterSensitiveLog:
|
|
24
|
+
outputFilterSensitiveLog: DescribeHealthServiceStatusForOrganizationResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
package/dist-es/endpoints.js
CHANGED
|
@@ -1,6 +1,25 @@
|
|
|
1
1
|
import { __assign, __awaiter, __generator } from "tslib";
|
|
2
2
|
import { getRegionInfo } from "@aws-sdk/config-resolver";
|
|
3
|
-
var regionHash = {
|
|
3
|
+
var regionHash = {
|
|
4
|
+
"aws-cn-global": {
|
|
5
|
+
variants: [
|
|
6
|
+
{
|
|
7
|
+
hostname: "global.health.amazonaws.com.cn",
|
|
8
|
+
tags: [],
|
|
9
|
+
},
|
|
10
|
+
],
|
|
11
|
+
signingRegion: "cn-northwest-1",
|
|
12
|
+
},
|
|
13
|
+
"aws-global": {
|
|
14
|
+
variants: [
|
|
15
|
+
{
|
|
16
|
+
hostname: "global.health.amazonaws.com",
|
|
17
|
+
tags: [],
|
|
18
|
+
},
|
|
19
|
+
],
|
|
20
|
+
signingRegion: "us-east-1",
|
|
21
|
+
},
|
|
22
|
+
};
|
|
4
23
|
var partitionHash = {
|
|
5
24
|
aws: {
|
|
6
25
|
regions: [
|
|
@@ -13,6 +32,7 @@ var partitionHash = {
|
|
|
13
32
|
"ap-southeast-1",
|
|
14
33
|
"ap-southeast-2",
|
|
15
34
|
"ap-southeast-3",
|
|
35
|
+
"aws-global",
|
|
16
36
|
"ca-central-1",
|
|
17
37
|
"eu-central-1",
|
|
18
38
|
"eu-north-1",
|
|
@@ -47,9 +67,10 @@ var partitionHash = {
|
|
|
47
67
|
tags: ["dualstack"],
|
|
48
68
|
},
|
|
49
69
|
],
|
|
70
|
+
endpoint: "aws-global",
|
|
50
71
|
},
|
|
51
72
|
"aws-cn": {
|
|
52
|
-
regions: ["cn-north-1", "cn-northwest-1"],
|
|
73
|
+
regions: ["aws-cn-global", "cn-north-1", "cn-northwest-1"],
|
|
53
74
|
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
54
75
|
variants: [
|
|
55
76
|
{
|
|
@@ -69,6 +90,7 @@ var partitionHash = {
|
|
|
69
90
|
tags: ["dualstack"],
|
|
70
91
|
},
|
|
71
92
|
],
|
|
93
|
+
endpoint: "aws-cn-global",
|
|
72
94
|
},
|
|
73
95
|
"aws-iso": {
|
|
74
96
|
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
@@ -6,24 +6,12 @@ export var EntityStatusCode;
|
|
|
6
6
|
EntityStatusCode["UNIMPAIRED"] = "UNIMPAIRED";
|
|
7
7
|
EntityStatusCode["UNKNOWN"] = "UNKNOWN";
|
|
8
8
|
})(EntityStatusCode || (EntityStatusCode = {}));
|
|
9
|
-
export var AffectedEntity;
|
|
10
|
-
(function (AffectedEntity) {
|
|
11
|
-
AffectedEntity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
12
|
-
})(AffectedEntity || (AffectedEntity = {}));
|
|
13
|
-
export var DescribeAffectedAccountsForOrganizationRequest;
|
|
14
|
-
(function (DescribeAffectedAccountsForOrganizationRequest) {
|
|
15
|
-
DescribeAffectedAccountsForOrganizationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
16
|
-
})(DescribeAffectedAccountsForOrganizationRequest || (DescribeAffectedAccountsForOrganizationRequest = {}));
|
|
17
9
|
export var EventScopeCode;
|
|
18
10
|
(function (EventScopeCode) {
|
|
19
11
|
EventScopeCode["ACCOUNT_SPECIFIC"] = "ACCOUNT_SPECIFIC";
|
|
20
12
|
EventScopeCode["NONE"] = "NONE";
|
|
21
13
|
EventScopeCode["PUBLIC"] = "PUBLIC";
|
|
22
14
|
})(EventScopeCode || (EventScopeCode = {}));
|
|
23
|
-
export var DescribeAffectedAccountsForOrganizationResponse;
|
|
24
|
-
(function (DescribeAffectedAccountsForOrganizationResponse) {
|
|
25
|
-
DescribeAffectedAccountsForOrganizationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
26
|
-
})(DescribeAffectedAccountsForOrganizationResponse || (DescribeAffectedAccountsForOrganizationResponse = {}));
|
|
27
15
|
var InvalidPaginationToken = (function (_super) {
|
|
28
16
|
__extends(InvalidPaginationToken, _super);
|
|
29
17
|
function InvalidPaginationToken(opts) {
|
|
@@ -36,22 +24,6 @@ var InvalidPaginationToken = (function (_super) {
|
|
|
36
24
|
return InvalidPaginationToken;
|
|
37
25
|
}(__BaseException));
|
|
38
26
|
export { InvalidPaginationToken };
|
|
39
|
-
export var DateTimeRange;
|
|
40
|
-
(function (DateTimeRange) {
|
|
41
|
-
DateTimeRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
42
|
-
})(DateTimeRange || (DateTimeRange = {}));
|
|
43
|
-
export var EntityFilter;
|
|
44
|
-
(function (EntityFilter) {
|
|
45
|
-
EntityFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
46
|
-
})(EntityFilter || (EntityFilter = {}));
|
|
47
|
-
export var DescribeAffectedEntitiesRequest;
|
|
48
|
-
(function (DescribeAffectedEntitiesRequest) {
|
|
49
|
-
DescribeAffectedEntitiesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
50
|
-
})(DescribeAffectedEntitiesRequest || (DescribeAffectedEntitiesRequest = {}));
|
|
51
|
-
export var DescribeAffectedEntitiesResponse;
|
|
52
|
-
(function (DescribeAffectedEntitiesResponse) {
|
|
53
|
-
DescribeAffectedEntitiesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
54
|
-
})(DescribeAffectedEntitiesResponse || (DescribeAffectedEntitiesResponse = {}));
|
|
55
27
|
var UnsupportedLocale = (function (_super) {
|
|
56
28
|
__extends(UnsupportedLocale, _super);
|
|
57
29
|
function UnsupportedLocale(opts) {
|
|
@@ -64,34 +36,6 @@ var UnsupportedLocale = (function (_super) {
|
|
|
64
36
|
return UnsupportedLocale;
|
|
65
37
|
}(__BaseException));
|
|
66
38
|
export { UnsupportedLocale };
|
|
67
|
-
export var EventAccountFilter;
|
|
68
|
-
(function (EventAccountFilter) {
|
|
69
|
-
EventAccountFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
70
|
-
})(EventAccountFilter || (EventAccountFilter = {}));
|
|
71
|
-
export var DescribeAffectedEntitiesForOrganizationRequest;
|
|
72
|
-
(function (DescribeAffectedEntitiesForOrganizationRequest) {
|
|
73
|
-
DescribeAffectedEntitiesForOrganizationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
74
|
-
})(DescribeAffectedEntitiesForOrganizationRequest || (DescribeAffectedEntitiesForOrganizationRequest = {}));
|
|
75
|
-
export var OrganizationAffectedEntitiesErrorItem;
|
|
76
|
-
(function (OrganizationAffectedEntitiesErrorItem) {
|
|
77
|
-
OrganizationAffectedEntitiesErrorItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
78
|
-
})(OrganizationAffectedEntitiesErrorItem || (OrganizationAffectedEntitiesErrorItem = {}));
|
|
79
|
-
export var DescribeAffectedEntitiesForOrganizationResponse;
|
|
80
|
-
(function (DescribeAffectedEntitiesForOrganizationResponse) {
|
|
81
|
-
DescribeAffectedEntitiesForOrganizationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
82
|
-
})(DescribeAffectedEntitiesForOrganizationResponse || (DescribeAffectedEntitiesForOrganizationResponse = {}));
|
|
83
|
-
export var DescribeEntityAggregatesRequest;
|
|
84
|
-
(function (DescribeEntityAggregatesRequest) {
|
|
85
|
-
DescribeEntityAggregatesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
86
|
-
})(DescribeEntityAggregatesRequest || (DescribeEntityAggregatesRequest = {}));
|
|
87
|
-
export var EntityAggregate;
|
|
88
|
-
(function (EntityAggregate) {
|
|
89
|
-
EntityAggregate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
90
|
-
})(EntityAggregate || (EntityAggregate = {}));
|
|
91
|
-
export var DescribeEntityAggregatesResponse;
|
|
92
|
-
(function (DescribeEntityAggregatesResponse) {
|
|
93
|
-
DescribeEntityAggregatesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
94
|
-
})(DescribeEntityAggregatesResponse || (DescribeEntityAggregatesResponse = {}));
|
|
95
39
|
export var EventAggregateField;
|
|
96
40
|
(function (EventAggregateField) {
|
|
97
41
|
EventAggregateField["EventTypeCategory"] = "eventTypeCategory";
|
|
@@ -109,106 +53,6 @@ export var EventTypeCategory;
|
|
|
109
53
|
EventTypeCategory["ISSUE"] = "issue";
|
|
110
54
|
EventTypeCategory["SCHEDULED_CHANGE"] = "scheduledChange";
|
|
111
55
|
})(EventTypeCategory || (EventTypeCategory = {}));
|
|
112
|
-
export var EventFilter;
|
|
113
|
-
(function (EventFilter) {
|
|
114
|
-
EventFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
115
|
-
})(EventFilter || (EventFilter = {}));
|
|
116
|
-
export var DescribeEventAggregatesRequest;
|
|
117
|
-
(function (DescribeEventAggregatesRequest) {
|
|
118
|
-
DescribeEventAggregatesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
119
|
-
})(DescribeEventAggregatesRequest || (DescribeEventAggregatesRequest = {}));
|
|
120
|
-
export var EventAggregate;
|
|
121
|
-
(function (EventAggregate) {
|
|
122
|
-
EventAggregate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
123
|
-
})(EventAggregate || (EventAggregate = {}));
|
|
124
|
-
export var DescribeEventAggregatesResponse;
|
|
125
|
-
(function (DescribeEventAggregatesResponse) {
|
|
126
|
-
DescribeEventAggregatesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
127
|
-
})(DescribeEventAggregatesResponse || (DescribeEventAggregatesResponse = {}));
|
|
128
|
-
export var DescribeEventDetailsRequest;
|
|
129
|
-
(function (DescribeEventDetailsRequest) {
|
|
130
|
-
DescribeEventDetailsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
131
|
-
})(DescribeEventDetailsRequest || (DescribeEventDetailsRequest = {}));
|
|
132
|
-
export var EventDetailsErrorItem;
|
|
133
|
-
(function (EventDetailsErrorItem) {
|
|
134
|
-
EventDetailsErrorItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
135
|
-
})(EventDetailsErrorItem || (EventDetailsErrorItem = {}));
|
|
136
|
-
export var Event;
|
|
137
|
-
(function (Event) {
|
|
138
|
-
Event.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
139
|
-
})(Event || (Event = {}));
|
|
140
|
-
export var EventDescription;
|
|
141
|
-
(function (EventDescription) {
|
|
142
|
-
EventDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
143
|
-
})(EventDescription || (EventDescription = {}));
|
|
144
|
-
export var EventDetails;
|
|
145
|
-
(function (EventDetails) {
|
|
146
|
-
EventDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
147
|
-
})(EventDetails || (EventDetails = {}));
|
|
148
|
-
export var DescribeEventDetailsResponse;
|
|
149
|
-
(function (DescribeEventDetailsResponse) {
|
|
150
|
-
DescribeEventDetailsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
151
|
-
})(DescribeEventDetailsResponse || (DescribeEventDetailsResponse = {}));
|
|
152
|
-
export var DescribeEventDetailsForOrganizationRequest;
|
|
153
|
-
(function (DescribeEventDetailsForOrganizationRequest) {
|
|
154
|
-
DescribeEventDetailsForOrganizationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
155
|
-
})(DescribeEventDetailsForOrganizationRequest || (DescribeEventDetailsForOrganizationRequest = {}));
|
|
156
|
-
export var OrganizationEventDetailsErrorItem;
|
|
157
|
-
(function (OrganizationEventDetailsErrorItem) {
|
|
158
|
-
OrganizationEventDetailsErrorItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
159
|
-
})(OrganizationEventDetailsErrorItem || (OrganizationEventDetailsErrorItem = {}));
|
|
160
|
-
export var OrganizationEventDetails;
|
|
161
|
-
(function (OrganizationEventDetails) {
|
|
162
|
-
OrganizationEventDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
163
|
-
})(OrganizationEventDetails || (OrganizationEventDetails = {}));
|
|
164
|
-
export var DescribeEventDetailsForOrganizationResponse;
|
|
165
|
-
(function (DescribeEventDetailsForOrganizationResponse) {
|
|
166
|
-
DescribeEventDetailsForOrganizationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
167
|
-
})(DescribeEventDetailsForOrganizationResponse || (DescribeEventDetailsForOrganizationResponse = {}));
|
|
168
|
-
export var DescribeEventsRequest;
|
|
169
|
-
(function (DescribeEventsRequest) {
|
|
170
|
-
DescribeEventsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
171
|
-
})(DescribeEventsRequest || (DescribeEventsRequest = {}));
|
|
172
|
-
export var DescribeEventsResponse;
|
|
173
|
-
(function (DescribeEventsResponse) {
|
|
174
|
-
DescribeEventsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
175
|
-
})(DescribeEventsResponse || (DescribeEventsResponse = {}));
|
|
176
|
-
export var OrganizationEventFilter;
|
|
177
|
-
(function (OrganizationEventFilter) {
|
|
178
|
-
OrganizationEventFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
179
|
-
})(OrganizationEventFilter || (OrganizationEventFilter = {}));
|
|
180
|
-
export var DescribeEventsForOrganizationRequest;
|
|
181
|
-
(function (DescribeEventsForOrganizationRequest) {
|
|
182
|
-
DescribeEventsForOrganizationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
183
|
-
})(DescribeEventsForOrganizationRequest || (DescribeEventsForOrganizationRequest = {}));
|
|
184
|
-
export var OrganizationEvent;
|
|
185
|
-
(function (OrganizationEvent) {
|
|
186
|
-
OrganizationEvent.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
187
|
-
})(OrganizationEvent || (OrganizationEvent = {}));
|
|
188
|
-
export var DescribeEventsForOrganizationResponse;
|
|
189
|
-
(function (DescribeEventsForOrganizationResponse) {
|
|
190
|
-
DescribeEventsForOrganizationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
191
|
-
})(DescribeEventsForOrganizationResponse || (DescribeEventsForOrganizationResponse = {}));
|
|
192
|
-
export var EventTypeFilter;
|
|
193
|
-
(function (EventTypeFilter) {
|
|
194
|
-
EventTypeFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
195
|
-
})(EventTypeFilter || (EventTypeFilter = {}));
|
|
196
|
-
export var DescribeEventTypesRequest;
|
|
197
|
-
(function (DescribeEventTypesRequest) {
|
|
198
|
-
DescribeEventTypesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
199
|
-
})(DescribeEventTypesRequest || (DescribeEventTypesRequest = {}));
|
|
200
|
-
export var EventType;
|
|
201
|
-
(function (EventType) {
|
|
202
|
-
EventType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
203
|
-
})(EventType || (EventType = {}));
|
|
204
|
-
export var DescribeEventTypesResponse;
|
|
205
|
-
(function (DescribeEventTypesResponse) {
|
|
206
|
-
DescribeEventTypesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
207
|
-
})(DescribeEventTypesResponse || (DescribeEventTypesResponse = {}));
|
|
208
|
-
export var DescribeHealthServiceStatusForOrganizationResponse;
|
|
209
|
-
(function (DescribeHealthServiceStatusForOrganizationResponse) {
|
|
210
|
-
DescribeHealthServiceStatusForOrganizationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
211
|
-
})(DescribeHealthServiceStatusForOrganizationResponse || (DescribeHealthServiceStatusForOrganizationResponse = {}));
|
|
212
56
|
var ConcurrentModificationException = (function (_super) {
|
|
213
57
|
__extends(ConcurrentModificationException, _super);
|
|
214
58
|
function ConcurrentModificationException(opts) {
|
|
@@ -221,3 +65,42 @@ var ConcurrentModificationException = (function (_super) {
|
|
|
221
65
|
return ConcurrentModificationException;
|
|
222
66
|
}(__BaseException));
|
|
223
67
|
export { ConcurrentModificationException };
|
|
68
|
+
export var AffectedEntityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
69
|
+
export var DescribeAffectedAccountsForOrganizationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
70
|
+
export var DescribeAffectedAccountsForOrganizationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
71
|
+
export var DateTimeRangeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
72
|
+
export var EntityFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
73
|
+
export var DescribeAffectedEntitiesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
74
|
+
export var DescribeAffectedEntitiesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
75
|
+
export var EventAccountFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
76
|
+
export var DescribeAffectedEntitiesForOrganizationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
77
|
+
export var OrganizationAffectedEntitiesErrorItemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
78
|
+
export var DescribeAffectedEntitiesForOrganizationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
79
|
+
export var DescribeEntityAggregatesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
80
|
+
export var EntityAggregateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
81
|
+
export var DescribeEntityAggregatesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
82
|
+
export var EventFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
83
|
+
export var DescribeEventAggregatesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
84
|
+
export var EventAggregateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
85
|
+
export var DescribeEventAggregatesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
86
|
+
export var DescribeEventDetailsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
87
|
+
export var EventDetailsErrorItemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
88
|
+
export var EventFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
89
|
+
export var EventDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
90
|
+
export var EventDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
91
|
+
export var DescribeEventDetailsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
92
|
+
export var DescribeEventDetailsForOrganizationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
93
|
+
export var OrganizationEventDetailsErrorItemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
94
|
+
export var OrganizationEventDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
95
|
+
export var DescribeEventDetailsForOrganizationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
96
|
+
export var DescribeEventsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
97
|
+
export var DescribeEventsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
98
|
+
export var OrganizationEventFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
99
|
+
export var DescribeEventsForOrganizationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
100
|
+
export var OrganizationEventFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
101
|
+
export var DescribeEventsForOrganizationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
102
|
+
export var EventTypeFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
103
|
+
export var DescribeEventTypesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
104
|
+
export var EventTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
105
|
+
export var DescribeEventTypesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
106
|
+
export var DescribeHealthServiceStatusForOrganizationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|