aws-sdk-imagebuilder 1.52.0 → 1.54.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -27,6 +27,8 @@ module Aws::Imagebuilder
27
27
  CallRateLimitExceededException = Shapes::StructureShape.new(name: 'CallRateLimitExceededException')
28
28
  CancelImageCreationRequest = Shapes::StructureShape.new(name: 'CancelImageCreationRequest')
29
29
  CancelImageCreationResponse = Shapes::StructureShape.new(name: 'CancelImageCreationResponse')
30
+ CancelLifecycleExecutionRequest = Shapes::StructureShape.new(name: 'CancelLifecycleExecutionRequest')
31
+ CancelLifecycleExecutionResponse = Shapes::StructureShape.new(name: 'CancelLifecycleExecutionResponse')
30
32
  ClientException = Shapes::StructureShape.new(name: 'ClientException')
31
33
  ClientToken = Shapes::StringShape.new(name: 'ClientToken')
32
34
  Component = Shapes::StructureShape.new(name: 'Component')
@@ -76,6 +78,8 @@ module Aws::Imagebuilder
76
78
  CreateImageResponse = Shapes::StructureShape.new(name: 'CreateImageResponse')
77
79
  CreateInfrastructureConfigurationRequest = Shapes::StructureShape.new(name: 'CreateInfrastructureConfigurationRequest')
78
80
  CreateInfrastructureConfigurationResponse = Shapes::StructureShape.new(name: 'CreateInfrastructureConfigurationResponse')
81
+ CreateLifecyclePolicyRequest = Shapes::StructureShape.new(name: 'CreateLifecyclePolicyRequest')
82
+ CreateLifecyclePolicyResponse = Shapes::StructureShape.new(name: 'CreateLifecyclePolicyResponse')
79
83
  CvssScore = Shapes::StructureShape.new(name: 'CvssScore')
80
84
  CvssScoreAdjustment = Shapes::StructureShape.new(name: 'CvssScoreAdjustment')
81
85
  CvssScoreAdjustmentList = Shapes::ListShape.new(name: 'CvssScoreAdjustmentList')
@@ -97,6 +101,8 @@ module Aws::Imagebuilder
97
101
  DeleteImageResponse = Shapes::StructureShape.new(name: 'DeleteImageResponse')
98
102
  DeleteInfrastructureConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteInfrastructureConfigurationRequest')
99
103
  DeleteInfrastructureConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteInfrastructureConfigurationResponse')
104
+ DeleteLifecyclePolicyRequest = Shapes::StructureShape.new(name: 'DeleteLifecyclePolicyRequest')
105
+ DeleteLifecyclePolicyResponse = Shapes::StructureShape.new(name: 'DeleteLifecyclePolicyResponse')
100
106
  DiskImageFormat = Shapes::StringShape.new(name: 'DiskImageFormat')
101
107
  Distribution = Shapes::StructureShape.new(name: 'Distribution')
102
108
  DistributionConfiguration = Shapes::StructureShape.new(name: 'DistributionConfiguration')
@@ -146,6 +152,10 @@ module Aws::Imagebuilder
146
152
  GetImageResponse = Shapes::StructureShape.new(name: 'GetImageResponse')
147
153
  GetInfrastructureConfigurationRequest = Shapes::StructureShape.new(name: 'GetInfrastructureConfigurationRequest')
148
154
  GetInfrastructureConfigurationResponse = Shapes::StructureShape.new(name: 'GetInfrastructureConfigurationResponse')
155
+ GetLifecycleExecutionRequest = Shapes::StructureShape.new(name: 'GetLifecycleExecutionRequest')
156
+ GetLifecycleExecutionResponse = Shapes::StructureShape.new(name: 'GetLifecycleExecutionResponse')
157
+ GetLifecyclePolicyRequest = Shapes::StructureShape.new(name: 'GetLifecyclePolicyRequest')
158
+ GetLifecyclePolicyResponse = Shapes::StructureShape.new(name: 'GetLifecyclePolicyResponse')
149
159
  GetWorkflowExecutionRequest = Shapes::StructureShape.new(name: 'GetWorkflowExecutionRequest')
150
160
  GetWorkflowExecutionResponse = Shapes::StructureShape.new(name: 'GetWorkflowExecutionResponse')
151
161
  GetWorkflowStepExecutionRequest = Shapes::StructureShape.new(name: 'GetWorkflowStepExecutionRequest')
@@ -220,6 +230,43 @@ module Aws::Imagebuilder
220
230
  LaunchTemplateId = Shapes::StringShape.new(name: 'LaunchTemplateId')
221
231
  LicenseConfigurationArn = Shapes::StringShape.new(name: 'LicenseConfigurationArn')
222
232
  LicenseConfigurationArnList = Shapes::ListShape.new(name: 'LicenseConfigurationArnList')
