aws-sdk-imagebuilder 1.78.0 → 1.80.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c737ad6ea27ac5a63e58a12f9de1fec551ec72e15ef982c58a337a6e222fb343
4
- data.tar.gz: dd931f765bd134261de13b64a69644d73231c73cfb28d63161d5b8699bcda74c
3
+ metadata.gz: 44138387cae0d7bfc4d80f10a76f888b90df34a0cc09419c490f274d343d6921
4
+ data.tar.gz: e06d7822230b121672aa1a28954090cd8f0c938faf38f94b620dc80b69a9d24d
5
5
  SHA512:
6
- metadata.gz: 26bc0cc8cc5e249521c80d2aae4606436c2dcf47b625f4b3a65394fbb6a0c58644766292830a6b8b0048259a8042fb3082e081a2a38782ad807f26db942ae856
7
- data.tar.gz: 1d7cbf2b4054da00b0c81272cd0cc123f13ee6b22ff7e8a7880bebe74c568a8fb4a7614511798b68bce2b175dbd154eb44b273e6a541b723638c96341c9ac488
6
+ metadata.gz: 3ceb93d258bf5aca867e98731916705607cb4578a246a67be0eb8e24123a928e021cf5ae4c52fbfa83d40aa895134cf48e83a68474e09cc3e6804ab907f47a55
7
+ data.tar.gz: 5cad892a4176059d6e44045f073690fb6db7cf9ad05fbef0a6c044c0d20e6f46fea3bfefa58297845a2c7b1d7abd30bb8d71ff6f97d2707bb1c0065ff6d45a2c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.80.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.79.0 (2025-04-28)
10
+ ------------------
11
+
12
+ * Feature - Add integration with SSM Parameter Store to Image Builder.
13
+
4
14
  1.78.0 (2025-02-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.78.0
1
+ 1.80.0
@@ -930,6 +930,13 @@ module Aws::Imagebuilder
930
930
  # account_id: "AccountId",
931
931
  # },
932
932
  # ],
933
+ # ssm_parameter_configurations: [
934
+ # {
935
+ # ami_account_id: "AccountId",
936
+ # parameter_name: "SsmParameterName", # required
937
+ # data_type: "text", # accepts text, aws:ec2:image
938
+ # },
939
+ # ],
933
940
  # },
934
941
  # ],
935
942
  # tags: {
@@ -2241,6 +2248,10 @@ module Aws::Imagebuilder
2241
2248
  # resp.distribution_configuration.distributions[0].fast_launch_configurations[0].launch_template.launch_template_name #=> String
2242
2249
  # resp.distribution_configuration.distributions[0].fast_launch_configurations[0].launch_template.launch_template_version #=> String
2243
2250
  # resp.distribution_configuration.distributions[0].fast_launch_configurations[0].account_id #=> String
2251
+ # resp.distribution_configuration.distributions[0].ssm_parameter_configurations #=> Array
2252
+ # resp.distribution_configuration.distributions[0].ssm_parameter_configurations[0].ami_account_id #=> String
2253
+ # resp.distribution_configuration.distributions[0].ssm_parameter_configurations[0].parameter_name #=> String
2254
+ # resp.distribution_configuration.distributions[0].ssm_parameter_configurations[0].data_type #=> String, one of "text", "aws:ec2:image"
2244
2255
  # resp.distribution_configuration.timeout_minutes #=> Integer
2245
2256
  # resp.distribution_configuration.date_created #=> String
2246
2257
  # resp.distribution_configuration.date_updated #=> String
@@ -2423,6 +2434,10 @@ module Aws::Imagebuilder
2423
2434
  # resp.image.distribution_configuration.distributions[0].fast_launch_configurations[0].launch_template.launch_template_name #=> String
2424
2435
  # resp.image.distribution_configuration.distributions[0].fast_launch_configurations[0].launch_template.launch_template_version #=> String
2425
2436
  # resp.image.distribution_configuration.distributions[0].fast_launch_configurations[0].account_id #=> String
2437
+ # resp.image.distribution_configuration.distributions[0].ssm_parameter_configurations #=> Array
2438
+ # resp.image.distribution_configuration.distributions[0].ssm_parameter_configurations[0].ami_account_id #=> String
2439
+ # resp.image.distribution_configuration.distributions[0].ssm_parameter_configurations[0].parameter_name #=> String
2440
+ # resp.image.distribution_configuration.distributions[0].ssm_parameter_configurations[0].data_type #=> String, one of "text", "aws:ec2:image"
2426
2441
  # resp.image.distribution_configuration.timeout_minutes #=> Integer
2427
2442
  # resp.image.distribution_configuration.date_created #=> String
2428
2443
  # resp.image.distribution_configuration.date_updated #=> String
@@ -5364,6 +5379,13 @@ module Aws::Imagebuilder
5364
5379
  # account_id: "AccountId",
5365
5380
  # },
5366
5381
  # ],
5382
+ # ssm_parameter_configurations: [
5383
+ # {
5384
+ # ami_account_id: "AccountId",
5385
+ # parameter_name: "SsmParameterName", # required
5386
+ # data_type: "text", # accepts text, aws:ec2:image
5387
+ # },
5388
+ # ],
5367
5389
  # },
5368
5390
  # ],
5369
5391
  # client_token: "ClientToken", # required
@@ -5792,7 +5814,7 @@ module Aws::Imagebuilder
5792
5814
  tracer: tracer
5793
5815
  )
5794
5816
  context[:gem_name] = 'aws-sdk-imagebuilder'
5795
- context[:gem_version] = '1.78.0'
5817
+ context[:gem_version] = '1.80.0'
5796
5818
  Seahorse::Client::Request.new(handlers, context)
5797
5819
  end
