aws-sdk-codebuild 1.0.0.rc12 → 1.0.0.rc13

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
  SHA1:
3
- metadata.gz: 49f8e07641f1b3abe6d21306a58af23782043d65
4
- data.tar.gz: de4957c6911fbdf5452ec5c0f5f2a92577ba9701
3
+ metadata.gz: e601f1876dcb6c5168adee88c6c014d84afcb2ac
4
+ data.tar.gz: b212c7ba2fbacc4a1dae11030248e34da9670ddd
5
5
  SHA512:
6
- metadata.gz: 2f6c33f7ecc65b2d4003d9c1949e0b44ea43c1de2efd8c4d4abc4d0b856b08ff34db6124f87c960a694e67001c6792a0ae5b0b39c8810034fe3b17992213d725
7
- data.tar.gz: c7fcdf7b5117cd7a7e3c484284ce80f8018ade462d61722a0f7bc44d3dd4ab11fdd125a7e1e2a061abf071c637618a489c1abb71bd8b1a15192287819469b574
6
+ metadata.gz: af6e06001730c05a0fc62cdb837a2de439242395b867aaff52355be43074662b5f363a010a21a2038922315f90570be7151a11b7bd2c8fc6d74d1555d1196639
7
+ data.tar.gz: 980c6b01dd9511f4a725c187e65bf56e6698573ce66aead57ee54942f447a8207e9723c53b515831ae6df1b1b2540bf8e33b9031e79500bbb271bc6718d43500
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-codebuild/customizations'
42
42
  # @service
43
43
  module Aws::CodeBuild
44
44
 
45
- GEM_VERSION = '1.0.0.rc12'
45
+ GEM_VERSION = '1.0.0.rc13'
46
46
 
47
47
  end
@@ -191,7 +191,7 @@ module Aws::CodeBuild
191
191
  # resp.builds[0].phases[0].contexts #=> Array
192
192
  # resp.builds[0].phases[0].contexts[0].status_code #=> String
193
193
  # resp.builds[0].phases[0].contexts[0].message #=> String
194
- # resp.builds[0].source.type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "S3"
194
+ # resp.builds[0].source.type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "S3", "BITBUCKET"
195
195
  # resp.builds[0].source.location #=> String
196
196
  # resp.builds[0].source.buildspec #=> String
197
197
  # resp.builds[0].source.auth.type #=> String, one of "OAUTH"
@@ -246,7 +246,7 @@ module Aws::CodeBuild
246
246
  # resp.projects[0].name #=> String
247
247
  # resp.projects[0].arn #=> String
248
248
  # resp.projects[0].description #=> String
249
- # resp.projects[0].source.type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "S3"
249
+ # resp.projects[0].source.type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "S3", "BITBUCKET"
250
250
  # resp.projects[0].source.location #=> String
251
251
  # resp.projects[0].source.buildspec #=> String
252
252
  # resp.projects[0].source.auth.type #=> String, one of "OAUTH"
@@ -334,7 +334,7 @@ module Aws::CodeBuild
334
334
  # name: "ProjectName", # required
335
335
  # description: "ProjectDescription",
336
336
  # source: { # required
337
- # type: "CODECOMMIT", # required, accepts CODECOMMIT, CODEPIPELINE, GITHUB, S3
337
+ # type: "CODECOMMIT", # required, accepts CODECOMMIT, CODEPIPELINE, GITHUB, S3, BITBUCKET
338
338
  # location: "String",
339
339
  # buildspec: "String",
340
340
  # auth: {
@@ -378,7 +378,7 @@ module Aws::CodeBuild
378
378
  # resp.project.name #=> String
379
379
  # resp.project.arn #=> String
380
380
  # resp.project.description #=> String
381
- # resp.project.source.type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "S3"
381
+ # resp.project.source.type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "S3", "BITBUCKET"
382
382
  # resp.project.source.location #=> String
383
383
  # resp.project.source.buildspec #=> String
384
384
  # resp.project.source.auth.type #=> String, one of "OAUTH"
@@ -544,7 +544,7 @@ module Aws::CodeBuild
544
544
  # resp.platforms #=> Array
545
545
  # resp.platforms[0].platform #=> String, one of "DEBIAN", "AMAZON_LINUX", "UBUNTU"
546
546
  # resp.platforms[0].languages #=> Array
547
- # resp.platforms[0].languages[0].language #=> String, one of "JAVA", "PYTHON", "NODE_JS", "RUBY", "GOLANG", "DOCKER", "ANDROID", "BASE"
547
+ # resp.platforms[0].languages[0].language #=> String, one of "JAVA", "PYTHON", "NODE_JS", "RUBY", "GOLANG", "DOCKER", "ANDROID", "DOTNET", "BASE"
548
548
  # resp.platforms[0].languages[0].images #=> Array
