aws-sdk-codepipeline 1.4.0 → 1.5.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: 46572b6c2fb7520864a2cc1e9f2c0cc26e0e18ad
4
- data.tar.gz: a25068bdc6523411ff059b717672c7b701cd4b7f
3
+ metadata.gz: b256b7e726fefb7f1a8c227d5a7263b205e709ad
4
+ data.tar.gz: 8a231eee81a7b603ba2265cb06d0b60896bdce0c
5
5
  SHA512:
6
- metadata.gz: 5e22fdb4164193c7f9e6509d3d81d86c5aea8a00c562925b962b1fcca17fa6326e4a45be0e32f24b6afe0466e20a2af1b09c401decad92d2dce6e0ea787063f5
7
- data.tar.gz: e41e86cfee8004384ef8aea376aa96bc9df6c5c37fb5c264a8d3853474708d83455987dc43249c1c2467dd983b99c2128c3bc503212ad95bb547ec049cc6e788
6
+ metadata.gz: 5af4c3c3f9f59e8469ef63ab4ff340071d039dcc993ff8df81f0e1e9472a8f8faca33ac2e398ba18e4961064cc2811e65c515dffbfea8bd01beb6fb7a1a21f9f
7
+ data.tar.gz: 460c38e824f68bf37bbf5c3a7579c8afeeb7c67ad86ce586f7c6eacb13015a118246fbeb431ca70cdac5d7b5e676054908988e8d53fc725d85178e38638516bc
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-codepipeline/customizations'
42
42
  # @service
43
43
  module Aws::CodePipeline
44
44
 
45
- GEM_VERSION = '1.4.0'
45
+ GEM_VERSION = '1.5.0'
46
46
 
47
47
  end
@@ -1853,7 +1853,7 @@ module Aws::CodePipeline
1853
1853
  params: params,
1854
1854
  config: config)
1855
1855
  context[:gem_name] = 'aws-sdk-codepipeline'
1856
- context[:gem_version] = '1.4.0'
1856
+ context[:gem_version] = '1.5.0'
1857
1857
  Seahorse::Client::Request.new(handlers, context)
1858
1858
  end
1859
1859
 
@@ -1143,6 +1143,7 @@ module Aws::CodePipeline
1143
1143
  o.errors << Shapes::ShapeRef.new(shape: InvalidActionDeclarationException)
1144
1144
  o.errors << Shapes::ShapeRef.new(shape: InvalidBlockerDeclarationException)
1145
1145
  o.errors << Shapes::ShapeRef.new(shape: InvalidStructureException)
1146
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1146
1147
  end)
1147
1148
  end
1148
1149
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codepipeline
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.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: 2018-06-26 00:00:00.000000000 Z
11
+ date: 2018-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core