aws-sdk-codebuild 1.13.0 → 1.14.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-codebuild.rb +1 -1
- data/lib/aws-sdk-codebuild/client.rb +10 -1
- data/lib/aws-sdk-codebuild/client_api.rb +2 -0
- data/lib/aws-sdk-codebuild/types.rb +22 -0
- 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: 84f097fdc07fe03dea4f8f70dabcae2a9bbaa521
|
4
|
+
data.tar.gz: ceb37ba2477a22099773a89da063fec34c7137a0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6fced6eb53f173bf35cec274df9cdbc2e348527acc6607b84b4dff4b3aad354c6a4c17ea11bc065a87359b0328829feab4b1ef3f50ce4774acb46ad88abe7e89
|
7
|
+
data.tar.gz: 725bccfae0a6d7a3230625b8d426ca87e4bcfcf8dac8cbb31846381bb34a4db87c0c03cf49ddfed1e6cd80265da617deef49f3a0416eb05be71b1ad4891ed1c4
|
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.override_artifact_name #=> Boolean
|
502
503
|
# resp.builds[0].artifacts.encryption_disabled #=> Boolean
|
503
504
|
# resp.builds[0].cache.type #=> String, one of "NO_CACHE", "S3"
|
504
505
|
# resp.builds[0].cache.location #=> String
|
@@ -574,6 +575,7 @@ module Aws::CodeBuild
|
|
574
575
|
# resp.projects[0].artifacts.namespace_type #=> String, one of "NONE", "BUILD_ID"
|
575
576
|
# resp.projects[0].artifacts.name #=> String
|
576
577
|
# resp.projects[0].artifacts.packaging #=> String, one of "NONE", "ZIP"
|
578
|
+
# resp.projects[0].artifacts.override_artifact_name #=> Boolean
|
577
579
|
# resp.projects[0].artifacts.encryption_disabled #=> Boolean
|
578
580
|
# resp.projects[0].cache.type #=> String, one of "NO_CACHE", "S3"
|
579
581
|
# resp.projects[0].cache.location #=> String
|
@@ -697,6 +699,7 @@ module Aws::CodeBuild
|
|
697
699
|
# namespace_type: "NONE", # accepts NONE, BUILD_ID
|
698
700
|
# name: "String",
|
699
701
|
# packaging: "NONE", # accepts NONE, ZIP
|
702
|
+
# override_artifact_name: false,
|
700
703
|
# encryption_disabled: false,
|
701
704
|
# },
|
702
705
|
# cache: {
|
@@ -753,6 +756,7 @@ module Aws::CodeBuild
|
|
753
756
|
# resp.project.artifacts.namespace_type #=> String, one of "NONE", "BUILD_ID"
|
754
757
|
# resp.project.artifacts.name #=> String
|
755
758
|
# resp.project.artifacts.packaging #=> String, one of "NONE", "ZIP"
|
759
|
+
# resp.project.artifacts.override_artifact_name #=> Boolean
|
756
760
|
# resp.project.artifacts.encryption_disabled #=> Boolean
|
757
761
|
# resp.project.cache.type #=> String, one of "NO_CACHE", "S3"
|
758
762
|
# resp.project.cache.location #=> String
|
@@ -1236,6 +1240,7 @@ module Aws::CodeBuild
|
|
1236
1240
|
# namespace_type: "NONE", # accepts NONE, BUILD_ID
|
1237
1241
|
# name: "String",
|
1238
1242
|
# packaging: "NONE", # accepts NONE, ZIP
|
1243
|
+
# override_artifact_name: false,
|
1239
1244
|
# encryption_disabled: false,
|
1240
1245
|
# },
|
1241
1246
|
# environment_variables_override: [
|
@@ -1299,6 +1304,7 @@ module Aws::CodeBuild
|
|
1299
1304
|
# resp.build.artifacts.location #=> String
|
1300
1305
|
# resp.build.artifacts.sha256sum #=> String
|
1301
1306
|
# resp.build.artifacts.md5sum #=> String
|
1307
|
+
# resp.build.artifacts.override_artifact_name #=> Boolean
|
1302
1308
|
# resp.build.artifacts.encryption_disabled #=> Boolean
|
1303
1309
|
# resp.build.cache.type #=> String, one of "NO_CACHE", "S3"
|
1304
1310
|
# resp.build.cache.location #=> String
|
@@ -1381,6 +1387,7 @@ module Aws::CodeBuild
|
|
1381
1387
|
# resp.build.artifacts.location #=> String
|
1382
1388
|
# resp.build.artifacts.sha256sum #=> String
|
1383
1389
|
# resp.build.artifacts.md5sum #=> String
|
1390
|
+
# resp.build.artifacts.override_artifact_name #=> Boolean
|
1384
1391
|
# resp.build.artifacts.encryption_disabled #=> Boolean
|
1385
1392
|
# resp.build.cache.type #=> String, one of "NO_CACHE", "S3"
|
1386
1393
|
# resp.build.cache.location #=> String
|
@@ -1504,6 +1511,7 @@ module Aws::CodeBuild
|
|
1504
1511
|
# namespace_type: "NONE", # accepts NONE, BUILD_ID
|
1505
1512
|
# name: "String",
|
1506
1513
|
# packaging: "NONE", # accepts NONE, ZIP
|
1514
|
+
# override_artifact_name: false,
|
1507
1515
|
# encryption_disabled: false,
|
1508
1516
|
# },
|
1509
1517
|
# cache: {
|
@@ -1560,6 +1568,7 @@ module Aws::CodeBuild
|
|
1560
1568
|
# resp.project.artifacts.namespace_type #=> String, one of "NONE", "BUILD_ID"
|
1561
1569
|
# resp.project.artifacts.name #=> String
|
1562
1570
|
# resp.project.artifacts.packaging #=> String, one of "NONE", "ZIP"
|
1571
|
+
# resp.project.artifacts.override_artifact_name #=> Boolean
|
1563
1572
|
# resp.project.artifacts.encryption_disabled #=> Boolean
|
1564
1573
|
# resp.project.cache.type #=> String, one of "NO_CACHE", "S3"
|
1565
1574
|
# resp.project.cache.location #=> String
|
@@ -1659,7 +1668,7 @@ module Aws::CodeBuild
|
|
1659
1668
|
params: params,
|
1660
1669
|
config: config)
|
1661
1670
|
context[:gem_name] = 'aws-sdk-codebuild'
|
1662
|
-
context[:gem_version] = '1.
|
1671
|
+
context[:gem_version] = '1.14.0'
|
1663
1672
|
Seahorse::Client::Request.new(handlers, context)
|
1664
1673
|
end
|
1665
1674
|
|
@@ -160,6 +160,7 @@ module Aws::CodeBuild
|
|
160
160
|
BuildArtifacts.add_member(:location, Shapes::ShapeRef.new(shape: String, location_name: "location"))
|
161
161
|
BuildArtifacts.add_member(:sha256sum, Shapes::ShapeRef.new(shape: String, location_name: "sha256sum"))
|
162
162
|
BuildArtifacts.add_member(:md5sum, Shapes::ShapeRef.new(shape: String, location_name: "md5sum"))
|
163
|
+
BuildArtifacts.add_member(:override_artifact_name, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "overrideArtifactName"))
|
163
164
|
BuildArtifacts.add_member(:encryption_disabled, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "encryptionDisabled"))
|
164
165
|
BuildArtifacts.struct_class = Types::BuildArtifacts
|
165
166
|
|
@@ -320,6 +321,7 @@ module Aws::CodeBuild
|
|
320
321
|
ProjectArtifacts.add_member(:namespace_type, Shapes::ShapeRef.new(shape: ArtifactNamespace, location_name: "namespaceType"))
|
321
322
|
ProjectArtifacts.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
322
323
|
ProjectArtifacts.add_member(:packaging, Shapes::ShapeRef.new(shape: ArtifactPackaging, location_name: "packaging"))
|
324
|
+
ProjectArtifacts.add_member(:override_artifact_name, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "overrideArtifactName"))
|
323
325
|
ProjectArtifacts.add_member(:encryption_disabled, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "encryptionDisabled"))
|
324
326
|
ProjectArtifacts.struct_class = Types::ProjectArtifacts
|
325
327
|
|
@@ -287,6 +287,14 @@ module Aws::CodeBuild
|
|
287
287
|
# </note>
|
288
288
|
# @return [String]
|
289
289
|
#
|
290
|
+
# @!attribute [rw] override_artifact_name
|
291
|
+
# If this flag is set, a name specified in the buildspec file
|
292
|
+
# overrides the artifact name. The name specified in a buildspec file
|
293
|
+
# is calculated at build time and uses the Shell Command Language. For
|
294
|
+
# example, you can append a date and time to your artifact name so
|
295
|
+
# that it is always unique.
|
296
|
+
# @return [Boolean]
|
297
|
+
#
|
290
298
|
# @!attribute [rw] encryption_disabled
|
291
299
|
# Information that tells you if encryption for build artifacts is
|
292
300
|
# disabled.
|
@@ -298,6 +306,7 @@ module Aws::CodeBuild
|
|
298
306
|
:location,
|
299
307
|
:sha256sum,
|
300
308
|
:md5sum,
|
309
|
+
:override_artifact_name,
|
301
310
|
:encryption_disabled)
|
302
311
|
include Aws::Structure
|
303
312
|
end
|
@@ -425,6 +434,7 @@ module Aws::CodeBuild
|
|
425
434
|
# namespace_type: "NONE", # accepts NONE, BUILD_ID
|
426
435
|
# name: "String",
|
427
436
|
# packaging: "NONE", # accepts NONE, ZIP
|
437
|
+
# override_artifact_name: false,
|
428
438
|
# encryption_disabled: false,
|
429
439
|
# },
|
430
440
|
# cache: {
|
@@ -1151,6 +1161,7 @@ module Aws::CodeBuild
|
|
1151
1161
|
# namespace_type: "NONE", # accepts NONE, BUILD_ID
|
1152
1162
|
# name: "String",
|
1153
1163
|
# packaging: "NONE", # accepts NONE, ZIP
|
1164
|
+
# override_artifact_name: false,
|
1154
1165
|
# encryption_disabled: false,
|
1155
1166
|
# }
|
1156
1167
|
#
|
@@ -1278,6 +1289,14 @@ module Aws::CodeBuild
|
|
1278
1289
|
# file containing the build output.
|
1279
1290
|
# @return [String]
|
1280
1291
|
#
|
1292
|
+
# @!attribute [rw] override_artifact_name
|
1293
|
+
# If this flag is set, a name specified in the buildspec file
|
1294
|
+
# overrides the artifact name. The name specified in a buildspec file
|
1295
|
+
# is calculated at build time and uses the Shell Command Language. For
|
1296
|
+
# example, you can append a date and time to your artifact name so
|
1297
|
+
# that it is always unique.
|
1298
|
+
# @return [Boolean]
|
1299
|
+
#
|
1281
1300
|
# @!attribute [rw] encryption_disabled
|
1282
1301
|
# Set to true if you do not want your output artifacts encrypted. This
|
1283
1302
|
# option is only valid if your artifacts type is Amazon S3. If this is
|
@@ -1294,6 +1313,7 @@ module Aws::CodeBuild
|
|
1294
1313
|
:namespace_type,
|
1295
1314
|
:name,
|
1296
1315
|
:packaging,
|
1316
|
+
:override_artifact_name,
|
1297
1317
|
:encryption_disabled)
|
1298
1318
|
include Aws::Structure
|
1299
1319
|
end
|
@@ -1616,6 +1636,7 @@ module Aws::CodeBuild
|
|
1616
1636
|
# namespace_type: "NONE", # accepts NONE, BUILD_ID
|
1617
1637
|
# name: "String",
|
1618
1638
|
# packaging: "NONE", # accepts NONE, ZIP
|
1639
|
+
# override_artifact_name: false,
|
1619
1640
|
# encryption_disabled: false,
|
1620
1641
|
# },
|
1621
1642
|
# environment_variables_override: [
|
@@ -1897,6 +1918,7 @@ module Aws::CodeBuild
|
|
1897
1918
|
# namespace_type: "NONE", # accepts NONE, BUILD_ID
|
1898
1919
|
# name: "String",
|
1899
1920
|
# packaging: "NONE", # accepts NONE, ZIP
|
1921
|
+
# override_artifact_name: false,
|
1900
1922
|
# encryption_disabled: false,
|
1901
1923
|
# },
|
1902
1924
|
# cache: {
|
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.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: 2018-07
|
11
|
+
date: 2018-08-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|