@aws-sdk/client-health 3.169.0 → 3.170.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 +274 -70
- package/dist-types/ts3.4/HealthClient.d.ts +207 -86
- package/dist-types/ts3.4/commands/DescribeAffectedAccountsForOrganizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAffectedEntitiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAffectedEntitiesForOrganizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEntityAggregatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEventAggregatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEventDetailsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEventDetailsForOrganizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEventTypesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeEventsForOrganizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeHealthServiceStatusForOrganizationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisableHealthServiceAccessForOrganizationCommand.d.ts +35 -16
- package/dist-types/ts3.4/commands/EnableHealthServiceAccessForOrganizationCommand.d.ts +35 -16
- package/dist-types/ts3.4/commands/index.d.ts +13 -13
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/HealthServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +549 -513
- package/dist-types/ts3.4/pagination/DescribeAffectedAccountsForOrganizationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeAffectedEntitiesForOrganizationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeAffectedEntitiesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeEventAggregatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeEventTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeEventsForOrganizationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/index.d.ts +8 -8
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +161 -41
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
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.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-health
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-health
|
|
@@ -1,70 +1,274 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeAffectedAccountsForOrganizationCommandInput,
|
|
4
|
+
DescribeAffectedAccountsForOrganizationCommandOutput,
|
|
5
|
+
} from "./commands/DescribeAffectedAccountsForOrganizationCommand";
|
|
6
|
+
import {
|
|
7
|
+
DescribeAffectedEntitiesCommandInput,
|
|
8
|
+
DescribeAffectedEntitiesCommandOutput,
|
|
9
|
+
} from "./commands/DescribeAffectedEntitiesCommand";
|
|
10
|
+
import {
|
|
11
|
+
DescribeAffectedEntitiesForOrganizationCommandInput,
|
|
12
|
+
DescribeAffectedEntitiesForOrganizationCommandOutput,
|
|
13
|
+
} from "./commands/DescribeAffectedEntitiesForOrganizationCommand";
|
|
14
|
+
import {
|
|
15
|
+
DescribeEntityAggregatesCommandInput,
|
|
16
|
+
DescribeEntityAggregatesCommandOutput,
|
|
17
|
+
} from "./commands/DescribeEntityAggregatesCommand";
|
|
18
|
+
import {
|
|
19
|
+
DescribeEventAggregatesCommandInput,
|
|
20
|
+
DescribeEventAggregatesCommandOutput,
|
|
21
|
+
} from "./commands/DescribeEventAggregatesCommand";
|
|
22
|
+
import {
|
|
23
|
+
DescribeEventDetailsCommandInput,
|
|
24
|
+
DescribeEventDetailsCommandOutput,
|
|
25
|
+
} from "./commands/DescribeEventDetailsCommand";
|
|
26
|
+
import {
|
|
27
|
+
DescribeEventDetailsForOrganizationCommandInput,
|
|
28
|
+
DescribeEventDetailsForOrganizationCommandOutput,
|
|
29
|
+
} from "./commands/DescribeEventDetailsForOrganizationCommand";
|
|
30
|
+
import {
|
|
31
|
+
DescribeEventsCommandInput,
|
|
32
|
+
DescribeEventsCommandOutput,
|
|
33
|
+
} from "./commands/DescribeEventsCommand";
|
|
34
|
+
import {
|
|
35
|
+
DescribeEventsForOrganizationCommandInput,
|
|
36
|
+
DescribeEventsForOrganizationCommandOutput,
|
|
37
|
+
} from "./commands/DescribeEventsForOrganizationCommand";
|
|
38
|
+
import {
|
|
39
|
+
DescribeEventTypesCommandInput,
|
|
40
|
+
DescribeEventTypesCommandOutput,
|
|
41
|
+
} from "./commands/DescribeEventTypesCommand";
|
|
42
|
+
import {
|
|
43
|
+
DescribeHealthServiceStatusForOrganizationCommandInput,
|
|
44
|
+
DescribeHealthServiceStatusForOrganizationCommandOutput,
|
|
45
|
+
} from "./commands/DescribeHealthServiceStatusForOrganizationCommand";
|
|
46
|
+
import {
|
|
47
|
+
DisableHealthServiceAccessForOrganizationCommandInput,
|
|
48
|
+
DisableHealthServiceAccessForOrganizationCommandOutput,
|
|
49
|
+
} from "./commands/DisableHealthServiceAccessForOrganizationCommand";
|
|
50
|
+
import {
|
|
51
|
+
EnableHealthServiceAccessForOrganizationCommandInput,
|
|
52
|
+
EnableHealthServiceAccessForOrganizationCommandOutput,
|
|
53
|
+
} from "./commands/EnableHealthServiceAccessForOrganizationCommand";
|
|
54
|
+
import { HealthClient } from "./HealthClient";
|
|
55
|
+
|
|
56
|
+
export declare class Health extends HealthClient {
|
|
57
|
+
describeAffectedAccountsForOrganization(
|
|
58
|
+
args: DescribeAffectedAccountsForOrganizationCommandInput,
|
|
59
|
+
options?: __HttpHandlerOptions
|
|
60
|
+
): Promise<DescribeAffectedAccountsForOrganizationCommandOutput>;
|
|
61
|
+
describeAffectedAccountsForOrganization(
|
|
62
|
+
args: DescribeAffectedAccountsForOrganizationCommandInput,
|
|
63
|
+
cb: (
|
|
64
|
+
err: any,
|
|
65
|
+
data?: DescribeAffectedAccountsForOrganizationCommandOutput
|
|
66
|
+
) => void
|
|
67
|
+
): void;
|
|
68
|
+
describeAffectedAccountsForOrganization(
|
|
69
|
+
args: DescribeAffectedAccountsForOrganizationCommandInput,
|
|
70
|
+
options: __HttpHandlerOptions,
|
|
71
|
+
cb: (
|
|
72
|
+
err: any,
|
|
73
|
+
data?: DescribeAffectedAccountsForOrganizationCommandOutput
|
|
74
|
+
) => void
|
|
75
|
+
): void;
|
|
76
|
+
|
|
77
|
+
describeAffectedEntities(
|
|
78
|
+
args: DescribeAffectedEntitiesCommandInput,
|
|
79
|
+
options?: __HttpHandlerOptions
|
|
80
|
+
): Promise<DescribeAffectedEntitiesCommandOutput>;
|
|
81
|
+
describeAffectedEntities(
|
|
82
|
+
args: DescribeAffectedEntitiesCommandInput,
|
|
83
|
+
cb: (err: any, data?: DescribeAffectedEntitiesCommandOutput) => void
|
|
84
|
+
): void;
|
|
85
|
+
describeAffectedEntities(
|
|
86
|
+
args: DescribeAffectedEntitiesCommandInput,
|
|
87
|
+
options: __HttpHandlerOptions,
|
|
88
|
+
cb: (err: any, data?: DescribeAffectedEntitiesCommandOutput) => void
|
|
89
|
+
): void;
|
|
90
|
+
|
|
91
|
+
describeAffectedEntitiesForOrganization(
|
|
92
|
+
args: DescribeAffectedEntitiesForOrganizationCommandInput,
|
|
93
|
+
options?: __HttpHandlerOptions
|
|
94
|
+
): Promise<DescribeAffectedEntitiesForOrganizationCommandOutput>;
|
|
95
|
+
describeAffectedEntitiesForOrganization(
|
|
96
|
+
args: DescribeAffectedEntitiesForOrganizationCommandInput,
|
|
97
|
+
cb: (
|
|
98
|
+
err: any,
|
|
99
|
+
data?: DescribeAffectedEntitiesForOrganizationCommandOutput
|
|
100
|
+
) => void
|
|
101
|
+
): void;
|
|
102
|
+
describeAffectedEntitiesForOrganization(
|
|
103
|
+
args: DescribeAffectedEntitiesForOrganizationCommandInput,
|
|
104
|
+
options: __HttpHandlerOptions,
|
|
105
|
+
cb: (
|
|
106
|
+
err: any,
|
|
107
|
+
data?: DescribeAffectedEntitiesForOrganizationCommandOutput
|
|
108
|
+
) => void
|
|
109
|
+
): void;
|
|
110
|
+
|
|
111
|
+
describeEntityAggregates(
|
|
112
|
+
args: DescribeEntityAggregatesCommandInput,
|
|
113
|
+
options?: __HttpHandlerOptions
|
|
114
|
+
): Promise<DescribeEntityAggregatesCommandOutput>;
|
|
115
|
+
describeEntityAggregates(
|
|
116
|
+
args: DescribeEntityAggregatesCommandInput,
|
|
117
|
+
cb: (err: any, data?: DescribeEntityAggregatesCommandOutput) => void
|
|
118
|
+
): void;
|
|
119
|
+
describeEntityAggregates(
|
|
120
|
+
args: DescribeEntityAggregatesCommandInput,
|
|
121
|
+
options: __HttpHandlerOptions,
|
|
122
|
+
cb: (err: any, data?: DescribeEntityAggregatesCommandOutput) => void
|
|
123
|
+
): void;
|
|
124
|
+
|
|
125
|
+
describeEventAggregates(
|
|
126
|
+
args: DescribeEventAggregatesCommandInput,
|
|
127
|
+
options?: __HttpHandlerOptions
|
|
128
|
+
): Promise<DescribeEventAggregatesCommandOutput>;
|
|
129
|
+
describeEventAggregates(
|
|
130
|
+
args: DescribeEventAggregatesCommandInput,
|
|
131
|
+
cb: (err: any, data?: DescribeEventAggregatesCommandOutput) => void
|
|
132
|
+
): void;
|
|
133
|
+
describeEventAggregates(
|
|
134
|
+
args: DescribeEventAggregatesCommandInput,
|
|
135
|
+
options: __HttpHandlerOptions,
|
|
136
|
+
cb: (err: any, data?: DescribeEventAggregatesCommandOutput) => void
|
|
137
|
+
): void;
|
|
138
|
+
|
|
139
|
+
describeEventDetails(
|
|
140
|
+
args: DescribeEventDetailsCommandInput,
|
|
141
|
+
options?: __HttpHandlerOptions
|
|
142
|
+
): Promise<DescribeEventDetailsCommandOutput>;
|
|
143
|
+
describeEventDetails(
|
|
144
|
+
args: DescribeEventDetailsCommandInput,
|
|
145
|
+
cb: (err: any, data?: DescribeEventDetailsCommandOutput) => void
|
|
146
|
+
): void;
|
|
147
|
+
describeEventDetails(
|
|
148
|
+
args: DescribeEventDetailsCommandInput,
|
|
149
|
+
options: __HttpHandlerOptions,
|
|
150
|
+
cb: (err: any, data?: DescribeEventDetailsCommandOutput) => void
|
|
151
|
+
): void;
|
|
152
|
+
|
|
153
|
+
describeEventDetailsForOrganization(
|
|
154
|
+
args: DescribeEventDetailsForOrganizationCommandInput,
|
|
155
|
+
options?: __HttpHandlerOptions
|
|
156
|
+
): Promise<DescribeEventDetailsForOrganizationCommandOutput>;
|
|
157
|
+
describeEventDetailsForOrganization(
|
|
158
|
+
args: DescribeEventDetailsForOrganizationCommandInput,
|
|
159
|
+
cb: (
|
|
160
|
+
err: any,
|
|
161
|
+
data?: DescribeEventDetailsForOrganizationCommandOutput
|
|
162
|
+
) => void
|
|
163
|
+
): void;
|
|
164
|
+
describeEventDetailsForOrganization(
|
|
165
|
+
args: DescribeEventDetailsForOrganizationCommandInput,
|
|
166
|
+
options: __HttpHandlerOptions,
|
|
167
|
+
cb: (
|
|
168
|
+
err: any,
|
|
169
|
+
data?: DescribeEventDetailsForOrganizationCommandOutput
|
|
170
|
+
) => void
|
|
171
|
+
): void;
|
|
172
|
+
|
|
173
|
+
describeEvents(
|
|
174
|
+
args: DescribeEventsCommandInput,
|
|
175
|
+
options?: __HttpHandlerOptions
|
|
176
|
+
): Promise<DescribeEventsCommandOutput>;
|
|
177
|
+
describeEvents(
|
|
178
|
+
args: DescribeEventsCommandInput,
|
|
179
|
+
cb: (err: any, data?: DescribeEventsCommandOutput) => void
|
|
180
|
+
): void;
|
|
181
|
+
describeEvents(
|
|
182
|
+
args: DescribeEventsCommandInput,
|
|
183
|
+
options: __HttpHandlerOptions,
|
|
184
|
+
cb: (err: any, data?: DescribeEventsCommandOutput) => void
|
|
185
|
+
): void;
|
|
186
|
+
|
|
187
|
+
describeEventsForOrganization(
|
|
188
|
+
args: DescribeEventsForOrganizationCommandInput,
|
|
189
|
+
options?: __HttpHandlerOptions
|
|
190
|
+
): Promise<DescribeEventsForOrganizationCommandOutput>;
|
|
191
|
+
describeEventsForOrganization(
|
|
192
|
+
args: DescribeEventsForOrganizationCommandInput,
|
|
193
|
+
cb: (err: any, data?: DescribeEventsForOrganizationCommandOutput) => void
|
|
194
|
+
): void;
|
|
195
|
+
describeEventsForOrganization(
|
|
196
|
+
args: DescribeEventsForOrganizationCommandInput,
|
|
197
|
+
options: __HttpHandlerOptions,
|
|
198
|
+
cb: (err: any, data?: DescribeEventsForOrganizationCommandOutput) => void
|
|
199
|
+
): void;
|
|
200
|
+
|
|
201
|
+
describeEventTypes(
|
|
202
|
+
args: DescribeEventTypesCommandInput,
|
|
203
|
+
options?: __HttpHandlerOptions
|
|
204
|
+
): Promise<DescribeEventTypesCommandOutput>;
|
|
205
|
+
describeEventTypes(
|
|
206
|
+
args: DescribeEventTypesCommandInput,
|
|
207
|
+
cb: (err: any, data?: DescribeEventTypesCommandOutput) => void
|
|
208
|
+
): void;
|
|
209
|
+
describeEventTypes(
|
|
210
|
+
args: DescribeEventTypesCommandInput,
|
|
211
|
+
options: __HttpHandlerOptions,
|
|
212
|
+
cb: (err: any, data?: DescribeEventTypesCommandOutput) => void
|
|
213
|
+
): void;
|
|
214
|
+
|
|
215
|
+
describeHealthServiceStatusForOrganization(
|
|
216
|
+
args: DescribeHealthServiceStatusForOrganizationCommandInput,
|
|
217
|
+
options?: __HttpHandlerOptions
|
|
218
|
+
): Promise<DescribeHealthServiceStatusForOrganizationCommandOutput>;
|
|
219
|
+
describeHealthServiceStatusForOrganization(
|
|
220
|
+
args: DescribeHealthServiceStatusForOrganizationCommandInput,
|
|
221
|
+
cb: (
|
|
222
|
+
err: any,
|
|
223
|
+
data?: DescribeHealthServiceStatusForOrganizationCommandOutput
|
|
224
|
+
) => void
|
|
225
|
+
): void;
|
|
226
|
+
describeHealthServiceStatusForOrganization(
|
|
227
|
+
args: DescribeHealthServiceStatusForOrganizationCommandInput,
|
|
228
|
+
options: __HttpHandlerOptions,
|
|
229
|
+
cb: (
|
|
230
|
+
err: any,
|
|
231
|
+
data?: DescribeHealthServiceStatusForOrganizationCommandOutput
|
|
232
|
+
) => void
|
|
233
|
+
): void;
|
|
234
|
+
|
|
235
|
+
disableHealthServiceAccessForOrganization(
|
|
236
|
+
args: DisableHealthServiceAccessForOrganizationCommandInput,
|
|
237
|
+
options?: __HttpHandlerOptions
|
|
238
|
+
): Promise<DisableHealthServiceAccessForOrganizationCommandOutput>;
|
|
239
|
+
disableHealthServiceAccessForOrganization(
|
|
240
|
+
args: DisableHealthServiceAccessForOrganizationCommandInput,
|
|
241
|
+
cb: (
|
|
242
|
+
err: any,
|
|
243
|
+
data?: DisableHealthServiceAccessForOrganizationCommandOutput
|
|
244
|
+
) => void
|
|
245
|
+
): void;
|
|
246
|
+
disableHealthServiceAccessForOrganization(
|
|
247
|
+
args: DisableHealthServiceAccessForOrganizationCommandInput,
|
|
248
|
+
options: __HttpHandlerOptions,
|
|
249
|
+
cb: (
|
|
250
|
+
err: any,
|
|
251
|
+
data?: DisableHealthServiceAccessForOrganizationCommandOutput
|
|
252
|
+
) => void
|
|
253
|
+
): void;
|
|
254
|
+
|
|
255
|
+
enableHealthServiceAccessForOrganization(
|
|
256
|
+
args: EnableHealthServiceAccessForOrganizationCommandInput,
|
|
257
|
+
options?: __HttpHandlerOptions
|
|
258
|
+
): Promise<EnableHealthServiceAccessForOrganizationCommandOutput>;
|
|
259
|
+
enableHealthServiceAccessForOrganization(
|
|
260
|
+
args: EnableHealthServiceAccessForOrganizationCommandInput,
|
|
261
|
+
cb: (
|
|
262
|
+
err: any,
|
|
263
|
+
data?: EnableHealthServiceAccessForOrganizationCommandOutput
|
|
264
|
+
) => void
|
|
265
|
+
): void;
|
|
266
|
+
enableHealthServiceAccessForOrganization(
|
|
267
|
+
args: EnableHealthServiceAccessForOrganizationCommandInput,
|
|
268
|
+
options: __HttpHandlerOptions,
|
|
269
|
+
cb: (
|
|
270
|
+
err: any,
|
|
271
|
+
data?: EnableHealthServiceAccessForOrganizationCommandOutput
|
|
272
|
+
) => void
|
|
273
|
+
): void;
|
|
274
|
+
}
|