aws-sdk-finspace 1.39.0 → 1.40.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 +10 -1
- data/lib/aws-sdk-finspace/types.rb +27 -0
- data/lib/aws-sdk-finspace.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: fa01e2fce4ec7628f826a7711d5918ce47d7b4c2513b95ef0b56d74e45f52690
|
|
4
|
+
data.tar.gz: 2b5569007aa3e991f00df7d8c3df819a8c3d5b144ef4df15c1108c9bcb006b27
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dea3d6853a213eae3af3c19acb0d384bc158b3f633a478607c5e89e3d22cb1efb86145928806a0ba6a46696c4bed5017f3e54bcdbdb94de6663f83e729f0b8d9
|
|
7
|
+
data.tar.gz: 70cec1a84bc7b5d1b35eed0feb40e7185ee27bb463bfa48595a847c76ecb9fdc65bcba0862f45a09688ec51b6675bd58a7e4ed065b669f76215c9cd39bd961ef
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.40.0
|
|
@@ -1249,6 +1249,15 @@ module Aws::Finspace
|
|
|
1249
1249
|
#
|
|
1250
1250
|
# You can add one of the following values:
|
|
1251
1251
|
#
|
|
1252
|
+
# * `kx.sg.large` – The host type with a configuration of 16 GiB memory
|
|
1253
|
+
# and 2 vCPUs.
|
|
1254
|
+
#
|
|
1255
|
+
# * `kx.sg.xlarge` – The host type with a configuration of 32 GiB memory
|
|
1256
|
+
# and 4 vCPUs.
|
|
1257
|
+
#
|
|
1258
|
+
# * `kx.sg.2xlarge` – The host type with a configuration of 64 GiB
|
|
1259
|
+
# memory and 8 vCPUs.
|
|
1260
|
+
#
|
|
1252
1261
|
# * `kx.sg.4xlarge` – The host type with a configuration of 108 GiB
|
|
1253
1262
|
# memory and 16 vCPUs.
|
|
1254
1263
|
#
|
|
@@ -3776,7 +3785,7 @@ module Aws::Finspace
|
|
|
3776
3785
|
tracer: tracer
|
|
3777
3786
|
)
|
|
3778
3787
|
context[:gem_name] = 'aws-sdk-finspace'
|
|
3779
|
-
context[:gem_version] = '1.
|
|
3788
|
+
context[:gem_version] = '1.40.0'
|
|
3780
3789
|
Seahorse::Client::Request.new(handlers, context)
|
|
3781
3790
|
end
|
|
3782
3791
|
|
|
@@ -1170,6 +1170,15 @@ module Aws::Finspace
|
|
|
1170
1170
|
#
|
|
1171
1171
|
# You can add one of the following values:
|
|
1172
1172
|
#
|
|
1173
|
+
# * `kx.sg.large` – The host type with a configuration of 16 GiB
|
|
1174
|
+
# memory and 2 vCPUs.
|
|
1175
|
+
#
|
|
1176
|
+
# * `kx.sg.xlarge` – The host type with a configuration of 32 GiB
|
|
1177
|
+
# memory and 4 vCPUs.
|
|
1178
|
+
#
|
|
1179
|
+
# * `kx.sg.2xlarge` – The host type with a configuration of 64 GiB
|
|
1180
|
+
# memory and 8 vCPUs.
|
|
1181
|
+
#
|
|
1173
1182
|
# * `kx.sg.4xlarge` – The host type with a configuration of 108 GiB
|
|
1174
1183
|
# memory and 16 vCPUs.
|
|
1175
1184
|
#
|
|
@@ -2630,6 +2639,15 @@ module Aws::Finspace
|
|
|
2630
2639
|
#
|
|
2631
2640
|
# It can have one of the following values:
|
|
2632
2641
|
#
|
|
2642
|
+
# * `kx.sg.large` – The host type with a configuration of 16 GiB
|
|
2643
|
+
# memory and 2 vCPUs.
|
|
2644
|
+
#
|
|
2645
|
+
# * `kx.sg.xlarge` – The host type with a configuration of 32 GiB
|
|
2646
|
+
# memory and 4 vCPUs.
|
|
2647
|
+
#
|
|
2648
|
+
# * `kx.sg.2xlarge` – The host type with a configuration of 64 GiB
|
|
2649
|
+
# memory and 8 vCPUs.
|
|
2650
|
+
#
|
|
2633
2651
|
# * `kx.sg.4xlarge` – The host type with a configuration of 108 GiB
|
|
2634
2652
|
# memory and 16 vCPUs.
|
|
2635
2653
|
#
|
|
@@ -3800,6 +3818,15 @@ module Aws::Finspace
|
|
|
3800
3818
|
#
|
|
3801
3819
|
# You can add one of the following values:
|
|
3802
3820
|
#
|
|
3821
|
+
# * `kx.sg.large` – The host type with a configuration of 16 GiB
|
|
3822
|
+
# memory and 2 vCPUs.
|
|
3823
|
+
#
|
|
3824
|
+
# * `kx.sg.xlarge` – The host type with a configuration of 32 GiB
|
|
3825
|
+
# memory and 4 vCPUs.
|
|
3826
|
+
#
|
|
3827
|
+
# * `kx.sg.2xlarge` – The host type with a configuration of 64 GiB
|
|
3828
|
+
# memory and 8 vCPUs.
|
|
3829
|
+
#
|
|
3803
3830
|
# * `kx.sg.4xlarge` – The host type with a configuration of 108 GiB
|
|
3804
3831
|
# memory and 16 vCPUs.
|
|
3805
3832
|
#
|
data/lib/aws-sdk-finspace.rb
CHANGED
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.40.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-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|