aws-sdk-imagebuilder 1.28.0 → 1.32.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f3aecc95459dec63364148d21bf9cafdf4e74beaf42a2830d73c6369c2012160
4
- data.tar.gz: 6d98f77b85615951154f1aecc029a1b51e121142e9d7363370dfffa3e580e12a
3
+ metadata.gz: 231974d6f1be6c0e1de8ac1922cd0ac65bf3acea458dee93bb1471d6f4700417
4
+ data.tar.gz: fcc33d51b12cf13ffa65639b81a498301e7ae03829c28aa95029155be9bc422c
5
5
  SHA512:
6
- metadata.gz: 9c2341acfbe79b184d3005ea8fa92205206160a7f24cc0e68a1e84233394e8c1a9b9098606595555ea86da43590e7ec616a6062c7973b0cd00ba582f7a5690d2
7
- data.tar.gz: 9cbacd2eac34872128d5d1a52526d270d483da3a0344237afb529a4f00dbd924722218b096befb53e0e98991f433df58b9470262a5fc75aea1171e956c0afd6c
6
+ metadata.gz: 2589a6cff759d5a0f1d0510841a7ededac7bdde5e9b1815b733464b2d89e459305f30143f26d38aa3339863d0f849c76d3c981b32e8311f424d0654d4b019408
7
+ data.tar.gz: 8a132013fadb5e9c4501979d6c2b76d59a662dcb370036dddfc6e199252972cab5e415321b40c0e9ec895abb3e2149e6ca429dfef47980fb12e367ca79bef72d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.32.0 (2021-10-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.31.0 (2021-09-28)
10
+ ------------------
11
+
12
+ * Feature - Fix description for AmiDistributionConfiguration Name property, which actually refers to the output AMI name. Also updated for consistent terminology to use "base" image, and another update to fix description text.
13
+
14
+ 1.30.0 (2021-09-22)
15
+ ------------------
16
+
17
+ * Feature - This feature adds support for specifying GP3 volume throughput and configuring instance metadata options for instances launched by EC2 Image Builder.
18
+
19
+ 1.29.0 (2021-09-01)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
4
24
  1.28.0 (2021-08-04)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.28.0
1
+ 1.32.0
@@ -385,7 +385,7 @@ module Aws::Imagebuilder
385
385
  # **Assignment:** For the first three nodes you can assign any positive
386
386
  # integer value, including zero, with an upper limit of 2^30-1, or
387
387
  # 1073741823 for each node. Image Builder automatically assigns the
388
- # build number, and that is not open for updates.
388
+ # build number to the fourth node.
389
389
  #
390
390
  # **Patterns:** You can use any numeric pattern that adheres to the
391
391
  # assignment requirements for the nodes that you can assign. For
@@ -409,7 +409,7 @@ module Aws::Imagebuilder
409
409
  # @option params [Array<String>] :supported_os_versions
410
410
  # The operating system (OS) version supported by the component. If the
411
411
  # OS information is available, a prefix match is performed against the
412
- # parent image OS version during image recipe creation.
412
+ # base image OS version during image recipe creation.
413
413
  #
414
414
  # @option params [String] :data
415
415
  # The data of the component. Used to specify the data inline. Either
@@ -495,7 +495,7 @@ module Aws::Imagebuilder
495
495
  # **Assignment:** For the first three nodes you can assign any positive
496
496
  # integer value, including zero, with an upper limit of 2^30-1, or
497
497
  # 1073741823 for each node. Image Builder automatically assigns the
498
- # build number, and that is not open for updates.
498
+ # build number to the fourth node.
499
499
  #
500
500
  # **Patterns:** You can use any numeric pattern that adheres to the
501
501
  # assignment requirements for the nodes that you can assign. For
@@ -521,14 +521,14 @@ module Aws::Imagebuilder
521
521
  # container image.
522
522
  #
523
523
  # @option params [String] :platform_override
524
- # Specifies the operating system platform when you use a custom source
524
+ # Specifies the operating system platform when you use a custom base
525
525
  # image.
526
526
  #
527
527
  # @option params [String] :image_os_version_override
528
- # Specifies the operating system version for the source image.
528
+ # Specifies the operating system version for the base image.
529
529
  #
530
530
  # @option params [required, String] :parent_image
531
- # The source image for the container recipe.
531
+ # The base image for the container recipe.
532
532
  #
533
533
  # @option params [Hash<String,String>] :tags
534
534
  # Tags that are attached to the container recipe.
@@ -585,6 +585,7 @@ module Aws::Imagebuilder
585
585
  # snapshot_id: "NonEmptyString",
586
586
  # volume_size: 1,
587
587
  # volume_type: "standard", # accepts standard, io1, io2, gp2, gp3, sc1, st1
588
+ # throughput: 1,
588
589
  # },
589
590
  # virtual_name: "NonEmptyString",
590
591
  # no_device: "EmptyString",
@@ -906,7 +907,7 @@ module Aws::Imagebuilder
906
907
  # **Assignment:** For the first three nodes you can assign any positive
907
908
  # integer value, including zero, with an upper limit of 2^30-1, or
908
909
  # 1073741823 for each node. Image Builder automatically assigns the
909
- # build number, and that is not open for updates.
910
+ # build number to the fourth node.
910
911
  #
911
912
  # **Patterns:** You can use any numeric pattern that adheres to the
912
913
  # assignment requirements for the nodes that you can assign. For
@@ -919,9 +920,9 @@ module Aws::Imagebuilder
919
920
  # The components of the image recipe.
920
921
  #
921
922
  # @option params [required, String] :parent_image
922
- # The parent image of the image recipe. The value of the string can be
923
- # the ARN of the parent image or an AMI ID. The format for the ARN
924
- # follows this example:
923
+ # The base image of the image recipe. The value of the string can be the
924
+ # ARN of the base image or an AMI ID. The format for the ARN follows
925
+ # this example:
925
926
  # `arn:aws:imagebuilder:us-west-2:aws:image/windows-server-2016-english-full-base-x86/x.x.x`.
926
927
  # You can provide the specific version that you want to use, or you can
927
928
  # use a wildcard in all of the fields. If you enter an AMI ID for the
@@ -982,6 +983,7 @@ module Aws::Imagebuilder
982
983
  # snapshot_id: "NonEmptyString",
983
984
  # volume_size: 1,
984
985
  # volume_type: "standard", # accepts standard, io1, io2, gp2, gp3, sc1, st1
986
+ # throughput: 1,
985
987
  # },
986
988
  # virtual_name: "NonEmptyString",
987
989
  # no_device: "EmptyString",
@@ -1046,7 +1048,7 @@ module Aws::Imagebuilder
1046
1048
  # The logging configuration of the infrastructure configuration.
1047
1049
  #
1048
1050
  # @option params [String] :key_pair
1049
- # The key pair of the infrastructure configuration. This can be used to
1051
+ # The key pair of the infrastructure configuration. You can use this to
1050
1052
  # log on to and debug the instance used to create your image.
1051
1053
  #
1052
1054
  # @option params [Boolean] :terminate_instance_on_failure
@@ -1061,6 +1063,10 @@ module Aws::Imagebuilder
1061
1063
  # @option params [Hash<String,String>] :resource_tags
1062
1064
  # The tags attached to the resource created by Image Builder.
1063
1065
  #
1066
+ # @option params [Types::InstanceMetadataOptions] :instance_metadata_options
1067
+ # The instance metadata options that you can set for the HTTP requests
1068
+ # that pipeline builds use to launch EC2 build and test instances.
1069
+ #
1064
1070
  # @option params [Hash<String,String>] :tags
1065
1071
  # The tags of the infrastructure configuration.
1066
1072
  #
@@ -1097,6 +1103,10 @@ module Aws::Imagebuilder
1097
1103
  # resource_tags: {
1098
1104
  # "TagKey" => "TagValue",
1099
1105
  # },
1106
+ # instance_metadata_options: {
1107
+ # http_tokens: "HttpTokens",
1108
+ # http_put_response_hop_limit: 1,
1109
+ # },
1100
1110
  # tags: {
1101
1111
  # "TagKey" => "TagValue",
1102
1112
  # },
@@ -1210,10 +1220,29 @@ module Aws::Imagebuilder
1210
1220
  req.send_request(options)
1211
1221
  end
1212
1222
 
1213
- # Deletes an image.
1223
+ # Deletes an Image Builder image resource. This does not delete any EC2
1224
+ # AMIs or ECR container images that are created during the image build
1225
+ # process. You must clean those up separately, using the appropriate
1226
+ # Amazon EC2 or Amazon ECR console actions, or API or CLI commands.
1227
+ #
1228
+ # * To deregister an EC2 Linux AMI, see [Deregister your Linux AMI][1]
1229
+ # in the <i> <i>Amazon EC2 User Guide</i> </i>.
1230
+ #
1231
+ # * To deregister an EC2 Windows AMI, see [Deregister your Windows
1232
+ # AMI][2] in the <i> <i>Amazon EC2 Windows Guide</i> </i>.
1233
+ #
1234
+ # * To delete a container image from Amazon ECR, see [Deleting an
1235
+ # image][3] in the *Amazon ECR User Guide*.
1236
+ #
1237
+ #
1238
+ #
1239
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/deregister-ami.html
1240
+ # [2]: https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/deregister-ami.html
1241
+ # [3]: https://docs.aws.amazon.com/https:/docs.aws.amazon.comAmazonECR/latest/userguide/delete_image.html
1214
1242
  #
1215
1243
  # @option params [required, String] :image_build_version_arn
1216
- # The Amazon Resource Name (ARN) of the image to delete.
1244
+ # The Amazon Resource Name (ARN) of the Image Builder image resource to
1245
+ # delete.
1217
1246
  #
1218
1247
  # @return [Types::DeleteImageResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1219
1248
  #
@@ -1360,6 +1389,8 @@ module Aws::Imagebuilder
1360
1389
  # resp.component.platform #=> String, one of "Windows", "Linux"
1361
1390
  # resp.component.supported_os_versions #=> Array
1362
1391
  # resp.component.supported_os_versions[0] #=> String
1392
+ # resp.component.state.status #=> String, one of "DEPRECATED"
1393
+ # resp.component.state.reason #=> String
1363
1394
  # resp.component.parameters #=> Array
1364
1395
  # resp.component.parameters[0].name #=> String
1365
1396
  # resp.component.parameters[0].type #=> String
@@ -1456,6 +1487,7 @@ module Aws::Imagebuilder
1456
1487
  # resp.container_recipe.instance_configuration.block_device_mappings[0].ebs.snapshot_id #=> String
1457
1488
  # resp.container_recipe.instance_configuration.block_device_mappings[0].ebs.volume_size #=> Integer
1458
1489
  # resp.container_recipe.instance_configuration.block_device_mappings[0].ebs.volume_type #=> String, one of "standard", "io1", "io2", "gp2", "gp3", "sc1", "st1"
1490
+ # resp.container_recipe.instance_configuration.block_device_mappings[0].ebs.throughput #=> Integer
1459
1491
  # resp.container_recipe.instance_configuration.block_device_mappings[0].virtual_name #=> String
1460
1492
  # resp.container_recipe.instance_configuration.block_device_mappings[0].no_device #=> String
1461
1493
  # resp.container_recipe.dockerfile_template_data #=> String
@@ -1622,6 +1654,7 @@ module Aws::Imagebuilder
1622
1654
  # resp.image.image_recipe.block_device_mappings[0].ebs.snapshot_id #=> String
1623
1655
  # resp.image.image_recipe.block_device_mappings[0].ebs.volume_size #=> Integer
1624
1656
  # resp.image.image_recipe.block_device_mappings[0].ebs.volume_type #=> String, one of "standard", "io1", "io2", "gp2", "gp3", "sc1", "st1"
1657
+ # resp.image.image_recipe.block_device_mappings[0].ebs.throughput #=> Integer
1625
1658
  # resp.image.image_recipe.block_device_mappings[0].virtual_name #=> String
1626
1659
  # resp.image.image_recipe.block_device_mappings[0].no_device #=> String
1627
1660
  # resp.image.image_recipe.date_created #=> String
@@ -1653,6 +1686,7 @@ module Aws::Imagebuilder
1653
1686
  # resp.image.container_recipe.instance_configuration.block_device_mappings[0].ebs.snapshot_id #=> String
1654
1687
  # resp.image.container_recipe.instance_configuration.block_device_mappings[0].ebs.volume_size #=> Integer
1655
1688
  # resp.image.container_recipe.instance_configuration.block_device_mappings[0].ebs.volume_type #=> String, one of "standard", "io1", "io2", "gp2", "gp3", "sc1", "st1"
1689
+ # resp.image.container_recipe.instance_configuration.block_device_mappings[0].ebs.throughput #=> Integer
1656
1690
  # resp.image.container_recipe.instance_configuration.block_device_mappings[0].virtual_name #=> String
1657
1691
  # resp.image.container_recipe.instance_configuration.block_device_mappings[0].no_device #=> String
1658
1692
  # resp.image.container_recipe.dockerfile_template_data #=> String
@@ -1685,6 +1719,8 @@ module Aws::Imagebuilder
1685
1719
  # resp.image.infrastructure_configuration.date_updated #=> String
1686
1720
  # resp.image.infrastructure_configuration.resource_tags #=> Hash
1687
1721
  # resp.image.infrastructure_configuration.resource_tags["TagKey"] #=> String
1722
+ # resp.image.infrastructure_configuration.instance_metadata_options.http_tokens #=> String
1723
+ # resp.image.infrastructure_configuration.instance_metadata_options.http_put_response_hop_limit #=> Integer
1688
1724
  # resp.image.infrastructure_configuration.tags #=> Hash
1689
1725
  # resp.image.infrastructure_configuration.tags["TagKey"] #=> String
1690
1726
  # resp.image.distribution_configuration.arn #=> String
@@ -1871,6 +1907,7 @@ module Aws::Imagebuilder
1871
1907
  # resp.image_recipe.block_device_mappings[0].ebs.snapshot_id #=> String
1872
1908
  # resp.image_recipe.block_device_mappings[0].ebs.volume_size #=> Integer
1873
1909
  # resp.image_recipe.block_device_mappings[0].ebs.volume_type #=> String, one of "standard", "io1", "io2", "gp2", "gp3", "sc1", "st1"
1910
+ # resp.image_recipe.block_device_mappings[0].ebs.throughput #=> Integer
1874
1911
  # resp.image_recipe.block_device_mappings[0].virtual_name #=> String
1875
1912
  # resp.image_recipe.block_device_mappings[0].no_device #=> String
1876
1913
  # resp.image_recipe.date_created #=> String
@@ -1958,6 +1995,8 @@ module Aws::Imagebuilder
1958
1995
  # resp.infrastructure_configuration.date_updated #=> String
1959
1996
  # resp.infrastructure_configuration.resource_tags #=> Hash
1960
1997
  # resp.infrastructure_configuration.resource_tags["TagKey"] #=> String
1998
+ # resp.infrastructure_configuration.instance_metadata_options.http_tokens #=> String
1999
+ # resp.infrastructure_configuration.instance_metadata_options.http_put_response_hop_limit #=> Integer
1961
2000
  # resp.infrastructure_configuration.tags #=> Hash
1962
2001
  # resp.infrastructure_configuration.tags["TagKey"] #=> String
1963
2002
  #
@@ -1983,14 +2022,11 @@ module Aws::Imagebuilder
1983
2022
  # &lt;major&gt;.&lt;minor&gt;.&lt;patch&gt;/&lt;build&gt;. You can
1984
2023
  # assign values for the first three, and can filter on all of them.
1985
2024
  #
1986
- # **Filtering:** When you retrieve or reference a resource with a
1987
- # semantic version, you can use wildcards (x) to filter your results.
1988
- # When you use a wildcard in any node, all nodes to the right of the
1989
- # first wildcard must also be wildcards. For example, specifying
1990
- # "1.2.x", or "1.x.x" works to filter list results, but neither
1991
- # "1.x.2", nor "x.2.x" will work. You do not have to specify the
1992
- # build - Image Builder automatically uses a wildcard for that, if
1993
- # applicable.
2025
+ # **Filtering:** With semantic versioning, you have the flexibility to
2026
+ # use wildcards (x) to specify the most recent versions or nodes when
2027
+ # selecting the base image or components for your recipe. When you use a
2028
+ # wildcard in any node, all nodes to the right of the first wildcard
2029
+ # must also be wildcards.
1994
2030
  #
1995
2031
  # </note>
1996
2032
  #
@@ -2082,14 +2118,11 @@ module Aws::Imagebuilder
2082
2118
  # &lt;major&gt;.&lt;minor&gt;.&lt;patch&gt;/&lt;build&gt;. You can
2083
2119
  # assign values for the first three, and can filter on all of them.
2084
2120
  #
2085
- # **Filtering:** When you retrieve or reference a resource with a
2086
- # semantic version, you can use wildcards (x) to filter your results.
2087
- # When you use a wildcard in any node, all nodes to the right of the
2088
- # first wildcard must also be wildcards. For example, specifying
2089
- # "1.2.x", or "1.x.x" works to filter list results, but neither
2090
- # "1.x.2", nor "x.2.x" will work. You do not have to specify the
2091
- # build - Image Builder automatically uses a wildcard for that, if
2092
- # applicable.
2121
+ # **Filtering:** With semantic versioning, you have the flexibility to
2122
+ # use wildcards (x) to specify the most recent versions or nodes when
2123
+ # selecting the base image or components for your recipe. When you use a
2124
+ # wildcard in any node, all nodes to the right of the first wildcard
2125
+ # must also be wildcards.
2093
2126
  #
2094
2127
  # </note>
2095
2128
  #
@@ -2130,6 +2163,8 @@ module Aws::Imagebuilder
2130
2163
  # resp.component_summary_list[0].platform #=> String, one of "Windows", "Linux"
2131
2164
  # resp.component_summary_list[0].supported_os_versions #=> Array
2132
2165
  # resp.component_summary_list[0].supported_os_versions[0] #=> String
2166
+ # resp.component_summary_list[0].state.status #=> String, one of "DEPRECATED"
2167
+ # resp.component_summary_list[0].state.reason #=> String
2133
2168
  # resp.component_summary_list[0].type #=> String, one of "BUILD", "TEST"
2134
2169
  # resp.component_summary_list[0].owner #=> String
2135
2170
  # resp.component_summary_list[0].description #=> String
@@ -2155,14 +2190,11 @@ module Aws::Imagebuilder
2155
2190
  # &lt;major&gt;.&lt;minor&gt;.&lt;patch&gt;/&lt;build&gt;. You can
2156
2191
  # assign values for the first three, and can filter on all of them.
2157
2192
  #
2158
- # **Filtering:** When you retrieve or reference a resource with a
2159
- # semantic version, you can use wildcards (x) to filter your results.
2160
- # When you use a wildcard in any node, all nodes to the right of the
2161
- # first wildcard must also be wildcards. For example, specifying
2162
- # "1.2.x", or "1.x.x" works to filter list results, but neither
2163
- # "1.x.2", nor "x.2.x" will work. You do not have to specify the
2164
- # build - Image Builder automatically uses a wildcard for that, if
2165
- # applicable.
2193
+ # **Filtering:** With semantic versioning, you have the flexibility to
2194
+ # use wildcards (x) to specify the most recent versions or nodes when
2195
+ # selecting the base image or components for your recipe. When you use a
2196
+ # wildcard in any node, all nodes to the right of the first wildcard
2197
+ # must also be wildcards.
2166
2198
  #
2167
2199
  # </note>
2168
2200
  #
@@ -2463,7 +2495,8 @@ module Aws::Imagebuilder
2463
2495
  end
2464
2496
 
2465
2497
  # List the Packages that are associated with an Image Build Version, as
2466
- # determined by Amazon EC2 Systems Manager Inventory at build time.
2498
+ # determined by Amazon Web Services Systems Manager Inventory at build
2499
+ # time.
2467
2500
  #
2468
2501
  # @option params [required, String] :image_build_version_arn
2469
2502
  # Filter results for the ListImagePackages request by the Image Build
@@ -3395,7 +3428,7 @@ module Aws::Imagebuilder
3395
3428
  # The logging configuration of the infrastructure configuration.
3396
3429
  #
3397
3430
  # @option params [String] :key_pair
3398
- # The key pair of the infrastructure configuration. This can be used to
3431
+ # The key pair of the infrastructure configuration. You can use this to
3399
3432
  # log on to and debug the instance used to create your image.
3400
3433
  #
3401
3434
  # @option params [Boolean] :terminate_instance_on_failure
@@ -3416,6 +3449,23 @@ module Aws::Imagebuilder
3416
3449
  # @option params [Hash<String,String>] :resource_tags
3417
3450
  # The tags attached to the resource created by Image Builder.
3418
3451
  #
3452
+ # @option params [Types::InstanceMetadataOptions] :instance_metadata_options
3453
+ # The instance metadata options that you can set for the HTTP requests
3454
+ # that pipeline builds use to launch EC2 build and test instances. For
3455
+ # more information about instance metadata options, see one of the
3456
+ # following links:
3457
+ #
3458
+ # * [Configure the instance metadata options][1] in the <i> <i>Amazon
3459
+ # EC2 User Guide</i> </i> for Linux instances.
3460
+ #
3461
+ # * [Configure the instance metadata options][2] in the <i> <i>Amazon
3462
+ # EC2 Windows Guide</i> </i> for Windows instances.
3463
+ #
3464
+ #
3465
+ #
3466
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-options.html
3467
+ # [2]: https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/configuring-instance-metadata-options.html
3468
+ #
3419
3469
  # @return [Types::UpdateInfrastructureConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3420
3470
  #
3421
3471
  # * {Types::UpdateInfrastructureConfigurationResponse#request_id #request_id} => String
@@ -3444,6 +3494,10 @@ module Aws::Imagebuilder
3444
3494
  # resource_tags: {
3445
3495
  # "TagKey" => "TagValue",
3446
3496
  # },
3497
+ # instance_metadata_options: {
3498
+ # http_tokens: "HttpTokens",
3499
+ # http_put_response_hop_limit: 1,
3500
+ # },
3447
3501
  # })
3448
3502
  #
3449
3503
  # @example Response structure
@@ -3474,7 +3528,7 @@ module Aws::Imagebuilder
3474
3528
  params: params,
3475
3529
  config: config)