5798
5820
 
@@ -390,6 +390,10 @@ module Aws::Imagebuilder
390
390
  SeverityCounts = Shapes::StructureShape.new(name: 'SeverityCounts')
391
391
  SnsTopicArn = Shapes::StringShape.new(name: 'SnsTopicArn')
392
392
  SourceLayerHash = Shapes::StringShape.new(name: 'SourceLayerHash')
393
+ SsmParameterConfiguration = Shapes::StructureShape.new(name: 'SsmParameterConfiguration')
394
+ SsmParameterConfigurationList = Shapes::ListShape.new(name: 'SsmParameterConfigurationList')
395
+ SsmParameterDataType = Shapes::StringShape.new(name: 'SsmParameterDataType')
396
+ SsmParameterName = Shapes::StringShape.new(name: 'SsmParameterName')
393
397
  StartImagePipelineExecutionRequest = Shapes::StructureShape.new(name: 'StartImagePipelineExecutionRequest')
394
398
  StartImagePipelineExecutionResponse = Shapes::StructureShape.new(name: 'StartImagePipelineExecutionResponse')
395
399
  StartResourceStateUpdateRequest = Shapes::StructureShape.new(name: 'StartResourceStateUpdateRequest')
@@ -503,7 +507,7 @@ module Aws::Imagebuilder
503
507
  CallRateLimitExceededException.struct_class = Types::CallRateLimitExceededException
504
508
 
505
509
  CancelImageCreationRequest.add_member(:image_build_version_arn, Shapes::ShapeRef.new(shape: ImageBuildVersionArn, required: true, location_name: "imageBuildVersionArn"))
506
- CancelImageCreationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
510
+ CancelImageCreationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
507
511
  CancelImageCreationRequest.struct_class = Types::CancelImageCreationRequest
508
512
 
509
513
  CancelImageCreationResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
@@ -512,7 +516,7 @@ module Aws::Imagebuilder
512
516
  CancelImageCreationResponse.struct_class = Types::CancelImageCreationResponse
513
517
 
514
518
  CancelLifecycleExecutionRequest.add_member(:lifecycle_execution_id, Shapes::ShapeRef.new(shape: LifecycleExecutionId, required: true, location_name: "lifecycleExecutionId"))
515
- CancelLifecycleExecutionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
519
+ CancelLifecycleExecutionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
516
520
  CancelLifecycleExecutionRequest.struct_class = Types::CancelLifecycleExecutionRequest
517
521
 
518
522
  CancelLifecycleExecutionResponse.add_member(:lifecycle_execution_id, Shapes::ShapeRef.new(shape: LifecycleExecutionId, location_name: "lifecycleExecutionId"))
@@ -653,7 +657,7 @@ module Aws::Imagebuilder
653
657
  CreateComponentRequest.add_member(:uri, Shapes::ShapeRef.new(shape: Uri, location_name: "uri"))
654
658
  CreateComponentRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "kmsKeyId"))
655
659
  CreateComponentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
656
- CreateComponentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
660
+ CreateComponentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
657
661
  CreateComponentRequest.struct_class = Types::CreateComponentRequest
658
662
 
659
663
  CreateComponentResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
@@ -676,7 +680,7 @@ module Aws::Imagebuilder
676
680
  CreateContainerRecipeRequest.add_member(:working_directory, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "workingDirectory"))
677
681
  CreateContainerRecipeRequest.add_member(:target_repository, Shapes::ShapeRef.new(shape: TargetContainerRepository, required: true, location_name: "targetRepository"))
678
682
  CreateContainerRecipeRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "kmsKeyId"))
679
- CreateContainerRecipeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
683
+ CreateContainerRecipeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
680
684
  CreateContainerRecipeRequest.struct_class = Types::CreateContainerRecipeRequest
681
685
 
682
686
  CreateContainerRecipeResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
@@ -688,7 +692,7 @@ module Aws::Imagebuilder
688
692
  CreateDistributionConfigurationRequest.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
689
693
  CreateDistributionConfigurationRequest.add_member(:distributions, Shapes::ShapeRef.new(shape: DistributionList, required: true, location_name: "distributions"))
690
694
  CreateDistributionConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
691
- CreateDistributionConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
695
+ CreateDistributionConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
692
696
  CreateDistributionConfigurationRequest.struct_class = Types::CreateDistributionConfigurationRequest
693
697
 
694
698
  CreateDistributionConfigurationResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
@@ -707,7 +711,7 @@ module Aws::Imagebuilder
707
711
  CreateImagePipelineRequest.add_member(:schedule, Shapes::ShapeRef.new(shape: Schedule, location_name: "schedule"))
708
712
  CreateImagePipelineRequest.add_member(:status, Shapes::ShapeRef.new(shape: PipelineStatus, location_name: "status"))
709
713
  CreateImagePipelineRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
710
- CreateImagePipelineRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
714
+ CreateImagePipelineRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
711
715
  CreateImagePipelineRequest.add_member(:image_scanning_configuration, Shapes::ShapeRef.new(shape: ImageScanningConfiguration, location_name: "imageScanningConfiguration"))
712
716
  CreateImagePipelineRequest.add_member(:workflows, Shapes::ShapeRef.new(shape: WorkflowConfigurationList, location_name: "workflows"))
713
717
  CreateImagePipelineRequest.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleNameOrArn, location_name: "executionRole"))
@@ -727,7 +731,7 @@ module Aws::Imagebuilder
727
731
  CreateImageRecipeRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
728
732
  CreateImageRecipeRequest.add_member(:working_directory, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "workingDirectory"))
729
733
  CreateImageRecipeRequest.add_member(:additional_instance_configuration, Shapes::ShapeRef.new(shape: AdditionalInstanceConfiguration, location_name: "additionalInstanceConfiguration"))
