aws-sdk-imagebuilder 1.92.0 → 1.93.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 +178 -5
- data/lib/aws-sdk-imagebuilder/client_api.rb +97 -2
- data/lib/aws-sdk-imagebuilder/errors.rb +48 -0
- data/lib/aws-sdk-imagebuilder/types.rb +302 -32
- data/lib/aws-sdk-imagebuilder.rb +1 -1
- data/sig/client.rbs +44 -2
- data/sig/errors.rbs +9 -0
- data/sig/types.rbs +64 -0
- metadata +1 -1
|
@@ -10,6 +10,19 @@
|
|
|
10
10
|
module Aws::Imagebuilder
|
|
11
11
|
module Types
|
|
12
12
|
|
|
13
|
+
# You do not have permissions to perform the requested operation.
|
|
14
|
+
#
|
|
15
|
+
# @!attribute [rw] message
|
|
16
|
+
# @return [String]
|
|
17
|
+
#
|
|
18
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/AccessDeniedException AWS API Documentation
|
|
19
|
+
#
|
|
20
|
+
class AccessDeniedException < Struct.new(
|
|
21
|
+
:message)
|
|
22
|
+
SENSITIVE = []
|
|
23
|
+
include Aws::Structure
|
|
24
|
+
end
|
|
25
|
+
|
|
13
26
|
# Contains counts of vulnerability findings from image scans that run
|
|
14
27
|
# when you create new Image Builder images, or build new versions of
|
|
15
28
|
# existing images. The vulnerability counts are grouped by severity
|
|
@@ -238,7 +251,8 @@ module Aws::Imagebuilder
|
|
|
238
251
|
# @return [String]
|
|
239
252
|
#
|
|
240
253
|
# @!attribute [rw] image_build_version_arn
|
|
241
|
-
# The ARN of the image whose creation this
|
|
254
|
+
# The Amazon Resource Name (ARN) of the image whose creation this
|
|
255
|
+
# request canceled.
|
|
242
256
|
# @return [String]
|
|
243
257
|
#
|
|
244
258
|
# @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/CancelImageCreationResponse AWS API Documentation
|
|
@@ -1053,6 +1067,13 @@ module Aws::Imagebuilder
|
|
|
1053
1067
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
|
1054
1068
|
# @return [String]
|
|
1055
1069
|
#
|
|
1070
|
+
# @!attribute [rw] dry_run
|
|
1071
|
+
# Validates the required permissions for the operation and the request
|
|
1072
|
+
# parameters, without actually making the request, and provides an
|
|
1073
|
+
# error response. Upon a successful request, the error response is
|
|
1074
|
+
# `DryRunOperationException`.
|
|
1075
|
+
# @return [Boolean]
|
|
1076
|
+
#
|
|
1056
1077
|
# @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/CreateComponentRequest AWS API Documentation
|
|
1057
1078
|
#
|
|
1058
1079
|
class CreateComponentRequest < Struct.new(
|
|
@@ -1066,7 +1087,8 @@ module Aws::Imagebuilder
|
|
|
1066
1087
|
:uri,
|
|
1067
1088
|
:kms_key_id,
|
|
1068
1089
|
:tags,
|
|
1069
|
-
:client_token
|
|
1090
|
+
:client_token,
|
|
1091
|
+
:dry_run)
|
|
1070
1092
|
SENSITIVE = []
|
|
1071
1093
|
include Aws::Structure
|
|
1072
1094
|
end
|
|
@@ -1084,12 +1106,18 @@ module Aws::Imagebuilder
|
|
|
1084
1106
|
# created.
|
|
1085
1107
|
# @return [String]
|
|
1086
1108
|
#
|
|
1109
|
+
# @!attribute [rw] latest_version_references
|
|
1110
|
+
# The resource ARNs with different wildcard variations of semantic
|
|
1111
|
+
# versioning.
|
|
1112
|
+
# @return [Types::LatestVersionReferences]
|
|
1113
|
+
#
|
|
1087
1114
|
# @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/CreateComponentResponse AWS API Documentation
|
|
1088
1115
|
#
|
|
1089
1116
|
class CreateComponentResponse < Struct.new(
|
|
1090
1117
|
:request_id,
|
|
1091
1118
|
:client_token,
|
|
1092
|
-
:component_build_version_arn
|
|
1119
|
+
:component_build_version_arn,
|
|
1120
|
+
:latest_version_references)
|
|
1093
1121
|
SENSITIVE = []
|
|
1094
1122
|
include Aws::Structure
|
|
1095
1123
|
end
|
|
@@ -1232,12 +1260,18 @@ module Aws::Imagebuilder
|
|
|
1232
1260
|
# the request created.
|
|
1233
1261
|
# @return [String]
|
|
1234
1262
|
#
|
|
1263
|
+
# @!attribute [rw] latest_version_references
|
|
1264
|
+
# The resource ARNs with different wildcard variations of semantic
|
|
1265
|
+
# versioning.
|
|
1266
|
+
# @return [Types::LatestVersionReferences]
|
|
1267
|
+
#
|
|
1235
1268
|
# @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/CreateContainerRecipeResponse AWS API Documentation
|
|
1236
1269
|
#
|
|
1237
1270
|
class CreateContainerRecipeResponse < Struct.new(
|
|
1238
1271
|
:request_id,
|
|
1239
1272
|
:client_token,
|
|
1240
|
-
:container_recipe_arn
|
|
1273
|
+
:container_recipe_arn,
|
|
1274
|
+
:latest_version_references)
|
|
1241
1275
|
SENSITIVE = []
|
|
1242
1276
|
include Aws::Structure
|
|
1243
1277
|
end
|
|
@@ -1552,12 +1586,18 @@ module Aws::Imagebuilder
|
|
|
1552
1586
|
# by this request.
|
|
1553
1587
|
# @return [String]
|
|
1554
1588
|
#
|
|
1589
|
+
# @!attribute [rw] latest_version_references
|
|
1590
|
+
# The resource ARNs with different wildcard variations of semantic
|
|
1591
|
+
# versioning.
|
|
1592
|
+
# @return [Types::LatestVersionReferences]
|
|
1593
|
+
#
|
|
1555
1594
|
# @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/CreateImageRecipeResponse AWS API Documentation
|
|
1556
1595
|
#
|
|
1557
1596
|
class CreateImageRecipeResponse < Struct.new(
|
|
1558
1597
|
:request_id,
|
|
1559
1598
|
:client_token,
|
|
1560
|
-
:image_recipe_arn
|
|
1599
|
+
:image_recipe_arn,
|
|
1600
|
+
:latest_version_references)
|
|
1561
1601
|
SENSITIVE = []
|
|
1562
1602
|
include Aws::Structure
|
|
1563
1603
|
end
|
|
@@ -1660,12 +1700,18 @@ module Aws::Imagebuilder
|
|
|
1660
1700
|
# created.
|
|
1661
1701
|
# @return [String]
|
|
1662
1702
|
#
|
|
1703
|
+
# @!attribute [rw] latest_version_references
|
|
1704
|
+
# The resource ARNs with different wildcard variations of semantic
|
|
1705
|
+
# versioning.
|
|
1706
|
+
# @return [Types::LatestVersionReferences]
|
|
1707
|
+
#
|
|
1663
1708
|
# @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/CreateImageResponse AWS API Documentation
|
|
1664
1709
|
#
|
|
1665
1710
|
class CreateImageResponse < Struct.new(
|
|
1666
1711
|
:request_id,
|
|
1667
1712
|
:client_token,
|
|
1668
|
-
:image_build_version_arn
|
|
1713
|
+
:image_build_version_arn,
|
|
1714
|
+
:latest_version_references)
|
|
1669
1715
|
SENSITIVE = []
|
|
1670
1716
|
include Aws::Structure
|
|
1671
1717
|
end
|
|
@@ -1973,6 +2019,13 @@ module Aws::Imagebuilder
|
|
|
1973
2019
|
# is responsible.
|
|
1974
2020
|
# @return [String]
|
|
1975
2021
|
#
|
|
2022
|
+
# @!attribute [rw] dry_run
|
|
2023
|
+
# Validates the required permissions for the operation and the request
|
|
2024
|
+
# parameters, without actually making the request, and provides an
|
|
2025
|
+
# error response. Upon a successful request, the error response is
|
|
2026
|
+
# `DryRunOperationException`.
|
|
2027
|
+
# @return [Boolean]
|
|
2028
|
+
#
|
|
1976
2029
|
# @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/CreateWorkflowRequest AWS API Documentation
|
|
1977
2030
|
#
|
|
1978
2031
|
class CreateWorkflowRequest < Struct.new(
|
|
@@ -1985,7 +2038,8 @@ module Aws::Imagebuilder
|
|
|
1985
2038
|
:kms_key_id,
|
|
1986
2039
|
:tags,
|
|
1987
2040
|
:client_token,
|
|
1988
|
-
:type
|
|
2041
|
+
:type,
|
|
2042
|
+
:dry_run)
|
|
1989
2043
|
SENSITIVE = []
|
|
1990
2044
|
include Aws::Structure
|
|
1991
2045
|
end
|
|
@@ -1999,11 +2053,17 @@ module Aws::Imagebuilder
|
|
|
1999
2053
|
# request created.
|
|
2000
2054
|
# @return [String]
|
|
2001
2055
|
#
|
|
2056
|
+
# @!attribute [rw] latest_version_references
|
|
2057
|
+
# The resource ARNs with different wildcard variations of semantic
|
|
2058
|
+
# versioning.
|
|
2059
|
+
# @return [Types::LatestVersionReferences]
|
|
2060
|
+
#
|
|
2002
2061
|
# @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/CreateWorkflowResponse AWS API Documentation
|
|
2003
2062
|
#
|
|
2004
2063
|
class CreateWorkflowResponse < Struct.new(
|
|
2005
2064
|
:client_token,
|
|
2006
|
-
:workflow_build_version_arn
|
|
2065
|
+
:workflow_build_version_arn,
|
|
2066
|
+
:latest_version_references)
|
|
2007
2067
|
SENSITIVE = []
|
|
2008
2068
|
include Aws::Structure
|
|
2009
2069
|
end
|
|
@@ -2127,7 +2187,8 @@ module Aws::Imagebuilder
|
|
|
2127
2187
|
# @return [String]
|
|
2128
2188
|
#
|
|
2129
2189
|
# @!attribute [rw] component_build_version_arn
|
|
2130
|
-
# The ARN of the component build version that
|
|
2190
|
+
# The Amazon Resource Name (ARN) of the component build version that
|
|
2191
|
+
# this request deleted.
|
|
2131
2192
|
# @return [String]
|
|
2132
2193
|
#
|
|
2133
2194
|
# @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/DeleteComponentResponse AWS API Documentation
|
|
@@ -2277,8 +2338,8 @@ module Aws::Imagebuilder
|
|
|
2277
2338
|
# @return [String]
|
|
2278
2339
|
#
|
|
2279
2340
|
# @!attribute [rw] image_build_version_arn
|
|
2280
|
-
# The ARN of the Image Builder image resource
|
|
2281
|
-
# deleted.
|
|
2341
|
+
# The Amazon Resource Name (ARN) of the Image Builder image resource
|
|
2342
|
+
# that this request deleted.
|
|
2282
2343
|
# @return [String]
|
|
2283
2344
|
#
|
|
2284
2345
|
# @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/DeleteImageResponse AWS API Documentation
|
|
@@ -2335,7 +2396,8 @@ module Aws::Imagebuilder
|
|
|
2335
2396
|
end
|
|
2336
2397
|
|
|
2337
2398
|
# @!attribute [rw] lifecycle_policy_arn
|
|
2338
|
-
# The ARN of the lifecycle policy that was
|
|
2399
|
+
# The Amazon Resource Name (ARN) of the lifecycle policy that was
|
|
2400
|
+
# deleted.
|
|
2339
2401
|
# @return [String]
|
|
2340
2402
|
#
|
|
2341
2403
|
# @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/DeleteLifecyclePolicyResponse AWS API Documentation
|
|
@@ -2359,7 +2421,8 @@ module Aws::Imagebuilder
|
|
|
2359
2421
|
end
|
|
2360
2422
|
|
|
2361
2423
|
# @!attribute [rw] workflow_build_version_arn
|
|
2362
|
-
# The ARN of the workflow resource that this
|
|
2424
|
+
# The Amazon Resource Name (ARN) of the workflow resource that this
|
|
2425
|
+
# request deleted.
|
|
2363
2426
|
# @return [String]
|
|
2364
2427
|
#
|
|
2365
2428
|
# @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/DeleteWorkflowResponse AWS API Documentation
|
|
@@ -2370,6 +2433,70 @@ module Aws::Imagebuilder
|
|
|
2370
2433
|
include Aws::Structure
|
|
2371
2434
|
end
|
|
2372
2435
|
|
|
2436
|
+
# @!attribute [rw] source_image
|
|
2437
|
+
# The source image Amazon Resource Name (ARN) to distribute.
|
|
2438
|
+
# @return [String]
|
|
2439
|
+
#
|
|
2440
|
+
# @!attribute [rw] distribution_configuration_arn
|
|
2441
|
+
# The Amazon Resource Name (ARN) of the distribution configuration to
|
|
2442
|
+
# use.
|
|
2443
|
+
# @return [String]
|
|
2444
|
+
#
|
|
2445
|
+
# @!attribute [rw] execution_role
|
|
2446
|
+
# The IAM role to use for the distribution.
|
|
2447
|
+
# @return [String]
|
|
2448
|
+
#
|
|
2449
|
+
# @!attribute [rw] tags
|
|
2450
|
+
# The tags to apply to the distributed image.
|
|
2451
|
+
# @return [Hash<String,String>]
|
|
2452
|
+
#
|
|
2453
|
+
# @!attribute [rw] client_token
|
|
2454
|
+
# Unique, case-sensitive identifier you provide to ensure idempotency
|
|
2455
|
+
# of the request. For more information, see [Ensuring idempotency][1]
|
|
2456
|
+
# in the *Amazon EC2 API Reference*.
|
|
2457
|
+
#
|
|
2458
|
+
# **A suitable default value is auto-generated.** You should normally
|
|
2459
|
+
# not need to pass this option.
|
|
2460
|
+
#
|
|
2461
|
+
#
|
|
2462
|
+
#
|
|
2463
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
|
2464
|
+
# @return [String]
|
|
2465
|
+
#
|
|
2466
|
+
# @!attribute [rw] logging_configuration
|
|
2467
|
+
# The logging configuration for the distribution.
|
|
2468
|
+
# @return [Types::ImageLoggingConfiguration]
|
|
2469
|
+
#
|
|
2470
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/DistributeImageRequest AWS API Documentation
|
|
2471
|
+
#
|
|
2472
|
+
class DistributeImageRequest < Struct.new(
|
|
2473
|
+
:source_image,
|
|
2474
|
+
:distribution_configuration_arn,
|
|
2475
|
+
:execution_role,
|
|
2476
|
+
:tags,
|
|
2477
|
+
:client_token,
|
|
2478
|
+
:logging_configuration)
|
|
2479
|
+
SENSITIVE = []
|
|
2480
|
+
include Aws::Structure
|
|
2481
|
+
end
|
|
2482
|
+
|
|
2483
|
+
# @!attribute [rw] client_token
|
|
2484
|
+
# The client token that uniquely identifies the request.
|
|
2485
|
+
# @return [String]
|
|
2486
|
+
#
|
|
2487
|
+
# @!attribute [rw] image_build_version_arn
|
|
2488
|
+
# The Amazon Resource Name (ARN) of the image to be distributed.
|
|
2489
|
+
# @return [String]
|
|
2490
|
+
#
|
|
2491
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/DistributeImageResponse AWS API Documentation
|
|
2492
|
+
#
|
|
2493
|
+
class DistributeImageResponse < Struct.new(
|
|
2494
|
+
:client_token,
|
|
2495
|
+
:image_build_version_arn)
|
|
2496
|
+
SENSITIVE = []
|
|
2497
|
+
include Aws::Structure
|
|
2498
|
+
end
|
|
2499
|
+
|
|
2373
2500
|
# Defines the settings for a specific Region.
|
|
2374
2501
|
#
|
|
2375
2502
|
# @!attribute [rw] region
|
|
@@ -2522,6 +2649,21 @@ module Aws::Imagebuilder
|
|
|
2522
2649
|
include Aws::Structure
|
|
2523
2650
|
end
|
|
2524
2651
|
|
|
2652
|
+
# The dry run operation of the resource was successful, and no resources
|
|
2653
|
+
# or mutations were actually performed due to the dry run flag in the
|
|
2654
|
+
# request.
|
|
2655
|
+
#
|
|
2656
|
+
# @!attribute [rw] message
|
|
2657
|
+
# @return [String]
|
|
2658
|
+
#
|
|
2659
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/DryRunOperationException AWS API Documentation
|
|
2660
|
+
#
|
|
2661
|
+
class DryRunOperationException < Struct.new(
|
|
2662
|
+
:message)
|
|
2663
|
+
SENSITIVE = []
|
|
2664
|
+
include Aws::Structure
|
|
2665
|
+
end
|
|
2666
|
+
|
|
2525
2667
|
# Amazon EBS-specific block device mapping specifications.
|
|
2526
2668
|
#
|
|
2527
2669
|
# @!attribute [rw] encrypted
|
|
@@ -2782,11 +2924,17 @@ module Aws::Imagebuilder
|
|
|
2782
2924
|
# The component object specified in the request.
|
|
2783
2925
|
# @return [Types::Component]
|
|
2784
2926
|
#
|
|
2927
|
+
# @!attribute [rw] latest_version_references
|
|
2928
|
+
# The resource ARNs with different wildcard variations of semantic
|
|
2929
|
+
# versioning.
|
|
2930
|
+
# @return [Types::LatestVersionReferences]
|
|
2931
|
+
#
|
|
2785
2932
|
# @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/GetComponentResponse AWS API Documentation
|
|
2786
2933
|
#
|
|
2787
2934
|
class GetComponentResponse < Struct.new(
|
|
2788
2935
|
:request_id,
|
|
2789
|
-
:component
|
|
2936
|
+
:component,
|
|
2937
|
+
:latest_version_references)
|
|
2790
2938
|
SENSITIVE = []
|
|
2791
2939
|
include Aws::Structure
|
|
2792
2940
|
end
|
|
@@ -2841,11 +2989,17 @@ module Aws::Imagebuilder
|
|
|
2841
2989
|
# The container recipe object that is returned.
|
|
2842
2990
|
# @return [Types::ContainerRecipe]
|
|
2843
2991
|
#
|
|
2992
|
+
# @!attribute [rw] latest_version_references
|
|
2993
|
+
# The resource ARNs with different wildcard variations of semantic
|
|
2994
|
+
# versioning.
|
|
2995
|
+
# @return [Types::LatestVersionReferences]
|
|
2996
|
+
#
|
|
2844
2997
|
# @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/GetContainerRecipeResponse AWS API Documentation
|
|
2845
2998
|
#
|
|
2846
2999
|
class GetContainerRecipeResponse < Struct.new(
|
|
2847
3000
|
:request_id,
|
|
2848
|
-
:container_recipe
|
|
3001
|
+
:container_recipe,
|
|
3002
|
+
:latest_version_references)
|
|
2849
3003
|
SENSITIVE = []
|
|
2850
3004
|
include Aws::Structure
|
|
2851
3005
|
end
|
|
@@ -2991,11 +3145,17 @@ module Aws::Imagebuilder
|
|
|
2991
3145
|
# The image recipe object.
|
|
2992
3146
|
# @return [Types::ImageRecipe]
|
|
2993
3147
|
#
|
|
3148
|
+
# @!attribute [rw] latest_version_references
|
|
3149
|
+
# The resource ARNs with different wildcard variations of semantic
|
|
3150
|
+
# versioning.
|
|
3151
|
+
# @return [Types::LatestVersionReferences]
|
|
3152
|
+
#
|
|
2994
3153
|
# @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/GetImageRecipeResponse AWS API Documentation
|
|
2995
3154
|
#
|
|
2996
3155
|
class GetImageRecipeResponse < Struct.new(
|
|
2997
3156
|
:request_id,
|
|
2998
|
-
:image_recipe
|
|
3157
|
+
:image_recipe,
|
|
3158
|
+
:latest_version_references)
|
|
2999
3159
|
SENSITIVE = []
|
|
3000
3160
|
include Aws::Structure
|
|
3001
3161
|
end
|
|
@@ -3020,11 +3180,17 @@ module Aws::Imagebuilder
|
|
|
3020
3180
|
# The image object.
|
|
3021
3181
|
# @return [Types::Image]
|
|
3022
3182
|
#
|
|
3183
|
+
# @!attribute [rw] latest_version_references
|
|
3184
|
+
# The resource ARNs with different wildcard variations of semantic
|
|
3185
|
+
# versioning.
|
|
3186
|
+
# @return [Types::LatestVersionReferences]
|
|
3187
|
+
#
|
|
3023
3188
|
# @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/GetImageResponse AWS API Documentation
|
|
3024
3189
|
#
|
|
3025
3190
|
class GetImageResponse < Struct.new(
|
|
3026
3191
|
:request_id,
|
|
3027
|
-
:image
|
|
3192
|
+
:image,
|
|
3193
|
+
:latest_version_references)
|
|
3028
3194
|
SENSITIVE = []
|
|
3029
3195
|
include Aws::Structure
|
|
3030
3196
|
end
|
|
@@ -3103,7 +3269,8 @@ module Aws::Imagebuilder
|
|
|
3103
3269
|
end
|
|
3104
3270
|
|
|
3105
3271
|
# @!attribute [rw] lifecycle_policy
|
|
3106
|
-
# The ARN of the image lifecycle policy
|
|
3272
|
+
# The Amazon Resource Name (ARN) of the image lifecycle policy
|
|
3273
|
+
# resource that was returned.
|
|
3107
3274
|
# @return [Types::LifecyclePolicy]
|
|
3108
3275
|
#
|
|
3109
3276
|
# @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/GetLifecyclePolicyResponse AWS API Documentation
|
|
@@ -3285,10 +3452,16 @@ module Aws::Imagebuilder
|
|
|
3285
3452
|
# The workflow resource specified in the request.
|
|
3286
3453
|
# @return [Types::Workflow]
|
|
3287
3454
|
#
|
|
3455
|
+
# @!attribute [rw] latest_version_references
|
|
3456
|
+
# The resource ARNs with different wildcard variations of semantic
|
|
3457
|
+
# versioning.
|
|
3458
|
+
# @return [Types::LatestVersionReferences]
|
|
3459
|
+
#
|
|
3288
3460
|
# @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/GetWorkflowResponse AWS API Documentation
|
|
3289
3461
|
#
|
|
3290
3462
|
class GetWorkflowResponse < Struct.new(
|
|
3291
|
-
:workflow
|
|
3463
|
+
:workflow,
|
|
3464
|
+
:latest_version_references)
|
|
3292
3465
|
SENSITIVE = []
|
|
3293
3466
|
include Aws::Structure
|
|
3294
3467
|
end
|
|
@@ -5172,6 +5345,40 @@ module Aws::Imagebuilder
|
|
|
5172
5345
|
include Aws::Structure
|
|
5173
5346
|
end
|
|
5174
5347
|
|
|
5348
|
+
# The resource ARNs with different wildcard variations of semantic
|
|
5349
|
+
# versioning.
|
|
5350
|
+
#
|
|
5351
|
+
# @!attribute [rw] latest_version_arn
|
|
5352
|
+
# The latest version Amazon Resource Name (ARN) of the Image Builder
|
|
5353
|
+
# resource.
|
|
5354
|
+
# @return [String]
|
|
5355
|
+
#
|
|
5356
|
+
# @!attribute [rw] latest_major_version_arn
|
|
5357
|
+
# The latest version Amazon Resource Name (ARN) with the same `major`
|
|
5358
|
+
# version of the Image Builder resource.
|
|
5359
|
+
# @return [String]
|
|
5360
|
+
#
|
|
5361
|
+
# @!attribute [rw] latest_minor_version_arn
|
|
5362
|
+
# The latest version Amazon Resource Name (ARN) with the same `minor`
|
|
5363
|
+
# version of the Image Builder resource.
|
|
5364
|
+
# @return [String]
|
|
5365
|
+
#
|
|
5366
|
+
# @!attribute [rw] latest_patch_version_arn
|
|
5367
|
+
# The latest version Amazon Resource Name (ARN) with the same `patch`
|
|
5368
|
+
# version of the Image Builder resource.
|
|
5369
|
+
# @return [String]
|
|
5370
|
+
#
|
|
5371
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/LatestVersionReferences AWS API Documentation
|
|
5372
|
+
#
|
|
5373
|
+
class LatestVersionReferences < Struct.new(
|
|
5374
|
+
:latest_version_arn,
|
|
5375
|
+
:latest_major_version_arn,
|
|
5376
|
+
:latest_minor_version_arn,
|
|
5377
|
+
:latest_patch_version_arn)
|
|
5378
|
+
SENSITIVE = []
|
|
5379
|
+
include Aws::Structure
|
|
5380
|
+
end
|
|
5381
|
+
|
|
5175
5382
|
# Describes the configuration for a launch permission. The launch
|
|
5176
5383
|
# permission modification request is sent to the [Amazon EC2
|
|
5177
5384
|
# ModifyImageAttribute][1] API on behalf of the user for each Region
|
|
@@ -6938,8 +7145,8 @@ module Aws::Imagebuilder
|
|
|
6938
7145
|
# @return [Array<Types::WorkflowExecutionMetadata>]
|
|
6939
7146
|
#
|
|
6940
7147
|
# @!attribute [rw] image_build_version_arn
|
|
6941
|
-
# The resource ARN of the image build version
|
|
6942
|
-
# a list of workflow runtime details.
|
|
7148
|
+
# The resource Amazon Resource Name (ARN) of the image build version
|
|
7149
|
+
# for which you requested a list of workflow runtime details.
|
|
6943
7150
|
# @return [String]
|
|
6944
7151
|
#
|
|
6945
7152
|
# @!attribute [rw] message
|
|
@@ -6999,8 +7206,9 @@ module Aws::Imagebuilder
|
|
|
6999
7206
|
# @return [Array<Types::WorkflowStepMetadata>]
|
|
7000
7207
|
#
|
|
7001
7208
|
# @!attribute [rw] workflow_build_version_arn
|
|
7002
|
-
# The build version ARN for the Image Builder
|
|
7003
|
-
# defines the steps for this runtime instance
|
|
7209
|
+
# The build version Amazon Resource Name (ARN) for the Image Builder
|
|
7210
|
+
# workflow resource that defines the steps for this runtime instance
|
|
7211
|
+
# of the workflow.
|
|
7004
7212
|
# @return [String]
|
|
7005
7213
|
#
|
|
7006
7214
|
# @!attribute [rw] workflow_execution_id
|
|
@@ -7009,8 +7217,8 @@ module Aws::Imagebuilder
|
|
|
7009
7217
|
# @return [String]
|
|
7010
7218
|
#
|
|
7011
7219
|
# @!attribute [rw] image_build_version_arn
|
|
7012
|
-
# The image build version resource ARN that's
|
|
7013
|
-
# specified runtime instance of the workflow.
|
|
7220
|
+
# The image build version resource Amazon Resource Name (ARN) that's
|
|
7221
|
+
# associated with the specified runtime instance of the workflow.
|
|
7014
7222
|
# @return [String]
|
|
7015
7223
|
#
|
|
7016
7224
|
# @!attribute [rw] message
|
|
@@ -7580,6 +7788,49 @@ module Aws::Imagebuilder
|
|
|
7580
7788
|
include Aws::Structure
|
|
7581
7789
|
end
|
|
7582
7790
|
|
|
7791
|
+
# @!attribute [rw] image_build_version_arn
|
|
7792
|
+
# The source image Amazon Resource Name (ARN) to retry.
|
|
7793
|
+
# @return [String]
|
|
7794
|
+
#
|
|
7795
|
+
# @!attribute [rw] client_token
|
|
7796
|
+
# Unique, case-sensitive identifier you provide to ensure idempotency
|
|
7797
|
+
# of the request. For more information, see [Ensuring idempotency][1]
|
|
7798
|
+
# in the *Amazon EC2 API Reference*.
|
|
7799
|
+
#
|
|
7800
|
+
# **A suitable default value is auto-generated.** You should normally
|
|
7801
|
+
# not need to pass this option.
|
|
7802
|
+
#
|
|
7803
|
+
#
|
|
7804
|
+
#
|
|
7805
|
+
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html
|
|
7806
|
+
# @return [String]
|
|
7807
|
+
#
|
|
7808
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/RetryImageRequest AWS API Documentation
|
|
7809
|
+
#
|
|
7810
|
+
class RetryImageRequest < Struct.new(
|
|
7811
|
+
:image_build_version_arn,
|
|
7812
|
+
:client_token)
|
|
7813
|
+
SENSITIVE = []
|
|
7814
|
+
include Aws::Structure
|
|
7815
|
+
end
|
|
7816
|
+
|
|
7817
|
+
# @!attribute [rw] client_token
|
|
7818
|
+
# The client token that uniquely identifies the request.
|
|
7819
|
+
# @return [String]
|
|
7820
|
+
#
|
|
7821
|
+
# @!attribute [rw] image_build_version_arn
|
|
7822
|
+
# The ARN of the image to be retried.
|
|
7823
|
+
# @return [String]
|
|
7824
|
+
#
|
|
7825
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/RetryImageResponse AWS API Documentation
|
|
7826
|
+
#
|
|
7827
|
+
class RetryImageResponse < Struct.new(
|
|
7828
|
+
:client_token,
|
|
7829
|
+
:image_build_version_arn)
|
|
7830
|
+
SENSITIVE = []
|
|
7831
|
+
include Aws::Structure
|
|
7832
|
+
end
|
|
7833
|
+
|
|
7583
7834
|
# Properties that configure export from your build instance to a
|
|
7584
7835
|
# compatible file format for your VM.
|
|
7585
7836
|
#
|
|
@@ -7935,8 +8186,8 @@ module Aws::Imagebuilder
|
|
|
7935
8186
|
end
|
|
7936
8187
|
|
|
7937
8188
|
# @!attribute [rw] resource_arn
|
|
7938
|
-
# The ARN of the Image Builder resource that is
|
|
7939
|
-
# update might also impact associated resources.
|
|
8189
|
+
# The Amazon Resource Name (ARN) of the Image Builder resource that is
|
|
8190
|
+
# updated. The state update might also impact associated resources.
|
|
7940
8191
|
# @return [String]
|
|
7941
8192
|
#
|
|
7942
8193
|
# @!attribute [rw] state
|
|
@@ -7995,8 +8246,8 @@ module Aws::Imagebuilder
|
|
|
7995
8246
|
# @return [String]
|
|
7996
8247
|
#
|
|
7997
8248
|
# @!attribute [rw] resource_arn
|
|
7998
|
-
# The requested ARN of the Image Builder
|
|
7999
|
-
# update.
|
|
8249
|
+
# The requested Amazon Resource Name (ARN) of the Image Builder
|
|
8250
|
+
# resource for the asynchronous update.
|
|
8000
8251
|
# @return [String]
|
|
8001
8252
|
#
|
|
8002
8253
|
# @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/StartResourceStateUpdateResponse AWS API Documentation
|
|
@@ -8072,6 +8323,19 @@ module Aws::Imagebuilder
|
|
|
8072
8323
|
include Aws::Structure
|
|
8073
8324
|
end
|
|
8074
8325
|
|
|
8326
|
+
# You have attempted too many requests for the specific operation.
|
|
8327
|
+
#
|
|
8328
|
+
# @!attribute [rw] message
|
|
8329
|
+
# @return [String]
|
|
8330
|
+
#
|
|
8331
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/TooManyRequestsException AWS API Documentation
|
|
8332
|
+
#
|
|
8333
|
+
class TooManyRequestsException < Struct.new(
|
|
8334
|
+
:message)
|
|
8335
|
+
SENSITIVE = []
|
|
8336
|
+
include Aws::Structure
|
|
8337
|
+
end
|
|
8338
|
+
|
|
8075
8339
|
# @!attribute [rw] resource_arn
|
|
8076
8340
|
# The Amazon Resource Name (ARN) of the resource that you want to
|
|
8077
8341
|
# untag.
|
|
@@ -8480,7 +8744,8 @@ module Aws::Imagebuilder
|
|
|
8480
8744
|
end
|
|
8481
8745
|
|
|
8482
8746
|
# @!attribute [rw] lifecycle_policy_arn
|
|
8483
|
-
# The ARN of the image lifecycle policy
|
|
8747
|
+
# The Amazon Resource Name (ARN) of the image lifecycle policy
|
|
8748
|
+
# resource that was updated.
|
|
8484
8749
|
# @return [String]
|
|
8485
8750
|
#
|
|
8486
8751
|
# @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/UpdateLifecyclePolicyResponse AWS API Documentation
|
|
@@ -8758,6 +9023,10 @@ module Aws::Imagebuilder
|
|
|
8758
9023
|
# at runtime.
|
|
8759
9024
|
# @return [String]
|
|
8760
9025
|
#
|
|
9026
|
+
# @!attribute [rw] retried
|
|
9027
|
+
# Indicates retry status for this runtime instance of the workflow.
|
|
9028
|
+
# @return [Boolean]
|
|
9029
|
+
#
|
|
8761
9030
|
# @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/WorkflowExecutionMetadata AWS API Documentation
|
|
8762
9031
|
#
|
|
8763
9032
|
class WorkflowExecutionMetadata < Struct.new(
|
|
@@ -8772,7 +9041,8 @@ module Aws::Imagebuilder
|
|
|
8772
9041
|
:total_steps_skipped,
|
|
8773
9042
|
:start_time,
|
|
8774
9043
|
:end_time,
|
|
8775
|
-
:parallel_group
|
|
9044
|
+
:parallel_group,
|
|
9045
|
+
:retried)
|
|
8776
9046
|
SENSITIVE = []
|
|
8777
9047
|
include Aws::Structure
|
|
8778
9048
|
end
|
|
@@ -8866,7 +9136,7 @@ module Aws::Imagebuilder
|
|
|
8866
9136
|
# @return [String]
|
|
8867
9137
|
#
|
|
8868
9138
|
# @!attribute [rw] workflow_build_version_arn
|
|
8869
|
-
# The ARN of the workflow resource that ran.
|
|
9139
|
+
# The Amazon Resource Name (ARN) of the workflow resource that ran.
|
|
8870
9140
|
# @return [String]
|
|
8871
9141
|
#
|
|
8872
9142
|
# @!attribute [rw] name
|
data/lib/aws-sdk-imagebuilder.rb
CHANGED