3476
3530
  context[:gem_name] = 'aws-sdk-imagebuilder'
3477
- context[:gem_version] = '1.28.0'
3531
+ context[:gem_version] = '1.32.0'
3478
3532
  Seahorse::Client::Request.new(handlers, context)
3479
3533
  end
3480
3534
 
@@ -42,6 +42,8 @@ module Aws::Imagebuilder
42
42
  ComponentParameterType = Shapes::StringShape.new(name: 'ComponentParameterType')
43
43
  ComponentParameterValue = Shapes::StringShape.new(name: 'ComponentParameterValue')
44
44
  ComponentParameterValueList = Shapes::ListShape.new(name: 'ComponentParameterValueList')
45
+ ComponentState = Shapes::StructureShape.new(name: 'ComponentState')
46
+ ComponentStatus = Shapes::StringShape.new(name: 'ComponentStatus')
45
47
  ComponentSummary = Shapes::StructureShape.new(name: 'ComponentSummary')
46
48
  ComponentSummaryList = Shapes::ListShape.new(name: 'ComponentSummaryList')
47
49
  ComponentType = Shapes::StringShape.new(name: 'ComponentType')
@@ -98,6 +100,7 @@ module Aws::Imagebuilder
98
100
  EbsInstanceBlockDeviceSpecification = Shapes::StructureShape.new(name: 'EbsInstanceBlockDeviceSpecification')
