@aws-sdk/client-migrationhub-config 3.325.0 → 3.326.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.
@@ -36,6 +36,18 @@ export interface CreateHomeRegionControlCommandOutput extends CreateHomeRegionCo
36
36
  * };
37
37
  * const command = new CreateHomeRegionControlCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // CreateHomeRegionControlResult
40
+ * // HomeRegionControl: { // HomeRegionControl
41
+ * // ControlId: "STRING_VALUE",
42
+ * // HomeRegion: "STRING_VALUE",
43
+ * // Target: { // Target
44
+ * // Type: "STRING_VALUE", // required
45
+ * // Id: "STRING_VALUE",
46
+ * // },
47
+ * // RequestedTime: new Date("TIMESTAMP"),
48
+ * // },
49
+ * // };
50
+ *
39
51
  * ```
40
52
  *
41
53
  * @param CreateHomeRegionControlCommandInput - {@link CreateHomeRegionControlCommandInput}
@@ -66,6 +78,8 @@ export interface CreateHomeRegionControlCommandOutput extends CreateHomeRegionCo
66
78
  * @throws {@link ThrottlingException} (client fault)
67
79
  * <p>The request was denied due to request throttling.</p>
68
80
  *
81
+ * @throws {@link MigrationHubConfigServiceException}
82
+ * <p>Base exception class for all service exceptions from MigrationHubConfig service.</p>
69
83
  *
70
84
  */
71
85
  export declare class CreateHomeRegionControlCommand extends $Command<CreateHomeRegionControlCommandInput, CreateHomeRegionControlCommandOutput, MigrationHubConfigClientResolvedConfig> {
@@ -39,6 +39,21 @@ export interface DescribeHomeRegionControlsCommandOutput extends DescribeHomeReg
39
39
  * };
40
40
  * const command = new DescribeHomeRegionControlsCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // DescribeHomeRegionControlsResult
43
+ * // HomeRegionControls: [ // HomeRegionControls
44
+ * // { // HomeRegionControl
45
+ * // ControlId: "STRING_VALUE",
46
+ * // HomeRegion: "STRING_VALUE",
47
+ * // Target: { // Target
48
+ * // Type: "STRING_VALUE", // required
49
+ * // Id: "STRING_VALUE",
50
+ * // },
51
+ * // RequestedTime: new Date("TIMESTAMP"),
52
+ * // },
53
+ * // ],
54
+ * // NextToken: "STRING_VALUE",
55
+ * // };
56
+ *
42
57
  * ```
43
58
  *
44
59
  * @param DescribeHomeRegionControlsCommandInput - {@link DescribeHomeRegionControlsCommandInput}
@@ -65,6 +80,8 @@ export interface DescribeHomeRegionControlsCommandOutput extends DescribeHomeReg
65
80
  * @throws {@link ThrottlingException} (client fault)
66
81
  * <p>The request was denied due to request throttling.</p>
67
82
  *
83
+ * @throws {@link MigrationHubConfigServiceException}
84
+ * <p>Base exception class for all service exceptions from MigrationHubConfig service.</p>
68
85
  *
69
86
  */
70
87
  export declare class DescribeHomeRegionControlsCommand extends $Command<DescribeHomeRegionControlsCommandInput, DescribeHomeRegionControlsCommandOutput, MigrationHubConfigClientResolvedConfig> {
@@ -33,6 +33,10 @@ export interface GetHomeRegionCommandOutput extends GetHomeRegionResult, __Metad
33
33
  * const input = {};
34
34
  * const command = new GetHomeRegionCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // GetHomeRegionResult
37
+ * // HomeRegion: "STRING_VALUE",
38
+ * // };
39
+ *
36
40
  * ```
37
41
  *
38
42
  * @param GetHomeRegionCommandInput - {@link GetHomeRegionCommandInput}
@@ -59,6 +63,8 @@ export interface GetHomeRegionCommandOutput extends GetHomeRegionResult, __Metad
59
63
  * @throws {@link ThrottlingException} (client fault)
60
64
  * <p>The request was denied due to request throttling.</p>
61
65
  *
66
+ * @throws {@link MigrationHubConfigServiceException}
67
+ * <p>Base exception class for all service exceptions from MigrationHubConfig service.</p>
62
68
  *
63
69
  */
64
70
  export declare class GetHomeRegionCommand extends $Command<GetHomeRegionCommandInput, GetHomeRegionCommandOutput, MigrationHubConfigClientResolvedConfig> {
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.325.0",
4
+ "version": "3.326.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.325.0",
24
+ "@aws-sdk/client-sts": "3.326.0",
25
25
  "@aws-sdk/config-resolver": "3.310.0",
26
- "@aws-sdk/credential-provider-node": "3.325.0",
26
+ "@aws-sdk/credential-provider-node": "3.326.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.310.0",
28
28
  "@aws-sdk/hash-node": "3.310.0",
29
29
  "@aws-sdk/invalid-dependency": "3.310.0",