aws-sdk-finspace 1.28.0 → 1.30.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -893,12 +893,9 @@ module Aws::Finspace
893
893
  # @return [String]
894
894
  #
895
895
  # @!attribute [rw] az_mode
896
- # The number of availability zones you want to assign per cluster.
897
- # This can be one of the following
898
- #
899
- # * `SINGLE` – Assigns one availability zone per cluster.
900
- #
901
- # * `MULTI` – Assigns all the availability zones per cluster.
896
+ # The number of availability zones you want to assign per volume.
897
+ # Currently, FinSpace only supports `SINGLE` for volumes. This places
898
+ # dataview in a single AZ.
902
899
  # @return [String]
903
900
  #
904
901
  # @!attribute [rw] availability_zone_id
@@ -924,6 +921,26 @@ module Aws::Finspace
924
921
  # ingest new changesets. The default value is false.
925
922
  # @return [Boolean]
926
923
  #
924
+ # @!attribute [rw] read_write
925
+ # The option to specify whether you want to make the dataview writable
926
+ # to perform database maintenance. The following are some
927
+ # considerations related to writable dataviews.


928
+ #
929
+ # * You cannot create partial writable dataviews. When you create
930
+ # writeable dataviews you must provide the entire database path.
931
+ #
932
+ # * You cannot perform updates on a writeable dataview. Hence,
933
+ # `autoUpdate` must be set as **False** if `readWrite` is **True**
934
+ # for a dataview.
935
+ #
936
+ # * You must also use a unique volume for creating a writeable
937
+ # dataview. So, if you choose a volume that is already in use by
938
+ # another dataview, the dataview creation fails.
939
+ #
940
+ # * Once you create a dataview as writeable, you cannot change it to
941
+ # read-only. So, you cannot update the `readWrite` parameter later.
942
+ # @return [Boolean]
943
+ #
927
944
  # @!attribute [rw] description
928
945
  # A description of the dataview.
929
946
  # @return [String]
@@ -951,6 +968,7 @@ module Aws::Finspace
951
968
  :changeset_id,
952
969
  :segment_configurations,
953
970
  :auto_update,
971
+ :read_write,
954
972
  :description,
955
973
  :tags,
956
974
  :client_token)
@@ -972,12 +990,9 @@ module Aws::Finspace
972
990
  # @return [String]
973
991
  #
974
992
  # @!attribute [rw] az_mode
975
- # The number of availability zones you want to assign per cluster.
976
- # This can be one of the following
977
- #
978
- # * `SINGLE` – Assigns one availability zone per cluster.
979
- #
980
- # * `MULTI` – Assigns all the availability zones per cluster.
993
+ # The number of availability zones you want to assign per volume.
994
+ # Currently, FinSpace only supports `SINGLE` for volumes. This places
995
+ # dataview in a single AZ.
981
996
  # @return [String]
982
997
  #
983
998
  # @!attribute [rw] availability_zone_id
@@ -1006,6 +1021,11 @@ module Aws::Finspace
1006
1021
  # ingest new changesets. The default value is false.
1007
1022
  # @return [Boolean]
1008
1023
  #
1024
+ # @!attribute [rw] read_write
1025
+ # Returns True if the dataview is created as writeable and False
1026
+ # otherwise.
1027
+ # @return [Boolean]
1028
+ #
1009
1029
  # @!attribute [rw] created_timestamp
1010
1030
  # The timestamp at which the dataview was created in FinSpace. The
1011
1031
  # value is determined as epoch time in milliseconds. For example, the
@@ -1042,6 +1062,7 @@ module Aws::Finspace
1042
1062
  :segment_configurations,
1043
1063
  :description,
1044
1064
  :auto_update,
1065
+ :read_write,
1045
1066
  :created_timestamp,
1046
1067
  :last_modified_timestamp,
1047
1068
  :status)
@@ -1146,6 +1167,26 @@ module Aws::Finspace
1146
1167
  # @!attribute [rw] host_type
1147
1168
  # The memory and CPU capabilities of the scaling group host on which
1148
1169
  # FinSpace Managed kdb clusters will be placed.
