aws-sdk-resiliencehub 1.18.0 → 1.20.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-resiliencehub/client.rb +443 -205
- data/lib/aws-sdk-resiliencehub/client_api.rb +159 -1
- data/lib/aws-sdk-resiliencehub/endpoints.rb +28 -0
- data/lib/aws-sdk-resiliencehub/plugins/endpoints.rb +4 -0
- data/lib/aws-sdk-resiliencehub/types.rb +993 -407
- data/lib/aws-sdk-resiliencehub.rb +1 -1
- metadata +4 -4
@@ -26,8 +26,8 @@ module Aws::ResilienceHub
|
|
26
26
|
end
|
27
27
|
|
28
28
|
# @!attribute [rw] app_arn
|
29
|
-
#
|
30
|
-
#
|
29
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
30
|
+
# format for this ARN is:
|
31
31
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
32
32
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
33
33
|
# in the *AWS General Reference* guide.
|
@@ -56,8 +56,8 @@ module Aws::ResilienceHub
|
|
56
56
|
end
|
57
57
|
|
58
58
|
# @!attribute [rw] app_arn
|
59
|
-
#
|
60
|
-
#
|
59
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
60
|
+
# format for this ARN is:
|
61
61
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
62
62
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
63
63
|
# in the *AWS General Reference* guide.
|
@@ -72,12 +72,10 @@ module Aws::ResilienceHub
|
|
72
72
|
# @return [String]
|
73
73
|
#
|
74
74
|
# @!attribute [rw] resource_mappings
|
75
|
-
#
|
76
|
-
#
|
77
|
-
#
|
78
|
-
#
|
79
|
-
# recommend using the mapping type `CFN_STACK` if the application is
|
80
|
-
# backed by a CloudFormation stack.
|
75
|
+
# List of sources that are used to map a logical resource from the
|
76
|
+
# template to a physical resource. You can use sources such as
|
77
|
+
# CloudFormation, Terraform state files, AppRegistry applications, or
|
78
|
+
# Amazon EKS.
|
81
79
|
# @return [Array<Types::ResourceMapping>]
|
82
80
|
#
|
83
81
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/AddDraftAppVersionResourceMappingsResponse AWS API Documentation
|
@@ -93,19 +91,26 @@ module Aws::ResilienceHub
|
|
93
91
|
# Defines a recommendation for a CloudWatch alarm.
|
94
92
|
#
|
95
93
|
# @!attribute [rw] app_component_name
|
96
|
-
#
|
94
|
+
# Application Component name for the CloudWatch alarm recommendation.
|
95
|
+
# This name is saved as the first item in the `appComponentNames`
|
96
|
+
# list.
|
97
97
|
# @return [String]
|
98
98
|
#
|
99
|
+
# @!attribute [rw] app_component_names
|
100
|
+
# List of Application Component names for the CloudWatch alarm
|
101
|
+
# recommendation.
|
102
|
+
# @return [Array<String>]
|
103
|
+
#
|
99
104
|
# @!attribute [rw] description
|
100
|
-
#
|
105
|
+
# Description of the alarm recommendation.
|
101
106
|
# @return [String]
|
102
107
|
#
|
103
108
|
# @!attribute [rw] items
|
104
|
-
#
|
109
|
+
# List of CloudWatch alarm recommendations.
|
105
110
|
# @return [Array<Types::RecommendationItem>]
|
106
111
|
#
|
107
112
|
# @!attribute [rw] name
|
108
|
-
#
|
113
|
+
# Name of the alarm recommendation.
|
109
114
|
# @return [String]
|
110
115
|
#
|
111
116
|
# @!attribute [rw] prerequisite
|
@@ -113,21 +118,22 @@ module Aws::ResilienceHub
|
|
113
118
|
# @return [String]
|
114
119
|
#
|
115
120
|
# @!attribute [rw] recommendation_id
|
116
|
-
#
|
121
|
+
# Identifier of the alarm recommendation.
|
117
122
|
# @return [String]
|
118
123
|
#
|
119
124
|
# @!attribute [rw] reference_id
|
120
|
-
#
|
125
|
+
# Reference identifier of the alarm recommendation.
|
121
126
|
# @return [String]
|
122
127
|
#
|
123
128
|
# @!attribute [rw] type
|
124
|
-
#
|
129
|
+
# Type of alarm recommendation.
|
125
130
|
# @return [String]
|
126
131
|
#
|
127
132
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/AlarmRecommendation AWS API Documentation
|
128
133
|
#
|
129
134
|
class AlarmRecommendation < Struct.new(
|
130
135
|
:app_component_name,
|
136
|
+
:app_component_names,
|
131
137
|
:description,
|
132
138
|
:items,
|
133
139
|
:name,
|
@@ -142,8 +148,8 @@ module Aws::ResilienceHub
|
|
142
148
|
# Defines an Resilience Hub application.
|
143
149
|
#
|
144
150
|
# @!attribute [rw] app_arn
|
145
|
-
#
|
146
|
-
#
|
151
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
152
|
+
# format for this ARN is:
|
147
153
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
148
154
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
149
155
|
# in the *AWS General Reference* guide.
|
@@ -158,32 +164,53 @@ module Aws::ResilienceHub
|
|
158
164
|
# @return [String]
|
159
165
|
#
|
160
166
|
# @!attribute [rw] compliance_status
|
161
|
-
#
|
167
|
+
# Current status of compliance for the resiliency policy.
|
162
168
|
# @return [String]
|
163
169
|
#
|
164
170
|
# @!attribute [rw] creation_time
|
165
|
-
#
|
171
|
+
# Timestamp for when the app was created.
|
166
172
|
# @return [Time]
|
167
173
|
#
|
168
174
|
# @!attribute [rw] description
|
169
|
-
#
|
175
|
+
# Optional description for an application.
|
176
|
+
# @return [String]
|
177
|
+
#
|
178
|
+
# @!attribute [rw] drift_status
|
179
|
+
# Indicates if compliance drifts (deviations) were detected while
|
180
|
+
# running an assessment for your application.
|
170
181
|
# @return [String]
|
171
182
|
#
|
183
|
+
# @!attribute [rw] event_subscriptions
|
184
|
+
# The list of events you would like to subscribe and get notification
|
185
|
+
# for. Currently, Resilience Hub supports notifications only for
|
186
|
+
# **Drift detected** and **Scheduled assessment failure** events.
|
187
|
+
# @return [Array<Types::EventSubscription>]
|
188
|
+
#
|
172
189
|
# @!attribute [rw] last_app_compliance_evaluation_time
|
173
|
-
#
|
190
|
+
# Timestamp for the most recent compliance evaluation.
|
191
|
+
# @return [Time]
|
192
|
+
#
|
193
|
+
# @!attribute [rw] last_drift_evaluation_time
|
194
|
+
# Indicates the last time that a drift was evaluated.
|
174
195
|
# @return [Time]
|
175
196
|
#
|
176
197
|
# @!attribute [rw] last_resiliency_score_evaluation_time
|
177
|
-
#
|
198
|
+
# Timestamp for the most recent resiliency score evaluation.
|
178
199
|
# @return [Time]
|
179
200
|
#
|
180
201
|
# @!attribute [rw] name
|
181
|
-
#
|
202
|
+
# Name for the application.
|
182
203
|
# @return [String]
|
183
204
|
#
|
205
|
+
# @!attribute [rw] permission_model
|
206
|
+
# Defines the roles and credentials that Resilience Hub would use
|
207
|
+
# while creating the application, importing its resources, and running
|
208
|
+
# an assessment.
|
209
|
+
# @return [Types::PermissionModel]
|
210
|
+
#
|
184
211
|
# @!attribute [rw] policy_arn
|
185
|
-
#
|
186
|
-
#
|
212
|
+
# Amazon Resource Name (ARN) of the resiliency policy. The format for
|
213
|
+
# this ARN is:
|
187
214
|
# arn:`partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-id`.
|
188
215
|
# For more information about ARNs, see [ Amazon Resource Names
|
189
216
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
@@ -194,16 +221,16 @@ module Aws::ResilienceHub
|
|
194
221
|
# @return [String]
|
195
222
|
#
|
196
223
|
# @!attribute [rw] resiliency_score
|
197
|
-
#
|
224
|
+
# Current resiliency score for the application.
|
198
225
|
# @return [Float]
|
199
226
|
#
|
200
227
|
# @!attribute [rw] status
|
201
|
-
#
|
228
|
+
# Status of the application.
|
202
229
|
# @return [String]
|
203
230
|
#
|
204
231
|
# @!attribute [rw] tags
|
205
|
-
#
|
206
|
-
#
|
232
|
+
# Tags assigned to the resource. A tag is a label that you assign to
|
233
|
+
# an Amazon Web Services resource. Each tag consists of a key/value
|
207
234
|
# pair.
|
208
235
|
# @return [Hash<String,String>]
|
209
236
|
#
|
@@ -215,9 +242,13 @@ module Aws::ResilienceHub
|
|
215
242
|
:compliance_status,
|
216
243
|
:creation_time,
|
217
244
|
:description,
|
245
|
+
:drift_status,
|
246
|
+
:event_subscriptions,
|
218
247
|
:last_app_compliance_evaluation_time,
|
248
|
+
:last_drift_evaluation_time,
|
219
249
|
:last_resiliency_score_evaluation_time,
|
220
250
|
:name,
|
251
|
+
:permission_model,
|
221
252
|
:policy_arn,
|
222
253
|
:resiliency_score,
|
223
254
|
:status,
|
@@ -229,8 +260,8 @@ module Aws::ResilienceHub
|
|
229
260
|
# Defines an application assessment.
|
230
261
|
#
|
231
262
|
# @!attribute [rw] app_arn
|
232
|
-
#
|
233
|
-
#
|
263
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
264
|
+
# format for this ARN is:
|
234
265
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
235
266
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
236
267
|
# in the *AWS General Reference* guide.
|
@@ -241,12 +272,12 @@ module Aws::ResilienceHub
|
|
241
272
|
# @return [String]
|
242
273
|
#
|
243
274
|
# @!attribute [rw] app_version
|
244
|
-
#
|
275
|
+
# Version of an application.
|
245
276
|
# @return [String]
|
246
277
|
#
|
247
278
|
# @!attribute [rw] assessment_arn
|
248
|
-
#
|
249
|
-
#
|
279
|
+
# Amazon Resource Name (ARN) of the assessment. The format for this
|
280
|
+
# ARN is:
|
250
281
|
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
251
282
|
# For more information about ARNs, see [ Amazon Resource Names
|
252
283
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
@@ -257,27 +288,32 @@ module Aws::ResilienceHub
|
|
257
288
|
# @return [String]
|
258
289
|
#
|
259
290
|
# @!attribute [rw] assessment_name
|
260
|
-
#
|
291
|
+
# Name of the assessment.
|
261
292
|
# @return [String]
|
262
293
|
#
|
263
294
|
# @!attribute [rw] assessment_status
|
264
|
-
#
|
295
|
+
# Current status of the assessment for the resiliency policy.
|
265
296
|
# @return [String]
|
266
297
|
#
|
267
298
|
# @!attribute [rw] compliance
|
268
|
-
#
|
299
|
+
# Application compliance against the resiliency policy.
|
269
300
|
# @return [Hash<String,Types::DisruptionCompliance>]
|
270
301
|
#
|
271
302
|
# @!attribute [rw] compliance_status
|
272
|
-
#
|
303
|
+
# Current status of the compliance for the resiliency policy.
|
273
304
|
# @return [String]
|
274
305
|
#
|
275
306
|
# @!attribute [rw] cost
|
276
|
-
#
|
307
|
+
# Cost for the application.
|
277
308
|
# @return [Types::Cost]
|
278
309
|
#
|
310
|
+
# @!attribute [rw] drift_status
|
311
|
+
# Indicates if compliance drifts (deviations) were detected while
|
312
|
+
# running an assessment for your application.
|
313
|
+
# @return [String]
|
314
|
+
#
|
279
315
|
# @!attribute [rw] end_time
|
280
|
-
#
|
316
|
+
# End time for the action.
|
281
317
|
# @return [Time]
|
282
318
|
#
|
283
319
|
# @!attribute [rw] invoker
|
@@ -289,11 +325,11 @@ module Aws::ResilienceHub
|
|
289
325
|
# @return [String]
|
290
326
|
#
|
291
327
|
# @!attribute [rw] policy
|
292
|
-
#
|
328
|
+
# Resiliency policy of an application.
|
293
329
|
# @return [Types::ResiliencyPolicy]
|
294
330
|
#
|
295
331
|
# @!attribute [rw] resiliency_score
|
296
|
-
#
|
332
|
+
# Current resiliency score for an application.
|
297
333
|
# @return [Types::ResiliencyScore]
|
298
334
|
#
|
299
335
|
# @!attribute [rw] resource_errors_details
|
@@ -302,15 +338,19 @@ module Aws::ResilienceHub
|
|
302
338
|
# @return [Types::ResourceErrorsDetails]
|
303
339
|
#
|
304
340
|
# @!attribute [rw] start_time
|
305
|
-
#
|
341
|
+
# Starting time for the action.
|
306
342
|
# @return [Time]
|
307
343
|
#
|
308
344
|
# @!attribute [rw] tags
|
309
|
-
#
|
310
|
-
#
|
345
|
+
# Tags assigned to the resource. A tag is a label that you assign to
|
346
|
+
# an Amazon Web Services resource. Each tag consists of a key/value
|
311
347
|
# pair.
|
312
348
|
# @return [Hash<String,String>]
|
313
349
|
#
|
350
|
+
# @!attribute [rw] version_name
|
351
|
+
# Version name of the published application.
|
352
|
+
# @return [String]
|
353
|
+
#
|
314
354
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/AppAssessment AWS API Documentation
|
315
355
|
#
|
316
356
|
class AppAssessment < Struct.new(
|
@@ -322,6 +362,7 @@ module Aws::ResilienceHub
|
|
322
362
|
:compliance,
|
323
363
|
:compliance_status,
|
324
364
|
:cost,
|
365
|
+
:drift_status,
|
325
366
|
:end_time,
|
326
367
|
:invoker,
|
327
368
|
:message,
|
@@ -329,7 +370,8 @@ module Aws::ResilienceHub
|
|
329
370
|
:resiliency_score,
|
330
371
|
:resource_errors_details,
|
331
372
|
:start_time,
|
332
|
-
:tags
|
373
|
+
:tags,
|
374
|
+
:version_name)
|
333
375
|
SENSITIVE = [:tags]
|
334
376
|
include Aws::Structure
|
335
377
|
end
|
@@ -337,8 +379,8 @@ module Aws::ResilienceHub
|
|
337
379
|
# Defines an application assessment summary.
|
338
380
|
#
|
339
381
|
# @!attribute [rw] app_arn
|
340
|
-
#
|
341
|
-
#
|
382
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
383
|
+
# format for this ARN is:
|
342
384
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
343
385
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
344
386
|
# in the *AWS General Reference* guide.
|
@@ -349,12 +391,12 @@ module Aws::ResilienceHub
|
|
349
391
|
# @return [String]
|
350
392
|
#
|
351
393
|
# @!attribute [rw] app_version
|
352
|
-
#
|
394
|
+
# Version of an application.
|
353
395
|
# @return [String]
|
354
396
|
#
|
355
397
|
# @!attribute [rw] assessment_arn
|
356
|
-
#
|
357
|
-
#
|
398
|
+
# Amazon Resource Name (ARN) of the assessment. The format for this
|
399
|
+
# ARN is:
|
358
400
|
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
359
401
|
# For more information about ARNs, see [ Amazon Resource Names
|
360
402
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
@@ -365,41 +407,50 @@ module Aws::ResilienceHub
|
|
365
407
|
# @return [String]
|
366
408
|
#
|
367
409
|
# @!attribute [rw] assessment_name
|
368
|
-
#
|
410
|
+
# Name of the assessment.
|
369
411
|
# @return [String]
|
370
412
|
#
|
371
413
|
# @!attribute [rw] assessment_status
|
372
|
-
#
|
414
|
+
# Current status of the assessment for the resiliency policy.
|
373
415
|
# @return [String]
|
374
416
|
#
|
375
417
|
# @!attribute [rw] compliance_status
|
376
|
-
#
|
418
|
+
# TCurrent status of compliance for the resiliency policy.
|
377
419
|
# @return [String]
|
378
420
|
#
|
379
421
|
# @!attribute [rw] cost
|
380
|
-
#
|
422
|
+
# Cost for an application.
|
381
423
|
# @return [Types::Cost]
|
382
424
|
#
|
425
|
+
# @!attribute [rw] drift_status
|
426
|
+
# Indicates if compliance drifts (deviations) were detected while
|
427
|
+
# running an assessment for your application.
|
428
|
+
# @return [String]
|
429
|
+
#
|
383
430
|
# @!attribute [rw] end_time
|
384
|
-
#
|
431
|
+
# End time for the action.
|
385
432
|
# @return [Time]
|
386
433
|
#
|
387
434
|
# @!attribute [rw] invoker
|
388
|
-
#
|
435
|
+
# Entity that invoked the assessment.
|
389
436
|
# @return [String]
|
390
437
|
#
|
391
438
|
# @!attribute [rw] message
|
392
|
-
#
|
439
|
+
# Message from the assessment run.
|
393
440
|
# @return [String]
|
394
441
|
#
|
395
442
|
# @!attribute [rw] resiliency_score
|
396
|
-
#
|
443
|
+
# Current resiliency score for the application.
|
397
444
|
# @return [Float]
|
398
445
|
#
|
399
446
|
# @!attribute [rw] start_time
|
400
|
-
#
|
447
|
+
# Starting time for the action.
|
401
448
|
# @return [Time]
|
402
449
|
#
|
450
|
+
# @!attribute [rw] version_name
|
451
|
+
# Name of an application version.
|
452
|
+
# @return [String]
|
453
|
+
#
|
403
454
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/AppAssessmentSummary AWS API Documentation
|
404
455
|
#
|
405
456
|
class AppAssessmentSummary < Struct.new(
|
@@ -410,11 +461,13 @@ module Aws::ResilienceHub
|
|
410
461
|
:assessment_status,
|
411
462
|
:compliance_status,
|
412
463
|
:cost,
|
464
|
+
:drift_status,
|
413
465
|
:end_time,
|
414
466
|
:invoker,
|
415
467
|
:message,
|
416
468
|
:resiliency_score,
|
417
|
-
:start_time
|
469
|
+
:start_time,
|
470
|
+
:version_name)
|
418
471
|
SENSITIVE = []
|
419
472
|
include Aws::Structure
|
420
473
|
end
|
@@ -443,11 +496,11 @@ module Aws::ResilienceHub
|
|
443
496
|
# @return [Hash<String,Array<String>>]
|
444
497
|
#
|
445
498
|
# @!attribute [rw] id
|
446
|
-
#
|
499
|
+
# Identifier of the Application Component.
|
447
500
|
# @return [String]
|
448
501
|
#
|
449
502
|
# @!attribute [rw] name
|
450
|
-
#
|
503
|
+
# Name of the Application Component.
|
451
504
|
# @return [String]
|
452
505
|
#
|
453
506
|
# @!attribute [rw] type
|
@@ -469,7 +522,7 @@ module Aws::ResilienceHub
|
|
469
522
|
# resiliency policy.
|
470
523
|
#
|
471
524
|
# @!attribute [rw] app_component_name
|
472
|
-
#
|
525
|
+
# Name of the Application Component.
|
473
526
|
# @return [String]
|
474
527
|
#
|
475
528
|
# @!attribute [rw] compliance
|
@@ -490,7 +543,7 @@ module Aws::ResilienceHub
|
|
490
543
|
# @return [Types::ResiliencyScore]
|
491
544
|
#
|
492
545
|
# @!attribute [rw] status
|
493
|
-
#
|
546
|
+
# Status of the action.
|
494
547
|
# @return [String]
|
495
548
|
#
|
496
549
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/AppComponentCompliance AWS API Documentation
|
@@ -554,8 +607,8 @@ module Aws::ResilienceHub
|
|
554
607
|
# Defines an application summary.
|
555
608
|
#
|
556
609
|
# @!attribute [rw] app_arn
|
557
|
-
#
|
558
|
-
#
|
610
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
611
|
+
# format for this ARN is:
|
559
612
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
560
613
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
561
614
|
# in the *AWS General Reference* guide.
|
@@ -581,6 +634,11 @@ module Aws::ResilienceHub
|
|
581
634
|
# The optional description for an app.
|
582
635
|
# @return [String]
|
583
636
|
#
|
637
|
+
# @!attribute [rw] drift_status
|
638
|
+
# Indicates if compliance drifts (deviations) were detected while
|
639
|
+
# running an assessment for your application.
|
640
|
+
# @return [String]
|
641
|
+
#
|
584
642
|
# @!attribute [rw] name
|
585
643
|
# The name of the application.
|
586
644
|
# @return [String]
|
@@ -590,7 +648,7 @@ module Aws::ResilienceHub
|
|
590
648
|
# @return [Float]
|
591
649
|
#
|
592
650
|
# @!attribute [rw] status
|
593
|
-
#
|
651
|
+
# Status of the application.
|
594
652
|
# @return [String]
|
595
653
|
#
|
596
654
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/AppSummary AWS API Documentation
|
@@ -601,6 +659,7 @@ module Aws::ResilienceHub
|
|
601
659
|
:compliance_status,
|
602
660
|
:creation_time,
|
603
661
|
:description,
|
662
|
+
:drift_status,
|
604
663
|
:name,
|
605
664
|
:resiliency_score,
|
606
665
|
:status)
|
@@ -608,16 +667,228 @@ module Aws::ResilienceHub
|
|
608
667
|
include Aws::Structure
|
609
668
|
end
|
610
669
|
|
611
|
-
#
|
670
|
+
# Version of an application.
|
612
671
|
#
|
613
672
|
# @!attribute [rw] app_version
|
614
|
-
#
|
673
|
+
# Version of an application.
|
674
|
+
# @return [String]
|
675
|
+
#
|
676
|
+
# @!attribute [rw] creation_time
|
677
|
+
# Creation time of the application version.
|
678
|
+
# @return [Time]
|
679
|
+
#
|
680
|
+
# @!attribute [rw] identifier
|
681
|
+
# Identifier of the application version.
|
682
|
+
# @return [Integer]
|
683
|
+
#
|
684
|
+
# @!attribute [rw] version_name
|
685
|
+
# Name of the application version.
|
615
686
|
# @return [String]
|
616
687
|
#
|
617
688
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/AppVersionSummary AWS API Documentation
|
618
689
|
#
|
619
690
|
class AppVersionSummary < Struct.new(
|
620
|
-
:app_version
|
691
|
+
:app_version,
|
692
|
+
:creation_time,
|
693
|
+
:identifier,
|
694
|
+
:version_name)
|
695
|
+
SENSITIVE = []
|
696
|
+
include Aws::Structure
|
697
|
+
end
|
698
|
+
|
699
|
+
# List of operational recommendations that did not get included or
|
700
|
+
# excluded.
|
701
|
+
#
|
702
|
+
# @!attribute [rw] entry_id
|
703
|
+
# An identifier of an entry in this batch that is used to communicate
|
704
|
+
# the result.
|
705
|
+
#
|
706
|
+
# <note markdown="1"> The `entryId`s of a batch request need to be unique within a
|
707
|
+
# request.
|
708
|
+
#
|
709
|
+
# </note>
|
710
|
+
# @return [String]
|
711
|
+
#
|
712
|
+
# @!attribute [rw] error_message
|
713
|
+
# Indicates the error that occurred while excluding an operational
|
714
|
+
# recommendation.
|
715
|
+
# @return [String]
|
716
|
+
#
|
717
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/BatchUpdateRecommendationStatusFailedEntry AWS API Documentation
|
718
|
+
#
|
719
|
+
class BatchUpdateRecommendationStatusFailedEntry < Struct.new(
|
720
|
+
:entry_id,
|
721
|
+
:error_message)
|
722
|
+
SENSITIVE = []
|
723
|
+
include Aws::Structure
|
724
|
+
end
|
725
|
+
|
726
|
+
# @!attribute [rw] app_arn
|
727
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
728
|
+
# format for this ARN is:
|
729
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
730
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
731
|
+
# in the *AWS General Reference* guide.
|
732
|
+
#
|
733
|
+
#
|
734
|
+
#
|
735
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
736
|
+
# @return [String]
|
737
|
+
#
|
738
|
+
# @!attribute [rw] request_entries
|
739
|
+
# Defines the list of operational recommendations that need to be
|
740
|
+
# included or excluded.
|
741
|
+
# @return [Array<Types::UpdateRecommendationStatusRequestEntry>]
|
742
|
+
#
|
743
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/BatchUpdateRecommendationStatusRequest AWS API Documentation
|
744
|
+
#
|
745
|
+
class BatchUpdateRecommendationStatusRequest < Struct.new(
|
746
|
+
:app_arn,
|
747
|
+
:request_entries)
|
748
|
+
SENSITIVE = []
|
749
|
+
include Aws::Structure
|
750
|
+
end
|
751
|
+
|
752
|
+
# @!attribute [rw] app_arn
|
753
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
754
|
+
# format for this ARN is:
|
755
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
756
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
757
|
+
# in the *AWS General Reference* guide.
|
758
|
+
#
|
759
|
+
#
|
760
|
+
#
|
761
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
762
|
+
# @return [String]
|
763
|
+
#
|
764
|
+
# @!attribute [rw] failed_entries
|
765
|
+
# A list of items with error details about each item, which could not
|
766
|
+
# be included or excluded.
|
767
|
+
# @return [Array<Types::BatchUpdateRecommendationStatusFailedEntry>]
|
768
|
+
#
|
769
|
+
# @!attribute [rw] successful_entries
|
770
|
+
# A list of items that were included or excluded.
|
771
|
+
# @return [Array<Types::BatchUpdateRecommendationStatusSuccessfulEntry>]
|
772
|
+
#
|
773
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/BatchUpdateRecommendationStatusResponse AWS API Documentation
|
774
|
+
#
|
775
|
+
class BatchUpdateRecommendationStatusResponse < Struct.new(
|
776
|
+
:app_arn,
|
777
|
+
:failed_entries,
|
778
|
+
:successful_entries)
|
779
|
+
SENSITIVE = []
|
780
|
+
include Aws::Structure
|
781
|
+
end
|
782
|
+
|
783
|
+
# List of operational recommendations that were successfully included or
|
784
|
+
# excluded.
|
785
|
+
#
|
786
|
+
# @!attribute [rw] entry_id
|
787
|
+
# An identifier for an entry in this batch that is used to communicate
|
788
|
+
# the result.
|
789
|
+
#
|
790
|
+
# <note markdown="1"> The `entryId`s of a batch request need to be unique within a
|
791
|
+
# request.
|
792
|
+
#
|
793
|
+
# </note>
|
794
|
+
# @return [String]
|
795
|
+
#
|
796
|
+
# @!attribute [rw] exclude_reason
|
797
|
+
# Indicates the reason for excluding an operational recommendation.
|
798
|
+
# @return [String]
|
799
|
+
#
|
800
|
+
# @!attribute [rw] excluded
|
801
|
+
# Indicates if the operational recommendation was successfully
|
802
|
+
# excluded.
|
803
|
+
# @return [Boolean]
|
804
|
+
#
|
805
|
+
# @!attribute [rw] item
|
806
|
+
# The operational recommendation item.
|
807
|
+
# @return [Types::UpdateRecommendationStatusItem]
|
808
|
+
#
|
809
|
+
# @!attribute [rw] reference_id
|
810
|
+
# Reference identifier of the operational recommendation.
|
811
|
+
# @return [String]
|
812
|
+
#
|
813
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/BatchUpdateRecommendationStatusSuccessfulEntry AWS API Documentation
|
814
|
+
#
|
815
|
+
class BatchUpdateRecommendationStatusSuccessfulEntry < Struct.new(
|
816
|
+
:entry_id,
|
817
|
+
:exclude_reason,
|
818
|
+
:excluded,
|
819
|
+
:item,
|
820
|
+
:reference_id)
|
821
|
+
SENSITIVE = []
|
822
|
+
include Aws::Structure
|
823
|
+
end
|
824
|
+
|
825
|
+
# Indicates the compliance drifts (recovery time objective (RTO) and
|
826
|
+
# recovery point objective (RPO)) that were detected for an assessed
|
827
|
+
# entity.
|
828
|
+
#
|
829
|
+
# @!attribute [rw] actual_reference_id
|
830
|
+
# Assessment identifier that is associated with this drift item.
|
831
|
+
# @return [String]
|
832
|
+
#
|
833
|
+
# @!attribute [rw] actual_value
|
834
|
+
# Actual compliance value of the entity.
|
835
|
+
# @return [Hash<String,Types::DisruptionCompliance>]
|
836
|
+
#
|
837
|
+
# @!attribute [rw] app_id
|
838
|
+
# Identifier of your application.
|
839
|
+
# @return [String]
|
840
|
+
#
|
841
|
+
# @!attribute [rw] app_version
|
842
|
+
# Published version of your application on which drift was detected.
|
843
|
+
# @return [String]
|
844
|
+
#
|
845
|
+
# @!attribute [rw] diff_type
|
846
|
+
# Difference type between actual and expected recovery point objective
|
847
|
+
# (RPO) and recovery time objective (RTO) values. Currently,
|
848
|
+
# Resilience Hub supports only **NotEqual** difference type.
|
849
|
+
# @return [String]
|
850
|
+
#
|
851
|
+
# @!attribute [rw] drift_type
|
852
|
+
# The type of drift detected. Currently, Resilience Hub supports only
|
853
|
+
# **ApplicationCompliance** drift type.
|
854
|
+
# @return [String]
|
855
|
+
#
|
856
|
+
# @!attribute [rw] entity_id
|
857
|
+
# Identifier of an entity in which drift was detected. For compliance
|
858
|
+
# drift, the entity ID can be either application ID or the
|
859
|
+
# AppComponent ID.
|
860
|
+
# @return [String]
|
861
|
+
#
|
862
|
+
# @!attribute [rw] entity_type
|
863
|
+
# The type of entity in which drift was detected. For compliance
|
864
|
+
# drifts, Resilience Hub supports `AWS::ResilienceHub::AppComponent`
|
865
|
+
# and `AWS::ResilienceHub::Application`.
|
866
|
+
# @return [String]
|
867
|
+
#
|
868
|
+
# @!attribute [rw] expected_reference_id
|
869
|
+
# Assessment identifier of a previous assessment of the same
|
870
|
+
# application version. Resilience Hub uses the previous assessment
|
871
|
+
# (associated with the reference identifier) to compare the compliance
|
872
|
+
# with the current assessment to identify drifts.
|
873
|
+
# @return [String]
|
874
|
+
#
|
875
|
+
# @!attribute [rw] expected_value
|
876
|
+
# The expected compliance value of an entity.
|
877
|
+
# @return [Hash<String,Types::DisruptionCompliance>]
|
878
|
+
#
|
879
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ComplianceDrift AWS API Documentation
|
880
|
+
#
|
881
|
+
class ComplianceDrift < Struct.new(
|
882
|
+
:actual_reference_id,
|
883
|
+
:actual_value,
|
884
|
+
:app_id,
|
885
|
+
:app_version,
|
886
|
+
:diff_type,
|
887
|
+
:drift_type,
|
888
|
+
:entity_id,
|
889
|
+
:entity_type,
|
890
|
+
:expected_reference_id,
|
891
|
+
:expected_value)
|
621
892
|
SENSITIVE = []
|
622
893
|
include Aws::Structure
|
623
894
|
end
|
@@ -627,15 +898,15 @@ module Aws::ResilienceHub
|
|
627
898
|
# configuration recommendations, and recommendation statuses.
|
628
899
|
#
|
629
900
|
# @!attribute [rw] app_component_name
|
630
|
-
#
|
901
|
+
# Name of the Application Component.
|
631
902
|
# @return [String]
|
632
903
|
#
|
633
904
|
# @!attribute [rw] config_recommendations
|
634
|
-
#
|
905
|
+
# List of recommendations.
|
635
906
|
# @return [Array<Types::ConfigRecommendation>]
|
636
907
|
#
|
637
908
|
# @!attribute [rw] recommendation_status
|
638
|
-
#
|
909
|
+
# Status of the recommendation.
|
639
910
|
# @return [String]
|
640
911
|
#
|
641
912
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ComponentRecommendation AWS API Documentation
|
@@ -648,10 +919,10 @@ module Aws::ResilienceHub
|
|
648
919
|
include Aws::Structure
|
649
920
|
end
|
650
921
|
|
651
|
-
# Defines a configuration
|
922
|
+
# Defines a recommendation configuration.
|
652
923
|
#
|
653
924
|
# @!attribute [rw] app_component_name
|
654
|
-
#
|
925
|
+
# Name of the Application Component.
|
655
926
|
# @return [String]
|
656
927
|
#
|
657
928
|
# @!attribute [rw] compliance
|
@@ -685,7 +956,7 @@ module Aws::ResilienceHub
|
|
685
956
|
# @return [Hash<String,Types::RecommendationDisruptionCompliance>]
|
686
957
|
#
|
687
958
|
# @!attribute [rw] reference_id
|
688
|
-
#
|
959
|
+
# Reference identifier for the recommendation configuration.
|
689
960
|
# @return [String]
|
690
961
|
#
|
691
962
|
# @!attribute [rw] suggested_changes
|
@@ -777,13 +1048,25 @@ module Aws::ResilienceHub
|
|
777
1048
|
# The optional description for an app.
|
778
1049
|
# @return [String]
|
779
1050
|
#
|
1051
|
+
# @!attribute [rw] event_subscriptions
|
1052
|
+
# The list of events you would like to subscribe and get notification
|
1053
|
+
# for. Currently, Resilience Hub supports only **Drift detected** and
|
1054
|
+
# **Scheduled assessment failure** events notification.
|
1055
|
+
# @return [Array<Types::EventSubscription>]
|
1056
|
+
#
|
780
1057
|
# @!attribute [rw] name
|
781
|
-
#
|
1058
|
+
# Name of the application.
|
782
1059
|
# @return [String]
|
783
1060
|
#
|
1061
|
+
# @!attribute [rw] permission_model
|
1062
|
+
# Defines the roles and credentials that Resilience Hub would use
|
1063
|
+
# while creating the application, importing its resources, and running
|
1064
|
+
# an assessment.
|
1065
|
+
# @return [Types::PermissionModel]
|
1066
|
+
#
|
784
1067
|
# @!attribute [rw] policy_arn
|
785
|
-
#
|
786
|
-
#
|
1068
|
+
# Amazon Resource Name (ARN) of the resiliency policy. The format for
|
1069
|
+
# this ARN is:
|
787
1070
|
# arn:`partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-id`.
|
788
1071
|
# For more information about ARNs, see [ Amazon Resource Names
|
789
1072
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
@@ -794,8 +1077,8 @@ module Aws::ResilienceHub
|
|
794
1077
|
# @return [String]
|
795
1078
|
#
|
796
1079
|
# @!attribute [rw] tags
|
797
|
-
#
|
798
|
-
#
|
1080
|
+
# Tags assigned to the resource. A tag is a label that you assign to
|
1081
|
+
# an Amazon Web Services resource. Each tag consists of a key/value
|
799
1082
|
# pair.
|
800
1083
|
# @return [Hash<String,String>]
|
801
1084
|
#
|
@@ -805,7 +1088,9 @@ module Aws::ResilienceHub
|
|
805
1088
|
:assessment_schedule,
|
806
1089
|
:client_token,
|
807
1090
|
:description,
|
1091
|
+
:event_subscriptions,
|
808
1092
|
:name,
|
1093
|
+
:permission_model,
|
809
1094
|
:policy_arn,
|
810
1095
|
:tags)
|
811
1096
|
SENSITIVE = [:tags]
|
@@ -832,8 +1117,8 @@ module Aws::ResilienceHub
|
|
832
1117
|
# @return [Hash<String,Array<String>>]
|
833
1118
|
#
|
834
1119
|
# @!attribute [rw] app_arn
|
835
|
-
#
|
836
|
-
#
|
1120
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
1121
|
+
# format for this ARN is:
|
837
1122
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
838
1123
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
839
1124
|
# in the *AWS General Reference* guide.
|
@@ -853,16 +1138,16 @@ module Aws::ResilienceHub
|
|
853
1138
|
# @return [String]
|
854
1139
|
#
|
855
1140
|
# @!attribute [rw] id
|
856
|
-
#
|
1141
|
+
# Identifier of the Application Component.
|
857
1142
|
# @return [String]
|
858
1143
|
#
|
859
1144
|
# @!attribute [rw] name
|
860
|
-
#
|
1145
|
+
# Name of the Application Component.
|
861
1146
|
# @return [String]
|
862
1147
|
#
|
863
1148
|
# @!attribute [rw] type
|
864
|
-
#
|
865
|
-
#
|
1149
|
+
# Type of Application Component. For more information about the types
|
1150
|
+
# of Application Component, see [Grouping resources in an
|
866
1151
|
# AppComponent][1].
|
867
1152
|
#
|
868
1153
|
#
|
@@ -884,8 +1169,8 @@ module Aws::ResilienceHub
|
|
884
1169
|
end
|
885
1170
|
|
886
1171
|
# @!attribute [rw] app_arn
|
887
|
-
#
|
888
|
-
#
|
1172
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
1173
|
+
# format for this ARN is:
|
889
1174
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
890
1175
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
891
1176
|
# in the *AWS General Reference* guide.
|
@@ -896,11 +1181,11 @@ module Aws::ResilienceHub
|
|
896
1181
|
# @return [String]
|
897
1182
|
#
|
898
1183
|
# @!attribute [rw] app_component
|
899
|
-
#
|
1184
|
+
# List of Application Components that belong to this resource.
|
900
1185
|
# @return [Types::AppComponent]
|
901
1186
|
#
|
902
1187
|
# @!attribute [rw] app_version
|
903
|
-
#
|
1188
|
+
# Resilience Hub application version.
|
904
1189
|
# @return [String]
|
905
1190
|
#
|
906
1191
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/CreateAppVersionAppComponentResponse AWS API Documentation
|
@@ -919,8 +1204,8 @@ module Aws::ResilienceHub
|
|
919
1204
|
# @return [Hash<String,Array<String>>]
|
920
1205
|
#
|
921
1206
|
# @!attribute [rw] app_arn
|
922
|
-
#
|
923
|
-
#
|
1207
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
1208
|
+
# format for this ARN is:
|
924
1209
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
925
1210
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
926
1211
|
# in the *AWS General Reference* guide.
|
@@ -931,17 +1216,17 @@ module Aws::ResilienceHub
|
|
931
1216
|
# @return [String]
|
932
1217
|
#
|
933
1218
|
# @!attribute [rw] app_components
|
934
|
-
#
|
935
|
-
#
|
936
|
-
#
|
1219
|
+
# List of Application Components that this resource belongs to. If an
|
1220
|
+
# Application Component is not part of the Resilience Hub application,
|
1221
|
+
# it will be added.
|
937
1222
|
# @return [Array<String>]
|
938
1223
|
#
|
939
1224
|
# @!attribute [rw] aws_account_id
|
940
|
-
#
|
1225
|
+
# Amazon Web Services account that owns the physical resource.
|
941
1226
|
# @return [String]
|
942
1227
|
#
|
943
1228
|
# @!attribute [rw] aws_region
|
944
|
-
#
|
1229
|
+
# Amazon Web Services region that owns the physical resource.
|
945
1230
|
# @return [String]
|
946
1231
|
#
|
947
1232
|
# @!attribute [rw] client_token
|
@@ -954,19 +1239,19 @@ module Aws::ResilienceHub
|
|
954
1239
|
# @return [String]
|
955
1240
|
#
|
956
1241
|
# @!attribute [rw] logical_resource_id
|
957
|
-
#
|
1242
|
+
# Logical identifier of the resource.
|
958
1243
|
# @return [Types::LogicalResourceId]
|
959
1244
|
#
|
960
1245
|
# @!attribute [rw] physical_resource_id
|
961
|
-
#
|
1246
|
+
# Physical identifier of the resource.
|
962
1247
|
# @return [String]
|
963
1248
|
#
|
964
1249
|
# @!attribute [rw] resource_name
|
965
|
-
#
|
1250
|
+
# Name of the resource.
|
966
1251
|
# @return [String]
|
967
1252
|
#
|
968
1253
|
# @!attribute [rw] resource_type
|
969
|
-
#
|
1254
|
+
# Type of resource.
|
970
1255
|
# @return [String]
|
971
1256
|
#
|
972
1257
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/CreateAppVersionResourceRequest AWS API Documentation
|
@@ -987,8 +1272,8 @@ module Aws::ResilienceHub
|
|
987
1272
|
end
|
988
1273
|
|
989
1274
|
# @!attribute [rw] app_arn
|
990
|
-
#
|
991
|
-
#
|
1275
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
1276
|
+
# format for this ARN is:
|
992
1277
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
993
1278
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
994
1279
|
# in the *AWS General Reference* guide.
|
@@ -999,7 +1284,7 @@ module Aws::ResilienceHub
|
|
999
1284
|
# @return [String]
|
1000
1285
|
#
|
1001
1286
|
# @!attribute [rw] app_version
|
1002
|
-
#
|
1287
|
+
# Resilience Hub application version.
|
1003
1288
|
# @return [String]
|
1004
1289
|
#
|
1005
1290
|
# @!attribute [rw] physical_resource
|
@@ -1019,8 +1304,8 @@ module Aws::ResilienceHub
|
|
1019
1304
|
end
|
1020
1305
|
|
1021
1306
|
# @!attribute [rw] assessment_arn
|
1022
|
-
#
|
1023
|
-
#
|
1307
|
+
# Amazon Resource Name (ARN) of the assessment. The format for this
|
1308
|
+
# ARN is:
|
1024
1309
|
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
1025
1310
|
# For more information about ARNs, see [ Amazon Resource Names
|
1026
1311
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
@@ -1083,8 +1368,8 @@ module Aws::ResilienceHub
|
|
1083
1368
|
# @return [Array<String>]
|
1084
1369
|
#
|
1085
1370
|
# @!attribute [rw] tags
|
1086
|
-
#
|
1087
|
-
#
|
1371
|
+
# Tags assigned to the resource. A tag is a label that you assign to
|
1372
|
+
# an Amazon Web Services resource. Each tag consists of a key/value
|
1088
1373
|
# pair.
|
1089
1374
|
# @return [Hash<String,String>]
|
1090
1375
|
#
|
@@ -1145,8 +1430,8 @@ module Aws::ResilienceHub
|
|
1145
1430
|
# @return [String]
|
1146
1431
|
#
|
1147
1432
|
# @!attribute [rw] tags
|
1148
|
-
#
|
1149
|
-
#
|
1433
|
+
# Tags assigned to the resource. A tag is a label that you assign to
|
1434
|
+
# an Amazon Web Services resource. Each tag consists of a key/value
|
1150
1435
|
# pair.
|
1151
1436
|
# @return [Hash<String,String>]
|
1152
1437
|
#
|
@@ -1184,8 +1469,8 @@ module Aws::ResilienceHub
|
|
1184
1469
|
end
|
1185
1470
|
|
1186
1471
|
# @!attribute [rw] assessment_arn
|
1187
|
-
#
|
1188
|
-
#
|
1472
|
+
# Amazon Resource Name (ARN) of the assessment. The format for this
|
1473
|
+
# ARN is:
|
1189
1474
|
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
1190
1475
|
# For more information about ARNs, see [ Amazon Resource Names
|
1191
1476
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
@@ -1214,8 +1499,8 @@ module Aws::ResilienceHub
|
|
1214
1499
|
end
|
1215
1500
|
|
1216
1501
|
# @!attribute [rw] assessment_arn
|
1217
|
-
#
|
1218
|
-
#
|
1502
|
+
# Amazon Resource Name (ARN) of the assessment. The format for this
|
1503
|
+
# ARN is:
|
1219
1504
|
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
1220
1505
|
# For more information about ARNs, see [ Amazon Resource Names
|
1221
1506
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
@@ -1239,8 +1524,8 @@ module Aws::ResilienceHub
|
|
1239
1524
|
end
|
1240
1525
|
|
1241
1526
|
# @!attribute [rw] app_arn
|
1242
|
-
#
|
1243
|
-
#
|
1527
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
1528
|
+
# format for this ARN is:
|
1244
1529
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1245
1530
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1246
1531
|
# in the *AWS General Reference* guide.
|
@@ -1293,8 +1578,8 @@ module Aws::ResilienceHub
|
|
1293
1578
|
end
|
1294
1579
|
|
1295
1580
|
# @!attribute [rw] app_arn
|
1296
|
-
#
|
1297
|
-
#
|
1581
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
1582
|
+
# format for this ARN is:
|
1298
1583
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1299
1584
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1300
1585
|
# in the *AWS General Reference* guide.
|
@@ -1305,7 +1590,7 @@ module Aws::ResilienceHub
|
|
1305
1590
|
# @return [String]
|
1306
1591
|
#
|
1307
1592
|
# @!attribute [rw] app_input_source
|
1308
|
-
#
|
1593
|
+
# Name of the input source from where the application resource is
|
1309
1594
|
# imported from.
|
1310
1595
|
# @return [Types::AppInputSource]
|
1311
1596
|
#
|
@@ -1319,8 +1604,8 @@ module Aws::ResilienceHub
|
|
1319
1604
|
end
|
1320
1605
|
|
1321
1606
|
# @!attribute [rw] app_arn
|
1322
|
-
#
|
1323
|
-
#
|
1607
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
1608
|
+
# format for this ARN is:
|
1324
1609
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1325
1610
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1326
1611
|
# in the *AWS General Reference* guide.
|
@@ -1355,8 +1640,8 @@ module Aws::ResilienceHub
|
|
1355
1640
|
end
|
1356
1641
|
|
1357
1642
|
# @!attribute [rw] app_arn
|
1358
|
-
#
|
1359
|
-
#
|
1643
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
1644
|
+
# format for this ARN is:
|
1360
1645
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1361
1646
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1362
1647
|
# in the *AWS General Reference* guide.
|
@@ -1375,8 +1660,8 @@ module Aws::ResilienceHub
|
|
1375
1660
|
end
|
1376
1661
|
|
1377
1662
|
# @!attribute [rw] app_arn
|
1378
|
-
#
|
1379
|
-
#
|
1663
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
1664
|
+
# format for this ARN is:
|
1380
1665
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1381
1666
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1382
1667
|
# in the *AWS General Reference* guide.
|
@@ -1396,7 +1681,7 @@ module Aws::ResilienceHub
|
|
1396
1681
|
# @return [String]
|
1397
1682
|
#
|
1398
1683
|
# @!attribute [rw] id
|
1399
|
-
#
|
1684
|
+
# Identifier of the Application Component.
|
1400
1685
|
# @return [String]
|
1401
1686
|
#
|
1402
1687
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DeleteAppVersionAppComponentRequest AWS API Documentation
|
@@ -1410,8 +1695,8 @@ module Aws::ResilienceHub
|
|
1410
1695
|
end
|
1411
1696
|
|
1412
1697
|
# @!attribute [rw] app_arn
|
1413
|
-
#
|
1414
|
-
#
|
1698
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
1699
|
+
# format for this ARN is:
|
1415
1700
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1416
1701
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1417
1702
|
# in the *AWS General Reference* guide.
|
@@ -1422,11 +1707,11 @@ module Aws::ResilienceHub
|
|
1422
1707
|
# @return [String]
|
1423
1708
|
#
|
1424
1709
|
# @!attribute [rw] app_component
|
1425
|
-
#
|
1710
|
+
# List of Application Components that belong to this resource.
|
1426
1711
|
# @return [Types::AppComponent]
|
1427
1712
|
#
|
1428
1713
|
# @!attribute [rw] app_version
|
1429
|
-
#
|
1714
|
+
# Resilience Hub application version.
|
1430
1715
|
# @return [String]
|
1431
1716
|
#
|
1432
1717
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DeleteAppVersionAppComponentResponse AWS API Documentation
|
@@ -1440,8 +1725,8 @@ module Aws::ResilienceHub
|
|
1440
1725
|
end
|
1441
1726
|
|
1442
1727
|
# @!attribute [rw] app_arn
|
1443
|
-
#
|
1444
|
-
#
|
1728
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
1729
|
+
# format for this ARN is:
|
1445
1730
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1446
1731
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1447
1732
|
# in the *AWS General Reference* guide.
|
@@ -1452,11 +1737,11 @@ module Aws::ResilienceHub
|
|
1452
1737
|
# @return [String]
|
1453
1738
|
#
|
1454
1739
|
# @!attribute [rw] aws_account_id
|
1455
|
-
#
|
1740
|
+
# Amazon Web Services account that owns the physical resource.
|
1456
1741
|
# @return [String]
|
1457
1742
|
#
|
1458
1743
|
# @!attribute [rw] aws_region
|
1459
|
-
#
|
1744
|
+
# Amazon Web Services region that owns the physical resource.
|
1460
1745
|
# @return [String]
|
1461
1746
|
#
|
1462
1747
|
# @!attribute [rw] client_token
|
@@ -1469,15 +1754,15 @@ module Aws::ResilienceHub
|
|
1469
1754
|
# @return [String]
|
1470
1755
|
#
|
1471
1756
|
# @!attribute [rw] logical_resource_id
|
1472
|
-
#
|
1757
|
+
# Logical identifier of the resource.
|
1473
1758
|
# @return [Types::LogicalResourceId]
|
1474
1759
|
#
|
1475
1760
|
# @!attribute [rw] physical_resource_id
|
1476
|
-
#
|
1761
|
+
# Physical identifier of the resource.
|
1477
1762
|
# @return [String]
|
1478
1763
|
#
|
1479
1764
|
# @!attribute [rw] resource_name
|
1480
|
-
#
|
1765
|
+
# Name of the resource.
|
1481
1766
|
# @return [String]
|
1482
1767
|
#
|
1483
1768
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DeleteAppVersionResourceRequest AWS API Documentation
|
@@ -1495,8 +1780,8 @@ module Aws::ResilienceHub
|
|
1495
1780
|
end
|
1496
1781
|
|
1497
1782
|
# @!attribute [rw] app_arn
|
1498
|
-
#
|
1499
|
-
#
|
1783
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
1784
|
+
# format for this ARN is:
|
1500
1785
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1501
1786
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1502
1787
|
# in the *AWS General Reference* guide.
|
@@ -1507,7 +1792,7 @@ module Aws::ResilienceHub
|
|
1507
1792
|
# @return [String]
|
1508
1793
|
#
|
1509
1794
|
# @!attribute [rw] app_version
|
1510
|
-
#
|
1795
|
+
# Resilience Hub application version.
|
1511
1796
|
# @return [String]
|
1512
1797
|
#
|
1513
1798
|
# @!attribute [rw] physical_resource
|
@@ -1553,7 +1838,7 @@ module Aws::ResilienceHub
|
|
1553
1838
|
# @return [String]
|
1554
1839
|
#
|
1555
1840
|
# @!attribute [rw] status
|
1556
|
-
#
|
1841
|
+
# Status of the action.
|
1557
1842
|
# @return [String]
|
1558
1843
|
#
|
1559
1844
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DeleteRecommendationTemplateResponse AWS API Documentation
|
@@ -1575,8 +1860,8 @@ module Aws::ResilienceHub
|
|
1575
1860
|
# @return [String]
|
1576
1861
|
#
|
1577
1862
|
# @!attribute [rw] policy_arn
|
1578
|
-
#
|
1579
|
-
#
|
1863
|
+
# Amazon Resource Name (ARN) of the resiliency policy. The format for
|
1864
|
+
# this ARN is:
|
1580
1865
|
# arn:`partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-id`.
|
1581
1866
|
# For more information about ARNs, see [ Amazon Resource Names
|
1582
1867
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
@@ -1596,8 +1881,8 @@ module Aws::ResilienceHub
|
|
1596
1881
|
end
|
1597
1882
|
|
1598
1883
|
# @!attribute [rw] policy_arn
|
1599
|
-
#
|
1600
|
-
#
|
1884
|
+
# Amazon Resource Name (ARN) of the resiliency policy. The format for
|
1885
|
+
# this ARN is:
|
1601
1886
|
# arn:`partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-id`.
|
1602
1887
|
# For more information about ARNs, see [ Amazon Resource Names
|
1603
1888
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
@@ -1616,8 +1901,8 @@ module Aws::ResilienceHub
|
|
1616
1901
|
end
|
1617
1902
|
|
1618
1903
|
# @!attribute [rw] assessment_arn
|
1619
|
-
#
|
1620
|
-
#
|
1904
|
+
# Amazon Resource Name (ARN) of the assessment. The format for this
|
1905
|
+
# ARN is:
|
1621
1906
|
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
1622
1907
|
# For more information about ARNs, see [ Amazon Resource Names
|
1623
1908
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
@@ -1651,8 +1936,8 @@ module Aws::ResilienceHub
|
|
1651
1936
|
end
|
1652
1937
|
|
1653
1938
|
# @!attribute [rw] app_arn
|
1654
|
-
#
|
1655
|
-
#
|
1939
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
1940
|
+
# format for this ARN is:
|
1656
1941
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1657
1942
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1658
1943
|
# in the *AWS General Reference* guide.
|
@@ -1685,8 +1970,8 @@ module Aws::ResilienceHub
|
|
1685
1970
|
end
|
1686
1971
|
|
1687
1972
|
# @!attribute [rw] app_arn
|
1688
|
-
#
|
1689
|
-
#
|
1973
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
1974
|
+
# format for this ARN is:
|
1690
1975
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1691
1976
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1692
1977
|
# in the *AWS General Reference* guide.
|
@@ -1697,11 +1982,11 @@ module Aws::ResilienceHub
|
|
1697
1982
|
# @return [String]
|
1698
1983
|
#
|
1699
1984
|
# @!attribute [rw] app_version
|
1700
|
-
#
|
1985
|
+
# Resilience Hub application version.
|
1701
1986
|
# @return [String]
|
1702
1987
|
#
|
1703
1988
|
# @!attribute [rw] id
|
1704
|
-
#
|
1989
|
+
# Identifier of the Application Component.
|
1705
1990
|
# @return [String]
|
1706
1991
|
#
|
1707
1992
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeAppVersionAppComponentRequest AWS API Documentation
|
@@ -1715,8 +2000,8 @@ module Aws::ResilienceHub
|
|
1715
2000
|
end
|
1716
2001
|
|
1717
2002
|
# @!attribute [rw] app_arn
|
1718
|
-
#
|
1719
|
-
#
|
2003
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
2004
|
+
# format for this ARN is:
|
1720
2005
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1721
2006
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1722
2007
|
# in the *AWS General Reference* guide.
|
@@ -1727,11 +2012,11 @@ module Aws::ResilienceHub
|
|
1727
2012
|
# @return [String]
|
1728
2013
|
#
|
1729
2014
|
# @!attribute [rw] app_component
|
1730
|
-
#
|
2015
|
+
# List of Application Components that belong to this resource.
|
1731
2016
|
# @return [Types::AppComponent]
|
1732
2017
|
#
|
1733
2018
|
# @!attribute [rw] app_version
|
1734
|
-
#
|
2019
|
+
# Resilience Hub application version.
|
1735
2020
|
# @return [String]
|
1736
2021
|
#
|
1737
2022
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeAppVersionAppComponentResponse AWS API Documentation
|
@@ -1745,8 +2030,8 @@ module Aws::ResilienceHub
|
|
1745
2030
|
end
|
1746
2031
|
|
1747
2032
|
# @!attribute [rw] app_arn
|
1748
|
-
#
|
1749
|
-
#
|
2033
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
2034
|
+
# format for this ARN is:
|
1750
2035
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1751
2036
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1752
2037
|
# in the *AWS General Reference* guide.
|
@@ -1757,7 +2042,7 @@ module Aws::ResilienceHub
|
|
1757
2042
|
# @return [String]
|
1758
2043
|
#
|
1759
2044
|
# @!attribute [rw] app_version
|
1760
|
-
#
|
2045
|
+
# Resilience Hub application version.
|
1761
2046
|
# @return [String]
|
1762
2047
|
#
|
1763
2048
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeAppVersionRequest AWS API Documentation
|
@@ -1770,8 +2055,8 @@ module Aws::ResilienceHub
|
|
1770
2055
|
end
|
1771
2056
|
|
1772
2057
|
# @!attribute [rw] app_arn
|
1773
|
-
#
|
1774
|
-
#
|
2058
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
2059
|
+
# format for this ARN is:
|
1775
2060
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1776
2061
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1777
2062
|
# in the *AWS General Reference* guide.
|
@@ -1782,27 +2067,27 @@ module Aws::ResilienceHub
|
|
1782
2067
|
# @return [String]
|
1783
2068
|
#
|
1784
2069
|
# @!attribute [rw] app_version
|
1785
|
-
#
|
2070
|
+
# Resilience Hub application version.
|
1786
2071
|
# @return [String]
|
1787
2072
|
#
|
1788
2073
|
# @!attribute [rw] aws_account_id
|
1789
|
-
#
|
2074
|
+
# Amazon Web Services account that owns the physical resource.
|
1790
2075
|
# @return [String]
|
1791
2076
|
#
|
1792
2077
|
# @!attribute [rw] aws_region
|
1793
|
-
#
|
2078
|
+
# Amazon Web Services region that owns the physical resource.
|
1794
2079
|
# @return [String]
|
1795
2080
|
#
|
1796
2081
|
# @!attribute [rw] logical_resource_id
|
1797
|
-
#
|
2082
|
+
# Logical identifier of the resource.
|
1798
2083
|
# @return [Types::LogicalResourceId]
|
1799
2084
|
#
|
1800
2085
|
# @!attribute [rw] physical_resource_id
|
1801
|
-
#
|
2086
|
+
# Physical identifier of the resource.
|
1802
2087
|
# @return [String]
|
1803
2088
|
#
|
1804
2089
|
# @!attribute [rw] resource_name
|
1805
|
-
#
|
2090
|
+
# Name of the resource.
|
1806
2091
|
# @return [String]
|
1807
2092
|
#
|
1808
2093
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeAppVersionResourceRequest AWS API Documentation
|
@@ -1820,8 +2105,8 @@ module Aws::ResilienceHub
|
|
1820
2105
|
end
|
1821
2106
|
|
1822
2107
|
# @!attribute [rw] app_arn
|
1823
|
-
#
|
1824
|
-
#
|
2108
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
2109
|
+
# format for this ARN is:
|
1825
2110
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1826
2111
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1827
2112
|
# in the *AWS General Reference* guide.
|
@@ -1832,7 +2117,7 @@ module Aws::ResilienceHub
|
|
1832
2117
|
# @return [String]
|
1833
2118
|
#
|
1834
2119
|
# @!attribute [rw] app_version
|
1835
|
-
#
|
2120
|
+
# Resilience Hub application version.
|
1836
2121
|
# @return [String]
|
1837
2122
|
#
|
1838
2123
|
# @!attribute [rw] physical_resource
|
@@ -1852,8 +2137,8 @@ module Aws::ResilienceHub
|
|
1852
2137
|
end
|
1853
2138
|
|
1854
2139
|
# @!attribute [rw] app_arn
|
1855
|
-
#
|
1856
|
-
#
|
2140
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
2141
|
+
# format for this ARN is:
|
1857
2142
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1858
2143
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1859
2144
|
# in the *AWS General Reference* guide.
|
@@ -1882,8 +2167,8 @@ module Aws::ResilienceHub
|
|
1882
2167
|
end
|
1883
2168
|
|
1884
2169
|
# @!attribute [rw] app_arn
|
1885
|
-
#
|
1886
|
-
#
|
2170
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
2171
|
+
# format for this ARN is:
|
1887
2172
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1888
2173
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1889
2174
|
# in the *AWS General Reference* guide.
|
@@ -1906,7 +2191,7 @@ module Aws::ResilienceHub
|
|
1906
2191
|
# @return [String]
|
1907
2192
|
#
|
1908
2193
|
# @!attribute [rw] status
|
1909
|
-
#
|
2194
|
+
# Status of the action.
|
1910
2195
|
# @return [String]
|
1911
2196
|
#
|
1912
2197
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeAppVersionResourcesResolutionStatusResponse AWS API Documentation
|
@@ -1937,8 +2222,8 @@ module Aws::ResilienceHub
|
|
1937
2222
|
# @return [Hash<String,Array<String>>]
|
1938
2223
|
#
|
1939
2224
|
# @!attribute [rw] app_arn
|
1940
|
-
#
|
1941
|
-
#
|
2225
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
2226
|
+
# format for this ARN is:
|
1942
2227
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1943
2228
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1944
2229
|
# in the *AWS General Reference* guide.
|
@@ -1949,7 +2234,7 @@ module Aws::ResilienceHub
|
|
1949
2234
|
# @return [String]
|
1950
2235
|
#
|
1951
2236
|
# @!attribute [rw] app_version
|
1952
|
-
#
|
2237
|
+
# Resilience Hub application version.
|
1953
2238
|
# @return [String]
|
1954
2239
|
#
|
1955
2240
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeAppVersionResponse AWS API Documentation
|
@@ -1963,8 +2248,8 @@ module Aws::ResilienceHub
|
|
1963
2248
|
end
|
1964
2249
|
|
1965
2250
|
# @!attribute [rw] app_arn
|
1966
|
-
#
|
1967
|
-
#
|
2251
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
2252
|
+
# format for this ARN is:
|
1968
2253
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1969
2254
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1970
2255
|
# in the *AWS General Reference* guide.
|
@@ -1988,8 +2273,8 @@ module Aws::ResilienceHub
|
|
1988
2273
|
end
|
1989
2274
|
|
1990
2275
|
# @!attribute [rw] app_arn
|
1991
|
-
#
|
1992
|
-
#
|
2276
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
2277
|
+
# format for this ARN is:
|
1993
2278
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1994
2279
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1995
2280
|
# in the *AWS General Reference* guide.
|
@@ -2021,7 +2306,7 @@ module Aws::ResilienceHub
|
|
2021
2306
|
#
|
2022
2307
|
# * <i> <code>logicalResourceId</code> </i>
|
2023
2308
|
#
|
2024
|
-
#
|
2309
|
+
# Logical identifier of the resource.
|
2025
2310
|
#
|
2026
2311
|
# Type: Object
|
2027
2312
|
#
|
@@ -2029,7 +2314,7 @@ module Aws::ResilienceHub
|
|
2029
2314
|
#
|
2030
2315
|
# * `identifier`
|
2031
2316
|
#
|
2032
|
-
#
|
2317
|
+
# Identifier of the resource.
|
2033
2318
|
#
|
2034
2319
|
# Type: String
|
2035
2320
|
#
|
@@ -2054,7 +2339,7 @@ module Aws::ResilienceHub
|
|
2054
2339
|
#
|
2055
2340
|
# * `eksSourceName`
|
2056
2341
|
#
|
2057
|
-
#
|
2342
|
+
# Name of the Amazon Elastic Kubernetes Service cluster and
|
2058
2343
|
# namespace this resource belongs to.
|
2059
2344
|
#
|
2060
2345
|
# <note markdown="1"> This parameter accepts values in "eks-cluster/namespace"
|
@@ -2096,8 +2381,8 @@ module Aws::ResilienceHub
|
|
2096
2381
|
#
|
2097
2382
|
# * <b> <code>appComponents</code> </b>
|
2098
2383
|
#
|
2099
|
-
#
|
2100
|
-
#
|
2384
|
+
# List of Application Components that this resource belongs to. If
|
2385
|
+
# an Application Component is not part of the Resilience Hub
|
2101
2386
|
# application, it will be added.
|
2102
2387
|
#
|
2103
2388
|
# Type: Array
|
@@ -2106,15 +2391,15 @@ module Aws::ResilienceHub
|
|
2106
2391
|
#
|
2107
2392
|
# * `name`
|
2108
2393
|
#
|
2109
|
-
#
|
2394
|
+
# Name of the Application Component.
|
2110
2395
|
#
|
2111
2396
|
# Type: String
|
2112
2397
|
#
|
2113
2398
|
# * `type`
|
2114
2399
|
#
|
2115
|
-
#
|
2116
|
-
#
|
2117
|
-
#
|
2400
|
+
# Type of Application Component. For more information about the
|
2401
|
+
# types of Application Component, see [Grouping resources in an
|
2402
|
+
# AppComponent][2].
|
2118
2403
|
#
|
2119
2404
|
# Type: String
|
2120
2405
|
#
|
@@ -2158,7 +2443,7 @@ module Aws::ResilienceHub
|
|
2158
2443
|
#
|
2159
2444
|
# * <i> <code>logicalResourceIds</code> </i>
|
2160
2445
|
#
|
2161
|
-
#
|
2446
|
+
# Logical identifier of the resource.
|
2162
2447
|
#
|
2163
2448
|
# Type: Object
|
2164
2449
|
#
|
@@ -2178,7 +2463,7 @@ module Aws::ResilienceHub
|
|
2178
2463
|
#
|
2179
2464
|
# * `identifier`
|
2180
2465
|
#
|
2181
|
-
#
|
2466
|
+
# Identifier of the resource.
|
2182
2467
|
#
|
2183
2468
|
# Type: String
|
2184
2469
|
#
|
@@ -2203,7 +2488,7 @@ module Aws::ResilienceHub
|
|
2203
2488
|
#
|
2204
2489
|
# * `eksSourceName`
|
2205
2490
|
#
|
2206
|
-
#
|
2491
|
+
# Name of the Amazon Elastic Kubernetes Service cluster and
|
2207
2492
|
# namespace this resource belongs to.
|
2208
2493
|
#
|
2209
2494
|
# <note markdown="1"> This parameter accepts values in "eks-cluster/namespace"
|
@@ -2215,7 +2500,7 @@ module Aws::ResilienceHub
|
|
2215
2500
|
#
|
2216
2501
|
# * <b> <code>version</code> </b>
|
2217
2502
|
#
|
2218
|
-
#
|
2503
|
+
# Resilience Hub application version.
|
2219
2504
|
#
|
2220
2505
|
# * `additionalInfo`
|
2221
2506
|
#
|
@@ -2255,8 +2540,8 @@ module Aws::ResilienceHub
|
|
2255
2540
|
end
|
2256
2541
|
|
2257
2542
|
# @!attribute [rw] app_arn
|
2258
|
-
#
|
2259
|
-
#
|
2543
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
2544
|
+
# format for this ARN is:
|
2260
2545
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2261
2546
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2262
2547
|
# in the *AWS General Reference* guide.
|
@@ -2275,8 +2560,8 @@ module Aws::ResilienceHub
|
|
2275
2560
|
end
|
2276
2561
|
|
2277
2562
|
# @!attribute [rw] app_arn
|
2278
|
-
#
|
2279
|
-
#
|
2563
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
2564
|
+
# format for this ARN is:
|
2280
2565
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2281
2566
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2282
2567
|
# in the *AWS General Reference* guide.
|
@@ -2295,7 +2580,7 @@ module Aws::ResilienceHub
|
|
2295
2580
|
# @return [String]
|
2296
2581
|
#
|
2297
2582
|
# @!attribute [rw] status
|
2298
|
-
#
|
2583
|
+
# Status of the action.
|
2299
2584
|
# @return [String]
|
2300
2585
|
#
|
2301
2586
|
# @!attribute [rw] status_change_time
|
@@ -2315,8 +2600,8 @@ module Aws::ResilienceHub
|
|
2315
2600
|
end
|
2316
2601
|
|
2317
2602
|
# @!attribute [rw] policy_arn
|
2318
|
-
#
|
2319
|
-
#
|
2603
|
+
# Amazon Resource Name (ARN) of the resiliency policy. The format for
|
2604
|
+
# this ARN is:
|
2320
2605
|
# arn:`partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-id`.
|
2321
2606
|
# For more information about ARNs, see [ Amazon Resource Names
|
2322
2607
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
@@ -2381,7 +2666,7 @@ module Aws::ResilienceHub
|
|
2381
2666
|
# @return [String]
|
2382
2667
|
#
|
2383
2668
|
# @!attribute [rw] rpo_reference_id
|
2384
|
-
#
|
2669
|
+
# Reference identifier of the RPO .
|
2385
2670
|
# @return [String]
|
2386
2671
|
#
|
2387
2672
|
# @!attribute [rw] rto_description
|
@@ -2389,7 +2674,7 @@ module Aws::ResilienceHub
|
|
2389
2674
|
# @return [String]
|
2390
2675
|
#
|
2391
2676
|
# @!attribute [rw] rto_reference_id
|
2392
|
-
#
|
2677
|
+
# Reference identifier of the RTO.
|
2393
2678
|
# @return [String]
|
2394
2679
|
#
|
2395
2680
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DisruptionCompliance AWS API Documentation
|
@@ -2412,8 +2697,8 @@ module Aws::ResilienceHub
|
|
2412
2697
|
# The input source of the Amazon Elastic Kubernetes Service cluster.
|
2413
2698
|
#
|
2414
2699
|
# @!attribute [rw] eks_cluster_arn
|
2415
|
-
#
|
2416
|
-
#
|
2700
|
+
# Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes Service
|
2701
|
+
# cluster. The format for this ARN is:
|
2417
2702
|
# arn:`aws`:eks:`region`:`account-id`:cluster/`cluster-name`. For more
|
2418
2703
|
# information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
2419
2704
|
# the *AWS General Reference* guide.
|
@@ -2441,8 +2726,8 @@ module Aws::ResilienceHub
|
|
2441
2726
|
# Elastic Kubernetes Service cluster.
|
2442
2727
|
#
|
2443
2728
|
# @!attribute [rw] eks_cluster_arn
|
2444
|
-
#
|
2445
|
-
#
|
2729
|
+
# Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes Service
|
2730
|
+
# cluster. The format for this ARN is:
|
2446
2731
|
# arn:`aws`:eks:`region`:`account-id`:cluster/`cluster-name`. For more
|
2447
2732
|
# information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
2448
2733
|
# the *AWS General Reference* guide.
|
@@ -2466,6 +2751,43 @@ module Aws::ResilienceHub
|
|
2466
2751
|
include Aws::Structure
|
2467
2752
|
end
|
2468
2753
|
|
2754
|
+
# Indicates an event you would like to subscribe and get notification
|
2755
|
+
# for. Currently, Resilience Hub supports notifications only for **Drift
|
2756
|
+
# detected** and **Scheduled assessment failure** events.
|
2757
|
+
#
|
2758
|
+
# @!attribute [rw] event_type
|
2759
|
+
# The type of event you would like to subscribe and get notification
|
2760
|
+
# for. Currently, Resilience Hub supports notifications only for
|
2761
|
+
# **Drift detected** (`DriftDetected`) and **Scheduled assessment
|
2762
|
+
# failure** (`ScheduledAssessmentFailure`) events.
|
2763
|
+
# @return [String]
|
2764
|
+
#
|
2765
|
+
# @!attribute [rw] name
|
2766
|
+
# Unique name to identify an event subscription.
|
2767
|
+
# @return [String]
|
2768
|
+
#
|
2769
|
+
# @!attribute [rw] sns_topic_arn
|
2770
|
+
# Amazon Resource Name (ARN) of the Amazon Simple Notification Service
|
2771
|
+
# topic. The format for this ARN is:
|
2772
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2773
|
+
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2774
|
+
# in the *AWS General Reference* guide.
|
2775
|
+
#
|
2776
|
+
#
|
2777
|
+
#
|
2778
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
2779
|
+
# @return [String]
|
2780
|
+
#
|
2781
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/EventSubscription AWS API Documentation
|
2782
|
+
#
|
2783
|
+
class EventSubscription < Struct.new(
|
2784
|
+
:event_type,
|
2785
|
+
:name,
|
2786
|
+
:sns_topic_arn)
|
2787
|
+
SENSITIVE = []
|
2788
|
+
include Aws::Structure
|
2789
|
+
end
|
2790
|
+
|
2469
2791
|
# Defines a failure policy.
|
2470
2792
|
#
|
2471
2793
|
# @!attribute [rw] rpo_in_secs
|
@@ -2486,8 +2808,8 @@ module Aws::ResilienceHub
|
|
2486
2808
|
end
|
2487
2809
|
|
2488
2810
|
# @!attribute [rw] app_arn
|
2489
|
-
#
|
2490
|
-
#
|
2811
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
2812
|
+
# format for this ARN is:
|
2491
2813
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2492
2814
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2493
2815
|
# in the *AWS General Reference* guide.
|
@@ -2528,8 +2850,8 @@ module Aws::ResilienceHub
|
|
2528
2850
|
end
|
2529
2851
|
|
2530
2852
|
# @!attribute [rw] app_arn
|
2531
|
-
#
|
2532
|
-
#
|
2853
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
2854
|
+
# format for this ARN is:
|
2533
2855
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2534
2856
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2535
2857
|
# in the *AWS General Reference* guide.
|
@@ -2554,7 +2876,7 @@ module Aws::ResilienceHub
|
|
2554
2876
|
# @return [Array<String>]
|
2555
2877
|
#
|
2556
2878
|
# @!attribute [rw] status
|
2557
|
-
#
|
2879
|
+
# Status of the action.
|
2558
2880
|
# @return [String]
|
2559
2881
|
#
|
2560
2882
|
# @!attribute [rw] terraform_sources
|
@@ -2589,8 +2911,8 @@ module Aws::ResilienceHub
|
|
2589
2911
|
end
|
2590
2912
|
|
2591
2913
|
# @!attribute [rw] assessment_arn
|
2592
|
-
#
|
2593
|
-
#
|
2914
|
+
# Amazon Resource Name (ARN) of the assessment. The format for this
|
2915
|
+
# ARN is:
|
2594
2916
|
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
2595
2917
|
# For more information about ARNs, see [ Amazon Resource Names
|
2596
2918
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
@@ -2601,7 +2923,7 @@ module Aws::ResilienceHub
|
|
2601
2923
|
# @return [String]
|
2602
2924
|
#
|
2603
2925
|
# @!attribute [rw] max_results
|
2604
|
-
#
|
2926
|
+
# Maximum number of results to include in the response. If more
|
2605
2927
|
# results exist than the specified `MaxResults` value, a token is
|
2606
2928
|
# included in the response so that the remaining results can be
|
2607
2929
|
# retrieved.
|
@@ -2630,7 +2952,7 @@ module Aws::ResilienceHub
|
|
2630
2952
|
# @return [Array<Types::AlarmRecommendation>]
|
2631
2953
|
#
|
2632
2954
|
# @!attribute [rw] next_token
|
2633
|
-
#
|
2955
|
+
# Token for the next set of results, or null if there are no more
|
2634
2956
|
# results.
|
2635
2957
|
# @return [String]
|
2636
2958
|
#
|
@@ -2643,9 +2965,60 @@ module Aws::ResilienceHub
|
|
2643
2965
|
include Aws::Structure
|
2644
2966
|
end
|
2645
2967
|
|
2968
|
+
# @!attribute [rw] assessment_arn
|
2969
|
+
# Amazon Resource Name (ARN) of the assessment. The format for this
|
2970
|
+
# ARN is:
|
2971
|
+
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
2972
|
+
# For more information about ARNs, see [ Amazon Resource Names
|
2973
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
2974
|
+
#
|
2975
|
+
#
|
2976
|
+
#
|
2977
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
2978
|
+
# @return [String]
|
2979
|
+
#
|
2980
|
+
# @!attribute [rw] max_results
|
2981
|
+
# Indicates the maximum number of applications requested.
|
2982
|
+
# @return [Integer]
|
2983
|
+
#
|
2984
|
+
# @!attribute [rw] next_token
|
2985
|
+
# Indicates the unique token number of the next application to be
|
2986
|
+
# checked for compliance and regulatory requirements from the list of
|
2987
|
+
# applications.
|
2988
|
+
# @return [String]
|
2989
|
+
#
|
2990
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAppAssessmentComplianceDriftsRequest AWS API Documentation
|
2991
|
+
#
|
2992
|
+
class ListAppAssessmentComplianceDriftsRequest < Struct.new(
|
2993
|
+
:assessment_arn,
|
2994
|
+
:max_results,
|
2995
|
+
:next_token)
|
2996
|
+
SENSITIVE = []
|
2997
|
+
include Aws::Structure
|
2998
|
+
end
|
2999
|
+
|
3000
|
+
# @!attribute [rw] compliance_drifts
|
3001
|
+
# Indicates compliance drifts (recovery time objective (RTO) and
|
3002
|
+
# recovery point objective (RPO)) detected for an assessed entity.
|
3003
|
+
# @return [Array<Types::ComplianceDrift>]
|
3004
|
+
#
|
3005
|
+
# @!attribute [rw] next_token
|
3006
|
+
# Token number of the next application to be checked for compliance
|
3007
|
+
# and regulatory requirements from the list of applications.
|
3008
|
+
# @return [String]
|
3009
|
+
#
|
3010
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAppAssessmentComplianceDriftsResponse AWS API Documentation
|
3011
|
+
#
|
3012
|
+
class ListAppAssessmentComplianceDriftsResponse < Struct.new(
|
3013
|
+
:compliance_drifts,
|
3014
|
+
:next_token)
|
3015
|
+
SENSITIVE = []
|
3016
|
+
include Aws::Structure
|
3017
|
+
end
|
3018
|
+
|
2646
3019
|
# @!attribute [rw] app_arn
|
2647
|
-
#
|
2648
|
-
#
|
3020
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
3021
|
+
# format for this ARN is:
|
2649
3022
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2650
3023
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2651
3024
|
# in the *AWS General Reference* guide.
|
@@ -2673,7 +3046,7 @@ module Aws::ResilienceHub
|
|
2673
3046
|
# @return [String]
|
2674
3047
|
#
|
2675
3048
|
# @!attribute [rw] max_results
|
2676
|
-
#
|
3049
|
+
# Maximum number of results to include in the response. If more
|
2677
3050
|
# results exist than the specified `MaxResults` value, a token is
|
2678
3051
|
# included in the response so that the remaining results can be
|
2679
3052
|
# retrieved.
|
@@ -2712,7 +3085,7 @@ module Aws::ResilienceHub
|
|
2712
3085
|
# @return [Array<Types::AppAssessmentSummary>]
|
2713
3086
|
#
|
2714
3087
|
# @!attribute [rw] next_token
|
2715
|
-
#
|
3088
|
+
# Token for the next set of results, or null if there are no more
|
2716
3089
|
# results.
|
2717
3090
|
# @return [String]
|
2718
3091
|
#
|
@@ -2726,8 +3099,8 @@ module Aws::ResilienceHub
|
|
2726
3099
|
end
|
2727
3100
|
|
2728
3101
|
# @!attribute [rw] assessment_arn
|
2729
|
-
#
|
2730
|
-
#
|
3102
|
+
# Amazon Resource Name (ARN) of the assessment. The format for this
|
3103
|
+
# ARN is:
|
2731
3104
|
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
2732
3105
|
# For more information about ARNs, see [ Amazon Resource Names
|
2733
3106
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
@@ -2738,7 +3111,7 @@ module Aws::ResilienceHub
|
|
2738
3111
|
# @return [String]
|
2739
3112
|
#
|
2740
3113
|
# @!attribute [rw] max_results
|
2741
|
-
#
|
3114
|
+
# Maximum number of results to include in the response. If more
|
2742
3115
|
# results exist than the specified `MaxResults` value, a token is
|
2743
3116
|
# included in the response so that the remaining results can be
|
2744
3117
|
# retrieved.
|
@@ -2767,7 +3140,7 @@ module Aws::ResilienceHub
|
|
2767
3140
|
# @return [Array<Types::AppComponentCompliance>]
|
2768
3141
|
#
|
2769
3142
|
# @!attribute [rw] next_token
|
2770
|
-
#
|
3143
|
+
# Token for the next set of results, or null if there are no more
|
2771
3144
|
# results.
|
2772
3145
|
# @return [String]
|
2773
3146
|
#
|
@@ -2781,8 +3154,8 @@ module Aws::ResilienceHub
|
|
2781
3154
|
end
|
2782
3155
|
|
2783
3156
|
# @!attribute [rw] assessment_arn
|
2784
|
-
#
|
2785
|
-
#
|
3157
|
+
# Amazon Resource Name (ARN) of the assessment. The format for this
|
3158
|
+
# ARN is:
|
2786
3159
|
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
2787
3160
|
# For more information about ARNs, see [ Amazon Resource Names
|
2788
3161
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
@@ -2793,7 +3166,7 @@ module Aws::ResilienceHub
|
|
2793
3166
|
# @return [String]
|
2794
3167
|
#
|
2795
3168
|
# @!attribute [rw] max_results
|
2796
|
-
#
|
3169
|
+
# Maximum number of results to include in the response. If more
|
2797
3170
|
# results exist than the specified `MaxResults` value, a token is
|
2798
3171
|
# included in the response so that the remaining results can be
|
2799
3172
|
# retrieved.
|
@@ -2822,7 +3195,7 @@ module Aws::ResilienceHub
|
|
2822
3195
|
# @return [Array<Types::ComponentRecommendation>]
|
2823
3196
|
#
|
2824
3197
|
# @!attribute [rw] next_token
|
2825
|
-
#
|
3198
|
+
# Token for the next set of results, or null if there are no more
|
2826
3199
|
# results.
|
2827
3200
|
# @return [String]
|
2828
3201
|
#
|
@@ -2836,8 +3209,8 @@ module Aws::ResilienceHub
|
|
2836
3209
|
end
|
2837
3210
|
|
2838
3211
|
# @!attribute [rw] app_arn
|
2839
|
-
#
|
2840
|
-
#
|
3212
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
3213
|
+
# format for this ARN is:
|
2841
3214
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2842
3215
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2843
3216
|
# in the *AWS General Reference* guide.
|
@@ -2848,7 +3221,7 @@ module Aws::ResilienceHub
|
|
2848
3221
|
# @return [String]
|
2849
3222
|
#
|
2850
3223
|
# @!attribute [rw] app_version
|
2851
|
-
#
|
3224
|
+
# Resilience Hub application version.
|
2852
3225
|
# @return [String]
|
2853
3226
|
#
|
2854
3227
|
# @!attribute [rw] max_results
|
@@ -2877,7 +3250,7 @@ module Aws::ResilienceHub
|
|
2877
3250
|
# @return [Array<Types::AppInputSource>]
|
2878
3251
|
#
|
2879
3252
|
# @!attribute [rw] next_token
|
2880
|
-
#
|
3253
|
+
# Token for the next set of results, or null if there are no more
|
2881
3254
|
# results.
|
2882
3255
|
# @return [String]
|
2883
3256
|
#
|
@@ -2891,8 +3264,8 @@ module Aws::ResilienceHub
|
|
2891
3264
|
end
|
2892
3265
|
|
2893
3266
|
# @!attribute [rw] app_arn
|
2894
|
-
#
|
2895
|
-
#
|
3267
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
3268
|
+
# format for this ARN is:
|
2896
3269
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2897
3270
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2898
3271
|
# in the *AWS General Reference* guide.
|
@@ -2903,7 +3276,7 @@ module Aws::ResilienceHub
|
|
2903
3276
|
# @return [String]
|
2904
3277
|
#
|
2905
3278
|
# @!attribute [rw] app_version
|
2906
|
-
#
|
3279
|
+
# Version of the Application Component.
|
2907
3280
|
# @return [String]
|
2908
3281
|
#
|
2909
3282
|
# @!attribute [rw] max_results
|
@@ -2928,8 +3301,8 @@ module Aws::ResilienceHub
|
|
2928
3301
|
end
|
2929
3302
|
|
2930
3303
|
# @!attribute [rw] app_arn
|
2931
|
-
#
|
2932
|
-
#
|
3304
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
3305
|
+
# format for this ARN is:
|
2933
3306
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2934
3307
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2935
3308
|
# in the *AWS General Reference* guide.
|
@@ -2944,11 +3317,11 @@ module Aws::ResilienceHub
|
|
2944
3317
|
# @return [Array<Types::AppComponent>]
|
2945
3318
|
#
|
2946
3319
|
# @!attribute [rw] app_version
|
2947
|
-
#
|
3320
|
+
# Resilience Hub application version.
|
2948
3321
|
# @return [String]
|
2949
3322
|
#
|
2950
3323
|
# @!attribute [rw] next_token
|
2951
|
-
#
|
3324
|
+
# Token for the next set of results, or null if there are no more
|
2952
3325
|
# results.
|
2953
3326
|
# @return [String]
|
2954
3327
|
#
|
@@ -2964,8 +3337,8 @@ module Aws::ResilienceHub
|
|
2964
3337
|
end
|
2965
3338
|
|
2966
3339
|
# @!attribute [rw] app_arn
|
2967
|
-
#
|
2968
|
-
#
|
3340
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
3341
|
+
# format for this ARN is:
|
2969
3342
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2970
3343
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2971
3344
|
# in the *AWS General Reference* guide.
|
@@ -2980,7 +3353,7 @@ module Aws::ResilienceHub
|
|
2980
3353
|
# @return [String]
|
2981
3354
|
#
|
2982
3355
|
# @!attribute [rw] max_results
|
2983
|
-
#
|
3356
|
+
# Maximum number of results to include in the response. If more
|
2984
3357
|
# results exist than the specified `MaxResults` value, a token is
|
2985
3358
|
# included in the response so that the remaining results can be
|
2986
3359
|
# retrieved.
|
@@ -3003,7 +3376,7 @@ module Aws::ResilienceHub
|
|
3003
3376
|
end
|
3004
3377
|
|
3005
3378
|
# @!attribute [rw] next_token
|
3006
|
-
#
|
3379
|
+
# Token for the next set of results, or null if there are no more
|
3007
3380
|
# results.
|
3008
3381
|
# @return [String]
|
3009
3382
|
#
|
@@ -3026,8 +3399,8 @@ module Aws::ResilienceHub
|
|
3026
3399
|
end
|
3027
3400
|
|
3028
3401
|
# @!attribute [rw] app_arn
|
3029
|
-
#
|
3030
|
-
#
|
3402
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
3403
|
+
# format for this ARN is:
|
3031
3404
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3032
3405
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
3033
3406
|
# in the *AWS General Reference* guide.
|
@@ -3042,7 +3415,7 @@ module Aws::ResilienceHub
|
|
3042
3415
|
# @return [String]
|
3043
3416
|
#
|
3044
3417
|
# @!attribute [rw] max_results
|
3045
|
-
#
|
3418
|
+
# Maximum number of results to include in the response. If more
|
3046
3419
|
# results exist than the specified `MaxResults` value, a token is
|
3047
3420
|
# included in the response so that the remaining results can be
|
3048
3421
|
# retrieved.
|
@@ -3070,7 +3443,7 @@ module Aws::ResilienceHub
|
|
3070
3443
|
end
|
3071
3444
|
|
3072
3445
|
# @!attribute [rw] next_token
|
3073
|
-
#
|
3446
|
+
# Token for the next set of results, or null if there are no more
|
3074
3447
|
# results.
|
3075
3448
|
# @return [String]
|
3076
3449
|
#
|
@@ -3093,8 +3466,8 @@ module Aws::ResilienceHub
|
|
3093
3466
|
end
|
3094
3467
|
|
3095
3468
|
# @!attribute [rw] app_arn
|
3096
|
-
#
|
3097
|
-
#
|
3469
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
3470
|
+
# format for this ARN is:
|
3098
3471
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3099
3472
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
3100
3473
|
# in the *AWS General Reference* guide.
|
@@ -3104,8 +3477,12 @@ module Aws::ResilienceHub
|
|
3104
3477
|
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
3105
3478
|
# @return [String]
|
3106
3479
|
#
|
3480
|
+
# @!attribute [rw] end_time
|
3481
|
+
# Upper limit of the time range to filter the application versions.
|
3482
|
+
# @return [Time]
|
3483
|
+
#
|
3107
3484
|
# @!attribute [rw] max_results
|
3108
|
-
#
|
3485
|
+
# Maximum number of results to include in the response. If more
|
3109
3486
|
# results exist than the specified `MaxResults` value, a token is
|
3110
3487
|
# included in the response so that the remaining results can be
|
3111
3488
|
# retrieved.
|
@@ -3116,12 +3493,18 @@ module Aws::ResilienceHub
|
|
3116
3493
|
# results.
|
3117
3494
|
# @return [String]
|
3118
3495
|
#
|
3496
|
+
# @!attribute [rw] start_time
|
3497
|
+
# Lower limit of the time range to filter the application versions.
|
3498
|
+
# @return [Time]
|
3499
|
+
#
|
3119
3500
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAppVersionsRequest AWS API Documentation
|
3120
3501
|
#
|
3121
3502
|
class ListAppVersionsRequest < Struct.new(
|
3122
3503
|
:app_arn,
|
3504
|
+
:end_time,
|
3123
3505
|
:max_results,
|
3124
|
-
:next_token
|
3506
|
+
:next_token,
|
3507
|
+
:start_time)
|
3125
3508
|
SENSITIVE = []
|
3126
3509
|
include Aws::Structure
|
3127
3510
|
end
|
@@ -3131,7 +3514,7 @@ module Aws::ResilienceHub
|
|
3131
3514
|
# @return [Array<Types::AppVersionSummary>]
|
3132
3515
|
#
|
3133
3516
|
# @!attribute [rw] next_token
|
3134
|
-
#
|
3517
|
+
# Token for the next set of results, or null if there are no more
|
3135
3518
|
# results.
|
3136
3519
|
# @return [String]
|
3137
3520
|
#
|
@@ -3145,8 +3528,8 @@ module Aws::ResilienceHub
|
|
3145
3528
|
end
|
3146
3529
|
|
3147
3530
|
# @!attribute [rw] app_arn
|
3148
|
-
#
|
3149
|
-
#
|
3531
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
3532
|
+
# format for this ARN is:
|
3150
3533
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3151
3534
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
3152
3535
|
# in the *AWS General Reference* guide.
|
@@ -3157,7 +3540,7 @@ module Aws::ResilienceHub
|
|
3157
3540
|
# @return [String]
|
3158
3541
|
#
|
3159
3542
|
# @!attribute [rw] max_results
|
3160
|
-
#
|
3543
|
+
# Maximum number of results to include in the response. If more
|
3161
3544
|
# results exist than the specified `MaxResults` value, a token is
|
3162
3545
|
# included in the response so that the remaining results can be
|
3163
3546
|
# retrieved.
|
@@ -3188,7 +3571,7 @@ module Aws::ResilienceHub
|
|
3188
3571
|
# @return [Array<Types::AppSummary>]
|
3189
3572
|
#
|
3190
3573
|
# @!attribute [rw] next_token
|
3191
|
-
#
|
3574
|
+
# Token for the next set of results, or null if there are no more
|
3192
3575
|
# results.
|
3193
3576
|
# @return [String]
|
3194
3577
|
#
|
@@ -3202,8 +3585,8 @@ module Aws::ResilienceHub
|
|
3202
3585
|
end
|
3203
3586
|
|
3204
3587
|
# @!attribute [rw] assessment_arn
|
3205
|
-
#
|
3206
|
-
#
|
3588
|
+
# Amazon Resource Name (ARN) of the assessment. The format for this
|
3589
|
+
# ARN is:
|
3207
3590
|
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
3208
3591
|
# For more information about ARNs, see [ Amazon Resource Names
|
3209
3592
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
@@ -3214,7 +3597,7 @@ module Aws::ResilienceHub
|
|
3214
3597
|
# @return [String]
|
3215
3598
|
#
|
3216
3599
|
# @!attribute [rw] max_results
|
3217
|
-
#
|
3600
|
+
# Maximum number of results to include in the response. If more
|
3218
3601
|
# results exist than the specified `MaxResults` value, a token is
|
3219
3602
|
# included in the response so that the remaining results can be
|
3220
3603
|
# retrieved.
|
@@ -3239,7 +3622,7 @@ module Aws::ResilienceHub
|
|
3239
3622
|
# @return [Boolean]
|
3240
3623
|
#
|
3241
3624
|
# @!attribute [rw] status
|
3242
|
-
#
|
3625
|
+
# Status of the action.
|
3243
3626
|
# @return [Array<String>]
|
3244
3627
|
#
|
3245
3628
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListRecommendationTemplatesRequest AWS API Documentation
|
@@ -3257,7 +3640,7 @@ module Aws::ResilienceHub
|
|
3257
3640
|
end
|
3258
3641
|
|
3259
3642
|
# @!attribute [rw] next_token
|
3260
|
-
#
|
3643
|
+
# Token for the next set of results, or null if there are no more
|
3261
3644
|
# results.
|
3262
3645
|
# @return [String]
|
3263
3646
|
#
|
@@ -3275,7 +3658,7 @@ module Aws::ResilienceHub
|
|
3275
3658
|
end
|
3276
3659
|
|
3277
3660
|
# @!attribute [rw] max_results
|
3278
|
-
#
|
3661
|
+
# Maximum number of results to include in the response. If more
|
3279
3662
|
# results exist than the specified `MaxResults` value, a token is
|
3280
3663
|
# included in the response so that the remaining results can be
|
3281
3664
|
# retrieved.
|
@@ -3301,7 +3684,7 @@ module Aws::ResilienceHub
|
|
3301
3684
|
end
|
3302
3685
|
|
3303
3686
|
# @!attribute [rw] next_token
|
3304
|
-
#
|
3687
|
+
# Token for the next set of results, or null if there are no more
|
3305
3688
|
# results.
|
3306
3689
|
# @return [String]
|
3307
3690
|
#
|
@@ -3319,8 +3702,8 @@ module Aws::ResilienceHub
|
|
3319
3702
|
end
|
3320
3703
|
|
3321
3704
|
# @!attribute [rw] assessment_arn
|
3322
|
-
#
|
3323
|
-
#
|
3705
|
+
# Amazon Resource Name (ARN) of the assessment. The format for this
|
3706
|
+
# ARN is:
|
3324
3707
|
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
3325
3708
|
# For more information about ARNs, see [ Amazon Resource Names
|
3326
3709
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
@@ -3331,7 +3714,7 @@ module Aws::ResilienceHub
|
|
3331
3714
|
# @return [String]
|
3332
3715
|
#
|
3333
3716
|
# @!attribute [rw] max_results
|
3334
|
-
#
|
3717
|
+
# Maximum number of results to include in the response. If more
|
3335
3718
|
# results exist than the specified `MaxResults` value, a token is
|
3336
3719
|
# included in the response so that the remaining results can be
|
3337
3720
|
# retrieved.
|
@@ -3353,7 +3736,7 @@ module Aws::ResilienceHub
|
|
3353
3736
|
end
|
3354
3737
|
|
3355
3738
|
# @!attribute [rw] next_token
|
3356
|
-
#
|
3739
|
+
# Token for the next set of results, or null if there are no more
|
3357
3740
|
# results.
|
3358
3741
|
# @return [String]
|
3359
3742
|
#
|
@@ -3372,7 +3755,7 @@ module Aws::ResilienceHub
|
|
3372
3755
|
end
|
3373
3756
|
|
3374
3757
|
# @!attribute [rw] max_results
|
3375
|
-
#
|
3758
|
+
# Maximum number of results to include in the response. If more
|
3376
3759
|
# results exist than the specified `MaxResults` value, a token is
|
3377
3760
|
# included in the response so that the remaining results can be
|
3378
3761
|
# retrieved.
|
@@ -3393,7 +3776,7 @@ module Aws::ResilienceHub
|
|
3393
3776
|
end
|
3394
3777
|
|
3395
3778
|
# @!attribute [rw] next_token
|
3396
|
-
#
|
3779
|
+
# Token for the next set of results, or null if there are no more
|
3397
3780
|
# results.
|
3398
3781
|
# @return [String]
|
3399
3782
|
#
|
@@ -3425,8 +3808,8 @@ module Aws::ResilienceHub
|
|
3425
3808
|
end
|
3426
3809
|
|
3427
3810
|
# @!attribute [rw] tags
|
3428
|
-
#
|
3429
|
-
#
|
3811
|
+
# Tags assigned to the resource. A tag is a label that you assign to
|
3812
|
+
# an Amazon Web Services resource. Each tag consists of a key/value
|
3430
3813
|
# pair.
|
3431
3814
|
# @return [Hash<String,String>]
|
3432
3815
|
#
|
@@ -3439,8 +3822,8 @@ module Aws::ResilienceHub
|
|
3439
3822
|
end
|
3440
3823
|
|
3441
3824
|
# @!attribute [rw] assessment_arn
|
3442
|
-
#
|
3443
|
-
#
|
3825
|
+
# Amazon Resource Name (ARN) of the assessment. The format for this
|
3826
|
+
# ARN is:
|
3444
3827
|
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
3445
3828
|
# For more information about ARNs, see [ Amazon Resource Names
|
3446
3829
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
@@ -3451,7 +3834,7 @@ module Aws::ResilienceHub
|
|
3451
3834
|
# @return [String]
|
3452
3835
|
#
|
3453
3836
|
# @!attribute [rw] max_results
|
3454
|
-
#
|
3837
|
+
# Maximum number of results to include in the response. If more
|
3455
3838
|
# results exist than the specified `MaxResults` value, a token is
|
3456
3839
|
# included in the response so that the remaining results can be
|
3457
3840
|
# retrieved.
|
@@ -3473,7 +3856,7 @@ module Aws::ResilienceHub
|
|
3473
3856
|
end
|
3474
3857
|
|
3475
3858
|
# @!attribute [rw] next_token
|
3476
|
-
#
|
3859
|
+
# Token for the next set of results, or null if there are no more
|
3477
3860
|
# results.
|
3478
3861
|
# @return [String]
|
3479
3862
|
#
|
@@ -3491,8 +3874,8 @@ module Aws::ResilienceHub
|
|
3491
3874
|
end
|
3492
3875
|
|
3493
3876
|
# @!attribute [rw] app_arn
|
3494
|
-
#
|
3495
|
-
#
|
3877
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
3878
|
+
# format for this ARN is:
|
3496
3879
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3497
3880
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
3498
3881
|
# in the *AWS General Reference* guide.
|
@@ -3507,7 +3890,7 @@ module Aws::ResilienceHub
|
|
3507
3890
|
# @return [String]
|
3508
3891
|
#
|
3509
3892
|
# @!attribute [rw] max_results
|
3510
|
-
#
|
3893
|
+
# Maximum number of results to include in the response. If more
|
3511
3894
|
# results exist than the specified `MaxResults` value, a token is
|
3512
3895
|
# included in the response so that the remaining results can be
|
3513
3896
|
# retrieved.
|
@@ -3535,7 +3918,7 @@ module Aws::ResilienceHub
|
|
3535
3918
|
end
|
3536
3919
|
|
3537
3920
|
# @!attribute [rw] next_token
|
3538
|
-
#
|
3921
|
+
# Token for the next set of results, or null if there are no more
|
3539
3922
|
# results.
|
3540
3923
|
# @return [String]
|
3541
3924
|
#
|
@@ -3560,8 +3943,8 @@ module Aws::ResilienceHub
|
|
3560
3943
|
# Defines a logical resource identifier.
|
3561
3944
|
#
|
3562
3945
|
# @!attribute [rw] eks_source_name
|
3563
|
-
#
|
3564
|
-
#
|
3946
|
+
# Name of the Amazon Elastic Kubernetes Service cluster and namespace
|
3947
|
+
# this resource belongs to.
|
3565
3948
|
#
|
3566
3949
|
# <note markdown="1"> This parameter accepts values in "eks-cluster/namespace" format.
|
3567
3950
|
#
|
@@ -3569,7 +3952,7 @@ module Aws::ResilienceHub
|
|
3569
3952
|
# @return [String]
|
3570
3953
|
#
|
3571
3954
|
# @!attribute [rw] identifier
|
3572
|
-
#
|
3955
|
+
# Identifier of the resource.
|
3573
3956
|
# @return [String]
|
3574
3957
|
#
|
3575
3958
|
# @!attribute [rw] logical_stack_name
|
@@ -3596,6 +3979,53 @@ module Aws::ResilienceHub
|
|
3596
3979
|
include Aws::Structure
|
3597
3980
|
end
|
3598
3981
|
|
3982
|
+
# Defines the roles and credentials that Resilience Hub would use while
|
3983
|
+
# creating the application, importing its resources, and running an
|
3984
|
+
# assessment.
|
3985
|
+
#
|
3986
|
+
# @!attribute [rw] cross_account_role_arns
|
3987
|
+
# Defines a list of role Amazon Resource Names (ARNs) to be used in
|
3988
|
+
# other accounts. These ARNs are used for querying purposes while
|
3989
|
+
# importing resources and assessing your application.
|
3990
|
+
#
|
3991
|
+
# <note markdown="1"> * These ARNs are required only when your resources are in other
|
3992
|
+
# accounts and you have different role name in these accounts. Else,
|
3993
|
+
# the invoker role name will be used in the other accounts.
|
3994
|
+
#
|
3995
|
+
# * These roles must have a trust policy with `iam:AssumeRole`
|
3996
|
+
# permission to the invoker role in the primary account.
|
3997
|
+
#
|
3998
|
+
# </note>
|
3999
|
+
# @return [Array<String>]
|
4000
|
+
#
|
4001
|
+
# @!attribute [rw] invoker_role_name
|
4002
|
+
# Existing Amazon Web Services IAM role name in the primary Amazon Web
|
4003
|
+
# Services account that will be assumed by Resilience Hub Service
|
4004
|
+
# Principle to obtain a read-only access to your application resources
|
4005
|
+
# while running an assessment.
|
4006
|
+
#
|
4007
|
+
# <note markdown="1"> You must have `iam:passRole` permission for this role while creating
|
4008
|
+
# or updating the application.
|
4009
|
+
#
|
4010
|
+
# </note>
|
4011
|
+
# @return [String]
|
4012
|
+
#
|
4013
|
+
# @!attribute [rw] type
|
4014
|
+
# Defines how Resilience Hub scans your resources. It can scan for the
|
4015
|
+
# resources by using a pre-existing role in your Amazon Web Services
|
4016
|
+
# account, or by using the credentials of the current IAM user.
|
4017
|
+
# @return [String]
|
4018
|
+
#
|
4019
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/PermissionModel AWS API Documentation
|
4020
|
+
#
|
4021
|
+
class PermissionModel < Struct.new(
|
4022
|
+
:cross_account_role_arns,
|
4023
|
+
:invoker_role_name,
|
4024
|
+
:type)
|
4025
|
+
SENSITIVE = []
|
4026
|
+
include Aws::Structure
|
4027
|
+
end
|
4028
|
+
|
3599
4029
|
# Defines a physical resource. A physical resource is a resource that
|
3600
4030
|
# exists in your account. It can be identified using an Amazon Resource
|
3601
4031
|
# Name (ARN) or an Resilience Hub-native identifier.
|
@@ -3630,15 +4060,15 @@ module Aws::ResilienceHub
|
|
3630
4060
|
# @return [Boolean]
|
3631
4061
|
#
|
3632
4062
|
# @!attribute [rw] logical_resource_id
|
3633
|
-
#
|
4063
|
+
# Logical identifier of the resource.
|
3634
4064
|
# @return [Types::LogicalResourceId]
|
3635
4065
|
#
|
3636
4066
|
# @!attribute [rw] parent_resource_name
|
3637
|
-
#
|
4067
|
+
# Name of the parent resource.
|
3638
4068
|
# @return [String]
|
3639
4069
|
#
|
3640
4070
|
# @!attribute [rw] physical_resource_id
|
3641
|
-
#
|
4071
|
+
# Identifier of the physical resource.
|
3642
4072
|
# @return [Types::PhysicalResourceId]
|
3643
4073
|
#
|
3644
4074
|
# @!attribute [rw] resource_name
|
@@ -3650,7 +4080,7 @@ module Aws::ResilienceHub
|
|
3650
4080
|
# @return [String]
|
3651
4081
|
#
|
3652
4082
|
# @!attribute [rw] source_type
|
3653
|
-
#
|
4083
|
+
# Type of input source.
|
3654
4084
|
# @return [String]
|
3655
4085
|
#
|
3656
4086
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/PhysicalResource AWS API Documentation
|
@@ -3681,7 +4111,7 @@ module Aws::ResilienceHub
|
|
3681
4111
|
# @return [String]
|
3682
4112
|
#
|
3683
4113
|
# @!attribute [rw] identifier
|
3684
|
-
#
|
4114
|
+
# Identifier of the physical resource.
|
3685
4115
|
# @return [String]
|
3686
4116
|
#
|
3687
4117
|
# @!attribute [rw] type
|
@@ -3689,11 +4119,61 @@ module Aws::ResilienceHub
|
|
3689
4119
|
#
|
3690
4120
|
# Arn
|
3691
4121
|
#
|
3692
|
-
# : The resource identifier is an Amazon Resource Name (ARN)
|
4122
|
+
# : The resource identifier is an Amazon Resource Name (ARN) and it
|
4123
|
+
# can identify the following list of resources:
|
4124
|
+
#
|
4125
|
+
# * `AWS::ECS::Service`
|
4126
|
+
#
|
4127
|
+
# * `AWS::EFS::FileSystem`
|
4128
|
+
#
|
4129
|
+
# * `AWS::ElasticLoadBalancingV2::LoadBalancer`
|
4130
|
+
#
|
4131
|
+
# * `AWS::Lambda::Function`
|
4132
|
+
#
|
4133
|
+
# * `AWS::SNS::Topic`
|
3693
4134
|
#
|
3694
4135
|
# Native
|
3695
4136
|
#
|
3696
|
-
# : The resource identifier is an Resilience Hub-native identifier
|
4137
|
+
# : The resource identifier is an Resilience Hub-native identifier and
|
4138
|
+
# it can identify the following list of resources:
|
4139
|
+
#
|
4140
|
+
# * `AWS::ApiGateway::RestApi`
|
4141
|
+
#
|
4142
|
+
# * `AWS::ApiGatewayV2::Api`
|
4143
|
+
#
|
4144
|
+
# * `AWS::AutoScaling::AutoScalingGroup`
|
4145
|
+
#
|
4146
|
+
# * `AWS::DocDB::DBCluster`
|
4147
|
+
#
|
4148
|
+
# * `AWS::DocDB::DBGlobalCluster`
|
4149
|
+
#
|
4150
|
+
# * `AWS::DocDB::DBInstance`
|
4151
|
+
#
|
4152
|
+
# * `AWS::DynamoDB::GlobalTable`
|
4153
|
+
#
|
4154
|
+
# * `AWS::DynamoDB::Table`
|
4155
|
+
#
|
4156
|
+
# * `AWS::EC2::EC2Fleet`
|
4157
|
+
#
|
4158
|
+
# * `AWS::EC2::Instance`
|
4159
|
+
#
|
4160
|
+
# * `AWS::EC2::NatGateway`
|
4161
|
+
#
|
4162
|
+
# * `AWS::EC2::Volume`
|
4163
|
+
#
|
4164
|
+
# * `AWS::ElasticLoadBalancing::LoadBalancer`
|
4165
|
+
#
|
4166
|
+
# * `AWS::RDS::DBCluster`
|
4167
|
+
#
|
4168
|
+
# * `AWS::RDS::DBInstance`
|
4169
|
+
#
|
4170
|
+
# * `AWS::RDS::GlobalCluster`
|
4171
|
+
#
|
4172
|
+
# * `AWS::Route53::RecordSet`
|
4173
|
+
#
|
4174
|
+
# * `AWS::S3::Bucket`
|
4175
|
+
#
|
4176
|
+
# * `AWS::SQS::Queue`
|
3697
4177
|
# @return [String]
|
3698
4178
|
#
|
3699
4179
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/PhysicalResourceId AWS API Documentation
|
@@ -3708,8 +4188,8 @@ module Aws::ResilienceHub
|
|
3708
4188
|
end
|
3709
4189
|
|
3710
4190
|
# @!attribute [rw] app_arn
|
3711
|
-
#
|
3712
|
-
#
|
4191
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
4192
|
+
# format for this ARN is:
|
3713
4193
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3714
4194
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
3715
4195
|
# in the *AWS General Reference* guide.
|
@@ -3719,17 +4199,22 @@ module Aws::ResilienceHub
|
|
3719
4199
|
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
3720
4200
|
# @return [String]
|
3721
4201
|
#
|
4202
|
+
# @!attribute [rw] version_name
|
4203
|
+
# Name of the application version.
|
4204
|
+
# @return [String]
|
4205
|
+
#
|
3722
4206
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/PublishAppVersionRequest AWS API Documentation
|
3723
4207
|
#
|
3724
4208
|
class PublishAppVersionRequest < Struct.new(
|
3725
|
-
:app_arn
|
4209
|
+
:app_arn,
|
4210
|
+
:version_name)
|
3726
4211
|
SENSITIVE = []
|
3727
4212
|
include Aws::Structure
|
3728
4213
|
end
|
3729
4214
|
|
3730
4215
|
# @!attribute [rw] app_arn
|
3731
|
-
#
|
3732
|
-
#
|
4216
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
4217
|
+
# format for this ARN is:
|
3733
4218
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3734
4219
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
3735
4220
|
# in the *AWS General Reference* guide.
|
@@ -3743,18 +4228,28 @@ module Aws::ResilienceHub
|
|
3743
4228
|
# The version of the application.
|
3744
4229
|
# @return [String]
|
3745
4230
|
#
|
4231
|
+
# @!attribute [rw] identifier
|
4232
|
+
# Identifier of the application version.
|
4233
|
+
# @return [Integer]
|
4234
|
+
#
|
4235
|
+
# @!attribute [rw] version_name
|
4236
|
+
# Name of the application version.
|
4237
|
+
# @return [String]
|
4238
|
+
#
|
3746
4239
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/PublishAppVersionResponse AWS API Documentation
|
3747
4240
|
#
|
3748
4241
|
class PublishAppVersionResponse < Struct.new(
|
3749
4242
|
:app_arn,
|
3750
|
-
:app_version
|
4243
|
+
:app_version,
|
4244
|
+
:identifier,
|
4245
|
+
:version_name)
|
3751
4246
|
SENSITIVE = []
|
3752
4247
|
include Aws::Structure
|
3753
4248
|
end
|
3754
4249
|
|
3755
4250
|
# @!attribute [rw] app_arn
|
3756
|
-
#
|
3757
|
-
#
|
4251
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
4252
|
+
# format for this ARN is:
|
3758
4253
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3759
4254
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
3760
4255
|
# in the *AWS General Reference* guide.
|
@@ -3786,7 +4281,7 @@ module Aws::ResilienceHub
|
|
3786
4281
|
#
|
3787
4282
|
# * <i> <code>logicalResourceId</code> </i>
|
3788
4283
|
#
|
3789
|
-
#
|
4284
|
+
# Logical identifier of the resource.
|
3790
4285
|
#
|
3791
4286
|
# Type: Object
|
3792
4287
|
#
|
@@ -3794,7 +4289,7 @@ module Aws::ResilienceHub
|
|
3794
4289
|
#
|
3795
4290
|
# * `identifier`
|
3796
4291
|
#
|
3797
|
-
#
|
4292
|
+
# Identifier of the resource.
|
3798
4293
|
#
|
3799
4294
|
# Type: String
|
3800
4295
|
#
|
@@ -3819,7 +4314,7 @@ module Aws::ResilienceHub
|
|
3819
4314
|
#
|
3820
4315
|
# * `eksSourceName`
|
3821
4316
|
#
|
3822
|
-
#
|
4317
|
+
# Name of the Amazon Elastic Kubernetes Service cluster and
|
3823
4318
|
# namespace this resource belongs to.
|
3824
4319
|
#
|
3825
4320
|
# <note markdown="1"> This parameter accepts values in "eks-cluster/namespace"
|
@@ -3861,8 +4356,8 @@ module Aws::ResilienceHub
|
|
3861
4356
|
#
|
3862
4357
|
# * <b> <code>appComponents</code> </b>
|
3863
4358
|
#
|
3864
|
-
#
|
3865
|
-
#
|
4359
|
+
# List of Application Components that this resource belongs to. If
|
4360
|
+
# an Application Component is not part of the Resilience Hub
|
3866
4361
|
# application, it will be added.
|
3867
4362
|
#
|
3868
4363
|
# Type: Array
|
@@ -3871,15 +4366,15 @@ module Aws::ResilienceHub
|
|
3871
4366
|
#
|
3872
4367
|
# * `name`
|
3873
4368
|
#
|
3874
|
-
#
|
4369
|
+
# Name of the Application Component.
|
3875
4370
|
#
|
3876
4371
|
# Type: String
|
3877
4372
|
#
|
3878
4373
|
# * `type`
|
3879
4374
|
#
|
3880
|
-
#
|
3881
|
-
#
|
3882
|
-
#
|
4375
|
+
# Type of Application Component. For more information about the
|
4376
|
+
# types of Application Component, see [Grouping resources in an
|
4377
|
+
# AppComponent][2].
|
3883
4378
|
#
|
3884
4379
|
# Type: String
|
3885
4380
|
#
|
@@ -3923,7 +4418,7 @@ module Aws::ResilienceHub
|
|
3923
4418
|
#
|
3924
4419
|
# * <i> <code>logicalResourceIds</code> </i>
|
3925
4420
|
#
|
3926
|
-
#
|
4421
|
+
# Logical identifier of the resource.
|
3927
4422
|
#
|
3928
4423
|
# Type: Object
|
3929
4424
|
#
|
@@ -3943,7 +4438,7 @@ module Aws::ResilienceHub
|
|
3943
4438
|
#
|
3944
4439
|
# * `identifier`
|
3945
4440
|
#
|
3946
|
-
#
|
4441
|
+
# Identifier of the resource.
|
3947
4442
|
#
|
3948
4443
|
# Type: String
|
3949
4444
|
#
|
@@ -3968,7 +4463,7 @@ module Aws::ResilienceHub
|
|
3968
4463
|
#
|
3969
4464
|
# * `eksSourceName`
|
3970
4465
|
#
|
3971
|
-
#
|
4466
|
+
# Name of the Amazon Elastic Kubernetes Service cluster and
|
3972
4467
|
# namespace this resource belongs to.
|
3973
4468
|
#
|
3974
4469
|
# <note markdown="1"> This parameter accepts values in "eks-cluster/namespace"
|
@@ -3980,7 +4475,7 @@ module Aws::ResilienceHub
|
|
3980
4475
|
#
|
3981
4476
|
# * <b> <code>version</code> </b>
|
3982
4477
|
#
|
3983
|
-
#
|
4478
|
+
# Resilience Hub application version.
|
3984
4479
|
#
|
3985
4480
|
# * `additionalInfo`
|
3986
4481
|
#
|
@@ -4015,8 +4510,8 @@ module Aws::ResilienceHub
|
|
4015
4510
|
end
|
4016
4511
|
|
4017
4512
|
# @!attribute [rw] app_arn
|
4018
|
-
#
|
4019
|
-
#
|
4513
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
4514
|
+
# format for this ARN is:
|
4020
4515
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4021
4516
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4022
4517
|
# in the *AWS General Reference* guide.
|
@@ -4084,12 +4579,20 @@ module Aws::ResilienceHub
|
|
4084
4579
|
# Specifies if the recommendation has already been implemented.
|
4085
4580
|
# @return [Boolean]
|
4086
4581
|
#
|
4582
|
+
# @!attribute [rw] exclude_reason
|
4583
|
+
# Indicates the reason for excluding an operational recommendation.
|
4584
|
+
# @return [String]
|
4585
|
+
#
|
4586
|
+
# @!attribute [rw] excluded
|
4587
|
+
# Indicates if an operational recommendation item is excluded.
|
4588
|
+
# @return [Boolean]
|
4589
|
+
#
|
4087
4590
|
# @!attribute [rw] resource_id
|
4088
|
-
#
|
4591
|
+
# Identifier of the resource.
|
4089
4592
|
# @return [String]
|
4090
4593
|
#
|
4091
4594
|
# @!attribute [rw] target_account_id
|
4092
|
-
#
|
4595
|
+
# Identifier of the target account.
|
4093
4596
|
# @return [String]
|
4094
4597
|
#
|
4095
4598
|
# @!attribute [rw] target_region
|
@@ -4100,6 +4603,8 @@ module Aws::ResilienceHub
|
|
4100
4603
|
#
|
4101
4604
|
class RecommendationItem < Struct.new(
|
4102
4605
|
:already_implemented,
|
4606
|
+
:exclude_reason,
|
4607
|
+
:excluded,
|
4103
4608
|
:resource_id,
|
4104
4609
|
:target_account_id,
|
4105
4610
|
:target_region)
|
@@ -4111,8 +4616,8 @@ module Aws::ResilienceHub
|
|
4111
4616
|
# CreateRecommendationTemplate action.
|
4112
4617
|
#
|
4113
4618
|
# @!attribute [rw] app_arn
|
4114
|
-
#
|
4115
|
-
#
|
4619
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
4620
|
+
# format for this ARN is:
|
4116
4621
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4117
4622
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4118
4623
|
# in the *AWS General Reference* guide.
|
@@ -4123,8 +4628,8 @@ module Aws::ResilienceHub
|
|
4123
4628
|
# @return [String]
|
4124
4629
|
#
|
4125
4630
|
# @!attribute [rw] assessment_arn
|
4126
|
-
#
|
4127
|
-
#
|
4631
|
+
# Amazon Resource Name (ARN) of the assessment. The format for this
|
4632
|
+
# ARN is:
|
4128
4633
|
# arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
|
4129
4634
|
# For more information about ARNs, see [ Amazon Resource Names
|
4130
4635
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
@@ -4139,7 +4644,7 @@ module Aws::ResilienceHub
|
|
4139
4644
|
# @return [Time]
|
4140
4645
|
#
|
4141
4646
|
# @!attribute [rw] format
|
4142
|
-
#
|
4647
|
+
# Format of the recommendation template.
|
4143
4648
|
#
|
4144
4649
|
# CfnJson
|
4145
4650
|
#
|
@@ -4151,11 +4656,11 @@ module Aws::ResilienceHub
|
|
4151
4656
|
# @return [String]
|
4152
4657
|
#
|
4153
4658
|
# @!attribute [rw] message
|
4154
|
-
#
|
4659
|
+
# Message for the recommendation template.
|
4155
4660
|
# @return [String]
|
4156
4661
|
#
|
4157
4662
|
# @!attribute [rw] name
|
4158
|
-
#
|
4663
|
+
# Name for the recommendation template.
|
4159
4664
|
# @return [String]
|
4160
4665
|
#
|
4161
4666
|
# @!attribute [rw] needs_replacements
|
@@ -4168,7 +4673,7 @@ module Aws::ResilienceHub
|
|
4168
4673
|
# @return [Array<String>]
|
4169
4674
|
#
|
4170
4675
|
# @!attribute [rw] recommendation_template_arn
|
4171
|
-
#
|
4676
|
+
# Amazon Resource Name (ARN) for the recommendation template.
|
4172
4677
|
# @return [String]
|
4173
4678
|
#
|
4174
4679
|
# @!attribute [rw] recommendation_types
|
@@ -4193,12 +4698,12 @@ module Aws::ResilienceHub
|
|
4193
4698
|
# @return [Time]
|
4194
4699
|
#
|
4195
4700
|
# @!attribute [rw] status
|
4196
|
-
#
|
4701
|
+
# Status of the action.
|
4197
4702
|
# @return [String]
|
4198
4703
|
#
|
4199
4704
|
# @!attribute [rw] tags
|
4200
|
-
#
|
4201
|
-
#
|
4705
|
+
# Tags assigned to the resource. A tag is a label that you assign to
|
4706
|
+
# an Amazon Web Services resource. Each tag consists of a key/value
|
4202
4707
|
# pair.
|
4203
4708
|
# @return [Hash<String,String>]
|
4204
4709
|
#
|
@@ -4228,8 +4733,8 @@ module Aws::ResilienceHub
|
|
4228
4733
|
end
|
4229
4734
|
|
4230
4735
|
# @!attribute [rw] app_arn
|
4231
|
-
#
|
4232
|
-
#
|
4736
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
4737
|
+
# format for this ARN is:
|
4233
4738
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4234
4739
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4235
4740
|
# in the *AWS General Reference* guide.
|
@@ -4288,8 +4793,8 @@ module Aws::ResilienceHub
|
|
4288
4793
|
end
|
4289
4794
|
|
4290
4795
|
# @!attribute [rw] app_arn
|
4291
|
-
#
|
4292
|
-
#
|
4796
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
4797
|
+
# format for this ARN is:
|
4293
4798
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4294
4799
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4295
4800
|
# in the *AWS General Reference* guide.
|
@@ -4332,8 +4837,8 @@ module Aws::ResilienceHub
|
|
4332
4837
|
# @return [Hash<String,Types::FailurePolicy>]
|
4333
4838
|
#
|
4334
4839
|
# @!attribute [rw] policy_arn
|
4335
|
-
#
|
4336
|
-
#
|
4840
|
+
# Amazon Resource Name (ARN) of the resiliency policy. The format for
|
4841
|
+
# this ARN is:
|
4337
4842
|
# arn:`partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-id`.
|
4338
4843
|
# For more information about ARNs, see [ Amazon Resource Names
|
4339
4844
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
@@ -4352,8 +4857,8 @@ module Aws::ResilienceHub
|
|
4352
4857
|
# @return [String]
|
4353
4858
|
#
|
4354
4859
|
# @!attribute [rw] tags
|
4355
|
-
#
|
4356
|
-
#
|
4860
|
+
# Tags assigned to the resource. A tag is a label that you assign to
|
4861
|
+
# an Amazon Web Services resource. Each tag consists of a key/value
|
4357
4862
|
# pair.
|
4358
4863
|
# @return [Hash<String,String>]
|
4359
4864
|
#
|
@@ -4399,8 +4904,8 @@ module Aws::ResilienceHub
|
|
4399
4904
|
end
|
4400
4905
|
|
4401
4906
|
# @!attribute [rw] app_arn
|
4402
|
-
#
|
4403
|
-
#
|
4907
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
4908
|
+
# format for this ARN is:
|
4404
4909
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4405
4910
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4406
4911
|
# in the *AWS General Reference* guide.
|
@@ -4424,8 +4929,8 @@ module Aws::ResilienceHub
|
|
4424
4929
|
end
|
4425
4930
|
|
4426
4931
|
# @!attribute [rw] app_arn
|
4427
|
-
#
|
4428
|
-
#
|
4932
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
4933
|
+
# format for this ARN is:
|
4429
4934
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4430
4935
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4431
4936
|
# in the *AWS General Reference* guide.
|
@@ -4444,7 +4949,7 @@ module Aws::ResilienceHub
|
|
4444
4949
|
# @return [String]
|
4445
4950
|
#
|
4446
4951
|
# @!attribute [rw] status
|
4447
|
-
#
|
4952
|
+
# Status of the action.
|
4448
4953
|
# @return [String]
|
4449
4954
|
#
|
4450
4955
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ResolveAppVersionResourcesResponse AWS API Documentation
|
@@ -4461,11 +4966,11 @@ module Aws::ResilienceHub
|
|
4461
4966
|
# Defines application resource errors.
|
4462
4967
|
#
|
4463
4968
|
# @!attribute [rw] logical_resource_id
|
4464
|
-
#
|
4969
|
+
# Identifier of the logical resource.
|
4465
4970
|
# @return [String]
|
4466
4971
|
#
|
4467
4972
|
# @!attribute [rw] physical_resource_id
|
4468
|
-
#
|
4973
|
+
# Identifier of the physical resource.
|
4469
4974
|
# @return [String]
|
4470
4975
|
#
|
4471
4976
|
# @!attribute [rw] reason
|
@@ -4509,8 +5014,8 @@ module Aws::ResilienceHub
|
|
4509
5014
|
# @return [String]
|
4510
5015
|
#
|
4511
5016
|
# @!attribute [rw] eks_source_name
|
4512
|
-
#
|
4513
|
-
#
|
5017
|
+
# Name of the Amazon Elastic Kubernetes Service cluster and namespace
|
5018
|
+
# this resource belongs to.
|
4514
5019
|
#
|
4515
5020
|
# <note markdown="1"> This parameter accepts values in "eks-cluster/namespace" format.
|
4516
5021
|
#
|
@@ -4547,15 +5052,15 @@ module Aws::ResilienceHub
|
|
4547
5052
|
# @return [String]
|
4548
5053
|
#
|
4549
5054
|
# @!attribute [rw] physical_resource_id
|
4550
|
-
#
|
5055
|
+
# Identifier of the physical resource.
|
4551
5056
|
# @return [Types::PhysicalResourceId]
|
4552
5057
|
#
|
4553
5058
|
# @!attribute [rw] resource_group_name
|
4554
|
-
#
|
5059
|
+
# Name of the resource group that the resource is mapped to.
|
4555
5060
|
# @return [String]
|
4556
5061
|
#
|
4557
5062
|
# @!attribute [rw] resource_name
|
4558
|
-
#
|
5063
|
+
# Name of the resource that the resource is mapped to.
|
4559
5064
|
# @return [String]
|
4560
5065
|
#
|
4561
5066
|
# @!attribute [rw] terraform_source_name
|
@@ -4637,11 +5142,11 @@ module Aws::ResilienceHub
|
|
4637
5142
|
# Defines a standard operating procedure (SOP) recommendation.
|
4638
5143
|
#
|
4639
5144
|
# @!attribute [rw] app_component_name
|
4640
|
-
#
|
5145
|
+
# Name of the Application Component.
|
4641
5146
|
# @return [String]
|
4642
5147
|
#
|
4643
5148
|
# @!attribute [rw] description
|
4644
|
-
#
|
5149
|
+
# Description of the SOP recommendation.
|
4645
5150
|
# @return [String]
|
4646
5151
|
#
|
4647
5152
|
# @!attribute [rw] items
|
@@ -4649,11 +5154,11 @@ module Aws::ResilienceHub
|
|
4649
5154
|
# @return [Array<Types::RecommendationItem>]
|
4650
5155
|
#
|
4651
5156
|
# @!attribute [rw] name
|
4652
|
-
#
|
5157
|
+
# Name of the SOP recommendation.
|
4653
5158
|
# @return [String]
|
4654
5159
|
#
|
4655
5160
|
# @!attribute [rw] prerequisite
|
4656
|
-
#
|
5161
|
+
# Prerequisite for the SOP recommendation.
|
4657
5162
|
# @return [String]
|
4658
5163
|
#
|
4659
5164
|
# @!attribute [rw] recommendation_id
|
@@ -4661,7 +5166,7 @@ module Aws::ResilienceHub
|
|
4661
5166
|
# @return [String]
|
4662
5167
|
#
|
4663
5168
|
# @!attribute [rw] reference_id
|
4664
|
-
#
|
5169
|
+
# Reference identifier for the SOP recommendation.
|
4665
5170
|
# @return [String]
|
4666
5171
|
#
|
4667
5172
|
# @!attribute [rw] service_type
|
@@ -4684,8 +5189,8 @@ module Aws::ResilienceHub
|
|
4684
5189
|
end
|
4685
5190
|
|
4686
5191
|
# @!attribute [rw] app_arn
|
4687
|
-
#
|
4688
|
-
#
|
5192
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
5193
|
+
# format for this ARN is:
|
4689
5194
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4690
5195
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4691
5196
|
# in the *AWS General Reference* guide.
|
@@ -4713,8 +5218,8 @@ module Aws::ResilienceHub
|
|
4713
5218
|
# @return [String]
|
4714
5219
|
#
|
4715
5220
|
# @!attribute [rw] tags
|
4716
|
-
#
|
4717
|
-
#
|
5221
|
+
# Tags assigned to the resource. A tag is a label that you assign to
|
5222
|
+
# an Amazon Web Services resource. Each tag consists of a key/value
|
4718
5223
|
# pair.
|
4719
5224
|
# @return [Hash<String,String>]
|
4720
5225
|
#
|
@@ -4743,7 +5248,7 @@ module Aws::ResilienceHub
|
|
4743
5248
|
end
|
4744
5249
|
|
4745
5250
|
# @!attribute [rw] resource_arn
|
4746
|
-
#
|
5251
|
+
# Amazon Resource Name (ARN) of the resource.
|
4747
5252
|
# @return [String]
|
4748
5253
|
#
|
4749
5254
|
# @!attribute [rw] tags
|
@@ -4781,7 +5286,7 @@ module Aws::ResilienceHub
|
|
4781
5286
|
# Defines a test recommendation.
|
4782
5287
|
#
|
4783
5288
|
# @!attribute [rw] app_component_name
|
4784
|
-
#
|
5289
|
+
# Name of the Application Component.
|
4785
5290
|
# @return [String]
|
4786
5291
|
#
|
4787
5292
|
# @!attribute [rw] depends_on_alarms
|
@@ -4790,11 +5295,11 @@ module Aws::ResilienceHub
|
|
4790
5295
|
# @return [Array<String>]
|
4791
5296
|
#
|
4792
5297
|
# @!attribute [rw] description
|
4793
|
-
#
|
5298
|
+
# Description for the test recommendation.
|
4794
5299
|
# @return [String]
|
4795
5300
|
#
|
4796
5301
|
# @!attribute [rw] intent
|
4797
|
-
#
|
5302
|
+
# Intent of the test recommendation.
|
4798
5303
|
# @return [String]
|
4799
5304
|
#
|
4800
5305
|
# @!attribute [rw] items
|
@@ -4802,11 +5307,11 @@ module Aws::ResilienceHub
|
|
4802
5307
|
# @return [Array<Types::RecommendationItem>]
|
4803
5308
|
#
|
4804
5309
|
# @!attribute [rw] name
|
4805
|
-
#
|
5310
|
+
# Name of the test recommendation.
|
4806
5311
|
# @return [String]
|
4807
5312
|
#
|
4808
5313
|
# @!attribute [rw] prerequisite
|
4809
|
-
#
|
5314
|
+
# Prerequisite of the test recommendation.
|
4810
5315
|
# @return [String]
|
4811
5316
|
#
|
4812
5317
|
# @!attribute [rw] recommendation_id
|
@@ -4814,15 +5319,15 @@ module Aws::ResilienceHub
|
|
4814
5319
|
# @return [String]
|
4815
5320
|
#
|
4816
5321
|
# @!attribute [rw] reference_id
|
4817
|
-
#
|
5322
|
+
# Reference identifier for the test recommendation.
|
4818
5323
|
# @return [String]
|
4819
5324
|
#
|
4820
5325
|
# @!attribute [rw] risk
|
4821
|
-
#
|
5326
|
+
# Level of risk for this test recommendation.
|
4822
5327
|
# @return [String]
|
4823
5328
|
#
|
4824
5329
|
# @!attribute [rw] type
|
4825
|
-
#
|
5330
|
+
# Type of test recommendation.
|
4826
5331
|
# @return [String]
|
4827
5332
|
#
|
4828
5333
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/TestRecommendation AWS API Documentation
|
@@ -4865,11 +5370,11 @@ module Aws::ResilienceHub
|
|
4865
5370
|
# Defines a resource that is not supported by Resilience Hub.
|
4866
5371
|
#
|
4867
5372
|
# @!attribute [rw] logical_resource_id
|
4868
|
-
#
|
5373
|
+
# Logical resource identifier for the unsupported resource.
|
4869
5374
|
# @return [Types::LogicalResourceId]
|
4870
5375
|
#
|
4871
5376
|
# @!attribute [rw] physical_resource_id
|
4872
|
-
#
|
5377
|
+
# Physical resource identifier for the unsupported resource.
|
4873
5378
|
# @return [Types::PhysicalResourceId]
|
4874
5379
|
#
|
4875
5380
|
# @!attribute [rw] resource_type
|
@@ -4892,7 +5397,7 @@ module Aws::ResilienceHub
|
|
4892
5397
|
end
|
4893
5398
|
|
4894
5399
|
# @!attribute [rw] resource_arn
|
4895
|
-
#
|
5400
|
+
# Amazon Resource Name (ARN) of the resource.
|
4896
5401
|
# @return [String]
|
4897
5402
|
#
|
4898
5403
|
# @!attribute [rw] tag_keys
|
@@ -4913,8 +5418,8 @@ module Aws::ResilienceHub
|
|
4913
5418
|
class UntagResourceResponse < Aws::EmptyStructure; end
|
4914
5419
|
|
4915
5420
|
# @!attribute [rw] app_arn
|
4916
|
-
#
|
4917
|
-
#
|
5421
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
5422
|
+
# format for this ARN is:
|
4918
5423
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4919
5424
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4920
5425
|
# in the *AWS General Reference* guide.
|
@@ -4936,9 +5441,21 @@ module Aws::ResilienceHub
|
|
4936
5441
|
# The optional description for an app.
|
4937
5442
|
# @return [String]
|
4938
5443
|
#
|
5444
|
+
# @!attribute [rw] event_subscriptions
|
5445
|
+
# The list of events you would like to subscribe and get notification
|
5446
|
+
# for. Currently, Resilience Hub supports notifications only for
|
5447
|
+
# **Drift detected** and **Scheduled assessment failure** events.
|
5448
|
+
# @return [Array<Types::EventSubscription>]
|
5449
|
+
#
|
5450
|
+
# @!attribute [rw] permission_model
|
5451
|
+
# Defines the roles and credentials that Resilience Hub would use
|
5452
|
+
# while creating an application, importing its resources, and running
|
5453
|
+
# an assessment.
|
5454
|
+
# @return [Types::PermissionModel]
|
5455
|
+
#
|
4939
5456
|
# @!attribute [rw] policy_arn
|
4940
|
-
#
|
4941
|
-
#
|
5457
|
+
# Amazon Resource Name (ARN) of the resiliency policy. The format for
|
5458
|
+
# this ARN is:
|
4942
5459
|
# arn:`partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-id`.
|
4943
5460
|
# For more information about ARNs, see [ Amazon Resource Names
|
4944
5461
|
# (ARNs)][1] in the *AWS General Reference* guide.
|
@@ -4955,6 +5472,8 @@ module Aws::ResilienceHub
|
|
4955
5472
|
:assessment_schedule,
|
4956
5473
|
:clear_resiliency_policy_arn,
|
4957
5474
|
:description,
|
5475
|
+
:event_subscriptions,
|
5476
|
+
:permission_model,
|
4958
5477
|
:policy_arn)
|
4959
5478
|
SENSITIVE = []
|
4960
5479
|
include Aws::Structure
|
@@ -4980,8 +5499,8 @@ module Aws::ResilienceHub
|
|
4980
5499
|
# @return [Hash<String,Array<String>>]
|
4981
5500
|
#
|
4982
5501
|
# @!attribute [rw] app_arn
|
4983
|
-
#
|
4984
|
-
#
|
5502
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
5503
|
+
# format for this ARN is:
|
4985
5504
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4986
5505
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4987
5506
|
# in the *AWS General Reference* guide.
|
@@ -4992,16 +5511,16 @@ module Aws::ResilienceHub
|
|
4992
5511
|
# @return [String]
|
4993
5512
|
#
|
4994
5513
|
# @!attribute [rw] id
|
4995
|
-
#
|
5514
|
+
# Identifier of the Application Component.
|
4996
5515
|
# @return [String]
|
4997
5516
|
#
|
4998
5517
|
# @!attribute [rw] name
|
4999
|
-
#
|
5518
|
+
# Name of the Application Component.
|
5000
5519
|
# @return [String]
|
5001
5520
|
#
|
5002
5521
|
# @!attribute [rw] type
|
5003
|
-
#
|
5004
|
-
#
|
5522
|
+
# Type of Application Component. For more information about the types
|
5523
|
+
# of Application Component, see [Grouping resources in an
|
5005
5524
|
# AppComponent][1].
|
5006
5525
|
#
|
5007
5526
|
#
|
@@ -5022,8 +5541,8 @@ module Aws::ResilienceHub
|
|
5022
5541
|
end
|
5023
5542
|
|
5024
5543
|
# @!attribute [rw] app_arn
|
5025
|
-
#
|
5026
|
-
#
|
5544
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
5545
|
+
# format for this ARN is:
|
5027
5546
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
5028
5547
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
5029
5548
|
# in the *AWS General Reference* guide.
|
@@ -5034,11 +5553,11 @@ module Aws::ResilienceHub
|
|
5034
5553
|
# @return [String]
|
5035
5554
|
#
|
5036
5555
|
# @!attribute [rw] app_component
|
5037
|
-
#
|
5556
|
+
# List of Application Components that belong to this resource.
|
5038
5557
|
# @return [Types::AppComponent]
|
5039
5558
|
#
|
5040
5559
|
# @!attribute [rw] app_version
|
5041
|
-
#
|
5560
|
+
# Resilience Hub application version.
|
5042
5561
|
# @return [String]
|
5043
5562
|
#
|
5044
5563
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/UpdateAppVersionAppComponentResponse AWS API Documentation
|
@@ -5073,8 +5592,8 @@ module Aws::ResilienceHub
|
|
5073
5592
|
# @return [Hash<String,Array<String>>]
|
5074
5593
|
#
|
5075
5594
|
# @!attribute [rw] app_arn
|
5076
|
-
#
|
5077
|
-
#
|
5595
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
5596
|
+
# format for this ARN is:
|
5078
5597
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
5079
5598
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
5080
5599
|
# in the *AWS General Reference* guide.
|
@@ -5099,8 +5618,8 @@ module Aws::ResilienceHub
|
|
5099
5618
|
# @return [Hash<String,Array<String>>]
|
5100
5619
|
#
|
5101
5620
|
# @!attribute [rw] app_arn
|
5102
|
-
#
|
5103
|
-
#
|
5621
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
5622
|
+
# format for this ARN is:
|
5104
5623
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
5105
5624
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
5106
5625
|
# in the *AWS General Reference* guide.
|
@@ -5111,17 +5630,17 @@ module Aws::ResilienceHub
|
|
5111
5630
|
# @return [String]
|
5112
5631
|
#
|
5113
5632
|
# @!attribute [rw] app_components
|
5114
|
-
#
|
5115
|
-
#
|
5116
|
-
#
|
5633
|
+
# List of Application Components that this resource belongs to. If an
|
5634
|
+
# Application Component is not part of the Resilience Hub application,
|
5635
|
+
# it will be added.
|
5117
5636
|
# @return [Array<String>]
|
5118
5637
|
#
|
5119
5638
|
# @!attribute [rw] aws_account_id
|
5120
|
-
#
|
5639
|
+
# Amazon Web Services account that owns the physical resource.
|
5121
5640
|
# @return [String]
|
5122
5641
|
#
|
5123
5642
|
# @!attribute [rw] aws_region
|
5124
|
-
#
|
5643
|
+
# Amazon Web Services region that owns the physical resource.
|
5125
5644
|
# @return [String]
|
5126
5645
|
#
|
5127
5646
|
# @!attribute [rw] excluded
|
@@ -5135,19 +5654,19 @@ module Aws::ResilienceHub
|
|
5135
5654
|
# @return [Boolean]
|
5136
5655
|
#
|
5137
5656
|
# @!attribute [rw] logical_resource_id
|
5138
|
-
#
|
5657
|
+
# Logical identifier of the resource.
|
5139
5658
|
# @return [Types::LogicalResourceId]
|
5140
5659
|
#
|
5141
5660
|
# @!attribute [rw] physical_resource_id
|
5142
|
-
#
|
5661
|
+
# Physical identifier of the resource.
|
5143
5662
|
# @return [String]
|
5144
5663
|
#
|
5145
5664
|
# @!attribute [rw] resource_name
|
5146
|
-
#
|
5665
|
+
# Name of the resource.
|
5147
5666
|
# @return [String]
|
5148
5667
|
#
|
5149
5668
|
# @!attribute [rw] resource_type
|
5150
|
-
#
|
5669
|
+
# Type of resource.
|
5151
5670
|
# @return [String]
|
5152
5671
|
#
|
5153
5672
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/UpdateAppVersionResourceRequest AWS API Documentation
|
@@ -5168,8 +5687,8 @@ module Aws::ResilienceHub
|
|
5168
5687
|
end
|
5169
5688
|
|
5170
5689
|
# @!attribute [rw] app_arn
|
5171
|
-
#
|
5172
|
-
#
|
5690
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
5691
|
+
# format for this ARN is:
|
5173
5692
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
5174
5693
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
5175
5694
|
# in the *AWS General Reference* guide.
|
@@ -5180,7 +5699,7 @@ module Aws::ResilienceHub
|
|
5180
5699
|
# @return [String]
|
5181
5700
|
#
|
5182
5701
|
# @!attribute [rw] app_version
|
5183
|
-
#
|
5702
|
+
# Resilience Hub application version.
|
5184
5703
|
# @return [String]
|
5185
5704
|
#
|
5186
5705
|
# @!attribute [rw] physical_resource
|
@@ -5215,8 +5734,8 @@ module Aws::ResilienceHub
|
|
5215
5734
|
# @return [Hash<String,Array<String>>]
|
5216
5735
|
#
|
5217
5736
|
# @!attribute [rw] app_arn
|
5218
|
-
#
|
5219
|
-
#
|
5737
|
+
# Amazon Resource Name (ARN) of the Resilience Hub application. The
|
5738
|
+
# format for this ARN is:
|
5220
5739
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
5221
5740
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
5222
5741
|
# in the *AWS General Reference* guide.
|
@@ -5227,7 +5746,7 @@ module Aws::ResilienceHub
|
|
5227
5746
|
# @return [String]
|
5228
5747
|
#
|
5229
5748
|
# @!attribute [rw] app_version
|
5230
|
-
#
|
5749
|
+
# Resilience Hub application version.
|
5231
5750
|
# @return [String]
|
5232
5751
|
#
|
5233
5752
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/UpdateAppVersionResponse AWS API Documentation
|
@@ -5240,6 +5759,73 @@ module Aws::ResilienceHub
|
|
5240
5759
|
include Aws::Structure
|
5241
5760
|
end
|
5242
5761
|
|
5762
|
+
# Defines the operational recommendation item that needs a status
|
5763
|
+
# update.
|
5764
|
+
#
|
5765
|
+
# @!attribute [rw] resource_id
|
5766
|
+
# Resource identifier of the operational recommendation item.
|
5767
|
+
# @return [String]
|
5768
|
+
#
|
5769
|
+
# @!attribute [rw] target_account_id
|
5770
|
+
# Identifier of the target Amazon Web Services account.
|
5771
|
+
# @return [String]
|
5772
|
+
#
|
5773
|
+
# @!attribute [rw] target_region
|
5774
|
+
# Identifier of the target Amazon Web Services Region.
|
5775
|
+
# @return [String]
|
5776
|
+
#
|
5777
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/UpdateRecommendationStatusItem AWS API Documentation
|
5778
|
+
#
|
5779
|
+
class UpdateRecommendationStatusItem < Struct.new(
|
5780
|
+
:resource_id,
|
5781
|
+
:target_account_id,
|
5782
|
+
:target_region)
|
5783
|
+
SENSITIVE = []
|
5784
|
+
include Aws::Structure
|
5785
|
+
end
|
5786
|
+
|
5787
|
+
# Defines the operational recommendation item that is to be included or
|
5788
|
+
# excluded.
|
5789
|
+
#
|
5790
|
+
# @!attribute [rw] entry_id
|
5791
|
+
# An identifier for an entry in this batch that is used to communicate
|
5792
|
+
# the result.
|
5793
|
+
#
|
5794
|
+
# <note markdown="1"> The `entryId`s of a batch request need to be unique within a
|
5795
|
+
# request.
|
5796
|
+
#
|
5797
|
+
# </note>
|
5798
|
+
# @return [String]
|
5799
|
+
#
|
5800
|
+
# @!attribute [rw] exclude_reason
|
5801
|
+
# Indicates the reason for excluding an operational recommendation.
|
5802
|
+
# @return [String]
|
5803
|
+
#
|
5804
|
+
# @!attribute [rw] excluded
|
5805
|
+
# Indicates if the operational recommendation needs to be excluded. If
|
5806
|
+
# set to True, the operational recommendation will be excluded.
|
5807
|
+
# @return [Boolean]
|
5808
|
+
#
|
5809
|
+
# @!attribute [rw] item
|
5810
|
+
# The operational recommendation item.
|
5811
|
+
# @return [Types::UpdateRecommendationStatusItem]
|
5812
|
+
#
|
5813
|
+
# @!attribute [rw] reference_id
|
5814
|
+
# Reference identifier of the operational recommendation item.
|
5815
|
+
# @return [String]
|
5816
|
+
#
|
5817
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/UpdateRecommendationStatusRequestEntry AWS API Documentation
|
5818
|
+
#
|
5819
|
+
class UpdateRecommendationStatusRequestEntry < Struct.new(
|
5820
|
+
:entry_id,
|
5821
|
+
:exclude_reason,
|
5822
|
+
:excluded,
|
5823
|
+
:item,
|
5824
|
+
:reference_id)
|
5825
|
+
SENSITIVE = []
|
5826
|
+
include Aws::Structure
|
5827
|
+
end
|
5828
|
+
|
5243
5829
|
# @!attribute [rw] data_location_constraint
|
5244
5830
|
# Specifies a high-level geographical location constraint for where
|
5245
5831
|
# your resilience policy data can be stored.
|
@@ -5251,8 +5837,8 @@ module Aws::ResilienceHub
|
|
5251
5837
|
# @return [Hash<String,Types::FailurePolicy>]
|
5252
5838
|
#
|
5253
5839
|
# @!attribute [rw] policy_arn
|
5254
|
-
#
|
5255
|
-
#
|
5840
|
+
# Amazon Resource Name (ARN) of the resiliency policy. The format for
|
5841
|
+
# this ARN is:
|
5256
5842
|
# arn:`partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-id`.
|
5257
5843
|
# For more information about ARNs, see [ Amazon Resource Names
|
5258
5844
|
# (ARNs)][1] in the *AWS General Reference* guide.
|