@aws-sdk/client-devops-guru 3.133.0 → 3.137.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 (68) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/commands/AddNotificationChannelCommand.js +2 -2
  3. package/dist-cjs/commands/DeleteInsightCommand.js +2 -2
  4. package/dist-cjs/commands/DescribeAccountHealthCommand.js +2 -2
  5. package/dist-cjs/commands/DescribeAccountOverviewCommand.js +2 -2
  6. package/dist-cjs/commands/DescribeAnomalyCommand.js +2 -2
  7. package/dist-cjs/commands/DescribeEventSourcesConfigCommand.js +2 -2
  8. package/dist-cjs/commands/DescribeFeedbackCommand.js +2 -2
  9. package/dist-cjs/commands/DescribeInsightCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeOrganizationHealthCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeOrganizationOverviewCommand.js +2 -2
  12. package/dist-cjs/commands/DescribeOrganizationResourceCollectionHealthCommand.js +2 -2
  13. package/dist-cjs/commands/DescribeResourceCollectionHealthCommand.js +2 -2
  14. package/dist-cjs/commands/DescribeServiceIntegrationCommand.js +2 -2
  15. package/dist-cjs/commands/GetCostEstimationCommand.js +2 -2
  16. package/dist-cjs/commands/GetResourceCollectionCommand.js +2 -2
  17. package/dist-cjs/commands/ListAnomaliesForInsightCommand.js +2 -2
  18. package/dist-cjs/commands/ListAnomalousLogGroupsCommand.js +2 -2
  19. package/dist-cjs/commands/ListEventsCommand.js +2 -2
  20. package/dist-cjs/commands/ListInsightsCommand.js +2 -2
  21. package/dist-cjs/commands/ListMonitoredResourcesCommand.js +2 -2
  22. package/dist-cjs/commands/ListNotificationChannelsCommand.js +2 -2
  23. package/dist-cjs/commands/ListOrganizationInsightsCommand.js +2 -2
  24. package/dist-cjs/commands/ListRecommendationsCommand.js +2 -2
  25. package/dist-cjs/commands/PutFeedbackCommand.js +2 -2
  26. package/dist-cjs/commands/RemoveNotificationChannelCommand.js +2 -2
  27. package/dist-cjs/commands/SearchInsightsCommand.js +2 -2
  28. package/dist-cjs/commands/SearchOrganizationInsightsCommand.js +2 -2
  29. package/dist-cjs/commands/StartCostEstimationCommand.js +2 -2
  30. package/dist-cjs/commands/UpdateEventSourcesConfigCommand.js +2 -2
  31. package/dist-cjs/commands/UpdateResourceCollectionCommand.js +2 -2
  32. package/dist-cjs/commands/UpdateServiceIntegrationCommand.js +2 -2
  33. package/dist-cjs/models/models_0.js +604 -904
  34. package/dist-es/commands/AddNotificationChannelCommand.js +3 -3
  35. package/dist-es/commands/DeleteInsightCommand.js +3 -3
  36. package/dist-es/commands/DescribeAccountHealthCommand.js +3 -3
  37. package/dist-es/commands/DescribeAccountOverviewCommand.js +3 -3
  38. package/dist-es/commands/DescribeAnomalyCommand.js +3 -3
  39. package/dist-es/commands/DescribeEventSourcesConfigCommand.js +3 -3
  40. package/dist-es/commands/DescribeFeedbackCommand.js +3 -3
  41. package/dist-es/commands/DescribeInsightCommand.js +3 -3
  42. package/dist-es/commands/DescribeOrganizationHealthCommand.js +3 -3
  43. package/dist-es/commands/DescribeOrganizationOverviewCommand.js +3 -3
  44. package/dist-es/commands/DescribeOrganizationResourceCollectionHealthCommand.js +3 -3
  45. package/dist-es/commands/DescribeResourceCollectionHealthCommand.js +3 -3
  46. package/dist-es/commands/DescribeServiceIntegrationCommand.js +3 -3
  47. package/dist-es/commands/GetCostEstimationCommand.js +3 -3
  48. package/dist-es/commands/GetResourceCollectionCommand.js +3 -3
  49. package/dist-es/commands/ListAnomaliesForInsightCommand.js +3 -3
  50. package/dist-es/commands/ListAnomalousLogGroupsCommand.js +3 -3
  51. package/dist-es/commands/ListEventsCommand.js +3 -3
  52. package/dist-es/commands/ListInsightsCommand.js +3 -3
  53. package/dist-es/commands/ListMonitoredResourcesCommand.js +3 -3
  54. package/dist-es/commands/ListNotificationChannelsCommand.js +3 -3
  55. package/dist-es/commands/ListOrganizationInsightsCommand.js +3 -3
  56. package/dist-es/commands/ListRecommendationsCommand.js +3 -3
  57. package/dist-es/commands/PutFeedbackCommand.js +3 -3
  58. package/dist-es/commands/RemoveNotificationChannelCommand.js +3 -3
  59. package/dist-es/commands/SearchInsightsCommand.js +3 -3
  60. package/dist-es/commands/SearchOrganizationInsightsCommand.js +3 -3
  61. package/dist-es/commands/StartCostEstimationCommand.js +3 -3
  62. package/dist-es/commands/UpdateEventSourcesConfigCommand.js +3 -3
  63. package/dist-es/commands/UpdateResourceCollectionCommand.js +3 -3
  64. package/dist-es/commands/UpdateServiceIntegrationCommand.js +3 -3
  65. package/dist-es/models/models_0.js +150 -600
  66. package/dist-types/models/models_0.d.ts +600 -900
  67. package/dist-types/ts3.4/models/models_0.d.ts +300 -600
  68. package/package.json +6 -6
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateResourceCollectionRequest, UpdateResourceCollectionResponse } from "../models/models_0";
4
+ import { UpdateResourceCollectionRequestFilterSensitiveLog, UpdateResourceCollectionResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateResourceCollectionCommand, serializeAws_restJson1UpdateResourceCollectionCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateResourceCollectionCommand = (function (_super) {
7
7
  __extends(UpdateResourceCollectionCommand, _super);
@@ -20,8 +20,8 @@ var UpdateResourceCollectionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateResourceCollectionRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateResourceCollectionResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateResourceCollectionRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateResourceCollectionResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateServiceIntegrationRequest, UpdateServiceIntegrationResponse } from "../models/models_0";
4
+ import { UpdateServiceIntegrationRequestFilterSensitiveLog, UpdateServiceIntegrationResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1UpdateServiceIntegrationCommand, serializeAws_restJson1UpdateServiceIntegrationCommand, } from "../protocols/Aws_restJson1";
6
6
  var UpdateServiceIntegrationCommand = (function (_super) {
7
7
  __extends(UpdateServiceIntegrationCommand, _super);
@@ -20,8 +20,8 @@ var UpdateServiceIntegrationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateServiceIntegrationRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateServiceIntegrationResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateServiceIntegrationRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateServiceIntegrationResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {