aws-sdk-wellarchitected 1.32.0 → 1.33.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-wellarchitected/client.rb +1 -1
- data/lib/aws-sdk-wellarchitected/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-wellarchitected.rb +1 -1
- data/sig/client.rbs +1009 -0
- data/sig/errors.rbs +49 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +1535 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
data/sig/types.rbs
ADDED
@@ -0,0 +1,1535 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws::WellArchitected
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class AccessDeniedException
|
12
|
+
attr_accessor message: ::String
|
13
|
+
SENSITIVE: []
|
14
|
+
end
|
15
|
+
|
16
|
+
class AdditionalResources
|
17
|
+
attr_accessor type: ("HELPFUL_RESOURCE" | "IMPROVEMENT_PLAN")
|
18
|
+
attr_accessor content: ::Array[Types::ChoiceContent]
|
19
|
+
SENSITIVE: []
|
20
|
+
end
|
21
|
+
|
22
|
+
class Answer
|
23
|
+
attr_accessor question_id: ::String
|
24
|
+
attr_accessor pillar_id: ::String
|
25
|
+
attr_accessor question_title: ::String
|
26
|
+
attr_accessor question_description: ::String
|
27
|
+
attr_accessor improvement_plan_url: ::String
|
28
|
+
attr_accessor helpful_resource_url: ::String
|
29
|
+
attr_accessor helpful_resource_display_text: ::String
|
30
|
+
attr_accessor choices: ::Array[Types::Choice]
|
31
|
+
attr_accessor selected_choices: ::Array[::String]
|
32
|
+
attr_accessor choice_answers: ::Array[Types::ChoiceAnswer]
|
33
|
+
attr_accessor is_applicable: bool
|
34
|
+
attr_accessor risk: ("UNANSWERED" | "HIGH" | "MEDIUM" | "NONE" | "NOT_APPLICABLE")
|
35
|
+
attr_accessor notes: ::String
|
36
|
+
attr_accessor reason: ("OUT_OF_SCOPE" | "BUSINESS_PRIORITIES" | "ARCHITECTURE_CONSTRAINTS" | "OTHER" | "NONE")
|
37
|
+
SENSITIVE: []
|
38
|
+
end
|
39
|
+
|
40
|
+
class AnswerSummary
|
41
|
+
attr_accessor question_id: ::String
|
42
|
+
attr_accessor pillar_id: ::String
|
43
|
+
attr_accessor question_title: ::String
|
44
|
+
attr_accessor choices: ::Array[Types::Choice]
|
45
|
+
attr_accessor selected_choices: ::Array[::String]
|
46
|
+
attr_accessor choice_answer_summaries: ::Array[Types::ChoiceAnswerSummary]
|
47
|
+
attr_accessor is_applicable: bool
|
48
|
+
attr_accessor risk: ("UNANSWERED" | "HIGH" | "MEDIUM" | "NONE" | "NOT_APPLICABLE")
|
49
|
+
attr_accessor reason: ("OUT_OF_SCOPE" | "BUSINESS_PRIORITIES" | "ARCHITECTURE_CONSTRAINTS" | "OTHER" | "NONE")
|
50
|
+
attr_accessor question_type: ("PRIORITIZED" | "NON_PRIORITIZED")
|
51
|
+
SENSITIVE: []
|
52
|
+
end
|
53
|
+
|
54
|
+
class AssociateLensesInput
|
55
|
+
attr_accessor workload_id: ::String
|
56
|
+
attr_accessor lens_aliases: ::Array[::String]
|
57
|
+
SENSITIVE: []
|
58
|
+
end
|
59
|
+
|
60
|
+
class AssociateProfilesInput
|
61
|
+
attr_accessor workload_id: ::String
|
62
|
+
attr_accessor profile_arns: ::Array[::String]
|
63
|
+
SENSITIVE: []
|
64
|
+
end
|
65
|
+
|
66
|
+
class BestPractice
|
67
|
+
attr_accessor choice_id: ::String
|
68
|
+
attr_accessor choice_title: ::String
|
69
|
+
SENSITIVE: []
|
70
|
+
end
|
71
|
+
|
72
|
+
class CheckDetail
|
73
|
+
attr_accessor id: ::String
|
74
|
+
attr_accessor name: ::String
|
75
|
+
attr_accessor description: ::String
|
76
|
+
attr_accessor provider: ("TRUSTED_ADVISOR")
|
77
|
+
attr_accessor lens_arn: ::String
|
78
|
+
attr_accessor pillar_id: ::String
|
79
|
+
attr_accessor question_id: ::String
|
80
|
+
attr_accessor choice_id: ::String
|
81
|
+
attr_accessor status: ("OKAY" | "WARNING" | "ERROR" | "NOT_AVAILABLE" | "FETCH_FAILED")
|
82
|
+
attr_accessor account_id: ::String
|
83
|
+
attr_accessor flagged_resources: ::Integer
|
84
|
+
attr_accessor reason: ("ASSUME_ROLE_ERROR" | "ACCESS_DENIED" | "UNKNOWN_ERROR" | "PREMIUM_SUPPORT_REQUIRED")
|
85
|
+
attr_accessor updated_at: ::Time
|
86
|
+
SENSITIVE: []
|
87
|
+
end
|
88
|
+
|
89
|
+
class CheckSummary
|
90
|
+
attr_accessor id: ::String
|
91
|
+
attr_accessor name: ::String
|
92
|
+
attr_accessor provider: ("TRUSTED_ADVISOR")
|
93
|
+
attr_accessor description: ::String
|
94
|
+
attr_accessor updated_at: ::Time
|
95
|
+
attr_accessor lens_arn: ::String
|
96
|
+
attr_accessor pillar_id: ::String
|
97
|
+
attr_accessor question_id: ::String
|
98
|
+
attr_accessor choice_id: ::String
|
99
|
+
attr_accessor status: ("OKAY" | "WARNING" | "ERROR" | "NOT_AVAILABLE" | "FETCH_FAILED")
|
100
|
+
attr_accessor account_summary: ::Hash[("OKAY" | "WARNING" | "ERROR" | "NOT_AVAILABLE" | "FETCH_FAILED"), ::Integer]
|
101
|
+
SENSITIVE: []
|
102
|
+
end
|
103
|
+
|
104
|
+
class Choice
|
105
|
+
attr_accessor choice_id: ::String
|
106
|
+
attr_accessor title: ::String
|
107
|
+
attr_accessor description: ::String
|
108
|
+
attr_accessor helpful_resource: Types::ChoiceContent
|
109
|
+
attr_accessor improvement_plan: Types::ChoiceContent
|
110
|
+
attr_accessor additional_resources: ::Array[Types::AdditionalResources]
|
111
|
+
SENSITIVE: []
|
112
|
+
end
|
113
|
+
|
114
|
+
class ChoiceAnswer
|
115
|
+
attr_accessor choice_id: ::String
|
116
|
+
attr_accessor status: ("SELECTED" | "NOT_APPLICABLE" | "UNSELECTED")
|
117
|
+
attr_accessor reason: ("OUT_OF_SCOPE" | "BUSINESS_PRIORITIES" | "ARCHITECTURE_CONSTRAINTS" | "OTHER" | "NONE")
|
118
|
+
attr_accessor notes: ::String
|
119
|
+
SENSITIVE: []
|
120
|
+
end
|
121
|
+
|
122
|
+
class ChoiceAnswerSummary
|
123
|
+
attr_accessor choice_id: ::String
|
124
|
+
attr_accessor status: ("SELECTED" | "NOT_APPLICABLE" | "UNSELECTED")
|
125
|
+
attr_accessor reason: ("OUT_OF_SCOPE" | "BUSINESS_PRIORITIES" | "ARCHITECTURE_CONSTRAINTS" | "OTHER" | "NONE")
|
126
|
+
SENSITIVE: []
|
127
|
+
end
|
128
|
+
|
129
|
+
class ChoiceContent
|
130
|
+
attr_accessor display_text: ::String
|
131
|
+
attr_accessor url: ::String
|
132
|
+
SENSITIVE: []
|
133
|
+
end
|
134
|
+
|
135
|
+
class ChoiceImprovementPlan
|
136
|
+
attr_accessor choice_id: ::String
|
137
|
+
attr_accessor display_text: ::String
|
138
|
+
attr_accessor improvement_plan_url: ::String
|
139
|
+
SENSITIVE: []
|
140
|
+
end
|
141
|
+
|
142
|
+
class ChoiceUpdate
|
143
|
+
attr_accessor status: ("SELECTED" | "NOT_APPLICABLE" | "UNSELECTED")
|
144
|
+
attr_accessor reason: ("OUT_OF_SCOPE" | "BUSINESS_PRIORITIES" | "ARCHITECTURE_CONSTRAINTS" | "OTHER" | "NONE")
|
145
|
+
attr_accessor notes: ::String
|
146
|
+
SENSITIVE: []
|
147
|
+
end
|
148
|
+
|
149
|
+
class ConflictException
|
150
|
+
attr_accessor message: ::String
|
151
|
+
attr_accessor resource_id: ::String
|
152
|
+
attr_accessor resource_type: ::String
|
153
|
+
SENSITIVE: []
|
154
|
+
end
|
155
|
+
|
156
|
+
class ConsolidatedReportMetric
|
157
|
+
attr_accessor metric_type: ("WORKLOAD")
|
158
|
+
attr_accessor risk_counts: ::Hash[("UNANSWERED" | "HIGH" | "MEDIUM" | "NONE" | "NOT_APPLICABLE"), ::Integer]
|
159
|
+
attr_accessor workload_id: ::String
|
160
|
+
attr_accessor workload_name: ::String
|
161
|
+
attr_accessor workload_arn: ::String
|
162
|
+
attr_accessor updated_at: ::Time
|
163
|
+
attr_accessor lenses: ::Array[Types::LensMetric]
|
164
|
+
attr_accessor lenses_applied_count: ::Integer
|
165
|
+
SENSITIVE: []
|
166
|
+
end
|
167
|
+
|
168
|
+
class CreateLensShareInput
|
169
|
+
attr_accessor lens_alias: ::String
|
170
|
+
attr_accessor shared_with: ::String
|
171
|
+
attr_accessor client_request_token: ::String
|
172
|
+
SENSITIVE: []
|
173
|
+
end
|
174
|
+
|
175
|
+
class CreateLensShareOutput
|
176
|
+
attr_accessor share_id: ::String
|
177
|
+
SENSITIVE: []
|
178
|
+
end
|
179
|
+
|
180
|
+
class CreateLensVersionInput
|
181
|
+
attr_accessor lens_alias: ::String
|
182
|
+
attr_accessor lens_version: ::String
|
183
|
+
attr_accessor is_major_version: bool
|
184
|
+
attr_accessor client_request_token: ::String
|
185
|
+
SENSITIVE: []
|
186
|
+
end
|
187
|
+
|
188
|
+
class CreateLensVersionOutput
|
189
|
+
attr_accessor lens_arn: ::String
|
190
|
+
attr_accessor lens_version: ::String
|
191
|
+
SENSITIVE: []
|
192
|
+
end
|
193
|
+
|
194
|
+
class CreateMilestoneInput
|
195
|
+
attr_accessor workload_id: ::String
|
196
|
+
attr_accessor milestone_name: ::String
|
197
|
+
attr_accessor client_request_token: ::String
|
198
|
+
SENSITIVE: []
|
199
|
+
end
|
200
|
+
|
201
|
+
class CreateMilestoneOutput
|
202
|
+
attr_accessor workload_id: ::String
|
203
|
+
attr_accessor milestone_number: ::Integer
|
204
|
+
SENSITIVE: []
|
205
|
+
end
|
206
|
+
|
207
|
+
class CreateProfileInput
|
208
|
+
attr_accessor profile_name: ::String
|
209
|
+
attr_accessor profile_description: ::String
|
210
|
+
attr_accessor profile_questions: ::Array[Types::ProfileQuestionUpdate]
|
211
|
+
attr_accessor client_request_token: ::String
|
212
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
213
|
+
SENSITIVE: []
|
214
|
+
end
|
215
|
+
|
216
|
+
class CreateProfileOutput
|
217
|
+
attr_accessor profile_arn: ::String
|
218
|
+
attr_accessor profile_version: ::String
|
219
|
+
SENSITIVE: []
|
220
|
+
end
|
221
|
+
|
222
|
+
class CreateProfileShareInput
|
223
|
+
attr_accessor profile_arn: ::String
|
224
|
+
attr_accessor shared_with: ::String
|
225
|
+
attr_accessor client_request_token: ::String
|
226
|
+
SENSITIVE: []
|
227
|
+
end
|
228
|
+
|
229
|
+
class CreateProfileShareOutput
|
230
|
+
attr_accessor share_id: ::String
|
231
|
+
attr_accessor profile_arn: ::String
|
232
|
+
SENSITIVE: []
|
233
|
+
end
|
234
|
+
|
235
|
+
class CreateReviewTemplateInput
|
236
|
+
attr_accessor template_name: ::String
|
237
|
+
attr_accessor description: ::String
|
238
|
+
attr_accessor lenses: ::Array[::String]
|
239
|
+
attr_accessor notes: ::String
|
240
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
241
|
+
attr_accessor client_request_token: ::String
|
242
|
+
SENSITIVE: []
|
243
|
+
end
|
244
|
+
|
245
|
+
class CreateReviewTemplateOutput
|
246
|
+
attr_accessor template_arn: ::String
|
247
|
+
SENSITIVE: []
|
248
|
+
end
|
249
|
+
|
250
|
+
class CreateTemplateShareInput
|
251
|
+
attr_accessor template_arn: ::String
|
252
|
+
attr_accessor shared_with: ::String
|
253
|
+
attr_accessor client_request_token: ::String
|
254
|
+
SENSITIVE: []
|
255
|
+
end
|
256
|
+
|
257
|
+
class CreateTemplateShareOutput
|
258
|
+
attr_accessor template_arn: ::String
|
259
|
+
attr_accessor share_id: ::String
|
260
|
+
SENSITIVE: []
|
261
|
+
end
|
262
|
+
|
263
|
+
class CreateWorkloadInput
|
264
|
+
attr_accessor workload_name: ::String
|
265
|
+
attr_accessor description: ::String
|
266
|
+
attr_accessor environment: ("PRODUCTION" | "PREPRODUCTION")
|
267
|
+
attr_accessor account_ids: ::Array[::String]
|
268
|
+
attr_accessor aws_regions: ::Array[::String]
|
269
|
+
attr_accessor non_aws_regions: ::Array[::String]
|
270
|
+
attr_accessor pillar_priorities: ::Array[::String]
|
271
|
+
attr_accessor architectural_design: ::String
|
272
|
+
attr_accessor review_owner: ::String
|
273
|
+
attr_accessor industry_type: ::String
|
274
|
+
attr_accessor industry: ::String
|
275
|
+
attr_accessor lenses: ::Array[::String]
|
276
|
+
attr_accessor notes: ::String
|
277
|
+
attr_accessor client_request_token: ::String
|
278
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
279
|
+
attr_accessor discovery_config: Types::WorkloadDiscoveryConfig
|
280
|
+
attr_accessor applications: ::Array[::String]
|
281
|
+
attr_accessor profile_arns: ::Array[::String]
|
282
|
+
attr_accessor review_template_arns: ::Array[::String]
|
283
|
+
SENSITIVE: []
|
284
|
+
end
|
285
|
+
|
286
|
+
class CreateWorkloadOutput
|
287
|
+
attr_accessor workload_id: ::String
|
288
|
+
attr_accessor workload_arn: ::String
|
289
|
+
SENSITIVE: []
|
290
|
+
end
|
291
|
+
|
292
|
+
class CreateWorkloadShareInput
|
293
|
+
attr_accessor workload_id: ::String
|
294
|
+
attr_accessor shared_with: ::String
|
295
|
+
attr_accessor permission_type: ("READONLY" | "CONTRIBUTOR")
|
296
|
+
attr_accessor client_request_token: ::String
|
297
|
+
SENSITIVE: []
|
298
|
+
end
|
299
|
+
|
300
|
+
class CreateWorkloadShareOutput
|
301
|
+
attr_accessor workload_id: ::String
|
302
|
+
attr_accessor share_id: ::String
|
303
|
+
SENSITIVE: []
|
304
|
+
end
|
305
|
+
|
306
|
+
class DeleteLensInput
|
307
|
+
attr_accessor lens_alias: ::String
|
308
|
+
attr_accessor client_request_token: ::String
|
309
|
+
attr_accessor lens_status: ("ALL" | "DRAFT" | "PUBLISHED")
|
310
|
+
SENSITIVE: []
|
311
|
+
end
|
312
|
+
|
313
|
+
class DeleteLensShareInput
|
314
|
+
attr_accessor share_id: ::String
|
315
|
+
attr_accessor lens_alias: ::String
|
316
|
+
attr_accessor client_request_token: ::String
|
317
|
+
SENSITIVE: []
|
318
|
+
end
|
319
|
+
|
320
|
+
class DeleteProfileInput
|
321
|
+
attr_accessor profile_arn: ::String
|
322
|
+
attr_accessor client_request_token: ::String
|
323
|
+
SENSITIVE: []
|
324
|
+
end
|
325
|
+
|
326
|
+
class DeleteProfileShareInput
|
327
|
+
attr_accessor share_id: ::String
|
328
|
+
attr_accessor profile_arn: ::String
|
329
|
+
attr_accessor client_request_token: ::String
|
330
|
+
SENSITIVE: []
|
331
|
+
end
|
332
|
+
|
333
|
+
class DeleteReviewTemplateInput
|
334
|
+
attr_accessor template_arn: ::String
|
335
|
+
attr_accessor client_request_token: ::String
|
336
|
+
SENSITIVE: []
|
337
|
+
end
|
338
|
+
|
339
|
+
class DeleteTemplateShareInput
|
340
|
+
attr_accessor share_id: ::String
|
341
|
+
attr_accessor template_arn: ::String
|
342
|
+
attr_accessor client_request_token: ::String
|
343
|
+
SENSITIVE: []
|
344
|
+
end
|
345
|
+
|
346
|
+
class DeleteWorkloadInput
|
347
|
+
attr_accessor workload_id: ::String
|
348
|
+
attr_accessor client_request_token: ::String
|
349
|
+
SENSITIVE: []
|
350
|
+
end
|
351
|
+
|
352
|
+
class DeleteWorkloadShareInput
|
353
|
+
attr_accessor share_id: ::String
|
354
|
+
attr_accessor workload_id: ::String
|
355
|
+
attr_accessor client_request_token: ::String
|
356
|
+
SENSITIVE: []
|
357
|
+
end
|
358
|
+
|
359
|
+
class DisassociateLensesInput
|
360
|
+
attr_accessor workload_id: ::String
|
361
|
+
attr_accessor lens_aliases: ::Array[::String]
|
362
|
+
SENSITIVE: []
|
363
|
+
end
|
364
|
+
|
365
|
+
class DisassociateProfilesInput
|
366
|
+
attr_accessor workload_id: ::String
|
367
|
+
attr_accessor profile_arns: ::Array[::String]
|
368
|
+
SENSITIVE: []
|
369
|
+
end
|
370
|
+
|
371
|
+
class ExportLensInput
|
372
|
+
attr_accessor lens_alias: ::String
|
373
|
+
attr_accessor lens_version: ::String
|
374
|
+
SENSITIVE: []
|
375
|
+
end
|
376
|
+
|
377
|
+
class ExportLensOutput
|
378
|
+
attr_accessor lens_json: ::String
|
379
|
+
SENSITIVE: []
|
380
|
+
end
|
381
|
+
|
382
|
+
class GetAnswerInput
|
383
|
+
attr_accessor workload_id: ::String
|
384
|
+
attr_accessor lens_alias: ::String
|
385
|
+
attr_accessor question_id: ::String
|
386
|
+
attr_accessor milestone_number: ::Integer
|
387
|
+
SENSITIVE: []
|
388
|
+
end
|
389
|
+
|
390
|
+
class GetAnswerOutput
|
391
|
+
attr_accessor workload_id: ::String
|
392
|
+
attr_accessor milestone_number: ::Integer
|
393
|
+
attr_accessor lens_alias: ::String
|
394
|
+
attr_accessor lens_arn: ::String
|
395
|
+
attr_accessor answer: Types::Answer
|
396
|
+
SENSITIVE: []
|
397
|
+
end
|
398
|
+
|
399
|
+
class GetConsolidatedReportInput
|
400
|
+
attr_accessor format: ("PDF" | "JSON")
|
401
|
+
attr_accessor include_shared_resources: bool
|
402
|
+
attr_accessor next_token: ::String
|
403
|
+
attr_accessor max_results: ::Integer
|
404
|
+
SENSITIVE: []
|
405
|
+
end
|
406
|
+
|
407
|
+
class GetConsolidatedReportOutput
|
408
|
+
attr_accessor metrics: ::Array[Types::ConsolidatedReportMetric]
|
409
|
+
attr_accessor next_token: ::String
|
410
|
+
attr_accessor base_64_string: ::String
|
411
|
+
SENSITIVE: []
|
412
|
+
end
|
413
|
+
|
414
|
+
class GetLensInput
|
415
|
+
attr_accessor lens_alias: ::String
|
416
|
+
attr_accessor lens_version: ::String
|
417
|
+
SENSITIVE: []
|
418
|
+
end
|
419
|
+
|
420
|
+
class GetLensOutput
|
421
|
+
attr_accessor lens: Types::Lens
|
422
|
+
SENSITIVE: []
|
423
|
+
end
|
424
|
+
|
425
|
+
class GetLensReviewInput
|
426
|
+
attr_accessor workload_id: ::String
|
427
|
+
attr_accessor lens_alias: ::String
|
428
|
+
attr_accessor milestone_number: ::Integer
|
429
|
+
SENSITIVE: []
|
430
|
+
end
|
431
|
+
|
432
|
+
class GetLensReviewOutput
|
433
|
+
attr_accessor workload_id: ::String
|
434
|
+
attr_accessor milestone_number: ::Integer
|
435
|
+
attr_accessor lens_review: Types::LensReview
|
436
|
+
SENSITIVE: []
|
437
|
+
end
|
438
|
+
|
439
|
+
class GetLensReviewReportInput
|
440
|
+
attr_accessor workload_id: ::String
|
441
|
+
attr_accessor lens_alias: ::String
|
442
|
+
attr_accessor milestone_number: ::Integer
|
443
|
+
SENSITIVE: []
|
444
|
+
end
|
445
|
+
|
446
|
+
class GetLensReviewReportOutput
|
447
|
+
attr_accessor workload_id: ::String
|
448
|
+
attr_accessor milestone_number: ::Integer
|
449
|
+
attr_accessor lens_review_report: Types::LensReviewReport
|
450
|
+
SENSITIVE: []
|
451
|
+
end
|
452
|
+
|
453
|
+
class GetLensVersionDifferenceInput
|
454
|
+
attr_accessor lens_alias: ::String
|
455
|
+
attr_accessor base_lens_version: ::String
|
456
|
+
attr_accessor target_lens_version: ::String
|
457
|
+
SENSITIVE: []
|
458
|
+
end
|
459
|
+
|
460
|
+
class GetLensVersionDifferenceOutput
|
461
|
+
attr_accessor lens_alias: ::String
|
462
|
+
attr_accessor lens_arn: ::String
|
463
|
+
attr_accessor base_lens_version: ::String
|
464
|
+
attr_accessor target_lens_version: ::String
|
465
|
+
attr_accessor latest_lens_version: ::String
|
466
|
+
attr_accessor version_differences: Types::VersionDifferences
|
467
|
+
SENSITIVE: []
|
468
|
+
end
|
469
|
+
|
470
|
+
class GetMilestoneInput
|
471
|
+
attr_accessor workload_id: ::String
|
472
|
+
attr_accessor milestone_number: ::Integer
|
473
|
+
SENSITIVE: []
|
474
|
+
end
|
475
|
+
|
476
|
+
class GetMilestoneOutput
|
477
|
+
attr_accessor workload_id: ::String
|
478
|
+
attr_accessor milestone: Types::Milestone
|
479
|
+
SENSITIVE: []
|
480
|
+
end
|
481
|
+
|
482
|
+
class GetProfileInput
|
483
|
+
attr_accessor profile_arn: ::String
|
484
|
+
attr_accessor profile_version: ::String
|
485
|
+
SENSITIVE: []
|
486
|
+
end
|
487
|
+
|
488
|
+
class GetProfileOutput
|
489
|
+
attr_accessor profile: Types::Profile
|
490
|
+
SENSITIVE: []
|
491
|
+
end
|
492
|
+
|
493
|
+
class GetProfileTemplateInput < Aws::EmptyStructure
|
494
|
+
end
|
495
|
+
|
496
|
+
class GetProfileTemplateOutput
|
497
|
+
attr_accessor profile_template: Types::ProfileTemplate
|
498
|
+
SENSITIVE: []
|
499
|
+
end
|
500
|
+
|
501
|
+
class GetReviewTemplateAnswerInput
|
502
|
+
attr_accessor template_arn: ::String
|
503
|
+
attr_accessor lens_alias: ::String
|
504
|
+
attr_accessor question_id: ::String
|
505
|
+
SENSITIVE: []
|
506
|
+
end
|
507
|
+
|
508
|
+
class GetReviewTemplateAnswerOutput
|
509
|
+
attr_accessor template_arn: ::String
|
510
|
+
attr_accessor lens_alias: ::String
|
511
|
+
attr_accessor answer: Types::ReviewTemplateAnswer
|
512
|
+
SENSITIVE: []
|
513
|
+
end
|
514
|
+
|
515
|
+
class GetReviewTemplateInput
|
516
|
+
attr_accessor template_arn: ::String
|
517
|
+
SENSITIVE: []
|
518
|
+
end
|
519
|
+
|
520
|
+
class GetReviewTemplateLensReviewInput
|
521
|
+
attr_accessor template_arn: ::String
|
522
|
+
attr_accessor lens_alias: ::String
|
523
|
+
SENSITIVE: []
|
524
|
+
end
|
525
|
+
|
526
|
+
class GetReviewTemplateLensReviewOutput
|
527
|
+
attr_accessor template_arn: ::String
|
528
|
+
attr_accessor lens_review: Types::ReviewTemplateLensReview
|
529
|
+
SENSITIVE: []
|
530
|
+
end
|
531
|
+
|
532
|
+
class GetReviewTemplateOutput
|
533
|
+
attr_accessor review_template: Types::ReviewTemplate
|
534
|
+
SENSITIVE: []
|
535
|
+
end
|
536
|
+
|
537
|
+
class GetWorkloadInput
|
538
|
+
attr_accessor workload_id: ::String
|
539
|
+
SENSITIVE: []
|
540
|
+
end
|
541
|
+
|
542
|
+
class GetWorkloadOutput
|
543
|
+
attr_accessor workload: Types::Workload
|
544
|
+
SENSITIVE: []
|
545
|
+
end
|
546
|
+
|
547
|
+
class ImportLensInput
|
548
|
+
attr_accessor lens_alias: ::String
|
549
|
+
attr_accessor json_string: ::String
|
550
|
+
attr_accessor client_request_token: ::String
|
551
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
552
|
+
SENSITIVE: []
|
553
|
+
end
|
554
|
+
|
555
|
+
class ImportLensOutput
|
556
|
+
attr_accessor lens_arn: ::String
|
557
|
+
attr_accessor status: ("IN_PROGRESS" | "COMPLETE" | "ERROR")
|
558
|
+
SENSITIVE: []
|
559
|
+
end
|
560
|
+
|
561
|
+
class ImprovementSummary
|
562
|
+
attr_accessor question_id: ::String
|
563
|
+
attr_accessor pillar_id: ::String
|
564
|
+
attr_accessor question_title: ::String
|
565
|
+
attr_accessor risk: ("UNANSWERED" | "HIGH" | "MEDIUM" | "NONE" | "NOT_APPLICABLE")
|
566
|
+
attr_accessor improvement_plan_url: ::String
|
567
|
+
attr_accessor improvement_plans: ::Array[Types::ChoiceImprovementPlan]
|
568
|
+
SENSITIVE: []
|
569
|
+
end
|
570
|
+
|
571
|
+
class InternalServerException
|
572
|
+
attr_accessor message: ::String
|
573
|
+
SENSITIVE: []
|
574
|
+
end
|
575
|
+
|
576
|
+
class Lens
|
577
|
+
attr_accessor lens_arn: ::String
|
578
|
+
attr_accessor lens_version: ::String
|
579
|
+
attr_accessor name: ::String
|
580
|
+
attr_accessor description: ::String
|
581
|
+
attr_accessor owner: ::String
|
582
|
+
attr_accessor share_invitation_id: ::String
|
583
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
584
|
+
SENSITIVE: []
|
585
|
+
end
|
586
|
+
|
587
|
+
class LensMetric
|
588
|
+
attr_accessor lens_arn: ::String
|
589
|
+
attr_accessor pillars: ::Array[Types::PillarMetric]
|
590
|
+
attr_accessor risk_counts: ::Hash[("UNANSWERED" | "HIGH" | "MEDIUM" | "NONE" | "NOT_APPLICABLE"), ::Integer]
|
591
|
+
SENSITIVE: []
|
592
|
+
end
|
593
|
+
|
594
|
+
class LensReview
|
595
|
+
attr_accessor lens_alias: ::String
|
596
|
+
attr_accessor lens_arn: ::String
|
597
|
+
attr_accessor lens_version: ::String
|
598
|
+
attr_accessor lens_name: ::String
|
599
|
+
attr_accessor lens_status: ("CURRENT" | "NOT_CURRENT" | "DEPRECATED" | "DELETED" | "UNSHARED")
|
600
|
+
attr_accessor pillar_review_summaries: ::Array[Types::PillarReviewSummary]
|
601
|
+
attr_accessor updated_at: ::Time
|
602
|
+
attr_accessor notes: ::String
|
603
|
+
attr_accessor risk_counts: ::Hash[("UNANSWERED" | "HIGH" | "MEDIUM" | "NONE" | "NOT_APPLICABLE"), ::Integer]
|
604
|
+
attr_accessor next_token: ::String
|
605
|
+
attr_accessor profiles: ::Array[Types::WorkloadProfile]
|
606
|
+
attr_accessor prioritized_risk_counts: ::Hash[("UNANSWERED" | "HIGH" | "MEDIUM" | "NONE" | "NOT_APPLICABLE"), ::Integer]
|
607
|
+
SENSITIVE: []
|
608
|
+
end
|
609
|
+
|
610
|
+
class LensReviewReport
|
611
|
+
attr_accessor lens_alias: ::String
|
612
|
+
attr_accessor lens_arn: ::String
|
613
|
+
attr_accessor base_64_string: ::String
|
614
|
+
SENSITIVE: []
|
615
|
+
end
|
616
|
+
|
617
|
+
class LensReviewSummary
|
618
|
+
attr_accessor lens_alias: ::String
|
619
|
+
attr_accessor lens_arn: ::String
|
620
|
+
attr_accessor lens_version: ::String
|
621
|
+
attr_accessor lens_name: ::String
|
622
|
+
attr_accessor lens_status: ("CURRENT" | "NOT_CURRENT" | "DEPRECATED" | "DELETED" | "UNSHARED")
|
623
|
+
attr_accessor updated_at: ::Time
|
624
|
+
attr_accessor risk_counts: ::Hash[("UNANSWERED" | "HIGH" | "MEDIUM" | "NONE" | "NOT_APPLICABLE"), ::Integer]
|
625
|
+
attr_accessor profiles: ::Array[Types::WorkloadProfile]
|
626
|
+
attr_accessor prioritized_risk_counts: ::Hash[("UNANSWERED" | "HIGH" | "MEDIUM" | "NONE" | "NOT_APPLICABLE"), ::Integer]
|
627
|
+
SENSITIVE: []
|
628
|
+
end
|
629
|
+
|
630
|
+
class LensShareSummary
|
631
|
+
attr_accessor share_id: ::String
|
632
|
+
attr_accessor shared_with: ::String
|
633
|
+
attr_accessor status: ("ACCEPTED" | "REJECTED" | "PENDING" | "REVOKED" | "EXPIRED" | "ASSOCIATING" | "ASSOCIATED" | "FAILED")
|
634
|
+
attr_accessor status_message: ::String
|
635
|
+
SENSITIVE: []
|
636
|
+
end
|
637
|
+
|
638
|
+
class LensSummary
|
639
|
+
attr_accessor lens_arn: ::String
|
640
|
+
attr_accessor lens_alias: ::String
|
641
|
+
attr_accessor lens_name: ::String
|
642
|
+
attr_accessor lens_type: ("AWS_OFFICIAL" | "CUSTOM_SHARED" | "CUSTOM_SELF")
|
643
|
+
attr_accessor description: ::String
|
644
|
+
attr_accessor created_at: ::Time
|
645
|
+
attr_accessor updated_at: ::Time
|
646
|
+
attr_accessor lens_version: ::String
|
647
|
+
attr_accessor owner: ::String
|
648
|
+
attr_accessor lens_status: ("CURRENT" | "NOT_CURRENT" | "DEPRECATED" | "DELETED" | "UNSHARED")
|
649
|
+
SENSITIVE: []
|
650
|
+
end
|
651
|
+
|
652
|
+
class LensUpgradeSummary
|
653
|
+
attr_accessor workload_id: ::String
|
654
|
+
attr_accessor workload_name: ::String
|
655
|
+
attr_accessor lens_alias: ::String
|
656
|
+
attr_accessor lens_arn: ::String
|
657
|
+
attr_accessor current_lens_version: ::String
|
658
|
+
attr_accessor latest_lens_version: ::String
|
659
|
+
attr_accessor resource_arn: ::String
|
660
|
+
attr_accessor resource_name: ::String
|
661
|
+
SENSITIVE: []
|
662
|
+
end
|
663
|
+
|
664
|
+
class ListAnswersInput
|
665
|
+
attr_accessor workload_id: ::String
|
666
|
+
attr_accessor lens_alias: ::String
|
667
|
+
attr_accessor pillar_id: ::String
|
668
|
+
attr_accessor milestone_number: ::Integer
|
669
|
+
attr_accessor next_token: ::String
|
670
|
+
attr_accessor max_results: ::Integer
|
671
|
+
attr_accessor question_priority: ("PRIORITIZED" | "NONE")
|
672
|
+
SENSITIVE: []
|
673
|
+
end
|
674
|
+
|
675
|
+
class ListAnswersOutput
|
676
|
+
attr_accessor workload_id: ::String
|
677
|
+
attr_accessor milestone_number: ::Integer
|
678
|
+
attr_accessor lens_alias: ::String
|
679
|
+
attr_accessor lens_arn: ::String
|
680
|
+
attr_accessor answer_summaries: ::Array[Types::AnswerSummary]
|
681
|
+
attr_accessor next_token: ::String
|
682
|
+
SENSITIVE: []
|
683
|
+
end
|
684
|
+
|
685
|
+
class ListCheckDetailsInput
|
686
|
+
attr_accessor workload_id: ::String
|
687
|
+
attr_accessor next_token: ::String
|
688
|
+
attr_accessor max_results: ::Integer
|
689
|
+
attr_accessor lens_arn: ::String
|
690
|
+
attr_accessor pillar_id: ::String
|
691
|
+
attr_accessor question_id: ::String
|
692
|
+
attr_accessor choice_id: ::String
|
693
|
+
SENSITIVE: []
|
694
|
+
end
|
695
|
+
|
696
|
+
class ListCheckDetailsOutput
|
697
|
+
attr_accessor check_details: ::Array[Types::CheckDetail]
|
698
|
+
attr_accessor next_token: ::String
|
699
|
+
SENSITIVE: []
|
700
|
+
end
|
701
|
+
|
702
|
+
class ListCheckSummariesInput
|
703
|
+
attr_accessor workload_id: ::String
|
704
|
+
attr_accessor next_token: ::String
|
705
|
+
attr_accessor max_results: ::Integer
|
706
|
+
attr_accessor lens_arn: ::String
|
707
|
+
attr_accessor pillar_id: ::String
|
708
|
+
attr_accessor question_id: ::String
|
709
|
+
attr_accessor choice_id: ::String
|
710
|
+
SENSITIVE: []
|
711
|
+
end
|
712
|
+
|
713
|
+
class ListCheckSummariesOutput
|
714
|
+
attr_accessor check_summaries: ::Array[Types::CheckSummary]
|
715
|
+
attr_accessor next_token: ::String
|
716
|
+
SENSITIVE: []
|
717
|
+
end
|
718
|
+
|
719
|
+
class ListLensReviewImprovementsInput
|
720
|
+
attr_accessor workload_id: ::String
|
721
|
+
attr_accessor lens_alias: ::String
|
722
|
+
attr_accessor pillar_id: ::String
|
723
|
+
attr_accessor milestone_number: ::Integer
|
724
|
+
attr_accessor next_token: ::String
|
725
|
+
attr_accessor max_results: ::Integer
|
726
|
+
attr_accessor question_priority: ("PRIORITIZED" | "NONE")
|
727
|
+
SENSITIVE: []
|
728
|
+
end
|
729
|
+
|
730
|
+
class ListLensReviewImprovementsOutput
|
731
|
+
attr_accessor workload_id: ::String
|
732
|
+
attr_accessor milestone_number: ::Integer
|
733
|
+
attr_accessor lens_alias: ::String
|
734
|
+
attr_accessor lens_arn: ::String
|
735
|
+
attr_accessor improvement_summaries: ::Array[Types::ImprovementSummary]
|
736
|
+
attr_accessor next_token: ::String
|
737
|
+
SENSITIVE: []
|
738
|
+
end
|
739
|
+
|
740
|
+
class ListLensReviewsInput
|
741
|
+
attr_accessor workload_id: ::String
|
742
|
+
attr_accessor milestone_number: ::Integer
|
743
|
+
attr_accessor next_token: ::String
|
744
|
+
attr_accessor max_results: ::Integer
|
745
|
+
SENSITIVE: []
|
746
|
+
end
|
747
|
+
|
748
|
+
class ListLensReviewsOutput
|
749
|
+
attr_accessor workload_id: ::String
|
750
|
+
attr_accessor milestone_number: ::Integer
|
751
|
+
attr_accessor lens_review_summaries: ::Array[Types::LensReviewSummary]
|
752
|
+
attr_accessor next_token: ::String
|
753
|
+
SENSITIVE: []
|
754
|
+
end
|
755
|
+
|
756
|
+
class ListLensSharesInput
|
757
|
+
attr_accessor lens_alias: ::String
|
758
|
+
attr_accessor shared_with_prefix: ::String
|
759
|
+
attr_accessor next_token: ::String
|
760
|
+
attr_accessor max_results: ::Integer
|
761
|
+
attr_accessor status: ("ACCEPTED" | "REJECTED" | "PENDING" | "REVOKED" | "EXPIRED" | "ASSOCIATING" | "ASSOCIATED" | "FAILED")
|
762
|
+
SENSITIVE: []
|
763
|
+
end
|
764
|
+
|
765
|
+
class ListLensSharesOutput
|
766
|
+
attr_accessor lens_share_summaries: ::Array[Types::LensShareSummary]
|
767
|
+
attr_accessor next_token: ::String
|
768
|
+
SENSITIVE: []
|
769
|
+
end
|
770
|
+
|
771
|
+
class ListLensesInput
|
772
|
+
attr_accessor next_token: ::String
|
773
|
+
attr_accessor max_results: ::Integer
|
774
|
+
attr_accessor lens_type: ("AWS_OFFICIAL" | "CUSTOM_SHARED" | "CUSTOM_SELF")
|
775
|
+
attr_accessor lens_status: ("ALL" | "DRAFT" | "PUBLISHED")
|
776
|
+
attr_accessor lens_name: ::String
|
777
|
+
SENSITIVE: []
|
778
|
+
end
|
779
|
+
|
780
|
+
class ListLensesOutput
|
781
|
+
attr_accessor lens_summaries: ::Array[Types::LensSummary]
|
782
|
+
attr_accessor next_token: ::String
|
783
|
+
SENSITIVE: []
|
784
|
+
end
|
785
|
+
|
786
|
+
class ListMilestonesInput
|
787
|
+
attr_accessor workload_id: ::String
|
788
|
+
attr_accessor next_token: ::String
|
789
|
+
attr_accessor max_results: ::Integer
|
790
|
+
SENSITIVE: []
|
791
|
+
end
|
792
|
+
|
793
|
+
class ListMilestonesOutput
|
794
|
+
attr_accessor workload_id: ::String
|
795
|
+
attr_accessor milestone_summaries: ::Array[Types::MilestoneSummary]
|
796
|
+
attr_accessor next_token: ::String
|
797
|
+
SENSITIVE: []
|
798
|
+
end
|
799
|
+
|
800
|
+
class ListNotificationsInput
|
801
|
+
attr_accessor workload_id: ::String
|
802
|
+
attr_accessor next_token: ::String
|
803
|
+
attr_accessor max_results: ::Integer
|
804
|
+
attr_accessor resource_arn: ::String
|
805
|
+
SENSITIVE: []
|
806
|
+
end
|
807
|
+
|
808
|
+
class ListNotificationsOutput
|
809
|
+
attr_accessor notification_summaries: ::Array[Types::NotificationSummary]
|
810
|
+
attr_accessor next_token: ::String
|
811
|
+
SENSITIVE: []
|
812
|
+
end
|
813
|
+
|
814
|
+
class ListProfileNotificationsInput
|
815
|
+
attr_accessor workload_id: ::String
|
816
|
+
attr_accessor next_token: ::String
|
817
|
+
attr_accessor max_results: ::Integer
|
818
|
+
SENSITIVE: []
|
819
|
+
end
|
820
|
+
|
821
|
+
class ListProfileNotificationsOutput
|
822
|
+
attr_accessor notification_summaries: ::Array[Types::ProfileNotificationSummary]
|
823
|
+
attr_accessor next_token: ::String
|
824
|
+
SENSITIVE: []
|
825
|
+
end
|
826
|
+
|
827
|
+
class ListProfileSharesInput
|
828
|
+
attr_accessor profile_arn: ::String
|
829
|
+
attr_accessor shared_with_prefix: ::String
|
830
|
+
attr_accessor next_token: ::String
|
831
|
+
attr_accessor max_results: ::Integer
|
832
|
+
attr_accessor status: ("ACCEPTED" | "REJECTED" | "PENDING" | "REVOKED" | "EXPIRED" | "ASSOCIATING" | "ASSOCIATED" | "FAILED")
|
833
|
+
SENSITIVE: []
|
834
|
+
end
|
835
|
+
|
836
|
+
class ListProfileSharesOutput
|
837
|
+
attr_accessor profile_share_summaries: ::Array[Types::ProfileShareSummary]
|
838
|
+
attr_accessor next_token: ::String
|
839
|
+
SENSITIVE: []
|
840
|
+
end
|
841
|
+
|
842
|
+
class ListProfilesInput
|
843
|
+
attr_accessor profile_name_prefix: ::String
|
844
|
+
attr_accessor profile_owner_type: ("SELF" | "SHARED")
|
845
|
+
attr_accessor next_token: ::String
|
846
|
+
attr_accessor max_results: ::Integer
|
847
|
+
SENSITIVE: []
|
848
|
+
end
|
849
|
+
|
850
|
+
class ListProfilesOutput
|
851
|
+
attr_accessor profile_summaries: ::Array[Types::ProfileSummary]
|
852
|
+
attr_accessor next_token: ::String
|
853
|
+
SENSITIVE: []
|
854
|
+
end
|
855
|
+
|
856
|
+
class ListReviewTemplateAnswersInput
|
857
|
+
attr_accessor template_arn: ::String
|
858
|
+
attr_accessor lens_alias: ::String
|
859
|
+
attr_accessor pillar_id: ::String
|
860
|
+
attr_accessor next_token: ::String
|
861
|
+
attr_accessor max_results: ::Integer
|
862
|
+
SENSITIVE: []
|
863
|
+
end
|
864
|
+
|
865
|
+
class ListReviewTemplateAnswersOutput
|
866
|
+
attr_accessor template_arn: ::String
|
867
|
+
attr_accessor lens_alias: ::String
|
868
|
+
attr_accessor answer_summaries: ::Array[Types::ReviewTemplateAnswerSummary]
|
869
|
+
attr_accessor next_token: ::String
|
870
|
+
SENSITIVE: []
|
871
|
+
end
|
872
|
+
|
873
|
+
class ListReviewTemplatesInput
|
874
|
+
attr_accessor next_token: ::String
|
875
|
+
attr_accessor max_results: ::Integer
|
876
|
+
SENSITIVE: []
|
877
|
+
end
|
878
|
+
|
879
|
+
class ListReviewTemplatesOutput
|
880
|
+
attr_accessor review_templates: ::Array[Types::ReviewTemplateSummary]
|
881
|
+
attr_accessor next_token: ::String
|
882
|
+
SENSITIVE: []
|
883
|
+
end
|
884
|
+
|
885
|
+
class ListShareInvitationsInput
|
886
|
+
attr_accessor workload_name_prefix: ::String
|
887
|
+
attr_accessor lens_name_prefix: ::String
|
888
|
+
attr_accessor share_resource_type: ("WORKLOAD" | "LENS" | "PROFILE" | "TEMPLATE")
|
889
|
+
attr_accessor next_token: ::String
|
890
|
+
attr_accessor max_results: ::Integer
|
891
|
+
attr_accessor profile_name_prefix: ::String
|
892
|
+
attr_accessor template_name_prefix: ::String
|
893
|
+
SENSITIVE: []
|
894
|
+
end
|
895
|
+
|
896
|
+
class ListShareInvitationsOutput
|
897
|
+
attr_accessor share_invitation_summaries: ::Array[Types::ShareInvitationSummary]
|
898
|
+
attr_accessor next_token: ::String
|
899
|
+
SENSITIVE: []
|
900
|
+
end
|
901
|
+
|
902
|
+
class ListTagsForResourceInput
|
903
|
+
attr_accessor workload_arn: ::String
|
904
|
+
SENSITIVE: []
|
905
|
+
end
|
906
|
+
|
907
|
+
class ListTagsForResourceOutput
|
908
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
909
|
+
SENSITIVE: []
|
910
|
+
end
|
911
|
+
|
912
|
+
class ListTemplateSharesInput
|
913
|
+
attr_accessor template_arn: ::String
|
914
|
+
attr_accessor shared_with_prefix: ::String
|
915
|
+
attr_accessor next_token: ::String
|
916
|
+
attr_accessor max_results: ::Integer
|
917
|
+
attr_accessor status: ("ACCEPTED" | "REJECTED" | "PENDING" | "REVOKED" | "EXPIRED" | "ASSOCIATING" | "ASSOCIATED" | "FAILED")
|
918
|
+
SENSITIVE: []
|
919
|
+
end
|
920
|
+
|
921
|
+
class ListTemplateSharesOutput
|
922
|
+
attr_accessor template_arn: ::String
|
923
|
+
attr_accessor template_share_summaries: ::Array[Types::TemplateShareSummary]
|
924
|
+
attr_accessor next_token: ::String
|
925
|
+
SENSITIVE: []
|
926
|
+
end
|
927
|
+
|
928
|
+
class ListWorkloadSharesInput
|
929
|
+
attr_accessor workload_id: ::String
|
930
|
+
attr_accessor shared_with_prefix: ::String
|
931
|
+
attr_accessor next_token: ::String
|
932
|
+
attr_accessor max_results: ::Integer
|
933
|
+
attr_accessor status: ("ACCEPTED" | "REJECTED" | "PENDING" | "REVOKED" | "EXPIRED" | "ASSOCIATING" | "ASSOCIATED" | "FAILED")
|
934
|
+
SENSITIVE: []
|
935
|
+
end
|
936
|
+
|
937
|
+
class ListWorkloadSharesOutput
|
938
|
+
attr_accessor workload_id: ::String
|
939
|
+
attr_accessor workload_share_summaries: ::Array[Types::WorkloadShareSummary]
|
940
|
+
attr_accessor next_token: ::String
|
941
|
+
SENSITIVE: []
|
942
|
+
end
|
943
|
+
|
944
|
+
class ListWorkloadsInput
|
945
|
+
attr_accessor workload_name_prefix: ::String
|
946
|
+
attr_accessor next_token: ::String
|
947
|
+
attr_accessor max_results: ::Integer
|
948
|
+
SENSITIVE: []
|
949
|
+
end
|
950
|
+
|
951
|
+
class ListWorkloadsOutput
|
952
|
+
attr_accessor workload_summaries: ::Array[Types::WorkloadSummary]
|
953
|
+
attr_accessor next_token: ::String
|
954
|
+
SENSITIVE: []
|
955
|
+
end
|
956
|
+
|
957
|
+
class Milestone
|
958
|
+
attr_accessor milestone_number: ::Integer
|
959
|
+
attr_accessor milestone_name: ::String
|
960
|
+
attr_accessor recorded_at: ::Time
|
961
|
+
attr_accessor workload: Types::Workload
|
962
|
+
SENSITIVE: []
|
963
|
+
end
|
964
|
+
|
965
|
+
class MilestoneSummary
|
966
|
+
attr_accessor milestone_number: ::Integer
|
967
|
+
attr_accessor milestone_name: ::String
|
968
|
+
attr_accessor recorded_at: ::Time
|
969
|
+
attr_accessor workload_summary: Types::WorkloadSummary
|
970
|
+
SENSITIVE: []
|
971
|
+
end
|
972
|
+
|
973
|
+
class NotificationSummary
|
974
|
+
attr_accessor type: ("LENS_VERSION_UPGRADED" | "LENS_VERSION_DEPRECATED")
|
975
|
+
attr_accessor lens_upgrade_summary: Types::LensUpgradeSummary
|
976
|
+
SENSITIVE: []
|
977
|
+
end
|
978
|
+
|
979
|
+
class PillarDifference
|
980
|
+
attr_accessor pillar_id: ::String
|
981
|
+
attr_accessor pillar_name: ::String
|
982
|
+
attr_accessor difference_status: ("UPDATED" | "NEW" | "DELETED")
|
983
|
+
attr_accessor question_differences: ::Array[Types::QuestionDifference]
|
984
|
+
SENSITIVE: []
|
985
|
+
end
|
986
|
+
|
987
|
+
class PillarMetric
|
988
|
+
attr_accessor pillar_id: ::String
|
989
|
+
attr_accessor risk_counts: ::Hash[("UNANSWERED" | "HIGH" | "MEDIUM" | "NONE" | "NOT_APPLICABLE"), ::Integer]
|
990
|
+
attr_accessor questions: ::Array[Types::QuestionMetric]
|
991
|
+
SENSITIVE: []
|
992
|
+
end
|
993
|
+
|
994
|
+
class PillarReviewSummary
|
995
|
+
attr_accessor pillar_id: ::String
|
996
|
+
attr_accessor pillar_name: ::String
|
997
|
+
attr_accessor notes: ::String
|
998
|
+
attr_accessor risk_counts: ::Hash[("UNANSWERED" | "HIGH" | "MEDIUM" | "NONE" | "NOT_APPLICABLE"), ::Integer]
|
999
|
+
attr_accessor prioritized_risk_counts: ::Hash[("UNANSWERED" | "HIGH" | "MEDIUM" | "NONE" | "NOT_APPLICABLE"), ::Integer]
|
1000
|
+
SENSITIVE: []
|
1001
|
+
end
|
1002
|
+
|
1003
|
+
class Profile
|
1004
|
+
attr_accessor profile_arn: ::String
|
1005
|
+
attr_accessor profile_version: ::String
|
1006
|
+
attr_accessor profile_name: ::String
|
1007
|
+
attr_accessor profile_description: ::String
|
1008
|
+
attr_accessor profile_questions: ::Array[Types::ProfileQuestion]
|
1009
|
+
attr_accessor owner: ::String
|
1010
|
+
attr_accessor created_at: ::Time
|
1011
|
+
attr_accessor updated_at: ::Time
|
1012
|
+
attr_accessor share_invitation_id: ::String
|
1013
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
1014
|
+
SENSITIVE: []
|
1015
|
+
end
|
1016
|
+
|
1017
|
+
class ProfileChoice
|
1018
|
+
attr_accessor choice_id: ::String
|
1019
|
+
attr_accessor choice_title: ::String
|
1020
|
+
attr_accessor choice_description: ::String
|
1021
|
+
SENSITIVE: []
|
1022
|
+
end
|
1023
|
+
|
1024
|
+
class ProfileNotificationSummary
|
1025
|
+
attr_accessor current_profile_version: ::String
|
1026
|
+
attr_accessor latest_profile_version: ::String
|
1027
|
+
attr_accessor type: ("PROFILE_ANSWERS_UPDATED" | "PROFILE_DELETED")
|
1028
|
+
attr_accessor profile_arn: ::String
|
1029
|
+
attr_accessor profile_name: ::String
|
1030
|
+
attr_accessor workload_id: ::String
|
1031
|
+
attr_accessor workload_name: ::String
|
1032
|
+
SENSITIVE: []
|
1033
|
+
end
|
1034
|
+
|
1035
|
+
class ProfileQuestion
|
1036
|
+
attr_accessor question_id: ::String
|
1037
|
+
attr_accessor question_title: ::String
|
1038
|
+
attr_accessor question_description: ::String
|
1039
|
+
attr_accessor question_choices: ::Array[Types::ProfileChoice]
|
1040
|
+
attr_accessor selected_choice_ids: ::Array[::String]
|
1041
|
+
attr_accessor min_selected_choices: ::Integer
|
1042
|
+
attr_accessor max_selected_choices: ::Integer
|
1043
|
+
SENSITIVE: []
|
1044
|
+
end
|
1045
|
+
|
1046
|
+
class ProfileQuestionUpdate
|
1047
|
+
attr_accessor question_id: ::String
|
1048
|
+
attr_accessor selected_choice_ids: ::Array[::String]
|
1049
|
+
SENSITIVE: []
|
1050
|
+
end
|
1051
|
+
|
1052
|
+
class ProfileShareSummary
|
1053
|
+
attr_accessor share_id: ::String
|
1054
|
+
attr_accessor shared_with: ::String
|
1055
|
+
attr_accessor status: ("ACCEPTED" | "REJECTED" | "PENDING" | "REVOKED" | "EXPIRED" | "ASSOCIATING" | "ASSOCIATED" | "FAILED")
|
1056
|
+
attr_accessor status_message: ::String
|
1057
|
+
SENSITIVE: []
|
1058
|
+
end
|
1059
|
+
|
1060
|
+
class ProfileSummary
|
1061
|
+
attr_accessor profile_arn: ::String
|
1062
|
+
attr_accessor profile_version: ::String
|
1063
|
+
attr_accessor profile_name: ::String
|
1064
|
+
attr_accessor profile_description: ::String
|
1065
|
+
attr_accessor owner: ::String
|
1066
|
+
attr_accessor created_at: ::Time
|
1067
|
+
attr_accessor updated_at: ::Time
|
1068
|
+
SENSITIVE: []
|
1069
|
+
end
|
1070
|
+
|
1071
|
+
class ProfileTemplate
|
1072
|
+
attr_accessor template_name: ::String
|
1073
|
+
attr_accessor template_questions: ::Array[Types::ProfileTemplateQuestion]
|
1074
|
+
attr_accessor created_at: ::Time
|
1075
|
+
attr_accessor updated_at: ::Time
|
1076
|
+
SENSITIVE: []
|
1077
|
+
end
|
1078
|
+
|
1079
|
+
class ProfileTemplateChoice
|
1080
|
+
attr_accessor choice_id: ::String
|
1081
|
+
attr_accessor choice_title: ::String
|
1082
|
+
attr_accessor choice_description: ::String
|
1083
|
+
SENSITIVE: []
|
1084
|
+
end
|
1085
|
+
|
1086
|
+
class ProfileTemplateQuestion
|
1087
|
+
attr_accessor question_id: ::String
|
1088
|
+
attr_accessor question_title: ::String
|
1089
|
+
attr_accessor question_description: ::String
|
1090
|
+
attr_accessor question_choices: ::Array[Types::ProfileTemplateChoice]
|
1091
|
+
attr_accessor min_selected_choices: ::Integer
|
1092
|
+
attr_accessor max_selected_choices: ::Integer
|
1093
|
+
SENSITIVE: []
|
1094
|
+
end
|
1095
|
+
|
1096
|
+
class QuestionDifference
|
1097
|
+
attr_accessor question_id: ::String
|
1098
|
+
attr_accessor question_title: ::String
|
1099
|
+
attr_accessor difference_status: ("UPDATED" | "NEW" | "DELETED")
|
1100
|
+
SENSITIVE: []
|
1101
|
+
end
|
1102
|
+
|
1103
|
+
class QuestionMetric
|
1104
|
+
attr_accessor question_id: ::String
|
1105
|
+
attr_accessor risk: ("UNANSWERED" | "HIGH" | "MEDIUM" | "NONE" | "NOT_APPLICABLE")
|
1106
|
+
attr_accessor best_practices: ::Array[Types::BestPractice]
|
1107
|
+
SENSITIVE: []
|
1108
|
+
end
|
1109
|
+
|
1110
|
+
class ResourceNotFoundException
|
1111
|
+
attr_accessor message: ::String
|
1112
|
+
attr_accessor resource_id: ::String
|
1113
|
+
attr_accessor resource_type: ::String
|
1114
|
+
SENSITIVE: []
|
1115
|
+
end
|
1116
|
+
|
1117
|
+
class ReviewTemplate
|
1118
|
+
attr_accessor description: ::String
|
1119
|
+
attr_accessor lenses: ::Array[::String]
|
1120
|
+
attr_accessor notes: ::String
|
1121
|
+
attr_accessor question_counts: ::Hash[("UNANSWERED" | "ANSWERED"), ::Integer]
|
1122
|
+
attr_accessor owner: ::String
|
1123
|
+
attr_accessor updated_at: ::Time
|
1124
|
+
attr_accessor template_arn: ::String
|
1125
|
+
attr_accessor template_name: ::String
|
1126
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
1127
|
+
attr_accessor update_status: ("CURRENT" | "LENS_NOT_CURRENT")
|
1128
|
+
attr_accessor share_invitation_id: ::String
|
1129
|
+
SENSITIVE: []
|
1130
|
+
end
|
1131
|
+
|
1132
|
+
class ReviewTemplateAnswer
|
1133
|
+
attr_accessor question_id: ::String
|
1134
|
+
attr_accessor pillar_id: ::String
|
1135
|
+
attr_accessor question_title: ::String
|
1136
|
+
attr_accessor question_description: ::String
|
1137
|
+
attr_accessor improvement_plan_url: ::String
|
1138
|
+
attr_accessor helpful_resource_url: ::String
|
1139
|
+
attr_accessor helpful_resource_display_text: ::String
|
1140
|
+
attr_accessor choices: ::Array[Types::Choice]
|
1141
|
+
attr_accessor selected_choices: ::Array[::String]
|
1142
|
+
attr_accessor choice_answers: ::Array[Types::ChoiceAnswer]
|
1143
|
+
attr_accessor is_applicable: bool
|
1144
|
+
attr_accessor answer_status: ("UNANSWERED" | "ANSWERED")
|
1145
|
+
attr_accessor notes: ::String
|
1146
|
+
attr_accessor reason: ("OUT_OF_SCOPE" | "BUSINESS_PRIORITIES" | "ARCHITECTURE_CONSTRAINTS" | "OTHER" | "NONE")
|
1147
|
+
SENSITIVE: []
|
1148
|
+
end
|
1149
|
+
|
1150
|
+
class ReviewTemplateAnswerSummary
|
1151
|
+
attr_accessor question_id: ::String
|
1152
|
+
attr_accessor pillar_id: ::String
|
1153
|
+
attr_accessor question_title: ::String
|
1154
|
+
attr_accessor choices: ::Array[Types::Choice]
|
1155
|
+
attr_accessor selected_choices: ::Array[::String]
|
1156
|
+
attr_accessor choice_answer_summaries: ::Array[Types::ChoiceAnswerSummary]
|
1157
|
+
attr_accessor is_applicable: bool
|
1158
|
+
attr_accessor answer_status: ("UNANSWERED" | "ANSWERED")
|
1159
|
+
attr_accessor reason: ("OUT_OF_SCOPE" | "BUSINESS_PRIORITIES" | "ARCHITECTURE_CONSTRAINTS" | "OTHER" | "NONE")
|
1160
|
+
attr_accessor question_type: ("PRIORITIZED" | "NON_PRIORITIZED")
|
1161
|
+
SENSITIVE: []
|
1162
|
+
end
|
1163
|
+
|
1164
|
+
class ReviewTemplateLensReview
|
1165
|
+
attr_accessor lens_alias: ::String
|
1166
|
+
attr_accessor lens_arn: ::String
|
1167
|
+
attr_accessor lens_version: ::String
|
1168
|
+
attr_accessor lens_name: ::String
|
1169
|
+
attr_accessor lens_status: ("CURRENT" | "NOT_CURRENT" | "DEPRECATED" | "DELETED" | "UNSHARED")
|
1170
|
+
attr_accessor pillar_review_summaries: ::Array[Types::ReviewTemplatePillarReviewSummary]
|
1171
|
+
attr_accessor updated_at: ::Time
|
1172
|
+
attr_accessor notes: ::String
|
1173
|
+
attr_accessor question_counts: ::Hash[("UNANSWERED" | "ANSWERED"), ::Integer]
|
1174
|
+
attr_accessor next_token: ::String
|
1175
|
+
SENSITIVE: []
|
1176
|
+
end
|
1177
|
+
|
1178
|
+
class ReviewTemplatePillarReviewSummary
|
1179
|
+
attr_accessor pillar_id: ::String
|
1180
|
+
attr_accessor pillar_name: ::String
|
1181
|
+
attr_accessor notes: ::String
|
1182
|
+
attr_accessor question_counts: ::Hash[("UNANSWERED" | "ANSWERED"), ::Integer]
|
1183
|
+
SENSITIVE: []
|
1184
|
+
end
|
1185
|
+
|
1186
|
+
class ReviewTemplateSummary
|
1187
|
+
attr_accessor description: ::String
|
1188
|
+
attr_accessor lenses: ::Array[::String]
|
1189
|
+
attr_accessor owner: ::String
|
1190
|
+
attr_accessor updated_at: ::Time
|
1191
|
+
attr_accessor template_arn: ::String
|
1192
|
+
attr_accessor template_name: ::String
|
1193
|
+
attr_accessor update_status: ("CURRENT" | "LENS_NOT_CURRENT")
|
1194
|
+
SENSITIVE: []
|
1195
|
+
end
|
1196
|
+
|
1197
|
+
class ServiceQuotaExceededException
|
1198
|
+
attr_accessor message: ::String
|
1199
|
+
attr_accessor resource_id: ::String
|
1200
|
+
attr_accessor resource_type: ::String
|
1201
|
+
attr_accessor quota_code: ::String
|
1202
|
+
attr_accessor service_code: ::String
|
1203
|
+
SENSITIVE: []
|
1204
|
+
end
|
1205
|
+
|
1206
|
+
class ShareInvitation
|
1207
|
+
attr_accessor share_invitation_id: ::String
|
1208
|
+
attr_accessor share_resource_type: ("WORKLOAD" | "LENS" | "PROFILE" | "TEMPLATE")
|
1209
|
+
attr_accessor workload_id: ::String
|
1210
|
+
attr_accessor lens_alias: ::String
|
1211
|
+
attr_accessor lens_arn: ::String
|
1212
|
+
attr_accessor profile_arn: ::String
|
1213
|
+
attr_accessor template_arn: ::String
|
1214
|
+
SENSITIVE: []
|
1215
|
+
end
|
1216
|
+
|
1217
|
+
class ShareInvitationSummary
|
1218
|
+
attr_accessor share_invitation_id: ::String
|
1219
|
+
attr_accessor shared_by: ::String
|
1220
|
+
attr_accessor shared_with: ::String
|
1221
|
+
attr_accessor permission_type: ("READONLY" | "CONTRIBUTOR")
|
1222
|
+
attr_accessor share_resource_type: ("WORKLOAD" | "LENS" | "PROFILE" | "TEMPLATE")
|
1223
|
+
attr_accessor workload_name: ::String
|
1224
|
+
attr_accessor workload_id: ::String
|
1225
|
+
attr_accessor lens_name: ::String
|
1226
|
+
attr_accessor lens_arn: ::String
|
1227
|
+
attr_accessor profile_name: ::String
|
1228
|
+
attr_accessor profile_arn: ::String
|
1229
|
+
attr_accessor template_name: ::String
|
1230
|
+
attr_accessor template_arn: ::String
|
1231
|
+
SENSITIVE: []
|
1232
|
+
end
|
1233
|
+
|
1234
|
+
class TagResourceInput
|
1235
|
+
attr_accessor workload_arn: ::String
|
1236
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
1237
|
+
SENSITIVE: []
|
1238
|
+
end
|
1239
|
+
|
1240
|
+
class TagResourceOutput < Aws::EmptyStructure
|
1241
|
+
end
|
1242
|
+
|
1243
|
+
class TemplateShareSummary
|
1244
|
+
attr_accessor share_id: ::String
|
1245
|
+
attr_accessor shared_with: ::String
|
1246
|
+
attr_accessor status: ("ACCEPTED" | "REJECTED" | "PENDING" | "REVOKED" | "EXPIRED" | "ASSOCIATING" | "ASSOCIATED" | "FAILED")
|
1247
|
+
attr_accessor status_message: ::String
|
1248
|
+
SENSITIVE: []
|
1249
|
+
end
|
1250
|
+
|
1251
|
+
class ThrottlingException
|
1252
|
+
attr_accessor message: ::String
|
1253
|
+
attr_accessor quota_code: ::String
|
1254
|
+
attr_accessor service_code: ::String
|
1255
|
+
SENSITIVE: []
|
1256
|
+
end
|
1257
|
+
|
1258
|
+
class UntagResourceInput
|
1259
|
+
attr_accessor workload_arn: ::String
|
1260
|
+
attr_accessor tag_keys: ::Array[::String]
|
1261
|
+
SENSITIVE: []
|
1262
|
+
end
|
1263
|
+
|
1264
|
+
class UntagResourceOutput < Aws::EmptyStructure
|
1265
|
+
end
|
1266
|
+
|
1267
|
+
class UpdateAnswerInput
|
1268
|
+
attr_accessor workload_id: ::String
|
1269
|
+
attr_accessor lens_alias: ::String
|
1270
|
+
attr_accessor question_id: ::String
|
1271
|
+
attr_accessor selected_choices: ::Array[::String]
|
1272
|
+
attr_accessor choice_updates: ::Hash[::String, Types::ChoiceUpdate]
|
1273
|
+
attr_accessor notes: ::String
|
1274
|
+
attr_accessor is_applicable: bool
|
1275
|
+
attr_accessor reason: ("OUT_OF_SCOPE" | "BUSINESS_PRIORITIES" | "ARCHITECTURE_CONSTRAINTS" | "OTHER" | "NONE")
|
1276
|
+
SENSITIVE: []
|
1277
|
+
end
|
1278
|
+
|
1279
|
+
class UpdateAnswerOutput
|
1280
|
+
attr_accessor workload_id: ::String
|
1281
|
+
attr_accessor lens_alias: ::String
|
1282
|
+
attr_accessor lens_arn: ::String
|
1283
|
+
attr_accessor answer: Types::Answer
|
1284
|
+
SENSITIVE: []
|
1285
|
+
end
|
1286
|
+
|
1287
|
+
class UpdateGlobalSettingsInput
|
1288
|
+
attr_accessor organization_sharing_status: ("ENABLED" | "DISABLED")
|
1289
|
+
attr_accessor discovery_integration_status: ("ENABLED" | "DISABLED")
|
1290
|
+
SENSITIVE: []
|
1291
|
+
end
|
1292
|
+
|
1293
|
+
class UpdateLensReviewInput
|
1294
|
+
attr_accessor workload_id: ::String
|
1295
|
+
attr_accessor lens_alias: ::String
|
1296
|
+
attr_accessor lens_notes: ::String
|
1297
|
+
attr_accessor pillar_notes: ::Hash[::String, ::String]
|
1298
|
+
SENSITIVE: []
|
1299
|
+
end
|
1300
|
+
|
1301
|
+
class UpdateLensReviewOutput
|
1302
|
+
attr_accessor workload_id: ::String
|
1303
|
+
attr_accessor lens_review: Types::LensReview
|
1304
|
+
SENSITIVE: []
|
1305
|
+
end
|
1306
|
+
|
1307
|
+
class UpdateProfileInput
|
1308
|
+
attr_accessor profile_arn: ::String
|
1309
|
+
attr_accessor profile_description: ::String
|
1310
|
+
attr_accessor profile_questions: ::Array[Types::ProfileQuestionUpdate]
|
1311
|
+
SENSITIVE: []
|
1312
|
+
end
|
1313
|
+
|
1314
|
+
class UpdateProfileOutput
|
1315
|
+
attr_accessor profile: Types::Profile
|
1316
|
+
SENSITIVE: []
|
1317
|
+
end
|
1318
|
+
|
1319
|
+
class UpdateReviewTemplateAnswerInput
|
1320
|
+
attr_accessor template_arn: ::String
|
1321
|
+
attr_accessor lens_alias: ::String
|
1322
|
+
attr_accessor question_id: ::String
|
1323
|
+
attr_accessor selected_choices: ::Array[::String]
|
1324
|
+
attr_accessor choice_updates: ::Hash[::String, Types::ChoiceUpdate]
|
1325
|
+
attr_accessor notes: ::String
|
1326
|
+
attr_accessor is_applicable: bool
|
1327
|
+
attr_accessor reason: ("OUT_OF_SCOPE" | "BUSINESS_PRIORITIES" | "ARCHITECTURE_CONSTRAINTS" | "OTHER" | "NONE")
|
1328
|
+
SENSITIVE: []
|
1329
|
+
end
|
1330
|
+
|
1331
|
+
class UpdateReviewTemplateAnswerOutput
|
1332
|
+
attr_accessor template_arn: ::String
|
1333
|
+
attr_accessor lens_alias: ::String
|
1334
|
+
attr_accessor answer: Types::ReviewTemplateAnswer
|
1335
|
+
SENSITIVE: []
|
1336
|
+
end
|
1337
|
+
|
1338
|
+
class UpdateReviewTemplateInput
|
1339
|
+
attr_accessor template_arn: ::String
|
1340
|
+
attr_accessor template_name: ::String
|
1341
|
+
attr_accessor description: ::String
|
1342
|
+
attr_accessor notes: ::String
|
1343
|
+
attr_accessor lenses_to_associate: ::Array[::String]
|
1344
|
+
attr_accessor lenses_to_disassociate: ::Array[::String]
|
1345
|
+
SENSITIVE: []
|
1346
|
+
end
|
1347
|
+
|
1348
|
+
class UpdateReviewTemplateLensReviewInput
|
1349
|
+
attr_accessor template_arn: ::String
|
1350
|
+
attr_accessor lens_alias: ::String
|
1351
|
+
attr_accessor lens_notes: ::String
|
1352
|
+
attr_accessor pillar_notes: ::Hash[::String, ::String]
|
1353
|
+
SENSITIVE: []
|
1354
|
+
end
|
1355
|
+
|
1356
|
+
class UpdateReviewTemplateLensReviewOutput
|
1357
|
+
attr_accessor template_arn: ::String
|
1358
|
+
attr_accessor lens_review: Types::ReviewTemplateLensReview
|
1359
|
+
SENSITIVE: []
|
1360
|
+
end
|
1361
|
+
|
1362
|
+
class UpdateReviewTemplateOutput
|
1363
|
+
attr_accessor review_template: Types::ReviewTemplate
|
1364
|
+
SENSITIVE: []
|
1365
|
+
end
|
1366
|
+
|
1367
|
+
class UpdateShareInvitationInput
|
1368
|
+
attr_accessor share_invitation_id: ::String
|
1369
|
+
attr_accessor share_invitation_action: ("ACCEPT" | "REJECT")
|
1370
|
+
SENSITIVE: []
|
1371
|
+
end
|
1372
|
+
|
1373
|
+
class UpdateShareInvitationOutput
|
1374
|
+
attr_accessor share_invitation: Types::ShareInvitation
|
1375
|
+
SENSITIVE: []
|
1376
|
+
end
|
1377
|
+
|
1378
|
+
class UpdateWorkloadInput
|
1379
|
+
attr_accessor workload_id: ::String
|
1380
|
+
attr_accessor workload_name: ::String
|
1381
|
+
attr_accessor description: ::String
|
1382
|
+
attr_accessor environment: ("PRODUCTION" | "PREPRODUCTION")
|
1383
|
+
attr_accessor account_ids: ::Array[::String]
|
1384
|
+
attr_accessor aws_regions: ::Array[::String]
|
1385
|
+
attr_accessor non_aws_regions: ::Array[::String]
|
1386
|
+
attr_accessor pillar_priorities: ::Array[::String]
|
1387
|
+
attr_accessor architectural_design: ::String
|
1388
|
+
attr_accessor review_owner: ::String
|
1389
|
+
attr_accessor is_review_owner_update_acknowledged: bool
|
1390
|
+
attr_accessor industry_type: ::String
|
1391
|
+
attr_accessor industry: ::String
|
1392
|
+
attr_accessor notes: ::String
|
1393
|
+
attr_accessor improvement_status: ("NOT_APPLICABLE" | "NOT_STARTED" | "IN_PROGRESS" | "COMPLETE" | "RISK_ACKNOWLEDGED")
|
1394
|
+
attr_accessor discovery_config: Types::WorkloadDiscoveryConfig
|
1395
|
+
attr_accessor applications: ::Array[::String]
|
1396
|
+
SENSITIVE: []
|
1397
|
+
end
|
1398
|
+
|
1399
|
+
class UpdateWorkloadOutput
|
1400
|
+
attr_accessor workload: Types::Workload
|
1401
|
+
SENSITIVE: []
|
1402
|
+
end
|
1403
|
+
|
1404
|
+
class UpdateWorkloadShareInput
|
1405
|
+
attr_accessor share_id: ::String
|
1406
|
+
attr_accessor workload_id: ::String
|
1407
|
+
attr_accessor permission_type: ("READONLY" | "CONTRIBUTOR")
|
1408
|
+
SENSITIVE: []
|
1409
|
+
end
|
1410
|
+
|
1411
|
+
class UpdateWorkloadShareOutput
|
1412
|
+
attr_accessor workload_id: ::String
|
1413
|
+
attr_accessor workload_share: Types::WorkloadShare
|
1414
|
+
SENSITIVE: []
|
1415
|
+
end
|
1416
|
+
|
1417
|
+
class UpgradeLensReviewInput
|
1418
|
+
attr_accessor workload_id: ::String
|
1419
|
+
attr_accessor lens_alias: ::String
|
1420
|
+
attr_accessor milestone_name: ::String
|
1421
|
+
attr_accessor client_request_token: ::String
|
1422
|
+
SENSITIVE: []
|
1423
|
+
end
|
1424
|
+
|
1425
|
+
class UpgradeProfileVersionInput
|
1426
|
+
attr_accessor workload_id: ::String
|
1427
|
+
attr_accessor profile_arn: ::String
|
1428
|
+
attr_accessor milestone_name: ::String
|
1429
|
+
attr_accessor client_request_token: ::String
|
1430
|
+
SENSITIVE: []
|
1431
|
+
end
|
1432
|
+
|
1433
|
+
class UpgradeReviewTemplateLensReviewInput
|
1434
|
+
attr_accessor template_arn: ::String
|
1435
|
+
attr_accessor lens_alias: ::String
|
1436
|
+
attr_accessor client_request_token: ::String
|
1437
|
+
SENSITIVE: []
|
1438
|
+
end
|
1439
|
+
|
1440
|
+
class ValidationException
|
1441
|
+
attr_accessor message: ::String
|
1442
|
+
attr_accessor reason: ("UNKNOWN_OPERATION" | "CANNOT_PARSE" | "FIELD_VALIDATION_FAILED" | "OTHER")
|
1443
|
+
attr_accessor fields: ::Array[Types::ValidationExceptionField]
|
1444
|
+
SENSITIVE: []
|
1445
|
+
end
|
1446
|
+
|
1447
|
+
class ValidationExceptionField
|
1448
|
+
attr_accessor name: ::String
|
1449
|
+
attr_accessor message: ::String
|
1450
|
+
SENSITIVE: []
|
1451
|
+
end
|
1452
|
+
|
1453
|
+
class VersionDifferences
|
1454
|
+
attr_accessor pillar_differences: ::Array[Types::PillarDifference]
|
1455
|
+
SENSITIVE: []
|
1456
|
+
end
|
1457
|
+
|
1458
|
+
class Workload
|
1459
|
+
attr_accessor workload_id: ::String
|
1460
|
+
attr_accessor workload_arn: ::String
|
1461
|
+
attr_accessor workload_name: ::String
|
1462
|
+
attr_accessor description: ::String
|
1463
|
+
attr_accessor environment: ("PRODUCTION" | "PREPRODUCTION")
|
1464
|
+
attr_accessor updated_at: ::Time
|
1465
|
+
attr_accessor account_ids: ::Array[::String]
|
1466
|
+
attr_accessor aws_regions: ::Array[::String]
|
1467
|
+
attr_accessor non_aws_regions: ::Array[::String]
|
1468
|
+
attr_accessor architectural_design: ::String
|
1469
|
+
attr_accessor review_owner: ::String
|
1470
|
+
attr_accessor review_restriction_date: ::Time
|
1471
|
+
attr_accessor is_review_owner_update_acknowledged: bool
|
1472
|
+
attr_accessor industry_type: ::String
|
1473
|
+
attr_accessor industry: ::String
|
1474
|
+
attr_accessor notes: ::String
|
1475
|
+
attr_accessor improvement_status: ("NOT_APPLICABLE" | "NOT_STARTED" | "IN_PROGRESS" | "COMPLETE" | "RISK_ACKNOWLEDGED")
|
1476
|
+
attr_accessor risk_counts: ::Hash[("UNANSWERED" | "HIGH" | "MEDIUM" | "NONE" | "NOT_APPLICABLE"), ::Integer]
|
1477
|
+
attr_accessor pillar_priorities: ::Array[::String]
|
1478
|
+
attr_accessor lenses: ::Array[::String]
|
1479
|
+
attr_accessor owner: ::String
|
1480
|
+
attr_accessor share_invitation_id: ::String
|
1481
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
1482
|
+
attr_accessor discovery_config: Types::WorkloadDiscoveryConfig
|
1483
|
+
attr_accessor applications: ::Array[::String]
|
1484
|
+
attr_accessor profiles: ::Array[Types::WorkloadProfile]
|
1485
|
+
attr_accessor prioritized_risk_counts: ::Hash[("UNANSWERED" | "HIGH" | "MEDIUM" | "NONE" | "NOT_APPLICABLE"), ::Integer]
|
1486
|
+
SENSITIVE: []
|
1487
|
+
end
|
1488
|
+
|
1489
|
+
class WorkloadDiscoveryConfig
|
1490
|
+
attr_accessor trusted_advisor_integration_status: ("ENABLED" | "DISABLED")
|
1491
|
+
attr_accessor workload_resource_definition: ::Array[("WORKLOAD_METADATA" | "APP_REGISTRY")]
|
1492
|
+
SENSITIVE: []
|
1493
|
+
end
|
1494
|
+
|
1495
|
+
class WorkloadProfile
|
1496
|
+
attr_accessor profile_arn: ::String
|
1497
|
+
attr_accessor profile_version: ::String
|
1498
|
+
SENSITIVE: []
|
1499
|
+
end
|
1500
|
+
|
1501
|
+
class WorkloadShare
|
1502
|
+
attr_accessor share_id: ::String
|
1503
|
+
attr_accessor shared_by: ::String
|
1504
|
+
attr_accessor shared_with: ::String
|
1505
|
+
attr_accessor permission_type: ("READONLY" | "CONTRIBUTOR")
|
1506
|
+
attr_accessor status: ("ACCEPTED" | "REJECTED" | "PENDING" | "REVOKED" | "EXPIRED" | "ASSOCIATING" | "ASSOCIATED" | "FAILED")
|
1507
|
+
attr_accessor workload_name: ::String
|
1508
|
+
attr_accessor workload_id: ::String
|
1509
|
+
SENSITIVE: []
|
1510
|
+
end
|
1511
|
+
|
1512
|
+
class WorkloadShareSummary
|
1513
|
+
attr_accessor share_id: ::String
|
1514
|
+
attr_accessor shared_with: ::String
|
1515
|
+
attr_accessor permission_type: ("READONLY" | "CONTRIBUTOR")
|
1516
|
+
attr_accessor status: ("ACCEPTED" | "REJECTED" | "PENDING" | "REVOKED" | "EXPIRED" | "ASSOCIATING" | "ASSOCIATED" | "FAILED")
|
1517
|
+
attr_accessor status_message: ::String
|
1518
|
+
SENSITIVE: []
|
1519
|
+
end
|
1520
|
+
|
1521
|
+
class WorkloadSummary
|
1522
|
+
attr_accessor workload_id: ::String
|
1523
|
+
attr_accessor workload_arn: ::String
|
1524
|
+
attr_accessor workload_name: ::String
|
1525
|
+
attr_accessor owner: ::String
|
1526
|
+
attr_accessor updated_at: ::Time
|
1527
|
+
attr_accessor lenses: ::Array[::String]
|
1528
|
+
attr_accessor risk_counts: ::Hash[("UNANSWERED" | "HIGH" | "MEDIUM" | "NONE" | "NOT_APPLICABLE"), ::Integer]
|
1529
|
+
attr_accessor improvement_status: ("NOT_APPLICABLE" | "NOT_STARTED" | "IN_PROGRESS" | "COMPLETE" | "RISK_ACKNOWLEDGED")
|
1530
|
+
attr_accessor profiles: ::Array[Types::WorkloadProfile]
|
1531
|
+
attr_accessor prioritized_risk_counts: ::Hash[("UNANSWERED" | "HIGH" | "MEDIUM" | "NONE" | "NOT_APPLICABLE"), ::Integer]
|
1532
|
+
SENSITIVE: []
|
1533
|
+
end
|
1534
|
+
end
|
1535
|
+
end
|