aws-sdk-imagebuilder 1.43.0 → 1.45.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.
@@ -13,6 +13,7 @@ module Aws::Imagebuilder
13
13
 
14
14
  include Seahorse::Model
15
15
 
16
+ AccountAggregation = Shapes::StructureShape.new(name: 'AccountAggregation')
16
17
  AccountId = Shapes::StringShape.new(name: 'AccountId')
17
18
  AccountList = Shapes::ListShape.new(name: 'AccountList')
18
19
  AdditionalInstanceConfiguration = Shapes::StructureShape.new(name: 'AdditionalInstanceConfiguration')
@@ -75,7 +76,13 @@ module Aws::Imagebuilder
75
76
  CreateImageResponse = Shapes::StructureShape.new(name: 'CreateImageResponse')
76
77
  CreateInfrastructureConfigurationRequest = Shapes::StructureShape.new(name: 'CreateInfrastructureConfigurationRequest')
77
78
  CreateInfrastructureConfigurationResponse = Shapes::StructureShape.new(name: 'CreateInfrastructureConfigurationResponse')
79
+ CvssScore = Shapes::StructureShape.new(name: 'CvssScore')
80
+ CvssScoreAdjustment = Shapes::StructureShape.new(name: 'CvssScoreAdjustment')
81
+ CvssScoreAdjustmentList = Shapes::ListShape.new(name: 'CvssScoreAdjustmentList')
82
+ CvssScoreDetails = Shapes::StructureShape.new(name: 'CvssScoreDetails')
83
+ CvssScoreList = Shapes::ListShape.new(name: 'CvssScoreList')
78
84
  DateTime = Shapes::StringShape.new(name: 'DateTime')
85
+ DateTimeTimestamp = Shapes::TimestampShape.new(name: 'DateTimeTimestamp')
79
86
  DeleteComponentRequest = Shapes::StructureShape.new(name: 'DeleteComponentRequest')
80
87
  DeleteComponentResponse = Shapes::StructureShape.new(name: 'DeleteComponentResponse')
81
88
  DeleteContainerRecipeRequest = Shapes::StructureShape.new(name: 'DeleteContainerRecipeRequest')
@@ -104,6 +111,7 @@ module Aws::Imagebuilder
104
111
  EbsVolumeSizeInteger = Shapes::IntegerShape.new(name: 'EbsVolumeSizeInteger')
105
112
  EbsVolumeThroughput = Shapes::IntegerShape.new(name: 'EbsVolumeThroughput')
106
113
  EbsVolumeType = Shapes::StringShape.new(name: 'EbsVolumeType')
114
+ EcrConfiguration = Shapes::StructureShape.new(name: 'EcrConfiguration')
107
115
  EmptyString = Shapes::StringShape.new(name: 'EmptyString')
108
116
  ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
109
117
  FastLaunchConfiguration = Shapes::StructureShape.new(name: 'FastLaunchConfiguration')
@@ -138,21 +146,38 @@ module Aws::Imagebuilder
138
146
  GetImageResponse = Shapes::StructureShape.new(name: 'GetImageResponse')
139
147
  GetInfrastructureConfigurationRequest = Shapes::StructureShape.new(name: 'GetInfrastructureConfigurationRequest')
140
148
  GetInfrastructureConfigurationResponse = Shapes::StructureShape.new(name: 'GetInfrastructureConfigurationResponse')
149
+ GetWorkflowExecutionRequest = Shapes::StructureShape.new(name: 'GetWorkflowExecutionRequest')
150
+ GetWorkflowExecutionResponse = Shapes::StructureShape.new(name: 'GetWorkflowExecutionResponse')
151
+ GetWorkflowStepExecutionRequest = Shapes::StructureShape.new(name: 'GetWorkflowStepExecutionRequest')
152
+ GetWorkflowStepExecutionResponse = Shapes::StructureShape.new(name: 'GetWorkflowStepExecutionResponse')
141
153
  HttpPutResponseHopLimit = Shapes::IntegerShape.new(name: 'HttpPutResponseHopLimit')
142
154
  HttpTokens = Shapes::StringShape.new(name: 'HttpTokens')
143
155
  IdempotentParameterMismatchException = Shapes::StructureShape.new(name: 'IdempotentParameterMismatchException')
144
156
  Image = Shapes::StructureShape.new(name: 'Image')
157
+ ImageAggregation = Shapes::StructureShape.new(name: 'ImageAggregation')
158
+ ImageBuildMessage = Shapes::StringShape.new(name: 'ImageBuildMessage')
145
159
  ImageBuildVersionArn = Shapes::StringShape.new(name: 'ImageBuildVersionArn')
146
160
  ImageBuilderArn = Shapes::StringShape.new(name: 'ImageBuilderArn')
147
161
  ImagePackage = Shapes::StructureShape.new(name: 'ImagePackage')
148
162
  ImagePackageList = Shapes::ListShape.new(name: 'ImagePackageList')
149
163
  ImagePipeline = Shapes::StructureShape.new(name: 'ImagePipeline')
164
+ ImagePipelineAggregation = Shapes::StructureShape.new(name: 'ImagePipelineAggregation')
150
165
  ImagePipelineArn = Shapes::StringShape.new(name: 'ImagePipelineArn')
151
166
  ImagePipelineList = Shapes::ListShape.new(name: 'ImagePipelineList')
152
167
  ImageRecipe = Shapes::StructureShape.new(name: 'ImageRecipe')
153
168
  ImageRecipeArn = Shapes::StringShape.new(name: 'ImageRecipeArn')
154
169
  ImageRecipeSummary = Shapes::StructureShape.new(name: 'ImageRecipeSummary')
155
170
  ImageRecipeSummaryList = Shapes::ListShape.new(name: 'ImageRecipeSummaryList')
171
+ ImageScanFinding = Shapes::StructureShape.new(name: 'ImageScanFinding')
172
+ ImageScanFindingAggregation = Shapes::StructureShape.new(name: 'ImageScanFindingAggregation')
173
+ ImageScanFindingAggregationsList = Shapes::ListShape.new(name: 'ImageScanFindingAggregationsList')
174
+ ImageScanFindingsFilter = Shapes::StructureShape.new(name: 'ImageScanFindingsFilter')
175
+ ImageScanFindingsFilterList = Shapes::ListShape.new(name: 'ImageScanFindingsFilterList')
176
+ ImageScanFindingsFilterValues = Shapes::ListShape.new(name: 'ImageScanFindingsFilterValues')
177
+ ImageScanFindingsList = Shapes::ListShape.new(name: 'ImageScanFindingsList')
178
+ ImageScanState = Shapes::StructureShape.new(name: 'ImageScanState')
179
+ ImageScanStatus = Shapes::StringShape.new(name: 'ImageScanStatus')
180
+ ImageScanningConfiguration = Shapes::StructureShape.new(name: 'ImageScanningConfiguration')
156
181
  ImageSource = Shapes::StringShape.new(name: 'ImageSource')
157
182
  ImageState = Shapes::StructureShape.new(name: 'ImageState')
158
183
  ImageStatus = Shapes::StringShape.new(name: 'ImageStatus')
@@ -175,6 +200,7 @@ module Aws::Imagebuilder
175
200
  InfrastructureConfigurationSummaryList = Shapes::ListShape.new(name: 'InfrastructureConfigurationSummaryList')
