aws-sdk-states 1.21.0 → 1.22.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-states.rb +1 -1
- data/lib/aws-sdk-states/client.rb +1 -1
- data/lib/aws-sdk-states/client_api.rb +3 -3
- 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: bd71909c584fa1207cc6cbc43a5772b59b42cdfb
|
4
|
+
data.tar.gz: 82157e4f8c1aa9730b40dec9e23189376604e9e0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a85c3bd70c08e83af385a20f86cd3f245f80c6902c39a3e096bc6e3d9a575f3a0d79662b5ab9ab26df7a1c41fcba7d156db3e6d038e68b8d1c89a9ee634c8e9c
|
7
|
+
data.tar.gz: 98e89b41a4ae1a51cd01f641a587edf4f3ebe23bd2ed71f087c70fdfebe3bc97a4dce659b3a0906b09a5dbeb65b795f27a3d4d3086ae83e329fd2b1144e8c72f
|
data/lib/aws-sdk-states.rb
CHANGED
@@ -1475,7 +1475,7 @@ module Aws::States
|
|
1475
1475
|
params: params,
|
1476
1476
|
config: config)
|
1477
1477
|
context[:gem_name] = 'aws-sdk-states'
|
1478
|
-
context[:gem_version] = '1.
|
1478
|
+
context[:gem_version] = '1.22.0'
|
1479
1479
|
Seahorse::Client::Request.new(handlers, context)
|
1480
1480
|
end
|
1481
1481
|
|
@@ -421,11 +421,11 @@ module Aws::States
|
|
421
421
|
ListTagsForResourceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
422
422
|
ListTagsForResourceOutput.struct_class = Types::ListTagsForResourceOutput
|
423
423
|
|
424
|
-
MapIterationEventDetails.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "
|
425
|
-
MapIterationEventDetails.add_member(:index, Shapes::ShapeRef.new(shape: UnsignedInteger, location_name: "
|
424
|
+
MapIterationEventDetails.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
|
425
|
+
MapIterationEventDetails.add_member(:index, Shapes::ShapeRef.new(shape: UnsignedInteger, location_name: "index"))
|
426
426
|
MapIterationEventDetails.struct_class = Types::MapIterationEventDetails
|
427
427
|
|
428
|
-
MapStateStartedEventDetails.add_member(:length, Shapes::ShapeRef.new(shape: UnsignedInteger, location_name: "
|
428
|
+
MapStateStartedEventDetails.add_member(:length, Shapes::ShapeRef.new(shape: UnsignedInteger, location_name: "length"))
|
429
429
|
MapStateStartedEventDetails.struct_class = Types::MapStateStartedEventDetails
|
430
430
|
|
431
431
|
MissingRequiredParameter.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-states
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.22.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-09-
|
11
|
+
date: 2019-09-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|