@aws-sdk/client-route53-recovery-cluster 3.325.0 → 3.327.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.
- package/dist-types/commands/GetRoutingControlStateCommand.d.ts +8 -0
- package/dist-types/commands/ListRoutingControlsCommand.d.ts +15 -0
- package/dist-types/commands/UpdateRoutingControlStateCommand.d.ts +4 -0
- package/dist-types/commands/UpdateRoutingControlStatesCommand.d.ts +4 -0
- package/package.json +7 -7
|
@@ -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.
|
|
4
|
+
"version": "3.327.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.
|
|
24
|
+
"@aws-sdk/client-sts": "3.327.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.327.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",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"@aws-sdk/middleware-host-header": "3.325.0",
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.325.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.325.0",
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.327.0",
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.325.0",
|
|
37
37
|
"@aws-sdk/middleware-signing": "3.325.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.325.0",
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.327.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.310.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.321.1",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.310.0",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-browser": "3.325.0",
|
|
50
50
|
"@aws-sdk/util-defaults-mode-node": "3.325.0",
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.327.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.327.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.310.0",
|
|
54
54
|
"@aws-sdk/util-user-agent-node": "3.310.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.310.0",
|