549
549
  # resp.platforms[0].languages[0].images[0].name #=> String
550
550
  # resp.platforms[0].languages[0].images[0].description #=> String
@@ -702,7 +702,7 @@ module Aws::CodeBuild
702
702
  # resp.build.phases[0].contexts #=> Array
703
703
  # resp.build.phases[0].contexts[0].status_code #=> String
704
704
  # resp.build.phases[0].contexts[0].message #=> String
705
- # resp.build.source.type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "S3"
705
+ # resp.build.source.type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "S3", "BITBUCKET"
706
706
  # resp.build.source.location #=> String
707
707
  # resp.build.source.buildspec #=> String
708
708
  # resp.build.source.auth.type #=> String, one of "OAUTH"
@@ -767,7 +767,7 @@ module Aws::CodeBuild
767
767
  # resp.build.phases[0].contexts #=> Array
768
768
  # resp.build.phases[0].contexts[0].status_code #=> String
769
769
  # resp.build.phases[0].contexts[0].message #=> String
770
- # resp.build.source.type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "S3"
770
+ # resp.build.source.type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "S3", "BITBUCKET"
771
771
  # resp.build.source.location #=> String
772
772
  # resp.build.source.buildspec #=> String
773
773
  # resp.build.source.auth.type #=> String, one of "OAUTH"
@@ -855,7 +855,7 @@ module Aws::CodeBuild
855
855
  # name: "NonEmptyString", # required
856
856
  # description: "ProjectDescription",
857
857
  # source: {
858
- # type: "CODECOMMIT", # required, accepts CODECOMMIT, CODEPIPELINE, GITHUB, S3
858
+ # type: "CODECOMMIT", # required, accepts CODECOMMIT, CODEPIPELINE, GITHUB, S3, BITBUCKET
859
859
  # location: "String",
860
860
  # buildspec: "String",
861
861
  # auth: {
@@ -899,7 +899,7 @@ module Aws::CodeBuild
899
899
  # resp.project.name #=> String
900
900
  # resp.project.arn #=> String
901
901
  # resp.project.description #=> String
902
- # resp.project.source.type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "S3"
902
+ # resp.project.source.type #=> String, one of "CODECOMMIT", "CODEPIPELINE", "GITHUB", "S3", "BITBUCKET"
903
903
  # resp.project.source.location #=> String
904
904
  # resp.project.source.buildspec #=> String
905
905
  # resp.project.source.auth.type #=> String, one of "OAUTH"
@@ -948,7 +948,7 @@ module Aws::CodeBuild
948
948
  params: params,
949
949
  config: config)
950
950
  context[:gem_name] = 'aws-sdk-codebuild'
951
- context[:gem_version] = '1.0.0.rc12'
951
+ context[:gem_version] = '1.0.0.rc13'
952
952
  Seahorse::Client::Request.new(handlers, context)
953
953
  end
954
954
 
@@ -314,7 +314,7 @@ module Aws::CodeBuild
314
314
  # name: "ProjectName", # required
315
315
  # description: "ProjectDescription",
316
316
  # source: { # required
317
- # type: "CODECOMMIT", # required, accepts CODECOMMIT, CODEPIPELINE, GITHUB, S3
317
+ # type: "CODECOMMIT", # required, accepts CODECOMMIT, CODEPIPELINE, GITHUB, S3, BITBUCKET
318
318
  # location: "String",
319
319
  # buildspec: "String",
320
320
  # auth: {
@@ -1092,7 +1092,7 @@ module Aws::CodeBuild
1092
1092
  # data as a hash:
1093
1093
  #
1094
1094
  # {
1095
- # type: "CODECOMMIT", # required, accepts CODECOMMIT, CODEPIPELINE, GITHUB, S3
1095
+ # type: "CODECOMMIT", # required, accepts CODECOMMIT, CODEPIPELINE, GITHUB, S3, BITBUCKET
1096
1096
  # location: "String",
1097
1097
  # buildspec: "String",
1098
1098
  # auth: {
@@ -1358,7 +1358,7 @@ module Aws::CodeBuild
1358
1358
  # name: "NonEmptyString", # required
1359
1359
  # description: "ProjectDescription",
1360
1360
  # source: {
1361
- # type: "CODECOMMIT", # required, accepts CODECOMMIT, CODEPIPELINE, GITHUB, S3
1361
+ # type: "CODECOMMIT", # required, accepts CODECOMMIT, CODEPIPELINE, GITHUB, S3, BITBUCKET
1362
1362
  # location: "String",
1363
1363
  # buildspec: "String",
1364
1364
  # auth: {
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.0.0.rc12
4
+ version: 1.0.0.rc13
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: 2017-08-01 00:00:00.000000000 Z
11
+ date: 2017-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core