@aws-sdk/client-finspace 3.427.0 → 3.429.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.
- package/dist-types/models/models_0.d.ts +39 -39
- package/dist-types/ts3.4/models/models_0.d.ts +39 -39
- package/package.json +31 -31
|
@@ -42,7 +42,7 @@ export interface AutoScalingConfiguration {
|
|
|
42
42
|
* @public
|
|
43
43
|
* <p> The metric your cluster will track in order to scale in and out. For example, <code>CPU_UTILIZATION_PERCENTAGE</code> is the average CPU usage across all the nodes in a cluster.</p>
|
|
44
44
|
*/
|
|
45
|
-
autoScalingMetric?: AutoScalingMetric
|
|
45
|
+
autoScalingMetric?: AutoScalingMetric;
|
|
46
46
|
/**
|
|
47
47
|
* @public
|
|
48
48
|
* <p>The desired value of the chosen <code>autoScalingMetric</code>. When the metric drops below this value, the cluster will scale in. When the metric goes above this value, the cluster will scale out. You can set the target value between 1 and 100 percent.</p>
|
|
@@ -170,7 +170,7 @@ export interface CreateEnvironmentRequest {
|
|
|
170
170
|
* </li>
|
|
171
171
|
* </ul>
|
|
172
172
|
*/
|
|
173
|
-
federationMode?: FederationMode
|
|
173
|
+
federationMode?: FederationMode;
|
|
174
174
|
/**
|
|
175
175
|
* @public
|
|
176
176
|
* <p>Configuration information when authentication mode is FEDERATED.</p>
|
|
@@ -325,7 +325,7 @@ export interface ChangeRequest {
|
|
|
325
325
|
* </li>
|
|
326
326
|
* </ul>
|
|
327
327
|
*/
|
|
328
|
-
changeType: ChangeType |
|
|
328
|
+
changeType: ChangeType | undefined;
|
|
329
329
|
/**
|
|
330
330
|
* @public
|
|
331
331
|
* <p>Defines the S3 path of the source file that is required to add or update files in a database.</p>
|
|
@@ -421,7 +421,7 @@ export interface ErrorInfo {
|
|
|
421
421
|
* @public
|
|
422
422
|
* <p>Specifies the type of error.</p>
|
|
423
423
|
*/
|
|
424
|
-
errorType?: ErrorDetails
|
|
424
|
+
errorType?: ErrorDetails;
|
|
425
425
|
}
|
|
426
426
|
/**
|
|
427
427
|
* @public
|
|
@@ -489,7 +489,7 @@ export interface CreateKxChangesetResponse {
|
|
|
489
489
|
* </li>
|
|
490
490
|
* </ul>
|
|
491
491
|
*/
|
|
492
|
-
status?: ChangesetStatus
|
|
492
|
+
status?: ChangesetStatus;
|
|
493
493
|
/**
|
|
494
494
|
* @public
|
|
495
495
|
* <p>The details of the error that you receive when creating a changeset. It consists of the type of error and the error message.</p>
|
|
@@ -705,7 +705,7 @@ export interface KxSavedownStorageConfiguration {
|
|
|
705
705
|
* </li>
|
|
706
706
|
* </ul>
|
|
707
707
|
*/
|
|
708
|
-
type: KxSavedownStorageType |
|
|
708
|
+
type: KxSavedownStorageType | undefined;
|
|
709
709
|
/**
|
|
710
710
|
* @public
|
|
711
711
|
* <p>The size of temporary storage in gibibytes.</p>
|
|
@@ -752,7 +752,7 @@ export interface VpcConfiguration {
|
|
|
752
752
|
* </li>
|
|
753
753
|
* </ul>
|
|
754
754
|
*/
|
|
755
|
-
ipAddressType?: IPAddressType
|
|
755
|
+
ipAddressType?: IPAddressType;
|
|
756
756
|
}
|
|
757
757
|
/**
|
|
758
758
|
* @public
|
|
@@ -788,7 +788,7 @@ export interface CreateKxClusterRequest {
|
|
|
788
788
|
* </li>
|
|
789
789
|
* </ul>
|
|
790
790
|
*/
|
|
791
|
-
clusterType: KxClusterType |
|
|
791
|
+
clusterType: KxClusterType | undefined;
|
|
792
792
|
/**
|
|
793
793
|
* @public
|
|
794
794
|
* <p>A list of databases that will be available for querying.</p>
|
|
@@ -866,7 +866,7 @@ export interface CreateKxClusterRequest {
|
|
|
866
866
|
* </li>
|
|
867
867
|
* </ul>
|
|
868
868
|
*/
|
|
869
|
-
azMode: KxAzMode |
|
|
869
|
+
azMode: KxAzMode | undefined;
|
|
870
870
|
/**
|
|
871
871
|
* @public
|
|
872
872
|
* <p>The availability zone identifiers for the requested regions.</p>
|
|
@@ -935,7 +935,7 @@ export interface CreateKxClusterResponse {
|
|
|
935
935
|
* </li>
|
|
936
936
|
* </ul>
|
|
937
937
|
*/
|
|
938
|
-
status?: KxClusterStatus
|
|
938
|
+
status?: KxClusterStatus;
|
|
939
939
|
/**
|
|
940
940
|
* @public
|
|
941
941
|
* <p>The error message when a failed state occurs. </p>
|
|
@@ -961,7 +961,7 @@ export interface CreateKxClusterResponse {
|
|
|
961
961
|
* </li>
|
|
962
962
|
* </ul>
|
|
963
963
|
*/
|
|
964
|
-
clusterType?: KxClusterType
|
|
964
|
+
clusterType?: KxClusterType;
|
|
965
965
|
/**
|
|
966
966
|
* @public
|
|
967
967
|
* <p>A list of databases that will be available for querying.</p>
|
|
@@ -1046,7 +1046,7 @@ export interface CreateKxClusterResponse {
|
|
|
1046
1046
|
* </li>
|
|
1047
1047
|
* </ul>
|
|
1048
1048
|
*/
|
|
1049
|
-
azMode?: KxAzMode
|
|
1049
|
+
azMode?: KxAzMode;
|
|
1050
1050
|
/**
|
|
1051
1051
|
* @public
|
|
1052
1052
|
* <p>
|
|
@@ -1203,7 +1203,7 @@ export interface CreateKxEnvironmentResponse {
|
|
|
1203
1203
|
* @public
|
|
1204
1204
|
* <p>The status of the kdb environment.</p>
|
|
1205
1205
|
*/
|
|
1206
|
-
status?: EnvironmentStatus
|
|
1206
|
+
status?: EnvironmentStatus;
|
|
1207
1207
|
/**
|
|
1208
1208
|
* @public
|
|
1209
1209
|
* <p>A unique identifier for the kdb environment.</p>
|
|
@@ -1421,7 +1421,7 @@ export interface Environment {
|
|
|
1421
1421
|
* @public
|
|
1422
1422
|
* <p>The current status of creation of the FinSpace environment.</p>
|
|
1423
1423
|
*/
|
|
1424
|
-
status?: EnvironmentStatus
|
|
1424
|
+
status?: EnvironmentStatus;
|
|
1425
1425
|
/**
|
|
1426
1426
|
* @public
|
|
1427
1427
|
* <p>The sign-in URL for the web application of your FinSpace environment.</p>
|
|
@@ -1457,7 +1457,7 @@ export interface Environment {
|
|
|
1457
1457
|
* @public
|
|
1458
1458
|
* <p>The authentication mode for the environment.</p>
|
|
1459
1459
|
*/
|
|
1460
|
-
federationMode?: FederationMode
|
|
1460
|
+
federationMode?: FederationMode;
|
|
1461
1461
|
/**
|
|
1462
1462
|
* @public
|
|
1463
1463
|
* <p>Configuration information when authentication mode is FEDERATED.</p>
|
|
@@ -1553,7 +1553,7 @@ export interface GetKxChangesetResponse {
|
|
|
1553
1553
|
* </li>
|
|
1554
1554
|
* </ul>
|
|
1555
1555
|
*/
|
|
1556
|
-
status?: ChangesetStatus
|
|
1556
|
+
status?: ChangesetStatus;
|
|
1557
1557
|
/**
|
|
1558
1558
|
* @public
|
|
1559
1559
|
* <p>Provides details in the event of a failed flow, including the error type and the related error message.</p>
|
|
@@ -1609,7 +1609,7 @@ export interface GetKxClusterResponse {
|
|
|
1609
1609
|
* </li>
|
|
1610
1610
|
* </ul>
|
|
1611
1611
|
*/
|
|
1612
|
-
status?: KxClusterStatus
|
|
1612
|
+
status?: KxClusterStatus;
|
|
1613
1613
|
/**
|
|
1614
1614
|
* @public
|
|
1615
1615
|
* <p>The error message when a failed state occurs. </p>
|
|
@@ -1635,7 +1635,7 @@ export interface GetKxClusterResponse {
|
|
|
1635
1635
|
* </li>
|
|
1636
1636
|
* </ul>
|
|
1637
1637
|
*/
|
|
1638
|
-
clusterType?: KxClusterType
|
|
1638
|
+
clusterType?: KxClusterType;
|
|
1639
1639
|
/**
|
|
1640
1640
|
* @public
|
|
1641
1641
|
* <p> A list of databases mounted on the cluster.</p>
|
|
@@ -1720,7 +1720,7 @@ export interface GetKxClusterResponse {
|
|
|
1720
1720
|
* </li>
|
|
1721
1721
|
* </ul>
|
|
1722
1722
|
*/
|
|
1723
|
-
azMode?: KxAzMode
|
|
1723
|
+
azMode?: KxAzMode;
|
|
1724
1724
|
/**
|
|
1725
1725
|
* @public
|
|
1726
1726
|
* <p>
|
|
@@ -1975,7 +1975,7 @@ export interface NetworkACLEntry {
|
|
|
1975
1975
|
* Indicates whether to allow or deny the traffic that matches the rule.
|
|
1976
1976
|
* </p>
|
|
1977
1977
|
*/
|
|
1978
|
-
ruleAction: RuleAction |
|
|
1978
|
+
ruleAction: RuleAction | undefined;
|
|
1979
1979
|
/**
|
|
1980
1980
|
* @public
|
|
1981
1981
|
* <p>
|
|
@@ -2045,17 +2045,17 @@ export interface GetKxEnvironmentResponse {
|
|
|
2045
2045
|
* @public
|
|
2046
2046
|
* <p>The status of the kdb environment.</p>
|
|
2047
2047
|
*/
|
|
2048
|
-
status?: EnvironmentStatus
|
|
2048
|
+
status?: EnvironmentStatus;
|
|
2049
2049
|
/**
|
|
2050
2050
|
* @public
|
|
2051
2051
|
* <p>The status of the network configuration.</p>
|
|
2052
2052
|
*/
|
|
2053
|
-
tgwStatus?: TgwStatus
|
|
2053
|
+
tgwStatus?: TgwStatus;
|
|
2054
2054
|
/**
|
|
2055
2055
|
* @public
|
|
2056
2056
|
* <p>The status of DNS configuration.</p>
|
|
2057
2057
|
*/
|
|
2058
|
-
dnsStatus?: DnsStatus
|
|
2058
|
+
dnsStatus?: DnsStatus;
|
|
2059
2059
|
/**
|
|
2060
2060
|
* @public
|
|
2061
2061
|
* <p>Specifies the error message that appears if a flow fails.</p>
|
|
@@ -2259,7 +2259,7 @@ export interface KxChangesetListEntry {
|
|
|
2259
2259
|
* </li>
|
|
2260
2260
|
* </ul>
|
|
2261
2261
|
*/
|
|
2262
|
-
status?: ChangesetStatus
|
|
2262
|
+
status?: ChangesetStatus;
|
|
2263
2263
|
}
|
|
2264
2264
|
/**
|
|
2265
2265
|
* @public
|
|
@@ -2361,7 +2361,7 @@ export interface ListKxClustersRequest {
|
|
|
2361
2361
|
* </li>
|
|
2362
2362
|
* </ul>
|
|
2363
2363
|
*/
|
|
2364
|
-
clusterType?: KxClusterType
|
|
2364
|
+
clusterType?: KxClusterType;
|
|
2365
2365
|
/**
|
|
2366
2366
|
* @public
|
|
2367
2367
|
* <p>The maximum number of results to return in this request.</p>
|
|
@@ -2408,7 +2408,7 @@ export interface KxCluster {
|
|
|
2408
2408
|
* </li>
|
|
2409
2409
|
* </ul>
|
|
2410
2410
|
*/
|
|
2411
|
-
status?: KxClusterStatus
|
|
2411
|
+
status?: KxClusterStatus;
|
|
2412
2412
|
/**
|
|
2413
2413
|
* @public
|
|
2414
2414
|
* <p>The error message when a failed state occurs. </p>
|
|
@@ -2434,7 +2434,7 @@ export interface KxCluster {
|
|
|
2434
2434
|
* </li>
|
|
2435
2435
|
* </ul>
|
|
2436
2436
|
*/
|
|
2437
|
-
clusterType?: KxClusterType
|
|
2437
|
+
clusterType?: KxClusterType;
|
|
2438
2438
|
/**
|
|
2439
2439
|
* @public
|
|
2440
2440
|
* <p>A description of the cluster.</p>
|
|
@@ -2474,7 +2474,7 @@ export interface KxCluster {
|
|
|
2474
2474
|
* </li>
|
|
2475
2475
|
* </ul>
|
|
2476
2476
|
*/
|
|
2477
|
-
azMode?: KxAzMode
|
|
2477
|
+
azMode?: KxAzMode;
|
|
2478
2478
|
/**
|
|
2479
2479
|
* @public
|
|
2480
2480
|
* <p>
|
|
@@ -2632,17 +2632,17 @@ export interface KxEnvironment {
|
|
|
2632
2632
|
* </li>
|
|
2633
2633
|
* </ul>
|
|
2634
2634
|
*/
|
|
2635
|
-
status?: EnvironmentStatus
|
|
2635
|
+
status?: EnvironmentStatus;
|
|
2636
2636
|
/**
|
|
2637
2637
|
* @public
|
|
2638
2638
|
* <p>The status of the network configuration.</p>
|
|
2639
2639
|
*/
|
|
2640
|
-
tgwStatus?: TgwStatus
|
|
2640
|
+
tgwStatus?: TgwStatus;
|
|
2641
2641
|
/**
|
|
2642
2642
|
* @public
|
|
2643
2643
|
* <p>The status of DNS configuration.</p>
|
|
2644
2644
|
*/
|
|
2645
|
-
dnsStatus?: DnsStatus
|
|
2645
|
+
dnsStatus?: DnsStatus;
|
|
2646
2646
|
/**
|
|
2647
2647
|
* @public
|
|
2648
2648
|
* <p>Specifies the error message that appears if a flow fails. </p>
|
|
@@ -2888,7 +2888,7 @@ export interface UpdateEnvironmentRequest {
|
|
|
2888
2888
|
* </li>
|
|
2889
2889
|
* </ul>
|
|
2890
2890
|
*/
|
|
2891
|
-
federationMode?: FederationMode
|
|
2891
|
+
federationMode?: FederationMode;
|
|
2892
2892
|
/**
|
|
2893
2893
|
* @public
|
|
2894
2894
|
* <p>Configuration information when authentication mode is FEDERATED.</p>
|
|
@@ -2939,7 +2939,7 @@ export interface KxDeploymentConfiguration {
|
|
|
2939
2939
|
* </li>
|
|
2940
2940
|
* </ul>
|
|
2941
2941
|
*/
|
|
2942
|
-
deploymentStrategy: KxDeploymentStrategy |
|
|
2942
|
+
deploymentStrategy: KxDeploymentStrategy | undefined;
|
|
2943
2943
|
}
|
|
2944
2944
|
/**
|
|
2945
2945
|
* @public
|
|
@@ -3076,17 +3076,17 @@ export interface UpdateKxEnvironmentResponse {
|
|
|
3076
3076
|
* @public
|
|
3077
3077
|
* <p>The status of the kdb environment.</p>
|
|
3078
3078
|
*/
|
|
3079
|
-
status?: EnvironmentStatus
|
|
3079
|
+
status?: EnvironmentStatus;
|
|
3080
3080
|
/**
|
|
3081
3081
|
* @public
|
|
3082
3082
|
* <p>The status of the network configuration.</p>
|
|
3083
3083
|
*/
|
|
3084
|
-
tgwStatus?: TgwStatus
|
|
3084
|
+
tgwStatus?: TgwStatus;
|
|
3085
3085
|
/**
|
|
3086
3086
|
* @public
|
|
3087
3087
|
* <p>The status of DNS configuration.</p>
|
|
3088
3088
|
*/
|
|
3089
|
-
dnsStatus?: DnsStatus
|
|
3089
|
+
dnsStatus?: DnsStatus;
|
|
3090
3090
|
/**
|
|
3091
3091
|
* @public
|
|
3092
3092
|
* <p>Specifies the error message that appears if a flow fails.</p>
|
|
@@ -3186,17 +3186,17 @@ export interface UpdateKxEnvironmentNetworkResponse {
|
|
|
3186
3186
|
* @public
|
|
3187
3187
|
* <p>The status of the kdb environment.</p>
|
|
3188
3188
|
*/
|
|
3189
|
-
status?: EnvironmentStatus
|
|
3189
|
+
status?: EnvironmentStatus;
|
|
3190
3190
|
/**
|
|
3191
3191
|
* @public
|
|
3192
3192
|
* <p>The status of the network configuration.</p>
|
|
3193
3193
|
*/
|
|
3194
|
-
tgwStatus?: TgwStatus
|
|
3194
|
+
tgwStatus?: TgwStatus;
|
|
3195
3195
|
/**
|
|
3196
3196
|
* @public
|
|
3197
3197
|
* <p>The status of DNS configuration.</p>
|
|
3198
3198
|
*/
|
|
3199
|
-
dnsStatus?: DnsStatus
|
|
3199
|
+
dnsStatus?: DnsStatus;
|
|
3200
3200
|
/**
|
|
3201
3201
|
* @public
|
|
3202
3202
|
* <p>Specifies the error message that appears if a flow fails.</p>
|
|
@@ -15,7 +15,7 @@ export type AutoScalingMetric =
|
|
|
15
15
|
export interface AutoScalingConfiguration {
|
|
16
16
|
minNodeCount?: number;
|
|
17
17
|
maxNodeCount?: number;
|
|
18
|
-
autoScalingMetric?: AutoScalingMetric
|
|
18
|
+
autoScalingMetric?: AutoScalingMetric;
|
|
19
19
|
metricTarget?: number;
|
|
20
20
|
scaleInCooldownSeconds?: number;
|
|
21
21
|
scaleOutCooldownSeconds?: number;
|
|
@@ -44,7 +44,7 @@ export interface CreateEnvironmentRequest {
|
|
|
44
44
|
description?: string;
|
|
45
45
|
kmsKeyId?: string;
|
|
46
46
|
tags?: Record<string, string>;
|
|
47
|
-
federationMode?: FederationMode
|
|
47
|
+
federationMode?: FederationMode;
|
|
48
48
|
federationParameters?: FederationParameters;
|
|
49
49
|
superuserParameters?: SuperuserParameters;
|
|
50
50
|
dataBundles?: string[];
|
|
@@ -101,7 +101,7 @@ export declare const ChangeType: {
|
|
|
101
101
|
};
|
|
102
102
|
export type ChangeType = (typeof ChangeType)[keyof typeof ChangeType];
|
|
103
103
|
export interface ChangeRequest {
|
|
104
|
-
changeType: ChangeType |
|
|
104
|
+
changeType: ChangeType | undefined;
|
|
105
105
|
s3Path?: string;
|
|
106
106
|
dbPath: string | undefined;
|
|
107
107
|
}
|
|
@@ -124,7 +124,7 @@ export declare const ErrorDetails: {
|
|
|
124
124
|
export type ErrorDetails = (typeof ErrorDetails)[keyof typeof ErrorDetails];
|
|
125
125
|
export interface ErrorInfo {
|
|
126
126
|
errorMessage?: string;
|
|
127
|
-
errorType?: ErrorDetails
|
|
127
|
+
errorType?: ErrorDetails;
|
|
128
128
|
}
|
|
129
129
|
export declare const ChangesetStatus: {
|
|
130
130
|
readonly COMPLETED: "COMPLETED";
|
|
@@ -141,7 +141,7 @@ export interface CreateKxChangesetResponse {
|
|
|
141
141
|
changeRequests?: ChangeRequest[];
|
|
142
142
|
createdTimestamp?: Date;
|
|
143
143
|
lastModifiedTimestamp?: Date;
|
|
144
|
-
status?: ChangesetStatus
|
|
144
|
+
status?: ChangesetStatus;
|
|
145
145
|
errorInfo?: ErrorInfo;
|
|
146
146
|
}
|
|
147
147
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
@@ -194,7 +194,7 @@ export declare const KxSavedownStorageType: {
|
|
|
194
194
|
export type KxSavedownStorageType =
|
|
195
195
|
(typeof KxSavedownStorageType)[keyof typeof KxSavedownStorageType];
|
|
196
196
|
export interface KxSavedownStorageConfiguration {
|
|
197
|
-
type: KxSavedownStorageType |
|
|
197
|
+
type: KxSavedownStorageType | undefined;
|
|
198
198
|
size: number | undefined;
|
|
199
199
|
}
|
|
200
200
|
export declare const IPAddressType: {
|
|
@@ -205,13 +205,13 @@ export interface VpcConfiguration {
|
|
|
205
205
|
vpcId?: string;
|
|
206
206
|
securityGroupIds?: string[];
|
|
207
207
|
subnetIds?: string[];
|
|
208
|
-
ipAddressType?: IPAddressType
|
|
208
|
+
ipAddressType?: IPAddressType;
|
|
209
209
|
}
|
|
210
210
|
export interface CreateKxClusterRequest {
|
|
211
211
|
clientToken?: string;
|
|
212
212
|
environmentId: string | undefined;
|
|
213
213
|
clusterName: string | undefined;
|
|
214
|
-
clusterType: KxClusterType |
|
|
214
|
+
clusterType: KxClusterType | undefined;
|
|
215
215
|
databases?: KxDatabaseConfiguration[];
|
|
216
216
|
cacheStorageConfigurations?: KxCacheStorageConfiguration[];
|
|
217
217
|
autoScalingConfiguration?: AutoScalingConfiguration;
|
|
@@ -224,7 +224,7 @@ export interface CreateKxClusterRequest {
|
|
|
224
224
|
code?: CodeConfiguration;
|
|
225
225
|
executionRole?: string;
|
|
226
226
|
savedownStorageConfiguration?: KxSavedownStorageConfiguration;
|
|
227
|
-
azMode: KxAzMode |
|
|
227
|
+
azMode: KxAzMode | undefined;
|
|
228
228
|
availabilityZoneId?: string;
|
|
229
229
|
tags?: Record<string, string>;
|
|
230
230
|
}
|
|
@@ -242,10 +242,10 @@ export type KxClusterStatus =
|
|
|
242
242
|
(typeof KxClusterStatus)[keyof typeof KxClusterStatus];
|
|
243
243
|
export interface CreateKxClusterResponse {
|
|
244
244
|
environmentId?: string;
|
|
245
|
-
status?: KxClusterStatus
|
|
245
|
+
status?: KxClusterStatus;
|
|
246
246
|
statusReason?: string;
|
|
247
247
|
clusterName?: string;
|
|
248
|
-
clusterType?: KxClusterType
|
|
248
|
+
clusterType?: KxClusterType;
|
|
249
249
|
databases?: KxDatabaseConfiguration[];
|
|
250
250
|
cacheStorageConfigurations?: KxCacheStorageConfiguration[];
|
|
251
251
|
autoScalingConfiguration?: AutoScalingConfiguration;
|
|
@@ -259,7 +259,7 @@ export interface CreateKxClusterResponse {
|
|
|
259
259
|
executionRole?: string;
|
|
260
260
|
lastModifiedTimestamp?: Date;
|
|
261
261
|
savedownStorageConfiguration?: KxSavedownStorageConfiguration;
|
|
262
|
-
azMode?: KxAzMode
|
|
262
|
+
azMode?: KxAzMode;
|
|
263
263
|
availabilityZoneId?: string;
|
|
264
264
|
createdTimestamp?: Date;
|
|
265
265
|
}
|
|
@@ -311,7 +311,7 @@ export type EnvironmentStatus =
|
|
|
311
311
|
(typeof EnvironmentStatus)[keyof typeof EnvironmentStatus];
|
|
312
312
|
export interface CreateKxEnvironmentResponse {
|
|
313
313
|
name?: string;
|
|
314
|
-
status?: EnvironmentStatus
|
|
314
|
+
status?: EnvironmentStatus;
|
|
315
315
|
environmentId?: string;
|
|
316
316
|
description?: string;
|
|
317
317
|
environmentArn?: string;
|
|
@@ -363,14 +363,14 @@ export interface Environment {
|
|
|
363
363
|
name?: string;
|
|
364
364
|
environmentId?: string;
|
|
365
365
|
awsAccountId?: string;
|
|
366
|
-
status?: EnvironmentStatus
|
|
366
|
+
status?: EnvironmentStatus;
|
|
367
367
|
environmentUrl?: string;
|
|
368
368
|
description?: string;
|
|
369
369
|
environmentArn?: string;
|
|
370
370
|
sageMakerStudioDomainUrl?: string;
|
|
371
371
|
kmsKeyId?: string;
|
|
372
372
|
dedicatedServiceAccountId?: string;
|
|
373
|
-
federationMode?: FederationMode
|
|
373
|
+
federationMode?: FederationMode;
|
|
374
374
|
federationParameters?: FederationParameters;
|
|
375
375
|
}
|
|
376
376
|
export interface GetEnvironmentResponse {
|
|
@@ -389,7 +389,7 @@ export interface GetKxChangesetResponse {
|
|
|
389
389
|
createdTimestamp?: Date;
|
|
390
390
|
activeFromTimestamp?: Date;
|
|
391
391
|
lastModifiedTimestamp?: Date;
|
|
392
|
-
status?: ChangesetStatus
|
|
392
|
+
status?: ChangesetStatus;
|
|
393
393
|
errorInfo?: ErrorInfo;
|
|
394
394
|
}
|
|
395
395
|
export interface GetKxClusterRequest {
|
|
@@ -397,10 +397,10 @@ export interface GetKxClusterRequest {
|
|
|
397
397
|
clusterName: string | undefined;
|
|
398
398
|
}
|
|
399
399
|
export interface GetKxClusterResponse {
|
|
400
|
-
status?: KxClusterStatus
|
|
400
|
+
status?: KxClusterStatus;
|
|
401
401
|
statusReason?: string;
|
|
402
402
|
clusterName?: string;
|
|
403
|
-
clusterType?: KxClusterType
|
|
403
|
+
clusterType?: KxClusterType;
|
|
404
404
|
databases?: KxDatabaseConfiguration[];
|
|
405
405
|
cacheStorageConfigurations?: KxCacheStorageConfiguration[];
|
|
406
406
|
autoScalingConfiguration?: AutoScalingConfiguration;
|
|
@@ -414,7 +414,7 @@ export interface GetKxClusterResponse {
|
|
|
414
414
|
executionRole?: string;
|
|
415
415
|
lastModifiedTimestamp?: Date;
|
|
416
416
|
savedownStorageConfiguration?: KxSavedownStorageConfiguration;
|
|
417
|
-
azMode?: KxAzMode
|
|
417
|
+
azMode?: KxAzMode;
|
|
418
418
|
availabilityZoneId?: string;
|
|
419
419
|
createdTimestamp?: Date;
|
|
420
420
|
}
|
|
@@ -481,7 +481,7 @@ export type RuleAction = (typeof RuleAction)[keyof typeof RuleAction];
|
|
|
481
481
|
export interface NetworkACLEntry {
|
|
482
482
|
ruleNumber: number | undefined;
|
|
483
483
|
protocol: string | undefined;
|
|
484
|
-
ruleAction: RuleAction |
|
|
484
|
+
ruleAction: RuleAction | undefined;
|
|
485
485
|
portRange?: PortRange;
|
|
486
486
|
icmpTypeCode?: IcmpTypeCode;
|
|
487
487
|
cidrBlock: string | undefined;
|
|
@@ -495,9 +495,9 @@ export interface GetKxEnvironmentResponse {
|
|
|
495
495
|
name?: string;
|
|
496
496
|
environmentId?: string;
|
|
497
497
|
awsAccountId?: string;
|
|
498
|
-
status?: EnvironmentStatus
|
|
499
|
-
tgwStatus?: TgwStatus
|
|
500
|
-
dnsStatus?: DnsStatus
|
|
498
|
+
status?: EnvironmentStatus;
|
|
499
|
+
tgwStatus?: TgwStatus;
|
|
500
|
+
dnsStatus?: DnsStatus;
|
|
501
501
|
errorMessage?: string;
|
|
502
502
|
description?: string;
|
|
503
503
|
environmentArn?: string;
|
|
@@ -539,7 +539,7 @@ export interface KxChangesetListEntry {
|
|
|
539
539
|
createdTimestamp?: Date;
|
|
540
540
|
activeFromTimestamp?: Date;
|
|
541
541
|
lastModifiedTimestamp?: Date;
|
|
542
|
-
status?: ChangesetStatus
|
|
542
|
+
status?: ChangesetStatus;
|
|
543
543
|
}
|
|
544
544
|
export interface ListKxChangesetsResponse {
|
|
545
545
|
kxChangesets?: KxChangesetListEntry[];
|
|
@@ -562,20 +562,20 @@ export interface ListKxClusterNodesResponse {
|
|
|
562
562
|
}
|
|
563
563
|
export interface ListKxClustersRequest {
|
|
564
564
|
environmentId: string | undefined;
|
|
565
|
-
clusterType?: KxClusterType
|
|
565
|
+
clusterType?: KxClusterType;
|
|
566
566
|
maxResults?: number;
|
|
567
567
|
nextToken?: string;
|
|
568
568
|
}
|
|
569
569
|
export interface KxCluster {
|
|
570
|
-
status?: KxClusterStatus
|
|
570
|
+
status?: KxClusterStatus;
|
|
571
571
|
statusReason?: string;
|
|
572
572
|
clusterName?: string;
|
|
573
|
-
clusterType?: KxClusterType
|
|
573
|
+
clusterType?: KxClusterType;
|
|
574
574
|
clusterDescription?: string;
|
|
575
575
|
releaseLabel?: string;
|
|
576
576
|
initializationScript?: string;
|
|
577
577
|
executionRole?: string;
|
|
578
|
-
azMode?: KxAzMode
|
|
578
|
+
azMode?: KxAzMode;
|
|
579
579
|
availabilityZoneId?: string;
|
|
580
580
|
lastModifiedTimestamp?: Date;
|
|
581
581
|
createdTimestamp?: Date;
|
|
@@ -606,9 +606,9 @@ export interface KxEnvironment {
|
|
|
606
606
|
name?: string;
|
|
607
607
|
environmentId?: string;
|
|
608
608
|
awsAccountId?: string;
|
|
609
|
-
status?: EnvironmentStatus
|
|
610
|
-
tgwStatus?: TgwStatus
|
|
611
|
-
dnsStatus?: DnsStatus
|
|
609
|
+
status?: EnvironmentStatus;
|
|
610
|
+
tgwStatus?: TgwStatus;
|
|
611
|
+
dnsStatus?: DnsStatus;
|
|
612
612
|
errorMessage?: string;
|
|
613
613
|
description?: string;
|
|
614
614
|
environmentArn?: string;
|
|
@@ -668,7 +668,7 @@ export interface UpdateEnvironmentRequest {
|
|
|
668
668
|
environmentId: string | undefined;
|
|
669
669
|
name?: string;
|
|
670
670
|
description?: string;
|
|
671
|
-
federationMode?: FederationMode
|
|
671
|
+
federationMode?: FederationMode;
|
|
672
672
|
federationParameters?: FederationParameters;
|
|
673
673
|
}
|
|
674
674
|
export interface UpdateEnvironmentResponse {
|
|
@@ -681,7 +681,7 @@ export declare const KxDeploymentStrategy: {
|
|
|
681
681
|
export type KxDeploymentStrategy =
|
|
682
682
|
(typeof KxDeploymentStrategy)[keyof typeof KxDeploymentStrategy];
|
|
683
683
|
export interface KxDeploymentConfiguration {
|
|
684
|
-
deploymentStrategy: KxDeploymentStrategy |
|
|
684
|
+
deploymentStrategy: KxDeploymentStrategy | undefined;
|
|
685
685
|
}
|
|
686
686
|
export interface UpdateKxClusterDatabasesRequest {
|
|
687
687
|
environmentId: string | undefined;
|
|
@@ -713,9 +713,9 @@ export interface UpdateKxEnvironmentResponse {
|
|
|
713
713
|
name?: string;
|
|
714
714
|
environmentId?: string;
|
|
715
715
|
awsAccountId?: string;
|
|
716
|
-
status?: EnvironmentStatus
|
|
717
|
-
tgwStatus?: TgwStatus
|
|
718
|
-
dnsStatus?: DnsStatus
|
|
716
|
+
status?: EnvironmentStatus;
|
|
717
|
+
tgwStatus?: TgwStatus;
|
|
718
|
+
dnsStatus?: DnsStatus;
|
|
719
719
|
errorMessage?: string;
|
|
720
720
|
description?: string;
|
|
721
721
|
environmentArn?: string;
|
|
@@ -737,9 +737,9 @@ export interface UpdateKxEnvironmentNetworkResponse {
|
|
|
737
737
|
name?: string;
|
|
738
738
|
environmentId?: string;
|
|
739
739
|
awsAccountId?: string;
|
|
740
|
-
status?: EnvironmentStatus
|
|
741
|
-
tgwStatus?: TgwStatus
|
|
742
|
-
dnsStatus?: DnsStatus
|
|
740
|
+
status?: EnvironmentStatus;
|
|
741
|
+
tgwStatus?: TgwStatus;
|
|
742
|
+
dnsStatus?: DnsStatus;
|
|
743
743
|
errorMessage?: string;
|
|
744
744
|
description?: string;
|
|
745
745
|
environmentArn?: string;
|
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.
|
|
4
|
+
"version": "3.429.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,39 +21,39 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.0.
|
|
37
|
-
"@smithy/fetch-http-handler": "^2.2.
|
|
38
|
-
"@smithy/hash-node": "^2.0.
|
|
39
|
-
"@smithy/invalid-dependency": "^2.0.
|
|
40
|
-
"@smithy/middleware-content-length": "^2.0.
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.
|
|
42
|
-
"@smithy/middleware-retry": "^2.0.
|
|
43
|
-
"@smithy/middleware-serde": "^2.0.
|
|
44
|
-
"@smithy/middleware-stack": "^2.0.
|
|
45
|
-
"@smithy/node-config-provider": "^2.
|
|
46
|
-
"@smithy/node-http-handler": "^2.1.
|
|
47
|
-
"@smithy/protocol-http": "^3.0.
|
|
48
|
-
"@smithy/smithy-client": "^2.1.
|
|
49
|
-
"@smithy/types": "^2.3.
|
|
50
|
-
"@smithy/url-parser": "^2.0.
|
|
24
|
+
"@aws-sdk/client-sts": "3.429.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.429.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.429.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.428.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.428.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.428.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.428.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.428.0",
|
|
32
|
+
"@aws-sdk/types": "3.428.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.428.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.428.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.428.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.0.14",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.2.3",
|
|
38
|
+
"@smithy/hash-node": "^2.0.11",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.0.11",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.0.13",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-retry": "^2.0.16",
|
|
43
|
+
"@smithy/middleware-serde": "^2.0.11",
|
|
44
|
+
"@smithy/middleware-stack": "^2.0.5",
|
|
45
|
+
"@smithy/node-config-provider": "^2.1.1",
|
|
46
|
+
"@smithy/node-http-handler": "^2.1.7",
|
|
47
|
+
"@smithy/protocol-http": "^3.0.7",
|
|
48
|
+
"@smithy/smithy-client": "^2.1.11",
|
|
49
|
+
"@smithy/types": "^2.3.5",
|
|
50
|
+
"@smithy/url-parser": "^2.0.11",
|
|
51
51
|
"@smithy/util-base64": "^2.0.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
56
|
-
"@smithy/util-retry": "^2.0.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.0.15",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.0.19",
|
|
56
|
+
"@smithy/util-retry": "^2.0.4",
|
|
57
57
|
"@smithy/util-utf8": "^2.0.0",
|
|
58
58
|
"tslib": "^2.5.0",
|
|
59
59
|
"uuid": "^8.3.2"
|