176
201
  InlineComponentData = Shapes::StringShape.new(name: 'InlineComponentData')
177
202
  InlineDockerFileTemplate = Shapes::StringShape.new(name: 'InlineDockerFileTemplate')
203
+ InspectorScoreDetails = Shapes::StructureShape.new(name: 'InspectorScoreDetails')
178
204
  InstanceBlockDeviceMapping = Shapes::StructureShape.new(name: 'InstanceBlockDeviceMapping')
179
205
  InstanceBlockDeviceMappings = Shapes::ListShape.new(name: 'InstanceBlockDeviceMappings')
180
206
  InstanceConfiguration = Shapes::StructureShape.new(name: 'InstanceConfiguration')
@@ -212,15 +238,25 @@ module Aws::Imagebuilder
212
238
  ListImagePipelinesResponse = Shapes::StructureShape.new(name: 'ListImagePipelinesResponse')
213
239
  ListImageRecipesRequest = Shapes::StructureShape.new(name: 'ListImageRecipesRequest')
214
240
  ListImageRecipesResponse = Shapes::StructureShape.new(name: 'ListImageRecipesResponse')
241
+ ListImageScanFindingAggregationsRequest = Shapes::StructureShape.new(name: 'ListImageScanFindingAggregationsRequest')
242
+ ListImageScanFindingAggregationsResponse = Shapes::StructureShape.new(name: 'ListImageScanFindingAggregationsResponse')
243
+ ListImageScanFindingsRequest = Shapes::StructureShape.new(name: 'ListImageScanFindingsRequest')
244
+ ListImageScanFindingsResponse = Shapes::StructureShape.new(name: 'ListImageScanFindingsResponse')
215
245
  ListImagesRequest = Shapes::StructureShape.new(name: 'ListImagesRequest')
216
246
  ListImagesResponse = Shapes::StructureShape.new(name: 'ListImagesResponse')
217
247
  ListInfrastructureConfigurationsRequest = Shapes::StructureShape.new(name: 'ListInfrastructureConfigurationsRequest')
218
248
  ListInfrastructureConfigurationsResponse = Shapes::StructureShape.new(name: 'ListInfrastructureConfigurationsResponse')
219
249
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
220
250
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
251
+ ListWorkflowExecutionsRequest = Shapes::StructureShape.new(name: 'ListWorkflowExecutionsRequest')
252
+ ListWorkflowExecutionsResponse = Shapes::StructureShape.new(name: 'ListWorkflowExecutionsResponse')
253
+ ListWorkflowStepExecutionsRequest = Shapes::StructureShape.new(name: 'ListWorkflowStepExecutionsRequest')
254
+ ListWorkflowStepExecutionsResponse = Shapes::StructureShape.new(name: 'ListWorkflowStepExecutionsResponse')
221
255
  Logging = Shapes::StructureShape.new(name: 'Logging')
222
256
  MaxParallelLaunches = Shapes::IntegerShape.new(name: 'MaxParallelLaunches')
223
257
  NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
258
+ NonEmptyStringList = Shapes::ListShape.new(name: 'NonEmptyStringList')
259
+ NonNegativeDouble = Shapes::FloatShape.new(name: 'NonNegativeDouble')
224
260
  NullableBoolean = Shapes::BooleanShape.new(name: 'NullableBoolean')
225
261
  OrganizationArn = Shapes::StringShape.new(name: 'OrganizationArn')
226
262
  OrganizationArnList = Shapes::ListShape.new(name: 'OrganizationArnList')
@@ -230,6 +266,9 @@ module Aws::Imagebuilder
230
266
  OsVersionList = Shapes::ListShape.new(name: 'OsVersionList')
231
267
  OutputResources = Shapes::StructureShape.new(name: 'OutputResources')
232
268
  Ownership = Shapes::StringShape.new(name: 'Ownership')
269
+ PackageArchitecture = Shapes::StringShape.new(name: 'PackageArchitecture')
270
+ PackageEpoch = Shapes::IntegerShape.new(name: 'PackageEpoch')
271
+ PackageVulnerabilityDetails = Shapes::StructureShape.new(name: 'PackageVulnerabilityDetails')
233
272
  PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
234
273
  PipelineExecutionStartCondition = Shapes::StringShape.new(name: 'PipelineExecutionStartCondition')
235
274
  PipelineStatus = Shapes::StringShape.new(name: 'PipelineStatus')
@@ -243,6 +282,8 @@ module Aws::Imagebuilder
243
282
  PutImageRecipePolicyRequest = Shapes::StructureShape.new(name: 'PutImageRecipePolicyRequest')
244
283
  PutImageRecipePolicyResponse = Shapes::StructureShape.new(name: 'PutImageRecipePolicyResponse')
245
284
  RegionList = Shapes::ListShape.new(name: 'RegionList')
285
+ Remediation = Shapes::StructureShape.new(name: 'Remediation')
286
+ RemediationRecommendation = Shapes::StructureShape.new(name: 'RemediationRecommendation')
246
287
  ResourceAlreadyExistsException = Shapes::StructureShape.new(name: 'ResourceAlreadyExistsException')
247
288
  ResourceDependencyException = Shapes::StructureShape.new(name: 'ResourceDependencyException')
248
289
  ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
@@ -258,7 +299,10 @@ module Aws::Imagebuilder
258
299
  ServiceException = Shapes::StructureShape.new(name: 'ServiceException')
259
300
  ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
260
301
  ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
302
+ SeverityCountNumber = Shapes::IntegerShape.new(name: 'SeverityCountNumber')
303
+ SeverityCounts = Shapes::StructureShape.new(name: 'SeverityCounts')
261
304
  SnsTopicArn = Shapes::StringShape.new(name: 'SnsTopicArn')
305
+ SourceLayerHash = Shapes::StringShape.new(name: 'SourceLayerHash')
262
306
  StartImagePipelineExecutionRequest = Shapes::StructureShape.new(name: 'StartImagePipelineExecutionRequest')
263
307
  StartImagePipelineExecutionResponse = Shapes::StructureShape.new(name: 'StartImagePipelineExecutionResponse')
264
308
  StringList = Shapes::ListShape.new(name: 'StringList')
@@ -283,6 +327,35 @@ module Aws::Imagebuilder
283
327
  Uri = Shapes::StringShape.new(name: 'Uri')
284
328
  UserDataOverride = Shapes::StringShape.new(name: 'UserDataOverride')
285
329
  VersionNumber = Shapes::StringShape.new(name: 'VersionNumber')