233
+ LifecycleExecution = Shapes::StructureShape.new(name: 'LifecycleExecution')
234
+ LifecycleExecutionId = Shapes::StringShape.new(name: 'LifecycleExecutionId')
235
+ LifecycleExecutionResource = Shapes::StructureShape.new(name: 'LifecycleExecutionResource')
236
+ LifecycleExecutionResourceAction = Shapes::StructureShape.new(name: 'LifecycleExecutionResourceAction')
237
+ LifecycleExecutionResourceActionName = Shapes::StringShape.new(name: 'LifecycleExecutionResourceActionName')
238
+ LifecycleExecutionResourceList = Shapes::ListShape.new(name: 'LifecycleExecutionResourceList')
239
+ LifecycleExecutionResourceState = Shapes::StructureShape.new(name: 'LifecycleExecutionResourceState')
240
+ LifecycleExecutionResourceStatus = Shapes::StringShape.new(name: 'LifecycleExecutionResourceStatus')
241
+ LifecycleExecutionResourcesImpactedSummary = Shapes::StructureShape.new(name: 'LifecycleExecutionResourcesImpactedSummary')
242
+ LifecycleExecutionSnapshotResource = Shapes::StructureShape.new(name: 'LifecycleExecutionSnapshotResource')
243
+ LifecycleExecutionSnapshotResourceList = Shapes::ListShape.new(name: 'LifecycleExecutionSnapshotResourceList')
244
+ LifecycleExecutionState = Shapes::StructureShape.new(name: 'LifecycleExecutionState')
245
+ LifecycleExecutionStatus = Shapes::StringShape.new(name: 'LifecycleExecutionStatus')
246
+ LifecycleExecutionsList = Shapes::ListShape.new(name: 'LifecycleExecutionsList')
247
+ LifecyclePolicy = Shapes::StructureShape.new(name: 'LifecyclePolicy')
248
+ LifecyclePolicyArn = Shapes::StringShape.new(name: 'LifecyclePolicyArn')
249
+ LifecyclePolicyDetail = Shapes::StructureShape.new(name: 'LifecyclePolicyDetail')
250
+ LifecyclePolicyDetailAction = Shapes::StructureShape.new(name: 'LifecyclePolicyDetailAction')
251
+ LifecyclePolicyDetailActionIncludeResources = Shapes::StructureShape.new(name: 'LifecyclePolicyDetailActionIncludeResources')
252
+ LifecyclePolicyDetailActionType = Shapes::StringShape.new(name: 'LifecyclePolicyDetailActionType')
253
+ LifecyclePolicyDetailExclusionRules = Shapes::StructureShape.new(name: 'LifecyclePolicyDetailExclusionRules')
254
+ LifecyclePolicyDetailExclusionRulesAmis = Shapes::StructureShape.new(name: 'LifecyclePolicyDetailExclusionRulesAmis')
255
+ LifecyclePolicyDetailExclusionRulesAmisLastLaunched = Shapes::StructureShape.new(name: 'LifecyclePolicyDetailExclusionRulesAmisLastLaunched')
256
+ LifecyclePolicyDetailExclusionRulesAmisLastLaunchedValue = Shapes::IntegerShape.new(name: 'LifecyclePolicyDetailExclusionRulesAmisLastLaunchedValue')
257
+ LifecyclePolicyDetailFilter = Shapes::StructureShape.new(name: 'LifecyclePolicyDetailFilter')
258
+ LifecyclePolicyDetailFilterRetainAtLeast = Shapes::IntegerShape.new(name: 'LifecyclePolicyDetailFilterRetainAtLeast')
259
+ LifecyclePolicyDetailFilterType = Shapes::StringShape.new(name: 'LifecyclePolicyDetailFilterType')
260
+ LifecyclePolicyDetailFilterValue = Shapes::IntegerShape.new(name: 'LifecyclePolicyDetailFilterValue')
261
+ LifecyclePolicyDetails = Shapes::ListShape.new(name: 'LifecyclePolicyDetails')
262
+ LifecyclePolicyResourceSelection = Shapes::StructureShape.new(name: 'LifecyclePolicyResourceSelection')
263
+ LifecyclePolicyResourceSelectionRecipe = Shapes::StructureShape.new(name: 'LifecyclePolicyResourceSelectionRecipe')
264
+ LifecyclePolicyResourceSelectionRecipes = Shapes::ListShape.new(name: 'LifecyclePolicyResourceSelectionRecipes')
265
+ LifecyclePolicyResourceType = Shapes::StringShape.new(name: 'LifecyclePolicyResourceType')
266
+ LifecyclePolicyStatus = Shapes::StringShape.new(name: 'LifecyclePolicyStatus')
267
+ LifecyclePolicySummary = Shapes::StructureShape.new(name: 'LifecyclePolicySummary')
268
+ LifecyclePolicySummaryList = Shapes::ListShape.new(name: 'LifecyclePolicySummaryList')
269
+ LifecyclePolicyTimeUnit = Shapes::StringShape.new(name: 'LifecyclePolicyTimeUnit')
223
270
  ListComponentBuildVersionsRequest = Shapes::StructureShape.new(name: 'ListComponentBuildVersionsRequest')
224
271
  ListComponentBuildVersionsResponse = Shapes::StructureShape.new(name: 'ListComponentBuildVersionsResponse')
225
272
  ListComponentsRequest = Shapes::StructureShape.new(name: 'ListComponentsRequest')
@@ -246,6 +293,12 @@ module Aws::Imagebuilder
246
293
  ListImagesResponse = Shapes::StructureShape.new(name: 'ListImagesResponse')
247
294
  ListInfrastructureConfigurationsRequest = Shapes::StructureShape.new(name: 'ListInfrastructureConfigurationsRequest')
248
295
  ListInfrastructureConfigurationsResponse = Shapes::StructureShape.new(name: 'ListInfrastructureConfigurationsResponse')
296
+ ListLifecycleExecutionResourcesRequest = Shapes::StructureShape.new(name: 'ListLifecycleExecutionResourcesRequest')
297
+ ListLifecycleExecutionResourcesResponse = Shapes::StructureShape.new(name: 'ListLifecycleExecutionResourcesResponse')
298
+ ListLifecycleExecutionsRequest = Shapes::StructureShape.new(name: 'ListLifecycleExecutionsRequest')
299
+ ListLifecycleExecutionsResponse = Shapes::StructureShape.new(name: 'ListLifecycleExecutionsResponse')
300
+ ListLifecyclePoliciesRequest = Shapes::StructureShape.new(name: 'ListLifecyclePoliciesRequest')
301
+ ListLifecyclePoliciesResponse = Shapes::StructureShape.new(name: 'ListLifecyclePoliciesResponse')
249
302
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
250
303
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
251
304
  ListWorkflowExecutionsRequest = Shapes::StructureShape.new(name: 'ListWorkflowExecutionsRequest')
@@ -290,8 +343,13 @@ module Aws::Imagebuilder
290
343
  ResourceName = Shapes::StringShape.new(name: 'ResourceName')
291
344
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
292
345
  ResourcePolicyDocument = Shapes::StringShape.new(name: 'ResourcePolicyDocument')
346
+ ResourceState = Shapes::StructureShape.new(name: 'ResourceState')
347
+ ResourceStateUpdateExclusionRules = Shapes::StructureShape.new(name: 'ResourceStateUpdateExclusionRules')
348
+ ResourceStateUpdateIncludeResources = Shapes::StructureShape.new(name: 'ResourceStateUpdateIncludeResources')
349
+ ResourceStatus = Shapes::StringShape.new(name: 'ResourceStatus')
293
350
  ResourceTagMap = Shapes::MapShape.new(name: 'ResourceTagMap')
294
351
  RestrictedInteger = Shapes::IntegerShape.new(name: 'RestrictedInteger')
352
+ RoleNameOrArn = Shapes::StringShape.new(name: 'RoleNameOrArn')
295
353
  S3ExportConfiguration = Shapes::StructureShape.new(name: 'S3ExportConfiguration')
296
354
  S3Logs = Shapes::StructureShape.new(name: 'S3Logs')
297
355
  Schedule = Shapes::StructureShape.new(name: 'Schedule')
@@ -305,6 +363,8 @@ module Aws::Imagebuilder
305
363
  SourceLayerHash = Shapes::StringShape.new(name: 'SourceLayerHash')
306
364
  StartImagePipelineExecutionRequest = Shapes::StructureShape.new(name: 'StartImagePipelineExecutionRequest')
307
365
  StartImagePipelineExecutionResponse = Shapes::StructureShape.new(name: 'StartImagePipelineExecutionResponse')
366
+ StartResourceStateUpdateRequest = Shapes::StructureShape.new(name: 'StartResourceStateUpdateRequest')
367
+ StartResourceStateUpdateResponse = Shapes::StructureShape.new(name: 'StartResourceStateUpdateResponse')
308
368
  StringList = Shapes::ListShape.new(name: 'StringList')
309
369
  SystemsManagerAgent = Shapes::StructureShape.new(name: 'SystemsManagerAgent')
310
370
  TagKey = Shapes::StringShape.new(name: 'TagKey')
@@ -324,6 +384,8 @@ module Aws::Imagebuilder
324
384
  UpdateImagePipelineResponse = Shapes::StructureShape.new(name: 'UpdateImagePipelineResponse')
325
385
  UpdateInfrastructureConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateInfrastructureConfigurationRequest')
