aws-sdk-imagebuilder 1.23.0 → 1.27.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.rb +1 -1
- data/lib/aws-sdk-imagebuilder/client.rb +102 -11
- data/lib/aws-sdk-imagebuilder/types.rb +281 -29
- 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: 332f76a46471fe18d4809e1d5bb1ebcc5aeb4ca4334f023baeb538e3edc25318
|
|
4
|
+
data.tar.gz: 3864099c85f03ae28a61279dba83ad9892b785bbd731297aac017fbef55a485c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 200da408868cc772899a179761a3c1aee14bc7dec804f0530dee4d79879ea67ad196057b654678b8d2b8d443abcba945ee5245b1880484d12e95c5eacdd02304
|
|
7
|
+
data.tar.gz: 18641b21cfb0386405923fad9db5759264210e923508448cab881584cc781bd859c18e8b08b6093a5f36d004b98598283b6c88f250597b762298ed9a8bd90b44
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.27.0 (2021-07-30)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.26.0 (2021-07-28)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
14
|
+
1.25.0 (2021-07-23)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Update to documentation to reapply missing change to SSM uninstall switch default value and improve description.
|
|
18
|
+
|
|
19
|
+
1.24.0 (2021-07-19)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Documentation updates for reversal of default value for additional instance configuration SSM switch, plus improved descriptions for semantic versioning.
|
|
23
|
+
|
|
4
24
|
1.23.0 (2021-07-06)
|
|
5
25
|
------------------
|
|
6
26
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.27.0
|
data/lib/aws-sdk-imagebuilder.rb
CHANGED
|
@@ -376,8 +376,23 @@ module Aws::Imagebuilder
|
|
|
376
376
|
#
|
|
377
377
|
# @option params [required, String] :semantic_version
|
|
378
378
|
# The semantic version of the component. This version follows the
|
|
379
|
-
# semantic version syntax.
|
|
380
|
-
#
|
|
379
|
+
# semantic version syntax.
|
|
380
|
+
#
|
|
381
|
+
# <note markdown="1"> The semantic version has four nodes:
|
|
382
|
+
# <major>.<minor>.<patch>/<build>. You can
|
|
383
|
+
# assign values for the first three, and can filter on all of them.
|
|
384
|
+
#
|
|
385
|
+
# **Assignment:** For the first three nodes you can assign any positive
|
|
386
|
+
# integer value, including zero, with an upper limit of 2^30-1, or
|
|
387
|
+
# 1073741823 for each node. Image Builder automatically assigns the
|
|
388
|
+
# build number, and that is not open for updates.
|
|
389
|
+
#
|
|
390
|
+
# **Patterns:** You can use any numeric pattern that adheres to the
|
|
391
|
+
# assignment requirements for the nodes that you can assign. For
|
|
392
|
+
# example, you might choose a software version pattern, such as 1.0.0,
|
|
393
|
+
# or a date, such as 2021.01.01.
|
|
394
|
+
#
|
|
395
|
+
# </note>
|
|
381
396
|
#
|
|
382
397
|
# @option params [String] :description
|
|
383
398
|
# The description of the component. Describes the contents of the
|
|
@@ -470,8 +485,24 @@ module Aws::Imagebuilder
|
|
|
470
485
|
# The description of the container recipe.
|
|
471
486
|
#
|
|
472
487
|
# @option params [required, String] :semantic_version
|
|
473
|
-
# The semantic version of the container recipe
|
|
474
|
-
#
|
|
488
|
+
# The semantic version of the container recipe. This version follows the
|
|
489
|
+
# semantic version syntax.
|
|
490
|
+
#
|
|
491
|
+
# <note markdown="1"> The semantic version has four nodes:
|
|
492
|
+
# <major>.<minor>.<patch>/<build>. You can
|
|
493
|
+
# assign values for the first three, and can filter on all of them.
|
|
494
|
+
#
|
|
495
|
+
# **Assignment:** For the first three nodes you can assign any positive
|
|
496
|
+
# integer value, including zero, with an upper limit of 2^30-1, or
|
|
497
|
+
# 1073741823 for each node. Image Builder automatically assigns the
|
|
498
|
+
# build number, and that is not open for updates.
|
|
499
|
+
#
|
|
500
|
+
# **Patterns:** You can use any numeric pattern that adheres to the
|
|
501
|
+
# assignment requirements for the nodes that you can assign. For
|
|
502
|
+
# example, you might choose a software version pattern, such as 1.0.0,
|
|
503
|
+
# or a date, such as 2021.01.01.
|
|
504
|
+
#
|
|
505
|
+
# </note>
|
|
475
506
|
#
|
|
476
507
|
# @option params [required, Array<Types::ComponentConfiguration>] :components
|
|
477
508
|
# Components for build and test that are included in the container
|
|
@@ -865,7 +896,24 @@ module Aws::Imagebuilder
|
|
|
865
896
|
# The description of the image recipe.
|
|
866
897
|
#
|
|
867
898
|
# @option params [required, String] :semantic_version
|
|
868
|
-
# The semantic version of the image recipe.
|
|
899
|
+
# The semantic version of the image recipe. This version follows the
|
|
900
|
+
# semantic version syntax.
|
|
901
|
+
#
|
|
902
|
+
# <note markdown="1"> The semantic version has four nodes:
|
|
903
|
+
# <major>.<minor>.<patch>/<build>. You can
|
|
904
|
+
# assign values for the first three, and can filter on all of them.
|
|
905
|
+
#
|
|
906
|
+
# **Assignment:** For the first three nodes you can assign any positive
|
|
907
|
+
# integer value, including zero, with an upper limit of 2^30-1, or
|
|
908
|
+
# 1073741823 for each node. Image Builder automatically assigns the
|
|
909
|
+
# build number, and that is not open for updates.
|
|
910
|
+
#
|
|
911
|
+
# **Patterns:** You can use any numeric pattern that adheres to the
|
|
912
|
+
# assignment requirements for the nodes that you can assign. For
|
|
913
|
+
# example, you might choose a software version pattern, such as 1.0.0,
|
|
914
|
+
# or a date, such as 2021.01.01.
|
|
915
|
+
#
|
|
916
|
+
# </note>
|
|
869
917
|
#
|
|
870
918
|
# @option params [required, Array<Types::ComponentConfiguration>] :components
|
|
871
919
|
# The components of the image recipe.
|
|
@@ -1929,8 +1977,22 @@ module Aws::Imagebuilder
|
|
|
1929
1977
|
#
|
|
1930
1978
|
# @option params [required, String] :semantic_version
|
|
1931
1979
|
# The semantic version of the component. This version follows the
|
|
1932
|
-
# semantic version syntax.
|
|
1933
|
-
#
|
|
1980
|
+
# semantic version syntax.
|
|
1981
|
+
#
|
|
1982
|
+
# <note markdown="1"> The semantic version has four nodes:
|
|
1983
|
+
# <major>.<minor>.<patch>/<build>. You can
|
|
1984
|
+
# assign values for the first three, and can filter on all of them.
|
|
1985
|
+
#
|
|
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.
|
|
1994
|
+
#
|
|
1995
|
+
# </note>
|
|
1934
1996
|
#
|
|
1935
1997
|
# @option params [String] :description
|
|
1936
1998
|
# The description of the component. Describes the contents of the
|
|
@@ -1943,7 +2005,7 @@ module Aws::Imagebuilder
|
|
|
1943
2005
|
#
|
|
1944
2006
|
# @option params [required, String] :type
|
|
1945
2007
|
# The type of the component denotes whether the component is used to
|
|
1946
|
-
# build the image or only to test it.
|
|
2008
|
+
# build the image, or only to test it.
|
|
1947
2009
|
#
|
|
1948
2010
|
# @option params [required, String] :format
|
|
1949
2011
|
# The format of the resource that you want to import as a component.
|
|
@@ -2016,6 +2078,21 @@ module Aws::Imagebuilder
|
|
|
2016
2078
|
# Returns the list of component build versions for the specified
|
|
2017
2079
|
# semantic version.
|
|
2018
2080
|
#
|
|
2081
|
+
# <note markdown="1"> The semantic version has four nodes:
|
|
2082
|
+
# <major>.<minor>.<patch>/<build>. You can
|
|
2083
|
+
# assign values for the first three, and can filter on all of them.
|
|
2084
|
+
#
|
|
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.
|
|
2093
|
+
#
|
|
2094
|
+
# </note>
|
|
2095
|
+
#
|
|
2019
2096
|
# @option params [required, String] :component_version_arn
|
|
2020
2097
|
# The component version Amazon Resource Name (ARN) whose versions you
|
|
2021
2098
|
# want to list.
|
|
@@ -2074,6 +2151,21 @@ module Aws::Imagebuilder
|
|
|
2074
2151
|
# Returns the list of component build versions for the specified
|
|
2075
2152
|
# semantic version.
|
|
2076
2153
|
#
|
|
2154
|
+
# <note markdown="1"> The semantic version has four nodes:
|
|
2155
|
+
# <major>.<minor>.<patch>/<build>. You can
|
|
2156
|
+
# assign values for the first three, and can filter on all of them.
|
|
2157
|
+
#
|
|
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.
|
|
2166
|
+
#
|
|
2167
|
+
# </note>
|
|
2168
|
+
#
|
|
2077
2169
|
# @option params [String] :owner
|
|
2078
2170
|
# The owner defines which components you want to list. By default, this
|
|
2079
2171
|
# request will only show components owned by your account. You can use
|
|
@@ -2085,8 +2177,7 @@ module Aws::Imagebuilder
|
|
|
2085
2177
|
# The filters.
|
|
2086
2178
|
#
|
|
2087
2179
|
# @option params [Boolean] :by_name
|
|
2088
|
-
# Returns the list of component build versions for the specified
|
|
2089
|
-
# semantic version.
|
|
2180
|
+
# Returns the list of component build versions for the specified name.
|
|
2090
2181
|
#
|
|
2091
2182
|
# @option params [Integer] :max_results
|
|
2092
2183
|
# The maximum items to return in a request.
|
|
@@ -3326,7 +3417,7 @@ module Aws::Imagebuilder
|
|
|
3326
3417
|
params: params,
|
|
3327
3418
|
config: config)
|
|
3328
3419
|
context[:gem_name] = 'aws-sdk-imagebuilder'
|
|
3329
|
-
context[:gem_version] = '1.
|
|
3420
|
+
context[:gem_version] = '1.27.0'
|
|
3330
3421
|
Seahorse::Client::Request.new(handlers, context)
|
|
3331
3422
|
end
|
|
3332
3423
|
|
|
@@ -478,10 +478,26 @@ module Aws::Imagebuilder
|
|
|
478
478
|
include Aws::Structure
|
|
479
479
|
end
|
|
480
480
|
|
|
481
|
-
#
|
|
481
|
+
# The defining characteristics of a specific version of an TOE
|
|
482
|
+
# component.
|
|
482
483
|
#
|
|
483
484
|
# @!attribute [rw] arn
|
|
484
485
|
# The Amazon Resource Name (ARN) of the component.
|
|
486
|
+
#
|
|
487
|
+
# <note markdown="1"> Semantic versioning is included in each object's Amazon Resource
|
|
488
|
+
# Name (ARN), at the level that applies to that object as follows:
|
|
489
|
+
#
|
|
490
|
+
# 1. Versionless ARNs and Name ARNs do not include specific values in
|
|
491
|
+
# any of the nodes. The nodes are either left off entirely, or
|
|
492
|
+
# they are specified as wildcards, for example: x.x.x.
|
|
493
|
+
#
|
|
494
|
+
# 2. Version ARNs have only the first three nodes:
|
|
495
|
+
# <major>.<minor>.<patch>
|
|
496
|
+
#
|
|
497
|
+
# 3. Build version ARNs have all four nodes, and point to a specific
|
|
498
|
+
# build for a specific version of an object.
|
|
499
|
+
#
|
|
500
|
+
# </note>
|
|
485
501
|
# @return [String]
|
|
486
502
|
#
|
|
487
503
|
# @!attribute [rw] name
|
|
@@ -490,6 +506,31 @@ module Aws::Imagebuilder
|
|
|
490
506
|
#
|
|
491
507
|
# @!attribute [rw] version
|
|
492
508
|
# The semantic version of the component.
|
|
509
|
+
#
|
|
510
|
+
# <note markdown="1"> The semantic version has four nodes:
|
|
511
|
+
# <major>.<minor>.<patch>/<build>. You can
|
|
512
|
+
# assign values for the first three, and can filter on all of them.
|
|
513
|
+
#
|
|
514
|
+
# **Assignment:** For the first three nodes you can assign any
|
|
515
|
+
# positive integer value, including zero, with an upper limit of
|
|
516
|
+
# 2^30-1, or 1073741823 for each node. Image Builder automatically
|
|
517
|
+
# assigns the build number, and that is not open for updates.
|
|
518
|
+
#
|
|
519
|
+
# **Patterns:** You can use any numeric pattern that adheres to the
|
|
520
|
+
# assignment requirements for the nodes that you can assign. For
|
|
521
|
+
# example, you might choose a software version pattern, such as 1.0.0,
|
|
522
|
+
# or a date, such as 2021.01.01.
|
|
523
|
+
#
|
|
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.
|
|
532
|
+
#
|
|
533
|
+
# </note>
|
|
493
534
|
# @return [String]
|
|
494
535
|
#
|
|
495
536
|
# @!attribute [rw] description
|
|
@@ -597,6 +638,21 @@ module Aws::Imagebuilder
|
|
|
597
638
|
#
|
|
598
639
|
# @!attribute [rw] arn
|
|
599
640
|
# The Amazon Resource Name (ARN) of the container recipe.
|
|
641
|
+
#
|
|
642
|
+
# <note markdown="1"> Semantic versioning is included in each object's Amazon Resource
|
|
643
|
+
# Name (ARN), at the level that applies to that object as follows:
|
|
644
|
+
#
|
|
645
|
+
# 1. Versionless ARNs and Name ARNs do not include specific values in
|
|
646
|
+
# any of the nodes. The nodes are either left off entirely, or
|
|
647
|
+
# they are specified as wildcards, for example: x.x.x.
|
|
648
|
+
#
|
|
649
|
+
# 2. Version ARNs have only the first three nodes:
|
|
650
|
+
# <major>.<minor>.<patch>
|
|
651
|
+
#
|
|
652
|
+
# 3. Build version ARNs have all four nodes, and point to a specific
|
|
653
|
+
# build for a specific version of an object.
|
|
654
|
+
#
|
|
655
|
+
# </note>
|
|
600
656
|
# @return [String]
|
|
601
657
|
#
|
|
602
658
|
# @!attribute [rw] container_type
|
|
@@ -620,8 +676,32 @@ module Aws::Imagebuilder
|
|
|
620
676
|
# @return [String]
|
|
621
677
|
#
|
|
622
678
|
# @!attribute [rw] version
|
|
623
|
-
# The semantic version of the container recipe
|
|
624
|
-
#
|
|
679
|
+
# The semantic version of the container recipe.
|
|
680
|
+
#
|
|
681
|
+
# <note markdown="1"> The semantic version has four nodes:
|
|
682
|
+
# <major>.<minor>.<patch>/<build>. You can
|
|
683
|
+
# assign values for the first three, and can filter on all of them.
|
|
684
|
+
#
|
|
685
|
+
# **Assignment:** For the first three nodes you can assign any
|
|
686
|
+
# positive integer value, including zero, with an upper limit of
|
|
687
|
+
# 2^30-1, or 1073741823 for each node. Image Builder automatically
|
|
688
|
+
# assigns the build number, and that is not open for updates.
|
|
689
|
+
#
|
|
690
|
+
# **Patterns:** You can use any numeric pattern that adheres to the
|
|
691
|
+
# assignment requirements for the nodes that you can assign. For
|
|
692
|
+
# example, you might choose a software version pattern, such as 1.0.0,
|
|
693
|
+
# or a date, such as 2021.01.01.
|
|
694
|
+
#
|
|
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.
|
|
703
|
+
#
|
|
704
|
+
# </note>
|
|
625
705
|
# @return [String]
|
|
626
706
|
#
|
|
627
707
|
# @!attribute [rw] components
|
|
@@ -769,8 +849,23 @@ module Aws::Imagebuilder
|
|
|
769
849
|
#
|
|
770
850
|
# @!attribute [rw] semantic_version
|
|
771
851
|
# The semantic version of the component. This version follows the
|
|
772
|
-
# semantic version syntax.
|
|
773
|
-
#
|
|
852
|
+
# semantic version syntax.
|
|
853
|
+
#
|
|
854
|
+
# <note markdown="1"> The semantic version has four nodes:
|
|
855
|
+
# <major>.<minor>.<patch>/<build>. You can
|
|
856
|
+
# assign values for the first three, and can filter on all of them.
|
|
857
|
+
#
|
|
858
|
+
# **Assignment:** For the first three nodes you can assign any
|
|
859
|
+
# positive integer value, including zero, with an upper limit of
|
|
860
|
+
# 2^30-1, or 1073741823 for each node. Image Builder automatically
|
|
861
|
+
# assigns the build number, and that is not open for updates.
|
|
862
|
+
#
|
|
863
|
+
# **Patterns:** You can use any numeric pattern that adheres to the
|
|
864
|
+
# assignment requirements for the nodes that you can assign. For
|
|
865
|
+
# example, you might choose a software version pattern, such as 1.0.0,
|
|
866
|
+
# or a date, such as 2021.01.01.
|
|
867
|
+
#
|
|
868
|
+
# </note>
|
|
774
869
|
# @return [String]
|
|
775
870
|
#
|
|
776
871
|
# @!attribute [rw] description
|
|
@@ -932,8 +1027,24 @@ module Aws::Imagebuilder
|
|
|
932
1027
|
# @return [String]
|
|
933
1028
|
#
|
|
934
1029
|
# @!attribute [rw] semantic_version
|
|
935
|
-
# The semantic version of the container recipe
|
|
936
|
-
#
|
|
1030
|
+
# The semantic version of the container recipe. This version follows
|
|
1031
|
+
# the semantic version syntax.
|
|
1032
|
+
#
|
|
1033
|
+
# <note markdown="1"> The semantic version has four nodes:
|
|
1034
|
+
# <major>.<minor>.<patch>/<build>. You can
|
|
1035
|
+
# assign values for the first three, and can filter on all of them.
|
|
1036
|
+
#
|
|
1037
|
+
# **Assignment:** For the first three nodes you can assign any
|
|
1038
|
+
# positive integer value, including zero, with an upper limit of
|
|
1039
|
+
# 2^30-1, or 1073741823 for each node. Image Builder automatically
|
|
1040
|
+
# assigns the build number, and that is not open for updates.
|
|
1041
|
+
#
|
|
1042
|
+
# **Patterns:** You can use any numeric pattern that adheres to the
|
|
1043
|
+
# assignment requirements for the nodes that you can assign. For
|
|
1044
|
+
# example, you might choose a software version pattern, such as 1.0.0,
|
|
1045
|
+
# or a date, such as 2021.01.01.
|
|
1046
|
+
#
|
|
1047
|
+
# </note>
|
|
937
1048
|
# @return [String]
|
|
938
1049
|
#
|
|
939
1050
|
# @!attribute [rw] components
|
|
@@ -1327,7 +1438,24 @@ module Aws::Imagebuilder
|
|
|
1327
1438
|
# @return [String]
|
|
1328
1439
|
#
|
|
1329
1440
|
# @!attribute [rw] semantic_version
|
|
1330
|
-
# The semantic version of the image recipe.
|
|
1441
|
+
# The semantic version of the image recipe. This version follows the
|
|
1442
|
+
# semantic version syntax.
|
|
1443
|
+
#
|
|
1444
|
+
# <note markdown="1"> The semantic version has four nodes:
|
|
1445
|
+
# <major>.<minor>.<patch>/<build>. You can
|
|
1446
|
+
# assign values for the first three, and can filter on all of them.
|
|
1447
|
+
#
|
|
1448
|
+
# **Assignment:** For the first three nodes you can assign any
|
|
1449
|
+
# positive integer value, including zero, with an upper limit of
|
|
1450
|
+
# 2^30-1, or 1073741823 for each node. Image Builder automatically
|
|
1451
|
+
# assigns the build number, and that is not open for updates.
|
|
1452
|
+
#
|
|
1453
|
+
# **Patterns:** You can use any numeric pattern that adheres to the
|
|
1454
|
+
# assignment requirements for the nodes that you can assign. For
|
|
1455
|
+
# example, you might choose a software version pattern, such as 1.0.0,
|
|
1456
|
+
# or a date, such as 2021.01.01.
|
|
1457
|
+
#
|
|
1458
|
+
# </note>
|
|
1331
1459
|
# @return [String]
|
|
1332
1460
|
#
|
|
1333
1461
|
# @!attribute [rw] components
|
|
@@ -2597,10 +2725,28 @@ module Aws::Imagebuilder
|
|
|
2597
2725
|
include Aws::Structure
|
|
2598
2726
|
end
|
|
2599
2727
|
|
|
2600
|
-
# An image
|
|
2728
|
+
# An Image Builder image. You must specify exactly one recipe for the
|
|
2729
|
+
# image – either a container recipe (`containerRecipe`), which creates a
|
|
2730
|
+
# container image, or an image recipe (`imageRecipe`), which creates an
|
|
2731
|
+
# AMI.
|
|
2601
2732
|
#
|
|
2602
2733
|
# @!attribute [rw] arn
|
|
2603
2734
|
# The Amazon Resource Name (ARN) of the image.
|
|
2735
|
+
#
|
|
2736
|
+
# <note markdown="1"> Semantic versioning is included in each object's Amazon Resource
|
|
2737
|
+
# Name (ARN), at the level that applies to that object as follows:
|
|
2738
|
+
#
|
|
2739
|
+
# 1. Versionless ARNs and Name ARNs do not include specific values in
|
|
2740
|
+
# any of the nodes. The nodes are either left off entirely, or
|
|
2741
|
+
# they are specified as wildcards, for example: x.x.x.
|
|
2742
|
+
#
|
|
2743
|
+
# 2. Version ARNs have only the first three nodes:
|
|
2744
|
+
# <major>.<minor>.<patch>
|
|
2745
|
+
#
|
|
2746
|
+
# 3. Build version ARNs have all four nodes, and point to a specific
|
|
2747
|
+
# build for a specific version of an object.
|
|
2748
|
+
#
|
|
2749
|
+
# </note>
|
|
2604
2750
|
# @return [String]
|
|
2605
2751
|
#
|
|
2606
2752
|
# @!attribute [rw] type
|
|
@@ -2613,6 +2759,31 @@ module Aws::Imagebuilder
|
|
|
2613
2759
|
#
|
|
2614
2760
|
# @!attribute [rw] version
|
|
2615
2761
|
# The semantic version of the image.
|
|
2762
|
+
#
|
|
2763
|
+
# <note markdown="1"> The semantic version has four nodes:
|
|
2764
|
+
# <major>.<minor>.<patch>/<build>. You can
|
|
2765
|
+
# assign values for the first three, and can filter on all of them.
|
|
2766
|
+
#
|
|
2767
|
+
# **Assignment:** For the first three nodes you can assign any
|
|
2768
|
+
# positive integer value, including zero, with an upper limit of
|
|
2769
|
+
# 2^30-1, or 1073741823 for each node. Image Builder automatically
|
|
2770
|
+
# assigns the build number, and that is not open for updates.
|
|
2771
|
+
#
|
|
2772
|
+
# **Patterns:** You can use any numeric pattern that adheres to the
|
|
2773
|
+
# assignment requirements for the nodes that you can assign. For
|
|
2774
|
+
# example, you might choose a software version pattern, such as 1.0.0,
|
|
2775
|
+
# or a date, such as 2021.01.01.
|
|
2776
|
+
#
|
|
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.
|
|
2785
|
+
#
|
|
2786
|
+
# </note>
|
|
2616
2787
|
# @return [String]
|
|
2617
2788
|
#
|
|
2618
2789
|
# @!attribute [rw] platform
|
|
@@ -2640,7 +2811,7 @@ module Aws::Imagebuilder
|
|
|
2640
2811
|
# @return [Types::ImageRecipe]
|
|
2641
2812
|
#
|
|
2642
2813
|
# @!attribute [rw] container_recipe
|
|
2643
|
-
# The
|
|
2814
|
+
# The recipe that is used to create an Image Builder container image.
|
|
2644
2815
|
# @return [Types::ContainerRecipe]
|
|
2645
2816
|
#
|
|
2646
2817
|
# @!attribute [rw] source_pipeline_name
|
|
@@ -3063,39 +3234,85 @@ module Aws::Imagebuilder
|
|
|
3063
3234
|
include Aws::Structure
|
|
3064
3235
|
end
|
|
3065
3236
|
|
|
3066
|
-
#
|
|
3237
|
+
# The defining characteristics of a specific version of an Image Builder
|
|
3238
|
+
# image.
|
|
3067
3239
|
#
|
|
3068
3240
|
# @!attribute [rw] arn
|
|
3069
|
-
# The Amazon Resource Name (ARN) of
|
|
3241
|
+
# The Amazon Resource Name (ARN) of a specific version of an Image
|
|
3242
|
+
# Builder image.
|
|
3243
|
+
#
|
|
3244
|
+
# <note markdown="1"> Semantic versioning is included in each object's Amazon Resource
|
|
3245
|
+
# Name (ARN), at the level that applies to that object as follows:
|
|
3246
|
+
#
|
|
3247
|
+
# 1. Versionless ARNs and Name ARNs do not include specific values in
|
|
3248
|
+
# any of the nodes. The nodes are either left off entirely, or
|
|
3249
|
+
# they are specified as wildcards, for example: x.x.x.
|
|
3250
|
+
#
|
|
3251
|
+
# 2. Version ARNs have only the first three nodes:
|
|
3252
|
+
# <major>.<minor>.<patch>
|
|
3253
|
+
#
|
|
3254
|
+
# 3. Build version ARNs have all four nodes, and point to a specific
|
|
3255
|
+
# build for a specific version of an object.
|
|
3256
|
+
#
|
|
3257
|
+
# </note>
|
|
3070
3258
|
# @return [String]
|
|
3071
3259
|
#
|
|
3072
3260
|
# @!attribute [rw] name
|
|
3073
|
-
# The name of
|
|
3261
|
+
# The name of this specific version of an Image Builder image.
|
|
3074
3262
|
# @return [String]
|
|
3075
3263
|
#
|
|
3076
3264
|
# @!attribute [rw] type
|
|
3077
|
-
# Specifies whether this is an AMI or container image.
|
|
3265
|
+
# Specifies whether this image is an AMI or a container image.
|
|
3078
3266
|
# @return [String]
|
|
3079
3267
|
#
|
|
3080
3268
|
# @!attribute [rw] version
|
|
3081
|
-
#
|
|
3269
|
+
# Details for a specific version of an Image Builder image. This
|
|
3270
|
+
# version follows the semantic version syntax.
|
|
3271
|
+
#
|
|
3272
|
+
# <note markdown="1"> The semantic version has four nodes:
|
|
3273
|
+
# <major>.<minor>.<patch>/<build>. You can
|
|
3274
|
+
# assign values for the first three, and can filter on all of them.
|
|
3275
|
+
#
|
|
3276
|
+
# **Assignment:** For the first three nodes you can assign any
|
|
3277
|
+
# positive integer value, including zero, with an upper limit of
|
|
3278
|
+
# 2^30-1, or 1073741823 for each node. Image Builder automatically
|
|
3279
|
+
# assigns the build number, and that is not open for updates.
|
|
3280
|
+
#
|
|
3281
|
+
# **Patterns:** You can use any numeric pattern that adheres to the
|
|
3282
|
+
# assignment requirements for the nodes that you can assign. For
|
|
3283
|
+
# example, you might choose a software version pattern, such as 1.0.0,
|
|
3284
|
+
# or a date, such as 2021.01.01.
|
|
3285
|
+
#
|
|
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.
|
|
3294
|
+
#
|
|
3295
|
+
# </note>
|
|
3082
3296
|
# @return [String]
|
|
3083
3297
|
#
|
|
3084
3298
|
# @!attribute [rw] platform
|
|
3085
|
-
# The platform of the image
|
|
3299
|
+
# The platform of the image version, for example "Windows" or
|
|
3300
|
+
# "Linux".
|
|
3086
3301
|
# @return [String]
|
|
3087
3302
|
#
|
|
3088
3303
|
# @!attribute [rw] os_version
|
|
3089
|
-
# The operating system version of the instance. For
|
|
3090
|
-
# Linux 2, Ubuntu 18, or Microsoft Windows Server
|
|
3304
|
+
# The operating system version of the Amazon EC2 build instance. For
|
|
3305
|
+
# example, Amazon Linux 2, Ubuntu 18, or Microsoft Windows Server
|
|
3306
|
+
# 2019.
|
|
3091
3307
|
# @return [String]
|
|
3092
3308
|
#
|
|
3093
3309
|
# @!attribute [rw] owner
|
|
3094
|
-
# The owner of the image
|
|
3310
|
+
# The owner of the image version.
|
|
3095
3311
|
# @return [String]
|
|
3096
3312
|
#
|
|
3097
3313
|
# @!attribute [rw] date_created
|
|
3098
|
-
# The date
|
|
3314
|
+
# The date on which this specific version of the Image Builder image
|
|
3315
|
+
# was created.
|
|
3099
3316
|
# @return [String]
|
|
3100
3317
|
#
|
|
3101
3318
|
# @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/ImageVersion AWS API Documentation
|
|
@@ -3139,8 +3356,22 @@ module Aws::Imagebuilder
|
|
|
3139
3356
|
#
|
|
3140
3357
|
# @!attribute [rw] semantic_version
|
|
3141
3358
|
# The semantic version of the component. This version follows the
|
|
3142
|
-
# semantic version syntax.
|
|
3143
|
-
#
|
|
3359
|
+
# semantic version syntax.
|
|
3360
|
+
#
|
|
3361
|
+
# <note markdown="1"> The semantic version has four nodes:
|
|
3362
|
+
# <major>.<minor>.<patch>/<build>. You can
|
|
3363
|
+
# assign values for the first three, and can filter on all of them.
|
|
3364
|
+
#
|
|
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.
|
|
3373
|
+
#
|
|
3374
|
+
# </note>
|
|
3144
3375
|
# @return [String]
|
|
3145
3376
|
#
|
|
3146
3377
|
# @!attribute [rw] description
|
|
@@ -3156,7 +3387,7 @@ module Aws::Imagebuilder
|
|
|
3156
3387
|
#
|
|
3157
3388
|
# @!attribute [rw] type
|
|
3158
3389
|
# The type of the component denotes whether the component is used to
|
|
3159
|
-
# build the image or only to test it.
|
|
3390
|
+
# build the image, or only to test it.
|
|
3160
3391
|
# @return [String]
|
|
3161
3392
|
#
|
|
3162
3393
|
# @!attribute [rw] format
|
|
@@ -3711,8 +3942,7 @@ module Aws::Imagebuilder
|
|
|
3711
3942
|
# @return [Array<Types::Filter>]
|
|
3712
3943
|
#
|
|
3713
3944
|
# @!attribute [rw] by_name
|
|
3714
|
-
# Returns the list of component build versions for the specified
|
|
3715
|
-
# semantic version.
|
|
3945
|
+
# Returns the list of component build versions for the specified name.
|
|
3716
3946
|
# @return [Boolean]
|
|
3717
3947
|
#
|
|
3718
3948
|
# @!attribute [rw] max_results
|
|
@@ -3742,6 +3972,12 @@ module Aws::Imagebuilder
|
|
|
3742
3972
|
#
|
|
3743
3973
|
# @!attribute [rw] component_version_list
|
|
3744
3974
|
# The list of component semantic versions.
|
|
3975
|
+
#
|
|
3976
|
+
# <note markdown="1"> The semantic version has four nodes:
|
|
3977
|
+
# <major>.<minor>.<patch>/<build>. You can
|
|
3978
|
+
# assign values for the first three, and can filter on all of them.
|
|
3979
|
+
#
|
|
3980
|
+
# </note>
|
|
3745
3981
|
# @return [Array<Types::ComponentVersion>]
|
|
3746
3982
|
#
|
|
3747
3983
|
# @!attribute [rw] next_token
|
|
@@ -4293,6 +4529,21 @@ module Aws::Imagebuilder
|
|
|
4293
4529
|
#
|
|
4294
4530
|
# @!attribute [rw] image_version_list
|
|
4295
4531
|
# The list of image semantic versions.
|
|
4532
|
+
#
|
|
4533
|
+
# <note markdown="1"> The semantic version has four nodes:
|
|
4534
|
+
# <major>.<minor>.<patch>/<build>. You can
|
|
4535
|
+
# assign values for the first three, and can filter on all of them.
|
|
4536
|
+
#
|
|
4537
|
+
# **Filtering:** When you retrieve or reference a resource with a
|
|
4538
|
+
# semantic version, you can use wildcards (x) to filter your results.
|
|
4539
|
+
# When you use a wildcard in any node, all nodes to the right of the
|
|
4540
|
+
# first wildcard must also be wildcards. For example, specifying
|
|
4541
|
+
# "1.2.x", or "1.x.x" works to filter list results, but neither
|
|
4542
|
+
# "1.x.2", nor "x.2.x" will work. You do not have to specify the
|
|
4543
|
+
# build - Image Builder automatically uses a wildcard for that, if
|
|
4544
|
+
# applicable.
|
|
4545
|
+
#
|
|
4546
|
+
# </note>
|
|
4296
4547
|
# @return [Array<Types::ImageVersion>]
|
|
4297
4548
|
#
|
|
4298
4549
|
# @!attribute [rw] next_token
|
|
@@ -4878,10 +5129,11 @@ module Aws::Imagebuilder
|
|
|
4878
5129
|
# }
|
|
4879
5130
|
#
|
|
4880
5131
|
# @!attribute [rw] uninstall_after_build
|
|
4881
|
-
#
|
|
4882
|
-
#
|
|
4883
|
-
#
|
|
4884
|
-
#
|
|
5132
|
+
# Controls whether the SSM agent is removed from your final build
|
|
5133
|
+
# image, prior to creating the new AMI. If this is set to true, then
|
|
5134
|
+
# the agent is removed from the final image. If it's set to false,
|
|
5135
|
+
# then the agent is left in, so that it is included in the new AMI.
|
|
5136
|
+
# The default value is false.
|
|
4885
5137
|
# @return [Boolean]
|
|
4886
5138
|
#
|
|
4887
5139
|
# @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/SystemsManagerAgent AWS API Documentation
|
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.27.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-07-
|
|
11
|
+
date: 2021-07-30 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.119.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.119.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|