@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.
Files changed (55) hide show
  1. package/dist-cjs/commands/DescribeAffectedAccountsForOrganizationCommand.js +2 -3
  2. package/dist-cjs/commands/DescribeAffectedEntitiesCommand.js +2 -3
  3. package/dist-cjs/commands/DescribeAffectedEntitiesForOrganizationCommand.js +2 -3
  4. package/dist-cjs/commands/DescribeEntityAggregatesCommand.js +2 -3
  5. package/dist-cjs/commands/DescribeEventAggregatesCommand.js +2 -3
  6. package/dist-cjs/commands/DescribeEventDetailsCommand.js +2 -3
  7. package/dist-cjs/commands/DescribeEventDetailsForOrganizationCommand.js +2 -3
  8. package/dist-cjs/commands/DescribeEventTypesCommand.js +2 -3
  9. package/dist-cjs/commands/DescribeEventsCommand.js +2 -3
  10. package/dist-cjs/commands/DescribeEventsForOrganizationCommand.js +2 -3
  11. package/dist-cjs/commands/DescribeHealthServiceStatusForOrganizationCommand.js +2 -3
  12. package/dist-cjs/commands/DisableHealthServiceAccessForOrganizationCommand.js +2 -2
  13. package/dist-cjs/commands/EnableHealthServiceAccessForOrganizationCommand.js +2 -2
  14. package/dist-cjs/models/models_0.js +1 -157
  15. package/dist-es/commands/DescribeAffectedAccountsForOrganizationCommand.js +2 -3
  16. package/dist-es/commands/DescribeAffectedEntitiesCommand.js +2 -3
  17. package/dist-es/commands/DescribeAffectedEntitiesForOrganizationCommand.js +2 -3
  18. package/dist-es/commands/DescribeEntityAggregatesCommand.js +2 -3
  19. package/dist-es/commands/DescribeEventAggregatesCommand.js +2 -3
  20. package/dist-es/commands/DescribeEventDetailsCommand.js +2 -3
  21. package/dist-es/commands/DescribeEventDetailsForOrganizationCommand.js +2 -3
  22. package/dist-es/commands/DescribeEventTypesCommand.js +2 -3
  23. package/dist-es/commands/DescribeEventsCommand.js +2 -3
  24. package/dist-es/commands/DescribeEventsForOrganizationCommand.js +2 -3
  25. package/dist-es/commands/DescribeHealthServiceStatusForOrganizationCommand.js +2 -3
  26. package/dist-es/commands/DisableHealthServiceAccessForOrganizationCommand.js +2 -2
  27. package/dist-es/commands/EnableHealthServiceAccessForOrganizationCommand.js +2 -2
  28. package/dist-es/models/models_0.js +0 -117
  29. package/dist-types/Health.d.ts +14 -0
  30. package/dist-types/HealthClient.d.ts +24 -4
  31. package/dist-types/commands/DescribeAffectedAccountsForOrganizationCommand.d.ts +16 -0
  32. package/dist-types/commands/DescribeAffectedEntitiesCommand.d.ts +16 -0
  33. package/dist-types/commands/DescribeAffectedEntitiesForOrganizationCommand.d.ts +16 -0
  34. package/dist-types/commands/DescribeEntityAggregatesCommand.d.ts +16 -0
  35. package/dist-types/commands/DescribeEventAggregatesCommand.d.ts +16 -0
  36. package/dist-types/commands/DescribeEventDetailsCommand.d.ts +16 -0
  37. package/dist-types/commands/DescribeEventDetailsForOrganizationCommand.d.ts +16 -0
  38. package/dist-types/commands/DescribeEventTypesCommand.d.ts +16 -0
  39. package/dist-types/commands/DescribeEventsCommand.d.ts +16 -0
  40. package/dist-types/commands/DescribeEventsForOrganizationCommand.d.ts +16 -0
  41. package/dist-types/commands/DescribeHealthServiceStatusForOrganizationCommand.d.ts +16 -0
  42. package/dist-types/commands/DisableHealthServiceAccessForOrganizationCommand.d.ts +16 -0
  43. package/dist-types/commands/EnableHealthServiceAccessForOrganizationCommand.d.ts +16 -0
  44. package/dist-types/models/HealthServiceException.d.ts +2 -0
  45. package/dist-types/models/models_0.d.ts +99 -156
  46. package/dist-types/pagination/DescribeAffectedAccountsForOrganizationPaginator.d.ts +3 -0
  47. package/dist-types/pagination/DescribeAffectedEntitiesForOrganizationPaginator.d.ts +3 -0
  48. package/dist-types/pagination/DescribeAffectedEntitiesPaginator.d.ts +3 -0
  49. package/dist-types/pagination/DescribeEventAggregatesPaginator.d.ts +3 -0
  50. package/dist-types/pagination/DescribeEventTypesPaginator.d.ts +3 -0
  51. package/dist-types/pagination/DescribeEventsForOrganizationPaginator.d.ts +3 -0
  52. package/dist-types/pagination/DescribeEventsPaginator.d.ts +3 -0
  53. package/dist-types/pagination/Interfaces.d.ts +3 -0
  54. package/dist-types/ts3.4/models/models_0.d.ts +0 -107
  55. 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.296.0",
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.296.0",
24
+ "@aws-sdk/client-sts": "3.298.0",
24
25
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.296.0",
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",