aws-sdk-imagebuilder 1.9.0 → 1.14.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: aef17e5892bf44af25681fc3bd623b0db3f159b367f585bfa54783bc97a9d686
4
- data.tar.gz: 93a4a67bbcf632792e39b015347d03c0ede54c87b927ba8b656be368342baeed
3
+ metadata.gz: 31955aad913528f32cd82b8b8f2a3ccc9e1612478c18de48af3abc931a720a99
4
+ data.tar.gz: 02571b6a4ecd90d89f4374610ac547b05a213867a9478a8e02e142395785e566
5
5
  SHA512:
6
- metadata.gz: 8320a1a7815d41313aa3ae8dda0418d0470fd97411c569c19c8263b7f7c10bf51335016ffea66093832c4efd5d17e00b0f6d68b3d8ca1d17e220ddcd14354afc
7
- data.tar.gz: afa1304bbf667fb15de5ad3a714e11c8f8d81ec9877f7445423b930460be662bf2624627c5648941a7c80be6a53318050437d022c389411a00168d95e6c7ad55
6
+ metadata.gz: 2a57a47702c02d000c927468afeee949aec58acdf41413e0e006153938f0d73bfad0b607b20b06dac48456ab9949172477a19bf37adae5e811b468ef21da73fd
7
+ data.tar.gz: 8afd479b9acd2a43805bd49815d49a2239f97628b078eb452af2d59565ad9a52a7323c1199c77ad8e81ae889cbb032943b32b4a0c3407a5038b390c76c64ab95
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -5,6 +7,7 @@
5
7
  #
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
10
+
8
11
  require 'aws-sdk-core'
9
12
  require 'aws-sigv4'
10
13
 
@@ -42,9 +45,9 @@ require_relative 'aws-sdk-imagebuilder/customizations'
42
45
  #
43
46
  # See {Errors} for more information.
44
47
  #
45
- # @service
48
+ # @!group service
46
49
  module Aws::Imagebuilder
47
50
 
48
- GEM_VERSION = '1.9.0'
51
+ GEM_VERSION = '1.14.0'
49
52
 
50
53
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -83,13 +85,28 @@ module Aws::Imagebuilder
83
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
84
86
  # credentials.
85
87
  #
88
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
89
+ # shared file, such as `~/.aws/config`.
90
+ #
91
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
92
+ #
93
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
94
+ # assume a role after providing credentials via the web.
95
+ #
96
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
97
+ # access token generated from `aws login`.
98
+ #
99
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
100
+ # process that outputs to stdout.
101
+ #
86
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
87
103
  # from an EC2 IMDS on an EC2 instance.
88
104
  #
89
- # * `Aws::SharedCredentials` - Used for loading credentials from a
90
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
91
107
  #
92
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
93
110
  #
94
111
  # When `:credentials` are not configured directly, the following
95
112
  # locations will be searched for credentials:
@@ -99,10 +116,10 @@ module Aws::Imagebuilder
99
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
100
117
  # * `~/.aws/credentials`
101
118
  # * `~/.aws/config`
102
- # * EC2 IMDS instance profile - When used by default, the timeouts are
103
- # very aggressive. Construct and pass an instance of
104
- # `Aws::InstanceProfileCredentails` to enable retries and extended
105
- # timeouts.
119
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
+ # are very aggressive. Construct and pass an instance of
121
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
+ # enable retries and extended timeouts.
106
123
  #
107
124
  # @option options [required, String] :region
108
125
  # The AWS region to connect to. The configured `:region` is
@@ -481,6 +498,7 @@ module Aws::Imagebuilder
481
498
  # ami_tags: {
482
499
  # "TagKey" => "TagValue",
483
500
  # },
501
+ # kms_key_id: "NonEmptyString",
484
502
  # launch_permission: {
485
503
  # user_ids: ["NonEmptyString"],
486
504
  # user_groups: ["NonEmptyString"],
@@ -1164,6 +1182,7 @@ module Aws::Imagebuilder
1164
1182
  # resp.distribution_configuration.distributions[0].ami_distribution_configuration.description #=> String
1165
1183
  # resp.distribution_configuration.distributions[0].ami_distribution_configuration.ami_tags #=> Hash
1166
1184
  # resp.distribution_configuration.distributions[0].ami_distribution_configuration.ami_tags["TagKey"] #=> String
1185
+ # resp.distribution_configuration.distributions[0].ami_distribution_configuration.kms_key_id #=> String
1167
1186
  # resp.distribution_configuration.distributions[0].ami_distribution_configuration.launch_permission.user_ids #=> Array
1168
1187
  # resp.distribution_configuration.distributions[0].ami_distribution_configuration.launch_permission.user_ids[0] #=> String
1169
1188
  # resp.distribution_configuration.distributions[0].ami_distribution_configuration.launch_permission.user_groups #=> Array
@@ -1267,6 +1286,7 @@ module Aws::Imagebuilder
1267
1286
  # resp.image.distribution_configuration.distributions[0].ami_distribution_configuration.description #=> String
1268
1287
  # resp.image.distribution_configuration.distributions[0].ami_distribution_configuration.ami_tags #=> Hash
1269
1288
  # resp.image.distribution_configuration.distributions[0].ami_distribution_configuration.ami_tags["TagKey"] #=> String
1289
+ # resp.image.distribution_configuration.distributions[0].ami_distribution_configuration.kms_key_id #=> String
1270
1290
  # resp.image.distribution_configuration.distributions[0].ami_distribution_configuration.launch_permission.user_ids #=> Array
1271
1291
  # resp.image.distribution_configuration.distributions[0].ami_distribution_configuration.launch_permission.user_ids[0] #=> String
1272
1292
  # resp.image.distribution_configuration.distributions[0].ami_distribution_configuration.launch_permission.user_groups #=> Array
@@ -1736,6 +1756,10 @@ module Aws::Imagebuilder
1736
1756
  # @option params [Array<Types::Filter>] :filters
1737
1757
  # The filters.
1738
1758
  #
1759
+ # * `name` - The name of this distribution configuration.
1760
+ #
1761
+ # ^
1762
+ #
1739
1763
  # @option params [Integer] :max_results
1740
1764
  # The maximum items to return in a request.
1741
1765
  #
@@ -2475,6 +2499,7 @@ module Aws::Imagebuilder
2475
2499
  # ami_tags: {
2476
2500
  # "TagKey" => "TagValue",
2477
2501
  # },
2502
+ # kms_key_id: "NonEmptyString",
2478
2503
  # launch_permission: {
2479
2504
  # user_ids: ["NonEmptyString"],
2480
2505
  # user_groups: ["NonEmptyString"],
@@ -2697,7 +2722,7 @@ module Aws::Imagebuilder
2697
2722
  params: params,
2698
2723
  config: config)
2699
2724
  context[:gem_name] = 'aws-sdk-imagebuilder'
2700
- context[:gem_version] = '1.9.0'
2725
+ context[:gem_version] = '1.14.0'
2701
2726
  Seahorse::Client::Request.new(handlers, context)
2702
2727
  end
2703
2728
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -220,6 +222,7 @@ module Aws::Imagebuilder
220
222
  AmiDistributionConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: AmiNameString, location_name: "name"))
221
223
  AmiDistributionConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "description"))
222
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"))
223
226
  AmiDistributionConfiguration.add_member(:launch_permission, Shapes::ShapeRef.new(shape: LaunchPermissionConfiguration, location_name: "launchPermission"))
224
227
  AmiDistributionConfiguration.struct_class = Types::AmiDistributionConfiguration
225
228
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -38,6 +40,7 @@ module Aws::Imagebuilder
38
40
  :name,
39
41
  :description,
40
42
  :state)
43
+ SENSITIVE = []
41
44
  include Aws::Structure
42
45
  end
43
46
 
@@ -52,6 +55,7 @@ module Aws::Imagebuilder
52
55
  # ami_tags: {
53
56
  # "TagKey" => "TagValue",
54
57
  # },
58
+ # kms_key_id: "NonEmptyString",
55
59
  # launch_permission: {
56
60
  # user_ids: ["NonEmptyString"],
57
61
  # user_groups: ["NonEmptyString"],
@@ -70,6 +74,10 @@ module Aws::Imagebuilder
70
74
  # The tags to apply to AMIs distributed to this Region.
71
75
  # @return [Hash<String,String>]
72
76
  #
77
+ # @!attribute [rw] kms_key_id
78
+ # The KMS key identifier used to encrypt the distributed image.
79
+ # @return [String]
80
+ #
73
81
  # @!attribute [rw] launch_permission
74
82
  # Launch permissions can be used to configure which AWS accounts can
75
83
  # use the AMI to launch instances.
@@ -81,7 +89,9 @@ module Aws::Imagebuilder
81
89
  :name,
82
90
  :description,
83
91
  :ami_tags,
92
+ :kms_key_id,
84
93
  :launch_permission)
94
+ SENSITIVE = []
85
95
  include Aws::Structure
86
96
  end
87
97
 
@@ -95,6 +105,7 @@ module Aws::Imagebuilder
95
105
  #
96
106
  class CallRateLimitExceededException < Struct.new(
97
107
  :message)
108
+ SENSITIVE = []
98
109
  include Aws::Structure
99
110
  end
100
111
 
@@ -123,6 +134,7 @@ module Aws::Imagebuilder
123
134
  class CancelImageCreationRequest < Struct.new(
124
135
  :image_build_version_arn,
125
136
  :client_token)
137
+ SENSITIVE = []
126
138
  include Aws::Structure
127
139
  end
128
140
 
@@ -145,6 +157,7 @@ module Aws::Imagebuilder
145
157
  :request_id,
146
158
  :client_token,
147
159
  :image_build_version_arn)
160
+ SENSITIVE = []
148
161
  include Aws::Structure
149
162
  end
150
163
 
@@ -160,6 +173,7 @@ module Aws::Imagebuilder
160
173
  #
161
174
  class ClientException < Struct.new(
162
175
  :message)
176
+ SENSITIVE = []
163
177
  include Aws::Structure
164
178
  end
165
179
 
@@ -241,6 +255,7 @@ module Aws::Imagebuilder
241
255
  :encrypted,
242
256
  :date_created,
243
257
  :tags)
258
+ SENSITIVE = []
244
259
  include Aws::Structure
245
260
  end
246
261
 
@@ -261,6 +276,7 @@ module Aws::Imagebuilder
261
276
  #
262
277
  class ComponentConfiguration < Struct.new(
263
278
  :component_arn)
279
+ SENSITIVE = []
264
280
  include Aws::Structure
265
281
  end
266
282
 
@@ -327,6 +343,7 @@ module Aws::Imagebuilder
327
343
  :change_description,
328
344
  :date_created,
329
345
  :tags)
346
+ SENSITIVE = []
330
347
  include Aws::Structure
331
348
  end
332
349
 
@@ -383,6 +400,7 @@ module Aws::Imagebuilder
383
400
  :type,
384
401
  :owner,
385
402
  :date_created)
403
+ SENSITIVE = []
386
404
  include Aws::Structure
387
405
  end
388
406
 
@@ -478,6 +496,7 @@ module Aws::Imagebuilder
478
496
  :kms_key_id,
479
497
  :tags,
480
498
  :client_token)
499
+ SENSITIVE = []
481
500
  include Aws::Structure
482
501
  end
483
502
 
@@ -500,6 +519,7 @@ module Aws::Imagebuilder
500
519
  :request_id,
501
520
  :client_token,
502
521
  :component_build_version_arn)
522
+ SENSITIVE = []
503
523
  include Aws::Structure
504
524
  end
505
525
 
@@ -518,6 +538,7 @@ module Aws::Imagebuilder
518
538
  # ami_tags: {
519
539
  # "TagKey" => "TagValue",
520
540
  # },
541
+ # kms_key_id: "NonEmptyString",
521
542
  # launch_permission: {
522
543
  # user_ids: ["NonEmptyString"],
523
544
  # user_groups: ["NonEmptyString"],
@@ -563,6 +584,7 @@ module Aws::Imagebuilder
563
584
  :distributions,
564
585
  :tags,
565
586
  :client_token)
587
+ SENSITIVE = []
566
588
  include Aws::Structure
567
589
  end
568
590
 
@@ -585,6 +607,7 @@ module Aws::Imagebuilder
585
607
  :request_id,
586
608
  :client_token,
587
609
  :distribution_configuration_arn)
610
+ SENSITIVE = []
588
611
  include Aws::Structure
589
612
  end
590
613
 
@@ -681,6 +704,7 @@ module Aws::Imagebuilder
681
704
  :status,
682
705
  :tags,
683
706
  :client_token)
707
+ SENSITIVE = []
684
708
  include Aws::Structure
685
709
  end
686
710
 
@@ -703,6 +727,7 @@ module Aws::Imagebuilder
703
727
  :request_id,
704
728
  :client_token,
705
729
  :image_pipeline_arn)
730
+ SENSITIVE = []
706
731
  include Aws::Structure
707
732
  end
708
733
 
@@ -802,6 +827,7 @@ module Aws::Imagebuilder
802
827
  :tags,
803
828
  :working_directory,
804
829
  :client_token)
830
+ SENSITIVE = []
805
831
  include Aws::Structure
806
832
  end
807
833
 
@@ -824,6 +850,7 @@ module Aws::Imagebuilder
824
850
  :request_id,
825
851
  :client_token,
826
852
  :image_recipe_arn)
853
+ SENSITIVE = []
827
854
  include Aws::Structure
828
855
  end
829
856
 
@@ -893,6 +920,7 @@ module Aws::Imagebuilder
893
920
  :enhanced_image_metadata_enabled,
894
921
  :tags,
895
922
  :client_token)
923
+ SENSITIVE = []
896
924
  include Aws::Structure
897
925
  end
898
926
 
@@ -915,6 +943,7 @@ module Aws::Imagebuilder
915
943
  :request_id,
916
944
  :client_token,
917
945
  :image_build_version_arn)
946
+ SENSITIVE = []
918
947
  include Aws::Structure
919
948
  end
920
949
 
@@ -1026,6 +1055,7 @@ module Aws::Imagebuilder
1026
1055
  :resource_tags,
1027
1056
  :tags,
1028
1057
  :client_token)
1058
+ SENSITIVE = []
1029
1059
  include Aws::Structure
1030
1060
  end
1031
1061
 
@@ -1048,6 +1078,7 @@ module Aws::Imagebuilder
1048
1078
  :request_id,
1049
1079
  :client_token,
1050
1080
  :infrastructure_configuration_arn)
1081
+ SENSITIVE = []
1051
1082
  include Aws::Structure
1052
1083
  end
1053
1084
 
@@ -1067,6 +1098,7 @@ module Aws::Imagebuilder
1067
1098
  #
1068
1099
  class DeleteComponentRequest < Struct.new(
1069
1100
  :component_build_version_arn)
1101
+ SENSITIVE = []
1070
1102
  include Aws::Structure
1071
1103
  end
1072
1104
 
@@ -1084,6 +1116,7 @@ module Aws::Imagebuilder
1084
1116
  class DeleteComponentResponse < Struct.new(
1085
1117
  :request_id,
1086
1118
  :component_build_version_arn)
1119
+ SENSITIVE = []
1087
1120
  include Aws::Structure
1088
1121
  end
1089
1122
 
@@ -1103,6 +1136,7 @@ module Aws::Imagebuilder
1103
1136
  #
1104
1137
  class DeleteDistributionConfigurationRequest < Struct.new(
1105
1138
  :distribution_configuration_arn)
1139
+ SENSITIVE = []
1106
1140
  include Aws::Structure
1107
1141
  end
1108
1142
 
@@ -1120,6 +1154,7 @@ module Aws::Imagebuilder
1120
1154
  class DeleteDistributionConfigurationResponse < Struct.new(
1121
1155
  :request_id,
1122
1156
  :distribution_configuration_arn)
1157
+ SENSITIVE = []
1123
1158
  include Aws::Structure
1124
1159
  end
1125
1160
 
@@ -1138,6 +1173,7 @@ module Aws::Imagebuilder
1138
1173
  #
1139
1174
  class DeleteImagePipelineRequest < Struct.new(
1140
1175
  :image_pipeline_arn)
1176
+ SENSITIVE = []
1141
1177
  include Aws::Structure
1142
1178
  end
1143
1179
 
@@ -1155,6 +1191,7 @@ module Aws::Imagebuilder
1155
1191
  class DeleteImagePipelineResponse < Struct.new(
1156
1192
  :request_id,
1157
1193
  :image_pipeline_arn)
1194
+ SENSITIVE = []
1158
1195
  include Aws::Structure
1159
1196
  end
1160
1197
 
@@ -1173,6 +1210,7 @@ module Aws::Imagebuilder
1173
1210
  #
1174
1211
  class DeleteImageRecipeRequest < Struct.new(
1175
1212
  :image_recipe_arn)
1213
+ SENSITIVE = []
1176
1214
  include Aws::Structure
1177
1215
  end
1178
1216
 
@@ -1189,6 +1227,7 @@ module Aws::Imagebuilder
1189
1227
  class DeleteImageRecipeResponse < Struct.new(
1190
1228
  :request_id,
1191
1229
  :image_recipe_arn)
1230
+ SENSITIVE = []
1192
1231
  include Aws::Structure
1193
1232
  end
1194
1233
 
@@ -1207,6 +1246,7 @@ module Aws::Imagebuilder
1207
1246
  #
1208
1247
  class DeleteImageRequest < Struct.new(
1209
1248
  :image_build_version_arn)
1249
+ SENSITIVE = []
1210
1250
  include Aws::Structure
1211
1251
  end
1212
1252
 
@@ -1223,6 +1263,7 @@ module Aws::Imagebuilder
1223
1263
  class DeleteImageResponse < Struct.new(
1224
1264
  :request_id,
1225
1265
  :image_build_version_arn)
1266
+ SENSITIVE = []
1226
1267
  include Aws::Structure
1227
1268
  end
1228
1269
 
@@ -1242,6 +1283,7 @@ module Aws::Imagebuilder
1242
1283
  #
1243
1284
  class DeleteInfrastructureConfigurationRequest < Struct.new(
1244
1285
  :infrastructure_configuration_arn)
1286
+ SENSITIVE = []
1245
1287
  include Aws::Structure
1246
1288
  end
1247
1289
 
@@ -1259,6 +1301,7 @@ module Aws::Imagebuilder
1259
1301
  class DeleteInfrastructureConfigurationResponse < Struct.new(
1260
1302
  :request_id,
1261
1303
  :infrastructure_configuration_arn)
1304
+ SENSITIVE = []
1262
1305
  include Aws::Structure
1263
1306
  end
1264
1307
 
@@ -1275,6 +1318,7 @@ module Aws::Imagebuilder
1275
1318
  # ami_tags: {
1276
1319
  # "TagKey" => "TagValue",
1277
1320
  # },
1321
+ # kms_key_id: "NonEmptyString",
1278
1322
  # launch_permission: {
1279
1323
  # user_ids: ["NonEmptyString"],
1280
1324
  # user_groups: ["NonEmptyString"],
@@ -1303,6 +1347,7 @@ module Aws::Imagebuilder
1303
1347
  :region,
1304
1348
  :ami_distribution_configuration,
1305
1349
  :license_configuration_arns)
1350
+ SENSITIVE = []
1306
1351
  include Aws::Structure
1307
1352
  end
1308
1353
 
@@ -1351,6 +1396,7 @@ module Aws::Imagebuilder
1351
1396
  :date_created,
1352
1397
  :date_updated,
1353
1398
  :tags)
1399
+ SENSITIVE = []
1354
1400
  include Aws::Structure
1355
1401
  end
1356
1402
 
@@ -1389,6 +1435,7 @@ module Aws::Imagebuilder
1389
1435
  :date_created,
1390
1436
  :date_updated,
1391
1437
  :tags)
1438
+ SENSITIVE = []
1392
1439
  include Aws::Structure
1393
1440
  end
1394
1441
 
@@ -1445,6 +1492,7 @@ module Aws::Imagebuilder
1445
1492
  :snapshot_id,
1446
1493
  :volume_size,
1447
1494
  :volume_type)
1495
+ SENSITIVE = []
1448
1496
  include Aws::Structure
1449
1497
  end
1450
1498
 
@@ -1474,6 +1522,7 @@ module Aws::Imagebuilder
1474
1522
  class Filter < Struct.new(
1475
1523
  :name,
1476
1524
  :values)
1525
+ SENSITIVE = []
1477
1526
  include Aws::Structure
1478
1527
  end
1479
1528
 
@@ -1486,6 +1535,7 @@ module Aws::Imagebuilder
1486
1535
  #
1487
1536
  class ForbiddenException < Struct.new(
1488
1537
  :message)
1538
+ SENSITIVE = []
1489
1539
  include Aws::Structure
1490
1540
  end
1491
1541
 
@@ -1505,6 +1555,7 @@ module Aws::Imagebuilder
1505
1555
  #
1506
1556
  class GetComponentPolicyRequest < Struct.new(
1507
1557
  :component_arn)
1558
+ SENSITIVE = []
1508
1559
  include Aws::Structure
1509
1560
  end
1510
1561
 
@@ -1521,6 +1572,7 @@ module Aws::Imagebuilder
1521
1572
  class GetComponentPolicyResponse < Struct.new(
1522
1573
  :request_id,
1523
1574
  :policy)
1575
+ SENSITIVE = []
1524
1576
  include Aws::Structure
1525
1577
  end
1526
1578
 
@@ -1540,6 +1592,7 @@ module Aws::Imagebuilder
1540
1592
  #
1541
1593
  class GetComponentRequest < Struct.new(
1542
1594
  :component_build_version_arn)
1595
+ SENSITIVE = []
1543
1596
  include Aws::Structure
1544
1597
  end
1545
1598
 
@@ -1556,6 +1609,7 @@ module Aws::Imagebuilder
1556
1609
  class GetComponentResponse < Struct.new(
1557
1610
  :request_id,
1558
1611
  :component)
1612
+ SENSITIVE = []
1559
1613
  include Aws::Structure
1560
1614
  end
1561
1615
 
@@ -1575,6 +1629,7 @@ module Aws::Imagebuilder
1575
1629
  #
1576
1630
  class GetDistributionConfigurationRequest < Struct.new(
1577
1631
  :distribution_configuration_arn)
1632
+ SENSITIVE = []
1578
1633
  include Aws::Structure
1579
1634
  end
1580
1635
 
@@ -1591,6 +1646,7 @@ module Aws::Imagebuilder
1591
1646
  class GetDistributionConfigurationResponse < Struct.new(
1592
1647
  :request_id,
1593
1648
  :distribution_configuration)
1649
+ SENSITIVE = []
1594
1650
  include Aws::Structure
1595
1651
  end
1596
1652
 
@@ -1610,6 +1666,7 @@ module Aws::Imagebuilder
1610
1666
  #
1611
1667
  class GetImagePipelineRequest < Struct.new(
1612
1668
  :image_pipeline_arn)
1669
+ SENSITIVE = []
1613
1670
  include Aws::Structure
1614
1671
  end
1615
1672
 
@@ -1626,6 +1683,7 @@ module Aws::Imagebuilder
1626
1683
  class GetImagePipelineResponse < Struct.new(
1627
1684
  :request_id,
1628
1685
  :image_pipeline)
1686
+ SENSITIVE = []
1629
1687
  include Aws::Structure
1630
1688
  end
1631
1689
 
@@ -1645,6 +1703,7 @@ module Aws::Imagebuilder
1645
1703
  #
1646
1704
  class GetImagePolicyRequest < Struct.new(
1647
1705
  :image_arn)
1706
+ SENSITIVE = []
1648
1707
  include Aws::Structure
1649
1708
  end
1650
1709
 
@@ -1661,6 +1720,7 @@ module Aws::Imagebuilder
1661
1720
  class GetImagePolicyResponse < Struct.new(
1662
1721
  :request_id,
1663
1722
  :policy)
1723
+ SENSITIVE = []
1664
1724
  include Aws::Structure
1665
1725
  end
1666
1726
 
@@ -1680,6 +1740,7 @@ module Aws::Imagebuilder
1680
1740
  #
1681
1741
  class GetImageRecipePolicyRequest < Struct.new(
1682
1742
  :image_recipe_arn)
1743
+ SENSITIVE = []
1683
1744
  include Aws::Structure
1684
1745
  end
1685
1746
 
@@ -1696,6 +1757,7 @@ module Aws::Imagebuilder
1696
1757
  class GetImageRecipePolicyResponse < Struct.new(
1697
1758
  :request_id,
1698
1759
  :policy)
1760
+ SENSITIVE = []
1699
1761
  include Aws::Structure
1700
1762
  end
1701
1763
 
@@ -1715,6 +1777,7 @@ module Aws::Imagebuilder
1715
1777
  #
1716
1778
  class GetImageRecipeRequest < Struct.new(
1717
1779
  :image_recipe_arn)
1780
+ SENSITIVE = []
1718
1781
  include Aws::Structure
1719
1782
  end
1720
1783
 
@@ -1731,6 +1794,7 @@ module Aws::Imagebuilder
1731
1794
  class GetImageRecipeResponse < Struct.new(
1732
1795
  :request_id,
1733
1796
  :image_recipe)
1797
+ SENSITIVE = []
1734
1798
  include Aws::Structure
1735
1799
  end
1736
1800
 
@@ -1750,6 +1814,7 @@ module Aws::Imagebuilder
1750
1814
  #
1751
1815
  class GetImageRequest < Struct.new(
1752
1816
  :image_build_version_arn)
1817
+ SENSITIVE = []
1753
1818
  include Aws::Structure
1754
1819
  end
1755
1820
 
@@ -1766,6 +1831,7 @@ module Aws::Imagebuilder
1766
1831
  class GetImageResponse < Struct.new(
1767
1832
  :request_id,
1768
1833
  :image)
1834
+ SENSITIVE = []
1769
1835
  include Aws::Structure
1770
1836
  end
1771
1837
 
@@ -1787,6 +1853,7 @@ module Aws::Imagebuilder
1787
1853
  #
1788
1854
  class GetInfrastructureConfigurationRequest < Struct.new(
1789
1855
  :infrastructure_configuration_arn)
1856
+ SENSITIVE = []
1790
1857
  include Aws::Structure
1791
1858
  end
1792
1859
 
@@ -1805,6 +1872,7 @@ module Aws::Imagebuilder
1805
1872
  class GetInfrastructureConfigurationResponse < Struct.new(
1806
1873
  :request_id,
1807
1874
  :infrastructure_configuration)
1875
+ SENSITIVE = []
1808
1876
  include Aws::Structure
1809
1877
  end
1810
1878
 
@@ -1819,6 +1887,7 @@ module Aws::Imagebuilder
1819
1887
  #
1820
1888
  class IdempotentParameterMismatchException < Struct.new(
1821
1889
  :message)
1890
+ SENSITIVE = []
1822
1891
  include Aws::Structure
1823
1892
  end
1824
1893
 
@@ -1912,6 +1981,7 @@ module Aws::Imagebuilder
1912
1981
  :date_created,
1913
1982
  :output_resources,
1914
1983
  :tags)
1984
+ SENSITIVE = []
1915
1985
  include Aws::Structure
1916
1986
  end
1917
1987
 
@@ -2006,6 +2076,7 @@ module Aws::Imagebuilder
2006
2076
  :date_last_run,
2007
2077
  :date_next_run,
2008
2078
  :tags)
2079
+ SENSITIVE = []
2009
2080
  include Aws::Structure
2010
2081
  end
2011
2082
 
@@ -2075,6 +2146,7 @@ module Aws::Imagebuilder
2075
2146
  :date_created,
2076
2147
  :tags,
2077
2148
  :working_directory)
2149
+ SENSITIVE = []
2078
2150
  include Aws::Structure
2079
2151
  end
2080
2152
 
@@ -2118,6 +2190,7 @@ module Aws::Imagebuilder
2118
2190
  :parent_image,
2119
2191
  :date_created,
2120
2192
  :tags)
2193
+ SENSITIVE = []
2121
2194
  include Aws::Structure
2122
2195
  end
2123
2196
 
@@ -2136,6 +2209,7 @@ module Aws::Imagebuilder
2136
2209
  class ImageState < Struct.new(
2137
2210
  :status,
2138
2211
  :reason)
2212
+ SENSITIVE = []
2139
2213
  include Aws::Structure
2140
2214
  end
2141
2215
 
@@ -2195,6 +2269,7 @@ module Aws::Imagebuilder
2195
2269
  :date_created,
2196
2270
  :output_resources,
2197
2271
  :tags)
2272
+ SENSITIVE = []
2198
2273
  include Aws::Structure
2199
2274
  end
2200
2275
 
@@ -2221,6 +2296,7 @@ module Aws::Imagebuilder
2221
2296
  class ImageTestsConfiguration < Struct.new(
2222
2297
  :image_tests_enabled,
2223
2298
  :timeout_minutes)
2299
+ SENSITIVE = []
2224
2300
  include Aws::Structure
2225
2301
  end
2226
2302
 
@@ -2265,6 +2341,7 @@ module Aws::Imagebuilder
2265
2341
  :os_version,
2266
2342
  :owner,
2267
2343
  :date_created)
2344
+ SENSITIVE = []
2268
2345
  include Aws::Structure
2269
2346
  end
2270
2347
 
@@ -2365,6 +2442,7 @@ module Aws::Imagebuilder
2365
2442
  :kms_key_id,
2366
2443
  :tags,
2367
2444
  :client_token)
2445
+ SENSITIVE = []
2368
2446
  include Aws::Structure
2369
2447
  end
2370
2448
 
@@ -2386,6 +2464,7 @@ module Aws::Imagebuilder
2386
2464
  :request_id,
2387
2465
  :client_token,
2388
2466
  :component_build_version_arn)
2467
+ SENSITIVE = []
2389
2468
  include Aws::Structure
2390
2469
  end
2391
2470
 
@@ -2471,6 +2550,7 @@ module Aws::Imagebuilder
2471
2550
  :date_updated,
2472
2551
  :resource_tags,
2473
2552
  :tags)
2553
+ SENSITIVE = []
2474
2554
  include Aws::Structure
2475
2555
  end
2476
2556
 
@@ -2514,6 +2594,7 @@ module Aws::Imagebuilder
2514
2594
  :date_updated,
2515
2595
  :resource_tags,