326
386
  UpdateInfrastructureConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateInfrastructureConfigurationResponse')
387
+ UpdateLifecyclePolicyRequest = Shapes::StructureShape.new(name: 'UpdateLifecyclePolicyRequest')
388
+ UpdateLifecyclePolicyResponse = Shapes::StructureShape.new(name: 'UpdateLifecyclePolicyResponse')
327
389
  Uri = Shapes::StringShape.new(name: 'Uri')
328
390
  UserDataOverride = Shapes::StringShape.new(name: 'UserDataOverride')
329
391
  VersionNumber = Shapes::StringShape.new(name: 'VersionNumber')
@@ -393,6 +455,13 @@ module Aws::Imagebuilder
393
455
  CancelImageCreationResponse.add_member(:image_build_version_arn, Shapes::ShapeRef.new(shape: ImageBuildVersionArn, location_name: "imageBuildVersionArn"))
394
456
  CancelImageCreationResponse.struct_class = Types::CancelImageCreationResponse
395
457
 
458
+ CancelLifecycleExecutionRequest.add_member(:lifecycle_execution_id, Shapes::ShapeRef.new(shape: LifecycleExecutionId, required: true, location_name: "lifecycleExecutionId"))
459
+ CancelLifecycleExecutionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
460
+ CancelLifecycleExecutionRequest.struct_class = Types::CancelLifecycleExecutionRequest
461
+
462
+ CancelLifecycleExecutionResponse.add_member(:lifecycle_execution_id, Shapes::ShapeRef.new(shape: LifecycleExecutionId, location_name: "lifecycleExecutionId"))
463
+ CancelLifecycleExecutionResponse.struct_class = Types::CancelLifecycleExecutionResponse
464
+
396
465
  ClientException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
397
466
  ClientException.struct_class = Types::ClientException
398
467
 
@@ -642,6 +711,21 @@ module Aws::Imagebuilder
642
711
  CreateInfrastructureConfigurationResponse.add_member(:infrastructure_configuration_arn, Shapes::ShapeRef.new(shape: InfrastructureConfigurationArn, location_name: "infrastructureConfigurationArn"))
643
712
  CreateInfrastructureConfigurationResponse.struct_class = Types::CreateInfrastructureConfigurationResponse
644
713
 
714
+ CreateLifecyclePolicyRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
715
+ CreateLifecyclePolicyRequest.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
716
+ CreateLifecyclePolicyRequest.add_member(:status, Shapes::ShapeRef.new(shape: LifecyclePolicyStatus, location_name: "status"))
717
+ CreateLifecyclePolicyRequest.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleNameOrArn, required: true, location_name: "executionRole"))
718
+ CreateLifecyclePolicyRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: LifecyclePolicyResourceType, required: true, location_name: "resourceType"))
719
+ CreateLifecyclePolicyRequest.add_member(:policy_details, Shapes::ShapeRef.new(shape: LifecyclePolicyDetails, required: true, location_name: "policyDetails"))
720
+ CreateLifecyclePolicyRequest.add_member(:resource_selection, Shapes::ShapeRef.new(shape: LifecyclePolicyResourceSelection, required: true, location_name: "resourceSelection"))
721
+ CreateLifecyclePolicyRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
722
+ CreateLifecyclePolicyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
723
+ CreateLifecyclePolicyRequest.struct_class = Types::CreateLifecyclePolicyRequest
724
+
725
+ CreateLifecyclePolicyResponse.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
726
+ CreateLifecyclePolicyResponse.add_member(:lifecycle_policy_arn, Shapes::ShapeRef.new(shape: LifecyclePolicyArn, location_name: "lifecyclePolicyArn"))
727
+ CreateLifecyclePolicyResponse.struct_class = Types::CreateLifecyclePolicyResponse
728
+
645
729
  CvssScore.add_member(:base_score, Shapes::ShapeRef.new(shape: NonNegativeDouble, location_name: "baseScore"))
646
730
  CvssScore.add_member(:scoring_vector, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "scoringVector"))
647
731
  CvssScore.add_member(:version, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "version"))
@@ -713,6 +797,12 @@ module Aws::Imagebuilder
713
797
  DeleteInfrastructureConfigurationResponse.add_member(:infrastructure_configuration_arn, Shapes::ShapeRef.new(shape: InfrastructureConfigurationArn, location_name: "infrastructureConfigurationArn"))
714
798
  DeleteInfrastructureConfigurationResponse.struct_class = Types::DeleteInfrastructureConfigurationResponse
715
799
 
800
+ DeleteLifecyclePolicyRequest.add_member(:lifecycle_policy_arn, Shapes::ShapeRef.new(shape: LifecyclePolicyArn, required: true, location: "querystring", location_name: "lifecyclePolicyArn"))
801
+ DeleteLifecyclePolicyRequest.struct_class = Types::DeleteLifecyclePolicyRequest
802
+
803
+ DeleteLifecyclePolicyResponse.add_member(:lifecycle_policy_arn, Shapes::ShapeRef.new(shape: LifecyclePolicyArn, location_name: "lifecyclePolicyArn"))
804
+ DeleteLifecyclePolicyResponse.struct_class = Types::DeleteLifecyclePolicyResponse
805
+
716
806
  Distribution.add_member(:region, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "region"))
717
807
  Distribution.add_member(:ami_distribution_configuration, Shapes::ShapeRef.new(shape: AmiDistributionConfiguration, location_name: "amiDistributionConfiguration"))
718
808
  Distribution.add_member(:container_distribution_configuration, Shapes::ShapeRef.new(shape: ContainerDistributionConfiguration, location_name: "containerDistributionConfiguration"))
@@ -864,6 +954,18 @@ module Aws::Imagebuilder
864
954
  GetInfrastructureConfigurationResponse.add_member(:infrastructure_configuration, Shapes::ShapeRef.new(shape: InfrastructureConfiguration, location_name: "infrastructureConfiguration"))
865
955
  GetInfrastructureConfigurationResponse.struct_class = Types::GetInfrastructureConfigurationResponse
866
956
 
957
+ GetLifecycleExecutionRequest.add_member(:lifecycle_execution_id, Shapes::ShapeRef.new(shape: LifecycleExecutionId, required: true, location: "querystring", location_name: "lifecycleExecutionId"))
958
+ GetLifecycleExecutionRequest.struct_class = Types::GetLifecycleExecutionRequest
959
+
960
+ GetLifecycleExecutionResponse.add_member(:lifecycle_execution, Shapes::ShapeRef.new(shape: LifecycleExecution, location_name: "lifecycleExecution"))
961
+ GetLifecycleExecutionResponse.struct_class = Types::GetLifecycleExecutionResponse
962
+
963
+ GetLifecyclePolicyRequest.add_member(:lifecycle_policy_arn, Shapes::ShapeRef.new(shape: LifecyclePolicyArn, required: true, location: "querystring", location_name: "lifecyclePolicyArn"))
964
+ GetLifecyclePolicyRequest.struct_class = Types::GetLifecyclePolicyRequest
965
+
966
+ GetLifecyclePolicyResponse.add_member(:lifecycle_policy, Shapes::ShapeRef.new(shape: LifecyclePolicy, location_name: "lifecyclePolicy"))
967
+ GetLifecyclePolicyResponse.struct_class = Types::GetLifecyclePolicyResponse
968
+
867
969
  GetWorkflowExecutionRequest.add_member(:workflow_execution_id, Shapes::ShapeRef.new(shape: WorkflowExecutionId, required: true, location: "querystring", location_name: "workflowExecutionId"))
868
970
  GetWorkflowExecutionRequest.struct_class = Types::GetWorkflowExecutionRequest
869
971
 
@@ -929,6 +1031,8 @@ module Aws::Imagebuilder
929
1031
  Image.add_member(:image_source, Shapes::ShapeRef.new(shape: ImageSource, location_name: "imageSource"))
930
1032
  Image.add_member(:scan_state, Shapes::ShapeRef.new(shape: ImageScanState, location_name: "scanState"))
931
1033
  Image.add_member(:image_scanning_configuration, Shapes::ShapeRef.new(shape: ImageScanningConfiguration, location_name: "imageScanningConfiguration"))
1034
+ Image.add_member(:deprecation_time, Shapes::ShapeRef.new(shape: DateTimeTimestamp, location_name: "deprecationTime"))
1035
+ Image.add_member(:lifecycle_execution_id, Shapes::ShapeRef.new(shape: LifecycleExecutionId, location_name: "lifecycleExecutionId"))
932
1036
  Image.struct_class = Types::Image
933
1037
 
934
1038
  ImageAggregation.add_member(:image_build_version_arn, Shapes::ShapeRef.new(shape: ImageBuildVersionArn, location_name: "imageBuildVersionArn"))
@@ -1053,6 +1157,8 @@ module Aws::Imagebuilder
1053
1157
  ImageSummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
1054
1158
  ImageSummary.add_member(:build_type, Shapes::ShapeRef.new(shape: BuildType, location_name: "buildType"))
1055
1159
  ImageSummary.add_member(:image_source, Shapes::ShapeRef.new(shape: ImageSource, location_name: "imageSource"))
1160
+ ImageSummary.add_member(:deprecation_time, Shapes::ShapeRef.new(shape: DateTimeTimestamp, location_name: "deprecationTime"))
1161
+ ImageSummary.add_member(:lifecycle_execution_id, Shapes::ShapeRef.new(shape: LifecycleExecutionId, location_name: "lifecycleExecutionId"))
1056
1162
  ImageSummary.struct_class = Types::ImageSummary
1057
1163
 
1058
1164
  ImageSummaryList.member = Shapes::ShapeRef.new(shape: ImageSummary)
@@ -1194,6 +1300,123 @@ module Aws::Imagebuilder
1194
1300
 
1195
1301
  LicenseConfigurationArnList.member = Shapes::ShapeRef.new(shape: LicenseConfigurationArn)
1196
1302
 
