aws-sdk-swf 1.85.0 → 1.86.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-swf/client.rb +1 -1
- data/lib/aws-sdk-swf.rb +1 -1
- data/sig/client.rbs +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aff98bb24b318e4c4878ab2ed592df00fba915afa25ebdd7100ee64f546a1a70
|
|
4
|
+
data.tar.gz: 7920d48f2eab2c960813523ee0a2be6074f6243fe9029f314e76a55dd32dc2c0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd055b59d55c4d7ccb5d080151047772e694a7e1a5181baa2466a40d11c17b662649fedb8f072876e207960171b388edd4985c77eb29e057f757f5d539c2b1a8
|
|
7
|
+
data.tar.gz: 204226592033bf8056d16a98ecdbbe99c3a34ae37225c1486c3e5f679bbafa273e35c4944d5bc985ab322f6085fa178e82025e22439ed2446a5f634b04c5a64d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.86.0
|
data/lib/aws-sdk-swf/client.rb
CHANGED
data/lib/aws-sdk-swf.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -486,7 +486,7 @@ module Aws
|
|
|
486
486
|
{
|
|
487
487
|
key: ::String,
|
|
488
488
|
value: ::String?
|
|
489
|
-
}
|
|
489
|
+
}
|
|
490
490
|
]
|
|
491
491
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
492
492
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
@@ -636,7 +636,7 @@ module Aws
|
|
|
636
636
|
input: ::String?,
|
|
637
637
|
start_to_close_timeout: ::String?
|
|
638
638
|
}?
|
|
639
|
-
}
|
|
639
|
+
}
|
|
640
640
|
],
|
|
641
641
|
?execution_context: ::String,
|
|
642
642
|
?task_list: {
|
|
@@ -688,7 +688,7 @@ module Aws
|
|
|
688
688
|
{
|
|
689
689
|
key: ::String,
|
|
690
690
|
value: ::String?
|
|
691
|
-
}
|
|
691
|
+
}
|
|
692
692
|
]
|
|
693
693
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
694
694
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|