@aws-sdk/client-codeguruprofiler 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 +21 -20
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -2465,51 +2465,52 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2465
2465
  // Annotate the CommonJS export names for ESM import in node:
2466
2466
 
2467
2467
  0 && (module.exports = {
2468
- ActionGroup,
2468
+ CodeGuruProfilerServiceException,
2469
+ __Client,
2470
+ CodeGuruProfilerClient,
2471
+ CodeGuruProfiler,
2472
+ $Command,
2469
2473
  AddNotificationChannelsCommand,
2470
- AgentParameterField,
2471
- AggregationPeriod,
2472
2474
  BatchGetFrameMetricDataCommand,
2473
- CodeGuruProfiler,
2474
- CodeGuruProfilerClient,
2475
- CodeGuruProfilerServiceException,
2476
- ComputePlatform,
2477
2475
  ConfigureAgentCommand,
2478
- ConflictException,
2479
2476
  CreateProfilingGroupCommand,
2480
2477
  DeleteProfilingGroupCommand,
2481
2478
  DescribeProfilingGroupCommand,
2482
- EventPublisher,
2483
- FeedbackType,
2484
2479
  GetFindingsReportAccountSummaryCommand,
2485
2480
  GetNotificationConfigurationCommand,
2486
2481
  GetPolicyCommand,
2487
2482
  GetProfileCommand,
2488
2483
  GetRecommendationsCommand,
2489
- InternalServerException,
2490
2484
  ListFindingsReportsCommand,
2491
2485
  ListProfileTimesCommand,
2492
2486
  ListProfilingGroupsCommand,
2493
2487
  ListTagsForResourceCommand,
2494
- MetadataField,
2495
- MetricType,
2496
- OrderBy,
2497
2488
  PostAgentProfileCommand,
2498
2489
  PutPermissionCommand,
2499
2490
  RemoveNotificationChannelCommand,
2500
2491
  RemovePermissionCommand,
2501
- ResourceNotFoundException,
2502
- ServiceQuotaExceededException,
2503
2492
  SubmitFeedbackCommand,
2504
2493
  TagResourceCommand,
2505
- ThrottlingException,
2506
2494
  UntagResourceCommand,
2507
2495
  UpdateProfilingGroupCommand,
2508
- ValidationException,
2509
- __Client,
2510
2496
  paginateGetFindingsReportAccountSummary,
2511
2497
  paginateListFindingsReports,
2512
2498
  paginateListProfileTimes,
2513
- paginateListProfilingGroups
2499
+ paginateListProfilingGroups,
2500
+ ActionGroup,
2501
+ EventPublisher,
2502
+ ConflictException,
2503
+ InternalServerException,
2504
+ ResourceNotFoundException,
2505
+ ServiceQuotaExceededException,
2506
+ ThrottlingException,
2507
+ ValidationException,
2508
+ AgentParameterField,
2509
+ AggregationPeriod,
2510
+ FeedbackType,
2511
+ MetricType,
2512
+ MetadataField,
2513
+ ComputePlatform,
2514
+ OrderBy
2514
2515
  });
2515
2516
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codeguruprofiler",
3
3
  "description": "AWS SDK for JavaScript Codeguruprofiler 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-codeguruprofiler",
@@ -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",