aws-sdk-imagebuilder 1.104.0 → 1.105.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-imagebuilder/client.rb +1 -1
- data/lib/aws-sdk-imagebuilder.rb +1 -1
- data/sig/client.rbs +30 -285
- data/sig/params.rbs +155 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9148bdb66702fa56fd0dcb3ff69980b0cb63b257b689c244f5b4af87e155db08
|
|
4
|
+
data.tar.gz: 9e0c936469b19863dedd9214e452cb60a935265ace68601b42f20e69ced2d39c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e4f44bf6e0349df8514f85aed7c2802c9d7f2ce25e57bd2ac9b488aa860686d3094416a4257adb963631d478b34a7e52487850784d945fdf770925c712ffb4f
|
|
7
|
+
data.tar.gz: 1938e97147384082f90572f86b186959fb99bf960ea842bc5cf0bfa1670b856a57edaeb8b3ac64cd01b3bc528c150c53456497fa016efa9800ab7feb2385b11c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.105.0
|
|
@@ -6125,7 +6125,7 @@ module Aws::Imagebuilder
|
|
|
6125
6125
|
tracer: tracer
|
|
6126
6126
|
)
|
|
6127
6127
|
context[:gem_name] = 'aws-sdk-imagebuilder'
|
|
6128
|
-
context[:gem_version] = '1.
|
|
6128
|
+
context[:gem_version] = '1.105.0'
|
|
6129
6129
|
Seahorse::Client::Request.new(handlers, context)
|
|
6130
6130
|
end
|
|
6131
6131
|
|
data/lib/aws-sdk-imagebuilder.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -146,28 +146,14 @@ module Aws
|
|
|
146
146
|
{
|
|
147
147
|
name: ::String,
|
|
148
148
|
value: Array[::String]
|
|
149
|
-
}
|
|
149
|
+
}
|
|
150
150
|
]?
|
|
151
|
-
}
|
|
151
|
+
}
|
|
152
152
|
],
|
|
153
153
|
?instance_configuration: {
|
|
154
154
|
image: ::String?,
|
|
155
155
|
block_device_mappings: Array[
|
|
156
|
-
|
|
157
|
-
device_name: ::String?,
|
|
158
|
-
ebs: {
|
|
159
|
-
encrypted: bool?,
|
|
160
|
-
delete_on_termination: bool?,
|
|
161
|
-
iops: ::Integer?,
|
|
162
|
-
kms_key_id: ::String?,
|
|
163
|
-
snapshot_id: ::String?,
|
|
164
|
-
volume_size: ::Integer?,
|
|
165
|
-
volume_type: ("standard" | "io1" | "io2" | "gp2" | "gp3" | "sc1" | "st1")?,
|
|
166
|
-
throughput: ::Integer?
|
|
167
|
-
}?,
|
|
168
|
-
virtual_name: ::String?,
|
|
169
|
-
no_device: ::String?
|
|
170
|
-
},
|
|
156
|
+
Params::instance_block_device_mapping
|
|
171
157
|
]?
|
|
172
158
|
},
|
|
173
159
|
?dockerfile_template_data: ::String,
|
|
@@ -197,66 +183,7 @@ module Aws
|
|
|
197
183
|
name: ::String,
|
|
198
184
|
?description: ::String,
|
|
199
185
|
distributions: Array[
|
|
200
|
-
|
|
201
|
-
region: ::String,
|
|
202
|
-
ami_distribution_configuration: {
|
|
203
|
-
name: ::String?,
|
|
204
|
-
description: ::String?,
|
|
205
|
-
target_account_ids: Array[::String]?,
|
|
206
|
-
ami_tags: Hash[::String, ::String]?,
|
|
207
|
-
kms_key_id: ::String?,
|
|
208
|
-
launch_permission: {
|
|
209
|
-
user_ids: Array[::String]?,
|
|
210
|
-
user_groups: Array[::String]?,
|
|
211
|
-
organization_arns: Array[::String]?,
|
|
212
|
-
organizational_unit_arns: Array[::String]?
|
|
213
|
-
}?
|
|
214
|
-
}?,
|
|
215
|
-
container_distribution_configuration: {
|
|
216
|
-
description: ::String?,
|
|
217
|
-
container_tags: Array[::String]?,
|
|
218
|
-
target_repository: {
|
|
219
|
-
service: ("ECR"),
|
|
220
|
-
repository_name: ::String
|
|
221
|
-
}
|
|
222
|
-
}?,
|
|
223
|
-
license_configuration_arns: Array[::String]?,
|
|
224
|
-
launch_template_configurations: Array[
|
|
225
|
-
{
|
|
226
|
-
launch_template_id: ::String,
|
|
227
|
-
account_id: ::String?,
|
|
228
|
-
set_default_version: bool?
|
|
229
|
-
},
|
|
230
|
-
]?,
|
|
231
|
-
s3_export_configuration: {
|
|
232
|
-
role_name: ::String,
|
|
233
|
-
disk_image_format: ("VMDK" | "RAW" | "VHD"),
|
|
234
|
-
s3_bucket: ::String,
|
|
235
|
-
s3_prefix: ::String?
|
|
236
|
-
}?,
|
|
237
|
-
fast_launch_configurations: Array[
|
|
238
|
-
{
|
|
239
|
-
enabled: bool,
|
|
240
|
-
snapshot_configuration: {
|
|
241
|
-
target_resource_count: ::Integer?
|
|
242
|
-
}?,
|
|
243
|
-
max_parallel_launches: ::Integer?,
|
|
244
|
-
launch_template: {
|
|
245
|
-
launch_template_id: ::String?,
|
|
246
|
-
launch_template_name: ::String?,
|
|
247
|
-
launch_template_version: ::String?
|
|
248
|
-
}?,
|
|
249
|
-
account_id: ::String?
|
|
250
|
-
},
|
|
251
|
-
]?,
|
|
252
|
-
ssm_parameter_configurations: Array[
|
|
253
|
-
{
|
|
254
|
-
ami_account_id: ::String?,
|
|
255
|
-
parameter_name: ::String,
|
|
256
|
-
data_type: ("text" | "aws:ec2:image")?
|
|
257
|
-
},
|
|
258
|
-
]?
|
|
259
|
-
},
|
|
186
|
+
Params::distribution
|
|
260
187
|
],
|
|
261
188
|
?tags: Hash[::String, ::String],
|
|
262
189
|
client_token: ::String
|
|
@@ -291,17 +218,7 @@ module Aws
|
|
|
291
218
|
}?
|
|
292
219
|
},
|
|
293
220
|
?workflows: Array[
|
|
294
|
-
|
|
295
|
-
workflow_arn: ::String,
|
|
296
|
-
parameters: Array[
|
|
297
|
-
{
|
|
298
|
-
name: ::String,
|
|
299
|
-
value: Array[::String]
|
|
300
|
-
},
|
|
301
|
-
]?,
|
|
302
|
-
parallel_group: ::String?,
|
|
303
|
-
on_failure: ("CONTINUE" | "ABORT")?
|
|
304
|
-
},
|
|
221
|
+
Params::workflow_configuration
|
|
305
222
|
],
|
|
306
223
|
?execution_role: ::String,
|
|
307
224
|
?logging_configuration: {
|
|
@@ -329,14 +246,7 @@ module Aws
|
|
|
329
246
|
timeout_minutes: ::Integer?
|
|
330
247
|
},
|
|
331
248
|
?enhanced_image_metadata_enabled: bool,
|
|
332
|
-
?schedule:
|
|
333
|
-
schedule_expression: ::String?,
|
|
334
|
-
timezone: ::String?,
|
|
335
|
-
pipeline_execution_start_condition: ("EXPRESSION_MATCH_ONLY" | "EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE")?,
|
|
336
|
-
auto_disable_policy: {
|
|
337
|
-
failure_count: ::Integer
|
|
338
|
-
}?
|
|
339
|
-
},
|
|
249
|
+
?schedule: Params::schedule,
|
|
340
250
|
?status: ("DISABLED" | "ENABLED"),
|
|
341
251
|
?tags: Hash[::String, ::String],
|
|
342
252
|
?image_tags: Hash[::String, ::String],
|
|
@@ -349,17 +259,7 @@ module Aws
|
|
|
349
259
|
}?
|
|
350
260
|
},
|
|
351
261
|
?workflows: Array[
|
|
352
|
-
|
|
353
|
-
workflow_arn: ::String,
|
|
354
|
-
parameters: Array[
|
|
355
|
-
{
|
|
356
|
-
name: ::String,
|
|
357
|
-
value: Array[::String]
|
|
358
|
-
},
|
|
359
|
-
]?,
|
|
360
|
-
parallel_group: ::String?,
|
|
361
|
-
on_failure: ("CONTINUE" | "ABORT")?
|
|
362
|
-
},
|
|
262
|
+
Params::workflow_configuration
|
|
363
263
|
],
|
|
364
264
|
?execution_role: ::String,
|
|
365
265
|
?logging_configuration: {
|
|
@@ -388,27 +288,13 @@ module Aws
|
|
|
388
288
|
{
|
|
389
289
|
name: ::String,
|
|
390
290
|
value: Array[::String]
|
|
391
|
-
}
|
|
291
|
+
}
|
|
392
292
|
]?
|
|
393
|
-
}
|
|
293
|
+
}
|
|
394
294
|
],
|
|
395
295
|
parent_image: ::String,
|
|
396
296
|
?block_device_mappings: Array[
|
|
397
|
-
|
|
398
|
-
device_name: ::String?,
|
|
399
|
-
ebs: {
|
|
400
|
-
encrypted: bool?,
|
|
401
|
-
delete_on_termination: bool?,
|
|
402
|
-
iops: ::Integer?,
|
|
403
|
-
kms_key_id: ::String?,
|
|
404
|
-
snapshot_id: ::String?,
|
|
405
|
-
volume_size: ::Integer?,
|
|
406
|
-
volume_type: ("standard" | "io1" | "io2" | "gp2" | "gp3" | "sc1" | "st1")?,
|
|
407
|
-
throughput: ::Integer?
|
|
408
|
-
}?,
|
|
409
|
-
virtual_name: ::String?,
|
|
410
|
-
no_device: ::String?
|
|
411
|
-
},
|
|
297
|
+
Params::instance_block_device_mapping
|
|
412
298
|
],
|
|
413
299
|
?tags: Hash[::String, ::String],
|
|
414
300
|
?working_directory: ::String,
|
|
@@ -475,42 +361,14 @@ module Aws
|
|
|
475
361
|
execution_role: ::String,
|
|
476
362
|
resource_type: ("AMI_IMAGE" | "CONTAINER_IMAGE"),
|
|
477
363
|
policy_details: Array[
|
|
478
|
-
|
|
479
|
-
action: {
|
|
480
|
-
type: ("DELETE" | "DEPRECATE" | "DISABLE"),
|
|
481
|
-
include_resources: {
|
|
482
|
-
amis: bool?,
|
|
483
|
-
snapshots: bool?,
|
|
484
|
-
containers: bool?
|
|
485
|
-
}?
|
|
486
|
-
},
|
|
487
|
-
filter: {
|
|
488
|
-
type: ("AGE" | "COUNT"),
|
|
489
|
-
value: ::Integer,
|
|
490
|
-
unit: ("DAYS" | "WEEKS" | "MONTHS" | "YEARS")?,
|
|
491
|
-
retain_at_least: ::Integer?
|
|
492
|
-
},
|
|
493
|
-
exclusion_rules: {
|
|
494
|
-
tag_map: Hash[::String, ::String]?,
|
|
495
|
-
amis: {
|
|
496
|
-
is_public: bool?,
|
|
497
|
-
regions: Array[::String]?,
|
|
498
|
-
shared_accounts: Array[::String]?,
|
|
499
|
-
last_launched: {
|
|
500
|
-
value: ::Integer,
|
|
501
|
-
unit: ("DAYS" | "WEEKS" | "MONTHS" | "YEARS")
|
|
502
|
-
}?,
|
|
503
|
-
tag_map: Hash[::String, ::String]?
|
|
504
|
-
}?
|
|
505
|
-
}?
|
|
506
|
-
},
|
|
364
|
+
Params::lifecycle_policy_detail
|
|
507
365
|
],
|
|
508
366
|
resource_selection: {
|
|
509
367
|
recipes: Array[
|
|
510
368
|
{
|
|
511
369
|
name: ::String,
|
|
512
370
|
semantic_version: ::String
|
|
513
|
-
}
|
|
371
|
+
}
|
|
514
372
|
]?,
|
|
515
373
|
tag_map: Hash[::String, ::String]?
|
|
516
374
|
},
|
|
@@ -976,7 +834,7 @@ module Aws
|
|
|
976
834
|
{
|
|
977
835
|
name: ::String?,
|
|
978
836
|
values: Array[::String]?
|
|
979
|
-
}
|
|
837
|
+
}
|
|
980
838
|
],
|
|
981
839
|
?by_name: bool,
|
|
982
840
|
?max_results: ::Integer,
|
|
@@ -997,7 +855,7 @@ module Aws
|
|
|
997
855
|
{
|
|
998
856
|
name: ::String?,
|
|
999
857
|
values: Array[::String]?
|
|
1000
|
-
}
|
|
858
|
+
}
|
|
1001
859
|
],
|
|
1002
860
|
?max_results: ::Integer,
|
|
1003
861
|
?next_token: ::String
|
|
@@ -1016,7 +874,7 @@ module Aws
|
|
|
1016
874
|
{
|
|
1017
875
|
name: ::String?,
|
|
1018
876
|
values: Array[::String]?
|
|
1019
|
-
}
|
|
877
|
+
}
|
|
1020
878
|
],
|
|
1021
879
|
?max_results: ::Integer,
|
|
1022
880
|
?next_token: ::String
|
|
@@ -1036,7 +894,7 @@ module Aws
|
|
|
1036
894
|
{
|
|
1037
895
|
name: ::String?,
|
|
1038
896
|
values: Array[::String]?
|
|
1039
|
-
}
|
|
897
|
+
}
|
|
1040
898
|
],
|
|
1041
899
|
?max_results: ::Integer,
|
|
1042
900
|
?next_token: ::String
|
|
@@ -1070,7 +928,7 @@ module Aws
|
|
|
1070
928
|
{
|
|
1071
929
|
name: ::String?,
|
|
1072
930
|
values: Array[::String]?
|
|
1073
|
-
}
|
|
931
|
+
}
|
|
1074
932
|
],
|
|
1075
933
|
?max_results: ::Integer,
|
|
1076
934
|
?next_token: ::String
|
|
@@ -1089,7 +947,7 @@ module Aws
|
|
|
1089
947
|
{
|
|
1090
948
|
name: ::String?,
|
|
1091
949
|
values: Array[::String]?
|
|
1092
|
-
}
|
|
950
|
+
}
|
|
1093
951
|
],
|
|
1094
952
|
?max_results: ::Integer,
|
|
1095
953
|
?next_token: ::String
|
|
@@ -1109,7 +967,7 @@ module Aws
|
|
|
1109
967
|
{
|
|
1110
968
|
name: ::String?,
|
|
1111
969
|
values: Array[::String]?
|
|
1112
|
-
}
|
|
970
|
+
}
|
|
1113
971
|
],
|
|
1114
972
|
?max_results: ::Integer,
|
|
1115
973
|
?next_token: ::String
|
|
@@ -1145,7 +1003,7 @@ module Aws
|
|
|
1145
1003
|
{
|
|
1146
1004
|
name: ::String?,
|
|
1147
1005
|
values: Array[::String]?
|
|
1148
|
-
}
|
|
1006
|
+
}
|
|
1149
1007
|
],
|
|
1150
1008
|
?max_results: ::Integer,
|
|
1151
1009
|
?next_token: ::String
|
|
@@ -1165,7 +1023,7 @@ module Aws
|
|
|
1165
1023
|
{
|
|
1166
1024
|
name: ::String?,
|
|
1167
1025
|
values: Array[::String]?
|
|
1168
|
-
}
|
|
1026
|
+
}
|
|
1169
1027
|
],
|
|
1170
1028
|
?by_name: bool,
|
|
1171
1029
|
?max_results: ::Integer,
|
|
@@ -1186,7 +1044,7 @@ module Aws
|
|
|
1186
1044
|
{
|
|
1187
1045
|
name: ::String?,
|
|
1188
1046
|
values: Array[::String]?
|
|
1189
|
-
}
|
|
1047
|
+
}
|
|
1190
1048
|
],
|
|
1191
1049
|
?max_results: ::Integer,
|
|
1192
1050
|
?next_token: ::String
|
|
@@ -1233,7 +1091,7 @@ module Aws
|
|
|
1233
1091
|
{
|
|
1234
1092
|
name: ::String?,
|
|
1235
1093
|
values: Array[::String]?
|
|
1236
|
-
}
|
|
1094
|
+
}
|
|
1237
1095
|
],
|
|
1238
1096
|
?max_results: ::Integer,
|
|
1239
1097
|
?next_token: ::String
|
|
@@ -1321,7 +1179,7 @@ module Aws
|
|
|
1321
1179
|
{
|
|
1322
1180
|
name: ::String?,
|
|
1323
1181
|
values: Array[::String]?
|
|
1324
|
-
}
|
|
1182
|
+
}
|
|
1325
1183
|
],
|
|
1326
1184
|
?by_name: bool,
|
|
1327
1185
|
?max_results: ::Integer,
|
|
@@ -1437,16 +1295,7 @@ module Aws
|
|
|
1437
1295
|
containers: bool?
|
|
1438
1296
|
},
|
|
1439
1297
|
?exclusion_rules: {
|
|
1440
|
-
amis:
|
|
1441
|
-
is_public: bool?,
|
|
1442
|
-
regions: Array[::String]?,
|
|
1443
|
-
shared_accounts: Array[::String]?,
|
|
1444
|
-
last_launched: {
|
|
1445
|
-
value: ::Integer,
|
|
1446
|
-
unit: ("DAYS" | "WEEKS" | "MONTHS" | "YEARS")
|
|
1447
|
-
}?,
|
|
1448
|
-
tag_map: Hash[::String, ::String]?
|
|
1449
|
-
}?
|
|
1298
|
+
amis: Params::lifecycle_policy_detail_exclusion_rules_amis?
|
|
1450
1299
|
},
|
|
1451
1300
|
?update_at: ::Time,
|
|
1452
1301
|
client_token: ::String
|
|
@@ -1484,66 +1333,7 @@ module Aws
|
|
|
1484
1333
|
distribution_configuration_arn: ::String,
|
|
1485
1334
|
?description: ::String,
|
|
1486
1335
|
distributions: Array[
|
|
1487
|
-
|
|
1488
|
-
region: ::String,
|
|
1489
|
-
ami_distribution_configuration: {
|
|
1490
|
-
name: ::String?,
|
|
1491
|
-
description: ::String?,
|
|
1492
|
-
target_account_ids: Array[::String]?,
|
|
1493
|
-
ami_tags: Hash[::String, ::String]?,
|
|
1494
|
-
kms_key_id: ::String?,
|
|
1495
|
-
launch_permission: {
|
|
1496
|
-
user_ids: Array[::String]?,
|
|
1497
|
-
user_groups: Array[::String]?,
|
|
1498
|
-
organization_arns: Array[::String]?,
|
|
1499
|
-
organizational_unit_arns: Array[::String]?
|
|
1500
|
-
}?
|
|
1501
|
-
}?,
|
|
1502
|
-
container_distribution_configuration: {
|
|
1503
|
-
description: ::String?,
|
|
1504
|
-
container_tags: Array[::String]?,
|
|
1505
|
-
target_repository: {
|
|
1506
|
-
service: ("ECR"),
|
|
1507
|
-
repository_name: ::String
|
|
1508
|
-
}
|
|
1509
|
-
}?,
|
|
1510
|
-
license_configuration_arns: Array[::String]?,
|
|
1511
|
-
launch_template_configurations: Array[
|
|
1512
|
-
{
|
|
1513
|
-
launch_template_id: ::String,
|
|
1514
|
-
account_id: ::String?,
|
|
1515
|
-
set_default_version: bool?
|
|
1516
|
-
},
|
|
1517
|
-
]?,
|
|
1518
|
-
s3_export_configuration: {
|
|
1519
|
-
role_name: ::String,
|
|
1520
|
-
disk_image_format: ("VMDK" | "RAW" | "VHD"),
|
|
1521
|
-
s3_bucket: ::String,
|
|
1522
|
-
s3_prefix: ::String?
|
|
1523
|
-
}?,
|
|
1524
|
-
fast_launch_configurations: Array[
|
|
1525
|
-
{
|
|
1526
|
-
enabled: bool,
|
|
1527
|
-
snapshot_configuration: {
|
|
1528
|
-
target_resource_count: ::Integer?
|
|
1529
|
-
}?,
|
|
1530
|
-
max_parallel_launches: ::Integer?,
|
|
1531
|
-
launch_template: {
|
|
1532
|
-
launch_template_id: ::String?,
|
|
1533
|
-
launch_template_name: ::String?,
|
|
1534
|
-
launch_template_version: ::String?
|
|
1535
|
-
}?,
|
|
1536
|
-
account_id: ::String?
|
|
1537
|
-
},
|
|
1538
|
-
]?,
|
|
1539
|
-
ssm_parameter_configurations: Array[
|
|
1540
|
-
{
|
|
1541
|
-
ami_account_id: ::String?,
|
|
1542
|
-
parameter_name: ::String,
|
|
1543
|
-
data_type: ("text" | "aws:ec2:image")?
|
|
1544
|
-
},
|
|
1545
|
-
]?
|
|
1546
|
-
},
|
|
1336
|
+
Params::distribution
|
|
1547
1337
|
],
|
|
1548
1338
|
client_token: ::String
|
|
1549
1339
|
) -> _UpdateDistributionConfigurationResponseSuccess
|
|
@@ -1568,14 +1358,7 @@ module Aws
|
|
|
1568
1358
|
timeout_minutes: ::Integer?
|
|
1569
1359
|
},
|
|
1570
1360
|
?enhanced_image_metadata_enabled: bool,
|
|
1571
|
-
?schedule:
|
|
1572
|
-
schedule_expression: ::String?,
|
|
1573
|
-
timezone: ::String?,
|
|
1574
|
-
pipeline_execution_start_condition: ("EXPRESSION_MATCH_ONLY" | "EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE")?,
|
|
1575
|
-
auto_disable_policy: {
|
|
1576
|
-
failure_count: ::Integer
|
|
1577
|
-
}?
|
|
1578
|
-
},
|
|
1361
|
+
?schedule: Params::schedule,
|
|
1579
1362
|
?status: ("DISABLED" | "ENABLED"),
|
|
1580
1363
|
client_token: ::String,
|
|
1581
1364
|
?image_scanning_configuration: {
|
|
@@ -1586,17 +1369,7 @@ module Aws
|
|
|
1586
1369
|
}?
|
|
1587
1370
|
},
|
|
1588
1371
|
?workflows: Array[
|
|
1589
|
-
|
|
1590
|
-
workflow_arn: ::String,
|
|
1591
|
-
parameters: Array[
|
|
1592
|
-
{
|
|
1593
|
-
name: ::String,
|
|
1594
|
-
value: Array[::String]
|
|
1595
|
-
},
|
|
1596
|
-
]?,
|
|
1597
|
-
parallel_group: ::String?,
|
|
1598
|
-
on_failure: ("CONTINUE" | "ABORT")?
|
|
1599
|
-
},
|
|
1372
|
+
Params::workflow_configuration
|
|
1600
1373
|
],
|
|
1601
1374
|
?logging_configuration: {
|
|
1602
1375
|
image_log_group_name: ::String?,
|
|
@@ -1657,42 +1430,14 @@ module Aws
|
|
|
1657
1430
|
execution_role: ::String,
|
|
1658
1431
|
resource_type: ("AMI_IMAGE" | "CONTAINER_IMAGE"),
|
|
1659
1432
|
policy_details: Array[
|
|
1660
|
-
|
|
1661
|
-
action: {
|
|
1662
|
-
type: ("DELETE" | "DEPRECATE" | "DISABLE"),
|
|
1663
|
-
include_resources: {
|
|
1664
|
-
amis: bool?,
|
|
1665
|
-
snapshots: bool?,
|
|
1666
|
-
containers: bool?
|
|
1667
|
-
}?
|
|
1668
|
-
},
|
|
1669
|
-
filter: {
|
|
1670
|
-
type: ("AGE" | "COUNT"),
|
|
1671
|
-
value: ::Integer,
|
|
1672
|
-
unit: ("DAYS" | "WEEKS" | "MONTHS" | "YEARS")?,
|
|
1673
|
-
retain_at_least: ::Integer?
|
|
1674
|
-
},
|
|
1675
|
-
exclusion_rules: {
|
|
1676
|
-
tag_map: Hash[::String, ::String]?,
|
|
1677
|
-
amis: {
|
|
1678
|
-
is_public: bool?,
|
|
1679
|
-
regions: Array[::String]?,
|
|
1680
|
-
shared_accounts: Array[::String]?,
|
|
1681
|
-
last_launched: {
|
|
1682
|
-
value: ::Integer,
|
|
1683
|
-
unit: ("DAYS" | "WEEKS" | "MONTHS" | "YEARS")
|
|
1684
|
-
}?,
|
|
1685
|
-
tag_map: Hash[::String, ::String]?
|
|
1686
|
-
}?
|
|
1687
|
-
}?
|
|
1688
|
-
},
|
|
1433
|
+
Params::lifecycle_policy_detail
|
|
1689
1434
|
],
|
|
1690
1435
|
resource_selection: {
|
|
1691
1436
|
recipes: Array[
|
|
1692
1437
|
{
|
|
1693
1438
|
name: ::String,
|
|
1694
1439
|
semantic_version: ::String
|
|
1695
|
-
}
|
|
1440
|
+
}
|
|
1696
1441
|
]?,
|
|
1697
1442
|
tag_map: Hash[::String, ::String]?
|
|
1698
1443
|
},
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module Imagebuilder
|
|
10
|
+
module Params
|
|
11
|
+
type ebs_instance_block_device_specification = {
|
|
12
|
+
encrypted: bool?,
|
|
13
|
+
delete_on_termination: bool?,
|
|
14
|
+
iops: ::Integer?,
|
|
15
|
+
kms_key_id: ::String?,
|
|
16
|
+
snapshot_id: ::String?,
|
|
17
|
+
volume_size: ::Integer?,
|
|
18
|
+
volume_type: ("standard" | "io1" | "io2" | "gp2" | "gp3" | "sc1" | "st1")?,
|
|
19
|
+
throughput: ::Integer?
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
type instance_block_device_mapping = {
|
|
23
|
+
device_name: ::String?,
|
|
24
|
+
ebs: Params::ebs_instance_block_device_specification?,
|
|
25
|
+
virtual_name: ::String?,
|
|
26
|
+
no_device: ::String?
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
type ami_distribution_configuration = {
|
|
30
|
+
name: ::String?,
|
|
31
|
+
description: ::String?,
|
|
32
|
+
target_account_ids: Array[::String]?,
|
|
33
|
+
ami_tags: Hash[::String, ::String]?,
|
|
34
|
+
kms_key_id: ::String?,
|
|
35
|
+
launch_permission: {
|
|
36
|
+
user_ids: Array[::String]?,
|
|
37
|
+
user_groups: Array[::String]?,
|
|
38
|
+
organization_arns: Array[::String]?,
|
|
39
|
+
organizational_unit_arns: Array[::String]?
|
|
40
|
+
}?
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
type container_distribution_configuration = {
|
|
44
|
+
description: ::String?,
|
|
45
|
+
container_tags: Array[::String]?,
|
|
46
|
+
target_repository: {
|
|
47
|
+
service: ("ECR"),
|
|
48
|
+
repository_name: ::String
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
type distribution = {
|
|
53
|
+
region: ::String,
|
|
54
|
+
ami_distribution_configuration: Params::ami_distribution_configuration?,
|
|
55
|
+
container_distribution_configuration: Params::container_distribution_configuration?,
|
|
56
|
+
license_configuration_arns: Array[::String]?,
|
|
57
|
+
launch_template_configurations: Array[
|
|
58
|
+
{
|
|
59
|
+
launch_template_id: ::String,
|
|
60
|
+
account_id: ::String?,
|
|
61
|
+
set_default_version: bool?
|
|
62
|
+
}
|
|
63
|
+
]?,
|
|
64
|
+
s3_export_configuration: {
|
|
65
|
+
role_name: ::String,
|
|
66
|
+
disk_image_format: ("VMDK" | "RAW" | "VHD"),
|
|
67
|
+
s3_bucket: ::String,
|
|
68
|
+
s3_prefix: ::String?
|
|
69
|
+
}?,
|
|
70
|
+
fast_launch_configurations: Array[
|
|
71
|
+
Params::fast_launch_configuration
|
|
72
|
+
]?,
|
|
73
|
+
ssm_parameter_configurations: Array[
|
|
74
|
+
{
|
|
75
|
+
ami_account_id: ::String?,
|
|
76
|
+
parameter_name: ::String,
|
|
77
|
+
data_type: ("text" | "aws:ec2:image")?
|
|
78
|
+
}
|
|
79
|
+
]?
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
type fast_launch_configuration = {
|
|
83
|
+
enabled: bool,
|
|
84
|
+
snapshot_configuration: {
|
|
85
|
+
target_resource_count: ::Integer?
|
|
86
|
+
}?,
|
|
87
|
+
max_parallel_launches: ::Integer?,
|
|
88
|
+
launch_template: {
|
|
89
|
+
launch_template_id: ::String?,
|
|
90
|
+
launch_template_name: ::String?,
|
|
91
|
+
launch_template_version: ::String?
|
|
92
|
+
}?,
|
|
93
|
+
account_id: ::String?
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
type workflow_configuration = {
|
|
97
|
+
workflow_arn: ::String,
|
|
98
|
+
parameters: Array[
|
|
99
|
+
{
|
|
100
|
+
name: ::String,
|
|
101
|
+
value: Array[::String]
|
|
102
|
+
}
|
|
103
|
+
]?,
|
|
104
|
+
parallel_group: ::String?,
|
|
105
|
+
on_failure: ("CONTINUE" | "ABORT")?
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
type schedule = {
|
|
109
|
+
schedule_expression: ::String?,
|
|
110
|
+
timezone: ::String?,
|
|
111
|
+
pipeline_execution_start_condition: ("EXPRESSION_MATCH_ONLY" | "EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE")?,
|
|
112
|
+
auto_disable_policy: {
|
|
113
|
+
failure_count: ::Integer
|
|
114
|
+
}?
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
type lifecycle_policy_detail_action = {
|
|
118
|
+
type: ("DELETE" | "DEPRECATE" | "DISABLE"),
|
|
119
|
+
include_resources: {
|
|
120
|
+
amis: bool?,
|
|
121
|
+
snapshots: bool?,
|
|
122
|
+
containers: bool?
|
|
123
|
+
}?
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
type lifecycle_policy_detail_exclusion_rules_amis = {
|
|
127
|
+
is_public: bool?,
|
|
128
|
+
regions: Array[::String]?,
|
|
129
|
+
shared_accounts: Array[::String]?,
|
|
130
|
+
last_launched: {
|
|
131
|
+
value: ::Integer,
|
|
132
|
+
unit: ("DAYS" | "WEEKS" | "MONTHS" | "YEARS")
|
|
133
|
+
}?,
|
|
134
|
+
tag_map: Hash[::String, ::String]?
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
type lifecycle_policy_detail_exclusion_rules = {
|
|
138
|
+
tag_map: Hash[::String, ::String]?,
|
|
139
|
+
amis: Params::lifecycle_policy_detail_exclusion_rules_amis?
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
type lifecycle_policy_detail = {
|
|
143
|
+
action: Params::lifecycle_policy_detail_action,
|
|
144
|
+
filter: {
|
|
145
|
+
type: ("AGE" | "COUNT"),
|
|
146
|
+
value: ::Integer,
|
|
147
|
+
unit: ("DAYS" | "WEEKS" | "MONTHS" | "YEARS")?,
|
|
148
|
+
retain_at_least: ::Integer?
|
|
149
|
+
},
|
|
150
|
+
exclusion_rules: Params::lifecycle_policy_detail_exclusion_rules?
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
end
|
|
154
|
+
end
|
|
155
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.105.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -67,6 +67,7 @@ files:
|
|
|
67
67
|
- lib/aws-sdk-imagebuilder/types.rb
|
|
68
68
|
- sig/client.rbs
|
|
69
69
|
- sig/errors.rbs
|
|
70
|
+
- sig/params.rbs
|
|
70
71
|
- sig/resource.rbs
|
|
71
72
|
- sig/types.rbs
|
|
72
73
|
- sig/waiters.rbs
|