aws-sdk-swf 1.64.0 → 1.65.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 -3
- data/lib/aws-sdk-swf.rb +3 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6b850917ed1900fdb54d1a225e49980da1619a21dde33cd2d9f09ddd232bd96e
|
|
4
|
+
data.tar.gz: 7493e8029945603f42e09aa914e85959987cfcbc583361a098b281f783c95521
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 101aff90a60816cf9eeb39fdb7b87868a9d2862f59c24cd05417271f8557f1826dbc1dd35cb952e8b399d98a3a7d12ef458a4cfd3d0e352092f0b055bee18bc0
|
|
7
|
+
data.tar.gz: 74a97fb4a5ab879ea76d6a52bb496d2c77ab609d64c9236a2e37efb7eb43d171fcd7b91946af5f53defaa776a6237ef47706cce89405b2ddec1862a0a8b95f6c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.65.0
|
data/lib/aws-sdk-swf/client.rb
CHANGED
|
@@ -37,8 +37,6 @@ require 'aws-sdk-core/plugins/sign.rb'
|
|
|
37
37
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
|
38
38
|
require 'aws-sdk-swf/plugins/read_timeouts.rb'
|
|
39
39
|
|
|
40
|
-
Aws::Plugins::GlobalConfiguration.add_identifier(:swf)
|
|
41
|
-
|
|
42
40
|
module Aws::SWF
|
|
43
41
|
# An API client for SWF. To construct a client, you need to configure a `:region` and `:credentials`.
|
|
44
42
|
#
|
|
@@ -4568,7 +4566,7 @@ module Aws::SWF
|
|
|
4568
4566
|
tracer: tracer
|
|
4569
4567
|
)
|
|
4570
4568
|
context[:gem_name] = 'aws-sdk-swf'
|
|
4571
|
-
context[:gem_version] = '1.
|
|
4569
|
+
context[:gem_version] = '1.65.0'
|
|
4572
4570
|
Seahorse::Client::Request.new(handlers, context)
|
|
4573
4571
|
end
|
|
4574
4572
|
|
data/lib/aws-sdk-swf.rb
CHANGED
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|
require 'aws-sdk-core'
|
|
12
12
|
require 'aws-sigv4'
|
|
13
13
|
|
|
14
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:swf)
|
|
15
|
+
|
|
14
16
|
# This module provides support for Amazon Simple Workflow Service. This module is available in the
|
|
15
17
|
# `aws-sdk-swf` gem.
|
|
16
18
|
#
|
|
@@ -52,7 +54,7 @@ module Aws::SWF
|
|
|
52
54
|
autoload :EndpointProvider, 'aws-sdk-swf/endpoint_provider'
|
|
53
55
|
autoload :Endpoints, 'aws-sdk-swf/endpoints'
|
|
54
56
|
|
|
55
|
-
GEM_VERSION = '1.
|
|
57
|
+
GEM_VERSION = '1.65.0'
|
|
56
58
|
|
|
57
59
|
end
|
|
58
60
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-swf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.65.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: 2024-09-
|
|
11
|
+
date: 2024-09-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|