2516
2596
  :tags)
2597
+ SENSITIVE = []
2517
2598
  include Aws::Structure
2518
2599
  end
2519
2600
 
@@ -2561,6 +2642,7 @@ module Aws::Imagebuilder
2561
2642
  :ebs,
2562
2643
  :virtual_name,
2563
2644
  :no_device)
2645
+ SENSITIVE = []
2564
2646
  include Aws::Structure
2565
2647
  end
2566
2648
 
@@ -2573,6 +2655,7 @@ module Aws::Imagebuilder
2573
2655
  #
2574
2656
  class InvalidPaginationTokenException < Struct.new(
2575
2657
  :message)
2658
+ SENSITIVE = []
2576
2659
  include Aws::Structure
2577
2660
  end
2578
2661
 
@@ -2586,6 +2669,7 @@ module Aws::Imagebuilder
2586
2669
  #
2587
2670
  class InvalidParameterCombinationException < Struct.new(
2588
2671
  :message)
2672
+ SENSITIVE = []
2589
2673
  include Aws::Structure
2590
2674
  end
2591
2675
 
@@ -2599,6 +2683,7 @@ module Aws::Imagebuilder
2599
2683
  #
2600
2684
  class InvalidParameterException < Struct.new(
2601
2685
  :message)
2686
+ SENSITIVE = []
2602
2687
  include Aws::Structure
2603
2688
  end
2604
2689
 
@@ -2611,6 +2696,7 @@ module Aws::Imagebuilder
2611
2696
  #
2612
2697
  class InvalidParameterValueException < Struct.new(
2613
2698
  :message)
2699
+ SENSITIVE = []
2614
2700
  include Aws::Structure
2615
2701
  end
2616
2702
 
@@ -2624,6 +2710,7 @@ module Aws::Imagebuilder
2624
2710
  #
2625
2711
  class InvalidRequestException < Struct.new(
2626
2712
  :message)
2713
+ SENSITIVE = []
2627
2714
  include Aws::Structure
2628
2715
  end
2629
2716
 
@@ -2637,13 +2724,16 @@ module Aws::Imagebuilder
2637
2724
  #
2638
2725
  class InvalidVersionNumberException < Struct.new(
2639
2726
  :message)
2727
+ SENSITIVE = []
2640
2728
  include Aws::Structure
2641
2729
  end
2642
2730
 
2643
2731
  # Describes the configuration for a launch permission. The launch
2644
2732
  # permission modification request is sent to the [EC2
2645
2733
  # ModifyImageAttribute][1] API on behalf of the user for each Region
2646
- # 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].
2647
2737
  #
2648
2738
  #
2649
2739
  #
@@ -2670,6 +2760,7 @@ module Aws::Imagebuilder
2670
2760
  class LaunchPermissionConfiguration < Struct.new(
2671
2761
  :user_ids,
2672
2762
  :user_groups)
2763
+ SENSITIVE = []
2673
2764
  include Aws::Structure
2674
2765
  end
2675
2766
 
@@ -2702,6 +2793,7 @@ module Aws::Imagebuilder
2702
2793
  :component_version_arn,
2703
2794
  :max_results,
2704
2795
  :next_token)
2796
+ SENSITIVE = []
2705
2797
  include Aws::Structure
2706
2798
  end
2707
2799
 
@@ -2726,6 +2818,7 @@ module Aws::Imagebuilder
2726
2818
  :request_id,
2727
2819
  :component_summary_list,
2728
2820
  :next_token)
2821
+ SENSITIVE = []
2729
2822
  include Aws::Structure
2730
2823
  end
2731
2824
 
@@ -2772,6 +2865,7 @@ module Aws::Imagebuilder
2772
2865
  :filters,
2773
2866
  :max_results,
2774
2867
  :next_token)
2868
+ SENSITIVE = []
2775
2869
  include Aws::Structure
2776
2870
  end
2777
2871
 
@@ -2796,6 +2890,7 @@ module Aws::Imagebuilder
2796
2890
  :request_id,
2797
2891
  :component_version_list,
2798
2892
  :next_token)
2893
+ SENSITIVE = []
2799
2894
  include Aws::Structure
2800
2895
  end
2801
2896
 
@@ -2815,6 +2910,10 @@ module Aws::Imagebuilder
2815
2910
  #
2816
2911
  # @!attribute [rw] filters
2817
2912
  # The filters.
2913
+ #
2914
+ # * `name` - The name of this distribution configuration.
2915
+ #
2916
+ # ^
2818
2917
  # @return [Array<Types::Filter>]
2819
2918
  #
2820
2919
  # @!attribute [rw] max_results
@@ -2832,6 +2931,7 @@ module Aws::Imagebuilder
2832
2931
  :filters,
2833
2932
  :max_results,
2834
2933
  :next_token)
2934
+ SENSITIVE = []
2835
2935
  include Aws::Structure
2836
2936
  end
2837
2937
 
@@ -2856,6 +2956,7 @@ module Aws::Imagebuilder
2856
2956
  :request_id,
2857
2957
  :distribution_configuration_summary_list,
2858
2958
  :next_token)
2959
+ SENSITIVE = []
2859
2960
  include Aws::Structure
2860
2961
  end
2861
2962
 
@@ -2899,6 +3000,7 @@ module Aws::Imagebuilder
2899
3000
  :filters,
2900
3001
  :max_results,
2901
3002
  :next_token)
3003
+ SENSITIVE = []
2902
3004
  include Aws::Structure
2903
3005
  end
2904
3006
 
@@ -2923,6 +3025,7 @@ module Aws::Imagebuilder
2923
3025
  :request_id,
2924
3026
  :image_summary_list,
2925
3027
  :next_token)
3028
+ SENSITIVE = []
2926
3029
  include Aws::Structure
2927
3030
  end
2928
3031
 
@@ -2966,6 +3069,7 @@ module Aws::Imagebuilder
2966
3069
  :filters,
2967
3070
  :max_results,
2968
3071
  :next_token)
3072
+ SENSITIVE = []
2969
3073
  include Aws::Structure
2970
3074
  end
2971
3075
 
@@ -2990,6 +3094,7 @@ module Aws::Imagebuilder
2990
3094
  :request_id,