99
101
  EbsIopsInteger = Shapes::IntegerShape.new(name: 'EbsIopsInteger')
100
102
  EbsVolumeSizeInteger = Shapes::IntegerShape.new(name: 'EbsVolumeSizeInteger')
103
+ EbsVolumeThroughput = Shapes::IntegerShape.new(name: 'EbsVolumeThroughput')
101
104
  EbsVolumeType = Shapes::StringShape.new(name: 'EbsVolumeType')
102
105
  EmptyString = Shapes::StringShape.new(name: 'EmptyString')
103
106
  ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
@@ -129,6 +132,8 @@ module Aws::Imagebuilder
129
132
  GetImageResponse = Shapes::StructureShape.new(name: 'GetImageResponse')
130
133
  GetInfrastructureConfigurationRequest = Shapes::StructureShape.new(name: 'GetInfrastructureConfigurationRequest')
131
134
  GetInfrastructureConfigurationResponse = Shapes::StructureShape.new(name: 'GetInfrastructureConfigurationResponse')
135
+ HttpPutResponseHopLimit = Shapes::IntegerShape.new(name: 'HttpPutResponseHopLimit')
136
+ HttpTokens = Shapes::StringShape.new(name: 'HttpTokens')
132
137
  IdempotentParameterMismatchException = Shapes::StructureShape.new(name: 'IdempotentParameterMismatchException')
133
138
  Image = Shapes::StructureShape.new(name: 'Image')
134
139
  ImageBuildVersionArn = Shapes::StringShape.new(name: 'ImageBuildVersionArn')
@@ -164,6 +169,7 @@ module Aws::Imagebuilder
164
169
  InstanceBlockDeviceMapping = Shapes::StructureShape.new(name: 'InstanceBlockDeviceMapping')
