aws-sdk-imagebuilder 1.56.0 → 1.57.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-imagebuilder/client.rb +1 -1
- data/lib/aws-sdk-imagebuilder/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-imagebuilder.rb +1 -1
- data/sig/client.rbs +1564 -0
- data/sig/errors.rbs +67 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +2056 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
data/sig/types.rbs
ADDED
@@ -0,0 +1,2056 @@
|
|
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::Imagebuilder
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class AccountAggregation
|
12
|
+
attr_accessor account_id: ::String
|
13
|
+
attr_accessor severity_counts: Types::SeverityCounts
|
14
|
+
SENSITIVE: []
|
15
|
+
end
|
16
|
+
|
17
|
+
class AdditionalInstanceConfiguration
|
18
|
+
attr_accessor systems_manager_agent: Types::SystemsManagerAgent
|
19
|
+
attr_accessor user_data_override: ::String
|
20
|
+
SENSITIVE: []
|
21
|
+
end
|
22
|
+
|
23
|
+
class Ami
|
24
|
+
attr_accessor region: ::String
|
25
|
+
attr_accessor image: ::String
|
26
|
+
attr_accessor name: ::String
|
27
|
+
attr_accessor description: ::String
|
28
|
+
attr_accessor state: Types::ImageState
|
29
|
+
attr_accessor account_id: ::String
|
30
|
+
SENSITIVE: []
|
31
|
+
end
|
32
|
+
|
33
|
+
class AmiDistributionConfiguration
|
34
|
+
attr_accessor name: ::String
|
35
|
+
attr_accessor description: ::String
|
36
|
+
attr_accessor target_account_ids: ::Array[::String]
|
37
|
+
attr_accessor ami_tags: ::Hash[::String, ::String]
|
38
|
+
attr_accessor kms_key_id: ::String
|
39
|
+
attr_accessor launch_permission: Types::LaunchPermissionConfiguration
|
40
|
+
SENSITIVE: []
|
41
|
+
end
|
42
|
+
|
43
|
+
class CallRateLimitExceededException
|
44
|
+
attr_accessor message: ::String
|
45
|
+
SENSITIVE: []
|
46
|
+
end
|
47
|
+
|
48
|
+
class CancelImageCreationRequest
|
49
|
+
attr_accessor image_build_version_arn: ::String
|
50
|
+
attr_accessor client_token: ::String
|
51
|
+
SENSITIVE: []
|
52
|
+
end
|
53
|
+
|
54
|
+
class CancelImageCreationResponse
|
55
|
+
attr_accessor request_id: ::String
|
56
|
+
attr_accessor client_token: ::String
|
57
|
+
attr_accessor image_build_version_arn: ::String
|
58
|
+
SENSITIVE: []
|
59
|
+
end
|
60
|
+
|
61
|
+
class CancelLifecycleExecutionRequest
|
62
|
+
attr_accessor lifecycle_execution_id: ::String
|
63
|
+
attr_accessor client_token: ::String
|
64
|
+
SENSITIVE: []
|
65
|
+
end
|
66
|
+
|
67
|
+
class CancelLifecycleExecutionResponse
|
68
|
+
attr_accessor lifecycle_execution_id: ::String
|
69
|
+
SENSITIVE: []
|
70
|
+
end
|
71
|
+
|
72
|
+
class ClientException
|
73
|
+
attr_accessor message: ::String
|
74
|
+
SENSITIVE: []
|
75
|
+
end
|
76
|
+
|
77
|
+
class Component
|
78
|
+
attr_accessor arn: ::String
|
79
|
+
attr_accessor name: ::String
|
80
|
+
attr_accessor version: ::String
|
81
|
+
attr_accessor description: ::String
|
82
|
+
attr_accessor change_description: ::String
|
83
|
+
attr_accessor type: ("BUILD" | "TEST")
|
84
|
+
attr_accessor platform: ("Windows" | "Linux")
|
85
|
+
attr_accessor supported_os_versions: ::Array[::String]
|
86
|
+
attr_accessor state: Types::ComponentState
|
87
|
+
attr_accessor parameters: ::Array[Types::ComponentParameterDetail]
|
88
|
+
attr_accessor owner: ::String
|
89
|
+
attr_accessor data: ::String
|
90
|
+
attr_accessor kms_key_id: ::String
|
91
|
+
attr_accessor encrypted: bool
|
92
|
+
attr_accessor date_created: ::String
|
93
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
94
|
+
attr_accessor publisher: ::String
|
95
|
+
attr_accessor obfuscate: bool
|
96
|
+
SENSITIVE: []
|
97
|
+
end
|
98
|
+
|
99
|
+
class ComponentConfiguration
|
100
|
+
attr_accessor component_arn: ::String
|
101
|
+
attr_accessor parameters: ::Array[Types::ComponentParameter]
|
102
|
+
SENSITIVE: []
|
103
|
+
end
|
104
|
+
|
105
|
+
class ComponentParameter
|
106
|
+
attr_accessor name: ::String
|
107
|
+
attr_accessor value: ::Array[::String]
|
108
|
+
SENSITIVE: []
|
109
|
+
end
|
110
|
+
|
111
|
+
class ComponentParameterDetail
|
112
|
+
attr_accessor name: ::String
|
113
|
+
attr_accessor type: ::String
|
114
|
+
attr_accessor default_value: ::Array[::String]
|
115
|
+
attr_accessor description: ::String
|
116
|
+
SENSITIVE: []
|
117
|
+
end
|
118
|
+
|
119
|
+
class ComponentState
|
120
|
+
attr_accessor status: ("DEPRECATED")
|
121
|
+
attr_accessor reason: ::String
|
122
|
+
SENSITIVE: []
|
123
|
+
end
|
124
|
+
|
125
|
+
class ComponentSummary
|
126
|
+
attr_accessor arn: ::String
|
127
|
+
attr_accessor name: ::String
|
128
|
+
attr_accessor version: ::String
|
129
|
+
attr_accessor platform: ("Windows" | "Linux")
|
130
|
+
attr_accessor supported_os_versions: ::Array[::String]
|
131
|
+
attr_accessor state: Types::ComponentState
|
132
|
+
attr_accessor type: ("BUILD" | "TEST")
|
133
|
+
attr_accessor owner: ::String
|
134
|
+
attr_accessor description: ::String
|
135
|
+
attr_accessor change_description: ::String
|
136
|
+
attr_accessor date_created: ::String
|
137
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
138
|
+
attr_accessor publisher: ::String
|
139
|
+
attr_accessor obfuscate: bool
|
140
|
+
SENSITIVE: []
|
141
|
+
end
|
142
|
+
|
143
|
+
class ComponentVersion
|
144
|
+
attr_accessor arn: ::String
|
145
|
+
attr_accessor name: ::String
|
146
|
+
attr_accessor version: ::String
|
147
|
+
attr_accessor description: ::String
|
148
|
+
attr_accessor platform: ("Windows" | "Linux")
|
149
|
+
attr_accessor supported_os_versions: ::Array[::String]
|
150
|
+
attr_accessor type: ("BUILD" | "TEST")
|
151
|
+
attr_accessor owner: ::String
|
152
|
+
attr_accessor date_created: ::String
|
153
|
+
SENSITIVE: []
|
154
|
+
end
|
155
|
+
|
156
|
+
class Container
|
157
|
+
attr_accessor region: ::String
|
158
|
+
attr_accessor image_uris: ::Array[::String]
|
159
|
+
SENSITIVE: []
|
160
|
+
end
|
161
|
+
|
162
|
+
class ContainerDistributionConfiguration
|
163
|
+
attr_accessor description: ::String
|
164
|
+
attr_accessor container_tags: ::Array[::String]
|
165
|
+
attr_accessor target_repository: Types::TargetContainerRepository
|
166
|
+
SENSITIVE: []
|
167
|
+
end
|
168
|
+
|
169
|
+
class ContainerRecipe
|
170
|
+
attr_accessor arn: ::String
|
171
|
+
attr_accessor container_type: ("DOCKER")
|
172
|
+
attr_accessor name: ::String
|
173
|
+
attr_accessor description: ::String
|
174
|
+
attr_accessor platform: ("Windows" | "Linux")
|
175
|
+
attr_accessor owner: ::String
|
176
|
+
attr_accessor version: ::String
|
177
|
+
attr_accessor components: ::Array[Types::ComponentConfiguration]
|
178
|
+
attr_accessor instance_configuration: Types::InstanceConfiguration
|
179
|
+
attr_accessor dockerfile_template_data: ::String
|
180
|
+
attr_accessor kms_key_id: ::String
|
181
|
+
attr_accessor encrypted: bool
|
182
|
+
attr_accessor parent_image: ::String
|
183
|
+
attr_accessor date_created: ::String
|
184
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
185
|
+
attr_accessor working_directory: ::String
|
186
|
+
attr_accessor target_repository: Types::TargetContainerRepository
|
187
|
+
SENSITIVE: []
|
188
|
+
end
|
189
|
+
|
190
|
+
class ContainerRecipeSummary
|
191
|
+
attr_accessor arn: ::String
|
192
|
+
attr_accessor container_type: ("DOCKER")
|
193
|
+
attr_accessor name: ::String
|
194
|
+
attr_accessor platform: ("Windows" | "Linux")
|
195
|
+
attr_accessor owner: ::String
|
196
|
+
attr_accessor parent_image: ::String
|
197
|
+
attr_accessor date_created: ::String
|
198
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
199
|
+
SENSITIVE: []
|
200
|
+
end
|
201
|
+
|
202
|
+
class CreateComponentRequest
|
203
|
+
attr_accessor name: ::String
|
204
|
+
attr_accessor semantic_version: ::String
|
205
|
+
attr_accessor description: ::String
|
206
|
+
attr_accessor change_description: ::String
|
207
|
+
attr_accessor platform: ("Windows" | "Linux")
|
208
|
+
attr_accessor supported_os_versions: ::Array[::String]
|
209
|
+
attr_accessor data: ::String
|
210
|
+
attr_accessor uri: ::String
|
211
|
+
attr_accessor kms_key_id: ::String
|
212
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
213
|
+
attr_accessor client_token: ::String
|
214
|
+
SENSITIVE: []
|
215
|
+
end
|
216
|
+
|
217
|
+
class CreateComponentResponse
|
218
|
+
attr_accessor request_id: ::String
|
219
|
+
attr_accessor client_token: ::String
|
220
|
+
attr_accessor component_build_version_arn: ::String
|
221
|
+
SENSITIVE: []
|
222
|
+
end
|
223
|
+
|
224
|
+
class CreateContainerRecipeRequest
|
225
|
+
attr_accessor container_type: ("DOCKER")
|
226
|
+
attr_accessor name: ::String
|
227
|
+
attr_accessor description: ::String
|
228
|
+
attr_accessor semantic_version: ::String
|
229
|
+
attr_accessor components: ::Array[Types::ComponentConfiguration]
|
230
|
+
attr_accessor instance_configuration: Types::InstanceConfiguration
|
231
|
+
attr_accessor dockerfile_template_data: ::String
|
232
|
+
attr_accessor dockerfile_template_uri: ::String
|
233
|
+
attr_accessor platform_override: ("Windows" | "Linux")
|
234
|
+
attr_accessor image_os_version_override: ::String
|
235
|
+
attr_accessor parent_image: ::String
|
236
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
237
|
+
attr_accessor working_directory: ::String
|
238
|
+
attr_accessor target_repository: Types::TargetContainerRepository
|
239
|
+
attr_accessor kms_key_id: ::String
|
240
|
+
attr_accessor client_token: ::String
|
241
|
+
SENSITIVE: []
|
242
|
+
end
|
243
|
+
|
244
|
+
class CreateContainerRecipeResponse
|
245
|
+
attr_accessor request_id: ::String
|
246
|
+
attr_accessor client_token: ::String
|
247
|
+
attr_accessor container_recipe_arn: ::String
|
248
|
+
SENSITIVE: []
|
249
|
+
end
|
250
|
+
|
251
|
+
class CreateDistributionConfigurationRequest
|
252
|
+
attr_accessor name: ::String
|
253
|
+
attr_accessor description: ::String
|
254
|
+
attr_accessor distributions: ::Array[Types::Distribution]
|
255
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
256
|
+
attr_accessor client_token: ::String
|
257
|
+
SENSITIVE: []
|
258
|
+
end
|
259
|
+
|
260
|
+
class CreateDistributionConfigurationResponse
|
261
|
+
attr_accessor request_id: ::String
|
262
|
+
attr_accessor client_token: ::String
|
263
|
+
attr_accessor distribution_configuration_arn: ::String
|
264
|
+
SENSITIVE: []
|
265
|
+
end
|
266
|
+
|
267
|
+
class CreateImagePipelineRequest
|
268
|
+
attr_accessor name: ::String
|
269
|
+
attr_accessor description: ::String
|
270
|
+
attr_accessor image_recipe_arn: ::String
|
271
|
+
attr_accessor container_recipe_arn: ::String
|
272
|
+
attr_accessor infrastructure_configuration_arn: ::String
|
273
|
+
attr_accessor distribution_configuration_arn: ::String
|
274
|
+
attr_accessor image_tests_configuration: Types::ImageTestsConfiguration
|
275
|
+
attr_accessor enhanced_image_metadata_enabled: bool
|
276
|
+
attr_accessor schedule: Types::Schedule
|
277
|
+
attr_accessor status: ("DISABLED" | "ENABLED")
|
278
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
279
|
+
attr_accessor client_token: ::String
|
280
|
+
attr_accessor image_scanning_configuration: Types::ImageScanningConfiguration
|
281
|
+
attr_accessor workflows: ::Array[Types::WorkflowConfiguration]
|
282
|
+
attr_accessor execution_role: ::String
|
283
|
+
SENSITIVE: []
|
284
|
+
end
|
285
|
+
|
286
|
+
class CreateImagePipelineResponse
|
287
|
+
attr_accessor request_id: ::String
|
288
|
+
attr_accessor client_token: ::String
|
289
|
+
attr_accessor image_pipeline_arn: ::String
|
290
|
+
SENSITIVE: []
|
291
|
+
end
|
292
|
+
|
293
|
+
class CreateImageRecipeRequest
|
294
|
+
attr_accessor name: ::String
|
295
|
+
attr_accessor description: ::String
|
296
|
+
attr_accessor semantic_version: ::String
|
297
|
+
attr_accessor components: ::Array[Types::ComponentConfiguration]
|
298
|
+
attr_accessor parent_image: ::String
|
299
|
+
attr_accessor block_device_mappings: ::Array[Types::InstanceBlockDeviceMapping]
|
300
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
301
|
+
attr_accessor working_directory: ::String
|
302
|
+
attr_accessor additional_instance_configuration: Types::AdditionalInstanceConfiguration
|
303
|
+
attr_accessor client_token: ::String
|
304
|
+
SENSITIVE: []
|
305
|
+
end
|
306
|
+
|
307
|
+
class CreateImageRecipeResponse
|
308
|
+
attr_accessor request_id: ::String
|
309
|
+
attr_accessor client_token: ::String
|
310
|
+
attr_accessor image_recipe_arn: ::String
|
311
|
+
SENSITIVE: []
|
312
|
+
end
|
313
|
+
|
314
|
+
class CreateImageRequest
|
315
|
+
attr_accessor image_recipe_arn: ::String
|
316
|
+
attr_accessor container_recipe_arn: ::String
|
317
|
+
attr_accessor distribution_configuration_arn: ::String
|
318
|
+
attr_accessor infrastructure_configuration_arn: ::String
|
319
|
+
attr_accessor image_tests_configuration: Types::ImageTestsConfiguration
|
320
|
+
attr_accessor enhanced_image_metadata_enabled: bool
|
321
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
322
|
+
attr_accessor client_token: ::String
|
323
|
+
attr_accessor image_scanning_configuration: Types::ImageScanningConfiguration
|
324
|
+
attr_accessor workflows: ::Array[Types::WorkflowConfiguration]
|
325
|
+
attr_accessor execution_role: ::String
|
326
|
+
SENSITIVE: []
|
327
|
+
end
|
328
|
+
|
329
|
+
class CreateImageResponse
|
330
|
+
attr_accessor request_id: ::String
|
331
|
+
attr_accessor client_token: ::String
|
332
|
+
attr_accessor image_build_version_arn: ::String
|
333
|
+
SENSITIVE: []
|
334
|
+
end
|
335
|
+
|
336
|
+
class CreateInfrastructureConfigurationRequest
|
337
|
+
attr_accessor name: ::String
|
338
|
+
attr_accessor description: ::String
|
339
|
+
attr_accessor instance_types: ::Array[::String]
|
340
|
+
attr_accessor instance_profile_name: ::String
|
341
|
+
attr_accessor security_group_ids: ::Array[::String]
|
342
|
+
attr_accessor subnet_id: ::String
|
343
|
+
attr_accessor logging: Types::Logging
|
344
|
+
attr_accessor key_pair: ::String
|
345
|
+
attr_accessor terminate_instance_on_failure: bool
|
346
|
+
attr_accessor sns_topic_arn: ::String
|
347
|
+
attr_accessor resource_tags: ::Hash[::String, ::String]
|
348
|
+
attr_accessor instance_metadata_options: Types::InstanceMetadataOptions
|
349
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
350
|
+
attr_accessor client_token: ::String
|
351
|
+
SENSITIVE: []
|
352
|
+
end
|
353
|
+
|
354
|
+
class CreateInfrastructureConfigurationResponse
|
355
|
+
attr_accessor request_id: ::String
|
356
|
+
attr_accessor client_token: ::String
|
357
|
+
attr_accessor infrastructure_configuration_arn: ::String
|
358
|
+
SENSITIVE: []
|
359
|
+
end
|
360
|
+
|
361
|
+
class CreateLifecyclePolicyRequest
|
362
|
+
attr_accessor name: ::String
|
363
|
+
attr_accessor description: ::String
|
364
|
+
attr_accessor status: ("DISABLED" | "ENABLED")
|
365
|
+
attr_accessor execution_role: ::String
|
366
|
+
attr_accessor resource_type: ("AMI_IMAGE" | "CONTAINER_IMAGE")
|
367
|
+
attr_accessor policy_details: ::Array[Types::LifecyclePolicyDetail]
|
368
|
+
attr_accessor resource_selection: Types::LifecyclePolicyResourceSelection
|
369
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
370
|
+
attr_accessor client_token: ::String
|
371
|
+
SENSITIVE: []
|
372
|
+
end
|
373
|
+
|
374
|
+
class CreateLifecyclePolicyResponse
|
375
|
+
attr_accessor client_token: ::String
|
376
|
+
attr_accessor lifecycle_policy_arn: ::String
|
377
|
+
SENSITIVE: []
|
378
|
+
end
|
379
|
+
|
380
|
+
class CreateWorkflowRequest
|
381
|
+
attr_accessor name: ::String
|
382
|
+
attr_accessor semantic_version: ::String
|
383
|
+
attr_accessor description: ::String
|
384
|
+
attr_accessor change_description: ::String
|
385
|
+
attr_accessor data: ::String
|
386
|
+
attr_accessor uri: ::String
|
387
|
+
attr_accessor kms_key_id: ::String
|
388
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
389
|
+
attr_accessor client_token: ::String
|
390
|
+
attr_accessor type: ("BUILD" | "TEST" | "DISTRIBUTION")
|
391
|
+
SENSITIVE: []
|
392
|
+
end
|
393
|
+
|
394
|
+
class CreateWorkflowResponse
|
395
|
+
attr_accessor client_token: ::String
|
396
|
+
attr_accessor workflow_build_version_arn: ::String
|
397
|
+
SENSITIVE: []
|
398
|
+
end
|
399
|
+
|
400
|
+
class CvssScore
|
401
|
+
attr_accessor base_score: ::Float
|
402
|
+
attr_accessor scoring_vector: ::String
|
403
|
+
attr_accessor version: ::String
|
404
|
+
attr_accessor source: ::String
|
405
|
+
SENSITIVE: []
|
406
|
+
end
|
407
|
+
|
408
|
+
class CvssScoreAdjustment
|
409
|
+
attr_accessor metric: ::String
|
410
|
+
attr_accessor reason: ::String
|
411
|
+
SENSITIVE: []
|
412
|
+
end
|
413
|
+
|
414
|
+
class CvssScoreDetails
|
415
|
+
attr_accessor score_source: ::String
|
416
|
+
attr_accessor cvss_source: ::String
|
417
|
+
attr_accessor version: ::String
|
418
|
+
attr_accessor score: ::Float
|
419
|
+
attr_accessor scoring_vector: ::String
|
420
|
+
attr_accessor adjustments: ::Array[Types::CvssScoreAdjustment]
|
421
|
+
SENSITIVE: []
|
422
|
+
end
|
423
|
+
|
424
|
+
class DeleteComponentRequest
|
425
|
+
attr_accessor component_build_version_arn: ::String
|
426
|
+
SENSITIVE: []
|
427
|
+
end
|
428
|
+
|
429
|
+
class DeleteComponentResponse
|
430
|
+
attr_accessor request_id: ::String
|
431
|
+
attr_accessor component_build_version_arn: ::String
|
432
|
+
SENSITIVE: []
|
433
|
+
end
|
434
|
+
|
435
|
+
class DeleteContainerRecipeRequest
|
436
|
+
attr_accessor container_recipe_arn: ::String
|
437
|
+
SENSITIVE: []
|
438
|
+
end
|
439
|
+
|
440
|
+
class DeleteContainerRecipeResponse
|
441
|
+
attr_accessor request_id: ::String
|
442
|
+
attr_accessor container_recipe_arn: ::String
|
443
|
+
SENSITIVE: []
|
444
|
+
end
|
445
|
+
|
446
|
+
class DeleteDistributionConfigurationRequest
|
447
|
+
attr_accessor distribution_configuration_arn: ::String
|
448
|
+
SENSITIVE: []
|
449
|
+
end
|
450
|
+
|
451
|
+
class DeleteDistributionConfigurationResponse
|
452
|
+
attr_accessor request_id: ::String
|
453
|
+
attr_accessor distribution_configuration_arn: ::String
|
454
|
+
SENSITIVE: []
|
455
|
+
end
|
456
|
+
|
457
|
+
class DeleteImagePipelineRequest
|
458
|
+
attr_accessor image_pipeline_arn: ::String
|
459
|
+
SENSITIVE: []
|
460
|
+
end
|
461
|
+
|
462
|
+
class DeleteImagePipelineResponse
|
463
|
+
attr_accessor request_id: ::String
|
464
|
+
attr_accessor image_pipeline_arn: ::String
|
465
|
+
SENSITIVE: []
|
466
|
+
end
|
467
|
+
|
468
|
+
class DeleteImageRecipeRequest
|
469
|
+
attr_accessor image_recipe_arn: ::String
|
470
|
+
SENSITIVE: []
|
471
|
+
end
|
472
|
+
|
473
|
+
class DeleteImageRecipeResponse
|
474
|
+
attr_accessor request_id: ::String
|
475
|
+
attr_accessor image_recipe_arn: ::String
|
476
|
+
SENSITIVE: []
|
477
|
+
end
|
478
|
+
|
479
|
+
class DeleteImageRequest
|
480
|
+
attr_accessor image_build_version_arn: ::String
|
481
|
+
SENSITIVE: []
|
482
|
+
end
|
483
|
+
|
484
|
+
class DeleteImageResponse
|
485
|
+
attr_accessor request_id: ::String
|
486
|
+
attr_accessor image_build_version_arn: ::String
|
487
|
+
SENSITIVE: []
|
488
|
+
end
|
489
|
+
|
490
|
+
class DeleteInfrastructureConfigurationRequest
|
491
|
+
attr_accessor infrastructure_configuration_arn: ::String
|
492
|
+
SENSITIVE: []
|
493
|
+
end
|
494
|
+
|
495
|
+
class DeleteInfrastructureConfigurationResponse
|
496
|
+
attr_accessor request_id: ::String
|
497
|
+
attr_accessor infrastructure_configuration_arn: ::String
|
498
|
+
SENSITIVE: []
|
499
|
+
end
|
500
|
+
|
501
|
+
class DeleteLifecyclePolicyRequest
|
502
|
+
attr_accessor lifecycle_policy_arn: ::String
|
503
|
+
SENSITIVE: []
|
504
|
+
end
|
505
|
+
|
506
|
+
class DeleteLifecyclePolicyResponse
|
507
|
+
attr_accessor lifecycle_policy_arn: ::String
|
508
|
+
SENSITIVE: []
|
509
|
+
end
|
510
|
+
|
511
|
+
class DeleteWorkflowRequest
|
512
|
+
attr_accessor workflow_build_version_arn: ::String
|
513
|
+
SENSITIVE: []
|
514
|
+
end
|
515
|
+
|
516
|
+
class DeleteWorkflowResponse
|
517
|
+
attr_accessor workflow_build_version_arn: ::String
|
518
|
+
SENSITIVE: []
|
519
|
+
end
|
520
|
+
|
521
|
+
class Distribution
|
522
|
+
attr_accessor region: ::String
|
523
|
+
attr_accessor ami_distribution_configuration: Types::AmiDistributionConfiguration
|
524
|
+
attr_accessor container_distribution_configuration: Types::ContainerDistributionConfiguration
|
525
|
+
attr_accessor license_configuration_arns: ::Array[::String]
|
526
|
+
attr_accessor launch_template_configurations: ::Array[Types::LaunchTemplateConfiguration]
|
527
|
+
attr_accessor s3_export_configuration: Types::S3ExportConfiguration
|
528
|
+
attr_accessor fast_launch_configurations: ::Array[Types::FastLaunchConfiguration]
|
529
|
+
SENSITIVE: []
|
530
|
+
end
|
531
|
+
|
532
|
+
class DistributionConfiguration
|
533
|
+
attr_accessor arn: ::String
|
534
|
+
attr_accessor name: ::String
|
535
|
+
attr_accessor description: ::String
|
536
|
+
attr_accessor distributions: ::Array[Types::Distribution]
|
537
|
+
attr_accessor timeout_minutes: ::Integer
|
538
|
+
attr_accessor date_created: ::String
|
539
|
+
attr_accessor date_updated: ::String
|
540
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
541
|
+
SENSITIVE: []
|
542
|
+
end
|
543
|
+
|
544
|
+
class DistributionConfigurationSummary
|
545
|
+
attr_accessor arn: ::String
|
546
|
+
attr_accessor name: ::String
|
547
|
+
attr_accessor description: ::String
|
548
|
+
attr_accessor date_created: ::String
|
549
|
+
attr_accessor date_updated: ::String
|
550
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
551
|
+
attr_accessor regions: ::Array[::String]
|
552
|
+
SENSITIVE: []
|
553
|
+
end
|
554
|
+
|
555
|
+
class EbsInstanceBlockDeviceSpecification
|
556
|
+
attr_accessor encrypted: bool
|
557
|
+
attr_accessor delete_on_termination: bool
|
558
|
+
attr_accessor iops: ::Integer
|
559
|
+
attr_accessor kms_key_id: ::String
|
560
|
+
attr_accessor snapshot_id: ::String
|
561
|
+
attr_accessor volume_size: ::Integer
|
562
|
+
attr_accessor volume_type: ("standard" | "io1" | "io2" | "gp2" | "gp3" | "sc1" | "st1")
|
563
|
+
attr_accessor throughput: ::Integer
|
564
|
+
SENSITIVE: []
|
565
|
+
end
|
566
|
+
|
567
|
+
class EcrConfiguration
|
568
|
+
attr_accessor repository_name: ::String
|
569
|
+
attr_accessor container_tags: ::Array[::String]
|
570
|
+
SENSITIVE: []
|
571
|
+
end
|
572
|
+
|
573
|
+
class FastLaunchConfiguration
|
574
|
+
attr_accessor enabled: bool
|
575
|
+
attr_accessor snapshot_configuration: Types::FastLaunchSnapshotConfiguration
|
576
|
+
attr_accessor max_parallel_launches: ::Integer
|
577
|
+
attr_accessor launch_template: Types::FastLaunchLaunchTemplateSpecification
|
578
|
+
attr_accessor account_id: ::String
|
579
|
+
SENSITIVE: []
|
580
|
+
end
|
581
|
+
|
582
|
+
class FastLaunchLaunchTemplateSpecification
|
583
|
+
attr_accessor launch_template_id: ::String
|
584
|
+
attr_accessor launch_template_name: ::String
|
585
|
+
attr_accessor launch_template_version: ::String
|
586
|
+
SENSITIVE: []
|
587
|
+
end
|
588
|
+
|
589
|
+
class FastLaunchSnapshotConfiguration
|
590
|
+
attr_accessor target_resource_count: ::Integer
|
591
|
+
SENSITIVE: []
|
592
|
+
end
|
593
|
+
|
594
|
+
class Filter
|
595
|
+
attr_accessor name: ::String
|
596
|
+
attr_accessor values: ::Array[::String]
|
597
|
+
SENSITIVE: []
|
598
|
+
end
|
599
|
+
|
600
|
+
class ForbiddenException
|
601
|
+
attr_accessor message: ::String
|
602
|
+
SENSITIVE: []
|
603
|
+
end
|
604
|
+
|
605
|
+
class GetComponentPolicyRequest
|
606
|
+
attr_accessor component_arn: ::String
|
607
|
+
SENSITIVE: []
|
608
|
+
end
|
609
|
+
|
610
|
+
class GetComponentPolicyResponse
|
611
|
+
attr_accessor request_id: ::String
|
612
|
+
attr_accessor policy: ::String
|
613
|
+
SENSITIVE: []
|
614
|
+
end
|
615
|
+
|
616
|
+
class GetComponentRequest
|
617
|
+
attr_accessor component_build_version_arn: ::String
|
618
|
+
SENSITIVE: []
|
619
|
+
end
|
620
|
+
|
621
|
+
class GetComponentResponse
|
622
|
+
attr_accessor request_id: ::String
|
623
|
+
attr_accessor component: Types::Component
|
624
|
+
SENSITIVE: []
|
625
|
+
end
|
626
|
+
|
627
|
+
class GetContainerRecipePolicyRequest
|
628
|
+
attr_accessor container_recipe_arn: ::String
|
629
|
+
SENSITIVE: []
|
630
|
+
end
|
631
|
+
|
632
|
+
class GetContainerRecipePolicyResponse
|
633
|
+
attr_accessor request_id: ::String
|
634
|
+
attr_accessor policy: ::String
|
635
|
+
SENSITIVE: []
|
636
|
+
end
|
637
|
+
|
638
|
+
class GetContainerRecipeRequest
|
639
|
+
attr_accessor container_recipe_arn: ::String
|
640
|
+
SENSITIVE: []
|
641
|
+
end
|
642
|
+
|
643
|
+
class GetContainerRecipeResponse
|
644
|
+
attr_accessor request_id: ::String
|
645
|
+
attr_accessor container_recipe: Types::ContainerRecipe
|
646
|
+
SENSITIVE: []
|
647
|
+
end
|
648
|
+
|
649
|
+
class GetDistributionConfigurationRequest
|
650
|
+
attr_accessor distribution_configuration_arn: ::String
|
651
|
+
SENSITIVE: []
|
652
|
+
end
|
653
|
+
|
654
|
+
class GetDistributionConfigurationResponse
|
655
|
+
attr_accessor request_id: ::String
|
656
|
+
attr_accessor distribution_configuration: Types::DistributionConfiguration
|
657
|
+
SENSITIVE: []
|
658
|
+
end
|
659
|
+
|
660
|
+
class GetImagePipelineRequest
|
661
|
+
attr_accessor image_pipeline_arn: ::String
|
662
|
+
SENSITIVE: []
|
663
|
+
end
|
664
|
+
|
665
|
+
class GetImagePipelineResponse
|
666
|
+
attr_accessor request_id: ::String
|
667
|
+
attr_accessor image_pipeline: Types::ImagePipeline
|
668
|
+
SENSITIVE: []
|
669
|
+
end
|
670
|
+
|
671
|
+
class GetImagePolicyRequest
|
672
|
+
attr_accessor image_arn: ::String
|
673
|
+
SENSITIVE: []
|
674
|
+
end
|
675
|
+
|
676
|
+
class GetImagePolicyResponse
|
677
|
+
attr_accessor request_id: ::String
|
678
|
+
attr_accessor policy: ::String
|
679
|
+
SENSITIVE: []
|
680
|
+
end
|
681
|
+
|
682
|
+
class GetImageRecipePolicyRequest
|
683
|
+
attr_accessor image_recipe_arn: ::String
|
684
|
+
SENSITIVE: []
|
685
|
+
end
|
686
|
+
|
687
|
+
class GetImageRecipePolicyResponse
|
688
|
+
attr_accessor request_id: ::String
|
689
|
+
attr_accessor policy: ::String
|
690
|
+
SENSITIVE: []
|
691
|
+
end
|
692
|
+
|
693
|
+
class GetImageRecipeRequest
|
694
|
+
attr_accessor image_recipe_arn: ::String
|
695
|
+
SENSITIVE: []
|
696
|
+
end
|
697
|
+
|
698
|
+
class GetImageRecipeResponse
|
699
|
+
attr_accessor request_id: ::String
|
700
|
+
attr_accessor image_recipe: Types::ImageRecipe
|
701
|
+
SENSITIVE: []
|
702
|
+
end
|
703
|
+
|
704
|
+
class GetImageRequest
|
705
|
+
attr_accessor image_build_version_arn: ::String
|
706
|
+
SENSITIVE: []
|
707
|
+
end
|
708
|
+
|
709
|
+
class GetImageResponse
|
710
|
+
attr_accessor request_id: ::String
|
711
|
+
attr_accessor image: Types::Image
|
712
|
+
SENSITIVE: []
|
713
|
+
end
|
714
|
+
|
715
|
+
class GetInfrastructureConfigurationRequest
|
716
|
+
attr_accessor infrastructure_configuration_arn: ::String
|
717
|
+
SENSITIVE: []
|
718
|
+
end
|
719
|
+
|
720
|
+
class GetInfrastructureConfigurationResponse
|
721
|
+
attr_accessor request_id: ::String
|
722
|
+
attr_accessor infrastructure_configuration: Types::InfrastructureConfiguration
|
723
|
+
SENSITIVE: []
|
724
|
+
end
|
725
|
+
|
726
|
+
class GetLifecycleExecutionRequest
|
727
|
+
attr_accessor lifecycle_execution_id: ::String
|
728
|
+
SENSITIVE: []
|
729
|
+
end
|
730
|
+
|
731
|
+
class GetLifecycleExecutionResponse
|
732
|
+
attr_accessor lifecycle_execution: Types::LifecycleExecution
|
733
|
+
SENSITIVE: []
|
734
|
+
end
|
735
|
+
|
736
|
+
class GetLifecyclePolicyRequest
|
737
|
+
attr_accessor lifecycle_policy_arn: ::String
|
738
|
+
SENSITIVE: []
|
739
|
+
end
|
740
|
+
|
741
|
+
class GetLifecyclePolicyResponse
|
742
|
+
attr_accessor lifecycle_policy: Types::LifecyclePolicy
|
743
|
+
SENSITIVE: []
|
744
|
+
end
|
745
|
+
|
746
|
+
class GetWorkflowExecutionRequest
|
747
|
+
attr_accessor workflow_execution_id: ::String
|
748
|
+
SENSITIVE: []
|
749
|
+
end
|
750
|
+
|
751
|
+
class GetWorkflowExecutionResponse
|
752
|
+
attr_accessor request_id: ::String
|
753
|
+
attr_accessor workflow_build_version_arn: ::String
|
754
|
+
attr_accessor workflow_execution_id: ::String
|
755
|
+
attr_accessor image_build_version_arn: ::String
|
756
|
+
attr_accessor type: ("BUILD" | "TEST" | "DISTRIBUTION")
|
757
|
+
attr_accessor status: ("PENDING" | "SKIPPED" | "RUNNING" | "COMPLETED" | "FAILED" | "ROLLBACK_IN_PROGRESS" | "ROLLBACK_COMPLETED" | "CANCELLED")
|
758
|
+
attr_accessor message: ::String
|
759
|
+
attr_accessor total_step_count: ::Integer
|
760
|
+
attr_accessor total_steps_succeeded: ::Integer
|
761
|
+
attr_accessor total_steps_failed: ::Integer
|
762
|
+
attr_accessor total_steps_skipped: ::Integer
|
763
|
+
attr_accessor start_time: ::String
|
764
|
+
attr_accessor end_time: ::String
|
765
|
+
attr_accessor parallel_group: ::String
|
766
|
+
SENSITIVE: []
|
767
|
+
end
|
768
|
+
|
769
|
+
class GetWorkflowRequest
|
770
|
+
attr_accessor workflow_build_version_arn: ::String
|
771
|
+
SENSITIVE: []
|
772
|
+
end
|
773
|
+
|
774
|
+
class GetWorkflowResponse
|
775
|
+
attr_accessor workflow: Types::Workflow
|
776
|
+
SENSITIVE: []
|
777
|
+
end
|
778
|
+
|
779
|
+
class GetWorkflowStepExecutionRequest
|
780
|
+
attr_accessor step_execution_id: ::String
|
781
|
+
SENSITIVE: []
|
782
|
+
end
|
783
|
+
|
784
|
+
class GetWorkflowStepExecutionResponse
|
785
|
+
attr_accessor request_id: ::String
|
786
|
+
attr_accessor step_execution_id: ::String
|
787
|
+
attr_accessor workflow_build_version_arn: ::String
|
788
|
+
attr_accessor workflow_execution_id: ::String
|
789
|
+
attr_accessor image_build_version_arn: ::String
|
790
|
+
attr_accessor name: ::String
|
791
|
+
attr_accessor description: ::String
|
792
|
+
attr_accessor action: ::String
|
793
|
+
attr_accessor status: ("PENDING" | "SKIPPED" | "RUNNING" | "COMPLETED" | "FAILED" | "CANCELLED")
|
794
|
+
attr_accessor rollback_status: ("RUNNING" | "COMPLETED" | "SKIPPED" | "FAILED")
|
795
|
+
attr_accessor message: ::String
|
796
|
+
attr_accessor inputs: ::String
|
797
|
+
attr_accessor outputs: ::String
|
798
|
+
attr_accessor start_time: ::String
|
799
|
+
attr_accessor end_time: ::String
|
800
|
+
attr_accessor on_failure: ::String
|
801
|
+
attr_accessor timeout_seconds: ::Integer
|
802
|
+
SENSITIVE: []
|
803
|
+
end
|
804
|
+
|
805
|
+
class IdempotentParameterMismatchException
|
806
|
+
attr_accessor message: ::String
|
807
|
+
SENSITIVE: []
|
808
|
+
end
|
809
|
+
|
810
|
+
class Image
|
811
|
+
attr_accessor arn: ::String
|
812
|
+
attr_accessor type: ("AMI" | "DOCKER")
|
813
|
+
attr_accessor name: ::String
|
814
|
+
attr_accessor version: ::String
|
815
|
+
attr_accessor platform: ("Windows" | "Linux")
|
816
|
+
attr_accessor enhanced_image_metadata_enabled: bool
|
817
|
+
attr_accessor os_version: ::String
|
818
|
+
attr_accessor state: Types::ImageState
|
819
|
+
attr_accessor image_recipe: Types::ImageRecipe
|
820
|
+
attr_accessor container_recipe: Types::ContainerRecipe
|
821
|
+
attr_accessor source_pipeline_name: ::String
|
822
|
+
attr_accessor source_pipeline_arn: ::String
|
823
|
+
attr_accessor infrastructure_configuration: Types::InfrastructureConfiguration
|
824
|
+
attr_accessor distribution_configuration: Types::DistributionConfiguration
|
825
|
+
attr_accessor image_tests_configuration: Types::ImageTestsConfiguration
|
826
|
+
attr_accessor date_created: ::String
|
827
|
+
attr_accessor output_resources: Types::OutputResources
|
828
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
829
|
+
attr_accessor build_type: ("USER_INITIATED" | "SCHEDULED" | "IMPORT")
|
830
|
+
attr_accessor image_source: ("AMAZON_MANAGED" | "AWS_MARKETPLACE" | "IMPORTED" | "CUSTOM")
|
831
|
+
attr_accessor scan_state: Types::ImageScanState
|
832
|
+
attr_accessor image_scanning_configuration: Types::ImageScanningConfiguration
|
833
|
+
attr_accessor deprecation_time: ::Time
|
834
|
+
attr_accessor lifecycle_execution_id: ::String
|
835
|
+
attr_accessor execution_role: ::String
|
836
|
+
attr_accessor workflows: ::Array[Types::WorkflowConfiguration]
|
837
|
+
SENSITIVE: []
|
838
|
+
end
|
839
|
+
|
840
|
+
class ImageAggregation
|
841
|
+
attr_accessor image_build_version_arn: ::String
|
842
|
+
attr_accessor severity_counts: Types::SeverityCounts
|
843
|
+
SENSITIVE: []
|
844
|
+
end
|
845
|
+
|
846
|
+
class ImagePackage
|
847
|
+
attr_accessor package_name: ::String
|
848
|
+
attr_accessor package_version: ::String
|
849
|
+
SENSITIVE: []
|
850
|
+
end
|
851
|
+
|
852
|
+
class ImagePipeline
|
853
|
+
attr_accessor arn: ::String
|
854
|
+
attr_accessor name: ::String
|
855
|
+
attr_accessor description: ::String
|
856
|
+
attr_accessor platform: ("Windows" | "Linux")
|
857
|
+
attr_accessor enhanced_image_metadata_enabled: bool
|
858
|
+
attr_accessor image_recipe_arn: ::String
|
859
|
+
attr_accessor container_recipe_arn: ::String
|
860
|
+
attr_accessor infrastructure_configuration_arn: ::String
|
861
|
+
attr_accessor distribution_configuration_arn: ::String
|
862
|
+
attr_accessor image_tests_configuration: Types::ImageTestsConfiguration
|
863
|
+
attr_accessor schedule: Types::Schedule
|
864
|
+
attr_accessor status: ("DISABLED" | "ENABLED")
|
865
|
+
attr_accessor date_created: ::String
|
866
|
+
attr_accessor date_updated: ::String
|
867
|
+
attr_accessor date_last_run: ::String
|
868
|
+
attr_accessor date_next_run: ::String
|
869
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
870
|
+
attr_accessor image_scanning_configuration: Types::ImageScanningConfiguration
|
871
|
+
attr_accessor execution_role: ::String
|
872
|
+
attr_accessor workflows: ::Array[Types::WorkflowConfiguration]
|
873
|
+
SENSITIVE: []
|
874
|
+
end
|
875
|
+
|
876
|
+
class ImagePipelineAggregation
|
877
|
+
attr_accessor image_pipeline_arn: ::String
|
878
|
+
attr_accessor severity_counts: Types::SeverityCounts
|
879
|
+
SENSITIVE: []
|
880
|
+
end
|
881
|
+
|
882
|
+
class ImageRecipe
|
883
|
+
attr_accessor arn: ::String
|
884
|
+
attr_accessor type: ("AMI" | "DOCKER")
|
885
|
+
attr_accessor name: ::String
|
886
|
+
attr_accessor description: ::String
|
887
|
+
attr_accessor platform: ("Windows" | "Linux")
|
888
|
+
attr_accessor owner: ::String
|
889
|
+
attr_accessor version: ::String
|
890
|
+
attr_accessor components: ::Array[Types::ComponentConfiguration]
|
891
|
+
attr_accessor parent_image: ::String
|
892
|
+
attr_accessor block_device_mappings: ::Array[Types::InstanceBlockDeviceMapping]
|
893
|
+
attr_accessor date_created: ::String
|
894
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
895
|
+
attr_accessor working_directory: ::String
|
896
|
+
attr_accessor additional_instance_configuration: Types::AdditionalInstanceConfiguration
|
897
|
+
SENSITIVE: []
|
898
|
+
end
|
899
|
+
|
900
|
+
class ImageRecipeSummary
|
901
|
+
attr_accessor arn: ::String
|
902
|
+
attr_accessor name: ::String
|
903
|
+
attr_accessor platform: ("Windows" | "Linux")
|
904
|
+
attr_accessor owner: ::String
|
905
|
+
attr_accessor parent_image: ::String
|
906
|
+
attr_accessor date_created: ::String
|
907
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
908
|
+
SENSITIVE: []
|
909
|
+
end
|
910
|
+
|
911
|
+
class ImageScanFinding
|
912
|
+
attr_accessor aws_account_id: ::String
|
913
|
+
attr_accessor image_build_version_arn: ::String
|
914
|
+
attr_accessor image_pipeline_arn: ::String
|
915
|
+
attr_accessor type: ::String
|
916
|
+
attr_accessor description: ::String
|
917
|
+
attr_accessor title: ::String
|
918
|
+
attr_accessor remediation: Types::Remediation
|
919
|
+
attr_accessor severity: ::String
|
920
|
+
attr_accessor first_observed_at: ::Time
|
921
|
+
attr_accessor updated_at: ::Time
|
922
|
+
attr_accessor inspector_score: ::Float
|
923
|
+
attr_accessor inspector_score_details: Types::InspectorScoreDetails
|
924
|
+
attr_accessor package_vulnerability_details: Types::PackageVulnerabilityDetails
|
925
|
+
attr_accessor fix_available: ::String
|
926
|
+
SENSITIVE: []
|
927
|
+
end
|
928
|
+
|
929
|
+
class ImageScanFindingAggregation
|
930
|
+
attr_accessor account_aggregation: Types::AccountAggregation
|
931
|
+
attr_accessor image_aggregation: Types::ImageAggregation
|
932
|
+
attr_accessor image_pipeline_aggregation: Types::ImagePipelineAggregation
|
933
|
+
attr_accessor vulnerability_id_aggregation: Types::VulnerabilityIdAggregation
|
934
|
+
SENSITIVE: []
|
935
|
+
end
|
936
|
+
|
937
|
+
class ImageScanFindingsFilter
|
938
|
+
attr_accessor name: ::String
|
939
|
+
attr_accessor values: ::Array[::String]
|
940
|
+
SENSITIVE: []
|
941
|
+
end
|
942
|
+
|
943
|
+
class ImageScanState
|
944
|
+
attr_accessor status: ("PENDING" | "SCANNING" | "COLLECTING" | "COMPLETED" | "ABANDONED" | "FAILED" | "TIMED_OUT")
|
945
|
+
attr_accessor reason: ::String
|
946
|
+
SENSITIVE: []
|
947
|
+
end
|
948
|
+
|
949
|
+
class ImageScanningConfiguration
|
950
|
+
attr_accessor image_scanning_enabled: bool
|
951
|
+
attr_accessor ecr_configuration: Types::EcrConfiguration
|
952
|
+
SENSITIVE: []
|
953
|
+
end
|
954
|
+
|
955
|
+
class ImageState
|
956
|
+
attr_accessor status: ("PENDING" | "CREATING" | "BUILDING" | "TESTING" | "DISTRIBUTING" | "INTEGRATING" | "AVAILABLE" | "CANCELLED" | "FAILED" | "DEPRECATED" | "DELETED" | "DISABLED")
|
957
|
+
attr_accessor reason: ::String
|
958
|
+
SENSITIVE: []
|
959
|
+
end
|
960
|
+
|
961
|
+
class ImageSummary
|
962
|
+
attr_accessor arn: ::String
|
963
|
+
attr_accessor name: ::String
|
964
|
+
attr_accessor type: ("AMI" | "DOCKER")
|
965
|
+
attr_accessor version: ::String
|
966
|
+
attr_accessor platform: ("Windows" | "Linux")
|
967
|
+
attr_accessor os_version: ::String
|
968
|
+
attr_accessor state: Types::ImageState
|
969
|
+
attr_accessor owner: ::String
|
970
|
+
attr_accessor date_created: ::String
|
971
|
+
attr_accessor output_resources: Types::OutputResources
|
972
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
973
|
+
attr_accessor build_type: ("USER_INITIATED" | "SCHEDULED" | "IMPORT")
|
974
|
+
attr_accessor image_source: ("AMAZON_MANAGED" | "AWS_MARKETPLACE" | "IMPORTED" | "CUSTOM")
|
975
|
+
attr_accessor deprecation_time: ::Time
|
976
|
+
attr_accessor lifecycle_execution_id: ::String
|
977
|
+
SENSITIVE: []
|
978
|
+
end
|
979
|
+
|
980
|
+
class ImageTestsConfiguration
|
981
|
+
attr_accessor image_tests_enabled: bool
|
982
|
+
attr_accessor timeout_minutes: ::Integer
|
983
|
+
SENSITIVE: []
|
984
|
+
end
|
985
|
+
|
986
|
+
class ImageVersion
|
987
|
+
attr_accessor arn: ::String
|
988
|
+
attr_accessor name: ::String
|
989
|
+
attr_accessor type: ("AMI" | "DOCKER")
|
990
|
+
attr_accessor version: ::String
|
991
|
+
attr_accessor platform: ("Windows" | "Linux")
|
992
|
+
attr_accessor os_version: ::String
|
993
|
+
attr_accessor owner: ::String
|
994
|
+
attr_accessor date_created: ::String
|
995
|
+
attr_accessor build_type: ("USER_INITIATED" | "SCHEDULED" | "IMPORT")
|
996
|
+
attr_accessor image_source: ("AMAZON_MANAGED" | "AWS_MARKETPLACE" | "IMPORTED" | "CUSTOM")
|
997
|
+
SENSITIVE: []
|
998
|
+
end
|
999
|
+
|
1000
|
+
class ImportComponentRequest
|
1001
|
+
attr_accessor name: ::String
|
1002
|
+
attr_accessor semantic_version: ::String
|
1003
|
+
attr_accessor description: ::String
|
1004
|
+
attr_accessor change_description: ::String
|
1005
|
+
attr_accessor type: ("BUILD" | "TEST")
|
1006
|
+
attr_accessor format: ("SHELL")
|
1007
|
+
attr_accessor platform: ("Windows" | "Linux")
|
1008
|
+
attr_accessor data: ::String
|
1009
|
+
attr_accessor uri: ::String
|
1010
|
+
attr_accessor kms_key_id: ::String
|
1011
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
1012
|
+
attr_accessor client_token: ::String
|
1013
|
+
SENSITIVE: []
|
1014
|
+
end
|
1015
|
+
|
1016
|
+
class ImportComponentResponse
|
1017
|
+
attr_accessor request_id: ::String
|
1018
|
+
attr_accessor client_token: ::String
|
1019
|
+
attr_accessor component_build_version_arn: ::String
|
1020
|
+
SENSITIVE: []
|
1021
|
+
end
|
1022
|
+
|
1023
|
+
class ImportVmImageRequest
|
1024
|
+
attr_accessor name: ::String
|
1025
|
+
attr_accessor semantic_version: ::String
|
1026
|
+
attr_accessor description: ::String
|
1027
|
+
attr_accessor platform: ("Windows" | "Linux")
|
1028
|
+
attr_accessor os_version: ::String
|
1029
|
+
attr_accessor vm_import_task_id: ::String
|
1030
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
1031
|
+
attr_accessor client_token: ::String
|
1032
|
+
SENSITIVE: []
|
1033
|
+
end
|
1034
|
+
|
1035
|
+
class ImportVmImageResponse
|
1036
|
+
attr_accessor request_id: ::String
|
1037
|
+
attr_accessor image_arn: ::String
|
1038
|
+
attr_accessor client_token: ::String
|
1039
|
+
SENSITIVE: []
|
1040
|
+
end
|
1041
|
+
|
1042
|
+
class InfrastructureConfiguration
|
1043
|
+
attr_accessor arn: ::String
|
1044
|
+
attr_accessor name: ::String
|
1045
|
+
attr_accessor description: ::String
|
1046
|
+
attr_accessor instance_types: ::Array[::String]
|
1047
|
+
attr_accessor instance_profile_name: ::String
|
1048
|
+
attr_accessor security_group_ids: ::Array[::String]
|
1049
|
+
attr_accessor subnet_id: ::String
|
1050
|
+
attr_accessor logging: Types::Logging
|
1051
|
+
attr_accessor key_pair: ::String
|
1052
|
+
attr_accessor terminate_instance_on_failure: bool
|
1053
|
+
attr_accessor sns_topic_arn: ::String
|
1054
|
+
attr_accessor date_created: ::String
|
1055
|
+
attr_accessor date_updated: ::String
|
1056
|
+
attr_accessor resource_tags: ::Hash[::String, ::String]
|
1057
|
+
attr_accessor instance_metadata_options: Types::InstanceMetadataOptions
|
1058
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
1059
|
+
SENSITIVE: []
|
1060
|
+
end
|
1061
|
+
|
1062
|
+
class InfrastructureConfigurationSummary
|
1063
|
+
attr_accessor arn: ::String
|
1064
|
+
attr_accessor name: ::String
|
1065
|
+
attr_accessor description: ::String
|
1066
|
+
attr_accessor date_created: ::String
|
1067
|
+
attr_accessor date_updated: ::String
|
1068
|
+
attr_accessor resource_tags: ::Hash[::String, ::String]
|
1069
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
1070
|
+
attr_accessor instance_types: ::Array[::String]
|
1071
|
+
attr_accessor instance_profile_name: ::String
|
1072
|
+
SENSITIVE: []
|
1073
|
+
end
|
1074
|
+
|
1075
|
+
class InspectorScoreDetails
|
1076
|
+
attr_accessor adjusted_cvss: Types::CvssScoreDetails
|
1077
|
+
SENSITIVE: []
|
1078
|
+
end
|
1079
|
+
|
1080
|
+
class InstanceBlockDeviceMapping
|
1081
|
+
attr_accessor device_name: ::String
|
1082
|
+
attr_accessor ebs: Types::EbsInstanceBlockDeviceSpecification
|
1083
|
+
attr_accessor virtual_name: ::String
|
1084
|
+
attr_accessor no_device: ::String
|
1085
|
+
SENSITIVE: []
|
1086
|
+
end
|
1087
|
+
|
1088
|
+
class InstanceConfiguration
|
1089
|
+
attr_accessor image: ::String
|
1090
|
+
attr_accessor block_device_mappings: ::Array[Types::InstanceBlockDeviceMapping]
|
1091
|
+
SENSITIVE: []
|
1092
|
+
end
|
1093
|
+
|
1094
|
+
class InstanceMetadataOptions
|
1095
|
+
attr_accessor http_tokens: ::String
|
1096
|
+
attr_accessor http_put_response_hop_limit: ::Integer
|
1097
|
+
SENSITIVE: []
|
1098
|
+
end
|
1099
|
+
|
1100
|
+
class InvalidPaginationTokenException
|
1101
|
+
attr_accessor message: ::String
|
1102
|
+
SENSITIVE: []
|
1103
|
+
end
|
1104
|
+
|
1105
|
+
class InvalidParameterCombinationException
|
1106
|
+
attr_accessor message: ::String
|
1107
|
+
SENSITIVE: []
|
1108
|
+
end
|
1109
|
+
|
1110
|
+
class InvalidParameterException
|
1111
|
+
attr_accessor message: ::String
|
1112
|
+
SENSITIVE: []
|
1113
|
+
end
|
1114
|
+
|
1115
|
+
class InvalidParameterValueException
|
1116
|
+
attr_accessor message: ::String
|
1117
|
+
SENSITIVE: []
|
1118
|
+
end
|
1119
|
+
|
1120
|
+
class InvalidRequestException
|
1121
|
+
attr_accessor message: ::String
|
1122
|
+
SENSITIVE: []
|
1123
|
+
end
|
1124
|
+
|
1125
|
+
class InvalidVersionNumberException
|
1126
|
+
attr_accessor message: ::String
|
1127
|
+
SENSITIVE: []
|
1128
|
+
end
|
1129
|
+
|
1130
|
+
class LaunchPermissionConfiguration
|
1131
|
+
attr_accessor user_ids: ::Array[::String]
|
1132
|
+
attr_accessor user_groups: ::Array[::String]
|
1133
|
+
attr_accessor organization_arns: ::Array[::String]
|
1134
|
+
attr_accessor organizational_unit_arns: ::Array[::String]
|
1135
|
+
SENSITIVE: []
|
1136
|
+
end
|
1137
|
+
|
1138
|
+
class LaunchTemplateConfiguration
|
1139
|
+
attr_accessor launch_template_id: ::String
|
1140
|
+
attr_accessor account_id: ::String
|
1141
|
+
attr_accessor set_default_version: bool
|
1142
|
+
SENSITIVE: []
|
1143
|
+
end
|
1144
|
+
|
1145
|
+
class LifecycleExecution
|
1146
|
+
attr_accessor lifecycle_execution_id: ::String
|
1147
|
+
attr_accessor lifecycle_policy_arn: ::String
|
1148
|
+
attr_accessor resources_impacted_summary: Types::LifecycleExecutionResourcesImpactedSummary
|
1149
|
+
attr_accessor state: Types::LifecycleExecutionState
|
1150
|
+
attr_accessor start_time: ::Time
|
1151
|
+
attr_accessor end_time: ::Time
|
1152
|
+
SENSITIVE: []
|
1153
|
+
end
|
1154
|
+
|
1155
|
+
class LifecycleExecutionResource
|
1156
|
+
attr_accessor account_id: ::String
|
1157
|
+
attr_accessor resource_id: ::String
|
1158
|
+
attr_accessor state: Types::LifecycleExecutionResourceState
|
1159
|
+
attr_accessor action: Types::LifecycleExecutionResourceAction
|
1160
|
+
attr_accessor region: ::String
|
1161
|
+
attr_accessor snapshots: ::Array[Types::LifecycleExecutionSnapshotResource]
|
1162
|
+
attr_accessor image_uris: ::Array[::String]
|
1163
|
+
SENSITIVE: []
|
1164
|
+
end
|
1165
|
+
|
1166
|
+
class LifecycleExecutionResourceAction
|
1167
|
+
attr_accessor name: ("AVAILABLE" | "DELETE" | "DEPRECATE" | "DISABLE")
|
1168
|
+
attr_accessor reason: ::String
|
1169
|
+
SENSITIVE: []
|
1170
|
+
end
|
1171
|
+
|
1172
|
+
class LifecycleExecutionResourceState
|
1173
|
+
attr_accessor status: ("FAILED" | "IN_PROGRESS" | "SKIPPED" | "SUCCESS")
|
1174
|
+
attr_accessor reason: ::String
|
1175
|
+
SENSITIVE: []
|
1176
|
+
end
|
1177
|
+
|
1178
|
+
class LifecycleExecutionResourcesImpactedSummary
|
1179
|
+
attr_accessor has_impacted_resources: bool
|
1180
|
+
SENSITIVE: []
|
1181
|
+
end
|
1182
|
+
|
1183
|
+
class LifecycleExecutionSnapshotResource
|
1184
|
+
attr_accessor snapshot_id: ::String
|
1185
|
+
attr_accessor state: Types::LifecycleExecutionResourceState
|
1186
|
+
SENSITIVE: []
|
1187
|
+
end
|
1188
|
+
|
1189
|
+
class LifecycleExecutionState
|
1190
|
+
attr_accessor status: ("IN_PROGRESS" | "CANCELLED" | "CANCELLING" | "FAILED" | "SUCCESS")
|
1191
|
+
attr_accessor reason: ::String
|
1192
|
+
SENSITIVE: []
|
1193
|
+
end
|
1194
|
+
|
1195
|
+
class LifecyclePolicy
|
1196
|
+
attr_accessor arn: ::String
|
1197
|
+
attr_accessor name: ::String
|
1198
|
+
attr_accessor description: ::String
|
1199
|
+
attr_accessor status: ("DISABLED" | "ENABLED")
|
1200
|
+
attr_accessor execution_role: ::String
|
1201
|
+
attr_accessor resource_type: ("AMI_IMAGE" | "CONTAINER_IMAGE")
|
1202
|
+
attr_accessor policy_details: ::Array[Types::LifecyclePolicyDetail]
|
1203
|
+
attr_accessor resource_selection: Types::LifecyclePolicyResourceSelection
|
1204
|
+
attr_accessor date_created: ::Time
|
1205
|
+
attr_accessor date_updated: ::Time
|
1206
|
+
attr_accessor date_last_run: ::Time
|
1207
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
1208
|
+
SENSITIVE: []
|
1209
|
+
end
|
1210
|
+
|
1211
|
+
class LifecyclePolicyDetail
|
1212
|
+
attr_accessor action: Types::LifecyclePolicyDetailAction
|
1213
|
+
attr_accessor filter: Types::LifecyclePolicyDetailFilter
|
1214
|
+
attr_accessor exclusion_rules: Types::LifecyclePolicyDetailExclusionRules
|
1215
|
+
SENSITIVE: []
|
1216
|
+
end
|
1217
|
+
|
1218
|
+
class LifecyclePolicyDetailAction
|
1219
|
+
attr_accessor type: ("DELETE" | "DEPRECATE" | "DISABLE")
|
1220
|
+
attr_accessor include_resources: Types::LifecyclePolicyDetailActionIncludeResources
|
1221
|
+
SENSITIVE: []
|
1222
|
+
end
|
1223
|
+
|
1224
|
+
class LifecyclePolicyDetailActionIncludeResources
|
1225
|
+
attr_accessor amis: bool
|
1226
|
+
attr_accessor snapshots: bool
|
1227
|
+
attr_accessor containers: bool
|
1228
|
+
SENSITIVE: []
|
1229
|
+
end
|
1230
|
+
|
1231
|
+
class LifecyclePolicyDetailExclusionRules
|
1232
|
+
attr_accessor tag_map: ::Hash[::String, ::String]
|
1233
|
+
attr_accessor amis: Types::LifecyclePolicyDetailExclusionRulesAmis
|
1234
|
+
SENSITIVE: []
|
1235
|
+
end
|
1236
|
+
|
1237
|
+
class LifecyclePolicyDetailExclusionRulesAmis
|
1238
|
+
attr_accessor is_public: bool
|
1239
|
+
attr_accessor regions: ::Array[::String]
|
1240
|
+
attr_accessor shared_accounts: ::Array[::String]
|
1241
|
+
attr_accessor last_launched: Types::LifecyclePolicyDetailExclusionRulesAmisLastLaunched
|
1242
|
+
attr_accessor tag_map: ::Hash[::String, ::String]
|
1243
|
+
SENSITIVE: []
|
1244
|
+
end
|
1245
|
+
|
1246
|
+
class LifecyclePolicyDetailExclusionRulesAmisLastLaunched
|
1247
|
+
attr_accessor value: ::Integer
|
1248
|
+
attr_accessor unit: ("DAYS" | "WEEKS" | "MONTHS" | "YEARS")
|
1249
|
+
SENSITIVE: []
|
1250
|
+
end
|
1251
|
+
|
1252
|
+
class LifecyclePolicyDetailFilter
|
1253
|
+
attr_accessor type: ("AGE" | "COUNT")
|
1254
|
+
attr_accessor value: ::Integer
|
1255
|
+
attr_accessor unit: ("DAYS" | "WEEKS" | "MONTHS" | "YEARS")
|
1256
|
+
attr_accessor retain_at_least: ::Integer
|
1257
|
+
SENSITIVE: []
|
1258
|
+
end
|
1259
|
+
|
1260
|
+
class LifecyclePolicyResourceSelection
|
1261
|
+
attr_accessor recipes: ::Array[Types::LifecyclePolicyResourceSelectionRecipe]
|
1262
|
+
attr_accessor tag_map: ::Hash[::String, ::String]
|
1263
|
+
SENSITIVE: []
|
1264
|
+
end
|
1265
|
+
|
1266
|
+
class LifecyclePolicyResourceSelectionRecipe
|
1267
|
+
attr_accessor name: ::String
|
1268
|
+
attr_accessor semantic_version: ::String
|
1269
|
+
SENSITIVE: []
|
1270
|
+
end
|
1271
|
+
|
1272
|
+
class LifecyclePolicySummary
|
1273
|
+
attr_accessor arn: ::String
|
1274
|
+
attr_accessor name: ::String
|
1275
|
+
attr_accessor description: ::String
|
1276
|
+
attr_accessor status: ("DISABLED" | "ENABLED")
|
1277
|
+
attr_accessor execution_role: ::String
|
1278
|
+
attr_accessor resource_type: ("AMI_IMAGE" | "CONTAINER_IMAGE")
|
1279
|
+
attr_accessor date_created: ::Time
|
1280
|
+
attr_accessor date_updated: ::Time
|
1281
|
+
attr_accessor date_last_run: ::Time
|
1282
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
1283
|
+
SENSITIVE: []
|
1284
|
+
end
|
1285
|
+
|
1286
|
+
class ListComponentBuildVersionsRequest
|
1287
|
+
attr_accessor component_version_arn: ::String
|
1288
|
+
attr_accessor max_results: ::Integer
|
1289
|
+
attr_accessor next_token: ::String
|
1290
|
+
SENSITIVE: []
|
1291
|
+
end
|
1292
|
+
|
1293
|
+
class ListComponentBuildVersionsResponse
|
1294
|
+
attr_accessor request_id: ::String
|
1295
|
+
attr_accessor component_summary_list: ::Array[Types::ComponentSummary]
|
1296
|
+
attr_accessor next_token: ::String
|
1297
|
+
SENSITIVE: []
|
1298
|
+
end
|
1299
|
+
|
1300
|
+
class ListComponentsRequest
|
1301
|
+
attr_accessor owner: ("Self" | "Shared" | "Amazon" | "ThirdParty")
|
1302
|
+
attr_accessor filters: ::Array[Types::Filter]
|
1303
|
+
attr_accessor by_name: bool
|
1304
|
+
attr_accessor max_results: ::Integer
|
1305
|
+
attr_accessor next_token: ::String
|
1306
|
+
SENSITIVE: []
|
1307
|
+
end
|
1308
|
+
|
1309
|
+
class ListComponentsResponse
|
1310
|
+
attr_accessor request_id: ::String
|
1311
|
+
attr_accessor component_version_list: ::Array[Types::ComponentVersion]
|
1312
|
+
attr_accessor next_token: ::String
|
1313
|
+
SENSITIVE: []
|
1314
|
+
end
|
1315
|
+
|
1316
|
+
class ListContainerRecipesRequest
|
1317
|
+
attr_accessor owner: ("Self" | "Shared" | "Amazon" | "ThirdParty")
|
1318
|
+
attr_accessor filters: ::Array[Types::Filter]
|
1319
|
+
attr_accessor max_results: ::Integer
|
1320
|
+
attr_accessor next_token: ::String
|
1321
|
+
SENSITIVE: []
|
1322
|
+
end
|
1323
|
+
|
1324
|
+
class ListContainerRecipesResponse
|
1325
|
+
attr_accessor request_id: ::String
|
1326
|
+
attr_accessor container_recipe_summary_list: ::Array[Types::ContainerRecipeSummary]
|
1327
|
+
attr_accessor next_token: ::String
|
1328
|
+
SENSITIVE: []
|
1329
|
+
end
|
1330
|
+
|
1331
|
+
class ListDistributionConfigurationsRequest
|
1332
|
+
attr_accessor filters: ::Array[Types::Filter]
|
1333
|
+
attr_accessor max_results: ::Integer
|
1334
|
+
attr_accessor next_token: ::String
|
1335
|
+
SENSITIVE: []
|
1336
|
+
end
|
1337
|
+
|
1338
|
+
class ListDistributionConfigurationsResponse
|
1339
|
+
attr_accessor request_id: ::String
|
1340
|
+
attr_accessor distribution_configuration_summary_list: ::Array[Types::DistributionConfigurationSummary]
|
1341
|
+
attr_accessor next_token: ::String
|
1342
|
+
SENSITIVE: []
|
1343
|
+
end
|
1344
|
+
|
1345
|
+
class ListImageBuildVersionsRequest
|
1346
|
+
attr_accessor image_version_arn: ::String
|
1347
|
+
attr_accessor filters: ::Array[Types::Filter]
|
1348
|
+
attr_accessor max_results: ::Integer
|
1349
|
+
attr_accessor next_token: ::String
|
1350
|
+
SENSITIVE: []
|
1351
|
+
end
|
1352
|
+
|
1353
|
+
class ListImageBuildVersionsResponse
|
1354
|
+
attr_accessor request_id: ::String
|
1355
|
+
attr_accessor image_summary_list: ::Array[Types::ImageSummary]
|
1356
|
+
attr_accessor next_token: ::String
|
1357
|
+
SENSITIVE: []
|
1358
|
+
end
|
1359
|
+
|
1360
|
+
class ListImagePackagesRequest
|
1361
|
+
attr_accessor image_build_version_arn: ::String
|
1362
|
+
attr_accessor max_results: ::Integer
|
1363
|
+
attr_accessor next_token: ::String
|
1364
|
+
SENSITIVE: []
|
1365
|
+
end
|
1366
|
+
|
1367
|
+
class ListImagePackagesResponse
|
1368
|
+
attr_accessor request_id: ::String
|
1369
|
+
attr_accessor image_package_list: ::Array[Types::ImagePackage]
|
1370
|
+
attr_accessor next_token: ::String
|
1371
|
+
SENSITIVE: []
|
1372
|
+
end
|
1373
|
+
|
1374
|
+
class ListImagePipelineImagesRequest
|
1375
|
+
attr_accessor image_pipeline_arn: ::String
|
1376
|
+
attr_accessor filters: ::Array[Types::Filter]
|
1377
|
+
attr_accessor max_results: ::Integer
|
1378
|
+
attr_accessor next_token: ::String
|
1379
|
+
SENSITIVE: []
|
1380
|
+
end
|
1381
|
+
|
1382
|
+
class ListImagePipelineImagesResponse
|
1383
|
+
attr_accessor request_id: ::String
|
1384
|
+
attr_accessor image_summary_list: ::Array[Types::ImageSummary]
|
1385
|
+
attr_accessor next_token: ::String
|
1386
|
+
SENSITIVE: []
|
1387
|
+
end
|
1388
|
+
|
1389
|
+
class ListImagePipelinesRequest
|
1390
|
+
attr_accessor filters: ::Array[Types::Filter]
|
1391
|
+
attr_accessor max_results: ::Integer
|
1392
|
+
attr_accessor next_token: ::String
|
1393
|
+
SENSITIVE: []
|
1394
|
+
end
|
1395
|
+
|
1396
|
+
class ListImagePipelinesResponse
|
1397
|
+
attr_accessor request_id: ::String
|
1398
|
+
attr_accessor image_pipeline_list: ::Array[Types::ImagePipeline]
|
1399
|
+
attr_accessor next_token: ::String
|
1400
|
+
SENSITIVE: []
|
1401
|
+
end
|
1402
|
+
|
1403
|
+
class ListImageRecipesRequest
|
1404
|
+
attr_accessor owner: ("Self" | "Shared" | "Amazon" | "ThirdParty")
|
1405
|
+
attr_accessor filters: ::Array[Types::Filter]
|
1406
|
+
attr_accessor max_results: ::Integer
|
1407
|
+
attr_accessor next_token: ::String
|
1408
|
+
SENSITIVE: []
|
1409
|
+
end
|
1410
|
+
|
1411
|
+
class ListImageRecipesResponse
|
1412
|
+
attr_accessor request_id: ::String
|
1413
|
+
attr_accessor image_recipe_summary_list: ::Array[Types::ImageRecipeSummary]
|
1414
|
+
attr_accessor next_token: ::String
|
1415
|
+
SENSITIVE: []
|
1416
|
+
end
|
1417
|
+
|
1418
|
+
class ListImageScanFindingAggregationsRequest
|
1419
|
+
attr_accessor filter: Types::Filter
|
1420
|
+
attr_accessor next_token: ::String
|
1421
|
+
SENSITIVE: []
|
1422
|
+
end
|
1423
|
+
|
1424
|
+
class ListImageScanFindingAggregationsResponse
|
1425
|
+
attr_accessor request_id: ::String
|
1426
|
+
attr_accessor aggregation_type: ::String
|
1427
|
+
attr_accessor responses: ::Array[Types::ImageScanFindingAggregation]
|
1428
|
+
attr_accessor next_token: ::String
|
1429
|
+
SENSITIVE: []
|
1430
|
+
end
|
1431
|
+
|
1432
|
+
class ListImageScanFindingsRequest
|
1433
|
+
attr_accessor filters: ::Array[Types::ImageScanFindingsFilter]
|
1434
|
+
attr_accessor max_results: ::Integer
|
1435
|
+
attr_accessor next_token: ::String
|
1436
|
+
SENSITIVE: []
|
1437
|
+
end
|
1438
|
+
|
1439
|
+
class ListImageScanFindingsResponse
|
1440
|
+
attr_accessor request_id: ::String
|
1441
|
+
attr_accessor findings: ::Array[Types::ImageScanFinding]
|
1442
|
+
attr_accessor next_token: ::String
|
1443
|
+
SENSITIVE: []
|
1444
|
+
end
|
1445
|
+
|
1446
|
+
class ListImagesRequest
|
1447
|
+
attr_accessor owner: ("Self" | "Shared" | "Amazon" | "ThirdParty")
|
1448
|
+
attr_accessor filters: ::Array[Types::Filter]
|
1449
|
+
attr_accessor by_name: bool
|
1450
|
+
attr_accessor max_results: ::Integer
|
1451
|
+
attr_accessor next_token: ::String
|
1452
|
+
attr_accessor include_deprecated: bool
|
1453
|
+
SENSITIVE: []
|
1454
|
+
end
|
1455
|
+
|
1456
|
+
class ListImagesResponse
|
1457
|
+
attr_accessor request_id: ::String
|
1458
|
+
attr_accessor image_version_list: ::Array[Types::ImageVersion]
|
1459
|
+
attr_accessor next_token: ::String
|
1460
|
+
SENSITIVE: []
|
1461
|
+
end
|
1462
|
+
|
1463
|
+
class ListInfrastructureConfigurationsRequest
|
1464
|
+
attr_accessor filters: ::Array[Types::Filter]
|
1465
|
+
attr_accessor max_results: ::Integer
|
1466
|
+
attr_accessor next_token: ::String
|
1467
|
+
SENSITIVE: []
|
1468
|
+
end
|
1469
|
+
|
1470
|
+
class ListInfrastructureConfigurationsResponse
|
1471
|
+
attr_accessor request_id: ::String
|
1472
|
+
attr_accessor infrastructure_configuration_summary_list: ::Array[Types::InfrastructureConfigurationSummary]
|
1473
|
+
attr_accessor next_token: ::String
|
1474
|
+
SENSITIVE: []
|
1475
|
+
end
|
1476
|
+
|
1477
|
+
class ListLifecycleExecutionResourcesRequest
|
1478
|
+
attr_accessor lifecycle_execution_id: ::String
|
1479
|
+
attr_accessor parent_resource_id: ::String
|
1480
|
+
attr_accessor max_results: ::Integer
|
1481
|
+
attr_accessor next_token: ::String
|
1482
|
+
SENSITIVE: []
|
1483
|
+
end
|
1484
|
+
|
1485
|
+
class ListLifecycleExecutionResourcesResponse
|
1486
|
+
attr_accessor lifecycle_execution_id: ::String
|
1487
|
+
attr_accessor lifecycle_execution_state: Types::LifecycleExecutionState
|
1488
|
+
attr_accessor resources: ::Array[Types::LifecycleExecutionResource]
|
1489
|
+
attr_accessor next_token: ::String
|
1490
|
+
SENSITIVE: []
|
1491
|
+
end
|
1492
|
+
|
1493
|
+
class ListLifecycleExecutionsRequest
|
1494
|
+
attr_accessor max_results: ::Integer
|
1495
|
+
attr_accessor next_token: ::String
|
1496
|
+
attr_accessor resource_arn: ::String
|
1497
|
+
SENSITIVE: []
|
1498
|
+
end
|
1499
|
+
|
1500
|
+
class ListLifecycleExecutionsResponse
|
1501
|
+
attr_accessor lifecycle_executions: ::Array[Types::LifecycleExecution]
|
1502
|
+
attr_accessor next_token: ::String
|
1503
|
+
SENSITIVE: []
|
1504
|
+
end
|
1505
|
+
|
1506
|
+
class ListLifecyclePoliciesRequest
|
1507
|
+
attr_accessor filters: ::Array[Types::Filter]
|
1508
|
+
attr_accessor max_results: ::Integer
|
1509
|
+
attr_accessor next_token: ::String
|
1510
|
+
SENSITIVE: []
|
1511
|
+
end
|
1512
|
+
|
1513
|
+
class ListLifecyclePoliciesResponse
|
1514
|
+
attr_accessor lifecycle_policy_summary_list: ::Array[Types::LifecyclePolicySummary]
|
1515
|
+
attr_accessor next_token: ::String
|
1516
|
+
SENSITIVE: []
|
1517
|
+
end
|
1518
|
+
|
1519
|
+
class ListTagsForResourceRequest
|
1520
|
+
attr_accessor resource_arn: ::String
|
1521
|
+
SENSITIVE: []
|
1522
|
+
end
|
1523
|
+
|
1524
|
+
class ListTagsForResourceResponse
|
1525
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
1526
|
+
SENSITIVE: []
|
1527
|
+
end
|
1528
|
+
|
1529
|
+
class ListWaitingWorkflowStepsRequest
|
1530
|
+
attr_accessor max_results: ::Integer
|
1531
|
+
attr_accessor next_token: ::String
|
1532
|
+
SENSITIVE: []
|
1533
|
+
end
|
1534
|
+
|
1535
|
+
class ListWaitingWorkflowStepsResponse
|
1536
|
+
attr_accessor steps: ::Array[Types::WorkflowStepExecution]
|
1537
|
+
attr_accessor next_token: ::String
|
1538
|
+
SENSITIVE: []
|
1539
|
+
end
|
1540
|
+
|
1541
|
+
class ListWorkflowBuildVersionsRequest
|
1542
|
+
attr_accessor workflow_version_arn: ::String
|
1543
|
+
attr_accessor max_results: ::Integer
|
1544
|
+
attr_accessor next_token: ::String
|
1545
|
+
SENSITIVE: []
|
1546
|
+
end
|
1547
|
+
|
1548
|
+
class ListWorkflowBuildVersionsResponse
|
1549
|
+
attr_accessor workflow_summary_list: ::Array[Types::WorkflowSummary]
|
1550
|
+
attr_accessor next_token: ::String
|
1551
|
+
SENSITIVE: []
|
1552
|
+
end
|
1553
|
+
|
1554
|
+
class ListWorkflowExecutionsRequest
|
1555
|
+
attr_accessor max_results: ::Integer
|
1556
|
+
attr_accessor next_token: ::String
|
1557
|
+
attr_accessor image_build_version_arn: ::String
|
1558
|
+
SENSITIVE: []
|
1559
|
+
end
|
1560
|
+
|
1561
|
+
class ListWorkflowExecutionsResponse
|
1562
|
+
attr_accessor request_id: ::String
|
1563
|
+
attr_accessor workflow_executions: ::Array[Types::WorkflowExecutionMetadata]
|
1564
|
+
attr_accessor image_build_version_arn: ::String
|
1565
|
+
attr_accessor message: ::String
|
1566
|
+
attr_accessor next_token: ::String
|
1567
|
+
SENSITIVE: []
|
1568
|
+
end
|
1569
|
+
|
1570
|
+
class ListWorkflowStepExecutionsRequest
|
1571
|
+
attr_accessor max_results: ::Integer
|
1572
|
+
attr_accessor next_token: ::String
|
1573
|
+
attr_accessor workflow_execution_id: ::String
|
1574
|
+
SENSITIVE: []
|
1575
|
+
end
|
1576
|
+
|
1577
|
+
class ListWorkflowStepExecutionsResponse
|
1578
|
+
attr_accessor request_id: ::String
|
1579
|
+
attr_accessor steps: ::Array[Types::WorkflowStepMetadata]
|
1580
|
+
attr_accessor workflow_build_version_arn: ::String
|
1581
|
+
attr_accessor workflow_execution_id: ::String
|
1582
|
+
attr_accessor image_build_version_arn: ::String
|
1583
|
+
attr_accessor message: ::String
|
1584
|
+
attr_accessor next_token: ::String
|
1585
|
+
SENSITIVE: []
|
1586
|
+
end
|
1587
|
+
|
1588
|
+
class ListWorkflowsRequest
|
1589
|
+
attr_accessor owner: ("Self" | "Shared" | "Amazon" | "ThirdParty")
|
1590
|
+
attr_accessor filters: ::Array[Types::Filter]
|
1591
|
+
attr_accessor by_name: bool
|
1592
|
+
attr_accessor max_results: ::Integer
|
1593
|
+
attr_accessor next_token: ::String
|
1594
|
+
SENSITIVE: []
|
1595
|
+
end
|
1596
|
+
|
1597
|
+
class ListWorkflowsResponse
|
1598
|
+
attr_accessor workflow_version_list: ::Array[Types::WorkflowVersion]
|
1599
|
+
attr_accessor next_token: ::String
|
1600
|
+
SENSITIVE: []
|
1601
|
+
end
|
1602
|
+
|
1603
|
+
class Logging
|
1604
|
+
attr_accessor s3_logs: Types::S3Logs
|
1605
|
+
SENSITIVE: []
|
1606
|
+
end
|
1607
|
+
|
1608
|
+
class OutputResources
|
1609
|
+
attr_accessor amis: ::Array[Types::Ami]
|
1610
|
+
attr_accessor containers: ::Array[Types::Container]
|
1611
|
+
SENSITIVE: []
|
1612
|
+
end
|
1613
|
+
|
1614
|
+
class PackageVulnerabilityDetails
|
1615
|
+
attr_accessor vulnerability_id: ::String
|
1616
|
+
attr_accessor vulnerable_packages: ::Array[Types::VulnerablePackage]
|
1617
|
+
attr_accessor source: ::String
|
1618
|
+
attr_accessor cvss: ::Array[Types::CvssScore]
|
1619
|
+
attr_accessor related_vulnerabilities: ::Array[::String]
|
1620
|
+
attr_accessor source_url: ::String
|
1621
|
+
attr_accessor vendor_severity: ::String
|
1622
|
+
attr_accessor vendor_created_at: ::Time
|
1623
|
+
attr_accessor vendor_updated_at: ::Time
|
1624
|
+
attr_accessor reference_urls: ::Array[::String]
|
1625
|
+
SENSITIVE: []
|
1626
|
+
end
|
1627
|
+
|
1628
|
+
class PutComponentPolicyRequest
|
1629
|
+
attr_accessor component_arn: ::String
|
1630
|
+
attr_accessor policy: ::String
|
1631
|
+
SENSITIVE: []
|
1632
|
+
end
|
1633
|
+
|
1634
|
+
class PutComponentPolicyResponse
|
1635
|
+
attr_accessor request_id: ::String
|
1636
|
+
attr_accessor component_arn: ::String
|
1637
|
+
SENSITIVE: []
|
1638
|
+
end
|
1639
|
+
|
1640
|
+
class PutContainerRecipePolicyRequest
|
1641
|
+
attr_accessor container_recipe_arn: ::String
|
1642
|
+
attr_accessor policy: ::String
|
1643
|
+
SENSITIVE: []
|
1644
|
+
end
|
1645
|
+
|
1646
|
+
class PutContainerRecipePolicyResponse
|
1647
|
+
attr_accessor request_id: ::String
|
1648
|
+
attr_accessor container_recipe_arn: ::String
|
1649
|
+
SENSITIVE: []
|
1650
|
+
end
|
1651
|
+
|
1652
|
+
class PutImagePolicyRequest
|
1653
|
+
attr_accessor image_arn: ::String
|
1654
|
+
attr_accessor policy: ::String
|
1655
|
+
SENSITIVE: []
|
1656
|
+
end
|
1657
|
+
|
1658
|
+
class PutImagePolicyResponse
|
1659
|
+
attr_accessor request_id: ::String
|
1660
|
+
attr_accessor image_arn: ::String
|
1661
|
+
SENSITIVE: []
|
1662
|
+
end
|
1663
|
+
|
1664
|
+
class PutImageRecipePolicyRequest
|
1665
|
+
attr_accessor image_recipe_arn: ::String
|
1666
|
+
attr_accessor policy: ::String
|
1667
|
+
SENSITIVE: []
|
1668
|
+
end
|
1669
|
+
|
1670
|
+
class PutImageRecipePolicyResponse
|
1671
|
+
attr_accessor request_id: ::String
|
1672
|
+
attr_accessor image_recipe_arn: ::String
|
1673
|
+
SENSITIVE: []
|
1674
|
+
end
|
1675
|
+
|
1676
|
+
class Remediation
|
1677
|
+
attr_accessor recommendation: Types::RemediationRecommendation
|
1678
|
+
SENSITIVE: []
|
1679
|
+
end
|
1680
|
+
|
1681
|
+
class RemediationRecommendation
|
1682
|
+
attr_accessor text: ::String
|
1683
|
+
attr_accessor url: ::String
|
1684
|
+
SENSITIVE: []
|
1685
|
+
end
|
1686
|
+
|
1687
|
+
class ResourceAlreadyExistsException
|
1688
|
+
attr_accessor message: ::String
|
1689
|
+
SENSITIVE: []
|
1690
|
+
end
|
1691
|
+
|
1692
|
+
class ResourceDependencyException
|
1693
|
+
attr_accessor message: ::String
|
1694
|
+
SENSITIVE: []
|
1695
|
+
end
|
1696
|
+
|
1697
|
+
class ResourceInUseException
|
1698
|
+
attr_accessor message: ::String
|
1699
|
+
SENSITIVE: []
|
1700
|
+
end
|
1701
|
+
|
1702
|
+
class ResourceNotFoundException
|
1703
|
+
attr_accessor message: ::String
|
1704
|
+
SENSITIVE: []
|
1705
|
+
end
|
1706
|
+
|
1707
|
+
class ResourceState
|
1708
|
+
attr_accessor status: ("AVAILABLE" | "DELETED" | "DEPRECATED" | "DISABLED")
|
1709
|
+
SENSITIVE: []
|
1710
|
+
end
|
1711
|
+
|
1712
|
+
class ResourceStateUpdateExclusionRules
|
1713
|
+
attr_accessor amis: Types::LifecyclePolicyDetailExclusionRulesAmis
|
1714
|
+
SENSITIVE: []
|
1715
|
+
end
|
1716
|
+
|
1717
|
+
class ResourceStateUpdateIncludeResources
|
1718
|
+
attr_accessor amis: bool
|
1719
|
+
attr_accessor snapshots: bool
|
1720
|
+
attr_accessor containers: bool
|
1721
|
+
SENSITIVE: []
|
1722
|
+
end
|
1723
|
+
|
1724
|
+
class S3ExportConfiguration
|
1725
|
+
attr_accessor role_name: ::String
|
1726
|
+
attr_accessor disk_image_format: ("VMDK" | "RAW" | "VHD")
|
1727
|
+
attr_accessor s3_bucket: ::String
|
1728
|
+
attr_accessor s3_prefix: ::String
|
1729
|
+
SENSITIVE: []
|
1730
|
+
end
|
1731
|
+
|
1732
|
+
class S3Logs
|
1733
|
+
attr_accessor s3_bucket_name: ::String
|
1734
|
+
attr_accessor s3_key_prefix: ::String
|
1735
|
+
SENSITIVE: []
|
1736
|
+
end
|
1737
|
+
|
1738
|
+
class Schedule
|
1739
|
+
attr_accessor schedule_expression: ::String
|
1740
|
+
attr_accessor timezone: ::String
|
1741
|
+
attr_accessor pipeline_execution_start_condition: ("EXPRESSION_MATCH_ONLY" | "EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE")
|
1742
|
+
SENSITIVE: []
|
1743
|
+
end
|
1744
|
+
|
1745
|
+
class SendWorkflowStepActionRequest
|
1746
|
+
attr_accessor step_execution_id: ::String
|
1747
|
+
attr_accessor image_build_version_arn: ::String
|
1748
|
+
attr_accessor action: ("RESUME" | "STOP")
|
1749
|
+
attr_accessor reason: ::String
|
1750
|
+
attr_accessor client_token: ::String
|
1751
|
+
SENSITIVE: []
|
1752
|
+
end
|
1753
|
+
|
1754
|
+
class SendWorkflowStepActionResponse
|
1755
|
+
attr_accessor step_execution_id: ::String
|
1756
|
+
attr_accessor image_build_version_arn: ::String
|
1757
|
+
attr_accessor client_token: ::String
|
1758
|
+
SENSITIVE: []
|
1759
|
+
end
|
1760
|
+
|
1761
|
+
class ServiceException
|
1762
|
+
attr_accessor message: ::String
|
1763
|
+
SENSITIVE: []
|
1764
|
+
end
|
1765
|
+
|
1766
|
+
class ServiceQuotaExceededException
|
1767
|
+
attr_accessor message: ::String
|
1768
|
+
SENSITIVE: []
|
1769
|
+
end
|
1770
|
+
|
1771
|
+
class ServiceUnavailableException
|
1772
|
+
attr_accessor message: ::String
|
1773
|
+
SENSITIVE: []
|
1774
|
+
end
|
1775
|
+
|
1776
|
+
class SeverityCounts
|
1777
|
+
attr_accessor all: ::Integer
|
1778
|
+
attr_accessor critical: ::Integer
|
1779
|
+
attr_accessor high: ::Integer
|
1780
|
+
attr_accessor medium: ::Integer
|
1781
|
+
SENSITIVE: []
|
1782
|
+
end
|
1783
|
+
|
1784
|
+
class StartImagePipelineExecutionRequest
|
1785
|
+
attr_accessor image_pipeline_arn: ::String
|
1786
|
+
attr_accessor client_token: ::String
|
1787
|
+
SENSITIVE: []
|
1788
|
+
end
|
1789
|
+
|
1790
|
+
class StartImagePipelineExecutionResponse
|
1791
|
+
attr_accessor request_id: ::String
|
1792
|
+
attr_accessor client_token: ::String
|
1793
|
+
attr_accessor image_build_version_arn: ::String
|
1794
|
+
SENSITIVE: []
|
1795
|
+
end
|
1796
|
+
|
1797
|
+
class StartResourceStateUpdateRequest
|
1798
|
+
attr_accessor resource_arn: ::String
|
1799
|
+
attr_accessor state: Types::ResourceState
|
1800
|
+
attr_accessor execution_role: ::String
|
1801
|
+
attr_accessor include_resources: Types::ResourceStateUpdateIncludeResources
|
1802
|
+
attr_accessor exclusion_rules: Types::ResourceStateUpdateExclusionRules
|
1803
|
+
attr_accessor update_at: ::Time
|
1804
|
+
attr_accessor client_token: ::String
|
1805
|
+
SENSITIVE: []
|
1806
|
+
end
|
1807
|
+
|
1808
|
+
class StartResourceStateUpdateResponse
|
1809
|
+
attr_accessor lifecycle_execution_id: ::String
|
1810
|
+
attr_accessor resource_arn: ::String
|
1811
|
+
SENSITIVE: []
|
1812
|
+
end
|
1813
|
+
|
1814
|
+
class SystemsManagerAgent
|
1815
|
+
attr_accessor uninstall_after_build: bool
|
1816
|
+
SENSITIVE: []
|
1817
|
+
end
|
1818
|
+
|
1819
|
+
class TagResourceRequest
|
1820
|
+
attr_accessor resource_arn: ::String
|
1821
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
1822
|
+
SENSITIVE: []
|
1823
|
+
end
|
1824
|
+
|
1825
|
+
class TagResourceResponse < Aws::EmptyStructure
|
1826
|
+
end
|
1827
|
+
|
1828
|
+
class TargetContainerRepository
|
1829
|
+
attr_accessor service: ("ECR")
|
1830
|
+
attr_accessor repository_name: ::String
|
1831
|
+
SENSITIVE: []
|
1832
|
+
end
|
1833
|
+
|
1834
|
+
class UntagResourceRequest
|
1835
|
+
attr_accessor resource_arn: ::String
|
1836
|
+
attr_accessor tag_keys: ::Array[::String]
|
1837
|
+
SENSITIVE: []
|
1838
|
+
end
|
1839
|
+
|
1840
|
+
class UntagResourceResponse < Aws::EmptyStructure
|
1841
|
+
end
|
1842
|
+
|
1843
|
+
class UpdateDistributionConfigurationRequest
|
1844
|
+
attr_accessor distribution_configuration_arn: ::String
|
1845
|
+
attr_accessor description: ::String
|
1846
|
+
attr_accessor distributions: ::Array[Types::Distribution]
|
1847
|
+
attr_accessor client_token: ::String
|
1848
|
+
SENSITIVE: []
|
1849
|
+
end
|
1850
|
+
|
1851
|
+
class UpdateDistributionConfigurationResponse
|
1852
|
+
attr_accessor request_id: ::String
|
1853
|
+
attr_accessor client_token: ::String
|
1854
|
+
attr_accessor distribution_configuration_arn: ::String
|
1855
|
+
SENSITIVE: []
|
1856
|
+
end
|
1857
|
+
|
1858
|
+
class UpdateImagePipelineRequest
|
1859
|
+
attr_accessor image_pipeline_arn: ::String
|
1860
|
+
attr_accessor description: ::String
|
1861
|
+
attr_accessor image_recipe_arn: ::String
|
1862
|
+
attr_accessor container_recipe_arn: ::String
|
1863
|
+
attr_accessor infrastructure_configuration_arn: ::String
|
1864
|
+
attr_accessor distribution_configuration_arn: ::String
|
1865
|
+
attr_accessor image_tests_configuration: Types::ImageTestsConfiguration
|
1866
|
+
attr_accessor enhanced_image_metadata_enabled: bool
|
1867
|
+
attr_accessor schedule: Types::Schedule
|
1868
|
+
attr_accessor status: ("DISABLED" | "ENABLED")
|
1869
|
+
attr_accessor client_token: ::String
|
1870
|
+
attr_accessor image_scanning_configuration: Types::ImageScanningConfiguration
|
1871
|
+
attr_accessor workflows: ::Array[Types::WorkflowConfiguration]
|
1872
|
+
attr_accessor execution_role: ::String
|
1873
|
+
SENSITIVE: []
|
1874
|
+
end
|
1875
|
+
|
1876
|
+
class UpdateImagePipelineResponse
|
1877
|
+
attr_accessor request_id: ::String
|
1878
|
+
attr_accessor client_token: ::String
|
1879
|
+
attr_accessor image_pipeline_arn: ::String
|
1880
|
+
SENSITIVE: []
|
1881
|
+
end
|
1882
|
+
|
1883
|
+
class UpdateInfrastructureConfigurationRequest
|
1884
|
+
attr_accessor infrastructure_configuration_arn: ::String
|
1885
|
+
attr_accessor description: ::String
|
1886
|
+
attr_accessor instance_types: ::Array[::String]
|
1887
|
+
attr_accessor instance_profile_name: ::String
|
1888
|
+
attr_accessor security_group_ids: ::Array[::String]
|
1889
|
+
attr_accessor subnet_id: ::String
|
1890
|
+
attr_accessor logging: Types::Logging
|
1891
|
+
attr_accessor key_pair: ::String
|
1892
|
+
attr_accessor terminate_instance_on_failure: bool
|
1893
|
+
attr_accessor sns_topic_arn: ::String
|
1894
|
+
attr_accessor client_token: ::String
|
1895
|
+
attr_accessor resource_tags: ::Hash[::String, ::String]
|
1896
|
+
attr_accessor instance_metadata_options: Types::InstanceMetadataOptions
|
1897
|
+
SENSITIVE: []
|
1898
|
+
end
|
1899
|
+
|
1900
|
+
class UpdateInfrastructureConfigurationResponse
|
1901
|
+
attr_accessor request_id: ::String
|
1902
|
+
attr_accessor client_token: ::String
|
1903
|
+
attr_accessor infrastructure_configuration_arn: ::String
|
1904
|
+
SENSITIVE: []
|
1905
|
+
end
|
1906
|
+
|
1907
|
+
class UpdateLifecyclePolicyRequest
|
1908
|
+
attr_accessor lifecycle_policy_arn: ::String
|
1909
|
+
attr_accessor description: ::String
|
1910
|
+
attr_accessor status: ("DISABLED" | "ENABLED")
|
1911
|
+
attr_accessor execution_role: ::String
|
1912
|
+
attr_accessor resource_type: ("AMI_IMAGE" | "CONTAINER_IMAGE")
|
1913
|
+
attr_accessor policy_details: ::Array[Types::LifecyclePolicyDetail]
|
1914
|
+
attr_accessor resource_selection: Types::LifecyclePolicyResourceSelection
|
1915
|
+
attr_accessor client_token: ::String
|
1916
|
+
SENSITIVE: []
|
1917
|
+
end
|
1918
|
+
|
1919
|
+
class UpdateLifecyclePolicyResponse
|
1920
|
+
attr_accessor lifecycle_policy_arn: ::String
|
1921
|
+
SENSITIVE: []
|
1922
|
+
end
|
1923
|
+
|
1924
|
+
class VulnerabilityIdAggregation
|
1925
|
+
attr_accessor vulnerability_id: ::String
|
1926
|
+
attr_accessor severity_counts: Types::SeverityCounts
|
1927
|
+
SENSITIVE: []
|
1928
|
+
end
|
1929
|
+
|
1930
|
+
class VulnerablePackage
|
1931
|
+
attr_accessor name: ::String
|
1932
|
+
attr_accessor version: ::String
|
1933
|
+
attr_accessor source_layer_hash: ::String
|
1934
|
+
attr_accessor epoch: ::Integer
|
1935
|
+
attr_accessor release: ::String
|
1936
|
+
attr_accessor arch: ::String
|
1937
|
+
attr_accessor package_manager: ::String
|
1938
|
+
attr_accessor file_path: ::String
|
1939
|
+
attr_accessor fixed_in_version: ::String
|
1940
|
+
attr_accessor remediation: ::String
|
1941
|
+
SENSITIVE: []
|
1942
|
+
end
|
1943
|
+
|
1944
|
+
class Workflow
|
1945
|
+
attr_accessor arn: ::String
|
1946
|
+
attr_accessor name: ::String
|
1947
|
+
attr_accessor version: ::String
|
1948
|
+
attr_accessor description: ::String
|
1949
|
+
attr_accessor change_description: ::String
|
1950
|
+
attr_accessor type: ("BUILD" | "TEST" | "DISTRIBUTION")
|
1951
|
+
attr_accessor state: Types::WorkflowState
|
1952
|
+
attr_accessor owner: ::String
|
1953
|
+
attr_accessor data: ::String
|
1954
|
+
attr_accessor kms_key_id: ::String
|
1955
|
+
attr_accessor date_created: ::String
|
1956
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
1957
|
+
attr_accessor parameters: ::Array[Types::WorkflowParameterDetail]
|
1958
|
+
SENSITIVE: []
|
1959
|
+
end
|
1960
|
+
|
1961
|
+
class WorkflowConfiguration
|
1962
|
+
attr_accessor workflow_arn: ::String
|
1963
|
+
attr_accessor parameters: ::Array[Types::WorkflowParameter]
|
1964
|
+
attr_accessor parallel_group: ::String
|
1965
|
+
attr_accessor on_failure: ("CONTINUE" | "ABORT")
|
1966
|
+
SENSITIVE: []
|
1967
|
+
end
|
1968
|
+
|
1969
|
+
class WorkflowExecutionMetadata
|
1970
|
+
attr_accessor workflow_build_version_arn: ::String
|
1971
|
+
attr_accessor workflow_execution_id: ::String
|
1972
|
+
attr_accessor type: ("BUILD" | "TEST" | "DISTRIBUTION")
|
1973
|
+
attr_accessor status: ("PENDING" | "SKIPPED" | "RUNNING" | "COMPLETED" | "FAILED" | "ROLLBACK_IN_PROGRESS" | "ROLLBACK_COMPLETED" | "CANCELLED")
|
1974
|
+
attr_accessor message: ::String
|
1975
|
+
attr_accessor total_step_count: ::Integer
|
1976
|
+
attr_accessor total_steps_succeeded: ::Integer
|
1977
|
+
attr_accessor total_steps_failed: ::Integer
|
1978
|
+
attr_accessor total_steps_skipped: ::Integer
|
1979
|
+
attr_accessor start_time: ::String
|
1980
|
+
attr_accessor end_time: ::String
|
1981
|
+
attr_accessor parallel_group: ::String
|
1982
|
+
SENSITIVE: []
|
1983
|
+
end
|
1984
|
+
|
1985
|
+
class WorkflowParameter
|
1986
|
+
attr_accessor name: ::String
|
1987
|
+
attr_accessor value: ::Array[::String]
|
1988
|
+
SENSITIVE: []
|
1989
|
+
end
|
1990
|
+
|
1991
|
+
class WorkflowParameterDetail
|
1992
|
+
attr_accessor name: ::String
|
1993
|
+
attr_accessor type: ::String
|
1994
|
+
attr_accessor default_value: ::Array[::String]
|
1995
|
+
attr_accessor description: ::String
|
1996
|
+
SENSITIVE: []
|
1997
|
+
end
|
1998
|
+
|
1999
|
+
class WorkflowState
|
2000
|
+
attr_accessor status: ("DEPRECATED")
|
2001
|
+
attr_accessor reason: ::String
|
2002
|
+
SENSITIVE: []
|
2003
|
+
end
|
2004
|
+
|
2005
|
+
class WorkflowStepExecution
|
2006
|
+
attr_accessor step_execution_id: ::String
|
2007
|
+
attr_accessor image_build_version_arn: ::String
|
2008
|
+
attr_accessor workflow_execution_id: ::String
|
2009
|
+
attr_accessor workflow_build_version_arn: ::String
|
2010
|
+
attr_accessor name: ::String
|
2011
|
+
attr_accessor action: ::String
|
2012
|
+
attr_accessor start_time: ::String
|
2013
|
+
SENSITIVE: []
|
2014
|
+
end
|
2015
|
+
|
2016
|
+
class WorkflowStepMetadata
|
2017
|
+
attr_accessor step_execution_id: ::String
|
2018
|
+
attr_accessor name: ::String
|
2019
|
+
attr_accessor description: ::String
|
2020
|
+
attr_accessor action: ::String
|
2021
|
+
attr_accessor status: ("PENDING" | "SKIPPED" | "RUNNING" | "COMPLETED" | "FAILED" | "CANCELLED")
|
2022
|
+
attr_accessor rollback_status: ("RUNNING" | "COMPLETED" | "SKIPPED" | "FAILED")
|
2023
|
+
attr_accessor message: ::String
|
2024
|
+
attr_accessor inputs: ::String
|
2025
|
+
attr_accessor outputs: ::String
|
2026
|
+
attr_accessor start_time: ::String
|
2027
|
+
attr_accessor end_time: ::String
|
2028
|
+
SENSITIVE: []
|
2029
|
+
end
|
2030
|
+
|
2031
|
+
class WorkflowSummary
|
2032
|
+
attr_accessor arn: ::String
|
2033
|
+
attr_accessor name: ::String
|
2034
|
+
attr_accessor version: ::String
|
2035
|
+
attr_accessor description: ::String
|
2036
|
+
attr_accessor change_description: ::String
|
2037
|
+
attr_accessor type: ("BUILD" | "TEST" | "DISTRIBUTION")
|
2038
|
+
attr_accessor owner: ::String
|
2039
|
+
attr_accessor state: Types::WorkflowState
|
2040
|
+
attr_accessor date_created: ::String
|
2041
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
2042
|
+
SENSITIVE: []
|
2043
|
+
end
|
2044
|
+
|
2045
|
+
class WorkflowVersion
|
2046
|
+
attr_accessor arn: ::String
|
2047
|
+
attr_accessor name: ::String
|
2048
|
+
attr_accessor version: ::String
|
2049
|
+
attr_accessor description: ::String
|
2050
|
+
attr_accessor type: ("BUILD" | "TEST" | "DISTRIBUTION")
|
2051
|
+
attr_accessor owner: ::String
|
2052
|
+
attr_accessor date_created: ::String
|
2053
|
+
SENSITIVE: []
|
2054
|
+
end
|
2055
|
+
end
|
2056
|
+
end
|