2991
3095
  :image_summary_list,
2992
3096
  :next_token)
3097
+ SENSITIVE = []
2993
3098
  include Aws::Structure
2994
3099
  end
2995
3100
 
@@ -3026,6 +3131,7 @@ module Aws::Imagebuilder
3026
3131
  :filters,
3027
3132
  :max_results,
3028
3133
  :next_token)
3134
+ SENSITIVE = []
3029
3135
  include Aws::Structure
3030
3136
  end
3031
3137
 
@@ -3050,6 +3156,7 @@ module Aws::Imagebuilder
3050
3156
  :request_id,
3051
3157
  :image_pipeline_list,
3052
3158
  :next_token)
3159
+ SENSITIVE = []
3053
3160
  include Aws::Structure
3054
3161
  end
3055
3162
 
@@ -3096,6 +3203,7 @@ module Aws::Imagebuilder
3096
3203
  :filters,
3097
3204
  :max_results,
3098
3205
  :next_token)
3206
+ SENSITIVE = []
3099
3207
  include Aws::Structure
3100
3208
  end
3101
3209
 
@@ -3120,6 +3228,7 @@ module Aws::Imagebuilder
3120
3228
  :request_id,
3121
3229
  :image_recipe_summary_list,
3122
3230
  :next_token)
3231
+ SENSITIVE = []
3123
3232
  include Aws::Structure
3124
3233
  end
3125
3234
 
@@ -3166,6 +3275,7 @@ module Aws::Imagebuilder
3166
3275
  :filters,
3167
3276
  :max_results,
3168
3277
  :next_token)
3278
+ SENSITIVE = []
3169
3279
  include Aws::Structure
3170
3280
  end
3171
3281
 
@@ -3190,6 +3300,7 @@ module Aws::Imagebuilder
3190
3300
  :request_id,
3191
3301
  :image_version_list,
3192
3302
  :next_token)
3303
+ SENSITIVE = []
3193
3304
  include Aws::Structure
3194
3305
  end
3195
3306
 
@@ -3226,6 +3337,7 @@ module Aws::Imagebuilder
3226
3337
  :filters,
3227
3338
  :max_results,
3228
3339
  :next_token)
3340
+ SENSITIVE = []
3229
3341
  include Aws::Structure
3230
3342
  end
3231
3343
 
@@ -3250,6 +3362,7 @@ module Aws::Imagebuilder
3250
3362
  :request_id,
3251
3363
  :infrastructure_configuration_summary_list,
3252
3364
  :next_token)
3365
+ SENSITIVE = []
3253
3366
  include Aws::Structure
3254
3367
  end
3255
3368
 
@@ -3269,6 +3382,7 @@ module Aws::Imagebuilder
3269
3382
  #
3270
3383
  class ListTagsForResourceRequest < Struct.new(
3271
3384
  :resource_arn)
3385
+ SENSITIVE = []
3272
3386
  include Aws::Structure
3273
3387
  end
3274
3388
 
@@ -3280,6 +3394,7 @@ module Aws::Imagebuilder
3280
3394
  #
3281
3395
  class ListTagsForResourceResponse < Struct.new(
3282
3396
  :tags)
3397
+ SENSITIVE = []
3283
3398
  include Aws::Structure
3284
3399
  end
3285
3400
 
@@ -3303,6 +3418,7 @@ module Aws::Imagebuilder
3303
3418
  #
3304
3419
  class Logging < Struct.new(
3305
3420
  :s3_logs)
3421
+ SENSITIVE = []
3306
3422
  include Aws::Structure
3307
3423
  end
3308
3424
 
@@ -3316,6 +3432,7 @@ module Aws::Imagebuilder
3316
3432
  #
3317
3433
  class OutputResources < Struct.new(
3318
3434
  :amis)
3435
+ SENSITIVE = []
3319
3436
  include Aws::Structure
3320
3437
  end
3321
3438
 
@@ -3341,6 +3458,7 @@ module Aws::Imagebuilder
3341
3458
  class PutComponentPolicyRequest < Struct.new(
3342
3459
  :component_arn,
3343
3460
  :policy)
3461
+ SENSITIVE = []
3344
3462
  include Aws::Structure
3345
3463
  end
3346
3464
 
@@ -3358,6 +3476,7 @@ module Aws::Imagebuilder
3358
3476
  class PutComponentPolicyResponse < Struct.new(
3359
3477
  :request_id,
3360
3478
  :component_arn)
3479
+ SENSITIVE = []
3361
3480
  include Aws::Structure
3362
3481
  end
3363
3482
 
@@ -3383,6 +3502,7 @@ module Aws::Imagebuilder
3383
3502
  class PutImagePolicyRequest < Struct.new(
3384
3503
  :image_arn,
3385
3504
  :policy)
3505
+ SENSITIVE = []
3386
3506
  include Aws::Structure
3387
3507
  end
3388
3508
 
@@ -3400,6 +3520,7 @@ module Aws::Imagebuilder
3400
3520
  class PutImagePolicyResponse < Struct.new(
3401
3521
  :request_id,
3402
3522
  :image_arn)
3523
+ SENSITIVE = []
3403
3524
  include Aws::Structure
3404
3525
  end
3405
3526
 
@@ -3425,6 +3546,7 @@ module Aws::Imagebuilder
3425
3546
  class PutImageRecipePolicyRequest < Struct.new(
3426
3547
  :image_recipe_arn,
3427
3548
  :policy)
3549
+ SENSITIVE = []
3428
3550
  include Aws::Structure
3429
3551
  end
3430
3552
 
@@ -3442,6 +3564,7 @@ module Aws::Imagebuilder
3442
3564
  class PutImageRecipePolicyResponse < Struct.new(
3443
3565
  :request_id,
3444
3566
  :image_recipe_arn)
3567
+ SENSITIVE = []
3445
3568
  include Aws::Structure
3446
3569
  end
3447
3570
 
@@ -3454,6 +3577,7 @@ module Aws::Imagebuilder
3454
3577
  #
3455
3578
  class ResourceAlreadyExistsException < Struct.new(
3456
3579
  :message)
3580
+ SENSITIVE = []
3457
3581
  include Aws::Structure
3458
3582
  end
3459
3583
 
