aws-sdk-codebuild 1.0.0.rc3 → 1.0.0.rc4

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: 5778f98d37812bb0d7ad918fca87f5ec6a4182d2
4
- data.tar.gz: 496875f64cc57a4bb22f391daa2900cda0c2ee82
3
+ metadata.gz: e9feb6067265979facacd72cd33c61849b6523ad
4
+ data.tar.gz: 2faba7572466498f5920eb84b66fd455b20ac4f7
5
5
  SHA512:
6
- metadata.gz: 1e9df6f6d479786836fd1ae5189c505d1fe2eaabe794d865bdb898d29862d06641e8519ffcdda660b11414bbb134eda415e4eb6b1c9f016b86f035c7bc10d58a
7
- data.tar.gz: cbbed4a22ccd478803ec9d85fe7c12ada0a0d1f8c1b72ad56ceb15d39d464343b869877f84c8a457042e7dabde19e8160e375be62a1e80899a30f9d4e1415e44
6
+ metadata.gz: 468f5342efefbc4576fb2e57269a61af883cea0e5bd97a2af96cb74c17c1a9a9a3684598fad49e54622babb031aa6f8d312bddf14172354de72573b1b3e97383
7
+ data.tar.gz: 15b86dc556f1330f9356dbedded166aeae957f64bae6fc5dcad5037c8373e102128456b296f5e9835068f89475d912f9350caabe06f3919ea765345364fd966e
@@ -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.rc2'
45
+ GEM_VERSION = '1.0.0.rc4'
46
46
 
47
47
  end
@@ -18,6 +18,7 @@ require 'aws-sdk-core/plugins/regional_endpoint.rb'
18
18
  require 'aws-sdk-core/plugins/response_paging.rb'
19
19
  require 'aws-sdk-core/plugins/stub_responses.rb'
20
20
  require 'aws-sdk-core/plugins/idempotency_token.rb'
21
+ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
21
22
  require 'aws-sdk-core/plugins/signature_v4.rb'
22
23
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
23
24
 
@@ -45,6 +46,7 @@ module Aws::CodeBuild
45
46
  add_plugin(Aws::Plugins::ResponsePaging)
46
47
  add_plugin(Aws::Plugins::StubResponses)
47
48
  add_plugin(Aws::Plugins::IdempotencyToken)
49
+ add_plugin(Aws::Plugins::JsonvalueConverter)
48
50
  add_plugin(Aws::Plugins::SignatureV4)
49
51
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
50
52
 
@@ -212,6 +214,8 @@ module Aws::CodeBuild
212
214
  # resp.builds_not_found #=> Array
213
215
  # resp.builds_not_found[0] #=> String
214
216
  #
217
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/BatchGetBuilds AWS API Documentation
218
+ #
215
219
  # @overload batch_get_builds(params = {})
216
220
  # @param [Hash] params ({})
217
221
  def batch_get_builds(params = {}, options = {})
@@ -269,6 +273,8 @@ module Aws::CodeBuild
269
273
  # resp.projects_not_found #=> Array
270
274
  # resp.projects_not_found[0] #=> String
271
275
  #
276
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/BatchGetProjects AWS API Documentation
277
+ #
272
278
  # @overload batch_get_projects(params = {})
273
279
  # @param [Hash] params ({})
274
280
  def batch_get_projects(params = {}, options = {})
@@ -395,6 +401,8 @@ module Aws::CodeBuild
395
401
  # resp.project.created #=> Time
396
402
  # resp.project.last_modified #=> Time
397
403
  #
404
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/CreateProject AWS API Documentation
405
+ #
398
406
  # @overload create_project(params = {})
399
407
  # @param [Hash] params ({})
400
408
  def create_project(params = {}, options = {})
@@ -415,6 +423,8 @@ module Aws::CodeBuild
415
423
  # name: "NonEmptyString", # required
416
424
  # })
417
425
  #
426
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/DeleteProject AWS API Documentation
427
+ #
418
428
  # @overload delete_project(params = {})
419
429
  # @param [Hash] params ({})
420
430
  def delete_project(params = {}, options = {})
@@ -459,6 +469,8 @@ module Aws::CodeBuild
459
469
  # resp.ids[0] #=> String
460
470
  # resp.next_token #=> String
461
471
  #
472
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListBuilds AWS API Documentation
473
+ #
462
474
  # @overload list_builds(params = {})
463
475
  # @param [Hash] params ({})
464
476
  def list_builds(params = {}, options = {})