1170
+ #
1171
+ # You can add one of the following values:
1172
+ #
1173
+ # * `kx.sg.4xlarge` – The host type with a configuration of 108 GiB
1174
+ # memory and 16 vCPUs.
1175
+ #
1176
+ # * `kx.sg.8xlarge` – The host type with a configuration of 216 GiB
1177
+ # memory and 32 vCPUs.
1178
+ #
1179
+ # * `kx.sg.16xlarge` – The host type with a configuration of 432 GiB
1180
+ # memory and 64 vCPUs.
1181
+ #
1182
+ # * `kx.sg.32xlarge` – The host type with a configuration of 864 GiB
1183
+ # memory and 128 vCPUs.
1184
+ #
1185
+ # * `kx.sg1.16xlarge` – The host type with a configuration of 1949 GiB
1186
+ # memory and 64 vCPUs.
1187
+ #
1188
+ # * `kx.sg1.24xlarge` – The host type with a configuration of 2948 GiB
1189
+ # memory and 96 vCPUs.
1149
1190
  # @return [String]
1150
1191
  #
1151
1192
  # @!attribute [rw] availability_zone_id
@@ -1339,8 +1380,9 @@ module Aws::Finspace
1339
1380
  # @return [Types::KxNAS1Configuration]
1340
1381
  #
1341
1382
  # @!attribute [rw] az_mode
1342
- # The number of availability zones you want to assign per cluster.
1343
- # Currently, FinSpace only support `SINGLE` for volumes.
1383
+ # The number of availability zones you want to assign per volume.
1384
+ # Currently, FinSpace only supports `SINGLE` for volumes. This places
1385
+ # dataview in a single AZ.
1344
1386
  # @return [String]
1345
1387
  #
1346
1388
  # @!attribute [rw] availability_zone_ids
@@ -1418,8 +1460,9 @@ module Aws::Finspace
1418
1460
  # @return [String]
1419
1461
  #
1420
1462
  # @!attribute [rw] az_mode
1421
- # The number of availability zones you want to assign per cluster.
1422
- # Currently, FinSpace only support `SINGLE` for volumes.
1463
+ # The number of availability zones you want to assign per volume.
1464
+ # Currently, FinSpace only supports `SINGLE` for volumes. This places
1465
+ # dataview in a single AZ.
1423
1466
  # @return [String]
1424
1467
  #
1425
1468
  # @!attribute [rw] description
@@ -2324,12 +2367,9 @@ module Aws::Finspace
2324
2367
  # @return [String]
2325
2368
  #
2326
2369
  # @!attribute [rw] az_mode
2327
- # The number of availability zones you want to assign per cluster.
2328
- # This can be one of the following
2329
- #
2330
- # * `SINGLE` – Assigns one availability zone per cluster.
2331
- #
2332
- # * `MULTI` – Assigns all the availability zones per cluster.
2370
+ # The number of availability zones you want to assign per volume.
2371
+ # Currently, FinSpace only supports `SINGLE` for volumes. This places
2372
+ # dataview in a single AZ.
2333
2373
  # @return [String]
2334
2374
  #
2335
2375
  # @!attribute [rw] availability_zone_id
@@ -2364,6 +2404,11 @@ module Aws::Finspace
2364
2404
  # changesets are ingested. The default value is false.
2365
2405
  # @return [Boolean]
2366
2406
  #
2407
+ # @!attribute [rw] read_write
2408
+ # Returns True if the dataview is created as writeable and False
2409
+ # otherwise.
2410
+ # @return [Boolean]
2411
+ #
2367
2412
  # @!attribute [rw] environment_id
2368
2413
  # A unique identifier for the kdb environment, from where you want to
2369
2414
  # retrieve the dataview details.
@@ -2409,6 +2454,7 @@ module Aws::Finspace
2409
2454
  :active_versions,
2410
2455
  :description,
2411
2456
  :auto_update,
2457
+ :read_write,
2412
2458
  :environment_id,
2413
2459
  :created_timestamp,
2414
2460
  :last_modified_timestamp,
@@ -2555,6 +2601,26 @@ module Aws::Finspace
2555
2601
  # @!attribute [rw] host_type
2556
2602
  # The memory and CPU capabilities of the scaling group host on which
2557
2603
  # FinSpace Managed kdb clusters will be placed.
