@aws-sdk/client-iotthingsgraph 3.170.0 → 3.178.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 (48) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  3. package/dist-types/runtimeConfig.d.ts +1 -1
  4. package/dist-types/runtimeConfig.native.d.ts +1 -1
  5. package/dist-types/ts3.4/IoTThingsGraph.d.ts +0 -35
  6. package/dist-types/ts3.4/IoTThingsGraphClient.d.ts +0 -25
  7. package/dist-types/ts3.4/commands/AssociateEntityToThingCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateFlowTemplateCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CreateSystemInstanceCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/CreateSystemTemplateCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DeleteFlowTemplateCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DeleteSystemInstanceCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DeleteSystemTemplateCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DeploySystemInstanceCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DeprecateFlowTemplateCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/DeprecateSystemTemplateCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/DissociateEntityFromThingCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/GetEntitiesCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/GetFlowTemplateCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/GetFlowTemplateRevisionsCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/GetNamespaceDeletionStatusCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/GetSystemInstanceCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/GetSystemTemplateCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/GetSystemTemplateRevisionsCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/GetUploadStatusCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/ListFlowExecutionMessagesCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/SearchEntitiesCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/SearchFlowExecutionsCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/SearchFlowTemplatesCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/SearchSystemInstancesCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/SearchSystemTemplatesCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/SearchThingsCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/UndeploySystemInstanceCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/commands/UpdateFlowTemplateCommand.d.ts +0 -2
  40. package/dist-types/ts3.4/commands/UpdateSystemTemplateCommand.d.ts +0 -2
  41. package/dist-types/ts3.4/commands/UploadEntityDefinitionsCommand.d.ts +0 -2
  42. package/dist-types/ts3.4/models/IoTThingsGraphServiceException.d.ts +0 -1
  43. package/dist-types/ts3.4/models/models_0.d.ts +0 -239
  44. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  45. package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
  46. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
  47. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  48. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-iotthingsgraph
