aws-sdk-imagebuilder 1.29.0 → 1.33.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: 7e228308494f5fd66a0ec9c701911fb0e42ecb0b9b2002dd45f3ff8b6af507fd
4
- data.tar.gz: 8f998b9be5279157c86ddbb38413cf12cff521a95f415c426f5bde074c7a6399
3
+ metadata.gz: 27448cd578cb4ee5908fa9185bd697131f79d153261ecfc1d13ca2c61b96f7ed
4
+ data.tar.gz: 4ad244769c5d0944a90a712b59f4e055b0d2ec62f3416c150225553710a698ff
5
5
  SHA512:
6
- metadata.gz: 071d6de10e25a56edff97df837bd3ff7bccc630266b0f775a8c4e6e6858587e3d3a7708cea2f4146c7f281d523e8463e1dd509a51fce975401ba36cad3b53729
7
- data.tar.gz: efb9b69dbb5c2b4fcae6068061602c2f09848a25be6d58a1af9abd2c100529585dc115994c1e30d3e302cd4202cb536de8992bc06434b9e24a8dbf590d4e20bf
6
+ metadata.gz: e1b078f72de53e517c54afb2e4f2bd171f87ad138c855b39c0d477b47a2b2979f17af2cc6e84976bc4777c32d653bcb6a3d7c59983215a039eb070e64bff4295
7
+ data.tar.gz: 35763d8856f2c53e2f2c77996e8a274caa6957ba6f82df50d36b3bb513ec9ce975457798e57c02bea8c335c5753ac22f87e639fe627b6a3078bdbef52667de39
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.33.0 (2021-11-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.32.0 (2021-10-18)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.31.0 (2021-09-28)
15
+ ------------------
16
+
17
+ * 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.
18
+
19
+ 1.30.0 (2021-09-22)
20
+ ------------------
21
+
22
+ * Feature - This feature adds support for specifying GP3 volume throughput and configuring instance metadata options for instances launched by EC2 Image Builder.
23
+
4
24
  1.29.0 (2021-09-01)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.29.0
1
+ 1.33.0
@@ -275,6 +275,15 @@ module Aws::Imagebuilder
275
275
  # ** Please note ** When response stubbing is enabled, no HTTP
276
276
  # requests are made, and retries are disabled.
277
277
  #
278
+ # @option options [Boolean] :use_dualstack_endpoint
279
+ # When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
280
+ # will be used if available.
281
+ #
282
+ # @option options [Boolean] :use_fips_endpoint
283
+ # When set to `true`, fips compatible endpoints will be used if available.
284
+ # When a `fips` region is used, the region is normalized and this config
285
+ # is set to `true`.
286
+ #
278
287
  # @option options [Boolean] :validate_params (true)
279
288
  # When `true`, request parameters are validated before
280
289
  # sending the request.
@@ -385,7 +394,7 @@ module Aws::Imagebuilder
385
394
  # **Assignment:** For the first three nodes you can assign any positive
386
395
  # integer value, including zero, with an upper limit of 2^30-1, or
387
396
  # 1073741823 for each node. Image Builder automatically assigns the
388
- # build number, and that is not open for updates.
397
+ # build number to the fourth node.
389
398
  #
390
399
  # **Patterns:** You can use any numeric pattern that adheres to the
391
400
  # assignment requirements for the nodes that you can assign. For
@@ -409,7 +418,7 @@ module Aws::Imagebuilder
409
418
  # @option params [Array<String>] :supported_os_versions
410
419
  # The operating system (OS) version supported by the component. If the
411
420
  # OS information is available, a prefix match is performed against the
412
- # parent image OS version during image recipe creation.
421
+ # base image OS version during image recipe creation.
413
422
  #
414
423
  # @option params [String] :data
415
424
  # The data of the component. Used to specify the data inline. Either
@@ -495,7 +504,7 @@ module Aws::Imagebuilder
495
504
  # **Assignment:** For the first three nodes you can assign any positive
496
505
  # integer value, including zero, with an upper limit of 2^30-1, or
497
506
  # 1073741823 for each node. Image Builder automatically assigns the
498
- # build number, and that is not open for updates.
507
+ # build number to the fourth node.
499
508
  #
500
509
  # **Patterns:** You can use any numeric pattern that adheres to the
501
510
  # assignment requirements for the nodes that you can assign. For
@@ -521,14 +530,14 @@ module Aws::Imagebuilder
521
530
  # container image.
522
531
  #
523
532
  # @option params [String] :platform_override
524
- # Specifies the operating system platform when you use a custom source
533
+ # Specifies the operating system platform when you use a custom base
525
534
  # image.
526
535
  #
527
536
  # @option params [String] :image_os_version_override
528
- # Specifies the operating system version for the source image.
537
+ # Specifies the operating system version for the base image.
529
538
  #
530
539
  # @option params [required, String] :parent_image
531
- # The source image for the container recipe.
540
+ # The base image for the container recipe.
532
541
  #
533
542
  # @option params [Hash<String,String>] :tags
534
543
  # Tags that are attached to the container recipe.
@@ -585,6 +594,7 @@ module Aws::Imagebuilder
585
594
  # snapshot_id: "NonEmptyString",
586
595
  # volume_size: 1,
587
596
  # volume_type: "standard", # accepts standard, io1, io2, gp2, gp3, sc1, st1
597
+ # throughput: 1,
588
598
  # },
589
599
  # virtual_name: "NonEmptyString",
590
600
  # no_device: "EmptyString",
@@ -906,7 +916,7 @@ module Aws::Imagebuilder
906
916
  # **Assignment:** For the first three nodes you can assign any positive
907
917
  # integer value, including zero, with an upper limit of 2^30-1, or
908
918
  # 1073741823 for each node. Image Builder automatically assigns the
909
- # build number, and that is not open for updates.
919
+ # build number to the fourth node.
910
920
  #
911
921
  # **Patterns:** You can use any numeric pattern that adheres to the
912
922
  # assignment requirements for the nodes that you can assign. For
@@ -919,9 +929,9 @@ module Aws::Imagebuilder
919
929
  # The components of the image recipe.
920
930
  #
921
931
  # @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:
932
+ # The base image of the image recipe. The value of the string can be the
933
+ # ARN of the base image or an AMI ID. The format for the ARN follows
934
+ # this example:
925
935
  # `arn:aws:imagebuilder:us-west-2:aws:image/windows-server-2016-english-full-base-x86/x.x.x`.
926
936
  # You can provide the specific version that you want to use, or you can
927
937
  # use a wildcard in all of the fields. If you enter an AMI ID for the
@@ -982,6 +992,7 @@ module Aws::Imagebuilder
982
992
  # snapshot_id: "NonEmptyString",
983
993
  # volume_size: 1,
984
994
  # volume_type: "standard", # accepts standard, io1, io2, gp2, gp3, sc1, st1
995
+ # throughput: 1,
985
996
  # },
986
997
  # virtual_name: "NonEmptyString",
987
998
  # no_device: "EmptyString",
@@ -1046,7 +1057,7 @@ module Aws::Imagebuilder
1046
1057
  # The logging configuration of the infrastructure configuration.
1047
1058
  #
1048
1059
  # @option params [String] :key_pair
1049
- # The key pair of the infrastructure configuration. This can be used to
1060
+ # The key pair of the infrastructure configuration. You can use this to
1050
1061
  # log on to and debug the instance used to create your image.
1051
1062
  #
1052
1063
  # @option params [Boolean] :terminate_instance_on_failure
@@ -1061,6 +1072,10 @@ module Aws::Imagebuilder
1061
1072
  # @option params [Hash<String,String>] :resource_tags
1062
1073
  # The tags attached to the resource created by Image Builder.
1063
1074
  #
1075
+ # @option params [Types::InstanceMetadataOptions] :instance_metadata_options
1076
+ # The instance metadata options that you can set for the HTTP requests
1077
+ # that pipeline builds use to launch EC2 build and test instances.
1078
+ #
1064
1079
  # @option params [Hash<String,String>] :tags
1065
1080
  # The tags of the infrastructure configuration.
1066
1081
  #
@@ -1097,6 +1112,10 @@ module Aws::Imagebuilder
1097
1112
  # resource_tags: {
1098
1113
  # "TagKey" => "TagValue",
1099
1114
  # },
1115
+ # instance_metadata_options: {
1116
+ # http_tokens: "HttpTokens",
1117
+ # http_put_response_hop_limit: 1,
1118
+ # },
1100
1119
  # tags: {
1101
1120
  # "TagKey" => "TagValue",
1102
1121
  # },
@@ -1210,10 +1229,29 @@ module Aws::Imagebuilder
1210
1229
  req.send_request(options)
1211
1230
  end
1212
1231
 
1213
- # Deletes an image.
1232
+ # Deletes an Image Builder image resource. This does not delete any EC2
1233
+ # AMIs or ECR container images that are created during the image build
1234
+ # process. You must clean those up separately, using the appropriate
1235
+ # Amazon EC2 or Amazon ECR console actions, or API or CLI commands.
1236
+ #
1237
+ # * To deregister an EC2 Linux AMI, see [Deregister your Linux AMI][1]
1238
+ # in the <i> <i>Amazon EC2 User Guide</i> </i>.
1239
+ #
1240
+ # * To deregister an EC2 Windows AMI, see [Deregister your Windows
1241
+ # AMI][2] in the <i> <i>Amazon EC2 Windows Guide</i> </i>.
1242
+ #
1243
+ # * To delete a container image from Amazon ECR, see [Deleting an
1244
+ # image][3] in the *Amazon ECR User Guide*.
1245
+ #
1246
+ #
1247
+ #
1248
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/deregister-ami.html
1249
+ # [2]: https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/deregister-ami.html
1250
+ # [3]: https://docs.aws.amazon.com/https:/docs.aws.amazon.comAmazonECR/latest/userguide/delete_image.html
1214
1251
  #
1215
1252
  # @option params [required, String] :image_build_version_arn
1216
- # The Amazon Resource Name (ARN) of the image to delete.
1253
+ # The Amazon Resource Name (ARN) of the Image Builder image resource to
1254
+ # delete.
1217
1255
  #
1218
1256
  # @return [Types::DeleteImageResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1219
1257
  #
@@ -1360,6 +1398,8 @@ module Aws::Imagebuilder
1360
1398
  # resp.component.platform #=> String, one of "Windows", "Linux"
1361
1399
  # resp.component.supported_os_versions #=> Array
1362
1400
  # resp.component.supported_os_versions[0] #=> String
1401
+ # resp.component.state.status #=> String, one of "DEPRECATED"
1402
+ # resp.component.state.reason #=> String
1363
1403
  # resp.component.parameters #=> Array
1364
1404
  # resp.component.parameters[0].name #=> String
1365
1405
  # resp.component.parameters[0].type #=> String
@@ -1456,6 +1496,7 @@ module Aws::Imagebuilder
1456
1496
  # resp.container_recipe.instance_configuration.block_device_mappings[0].ebs.snapshot_id #=> String
1457
1497
  # resp.container_recipe.instance_configuration.block_device_mappings[0].ebs.volume_size #=> Integer
1458
1498
  # resp.container_recipe.instance_configuration.block_device_mappings[0].ebs.volume_type #=> String, one of "standard", "io1", "io2", "gp2", "gp3", "sc1", "st1"
1499
+ # resp.container_recipe.instance_configuration.block_device_mappings[0].ebs.throughput #=> Integer
1459
1500
  # resp.container_recipe.instance_configuration.block_device_mappings[0].virtual_name #=> String
1460
1501
  # resp.container_recipe.instance_configuration.block_device_mappings[0].no_device #=> String
1461
1502
  # resp.container_recipe.dockerfile_template_data #=> String
@@ -1622,6 +1663,7 @@ module Aws::Imagebuilder
1622
1663
  # resp.image.image_recipe.block_device_mappings[0].ebs.snapshot_id #=> String
1623
1664
  # resp.image.image_recipe.block_device_mappings[0].ebs.volume_size #=> Integer
1624
1665
  # resp.image.image_recipe.block_device_mappings[0].ebs.volume_type #=> String, one of "standard", "io1", "io2", "gp2", "gp3", "sc1", "st1"
1666
+ # resp.image.image_recipe.block_device_mappings[0].ebs.throughput #=> Integer
1625
1667
  # resp.image.image_recipe.block_device_mappings[0].virtual_name #=> String
1626
1668
  # resp.image.image_recipe.block_device_mappings[0].no_device #=> String
1627
1669
  # resp.image.image_recipe.date_created #=> String
@@ -1653,6 +1695,7 @@ module Aws::Imagebuilder
1653
1695
  # resp.image.container_recipe.instance_configuration.block_device_mappings[0].ebs.snapshot_id #=> String
1654
1696
  # resp.image.container_recipe.instance_configuration.block_device_mappings[0].ebs.volume_size #=> Integer
1655
1697
  # resp.image.container_recipe.instance_configuration.block_device_mappings[0].ebs.volume_type #=> String, one of "standard", "io1", "io2", "gp2", "gp3", "sc1", "st1"
1698
+ # resp.image.container_recipe.instance_configuration.block_device_mappings[0].ebs.throughput #=> Integer
1656
1699
  # resp.image.container_recipe.instance_configuration.block_device_mappings[0].virtual_name #=> String
1657
1700
  # resp.image.container_recipe.instance_configuration.block_device_mappings[0].no_device #=> String
1658
1701
  # resp.image.container_recipe.dockerfile_template_data #=> String
@@ -1685,6 +1728,8 @@ module Aws::Imagebuilder
1685
1728
  # resp.image.infrastructure_configuration.date_updated #=> String
1686
1729
  # resp.image.infrastructure_configuration.resource_tags #=> Hash
1687
1730
  # resp.image.infrastructure_configuration.resource_tags["TagKey"] #=> String
1731
+ # resp.image.infrastructure_configuration.instance_metadata_options.http_tokens #=> String
1732
+ # resp.image.infrastructure_configuration.instance_metadata_options.http_put_response_hop_limit #=> Integer
1688
1733
  # resp.image.infrastructure_configuration.tags #=> Hash
1689
1734
  # resp.image.infrastructure_configuration.tags["TagKey"] #=> String
1690
1735
  # resp.image.distribution_configuration.arn #=> String
@@ -1871,6 +1916,7 @@ module Aws::Imagebuilder
1871
1916
  # resp.image_recipe.block_device_mappings[0].ebs.snapshot_id #=> String
1872
1917
  # resp.image_recipe.block_device_mappings[0].ebs.volume_size #=> Integer
1873
1918
  # resp.image_recipe.block_device_mappings[0].ebs.volume_type #=> String, one of "standard", "io1", "io2", "gp2", "gp3", "sc1", "st1"
1919
+ # resp.image_recipe.block_device_mappings[0].ebs.throughput #=> Integer
1874
1920
  # resp.image_recipe.block_device_mappings[0].virtual_name #=> String
1875
1921
  # resp.image_recipe.block_device_mappings[0].no_device #=> String
1876
1922
  # resp.image_recipe.date_created #=> String
@@ -1958,6 +2004,8 @@ module Aws::Imagebuilder
1958
2004
  # resp.infrastructure_configuration.date_updated #=> String
1959
2005
  # resp.infrastructure_configuration.resource_tags #=> Hash
1960
2006
  # resp.infrastructure_configuration.resource_tags["TagKey"] #=> String
2007
+ # resp.infrastructure_configuration.instance_metadata_options.http_tokens #=> String
2008
+ # resp.infrastructure_configuration.instance_metadata_options.http_put_response_hop_limit #=> Integer
1961
2009
  # resp.infrastructure_configuration.tags #=> Hash
1962
2010
  # resp.infrastructure_configuration.tags["TagKey"] #=> String
1963
2011
  #
@@ -1983,14 +2031,11 @@ module Aws::Imagebuilder
1983
2031
  # &lt;major&gt;.&lt;minor&gt;.&lt;patch&gt;/&lt;build&gt;. You can
1984
2032
  # assign values for the first three, and can filter on all of them.
1985
2033
  #
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.
2034
+ # **Filtering:** With semantic versioning, you have the flexibility to
2035
+ # use wildcards (x) to specify the most recent versions or nodes when
2036
+ # selecting the base image or components for your recipe. When you use a
2037
+ # wildcard in any node, all nodes to the right of the first wildcard
2038
+ # must also be wildcards.
1994
2039
  #
1995
2040
  # </note>
1996
2041
  #
@@ -2082,14 +2127,11 @@ module Aws::Imagebuilder
2082
2127
  # &lt;major&gt;.&lt;minor&gt;.&lt;patch&gt;/&lt;build&gt;. You can
2083
2128
  # assign values for the first three, and can filter on all of them.
2084
2129
  #
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.
2130
+ # **Filtering:** With semantic versioning, you have the flexibility to
2131
+ # use wildcards (x) to specify the most recent versions or nodes when
2132
+ # selecting the base image or components for your recipe. When you use a
2133
+ # wildcard in any node, all nodes to the right of the first wildcard
2134
+ # must also be wildcards.
2093
2135
  #
2094
2136
  # </note>
2095
2137
  #
@@ -2130,6 +2172,8 @@ module Aws::Imagebuilder
2130
2172
  # resp.component_summary_list[0].platform #=> String, one of "Windows", "Linux"
2131
2173
  # resp.component_summary_list[0].supported_os_versions #=> Array
2132
2174
  # resp.component_summary_list[0].supported_os_versions[0] #=> String
2175
+ # resp.component_summary_list[0].state.status #=> String, one of "DEPRECATED"
2176
+ # resp.component_summary_list[0].state.reason #=> String
2133
2177
  # resp.component_summary_list[0].type #=> String, one of "BUILD", "TEST"
2134
2178
  # resp.component_summary_list[0].owner #=> String
2135
2179
  # resp.component_summary_list[0].description #=> String
@@ -2155,14 +2199,11 @@ module Aws::Imagebuilder
2155
2199
  # &lt;major&gt;.&lt;minor&gt;.&lt;patch&gt;/&lt;build&gt;. You can
2156
2200
  # assign values for the first three, and can filter on all of them.
2157
2201
  #
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.
2202
+ # **Filtering:** With semantic versioning, you have the flexibility to
2203
+ # use wildcards (x) to specify the most recent versions or nodes when
2204
+ # selecting the base image or components for your recipe. When you use a
2205
+ # wildcard in any node, all nodes to the right of the first wildcard
2206
+ # must also be wildcards.
2166
2207
  #
2167
2208
  # </note>
2168
2209
  #
@@ -2463,7 +2504,8 @@ module Aws::Imagebuilder
2463
2504
  end
2464
2505
 
2465
2506
  # List the Packages that are associated with an Image Build Version, as
2466
- # determined by Amazon EC2 Systems Manager Inventory at build time.
2507
+ # determined by Amazon Web Services Systems Manager Inventory at build
2508
+ # time.
2467
2509
  #
2468
2510
  # @option params [required, String] :image_build_version_arn
2469
2511
  # Filter results for the ListImagePackages request by the Image Build
@@ -3395,7 +3437,7 @@ module Aws::Imagebuilder
3395
3437
  # The logging configuration of the infrastructure configuration.
3396
3438
  #
3397
3439
  # @option params [String] :key_pair
3398
- # The key pair of the infrastructure configuration. This can be used to
3440
+ # The key pair of the infrastructure configuration. You can use this to
3399
3441
  # log on to and debug the instance used to create your image.
3400
3442
  #
3401
3443
  # @option params [Boolean] :terminate_instance_on_failure
@@ -3416,6 +3458,23 @@ module Aws::Imagebuilder
3416
3458
  # @option params [Hash<String,String>] :resource_tags
3417
3459
  # The tags attached to the resource created by Image Builder.
3418
3460
  #
3461
+ # @option params [Types::InstanceMetadataOptions] :instance_metadata_options
3462
+ # The instance metadata options that you can set for the HTTP requests
3463
+ # that pipeline builds use to launch EC2 build and test instances. For
3464
+ # more information about instance metadata options, see one of the
3465
+ # following links:
3466
+ #
3467
+ # * [Configure the instance metadata options][1] in the <i> <i>Amazon
3468
+ # EC2 User Guide</i> </i> for Linux instances.
3469
+ #
3470
+ # * [Configure the instance metadata options][2] in the <i> <i>Amazon
3471
+ # EC2 Windows Guide</i> </i> for Windows instances.
3472
+ #
3473
+ #
3474
+ #
3475
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-options.html
3476
+ # [2]: https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/configuring-instance-metadata-options.html
3477
+ #
3419
3478
  # @return [Types::UpdateInfrastructureConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3420
3479
  #
3421
3480
  # * {Types::UpdateInfrastructureConfigurationResponse#request_id #request_id} => String
@@ -3444,6 +3503,10 @@ module Aws::Imagebuilder
3444
3503
  # resource_tags: {
3445
3504
  # "TagKey" => "TagValue",
3446
3505
  # },
3506
+ # instance_metadata_options: {
3507
+ # http_tokens: "HttpTokens",
3508
+ # http_put_response_hop_limit: 1,
3509
+ # },
3447
3510
  # })
3448
3511
  #
3449
3512
  # @example Response structure
@@ -3474,7 +3537,7 @@ module Aws::Imagebuilder
3474
3537
  params: params,
3475
3538
  config: config)
3476
3539
  context[:gem_name] = 'aws-sdk-imagebuilder'
3477
- context[:gem_version] = '1.29.0'
3540
+ context[:gem_version] = '1.33.0'
3478
3541
  Seahorse::Client::Request.new(handlers, context)
3479
3542
  end
3480
3543
 
@@ -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.29.0'
51
+ GEM_VERSION = '1.33.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.29.0
4
+ version: 1.33.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-09-01 00:00:00.000000000 Z
11
+ date: 2021-11-04 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.120.0
22
+ version: 3.122.0
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.120.0
32
+ version: 3.122.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement