@aws-sdk/client-sagemaker-runtime 3.943.0 → 3.946.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.
Files changed (30) hide show
  1. package/dist-cjs/index.js +47 -320
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/SageMakerRuntimeClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +47 -320
  8. package/dist-types/SageMakerRuntime.d.ts +1 -1
  9. package/dist-types/SageMakerRuntimeClient.d.ts +11 -11
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/InvokeEndpointAsyncCommand.d.ts +3 -3
  13. package/dist-types/commands/InvokeEndpointCommand.d.ts +2 -2
  14. package/dist-types/commands/InvokeEndpointWithResponseStreamCommand.d.ts +3 -3
  15. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  16. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  17. package/dist-types/extensionConfiguration.d.ts +4 -4
  18. package/dist-types/models/SageMakerRuntimeServiceException.d.ts +1 -1
  19. package/dist-types/models/errors.d.ts +1 -1
  20. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  21. package/dist-types/runtimeConfig.d.ts +1 -1
  22. package/dist-types/runtimeConfig.native.d.ts +1 -1
  23. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  24. package/dist-types/runtimeExtensions.d.ts +1 -1
  25. package/dist-types/schemas/schemas_0.d.ts +1 -1
  26. package/dist-types/ts3.4/SageMakerRuntimeClient.d.ts +3 -3
  27. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  28. package/dist-types/ts3.4/commands/InvokeEndpointWithResponseStreamCommand.d.ts +1 -1
  29. package/dist-types/ts3.4/models/SageMakerRuntimeServiceException.d.ts +1 -1
  30. package/package.json +13 -12