9
+
10
+
11
+
12
+
13
+
14
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-iotthingsgraph
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-iotthingsgraph
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: IoTThingsGraphClientConfig) => {
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: IoTThingsGraphClientConfig) => {
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: IoTThingsGraphClientConfig) => {
30
30
  tls?: boolean | undefined;
31
31
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
32
32
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
33
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
34
34
  signingEscapePath?: boolean | undefined;
35
35
  systemClockOffset?: number | undefined;
36
36
  signingRegion?: string | undefined;
@@ -140,7 +140,6 @@ import {
140
140
  UploadEntityDefinitionsCommandOutput,
141
141
  } from "./commands/UploadEntityDefinitionsCommand";
142
142
  import { IoTThingsGraphClient } from "./IoTThingsGraphClient";
143
-
144
143
  export declare class IoTThingsGraph extends IoTThingsGraphClient {
145
144
  associateEntityToThing(
146
145
  args: AssociateEntityToThingCommandInput,
@@ -155,7 +154,6 @@ export declare class IoTThingsGraph extends IoTThingsGraphClient {
155
154
  options: __HttpHandlerOptions,
156
155
  cb: (err: any, data?: AssociateEntityToThingCommandOutput) => void
157
156
  ): void;
158
-
159
157
  createFlowTemplate(
160
158
  args: CreateFlowTemplateCommandInput,
161
159
  options?: __HttpHandlerOptions
@@ -169,7 +167,6 @@ export declare class IoTThingsGraph extends IoTThingsGraphClient {
169
167
  options: __HttpHandlerOptions,
170
168
  cb: (err: any, data?: CreateFlowTemplateCommandOutput) => void
171
169
  ): void;
172
-
173
170
  createSystemInstance(
174
171
  args: CreateSystemInstanceCommandInput,
175
172
  options?: __HttpHandlerOptions
@@ -183,7 +180,6 @@ export declare class IoTThingsGraph extends IoTThingsGraphClient {
183
180
  options: __HttpHandlerOptions,
184
181
  cb: (err: any, data?: CreateSystemInstanceCommandOutput) => void
185
182
  ): void;
186
-
187
183
  createSystemTemplate(
188
184
  args: CreateSystemTemplateCommandInput,
189
185
  options?: __HttpHandlerOptions
@@ -197,7 +193,6 @@ export declare class IoTThingsGraph extends IoTThingsGraphClient {
197
193
  options: __HttpHandlerOptions,
198
194
  cb: (err: any, data?: CreateSystemTemplateCommandOutput) => void
199
195
  ): void;
200
-
201
196
  deleteFlowTemplate(
202
197
  args: DeleteFlowTemplateCommandInput,
203
198
  options?: __HttpHandlerOptions
@@ -211,7 +206,6 @@ export declare class IoTThingsGraph extends IoTThingsGraphClient {
211
206
  options: __HttpHandlerOptions,
212
207
  cb: (err: any, data?: DeleteFlowTemplateCommandOutput) => void
213
208
  ): void;
214
-
215
209
  deleteNamespace(
216
210
  args: DeleteNamespaceCommandInput,
217
211
  options?: __HttpHandlerOptions
@@ -225,7 +219,6 @@ export declare class IoTThingsGraph extends IoTThingsGraphClient {
225
219
  options: __HttpHandlerOptions,
226
220
  cb: (err: any, data?: DeleteNamespaceCommandOutput) => void
227
221
  ): void;
228
-
229
222
  deleteSystemInstance(
230
223
  args: DeleteSystemInstanceCommandInput,
231
224
  options?: __HttpHandlerOptions
@@ -239,7 +232,6 @@ export declare class IoTThingsGraph extends IoTThingsGraphClient {
239
232
  options: __HttpHandlerOptions,
240
233
  cb: (err: any, data?: DeleteSystemInstanceCommandOutput) => void
241
234
  ): void;
242
-
243
235
  deleteSystemTemplate(
244
236
  args: DeleteSystemTemplateCommandInput,
245
237
  options?: __HttpHandlerOptions
@@ -253,7 +245,6 @@ export declare class IoTThingsGraph extends IoTThingsGraphClient {
253
245
  options: __HttpHandlerOptions,
254
246
  cb: (err: any, data?: DeleteSystemTemplateCommandOutput) => void
255
247
  ): void;
256
-
257
248
  deploySystemInstance(
258
249
  args: DeploySystemInstanceCommandInput,
259
250
  options?: __HttpHandlerOptions
@@ -267,7 +258,6 @@ export declare class IoTThingsGraph extends IoTThingsGraphClient {
267
258
  options: __HttpHandlerOptions,
268
259
  cb: (err: any, data?: DeploySystemInstanceCommandOutput) => void
269
260
  ): void;
270
-
271
261
  deprecateFlowTemplate(
272
262
  args: DeprecateFlowTemplateCommandInput,
273
263
  options?: __HttpHandlerOptions
@@ -281,7 +271,6 @@ export declare class IoTThingsGraph extends IoTThingsGraphClient {
281
271
  options: __HttpHandlerOptions,
282
272
  cb: (err: any, data?: DeprecateFlowTemplateCommandOutput) => void
283
273
  ): void;
284
-
285
274
  deprecateSystemTemplate(
286
275
  args: DeprecateSystemTemplateCommandInput,
287
276
  options?: __HttpHandlerOptions
@@ -295,7 +284,6 @@ export declare class IoTThingsGraph extends IoTThingsGraphClient {
295
284
  options: __HttpHandlerOptions,
296
285
  cb: (err: any, data?: DeprecateSystemTemplateCommandOutput) => void
297
286
  ): void;
298
-
299
287
  describeNamespace(
300
288
  args: DescribeNamespaceCommandInput,
301
289
  options?: __HttpHandlerOptions
@@ -309,7 +297,6 @@ export declare class IoTThingsGraph extends IoTThingsGraphClient {
309
297
  options: __HttpHandlerOptions,
310
298
  cb: (err: any, data?: DescribeNamespaceCommandOutput) => void
311
299
  ): void;
312
-
313
300
  dissociateEntityFromThing(
314
301
  args: DissociateEntityFromThingCommandInput,
315
302
  options?: __HttpHandlerOptions
@@ -323,7 +310,6 @@ export declare class IoTThingsGraph extends IoTThingsGraphClient {
323
310
  options: __HttpHandlerOptions,
324
311
  cb: (err: any, data?: DissociateEntityFromThingCommandOutput) => void
325
312
  ): void;
326
-
327
313
  getEntities(
328
314
  args: GetEntitiesCommandInput,
329
315
  options?: __HttpHandlerOptions
@@ -337,7 +323,6 @@ export declare class IoTThingsGraph extends IoTThingsGraphClient {
337
323
  options: __HttpHandlerOptions,
338
324
  cb: (err: any, data?: GetEntitiesCommandOutput) => void
339
325
  ): void;
340
-
341
326
  getFlowTemplate(
342
327
  args: GetFlowTemplateCommandInput,
343
328
  options?: __HttpHandlerOptions
@@ -351,7 +336,6 @@ export declare class IoTThingsGraph extends IoTThingsGraphClient {
351
336
  options: __HttpHandlerOptions,
352
337
  cb: (err: any, data?: GetFlowTemplateCommandOutput) => void
353
338
  ): void;
354
-
355
339
  getFlowTemplateRevisions(
356
340
  args: GetFlowTemplateRevisionsCommandInput,
357
341
  options?: __HttpHandlerOptions
@@ -365,7 +349,6 @@ export declare class IoTThingsGraph extends IoTThingsGraphClient {
365
349
  options: __HttpHandlerOptions,
366
350
  cb: (err: any, data?: GetFlowTemplateRevisionsCommandOutput) => void
367
351
  ): void;
368
-
369
352
  getNamespaceDeletionStatus(
370
353
  args: GetNamespaceDeletionStatusCommandInput,
371
354
  options?: __HttpHandlerOptions
@@ -379,7 +362,6 @@ export declare class IoTThingsGraph extends IoTThingsGraphClient {
379
362
  options: __HttpHandlerOptions,
380
363
  cb: (err: any, data?: GetNamespaceDeletionStatusCommandOutput) => void
381
364
  ): void;
382
-
383
365
  getSystemInstance(
384
366
  args: GetSystemInstanceCommandInput,
385
367
  options?: __HttpHandlerOptions
@@ -393,7 +375,6 @@ export declare class IoTThingsGraph extends IoTThingsGraphClient {
393
375
  options: __HttpHandlerOptions,
394
376
  cb: (err: any, data?: GetSystemInstanceCommandOutput) => void
395
377
  ): void;
396
-
397
378
  getSystemTemplate(
398
379
  args: GetSystemTemplateCommandInput,
399
380
  options?: __HttpHandlerOptions
@@ -407,7 +388,6 @@ export declare class IoTThingsGraph extends IoTThingsGraphClient {
407
388
  options: __HttpHandlerOptions,
408
389
  cb: (err: any, data?: GetSystemTemplateCommandOutput) => void
409
390
  ): void;
410
-
411
391
  getSystemTemplateRevisions(
412
392
  args: GetSystemTemplateRevisionsCommandInput,
413
393
  options?: __HttpHandlerOptions
@@ -421,7 +401,6 @@ export declare class IoTThingsGraph extends IoTThingsGraphClient {
421
401
  options: __HttpHandlerOptions,
422
402
  cb: (err: any, data?: GetSystemTemplateRevisionsCommandOutput) => void
423
403
  ): void;
424
-
425
404
  getUploadStatus(
426
405
  args: GetUploadStatusCommandInput,
427
406
  options?: __HttpHandlerOptions
@@ -435,7 +414,6 @@ export declare class IoTThingsGraph extends IoTThingsGraphClient {
435
414
  options: __HttpHandlerOptions,
436
415
  cb: (err: any, data?: GetUploadStatusCommandOutput) => void
437
416
  ): void;
438
-
439
417
  listFlowExecutionMessages(
440
418
  args: ListFlowExecutionMessagesCommandInput,
441
419
  options?: __HttpHandlerOptions
@@ -449,7 +427,6 @@ export declare class IoTThingsGraph extends IoTThingsGraphClient {
449
427
  options: __HttpHandlerOptions,
450
428
  cb: (err: any, data?: ListFlowExecutionMessagesCommandOutput) => void
451
429
  ): void;
452
-
453
430
  listTagsForResource(
454
431
  args: ListTagsForResourceCommandInput,
455
432
  options?: __HttpHandlerOptions
@@ -463,7 +440,6 @@ export declare class IoTThingsGraph extends IoTThingsGraphClient {
463
440
  options: __HttpHandlerOptions,
464
441
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
465
442
  ): void;
466
-
467
443
  searchEntities(
468
444
  args: SearchEntitiesCommandInput,
469
445
  options?: __HttpHandlerOptions
@@ -477,7 +453,6 @@ export declare class IoTThingsGraph extends IoTThingsGraphClient {
477
453
  options: __HttpHandlerOptions,
478
454
  cb: (err: any, data?: SearchEntitiesCommandOutput) => void
479
455
  ): void;
480
-
481
456
  searchFlowExecutions(
482
457
  args: SearchFlowExecutionsCommandInput,
483
458
  options?: __HttpHandlerOptions
@@ -491,7 +466,6 @@ export declare class IoTThingsGraph extends IoTThingsGraphClient {
491
466
  options: __HttpHandlerOptions,
492
467
  cb: (err: any, data?: SearchFlowExecutionsCommandOutput) => void
493
468
  ): void;
494
-
495
469
  searchFlowTemplates(
496
470
  args: SearchFlowTemplatesCommandInput,
497
471
  options?: __HttpHandlerOptions
@@ -505,7 +479,6 @@ export declare class IoTThingsGraph extends IoTThingsGraphClient {
505
479
  options: __HttpHandlerOptions,
506
480
  cb: (err: any, data?: SearchFlowTemplatesCommandOutput) => void
507
481
  ): void;
508
-
509
482
  searchSystemInstances(
510
483
  args: SearchSystemInstancesCommandInput,
511
484
  options?: __HttpHandlerOptions
@@ -519,7 +492,6 @@ export declare class IoTThingsGraph extends IoTThingsGraphClient {
519
492
  options: __HttpHandlerOptions,
520
493
  cb: (err: any, data?: SearchSystemInstancesCommandOutput) => void
521
494
  ): void;
522
-
523
495
  searchSystemTemplates(
524
496
  args: SearchSystemTemplatesCommandInput,
525
497
  options?: __HttpHandlerOptions
@@ -533,7 +505,6 @@ export declare class IoTThingsGraph extends IoTThingsGraphClient {
533
505
  options: __HttpHandlerOptions,
534
506
  cb: (err: any, data?: SearchSystemTemplatesCommandOutput) => void
535
507
  ): void;
536
-
537
508
  searchThings(
538
509
  args: SearchThingsCommandInput,
539
510
  options?: __HttpHandlerOptions
@@ -547,7 +518,6 @@ export declare class IoTThingsGraph extends IoTThingsGraphClient {
547
518
  options: __HttpHandlerOptions,
548
519
  cb: (err: any, data?: SearchThingsCommandOutput) => void
549
520
  ): void;
550
-
551
521
  tagResource(
552
522
  args: TagResourceCommandInput,
553
523
  options?: __HttpHandlerOptions
@@ -561,7 +531,6 @@ export declare class IoTThingsGraph extends IoTThingsGraphClient {
561
531
  options: __HttpHandlerOptions,
562
532
  cb: (err: any, data?: TagResourceCommandOutput) => void
563
533
  ): void;
564
-
565
534
  undeploySystemInstance(
566
535
  args: UndeploySystemInstanceCommandInput,
567
536
  options?: __HttpHandlerOptions
@@ -575,7 +544,6 @@ export declare class IoTThingsGraph extends IoTThingsGraphClient {
575
544
  options: __HttpHandlerOptions,
576
545
  cb: (err: any, data?: UndeploySystemInstanceCommandOutput) => void
577
546
  ): void;
578
-
579
547
  untagResource(
580
548
  args: UntagResourceCommandInput,
581
549
  options?: __HttpHandlerOptions
@@ -589,7 +557,6 @@ export declare class IoTThingsGraph extends IoTThingsGraphClient {
589
557
  options: __HttpHandlerOptions,
590
558
  cb: (err: any, data?: UntagResourceCommandOutput) => void
591
559
  ): void;
592
-
593
560
  updateFlowTemplate(
594
561
  args: UpdateFlowTemplateCommandInput,
595
562
  options?: __HttpHandlerOptions
@@ -603,7 +570,6 @@ export declare class IoTThingsGraph extends IoTThingsGraphClient {
603
570
  options: __HttpHandlerOptions,
604
571
  cb: (err: any, data?: UpdateFlowTemplateCommandOutput) => void
605
572
  ): void;
606
-
607
573
  updateSystemTemplate(
608
574
  args: UpdateSystemTemplateCommandInput,
609
575
  options?: __HttpHandlerOptions
@@ -617,7 +583,6 @@ export declare class IoTThingsGraph extends IoTThingsGraphClient {
617
583
  options: __HttpHandlerOptions,
618
584
  cb: (err: any, data?: UpdateSystemTemplateCommandOutput) => void
619
585
  ): void;
620
-
621
586
  uploadEntityDefinitions(
622
587
  args: UploadEntityDefinitionsCommandInput,
623
588
  options?: __HttpHandlerOptions
@@ -257,47 +257,26 @@ export declare type ServiceOutputTypes =
257
257
  export interface ClientDefaults
258
258
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
259
259
  requestHandler?: __HttpHandler;
260
-
261
260
  sha256?: __HashConstructor;
262
-
263
261
  urlParser?: __UrlParser;
264
-
265
262
  bodyLengthChecker?: __BodyLengthCalculator;
266
-
267
263
  streamCollector?: __StreamCollector;
268
-
269
264
  base64Decoder?: __Decoder;
270
-
271
265
  base64Encoder?: __Encoder;
272
-
273
266
  utf8Decoder?: __Decoder;
274
-
275
267
  utf8Encoder?: __Encoder;
276
-
277
268
  runtime?: string;
278
-
279
269
  disableHostPrefix?: boolean;
280
-
281
270
  maxAttempts?: number | __Provider<number>;
282
-
283
271
  retryMode?: string | __Provider<string>;
284
-
285
272
  logger?: __Logger;
286
-
287
273
  useDualstackEndpoint?: boolean | __Provider<boolean>;
288
-
289
274
  useFipsEndpoint?: boolean | __Provider<boolean>;
290
-
291
275
  serviceId?: string;
292
-
293
276
  region?: string | __Provider<string>;
294
-
295
277
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
296
-
297
278
  regionInfoProvider?: RegionInfoProvider;
298
-
299
279
  defaultUserAgentProvider?: Provider<__UserAgent>;
300
-
301
280
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
302
281
  }
303
282
  declare type IoTThingsGraphClientConfigType = Partial<
@@ -310,7 +289,6 @@ declare type IoTThingsGraphClientConfigType = Partial<
310
289
  HostHeaderInputConfig &
311
290
  AwsAuthInputConfig &
312
291
  UserAgentInputConfig;
313
-
314
292
  export interface IoTThingsGraphClientConfig
315
293
  extends IoTThingsGraphClientConfigType {}
316
294
  declare type IoTThingsGraphClientResolvedConfigType =
@@ -322,10 +300,8 @@ declare type IoTThingsGraphClientResolvedConfigType =
322
300
  HostHeaderResolvedConfig &
323
301
  AwsAuthResolvedConfig &
324
302
  UserAgentResolvedConfig;
325
-
326
303
  export interface IoTThingsGraphClientResolvedConfig
327
304
  extends IoTThingsGraphClientResolvedConfigType {}
328
-
329
305
  export declare class IoTThingsGraphClient extends __Client<
330
306
  __HttpHandlerOptions,
331
307
  ServiceInputTypes,
@@ -334,7 +310,6 @@ export declare class IoTThingsGraphClient extends __Client<
334
310
  > {
335
311
  readonly config: IoTThingsGraphClientResolvedConfig;
336
312
  constructor(configuration: IoTThingsGraphClientConfig);
337
-
338
313
  destroy(): void;
339
314
  }
340
315
  export {};
@@ -19,7 +19,6 @@ export interface AssociateEntityToThingCommandInput
19
19
  export interface AssociateEntityToThingCommandOutput
20
20
  extends AssociateEntityToThingResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class AssociateEntityToThingCommand extends $Command<
24
23
  AssociateEntityToThingCommandInput,
25
24
  AssociateEntityToThingCommandOutput,
@@ -27,7 +26,6 @@ export declare class AssociateEntityToThingCommand extends $Command<
27
26
  > {
28
27
  readonly input: AssociateEntityToThingCommandInput;
29
28
  constructor(input: AssociateEntityToThingCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: IoTThingsGraphClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateFlowTemplateCommandInput
19
19
  export interface CreateFlowTemplateCommandOutput
20
20
  extends CreateFlowTemplateResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateFlowTemplateCommand extends $Command<
24
23
  CreateFlowTemplateCommandInput,
25
24
  CreateFlowTemplateCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateFlowTemplateCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateFlowTemplateCommandInput;
29
28
  constructor(input: CreateFlowTemplateCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: IoTThingsGraphClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateSystemInstanceCommandInput
19
19
  export interface CreateSystemInstanceCommandOutput
20
20
  extends CreateSystemInstanceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateSystemInstanceCommand extends $Command<
24
23
  CreateSystemInstanceCommandInput,
25
24
  CreateSystemInstanceCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateSystemInstanceCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateSystemInstanceCommandInput;
29
28
  constructor(input: CreateSystemInstanceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: IoTThingsGraphClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateSystemTemplateCommandInput
19
19
  export interface CreateSystemTemplateCommandOutput
20
20
  extends CreateSystemTemplateResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateSystemTemplateCommand extends $Command<
24
23
  CreateSystemTemplateCommandInput,
25
24
  CreateSystemTemplateCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateSystemTemplateCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateSystemTemplateCommandInput;
29
28
  constructor(input: CreateSystemTemplateCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: IoTThingsGraphClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteFlowTemplateCommandInput
19
19
  export interface DeleteFlowTemplateCommandOutput
20
20
  extends DeleteFlowTemplateResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteFlowTemplateCommand extends $Command<
24
23
  DeleteFlowTemplateCommandInput,
25
24
  DeleteFlowTemplateCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteFlowTemplateCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteFlowTemplateCommandInput;
29
28
  constructor(input: DeleteFlowTemplateCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: IoTThingsGraphClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeleteNamespaceCommandInput extends DeleteNamespaceRequest {}
18
18
  export interface DeleteNamespaceCommandOutput
19
19
  extends DeleteNamespaceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteNamespaceCommand extends $Command<
23
22
  DeleteNamespaceCommandInput,
24
23
  DeleteNamespaceCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteNamespaceCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteNamespaceCommandInput;
28
27
  constructor(input: DeleteNamespaceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: IoTThingsGraphClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteSystemInstanceCommandInput
19
19
  export interface DeleteSystemInstanceCommandOutput
20
20
  extends DeleteSystemInstanceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteSystemInstanceCommand extends $Command<
24
23
  DeleteSystemInstanceCommandInput,
25
24
  DeleteSystemInstanceCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteSystemInstanceCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteSystemInstanceCommandInput;
29
28
  constructor(input: DeleteSystemInstanceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: IoTThingsGraphClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteSystemTemplateCommandInput
19
19
  export interface DeleteSystemTemplateCommandOutput
20
20
  extends DeleteSystemTemplateResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteSystemTemplateCommand extends $Command<
24
23
  DeleteSystemTemplateCommandInput,
25
24
  DeleteSystemTemplateCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteSystemTemplateCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteSystemTemplateCommandInput;
29
28
  constructor(input: DeleteSystemTemplateCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: IoTThingsGraphClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeploySystemInstanceCommandInput
19
19
  export interface DeploySystemInstanceCommandOutput
20
20
  extends DeploySystemInstanceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeploySystemInstanceCommand extends $Command<
24
23
  DeploySystemInstanceCommandInput,
25
24
  DeploySystemInstanceCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeploySystemInstanceCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeploySystemInstanceCommandInput;
29
28
  constructor(input: DeploySystemInstanceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: IoTThingsGraphClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeprecateFlowTemplateCommandInput
19
19
  export interface DeprecateFlowTemplateCommandOutput
20
20
  extends DeprecateFlowTemplateResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeprecateFlowTemplateCommand extends $Command<
24
23
  DeprecateFlowTemplateCommandInput,
25
24
  DeprecateFlowTemplateCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeprecateFlowTemplateCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeprecateFlowTemplateCommandInput;
29
28
  constructor(input: DeprecateFlowTemplateCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: IoTThingsGraphClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeprecateSystemTemplateCommandInput
19
19
  export interface DeprecateSystemTemplateCommandOutput
20
20
  extends DeprecateSystemTemplateResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeprecateSystemTemplateCommand extends $Command<
24
23
  DeprecateSystemTemplateCommandInput,
25
24
  DeprecateSystemTemplateCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeprecateSystemTemplateCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeprecateSystemTemplateCommandInput;
29
28
  constructor(input: DeprecateSystemTemplateCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: IoTThingsGraphClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeNamespaceCommandInput
19
19
  export interface DescribeNamespaceCommandOutput
20
20
  extends DescribeNamespaceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeNamespaceCommand extends $Command<
24
23
  DescribeNamespaceCommandInput,
25
24
  DescribeNamespaceCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeNamespaceCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeNamespaceCommandInput;
29
28
  constructor(input: DescribeNamespaceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: IoTThingsGraphClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DissociateEntityFromThingCommandInput
19
19
  export interface DissociateEntityFromThingCommandOutput
20
20
  extends DissociateEntityFromThingResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DissociateEntityFromThingCommand extends $Command<
24
23
  DissociateEntityFromThingCommandInput,
25
24
  DissociateEntityFromThingCommandOutput,
@@ -27,7 +26,6 @@ export declare class DissociateEntityFromThingCommand extends $Command<
27
26
  > {
28
27
  readonly input: DissociateEntityFromThingCommandInput;
29
28
  constructor(input: DissociateEntityFromThingCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: IoTThingsGraphClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface GetEntitiesCommandInput extends GetEntitiesRequest {}
15
15
  export interface GetEntitiesCommandOutput
16
16
  extends GetEntitiesResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class GetEntitiesCommand extends $Command<
20
19
  GetEntitiesCommandInput,
21
20
  GetEntitiesCommandOutput,
@@ -23,7 +22,6 @@ export declare class GetEntitiesCommand extends $Command<
23
22
  > {
24
23
  readonly input: GetEntitiesCommandInput;
25
24
  constructor(input: GetEntitiesCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: IoTThingsGraphClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface GetFlowTemplateCommandInput extends GetFlowTemplateRequest {}
18
18
  export interface GetFlowTemplateCommandOutput
19
19
  extends GetFlowTemplateResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class GetFlowTemplateCommand extends $Command<
23
22
  GetFlowTemplateCommandInput,
24
23
  GetFlowTemplateCommandOutput,
@@ -26,7 +25,6 @@ export declare class GetFlowTemplateCommand extends $Command<
26
25
  > {
27
26
  readonly input: GetFlowTemplateCommandInput;
28
27
  constructor(input: GetFlowTemplateCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: IoTThingsGraphClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetFlowTemplateRevisionsCommandInput
19
19
  export interface GetFlowTemplateRevisionsCommandOutput
20
20
  extends GetFlowTemplateRevisionsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetFlowTemplateRevisionsCommand extends $Command<
24
23
  GetFlowTemplateRevisionsCommandInput,
25
24
  GetFlowTemplateRevisionsCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetFlowTemplateRevisionsCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetFlowTemplateRevisionsCommandInput;
29
28
  constructor(input: GetFlowTemplateRevisionsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: IoTThingsGraphClientResolvedConfig,