@aws-sdk/client-iot-managed-integrations 3.1086.0 → 3.1088.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 (103) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/IoTManagedIntegrations.d.ts +268 -292
  3. package/dist-types/ts3.4/IoTManagedIntegrationsClient.d.ts +7 -23
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/CreateAccountAssociationCommand.d.ts +4 -6
  8. package/dist-types/ts3.4/commands/CreateCloudConnectorCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/CreateConnectorDestinationCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/CreateCredentialLockerCommand.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/CreateDestinationCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/CreateEventLogConfigurationCommand.d.ts +4 -6
  13. package/dist-types/ts3.4/commands/CreateManagedThingCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/CreateNotificationConfigurationCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/CreateOtaTaskCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/CreateOtaTaskConfigurationCommand.d.ts +3 -5
  17. package/dist-types/ts3.4/commands/CreateProvisioningProfileCommand.d.ts +4 -6
  18. package/dist-types/ts3.4/commands/DeleteAccountAssociationCommand.d.ts +4 -6
  19. package/dist-types/ts3.4/commands/DeleteCloudConnectorCommand.d.ts +3 -4
  20. package/dist-types/ts3.4/commands/DeleteConnectorDestinationCommand.d.ts +4 -6
  21. package/dist-types/ts3.4/commands/DeleteCredentialLockerCommand.d.ts +3 -4
  22. package/dist-types/ts3.4/commands/DeleteDestinationCommand.d.ts +3 -4
  23. package/dist-types/ts3.4/commands/DeleteEventLogConfigurationCommand.d.ts +4 -6
  24. package/dist-types/ts3.4/commands/DeleteManagedThingCommand.d.ts +3 -4
  25. package/dist-types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +4 -6
  26. package/dist-types/ts3.4/commands/DeleteOtaTaskCommand.d.ts +2 -2
  27. package/dist-types/ts3.4/commands/DeleteOtaTaskConfigurationCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/DeleteProvisioningProfileCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DeregisterAccountAssociationCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/GetAccountAssociationCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/GetCloudConnectorCommand.d.ts +5 -10
  32. package/dist-types/ts3.4/commands/GetConnectorDestinationCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/GetCredentialLockerCommand.d.ts +5 -10
  34. package/dist-types/ts3.4/commands/GetCustomEndpointCommand.d.ts +4 -9
  35. package/dist-types/ts3.4/commands/GetDefaultEncryptionConfigurationCommand.d.ts +3 -5
  36. package/dist-types/ts3.4/commands/GetDestinationCommand.d.ts +4 -9
  37. package/dist-types/ts3.4/commands/GetDeviceDiscoveryCommand.d.ts +5 -10
  38. package/dist-types/ts3.4/commands/GetEventLogConfigurationCommand.d.ts +4 -6
  39. package/dist-types/ts3.4/commands/GetHubConfigurationCommand.d.ts +4 -9
  40. package/dist-types/ts3.4/commands/GetManagedThingCapabilitiesCommand.d.ts +4 -6
  41. package/dist-types/ts3.4/commands/GetManagedThingCertificateCommand.d.ts +4 -6
  42. package/dist-types/ts3.4/commands/GetManagedThingCommand.d.ts +4 -9
  43. package/dist-types/ts3.4/commands/GetManagedThingConnectivityDataCommand.d.ts +4 -6
  44. package/dist-types/ts3.4/commands/GetManagedThingMetaDataCommand.d.ts +4 -6
  45. package/dist-types/ts3.4/commands/GetManagedThingStateCommand.d.ts +5 -10
  46. package/dist-types/ts3.4/commands/GetNotificationConfigurationCommand.d.ts +4 -6
  47. package/dist-types/ts3.4/commands/GetOtaTaskCommand.d.ts +3 -5
  48. package/dist-types/ts3.4/commands/GetOtaTaskConfigurationCommand.d.ts +4 -6
  49. package/dist-types/ts3.4/commands/GetProvisioningProfileCommand.d.ts +5 -10
  50. package/dist-types/ts3.4/commands/GetRuntimeLogConfigurationCommand.d.ts +4 -6
  51. package/dist-types/ts3.4/commands/GetSchemaVersionCommand.d.ts +4 -9
  52. package/dist-types/ts3.4/commands/ListAccountAssociationsCommand.d.ts +3 -5
  53. package/dist-types/ts3.4/commands/ListCloudConnectorsCommand.d.ts +4 -9
  54. package/dist-types/ts3.4/commands/ListConnectorDestinationsCommand.d.ts +3 -5
  55. package/dist-types/ts3.4/commands/ListCredentialLockersCommand.d.ts +4 -9
  56. package/dist-types/ts3.4/commands/ListDestinationsCommand.d.ts +3 -8
  57. package/dist-types/ts3.4/commands/ListDeviceDiscoveriesCommand.d.ts +4 -9
  58. package/dist-types/ts3.4/commands/ListDiscoveredDevicesCommand.d.ts +5 -10
  59. package/dist-types/ts3.4/commands/ListEventLogConfigurationsCommand.d.ts +3 -5
  60. package/dist-types/ts3.4/commands/ListManagedThingAccountAssociationsCommand.d.ts +3 -5
  61. package/dist-types/ts3.4/commands/ListManagedThingSchemasCommand.d.ts +4 -6
  62. package/dist-types/ts3.4/commands/ListManagedThingsCommand.d.ts +4 -9
  63. package/dist-types/ts3.4/commands/ListNotificationConfigurationsCommand.d.ts +3 -5
  64. package/dist-types/ts3.4/commands/ListOtaTaskConfigurationsCommand.d.ts +3 -5
  65. package/dist-types/ts3.4/commands/ListOtaTaskExecutionsCommand.d.ts +5 -10
  66. package/dist-types/ts3.4/commands/ListOtaTasksCommand.d.ts +2 -4
  67. package/dist-types/ts3.4/commands/ListProvisioningProfilesCommand.d.ts +3 -5
  68. package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +5 -10
  69. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  70. package/dist-types/ts3.4/commands/PutDefaultEncryptionConfigurationCommand.d.ts +4 -6
  71. package/dist-types/ts3.4/commands/PutHubConfigurationCommand.d.ts +5 -10
  72. package/dist-types/ts3.4/commands/PutRuntimeLogConfigurationCommand.d.ts +4 -6
  73. package/dist-types/ts3.4/commands/RegisterAccountAssociationCommand.d.ts +4 -6
  74. package/dist-types/ts3.4/commands/RegisterCustomEndpointCommand.d.ts +4 -9
  75. package/dist-types/ts3.4/commands/ResetRuntimeLogConfigurationCommand.d.ts +4 -6
  76. package/dist-types/ts3.4/commands/SendConnectorEventCommand.d.ts +5 -10
  77. package/dist-types/ts3.4/commands/SendManagedThingCommandCommand.d.ts +4 -6
  78. package/dist-types/ts3.4/commands/StartAccountAssociationRefreshCommand.d.ts +4 -6
  79. package/dist-types/ts3.4/commands/StartDeviceDiscoveryCommand.d.ts +5 -10
  80. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  81. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  82. package/dist-types/ts3.4/commands/UpdateAccountAssociationCommand.d.ts +4 -6
  83. package/dist-types/ts3.4/commands/UpdateCloudConnectorCommand.d.ts +3 -4
  84. package/dist-types/ts3.4/commands/UpdateConnectorDestinationCommand.d.ts +4 -6
  85. package/dist-types/ts3.4/commands/UpdateDestinationCommand.d.ts +3 -4
  86. package/dist-types/ts3.4/commands/UpdateEventLogConfigurationCommand.d.ts +4 -6
  87. package/dist-types/ts3.4/commands/UpdateManagedThingCommand.d.ts +3 -4
  88. package/dist-types/ts3.4/commands/UpdateNotificationConfigurationCommand.d.ts +4 -6
  89. package/dist-types/ts3.4/commands/UpdateOtaTaskCommand.d.ts +2 -2
  90. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  91. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  92. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  93. package/dist-types/ts3.4/models/enums.d.ts +11 -22
  94. package/dist-types/ts3.4/models/errors.d.ts +11 -33
  95. package/dist-types/ts3.4/models/models_0.d.ts +2 -6
  96. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  97. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  98. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  99. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  100. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  101. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  102. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  103. package/package.json +39 -39
@@ -163,10 +163,7 @@ import {
163
163
  GetNotificationConfigurationCommandInput,
164
164
  GetNotificationConfigurationCommandOutput,
165
165
  } from "./commands/GetNotificationConfigurationCommand";
