@aws-sdk/client-health 3.296.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/Health.d.ts +14 -0
- package/dist-types/HealthClient.d.ts +24 -4
- package/dist-types/commands/DescribeAffectedAccountsForOrganizationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAffectedEntitiesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAffectedEntitiesForOrganizationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEntityAggregatesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEventAggregatesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEventDetailsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEventDetailsForOrganizationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEventTypesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEventsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEventsForOrganizationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeHealthServiceStatusForOrganizationCommand.d.ts +16 -0
- package/dist-types/commands/DisableHealthServiceAccessForOrganizationCommand.d.ts +16 -0
- package/dist-types/commands/EnableHealthServiceAccessForOrganizationCommand.d.ts +16 -0
- package/dist-types/models/HealthServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +99 -156
- package/dist-types/pagination/DescribeAffectedAccountsForOrganizationPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeAffectedEntitiesForOrganizationPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeAffectedEntitiesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeEventAggregatesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeEventTypesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeEventsForOrganizationPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeEventsPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -107
- package/package.json +4 -3
|
@@ -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",
|