@aws-sdk/client-finspace 3.170.0 → 3.171.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 CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-finspace
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-finspace
@@ -32,7 +32,6 @@ import {
32
32
  UpdateEnvironmentCommandOutput,
33
33
  } from "./commands/UpdateEnvironmentCommand";
34
34
  import { FinspaceClient } from "./FinspaceClient";
35
-
36
35
  export declare class Finspace extends FinspaceClient {
37
36
  createEnvironment(
38
37
  args: CreateEnvironmentCommandInput,
@@ -47,7 +46,6 @@ export declare class Finspace extends FinspaceClient {
47
46
  options: __HttpHandlerOptions,
48
47
  cb: (err: any, data?: CreateEnvironmentCommandOutput) => void
49
48
  ): void;
50
-
51
49
  deleteEnvironment(
52
50
  args: DeleteEnvironmentCommandInput,
53
51
  options?: __HttpHandlerOptions
@@ -61,7 +59,6 @@ export declare class Finspace extends FinspaceClient {
61
59
  options: __HttpHandlerOptions,
62
60
  cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void
63
61
  ): void;
64
-
65
62
  getEnvironment(
66
63
  args: GetEnvironmentCommandInput,
67
64
  options?: __HttpHandlerOptions
@@ -75,7 +72,6 @@ export declare class Finspace extends FinspaceClient {
75
72
  options: __HttpHandlerOptions,
76
73
  cb: (err: any, data?: GetEnvironmentCommandOutput) => void
77
74
  ): void;
78
-
79
75
  listEnvironments(
80
76
  args: ListEnvironmentsCommandInput,
81
77
  options?: __HttpHandlerOptions
@@ -89,7 +85,6 @@ export declare class Finspace extends FinspaceClient {
89
85
  options: __HttpHandlerOptions,
90
86
  cb: (err: any, data?: ListEnvironmentsCommandOutput) => void
91
87
  ): void;
92
-
93
88
  listTagsForResource(
94
89
  args: ListTagsForResourceCommandInput,
95
90
  options?: __HttpHandlerOptions
@@ -103,7 +98,6 @@ export declare class Finspace extends FinspaceClient {
103
98
  options: __HttpHandlerOptions,
104
99
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
105
100
  ): void;
106
-
107
101
  tagResource(
108
102
  args: TagResourceCommandInput,
109
103
  options?: __HttpHandlerOptions
@@ -117,7 +111,6 @@ export declare class Finspace extends FinspaceClient {
117
111
  options: __HttpHandlerOptions,
118
112
  cb: (err: any, data?: TagResourceCommandOutput) => void
119
113
  ): void;
120
-
121
114
  untagResource(
122
115
  args: UntagResourceCommandInput,
123
116
  options?: __HttpHandlerOptions
@@ -131,7 +124,6 @@ export declare class Finspace extends FinspaceClient {
131
124
  options: __HttpHandlerOptions,
132
125
  cb: (err: any, data?: UntagResourceCommandOutput) => void
133
126
  ): void;
134
-
135
127
  updateEnvironment(
136
128
  args: UpdateEnvironmentCommandInput,
137
129
  options?: __HttpHandlerOptions
@@ -95,47 +95,26 @@ export declare type ServiceOutputTypes =
95
95
  export interface ClientDefaults
96
96
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
97
97
  requestHandler?: __HttpHandler;
98
-
99
98
  sha256?: __HashConstructor;
100
-
101
99
  urlParser?: __UrlParser;
102
-
103
100
  bodyLengthChecker?: __BodyLengthCalculator;
104
-
105
101
  streamCollector?: __StreamCollector;
106
-
107
102
  base64Decoder?: __Decoder;
108
-
109
103
  base64Encoder?: __Encoder;
110
-
111
104
  utf8Decoder?: __Decoder;
112
-
113
105
  utf8Encoder?: __Encoder;
114
-
115
106
  runtime?: string;
116
-
117
107
  disableHostPrefix?: boolean;
118
-
119
108
  maxAttempts?: number | __Provider<number>;
120
-
121
109
  retryMode?: string | __Provider<string>;
122
-
123
110
  logger?: __Logger;
124
-
125
111
  useDualstackEndpoint?: boolean | __Provider<boolean>;
126
-
127
112
  useFipsEndpoint?: boolean | __Provider<boolean>;
128
-
129
113
  serviceId?: string;
130
-
131
114
  region?: string | __Provider<string>;
132
-
133
115
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
134
-
135
116
  regionInfoProvider?: RegionInfoProvider;
136
-
137
117
  defaultUserAgentProvider?: Provider<__UserAgent>;
138
-
139
118
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
140
119
  }
141
120
  declare type FinspaceClientConfigType = Partial<
@@ -148,7 +127,6 @@ declare type FinspaceClientConfigType = Partial<
148
127
  HostHeaderInputConfig &
149
128
  AwsAuthInputConfig &
150
129
  UserAgentInputConfig;
151
-
152
130
  export interface FinspaceClientConfig extends FinspaceClientConfigType {}
153
131
  declare type FinspaceClientResolvedConfigType =
154
132
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
@@ -159,10 +137,8 @@ declare type FinspaceClientResolvedConfigType =
159
137
  HostHeaderResolvedConfig &
160
138
  AwsAuthResolvedConfig &
161
139
  UserAgentResolvedConfig;
162
-
163
140
  export interface FinspaceClientResolvedConfig
164
141
  extends FinspaceClientResolvedConfigType {}
165
-
166
142
  export declare class FinspaceClient extends __Client<
167
143
  __HttpHandlerOptions,
168
144
  ServiceInputTypes,
@@ -171,7 +147,6 @@ export declare class FinspaceClient extends __Client<
171
147
  > {
172
148
  readonly config: FinspaceClientResolvedConfig;
173
149
  constructor(configuration: FinspaceClientConfig);
174
-
175
150
  destroy(): void;
176
151
  }
177
152
  export {};
@@ -19,7 +19,6 @@ export interface CreateEnvironmentCommandInput
19
19
  export interface CreateEnvironmentCommandOutput
20
20
  extends CreateEnvironmentResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateEnvironmentCommand extends $Command<
24
23
  CreateEnvironmentCommandInput,
25
24
  CreateEnvironmentCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateEnvironmentCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateEnvironmentCommandInput;
29
28
  constructor(input: CreateEnvironmentCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: FinspaceClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteEnvironmentCommandInput
19
19
  export interface DeleteEnvironmentCommandOutput
20
20
  extends DeleteEnvironmentResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteEnvironmentCommand extends $Command<
24
23
  DeleteEnvironmentCommandInput,
25
24
  DeleteEnvironmentCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteEnvironmentCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteEnvironmentCommandInput;
29
28
  constructor(input: DeleteEnvironmentCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: FinspaceClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface GetEnvironmentCommandInput extends GetEnvironmentRequest {}
18
18
  export interface GetEnvironmentCommandOutput
19
19
  extends GetEnvironmentResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class GetEnvironmentCommand extends $Command<
23
22
  GetEnvironmentCommandInput,
24
23
  GetEnvironmentCommandOutput,
@@ -26,7 +25,6 @@ export declare class GetEnvironmentCommand extends $Command<
26
25
  > {
27
26
  readonly input: GetEnvironmentCommandInput;
28
27
  constructor(input: GetEnvironmentCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: FinspaceClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListEnvironmentsCommandInput extends ListEnvironmentsRequest {}
18
18
  export interface ListEnvironmentsCommandOutput
19
19
  extends ListEnvironmentsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListEnvironmentsCommand extends $Command<
23
22
  ListEnvironmentsCommandInput,
24
23
  ListEnvironmentsCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListEnvironmentsCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListEnvironmentsCommandInput;
28
27
  constructor(input: ListEnvironmentsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: FinspaceClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
19
19
  export interface ListTagsForResourceCommandOutput
20
20
  extends ListTagsForResourceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListTagsForResourceCommand extends $Command<
24
23
  ListTagsForResourceCommandInput,
25
24
  ListTagsForResourceCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListTagsForResourceCommandInput;
29
28
  constructor(input: ListTagsForResourceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: FinspaceClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
15
15
  export interface TagResourceCommandOutput
16
16
  extends TagResourceResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class TagResourceCommand extends $Command<
20
19
  TagResourceCommandInput,
21
20
  TagResourceCommandOutput,
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
23
22
  > {
24
23
  readonly input: TagResourceCommandInput;
25
24
  constructor(input: TagResourceCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: FinspaceClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
18
  export interface UntagResourceCommandOutput
19
19
  extends UntagResourceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UntagResourceCommand extends $Command<
23
22
  UntagResourceCommandInput,
24
23
  UntagResourceCommandOutput,
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
26
25
  > {
27
26
  readonly input: UntagResourceCommandInput;
28
27
  constructor(input: UntagResourceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: FinspaceClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateEnvironmentCommandInput
19
19
  export interface UpdateEnvironmentCommandOutput
20
20
  extends UpdateEnvironmentResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateEnvironmentCommand extends $Command<
24
23
  UpdateEnvironmentCommandInput,
25
24
  UpdateEnvironmentCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateEnvironmentCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateEnvironmentCommandInput;
29
28
  constructor(input: UpdateEnvironmentCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: FinspaceClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class FinspaceServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }
@@ -1,10 +1,8 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { FinspaceServiceException as __BaseException } from "./FinspaceServiceException";
3
-
4
3
  export declare class AccessDeniedException extends __BaseException {
5
4
  readonly name: "AccessDeniedException";
6
5
  readonly $fault: "client";
7
-
8
6
  constructor(
9
7
  opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
10
8
  );
@@ -13,93 +11,65 @@ export declare enum FederationMode {
13
11
  FEDERATED = "FEDERATED",
14
12
  LOCAL = "LOCAL",
15
13
  }
16
-
17
14
  export interface FederationParameters {
18
15
  samlMetadataDocument?: string;
19
-
20
16
  samlMetadataURL?: string;
21
-
22
17
  applicationCallBackURL?: string;
23
-
24
18
  federationURN?: string;
25
-
26
19
  federationProviderName?: string;
27
-
28
20
  attributeMap?: Record<string, string>;
29
21
  }
30
-
31
22
  export interface SuperuserParameters {
32
23
  emailAddress: string | undefined;
33
-
34
24
  firstName: string | undefined;
35
-
36
25
  lastName: string | undefined;
37
26
  }
38
27
  export interface CreateEnvironmentRequest {
39
28
  name: string | undefined;
40
-
41
29
  description?: string;
42
-
43
30
  kmsKeyId?: string;
44
-
45
31
  tags?: Record<string, string>;
46
-
47
32
  federationMode?: FederationMode | string;
48
-
49
33
  federationParameters?: FederationParameters;
50
-
51
34
  superuserParameters?: SuperuserParameters;
52
-
53
35
  dataBundles?: string[];
54
36
  }
55
37
  export interface CreateEnvironmentResponse {
56
38
  environmentId?: string;
57
-
58
39
  environmentArn?: string;
59
-
60
40
  environmentUrl?: string;
61
41
  }
62
-
63
42
  export declare class InternalServerException extends __BaseException {
64
43
  readonly name: "InternalServerException";
65
44
  readonly $fault: "server";
66
-
67
45
  constructor(
68
46
  opts: __ExceptionOptionType<InternalServerException, __BaseException>
69
47
  );
70
48
  }
71
-
72
49
  export declare class LimitExceededException extends __BaseException {
73
50
  readonly name: "LimitExceededException";
74
51
  readonly $fault: "client";
75
-
76
52
  constructor(
77
53
  opts: __ExceptionOptionType<LimitExceededException, __BaseException>
78
54
  );
79
55
  }
80
-
81
56
  export declare class ServiceQuotaExceededException extends __BaseException {
82
57
  readonly name: "ServiceQuotaExceededException";
83
58
  readonly $fault: "client";
84
-
85
59
  constructor(
86
60
  opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
87
61
  );
88
62
  }
89
-
90
63
  export declare class ThrottlingException extends __BaseException {
91
64
  readonly name: "ThrottlingException";
92
65
  readonly $fault: "client";
93
-
94
66
  constructor(
95
67
  opts: __ExceptionOptionType<ThrottlingException, __BaseException>
96
68
  );
97
69
  }
98
-
99
70
  export declare class ValidationException extends __BaseException {
100
71
  readonly name: "ValidationException";
101
72
  readonly $fault: "client";
102
-
103
73
  constructor(
104
74
  opts: __ExceptionOptionType<ValidationException, __BaseException>
105
75
  );
@@ -108,11 +78,9 @@ export interface DeleteEnvironmentRequest {
108
78
  environmentId: string | undefined;
109
79
  }
110
80
  export interface DeleteEnvironmentResponse {}
111
-
112
81
  export declare class ResourceNotFoundException extends __BaseException {
113
82
  readonly name: "ResourceNotFoundException";
114
83
  readonly $fault: "client";
115
-
116
84
  constructor(
117
85
  opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
118
86
  );
@@ -132,30 +100,18 @@ export declare enum EnvironmentStatus {
132
100
  RETRY_DELETION = "RETRY_DELETION",
133
101
  SUSPENDED = "SUSPENDED",
134
102
  }
135
-
136
103
  export interface Environment {
137
104
  name?: string;
138
-
139
105
  environmentId?: string;
140
-
141
106
  awsAccountId?: string;
142
-
143
107
  status?: EnvironmentStatus | string;
144
-
145
108
  environmentUrl?: string;
146
-
147
109
  description?: string;
148
-
149
110
  environmentArn?: string;
150
-
151
111
  sageMakerStudioDomainUrl?: string;
152
-
153
112
  kmsKeyId?: string;
154
-
155
113
  dedicatedServiceAccountId?: string;
156
-
157
114
  federationMode?: FederationMode | string;
158
-
159
115
  federationParameters?: FederationParameters;
160
116
  }
161
117
  export interface GetEnvironmentResponse {
@@ -163,19 +119,15 @@ export interface GetEnvironmentResponse {
163
119
  }
164
120
  export interface ListEnvironmentsRequest {
165
121
  nextToken?: string;
166
-
167
122
  maxResults?: number;
168
123
  }
169
124
  export interface ListEnvironmentsResponse {
170
125
  environments?: Environment[];
171
-
172
126
  nextToken?: string;
173
127
  }
174
-
175
128
  export declare class InvalidRequestException extends __BaseException {
176
129
  readonly name: "InvalidRequestException";
177
130
  readonly $fault: "client";
178
-
179
131
  constructor(
180
132
  opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
181
133
  );
@@ -188,101 +140,76 @@ export interface ListTagsForResourceResponse {
188
140
  }
189
141
  export interface TagResourceRequest {
190
142
  resourceArn: string | undefined;
191
-
192
143
  tags: Record<string, string> | undefined;
193
144
  }
194
145
  export interface TagResourceResponse {}
195
146
  export interface UntagResourceRequest {
196
147
  resourceArn: string | undefined;
197
-
198
148
  tagKeys: string[] | undefined;
199
149
  }
200
150
  export interface UntagResourceResponse {}
201
151
  export interface UpdateEnvironmentRequest {
202
152
  environmentId: string | undefined;
203
-
204
153
  name?: string;
205
-
206
154
  description?: string;
207
-
208
155
  federationMode?: FederationMode | string;
209
-
210
156
  federationParameters?: FederationParameters;
211
157
  }
212
158
  export interface UpdateEnvironmentResponse {
213
159
  environment?: Environment;
214
160
  }
215
-
216
161
  export declare const FederationParametersFilterSensitiveLog: (
217
162
  obj: FederationParameters
218
163
  ) => any;
219
-
220
164
  export declare const SuperuserParametersFilterSensitiveLog: (
221
165
  obj: SuperuserParameters
222
166
  ) => any;
223
-
224
167
  export declare const CreateEnvironmentRequestFilterSensitiveLog: (
225
168
  obj: CreateEnvironmentRequest
226
169
  ) => any;
227
-
228
170
  export declare const CreateEnvironmentResponseFilterSensitiveLog: (
229
171
  obj: CreateEnvironmentResponse
230
172
  ) => any;
231
-
232
173
  export declare const DeleteEnvironmentRequestFilterSensitiveLog: (
233
174
  obj: DeleteEnvironmentRequest
234
175
  ) => any;
235
-
236
176
  export declare const DeleteEnvironmentResponseFilterSensitiveLog: (
237
177
  obj: DeleteEnvironmentResponse
238
178
  ) => any;
239
-
240
179
  export declare const GetEnvironmentRequestFilterSensitiveLog: (
241
180
  obj: GetEnvironmentRequest
242
181
  ) => any;
243
-
244
182
  export declare const EnvironmentFilterSensitiveLog: (obj: Environment) => any;
245
-
246
183
  export declare const GetEnvironmentResponseFilterSensitiveLog: (
247
184
  obj: GetEnvironmentResponse
248
185
  ) => any;
249
-
250
186
  export declare const ListEnvironmentsRequestFilterSensitiveLog: (
251
187
  obj: ListEnvironmentsRequest
252
188
  ) => any;
253
-
254
189
  export declare const ListEnvironmentsResponseFilterSensitiveLog: (
255
190
  obj: ListEnvironmentsResponse
256
191
  ) => any;
257
-
258
192
  export declare const ListTagsForResourceRequestFilterSensitiveLog: (
259
193
  obj: ListTagsForResourceRequest
260
194
  ) => any;
261
-
262
195
  export declare const ListTagsForResourceResponseFilterSensitiveLog: (
263
196
  obj: ListTagsForResourceResponse
264
197
  ) => any;
265
-
266
198
  export declare const TagResourceRequestFilterSensitiveLog: (
267
199
  obj: TagResourceRequest
268
200
  ) => any;
269
-
270
201
  export declare const TagResourceResponseFilterSensitiveLog: (
271
202
  obj: TagResourceResponse
272
203
  ) => any;
273
-
274
204
  export declare const UntagResourceRequestFilterSensitiveLog: (
275
205
  obj: UntagResourceRequest
276
206
  ) => any;
277
-
278
207
  export declare const UntagResourceResponseFilterSensitiveLog: (
279
208
  obj: UntagResourceResponse
280
209
  ) => any;
281
-
282
210
  export declare const UpdateEnvironmentRequestFilterSensitiveLog: (
283
211
  obj: UpdateEnvironmentRequest
284
212
  ) => any;
285
-
286
213
  export declare const UpdateEnvironmentResponseFilterSensitiveLog: (
287
214
  obj: UpdateEnvironmentResponse
288
215
  ) => any;
@@ -1,6 +1,5 @@
1
1
  import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { FinspaceClientConfig } from "./FinspaceClient";
3
-
4
3
  export declare const getRuntimeConfig: (config: FinspaceClientConfig) => {
5
4
  runtime: string;
6
5
  defaultsMode: import("@aws-sdk/types").Provider<
@@ -1,6 +1,5 @@
1
1
  import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
2
  import { FinspaceClientConfig } from "./FinspaceClient";
3
-
4
3
  export declare const getRuntimeConfig: (config: FinspaceClientConfig) => {
5
4
  runtime: string;
6
5
  defaultsMode: import("@aws-sdk/types").Provider<
@@ -1,5 +1,4 @@
1
1
  import { FinspaceClientConfig } from "./FinspaceClient";
2
-
3
2
  export declare const getRuntimeConfig: (config: FinspaceClientConfig) => {
4
3
  runtime: string;
5
4
  sha256: import("@aws-sdk/types").HashConstructor;
@@ -1,6 +1,5 @@
1
1
  import { Logger as __Logger } from "@aws-sdk/types";
2
2
  import { FinspaceClientConfig } from "./FinspaceClient";
3
-
4
3
  export declare const getRuntimeConfig: (config: FinspaceClientConfig) => {
5
4
  apiVersion: string;
6
5
  disableHostPrefix: boolean;
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.170.0",
4
+ "version": "3.171.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",
@@ -19,35 +19,35 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.170.0",
23
- "@aws-sdk/config-resolver": "3.170.0",
24
- "@aws-sdk/credential-provider-node": "3.170.0",
25
- "@aws-sdk/fetch-http-handler": "3.170.0",
26
- "@aws-sdk/hash-node": "3.170.0",
27
- "@aws-sdk/invalid-dependency": "3.170.0",
28
- "@aws-sdk/middleware-content-length": "3.170.0",
29
- "@aws-sdk/middleware-host-header": "3.170.0",
30
- "@aws-sdk/middleware-logger": "3.170.0",
31
- "@aws-sdk/middleware-recursion-detection": "3.170.0",
32
- "@aws-sdk/middleware-retry": "3.170.0",
33
- "@aws-sdk/middleware-serde": "3.170.0",
34
- "@aws-sdk/middleware-signing": "3.170.0",
35
- "@aws-sdk/middleware-stack": "3.170.0",
36
- "@aws-sdk/middleware-user-agent": "3.170.0",
37
- "@aws-sdk/node-config-provider": "3.170.0",
38
- "@aws-sdk/node-http-handler": "3.170.0",
39
- "@aws-sdk/protocol-http": "3.170.0",
40
- "@aws-sdk/smithy-client": "3.170.0",
41
- "@aws-sdk/types": "3.170.0",
42
- "@aws-sdk/url-parser": "3.170.0",
22
+ "@aws-sdk/client-sts": "3.171.0",
23
+ "@aws-sdk/config-resolver": "3.171.0",
24
+ "@aws-sdk/credential-provider-node": "3.171.0",
25
+ "@aws-sdk/fetch-http-handler": "3.171.0",
26
+ "@aws-sdk/hash-node": "3.171.0",
27
+ "@aws-sdk/invalid-dependency": "3.171.0",
28
+ "@aws-sdk/middleware-content-length": "3.171.0",
29
+ "@aws-sdk/middleware-host-header": "3.171.0",
30
+ "@aws-sdk/middleware-logger": "3.171.0",
31
+ "@aws-sdk/middleware-recursion-detection": "3.171.0",
32
+ "@aws-sdk/middleware-retry": "3.171.0",
33
+ "@aws-sdk/middleware-serde": "3.171.0",
34
+ "@aws-sdk/middleware-signing": "3.171.0",
35
+ "@aws-sdk/middleware-stack": "3.171.0",
36
+ "@aws-sdk/middleware-user-agent": "3.171.0",
37
+ "@aws-sdk/node-config-provider": "3.171.0",
38
+ "@aws-sdk/node-http-handler": "3.171.0",
39
+ "@aws-sdk/protocol-http": "3.171.0",
40
+ "@aws-sdk/smithy-client": "3.171.0",
41
+ "@aws-sdk/types": "3.171.0",
42
+ "@aws-sdk/url-parser": "3.171.0",
43
43
  "@aws-sdk/util-base64-browser": "3.170.0",
44
44
  "@aws-sdk/util-base64-node": "3.170.0",
45
45
  "@aws-sdk/util-body-length-browser": "3.170.0",
46
46
  "@aws-sdk/util-body-length-node": "3.170.0",
47
- "@aws-sdk/util-defaults-mode-browser": "3.170.0",
48
- "@aws-sdk/util-defaults-mode-node": "3.170.0",
49
- "@aws-sdk/util-user-agent-browser": "3.170.0",
50
- "@aws-sdk/util-user-agent-node": "3.170.0",
47
+ "@aws-sdk/util-defaults-mode-browser": "3.171.0",
48
+ "@aws-sdk/util-defaults-mode-node": "3.171.0",
49
+ "@aws-sdk/util-user-agent-browser": "3.171.0",
50
+ "@aws-sdk/util-user-agent-node": "3.171.0",
51
51
  "@aws-sdk/util-utf8-browser": "3.170.0",
52
52
  "@aws-sdk/util-utf8-node": "3.170.0",
53
53
  "tslib": "^2.3.1"