aws-sdk-imagebuilder 1.10.0 → 1.11.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dc7748b42071c50117bbec58861e622d51182914c8cb390335a266450f5a042d
|
|
4
|
+
data.tar.gz: 57bd3dfdca3c69d268a94ebbedbd7550dc72d08d742a8451366002265ae9673b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 026fbd3c85338cc67590745b7aff86abcf04b1dbc40268f3548458d71e5213520b457e894dc359ef69c96d78ddba784c18c3b2dc0d2621b92a08f24ebdc74c5a
|
|
7
|
+
data.tar.gz: dfc9d9b39e4427ee5d4ad4d612b92f9e5b410d0705494c45ad093707908c3c7753bb2ce0ea163d6befa80906c2274b788e80e1e9d48ba54b068d6123151e946b
|
data/lib/aws-sdk-imagebuilder.rb
CHANGED
|
@@ -483,6 +483,7 @@ module Aws::Imagebuilder
|
|
|
483
483
|
# ami_tags: {
|
|
484
484
|
# "TagKey" => "TagValue",
|
|
485
485
|
# },
|
|
486
|
+
# kms_key_id: "NonEmptyString",
|
|
486
487
|
# launch_permission: {
|
|
487
488
|
# user_ids: ["NonEmptyString"],
|
|
488
489
|
# user_groups: ["NonEmptyString"],
|
|
@@ -1166,6 +1167,7 @@ module Aws::Imagebuilder
|
|
|
1166
1167
|
# resp.distribution_configuration.distributions[0].ami_distribution_configuration.description #=> String
|
|
1167
1168
|
# resp.distribution_configuration.distributions[0].ami_distribution_configuration.ami_tags #=> Hash
|
|
1168
1169
|
# resp.distribution_configuration.distributions[0].ami_distribution_configuration.ami_tags["TagKey"] #=> String
|
|
1170
|
+
# resp.distribution_configuration.distributions[0].ami_distribution_configuration.kms_key_id #=> String
|
|
1169
1171
|
# resp.distribution_configuration.distributions[0].ami_distribution_configuration.launch_permission.user_ids #=> Array
|
|
1170
1172
|
# resp.distribution_configuration.distributions[0].ami_distribution_configuration.launch_permission.user_ids[0] #=> String
|
|
1171
1173
|
# resp.distribution_configuration.distributions[0].ami_distribution_configuration.launch_permission.user_groups #=> Array
|
|
@@ -1269,6 +1271,7 @@ module Aws::Imagebuilder
|
|
|
1269
1271
|
# resp.image.distribution_configuration.distributions[0].ami_distribution_configuration.description #=> String
|
|
1270
1272
|
# resp.image.distribution_configuration.distributions[0].ami_distribution_configuration.ami_tags #=> Hash
|
|
1271
1273
|
# resp.image.distribution_configuration.distributions[0].ami_distribution_configuration.ami_tags["TagKey"] #=> String
|
|
1274
|
+
# resp.image.distribution_configuration.distributions[0].ami_distribution_configuration.kms_key_id #=> String
|
|
1272
1275
|
# resp.image.distribution_configuration.distributions[0].ami_distribution_configuration.launch_permission.user_ids #=> Array
|
|
1273
1276
|
# resp.image.distribution_configuration.distributions[0].ami_distribution_configuration.launch_permission.user_ids[0] #=> String
|
|
1274
1277
|
# resp.image.distribution_configuration.distributions[0].ami_distribution_configuration.launch_permission.user_groups #=> Array
|
|
@@ -2477,6 +2480,7 @@ module Aws::Imagebuilder
|
|
|
2477
2480
|
# ami_tags: {
|
|
2478
2481
|
# "TagKey" => "TagValue",
|
|
2479
2482
|
# },
|
|
2483
|
+
# kms_key_id: "NonEmptyString",
|
|
2480
2484
|
# launch_permission: {
|
|
2481
2485
|
# user_ids: ["NonEmptyString"],
|
|
2482
2486
|
# user_groups: ["NonEmptyString"],
|
|
@@ -2699,7 +2703,7 @@ module Aws::Imagebuilder
|
|
|
2699
2703
|
params: params,
|
|
2700
2704
|
config: config)
|
|
2701
2705
|
context[:gem_name] = 'aws-sdk-imagebuilder'
|
|
2702
|
-
context[:gem_version] = '1.
|
|
2706
|
+
context[:gem_version] = '1.11.0'
|
|
2703
2707
|
Seahorse::Client::Request.new(handlers, context)
|
|
2704
2708
|
end
|
|
2705
2709
|
|
|
@@ -222,6 +222,7 @@ module Aws::Imagebuilder
|
|
|
222
222
|
AmiDistributionConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: AmiNameString, location_name: "name"))
|
|
223
223
|
AmiDistributionConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
|
|
224
224
|
AmiDistributionConfiguration.add_member(:ami_tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "amiTags"))
|
|
225
|
+
AmiDistributionConfiguration.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "kmsKeyId"))
|
|
225
226
|
AmiDistributionConfiguration.add_member(:launch_permission, Shapes::ShapeRef.new(shape: LaunchPermissionConfiguration, location_name: "launchPermission"))
|
|
226
227
|
AmiDistributionConfiguration.struct_class = Types::AmiDistributionConfiguration
|
|
227
228
|
|
|
@@ -55,6 +55,7 @@ module Aws::Imagebuilder
|
|
|
55
55
|
# ami_tags: {
|
|
56
56
|
# "TagKey" => "TagValue",
|
|
57
57
|
# },
|
|
58
|
+
# kms_key_id: "NonEmptyString",
|
|
58
59
|
# launch_permission: {
|
|
59
60
|
# user_ids: ["NonEmptyString"],
|
|
60
61
|
# user_groups: ["NonEmptyString"],
|
|
@@ -73,6 +74,10 @@ module Aws::Imagebuilder
|
|
|
73
74
|
# The tags to apply to AMIs distributed to this Region.
|
|
74
75
|
# @return [Hash<String,String>]
|
|
75
76
|
#
|
|
77
|
+
# @!attribute [rw] kms_key_id
|
|
78
|
+
# The KMS key identifier used to encrypt the distributed image.
|
|
79
|
+
# @return [String]
|
|
80
|
+
#
|
|
76
81
|
# @!attribute [rw] launch_permission
|
|
77
82
|
# Launch permissions can be used to configure which AWS accounts can
|
|
78
83
|
# use the AMI to launch instances.
|
|
@@ -84,6 +89,7 @@ module Aws::Imagebuilder
|
|
|
84
89
|
:name,
|
|
85
90
|
:description,
|
|
86
91
|
:ami_tags,
|
|
92
|
+
:kms_key_id,
|
|
87
93
|
:launch_permission)
|
|
88
94
|
SENSITIVE = []
|
|
89
95
|
include Aws::Structure
|
|
@@ -532,6 +538,7 @@ module Aws::Imagebuilder
|
|
|
532
538
|
# ami_tags: {
|
|
533
539
|
# "TagKey" => "TagValue",
|
|
534
540
|
# },
|
|
541
|
+
# kms_key_id: "NonEmptyString",
|
|
535
542
|
# launch_permission: {
|
|
536
543
|
# user_ids: ["NonEmptyString"],
|
|
537
544
|
# user_groups: ["NonEmptyString"],
|
|
@@ -1311,6 +1318,7 @@ module Aws::Imagebuilder
|
|
|
1311
1318
|
# ami_tags: {
|
|
1312
1319
|
# "TagKey" => "TagValue",
|
|
1313
1320
|
# },
|
|
1321
|
+
# kms_key_id: "NonEmptyString",
|
|
1314
1322
|
# launch_permission: {
|
|
1315
1323
|
# user_ids: ["NonEmptyString"],
|
|
1316
1324
|
# user_groups: ["NonEmptyString"],
|
|
@@ -2723,7 +2731,9 @@ module Aws::Imagebuilder
|
|
|
2723
2731
|
# Describes the configuration for a launch permission. The launch
|
|
2724
2732
|
# permission modification request is sent to the [EC2
|
|
2725
2733
|
# ModifyImageAttribute][1] API on behalf of the user for each Region
|
|
2726
|
-
# they have selected to distribute the AMI.
|
|
2734
|
+
# they have selected to distribute the AMI. To make an AMI public, set
|
|
2735
|
+
# the launch permission authorized accounts to `all`. See the examples
|
|
2736
|
+
# for making an AMI public at [EC2 ModifyImageAttribute][1].
|
|
2727
2737
|
#
|
|
2728
2738
|
#
|
|
2729
2739
|
#
|
|
@@ -3844,6 +3854,7 @@ module Aws::Imagebuilder
|
|
|
3844
3854
|
# ami_tags: {
|
|
3845
3855
|
# "TagKey" => "TagValue",
|
|
3846
3856
|
# },
|
|
3857
|
+
# kms_key_id: "NonEmptyString",
|
|
3847
3858
|
# launch_permission: {
|
|
3848
3859
|
# user_ids: ["NonEmptyString"],
|
|
3849
3860
|
# user_groups: ["NonEmptyString"],
|
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.11.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: 2020-
|
|
11
|
+
date: 2020-07-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|