2604
+ #
2605
+ # It can have one of the following values:
2606
+ #
2607
+ # * `kx.sg.4xlarge` – The host type with a configuration of 108 GiB
2608
+ # memory and 16 vCPUs.
2609
+ #
2610
+ # * `kx.sg.8xlarge` – The host type with a configuration of 216 GiB
2611
+ # memory and 32 vCPUs.
2612
+ #
2613
+ # * `kx.sg.16xlarge` – The host type with a configuration of 432 GiB
2614
+ # memory and 64 vCPUs.
2615
+ #
2616
+ # * `kx.sg.32xlarge` – The host type with a configuration of 864 GiB
2617
+ # memory and 128 vCPUs.
2618
+ #
2619
+ # * `kx.sg1.16xlarge` – The host type with a configuration of 1949 GiB
2620
+ # memory and 64 vCPUs.
2621
+ #
2622
+ # * `kx.sg1.24xlarge` – The host type with a configuration of 2948 GiB
2623
+ # memory and 96 vCPUs.
2558
2624
  # @return [String]
2559
2625
  #
2560
2626
  # @!attribute [rw] clusters
@@ -2749,8 +2815,9 @@ module Aws::Finspace
2749
2815
  # @return [String]
2750
2816
  #
2751
2817
  # @!attribute [rw] az_mode
2752
- # The number of availability zones you want to assign per cluster.
2753
- # Currently, FinSpace only support `SINGLE` for volumes.
2818
+ # The number of availability zones you want to assign per volume.
2819
+ # Currently, FinSpace only supports `SINGLE` for volumes. This places
2820
+ # dataview in a single AZ.
2754
2821
  # @return [String]
2755
2822
  #
2756
2823
  # @!attribute [rw] availability_zone_ids
@@ -3335,12 +3402,9 @@ module Aws::Finspace
3335
3402
  # @return [String]
3336
3403
  #
3337
3404
  # @!attribute [rw] az_mode
3338
- # The number of availability zones you want to assign per cluster.
3339
- # This can be one of the following
3340
- #
3341
- # * `SINGLE` – Assigns one availability zone per cluster.
3342
- #
3343
- # * `MULTI` – Assigns all the availability zones per cluster.
3405
+ # The number of availability zones you want to assign per volume.
3406
+ # Currently, FinSpace only supports `SINGLE` for volumes. This places
3407
+ # dataview in a single AZ.
3344
3408
  # @return [String]
3345
3409
  #
3346
3410
  # @!attribute [rw] availability_zone_id
@@ -3377,6 +3441,11 @@ module Aws::Finspace
3377
3441
  # ingest new changesets. The default value is false.
3378
3442
  # @return [Boolean]
3379
3443
  #
3444
+ # @!attribute [rw] read_write
3445
+ # Returns True if the dataview is created as writeable and False
3446
+ # otherwise.
3447
+ # @return [Boolean]
3448
+ #
3380
3449
  # @!attribute [rw] created_timestamp
3381
3450
  # The timestamp at which the dataview list entry was created in
3382
3451
  # FinSpace. The value is determined as epoch time in milliseconds. For
@@ -3409,6 +3478,7 @@ module Aws::Finspace
3409
3478
  :status,
3410
3479
  :description,
3411
3480
  :auto_update,
3481
+ :read_write,
3412
3482
  :created_timestamp,
3413
3483
  :last_modified_timestamp,
3414
3484
  :status_reason)
@@ -3432,11 +3502,20 @@ module Aws::Finspace
3432
3502
  # The name of the volume where you want to add data.
3433
3503
  # @return [String]
3434
3504
  #
3505
+ # @!attribute [rw] on_demand
3506
+ # Enables on-demand caching on the selected database path when a
3507
+ # particular file or a column of the database is accessed. When on
3508
+ # demand caching is **True**, dataviews perform minimal loading of
3509
+ # files on the filesystem as needed. When it is set to **False**,
3510
+ # everything is cached. The default value is **False**.
3511
+ # @return [Boolean]
3512
+ #
3435
3513
  # @see http://docs.aws.amazon.com/goto/WebAPI/finspace-2021-03-12/KxDataviewSegmentConfiguration AWS API Documentation
3436
3514
  #
3437
3515
  class KxDataviewSegmentConfiguration < Struct.new(
3438
3516
  :db_paths,
3439
- :volume_name)
3517
+ :volume_name,
3518
+ :on_demand)
3440
3519
  SENSITIVE = []
3441
3520
  include Aws::Structure
3442
3521
  end
@@ -3680,6 +3759,26 @@ module Aws::Finspace
3680
3759
  # @!attribute [rw] host_type
