aws-sdk-codecommit 1.12.0 → 1.13.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1020ad15ed0af24fd8787de2ddcc518658dc5ef4
4
- data.tar.gz: 0abd734a64134ddc6cea79cbc694c11ca3164b5e
3
+ metadata.gz: 60cfa32ff43abcfbad2e3d16aeb67b36dfeba6ff
4
+ data.tar.gz: 4c6695d5c75cacb54e0f62e755a5b92832c4ee80
5
5
  SHA512:
6
- metadata.gz: 6bf1bc07167e28eb02f4be967ee2cdac1735639a380c7a07b5ea5d5dc291669c35c7a18acd3d685bf344b813f68ab0ae247088f4c28d68c94f522b243e174b07
7
- data.tar.gz: 9a4620f5c9a1a45d3723cf349b0a59713339f2106b4bec8a1d6232c8263edea7cc3429c920905050b0a1cb11286d726cb19058aacc8d322e31a35fb5fe918ad8
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.12.0'
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)
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-codecommit/customizations'
42
42
  # @service
43
43
  module Aws::CodeCommit
44
44
 
45
- GEM_VERSION = '1.12.0'
45
+ GEM_VERSION = '1.13.0'
46
46
 
47
47
  end
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.12.0
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-01-25 00:00:00.000000000 Z
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