730
- CreateImageRecipeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
734
+ CreateImageRecipeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
731
735
  CreateImageRecipeRequest.struct_class = Types::CreateImageRecipeRequest
732
736
 
733
737
  CreateImageRecipeResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
@@ -742,7 +746,7 @@ module Aws::Imagebuilder
742
746
  CreateImageRequest.add_member(:image_tests_configuration, Shapes::ShapeRef.new(shape: ImageTestsConfiguration, location_name: "imageTestsConfiguration"))
743
747
  CreateImageRequest.add_member(:enhanced_image_metadata_enabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "enhancedImageMetadataEnabled"))
744
748
  CreateImageRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
745
- CreateImageRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
749
+ CreateImageRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
746
750
  CreateImageRequest.add_member(:image_scanning_configuration, Shapes::ShapeRef.new(shape: ImageScanningConfiguration, location_name: "imageScanningConfiguration"))
747
751
  CreateImageRequest.add_member(:workflows, Shapes::ShapeRef.new(shape: WorkflowConfigurationList, location_name: "workflows"))
748
752
  CreateImageRequest.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleNameOrArn, location_name: "executionRole"))
@@ -767,7 +771,7 @@ module Aws::Imagebuilder
767
771
  CreateInfrastructureConfigurationRequest.add_member(:instance_metadata_options, Shapes::ShapeRef.new(shape: InstanceMetadataOptions, location_name: "instanceMetadataOptions"))
768
772
  CreateInfrastructureConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
769
773
  CreateInfrastructureConfigurationRequest.add_member(:placement, Shapes::ShapeRef.new(shape: Placement, location_name: "placement"))
770
- CreateInfrastructureConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
774
+ CreateInfrastructureConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
771
775
  CreateInfrastructureConfigurationRequest.struct_class = Types::CreateInfrastructureConfigurationRequest
772
776
 
773
777
  CreateInfrastructureConfigurationResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
@@ -783,7 +787,7 @@ module Aws::Imagebuilder
783
787
  CreateLifecyclePolicyRequest.add_member(:policy_details, Shapes::ShapeRef.new(shape: LifecyclePolicyDetails, required: true, location_name: "policyDetails"))
784
788
  CreateLifecyclePolicyRequest.add_member(:resource_selection, Shapes::ShapeRef.new(shape: LifecyclePolicyResourceSelection, required: true, location_name: "resourceSelection"))
785
789
  CreateLifecyclePolicyRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
786
- CreateLifecyclePolicyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
790
+ CreateLifecyclePolicyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
787
791
  CreateLifecyclePolicyRequest.struct_class = Types::CreateLifecyclePolicyRequest
788
792
 
789
793
  CreateLifecyclePolicyResponse.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
@@ -798,7 +802,7 @@ module Aws::Imagebuilder
798
802
  CreateWorkflowRequest.add_member(:uri, Shapes::ShapeRef.new(shape: Uri, location_name: "uri"))
799
803
  CreateWorkflowRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "kmsKeyId"))
800
804
  CreateWorkflowRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
801
- CreateWorkflowRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
805
+ CreateWorkflowRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
802
806
  CreateWorkflowRequest.add_member(:type, Shapes::ShapeRef.new(shape: WorkflowType, required: true, location_name: "type"))
803
807
  CreateWorkflowRequest.struct_class = Types::CreateWorkflowRequest
804
808
 
@@ -896,6 +900,7 @@ module Aws::Imagebuilder
896
900
  Distribution.add_member(:launch_template_configurations, Shapes::ShapeRef.new(shape: LaunchTemplateConfigurationList, location_name: "launchTemplateConfigurations"))
897
901
  Distribution.add_member(:s3_export_configuration, Shapes::ShapeRef.new(shape: S3ExportConfiguration, location_name: "s3ExportConfiguration"))
898
902
  Distribution.add_member(:fast_launch_configurations, Shapes::ShapeRef.new(shape: FastLaunchConfigurationList, location_name: "fastLaunchConfigurations"))
903
+ Distribution.add_member(:ssm_parameter_configurations, Shapes::ShapeRef.new(shape: SsmParameterConfigurationList, location_name: "ssmParameterConfigurations"))
899
904
  Distribution.struct_class = Types::Distribution
900
905
 
901
906
  DistributionConfiguration.add_member(:arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, location_name: "arn"))
@@ -1299,7 +1304,7 @@ module Aws::Imagebuilder
1299
1304
  ImportComponentRequest.add_member(:uri, Shapes::ShapeRef.new(shape: Uri, location_name: "uri"))
1300
1305
  ImportComponentRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "kmsKeyId"))
1301
1306
  ImportComponentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
1302
- ImportComponentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1307
+ ImportComponentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
1303
1308
  ImportComponentRequest.struct_class = Types::ImportComponentRequest
1304
1309
 
1305
1310
  ImportComponentResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
@@ -1316,7 +1321,7 @@ module Aws::Imagebuilder
1316
1321
  ImportDiskImageRequest.add_member(:infrastructure_configuration_arn, Shapes::ShapeRef.new(shape: InfrastructureConfigurationArn, required: true, location_name: "infrastructureConfigurationArn"))
1317
1322
  ImportDiskImageRequest.add_member(:uri, Shapes::ShapeRef.new(shape: Uri, required: true, location_name: "uri"))
1318
1323
  ImportDiskImageRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
1319
- ImportDiskImageRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1324
+ ImportDiskImageRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
1320
1325
  ImportDiskImageRequest.struct_class = Types::ImportDiskImageRequest
1321
1326
 
1322
1327
  ImportDiskImageResponse.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken"))
@@ -1330,7 +1335,7 @@ module Aws::Imagebuilder
1330
1335
  ImportVmImageRequest.add_member(:os_version, Shapes::ShapeRef.new(shape: OsVersion, location_name: "osVersion"))
1331
1336
  ImportVmImageRequest.add_member(:vm_import_task_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "vmImportTaskId"))
1332
1337
  ImportVmImageRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
1333
- ImportVmImageRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1338
+ ImportVmImageRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
1334
1339
  ImportVmImageRequest.struct_class = Types::ImportVmImageRequest
1335
1340
 
1336
1341
  ImportVmImageResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
@@ -1545,7 +1550,7 @@ module Aws::Imagebuilder
1545
1550
  LifecyclePolicySummaryList.member = Shapes::ShapeRef.new(shape: LifecyclePolicySummary)
1546
1551
 
1547
1552
  ListComponentBuildVersionsRequest.add_member(:component_version_arn, Shapes::ShapeRef.new(shape: ComponentVersionArn, required: true, location_name: "componentVersionArn"))
1548
- ListComponentBuildVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
1553
+ ListComponentBuildVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box" => true}))
1549
1554
  ListComponentBuildVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1550
1555
  ListComponentBuildVersionsRequest.struct_class = Types::ListComponentBuildVersionsRequest
1551
1556
 
@@ -1557,7 +1562,7 @@ module Aws::Imagebuilder
1557
1562
  ListComponentsRequest.add_member(:owner, Shapes::ShapeRef.new(shape: Ownership, location_name: "owner"))
1558
1563
  ListComponentsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
1559
1564
  ListComponentsRequest.add_member(:by_name, Shapes::ShapeRef.new(shape: Boolean, location_name: "byName"))
1560
- ListComponentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
1565
+ ListComponentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box" => true}))
1561
1566
  ListComponentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1562
1567
  ListComponentsRequest.struct_class = Types::ListComponentsRequest
1563
1568
 
@@ -1568,7 +1573,7 @@ module Aws::Imagebuilder
1568
1573
 
1569
1574
  ListContainerRecipesRequest.add_member(:owner, Shapes::ShapeRef.new(shape: Ownership, location_name: "owner"))
1570
1575
  ListContainerRecipesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
1571
- ListContainerRecipesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
1576
+ ListContainerRecipesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box" => true}))
1572
1577
  ListContainerRecipesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "nextToken"))
1573
1578
  ListContainerRecipesRequest.struct_class = Types::ListContainerRecipesRequest
1574
1579
 
@@ -1578,7 +1583,7 @@ module Aws::Imagebuilder
1578
1583
  ListContainerRecipesResponse.struct_class = Types::ListContainerRecipesResponse
1579
1584
 
1580
1585
  ListDistributionConfigurationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
1581
- ListDistributionConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
1586
+ ListDistributionConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box" => true}))
1582
1587
  ListDistributionConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1583
1588
  ListDistributionConfigurationsRequest.struct_class = Types::ListDistributionConfigurationsRequest
1584
1589
 
@@ -1589,7 +1594,7 @@ module Aws::Imagebuilder
1589
1594
 
1590
1595
  ListImageBuildVersionsRequest.add_member(:image_version_arn, Shapes::ShapeRef.new(shape: ImageVersionArn, required: true, location_name: "imageVersionArn"))
1591
1596
  ListImageBuildVersionsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
1592
- ListImageBuildVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
1597
+ ListImageBuildVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box" => true}))
1593
1598
  ListImageBuildVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1594
1599
  ListImageBuildVersionsRequest.struct_class = Types::ListImageBuildVersionsRequest
1595
1600
 
@@ -1599,7 +1604,7 @@ module Aws::Imagebuilder
1599
1604
  ListImageBuildVersionsResponse.struct_class = Types::ListImageBuildVersionsResponse
1600
1605
 
1601
1606
  ListImagePackagesRequest.add_member(:image_build_version_arn, Shapes::ShapeRef.new(shape: ImageBuildVersionArn, required: true, location_name: "imageBuildVersionArn"))
1602
- ListImagePackagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
1607
+ ListImagePackagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box" => true}))
1603
1608
  ListImagePackagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1604
1609
  ListImagePackagesRequest.struct_class = Types::ListImagePackagesRequest
1605
1610
 
@@ -1610,7 +1615,7 @@ module Aws::Imagebuilder
1610
1615
 
1611
1616
  ListImagePipelineImagesRequest.add_member(:image_pipeline_arn, Shapes::ShapeRef.new(shape: ImagePipelineArn, required: true, location_name: "imagePipelineArn"))
1612
1617
  ListImagePipelineImagesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
1613
- ListImagePipelineImagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
1618
+ ListImagePipelineImagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box" => true}))
1614
1619
  ListImagePipelineImagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1615
1620
  ListImagePipelineImagesRequest.struct_class = Types::ListImagePipelineImagesRequest
1616
1621
 
@@ -1620,7 +1625,7 @@ module Aws::Imagebuilder
1620
1625
  ListImagePipelineImagesResponse.struct_class = Types::ListImagePipelineImagesResponse
1621
1626
 
1622
1627
  ListImagePipelinesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
1623
- ListImagePipelinesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
1628
+ ListImagePipelinesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box" => true}))
1624
1629
  ListImagePipelinesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1625
1630
  ListImagePipelinesRequest.struct_class = Types::ListImagePipelinesRequest
1626
1631
 
@@ -1631,7 +1636,7 @@ module Aws::Imagebuilder
1631
1636
 
1632
1637
  ListImageRecipesRequest.add_member(:owner, Shapes::ShapeRef.new(shape: Ownership, location_name: "owner"))
1633
1638
  ListImageRecipesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
