@aws-sdk/client-route53-recovery-control-config 3.775.0 → 3.782.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/CreateClusterCommand.d.ts +1 -0
- package/dist-types/commands/CreateControlPanelCommand.d.ts +1 -0
- package/dist-types/commands/CreateRoutingControlCommand.d.ts +1 -0
- package/dist-types/commands/CreateSafetyRuleCommand.d.ts +1 -0
- package/dist-types/commands/DeleteClusterCommand.d.ts +1 -0
- package/dist-types/commands/DeleteControlPanelCommand.d.ts +1 -0
- package/dist-types/commands/DeleteRoutingControlCommand.d.ts +1 -0
- package/dist-types/commands/DeleteSafetyRuleCommand.d.ts +1 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +1 -0
- package/dist-types/commands/DescribeControlPanelCommand.d.ts +1 -0
- package/dist-types/commands/DescribeRoutingControlCommand.d.ts +1 -0
- package/dist-types/commands/DescribeSafetyRuleCommand.d.ts +1 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -0
- package/dist-types/commands/ListAssociatedRoute53HealthChecksCommand.d.ts +1 -0
- package/dist-types/commands/ListClustersCommand.d.ts +1 -0
- package/dist-types/commands/ListControlPanelsCommand.d.ts +1 -0
- package/dist-types/commands/ListRoutingControlsCommand.d.ts +1 -0
- package/dist-types/commands/ListSafetyRulesCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +1 -0
- package/dist-types/commands/UpdateControlPanelCommand.d.ts +1 -0
- package/dist-types/commands/UpdateRoutingControlCommand.d.ts +1 -0
- package/dist-types/commands/UpdateSafetyRuleCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -92,6 +92,7 @@ declare const CreateClusterCommand_base: {
|
|
|
92
92
|
* @throws {@link Route53RecoveryControlConfigServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from Route53RecoveryControlConfig service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class CreateClusterCommand extends CreateClusterCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const CreateControlPanelCommand_base: {
|
|
|
88
88
|
* @throws {@link Route53RecoveryControlConfigServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from Route53RecoveryControlConfig service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class CreateControlPanelCommand extends CreateControlPanelCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const CreateRoutingControlCommand_base: {
|
|
|
84
84
|
* @throws {@link Route53RecoveryControlConfigServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from Route53RecoveryControlConfig service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class CreateRoutingControlCommand extends CreateRoutingControlCommand_base {
|
|
@@ -126,6 +126,7 @@ declare const CreateSafetyRuleCommand_base: {
|
|
|
126
126
|
* @throws {@link Route53RecoveryControlConfigServiceException}
|
|
127
127
|
* <p>Base exception class for all service exceptions from Route53RecoveryControlConfig service.</p>
|
|
128
128
|
*
|
|
129
|
+
*
|
|
129
130
|
* @public
|
|
130
131
|
*/
|
|
131
132
|
export declare class CreateSafetyRuleCommand extends CreateSafetyRuleCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const DeleteClusterCommand_base: {
|
|
|
70
70
|
* @throws {@link Route53RecoveryControlConfigServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from Route53RecoveryControlConfig service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DeleteClusterCommand extends DeleteClusterCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const DeleteControlPanelCommand_base: {
|
|
|
70
70
|
* @throws {@link Route53RecoveryControlConfigServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from Route53RecoveryControlConfig service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DeleteControlPanelCommand extends DeleteControlPanelCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const DeleteRoutingControlCommand_base: {
|
|
|
70
70
|
* @throws {@link Route53RecoveryControlConfigServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from Route53RecoveryControlConfig service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DeleteRoutingControlCommand extends DeleteRoutingControlCommand_base {
|
|
@@ -61,6 +61,7 @@ declare const DeleteSafetyRuleCommand_base: {
|
|
|
61
61
|
* @throws {@link Route53RecoveryControlConfigServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from Route53RecoveryControlConfig service.</p>
|
|
63
63
|
*
|
|
64
|
+
*
|
|
64
65
|
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class DeleteSafetyRuleCommand extends DeleteSafetyRuleCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const DescribeClusterCommand_base: {
|
|
|
84
84
|
* @throws {@link Route53RecoveryControlConfigServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from Route53RecoveryControlConfig service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class DescribeClusterCommand extends DescribeClusterCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const DescribeControlPanelCommand_base: {
|
|
|
80
80
|
* @throws {@link Route53RecoveryControlConfigServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from Route53RecoveryControlConfig service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class DescribeControlPanelCommand extends DescribeControlPanelCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const DescribeRoutingControlCommand_base: {
|
|
|
78
78
|
* @throws {@link Route53RecoveryControlConfigServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from Route53RecoveryControlConfig service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class DescribeRoutingControlCommand extends DescribeRoutingControlCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const DescribeSafetyRuleCommand_base: {
|
|
|
94
94
|
* @throws {@link Route53RecoveryControlConfigServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from Route53RecoveryControlConfig service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class DescribeSafetyRuleCommand extends DescribeSafetyRuleCommand_base {
|
|
@@ -60,6 +60,7 @@ declare const GetResourcePolicyCommand_base: {
|
|
|
60
60
|
* @throws {@link Route53RecoveryControlConfigServiceException}
|
|
61
61
|
* <p>Base exception class for all service exceptions from Route53RecoveryControlConfig service.</p>
|
|
62
62
|
*
|
|
63
|
+
*
|
|
63
64
|
* @public
|
|
64
65
|
*/
|
|
65
66
|
export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const ListAssociatedRoute53HealthChecksCommand_base: {
|
|
|
68
68
|
* @throws {@link Route53RecoveryControlConfigServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from Route53RecoveryControlConfig service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class ListAssociatedRoute53HealthChecksCommand extends ListAssociatedRoute53HealthChecksCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const ListClustersCommand_base: {
|
|
|
85
85
|
* @throws {@link Route53RecoveryControlConfigServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from Route53RecoveryControlConfig service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class ListClustersCommand extends ListClustersCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const ListControlPanelsCommand_base: {
|
|
|
82
82
|
* @throws {@link Route53RecoveryControlConfigServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from Route53RecoveryControlConfig service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class ListControlPanelsCommand extends ListControlPanelsCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const ListRoutingControlsCommand_base: {
|
|
|
80
80
|
* @throws {@link Route53RecoveryControlConfigServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from Route53RecoveryControlConfig service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class ListRoutingControlsCommand extends ListRoutingControlsCommand_base {
|
|
@@ -110,6 +110,7 @@ declare const ListSafetyRulesCommand_base: {
|
|
|
110
110
|
* @throws {@link Route53RecoveryControlConfigServiceException}
|
|
111
111
|
* <p>Base exception class for all service exceptions from Route53RecoveryControlConfig service.</p>
|
|
112
112
|
*
|
|
113
|
+
*
|
|
113
114
|
* @public
|
|
114
115
|
*/
|
|
115
116
|
export declare class ListSafetyRulesCommand extends ListSafetyRulesCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
65
65
|
* @throws {@link Route53RecoveryControlConfigServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from Route53RecoveryControlConfig service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const TagResourceCommand_base: {
|
|
|
64
64
|
* @throws {@link Route53RecoveryControlConfigServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from Route53RecoveryControlConfig service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const UntagResourceCommand_base: {
|
|
|
64
64
|
* @throws {@link Route53RecoveryControlConfigServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from Route53RecoveryControlConfig service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const UpdateClusterCommand_base: {
|
|
|
85
85
|
* @throws {@link Route53RecoveryControlConfigServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from Route53RecoveryControlConfig service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class UpdateClusterCommand extends UpdateClusterCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const UpdateControlPanelCommand_base: {
|
|
|
81
81
|
* @throws {@link Route53RecoveryControlConfigServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from Route53RecoveryControlConfig service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class UpdateControlPanelCommand extends UpdateControlPanelCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const UpdateRoutingControlCommand_base: {
|
|
|
79
79
|
* @throws {@link Route53RecoveryControlConfigServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Route53RecoveryControlConfig service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class UpdateRoutingControlCommand extends UpdateRoutingControlCommand_base {
|
|
@@ -106,6 +106,7 @@ declare const UpdateSafetyRuleCommand_base: {
|
|
|
106
106
|
* @throws {@link Route53RecoveryControlConfigServiceException}
|
|
107
107
|
* <p>Base exception class for all service exceptions from Route53RecoveryControlConfig service.</p>
|
|
108
108
|
*
|
|
109
|
+
*
|
|
109
110
|
* @public
|
|
110
111
|
*/
|
|
111
112
|
export declare class UpdateSafetyRuleCommand extends UpdateSafetyRuleCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-route53-recovery-control-config",
|
|
3
3
|
"description": "AWS SDK for JavaScript Route53 Recovery Control Config Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.782.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-control-config",
|
|
@@ -21,16 +21,16 @@
|
|
|
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.782.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",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|