@@ -3467,6 +3591,7 @@ module Aws::Imagebuilder
3467
3591
  #
3468
3592
  class ResourceDependencyException < Struct.new(
3469
3593
  :message)
3594
+ SENSITIVE = []
3470
3595
  include Aws::Structure
3471
3596
  end
3472
3597
 
@@ -3480,6 +3605,7 @@ module Aws::Imagebuilder
3480
3605
  #
3481
3606
  class ResourceInUseException < Struct.new(
3482
3607
  :message)
3608
+ SENSITIVE = []
3483
3609
  include Aws::Structure
3484
3610
  end
3485
3611
 
@@ -3493,6 +3619,7 @@ module Aws::Imagebuilder
3493
3619
  #
3494
3620
  class ResourceNotFoundException < Struct.new(
3495
3621
  :message)
3622
+ SENSITIVE = []
3496
3623
  include Aws::Structure
3497
3624
  end
3498
3625
 
@@ -3519,6 +3646,7 @@ module Aws::Imagebuilder
3519
3646
  class S3Logs < Struct.new(
3520
3647
  :s3_bucket_name,
3521
3648
  :s3_key_prefix)
3649
+ SENSITIVE = []
3522
3650
  include Aws::Structure
3523
3651
  end
3524
3652
 
@@ -3552,6 +3680,7 @@ module Aws::Imagebuilder
3552
3680
  class Schedule < Struct.new(
3553
3681
  :schedule_expression,
3554
3682
  :pipeline_execution_start_condition)
3683
+ SENSITIVE = []
3555
3684
  include Aws::Structure
3556
3685
  end
3557
3686
 
@@ -3565,6 +3694,7 @@ module Aws::Imagebuilder
3565
3694
  #
3566
3695
  class ServiceException < Struct.new(
3567
3696
  :message)
3697
+ SENSITIVE = []
3568
3698
  include Aws::Structure
3569
3699
  end
3570
3700
 
@@ -3583,6 +3713,7 @@ module Aws::Imagebuilder
3583
3713
  #
3584
3714
  class ServiceQuotaExceededException < Struct.new(
3585
3715
  :message)
3716
+ SENSITIVE = []
3586
3717
  include Aws::Structure
3587
3718
  end
3588
3719
 
@@ -3595,6 +3726,7 @@ module Aws::Imagebuilder
3595
3726
  #
3596
3727
  class ServiceUnavailableException < Struct.new(
3597
3728
  :message)
3729
+ SENSITIVE = []
3598
3730
  include Aws::Structure
3599
3731
  end
3600
3732
 
@@ -3623,6 +3755,7 @@ module Aws::Imagebuilder
3623
3755
  class StartImagePipelineExecutionRequest < Struct.new(
3624
3756
  :image_pipeline_arn,
3625
3757
  :client_token)
3758
+ SENSITIVE = []
3626
3759
  include Aws::Structure
3627
3760
  end
3628
3761
 
@@ -3645,6 +3778,7 @@ module Aws::Imagebuilder
3645
3778
  :request_id,
3646
3779
  :client_token,
3647
3780
  :image_build_version_arn)
3781
+ SENSITIVE = []
3648
3782
  include Aws::Structure
3649
3783
  end
3650
3784
 
@@ -3671,6 +3805,7 @@ module Aws::Imagebuilder
3671
3805
  class TagResourceRequest < Struct.new(
3672
3806
  :resource_arn,
3673
3807
  :tags)
3808
+ SENSITIVE = []
3674
3809
  include Aws::Structure
3675
3810
  end
3676
3811
 
@@ -3700,6 +3835,7 @@ module Aws::Imagebuilder
3700
3835
  class UntagResourceRequest < Struct.new(
3701
3836
  :resource_arn,
3702
3837
  :tag_keys)
3838
+ SENSITIVE = []
3703
3839
  include Aws::Structure
3704
3840
  end
3705
3841
 
@@ -3722,6 +3858,7 @@ module Aws::Imagebuilder
3722
3858
  # ami_tags: {
3723
3859
  # "TagKey" => "TagValue",
3724
3860
  # },
3861
+ # kms_key_id: "NonEmptyString",
3725
3862
  # launch_permission: {
3726
3863
  # user_ids: ["NonEmptyString"],
3727
3864
  # user_groups: ["NonEmptyString"],
@@ -3760,6 +3897,7 @@ module Aws::Imagebuilder
3760
3897
  :description,
3761
3898
  :distributions,
3762
3899
  :client_token)
3900
+ SENSITIVE = []
3763
3901
  include Aws::Structure
3764
3902
  end
3765
3903
 
@@ -3782,6 +3920,7 @@ module Aws::Imagebuilder
3782
3920
  :request_id,
3783
3921
  :client_token,
3784
3922
  :distribution_configuration_arn)
3923
+ SENSITIVE = []
3785
3924
  include Aws::Structure
3786
3925
  end
3787
3926
 
@@ -3871,6 +4010,7 @@ module Aws::Imagebuilder
3871
4010
  :schedule,
3872
4011
  :status,
3873
4012
  :client_token)
4013
+ SENSITIVE = []
3874
4014
  include Aws::Structure
3875
4015
  end
3876
4016
 
@@ -3893,6 +4033,7 @@ module Aws::Imagebuilder
3893
4033
  :request_id,
3894
4034
  :client_token,
3895
4035
  :image_pipeline_arn)
4036
+ SENSITIVE = []
3896
4037
  include Aws::Structure
3897
4038
  end
3898
4039
 
@@ -3997,6 +4138,7 @@ module Aws::Imagebuilder
3997
4138
  :sns_topic_arn,
3998
4139
  :client_token,
3999
4140
  :resource_tags)
4141
+ SENSITIVE = []
4000
4142
  include Aws::Structure
4001
4143
  end
4002
4144
 
@@ -4019,6 +4161,7 @@ module Aws::Imagebuilder
4019
4161
  :request_id,
4020
4162
  :client_token,
4021
4163
  :infrastructure_configuration_arn)
4164
+ SENSITIVE = []
4022
4165
  include Aws::Structure
4023
4166
  end
4024
4167
 
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.9.0
4
+ version: 1.14.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-06-11 00:00:00.000000000 Z
11
+ date: 2020-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core