1303
+ LifecycleExecution.add_member(:lifecycle_execution_id, Shapes::ShapeRef.new(shape: LifecycleExecutionId, location_name: "lifecycleExecutionId"))
1304
+ LifecycleExecution.add_member(:lifecycle_policy_arn, Shapes::ShapeRef.new(shape: LifecyclePolicyArn, location_name: "lifecyclePolicyArn"))
1305
+ LifecycleExecution.add_member(:resources_impacted_summary, Shapes::ShapeRef.new(shape: LifecycleExecutionResourcesImpactedSummary, location_name: "resourcesImpactedSummary"))
1306
+ LifecycleExecution.add_member(:state, Shapes::ShapeRef.new(shape: LifecycleExecutionState, location_name: "state"))
1307
+ LifecycleExecution.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTimeTimestamp, location_name: "startTime"))
1308
+ LifecycleExecution.add_member(:end_time, Shapes::ShapeRef.new(shape: DateTimeTimestamp, location_name: "endTime"))
1309
+ LifecycleExecution.struct_class = Types::LifecycleExecution
1310
+
1311
+ LifecycleExecutionResource.add_member(:account_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "accountId"))
1312
+ LifecycleExecutionResource.add_member(:resource_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "resourceId"))
1313
+ LifecycleExecutionResource.add_member(:state, Shapes::ShapeRef.new(shape: LifecycleExecutionResourceState, location_name: "state"))
1314
+ LifecycleExecutionResource.add_member(:action, Shapes::ShapeRef.new(shape: LifecycleExecutionResourceAction, location_name: "action"))
1315
+ LifecycleExecutionResource.add_member(:region, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "region"))
1316
+ LifecycleExecutionResource.add_member(:snapshots, Shapes::ShapeRef.new(shape: LifecycleExecutionSnapshotResourceList, location_name: "snapshots"))
1317
+ LifecycleExecutionResource.add_member(:image_uris, Shapes::ShapeRef.new(shape: StringList, location_name: "imageUris"))
1318
+ LifecycleExecutionResource.struct_class = Types::LifecycleExecutionResource
1319
+
1320
+ LifecycleExecutionResourceAction.add_member(:name, Shapes::ShapeRef.new(shape: LifecycleExecutionResourceActionName, location_name: "name"))
1321
+ LifecycleExecutionResourceAction.add_member(:reason, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "reason"))
1322
+ LifecycleExecutionResourceAction.struct_class = Types::LifecycleExecutionResourceAction
1323
+
1324
+ LifecycleExecutionResourceList.member = Shapes::ShapeRef.new(shape: LifecycleExecutionResource)
1325
+
1326
+ LifecycleExecutionResourceState.add_member(:status, Shapes::ShapeRef.new(shape: LifecycleExecutionResourceStatus, location_name: "status"))
1327
+ LifecycleExecutionResourceState.add_member(:reason, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "reason"))
1328
+ LifecycleExecutionResourceState.struct_class = Types::LifecycleExecutionResourceState
1329
+
1330
+ LifecycleExecutionResourcesImpactedSummary.add_member(:has_impacted_resources, Shapes::ShapeRef.new(shape: Boolean, location_name: "hasImpactedResources"))
1331
+ LifecycleExecutionResourcesImpactedSummary.struct_class = Types::LifecycleExecutionResourcesImpactedSummary
1332
+
1333
+ LifecycleExecutionSnapshotResource.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "snapshotId"))
1334
+ LifecycleExecutionSnapshotResource.add_member(:state, Shapes::ShapeRef.new(shape: LifecycleExecutionResourceState, location_name: "state"))
1335
+ LifecycleExecutionSnapshotResource.struct_class = Types::LifecycleExecutionSnapshotResource
1336
+
1337
+ LifecycleExecutionSnapshotResourceList.member = Shapes::ShapeRef.new(shape: LifecycleExecutionSnapshotResource)
1338
+
1339
+ LifecycleExecutionState.add_member(:status, Shapes::ShapeRef.new(shape: LifecycleExecutionStatus, location_name: "status"))
1340
+ LifecycleExecutionState.add_member(:reason, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "reason"))
1341
+ LifecycleExecutionState.struct_class = Types::LifecycleExecutionState
1342
+
1343
+ LifecycleExecutionsList.member = Shapes::ShapeRef.new(shape: LifecycleExecution)
1344
+
1345
+ LifecyclePolicy.add_member(:arn, Shapes::ShapeRef.new(shape: LifecyclePolicyArn, location_name: "arn"))
1346
+ LifecyclePolicy.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
1347
+ LifecyclePolicy.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
1348
+ LifecyclePolicy.add_member(:status, Shapes::ShapeRef.new(shape: LifecyclePolicyStatus, location_name: "status"))
1349
+ LifecyclePolicy.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleNameOrArn, location_name: "executionRole"))
1350
+ LifecyclePolicy.add_member(:resource_type, Shapes::ShapeRef.new(shape: LifecyclePolicyResourceType, location_name: "resourceType"))
1351
+ LifecyclePolicy.add_member(:policy_details, Shapes::ShapeRef.new(shape: LifecyclePolicyDetails, location_name: "policyDetails"))
1352
+ LifecyclePolicy.add_member(:resource_selection, Shapes::ShapeRef.new(shape: LifecyclePolicyResourceSelection, location_name: "resourceSelection"))
1353
+ LifecyclePolicy.add_member(:date_created, Shapes::ShapeRef.new(shape: DateTimeTimestamp, location_name: "dateCreated"))
1354
+ LifecyclePolicy.add_member(:date_updated, Shapes::ShapeRef.new(shape: DateTimeTimestamp, location_name: "dateUpdated"))
1355
+ LifecyclePolicy.add_member(:date_last_run, Shapes::ShapeRef.new(shape: DateTimeTimestamp, location_name: "dateLastRun"))
1356
+ LifecyclePolicy.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
1357
+ LifecyclePolicy.struct_class = Types::LifecyclePolicy
1358
+
1359
+ LifecyclePolicyDetail.add_member(:action, Shapes::ShapeRef.new(shape: LifecyclePolicyDetailAction, required: true, location_name: "action"))
1360
+ LifecyclePolicyDetail.add_member(:filter, Shapes::ShapeRef.new(shape: LifecyclePolicyDetailFilter, required: true, location_name: "filter"))
1361
+ LifecyclePolicyDetail.add_member(:exclusion_rules, Shapes::ShapeRef.new(shape: LifecyclePolicyDetailExclusionRules, location_name: "exclusionRules"))
1362
+ LifecyclePolicyDetail.struct_class = Types::LifecyclePolicyDetail
1363
+
1364
+ LifecyclePolicyDetailAction.add_member(:type, Shapes::ShapeRef.new(shape: LifecyclePolicyDetailActionType, required: true, location_name: "type"))
1365
+ LifecyclePolicyDetailAction.add_member(:include_resources, Shapes::ShapeRef.new(shape: LifecyclePolicyDetailActionIncludeResources, location_name: "includeResources"))
1366
+ LifecyclePolicyDetailAction.struct_class = Types::LifecyclePolicyDetailAction
1367
+
1368
+ LifecyclePolicyDetailActionIncludeResources.add_member(:amis, Shapes::ShapeRef.new(shape: Boolean, location_name: "amis"))
1369
+ LifecyclePolicyDetailActionIncludeResources.add_member(:snapshots, Shapes::ShapeRef.new(shape: Boolean, location_name: "snapshots"))
1370
+ LifecyclePolicyDetailActionIncludeResources.add_member(:containers, Shapes::ShapeRef.new(shape: Boolean, location_name: "containers"))
1371
+ LifecyclePolicyDetailActionIncludeResources.struct_class = Types::LifecyclePolicyDetailActionIncludeResources
1372
+
1373
+ LifecyclePolicyDetailExclusionRules.add_member(:tag_map, Shapes::ShapeRef.new(shape: TagMap, location_name: "tagMap"))
1374
+ LifecyclePolicyDetailExclusionRules.add_member(:amis, Shapes::ShapeRef.new(shape: LifecyclePolicyDetailExclusionRulesAmis, location_name: "amis"))
1375
+ LifecyclePolicyDetailExclusionRules.struct_class = Types::LifecyclePolicyDetailExclusionRules
1376
+
1377
+ LifecyclePolicyDetailExclusionRulesAmis.add_member(:is_public, Shapes::ShapeRef.new(shape: Boolean, location_name: "isPublic"))
1378
+ LifecyclePolicyDetailExclusionRulesAmis.add_member(:regions, Shapes::ShapeRef.new(shape: StringList, location_name: "regions"))
1379
+ LifecyclePolicyDetailExclusionRulesAmis.add_member(:shared_accounts, Shapes::ShapeRef.new(shape: AccountList, location_name: "sharedAccounts"))
1380
+ LifecyclePolicyDetailExclusionRulesAmis.add_member(:last_launched, Shapes::ShapeRef.new(shape: LifecyclePolicyDetailExclusionRulesAmisLastLaunched, location_name: "lastLaunched"))
1381
+ LifecyclePolicyDetailExclusionRulesAmis.add_member(:tag_map, Shapes::ShapeRef.new(shape: TagMap, location_name: "tagMap"))
1382
+ LifecyclePolicyDetailExclusionRulesAmis.struct_class = Types::LifecyclePolicyDetailExclusionRulesAmis
1383
+
1384
+ LifecyclePolicyDetailExclusionRulesAmisLastLaunched.add_member(:value, Shapes::ShapeRef.new(shape: LifecyclePolicyDetailExclusionRulesAmisLastLaunchedValue, required: true, location_name: "value"))
1385
+ LifecyclePolicyDetailExclusionRulesAmisLastLaunched.add_member(:unit, Shapes::ShapeRef.new(shape: LifecyclePolicyTimeUnit, required: true, location_name: "unit"))
1386
+ LifecyclePolicyDetailExclusionRulesAmisLastLaunched.struct_class = Types::LifecyclePolicyDetailExclusionRulesAmisLastLaunched
1387
+
1388
+ LifecyclePolicyDetailFilter.add_member(:type, Shapes::ShapeRef.new(shape: LifecyclePolicyDetailFilterType, required: true, location_name: "type"))
1389
+ LifecyclePolicyDetailFilter.add_member(:value, Shapes::ShapeRef.new(shape: LifecyclePolicyDetailFilterValue, required: true, location_name: "value"))
1390
+ LifecyclePolicyDetailFilter.add_member(:unit, Shapes::ShapeRef.new(shape: LifecyclePolicyTimeUnit, location_name: "unit"))
1391
+ LifecyclePolicyDetailFilter.add_member(:retain_at_least, Shapes::ShapeRef.new(shape: LifecyclePolicyDetailFilterRetainAtLeast, location_name: "retainAtLeast"))
1392
+ LifecyclePolicyDetailFilter.struct_class = Types::LifecyclePolicyDetailFilter
1393
+
1394
+ LifecyclePolicyDetails.member = Shapes::ShapeRef.new(shape: LifecyclePolicyDetail)
1395
+
1396
+ LifecyclePolicyResourceSelection.add_member(:recipes, Shapes::ShapeRef.new(shape: LifecyclePolicyResourceSelectionRecipes, location_name: "recipes"))
1397
+ LifecyclePolicyResourceSelection.add_member(:tag_map, Shapes::ShapeRef.new(shape: TagMap, location_name: "tagMap"))
1398
+ LifecyclePolicyResourceSelection.struct_class = Types::LifecyclePolicyResourceSelection
1399
+
1400
+ LifecyclePolicyResourceSelectionRecipe.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
1401
+ LifecyclePolicyResourceSelectionRecipe.add_member(:semantic_version, Shapes::ShapeRef.new(shape: VersionNumber, required: true, location_name: "semanticVersion"))
1402
+ LifecyclePolicyResourceSelectionRecipe.struct_class = Types::LifecyclePolicyResourceSelectionRecipe
1403
+
1404
+ LifecyclePolicyResourceSelectionRecipes.member = Shapes::ShapeRef.new(shape: LifecyclePolicyResourceSelectionRecipe)
1405
+
1406
+ LifecyclePolicySummary.add_member(:arn, Shapes::ShapeRef.new(shape: LifecyclePolicyArn, location_name: "arn"))
1407
+ LifecyclePolicySummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
1408
+ LifecyclePolicySummary.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
1409
+ LifecyclePolicySummary.add_member(:status, Shapes::ShapeRef.new(shape: LifecyclePolicyStatus, location_name: "status"))
1410
+ LifecyclePolicySummary.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleNameOrArn, location_name: "executionRole"))
1411
+ LifecyclePolicySummary.add_member(:resource_type, Shapes::ShapeRef.new(shape: LifecyclePolicyResourceType, location_name: "resourceType"))
1412
+ LifecyclePolicySummary.add_member(:date_created, Shapes::ShapeRef.new(shape: DateTimeTimestamp, location_name: "dateCreated"))
1413
+ LifecyclePolicySummary.add_member(:date_updated, Shapes::ShapeRef.new(shape: DateTimeTimestamp, location_name: "dateUpdated"))
1414
+ LifecyclePolicySummary.add_member(:date_last_run, Shapes::ShapeRef.new(shape: DateTimeTimestamp, location_name: "dateLastRun"))
1415
+ LifecyclePolicySummary.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
1416
+ LifecyclePolicySummary.struct_class = Types::LifecyclePolicySummary
1417
+
1418
+ LifecyclePolicySummaryList.member = Shapes::ShapeRef.new(shape: LifecyclePolicySummary)
1419
+
1197
1420
  ListComponentBuildVersionsRequest.add_member(:component_version_arn, Shapes::ShapeRef.new(shape: ComponentVersionArn, required: true, location_name: "componentVersionArn"))
