@aws-sdk/client-support 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 (53) hide show
  1. package/dist-cjs/commands/AddAttachmentsToSetCommand.js +2 -3
  2. package/dist-cjs/commands/AddCommunicationToCaseCommand.js +2 -3
  3. package/dist-cjs/commands/CreateCaseCommand.js +2 -3
  4. package/dist-cjs/commands/DescribeAttachmentCommand.js +2 -3
  5. package/dist-cjs/commands/DescribeCasesCommand.js +2 -3
  6. package/dist-cjs/commands/DescribeCommunicationsCommand.js +2 -3
  7. package/dist-cjs/commands/DescribeServicesCommand.js +2 -3
  8. package/dist-cjs/commands/DescribeSeverityLevelsCommand.js +2 -3
  9. package/dist-cjs/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.js +2 -3
  10. package/dist-cjs/commands/DescribeTrustedAdvisorCheckResultCommand.js +2 -3
  11. package/dist-cjs/commands/DescribeTrustedAdvisorCheckSummariesCommand.js +2 -3
  12. package/dist-cjs/commands/DescribeTrustedAdvisorChecksCommand.js +2 -3
  13. package/dist-cjs/commands/RefreshTrustedAdvisorCheckCommand.js +2 -3
  14. package/dist-cjs/commands/ResolveCaseCommand.js +2 -3
  15. package/dist-cjs/models/models_0.js +1 -178
  16. package/dist-es/commands/AddAttachmentsToSetCommand.js +2 -3
  17. package/dist-es/commands/AddCommunicationToCaseCommand.js +2 -3
  18. package/dist-es/commands/CreateCaseCommand.js +2 -3
  19. package/dist-es/commands/DescribeAttachmentCommand.js +2 -3
  20. package/dist-es/commands/DescribeCasesCommand.js +2 -3
  21. package/dist-es/commands/DescribeCommunicationsCommand.js +2 -3
  22. package/dist-es/commands/DescribeServicesCommand.js +2 -3
  23. package/dist-es/commands/DescribeSeverityLevelsCommand.js +2 -3
  24. package/dist-es/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.js +2 -3
  25. package/dist-es/commands/DescribeTrustedAdvisorCheckResultCommand.js +2 -3
  26. package/dist-es/commands/DescribeTrustedAdvisorCheckSummariesCommand.js +2 -3
  27. package/dist-es/commands/DescribeTrustedAdvisorChecksCommand.js +2 -3
  28. package/dist-es/commands/RefreshTrustedAdvisorCheckCommand.js +2 -3
  29. package/dist-es/commands/ResolveCaseCommand.js +2 -3
  30. package/dist-es/models/models_0.js +0 -132
  31. package/dist-types/Support.d.ts +15 -0
  32. package/dist-types/SupportClient.d.ts +24 -4
  33. package/dist-types/commands/AddAttachmentsToSetCommand.d.ts +16 -0
  34. package/dist-types/commands/AddCommunicationToCaseCommand.d.ts +16 -0
  35. package/dist-types/commands/CreateCaseCommand.d.ts +16 -0
  36. package/dist-types/commands/DescribeAttachmentCommand.d.ts +16 -0
  37. package/dist-types/commands/DescribeCasesCommand.d.ts +16 -0
  38. package/dist-types/commands/DescribeCommunicationsCommand.d.ts +16 -0
  39. package/dist-types/commands/DescribeServicesCommand.d.ts +16 -0
  40. package/dist-types/commands/DescribeSeverityLevelsCommand.d.ts +16 -0
  41. package/dist-types/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.d.ts +16 -0
  42. package/dist-types/commands/DescribeTrustedAdvisorCheckResultCommand.d.ts +16 -0
  43. package/dist-types/commands/DescribeTrustedAdvisorCheckSummariesCommand.d.ts +16 -0
  44. package/dist-types/commands/DescribeTrustedAdvisorChecksCommand.d.ts +16 -0
  45. package/dist-types/commands/RefreshTrustedAdvisorCheckCommand.d.ts +16 -0
  46. package/dist-types/commands/ResolveCaseCommand.d.ts +16 -0
  47. package/dist-types/models/SupportServiceException.d.ts +2 -0
  48. package/dist-types/models/models_0.d.ts +77 -176
  49. package/dist-types/pagination/DescribeCasesPaginator.d.ts +3 -0
  50. package/dist-types/pagination/DescribeCommunicationsPaginator.d.ts +3 -0
  51. package/dist-types/pagination/Interfaces.d.ts +3 -0
  52. package/dist-types/ts3.4/models/models_0.d.ts +0 -124
  53. package/package.json +4 -3