166
- import {
167
- GetOtaTaskCommandInput,
168
- GetOtaTaskCommandOutput,
169
- } from "./commands/GetOtaTaskCommand";
166
+ import { GetOtaTaskCommandInput, GetOtaTaskCommandOutput } from "./commands/GetOtaTaskCommand";
170
167
  import {
171
168
  GetOtaTaskConfigurationCommandInput,
172
169
  GetOtaTaskConfigurationCommandOutput,
@@ -295,10 +292,7 @@ import {
295
292
  StartDeviceDiscoveryCommandInput,
296
293
  StartDeviceDiscoveryCommandOutput,
297
294
  } from "./commands/StartDeviceDiscoveryCommand";
298
- import {
299
- TagResourceCommandInput,
300
- TagResourceCommandOutput,
301
- } from "./commands/TagResourceCommand";
295
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
302
296
  import {
303
297
  UntagResourceCommandInput,
304
298
  UntagResourceCommandOutput,
@@ -339,1238 +333,1220 @@ import { IoTManagedIntegrationsClient } from "./IoTManagedIntegrationsClient";
339
333
  export interface IoTManagedIntegrations {
340
334
  createAccountAssociation(
341
335
  args: CreateAccountAssociationCommandInput,
342
- options?: __HttpHandlerOptions
336
+ options?: __HttpHandlerOptions,
343
337
  ): Promise<CreateAccountAssociationCommandOutput>;
344
338
  createAccountAssociation(
345
339
  args: CreateAccountAssociationCommandInput,
346
- cb: (err: any, data?: CreateAccountAssociationCommandOutput) => void
340
+ cb: (err: any, data?: CreateAccountAssociationCommandOutput) => void,
347
341
  ): void;
348
342
  createAccountAssociation(
349
343
  args: CreateAccountAssociationCommandInput,
350
344
  options: __HttpHandlerOptions,
351
- cb: (err: any, data?: CreateAccountAssociationCommandOutput) => void
345
+ cb: (err: any, data?: CreateAccountAssociationCommandOutput) => void,
352
346
  ): void;
353
347
  createCloudConnector(
354
348
  args: CreateCloudConnectorCommandInput,
355
- options?: __HttpHandlerOptions
349
+ options?: __HttpHandlerOptions,
356
350
  ): Promise<CreateCloudConnectorCommandOutput>;
357
351
  createCloudConnector(
358
352
  args: CreateCloudConnectorCommandInput,
359
- cb: (err: any, data?: CreateCloudConnectorCommandOutput) => void
353
+ cb: (err: any, data?: CreateCloudConnectorCommandOutput) => void,
360
354
  ): void;
361
355
  createCloudConnector(
362
356
  args: CreateCloudConnectorCommandInput,
363
357
  options: __HttpHandlerOptions,
364
- cb: (err: any, data?: CreateCloudConnectorCommandOutput) => void
358
+ cb: (err: any, data?: CreateCloudConnectorCommandOutput) => void,
365
359
  ): void;
366
360
  createConnectorDestination(
367
361
  args: CreateConnectorDestinationCommandInput,
368
- options?: __HttpHandlerOptions
362
+ options?: __HttpHandlerOptions,
369
363
  ): Promise<CreateConnectorDestinationCommandOutput>;
370
364
  createConnectorDestination(
371
365
  args: CreateConnectorDestinationCommandInput,
372
- cb: (err: any, data?: CreateConnectorDestinationCommandOutput) => void
366
+ cb: (err: any, data?: CreateConnectorDestinationCommandOutput) => void,
373
367
  ): void;
374
368
  createConnectorDestination(
375
369
  args: CreateConnectorDestinationCommandInput,
376
370
  options: __HttpHandlerOptions,
377
- cb: (err: any, data?: CreateConnectorDestinationCommandOutput) => void
371
+ cb: (err: any, data?: CreateConnectorDestinationCommandOutput) => void,
378
372
  ): void;
379
373
  createCredentialLocker(): Promise<CreateCredentialLockerCommandOutput>;
380
374
  createCredentialLocker(
381
375
  args: CreateCredentialLockerCommandInput,
382
- options?: __HttpHandlerOptions
376
+ options?: __HttpHandlerOptions,
383
377
  ): Promise<CreateCredentialLockerCommandOutput>;
384
378
  createCredentialLocker(
385
379
  args: CreateCredentialLockerCommandInput,
386
- cb: (err: any, data?: CreateCredentialLockerCommandOutput) => void
380
+ cb: (err: any, data?: CreateCredentialLockerCommandOutput) => void,
387
381
  ): void;
388
382
  createCredentialLocker(
389
383
  args: CreateCredentialLockerCommandInput,
390
384
  options: __HttpHandlerOptions,
391
- cb: (err: any, data?: CreateCredentialLockerCommandOutput) => void
385
+ cb: (err: any, data?: CreateCredentialLockerCommandOutput) => void,
392
386
  ): void;
393
387
  createDestination(
394
388
  args: CreateDestinationCommandInput,
395
- options?: __HttpHandlerOptions
389
+ options?: __HttpHandlerOptions,
396
390
  ): Promise<CreateDestinationCommandOutput>;
397
391
  createDestination(
398
392
  args: CreateDestinationCommandInput,
399
- cb: (err: any, data?: CreateDestinationCommandOutput) => void
393
+ cb: (err: any, data?: CreateDestinationCommandOutput) => void,
400
394
  ): void;
401
395
  createDestination(
402
396
  args: CreateDestinationCommandInput,
403
397
  options: __HttpHandlerOptions,
404
- cb: (err: any, data?: CreateDestinationCommandOutput) => void
398
+ cb: (err: any, data?: CreateDestinationCommandOutput) => void,
405
399
  ): void;
406
400
  createEventLogConfiguration(
407
401
  args: CreateEventLogConfigurationCommandInput,
408
- options?: __HttpHandlerOptions
402
+ options?: __HttpHandlerOptions,
409
403
  ): Promise<CreateEventLogConfigurationCommandOutput>;
410
404
  createEventLogConfiguration(
411
405
  args: CreateEventLogConfigurationCommandInput,
412
- cb: (err: any, data?: CreateEventLogConfigurationCommandOutput) => void
406
+ cb: (err: any, data?: CreateEventLogConfigurationCommandOutput) => void,
413
407
  ): void;
414
408
  createEventLogConfiguration(
415
409
  args: CreateEventLogConfigurationCommandInput,
416
410
  options: __HttpHandlerOptions,
417
- cb: (err: any, data?: CreateEventLogConfigurationCommandOutput) => void
411
+ cb: (err: any, data?: CreateEventLogConfigurationCommandOutput) => void,
418
412
  ): void;
419
413
  createManagedThing(
420
414
  args: CreateManagedThingCommandInput,
421
- options?: __HttpHandlerOptions
415
+ options?: __HttpHandlerOptions,
422
416
  ): Promise<CreateManagedThingCommandOutput>;
423
417
  createManagedThing(
424
418
  args: CreateManagedThingCommandInput,
425
- cb: (err: any, data?: CreateManagedThingCommandOutput) => void
419
+ cb: (err: any, data?: CreateManagedThingCommandOutput) => void,
426
420
  ): void;
427
421
  createManagedThing(
428
422
  args: CreateManagedThingCommandInput,
429
423
  options: __HttpHandlerOptions,
430
- cb: (err: any, data?: CreateManagedThingCommandOutput) => void
424
+ cb: (err: any, data?: CreateManagedThingCommandOutput) => void,
431
425
  ): void;
432
426
  createNotificationConfiguration(
433
427
  args: CreateNotificationConfigurationCommandInput,
434
- options?: __HttpHandlerOptions
428
+ options?: __HttpHandlerOptions,
435
429
  ): Promise<CreateNotificationConfigurationCommandOutput>;
436
430
  createNotificationConfiguration(
437
431
  args: CreateNotificationConfigurationCommandInput,
438
- cb: (err: any, data?: CreateNotificationConfigurationCommandOutput) => void
432
+ cb: (err: any, data?: CreateNotificationConfigurationCommandOutput) => void,
439
433
  ): void;
440
434
  createNotificationConfiguration(
441
435
  args: CreateNotificationConfigurationCommandInput,
442
436
  options: __HttpHandlerOptions,
443
- cb: (err: any, data?: CreateNotificationConfigurationCommandOutput) => void
437
+ cb: (err: any, data?: CreateNotificationConfigurationCommandOutput) => void,
444
438
  ): void;
445
439
  createOtaTask(
446
440
  args: CreateOtaTaskCommandInput,
447
- options?: __HttpHandlerOptions
441
+ options?: __HttpHandlerOptions,
448
442
  ): Promise<CreateOtaTaskCommandOutput>;
449
443
  createOtaTask(
450
444
  args: CreateOtaTaskCommandInput,
451
- cb: (err: any, data?: CreateOtaTaskCommandOutput) => void
445
+ cb: (err: any, data?: CreateOtaTaskCommandOutput) => void,
452
446
  ): void;
453
447
  createOtaTask(
454
448
  args: CreateOtaTaskCommandInput,
455
449
  options: __HttpHandlerOptions,
456
- cb: (err: any, data?: CreateOtaTaskCommandOutput) => void
450
+ cb: (err: any, data?: CreateOtaTaskCommandOutput) => void,
457
451
  ): void;
458
452
  createOtaTaskConfiguration(): Promise<CreateOtaTaskConfigurationCommandOutput>;
459
453
  createOtaTaskConfiguration(
460
454
  args: CreateOtaTaskConfigurationCommandInput,
461
- options?: __HttpHandlerOptions
455
+ options?: __HttpHandlerOptions,
462
456
  ): Promise<CreateOtaTaskConfigurationCommandOutput>;
463
457
  createOtaTaskConfiguration(
464
458
  args: CreateOtaTaskConfigurationCommandInput,
465
- cb: (err: any, data?: CreateOtaTaskConfigurationCommandOutput) => void
459
+ cb: (err: any, data?: CreateOtaTaskConfigurationCommandOutput) => void,
466
460
  ): void;
467
461
  createOtaTaskConfiguration(
468
462
  args: CreateOtaTaskConfigurationCommandInput,
469
463
  options: __HttpHandlerOptions,
470
- cb: (err: any, data?: CreateOtaTaskConfigurationCommandOutput) => void
464
+ cb: (err: any, data?: CreateOtaTaskConfigurationCommandOutput) => void,
471
465
  ): void;
472
466
  createProvisioningProfile(
473
467
  args: CreateProvisioningProfileCommandInput,
474
- options?: __HttpHandlerOptions
468
+ options?: __HttpHandlerOptions,
475
469
  ): Promise<CreateProvisioningProfileCommandOutput>;
476
470
  createProvisioningProfile(
477
471
  args: CreateProvisioningProfileCommandInput,
478
- cb: (err: any, data?: CreateProvisioningProfileCommandOutput) => void
472
+ cb: (err: any, data?: CreateProvisioningProfileCommandOutput) => void,
479
473
  ): void;
480
474
  createProvisioningProfile(
481
475
  args: CreateProvisioningProfileCommandInput,
482
476
  options: __HttpHandlerOptions,
483
- cb: (err: any, data?: CreateProvisioningProfileCommandOutput) => void
477
+ cb: (err: any, data?: CreateProvisioningProfileCommandOutput) => void,
484
478
  ): void;
485
479
  deleteAccountAssociation(
486
480
  args: DeleteAccountAssociationCommandInput,
487
- options?: __HttpHandlerOptions
481
+ options?: __HttpHandlerOptions,
488
482
  ): Promise<DeleteAccountAssociationCommandOutput>;
489
483
  deleteAccountAssociation(
490
484
  args: DeleteAccountAssociationCommandInput,
491
- cb: (err: any, data?: DeleteAccountAssociationCommandOutput) => void
485
+ cb: (err: any, data?: DeleteAccountAssociationCommandOutput) => void,
492
486
  ): void;
493
487
  deleteAccountAssociation(
494
488
  args: DeleteAccountAssociationCommandInput,
495
489
  options: __HttpHandlerOptions,
496
- cb: (err: any, data?: DeleteAccountAssociationCommandOutput) => void
490
+ cb: (err: any, data?: DeleteAccountAssociationCommandOutput) => void,
497
491
  ): void;
498
492
  deleteCloudConnector(
499
493
  args: DeleteCloudConnectorCommandInput,
500
- options?: __HttpHandlerOptions
494
+ options?: __HttpHandlerOptions,
501
495
  ): Promise<DeleteCloudConnectorCommandOutput>;
502
496
  deleteCloudConnector(
503
497
  args: DeleteCloudConnectorCommandInput,
504
- cb: (err: any, data?: DeleteCloudConnectorCommandOutput) => void
498
+ cb: (err: any, data?: DeleteCloudConnectorCommandOutput) => void,
505
499
  ): void;
506
500
  deleteCloudConnector(
507
501
  args: DeleteCloudConnectorCommandInput,
508
502
  options: __HttpHandlerOptions,
509
- cb: (err: any, data?: DeleteCloudConnectorCommandOutput) => void
503
+ cb: (err: any, data?: DeleteCloudConnectorCommandOutput) => void,
510
504
  ): void;
511
505
  deleteConnectorDestination(
512
506
  args: DeleteConnectorDestinationCommandInput,
513
- options?: __HttpHandlerOptions
507
+ options?: __HttpHandlerOptions,
514
508
  ): Promise<DeleteConnectorDestinationCommandOutput>;
515
509
  deleteConnectorDestination(
516
510
  args: DeleteConnectorDestinationCommandInput,
517
- cb: (err: any, data?: DeleteConnectorDestinationCommandOutput) => void
511
+ cb: (err: any, data?: DeleteConnectorDestinationCommandOutput) => void,
518
512
  ): void;
519
513
  deleteConnectorDestination(
520
514
  args: DeleteConnectorDestinationCommandInput,
521
515
  options: __HttpHandlerOptions,
522
- cb: (err: any, data?: DeleteConnectorDestinationCommandOutput) => void
516
+ cb: (err: any, data?: DeleteConnectorDestinationCommandOutput) => void,
523
517
  ): void;
524
518
  deleteCredentialLocker(
525
519
  args: DeleteCredentialLockerCommandInput,
526
- options?: __HttpHandlerOptions
520
+ options?: __HttpHandlerOptions,
527
521
  ): Promise<DeleteCredentialLockerCommandOutput>;
528
522
  deleteCredentialLocker(
529
523
  args: DeleteCredentialLockerCommandInput,
530
- cb: (err: any, data?: DeleteCredentialLockerCommandOutput) => void
524
+ cb: (err: any, data?: DeleteCredentialLockerCommandOutput) => void,
531
525
  ): void;
532
526
  deleteCredentialLocker(
533
527
  args: DeleteCredentialLockerCommandInput,
534
528
  options: __HttpHandlerOptions,
535
- cb: (err: any, data?: DeleteCredentialLockerCommandOutput) => void
529
+ cb: (err: any, data?: DeleteCredentialLockerCommandOutput) => void,
536
530
  ): void;
537
531
  deleteDestination(
538
532
  args: DeleteDestinationCommandInput,
539
- options?: __HttpHandlerOptions
533
+ options?: __HttpHandlerOptions,
540
534
  ): Promise<DeleteDestinationCommandOutput>;
541
535
  deleteDestination(
542
536
  args: DeleteDestinationCommandInput,
543
- cb: (err: any, data?: DeleteDestinationCommandOutput) => void
537
+ cb: (err: any, data?: DeleteDestinationCommandOutput) => void,
544
538
  ): void;
545
539
  deleteDestination(
546
540
  args: DeleteDestinationCommandInput,
547
541
  options: __HttpHandlerOptions,
548
- cb: (err: any, data?: DeleteDestinationCommandOutput) => void
542
+ cb: (err: any, data?: DeleteDestinationCommandOutput) => void,
549
543
  ): void;
550
544
  deleteEventLogConfiguration(
551
545
  args: DeleteEventLogConfigurationCommandInput,
552
- options?: __HttpHandlerOptions
546
+ options?: __HttpHandlerOptions,
553
547
  ): Promise<DeleteEventLogConfigurationCommandOutput>;
554
548
  deleteEventLogConfiguration(
555
549
  args: DeleteEventLogConfigurationCommandInput,
556
- cb: (err: any, data?: DeleteEventLogConfigurationCommandOutput) => void
550
+ cb: (err: any, data?: DeleteEventLogConfigurationCommandOutput) => void,
557
551
  ): void;
558
552
  deleteEventLogConfiguration(
559
553
  args: DeleteEventLogConfigurationCommandInput,
560
554
  options: __HttpHandlerOptions,
561
- cb: (err: any, data?: DeleteEventLogConfigurationCommandOutput) => void
555
+ cb: (err: any, data?: DeleteEventLogConfigurationCommandOutput) => void,
562
556
  ): void;
563
557
  deleteManagedThing(
564
558
  args: DeleteManagedThingCommandInput,
565
- options?: __HttpHandlerOptions
559
+ options?: __HttpHandlerOptions,
566
560
  ): Promise<DeleteManagedThingCommandOutput>;
567
561
  deleteManagedThing(
568
562
  args: DeleteManagedThingCommandInput,
569
- cb: (err: any, data?: DeleteManagedThingCommandOutput) => void
563
+ cb: (err: any, data?: DeleteManagedThingCommandOutput) => void,
570
564
  ): void;
571
565
  deleteManagedThing(
572
566
  args: DeleteManagedThingCommandInput,
573
567
  options: __HttpHandlerOptions,
574
- cb: (err: any, data?: DeleteManagedThingCommandOutput) => void
568
+ cb: (err: any, data?: DeleteManagedThingCommandOutput) => void,
575
569
  ): void;
576
570
  deleteNotificationConfiguration(
577
571
  args: DeleteNotificationConfigurationCommandInput,
578
- options?: __HttpHandlerOptions
572
+ options?: __HttpHandlerOptions,
579
573
  ): Promise<DeleteNotificationConfigurationCommandOutput>;
580
574
  deleteNotificationConfiguration(
581
575
  args: DeleteNotificationConfigurationCommandInput,
582
- cb: (err: any, data?: DeleteNotificationConfigurationCommandOutput) => void
576
+ cb: (err: any, data?: DeleteNotificationConfigurationCommandOutput) => void,
583
577
  ): void;
584
578
  deleteNotificationConfiguration(
585
579
  args: DeleteNotificationConfigurationCommandInput,
586
580
  options: __HttpHandlerOptions,
587
- cb: (err: any, data?: DeleteNotificationConfigurationCommandOutput) => void
581
+ cb: (err: any, data?: DeleteNotificationConfigurationCommandOutput) => void,
588
582
  ): void;
589
583
  deleteOtaTask(
590
584
  args: DeleteOtaTaskCommandInput,
591
- options?: __HttpHandlerOptions
585
+ options?: __HttpHandlerOptions,
592
586
  ): Promise<DeleteOtaTaskCommandOutput>;
593
587
  deleteOtaTask(
594
588
  args: DeleteOtaTaskCommandInput,
595
- cb: (err: any, data?: DeleteOtaTaskCommandOutput) => void
589
+ cb: (err: any, data?: DeleteOtaTaskCommandOutput) => void,
596
590
  ): void;
597
591
  deleteOtaTask(
598
592
  args: DeleteOtaTaskCommandInput,
599
593
  options: __HttpHandlerOptions,
600
- cb: (err: any, data?: DeleteOtaTaskCommandOutput) => void
594
+ cb: (err: any, data?: DeleteOtaTaskCommandOutput) => void,
601
595
  ): void;
602
596
  deleteOtaTaskConfiguration(
603
597
  args: DeleteOtaTaskConfigurationCommandInput,
604
- options?: __HttpHandlerOptions
598
+ options?: __HttpHandlerOptions,
605
599
  ): Promise<DeleteOtaTaskConfigurationCommandOutput>;
606
600
  deleteOtaTaskConfiguration(
607
601
  args: DeleteOtaTaskConfigurationCommandInput,
608
- cb: (err: any, data?: DeleteOtaTaskConfigurationCommandOutput) => void
602
+ cb: (err: any, data?: DeleteOtaTaskConfigurationCommandOutput) => void,
609
603
  ): void;
610
604
  deleteOtaTaskConfiguration(
611
605
  args: DeleteOtaTaskConfigurationCommandInput,
612
606
  options: __HttpHandlerOptions,
613
- cb: (err: any, data?: DeleteOtaTaskConfigurationCommandOutput) => void
607
+ cb: (err: any, data?: DeleteOtaTaskConfigurationCommandOutput) => void,
614
608
  ): void;
615
609
  deleteProvisioningProfile(
616
610
  args: DeleteProvisioningProfileCommandInput,
617
- options?: __HttpHandlerOptions
611
+ options?: __HttpHandlerOptions,
618
612
  ): Promise<DeleteProvisioningProfileCommandOutput>;
619
613
  deleteProvisioningProfile(
620
614
  args: DeleteProvisioningProfileCommandInput,
621
- cb: (err: any, data?: DeleteProvisioningProfileCommandOutput) => void
615
+ cb: (err: any, data?: DeleteProvisioningProfileCommandOutput) => void,
622
616
  ): void;
623
617
  deleteProvisioningProfile(
624
618
  args: DeleteProvisioningProfileCommandInput,
625
619
  options: __HttpHandlerOptions,
626
- cb: (err: any, data?: DeleteProvisioningProfileCommandOutput) => void
620
+ cb: (err: any, data?: DeleteProvisioningProfileCommandOutput) => void,
627
621
  ): void;
628
622
  deregisterAccountAssociation(
629
623
  args: DeregisterAccountAssociationCommandInput,
630
- options?: __HttpHandlerOptions
624
+ options?: __HttpHandlerOptions,
631
625
  ): Promise<DeregisterAccountAssociationCommandOutput>;
632
626
  deregisterAccountAssociation(
633
627
  args: DeregisterAccountAssociationCommandInput,
634
- cb: (err: any, data?: DeregisterAccountAssociationCommandOutput) => void
628
+ cb: (err: any, data?: DeregisterAccountAssociationCommandOutput) => void,
635
629
  ): void;
636
630
  deregisterAccountAssociation(
637
631
  args: DeregisterAccountAssociationCommandInput,
638
632
  options: __HttpHandlerOptions,
639
- cb: (err: any, data?: DeregisterAccountAssociationCommandOutput) => void
633
+ cb: (err: any, data?: DeregisterAccountAssociationCommandOutput) => void,
640
634
  ): void;
641
635
  getAccountAssociation(
642
636
  args: GetAccountAssociationCommandInput,
643
- options?: __HttpHandlerOptions
637
+ options?: __HttpHandlerOptions,
644
638
  ): Promise<GetAccountAssociationCommandOutput>;
645
639
  getAccountAssociation(
646
640
  args: GetAccountAssociationCommandInput,
647
- cb: (err: any, data?: GetAccountAssociationCommandOutput) => void
641
+ cb: (err: any, data?: GetAccountAssociationCommandOutput) => void,
648
642
  ): void;
649
643
  getAccountAssociation(
650
644
  args: GetAccountAssociationCommandInput,
651
645
  options: __HttpHandlerOptions,
652
- cb: (err: any, data?: GetAccountAssociationCommandOutput) => void
646
+ cb: (err: any, data?: GetAccountAssociationCommandOutput) => void,
653
647
  ): void;
654
648
  getCloudConnector(
655
649
  args: GetCloudConnectorCommandInput,
656
- options?: __HttpHandlerOptions
650
+ options?: __HttpHandlerOptions,
657
651
  ): Promise<GetCloudConnectorCommandOutput>;
658
652
  getCloudConnector(
659
653
  args: GetCloudConnectorCommandInput,
660
- cb: (err: any, data?: GetCloudConnectorCommandOutput) => void
654
+ cb: (err: any, data?: GetCloudConnectorCommandOutput) => void,
661
655
  ): void;
662
656
  getCloudConnector(
663
657
  args: GetCloudConnectorCommandInput,
664
658
  options: __HttpHandlerOptions,
665
- cb: (err: any, data?: GetCloudConnectorCommandOutput) => void
659
+ cb: (err: any, data?: GetCloudConnectorCommandOutput) => void,
666
660
  ): void;
667
661
  getConnectorDestination(
668
662
  args: GetConnectorDestinationCommandInput,
669
- options?: __HttpHandlerOptions
663
+ options?: __HttpHandlerOptions,
670
664
  ): Promise<GetConnectorDestinationCommandOutput>;
671
665
  getConnectorDestination(
672
666
  args: GetConnectorDestinationCommandInput,
673
- cb: (err: any, data?: GetConnectorDestinationCommandOutput) => void
667
+ cb: (err: any, data?: GetConnectorDestinationCommandOutput) => void,
674
668
  ): void;
675
669
  getConnectorDestination(
676
670
  args: GetConnectorDestinationCommandInput,
677
671
  options: __HttpHandlerOptions,
678
- cb: (err: any, data?: GetConnectorDestinationCommandOutput) => void
672
+ cb: (err: any, data?: GetConnectorDestinationCommandOutput) => void,
679
673
  ): void;
680
674
  getCredentialLocker(
681
675
  args: GetCredentialLockerCommandInput,
682
- options?: __HttpHandlerOptions
676
+ options?: __HttpHandlerOptions,
683
677
  ): Promise<GetCredentialLockerCommandOutput>;
684
678
  getCredentialLocker(
685
679
  args: GetCredentialLockerCommandInput,
686
- cb: (err: any, data?: GetCredentialLockerCommandOutput) => void
680
+ cb: (err: any, data?: GetCredentialLockerCommandOutput) => void,
687
681
  ): void;
688
682
  getCredentialLocker(
689
683
  args: GetCredentialLockerCommandInput,
690
684
  options: __HttpHandlerOptions,
691
- cb: (err: any, data?: GetCredentialLockerCommandOutput) => void
685
+ cb: (err: any, data?: GetCredentialLockerCommandOutput) => void,
692
686
  ): void;
693
687
  getCustomEndpoint(): Promise<GetCustomEndpointCommandOutput>;
694
688
  getCustomEndpoint(
695
689
  args: GetCustomEndpointCommandInput,
696
- options?: __HttpHandlerOptions
690
+ options?: __HttpHandlerOptions,
697
691
  ): Promise<GetCustomEndpointCommandOutput>;
698
692
  getCustomEndpoint(
699
693
  args: GetCustomEndpointCommandInput,
700
- cb: (err: any, data?: GetCustomEndpointCommandOutput) => void
694
+ cb: (err: any, data?: GetCustomEndpointCommandOutput) => void,
701
695
  ): void;
702
696
  getCustomEndpoint(
703
697
  args: GetCustomEndpointCommandInput,
704
698
  options: __HttpHandlerOptions,
705
- cb: (err: any, data?: GetCustomEndpointCommandOutput) => void
699
+ cb: (err: any, data?: GetCustomEndpointCommandOutput) => void,
706
700
  ): void;
707
701
  getDefaultEncryptionConfiguration(): Promise<GetDefaultEncryptionConfigurationCommandOutput>;
708
702
  getDefaultEncryptionConfiguration(
709
703
  args: GetDefaultEncryptionConfigurationCommandInput,
710
- options?: __HttpHandlerOptions
704
+ options?: __HttpHandlerOptions,
711
705
  ): Promise<GetDefaultEncryptionConfigurationCommandOutput>;
712
706
  getDefaultEncryptionConfiguration(
713
707
  args: GetDefaultEncryptionConfigurationCommandInput,
714
- cb: (
715
- err: any,
716
- data?: GetDefaultEncryptionConfigurationCommandOutput
717
- ) => void
708
+ cb: (err: any, data?: GetDefaultEncryptionConfigurationCommandOutput) => void,
718
709
  ): void;
719
710
  getDefaultEncryptionConfiguration(
720
711
  args: GetDefaultEncryptionConfigurationCommandInput,
721
712
  options: __HttpHandlerOptions,
722
- cb: (
723
- err: any,
724
- data?: GetDefaultEncryptionConfigurationCommandOutput
725
- ) => void
713
+ cb: (err: any, data?: GetDefaultEncryptionConfigurationCommandOutput) => void,
726
714
  ): void;
727
715
  getDestination(
728
716
  args: GetDestinationCommandInput,
729
- options?: __HttpHandlerOptions
717
+ options?: __HttpHandlerOptions,
730
718
  ): Promise<GetDestinationCommandOutput>;
731
719
  getDestination(
732
720
  args: GetDestinationCommandInput,
733
- cb: (err: any, data?: GetDestinationCommandOutput) => void
721
+ cb: (err: any, data?: GetDestinationCommandOutput) => void,
734
722
  ): void;
735
723
  getDestination(
736
724
  args: GetDestinationCommandInput,
737
725
  options: __HttpHandlerOptions,
738
- cb: (err: any, data?: GetDestinationCommandOutput) => void
726
+ cb: (err: any, data?: GetDestinationCommandOutput) => void,
739
727
  ): void;
740
728
  getDeviceDiscovery(
741
729
  args: GetDeviceDiscoveryCommandInput,
742
- options?: __HttpHandlerOptions
730
+ options?: __HttpHandlerOptions,
743
731
  ): Promise<GetDeviceDiscoveryCommandOutput>;
744
732
  getDeviceDiscovery(
745
733
  args: GetDeviceDiscoveryCommandInput,
746
- cb: (err: any, data?: GetDeviceDiscoveryCommandOutput) => void
734
+ cb: (err: any, data?: GetDeviceDiscoveryCommandOutput) => void,
747
735
  ): void;
748
736
  getDeviceDiscovery(
749
737
  args: GetDeviceDiscoveryCommandInput,
750
738
  options: __HttpHandlerOptions,
751
- cb: (err: any, data?: GetDeviceDiscoveryCommandOutput) => void
739
+ cb: (err: any, data?: GetDeviceDiscoveryCommandOutput) => void,
752
740
  ): void;
753
741
  getEventLogConfiguration(
754
742
  args: GetEventLogConfigurationCommandInput,
755
- options?: __HttpHandlerOptions
743
+ options?: __HttpHandlerOptions,
756
744
  ): Promise<GetEventLogConfigurationCommandOutput>;
757
745
  getEventLogConfiguration(
758
746
  args: GetEventLogConfigurationCommandInput,
759
- cb: (err: any, data?: GetEventLogConfigurationCommandOutput) => void
747
+ cb: (err: any, data?: GetEventLogConfigurationCommandOutput) => void,
760
748
  ): void;
761
749
  getEventLogConfiguration(
762
750
  args: GetEventLogConfigurationCommandInput,
763
751
  options: __HttpHandlerOptions,
764
- cb: (err: any, data?: GetEventLogConfigurationCommandOutput) => void
752
+ cb: (err: any, data?: GetEventLogConfigurationCommandOutput) => void,
765
753
  ): void;
766
754
  getHubConfiguration(): Promise<GetHubConfigurationCommandOutput>;
767
755
  getHubConfiguration(
768
756
  args: GetHubConfigurationCommandInput,
769
- options?: __HttpHandlerOptions
757
+ options?: __HttpHandlerOptions,
770
758
  ): Promise<GetHubConfigurationCommandOutput>;
771
759
  getHubConfiguration(
772
760
  args: GetHubConfigurationCommandInput,
773
- cb: (err: any, data?: GetHubConfigurationCommandOutput) => void
761
+ cb: (err: any, data?: GetHubConfigurationCommandOutput) => void,
774
762
  ): void;
775
763
  getHubConfiguration(
776
764
  args: GetHubConfigurationCommandInput,
777
765
  options: __HttpHandlerOptions,
778
- cb: (err: any, data?: GetHubConfigurationCommandOutput) => void
766
+ cb: (err: any, data?: GetHubConfigurationCommandOutput) => void,
779
767
  ): void;
780
768
  getManagedThing(
781
769
  args: GetManagedThingCommandInput,
782
- options?: __HttpHandlerOptions
770
+ options?: __HttpHandlerOptions,
783
771
  ): Promise<GetManagedThingCommandOutput>;
784
772
  getManagedThing(
785
773
  args: GetManagedThingCommandInput,
786
- cb: (err: any, data?: GetManagedThingCommandOutput) => void
774
+ cb: (err: any, data?: GetManagedThingCommandOutput) => void,
787
775
  ): void;
788
776
  getManagedThing(
789
777
  args: GetManagedThingCommandInput,
790
778
  options: __HttpHandlerOptions,
791
- cb: (err: any, data?: GetManagedThingCommandOutput) => void
779
+ cb: (err: any, data?: GetManagedThingCommandOutput) => void,
792
780
  ): void;
793
781
  getManagedThingCapabilities(
794
782
  args: GetManagedThingCapabilitiesCommandInput,
795
- options?: __HttpHandlerOptions
783
+ options?: __HttpHandlerOptions,
796
784
  ): Promise<GetManagedThingCapabilitiesCommandOutput>;
797
785
  getManagedThingCapabilities(
798
786
  args: GetManagedThingCapabilitiesCommandInput,
799
- cb: (err: any, data?: GetManagedThingCapabilitiesCommandOutput) => void
787
+ cb: (err: any, data?: GetManagedThingCapabilitiesCommandOutput) => void,
800
788
  ): void;
801
789
  getManagedThingCapabilities(
802
790
  args: GetManagedThingCapabilitiesCommandInput,
803
791
  options: __HttpHandlerOptions,
804
- cb: (err: any, data?: GetManagedThingCapabilitiesCommandOutput) => void
792
+ cb: (err: any, data?: GetManagedThingCapabilitiesCommandOutput) => void,
805
793
  ): void;
806
794
  getManagedThingCertificate(
807
795
  args: GetManagedThingCertificateCommandInput,
808
- options?: __HttpHandlerOptions
796
+ options?: __HttpHandlerOptions,
809
797
  ): Promise<GetManagedThingCertificateCommandOutput>;
810
798
  getManagedThingCertificate(
811
799
  args: GetManagedThingCertificateCommandInput,
812
- cb: (err: any, data?: GetManagedThingCertificateCommandOutput) => void
800
+ cb: (err: any, data?: GetManagedThingCertificateCommandOutput) => void,
813
801
  ): void;
814
802
  getManagedThingCertificate(
815
803
  args: GetManagedThingCertificateCommandInput,
816
804
  options: __HttpHandlerOptions,
817
- cb: (err: any, data?: GetManagedThingCertificateCommandOutput) => void
805
+ cb: (err: any, data?: GetManagedThingCertificateCommandOutput) => void,
818
806
  ): void;
819
807
  getManagedThingConnectivityData(
820
808
  args: GetManagedThingConnectivityDataCommandInput,
821
- options?: __HttpHandlerOptions
809
+ options?: __HttpHandlerOptions,
822
810
  ): Promise<GetManagedThingConnectivityDataCommandOutput>;
823
811
  getManagedThingConnectivityData(
824
812
  args: GetManagedThingConnectivityDataCommandInput,
825
- cb: (err: any, data?: GetManagedThingConnectivityDataCommandOutput) => void
813
+ cb: (err: any, data?: GetManagedThingConnectivityDataCommandOutput) => void,
826
814
  ): void;
827
815
  getManagedThingConnectivityData(
828
816
  args: GetManagedThingConnectivityDataCommandInput,
829
817
  options: __HttpHandlerOptions,
830
- cb: (err: any, data?: GetManagedThingConnectivityDataCommandOutput) => void
818
+ cb: (err: any, data?: GetManagedThingConnectivityDataCommandOutput) => void,
831
819
  ): void;
832
820
  getManagedThingMetaData(
833
821
  args: GetManagedThingMetaDataCommandInput,
834
- options?: __HttpHandlerOptions
822
+ options?: __HttpHandlerOptions,
835
823
  ): Promise<GetManagedThingMetaDataCommandOutput>;
836
824
  getManagedThingMetaData(
837
825
  args: GetManagedThingMetaDataCommandInput,
838
- cb: (err: any, data?: GetManagedThingMetaDataCommandOutput) => void
826
+ cb: (err: any, data?: GetManagedThingMetaDataCommandOutput) => void,
839
827
  ): void;
840
828
  getManagedThingMetaData(
841
829
  args: GetManagedThingMetaDataCommandInput,
842
830
  options: __HttpHandlerOptions,
843
- cb: (err: any, data?: GetManagedThingMetaDataCommandOutput) => void
831
+ cb: (err: any, data?: GetManagedThingMetaDataCommandOutput) => void,
844
832
  ): void;
845
833
  getManagedThingState(
846
834
  args: GetManagedThingStateCommandInput,
847
- options?: __HttpHandlerOptions
835
+ options?: __HttpHandlerOptions,
848
836
  ): Promise<GetManagedThingStateCommandOutput>;
849
837
  getManagedThingState(
850
838
  args: GetManagedThingStateCommandInput,
851
- cb: (err: any, data?: GetManagedThingStateCommandOutput) => void
839
+ cb: (err: any, data?: GetManagedThingStateCommandOutput) => void,
852
840
  ): void;
853
841
  getManagedThingState(
854
842
  args: GetManagedThingStateCommandInput,
855
843
  options: __HttpHandlerOptions,
856
- cb: (err: any, data?: GetManagedThingStateCommandOutput) => void
844
+ cb: (err: any, data?: GetManagedThingStateCommandOutput) => void,
857
845
  ): void;
858
846
  getNotificationConfiguration(
859
847
  args: GetNotificationConfigurationCommandInput,
860
- options?: __HttpHandlerOptions
848
+ options?: __HttpHandlerOptions,
861
849
  ): Promise<GetNotificationConfigurationCommandOutput>;
862
850
  getNotificationConfiguration(
863
851
  args: GetNotificationConfigurationCommandInput,
864
- cb: (err: any, data?: GetNotificationConfigurationCommandOutput) => void
852
+ cb: (err: any, data?: GetNotificationConfigurationCommandOutput) => void,
865
853
  ): void;
866
854
  getNotificationConfiguration(
867
855
  args: GetNotificationConfigurationCommandInput,
868
856
  options: __HttpHandlerOptions,
869
- cb: (err: any, data?: GetNotificationConfigurationCommandOutput) => void
857
+ cb: (err: any, data?: GetNotificationConfigurationCommandOutput) => void,
870
858
  ): void;
871
859
  getOtaTask(
872
860
  args: GetOtaTaskCommandInput,
873
- options?: __HttpHandlerOptions
861
+ options?: __HttpHandlerOptions,
874
862
  ): Promise<GetOtaTaskCommandOutput>;
875
863
  getOtaTask(
876
864
  args: GetOtaTaskCommandInput,
877
- cb: (err: any, data?: GetOtaTaskCommandOutput) => void
865
+ cb: (err: any, data?: GetOtaTaskCommandOutput) => void,
878
866
  ): void;
879
867
  getOtaTask(
880
868
  args: GetOtaTaskCommandInput,
881
869
  options: __HttpHandlerOptions,
882
- cb: (err: any, data?: GetOtaTaskCommandOutput) => void
870
+ cb: (err: any, data?: GetOtaTaskCommandOutput) => void,
883
871
  ): void;
884
872
  getOtaTaskConfiguration(
885
873
  args: GetOtaTaskConfigurationCommandInput,
886
- options?: __HttpHandlerOptions
874
+ options?: __HttpHandlerOptions,
887
875
  ): Promise<GetOtaTaskConfigurationCommandOutput>;
888
876
  getOtaTaskConfiguration(
889
877
  args: GetOtaTaskConfigurationCommandInput,
890
- cb: (err: any, data?: GetOtaTaskConfigurationCommandOutput) => void
878
+ cb: (err: any, data?: GetOtaTaskConfigurationCommandOutput) => void,
891
879
  ): void;
892
880
  getOtaTaskConfiguration(
893
881
  args: GetOtaTaskConfigurationCommandInput,
894
882
  options: __HttpHandlerOptions,
895
- cb: (err: any, data?: GetOtaTaskConfigurationCommandOutput) => void
883
+ cb: (err: any, data?: GetOtaTaskConfigurationCommandOutput) => void,
896
884
  ): void;
897
885
  getProvisioningProfile(
898
886
  args: GetProvisioningProfileCommandInput,
899
- options?: __HttpHandlerOptions
887
+ options?: __HttpHandlerOptions,
900
888
  ): Promise<GetProvisioningProfileCommandOutput>;
901
889
  getProvisioningProfile(
902
890
  args: GetProvisioningProfileCommandInput,
903
- cb: (err: any, data?: GetProvisioningProfileCommandOutput) => void
891
+ cb: (err: any, data?: GetProvisioningProfileCommandOutput) => void,
904
892
  ): void;
905
893
  getProvisioningProfile(
906
894
  args: GetProvisioningProfileCommandInput,
907
895
  options: __HttpHandlerOptions,
908
- cb: (err: any, data?: GetProvisioningProfileCommandOutput) => void
896
+ cb: (err: any, data?: GetProvisioningProfileCommandOutput) => void,
909
897
  ): void;
910
898
  getRuntimeLogConfiguration(
911
899
  args: GetRuntimeLogConfigurationCommandInput,
912
- options?: __HttpHandlerOptions
900
+ options?: __HttpHandlerOptions,
913
901
  ): Promise<GetRuntimeLogConfigurationCommandOutput>;
914
902
  getRuntimeLogConfiguration(
915
903
  args: GetRuntimeLogConfigurationCommandInput,
916
- cb: (err: any, data?: GetRuntimeLogConfigurationCommandOutput) => void
904
+ cb: (err: any, data?: GetRuntimeLogConfigurationCommandOutput) => void,
917
905
  ): void;
918
906
  getRuntimeLogConfiguration(
919
907
  args: GetRuntimeLogConfigurationCommandInput,
920
908
  options: __HttpHandlerOptions,
921
- cb: (err: any, data?: GetRuntimeLogConfigurationCommandOutput) => void
909
+ cb: (err: any, data?: GetRuntimeLogConfigurationCommandOutput) => void,
922
910
  ): void;
923
911
  getSchemaVersion(
924
912
  args: GetSchemaVersionCommandInput,
925
- options?: __HttpHandlerOptions
913
+ options?: __HttpHandlerOptions,
926
914
  ): Promise<GetSchemaVersionCommandOutput>;
927
915
  getSchemaVersion(
928
916
  args: GetSchemaVersionCommandInput,
929
- cb: (err: any, data?: GetSchemaVersionCommandOutput) => void
917
+ cb: (err: any, data?: GetSchemaVersionCommandOutput) => void,
930
918
  ): void;
931
919
  getSchemaVersion(
932
920
  args: GetSchemaVersionCommandInput,
933
921
  options: __HttpHandlerOptions,
934
- cb: (err: any, data?: GetSchemaVersionCommandOutput) => void
922
+ cb: (err: any, data?: GetSchemaVersionCommandOutput) => void,
935
923
  ): void;
936
924
  listAccountAssociations(): Promise<ListAccountAssociationsCommandOutput>;
937
925
  listAccountAssociations(
938
926
  args: ListAccountAssociationsCommandInput,
939
- options?: __HttpHandlerOptions
927
+ options?: __HttpHandlerOptions,
940
928
  ): Promise<ListAccountAssociationsCommandOutput>;
941
929
  listAccountAssociations(
942
930
  args: ListAccountAssociationsCommandInput,
943
- cb: (err: any, data?: ListAccountAssociationsCommandOutput) => void
931
+ cb: (err: any, data?: ListAccountAssociationsCommandOutput) => void,
944
932
  ): void;
945
933
  listAccountAssociations(
946
934
  args: ListAccountAssociationsCommandInput,
947
935
  options: __HttpHandlerOptions,
948
- cb: (err: any, data?: ListAccountAssociationsCommandOutput) => void
936
+ cb: (err: any, data?: ListAccountAssociationsCommandOutput) => void,
949
937
  ): void;
950
938
  listCloudConnectors(): Promise<ListCloudConnectorsCommandOutput>;
951
939
  listCloudConnectors(
952
940
  args: ListCloudConnectorsCommandInput,
953
- options?: __HttpHandlerOptions
941
+ options?: __HttpHandlerOptions,
954
942
  ): Promise<ListCloudConnectorsCommandOutput>;
955
943
  listCloudConnectors(
956
944
  args: ListCloudConnectorsCommandInput,
957
- cb: (err: any, data?: ListCloudConnectorsCommandOutput) => void
945
+ cb: (err: any, data?: ListCloudConnectorsCommandOutput) => void,
958
946
  ): void;
959
947
  listCloudConnectors(
960
948
  args: ListCloudConnectorsCommandInput,
961
949
  options: __HttpHandlerOptions,
962
- cb: (err: any, data?: ListCloudConnectorsCommandOutput) => void
950
+ cb: (err: any, data?: ListCloudConnectorsCommandOutput) => void,
963
951
  ): void;
964
952
  listConnectorDestinations(): Promise<ListConnectorDestinationsCommandOutput>;
965
953
  listConnectorDestinations(
966
954
  args: ListConnectorDestinationsCommandInput,
967
- options?: __HttpHandlerOptions
955
+ options?: __HttpHandlerOptions,
968
956
  ): Promise<ListConnectorDestinationsCommandOutput>;
969
957
  listConnectorDestinations(
970
958
  args: ListConnectorDestinationsCommandInput,
971
- cb: (err: any, data?: ListConnectorDestinationsCommandOutput) => void
959
+ cb: (err: any, data?: ListConnectorDestinationsCommandOutput) => void,
972
960
  ): void;
973
961
  listConnectorDestinations(
974
962
  args: ListConnectorDestinationsCommandInput,
975
963
  options: __HttpHandlerOptions,
976
- cb: (err: any, data?: ListConnectorDestinationsCommandOutput) => void
964
+ cb: (err: any, data?: ListConnectorDestinationsCommandOutput) => void,
977
965
  ): void;
978
966
  listCredentialLockers(): Promise<ListCredentialLockersCommandOutput>;
979
967
  listCredentialLockers(
980
968
  args: ListCredentialLockersCommandInput,
981
- options?: __HttpHandlerOptions
969
+ options?: __HttpHandlerOptions,
982
970
  ): Promise<ListCredentialLockersCommandOutput>;
983
971
  listCredentialLockers(
984
972
  args: ListCredentialLockersCommandInput,
985
- cb: (err: any, data?: ListCredentialLockersCommandOutput) => void
973
+ cb: (err: any, data?: ListCredentialLockersCommandOutput) => void,
986
974
  ): void;
987
975
  listCredentialLockers(
988
976
  args: ListCredentialLockersCommandInput,
989
977
  options: __HttpHandlerOptions,
990
- cb: (err: any, data?: ListCredentialLockersCommandOutput) => void
978
+ cb: (err: any, data?: ListCredentialLockersCommandOutput) => void,
991
979
  ): void;
992
980
  listDestinations(): Promise<ListDestinationsCommandOutput>;
993
981
  listDestinations(
994
982
  args: ListDestinationsCommandInput,
995
- options?: __HttpHandlerOptions
983
+ options?: __HttpHandlerOptions,
996
984
  ): Promise<ListDestinationsCommandOutput>;
997
985
  listDestinations(
998
986
  args: ListDestinationsCommandInput,
999
- cb: (err: any, data?: ListDestinationsCommandOutput) => void
987
+ cb: (err: any, data?: ListDestinationsCommandOutput) => void,
1000
988
  ): void;
1001
989
  listDestinations(
1002
990
  args: ListDestinationsCommandInput,
1003
991
  options: __HttpHandlerOptions,
1004
- cb: (err: any, data?: ListDestinationsCommandOutput) => void
992
+ cb: (err: any, data?: ListDestinationsCommandOutput) => void,
1005
993
  ): void;
1006
994
  listDeviceDiscoveries(): Promise<ListDeviceDiscoveriesCommandOutput>;
1007
995
  listDeviceDiscoveries(
1008
996
  args: ListDeviceDiscoveriesCommandInput,
1009
- options?: __HttpHandlerOptions
997
+ options?: __HttpHandlerOptions,
1010
998
  ): Promise<ListDeviceDiscoveriesCommandOutput>;
1011
999
  listDeviceDiscoveries(
1012
1000
  args: ListDeviceDiscoveriesCommandInput,
1013
- cb: (err: any, data?: ListDeviceDiscoveriesCommandOutput) => void
1001
+ cb: (err: any, data?: ListDeviceDiscoveriesCommandOutput) => void,
1014
1002
  ): void;
1015
1003
  listDeviceDiscoveries(
1016
1004
  args: ListDeviceDiscoveriesCommandInput,
1017
1005
  options: __HttpHandlerOptions,
1018
- cb: (err: any, data?: ListDeviceDiscoveriesCommandOutput) => void
1006
+ cb: (err: any, data?: ListDeviceDiscoveriesCommandOutput) => void,
1019
1007
  ): void;
1020
1008
  listDiscoveredDevices(
1021
1009
  args: ListDiscoveredDevicesCommandInput,
1022
- options?: __HttpHandlerOptions
1010
+ options?: __HttpHandlerOptions,
1023
1011
  ): Promise<ListDiscoveredDevicesCommandOutput>;
1024
1012
  listDiscoveredDevices(
1025
1013
  args: ListDiscoveredDevicesCommandInput,
1026
- cb: (err: any, data?: ListDiscoveredDevicesCommandOutput) => void
1014
+ cb: (err: any, data?: ListDiscoveredDevicesCommandOutput) => void,
1027
1015
  ): void;
1028
1016
  listDiscoveredDevices(
1029
1017
  args: ListDiscoveredDevicesCommandInput,
1030
1018
  options: __HttpHandlerOptions,
1031
- cb: (err: any, data?: ListDiscoveredDevicesCommandOutput) => void
1019
+ cb: (err: any, data?: ListDiscoveredDevicesCommandOutput) => void,
1032
1020
  ): void;
1033
1021
  listEventLogConfigurations(): Promise<ListEventLogConfigurationsCommandOutput>;
1034
1022
  listEventLogConfigurations(
1035
1023
  args: ListEventLogConfigurationsCommandInput,
1036
- options?: __HttpHandlerOptions
1024
+ options?: __HttpHandlerOptions,
1037
1025
  ): Promise<ListEventLogConfigurationsCommandOutput>;
1038
1026
  listEventLogConfigurations(
1039
1027
  args: ListEventLogConfigurationsCommandInput,
1040
- cb: (err: any, data?: ListEventLogConfigurationsCommandOutput) => void
1028
+ cb: (err: any, data?: ListEventLogConfigurationsCommandOutput) => void,
1041
1029
  ): void;
1042
1030
  listEventLogConfigurations(
1043
1031
  args: ListEventLogConfigurationsCommandInput,
1044
1032
  options: __HttpHandlerOptions,
1045
- cb: (err: any, data?: ListEventLogConfigurationsCommandOutput) => void
1033
+ cb: (err: any, data?: ListEventLogConfigurationsCommandOutput) => void,
1046
1034
  ): void;
1047
1035
  listManagedThingAccountAssociations(): Promise<ListManagedThingAccountAssociationsCommandOutput>;
1048
1036
  listManagedThingAccountAssociations(
1049
1037
  args: ListManagedThingAccountAssociationsCommandInput,
1050
- options?: __HttpHandlerOptions
1038
+ options?: __HttpHandlerOptions,
1051
1039
  ): Promise<ListManagedThingAccountAssociationsCommandOutput>;
1052
1040
  listManagedThingAccountAssociations(
1053
1041
  args: ListManagedThingAccountAssociationsCommandInput,
1054
- cb: (
1055
- err: any,
1056
- data?: ListManagedThingAccountAssociationsCommandOutput
1057
- ) => void
1042
+ cb: (err: any, data?: ListManagedThingAccountAssociationsCommandOutput) => void,
1058
1043
  ): void;
1059
1044
  listManagedThingAccountAssociations(
1060
1045
  args: ListManagedThingAccountAssociationsCommandInput,
1061
1046
  options: __HttpHandlerOptions,
1062
- cb: (
1063
- err: any,
1064
- data?: ListManagedThingAccountAssociationsCommandOutput
1065
- ) => void
1047
+ cb: (err: any, data?: ListManagedThingAccountAssociationsCommandOutput) => void,
1066
1048
  ): void;
1067
1049
  listManagedThings(): Promise<ListManagedThingsCommandOutput>;
1068
1050
  listManagedThings(
1069
1051
  args: ListManagedThingsCommandInput,
1070
- options?: __HttpHandlerOptions
1052
+ options?: __HttpHandlerOptions,
1071
1053
  ): Promise<ListManagedThingsCommandOutput>;
1072
1054
  listManagedThings(
1073
1055
  args: ListManagedThingsCommandInput,
1074
- cb: (err: any, data?: ListManagedThingsCommandOutput) => void
1056
+ cb: (err: any, data?: ListManagedThingsCommandOutput) => void,
1075
1057
  ): void;
1076
1058
  listManagedThings(
1077
1059
  args: ListManagedThingsCommandInput,
1078
1060
  options: __HttpHandlerOptions,
1079
- cb: (err: any, data?: ListManagedThingsCommandOutput) => void
1061
+ cb: (err: any, data?: ListManagedThingsCommandOutput) => void,
1080
1062
  ): void;
1081
1063
  listManagedThingSchemas(
1082
1064
  args: ListManagedThingSchemasCommandInput,
1083
- options?: __HttpHandlerOptions
1065
+ options?: __HttpHandlerOptions,
1084
1066
  ): Promise<ListManagedThingSchemasCommandOutput>;
1085
1067
  listManagedThingSchemas(
1086
1068
  args: ListManagedThingSchemasCommandInput,
1087
- cb: (err: any, data?: ListManagedThingSchemasCommandOutput) => void
1069
+ cb: (err: any, data?: ListManagedThingSchemasCommandOutput) => void,
1088
1070
  ): void;
1089
1071
  listManagedThingSchemas(
1090
1072
  args: ListManagedThingSchemasCommandInput,
1091
1073
  options: __HttpHandlerOptions,
1092
- cb: (err: any, data?: ListManagedThingSchemasCommandOutput) => void
1074
+ cb: (err: any, data?: ListManagedThingSchemasCommandOutput) => void,
1093
1075
  ): void;
1094
1076
  listNotificationConfigurations(): Promise<ListNotificationConfigurationsCommandOutput>;
1095
1077
  listNotificationConfigurations(
1096
1078
  args: ListNotificationConfigurationsCommandInput,
1097
- options?: __HttpHandlerOptions
1079
+ options?: __HttpHandlerOptions,
1098
1080
  ): Promise<ListNotificationConfigurationsCommandOutput>;
1099
1081
  listNotificationConfigurations(
1100
1082
  args: ListNotificationConfigurationsCommandInput,
1101
- cb: (err: any, data?: ListNotificationConfigurationsCommandOutput) => void
1083
+ cb: (err: any, data?: ListNotificationConfigurationsCommandOutput) => void,
1102
1084
  ): void;
1103
1085
  listNotificationConfigurations(
1104
1086
  args: ListNotificationConfigurationsCommandInput,
1105
1087
  options: __HttpHandlerOptions,
1106
- cb: (err: any, data?: ListNotificationConfigurationsCommandOutput) => void
1088
+ cb: (err: any, data?: ListNotificationConfigurationsCommandOutput) => void,
1107
1089
  ): void;
1108
1090
  listOtaTaskConfigurations(): Promise<ListOtaTaskConfigurationsCommandOutput>;
1109
1091
  listOtaTaskConfigurations(
1110
1092
  args: ListOtaTaskConfigurationsCommandInput,
1111
- options?: __HttpHandlerOptions
1093
+ options?: __HttpHandlerOptions,
1112
1094
  ): Promise<ListOtaTaskConfigurationsCommandOutput>;
1113
1095
  listOtaTaskConfigurations(
1114
1096
  args: ListOtaTaskConfigurationsCommandInput,
1115
- cb: (err: any, data?: ListOtaTaskConfigurationsCommandOutput) => void
1097
+ cb: (err: any, data?: ListOtaTaskConfigurationsCommandOutput) => void,
1116
1098
  ): void;
1117
1099
  listOtaTaskConfigurations(
1118
1100
  args: ListOtaTaskConfigurationsCommandInput,
1119
1101
  options: __HttpHandlerOptions,
1120
- cb: (err: any, data?: ListOtaTaskConfigurationsCommandOutput) => void
1102
+ cb: (err: any, data?: ListOtaTaskConfigurationsCommandOutput) => void,
1121
1103
  ): void;
1122
1104
  listOtaTaskExecutions(
1123
1105
  args: ListOtaTaskExecutionsCommandInput,
1124
- options?: __HttpHandlerOptions
1106
+ options?: __HttpHandlerOptions,
1125
1107
  ): Promise<ListOtaTaskExecutionsCommandOutput>;
1126
1108
  listOtaTaskExecutions(
1127
1109
  args: ListOtaTaskExecutionsCommandInput,
1128
- cb: (err: any, data?: ListOtaTaskExecutionsCommandOutput) => void
1110
+ cb: (err: any, data?: ListOtaTaskExecutionsCommandOutput) => void,
1129
1111
  ): void;
1130
1112
  listOtaTaskExecutions(
1131
1113
  args: ListOtaTaskExecutionsCommandInput,
1132
1114
  options: __HttpHandlerOptions,
1133
- cb: (err: any, data?: ListOtaTaskExecutionsCommandOutput) => void
1115
+ cb: (err: any, data?: ListOtaTaskExecutionsCommandOutput) => void,
1134
1116
  ): void;
1135
1117
  listOtaTasks(): Promise<ListOtaTasksCommandOutput>;
1136
1118
  listOtaTasks(
1137
1119
  args: ListOtaTasksCommandInput,
1138
- options?: __HttpHandlerOptions
1120
+ options?: __HttpHandlerOptions,
1139
1121
  ): Promise<ListOtaTasksCommandOutput>;
1140
1122
  listOtaTasks(
1141
1123
  args: ListOtaTasksCommandInput,
1142
- cb: (err: any, data?: ListOtaTasksCommandOutput) => void
1124
+ cb: (err: any, data?: ListOtaTasksCommandOutput) => void,
1143
1125
  ): void;
1144
1126
  listOtaTasks(
1145
1127
  args: ListOtaTasksCommandInput,
1146
1128
  options: __HttpHandlerOptions,
1147
- cb: (err: any, data?: ListOtaTasksCommandOutput) => void
1129
+ cb: (err: any, data?: ListOtaTasksCommandOutput) => void,
1148
1130
  ): void;
1149
1131
  listProvisioningProfiles(): Promise<ListProvisioningProfilesCommandOutput>;
1150
1132
  listProvisioningProfiles(
1151
1133
  args: ListProvisioningProfilesCommandInput,
1152
- options?: __HttpHandlerOptions
1134
+ options?: __HttpHandlerOptions,
1153
1135
  ): Promise<ListProvisioningProfilesCommandOutput>;
1154
1136
  listProvisioningProfiles(
1155
1137
  args: ListProvisioningProfilesCommandInput,
1156
- cb: (err: any, data?: ListProvisioningProfilesCommandOutput) => void
1138
+ cb: (err: any, data?: ListProvisioningProfilesCommandOutput) => void,
1157
1139
  ): void;
1158
1140
  listProvisioningProfiles(
1159
1141
  args: ListProvisioningProfilesCommandInput,
1160
1142
  options: __HttpHandlerOptions,
1161
- cb: (err: any, data?: ListProvisioningProfilesCommandOutput) => void
1143
+ cb: (err: any, data?: ListProvisioningProfilesCommandOutput) => void,
1162
1144
  ): void;
1163
1145
  listSchemaVersions(
1164
1146
  args: ListSchemaVersionsCommandInput,
1165
- options?: __HttpHandlerOptions
1147
+ options?: __HttpHandlerOptions,
1166
1148
  ): Promise<ListSchemaVersionsCommandOutput>;
1167
1149
  listSchemaVersions(
1168
1150
  args: ListSchemaVersionsCommandInput,
1169
- cb: (err: any, data?: ListSchemaVersionsCommandOutput) => void
1151
+ cb: (err: any, data?: ListSchemaVersionsCommandOutput) => void,
1170
1152
  ): void;
1171
1153
  listSchemaVersions(
1172
1154
  args: ListSchemaVersionsCommandInput,
1173
1155
  options: __HttpHandlerOptions,
1174
- cb: (err: any, data?: ListSchemaVersionsCommandOutput) => void
1156
+ cb: (err: any, data?: ListSchemaVersionsCommandOutput) => void,
1175
1157
  ): void;
1176
1158
  listTagsForResource(
1177
1159
  args: ListTagsForResourceCommandInput,
1178
- options?: __HttpHandlerOptions
1160
+ options?: __HttpHandlerOptions,
1179
1161
  ): Promise<ListTagsForResourceCommandOutput>;
1180
1162
  listTagsForResource(
1181
1163
  args: ListTagsForResourceCommandInput,
1182
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1164
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
1183
1165
  ): void;
1184
1166
  listTagsForResource(
1185
1167
  args: ListTagsForResourceCommandInput,
1186
1168
  options: __HttpHandlerOptions,
1187
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1169
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
1188
1170
  ): void;
1189
1171
  putDefaultEncryptionConfiguration(
1190
1172
  args: PutDefaultEncryptionConfigurationCommandInput,
1191
- options?: __HttpHandlerOptions
1173
+ options?: __HttpHandlerOptions,
1192
1174
  ): Promise<PutDefaultEncryptionConfigurationCommandOutput>;
1193
1175
  putDefaultEncryptionConfiguration(
1194
1176
  args: PutDefaultEncryptionConfigurationCommandInput,
1195
- cb: (
1196
- err: any,
1197
- data?: PutDefaultEncryptionConfigurationCommandOutput
1198
- ) => void
1177
+ cb: (err: any, data?: PutDefaultEncryptionConfigurationCommandOutput) => void,
1199
1178
  ): void;
1200
1179
  putDefaultEncryptionConfiguration(
1201
1180
  args: PutDefaultEncryptionConfigurationCommandInput,
1202
1181
  options: __HttpHandlerOptions,
1203
- cb: (
1204
- err: any,
1205
- data?: PutDefaultEncryptionConfigurationCommandOutput
1206
- ) => void
1182
+ cb: (err: any, data?: PutDefaultEncryptionConfigurationCommandOutput) => void,
1207
1183
  ): void;
1208
1184
  putHubConfiguration(
1209
1185
  args: PutHubConfigurationCommandInput,
1210
- options?: __HttpHandlerOptions
1186
+ options?: __HttpHandlerOptions,
1211
1187
  ): Promise<PutHubConfigurationCommandOutput>;
1212
1188
  putHubConfiguration(
1213
1189
  args: PutHubConfigurationCommandInput,
1214
- cb: (err: any, data?: PutHubConfigurationCommandOutput) => void
1190
+ cb: (err: any, data?: PutHubConfigurationCommandOutput) => void,
1215
1191
  ): void;
1216
1192
  putHubConfiguration(
1217
1193
  args: PutHubConfigurationCommandInput,
1218
1194
  options: __HttpHandlerOptions,
1219
- cb: (err: any, data?: PutHubConfigurationCommandOutput) => void
1195
+ cb: (err: any, data?: PutHubConfigurationCommandOutput) => void,
1220
1196
  ): void;
1221
1197
  putRuntimeLogConfiguration(
1222
1198
  args: PutRuntimeLogConfigurationCommandInput,
1223
- options?: __HttpHandlerOptions
1199
+ options?: __HttpHandlerOptions,
1224
1200
  ): Promise<PutRuntimeLogConfigurationCommandOutput>;
1225
1201
  putRuntimeLogConfiguration(
1226
1202
  args: PutRuntimeLogConfigurationCommandInput,
1227
- cb: (err: any, data?: PutRuntimeLogConfigurationCommandOutput) => void
1203
+ cb: (err: any, data?: PutRuntimeLogConfigurationCommandOutput) => void,
1228
1204
  ): void;
1229
1205
  putRuntimeLogConfiguration(
1230
1206
  args: PutRuntimeLogConfigurationCommandInput,
1231
1207
  options: __HttpHandlerOptions,
1232
- cb: (err: any, data?: PutRuntimeLogConfigurationCommandOutput) => void
1208
+ cb: (err: any, data?: PutRuntimeLogConfigurationCommandOutput) => void,
1233
1209
  ): void;
1234
1210
  registerAccountAssociation(
1235
1211
  args: RegisterAccountAssociationCommandInput,
1236
- options?: __HttpHandlerOptions
1212
+ options?: __HttpHandlerOptions,
1237
1213
  ): Promise<RegisterAccountAssociationCommandOutput>;
1238
1214
  registerAccountAssociation(
1239
1215
  args: RegisterAccountAssociationCommandInput,
1240
- cb: (err: any, data?: RegisterAccountAssociationCommandOutput) => void
1216
+ cb: (err: any, data?: RegisterAccountAssociationCommandOutput) => void,
1241
1217
  ): void;
1242
1218
  registerAccountAssociation(
1243
1219
  args: RegisterAccountAssociationCommandInput,
1244
1220
  options: __HttpHandlerOptions,
1245
- cb: (err: any, data?: RegisterAccountAssociationCommandOutput) => void
1221
+ cb: (err: any, data?: RegisterAccountAssociationCommandOutput) => void,
1246
1222
  ): void;
1247
1223
  registerCustomEndpoint(): Promise<RegisterCustomEndpointCommandOutput>;
1248
1224
  registerCustomEndpoint(
1249
1225
  args: RegisterCustomEndpointCommandInput,
1250
- options?: __HttpHandlerOptions
1226
+ options?: __HttpHandlerOptions,
1251
1227
  ): Promise<RegisterCustomEndpointCommandOutput>;
1252
1228
  registerCustomEndpoint(
1253
1229
  args: RegisterCustomEndpointCommandInput,
1254
- cb: (err: any, data?: RegisterCustomEndpointCommandOutput) => void
1230
+ cb: (err: any, data?: RegisterCustomEndpointCommandOutput) => void,
1255
1231
  ): void;
1256
1232
  registerCustomEndpoint(
1257
1233
  args: RegisterCustomEndpointCommandInput,
1258
1234
  options: __HttpHandlerOptions,
1259
- cb: (err: any, data?: RegisterCustomEndpointCommandOutput) => void
1235
+ cb: (err: any, data?: RegisterCustomEndpointCommandOutput) => void,
1260
1236
  ): void;
1261
1237
  resetRuntimeLogConfiguration(
1262
1238
  args: ResetRuntimeLogConfigurationCommandInput,
1263
- options?: __HttpHandlerOptions
1239
+ options?: __HttpHandlerOptions,
1264
1240
  ): Promise<ResetRuntimeLogConfigurationCommandOutput>;
1265
1241
  resetRuntimeLogConfiguration(
1266
1242
  args: ResetRuntimeLogConfigurationCommandInput,
1267
- cb: (err: any, data?: ResetRuntimeLogConfigurationCommandOutput) => void
1243
+ cb: (err: any, data?: ResetRuntimeLogConfigurationCommandOutput) => void,
1268
1244
  ): void;
1269
1245
  resetRuntimeLogConfiguration(
1270
1246
  args: ResetRuntimeLogConfigurationCommandInput,
1271
1247
  options: __HttpHandlerOptions,
1272
- cb: (err: any, data?: ResetRuntimeLogConfigurationCommandOutput) => void
1248
+ cb: (err: any, data?: ResetRuntimeLogConfigurationCommandOutput) => void,
1273
1249
  ): void;
1274
1250
  sendConnectorEvent(
1275
1251
  args: SendConnectorEventCommandInput,
1276
- options?: __HttpHandlerOptions
1252
+ options?: __HttpHandlerOptions,
1277
1253
  ): Promise<SendConnectorEventCommandOutput>;
1278
1254
  sendConnectorEvent(
1279
1255
  args: SendConnectorEventCommandInput,
1280
- cb: (err: any, data?: SendConnectorEventCommandOutput) => void
1256
+ cb: (err: any, data?: SendConnectorEventCommandOutput) => void,
1281
1257
  ): void;
1282
1258
  sendConnectorEvent(
1283
1259
  args: SendConnectorEventCommandInput,
1284
1260
  options: __HttpHandlerOptions,
1285
- cb: (err: any, data?: SendConnectorEventCommandOutput) => void
1261
+ cb: (err: any, data?: SendConnectorEventCommandOutput) => void,
1286
1262
  ): void;
1287
1263
  sendManagedThingCommand(
1288
1264
  args: SendManagedThingCommandCommandInput,
1289
- options?: __HttpHandlerOptions
1265
+ options?: __HttpHandlerOptions,
1290
1266
  ): Promise<SendManagedThingCommandCommandOutput>;
1291
1267
  sendManagedThingCommand(
1292
1268
  args: SendManagedThingCommandCommandInput,
1293
- cb: (err: any, data?: SendManagedThingCommandCommandOutput) => void
1269
+ cb: (err: any, data?: SendManagedThingCommandCommandOutput) => void,
1294
1270
  ): void;
1295
1271
  sendManagedThingCommand(
1296
1272
  args: SendManagedThingCommandCommandInput,
1297
1273
  options: __HttpHandlerOptions,
1298
- cb: (err: any, data?: SendManagedThingCommandCommandOutput) => void
1274
+ cb: (err: any, data?: SendManagedThingCommandCommandOutput) => void,
1299
1275
  ): void;
1300
1276
  startAccountAssociationRefresh(
1301
1277
  args: StartAccountAssociationRefreshCommandInput,
1302
- options?: __HttpHandlerOptions
1278
+ options?: __HttpHandlerOptions,
1303
1279
  ): Promise<StartAccountAssociationRefreshCommandOutput>;
1304
1280
  startAccountAssociationRefresh(
1305
1281
  args: StartAccountAssociationRefreshCommandInput,
1306
- cb: (err: any, data?: StartAccountAssociationRefreshCommandOutput) => void
1282
+ cb: (err: any, data?: StartAccountAssociationRefreshCommandOutput) => void,
1307
1283
  ): void;
1308
1284
  startAccountAssociationRefresh(
1309
1285
  args: StartAccountAssociationRefreshCommandInput,
1310
1286
  options: __HttpHandlerOptions,
1311
- cb: (err: any, data?: StartAccountAssociationRefreshCommandOutput) => void
1287
+ cb: (err: any, data?: StartAccountAssociationRefreshCommandOutput) => void,
1312
1288
  ): void;
1313
1289
  startDeviceDiscovery(
1314
1290
  args: StartDeviceDiscoveryCommandInput,
1315
- options?: __HttpHandlerOptions
1291
+ options?: __HttpHandlerOptions,
1316
1292
  ): Promise<StartDeviceDiscoveryCommandOutput>;
1317
1293
  startDeviceDiscovery(
1318
1294
  args: StartDeviceDiscoveryCommandInput,
1319
- cb: (err: any, data?: StartDeviceDiscoveryCommandOutput) => void
1295
+ cb: (err: any, data?: StartDeviceDiscoveryCommandOutput) => void,
1320
1296
  ): void;
1321
1297
  startDeviceDiscovery(
1322
1298
  args: StartDeviceDiscoveryCommandInput,
1323
1299
  options: __HttpHandlerOptions,
1324
- cb: (err: any, data?: StartDeviceDiscoveryCommandOutput) => void
1300
+ cb: (err: any, data?: StartDeviceDiscoveryCommandOutput) => void,
1325
1301
  ): void;
1326
1302
  tagResource(
1327
1303
  args: TagResourceCommandInput,
1328
- options?: __HttpHandlerOptions
1304
+ options?: __HttpHandlerOptions,
1329
1305
  ): Promise<TagResourceCommandOutput>;
1330
1306
  tagResource(
1331
1307
  args: TagResourceCommandInput,
1332
- cb: (err: any, data?: TagResourceCommandOutput) => void
1308
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
1333
1309
  ): void;
1334
1310
  tagResource(
1335
1311
  args: TagResourceCommandInput,
1336
1312
  options: __HttpHandlerOptions,
1337
- cb: (err: any, data?: TagResourceCommandOutput) => void
1313
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
1338
1314
  ): void;
1339
1315
  untagResource(
1340
1316
  args: UntagResourceCommandInput,
1341
- options?: __HttpHandlerOptions
1317
+ options?: __HttpHandlerOptions,
1342
1318
  ): Promise<UntagResourceCommandOutput>;
1343
1319
  untagResource(
1344
1320
  args: UntagResourceCommandInput,
1345
- cb: (err: any, data?: UntagResourceCommandOutput) => void
1321
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
1346
1322
  ): void;
1347
1323
  untagResource(
1348
1324
  args: UntagResourceCommandInput,
1349
1325
  options: __HttpHandlerOptions,
1350
- cb: (err: any, data?: UntagResourceCommandOutput) => void
1326
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
1351
1327
  ): void;
1352
1328
  updateAccountAssociation(
1353
1329
  args: UpdateAccountAssociationCommandInput,
1354
- options?: __HttpHandlerOptions
1330
+ options?: __HttpHandlerOptions,
1355
1331
  ): Promise<UpdateAccountAssociationCommandOutput>;
1356
1332
  updateAccountAssociation(
1357
1333
  args: UpdateAccountAssociationCommandInput,
1358
- cb: (err: any, data?: UpdateAccountAssociationCommandOutput) => void
1334
+ cb: (err: any, data?: UpdateAccountAssociationCommandOutput) => void,
1359
1335
  ): void;
1360
1336
  updateAccountAssociation(
1361
1337
  args: UpdateAccountAssociationCommandInput,
1362
1338
  options: __HttpHandlerOptions,
1363
- cb: (err: any, data?: UpdateAccountAssociationCommandOutput) => void
1339
+ cb: (err: any, data?: UpdateAccountAssociationCommandOutput) => void,
1364
1340
  ): void;
1365
1341
  updateCloudConnector(
1366
1342
  args: UpdateCloudConnectorCommandInput,
1367
- options?: __HttpHandlerOptions
1343
+ options?: __HttpHandlerOptions,
1368
1344
  ): Promise<UpdateCloudConnectorCommandOutput>;
1369
1345
  updateCloudConnector(
1370
1346
  args: UpdateCloudConnectorCommandInput,
1371
- cb: (err: any, data?: UpdateCloudConnectorCommandOutput) => void
1347
+ cb: (err: any, data?: UpdateCloudConnectorCommandOutput) => void,
1372
1348
  ): void;
1373
1349
  updateCloudConnector(
1374
1350
  args: UpdateCloudConnectorCommandInput,
1375
1351
  options: __HttpHandlerOptions,
1376
- cb: (err: any, data?: UpdateCloudConnectorCommandOutput) => void
1352
+ cb: (err: any, data?: UpdateCloudConnectorCommandOutput) => void,
1377
1353
  ): void;
1378
1354
  updateConnectorDestination(
1379
1355
  args: UpdateConnectorDestinationCommandInput,
1380
- options?: __HttpHandlerOptions
1356
+ options?: __HttpHandlerOptions,
1381
1357
  ): Promise<UpdateConnectorDestinationCommandOutput>;
1382
1358
  updateConnectorDestination(
1383
1359
  args: UpdateConnectorDestinationCommandInput,
1384
- cb: (err: any, data?: UpdateConnectorDestinationCommandOutput) => void
1360
+ cb: (err: any, data?: UpdateConnectorDestinationCommandOutput) => void,
1385
1361
  ): void;
1386
1362
  updateConnectorDestination(
1387
1363
  args: UpdateConnectorDestinationCommandInput,
1388
1364
  options: __HttpHandlerOptions,
1389
- cb: (err: any, data?: UpdateConnectorDestinationCommandOutput) => void
1365
+ cb: (err: any, data?: UpdateConnectorDestinationCommandOutput) => void,
1390
1366
  ): void;
1391
1367
  updateDestination(
1392
1368
  args: UpdateDestinationCommandInput,
1393
- options?: __HttpHandlerOptions
1369
+ options?: __HttpHandlerOptions,
1394
1370
  ): Promise<UpdateDestinationCommandOutput>;
1395
1371
  updateDestination(
1396
1372
  args: UpdateDestinationCommandInput,
1397
- cb: (err: any, data?: UpdateDestinationCommandOutput) => void
1373
+ cb: (err: any, data?: UpdateDestinationCommandOutput) => void,
1398
1374
  ): void;
1399
1375
  updateDestination(
1400
1376
  args: UpdateDestinationCommandInput,
1401
1377
  options: __HttpHandlerOptions,
1402
- cb: (err: any, data?: UpdateDestinationCommandOutput) => void
1378
+ cb: (err: any, data?: UpdateDestinationCommandOutput) => void,
1403
1379
  ): void;
1404
1380
  updateEventLogConfiguration(
1405
1381
  args: UpdateEventLogConfigurationCommandInput,
1406
- options?: __HttpHandlerOptions
1382
+ options?: __HttpHandlerOptions,
1407
1383
  ): Promise<UpdateEventLogConfigurationCommandOutput>;
1408
1384
  updateEventLogConfiguration(
1409
1385
  args: UpdateEventLogConfigurationCommandInput,
1410
- cb: (err: any, data?: UpdateEventLogConfigurationCommandOutput) => void
1386
+ cb: (err: any, data?: UpdateEventLogConfigurationCommandOutput) => void,
1411
1387
  ): void;
1412
1388
  updateEventLogConfiguration(
1413
1389
  args: UpdateEventLogConfigurationCommandInput,
1414
1390
  options: __HttpHandlerOptions,
1415
- cb: (err: any, data?: UpdateEventLogConfigurationCommandOutput) => void
1391
+ cb: (err: any, data?: UpdateEventLogConfigurationCommandOutput) => void,
1416
1392
  ): void;
1417
1393
  updateManagedThing(
1418
1394
  args: UpdateManagedThingCommandInput,
1419
- options?: __HttpHandlerOptions
1395
+ options?: __HttpHandlerOptions,
1420
1396
  ): Promise<UpdateManagedThingCommandOutput>;
1421
1397
  updateManagedThing(
1422
1398
  args: UpdateManagedThingCommandInput,
1423
- cb: (err: any, data?: UpdateManagedThingCommandOutput) => void
1399
+ cb: (err: any, data?: UpdateManagedThingCommandOutput) => void,
1424
1400
  ): void;
1425
1401
  updateManagedThing(
1426
1402
  args: UpdateManagedThingCommandInput,
1427
1403
  options: __HttpHandlerOptions,
1428
- cb: (err: any, data?: UpdateManagedThingCommandOutput) => void
1404
+ cb: (err: any, data?: UpdateManagedThingCommandOutput) => void,
1429
1405
  ): void;
1430
1406
  updateNotificationConfiguration(
1431
1407
  args: UpdateNotificationConfigurationCommandInput,
1432
- options?: __HttpHandlerOptions
1408
+ options?: __HttpHandlerOptions,
1433
1409
  ): Promise<UpdateNotificationConfigurationCommandOutput>;
1434
1410
  updateNotificationConfiguration(
1435
1411
  args: UpdateNotificationConfigurationCommandInput,
1436
- cb: (err: any, data?: UpdateNotificationConfigurationCommandOutput) => void
1412
+ cb: (err: any, data?: UpdateNotificationConfigurationCommandOutput) => void,
1437
1413
  ): void;
1438
1414
  updateNotificationConfiguration(
1439
1415
  args: UpdateNotificationConfigurationCommandInput,
1440
1416
  options: __HttpHandlerOptions,
1441
- cb: (err: any, data?: UpdateNotificationConfigurationCommandOutput) => void
1417
+ cb: (err: any, data?: UpdateNotificationConfigurationCommandOutput) => void,
1442
1418
  ): void;
1443
1419
  updateOtaTask(
1444
1420
  args: UpdateOtaTaskCommandInput,
1445
- options?: __HttpHandlerOptions
1421
+ options?: __HttpHandlerOptions,
1446
1422
  ): Promise<UpdateOtaTaskCommandOutput>;
1447
1423
  updateOtaTask(
1448
1424
  args: UpdateOtaTaskCommandInput,
1449
- cb: (err: any, data?: UpdateOtaTaskCommandOutput) => void
1425
+ cb: (err: any, data?: UpdateOtaTaskCommandOutput) => void,
1450
1426
  ): void;
1451
1427
  updateOtaTask(
1452
1428
  args: UpdateOtaTaskCommandInput,
1453
1429
  options: __HttpHandlerOptions,
1454
- cb: (err: any, data?: UpdateOtaTaskCommandOutput) => void
1430
+ cb: (err: any, data?: UpdateOtaTaskCommandOutput) => void,
1455
1431
  ): void;
1456
1432
  paginateListAccountAssociations(
1457
1433
  args?: ListAccountAssociationsCommandInput,
1458
1434
  paginationConfig?: Pick<
1459
1435
  PaginationConfiguration,
1460
1436
  Exclude<keyof PaginationConfiguration, "client">
1461
- >
1437
+ >,
1462
1438
  ): Paginator<ListAccountAssociationsCommandOutput>;
1463
1439
  paginateListCloudConnectors(
1464
1440
  args?: ListCloudConnectorsCommandInput,
1465
1441
  paginationConfig?: Pick<
1466
1442
  PaginationConfiguration,
1467
1443
  Exclude<keyof PaginationConfiguration, "client">
1468
- >
1444
+ >,
1469
1445
  ): Paginator<ListCloudConnectorsCommandOutput>;
1470
1446
  paginateListConnectorDestinations(
1471
1447
  args?: ListConnectorDestinationsCommandInput,
1472
1448
  paginationConfig?: Pick<
1473
1449
  PaginationConfiguration,
1474
1450
  Exclude<keyof PaginationConfiguration, "client">
1475
- >
1451
+ >,
1476
1452
  ): Paginator<ListConnectorDestinationsCommandOutput>;
1477
1453
  paginateListCredentialLockers(
1478
1454
  args?: ListCredentialLockersCommandInput,
1479
1455
  paginationConfig?: Pick<
1480
1456
  PaginationConfiguration,
1481
1457
  Exclude<keyof PaginationConfiguration, "client">
1482
- >
1458
+ >,
1483
1459
  ): Paginator<ListCredentialLockersCommandOutput>;
1484
1460
  paginateListDestinations(
1485
1461
  args?: ListDestinationsCommandInput,
1486
1462
  paginationConfig?: Pick<
1487
1463
  PaginationConfiguration,
1488
1464
  Exclude<keyof PaginationConfiguration, "client">
1489
- >
1465
+ >,
1490
1466
  ): Paginator<ListDestinationsCommandOutput>;
1491
1467
  paginateListDeviceDiscoveries(
1492
1468
  args?: ListDeviceDiscoveriesCommandInput,
1493
1469
  paginationConfig?: Pick<
1494
1470
  PaginationConfiguration,
1495
1471
  Exclude<keyof PaginationConfiguration, "client">
1496
- >
1472
+ >,
1497
1473
  ): Paginator<ListDeviceDiscoveriesCommandOutput>;
1498
1474
  paginateListDiscoveredDevices(
1499
1475
  args: ListDiscoveredDevicesCommandInput,
1500
1476
  paginationConfig?: Pick<
1501
1477
  PaginationConfiguration,
1502
1478
  Exclude<keyof PaginationConfiguration, "client">
1503
- >
1479
+ >,
1504
1480
  ): Paginator<ListDiscoveredDevicesCommandOutput>;
1505
1481
  paginateListEventLogConfigurations(
1506
1482
  args?: ListEventLogConfigurationsCommandInput,
1507
1483
  paginationConfig?: Pick<
1508
1484
  PaginationConfiguration,
1509
1485
  Exclude<keyof PaginationConfiguration, "client">
1510
- >
1486
+ >,
1511
1487
  ): Paginator<ListEventLogConfigurationsCommandOutput>;
1512
1488
  paginateListManagedThingAccountAssociations(
1513
1489
  args?: ListManagedThingAccountAssociationsCommandInput,
1514
1490
  paginationConfig?: Pick<
1515
1491
  PaginationConfiguration,
1516
1492
  Exclude<keyof PaginationConfiguration, "client">
1517
- >
1493
+ >,
1518
1494
  ): Paginator<ListManagedThingAccountAssociationsCommandOutput>;
1519
1495
  paginateListManagedThings(
1520
1496
  args?: ListManagedThingsCommandInput,
1521
1497
  paginationConfig?: Pick<
1522
1498
  PaginationConfiguration,
1523
1499
  Exclude<keyof PaginationConfiguration, "client">
1524
- >
1500
+ >,
1525
1501
  ): Paginator<ListManagedThingsCommandOutput>;
1526
1502
  paginateListManagedThingSchemas(
1527
1503
  args: ListManagedThingSchemasCommandInput,
1528
1504
  paginationConfig?: Pick<
1529
1505
  PaginationConfiguration,
1530
1506
  Exclude<keyof PaginationConfiguration, "client">
1531
- >
1507
+ >,
1532
1508
  ): Paginator<ListManagedThingSchemasCommandOutput>;
1533
1509
  paginateListNotificationConfigurations(
1534
1510
  args?: ListNotificationConfigurationsCommandInput,
1535
1511
  paginationConfig?: Pick<
1536
1512
  PaginationConfiguration,
1537
1513
  Exclude<keyof PaginationConfiguration, "client">
1538
- >
1514
+ >,
1539
1515
  ): Paginator<ListNotificationConfigurationsCommandOutput>;
1540
1516
  paginateListOtaTaskConfigurations(
1541
1517
  args?: ListOtaTaskConfigurationsCommandInput,
1542
1518
  paginationConfig?: Pick<
1543
1519
  PaginationConfiguration,
1544
1520
  Exclude<keyof PaginationConfiguration, "client">
1545
- >
1521
+ >,
1546
1522
  ): Paginator<ListOtaTaskConfigurationsCommandOutput>;
1547
1523
  paginateListOtaTaskExecutions(
1548
1524
  args: ListOtaTaskExecutionsCommandInput,
1549
1525
  paginationConfig?: Pick<
1550
1526
  PaginationConfiguration,
1551
1527
  Exclude<keyof PaginationConfiguration, "client">
1552
- >
1528
+ >,
1553
1529
  ): Paginator<ListOtaTaskExecutionsCommandOutput>;
1554
1530
  paginateListOtaTasks(
1555
1531
  args?: ListOtaTasksCommandInput,
1556
1532
  paginationConfig?: Pick<
1557
1533
  PaginationConfiguration,
1558
1534
  Exclude<keyof PaginationConfiguration, "client">
1559
- >
1535
+ >,
1560
1536
  ): Paginator<ListOtaTasksCommandOutput>;
1561
1537
  paginateListProvisioningProfiles(
1562
1538
  args?: ListProvisioningProfilesCommandInput,
1563
1539
  paginationConfig?: Pick<
1564
1540
  PaginationConfiguration,
1565
1541
  Exclude<keyof PaginationConfiguration, "client">
1566
- >
1542
+ >,
1567
1543
  ): Paginator<ListProvisioningProfilesCommandOutput>;
1568
1544
  paginateListSchemaVersions(
1569
1545
  args: ListSchemaVersionsCommandInput,
1570
1546
  paginationConfig?: Pick<
1571
1547
  PaginationConfiguration,
1572
1548
  Exclude<keyof PaginationConfiguration, "client">
1573
- >
1549
+ >,
1574
1550
  ): Paginator<ListSchemaVersionsCommandOutput>;
1575
1551
  }
1576
1552
  export declare class IoTManagedIntegrations