@aws-sdk/client-finspace 3.536.0 → 3.540.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.
@@ -1,12 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
- const util_endpoints_1 = require("@smithy/util-endpoints");
4
+ const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
+ const util_endpoints_2 = require("@smithy/util-endpoints");
5
6
  const ruleset_1 = require("./ruleset");
6
7
  const defaultEndpointResolver = (endpointParams, context = {}) => {
7
- return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
8
+ return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
8
9
  endpointParams: endpointParams,
9
10
  logger: context.logger,
10
11
  });
11
12
  };
12
13
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
+ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -724,6 +724,7 @@ var se_CreateKxDataviewCommand = /* @__PURE__ */ __name(async (input, context) =
724
724
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
725
725
  dataviewName: [],
726
726
  description: [],
727
+ readWrite: [],
727
728
  segmentConfigurations: (_) => (0, import_smithy_client._json)(_),
728
729
  tags: (_) => (0, import_smithy_client._json)(_)
729
730
  })
@@ -1471,6 +1472,7 @@ var de_CreateKxDataviewCommand = /* @__PURE__ */ __name(async (output, context)
1471
1472
  description: import_smithy_client.expectString,
1472
1473
  environmentId: import_smithy_client.expectString,
1473
1474
  lastModifiedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1475
+ readWrite: import_smithy_client.expectBoolean,
1474
1476
  segmentConfigurations: import_smithy_client._json,
1475
1477
  status: import_smithy_client.expectString
1476
1478
  });
@@ -1767,6 +1769,7 @@ var de_GetKxDataviewCommand = /* @__PURE__ */ __name(async (output, context) =>
1767
1769
  description: import_smithy_client.expectString,
1768
1770
  environmentId: import_smithy_client.expectString,
1769
1771
  lastModifiedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1772
+ readWrite: import_smithy_client.expectBoolean,
1770
1773
  segmentConfigurations: import_smithy_client._json,
1771
1774
  status: import_smithy_client.expectString,
1772
1775
  statusReason: import_smithy_client.expectString
@@ -2124,6 +2127,7 @@ var de_UpdateKxDataviewCommand = /* @__PURE__ */ __name(async (output, context)
2124
2127
  description: import_smithy_client.expectString,
2125
2128
  environmentId: import_smithy_client.expectString,
2126
2129
  lastModifiedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2130
+ readWrite: import_smithy_client.expectBoolean,
2127
2131
  segmentConfigurations: import_smithy_client._json,
2128
2132
  status: import_smithy_client.expectString
2129
2133
  });
