@aws-sdk/client-support 3.1077.0 → 3.1079.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 (56) hide show
  1. package/dist-cjs/index.js +24 -163
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AddAttachmentsToSetCommand.js +2 -14
  4. package/dist-es/commands/AddCommunicationToCaseCommand.js +2 -14
  5. package/dist-es/commands/CreateCaseCommand.js +2 -14
  6. package/dist-es/commands/DescribeAttachmentCommand.js +2 -14
  7. package/dist-es/commands/DescribeCasesCommand.js +2 -14
  8. package/dist-es/commands/DescribeCommunicationsCommand.js +2 -14
  9. package/dist-es/commands/DescribeCreateCaseOptionsCommand.js +2 -14
  10. package/dist-es/commands/DescribeServicesCommand.js +2 -14
  11. package/dist-es/commands/DescribeSeverityLevelsCommand.js +2 -14
  12. package/dist-es/commands/DescribeSupportedLanguagesCommand.js +2 -14
  13. package/dist-es/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.js +2 -14
  14. package/dist-es/commands/DescribeTrustedAdvisorCheckResultCommand.js +2 -14
  15. package/dist-es/commands/DescribeTrustedAdvisorCheckSummariesCommand.js +2 -14
  16. package/dist-es/commands/DescribeTrustedAdvisorChecksCommand.js +2 -14
  17. package/dist-es/commands/RefreshTrustedAdvisorCheckCommand.js +2 -14
  18. package/dist-es/commands/ResolveCaseCommand.js +2 -14
  19. package/dist-es/index.js +1 -0
  20. package/dist-types/commandBuilder.d.ts +18 -0
  21. package/dist-types/commands/AddAttachmentsToSetCommand.d.ts +3 -8
  22. package/dist-types/commands/AddCommunicationToCaseCommand.d.ts +3 -8
  23. package/dist-types/commands/CreateCaseCommand.d.ts +3 -8
  24. package/dist-types/commands/DescribeAttachmentCommand.d.ts +3 -8
  25. package/dist-types/commands/DescribeCasesCommand.d.ts +3 -8
  26. package/dist-types/commands/DescribeCommunicationsCommand.d.ts +3 -8
  27. package/dist-types/commands/DescribeCreateCaseOptionsCommand.d.ts +3 -8
  28. package/dist-types/commands/DescribeServicesCommand.d.ts +3 -8
  29. package/dist-types/commands/DescribeSeverityLevelsCommand.d.ts +3 -8
  30. package/dist-types/commands/DescribeSupportedLanguagesCommand.d.ts +3 -8
  31. package/dist-types/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.d.ts +3 -8
  32. package/dist-types/commands/DescribeTrustedAdvisorCheckResultCommand.d.ts +3 -8
  33. package/dist-types/commands/DescribeTrustedAdvisorCheckSummariesCommand.d.ts +3 -8
  34. package/dist-types/commands/DescribeTrustedAdvisorChecksCommand.d.ts +3 -8
  35. package/dist-types/commands/RefreshTrustedAdvisorCheckCommand.d.ts +3 -8
  36. package/dist-types/commands/ResolveCaseCommand.d.ts +3 -8
  37. package/dist-types/index.d.ts +1 -0
  38. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  39. package/dist-types/ts3.4/commands/AddAttachmentsToSetCommand.d.ts +7 -16
  40. package/dist-types/ts3.4/commands/AddCommunicationToCaseCommand.d.ts +7 -16
  41. package/dist-types/ts3.4/commands/CreateCaseCommand.d.ts +7 -16
  42. package/dist-types/ts3.4/commands/DescribeAttachmentCommand.d.ts +7 -16
  43. package/dist-types/ts3.4/commands/DescribeCasesCommand.d.ts +7 -16
  44. package/dist-types/ts3.4/commands/DescribeCommunicationsCommand.d.ts +7 -16
  45. package/dist-types/ts3.4/commands/DescribeCreateCaseOptionsCommand.d.ts +7 -16
  46. package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +7 -16
  47. package/dist-types/ts3.4/commands/DescribeSeverityLevelsCommand.d.ts +7 -16
  48. package/dist-types/ts3.4/commands/DescribeSupportedLanguagesCommand.d.ts +7 -16
  49. package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.d.ts +7 -16
  50. package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckResultCommand.d.ts +7 -16
  51. package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckSummariesCommand.d.ts +7 -16
  52. package/dist-types/ts3.4/commands/DescribeTrustedAdvisorChecksCommand.d.ts +7 -16
  53. package/dist-types/ts3.4/commands/RefreshTrustedAdvisorCheckCommand.d.ts +7 -16
  54. package/dist-types/ts3.4/commands/ResolveCaseCommand.d.ts +7 -16
  55. package/dist-types/ts3.4/index.d.ts +1 -0
  56. package/package.json +8 -8
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.1077.0",
4
+ "version": "3.1079.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline",
@@ -19,13 +19,13 @@
19
19
  "module": "./dist-es/index.js",
20
20
  "sideEffects": false,
21
21
  "dependencies": {
22
- "@aws-sdk/core": "^3.974.25",
23
- "@aws-sdk/credential-provider-node": "^3.972.60",
24
- "@aws-sdk/types": "^3.973.14",
25
- "@smithy/core": "^3.28.0",
26
- "@smithy/fetch-http-handler": "^5.6.1",
27
- "@smithy/node-http-handler": "^4.9.1",
28
- "@smithy/types": "^4.15.0",
22
+ "@aws-sdk/core": "^3.974.27",
23
+ "@aws-sdk/credential-provider-node": "^3.972.62",
24
+ "@aws-sdk/types": "^3.973.15",
25
+ "@smithy/core": "^3.29.0",
26
+ "@smithy/fetch-http-handler": "^5.6.2",
27
+ "@smithy/node-http-handler": "^4.9.2",
28
+ "@smithy/types": "^4.15.1",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "devDependencies": {