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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fa79b39b04331ffd380df4b48b21ce6f98cfe007dea35a85018572d8d46262f0
4
- data.tar.gz: 8bb76dff78fad4eae8355397dab89aa154df9188a232b36d978a049376f7f4aa
3
+ metadata.gz: '082de99b86231420c6e848ecee77567468e68163ec53b162b81d7a567af1f4c2'
4
+ data.tar.gz: 505de3e40c1411eeaa97f36c1edb0dc2018cca1e9610a982df7f8e7039676333
5
5
  SHA512:
6
- metadata.gz: b62c0ce5d0e5d73d848a4407d20967f8dff441e313dcc43b2c39bc95adafb9352ce44c561465f6e90206a541f8718332002926fe519dda77b34369d4bab1af34
7
- data.tar.gz: a0ba3b36e9db49c6b8b055aad7f53a3d52bee7a9e5d90cd18808a41bf1a71d8a7b05190c82be36e2617ee51a119ed1d7ac4d71f3f353b0b11a39a2e28512aa2f
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.66.0
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. This is default value if
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` - An experimental retry mode that includes all the
336
- # functionality of `standard` mode along with automatic client side
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.66.0'
3825
+ context[:gem_version] = '1.68.0'
3828
3826
  Seahorse::Client::Request.new(handlers, context)
3829
3827
  end
3830
3828
 
@@ -54,7 +54,7 @@ module Aws::Finspace
54
54
  autoload :EndpointProvider, 'aws-sdk-finspace/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-finspace/endpoints'
56
56
 
57
- GEM_VERSION = '1.66.0'
57
+ GEM_VERSION = '1.68.0'
58
58
 
59
59
  end
60
60
 
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.66.0
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.247.0
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.247.0
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