@@ -2517,6 +2521,7 @@ var de_KxDataviewListEntry = /* @__PURE__ */ __name((output, context) => {
2517
2521
  description: import_smithy_client.expectString,
2518
2522
  environmentId: import_smithy_client.expectString,
2519
2523
  lastModifiedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2524
+ readWrite: import_smithy_client.expectBoolean,
2520
2525
  segmentConfigurations: import_smithy_client._json,
2521
2526
  status: import_smithy_client.expectString,
2522
2527
  statusReason: import_smithy_client.expectString
@@ -3554,9 +3559,6 @@ var paginateListKxEnvironments = (0, import_core.createPaginator)(FinspaceClient
3554
3559
  // src/pagination/ListKxScalingGroupsPaginator.ts
3555
3560
 
3556
3561
  var paginateListKxScalingGroups = (0, import_core.createPaginator)(FinspaceClient, ListKxScalingGroupsCommand, "nextToken", "nextToken", "maxResults");
3557
-
3558
- // src/index.ts
3559
- var import_util_endpoints = require("@aws-sdk/util-endpoints");
3560
3562
  // Annotate the CommonJS export names for ESM import in node:
3561
3563
 
3562
3564
  0 && (module.exports = {
@@ -1,4 +1,5 @@
1
- import { resolveEndpoint } from "@smithy/util-endpoints";
1
+ import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
+ import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
3
  import { ruleSet } from "./ruleset";
3
4
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
4
5
  return resolveEndpoint(ruleSet, {
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
6
7
  logger: context.logger,
7
8
  });
8
9
  };
10
+ customEndpointFunctions.aws = awsEndpointFunctions;
package/dist-es/index.js CHANGED
@@ -3,5 +3,4 @@ export * from "./Finspace";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./models";
6
- import "@aws-sdk/util-endpoints";
7
6
  export { FinspaceServiceException } from "./models/FinspaceServiceException";
@@ -107,6 +107,7 @@ export const se_CreateKxDataviewCommand = async (input, context) => {
107
107
  clientToken: [true, (_) => _ ?? generateIdempotencyToken()],
108
108
  dataviewName: [],
109
109
  description: [],
110
+ readWrite: [],
110
111
  segmentConfigurations: (_) => _json(_),
111
112
  tags: (_) => _json(_),
112
113
  }));
@@ -825,6 +826,7 @@ export const de_CreateKxDataviewCommand = async (output, context) => {
825
826
  description: __expectString,
826
827
  environmentId: __expectString,
827
828
  lastModifiedTimestamp: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
829
+ readWrite: __expectBoolean,
828
830
  segmentConfigurations: _json,
829
831
  status: __expectString,
830
832
  });
@@ -1121,6 +1123,7 @@ export const de_GetKxDataviewCommand = async (output, context) => {
1121
1123
  description: __expectString,
1122
1124
  environmentId: __expectString,
1123
1125
  lastModifiedTimestamp: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
1126
+ readWrite: __expectBoolean,
1124
1127
  segmentConfigurations: _json,
1125
1128
  status: __expectString,
1126
1129
  statusReason: __expectString,
@@ -1478,6 +1481,7 @@ export const de_UpdateKxDataviewCommand = async (output, context) => {
1478
1481
  description: __expectString,
1479
1482
  environmentId: __expectString,
1480
1483
  lastModifiedTimestamp: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
1484
+ readWrite: __expectBoolean,
1481
1485
  segmentConfigurations: _json,
1482
1486
  status: __expectString,
1483
1487
  });
@@ -1879,6 +1883,7 @@ const de_KxDataviewListEntry = (output, context) => {
1879
1883
  description: __expectString,
1880
1884
  environmentId: __expectString,
1881
1885
  lastModifiedTimestamp: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
1886
+ readWrite: __expectBoolean,
1882
1887
  segmentConfigurations: _json,
1883
1888
  status: __expectString,
1884
1889
  statusReason: __expectString,
@@ -67,6 +67,7 @@ declare const CreateKxClusterCommand_base: {
67
67
  * "STRING_VALUE",
68
68
  * ],
69
69
  * volumeName: "STRING_VALUE", // required
70
+ * onDemand: true || false,
70
71
  * },
71
72
  * ],
72
73
  * },
@@ -176,6 +177,7 @@ declare const CreateKxClusterCommand_base: {
176
177
  * // "STRING_VALUE",
177
178
  * // ],
178
179
  * // volumeName: "STRING_VALUE", // required
180
+ * // onDemand: true || false,
179
181
  * // },
180
182
  * // ],
181
183
  * // },
@@ -47,9 +47,11 @@ declare const CreateKxDataviewCommand_base: {
47
47
  * "STRING_VALUE",
48
48
  * ],
49
49
  * volumeName: "STRING_VALUE", // required
50
+ * onDemand: true || false,
50
51
  * },
51
52
  * ],
52
53
  * autoUpdate: true || false,
54
+ * readWrite: true || false,
53
55
  * description: "STRING_VALUE",
