aws-sdk-codebuild 1.58.0 → 1.59.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 +9 -5
- data/lib/aws-sdk-codebuild/types.rb +20 -21
- 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: bc900c83b5ae9e5ff77171b050095d93e9c3e466f9443ae4ab500344dd9e7b42
|
|
4
|
+
data.tar.gz: 9e43f554dc49763d60e918897ba287a6e8a75afbf7cdc4a400d28d702703d558
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 87c88b1b3a1a9b5a3867bdc6a6868b6db4f66a62b94079bede2ca5f1bdcbfe6f9ff790f5da0bbb8d9ad3aa54dc17fb07dcdea4cc096ce5aff8a507f3ef4348d4
|
|
7
|
+
data.tar.gz: 247a1671fb049d4599ea0b88c83bb3ebd437b7ff284a99671c26fa23440820b6d4ab79afba8dc036edbd4f2e084595fdbaabd14050ef6fcca35cb558bf7071f6
|
data/lib/aws-sdk-codebuild.rb
CHANGED
|
@@ -1252,7 +1252,8 @@ module Aws::CodeBuild
|
|
|
1252
1252
|
# </note>
|
|
1253
1253
|
#
|
|
1254
1254
|
# You can specify either the Amazon Resource Name (ARN) of the CMK or,
|
|
1255
|
-
# if available, the CMK's alias (using the format
|
|
1255
|
+
# if available, the CMK's alias (using the format
|
|
1256
|
+
# `alias/<alias-name>`).
|
|
1256
1257
|
#
|
|
1257
1258
|
# @option params [Array<Types::Tag>] :tags
|
|
1258
1259
|
# A list of tag key and value pairs associated with this build project.
|
|
@@ -3329,7 +3330,8 @@ module Aws::CodeBuild
|
|
|
3329
3330
|
# </note>
|
|
3330
3331
|
#
|
|
3331
3332
|
# You can specify either the Amazon Resource Name (ARN) of the CMK or,
|
|
3332
|
-
# if available, the CMK's alias (using the format
|
|
3333
|
+
# if available, the CMK's alias (using the format
|
|
3334
|
+
# `alias/<alias-name>`).
|
|
3333
3335
|
#
|
|
3334
3336
|
# @option params [String] :idempotency_token
|
|
3335
3337
|
# A unique, case sensitive identifier you provide to ensure the
|
|
@@ -3787,7 +3789,8 @@ module Aws::CodeBuild
|
|
|
3787
3789
|
# </note>
|
|
3788
3790
|
#
|
|
3789
3791
|
# You can specify either the Amazon Resource Name (ARN) of the CMK or,
|
|
3790
|
-
# if available, the CMK's alias (using the format
|
|
3792
|
+
# if available, the CMK's alias (using the format
|
|
3793
|
+
# `alias/<alias-name>`).
|
|
3791
3794
|
#
|
|
3792
3795
|
# @option params [String] :idempotency_token
|
|
3793
3796
|
# A unique, case sensitive identifier you provide to ensure the
|
|
@@ -4489,7 +4492,8 @@ module Aws::CodeBuild
|
|
|
4489
4492
|
# </note>
|
|
4490
4493
|
#
|
|
4491
4494
|
# You can specify either the Amazon Resource Name (ARN) of the CMK or,
|
|
4492
|
-
# if available, the CMK's alias (using the format
|
|
4495
|
+
# if available, the CMK's alias (using the format
|
|
4496
|
+
# `alias/<alias-name>`).
|
|
4493
4497
|
#
|
|
4494
4498
|
# @option params [Array<Types::Tag>] :tags
|
|
4495
4499
|
# An updated list of tag key and value pairs associated with this build
|
|
@@ -4958,7 +4962,7 @@ module Aws::CodeBuild
|
|
|
4958
4962
|
params: params,
|
|
4959
4963
|
config: config)
|
|
4960
4964
|
context[:gem_name] = 'aws-sdk-codebuild'
|
|
4961
|
-
context[:gem_version] = '1.
|
|
4965
|
+
context[:gem_version] = '1.59.0'
|
|
4962
4966
|
Seahorse::Client::Request.new(handlers, context)
|
|
4963
4967
|
end
|
|
4964
4968
|
|
|
@@ -457,8 +457,8 @@ module Aws::CodeBuild
|
|
|
457
457
|
# </note>
|
|
458
458
|
#
|
|
459
459
|
# You can specify either the Amazon Resource Name (ARN) of the CMK or,
|
|
460
|
-
# if available, the CMK's alias (using the format
|
|
461
|
-
# `).
|
|
460
|
+
# if available, the CMK's alias (using the format
|
|
461
|
+
# `alias/<alias-name>`).
|
|
462
462
|
# @return [String]
|
|
463
463
|
#
|
|
464
464
|
# @!attribute [rw] exported_environment_variables
|
|
@@ -737,8 +737,8 @@ module Aws::CodeBuild
|
|
|
737
737
|
# </note>
|
|
738
738
|
#
|
|
739
739
|
# You can specify either the Amazon Resource Name (ARN) of the CMK or,
|
|
740
|
-
# if available, the CMK's alias (using the format
|
|
741
|
-
# `).
|
|
740
|
+
# if available, the CMK's alias (using the format
|
|
741
|
+
# `alias/<alias-name>`).
|
|
742
742
|
# @return [String]
|
|
743
743
|
#
|
|
744
744
|
# @!attribute [rw] build_batch_number
|
|
@@ -1624,8 +1624,8 @@ module Aws::CodeBuild
|
|
|
1624
1624
|
# </note>
|
|
1625
1625
|
#
|
|
1626
1626
|
# You can specify either the Amazon Resource Name (ARN) of the CMK or,
|
|
1627
|
-
# if available, the CMK's alias (using the format
|
|
1628
|
-
# `).
|
|
1627
|
+
# if available, the CMK's alias (using the format
|
|
1628
|
+
# `alias/<alias-name>`).
|
|
1629
1629
|
# @return [String]
|
|
1630
1630
|
#
|
|
1631
1631
|
# @!attribute [rw] tags
|
|
@@ -3534,8 +3534,8 @@ module Aws::CodeBuild
|
|
|
3534
3534
|
# </note>
|
|
3535
3535
|
#
|
|
3536
3536
|
# You can specify either the Amazon Resource Name (ARN) of the CMK or,
|
|
3537
|
-
# if available, the CMK's alias (using the format
|
|
3538
|
-
# `).
|
|
3537
|
+
# if available, the CMK's alias (using the format
|
|
3538
|
+
# `alias/<alias-name>`).
|
|
3539
3539
|
# @return [String]
|
|
3540
3540
|
#
|
|
3541
3541
|
# @!attribute [rw] tags
|
|
@@ -3704,7 +3704,7 @@ module Aws::CodeBuild
|
|
|
3704
3704
|
#
|
|
3705
3705
|
# For example, if `path` is set to `MyArtifacts`, `namespaceType` is
|
|
3706
3706
|
# set to `BUILD_ID`, and `name` is set to `MyArtifact.zip`, the output
|
|
3707
|
-
# artifact is stored in `MyArtifacts
|
|
3707
|
+
# artifact is stored in `MyArtifacts/<build-ID>/MyArtifact.zip`.
|
|
3708
3708
|
# @return [String]
|
|
3709
3709
|
#
|
|
3710
3710
|
# @!attribute [rw] name
|
|
@@ -3726,7 +3726,7 @@ module Aws::CodeBuild
|
|
|
3726
3726
|
#
|
|
3727
3727
|
# * If `path` is set to `MyArtifacts`, `namespaceType` is set to
|
|
3728
3728
|
# `BUILD_ID`, and `name` is set to `MyArtifact.zip`, then the output
|
|
3729
|
-
# artifact is stored in `MyArtifacts
|
|
3729
|
+
# artifact is stored in `MyArtifacts/<build-ID>/MyArtifact.zip`.
|
|
3730
3730
|
#
|
|
3731
3731
|
# * If `path` is empty, `namespaceType` is set to `NONE`, and `name`
|
|
3732
3732
|
# is set to "`/`", the output artifact is stored in the root of
|
|
@@ -3734,7 +3734,7 @@ module Aws::CodeBuild
|
|
|
3734
3734
|
#
|
|
3735
3735
|
# * If `path` is set to `MyArtifacts`, `namespaceType` is set to
|
|
3736
3736
|
# `BUILD_ID`, and `name` is set to "`/`", the output artifact is
|
|
3737
|
-
# stored in `MyArtifacts
|
|
3737
|
+
# stored in `MyArtifacts/<build-ID>`.
|
|
3738
3738
|
# @return [String]
|
|
3739
3739
|
#
|
|
3740
3740
|
# @!attribute [rw] packaging
|
|
@@ -4251,17 +4251,16 @@ module Aws::CodeBuild
|
|
|
4251
4251
|
# * For source code in an AWS CodeCommit repository, the HTTPS clone
|
|
4252
4252
|
# URL to the repository that contains the source code and the
|
|
4253
4253
|
# buildspec file (for example,
|
|
4254
|
-
# `https://git-codecommit
|
|
4255
|
-
# `).
|
|
4254
|
+
# `https://git-codecommit.<region-ID>.amazonaws.com/v1/repos/<repo-name>`).
|
|
4256
4255
|
#
|
|
4257
4256
|
# * For source code in an Amazon Simple Storage Service (Amazon S3)
|
|
4258
4257
|
# input bucket, one of the following.
|
|
4259
4258
|
#
|
|
4260
4259
|
# * The path to the ZIP file that contains the source code (for
|
|
4261
|
-
# example,
|
|
4260
|
+
# example, `<bucket-name>/<path>/<object-name>.zip`).
|
|
4262
4261
|
#
|
|
4263
4262
|
# * The path to the folder that contains the source code (for
|
|
4264
|
-
# example,
|
|
4263
|
+
# example, `<bucket-name>/<path-to-source-code>/<folder>/`).
|
|
4265
4264
|
#
|
|
4266
4265
|
# * For source code in a GitHub repository, the HTTPS clone URL to the
|
|
4267
4266
|
# repository that contains the source and the buildspec file. You
|
|
@@ -5315,8 +5314,8 @@ module Aws::CodeBuild
|
|
|
5315
5314
|
# </note>
|
|
5316
5315
|
#
|
|
5317
5316
|
# You can specify either the Amazon Resource Name (ARN) of the CMK or,
|
|
5318
|
-
# if available, the CMK's alias (using the format
|
|
5319
|
-
# `).
|
|
5317
|
+
# if available, the CMK's alias (using the format
|
|
5318
|
+
# `alias/<alias-name>`).
|
|
5320
5319
|
# @return [String]
|
|
5321
5320
|
#
|
|
5322
5321
|
# @!attribute [rw] idempotency_token
|
|
@@ -5729,8 +5728,8 @@ module Aws::CodeBuild
|
|
|
5729
5728
|
# </note>
|
|
5730
5729
|
#
|
|
5731
5730
|
# You can specify either the Amazon Resource Name (ARN) of the CMK or,
|
|
5732
|
-
# if available, the CMK's alias (using the format
|
|
5733
|
-
# `).
|
|
5731
|
+
# if available, the CMK's alias (using the format
|
|
5732
|
+
# `alias/<alias-name>`).
|
|
5734
5733
|
# @return [String]
|
|
5735
5734
|
#
|
|
5736
5735
|
# @!attribute [rw] idempotency_token
|
|
@@ -6287,8 +6286,8 @@ module Aws::CodeBuild
|
|
|
6287
6286
|
# </note>
|
|
6288
6287
|
#
|
|
6289
6288
|
# You can specify either the Amazon Resource Name (ARN) of the CMK or,
|
|
6290
|
-
# if available, the CMK's alias (using the format
|
|
6291
|
-
# `).
|
|
6289
|
+
# if available, the CMK's alias (using the format
|
|
6290
|
+
# `alias/<alias-name>`).
|
|
6292
6291
|
# @return [String]
|
|
6293
6292
|
#
|
|
6294
6293
|
# @!attribute [rw] tags
|
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.59.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: 2020-
|
|
11
|
+
date: 2020-08-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|