1198
1421
  ListComponentBuildVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
1199
1422
  ListComponentBuildVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
@@ -1333,6 +1556,36 @@ module Aws::Imagebuilder
1333
1556
  ListInfrastructureConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1334
1557
  ListInfrastructureConfigurationsResponse.struct_class = Types::ListInfrastructureConfigurationsResponse
1335
1558
 
1559
+ ListLifecycleExecutionResourcesRequest.add_member(:lifecycle_execution_id, Shapes::ShapeRef.new(shape: LifecycleExecutionId, required: true, location_name: "lifecycleExecutionId"))
1560
+ ListLifecycleExecutionResourcesRequest.add_member(:parent_resource_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "parentResourceId"))
1561
+ ListLifecycleExecutionResourcesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
1562
+ ListLifecycleExecutionResourcesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1563
+ ListLifecycleExecutionResourcesRequest.struct_class = Types::ListLifecycleExecutionResourcesRequest
1564
+
1565
+ ListLifecycleExecutionResourcesResponse.add_member(:lifecycle_execution_id, Shapes::ShapeRef.new(shape: LifecycleExecutionId, location_name: "lifecycleExecutionId"))
1566
+ ListLifecycleExecutionResourcesResponse.add_member(:lifecycle_execution_state, Shapes::ShapeRef.new(shape: LifecycleExecutionState, location_name: "lifecycleExecutionState"))
1567
+ ListLifecycleExecutionResourcesResponse.add_member(:resources, Shapes::ShapeRef.new(shape: LifecycleExecutionResourceList, location_name: "resources"))
1568
+ ListLifecycleExecutionResourcesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1569
+ ListLifecycleExecutionResourcesResponse.struct_class = Types::ListLifecycleExecutionResourcesResponse
1570
+
1571
+ ListLifecycleExecutionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
1572
+ ListLifecycleExecutionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1573
+ ListLifecycleExecutionsRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, required: true, location_name: "resourceArn"))
1574
+ ListLifecycleExecutionsRequest.struct_class = Types::ListLifecycleExecutionsRequest
1575
+
1576
+ ListLifecycleExecutionsResponse.add_member(:lifecycle_executions, Shapes::ShapeRef.new(shape: LifecycleExecutionsList, location_name: "lifecycleExecutions"))
1577
+ ListLifecycleExecutionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1578
+ ListLifecycleExecutionsResponse.struct_class = Types::ListLifecycleExecutionsResponse
1579
+
1580
+ ListLifecyclePoliciesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
1581
+ ListLifecyclePoliciesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
1582
+ ListLifecyclePoliciesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1583
+ ListLifecyclePoliciesRequest.struct_class = Types::ListLifecyclePoliciesRequest
1584
+
1585
+ ListLifecyclePoliciesResponse.add_member(:lifecycle_policy_summary_list, Shapes::ShapeRef.new(shape: LifecyclePolicySummaryList, location_name: "lifecyclePolicySummaryList"))
1586
+ ListLifecyclePoliciesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1587
+ ListLifecyclePoliciesResponse.struct_class = Types::ListLifecyclePoliciesResponse
1588
+
1336
1589
  ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, required: true, location: "uri", location_name: "resourceArn"))
1337
1590
  ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
1338
1591
 
@@ -1445,6 +1698,17 @@ module Aws::Imagebuilder
1445
1698
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
1446
1699
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
1447
1700
 
1701
+ ResourceState.add_member(:status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "status"))
1702
+ ResourceState.struct_class = Types::ResourceState
1703
+
1704
+ ResourceStateUpdateExclusionRules.add_member(:amis, Shapes::ShapeRef.new(shape: LifecyclePolicyDetailExclusionRulesAmis, location_name: "amis"))
1705
+ ResourceStateUpdateExclusionRules.struct_class = Types::ResourceStateUpdateExclusionRules
1706
+
1707
+ ResourceStateUpdateIncludeResources.add_member(:amis, Shapes::ShapeRef.new(shape: Boolean, location_name: "amis"))
1708
+ ResourceStateUpdateIncludeResources.add_member(:snapshots, Shapes::ShapeRef.new(shape: Boolean, location_name: "snapshots"))
1709
+ ResourceStateUpdateIncludeResources.add_member(:containers, Shapes::ShapeRef.new(shape: Boolean, location_name: "containers"))
1710
+ ResourceStateUpdateIncludeResources.struct_class = Types::ResourceStateUpdateIncludeResources
1711
+
1448
1712
  ResourceTagMap.key = Shapes::ShapeRef.new(shape: TagKey)
