aws-sdk-finspace 1.66.0 → 1.68.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-finspace/client.rb +6 -8
- data/lib/aws-sdk-finspace.rb +1 -1
- data/sig/client.rbs +12 -72
- data/sig/params.rbs +49 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '082de99b86231420c6e848ecee77567468e68163ec53b162b81d7a567af1f4c2'
|
|
4
|
+
data.tar.gz: 505de3e40c1411eeaa97f36c1edb0dc2018cca1e9610a982df7f8e7039676333
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 692bc9f19121d52dc52af493c8fa257c08798ea2eafea30186ed45b0d70794ae9c224cc3ad23c26695983bc725185e5f59f52bc8bcd3aac386b1af73533952b0
|
|
7
|
+
data.tar.gz: c15cf50179ec38e0258287cf45725a0f8423311e6dd693f9dc890eaee55cf76cbda993d49b99a48a18bf712a12f28e59505a1ad816aaf13784b6fbf5f014f43b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.68.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.67.0 (2026-05-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.66.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.68.0
|
|
@@ -201,7 +201,7 @@ module Aws::Finspace
|
|
|
201
201
|
# the required types.
|
|
202
202
|
#
|
|
203
203
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
204
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
204
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
205
205
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
206
206
|
#
|
|
207
207
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -325,17 +325,15 @@ module Aws::Finspace
|
|
|
325
325
|
# @option options [String] :retry_mode ("legacy")
|
|
326
326
|
# Specifies which retry algorithm to use. Values are:
|
|
327
327
|
#
|
|
328
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
329
|
-
# no retry mode is provided.
|
|
328
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
329
|
+
# value if no retry mode is provided.
|
|
330
330
|
#
|
|
331
331
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
332
332
|
# This includes support for retry quotas, which limit the number of
|
|
333
333
|
# unsuccessful retries a client can make.
|
|
334
334
|
#
|
|
335
|
-
# * `adaptive` -
|
|
336
|
-
#
|
|
337
|
-
# throttling. This is a provisional mode that may change behavior
|
|
338
|
-
# in the future.
|
|
335
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
336
|
+
# `standard` mode along with automatic client side throttling.
|
|
339
337
|
#
|
|
340
338
|
# @option options [String] :sdk_ua_app_id
|
|
341
339
|
# A unique and opaque application ID that is appended to the
|
|
@@ -3824,7 +3822,7 @@ module Aws::Finspace
|
|
|
3824
3822
|
tracer: tracer
|
|
3825
3823
|
)
|
|
3826
3824
|
context[:gem_name] = 'aws-sdk-finspace'
|
|
3827
|
-
context[:gem_version] = '1.
|
|
3825
|
+
context[:gem_version] = '1.68.0'
|
|
3828
3826
|
Seahorse::Client::Request.new(handlers, context)
|
|
3829
3827
|
end
|
|
3830
3828
|
|
data/lib/aws-sdk-finspace.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -91,14 +91,7 @@ module Aws
|
|
|
91
91
|
?kms_key_id: ::String,
|
|
92
92
|
?tags: Hash[::String, ::String],
|
|
93
93
|
?federation_mode: ("FEDERATED" | "LOCAL"),
|
|
94
|
-
?federation_parameters:
|
|
95
|
-
saml_metadata_document: ::String?,
|
|
96
|
-
saml_metadata_url: ::String?,
|
|
97
|
-
application_call_back_url: ::String?,
|
|
98
|
-
federation_urn: ::String?,
|
|
99
|
-
federation_provider_name: ::String?,
|
|
100
|
-
attribute_map: Hash[::String, ::String]?
|
|
101
|
-
},
|
|
94
|
+
?federation_parameters: Params::federation_parameters,
|
|
102
95
|
?superuser_parameters: {
|
|
103
96
|
email_address: ::String,
|
|
104
97
|
first_name: ::String,
|
|
@@ -128,7 +121,7 @@ module Aws
|
|
|
128
121
|
change_type: ("PUT" | "DELETE"),
|
|
129
122
|
s3_path: ::String?,
|
|
130
123
|
db_path: ::String
|
|
131
|
-
}
|
|
124
|
+
}
|
|
132
125
|
],
|
|
133
126
|
client_token: ::String
|
|
134
127
|
) -> _CreateKxChangesetResponseSuccess
|
|
@@ -171,36 +164,13 @@ module Aws
|
|
|
171
164
|
tickerplant_log_volumes: Array[::String]?
|
|
172
165
|
},
|
|
173
166
|
?databases: Array[
|
|
174
|
-
|
|
175
|
-
database_name: ::String,
|
|
176
|
-
cache_configurations: Array[
|
|
177
|
-
{
|
|
178
|
-
cache_type: ::String,
|
|
179
|
-
db_paths: Array[::String],
|
|
180
|
-
dataview_name: ::String?
|
|
181
|
-
},
|
|
182
|
-
]?,
|
|
183
|
-
changeset_id: ::String?,
|
|
184
|
-
dataview_name: ::String?,
|
|
185
|
-
dataview_configuration: {
|
|
186
|
-
dataview_name: ::String?,
|
|
187
|
-
dataview_version_id: ::String?,
|
|
188
|
-
changeset_id: ::String?,
|
|
189
|
-
segment_configurations: Array[
|
|
190
|
-
{
|
|
191
|
-
db_paths: Array[::String],
|
|
192
|
-
volume_name: ::String,
|
|
193
|
-
on_demand: bool?
|
|
194
|
-
},
|
|
195
|
-
]?
|
|
196
|
-
}?
|
|
197
|
-
},
|
|
167
|
+
Params::kx_database_configuration
|
|
198
168
|
],
|
|
199
169
|
?cache_storage_configurations: Array[
|
|
200
170
|
{
|
|
201
171
|
type: ::String,
|
|
202
172
|
size: ::Integer
|
|
203
|
-
}
|
|
173
|
+
}
|
|
204
174
|
],
|
|
205
175
|
?auto_scaling_configuration: {
|
|
206
176
|
min_node_count: ::Integer?,
|
|
@@ -227,7 +197,7 @@ module Aws
|
|
|
227
197
|
{
|
|
228
198
|
key: ::String?,
|
|
229
199
|
value: ::String?
|
|
230
|
-
}
|
|
200
|
+
}
|
|
231
201
|
],
|
|
232
202
|
?code: {
|
|
233
203
|
s3_bucket: ::String?,
|
|
@@ -301,7 +271,7 @@ module Aws
|
|
|
301
271
|
db_paths: Array[::String],
|
|
302
272
|
volume_name: ::String,
|
|
303
273
|
on_demand: bool?
|
|
304
|
-
}
|
|
274
|
+
}
|
|
305
275
|
],
|
|
306
276
|
?auto_update: bool,
|
|
307
277
|
?read_write: bool,
|
|
@@ -873,14 +843,7 @@ module Aws
|
|
|
873
843
|
?name: ::String,
|
|
874
844
|
?description: ::String,
|
|
875
845
|
?federation_mode: ("FEDERATED" | "LOCAL"),
|
|
876
|
-
?federation_parameters:
|
|
877
|
-
saml_metadata_document: ::String?,
|
|
878
|
-
saml_metadata_url: ::String?,
|
|
879
|
-
application_call_back_url: ::String?,
|
|
880
|
-
federation_urn: ::String?,
|
|
881
|
-
federation_provider_name: ::String?,
|
|
882
|
-
attribute_map: Hash[::String, ::String]?
|
|
883
|
-
}
|
|
846
|
+
?federation_parameters: Params::federation_parameters
|
|
884
847
|
) -> _UpdateEnvironmentResponseSuccess
|
|
885
848
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateEnvironmentResponseSuccess
|
|
886
849
|
|
|
@@ -902,7 +865,7 @@ module Aws
|
|
|
902
865
|
{
|
|
903
866
|
key: ::String?,
|
|
904
867
|
value: ::String?
|
|
905
|
-
}
|
|
868
|
+
}
|
|
906
869
|
],
|
|
907
870
|
?deployment_configuration: {
|
|
908
871
|
deployment_strategy: ("NO_RESTART" | "ROLLING" | "FORCE")
|
|
@@ -919,30 +882,7 @@ module Aws
|
|
|
919
882
|
cluster_name: ::String,
|
|
920
883
|
?client_token: ::String,
|
|
921
884
|
databases: Array[
|
|
922
|
-
|
|
923
|
-
database_name: ::String,
|
|
924
|
-
cache_configurations: Array[
|
|
925
|
-
{
|
|
926
|
-
cache_type: ::String,
|
|
927
|
-
db_paths: Array[::String],
|
|
928
|
-
dataview_name: ::String?
|
|
929
|
-
},
|
|
930
|
-
]?,
|
|
931
|
-
changeset_id: ::String?,
|
|
932
|
-
dataview_name: ::String?,
|
|
933
|
-
dataview_configuration: {
|
|
934
|
-
dataview_name: ::String?,
|
|
935
|
-
dataview_version_id: ::String?,
|
|
936
|
-
changeset_id: ::String?,
|
|
937
|
-
segment_configurations: Array[
|
|
938
|
-
{
|
|
939
|
-
db_paths: Array[::String],
|
|
940
|
-
volume_name: ::String,
|
|
941
|
-
on_demand: bool?
|
|
942
|
-
},
|
|
943
|
-
]?
|
|
944
|
-
}?
|
|
945
|
-
},
|
|
885
|
+
Params::kx_database_configuration
|
|
946
886
|
],
|
|
947
887
|
?deployment_configuration: {
|
|
948
888
|
deployment_strategy: ("NO_RESTART" | "ROLLING")
|
|
@@ -995,7 +935,7 @@ module Aws
|
|
|
995
935
|
db_paths: Array[::String],
|
|
996
936
|
volume_name: ::String,
|
|
997
937
|
on_demand: bool?
|
|
998
|
-
}
|
|
938
|
+
}
|
|
999
939
|
],
|
|
1000
940
|
client_token: ::String
|
|
1001
941
|
) -> _UpdateKxDataviewResponseSuccess
|
|
@@ -1068,14 +1008,14 @@ module Aws
|
|
|
1068
1008
|
code: ::Integer
|
|
1069
1009
|
}?,
|
|
1070
1010
|
cidr_block: ::String
|
|
1071
|
-
}
|
|
1011
|
+
}
|
|
1072
1012
|
]?
|
|
1073
1013
|
},
|
|
1074
1014
|
?custom_dns_configuration: Array[
|
|
1075
1015
|
{
|
|
1076
1016
|
custom_dns_server_name: ::String,
|
|
1077
1017
|
custom_dns_server_ip: ::String
|
|
1078
|
-
}
|
|
1018
|
+
}
|
|
1079
1019
|
],
|
|
1080
1020
|
?client_token: ::String
|
|
1081
1021
|
) -> _UpdateKxEnvironmentNetworkResponseSuccess
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module Finspace
|
|
10
|
+
module Params
|
|
11
|
+
type federation_parameters = {
|
|
12
|
+
saml_metadata_document: ::String?,
|
|
13
|
+
saml_metadata_url: ::String?,
|
|
14
|
+
application_call_back_url: ::String?,
|
|
15
|
+
federation_urn: ::String?,
|
|
16
|
+
federation_provider_name: ::String?,
|
|
17
|
+
attribute_map: Hash[::String, ::String]?
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
type kx_dataview_configuration = {
|
|
21
|
+
dataview_name: ::String?,
|
|
22
|
+
dataview_version_id: ::String?,
|
|
23
|
+
changeset_id: ::String?,
|
|
24
|
+
segment_configurations: Array[
|
|
25
|
+
{
|
|
26
|
+
db_paths: Array[::String],
|
|
27
|
+
volume_name: ::String,
|
|
28
|
+
on_demand: bool?
|
|
29
|
+
}
|
|
30
|
+
]?
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
type kx_database_configuration = {
|
|
34
|
+
database_name: ::String,
|
|
35
|
+
cache_configurations: Array[
|
|
36
|
+
{
|
|
37
|
+
cache_type: ::String,
|
|
38
|
+
db_paths: Array[::String],
|
|
39
|
+
dataview_name: ::String?
|
|
40
|
+
}
|
|
41
|
+
]?,
|
|
42
|
+
changeset_id: ::String?,
|
|
43
|
+
dataview_name: ::String?,
|
|
44
|
+
dataview_configuration: Params::kx_dataview_configuration?
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
end
|
|
48
|
+
end
|
|
49
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.68.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.248.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -68,6 +68,7 @@ files:
|
|
|
68
68
|
- lib/aws-sdk-finspace/types.rb
|
|
69
69
|
- sig/client.rbs
|
|
70
70
|
- sig/errors.rbs
|
|
71
|
+
- sig/params.rbs
|
|
71
72
|
- sig/resource.rbs
|
|
72
73
|
- sig/types.rbs
|
|
73
74
|
- sig/waiters.rbs
|