165
170
  InstanceBlockDeviceMappings = Shapes::ListShape.new(name: 'InstanceBlockDeviceMappings')
166
171
  InstanceConfiguration = Shapes::StructureShape.new(name: 'InstanceConfiguration')
172
+ InstanceMetadataOptions = Shapes::StructureShape.new(name: 'InstanceMetadataOptions')
167
173
  InstanceProfileNameType = Shapes::StringShape.new(name: 'InstanceProfileNameType')
168
174
  InstanceType = Shapes::StringShape.new(name: 'InstanceType')
169
175
  InstanceTypeList = Shapes::ListShape.new(name: 'InstanceTypeList')
@@ -309,6 +315,7 @@ module Aws::Imagebuilder
309
315
  Component.add_member(:type, Shapes::ShapeRef.new(shape: ComponentType, location_name: "type"))
310
316
  Component.add_member(:platform, Shapes::ShapeRef.new(shape: Platform, location_name: "platform"))
311
317
  Component.add_member(:supported_os_versions, Shapes::ShapeRef.new(shape: OsVersionList, location_name: "supportedOsVersions"))
318
+ Component.add_member(:state, Shapes::ShapeRef.new(shape: ComponentState, location_name: "state"))
312
319
  Component.add_member(:parameters, Shapes::ShapeRef.new(shape: ComponentParameterDetailList, location_name: "parameters"))
313
320
  Component.add_member(:owner, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "owner"))
314
321
  Component.add_member(:data, Shapes::ShapeRef.new(shape: ComponentData, location_name: "data"))
@@ -340,11 +347,16 @@ module Aws::Imagebuilder
340
347
 
341
348
  ComponentParameterValueList.member = Shapes::ShapeRef.new(shape: ComponentParameterValue)
342
349
 
350
+ ComponentState.add_member(:status, Shapes::ShapeRef.new(shape: ComponentStatus, location_name: "status"))
351
+ ComponentState.add_member(:reason, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "reason"))
352
+ ComponentState.struct_class = Types::ComponentState
353
+
343
354
  ComponentSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ImageBuilderArn, location_name: "arn"))
344
355
  ComponentSummary.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
345
356
  ComponentSummary.add_member(:version, Shapes::ShapeRef.new(shape: VersionNumber, location_name: "version"))
346
357
  ComponentSummary.add_member(:platform, Shapes::ShapeRef.new(shape: Platform, location_name: "platform"))
347
358
  ComponentSummary.add_member(:supported_os_versions, Shapes::ShapeRef.new(shape: OsVersionList, location_name: "supportedOsVersions"))
359
+ ComponentSummary.add_member(:state, Shapes::ShapeRef.new(shape: ComponentState, location_name: "state"))
348
360
  ComponentSummary.add_member(:type, Shapes::ShapeRef.new(shape: ComponentType, location_name: "type"))
349
361
  ComponentSummary.add_member(:owner, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "owner"))
350
362
  ComponentSummary.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
@@ -525,6 +537,7 @@ module Aws::Imagebuilder
525
537
  CreateInfrastructureConfigurationRequest.add_member(:terminate_instance_on_failure, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "terminateInstanceOnFailure"))
526
538
  CreateInfrastructureConfigurationRequest.add_member(:sns_topic_arn, Shapes::ShapeRef.new(shape: SnsTopicArn, location_name: "snsTopicArn"))
527
539
  CreateInfrastructureConfigurationRequest.add_member(:resource_tags, Shapes::ShapeRef.new(shape: ResourceTagMap, location_name: "resourceTags"))
540
+ CreateInfrastructureConfigurationRequest.add_member(:instance_metadata_options, Shapes::ShapeRef.new(shape: InstanceMetadataOptions, location_name: "instanceMetadataOptions"))
528
541
  CreateInfrastructureConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
529
542
  CreateInfrastructureConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
530
543
  CreateInfrastructureConfigurationRequest.struct_class = Types::CreateInfrastructureConfigurationRequest
@@ -620,6 +633,7 @@ module Aws::Imagebuilder
620
633
  EbsInstanceBlockDeviceSpecification.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "snapshotId"))
621
634
  EbsInstanceBlockDeviceSpecification.add_member(:volume_size, Shapes::ShapeRef.new(shape: EbsVolumeSizeInteger, location_name: "volumeSize"))
622
635
  EbsInstanceBlockDeviceSpecification.add_member(:volume_type, Shapes::ShapeRef.new(shape: EbsVolumeType, location_name: "volumeType"))
636
+ EbsInstanceBlockDeviceSpecification.add_member(:throughput, Shapes::ShapeRef.new(shape: EbsVolumeThroughput, location_name: "throughput"))
623
637
  EbsInstanceBlockDeviceSpecification.struct_class = Types::EbsInstanceBlockDeviceSpecification
624
638
 
625
639
  Filter.add_member(:name, Shapes::ShapeRef.new(shape: FilterName, location_name: "name"))
@@ -855,6 +869,7 @@ module Aws::Imagebuilder
855
869
  InfrastructureConfiguration.add_member(:date_created, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateCreated"))
856
870
  InfrastructureConfiguration.add_member(:date_updated, Shapes::ShapeRef.new(shape: DateTime, location_name: "dateUpdated"))
857
871
  InfrastructureConfiguration.add_member(:resource_tags, Shapes::ShapeRef.new(shape: ResourceTagMap, location_name: "resourceTags"))
872
+ InfrastructureConfiguration.add_member(:instance_metadata_options, Shapes::ShapeRef.new(shape: InstanceMetadataOptions, location_name: "instanceMetadataOptions"))
858
873
  InfrastructureConfiguration.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
859
874
  InfrastructureConfiguration.struct_class = Types::InfrastructureConfiguration
860
875
 
@@ -883,6 +898,10 @@ module Aws::Imagebuilder
883
898
  InstanceConfiguration.add_member(:block_device_mappings, Shapes::ShapeRef.new(shape: InstanceBlockDeviceMappings, location_name: "blockDeviceMappings"))
884
899
  InstanceConfiguration.struct_class = Types::InstanceConfiguration
885
900
 
901
+ InstanceMetadataOptions.add_member(:http_tokens, Shapes::ShapeRef.new(shape: HttpTokens, location_name: "httpTokens"))
902
+ InstanceMetadataOptions.add_member(:http_put_response_hop_limit, Shapes::ShapeRef.new(shape: HttpPutResponseHopLimit, location_name: "httpPutResponseHopLimit"))
903
+ InstanceMetadataOptions.struct_class = Types::InstanceMetadataOptions
904
+
886
905
  InstanceTypeList.member = Shapes::ShapeRef.new(shape: InstanceType)
887
906
 
888
907
  InvalidPaginationTokenException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
@@ -1195,6 +1214,7 @@ module Aws::Imagebuilder
1195
1214
  UpdateInfrastructureConfigurationRequest.add_member(:sns_topic_arn, Shapes::ShapeRef.new(shape: SnsTopicArn, location_name: "snsTopicArn"))
1196
1215
  UpdateInfrastructureConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1197
1216
  UpdateInfrastructureConfigurationRequest.add_member(:resource_tags, Shapes::ShapeRef.new(shape: ResourceTagMap, location_name: "resourceTags"))
1217
+ UpdateInfrastructureConfigurationRequest.add_member(:instance_metadata_options, Shapes::ShapeRef.new(shape: InstanceMetadataOptions, location_name: "instanceMetadataOptions"))
1198
1218
  UpdateInfrastructureConfigurationRequest.struct_class = Types::UpdateInfrastructureConfigurationRequest
1199
1219
 
1200
1220
  UpdateInfrastructureConfigurationResponse.add_member(:request_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "requestId"))
@@ -12,9 +12,10 @@ module Aws::Imagebuilder
12
12
 
13
13
  # In addition to your infrastruction configuration, these settings
14
14
  # provide an extra layer of control over your build instances. For
15
- # instances where Image Builder installs the SSM agent, you can choose
16
- # whether to keep it for the AMI that you create. You can also specify
17
- # commands to run on launch for all of your build instances.
15
+ # instances where Image Builder installs the Systems Manager agent, you
16
+ # can choose whether to keep it for the AMI that you create. You can
17
+ # also specify commands to run on launch for all of your build
18
+ # instances.
18
19
  #
19
20
  # @note When making an API call, you may pass AdditionalInstanceConfiguration
20
21
  # data as a hash:
@@ -27,7 +28,8 @@ module Aws::Imagebuilder
27
28
  # }
