@aws-sdk/client-devops-guru 3.928.0 → 3.929.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 (52) hide show
  1. package/dist-cjs/index.js +1861 -1731
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/DevOpsGuruClient.js +2 -0
  4. package/dist-es/commands/AddNotificationChannelCommand.js +3 -9
  5. package/dist-es/commands/DeleteInsightCommand.js +3 -9
  6. package/dist-es/commands/DescribeAccountHealthCommand.js +3 -9
  7. package/dist-es/commands/DescribeAccountOverviewCommand.js +3 -9
  8. package/dist-es/commands/DescribeAnomalyCommand.js +3 -9
  9. package/dist-es/commands/DescribeEventSourcesConfigCommand.js +3 -9
  10. package/dist-es/commands/DescribeFeedbackCommand.js +3 -9
  11. package/dist-es/commands/DescribeInsightCommand.js +3 -9
  12. package/dist-es/commands/DescribeOrganizationHealthCommand.js +3 -9
  13. package/dist-es/commands/DescribeOrganizationOverviewCommand.js +3 -9
  14. package/dist-es/commands/DescribeOrganizationResourceCollectionHealthCommand.js +3 -9
  15. package/dist-es/commands/DescribeResourceCollectionHealthCommand.js +3 -9
  16. package/dist-es/commands/DescribeServiceIntegrationCommand.js +3 -9
  17. package/dist-es/commands/GetCostEstimationCommand.js +3 -9
  18. package/dist-es/commands/GetResourceCollectionCommand.js +3 -9
  19. package/dist-es/commands/ListAnomaliesForInsightCommand.js +3 -9
  20. package/dist-es/commands/ListAnomalousLogGroupsCommand.js +3 -9
  21. package/dist-es/commands/ListEventsCommand.js +3 -9
  22. package/dist-es/commands/ListInsightsCommand.js +3 -9
  23. package/dist-es/commands/ListMonitoredResourcesCommand.js +3 -9
  24. package/dist-es/commands/ListNotificationChannelsCommand.js +3 -9
  25. package/dist-es/commands/ListOrganizationInsightsCommand.js +3 -9
  26. package/dist-es/commands/ListRecommendationsCommand.js +3 -9
  27. package/dist-es/commands/PutFeedbackCommand.js +3 -9
  28. package/dist-es/commands/RemoveNotificationChannelCommand.js +3 -9
  29. package/dist-es/commands/SearchInsightsCommand.js +3 -9
  30. package/dist-es/commands/SearchOrganizationInsightsCommand.js +3 -9
  31. package/dist-es/commands/StartCostEstimationCommand.js +3 -9
  32. package/dist-es/commands/UpdateEventSourcesConfigCommand.js +3 -9
  33. package/dist-es/commands/UpdateResourceCollectionCommand.js +3 -9
  34. package/dist-es/commands/UpdateServiceIntegrationCommand.js +3 -9
  35. package/dist-es/runtimeConfig.shared.js +2 -0
  36. package/dist-es/schemas/schemas_0.js +1799 -0
  37. package/dist-types/DevOpsGuruClient.d.ts +10 -1
  38. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  39. package/dist-types/runtimeConfig.d.ts +1 -0
  40. package/dist-types/runtimeConfig.native.d.ts +1 -0
  41. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  42. package/dist-types/schemas/schemas_0.d.ts +251 -0
  43. package/dist-types/ts3.4/DevOpsGuruClient.d.ts +4 -0
  44. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  45. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  46. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  47. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  48. package/dist-types/ts3.4/schemas/schemas_0.d.ts +256 -0
  49. package/package.json +2 -3
  50. package/dist-es/protocols/Aws_restJson1.js +0 -1497
  51. package/dist-types/protocols/Aws_restJson1.d.ts +0 -281
  52. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -377
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-devops-guru",
3
3
  "description": "AWS SDK for JavaScript Devops Guru Client for Node.js, Browser and React Native",
4
- "version": "3.928.0",
4
+ "version": "3.929.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-devops-guru",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.928.0",
24
- "@aws-sdk/credential-provider-node": "3.928.0",
24
+ "@aws-sdk/credential-provider-node": "3.929.0",
25
25
  "@aws-sdk/middleware-host-header": "3.922.0",
26
26
  "@aws-sdk/middleware-logger": "3.922.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.922.0",
@@ -56,7 +56,6 @@
56
56
  "@smithy/util-middleware": "^4.2.4",
57
57
  "@smithy/util-retry": "^4.2.4",
58
58
  "@smithy/util-utf8": "^4.2.0",
59
- "@smithy/uuid": "^1.1.0",
60
59
  "tslib": "^2.6.2"
61
60
  },
62
61
  "devDependencies": {