1634
- ListImageRecipesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
1639
+ ListImageRecipesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box" => true}))
1635
1640
  ListImageRecipesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1636
1641
  ListImageRecipesRequest.struct_class = Types::ListImageRecipesRequest
1637
1642
 
@@ -1651,7 +1656,7 @@ module Aws::Imagebuilder
1651
1656
  ListImageScanFindingAggregationsResponse.struct_class = Types::ListImageScanFindingAggregationsResponse
1652
1657
 
1653
1658
  ListImageScanFindingsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ImageScanFindingsFilterList, location_name: "filters"))
1654
- ListImageScanFindingsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
1659
+ ListImageScanFindingsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box" => true}))
1655
1660
  ListImageScanFindingsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1656
1661
  ListImageScanFindingsRequest.struct_class = Types::ListImageScanFindingsRequest
1657
1662
 
@@ -1663,7 +1668,7 @@ module Aws::Imagebuilder
1663
1668
  ListImagesRequest.add_member(:owner, Shapes::ShapeRef.new(shape: Ownership, location_name: "owner"))
1664
1669
  ListImagesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
1665
1670
  ListImagesRequest.add_member(:by_name, Shapes::ShapeRef.new(shape: Boolean, location_name: "byName"))
1666
- ListImagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
1671
+ ListImagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box" => true}))
1667
1672
  ListImagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1668
1673
  ListImagesRequest.add_member(:include_deprecated, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "includeDeprecated"))
1669
1674
  ListImagesRequest.struct_class = Types::ListImagesRequest
@@ -1674,7 +1679,7 @@ module Aws::Imagebuilder
1674
1679
  ListImagesResponse.struct_class = Types::ListImagesResponse
1675
1680
 
1676
1681
  ListInfrastructureConfigurationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
1677
- ListInfrastructureConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
1682
+ ListInfrastructureConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box" => true}))
1678
1683
  ListInfrastructureConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1679
1684
  ListInfrastructureConfigurationsRequest.struct_class = Types::ListInfrastructureConfigurationsRequest
1680
1685
 
@@ -1685,7 +1690,7 @@ module Aws::Imagebuilder
1685
1690
 
1686
1691
  ListLifecycleExecutionResourcesRequest.add_member(:lifecycle_execution_id, Shapes::ShapeRef.new(shape: LifecycleExecutionId, required: true, location_name: "lifecycleExecutionId"))
1687
1692
  ListLifecycleExecutionResourcesRequest.add_member(:parent_resource_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "parentResourceId"))
1688
- ListLifecycleExecutionResourcesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
1693
+ ListLifecycleExecutionResourcesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box" => true}))
1689
1694
  ListLifecycleExecutionResourcesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1690
1695
  ListLifecycleExecutionResourcesRequest.struct_class = Types::ListLifecycleExecutionResourcesRequest
1691
1696
 
@@ -1695,7 +1700,7 @@ module Aws::Imagebuilder
1695
1700
  ListLifecycleExecutionResourcesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1696
1701
  ListLifecycleExecutionResourcesResponse.struct_class = Types::ListLifecycleExecutionResourcesResponse
1697
1702
 
1698
- ListLifecycleExecutionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
1703
+ ListLifecycleExecutionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box" => true}))
1699
1704
  ListLifecycleExecutionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1700
1705
  ListLifecycleExecutionsRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, required: true, location_name: "resourceArn"))
1701
1706
  ListLifecycleExecutionsRequest.struct_class = Types::ListLifecycleExecutionsRequest
@@ -1705,7 +1710,7 @@ module Aws::Imagebuilder
1705
1710
  ListLifecycleExecutionsResponse.struct_class = Types::ListLifecycleExecutionsResponse
1706
1711
 
1707
1712
  ListLifecyclePoliciesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
1708
- ListLifecyclePoliciesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
1713
+ ListLifecyclePoliciesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box" => true}))
1709
1714
  ListLifecyclePoliciesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1710
1715
  ListLifecyclePoliciesRequest.struct_class = Types::ListLifecyclePoliciesRequest
1711
1716
 
@@ -1719,7 +1724,7 @@ module Aws::Imagebuilder
1719
1724
  ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
1720
1725
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
1721
1726
 
1722
- ListWaitingWorkflowStepsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
1727
+ ListWaitingWorkflowStepsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box" => true}))
1723
1728
  ListWaitingWorkflowStepsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1724
1729
  ListWaitingWorkflowStepsRequest.struct_class = Types::ListWaitingWorkflowStepsRequest
1725
1730
 
@@ -1728,7 +1733,7 @@ module Aws::Imagebuilder
1728
1733
  ListWaitingWorkflowStepsResponse.struct_class = Types::ListWaitingWorkflowStepsResponse
1729
1734
 
1730
1735
  ListWorkflowBuildVersionsRequest.add_member(:workflow_version_arn, Shapes::ShapeRef.new(shape: WorkflowWildcardVersionArn, required: true, location_name: "workflowVersionArn"))
1731
- ListWorkflowBuildVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
1736
+ ListWorkflowBuildVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box" => true}))
1732
1737
  ListWorkflowBuildVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1733
1738
  ListWorkflowBuildVersionsRequest.struct_class = Types::ListWorkflowBuildVersionsRequest
1734
1739
 
@@ -1736,7 +1741,7 @@ module Aws::Imagebuilder
1736
1741
  ListWorkflowBuildVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1737
1742
  ListWorkflowBuildVersionsResponse.struct_class = Types::ListWorkflowBuildVersionsResponse
1738
1743
 
1739
- ListWorkflowExecutionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
1744
+ ListWorkflowExecutionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box" => true}))
1740
1745
  ListWorkflowExecutionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1741
