aws-sdk-imagebuilder 1.24.0 → 1.28.0
Sign up to get free protection for your applications and to get access to all the features.
- 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 +72 -15
- data/lib/aws-sdk-imagebuilder/types.rb +82 -24
- 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: f3aecc95459dec63364148d21bf9cafdf4e74beaf42a2830d73c6369c2012160
|
4
|
+
data.tar.gz: 6d98f77b85615951154f1aecc029a1b51e121142e9d7363370dfffa3e580e12a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c2341acfbe79b184d3005ea8fa92205206160a7f24cc0e68a1e84233394e8c1a9b9098606595555ea86da43590e7ec616a6062c7973b0cd00ba582f7a5690d2
|
7
|
+
data.tar.gz: 9cbacd2eac34872128d5d1a52526d270d483da3a0344237afb529a4f00dbd924722218b096befb53e0e98991f433df58b9470262a5fc75aea1171e956c0afd6c
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.28.0 (2021-08-04)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated list actions to include a list of valid filters that can be used in the request.
|
8
|
+
|
9
|
+
1.27.0 (2021-07-30)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.26.0 (2021-07-28)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.25.0 (2021-07-23)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Update to documentation to reapply missing change to SSM uninstall switch default value and improve description.
|
23
|
+
|
4
24
|
1.24.0 (2021-07-19)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.28.0
|
data/lib/aws-sdk-imagebuilder.rb
CHANGED
@@ -2174,7 +2174,19 @@ module Aws::Imagebuilder
|
|
2174
2174
|
# you by other customers.
|
2175
2175
|
#
|
2176
2176
|
# @option params [Array<Types::Filter>] :filters
|
2177
|
-
#
|
2177
|
+
# Use the following filters to streamline results:
|
2178
|
+
#
|
2179
|
+
# * `description`
|
2180
|
+
#
|
2181
|
+
# * `name`
|
2182
|
+
#
|
2183
|
+
# * `platform`
|
2184
|
+
#
|
2185
|
+
# * `supportedOsVersion`
|
2186
|
+
#
|
2187
|
+
# * `type`
|
2188
|
+
#
|
2189
|
+
# * `version`
|
2178
2190
|
#
|
2179
2191
|
# @option params [Boolean] :by_name
|
2180
2192
|
# Returns the list of component build versions for the specified name.
|
@@ -2242,8 +2254,15 @@ module Aws::Imagebuilder
|
|
2242
2254
|
# recipes belonging to your account.
|
2243
2255
|
#
|
2244
2256
|
# @option params [Array<Types::Filter>] :filters
|
2245
|
-
#
|
2246
|
-
#
|
2257
|
+
# Use the following filters to streamline results:
|
2258
|
+
#
|
2259
|
+
# * `containerType`
|
2260
|
+
#
|
2261
|
+
# * `name`
|
2262
|
+
#
|
2263
|
+
# * `parentImage`
|
2264
|
+
#
|
2265
|
+
# * `platform`
|
2247
2266
|
#
|
2248
2267
|
# @option params [Integer] :max_results
|
2249
2268
|
# The maximum number of results to return in the list.
|
@@ -2302,11 +2321,7 @@ module Aws::Imagebuilder
|
|
2302
2321
|
# Returns a list of distribution configurations.
|
2303
2322
|
#
|
2304
2323
|
# @option params [Array<Types::Filter>] :filters
|
2305
|
-
#
|
2306
|
-
#
|
2307
|
-
# * `name` - The name of this distribution configuration.
|
2308
|
-
#
|
2309
|
-
# ^
|
2324
|
+
# You can filter on `name` to streamline results.
|
2310
2325
|
#
|
2311
2326
|
# @option params [Integer] :max_results
|
2312
2327
|
# The maximum items to return in a request.
|
@@ -2367,7 +2382,17 @@ module Aws::Imagebuilder
|
|
2367
2382
|
# want to retrieve.
|
2368
2383
|
#
|
2369
2384
|
# @option params [Array<Types::Filter>] :filters
|
2370
|
-
#
|
2385
|
+
# Use the following filters to streamline results:
|
2386
|
+
#
|
2387
|
+
# * `name`
|
2388
|
+
#
|
2389
|
+
# * `osVersion`
|
2390
|
+
#
|
2391
|
+
# * `platform`
|
2392
|
+
#
|
2393
|
+
# * `type`
|
2394
|
+
#
|
2395
|
+
# * `version`
|
2371
2396
|
#
|
2372
2397
|
# @option params [Integer] :max_results
|
2373
2398
|
# The maximum items to return in a request.
|
@@ -2492,7 +2517,11 @@ module Aws::Imagebuilder
|
|
2492
2517
|
# want to view.
|
2493
2518
|
#
|
2494
2519
|
# @option params [Array<Types::Filter>] :filters
|
2495
|
-
#
|
2520
|
+
# Use the following filters to streamline results:
|
2521
|
+
#
|
2522
|
+
# * `name`
|
2523
|
+
#
|
2524
|
+
# * `version`
|
2496
2525
|
#
|
2497
2526
|
# @option params [Integer] :max_results
|
2498
2527
|
# The maximum items to return in a request.
|
@@ -2565,7 +2594,19 @@ module Aws::Imagebuilder
|
|
2565
2594
|
# Returns a list of image pipelines.
|
2566
2595
|
#
|
2567
2596
|
# @option params [Array<Types::Filter>] :filters
|
2568
|
-
#
|
2597
|
+
# Use the following filters to streamline results:
|
2598
|
+
#
|
2599
|
+
# * `description`
|
2600
|
+
#
|
2601
|
+
# * `distributionConfigurationArn`
|
2602
|
+
#
|
2603
|
+
# * `imageRecipeArn`
|
2604
|
+
#
|
2605
|
+
# * `infrastructureConfigurationArn`
|
2606
|
+
#
|
2607
|
+
# * `name`
|
2608
|
+
#
|
2609
|
+
# * `status`
|
2569
2610
|
#
|
2570
2611
|
# @option params [Integer] :max_results
|
2571
2612
|
# The maximum items to return in a request.
|
@@ -2641,7 +2682,13 @@ module Aws::Imagebuilder
|
|
2641
2682
|
# with you by other customers.
|
2642
2683
|
#
|
2643
2684
|
# @option params [Array<Types::Filter>] :filters
|
2644
|
-
#
|
2685
|
+
# Use the following filters to streamline results:
|
2686
|
+
#
|
2687
|
+
# * `name`
|
2688
|
+
#
|
2689
|
+
# * `parentImage`
|
2690
|
+
#
|
2691
|
+
# * `platform`
|
2645
2692
|
#
|
2646
2693
|
# @option params [Integer] :max_results
|
2647
2694
|
# The maximum items to return in a request.
|
@@ -2705,7 +2752,17 @@ module Aws::Imagebuilder
|
|
2705
2752
|
# customers.
|
2706
2753
|
#
|
2707
2754
|
# @option params [Array<Types::Filter>] :filters
|
2708
|
-
#
|
2755
|
+
# Use the following filters to streamline results:
|
2756
|
+
#
|
2757
|
+
# * `name`
|
2758
|
+
#
|
2759
|
+
# * `osVersion`
|
2760
|
+
#
|
2761
|
+
# * `platform`
|
2762
|
+
#
|
2763
|
+
# * `type`
|
2764
|
+
#
|
2765
|
+
# * `version`
|
2709
2766
|
#
|
2710
2767
|
# @option params [Boolean] :by_name
|
2711
2768
|
# Requests a list of images with a specific recipe name.
|
@@ -2770,7 +2827,7 @@ module Aws::Imagebuilder
|
|
2770
2827
|
# Returns a list of infrastructure configurations.
|
2771
2828
|
#
|
2772
2829
|
# @option params [Array<Types::Filter>] :filters
|
2773
|
-
#
|
2830
|
+
# You can filter on `name` to streamline results.
|
2774
2831
|
#
|
2775
2832
|
# @option params [Integer] :max_results
|
2776
2833
|
# The maximum items to return in a request.
|
@@ -3417,7 +3474,7 @@ module Aws::Imagebuilder
|
|
3417
3474
|
params: params,
|
3418
3475
|
config: config)
|
3419
3476
|
context[:gem_name] = 'aws-sdk-imagebuilder'
|
3420
|
-
context[:gem_version] = '1.
|
3477
|
+
context[:gem_version] = '1.28.0'
|
3421
3478
|
Seahorse::Client::Request.new(handlers, context)
|
3422
3479
|
end
|
3423
3480
|
|
@@ -55,7 +55,7 @@ module Aws::Imagebuilder
|
|
55
55
|
# Details of an Amazon EC2 AMI.
|
56
56
|
#
|
57
57
|
# @!attribute [rw] region
|
58
|
-
# The Region of the Amazon EC2 AMI.
|
58
|
+
# The Amazon Web Services Region of the Amazon EC2 AMI.
|
59
59
|
# @return [String]
|
60
60
|
#
|
61
61
|
# @!attribute [rw] image
|
@@ -133,8 +133,8 @@ module Aws::Imagebuilder
|
|
133
133
|
# @return [String]
|
134
134
|
#
|
135
135
|
# @!attribute [rw] launch_permission
|
136
|
-
# Launch permissions can be used to configure which
|
137
|
-
# the AMI to launch instances.
|
136
|
+
# Launch permissions can be used to configure which Amazon Web
|
137
|
+
# Services accounts can use the AMI to launch instances.
|
138
138
|
# @return [Types::LaunchPermissionConfiguration]
|
139
139
|
#
|
140
140
|
# @see http://docs.aws.amazon.com/goto/WebAPI/imagebuilder-2019-12-02/AmiDistributionConfiguration AWS API Documentation
|
@@ -478,8 +478,8 @@ module Aws::Imagebuilder
|
|
478
478
|
include Aws::Structure
|
479
479
|
end
|
480
480
|
|
481
|
-
# The defining characteristics of a specific version of an
|
482
|
-
# component.
|
481
|
+
# The defining characteristics of a specific version of an Amazon Web
|
482
|
+
# Services TOE component.
|
483
483
|
#
|
484
484
|
# @!attribute [rw] arn
|
485
485
|
# The Amazon Resource Name (ARN) of the component.
|
@@ -3804,7 +3804,7 @@ module Aws::Imagebuilder
|
|
3804
3804
|
# }
|
3805
3805
|
#
|
3806
3806
|
# @!attribute [rw] user_ids
|
3807
|
-
# The account ID.
|
3807
|
+
# The Amazon Web Services account ID.
|
3808
3808
|
# @return [Array<String>]
|
3809
3809
|
#
|
3810
3810
|
# @!attribute [rw] user_groups
|
@@ -3938,7 +3938,19 @@ module Aws::Imagebuilder
|
|
3938
3938
|
# @return [String]
|
3939
3939
|
#
|
3940
3940
|
# @!attribute [rw] filters
|
3941
|
-
#
|
3941
|
+
# Use the following filters to streamline results:
|
3942
|
+
#
|
3943
|
+
# * `description`
|
3944
|
+
#
|
3945
|
+
# * `name`
|
3946
|
+
#
|
3947
|
+
# * `platform`
|
3948
|
+
#
|
3949
|
+
# * `supportedOsVersion`
|
3950
|
+
#
|
3951
|
+
# * `type`
|
3952
|
+
#
|
3953
|
+
# * `version`
|
3942
3954
|
# @return [Array<Types::Filter>]
|
3943
3955
|
#
|
3944
3956
|
# @!attribute [rw] by_name
|
@@ -4019,8 +4031,15 @@ module Aws::Imagebuilder
|
|
4019
4031
|
# @return [String]
|
4020
4032
|
#
|
4021
4033
|
# @!attribute [rw] filters
|
4022
|
-
#
|
4023
|
-
#
|
4034
|
+
# Use the following filters to streamline results:
|
4035
|
+
#
|
4036
|
+
# * `containerType`
|
4037
|
+
#
|
4038
|
+
# * `name`
|
4039
|
+
#
|
4040
|
+
# * `parentImage`
|
4041
|
+
#
|
4042
|
+
# * `platform`
|
4024
4043
|
# @return [Array<Types::Filter>]
|
4025
4044
|
#
|
4026
4045
|
# @!attribute [rw] max_results
|
@@ -4084,11 +4103,7 @@ module Aws::Imagebuilder
|
|
4084
4103
|
# }
|
4085
4104
|
#
|
4086
4105
|
# @!attribute [rw] filters
|
4087
|
-
#
|
4088
|
-
#
|
4089
|
-
# * `name` - The name of this distribution configuration.
|
4090
|
-
#
|
4091
|
-
# ^
|
4106
|
+
# You can filter on `name` to streamline results.
|
4092
4107
|
# @return [Array<Types::Filter>]
|
4093
4108
|
#
|
4094
4109
|
# @!attribute [rw] max_results
|
@@ -4156,7 +4171,17 @@ module Aws::Imagebuilder
|
|
4156
4171
|
# @return [String]
|
4157
4172
|
#
|
4158
4173
|
# @!attribute [rw] filters
|
4159
|
-
#
|
4174
|
+
# Use the following filters to streamline results:
|
4175
|
+
#
|
4176
|
+
# * `name`
|
4177
|
+
#
|
4178
|
+
# * `osVersion`
|
4179
|
+
#
|
4180
|
+
# * `platform`
|
4181
|
+
#
|
4182
|
+
# * `type`
|
4183
|
+
#
|
4184
|
+
# * `version`
|
4160
4185
|
# @return [Array<Types::Filter>]
|
4161
4186
|
#
|
4162
4187
|
# @!attribute [rw] max_results
|
@@ -4282,7 +4307,11 @@ module Aws::Imagebuilder
|
|
4282
4307
|
# @return [String]
|
4283
4308
|
#
|
4284
4309
|
# @!attribute [rw] filters
|
4285
|
-
#
|
4310
|
+
# Use the following filters to streamline results:
|
4311
|
+
#
|
4312
|
+
# * `name`
|
4313
|
+
#
|
4314
|
+
# * `version`
|
4286
4315
|
# @return [Array<Types::Filter>]
|
4287
4316
|
#
|
4288
4317
|
# @!attribute [rw] max_results
|
@@ -4345,7 +4374,19 @@ module Aws::Imagebuilder
|
|
4345
4374
|
# }
|
4346
4375
|
#
|
4347
4376
|
# @!attribute [rw] filters
|
4348
|
-
#
|
4377
|
+
# Use the following filters to streamline results:
|
4378
|
+
#
|
4379
|
+
# * `description`
|
4380
|
+
#
|
4381
|
+
# * `distributionConfigurationArn`
|
4382
|
+
#
|
4383
|
+
# * `imageRecipeArn`
|
4384
|
+
#
|
4385
|
+
# * `infrastructureConfigurationArn`
|
4386
|
+
#
|
4387
|
+
# * `name`
|
4388
|
+
#
|
4389
|
+
# * `status`
|
4349
4390
|
# @return [Array<Types::Filter>]
|
4350
4391
|
#
|
4351
4392
|
# @!attribute [rw] max_results
|
@@ -4416,7 +4457,13 @@ module Aws::Imagebuilder
|
|
4416
4457
|
# @return [String]
|
4417
4458
|
#
|
4418
4459
|
# @!attribute [rw] filters
|
4419
|
-
#
|
4460
|
+
# Use the following filters to streamline results:
|
4461
|
+
#
|
4462
|
+
# * `name`
|
4463
|
+
#
|
4464
|
+
# * `parentImage`
|
4465
|
+
#
|
4466
|
+
# * `platform`
|
4420
4467
|
# @return [Array<Types::Filter>]
|
4421
4468
|
#
|
4422
4469
|
# @!attribute [rw] max_results
|
@@ -4490,7 +4537,17 @@ module Aws::Imagebuilder
|
|
4490
4537
|
# @return [String]
|
4491
4538
|
#
|
4492
4539
|
# @!attribute [rw] filters
|
4493
|
-
#
|
4540
|
+
# Use the following filters to streamline results:
|
4541
|
+
#
|
4542
|
+
# * `name`
|
4543
|
+
#
|
4544
|
+
# * `osVersion`
|
4545
|
+
#
|
4546
|
+
# * `platform`
|
4547
|
+
#
|
4548
|
+
# * `type`
|
4549
|
+
#
|
4550
|
+
# * `version`
|
4494
4551
|
# @return [Array<Types::Filter>]
|
4495
4552
|
#
|
4496
4553
|
# @!attribute [rw] by_name
|
@@ -4578,7 +4635,7 @@ module Aws::Imagebuilder
|
|
4578
4635
|
# }
|
4579
4636
|
#
|
4580
4637
|
# @!attribute [rw] filters
|
4581
|
-
#
|
4638
|
+
# You can filter on `name` to streamline results.
|
4582
4639
|
# @return [Array<Types::Filter>]
|
4583
4640
|
#
|
4584
4641
|
# @!attribute [rw] max_results
|
@@ -5129,10 +5186,11 @@ module Aws::Imagebuilder
|
|
5129
5186
|
# }
|
5130
5187
|
#
|
5131
5188
|
# @!attribute [rw] uninstall_after_build
|
5132
|
-
#
|
5133
|
-
#
|
5134
|
-
#
|
5135
|
-
#
|
5189
|
+
# Controls whether the SSM agent is removed from your final build
|
5190
|
+
# image, prior to creating the new AMI. If this is set to true, then
|
5191
|
+
# the agent is removed from the final image. If it's set to false,
|
5192
|
+
# then the agent is left in, so that it is included in the new AMI.
|
5193
|
+
# The default value is false.
|
5136
5194
|
# @return [Boolean]
|
5137
5195
|
#
|
5138
5196
|
# @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.28.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-08-04 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
|