54
56
  * tags: { // TagMap
55
57
  * "<keys>": "STRING_VALUE",
@@ -71,10 +73,12 @@ declare const CreateKxDataviewCommand_base: {
71
73
  * // "STRING_VALUE",
72
74
  * // ],
73
75
  * // volumeName: "STRING_VALUE", // required
76
+ * // onDemand: true || false,
74
77
  * // },
75
78
  * // ],
76
79
  * // description: "STRING_VALUE",
77
80
  * // autoUpdate: true || false,
81
+ * // readWrite: true || false,
78
82
  * // createdTimestamp: new Date("TIMESTAMP"),
79
83
  * // lastModifiedTimestamp: new Date("TIMESTAMP"),
80
84
  * // status: "CREATING" || "ACTIVE" || "UPDATING" || "FAILED" || "DELETING",
@@ -79,6 +79,7 @@ declare const GetKxClusterCommand_base: {
79
79
  * // "STRING_VALUE",
80
80
  * // ],
81
81
  * // volumeName: "STRING_VALUE", // required
82
+ * // onDemand: true || false,
82
83
  * // },
83
84
  * // ],
84
85
  * // },
@@ -54,6 +54,7 @@ declare const GetKxDataviewCommand_base: {
54
54
  * // "STRING_VALUE",
55
55
  * // ],
56
56
  * // volumeName: "STRING_VALUE", // required
57
+ * // onDemand: true || false,
57
58
  * // },
58
59
  * // ],
59
60
  * // activeVersions: [ // KxDataviewActiveVersionList
@@ -65,6 +66,7 @@ declare const GetKxDataviewCommand_base: {
65
66
  * // "STRING_VALUE",
66
67
  * // ],
67
68
  * // volumeName: "STRING_VALUE", // required
69
+ * // onDemand: true || false,
68
70
  * // },
69
71
  * // ],
70
72
  * // attachedClusters: [ // AttachedClusterList
@@ -76,6 +78,7 @@ declare const GetKxDataviewCommand_base: {
76
78
  * // ],
77
79
  * // description: "STRING_VALUE",
78
80
  * // autoUpdate: true || false,
81
+ * // readWrite: true || false,
79
82
  * // environmentId: "STRING_VALUE",
80
83
  * // createdTimestamp: new Date("TIMESTAMP"),
81
84
  * // lastModifiedTimestamp: new Date("TIMESTAMP"),
@@ -57,6 +57,7 @@ declare const ListKxDataviewsCommand_base: {
57
57
  * // "STRING_VALUE",
58
58
  * // ],
59
59
  * // volumeName: "STRING_VALUE", // required
60
+ * // onDemand: true || false,
60
61
  * // },
61
62
  * // ],
62
63
  * // activeVersions: [ // KxDataviewActiveVersionList
@@ -68,6 +69,7 @@ declare const ListKxDataviewsCommand_base: {
68
69
  * // "STRING_VALUE",
69
70
  * // ],
70
71
  * // volumeName: "STRING_VALUE", // required
72
+ * // onDemand: true || false,
71
73
  * // },
72
74
  * // ],
73
75
  * // attachedClusters: [ // AttachedClusterList
@@ -80,6 +82,7 @@ declare const ListKxDataviewsCommand_base: {
80
82
  * // status: "CREATING" || "ACTIVE" || "UPDATING" || "FAILED" || "DELETING",
81
83
  * // description: "STRING_VALUE",
82
84
  * // autoUpdate: true || false,
85
+ * // readWrite: true || false,
83
86
  * // createdTimestamp: new Date("TIMESTAMP"),
84
87
  * // lastModifiedTimestamp: new Date("TIMESTAMP"),
85
88
  * // statusReason: "STRING_VALUE",
@@ -62,6 +62,7 @@ declare const UpdateKxClusterDatabasesCommand_base: {
62
62
  * "STRING_VALUE",
63
63
  * ],
64
64
  * volumeName: "STRING_VALUE", // required
65
+ * onDemand: true || false,
65
66
  * },
66
67
  * ],
67
68
  * },
@@ -46,6 +46,7 @@ declare const UpdateKxDataviewCommand_base: {
46
46
  * "STRING_VALUE",
47
47
  * ],
48
48
  * volumeName: "STRING_VALUE", // required
49
+ * onDemand: true || false,
49
50
  * },
50
51
  * ],
51
52
  * clientToken: "STRING_VALUE", // required
@@ -65,6 +66,7 @@ declare const UpdateKxDataviewCommand_base: {
65
66
  * // "STRING_VALUE",
66
67
  * // ],
67
68
  * // volumeName: "STRING_VALUE", // required
69
+ * // onDemand: true || false,
68
70
  * // },
69
71
  * // ],
70
72
  * // activeVersions: [ // KxDataviewActiveVersionList
@@ -76,6 +78,7 @@ declare const UpdateKxDataviewCommand_base: {
76
78
  * // "STRING_VALUE",
77
79
  * // ],
78
80
  * // volumeName: "STRING_VALUE", // required
81
+ * // onDemand: true || false,
79
82
  * // },
80
83
  * // ],
81
84
  * // attachedClusters: [ // AttachedClusterList
@@ -87,6 +90,7 @@ declare const UpdateKxDataviewCommand_base: {
87
90
  * // ],
88
91
  * // status: "CREATING" || "ACTIVE" || "UPDATING" || "FAILED" || "DELETING",
89
92
  * // autoUpdate: true || false,
93
+ * // readWrite: true || false,
90
94
  * // description: "STRING_VALUE",
91
95
  * // createdTimestamp: new Date("TIMESTAMP"),
92
96
  * // lastModifiedTimestamp: new Date("TIMESTAMP"),
@@ -11,5 +11,4 @@ export { FinspaceExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
12
  export * from "./pagination";
13
13
  export * from "./models";
14
- import "@aws-sdk/util-endpoints";
15
14
  export { FinspaceServiceException } from "./models/FinspaceServiceException";
@@ -723,6 +723,14 @@ export interface KxDataviewSegmentConfiguration {
723
723
  * @public
724
724
  */
725
725
  volumeName: string | undefined;
726
+ /**
727
+ * <p>Enables on-demand caching on the selected database path when a particular file or a
728
+ * column of the database is accessed. When on demand caching is <b>True</b>, dataviews perform minimal loading of files on the filesystem as
729
+ * needed. When it is set to <b>False</b>, everything is cached. The
730
+ * default value is <b>False</b>. </p>
731
+ * @public
732
+ */
733
+ onDemand?: boolean;
726
734
  }
727
735
  /**
728
736
  * <p>
@@ -1414,17 +1422,7 @@ export interface CreateKxDataviewRequest {
1414
1422
  */
1415
1423
  dataviewName: string | undefined;
1416
1424
  /**
1417
- * <p>The number of availability zones you want to assign per cluster. This can be one of the following </p>
1418
- * <ul>
1419
- * <li>
1420
- * <p>
1421
- * <code>SINGLE</code> – Assigns one availability zone per cluster.</p>
1422
- * </li>
1423
- * <li>
1424
- * <p>
1425
- * <code>MULTI</code> – Assigns all the availability zones per cluster.</p>
1426
- * </li>
1427
- * </ul>
1425
+ * <p>The number of availability zones you want to assign per volume. Currently, FinSpace only supports <code>SINGLE</code> for volumes. This places dataview in a single AZ.</p>
1428
1426
  * @public
1429
1427
  */
1430
1428
  azMode: KxAzMode | undefined;
@@ -1452,6 +1450,33 @@ export interface CreateKxDataviewRequest {
1452
1450
  * @public
1453
1451
  */
1454
1452
  autoUpdate?: boolean;
1453
+ /**
1454
+ * <p>
1455
+ * The option to specify whether you want to make the dataview writable to perform database maintenance. The following are some considerations related to writable dataviews.
1456
+
1457
+ </p>
1458
+ * <ul>
1459
+ * <li>
1460
+ * <p>You cannot create partial writable dataviews. When you create writeable dataviews you must
1461
+ * provide the entire database path.</p>
1462
+ * </li>
1463
+ * <li>
1464
+ * <p>You cannot perform updates on a writeable dataview. Hence, <code>autoUpdate</code> must be set
1465
+ * as <b>False</b> if <code>readWrite</code> is <b>True</b> for a dataview.</p>
1466
+ * </li>
1467
+ * <li>
1468
+ * <p>You must also use a unique volume for creating a writeable dataview. So, if you choose a
1469
+ * volume that is already in use by another dataview, the dataview creation
1470
+ * fails.</p>
1471
+ * </li>
1472
+ * <li>
1473
+ * <p>Once you create a dataview as writeable, you cannot change it to read-only. So, you cannot
1474
+ * update the <code>readWrite</code> parameter later.</p>
1475
+ * </li>
1476
+ * </ul>
1477
+ * @public
1478
+ */
1479
+ readWrite?: boolean;
1455
1480
  /**
1456
1481
  * <p>A description of the dataview.</p>
1457
1482
  * @public
@@ -1505,17 +1530,7 @@ export interface CreateKxDataviewResponse {
1505
1530
  */
1506
1531
  environmentId?: string;
1507
1532
  /**
1508
- * <p>The number of availability zones you want to assign per cluster. This can be one of the following </p>
1509
- * <ul>
1510
- * <li>
1511
- * <p>
1512
- * <code>SINGLE</code> – Assigns one availability zone per cluster.</p>
1513
- * </li>
1514
- * <li>
1515
- * <p>
1516
- * <code>MULTI</code> – Assigns all the availability zones per cluster.</p>
1517
- * </li>
1518
- * </ul>
1533
+ * <p>The number of availability zones you want to assign per volume. Currently, FinSpace only supports <code>SINGLE</code> for volumes. This places dataview in a single AZ.</p>
1519
1534
  * @public
1520
1535
  */
1521
1536
  azMode?: KxAzMode;
@@ -1547,6 +1562,11 @@ export interface CreateKxDataviewResponse {
1547
1562
  * @public
1548
1563
  */
1549
1564
  autoUpdate?: boolean;
1565
+ /**
1566
+ * <p>Returns True if the dataview is created as writeable and False otherwise. </p>
1567
+ * @public
1568
+ */
1569
+ readWrite?: boolean;
1550
1570
  /**
1551
1571
  * <p>
1552
1572
  * The timestamp at which the dataview was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.</p>
@@ -1694,9 +1714,34 @@ export interface CreateKxScalingGroupRequest {
1694
1714
  scalingGroupName: string | undefined;
1695
1715
  /**
1696
1716
  * <p>
1697
- * The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be placed.
1698
- *
1699
- * </p>
1717
+ * The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be placed.</p>
1718
+ * <p>You can add one of the following values:</p>
1719
+ * <ul>
1720
+ * <li>
1721
+ * <p>
1722
+ * <code>kx.sg.4xlarge</code> – The host type with a configuration of 108 GiB memory and 16 vCPUs.</p>
1723
+ * </li>
1724
+ * <li>
1725
+ * <p>
1726
+ * <code>kx.sg.8xlarge</code> – The host type with a configuration of 216 GiB memory and 32 vCPUs.</p>
1727
+ * </li>
1728
+ * <li>
1729
+ * <p>
1730
+ * <code>kx.sg.16xlarge</code> – The host type with a configuration of 432 GiB memory and 64 vCPUs.</p>
1731
+ * </li>
1732
+ * <li>
1733
+ * <p>
1734
+ * <code>kx.sg.32xlarge</code> – The host type with a configuration of 864 GiB memory and 128 vCPUs.</p>
1735
+ * </li>
1736
+ * <li>
1737
+ * <p>
1738
+ * <code>kx.sg1.16xlarge</code> – The host type with a configuration of 1949 GiB memory and 64 vCPUs.</p>
1739
+ * </li>
1740
+ * <li>
1741
+ * <p>
1742
+ * <code>kx.sg1.24xlarge</code> – The host type with a configuration of 2948 GiB memory and 96 vCPUs.</p>
1743
+ * </li>
1744
+ * </ul>
1700
1745
  * @public
1701
1746
  */
1702
1747
  hostType: string | undefined;
@@ -1943,7 +1988,7 @@ export interface CreateKxVolumeRequest {
1943
1988
  */
1944
1989
  nas1Configuration?: KxNAS1Configuration;
1945
1990
  /**
1946
- * <p>The number of availability zones you want to assign per cluster. Currently, FinSpace only support <code>SINGLE</code> for volumes.</p>
1991
+ * <p>The number of availability zones you want to assign per volume. Currently, FinSpace only supports <code>SINGLE</code> for volumes. This places dataview in a single AZ.</p>
1947
1992
  * @public
1948
1993
  */
1949
1994
  azMode: KxAzMode | undefined;
@@ -2052,7 +2097,7 @@ export interface CreateKxVolumeResponse {
2052
2097
  */
2053
2098
  statusReason?: string;
2054
2099
  /**
2055
- * <p>The number of availability zones you want to assign per cluster. Currently, FinSpace only support <code>SINGLE</code> for volumes.</p>
2100
+ * <p>The number of availability zones you want to assign per volume. Currently, FinSpace only supports <code>SINGLE</code> for volumes. This places dataview in a single AZ.</p>
2056
2101
  * @public
2057
2102
  */
2058
2103
  azMode?: KxAzMode;
@@ -2818,17 +2863,7 @@ export interface GetKxDataviewResponse {
2818
2863
  */
2819
2864
  dataviewName?: string;
2820
2865
  /**
2821
- * <p>The number of availability zones you want to assign per cluster. This can be one of the following </p>
2822
- * <ul>
2823
- * <li>
2824
- * <p>
2825
- * <code>SINGLE</code> – Assigns one availability zone per cluster.</p>
2826
- * </li>
2827
- * <li>
2828
- * <p>
2829
- * <code>MULTI</code> – Assigns all the availability zones per cluster.</p>
2830
- * </li>
2831
- * </ul>
2866
+ * <p>The number of availability zones you want to assign per volume. Currently, FinSpace only supports <code>SINGLE</code> for volumes. This places dataview in a single AZ.</p>
2832
2867
  * @public
2833
2868
  */
2834
2869
  azMode?: KxAzMode;
@@ -2869,6 +2904,11 @@ export interface GetKxDataviewResponse {
2869
2904
  * @public
2870
2905
  */
2871
2906
  autoUpdate?: boolean;
2907
+ /**
2908
+ * <p>Returns True if the dataview is created as writeable and False otherwise. </p>
2909
+ * @public
2910
+ */
2911
+ readWrite?: boolean;
2872
2912
  /**
2873
2913
  * <p>A unique identifier for the kdb environment, from where you want to retrieve the dataview details.</p>
2874
2914
  * @public
@@ -3224,9 +3264,34 @@ export interface GetKxScalingGroupResponse {
3224
3264
  scalingGroupArn?: string;
3225
3265
  /**
3226
3266
  * <p>
3227
- * The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be placed.
3228
- *
3229
- * </p>
3267
+ * The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be placed.</p>
3268
+ * <p>It can have one of the following values:</p>
3269
+ * <ul>
3270
+ * <li>
3271
+ * <p>
3272
+ * <code>kx.sg.4xlarge</code> – The host type with a configuration of 108 GiB memory and 16 vCPUs.</p>
3273
+ * </li>
3274
+ * <li>
3275
+ * <p>
3276
+ * <code>kx.sg.8xlarge</code> – The host type with a configuration of 216 GiB memory and 32 vCPUs.</p>
3277
+ * </li>
3278
+ * <li>
3279
+ * <p>
3280
+ * <code>kx.sg.16xlarge</code> – The host type with a configuration of 432 GiB memory and 64 vCPUs.</p>
3281
+ * </li>
3282
+ * <li>
3283
+ * <p>
3284
+ * <code>kx.sg.32xlarge</code> – The host type with a configuration of 864 GiB memory and 128 vCPUs.</p>
3285
+ * </li>
3286
+ * <li>
3287
+ * <p>
3288
+ * <code>kx.sg1.16xlarge</code> – The host type with a configuration of 1949 GiB memory and 64 vCPUs.</p>
3289
+ * </li>
3290
+ * <li>
3291
+ * <p>
3292
+ * <code>kx.sg1.24xlarge</code> – The host type with a configuration of 2948 GiB memory and 96 vCPUs.</p>
3293
+ * </li>
3294
+ * </ul>
3230
3295
  * @public
3231
3296
  */
3232
3297
  hostType?: string;
@@ -3487,7 +3552,7 @@ export interface GetKxVolumeResponse {
3487
3552
  */
3488
3553
  description?: string;
3489
3554
  /**
3490
- * <p>The number of availability zones you want to assign per cluster. Currently, FinSpace only support <code>SINGLE</code> for volumes.</p>
3555
+ * <p>The number of availability zones you want to assign per volume. Currently, FinSpace only supports <code>SINGLE</code> for volumes. This places dataview in a single AZ.</p>
3491
3556
  * @public
3492
3557
  */
3493
3558
  azMode?: KxAzMode;
@@ -3991,17 +4056,7 @@ export interface KxDataviewListEntry {
3991
4056
  */
3992
4057
  dataviewName?: string;
3993
4058
  /**
3994
- * <p>The number of availability zones you want to assign per cluster. This can be one of the following </p>
3995
- * <ul>
3996
- * <li>
3997
- * <p>
3998
- * <code>SINGLE</code> – Assigns one availability zone per cluster.</p>
3999
- * </li>
4000
- * <li>
4001
- * <p>
4002
- * <code>MULTI</code> – Assigns all the availability zones per cluster.</p>
4003
- * </li>
4004
- * </ul>
4059
+ * <p>The number of availability zones you want to assign per volume. Currently, FinSpace only supports <code>SINGLE</code> for volumes. This places dataview in a single AZ.</p>
4005
4060
  * @public
4006
4061
  */
4007
4062
  azMode?: KxAzMode;
@@ -4052,6 +4107,11 @@ export interface KxDataviewListEntry {
4052
4107
  * @public
4053
4108
  */
4054
4109
  autoUpdate?: boolean;
4110
+ /**
4111
+ * <p> Returns True if the dataview is created as writeable and False otherwise. </p>
4112
+ * @public
4113
+ */
4114
+ readWrite?: boolean;
4055
4115
  /**
4056
4116
  * <p>
4057
4117
  * The timestamp at which the dataview list entry was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.</p>
@@ -4273,9 +4333,34 @@ export interface KxScalingGroup {
4273
4333
  scalingGroupName?: string;
4274
4334
  /**
4275
4335
  * <p>
4276
- * The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be placed.
4277
- *
4278
- * </p>
4336
+ * The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be placed.</p>
4337
+ * <p>You can add one of the following values:</p>
4338
+ * <ul>
4339
+ * <li>
4340
+ * <p>
4341
+ * <code>kx.sg.4xlarge</code> – The host type with a configuration of 108 GiB memory and 16 vCPUs.</p>
4342
+ * </li>
4343
+ * <li>
4344
+ * <p>
4345
+ * <code>kx.sg.8xlarge</code> – The host type with a configuration of 216 GiB memory and 32 vCPUs.</p>
4346
+ * </li>
4347
+ * <li>
4348
+ * <p>
4349
+ * <code>kx.sg.16xlarge</code> – The host type with a configuration of 432 GiB memory and 64 vCPUs.</p>
4350
+ * </li>
4351
+ * <li>
4352
+ * <p>
4353
+ * <code>kx.sg.32xlarge</code> – The host type with a configuration of 864 GiB memory and 128 vCPUs.</p>
4354
+ * </li>
4355
+ * <li>
4356
+ * <p>
4357
+ * <code>kx.sg1.16xlarge</code> – The host type with a configuration of 1949 GiB memory and 64 vCPUs.</p>
4358
+ * </li>
4359
+ * <li>
4360
+ * <p>
4361
+ * <code>kx.sg1.24xlarge</code> – The host type with a configuration of 2948 GiB memory and 96 vCPUs.</p>
4362
+ * </li>
4363
+ * </ul>
4279
4364
  * @public
4280
4365
  */
4281
4366
  hostType?: string;
@@ -4499,9 +4584,7 @@ export interface KxVolume {
4499
4584
  */
4500
4585
  statusReason?: string;
4501
4586
  /**
4502
- * <p>
4503
- * The number of availability zones assigned to the volume. Currently, only <code>SINGLE</code> is supported.
4504
- * </p>
4587
+ * <p>The number of availability zones you want to assign per volume. Currently, FinSpace only supports <code>SINGLE</code> for volumes. This places dataview in a single AZ.</p>
4505
4588
  * @public
4506
4589
  */
4507
4590
  azMode?: KxAzMode;
@@ -4950,17 +5033,7 @@ export interface UpdateKxDataviewResponse {
4950
5033
  */
4951
5034
  dataviewName?: string;
4952
5035
  /**
4953
- * <p>The number of availability zones you want to assign per cluster. This can be one of the following </p>
4954
- * <ul>
4955
- * <li>
4956
- * <p>
4957
- * <code>SINGLE</code> – Assigns one availability zone per cluster.</p>
4958
- * </li>
4959
- * <li>
4960
- * <p>
4961
- * <code>MULTI</code> – Assigns all the availability zones per cluster.</p>
4962
- * </li>
4963
- * </ul>
5036
+ * <p>The number of availability zones you want to assign per volume. Currently, FinSpace only supports <code>SINGLE</code> for volumes. This places dataview in a single AZ.</p>
4964
5037
  * @public
4965
5038
  */
4966
5039
  azMode?: KxAzMode;
@@ -5015,6 +5088,11 @@ export interface UpdateKxDataviewResponse {
5015
5088
  * @public
5016
5089
  */
5017
5090
  autoUpdate?: boolean;
5091
+ /**
5092
+ * <p>Returns True if the dataview is created as writeable and False otherwise. </p>
5093
+ * @public
5094
+ */
5095
+ readWrite?: boolean;
5018
5096
  /**
5019
5097
  * <p>A description of the dataview.</p>
5020
5098
  * @public
@@ -5426,7 +5504,7 @@ export interface UpdateKxVolumeResponse {
5426
5504
  */
5427
5505
  createdTimestamp?: Date;
5428
5506
  /**
5429
- * <p>The number of availability zones you want to assign per cluster. Currently, FinSpace only support <code>SINGLE</code> for volumes.</p>
5507
+ * <p>The number of availability zones you want to assign per volume. Currently, FinSpace only supports <code>SINGLE</code> for volumes. This places dataview in a single AZ.</p>
5430
5508
  * @public
5431
5509
  */
5432
5510
  azMode?: KxAzMode;
@@ -6,5 +6,4 @@ export { FinspaceExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
7
  export * from "./pagination";
8
8
  export * from "./models";
9
- import "@aws-sdk/util-endpoints";
10
9
  export { FinspaceServiceException } from "./models/FinspaceServiceException";
@@ -189,6 +189,7 @@ export interface KxDatabaseCacheConfiguration {
189
189
  export interface KxDataviewSegmentConfiguration {
190
190
  dbPaths: string[] | undefined;
191
191
  volumeName: string | undefined;
192
+ onDemand?: boolean;
192
193
  }
193
194
  export interface KxDataviewConfiguration {
194
195
  dataviewName?: string;
@@ -333,6 +334,7 @@ export interface CreateKxDataviewRequest {
333
334
  changesetId?: string;
334
335
  segmentConfigurations?: KxDataviewSegmentConfiguration[];
335
336
  autoUpdate?: boolean;
337
+ readWrite?: boolean;
336
338
  description?: string;
337
339
  tags?: Record<string, string>;
338
340
  clientToken?: string;
@@ -356,6 +358,7 @@ export interface CreateKxDataviewResponse {
356
358
  segmentConfigurations?: KxDataviewSegmentConfiguration[];
357
359
  description?: string;
358
360
  autoUpdate?: boolean;
361
+ readWrite?: boolean;
359
362
  createdTimestamp?: Date;
360
363
  lastModifiedTimestamp?: Date;
361
364
  status?: KxDataviewStatus;
@@ -641,6 +644,7 @@ export interface GetKxDataviewResponse {
641
644
  activeVersions?: KxDataviewActiveVersion[];
642
645
  description?: string;
643
646
  autoUpdate?: boolean;
647
+ readWrite?: boolean;
644
648
  environmentId?: string;
645
649
  createdTimestamp?: Date;
646
650
  lastModifiedTimestamp?: Date;
@@ -861,6 +865,7 @@ export interface KxDataviewListEntry {
861
865
  status?: KxDataviewStatus;
862
866
  description?: string;
863
867
  autoUpdate?: boolean;
868
+ readWrite?: boolean;
864
869
  createdTimestamp?: Date;
865
870
  lastModifiedTimestamp?: Date;
866
871
  statusReason?: string;
@@ -1054,6 +1059,7 @@ export interface UpdateKxDataviewResponse {
1054
1059
  activeVersions?: KxDataviewActiveVersion[];
1055
1060
  status?: KxDataviewStatus;
1056
1061
  autoUpdate?: boolean;
1062
+ readWrite?: boolean;
1057
1063
  description?: string;
1058
1064
  createdTimestamp?: Date;
1059
1065
  lastModifiedTimestamp?: Date;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-finspace",
3
3
  "description": "AWS SDK for JavaScript Finspace Client for Node.js, Browser and React Native",
4
- "version": "3.536.0",
4
+ "version": "3.540.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-finspace",
@@ -20,16 +20,16 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.535.0",
23
+ "@aws-sdk/client-sts": "3.540.0",
24
24
  "@aws-sdk/core": "3.535.0",
25
- "@aws-sdk/credential-provider-node": "3.535.0",
25
+ "@aws-sdk/credential-provider-node": "3.540.0",
26
26
  "@aws-sdk/middleware-host-header": "3.535.0",
27
27
  "@aws-sdk/middleware-logger": "3.535.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.535.0",
29
- "@aws-sdk/middleware-user-agent": "3.535.0",
29
+ "@aws-sdk/middleware-user-agent": "3.540.0",
30
30
  "@aws-sdk/region-config-resolver": "3.535.0",
31
31
  "@aws-sdk/types": "3.535.0",
32
- "@aws-sdk/util-endpoints": "3.535.0",
32
+ "@aws-sdk/util-endpoints": "3.540.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.535.0",
34
34
  "@aws-sdk/util-user-agent-node": "3.535.0",
35
35
  "@smithy/config-resolver": "^2.2.0",