1746
  ListWorkflowExecutionsRequest.add_member(:image_build_version_arn, Shapes::ShapeRef.new(shape: ImageBuildVersionArn, required: true, location_name: "imageBuildVersionArn"))
1742
1747
  ListWorkflowExecutionsRequest.struct_class = Types::ListWorkflowExecutionsRequest
@@ -1748,7 +1753,7 @@ module Aws::Imagebuilder
1748
1753
  ListWorkflowExecutionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1749
1754
  ListWorkflowExecutionsResponse.struct_class = Types::ListWorkflowExecutionsResponse
1750
1755
 
1751
- ListWorkflowStepExecutionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
1756
+ ListWorkflowStepExecutionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box" => true}))
1752
1757
  ListWorkflowStepExecutionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1753
1758
  ListWorkflowStepExecutionsRequest.add_member(:workflow_execution_id, Shapes::ShapeRef.new(shape: WorkflowExecutionId, required: true, location_name: "workflowExecutionId"))
1754
1759
  ListWorkflowStepExecutionsRequest.struct_class = Types::ListWorkflowStepExecutionsRequest
@@ -1765,7 +1770,7 @@ module Aws::Imagebuilder
1765
1770
  ListWorkflowsRequest.add_member(:owner, Shapes::ShapeRef.new(shape: Ownership, location_name: "owner"))
1766
1771
  ListWorkflowsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
1767
1772
  ListWorkflowsRequest.add_member(:by_name, Shapes::ShapeRef.new(shape: Boolean, location_name: "byName"))
1768
- ListWorkflowsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box"=>true}))
1773
+ ListWorkflowsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: RestrictedInteger, location_name: "maxResults", metadata: {"box" => true}))
1769
1774
  ListWorkflowsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1770
1775
  ListWorkflowsRequest.struct_class = Types::ListWorkflowsRequest
1771
1776
 
@@ -1900,7 +1905,7 @@ module Aws::Imagebuilder
1900
1905
  SendWorkflowStepActionRequest.add_member(:image_build_version_arn, Shapes::ShapeRef.new(shape: ImageBuildVersionArn, required: true, location_name: "imageBuildVersionArn"))
1901
1906
  SendWorkflowStepActionRequest.add_member(:action, Shapes::ShapeRef.new(shape: WorkflowStepActionType, required: true, location_name: "action"))
1902
1907
  SendWorkflowStepActionRequest.add_member(:reason, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "reason"))
1903
- SendWorkflowStepActionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1908
+ SendWorkflowStepActionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
1904
1909
  SendWorkflowStepActionRequest.struct_class = Types::SendWorkflowStepActionRequest
1905
1910
 
1906
1911
  SendWorkflowStepActionResponse.add_member(:step_execution_id, Shapes::ShapeRef.new(shape: WorkflowStepExecutionId, location_name: "stepExecutionId"))
@@ -1923,8 +1928,15 @@ module Aws::Imagebuilder
1923
1928
  SeverityCounts.add_member(:medium, Shapes::ShapeRef.new(shape: SeverityCountNumber, location_name: "medium"))
1924
1929
  SeverityCounts.struct_class = Types::SeverityCounts
1925
1930
 
1931
+ SsmParameterConfiguration.add_member(:ami_account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "amiAccountId"))
1932
+ SsmParameterConfiguration.add_member(:parameter_name, Shapes::ShapeRef.new(shape: SsmParameterName, required: true, location_name: "parameterName"))
1933
+ SsmParameterConfiguration.add_member(:data_type, Shapes::ShapeRef.new(shape: SsmParameterDataType, location_name: "dataType"))
1934
+ SsmParameterConfiguration.struct_class = Types::SsmParameterConfiguration
1935
+
1936
+ SsmParameterConfigurationList.member = Shapes::ShapeRef.new(shape: SsmParameterConfiguration)
1937
+
1926
1938
  StartImagePipelineExecutionRequest.add_member(:image_pipeline_arn, Shapes::ShapeRef.new(shape: ImagePipelineArn, required: true, location_name: "imagePipelineArn"))
1927
- StartImagePipelineExecutionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1939
+ StartImagePipelineExecutionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
1928
1940
  StartImagePipelineExecutionRequest.struct_class = Types::StartImagePipelineExecutionRequest
1929
1941
 
1930
1942
  StartImagePipelineExecutionResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
@@ -1938,7 +1950,7 @@ module Aws::Imagebuilder
1938
1950
  StartResourceStateUpdateRequest.add_member(:include_resources, Shapes::ShapeRef.new(shape: ResourceStateUpdateIncludeResources, location_name: "includeResources"))
1939
1951
  StartResourceStateUpdateRequest.add_member(:exclusion_rules, Shapes::ShapeRef.new(shape: ResourceStateUpdateExclusionRules, location_name: "exclusionRules"))
1940
1952
  StartResourceStateUpdateRequest.add_member(:update_at, Shapes::ShapeRef.new(shape: DateTimeTimestamp, location_name: "updateAt"))
1941
- StartResourceStateUpdateRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1953
+ StartResourceStateUpdateRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
1942
1954
  StartResourceStateUpdateRequest.struct_class = Types::StartResourceStateUpdateRequest
1943
1955
 
1944
1956
  StartResourceStateUpdateResponse.add_member(:lifecycle_execution_id, Shapes::ShapeRef.new(shape: LifecycleExecutionId, location_name: "lifecycleExecutionId"))
@@ -1974,7 +1986,7 @@ module Aws::Imagebuilder
1974
1986
  UpdateDistributionConfigurationRequest.add_member(:distribution_configuration_arn, Shapes::ShapeRef.new(shape: DistributionConfigurationArn, required: true, location_name: "distributionConfigurationArn"))
1975
1987
  UpdateDistributionConfigurationRequest.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