3681
3760
  # The memory and CPU capabilities of the scaling group host on which
3682
3761
  # FinSpace Managed kdb clusters will be placed.
3762
+ #
3763
+ # You can add one of the following values:
3764
+ #
3765
+ # * `kx.sg.4xlarge` – The host type with a configuration of 108 GiB
3766
+ # memory and 16 vCPUs.
3767
+ #
3768
+ # * `kx.sg.8xlarge` – The host type with a configuration of 216 GiB
3769
+ # memory and 32 vCPUs.
3770
+ #
3771
+ # * `kx.sg.16xlarge` – The host type with a configuration of 432 GiB
3772
+ # memory and 64 vCPUs.
3773
+ #
3774
+ # * `kx.sg.32xlarge` – The host type with a configuration of 864 GiB
3775
+ # memory and 128 vCPUs.
3776
+ #
3777
+ # * `kx.sg1.16xlarge` – The host type with a configuration of 1949 GiB
3778
+ # memory and 64 vCPUs.
3779
+ #
3780
+ # * `kx.sg1.24xlarge` – The host type with a configuration of 2948 GiB
3781
+ # memory and 96 vCPUs.
3683
3782
  # @return [String]
3684
3783
  #
3685
3784
  # @!attribute [rw] clusters
@@ -3848,8 +3947,9 @@ module Aws::Finspace
3848
3947
  # @return [String]
3849
3948
  #
3850
3949
  # @!attribute [rw] az_mode
3851
- # The number of availability zones assigned to the volume. Currently,
3852
- # only `SINGLE` is supported.
3950
+ # The number of availability zones you want to assign per volume.
3951
+ # Currently, FinSpace only supports `SINGLE` for volumes. This places
3952
+ # dataview in a single AZ.
3853
3953
  # @return [String]
3854
3954
  #
3855
3955
  # @!attribute [rw] availability_zone_ids
@@ -4878,12 +4978,9 @@ module Aws::Finspace
4878
4978
  # @return [String]
4879
4979
  #
4880
4980
  # @!attribute [rw] az_mode
4881
- # The number of availability zones you want to assign per cluster.
4882
- # This can be one of the following
4883
- #
4884
- # * `SINGLE` – Assigns one availability zone per cluster.
4885
- #
4886
- # * `MULTI` – Assigns all the availability zones per cluster.
4981
+ # The number of availability zones you want to assign per volume.
4982
+ # Currently, FinSpace only supports `SINGLE` for volumes. This places
4983
+ # dataview in a single AZ.
4887
4984
  # @return [String]
4888
4985
  #
4889
4986
  # @!attribute [rw] availability_zone_id
@@ -4923,6 +5020,11 @@ module Aws::Finspace
4923
5020
  # changesets are ingested. The default value is false.
4924
5021
  # @return [Boolean]
4925
5022
  #
5023
+ # @!attribute [rw] read_write
5024
+ # Returns True if the dataview is created as writeable and False
5025
+ # otherwise.
5026
+ # @return [Boolean]
5027
+ #
4926
5028
  # @!attribute [rw] description
4927
5029
  # A description of the dataview.
4928
5030
  # @return [String]
@@ -4954,6 +5056,7 @@ module Aws::Finspace
4954
5056
  :active_versions,
4955
5057
  :status,
4956
5058
  :auto_update,
5059
+ :read_write,
4957
5060
  :description,
4958
5061
  :created_timestamp,
4959
5062
  :last_modified_timestamp)
@@ -5366,8 +5469,9 @@ module Aws::Finspace
5366
5469
  # @return [Time]
5367
5470
  #
5368
5471
  # @!attribute [rw] az_mode
5369
- # The number of availability zones you want to assign per cluster.
5370
- # Currently, FinSpace only support `SINGLE` for volumes.
5472
+ # The number of availability zones you want to assign per volume.
5473
+ # Currently, FinSpace only supports `SINGLE` for volumes. This places
5474
+ # dataview in a single AZ.
5371
5475
  # @return [String]
5372
5476
  #
5373
5477
  # @!attribute [rw] availability_zone_ids
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-finspace/customizations'
52
52
  # @!group service
53
53
  module Aws::Finspace
54
54
 
55
- GEM_VERSION = '1.28.0'
55
+ GEM_VERSION = '1.30.0'
56
56
 
57
57
  end