@aws-sdk/client-route53-recovery-cluster 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.
@@ -61,6 +61,12 @@ export interface GetRoutingControlStateCommandOutput extends GetRoutingControlSt
61
61
  * };
62
62
  * const command = new GetRoutingControlStateCommand(input);
63
63
  * const response = await client.send(command);
64
+ * // { // GetRoutingControlStateResponse
65
+ * // RoutingControlArn: "STRING_VALUE", // required
66
+ * // RoutingControlState: "STRING_VALUE", // required
67
+ * // RoutingControlName: "STRING_VALUE",
68
+ * // };
69
+ *
64
70
  * ```
65
71
  *
66
72
  * @param GetRoutingControlStateCommandInput - {@link GetRoutingControlStateCommandInput}
@@ -87,6 +93,8 @@ export interface GetRoutingControlStateCommandOutput extends GetRoutingControlSt
87
93
  * @throws {@link ValidationException} (client fault)
88
94
  * <p>There was a validation error on the request.</p>
89
95
  *
96
+ * @throws {@link Route53RecoveryClusterServiceException}
97
+ * <p>Base exception class for all service exceptions from Route53RecoveryCluster service.</p>
90
98
  *
91
99
  */
92
100
  export declare class GetRoutingControlStateCommand extends $Command<GetRoutingControlStateCommandInput, GetRoutingControlStateCommandOutput, Route53RecoveryClusterClientResolvedConfig> {
@@ -64,6 +64,19 @@ export interface ListRoutingControlsCommandOutput extends ListRoutingControlsRes
64
64
  * };
65
65
  * const command = new ListRoutingControlsCommand(input);
66
66
  * const response = await client.send(command);
67
+ * // { // ListRoutingControlsResponse
68
+ * // RoutingControls: [ // RoutingControls // required
69
+ * // { // RoutingControl
70
+ * // ControlPanelArn: "STRING_VALUE",
71
+ * // ControlPanelName: "STRING_VALUE",
72
+ * // RoutingControlArn: "STRING_VALUE",
73
+ * // RoutingControlName: "STRING_VALUE",
74
+ * // RoutingControlState: "STRING_VALUE",
75
+ * // },
76
+ * // ],
77
+ * // NextToken: "STRING_VALUE",
78
+ * // };
79
+ *
67
80
  * ```
68
81
  *
69
82
  * @param ListRoutingControlsCommandInput - {@link ListRoutingControlsCommandInput}
@@ -90,6 +103,8 @@ export interface ListRoutingControlsCommandOutput extends ListRoutingControlsRes
90
103
  * @throws {@link ValidationException} (client fault)
91
104
  * <p>There was a validation error on the request.</p>
92
105
  *
106
+ * @throws {@link Route53RecoveryClusterServiceException}
107
+ * <p>Base exception class for all service exceptions from Route53RecoveryCluster service.</p>
93
108
  *
94
109
  */
95
110
  export declare class ListRoutingControlsCommand extends $Command<ListRoutingControlsCommandInput, ListRoutingControlsCommandOutput, Route53RecoveryClusterClientResolvedConfig> {
@@ -68,6 +68,8 @@ export interface UpdateRoutingControlStateCommandOutput extends UpdateRoutingCon
68
68
  * };
69
69
  * const command = new UpdateRoutingControlStateCommand(input);
70
70
  * const response = await client.send(command);
71
+ * // {};
72
+ *
71
73
  * ```
72
74
  *
73
75
  * @param UpdateRoutingControlStateCommandInput - {@link UpdateRoutingControlStateCommandInput}
@@ -97,6 +99,8 @@ export interface UpdateRoutingControlStateCommandOutput extends UpdateRoutingCon
97
99
  * @throws {@link ValidationException} (client fault)
98
100
  * <p>There was a validation error on the request.</p>
99
101
  *
102
+ * @throws {@link Route53RecoveryClusterServiceException}
103
+ * <p>Base exception class for all service exceptions from Route53RecoveryCluster service.</p>
100
104
  *
101
105
  */
102
106
  export declare class UpdateRoutingControlStateCommand extends $Command<UpdateRoutingControlStateCommandInput, UpdateRoutingControlStateCommandOutput, Route53RecoveryClusterClientResolvedConfig> {
@@ -72,6 +72,8 @@ export interface UpdateRoutingControlStatesCommandOutput extends UpdateRoutingCo
72
72
  * };
73
73
  * const command = new UpdateRoutingControlStatesCommand(input);
74
74
  * const response = await client.send(command);
75
+ * // {};
76
+ *
75
77
  * ```
76
78
  *
77
79
  * @param UpdateRoutingControlStatesCommandInput - {@link UpdateRoutingControlStatesCommandInput}
@@ -104,6 +106,8 @@ export interface UpdateRoutingControlStatesCommandOutput extends UpdateRoutingCo
104
106
  * @throws {@link ValidationException} (client fault)
105
107
  * <p>There was a validation error on the request.</p>
106
108
  *
109
+ * @throws {@link Route53RecoveryClusterServiceException}
110
+ * <p>Base exception class for all service exceptions from Route53RecoveryCluster service.</p>
107
111
  *
108
112
  */
109
113
  export declare class UpdateRoutingControlStatesCommand extends $Command<UpdateRoutingControlStatesCommandInput, UpdateRoutingControlStatesCommandOutput, Route53RecoveryClusterClientResolvedConfig> {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-route53-recovery-cluster",
3
3
  "description": "AWS SDK for JavaScript Route53 Recovery Cluster 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",