28
29
  #
29
30
  # @!attribute [rw] systems_manager_agent
30
- # Contains settings for the SSM agent on your build instance.
31
+ # Contains settings for the Systems Manager agent on your build
32
+ # instance.
31
33
  # @return [Types::SystemsManagerAgent]
32
34
  #
33
35
  # @!attribute [rw] user_data_override
@@ -35,10 +37,10 @@ module Aws::Imagebuilder
35
37
  # when you launch your build instance.
36
38
  #
37
39
  # <note markdown="1"> The userDataOverride property replaces any commands that Image
38
- # Builder might have added to ensure that SSM is installed on your
39
- # Linux build instance. If you override the user data, make sure that
40
- # you add commands to install SSM, if it is not pre-installed on your
41
- # source image.
40
+ # Builder might have added to ensure that Systems Manager is installed
41
+ # on your Linux build instance. If you override the user data, make
42
+ # sure that you add commands to install Systems Manager, if it is not
43
+ # pre-installed on your base image.
42
44
  #
43
45
  # </note>
44
46
  # @return [String]
@@ -112,7 +114,7 @@ module Aws::Imagebuilder
112
114
  # }
113
115
  #
114
116
  # @!attribute [rw] name
115
- # The name of the distribution configuration.
117
+ # The name of the output AMI.
116
118
  # @return [String]
117
119
  #
118
120
  # @!attribute [rw] description
@@ -266,9 +268,14 @@ module Aws::Imagebuilder
266
268
  # @!attribute [rw] supported_os_versions
267
269
  # The operating system (OS) version supported by the component. If the
268
270
  # OS information is available, a prefix match is performed against the
269
- # parent image OS version during image recipe creation.
271
+ # base image OS version during image recipe creation.
270
272
  # @return [Array<String>]
271
273
  #
274
+ # @!attribute [rw] state
275
+ # Describes the current status of the component. This is used for
276
+ # components that are no longer active.
277
+ # @return [Types::ComponentState]
278
+ #
272
279
  # @!attribute [rw] parameters
273
280
  # Contains parameter details for each of the parameters that are
274
281
  # defined for the component.
@@ -309,6 +316,7 @@ module Aws::Imagebuilder
309
316
  :type,
310
317
  :platform,
311
318
  :supported_os_versions,
319
+ :state,
312
320
  :parameters,
313
321
  :owner,
314
322
  :data,
@@ -411,6 +419,26 @@ module Aws::Imagebuilder
411
419
  include Aws::Structure
412
420
  end
413
421
 
422
+ # A group of fields that describe the current status of components that
423
+ # are no longer active.
424
+ #
425
+ # @!attribute [rw] status
426
+ # The current state of the component.
427
+ # @return [String]
428
+ #
429
+ # @!attribute [rw] reason
430
+ # Describes how or why the component changed state.
431
+ # @return [String]
432
+ #
433
+ # @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/ComponentState AWS API Documentation
434
+ #
435
+ class ComponentState < Struct.new(
436
+ :status,
437
+ :reason)
438
+ SENSITIVE = []
439
+ include Aws::Structure
440
+ end
441
+
414
442
  # A high-level summary of a component.
415
443
  #
416
444
  # @!attribute [rw] arn
@@ -432,9 +460,13 @@ module Aws::Imagebuilder
432
460
  # @!attribute [rw] supported_os_versions
433
461
  # The operating system (OS) version supported by the component. If the
434
462
  # OS information is available, a prefix match is performed against the
435
- # parent image OS version during image recipe creation.
463
+ # base image OS version during image recipe creation.
436
464
  # @return [Array<String>]
437
465
  #
466
+ # @!attribute [rw] state
467
+ # Describes the current status of the component.
468
+ # @return [Types::ComponentState]
469
+ #
438
470
  # @!attribute [rw] type
439
471
  # The type of the component denotes whether the component is used to
440
472
  # build the image or only to test it.
@@ -468,6 +500,7 @@ module Aws::Imagebuilder
468
500
  :version,
469
501
  :platform,
470
502
  :supported_os_versions,
503
+ :state,
471
504
  :type,
472
505
  :owner,
473
506
  :description,
@@ -514,21 +547,18 @@ module Aws::Imagebuilder
514
547
  # **Assignment:** For the first three nodes you can assign any
515
548
  # positive integer value, including zero, with an upper limit of
516
549
  # 2^30-1, or 1073741823 for each node. Image Builder automatically
517
- # assigns the build number, and that is not open for updates.
550
+ # assigns the build number to the fourth node.
518
551
  #
519
552
  # **Patterns:** You can use any numeric pattern that adheres to the
520
553
  # assignment requirements for the nodes that you can assign. For
521
554
  # example, you might choose a software version pattern, such as 1.0.0,
522
555
  # or a date, such as 2021.01.01.
523
556
  #
524
- # **Filtering:** When you retrieve or reference a resource with a
525
- # semantic version, you can use wildcards (x) to filter your results.
526
- # When you use a wildcard in any node, all nodes to the right of the
527
- # first wildcard must also be wildcards. For example, specifying
528
- # "1.2.x", or "1.x.x" works to filter list results, but neither
529
- # "1.x.2", nor "x.2.x" will work. You do not have to specify the
530
- # build - Image Builder automatically uses a wildcard for that, if
531
- # applicable.
557
+ # **Filtering:** With semantic versioning, you have the flexibility to
558
+ # use wildcards (x) to specify the most recent versions or nodes when
559
+ # selecting the base image or components for your recipe. When you use
560
+ # a wildcard in any node, all nodes to the right of the first wildcard
561
+ # must also be wildcards.
532
562
  #
533
563
  # </note>
534
564
  # @return [String]
@@ -544,7 +574,7 @@ module Aws::Imagebuilder
544
574
  # @!attribute [rw] supported_os_versions
545
575
  # he operating system (OS) version supported by the component. If the
546
576
  # OS information is available, a prefix match is performed against the
547
- # parent image OS version during image recipe creation.
577
+ # base image OS version during image recipe creation.
548
578
  # @return [Array<String>]
549
579
  #
550
580
  # @!attribute [rw] type
@@ -685,21 +715,18 @@ module Aws::Imagebuilder
685
715
  # **Assignment:** For the first three nodes you can assign any
686
716
  # positive integer value, including zero, with an upper limit of
687
717
  # 2^30-1, or 1073741823 for each node. Image Builder automatically
688
- # assigns the build number, and that is not open for updates.
718
+ # assigns the build number to the fourth node.
689
719
  #
690
720
  # **Patterns:** You can use any numeric pattern that adheres to the
691
721
  # assignment requirements for the nodes that you can assign. For
692
722
  # example, you might choose a software version pattern, such as 1.0.0,
693
723
  # or a date, such as 2021.01.01.
694
724
  #
695
- # **Filtering:** When you retrieve or reference a resource with a
696
- # semantic version, you can use wildcards (x) to filter your results.
697
- # When you use a wildcard in any node, all nodes to the right of the
698
- # first wildcard must also be wildcards. For example, specifying
699
- # "1.2.x", or "1.x.x" works to filter list results, but neither
700
- # "1.x.2", nor "x.2.x" will work. You do not have to specify the
701
- # build - Image Builder automatically uses a wildcard for that, if
702
- # applicable.
725
+ # **Filtering:** With semantic versioning, you have the flexibility to
726
+ # use wildcards (x) to specify the most recent versions or nodes when
727
+ # selecting the base image or components for your recipe. When you use
728
+ # a wildcard in any node, all nodes to the right of the first wildcard
729
+ # must also be wildcards.
703
730
  #
704
731
  # </note>
705
732
  # @return [String]
@@ -732,7 +759,7 @@ module Aws::Imagebuilder
732
759
  # @return [Boolean]
733
760
  #
734
761
  # @!attribute [rw] parent_image
735
- # The source image for the container recipe.
762
+ # The base image for the container recipe.
736
763
  # @return [String]
737
764
  #
738
765
  # @!attribute [rw] date_created
@@ -798,7 +825,7 @@ module Aws::Imagebuilder
798
825
  # @return [String]
799
826
  #
800
827
  # @!attribute [rw] parent_image
801
- # The source image for the container recipe.
828
+ # The base image for the container recipe.
802
829
  # @return [String]
803
830
  #
804
831
  # @!attribute [rw] date_created
@@ -858,7 +885,7 @@ module Aws::Imagebuilder
858
885
  # **Assignment:** For the first three nodes you can assign any
859
886
  # positive integer value, including zero, with an upper limit of
860
887
  # 2^30-1, or 1073741823 for each node. Image Builder automatically
