@aws-sdk/client-route53-recovery-cluster 3.775.0 → 3.777.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 +1 -0
- package/dist-types/commands/ListRoutingControlsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateRoutingControlStateCommand.d.ts +1 -0
- package/dist-types/commands/UpdateRoutingControlStatesCommand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -104,6 +104,7 @@ declare const GetRoutingControlStateCommand_base: {
|
|
|
104
104
|
* @throws {@link Route53RecoveryClusterServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from Route53RecoveryCluster service.</p>
|
|
106
106
|
*
|
|
107
|
+
*
|
|
107
108
|
* @public
|
|
108
109
|
*/
|
|
109
110
|
export declare class GetRoutingControlStateCommand extends GetRoutingControlStateCommand_base {
|
|
@@ -115,6 +115,7 @@ declare const ListRoutingControlsCommand_base: {
|
|
|
115
115
|
* @throws {@link Route53RecoveryClusterServiceException}
|
|
116
116
|
* <p>Base exception class for all service exceptions from Route53RecoveryCluster service.</p>
|
|
117
117
|
*
|
|
118
|
+
*
|
|
118
119
|
* @public
|
|
119
120
|
*/
|
|
120
121
|
export declare class ListRoutingControlsCommand extends ListRoutingControlsCommand_base {
|
|
@@ -110,6 +110,7 @@ declare const UpdateRoutingControlStateCommand_base: {
|
|
|
110
110
|
* @throws {@link Route53RecoveryClusterServiceException}
|
|
111
111
|
* <p>Base exception class for all service exceptions from Route53RecoveryCluster service.</p>
|
|
112
112
|
*
|
|
113
|
+
*
|
|
113
114
|
* @public
|
|
114
115
|
*/
|
|
115
116
|
export declare class UpdateRoutingControlStateCommand extends UpdateRoutingControlStateCommand_base {
|
|
@@ -117,6 +117,7 @@ declare const UpdateRoutingControlStatesCommand_base: {
|
|
|
117
117
|
* @throws {@link Route53RecoveryClusterServiceException}
|
|
118
118
|
* <p>Base exception class for all service exceptions from Route53RecoveryCluster service.</p>
|
|
119
119
|
*
|
|
120
|
+
*
|
|
120
121
|
* @public
|
|
121
122
|
*/
|
|
122
123
|
export declare class UpdateRoutingControlStatesCommand extends UpdateRoutingControlStatesCommand_base {
|
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.777.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-cluster",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|