@aws-sdk/client-migrationhub-config 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 +10 -9
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -709,21 +709,22 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
709
709
  // Annotate the CommonJS export names for ESM import in node:
710
710
 
711
711
  0 && (module.exports = {
712
- AccessDeniedException,
712
+ MigrationHubConfigServiceException,
713
+ __Client,
714
+ MigrationHubConfigClient,
715
+ MigrationHubConfig,
716
+ $Command,
713
717
  CreateHomeRegionControlCommand,
714
718
  DeleteHomeRegionControlCommand,
715
719
  DescribeHomeRegionControlsCommand,
716
- DryRunOperation,
717
720
  GetHomeRegionCommand,
721
+ paginateDescribeHomeRegionControls,
722
+ AccessDeniedException,
723
+ TargetType,
724
+ DryRunOperation,
718
725
  InternalServerError,
719
726
  InvalidInputException,
720
- MigrationHubConfig,
721
- MigrationHubConfigClient,
722
- MigrationHubConfigServiceException,
723
727
  ServiceUnavailableException,
724
- TargetType,
725
- ThrottlingException,
726
- __Client,
727
- paginateDescribeHomeRegionControls
728
+ ThrottlingException
728
729
  });
729
730
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-migrationhub-config",
3
3
  "description": "AWS SDK for JavaScript Migrationhub Config 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-migrationhub-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.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",