1449
1713
  ResourceTagMap.value = Shapes::ShapeRef.new(shape: TagValue)
1450
1714
 
@@ -1489,6 +1753,19 @@ module Aws::Imagebuilder
1489
1753
  StartImagePipelineExecutionResponse.add_member(:image_build_version_arn, Shapes::ShapeRef.new(shape: ImageBuildVersionArn, location_name: "imageBuildVersionArn"))
1490
1754
  StartImagePipelineExecutionResponse.struct_class = Types::StartImagePipelineExecutionResponse
1491
1755
 
1756
+ StartResourceStateUpdateRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ImageBuildVersionArn, required: true, location_name: "resourceArn"))
1757
+ StartResourceStateUpdateRequest.add_member(:state, Shapes::ShapeRef.new(shape: ResourceState, required: true, location_name: "state"))
1758
+ StartResourceStateUpdateRequest.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleNameOrArn, location_name: "executionRole"))
1759
+ StartResourceStateUpdateRequest.add_member(:include_resources, Shapes::ShapeRef.new(shape: ResourceStateUpdateIncludeResources, location_name: "includeResources"))
1760
+ StartResourceStateUpdateRequest.add_member(:exclusion_rules, Shapes::ShapeRef.new(shape: ResourceStateUpdateExclusionRules, location_name: "exclusionRules"))
1761
+ StartResourceStateUpdateRequest.add_member(:update_at, Shapes::ShapeRef.new(shape: DateTimeTimestamp, location_name: "updateAt"))
1762
+ StartResourceStateUpdateRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1763
+ StartResourceStateUpdateRequest.struct_class = Types::StartResourceStateUpdateRequest
1764
+
1765
+ StartResourceStateUpdateResponse.add_member(:lifecycle_execution_id, Shapes::ShapeRef.new(shape: LifecycleExecutionId, location_name: "lifecycleExecutionId"))
1766
+ StartResourceStateUpdateResponse.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ImageBuildVersionArn, location_name: "resourceArn"))
1767
+ StartResourceStateUpdateResponse.struct_class = Types::StartResourceStateUpdateResponse
1768
+
1492
1769
  StringList.member = Shapes::ShapeRef.new(shape: NonEmptyString)
1493
1770
 
1494
1771
  SystemsManagerAgent.add_member(:uninstall_after_build, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "uninstallAfterBuild"))
@@ -1565,6 +1842,19 @@ module Aws::Imagebuilder
1565
1842
  UpdateInfrastructureConfigurationResponse.add_member(:infrastructure_configuration_arn, Shapes::ShapeRef.new(shape: InfrastructureConfigurationArn, location_name: "infrastructureConfigurationArn"))
1566
1843
  UpdateInfrastructureConfigurationResponse.struct_class = Types::UpdateInfrastructureConfigurationResponse
1567
1844
 
1845
+ UpdateLifecyclePolicyRequest.add_member(:lifecycle_policy_arn, Shapes::ShapeRef.new(shape: LifecyclePolicyArn, required: true, location_name: "lifecyclePolicyArn"))
1846
+ UpdateLifecyclePolicyRequest.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
1847
+ UpdateLifecyclePolicyRequest.add_member(:status, Shapes::ShapeRef.new(shape: LifecyclePolicyStatus, location_name: "status"))
1848
+ UpdateLifecyclePolicyRequest.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleNameOrArn, required: true, location_name: "executionRole"))
1849
+ UpdateLifecyclePolicyRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: LifecyclePolicyResourceType, required: true, location_name: "resourceType"))
1850
+ UpdateLifecyclePolicyRequest.add_member(:policy_details, Shapes::ShapeRef.new(shape: LifecyclePolicyDetails, required: true, location_name: "policyDetails"))
1851
+ UpdateLifecyclePolicyRequest.add_member(:resource_selection, Shapes::ShapeRef.new(shape: LifecyclePolicyResourceSelection, required: true, location_name: "resourceSelection"))
1852
+ UpdateLifecyclePolicyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1853
+ UpdateLifecyclePolicyRequest.struct_class = Types::UpdateLifecyclePolicyRequest
1854
+
1855
+ UpdateLifecyclePolicyResponse.add_member(:lifecycle_policy_arn, Shapes::ShapeRef.new(shape: LifecyclePolicyArn, location_name: "lifecyclePolicyArn"))
1856
+ UpdateLifecyclePolicyResponse.struct_class = Types::UpdateLifecyclePolicyResponse
1857
+
1568
1858
  VulnerabilityIdAggregation.add_member(:vulnerability_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "vulnerabilityId"))
1569
1859
  VulnerabilityIdAggregation.add_member(:severity_counts, Shapes::ShapeRef.new(shape: SeverityCounts, location_name: "severityCounts"))
1570
1860
  VulnerabilityIdAggregation.struct_class = Types::VulnerabilityIdAggregation
@@ -1650,6 +1940,22 @@ module Aws::Imagebuilder
1650
1940
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1651
1941
  end)
1652
1942
 
1943
+ api.add_operation(:cancel_lifecycle_execution, Seahorse::Model::Operation.new.tap do |o|
1944
+ o.name = "CancelLifecycleExecution"
1945
+ o.http_method = "PUT"
1946
+ o.http_request_uri = "/CancelLifecycleExecution"
1947
+ o.input = Shapes::ShapeRef.new(shape: CancelLifecycleExecutionRequest)
1948
+ o.output = Shapes::ShapeRef.new(shape: CancelLifecycleExecutionResponse)
1949
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
1950
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1951
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1952
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1953
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
1954
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1955
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
1956
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1957
+ end)
1958
+
1653
1959
  api.add_operation(:create_component, Seahorse::Model::Operation.new.tap do |o|
1654
1960
  o.name = "CreateComponent"
1655
1961
  o.http_method = "PUT"
@@ -1779,6 +2085,24 @@ module Aws::Imagebuilder
1779
2085
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1780
2086
  end)
1781
2087
 
2088
+ api.add_operation(:create_lifecycle_policy, Seahorse::Model::Operation.new.tap do |o|
2089
+ o.name = "CreateLifecyclePolicy"
2090
+ o.http_method = "PUT"
2091
+ o.http_request_uri = "/CreateLifecyclePolicy"
2092
+ o.input = Shapes::ShapeRef.new(shape: CreateLifecyclePolicyRequest)
2093
+ o.output = Shapes::ShapeRef.new(shape: CreateLifecyclePolicyResponse)
2094
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
2095
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
2096
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2097
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2098
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
2099
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2100
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
2101
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
2102
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
2103
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2104
+ end)
2105
+
1782
2106
  api.add_operation(:delete_component, Seahorse::Model::Operation.new.tap do |o|
1783
2107
  o.name = "DeleteComponent"
1784
2108
  o.http_method = "DELETE"
@@ -1884,6 +2208,21 @@ module Aws::Imagebuilder
1884
2208
  o.errors << Shapes::ShapeRef.new(shape: ResourceDependencyException)
1885
2209
  end)
1886
2210
 
