aws-sdk-imagebuilder 1.72.0 → 1.74.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-imagebuilder/client.rb +133 -56
- data/lib/aws-sdk-imagebuilder/client_api.rb +54 -1
- data/lib/aws-sdk-imagebuilder/types.rb +200 -31
- data/lib/aws-sdk-imagebuilder.rb +1 -1
- data/sig/client.rbs +36 -11
- data/sig/types.rbs +57 -22
- metadata +2 -2
data/sig/types.rbs
CHANGED
@@ -81,7 +81,7 @@ module Aws::Imagebuilder
|
|
81
81
|
attr_accessor description: ::String
|
82
82
|
attr_accessor change_description: ::String
|
83
83
|
attr_accessor type: ("BUILD" | "TEST")
|
84
|
-
attr_accessor platform: ("Windows" | "Linux")
|
84
|
+
attr_accessor platform: ("Windows" | "Linux" | "macOS")
|
85
85
|
attr_accessor supported_os_versions: ::Array[::String]
|
86
86
|
attr_accessor state: Types::ComponentState
|
87
87
|
attr_accessor parameters: ::Array[Types::ComponentParameterDetail]
|
@@ -93,6 +93,7 @@ module Aws::Imagebuilder
|
|
93
93
|
attr_accessor tags: ::Hash[::String, ::String]
|
94
94
|
attr_accessor publisher: ::String
|
95
95
|
attr_accessor obfuscate: bool
|
96
|
+
attr_accessor product_codes: ::Array[Types::ProductCodeListItem]
|
96
97
|
SENSITIVE: []
|
97
98
|
end
|
98
99
|
|
@@ -117,7 +118,7 @@ module Aws::Imagebuilder
|
|
117
118
|
end
|
118
119
|
|
119
120
|
class ComponentState
|
120
|
-
attr_accessor status: ("DEPRECATED")
|
121
|
+
attr_accessor status: ("DEPRECATED" | "DISABLED" | "ACTIVE")
|
121
122
|
attr_accessor reason: ::String
|
122
123
|
SENSITIVE: []
|
123
124
|
end
|
@@ -126,7 +127,7 @@ module Aws::Imagebuilder
|
|
126
127
|
attr_accessor arn: ::String
|
127
128
|
attr_accessor name: ::String
|
128
129
|
attr_accessor version: ::String
|
129
|
-
attr_accessor platform: ("Windows" | "Linux")
|
130
|
+
attr_accessor platform: ("Windows" | "Linux" | "macOS")
|
130
131
|
attr_accessor supported_os_versions: ::Array[::String]
|
131
132
|
attr_accessor state: Types::ComponentState
|
132
133
|
attr_accessor type: ("BUILD" | "TEST")
|
@@ -145,11 +146,13 @@ module Aws::Imagebuilder
|
|
145
146
|
attr_accessor name: ::String
|
146
147
|
attr_accessor version: ::String
|
147
148
|
attr_accessor description: ::String
|
148
|
-
attr_accessor platform: ("Windows" | "Linux")
|
149
|
+
attr_accessor platform: ("Windows" | "Linux" | "macOS")
|
149
150
|
attr_accessor supported_os_versions: ::Array[::String]
|
150
151
|
attr_accessor type: ("BUILD" | "TEST")
|
151
152
|
attr_accessor owner: ::String
|
152
153
|
attr_accessor date_created: ::String
|
154
|
+
attr_accessor status: ("DEPRECATED" | "DISABLED" | "ACTIVE")
|
155
|
+
attr_accessor product_codes: ::Array[Types::ProductCodeListItem]
|
153
156
|
SENSITIVE: []
|
154
157
|
end
|
155
158
|
|
@@ -171,7 +174,7 @@ module Aws::Imagebuilder
|
|
171
174
|
attr_accessor container_type: ("DOCKER")
|
172
175
|
attr_accessor name: ::String
|
173
176
|
attr_accessor description: ::String
|
174
|
-
attr_accessor platform: ("Windows" | "Linux")
|
177
|
+
attr_accessor platform: ("Windows" | "Linux" | "macOS")
|
175
178
|
attr_accessor owner: ::String
|
176
179
|
attr_accessor version: ::String
|
177
180
|
attr_accessor components: ::Array[Types::ComponentConfiguration]
|
@@ -191,7 +194,7 @@ module Aws::Imagebuilder
|
|
191
194
|
attr_accessor arn: ::String
|
192
195
|
attr_accessor container_type: ("DOCKER")
|
193
196
|
attr_accessor name: ::String
|
194
|
-
attr_accessor platform: ("Windows" | "Linux")
|
197
|
+
attr_accessor platform: ("Windows" | "Linux" | "macOS")
|
195
198
|
attr_accessor owner: ::String
|
196
199
|
attr_accessor parent_image: ::String
|
197
200
|
attr_accessor date_created: ::String
|
@@ -204,7 +207,7 @@ module Aws::Imagebuilder
|
|
204
207
|
attr_accessor semantic_version: ::String
|
205
208
|
attr_accessor description: ::String
|
206
209
|
attr_accessor change_description: ::String
|
207
|
-
attr_accessor platform: ("Windows" | "Linux")
|
210
|
+
attr_accessor platform: ("Windows" | "Linux" | "macOS")
|
208
211
|
attr_accessor supported_os_versions: ::Array[::String]
|
209
212
|
attr_accessor data: ::String
|
210
213
|
attr_accessor uri: ::String
|
@@ -230,7 +233,7 @@ module Aws::Imagebuilder
|
|
230
233
|
attr_accessor instance_configuration: Types::InstanceConfiguration
|
231
234
|
attr_accessor dockerfile_template_data: ::String
|
232
235
|
attr_accessor dockerfile_template_uri: ::String
|
233
|
-
attr_accessor platform_override: ("Windows" | "Linux")
|
236
|
+
attr_accessor platform_override: ("Windows" | "Linux" | "macOS")
|
234
237
|
attr_accessor image_os_version_override: ::String
|
235
238
|
attr_accessor parent_image: ::String
|
236
239
|
attr_accessor tags: ::Hash[::String, ::String]
|
@@ -347,6 +350,7 @@ module Aws::Imagebuilder
|
|
347
350
|
attr_accessor resource_tags: ::Hash[::String, ::String]
|
348
351
|
attr_accessor instance_metadata_options: Types::InstanceMetadataOptions
|
349
352
|
attr_accessor tags: ::Hash[::String, ::String]
|
353
|
+
attr_accessor placement: Types::Placement
|
350
354
|
attr_accessor client_token: ::String
|
351
355
|
SENSITIVE: []
|
352
356
|
end
|
@@ -743,6 +747,20 @@ module Aws::Imagebuilder
|
|
743
747
|
SENSITIVE: []
|
744
748
|
end
|
745
749
|
|
750
|
+
class GetMarketplaceResourceRequest
|
751
|
+
attr_accessor resource_type: ("COMPONENT_DATA" | "COMPONENT_ARTIFACT")
|
752
|
+
attr_accessor resource_arn: ::String
|
753
|
+
attr_accessor resource_location: ::String
|
754
|
+
SENSITIVE: []
|
755
|
+
end
|
756
|
+
|
757
|
+
class GetMarketplaceResourceResponse
|
758
|
+
attr_accessor resource_arn: ::String
|
759
|
+
attr_accessor url: ::String
|
760
|
+
attr_accessor data: ::String
|
761
|
+
SENSITIVE: []
|
762
|
+
end
|
763
|
+
|
746
764
|
class GetWorkflowExecutionRequest
|
747
765
|
attr_accessor workflow_execution_id: ::String
|
748
766
|
SENSITIVE: []
|
@@ -812,7 +830,7 @@ module Aws::Imagebuilder
|
|
812
830
|
attr_accessor type: ("AMI" | "DOCKER")
|
813
831
|
attr_accessor name: ::String
|
814
832
|
attr_accessor version: ::String
|
815
|
-
attr_accessor platform: ("Windows" | "Linux")
|
833
|
+
attr_accessor platform: ("Windows" | "Linux" | "macOS")
|
816
834
|
attr_accessor enhanced_image_metadata_enabled: bool
|
817
835
|
attr_accessor os_version: ::String
|
818
836
|
attr_accessor state: Types::ImageState
|
@@ -853,7 +871,7 @@ module Aws::Imagebuilder
|
|
853
871
|
attr_accessor arn: ::String
|
854
872
|
attr_accessor name: ::String
|
855
873
|
attr_accessor description: ::String
|
856
|
-
attr_accessor platform: ("Windows" | "Linux")
|
874
|
+
attr_accessor platform: ("Windows" | "Linux" | "macOS")
|
857
875
|
attr_accessor enhanced_image_metadata_enabled: bool
|
858
876
|
attr_accessor image_recipe_arn: ::String
|
859
877
|
attr_accessor container_recipe_arn: ::String
|
@@ -884,7 +902,7 @@ module Aws::Imagebuilder
|
|
884
902
|
attr_accessor type: ("AMI" | "DOCKER")
|
885
903
|
attr_accessor name: ::String
|
886
904
|
attr_accessor description: ::String
|
887
|
-
attr_accessor platform: ("Windows" | "Linux")
|
905
|
+
attr_accessor platform: ("Windows" | "Linux" | "macOS")
|
888
906
|
attr_accessor owner: ::String
|
889
907
|
attr_accessor version: ::String
|
890
908
|
attr_accessor components: ::Array[Types::ComponentConfiguration]
|
@@ -900,7 +918,7 @@ module Aws::Imagebuilder
|
|
900
918
|
class ImageRecipeSummary
|
901
919
|
attr_accessor arn: ::String
|
902
920
|
attr_accessor name: ::String
|
903
|
-
attr_accessor platform: ("Windows" | "Linux")
|
921
|
+
attr_accessor platform: ("Windows" | "Linux" | "macOS")
|
904
922
|
attr_accessor owner: ::String
|
905
923
|
attr_accessor parent_image: ::String
|
906
924
|
attr_accessor date_created: ::String
|
@@ -963,7 +981,7 @@ module Aws::Imagebuilder
|
|
963
981
|
attr_accessor name: ::String
|
964
982
|
attr_accessor type: ("AMI" | "DOCKER")
|
965
983
|
attr_accessor version: ::String
|
966
|
-
attr_accessor platform: ("Windows" | "Linux")
|
984
|
+
attr_accessor platform: ("Windows" | "Linux" | "macOS")
|
967
985
|
attr_accessor os_version: ::String
|
968
986
|
attr_accessor state: Types::ImageState
|
969
987
|
attr_accessor owner: ::String
|
@@ -988,7 +1006,7 @@ module Aws::Imagebuilder
|
|
988
1006
|
attr_accessor name: ::String
|
989
1007
|
attr_accessor type: ("AMI" | "DOCKER")
|
990
1008
|
attr_accessor version: ::String
|
991
|
-
attr_accessor platform: ("Windows" | "Linux")
|
1009
|
+
attr_accessor platform: ("Windows" | "Linux" | "macOS")
|
992
1010
|
attr_accessor os_version: ::String
|
993
1011
|
attr_accessor owner: ::String
|
994
1012
|
attr_accessor date_created: ::String
|
@@ -1004,7 +1022,7 @@ module Aws::Imagebuilder
|
|
1004
1022
|
attr_accessor change_description: ::String
|
1005
1023
|
attr_accessor type: ("BUILD" | "TEST")
|
1006
1024
|
attr_accessor format: ("SHELL")
|
1007
|
-
attr_accessor platform: ("Windows" | "Linux")
|
1025
|
+
attr_accessor platform: ("Windows" | "Linux" | "macOS")
|
1008
1026
|
attr_accessor data: ::String
|
1009
1027
|
attr_accessor uri: ::String
|
1010
1028
|
attr_accessor kms_key_id: ::String
|
@@ -1024,7 +1042,7 @@ module Aws::Imagebuilder
|
|
1024
1042
|
attr_accessor name: ::String
|
1025
1043
|
attr_accessor semantic_version: ::String
|
1026
1044
|
attr_accessor description: ::String
|
1027
|
-
attr_accessor platform: ("Windows" | "Linux")
|
1045
|
+
attr_accessor platform: ("Windows" | "Linux" | "macOS")
|
1028
1046
|
attr_accessor os_version: ::String
|
1029
1047
|
attr_accessor vm_import_task_id: ::String
|
1030
1048
|
attr_accessor tags: ::Hash[::String, ::String]
|
@@ -1056,6 +1074,7 @@ module Aws::Imagebuilder
|
|
1056
1074
|
attr_accessor resource_tags: ::Hash[::String, ::String]
|
1057
1075
|
attr_accessor instance_metadata_options: Types::InstanceMetadataOptions
|
1058
1076
|
attr_accessor tags: ::Hash[::String, ::String]
|
1077
|
+
attr_accessor placement: Types::Placement
|
1059
1078
|
SENSITIVE: []
|
1060
1079
|
end
|
1061
1080
|
|
@@ -1069,6 +1088,7 @@ module Aws::Imagebuilder
|
|
1069
1088
|
attr_accessor tags: ::Hash[::String, ::String]
|
1070
1089
|
attr_accessor instance_types: ::Array[::String]
|
1071
1090
|
attr_accessor instance_profile_name: ::String
|
1091
|
+
attr_accessor placement: Types::Placement
|
1072
1092
|
SENSITIVE: []
|
1073
1093
|
end
|
1074
1094
|
|
@@ -1300,7 +1320,7 @@ module Aws::Imagebuilder
|
|
1300
1320
|
end
|
1301
1321
|
|
1302
1322
|
class ListComponentsRequest
|
1303
|
-
attr_accessor owner: ("Self" | "Shared" | "Amazon" | "ThirdParty")
|
1323
|
+
attr_accessor owner: ("Self" | "Shared" | "Amazon" | "ThirdParty" | "AWSMarketplace")
|
1304
1324
|
attr_accessor filters: ::Array[Types::Filter]
|
1305
1325
|
attr_accessor by_name: bool
|
1306
1326
|
attr_accessor max_results: ::Integer
|
@@ -1316,7 +1336,7 @@ module Aws::Imagebuilder
|
|
1316
1336
|
end
|
1317
1337
|
|
1318
1338
|
class ListContainerRecipesRequest
|
1319
|
-
attr_accessor owner: ("Self" | "Shared" | "Amazon" | "ThirdParty")
|
1339
|
+
attr_accessor owner: ("Self" | "Shared" | "Amazon" | "ThirdParty" | "AWSMarketplace")
|
1320
1340
|
attr_accessor filters: ::Array[Types::Filter]
|
1321
1341
|
attr_accessor max_results: ::Integer
|
1322
1342
|
attr_accessor next_token: ::String
|
@@ -1403,7 +1423,7 @@ module Aws::Imagebuilder
|
|
1403
1423
|
end
|
1404
1424
|
|
1405
1425
|
class ListImageRecipesRequest
|
1406
|
-
attr_accessor owner: ("Self" | "Shared" | "Amazon" | "ThirdParty")
|
1426
|
+
attr_accessor owner: ("Self" | "Shared" | "Amazon" | "ThirdParty" | "AWSMarketplace")
|
1407
1427
|
attr_accessor filters: ::Array[Types::Filter]
|
1408
1428
|
attr_accessor max_results: ::Integer
|
1409
1429
|
attr_accessor next_token: ::String
|
@@ -1446,7 +1466,7 @@ module Aws::Imagebuilder
|
|
1446
1466
|
end
|
1447
1467
|
|
1448
1468
|
class ListImagesRequest
|
1449
|
-
attr_accessor owner: ("Self" | "Shared" | "Amazon" | "ThirdParty")
|
1469
|
+
attr_accessor owner: ("Self" | "Shared" | "Amazon" | "ThirdParty" | "AWSMarketplace")
|
1450
1470
|
attr_accessor filters: ::Array[Types::Filter]
|
1451
1471
|
attr_accessor by_name: bool
|
1452
1472
|
attr_accessor max_results: ::Integer
|
@@ -1588,7 +1608,7 @@ module Aws::Imagebuilder
|
|
1588
1608
|
end
|
1589
1609
|
|
1590
1610
|
class ListWorkflowsRequest
|
1591
|
-
attr_accessor owner: ("Self" | "Shared" | "Amazon" | "ThirdParty")
|
1611
|
+
attr_accessor owner: ("Self" | "Shared" | "Amazon" | "ThirdParty" | "AWSMarketplace")
|
1592
1612
|
attr_accessor filters: ::Array[Types::Filter]
|
1593
1613
|
attr_accessor by_name: bool
|
1594
1614
|
attr_accessor max_results: ::Integer
|
@@ -1627,6 +1647,20 @@ module Aws::Imagebuilder
|
|
1627
1647
|
SENSITIVE: []
|
1628
1648
|
end
|
1629
1649
|
|
1650
|
+
class Placement
|
1651
|
+
attr_accessor availability_zone: ::String
|
1652
|
+
attr_accessor tenancy: ("default" | "dedicated" | "host")
|
1653
|
+
attr_accessor host_id: ::String
|
1654
|
+
attr_accessor host_resource_group_arn: ::String
|
1655
|
+
SENSITIVE: []
|
1656
|
+
end
|
1657
|
+
|
1658
|
+
class ProductCodeListItem
|
1659
|
+
attr_accessor product_code_id: ::String
|
1660
|
+
attr_accessor product_code_type: ("marketplace")
|
1661
|
+
SENSITIVE: []
|
1662
|
+
end
|
1663
|
+
|
1630
1664
|
class PutComponentPolicyRequest
|
1631
1665
|
attr_accessor component_arn: ::String
|
1632
1666
|
attr_accessor policy: ::String
|
@@ -1893,9 +1927,10 @@ module Aws::Imagebuilder
|
|
1893
1927
|
attr_accessor key_pair: ::String
|
1894
1928
|
attr_accessor terminate_instance_on_failure: bool
|
1895
1929
|
attr_accessor sns_topic_arn: ::String
|
1896
|
-
attr_accessor client_token: ::String
|
1897
1930
|
attr_accessor resource_tags: ::Hash[::String, ::String]
|
1898
1931
|
attr_accessor instance_metadata_options: Types::InstanceMetadataOptions
|
1932
|
+
attr_accessor placement: Types::Placement
|
1933
|
+
attr_accessor client_token: ::String
|
1899
1934
|
SENSITIVE: []
|
1900
1935
|
end
|
1901
1936
|
|
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.74.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: 2024-
|
11
|
+
date: 2024-12-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|