aws-sdk-codebuild 1.12.0 → 1.13.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/lib/aws-sdk-codebuild.rb +1 -1
- data/lib/aws-sdk-codebuild/client.rb +13 -1
- data/lib/aws-sdk-codebuild/client_api.rb +3 -0
- data/lib/aws-sdk-codebuild/types.rb +31 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 18f3f05b65842a64f96ec4211f49a4fac45beb04
|
4
|
+
data.tar.gz: 2a3c9989f0c993c5e229d7f62f617f4a3ddcb34e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 311c4107a29c79aa4276438afc9c2d9955a64885a1c3aa504c4d54919354728e1cd7fba5387d40755fad7d4a89e06fcb10cb2e52785a094dc8049f25ac3c5666
|
7
|
+
data.tar.gz: 6bebd121676759499b83a372be09e627df86e6f26d07f4582cf510639ded5577c0aa83e7152e7dffe25bc35c491af7dad5b19eee694ab3b11150fd5be6bae77c
|
data/lib/aws-sdk-codebuild.rb
CHANGED
@@ -499,6 +499,7 @@ module Aws::CodeBuild
|
|
499
499
|
# resp.builds[0].artifacts.location #=> String
|
500
500
|
# resp.builds[0].artifacts.sha256sum #=> String
|
501
501
|
# resp.builds[0].artifacts.md5sum #=> String
|
502
|
+
# resp.builds[0].artifacts.encryption_disabled #=> Boolean
|
502
503
|
# resp.builds[0].cache.type #=> String, one of "NO_CACHE", "S3"
|
503
504
|
# resp.builds[0].cache.location #=> String
|
504
505
|
# resp.builds[0].environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER"
|
@@ -524,6 +525,7 @@ module Aws::CodeBuild
|
|
524
525
|
# resp.builds[0].vpc_config.security_group_ids[0] #=> String
|
525
526
|
# resp.builds[0].network_interface.subnet_id #=> String
|
526
527
|
# resp.builds[0].network_interface.network_interface_id #=> String
|
528
|
+
# resp.builds[0].encryption_key #=> String
|
527
529
|
# resp.builds_not_found #=> Array
|
528
530
|
# resp.builds_not_found[0] #=> String
|
529
531
|
#
|
@@ -572,6 +574,7 @@ module Aws::CodeBuild
|
|
572
574
|
# resp.projects[0].artifacts.namespace_type #=> String, one of "NONE", "BUILD_ID"
|
573
575
|
# resp.projects[0].artifacts.name #=> String
|
574
576
|
# resp.projects[0].artifacts.packaging #=> String, one of "NONE", "ZIP"
|
577
|
+
# resp.projects[0].artifacts.encryption_disabled #=> Boolean
|
575
578
|
# resp.projects[0].cache.type #=> String, one of "NO_CACHE", "S3"
|
576
579
|
# resp.projects[0].cache.location #=> String
|
577
580
|
# resp.projects[0].environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER"
|
@@ -694,6 +697,7 @@ module Aws::CodeBuild
|
|
694
697
|
# namespace_type: "NONE", # accepts NONE, BUILD_ID
|
695
698
|
# name: "String",
|
696
699
|
# packaging: "NONE", # accepts NONE, ZIP
|
700
|
+
# encryption_disabled: false,
|
697
701
|
# },
|
698
702
|
# cache: {
|
699
703
|
# type: "NO_CACHE", # required, accepts NO_CACHE, S3
|
@@ -749,6 +753,7 @@ module Aws::CodeBuild
|
|
749
753
|
# resp.project.artifacts.namespace_type #=> String, one of "NONE", "BUILD_ID"
|
750
754
|
# resp.project.artifacts.name #=> String
|
751
755
|
# resp.project.artifacts.packaging #=> String, one of "NONE", "ZIP"
|
756
|
+
# resp.project.artifacts.encryption_disabled #=> Boolean
|
752
757
|
# resp.project.cache.type #=> String, one of "NO_CACHE", "S3"
|
753
758
|
# resp.project.cache.location #=> String
|
754
759
|
# resp.project.environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER"
|
@@ -1231,6 +1236,7 @@ module Aws::CodeBuild
|
|
1231
1236
|
# namespace_type: "NONE", # accepts NONE, BUILD_ID
|
1232
1237
|
# name: "String",
|
1233
1238
|
# packaging: "NONE", # accepts NONE, ZIP
|
1239
|
+
# encryption_disabled: false,
|
1234
1240
|
# },
|
1235
1241
|
# environment_variables_override: [
|
1236
1242
|
# {
|
@@ -1293,6 +1299,7 @@ module Aws::CodeBuild
|
|
1293
1299
|
# resp.build.artifacts.location #=> String
|
1294
1300
|
# resp.build.artifacts.sha256sum #=> String
|
1295
1301
|
# resp.build.artifacts.md5sum #=> String
|
1302
|
+
# resp.build.artifacts.encryption_disabled #=> Boolean
|
1296
1303
|
# resp.build.cache.type #=> String, one of "NO_CACHE", "S3"
|
1297
1304
|
# resp.build.cache.location #=> String
|
1298
1305
|
# resp.build.environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER"
|
@@ -1318,6 +1325,7 @@ module Aws::CodeBuild
|
|
1318
1325
|
# resp.build.vpc_config.security_group_ids[0] #=> String
|
1319
1326
|
# resp.build.network_interface.subnet_id #=> String
|
1320
1327
|
# resp.build.network_interface.network_interface_id #=> String
|
1328
|
+
# resp.build.encryption_key #=> String
|
1321
1329
|
#
|
1322
1330
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/StartBuild AWS API Documentation
|
1323
1331
|
#
|
@@ -1373,6 +1381,7 @@ module Aws::CodeBuild
|
|
1373
1381
|
# resp.build.artifacts.location #=> String
|
1374
1382
|
# resp.build.artifacts.sha256sum #=> String
|
1375
1383
|
# resp.build.artifacts.md5sum #=> String
|
1384
|
+
# resp.build.artifacts.encryption_disabled #=> Boolean
|
1376
1385
|
# resp.build.cache.type #=> String, one of "NO_CACHE", "S3"
|
1377
1386
|
# resp.build.cache.location #=> String
|
1378
1387
|
# resp.build.environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER"
|
@@ -1398,6 +1407,7 @@ module Aws::CodeBuild
|
|
1398
1407
|
# resp.build.vpc_config.security_group_ids[0] #=> String
|
1399
1408
|
# resp.build.network_interface.subnet_id #=> String
|
1400
1409
|
# resp.build.network_interface.network_interface_id #=> String
|
1410
|
+
# resp.build.encryption_key #=> String
|
1401
1411
|
#
|
1402
1412
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/StopBuild AWS API Documentation
|
1403
1413
|
#
|
@@ -1494,6 +1504,7 @@ module Aws::CodeBuild
|
|
1494
1504
|
# namespace_type: "NONE", # accepts NONE, BUILD_ID
|
1495
1505
|
# name: "String",
|
1496
1506
|
# packaging: "NONE", # accepts NONE, ZIP
|
1507
|
+
# encryption_disabled: false,
|
1497
1508
|
# },
|
1498
1509
|
# cache: {
|
1499
1510
|
# type: "NO_CACHE", # required, accepts NO_CACHE, S3
|
@@ -1549,6 +1560,7 @@ module Aws::CodeBuild
|
|
1549
1560
|
# resp.project.artifacts.namespace_type #=> String, one of "NONE", "BUILD_ID"
|
1550
1561
|
# resp.project.artifacts.name #=> String
|
1551
1562
|
# resp.project.artifacts.packaging #=> String, one of "NONE", "ZIP"
|
1563
|
+
# resp.project.artifacts.encryption_disabled #=> Boolean
|
1552
1564
|
# resp.project.cache.type #=> String, one of "NO_CACHE", "S3"
|
1553
1565
|
# resp.project.cache.location #=> String
|
1554
1566
|
# resp.project.environment.type #=> String, one of "WINDOWS_CONTAINER", "LINUX_CONTAINER"
|
@@ -1647,7 +1659,7 @@ module Aws::CodeBuild
|
|
1647
1659
|
params: params,
|
1648
1660
|
config: config)
|
1649
1661
|
context[:gem_name] = 'aws-sdk-codebuild'
|
1650
|
-
context[:gem_version] = '1.
|
1662
|
+
context[:gem_version] = '1.13.0'
|
1651
1663
|
Seahorse::Client::Request.new(handlers, context)
|
1652
1664
|
end
|
1653
1665
|
|
@@ -154,11 +154,13 @@ module Aws::CodeBuild
|
|
154
154
|
Build.add_member(:initiator, Shapes::ShapeRef.new(shape: String, location_name: "initiator"))
|
155
155
|
Build.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "vpcConfig"))
|
156
156
|
Build.add_member(:network_interface, Shapes::ShapeRef.new(shape: NetworkInterface, location_name: "networkInterface"))
|
157
|
+
Build.add_member(:encryption_key, Shapes::ShapeRef.new(shape: NonEmptyString, location_name: "encryptionKey"))
|
157
158
|
Build.struct_class = Types::Build
|
158
159
|
|
159
160
|
BuildArtifacts.add_member(:location, Shapes::ShapeRef.new(shape: String, location_name: "location"))
|
160
161
|
BuildArtifacts.add_member(:sha256sum, Shapes::ShapeRef.new(shape: String, location_name: "sha256sum"))
|
161
162
|
BuildArtifacts.add_member(:md5sum, Shapes::ShapeRef.new(shape: String, location_name: "md5sum"))
|
163
|
+
BuildArtifacts.add_member(:encryption_disabled, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "encryptionDisabled"))
|
162
164
|
BuildArtifacts.struct_class = Types::BuildArtifacts
|
163
165
|
|
164
166
|
BuildIds.member = Shapes::ShapeRef.new(shape: NonEmptyString)
|
@@ -318,6 +320,7 @@ module Aws::CodeBuild
|
|
318
320
|
ProjectArtifacts.add_member(:namespace_type, Shapes::ShapeRef.new(shape: ArtifactNamespace, location_name: "namespaceType"))
|
319
321
|
ProjectArtifacts.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
320
322
|
ProjectArtifacts.add_member(:packaging, Shapes::ShapeRef.new(shape: ArtifactPackaging, location_name: "packaging"))
|
323
|
+
ProjectArtifacts.add_member(:encryption_disabled, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "encryptionDisabled"))
|
321
324
|
ProjectArtifacts.struct_class = Types::ProjectArtifacts
|
322
325
|
|
323
326
|
ProjectBadge.add_member(:badge_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "badgeEnabled"))
|
@@ -221,6 +221,15 @@ module Aws::CodeBuild
|
|
221
221
|
# Describes a network interface.
|
222
222
|
# @return [Types::NetworkInterface]
|
223
223
|
#
|
224
|
+
# @!attribute [rw] encryption_key
|
225
|
+
# The AWS Key Management Service (AWS KMS) customer master key (CMK)
|
226
|
+
# to be used for encrypting the build output artifacts.
|
227
|
+
#
|
228
|
+
# This is expressed either as the CMK's Amazon Resource Name (ARN)
|
229
|
+
# or, if specified, the CMK's alias (using the format
|
230
|
+
# `alias/alias-name `).
|
231
|
+
# @return [String]
|
232
|
+
#
|
224
233
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/Build AWS API Documentation
|
225
234
|
#
|
226
235
|
class Build < Struct.new(
|
@@ -243,7 +252,8 @@ module Aws::CodeBuild
|
|
243
252
|
:build_complete,
|
244
253
|
:initiator,
|
245
254
|
:vpc_config,
|
246
|
-
:network_interface
|
255
|
+
:network_interface,
|
256
|
+
:encryption_key)
|
247
257
|
include Aws::Structure
|
248
258
|
end
|
249
259
|
|
@@ -277,12 +287,18 @@ module Aws::CodeBuild
|
|
277
287
|
# </note>
|
278
288
|
# @return [String]
|
279
289
|
#
|
290
|
+
# @!attribute [rw] encryption_disabled
|
291
|
+
# Information that tells you if encryption for build artifacts is
|
292
|
+
# disabled.
|
293
|
+
# @return [Boolean]
|
294
|
+
#
|
280
295
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/BuildArtifacts AWS API Documentation
|
281
296
|
#
|
282
297
|
class BuildArtifacts < Struct.new(
|
283
298
|
:location,
|
284
299
|
:sha256sum,
|
285
|
-
:md5sum
|
300
|
+
:md5sum,
|
301
|
+
:encryption_disabled)
|
286
302
|
include Aws::Structure
|
287
303
|
end
|
288
304
|
|
@@ -409,6 +425,7 @@ module Aws::CodeBuild
|
|
409
425
|
# namespace_type: "NONE", # accepts NONE, BUILD_ID
|
410
426
|
# name: "String",
|
411
427
|
# packaging: "NONE", # accepts NONE, ZIP
|
428
|
+
# encryption_disabled: false,
|
412
429
|
# },
|
413
430
|
# cache: {
|
414
431
|
# type: "NO_CACHE", # required, accepts NO_CACHE, S3
|
@@ -1134,6 +1151,7 @@ module Aws::CodeBuild
|
|
1134
1151
|
# namespace_type: "NONE", # accepts NONE, BUILD_ID
|
1135
1152
|
# name: "String",
|
1136
1153
|
# packaging: "NONE", # accepts NONE, ZIP
|
1154
|
+
# encryption_disabled: false,
|
1137
1155
|
# }
|
1138
1156
|
#
|
1139
1157
|
# @!attribute [rw] type
|
@@ -1260,6 +1278,13 @@ module Aws::CodeBuild
|
|
1260
1278
|
# file containing the build output.
|
1261
1279
|
# @return [String]
|
1262
1280
|
#
|
1281
|
+
# @!attribute [rw] encryption_disabled
|
1282
|
+
# Set to true if you do not want your output artifacts encrypted. This
|
1283
|
+
# option is only valid if your artifacts type is Amazon S3. If this is
|
1284
|
+
# set with another artifacts type, an invalidInputException will be
|
1285
|
+
# thrown.
|
1286
|
+
# @return [Boolean]
|
1287
|
+
#
|
1263
1288
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ProjectArtifacts AWS API Documentation
|
1264
1289
|
#
|
1265
1290
|
class ProjectArtifacts < Struct.new(
|
@@ -1268,7 +1293,8 @@ module Aws::CodeBuild
|
|
1268
1293
|
:path,
|
1269
1294
|
:namespace_type,
|
1270
1295
|
:name,
|
1271
|
-
:packaging
|
1296
|
+
:packaging,
|
1297
|
+
:encryption_disabled)
|
1272
1298
|
include Aws::Structure
|
1273
1299
|
end
|
1274
1300
|
|
@@ -1590,6 +1616,7 @@ module Aws::CodeBuild
|
|
1590
1616
|
# namespace_type: "NONE", # accepts NONE, BUILD_ID
|
1591
1617
|
# name: "String",
|
1592
1618
|
# packaging: "NONE", # accepts NONE, ZIP
|
1619
|
+
# encryption_disabled: false,
|
1593
1620
|
# },
|
1594
1621
|
# environment_variables_override: [
|
1595
1622
|
# {
|
@@ -1870,6 +1897,7 @@ module Aws::CodeBuild
|
|
1870
1897
|
# namespace_type: "NONE", # accepts NONE, BUILD_ID
|
1871
1898
|
# name: "String",
|
1872
1899
|
# packaging: "NONE", # accepts NONE, ZIP
|
1900
|
+
# encryption_disabled: false,
|
1873
1901
|
# },
|
1874
1902
|
# cache: {
|
1875
1903
|
# type: "NO_CACHE", # required, accepts NO_CACHE, S3
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-codebuild
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.13.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: 2018-07-
|
11
|
+
date: 2018-07-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|