aws-sdk-codebuild 1.69.0 → 1.70.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 +15 -1
- data/lib/aws-sdk-codebuild/client_api.rb +2 -0
- data/lib/aws-sdk-codebuild/types.rb +34 -5
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dfdc3dcd156f0de2b736aa6247b29718665be39b10ef747fcef4126c914e24ee
|
4
|
+
data.tar.gz: c37d117e26e4860bbb683b2e620213399f8bbfc8086715efd3690e887c585579
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a0f90b9bafce8911c2c1ec5a2f5316e2a9e10d4f97efd08a0b5816a1b130de2fd0d8796fa8fe90e0908fdff7d36820a821493ab875e62db3eec5a6459685481d
|
7
|
+
data.tar.gz: 1f7270513090d55451a355d957e5a9569fa2506d2458a8d38f18697aeb27bafeecece87df2ef29d4a07e27cbb29dcca6354cd396e6036af6a4187e7233934069
|
data/lib/aws-sdk-codebuild.rb
CHANGED
@@ -520,6 +520,7 @@ module Aws::CodeBuild
|
|
520
520
|
# resp.build_batches[0].build_groups[0].prior_build_summary_list[0].secondary_artifacts[0].type #=> String, one of "CODEPIPELINE", "S3", "NO_ARTIFACTS"
|
521
521
|
# resp.build_batches[0].build_groups[0].prior_build_summary_list[0].secondary_artifacts[0].location #=> String
|
522
522
|
# resp.build_batches[0].build_groups[0].prior_build_summary_list[0].secondary_artifacts[0].identifier #=> String
|
523
|
+
# resp.build_batches[0].debug_session_enabled #=> Boolean
|
523
524
|
# resp.build_batches_not_found #=> Array
|
524
525
|
# resp.build_batches_not_found[0] #=> String
|
525
526
|
#
|
@@ -3288,6 +3289,7 @@ module Aws::CodeBuild
|
|
3288
3289
|
# resp.build_batch.build_groups[0].prior_build_summary_list[0].secondary_artifacts[0].type #=> String, one of "CODEPIPELINE", "S3", "NO_ARTIFACTS"
|
3289
3290
|
# resp.build_batch.build_groups[0].prior_build_summary_list[0].secondary_artifacts[0].location #=> String
|
3290
3291
|
# resp.build_batch.build_groups[0].prior_build_summary_list[0].secondary_artifacts[0].identifier #=> String
|
3292
|
+
# resp.build_batch.debug_session_enabled #=> Boolean
|
3291
3293
|
#
|
3292
3294
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/RetryBuildBatch AWS API Documentation
|
3293
3295
|
#
|
@@ -3982,6 +3984,15 @@ module Aws::CodeBuild
|
|
3982
3984
|
# A `BuildBatchConfigOverride` object that contains batch build
|
3983
3985
|
# configuration overrides.
|
3984
3986
|
#
|
3987
|
+
# @option params [Boolean] :debug_session_enabled
|
3988
|
+
# Specifies if session debugging is enabled for this batch build. For
|
3989
|
+
# more information, see [Viewing a running build in Session Manager][1].
|
3990
|
+
# Batch session debugging is not supported for matrix batch builds.
|
3991
|
+
#
|
3992
|
+
#
|
3993
|
+
#
|
3994
|
+
# [1]: https://docs.aws.amazon.com/codebuild/latest/userguide/session-manager.html
|
3995
|
+
#
|
3985
3996
|
# @return [Types::StartBuildBatchOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3986
3997
|
#
|
3987
3998
|
# * {Types::StartBuildBatchOutput#build_batch #build_batch} => Types::BuildBatch
|
@@ -4104,6 +4115,7 @@ module Aws::CodeBuild
|
|
4104
4115
|
# },
|
4105
4116
|
# timeout_in_mins: 1,
|
4106
4117
|
# },
|
4118
|
+
# debug_session_enabled: false,
|
4107
4119
|
# })
|
4108
4120
|
#
|
4109
4121
|
# @example Response structure
|
@@ -4239,6 +4251,7 @@ module Aws::CodeBuild
|
|
4239
4251
|
# resp.build_batch.build_groups[0].prior_build_summary_list[0].secondary_artifacts[0].type #=> String, one of "CODEPIPELINE", "S3", "NO_ARTIFACTS"
|
4240
4252
|
# resp.build_batch.build_groups[0].prior_build_summary_list[0].secondary_artifacts[0].location #=> String
|
4241
4253
|
# resp.build_batch.build_groups[0].prior_build_summary_list[0].secondary_artifacts[0].identifier #=> String
|
4254
|
+
# resp.build_batch.debug_session_enabled #=> Boolean
|
4242
4255
|
#
|
4243
4256
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/StartBuildBatch AWS API Documentation
|
4244
4257
|
#
|
@@ -4539,6 +4552,7 @@ module Aws::CodeBuild
|
|
4539
4552
|
# resp.build_batch.build_groups[0].prior_build_summary_list[0].secondary_artifacts[0].type #=> String, one of "CODEPIPELINE", "S3", "NO_ARTIFACTS"
|
4540
4553
|
# resp.build_batch.build_groups[0].prior_build_summary_list[0].secondary_artifacts[0].location #=> String
|
4541
4554
|
# resp.build_batch.build_groups[0].prior_build_summary_list[0].secondary_artifacts[0].identifier #=> String
|
4555
|
+
# resp.build_batch.debug_session_enabled #=> Boolean
|
4542
4556
|
#
|
4543
4557
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/StopBuildBatch AWS API Documentation
|
4544
4558
|
#
|
@@ -5129,7 +5143,7 @@ module Aws::CodeBuild
|
|
5129
5143
|
params: params,
|
5130
5144
|
config: config)
|
5131
5145
|
context[:gem_name] = 'aws-sdk-codebuild'
|
5132
|
-
context[:gem_version] = '1.
|
5146
|
+
context[:gem_version] = '1.70.0'
|
5133
5147
|
Seahorse::Client::Request.new(handlers, context)
|
5134
5148
|
end
|
5135
5149
|
|
@@ -377,6 +377,7 @@ module Aws::CodeBuild
|
|
377
377
|
BuildBatch.add_member(:file_system_locations, Shapes::ShapeRef.new(shape: ProjectFileSystemLocations, location_name: "fileSystemLocations"))
|
378
378
|
BuildBatch.add_member(:build_batch_config, Shapes::ShapeRef.new(shape: ProjectBuildBatchConfig, location_name: "buildBatchConfig"))
|
379
379
|
BuildBatch.add_member(:build_groups, Shapes::ShapeRef.new(shape: BuildGroups, location_name: "buildGroups"))
|
380
|
+
BuildBatch.add_member(:debug_session_enabled, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "debugSessionEnabled"))
|
380
381
|
BuildBatch.struct_class = Types::BuildBatch
|
381
382
|
|
382
383
|
BuildBatchFilter.add_member(:status, Shapes::ShapeRef.new(shape: StatusType, location_name: "status"))
|
@@ -1037,6 +1038,7 @@ module Aws::CodeBuild
|
|
1037
1038
|
StartBuildBatchInput.add_member(:registry_credential_override, Shapes::ShapeRef.new(shape: RegistryCredential, location_name: "registryCredentialOverride"))
|
1038
1039
|
StartBuildBatchInput.add_member(:image_pull_credentials_type_override, Shapes::ShapeRef.new(shape: ImagePullCredentialsType, location_name: "imagePullCredentialsTypeOverride"))
|
1039
1040
|
StartBuildBatchInput.add_member(:build_batch_config_override, Shapes::ShapeRef.new(shape: ProjectBuildBatchConfig, location_name: "buildBatchConfigOverride"))
|
1041
|
+
StartBuildBatchInput.add_member(:debug_session_enabled, Shapes::ShapeRef.new(shape: WrapperBoolean, location_name: "debugSessionEnabled"))
|
1040
1042
|
StartBuildBatchInput.struct_class = Types::StartBuildBatchInput
|
1041
1043
|
|
1042
1044
|
StartBuildBatchOutput.add_member(:build_batch, Shapes::ShapeRef.new(shape: BuildBatch, location_name: "buildBatch"))
|
@@ -763,6 +763,17 @@ module Aws::CodeBuild
|
|
763
763
|
# the batch build.
|
764
764
|
# @return [Array<Types::BuildGroup>]
|
765
765
|
#
|
766
|
+
# @!attribute [rw] debug_session_enabled
|
767
|
+
# Specifies if session debugging is enabled for this batch build. For
|
768
|
+
# more information, see [Viewing a running build in Session
|
769
|
+
# Manager][1]. Batch session debugging is not supported for matrix
|
770
|
+
# batch builds.
|
771
|
+
#
|
772
|
+
#
|
773
|
+
#
|
774
|
+
# [1]: https://docs.aws.amazon.com/codebuild/latest/userguide/session-manager.html
|
775
|
+
# @return [Boolean]
|
776
|
+
#
|
766
777
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/BuildBatch AWS API Documentation
|
767
778
|
#
|
768
779
|
class BuildBatch < Struct.new(
|
@@ -794,7 +805,8 @@ module Aws::CodeBuild
|
|
794
805
|
:build_batch_number,
|
795
806
|
:file_system_locations,
|
796
807
|
:build_batch_config,
|
797
|
-
:build_groups
|
808
|
+
:build_groups,
|
809
|
+
:debug_session_enabled)
|
798
810
|
SENSITIVE = []
|
799
811
|
include Aws::Structure
|
800
812
|
end
|
@@ -4387,7 +4399,7 @@ module Aws::CodeBuild
|
|
4387
4399
|
#
|
4388
4400
|
# * `NO_SOURCE`\: The project does not have input source code.
|
4389
4401
|
#
|
4390
|
-
# * `S3`\: The source code is in an Amazon S3
|
4402
|
+
# * `S3`\: The source code is in an Amazon S3 bucket.
|
4391
4403
|
# @return [String]
|
4392
4404
|
#
|
4393
4405
|
# @!attribute [rw] location
|
@@ -4513,7 +4525,9 @@ module Aws::CodeBuild
|
|
4513
4525
|
# @return [Boolean]
|
4514
4526
|
#
|
4515
4527
|
# @!attribute [rw] source_identifier
|
4516
|
-
# An identifier for this project source.
|
4528
|
+
# An identifier for this project source. The identifier can only
|
4529
|
+
# contain alphanumeric characters and underscores, and must be less
|
4530
|
+
# than 128 characters in length.
|
4517
4531
|
# @return [String]
|
4518
4532
|
#
|
4519
4533
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/ProjectSource AWS API Documentation
|
@@ -4544,7 +4558,9 @@ module Aws::CodeBuild
|
|
4544
4558
|
# }
|
4545
4559
|
#
|
4546
4560
|
# @!attribute [rw] source_identifier
|
4547
|
-
# An identifier for a source in the build project.
|
4561
|
+
# An identifier for a source in the build project. The identifier can
|
4562
|
+
# only contain alphanumeric characters and underscores, and must be
|
4563
|
+
# less than 128 characters in length.
|
4548
4564
|
# @return [String]
|
4549
4565
|
#
|
4550
4566
|
# @!attribute [rw] source_version
|
@@ -5363,6 +5379,7 @@ module Aws::CodeBuild
|
|
5363
5379
|
# },
|
5364
5380
|
# timeout_in_mins: 1,
|
5365
5381
|
# },
|
5382
|
+
# debug_session_enabled: false,
|
5366
5383
|
# }
|
5367
5384
|
#
|
5368
5385
|
# @!attribute [rw] project_name
|
@@ -5603,6 +5620,17 @@ module Aws::CodeBuild
|
|
5603
5620
|
# configuration overrides.
|
5604
5621
|
# @return [Types::ProjectBuildBatchConfig]
|
5605
5622
|
#
|
5623
|
+
# @!attribute [rw] debug_session_enabled
|
5624
|
+
# Specifies if session debugging is enabled for this batch build. For
|
5625
|
+
# more information, see [Viewing a running build in Session
|
5626
|
+
# Manager][1]. Batch session debugging is not supported for matrix
|
5627
|
+
# batch builds.
|
5628
|
+
#
|
5629
|
+
#
|
5630
|
+
#
|
5631
|
+
# [1]: https://docs.aws.amazon.com/codebuild/latest/userguide/session-manager.html
|
5632
|
+
# @return [Boolean]
|
5633
|
+
#
|
5606
5634
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/StartBuildBatchInput AWS API Documentation
|
5607
5635
|
#
|
5608
5636
|
class StartBuildBatchInput < Struct.new(
|
@@ -5635,7 +5663,8 @@ module Aws::CodeBuild
|
|
5635
5663
|
:logs_config_override,
|
5636
5664
|
:registry_credential_override,
|
5637
5665
|
:image_pull_credentials_type_override,
|
5638
|
-
:build_batch_config_override
|
5666
|
+
:build_batch_config_override,
|
5667
|
+
:debug_session_enabled)
|
5639
5668
|
SENSITIVE = []
|
5640
5669
|
include Aws::Structure
|
5641
5670
|
end
|
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.70.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: 2021-
|
11
|
+
date: 2021-03-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|