330
+ VulnerabilityId = Shapes::StringShape.new(name: 'VulnerabilityId')
331
+ VulnerabilityIdAggregation = Shapes::StructureShape.new(name: 'VulnerabilityIdAggregation')
332
+ VulnerabilityIdList = Shapes::ListShape.new(name: 'VulnerabilityIdList')
333
+ VulnerablePackage = Shapes::StructureShape.new(name: 'VulnerablePackage')
334
+ VulnerablePackageList = Shapes::ListShape.new(name: 'VulnerablePackageList')
335
+ WorkflowBuildVersionArn = Shapes::StringShape.new(name: 'WorkflowBuildVersionArn')
336
+ WorkflowExecutionId = Shapes::StringShape.new(name: 'WorkflowExecutionId')
337
+ WorkflowExecutionMessage = Shapes::StringShape.new(name: 'WorkflowExecutionMessage')
338
+ WorkflowExecutionMetadata = Shapes::StructureShape.new(name: 'WorkflowExecutionMetadata')
339
+ WorkflowExecutionStatus = Shapes::StringShape.new(name: 'WorkflowExecutionStatus')
340
+ WorkflowExecutionsList = Shapes::ListShape.new(name: 'WorkflowExecutionsList')
341
+ WorkflowStepAction = Shapes::StringShape.new(name: 'WorkflowStepAction')
342
+ WorkflowStepCount = Shapes::IntegerShape.new(name: 'WorkflowStepCount')
343
+ WorkflowStepDescription = Shapes::StringShape.new(name: 'WorkflowStepDescription')
344
+ WorkflowStepExecutionId = Shapes::StringShape.new(name: 'WorkflowStepExecutionId')
345
+ WorkflowStepExecutionRollbackStatus = Shapes::StringShape.new(name: 'WorkflowStepExecutionRollbackStatus')
346
+ WorkflowStepExecutionStatus = Shapes::StringShape.new(name: 'WorkflowStepExecutionStatus')
347
+ WorkflowStepExecutionsList = Shapes::ListShape.new(name: 'WorkflowStepExecutionsList')
348
+ WorkflowStepInputs = Shapes::StringShape.new(name: 'WorkflowStepInputs')
349
+ WorkflowStepMessage = Shapes::StringShape.new(name: 'WorkflowStepMessage')
350
+ WorkflowStepMetadata = Shapes::StructureShape.new(name: 'WorkflowStepMetadata')
351
+ WorkflowStepName = Shapes::StringShape.new(name: 'WorkflowStepName')
352
+ WorkflowStepOutputs = Shapes::StringShape.new(name: 'WorkflowStepOutputs')
353
+ WorkflowStepTimeoutSecondsInteger = Shapes::IntegerShape.new(name: 'WorkflowStepTimeoutSecondsInteger')
354
+ WorkflowType = Shapes::StringShape.new(name: 'WorkflowType')
355
+
356
+ AccountAggregation.add_member(:account_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "accountId"))
357
+ AccountAggregation.add_member(:severity_counts, Shapes::ShapeRef.new(shape: SeverityCounts, location_name: "severityCounts"))
358
+ AccountAggregation.struct_class = Types::AccountAggregation
286
359
 
287
360
  AccountList.member = Shapes::ShapeRef.new(shape: AccountId)
288
361
 
@@ -507,6 +580,7 @@ module Aws::Imagebuilder
507
580
  CreateImagePipelineRequest.add_member(:status, Shapes::ShapeRef.new(shape: PipelineStatus, location_name: "status"))
508
581
  CreateImagePipelineRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
509
582
  CreateImagePipelineRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
583
+ CreateImagePipelineRequest.add_member(:image_scanning_configuration, Shapes::ShapeRef.new(shape: ImageScanningConfiguration, location_name: "imageScanningConfiguration"))
510
584
  CreateImagePipelineRequest.struct_class = Types::CreateImagePipelineRequest
511
585
 
512
586
  CreateImagePipelineResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
@@ -539,6 +613,7 @@ module Aws::Imagebuilder
539
613
  CreateImageRequest.add_member(:enhanced_image_metadata_enabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "enhancedImageMetadataEnabled"))
540
614
  CreateImageRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
541
615
  CreateImageRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
616
+ CreateImageRequest.add_member(:image_scanning_configuration, Shapes::ShapeRef.new(shape: ImageScanningConfiguration, location_name: "imageScanningConfiguration"))
542
617
  CreateImageRequest.struct_class = Types::CreateImageRequest
543
618
 
544
619
  CreateImageResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
@@ -567,6 +642,28 @@ module Aws::Imagebuilder
567
642
  CreateInfrastructureConfigurationResponse.add_member(:infrastructure_configuration_arn, Shapes::ShapeRef.new(shape: InfrastructureConfigurationArn, location_name: "infrastructureConfigurationArn"))
568
643
  CreateInfrastructureConfigurationResponse.struct_class = Types::CreateInfrastructureConfigurationResponse
569
644
 
645
+ CvssScore.add_member(:base_score, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "baseScore"))
646
+ CvssScore.add_member(:scoring_vector, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "scoringVector"))
647
+ CvssScore.add_member(:version, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "version"))
648
+ CvssScore.add_member(:source, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "source"))
649
+ CvssScore.struct_class = Types::CvssScore
650
+
651
+ CvssScoreAdjustment.add_member(:metric, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "metric"))
652
+ CvssScoreAdjustment.add_member(:reason, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "reason"))
653
+ CvssScoreAdjustment.struct_class = Types::CvssScoreAdjustment
654
+
655
+ CvssScoreAdjustmentList.member = Shapes::ShapeRef.new(shape: CvssScoreAdjustment)
656
+
657
+ CvssScoreDetails.add_member(:score_source, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "scoreSource"))
658
+ CvssScoreDetails.add_member(:cvss_source, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "cvssSource"))
659
+ CvssScoreDetails.add_member(:version, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "version"))
660
+ CvssScoreDetails.add_member(:score, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "score"))
661
+ CvssScoreDetails.add_member(:scoring_vector, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "scoringVector"))
662
+ CvssScoreDetails.add_member(:adjustments, Shapes::ShapeRef.new(shape: CvssScoreAdjustmentList, location_name: "adjustments"))
663
+ CvssScoreDetails.struct_class = Types::CvssScoreDetails
664
+
665
+ CvssScoreList.member = Shapes::ShapeRef.new(shape: CvssScore)
666
+
570
667
  DeleteComponentRequest.add_member(:component_build_version_arn, Shapes::ShapeRef.new(shape: ComponentBuildVersionArn, required: true, location: "querystring", location_name: "componentBuildVersionArn"))
571
668
  DeleteComponentRequest.struct_class = Types::DeleteComponentRequest
572
669
 
@@ -658,6 +755,10 @@ module Aws::Imagebuilder
658
755
  EbsInstanceBlockDeviceSpecification.add_member(:throughput, Shapes::ShapeRef.new(shape: EbsVolumeThroughput, location_name: "throughput"))
659
756
  EbsInstanceBlockDeviceSpecification.struct_class = Types::EbsInstanceBlockDeviceSpecification
660
757
 
758
+ EcrConfiguration.add_member(:repository_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "repositoryName"))
759
+ EcrConfiguration.add_member(:container_tags, Shapes::ShapeRef.new(shape: StringList, location_name: "containerTags"))
760
+ EcrConfiguration.struct_class = Types::EcrConfiguration
761
+
661
762
  FastLaunchConfiguration.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "enabled"))
662
763
  FastLaunchConfiguration.add_member(:snapshot_configuration, Shapes::ShapeRef.new(shape: FastLaunchSnapshotConfiguration, location_name: "snapshotConfiguration"))
663
764
  FastLaunchConfiguration.add_member(:max_parallel_launches, Shapes::ShapeRef.new(shape: MaxParallelLaunches, location_name: "maxParallelLaunches"))
@@ -763,6 +864,46 @@ module Aws::Imagebuilder
763
864
  GetInfrastructureConfigurationResponse.add_member(:infrastructure_configuration, Shapes::ShapeRef.new(shape: InfrastructureConfiguration, location_name: "infrastructureConfiguration"))
