aws-sdk-finspace 1.28.0 → 1.30.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.
data/sig/client.rbs ADDED
@@ -0,0 +1,1114 @@
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
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#initialize-instance_method
14
+ def self.new: (
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> instance
72
+ | (?Hash[Symbol, untyped]) -> instance
73
+
74
+
75
+ interface _CreateEnvironmentResponseSuccess
76
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateEnvironmentResponse]
77
+ def environment_id: () -> ::String
78
+ def environment_arn: () -> ::String
79
+ def environment_url: () -> ::String
80
+ end
81
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#create_environment-instance_method
82
+ def create_environment: (
83
+ name: ::String,
84
+ ?description: ::String,
85
+ ?kms_key_id: ::String,
86
+ ?tags: Hash[::String, ::String],
87
+ ?federation_mode: ("FEDERATED" | "LOCAL"),
88
+ ?federation_parameters: {
89
+ saml_metadata_document: ::String?,
90
+ saml_metadata_url: ::String?,
91
+ application_call_back_url: ::String?,
92
+ federation_urn: ::String?,
93
+ federation_provider_name: ::String?,
94
+ attribute_map: Hash[::String, ::String]?
95
+ },
96
+ ?superuser_parameters: {
97
+ email_address: ::String,
98
+ first_name: ::String,
99
+ last_name: ::String
100
+ },
101
+ ?data_bundles: Array[::String]
102
+ ) -> _CreateEnvironmentResponseSuccess
103
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEnvironmentResponseSuccess
104
+
105
+ interface _CreateKxChangesetResponseSuccess
106
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateKxChangesetResponse]
107
+ def changeset_id: () -> ::String
108
+ def database_name: () -> ::String
109
+ def environment_id: () -> ::String
110
+ def change_requests: () -> ::Array[Types::ChangeRequest]
111
+ def created_timestamp: () -> ::Time
112
+ def last_modified_timestamp: () -> ::Time
113
+ def status: () -> ("PENDING" | "PROCESSING" | "FAILED" | "COMPLETED")
114
+ def error_info: () -> Types::ErrorInfo
115
+ end
116
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#create_kx_changeset-instance_method
117
+ def create_kx_changeset: (
118
+ environment_id: ::String,
119
+ database_name: ::String,
120
+ change_requests: Array[
121
+ {
122
+ change_type: ("PUT" | "DELETE"),
123
+ s3_path: ::String?,
124
+ db_path: ::String
125
+ },
126
+ ],
127
+ client_token: ::String
128
+ ) -> _CreateKxChangesetResponseSuccess
129
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateKxChangesetResponseSuccess
130
+
131
+ interface _CreateKxClusterResponseSuccess
132
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateKxClusterResponse]
133
+ def environment_id: () -> ::String
134
+ def status: () -> ("PENDING" | "CREATING" | "CREATE_FAILED" | "RUNNING" | "UPDATING" | "DELETING" | "DELETED" | "DELETE_FAILED")
135
+ def status_reason: () -> ::String
136
+ def cluster_name: () -> ::String
137
+ def cluster_type: () -> ("HDB" | "RDB" | "GATEWAY" | "GP" | "TICKERPLANT")
138
+ def tickerplant_log_configuration: () -> Types::TickerplantLogConfiguration
139
+ def volumes: () -> ::Array[Types::Volume]
140
+ def databases: () -> ::Array[Types::KxDatabaseConfiguration]
141
+ def cache_storage_configurations: () -> ::Array[Types::KxCacheStorageConfiguration]
142
+ def auto_scaling_configuration: () -> Types::AutoScalingConfiguration
143
+ def cluster_description: () -> ::String
144
+ def capacity_configuration: () -> Types::CapacityConfiguration
145
+ def release_label: () -> ::String
146
+ def vpc_configuration: () -> Types::VpcConfiguration
147
+ def initialization_script: () -> ::String
148
+ def command_line_arguments: () -> ::Array[Types::KxCommandLineArgument]
149
+ def code: () -> Types::CodeConfiguration
150
+ def execution_role: () -> ::String
151
+ def last_modified_timestamp: () -> ::Time
152
+ def savedown_storage_configuration: () -> Types::KxSavedownStorageConfiguration
153
+ def az_mode: () -> ("SINGLE" | "MULTI")
154
+ def availability_zone_id: () -> ::String
155
+ def created_timestamp: () -> ::Time
156
+ def scaling_group_configuration: () -> Types::KxScalingGroupConfiguration
157
+ end
158
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#create_kx_cluster-instance_method
159
+ def create_kx_cluster: (
160
+ ?client_token: ::String,
161
+ environment_id: ::String,
162
+ cluster_name: ::String,
163
+ cluster_type: ("HDB" | "RDB" | "GATEWAY" | "GP" | "TICKERPLANT"),
164
+ ?tickerplant_log_configuration: {
165
+ tickerplant_log_volumes: Array[::String]?
166
+ },
167
+ ?databases: Array[
168
+ {
169
+ database_name: ::String,
170
+ cache_configurations: Array[
171
+ {
172
+ cache_type: ::String,
173
+ db_paths: Array[::String],
174
+ dataview_name: ::String?
175
+ },
176
+ ]?,
177
+ changeset_id: ::String?,
178
+ dataview_name: ::String?,
179
+ dataview_configuration: {
180
+ dataview_name: ::String?,
181
+ dataview_version_id: ::String?,
182
+ changeset_id: ::String?,
183
+ segment_configurations: Array[
184
+ {
185
+ db_paths: Array[::String],
186
+ volume_name: ::String,
187
+ on_demand: bool?
188
+ },
189
+ ]?
190
+ }?
191
+ },
192
+ ],
193
+ ?cache_storage_configurations: Array[
194
+ {
195
+ type: ::String,
196
+ size: ::Integer
197
+ },
198
+ ],
199
+ ?auto_scaling_configuration: {
200
+ min_node_count: ::Integer?,
201
+ max_node_count: ::Integer?,
202
+ auto_scaling_metric: ("CPU_UTILIZATION_PERCENTAGE")?,
203
+ metric_target: ::Float?,
204
+ scale_in_cooldown_seconds: ::Float?,
205
+ scale_out_cooldown_seconds: ::Float?
206
+ },
207
+ ?cluster_description: ::String,
208
+ ?capacity_configuration: {
209
+ node_type: ::String?,
210
+ node_count: ::Integer?
211
+ },
212
+ release_label: ::String,
213
+ vpc_configuration: {
214
+ vpc_id: ::String?,
215
+ security_group_ids: Array[::String]?,
216
+ subnet_ids: Array[::String]?,
217
+ ip_address_type: ("IP_V4")?
218
+ },
219
+ ?initialization_script: ::String,
220
+ ?command_line_arguments: Array[
221
+ {
222
+ key: ::String?,
223
+ value: ::String?
224
+ },
225
+ ],
226
+ ?code: {
227
+ s3_bucket: ::String?,
228
+ s3_key: ::String?,
229
+ s3_object_version: ::String?
230
+ },
231
+ ?execution_role: ::String,
232
+ ?savedown_storage_configuration: {
233
+ type: ("SDS01")?,
234
+ size: ::Integer?,
235
+ volume_name: ::String?
236
+ },
237
+ az_mode: ("SINGLE" | "MULTI"),
238
+ ?availability_zone_id: ::String,
239
+ ?tags: Hash[::String, ::String],
240
+ ?scaling_group_configuration: {
241
+ scaling_group_name: ::String,
242
+ memory_limit: ::Integer?,
243
+ memory_reservation: ::Integer,
244
+ node_count: ::Integer,
245
+ cpu: ::Float?
246
+ }
247
+ ) -> _CreateKxClusterResponseSuccess
248
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateKxClusterResponseSuccess
249
+
250
+ interface _CreateKxDatabaseResponseSuccess
251
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateKxDatabaseResponse]
252
+ def database_name: () -> ::String
253
+ def database_arn: () -> ::String
254
+ def environment_id: () -> ::String
255
+ def description: () -> ::String
256
+ def created_timestamp: () -> ::Time
257
+ def last_modified_timestamp: () -> ::Time
258
+ end
259
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#create_kx_database-instance_method
260
+ def create_kx_database: (
261
+ environment_id: ::String,
262
+ database_name: ::String,
263
+ ?description: ::String,
264
+ ?tags: Hash[::String, ::String],
265
+ client_token: ::String
266
+ ) -> _CreateKxDatabaseResponseSuccess
267
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateKxDatabaseResponseSuccess
268
+
269
+ interface _CreateKxDataviewResponseSuccess
270
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateKxDataviewResponse]
271
+ def dataview_name: () -> ::String
272
+ def database_name: () -> ::String
273
+ def environment_id: () -> ::String
274
+ def az_mode: () -> ("SINGLE" | "MULTI")
275
+ def availability_zone_id: () -> ::String
276
+ def changeset_id: () -> ::String
277
+ def segment_configurations: () -> ::Array[Types::KxDataviewSegmentConfiguration]
278
+ def description: () -> ::String
279
+ def auto_update: () -> bool
280
+ def read_write: () -> bool
281
+ def created_timestamp: () -> ::Time
282
+ def last_modified_timestamp: () -> ::Time
283
+ def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "FAILED" | "DELETING")
284
+ end
285
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#create_kx_dataview-instance_method
286
+ def create_kx_dataview: (
287
+ environment_id: ::String,
288
+ database_name: ::String,
289
+ dataview_name: ::String,
290
+ az_mode: ("SINGLE" | "MULTI"),
291
+ ?availability_zone_id: ::String,
292
+ ?changeset_id: ::String,
293
+ ?segment_configurations: Array[
294
+ {
295
+ db_paths: Array[::String],
296
+ volume_name: ::String,
297
+ on_demand: bool?
298
+ },
299
+ ],
300
+ ?auto_update: bool,
301
+ ?read_write: bool,
302
+ ?description: ::String,
303
+ ?tags: Hash[::String, ::String],
304
+ client_token: ::String
305
+ ) -> _CreateKxDataviewResponseSuccess
306
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateKxDataviewResponseSuccess
307
+
308
+ interface _CreateKxEnvironmentResponseSuccess
309
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateKxEnvironmentResponse]
310
+ def name: () -> ::String
311
+ def status: () -> ("CREATE_REQUESTED" | "CREATING" | "CREATED" | "DELETE_REQUESTED" | "DELETING" | "DELETED" | "FAILED_CREATION" | "RETRY_DELETION" | "FAILED_DELETION" | "UPDATE_NETWORK_REQUESTED" | "UPDATING_NETWORK" | "FAILED_UPDATING_NETWORK" | "SUSPENDED")
312
+ def environment_id: () -> ::String
313
+ def description: () -> ::String
314
+ def environment_arn: () -> ::String
315
+ def kms_key_id: () -> ::String
316
+ def creation_timestamp: () -> ::Time
317
+ end
318
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#create_kx_environment-instance_method
319
+ def create_kx_environment: (
320
+ name: ::String,
321
+ ?description: ::String,
322
+ kms_key_id: ::String,
323
+ ?tags: Hash[::String, ::String],
324
+ ?client_token: ::String
325
+ ) -> _CreateKxEnvironmentResponseSuccess
326
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateKxEnvironmentResponseSuccess
327
+
328
+ interface _CreateKxScalingGroupResponseSuccess
329
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateKxScalingGroupResponse]
330
+ def environment_id: () -> ::String
331
+ def scaling_group_name: () -> ::String
332
+ def host_type: () -> ::String
333
+ def availability_zone_id: () -> ::String
334
+ def status: () -> ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "DELETED" | "DELETE_FAILED")
335
+ def last_modified_timestamp: () -> ::Time
336
+ def created_timestamp: () -> ::Time
337
+ end
338
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#create_kx_scaling_group-instance_method
339
+ def create_kx_scaling_group: (
340
+ client_token: ::String,
341
+ environment_id: ::String,
342
+ scaling_group_name: ::String,
343
+ host_type: ::String,
344
+ availability_zone_id: ::String,
345
+ ?tags: Hash[::String, ::String]
346
+ ) -> _CreateKxScalingGroupResponseSuccess
347
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateKxScalingGroupResponseSuccess
348
+
349
+ interface _CreateKxUserResponseSuccess
350
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateKxUserResponse]
351
+ def user_name: () -> ::String
352
+ def user_arn: () -> ::String
353
+ def environment_id: () -> ::String
354
+ def iam_role: () -> ::String
355
+ end
356
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#create_kx_user-instance_method
357
+ def create_kx_user: (
358
+ environment_id: ::String,
359
+ user_name: ::String,
360
+ iam_role: ::String,
361
+ ?tags: Hash[::String, ::String],
362
+ ?client_token: ::String
363
+ ) -> _CreateKxUserResponseSuccess
364
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateKxUserResponseSuccess
365
+
366
+ interface _CreateKxVolumeResponseSuccess
367
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateKxVolumeResponse]
368
+ def environment_id: () -> ::String
369
+ def volume_name: () -> ::String
370
+ def volume_type: () -> ("NAS_1")
371
+ def volume_arn: () -> ::String
372
+ def nas1_configuration: () -> Types::KxNAS1Configuration
373
+ def status: () -> ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "UPDATING" | "UPDATED" | "UPDATE_FAILED" | "DELETING" | "DELETED" | "DELETE_FAILED")
374
+ def status_reason: () -> ::String
375
+ def az_mode: () -> ("SINGLE" | "MULTI")
376
+ def description: () -> ::String
377
+ def availability_zone_ids: () -> ::Array[::String]
378
+ def created_timestamp: () -> ::Time
379
+ end
380
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#create_kx_volume-instance_method
381
+ def create_kx_volume: (
382
+ ?client_token: ::String,
383
+ environment_id: ::String,
384
+ volume_type: ("NAS_1"),
385
+ volume_name: ::String,
386
+ ?description: ::String,
387
+ ?nas1_configuration: {
388
+ type: ("SSD_1000" | "SSD_250" | "HDD_12")?,
389
+ size: ::Integer?
390
+ },
391
+ az_mode: ("SINGLE" | "MULTI"),
392
+ availability_zone_ids: Array[::String],
393
+ ?tags: Hash[::String, ::String]
394
+ ) -> _CreateKxVolumeResponseSuccess
395
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateKxVolumeResponseSuccess
396
+
397
+ interface _DeleteEnvironmentResponseSuccess
398
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteEnvironmentResponse]
399
+ end
400
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#delete_environment-instance_method
401
+ def delete_environment: (
402
+ environment_id: ::String
403
+ ) -> _DeleteEnvironmentResponseSuccess
404
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteEnvironmentResponseSuccess
405
+
406
+ interface _DeleteKxClusterResponseSuccess
407
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteKxClusterResponse]
408
+ end
409
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#delete_kx_cluster-instance_method
410
+ def delete_kx_cluster: (
411
+ environment_id: ::String,
412
+ cluster_name: ::String,
413
+ ?client_token: ::String
414
+ ) -> _DeleteKxClusterResponseSuccess
415
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteKxClusterResponseSuccess
416
+
417
+ interface _DeleteKxDatabaseResponseSuccess
418
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteKxDatabaseResponse]
419
+ end
420
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#delete_kx_database-instance_method
421
+ def delete_kx_database: (
422
+ environment_id: ::String,
423
+ database_name: ::String,
424
+ client_token: ::String
425
+ ) -> _DeleteKxDatabaseResponseSuccess
426
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteKxDatabaseResponseSuccess
427
+
428
+ interface _DeleteKxDataviewResponseSuccess
429
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteKxDataviewResponse]
430
+ end
431
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#delete_kx_dataview-instance_method
432
+ def delete_kx_dataview: (
433
+ environment_id: ::String,
434
+ database_name: ::String,
435
+ dataview_name: ::String,
436
+ client_token: ::String
437
+ ) -> _DeleteKxDataviewResponseSuccess
438
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteKxDataviewResponseSuccess
439
+
440
+ interface _DeleteKxEnvironmentResponseSuccess
441
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteKxEnvironmentResponse]
442
+ end
443
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#delete_kx_environment-instance_method
444
+ def delete_kx_environment: (
445
+ environment_id: ::String,
446
+ ?client_token: ::String
447
+ ) -> _DeleteKxEnvironmentResponseSuccess
448
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteKxEnvironmentResponseSuccess
449
+
450
+ interface _DeleteKxScalingGroupResponseSuccess
451
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteKxScalingGroupResponse]
452
+ end
453
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#delete_kx_scaling_group-instance_method
454
+ def delete_kx_scaling_group: (
455
+ environment_id: ::String,
456
+ scaling_group_name: ::String,
457
+ ?client_token: ::String
458
+ ) -> _DeleteKxScalingGroupResponseSuccess
459
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteKxScalingGroupResponseSuccess
460
+
461
+ interface _DeleteKxUserResponseSuccess
462
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteKxUserResponse]
463
+ end
464
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#delete_kx_user-instance_method
465
+ def delete_kx_user: (
466
+ user_name: ::String,
467
+ environment_id: ::String,
468
+ ?client_token: ::String
469
+ ) -> _DeleteKxUserResponseSuccess
470
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteKxUserResponseSuccess
471
+
472
+ interface _DeleteKxVolumeResponseSuccess
473
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteKxVolumeResponse]
474
+ end
475
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#delete_kx_volume-instance_method
476
+ def delete_kx_volume: (
477
+ environment_id: ::String,
478
+ volume_name: ::String,
479
+ ?client_token: ::String
480
+ ) -> _DeleteKxVolumeResponseSuccess
481
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteKxVolumeResponseSuccess
482
+
483
+ interface _GetEnvironmentResponseSuccess
484
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetEnvironmentResponse]
485
+ def environment: () -> Types::Environment
486
+ end
487
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#get_environment-instance_method
488
+ def get_environment: (
489
+ environment_id: ::String
490
+ ) -> _GetEnvironmentResponseSuccess
491
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetEnvironmentResponseSuccess
492
+
493
+ interface _GetKxChangesetResponseSuccess
494
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetKxChangesetResponse]
495
+ def changeset_id: () -> ::String
496
+ def database_name: () -> ::String
497
+ def environment_id: () -> ::String
498
+ def change_requests: () -> ::Array[Types::ChangeRequest]
499
+ def created_timestamp: () -> ::Time
500
+ def active_from_timestamp: () -> ::Time
501
+ def last_modified_timestamp: () -> ::Time
502
+ def status: () -> ("PENDING" | "PROCESSING" | "FAILED" | "COMPLETED")
503
+ def error_info: () -> Types::ErrorInfo
504
+ end
505
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#get_kx_changeset-instance_method
506
+ def get_kx_changeset: (
507
+ environment_id: ::String,
508
+ database_name: ::String,
509
+ changeset_id: ::String
510
+ ) -> _GetKxChangesetResponseSuccess
511
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetKxChangesetResponseSuccess
512
+
513
+ interface _GetKxClusterResponseSuccess
514
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetKxClusterResponse]
515
+ def status: () -> ("PENDING" | "CREATING" | "CREATE_FAILED" | "RUNNING" | "UPDATING" | "DELETING" | "DELETED" | "DELETE_FAILED")
516
+ def status_reason: () -> ::String
517
+ def cluster_name: () -> ::String
518
+ def cluster_type: () -> ("HDB" | "RDB" | "GATEWAY" | "GP" | "TICKERPLANT")
519
+ def tickerplant_log_configuration: () -> Types::TickerplantLogConfiguration
520
+ def volumes: () -> ::Array[Types::Volume]
521
+ def databases: () -> ::Array[Types::KxDatabaseConfiguration]
522
+ def cache_storage_configurations: () -> ::Array[Types::KxCacheStorageConfiguration]
523
+ def auto_scaling_configuration: () -> Types::AutoScalingConfiguration
524
+ def cluster_description: () -> ::String
525
+ def capacity_configuration: () -> Types::CapacityConfiguration
526
+ def release_label: () -> ::String
527
+ def vpc_configuration: () -> Types::VpcConfiguration
528
+ def initialization_script: () -> ::String
529
+ def command_line_arguments: () -> ::Array[Types::KxCommandLineArgument]
530
+ def code: () -> Types::CodeConfiguration
531
+ def execution_role: () -> ::String
532
+ def last_modified_timestamp: () -> ::Time
533
+ def savedown_storage_configuration: () -> Types::KxSavedownStorageConfiguration
534
+ def az_mode: () -> ("SINGLE" | "MULTI")
535
+ def availability_zone_id: () -> ::String
536
+ def created_timestamp: () -> ::Time
537
+ def scaling_group_configuration: () -> Types::KxScalingGroupConfiguration
538
+ end
539
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#get_kx_cluster-instance_method
540
+ def get_kx_cluster: (
541
+ environment_id: ::String,
542
+ cluster_name: ::String
543
+ ) -> _GetKxClusterResponseSuccess
544
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetKxClusterResponseSuccess
545
+
546
+ interface _GetKxConnectionStringResponseSuccess
547
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetKxConnectionStringResponse]
548
+ def signed_connection_string: () -> ::String
549
+ end
550
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#get_kx_connection_string-instance_method
551
+ def get_kx_connection_string: (
552
+ user_arn: ::String,
553
+ environment_id: ::String,
554
+ cluster_name: ::String
555
+ ) -> _GetKxConnectionStringResponseSuccess
556
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetKxConnectionStringResponseSuccess
557
+
558
+ interface _GetKxDatabaseResponseSuccess
559
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetKxDatabaseResponse]
560
+ def database_name: () -> ::String
561
+ def database_arn: () -> ::String
562
+ def environment_id: () -> ::String
563
+ def description: () -> ::String
564
+ def created_timestamp: () -> ::Time
565
+ def last_modified_timestamp: () -> ::Time
566
+ def last_completed_changeset_id: () -> ::String
567
+ def num_bytes: () -> ::Integer
568
+ def num_changesets: () -> ::Integer
569
+ def num_files: () -> ::Integer
570
+ end
571
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#get_kx_database-instance_method
572
+ def get_kx_database: (
573
+ environment_id: ::String,
574
+ database_name: ::String
575
+ ) -> _GetKxDatabaseResponseSuccess
576
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetKxDatabaseResponseSuccess
577
+
578
+ interface _GetKxDataviewResponseSuccess
579
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetKxDataviewResponse]
580
+ def database_name: () -> ::String
581
+ def dataview_name: () -> ::String
582
+ def az_mode: () -> ("SINGLE" | "MULTI")
583
+ def availability_zone_id: () -> ::String
584
+ def changeset_id: () -> ::String
585
+ def segment_configurations: () -> ::Array[Types::KxDataviewSegmentConfiguration]
586
+ def active_versions: () -> ::Array[Types::KxDataviewActiveVersion]
587
+ def description: () -> ::String
588
+ def auto_update: () -> bool
589
+ def read_write: () -> bool
590
+ def environment_id: () -> ::String
591
+ def created_timestamp: () -> ::Time
592
+ def last_modified_timestamp: () -> ::Time
593
+ def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "FAILED" | "DELETING")
594
+ def status_reason: () -> ::String
595
+ end
596
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#get_kx_dataview-instance_method
597
+ def get_kx_dataview: (
598
+ environment_id: ::String,
599
+ database_name: ::String,
600
+ dataview_name: ::String
601
+ ) -> _GetKxDataviewResponseSuccess
602
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetKxDataviewResponseSuccess
603
+
604
+ interface _GetKxEnvironmentResponseSuccess
605
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetKxEnvironmentResponse]
606
+ def name: () -> ::String
607
+ def environment_id: () -> ::String
608
+ def aws_account_id: () -> ::String
609
+ def status: () -> ("CREATE_REQUESTED" | "CREATING" | "CREATED" | "DELETE_REQUESTED" | "DELETING" | "DELETED" | "FAILED_CREATION" | "RETRY_DELETION" | "FAILED_DELETION" | "UPDATE_NETWORK_REQUESTED" | "UPDATING_NETWORK" | "FAILED_UPDATING_NETWORK" | "SUSPENDED")
610
+ def tgw_status: () -> ("NONE" | "UPDATE_REQUESTED" | "UPDATING" | "FAILED_UPDATE" | "SUCCESSFULLY_UPDATED")
611
+ def dns_status: () -> ("NONE" | "UPDATE_REQUESTED" | "UPDATING" | "FAILED_UPDATE" | "SUCCESSFULLY_UPDATED")
612
+ def error_message: () -> ::String
613
+ def description: () -> ::String
614
+ def environment_arn: () -> ::String
615
+ def kms_key_id: () -> ::String
616
+ def dedicated_service_account_id: () -> ::String
617
+ def transit_gateway_configuration: () -> Types::TransitGatewayConfiguration
618
+ def custom_dns_configuration: () -> ::Array[Types::CustomDNSServer]
619
+ def creation_timestamp: () -> ::Time
620
+ def update_timestamp: () -> ::Time
621
+ def availability_zone_ids: () -> ::Array[::String]
622
+ def certificate_authority_arn: () -> ::String
623
+ end
624
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#get_kx_environment-instance_method
625
+ def get_kx_environment: (
626
+ environment_id: ::String
627
+ ) -> _GetKxEnvironmentResponseSuccess
628
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetKxEnvironmentResponseSuccess
629
+
630
+ interface _GetKxScalingGroupResponseSuccess
631
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetKxScalingGroupResponse]
632
+ def scaling_group_name: () -> ::String
633
+ def scaling_group_arn: () -> ::String
634
+ def host_type: () -> ::String
635
+ def clusters: () -> ::Array[::String]
636
+ def availability_zone_id: () -> ::String
637
+ def status: () -> ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "DELETED" | "DELETE_FAILED")
638
+ def status_reason: () -> ::String
639
+ def last_modified_timestamp: () -> ::Time
640
+ def created_timestamp: () -> ::Time
641
+ end
642
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#get_kx_scaling_group-instance_method
643
+ def get_kx_scaling_group: (
644
+ environment_id: ::String,
645
+ scaling_group_name: ::String
646
+ ) -> _GetKxScalingGroupResponseSuccess
647
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetKxScalingGroupResponseSuccess
648
+
649
+ interface _GetKxUserResponseSuccess
650
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetKxUserResponse]
651
+ def user_name: () -> ::String
652
+ def user_arn: () -> ::String
653
+ def environment_id: () -> ::String
654
+ def iam_role: () -> ::String
655
+ end
656
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#get_kx_user-instance_method
657
+ def get_kx_user: (
658
+ user_name: ::String,
659
+ environment_id: ::String
660
+ ) -> _GetKxUserResponseSuccess
661
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetKxUserResponseSuccess
662
+
663
+ interface _GetKxVolumeResponseSuccess
664
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetKxVolumeResponse]
665
+ def environment_id: () -> ::String
666
+ def volume_name: () -> ::String
667
+ def volume_type: () -> ("NAS_1")
668
+ def volume_arn: () -> ::String
669
+ def nas1_configuration: () -> Types::KxNAS1Configuration
670
+ def status: () -> ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "UPDATING" | "UPDATED" | "UPDATE_FAILED" | "DELETING" | "DELETED" | "DELETE_FAILED")
671
+ def status_reason: () -> ::String
672
+ def created_timestamp: () -> ::Time
673
+ def description: () -> ::String
674
+ def az_mode: () -> ("SINGLE" | "MULTI")
675
+ def availability_zone_ids: () -> ::Array[::String]
676
+ def last_modified_timestamp: () -> ::Time
677
+ def attached_clusters: () -> ::Array[Types::KxAttachedCluster]
678
+ end
679
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#get_kx_volume-instance_method
680
+ def get_kx_volume: (
681
+ environment_id: ::String,
682
+ volume_name: ::String
683
+ ) -> _GetKxVolumeResponseSuccess
684
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetKxVolumeResponseSuccess
685
+
686
+ interface _ListEnvironmentsResponseSuccess
687
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListEnvironmentsResponse]
688
+ def environments: () -> ::Array[Types::Environment]
689
+ def next_token: () -> ::String
690
+ end
691
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#list_environments-instance_method
692
+ def list_environments: (
693
+ ?next_token: ::String,
694
+ ?max_results: ::Integer
695
+ ) -> _ListEnvironmentsResponseSuccess
696
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEnvironmentsResponseSuccess
697
+
698
+ interface _ListKxChangesetsResponseSuccess
699
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListKxChangesetsResponse]
700
+ def kx_changesets: () -> ::Array[Types::KxChangesetListEntry]
701
+ def next_token: () -> ::String
702
+ end
703
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#list_kx_changesets-instance_method
704
+ def list_kx_changesets: (
705
+ environment_id: ::String,
706
+ database_name: ::String,
707
+ ?next_token: ::String,
708
+ ?max_results: ::Integer
709
+ ) -> _ListKxChangesetsResponseSuccess
710
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListKxChangesetsResponseSuccess
711
+
712
+ interface _ListKxClusterNodesResponseSuccess
713
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListKxClusterNodesResponse]
714
+ def nodes: () -> ::Array[Types::KxNode]
715
+ def next_token: () -> ::String
716
+ end
717
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#list_kx_cluster_nodes-instance_method
718
+ def list_kx_cluster_nodes: (
719
+ environment_id: ::String,
720
+ cluster_name: ::String,
721
+ ?next_token: ::String,
722
+ ?max_results: ::Integer
723
+ ) -> _ListKxClusterNodesResponseSuccess
724
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListKxClusterNodesResponseSuccess
725
+
726
+ interface _ListKxClustersResponseSuccess
727
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListKxClustersResponse]
728
+ def kx_cluster_summaries: () -> ::Array[Types::KxCluster]
729
+ def next_token: () -> ::String
730
+ end
731
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#list_kx_clusters-instance_method
732
+ def list_kx_clusters: (
733
+ environment_id: ::String,
734
+ ?cluster_type: ("HDB" | "RDB" | "GATEWAY" | "GP" | "TICKERPLANT"),
735
+ ?max_results: ::Integer,
736
+ ?next_token: ::String
737
+ ) -> _ListKxClustersResponseSuccess
738
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListKxClustersResponseSuccess
739
+
740
+ interface _ListKxDatabasesResponseSuccess
741
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListKxDatabasesResponse]
742
+ def kx_databases: () -> ::Array[Types::KxDatabaseListEntry]
743
+ def next_token: () -> ::String
744
+ end
745
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#list_kx_databases-instance_method
746
+ def list_kx_databases: (
747
+ environment_id: ::String,
748
+ ?next_token: ::String,
749
+ ?max_results: ::Integer
750
+ ) -> _ListKxDatabasesResponseSuccess
751
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListKxDatabasesResponseSuccess
752
+
753
+ interface _ListKxDataviewsResponseSuccess
754
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListKxDataviewsResponse]
755
+ def kx_dataviews: () -> ::Array[Types::KxDataviewListEntry]
756
+ def next_token: () -> ::String
757
+ end
758
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#list_kx_dataviews-instance_method
759
+ def list_kx_dataviews: (
760
+ environment_id: ::String,
761
+ database_name: ::String,
762
+ ?next_token: ::String,
763
+ ?max_results: ::Integer
764
+ ) -> _ListKxDataviewsResponseSuccess
765
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListKxDataviewsResponseSuccess
766
+
767
+ interface _ListKxEnvironmentsResponseSuccess
768
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListKxEnvironmentsResponse]
769
+ def environments: () -> ::Array[Types::KxEnvironment]
770
+ def next_token: () -> ::String
771
+ end
772
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#list_kx_environments-instance_method
773
+ def list_kx_environments: (
774
+ ?next_token: ::String,
775
+ ?max_results: ::Integer
776
+ ) -> _ListKxEnvironmentsResponseSuccess
777
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListKxEnvironmentsResponseSuccess
778
+
779
+ interface _ListKxScalingGroupsResponseSuccess
780
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListKxScalingGroupsResponse]
781
+ def scaling_groups: () -> ::Array[Types::KxScalingGroup]
782
+ def next_token: () -> ::String
783
+ end
784
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#list_kx_scaling_groups-instance_method
785
+ def list_kx_scaling_groups: (
786
+ environment_id: ::String,
787
+ ?max_results: ::Integer,
788
+ ?next_token: ::String
789
+ ) -> _ListKxScalingGroupsResponseSuccess
790
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListKxScalingGroupsResponseSuccess
791
+
792
+ interface _ListKxUsersResponseSuccess
793
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListKxUsersResponse]
794
+ def users: () -> ::Array[Types::KxUser]
795
+ def next_token: () -> ::String
796
+ end
797
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#list_kx_users-instance_method
798
+ def list_kx_users: (
799
+ environment_id: ::String,
800
+ ?next_token: ::String,
801
+ ?max_results: ::Integer
802
+ ) -> _ListKxUsersResponseSuccess
803
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListKxUsersResponseSuccess
804
+
805
+ interface _ListKxVolumesResponseSuccess
806
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListKxVolumesResponse]
807
+ def kx_volume_summaries: () -> ::Array[Types::KxVolume]
808
+ def next_token: () -> ::String
809
+ end
810
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#list_kx_volumes-instance_method
811
+ def list_kx_volumes: (
812
+ environment_id: ::String,
813
+ ?max_results: ::Integer,
814
+ ?next_token: ::String,
815
+ ?volume_type: ("NAS_1")
816
+ ) -> _ListKxVolumesResponseSuccess
817
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListKxVolumesResponseSuccess
818
+
819
+ interface _ListTagsForResourceResponseSuccess
820
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
821
+ def tags: () -> ::Hash[::String, ::String]
822
+ end
823
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#list_tags_for_resource-instance_method
824
+ def list_tags_for_resource: (
825
+ resource_arn: ::String
826
+ ) -> _ListTagsForResourceResponseSuccess
827
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
828
+
829
+ interface _TagResourceResponseSuccess
830
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
831
+ end
832
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#tag_resource-instance_method
833
+ def tag_resource: (
834
+ resource_arn: ::String,
835
+ tags: Hash[::String, ::String]
836
+ ) -> _TagResourceResponseSuccess
837
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
838
+
839
+ interface _UntagResourceResponseSuccess
840
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
841
+ end
842
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#untag_resource-instance_method
843
+ def untag_resource: (
844
+ resource_arn: ::String,
845
+ tag_keys: Array[::String]
846
+ ) -> _UntagResourceResponseSuccess
847
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
848
+
849
+ interface _UpdateEnvironmentResponseSuccess
850
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateEnvironmentResponse]
851
+ def environment: () -> Types::Environment
852
+ end
853
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#update_environment-instance_method
854
+ def update_environment: (
855
+ environment_id: ::String,
856
+ ?name: ::String,
857
+ ?description: ::String,
858
+ ?federation_mode: ("FEDERATED" | "LOCAL"),
859
+ ?federation_parameters: {
860
+ saml_metadata_document: ::String?,
861
+ saml_metadata_url: ::String?,
862
+ application_call_back_url: ::String?,
863
+ federation_urn: ::String?,
864
+ federation_provider_name: ::String?,
865
+ attribute_map: Hash[::String, ::String]?
866
+ }
867
+ ) -> _UpdateEnvironmentResponseSuccess
868
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateEnvironmentResponseSuccess
869
+
870
+ interface _UpdateKxClusterCodeConfigurationResponseSuccess
871
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateKxClusterCodeConfigurationResponse]
872
+ end
873
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#update_kx_cluster_code_configuration-instance_method
874
+ def update_kx_cluster_code_configuration: (
875
+ environment_id: ::String,
876
+ cluster_name: ::String,
877
+ ?client_token: ::String,
878
+ code: {
879
+ s3_bucket: ::String?,
880
+ s3_key: ::String?,
881
+ s3_object_version: ::String?
882
+ },
883
+ ?initialization_script: ::String,
884
+ ?command_line_arguments: Array[
885
+ {
886
+ key: ::String?,
887
+ value: ::String?
888
+ },
889
+ ],
890
+ ?deployment_configuration: {
891
+ deployment_strategy: ("NO_RESTART" | "ROLLING" | "FORCE")
892
+ }
893
+ ) -> _UpdateKxClusterCodeConfigurationResponseSuccess
894
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateKxClusterCodeConfigurationResponseSuccess
895
+
896
+ interface _UpdateKxClusterDatabasesResponseSuccess
897
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateKxClusterDatabasesResponse]
898
+ end
899
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#update_kx_cluster_databases-instance_method
900
+ def update_kx_cluster_databases: (
901
+ environment_id: ::String,
902
+ cluster_name: ::String,
903
+ ?client_token: ::String,
904
+ databases: Array[
905
+ {
906
+ database_name: ::String,
907
+ cache_configurations: Array[
908
+ {
909
+ cache_type: ::String,
910
+ db_paths: Array[::String],
911
+ dataview_name: ::String?
912
+ },
913
+ ]?,
914
+ changeset_id: ::String?,
915
+ dataview_name: ::String?,
916
+ dataview_configuration: {
917
+ dataview_name: ::String?,
918
+ dataview_version_id: ::String?,
919
+ changeset_id: ::String?,
920
+ segment_configurations: Array[
921
+ {
922
+ db_paths: Array[::String],
923
+ volume_name: ::String,
924
+ on_demand: bool?
925
+ },
926
+ ]?
927
+ }?
928
+ },
929
+ ],
930
+ ?deployment_configuration: {
931
+ deployment_strategy: ("NO_RESTART" | "ROLLING")
932
+ }
933
+ ) -> _UpdateKxClusterDatabasesResponseSuccess
934
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateKxClusterDatabasesResponseSuccess
935
+
936
+ interface _UpdateKxDatabaseResponseSuccess
937
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateKxDatabaseResponse]
938
+ def database_name: () -> ::String
939
+ def environment_id: () -> ::String
940
+ def description: () -> ::String
941
+ def last_modified_timestamp: () -> ::Time
942
+ end
943
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#update_kx_database-instance_method
944
+ def update_kx_database: (
945
+ environment_id: ::String,
946
+ database_name: ::String,
947
+ ?description: ::String,
948
+ client_token: ::String
949
+ ) -> _UpdateKxDatabaseResponseSuccess
950
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateKxDatabaseResponseSuccess
951
+
952
+ interface _UpdateKxDataviewResponseSuccess
953
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateKxDataviewResponse]
954
+ def environment_id: () -> ::String
955
+ def database_name: () -> ::String
956
+ def dataview_name: () -> ::String
957
+ def az_mode: () -> ("SINGLE" | "MULTI")
958
+ def availability_zone_id: () -> ::String
959
+ def changeset_id: () -> ::String
960
+ def segment_configurations: () -> ::Array[Types::KxDataviewSegmentConfiguration]
961
+ def active_versions: () -> ::Array[Types::KxDataviewActiveVersion]
962
+ def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "FAILED" | "DELETING")
963
+ def auto_update: () -> bool
964
+ def read_write: () -> bool
965
+ def description: () -> ::String
966
+ def created_timestamp: () -> ::Time
967
+ def last_modified_timestamp: () -> ::Time
968
+ end
969
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#update_kx_dataview-instance_method
970
+ def update_kx_dataview: (
971
+ environment_id: ::String,
972
+ database_name: ::String,
973
+ dataview_name: ::String,
974
+ ?description: ::String,
975
+ ?changeset_id: ::String,
976
+ ?segment_configurations: Array[
977
+ {
978
+ db_paths: Array[::String],
979
+ volume_name: ::String,
980
+ on_demand: bool?
981
+ },
982
+ ],
983
+ client_token: ::String
984
+ ) -> _UpdateKxDataviewResponseSuccess
985
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateKxDataviewResponseSuccess
986
+
987
+ interface _UpdateKxEnvironmentResponseSuccess
988
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateKxEnvironmentResponse]
989
+ def name: () -> ::String
990
+ def environment_id: () -> ::String
991
+ def aws_account_id: () -> ::String
992
+ def status: () -> ("CREATE_REQUESTED" | "CREATING" | "CREATED" | "DELETE_REQUESTED" | "DELETING" | "DELETED" | "FAILED_CREATION" | "RETRY_DELETION" | "FAILED_DELETION" | "UPDATE_NETWORK_REQUESTED" | "UPDATING_NETWORK" | "FAILED_UPDATING_NETWORK" | "SUSPENDED")
993
+ def tgw_status: () -> ("NONE" | "UPDATE_REQUESTED" | "UPDATING" | "FAILED_UPDATE" | "SUCCESSFULLY_UPDATED")
994
+ def dns_status: () -> ("NONE" | "UPDATE_REQUESTED" | "UPDATING" | "FAILED_UPDATE" | "SUCCESSFULLY_UPDATED")
995
+ def error_message: () -> ::String
996
+ def description: () -> ::String
997
+ def environment_arn: () -> ::String
998
+ def kms_key_id: () -> ::String
999
+ def dedicated_service_account_id: () -> ::String
1000
+ def transit_gateway_configuration: () -> Types::TransitGatewayConfiguration
1001
+ def custom_dns_configuration: () -> ::Array[Types::CustomDNSServer]
1002
+ def creation_timestamp: () -> ::Time
1003
+ def update_timestamp: () -> ::Time
1004
+ def availability_zone_ids: () -> ::Array[::String]
1005
+ end
1006
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#update_kx_environment-instance_method
1007
+ def update_kx_environment: (
1008
+ environment_id: ::String,
1009
+ ?name: ::String,
1010
+ ?description: ::String,
1011
+ ?client_token: ::String
1012
+ ) -> _UpdateKxEnvironmentResponseSuccess
1013
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateKxEnvironmentResponseSuccess
1014
+
1015
+ interface _UpdateKxEnvironmentNetworkResponseSuccess
1016
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateKxEnvironmentNetworkResponse]
1017
+ def name: () -> ::String
1018
+ def environment_id: () -> ::String
1019
+ def aws_account_id: () -> ::String
1020
+ def status: () -> ("CREATE_REQUESTED" | "CREATING" | "CREATED" | "DELETE_REQUESTED" | "DELETING" | "DELETED" | "FAILED_CREATION" | "RETRY_DELETION" | "FAILED_DELETION" | "UPDATE_NETWORK_REQUESTED" | "UPDATING_NETWORK" | "FAILED_UPDATING_NETWORK" | "SUSPENDED")
1021
+ def tgw_status: () -> ("NONE" | "UPDATE_REQUESTED" | "UPDATING" | "FAILED_UPDATE" | "SUCCESSFULLY_UPDATED")
1022
+ def dns_status: () -> ("NONE" | "UPDATE_REQUESTED" | "UPDATING" | "FAILED_UPDATE" | "SUCCESSFULLY_UPDATED")
1023
+ def error_message: () -> ::String
1024
+ def description: () -> ::String
1025
+ def environment_arn: () -> ::String
1026
+ def kms_key_id: () -> ::String
1027
+ def dedicated_service_account_id: () -> ::String
1028
+ def transit_gateway_configuration: () -> Types::TransitGatewayConfiguration
1029
+ def custom_dns_configuration: () -> ::Array[Types::CustomDNSServer]
1030
+ def creation_timestamp: () -> ::Time
1031
+ def update_timestamp: () -> ::Time
1032
+ def availability_zone_ids: () -> ::Array[::String]
1033
+ end
1034
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#update_kx_environment_network-instance_method
1035
+ def update_kx_environment_network: (
1036
+ environment_id: ::String,
1037
+ ?transit_gateway_configuration: {
1038
+ transit_gateway_id: ::String,
1039
+ routable_cidr_space: ::String,
1040
+ attachment_network_acl_configuration: Array[
1041
+ {
1042
+ rule_number: ::Integer,
1043
+ protocol: ::String,
1044
+ rule_action: ("allow" | "deny"),
1045
+ port_range: {
1046
+ from: ::Integer,
1047
+ to: ::Integer
1048
+ }?,
1049
+ icmp_type_code: {
1050
+ type: ::Integer,
1051
+ code: ::Integer
1052
+ }?,
1053
+ cidr_block: ::String
1054
+ },
1055
+ ]?
1056
+ },
1057
+ ?custom_dns_configuration: Array[
1058
+ {
1059
+ custom_dns_server_name: ::String,
1060
+ custom_dns_server_ip: ::String
1061
+ },
1062
+ ],
1063
+ ?client_token: ::String
1064
+ ) -> _UpdateKxEnvironmentNetworkResponseSuccess
1065
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateKxEnvironmentNetworkResponseSuccess
1066
+
1067
+ interface _UpdateKxUserResponseSuccess
1068
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateKxUserResponse]
1069
+ def user_name: () -> ::String
1070
+ def user_arn: () -> ::String
1071
+ def environment_id: () -> ::String
1072
+ def iam_role: () -> ::String
1073
+ end
1074
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#update_kx_user-instance_method
1075
+ def update_kx_user: (
1076
+ environment_id: ::String,
1077
+ user_name: ::String,
1078
+ iam_role: ::String,
1079
+ ?client_token: ::String
1080
+ ) -> _UpdateKxUserResponseSuccess
1081
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateKxUserResponseSuccess
1082
+
1083
+ interface _UpdateKxVolumeResponseSuccess
1084
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateKxVolumeResponse]
1085
+ def environment_id: () -> ::String
1086
+ def volume_name: () -> ::String
1087
+ def volume_type: () -> ("NAS_1")
1088
+ def volume_arn: () -> ::String
1089
+ def nas1_configuration: () -> Types::KxNAS1Configuration
1090
+ def status: () -> ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "UPDATING" | "UPDATED" | "UPDATE_FAILED" | "DELETING" | "DELETED" | "DELETE_FAILED")
1091
+ def description: () -> ::String
1092
+ def status_reason: () -> ::String
1093
+ def created_timestamp: () -> ::Time
1094
+ def az_mode: () -> ("SINGLE" | "MULTI")
1095
+ def availability_zone_ids: () -> ::Array[::String]
1096
+ def last_modified_timestamp: () -> ::Time
1097
+ def attached_clusters: () -> ::Array[Types::KxAttachedCluster]
1098
+ end
1099
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Finspace/Client.html#update_kx_volume-instance_method
1100
+ def update_kx_volume: (
1101
+ environment_id: ::String,
1102
+ volume_name: ::String,
1103
+ ?description: ::String,
1104
+ ?client_token: ::String,
1105
+ ?nas1_configuration: {
1106
+ type: ("SSD_1000" | "SSD_250" | "HDD_12")?,
1107
+ size: ::Integer?
1108
+ }
1109
+ ) -> _UpdateKxVolumeResponseSuccess
1110
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateKxVolumeResponseSuccess
1111
+ end
1112
+ end
1113
+ end
1114
+