@aws-sdk/client-iot-data-plane 3.943.0 → 3.947.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 (36) hide show
  1. package/dist-cjs/index.js +37 -249
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/IoTDataPlaneClient.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 +37 -249
  8. package/dist-types/IoTDataPlane.d.ts +1 -1
  9. package/dist-types/IoTDataPlaneClient.d.ts +10 -10
  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/DeleteConnectionCommand.d.ts +3 -3
  13. package/dist-types/commands/DeleteThingShadowCommand.d.ts +3 -3
  14. package/dist-types/commands/GetRetainedMessageCommand.d.ts +3 -3
  15. package/dist-types/commands/GetThingShadowCommand.d.ts +3 -3
  16. package/dist-types/commands/ListNamedShadowsForThingCommand.d.ts +3 -3
  17. package/dist-types/commands/ListRetainedMessagesCommand.d.ts +3 -3
  18. package/dist-types/commands/PublishCommand.d.ts +2 -2
  19. package/dist-types/commands/UpdateThingShadowCommand.d.ts +2 -2
  20. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  21. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  22. package/dist-types/extensionConfiguration.d.ts +4 -4
  23. package/dist-types/models/IoTDataPlaneServiceException.d.ts +1 -1
  24. package/dist-types/models/errors.d.ts +1 -1
  25. package/dist-types/pagination/Interfaces.d.ts +1 -1
  26. package/dist-types/pagination/ListRetainedMessagesPaginator.d.ts +1 -1
  27. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  28. package/dist-types/runtimeConfig.d.ts +1 -1
  29. package/dist-types/runtimeConfig.native.d.ts +1 -1
  30. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  31. package/dist-types/runtimeExtensions.d.ts +1 -1
  32. package/dist-types/schemas/schemas_0.d.ts +1 -1
  33. package/dist-types/ts3.4/IoTDataPlaneClient.d.ts +3 -3
  34. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  35. package/dist-types/ts3.4/models/IoTDataPlaneServiceException.d.ts +1 -1
  36. package/package.json +13 -12
@@ -76,26 +76,8 @@ const n0 = "com.amazonaws.iotdataplane";
76
76
  import { TypeRegistry } from "@smithy/core/schema";
77
77
  import { ConflictException as __ConflictException, ForbiddenException as __ForbiddenException, InternalFailureException as __InternalFailureException, InvalidRequestException as __InvalidRequestException, MethodNotAllowedException as __MethodNotAllowedException, RequestEntityTooLargeException as __RequestEntityTooLargeException, ResourceNotFoundException as __ResourceNotFoundException, ServiceUnavailableException as __ServiceUnavailableException, ThrottlingException as __ThrottlingException, UnauthorizedException as __UnauthorizedException, UnsupportedDocumentEncodingException as __UnsupportedDocumentEncodingException, } from "../models/errors";
78
78
  import { IoTDataPlaneServiceException as __IoTDataPlaneServiceException } from "../models/IoTDataPlaneServiceException";
