@aws-sdk/client-route53-recovery-control-config 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 +20 -19
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -2523,8 +2523,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2523
2523
  // Annotate the CommonJS export names for ESM import in node:
2524
2524
 
2525
2525
  0 && (module.exports = {
2526
- AccessDeniedException,
2527
- ConflictException,
2526
+ Route53RecoveryControlConfigServiceException,
2527
+ __Client,
2528
+ Route53RecoveryControlConfigClient,
2529
+ Route53RecoveryControlConfig,
2530
+ $Command,
2528
2531
  CreateClusterCommand,
2529
2532
  CreateControlPanelCommand,
2530
2533
  CreateRoutingControlCommand,
@@ -2538,44 +2541,42 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2538
2541
  DescribeRoutingControlCommand,
2539
2542
  DescribeSafetyRuleCommand,
2540
2543
  GetResourcePolicyCommand,
2541
- InternalServerException,
2542
2544
  ListAssociatedRoute53HealthChecksCommand,
2543
2545
  ListClustersCommand,
2544
2546
  ListControlPanelsCommand,
2545
2547
  ListRoutingControlsCommand,
2546
2548
  ListSafetyRulesCommand,
2547
2549
  ListTagsForResourceCommand,
2548
- ResourceNotFoundException,
2549
- Route53RecoveryControlConfig,
2550
- Route53RecoveryControlConfigClient,
2551
- Route53RecoveryControlConfigServiceException,
2552
- RuleType,
2553
- ServiceQuotaExceededException,
2554
- Status,
2555
2550
  TagResourceCommand,
2556
- ThrottlingException,
2557
2551
  UntagResourceCommand,
2558
2552
  UpdateControlPanelCommand,
2559
2553
  UpdateRoutingControlCommand,
2560
2554
  UpdateSafetyRuleCommand,
2561
- ValidationException,
2562
- __Client,
2563
2555
  paginateListAssociatedRoute53HealthChecks,
2564
2556
  paginateListClusters,
2565
2557
  paginateListControlPanels,
2566
2558
  paginateListRoutingControls,
2567
2559
  paginateListSafetyRules,
2568
2560
  waitForClusterCreated,
2569
- waitForClusterDeleted,
2570
- waitForControlPanelCreated,
2571
- waitForControlPanelDeleted,
2572
- waitForRoutingControlCreated,
2573
- waitForRoutingControlDeleted,
2574
2561
  waitUntilClusterCreated,
2562
+ waitForClusterDeleted,
2575
2563
  waitUntilClusterDeleted,
2564
+ waitForControlPanelCreated,
2576
2565
  waitUntilControlPanelCreated,
2566
+ waitForControlPanelDeleted,
2577
2567
  waitUntilControlPanelDeleted,
2568
+ waitForRoutingControlCreated,
2578
2569
  waitUntilRoutingControlCreated,
2579
- waitUntilRoutingControlDeleted
2570
+ waitForRoutingControlDeleted,
2571
+ waitUntilRoutingControlDeleted,
2572
+ Status,
2573
+ RuleType,
2574
+ AccessDeniedException,
2575
+ ConflictException,
2576
+ InternalServerException,
2577
+ ResourceNotFoundException,
2578
+ ServiceQuotaExceededException,
2579
+ ThrottlingException,
2580
+ ValidationException
2580
2581
  });
2581
2582
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-route53-recovery-control-config",
3
3
  "description": "AWS SDK for JavaScript Route53 Recovery Control Config 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-route53-recovery-control-config",
@@ -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",