aws-sdk-imagebuilder 1.30.0 → 1.34.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-imagebuilder/client.rb +41 -32
- data/lib/aws-sdk-imagebuilder/client_api.rb +10 -0
- data/lib/aws-sdk-imagebuilder/types.rb +73 -53
- data/lib/aws-sdk-imagebuilder.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fddd64311508f248d270e408e700763b4e0d4f3edc9fc572c355a2d32cc2c46c
|
|
4
|
+
data.tar.gz: 7b7eefaf9a5ad025f736681d3d18aca74ca1dd53e45b54189f79aec43bf26372
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 88ad49c5c8d06c12577e6c55425ac500d6483f44e8199822e92fccbcfbb84d723659ac12436447b43a5a17503871d756717028cf7e5437bb312ad2225301dcad
|
|
7
|
+
data.tar.gz: ddd34e2f245fcc6add07322553d6ef46fba4f8de1e19dd69a2f9f5181b6c3d4a84671c34edc169ed04494437522e1b0d1479dcfd1f694cc94d3b13c432a8fc7b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.34.0 (2021-11-24)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release adds support for sharing AMIs with Organizations within an EC2 Image Builder Distribution Configuration.
|
|
8
|
+
|
|
9
|
+
1.33.0 (2021-11-04)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
14
|
+
1.32.0 (2021-10-18)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
18
|
+
|
|
19
|
+
1.31.0 (2021-09-28)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* 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.
|
|
23
|
+
|
|
4
24
|
1.30.0 (2021-09-22)
|
|
5
25
|
------------------
|
|
6
26
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.34.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.
|
|
@@ -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
|
-
#
|
|
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
|
|
@@ -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
|
|
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
|
|
537
|
+
# Specifies the operating system version for the base image.
|
|
529
538
|
#
|
|
530
539
|
# @option params [required, String] :parent_image
|
|
531
|
-
# The
|
|
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.
|
|
@@ -670,6 +679,8 @@ module Aws::Imagebuilder
|
|
|
670
679
|
# launch_permission: {
|
|
671
680
|
# user_ids: ["AccountId"],
|
|
672
681
|
# user_groups: ["NonEmptyString"],
|
|
682
|
+
# organization_arns: ["OrganizationArn"],
|
|
683
|
+
# organizational_unit_arns: ["OrganizationalUnitArn"],
|
|
673
684
|
# },
|
|
674
685
|
# },
|
|
675
686
|
# container_distribution_configuration: {
|
|
@@ -920,9 +931,9 @@ module Aws::Imagebuilder
|
|
|
920
931
|
# The components of the image recipe.
|
|
921
932
|
#
|
|
922
933
|
# @option params [required, String] :parent_image
|
|
923
|
-
# The
|
|
924
|
-
#
|
|
925
|
-
#
|
|
934
|
+
# The base image of the image recipe. The value of the string can be the
|
|
935
|
+
# ARN of the base image or an AMI ID. The format for the ARN follows
|
|
936
|
+
# this example:
|
|
926
937
|
# `arn:aws:imagebuilder:us-west-2:aws:image/windows-server-2016-english-full-base-x86/x.x.x`.
|
|
927
938
|
# You can provide the specific version that you want to use, or you can
|
|
928
939
|
# use a wildcard in all of the fields. If you enter an AMI ID for the
|
|
@@ -1028,21 +1039,9 @@ module Aws::Imagebuilder
|
|
|
1028
1039
|
# The description of the infrastructure configuration.
|
|
1029
1040
|
#
|
|
1030
1041
|
# @option params [Array<String>] :instance_types
|
|
1031
|
-
# The instance
|
|
1032
|
-
#
|
|
1033
|
-
#
|
|
1034
|
-
# following links:
|
|
1035
|
-
#
|
|
1036
|
-
# * [Configure the instance metadata options][1] in the <i> <i>Amazon
|
|
1037
|
-
# EC2 User Guide</i> </i> for Linux instances.
|
|
1038
|
-
#
|
|
1039
|
-
# * [Configure the instance metadata options][2] in the <i> <i>Amazon
|
|
1040
|
-
# EC2 Windows Guide</i> </i> for Windows instances.
|
|
1041
|
-
#
|
|
1042
|
-
#
|
|
1043
|
-
#
|
|
1044
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-options.html
|
|
1045
|
-
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/configuring-instance-metadata-options.html
|
|
1042
|
+
# The instance types of the infrastructure configuration. You can
|
|
1043
|
+
# specify one or more instance types to use for this build. The service
|
|
1044
|
+
# will pick one of these instance types based on availability.
|
|
1046
1045
|
#
|
|
1047
1046
|
# @option params [required, String] :instance_profile_name
|
|
1048
1047
|
# The instance profile to associate with the instance used to customize
|
|
@@ -1250,7 +1249,7 @@ module Aws::Imagebuilder
|
|
|
1250
1249
|
#
|
|
1251
1250
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/deregister-ami.html
|
|
1252
1251
|
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/deregister-ami.html
|
|
1253
|
-
# [3]: https://docs.aws.amazon.com/
|
|
1252
|
+
# [3]: https://docs.aws.amazon.com/AmazonECR/latest/userguide/delete_image.html
|
|
1254
1253
|
#
|
|
1255
1254
|
# @option params [required, String] :image_build_version_arn
|
|
1256
1255
|
# The Amazon Resource Name (ARN) of the Image Builder image resource to
|
|
@@ -1589,6 +1588,10 @@ module Aws::Imagebuilder
|
|
|
1589
1588
|
# resp.distribution_configuration.distributions[0].ami_distribution_configuration.launch_permission.user_ids[0] #=> String
|
|
1590
1589
|
# resp.distribution_configuration.distributions[0].ami_distribution_configuration.launch_permission.user_groups #=> Array
|
|
1591
1590
|
# resp.distribution_configuration.distributions[0].ami_distribution_configuration.launch_permission.user_groups[0] #=> String
|
|
1591
|
+
# resp.distribution_configuration.distributions[0].ami_distribution_configuration.launch_permission.organization_arns #=> Array
|
|
1592
|
+
# resp.distribution_configuration.distributions[0].ami_distribution_configuration.launch_permission.organization_arns[0] #=> String
|
|
1593
|
+
# resp.distribution_configuration.distributions[0].ami_distribution_configuration.launch_permission.organizational_unit_arns #=> Array
|
|
1594
|
+
# resp.distribution_configuration.distributions[0].ami_distribution_configuration.launch_permission.organizational_unit_arns[0] #=> String
|
|
1592
1595
|
# resp.distribution_configuration.distributions[0].container_distribution_configuration.description #=> String
|
|
1593
1596
|
# resp.distribution_configuration.distributions[0].container_distribution_configuration.container_tags #=> Array
|
|
1594
1597
|
# resp.distribution_configuration.distributions[0].container_distribution_configuration.container_tags[0] #=> String
|
|
@@ -1751,6 +1754,10 @@ module Aws::Imagebuilder
|
|
|
1751
1754
|
# resp.image.distribution_configuration.distributions[0].ami_distribution_configuration.launch_permission.user_ids[0] #=> String
|
|
1752
1755
|
# resp.image.distribution_configuration.distributions[0].ami_distribution_configuration.launch_permission.user_groups #=> Array
|
|
1753
1756
|
# resp.image.distribution_configuration.distributions[0].ami_distribution_configuration.launch_permission.user_groups[0] #=> String
|
|
1757
|
+
# resp.image.distribution_configuration.distributions[0].ami_distribution_configuration.launch_permission.organization_arns #=> Array
|
|
1758
|
+
# resp.image.distribution_configuration.distributions[0].ami_distribution_configuration.launch_permission.organization_arns[0] #=> String
|
|
1759
|
+
# resp.image.distribution_configuration.distributions[0].ami_distribution_configuration.launch_permission.organizational_unit_arns #=> Array
|
|
1760
|
+
# resp.image.distribution_configuration.distributions[0].ami_distribution_configuration.launch_permission.organizational_unit_arns[0] #=> String
|
|
1754
1761
|
# resp.image.distribution_configuration.distributions[0].container_distribution_configuration.description #=> String
|
|
1755
1762
|
# resp.image.distribution_configuration.distributions[0].container_distribution_configuration.container_tags #=> Array
|
|
1756
1763
|
# resp.image.distribution_configuration.distributions[0].container_distribution_configuration.container_tags[0] #=> String
|
|
@@ -2036,8 +2043,8 @@ module Aws::Imagebuilder
|
|
|
2036
2043
|
#
|
|
2037
2044
|
# **Filtering:** With semantic versioning, you have the flexibility to
|
|
2038
2045
|
# use wildcards (x) to specify the most recent versions or nodes when
|
|
2039
|
-
# selecting the
|
|
2040
|
-
#
|
|
2046
|
+
# selecting the base image or components for your recipe. When you use a
|
|
2047
|
+
# wildcard in any node, all nodes to the right of the first wildcard
|
|
2041
2048
|
# must also be wildcards.
|
|
2042
2049
|
#
|
|
2043
2050
|
# </note>
|
|
@@ -2132,8 +2139,8 @@ module Aws::Imagebuilder
|
|
|
2132
2139
|
#
|
|
2133
2140
|
# **Filtering:** With semantic versioning, you have the flexibility to
|
|
2134
2141
|
# use wildcards (x) to specify the most recent versions or nodes when
|
|
2135
|
-
# selecting the
|
|
2136
|
-
#
|
|
2142
|
+
# selecting the base image or components for your recipe. When you use a
|
|
2143
|
+
# wildcard in any node, all nodes to the right of the first wildcard
|
|
2137
2144
|
# must also be wildcards.
|
|
2138
2145
|
#
|
|
2139
2146
|
# </note>
|
|
@@ -2204,8 +2211,8 @@ module Aws::Imagebuilder
|
|
|
2204
2211
|
#
|
|
2205
2212
|
# **Filtering:** With semantic versioning, you have the flexibility to
|
|
2206
2213
|
# use wildcards (x) to specify the most recent versions or nodes when
|
|
2207
|
-
# selecting the
|
|
2208
|
-
#
|
|
2214
|
+
# selecting the base image or components for your recipe. When you use a
|
|
2215
|
+
# wildcard in any node, all nodes to the right of the first wildcard
|
|
2209
2216
|
# must also be wildcards.
|
|
2210
2217
|
#
|
|
2211
2218
|
# </note>
|
|
@@ -3005,11 +3012,11 @@ module Aws::Imagebuilder
|
|
|
3005
3012
|
|
|
3006
3013
|
# Applies a policy to a container image. We recommend that you call the
|
|
3007
3014
|
# RAM API CreateResourceShare
|
|
3008
|
-
# (https://docs.aws.amazon.com
|
|
3015
|
+
# (https://docs.aws.amazon.com//ram/latest/APIReference/API\_CreateResourceShare.html)
|
|
3009
3016
|
# to share resources. If you call the Image Builder API
|
|
3010
3017
|
# `PutContainerImagePolicy`, you must also call the RAM API
|
|
3011
3018
|
# PromoteResourceShareCreatedFromPolicy
|
|
3012
|
-
# (https://docs.aws.amazon.com
|
|
3019
|
+
# (https://docs.aws.amazon.com//ram/latest/APIReference/API\_PromoteResourceShareCreatedFromPolicy.html)
|
|
3013
3020
|
# in order for the resource to be visible to all principals with whom
|
|
3014
3021
|
# the resource is shared.
|
|
3015
3022
|
#
|
|
@@ -3273,6 +3280,8 @@ module Aws::Imagebuilder
|
|
|
3273
3280
|
# launch_permission: {
|
|
3274
3281
|
# user_ids: ["AccountId"],
|
|
3275
3282
|
# user_groups: ["NonEmptyString"],
|
|
3283
|
+
# organization_arns: ["OrganizationArn"],
|
|
3284
|
+
# organizational_unit_arns: ["OrganizationalUnitArn"],
|
|
3276
3285
|
# },
|
|
3277
3286
|
# },
|
|
3278
3287
|
# container_distribution_configuration: {
|
|
@@ -3540,7 +3549,7 @@ module Aws::Imagebuilder
|
|
|
3540
3549
|
params: params,
|
|
3541
3550
|
config: config)
|
|
3542
3551
|
context[:gem_name] = 'aws-sdk-imagebuilder'
|
|
3543
|
-
context[:gem_version] = '1.
|
|
3552
|
+
context[:gem_version] = '1.34.0'
|
|
3544
3553
|
Seahorse::Client::Request.new(handlers, context)
|
|
3545
3554
|
end
|
|
3546
3555
|
|
|
@@ -212,6 +212,10 @@ module Aws::Imagebuilder
|
|
|
212
212
|
Logging = Shapes::StructureShape.new(name: 'Logging')
|
|
213
213
|
NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
|
|
214
214
|
NullableBoolean = Shapes::BooleanShape.new(name: 'NullableBoolean')
|
|
215
|
+
OrganizationArn = Shapes::StringShape.new(name: 'OrganizationArn')
|
|
216
|
+
OrganizationArnList = Shapes::ListShape.new(name: 'OrganizationArnList')
|
|
217
|
+
OrganizationalUnitArn = Shapes::StringShape.new(name: 'OrganizationalUnitArn')
|
|
218
|
+
OrganizationalUnitArnList = Shapes::ListShape.new(name: 'OrganizationalUnitArnList')
|
|
215
219
|
OsVersion = Shapes::StringShape.new(name: 'OsVersion')
|
|
216
220
|
OsVersionList = Shapes::ListShape.new(name: 'OsVersionList')
|
|
217
221
|
OutputResources = Shapes::StructureShape.new(name: 'OutputResources')
|
|
@@ -924,6 +928,8 @@ module Aws::Imagebuilder
|
|
|
924
928
|
|
|
925
929
|
LaunchPermissionConfiguration.add_member(:user_ids, Shapes::ShapeRef.new(shape: AccountList, location_name: "userIds"))
|
|
926
930
|
LaunchPermissionConfiguration.add_member(:user_groups, Shapes::ShapeRef.new(shape: StringList, location_name: "userGroups"))
|
|
931
|
+
LaunchPermissionConfiguration.add_member(:organization_arns, Shapes::ShapeRef.new(shape: OrganizationArnList, location_name: "organizationArns"))
|
|
932
|
+
LaunchPermissionConfiguration.add_member(:organizational_unit_arns, Shapes::ShapeRef.new(shape: OrganizationalUnitArnList, location_name: "organizationalUnitArns"))
|
|
927
933
|
LaunchPermissionConfiguration.struct_class = Types::LaunchPermissionConfiguration
|
|
928
934
|
|
|
929
935
|
LaunchTemplateConfiguration.add_member(:launch_template_id, Shapes::ShapeRef.new(shape: LaunchTemplateId, required: true, location_name: "launchTemplateId"))
|
|
@@ -1063,6 +1069,10 @@ module Aws::Imagebuilder
|
|
|
1063
1069
|
Logging.add_member(:s3_logs, Shapes::ShapeRef.new(shape: S3Logs, location_name: "s3Logs"))
|
|
1064
1070
|
Logging.struct_class = Types::Logging
|
|
1065
1071
|
|
|
1072
|
+
OrganizationArnList.member = Shapes::ShapeRef.new(shape: OrganizationArn)
|
|
1073
|
+
|
|
1074
|
+
OrganizationalUnitArnList.member = Shapes::ShapeRef.new(shape: OrganizationalUnitArn)
|
|
1075
|
+
|
|
1066
1076
|
OsVersionList.member = Shapes::ShapeRef.new(shape: OsVersion)
|
|
1067
1077
|
|
|
1068
1078
|
OutputResources.add_member(:amis, Shapes::ShapeRef.new(shape: AmiList, location_name: "amis"))
|
|
@@ -40,7 +40,7 @@ module Aws::Imagebuilder
|
|
|
40
40
|
# Builder might have added to ensure that Systems Manager is installed
|
|
41
41
|
# on your Linux build instance. If you override the user data, make
|
|
42
42
|
# sure that you add commands to install Systems Manager, if it is not
|
|
43
|
-
# pre-installed on your
|
|
43
|
+
# pre-installed on your base image.
|
|
44
44
|
#
|
|
45
45
|
# </note>
|
|
46
46
|
# @return [String]
|
|
@@ -110,15 +110,17 @@ module Aws::Imagebuilder
|
|
|
110
110
|
# launch_permission: {
|
|
111
111
|
# user_ids: ["AccountId"],
|
|
112
112
|
# user_groups: ["NonEmptyString"],
|
|
113
|
+
# organization_arns: ["OrganizationArn"],
|
|
114
|
+
# organizational_unit_arns: ["OrganizationalUnitArn"],
|
|
113
115
|
# },
|
|
114
116
|
# }
|
|
115
117
|
#
|
|
116
118
|
# @!attribute [rw] name
|
|
117
|
-
# The name of the
|
|
119
|
+
# The name of the output AMI.
|
|
118
120
|
# @return [String]
|
|
119
121
|
#
|
|
120
122
|
# @!attribute [rw] description
|
|
121
|
-
# The description of the distribution configuration. Minimum and
|
|
123
|
+
# The description of the AMI distribution configuration. Minimum and
|
|
122
124
|
# maximum length are in characters.
|
|
123
125
|
# @return [String]
|
|
124
126
|
#
|
|
@@ -268,7 +270,7 @@ module Aws::Imagebuilder
|
|
|
268
270
|
# @!attribute [rw] supported_os_versions
|
|
269
271
|
# The operating system (OS) version supported by the component. If the
|
|
270
272
|
# OS information is available, a prefix match is performed against the
|
|
271
|
-
#
|
|
273
|
+
# base image OS version during image recipe creation.
|
|
272
274
|
# @return [Array<String>]
|
|
273
275
|
#
|
|
274
276
|
# @!attribute [rw] state
|
|
@@ -460,7 +462,7 @@ module Aws::Imagebuilder
|
|
|
460
462
|
# @!attribute [rw] supported_os_versions
|
|
461
463
|
# The operating system (OS) version supported by the component. If the
|
|
462
464
|
# OS information is available, a prefix match is performed against the
|
|
463
|
-
#
|
|
465
|
+
# base image OS version during image recipe creation.
|
|
464
466
|
# @return [Array<String>]
|
|
465
467
|
#
|
|
466
468
|
# @!attribute [rw] state
|
|
@@ -556,9 +558,9 @@ module Aws::Imagebuilder
|
|
|
556
558
|
#
|
|
557
559
|
# **Filtering:** With semantic versioning, you have the flexibility to
|
|
558
560
|
# use wildcards (x) to specify the most recent versions or nodes when
|
|
559
|
-
# selecting the
|
|
560
|
-
#
|
|
561
|
-
#
|
|
561
|
+
# selecting the base image or components for your recipe. When you use
|
|
562
|
+
# a wildcard in any node, all nodes to the right of the first wildcard
|
|
563
|
+
# must also be wildcards.
|
|
562
564
|
#
|
|
563
565
|
# </note>
|
|
564
566
|
# @return [String]
|
|
@@ -574,7 +576,7 @@ module Aws::Imagebuilder
|
|
|
574
576
|
# @!attribute [rw] supported_os_versions
|
|
575
577
|
# he operating system (OS) version supported by the component. If the
|
|
576
578
|
# OS information is available, a prefix match is performed against the
|
|
577
|
-
#
|
|
579
|
+
# base image OS version during image recipe creation.
|
|
578
580
|
# @return [Array<String>]
|
|
579
581
|
#
|
|
580
582
|
# @!attribute [rw] type
|
|
@@ -724,9 +726,9 @@ module Aws::Imagebuilder
|
|
|
724
726
|
#
|
|
725
727
|
# **Filtering:** With semantic versioning, you have the flexibility to
|
|
726
728
|
# use wildcards (x) to specify the most recent versions or nodes when
|
|
727
|
-
# selecting the
|
|
728
|
-
#
|
|
729
|
-
#
|
|
729
|
+
# selecting the base image or components for your recipe. When you use
|
|
730
|
+
# a wildcard in any node, all nodes to the right of the first wildcard
|
|
731
|
+
# must also be wildcards.
|
|
730
732
|
#
|
|
731
733
|
# </note>
|
|
732
734
|
# @return [String]
|
|
@@ -759,7 +761,7 @@ module Aws::Imagebuilder
|
|
|
759
761
|
# @return [Boolean]
|
|
760
762
|
#
|
|
761
763
|
# @!attribute [rw] parent_image
|
|
762
|
-
# The
|
|
764
|
+
# The base image for the container recipe.
|
|
763
765
|
# @return [String]
|
|
764
766
|
#
|
|
765
767
|
# @!attribute [rw] date_created
|
|
@@ -825,7 +827,7 @@ module Aws::Imagebuilder
|
|
|
825
827
|
# @return [String]
|
|
826
828
|
#
|
|
827
829
|
# @!attribute [rw] parent_image
|
|
828
|
-
# The
|
|
830
|
+
# The base image for the container recipe.
|
|
829
831
|
# @return [String]
|
|
830
832
|
#
|
|
831
833
|
# @!attribute [rw] date_created
|
|
@@ -913,7 +915,7 @@ module Aws::Imagebuilder
|
|
|
913
915
|
# @!attribute [rw] supported_os_versions
|
|
914
916
|
# The operating system (OS) version supported by the component. If the
|
|
915
917
|
# OS information is available, a prefix match is performed against the
|
|
916
|
-
#
|
|
918
|
+
# base image OS version during image recipe creation.
|
|
917
919
|
# @return [Array<String>]
|
|
918
920
|
#
|
|
919
921
|
# @!attribute [rw] data
|
|
@@ -1096,16 +1098,16 @@ module Aws::Imagebuilder
|
|
|
1096
1098
|
# @return [String]
|
|
1097
1099
|
#
|
|
1098
1100
|
# @!attribute [rw] platform_override
|
|
1099
|
-
# Specifies the operating system platform when you use a custom
|
|
1101
|
+
# Specifies the operating system platform when you use a custom base
|
|
1100
1102
|
# image.
|
|
1101
1103
|
# @return [String]
|
|
1102
1104
|
#
|
|
1103
1105
|
# @!attribute [rw] image_os_version_override
|
|
1104
|
-
# Specifies the operating system version for the
|
|
1106
|
+
# Specifies the operating system version for the base image.
|
|
1105
1107
|
# @return [String]
|
|
1106
1108
|
#
|
|
1107
1109
|
# @!attribute [rw] parent_image
|
|
1108
|
-
# The
|
|
1110
|
+
# The base image for the container recipe.
|
|
1109
1111
|
# @return [String]
|
|
1110
1112
|
#
|
|
1111
1113
|
# @!attribute [rw] tags
|
|
@@ -1197,6 +1199,8 @@ module Aws::Imagebuilder
|
|
|
1197
1199
|
# launch_permission: {
|
|
1198
1200
|
# user_ids: ["AccountId"],
|
|
1199
1201
|
# user_groups: ["NonEmptyString"],
|
|
1202
|
+
# organization_arns: ["OrganizationArn"],
|
|
1203
|
+
# organizational_unit_arns: ["OrganizationalUnitArn"],
|
|
1200
1204
|
# },
|
|
1201
1205
|
# },
|
|
1202
1206
|
# container_distribution_configuration: {
|
|
@@ -1492,8 +1496,8 @@ module Aws::Imagebuilder
|
|
|
1492
1496
|
# @return [Array<Types::ComponentConfiguration>]
|
|
1493
1497
|
#
|
|
1494
1498
|
# @!attribute [rw] parent_image
|
|
1495
|
-
# The
|
|
1496
|
-
# the ARN of the
|
|
1499
|
+
# The base image of the image recipe. The value of the string can be
|
|
1500
|
+
# the ARN of the base image or an AMI ID. The format for the ARN
|
|
1497
1501
|
# follows this example:
|
|
1498
1502
|
# `arn:aws:imagebuilder:us-west-2:aws:image/windows-server-2016-english-full-base-x86/x.x.x`.
|
|
1499
1503
|
# You can provide the specific version that you want to use, or you
|
|
@@ -1707,21 +1711,9 @@ module Aws::Imagebuilder
|
|
|
1707
1711
|
# @return [String]
|
|
1708
1712
|
#
|
|
1709
1713
|
# @!attribute [rw] instance_types
|
|
1710
|
-
# The instance
|
|
1711
|
-
#
|
|
1712
|
-
#
|
|
1713
|
-
# following links:
|
|
1714
|
-
#
|
|
1715
|
-
# * [Configure the instance metadata options][1] in the <i> <i>Amazon
|
|
1716
|
-
# EC2 User Guide</i> </i> for Linux instances.
|
|
1717
|
-
#
|
|
1718
|
-
# * [Configure the instance metadata options][2] in the <i> <i>Amazon
|
|
1719
|
-
# EC2 Windows Guide</i> </i> for Windows instances.
|
|
1720
|
-
#
|
|
1721
|
-
#
|
|
1722
|
-
#
|
|
1723
|
-
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-options.html
|
|
1724
|
-
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/configuring-instance-metadata-options.html
|
|
1714
|
+
# The instance types of the infrastructure configuration. You can
|
|
1715
|
+
# specify one or more instance types to use for this build. The
|
|
1716
|
+
# service will pick one of these instance types based on availability.
|
|
1725
1717
|
# @return [Array<String>]
|
|
1726
1718
|
#
|
|
1727
1719
|
# @!attribute [rw] instance_profile_name
|
|
@@ -2103,6 +2095,8 @@ module Aws::Imagebuilder
|
|
|
2103
2095
|
# launch_permission: {
|
|
2104
2096
|
# user_ids: ["AccountId"],
|
|
2105
2097
|
# user_groups: ["NonEmptyString"],
|
|
2098
|
+
# organization_arns: ["OrganizationArn"],
|
|
2099
|
+
# organizational_unit_arns: ["OrganizationalUnitArn"],
|
|
2106
2100
|
# },
|
|
2107
2101
|
# },
|
|
2108
2102
|
# container_distribution_configuration: {
|
|
@@ -2836,9 +2830,9 @@ module Aws::Imagebuilder
|
|
|
2836
2830
|
#
|
|
2837
2831
|
# **Filtering:** With semantic versioning, you have the flexibility to
|
|
2838
2832
|
# use wildcards (x) to specify the most recent versions or nodes when
|
|
2839
|
-
# selecting the
|
|
2840
|
-
#
|
|
2841
|
-
#
|
|
2833
|
+
# selecting the base image or components for your recipe. When you use
|
|
2834
|
+
# a wildcard in any node, all nodes to the right of the first wildcard
|
|
2835
|
+
# must also be wildcards.
|
|
2842
2836
|
#
|
|
2843
2837
|
# </note>
|
|
2844
2838
|
# @return [String]
|
|
@@ -3087,7 +3081,7 @@ module Aws::Imagebuilder
|
|
|
3087
3081
|
# @return [Array<Types::ComponentConfiguration>]
|
|
3088
3082
|
#
|
|
3089
3083
|
# @!attribute [rw] parent_image
|
|
3090
|
-
# The
|
|
3084
|
+
# The base image of the image recipe.
|
|
3091
3085
|
# @return [String]
|
|
3092
3086
|
#
|
|
3093
3087
|
# @!attribute [rw] block_device_mappings
|
|
@@ -3155,7 +3149,7 @@ module Aws::Imagebuilder
|
|
|
3155
3149
|
# @return [String]
|
|
3156
3150
|
#
|
|
3157
3151
|
# @!attribute [rw] parent_image
|
|
3158
|
-
# The
|
|
3152
|
+
# The base image of the image recipe.
|
|
3159
3153
|
# @return [String]
|
|
3160
3154
|
#
|
|
3161
3155
|
# @!attribute [rw] date_created
|
|
@@ -3342,9 +3336,9 @@ module Aws::Imagebuilder
|
|
|
3342
3336
|
#
|
|
3343
3337
|
# **Filtering:** With semantic versioning, you have the flexibility to
|
|
3344
3338
|
# use wildcards (x) to specify the most recent versions or nodes when
|
|
3345
|
-
# selecting the
|
|
3346
|
-
#
|
|
3347
|
-
#
|
|
3339
|
+
# selecting the base image or components for your recipe. When you use
|
|
3340
|
+
# a wildcard in any node, all nodes to the right of the first wildcard
|
|
3341
|
+
# must also be wildcards.
|
|
3348
3342
|
#
|
|
3349
3343
|
# </note>
|
|
3350
3344
|
# @return [String]
|
|
@@ -3418,9 +3412,9 @@ module Aws::Imagebuilder
|
|
|
3418
3412
|
#
|
|
3419
3413
|
# **Filtering:** With semantic versioning, you have the flexibility to
|
|
3420
3414
|
# use wildcards (x) to specify the most recent versions or nodes when
|
|
3421
|
-
# selecting the
|
|
3422
|
-
#
|
|
3423
|
-
#
|
|
3415
|
+
# selecting the base image or components for your recipe. When you use
|
|
3416
|
+
# a wildcard in any node, all nodes to the right of the first wildcard
|
|
3417
|
+
# must also be wildcards.
|
|
3424
3418
|
#
|
|
3425
3419
|
# </note>
|
|
3426
3420
|
# @return [String]
|
|
@@ -3700,7 +3694,7 @@ module Aws::Imagebuilder
|
|
|
3700
3694
|
# @return [String]
|
|
3701
3695
|
#
|
|
3702
3696
|
# @!attribute [rw] no_device
|
|
3703
|
-
# Use to remove a mapping from the
|
|
3697
|
+
# Use to remove a mapping from the base image.
|
|
3704
3698
|
# @return [String]
|
|
3705
3699
|
#
|
|
3706
3700
|
# @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/InstanceBlockDeviceMapping AWS API Documentation
|
|
@@ -3714,7 +3708,7 @@ module Aws::Imagebuilder
|
|
|
3714
3708
|
include Aws::Structure
|
|
3715
3709
|
end
|
|
3716
3710
|
|
|
3717
|
-
# Defines a custom
|
|
3711
|
+
# Defines a custom base AMI and block device mapping configurations of
|
|
3718
3712
|
# an instance used for building and testing container images.
|
|
3719
3713
|
#
|
|
3720
3714
|
# @note When making an API call, you may pass InstanceConfiguration
|
|
@@ -3911,6 +3905,8 @@ module Aws::Imagebuilder
|
|
|
3911
3905
|
# {
|
|
3912
3906
|
# user_ids: ["AccountId"],
|
|
3913
3907
|
# user_groups: ["NonEmptyString"],
|
|
3908
|
+
# organization_arns: ["OrganizationArn"],
|
|
3909
|
+
# organizational_unit_arns: ["OrganizationalUnitArn"],
|
|
3914
3910
|
# }
|
|
3915
3911
|
#
|
|
3916
3912
|
# @!attribute [rw] user_ids
|
|
@@ -3921,11 +3917,33 @@ module Aws::Imagebuilder
|
|
|
3921
3917
|
# The name of the group.
|
|
3922
3918
|
# @return [Array<String>]
|
|
3923
3919
|
#
|
|
3920
|
+
# @!attribute [rw] organization_arns
|
|
3921
|
+
# The ARN for an Amazon Web Services Organization that you want to
|
|
3922
|
+
# share your AMI with. For more information, see [What is
|
|
3923
|
+
# Organizations?][1].
|
|
3924
|
+
#
|
|
3925
|
+
#
|
|
3926
|
+
#
|
|
3927
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_introduction.html
|
|
3928
|
+
# @return [Array<String>]
|
|
3929
|
+
#
|
|
3930
|
+
# @!attribute [rw] organizational_unit_arns
|
|
3931
|
+
# The ARN for an Organizations organizational unit (OU) that you want
|
|
3932
|
+
# to share your AMI with. For more information about key concepts for
|
|
3933
|
+
# Organizations, see [Organizations terminology and concepts][1].
|
|
3934
|
+
#
|
|
3935
|
+
#
|
|
3936
|
+
#
|
|
3937
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html
|
|
3938
|
+
# @return [Array<String>]
|
|
3939
|
+
#
|
|
3924
3940
|
# @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/LaunchPermissionConfiguration AWS API Documentation
|
|
3925
3941
|
#
|
|
3926
3942
|
class LaunchPermissionConfiguration < Struct.new(
|
|
3927
3943
|
:user_ids,
|
|
3928
|
-
:user_groups
|
|
3944
|
+
:user_groups,
|
|
3945
|
+
:organization_arns,
|
|
3946
|
+
:organizational_unit_arns)
|
|
3929
3947
|
SENSITIVE = []
|
|
3930
3948
|
include Aws::Structure
|
|
3931
3949
|
end
|
|
@@ -4703,9 +4721,9 @@ module Aws::Imagebuilder
|
|
|
4703
4721
|
#
|
|
4704
4722
|
# **Filtering:** With semantic versioning, you have the flexibility to
|
|
4705
4723
|
# use wildcards (x) to specify the most recent versions or nodes when
|
|
4706
|
-
# selecting the
|
|
4707
|
-
#
|
|
4708
|
-
#
|
|
4724
|
+
# selecting the base image or components for your recipe. When you use
|
|
4725
|
+
# a wildcard in any node, all nodes to the right of the first wildcard
|
|
4726
|
+
# must also be wildcards.
|
|
4709
4727
|
#
|
|
4710
4728
|
# </note>
|
|
4711
4729
|
# @return [Array<Types::ImageVersion>]
|
|
@@ -5161,7 +5179,7 @@ module Aws::Imagebuilder
|
|
|
5161
5179
|
# The condition configures when the pipeline should trigger a new
|
|
5162
5180
|
# image build. When the `pipelineExecutionStartCondition` is set to
|
|
5163
5181
|
# `EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE`, and you use
|
|
5164
|
-
# semantic version filters on the
|
|
5182
|
+
# semantic version filters on the base image or components in your
|
|
5165
5183
|
# image recipe, EC2 Image Builder will build a new image only when
|
|
5166
5184
|
# there are new versions of the image or components in your recipe
|
|
5167
5185
|
# that match the semantic version filter. When it is set to
|
|
@@ -5418,6 +5436,8 @@ module Aws::Imagebuilder
|
|
|
5418
5436
|
# launch_permission: {
|
|
5419
5437
|
# user_ids: ["AccountId"],
|
|
5420
5438
|
# user_groups: ["NonEmptyString"],
|
|
5439
|
+
# organization_arns: ["OrganizationArn"],
|
|
5440
|
+
# organizational_unit_arns: ["OrganizationalUnitArn"],
|
|
5421
5441
|
# },
|
|
5422
5442
|
# },
|
|
5423
5443
|
# container_distribution_configuration: {
|
data/lib/aws-sdk-imagebuilder.rb
CHANGED
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.
|
|
4
|
+
version: 1.34.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-
|
|
11
|
+
date: 2021-11-24 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.
|
|
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.
|
|
32
|
+
version: 3.122.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|