79
- export var SynthesizedJsonUserProperties = [
80
- 0,
81
- n0,
82
- _SJUP,
83
- {
84
- [_mT]: _a,
85
- },
86
- 0,
87
- ];
88
- export var ConflictException = [
89
- -3,
90
- n0,
91
- _CE,
92
- {
93
- [_e]: _c,
94
- [_hE]: 409,
95
- },
96
- [_m],
97
- [0],
98
- ];
79
+ export var SynthesizedJsonUserProperties = [0, n0, _SJUP, { [_mT]: _a }, 0];
80
+ export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
99
81
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
100
82
  export var DeleteConnectionRequest = [
101
83
  3,
@@ -105,18 +87,8 @@ export var DeleteConnectionRequest = [
105
87
  [_cI, _cS, _pWM],
106
88
  [
107
89
  [0, 1],
108
- [
109
- 2,
110
- {
111
- [_hQ]: _cS,
112
- },
113
- ],
114
- [
115
- 2,
116
- {
117
- [_hQ]: _pWM,
118
- },
119
- ],
90
+ [2, { [_hQ]: _cS }],
91
+ [2, { [_hQ]: _pWM }],
120
92
  ],
121
93
  ];
122
94
  export var DeleteThingShadowRequest = [
@@ -127,26 +99,11 @@ export var DeleteThingShadowRequest = [
127
99
  [_tN, _sN],
128
100
  [
129
101
  [0, 1],
130
- [
131
- 0,
132
- {
133
- [_hQ]: _n,
134
- },
135
- ],
102
+ [0, { [_hQ]: _n }],
136
103
  ],
137
104
  ];
138
105
  export var DeleteThingShadowResponse = [3, n0, _DTSRe, 0, [_p], [[21, 16]]];
139
- export var ForbiddenException = [
140
- -3,
141
- n0,
142
- _FE,
143
- {
144
- [_e]: _c,
145
- [_hE]: 403,
146
- },
147
- [_m],
148
- [0],
149
- ];
106
+ export var ForbiddenException = [-3, n0, _FE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
150
107
  TypeRegistry.for(n0).registerError(ForbiddenException, __ForbiddenException);
151
108
  export var GetRetainedMessageRequest = [3, n0, _GRMR, 0, [_t], [[0, 1]]];
152
109
  export var GetRetainedMessageResponse = [
@@ -165,38 +122,13 @@ export var GetThingShadowRequest = [
165
122
  [_tN, _sN],
166
123
  [
167
124
  [0, 1],
168
- [
169
- 0,
170
- {
171
- [_hQ]: _n,
172
- },
173
- ],
125
+ [0, { [_hQ]: _n }],
174
126
  ],
175
127
  ];
176
128
  export var GetThingShadowResponse = [3, n0, _GTSRe, 0, [_p], [[21, 16]]];
177
- export var InternalFailureException = [
178
- -3,
179
- n0,
180
- _IFE,
181
- {
182
- [_e]: _s,
183
- [_hE]: 500,
184
- },
185
- [_m],
186
- [0],
187
- ];
129
+ export var InternalFailureException = [-3, n0, _IFE, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
188
130
  TypeRegistry.for(n0).registerError(InternalFailureException, __InternalFailureException);
189
- export var InvalidRequestException = [
190
- -3,
191
- n0,
192
- _IRE,
193
- {
194
- [_e]: _c,
195
- [_hE]: 400,
196
- },
197
- [_m],
198
- [0],
199
- ];
131
+ export var InvalidRequestException = [-3, n0, _IRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
200
132
  TypeRegistry.for(n0).registerError(InvalidRequestException, __InvalidRequestException);
201
133
  export var ListNamedShadowsForThingRequest = [
202
134
  3,
@@ -206,18 +138,8 @@ export var ListNamedShadowsForThingRequest = [
206
138
  [_tN, _nT, _pS],
207
139
  [
208
140
  [0, 1],
209
- [
210
- 0,
211
- {
212
- [_hQ]: _nT,
213
- },
214
- ],
215
- [
216
- 1,
217
- {
218
- [_hQ]: _pS,
219
- },
220
- ],
141
+ [0, { [_hQ]: _nT }],
142
+ [1, { [_hQ]: _pS }],
221
143
  ],
222
144
  ];
223
145
  export var ListNamedShadowsForThingResponse = [
@@ -235,18 +157,8 @@ export var ListRetainedMessagesRequest = [
235
157
  0,
236
158
  [_nT, _mR],
237
159
  [
238
- [
239
- 0,
240
- {
241
- [_hQ]: _nT,
242
- },
243
- ],
244
- [
245
- 1,
246
- {
247
- [_hQ]: _mR,
248
- },
249
- ],
160
+ [0, { [_hQ]: _nT }],
161
+ [1, { [_hQ]: _mR }],
250
162
  ],
251
163
  ];
252
164
  export var ListRetainedMessagesResponse = [
@@ -257,17 +169,7 @@ export var ListRetainedMessagesResponse = [
257
169
  [_rT, _nT],
258
170
  [() => RetainedMessageList, 0],
259
171
  ];
260
- export var MethodNotAllowedException = [
261
- -3,
262
- n0,
263
- _MNAE,
264
- {
265
- [_e]: _c,
266
- [_hE]: 405,
267
- },
268
- [_m],
269
- [0],
270
- ];
172
+ export var MethodNotAllowedException = [-3, n0, _MNAE, { [_e]: _c, [_hE]: 405 }, [_m], [0]];
271
173
  TypeRegistry.for(n0).registerError(MethodNotAllowedException, __MethodNotAllowedException);
272
174
  export var PublishRequest = [
273
175
  3,
@@ -277,126 +179,33 @@ export var PublishRequest = [
277
179
  [_t, _q, _re, _p, _uP, _pFI, _cT, _rTe, _cD, _mE],
278
180
  [
279
181
  [0, 1],
280
- [
281
- 1,
282
- {
283
- [_hQ]: _q,
284
- },
285
- ],
286
- [
287
- 2,
288
- {
289
- [_hQ]: _re,
290
- },
291
- ],
182
+ [1, { [_hQ]: _q }],
183
+ [2, { [_hQ]: _re }],
292
184
  [21, 16],
293
- [
294
- () => SynthesizedJsonUserProperties,
295
- {
296
- [_hH]: _xamup,
297
- },
298
- ],
299
- [
300
- 0,
301
- {
302
- [_hH]: _xampfi,
303
- },
304
- ],
305
- [
306
- 0,
307
- {
308
- [_hQ]: _cT,
309
- },
310
- ],
311
- [
312
- 0,
313
- {
314
- [_hQ]: _rTe,
315
- },
316
- ],
317
- [
318
- 0,
319
- {
320
- [_hH]: _xamcd,
321
- },
322
- ],
323
- [
324
- 1,
325
- {
326
- [_hQ]: _mE,
327
- },
328
- ],
185
+ [() => SynthesizedJsonUserProperties, { [_hH]: _xamup }],
186
+ [0, { [_hH]: _xampfi }],
187
+ [0, { [_hQ]: _cT }],
188
+ [0, { [_hQ]: _rTe }],
189
+ [0, { [_hH]: _xamcd }],
190
+ [1, { [_hQ]: _mE }],
329
191
  ],
330
192
  ];
331
- export var RequestEntityTooLargeException = [
332
- -3,
333
- n0,
334
- _RETLE,
335
- {
336
- [_e]: _c,
337
- [_hE]: 413,
338
- },
339
- [_m],
340
- [0],
341
- ];
193
+ export var RequestEntityTooLargeException = [-3, n0, _RETLE, { [_e]: _c, [_hE]: 413 }, [_m], [0]];
342
194
  TypeRegistry.for(n0).registerError(RequestEntityTooLargeException, __RequestEntityTooLargeException);
343
- export var ResourceNotFoundException = [
344
- -3,
345
- n0,
346
- _RNFE,
347
- {
348
- [_e]: _c,
349
- [_hE]: 404,
350
- },
351
- [_m],
352
- [0],
353
- ];
195
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
354
196
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
355
197
  export var RetainedMessageSummary = [3, n0, _RMS, 0, [_t, _pSa, _q, _lMT], [0, 1, 1, 1]];
356
- export var ServiceUnavailableException = [
357
- -3,
358
- n0,
359
- _SUE,
360
- {
361
- [_e]: _s,
362
- [_hE]: 503,
363
- },
364
- [_m],
365
- [0],
366
- ];
198
+ export var ServiceUnavailableException = [-3, n0, _SUE, { [_e]: _s, [_hE]: 503 }, [_m], [0]];
367
199
  TypeRegistry.for(n0).registerError(ServiceUnavailableException, __ServiceUnavailableException);
368
- export var ThrottlingException = [
369
- -3,
370
- n0,
371
- _TE,
372
- {
373
- [_e]: _c,
374
- [_hE]: 429,
375
- },
376
- [_m],
377
- [0],
378
- ];
200
+ export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
379
201
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
380
- export var UnauthorizedException = [
381
- -3,
382
- n0,
383
- _UE,
384
- {
385
- [_e]: _c,
386
- [_hE]: 401,
387
- },
388
- [_m],
389
- [0],
390
- ];
202
+ export var UnauthorizedException = [-3, n0, _UE, { [_e]: _c, [_hE]: 401 }, [_m], [0]];
391
203
  TypeRegistry.for(n0).registerError(UnauthorizedException, __UnauthorizedException);
392
204
  export var UnsupportedDocumentEncodingException = [
393
205
  -3,
394
206
  n0,
395
207
  _UDEE,
396
- {
397
- [_e]: _c,
398
- [_hE]: 415,
399
- },
208
+ { [_e]: _c, [_hE]: 415 },
400
209
  [_m],
401
210
  [0],
402
211
  ];
@@ -409,12 +218,7 @@ export var UpdateThingShadowRequest = [
409
218
  [_tN, _sN, _p],
410
219
  [
411
220
  [0, 1],
412
- [
413
- 0,
414
- {
415
- [_hQ]: _n,
416
- },
417
- ],
221
+ [0, { [_hQ]: _n }],
418
222
  [21, 16],
419
223
  ],
420
224
  ];
@@ -428,9 +232,7 @@ export var DeleteConnection = [
428
232
  9,
429
233
  n0,
430
234
  _DC,
431
- {
432
- [_h]: ["DELETE", "/connections/{clientId}", 200],
433
- },
235
+ { [_h]: ["DELETE", "/connections/{clientId}", 200] },
434
236
  () => DeleteConnectionRequest,
435
237
  () => __Unit,
436
238
  ];
@@ -438,9 +240,7 @@ export var DeleteThingShadow = [
438
240
  9,
439
241
  n0,
440
242
  _DTS,
441
- {
442
- [_h]: ["DELETE", "/things/{thingName}/shadow", 200],
443
- },
243
+ { [_h]: ["DELETE", "/things/{thingName}/shadow", 200] },
444
244
  () => DeleteThingShadowRequest,
445
245
  () => DeleteThingShadowResponse,
446
246
  ];
@@ -448,9 +248,7 @@ export var GetRetainedMessage = [
448
248
  9,
449
249
  n0,
450
250
  _GRM,
451
- {
452
- [_h]: ["GET", "/retainedMessage/{topic}", 200],
453
- },
251
+ { [_h]: ["GET", "/retainedMessage/{topic}", 200] },
454
252
  () => GetRetainedMessageRequest,
455
253
  () => GetRetainedMessageResponse,
456
254
  ];
@@ -458,9 +256,7 @@ export var GetThingShadow = [
458
256
  9,
459
257
  n0,
460
258
  _GTS,
461
- {
462
- [_h]: ["GET", "/things/{thingName}/shadow", 200],
463
- },
259
+ { [_h]: ["GET", "/things/{thingName}/shadow", 200] },
464
260
  () => GetThingShadowRequest,
465
261
  () => GetThingShadowResponse,
466
262
  ];
@@ -468,9 +264,7 @@ export var ListNamedShadowsForThing = [
468
264
  9,
469
265
  n0,
470
266
  _LNSFT,
471
- {
472
- [_h]: ["GET", "/api/things/shadow/ListNamedShadowsForThing/{thingName}", 200],
473
- },
267
+ { [_h]: ["GET", "/api/things/shadow/ListNamedShadowsForThing/{thingName}", 200] },
474
268
  () => ListNamedShadowsForThingRequest,
475
269
  () => ListNamedShadowsForThingResponse,
476
270
  ];
@@ -478,9 +272,7 @@ export var ListRetainedMessages = [
478
272
  9,
479
273
  n0,
480
274
  _LRM,
481
- {
482
- [_h]: ["GET", "/retainedMessage", 200],
483
- },
275
+ { [_h]: ["GET", "/retainedMessage", 200] },
484
276
  () => ListRetainedMessagesRequest,
485
277
  () => ListRetainedMessagesResponse,
486
278
  ];
@@ -488,9 +280,7 @@ export var Publish = [
488
280
  9,
489
281
  n0,
490
282
  _P,
491
- {
492
- [_h]: ["POST", "/topics/{topic}", 200],
493
- },
283
+ { [_h]: ["POST", "/topics/{topic}", 200] },
494
284
  () => PublishRequest,
495
285
  () => __Unit,
496
286
  ];
@@ -498,9 +288,7 @@ export var UpdateThingShadow = [
498
288
  9,
499
289
  n0,
500
290
  _UTS,
501
- {
502
- [_h]: ["POST", "/things/{thingName}/shadow", 200],
503
- },
291
+ { [_h]: ["POST", "/things/{thingName}/shadow", 200] },
504
292
  () => UpdateThingShadowRequest,
505
293
  () => UpdateThingShadowResponse,
506
294
  ];
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
3
3
  import { DeleteThingShadowCommandInput, DeleteThingShadowCommandOutput } from "./commands/DeleteThingShadowCommand";
4
4
  import { GetRetainedMessageCommandInput, GetRetainedMessageCommandOutput } from "./commands/GetRetainedMessageCommand";
@@ -1,12 +1,12 @@
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 { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, 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";
9
- 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 EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
+ import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, 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";
9
+ import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
11
11
  import { DeleteThingShadowCommandInput, DeleteThingShadowCommandOutput } from "./commands/DeleteThingShadowCommand";
12
12
  import { GetRetainedMessageCommandInput, GetRetainedMessageCommandOutput } from "./commands/GetRetainedMessageCommand";
@@ -16,7 +16,7 @@ import { ListRetainedMessagesCommandInput, ListRetainedMessagesCommandOutput } f
16
16
  import { PublishCommandInput, PublishCommandOutput } from "./commands/PublishCommand";
17
17
  import { UpdateThingShadowCommandInput, UpdateThingShadowCommandOutput } from "./commands/UpdateThingShadowCommand";
18
18
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
19
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
19
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
20
20
  export { __Client };
21
21
  /**
22
22
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { IoTDataPlaneHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { IoTDataPlaneHttpAuthSchemeProvider } 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 { IoTDataPlaneClientResolvedConfig } from "../IoTDataPlaneClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type IoTDataPlaneClientResolvedConfig } from "../IoTDataPlaneClient";
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 { IoTDataPlaneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTDataPlaneClient";
4
- import { DeleteConnectionRequest } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { IoTDataPlaneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTDataPlaneClient";
4
+ import type { DeleteConnectionRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,8 +1,8 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
4
- import { IoTDataPlaneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTDataPlaneClient";
5
- import { DeleteThingShadowRequest, DeleteThingShadowResponse } from "../models/models_0";
4
+ import type { IoTDataPlaneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTDataPlaneClient";
5
+ import { type DeleteThingShadowRequest, DeleteThingShadowResponse } from "../models/models_0";
6
6
  /**
7
7
  * @public
8
8
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { IoTDataPlaneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTDataPlaneClient";
4
- import { GetRetainedMessageRequest, GetRetainedMessageResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { IoTDataPlaneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTDataPlaneClient";
4
+ import type { GetRetainedMessageRequest, GetRetainedMessageResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,8 +1,8 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
4
- import { IoTDataPlaneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTDataPlaneClient";
5
- import { GetThingShadowRequest, GetThingShadowResponse } from "../models/models_0";
4
+ import type { IoTDataPlaneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTDataPlaneClient";
5
+ import { type GetThingShadowRequest, GetThingShadowResponse } from "../models/models_0";
6
6
  /**
7
7
  * @public
8
8
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { IoTDataPlaneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTDataPlaneClient";
4
- import { ListNamedShadowsForThingRequest, ListNamedShadowsForThingResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { IoTDataPlaneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTDataPlaneClient";
4
+ import type { ListNamedShadowsForThingRequest, ListNamedShadowsForThingResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { IoTDataPlaneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTDataPlaneClient";
4
- import { ListRetainedMessagesRequest, ListRetainedMessagesResponse } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { IoTDataPlaneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTDataPlaneClient";
4
+ import type { ListRetainedMessagesRequest, ListRetainedMessagesResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { BlobPayloadInputTypes, MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { IoTDataPlaneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTDataPlaneClient";
2
+ import type { BlobPayloadInputTypes, MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { IoTDataPlaneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTDataPlaneClient";
4
4
  import { PublishRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
@@ -1,7 +1,7 @@
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
- import { IoTDataPlaneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTDataPlaneClient";
4
+ import type { IoTDataPlaneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTDataPlaneClient";
5
5
  import { UpdateThingShadowRequest, UpdateThingShadowResponse } from "../models/models_0";
6
6
  /**
7
7
  * @public
@@ -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 { IoTDataPlaneServiceException as __BaseException } from "./IoTDataPlaneServiceException";
3
3
  /**
4
4
  * <p>The specified version does not match the version of the document.</p>
@@ -1,4 +1,4 @@
1
- import { PaginationConfiguration } from "@smithy/types";
1
+ import type { PaginationConfiguration } from "@smithy/types";
2
2
  import { IoTDataPlaneClient } from "../IoTDataPlaneClient";
3
3
  /**
4
4
  * @public
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@smithy/types";
1
+ import type { Paginator } from "@smithy/types";
2
2
  import { ListRetainedMessagesCommandInput, ListRetainedMessagesCommandOutput } from "../commands/ListRetainedMessagesCommand";
3
3
  import { IoTDataPlanePaginationConfiguration } from "./Interfaces";
4
4
  /**