764
865
  GetInfrastructureConfigurationResponse.struct_class = Types::GetInfrastructureConfigurationResponse
765
866
 
867
+ GetWorkflowExecutionRequest.add_member(:workflow_execution_id, Shapes::ShapeRef.new(shape: WorkflowExecutionId, required: true, location: "querystring", location_name: "workflowExecutionId"))
868
+ GetWorkflowExecutionRequest.struct_class = Types::GetWorkflowExecutionRequest
869
+
870
+ GetWorkflowExecutionResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
871
+ GetWorkflowExecutionResponse.add_member(:workflow_build_version_arn, Shapes::ShapeRef.new(shape: WorkflowBuildVersionArn, location_name: "workflowBuildVersionArn"))
872
+ GetWorkflowExecutionResponse.add_member(:workflow_execution_id, Shapes::ShapeRef.new(shape: WorkflowExecutionId, location_name: "workflowExecutionId"))
873
+ GetWorkflowExecutionResponse.add_member(:image_build_version_arn, Shapes::ShapeRef.new(shape: ImageBuildVersionArn, location_name: "imageBuildVersionArn"))
874
+ GetWorkflowExecutionResponse.add_member(:type, Shapes::ShapeRef.new(shape: WorkflowType, location_name: "type"))
875
+ GetWorkflowExecutionResponse.add_member(:status, Shapes::ShapeRef.new(shape: WorkflowExecutionStatus, location_name: "status"))
876
+ GetWorkflowExecutionResponse.add_member(:message, Shapes::ShapeRef.new(shape: WorkflowExecutionMessage, location_name: "message"))
877
+ GetWorkflowExecutionResponse.add_member(:total_step_count, Shapes::ShapeRef.new(shape: WorkflowStepCount, location_name: "totalStepCount"))
878
+ GetWorkflowExecutionResponse.add_member(:total_steps_succeeded, Shapes::ShapeRef.new(shape: WorkflowStepCount, location_name: "totalStepsSucceeded"))
879
+ GetWorkflowExecutionResponse.add_member(:total_steps_failed, Shapes::ShapeRef.new(shape: WorkflowStepCount, location_name: "totalStepsFailed"))
880
+ GetWorkflowExecutionResponse.add_member(:total_steps_skipped, Shapes::ShapeRef.new(shape: WorkflowStepCount, location_name: "totalStepsSkipped"))
881
+ GetWorkflowExecutionResponse.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "startTime"))
882
+ GetWorkflowExecutionResponse.add_member(:end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "endTime"))
883
+ GetWorkflowExecutionResponse.struct_class = Types::GetWorkflowExecutionResponse
884
+
885
+ GetWorkflowStepExecutionRequest.add_member(:step_execution_id, Shapes::ShapeRef.new(shape: WorkflowStepExecutionId, required: true, location: "querystring", location_name: "stepExecutionId"))
886
+ GetWorkflowStepExecutionRequest.struct_class = Types::GetWorkflowStepExecutionRequest
887
+
888
+ GetWorkflowStepExecutionResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
889
+ GetWorkflowStepExecutionResponse.add_member(:step_execution_id, Shapes::ShapeRef.new(shape: WorkflowStepExecutionId, location_name: "stepExecutionId"))
890
+ GetWorkflowStepExecutionResponse.add_member(:workflow_build_version_arn, Shapes::ShapeRef.new(shape: WorkflowBuildVersionArn, location_name: "workflowBuildVersionArn"))
891
+ GetWorkflowStepExecutionResponse.add_member(:workflow_execution_id, Shapes::ShapeRef.new(shape: WorkflowExecutionId, location_name: "workflowExecutionId"))
892
+ GetWorkflowStepExecutionResponse.add_member(:image_build_version_arn, Shapes::ShapeRef.new(shape: ImageBuildVersionArn, location_name: "imageBuildVersionArn"))
893
+ GetWorkflowStepExecutionResponse.add_member(:name, Shapes::ShapeRef.new(shape: WorkflowStepName, location_name: "name"))
894
+ GetWorkflowStepExecutionResponse.add_member(:description, Shapes::ShapeRef.new(shape: WorkflowStepDescription, location_name: "description"))
895
+ GetWorkflowStepExecutionResponse.add_member(:action, Shapes::ShapeRef.new(shape: WorkflowStepAction, location_name: "action"))
896
+ GetWorkflowStepExecutionResponse.add_member(:status, Shapes::ShapeRef.new(shape: WorkflowStepExecutionStatus, location_name: "status"))
897
+ GetWorkflowStepExecutionResponse.add_member(:rollback_status, Shapes::ShapeRef.new(shape: WorkflowStepExecutionRollbackStatus, location_name: "rollbackStatus"))
898
+ GetWorkflowStepExecutionResponse.add_member(:message, Shapes::ShapeRef.new(shape: WorkflowStepMessage, location_name: "message"))
899
+ GetWorkflowStepExecutionResponse.add_member(:inputs, Shapes::ShapeRef.new(shape: WorkflowStepInputs, location_name: "inputs"))
900
+ GetWorkflowStepExecutionResponse.add_member(:outputs, Shapes::ShapeRef.new(shape: WorkflowStepOutputs, location_name: "outputs"))
901
+ GetWorkflowStepExecutionResponse.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "startTime"))
902
+ GetWorkflowStepExecutionResponse.add_member(:end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "endTime"))
903
+ GetWorkflowStepExecutionResponse.add_member(:on_failure, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "onFailure"))
904
+ GetWorkflowStepExecutionResponse.add_member(:timeout_seconds, Shapes::ShapeRef.new(shape: WorkflowStepTimeoutSecondsInteger, location_name: "timeoutSeconds"))
905
+ GetWorkflowStepExecutionResponse.struct_class = Types::GetWorkflowStepExecutionResponse
906
+
766
907
  IdempotentParameterMismatchException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
767
908
  IdempotentParameterMismatchException.struct_class = Types::IdempotentParameterMismatchException
768
909
 
@@ -786,8 +927,14 @@ module Aws::Imagebuilder
786
927
  Image.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
787
928
  Image.add_member(:build_type, Shapes::ShapeRef.new(shape: BuildType, location_name: "buildType"))
788
929
  Image.add_member(:image_source, Shapes::ShapeRef.new(shape: ImageSource, location_name: "imageSource"))
930
+ Image.add_member(:scan_state, Shapes::ShapeRef.new(shape: ImageScanState, location_name: "scanState"))
931
+ Image.add_member(:image_scanning_configuration, Shapes::ShapeRef.new(shape: ImageScanningConfiguration, location_name: "imageScanningConfiguration"))
789
932
  Image.struct_class = Types::Image
790
933
 
934
+ ImageAggregation.add_member(:image_build_version_arn, Shapes::ShapeRef.new(shape: ImageBuildVersionArn, location_name: "imageBuildVersionArn"))
935
+ ImageAggregation.add_member(:severity_counts, Shapes::ShapeRef.new(shape: SeverityCounts, location_name: "severityCounts"))
936
+ ImageAggregation.struct_class = Types::ImageAggregation
937
+
791
938
  ImagePackage.add_member(:package_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "packageName"))
792
939
  ImagePackage.add_member(:package_version, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "packageVersion"))
793
940
  ImagePackage.struct_class = Types::ImagePackage
