@aws-sdk/client-health 3.170.0 → 3.171.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 +8 -0
- package/dist-types/ts3.4/Health.d.ts +0 -13
- package/dist-types/ts3.4/HealthClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/DescribeAffectedAccountsForOrganizationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAffectedEntitiesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAffectedEntitiesForOrganizationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEntityAggregatesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEventAggregatesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEventDetailsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEventDetailsForOrganizationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEventTypesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEventsForOrganizationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeHealthServiceStatusForOrganizationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableHealthServiceAccessForOrganizationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EnableHealthServiceAccessForOrganizationCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/HealthServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -170
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-health
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-health
|
|
@@ -52,7 +52,6 @@ import {
|
|
|
52
52
|
EnableHealthServiceAccessForOrganizationCommandOutput,
|
|
53
53
|
} from "./commands/EnableHealthServiceAccessForOrganizationCommand";
|
|
54
54
|
import { HealthClient } from "./HealthClient";
|
|
55
|
-
|
|
56
55
|
export declare class Health extends HealthClient {
|
|
57
56
|
describeAffectedAccountsForOrganization(
|
|
58
57
|
args: DescribeAffectedAccountsForOrganizationCommandInput,
|
|
@@ -73,7 +72,6 @@ export declare class Health extends HealthClient {
|
|
|
73
72
|
data?: DescribeAffectedAccountsForOrganizationCommandOutput
|
|
74
73
|
) => void
|
|
75
74
|
): void;
|
|
76
|
-
|
|
77
75
|
describeAffectedEntities(
|
|
78
76
|
args: DescribeAffectedEntitiesCommandInput,
|
|
79
77
|
options?: __HttpHandlerOptions
|
|
@@ -87,7 +85,6 @@ export declare class Health extends HealthClient {
|
|
|
87
85
|
options: __HttpHandlerOptions,
|
|
88
86
|
cb: (err: any, data?: DescribeAffectedEntitiesCommandOutput) => void
|
|
89
87
|
): void;
|
|
90
|
-
|
|
91
88
|
describeAffectedEntitiesForOrganization(
|
|
92
89
|
args: DescribeAffectedEntitiesForOrganizationCommandInput,
|
|
93
90
|
options?: __HttpHandlerOptions
|
|
@@ -107,7 +104,6 @@ export declare class Health extends HealthClient {
|
|
|
107
104
|
data?: DescribeAffectedEntitiesForOrganizationCommandOutput
|
|
108
105
|
) => void
|
|
109
106
|
): void;
|
|
110
|
-
|
|
111
107
|
describeEntityAggregates(
|
|
112
108
|
args: DescribeEntityAggregatesCommandInput,
|
|
113
109
|
options?: __HttpHandlerOptions
|
|
@@ -121,7 +117,6 @@ export declare class Health extends HealthClient {
|
|
|
121
117
|
options: __HttpHandlerOptions,
|
|
122
118
|
cb: (err: any, data?: DescribeEntityAggregatesCommandOutput) => void
|
|
123
119
|
): void;
|
|
124
|
-
|
|
125
120
|
describeEventAggregates(
|
|
126
121
|
args: DescribeEventAggregatesCommandInput,
|
|
127
122
|
options?: __HttpHandlerOptions
|
|
@@ -135,7 +130,6 @@ export declare class Health extends HealthClient {
|
|
|
135
130
|
options: __HttpHandlerOptions,
|
|
136
131
|
cb: (err: any, data?: DescribeEventAggregatesCommandOutput) => void
|
|
137
132
|
): void;
|
|
138
|
-
|
|
139
133
|
describeEventDetails(
|
|
140
134
|
args: DescribeEventDetailsCommandInput,
|
|
141
135
|
options?: __HttpHandlerOptions
|
|
@@ -149,7 +143,6 @@ export declare class Health extends HealthClient {
|
|
|
149
143
|
options: __HttpHandlerOptions,
|
|
150
144
|
cb: (err: any, data?: DescribeEventDetailsCommandOutput) => void
|
|
151
145
|
): void;
|
|
152
|
-
|
|
153
146
|
describeEventDetailsForOrganization(
|
|
154
147
|
args: DescribeEventDetailsForOrganizationCommandInput,
|
|
155
148
|
options?: __HttpHandlerOptions
|
|
@@ -169,7 +162,6 @@ export declare class Health extends HealthClient {
|
|
|
169
162
|
data?: DescribeEventDetailsForOrganizationCommandOutput
|
|
170
163
|
) => void
|
|
171
164
|
): void;
|
|
172
|
-
|
|
173
165
|
describeEvents(
|
|
174
166
|
args: DescribeEventsCommandInput,
|
|
175
167
|
options?: __HttpHandlerOptions
|
|
@@ -183,7 +175,6 @@ export declare class Health extends HealthClient {
|
|
|
183
175
|
options: __HttpHandlerOptions,
|
|
184
176
|
cb: (err: any, data?: DescribeEventsCommandOutput) => void
|
|
185
177
|
): void;
|
|
186
|
-
|
|
187
178
|
describeEventsForOrganization(
|
|
188
179
|
args: DescribeEventsForOrganizationCommandInput,
|
|
189
180
|
options?: __HttpHandlerOptions
|
|
@@ -197,7 +188,6 @@ export declare class Health extends HealthClient {
|
|
|
197
188
|
options: __HttpHandlerOptions,
|
|
198
189
|
cb: (err: any, data?: DescribeEventsForOrganizationCommandOutput) => void
|
|
199
190
|
): void;
|
|
200
|
-
|
|
201
191
|
describeEventTypes(
|
|
202
192
|
args: DescribeEventTypesCommandInput,
|
|
203
193
|
options?: __HttpHandlerOptions
|
|
@@ -211,7 +201,6 @@ export declare class Health extends HealthClient {
|
|
|
211
201
|
options: __HttpHandlerOptions,
|
|
212
202
|
cb: (err: any, data?: DescribeEventTypesCommandOutput) => void
|
|
213
203
|
): void;
|
|
214
|
-
|
|
215
204
|
describeHealthServiceStatusForOrganization(
|
|
216
205
|
args: DescribeHealthServiceStatusForOrganizationCommandInput,
|
|
217
206
|
options?: __HttpHandlerOptions
|
|
@@ -231,7 +220,6 @@ export declare class Health extends HealthClient {
|
|
|
231
220
|
data?: DescribeHealthServiceStatusForOrganizationCommandOutput
|
|
232
221
|
) => void
|
|
233
222
|
): void;
|
|
234
|
-
|
|
235
223
|
disableHealthServiceAccessForOrganization(
|
|
236
224
|
args: DisableHealthServiceAccessForOrganizationCommandInput,
|
|
237
225
|
options?: __HttpHandlerOptions
|
|
@@ -251,7 +239,6 @@ export declare class Health extends HealthClient {
|
|
|
251
239
|
data?: DisableHealthServiceAccessForOrganizationCommandOutput
|
|
252
240
|
) => void
|
|
253
241
|
): void;
|
|
254
|
-
|
|
255
242
|
enableHealthServiceAccessForOrganization(
|
|
256
243
|
args: EnableHealthServiceAccessForOrganizationCommandInput,
|
|
257
244
|
options?: __HttpHandlerOptions
|
|
@@ -125,47 +125,26 @@ export declare type ServiceOutputTypes =
|
|
|
125
125
|
export interface ClientDefaults
|
|
126
126
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
127
127
|
requestHandler?: __HttpHandler;
|
|
128
|
-
|
|
129
128
|
sha256?: __HashConstructor;
|
|
130
|
-
|
|
131
129
|
urlParser?: __UrlParser;
|
|
132
|
-
|
|
133
130
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
134
|
-
|
|
135
131
|
streamCollector?: __StreamCollector;
|
|
136
|
-
|
|
137
132
|
base64Decoder?: __Decoder;
|
|
138
|
-
|
|
139
133
|
base64Encoder?: __Encoder;
|
|
140
|
-
|
|
141
134
|
utf8Decoder?: __Decoder;
|
|
142
|
-
|
|
143
135
|
utf8Encoder?: __Encoder;
|
|
144
|
-
|
|
145
136
|
runtime?: string;
|
|
146
|
-
|
|
147
137
|
disableHostPrefix?: boolean;
|
|
148
|
-
|
|
149
138
|
maxAttempts?: number | __Provider<number>;
|
|
150
|
-
|
|
151
139
|
retryMode?: string | __Provider<string>;
|
|
152
|
-
|
|
153
140
|
logger?: __Logger;
|
|
154
|
-
|
|
155
141
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
156
|
-
|
|
157
142
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
158
|
-
|
|
159
143
|
serviceId?: string;
|
|
160
|
-
|
|
161
144
|
region?: string | __Provider<string>;
|
|
162
|
-
|
|
163
145
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
164
|
-
|
|
165
146
|
regionInfoProvider?: RegionInfoProvider;
|
|
166
|
-
|
|
167
147
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
168
|
-
|
|
169
148
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
170
149
|
}
|
|
171
150
|
declare type HealthClientConfigType = Partial<
|
|
@@ -178,7 +157,6 @@ declare type HealthClientConfigType = Partial<
|
|
|
178
157
|
HostHeaderInputConfig &
|
|
179
158
|
AwsAuthInputConfig &
|
|
180
159
|
UserAgentInputConfig;
|
|
181
|
-
|
|
182
160
|
export interface HealthClientConfig extends HealthClientConfigType {}
|
|
183
161
|
declare type HealthClientResolvedConfigType =
|
|
184
162
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -189,10 +167,8 @@ declare type HealthClientResolvedConfigType =
|
|
|
189
167
|
HostHeaderResolvedConfig &
|
|
190
168
|
AwsAuthResolvedConfig &
|
|
191
169
|
UserAgentResolvedConfig;
|
|
192
|
-
|
|
193
170
|
export interface HealthClientResolvedConfig
|
|
194
171
|
extends HealthClientResolvedConfigType {}
|
|
195
|
-
|
|
196
172
|
export declare class HealthClient extends __Client<
|
|
197
173
|
__HttpHandlerOptions,
|
|
198
174
|
ServiceInputTypes,
|
|
@@ -201,7 +177,6 @@ export declare class HealthClient extends __Client<
|
|
|
201
177
|
> {
|
|
202
178
|
readonly config: HealthClientResolvedConfig;
|
|
203
179
|
constructor(configuration: HealthClientConfig);
|
|
204
|
-
|
|
205
180
|
destroy(): void;
|
|
206
181
|
}
|
|
207
182
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface DescribeAffectedAccountsForOrganizationCommandInput
|
|
|
19
19
|
export interface DescribeAffectedAccountsForOrganizationCommandOutput
|
|
20
20
|
extends DescribeAffectedAccountsForOrganizationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeAffectedAccountsForOrganizationCommand extends $Command<
|
|
24
23
|
DescribeAffectedAccountsForOrganizationCommandInput,
|
|
25
24
|
DescribeAffectedAccountsForOrganizationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeAffectedAccountsForOrganizationCommand extends $Com
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeAffectedAccountsForOrganizationCommandInput;
|
|
29
28
|
constructor(input: DescribeAffectedAccountsForOrganizationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: HealthClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeAffectedEntitiesCommandInput
|
|
|
19
19
|
export interface DescribeAffectedEntitiesCommandOutput
|
|
20
20
|
extends DescribeAffectedEntitiesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeAffectedEntitiesCommand extends $Command<
|
|
24
23
|
DescribeAffectedEntitiesCommandInput,
|
|
25
24
|
DescribeAffectedEntitiesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeAffectedEntitiesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeAffectedEntitiesCommandInput;
|
|
29
28
|
constructor(input: DescribeAffectedEntitiesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: HealthClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeAffectedEntitiesForOrganizationCommandInput
|
|
|
19
19
|
export interface DescribeAffectedEntitiesForOrganizationCommandOutput
|
|
20
20
|
extends DescribeAffectedEntitiesForOrganizationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeAffectedEntitiesForOrganizationCommand extends $Command<
|
|
24
23
|
DescribeAffectedEntitiesForOrganizationCommandInput,
|
|
25
24
|
DescribeAffectedEntitiesForOrganizationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeAffectedEntitiesForOrganizationCommand extends $Com
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeAffectedEntitiesForOrganizationCommandInput;
|
|
29
28
|
constructor(input: DescribeAffectedEntitiesForOrganizationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: HealthClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeEntityAggregatesCommandInput
|
|
|
19
19
|
export interface DescribeEntityAggregatesCommandOutput
|
|
20
20
|
extends DescribeEntityAggregatesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeEntityAggregatesCommand extends $Command<
|
|
24
23
|
DescribeEntityAggregatesCommandInput,
|
|
25
24
|
DescribeEntityAggregatesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeEntityAggregatesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeEntityAggregatesCommandInput;
|
|
29
28
|
constructor(input: DescribeEntityAggregatesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: HealthClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeEventAggregatesCommandInput
|
|
|
19
19
|
export interface DescribeEventAggregatesCommandOutput
|
|
20
20
|
extends DescribeEventAggregatesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeEventAggregatesCommand extends $Command<
|
|
24
23
|
DescribeEventAggregatesCommandInput,
|
|
25
24
|
DescribeEventAggregatesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeEventAggregatesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeEventAggregatesCommandInput;
|
|
29
28
|
constructor(input: DescribeEventAggregatesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: HealthClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeEventDetailsCommandInput
|
|
|
19
19
|
export interface DescribeEventDetailsCommandOutput
|
|
20
20
|
extends DescribeEventDetailsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeEventDetailsCommand extends $Command<
|
|
24
23
|
DescribeEventDetailsCommandInput,
|
|
25
24
|
DescribeEventDetailsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeEventDetailsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeEventDetailsCommandInput;
|
|
29
28
|
constructor(input: DescribeEventDetailsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: HealthClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeEventDetailsForOrganizationCommandInput
|
|
|
19
19
|
export interface DescribeEventDetailsForOrganizationCommandOutput
|
|
20
20
|
extends DescribeEventDetailsForOrganizationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeEventDetailsForOrganizationCommand extends $Command<
|
|
24
23
|
DescribeEventDetailsForOrganizationCommandInput,
|
|
25
24
|
DescribeEventDetailsForOrganizationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeEventDetailsForOrganizationCommand extends $Command
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeEventDetailsForOrganizationCommandInput;
|
|
29
28
|
constructor(input: DescribeEventDetailsForOrganizationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: HealthClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeEventTypesCommandInput
|
|
|
19
19
|
export interface DescribeEventTypesCommandOutput
|
|
20
20
|
extends DescribeEventTypesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeEventTypesCommand extends $Command<
|
|
24
23
|
DescribeEventTypesCommandInput,
|
|
25
24
|
DescribeEventTypesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeEventTypesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeEventTypesCommandInput;
|
|
29
28
|
constructor(input: DescribeEventTypesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: HealthClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeEventsCommandInput extends DescribeEventsRequest {}
|
|
|
18
18
|
export interface DescribeEventsCommandOutput
|
|
19
19
|
extends DescribeEventsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeEventsCommand extends $Command<
|
|
23
22
|
DescribeEventsCommandInput,
|
|
24
23
|
DescribeEventsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeEventsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeEventsCommandInput;
|
|
28
27
|
constructor(input: DescribeEventsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: HealthClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeEventsForOrganizationCommandInput
|
|
|
19
19
|
export interface DescribeEventsForOrganizationCommandOutput
|
|
20
20
|
extends DescribeEventsForOrganizationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeEventsForOrganizationCommand extends $Command<
|
|
24
23
|
DescribeEventsForOrganizationCommandInput,
|
|
25
24
|
DescribeEventsForOrganizationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeEventsForOrganizationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeEventsForOrganizationCommandInput;
|
|
29
28
|
constructor(input: DescribeEventsForOrganizationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: HealthClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DescribeHealthServiceStatusForOrganizationCommandInput {}
|
|
|
15
15
|
export interface DescribeHealthServiceStatusForOrganizationCommandOutput
|
|
16
16
|
extends DescribeHealthServiceStatusForOrganizationResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DescribeHealthServiceStatusForOrganizationCommand extends $Command<
|
|
20
19
|
DescribeHealthServiceStatusForOrganizationCommandInput,
|
|
21
20
|
DescribeHealthServiceStatusForOrganizationCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DescribeHealthServiceStatusForOrganizationCommand extends $
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DescribeHealthServiceStatusForOrganizationCommandInput;
|
|
25
24
|
constructor(input: DescribeHealthServiceStatusForOrganizationCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: HealthClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
export interface DisableHealthServiceAccessForOrganizationCommandInput {}
|
|
14
14
|
export interface DisableHealthServiceAccessForOrganizationCommandOutput
|
|
15
15
|
extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class DisableHealthServiceAccessForOrganizationCommand extends $Command<
|
|
18
17
|
DisableHealthServiceAccessForOrganizationCommandInput,
|
|
19
18
|
DisableHealthServiceAccessForOrganizationCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class DisableHealthServiceAccessForOrganizationCommand extends $C
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: DisableHealthServiceAccessForOrganizationCommandInput;
|
|
23
22
|
constructor(input: DisableHealthServiceAccessForOrganizationCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: HealthClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
export interface EnableHealthServiceAccessForOrganizationCommandInput {}
|
|
14
14
|
export interface EnableHealthServiceAccessForOrganizationCommandOutput
|
|
15
15
|
extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class EnableHealthServiceAccessForOrganizationCommand extends $Command<
|
|
18
17
|
EnableHealthServiceAccessForOrganizationCommandInput,
|
|
19
18
|
EnableHealthServiceAccessForOrganizationCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class EnableHealthServiceAccessForOrganizationCommand extends $Co
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: EnableHealthServiceAccessForOrganizationCommandInput;
|
|
23
22
|
constructor(input: EnableHealthServiceAccessForOrganizationCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: HealthClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class HealthServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|
|
@@ -5,29 +5,19 @@ export declare enum EntityStatusCode {
|
|
|
5
5
|
UNIMPAIRED = "UNIMPAIRED",
|
|
6
6
|
UNKNOWN = "UNKNOWN",
|
|
7
7
|
}
|
|
8
|
-
|
|
9
8
|
export interface AffectedEntity {
|
|
10
9
|
entityArn?: string;
|
|
11
|
-
|
|
12
10
|
eventArn?: string;
|
|
13
|
-
|
|
14
11
|
entityValue?: string;
|
|
15
|
-
|
|
16
12
|
entityUrl?: string;
|
|
17
|
-
|
|
18
13
|
awsAccountId?: string;
|
|
19
|
-
|
|
20
14
|
lastUpdatedTime?: Date;
|
|
21
|
-
|
|
22
15
|
statusCode?: EntityStatusCode | string;
|
|
23
|
-
|
|
24
16
|
tags?: Record<string, string>;
|
|
25
17
|
}
|
|
26
18
|
export interface DescribeAffectedAccountsForOrganizationRequest {
|
|
27
19
|
eventArn: string | undefined;
|
|
28
|
-
|
|
29
20
|
nextToken?: string;
|
|
30
|
-
|
|
31
21
|
maxResults?: number;
|
|
32
22
|
}
|
|
33
23
|
export declare enum EventScopeCode {
|
|
@@ -37,100 +27,69 @@ export declare enum EventScopeCode {
|
|
|
37
27
|
}
|
|
38
28
|
export interface DescribeAffectedAccountsForOrganizationResponse {
|
|
39
29
|
affectedAccounts?: string[];
|
|
40
|
-
|
|
41
30
|
eventScopeCode?: EventScopeCode | string;
|
|
42
|
-
|
|
43
31
|
nextToken?: string;
|
|
44
32
|
}
|
|
45
|
-
|
|
46
33
|
export declare class InvalidPaginationToken extends __BaseException {
|
|
47
34
|
readonly name: "InvalidPaginationToken";
|
|
48
35
|
readonly $fault: "client";
|
|
49
|
-
|
|
50
36
|
constructor(
|
|
51
37
|
opts: __ExceptionOptionType<InvalidPaginationToken, __BaseException>
|
|
52
38
|
);
|
|
53
39
|
}
|
|
54
|
-
|
|
55
40
|
export interface DateTimeRange {
|
|
56
41
|
from?: Date;
|
|
57
|
-
|
|
58
42
|
to?: Date;
|
|
59
43
|
}
|
|
60
|
-
|
|
61
44
|
export interface EntityFilter {
|
|
62
45
|
eventArns: string[] | undefined;
|
|
63
|
-
|
|
64
46
|
entityArns?: string[];
|
|
65
|
-
|
|
66
47
|
entityValues?: string[];
|
|
67
|
-
|
|
68
48
|
lastUpdatedTimes?: DateTimeRange[];
|
|
69
|
-
|
|
70
49
|
tags?: Record<string, string>[];
|
|
71
|
-
|
|
72
50
|
statusCodes?: (EntityStatusCode | string)[];
|
|
73
51
|
}
|
|
74
52
|
export interface DescribeAffectedEntitiesRequest {
|
|
75
53
|
filter: EntityFilter | undefined;
|
|
76
|
-
|
|
77
54
|
locale?: string;
|
|
78
|
-
|
|
79
55
|
nextToken?: string;
|
|
80
|
-
|
|
81
56
|
maxResults?: number;
|
|
82
57
|
}
|
|
83
58
|
export interface DescribeAffectedEntitiesResponse {
|
|
84
59
|
entities?: AffectedEntity[];
|
|
85
|
-
|
|
86
60
|
nextToken?: string;
|
|
87
61
|
}
|
|
88
|
-
|
|
89
62
|
export declare class UnsupportedLocale extends __BaseException {
|
|
90
63
|
readonly name: "UnsupportedLocale";
|
|
91
64
|
readonly $fault: "client";
|
|
92
|
-
|
|
93
65
|
constructor(opts: __ExceptionOptionType<UnsupportedLocale, __BaseException>);
|
|
94
66
|
}
|
|
95
|
-
|
|
96
67
|
export interface EventAccountFilter {
|
|
97
68
|
eventArn: string | undefined;
|
|
98
|
-
|
|
99
69
|
awsAccountId?: string;
|
|
100
70
|
}
|
|
101
71
|
export interface DescribeAffectedEntitiesForOrganizationRequest {
|
|
102
72
|
organizationEntityFilters: EventAccountFilter[] | undefined;
|
|
103
|
-
|
|
104
73
|
locale?: string;
|
|
105
|
-
|
|
106
74
|
nextToken?: string;
|
|
107
|
-
|
|
108
75
|
maxResults?: number;
|
|
109
76
|
}
|
|
110
|
-
|
|
111
77
|
export interface OrganizationAffectedEntitiesErrorItem {
|
|
112
78
|
awsAccountId?: string;
|
|
113
|
-
|
|
114
79
|
eventArn?: string;
|
|
115
|
-
|
|
116
80
|
errorName?: string;
|
|
117
|
-
|
|
118
81
|
errorMessage?: string;
|
|
119
82
|
}
|
|
120
83
|
export interface DescribeAffectedEntitiesForOrganizationResponse {
|
|
121
84
|
entities?: AffectedEntity[];
|
|
122
|
-
|
|
123
85
|
failedSet?: OrganizationAffectedEntitiesErrorItem[];
|
|
124
|
-
|
|
125
86
|
nextToken?: string;
|
|
126
87
|
}
|
|
127
88
|
export interface DescribeEntityAggregatesRequest {
|
|
128
89
|
eventArns?: string[];
|
|
129
90
|
}
|
|
130
|
-
|
|
131
91
|
export interface EntityAggregate {
|
|
132
92
|
eventArn?: string;
|
|
133
|
-
|
|
134
93
|
count?: number;
|
|
135
94
|
}
|
|
136
95
|
export interface DescribeEntityAggregatesResponse {
|
|
@@ -150,250 +109,160 @@ export declare enum EventTypeCategory {
|
|
|
150
109
|
ISSUE = "issue",
|
|
151
110
|
SCHEDULED_CHANGE = "scheduledChange",
|
|
152
111
|
}
|
|
153
|
-
|
|
154
112
|
export interface EventFilter {
|
|
155
113
|
eventArns?: string[];
|
|
156
|
-
|
|
157
114
|
eventTypeCodes?: string[];
|
|
158
|
-
|
|
159
115
|
services?: string[];
|
|
160
|
-
|
|
161
116
|
regions?: string[];
|
|
162
|
-
|
|
163
117
|
availabilityZones?: string[];
|
|
164
|
-
|
|
165
118
|
startTimes?: DateTimeRange[];
|
|
166
|
-
|
|
167
119
|
endTimes?: DateTimeRange[];
|
|
168
|
-
|
|
169
120
|
lastUpdatedTimes?: DateTimeRange[];
|
|
170
|
-
|
|
171
121
|
entityArns?: string[];
|
|
172
|
-
|
|
173
122
|
entityValues?: string[];
|
|
174
|
-
|
|
175
123
|
eventTypeCategories?: (EventTypeCategory | string)[];
|
|
176
|
-
|
|
177
124
|
tags?: Record<string, string>[];
|
|
178
|
-
|
|
179
125
|
eventStatusCodes?: (EventStatusCode | string)[];
|
|
180
126
|
}
|
|
181
127
|
export interface DescribeEventAggregatesRequest {
|
|
182
128
|
filter?: EventFilter;
|
|
183
|
-
|
|
184
129
|
aggregateField: EventAggregateField | string | undefined;
|
|
185
|
-
|
|
186
130
|
maxResults?: number;
|
|
187
|
-
|
|
188
131
|
nextToken?: string;
|
|
189
132
|
}
|
|
190
|
-
|
|
191
133
|
export interface EventAggregate {
|
|
192
134
|
aggregateValue?: string;
|
|
193
|
-
|
|
194
135
|
count?: number;
|
|
195
136
|
}
|
|
196
137
|
export interface DescribeEventAggregatesResponse {
|
|
197
138
|
eventAggregates?: EventAggregate[];
|
|
198
|
-
|
|
199
139
|
nextToken?: string;
|
|
200
140
|
}
|
|
201
141
|
export interface DescribeEventDetailsRequest {
|
|
202
142
|
eventArns: string[] | undefined;
|
|
203
|
-
|
|
204
143
|
locale?: string;
|
|
205
144
|
}
|
|
206
|
-
|
|
207
145
|
export interface EventDetailsErrorItem {
|
|
208
146
|
eventArn?: string;
|
|
209
|
-
|
|
210
147
|
errorName?: string;
|
|
211
|
-
|
|
212
148
|
errorMessage?: string;
|
|
213
149
|
}
|
|
214
|
-
|
|
215
150
|
export interface Event {
|
|
216
151
|
arn?: string;
|
|
217
|
-
|
|
218
152
|
service?: string;
|
|
219
|
-
|
|
220
153
|
eventTypeCode?: string;
|
|
221
|
-
|
|
222
154
|
eventTypeCategory?: EventTypeCategory | string;
|
|
223
|
-
|
|
224
155
|
region?: string;
|
|
225
|
-
|
|
226
156
|
availabilityZone?: string;
|
|
227
|
-
|
|
228
157
|
startTime?: Date;
|
|
229
|
-
|
|
230
158
|
endTime?: Date;
|
|
231
|
-
|
|
232
159
|
lastUpdatedTime?: Date;
|
|
233
|
-
|
|
234
160
|
statusCode?: EventStatusCode | string;
|
|
235
|
-
|
|
236
161
|
eventScopeCode?: EventScopeCode | string;
|
|
237
162
|
}
|
|
238
|
-
|
|
239
163
|
export interface EventDescription {
|
|
240
164
|
latestDescription?: string;
|
|
241
165
|
}
|
|
242
|
-
|
|
243
166
|
export interface EventDetails {
|
|
244
167
|
event?: Event;
|
|
245
|
-
|
|
246
168
|
eventDescription?: EventDescription;
|
|
247
|
-
|
|
248
169
|
eventMetadata?: Record<string, string>;
|
|
249
170
|
}
|
|
250
171
|
export interface DescribeEventDetailsResponse {
|
|
251
172
|
successfulSet?: EventDetails[];
|
|
252
|
-
|
|
253
173
|
failedSet?: EventDetailsErrorItem[];
|
|
254
174
|
}
|
|
255
175
|
export interface DescribeEventDetailsForOrganizationRequest {
|
|
256
176
|
organizationEventDetailFilters: EventAccountFilter[] | undefined;
|
|
257
|
-
|
|
258
177
|
locale?: string;
|
|
259
178
|
}
|
|
260
|
-
|
|
261
179
|
export interface OrganizationEventDetailsErrorItem {
|
|
262
180
|
awsAccountId?: string;
|
|
263
|
-
|
|
264
181
|
eventArn?: string;
|
|
265
|
-
|
|
266
182
|
errorName?: string;
|
|
267
|
-
|
|
268
183
|
errorMessage?: string;
|
|
269
184
|
}
|
|
270
|
-
|
|
271
185
|
export interface OrganizationEventDetails {
|
|
272
186
|
awsAccountId?: string;
|
|
273
|
-
|
|
274
187
|
event?: Event;
|
|
275
|
-
|
|
276
188
|
eventDescription?: EventDescription;
|
|
277
|
-
|
|
278
189
|
eventMetadata?: Record<string, string>;
|
|
279
190
|
}
|
|
280
191
|
export interface DescribeEventDetailsForOrganizationResponse {
|
|
281
192
|
successfulSet?: OrganizationEventDetails[];
|
|
282
|
-
|
|
283
193
|
failedSet?: OrganizationEventDetailsErrorItem[];
|
|
284
194
|
}
|
|
285
195
|
export interface DescribeEventsRequest {
|
|
286
196
|
filter?: EventFilter;
|
|
287
|
-
|
|
288
197
|
nextToken?: string;
|
|
289
|
-
|
|
290
198
|
maxResults?: number;
|
|
291
|
-
|
|
292
199
|
locale?: string;
|
|
293
200
|
}
|
|
294
201
|
export interface DescribeEventsResponse {
|
|
295
202
|
events?: Event[];
|
|
296
|
-
|
|
297
203
|
nextToken?: string;
|
|
298
204
|
}
|
|
299
|
-
|
|
300
205
|
export interface OrganizationEventFilter {
|
|
301
206
|
eventTypeCodes?: string[];
|
|
302
|
-
|
|
303
207
|
awsAccountIds?: string[];
|
|
304
|
-
|
|
305
208
|
services?: string[];
|
|
306
|
-
|
|
307
209
|
regions?: string[];
|
|
308
|
-
|
|
309
210
|
startTime?: DateTimeRange;
|
|
310
|
-
|
|
311
211
|
endTime?: DateTimeRange;
|
|
312
|
-
|
|
313
212
|
lastUpdatedTime?: DateTimeRange;
|
|
314
|
-
|
|
315
213
|
entityArns?: string[];
|
|
316
|
-
|
|
317
214
|
entityValues?: string[];
|
|
318
|
-
|
|
319
215
|
eventTypeCategories?: (EventTypeCategory | string)[];
|
|
320
|
-
|
|
321
216
|
eventStatusCodes?: (EventStatusCode | string)[];
|
|
322
217
|
}
|
|
323
218
|
export interface DescribeEventsForOrganizationRequest {
|
|
324
219
|
filter?: OrganizationEventFilter;
|
|
325
|
-
|
|
326
220
|
nextToken?: string;
|
|
327
|
-
|
|
328
221
|
maxResults?: number;
|
|
329
|
-
|
|
330
222
|
locale?: string;
|
|
331
223
|
}
|
|
332
|
-
|
|
333
224
|
export interface OrganizationEvent {
|
|
334
225
|
arn?: string;
|
|
335
|
-
|
|
336
226
|
service?: string;
|
|
337
|
-
|
|
338
227
|
eventTypeCode?: string;
|
|
339
|
-
|
|
340
228
|
eventTypeCategory?: EventTypeCategory | string;
|
|
341
|
-
|
|
342
229
|
eventScopeCode?: EventScopeCode | string;
|
|
343
|
-
|
|
344
230
|
region?: string;
|
|
345
|
-
|
|
346
231
|
startTime?: Date;
|
|
347
|
-
|
|
348
232
|
endTime?: Date;
|
|
349
|
-
|
|
350
233
|
lastUpdatedTime?: Date;
|
|
351
|
-
|
|
352
234
|
statusCode?: EventStatusCode | string;
|
|
353
235
|
}
|
|
354
236
|
export interface DescribeEventsForOrganizationResponse {
|
|
355
237
|
events?: OrganizationEvent[];
|
|
356
|
-
|
|
357
238
|
nextToken?: string;
|
|
358
239
|
}
|
|
359
|
-
|
|
360
240
|
export interface EventTypeFilter {
|
|
361
241
|
eventTypeCodes?: string[];
|
|
362
|
-
|
|
363
242
|
services?: string[];
|
|
364
|
-
|
|
365
243
|
eventTypeCategories?: (EventTypeCategory | string)[];
|
|
366
244
|
}
|
|
367
245
|
export interface DescribeEventTypesRequest {
|
|
368
246
|
filter?: EventTypeFilter;
|
|
369
|
-
|
|
370
247
|
locale?: string;
|
|
371
|
-
|
|
372
248
|
nextToken?: string;
|
|
373
|
-
|
|
374
249
|
maxResults?: number;
|
|
375
250
|
}
|
|
376
|
-
|
|
377
251
|
export interface EventType {
|
|
378
252
|
service?: string;
|
|
379
|
-
|
|
380
253
|
code?: string;
|
|
381
|
-
|
|
382
254
|
category?: EventTypeCategory | string;
|
|
383
255
|
}
|
|
384
256
|
export interface DescribeEventTypesResponse {
|
|
385
257
|
eventTypes?: EventType[];
|
|
386
|
-
|
|
387
258
|
nextToken?: string;
|
|
388
259
|
}
|
|
389
260
|
export interface DescribeHealthServiceStatusForOrganizationResponse {
|
|
390
261
|
healthServiceAccessStatusForOrganization?: string;
|
|
391
262
|
}
|
|
392
|
-
|
|
393
263
|
export declare class ConcurrentModificationException extends __BaseException {
|
|
394
264
|
readonly name: "ConcurrentModificationException";
|
|
395
265
|
readonly $fault: "client";
|
|
396
|
-
|
|
397
266
|
constructor(
|
|
398
267
|
opts: __ExceptionOptionType<
|
|
399
268
|
ConcurrentModificationException,
|
|
@@ -401,149 +270,110 @@ export declare class ConcurrentModificationException extends __BaseException {
|
|
|
401
270
|
>
|
|
402
271
|
);
|
|
403
272
|
}
|
|
404
|
-
|
|
405
273
|
export declare const AffectedEntityFilterSensitiveLog: (
|
|
406
274
|
obj: AffectedEntity
|
|
407
275
|
) => any;
|
|
408
|
-
|
|
409
276
|
export declare const DescribeAffectedAccountsForOrganizationRequestFilterSensitiveLog: (
|
|
410
277
|
obj: DescribeAffectedAccountsForOrganizationRequest
|
|
411
278
|
) => any;
|
|
412
|
-
|
|
413
279
|
export declare const DescribeAffectedAccountsForOrganizationResponseFilterSensitiveLog: (
|
|
414
280
|
obj: DescribeAffectedAccountsForOrganizationResponse
|
|
415
281
|
) => any;
|
|
416
|
-
|
|
417
282
|
export declare const DateTimeRangeFilterSensitiveLog: (
|
|
418
283
|
obj: DateTimeRange
|
|
419
284
|
) => any;
|
|
420
|
-
|
|
421
285
|
export declare const EntityFilterFilterSensitiveLog: (obj: EntityFilter) => any;
|
|
422
|
-
|
|
423
286
|
export declare const DescribeAffectedEntitiesRequestFilterSensitiveLog: (
|
|
424
287
|
obj: DescribeAffectedEntitiesRequest
|
|
425
288
|
) => any;
|
|
426
|
-
|
|
427
289
|
export declare const DescribeAffectedEntitiesResponseFilterSensitiveLog: (
|
|
428
290
|
obj: DescribeAffectedEntitiesResponse
|
|
429
291
|
) => any;
|
|
430
|
-
|
|
431
292
|
export declare const EventAccountFilterFilterSensitiveLog: (
|
|
432
293
|
obj: EventAccountFilter
|
|
433
294
|
) => any;
|
|
434
|
-
|
|
435
295
|
export declare const DescribeAffectedEntitiesForOrganizationRequestFilterSensitiveLog: (
|
|
436
296
|
obj: DescribeAffectedEntitiesForOrganizationRequest
|
|
437
297
|
) => any;
|
|
438
|
-
|
|
439
298
|
export declare const OrganizationAffectedEntitiesErrorItemFilterSensitiveLog: (
|
|
440
299
|
obj: OrganizationAffectedEntitiesErrorItem
|
|
441
300
|
) => any;
|
|
442
|
-
|
|
443
301
|
export declare const DescribeAffectedEntitiesForOrganizationResponseFilterSensitiveLog: (
|
|
444
302
|
obj: DescribeAffectedEntitiesForOrganizationResponse
|
|
445
303
|
) => any;
|
|
446
|
-
|
|
447
304
|
export declare const DescribeEntityAggregatesRequestFilterSensitiveLog: (
|
|
448
305
|
obj: DescribeEntityAggregatesRequest
|
|
449
306
|
) => any;
|
|
450
|
-
|
|
451
307
|
export declare const EntityAggregateFilterSensitiveLog: (
|
|
452
308
|
obj: EntityAggregate
|
|
453
309
|
) => any;
|
|
454
|
-
|
|
455
310
|
export declare const DescribeEntityAggregatesResponseFilterSensitiveLog: (
|
|
456
311
|
obj: DescribeEntityAggregatesResponse
|
|
457
312
|
) => any;
|
|
458
|
-
|
|
459
313
|
export declare const EventFilterFilterSensitiveLog: (obj: EventFilter) => any;
|
|
460
|
-
|
|
461
314
|
export declare const DescribeEventAggregatesRequestFilterSensitiveLog: (
|
|
462
315
|
obj: DescribeEventAggregatesRequest
|
|
463
316
|
) => any;
|
|
464
|
-
|
|
465
317
|
export declare const EventAggregateFilterSensitiveLog: (
|
|
466
318
|
obj: EventAggregate
|
|
467
319
|
) => any;
|
|
468
|
-
|
|
469
320
|
export declare const DescribeEventAggregatesResponseFilterSensitiveLog: (
|
|
470
321
|
obj: DescribeEventAggregatesResponse
|
|
471
322
|
) => any;
|
|
472
|
-
|
|
473
323
|
export declare const DescribeEventDetailsRequestFilterSensitiveLog: (
|
|
474
324
|
obj: DescribeEventDetailsRequest
|
|
475
325
|
) => any;
|
|
476
|
-
|
|
477
326
|
export declare const EventDetailsErrorItemFilterSensitiveLog: (
|
|
478
327
|
obj: EventDetailsErrorItem
|
|
479
328
|
) => any;
|
|
480
|
-
|
|
481
329
|
export declare const EventFilterSensitiveLog: (obj: Event) => any;
|
|
482
|
-
|
|
483
330
|
export declare const EventDescriptionFilterSensitiveLog: (
|
|
484
331
|
obj: EventDescription
|
|
485
332
|
) => any;
|
|
486
|
-
|
|
487
333
|
export declare const EventDetailsFilterSensitiveLog: (obj: EventDetails) => any;
|
|
488
|
-
|
|
489
334
|
export declare const DescribeEventDetailsResponseFilterSensitiveLog: (
|
|
490
335
|
obj: DescribeEventDetailsResponse
|
|
491
336
|
) => any;
|
|
492
|
-
|
|
493
337
|
export declare const DescribeEventDetailsForOrganizationRequestFilterSensitiveLog: (
|
|
494
338
|
obj: DescribeEventDetailsForOrganizationRequest
|
|
495
339
|
) => any;
|
|
496
|
-
|
|
497
340
|
export declare const OrganizationEventDetailsErrorItemFilterSensitiveLog: (
|
|
498
341
|
obj: OrganizationEventDetailsErrorItem
|
|
499
342
|
) => any;
|
|
500
|
-
|
|
501
343
|
export declare const OrganizationEventDetailsFilterSensitiveLog: (
|
|
502
344
|
obj: OrganizationEventDetails
|
|
503
345
|
) => any;
|
|
504
|
-
|
|
505
346
|
export declare const DescribeEventDetailsForOrganizationResponseFilterSensitiveLog: (
|
|
506
347
|
obj: DescribeEventDetailsForOrganizationResponse
|
|
507
348
|
) => any;
|
|
508
|
-
|
|
509
349
|
export declare const DescribeEventsRequestFilterSensitiveLog: (
|
|
510
350
|
obj: DescribeEventsRequest
|
|
511
351
|
) => any;
|
|
512
|
-
|
|
513
352
|
export declare const DescribeEventsResponseFilterSensitiveLog: (
|
|
514
353
|
obj: DescribeEventsResponse
|
|
515
354
|
) => any;
|
|
516
|
-
|
|
517
355
|
export declare const OrganizationEventFilterFilterSensitiveLog: (
|
|
518
356
|
obj: OrganizationEventFilter
|
|
519
357
|
) => any;
|
|
520
|
-
|
|
521
358
|
export declare const DescribeEventsForOrganizationRequestFilterSensitiveLog: (
|
|
522
359
|
obj: DescribeEventsForOrganizationRequest
|
|
523
360
|
) => any;
|
|
524
|
-
|
|
525
361
|
export declare const OrganizationEventFilterSensitiveLog: (
|
|
526
362
|
obj: OrganizationEvent
|
|
527
363
|
) => any;
|
|
528
|
-
|
|
529
364
|
export declare const DescribeEventsForOrganizationResponseFilterSensitiveLog: (
|
|
530
365
|
obj: DescribeEventsForOrganizationResponse
|
|
531
366
|
) => any;
|
|
532
|
-
|
|
533
367
|
export declare const EventTypeFilterFilterSensitiveLog: (
|
|
534
368
|
obj: EventTypeFilter
|
|
535
369
|
) => any;
|
|
536
|
-
|
|
537
370
|
export declare const DescribeEventTypesRequestFilterSensitiveLog: (
|
|
538
371
|
obj: DescribeEventTypesRequest
|
|
539
372
|
) => any;
|
|
540
|
-
|
|
541
373
|
export declare const EventTypeFilterSensitiveLog: (obj: EventType) => any;
|
|
542
|
-
|
|
543
374
|
export declare const DescribeEventTypesResponseFilterSensitiveLog: (
|
|
544
375
|
obj: DescribeEventTypesResponse
|
|
545
376
|
) => any;
|
|
546
|
-
|
|
547
377
|
export declare const DescribeHealthServiceStatusForOrganizationResponseFilterSensitiveLog: (
|
|
548
378
|
obj: DescribeHealthServiceStatusForOrganizationResponse
|
|
549
379
|
) => any;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { HealthClientConfig } from "./HealthClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: HealthClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { HealthClientConfig } from "./HealthClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (config: HealthClientConfig) => {
|
|
5
4
|
runtime: string;
|
|
6
5
|
defaultsMode: import("@aws-sdk/types").Provider<
|
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.171.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",
|
|
@@ -19,35 +19,35 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.171.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.171.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.171.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.171.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.171.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.171.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.171.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.171.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.171.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.171.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.171.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.171.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.171.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.171.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.171.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.171.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.171.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.171.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.171.0",
|
|
41
|
+
"@aws-sdk/types": "3.171.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.171.0",
|
|
43
43
|
"@aws-sdk/util-base64-browser": "3.170.0",
|
|
44
44
|
"@aws-sdk/util-base64-node": "3.170.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.170.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.170.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.171.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.171.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.171.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.171.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.170.0",
|
|
52
52
|
"@aws-sdk/util-utf8-node": "3.170.0",
|
|
53
53
|
"tslib": "^2.3.1"
|