@aws-sdk/client-finspace 3.32.0 → 3.36.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 +44 -0
- package/{dist/cjs → dist-cjs}/Finspace.js +1 -2
- package/{dist/cjs → dist-cjs}/FinspaceClient.js +8 -9
- package/{dist/cjs → dist-cjs}/commands/CreateEnvironmentCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteEnvironmentCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetEnvironmentCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListEnvironmentsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateEnvironmentCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +2 -3
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/Finspace.js +2 -7
- package/{dist/es → dist-es}/FinspaceClient.js +2 -12
- package/{dist/es → dist-es}/commands/CreateEnvironmentCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteEnvironmentCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetEnvironmentCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListEnvironmentsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateEnvironmentCommand.js +4 -30
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -79
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +196 -202
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/Finspace.d.ts +2 -2
- package/{dist/types → dist-types}/FinspaceClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/CreateEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListEnvironmentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/Finspace.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/FinspaceClient.d.ts +8 -8
- package/{dist/types → dist-types}/ts3.4/commands/CreateEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListEnvironmentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateEnvironmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- package/Finspace.ts +0 -294
- package/FinspaceClient.ts +0 -263
- package/commands/CreateEnvironmentCommand.ts +0 -94
- package/commands/DeleteEnvironmentCommand.ts +0 -94
- package/commands/GetEnvironmentCommand.ts +0 -94
- package/commands/ListEnvironmentsCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateEnvironmentCommand.ts +0 -94
- package/dist/cjs/Finspace.js.map +0 -1
- package/dist/cjs/FinspaceClient.js.map +0 -1
- package/dist/cjs/commands/CreateEnvironmentCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteEnvironmentCommand.js.map +0 -1
- package/dist/cjs/commands/GetEnvironmentCommand.js.map +0 -1
- package/dist/cjs/commands/ListEnvironmentsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateEnvironmentCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/Finspace.js.map +0 -1
- package/dist/es/FinspaceClient.js.map +0 -1
- package/dist/es/commands/CreateEnvironmentCommand.js.map +0 -1
- package/dist/es/commands/DeleteEnvironmentCommand.js.map +0 -1
- package/dist/es/commands/GetEnvironmentCommand.js.map +0 -1
- package/dist/es/commands/ListEnvironmentsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateEnvironmentCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -12
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -626
- package/protocols/Aws_restJson1.ts +0 -1214
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
package/models/models_0.ts
DELETED
|
@@ -1,626 +0,0 @@
|
|
|
1
|
-
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* <p>You do not have sufficient access to perform this action.</p>
|
|
5
|
-
*/
|
|
6
|
-
export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
|
|
7
|
-
name: "AccessDeniedException";
|
|
8
|
-
$fault: "client";
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
export namespace AccessDeniedException {
|
|
12
|
-
/**
|
|
13
|
-
* @internal
|
|
14
|
-
*/
|
|
15
|
-
export const filterSensitiveLog = (obj: AccessDeniedException): any => ({
|
|
16
|
-
...obj,
|
|
17
|
-
});
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
export enum FederationMode {
|
|
21
|
-
FEDERATED = "FEDERATED",
|
|
22
|
-
LOCAL = "LOCAL",
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
/**
|
|
26
|
-
* <p>Configuration information when authentication mode is FEDERATED.</p>
|
|
27
|
-
*/
|
|
28
|
-
export interface FederationParameters {
|
|
29
|
-
/**
|
|
30
|
-
* <p>SAML 2.0 Metadata document from identity provider (IdP).</p>
|
|
31
|
-
*/
|
|
32
|
-
samlMetadataDocument?: string;
|
|
33
|
-
|
|
34
|
-
/**
|
|
35
|
-
* <p>Provide the metadata URL from your SAML 2.0 compliant identity provider (IdP).</p>
|
|
36
|
-
*/
|
|
37
|
-
samlMetadataURL?: string;
|
|
38
|
-
|
|
39
|
-
/**
|
|
40
|
-
* <p>The redirect or sign-in URL that should be entered into the SAML 2.0 compliant identity provider configuration
|
|
41
|
-
* (IdP).</p>
|
|
42
|
-
*/
|
|
43
|
-
applicationCallBackURL?: string;
|
|
44
|
-
|
|
45
|
-
/**
|
|
46
|
-
* <p>The Uniform Resource Name (URN). Also referred as Service Provider URN or Audience URI or Service Provider Entity ID.</p>
|
|
47
|
-
*/
|
|
48
|
-
federationURN?: string;
|
|
49
|
-
|
|
50
|
-
/**
|
|
51
|
-
* <p>Name of the identity provider (IdP).</p>
|
|
52
|
-
*/
|
|
53
|
-
federationProviderName?: string;
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* <p>SAML attribute name and value. The name must always be <code>Email</code> and the value should be set to
|
|
57
|
-
* the attribute definition in which user email is set. For example, name would be <code>Email</code> and
|
|
58
|
-
* value <code>http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress</code>.
|
|
59
|
-
* Please check your SAML 2.0 compliant identity provider (IdP) documentation for details.</p>
|
|
60
|
-
*/
|
|
61
|
-
attributeMap?: { [key: string]: string };
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
export namespace FederationParameters {
|
|
65
|
-
/**
|
|
66
|
-
* @internal
|
|
67
|
-
*/
|
|
68
|
-
export const filterSensitiveLog = (obj: FederationParameters): any => ({
|
|
69
|
-
...obj,
|
|
70
|
-
});
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
export interface CreateEnvironmentRequest {
|
|
74
|
-
/**
|
|
75
|
-
* <p>The name of the FinSpace environment to be created.</p>
|
|
76
|
-
*/
|
|
77
|
-
name: string | undefined;
|
|
78
|
-
|
|
79
|
-
/**
|
|
80
|
-
* <p>The description of the FinSpace environment to be created.</p>
|
|
81
|
-
*/
|
|
82
|
-
description?: string;
|
|
83
|
-
|
|
84
|
-
/**
|
|
85
|
-
* <p>The KMS key id to encrypt your data in the FinSpace environment.</p>
|
|
86
|
-
*/
|
|
87
|
-
kmsKeyId?: string;
|
|
88
|
-
|
|
89
|
-
/**
|
|
90
|
-
* <p>Add tags to your FinSpace environment.</p>
|
|
91
|
-
*/
|
|
92
|
-
tags?: { [key: string]: string };
|
|
93
|
-
|
|
94
|
-
/**
|
|
95
|
-
* <p>Authentication mode for the environment.</p>
|
|
96
|
-
* <ul>
|
|
97
|
-
* <li>
|
|
98
|
-
* <p>
|
|
99
|
-
* <code>FEDERATED</code> - Users access FinSpace through Single Sign On (SSO) via your Identity provider.</p>
|
|
100
|
-
* </li>
|
|
101
|
-
* <li>
|
|
102
|
-
* <p>
|
|
103
|
-
* <code>LOCAL</code> - Users access FinSpace via email and password managed within the FinSpace environment.</p>
|
|
104
|
-
* </li>
|
|
105
|
-
* </ul>
|
|
106
|
-
*/
|
|
107
|
-
federationMode?: FederationMode | string;
|
|
108
|
-
|
|
109
|
-
/**
|
|
110
|
-
* <p>Configuration information when authentication mode is FEDERATED.</p>
|
|
111
|
-
*/
|
|
112
|
-
federationParameters?: FederationParameters;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
export namespace CreateEnvironmentRequest {
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
|
-
export const filterSensitiveLog = (obj: CreateEnvironmentRequest): any => ({
|
|
120
|
-
...obj,
|
|
121
|
-
});
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
export interface CreateEnvironmentResponse {
|
|
125
|
-
/**
|
|
126
|
-
* <p>The unique identifier for FinSpace environment that you created.</p>
|
|
127
|
-
*/
|
|
128
|
-
environmentId?: string;
|
|
129
|
-
|
|
130
|
-
/**
|
|
131
|
-
* <p>The Amazon Resource Name (ARN) of the FinSpace environment that you created.</p>
|
|
132
|
-
*/
|
|
133
|
-
environmentArn?: string;
|
|
134
|
-
|
|
135
|
-
/**
|
|
136
|
-
* <p>The sign-in url for the web application of the FinSpace environment you created.</p>
|
|
137
|
-
*/
|
|
138
|
-
environmentUrl?: string;
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
export namespace CreateEnvironmentResponse {
|
|
142
|
-
/**
|
|
143
|
-
* @internal
|
|
144
|
-
*/
|
|
145
|
-
export const filterSensitiveLog = (obj: CreateEnvironmentResponse): any => ({
|
|
146
|
-
...obj,
|
|
147
|
-
});
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
/**
|
|
151
|
-
* <p>The request processing has failed because of an unknown error, exception or
|
|
152
|
-
* failure.</p>
|
|
153
|
-
*/
|
|
154
|
-
export interface InternalServerException extends __SmithyException, $MetadataBearer {
|
|
155
|
-
name: "InternalServerException";
|
|
156
|
-
$fault: "server";
|
|
157
|
-
message?: string;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
export namespace InternalServerException {
|
|
161
|
-
/**
|
|
162
|
-
* @internal
|
|
163
|
-
*/
|
|
164
|
-
export const filterSensitiveLog = (obj: InternalServerException): any => ({
|
|
165
|
-
...obj,
|
|
166
|
-
});
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
/**
|
|
170
|
-
* <p>A service limit or quota is exceeded.</p>
|
|
171
|
-
*/
|
|
172
|
-
export interface LimitExceededException extends __SmithyException, $MetadataBearer {
|
|
173
|
-
name: "LimitExceededException";
|
|
174
|
-
$fault: "client";
|
|
175
|
-
message?: string;
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
export namespace LimitExceededException {
|
|
179
|
-
/**
|
|
180
|
-
* @internal
|
|
181
|
-
*/
|
|
182
|
-
export const filterSensitiveLog = (obj: LimitExceededException): any => ({
|
|
183
|
-
...obj,
|
|
184
|
-
});
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
/**
|
|
188
|
-
* <p> You have exceeded your service quota. To perform the requested action,
|
|
189
|
-
* remove some of the relevant resources, or use Service Quotas to request a service quota increase.</p>
|
|
190
|
-
*/
|
|
191
|
-
export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
|
|
192
|
-
name: "ServiceQuotaExceededException";
|
|
193
|
-
$fault: "client";
|
|
194
|
-
message?: string;
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
export namespace ServiceQuotaExceededException {
|
|
198
|
-
/**
|
|
199
|
-
* @internal
|
|
200
|
-
*/
|
|
201
|
-
export const filterSensitiveLog = (obj: ServiceQuotaExceededException): any => ({
|
|
202
|
-
...obj,
|
|
203
|
-
});
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
/**
|
|
207
|
-
* <p>The request was denied due to request throttling.</p>
|
|
208
|
-
*/
|
|
209
|
-
export interface ThrottlingException extends __SmithyException, $MetadataBearer {
|
|
210
|
-
name: "ThrottlingException";
|
|
211
|
-
$fault: "client";
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
export namespace ThrottlingException {
|
|
215
|
-
/**
|
|
216
|
-
* @internal
|
|
217
|
-
*/
|
|
218
|
-
export const filterSensitiveLog = (obj: ThrottlingException): any => ({
|
|
219
|
-
...obj,
|
|
220
|
-
});
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
/**
|
|
224
|
-
* <p>The input fails to satisfy the constraints specified by an AWS service.</p>
|
|
225
|
-
*/
|
|
226
|
-
export interface ValidationException extends __SmithyException, $MetadataBearer {
|
|
227
|
-
name: "ValidationException";
|
|
228
|
-
$fault: "client";
|
|
229
|
-
message?: string;
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
export namespace ValidationException {
|
|
233
|
-
/**
|
|
234
|
-
* @internal
|
|
235
|
-
*/
|
|
236
|
-
export const filterSensitiveLog = (obj: ValidationException): any => ({
|
|
237
|
-
...obj,
|
|
238
|
-
});
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
export interface DeleteEnvironmentRequest {
|
|
242
|
-
/**
|
|
243
|
-
* <p>The identifier for the FinSpace environment.</p>
|
|
244
|
-
*/
|
|
245
|
-
environmentId: string | undefined;
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
export namespace DeleteEnvironmentRequest {
|
|
249
|
-
/**
|
|
250
|
-
* @internal
|
|
251
|
-
*/
|
|
252
|
-
export const filterSensitiveLog = (obj: DeleteEnvironmentRequest): any => ({
|
|
253
|
-
...obj,
|
|
254
|
-
});
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
export interface DeleteEnvironmentResponse {}
|
|
258
|
-
|
|
259
|
-
export namespace DeleteEnvironmentResponse {
|
|
260
|
-
/**
|
|
261
|
-
* @internal
|
|
262
|
-
*/
|
|
263
|
-
export const filterSensitiveLog = (obj: DeleteEnvironmentResponse): any => ({
|
|
264
|
-
...obj,
|
|
265
|
-
});
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
/**
|
|
269
|
-
* <p>One or more resources can't be found.</p>
|
|
270
|
-
*/
|
|
271
|
-
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
272
|
-
name: "ResourceNotFoundException";
|
|
273
|
-
$fault: "client";
|
|
274
|
-
message?: string;
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
export namespace ResourceNotFoundException {
|
|
278
|
-
/**
|
|
279
|
-
* @internal
|
|
280
|
-
*/
|
|
281
|
-
export const filterSensitiveLog = (obj: ResourceNotFoundException): any => ({
|
|
282
|
-
...obj,
|
|
283
|
-
});
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
export interface GetEnvironmentRequest {
|
|
287
|
-
/**
|
|
288
|
-
* <p>The identifier of the FinSpace environment.</p>
|
|
289
|
-
*/
|
|
290
|
-
environmentId: string | undefined;
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
export namespace GetEnvironmentRequest {
|
|
294
|
-
/**
|
|
295
|
-
* @internal
|
|
296
|
-
*/
|
|
297
|
-
export const filterSensitiveLog = (obj: GetEnvironmentRequest): any => ({
|
|
298
|
-
...obj,
|
|
299
|
-
});
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
export enum EnvironmentStatus {
|
|
303
|
-
CREATED = "CREATED",
|
|
304
|
-
CREATE_REQUESTED = "CREATE_REQUESTED",
|
|
305
|
-
CREATING = "CREATING",
|
|
306
|
-
DELETED = "DELETED",
|
|
307
|
-
DELETE_REQUESTED = "DELETE_REQUESTED",
|
|
308
|
-
DELETING = "DELETING",
|
|
309
|
-
FAILED_CREATION = "FAILED_CREATION",
|
|
310
|
-
FAILED_DELETION = "FAILED_DELETION",
|
|
311
|
-
RETRY_DELETION = "RETRY_DELETION",
|
|
312
|
-
SUSPENDED = "SUSPENDED",
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
/**
|
|
316
|
-
* <p>Represents an FinSpace environment.</p>
|
|
317
|
-
*/
|
|
318
|
-
export interface Environment {
|
|
319
|
-
/**
|
|
320
|
-
* <p>The name of the FinSpace environment.</p>
|
|
321
|
-
*/
|
|
322
|
-
name?: string;
|
|
323
|
-
|
|
324
|
-
/**
|
|
325
|
-
* <p>The identifier of the FinSpace environment.</p>
|
|
326
|
-
*/
|
|
327
|
-
environmentId?: string;
|
|
328
|
-
|
|
329
|
-
/**
|
|
330
|
-
* <p>The ID of the AWS account in which the FinSpace environment is created.</p>
|
|
331
|
-
*/
|
|
332
|
-
awsAccountId?: string;
|
|
333
|
-
|
|
334
|
-
/**
|
|
335
|
-
* <p>The current status of creation of the FinSpace environment.</p>
|
|
336
|
-
*/
|
|
337
|
-
status?: EnvironmentStatus | string;
|
|
338
|
-
|
|
339
|
-
/**
|
|
340
|
-
* <p>The sign-in url for the web application of your FinSpace environment.</p>
|
|
341
|
-
*/
|
|
342
|
-
environmentUrl?: string;
|
|
343
|
-
|
|
344
|
-
/**
|
|
345
|
-
* <p>The description of the FinSpace environment.</p>
|
|
346
|
-
*/
|
|
347
|
-
description?: string;
|
|
348
|
-
|
|
349
|
-
/**
|
|
350
|
-
* <p>The Amazon Resource Name (ARN) of your FinSpace environment.</p>
|
|
351
|
-
*/
|
|
352
|
-
environmentArn?: string;
|
|
353
|
-
|
|
354
|
-
/**
|
|
355
|
-
* <p>The url of the integrated FinSpace notebook environment in your web application.</p>
|
|
356
|
-
*/
|
|
357
|
-
sageMakerStudioDomainUrl?: string;
|
|
358
|
-
|
|
359
|
-
/**
|
|
360
|
-
* <p>The KMS key id used to encrypt in the FinSpace environment.</p>
|
|
361
|
-
*/
|
|
362
|
-
kmsKeyId?: string;
|
|
363
|
-
|
|
364
|
-
/**
|
|
365
|
-
* <p>The AWS account ID of the dedicated service account associated with your FinSpace
|
|
366
|
-
* environment.</p>
|
|
367
|
-
*/
|
|
368
|
-
dedicatedServiceAccountId?: string;
|
|
369
|
-
|
|
370
|
-
/**
|
|
371
|
-
* <p>The authentication mode for the environment.</p>
|
|
372
|
-
*/
|
|
373
|
-
federationMode?: FederationMode | string;
|
|
374
|
-
|
|
375
|
-
/**
|
|
376
|
-
* <p>Configuration information when authentication mode is FEDERATED.</p>
|
|
377
|
-
*/
|
|
378
|
-
federationParameters?: FederationParameters;
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
export namespace Environment {
|
|
382
|
-
/**
|
|
383
|
-
* @internal
|
|
384
|
-
*/
|
|
385
|
-
export const filterSensitiveLog = (obj: Environment): any => ({
|
|
386
|
-
...obj,
|
|
387
|
-
});
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
export interface GetEnvironmentResponse {
|
|
391
|
-
/**
|
|
392
|
-
* <p>The name of the FinSpace environment.</p>
|
|
393
|
-
*/
|
|
394
|
-
environment?: Environment;
|
|
395
|
-
}
|
|
396
|
-
|
|
397
|
-
export namespace GetEnvironmentResponse {
|
|
398
|
-
/**
|
|
399
|
-
* @internal
|
|
400
|
-
*/
|
|
401
|
-
export const filterSensitiveLog = (obj: GetEnvironmentResponse): any => ({
|
|
402
|
-
...obj,
|
|
403
|
-
});
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
export interface ListEnvironmentsRequest {
|
|
407
|
-
/**
|
|
408
|
-
* <p>A token generated by FinSpace that specifies where to continue pagination if a previous
|
|
409
|
-
* request was truncated. To get the next set of pages, pass in the nextToken value from the
|
|
410
|
-
* response object of the previous page call.</p>
|
|
411
|
-
*/
|
|
412
|
-
nextToken?: string;
|
|
413
|
-
|
|
414
|
-
/**
|
|
415
|
-
* <p>The maximum number of results to return in this request.</p>
|
|
416
|
-
*/
|
|
417
|
-
maxResults?: number;
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
export namespace ListEnvironmentsRequest {
|
|
421
|
-
/**
|
|
422
|
-
* @internal
|
|
423
|
-
*/
|
|
424
|
-
export const filterSensitiveLog = (obj: ListEnvironmentsRequest): any => ({
|
|
425
|
-
...obj,
|
|
426
|
-
});
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
export interface ListEnvironmentsResponse {
|
|
430
|
-
/**
|
|
431
|
-
* <p>A list of all of your FinSpace environments.</p>
|
|
432
|
-
*/
|
|
433
|
-
environments?: Environment[];
|
|
434
|
-
|
|
435
|
-
/**
|
|
436
|
-
* <p>A token that you can use in a subsequent call to retrieve the next set of
|
|
437
|
-
* results.</p>
|
|
438
|
-
*/
|
|
439
|
-
nextToken?: string;
|
|
440
|
-
}
|
|
441
|
-
|
|
442
|
-
export namespace ListEnvironmentsResponse {
|
|
443
|
-
/**
|
|
444
|
-
* @internal
|
|
445
|
-
*/
|
|
446
|
-
export const filterSensitiveLog = (obj: ListEnvironmentsResponse): any => ({
|
|
447
|
-
...obj,
|
|
448
|
-
});
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
/**
|
|
452
|
-
* <p>The request is invalid. Something is wrong with the input to the request.</p>
|
|
453
|
-
*/
|
|
454
|
-
export interface InvalidRequestException extends __SmithyException, $MetadataBearer {
|
|
455
|
-
name: "InvalidRequestException";
|
|
456
|
-
$fault: "client";
|
|
457
|
-
message?: string;
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
export namespace InvalidRequestException {
|
|
461
|
-
/**
|
|
462
|
-
* @internal
|
|
463
|
-
*/
|
|
464
|
-
export const filterSensitiveLog = (obj: InvalidRequestException): any => ({
|
|
465
|
-
...obj,
|
|
466
|
-
});
|
|
467
|
-
}
|
|
468
|
-
|
|
469
|
-
export interface ListTagsForResourceRequest {
|
|
470
|
-
/**
|
|
471
|
-
* <p>The Amazon Resource Name of the resource.</p>
|
|
472
|
-
*/
|
|
473
|
-
resourceArn: string | undefined;
|
|
474
|
-
}
|
|
475
|
-
|
|
476
|
-
export namespace ListTagsForResourceRequest {
|
|
477
|
-
/**
|
|
478
|
-
* @internal
|
|
479
|
-
*/
|
|
480
|
-
export const filterSensitiveLog = (obj: ListTagsForResourceRequest): any => ({
|
|
481
|
-
...obj,
|
|
482
|
-
});
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
export interface ListTagsForResourceResponse {
|
|
486
|
-
/**
|
|
487
|
-
* <p>A list of all tags for a resource.</p>
|
|
488
|
-
*/
|
|
489
|
-
tags?: { [key: string]: string };
|
|
490
|
-
}
|
|
491
|
-
|
|
492
|
-
export namespace ListTagsForResourceResponse {
|
|
493
|
-
/**
|
|
494
|
-
* @internal
|
|
495
|
-
*/
|
|
496
|
-
export const filterSensitiveLog = (obj: ListTagsForResourceResponse): any => ({
|
|
497
|
-
...obj,
|
|
498
|
-
});
|
|
499
|
-
}
|
|
500
|
-
|
|
501
|
-
export interface TagResourceRequest {
|
|
502
|
-
/**
|
|
503
|
-
* <p>The Amazon Resource Name (ARN) for the resource.</p>
|
|
504
|
-
*/
|
|
505
|
-
resourceArn: string | undefined;
|
|
506
|
-
|
|
507
|
-
/**
|
|
508
|
-
* <p>One or more tags to be assigned to the resource.</p>
|
|
509
|
-
*/
|
|
510
|
-
tags: { [key: string]: string } | undefined;
|
|
511
|
-
}
|
|
512
|
-
|
|
513
|
-
export namespace TagResourceRequest {
|
|
514
|
-
/**
|
|
515
|
-
* @internal
|
|
516
|
-
*/
|
|
517
|
-
export const filterSensitiveLog = (obj: TagResourceRequest): any => ({
|
|
518
|
-
...obj,
|
|
519
|
-
});
|
|
520
|
-
}
|
|
521
|
-
|
|
522
|
-
export interface TagResourceResponse {}
|
|
523
|
-
|
|
524
|
-
export namespace TagResourceResponse {
|
|
525
|
-
/**
|
|
526
|
-
* @internal
|
|
527
|
-
*/
|
|
528
|
-
export const filterSensitiveLog = (obj: TagResourceResponse): any => ({
|
|
529
|
-
...obj,
|
|
530
|
-
});
|
|
531
|
-
}
|
|
532
|
-
|
|
533
|
-
export interface UntagResourceRequest {
|
|
534
|
-
/**
|
|
535
|
-
* <p>A FinSpace resource from which you want to remove a tag or tags. The value for this
|
|
536
|
-
* parameter is an Amazon Resource Name (ARN).</p>
|
|
537
|
-
*/
|
|
538
|
-
resourceArn: string | undefined;
|
|
539
|
-
|
|
540
|
-
/**
|
|
541
|
-
* <p>The tag keys (names) of one or more tags to be removed.</p>
|
|
542
|
-
*/
|
|
543
|
-
tagKeys: string[] | undefined;
|
|
544
|
-
}
|
|
545
|
-
|
|
546
|
-
export namespace UntagResourceRequest {
|
|
547
|
-
/**
|
|
548
|
-
* @internal
|
|
549
|
-
*/
|
|
550
|
-
export const filterSensitiveLog = (obj: UntagResourceRequest): any => ({
|
|
551
|
-
...obj,
|
|
552
|
-
});
|
|
553
|
-
}
|
|
554
|
-
|
|
555
|
-
export interface UntagResourceResponse {}
|
|
556
|
-
|
|
557
|
-
export namespace UntagResourceResponse {
|
|
558
|
-
/**
|
|
559
|
-
* @internal
|
|
560
|
-
*/
|
|
561
|
-
export const filterSensitiveLog = (obj: UntagResourceResponse): any => ({
|
|
562
|
-
...obj,
|
|
563
|
-
});
|
|
564
|
-
}
|
|
565
|
-
|
|
566
|
-
export interface UpdateEnvironmentRequest {
|
|
567
|
-
/**
|
|
568
|
-
* <p>The identifier of the FinSpace environment.</p>
|
|
569
|
-
*/
|
|
570
|
-
environmentId: string | undefined;
|
|
571
|
-
|
|
572
|
-
/**
|
|
573
|
-
* <p>The name of the environment.</p>
|
|
574
|
-
*/
|
|
575
|
-
name?: string;
|
|
576
|
-
|
|
577
|
-
/**
|
|
578
|
-
* <p>The description of the environment.</p>
|
|
579
|
-
*/
|
|
580
|
-
description?: string;
|
|
581
|
-
|
|
582
|
-
/**
|
|
583
|
-
* <p>Authentication mode for the environment.</p>
|
|
584
|
-
* <ul>
|
|
585
|
-
* <li>
|
|
586
|
-
* <p>
|
|
587
|
-
* <code>FEDERATED</code> - Users access FinSpace through Single Sign On (SSO) via your Identity provider.</p>
|
|
588
|
-
* </li>
|
|
589
|
-
* <li>
|
|
590
|
-
* <p>
|
|
591
|
-
* <code>LOCAL</code> - Users access FinSpace via email and password managed within the FinSpace environment.</p>
|
|
592
|
-
* </li>
|
|
593
|
-
* </ul>
|
|
594
|
-
*/
|
|
595
|
-
federationMode?: FederationMode | string;
|
|
596
|
-
|
|
597
|
-
/**
|
|
598
|
-
* <p>Configuration information when authentication mode is FEDERATED.</p>
|
|
599
|
-
*/
|
|
600
|
-
federationParameters?: FederationParameters;
|
|
601
|
-
}
|
|
602
|
-
|
|
603
|
-
export namespace UpdateEnvironmentRequest {
|
|
604
|
-
/**
|
|
605
|
-
* @internal
|
|
606
|
-
*/
|
|
607
|
-
export const filterSensitiveLog = (obj: UpdateEnvironmentRequest): any => ({
|
|
608
|
-
...obj,
|
|
609
|
-
});
|
|
610
|
-
}
|
|
611
|
-
|
|
612
|
-
export interface UpdateEnvironmentResponse {
|
|
613
|
-
/**
|
|
614
|
-
* <p>Returns the FinSpace environment object.</p>
|
|
615
|
-
*/
|
|
616
|
-
environment?: Environment;
|
|
617
|
-
}
|
|
618
|
-
|
|
619
|
-
export namespace UpdateEnvironmentResponse {
|
|
620
|
-
/**
|
|
621
|
-
* @internal
|
|
622
|
-
*/
|
|
623
|
-
export const filterSensitiveLog = (obj: UpdateEnvironmentResponse): any => ({
|
|
624
|
-
...obj,
|
|
625
|
-
});
|
|
626
|
-
}
|