@@ -811,8 +958,13 @@ module Aws::Imagebuilder
811
958
  ImagePipeline.add_member(:date_last_run, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateLastRun"))
812
959
  ImagePipeline.add_member(:date_next_run, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateNextRun"))
813
960
  ImagePipeline.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
961
+ ImagePipeline.add_member(:image_scanning_configuration, Shapes::ShapeRef.new(shape: ImageScanningConfiguration, location_name: "imageScanningConfiguration"))
814
962
  ImagePipeline.struct_class = Types::ImagePipeline
815
963
 
964
+ ImagePipelineAggregation.add_member(:image_pipeline_arn, Shapes::ShapeRef.new(shape: ImagePipelineArn, location_name: "imagePipelineArn"))
965
+ ImagePipelineAggregation.add_member(:severity_counts, Shapes::ShapeRef.new(shape: SeverityCounts, location_name: "severityCounts"))
966
+ ImagePipelineAggregation.struct_class = Types::ImagePipelineAggregation
967
+
816
968
  ImagePipelineList.member = Shapes::ShapeRef.new(shape: ImagePipeline)
817
969
 
818
970
  ImageRecipe.add_member(:arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, location_name: "arn"))
@@ -842,6 +994,48 @@ module Aws::Imagebuilder
842
994
 
843
995
  ImageRecipeSummaryList.member = Shapes::ShapeRef.new(shape: ImageRecipeSummary)
844
996
 
997
+ ImageScanFinding.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "awsAccountId"))
998
+ ImageScanFinding.add_member(:image_build_version_arn, Shapes::ShapeRef.new(shape: ImageBuildVersionArn, location_name: "imageBuildVersionArn"))
999
+ ImageScanFinding.add_member(:image_pipeline_arn, Shapes::ShapeRef.new(shape: ImagePipelineArn, location_name: "imagePipelineArn"))
1000
+ ImageScanFinding.add_member(:type, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "type"))
1001
+ ImageScanFinding.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
1002
+ ImageScanFinding.add_member(:title, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "title"))
1003
+ ImageScanFinding.add_member(:remediation, Shapes::ShapeRef.new(shape: Remediation, location_name: "remediation"))
1004
+ ImageScanFinding.add_member(:severity, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "severity"))
1005
+ ImageScanFinding.add_member(:first_observed_at, Shapes::ShapeRef.new(shape: DateTimeTimestamp, location_name: "firstObservedAt"))
1006
+ ImageScanFinding.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimeTimestamp, location_name: "updatedAt"))
1007
+ ImageScanFinding.add_member(:inspector_score, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "inspectorScore"))
1008
+ ImageScanFinding.add_member(:inspector_score_details, Shapes::ShapeRef.new(shape: InspectorScoreDetails, location_name: "inspectorScoreDetails"))
1009
+ ImageScanFinding.add_member(:package_vulnerability_details, Shapes::ShapeRef.new(shape: PackageVulnerabilityDetails, location_name: "packageVulnerabilityDetails"))
1010
+ ImageScanFinding.add_member(:fix_available, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "fixAvailable"))
1011
+ ImageScanFinding.struct_class = Types::ImageScanFinding
1012
+
1013
+ ImageScanFindingAggregation.add_member(:account_aggregation, Shapes::ShapeRef.new(shape: AccountAggregation, location_name: "accountAggregation"))
1014
+ ImageScanFindingAggregation.add_member(:image_aggregation, Shapes::ShapeRef.new(shape: ImageAggregation, location_name: "imageAggregation"))
1015
+ ImageScanFindingAggregation.add_member(:image_pipeline_aggregation, Shapes::ShapeRef.new(shape: ImagePipelineAggregation, location_name: "imagePipelineAggregation"))
1016
+ ImageScanFindingAggregation.add_member(:vulnerability_id_aggregation, Shapes::ShapeRef.new(shape: VulnerabilityIdAggregation, location_name: "vulnerabilityIdAggregation"))
1017
+ ImageScanFindingAggregation.struct_class = Types::ImageScanFindingAggregation
1018
+
1019
+ ImageScanFindingAggregationsList.member = Shapes::ShapeRef.new(shape: ImageScanFindingAggregation)
1020
+
1021
+ ImageScanFindingsFilter.add_member(:name, Shapes::ShapeRef.new(shape: FilterName, location_name: "name"))
1022
+ ImageScanFindingsFilter.add_member(:values, Shapes::ShapeRef.new(shape: ImageScanFindingsFilterValues, location_name: "values"))
1023
+ ImageScanFindingsFilter.struct_class = Types::ImageScanFindingsFilter
1024
+
1025
+ ImageScanFindingsFilterList.member = Shapes::ShapeRef.new(shape: ImageScanFindingsFilter)
1026
+
1027
+ ImageScanFindingsFilterValues.member = Shapes::ShapeRef.new(shape: FilterValue)
1028
+
1029
+ ImageScanFindingsList.member = Shapes::ShapeRef.new(shape: ImageScanFinding)
1030
+
1031
+ ImageScanState.add_member(:status, Shapes::ShapeRef.new(shape: ImageScanStatus, location_name: "status"))
1032
+ ImageScanState.add_member(:reason, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "reason"))
1033
+ ImageScanState.struct_class = Types::ImageScanState
1034
+
1035
+ ImageScanningConfiguration.add_member(:image_scanning_enabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "imageScanningEnabled"))
1036
+ ImageScanningConfiguration.add_member(:ecr_configuration, Shapes::ShapeRef.new(shape: EcrConfiguration, location_name: "ecrConfiguration"))
1037
+ ImageScanningConfiguration.struct_class = Types::ImageScanningConfiguration
1038
+
845
1039
  ImageState.add_member(:status, Shapes::ShapeRef.new(shape: ImageStatus, location_name: "status"))
846
1040
  ImageState.add_member(:reason, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "reason"))
847
1041
  ImageState.struct_class = Types::ImageState
@@ -946,6 +1140,9 @@ module Aws::Imagebuilder
946
1140
 
947
1141
  InfrastructureConfigurationSummaryList.member = Shapes::ShapeRef.new(shape: InfrastructureConfigurationSummary)
948
1142
 
1143
+ InspectorScoreDetails.add_member(:adjusted_cvss, Shapes::ShapeRef.new(shape: CvssScoreDetails, location_name: "adjustedCvss"))
1144
+ InspectorScoreDetails.struct_class = Types::InspectorScoreDetails
1145
+
949
1146
  InstanceBlockDeviceMapping.add_member(:device_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "deviceName"))
950
1147
  InstanceBlockDeviceMapping.add_member(:ebs, Shapes::ShapeRef.new(shape: EbsInstanceBlockDeviceSpecification, location_name: "ebs"))
951
1148
  InstanceBlockDeviceMapping.add_member(:virtual_name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "virtualName"))
@@ -1093,6 +1290,26 @@ module Aws::Imagebuilder
1093
1290
  ListImageRecipesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1094
1291
  ListImageRecipesResponse.struct_class = Types::ListImageRecipesResponse
1095
1292
 
