@aws-sdk/client-health 3.297.0 → 3.298.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/dist-cjs/commands/DescribeAffectedAccountsForOrganizationCommand.js +2 -3
- package/dist-cjs/commands/DescribeAffectedEntitiesCommand.js +2 -3
- package/dist-cjs/commands/DescribeAffectedEntitiesForOrganizationCommand.js +2 -3
- package/dist-cjs/commands/DescribeEntityAggregatesCommand.js +2 -3
- package/dist-cjs/commands/DescribeEventAggregatesCommand.js +2 -3
- package/dist-cjs/commands/DescribeEventDetailsCommand.js +2 -3
- package/dist-cjs/commands/DescribeEventDetailsForOrganizationCommand.js +2 -3
- package/dist-cjs/commands/DescribeEventTypesCommand.js +2 -3
- package/dist-cjs/commands/DescribeEventsCommand.js +2 -3
- package/dist-cjs/commands/DescribeEventsForOrganizationCommand.js +2 -3
- package/dist-cjs/commands/DescribeHealthServiceStatusForOrganizationCommand.js +2 -3
- package/dist-cjs/commands/DisableHealthServiceAccessForOrganizationCommand.js +2 -2
- package/dist-cjs/commands/EnableHealthServiceAccessForOrganizationCommand.js +2 -2
- package/dist-cjs/models/models_0.js +1 -157
- package/dist-es/commands/DescribeAffectedAccountsForOrganizationCommand.js +2 -3
- package/dist-es/commands/DescribeAffectedEntitiesCommand.js +2 -3
- package/dist-es/commands/DescribeAffectedEntitiesForOrganizationCommand.js +2 -3
- package/dist-es/commands/DescribeEntityAggregatesCommand.js +2 -3
- package/dist-es/commands/DescribeEventAggregatesCommand.js +2 -3
- package/dist-es/commands/DescribeEventDetailsCommand.js +2 -3
- package/dist-es/commands/DescribeEventDetailsForOrganizationCommand.js +2 -3
- package/dist-es/commands/DescribeEventTypesCommand.js +2 -3
- package/dist-es/commands/DescribeEventsCommand.js +2 -3
- package/dist-es/commands/DescribeEventsForOrganizationCommand.js +2 -3
- package/dist-es/commands/DescribeHealthServiceStatusForOrganizationCommand.js +2 -3
- package/dist-es/commands/DisableHealthServiceAccessForOrganizationCommand.js +2 -2
- package/dist-es/commands/EnableHealthServiceAccessForOrganizationCommand.js +2 -2
- package/dist-es/models/models_0.js +0 -117
- package/dist-types/models/models_0.d.ts +0 -156
- package/dist-types/ts3.4/models/models_0.d.ts +0 -107
- package/package.json +4 -3
|
@@ -4,7 +4,6 @@ exports.DescribeAffectedAccountsForOrganizationCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
8
|
class DescribeAffectedAccountsForOrganizationCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class DescribeAffectedAccountsForOrganizationCommand extends smithy_client_1.Com
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.DescribeAffectedEntitiesCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
8
|
class DescribeAffectedEntitiesCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class DescribeAffectedEntitiesCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.DescribeAffectedEntitiesForOrganizationCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
8
|
class DescribeAffectedEntitiesForOrganizationCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class DescribeAffectedEntitiesForOrganizationCommand extends smithy_client_1.Com
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.DescribeEntityAggregatesCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
8
|
class DescribeEntityAggregatesCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class DescribeEntityAggregatesCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.DescribeEventAggregatesCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
8
|
class DescribeEventAggregatesCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class DescribeEventAggregatesCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.DescribeEventDetailsCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
8
|
class DescribeEventDetailsCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class DescribeEventDetailsCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.DescribeEventDetailsForOrganizationCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
8
|
class DescribeEventDetailsForOrganizationCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class DescribeEventDetailsForOrganizationCommand extends smithy_client_1.Command
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.DescribeEventTypesCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
8
|
class DescribeEventTypesCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class DescribeEventTypesCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.DescribeEventsCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
8
|
class DescribeEventsCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class DescribeEventsCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.DescribeEventsForOrganizationCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
8
|
class DescribeEventsForOrganizationCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class DescribeEventsForOrganizationCommand extends smithy_client_1.Command {
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.DescribeHealthServiceStatusForOrganizationCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_0_1 = require("../models/models_0");
|
|
8
7
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
8
|
class DescribeHealthServiceStatusForOrganizationCommand extends smithy_client_1.Command {
|
|
10
9
|
static getEndpointParameterInstructions() {
|
|
@@ -30,8 +29,8 @@ class DescribeHealthServiceStatusForOrganizationCommand extends smithy_client_1.
|
|
|
30
29
|
logger,
|
|
31
30
|
clientName,
|
|
32
31
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog: (
|
|
34
|
-
outputFilterSensitiveLog:
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
34
|
};
|
|
36
35
|
const { requestHandler } = configuration;
|
|
37
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -29,8 +29,8 @@ class DisableHealthServiceAccessForOrganizationCommand extends smithy_client_1.C
|
|
|
29
29
|
logger,
|
|
30
30
|
clientName,
|
|
31
31
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (
|
|
33
|
-
outputFilterSensitiveLog: (
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
34
|
};
|
|
35
35
|
const { requestHandler } = configuration;
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -29,8 +29,8 @@ class EnableHealthServiceAccessForOrganizationCommand extends smithy_client_1.Co
|
|
|
29
29
|
logger,
|
|
30
30
|
clientName,
|
|
31
31
|
commandName,
|
|
32
|
-
inputFilterSensitiveLog: (
|
|
33
|
-
outputFilterSensitiveLog: (
|
|
32
|
+
inputFilterSensitiveLog: (_) => _,
|
|
33
|
+
outputFilterSensitiveLog: (_) => _,
|
|
34
34
|
};
|
|
35
35
|
const { requestHandler } = configuration;
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.ConcurrentModificationException = exports.EventTypeCategory = exports.EventStatusCode = exports.EventAggregateField = exports.UnsupportedLocale = exports.InvalidPaginationToken = exports.EventScopeCode = exports.EntityStatusCode = void 0;
|
|
4
4
|
const HealthServiceException_1 = require("./HealthServiceException");
|
|
5
5
|
var EntityStatusCode;
|
|
6
6
|
(function (EntityStatusCode) {
|
|
@@ -70,159 +70,3 @@ class ConcurrentModificationException extends HealthServiceException_1.HealthSer
|
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
exports.ConcurrentModificationException = ConcurrentModificationException;
|
|
73
|
-
const AffectedEntityFilterSensitiveLog = (obj) => ({
|
|
74
|
-
...obj,
|
|
75
|
-
});
|
|
76
|
-
exports.AffectedEntityFilterSensitiveLog = AffectedEntityFilterSensitiveLog;
|
|
77
|
-
const DescribeAffectedAccountsForOrganizationRequestFilterSensitiveLog = (obj) => ({
|
|
78
|
-
...obj,
|
|
79
|
-
});
|
|
80
|
-
exports.DescribeAffectedAccountsForOrganizationRequestFilterSensitiveLog = DescribeAffectedAccountsForOrganizationRequestFilterSensitiveLog;
|
|
81
|
-
const DescribeAffectedAccountsForOrganizationResponseFilterSensitiveLog = (obj) => ({
|
|
82
|
-
...obj,
|
|
83
|
-
});
|
|
84
|
-
exports.DescribeAffectedAccountsForOrganizationResponseFilterSensitiveLog = DescribeAffectedAccountsForOrganizationResponseFilterSensitiveLog;
|
|
85
|
-
const DateTimeRangeFilterSensitiveLog = (obj) => ({
|
|
86
|
-
...obj,
|
|
87
|
-
});
|
|
88
|
-
exports.DateTimeRangeFilterSensitiveLog = DateTimeRangeFilterSensitiveLog;
|
|
89
|
-
const EntityFilterFilterSensitiveLog = (obj) => ({
|
|
90
|
-
...obj,
|
|
91
|
-
});
|
|
92
|
-
exports.EntityFilterFilterSensitiveLog = EntityFilterFilterSensitiveLog;
|
|
93
|
-
const DescribeAffectedEntitiesRequestFilterSensitiveLog = (obj) => ({
|
|
94
|
-
...obj,
|
|
95
|
-
});
|
|
96
|
-
exports.DescribeAffectedEntitiesRequestFilterSensitiveLog = DescribeAffectedEntitiesRequestFilterSensitiveLog;
|
|
97
|
-
const DescribeAffectedEntitiesResponseFilterSensitiveLog = (obj) => ({
|
|
98
|
-
...obj,
|
|
99
|
-
});
|
|
100
|
-
exports.DescribeAffectedEntitiesResponseFilterSensitiveLog = DescribeAffectedEntitiesResponseFilterSensitiveLog;
|
|
101
|
-
const EventAccountFilterFilterSensitiveLog = (obj) => ({
|
|
102
|
-
...obj,
|
|
103
|
-
});
|
|
104
|
-
exports.EventAccountFilterFilterSensitiveLog = EventAccountFilterFilterSensitiveLog;
|
|
105
|
-
const DescribeAffectedEntitiesForOrganizationRequestFilterSensitiveLog = (obj) => ({
|
|
106
|
-
...obj,
|
|
107
|
-
});
|
|
108
|
-
exports.DescribeAffectedEntitiesForOrganizationRequestFilterSensitiveLog = DescribeAffectedEntitiesForOrganizationRequestFilterSensitiveLog;
|
|
109
|
-
const OrganizationAffectedEntitiesErrorItemFilterSensitiveLog = (obj) => ({
|
|
110
|
-
...obj,
|
|
111
|
-
});
|
|
112
|
-
exports.OrganizationAffectedEntitiesErrorItemFilterSensitiveLog = OrganizationAffectedEntitiesErrorItemFilterSensitiveLog;
|
|
113
|
-
const DescribeAffectedEntitiesForOrganizationResponseFilterSensitiveLog = (obj) => ({
|
|
114
|
-
...obj,
|
|
115
|
-
});
|
|
116
|
-
exports.DescribeAffectedEntitiesForOrganizationResponseFilterSensitiveLog = DescribeAffectedEntitiesForOrganizationResponseFilterSensitiveLog;
|
|
117
|
-
const DescribeEntityAggregatesRequestFilterSensitiveLog = (obj) => ({
|
|
118
|
-
...obj,
|
|
119
|
-
});
|
|
120
|
-
exports.DescribeEntityAggregatesRequestFilterSensitiveLog = DescribeEntityAggregatesRequestFilterSensitiveLog;
|
|
121
|
-
const EntityAggregateFilterSensitiveLog = (obj) => ({
|
|
122
|
-
...obj,
|
|
123
|
-
});
|
|
124
|
-
exports.EntityAggregateFilterSensitiveLog = EntityAggregateFilterSensitiveLog;
|
|
125
|
-
const DescribeEntityAggregatesResponseFilterSensitiveLog = (obj) => ({
|
|
126
|
-
...obj,
|
|
127
|
-
});
|
|
128
|
-
exports.DescribeEntityAggregatesResponseFilterSensitiveLog = DescribeEntityAggregatesResponseFilterSensitiveLog;
|
|
129
|
-
const EventFilterFilterSensitiveLog = (obj) => ({
|
|
130
|
-
...obj,
|
|
131
|
-
});
|
|
132
|
-
exports.EventFilterFilterSensitiveLog = EventFilterFilterSensitiveLog;
|
|
133
|
-
const DescribeEventAggregatesRequestFilterSensitiveLog = (obj) => ({
|
|
134
|
-
...obj,
|
|
135
|
-
});
|
|
136
|
-
exports.DescribeEventAggregatesRequestFilterSensitiveLog = DescribeEventAggregatesRequestFilterSensitiveLog;
|
|
137
|
-
const EventAggregateFilterSensitiveLog = (obj) => ({
|
|
138
|
-
...obj,
|
|
139
|
-
});
|
|
140
|
-
exports.EventAggregateFilterSensitiveLog = EventAggregateFilterSensitiveLog;
|
|
141
|
-
const DescribeEventAggregatesResponseFilterSensitiveLog = (obj) => ({
|
|
142
|
-
...obj,
|
|
143
|
-
});
|
|
144
|
-
exports.DescribeEventAggregatesResponseFilterSensitiveLog = DescribeEventAggregatesResponseFilterSensitiveLog;
|
|
145
|
-
const DescribeEventDetailsRequestFilterSensitiveLog = (obj) => ({
|
|
146
|
-
...obj,
|
|
147
|
-
});
|
|
148
|
-
exports.DescribeEventDetailsRequestFilterSensitiveLog = DescribeEventDetailsRequestFilterSensitiveLog;
|
|
149
|
-
const EventDetailsErrorItemFilterSensitiveLog = (obj) => ({
|
|
150
|
-
...obj,
|
|
151
|
-
});
|
|
152
|
-
exports.EventDetailsErrorItemFilterSensitiveLog = EventDetailsErrorItemFilterSensitiveLog;
|
|
153
|
-
const EventFilterSensitiveLog = (obj) => ({
|
|
154
|
-
...obj,
|
|
155
|
-
});
|
|
156
|
-
exports.EventFilterSensitiveLog = EventFilterSensitiveLog;
|
|
157
|
-
const EventDescriptionFilterSensitiveLog = (obj) => ({
|
|
158
|
-
...obj,
|
|
159
|
-
});
|
|
160
|
-
exports.EventDescriptionFilterSensitiveLog = EventDescriptionFilterSensitiveLog;
|
|
161
|
-
const EventDetailsFilterSensitiveLog = (obj) => ({
|
|
162
|
-
...obj,
|
|
163
|
-
});
|
|
164
|
-
exports.EventDetailsFilterSensitiveLog = EventDetailsFilterSensitiveLog;
|
|
165
|
-
const DescribeEventDetailsResponseFilterSensitiveLog = (obj) => ({
|
|
166
|
-
...obj,
|
|
167
|
-
});
|
|
168
|
-
exports.DescribeEventDetailsResponseFilterSensitiveLog = DescribeEventDetailsResponseFilterSensitiveLog;
|
|
169
|
-
const DescribeEventDetailsForOrganizationRequestFilterSensitiveLog = (obj) => ({
|
|
170
|
-
...obj,
|
|
171
|
-
});
|
|
172
|
-
exports.DescribeEventDetailsForOrganizationRequestFilterSensitiveLog = DescribeEventDetailsForOrganizationRequestFilterSensitiveLog;
|
|
173
|
-
const OrganizationEventDetailsErrorItemFilterSensitiveLog = (obj) => ({
|
|
174
|
-
...obj,
|
|
175
|
-
});
|
|
176
|
-
exports.OrganizationEventDetailsErrorItemFilterSensitiveLog = OrganizationEventDetailsErrorItemFilterSensitiveLog;
|
|
177
|
-
const OrganizationEventDetailsFilterSensitiveLog = (obj) => ({
|
|
178
|
-
...obj,
|
|
179
|
-
});
|
|
180
|
-
exports.OrganizationEventDetailsFilterSensitiveLog = OrganizationEventDetailsFilterSensitiveLog;
|
|
181
|
-
const DescribeEventDetailsForOrganizationResponseFilterSensitiveLog = (obj) => ({
|
|
182
|
-
...obj,
|
|
183
|
-
});
|
|
184
|
-
exports.DescribeEventDetailsForOrganizationResponseFilterSensitiveLog = DescribeEventDetailsForOrganizationResponseFilterSensitiveLog;
|
|
185
|
-
const DescribeEventsRequestFilterSensitiveLog = (obj) => ({
|
|
186
|
-
...obj,
|
|
187
|
-
});
|
|
188
|
-
exports.DescribeEventsRequestFilterSensitiveLog = DescribeEventsRequestFilterSensitiveLog;
|
|
189
|
-
const DescribeEventsResponseFilterSensitiveLog = (obj) => ({
|
|
190
|
-
...obj,
|
|
191
|
-
});
|
|
192
|
-
exports.DescribeEventsResponseFilterSensitiveLog = DescribeEventsResponseFilterSensitiveLog;
|
|
193
|
-
const OrganizationEventFilterFilterSensitiveLog = (obj) => ({
|
|
194
|
-
...obj,
|
|
195
|
-
});
|
|
196
|
-
exports.OrganizationEventFilterFilterSensitiveLog = OrganizationEventFilterFilterSensitiveLog;
|
|
197
|
-
const DescribeEventsForOrganizationRequestFilterSensitiveLog = (obj) => ({
|
|
198
|
-
...obj,
|
|
199
|
-
});
|
|
200
|
-
exports.DescribeEventsForOrganizationRequestFilterSensitiveLog = DescribeEventsForOrganizationRequestFilterSensitiveLog;
|
|
201
|
-
const OrganizationEventFilterSensitiveLog = (obj) => ({
|
|
202
|
-
...obj,
|
|
203
|
-
});
|
|
204
|
-
exports.OrganizationEventFilterSensitiveLog = OrganizationEventFilterSensitiveLog;
|
|
205
|
-
const DescribeEventsForOrganizationResponseFilterSensitiveLog = (obj) => ({
|
|
206
|
-
...obj,
|
|
207
|
-
});
|
|
208
|
-
exports.DescribeEventsForOrganizationResponseFilterSensitiveLog = DescribeEventsForOrganizationResponseFilterSensitiveLog;
|
|
209
|
-
const EventTypeFilterFilterSensitiveLog = (obj) => ({
|
|
210
|
-
...obj,
|
|
211
|
-
});
|
|
212
|
-
exports.EventTypeFilterFilterSensitiveLog = EventTypeFilterFilterSensitiveLog;
|
|
213
|
-
const DescribeEventTypesRequestFilterSensitiveLog = (obj) => ({
|
|
214
|
-
...obj,
|
|
215
|
-
});
|
|
216
|
-
exports.DescribeEventTypesRequestFilterSensitiveLog = DescribeEventTypesRequestFilterSensitiveLog;
|
|
217
|
-
const EventTypeFilterSensitiveLog = (obj) => ({
|
|
218
|
-
...obj,
|
|
219
|
-
});
|
|
220
|
-
exports.EventTypeFilterSensitiveLog = EventTypeFilterSensitiveLog;
|
|
221
|
-
const DescribeEventTypesResponseFilterSensitiveLog = (obj) => ({
|
|
222
|
-
...obj,
|
|
223
|
-
});
|
|
224
|
-
exports.DescribeEventTypesResponseFilterSensitiveLog = DescribeEventTypesResponseFilterSensitiveLog;
|
|
225
|
-
const DescribeHealthServiceStatusForOrganizationResponseFilterSensitiveLog = (obj) => ({
|
|
226
|
-
...obj,
|
|
227
|
-
});
|
|
228
|
-
exports.DescribeHealthServiceStatusForOrganizationResponseFilterSensitiveLog = DescribeHealthServiceStatusForOrganizationResponseFilterSensitiveLog;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeAffectedAccountsForOrganizationRequestFilterSensitiveLog, DescribeAffectedAccountsForOrganizationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1DescribeAffectedAccountsForOrganizationCommand, serializeAws_json1_1DescribeAffectedAccountsForOrganizationCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class DescribeAffectedAccountsForOrganizationCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DescribeAffectedAccountsForOrganizationCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeAffectedEntitiesRequestFilterSensitiveLog, DescribeAffectedEntitiesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1DescribeAffectedEntitiesCommand, serializeAws_json1_1DescribeAffectedEntitiesCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class DescribeAffectedEntitiesCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DescribeAffectedEntitiesCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeAffectedEntitiesForOrganizationRequestFilterSensitiveLog, DescribeAffectedEntitiesForOrganizationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1DescribeAffectedEntitiesForOrganizationCommand, serializeAws_json1_1DescribeAffectedEntitiesForOrganizationCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class DescribeAffectedEntitiesForOrganizationCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DescribeAffectedEntitiesForOrganizationCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeEntityAggregatesRequestFilterSensitiveLog, DescribeEntityAggregatesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1DescribeEntityAggregatesCommand, serializeAws_json1_1DescribeEntityAggregatesCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class DescribeEntityAggregatesCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DescribeEntityAggregatesCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeEventAggregatesRequestFilterSensitiveLog, DescribeEventAggregatesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1DescribeEventAggregatesCommand, serializeAws_json1_1DescribeEventAggregatesCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class DescribeEventAggregatesCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DescribeEventAggregatesCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeEventDetailsRequestFilterSensitiveLog, DescribeEventDetailsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1DescribeEventDetailsCommand, serializeAws_json1_1DescribeEventDetailsCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class DescribeEventDetailsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DescribeEventDetailsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeEventDetailsForOrganizationRequestFilterSensitiveLog, DescribeEventDetailsForOrganizationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1DescribeEventDetailsForOrganizationCommand, serializeAws_json1_1DescribeEventDetailsForOrganizationCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class DescribeEventDetailsForOrganizationCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DescribeEventDetailsForOrganizationCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeEventTypesRequestFilterSensitiveLog, DescribeEventTypesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1DescribeEventTypesCommand, serializeAws_json1_1DescribeEventTypesCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class DescribeEventTypesCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DescribeEventTypesCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeEventsRequestFilterSensitiveLog, DescribeEventsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1DescribeEventsCommand, serializeAws_json1_1DescribeEventsCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class DescribeEventsCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DescribeEventsCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeEventsForOrganizationRequestFilterSensitiveLog, DescribeEventsForOrganizationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1DescribeEventsForOrganizationCommand, serializeAws_json1_1DescribeEventsForOrganizationCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class DescribeEventsForOrganizationCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DescribeEventsForOrganizationCommand extends $Command {
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog:
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeHealthServiceStatusForOrganizationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_json1_1DescribeHealthServiceStatusForOrganizationCommand, serializeAws_json1_1DescribeHealthServiceStatusForOrganizationCommand, } from "../protocols/Aws_json1_1";
|
|
6
5
|
export class DescribeHealthServiceStatusForOrganizationCommand extends $Command {
|
|
7
6
|
static getEndpointParameterInstructions() {
|
|
@@ -27,8 +26,8 @@ export class DescribeHealthServiceStatusForOrganizationCommand extends $Command
|
|
|
27
26
|
logger,
|
|
28
27
|
clientName,
|
|
29
28
|
commandName,
|
|
30
|
-
inputFilterSensitiveLog: (
|
|
31
|
-
outputFilterSensitiveLog:
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
31
|
};
|
|
33
32
|
const { requestHandler } = configuration;
|
|
34
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -26,8 +26,8 @@ export class DisableHealthServiceAccessForOrganizationCommand extends $Command {
|
|
|
26
26
|
logger,
|
|
27
27
|
clientName,
|
|
28
28
|
commandName,
|
|
29
|
-
inputFilterSensitiveLog: (
|
|
30
|
-
outputFilterSensitiveLog: (
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
31
31
|
};
|
|
32
32
|
const { requestHandler } = configuration;
|
|
33
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -26,8 +26,8 @@ export class EnableHealthServiceAccessForOrganizationCommand extends $Command {
|
|
|
26
26
|
logger,
|
|
27
27
|
clientName,
|
|
28
28
|
commandName,
|
|
29
|
-
inputFilterSensitiveLog: (
|
|
30
|
-
outputFilterSensitiveLog: (
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
31
31
|
};
|
|
32
32
|
const { requestHandler } = configuration;
|
|
33
33
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -64,120 +64,3 @@ export class ConcurrentModificationException extends __BaseException {
|
|
|
64
64
|
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
|
-
export const AffectedEntityFilterSensitiveLog = (obj) => ({
|
|
68
|
-
...obj,
|
|
69
|
-
});
|
|
70
|
-
export const DescribeAffectedAccountsForOrganizationRequestFilterSensitiveLog = (obj) => ({
|
|
71
|
-
...obj,
|
|
72
|
-
});
|
|
73
|
-
export const DescribeAffectedAccountsForOrganizationResponseFilterSensitiveLog = (obj) => ({
|
|
74
|
-
...obj,
|
|
75
|
-
});
|
|
76
|
-
export const DateTimeRangeFilterSensitiveLog = (obj) => ({
|
|
77
|
-
...obj,
|
|
78
|
-
});
|
|
79
|
-
export const EntityFilterFilterSensitiveLog = (obj) => ({
|
|
80
|
-
...obj,
|
|
81
|
-
});
|
|
82
|
-
export const DescribeAffectedEntitiesRequestFilterSensitiveLog = (obj) => ({
|
|
83
|
-
...obj,
|
|
84
|
-
});
|
|
85
|
-
export const DescribeAffectedEntitiesResponseFilterSensitiveLog = (obj) => ({
|
|
86
|
-
...obj,
|
|
87
|
-
});
|
|
88
|
-
export const EventAccountFilterFilterSensitiveLog = (obj) => ({
|
|
89
|
-
...obj,
|
|
90
|
-
});
|
|
91
|
-
export const DescribeAffectedEntitiesForOrganizationRequestFilterSensitiveLog = (obj) => ({
|
|
92
|
-
...obj,
|
|
93
|
-
});
|
|
94
|
-
export const OrganizationAffectedEntitiesErrorItemFilterSensitiveLog = (obj) => ({
|
|
95
|
-
...obj,
|
|
96
|
-
});
|
|
97
|
-
export const DescribeAffectedEntitiesForOrganizationResponseFilterSensitiveLog = (obj) => ({
|
|
98
|
-
...obj,
|
|
99
|
-
});
|
|
100
|
-
export const DescribeEntityAggregatesRequestFilterSensitiveLog = (obj) => ({
|
|
101
|
-
...obj,
|
|
102
|
-
});
|
|
103
|
-
export const EntityAggregateFilterSensitiveLog = (obj) => ({
|
|
104
|
-
...obj,
|
|
105
|
-
});
|
|
106
|
-
export const DescribeEntityAggregatesResponseFilterSensitiveLog = (obj) => ({
|
|
107
|
-
...obj,
|
|
108
|
-
});
|
|
109
|
-
export const EventFilterFilterSensitiveLog = (obj) => ({
|
|
110
|
-
...obj,
|
|
111
|
-
});
|
|
112
|
-
export const DescribeEventAggregatesRequestFilterSensitiveLog = (obj) => ({
|
|
113
|
-
...obj,
|
|
114
|
-
});
|
|
115
|
-
export const EventAggregateFilterSensitiveLog = (obj) => ({
|
|
116
|
-
...obj,
|
|
117
|
-
});
|
|
118
|
-
export const DescribeEventAggregatesResponseFilterSensitiveLog = (obj) => ({
|
|
119
|
-
...obj,
|
|
120
|
-
});
|
|
121
|
-
export const DescribeEventDetailsRequestFilterSensitiveLog = (obj) => ({
|
|
122
|
-
...obj,
|
|
123
|
-
});
|
|
124
|
-
export const EventDetailsErrorItemFilterSensitiveLog = (obj) => ({
|
|
125
|
-
...obj,
|
|
126
|
-
});
|
|
127
|
-
export const EventFilterSensitiveLog = (obj) => ({
|
|
128
|
-
...obj,
|
|
129
|
-
});
|
|
130
|
-
export const EventDescriptionFilterSensitiveLog = (obj) => ({
|
|
131
|
-
...obj,
|
|
132
|
-
});
|
|
133
|
-
export const EventDetailsFilterSensitiveLog = (obj) => ({
|
|
134
|
-
...obj,
|
|
135
|
-
});
|
|
136
|
-
export const DescribeEventDetailsResponseFilterSensitiveLog = (obj) => ({
|
|
137
|
-
...obj,
|
|
138
|
-
});
|
|
139
|
-
export const DescribeEventDetailsForOrganizationRequestFilterSensitiveLog = (obj) => ({
|
|
140
|
-
...obj,
|
|
141
|
-
});
|
|
142
|
-
export const OrganizationEventDetailsErrorItemFilterSensitiveLog = (obj) => ({
|
|
143
|
-
...obj,
|
|
144
|
-
});
|
|
145
|
-
export const OrganizationEventDetailsFilterSensitiveLog = (obj) => ({
|
|
146
|
-
...obj,
|
|
147
|
-
});
|
|
148
|
-
export const DescribeEventDetailsForOrganizationResponseFilterSensitiveLog = (obj) => ({
|
|
149
|
-
...obj,
|
|
150
|
-
});
|
|
151
|
-
export const DescribeEventsRequestFilterSensitiveLog = (obj) => ({
|
|
152
|
-
...obj,
|
|
153
|
-
});
|
|
154
|
-
export const DescribeEventsResponseFilterSensitiveLog = (obj) => ({
|
|
155
|
-
...obj,
|
|
156
|
-
});
|
|
157
|
-
export const OrganizationEventFilterFilterSensitiveLog = (obj) => ({
|
|
158
|
-
...obj,
|
|
159
|
-
});
|
|
160
|
-
export const DescribeEventsForOrganizationRequestFilterSensitiveLog = (obj) => ({
|
|
161
|
-
...obj,
|
|
162
|
-
});
|
|
163
|
-
export const OrganizationEventFilterSensitiveLog = (obj) => ({
|
|
164
|
-
...obj,
|
|
165
|
-
});
|
|
166
|
-
export const DescribeEventsForOrganizationResponseFilterSensitiveLog = (obj) => ({
|
|
167
|
-
...obj,
|
|
168
|
-
});
|
|
169
|
-
export const EventTypeFilterFilterSensitiveLog = (obj) => ({
|
|
170
|
-
...obj,
|
|
171
|
-
});
|
|
172
|
-
export const DescribeEventTypesRequestFilterSensitiveLog = (obj) => ({
|
|
173
|
-
...obj,
|
|
174
|
-
});
|
|
175
|
-
export const EventTypeFilterSensitiveLog = (obj) => ({
|
|
176
|
-
...obj,
|
|
177
|
-
});
|
|
178
|
-
export const DescribeEventTypesResponseFilterSensitiveLog = (obj) => ({
|
|
179
|
-
...obj,
|
|
180
|
-
});
|
|
181
|
-
export const DescribeHealthServiceStatusForOrganizationResponseFilterSensitiveLog = (obj) => ({
|
|
182
|
-
...obj,
|
|
183
|
-
});
|
|
@@ -1179,159 +1179,3 @@ export declare class ConcurrentModificationException extends __BaseException {
|
|
|
1179
1179
|
*/
|
|
1180
1180
|
constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
|
|
1181
1181
|
}
|
|
1182
|
-
/**
|
|
1183
|
-
* @internal
|
|
1184
|
-
*/
|
|
1185
|
-
export declare const AffectedEntityFilterSensitiveLog: (obj: AffectedEntity) => any;
|
|
1186
|
-
/**
|
|
1187
|
-
* @internal
|
|
1188
|
-
*/
|
|
1189
|
-
export declare const DescribeAffectedAccountsForOrganizationRequestFilterSensitiveLog: (obj: DescribeAffectedAccountsForOrganizationRequest) => any;
|
|
1190
|
-
/**
|
|
1191
|
-
* @internal
|
|
1192
|
-
*/
|
|
1193
|
-
export declare const DescribeAffectedAccountsForOrganizationResponseFilterSensitiveLog: (obj: DescribeAffectedAccountsForOrganizationResponse) => any;
|
|
1194
|
-
/**
|
|
1195
|
-
* @internal
|
|
1196
|
-
*/
|
|
1197
|
-
export declare const DateTimeRangeFilterSensitiveLog: (obj: DateTimeRange) => any;
|
|
1198
|
-
/**
|
|
1199
|
-
* @internal
|
|
1200
|
-
*/
|
|
1201
|
-
export declare const EntityFilterFilterSensitiveLog: (obj: EntityFilter) => any;
|
|
1202
|
-
/**
|
|
1203
|
-
* @internal
|
|
1204
|
-
*/
|
|
1205
|
-
export declare const DescribeAffectedEntitiesRequestFilterSensitiveLog: (obj: DescribeAffectedEntitiesRequest) => any;
|
|
1206
|
-
/**
|
|
1207
|
-
* @internal
|
|
1208
|
-
*/
|
|
1209
|
-
export declare const DescribeAffectedEntitiesResponseFilterSensitiveLog: (obj: DescribeAffectedEntitiesResponse) => any;
|
|
1210
|
-
/**
|
|
1211
|
-
* @internal
|
|
1212
|
-
*/
|
|
1213
|
-
export declare const EventAccountFilterFilterSensitiveLog: (obj: EventAccountFilter) => any;
|
|
1214
|
-
/**
|
|
1215
|
-
* @internal
|
|
1216
|
-
*/
|
|
1217
|
-
export declare const DescribeAffectedEntitiesForOrganizationRequestFilterSensitiveLog: (obj: DescribeAffectedEntitiesForOrganizationRequest) => any;
|
|
1218
|
-
/**
|
|
1219
|
-
* @internal
|
|
1220
|
-
*/
|
|
1221
|
-
export declare const OrganizationAffectedEntitiesErrorItemFilterSensitiveLog: (obj: OrganizationAffectedEntitiesErrorItem) => any;
|
|
1222
|
-
/**
|
|
1223
|
-
* @internal
|
|
1224
|
-
*/
|
|
1225
|
-
export declare const DescribeAffectedEntitiesForOrganizationResponseFilterSensitiveLog: (obj: DescribeAffectedEntitiesForOrganizationResponse) => any;
|
|
1226
|
-
/**
|
|
1227
|
-
* @internal
|
|
1228
|
-
*/
|
|
1229
|
-
export declare const DescribeEntityAggregatesRequestFilterSensitiveLog: (obj: DescribeEntityAggregatesRequest) => any;
|
|
1230
|
-
/**
|
|
1231
|
-
* @internal
|
|
1232
|
-
*/
|
|
1233
|
-
export declare const EntityAggregateFilterSensitiveLog: (obj: EntityAggregate) => any;
|
|
1234
|
-
/**
|
|
1235
|
-
* @internal
|
|
1236
|
-
*/
|
|
1237
|
-
export declare const DescribeEntityAggregatesResponseFilterSensitiveLog: (obj: DescribeEntityAggregatesResponse) => any;
|
|
1238
|
-
/**
|
|
1239
|
-
* @internal
|
|
1240
|
-
*/
|
|
1241
|
-
export declare const EventFilterFilterSensitiveLog: (obj: EventFilter) => any;
|
|
1242
|
-
/**
|
|
1243
|
-
* @internal
|
|
1244
|
-
*/
|
|
1245
|
-
export declare const DescribeEventAggregatesRequestFilterSensitiveLog: (obj: DescribeEventAggregatesRequest) => any;
|
|
1246
|
-
/**
|
|
1247
|
-
* @internal
|
|
1248
|
-
*/
|
|
1249
|
-
export declare const EventAggregateFilterSensitiveLog: (obj: EventAggregate) => any;
|
|
1250
|
-
/**
|
|
1251
|
-
* @internal
|
|
1252
|
-
*/
|
|
1253
|
-
export declare const DescribeEventAggregatesResponseFilterSensitiveLog: (obj: DescribeEventAggregatesResponse) => any;
|
|
1254
|
-
/**
|
|
1255
|
-
* @internal
|
|
1256
|
-
*/
|
|
1257
|
-
export declare const DescribeEventDetailsRequestFilterSensitiveLog: (obj: DescribeEventDetailsRequest) => any;
|
|
1258
|
-
/**
|
|
1259
|
-
* @internal
|
|
1260
|
-
*/
|
|
1261
|
-
export declare const EventDetailsErrorItemFilterSensitiveLog: (obj: EventDetailsErrorItem) => any;
|
|
1262
|
-
/**
|
|
1263
|
-
* @internal
|
|
1264
|
-
*/
|
|
1265
|
-
export declare const EventFilterSensitiveLog: (obj: Event) => any;
|
|
1266
|
-
/**
|
|
1267
|
-
* @internal
|
|
1268
|
-
*/
|
|
1269
|
-
export declare const EventDescriptionFilterSensitiveLog: (obj: EventDescription) => any;
|
|
1270
|
-
/**
|
|
1271
|
-
* @internal
|
|
1272
|
-
*/
|
|
1273
|
-
export declare const EventDetailsFilterSensitiveLog: (obj: EventDetails) => any;
|
|
1274
|
-
/**
|
|
1275
|
-
* @internal
|
|
1276
|
-
*/
|
|
1277
|
-
export declare const DescribeEventDetailsResponseFilterSensitiveLog: (obj: DescribeEventDetailsResponse) => any;
|
|
1278
|
-
/**
|
|
1279
|
-
* @internal
|
|
1280
|
-
*/
|
|
1281
|
-
export declare const DescribeEventDetailsForOrganizationRequestFilterSensitiveLog: (obj: DescribeEventDetailsForOrganizationRequest) => any;
|
|
1282
|
-
/**
|
|
1283
|
-
* @internal
|
|
1284
|
-
*/
|
|
1285
|
-
export declare const OrganizationEventDetailsErrorItemFilterSensitiveLog: (obj: OrganizationEventDetailsErrorItem) => any;
|
|
1286
|
-
/**
|
|
1287
|
-
* @internal
|
|
1288
|
-
*/
|
|
1289
|
-
export declare const OrganizationEventDetailsFilterSensitiveLog: (obj: OrganizationEventDetails) => any;
|
|
1290
|
-
/**
|
|
1291
|
-
* @internal
|
|
1292
|
-
*/
|
|
1293
|
-
export declare const DescribeEventDetailsForOrganizationResponseFilterSensitiveLog: (obj: DescribeEventDetailsForOrganizationResponse) => any;
|
|
1294
|
-
/**
|
|
1295
|
-
* @internal
|
|
1296
|
-
*/
|
|
1297
|
-
export declare const DescribeEventsRequestFilterSensitiveLog: (obj: DescribeEventsRequest) => any;
|
|
1298
|
-
/**
|
|
1299
|
-
* @internal
|
|
1300
|
-
*/
|
|
1301
|
-
export declare const DescribeEventsResponseFilterSensitiveLog: (obj: DescribeEventsResponse) => any;
|
|
1302
|
-
/**
|
|
1303
|
-
* @internal
|
|
1304
|
-
*/
|
|
1305
|
-
export declare const OrganizationEventFilterFilterSensitiveLog: (obj: OrganizationEventFilter) => any;
|
|
1306
|
-
/**
|
|
1307
|
-
* @internal
|
|
1308
|
-
*/
|
|
1309
|
-
export declare const DescribeEventsForOrganizationRequestFilterSensitiveLog: (obj: DescribeEventsForOrganizationRequest) => any;
|
|
1310
|
-
/**
|
|
1311
|
-
* @internal
|
|
1312
|
-
*/
|
|
1313
|
-
export declare const OrganizationEventFilterSensitiveLog: (obj: OrganizationEvent) => any;
|
|
1314
|
-
/**
|
|
1315
|
-
* @internal
|
|
1316
|
-
*/
|
|
1317
|
-
export declare const DescribeEventsForOrganizationResponseFilterSensitiveLog: (obj: DescribeEventsForOrganizationResponse) => any;
|
|
1318
|
-
/**
|
|
1319
|
-
* @internal
|
|
1320
|
-
*/
|
|
1321
|
-
export declare const EventTypeFilterFilterSensitiveLog: (obj: EventTypeFilter) => any;
|
|
1322
|
-
/**
|
|
1323
|
-
* @internal
|
|
1324
|
-
*/
|
|
1325
|
-
export declare const DescribeEventTypesRequestFilterSensitiveLog: (obj: DescribeEventTypesRequest) => any;
|
|
1326
|
-
/**
|
|
1327
|
-
* @internal
|
|
1328
|
-
*/
|
|
1329
|
-
export declare const EventTypeFilterSensitiveLog: (obj: EventType) => any;
|
|
1330
|
-
/**
|
|
1331
|
-
* @internal
|
|
1332
|
-
*/
|
|
1333
|
-
export declare const DescribeEventTypesResponseFilterSensitiveLog: (obj: DescribeEventTypesResponse) => any;
|
|
1334
|
-
/**
|
|
1335
|
-
* @internal
|
|
1336
|
-
*/
|
|
1337
|
-
export declare const DescribeHealthServiceStatusForOrganizationResponseFilterSensitiveLog: (obj: DescribeHealthServiceStatusForOrganizationResponse) => any;
|
|
@@ -270,110 +270,3 @@ export declare class ConcurrentModificationException extends __BaseException {
|
|
|
270
270
|
>
|
|
271
271
|
);
|
|
272
272
|
}
|
|
273
|
-
export declare const AffectedEntityFilterSensitiveLog: (
|
|
274
|
-
obj: AffectedEntity
|
|
275
|
-
) => any;
|
|
276
|
-
export declare const DescribeAffectedAccountsForOrganizationRequestFilterSensitiveLog: (
|
|
277
|
-
obj: DescribeAffectedAccountsForOrganizationRequest
|
|
278
|
-
) => any;
|
|
279
|
-
export declare const DescribeAffectedAccountsForOrganizationResponseFilterSensitiveLog: (
|
|
280
|
-
obj: DescribeAffectedAccountsForOrganizationResponse
|
|
281
|
-
) => any;
|
|
282
|
-
export declare const DateTimeRangeFilterSensitiveLog: (
|
|
283
|
-
obj: DateTimeRange
|
|
284
|
-
) => any;
|
|
285
|
-
export declare const EntityFilterFilterSensitiveLog: (obj: EntityFilter) => any;
|
|
286
|
-
export declare const DescribeAffectedEntitiesRequestFilterSensitiveLog: (
|
|
287
|
-
obj: DescribeAffectedEntitiesRequest
|
|
288
|
-
) => any;
|
|
289
|
-
export declare const DescribeAffectedEntitiesResponseFilterSensitiveLog: (
|
|
290
|
-
obj: DescribeAffectedEntitiesResponse
|
|
291
|
-
) => any;
|
|
292
|
-
export declare const EventAccountFilterFilterSensitiveLog: (
|
|
293
|
-
obj: EventAccountFilter
|
|
294
|
-
) => any;
|
|
295
|
-
export declare const DescribeAffectedEntitiesForOrganizationRequestFilterSensitiveLog: (
|
|
296
|
-
obj: DescribeAffectedEntitiesForOrganizationRequest
|
|
297
|
-
) => any;
|
|
298
|
-
export declare const OrganizationAffectedEntitiesErrorItemFilterSensitiveLog: (
|
|
299
|
-
obj: OrganizationAffectedEntitiesErrorItem
|
|
300
|
-
) => any;
|
|
301
|
-
export declare const DescribeAffectedEntitiesForOrganizationResponseFilterSensitiveLog: (
|
|
302
|
-
obj: DescribeAffectedEntitiesForOrganizationResponse
|
|
303
|
-
) => any;
|
|
304
|
-
export declare const DescribeEntityAggregatesRequestFilterSensitiveLog: (
|
|
305
|
-
obj: DescribeEntityAggregatesRequest
|
|
306
|
-
) => any;
|
|
307
|
-
export declare const EntityAggregateFilterSensitiveLog: (
|
|
308
|
-
obj: EntityAggregate
|
|
309
|
-
) => any;
|
|
310
|
-
export declare const DescribeEntityAggregatesResponseFilterSensitiveLog: (
|
|
311
|
-
obj: DescribeEntityAggregatesResponse
|
|
312
|
-
) => any;
|
|
313
|
-
export declare const EventFilterFilterSensitiveLog: (obj: EventFilter) => any;
|
|
314
|
-
export declare const DescribeEventAggregatesRequestFilterSensitiveLog: (
|
|
315
|
-
obj: DescribeEventAggregatesRequest
|
|
316
|
-
) => any;
|
|
317
|
-
export declare const EventAggregateFilterSensitiveLog: (
|
|
318
|
-
obj: EventAggregate
|
|
319
|
-
) => any;
|
|
320
|
-
export declare const DescribeEventAggregatesResponseFilterSensitiveLog: (
|
|
321
|
-
obj: DescribeEventAggregatesResponse
|
|
322
|
-
) => any;
|
|
323
|
-
export declare const DescribeEventDetailsRequestFilterSensitiveLog: (
|
|
324
|
-
obj: DescribeEventDetailsRequest
|
|
325
|
-
) => any;
|
|
326
|
-
export declare const EventDetailsErrorItemFilterSensitiveLog: (
|
|
327
|
-
obj: EventDetailsErrorItem
|
|
328
|
-
) => any;
|
|
329
|
-
export declare const EventFilterSensitiveLog: (obj: Event) => any;
|
|
330
|
-
export declare const EventDescriptionFilterSensitiveLog: (
|
|
331
|
-
obj: EventDescription
|
|
332
|
-
) => any;
|
|
333
|
-
export declare const EventDetailsFilterSensitiveLog: (obj: EventDetails) => any;
|
|
334
|
-
export declare const DescribeEventDetailsResponseFilterSensitiveLog: (
|
|
335
|
-
obj: DescribeEventDetailsResponse
|
|
336
|
-
) => any;
|
|
337
|
-
export declare const DescribeEventDetailsForOrganizationRequestFilterSensitiveLog: (
|
|
338
|
-
obj: DescribeEventDetailsForOrganizationRequest
|
|
339
|
-
) => any;
|
|
340
|
-
export declare const OrganizationEventDetailsErrorItemFilterSensitiveLog: (
|
|
341
|
-
obj: OrganizationEventDetailsErrorItem
|
|
342
|
-
) => any;
|
|
343
|
-
export declare const OrganizationEventDetailsFilterSensitiveLog: (
|
|
344
|
-
obj: OrganizationEventDetails
|
|
345
|
-
) => any;
|
|
346
|
-
export declare const DescribeEventDetailsForOrganizationResponseFilterSensitiveLog: (
|
|
347
|
-
obj: DescribeEventDetailsForOrganizationResponse
|
|
348
|
-
) => any;
|
|
349
|
-
export declare const DescribeEventsRequestFilterSensitiveLog: (
|
|
350
|
-
obj: DescribeEventsRequest
|
|
351
|
-
) => any;
|
|
352
|
-
export declare const DescribeEventsResponseFilterSensitiveLog: (
|
|
353
|
-
obj: DescribeEventsResponse
|
|
354
|
-
) => any;
|
|
355
|
-
export declare const OrganizationEventFilterFilterSensitiveLog: (
|
|
356
|
-
obj: OrganizationEventFilter
|
|
357
|
-
) => any;
|
|
358
|
-
export declare const DescribeEventsForOrganizationRequestFilterSensitiveLog: (
|
|
359
|
-
obj: DescribeEventsForOrganizationRequest
|
|
360
|
-
) => any;
|
|
361
|
-
export declare const OrganizationEventFilterSensitiveLog: (
|
|
362
|
-
obj: OrganizationEvent
|
|
363
|
-
) => any;
|
|
364
|
-
export declare const DescribeEventsForOrganizationResponseFilterSensitiveLog: (
|
|
365
|
-
obj: DescribeEventsForOrganizationResponse
|
|
366
|
-
) => any;
|
|
367
|
-
export declare const EventTypeFilterFilterSensitiveLog: (
|
|
368
|
-
obj: EventTypeFilter
|
|
369
|
-
) => any;
|
|
370
|
-
export declare const DescribeEventTypesRequestFilterSensitiveLog: (
|
|
371
|
-
obj: DescribeEventTypesRequest
|
|
372
|
-
) => any;
|
|
373
|
-
export declare const EventTypeFilterSensitiveLog: (obj: EventType) => any;
|
|
374
|
-
export declare const DescribeEventTypesResponseFilterSensitiveLog: (
|
|
375
|
-
obj: DescribeEventTypesResponse
|
|
376
|
-
) => any;
|
|
377
|
-
export declare const DescribeHealthServiceStatusForOrganizationResponseFilterSensitiveLog: (
|
|
378
|
-
obj: DescribeHealthServiceStatusForOrganizationResponse
|
|
379
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-health",
|
|
3
3
|
"description": "AWS SDK for JavaScript Health Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.298.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo health"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|