@aws-sdk/client-finspace 3.169.0 → 3.170.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Finspace.d.ts +148 -45
- package/dist-types/ts3.4/FinspaceClient.d.ts +177 -81
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/index.d.ts +8 -8
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/FinspaceServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +288 -255
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +101 -26
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,255 +1,288 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { FinspaceServiceException as __BaseException } from "./FinspaceServiceException";
|
|
3
|
-
|
|
4
|
-
export declare class AccessDeniedException extends __BaseException {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
38
|
-
export interface CreateEnvironmentRequest {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
export declare class LimitExceededException extends __BaseException {
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
export
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
export
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
}
|
|
186
|
-
export interface
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
}
|
|
194
|
-
export interface
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
}
|
|
200
|
-
export interface UntagResourceResponse {
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { FinspaceServiceException as __BaseException } from "./FinspaceServiceException";
|
|
3
|
+
|
|
4
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
5
|
+
readonly name: "AccessDeniedException";
|
|
6
|
+
readonly $fault: "client";
|
|
7
|
+
|
|
8
|
+
constructor(
|
|
9
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
10
|
+
);
|
|
11
|
+
}
|
|
12
|
+
export declare enum FederationMode {
|
|
13
|
+
FEDERATED = "FEDERATED",
|
|
14
|
+
LOCAL = "LOCAL",
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export interface FederationParameters {
|
|
18
|
+
samlMetadataDocument?: string;
|
|
19
|
+
|
|
20
|
+
samlMetadataURL?: string;
|
|
21
|
+
|
|
22
|
+
applicationCallBackURL?: string;
|
|
23
|
+
|
|
24
|
+
federationURN?: string;
|
|
25
|
+
|
|
26
|
+
federationProviderName?: string;
|
|
27
|
+
|
|
28
|
+
attributeMap?: Record<string, string>;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
export interface SuperuserParameters {
|
|
32
|
+
emailAddress: string | undefined;
|
|
33
|
+
|
|
34
|
+
firstName: string | undefined;
|
|
35
|
+
|
|
36
|
+
lastName: string | undefined;
|
|
37
|
+
}
|
|
38
|
+
export interface CreateEnvironmentRequest {
|
|
39
|
+
name: string | undefined;
|
|
40
|
+
|
|
41
|
+
description?: string;
|
|
42
|
+
|
|
43
|
+
kmsKeyId?: string;
|
|
44
|
+
|
|
45
|
+
tags?: Record<string, string>;
|
|
46
|
+
|
|
47
|
+
federationMode?: FederationMode | string;
|
|
48
|
+
|
|
49
|
+
federationParameters?: FederationParameters;
|
|
50
|
+
|
|
51
|
+
superuserParameters?: SuperuserParameters;
|
|
52
|
+
|
|
53
|
+
dataBundles?: string[];
|
|
54
|
+
}
|
|
55
|
+
export interface CreateEnvironmentResponse {
|
|
56
|
+
environmentId?: string;
|
|
57
|
+
|
|
58
|
+
environmentArn?: string;
|
|
59
|
+
|
|
60
|
+
environmentUrl?: string;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
export declare class InternalServerException extends __BaseException {
|
|
64
|
+
readonly name: "InternalServerException";
|
|
65
|
+
readonly $fault: "server";
|
|
66
|
+
|
|
67
|
+
constructor(
|
|
68
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
69
|
+
);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export declare class LimitExceededException extends __BaseException {
|
|
73
|
+
readonly name: "LimitExceededException";
|
|
74
|
+
readonly $fault: "client";
|
|
75
|
+
|
|
76
|
+
constructor(
|
|
77
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
78
|
+
);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
82
|
+
readonly name: "ServiceQuotaExceededException";
|
|
83
|
+
readonly $fault: "client";
|
|
84
|
+
|
|
85
|
+
constructor(
|
|
86
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
87
|
+
);
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
export declare class ThrottlingException extends __BaseException {
|
|
91
|
+
readonly name: "ThrottlingException";
|
|
92
|
+
readonly $fault: "client";
|
|
93
|
+
|
|
94
|
+
constructor(
|
|
95
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
96
|
+
);
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
export declare class ValidationException extends __BaseException {
|
|
100
|
+
readonly name: "ValidationException";
|
|
101
|
+
readonly $fault: "client";
|
|
102
|
+
|
|
103
|
+
constructor(
|
|
104
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
105
|
+
);
|
|
106
|
+
}
|
|
107
|
+
export interface DeleteEnvironmentRequest {
|
|
108
|
+
environmentId: string | undefined;
|
|
109
|
+
}
|
|
110
|
+
export interface DeleteEnvironmentResponse {}
|
|
111
|
+
|
|
112
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
113
|
+
readonly name: "ResourceNotFoundException";
|
|
114
|
+
readonly $fault: "client";
|
|
115
|
+
|
|
116
|
+
constructor(
|
|
117
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
118
|
+
);
|
|
119
|
+
}
|
|
120
|
+
export interface GetEnvironmentRequest {
|
|
121
|
+
environmentId: string | undefined;
|
|
122
|
+
}
|
|
123
|
+
export declare enum EnvironmentStatus {
|
|
124
|
+
CREATED = "CREATED",
|
|
125
|
+
CREATE_REQUESTED = "CREATE_REQUESTED",
|
|
126
|
+
CREATING = "CREATING",
|
|
127
|
+
DELETED = "DELETED",
|
|
128
|
+
DELETE_REQUESTED = "DELETE_REQUESTED",
|
|
129
|
+
DELETING = "DELETING",
|
|
130
|
+
FAILED_CREATION = "FAILED_CREATION",
|
|
131
|
+
FAILED_DELETION = "FAILED_DELETION",
|
|
132
|
+
RETRY_DELETION = "RETRY_DELETION",
|
|
133
|
+
SUSPENDED = "SUSPENDED",
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
export interface Environment {
|
|
137
|
+
name?: string;
|
|
138
|
+
|
|
139
|
+
environmentId?: string;
|
|
140
|
+
|
|
141
|
+
awsAccountId?: string;
|
|
142
|
+
|
|
143
|
+
status?: EnvironmentStatus | string;
|
|
144
|
+
|
|
145
|
+
environmentUrl?: string;
|
|
146
|
+
|
|
147
|
+
description?: string;
|
|
148
|
+
|
|
149
|
+
environmentArn?: string;
|
|
150
|
+
|
|
151
|
+
sageMakerStudioDomainUrl?: string;
|
|
152
|
+
|
|
153
|
+
kmsKeyId?: string;
|
|
154
|
+
|
|
155
|
+
dedicatedServiceAccountId?: string;
|
|
156
|
+
|
|
157
|
+
federationMode?: FederationMode | string;
|
|
158
|
+
|
|
159
|
+
federationParameters?: FederationParameters;
|
|
160
|
+
}
|
|
161
|
+
export interface GetEnvironmentResponse {
|
|
162
|
+
environment?: Environment;
|
|
163
|
+
}
|
|
164
|
+
export interface ListEnvironmentsRequest {
|
|
165
|
+
nextToken?: string;
|
|
166
|
+
|
|
167
|
+
maxResults?: number;
|
|
168
|
+
}
|
|
169
|
+
export interface ListEnvironmentsResponse {
|
|
170
|
+
environments?: Environment[];
|
|
171
|
+
|
|
172
|
+
nextToken?: string;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
176
|
+
readonly name: "InvalidRequestException";
|
|
177
|
+
readonly $fault: "client";
|
|
178
|
+
|
|
179
|
+
constructor(
|
|
180
|
+
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
181
|
+
);
|
|
182
|
+
}
|
|
183
|
+
export interface ListTagsForResourceRequest {
|
|
184
|
+
resourceArn: string | undefined;
|
|
185
|
+
}
|
|
186
|
+
export interface ListTagsForResourceResponse {
|
|
187
|
+
tags?: Record<string, string>;
|
|
188
|
+
}
|
|
189
|
+
export interface TagResourceRequest {
|
|
190
|
+
resourceArn: string | undefined;
|
|
191
|
+
|
|
192
|
+
tags: Record<string, string> | undefined;
|
|
193
|
+
}
|
|
194
|
+
export interface TagResourceResponse {}
|
|
195
|
+
export interface UntagResourceRequest {
|
|
196
|
+
resourceArn: string | undefined;
|
|
197
|
+
|
|
198
|
+
tagKeys: string[] | undefined;
|
|
199
|
+
}
|
|
200
|
+
export interface UntagResourceResponse {}
|
|
201
|
+
export interface UpdateEnvironmentRequest {
|
|
202
|
+
environmentId: string | undefined;
|
|
203
|
+
|
|
204
|
+
name?: string;
|
|
205
|
+
|
|
206
|
+
description?: string;
|
|
207
|
+
|
|
208
|
+
federationMode?: FederationMode | string;
|
|
209
|
+
|
|
210
|
+
federationParameters?: FederationParameters;
|
|
211
|
+
}
|
|
212
|
+
export interface UpdateEnvironmentResponse {
|
|
213
|
+
environment?: Environment;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
export declare const FederationParametersFilterSensitiveLog: (
|
|
217
|
+
obj: FederationParameters
|
|
218
|
+
) => any;
|
|
219
|
+
|
|
220
|
+
export declare const SuperuserParametersFilterSensitiveLog: (
|
|
221
|
+
obj: SuperuserParameters
|
|
222
|
+
) => any;
|
|
223
|
+
|
|
224
|
+
export declare const CreateEnvironmentRequestFilterSensitiveLog: (
|
|
225
|
+
obj: CreateEnvironmentRequest
|
|
226
|
+
) => any;
|
|
227
|
+
|
|
228
|
+
export declare const CreateEnvironmentResponseFilterSensitiveLog: (
|
|
229
|
+
obj: CreateEnvironmentResponse
|
|
230
|
+
) => any;
|
|
231
|
+
|
|
232
|
+
export declare const DeleteEnvironmentRequestFilterSensitiveLog: (
|
|
233
|
+
obj: DeleteEnvironmentRequest
|
|
234
|
+
) => any;
|
|
235
|
+
|
|
236
|
+
export declare const DeleteEnvironmentResponseFilterSensitiveLog: (
|
|
237
|
+
obj: DeleteEnvironmentResponse
|
|
238
|
+
) => any;
|
|
239
|
+
|
|
240
|
+
export declare const GetEnvironmentRequestFilterSensitiveLog: (
|
|
241
|
+
obj: GetEnvironmentRequest
|
|
242
|
+
) => any;
|
|
243
|
+
|
|
244
|
+
export declare const EnvironmentFilterSensitiveLog: (obj: Environment) => any;
|
|
245
|
+
|
|
246
|
+
export declare const GetEnvironmentResponseFilterSensitiveLog: (
|
|
247
|
+
obj: GetEnvironmentResponse
|
|
248
|
+
) => any;
|
|
249
|
+
|
|
250
|
+
export declare const ListEnvironmentsRequestFilterSensitiveLog: (
|
|
251
|
+
obj: ListEnvironmentsRequest
|
|
252
|
+
) => any;
|
|
253
|
+
|
|
254
|
+
export declare const ListEnvironmentsResponseFilterSensitiveLog: (
|
|
255
|
+
obj: ListEnvironmentsResponse
|
|
256
|
+
) => any;
|
|
257
|
+
|
|
258
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
259
|
+
obj: ListTagsForResourceRequest
|
|
260
|
+
) => any;
|
|
261
|
+
|
|
262
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
263
|
+
obj: ListTagsForResourceResponse
|
|
264
|
+
) => any;
|
|
265
|
+
|
|
266
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
267
|
+
obj: TagResourceRequest
|
|
268
|
+
) => any;
|
|
269
|
+
|
|
270
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
271
|
+
obj: TagResourceResponse
|
|
272
|
+
) => any;
|
|
273
|
+
|
|
274
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
275
|
+
obj: UntagResourceRequest
|
|
276
|
+
) => any;
|
|
277
|
+
|
|
278
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
279
|
+
obj: UntagResourceResponse
|
|
280
|
+
) => any;
|
|
281
|
+
|
|
282
|
+
export declare const UpdateEnvironmentRequestFilterSensitiveLog: (
|
|
283
|
+
obj: UpdateEnvironmentRequest
|
|
284
|
+
) => any;
|
|
285
|
+
|
|
286
|
+
export declare const UpdateEnvironmentResponseFilterSensitiveLog: (
|
|
287
|
+
obj: UpdateEnvironmentResponse
|
|
288
|
+
) => any;
|