861
- # assigns the build number, and that is not open for updates.
888
+ # assigns the build number to the fourth node.
862
889
  #
863
890
  # **Patterns:** You can use any numeric pattern that adheres to the
864
891
  # assignment requirements for the nodes that you can assign. For
@@ -886,7 +913,7 @@ module Aws::Imagebuilder
886
913
  # @!attribute [rw] supported_os_versions
887
914
  # The operating system (OS) version supported by the component. If the
888
915
  # OS information is available, a prefix match is performed against the
889
- # parent image OS version during image recipe creation.
916
+ # base image OS version during image recipe creation.
890
917
  # @return [Array<String>]
891
918
  #
892
919
  # @!attribute [rw] data
@@ -991,6 +1018,7 @@ module Aws::Imagebuilder
991
1018
  # snapshot_id: "NonEmptyString",
992
1019
  # volume_size: 1,
993
1020
  # volume_type: "standard", # accepts standard, io1, io2, gp2, gp3, sc1, st1
1021
+ # throughput: 1,
994
1022
  # },
995
1023
  # virtual_name: "NonEmptyString",
996
1024
  # no_device: "EmptyString",
@@ -1037,7 +1065,7 @@ module Aws::Imagebuilder
1037
1065
  # **Assignment:** For the first three nodes you can assign any
1038
1066
  # positive integer value, including zero, with an upper limit of
1039
1067
  # 2^30-1, or 1073741823 for each node. Image Builder automatically
1040
- # assigns the build number, and that is not open for updates.
1068
+ # assigns the build number to the fourth node.
1041
1069
  #
1042
1070
  # **Patterns:** You can use any numeric pattern that adheres to the
1043
1071
  # assignment requirements for the nodes that you can assign. For
@@ -1068,16 +1096,16 @@ module Aws::Imagebuilder
1068
1096
  # @return [String]
1069
1097
  #
1070
1098
  # @!attribute [rw] platform_override
1071
- # Specifies the operating system platform when you use a custom source
1099
+ # Specifies the operating system platform when you use a custom base
1072
1100
  # image.
1073
1101
  # @return [String]
1074
1102
  #
1075
1103
  # @!attribute [rw] image_os_version_override
1076
- # Specifies the operating system version for the source image.
1104
+ # Specifies the operating system version for the base image.
1077
1105
  # @return [String]
1078
1106
  #
1079
1107
  # @!attribute [rw] parent_image
1080
- # The source image for the container recipe.
1108
+ # The base image for the container recipe.
1081
1109
  # @return [String]
1082
1110
  #
1083
1111
  # @!attribute [rw] tags
@@ -1411,6 +1439,7 @@ module Aws::Imagebuilder
1411
1439
  # snapshot_id: "NonEmptyString",
1412
1440
  # volume_size: 1,
1413
1441
  # volume_type: "standard", # accepts standard, io1, io2, gp2, gp3, sc1, st1
1442
+ # throughput: 1,
1414
1443
  # },
1415
1444
  # virtual_name: "NonEmptyString",
1416
1445
  # no_device: "EmptyString",
@@ -1448,7 +1477,7 @@ module Aws::Imagebuilder
1448
1477
  # **Assignment:** For the first three nodes you can assign any
1449
1478
  # positive integer value, including zero, with an upper limit of
1450
1479
  # 2^30-1, or 1073741823 for each node. Image Builder automatically
1451
- # assigns the build number, and that is not open for updates.
1480
+ # assigns the build number to the fourth node.
1452
1481
  #
1453
1482
  # **Patterns:** You can use any numeric pattern that adheres to the
1454
1483
  # assignment requirements for the nodes that you can assign. For
@@ -1463,8 +1492,8 @@ module Aws::Imagebuilder
1463
1492
  # @return [Array<Types::ComponentConfiguration>]
1464
1493
  #
1465
1494
  # @!attribute [rw] parent_image
1466
- # The parent image of the image recipe. The value of the string can be
1467
- # the ARN of the parent image or an AMI ID. The format for the ARN
1495
+ # The base image of the image recipe. The value of the string can be
1496
+ # the ARN of the base image or an AMI ID. The format for the ARN
1468
1497
  # follows this example:
1469
1498
  # `arn:aws:imagebuilder:us-west-2:aws:image/windows-server-2016-english-full-base-x86/x.x.x`.
1470
1499
  # You can provide the specific version that you want to use, or you
@@ -1659,6 +1688,10 @@ module Aws::Imagebuilder
1659
1688
  # resource_tags: {
1660
1689
  # "TagKey" => "TagValue",
1661
1690
  # },
1691
+ # instance_metadata_options: {
1692
+ # http_tokens: "HttpTokens",
1693
+ # http_put_response_hop_limit: 1,
1694
+ # },
1662
1695
  # tags: {
1663
1696
  # "TagKey" => "TagValue",
1664
1697
  # },
@@ -1699,7 +1732,7 @@ module Aws::Imagebuilder
1699
1732
  # @return [Types::Logging]
1700
1733
  #
1701
1734
  # @!attribute [rw] key_pair
1702
- # The key pair of the infrastructure configuration. This can be used
1735
+ # The key pair of the infrastructure configuration. You can use this
1703
1736
  # to log on to and debug the instance used to create your image.
1704
1737
  # @return [String]
1705
1738
  #
@@ -1718,6 +1751,11 @@ module Aws::Imagebuilder
1718
1751
  # The tags attached to the resource created by Image Builder.
1719
1752
  # @return [Hash<String,String>]
1720
1753
  #
1754
+ # @!attribute [rw] instance_metadata_options
1755
+ # The instance metadata options that you can set for the HTTP requests
1756
+ # that pipeline builds use to launch EC2 build and test instances.
1757
+ # @return [Types::InstanceMetadataOptions]
1758
+ #
1721
1759
  # @!attribute [rw] tags
1722
1760
  # The tags of the infrastructure configuration.
1723
1761
  # @return [Hash<String,String>]
@@ -1743,6 +1781,7 @@ module Aws::Imagebuilder
1743
1781
  :terminate_instance_on_failure,
1744
1782
  :sns_topic_arn,
1745
1783
  :resource_tags,
1784
+ :instance_metadata_options,
1746
1785
  :tags,
1747
1786
  :client_token)
1748
1787
  SENSITIVE = []
@@ -1966,7 +2005,8 @@ module Aws::Imagebuilder
1966
2005
  # }
1967
2006
  #
1968
2007
  # @!attribute [rw] image_build_version_arn
1969
- # The Amazon Resource Name (ARN) of the image to delete.
2008
+ # The Amazon Resource Name (ARN) of the Image Builder image resource
2009
+ # to delete.
1970
2010
  # @return [String]
1971
2011
  #
1972
2012
  # @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/DeleteImageRequest AWS API Documentation
@@ -1982,7 +2022,8 @@ module Aws::Imagebuilder
1982
2022
  # @return [String]
1983
2023
  #
1984
2024
  # @!attribute [rw] image_build_version_arn
1985
- # The Amazon Resource Name (ARN) of the image that was deleted.
2025
+ # The Amazon Resource Name (ARN) of the Image Builder image resource
2026
+ # that was deleted.
1986
2027
  # @return [String]
1987
2028
  #
1988
2029
  # @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/DeleteImageResponse AWS API Documentation
@@ -2213,6 +2254,7 @@ module Aws::Imagebuilder
2213
2254
  # snapshot_id: "NonEmptyString",
2214
2255
  # volume_size: 1,
2215
2256
  # volume_type: "standard", # accepts standard, io1, io2, gp2, gp3, sc1, st1
2257
+ # throughput: 1,
2216
2258
  # }
2217
2259
  #
2218
2260
  # @!attribute [rw] encrypted
@@ -2243,6 +2285,11 @@ module Aws::Imagebuilder
2243
2285
  # Use to override the device's volume type.
2244
2286
  # @return [String]
2245
2287
  #
2288
+ # @!attribute [rw] throughput
2289
+ # **For GP3 volumes only** – The throughput in MiB/s that the volume
2290
+ # supports.
2291
+ # @return [Integer]
2292
+ #
2246
2293
  # @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/EbsInstanceBlockDeviceSpecification AWS API Documentation
2247
2294
  #
2248
2295
  class EbsInstanceBlockDeviceSpecification < Struct.new(
@@ -2252,7 +2299,8 @@ module Aws::Imagebuilder
2252
2299
  :kms_key_id,
2253
2300
  :snapshot_id,
2254
2301
  :volume_size,
2255
- :volume_type)
2302
+ :volume_type,
2303
+ :throughput)
2256
2304
  SENSITIVE = []