1976
1988
  UpdateDistributionConfigurationRequest.add_member(:distributions, Shapes::ShapeRef.new(shape: DistributionList, required: true, location_name: "distributions"))
1977
- UpdateDistributionConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1989
+ UpdateDistributionConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
1978
1990
  UpdateDistributionConfigurationRequest.struct_class = Types::UpdateDistributionConfigurationRequest
1979
1991
 
1980
1992
  UpdateDistributionConfigurationResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
@@ -1992,7 +2004,7 @@ module Aws::Imagebuilder
1992
2004
  UpdateImagePipelineRequest.add_member(:enhanced_image_metadata_enabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "enhancedImageMetadataEnabled"))
1993
2005
  UpdateImagePipelineRequest.add_member(:schedule, Shapes::ShapeRef.new(shape: Schedule, location_name: "schedule"))
1994
2006
  UpdateImagePipelineRequest.add_member(:status, Shapes::ShapeRef.new(shape: PipelineStatus, location_name: "status"))
1995
- UpdateImagePipelineRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
2007
+ UpdateImagePipelineRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
1996
2008
  UpdateImagePipelineRequest.add_member(:image_scanning_configuration, Shapes::ShapeRef.new(shape: ImageScanningConfiguration, location_name: "imageScanningConfiguration"))
1997
2009
  UpdateImagePipelineRequest.add_member(:workflows, Shapes::ShapeRef.new(shape: WorkflowConfigurationList, location_name: "workflows"))
1998
2010
  UpdateImagePipelineRequest.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleNameOrArn, location_name: "executionRole"))
@@ -2016,7 +2028,7 @@ module Aws::Imagebuilder
2016
2028
  UpdateInfrastructureConfigurationRequest.add_member(:resource_tags, Shapes::ShapeRef.new(shape: ResourceTagMap, location_name: "resourceTags"))
2017
2029
  UpdateInfrastructureConfigurationRequest.add_member(:instance_metadata_options, Shapes::ShapeRef.new(shape: InstanceMetadataOptions, location_name: "instanceMetadataOptions"))
2018
2030
  UpdateInfrastructureConfigurationRequest.add_member(:placement, Shapes::ShapeRef.new(shape: Placement, location_name: "placement"))
2019
- UpdateInfrastructureConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
2031
+ UpdateInfrastructureConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
2020
2032
  UpdateInfrastructureConfigurationRequest.struct_class = Types::UpdateInfrastructureConfigurationRequest
2021
2033
 
2022
2034
  UpdateInfrastructureConfigurationResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
@@ -2031,7 +2043,7 @@ module Aws::Imagebuilder
2031
2043
  UpdateLifecyclePolicyRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: LifecyclePolicyResourceType, required: true, location_name: "resourceType"))
2032
2044
  UpdateLifecyclePolicyRequest.add_member(:policy_details, Shapes::ShapeRef.new(shape: LifecyclePolicyDetails, required: true, location_name: "policyDetails"))
2033
2045
  UpdateLifecyclePolicyRequest.add_member(:resource_selection, Shapes::ShapeRef.new(shape: LifecyclePolicyResourceSelection, required: true, location_name: "resourceSelection"))
2034
- UpdateLifecyclePolicyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
2046
+ UpdateLifecyclePolicyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
2035
2047
  UpdateLifecyclePolicyRequest.struct_class = Types::UpdateLifecyclePolicyRequest
2036
2048
 
2037
2049
  UpdateLifecyclePolicyResponse.add_member(:lifecycle_policy_arn, Shapes::ShapeRef.new(shape: LifecyclePolicyArn, location_name: "lifecyclePolicyArn"))
@@ -821,7 +821,9 @@ module Aws::Imagebuilder
821
821
  # @return [Boolean]
822
822
  #
823
823
  # @!attribute [rw] parent_image
824
- # The base image for the container recipe.
824
+ # The base image for customizations specified in the container recipe.
825
+ # This can contain an Image Builder image resource ARN or a container
826
+ # image URI, for example `amazonlinux:latest`.
825
827
  # @return [String]
826
828
  #
827
829
  # @!attribute [rw] date_created
@@ -2314,6 +2316,12 @@ module Aws::Imagebuilder
2314
2316
  # distribution.
2315
2317
  # @return [Array<Types::FastLaunchConfiguration>]
2316
2318
  #
2319
+ # @!attribute [rw] ssm_parameter_configurations
2320
+ # Contains settings to update Amazon Web Services Systems Manager
2321
+ # (SSM) Parameter Store Parameters with output AMI IDs from the build
2322
+ # by target Region.
2323
+ # @return [Array<Types::SsmParameterConfiguration>]
2324
+ #
2317
2325
  # @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/Distribution AWS API Documentation
2318
2326
  #
2319
2327
  class Distribution < Struct.new(
@@ -2323,7 +2331,8 @@ module Aws::Imagebuilder
2323
2331
  :license_configuration_arns,
2324
2332
  :launch_template_configurations,
2325
2333
  :s3_export_configuration,
2326
- :fast_launch_configurations)
2334
+ :fast_launch_configurations,
2335
+ :ssm_parameter_configurations)
2327
2336
  SENSITIVE = []
2328
2337
  include Aws::Structure
2329
2338
  end
@@ -3745,7 +3754,18 @@ module Aws::Imagebuilder
3745
3754
  # @return [Array<Types::ComponentConfiguration>]
3746
3755
  #
3747
3756
  # @!attribute [rw] parent_image
