aws-sdk-codecommit 1.12.0 → 1.13.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-codecommit/client.rb +1 -1
- data/lib/aws-sdk-codecommit/client_api.rb +1 -0
- data/lib/aws-sdk-codecommit.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 60cfa32ff43abcfbad2e3d16aeb67b36dfeba6ff
|
4
|
+
data.tar.gz: 4c6695d5c75cacb54e0f62e755a5b92832c4ee80
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4083e58365189bcf0a2f26bf8fc7cdc5d2d0a72a9fbffab4d47f6b10689541a07dc813f16610fd6c93a4b63ad5d7eed2d55c4b25b699c4ba951f0348e269ba36
|
7
|
+
data.tar.gz: 8c2c925f51fd6d15026210d6f5d584fadec545edc34e6d3eb798e76a4188c9f0cf644379b3f2dc4f824d7ac6d2a80064d648c1ee3f6140c46a614c88bbbb594d
|
@@ -2265,7 +2265,7 @@ module Aws::CodeCommit
|
|
2265
2265
|
params: params,
|
2266
2266
|
config: config)
|
2267
2267
|
context[:gem_name] = 'aws-sdk-codecommit'
|
2268
|
-
context[:gem_version] = '1.
|
2268
|
+
context[:gem_version] = '1.13.0'
|
2269
2269
|
Seahorse::Client::Request.new(handlers, context)
|
2270
2270
|
end
|
2271
2271
|
|
@@ -1423,6 +1423,7 @@ module Aws::CodeCommit
|
|
1423
1423
|
o.errors << Shapes::ShapeRef.new(shape: TipOfSourceReferenceIsDifferentException)
|
1424
1424
|
o.errors << Shapes::ShapeRef.new(shape: ReferenceDoesNotExistException)
|
1425
1425
|
o.errors << Shapes::ShapeRef.new(shape: InvalidCommitIdException)
|
1426
|
+
o.errors << Shapes::ShapeRef.new(shape: RepositoryNotAssociatedWithPullRequestException)
|
1426
1427
|
o.errors << Shapes::ShapeRef.new(shape: RepositoryNameRequiredException)
|
1427
1428
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRepositoryNameException)
|
1428
1429
|
o.errors << Shapes::ShapeRef.new(shape: RepositoryDoesNotExistException)
|
data/lib/aws-sdk-codecommit.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-codecommit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.13.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: 2019-
|
11
|
+
date: 2019-02-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|