aws-sdk-redshift 1.129.0 → 1.130.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-redshift/client.rb +1 -1
- data/lib/aws-sdk-redshift/types.rb +1 -1
- data/lib/aws-sdk-redshift.rb +1 -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: bc5740c8db3d09017086b70fab3d9580068c522ef0a4613597a49d17824b87c3
|
4
|
+
data.tar.gz: d3b355b41e6d233658b3919fb942af1a0234f8de943b24267a82004c597267a4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ec190ab32fb17adbcf14c1c7c836d5aaa875d44bde87b22b41c6b604d26fac8d7da1fa93afeeb19a5b81e250e74cfe5e1bb8276b5803c619072fed83acdf9b2
|
7
|
+
data.tar.gz: 1c5f4502e2bf284b2077550cd3e7fee2079c6f5cb0874e7bc891e4a29514f9a0f817d930637ff9d5d23dd677f8c1310ac3ac6eac2d96651b7ea8b64bfe460d9a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.130.0
|
@@ -12735,7 +12735,7 @@ module Aws::Redshift
|
|
12735
12735
|
tracer: tracer
|
12736
12736
|
)
|
12737
12737
|
context[:gem_name] = 'aws-sdk-redshift'
|
12738
|
-
context[:gem_version] = '1.
|
12738
|
+
context[:gem_version] = '1.130.0'
|
12739
12739
|
Seahorse::Client::Request.new(handlers, context)
|
12740
12740
|
end
|
12741
12741
|
|
@@ -11138,7 +11138,7 @@ module Aws::Redshift
|
|
11138
11138
|
# A JSON format string of the Amazon Redshift API operation with input
|
11139
11139
|
# parameters.
|
11140
11140
|
#
|
11141
|
-
# "
|
11141
|
+
# "`{"ResizeCluster":{"NodeType":"ra3.4xlarge","ClusterIdentifier":"my-test-cluster","NumberOfNodes":3}}`".
|
11142
11142
|
# @return [Types::ScheduledActionType]
|
11143
11143
|
#
|
11144
11144
|
# @!attribute [rw] schedule
|
data/lib/aws-sdk-redshift.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-redshift
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.130.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-
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|