3748
- # The base image of the image recipe.
3757
+ # The base image for customizations specified in the image recipe. You
3758
+ # can specify the parent image using one of the following options:
3759
+ #
3760
+ # * AMI ID
3761
+ #
3762
+ # * Image Builder image Amazon Resource Name (ARN)
3763
+ #
3764
+ # * Amazon Web Services Systems Manager (SSM) Parameter Store
3765
+ # Parameter, prefixed by `ssm:`, followed by the parameter name or
3766
+ # ARN.
3767
+ #
3768
+ # * Amazon Web Services Marketplace product ID
3749
3769
  # @return [String]
3750
3770
  #
3751
3771
  # @!attribute [rw] block_device_mappings
@@ -4814,9 +4834,13 @@ module Aws::Imagebuilder
4814
4834
  # an instance used for building and testing container images.
4815
4835
  #
4816
4836
  # @!attribute [rw] image
4817
- # The AMI ID to use as the base image for a container build and test
4818
- # instance. If not specified, Image Builder will use the appropriate
4819
- # ECS-optimized AMI as a base image.
4837
+ # The base image for a container build and test instance. This can
4838
+ # contain an AMI ID or it can specify an Amazon Web Services Systems
4839
+ # Manager (SSM) Parameter Store Parameter, prefixed by `ssm:`,
4840
+ # followed by the parameter name or ARN.
4841
+ #
4842
+ # If not specified, Image Builder uses the appropriate ECS-optimized
4843
+ # AMI as a base image.
4820
4844
  # @return [String]
4821
4845
  #
4822
4846
  # @!attribute [rw] block_device_mappings
@@ -7604,6 +7628,36 @@ module Aws::Imagebuilder
7604
7628
  include Aws::Structure
7605
7629
  end
7606
7630
 
7631
+ # Configuration for a single Parameter in the Amazon Web Services
7632
+ # Systems Manager (SSM) Parameter Store in a given Region.
7633
+ #
7634
+ # @!attribute [rw] ami_account_id
7635
+ # Specify the account that will own the Parameter in a given Region.
7636
+ # During distribution, this account must be specified in distribution
7637
+ # settings as a target account for the Region.
7638
+ # @return [String]
7639
+ #
7640
+ # @!attribute [rw] parameter_name
7641
+ # This is the name of the Parameter in the target Region or account.
7642
+ # The image distribution creates the Parameter if it doesn't already
7643
+ # exist. Otherwise, it updates the parameter.
7644
+ # @return [String]
7645
+ #
7646
+ # @!attribute [rw] data_type
7647
+ # The data type specifies what type of value the Parameter contains.
7648
+ # We recommend that you use data type `aws:ec2:image`.
7649
+ # @return [String]
7650
+ #
7651
+ # @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/SsmParameterConfiguration AWS API Documentation
7652
+ #
7653
+ class SsmParameterConfiguration < Struct.new(
7654
+ :ami_account_id,
7655
+ :parameter_name,
7656
+ :data_type)
7657
+ SENSITIVE = []
7658
+ include Aws::Structure
7659
+ end
7660
+
7607
7661
  # @!attribute [rw] image_pipeline_arn
7608
7662
  # The Amazon Resource Name (ARN) of the image pipeline that you want
7609
7663
  # to manually invoke.
@@ -54,7 +54,7 @@ module Aws::Imagebuilder
54
54
  autoload :EndpointProvider, 'aws-sdk-imagebuilder/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-imagebuilder/endpoints'
56
56
 
57
- GEM_VERSION = '1.78.0'
57
+ GEM_VERSION = '1.80.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -244,6 +244,13 @@ module Aws
244
244
  }?,
245
245
  account_id: ::String?
246
246
  },
247
+ ]?,
248
+ ssm_parameter_configurations: Array[
249
+ {
250
+ ami_account_id: ::String?,
251
+ parameter_name: ::String,
252
+ data_type: ("text" | "aws:ec2:image")?
253
+ },
247
254
  ]?
248
255
  },
249
256
  ],
@@ -1459,6 +1466,13 @@ module Aws
1459
1466
  }?,
1460
1467
  account_id: ::String?
1461
1468
  },
1469
+ ]?,
1470
+ ssm_parameter_configurations: Array[
1471
+ {
1472
+ ami_account_id: ::String?,
1473
+ parameter_name: ::String,
1474
+ data_type: ("text" | "aws:ec2:image")?
1475
+ },
1462
1476
  ]?
1463
1477
  },
1464
1478
  ],
data/sig/types.rbs CHANGED
@@ -530,6 +530,7 @@ module Aws::Imagebuilder
530
530
  attr_accessor launch_template_configurations: ::Array[Types::LaunchTemplateConfiguration]
531
531
  attr_accessor s3_export_configuration: Types::S3ExportConfiguration
532
532
  attr_accessor fast_launch_configurations: ::Array[Types::FastLaunchConfiguration]
533
+ attr_accessor ssm_parameter_configurations: ::Array[Types::SsmParameterConfiguration]
533
534
  SENSITIVE: []
534
535
  end
535
536
 
@@ -1837,6 +1838,13 @@ module Aws::Imagebuilder
1837
1838
  SENSITIVE: []
1838
1839
  end
1839
1840
 
1841
+ class SsmParameterConfiguration
1842
+ attr_accessor ami_account_id: ::String
1843
+ attr_accessor parameter_name: ::String
1844
+ attr_accessor data_type: ("text" | "aws:ec2:image")
1845
+ SENSITIVE: []
1846
+ end
1847
+
1840
1848
  class StartImagePipelineExecutionRequest
1841
1849
  attr_accessor image_pipeline_arn: ::String
1842
1850
  attr_accessor client_token: ::String
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-imagebuilder
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.78.0
4
+ version: 1.80.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -77,7 +76,6 @@ licenses:
77
76
  metadata:
78
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-imagebuilder
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-imagebuilder/CHANGELOG.md
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - imagebuilder
99
96
  test_files: []