aws-sdk-finspace 1.44.0 → 1.45.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-finspace/client.rb +1 -3
- data/lib/aws-sdk-finspace.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: b81a8d6a562e603490dc994347102af46ececbedb797b3297438993ed29c310f
|
|
4
|
+
data.tar.gz: fe3d2f5c5e23cae5245772ae41f42beb0fdd03d6a726bd6fd4de949bd46f8e0c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4f0f72daeaf61ffd5a98d2f1bb0e1d6af80a86ff80e5ec58064d71d0ef476d4e42491aac5d5378cf4ec6f1b0eebc1f140ca6caed39f66ba7a229691dc91bb865
|
|
7
|
+
data.tar.gz: 37e7ef7d08847de7c116e09f1fce28c9db0217a6aa8f5da802e2328c2a5c8707ab54a37ec7dd9a6dfc0cb3b9b6410b400626a16a584aafa6600e93c4cb2bd7f4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.45.0
|
|
@@ -37,8 +37,6 @@ require 'aws-sdk-core/plugins/sign.rb'
|
|
|
37
37
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
|
38
38
|
require 'aws-sdk-finspace/plugins/content_type.rb'
|
|
39
39
|
|
|
40
|
-
Aws::Plugins::GlobalConfiguration.add_identifier(:finspace)
|
|
41
|
-
|
|
42
40
|
module Aws::Finspace
|
|
43
41
|
# An API client for Finspace. To construct a client, you need to configure a `:region` and `:credentials`.
|
|
44
42
|
#
|
|
@@ -3797,7 +3795,7 @@ module Aws::Finspace
|
|
|
3797
3795
|
tracer: tracer
|
|
3798
3796
|
)
|
|
3799
3797
|
context[:gem_name] = 'aws-sdk-finspace'
|
|
3800
|
-
context[:gem_version] = '1.
|
|
3798
|
+
context[:gem_version] = '1.45.0'
|
|
3801
3799
|
Seahorse::Client::Request.new(handlers, context)
|
|
3802
3800
|
end
|
|
3803
3801
|
|
data/lib/aws-sdk-finspace.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(:finspace)
|
|
15
|
+
|
|
14
16
|
# This module provides support for FinSpace User Environment Management service. This module is available in the
|
|
15
17
|
# `aws-sdk-finspace` gem.
|
|
16
18
|
#
|
|
@@ -52,7 +54,7 @@ module Aws::Finspace
|
|
|
52
54
|
autoload :EndpointProvider, 'aws-sdk-finspace/endpoint_provider'
|
|
53
55
|
autoload :Endpoints, 'aws-sdk-finspace/endpoints'
|
|
54
56
|
|
|
55
|
-
GEM_VERSION = '1.
|
|
57
|
+
GEM_VERSION = '1.45.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-finspace
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.45.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
|