@@ -272,127 +272,3 @@ export interface ResolveCaseResponse {
272
272
  initialCaseStatus?: string;
273
273
  finalCaseStatus?: string;
274
274
  }
275
- export declare const AttachmentFilterSensitiveLog: (obj: Attachment) => any;
276
- export declare const AddAttachmentsToSetRequestFilterSensitiveLog: (
277
- obj: AddAttachmentsToSetRequest
278
- ) => any;
279
- export declare const AddAttachmentsToSetResponseFilterSensitiveLog: (
280
- obj: AddAttachmentsToSetResponse
281
- ) => any;
282
- export declare const AddCommunicationToCaseRequestFilterSensitiveLog: (
283
- obj: AddCommunicationToCaseRequest
284
- ) => any;
285
- export declare const AddCommunicationToCaseResponseFilterSensitiveLog: (
286
- obj: AddCommunicationToCaseResponse
287
- ) => any;
288
- export declare const AttachmentDetailsFilterSensitiveLog: (
289
- obj: AttachmentDetails
290
- ) => any;
291
- export declare const CreateCaseRequestFilterSensitiveLog: (
292
- obj: CreateCaseRequest
293
- ) => any;
294
- export declare const CreateCaseResponseFilterSensitiveLog: (
295
- obj: CreateCaseResponse
296
- ) => any;
297
- export declare const DescribeAttachmentRequestFilterSensitiveLog: (
298
- obj: DescribeAttachmentRequest
299
- ) => any;
300
- export declare const DescribeAttachmentResponseFilterSensitiveLog: (
301
- obj: DescribeAttachmentResponse
302
- ) => any;
303
- export declare const DescribeCasesRequestFilterSensitiveLog: (
304
- obj: DescribeCasesRequest
305
- ) => any;
306
- export declare const CommunicationFilterSensitiveLog: (
307
- obj: Communication
308
- ) => any;
309
- export declare const RecentCaseCommunicationsFilterSensitiveLog: (
310
- obj: RecentCaseCommunications
311
- ) => any;
312
- export declare const CaseDetailsFilterSensitiveLog: (obj: CaseDetails) => any;
313
- export declare const DescribeCasesResponseFilterSensitiveLog: (
314
- obj: DescribeCasesResponse
315
- ) => any;
316
- export declare const DescribeCommunicationsRequestFilterSensitiveLog: (
317
- obj: DescribeCommunicationsRequest
318
- ) => any;
319
- export declare const DescribeCommunicationsResponseFilterSensitiveLog: (
320
- obj: DescribeCommunicationsResponse
321
- ) => any;
322
- export declare const DescribeServicesRequestFilterSensitiveLog: (
323
- obj: DescribeServicesRequest
324
- ) => any;
325
- export declare const CategoryFilterSensitiveLog: (obj: Category) => any;
326
- export declare const ServiceFilterSensitiveLog: (obj: Service) => any;
327
- export declare const DescribeServicesResponseFilterSensitiveLog: (
328
- obj: DescribeServicesResponse
329
- ) => any;
330
- export declare const DescribeSeverityLevelsRequestFilterSensitiveLog: (
331
- obj: DescribeSeverityLevelsRequest
332
- ) => any;
333
- export declare const SeverityLevelFilterSensitiveLog: (
334
- obj: SeverityLevel
335
- ) => any;
336
- export declare const DescribeSeverityLevelsResponseFilterSensitiveLog: (
337
- obj: DescribeSeverityLevelsResponse
338
- ) => any;
339
- export declare const DescribeTrustedAdvisorCheckRefreshStatusesRequestFilterSensitiveLog: (
340
- obj: DescribeTrustedAdvisorCheckRefreshStatusesRequest
341
- ) => any;
342
- export declare const TrustedAdvisorCheckRefreshStatusFilterSensitiveLog: (
343
- obj: TrustedAdvisorCheckRefreshStatus
344
- ) => any;
345
- export declare const DescribeTrustedAdvisorCheckRefreshStatusesResponseFilterSensitiveLog: (
346
- obj: DescribeTrustedAdvisorCheckRefreshStatusesResponse
347
- ) => any;
348
- export declare const DescribeTrustedAdvisorCheckResultRequestFilterSensitiveLog: (
349
- obj: DescribeTrustedAdvisorCheckResultRequest
350
- ) => any;
351
- export declare const TrustedAdvisorCostOptimizingSummaryFilterSensitiveLog: (
352
- obj: TrustedAdvisorCostOptimizingSummary
353
- ) => any;
354
- export declare const TrustedAdvisorCategorySpecificSummaryFilterSensitiveLog: (
355
- obj: TrustedAdvisorCategorySpecificSummary
356
- ) => any;
357
- export declare const TrustedAdvisorResourceDetailFilterSensitiveLog: (
358
- obj: TrustedAdvisorResourceDetail
359
- ) => any;
360
- export declare const TrustedAdvisorResourcesSummaryFilterSensitiveLog: (
361
- obj: TrustedAdvisorResourcesSummary
362
- ) => any;
363
- export declare const TrustedAdvisorCheckResultFilterSensitiveLog: (
364
- obj: TrustedAdvisorCheckResult
365
- ) => any;
366
- export declare const DescribeTrustedAdvisorCheckResultResponseFilterSensitiveLog: (
367
- obj: DescribeTrustedAdvisorCheckResultResponse
368
- ) => any;
369
- export declare const DescribeTrustedAdvisorChecksRequestFilterSensitiveLog: (
370
- obj: DescribeTrustedAdvisorChecksRequest
371
- ) => any;
372
- export declare const TrustedAdvisorCheckDescriptionFilterSensitiveLog: (
373
- obj: TrustedAdvisorCheckDescription
374
- ) => any;
375
- export declare const DescribeTrustedAdvisorChecksResponseFilterSensitiveLog: (
376
- obj: DescribeTrustedAdvisorChecksResponse
377
- ) => any;
378
- export declare const DescribeTrustedAdvisorCheckSummariesRequestFilterSensitiveLog: (
379
- obj: DescribeTrustedAdvisorCheckSummariesRequest
380
- ) => any;
381
- export declare const TrustedAdvisorCheckSummaryFilterSensitiveLog: (
382
- obj: TrustedAdvisorCheckSummary
383
- ) => any;
384
- export declare const DescribeTrustedAdvisorCheckSummariesResponseFilterSensitiveLog: (
385
- obj: DescribeTrustedAdvisorCheckSummariesResponse
386
- ) => any;
387
- export declare const RefreshTrustedAdvisorCheckRequestFilterSensitiveLog: (
388
- obj: RefreshTrustedAdvisorCheckRequest
389
- ) => any;
390
- export declare const RefreshTrustedAdvisorCheckResponseFilterSensitiveLog: (
391
- obj: RefreshTrustedAdvisorCheckResponse
392
- ) => any;
393
- export declare const ResolveCaseRequestFilterSensitiveLog: (
394
- obj: ResolveCaseRequest
395
- ) => any;
396
- export declare const ResolveCaseResponseFilterSensitiveLog: (
397
- obj: ResolveCaseResponse
398
- ) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-support",
3
3
  "description": "AWS SDK for JavaScript Support 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 support"
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",