1293
+ ListImageScanFindingAggregationsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: Filter, location_name: "filter"))
1294
+ ListImageScanFindingAggregationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1295
+ ListImageScanFindingAggregationsRequest.struct_class = Types::ListImageScanFindingAggregationsRequest
1296
+
1297
+ ListImageScanFindingAggregationsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
1298
+ ListImageScanFindingAggregationsResponse.add_member(:aggregation_type, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "aggregationType"))
1299
+ ListImageScanFindingAggregationsResponse.add_member(:responses, Shapes::ShapeRef.new(shape: ImageScanFindingAggregationsList, location_name: "responses"))
1300
+ ListImageScanFindingAggregationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1301
+ ListImageScanFindingAggregationsResponse.struct_class = Types::ListImageScanFindingAggregationsResponse
1302
+
1303
+ ListImageScanFindingsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ImageScanFindingsFilterList, location_name: "filters"))
1304
+ ListImageScanFindingsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
1305
+ ListImageScanFindingsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1306
+ ListImageScanFindingsRequest.struct_class = Types::ListImageScanFindingsRequest
1307
+
1308
+ ListImageScanFindingsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
1309
+ ListImageScanFindingsResponse.add_member(:findings, Shapes::ShapeRef.new(shape: ImageScanFindingsList, location_name: "findings"))
1310
+ ListImageScanFindingsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1311
+ ListImageScanFindingsResponse.struct_class = Types::ListImageScanFindingsResponse
1312
+
1096
1313
  ListImagesRequest.add_member(:owner, Shapes::ShapeRef.new(shape: Ownership, location_name: "owner"))
1097
1314
  ListImagesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
1098
1315
  ListImagesRequest.add_member(:by_name, Shapes::ShapeRef.new(shape: Boolean, location_name: "byName"))
@@ -1122,9 +1339,37 @@ module Aws::Imagebuilder
1122
1339
  ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
1123
1340
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
1124
1341
 
1342
+ ListWorkflowExecutionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
1343
+ ListWorkflowExecutionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1344
+ ListWorkflowExecutionsRequest.add_member(:image_build_version_arn, Shapes::ShapeRef.new(shape: ImageBuildVersionArn, required: true, location_name: "imageBuildVersionArn"))
1345
+ ListWorkflowExecutionsRequest.struct_class = Types::ListWorkflowExecutionsRequest
1346
+
1347
+ ListWorkflowExecutionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
1348
+ ListWorkflowExecutionsResponse.add_member(:workflow_executions, Shapes::ShapeRef.new(shape: WorkflowExecutionsList, location_name: "workflowExecutions"))
1349
+ ListWorkflowExecutionsResponse.add_member(:image_build_version_arn, Shapes::ShapeRef.new(shape: ImageBuildVersionArn, location_name: "imageBuildVersionArn"))
1350
+ ListWorkflowExecutionsResponse.add_member(:message, Shapes::ShapeRef.new(shape: ImageBuildMessage, location_name: "message"))
1351
+ ListWorkflowExecutionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1352
+ ListWorkflowExecutionsResponse.struct_class = Types::ListWorkflowExecutionsResponse
1353
+
1354
+ ListWorkflowStepExecutionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
1355
+ ListWorkflowStepExecutionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1356
+ ListWorkflowStepExecutionsRequest.add_member(:workflow_execution_id, Shapes::ShapeRef.new(shape: WorkflowExecutionId, required: true, location_name: "workflowExecutionId"))
1357
+ ListWorkflowStepExecutionsRequest.struct_class = Types::ListWorkflowStepExecutionsRequest
1358
+
1359
+ ListWorkflowStepExecutionsResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
1360
+ ListWorkflowStepExecutionsResponse.add_member(:steps, Shapes::ShapeRef.new(shape: WorkflowStepExecutionsList, location_name: "steps"))
1361
+ ListWorkflowStepExecutionsResponse.add_member(:workflow_build_version_arn, Shapes::ShapeRef.new(shape: WorkflowBuildVersionArn, location_name: "workflowBuildVersionArn"))
1362
+ ListWorkflowStepExecutionsResponse.add_member(:workflow_execution_id, Shapes::ShapeRef.new(shape: WorkflowExecutionId, location_name: "workflowExecutionId"))
1363
+ ListWorkflowStepExecutionsResponse.add_member(:image_build_version_arn, Shapes::ShapeRef.new(shape: ImageBuildVersionArn, location_name: "imageBuildVersionArn"))
1364
+ ListWorkflowStepExecutionsResponse.add_member(:message, Shapes::ShapeRef.new(shape: ImageBuildMessage, location_name: "message"))
1365
+ ListWorkflowStepExecutionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1366
+ ListWorkflowStepExecutionsResponse.struct_class = Types::ListWorkflowStepExecutionsResponse
1367
+
1125
1368
  Logging.add_member(:s3_logs, Shapes::ShapeRef.new(shape: S3Logs, location_name: "s3Logs"))
1126
1369
  Logging.struct_class = Types::Logging
1127
1370
 
1371
+ NonEmptyStringList.member = Shapes::ShapeRef.new(shape: NonEmptyString)
1372
+
1128
1373
  OrganizationArnList.member = Shapes::ShapeRef.new(shape: OrganizationArn)
1129
1374
 
1130
1375
  OrganizationalUnitArnList.member = Shapes::ShapeRef.new(shape: OrganizationalUnitArn)
@@ -1135,6 +1380,18 @@ module Aws::Imagebuilder
1135
1380
  OutputResources.add_member(:containers, Shapes::ShapeRef.new(shape: ContainerList, location_name: "containers"))
1136
1381
  OutputResources.struct_class = Types::OutputResources
1137
1382
 
1383
+ PackageVulnerabilityDetails.add_member(:vulnerability_id, Shapes::ShapeRef.new(shape: VulnerabilityId, required: true, location_name: "vulnerabilityId"))
1384
+ PackageVulnerabilityDetails.add_member(:vulnerable_packages, Shapes::ShapeRef.new(shape: VulnerablePackageList, location_name: "vulnerablePackages"))
1385
+ PackageVulnerabilityDetails.add_member(:source, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "source"))
1386
+ PackageVulnerabilityDetails.add_member(:cvss, Shapes::ShapeRef.new(shape: CvssScoreList, location_name: "cvss"))
1387
+ PackageVulnerabilityDetails.add_member(:related_vulnerabilities, Shapes::ShapeRef.new(shape: VulnerabilityIdList, location_name: "relatedVulnerabilities"))
1388
+ PackageVulnerabilityDetails.add_member(:source_url, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "sourceUrl"))
1389
+ PackageVulnerabilityDetails.add_member(:vendor_severity, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "vendorSeverity"))
1390
+ PackageVulnerabilityDetails.add_member(:vendor_created_at, Shapes::ShapeRef.new(shape: DateTimeTimestamp, location_name: "vendorCreatedAt"))
1391
+ PackageVulnerabilityDetails.add_member(:vendor_updated_at, Shapes::ShapeRef.new(shape: DateTimeTimestamp, location_name: "vendorUpdatedAt"))
1392
+ PackageVulnerabilityDetails.add_member(:reference_urls, Shapes::ShapeRef.new(shape: NonEmptyStringList, location_name: "referenceUrls"))
1393
+ PackageVulnerabilityDetails.struct_class = Types::PackageVulnerabilityDetails
1394
+
1138
1395
  PutComponentPolicyRequest.add_member(:component_arn, Shapes::ShapeRef.new(shape: ComponentBuildVersionArn, required: true, location_name: "componentArn"))
1139
1396
  PutComponentPolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: ResourcePolicyDocument, required: true, location_name: "policy"))
