@aws-sdk/client-application-insights 3.496.0 → 3.501.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 +30 -29
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -2855,15 +2855,12 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2855
2855
  // Annotate the CommonJS export names for ESM import in node:
2856
2856
 
2857
2857
  0 && (module.exports = {
2858
- AccessDeniedException,
2859
- AddWorkloadCommand,
2860
- ApplicationInsights,
2861
- ApplicationInsightsClient,
2862
2858
  ApplicationInsightsServiceException,
2863
- BadRequestException,
2864
- CloudWatchEventSource,
2865
- ConfigurationEventResourceType,
2866
- ConfigurationEventStatus,
2859
+ __Client,
2860
+ ApplicationInsightsClient,
2861
+ ApplicationInsights,
2862
+ $Command,
2863
+ AddWorkloadCommand,
2867
2864
  CreateApplicationCommand,
2868
2865
  CreateComponentCommand,
2869
2866
  CreateLogPatternCommand,
@@ -2879,11 +2876,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2879
2876
  DescribeProblemCommand,
2880
2877
  DescribeProblemObservationsCommand,
2881
2878
  DescribeWorkloadCommand,
2882
- DiscoveryType,
2883
- FeedbackKey,
2884
- FeedbackValue,
2885
- GroupingType,
2886
- InternalServerException,
2887
2879
  ListApplicationsCommand,
2888
2880
  ListComponentsCommand,
2889
2881
  ListConfigurationHistoryCommand,
@@ -2892,36 +2884,45 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2892
2884
  ListProblemsCommand,
2893
2885
  ListTagsForResourceCommand,
2894
2886
  ListWorkloadsCommand,
2895
- LogFilter,
2896
- OsType,
2897
- RecommendationType,
2898
2887
  RemoveWorkloadCommand,
2899
- ResolutionMethod,
2900
- ResourceInUseException,
2901
- ResourceNotFoundException,
2902
- SeverityLevel,
2903
- Status,
2904
2888
  TagResourceCommand,
2905
- TagsAlreadyExistException,
2906
- Tier,
2907
- TooManyTagsException,
2908
2889
  UntagResourceCommand,
2909
2890
  UpdateApplicationCommand,
2910
2891
  UpdateComponentCommand,
2911
2892
  UpdateComponentConfigurationCommand,
2912
2893
  UpdateLogPatternCommand,
2913
2894
  UpdateProblemCommand,
2914
- UpdateStatus,
2915
2895
  UpdateWorkloadCommand,
2916
- ValidationException,
2917
- Visibility,
2918
- __Client,
2919
2896
  paginateListApplications,
2920
2897
  paginateListComponents,
2921
2898
  paginateListConfigurationHistory,
2922
2899
  paginateListLogPatternSets,
2923
2900
  paginateListLogPatterns,
2924
2901
  paginateListProblems,
2925
- paginateListWorkloads
2902
+ paginateListWorkloads,
2903
+ AccessDeniedException,
2904
+ Tier,
2905
+ InternalServerException,
2906
+ ResourceInUseException,
2907
+ ResourceNotFoundException,
2908
+ ValidationException,
2909
+ OsType,
2910
+ DiscoveryType,
2911
+ BadRequestException,
2912
+ CloudWatchEventSource,
2913
+ ConfigurationEventResourceType,
2914
+ ConfigurationEventStatus,
2915
+ GroupingType,
2916
+ TagsAlreadyExistException,
2917
+ RecommendationType,
2918
+ LogFilter,
2919
+ FeedbackKey,
2920
+ FeedbackValue,
2921
+ ResolutionMethod,
2922
+ SeverityLevel,
2923
+ Status,
2924
+ Visibility,
2925
+ TooManyTagsException,
2926
+ UpdateStatus
2926
2927
  });
2927
2928
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-application-insights",
3
3
  "description": "AWS SDK for JavaScript Application Insights Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.501.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-application-insights",
@@ -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.501.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.501.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",