Package not found. Please check the package name and try again.
aws-sdk-redshiftserverless 1.38.0 → 1.39.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-redshiftserverless/client.rb +1 -3
- data/lib/aws-sdk-redshiftserverless.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: 6c21199ccb0eef23bad5013894b7b8b04c9781b1f3268c4bb95af0b2c7201d04
|
|
4
|
+
data.tar.gz: 5ce12f366a2529a66fe6a276d9b0135629ad314e5fd0214e154305c34e2837fc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f1667aa18ac2e8a62e41dc0b79d925c3ea2203b61c4ac4786a11c37352af32ca6a54b911e8e168595f8817b5b06d4fd4cd10c0e5de7bb98a9ec82cbeb22a348d
|
|
7
|
+
data.tar.gz: d9103560a693aa0f665798077b956da432f63eb53f2f10d5b4d6473ccfa9fb699e169f6bd4a835115809384c1a15bec37f7e87293730fa5d47752269344ddd36
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.39.0
|
|
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
|
|
|
36
36
|
require 'aws-sdk-core/plugins/sign.rb'
|
|
37
37
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
|
38
38
|
|
|
39
|
-
Aws::Plugins::GlobalConfiguration.add_identifier(:redshiftserverless)
|
|
40
|
-
|
|
41
39
|
module Aws::RedshiftServerless
|
|
42
40
|
# An API client for RedshiftServerless. To construct a client, you need to configure a `:region` and `:credentials`.
|
|
43
41
|
#
|
|
@@ -3739,7 +3737,7 @@ module Aws::RedshiftServerless
|
|
|
3739
3737
|
tracer: tracer
|
|
3740
3738
|
)
|
|
3741
3739
|
context[:gem_name] = 'aws-sdk-redshiftserverless'
|
|
3742
|
-
context[:gem_version] = '1.
|
|
3740
|
+
context[:gem_version] = '1.39.0'
|
|
3743
3741
|
Seahorse::Client::Request.new(handlers, context)
|
|
3744
3742
|
end
|
|
3745
3743
|
|
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|
require 'aws-sdk-core'
|
|
12
12
|
require 'aws-sigv4'
|
|
13
13
|
|
|
14
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:redshiftserverless)
|
|
15
|
+
|
|
14
16
|
# This module provides support for Redshift Serverless. This module is available in the
|
|
15
17
|
# `aws-sdk-redshiftserverless` gem.
|
|
16
18
|
#
|
|
@@ -52,7 +54,7 @@ module Aws::RedshiftServerless
|
|
|
52
54
|
autoload :EndpointProvider, 'aws-sdk-redshiftserverless/endpoint_provider'
|
|
53
55
|
autoload :Endpoints, 'aws-sdk-redshiftserverless/endpoints'
|
|
54
56
|
|
|
55
|
-
GEM_VERSION = '1.
|
|
57
|
+
GEM_VERSION = '1.39.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-redshiftserverless
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.39.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
|