1140
1397
  PutComponentPolicyRequest.struct_class = Types::PutComponentPolicyRequest
@@ -1169,6 +1426,13 @@ module Aws::Imagebuilder
1169
1426
 
1170
1427
  RegionList.member = Shapes::ShapeRef.new(shape: NonEmptyString)
1171
1428
 
1429
+ Remediation.add_member(:recommendation, Shapes::ShapeRef.new(shape: RemediationRecommendation, location_name: "recommendation"))
1430
+ Remediation.struct_class = Types::Remediation
1431
+
1432
+ RemediationRecommendation.add_member(:text, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "text"))
1433
+ RemediationRecommendation.add_member(:url, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "url"))
1434
+ RemediationRecommendation.struct_class = Types::RemediationRecommendation
1435
+
1172
1436
  ResourceAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
1173
1437
  ResourceAlreadyExistsException.struct_class = Types::ResourceAlreadyExistsException
1174
1438
 
@@ -1210,6 +1474,12 @@ module Aws::Imagebuilder
1210
1474
  ServiceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
1211
1475
  ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
1212
1476
 
1477
+ SeverityCounts.add_member(:all, Shapes::ShapeRef.new(shape: SeverityCountNumber, location_name: "all"))
1478
+ SeverityCounts.add_member(:critical, Shapes::ShapeRef.new(shape: SeverityCountNumber, location_name: "critical"))
1479
+ SeverityCounts.add_member(:high, Shapes::ShapeRef.new(shape: SeverityCountNumber, location_name: "high"))
1480
+ SeverityCounts.add_member(:medium, Shapes::ShapeRef.new(shape: SeverityCountNumber, location_name: "medium"))
1481
+ SeverityCounts.struct_class = Types::SeverityCounts
1482
+
1213
1483
  StartImagePipelineExecutionRequest.add_member(:image_pipeline_arn, Shapes::ShapeRef.new(shape: ImagePipelineArn, required: true, location_name: "imagePipelineArn"))
1214
1484
  StartImagePipelineExecutionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1215
1485
  StartImagePipelineExecutionRequest.struct_class = Types::StartImagePipelineExecutionRequest
@@ -1267,6 +1537,7 @@ module Aws::Imagebuilder
1267
1537
  UpdateImagePipelineRequest.add_member(:schedule, Shapes::ShapeRef.new(shape: Schedule, location_name: "schedule"))
1268
1538
  UpdateImagePipelineRequest.add_member(:status, Shapes::ShapeRef.new(shape: PipelineStatus, location_name: "status"))
1269
1539
  UpdateImagePipelineRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1540
+ UpdateImagePipelineRequest.add_member(:image_scanning_configuration, Shapes::ShapeRef.new(shape: ImageScanningConfiguration, location_name: "imageScanningConfiguration"))
1270
1541
  UpdateImagePipelineRequest.struct_class = Types::UpdateImagePipelineRequest
1271
1542
 
1272
1543
  UpdateImagePipelineResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
@@ -1294,6 +1565,56 @@ module Aws::Imagebuilder
1294
1565
  UpdateInfrastructureConfigurationResponse.add_member(:infrastructure_configuration_arn, Shapes::ShapeRef.new(shape: InfrastructureConfigurationArn, location_name: "infrastructureConfigurationArn"))
1295
1566
  UpdateInfrastructureConfigurationResponse.struct_class = Types::UpdateInfrastructureConfigurationResponse
1296
1567
 
1568
+ VulnerabilityIdAggregation.add_member(:vulnerability_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "vulnerabilityId"))
1569
+ VulnerabilityIdAggregation.add_member(:severity_counts, Shapes::ShapeRef.new(shape: SeverityCounts, location_name: "severityCounts"))
1570
+ VulnerabilityIdAggregation.struct_class = Types::VulnerabilityIdAggregation
1571
+
1572
+ VulnerabilityIdList.member = Shapes::ShapeRef.new(shape: VulnerabilityId)
1573
+
1574
+ VulnerablePackage.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "name"))
1575
+ VulnerablePackage.add_member(:version, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "version"))
1576
+ VulnerablePackage.add_member(:source_layer_hash, Shapes::ShapeRef.new(shape: SourceLayerHash, location_name: "sourceLayerHash"))
1577
+ VulnerablePackage.add_member(:epoch, Shapes::ShapeRef.new(shape: PackageEpoch, location_name: "epoch"))
1578
+ VulnerablePackage.add_member(:release, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "release"))
1579
+ VulnerablePackage.add_member(:arch, Shapes::ShapeRef.new(shape: PackageArchitecture, location_name: "arch"))
1580
+ VulnerablePackage.add_member(:package_manager, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "packageManager"))
1581
+ VulnerablePackage.add_member(:file_path, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "filePath"))
1582
+ VulnerablePackage.add_member(:fixed_in_version, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "fixedInVersion"))
1583
+ VulnerablePackage.add_member(:remediation, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "remediation"))
1584
+ VulnerablePackage.struct_class = Types::VulnerablePackage
1585
+
1586
+ VulnerablePackageList.member = Shapes::ShapeRef.new(shape: VulnerablePackage)
1587
+
1588
+ WorkflowExecutionMetadata.add_member(:workflow_build_version_arn, Shapes::ShapeRef.new(shape: WorkflowBuildVersionArn, location_name: "workflowBuildVersionArn"))
1589
+ WorkflowExecutionMetadata.add_member(:workflow_execution_id, Shapes::ShapeRef.new(shape: WorkflowExecutionId, location_name: "workflowExecutionId"))
1590
+ WorkflowExecutionMetadata.add_member(:type, Shapes::ShapeRef.new(shape: WorkflowType, location_name: "type"))
1591
+ WorkflowExecutionMetadata.add_member(:status, Shapes::ShapeRef.new(shape: WorkflowExecutionStatus, location_name: "status"))
1592
+ WorkflowExecutionMetadata.add_member(:message, Shapes::ShapeRef.new(shape: WorkflowExecutionMessage, location_name: "message"))
1593
+ WorkflowExecutionMetadata.add_member(:total_step_count, Shapes::ShapeRef.new(shape: WorkflowStepCount, location_name: "totalStepCount"))
1594
+ WorkflowExecutionMetadata.add_member(:total_steps_succeeded, Shapes::ShapeRef.new(shape: WorkflowStepCount, location_name: "totalStepsSucceeded"))
1595
+ WorkflowExecutionMetadata.add_member(:total_steps_failed, Shapes::ShapeRef.new(shape: WorkflowStepCount, location_name: "totalStepsFailed"))
1596
+ WorkflowExecutionMetadata.add_member(:total_steps_skipped, Shapes::ShapeRef.new(shape: WorkflowStepCount, location_name: "totalStepsSkipped"))
1597
+ WorkflowExecutionMetadata.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "startTime"))
1598
+ WorkflowExecutionMetadata.add_member(:end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "endTime"))
1599
+ WorkflowExecutionMetadata.struct_class = Types::WorkflowExecutionMetadata
1600
+
1601
+ WorkflowExecutionsList.member = Shapes::ShapeRef.new(shape: WorkflowExecutionMetadata)
1602
+
1603
+ WorkflowStepExecutionsList.member = Shapes::ShapeRef.new(shape: WorkflowStepMetadata)
1604
+
1605
+ WorkflowStepMetadata.add_member(:step_execution_id, Shapes::ShapeRef.new(shape: WorkflowStepExecutionId, location_name: "stepExecutionId"))
1606
+ WorkflowStepMetadata.add_member(:name, Shapes::ShapeRef.new(shape: WorkflowStepName, location_name: "name"))
1607
+ WorkflowStepMetadata.add_member(:description, Shapes::ShapeRef.new(shape: WorkflowStepDescription, location_name: "description"))
1608
+ WorkflowStepMetadata.add_member(:action, Shapes::ShapeRef.new(shape: WorkflowStepAction, location_name: "action"))
1609
+ WorkflowStepMetadata.add_member(:status, Shapes::ShapeRef.new(shape: WorkflowStepExecutionStatus, location_name: "status"))
1610
+ WorkflowStepMetadata.add_member(:rollback_status, Shapes::ShapeRef.new(shape: WorkflowStepExecutionRollbackStatus, location_name: "rollbackStatus"))
1611
+ WorkflowStepMetadata.add_member(:message, Shapes::ShapeRef.new(shape: WorkflowStepMessage, location_name: "message"))
1612
+ WorkflowStepMetadata.add_member(:inputs, Shapes::ShapeRef.new(shape: WorkflowStepInputs, location_name: "inputs"))
1613
+ WorkflowStepMetadata.add_member(:outputs, Shapes::ShapeRef.new(shape: WorkflowStepOutputs, location_name: "outputs"))
1614
+ WorkflowStepMetadata.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "startTime"))
1615
+ WorkflowStepMetadata.add_member(:end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "endTime"))
1616
+ WorkflowStepMetadata.struct_class = Types::WorkflowStepMetadata
1617
+
1297
1618
 
