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 +4 -4
- data/lib/aws-sdk-codepipeline.rb +1 -1
- data/lib/aws-sdk-codepipeline/client.rb +1 -1
- data/lib/aws-sdk-codepipeline/client_api.rb +1 -0
- 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: b256b7e726fefb7f1a8c227d5a7263b205e709ad
|
|
4
|
+
data.tar.gz: 8a231eee81a7b603ba2265cb06d0b60896bdce0c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5af4c3c3f9f59e8469ef63ab4ff340071d039dcc993ff8df81f0e1e9472a8f8faca33ac2e398ba18e4961064cc2811e65c515dffbfea8bd01beb6fb7a1a21f9f
|
|
7
|
+
data.tar.gz: 460c38e824f68bf37bbf5c3a7579c8afeeb7c67ad86ce586f7c6eacb13015a118246fbeb431ca70cdac5d7b5e676054908988e8d53fc725d85178e38638516bc
|
data/lib/aws-sdk-codepipeline.rb
CHANGED
|
@@ -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.
|
|
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
|
+
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-
|
|
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
|