@@ -82,40 +82,11 @@ import { SageMakerRuntimeServiceException as __SageMakerRuntimeServiceException
82
82
  export var BodyBlob = [0, n0, _BB, 8, 21];
83
83
  export var CustomAttributesHeader = [0, n0, _CAH, 8, 0];
84
84
  export var PartBlob = [0, n0, _PB, 8, 21];
85
- export var InternalDependencyException = [
86
- -3,
87
- n0,
88
- _IDE,
89
- {
90
- [_e]: _s,
91
- [_hE]: 530,
92
- },
93
- [_M],
94
- [0],
95
- ];
85
+ export var InternalDependencyException = [-3, n0, _IDE, { [_e]: _s, [_hE]: 530 }, [_M], [0]];
96
86
  TypeRegistry.for(n0).registerError(InternalDependencyException, __InternalDependencyException);
97
- export var InternalFailure = [
98
- -3,
99
- n0,
100
- _IF,
101
- {
102
- [_e]: _s,
103
- [_hE]: 500,
104
- },
105
- [_M],
106
- [0],
107
- ];
87
+ export var InternalFailure = [-3, n0, _IF, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
108
88
  TypeRegistry.for(n0).registerError(InternalFailure, __InternalFailure);
109
- export var InternalStreamFailure = [
110
- -3,
111
- n0,
112
- _ISF,
113
- {
114
- [_e]: _s,
115
- },
116
- [_M],
117
- [0],
118
- ];
89
+ export var InternalStreamFailure = [-3, n0, _ISF, { [_e]: _s }, [_M], [0]];
119
90
  TypeRegistry.for(n0).registerError(InternalStreamFailure, __InternalStreamFailure);
120
91
  export var InvokeEndpointAsyncInput = [
121
92
  3,
@@ -125,48 +96,13 @@ export var InvokeEndpointAsyncInput = [
125
96
  [_EN, _CT, _A, _CA, _II, _IL, _RTTLS, _ITS],
126
97
  [
127
98
  [0, 1],
128
- [
129
- 0,
130
- {
131
- [_hH]: _XASCT,
132
- },
133
- ],
134
- [
135
- 0,
136
- {
137
- [_hH]: _XASA,
138
- },
139
- ],
140
- [
141
- () => CustomAttributesHeader,
142
- {
143
- [_hH]: _XASCA,
144
- },
145
- ],
146
- [
147
- 0,
148
- {
149
- [_hH]: _XASII,
150
- },
151
- ],
152
- [
153
- 0,
154
- {
155
- [_hH]: _XASI,
156
- },
157
- ],
158
- [
159
- 1,
160
- {
161
- [_hH]: _XASR,
162
- },
163
- ],
164
- [
165
- 1,
166
- {
167
- [_hH]: _XASI_,
168
- },
169
- ],
99
+ [0, { [_hH]: _XASCT }],
100
+ [0, { [_hH]: _XASA }],
101
+ [() => CustomAttributesHeader, { [_hH]: _XASCA }],
102
+ [0, { [_hH]: _XASII }],
103
+ [0, { [_hH]: _XASI }],
104
+ [1, { [_hH]: _XASR }],
105
+ [1, { [_hH]: _XASI_ }],
170
106
  ],
171
107
  ];
172
108
  export var InvokeEndpointAsyncOutput = [
@@ -175,21 +111,7 @@ export var InvokeEndpointAsyncOutput = [
175
111
  _IEAO,
176
112
  0,
177
113
  [_II, _OL, _FL],
178
- [
179
- 0,
180
- [
181
- 0,
182
- {
183
- [_hH]: _XASO,
184
- },
185
- ],
186
- [
187
- 0,
188
- {
189
- [_hH]: _XASF,
190
- },
191
- ],
192
- ],
114
+ [0, [0, { [_hH]: _XASO }], [0, { [_hH]: _XASF }]],
193
115
  ];
194
116
  export var InvokeEndpointInput = [
195
117
  3,
@@ -200,66 +122,16 @@ export var InvokeEndpointInput = [
200
122
  [
201
123
  [0, 1],
202
124
  [() => BodyBlob, 16],
203
- [
204
- 0,
205
- {
206
- [_hH]: _CT_,
207
- },
208
- ],
209
- [
210
- 0,
211
- {
212
- [_hH]: _A,
213
- },
214
- ],
215
- [
216
- () => CustomAttributesHeader,
217
- {
218
- [_hH]: _XASCA,
219
- },
220
- ],
221
- [
222
- 0,
223
- {
224
- [_hH]: _XASTM,
225
- },
226
- ],
227
- [
228
- 0,
229
- {
230
- [_hH]: _XASTV,
231
- },
232
- ],
233
- [
234
- 0,
235
- {
236
- [_hH]: _XASTCH,
237
- },
238
- ],
239
- [
240
- 0,
241
- {
242
- [_hH]: _XASII,
243
- },
244
- ],
245
- [
246
- 0,
247
- {
248
- [_hH]: _XASEE,
249
- },
250
- ],
251
- [
252
- 0,
253
- {
254
- [_hH]: _XASIC,
255
- },
256
- ],
257
- [
258
- 0,
259
- {
260
- [_hH]: _XASSI,
261
- },
262
- ],
125
+ [0, { [_hH]: _CT_ }],
126
+ [0, { [_hH]: _A }],
127
+ [() => CustomAttributesHeader, { [_hH]: _XASCA }],
128
+ [0, { [_hH]: _XASTM }],
129
+ [0, { [_hH]: _XASTV }],
130
+ [0, { [_hH]: _XASTCH }],
131
+ [0, { [_hH]: _XASII }],
132
+ [0, { [_hH]: _XASEE }],
133
+ [0, { [_hH]: _XASIC }],
134
+ [0, { [_hH]: _XASSI }],
263
135
  ],
264
136
  ];
265
137
  export var InvokeEndpointOutput = [
@@ -270,36 +142,11 @@ export var InvokeEndpointOutput = [
270
142
  [_B, _CT, _IPV, _CA, _NSI, _CSI],
271
143
  [
272
144
  [() => BodyBlob, 16],
273
- [
274
- 0,
275
- {
276
- [_hH]: _CT_,
277
- },
278
- ],
279
- [
280
- 0,
281
- {
282
- [_hH]: _xAIPV,
283
- },
284
- ],
285
- [
286
- () => CustomAttributesHeader,
287
- {
288
- [_hH]: _XASCA,
289
- },
290
- ],
291
- [
292
- 0,
293
- {
294
- [_hH]: _XASNSI,
295
- },
296
- ],
297
- [
298
- 0,
299
- {
300
- [_hH]: _XASCSI,
301
- },
302
- ],
145
+ [0, { [_hH]: _CT_ }],
146
+ [0, { [_hH]: _xAIPV }],
147
+ [() => CustomAttributesHeader, { [_hH]: _XASCA }],
148
+ [0, { [_hH]: _XASNSI }],
149
+ [0, { [_hH]: _XASCSI }],
303
150
  ],
304
151
  ];
305
152
  export var InvokeEndpointWithResponseStreamInput = [
@@ -311,54 +158,14 @@ export var InvokeEndpointWithResponseStreamInput = [
311
158
  [
312
159
  [0, 1],
313
160
  [() => BodyBlob, 16],
314
- [
315
- 0,
316
- {
317
- [_hH]: _CT_,
318
- },
319
- ],
320
- [
321
- 0,
322
- {
323
- [_hH]: _XASA,
324
- },
325
- ],
326
- [
327
- () => CustomAttributesHeader,
328
- {
329
- [_hH]: _XASCA,
330
- },
331
- ],
332
- [
333
- 0,
334
- {
335
- [_hH]: _XASTV,
336
- },
337
- ],
338
- [
339
- 0,
340
- {
341
- [_hH]: _XASTCH,
342
- },
343
- ],
344
- [
345
- 0,
346
- {
347
- [_hH]: _XASII,
348
- },
349
- ],
350
- [
351
- 0,
352
- {
353
- [_hH]: _XASIC,
354
- },
355
- ],
356
- [
357
- 0,
358
- {
359
- [_hH]: _XASSI,
360
- },
361
- ],
161
+ [0, { [_hH]: _CT_ }],
162
+ [0, { [_hH]: _XASA }],
163
+ [() => CustomAttributesHeader, { [_hH]: _XASCA }],
164
+ [0, { [_hH]: _XASTV }],
165
+ [0, { [_hH]: _XASTCH }],
166
+ [0, { [_hH]: _XASII }],
167
+ [0, { [_hH]: _XASIC }],
168
+ [0, { [_hH]: _XASSI }],
362
169
  ],
363
170
  ];
364
171
  export var InvokeEndpointWithResponseStreamOutput = [
@@ -369,100 +176,28 @@ export var InvokeEndpointWithResponseStreamOutput = [
369
176
  [_B, _CT, _IPV, _CA],
370
177
  [
371
178
  [() => ResponseStream, 16],
372
- [
373
- 0,
374
- {
375
- [_hH]: _XASCT,
376
- },
377
- ],
378
- [
379
- 0,
380
- {
381
- [_hH]: _xAIPV,
382
- },
383
- ],
384
- [
385
- () => CustomAttributesHeader,
386
- {
387
- [_hH]: _XASCA,
388
- },
389
- ],
179
+ [0, { [_hH]: _XASCT }],
180
+ [0, { [_hH]: _xAIPV }],
181
+ [() => CustomAttributesHeader, { [_hH]: _XASCA }],
390
182
  ],
391
183
  ];
392
- export var ModelError = [
393
- -3,
394
- n0,
395
- _ME,
396
- {
397
- [_e]: _c,
398
- [_hE]: 424,
399
- },
400
- [_M, _OSC, _OM, _LSA],
401
- [0, 1, 0, 0],
402
- ];
184
+ export var ModelError = [-3, n0, _ME, { [_e]: _c, [_hE]: 424 }, [_M, _OSC, _OM, _LSA], [0, 1, 0, 0]];
403
185
  TypeRegistry.for(n0).registerError(ModelError, __ModelError);
404
186
  export var ModelNotReadyException = [
405
187
  -3,
406
188
  n0,
407
189
  _MNRE,
408
- {
409
- [_e]: _c,
410
- [_hE]: 429,
411
- [_aQE]: [`ModelNotReadyException`, 429],
412
- },
190
+ { [_e]: _c, [_hE]: 429, [_aQE]: [`ModelNotReadyException`, 429] },
413
191
  [_M],
414
192
  [0],
415
193
  ];
416
194
  TypeRegistry.for(n0).registerError(ModelNotReadyException, __ModelNotReadyException);
417
- export var ModelStreamError = [
418
- -3,
419
- n0,
420
- _MSE,
421
- {
422
- [_e]: _c,
423
- },
424
- [_M, _EC],
425
- [0, 0],
426
- ];
195
+ export var ModelStreamError = [-3, n0, _MSE, { [_e]: _c }, [_M, _EC], [0, 0]];
427
196
  TypeRegistry.for(n0).registerError(ModelStreamError, __ModelStreamError);
428
- export var PayloadPart = [
429
- 3,
430
- n0,
431
- _PP,
432
- 0,
433
- [_By],
434
- [
435
- [
436
- () => PartBlob,
437
- {
438
- [_eP]: 1,
439
- },
440
- ],
441
- ],
442
- ];
443
- export var ServiceUnavailable = [
444
- -3,
445
- n0,
446
- _SU,
447
- {
448
- [_e]: _s,
449
- [_hE]: 503,
450
- },
451
- [_M],
452
- [0],
453
- ];
197
+ export var PayloadPart = [3, n0, _PP, 0, [_By], [[() => PartBlob, { [_eP]: 1 }]]];
198
+ export var ServiceUnavailable = [-3, n0, _SU, { [_e]: _s, [_hE]: 503 }, [_M], [0]];
454
199
  TypeRegistry.for(n0).registerError(ServiceUnavailable, __ServiceUnavailable);
455
- export var ValidationError = [
456
- -3,
457
- n0,
458
- _VE,
459
- {
460
- [_e]: _c,
461
- [_hE]: 400,
462
- },
463
- [_M],
464
- [0],
465
- ];
200
+ export var ValidationError = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
466
201
  TypeRegistry.for(n0).registerError(ValidationError, __ValidationError);
467
202
  export var SageMakerRuntimeServiceException = [
468
203
  -3,
@@ -477,9 +212,7 @@ export var ResponseStream = [
477
212
  3,
478
213
  n0,
479
214
  _RS,
480
- {
481
- [_st]: 1,
482
- },
215
+ { [_st]: 1 },
483
216
  [_PP, _MSE, _ISF],
484
217
  [
485
218
  [() => PayloadPart, 0],
@@ -491,9 +224,7 @@ export var InvokeEndpoint = [
491
224
  9,
492
225
  n0,
493
226
  _IE,
494
- {
495
- [_h]: ["POST", "/endpoints/{EndpointName}/invocations", 200],
496
- },
227
+ { [_h]: ["POST", "/endpoints/{EndpointName}/invocations", 200] },
497
228
  () => InvokeEndpointInput,
498
229
  () => InvokeEndpointOutput,
499
230
  ];
@@ -501,9 +232,7 @@ export var InvokeEndpointAsync = [
501
232
  9,
502
233
  n0,
503
234
  _IEA,
504
- {
505
- [_h]: ["POST", "/endpoints/{EndpointName}/async-invocations", 202],
506
- },
235
+ { [_h]: ["POST", "/endpoints/{EndpointName}/async-invocations", 202] },
507
236
  () => InvokeEndpointAsyncInput,
508
237
  () => InvokeEndpointAsyncOutput,
509
238
  ];
@@ -511,9 +240,7 @@ export var InvokeEndpointWithResponseStream = [
511
240
  9,
512
241
  n0,
513
242
  _IEWRS,
514
- {
515
- [_h]: ["POST", "/endpoints/{EndpointName}/invocations-response-stream", 200],
516
- },
243
+ { [_h]: ["POST", "/endpoints/{EndpointName}/invocations-response-stream", 200] },
517
244
  () => InvokeEndpointWithResponseStreamInput,
518
245
  () => InvokeEndpointWithResponseStreamOutput,
519
246
  ];
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { InvokeEndpointAsyncCommandInput, InvokeEndpointAsyncCommandOutput } from "./commands/InvokeEndpointAsyncCommand";
3
3
  import { InvokeEndpointCommandInput, InvokeEndpointCommandOutput } from "./commands/InvokeEndpointCommand";
4
4
  import { InvokeEndpointWithResponseStreamCommandInput, InvokeEndpointWithResponseStreamCommandOutput } from "./commands/InvokeEndpointWithResponseStreamCommand";
@@ -1,18 +1,18 @@
1
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { EventStreamSerdeInputConfig, EventStreamSerdeResolvedConfig } from "@smithy/eventstream-serde-config-resolver";
5
- import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
6
- import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
7
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
8
- import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
9
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, EventStreamSerdeProvider as __EventStreamSerdeProvider, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
10
- import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
1
+ import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
+ import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
+ import { type EventStreamSerdeInputConfig, type EventStreamSerdeResolvedConfig } from "@smithy/eventstream-serde-config-resolver";
5
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
6
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
7
+ import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
8
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
9
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type EventStreamSerdeProvider as __EventStreamSerdeProvider, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
10
+ import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
11
11
  import { InvokeEndpointAsyncCommandInput, InvokeEndpointAsyncCommandOutput } from "./commands/InvokeEndpointAsyncCommand";
12
12
  import { InvokeEndpointCommandInput, InvokeEndpointCommandOutput } from "./commands/InvokeEndpointCommand";
13
13
  import { InvokeEndpointWithResponseStreamCommandInput, InvokeEndpointWithResponseStreamCommandOutput } from "./commands/InvokeEndpointWithResponseStreamCommand";
14
14
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
15
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
15
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
16
16
  export { __Client };
17
17
  /**
18
18
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { SageMakerRuntimeHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { SageMakerRuntimeHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,6 +1,6 @@
1
1
  import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
2
- import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
- import { SageMakerRuntimeClientResolvedConfig } from "../SageMakerRuntimeClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type SageMakerRuntimeClientResolvedConfig } from "../SageMakerRuntimeClient";
4
4
  /**
5
5
  * @internal
6
6
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { InvokeEndpointAsyncInput, InvokeEndpointAsyncOutput } from "../models/models_0";
4
- import { SageMakerRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerRuntimeClient";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { InvokeEndpointAsyncInput, InvokeEndpointAsyncOutput } from "../models/models_0";
4
+ import type { SageMakerRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerRuntimeClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,8 +1,8 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { BlobPayloadInputTypes, MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import type { BlobPayloadInputTypes, MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
4
4
  import { InvokeEndpointInput, InvokeEndpointOutput } from "../models/models_0";
5
- import { SageMakerRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerRuntimeClient";
5
+ import type { SageMakerRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerRuntimeClient";
6
6
  /**
7
7
  * @public
8
8
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { BlobPayloadInputTypes, MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { InvokeEndpointWithResponseStreamInput, InvokeEndpointWithResponseStreamOutput } from "../models/models_0";
4
- import { SageMakerRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerRuntimeClient";
2
+ import type { BlobPayloadInputTypes, MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { type InvokeEndpointWithResponseStreamOutput, InvokeEndpointWithResponseStreamInput } from "../models/models_0";
4
+ import type { SageMakerRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerRuntimeClient";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,4 +1,4 @@
1
- import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
1
+ import type { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
2
2
  /**
3
3
  * @public
4
4
  */
@@ -8,10 +8,19 @@ export interface ClientInputEndpointParameters {
8
8
  useFipsEndpoint?: boolean | undefined | Provider<boolean | undefined>;
9
9
  endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
10
10
  }
11
+ /**
12
+ * @public
13
+ */
11
14
  export type ClientResolvedEndpointParameters = Omit<ClientInputEndpointParameters, "endpoint"> & {
12
15
  defaultSigningName: string;
13
16
  };
17
+ /**
18
+ * @internal
19
+ */
14
20
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientResolvedEndpointParameters;
21
+ /**
22
+ * @internal
23
+ */
15
24
  export declare const commonParams: {
16
25
  readonly UseFIPS: {
17
26
  readonly type: "builtInParams";
@@ -30,6 +39,9 @@ export declare const commonParams: {
30
39
  readonly name: "useDualstackEndpoint";
31
40
  };
32
41
  };
42
+ /**
43
+ * @internal
44
+ */
33
45
  export interface EndpointParameters extends __EndpointParameters {
34
46
  Region?: string | undefined;
35
47
  UseDualStack?: boolean | undefined;
@@ -1,5 +1,8 @@
1
- import { EndpointV2, Logger } from "@smithy/types";
2
- import { EndpointParameters } from "./EndpointParameters";
1
+ import type { EndpointV2, Logger } from "@smithy/types";
2
+ import type { EndpointParameters } from "./EndpointParameters";
3
+ /**
4
+ * @internal
5
+ */
3
6
  export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
4
7
  logger?: Logger;
5
8
  }) => EndpointV2;
@@ -1,7 +1,7 @@
1
- import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
3
- import { DefaultExtensionConfiguration } from "@smithy/types";
4
- import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
1
+ import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
+ import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
3
+ import type { DefaultExtensionConfiguration } from "@smithy/types";
4
+ import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  /**
6
6
  * @internal
7
7
  */
@@ -1,4 +1,4 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
1
+ import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
2
2
  export type { __ServiceExceptionOptions };
3
3
  export { __ServiceException };
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { SageMakerRuntimeServiceException as __BaseException } from "./SageMakerRuntimeServiceException";
3
3
  /**
4
4
  * <p>Your request caused an exception with an internal dependency. Contact customer
@@ -1,5 +1,5 @@
1
1
  import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
2
- import { SageMakerRuntimeClientConfig } from "./SageMakerRuntimeClient";
2
+ import type { SageMakerRuntimeClientConfig } from "./SageMakerRuntimeClient";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
2
- import { SageMakerRuntimeClientConfig } from "./SageMakerRuntimeClient";
2
+ import type { SageMakerRuntimeClientConfig } from "./SageMakerRuntimeClient";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,4 +1,4 @@
1
- import { SageMakerRuntimeClientConfig } from "./SageMakerRuntimeClient";
1
+ import type { SageMakerRuntimeClientConfig } from "./SageMakerRuntimeClient";
2
2
  /**
3
3
  * @internal
4
4
  */
@@ -1,4 +1,4 @@
1
- import { SageMakerRuntimeClientConfig } from "./SageMakerRuntimeClient";
1
+ import type { SageMakerRuntimeClientConfig } from "./SageMakerRuntimeClient";
2
2
  /**
3
3
  * @internal
4
4
  */
@@ -1,4 +1,4 @@
1
- import { SageMakerRuntimeExtensionConfiguration } from "./extensionConfiguration";
1
+ import type { SageMakerRuntimeExtensionConfiguration } from "./extensionConfiguration";
2
2
  /**
3
3
  * @public
4
4
  */
@@ -1,4 +1,4 @@
1
- import { StaticErrorSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
1
+ import type { StaticErrorSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
2
2
  export declare var BodyBlob: StaticSimpleSchema;
3
3
  export declare var CustomAttributesHeader: StaticSimpleSchema;
4
4
  export declare var PartBlob: StaticSimpleSchema;