@aws-sdk/client-sagemaker-edge 3.529.1 → 3.535.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.
@@ -24,8 +24,8 @@ export interface SagemakerEdge {
24
24
  sendHeartbeat(args: SendHeartbeatCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendHeartbeatCommandOutput) => void): void;
25
25
  }
26
26
  /**
27
- * @public
28
27
  * <p>SageMaker Edge Manager dataplane service for communicating with active agents.</p>
28
+ * @public
29
29
  */
30
30
  export declare class SagemakerEdge extends SagemakerEdgeClient implements SagemakerEdge {
31
31
  }
@@ -154,8 +154,8 @@ export type SagemakerEdgeClientResolvedConfigType = __SmithyResolvedConfiguratio
154
154
  export interface SagemakerEdgeClientResolvedConfig extends SagemakerEdgeClientResolvedConfigType {
155
155
  }
156
156
  /**
157
- * @public
158
157
  * <p>SageMaker Edge Manager dataplane service for communicating with active agents.</p>
158
+ * @public
159
159
  */
160
160
  export declare class SagemakerEdgeClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SagemakerEdgeClientResolvedConfig> {
161
161
  /**
@@ -22,10 +22,10 @@ export interface GetDeploymentsCommandOutput extends GetDeploymentsResult, __Met
22
22
  }
23
23
  declare const GetDeploymentsCommand_base: {
24
24
  new (input: GetDeploymentsCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeploymentsCommandInput, GetDeploymentsCommandOutput, SagemakerEdgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDeploymentsCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeploymentsCommandInput, GetDeploymentsCommandOutput, SagemakerEdgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Use to get the active deployments from a device.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const GetDeploymentsCommand_base: {
75
75
  * @throws {@link SagemakerEdgeServiceException}
76
76
  * <p>Base exception class for all service exceptions from SagemakerEdge service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class GetDeploymentsCommand extends GetDeploymentsCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface GetDeviceRegistrationCommandOutput extends GetDeviceRegistratio
22
22
  }
23
23
  declare const GetDeviceRegistrationCommand_base: {
24
24
  new (input: GetDeviceRegistrationCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeviceRegistrationCommandInput, GetDeviceRegistrationCommandOutput, SagemakerEdgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDeviceRegistrationCommandInput): import("@smithy/smithy-client").CommandImpl<GetDeviceRegistrationCommandInput, GetDeviceRegistrationCommandOutput, SagemakerEdgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Use to check if a device is registered with SageMaker Edge Manager.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -59,6 +59,7 @@ declare const GetDeviceRegistrationCommand_base: {
59
59
  * @throws {@link SagemakerEdgeServiceException}
60
60
  * <p>Base exception class for all service exceptions from SagemakerEdge service.</p>
61
61
  *
62
+ * @public
62
63
  */
63
64
  export declare class GetDeviceRegistrationCommand extends GetDeviceRegistrationCommand_base {
64
65
  }
@@ -22,10 +22,10 @@ export interface SendHeartbeatCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const SendHeartbeatCommand_base: {
24
24
  new (input: SendHeartbeatCommandInput): import("@smithy/smithy-client").CommandImpl<SendHeartbeatCommandInput, SendHeartbeatCommandOutput, SagemakerEdgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SendHeartbeatCommandInput): import("@smithy/smithy-client").CommandImpl<SendHeartbeatCommandInput, SendHeartbeatCommandOutput, SagemakerEdgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Use to get the current status of devices registered on SageMaker Edge Manager.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -100,6 +100,7 @@ declare const SendHeartbeatCommand_base: {
100
100
  * @throws {@link SagemakerEdgeServiceException}
101
101
  * <p>Base exception class for all service exceptions from SagemakerEdge service.</p>
102
102
  *
103
+ * @public
103
104
  */
104
105
  export declare class SendHeartbeatCommand extends SendHeartbeatCommand_base {
105
106
  }
@@ -5,13 +5,13 @@ import { SagemakerEdgeServiceException as __BaseException } from "./SagemakerEdg
5
5
  */
6
6
  export interface GetDeploymentsRequest {
7
7
  /**
8
- * @public
9
8
  * <p>The unique name of the device you want to get the configuration of active deployments from.</p>
9
+ * @public
10
10
  */
11
11
  DeviceName: string | undefined;
12
12
  /**
13
- * @public
14
13
  * <p>The name of the fleet that the device belongs to.</p>
14
+ * @public
15
15
  */
16
16
  DeviceFleetName: string | undefined;
17
17
  }
@@ -27,18 +27,18 @@ export declare const ChecksumType: {
27
27
  */
28
28
  export type ChecksumType = (typeof ChecksumType)[keyof typeof ChecksumType];
29
29
  /**
30
- * @public
31
30
  * <p>Information about the checksum of a model deployed on a device.</p>
31
+ * @public
32
32
  */
33
33
  export interface Checksum {
34
34
  /**
35
- * @public
36
35
  * <p>The type of the checksum.</p>
36
+ * @public
37
37
  */
38
38
  Type?: ChecksumType;
39
39
  /**
40
- * @public
41
40
  * <p>The checksum of the model.</p>
41
+ * @public
42
42
  */
43
43
  Sum?: string;
44
44
  }
@@ -55,28 +55,28 @@ export declare const ModelState: {
55
55
  */
56
56
  export type ModelState = (typeof ModelState)[keyof typeof ModelState];
57
57
  /**
58
- * @public
59
58
  * <p></p>
59
+ * @public
60
60
  */
61
61
  export interface Definition {
62
62
  /**
63
- * @public
64
63
  * <p>The unique model handle.</p>
64
+ * @public
65
65
  */
66
66
  ModelHandle?: string;
67
67
  /**
68
- * @public
69
68
  * <p>The absolute S3 location of the model.</p>
69
+ * @public
70
70
  */
71
71
  S3Url?: string;
72
72
  /**
73
- * @public
74
73
  * <p>The checksum information of the model.</p>
74
+ * @public
75
75
  */
76
76
  Checksum?: Checksum;
77
77
  /**
78
- * @public
79
78
  * <p>The desired state of the model.</p>
79
+ * @public
80
80
  */
81
81
  State?: ModelState;
82
82
  }
@@ -104,28 +104,28 @@ export declare const DeploymentType: {
104
104
  */
105
105
  export type DeploymentType = (typeof DeploymentType)[keyof typeof DeploymentType];
106
106
  /**
107
- * @public
108
107
  * <p>Information about a deployment on an edge device that is registered with SageMaker Edge Manager.</p>
108
+ * @public
109
109
  */
110
110
  export interface EdgeDeployment {
111
111
  /**
112
- * @public
113
112
  * <p>The name and unique ID of the deployment.</p>
113
+ * @public
114
114
  */
115
115
  DeploymentName?: string;
116
116
  /**
117
- * @public
118
117
  * <p>The type of the deployment.</p>
118
+ * @public
119
119
  */
120
120
  Type?: DeploymentType;
121
121
  /**
122
- * @public
123
122
  * <p>Determines whether to rollback to previous configuration if deployment fails.</p>
123
+ * @public
124
124
  */
125
125
  FailureHandlingPolicy?: FailureHandlingPolicy;
126
126
  /**
127
- * @public
128
127
  * <p>Returns a list of Definition objects.</p>
128
+ * @public
129
129
  */
130
130
  Definitions?: Definition[];
131
131
  }
@@ -134,15 +134,15 @@ export interface EdgeDeployment {
134
134
  */
135
135
  export interface GetDeploymentsResult {
136
136
  /**
137
- * @public
138
137
  * <p>Returns a list of the configurations of the active deployments on the device.</p>
138
+ * @public
139
139
  */
140
140
  Deployments?: EdgeDeployment[];
141
141
  }
142
142
  /**
143
- * @public
144
143
  * <p>An internal failure occurred. Try your request again. If the problem
145
144
  * persists, contact Amazon Web Services customer support.</p>
145
+ * @public
146
146
  */
147
147
  export declare class InternalServiceException extends __BaseException {
148
148
  readonly name: "InternalServiceException";
@@ -158,13 +158,13 @@ export declare class InternalServiceException extends __BaseException {
158
158
  */
159
159
  export interface GetDeviceRegistrationRequest {
160
160
  /**
161
- * @public
162
161
  * <p>The unique name of the device you want to get the registration status from.</p>
162
+ * @public
163
163
  */
164
164
  DeviceName: string | undefined;
165
165
  /**
166
- * @public
167
166
  * <p>The name of the fleet that the device belongs to.</p>
167
+ * @public
168
168
  */
169
169
  DeviceFleetName: string | undefined;
170
170
  }
@@ -173,39 +173,39 @@ export interface GetDeviceRegistrationRequest {
173
173
  */
174
174
  export interface GetDeviceRegistrationResult {
175
175
  /**
176
- * @public
177
176
  * <p>Describes if the device is currently registered with SageMaker Edge Manager.</p>
177
+ * @public
178
178
  */
179
179
  DeviceRegistration?: string;
180
180
  /**
181
- * @public
182
181
  * <p>The amount of time, in seconds, that the registration status is stored on the device’s cache before it is refreshed.</p>
182
+ * @public
183
183
  */
184
184
  CacheTTL?: string;
185
185
  }
186
186
  /**
187
- * @public
188
187
  * <p>Information required for edge device metrics.</p>
188
+ * @public
189
189
  */
190
190
  export interface EdgeMetric {
191
191
  /**
192
- * @public
193
192
  * <p>The dimension of metrics published.</p>
193
+ * @public
194
194
  */
195
195
  Dimension?: string;
196
196
  /**
197
- * @public
198
197
  * <p>Returns the name of the metric.</p>
198
+ * @public
199
199
  */
200
200
  MetricName?: string;
201
201
  /**
202
- * @public
203
202
  * <p>Returns the value of the metric.</p>
203
+ * @public
204
204
  */
205
205
  Value?: number;
206
206
  /**
207
- * @public
208
207
  * <p>Timestamp of when the metric was requested.</p>
208
+ * @public
209
209
  */
210
210
  Timestamp?: Date;
211
211
  }
@@ -222,115 +222,115 @@ export declare const DeploymentStatus: {
222
222
  */
223
223
  export type DeploymentStatus = (typeof DeploymentStatus)[keyof typeof DeploymentStatus];
224
224
  /**
225
- * @public
226
225
  * <p></p>
226
+ * @public
227
227
  */
228
228
  export interface DeploymentModel {
229
229
  /**
230
- * @public
231
230
  * <p>The unique handle of the model.</p>
231
+ * @public
232
232
  */
233
233
  ModelHandle?: string;
234
234
  /**
235
- * @public
236
235
  * <p>The name of the model.</p>
236
+ * @public
237
237
  */
238
238
  ModelName?: string;
239
239
  /**
240
- * @public
241
240
  * <p>The version of the model.</p>
241
+ * @public
242
242
  */
243
243
  ModelVersion?: string;
244
244
  /**
245
- * @public
246
245
  * <p>The desired state of the model.</p>
246
+ * @public
247
247
  */
248
248
  DesiredState?: ModelState;
249
249
  /**
250
- * @public
251
250
  * <p>Returns the current state of the model.</p>
251
+ * @public
252
252
  */
253
253
  State?: ModelState;
254
254
  /**
255
- * @public
256
255
  * <p>Returns the deployment status of the model.</p>
256
+ * @public
257
257
  */
258
258
  Status?: DeploymentStatus;
259
259
  /**
260
- * @public
261
260
  * <p>Returns the error message for the deployment status result.</p>
261
+ * @public
262
262
  */
263
263
  StatusReason?: string;
264
264
  /**
265
- * @public
266
265
  * <p>Returns the error message if there is a rollback.</p>
266
+ * @public
267
267
  */
268
268
  RollbackFailureReason?: string;
269
269
  }
270
270
  /**
271
- * @public
272
271
  * <p>Information about the result of a deployment on an edge device that is registered with SageMaker Edge Manager.</p>
272
+ * @public
273
273
  */
274
274
  export interface DeploymentResult {
275
275
  /**
276
- * @public
277
276
  * <p>The name and unique ID of the deployment.</p>
277
+ * @public
278
278
  */
279
279
  DeploymentName?: string;
280
280
  /**
281
- * @public
282
281
  * <p>Returns the bucket error code.</p>
282
+ * @public
283
283
  */
284
284
  DeploymentStatus?: string;
285
285
  /**
286
- * @public
287
286
  * <p>Returns the detailed error message.</p>
287
+ * @public
288
288
  */
289
289
  DeploymentStatusMessage?: string;
290
290
  /**
291
- * @public
292
291
  * <p>The timestamp of when the deployment was started on the agent.</p>
292
+ * @public
293
293
  */
294
294
  DeploymentStartTime?: Date;
295
295
  /**
296
- * @public
297
296
  * <p>The timestamp of when the deployment was ended, and the agent got the deployment results.</p>
297
+ * @public
298
298
  */
299
299
  DeploymentEndTime?: Date;
300
300
  /**
301
- * @public
302
301
  * <p>Returns a list of models deployed on the agent.</p>
302
+ * @public
303
303
  */
304
304
  DeploymentModels?: DeploymentModel[];
305
305
  }
306
306
  /**
307
- * @public
308
307
  * <p>Information about a model deployed on an edge device that is registered with SageMaker Edge Manager.</p>
308
+ * @public
309
309
  */
310
310
  export interface Model {
311
311
  /**
312
- * @public
313
312
  * <p>The name of the model.</p>
313
+ * @public
314
314
  */
315
315
  ModelName?: string;
316
316
  /**
317
- * @public
318
317
  * <p>The version of the model.</p>
318
+ * @public
319
319
  */
320
320
  ModelVersion?: string;
321
321
  /**
322
- * @public
323
322
  * <p>The timestamp of the last data sample taken.</p>
323
+ * @public
324
324
  */
325
325
  LatestSampleTime?: Date;
326
326
  /**
327
- * @public
328
327
  * <p>The timestamp of the last inference that was made.</p>
328
+ * @public
329
329
  */
330
330
  LatestInference?: Date;
331
331
  /**
332
- * @public
333
332
  * <p>Information required for model metrics.</p>
333
+ * @public
334
334
  */
335
335
  ModelMetrics?: EdgeMetric[];
336
336
  }
@@ -339,33 +339,33 @@ export interface Model {
339
339
  */
340
340
  export interface SendHeartbeatRequest {
341
341
  /**
342
- * @public
343
342
  * <p>For internal use. Returns a list of SageMaker Edge Manager agent operating metrics.</p>
343
+ * @public
344
344
  */
345
345
  AgentMetrics?: EdgeMetric[];
346
346
  /**
347
- * @public
348
347
  * <p>Returns a list of models deployed on the the device.</p>
348
+ * @public
349
349
  */
350
350
  Models?: Model[];
351
351
  /**
352
- * @public
353
352
  * <p>Returns the version of the agent.</p>
353
+ * @public
354
354
  */
355
355
  AgentVersion: string | undefined;
356
356
  /**
357
- * @public
358
357
  * <p>The unique name of the device.</p>
358
+ * @public
359
359
  */
360
360
  DeviceName: string | undefined;
361
361
  /**
362
- * @public
363
362
  * <p>The name of the fleet that the device belongs to.</p>
363
+ * @public
364
364
  */
365
365
  DeviceFleetName: string | undefined;
366
366
  /**
367
- * @public
368
367
  * <p>Returns the result of a deployment on the device.</p>
368
+ * @public
369
369
  */
370
370
  DeploymentResult?: DeploymentResult;
371
371
  }
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: SagemakerEdgeClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: SagemakerEdgeClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: SagemakerEdgeClientConfig) => {
11
11
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
12
  streamCollector: import("@smithy/types").StreamCollector;
13
13
  base64Decoder: import("@smithy/types").Decoder;
14
- base64Encoder: import("@smithy/types").Encoder;
14
+ base64Encoder: (_input: string | Uint8Array) => string;
15
15
  utf8Decoder: import("@smithy/types").Decoder;
16
- utf8Encoder: import("@smithy/types").Encoder;
16
+ utf8Encoder: (input: string | Uint8Array) => string;
17
17
  disableHostPrefix: boolean;
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -5,7 +5,7 @@ import { SagemakerEdgeClientConfig } from "./SagemakerEdgeClient";
5
5
  export declare const getRuntimeConfig: (config: SagemakerEdgeClientConfig) => {
6
6
  apiVersion: string;
7
7
  base64Decoder: import("@smithy/types").Decoder;
8
- base64Encoder: import("@smithy/types").Encoder;
8
+ base64Encoder: (_input: string | Uint8Array) => string;
9
9
  disableHostPrefix: boolean;
10
10
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
11
  logger?: import("@smithy/types").Logger | undefined;
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: SagemakerEdgeClientConfig) => {
17
17
  serviceId: string;
18
18
  urlParser: import("@smithy/types").UrlParser;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: import("@smithy/types").Encoder;
20
+ utf8Encoder: (input: string | Uint8Array) => string;
21
21
  };
@@ -24,6 +24,15 @@ declare const GetDeploymentsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetDeploymentsCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetDeploymentsCommandInput,
31
+ GetDeploymentsCommandOutput,
32
+ SagemakerEdgeClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetDeploymentsCommand extends GetDeploymentsCommand_base {}
@@ -25,6 +25,15 @@ declare const GetDeviceRegistrationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetDeviceRegistrationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetDeviceRegistrationCommandInput,
32
+ GetDeviceRegistrationCommandOutput,
33
+ SagemakerEdgeClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetDeviceRegistrationCommand extends GetDeviceRegistrationCommand_base {}
@@ -19,6 +19,15 @@ declare const SendHeartbeatCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: SendHeartbeatCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ SendHeartbeatCommandInput,
26
+ SendHeartbeatCommandOutput,
27
+ SagemakerEdgeClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class SendHeartbeatCommand extends SendHeartbeatCommand_base {}
@@ -25,9 +25,9 @@ export declare const getRuntimeConfig: (config: SagemakerEdgeClientConfig) => {
25
25
  apiVersion: string;
26
26
  urlParser: import("@smithy/types").UrlParser;
27
27
  base64Decoder: import("@smithy/types").Decoder;
28
- base64Encoder: import("@smithy/types").Encoder;
28
+ base64Encoder: (_input: string | Uint8Array) => string;
29
29
  utf8Decoder: import("@smithy/types").Decoder;
30
- utf8Encoder: import("@smithy/types").Encoder;
30
+ utf8Encoder: (input: string | Uint8Array) => string;
31
31
  disableHostPrefix: boolean;
32
32
  serviceId: string;
33
33
  logger: import("@smithy/types").Logger;
@@ -29,9 +29,9 @@ export declare const getRuntimeConfig: (config: SagemakerEdgeClientConfig) => {
29
29
  apiVersion: string;
30
30
  urlParser: import("@smithy/types").UrlParser;
31
31
  base64Decoder: import("@smithy/types").Decoder;
32
- base64Encoder: import("@smithy/types").Encoder;
32
+ base64Encoder: (_input: string | Uint8Array) => string;
33
33
  utf8Decoder: import("@smithy/types").Decoder;
34
- utf8Encoder: import("@smithy/types").Encoder;
34
+ utf8Encoder: (input: string | Uint8Array) => string;
35
35
  disableHostPrefix: boolean;
36
36
  serviceId: string;
37
37
  logger: import("@smithy/types").Logger;
@@ -13,9 +13,9 @@ export declare const getRuntimeConfig: (config: SagemakerEdgeClientConfig) => {
13
13
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
14
14
  streamCollector: import("@smithy/types").StreamCollector;
15
15
  base64Decoder: import("@smithy/types").Decoder;
16
- base64Encoder: import("@smithy/types").Encoder;
16
+ base64Encoder: (_input: string | Uint8Array) => string;
17
17
  utf8Decoder: import("@smithy/types").Decoder;
18
- utf8Encoder: import("@smithy/types").Encoder;
18
+ utf8Encoder: (input: string | Uint8Array) => string;
19
19
  disableHostPrefix: boolean;
20
20
  serviceId: string;
21
21
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -2,7 +2,7 @@ import { SagemakerEdgeClientConfig } from "./SagemakerEdgeClient";
2
2
  export declare const getRuntimeConfig: (config: SagemakerEdgeClientConfig) => {
3
3
  apiVersion: string;
4
4
  base64Decoder: import("@smithy/types").Decoder;
5
- base64Encoder: import("@smithy/types").Encoder;
5
+ base64Encoder: (_input: string | Uint8Array) => string;
6
6
  disableHostPrefix: boolean;
7
7
  endpointProvider: (
8
8
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: SagemakerEdgeClientConfig) => {
17
17
  serviceId: string;
18
18
  urlParser: import("@smithy/types").UrlParser;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: import("@smithy/types").Encoder;
20
+ utf8Encoder: (input: string | Uint8Array) => string;
21
21
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sagemaker-edge",
3
3
  "description": "AWS SDK for JavaScript Sagemaker Edge Client for Node.js, Browser and React Native",
4
- "version": "3.529.1",
4
+ "version": "3.535.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sagemaker-edge",
@@ -20,47 +20,47 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.529.1",
24
- "@aws-sdk/core": "3.529.1",
25
- "@aws-sdk/credential-provider-node": "3.529.1",
26
- "@aws-sdk/middleware-host-header": "3.523.0",
27
- "@aws-sdk/middleware-logger": "3.523.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.523.0",
29
- "@aws-sdk/middleware-user-agent": "3.525.0",
30
- "@aws-sdk/region-config-resolver": "3.525.0",
31
- "@aws-sdk/types": "3.523.0",
32
- "@aws-sdk/util-endpoints": "3.525.0",
33
- "@aws-sdk/util-user-agent-browser": "3.523.0",
34
- "@aws-sdk/util-user-agent-node": "3.525.0",
35
- "@smithy/config-resolver": "^2.1.4",
36
- "@smithy/core": "^1.3.5",
37
- "@smithy/fetch-http-handler": "^2.4.3",
38
- "@smithy/hash-node": "^2.1.3",
39
- "@smithy/invalid-dependency": "^2.1.3",
40
- "@smithy/middleware-content-length": "^2.1.3",
41
- "@smithy/middleware-endpoint": "^2.4.4",
42
- "@smithy/middleware-retry": "^2.1.4",
43
- "@smithy/middleware-serde": "^2.1.3",
44
- "@smithy/middleware-stack": "^2.1.3",
45
- "@smithy/node-config-provider": "^2.2.4",
46
- "@smithy/node-http-handler": "^2.4.1",
47
- "@smithy/protocol-http": "^3.2.1",
48
- "@smithy/smithy-client": "^2.4.2",
49
- "@smithy/types": "^2.10.1",
50
- "@smithy/url-parser": "^2.1.3",
51
- "@smithy/util-base64": "^2.1.1",
52
- "@smithy/util-body-length-browser": "^2.1.1",
53
- "@smithy/util-body-length-node": "^2.2.1",
54
- "@smithy/util-defaults-mode-browser": "^2.1.4",
55
- "@smithy/util-defaults-mode-node": "^2.2.3",
56
- "@smithy/util-endpoints": "^1.1.4",
57
- "@smithy/util-middleware": "^2.1.3",
58
- "@smithy/util-retry": "^2.1.3",
59
- "@smithy/util-utf8": "^2.1.1",
60
- "tslib": "^2.5.0"
23
+ "@aws-sdk/client-sts": "3.535.0",
24
+ "@aws-sdk/core": "3.535.0",
25
+ "@aws-sdk/credential-provider-node": "3.535.0",
26
+ "@aws-sdk/middleware-host-header": "3.535.0",
27
+ "@aws-sdk/middleware-logger": "3.535.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.535.0",
29
+ "@aws-sdk/middleware-user-agent": "3.535.0",
30
+ "@aws-sdk/region-config-resolver": "3.535.0",
31
+ "@aws-sdk/types": "3.535.0",
32
+ "@aws-sdk/util-endpoints": "3.535.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.535.0",
34
+ "@aws-sdk/util-user-agent-node": "3.535.0",
35
+ "@smithy/config-resolver": "^2.2.0",
36
+ "@smithy/core": "^1.4.0",
37
+ "@smithy/fetch-http-handler": "^2.5.0",
38
+ "@smithy/hash-node": "^2.2.0",
39
+ "@smithy/invalid-dependency": "^2.2.0",
40
+ "@smithy/middleware-content-length": "^2.2.0",
41
+ "@smithy/middleware-endpoint": "^2.5.0",
42
+ "@smithy/middleware-retry": "^2.2.0",
43
+ "@smithy/middleware-serde": "^2.3.0",
44
+ "@smithy/middleware-stack": "^2.2.0",
45
+ "@smithy/node-config-provider": "^2.3.0",
46
+ "@smithy/node-http-handler": "^2.5.0",
47
+ "@smithy/protocol-http": "^3.3.0",
48
+ "@smithy/smithy-client": "^2.5.0",
49
+ "@smithy/types": "^2.12.0",
50
+ "@smithy/url-parser": "^2.2.0",
51
+ "@smithy/util-base64": "^2.3.0",
52
+ "@smithy/util-body-length-browser": "^2.2.0",
53
+ "@smithy/util-body-length-node": "^2.3.0",
54
+ "@smithy/util-defaults-mode-browser": "^2.2.0",
55
+ "@smithy/util-defaults-mode-node": "^2.3.0",
56
+ "@smithy/util-endpoints": "^1.2.0",
57
+ "@smithy/util-middleware": "^2.2.0",
58
+ "@smithy/util-retry": "^2.2.0",
59
+ "@smithy/util-utf8": "^2.3.0",
60
+ "tslib": "^2.6.2"
61
61
  },
62
62
  "devDependencies": {
63
- "@smithy/service-client-documentation-generator": "^2.1.1",
63
+ "@smithy/service-client-documentation-generator": "^2.2.0",
64
64
  "@tsconfig/node14": "1.0.3",
65
65
  "@types/node": "^14.14.31",
66
66
  "concurrently": "7.0.0",