@aws-sdk/client-devops-guru 3.496.0 → 3.499.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 (2) hide show
  1. package/dist-cjs/index.js +39 -38
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -3623,16 +3623,12 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3623
3623
  // Annotate the CommonJS export names for ESM import in node:
3624
3624
 
3625
3625
  0 && (module.exports = {
3626
- AccessDeniedException,
3626
+ DevOpsGuruServiceException,
3627
+ __Client,
3628
+ DevOpsGuruClient,
3629
+ DevOpsGuru,
3630
+ $Command,
3627
3631
  AddNotificationChannelCommand,
3628
- AnomalySeverity,
3629
- AnomalyStatus,
3630
- AnomalyType,
3631
- CloudWatchMetricDataStatusCode,
3632
- CloudWatchMetricsStat,
3633
- ConflictException,
3634
- CostEstimationServiceResourceState,
3635
- CostEstimationStatus,
3636
3632
  DeleteInsightCommand,
3637
3633
  DescribeAccountHealthCommand,
3638
3634
  DescribeAccountOverviewCommand,
@@ -3645,19 +3641,8 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3645
3641
  DescribeOrganizationResourceCollectionHealthCommand,
3646
3642
  DescribeResourceCollectionHealthCommand,
3647
3643
  DescribeServiceIntegrationCommand,
3648
- DevOpsGuru,
3649
- DevOpsGuruClient,
3650
- DevOpsGuruServiceException,
3651
- EventClass,
3652
- EventDataSource,
3653
- EventSourceOptInStatus,
3654
3644
  GetCostEstimationCommand,
3655
3645
  GetResourceCollectionCommand,
3656
- InsightFeedbackOption,
3657
- InsightSeverity,
3658
- InsightStatus,
3659
- InsightType,
3660
- InternalServerException,
3661
3646
  ListAnomaliesForInsightCommand,
3662
3647
  ListAnomalousLogGroupsCommand,
3663
3648
  ListEventsCommand,
@@ -3666,31 +3651,14 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3666
3651
  ListNotificationChannelsCommand,
3667
3652
  ListOrganizationInsightsCommand,
3668
3653
  ListRecommendationsCommand,
3669
- Locale,
3670
- LogAnomalyType,
3671
- NotificationMessageType,
3672
- OptInStatus,
3673
- OrganizationResourceCollectionType,
3674
3654
  PutFeedbackCommand,
3675
3655
  RemoveNotificationChannelCommand,
3676
- ResourceCollectionType,
3677
- ResourceNotFoundException,
3678
- ResourcePermission,
3679
- ResourceTypeFilter,
3680
3656
  SearchInsightsCommand,
3681
3657
  SearchOrganizationInsightsCommand,
3682
- ServerSideEncryptionType,
3683
- ServiceName,
3684
- ServiceQuotaExceededException,
3685
3658
  StartCostEstimationCommand,
3686
- ThrottlingException,
3687
3659
  UpdateEventSourcesConfigCommand,
3688
- UpdateResourceCollectionAction,
3689
3660
  UpdateResourceCollectionCommand,
3690
3661
  UpdateServiceIntegrationCommand,
3691
- ValidationException,
3692
- ValidationExceptionReason,
3693
- __Client,
3694
3662
  paginateDescribeOrganizationResourceCollectionHealth,
3695
3663
  paginateDescribeResourceCollectionHealth,
3696
3664
  paginateGetCostEstimation,
@@ -3704,6 +3672,39 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3704
3672
  paginateListOrganizationInsights,
3705
3673
  paginateListRecommendations,
3706
3674
  paginateSearchInsights,
3707
- paginateSearchOrganizationInsights
3675
+ paginateSearchOrganizationInsights,
3676
+ AccessDeniedException,
3677
+ NotificationMessageType,
3678
+ InsightSeverity,
3679
+ ConflictException,
3680
+ InternalServerException,
3681
+ ResourceNotFoundException,
3682
+ ServiceQuotaExceededException,
3683
+ ThrottlingException,
3684
+ ValidationExceptionReason,
3685
+ ValidationException,
3686
+ EventSourceOptInStatus,
3687
+ LogAnomalyType,
3688
+ AnomalySeverity,
3689
+ CloudWatchMetricDataStatusCode,
3690
+ CloudWatchMetricsStat,
3691
+ AnomalyStatus,
3692
+ AnomalyType,
3693
+ InsightFeedbackOption,
3694
+ InsightStatus,
3695
+ OrganizationResourceCollectionType,
3696
+ ServiceName,
3697
+ ResourceCollectionType,
3698
+ OptInStatus,
3699
+ ServerSideEncryptionType,
3700
+ CostEstimationServiceResourceState,
3701
+ CostEstimationStatus,
3702
+ EventDataSource,
3703
+ EventClass,
3704
+ InsightType,
3705
+ ResourcePermission,
3706
+ ResourceTypeFilter,
3707
+ Locale,
3708
+ UpdateResourceCollectionAction
3708
3709
  });
3709
3710
 
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.496.0",
4
+ "version": "3.499.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",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",