aws-sdk-codebuild 1.109.0 → 1.110.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-codebuild/client.rb +2 -2
- data/lib/aws-sdk-codebuild/types.rb +1 -1
- data/lib/aws-sdk-codebuild.rb +1 -1
- 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: b3be7aa176ee1030616e76b16af33eee673cadb2574e5749fb942962ac3102c2
|
|
4
|
+
data.tar.gz: 4eeab2adb6952adbf77ce44a850d3691c63de99061bbcb2487a6ada8fb2f8e7c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 78efad797ebbf5ff26f5009ae8ae97d4cb70e9fe98c4d9d835013598806c442da0952e4928093b5d64390a6519921b6c8439818e2feb597875aa64641d0200bf
|
|
7
|
+
data.tar.gz: 545421d6537daf07d27e3618b48ef25713d38a5eddcb0f35b2f77a9a416bac93e96623dff934d1d77e1bfcc8fb57d58e98ffb959de891cb62efa23b848632e79
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.110.0
|
|
@@ -2313,7 +2313,7 @@ module Aws::CodeBuild
|
|
|
2313
2313
|
#
|
|
2314
2314
|
# @option params [required, String] :token
|
|
2315
2315
|
# For GitHub or GitHub Enterprise, this is the personal access token.
|
|
2316
|
-
# For Bitbucket, this is the app password.
|
|
2316
|
+
# For Bitbucket, this is either the access token or the app password.
|
|
2317
2317
|
#
|
|
2318
2318
|
# @option params [required, String] :server_type
|
|
2319
2319
|
# The source provider used for this project.
|
|
@@ -5642,7 +5642,7 @@ module Aws::CodeBuild
|
|
|
5642
5642
|
params: params,
|
|
5643
5643
|
config: config)
|
|
5644
5644
|
context[:gem_name] = 'aws-sdk-codebuild'
|
|
5645
|
-
context[:gem_version] = '1.
|
|
5645
|
+
context[:gem_version] = '1.110.0'
|
|
5646
5646
|
Seahorse::Client::Request.new(handlers, context)
|
|
5647
5647
|
end
|
|
5648
5648
|
|
|
@@ -2661,7 +2661,7 @@ module Aws::CodeBuild
|
|
|
2661
2661
|
#
|
|
2662
2662
|
# @!attribute [rw] token
|
|
2663
2663
|
# For GitHub or GitHub Enterprise, this is the personal access token.
|
|
2664
|
-
# For Bitbucket, this is the app password.
|
|
2664
|
+
# For Bitbucket, this is either the access token or the app password.
|
|
2665
2665
|
# @return [String]
|
|
2666
2666
|
#
|
|
2667
2667
|
# @!attribute [rw] server_type
|
data/lib/aws-sdk-codebuild.rb
CHANGED
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.110.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: 2024-04-
|
|
11
|
+
date: 2024-04-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|