1298
1619
  # @api private
1299
1620
  API = Seahorse::Model::Api.new.tap do |api|
@@ -1717,6 +2038,34 @@ module Aws::Imagebuilder
1717
2038
  o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1718
2039
  end)
1719
2040
 
2041
+ api.add_operation(:get_workflow_execution, Seahorse::Model::Operation.new.tap do |o|
2042
+ o.name = "GetWorkflowExecution"
2043
+ o.http_method = "GET"
2044
+ o.http_request_uri = "/GetWorkflowExecution"
2045
+ o.input = Shapes::ShapeRef.new(shape: GetWorkflowExecutionRequest)
2046
+ o.output = Shapes::ShapeRef.new(shape: GetWorkflowExecutionResponse)
2047
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
2048
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
2049
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2050
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2051
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2052
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
2053
+ end)
2054
+
2055
+ api.add_operation(:get_workflow_step_execution, Seahorse::Model::Operation.new.tap do |o|
2056
+ o.name = "GetWorkflowStepExecution"
2057
+ o.http_method = "GET"
2058
+ o.http_request_uri = "/GetWorkflowStepExecution"
2059
+ o.input = Shapes::ShapeRef.new(shape: GetWorkflowStepExecutionRequest)
2060
+ o.output = Shapes::ShapeRef.new(shape: GetWorkflowStepExecutionResponse)
2061
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
2062
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
2063
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2064
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2065
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2066
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
2067
+ end)
2068
+
1720
2069
  api.add_operation(:import_component, Seahorse::Model::Operation.new.tap do |o|
1721
2070
  o.name = "ImportComponent"
1722
2071
  o.http_method = "PUT"
@@ -1937,6 +2286,47 @@ module Aws::Imagebuilder
1937
2286
  )
1938
2287
  end)
1939
2288
 
2289
+ api.add_operation(:list_image_scan_finding_aggregations, Seahorse::Model::Operation.new.tap do |o|
2290
+ o.name = "ListImageScanFindingAggregations"
2291
+ o.http_method = "POST"
2292
+ o.http_request_uri = "/ListImageScanFindingAggregations"
2293
+ o.input = Shapes::ShapeRef.new(shape: ListImageScanFindingAggregationsRequest)
2294
+ o.output = Shapes::ShapeRef.new(shape: ListImageScanFindingAggregationsResponse)
2295
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
2296
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
2297
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2298
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2299
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPaginationTokenException)
2300
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2301
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
2302
+ o[:pager] = Aws::Pager.new(
2303
+ tokens: {
2304
+ "next_token" => "next_token"
2305
+ }
2306
+ )
2307
+ end)
2308
+
2309
+ api.add_operation(:list_image_scan_findings, Seahorse::Model::Operation.new.tap do |o|
2310
+ o.name = "ListImageScanFindings"
2311
+ o.http_method = "POST"
2312
+ o.http_request_uri = "/ListImageScanFindings"
2313
+ o.input = Shapes::ShapeRef.new(shape: ListImageScanFindingsRequest)
2314
+ o.output = Shapes::ShapeRef.new(shape: ListImageScanFindingsResponse)
2315
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
2316
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
2317
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2318
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2319
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPaginationTokenException)
2320
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2321
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
2322
+ o[:pager] = Aws::Pager.new(
2323
+ limit_key: "max_results",
2324
+ tokens: {
2325
+ "next_token" => "next_token"
2326
+ }
2327
+ )
2328
+ end)
2329
+
1940
2330
  api.add_operation(:list_images, Seahorse::Model::Operation.new.tap do |o|
1941
2331
  o.name = "ListImages"
1942
2332
  o.http_method = "POST"
@@ -1990,6 +2380,48 @@ module Aws::Imagebuilder
1990
2380
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1991
2381
  end)
1992
2382
 
2383
+ api.add_operation(:list_workflow_executions, Seahorse::Model::Operation.new.tap do |o|
2384
+ o.name = "ListWorkflowExecutions"
2385
+ o.http_method = "POST"
2386
+ o.http_request_uri = "/ListWorkflowExecutions"
2387
+ o.input = Shapes::ShapeRef.new(shape: ListWorkflowExecutionsRequest)
2388
+ o.output = Shapes::ShapeRef.new(shape: ListWorkflowExecutionsResponse)
2389
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
2390
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
2391
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2392
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2393
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPaginationTokenException)
2394
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2395
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
2396
+ o[:pager] = Aws::Pager.new(
2397
+ limit_key: "max_results",
2398
+ tokens: {
2399
+ "next_token" => "next_token"
2400
+ }
2401
+ )
2402
+ end)
2403
+
2404
+ api.add_operation(:list_workflow_step_executions, Seahorse::Model::Operation.new.tap do |o|
2405
+ o.name = "ListWorkflowStepExecutions"
2406
+ o.http_method = "POST"
2407
+ o.http_request_uri = "/ListWorkflowStepExecutions"
2408
+ o.input = Shapes::ShapeRef.new(shape: ListWorkflowStepExecutionsRequest)
2409
+ o.output = Shapes::ShapeRef.new(shape: ListWorkflowStepExecutionsResponse)
2410
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
2411
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
2412
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2413
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2414
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPaginationTokenException)
2415
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2416
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
2417
+ o[:pager] = Aws::Pager.new(
2418
+ limit_key: "max_results",
2419
+ tokens: {
2420
+ "next_token" => "next_token"
2421
+ }
2422
+ )
2423
+ end)
2424
+
1993
2425
  api.add_operation(:put_component_policy, Seahorse::Model::Operation.new.tap do |o|
1994
2426
  o.name = "PutComponentPolicy"
1995
2427
  o.http_method = "PUT"