@@ -507,6 +519,8 @@ module Aws::CodeBuild
507
519
  # resp.ids[0] #=> String
508
520
  # resp.next_token #=> String
509
521
  #
522
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListBuildsForProject AWS API Documentation
523
+ #
510
524
  # @overload list_builds_for_project(params = {})
511
525
  # @param [Hash] params ({})
512
526
  def list_builds_for_project(params = {}, options = {})
@@ -531,6 +545,8 @@ module Aws::CodeBuild
531
545
  # resp.platforms[0].languages[0].images[0].name #=> String
532
546
  # resp.platforms[0].languages[0].images[0].description #=> String
533
547
  #
548
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListCuratedEnvironmentImages AWS API Documentation
549
+ #
534
550
  # @overload list_curated_environment_images(params = {})
535
551
  # @param [Hash] params ({})
536
552
  def list_curated_environment_images(params = {}, options = {})
@@ -595,6 +611,8 @@ module Aws::CodeBuild
595
611
  # resp.projects #=> Array
596
612
  # resp.projects[0] #=> String
597
613
  #
614
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListProjects AWS API Documentation
615
+ #
598
616
  # @overload list_projects(params = {})
599
617
  # @param [Hash] params ({})
600
618
  def list_projects(params = {}, options = {})
@@ -701,6 +719,8 @@ module Aws::CodeBuild
701
719
  # resp.build.build_complete #=> Boolean
702
720
  # resp.build.initiator #=> String
703
721
  #
722
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/StartBuild AWS API Documentation
723
+ #
704
724
  # @overload start_build(params = {})
705
725
  # @param [Hash] params ({})
706
726
  def start_build(params = {}, options = {})
@@ -763,6 +783,8 @@ module Aws::CodeBuild
763
783
  # resp.build.build_complete #=> Boolean
764
784
  # resp.build.initiator #=> String
765
785
  #
786
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/StopBuild AWS API Documentation
787
+ #
766
788
  # @overload stop_build(params = {})
767
789
  # @param [Hash] params ({})
768
790
  def stop_build(params = {}, options = {})
@@ -896,6 +918,8 @@ module Aws::CodeBuild
896
918
  # resp.project.created #=> Time
897
919
  # resp.project.last_modified #=> Time
898
920
  #
921
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/UpdateProject AWS API Documentation
922
+ #
899
923
  # @overload update_project(params = {})
900
924
  # @param [Hash] params ({})
901
925
  def update_project(params = {}, options = {})
@@ -916,7 +940,7 @@ module Aws::CodeBuild
916
940
  params: params,
917
941
  config: config)
918
942
  context[:gem_name] = 'aws-sdk-codebuild'
919
- context[:gem_version] = '1.0.0.rc2'
943
+ context[:gem_version] = '1.0.0.rc4'
920
944
  Seahorse::Client::Request.new(handlers, context)
921
945
  end
922
946
 
@@ -19,6 +19,8 @@ module Aws::CodeBuild
19
19
  # The IDs of the builds.
20
20
  # @return [Array<String>]
21
21
  #
22
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/BatchGetBuildsInput AWS API Documentation
23
+ #
22
24
  class BatchGetBuildsInput < Struct.new(
23
25
  :ids)
24
26
  include Aws::Structure
@@ -32,6 +34,8 @@ module Aws::CodeBuild
32
34
  # The IDs of builds for which information could not be found.
33
35
  # @return [Array<String>]
34
36
  #
37
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/BatchGetBuildsOutput AWS API Documentation
38
+ #
35
39
  class BatchGetBuildsOutput < Struct.new(
36
40
  :builds,
37
41
  :builds_not_found)
@@ -49,6 +53,8 @@ module Aws::CodeBuild
49
53
  # The names of the build projects.
50
54
  # @return [Array<String>]
51
55
  #
56
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/BatchGetProjectsInput AWS API Documentation
57
+ #
52
58
  class BatchGetProjectsInput < Struct.new(
53
59
  :names)
54
60
  include Aws::Structure
@@ -63,6 +69,8 @@ module Aws::CodeBuild
63
69
  # found.
64
70
  # @return [Array<String>]
65
71
  #
72
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/BatchGetProjectsOutput AWS API Documentation
73
+ #
66
74
  class BatchGetProjectsOutput < Struct.new(
67
75
  :projects,
68
76
  :projects_not_found)
@@ -159,6 +167,8 @@ module Aws::CodeBuild
159
167
  # string `CodeBuild-Jenkins-Plugin`.
