@aws-sdk/client-route53-recovery-readiness 3.651.1 → 3.658.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/CreateCellCommand.d.ts +11 -0
- package/dist-types/commands/CreateCrossAccountAuthorizationCommand.d.ts +11 -0
- package/dist-types/commands/CreateReadinessCheckCommand.d.ts +11 -0
- package/dist-types/commands/CreateRecoveryGroupCommand.d.ts +11 -0
- package/dist-types/commands/CreateResourceSetCommand.d.ts +11 -0
- package/dist-types/commands/DeleteCellCommand.d.ts +11 -0
- package/dist-types/commands/DeleteCrossAccountAuthorizationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteReadinessCheckCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRecoveryGroupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteResourceSetCommand.d.ts +11 -0
- package/dist-types/commands/GetArchitectureRecommendationsCommand.d.ts +11 -0
- package/dist-types/commands/GetCellCommand.d.ts +11 -0
- package/dist-types/commands/GetCellReadinessSummaryCommand.d.ts +11 -0
- package/dist-types/commands/GetReadinessCheckCommand.d.ts +11 -0
- package/dist-types/commands/GetReadinessCheckResourceStatusCommand.d.ts +11 -0
- package/dist-types/commands/GetReadinessCheckStatusCommand.d.ts +11 -0
- package/dist-types/commands/GetRecoveryGroupCommand.d.ts +11 -0
- package/dist-types/commands/GetRecoveryGroupReadinessSummaryCommand.d.ts +11 -0
- package/dist-types/commands/GetResourceSetCommand.d.ts +11 -0
- package/dist-types/commands/ListCellsCommand.d.ts +11 -0
- package/dist-types/commands/ListCrossAccountAuthorizationsCommand.d.ts +11 -0
- package/dist-types/commands/ListReadinessChecksCommand.d.ts +11 -0
- package/dist-types/commands/ListRecoveryGroupsCommand.d.ts +11 -0
- package/dist-types/commands/ListResourceSetsCommand.d.ts +11 -0
- package/dist-types/commands/ListRulesCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourcesCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateCellCommand.d.ts +11 -0
- package/dist-types/commands/UpdateReadinessCheckCommand.d.ts +11 -0
- package/dist-types/commands/UpdateRecoveryGroupCommand.d.ts +11 -0
- package/dist-types/commands/UpdateResourceSetCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CreateCellCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateCrossAccountAuthorizationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateReadinessCheckCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateRecoveryGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateResourceSetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteCellCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteCrossAccountAuthorizationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteReadinessCheckCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRecoveryGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteResourceSetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetArchitectureRecommendationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCellCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCellReadinessSummaryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetReadinessCheckCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetReadinessCheckResourceStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetReadinessCheckStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetRecoveryGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetRecoveryGroupReadinessSummaryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetResourceSetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCellsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCrossAccountAuthorizationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListReadinessChecksCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRecoveryGroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListResourceSetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateCellCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateReadinessCheckCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateRecoveryGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateResourceSetCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -88,4 +88,15 @@ declare const CreateCellCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class CreateCellCommand extends CreateCellCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: CreateCellRequest;
|
|
95
|
+
output: CreateCellResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: CreateCellCommandInput;
|
|
99
|
+
output: CreateCellCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -72,4 +72,15 @@ declare const CreateCrossAccountAuthorizationCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class CreateCrossAccountAuthorizationCommand extends CreateCrossAccountAuthorizationCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: CreateCrossAccountAuthorizationRequest;
|
|
79
|
+
output: CreateCrossAccountAuthorizationResponse;
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: CreateCrossAccountAuthorizationCommandInput;
|
|
83
|
+
output: CreateCrossAccountAuthorizationCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -81,4 +81,15 @@ declare const CreateReadinessCheckCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class CreateReadinessCheckCommand extends CreateReadinessCheckCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: CreateReadinessCheckRequest;
|
|
88
|
+
output: CreateReadinessCheckResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: CreateReadinessCheckCommandInput;
|
|
92
|
+
output: CreateReadinessCheckCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -85,4 +85,15 @@ declare const CreateRecoveryGroupCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class CreateRecoveryGroupCommand extends CreateRecoveryGroupCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: CreateRecoveryGroupRequest;
|
|
92
|
+
output: CreateRecoveryGroupResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: CreateRecoveryGroupCommandInput;
|
|
96
|
+
output: CreateRecoveryGroupCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -129,4 +129,15 @@ declare const CreateResourceSetCommand_base: {
|
|
|
129
129
|
* @public
|
|
130
130
|
*/
|
|
131
131
|
export declare class CreateResourceSetCommand extends CreateResourceSetCommand_base {
|
|
132
|
+
/** @internal type navigation helper, not in runtime. */
|
|
133
|
+
protected static __types: {
|
|
134
|
+
api: {
|
|
135
|
+
input: CreateResourceSetRequest;
|
|
136
|
+
output: CreateResourceSetResponse;
|
|
137
|
+
};
|
|
138
|
+
sdk: {
|
|
139
|
+
input: CreateResourceSetCommandInput;
|
|
140
|
+
output: CreateResourceSetCommandOutput;
|
|
141
|
+
};
|
|
142
|
+
};
|
|
132
143
|
}
|
|
@@ -70,4 +70,15 @@ declare const DeleteCellCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class DeleteCellCommand extends DeleteCellCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: DeleteCellRequest;
|
|
77
|
+
output: {};
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: DeleteCellCommandInput;
|
|
81
|
+
output: DeleteCellCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -67,4 +67,15 @@ declare const DeleteCrossAccountAuthorizationCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class DeleteCrossAccountAuthorizationCommand extends DeleteCrossAccountAuthorizationCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: DeleteCrossAccountAuthorizationRequest;
|
|
74
|
+
output: {};
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: DeleteCrossAccountAuthorizationCommandInput;
|
|
78
|
+
output: DeleteCrossAccountAuthorizationCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -70,4 +70,15 @@ declare const DeleteReadinessCheckCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class DeleteReadinessCheckCommand extends DeleteReadinessCheckCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: DeleteReadinessCheckRequest;
|
|
77
|
+
output: {};
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: DeleteReadinessCheckCommandInput;
|
|
81
|
+
output: DeleteReadinessCheckCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -70,4 +70,15 @@ declare const DeleteRecoveryGroupCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class DeleteRecoveryGroupCommand extends DeleteRecoveryGroupCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: DeleteRecoveryGroupRequest;
|
|
77
|
+
output: {};
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: DeleteRecoveryGroupCommandInput;
|
|
81
|
+
output: DeleteRecoveryGroupCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -70,4 +70,15 @@ declare const DeleteResourceSetCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class DeleteResourceSetCommand extends DeleteResourceSetCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: DeleteResourceSetRequest;
|
|
77
|
+
output: {};
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: DeleteResourceSetCommandInput;
|
|
81
|
+
output: DeleteResourceSetCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -80,4 +80,15 @@ declare const GetArchitectureRecommendationsCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class GetArchitectureRecommendationsCommand extends GetArchitectureRecommendationsCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: GetArchitectureRecommendationsRequest;
|
|
87
|
+
output: GetArchitectureRecommendationsResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: GetArchitectureRecommendationsCommandInput;
|
|
91
|
+
output: GetArchitectureRecommendationsCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -82,4 +82,15 @@ declare const GetCellCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class GetCellCommand extends GetCellCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: GetCellRequest;
|
|
89
|
+
output: GetCellResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: GetCellCommandInput;
|
|
93
|
+
output: GetCellCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -81,4 +81,15 @@ declare const GetCellReadinessSummaryCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class GetCellReadinessSummaryCommand extends GetCellReadinessSummaryCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: GetCellReadinessSummaryRequest;
|
|
88
|
+
output: GetCellReadinessSummaryResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: GetCellReadinessSummaryCommandInput;
|
|
92
|
+
output: GetCellReadinessSummaryCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -77,4 +77,15 @@ declare const GetReadinessCheckCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class GetReadinessCheckCommand extends GetReadinessCheckCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: GetReadinessCheckRequest;
|
|
84
|
+
output: GetReadinessCheckResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: GetReadinessCheckCommandInput;
|
|
88
|
+
output: GetReadinessCheckCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -88,4 +88,15 @@ declare const GetReadinessCheckResourceStatusCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class GetReadinessCheckResourceStatusCommand extends GetReadinessCheckResourceStatusCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: GetReadinessCheckResourceStatusRequest;
|
|
95
|
+
output: GetReadinessCheckResourceStatusResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: GetReadinessCheckResourceStatusCommandInput;
|
|
99
|
+
output: GetReadinessCheckResourceStatusCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -88,4 +88,15 @@ declare const GetReadinessCheckStatusCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class GetReadinessCheckStatusCommand extends GetReadinessCheckStatusCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: GetReadinessCheckStatusRequest;
|
|
95
|
+
output: GetReadinessCheckStatusResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: GetReadinessCheckStatusCommandInput;
|
|
99
|
+
output: GetReadinessCheckStatusCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -79,4 +79,15 @@ declare const GetRecoveryGroupCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class GetRecoveryGroupCommand extends GetRecoveryGroupCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: GetRecoveryGroupRequest;
|
|
86
|
+
output: GetRecoveryGroupResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: GetRecoveryGroupCommandInput;
|
|
90
|
+
output: GetRecoveryGroupCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -81,4 +81,15 @@ declare const GetRecoveryGroupReadinessSummaryCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class GetRecoveryGroupReadinessSummaryCommand extends GetRecoveryGroupReadinessSummaryCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: GetRecoveryGroupReadinessSummaryRequest;
|
|
88
|
+
output: GetRecoveryGroupReadinessSummaryResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: GetRecoveryGroupReadinessSummaryCommandInput;
|
|
92
|
+
output: GetRecoveryGroupReadinessSummaryCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -101,4 +101,15 @@ declare const GetResourceSetCommand_base: {
|
|
|
101
101
|
* @public
|
|
102
102
|
*/
|
|
103
103
|
export declare class GetResourceSetCommand extends GetResourceSetCommand_base {
|
|
104
|
+
/** @internal type navigation helper, not in runtime. */
|
|
105
|
+
protected static __types: {
|
|
106
|
+
api: {
|
|
107
|
+
input: GetResourceSetRequest;
|
|
108
|
+
output: GetResourceSetResponse;
|
|
109
|
+
};
|
|
110
|
+
sdk: {
|
|
111
|
+
input: GetResourceSetCommandInput;
|
|
112
|
+
output: GetResourceSetCommandOutput;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
104
115
|
}
|
|
@@ -85,4 +85,15 @@ declare const ListCellsCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class ListCellsCommand extends ListCellsCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: ListCellsRequest;
|
|
92
|
+
output: ListCellsResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: ListCellsCommandInput;
|
|
96
|
+
output: ListCellsCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -73,4 +73,15 @@ declare const ListCrossAccountAuthorizationsCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class ListCrossAccountAuthorizationsCommand extends ListCrossAccountAuthorizationsCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: ListCrossAccountAuthorizationsRequest;
|
|
80
|
+
output: ListCrossAccountAuthorizationsResponse;
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: ListCrossAccountAuthorizationsCommandInput;
|
|
84
|
+
output: ListCrossAccountAuthorizationsCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -80,4 +80,15 @@ declare const ListReadinessChecksCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class ListReadinessChecksCommand extends ListReadinessChecksCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: ListReadinessChecksRequest;
|
|
87
|
+
output: ListReadinessChecksResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: ListReadinessChecksCommandInput;
|
|
91
|
+
output: ListReadinessChecksCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -82,4 +82,15 @@ declare const ListRecoveryGroupsCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class ListRecoveryGroupsCommand extends ListRecoveryGroupsCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: ListRecoveryGroupsRequest;
|
|
89
|
+
output: ListRecoveryGroupsResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: ListRecoveryGroupsCommandInput;
|
|
93
|
+
output: ListRecoveryGroupsCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -104,4 +104,15 @@ declare const ListResourceSetsCommand_base: {
|
|
|
104
104
|
* @public
|
|
105
105
|
*/
|
|
106
106
|
export declare class ListResourceSetsCommand extends ListResourceSetsCommand_base {
|
|
107
|
+
/** @internal type navigation helper, not in runtime. */
|
|
108
|
+
protected static __types: {
|
|
109
|
+
api: {
|
|
110
|
+
input: ListResourceSetsRequest;
|
|
111
|
+
output: ListResourceSetsResponse;
|
|
112
|
+
};
|
|
113
|
+
sdk: {
|
|
114
|
+
input: ListResourceSetsCommandInput;
|
|
115
|
+
output: ListResourceSetsCommandOutput;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
107
118
|
}
|
|
@@ -78,4 +78,15 @@ declare const ListRulesCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class ListRulesCommand extends ListRulesCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: ListRulesRequest;
|
|
85
|
+
output: ListRulesResponse;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: ListRulesCommandInput;
|
|
89
|
+
output: ListRulesCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -68,4 +68,15 @@ declare const ListTagsForResourcesCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class ListTagsForResourcesCommand extends ListTagsForResourcesCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: ListTagsForResourcesRequest;
|
|
75
|
+
output: ListTagsForResourcesResponse;
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: ListTagsForResourcesCommandInput;
|
|
79
|
+
output: ListTagsForResourcesCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -67,4 +67,15 @@ declare const TagResourceCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: TagResourceRequest;
|
|
74
|
+
output: {};
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: TagResourceCommandInput;
|
|
78
|
+
output: TagResourceCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -67,4 +67,15 @@ declare const UntagResourceCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: UntagResourceRequest;
|
|
74
|
+
output: {};
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: UntagResourceCommandInput;
|
|
78
|
+
output: UntagResourceCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -85,4 +85,15 @@ declare const UpdateCellCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class UpdateCellCommand extends UpdateCellCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: UpdateCellRequest;
|
|
92
|
+
output: UpdateCellResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: UpdateCellCommandInput;
|
|
96
|
+
output: UpdateCellCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -78,4 +78,15 @@ declare const UpdateReadinessCheckCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class UpdateReadinessCheckCommand extends UpdateReadinessCheckCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: UpdateReadinessCheckRequest;
|
|
85
|
+
output: UpdateReadinessCheckResponse;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: UpdateReadinessCheckCommandInput;
|
|
89
|
+
output: UpdateReadinessCheckCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -82,4 +82,15 @@ declare const UpdateRecoveryGroupCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class UpdateRecoveryGroupCommand extends UpdateRecoveryGroupCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: UpdateRecoveryGroupRequest;
|
|
89
|
+
output: UpdateRecoveryGroupResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: UpdateRecoveryGroupCommandInput;
|
|
93
|
+
output: UpdateRecoveryGroupCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -126,4 +126,15 @@ declare const UpdateResourceSetCommand_base: {
|
|
|
126
126
|
* @public
|
|
127
127
|
*/
|
|
128
128
|
export declare class UpdateResourceSetCommand extends UpdateResourceSetCommand_base {
|
|
129
|
+
/** @internal type navigation helper, not in runtime. */
|
|
130
|
+
protected static __types: {
|
|
131
|
+
api: {
|
|
132
|
+
input: UpdateResourceSetRequest;
|
|
133
|
+
output: UpdateResourceSetResponse;
|
|
134
|
+
};
|
|
135
|
+
sdk: {
|
|
136
|
+
input: UpdateResourceSetCommandInput;
|
|
137
|
+
output: UpdateResourceSetCommandOutput;
|
|
138
|
+
};
|
|
139
|
+
};
|
|
129
140
|
}
|
|
@@ -33,4 +33,15 @@ declare const CreateCellCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateCellCommand extends CreateCellCommand_base {
|
|
36
|
+
export declare class CreateCellCommand extends CreateCellCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateCellRequest;
|
|
40
|
+
output: CreateCellResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateCellCommandInput;
|
|
44
|
+
output: CreateCellCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateCrossAccountAuthorizationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateCrossAccountAuthorizationCommand extends CreateCrossAccountAuthorizationCommand_base {
|
|
40
|
+
export declare class CreateCrossAccountAuthorizationCommand extends CreateCrossAccountAuthorizationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateCrossAccountAuthorizationRequest;
|
|
44
|
+
output: CreateCrossAccountAuthorizationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateCrossAccountAuthorizationCommandInput;
|
|
48
|
+
output: CreateCrossAccountAuthorizationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateReadinessCheckCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateReadinessCheckCommand extends CreateReadinessCheckCommand_base {
|
|
40
|
+
export declare class CreateReadinessCheckCommand extends CreateReadinessCheckCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateReadinessCheckRequest;
|
|
44
|
+
output: CreateReadinessCheckResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateReadinessCheckCommandInput;
|
|
48
|
+
output: CreateReadinessCheckCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateRecoveryGroupCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateRecoveryGroupCommand extends CreateRecoveryGroupCommand_base {
|
|
40
|
+
export declare class CreateRecoveryGroupCommand extends CreateRecoveryGroupCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateRecoveryGroupRequest;
|
|
44
|
+
output: CreateRecoveryGroupResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateRecoveryGroupCommandInput;
|
|
48
|
+
output: CreateRecoveryGroupCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateResourceSetCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateResourceSetCommand extends CreateResourceSetCommand_base {
|
|
40
|
+
export declare class CreateResourceSetCommand extends CreateResourceSetCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateResourceSetRequest;
|
|
44
|
+
output: CreateResourceSetResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateResourceSetCommandInput;
|
|
48
|
+
output: CreateResourceSetCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DeleteCellCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DeleteCellCommand extends DeleteCellCommand_base {
|
|
34
|
+
export declare class DeleteCellCommand extends DeleteCellCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteCellRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteCellCommandInput;
|
|
42
|
+
output: DeleteCellCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteCrossAccountAuthorizationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteCrossAccountAuthorizationCommand extends DeleteCrossAccountAuthorizationCommand_base {
|
|
40
|
+
export declare class DeleteCrossAccountAuthorizationCommand extends DeleteCrossAccountAuthorizationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteCrossAccountAuthorizationRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteCrossAccountAuthorizationCommandInput;
|
|
48
|
+
output: DeleteCrossAccountAuthorizationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const DeleteReadinessCheckCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class DeleteReadinessCheckCommand extends DeleteReadinessCheckCommand_base {
|
|
35
|
+
export declare class DeleteReadinessCheckCommand extends DeleteReadinessCheckCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: DeleteReadinessCheckRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: DeleteReadinessCheckCommandInput;
|
|
43
|
+
output: DeleteReadinessCheckCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const DeleteRecoveryGroupCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class DeleteRecoveryGroupCommand extends DeleteRecoveryGroupCommand_base {
|
|
35
|
+
export declare class DeleteRecoveryGroupCommand extends DeleteRecoveryGroupCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: DeleteRecoveryGroupRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: DeleteRecoveryGroupCommandInput;
|
|
43
|
+
output: DeleteRecoveryGroupCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const DeleteResourceSetCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class DeleteResourceSetCommand extends DeleteResourceSetCommand_base {
|
|
35
|
+
export declare class DeleteResourceSetCommand extends DeleteResourceSetCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: DeleteResourceSetRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: DeleteResourceSetCommandInput;
|
|
43
|
+
output: DeleteResourceSetCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetArchitectureRecommendationsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetArchitectureRecommendationsCommand extends GetArchitectureRecommendationsCommand_base {
|
|
40
|
+
export declare class GetArchitectureRecommendationsCommand extends GetArchitectureRecommendationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetArchitectureRecommendationsRequest;
|
|
44
|
+
output: GetArchitectureRecommendationsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetArchitectureRecommendationsCommandInput;
|
|
48
|
+
output: GetArchitectureRecommendationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -29,4 +29,15 @@ declare const GetCellCommand_base: {
|
|
|
29
29
|
>;
|
|
30
30
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
31
31
|
};
|
|
32
|
-
export declare class GetCellCommand extends GetCellCommand_base {
|
|
32
|
+
export declare class GetCellCommand extends GetCellCommand_base {
|
|
33
|
+
protected static __types: {
|
|
34
|
+
api: {
|
|
35
|
+
input: GetCellRequest;
|
|
36
|
+
output: GetCellResponse;
|
|
37
|
+
};
|
|
38
|
+
sdk: {
|
|
39
|
+
input: GetCellCommandInput;
|
|
40
|
+
output: GetCellCommandOutput;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetCellReadinessSummaryCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetCellReadinessSummaryCommand extends GetCellReadinessSummaryCommand_base {
|
|
40
|
+
export declare class GetCellReadinessSummaryCommand extends GetCellReadinessSummaryCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetCellReadinessSummaryRequest;
|
|
44
|
+
output: GetCellReadinessSummaryResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetCellReadinessSummaryCommandInput;
|
|
48
|
+
output: GetCellReadinessSummaryCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetReadinessCheckCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetReadinessCheckCommand extends GetReadinessCheckCommand_base {
|
|
40
|
+
export declare class GetReadinessCheckCommand extends GetReadinessCheckCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetReadinessCheckRequest;
|
|
44
|
+
output: GetReadinessCheckResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetReadinessCheckCommandInput;
|
|
48
|
+
output: GetReadinessCheckCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetReadinessCheckResourceStatusCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetReadinessCheckResourceStatusCommand extends GetReadinessCheckResourceStatusCommand_base {
|
|
40
|
+
export declare class GetReadinessCheckResourceStatusCommand extends GetReadinessCheckResourceStatusCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetReadinessCheckResourceStatusRequest;
|
|
44
|
+
output: GetReadinessCheckResourceStatusResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetReadinessCheckResourceStatusCommandInput;
|
|
48
|
+
output: GetReadinessCheckResourceStatusCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetReadinessCheckStatusCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetReadinessCheckStatusCommand extends GetReadinessCheckStatusCommand_base {
|
|
40
|
+
export declare class GetReadinessCheckStatusCommand extends GetReadinessCheckStatusCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetReadinessCheckStatusRequest;
|
|
44
|
+
output: GetReadinessCheckStatusResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetReadinessCheckStatusCommandInput;
|
|
48
|
+
output: GetReadinessCheckStatusCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetRecoveryGroupCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetRecoveryGroupCommand extends GetRecoveryGroupCommand_base {
|
|
39
|
+
export declare class GetRecoveryGroupCommand extends GetRecoveryGroupCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetRecoveryGroupRequest;
|
|
43
|
+
output: GetRecoveryGroupResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetRecoveryGroupCommandInput;
|
|
47
|
+
output: GetRecoveryGroupCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetRecoveryGroupReadinessSummaryCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetRecoveryGroupReadinessSummaryCommand extends GetRecoveryGroupReadinessSummaryCommand_base {
|
|
40
|
+
export declare class GetRecoveryGroupReadinessSummaryCommand extends GetRecoveryGroupReadinessSummaryCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetRecoveryGroupReadinessSummaryRequest;
|
|
44
|
+
output: GetRecoveryGroupReadinessSummaryResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetRecoveryGroupReadinessSummaryCommandInput;
|
|
48
|
+
output: GetRecoveryGroupReadinessSummaryCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetResourceSetCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetResourceSetCommand extends GetResourceSetCommand_base {
|
|
39
|
+
export declare class GetResourceSetCommand extends GetResourceSetCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetResourceSetRequest;
|
|
43
|
+
output: GetResourceSetResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetResourceSetCommandInput;
|
|
47
|
+
output: GetResourceSetCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListCellsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListCellsCommand extends ListCellsCommand_base {
|
|
36
|
+
export declare class ListCellsCommand extends ListCellsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListCellsRequest;
|
|
40
|
+
output: ListCellsResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListCellsCommandInput;
|
|
44
|
+
output: ListCellsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListCrossAccountAuthorizationsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListCrossAccountAuthorizationsCommand extends ListCrossAccountAuthorizationsCommand_base {
|
|
40
|
+
export declare class ListCrossAccountAuthorizationsCommand extends ListCrossAccountAuthorizationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListCrossAccountAuthorizationsRequest;
|
|
44
|
+
output: ListCrossAccountAuthorizationsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListCrossAccountAuthorizationsCommandInput;
|
|
48
|
+
output: ListCrossAccountAuthorizationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListReadinessChecksCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListReadinessChecksCommand extends ListReadinessChecksCommand_base {
|
|
40
|
+
export declare class ListReadinessChecksCommand extends ListReadinessChecksCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListReadinessChecksRequest;
|
|
44
|
+
output: ListReadinessChecksResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListReadinessChecksCommandInput;
|
|
48
|
+
output: ListReadinessChecksCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListRecoveryGroupsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListRecoveryGroupsCommand extends ListRecoveryGroupsCommand_base {
|
|
40
|
+
export declare class ListRecoveryGroupsCommand extends ListRecoveryGroupsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListRecoveryGroupsRequest;
|
|
44
|
+
output: ListRecoveryGroupsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListRecoveryGroupsCommandInput;
|
|
48
|
+
output: ListRecoveryGroupsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListResourceSetsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListResourceSetsCommand extends ListResourceSetsCommand_base {
|
|
39
|
+
export declare class ListResourceSetsCommand extends ListResourceSetsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListResourceSetsRequest;
|
|
43
|
+
output: ListResourceSetsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListResourceSetsCommandInput;
|
|
47
|
+
output: ListResourceSetsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListRulesCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListRulesCommand extends ListRulesCommand_base {
|
|
36
|
+
export declare class ListRulesCommand extends ListRulesCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListRulesRequest;
|
|
40
|
+
output: ListRulesResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListRulesCommandInput;
|
|
44
|
+
output: ListRulesCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListTagsForResourcesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListTagsForResourcesCommand extends ListTagsForResourcesCommand_base {
|
|
40
|
+
export declare class ListTagsForResourcesCommand extends ListTagsForResourcesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTagsForResourcesRequest;
|
|
44
|
+
output: ListTagsForResourcesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTagsForResourcesCommandInput;
|
|
48
|
+
output: ListTagsForResourcesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
36
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: TagResourceRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: TagResourceCommandInput;
|
|
44
|
+
output: TagResourceCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const UntagResourceCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
34
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: UntagResourceRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: UntagResourceCommandInput;
|
|
42
|
+
output: UntagResourceCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const UpdateCellCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class UpdateCellCommand extends UpdateCellCommand_base {
|
|
36
|
+
export declare class UpdateCellCommand extends UpdateCellCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: UpdateCellRequest;
|
|
40
|
+
output: UpdateCellResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: UpdateCellCommandInput;
|
|
44
|
+
output: UpdateCellCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateReadinessCheckCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateReadinessCheckCommand extends UpdateReadinessCheckCommand_base {
|
|
40
|
+
export declare class UpdateReadinessCheckCommand extends UpdateReadinessCheckCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateReadinessCheckRequest;
|
|
44
|
+
output: UpdateReadinessCheckResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateReadinessCheckCommandInput;
|
|
48
|
+
output: UpdateReadinessCheckCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateRecoveryGroupCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateRecoveryGroupCommand extends UpdateRecoveryGroupCommand_base {
|
|
40
|
+
export declare class UpdateRecoveryGroupCommand extends UpdateRecoveryGroupCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateRecoveryGroupRequest;
|
|
44
|
+
output: UpdateRecoveryGroupResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateRecoveryGroupCommandInput;
|
|
48
|
+
output: UpdateRecoveryGroupCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateResourceSetCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateResourceSetCommand extends UpdateResourceSetCommand_base {
|
|
40
|
+
export declare class UpdateResourceSetCommand extends UpdateResourceSetCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateResourceSetRequest;
|
|
44
|
+
output: UpdateResourceSetResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateResourceSetCommandInput;
|
|
48
|
+
output: UpdateResourceSetCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-route53-recovery-readiness",
|
|
3
3
|
"description": "AWS SDK for JavaScript Route53 Recovery Readiness Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.658.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-readiness",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.4.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.2.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.3.
|
|
50
|
-
"@smithy/types": "^3.4.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.658.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.658.0",
|
|
25
|
+
"@aws-sdk/core": "3.658.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.658.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.654.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.654.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.654.0",
|
|
32
|
+
"@aws-sdk/types": "3.654.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.654.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.8",
|
|
37
|
+
"@smithy/core": "^2.4.3",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.2.7",
|
|
39
|
+
"@smithy/hash-node": "^3.0.6",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.6",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.8",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.1.3",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.18",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.6",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.6",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.7",
|
|
47
|
+
"@smithy/node-http-handler": "^3.2.2",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.3",
|
|
49
|
+
"@smithy/smithy-client": "^3.3.2",
|
|
50
|
+
"@smithy/types": "^3.4.2",
|
|
51
|
+
"@smithy/url-parser": "^3.0.6",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.18",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.18",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.2",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.6",
|
|
59
|
+
"@smithy/util-retry": "^3.0.6",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|