@aws-sdk/client-route53-recovery-readiness 3.529.1 → 3.535.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/Route53RecoveryReadiness.d.ts +7 -1
- package/dist-types/Route53RecoveryReadinessClient.d.ts +1 -1
- package/dist-types/commands/CreateCellCommand.d.ts +2 -1
- package/dist-types/commands/CreateCrossAccountAuthorizationCommand.d.ts +2 -1
- package/dist-types/commands/CreateReadinessCheckCommand.d.ts +2 -1
- package/dist-types/commands/CreateRecoveryGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateResourceSetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCellCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCrossAccountAuthorizationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteReadinessCheckCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRecoveryGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteResourceSetCommand.d.ts +2 -1
- package/dist-types/commands/GetArchitectureRecommendationsCommand.d.ts +2 -1
- package/dist-types/commands/GetCellCommand.d.ts +2 -1
- package/dist-types/commands/GetCellReadinessSummaryCommand.d.ts +2 -1
- package/dist-types/commands/GetReadinessCheckCommand.d.ts +2 -1
- package/dist-types/commands/GetReadinessCheckResourceStatusCommand.d.ts +2 -1
- package/dist-types/commands/GetReadinessCheckStatusCommand.d.ts +2 -1
- package/dist-types/commands/GetRecoveryGroupCommand.d.ts +2 -1
- package/dist-types/commands/GetRecoveryGroupReadinessSummaryCommand.d.ts +2 -1
- package/dist-types/commands/GetResourceSetCommand.d.ts +2 -1
- package/dist-types/commands/ListCellsCommand.d.ts +2 -1
- package/dist-types/commands/ListCrossAccountAuthorizationsCommand.d.ts +2 -1
- package/dist-types/commands/ListReadinessChecksCommand.d.ts +2 -1
- package/dist-types/commands/ListRecoveryGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListResourceSetsCommand.d.ts +2 -1
- package/dist-types/commands/ListRulesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourcesCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCellCommand.d.ts +2 -1
- package/dist-types/commands/UpdateReadinessCheckCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRecoveryGroupCommand.d.ts +2 -1
- package/dist-types/commands/UpdateResourceSetCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +221 -221
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/Route53RecoveryReadiness.d.ts +6 -0
- package/dist-types/ts3.4/commands/CreateCellCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCrossAccountAuthorizationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateReadinessCheckCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateRecoveryGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateResourceSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCellCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteCrossAccountAuthorizationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteReadinessCheckCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteRecoveryGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteResourceSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetArchitectureRecommendationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCellCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/GetCellReadinessSummaryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetReadinessCheckCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetReadinessCheckResourceStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetReadinessCheckStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetRecoveryGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetRecoveryGroupReadinessSummaryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetResourceSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCellsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCrossAccountAuthorizationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListReadinessChecksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRecoveryGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListResourceSetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateCellCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateReadinessCheckCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateRecoveryGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateResourceSetCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -1,91 +1,91 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { Route53RecoveryReadinessServiceException as __BaseException } from "./Route53RecoveryReadinessServiceException";
|
|
3
3
|
/**
|
|
4
|
-
* @public
|
|
5
4
|
* <p>Information about a cell.</p>
|
|
5
|
+
* @public
|
|
6
6
|
*/
|
|
7
7
|
export interface CellOutput {
|
|
8
8
|
/**
|
|
9
|
-
* @public
|
|
10
9
|
* <p>The Amazon Resource Name (ARN) for the cell.</p>
|
|
10
|
+
* @public
|
|
11
11
|
*/
|
|
12
12
|
CellArn: string | undefined;
|
|
13
13
|
/**
|
|
14
|
-
* @public
|
|
15
14
|
* <p>The name of the cell.</p>
|
|
15
|
+
* @public
|
|
16
16
|
*/
|
|
17
17
|
CellName: string | undefined;
|
|
18
18
|
/**
|
|
19
|
-
* @public
|
|
20
19
|
* <p>A list of cell ARNs.</p>
|
|
20
|
+
* @public
|
|
21
21
|
*/
|
|
22
22
|
Cells: string[] | undefined;
|
|
23
23
|
/**
|
|
24
|
-
* @public
|
|
25
24
|
* <p>The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN. This is a list but currently can have only one element.</p>
|
|
25
|
+
* @public
|
|
26
26
|
*/
|
|
27
27
|
ParentReadinessScopes: string[] | undefined;
|
|
28
28
|
/**
|
|
29
|
-
* @public
|
|
30
29
|
* <p>Tags on the resources.</p>
|
|
30
|
+
* @public
|
|
31
31
|
*/
|
|
32
32
|
Tags?: Record<string, string>;
|
|
33
33
|
}
|
|
34
34
|
/**
|
|
35
|
-
* @public
|
|
36
35
|
* <p>Readiness rule information, including the resource type, rule ID, and rule description.</p>
|
|
36
|
+
* @public
|
|
37
37
|
*/
|
|
38
38
|
export interface ListRulesOutput {
|
|
39
39
|
/**
|
|
40
|
-
* @public
|
|
41
40
|
* <p>The resource type that the readiness rule applies to.</p>
|
|
41
|
+
* @public
|
|
42
42
|
*/
|
|
43
43
|
ResourceType: string | undefined;
|
|
44
44
|
/**
|
|
45
|
-
* @public
|
|
46
45
|
* <p>The description of a readiness rule.</p>
|
|
46
|
+
* @public
|
|
47
47
|
*/
|
|
48
48
|
RuleDescription: string | undefined;
|
|
49
49
|
/**
|
|
50
|
-
* @public
|
|
51
50
|
* <p>The ID for the readiness rule.</p>
|
|
51
|
+
* @public
|
|
52
52
|
*/
|
|
53
53
|
RuleId: string | undefined;
|
|
54
54
|
}
|
|
55
55
|
/**
|
|
56
|
-
* @public
|
|
57
56
|
* <p>Information relating to readiness check status.</p>
|
|
57
|
+
* @public
|
|
58
58
|
*/
|
|
59
59
|
export interface Message {
|
|
60
60
|
/**
|
|
61
|
-
* @public
|
|
62
61
|
* <p>The text of a readiness check message.</p>
|
|
62
|
+
* @public
|
|
63
63
|
*/
|
|
64
64
|
MessageText?: string;
|
|
65
65
|
}
|
|
66
66
|
/**
|
|
67
|
-
* @public
|
|
68
67
|
* <p>A readiness check.</p>
|
|
68
|
+
* @public
|
|
69
69
|
*/
|
|
70
70
|
export interface ReadinessCheckOutput {
|
|
71
71
|
/**
|
|
72
|
-
* @public
|
|
73
72
|
* <p>The Amazon Resource Name (ARN) associated with a readiness check.</p>
|
|
73
|
+
* @public
|
|
74
74
|
*/
|
|
75
75
|
ReadinessCheckArn: string | undefined;
|
|
76
76
|
/**
|
|
77
|
-
* @public
|
|
78
77
|
* <p>Name of a readiness check.</p>
|
|
78
|
+
* @public
|
|
79
79
|
*/
|
|
80
80
|
ReadinessCheckName?: string;
|
|
81
81
|
/**
|
|
82
|
-
* @public
|
|
83
82
|
* <p>Name of the resource set to be checked.</p>
|
|
83
|
+
* @public
|
|
84
84
|
*/
|
|
85
85
|
ResourceSet: string | undefined;
|
|
86
86
|
/**
|
|
87
|
-
* @public
|
|
88
87
|
* <p>A collection of tags associated with a resource.</p>
|
|
88
|
+
* @public
|
|
89
89
|
*/
|
|
90
90
|
Tags?: Record<string, string>;
|
|
91
91
|
}
|
|
@@ -104,244 +104,244 @@ export declare const Readiness: {
|
|
|
104
104
|
*/
|
|
105
105
|
export type Readiness = (typeof Readiness)[keyof typeof Readiness];
|
|
106
106
|
/**
|
|
107
|
-
* @public
|
|
108
107
|
* <p>Summary of all readiness check statuses in a recovery group, paginated in GetRecoveryGroupReadinessSummary and GetCellReadinessSummary.</p>
|
|
108
|
+
* @public
|
|
109
109
|
*/
|
|
110
110
|
export interface ReadinessCheckSummary {
|
|
111
111
|
/**
|
|
112
|
-
* @public
|
|
113
112
|
* <p>The readiness status of this readiness check.</p>
|
|
113
|
+
* @public
|
|
114
114
|
*/
|
|
115
115
|
Readiness?: Readiness;
|
|
116
116
|
/**
|
|
117
|
-
* @public
|
|
118
117
|
* <p>The name of a readiness check.</p>
|
|
118
|
+
* @public
|
|
119
119
|
*/
|
|
120
120
|
ReadinessCheckName?: string;
|
|
121
121
|
}
|
|
122
122
|
/**
|
|
123
|
-
* @public
|
|
124
123
|
* <p>Recommendations that are provided to make an application more recovery resilient.</p>
|
|
124
|
+
* @public
|
|
125
125
|
*/
|
|
126
126
|
export interface Recommendation {
|
|
127
127
|
/**
|
|
128
|
-
* @public
|
|
129
128
|
* <p>Text of the recommendations that are provided to make an application more recovery resilient.</p>
|
|
129
|
+
* @public
|
|
130
130
|
*/
|
|
131
131
|
RecommendationText: string | undefined;
|
|
132
132
|
}
|
|
133
133
|
/**
|
|
134
|
-
* @public
|
|
135
134
|
* <p>A representation of the application, typically containing multiple cells.</p>
|
|
135
|
+
* @public
|
|
136
136
|
*/
|
|
137
137
|
export interface RecoveryGroupOutput {
|
|
138
138
|
/**
|
|
139
|
-
* @public
|
|
140
139
|
* <p>A list of a cell's Amazon Resource Names (ARNs).</p>
|
|
140
|
+
* @public
|
|
141
141
|
*/
|
|
142
142
|
Cells: string[] | undefined;
|
|
143
143
|
/**
|
|
144
|
-
* @public
|
|
145
144
|
* <p>The Amazon Resource Name (ARN) for the recovery group.</p>
|
|
145
|
+
* @public
|
|
146
146
|
*/
|
|
147
147
|
RecoveryGroupArn: string | undefined;
|
|
148
148
|
/**
|
|
149
|
-
* @public
|
|
150
149
|
* <p>The name of the recovery group.</p>
|
|
150
|
+
* @public
|
|
151
151
|
*/
|
|
152
152
|
RecoveryGroupName: string | undefined;
|
|
153
153
|
/**
|
|
154
|
-
* @public
|
|
155
154
|
* <p>The tags associated with the recovery group.</p>
|
|
155
|
+
* @public
|
|
156
156
|
*/
|
|
157
157
|
Tags?: Record<string, string>;
|
|
158
158
|
}
|
|
159
159
|
/**
|
|
160
|
-
* @public
|
|
161
160
|
* <p>The Network Load Balancer resource that a DNS target resource points to.</p>
|
|
161
|
+
* @public
|
|
162
162
|
*/
|
|
163
163
|
export interface NLBResource {
|
|
164
164
|
/**
|
|
165
|
-
* @public
|
|
166
165
|
* <p>The Network Load Balancer resource Amazon Resource Name (ARN).</p>
|
|
166
|
+
* @public
|
|
167
167
|
*/
|
|
168
168
|
Arn?: string;
|
|
169
169
|
}
|
|
170
170
|
/**
|
|
171
|
-
* @public
|
|
172
171
|
* <p>The Route 53 resource that a DNS target resource record points to.</p>
|
|
172
|
+
* @public
|
|
173
173
|
*/
|
|
174
174
|
export interface R53ResourceRecord {
|
|
175
175
|
/**
|
|
176
|
-
* @public
|
|
177
176
|
* <p>The DNS target domain name.</p>
|
|
177
|
+
* @public
|
|
178
178
|
*/
|
|
179
179
|
DomainName?: string;
|
|
180
180
|
/**
|
|
181
|
-
* @public
|
|
182
181
|
* <p>The Route 53 Resource Record Set ID.</p>
|
|
182
|
+
* @public
|
|
183
183
|
*/
|
|
184
184
|
RecordSetId?: string;
|
|
185
185
|
}
|
|
186
186
|
/**
|
|
187
|
-
* @public
|
|
188
187
|
* <p>The target resource that the Route 53 record points to.</p>
|
|
188
|
+
* @public
|
|
189
189
|
*/
|
|
190
190
|
export interface TargetResource {
|
|
191
191
|
/**
|
|
192
|
-
* @public
|
|
193
192
|
* <p>The Network Load Balancer Resource.</p>
|
|
193
|
+
* @public
|
|
194
194
|
*/
|
|
195
195
|
NLBResource?: NLBResource;
|
|
196
196
|
/**
|
|
197
|
-
* @public
|
|
198
197
|
* <p>The Route 53 resource.</p>
|
|
198
|
+
* @public
|
|
199
199
|
*/
|
|
200
200
|
R53Resource?: R53ResourceRecord;
|
|
201
201
|
}
|
|
202
202
|
/**
|
|
203
|
-
* @public
|
|
204
203
|
* <p>A component for DNS/routing control readiness checks and architecture checks.</p>
|
|
204
|
+
* @public
|
|
205
205
|
*/
|
|
206
206
|
export interface DNSTargetResource {
|
|
207
207
|
/**
|
|
208
|
-
* @public
|
|
209
208
|
* <p>The domain name that acts as an ingress point to a portion of the customer application.</p>
|
|
209
|
+
* @public
|
|
210
210
|
*/
|
|
211
211
|
DomainName?: string;
|
|
212
212
|
/**
|
|
213
|
-
* @public
|
|
214
213
|
* <p>The hosted zone Amazon Resource Name (ARN) that contains the DNS record with the provided name of the target resource.</p>
|
|
214
|
+
* @public
|
|
215
215
|
*/
|
|
216
216
|
HostedZoneArn?: string;
|
|
217
217
|
/**
|
|
218
|
-
* @public
|
|
219
218
|
* <p>The Route 53 record set ID that uniquely identifies a DNS record, given a name and a type.</p>
|
|
219
|
+
* @public
|
|
220
220
|
*/
|
|
221
221
|
RecordSetId?: string;
|
|
222
222
|
/**
|
|
223
|
-
* @public
|
|
224
223
|
* <p>The type of DNS record of the target resource.</p>
|
|
224
|
+
* @public
|
|
225
225
|
*/
|
|
226
226
|
RecordType?: string;
|
|
227
227
|
/**
|
|
228
|
-
* @public
|
|
229
228
|
* <p>The target resource of the DNS target resource.</p>
|
|
229
|
+
* @public
|
|
230
230
|
*/
|
|
231
231
|
TargetResource?: TargetResource;
|
|
232
232
|
}
|
|
233
233
|
/**
|
|
234
|
-
* @public
|
|
235
234
|
* <p>The resource element of a resource set.</p>
|
|
235
|
+
* @public
|
|
236
236
|
*/
|
|
237
237
|
export interface Resource {
|
|
238
238
|
/**
|
|
239
|
-
* @public
|
|
240
239
|
* <p>The component identifier of the resource, generated when DNS target resource is used.</p>
|
|
240
|
+
* @public
|
|
241
241
|
*/
|
|
242
242
|
ComponentId?: string;
|
|
243
243
|
/**
|
|
244
|
-
* @public
|
|
245
244
|
* <p>The DNS target resource.</p>
|
|
245
|
+
* @public
|
|
246
246
|
*/
|
|
247
247
|
DnsTargetResource?: DNSTargetResource;
|
|
248
248
|
/**
|
|
249
|
-
* @public
|
|
250
249
|
* <p>A list of recovery group Amazon Resource Names (ARNs) and cell ARNs that this resource is contained within.</p>
|
|
250
|
+
* @public
|
|
251
251
|
*/
|
|
252
252
|
ReadinessScopes?: string[];
|
|
253
253
|
/**
|
|
254
|
-
* @public
|
|
255
254
|
* <p>The Amazon Resource Name (ARN) of the Amazon Web Services resource.</p>
|
|
255
|
+
* @public
|
|
256
256
|
*/
|
|
257
257
|
ResourceArn?: string;
|
|
258
258
|
}
|
|
259
259
|
/**
|
|
260
|
-
* @public
|
|
261
260
|
* <p>The result of a successful Resource request, with status for an individual resource.</p>
|
|
261
|
+
* @public
|
|
262
262
|
*/
|
|
263
263
|
export interface ResourceResult {
|
|
264
264
|
/**
|
|
265
|
-
* @public
|
|
266
265
|
* <p>The component id of the resource.</p>
|
|
266
|
+
* @public
|
|
267
267
|
*/
|
|
268
268
|
ComponentId?: string;
|
|
269
269
|
/**
|
|
270
|
-
* @public
|
|
271
270
|
* <p>The time (UTC) that the resource was last checked for readiness, in ISO-8601 format.</p>
|
|
271
|
+
* @public
|
|
272
272
|
*/
|
|
273
273
|
LastCheckedTimestamp: Date | undefined;
|
|
274
274
|
/**
|
|
275
|
-
* @public
|
|
276
275
|
* <p>The readiness of a resource.</p>
|
|
276
|
+
* @public
|
|
277
277
|
*/
|
|
278
278
|
Readiness: Readiness | undefined;
|
|
279
279
|
/**
|
|
280
|
-
* @public
|
|
281
280
|
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
281
|
+
* @public
|
|
282
282
|
*/
|
|
283
283
|
ResourceArn?: string;
|
|
284
284
|
}
|
|
285
285
|
/**
|
|
286
|
-
* @public
|
|
287
286
|
* <p>A collection of resources of the same type.</p>
|
|
287
|
+
* @public
|
|
288
288
|
*/
|
|
289
289
|
export interface ResourceSetOutput {
|
|
290
290
|
/**
|
|
291
|
-
* @public
|
|
292
291
|
* <p>The Amazon Resource Name (ARN) for the resource set.</p>
|
|
292
|
+
* @public
|
|
293
293
|
*/
|
|
294
294
|
ResourceSetArn: string | undefined;
|
|
295
295
|
/**
|
|
296
|
-
* @public
|
|
297
296
|
* <p>The name of the resource set.</p>
|
|
297
|
+
* @public
|
|
298
298
|
*/
|
|
299
299
|
ResourceSetName: string | undefined;
|
|
300
300
|
/**
|
|
301
|
-
* @public
|
|
302
301
|
* <p>The resource type of the resources in the resource set. Enter one of the following values for resource type:</p> <p>AWS::ApiGateway::Stage, AWS::ApiGatewayV2::Stage, AWS::AutoScaling::AutoScalingGroup, AWS::CloudWatch::Alarm, AWS::EC2::CustomerGateway, AWS::DynamoDB::Table, AWS::EC2::Volume, AWS::ElasticLoadBalancing::LoadBalancer, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::Lambda::Function, AWS::MSK::Cluster, AWS::RDS::DBCluster, AWS::Route53::HealthCheck, AWS::SQS::Queue, AWS::SNS::Topic, AWS::SNS::Subscription, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::Route53RecoveryReadiness::DNSTargetResource</p>
|
|
302
|
+
* @public
|
|
303
303
|
*/
|
|
304
304
|
ResourceSetType: string | undefined;
|
|
305
305
|
/**
|
|
306
|
-
* @public
|
|
307
306
|
* <p>A list of resource objects.</p>
|
|
307
|
+
* @public
|
|
308
308
|
*/
|
|
309
309
|
Resources: Resource[] | undefined;
|
|
310
310
|
/**
|
|
311
|
-
* @public
|
|
312
311
|
* <p>A collection of tags associated with a resource.</p>
|
|
312
|
+
* @public
|
|
313
313
|
*/
|
|
314
314
|
Tags?: Record<string, string>;
|
|
315
315
|
}
|
|
316
316
|
/**
|
|
317
|
-
* @public
|
|
318
317
|
* <p>The result of a successful Rule request, with status for an individual rule.</p>
|
|
318
|
+
* @public
|
|
319
319
|
*/
|
|
320
320
|
export interface RuleResult {
|
|
321
321
|
/**
|
|
322
|
-
* @public
|
|
323
322
|
* <p>The time the resource was last checked for readiness, in ISO-8601 format, UTC.</p>
|
|
323
|
+
* @public
|
|
324
324
|
*/
|
|
325
325
|
LastCheckedTimestamp: Date | undefined;
|
|
326
326
|
/**
|
|
327
|
-
* @public
|
|
328
327
|
* <p>Details about the resource's readiness.</p>
|
|
328
|
+
* @public
|
|
329
329
|
*/
|
|
330
330
|
Messages: Message[] | undefined;
|
|
331
331
|
/**
|
|
332
|
-
* @public
|
|
333
332
|
* <p>The readiness at rule level.</p>
|
|
333
|
+
* @public
|
|
334
334
|
*/
|
|
335
335
|
Readiness: Readiness | undefined;
|
|
336
336
|
/**
|
|
337
|
-
* @public
|
|
338
337
|
* <p>The identifier of the rule.</p>
|
|
338
|
+
* @public
|
|
339
339
|
*/
|
|
340
340
|
RuleId: string | undefined;
|
|
341
341
|
}
|
|
342
342
|
/**
|
|
343
|
-
* @public
|
|
344
343
|
* User does not have sufficient access to perform this action.
|
|
344
|
+
* @public
|
|
345
345
|
*/
|
|
346
346
|
export declare class AccessDeniedException extends __BaseException {
|
|
347
347
|
readonly name: "AccessDeniedException";
|
|
@@ -353,8 +353,8 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
353
353
|
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
354
354
|
}
|
|
355
355
|
/**
|
|
356
|
-
* @public
|
|
357
356
|
* Updating or deleting a resource can cause an inconsistent state.
|
|
357
|
+
* @public
|
|
358
358
|
*/
|
|
359
359
|
export declare class ConflictException extends __BaseException {
|
|
360
360
|
readonly name: "ConflictException";
|
|
@@ -370,18 +370,18 @@ export declare class ConflictException extends __BaseException {
|
|
|
370
370
|
*/
|
|
371
371
|
export interface CreateCellRequest {
|
|
372
372
|
/**
|
|
373
|
-
* @public
|
|
374
373
|
* <p>The name of the cell to create.</p>
|
|
374
|
+
* @public
|
|
375
375
|
*/
|
|
376
376
|
CellName: string | undefined;
|
|
377
377
|
/**
|
|
378
|
-
* @public
|
|
379
378
|
* <p>A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. For example, Availability Zones within specific Amazon Web Services Regions.</p>
|
|
379
|
+
* @public
|
|
380
380
|
*/
|
|
381
381
|
Cells?: string[];
|
|
382
382
|
/**
|
|
383
|
-
* @public
|
|
384
383
|
* <p>A collection of tags associated with a resource.</p>
|
|
384
|
+
* @public
|
|
385
385
|
*/
|
|
386
386
|
Tags?: Record<string, string>;
|
|
387
387
|
}
|
|
@@ -390,34 +390,34 @@ export interface CreateCellRequest {
|
|
|
390
390
|
*/
|
|
391
391
|
export interface CreateCellResponse {
|
|
392
392
|
/**
|
|
393
|
-
* @public
|
|
394
393
|
* <p>The Amazon Resource Name (ARN) for the cell.</p>
|
|
394
|
+
* @public
|
|
395
395
|
*/
|
|
396
396
|
CellArn?: string;
|
|
397
397
|
/**
|
|
398
|
-
* @public
|
|
399
398
|
* <p>The name of the cell.</p>
|
|
399
|
+
* @public
|
|
400
400
|
*/
|
|
401
401
|
CellName?: string;
|
|
402
402
|
/**
|
|
403
|
-
* @public
|
|
404
403
|
* <p>A list of cell ARNs.</p>
|
|
404
|
+
* @public
|
|
405
405
|
*/
|
|
406
406
|
Cells?: string[];
|
|
407
407
|
/**
|
|
408
|
-
* @public
|
|
409
408
|
* <p>The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN. This is a list but currently can have only one element.</p>
|
|
409
|
+
* @public
|
|
410
410
|
*/
|
|
411
411
|
ParentReadinessScopes?: string[];
|
|
412
412
|
/**
|
|
413
|
-
* @public
|
|
414
413
|
* <p>Tags on the resources.</p>
|
|
414
|
+
* @public
|
|
415
415
|
*/
|
|
416
416
|
Tags?: Record<string, string>;
|
|
417
417
|
}
|
|
418
418
|
/**
|
|
419
|
-
* @public
|
|
420
419
|
* An unexpected error occurred.
|
|
420
|
+
* @public
|
|
421
421
|
*/
|
|
422
422
|
export declare class InternalServerException extends __BaseException {
|
|
423
423
|
readonly name: "InternalServerException";
|
|
@@ -429,8 +429,8 @@ export declare class InternalServerException extends __BaseException {
|
|
|
429
429
|
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
430
430
|
}
|
|
431
431
|
/**
|
|
432
|
-
* @public
|
|
433
432
|
* Request was denied due to request throttling.
|
|
433
|
+
* @public
|
|
434
434
|
*/
|
|
435
435
|
export declare class ThrottlingException extends __BaseException {
|
|
436
436
|
readonly name: "ThrottlingException";
|
|
@@ -442,8 +442,8 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
442
442
|
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
443
443
|
}
|
|
444
444
|
/**
|
|
445
|
-
* @public
|
|
446
445
|
* The input fails to satisfy the constraints specified by an AWS service.
|
|
446
|
+
* @public
|
|
447
447
|
*/
|
|
448
448
|
export declare class ValidationException extends __BaseException {
|
|
449
449
|
readonly name: "ValidationException";
|
|
@@ -459,8 +459,8 @@ export declare class ValidationException extends __BaseException {
|
|
|
459
459
|
*/
|
|
460
460
|
export interface CreateCrossAccountAuthorizationRequest {
|
|
461
461
|
/**
|
|
462
|
-
* @public
|
|
463
462
|
* <p>The cross-account authorization.</p>
|
|
463
|
+
* @public
|
|
464
464
|
*/
|
|
465
465
|
CrossAccountAuthorization: string | undefined;
|
|
466
466
|
}
|
|
@@ -469,8 +469,8 @@ export interface CreateCrossAccountAuthorizationRequest {
|
|
|
469
469
|
*/
|
|
470
470
|
export interface CreateCrossAccountAuthorizationResponse {
|
|
471
471
|
/**
|
|
472
|
-
* @public
|
|
473
472
|
* <p>The cross-account authorization.</p>
|
|
473
|
+
* @public
|
|
474
474
|
*/
|
|
475
475
|
CrossAccountAuthorization?: string;
|
|
476
476
|
}
|
|
@@ -479,18 +479,18 @@ export interface CreateCrossAccountAuthorizationResponse {
|
|
|
479
479
|
*/
|
|
480
480
|
export interface CreateReadinessCheckRequest {
|
|
481
481
|
/**
|
|
482
|
-
* @public
|
|
483
482
|
* <p>The name of the readiness check to create.</p>
|
|
483
|
+
* @public
|
|
484
484
|
*/
|
|
485
485
|
ReadinessCheckName: string | undefined;
|
|
486
486
|
/**
|
|
487
|
-
* @public
|
|
488
487
|
* <p>The name of the resource set to check.</p>
|
|
488
|
+
* @public
|
|
489
489
|
*/
|
|
490
490
|
ResourceSetName: string | undefined;
|
|
491
491
|
/**
|
|
492
|
-
* @public
|
|
493
492
|
* <p>A collection of tags associated with a resource.</p>
|
|
493
|
+
* @public
|
|
494
494
|
*/
|
|
495
495
|
Tags?: Record<string, string>;
|
|
496
496
|
}
|
|
@@ -499,23 +499,23 @@ export interface CreateReadinessCheckRequest {
|
|
|
499
499
|
*/
|
|
500
500
|
export interface CreateReadinessCheckResponse {
|
|
501
501
|
/**
|
|
502
|
-
* @public
|
|
503
502
|
* <p>The Amazon Resource Name (ARN) associated with a readiness check.</p>
|
|
503
|
+
* @public
|
|
504
504
|
*/
|
|
505
505
|
ReadinessCheckArn?: string;
|
|
506
506
|
/**
|
|
507
|
-
* @public
|
|
508
507
|
* <p>Name of a readiness check.</p>
|
|
508
|
+
* @public
|
|
509
509
|
*/
|
|
510
510
|
ReadinessCheckName?: string;
|
|
511
511
|
/**
|
|
512
|
-
* @public
|
|
513
512
|
* <p>Name of the resource set to be checked.</p>
|
|
513
|
+
* @public
|
|
514
514
|
*/
|
|
515
515
|
ResourceSet?: string;
|
|
516
516
|
/**
|
|
517
|
-
* @public
|
|
518
517
|
* <p>A collection of tags associated with a resource.</p>
|
|
518
|
+
* @public
|
|
519
519
|
*/
|
|
520
520
|
Tags?: Record<string, string>;
|
|
521
521
|
}
|
|
@@ -524,18 +524,18 @@ export interface CreateReadinessCheckResponse {
|
|
|
524
524
|
*/
|
|
525
525
|
export interface CreateRecoveryGroupRequest {
|
|
526
526
|
/**
|
|
527
|
-
* @public
|
|
528
527
|
* <p>A list of the cell Amazon Resource Names (ARNs) in the recovery group.</p>
|
|
528
|
+
* @public
|
|
529
529
|
*/
|
|
530
530
|
Cells?: string[];
|
|
531
531
|
/**
|
|
532
|
-
* @public
|
|
533
532
|
* <p>The name of the recovery group to create.</p>
|
|
533
|
+
* @public
|
|
534
534
|
*/
|
|
535
535
|
RecoveryGroupName: string | undefined;
|
|
536
536
|
/**
|
|
537
|
-
* @public
|
|
538
537
|
* <p>A collection of tags associated with a resource.</p>
|
|
538
|
+
* @public
|
|
539
539
|
*/
|
|
540
540
|
Tags?: Record<string, string>;
|
|
541
541
|
}
|
|
@@ -544,23 +544,23 @@ export interface CreateRecoveryGroupRequest {
|
|
|
544
544
|
*/
|
|
545
545
|
export interface CreateRecoveryGroupResponse {
|
|
546
546
|
/**
|
|
547
|
-
* @public
|
|
548
547
|
* <p>A list of a cell's Amazon Resource Names (ARNs).</p>
|
|
548
|
+
* @public
|
|
549
549
|
*/
|
|
550
550
|
Cells?: string[];
|
|
551
551
|
/**
|
|
552
|
-
* @public
|
|
553
552
|
* <p>The Amazon Resource Name (ARN) for the recovery group.</p>
|
|
553
|
+
* @public
|
|
554
554
|
*/
|
|
555
555
|
RecoveryGroupArn?: string;
|
|
556
556
|
/**
|
|
557
|
-
* @public
|
|
558
557
|
* <p>The name of the recovery group.</p>
|
|
558
|
+
* @public
|
|
559
559
|
*/
|
|
560
560
|
RecoveryGroupName?: string;
|
|
561
561
|
/**
|
|
562
|
-
* @public
|
|
563
562
|
* <p>The tags associated with the recovery group.</p>
|
|
563
|
+
* @public
|
|
564
564
|
*/
|
|
565
565
|
Tags?: Record<string, string>;
|
|
566
566
|
}
|
|
@@ -569,23 +569,23 @@ export interface CreateRecoveryGroupResponse {
|
|
|
569
569
|
*/
|
|
570
570
|
export interface CreateResourceSetRequest {
|
|
571
571
|
/**
|
|
572
|
-
* @public
|
|
573
572
|
* <p>The name of the resource set to create.</p>
|
|
573
|
+
* @public
|
|
574
574
|
*/
|
|
575
575
|
ResourceSetName: string | undefined;
|
|
576
576
|
/**
|
|
577
|
-
* @public
|
|
578
577
|
* <p>The resource type of the resources in the resource set. Enter one of the following values for resource type:</p> <p>AWS::ApiGateway::Stage, AWS::ApiGatewayV2::Stage, AWS::AutoScaling::AutoScalingGroup, AWS::CloudWatch::Alarm, AWS::EC2::CustomerGateway, AWS::DynamoDB::Table, AWS::EC2::Volume, AWS::ElasticLoadBalancing::LoadBalancer, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::Lambda::Function, AWS::MSK::Cluster, AWS::RDS::DBCluster, AWS::Route53::HealthCheck, AWS::SQS::Queue, AWS::SNS::Topic, AWS::SNS::Subscription, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::Route53RecoveryReadiness::DNSTargetResource</p>
|
|
578
|
+
* @public
|
|
579
579
|
*/
|
|
580
580
|
ResourceSetType: string | undefined;
|
|
581
581
|
/**
|
|
582
|
-
* @public
|
|
583
582
|
* <p>A list of resource objects in the resource set.</p>
|
|
583
|
+
* @public
|
|
584
584
|
*/
|
|
585
585
|
Resources: Resource[] | undefined;
|
|
586
586
|
/**
|
|
587
|
-
* @public
|
|
588
587
|
* <p>A tag to associate with the parameters for a resource set.</p>
|
|
588
|
+
* @public
|
|
589
589
|
*/
|
|
590
590
|
Tags?: Record<string, string>;
|
|
591
591
|
}
|
|
@@ -594,28 +594,28 @@ export interface CreateResourceSetRequest {
|
|
|
594
594
|
*/
|
|
595
595
|
export interface CreateResourceSetResponse {
|
|
596
596
|
/**
|
|
597
|
-
* @public
|
|
598
597
|
* <p>The Amazon Resource Name (ARN) for the resource set.</p>
|
|
598
|
+
* @public
|
|
599
599
|
*/
|
|
600
600
|
ResourceSetArn?: string;
|
|
601
601
|
/**
|
|
602
|
-
* @public
|
|
603
602
|
* <p>The name of the resource set.</p>
|
|
603
|
+
* @public
|
|
604
604
|
*/
|
|
605
605
|
ResourceSetName?: string;
|
|
606
606
|
/**
|
|
607
|
-
* @public
|
|
608
607
|
* <p>The resource type of the resources in the resource set. Enter one of the following values for resource type:</p> <p>AWS::ApiGateway::Stage, AWS::ApiGatewayV2::Stage, AWS::AutoScaling::AutoScalingGroup, AWS::CloudWatch::Alarm, AWS::EC2::CustomerGateway, AWS::DynamoDB::Table, AWS::EC2::Volume, AWS::ElasticLoadBalancing::LoadBalancer, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::Lambda::Function, AWS::MSK::Cluster, AWS::RDS::DBCluster, AWS::Route53::HealthCheck, AWS::SQS::Queue, AWS::SNS::Topic, AWS::SNS::Subscription, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::Route53RecoveryReadiness::DNSTargetResource</p>
|
|
608
|
+
* @public
|
|
609
609
|
*/
|
|
610
610
|
ResourceSetType?: string;
|
|
611
611
|
/**
|
|
612
|
-
* @public
|
|
613
612
|
* <p>A list of resource objects.</p>
|
|
613
|
+
* @public
|
|
614
614
|
*/
|
|
615
615
|
Resources?: Resource[];
|
|
616
616
|
/**
|
|
617
|
-
* @public
|
|
618
617
|
* <p>A collection of tags associated with a resource.</p>
|
|
618
|
+
* @public
|
|
619
619
|
*/
|
|
620
620
|
Tags?: Record<string, string>;
|
|
621
621
|
}
|
|
@@ -624,14 +624,14 @@ export interface CreateResourceSetResponse {
|
|
|
624
624
|
*/
|
|
625
625
|
export interface DeleteCellRequest {
|
|
626
626
|
/**
|
|
627
|
-
* @public
|
|
628
627
|
* <p>The name of the cell.</p>
|
|
628
|
+
* @public
|
|
629
629
|
*/
|
|
630
630
|
CellName: string | undefined;
|
|
631
631
|
}
|
|
632
632
|
/**
|
|
633
|
-
* @public
|
|
634
633
|
* The requested resource does not exist.
|
|
634
|
+
* @public
|
|
635
635
|
*/
|
|
636
636
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
637
637
|
readonly name: "ResourceNotFoundException";
|
|
@@ -647,8 +647,8 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
647
647
|
*/
|
|
648
648
|
export interface DeleteCrossAccountAuthorizationRequest {
|
|
649
649
|
/**
|
|
650
|
-
* @public
|
|
651
650
|
* <p>The cross-account authorization.</p>
|
|
651
|
+
* @public
|
|
652
652
|
*/
|
|
653
653
|
CrossAccountAuthorization: string | undefined;
|
|
654
654
|
}
|
|
@@ -662,8 +662,8 @@ export interface DeleteCrossAccountAuthorizationResponse {
|
|
|
662
662
|
*/
|
|
663
663
|
export interface DeleteReadinessCheckRequest {
|
|
664
664
|
/**
|
|
665
|
-
* @public
|
|
666
665
|
* <p>Name of a readiness check.</p>
|
|
666
|
+
* @public
|
|
667
667
|
*/
|
|
668
668
|
ReadinessCheckName: string | undefined;
|
|
669
669
|
}
|
|
@@ -672,8 +672,8 @@ export interface DeleteReadinessCheckRequest {
|
|
|
672
672
|
*/
|
|
673
673
|
export interface DeleteRecoveryGroupRequest {
|
|
674
674
|
/**
|
|
675
|
-
* @public
|
|
676
675
|
* <p>The name of a recovery group.</p>
|
|
676
|
+
* @public
|
|
677
677
|
*/
|
|
678
678
|
RecoveryGroupName: string | undefined;
|
|
679
679
|
}
|
|
@@ -682,8 +682,8 @@ export interface DeleteRecoveryGroupRequest {
|
|
|
682
682
|
*/
|
|
683
683
|
export interface DeleteResourceSetRequest {
|
|
684
684
|
/**
|
|
685
|
-
* @public
|
|
686
685
|
* <p>Name of a resource set.</p>
|
|
686
|
+
* @public
|
|
687
687
|
*/
|
|
688
688
|
ResourceSetName: string | undefined;
|
|
689
689
|
}
|
|
@@ -692,18 +692,18 @@ export interface DeleteResourceSetRequest {
|
|
|
692
692
|
*/
|
|
693
693
|
export interface GetArchitectureRecommendationsRequest {
|
|
694
694
|
/**
|
|
695
|
-
* @public
|
|
696
695
|
* <p>The number of objects that you want to return with this call.</p>
|
|
696
|
+
* @public
|
|
697
697
|
*/
|
|
698
698
|
MaxResults?: number;
|
|
699
699
|
/**
|
|
700
|
-
* @public
|
|
701
700
|
* <p>The token that identifies which batch of results you want to see.</p>
|
|
701
|
+
* @public
|
|
702
702
|
*/
|
|
703
703
|
NextToken?: string;
|
|
704
704
|
/**
|
|
705
|
-
* @public
|
|
706
705
|
* <p>The name of a recovery group.</p>
|
|
706
|
+
* @public
|
|
707
707
|
*/
|
|
708
708
|
RecoveryGroupName: string | undefined;
|
|
709
709
|
}
|
|
@@ -712,18 +712,18 @@ export interface GetArchitectureRecommendationsRequest {
|
|
|
712
712
|
*/
|
|
713
713
|
export interface GetArchitectureRecommendationsResponse {
|
|
714
714
|
/**
|
|
715
|
-
* @public
|
|
716
715
|
* <p>The time that a recovery group was last assessed for recommendations, in UTC ISO-8601 format.</p>
|
|
716
|
+
* @public
|
|
717
717
|
*/
|
|
718
718
|
LastAuditTimestamp?: Date;
|
|
719
719
|
/**
|
|
720
|
-
* @public
|
|
721
720
|
* <p>The token that identifies which batch of results you want to see.</p>
|
|
721
|
+
* @public
|
|
722
722
|
*/
|
|
723
723
|
NextToken?: string;
|
|
724
724
|
/**
|
|
725
|
-
* @public
|
|
726
725
|
* <p>A list of the recommendations for the customer's application.</p>
|
|
726
|
+
* @public
|
|
727
727
|
*/
|
|
728
728
|
Recommendations?: Recommendation[];
|
|
729
729
|
}
|
|
@@ -732,8 +732,8 @@ export interface GetArchitectureRecommendationsResponse {
|
|
|
732
732
|
*/
|
|
733
733
|
export interface GetCellRequest {
|
|
734
734
|
/**
|
|
735
|
-
* @public
|
|
736
735
|
* <p>The name of the cell.</p>
|
|
736
|
+
* @public
|
|
737
737
|
*/
|
|
738
738
|
CellName: string | undefined;
|
|
739
739
|
}
|
|
@@ -742,28 +742,28 @@ export interface GetCellRequest {
|
|
|
742
742
|
*/
|
|
743
743
|
export interface GetCellResponse {
|
|
744
744
|
/**
|
|
745
|
-
* @public
|
|
746
745
|
* <p>The Amazon Resource Name (ARN) for the cell.</p>
|
|
746
|
+
* @public
|
|
747
747
|
*/
|
|
748
748
|
CellArn?: string;
|
|
749
749
|
/**
|
|
750
|
-
* @public
|
|
751
750
|
* <p>The name of the cell.</p>
|
|
751
|
+
* @public
|
|
752
752
|
*/
|
|
753
753
|
CellName?: string;
|
|
754
754
|
/**
|
|
755
|
-
* @public
|
|
756
755
|
* <p>A list of cell ARNs.</p>
|
|
756
|
+
* @public
|
|
757
757
|
*/
|
|
758
758
|
Cells?: string[];
|
|
759
759
|
/**
|
|
760
|
-
* @public
|
|
761
760
|
* <p>The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN. This is a list but currently can have only one element.</p>
|
|
761
|
+
* @public
|
|
762
762
|
*/
|
|
763
763
|
ParentReadinessScopes?: string[];
|
|
764
764
|
/**
|
|
765
|
-
* @public
|
|
766
765
|
* <p>Tags on the resources.</p>
|
|
766
|
+
* @public
|
|
767
767
|
*/
|
|
768
768
|
Tags?: Record<string, string>;
|
|
769
769
|
}
|
|
@@ -772,18 +772,18 @@ export interface GetCellResponse {
|
|
|
772
772
|
*/
|
|
773
773
|
export interface GetCellReadinessSummaryRequest {
|
|
774
774
|
/**
|
|
775
|
-
* @public
|
|
776
775
|
* <p>The name of the cell.</p>
|
|
776
|
+
* @public
|
|
777
777
|
*/
|
|
778
778
|
CellName: string | undefined;
|
|
779
779
|
/**
|
|
780
|
-
* @public
|
|
781
780
|
* <p>The number of objects that you want to return with this call.</p>
|
|
781
|
+
* @public
|
|
782
782
|
*/
|
|
783
783
|
MaxResults?: number;
|
|
784
784
|
/**
|
|
785
|
-
* @public
|
|
786
785
|
* <p>The token that identifies which batch of results you want to see.</p>
|
|
786
|
+
* @public
|
|
787
787
|
*/
|
|
788
788
|
NextToken?: string;
|
|
789
789
|
}
|
|
@@ -792,18 +792,18 @@ export interface GetCellReadinessSummaryRequest {
|
|
|
792
792
|
*/
|
|
793
793
|
export interface GetCellReadinessSummaryResponse {
|
|
794
794
|
/**
|
|
795
|
-
* @public
|
|
796
795
|
* <p>The token that identifies which batch of results you want to see.</p>
|
|
796
|
+
* @public
|
|
797
797
|
*/
|
|
798
798
|
NextToken?: string;
|
|
799
799
|
/**
|
|
800
|
-
* @public
|
|
801
800
|
* <p>The readiness at a cell level.</p>
|
|
801
|
+
* @public
|
|
802
802
|
*/
|
|
803
803
|
Readiness?: Readiness;
|
|
804
804
|
/**
|
|
805
|
-
* @public
|
|
806
805
|
* <p>Summaries for the readiness checks that make up the cell.</p>
|
|
806
|
+
* @public
|
|
807
807
|
*/
|
|
808
808
|
ReadinessChecks?: ReadinessCheckSummary[];
|
|
809
809
|
}
|
|
@@ -812,8 +812,8 @@ export interface GetCellReadinessSummaryResponse {
|
|
|
812
812
|
*/
|
|
813
813
|
export interface GetReadinessCheckRequest {
|
|
814
814
|
/**
|
|
815
|
-
* @public
|
|
816
815
|
* <p>Name of a readiness check.</p>
|
|
816
|
+
* @public
|
|
817
817
|
*/
|
|
818
818
|
ReadinessCheckName: string | undefined;
|
|
819
819
|
}
|
|
@@ -822,23 +822,23 @@ export interface GetReadinessCheckRequest {
|
|
|
822
822
|
*/
|
|
823
823
|
export interface GetReadinessCheckResponse {
|
|
824
824
|
/**
|
|
825
|
-
* @public
|
|
826
825
|
* <p>The Amazon Resource Name (ARN) associated with a readiness check.</p>
|
|
826
|
+
* @public
|
|
827
827
|
*/
|
|
828
828
|
ReadinessCheckArn?: string;
|
|
829
829
|
/**
|
|
830
|
-
* @public
|
|
831
830
|
* <p>Name of a readiness check.</p>
|
|
831
|
+
* @public
|
|
832
832
|
*/
|
|
833
833
|
ReadinessCheckName?: string;
|
|
834
834
|
/**
|
|
835
|
-
* @public
|
|
836
835
|
* <p>Name of the resource set to be checked.</p>
|
|
836
|
+
* @public
|
|
837
837
|
*/
|
|
838
838
|
ResourceSet?: string;
|
|
839
839
|
/**
|
|
840
|
-
* @public
|
|
841
840
|
* <p>A collection of tags associated with a resource.</p>
|
|
841
|
+
* @public
|
|
842
842
|
*/
|
|
843
843
|
Tags?: Record<string, string>;
|
|
844
844
|
}
|
|
@@ -847,23 +847,23 @@ export interface GetReadinessCheckResponse {
|
|
|
847
847
|
*/
|
|
848
848
|
export interface GetReadinessCheckResourceStatusRequest {
|
|
849
849
|
/**
|
|
850
|
-
* @public
|
|
851
850
|
* <p>The number of objects that you want to return with this call.</p>
|
|
851
|
+
* @public
|
|
852
852
|
*/
|
|
853
853
|
MaxResults?: number;
|
|
854
854
|
/**
|
|
855
|
-
* @public
|
|
856
855
|
* <p>The token that identifies which batch of results you want to see.</p>
|
|
856
|
+
* @public
|
|
857
857
|
*/
|
|
858
858
|
NextToken?: string;
|
|
859
859
|
/**
|
|
860
|
-
* @public
|
|
861
860
|
* <p>Name of a readiness check.</p>
|
|
861
|
+
* @public
|
|
862
862
|
*/
|
|
863
863
|
ReadinessCheckName: string | undefined;
|
|
864
864
|
/**
|
|
865
|
-
* @public
|
|
866
865
|
* <p>The resource identifier, which is the Amazon Resource Name (ARN) or the identifier generated for the resource by Application Recovery Controller (for example, for a DNS target resource).</p>
|
|
866
|
+
* @public
|
|
867
867
|
*/
|
|
868
868
|
ResourceIdentifier: string | undefined;
|
|
869
869
|
}
|
|
@@ -872,18 +872,18 @@ export interface GetReadinessCheckResourceStatusRequest {
|
|
|
872
872
|
*/
|
|
873
873
|
export interface GetReadinessCheckResourceStatusResponse {
|
|
874
874
|
/**
|
|
875
|
-
* @public
|
|
876
875
|
* <p>The token that identifies which batch of results you want to see.</p>
|
|
876
|
+
* @public
|
|
877
877
|
*/
|
|
878
878
|
NextToken?: string;
|
|
879
879
|
/**
|
|
880
|
-
* @public
|
|
881
880
|
* <p>The readiness at a rule level.</p>
|
|
881
|
+
* @public
|
|
882
882
|
*/
|
|
883
883
|
Readiness?: Readiness;
|
|
884
884
|
/**
|
|
885
|
-
* @public
|
|
886
885
|
* <p>Details of the rule's results.</p>
|
|
886
|
+
* @public
|
|
887
887
|
*/
|
|
888
888
|
Rules?: RuleResult[];
|
|
889
889
|
}
|
|
@@ -892,18 +892,18 @@ export interface GetReadinessCheckResourceStatusResponse {
|
|
|
892
892
|
*/
|
|
893
893
|
export interface GetReadinessCheckStatusRequest {
|
|
894
894
|
/**
|
|
895
|
-
* @public
|
|
896
895
|
* <p>The number of objects that you want to return with this call.</p>
|
|
896
|
+
* @public
|
|
897
897
|
*/
|
|
898
898
|
MaxResults?: number;
|
|
899
899
|
/**
|
|
900
|
-
* @public
|
|
901
900
|
* <p>The token that identifies which batch of results you want to see.</p>
|
|
901
|
+
* @public
|
|
902
902
|
*/
|
|
903
903
|
NextToken?: string;
|
|
904
904
|
/**
|
|
905
|
-
* @public
|
|
906
905
|
* <p>Name of a readiness check.</p>
|
|
906
|
+
* @public
|
|
907
907
|
*/
|
|
908
908
|
ReadinessCheckName: string | undefined;
|
|
909
909
|
}
|
|
@@ -912,23 +912,23 @@ export interface GetReadinessCheckStatusRequest {
|
|
|
912
912
|
*/
|
|
913
913
|
export interface GetReadinessCheckStatusResponse {
|
|
914
914
|
/**
|
|
915
|
-
* @public
|
|
916
915
|
* <p>Top level messages for readiness check status</p>
|
|
916
|
+
* @public
|
|
917
917
|
*/
|
|
918
918
|
Messages?: Message[];
|
|
919
919
|
/**
|
|
920
|
-
* @public
|
|
921
920
|
* <p>The token that identifies which batch of results you want to see.</p>
|
|
921
|
+
* @public
|
|
922
922
|
*/
|
|
923
923
|
NextToken?: string;
|
|
924
924
|
/**
|
|
925
|
-
* @public
|
|
926
925
|
* <p>The readiness at rule level.</p>
|
|
926
|
+
* @public
|
|
927
927
|
*/
|
|
928
928
|
Readiness?: Readiness;
|
|
929
929
|
/**
|
|
930
|
-
* @public
|
|
931
930
|
* <p>Summary of the readiness of resources.</p>
|
|
931
|
+
* @public
|
|
932
932
|
*/
|
|
933
933
|
Resources?: ResourceResult[];
|
|
934
934
|
}
|
|
@@ -937,8 +937,8 @@ export interface GetReadinessCheckStatusResponse {
|
|
|
937
937
|
*/
|
|
938
938
|
export interface GetRecoveryGroupRequest {
|
|
939
939
|
/**
|
|
940
|
-
* @public
|
|
941
940
|
* <p>The name of a recovery group.</p>
|
|
941
|
+
* @public
|
|
942
942
|
*/
|
|
943
943
|
RecoveryGroupName: string | undefined;
|
|
944
944
|
}
|
|
@@ -947,23 +947,23 @@ export interface GetRecoveryGroupRequest {
|
|
|
947
947
|
*/
|
|
948
948
|
export interface GetRecoveryGroupResponse {
|
|
949
949
|
/**
|
|
950
|
-
* @public
|
|
951
950
|
* <p>A list of a cell's Amazon Resource Names (ARNs).</p>
|
|
951
|
+
* @public
|
|
952
952
|
*/
|
|
953
953
|
Cells?: string[];
|
|
954
954
|
/**
|
|
955
|
-
* @public
|
|
956
955
|
* <p>The Amazon Resource Name (ARN) for the recovery group.</p>
|
|
956
|
+
* @public
|
|
957
957
|
*/
|
|
958
958
|
RecoveryGroupArn?: string;
|
|
959
959
|
/**
|
|
960
|
-
* @public
|
|
961
960
|
* <p>The name of the recovery group.</p>
|
|
961
|
+
* @public
|
|
962
962
|
*/
|
|
963
963
|
RecoveryGroupName?: string;
|
|
964
964
|
/**
|
|
965
|
-
* @public
|
|
966
965
|
* <p>The tags associated with the recovery group.</p>
|
|
966
|
+
* @public
|
|
967
967
|
*/
|
|
968
968
|
Tags?: Record<string, string>;
|
|
969
969
|
}
|
|
@@ -972,18 +972,18 @@ export interface GetRecoveryGroupResponse {
|
|
|
972
972
|
*/
|
|
973
973
|
export interface GetRecoveryGroupReadinessSummaryRequest {
|
|
974
974
|
/**
|
|
975
|
-
* @public
|
|
976
975
|
* <p>The number of objects that you want to return with this call.</p>
|
|
976
|
+
* @public
|
|
977
977
|
*/
|
|
978
978
|
MaxResults?: number;
|
|
979
979
|
/**
|
|
980
|
-
* @public
|
|
981
980
|
* <p>The token that identifies which batch of results you want to see.</p>
|
|
981
|
+
* @public
|
|
982
982
|
*/
|
|
983
983
|
NextToken?: string;
|
|
984
984
|
/**
|
|
985
|
-
* @public
|
|
986
985
|
* <p>The name of a recovery group.</p>
|
|
986
|
+
* @public
|
|
987
987
|
*/
|
|
988
988
|
RecoveryGroupName: string | undefined;
|
|
989
989
|
}
|
|
@@ -992,18 +992,18 @@ export interface GetRecoveryGroupReadinessSummaryRequest {
|
|
|
992
992
|
*/
|
|
993
993
|
export interface GetRecoveryGroupReadinessSummaryResponse {
|
|
994
994
|
/**
|
|
995
|
-
* @public
|
|
996
995
|
* <p>The token that identifies which batch of results you want to see.</p>
|
|
996
|
+
* @public
|
|
997
997
|
*/
|
|
998
998
|
NextToken?: string;
|
|
999
999
|
/**
|
|
1000
|
-
* @public
|
|
1001
1000
|
* <p>The readiness status at a recovery group level.</p>
|
|
1001
|
+
* @public
|
|
1002
1002
|
*/
|
|
1003
1003
|
Readiness?: Readiness;
|
|
1004
1004
|
/**
|
|
1005
|
-
* @public
|
|
1006
1005
|
* <p>Summaries of the readiness checks for the recovery group.</p>
|
|
1006
|
+
* @public
|
|
1007
1007
|
*/
|
|
1008
1008
|
ReadinessChecks?: ReadinessCheckSummary[];
|
|
1009
1009
|
}
|
|
@@ -1012,8 +1012,8 @@ export interface GetRecoveryGroupReadinessSummaryResponse {
|
|
|
1012
1012
|
*/
|
|
1013
1013
|
export interface GetResourceSetRequest {
|
|
1014
1014
|
/**
|
|
1015
|
-
* @public
|
|
1016
1015
|
* <p>Name of a resource set.</p>
|
|
1016
|
+
* @public
|
|
1017
1017
|
*/
|
|
1018
1018
|
ResourceSetName: string | undefined;
|
|
1019
1019
|
}
|
|
@@ -1022,28 +1022,28 @@ export interface GetResourceSetRequest {
|
|
|
1022
1022
|
*/
|
|
1023
1023
|
export interface GetResourceSetResponse {
|
|
1024
1024
|
/**
|
|
1025
|
-
* @public
|
|
1026
1025
|
* <p>The Amazon Resource Name (ARN) for the resource set.</p>
|
|
1026
|
+
* @public
|
|
1027
1027
|
*/
|
|
1028
1028
|
ResourceSetArn?: string;
|
|
1029
1029
|
/**
|
|
1030
|
-
* @public
|
|
1031
1030
|
* <p>The name of the resource set.</p>
|
|
1031
|
+
* @public
|
|
1032
1032
|
*/
|
|
1033
1033
|
ResourceSetName?: string;
|
|
1034
1034
|
/**
|
|
1035
|
-
* @public
|
|
1036
1035
|
* <p>The resource type of the resources in the resource set. Enter one of the following values for resource type:</p> <p>AWS::ApiGateway::Stage, AWS::ApiGatewayV2::Stage, AWS::AutoScaling::AutoScalingGroup, AWS::CloudWatch::Alarm, AWS::EC2::CustomerGateway, AWS::DynamoDB::Table, AWS::EC2::Volume, AWS::ElasticLoadBalancing::LoadBalancer, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::Lambda::Function, AWS::MSK::Cluster, AWS::RDS::DBCluster, AWS::Route53::HealthCheck, AWS::SQS::Queue, AWS::SNS::Topic, AWS::SNS::Subscription, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::Route53RecoveryReadiness::DNSTargetResource</p>
|
|
1036
|
+
* @public
|
|
1037
1037
|
*/
|
|
1038
1038
|
ResourceSetType?: string;
|
|
1039
1039
|
/**
|
|
1040
|
-
* @public
|
|
1041
1040
|
* <p>A list of resource objects.</p>
|
|
1041
|
+
* @public
|
|
1042
1042
|
*/
|
|
1043
1043
|
Resources?: Resource[];
|
|
1044
1044
|
/**
|
|
1045
|
-
* @public
|
|
1046
1045
|
* <p>A collection of tags associated with a resource.</p>
|
|
1046
|
+
* @public
|
|
1047
1047
|
*/
|
|
1048
1048
|
Tags?: Record<string, string>;
|
|
1049
1049
|
}
|
|
@@ -1052,13 +1052,13 @@ export interface GetResourceSetResponse {
|
|
|
1052
1052
|
*/
|
|
1053
1053
|
export interface ListCellsRequest {
|
|
1054
1054
|
/**
|
|
1055
|
-
* @public
|
|
1056
1055
|
* <p>The number of objects that you want to return with this call.</p>
|
|
1056
|
+
* @public
|
|
1057
1057
|
*/
|
|
1058
1058
|
MaxResults?: number;
|
|
1059
1059
|
/**
|
|
1060
|
-
* @public
|
|
1061
1060
|
* <p>The token that identifies which batch of results you want to see.</p>
|
|
1061
|
+
* @public
|
|
1062
1062
|
*/
|
|
1063
1063
|
NextToken?: string;
|
|
1064
1064
|
}
|
|
@@ -1067,13 +1067,13 @@ export interface ListCellsRequest {
|
|
|
1067
1067
|
*/
|
|
1068
1068
|
export interface ListCellsResponse {
|
|
1069
1069
|
/**
|
|
1070
|
-
* @public
|
|
1071
1070
|
* <p>A list of cells.</p>
|
|
1071
|
+
* @public
|
|
1072
1072
|
*/
|
|
1073
1073
|
Cells?: CellOutput[];
|
|
1074
1074
|
/**
|
|
1075
|
-
* @public
|
|
1076
1075
|
* <p>The token that identifies which batch of results you want to see.</p>
|
|
1076
|
+
* @public
|
|
1077
1077
|
*/
|
|
1078
1078
|
NextToken?: string;
|
|
1079
1079
|
}
|
|
@@ -1082,13 +1082,13 @@ export interface ListCellsResponse {
|
|
|
1082
1082
|
*/
|
|
1083
1083
|
export interface ListCrossAccountAuthorizationsRequest {
|
|
1084
1084
|
/**
|
|
1085
|
-
* @public
|
|
1086
1085
|
* <p>The number of objects that you want to return with this call.</p>
|
|
1086
|
+
* @public
|
|
1087
1087
|
*/
|
|
1088
1088
|
MaxResults?: number;
|
|
1089
1089
|
/**
|
|
1090
|
-
* @public
|
|
1091
1090
|
* <p>The token that identifies which batch of results you want to see.</p>
|
|
1091
|
+
* @public
|
|
1092
1092
|
*/
|
|
1093
1093
|
NextToken?: string;
|
|
1094
1094
|
}
|
|
@@ -1097,13 +1097,13 @@ export interface ListCrossAccountAuthorizationsRequest {
|
|
|
1097
1097
|
*/
|
|
1098
1098
|
export interface ListCrossAccountAuthorizationsResponse {
|
|
1099
1099
|
/**
|
|
1100
|
-
* @public
|
|
1101
1100
|
* <p>A list of cross-account authorizations.</p>
|
|
1101
|
+
* @public
|
|
1102
1102
|
*/
|
|
1103
1103
|
CrossAccountAuthorizations?: string[];
|
|
1104
1104
|
/**
|
|
1105
|
-
* @public
|
|
1106
1105
|
* <p>The token that identifies which batch of results you want to see.</p>
|
|
1106
|
+
* @public
|
|
1107
1107
|
*/
|
|
1108
1108
|
NextToken?: string;
|
|
1109
1109
|
}
|
|
@@ -1112,13 +1112,13 @@ export interface ListCrossAccountAuthorizationsResponse {
|
|
|
1112
1112
|
*/
|
|
1113
1113
|
export interface ListReadinessChecksRequest {
|
|
1114
1114
|
/**
|
|
1115
|
-
* @public
|
|
1116
1115
|
* <p>The number of objects that you want to return with this call.</p>
|
|
1116
|
+
* @public
|
|
1117
1117
|
*/
|
|
1118
1118
|
MaxResults?: number;
|
|
1119
1119
|
/**
|
|
1120
|
-
* @public
|
|
1121
1120
|
* <p>The token that identifies which batch of results you want to see.</p>
|
|
1121
|
+
* @public
|
|
1122
1122
|
*/
|
|
1123
1123
|
NextToken?: string;
|
|
1124
1124
|
}
|
|
@@ -1127,13 +1127,13 @@ export interface ListReadinessChecksRequest {
|
|
|
1127
1127
|
*/
|
|
1128
1128
|
export interface ListReadinessChecksResponse {
|
|
1129
1129
|
/**
|
|
1130
|
-
* @public
|
|
1131
1130
|
* <p>The token that identifies which batch of results you want to see.</p>
|
|
1131
|
+
* @public
|
|
1132
1132
|
*/
|
|
1133
1133
|
NextToken?: string;
|
|
1134
1134
|
/**
|
|
1135
|
-
* @public
|
|
1136
1135
|
* <p>A list of readiness checks associated with the account.</p>
|
|
1136
|
+
* @public
|
|
1137
1137
|
*/
|
|
1138
1138
|
ReadinessChecks?: ReadinessCheckOutput[];
|
|
1139
1139
|
}
|
|
@@ -1142,13 +1142,13 @@ export interface ListReadinessChecksResponse {
|
|
|
1142
1142
|
*/
|
|
1143
1143
|
export interface ListRecoveryGroupsRequest {
|
|
1144
1144
|
/**
|
|
1145
|
-
* @public
|
|
1146
1145
|
* <p>The number of objects that you want to return with this call.</p>
|
|
1146
|
+
* @public
|
|
1147
1147
|
*/
|
|
1148
1148
|
MaxResults?: number;
|
|
1149
1149
|
/**
|
|
1150
|
-
* @public
|
|
1151
1150
|
* <p>The token that identifies which batch of results you want to see.</p>
|
|
1151
|
+
* @public
|
|
1152
1152
|
*/
|
|
1153
1153
|
NextToken?: string;
|
|
1154
1154
|
}
|
|
@@ -1157,13 +1157,13 @@ export interface ListRecoveryGroupsRequest {
|
|
|
1157
1157
|
*/
|
|
1158
1158
|
export interface ListRecoveryGroupsResponse {
|
|
1159
1159
|
/**
|
|
1160
|
-
* @public
|
|
1161
1160
|
* <p>The token that identifies which batch of results you want to see.</p>
|
|
1161
|
+
* @public
|
|
1162
1162
|
*/
|
|
1163
1163
|
NextToken?: string;
|
|
1164
1164
|
/**
|
|
1165
|
-
* @public
|
|
1166
1165
|
* <p>A list of recovery groups.</p>
|
|
1166
|
+
* @public
|
|
1167
1167
|
*/
|
|
1168
1168
|
RecoveryGroups?: RecoveryGroupOutput[];
|
|
1169
1169
|
}
|
|
@@ -1172,13 +1172,13 @@ export interface ListRecoveryGroupsResponse {
|
|
|
1172
1172
|
*/
|
|
1173
1173
|
export interface ListResourceSetsRequest {
|
|
1174
1174
|
/**
|
|
1175
|
-
* @public
|
|
1176
1175
|
* <p>The number of objects that you want to return with this call.</p>
|
|
1176
|
+
* @public
|
|
1177
1177
|
*/
|
|
1178
1178
|
MaxResults?: number;
|
|
1179
1179
|
/**
|
|
1180
|
-
* @public
|
|
1181
1180
|
* <p>The token that identifies which batch of results you want to see.</p>
|
|
1181
|
+
* @public
|
|
1182
1182
|
*/
|
|
1183
1183
|
NextToken?: string;
|
|
1184
1184
|
}
|
|
@@ -1187,13 +1187,13 @@ export interface ListResourceSetsRequest {
|
|
|
1187
1187
|
*/
|
|
1188
1188
|
export interface ListResourceSetsResponse {
|
|
1189
1189
|
/**
|
|
1190
|
-
* @public
|
|
1191
1190
|
* <p>The token that identifies which batch of results you want to see.</p>
|
|
1191
|
+
* @public
|
|
1192
1192
|
*/
|
|
1193
1193
|
NextToken?: string;
|
|
1194
1194
|
/**
|
|
1195
|
-
* @public
|
|
1196
1195
|
* <p>A list of resource sets associated with the account.</p>
|
|
1196
|
+
* @public
|
|
1197
1197
|
*/
|
|
1198
1198
|
ResourceSets?: ResourceSetOutput[];
|
|
1199
1199
|
}
|
|
@@ -1202,18 +1202,18 @@ export interface ListResourceSetsResponse {
|
|
|
1202
1202
|
*/
|
|
1203
1203
|
export interface ListRulesRequest {
|
|
1204
1204
|
/**
|
|
1205
|
-
* @public
|
|
1206
1205
|
* <p>The number of objects that you want to return with this call.</p>
|
|
1206
|
+
* @public
|
|
1207
1207
|
*/
|
|
1208
1208
|
MaxResults?: number;
|
|
1209
1209
|
/**
|
|
1210
|
-
* @public
|
|
1211
1210
|
* <p>The token that identifies which batch of results you want to see.</p>
|
|
1211
|
+
* @public
|
|
1212
1212
|
*/
|
|
1213
1213
|
NextToken?: string;
|
|
1214
1214
|
/**
|
|
1215
|
-
* @public
|
|
1216
1215
|
* <p>The resource type that a readiness rule applies to.</p>
|
|
1216
|
+
* @public
|
|
1217
1217
|
*/
|
|
1218
1218
|
ResourceType?: string;
|
|
1219
1219
|
}
|
|
@@ -1222,13 +1222,13 @@ export interface ListRulesRequest {
|
|
|
1222
1222
|
*/
|
|
1223
1223
|
export interface ListRulesResponse {
|
|
1224
1224
|
/**
|
|
1225
|
-
* @public
|
|
1226
1225
|
* <p>The token that identifies which batch of results you want to see.</p>
|
|
1226
|
+
* @public
|
|
1227
1227
|
*/
|
|
1228
1228
|
NextToken?: string;
|
|
1229
1229
|
/**
|
|
1230
|
-
* @public
|
|
1231
1230
|
* <p>A list of readiness rules for a specific resource type.</p>
|
|
1231
|
+
* @public
|
|
1232
1232
|
*/
|
|
1233
1233
|
Rules?: ListRulesOutput[];
|
|
1234
1234
|
}
|
|
@@ -1237,8 +1237,8 @@ export interface ListRulesResponse {
|
|
|
1237
1237
|
*/
|
|
1238
1238
|
export interface ListTagsForResourcesRequest {
|
|
1239
1239
|
/**
|
|
1240
|
-
* @public
|
|
1241
1240
|
* <p>The Amazon Resource Name (ARN) for a resource.</p>
|
|
1241
|
+
* @public
|
|
1242
1242
|
*/
|
|
1243
1243
|
ResourceArn: string | undefined;
|
|
1244
1244
|
}
|
|
@@ -1247,8 +1247,8 @@ export interface ListTagsForResourcesRequest {
|
|
|
1247
1247
|
*/
|
|
1248
1248
|
export interface ListTagsForResourcesResponse {
|
|
1249
1249
|
/**
|
|
1250
|
-
* @public
|
|
1251
1250
|
* <p></p>
|
|
1251
|
+
* @public
|
|
1252
1252
|
*/
|
|
1253
1253
|
Tags?: Record<string, string>;
|
|
1254
1254
|
}
|
|
@@ -1257,13 +1257,13 @@ export interface ListTagsForResourcesResponse {
|
|
|
1257
1257
|
*/
|
|
1258
1258
|
export interface TagResourceRequest {
|
|
1259
1259
|
/**
|
|
1260
|
-
* @public
|
|
1261
1260
|
* <p>The Amazon Resource Name (ARN) for a resource.</p>
|
|
1261
|
+
* @public
|
|
1262
1262
|
*/
|
|
1263
1263
|
ResourceArn: string | undefined;
|
|
1264
1264
|
/**
|
|
1265
|
-
* @public
|
|
1266
1265
|
* <p></p>
|
|
1266
|
+
* @public
|
|
1267
1267
|
*/
|
|
1268
1268
|
Tags: Record<string, string> | undefined;
|
|
1269
1269
|
}
|
|
@@ -1277,13 +1277,13 @@ export interface TagResourceResponse {
|
|
|
1277
1277
|
*/
|
|
1278
1278
|
export interface UntagResourceRequest {
|
|
1279
1279
|
/**
|
|
1280
|
-
* @public
|
|
1281
1280
|
* <p>The Amazon Resource Name (ARN) for a resource.</p>
|
|
1281
|
+
* @public
|
|
1282
1282
|
*/
|
|
1283
1283
|
ResourceArn: string | undefined;
|
|
1284
1284
|
/**
|
|
1285
|
-
* @public
|
|
1286
1285
|
* <p>The keys for tags you add to resources.</p>
|
|
1286
|
+
* @public
|
|
1287
1287
|
*/
|
|
1288
1288
|
TagKeys: string[] | undefined;
|
|
1289
1289
|
}
|
|
@@ -1292,13 +1292,13 @@ export interface UntagResourceRequest {
|
|
|
1292
1292
|
*/
|
|
1293
1293
|
export interface UpdateCellRequest {
|
|
1294
1294
|
/**
|
|
1295
|
-
* @public
|
|
1296
1295
|
* <p>The name of the cell.</p>
|
|
1296
|
+
* @public
|
|
1297
1297
|
*/
|
|
1298
1298
|
CellName: string | undefined;
|
|
1299
1299
|
/**
|
|
1300
|
-
* @public
|
|
1301
1300
|
* <p>A list of cell Amazon Resource Names (ARNs), which completely replaces the previous list.</p>
|
|
1301
|
+
* @public
|
|
1302
1302
|
*/
|
|
1303
1303
|
Cells: string[] | undefined;
|
|
1304
1304
|
}
|
|
@@ -1307,44 +1307,44 @@ export interface UpdateCellRequest {
|
|
|
1307
1307
|
*/
|
|
1308
1308
|
export interface UpdateCellResponse {
|
|
1309
1309
|
/**
|
|
1310
|
-
* @public
|
|
1311
1310
|
* <p>The Amazon Resource Name (ARN) for the cell.</p>
|
|
1311
|
+
* @public
|
|
1312
1312
|
*/
|
|
1313
1313
|
CellArn?: string;
|
|
1314
1314
|
/**
|
|
1315
|
-
* @public
|
|
1316
1315
|
* <p>The name of the cell.</p>
|
|
1316
|
+
* @public
|
|
1317
1317
|
*/
|
|
1318
1318
|
CellName?: string;
|
|
1319
1319
|
/**
|
|
1320
|
-
* @public
|
|
1321
1320
|
* <p>A list of cell ARNs.</p>
|
|
1321
|
+
* @public
|
|
1322
1322
|
*/
|
|
1323
1323
|
Cells?: string[];
|
|
1324
1324
|
/**
|
|
1325
|
-
* @public
|
|
1326
1325
|
* <p>The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN. This is a list but currently can have only one element.</p>
|
|
1326
|
+
* @public
|
|
1327
1327
|
*/
|
|
1328
1328
|
ParentReadinessScopes?: string[];
|
|
1329
1329
|
/**
|
|
1330
|
-
* @public
|
|
1331
1330
|
* <p>Tags on the resources.</p>
|
|
1331
|
+
* @public
|
|
1332
1332
|
*/
|
|
1333
1333
|
Tags?: Record<string, string>;
|
|
1334
1334
|
}
|
|
1335
1335
|
/**
|
|
1336
|
-
* @public
|
|
1337
1336
|
* <p>Name of a readiness check to describe.</p>
|
|
1337
|
+
* @public
|
|
1338
1338
|
*/
|
|
1339
1339
|
export interface UpdateReadinessCheckRequest {
|
|
1340
1340
|
/**
|
|
1341
|
-
* @public
|
|
1342
1341
|
* <p>Name of a readiness check.</p>
|
|
1342
|
+
* @public
|
|
1343
1343
|
*/
|
|
1344
1344
|
ReadinessCheckName: string | undefined;
|
|
1345
1345
|
/**
|
|
1346
|
-
* @public
|
|
1347
1346
|
* <p>The name of the resource set to be checked.</p>
|
|
1347
|
+
* @public
|
|
1348
1348
|
*/
|
|
1349
1349
|
ResourceSetName: string | undefined;
|
|
1350
1350
|
}
|
|
@@ -1353,39 +1353,39 @@ export interface UpdateReadinessCheckRequest {
|
|
|
1353
1353
|
*/
|
|
1354
1354
|
export interface UpdateReadinessCheckResponse {
|
|
1355
1355
|
/**
|
|
1356
|
-
* @public
|
|
1357
1356
|
* <p>The Amazon Resource Name (ARN) associated with a readiness check.</p>
|
|
1357
|
+
* @public
|
|
1358
1358
|
*/
|
|
1359
1359
|
ReadinessCheckArn?: string;
|
|
1360
1360
|
/**
|
|
1361
|
-
* @public
|
|
1362
1361
|
* <p>Name of a readiness check.</p>
|
|
1362
|
+
* @public
|
|
1363
1363
|
*/
|
|
1364
1364
|
ReadinessCheckName?: string;
|
|
1365
1365
|
/**
|
|
1366
|
-
* @public
|
|
1367
1366
|
* <p>Name of the resource set to be checked.</p>
|
|
1367
|
+
* @public
|
|
1368
1368
|
*/
|
|
1369
1369
|
ResourceSet?: string;
|
|
1370
1370
|
/**
|
|
1371
|
-
* @public
|
|
1372
1371
|
* <p>A collection of tags associated with a resource.</p>
|
|
1372
|
+
* @public
|
|
1373
1373
|
*/
|
|
1374
1374
|
Tags?: Record<string, string>;
|
|
1375
1375
|
}
|
|
1376
1376
|
/**
|
|
1377
|
-
* @public
|
|
1378
1377
|
* <p>Name of a recovery group.</p>
|
|
1378
|
+
* @public
|
|
1379
1379
|
*/
|
|
1380
1380
|
export interface UpdateRecoveryGroupRequest {
|
|
1381
1381
|
/**
|
|
1382
|
-
* @public
|
|
1383
1382
|
* <p>A list of cell Amazon Resource Names (ARNs). This list completely replaces the previous list.</p>
|
|
1383
|
+
* @public
|
|
1384
1384
|
*/
|
|
1385
1385
|
Cells: string[] | undefined;
|
|
1386
1386
|
/**
|
|
1387
|
-
* @public
|
|
1388
1387
|
* <p>The name of a recovery group.</p>
|
|
1388
|
+
* @public
|
|
1389
1389
|
*/
|
|
1390
1390
|
RecoveryGroupName: string | undefined;
|
|
1391
1391
|
}
|
|
@@ -1394,44 +1394,44 @@ export interface UpdateRecoveryGroupRequest {
|
|
|
1394
1394
|
*/
|
|
1395
1395
|
export interface UpdateRecoveryGroupResponse {
|
|
1396
1396
|
/**
|
|
1397
|
-
* @public
|
|
1398
1397
|
* <p>A list of a cell's Amazon Resource Names (ARNs).</p>
|
|
1398
|
+
* @public
|
|
1399
1399
|
*/
|
|
1400
1400
|
Cells?: string[];
|
|
1401
1401
|
/**
|
|
1402
|
-
* @public
|
|
1403
1402
|
* <p>The Amazon Resource Name (ARN) for the recovery group.</p>
|
|
1403
|
+
* @public
|
|
1404
1404
|
*/
|
|
1405
1405
|
RecoveryGroupArn?: string;
|
|
1406
1406
|
/**
|
|
1407
|
-
* @public
|
|
1408
1407
|
* <p>The name of the recovery group.</p>
|
|
1408
|
+
* @public
|
|
1409
1409
|
*/
|
|
1410
1410
|
RecoveryGroupName?: string;
|
|
1411
1411
|
/**
|
|
1412
|
-
* @public
|
|
1413
1412
|
* <p>The tags associated with the recovery group.</p>
|
|
1413
|
+
* @public
|
|
1414
1414
|
*/
|
|
1415
1415
|
Tags?: Record<string, string>;
|
|
1416
1416
|
}
|
|
1417
1417
|
/**
|
|
1418
|
-
* @public
|
|
1419
1418
|
* <p>Name of a resource set.</p>
|
|
1419
|
+
* @public
|
|
1420
1420
|
*/
|
|
1421
1421
|
export interface UpdateResourceSetRequest {
|
|
1422
1422
|
/**
|
|
1423
|
-
* @public
|
|
1424
1423
|
* <p>Name of a resource set.</p>
|
|
1424
|
+
* @public
|
|
1425
1425
|
*/
|
|
1426
1426
|
ResourceSetName: string | undefined;
|
|
1427
1427
|
/**
|
|
1428
|
-
* @public
|
|
1429
1428
|
* <p>The resource type of the resources in the resource set. Enter one of the following values for resource type:</p> <p>AWS::ApiGateway::Stage, AWS::ApiGatewayV2::Stage, AWS::AutoScaling::AutoScalingGroup, AWS::CloudWatch::Alarm, AWS::EC2::CustomerGateway, AWS::DynamoDB::Table, AWS::EC2::Volume, AWS::ElasticLoadBalancing::LoadBalancer, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::Lambda::Function, AWS::MSK::Cluster, AWS::RDS::DBCluster, AWS::Route53::HealthCheck, AWS::SQS::Queue, AWS::SNS::Topic, AWS::SNS::Subscription, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::Route53RecoveryReadiness::DNSTargetResource</p>
|
|
1429
|
+
* @public
|
|
1430
1430
|
*/
|
|
1431
1431
|
ResourceSetType: string | undefined;
|
|
1432
1432
|
/**
|
|
1433
|
-
* @public
|
|
1434
1433
|
* <p>A list of resource objects.</p>
|
|
1434
|
+
* @public
|
|
1435
1435
|
*/
|
|
1436
1436
|
Resources: Resource[] | undefined;
|
|
1437
1437
|
}
|
|
@@ -1440,28 +1440,28 @@ export interface UpdateResourceSetRequest {
|
|
|
1440
1440
|
*/
|
|
1441
1441
|
export interface UpdateResourceSetResponse {
|
|
1442
1442
|
/**
|
|
1443
|
-
* @public
|
|
1444
1443
|
* <p>The Amazon Resource Name (ARN) for the resource set.</p>
|
|
1444
|
+
* @public
|
|
1445
1445
|
*/
|
|
1446
1446
|
ResourceSetArn?: string;
|
|
1447
1447
|
/**
|
|
1448
|
-
* @public
|
|
1449
1448
|
* <p>The name of the resource set.</p>
|
|
1449
|
+
* @public
|
|
1450
1450
|
*/
|
|
1451
1451
|
ResourceSetName?: string;
|
|
1452
1452
|
/**
|
|
1453
|
-
* @public
|
|
1454
1453
|
* <p>The resource type of the resources in the resource set. Enter one of the following values for resource type:</p> <p>AWS::ApiGateway::Stage, AWS::ApiGatewayV2::Stage, AWS::AutoScaling::AutoScalingGroup, AWS::CloudWatch::Alarm, AWS::EC2::CustomerGateway, AWS::DynamoDB::Table, AWS::EC2::Volume, AWS::ElasticLoadBalancing::LoadBalancer, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::Lambda::Function, AWS::MSK::Cluster, AWS::RDS::DBCluster, AWS::Route53::HealthCheck, AWS::SQS::Queue, AWS::SNS::Topic, AWS::SNS::Subscription, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::Route53RecoveryReadiness::DNSTargetResource</p>
|
|
1454
|
+
* @public
|
|
1455
1455
|
*/
|
|
1456
1456
|
ResourceSetType?: string;
|
|
1457
1457
|
/**
|
|
1458
|
-
* @public
|
|
1459
1458
|
* <p>A list of resource objects.</p>
|
|
1459
|
+
* @public
|
|
1460
1460
|
*/
|
|
1461
1461
|
Resources?: Resource[];
|
|
1462
1462
|
/**
|
|
1463
|
-
* @public
|
|
1464
1463
|
* <p>A collection of tags associated with a resource.</p>
|
|
1464
|
+
* @public
|
|
1465
1465
|
*/
|
|
1466
1466
|
Tags?: Record<string, string>;
|
|
1467
1467
|
}
|