160
168
  # @return [String]
161
169
  #
170
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/Build AWS API Documentation
171
+ #
162
172
  class Build < Struct.new(
163
173
  :id,
164
174
  :arn,
@@ -209,6 +219,8 @@ module Aws::CodeBuild
209
219
  # </note>
210
220
  # @return [String]
211
221
  #
222
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/BuildArtifacts AWS API Documentation
223
+ #
212
224
  class BuildArtifacts < Struct.new(
213
225
  :location,
214
226
  :sha256sum,
@@ -283,6 +295,8 @@ module Aws::CodeBuild
283
295
  # troubleshoot a failed build.
284
296
  # @return [Array<Types::PhaseContext>]
285
297
  #
298
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/BuildPhase AWS API Documentation
299
+ #
286
300
  class BuildPhase < Struct.new(
287
301
  :phase_type,
288
302
  :phase_status,
@@ -385,6 +399,8 @@ module Aws::CodeBuild
385
399
  # CodeBuild build project tags.
386
400
  # @return [Array<Types::Tag>]
387
401
  #
402
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/CreateProjectInput AWS API Documentation
403
+ #
388
404
  class CreateProjectInput < Struct.new(
389
405
  :name,
390
406
  :description,
@@ -402,6 +418,8 @@ module Aws::CodeBuild
402
418
  # Information about the build project that was created.
403
419
  # @return [Types::Project]
404
420
  #
421
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/CreateProjectOutput AWS API Documentation
422
+ #
405
423
  class CreateProjectOutput < Struct.new(
406
424
  :project)
407
425
  include Aws::Structure
@@ -418,11 +436,15 @@ module Aws::CodeBuild
418
436
  # The name of the build project.
419
437
  # @return [String]
420
438
  #
439
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/DeleteProjectInput AWS API Documentation
440
+ #
421
441
  class DeleteProjectInput < Struct.new(
422
442
  :name)
423
443
  include Aws::Structure
424
444
  end
425
445
 
446
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/DeleteProjectOutput AWS API Documentation
447
+ #
426
448
  class DeleteProjectOutput < Aws::EmptyStructure; end
427
449
 
428
450
  # Information about a Docker image that is managed by AWS CodeBuild.
@@ -435,6 +457,8 @@ module Aws::CodeBuild
435
457
  # The description of the Docker image.
436
458
  # @return [String]
437
459
  #
460
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/EnvironmentImage AWS API Documentation
461
+ #
438
462
  class EnvironmentImage < Struct.new(
439
463
  :name,
440
464
  :description)
@@ -453,6 +477,8 @@ module Aws::CodeBuild
453
477
  # programming language.
454
478
  # @return [Array<Types::EnvironmentImage>]
455
479
  #
480
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/EnvironmentLanguage AWS API Documentation
481
+ #
456
482
  class EnvironmentLanguage < Struct.new(
457
483
  :language,
458
484
  :images)
@@ -471,6 +497,8 @@ module Aws::CodeBuild
471
497
  # specified platform.
472
498
  # @return [Array<Types::EnvironmentLanguage>]
473
499
  #
500
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/EnvironmentPlatform AWS API Documentation
501
+ #
474
502
  class EnvironmentPlatform < Struct.new(
475
503
  :platform,
476
504
  :languages)
@@ -496,6 +524,8 @@ module Aws::CodeBuild
496
524
  # The value of the environment variable.
497
525
  # @return [String]
498
526
  #
527
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/EnvironmentVariable AWS API Documentation
528
+ #
499
529
  class EnvironmentVariable < Struct.new(
500
530
  :name,
501
531
  :value)
@@ -533,6 +563,8 @@ module Aws::CodeBuild
533
563
  # tokens are returned.
534
564
  # @return [String]
535
565
  #
566
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListBuildsForProjectInput AWS API Documentation
567
+ #
536
568
  class ListBuildsForProjectInput < Struct.new(
537
569
  :project_name,
538
570
  :sort_order,
@@ -552,6 +584,8 @@ module Aws::CodeBuild
552
584
  # operation again, adding the next token to the call.
553
585
  # @return [String]
554
586
  #
587
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListBuildsForProjectOutput AWS API Documentation
588
+ #
555
589
  class ListBuildsForProjectOutput < Struct.new(
556
590
  :ids,
557
591
  :next_token)
@@ -584,6 +618,8 @@ module Aws::CodeBuild
584
618
  # tokens are returned.
585
619
  # @return [String]
586
620
  #
621
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListBuildsInput AWS API Documentation
622
+ #
587
623
  class ListBuildsInput < Struct.new(
588
624
  :sort_order,
589
625
  :next_token)
@@ -601,6 +637,8 @@ module Aws::CodeBuild
601
637
  # operation again, adding the next token to the call.
602
638
  # @return [String]
603
639
  #
640
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListBuildsOutput AWS API Documentation
641
+ #
604
642
  class ListBuildsOutput < Struct.new(
605
643
  :ids,
606
644
  :next_token)
@@ -609,6 +647,8 @@ module Aws::CodeBuild
609
647
 
610
648
  # @api private
611
649
  #
650
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListCuratedEnvironmentImagesInput AWS API Documentation
651
+ #
612
652
  class ListCuratedEnvironmentImagesInput < Aws::EmptyStructure; end
613
653
 
614
654
  # @!attribute [rw] platforms
@@ -616,6 +656,8 @@ module Aws::CodeBuild
616
656
  # managed by AWS CodeBuild.
617
657
  # @return [Array<Types::EnvironmentPlatform>]
618
658
  #
659
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListCuratedEnvironmentImagesOutput AWS API Documentation
660
+ #
619
661
  class ListCuratedEnvironmentImagesOutput < Struct.new(
620
662
  :platforms)
621
663
  include Aws::Structure
@@ -668,6 +710,8 @@ module Aws::CodeBuild
668
710
  # tokens are returned.
669
711
  # @return [String]
670
712
  #
713
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListProjectsInput AWS API Documentation
714
+ #
671
715
  class ListProjectsInput < Struct.new(
672
716
  :sort_by,
673
717
  :sort_order,
@@ -687,6 +731,8 @@ module Aws::CodeBuild
687
731
  # representing a single build project.
688
732
  # @return [Array<String>]
689
733
  #
734
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ListProjectsOutput AWS API Documentation
735
+ #
690
736
  class ListProjectsOutput < Struct.new(
691
737
  :next_token,
692
738
  :projects)
@@ -707,6 +753,8 @@ module Aws::CodeBuild
707
753
  # The URL to an individual build log in Amazon CloudWatch Logs.
708
754
  # @return [String]
709
755
  #
756
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/LogsLocation AWS API Documentation
757
+ #
710
758
  class LogsLocation < Struct.new(
711
759
  :group_name,
712
760
  :stream_name,
@@ -726,6 +774,8 @@ module Aws::CodeBuild
726
774
  # include a command ID and an exit code.
727
775
  # @return [String]
728
776
  #
777
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/PhaseContext AWS API Documentation
778
+ #
729
779
  class PhaseContext < Struct.new(
730
780
  :status_code,
731
781
  :message)
@@ -796,6 +846,8 @@ module Aws::CodeBuild
796
846
  # Unix time format.
797
847
  # @return [Time]
798
848
  #
849
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/Project AWS API Documentation
850
+ #
799
851
  class Project < Struct.new(
800
852
  :name,
801
853
  :arn,
@@ -940,6 +992,8 @@ module Aws::CodeBuild
940
992
  # file containing the build output.
941
993
  # @return [String]
942
994
  #
995
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ProjectArtifacts AWS API Documentation
996
+ #
943
997
  class ProjectArtifacts < Struct.new(
944
998
  :type,
945
999
  :location,
@@ -994,6 +1048,8 @@ module Aws::CodeBuild
994
1048
  # build project.
995
1049
  # @return [Array<Types::EnvironmentVariable>]
996
1050
  #
1051
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ProjectEnvironment AWS API Documentation
1052
+ #
997
1053
  class ProjectEnvironment < Struct.new(
998
1054
  :type,
999
1055
  :image,
@@ -1052,15 +1108,16 @@ module Aws::CodeBuild
1052
1108
  # input bucket, the path to the ZIP file that contains the source
1053
1109
  # code (for example, ` bucket-name/path/to/object-name.zip`)
1054
1110
  #
1055
- # * For source code in a GitHub repository, instead of specifying a
1056
- # value here, you connect your AWS account to your GitHub account.
1057
- # To do this, use the AWS CodeBuild console to begin creating a
1058
- # build project, and follow the on-screen instructions to complete
1059
- # the connection. (After you have connected to your GitHub account,
1060
- # you do not need to finish creating the build project, and you may
1061
- # then leave the AWS CodeBuild console.) To instruct AWS CodeBuild
1062
- # to then use this connection, in the `source` object, set the
1063
- # `auth` object's `type` value to `OAUTH`.
1111
+ # * For source code in a GitHub repository, the HTTPS clone URL to the
1112
+ # repository that contains the source and the build spec. Also, you
1113
+ # must connect your AWS account to your GitHub account. To do this,
1114
+ # use the AWS CodeBuild console to begin creating a build project,
1115
+ # and follow the on-screen instructions to complete the connection.
1116
+ # (After you have connected to your GitHub account, you do not need
1117
+ # to finish creating the build project, and you may then leave the
1118
+ # AWS CodeBuild console.) To instruct AWS CodeBuild to then use this
1119
+ # connection, in the `source` object, set the `auth` object's
1120
+ # `type` value to `OAUTH`.
1064
1121
  # @return [String]
1065
1122
  #
1066
1123
  # @!attribute [rw] buildspec
@@ -1080,6 +1137,8 @@ module Aws::CodeBuild
1080
1137
  # build project's source `type` value is `GITHUB`).
1081
1138
  # @return [Types::SourceAuth]
1082
1139
  #
1140
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ProjectSource AWS API Documentation
1141
+ #
1083
1142
  class ProjectSource < Struct.new(
1084
1143
  :type,
1085
1144
  :location,
@@ -1112,6 +1171,8 @@ module Aws::CodeBuild
1112
1171
  # The resource value that applies to the specified authorization type.
1113
1172
  # @return [String]
1114
1173
  #
1174
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/SourceAuth AWS API Documentation
1175
+ #
1115
1176
  class SourceAuth < Struct.new(
1116
1177
  :type,
1117
1178
  :resource)
@@ -1178,6 +1239,8 @@ module Aws::CodeBuild
1178
1239
  # in the build project.
1179
1240
  # @return [Integer]
1180
1241
  #
1242
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/StartBuildInput AWS API Documentation
1243
+ #
1181
1244
  class StartBuildInput < Struct.new(
1182
1245
  :project_name,
1183
1246
  :source_version,
@@ -1192,6 +1255,8 @@ module Aws::CodeBuild
1192
1255
  # Information about the build to be run.
1193
1256
  # @return [Types::Build]
1194
1257
  #
1258
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/StartBuildOutput AWS API Documentation
1259
+ #
1195
1260
  class StartBuildOutput < Struct.new(
1196
1261
  :build)
1197
1262
  include Aws::Structure
@@ -1208,6 +1273,8 @@ module Aws::CodeBuild
1208
1273
  # The ID of the build.
1209
1274
  # @return [String]
1210
1275
  #
1276
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/StopBuildInput AWS API Documentation
1277
+ #
1211
1278
  class StopBuildInput < Struct.new(
1212
1279
  :id)
1213
1280
  include Aws::Structure
@@ -1217,6 +1284,8 @@ module Aws::CodeBuild
1217
1284
  # Information about the build.
1218
1285
  # @return [Types::Build]
1219
1286
  #
1287
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/StopBuildOutput AWS API Documentation
1288
+ #
1220
1289
  class StopBuildOutput < Struct.new(
1221
1290
  :build)
1222
1291
  include Aws::Structure
@@ -1243,6 +1312,8 @@ module Aws::CodeBuild
1243
1312
  # The tag's value.
1244
1313
  # @return [String]
1245
1314
  #
1315
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/Tag AWS API Documentation
1316
+ #
1246
1317
  class Tag < Struct.new(
1247
1318
  :key,
1248
1319
  :value)
@@ -1348,6 +1419,8 @@ module Aws::CodeBuild
1348
1419
  # CodeBuild build project tags.
1349
1420
  # @return [Array<Types::Tag>]
1350
1421
  #
1422
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/UpdateProjectInput AWS API Documentation
1423
+ #
1351
1424
  class UpdateProjectInput < Struct.new(
1352
1425
  :name,
1353
1426
  :description,
@@ -1365,6 +1438,8 @@ module Aws::CodeBuild
1365
1438
  # Information about the build project that was changed.
1366
1439
  # @return [Types::Project]
1367
1440
  #
1441
+ # @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/UpdateProjectOutput AWS API Documentation
1442
+ #
1368
1443
  class UpdateProjectOutput < Struct.new(
1369
1444
  :project)
1370
1445
  include Aws::Structure
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.rc3
4
+ version: 1.0.0.rc4
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-01-24 00:00:00.000000000 Z
11
+ date: 2017-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core