2257
2305
  include Aws::Structure
2258
2306
  end
@@ -2767,21 +2815,18 @@ module Aws::Imagebuilder
2767
2815
  # **Assignment:** For the first three nodes you can assign any
2768
2816
  # positive integer value, including zero, with an upper limit of
2769
2817
  # 2^30-1, or 1073741823 for each node. Image Builder automatically
2770
- # assigns the build number, and that is not open for updates.
2818
+ # assigns the build number to the fourth node.
2771
2819
  #
2772
2820
  # **Patterns:** You can use any numeric pattern that adheres to the
2773
2821
  # assignment requirements for the nodes that you can assign. For
2774
2822
  # example, you might choose a software version pattern, such as 1.0.0,
2775
2823
  # or a date, such as 2021.01.01.
2776
2824
  #
2777
- # **Filtering:** When you retrieve or reference a resource with a
2778
- # semantic version, you can use wildcards (x) to filter your results.
2779
- # When you use a wildcard in any node, all nodes to the right of the
2780
- # first wildcard must also be wildcards. For example, specifying
2781
- # "1.2.x", or "1.x.x" works to filter list results, but neither
2782
- # "1.x.2", nor "x.2.x" will work. You do not have to specify the
2783
- # build - Image Builder automatically uses a wildcard for that, if
2784
- # applicable.
2825
+ # **Filtering:** With semantic versioning, you have the flexibility to
2826
+ # use wildcards (x) to specify the most recent versions or nodes when
2827
+ # selecting the base image or components for your recipe. When you use
2828
+ # a wildcard in any node, all nodes to the right of the first wildcard
2829
+ # must also be wildcards.
2785
2830
  #
2786
2831
  # </note>
2787
2832
  # @return [String]
@@ -3030,7 +3075,7 @@ module Aws::Imagebuilder
3030
3075
  # @return [Array<Types::ComponentConfiguration>]
3031
3076
  #
3032
3077
  # @!attribute [rw] parent_image
3033
- # The parent image of the image recipe.
3078
+ # The base image of the image recipe.
3034
3079
  # @return [String]
3035
3080
  #
3036
3081
  # @!attribute [rw] block_device_mappings
@@ -3098,7 +3143,7 @@ module Aws::Imagebuilder
3098
3143
  # @return [String]
3099
3144
  #
3100
3145
  # @!attribute [rw] parent_image
3101
- # The parent image of the image recipe.
3146
+ # The base image of the image recipe.
3102
3147
  # @return [String]
3103
3148
  #
3104
3149
  # @!attribute [rw] date_created
@@ -3276,21 +3321,18 @@ module Aws::Imagebuilder
3276
3321
  # **Assignment:** For the first three nodes you can assign any
3277
3322
  # positive integer value, including zero, with an upper limit of
3278
3323
  # 2^30-1, or 1073741823 for each node. Image Builder automatically
3279
- # assigns the build number, and that is not open for updates.
3324
+ # assigns the build number to the fourth node.
3280
3325
  #
3281
3326
  # **Patterns:** You can use any numeric pattern that adheres to the
3282
3327
  # assignment requirements for the nodes that you can assign. For
3283
3328
  # example, you might choose a software version pattern, such as 1.0.0,
3284
3329
  # or a date, such as 2021.01.01.
3285
3330
  #
3286
- # **Filtering:** When you retrieve or reference a resource with a
3287
- # semantic version, you can use wildcards (x) to filter your results.
3288
- # When you use a wildcard in any node, all nodes to the right of the
3289
- # first wildcard must also be wildcards. For example, specifying
3290
- # "1.2.x", or "1.x.x" works to filter list results, but neither
3291
- # "1.x.2", nor "x.2.x" will work. You do not have to specify the
3292
- # build - Image Builder automatically uses a wildcard for that, if
3293
- # applicable.
3331
+ # **Filtering:** With semantic versioning, you have the flexibility to
3332
+ # use wildcards (x) to specify the most recent versions or nodes when
3333
+ # selecting the base image or components for your recipe. When you use
3334
+ # a wildcard in any node, all nodes to the right of the first wildcard
3335
+ # must also be wildcards.
3294
3336
  #
3295
3337
  # </note>
3296
3338
  # @return [String]
@@ -3362,14 +3404,11 @@ module Aws::Imagebuilder
3362
3404
  # &lt;major&gt;.&lt;minor&gt;.&lt;patch&gt;/&lt;build&gt;. You can
3363
3405
  # assign values for the first three, and can filter on all of them.
3364
3406
  #
3365
- # **Filtering:** When you retrieve or reference a resource with a
3366
- # semantic version, you can use wildcards (x) to filter your results.
3367
- # When you use a wildcard in any node, all nodes to the right of the
3368
- # first wildcard must also be wildcards. For example, specifying
3369
- # "1.2.x", or "1.x.x" works to filter list results, but neither
3370
- # "1.x.2", nor "x.2.x" will work. You do not have to specify the
3371
- # build - Image Builder automatically uses a wildcard for that, if
3372
- # applicable.
3407
+ # **Filtering:** With semantic versioning, you have the flexibility to
3408
+ # use wildcards (x) to specify the most recent versions or nodes when
3409
+ # selecting the base image or components for your recipe. When you use
3410
+ # a wildcard in any node, all nodes to the right of the first wildcard
3411
+ # must also be wildcards.
3373
3412
  #
3374
3413
  # </note>
3375
3414
  # @return [String]
@@ -3528,6 +3567,11 @@ module Aws::Imagebuilder
3528
3567
  # The tags attached to the resource created by Image Builder.
3529
3568
  # @return [Hash<String,String>]
3530
3569
  #
3570
+ # @!attribute [rw] instance_metadata_options
3571
+ # The instance metadata option settings for the infrastructure
3572
+ # configuration.
3573
+ # @return [Types::InstanceMetadataOptions]
3574
+ #
3531
3575
  # @!attribute [rw] tags
3532
3576
  # The tags of the infrastructure configuration.
3533
3577
  # @return [Hash<String,String>]
@@ -3549,6 +3593,7 @@ module Aws::Imagebuilder
3549
3593
  :date_created,
3550
3594
  :date_updated,
3551
3595
  :resource_tags,
3596
+ :instance_metadata_options,
3552
3597
  :tags)
3553
3598
  SENSITIVE = []
3554
3599
  include Aws::Structure
@@ -3624,6 +3669,7 @@ module Aws::Imagebuilder
3624
3669
  # snapshot_id: "NonEmptyString",
3625
3670
  # volume_size: 1,
3626
3671
  # volume_type: "standard", # accepts standard, io1, io2, gp2, gp3, sc1, st1
3672
+ # throughput: 1,
3627
3673
  # },
3628
3674
  # virtual_name: "NonEmptyString",
3629
3675
  # no_device: "EmptyString",
@@ -3642,7 +3688,7 @@ module Aws::Imagebuilder
3642
3688
  # @return [String]
3643
3689
  #
3644
3690
  # @!attribute [rw] no_device
3645
- # Use to remove a mapping from the parent image.
3691
+ # Use to remove a mapping from the base image.
3646
3692
  # @return [String]
3647
3693
  #
3648
3694
  # @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/InstanceBlockDeviceMapping AWS API Documentation
@@ -3656,7 +3702,7 @@ module Aws::Imagebuilder
3656
3702
  include Aws::Structure
3657
3703
  end
3658
3704
 
3659
- # Defines a custom source AMI and block device mapping configurations of
3705
+ # Defines a custom base AMI and block device mapping configurations of
3660
3706
  # an instance used for building and testing container images.
3661
3707
  #
3662
3708
  # @note When making an API call, you may pass InstanceConfiguration
@@ -3675,6 +3721,7 @@ module Aws::Imagebuilder
3675
3721
  # snapshot_id: "NonEmptyString",
3676
3722
  # volume_size: 1,
3677
3723
  # volume_type: "standard", # accepts standard, io1, io2, gp2, gp3, sc1, st1
3724
+ # throughput: 1,
3678
3725
  # },
3679
3726
  # virtual_name: "NonEmptyString",
3680
3727
  # no_device: "EmptyString",
@@ -3702,6 +3749,57 @@ module Aws::Imagebuilder
3702
3749
  include Aws::Structure
3703
3750
  end
3704
3751
 