2211
+ api.add_operation(:delete_lifecycle_policy, Seahorse::Model::Operation.new.tap do |o|
2212
+ o.name = "DeleteLifecyclePolicy"
2213
+ o.http_method = "DELETE"
2214
+ o.http_request_uri = "/DeleteLifecyclePolicy"
2215
+ o.input = Shapes::ShapeRef.new(shape: DeleteLifecyclePolicyRequest)
2216
+ o.output = Shapes::ShapeRef.new(shape: DeleteLifecyclePolicyResponse)
2217
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
2218
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
2219
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2220
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2221
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2222
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
2223
+ o.errors << Shapes::ShapeRef.new(shape: ResourceDependencyException)
2224
+ end)
2225
+
1887
2226
  api.add_operation(:get_component, Seahorse::Model::Operation.new.tap do |o|
1888
2227
  o.name = "GetComponent"
1889
2228
  o.http_method = "GET"
@@ -2038,6 +2377,34 @@ module Aws::Imagebuilder
2038
2377
  o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
2039
2378
  end)
2040
2379
 
2380
+ api.add_operation(:get_lifecycle_execution, Seahorse::Model::Operation.new.tap do |o|
2381
+ o.name = "GetLifecycleExecution"
2382
+ o.http_method = "GET"
2383
+ o.http_request_uri = "/GetLifecycleExecution"
2384
+ o.input = Shapes::ShapeRef.new(shape: GetLifecycleExecutionRequest)
2385
+ o.output = Shapes::ShapeRef.new(shape: GetLifecycleExecutionResponse)
2386
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
2387
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
2388
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2389
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2390
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2391
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
2392
+ end)
2393
+
2394
+ api.add_operation(:get_lifecycle_policy, Seahorse::Model::Operation.new.tap do |o|
2395
+ o.name = "GetLifecyclePolicy"
2396
+ o.http_method = "GET"
2397
+ o.http_request_uri = "/GetLifecyclePolicy"
2398
+ o.input = Shapes::ShapeRef.new(shape: GetLifecyclePolicyRequest)
2399
+ o.output = Shapes::ShapeRef.new(shape: GetLifecyclePolicyResponse)
2400
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
2401
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
2402
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2403
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2404
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2405
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
2406
+ end)
2407
+
2041
2408
  api.add_operation(:get_workflow_execution, Seahorse::Model::Operation.new.tap do |o|
2042
2409
  o.name = "GetWorkflowExecution"
2043
2410
  o.http_method = "GET"
@@ -2369,6 +2736,69 @@ module Aws::Imagebuilder
2369
2736
  )
2370
2737
  end)
2371
2738
 
2739
+ api.add_operation(:list_lifecycle_execution_resources, Seahorse::Model::Operation.new.tap do |o|
2740
+ o.name = "ListLifecycleExecutionResources"
2741
+ o.http_method = "POST"
2742
+ o.http_request_uri = "/ListLifecycleExecutionResources"
2743
+ o.input = Shapes::ShapeRef.new(shape: ListLifecycleExecutionResourcesRequest)
2744
+ o.output = Shapes::ShapeRef.new(shape: ListLifecycleExecutionResourcesResponse)
2745
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
2746
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
2747
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2748
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2749
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPaginationTokenException)
2750
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2751
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
2752
+ o[:pager] = Aws::Pager.new(
2753
+ limit_key: "max_results",
2754
+ tokens: {
2755
+ "next_token" => "next_token"
2756
+ }
2757
+ )
2758
+ end)
2759
+
2760
+ api.add_operation(:list_lifecycle_executions, Seahorse::Model::Operation.new.tap do |o|
2761
+ o.name = "ListLifecycleExecutions"
2762
+ o.http_method = "POST"
2763
+ o.http_request_uri = "/ListLifecycleExecutions"
2764
+ o.input = Shapes::ShapeRef.new(shape: ListLifecycleExecutionsRequest)
2765
+ o.output = Shapes::ShapeRef.new(shape: ListLifecycleExecutionsResponse)
2766
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
2767
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
2768
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2769
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2770
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPaginationTokenException)
2771
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2772
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
2773
+ o[:pager] = Aws::Pager.new(
2774
+ limit_key: "max_results",
2775
+ tokens: {
2776
+ "next_token" => "next_token"
2777
+ }
2778
+ )
2779
+ end)
2780
+
2781
+ api.add_operation(:list_lifecycle_policies, Seahorse::Model::Operation.new.tap do |o|
2782
+ o.name = "ListLifecyclePolicies"
2783
+ o.http_method = "POST"
2784
+ o.http_request_uri = "/ListLifecyclePolicies"
2785
+ o.input = Shapes::ShapeRef.new(shape: ListLifecyclePoliciesRequest)
2786
+ o.output = Shapes::ShapeRef.new(shape: ListLifecyclePoliciesResponse)
2787
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
2788
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
2789
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2790
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2791
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPaginationTokenException)
2792
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2793
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
2794
+ o[:pager] = Aws::Pager.new(
2795
+ limit_key: "max_results",
2796
+ tokens: {
2797
+ "next_token" => "next_token"
2798
+ }
2799
+ )
2800
+ end)
2801
+
2372
2802
  api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
2373
2803
  o.name = "ListTagsForResource"
2374
2804
  o.http_method = "GET"
@@ -2503,6 +2933,23 @@ module Aws::Imagebuilder
2503
2933
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
2504
2934
  end)
2505
2935
 
2936
+ api.add_operation(:start_resource_state_update, Seahorse::Model::Operation.new.tap do |o|
2937
+ o.name = "StartResourceStateUpdate"
2938
+ o.http_method = "PUT"
2939
+ o.http_request_uri = "/StartResourceStateUpdate"
2940
+ o.input = Shapes::ShapeRef.new(shape: StartResourceStateUpdateRequest)
2941
+ o.output = Shapes::ShapeRef.new(shape: StartResourceStateUpdateResponse)
2942
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
2943
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
2944
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2945
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
2946
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2947
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
2948
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2949
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
2950
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
2951
+ end)
2952
+
2506
2953
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
2507
2954
  o.name = "TagResource"
2508
2955
  o.http_method = "POST"
@@ -2573,6 +3020,23 @@ module Aws::Imagebuilder
2573
3020
  o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
2574
3021
  o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
2575
3022
  end)
3023
+
3024
+ api.add_operation(:update_lifecycle_policy, Seahorse::Model::Operation.new.tap do |o|
3025
+ o.name = "UpdateLifecyclePolicy"
3026
+ o.http_method = "PUT"
3027
+ o.http_request_uri = "/UpdateLifecyclePolicy"
3028
+ o.input = Shapes::ShapeRef.new(shape: UpdateLifecyclePolicyRequest)
3029
+ o.output = Shapes::ShapeRef.new(shape: UpdateLifecyclePolicyResponse)
3030
+ o.errors << Shapes::ShapeRef.new(shape: ServiceException)
3031
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
3032
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
3033
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3034
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
3035
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3036
+ o.errors << Shapes::ShapeRef.new(shape: CallRateLimitExceededException)
3037
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
3038
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterCombinationException)
3039
+ end)
2576
3040
  end
2577
3041
 
2578
3042
  end