aws-sdk-imagebuilder 1.55.0 → 1.56.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-imagebuilder/client.rb +511 -14
- data/lib/aws-sdk-imagebuilder/client_api.rb +331 -0
- data/lib/aws-sdk-imagebuilder/endpoints.rb +98 -0
- data/lib/aws-sdk-imagebuilder/plugins/endpoints.rb +14 -0
- data/lib/aws-sdk-imagebuilder/types.rb +816 -37
- data/lib/aws-sdk-imagebuilder.rb +1 -1
- metadata +2 -2
@@ -80,6 +80,8 @@ module Aws::Imagebuilder
|
|
80
80
|
CreateInfrastructureConfigurationResponse = Shapes::StructureShape.new(name: 'CreateInfrastructureConfigurationResponse')
|
81
81
|
CreateLifecyclePolicyRequest = Shapes::StructureShape.new(name: 'CreateLifecyclePolicyRequest')
|
82
82
|
CreateLifecyclePolicyResponse = Shapes::StructureShape.new(name: 'CreateLifecyclePolicyResponse')
|
83
|
+
CreateWorkflowRequest = Shapes::StructureShape.new(name: 'CreateWorkflowRequest')
|
84
|
+
CreateWorkflowResponse = Shapes::StructureShape.new(name: 'CreateWorkflowResponse')
|
83
85
|
CvssScore = Shapes::StructureShape.new(name: 'CvssScore')
|
84
86
|
CvssScoreAdjustment = Shapes::StructureShape.new(name: 'CvssScoreAdjustment')
|
85
87
|
CvssScoreAdjustmentList = Shapes::ListShape.new(name: 'CvssScoreAdjustmentList')
|
@@ -103,6 +105,8 @@ module Aws::Imagebuilder
|
|
103
105
|
DeleteInfrastructureConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteInfrastructureConfigurationResponse')
|
104
106
|
DeleteLifecyclePolicyRequest = Shapes::StructureShape.new(name: 'DeleteLifecyclePolicyRequest')
|
105
107
|
DeleteLifecyclePolicyResponse = Shapes::StructureShape.new(name: 'DeleteLifecyclePolicyResponse')
|
108
|
+
DeleteWorkflowRequest = Shapes::StructureShape.new(name: 'DeleteWorkflowRequest')
|
109
|
+
DeleteWorkflowResponse = Shapes::StructureShape.new(name: 'DeleteWorkflowResponse')
|
106
110
|
DiskImageFormat = Shapes::StringShape.new(name: 'DiskImageFormat')
|
107
111
|
Distribution = Shapes::StructureShape.new(name: 'Distribution')
|
108
112
|
DistributionConfiguration = Shapes::StructureShape.new(name: 'DistributionConfiguration')
|
@@ -158,6 +162,8 @@ module Aws::Imagebuilder
|
|
158
162
|
GetLifecyclePolicyResponse = Shapes::StructureShape.new(name: 'GetLifecyclePolicyResponse')
|
159
163
|
GetWorkflowExecutionRequest = Shapes::StructureShape.new(name: 'GetWorkflowExecutionRequest')
|
160
164
|
GetWorkflowExecutionResponse = Shapes::StructureShape.new(name: 'GetWorkflowExecutionResponse')
|
165
|
+
GetWorkflowRequest = Shapes::StructureShape.new(name: 'GetWorkflowRequest')
|
166
|
+
GetWorkflowResponse = Shapes::StructureShape.new(name: 'GetWorkflowResponse')
|
161
167
|
GetWorkflowStepExecutionRequest = Shapes::StructureShape.new(name: 'GetWorkflowStepExecutionRequest')
|
162
168
|
GetWorkflowStepExecutionResponse = Shapes::StructureShape.new(name: 'GetWorkflowStepExecutionResponse')
|
163
169
|
HttpPutResponseHopLimit = Shapes::IntegerShape.new(name: 'HttpPutResponseHopLimit')
|
@@ -210,6 +216,7 @@ module Aws::Imagebuilder
|
|
210
216
|
InfrastructureConfigurationSummaryList = Shapes::ListShape.new(name: 'InfrastructureConfigurationSummaryList')
|
211
217
|
InlineComponentData = Shapes::StringShape.new(name: 'InlineComponentData')
|
212
218
|
InlineDockerFileTemplate = Shapes::StringShape.new(name: 'InlineDockerFileTemplate')
|
219
|
+
InlineWorkflowData = Shapes::StringShape.new(name: 'InlineWorkflowData')
|
213
220
|
InspectorScoreDetails = Shapes::StructureShape.new(name: 'InspectorScoreDetails')
|
214
221
|
InstanceBlockDeviceMapping = Shapes::StructureShape.new(name: 'InstanceBlockDeviceMapping')
|
215
222
|
InstanceBlockDeviceMappings = Shapes::ListShape.new(name: 'InstanceBlockDeviceMappings')
|
@@ -301,16 +308,23 @@ module Aws::Imagebuilder
|
|
301
308
|
ListLifecyclePoliciesResponse = Shapes::StructureShape.new(name: 'ListLifecyclePoliciesResponse')
|
302
309
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
303
310
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
311
|
+
ListWaitingWorkflowStepsRequest = Shapes::StructureShape.new(name: 'ListWaitingWorkflowStepsRequest')
|
312
|
+
ListWaitingWorkflowStepsResponse = Shapes::StructureShape.new(name: 'ListWaitingWorkflowStepsResponse')
|
313
|
+
ListWorkflowBuildVersionsRequest = Shapes::StructureShape.new(name: 'ListWorkflowBuildVersionsRequest')
|
314
|
+
ListWorkflowBuildVersionsResponse = Shapes::StructureShape.new(name: 'ListWorkflowBuildVersionsResponse')
|
304
315
|
ListWorkflowExecutionsRequest = Shapes::StructureShape.new(name: 'ListWorkflowExecutionsRequest')
|
305
316
|
ListWorkflowExecutionsResponse = Shapes::StructureShape.new(name: 'ListWorkflowExecutionsResponse')
|
306
317
|
ListWorkflowStepExecutionsRequest = Shapes::StructureShape.new(name: 'ListWorkflowStepExecutionsRequest')
|
307
318
|
ListWorkflowStepExecutionsResponse = Shapes::StructureShape.new(name: 'ListWorkflowStepExecutionsResponse')
|
319
|
+
ListWorkflowsRequest = Shapes::StructureShape.new(name: 'ListWorkflowsRequest')
|
320
|
+
ListWorkflowsResponse = Shapes::StructureShape.new(name: 'ListWorkflowsResponse')
|
308
321
|
Logging = Shapes::StructureShape.new(name: 'Logging')
|
309
322
|
MaxParallelLaunches = Shapes::IntegerShape.new(name: 'MaxParallelLaunches')
|
310
323
|
NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
|
311
324
|
NonEmptyStringList = Shapes::ListShape.new(name: 'NonEmptyStringList')
|
312
325
|
NonNegativeDouble = Shapes::FloatShape.new(name: 'NonNegativeDouble')
|
313
326
|
NullableBoolean = Shapes::BooleanShape.new(name: 'NullableBoolean')
|
327
|
+
OnWorkflowFailure = Shapes::StringShape.new(name: 'OnWorkflowFailure')
|
314
328
|
OrganizationArn = Shapes::StringShape.new(name: 'OrganizationArn')
|
315
329
|
OrganizationArnList = Shapes::ListShape.new(name: 'OrganizationArnList')
|
316
330
|
OrganizationalUnitArn = Shapes::StringShape.new(name: 'OrganizationalUnitArn')
|
@@ -323,6 +337,7 @@ module Aws::Imagebuilder
|
|
323
337
|
PackageEpoch = Shapes::IntegerShape.new(name: 'PackageEpoch')
|
324
338
|
PackageVulnerabilityDetails = Shapes::StructureShape.new(name: 'PackageVulnerabilityDetails')
|
325
339
|
PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
|
340
|
+
ParallelGroup = Shapes::StringShape.new(name: 'ParallelGroup')
|
326
341
|
PipelineExecutionStartCondition = Shapes::StringShape.new(name: 'PipelineExecutionStartCondition')
|
327
342
|
PipelineStatus = Shapes::StringShape.new(name: 'PipelineStatus')
|
328
343
|
Platform = Shapes::StringShape.new(name: 'Platform')
|
@@ -354,6 +369,8 @@ module Aws::Imagebuilder
|
|
354
369
|
S3Logs = Shapes::StructureShape.new(name: 'S3Logs')
|
355
370
|
Schedule = Shapes::StructureShape.new(name: 'Schedule')
|
356
371
|
SecurityGroupIds = Shapes::ListShape.new(name: 'SecurityGroupIds')
|
372
|
+
SendWorkflowStepActionRequest = Shapes::StructureShape.new(name: 'SendWorkflowStepActionRequest')
|
373
|
+
SendWorkflowStepActionResponse = Shapes::StructureShape.new(name: 'SendWorkflowStepActionResponse')
|
357
374
|
ServiceException = Shapes::StructureShape.new(name: 'ServiceException')
|
358
375
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
359
376
|
ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
|
@@ -394,16 +411,35 @@ module Aws::Imagebuilder
|
|
394
411
|
VulnerabilityIdList = Shapes::ListShape.new(name: 'VulnerabilityIdList')
|
395
412
|
VulnerablePackage = Shapes::StructureShape.new(name: 'VulnerablePackage')
|
396
413
|
VulnerablePackageList = Shapes::ListShape.new(name: 'VulnerablePackageList')
|
414
|
+
Workflow = Shapes::StructureShape.new(name: 'Workflow')
|
397
415
|
WorkflowBuildVersionArn = Shapes::StringShape.new(name: 'WorkflowBuildVersionArn')
|
416
|
+
WorkflowConfiguration = Shapes::StructureShape.new(name: 'WorkflowConfiguration')
|
417
|
+
WorkflowConfigurationList = Shapes::ListShape.new(name: 'WorkflowConfigurationList')
|
418
|
+
WorkflowData = Shapes::StringShape.new(name: 'WorkflowData')
|
398
419
|
WorkflowExecutionId = Shapes::StringShape.new(name: 'WorkflowExecutionId')
|
399
420
|
WorkflowExecutionMessage = Shapes::StringShape.new(name: 'WorkflowExecutionMessage')
|
400
421
|
WorkflowExecutionMetadata = Shapes::StructureShape.new(name: 'WorkflowExecutionMetadata')
|
401
422
|
WorkflowExecutionStatus = Shapes::StringShape.new(name: 'WorkflowExecutionStatus')
|
402
423
|
WorkflowExecutionsList = Shapes::ListShape.new(name: 'WorkflowExecutionsList')
|
424
|
+
WorkflowNameArn = Shapes::StringShape.new(name: 'WorkflowNameArn')
|
425
|
+
WorkflowParameter = Shapes::StructureShape.new(name: 'WorkflowParameter')
|
426
|
+
WorkflowParameterDescription = Shapes::StringShape.new(name: 'WorkflowParameterDescription')
|
427
|
+
WorkflowParameterDetail = Shapes::StructureShape.new(name: 'WorkflowParameterDetail')
|
428
|
+
WorkflowParameterDetailList = Shapes::ListShape.new(name: 'WorkflowParameterDetailList')
|
429
|
+
WorkflowParameterList = Shapes::ListShape.new(name: 'WorkflowParameterList')
|
430
|
+
WorkflowParameterName = Shapes::StringShape.new(name: 'WorkflowParameterName')
|
431
|
+
WorkflowParameterType = Shapes::StringShape.new(name: 'WorkflowParameterType')
|
432
|
+
WorkflowParameterValue = Shapes::StringShape.new(name: 'WorkflowParameterValue')
|
433
|
+
WorkflowParameterValueList = Shapes::ListShape.new(name: 'WorkflowParameterValueList')
|
434
|
+
WorkflowState = Shapes::StructureShape.new(name: 'WorkflowState')
|
435
|
+
WorkflowStatus = Shapes::StringShape.new(name: 'WorkflowStatus')
|
403
436
|
WorkflowStepAction = Shapes::StringShape.new(name: 'WorkflowStepAction')
|
437
|
+
WorkflowStepActionType = Shapes::StringShape.new(name: 'WorkflowStepActionType')
|
404
438
|
WorkflowStepCount = Shapes::IntegerShape.new(name: 'WorkflowStepCount')
|
405
439
|
WorkflowStepDescription = Shapes::StringShape.new(name: 'WorkflowStepDescription')
|
440
|
+
WorkflowStepExecution = Shapes::StructureShape.new(name: 'WorkflowStepExecution')
|
406
441
|
WorkflowStepExecutionId = Shapes::StringShape.new(name: 'WorkflowStepExecutionId')
|
442
|
+
WorkflowStepExecutionList = Shapes::ListShape.new(name: 'WorkflowStepExecutionList')
|
407
443
|
WorkflowStepExecutionRollbackStatus = Shapes::StringShape.new(name: 'WorkflowStepExecutionRollbackStatus')
|
408
444
|
WorkflowStepExecutionStatus = Shapes::StringShape.new(name: 'WorkflowStepExecutionStatus')
|
409
445
|
WorkflowStepExecutionsList = Shapes::ListShape.new(name: 'WorkflowStepExecutionsList')
|
@@ -413,7 +449,14 @@ module Aws::Imagebuilder
|
|
413
449
|
WorkflowStepName = Shapes::StringShape.new(name: 'WorkflowStepName')
|
414
450
|
WorkflowStepOutputs = Shapes::StringShape.new(name: 'WorkflowStepOutputs')
|
415
451
|
WorkflowStepTimeoutSecondsInteger = Shapes::IntegerShape.new(name: 'WorkflowStepTimeoutSecondsInteger')
|
452
|
+
WorkflowSummary = Shapes::StructureShape.new(name: 'WorkflowSummary')
|
453
|
+
WorkflowSummaryList = Shapes::ListShape.new(name: 'WorkflowSummaryList')
|
416
454
|
WorkflowType = Shapes::StringShape.new(name: 'WorkflowType')
|
455
|
+
WorkflowVersion = Shapes::StructureShape.new(name: 'WorkflowVersion')
|
456
|
+
WorkflowVersionArn = Shapes::StringShape.new(name: 'WorkflowVersionArn')
|
457
|
+
WorkflowVersionArnOrBuildVersionArn = Shapes::StringShape.new(name: 'WorkflowVersionArnOrBuildVersionArn')
|
458
|
+
WorkflowVersionList = Shapes::ListShape.new(name: 'WorkflowVersionList')
|
459
|
+
WorkflowWildcardVersionArn = Shapes::StringShape.new(name: 'WorkflowWildcardVersionArn')
|
417
460
|
|
418
461
|
AccountAggregation.add_member(:account_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "accountId"))
|
419
462
|
AccountAggregation.add_member(:severity_counts, Shapes::ShapeRef.new(shape: SeverityCounts, location_name: "severityCounts"))
|
@@ -650,6 +693,8 @@ module Aws::Imagebuilder
|
|
650
693
|
CreateImagePipelineRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
651
694
|
CreateImagePipelineRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
652
695
|
CreateImagePipelineRequest.add_member(:image_scanning_configuration, Shapes::ShapeRef.new(shape: ImageScanningConfiguration, location_name: "imageScanningConfiguration"))
|
696
|
+
CreateImagePipelineRequest.add_member(:workflows, Shapes::ShapeRef.new(shape: WorkflowConfigurationList, location_name: "workflows"))
|
697
|
+
CreateImagePipelineRequest.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleNameOrArn, location_name: "executionRole"))
|
653
698
|
CreateImagePipelineRequest.struct_class = Types::CreateImagePipelineRequest
|
654
699
|
|
655
700
|
CreateImagePipelineResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
|
@@ -683,6 +728,8 @@ module Aws::Imagebuilder
|
|
683
728
|
CreateImageRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
684
729
|
CreateImageRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
685
730
|
CreateImageRequest.add_member(:image_scanning_configuration, Shapes::ShapeRef.new(shape: ImageScanningConfiguration, location_name: "imageScanningConfiguration"))
|
731
|
+
CreateImageRequest.add_member(:workflows, Shapes::ShapeRef.new(shape: WorkflowConfigurationList, location_name: "workflows"))
|
732
|
+
CreateImageRequest.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleNameOrArn, location_name: "executionRole"))
|
686
733
|
CreateImageRequest.struct_class = Types::CreateImageRequest
|
687
734
|
|
688
735
|
CreateImageResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
|
@@ -726,6 +773,22 @@ module Aws::Imagebuilder
|
|
726
773
|
CreateLifecyclePolicyResponse.add_member(:lifecycle_policy_arn, Shapes::ShapeRef.new(shape: LifecyclePolicyArn, location_name: "lifecyclePolicyArn"))
|
727
774
|
CreateLifecyclePolicyResponse.struct_class = Types::CreateLifecyclePolicyResponse
|
728
775
|
|
776
|
+
CreateWorkflowRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
777
|
+
CreateWorkflowRequest.add_member(:semantic_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "semanticVersion"))
|
778
|
+
CreateWorkflowRequest.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
|
779
|
+
CreateWorkflowRequest.add_member(:change_description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "changeDescription"))
|
780
|
+
CreateWorkflowRequest.add_member(:data, Shapes::ShapeRef.new(shape: InlineWorkflowData, location_name: "data"))
|
781
|
+
CreateWorkflowRequest.add_member(:uri, Shapes::ShapeRef.new(shape: Uri, location_name: "uri"))
|
782
|
+
CreateWorkflowRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "kmsKeyId"))
|
783
|
+
CreateWorkflowRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
784
|
+
CreateWorkflowRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
785
|
+
CreateWorkflowRequest.add_member(:type, Shapes::ShapeRef.new(shape: WorkflowType, required: true, location_name: "type"))
|
786
|
+
CreateWorkflowRequest.struct_class = Types::CreateWorkflowRequest
|
787
|
+
|
788
|
+
CreateWorkflowResponse.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
|
789
|
+
CreateWorkflowResponse.add_member(:workflow_build_version_arn, Shapes::ShapeRef.new(shape: WorkflowBuildVersionArn, location_name: "workflowBuildVersionArn"))
|
790
|
+
CreateWorkflowResponse.struct_class = Types::CreateWorkflowResponse
|
791
|
+
|
729
792
|
CvssScore.add_member(:base_score, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "baseScore"))
|
730
793
|
CvssScore.add_member(:scoring_vector, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "scoringVector"))
|
731
794
|
CvssScore.add_member(:version, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "version"))
|
@@ -803,6 +866,12 @@ module Aws::Imagebuilder
|
|
803
866
|
DeleteLifecyclePolicyResponse.add_member(:lifecycle_policy_arn, Shapes::ShapeRef.new(shape: LifecyclePolicyArn, location_name: "lifecyclePolicyArn"))
|
804
867
|
DeleteLifecyclePolicyResponse.struct_class = Types::DeleteLifecyclePolicyResponse
|
805
868
|
|
869
|
+
DeleteWorkflowRequest.add_member(:workflow_build_version_arn, Shapes::ShapeRef.new(shape: WorkflowBuildVersionArn, required: true, location: "querystring", location_name: "workflowBuildVersionArn"))
|
870
|
+
DeleteWorkflowRequest.struct_class = Types::DeleteWorkflowRequest
|
871
|
+
|
872
|
+
DeleteWorkflowResponse.add_member(:workflow_build_version_arn, Shapes::ShapeRef.new(shape: WorkflowBuildVersionArn, location_name: "workflowBuildVersionArn"))
|
873
|
+
DeleteWorkflowResponse.struct_class = Types::DeleteWorkflowResponse
|
874
|
+
|
806
875
|
Distribution.add_member(:region, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "region"))
|
807
876
|
Distribution.add_member(:ami_distribution_configuration, Shapes::ShapeRef.new(shape: AmiDistributionConfiguration, location_name: "amiDistributionConfiguration"))
|
808
877
|
Distribution.add_member(:container_distribution_configuration, Shapes::ShapeRef.new(shape: ContainerDistributionConfiguration, location_name: "containerDistributionConfiguration"))
|
@@ -982,8 +1051,15 @@ module Aws::Imagebuilder
|
|
982
1051
|
GetWorkflowExecutionResponse.add_member(:total_steps_skipped, Shapes::ShapeRef.new(shape: WorkflowStepCount, location_name: "totalStepsSkipped"))
|
983
1052
|
GetWorkflowExecutionResponse.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "startTime"))
|
984
1053
|
GetWorkflowExecutionResponse.add_member(:end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "endTime"))
|
1054
|
+
GetWorkflowExecutionResponse.add_member(:parallel_group, Shapes::ShapeRef.new(shape: ParallelGroup, location_name: "parallelGroup"))
|
985
1055
|
GetWorkflowExecutionResponse.struct_class = Types::GetWorkflowExecutionResponse
|
986
1056
|
|
1057
|
+
GetWorkflowRequest.add_member(:workflow_build_version_arn, Shapes::ShapeRef.new(shape: WorkflowVersionArnOrBuildVersionArn, required: true, location: "querystring", location_name: "workflowBuildVersionArn"))
|
1058
|
+
GetWorkflowRequest.struct_class = Types::GetWorkflowRequest
|
1059
|
+
|
1060
|
+
GetWorkflowResponse.add_member(:workflow, Shapes::ShapeRef.new(shape: Workflow, location_name: "workflow"))
|
1061
|
+
GetWorkflowResponse.struct_class = Types::GetWorkflowResponse
|
1062
|
+
|
987
1063
|
GetWorkflowStepExecutionRequest.add_member(:step_execution_id, Shapes::ShapeRef.new(shape: WorkflowStepExecutionId, required: true, location: "querystring", location_name: "stepExecutionId"))
|
988
1064
|
GetWorkflowStepExecutionRequest.struct_class = Types::GetWorkflowStepExecutionRequest
|
989
1065
|
|
@@ -1033,6 +1109,8 @@ module Aws::Imagebuilder
|
|
1033
1109
|
Image.add_member(:image_scanning_configuration, Shapes::ShapeRef.new(shape: ImageScanningConfiguration, location_name: "imageScanningConfiguration"))
|
1034
1110
|
Image.add_member(:deprecation_time, Shapes::ShapeRef.new(shape: DateTimeTimestamp, location_name: "deprecationTime"))
|
1035
1111
|
Image.add_member(:lifecycle_execution_id, Shapes::ShapeRef.new(shape: LifecycleExecutionId, location_name: "lifecycleExecutionId"))
|
1112
|
+
Image.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleNameOrArn, location_name: "executionRole"))
|
1113
|
+
Image.add_member(:workflows, Shapes::ShapeRef.new(shape: WorkflowConfigurationList, location_name: "workflows"))
|
1036
1114
|
Image.struct_class = Types::Image
|
1037
1115
|
|
1038
1116
|
ImageAggregation.add_member(:image_build_version_arn, Shapes::ShapeRef.new(shape: ImageBuildVersionArn, location_name: "imageBuildVersionArn"))
|
@@ -1063,6 +1141,8 @@ module Aws::Imagebuilder
|
|
1063
1141
|
ImagePipeline.add_member(:date_next_run, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateNextRun"))
|
1064
1142
|
ImagePipeline.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
1065
1143
|
ImagePipeline.add_member(:image_scanning_configuration, Shapes::ShapeRef.new(shape: ImageScanningConfiguration, location_name: "imageScanningConfiguration"))
|
1144
|
+
ImagePipeline.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleNameOrArn, location_name: "executionRole"))
|
1145
|
+
ImagePipeline.add_member(:workflows, Shapes::ShapeRef.new(shape: WorkflowConfigurationList, location_name: "workflows"))
|
1066
1146
|
ImagePipeline.struct_class = Types::ImagePipeline
|
1067
1147
|
|
1068
1148
|
ImagePipelineAggregation.add_member(:image_pipeline_arn, Shapes::ShapeRef.new(shape: ImagePipelineArn, location_name: "imagePipelineArn"))
|
@@ -1592,6 +1672,23 @@ module Aws::Imagebuilder
|
|
1592
1672
|
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
1593
1673
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
1594
1674
|
|
1675
|
+
ListWaitingWorkflowStepsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
|
1676
|
+
ListWaitingWorkflowStepsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
1677
|
+
ListWaitingWorkflowStepsRequest.struct_class = Types::ListWaitingWorkflowStepsRequest
|
1678
|
+
|
1679
|
+
ListWaitingWorkflowStepsResponse.add_member(:steps, Shapes::ShapeRef.new(shape: WorkflowStepExecutionList, location_name: "steps"))
|
1680
|
+
ListWaitingWorkflowStepsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
1681
|
+
ListWaitingWorkflowStepsResponse.struct_class = Types::ListWaitingWorkflowStepsResponse
|
1682
|
+
|
1683
|
+
ListWorkflowBuildVersionsRequest.add_member(:workflow_version_arn, Shapes::ShapeRef.new(shape: WorkflowWildcardVersionArn, required: true, location_name: "workflowVersionArn"))
|
1684
|
+
ListWorkflowBuildVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
|
1685
|
+
ListWorkflowBuildVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
1686
|
+
ListWorkflowBuildVersionsRequest.struct_class = Types::ListWorkflowBuildVersionsRequest
|
1687
|
+
|
1688
|
+
ListWorkflowBuildVersionsResponse.add_member(:workflow_summary_list, Shapes::ShapeRef.new(shape: WorkflowSummaryList, location_name: "workflowSummaryList"))
|
1689
|
+
ListWorkflowBuildVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
1690
|
+
ListWorkflowBuildVersionsResponse.struct_class = Types::ListWorkflowBuildVersionsResponse
|
1691
|
+
|
1595
1692
|
ListWorkflowExecutionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
|
1596
1693
|
ListWorkflowExecutionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
1597
1694
|
ListWorkflowExecutionsRequest.add_member(:image_build_version_arn, Shapes::ShapeRef.new(shape: ImageBuildVersionArn, required: true, location_name: "imageBuildVersionArn"))
|
@@ -1618,6 +1715,17 @@ module Aws::Imagebuilder
|
|
1618
1715
|
ListWorkflowStepExecutionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
1619
1716
|
ListWorkflowStepExecutionsResponse.struct_class = Types::ListWorkflowStepExecutionsResponse
|
1620
1717
|
|
1718
|
+
ListWorkflowsRequest.add_member(:owner, Shapes::ShapeRef.new(shape: Ownership, location_name: "owner"))
|
1719
|
+
ListWorkflowsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
|
1720
|
+
ListWorkflowsRequest.add_member(:by_name, Shapes::ShapeRef.new(shape: Boolean, location_name: "byName"))
|
1721
|
+
ListWorkflowsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
|
1722
|
+
ListWorkflowsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
1723
|
+
ListWorkflowsRequest.struct_class = Types::ListWorkflowsRequest
|
1724
|
+
|
1725
|
+
ListWorkflowsResponse.add_member(:workflow_version_list, Shapes::ShapeRef.new(shape: WorkflowVersionList, location_name: "workflowVersionList"))
|
1726
|
+
ListWorkflowsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
|
1727
|
+
ListWorkflowsResponse.struct_class = Types::ListWorkflowsResponse
|
1728
|
+
|
1621
1729
|
Logging.add_member(:s3_logs, Shapes::ShapeRef.new(shape: S3Logs, location_name: "s3Logs"))
|
1622
1730
|
Logging.struct_class = Types::Logging
|
1623
1731
|
|
@@ -1729,6 +1837,18 @@ module Aws::Imagebuilder
|
|
1729
1837
|
|
1730
1838
|
SecurityGroupIds.member = Shapes::ShapeRef.new(shape: NonEmptyString)
|
1731
1839
|
|
1840
|
+
SendWorkflowStepActionRequest.add_member(:step_execution_id, Shapes::ShapeRef.new(shape: WorkflowStepExecutionId, required: true, location_name: "stepExecutionId"))
|
1841
|
+
SendWorkflowStepActionRequest.add_member(:image_build_version_arn, Shapes::ShapeRef.new(shape: ImageBuildVersionArn, required: true, location_name: "imageBuildVersionArn"))
|
1842
|
+
SendWorkflowStepActionRequest.add_member(:action, Shapes::ShapeRef.new(shape: WorkflowStepActionType, required: true, location_name: "action"))
|
1843
|
+
SendWorkflowStepActionRequest.add_member(:reason, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "reason"))
|
1844
|
+
SendWorkflowStepActionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
1845
|
+
SendWorkflowStepActionRequest.struct_class = Types::SendWorkflowStepActionRequest
|
1846
|
+
|
1847
|
+
SendWorkflowStepActionResponse.add_member(:step_execution_id, Shapes::ShapeRef.new(shape: WorkflowStepExecutionId, location_name: "stepExecutionId"))
|
1848
|
+
SendWorkflowStepActionResponse.add_member(:image_build_version_arn, Shapes::ShapeRef.new(shape: ImageBuildVersionArn, location_name: "imageBuildVersionArn"))
|
1849
|
+
SendWorkflowStepActionResponse.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
|
1850
|
+
SendWorkflowStepActionResponse.struct_class = Types::SendWorkflowStepActionResponse
|
1851
|
+
|
1732
1852
|
ServiceException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
1733
1853
|
ServiceException.struct_class = Types::ServiceException
|
1734
1854
|
|
@@ -1815,6 +1935,8 @@ module Aws::Imagebuilder
|
|
1815
1935
|
UpdateImagePipelineRequest.add_member(:status, Shapes::ShapeRef.new(shape: PipelineStatus, location_name: "status"))
|
1816
1936
|
UpdateImagePipelineRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
1817
1937
|
UpdateImagePipelineRequest.add_member(:image_scanning_configuration, Shapes::ShapeRef.new(shape: ImageScanningConfiguration, location_name: "imageScanningConfiguration"))
|
1938
|
+
UpdateImagePipelineRequest.add_member(:workflows, Shapes::ShapeRef.new(shape: WorkflowConfigurationList, location_name: "workflows"))
|
1939
|
+
UpdateImagePipelineRequest.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleNameOrArn, location_name: "executionRole"))
|
1818
1940
|
UpdateImagePipelineRequest.struct_class = Types::UpdateImagePipelineRequest
|
1819
1941
|
|
1820
1942
|
UpdateImagePipelineResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
|
@@ -1875,6 +1997,29 @@ module Aws::Imagebuilder
|
|
1875
1997
|
|
1876
1998
|
VulnerablePackageList.member = Shapes::ShapeRef.new(shape: VulnerablePackage)
|
1877
1999
|
|
2000
|
+
Workflow.add_member(:arn, Shapes::ShapeRef.new(shape: WorkflowBuildVersionArn, location_name: "arn"))
|
2001
|
+
Workflow.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
2002
|
+
Workflow.add_member(:version, Shapes::ShapeRef.new(shape: VersionNumber, location_name: "version"))
|
2003
|
+
Workflow.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
|
2004
|
+
Workflow.add_member(:change_description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "changeDescription"))
|
2005
|
+
Workflow.add_member(:type, Shapes::ShapeRef.new(shape: WorkflowType, location_name: "type"))
|
2006
|
+
Workflow.add_member(:state, Shapes::ShapeRef.new(shape: WorkflowState, location_name: "state"))
|
2007
|
+
Workflow.add_member(:owner, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "owner"))
|
2008
|
+
Workflow.add_member(:data, Shapes::ShapeRef.new(shape: WorkflowData, location_name: "data"))
|
2009
|
+
Workflow.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "kmsKeyId"))
|
2010
|
+
Workflow.add_member(:date_created, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateCreated"))
|
2011
|
+
Workflow.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
2012
|
+
Workflow.add_member(:parameters, Shapes::ShapeRef.new(shape: WorkflowParameterDetailList, location_name: "parameters"))
|
2013
|
+
Workflow.struct_class = Types::Workflow
|
2014
|
+
|
2015
|
+
WorkflowConfiguration.add_member(:workflow_arn, Shapes::ShapeRef.new(shape: WorkflowVersionArnOrBuildVersionArn, required: true, location_name: "workflowArn"))
|
2016
|
+
WorkflowConfiguration.add_member(:parameters, Shapes::ShapeRef.new(shape: WorkflowParameterList, location_name: "parameters"))
|
2017
|
+
WorkflowConfiguration.add_member(:parallel_group, Shapes::ShapeRef.new(shape: ParallelGroup, location_name: "parallelGroup"))
|
2018
|
+
WorkflowConfiguration.add_member(:on_failure, Shapes::ShapeRef.new(shape: OnWorkflowFailure, location_name: "onFailure"))
|
2019
|
+
WorkflowConfiguration.struct_class = Types::WorkflowConfiguration
|
2020
|
+
|
2021
|
+
WorkflowConfigurationList.member = Shapes::ShapeRef.new(shape: WorkflowConfiguration)
|
2022
|
+
|
1878
2023
|
WorkflowExecutionMetadata.add_member(:workflow_build_version_arn, Shapes::ShapeRef.new(shape: WorkflowBuildVersionArn, location_name: "workflowBuildVersionArn"))
|
1879
2024
|
WorkflowExecutionMetadata.add_member(:workflow_execution_id, Shapes::ShapeRef.new(shape: WorkflowExecutionId, location_name: "workflowExecutionId"))
|
1880
2025
|
WorkflowExecutionMetadata.add_member(:type, Shapes::ShapeRef.new(shape: WorkflowType, location_name: "type"))
|
@@ -1886,10 +2031,42 @@ module Aws::Imagebuilder
|
|
1886
2031
|
WorkflowExecutionMetadata.add_member(:total_steps_skipped, Shapes::ShapeRef.new(shape: WorkflowStepCount, location_name: "totalStepsSkipped"))
|
1887
2032
|
WorkflowExecutionMetadata.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "startTime"))
|
1888
2033
|
WorkflowExecutionMetadata.add_member(:end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "endTime"))
|
2034
|
+
WorkflowExecutionMetadata.add_member(:parallel_group, Shapes::ShapeRef.new(shape: ParallelGroup, location_name: "parallelGroup"))
|
1889
2035
|
WorkflowExecutionMetadata.struct_class = Types::WorkflowExecutionMetadata
|
1890
2036
|
|
1891
2037
|
WorkflowExecutionsList.member = Shapes::ShapeRef.new(shape: WorkflowExecutionMetadata)
|
1892
2038
|
|
2039
|
+
WorkflowParameter.add_member(:name, Shapes::ShapeRef.new(shape: WorkflowParameterName, required: true, location_name: "name"))
|
2040
|
+
WorkflowParameter.add_member(:value, Shapes::ShapeRef.new(shape: WorkflowParameterValueList, required: true, location_name: "value"))
|
2041
|
+
WorkflowParameter.struct_class = Types::WorkflowParameter
|
2042
|
+
|
2043
|
+
WorkflowParameterDetail.add_member(:name, Shapes::ShapeRef.new(shape: WorkflowParameterName, required: true, location_name: "name"))
|
2044
|
+
WorkflowParameterDetail.add_member(:type, Shapes::ShapeRef.new(shape: WorkflowParameterType, required: true, location_name: "type"))
|
2045
|
+
WorkflowParameterDetail.add_member(:default_value, Shapes::ShapeRef.new(shape: WorkflowParameterValueList, location_name: "defaultValue"))
|
2046
|
+
WorkflowParameterDetail.add_member(:description, Shapes::ShapeRef.new(shape: WorkflowParameterDescription, location_name: "description"))
|
2047
|
+
WorkflowParameterDetail.struct_class = Types::WorkflowParameterDetail
|
2048
|
+
|
2049
|
+
WorkflowParameterDetailList.member = Shapes::ShapeRef.new(shape: WorkflowParameterDetail)
|
2050
|
+
|
2051
|
+
WorkflowParameterList.member = Shapes::ShapeRef.new(shape: WorkflowParameter)
|
2052
|
+
|
2053
|
+
WorkflowParameterValueList.member = Shapes::ShapeRef.new(shape: WorkflowParameterValue)
|
2054
|
+
|
2055
|
+
WorkflowState.add_member(:status, Shapes::ShapeRef.new(shape: WorkflowStatus, location_name: "status"))
|
2056
|
+
WorkflowState.add_member(:reason, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "reason"))
|
2057
|
+
WorkflowState.struct_class = Types::WorkflowState
|
2058
|
+
|
2059
|
+
WorkflowStepExecution.add_member(:step_execution_id, Shapes::ShapeRef.new(shape: WorkflowStepExecutionId, location_name: "stepExecutionId"))
|
2060
|
+
WorkflowStepExecution.add_member(:image_build_version_arn, Shapes::ShapeRef.new(shape: ImageBuildVersionArn, location_name: "imageBuildVersionArn"))
|
2061
|
+
WorkflowStepExecution.add_member(:workflow_execution_id, Shapes::ShapeRef.new(shape: WorkflowExecutionId, location_name: "workflowExecutionId"))
|
2062
|
+
WorkflowStepExecution.add_member(:workflow_build_version_arn, Shapes::ShapeRef.new(shape: WorkflowBuildVersionArn, location_name: "workflowBuildVersionArn"))
|
2063
|
+
WorkflowStepExecution.add_member(:name, Shapes::ShapeRef.new(shape: WorkflowStepName, location_name: "name"))
|
2064
|
+
WorkflowStepExecution.add_member(:action, Shapes::ShapeRef.new(shape: WorkflowStepAction, location_name: "action"))
|
2065
|
+
WorkflowStepExecution.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "startTime"))
|
2066
|
+
WorkflowStepExecution.struct_class = Types::WorkflowStepExecution
|
2067
|
+
|
2068
|
+
WorkflowStepExecutionList.member = Shapes::ShapeRef.new(shape: WorkflowStepExecution)
|
2069
|
+
|
1893
2070
|
WorkflowStepExecutionsList.member = Shapes::ShapeRef.new(shape: WorkflowStepMetadata)
|
1894
2071
|
|
1895
2072
|
WorkflowStepMetadata.add_member(:step_execution_id, Shapes::ShapeRef.new(shape: WorkflowStepExecutionId, location_name: "stepExecutionId"))
|
@@ -1905,6 +2082,31 @@ module Aws::Imagebuilder
|
|
1905
2082
|
WorkflowStepMetadata.add_member(:end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "endTime"))
|
1906
2083
|
WorkflowStepMetadata.struct_class = Types::WorkflowStepMetadata
|
1907
2084
|
|
2085
|
+
WorkflowSummary.add_member(:arn, Shapes::ShapeRef.new(shape: WorkflowNameArn, location_name: "arn"))
|
2086
|
+
WorkflowSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
2087
|
+
WorkflowSummary.add_member(:version, Shapes::ShapeRef.new(shape: VersionNumber, location_name: "version"))
|
2088
|
+
WorkflowSummary.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
|
2089
|
+
WorkflowSummary.add_member(:change_description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "changeDescription"))
|
2090
|
+
WorkflowSummary.add_member(:type, Shapes::ShapeRef.new(shape: WorkflowType, location_name: "type"))
|
2091
|
+
WorkflowSummary.add_member(:owner, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "owner"))
|
2092
|
+
WorkflowSummary.add_member(:state, Shapes::ShapeRef.new(shape: WorkflowState, location_name: "state"))
|
2093
|
+
WorkflowSummary.add_member(:date_created, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateCreated"))
|
2094
|
+
WorkflowSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
2095
|
+
WorkflowSummary.struct_class = Types::WorkflowSummary
|
2096
|
+
|
2097
|
+
WorkflowSummaryList.member = Shapes::ShapeRef.new(shape: WorkflowSummary)
|
2098
|
+
|
2099
|
+
WorkflowVersion.add_member(:arn, Shapes::ShapeRef.new(shape: WorkflowVersionArn, location_name: "arn"))
|
2100
|
+
WorkflowVersion.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
2101
|
+
WorkflowVersion.add_member(:version, Shapes::ShapeRef.new(shape: VersionNumber, location_name: "version"))
|
2102
|
+
WorkflowVersion.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
|
2103
|
+
WorkflowVersion.add_member(:type, Shapes::ShapeRef.new(shape: WorkflowType, location_name: "type"))
|
2104
|
+
WorkflowVersion.add_member(:owner, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "owner"))
|
2105
|
+
WorkflowVersion.add_member(:date_created, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateCreated"))
|
2106
|
+
WorkflowVersion.struct_class = Types::WorkflowVersion
|
2107
|
+
|
2108
|
+
WorkflowVersionList.member = Shapes::ShapeRef.new(shape: WorkflowVersion)
|
2109
|
+
|
1908
2110
|
|
1909
2111
|
# @api private
|
1910
2112
|
API = Seahorse::Model::Api.new.tap do |api|
|
@@ -2103,6 +2305,25 @@ module Aws::Imagebuilder
|
|
2103
2305
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2104
2306
|
end)
|
2105
2307
|
|
2308
|
+
api.add_operation(:create_workflow, Seahorse::Model::Operation.new.tap do |o|
|
2309
|
+
o.name = "CreateWorkflow"
|
2310
|
+
o.http_method = "PUT"
|
2311
|
+
o.http_request_uri = "/CreateWorkflow"
|
2312
|
+
o.input = Shapes::ShapeRef.new(shape: CreateWorkflowRequest)
|
2313
|
+
o.output = Shapes::ShapeRef.new(shape: CreateWorkflowResponse)
|
2314
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
2315
|
+
o.errors << Shapes::ShapeRef.new(shape: ClientException)
|
2316
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
2317
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2318
|
+
o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
|
2319
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
2320
|
+
o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
|
2321
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidVersionNumberException)
|
2322
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
2323
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
|
2324
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2325
|
+
end)
|
2326
|
+
|
2106
2327
|
api.add_operation(:delete_component, Seahorse::Model::Operation.new.tap do |o|
|
2107
2328
|
o.name = "DeleteComponent"
|
2108
2329
|
o.http_method = "DELETE"
|
@@ -2223,6 +2444,21 @@ module Aws::Imagebuilder
|
|
2223
2444
|
o.errors << Shapes::ShapeRef.new(shape: ResourceDependencyException)
|
2224
2445
|
end)
|
2225
2446
|
|
2447
|
+
api.add_operation(:delete_workflow, Seahorse::Model::Operation.new.tap do |o|
|
2448
|
+
o.name = "DeleteWorkflow"
|
2449
|
+
o.http_method = "DELETE"
|
2450
|
+
o.http_request_uri = "/DeleteWorkflow"
|
2451
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteWorkflowRequest)
|
2452
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteWorkflowResponse)
|
2453
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
2454
|
+
o.errors << Shapes::ShapeRef.new(shape: ClientException)
|
2455
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
2456
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2457
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
2458
|
+
o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
|
2459
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceDependencyException)
|
2460
|
+
end)
|
2461
|
+
|
2226
2462
|
api.add_operation(:get_component, Seahorse::Model::Operation.new.tap do |o|
|
2227
2463
|
o.name = "GetComponent"
|
2228
2464
|
o.http_method = "GET"
|
@@ -2405,6 +2641,20 @@ module Aws::Imagebuilder
|
|
2405
2641
|
o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
|
2406
2642
|
end)
|
2407
2643
|
|
2644
|
+
api.add_operation(:get_workflow, Seahorse::Model::Operation.new.tap do |o|
|
2645
|
+
o.name = "GetWorkflow"
|
2646
|
+
o.http_method = "GET"
|
2647
|
+
o.http_request_uri = "/GetWorkflow"
|
2648
|
+
o.input = Shapes::ShapeRef.new(shape: GetWorkflowRequest)
|
2649
|
+
o.output = Shapes::ShapeRef.new(shape: GetWorkflowResponse)
|
2650
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
2651
|
+
o.errors << Shapes::ShapeRef.new(shape: ClientException)
|
2652
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
2653
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2654
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
2655
|
+
o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
|
2656
|
+
end)
|
2657
|
+
|
2408
2658
|
api.add_operation(:get_workflow_execution, Seahorse::Model::Operation.new.tap do |o|
|
2409
2659
|
o.name = "GetWorkflowExecution"
|
2410
2660
|
o.http_method = "GET"
|
@@ -2810,6 +3060,48 @@ module Aws::Imagebuilder
|
|
2810
3060
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2811
3061
|
end)
|
2812
3062
|
|
3063
|
+
api.add_operation(:list_waiting_workflow_steps, Seahorse::Model::Operation.new.tap do |o|
|
3064
|
+
o.name = "ListWaitingWorkflowSteps"
|
3065
|
+
o.http_method = "POST"
|
3066
|
+
o.http_request_uri = "/ListWaitingWorkflowSteps"
|
3067
|
+
o.input = Shapes::ShapeRef.new(shape: ListWaitingWorkflowStepsRequest)
|
3068
|
+
o.output = Shapes::ShapeRef.new(shape: ListWaitingWorkflowStepsResponse)
|
3069
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
3070
|
+
o.errors << Shapes::ShapeRef.new(shape: ClientException)
|
3071
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
3072
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
3073
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidPaginationTokenException)
|
3074
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3075
|
+
o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
|
3076
|
+
o[:pager] = Aws::Pager.new(
|
3077
|
+
limit_key: "max_results",
|
3078
|
+
tokens: {
|
3079
|
+
"next_token" => "next_token"
|
3080
|
+
}
|
3081
|
+
)
|
3082
|
+
end)
|
3083
|
+
|
3084
|
+
api.add_operation(:list_workflow_build_versions, Seahorse::Model::Operation.new.tap do |o|
|
3085
|
+
o.name = "ListWorkflowBuildVersions"
|
3086
|
+
o.http_method = "POST"
|
3087
|
+
o.http_request_uri = "/ListWorkflowBuildVersions"
|
3088
|
+
o.input = Shapes::ShapeRef.new(shape: ListWorkflowBuildVersionsRequest)
|
3089
|
+
o.output = Shapes::ShapeRef.new(shape: ListWorkflowBuildVersionsResponse)
|
3090
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
3091
|
+
o.errors << Shapes::ShapeRef.new(shape: ClientException)
|
3092
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
3093
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
3094
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidPaginationTokenException)
|
3095
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3096
|
+
o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
|
3097
|
+
o[:pager] = Aws::Pager.new(
|
3098
|
+
limit_key: "max_results",
|
3099
|
+
tokens: {
|
3100
|
+
"next_token" => "next_token"
|
3101
|
+
}
|
3102
|
+
)
|
3103
|
+
end)
|
3104
|
+
|
2813
3105
|
api.add_operation(:list_workflow_executions, Seahorse::Model::Operation.new.tap do |o|
|
2814
3106
|
o.name = "ListWorkflowExecutions"
|
2815
3107
|
o.http_method = "POST"
|
@@ -2852,6 +3144,27 @@ module Aws::Imagebuilder
|
|
2852
3144
|
)
|
2853
3145
|
end)
|
2854
3146
|
|
3147
|
+
api.add_operation(:list_workflows, Seahorse::Model::Operation.new.tap do |o|
|
3148
|
+
o.name = "ListWorkflows"
|
3149
|
+
o.http_method = "POST"
|
3150
|
+
o.http_request_uri = "/ListWorkflows"
|
3151
|
+
o.input = Shapes::ShapeRef.new(shape: ListWorkflowsRequest)
|
3152
|
+
o.output = Shapes::ShapeRef.new(shape: ListWorkflowsResponse)
|
3153
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
3154
|
+
o.errors << Shapes::ShapeRef.new(shape: ClientException)
|
3155
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
3156
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
3157
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidPaginationTokenException)
|
3158
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3159
|
+
o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
|
3160
|
+
o[:pager] = Aws::Pager.new(
|
3161
|
+
limit_key: "max_results",
|
3162
|
+
tokens: {
|
3163
|
+
"next_token" => "next_token"
|
3164
|
+
}
|
3165
|
+
)
|
3166
|
+
end)
|
3167
|
+
|
2855
3168
|
api.add_operation(:put_component_policy, Seahorse::Model::Operation.new.tap do |o|
|
2856
3169
|
o.name = "PutComponentPolicy"
|
2857
3170
|
o.http_method = "PUT"
|
@@ -2916,6 +3229,24 @@ module Aws::Imagebuilder
|
|
2916
3229
|
o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
|
2917
3230
|
end)
|
2918
3231
|
|
3232
|
+
api.add_operation(:send_workflow_step_action, Seahorse::Model::Operation.new.tap do |o|
|
3233
|
+
o.name = "SendWorkflowStepAction"
|
3234
|
+
o.http_method = "PUT"
|
3235
|
+
o.http_request_uri = "/SendWorkflowStepAction"
|
3236
|
+
o.input = Shapes::ShapeRef.new(shape: SendWorkflowStepActionRequest)
|
3237
|
+
o.output = Shapes::ShapeRef.new(shape: SendWorkflowStepActionResponse)
|
3238
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
3239
|
+
o.errors << Shapes::ShapeRef.new(shape: ClientException)
|
3240
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3241
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
3242
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
3243
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
|
3244
|
+
o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
|
3245
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
3246
|
+
o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
|
3247
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
3248
|
+
end)
|
3249
|
+
|
2919
3250
|
api.add_operation(:start_image_pipeline_execution, Seahorse::Model::Operation.new.tap do |o|
|
2920
3251
|
o.name = "StartImagePipelineExecution"
|
2921
3252
|
o.http_method = "PUT"
|