3752
+ # The instance metadata options that apply to the HTTP requests that
3753
+ # pipeline builds use to launch EC2 build and test instances. For more
3754
+ # information about instance metadata options, see [Configure the
3755
+ # instance metadata options][1] in the <i> <i>Amazon EC2 User Guide</i>
3756
+ # </i> for Linux instances, or [Configure the instance metadata
3757
+ # options][2] in the <i> <i>Amazon EC2 Windows Guide</i> </i> for
3758
+ # Windows instances.
3759
+ #
3760
+ #
3761
+ #
3762
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-options.html
3763
+ # [2]: https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/configuring-instance-metadata-options.html
3764
+ #
3765
+ # @note When making an API call, you may pass InstanceMetadataOptions
3766
+ # data as a hash:
3767
+ #
3768
+ # {
3769
+ # http_tokens: "HttpTokens",
3770
+ # http_put_response_hop_limit: 1,
3771
+ # }
3772
+ #
3773
+ # @!attribute [rw] http_tokens
3774
+ # Indicates whether a signed token header is required for instance
3775
+ # metadata retrieval requests. The values affect the response as
3776
+ # follows:
3777
+ #
3778
+ # * **required** – When you retrieve the IAM role credentials, version
3779
+ # 2.0 credentials are returned in all cases.
3780
+ #
3781
+ # * **optional** – You can include a signed token header in your
3782
+ # request to retrieve instance metadata, or you can leave it out. If
3783
+ # you include it, version 2.0 credentials are returned for the IAM
3784
+ # role. Otherwise, version 1.0 credentials are returned.
3785
+ #
3786
+ # The default setting is **optional**.
3787
+ # @return [String]
3788
+ #
3789
+ # @!attribute [rw] http_put_response_hop_limit
3790
+ # Limit the number of hops that an instance metadata request can
3791
+ # traverse to reach its destination.
3792
+ # @return [Integer]
3793
+ #
3794
+ # @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/InstanceMetadataOptions AWS API Documentation
3795
+ #
3796
+ class InstanceMetadataOptions < Struct.new(
3797
+ :http_tokens,
3798
+ :http_put_response_hop_limit)
3799
+ SENSITIVE = []
3800
+ include Aws::Structure
3801
+ end
3802
+
3705
3803
  # You have provided an invalid pagination token in your request.
3706
3804
  #
3707
3805
  # @!attribute [rw] message
@@ -4591,14 +4689,11 @@ module Aws::Imagebuilder
4591
4689
  # &lt;major&gt;.&lt;minor&gt;.&lt;patch&gt;/&lt;build&gt;. You can
4592
4690
  # assign values for the first three, and can filter on all of them.
4593
4691
  #
4594
- # **Filtering:** When you retrieve or reference a resource with a
4595
- # semantic version, you can use wildcards (x) to filter your results.
4596
- # When you use a wildcard in any node, all nodes to the right of the
4597
- # first wildcard must also be wildcards. For example, specifying
4598
- # "1.2.x", or "1.x.x" works to filter list results, but neither
4599
- # "1.x.2", nor "x.2.x" will work. You do not have to specify the
4600
- # build - Image Builder automatically uses a wildcard for that, if
4601
- # applicable.
4692
+ # **Filtering:** With semantic versioning, you have the flexibility to
4693
+ # use wildcards (x) to specify the most recent versions or nodes when
4694
+ # selecting the base image or components for your recipe. When you use
4695
+ # a wildcard in any node, all nodes to the right of the first wildcard
4696
+ # must also be wildcards.
4602
4697
  #
4603
4698
  # </note>
4604
4699
  # @return [Array<Types::ImageVersion>]
@@ -5054,7 +5149,7 @@ module Aws::Imagebuilder
5054
5149
  # The condition configures when the pipeline should trigger a new
5055
5150
  # image build. When the `pipelineExecutionStartCondition` is set to
5056
5151
  # `EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE`, and you use
5057
- # semantic version filters on the source image or components in your
5152
+ # semantic version filters on the base image or components in your
5058
5153
  # image recipe, EC2 Image Builder will build a new image only when
5059
5154
  # there are new versions of the image or components in your recipe
5060
5155
  # that match the semantic version filter. When it is set to
@@ -5176,7 +5271,8 @@ module Aws::Imagebuilder
5176
5271
  include Aws::Structure
5177
5272
  end
5178
5273
 
5179
- # Contains settings for the SSM agent on your build instance.
5274
+ # Contains settings for the Systems Manager agent on your build
5275
+ # instance.
5180
5276
  #
5181
5277
  # @note When making an API call, you may pass SystemsManagerAgent
5182
5278
  # data as a hash:
@@ -5186,11 +5282,11 @@ module Aws::Imagebuilder
5186
5282
  # }
5187
5283
  #
5188
5284
  # @!attribute [rw] uninstall_after_build
5189
- # Controls whether the SSM agent is removed from your final build
5190
- # image, prior to creating the new AMI. If this is set to true, then
5191
- # the agent is removed from the final image. If it's set to false,
5192
- # then the agent is left in, so that it is included in the new AMI.
5193
- # The default value is false.
5285
+ # Controls whether the Systems Manager agent is removed from your
5286
+ # final build image, prior to creating the new AMI. If this is set to
5287
+ # true, then the agent is removed from the final image. If it's set
5288
+ # to false, then the agent is left in, so that it is included in the
5289
+ # new AMI. The default value is false.
5194
5290
  # @return [Boolean]
5195
5291
  #
5196
5292
  # @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/SystemsManagerAgent AWS API Documentation
@@ -5530,6 +5626,10 @@ module Aws::Imagebuilder
5530
5626
  # resource_tags: {
5531
5627
  # "TagKey" => "TagValue",
5532
5628
  # },
5629
+ # instance_metadata_options: {
5630
+ # http_tokens: "HttpTokens",
5631
+ # http_put_response_hop_limit: 1,
5632
+ # },
5533
5633
  # }
5534
5634
  #
5535
5635
  # @!attribute [rw] infrastructure_configuration_arn
@@ -5567,7 +5667,7 @@ module Aws::Imagebuilder
5567
5667
  # @return [Types::Logging]
5568
5668
  #
5569
5669
  # @!attribute [rw] key_pair
5570
- # The key pair of the infrastructure configuration. This can be used
5670
+ # The key pair of the infrastructure configuration. You can use this
5571
5671
  # to log on to and debug the instance used to create your image.
5572
5672
  # @return [String]
5573
5673
  #
@@ -5593,6 +5693,24 @@ module Aws::Imagebuilder
5593
5693
  # The tags attached to the resource created by Image Builder.
5594
5694
  # @return [Hash<String,String>]
5595
5695
  #
5696
+ # @!attribute [rw] instance_metadata_options
5697
+ # The instance metadata options that you can set for the HTTP requests
5698
+ # that pipeline builds use to launch EC2 build and test instances. For
5699
+ # more information about instance metadata options, see one of the
5700
+ # following links:
5701
+ #
5702
+ # * [Configure the instance metadata options][1] in the <i> <i>Amazon
5703
+ # EC2 User Guide</i> </i> for Linux instances.
5704
+ #
5705
+ # * [Configure the instance metadata options][2] in the <i> <i>Amazon
5706
+ # EC2 Windows Guide</i> </i> for Windows instances.
5707
+ #
5708
+ #
5709
+ #
5710
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-options.html
5711
+ # [2]: https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/configuring-instance-metadata-options.html
5712
+ # @return [Types::InstanceMetadataOptions]
5713
+ #
5596
5714
  # @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/UpdateInfrastructureConfigurationRequest AWS API Documentation
5597
5715
  #
5598
5716
  class UpdateInfrastructureConfigurationRequest < Struct.new(
@@ -5607,7 +5725,8 @@ module Aws::Imagebuilder
5607
5725
  :terminate_instance_on_failure,
5608
5726
  :sns_topic_arn,
5609
5727
  :client_token,
5610
- :resource_tags)
5728
+ :resource_tags,
5729
+ :instance_metadata_options)
5611
5730
  SENSITIVE = []
5612
5731
  include Aws::Structure
5613
5732
  end
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-imagebuilder/customizations'
48
48
  # @!group service
49
49
  module Aws::Imagebuilder
50
50
 
51
- GEM_VERSION = '1.28.0'
51
+ GEM_VERSION = '1.32.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-imagebuilder
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.28.0
4
+ version: 1.32.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-04 00:00:00.000000000 Z
11
+ date: 2021-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.119.0
22
+ version: 3.121.2
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.119.0
32
+ version: 3.121.2
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -76,7 +76,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
76
76
  requirements:
77
77
  - - ">="
78
78
  - !ruby/object:Gem::Version
79
- version: '0'
79
+ version: '2.3'
80
80
  required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  requirements:
82
82
  - - ">="