@aws-sdk/client-cloudwatch-logs 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 (137) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/CloudWatchLogs.d.ts +378 -407
  3. package/dist-types/ts3.4/CloudWatchLogsClient.d.ts +11 -36
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  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/AssociateKmsKeyCommand.d.ts +2 -2
  8. package/dist-types/ts3.4/commands/AssociateSourceToS3TableIntegrationCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +2 -2
  10. package/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/CreateDeliveryCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/CreateExportTaskCommand.d.ts +4 -9
  13. package/dist-types/ts3.4/commands/CreateImportTaskCommand.d.ts +4 -9
  14. package/dist-types/ts3.4/commands/CreateLogAnomalyDetectorCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/CreateLogGroupCommand.d.ts +2 -2
  16. package/dist-types/ts3.4/commands/CreateLogStreamCommand.d.ts +2 -2
  17. package/dist-types/ts3.4/commands/CreateLookupTableCommand.d.ts +5 -10
  18. package/dist-types/ts3.4/commands/CreateScheduledQueryCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/DeleteAccountPolicyCommand.d.ts +3 -4
  20. package/dist-types/ts3.4/commands/DeleteDataProtectionPolicyCommand.d.ts +4 -6
  21. package/dist-types/ts3.4/commands/DeleteDeliveryCommand.d.ts +2 -2
  22. package/dist-types/ts3.4/commands/DeleteDeliveryDestinationCommand.d.ts +4 -6
  23. package/dist-types/ts3.4/commands/DeleteDeliveryDestinationPolicyCommand.d.ts +4 -6
  24. package/dist-types/ts3.4/commands/DeleteDeliverySourceCommand.d.ts +3 -4
  25. package/dist-types/ts3.4/commands/DeleteDestinationCommand.d.ts +3 -4
  26. package/dist-types/ts3.4/commands/DeleteIndexPolicyCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +5 -10
  28. package/dist-types/ts3.4/commands/DeleteLogAnomalyDetectorCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DeleteLogGroupCommand.d.ts +2 -2
  30. package/dist-types/ts3.4/commands/DeleteLogStreamCommand.d.ts +2 -2
  31. package/dist-types/ts3.4/commands/DeleteLookupTableCommand.d.ts +3 -4
  32. package/dist-types/ts3.4/commands/DeleteMetricFilterCommand.d.ts +3 -4
  33. package/dist-types/ts3.4/commands/DeleteQueryDefinitionCommand.d.ts +5 -10
  34. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +2 -3
  35. package/dist-types/ts3.4/commands/DeleteRetentionPolicyCommand.d.ts +3 -4
  36. package/dist-types/ts3.4/commands/DeleteScheduledQueryCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/commands/DeleteSubscriptionFilterCommand.d.ts +4 -6
  38. package/dist-types/ts3.4/commands/DeleteSyslogConfigurationCommand.d.ts +4 -6
  39. package/dist-types/ts3.4/commands/DeleteTransformerCommand.d.ts +3 -4
  40. package/dist-types/ts3.4/commands/DescribeAccountPoliciesCommand.d.ts +4 -6
  41. package/dist-types/ts3.4/commands/DescribeConfigurationTemplatesCommand.d.ts +3 -5
  42. package/dist-types/ts3.4/commands/DescribeDeliveriesCommand.d.ts +4 -9
  43. package/dist-types/ts3.4/commands/DescribeDeliveryDestinationsCommand.d.ts +3 -5
  44. package/dist-types/ts3.4/commands/DescribeDeliverySourcesCommand.d.ts +3 -5
  45. package/dist-types/ts3.4/commands/DescribeDestinationsCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +4 -9
  47. package/dist-types/ts3.4/commands/DescribeFieldIndexesCommand.d.ts +5 -10
  48. package/dist-types/ts3.4/commands/DescribeImportTaskBatchesCommand.d.ts +4 -6
  49. package/dist-types/ts3.4/commands/DescribeImportTasksCommand.d.ts +4 -9
  50. package/dist-types/ts3.4/commands/DescribeIndexPoliciesCommand.d.ts +5 -10
  51. package/dist-types/ts3.4/commands/DescribeLogGroupsCommand.d.ts +4 -9
  52. package/dist-types/ts3.4/commands/DescribeLogStreamsCommand.d.ts +4 -9
  53. package/dist-types/ts3.4/commands/DescribeLookupTablesCommand.d.ts +4 -9
  54. package/dist-types/ts3.4/commands/DescribeMetricFiltersCommand.d.ts +4 -9
  55. package/dist-types/ts3.4/commands/DescribeQueriesCommand.d.ts +3 -8
  56. package/dist-types/ts3.4/commands/DescribeQueryDefinitionsCommand.d.ts +3 -5
  57. package/dist-types/ts3.4/commands/DescribeResourcePoliciesCommand.d.ts +3 -5
  58. package/dist-types/ts3.4/commands/DescribeSubscriptionFiltersCommand.d.ts +4 -6
  59. package/dist-types/ts3.4/commands/DisassociateKmsKeyCommand.d.ts +2 -3
  60. package/dist-types/ts3.4/commands/DisassociateSourceFromS3TableIntegrationCommand.d.ts +4 -6
  61. package/dist-types/ts3.4/commands/FilterLogEventsCommand.d.ts +3 -8
  62. package/dist-types/ts3.4/commands/GetDataProtectionPolicyCommand.d.ts +4 -6
  63. package/dist-types/ts3.4/commands/GetDeliveryCommand.d.ts +3 -5
  64. package/dist-types/ts3.4/commands/GetDeliveryDestinationCommand.d.ts +5 -10
  65. package/dist-types/ts3.4/commands/GetDeliveryDestinationPolicyCommand.d.ts +4 -6
  66. package/dist-types/ts3.4/commands/GetDeliverySourceCommand.d.ts +5 -10
  67. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +4 -9
  68. package/dist-types/ts3.4/commands/GetLogAnomalyDetectorCommand.d.ts +5 -10
  69. package/dist-types/ts3.4/commands/GetLogEventsCommand.d.ts +3 -5
  70. package/dist-types/ts3.4/commands/GetLogFieldsCommand.d.ts +3 -5
  71. package/dist-types/ts3.4/commands/GetLogGroupFieldsCommand.d.ts +4 -9
  72. package/dist-types/ts3.4/commands/GetLogObjectCommand.d.ts +3 -5
  73. package/dist-types/ts3.4/commands/GetLogRecordCommand.d.ts +3 -5
  74. package/dist-types/ts3.4/commands/GetLookupTableCommand.d.ts +4 -9
  75. package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +4 -9
  76. package/dist-types/ts3.4/commands/GetScheduledQueryCommand.d.ts +5 -10
  77. package/dist-types/ts3.4/commands/GetScheduledQueryHistoryCommand.d.ts +4 -6
  78. package/dist-types/ts3.4/commands/GetStorageTierPolicyCommand.d.ts +4 -9
  79. package/dist-types/ts3.4/commands/GetTransformerCommand.d.ts +4 -9
  80. package/dist-types/ts3.4/commands/ListAggregateLogGroupSummariesCommand.d.ts +4 -6
  81. package/dist-types/ts3.4/commands/ListAnomaliesCommand.d.ts +3 -8
  82. package/dist-types/ts3.4/commands/ListIntegrationsCommand.d.ts +3 -8
  83. package/dist-types/ts3.4/commands/ListLogAnomalyDetectorsCommand.d.ts +3 -5
  84. package/dist-types/ts3.4/commands/ListLogGroupsCommand.d.ts +3 -8
  85. package/dist-types/ts3.4/commands/ListLogGroupsForQueryCommand.d.ts +5 -10
  86. package/dist-types/ts3.4/commands/ListScheduledQueriesCommand.d.ts +4 -9
  87. package/dist-types/ts3.4/commands/ListSourcesForS3TableIntegrationCommand.d.ts +4 -6
  88. package/dist-types/ts3.4/commands/ListSyslogConfigurationsCommand.d.ts +3 -5
  89. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  90. package/dist-types/ts3.4/commands/ListTagsLogGroupCommand.d.ts +4 -9
  91. package/dist-types/ts3.4/commands/PutAccountPolicyCommand.d.ts +4 -9
  92. package/dist-types/ts3.4/commands/PutBearerTokenAuthenticationCommand.d.ts +4 -6
  93. package/dist-types/ts3.4/commands/PutDataProtectionPolicyCommand.d.ts +4 -6
  94. package/dist-types/ts3.4/commands/PutDeliveryDestinationCommand.d.ts +5 -10
  95. package/dist-types/ts3.4/commands/PutDeliveryDestinationPolicyCommand.d.ts +4 -6
  96. package/dist-types/ts3.4/commands/PutDeliverySourceCommand.d.ts +5 -10
  97. package/dist-types/ts3.4/commands/PutDestinationCommand.d.ts +4 -9
  98. package/dist-types/ts3.4/commands/PutDestinationPolicyCommand.d.ts +3 -4
  99. package/dist-types/ts3.4/commands/PutIndexPolicyCommand.d.ts +4 -9
  100. package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +4 -9
  101. package/dist-types/ts3.4/commands/PutLogEventsCommand.d.ts +3 -5
  102. package/dist-types/ts3.4/commands/PutLogGroupDeletionProtectionCommand.d.ts +4 -6
  103. package/dist-types/ts3.4/commands/PutMetricFilterCommand.d.ts +2 -2
  104. package/dist-types/ts3.4/commands/PutQueryDefinitionCommand.d.ts +5 -10
  105. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +4 -9
  106. package/dist-types/ts3.4/commands/PutRetentionPolicyCommand.d.ts +3 -4
  107. package/dist-types/ts3.4/commands/PutStorageTierPolicyCommand.d.ts +5 -10
  108. package/dist-types/ts3.4/commands/PutSubscriptionFilterCommand.d.ts +3 -4
  109. package/dist-types/ts3.4/commands/PutSyslogConfigurationCommand.d.ts +3 -4
  110. package/dist-types/ts3.4/commands/PutTransformerCommand.d.ts +2 -2
  111. package/dist-types/ts3.4/commands/StartLiveTailCommand.d.ts +4 -9
  112. package/dist-types/ts3.4/commands/StartQueryCommand.d.ts +3 -5
  113. package/dist-types/ts3.4/commands/StopQueryCommand.d.ts +7 -5
  114. package/dist-types/ts3.4/commands/TagLogGroupCommand.d.ts +2 -2
  115. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  116. package/dist-types/ts3.4/commands/TestMetricFilterCommand.d.ts +3 -5
  117. package/dist-types/ts3.4/commands/TestTransformerCommand.d.ts +4 -9
  118. package/dist-types/ts3.4/commands/UntagLogGroupCommand.d.ts +2 -2
  119. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  120. package/dist-types/ts3.4/commands/UpdateAnomalyCommand.d.ts +2 -2
  121. package/dist-types/ts3.4/commands/UpdateDeliveryConfigurationCommand.d.ts +4 -6
  122. package/dist-types/ts3.4/commands/UpdateLogAnomalyDetectorCommand.d.ts +4 -6
  123. package/dist-types/ts3.4/commands/UpdateLookupTableCommand.d.ts +5 -10
  124. package/dist-types/ts3.4/commands/UpdateScheduledQueryCommand.d.ts +5 -10
  125. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  126. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  127. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  128. package/dist-types/ts3.4/models/enums.d.ts +14 -28
  129. package/dist-types/ts3.4/models/errors.d.ts +20 -60
  130. package/dist-types/ts3.4/models/models_0.d.ts +3 -9
  131. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  132. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  133. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  134. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  135. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  136. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  137. package/package.json +40 -40
@@ -228,10 +228,7 @@ import {
228
228
  GetDataProtectionPolicyCommandInput,
229
229
  GetDataProtectionPolicyCommandOutput,
230
230
  } from "./commands/GetDataProtectionPolicyCommand";
231
- import {
232
- GetDeliveryCommandInput,
233
- GetDeliveryCommandOutput,
234
- } from "./commands/GetDeliveryCommand";
231
+ import { GetDeliveryCommandInput, GetDeliveryCommandOutput } from "./commands/GetDeliveryCommand";
235
232
  import {
236
233
  GetDeliveryDestinationCommandInput,
237
234
  GetDeliveryDestinationCommandOutput,
@@ -424,22 +421,10 @@ import {
424
421
  StartLiveTailCommandInput,
425
422
  StartLiveTailCommandOutput,
426
423
  } from "./commands/StartLiveTailCommand";
427
- import {
428
- StartQueryCommandInput,
429
- StartQueryCommandOutput,
430
- } from "./commands/StartQueryCommand";
431
- import {
432
- StopQueryCommandInput,
433
- StopQueryCommandOutput,
434
- } from "./commands/StopQueryCommand";
435
- import {
436
- TagLogGroupCommandInput,
437
- TagLogGroupCommandOutput,
438
- } from "./commands/TagLogGroupCommand";
439
- import {
440
- TagResourceCommandInput,
441
- TagResourceCommandOutput,
442
- } from "./commands/TagResourceCommand";
424
+ import { StartQueryCommandInput, StartQueryCommandOutput } from "./commands/StartQueryCommand";
425
+ import { StopQueryCommandInput, StopQueryCommandOutput } from "./commands/StopQueryCommand";
426
+ import { TagLogGroupCommandInput, TagLogGroupCommandOutput } from "./commands/TagLogGroupCommand";
427
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
443
428
  import {
444
429
  TestMetricFilterCommandInput,
445
430
  TestMetricFilterCommandOutput,
@@ -479,1703 +464,1689 @@ import {
479
464
  export interface CloudWatchLogs {
480
465
  associateKmsKey(
481
466
  args: AssociateKmsKeyCommandInput,
482
- options?: __HttpHandlerOptions
467
+ options?: __HttpHandlerOptions,
483
468
  ): Promise<AssociateKmsKeyCommandOutput>;
484
469
  associateKmsKey(
485
470
  args: AssociateKmsKeyCommandInput,
486
- cb: (err: any, data?: AssociateKmsKeyCommandOutput) => void
471
+ cb: (err: any, data?: AssociateKmsKeyCommandOutput) => void,
487
472
  ): void;
488
473
  associateKmsKey(
489
474
  args: AssociateKmsKeyCommandInput,
490
475
  options: __HttpHandlerOptions,
491
- cb: (err: any, data?: AssociateKmsKeyCommandOutput) => void
476
+ cb: (err: any, data?: AssociateKmsKeyCommandOutput) => void,
492
477
  ): void;
493
478
  associateSourceToS3TableIntegration(
494
479
  args: AssociateSourceToS3TableIntegrationCommandInput,
495
- options?: __HttpHandlerOptions
480
+ options?: __HttpHandlerOptions,
496
481
  ): Promise<AssociateSourceToS3TableIntegrationCommandOutput>;
497
482
  associateSourceToS3TableIntegration(
498
483
  args: AssociateSourceToS3TableIntegrationCommandInput,
499
- cb: (
500
- err: any,
501
- data?: AssociateSourceToS3TableIntegrationCommandOutput
502
- ) => void
484
+ cb: (err: any, data?: AssociateSourceToS3TableIntegrationCommandOutput) => void,
503
485
  ): void;
504
486
  associateSourceToS3TableIntegration(
505
487
  args: AssociateSourceToS3TableIntegrationCommandInput,
506
488
  options: __HttpHandlerOptions,
507
- cb: (
508
- err: any,
509
- data?: AssociateSourceToS3TableIntegrationCommandOutput
510
- ) => void
489
+ cb: (err: any, data?: AssociateSourceToS3TableIntegrationCommandOutput) => void,
511
490
  ): void;
512
491
  cancelExportTask(
513
492
  args: CancelExportTaskCommandInput,
514
- options?: __HttpHandlerOptions
493
+ options?: __HttpHandlerOptions,
515
494
  ): Promise<CancelExportTaskCommandOutput>;
516
495
  cancelExportTask(
517
496
  args: CancelExportTaskCommandInput,
518
- cb: (err: any, data?: CancelExportTaskCommandOutput) => void
497
+ cb: (err: any, data?: CancelExportTaskCommandOutput) => void,
519
498
  ): void;
520
499
  cancelExportTask(
521
500
  args: CancelExportTaskCommandInput,
522
501
  options: __HttpHandlerOptions,
523
- cb: (err: any, data?: CancelExportTaskCommandOutput) => void
502
+ cb: (err: any, data?: CancelExportTaskCommandOutput) => void,
524
503
  ): void;
525
504
  cancelImportTask(
526
505
  args: CancelImportTaskCommandInput,
527
- options?: __HttpHandlerOptions
506
+ options?: __HttpHandlerOptions,
528
507
  ): Promise<CancelImportTaskCommandOutput>;
529
508
  cancelImportTask(
530
509
  args: CancelImportTaskCommandInput,
531
- cb: (err: any, data?: CancelImportTaskCommandOutput) => void
510
+ cb: (err: any, data?: CancelImportTaskCommandOutput) => void,
532
511
  ): void;
533
512
  cancelImportTask(
534
513
  args: CancelImportTaskCommandInput,
535
514
  options: __HttpHandlerOptions,
536
- cb: (err: any, data?: CancelImportTaskCommandOutput) => void
515
+ cb: (err: any, data?: CancelImportTaskCommandOutput) => void,
537
516
  ): void;
538
517
  createDelivery(
539
518
  args: CreateDeliveryCommandInput,
540
- options?: __HttpHandlerOptions
519
+ options?: __HttpHandlerOptions,
541
520
  ): Promise<CreateDeliveryCommandOutput>;
542
521
  createDelivery(
543
522
  args: CreateDeliveryCommandInput,
544
- cb: (err: any, data?: CreateDeliveryCommandOutput) => void
523
+ cb: (err: any, data?: CreateDeliveryCommandOutput) => void,
545
524
  ): void;
546
525
  createDelivery(
547
526
  args: CreateDeliveryCommandInput,
548
527
  options: __HttpHandlerOptions,
549
- cb: (err: any, data?: CreateDeliveryCommandOutput) => void
528
+ cb: (err: any, data?: CreateDeliveryCommandOutput) => void,
550
529
  ): void;
551
530
  createExportTask(
552
531
  args: CreateExportTaskCommandInput,
553
- options?: __HttpHandlerOptions
532
+ options?: __HttpHandlerOptions,
554
533
  ): Promise<CreateExportTaskCommandOutput>;
555
534
  createExportTask(
556
535
  args: CreateExportTaskCommandInput,
557
- cb: (err: any, data?: CreateExportTaskCommandOutput) => void
536
+ cb: (err: any, data?: CreateExportTaskCommandOutput) => void,
558
537
  ): void;
559
538
  createExportTask(
560
539
  args: CreateExportTaskCommandInput,
561
540
  options: __HttpHandlerOptions,
562
- cb: (err: any, data?: CreateExportTaskCommandOutput) => void
541
+ cb: (err: any, data?: CreateExportTaskCommandOutput) => void,
563
542
  ): void;
564
543
  createImportTask(
565
544
  args: CreateImportTaskCommandInput,
566
- options?: __HttpHandlerOptions
545
+ options?: __HttpHandlerOptions,
567
546
  ): Promise<CreateImportTaskCommandOutput>;
568
547
  createImportTask(
569
548
  args: CreateImportTaskCommandInput,
570
- cb: (err: any, data?: CreateImportTaskCommandOutput) => void
549
+ cb: (err: any, data?: CreateImportTaskCommandOutput) => void,
571
550
  ): void;
572
551
  createImportTask(
573
552
  args: CreateImportTaskCommandInput,
574
553
  options: __HttpHandlerOptions,
575
- cb: (err: any, data?: CreateImportTaskCommandOutput) => void
554
+ cb: (err: any, data?: CreateImportTaskCommandOutput) => void,
576
555
  ): void;
577
556
  createLogAnomalyDetector(
578
557
  args: CreateLogAnomalyDetectorCommandInput,
579
- options?: __HttpHandlerOptions
558
+ options?: __HttpHandlerOptions,
580
559
  ): Promise<CreateLogAnomalyDetectorCommandOutput>;
581
560
  createLogAnomalyDetector(
582
561
  args: CreateLogAnomalyDetectorCommandInput,
583
- cb: (err: any, data?: CreateLogAnomalyDetectorCommandOutput) => void
562
+ cb: (err: any, data?: CreateLogAnomalyDetectorCommandOutput) => void,
584
563
  ): void;
585
564
  createLogAnomalyDetector(
586
565
  args: CreateLogAnomalyDetectorCommandInput,
587
566
  options: __HttpHandlerOptions,
588
- cb: (err: any, data?: CreateLogAnomalyDetectorCommandOutput) => void
567
+ cb: (err: any, data?: CreateLogAnomalyDetectorCommandOutput) => void,
589
568
  ): void;
590
569
  createLogGroup(
591
570
  args: CreateLogGroupCommandInput,
592
- options?: __HttpHandlerOptions
571
+ options?: __HttpHandlerOptions,
593
572
  ): Promise<CreateLogGroupCommandOutput>;
594
573
  createLogGroup(
595
574
  args: CreateLogGroupCommandInput,
596
- cb: (err: any, data?: CreateLogGroupCommandOutput) => void
575
+ cb: (err: any, data?: CreateLogGroupCommandOutput) => void,
597
576
  ): void;
598
577
  createLogGroup(
599
578
  args: CreateLogGroupCommandInput,
600
579
  options: __HttpHandlerOptions,
601
- cb: (err: any, data?: CreateLogGroupCommandOutput) => void
580
+ cb: (err: any, data?: CreateLogGroupCommandOutput) => void,
602
581
  ): void;
603
582
  createLogStream(
604
583
  args: CreateLogStreamCommandInput,
605
- options?: __HttpHandlerOptions
584
+ options?: __HttpHandlerOptions,
606
585
  ): Promise<CreateLogStreamCommandOutput>;
607
586
  createLogStream(
608
587
  args: CreateLogStreamCommandInput,
609
- cb: (err: any, data?: CreateLogStreamCommandOutput) => void
588
+ cb: (err: any, data?: CreateLogStreamCommandOutput) => void,
610
589
  ): void;
611
590
  createLogStream(
612
591
  args: CreateLogStreamCommandInput,
613
592
  options: __HttpHandlerOptions,
614
- cb: (err: any, data?: CreateLogStreamCommandOutput) => void
593
+ cb: (err: any, data?: CreateLogStreamCommandOutput) => void,
615
594
  ): void;
616
595
  createLookupTable(
617
596
  args: CreateLookupTableCommandInput,
618
- options?: __HttpHandlerOptions
597
+ options?: __HttpHandlerOptions,
619
598
  ): Promise<CreateLookupTableCommandOutput>;
620
599
  createLookupTable(
621
600
  args: CreateLookupTableCommandInput,
622
- cb: (err: any, data?: CreateLookupTableCommandOutput) => void
601
+ cb: (err: any, data?: CreateLookupTableCommandOutput) => void,
623
602
  ): void;
624
603
  createLookupTable(
625
604
  args: CreateLookupTableCommandInput,
626
605
  options: __HttpHandlerOptions,
627
- cb: (err: any, data?: CreateLookupTableCommandOutput) => void
606
+ cb: (err: any, data?: CreateLookupTableCommandOutput) => void,
628
607
  ): void;
629
608
  createScheduledQuery(
630
609
  args: CreateScheduledQueryCommandInput,
631
- options?: __HttpHandlerOptions
610
+ options?: __HttpHandlerOptions,
632
611
  ): Promise<CreateScheduledQueryCommandOutput>;
633
612
  createScheduledQuery(
634
613
  args: CreateScheduledQueryCommandInput,
635
- cb: (err: any, data?: CreateScheduledQueryCommandOutput) => void
614
+ cb: (err: any, data?: CreateScheduledQueryCommandOutput) => void,
636
615
  ): void;
637
616
  createScheduledQuery(
638
617
  args: CreateScheduledQueryCommandInput,
639
618
  options: __HttpHandlerOptions,
640
- cb: (err: any, data?: CreateScheduledQueryCommandOutput) => void
619
+ cb: (err: any, data?: CreateScheduledQueryCommandOutput) => void,
641
620
  ): void;
642
621
  deleteAccountPolicy(
643
622
  args: DeleteAccountPolicyCommandInput,
644
- options?: __HttpHandlerOptions
623
+ options?: __HttpHandlerOptions,
645
624
  ): Promise<DeleteAccountPolicyCommandOutput>;
646
625
  deleteAccountPolicy(
647
626
  args: DeleteAccountPolicyCommandInput,
648
- cb: (err: any, data?: DeleteAccountPolicyCommandOutput) => void
627
+ cb: (err: any, data?: DeleteAccountPolicyCommandOutput) => void,
649
628
  ): void;
650
629
  deleteAccountPolicy(
651
630
  args: DeleteAccountPolicyCommandInput,
652
631
  options: __HttpHandlerOptions,
653
- cb: (err: any, data?: DeleteAccountPolicyCommandOutput) => void
632
+ cb: (err: any, data?: DeleteAccountPolicyCommandOutput) => void,
654
633
  ): void;
655
634
  deleteDataProtectionPolicy(
656
635
  args: DeleteDataProtectionPolicyCommandInput,
657
- options?: __HttpHandlerOptions
636
+ options?: __HttpHandlerOptions,
658
637
  ): Promise<DeleteDataProtectionPolicyCommandOutput>;
659
638
  deleteDataProtectionPolicy(
660
639
  args: DeleteDataProtectionPolicyCommandInput,
661
- cb: (err: any, data?: DeleteDataProtectionPolicyCommandOutput) => void
640
+ cb: (err: any, data?: DeleteDataProtectionPolicyCommandOutput) => void,
662
641
  ): void;
663
642
  deleteDataProtectionPolicy(
664
643
  args: DeleteDataProtectionPolicyCommandInput,
665
644
  options: __HttpHandlerOptions,
666
- cb: (err: any, data?: DeleteDataProtectionPolicyCommandOutput) => void
645
+ cb: (err: any, data?: DeleteDataProtectionPolicyCommandOutput) => void,
667
646
  ): void;
668
647
  deleteDelivery(
669
648
  args: DeleteDeliveryCommandInput,
670
- options?: __HttpHandlerOptions
649
+ options?: __HttpHandlerOptions,
671
650
  ): Promise<DeleteDeliveryCommandOutput>;
672
651
  deleteDelivery(
673
652
  args: DeleteDeliveryCommandInput,
674
- cb: (err: any, data?: DeleteDeliveryCommandOutput) => void
653
+ cb: (err: any, data?: DeleteDeliveryCommandOutput) => void,
675
654
  ): void;
676
655
  deleteDelivery(
677
656
  args: DeleteDeliveryCommandInput,
678
657
  options: __HttpHandlerOptions,
679
- cb: (err: any, data?: DeleteDeliveryCommandOutput) => void
658
+ cb: (err: any, data?: DeleteDeliveryCommandOutput) => void,
680
659
  ): void;
681
660
  deleteDeliveryDestination(
682
661
  args: DeleteDeliveryDestinationCommandInput,
683
- options?: __HttpHandlerOptions
662
+ options?: __HttpHandlerOptions,
684
663
  ): Promise<DeleteDeliveryDestinationCommandOutput>;
685
664
  deleteDeliveryDestination(
686
665
  args: DeleteDeliveryDestinationCommandInput,
687
- cb: (err: any, data?: DeleteDeliveryDestinationCommandOutput) => void
666
+ cb: (err: any, data?: DeleteDeliveryDestinationCommandOutput) => void,
688
667
  ): void;
689
668
  deleteDeliveryDestination(
690
669
  args: DeleteDeliveryDestinationCommandInput,
691
670
  options: __HttpHandlerOptions,
692
- cb: (err: any, data?: DeleteDeliveryDestinationCommandOutput) => void
671
+ cb: (err: any, data?: DeleteDeliveryDestinationCommandOutput) => void,
693
672
  ): void;
694
673
  deleteDeliveryDestinationPolicy(
695
674
  args: DeleteDeliveryDestinationPolicyCommandInput,
696
- options?: __HttpHandlerOptions
675
+ options?: __HttpHandlerOptions,
697
676
  ): Promise<DeleteDeliveryDestinationPolicyCommandOutput>;
698
677
  deleteDeliveryDestinationPolicy(
699
678
  args: DeleteDeliveryDestinationPolicyCommandInput,
700
- cb: (err: any, data?: DeleteDeliveryDestinationPolicyCommandOutput) => void
679
+ cb: (err: any, data?: DeleteDeliveryDestinationPolicyCommandOutput) => void,
701
680
  ): void;
702
681
  deleteDeliveryDestinationPolicy(
703
682
  args: DeleteDeliveryDestinationPolicyCommandInput,
704
683
  options: __HttpHandlerOptions,
705
- cb: (err: any, data?: DeleteDeliveryDestinationPolicyCommandOutput) => void
684
+ cb: (err: any, data?: DeleteDeliveryDestinationPolicyCommandOutput) => void,
706
685
  ): void;
707
686
  deleteDeliverySource(
708
687
  args: DeleteDeliverySourceCommandInput,
709
- options?: __HttpHandlerOptions
688
+ options?: __HttpHandlerOptions,
710
689
  ): Promise<DeleteDeliverySourceCommandOutput>;
711
690
  deleteDeliverySource(
712
691
  args: DeleteDeliverySourceCommandInput,
713
- cb: (err: any, data?: DeleteDeliverySourceCommandOutput) => void
692
+ cb: (err: any, data?: DeleteDeliverySourceCommandOutput) => void,
714
693
  ): void;
715
694
  deleteDeliverySource(
716
695
  args: DeleteDeliverySourceCommandInput,
717
696
  options: __HttpHandlerOptions,
718
- cb: (err: any, data?: DeleteDeliverySourceCommandOutput) => void
697
+ cb: (err: any, data?: DeleteDeliverySourceCommandOutput) => void,
719
698
  ): void;
720
699
  deleteDestination(
721
700
  args: DeleteDestinationCommandInput,
722
- options?: __HttpHandlerOptions
701
+ options?: __HttpHandlerOptions,
723
702
  ): Promise<DeleteDestinationCommandOutput>;
724
703
  deleteDestination(
725
704
  args: DeleteDestinationCommandInput,
726
- cb: (err: any, data?: DeleteDestinationCommandOutput) => void
705
+ cb: (err: any, data?: DeleteDestinationCommandOutput) => void,
727
706
  ): void;
728
707
  deleteDestination(
729
708
  args: DeleteDestinationCommandInput,
730
709
  options: __HttpHandlerOptions,
731
- cb: (err: any, data?: DeleteDestinationCommandOutput) => void
710
+ cb: (err: any, data?: DeleteDestinationCommandOutput) => void,
732
711
  ): void;
733
712
  deleteIndexPolicy(
734
713
  args: DeleteIndexPolicyCommandInput,
735
- options?: __HttpHandlerOptions
714
+ options?: __HttpHandlerOptions,
736
715
  ): Promise<DeleteIndexPolicyCommandOutput>;
737
716
  deleteIndexPolicy(
738
717
  args: DeleteIndexPolicyCommandInput,
739
- cb: (err: any, data?: DeleteIndexPolicyCommandOutput) => void
718
+ cb: (err: any, data?: DeleteIndexPolicyCommandOutput) => void,
740
719
  ): void;
741
720
  deleteIndexPolicy(
742
721
  args: DeleteIndexPolicyCommandInput,
743
722
  options: __HttpHandlerOptions,
744
- cb: (err: any, data?: DeleteIndexPolicyCommandOutput) => void
723
+ cb: (err: any, data?: DeleteIndexPolicyCommandOutput) => void,
745
724
  ): void;
746
725
  deleteIntegration(
747
726
  args: DeleteIntegrationCommandInput,
748
- options?: __HttpHandlerOptions
727
+ options?: __HttpHandlerOptions,
749
728
  ): Promise<DeleteIntegrationCommandOutput>;
750
729
  deleteIntegration(
751
730
  args: DeleteIntegrationCommandInput,
752
- cb: (err: any, data?: DeleteIntegrationCommandOutput) => void
731
+ cb: (err: any, data?: DeleteIntegrationCommandOutput) => void,
753
732
  ): void;
754
733
  deleteIntegration(
755
734
  args: DeleteIntegrationCommandInput,
756
735
  options: __HttpHandlerOptions,
757
- cb: (err: any, data?: DeleteIntegrationCommandOutput) => void
736
+ cb: (err: any, data?: DeleteIntegrationCommandOutput) => void,
758
737
  ): void;
759
738
  deleteLogAnomalyDetector(
760
739
  args: DeleteLogAnomalyDetectorCommandInput,
761
- options?: __HttpHandlerOptions
740
+ options?: __HttpHandlerOptions,
762
741
  ): Promise<DeleteLogAnomalyDetectorCommandOutput>;
763
742
  deleteLogAnomalyDetector(
764
743
  args: DeleteLogAnomalyDetectorCommandInput,
765
- cb: (err: any, data?: DeleteLogAnomalyDetectorCommandOutput) => void
744
+ cb: (err: any, data?: DeleteLogAnomalyDetectorCommandOutput) => void,
766
745
  ): void;
767
746
  deleteLogAnomalyDetector(
768
747
  args: DeleteLogAnomalyDetectorCommandInput,
769
748
  options: __HttpHandlerOptions,
770
- cb: (err: any, data?: DeleteLogAnomalyDetectorCommandOutput) => void
749
+ cb: (err: any, data?: DeleteLogAnomalyDetectorCommandOutput) => void,
771
750
  ): void;
772
751
  deleteLogGroup(
773
752
  args: DeleteLogGroupCommandInput,
774
- options?: __HttpHandlerOptions
753
+ options?: __HttpHandlerOptions,
775
754
  ): Promise<DeleteLogGroupCommandOutput>;
776
755
  deleteLogGroup(
777
756
  args: DeleteLogGroupCommandInput,
778
- cb: (err: any, data?: DeleteLogGroupCommandOutput) => void
757
+ cb: (err: any, data?: DeleteLogGroupCommandOutput) => void,
779
758
  ): void;
780
759
  deleteLogGroup(
781
760
  args: DeleteLogGroupCommandInput,
782
761
  options: __HttpHandlerOptions,
783
- cb: (err: any, data?: DeleteLogGroupCommandOutput) => void
762
+ cb: (err: any, data?: DeleteLogGroupCommandOutput) => void,
784
763
  ): void;
785
764
  deleteLogStream(
786
765
  args: DeleteLogStreamCommandInput,
787
- options?: __HttpHandlerOptions
766
+ options?: __HttpHandlerOptions,
788
767
  ): Promise<DeleteLogStreamCommandOutput>;
789
768
  deleteLogStream(
790
769
  args: DeleteLogStreamCommandInput,
791
- cb: (err: any, data?: DeleteLogStreamCommandOutput) => void
770
+ cb: (err: any, data?: DeleteLogStreamCommandOutput) => void,
792
771
  ): void;
793
772
  deleteLogStream(
794
773
  args: DeleteLogStreamCommandInput,
795
774
  options: __HttpHandlerOptions,
796
- cb: (err: any, data?: DeleteLogStreamCommandOutput) => void
775
+ cb: (err: any, data?: DeleteLogStreamCommandOutput) => void,
797
776
  ): void;
798
777
  deleteLookupTable(
799
778
  args: DeleteLookupTableCommandInput,
800
- options?: __HttpHandlerOptions
779
+ options?: __HttpHandlerOptions,
801
780
  ): Promise<DeleteLookupTableCommandOutput>;
802
781
  deleteLookupTable(
803
782
  args: DeleteLookupTableCommandInput,
804
- cb: (err: any, data?: DeleteLookupTableCommandOutput) => void
783
+ cb: (err: any, data?: DeleteLookupTableCommandOutput) => void,
805
784
  ): void;
806
785
  deleteLookupTable(
807
786
  args: DeleteLookupTableCommandInput,
808
787
  options: __HttpHandlerOptions,
809
- cb: (err: any, data?: DeleteLookupTableCommandOutput) => void
788
+ cb: (err: any, data?: DeleteLookupTableCommandOutput) => void,
810
789
  ): void;
811
790
  deleteMetricFilter(
812
791
  args: DeleteMetricFilterCommandInput,
813
- options?: __HttpHandlerOptions
792
+ options?: __HttpHandlerOptions,
814
793
  ): Promise<DeleteMetricFilterCommandOutput>;
815
794
  deleteMetricFilter(
816
795
  args: DeleteMetricFilterCommandInput,
817
- cb: (err: any, data?: DeleteMetricFilterCommandOutput) => void
796
+ cb: (err: any, data?: DeleteMetricFilterCommandOutput) => void,
818
797
  ): void;
819
798
  deleteMetricFilter(
820
799
  args: DeleteMetricFilterCommandInput,
821
800
  options: __HttpHandlerOptions,
822
- cb: (err: any, data?: DeleteMetricFilterCommandOutput) => void
801
+ cb: (err: any, data?: DeleteMetricFilterCommandOutput) => void,
823
802
  ): void;
824
803
  deleteQueryDefinition(
825
804
  args: DeleteQueryDefinitionCommandInput,
826
- options?: __HttpHandlerOptions
805
+ options?: __HttpHandlerOptions,
827
806
  ): Promise<DeleteQueryDefinitionCommandOutput>;
828
807
  deleteQueryDefinition(
829
808
  args: DeleteQueryDefinitionCommandInput,
830
- cb: (err: any, data?: DeleteQueryDefinitionCommandOutput) => void
809
+ cb: (err: any, data?: DeleteQueryDefinitionCommandOutput) => void,
831
810
  ): void;
832
811
  deleteQueryDefinition(
833
812
  args: DeleteQueryDefinitionCommandInput,
834
813
  options: __HttpHandlerOptions,
835
- cb: (err: any, data?: DeleteQueryDefinitionCommandOutput) => void
814
+ cb: (err: any, data?: DeleteQueryDefinitionCommandOutput) => void,
836
815
  ): void;
837
816
  deleteResourcePolicy(): Promise<DeleteResourcePolicyCommandOutput>;
838
817
  deleteResourcePolicy(
839
818
  args: DeleteResourcePolicyCommandInput,
840
- options?: __HttpHandlerOptions
819
+ options?: __HttpHandlerOptions,
841
820
  ): Promise<DeleteResourcePolicyCommandOutput>;
842
821
  deleteResourcePolicy(
843
822
  args: DeleteResourcePolicyCommandInput,
844
- cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
823
+ cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void,
845
824
  ): void;
846
825
  deleteResourcePolicy(
847
826
  args: DeleteResourcePolicyCommandInput,
848
827
  options: __HttpHandlerOptions,
849
- cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
828
+ cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void,
850
829
  ): void;
851
830
  deleteRetentionPolicy(
852
831
  args: DeleteRetentionPolicyCommandInput,
853
- options?: __HttpHandlerOptions
832
+ options?: __HttpHandlerOptions,
854
833
  ): Promise<DeleteRetentionPolicyCommandOutput>;
855
834
  deleteRetentionPolicy(
856
835
  args: DeleteRetentionPolicyCommandInput,
857
- cb: (err: any, data?: DeleteRetentionPolicyCommandOutput) => void
836
+ cb: (err: any, data?: DeleteRetentionPolicyCommandOutput) => void,
858
837
  ): void;
859
838
  deleteRetentionPolicy(
860
839
  args: DeleteRetentionPolicyCommandInput,
861
840
  options: __HttpHandlerOptions,
862
- cb: (err: any, data?: DeleteRetentionPolicyCommandOutput) => void
841
+ cb: (err: any, data?: DeleteRetentionPolicyCommandOutput) => void,
863
842
  ): void;
864
843
  deleteScheduledQuery(
865
844
  args: DeleteScheduledQueryCommandInput,
866
- options?: __HttpHandlerOptions
845
+ options?: __HttpHandlerOptions,
867
846
  ): Promise<DeleteScheduledQueryCommandOutput>;
868
847
  deleteScheduledQuery(
869
848
  args: DeleteScheduledQueryCommandInput,
870
- cb: (err: any, data?: DeleteScheduledQueryCommandOutput) => void
849
+ cb: (err: any, data?: DeleteScheduledQueryCommandOutput) => void,
871
850
  ): void;
872
851
  deleteScheduledQuery(
873
852
  args: DeleteScheduledQueryCommandInput,
874
853
  options: __HttpHandlerOptions,
875
- cb: (err: any, data?: DeleteScheduledQueryCommandOutput) => void
854
+ cb: (err: any, data?: DeleteScheduledQueryCommandOutput) => void,
876
855
  ): void;
877
856
  deleteSubscriptionFilter(
878
857
  args: DeleteSubscriptionFilterCommandInput,
879
- options?: __HttpHandlerOptions
858
+ options?: __HttpHandlerOptions,
880
859
  ): Promise<DeleteSubscriptionFilterCommandOutput>;
881
860
  deleteSubscriptionFilter(
882
861
  args: DeleteSubscriptionFilterCommandInput,
883
- cb: (err: any, data?: DeleteSubscriptionFilterCommandOutput) => void
862
+ cb: (err: any, data?: DeleteSubscriptionFilterCommandOutput) => void,
884
863
  ): void;
885
864
  deleteSubscriptionFilter(
886
865
  args: DeleteSubscriptionFilterCommandInput,
887
866
  options: __HttpHandlerOptions,
888
- cb: (err: any, data?: DeleteSubscriptionFilterCommandOutput) => void
867
+ cb: (err: any, data?: DeleteSubscriptionFilterCommandOutput) => void,
889
868
  ): void;
890
869
  deleteSyslogConfiguration(
891
870
  args: DeleteSyslogConfigurationCommandInput,
892
- options?: __HttpHandlerOptions
871
+ options?: __HttpHandlerOptions,
893
872
  ): Promise<DeleteSyslogConfigurationCommandOutput>;
894
873
  deleteSyslogConfiguration(
895
874
  args: DeleteSyslogConfigurationCommandInput,
896
- cb: (err: any, data?: DeleteSyslogConfigurationCommandOutput) => void
875
+ cb: (err: any, data?: DeleteSyslogConfigurationCommandOutput) => void,
897
876
  ): void;
898
877
  deleteSyslogConfiguration(
899
878
  args: DeleteSyslogConfigurationCommandInput,
900
879
  options: __HttpHandlerOptions,
901
- cb: (err: any, data?: DeleteSyslogConfigurationCommandOutput) => void
880
+ cb: (err: any, data?: DeleteSyslogConfigurationCommandOutput) => void,
902
881
  ): void;
903
882
  deleteTransformer(
904
883
  args: DeleteTransformerCommandInput,
905
- options?: __HttpHandlerOptions
884
+ options?: __HttpHandlerOptions,
906
885
  ): Promise<DeleteTransformerCommandOutput>;
907
886
  deleteTransformer(
908
887
  args: DeleteTransformerCommandInput,
909
- cb: (err: any, data?: DeleteTransformerCommandOutput) => void
888
+ cb: (err: any, data?: DeleteTransformerCommandOutput) => void,
910
889
  ): void;
911
890
  deleteTransformer(
912
891
  args: DeleteTransformerCommandInput,
913
892
  options: __HttpHandlerOptions,
914
- cb: (err: any, data?: DeleteTransformerCommandOutput) => void
893
+ cb: (err: any, data?: DeleteTransformerCommandOutput) => void,
915
894
  ): void;
916
895
  describeAccountPolicies(
917
896
  args: DescribeAccountPoliciesCommandInput,
918
- options?: __HttpHandlerOptions
897
+ options?: __HttpHandlerOptions,
919
898
  ): Promise<DescribeAccountPoliciesCommandOutput>;
920
899
  describeAccountPolicies(
921
900
  args: DescribeAccountPoliciesCommandInput,
922
- cb: (err: any, data?: DescribeAccountPoliciesCommandOutput) => void
901
+ cb: (err: any, data?: DescribeAccountPoliciesCommandOutput) => void,
923
902
  ): void;
924
903
  describeAccountPolicies(
925
904
  args: DescribeAccountPoliciesCommandInput,
926
905
  options: __HttpHandlerOptions,
927
- cb: (err: any, data?: DescribeAccountPoliciesCommandOutput) => void
906
+ cb: (err: any, data?: DescribeAccountPoliciesCommandOutput) => void,
928
907
  ): void;
929
908
  describeConfigurationTemplates(): Promise<DescribeConfigurationTemplatesCommandOutput>;
930
909
  describeConfigurationTemplates(
931
910
  args: DescribeConfigurationTemplatesCommandInput,
932
- options?: __HttpHandlerOptions
911
+ options?: __HttpHandlerOptions,
933
912
  ): Promise<DescribeConfigurationTemplatesCommandOutput>;
934
913
  describeConfigurationTemplates(
935
914
  args: DescribeConfigurationTemplatesCommandInput,
936
- cb: (err: any, data?: DescribeConfigurationTemplatesCommandOutput) => void
915
+ cb: (err: any, data?: DescribeConfigurationTemplatesCommandOutput) => void,
937
916
  ): void;
938
917
  describeConfigurationTemplates(
939
918
  args: DescribeConfigurationTemplatesCommandInput,
940
919
  options: __HttpHandlerOptions,
941
- cb: (err: any, data?: DescribeConfigurationTemplatesCommandOutput) => void
920
+ cb: (err: any, data?: DescribeConfigurationTemplatesCommandOutput) => void,
942
921
  ): void;
943
922
  describeDeliveries(): Promise<DescribeDeliveriesCommandOutput>;
944
923
  describeDeliveries(
945
924
  args: DescribeDeliveriesCommandInput,
946
- options?: __HttpHandlerOptions
925
+ options?: __HttpHandlerOptions,
947
926
  ): Promise<DescribeDeliveriesCommandOutput>;
948
927
  describeDeliveries(
949
928
  args: DescribeDeliveriesCommandInput,
950
- cb: (err: any, data?: DescribeDeliveriesCommandOutput) => void
929
+ cb: (err: any, data?: DescribeDeliveriesCommandOutput) => void,
951
930
  ): void;
952
931
  describeDeliveries(
953
932
  args: DescribeDeliveriesCommandInput,
954
933
  options: __HttpHandlerOptions,
955
- cb: (err: any, data?: DescribeDeliveriesCommandOutput) => void
934
+ cb: (err: any, data?: DescribeDeliveriesCommandOutput) => void,
956
935
  ): void;
957
936
  describeDeliveryDestinations(): Promise<DescribeDeliveryDestinationsCommandOutput>;
958
937
  describeDeliveryDestinations(
959
938
  args: DescribeDeliveryDestinationsCommandInput,
960
- options?: __HttpHandlerOptions
939
+ options?: __HttpHandlerOptions,
961
940
  ): Promise<DescribeDeliveryDestinationsCommandOutput>;
962
941
  describeDeliveryDestinations(
963
942
  args: DescribeDeliveryDestinationsCommandInput,
964
- cb: (err: any, data?: DescribeDeliveryDestinationsCommandOutput) => void
943
+ cb: (err: any, data?: DescribeDeliveryDestinationsCommandOutput) => void,
965
944
  ): void;
966
945
  describeDeliveryDestinations(
967
946
  args: DescribeDeliveryDestinationsCommandInput,
968
947
  options: __HttpHandlerOptions,
969
- cb: (err: any, data?: DescribeDeliveryDestinationsCommandOutput) => void
948
+ cb: (err: any, data?: DescribeDeliveryDestinationsCommandOutput) => void,
970
949
  ): void;
971
950
  describeDeliverySources(): Promise<DescribeDeliverySourcesCommandOutput>;
972
951
  describeDeliverySources(
973
952
  args: DescribeDeliverySourcesCommandInput,
974
- options?: __HttpHandlerOptions
953
+ options?: __HttpHandlerOptions,
975
954
  ): Promise<DescribeDeliverySourcesCommandOutput>;
976
955
  describeDeliverySources(
977
956
  args: DescribeDeliverySourcesCommandInput,
978
- cb: (err: any, data?: DescribeDeliverySourcesCommandOutput) => void
957
+ cb: (err: any, data?: DescribeDeliverySourcesCommandOutput) => void,
979
958
  ): void;
980
959
  describeDeliverySources(
981
960
  args: DescribeDeliverySourcesCommandInput,
982
961
  options: __HttpHandlerOptions,
983
- cb: (err: any, data?: DescribeDeliverySourcesCommandOutput) => void
962
+ cb: (err: any, data?: DescribeDeliverySourcesCommandOutput) => void,
984
963
  ): void;
985
964
  describeDestinations(): Promise<DescribeDestinationsCommandOutput>;
986
965
  describeDestinations(
987
966
  args: DescribeDestinationsCommandInput,
988
- options?: __HttpHandlerOptions
967
+ options?: __HttpHandlerOptions,
989
968
  ): Promise<DescribeDestinationsCommandOutput>;
990
969
  describeDestinations(
991
970
  args: DescribeDestinationsCommandInput,
992
- cb: (err: any, data?: DescribeDestinationsCommandOutput) => void
971
+ cb: (err: any, data?: DescribeDestinationsCommandOutput) => void,
993
972
  ): void;
994
973
  describeDestinations(
995
974
  args: DescribeDestinationsCommandInput,
996
975
  options: __HttpHandlerOptions,
997
- cb: (err: any, data?: DescribeDestinationsCommandOutput) => void
976
+ cb: (err: any, data?: DescribeDestinationsCommandOutput) => void,
998
977
  ): void;
999
978
  describeExportTasks(): Promise<DescribeExportTasksCommandOutput>;
1000
979
  describeExportTasks(
1001
980
  args: DescribeExportTasksCommandInput,
1002
- options?: __HttpHandlerOptions
981
+ options?: __HttpHandlerOptions,
1003
982
  ): Promise<DescribeExportTasksCommandOutput>;
1004
983
  describeExportTasks(
1005
984
  args: DescribeExportTasksCommandInput,
1006
- cb: (err: any, data?: DescribeExportTasksCommandOutput) => void
985
+ cb: (err: any, data?: DescribeExportTasksCommandOutput) => void,
1007
986
  ): void;
1008
987
  describeExportTasks(
1009
988
  args: DescribeExportTasksCommandInput,
1010
989
  options: __HttpHandlerOptions,
1011
- cb: (err: any, data?: DescribeExportTasksCommandOutput) => void
990
+ cb: (err: any, data?: DescribeExportTasksCommandOutput) => void,
1012
991
  ): void;
1013
992
  describeFieldIndexes(
1014
993
  args: DescribeFieldIndexesCommandInput,
1015
- options?: __HttpHandlerOptions
994
+ options?: __HttpHandlerOptions,
1016
995
  ): Promise<DescribeFieldIndexesCommandOutput>;
1017
996
  describeFieldIndexes(
1018
997
  args: DescribeFieldIndexesCommandInput,
1019
- cb: (err: any, data?: DescribeFieldIndexesCommandOutput) => void
998
+ cb: (err: any, data?: DescribeFieldIndexesCommandOutput) => void,
1020
999
  ): void;
1021
1000
  describeFieldIndexes(
1022
1001
  args: DescribeFieldIndexesCommandInput,
1023
1002
  options: __HttpHandlerOptions,
1024
- cb: (err: any, data?: DescribeFieldIndexesCommandOutput) => void
1003
+ cb: (err: any, data?: DescribeFieldIndexesCommandOutput) => void,
1025
1004
  ): void;
1026
1005
  describeImportTaskBatches(
1027
1006
  args: DescribeImportTaskBatchesCommandInput,
1028
- options?: __HttpHandlerOptions
1007
+ options?: __HttpHandlerOptions,
1029
1008
  ): Promise<DescribeImportTaskBatchesCommandOutput>;
1030
1009
  describeImportTaskBatches(
1031
1010
  args: DescribeImportTaskBatchesCommandInput,
1032
- cb: (err: any, data?: DescribeImportTaskBatchesCommandOutput) => void
1011
+ cb: (err: any, data?: DescribeImportTaskBatchesCommandOutput) => void,
1033
1012
  ): void;
1034
1013
  describeImportTaskBatches(
1035
1014
  args: DescribeImportTaskBatchesCommandInput,
1036
1015
  options: __HttpHandlerOptions,
1037
- cb: (err: any, data?: DescribeImportTaskBatchesCommandOutput) => void
1016
+ cb: (err: any, data?: DescribeImportTaskBatchesCommandOutput) => void,
1038
1017
  ): void;
1039
1018
  describeImportTasks(): Promise<DescribeImportTasksCommandOutput>;
1040
1019
  describeImportTasks(
1041
1020
  args: DescribeImportTasksCommandInput,
1042
- options?: __HttpHandlerOptions
1021
+ options?: __HttpHandlerOptions,
1043
1022
  ): Promise<DescribeImportTasksCommandOutput>;
1044
1023
  describeImportTasks(
1045
1024
  args: DescribeImportTasksCommandInput,
1046
- cb: (err: any, data?: DescribeImportTasksCommandOutput) => void
1025
+ cb: (err: any, data?: DescribeImportTasksCommandOutput) => void,
1047
1026
  ): void;
1048
1027
  describeImportTasks(
1049
1028
  args: DescribeImportTasksCommandInput,
1050
1029
  options: __HttpHandlerOptions,
1051
- cb: (err: any, data?: DescribeImportTasksCommandOutput) => void
1030
+ cb: (err: any, data?: DescribeImportTasksCommandOutput) => void,
1052
1031
  ): void;
1053
1032
  describeIndexPolicies(
1054
1033
  args: DescribeIndexPoliciesCommandInput,
1055
- options?: __HttpHandlerOptions
1034
+ options?: __HttpHandlerOptions,
1056
1035
  ): Promise<DescribeIndexPoliciesCommandOutput>;
1057
1036
  describeIndexPolicies(
1058
1037
  args: DescribeIndexPoliciesCommandInput,
1059
- cb: (err: any, data?: DescribeIndexPoliciesCommandOutput) => void
1038
+ cb: (err: any, data?: DescribeIndexPoliciesCommandOutput) => void,
1060
1039
  ): void;
1061
1040
  describeIndexPolicies(
1062
1041
  args: DescribeIndexPoliciesCommandInput,
1063
1042
  options: __HttpHandlerOptions,
1064
- cb: (err: any, data?: DescribeIndexPoliciesCommandOutput) => void
1043
+ cb: (err: any, data?: DescribeIndexPoliciesCommandOutput) => void,
1065
1044
  ): void;
1066
1045
  describeLogGroups(): Promise<DescribeLogGroupsCommandOutput>;
1067
1046
  describeLogGroups(
1068
1047
  args: DescribeLogGroupsCommandInput,
1069
- options?: __HttpHandlerOptions
1048
+ options?: __HttpHandlerOptions,
1070
1049
  ): Promise<DescribeLogGroupsCommandOutput>;
1071
1050
  describeLogGroups(
1072
1051
  args: DescribeLogGroupsCommandInput,
1073
- cb: (err: any, data?: DescribeLogGroupsCommandOutput) => void
1052
+ cb: (err: any, data?: DescribeLogGroupsCommandOutput) => void,
1074
1053
  ): void;
1075
1054
  describeLogGroups(
1076
1055
  args: DescribeLogGroupsCommandInput,
1077
1056
  options: __HttpHandlerOptions,
1078
- cb: (err: any, data?: DescribeLogGroupsCommandOutput) => void
1057
+ cb: (err: any, data?: DescribeLogGroupsCommandOutput) => void,
1079
1058
  ): void;
1080
1059
  describeLogStreams(): Promise<DescribeLogStreamsCommandOutput>;
1081
1060
  describeLogStreams(
1082
1061
  args: DescribeLogStreamsCommandInput,
1083
- options?: __HttpHandlerOptions
1062
+ options?: __HttpHandlerOptions,
1084
1063
  ): Promise<DescribeLogStreamsCommandOutput>;
1085
1064
  describeLogStreams(
1086
1065
  args: DescribeLogStreamsCommandInput,
1087
- cb: (err: any, data?: DescribeLogStreamsCommandOutput) => void
1066
+ cb: (err: any, data?: DescribeLogStreamsCommandOutput) => void,
1088
1067
  ): void;
1089
1068
  describeLogStreams(
1090
1069
  args: DescribeLogStreamsCommandInput,
1091
1070
  options: __HttpHandlerOptions,
1092
- cb: (err: any, data?: DescribeLogStreamsCommandOutput) => void
1071
+ cb: (err: any, data?: DescribeLogStreamsCommandOutput) => void,
1093
1072
  ): void;
1094
1073
  describeLookupTables(): Promise<DescribeLookupTablesCommandOutput>;
1095
1074
  describeLookupTables(
1096
1075
  args: DescribeLookupTablesCommandInput,
1097
- options?: __HttpHandlerOptions
1076
+ options?: __HttpHandlerOptions,
1098
1077
  ): Promise<DescribeLookupTablesCommandOutput>;
1099
1078
  describeLookupTables(
1100
1079
  args: DescribeLookupTablesCommandInput,
1101
- cb: (err: any, data?: DescribeLookupTablesCommandOutput) => void
1080
+ cb: (err: any, data?: DescribeLookupTablesCommandOutput) => void,
1102
1081
  ): void;
1103
1082
  describeLookupTables(
1104
1083
  args: DescribeLookupTablesCommandInput,
1105
1084
  options: __HttpHandlerOptions,
1106
- cb: (err: any, data?: DescribeLookupTablesCommandOutput) => void
1085
+ cb: (err: any, data?: DescribeLookupTablesCommandOutput) => void,
1107
1086
  ): void;
1108
1087
  describeMetricFilters(): Promise<DescribeMetricFiltersCommandOutput>;
1109
1088
  describeMetricFilters(
1110
1089
  args: DescribeMetricFiltersCommandInput,
1111
- options?: __HttpHandlerOptions
1090
+ options?: __HttpHandlerOptions,
1112
1091
  ): Promise<DescribeMetricFiltersCommandOutput>;
1113
1092
  describeMetricFilters(
1114
1093
  args: DescribeMetricFiltersCommandInput,
1115
- cb: (err: any, data?: DescribeMetricFiltersCommandOutput) => void
1094
+ cb: (err: any, data?: DescribeMetricFiltersCommandOutput) => void,
1116
1095
  ): void;
1117
1096
  describeMetricFilters(
1118
1097
  args: DescribeMetricFiltersCommandInput,
1119
1098
  options: __HttpHandlerOptions,
1120
- cb: (err: any, data?: DescribeMetricFiltersCommandOutput) => void
1099
+ cb: (err: any, data?: DescribeMetricFiltersCommandOutput) => void,
1121
1100
  ): void;
1122
1101
  describeQueries(): Promise<DescribeQueriesCommandOutput>;
1123
1102
  describeQueries(
1124
1103
  args: DescribeQueriesCommandInput,
1125
- options?: __HttpHandlerOptions
1104
+ options?: __HttpHandlerOptions,
1126
1105
  ): Promise<DescribeQueriesCommandOutput>;
1127
1106
  describeQueries(
1128
1107
  args: DescribeQueriesCommandInput,
1129
- cb: (err: any, data?: DescribeQueriesCommandOutput) => void
1108
+ cb: (err: any, data?: DescribeQueriesCommandOutput) => void,
1130
1109
  ): void;
1131
1110
  describeQueries(
1132
1111
  args: DescribeQueriesCommandInput,
1133
1112
  options: __HttpHandlerOptions,
1134
- cb: (err: any, data?: DescribeQueriesCommandOutput) => void
1113
+ cb: (err: any, data?: DescribeQueriesCommandOutput) => void,
1135
1114
  ): void;
1136
1115
  describeQueryDefinitions(): Promise<DescribeQueryDefinitionsCommandOutput>;
1137
1116
  describeQueryDefinitions(
1138
1117
  args: DescribeQueryDefinitionsCommandInput,
1139
- options?: __HttpHandlerOptions
1118
+ options?: __HttpHandlerOptions,
1140
1119
  ): Promise<DescribeQueryDefinitionsCommandOutput>;
1141
1120
  describeQueryDefinitions(
1142
1121
  args: DescribeQueryDefinitionsCommandInput,
1143
- cb: (err: any, data?: DescribeQueryDefinitionsCommandOutput) => void
1122
+ cb: (err: any, data?: DescribeQueryDefinitionsCommandOutput) => void,
1144
1123
  ): void;
1145
1124
  describeQueryDefinitions(
1146
1125
  args: DescribeQueryDefinitionsCommandInput,
1147
1126
  options: __HttpHandlerOptions,
1148
- cb: (err: any, data?: DescribeQueryDefinitionsCommandOutput) => void
1127
+ cb: (err: any, data?: DescribeQueryDefinitionsCommandOutput) => void,
1149
1128
  ): void;
1150
1129
  describeResourcePolicies(): Promise<DescribeResourcePoliciesCommandOutput>;
1151
1130
  describeResourcePolicies(
1152
1131
  args: DescribeResourcePoliciesCommandInput,
1153
- options?: __HttpHandlerOptions
1132
+ options?: __HttpHandlerOptions,
1154
1133
  ): Promise<DescribeResourcePoliciesCommandOutput>;
1155
1134
  describeResourcePolicies(
1156
1135
  args: DescribeResourcePoliciesCommandInput,
1157
- cb: (err: any, data?: DescribeResourcePoliciesCommandOutput) => void
1136
+ cb: (err: any, data?: DescribeResourcePoliciesCommandOutput) => void,
1158
1137
  ): void;
1159
1138
  describeResourcePolicies(
1160
1139
  args: DescribeResourcePoliciesCommandInput,
1161
1140
  options: __HttpHandlerOptions,
1162
- cb: (err: any, data?: DescribeResourcePoliciesCommandOutput) => void
1141
+ cb: (err: any, data?: DescribeResourcePoliciesCommandOutput) => void,
1163
1142
  ): void;
1164
1143
  describeSubscriptionFilters(
1165
1144
  args: DescribeSubscriptionFiltersCommandInput,
1166
- options?: __HttpHandlerOptions
1145
+ options?: __HttpHandlerOptions,
1167
1146
  ): Promise<DescribeSubscriptionFiltersCommandOutput>;
1168
1147
  describeSubscriptionFilters(
1169
1148
  args: DescribeSubscriptionFiltersCommandInput,
1170
- cb: (err: any, data?: DescribeSubscriptionFiltersCommandOutput) => void
1149
+ cb: (err: any, data?: DescribeSubscriptionFiltersCommandOutput) => void,
1171
1150
  ): void;
1172
1151
  describeSubscriptionFilters(
1173
1152
  args: DescribeSubscriptionFiltersCommandInput,
1174
1153
  options: __HttpHandlerOptions,
1175
- cb: (err: any, data?: DescribeSubscriptionFiltersCommandOutput) => void
1154
+ cb: (err: any, data?: DescribeSubscriptionFiltersCommandOutput) => void,
1176
1155
  ): void;
1177
1156
  disassociateKmsKey(): Promise<DisassociateKmsKeyCommandOutput>;
1178
1157
  disassociateKmsKey(
1179
1158
  args: DisassociateKmsKeyCommandInput,
1180
- options?: __HttpHandlerOptions
1159
+ options?: __HttpHandlerOptions,
1181
1160
  ): Promise<DisassociateKmsKeyCommandOutput>;
1182
1161
  disassociateKmsKey(
1183
1162
  args: DisassociateKmsKeyCommandInput,
1184
- cb: (err: any, data?: DisassociateKmsKeyCommandOutput) => void
1163
+ cb: (err: any, data?: DisassociateKmsKeyCommandOutput) => void,
1185
1164
  ): void;
1186
1165
  disassociateKmsKey(
1187
1166
  args: DisassociateKmsKeyCommandInput,
1188
1167
  options: __HttpHandlerOptions,
1189
- cb: (err: any, data?: DisassociateKmsKeyCommandOutput) => void
1168
+ cb: (err: any, data?: DisassociateKmsKeyCommandOutput) => void,
1190
1169
  ): void;
1191
1170
  disassociateSourceFromS3TableIntegration(
1192
1171
  args: DisassociateSourceFromS3TableIntegrationCommandInput,
1193
- options?: __HttpHandlerOptions
1172
+ options?: __HttpHandlerOptions,
1194
1173
  ): Promise<DisassociateSourceFromS3TableIntegrationCommandOutput>;
1195
1174
  disassociateSourceFromS3TableIntegration(
1196
1175
  args: DisassociateSourceFromS3TableIntegrationCommandInput,
1197
- cb: (
1198
- err: any,
1199
- data?: DisassociateSourceFromS3TableIntegrationCommandOutput
1200
- ) => void
1176
+ cb: (err: any, data?: DisassociateSourceFromS3TableIntegrationCommandOutput) => void,
1201
1177
  ): void;
1202
1178
  disassociateSourceFromS3TableIntegration(
1203
1179
  args: DisassociateSourceFromS3TableIntegrationCommandInput,
1204
1180
  options: __HttpHandlerOptions,
1205
- cb: (
1206
- err: any,
1207
- data?: DisassociateSourceFromS3TableIntegrationCommandOutput
1208
- ) => void
1181
+ cb: (err: any, data?: DisassociateSourceFromS3TableIntegrationCommandOutput) => void,
1209
1182
  ): void;
1210
1183
  filterLogEvents(): Promise<FilterLogEventsCommandOutput>;
1211
1184
  filterLogEvents(
1212
1185
  args: FilterLogEventsCommandInput,
1213
- options?: __HttpHandlerOptions
1186
+ options?: __HttpHandlerOptions,
1214
1187
  ): Promise<FilterLogEventsCommandOutput>;
1215
1188
  filterLogEvents(
1216
1189
  args: FilterLogEventsCommandInput,
1217
- cb: (err: any, data?: FilterLogEventsCommandOutput) => void
1190
+ cb: (err: any, data?: FilterLogEventsCommandOutput) => void,
1218
1191
  ): void;
1219
1192
  filterLogEvents(
1220
1193
  args: FilterLogEventsCommandInput,
1221
1194
  options: __HttpHandlerOptions,
1222
- cb: (err: any, data?: FilterLogEventsCommandOutput) => void
1195
+ cb: (err: any, data?: FilterLogEventsCommandOutput) => void,
1223
1196
  ): void;
1224
1197
  getDataProtectionPolicy(
1225
1198
  args: GetDataProtectionPolicyCommandInput,
1226
- options?: __HttpHandlerOptions
1199
+ options?: __HttpHandlerOptions,
1227
1200
  ): Promise<GetDataProtectionPolicyCommandOutput>;
1228
1201
  getDataProtectionPolicy(
1229
1202
  args: GetDataProtectionPolicyCommandInput,
1230
- cb: (err: any, data?: GetDataProtectionPolicyCommandOutput) => void
1203
+ cb: (err: any, data?: GetDataProtectionPolicyCommandOutput) => void,
1231
1204
  ): void;
1232
1205
  getDataProtectionPolicy(
1233
1206
  args: GetDataProtectionPolicyCommandInput,
1234
1207
  options: __HttpHandlerOptions,
1235
- cb: (err: any, data?: GetDataProtectionPolicyCommandOutput) => void
1208
+ cb: (err: any, data?: GetDataProtectionPolicyCommandOutput) => void,
1236
1209
  ): void;
1237
1210
  getDelivery(
1238
1211
  args: GetDeliveryCommandInput,
1239
- options?: __HttpHandlerOptions
1212
+ options?: __HttpHandlerOptions,
1240
1213
  ): Promise<GetDeliveryCommandOutput>;
1241
1214
  getDelivery(
1242
1215
  args: GetDeliveryCommandInput,
1243
- cb: (err: any, data?: GetDeliveryCommandOutput) => void
1216
+ cb: (err: any, data?: GetDeliveryCommandOutput) => void,
1244
1217
  ): void;
1245
1218
  getDelivery(
1246
1219
  args: GetDeliveryCommandInput,
1247
1220
  options: __HttpHandlerOptions,
1248
- cb: (err: any, data?: GetDeliveryCommandOutput) => void
1221
+ cb: (err: any, data?: GetDeliveryCommandOutput) => void,
1249
1222
  ): void;
1250
1223
  getDeliveryDestination(
1251
1224
  args: GetDeliveryDestinationCommandInput,
1252
- options?: __HttpHandlerOptions
1225
+ options?: __HttpHandlerOptions,
1253
1226
  ): Promise<GetDeliveryDestinationCommandOutput>;
1254
1227
  getDeliveryDestination(
1255
1228
  args: GetDeliveryDestinationCommandInput,
1256
- cb: (err: any, data?: GetDeliveryDestinationCommandOutput) => void
1229
+ cb: (err: any, data?: GetDeliveryDestinationCommandOutput) => void,
1257
1230
  ): void;
1258
1231
  getDeliveryDestination(
1259
1232
  args: GetDeliveryDestinationCommandInput,
1260
1233
  options: __HttpHandlerOptions,
1261
- cb: (err: any, data?: GetDeliveryDestinationCommandOutput) => void
1234
+ cb: (err: any, data?: GetDeliveryDestinationCommandOutput) => void,
1262
1235
  ): void;
1263
1236
  getDeliveryDestinationPolicy(
1264
1237
  args: GetDeliveryDestinationPolicyCommandInput,
1265
- options?: __HttpHandlerOptions
1238
+ options?: __HttpHandlerOptions,
1266
1239
  ): Promise<GetDeliveryDestinationPolicyCommandOutput>;
1267
1240
  getDeliveryDestinationPolicy(
1268
1241
  args: GetDeliveryDestinationPolicyCommandInput,
1269
- cb: (err: any, data?: GetDeliveryDestinationPolicyCommandOutput) => void
1242
+ cb: (err: any, data?: GetDeliveryDestinationPolicyCommandOutput) => void,
1270
1243
  ): void;
1271
1244
  getDeliveryDestinationPolicy(
1272
1245
  args: GetDeliveryDestinationPolicyCommandInput,
1273
1246
  options: __HttpHandlerOptions,
1274
- cb: (err: any, data?: GetDeliveryDestinationPolicyCommandOutput) => void
1247
+ cb: (err: any, data?: GetDeliveryDestinationPolicyCommandOutput) => void,
1275
1248
  ): void;
1276
1249
  getDeliverySource(
1277
1250
  args: GetDeliverySourceCommandInput,
1278
- options?: __HttpHandlerOptions
1251
+ options?: __HttpHandlerOptions,
1279
1252
  ): Promise<GetDeliverySourceCommandOutput>;
1280
1253
  getDeliverySource(
1281
1254
  args: GetDeliverySourceCommandInput,
1282
- cb: (err: any, data?: GetDeliverySourceCommandOutput) => void
1255
+ cb: (err: any, data?: GetDeliverySourceCommandOutput) => void,
1283
1256
  ): void;
1284
1257
  getDeliverySource(
1285
1258
  args: GetDeliverySourceCommandInput,
1286
1259
  options: __HttpHandlerOptions,
1287
- cb: (err: any, data?: GetDeliverySourceCommandOutput) => void
1260
+ cb: (err: any, data?: GetDeliverySourceCommandOutput) => void,
1288
1261
  ): void;
1289
1262
  getIntegration(
1290
1263
  args: GetIntegrationCommandInput,
1291
- options?: __HttpHandlerOptions
1264
+ options?: __HttpHandlerOptions,
1292
1265
  ): Promise<GetIntegrationCommandOutput>;
1293
1266
  getIntegration(
1294
1267
  args: GetIntegrationCommandInput,
1295
- cb: (err: any, data?: GetIntegrationCommandOutput) => void
1268
+ cb: (err: any, data?: GetIntegrationCommandOutput) => void,
1296
1269
  ): void;
1297
1270
  getIntegration(
1298
1271
  args: GetIntegrationCommandInput,
1299
1272
  options: __HttpHandlerOptions,
1300
- cb: (err: any, data?: GetIntegrationCommandOutput) => void
1273
+ cb: (err: any, data?: GetIntegrationCommandOutput) => void,
1301
1274
  ): void;
1302
1275
  getLogAnomalyDetector(
1303
1276
  args: GetLogAnomalyDetectorCommandInput,
1304
- options?: __HttpHandlerOptions
1277
+ options?: __HttpHandlerOptions,
1305
1278
  ): Promise<GetLogAnomalyDetectorCommandOutput>;
1306
1279
  getLogAnomalyDetector(
1307
1280
  args: GetLogAnomalyDetectorCommandInput,
1308
- cb: (err: any, data?: GetLogAnomalyDetectorCommandOutput) => void
1281
+ cb: (err: any, data?: GetLogAnomalyDetectorCommandOutput) => void,
1309
1282
  ): void;
1310
1283
  getLogAnomalyDetector(
1311
1284
  args: GetLogAnomalyDetectorCommandInput,
1312
1285
  options: __HttpHandlerOptions,
1313
- cb: (err: any, data?: GetLogAnomalyDetectorCommandOutput) => void
1286
+ cb: (err: any, data?: GetLogAnomalyDetectorCommandOutput) => void,
1314
1287
  ): void;
1315
1288
  getLogEvents(
1316
1289
  args: GetLogEventsCommandInput,
1317
- options?: __HttpHandlerOptions
1290
+ options?: __HttpHandlerOptions,
1318
1291
  ): Promise<GetLogEventsCommandOutput>;
1319
1292
  getLogEvents(
1320
1293
  args: GetLogEventsCommandInput,
1321
- cb: (err: any, data?: GetLogEventsCommandOutput) => void
1294
+ cb: (err: any, data?: GetLogEventsCommandOutput) => void,
1322
1295
  ): void;
1323
1296
  getLogEvents(
1324
1297
  args: GetLogEventsCommandInput,
1325
1298
  options: __HttpHandlerOptions,
1326
- cb: (err: any, data?: GetLogEventsCommandOutput) => void
1299
+ cb: (err: any, data?: GetLogEventsCommandOutput) => void,
1327
1300
  ): void;
1328
1301
  getLogFields(
1329
1302
  args: GetLogFieldsCommandInput,
1330
- options?: __HttpHandlerOptions
1303
+ options?: __HttpHandlerOptions,
1331
1304
  ): Promise<GetLogFieldsCommandOutput>;
1332
1305
  getLogFields(
1333
1306
  args: GetLogFieldsCommandInput,
1334
- cb: (err: any, data?: GetLogFieldsCommandOutput) => void
1307
+ cb: (err: any, data?: GetLogFieldsCommandOutput) => void,
1335
1308
  ): void;
1336
1309
  getLogFields(
1337
1310
  args: GetLogFieldsCommandInput,
1338
1311
  options: __HttpHandlerOptions,
1339
- cb: (err: any, data?: GetLogFieldsCommandOutput) => void
1312
+ cb: (err: any, data?: GetLogFieldsCommandOutput) => void,
1340
1313
  ): void;
1341
1314
  getLogGroupFields(): Promise<GetLogGroupFieldsCommandOutput>;
1342
1315
  getLogGroupFields(
1343
1316
  args: GetLogGroupFieldsCommandInput,
1344
- options?: __HttpHandlerOptions
1317
+ options?: __HttpHandlerOptions,
1345
1318
  ): Promise<GetLogGroupFieldsCommandOutput>;
1346
1319
  getLogGroupFields(
1347
1320
  args: GetLogGroupFieldsCommandInput,
1348
- cb: (err: any, data?: GetLogGroupFieldsCommandOutput) => void
1321
+ cb: (err: any, data?: GetLogGroupFieldsCommandOutput) => void,
1349
1322
  ): void;
1350
1323
  getLogGroupFields(
1351
1324
  args: GetLogGroupFieldsCommandInput,
1352
1325
  options: __HttpHandlerOptions,
1353
- cb: (err: any, data?: GetLogGroupFieldsCommandOutput) => void
1326
+ cb: (err: any, data?: GetLogGroupFieldsCommandOutput) => void,
1354
1327
  ): void;
1355
1328
  getLogObject(
1356
1329
  args: GetLogObjectCommandInput,
1357
- options?: __HttpHandlerOptions
1330
+ options?: __HttpHandlerOptions,
1358
1331
  ): Promise<GetLogObjectCommandOutput>;
1359
1332
  getLogObject(
1360
1333
  args: GetLogObjectCommandInput,
1361
- cb: (err: any, data?: GetLogObjectCommandOutput) => void
1334
+ cb: (err: any, data?: GetLogObjectCommandOutput) => void,
1362
1335
  ): void;
1363
1336
  getLogObject(
1364
1337
  args: GetLogObjectCommandInput,
1365
1338
  options: __HttpHandlerOptions,
1366
- cb: (err: any, data?: GetLogObjectCommandOutput) => void
1339
+ cb: (err: any, data?: GetLogObjectCommandOutput) => void,
1367
1340
  ): void;
1368
1341
  getLogRecord(
1369
1342
  args: GetLogRecordCommandInput,
1370
- options?: __HttpHandlerOptions
1343
+ options?: __HttpHandlerOptions,
1371
1344
  ): Promise<GetLogRecordCommandOutput>;
1372
1345
  getLogRecord(
1373
1346
  args: GetLogRecordCommandInput,
1374
- cb: (err: any, data?: GetLogRecordCommandOutput) => void
1347
+ cb: (err: any, data?: GetLogRecordCommandOutput) => void,
1375
1348
  ): void;
1376
1349
  getLogRecord(
1377
1350
  args: GetLogRecordCommandInput,
1378
1351
  options: __HttpHandlerOptions,
1379
- cb: (err: any, data?: GetLogRecordCommandOutput) => void
1352
+ cb: (err: any, data?: GetLogRecordCommandOutput) => void,
1380
1353
  ): void;
1381
1354
  getLookupTable(
1382
1355
  args: GetLookupTableCommandInput,
1383
- options?: __HttpHandlerOptions
1356
+ options?: __HttpHandlerOptions,
1384
1357
  ): Promise<GetLookupTableCommandOutput>;
1385
1358
  getLookupTable(
1386
1359
  args: GetLookupTableCommandInput,
1387
- cb: (err: any, data?: GetLookupTableCommandOutput) => void
1360
+ cb: (err: any, data?: GetLookupTableCommandOutput) => void,
1388
1361
  ): void;
1389
1362
  getLookupTable(
1390
1363
  args: GetLookupTableCommandInput,
1391
1364
  options: __HttpHandlerOptions,
1392
- cb: (err: any, data?: GetLookupTableCommandOutput) => void
1365
+ cb: (err: any, data?: GetLookupTableCommandOutput) => void,
1393
1366
  ): void;
1394
1367
  getQueryResults(
1395
1368
  args: GetQueryResultsCommandInput,
1396
- options?: __HttpHandlerOptions
1369
+ options?: __HttpHandlerOptions,
1397
1370
  ): Promise<GetQueryResultsCommandOutput>;
1398
1371
  getQueryResults(
1399
1372
  args: GetQueryResultsCommandInput,
1400
- cb: (err: any, data?: GetQueryResultsCommandOutput) => void
1373
+ cb: (err: any, data?: GetQueryResultsCommandOutput) => void,
1401
1374
  ): void;
1402
1375
  getQueryResults(
1403
1376
  args: GetQueryResultsCommandInput,
1404
1377
  options: __HttpHandlerOptions,
1405
- cb: (err: any, data?: GetQueryResultsCommandOutput) => void
1378
+ cb: (err: any, data?: GetQueryResultsCommandOutput) => void,
1406
1379
  ): void;
1407
1380
  getScheduledQuery(
1408
1381
  args: GetScheduledQueryCommandInput,
1409
- options?: __HttpHandlerOptions
1382
+ options?: __HttpHandlerOptions,
1410
1383
  ): Promise<GetScheduledQueryCommandOutput>;
1411
1384
  getScheduledQuery(
1412
1385
  args: GetScheduledQueryCommandInput,
1413
- cb: (err: any, data?: GetScheduledQueryCommandOutput) => void
1386
+ cb: (err: any, data?: GetScheduledQueryCommandOutput) => void,
1414
1387
  ): void;
1415
1388
  getScheduledQuery(
1416
1389
  args: GetScheduledQueryCommandInput,
1417
1390
  options: __HttpHandlerOptions,
1418
- cb: (err: any, data?: GetScheduledQueryCommandOutput) => void
1391
+ cb: (err: any, data?: GetScheduledQueryCommandOutput) => void,
1419
1392
  ): void;
1420
1393
  getScheduledQueryHistory(
1421
1394
  args: GetScheduledQueryHistoryCommandInput,
1422
- options?: __HttpHandlerOptions
1395
+ options?: __HttpHandlerOptions,
1423
1396
  ): Promise<GetScheduledQueryHistoryCommandOutput>;
1424
1397
  getScheduledQueryHistory(
1425
1398
  args: GetScheduledQueryHistoryCommandInput,
1426
- cb: (err: any, data?: GetScheduledQueryHistoryCommandOutput) => void
1399
+ cb: (err: any, data?: GetScheduledQueryHistoryCommandOutput) => void,
1427
1400
  ): void;
1428
1401
  getScheduledQueryHistory(
1429
1402
  args: GetScheduledQueryHistoryCommandInput,
1430
1403
  options: __HttpHandlerOptions,
1431
- cb: (err: any, data?: GetScheduledQueryHistoryCommandOutput) => void
1404
+ cb: (err: any, data?: GetScheduledQueryHistoryCommandOutput) => void,
1432
1405
  ): void;
1433
1406
  getStorageTierPolicy(): Promise<GetStorageTierPolicyCommandOutput>;
1434
1407
  getStorageTierPolicy(
1435
1408
  args: GetStorageTierPolicyCommandInput,
1436
- options?: __HttpHandlerOptions
1409
+ options?: __HttpHandlerOptions,
1437
1410
  ): Promise<GetStorageTierPolicyCommandOutput>;
1438
1411
  getStorageTierPolicy(
1439
1412
  args: GetStorageTierPolicyCommandInput,
1440
- cb: (err: any, data?: GetStorageTierPolicyCommandOutput) => void
1413
+ cb: (err: any, data?: GetStorageTierPolicyCommandOutput) => void,
1441
1414
  ): void;
1442
1415
  getStorageTierPolicy(
1443
1416
  args: GetStorageTierPolicyCommandInput,
1444
1417
  options: __HttpHandlerOptions,
1445
- cb: (err: any, data?: GetStorageTierPolicyCommandOutput) => void
1418
+ cb: (err: any, data?: GetStorageTierPolicyCommandOutput) => void,
1446
1419
  ): void;
1447
1420
  getTransformer(
1448
1421
  args: GetTransformerCommandInput,
1449
- options?: __HttpHandlerOptions
1422
+ options?: __HttpHandlerOptions,
1450
1423
  ): Promise<GetTransformerCommandOutput>;
1451
1424
  getTransformer(
1452
1425
  args: GetTransformerCommandInput,
1453
- cb: (err: any, data?: GetTransformerCommandOutput) => void
1426
+ cb: (err: any, data?: GetTransformerCommandOutput) => void,
1454
1427
  ): void;
1455
1428
  getTransformer(
1456
1429
  args: GetTransformerCommandInput,
1457
1430
  options: __HttpHandlerOptions,
1458
- cb: (err: any, data?: GetTransformerCommandOutput) => void
1431
+ cb: (err: any, data?: GetTransformerCommandOutput) => void,
1459
1432
  ): void;
1460
1433
  listAggregateLogGroupSummaries(
1461
1434
  args: ListAggregateLogGroupSummariesCommandInput,
1462
- options?: __HttpHandlerOptions
1435
+ options?: __HttpHandlerOptions,
1463
1436
  ): Promise<ListAggregateLogGroupSummariesCommandOutput>;
1464
1437
  listAggregateLogGroupSummaries(
1465
1438
  args: ListAggregateLogGroupSummariesCommandInput,
1466
- cb: (err: any, data?: ListAggregateLogGroupSummariesCommandOutput) => void
1439
+ cb: (err: any, data?: ListAggregateLogGroupSummariesCommandOutput) => void,
1467
1440
  ): void;
1468
1441
  listAggregateLogGroupSummaries(
1469
1442
  args: ListAggregateLogGroupSummariesCommandInput,
1470
1443
  options: __HttpHandlerOptions,
1471
- cb: (err: any, data?: ListAggregateLogGroupSummariesCommandOutput) => void
1444
+ cb: (err: any, data?: ListAggregateLogGroupSummariesCommandOutput) => void,
1472
1445
  ): void;
1473
1446
  listAnomalies(): Promise<ListAnomaliesCommandOutput>;
1474
1447
  listAnomalies(
1475
1448
  args: ListAnomaliesCommandInput,
1476
- options?: __HttpHandlerOptions
1449
+ options?: __HttpHandlerOptions,
1477
1450
  ): Promise<ListAnomaliesCommandOutput>;
1478
1451
  listAnomalies(
1479
1452
  args: ListAnomaliesCommandInput,
1480
- cb: (err: any, data?: ListAnomaliesCommandOutput) => void
1453
+ cb: (err: any, data?: ListAnomaliesCommandOutput) => void,
1481
1454
  ): void;
1482
1455
  listAnomalies(
1483
1456
  args: ListAnomaliesCommandInput,
1484
1457
  options: __HttpHandlerOptions,
1485
- cb: (err: any, data?: ListAnomaliesCommandOutput) => void
1458
+ cb: (err: any, data?: ListAnomaliesCommandOutput) => void,
1486
1459
  ): void;
1487
1460
  listIntegrations(): Promise<ListIntegrationsCommandOutput>;
1488
1461
  listIntegrations(
1489
1462
  args: ListIntegrationsCommandInput,
1490
- options?: __HttpHandlerOptions
1463
+ options?: __HttpHandlerOptions,
1491
1464
  ): Promise<ListIntegrationsCommandOutput>;
1492
1465
  listIntegrations(
1493
1466
  args: ListIntegrationsCommandInput,
1494
- cb: (err: any, data?: ListIntegrationsCommandOutput) => void
1467
+ cb: (err: any, data?: ListIntegrationsCommandOutput) => void,
1495
1468
  ): void;
1496
1469
  listIntegrations(
1497
1470
  args: ListIntegrationsCommandInput,
1498
1471
  options: __HttpHandlerOptions,
1499
- cb: (err: any, data?: ListIntegrationsCommandOutput) => void
1472
+ cb: (err: any, data?: ListIntegrationsCommandOutput) => void,
1500
1473
  ): void;
1501
1474
  listLogAnomalyDetectors(): Promise<ListLogAnomalyDetectorsCommandOutput>;
1502
1475
  listLogAnomalyDetectors(
1503
1476
  args: ListLogAnomalyDetectorsCommandInput,
1504
- options?: __HttpHandlerOptions
1477
+ options?: __HttpHandlerOptions,
1505
1478
  ): Promise<ListLogAnomalyDetectorsCommandOutput>;
1506
1479
  listLogAnomalyDetectors(
1507
1480
  args: ListLogAnomalyDetectorsCommandInput,
1508
- cb: (err: any, data?: ListLogAnomalyDetectorsCommandOutput) => void
1481
+ cb: (err: any, data?: ListLogAnomalyDetectorsCommandOutput) => void,
1509
1482
  ): void;
1510
1483
  listLogAnomalyDetectors(
1511
1484
  args: ListLogAnomalyDetectorsCommandInput,
1512
1485
  options: __HttpHandlerOptions,
1513
- cb: (err: any, data?: ListLogAnomalyDetectorsCommandOutput) => void
1486
+ cb: (err: any, data?: ListLogAnomalyDetectorsCommandOutput) => void,
1514
1487
  ): void;
1515
1488
  listLogGroups(): Promise<ListLogGroupsCommandOutput>;
1516
1489
  listLogGroups(
1517
1490
  args: ListLogGroupsCommandInput,
1518
- options?: __HttpHandlerOptions
1491
+ options?: __HttpHandlerOptions,
1519
1492
  ): Promise<ListLogGroupsCommandOutput>;
1520
1493
  listLogGroups(
1521
1494
  args: ListLogGroupsCommandInput,
1522
- cb: (err: any, data?: ListLogGroupsCommandOutput) => void
1495
+ cb: (err: any, data?: ListLogGroupsCommandOutput) => void,
1523
1496
  ): void;
1524
1497
  listLogGroups(
1525
1498
  args: ListLogGroupsCommandInput,
1526
1499
  options: __HttpHandlerOptions,
1527
- cb: (err: any, data?: ListLogGroupsCommandOutput) => void
1500
+ cb: (err: any, data?: ListLogGroupsCommandOutput) => void,
1528
1501
  ): void;
1529
1502
  listLogGroupsForQuery(
1530
1503
  args: ListLogGroupsForQueryCommandInput,
1531
- options?: __HttpHandlerOptions
1504
+ options?: __HttpHandlerOptions,
1532
1505
  ): Promise<ListLogGroupsForQueryCommandOutput>;
1533
1506
  listLogGroupsForQuery(
1534
1507
  args: ListLogGroupsForQueryCommandInput,
1535
- cb: (err: any, data?: ListLogGroupsForQueryCommandOutput) => void
1508
+ cb: (err: any, data?: ListLogGroupsForQueryCommandOutput) => void,
1536
1509
  ): void;
1537
1510
  listLogGroupsForQuery(
1538
1511
  args: ListLogGroupsForQueryCommandInput,
1539
1512
  options: __HttpHandlerOptions,
1540
- cb: (err: any, data?: ListLogGroupsForQueryCommandOutput) => void
1513
+ cb: (err: any, data?: ListLogGroupsForQueryCommandOutput) => void,
1541
1514
  ): void;
1542
1515
  listScheduledQueries(): Promise<ListScheduledQueriesCommandOutput>;
1543
1516
  listScheduledQueries(
1544
1517
  args: ListScheduledQueriesCommandInput,
1545
- options?: __HttpHandlerOptions
1518
+ options?: __HttpHandlerOptions,
1546
1519
  ): Promise<ListScheduledQueriesCommandOutput>;
1547
1520
  listScheduledQueries(
1548
1521
  args: ListScheduledQueriesCommandInput,
1549
- cb: (err: any, data?: ListScheduledQueriesCommandOutput) => void
1522
+ cb: (err: any, data?: ListScheduledQueriesCommandOutput) => void,
1550
1523
  ): void;
1551
1524
  listScheduledQueries(
1552
1525
  args: ListScheduledQueriesCommandInput,
1553
1526
  options: __HttpHandlerOptions,
1554
- cb: (err: any, data?: ListScheduledQueriesCommandOutput) => void
1527
+ cb: (err: any, data?: ListScheduledQueriesCommandOutput) => void,
1555
1528
  ): void;
1556
1529
  listSourcesForS3TableIntegration(
1557
1530
  args: ListSourcesForS3TableIntegrationCommandInput,
1558
- options?: __HttpHandlerOptions
1531
+ options?: __HttpHandlerOptions,
1559
1532
  ): Promise<ListSourcesForS3TableIntegrationCommandOutput>;
1560
1533
  listSourcesForS3TableIntegration(
1561
1534
  args: ListSourcesForS3TableIntegrationCommandInput,
1562
- cb: (err: any, data?: ListSourcesForS3TableIntegrationCommandOutput) => void
1535
+ cb: (err: any, data?: ListSourcesForS3TableIntegrationCommandOutput) => void,
1563
1536
  ): void;
1564
1537
  listSourcesForS3TableIntegration(
1565
1538
  args: ListSourcesForS3TableIntegrationCommandInput,
1566
1539
  options: __HttpHandlerOptions,
1567
- cb: (err: any, data?: ListSourcesForS3TableIntegrationCommandOutput) => void
1540
+ cb: (err: any, data?: ListSourcesForS3TableIntegrationCommandOutput) => void,
1568
1541
  ): void;
1569
1542
  listSyslogConfigurations(): Promise<ListSyslogConfigurationsCommandOutput>;
1570
1543
  listSyslogConfigurations(
1571
1544
  args: ListSyslogConfigurationsCommandInput,
1572
- options?: __HttpHandlerOptions
1545
+ options?: __HttpHandlerOptions,
1573
1546
  ): Promise<ListSyslogConfigurationsCommandOutput>;
1574
1547
  listSyslogConfigurations(
1575
1548
  args: ListSyslogConfigurationsCommandInput,
1576
- cb: (err: any, data?: ListSyslogConfigurationsCommandOutput) => void
1549
+ cb: (err: any, data?: ListSyslogConfigurationsCommandOutput) => void,
1577
1550
  ): void;
1578
1551
  listSyslogConfigurations(
1579
1552
  args: ListSyslogConfigurationsCommandInput,
1580
1553
  options: __HttpHandlerOptions,
1581
- cb: (err: any, data?: ListSyslogConfigurationsCommandOutput) => void
1554
+ cb: (err: any, data?: ListSyslogConfigurationsCommandOutput) => void,
1582
1555
  ): void;
1583
1556
  listTagsForResource(
1584
1557
  args: ListTagsForResourceCommandInput,
1585
- options?: __HttpHandlerOptions
1558
+ options?: __HttpHandlerOptions,
1586
1559
  ): Promise<ListTagsForResourceCommandOutput>;
1587
1560
  listTagsForResource(
1588
1561
  args: ListTagsForResourceCommandInput,
1589
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1562
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
1590
1563
  ): void;
1591
1564
  listTagsForResource(
1592
1565
  args: ListTagsForResourceCommandInput,
1593
1566
  options: __HttpHandlerOptions,
1594
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1567
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
1595
1568
  ): void;
1596
1569
  listTagsLogGroup(
1597
1570
  args: ListTagsLogGroupCommandInput,
1598
- options?: __HttpHandlerOptions
1571
+ options?: __HttpHandlerOptions,
1599
1572
  ): Promise<ListTagsLogGroupCommandOutput>;
1600
1573
  listTagsLogGroup(
1601
1574
  args: ListTagsLogGroupCommandInput,
1602
- cb: (err: any, data?: ListTagsLogGroupCommandOutput) => void
1575
+ cb: (err: any, data?: ListTagsLogGroupCommandOutput) => void,
1603
1576
  ): void;
1604
1577
  listTagsLogGroup(
1605
1578
  args: ListTagsLogGroupCommandInput,
1606
1579
  options: __HttpHandlerOptions,
1607
- cb: (err: any, data?: ListTagsLogGroupCommandOutput) => void
1580
+ cb: (err: any, data?: ListTagsLogGroupCommandOutput) => void,
1608
1581
  ): void;
1609
1582
  putAccountPolicy(
1610
1583
  args: PutAccountPolicyCommandInput,
1611
- options?: __HttpHandlerOptions
1584
+ options?: __HttpHandlerOptions,
1612
1585
  ): Promise<PutAccountPolicyCommandOutput>;
1613
1586
  putAccountPolicy(
1614
1587
  args: PutAccountPolicyCommandInput,
1615
- cb: (err: any, data?: PutAccountPolicyCommandOutput) => void
1588
+ cb: (err: any, data?: PutAccountPolicyCommandOutput) => void,
1616
1589
  ): void;
1617
1590
  putAccountPolicy(
1618
1591
  args: PutAccountPolicyCommandInput,
1619
1592
  options: __HttpHandlerOptions,
1620
- cb: (err: any, data?: PutAccountPolicyCommandOutput) => void
1593
+ cb: (err: any, data?: PutAccountPolicyCommandOutput) => void,
1621
1594
  ): void;
1622
1595
  putBearerTokenAuthentication(
1623
1596
  args: PutBearerTokenAuthenticationCommandInput,
1624
- options?: __HttpHandlerOptions
1597
+ options?: __HttpHandlerOptions,
1625
1598
  ): Promise<PutBearerTokenAuthenticationCommandOutput>;
1626
1599
  putBearerTokenAuthentication(
1627
1600
  args: PutBearerTokenAuthenticationCommandInput,
1628
- cb: (err: any, data?: PutBearerTokenAuthenticationCommandOutput) => void
1601
+ cb: (err: any, data?: PutBearerTokenAuthenticationCommandOutput) => void,
1629
1602
  ): void;
1630
1603
  putBearerTokenAuthentication(
1631
1604
  args: PutBearerTokenAuthenticationCommandInput,
1632
1605
  options: __HttpHandlerOptions,
1633
- cb: (err: any, data?: PutBearerTokenAuthenticationCommandOutput) => void
1606
+ cb: (err: any, data?: PutBearerTokenAuthenticationCommandOutput) => void,
1634
1607
  ): void;
1635
1608
  putDataProtectionPolicy(
1636
1609
  args: PutDataProtectionPolicyCommandInput,
1637
- options?: __HttpHandlerOptions
1610
+ options?: __HttpHandlerOptions,
1638
1611
  ): Promise<PutDataProtectionPolicyCommandOutput>;
1639
1612
  putDataProtectionPolicy(
1640
1613
  args: PutDataProtectionPolicyCommandInput,
1641
- cb: (err: any, data?: PutDataProtectionPolicyCommandOutput) => void
1614
+ cb: (err: any, data?: PutDataProtectionPolicyCommandOutput) => void,
1642
1615
  ): void;
1643
1616
  putDataProtectionPolicy(
1644
1617
  args: PutDataProtectionPolicyCommandInput,
1645
1618
  options: __HttpHandlerOptions,
1646
- cb: (err: any, data?: PutDataProtectionPolicyCommandOutput) => void
1619
+ cb: (err: any, data?: PutDataProtectionPolicyCommandOutput) => void,
1647
1620
  ): void;
1648
1621
  putDeliveryDestination(
1649
1622
  args: PutDeliveryDestinationCommandInput,
1650
- options?: __HttpHandlerOptions
1623
+ options?: __HttpHandlerOptions,
1651
1624
  ): Promise<PutDeliveryDestinationCommandOutput>;
1652
1625
  putDeliveryDestination(
1653
1626
  args: PutDeliveryDestinationCommandInput,
1654
- cb: (err: any, data?: PutDeliveryDestinationCommandOutput) => void
1627
+ cb: (err: any, data?: PutDeliveryDestinationCommandOutput) => void,
1655
1628
  ): void;
1656
1629
  putDeliveryDestination(
1657
1630
  args: PutDeliveryDestinationCommandInput,
1658
1631
  options: __HttpHandlerOptions,
1659
- cb: (err: any, data?: PutDeliveryDestinationCommandOutput) => void
1632
+ cb: (err: any, data?: PutDeliveryDestinationCommandOutput) => void,
1660
1633
  ): void;
1661
1634
  putDeliveryDestinationPolicy(
1662
1635
  args: PutDeliveryDestinationPolicyCommandInput,
1663
- options?: __HttpHandlerOptions
1636
+ options?: __HttpHandlerOptions,
1664
1637
  ): Promise<PutDeliveryDestinationPolicyCommandOutput>;
1665
1638
  putDeliveryDestinationPolicy(
1666
1639
  args: PutDeliveryDestinationPolicyCommandInput,
1667
- cb: (err: any, data?: PutDeliveryDestinationPolicyCommandOutput) => void
1640
+ cb: (err: any, data?: PutDeliveryDestinationPolicyCommandOutput) => void,
1668
1641
  ): void;
1669
1642
  putDeliveryDestinationPolicy(
1670
1643
  args: PutDeliveryDestinationPolicyCommandInput,
1671
1644
  options: __HttpHandlerOptions,
1672
- cb: (err: any, data?: PutDeliveryDestinationPolicyCommandOutput) => void
1645
+ cb: (err: any, data?: PutDeliveryDestinationPolicyCommandOutput) => void,
1673
1646
  ): void;
1674
1647
  putDeliverySource(
1675
1648
  args: PutDeliverySourceCommandInput,
1676
- options?: __HttpHandlerOptions
1649
+ options?: __HttpHandlerOptions,
1677
1650
  ): Promise<PutDeliverySourceCommandOutput>;
1678
1651
  putDeliverySource(
1679
1652
  args: PutDeliverySourceCommandInput,
1680
- cb: (err: any, data?: PutDeliverySourceCommandOutput) => void
1653
+ cb: (err: any, data?: PutDeliverySourceCommandOutput) => void,
1681
1654
  ): void;
1682
1655
  putDeliverySource(
1683
1656
  args: PutDeliverySourceCommandInput,
1684
1657
  options: __HttpHandlerOptions,
1685
- cb: (err: any, data?: PutDeliverySourceCommandOutput) => void
1658
+ cb: (err: any, data?: PutDeliverySourceCommandOutput) => void,
1686
1659
  ): void;
1687
1660
  putDestination(
1688
1661
  args: PutDestinationCommandInput,
1689
- options?: __HttpHandlerOptions
1662
+ options?: __HttpHandlerOptions,
1690
1663
  ): Promise<PutDestinationCommandOutput>;
1691
1664
  putDestination(
1692
1665
  args: PutDestinationCommandInput,
1693
- cb: (err: any, data?: PutDestinationCommandOutput) => void
1666
+ cb: (err: any, data?: PutDestinationCommandOutput) => void,
1694
1667
  ): void;
1695
1668
  putDestination(
1696
1669
  args: PutDestinationCommandInput,
1697
1670
  options: __HttpHandlerOptions,
1698
- cb: (err: any, data?: PutDestinationCommandOutput) => void
1671
+ cb: (err: any, data?: PutDestinationCommandOutput) => void,
1699
1672
  ): void;
1700
1673
  putDestinationPolicy(
1701
1674
  args: PutDestinationPolicyCommandInput,
1702
- options?: __HttpHandlerOptions
1675
+ options?: __HttpHandlerOptions,
1703
1676
  ): Promise<PutDestinationPolicyCommandOutput>;
1704
1677
  putDestinationPolicy(
1705
1678
  args: PutDestinationPolicyCommandInput,
1706
- cb: (err: any, data?: PutDestinationPolicyCommandOutput) => void
1679
+ cb: (err: any, data?: PutDestinationPolicyCommandOutput) => void,
1707
1680
  ): void;
1708
1681
  putDestinationPolicy(
1709
1682
  args: PutDestinationPolicyCommandInput,
1710
1683
  options: __HttpHandlerOptions,
1711
- cb: (err: any, data?: PutDestinationPolicyCommandOutput) => void
1684
+ cb: (err: any, data?: PutDestinationPolicyCommandOutput) => void,
1712
1685
  ): void;
1713
1686
  putIndexPolicy(
1714
1687
  args: PutIndexPolicyCommandInput,
1715
- options?: __HttpHandlerOptions
1688
+ options?: __HttpHandlerOptions,
1716
1689
  ): Promise<PutIndexPolicyCommandOutput>;
1717
1690
  putIndexPolicy(
1718
1691
  args: PutIndexPolicyCommandInput,
1719
- cb: (err: any, data?: PutIndexPolicyCommandOutput) => void
1692
+ cb: (err: any, data?: PutIndexPolicyCommandOutput) => void,
1720
1693
  ): void;
1721
1694
  putIndexPolicy(
1722
1695
  args: PutIndexPolicyCommandInput,
1723
1696
  options: __HttpHandlerOptions,
1724
- cb: (err: any, data?: PutIndexPolicyCommandOutput) => void
1697
+ cb: (err: any, data?: PutIndexPolicyCommandOutput) => void,
1725
1698
  ): void;
1726
1699
  putIntegration(
1727
1700
  args: PutIntegrationCommandInput,
1728
- options?: __HttpHandlerOptions
1701
+ options?: __HttpHandlerOptions,
1729
1702
  ): Promise<PutIntegrationCommandOutput>;
1730
1703
  putIntegration(
1731
1704
  args: PutIntegrationCommandInput,
1732
- cb: (err: any, data?: PutIntegrationCommandOutput) => void
1705
+ cb: (err: any, data?: PutIntegrationCommandOutput) => void,
1733
1706
  ): void;
1734
1707
  putIntegration(
1735
1708
  args: PutIntegrationCommandInput,
1736
1709
  options: __HttpHandlerOptions,
1737
- cb: (err: any, data?: PutIntegrationCommandOutput) => void
1710
+ cb: (err: any, data?: PutIntegrationCommandOutput) => void,
1738
1711
  ): void;
1739
1712
  putLogEvents(
1740
1713
  args: PutLogEventsCommandInput,
1741
- options?: __HttpHandlerOptions
1714
+ options?: __HttpHandlerOptions,
1742
1715
  ): Promise<PutLogEventsCommandOutput>;
1743
1716
  putLogEvents(
1744
1717
  args: PutLogEventsCommandInput,
1745
- cb: (err: any, data?: PutLogEventsCommandOutput) => void
1718
+ cb: (err: any, data?: PutLogEventsCommandOutput) => void,
1746
1719
  ): void;
1747
1720
  putLogEvents(
1748
1721
  args: PutLogEventsCommandInput,
1749
1722
  options: __HttpHandlerOptions,
1750
- cb: (err: any, data?: PutLogEventsCommandOutput) => void
1723
+ cb: (err: any, data?: PutLogEventsCommandOutput) => void,
1751
1724
  ): void;
1752
1725
  putLogGroupDeletionProtection(
1753
1726
  args: PutLogGroupDeletionProtectionCommandInput,
1754
- options?: __HttpHandlerOptions
1727
+ options?: __HttpHandlerOptions,
1755
1728
  ): Promise<PutLogGroupDeletionProtectionCommandOutput>;
1756
1729
  putLogGroupDeletionProtection(
1757
1730
  args: PutLogGroupDeletionProtectionCommandInput,
1758
- cb: (err: any, data?: PutLogGroupDeletionProtectionCommandOutput) => void
1731
+ cb: (err: any, data?: PutLogGroupDeletionProtectionCommandOutput) => void,
1759
1732
  ): void;
1760
1733
  putLogGroupDeletionProtection(
1761
1734
  args: PutLogGroupDeletionProtectionCommandInput,
1762
1735
  options: __HttpHandlerOptions,
1763
- cb: (err: any, data?: PutLogGroupDeletionProtectionCommandOutput) => void
1736
+ cb: (err: any, data?: PutLogGroupDeletionProtectionCommandOutput) => void,
1764
1737
  ): void;
1765
1738
  putMetricFilter(
1766
1739
  args: PutMetricFilterCommandInput,
1767
- options?: __HttpHandlerOptions
1740
+ options?: __HttpHandlerOptions,
1768
1741
  ): Promise<PutMetricFilterCommandOutput>;
1769
1742
  putMetricFilter(
1770
1743
  args: PutMetricFilterCommandInput,
1771
- cb: (err: any, data?: PutMetricFilterCommandOutput) => void
1744
+ cb: (err: any, data?: PutMetricFilterCommandOutput) => void,
1772
1745
  ): void;
1773
1746
  putMetricFilter(
1774
1747
  args: PutMetricFilterCommandInput,
1775
1748
  options: __HttpHandlerOptions,
1776
- cb: (err: any, data?: PutMetricFilterCommandOutput) => void
1749
+ cb: (err: any, data?: PutMetricFilterCommandOutput) => void,
1777
1750
  ): void;
1778
1751
  putQueryDefinition(
1779
1752
  args: PutQueryDefinitionCommandInput,
1780
- options?: __HttpHandlerOptions
1753
+ options?: __HttpHandlerOptions,
1781
1754
  ): Promise<PutQueryDefinitionCommandOutput>;
1782
1755
  putQueryDefinition(
1783
1756
  args: PutQueryDefinitionCommandInput,
1784
- cb: (err: any, data?: PutQueryDefinitionCommandOutput) => void
1757
+ cb: (err: any, data?: PutQueryDefinitionCommandOutput) => void,
1785
1758
  ): void;
1786
1759
  putQueryDefinition(
1787
1760
  args: PutQueryDefinitionCommandInput,
1788
1761
  options: __HttpHandlerOptions,
1789
- cb: (err: any, data?: PutQueryDefinitionCommandOutput) => void
1762
+ cb: (err: any, data?: PutQueryDefinitionCommandOutput) => void,
1790
1763
  ): void;
1791
1764
  putResourcePolicy(): Promise<PutResourcePolicyCommandOutput>;
1792
1765
  putResourcePolicy(
1793
1766
  args: PutResourcePolicyCommandInput,
1794
- options?: __HttpHandlerOptions
1767
+ options?: __HttpHandlerOptions,
1795
1768
  ): Promise<PutResourcePolicyCommandOutput>;
1796
1769
  putResourcePolicy(
1797
1770
  args: PutResourcePolicyCommandInput,
1798
- cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
1771
+ cb: (err: any, data?: PutResourcePolicyCommandOutput) => void,
1799
1772
  ): void;
1800
1773
  putResourcePolicy(
1801
1774
  args: PutResourcePolicyCommandInput,
1802
1775
  options: __HttpHandlerOptions,
1803
- cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
1776
+ cb: (err: any, data?: PutResourcePolicyCommandOutput) => void,
1804
1777
  ): void;
1805
1778
  putRetentionPolicy(
1806
1779
  args: PutRetentionPolicyCommandInput,
1807
- options?: __HttpHandlerOptions
1780
+ options?: __HttpHandlerOptions,
1808
1781
  ): Promise<PutRetentionPolicyCommandOutput>;
1809
1782
  putRetentionPolicy(
1810
1783
  args: PutRetentionPolicyCommandInput,
1811
- cb: (err: any, data?: PutRetentionPolicyCommandOutput) => void
1784
+ cb: (err: any, data?: PutRetentionPolicyCommandOutput) => void,
1812
1785
  ): void;
1813
1786
  putRetentionPolicy(
1814
1787
  args: PutRetentionPolicyCommandInput,
1815
1788
  options: __HttpHandlerOptions,
1816
- cb: (err: any, data?: PutRetentionPolicyCommandOutput) => void
1789
+ cb: (err: any, data?: PutRetentionPolicyCommandOutput) => void,
1817
1790
  ): void;
1818
1791
  putStorageTierPolicy(
1819
1792
  args: PutStorageTierPolicyCommandInput,
1820
- options?: __HttpHandlerOptions
1793
+ options?: __HttpHandlerOptions,
1821
1794
  ): Promise<PutStorageTierPolicyCommandOutput>;
1822
1795
  putStorageTierPolicy(
1823
1796
  args: PutStorageTierPolicyCommandInput,
1824
- cb: (err: any, data?: PutStorageTierPolicyCommandOutput) => void
1797
+ cb: (err: any, data?: PutStorageTierPolicyCommandOutput) => void,
1825
1798
  ): void;
1826
1799
  putStorageTierPolicy(
1827
1800
  args: PutStorageTierPolicyCommandInput,
1828
1801
  options: __HttpHandlerOptions,
1829
- cb: (err: any, data?: PutStorageTierPolicyCommandOutput) => void
1802
+ cb: (err: any, data?: PutStorageTierPolicyCommandOutput) => void,
1830
1803
  ): void;
1831
1804
  putSubscriptionFilter(
1832
1805
  args: PutSubscriptionFilterCommandInput,
1833
- options?: __HttpHandlerOptions
1806
+ options?: __HttpHandlerOptions,
1834
1807
  ): Promise<PutSubscriptionFilterCommandOutput>;
1835
1808
  putSubscriptionFilter(
1836
1809
  args: PutSubscriptionFilterCommandInput,
1837
- cb: (err: any, data?: PutSubscriptionFilterCommandOutput) => void
1810
+ cb: (err: any, data?: PutSubscriptionFilterCommandOutput) => void,
1838
1811
  ): void;
1839
1812
  putSubscriptionFilter(
1840
1813
  args: PutSubscriptionFilterCommandInput,
1841
1814
  options: __HttpHandlerOptions,
1842
- cb: (err: any, data?: PutSubscriptionFilterCommandOutput) => void
1815
+ cb: (err: any, data?: PutSubscriptionFilterCommandOutput) => void,
1843
1816
  ): void;
1844
1817
  putSyslogConfiguration(
1845
1818
  args: PutSyslogConfigurationCommandInput,
1846
- options?: __HttpHandlerOptions
1819
+ options?: __HttpHandlerOptions,
1847
1820
  ): Promise<PutSyslogConfigurationCommandOutput>;
1848
1821
  putSyslogConfiguration(
1849
1822
  args: PutSyslogConfigurationCommandInput,
1850
- cb: (err: any, data?: PutSyslogConfigurationCommandOutput) => void
1823
+ cb: (err: any, data?: PutSyslogConfigurationCommandOutput) => void,
1851
1824
  ): void;
1852
1825
  putSyslogConfiguration(
1853
1826
  args: PutSyslogConfigurationCommandInput,
1854
1827
  options: __HttpHandlerOptions,
1855
- cb: (err: any, data?: PutSyslogConfigurationCommandOutput) => void
1828
+ cb: (err: any, data?: PutSyslogConfigurationCommandOutput) => void,
1856
1829
  ): void;
1857
1830
  putTransformer(
1858
1831
  args: PutTransformerCommandInput,
1859
- options?: __HttpHandlerOptions
1832
+ options?: __HttpHandlerOptions,
1860
1833
  ): Promise<PutTransformerCommandOutput>;
1861
1834
  putTransformer(
1862
1835
  args: PutTransformerCommandInput,
1863
- cb: (err: any, data?: PutTransformerCommandOutput) => void
1836
+ cb: (err: any, data?: PutTransformerCommandOutput) => void,
1864
1837
  ): void;
1865
1838
  putTransformer(
1866
1839
  args: PutTransformerCommandInput,
1867
1840
  options: __HttpHandlerOptions,
1868
- cb: (err: any, data?: PutTransformerCommandOutput) => void
1841
+ cb: (err: any, data?: PutTransformerCommandOutput) => void,
1869
1842
  ): void;
1870
1843
  startLiveTail(
1871
1844
  args: StartLiveTailCommandInput,
1872
- options?: __HttpHandlerOptions
1845
+ options?: __HttpHandlerOptions,
1873
1846
  ): Promise<StartLiveTailCommandOutput>;
1874
1847
  startLiveTail(
1875
1848
  args: StartLiveTailCommandInput,
1876
- cb: (err: any, data?: StartLiveTailCommandOutput) => void
1849
+ cb: (err: any, data?: StartLiveTailCommandOutput) => void,
1877
1850
  ): void;
1878
1851
  startLiveTail(
1879
1852
  args: StartLiveTailCommandInput,
1880
1853
  options: __HttpHandlerOptions,
1881
- cb: (err: any, data?: StartLiveTailCommandOutput) => void
1854
+ cb: (err: any, data?: StartLiveTailCommandOutput) => void,
1882
1855
  ): void;
1883
1856
  startQuery(
1884
1857
  args: StartQueryCommandInput,
1885
- options?: __HttpHandlerOptions
1858
+ options?: __HttpHandlerOptions,
1886
1859
  ): Promise<StartQueryCommandOutput>;
1887
1860
  startQuery(
1888
1861
  args: StartQueryCommandInput,
1889
- cb: (err: any, data?: StartQueryCommandOutput) => void
1862
+ cb: (err: any, data?: StartQueryCommandOutput) => void,
1890
1863
  ): void;
1891
1864
  startQuery(
1892
1865
  args: StartQueryCommandInput,
1893
1866
  options: __HttpHandlerOptions,
1894
- cb: (err: any, data?: StartQueryCommandOutput) => void
1867
+ cb: (err: any, data?: StartQueryCommandOutput) => void,
1895
1868
  ): void;
1896
1869
  stopQuery(
1897
1870
  args: StopQueryCommandInput,
1898
- options?: __HttpHandlerOptions
1871
+ options?: __HttpHandlerOptions,
1899
1872
  ): Promise<StopQueryCommandOutput>;
1900
1873
  stopQuery(
1901
1874
  args: StopQueryCommandInput,
1902
- cb: (err: any, data?: StopQueryCommandOutput) => void
1875
+ cb: (err: any, data?: StopQueryCommandOutput) => void,
1903
1876
  ): void;
1904
1877
  stopQuery(
1905
1878
  args: StopQueryCommandInput,
1906
1879
  options: __HttpHandlerOptions,
1907
- cb: (err: any, data?: StopQueryCommandOutput) => void
1880
+ cb: (err: any, data?: StopQueryCommandOutput) => void,
1908
1881
  ): void;
1909
1882
  tagLogGroup(
1910
1883
  args: TagLogGroupCommandInput,
1911
- options?: __HttpHandlerOptions
1884
+ options?: __HttpHandlerOptions,
1912
1885
  ): Promise<TagLogGroupCommandOutput>;
1913
1886
  tagLogGroup(
1914
1887
  args: TagLogGroupCommandInput,
1915
- cb: (err: any, data?: TagLogGroupCommandOutput) => void
1888
+ cb: (err: any, data?: TagLogGroupCommandOutput) => void,
1916
1889
  ): void;
1917
1890
  tagLogGroup(
1918
1891
  args: TagLogGroupCommandInput,
1919
1892
  options: __HttpHandlerOptions,
1920
- cb: (err: any, data?: TagLogGroupCommandOutput) => void
1893
+ cb: (err: any, data?: TagLogGroupCommandOutput) => void,
1921
1894
  ): void;
1922
1895
  tagResource(
1923
1896
  args: TagResourceCommandInput,
1924
- options?: __HttpHandlerOptions
1897
+ options?: __HttpHandlerOptions,
1925
1898
  ): Promise<TagResourceCommandOutput>;
1926
1899
  tagResource(
1927
1900
  args: TagResourceCommandInput,
1928
- cb: (err: any, data?: TagResourceCommandOutput) => void
1901
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
1929
1902
  ): void;
1930
1903
  tagResource(
1931
1904
  args: TagResourceCommandInput,
1932
1905
  options: __HttpHandlerOptions,
1933
- cb: (err: any, data?: TagResourceCommandOutput) => void
1906
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
1934
1907
  ): void;
1935
1908
  testMetricFilter(
1936
1909
  args: TestMetricFilterCommandInput,
1937
- options?: __HttpHandlerOptions
1910
+ options?: __HttpHandlerOptions,
1938
1911
  ): Promise<TestMetricFilterCommandOutput>;
1939
1912
  testMetricFilter(
1940
1913
  args: TestMetricFilterCommandInput,
1941
- cb: (err: any, data?: TestMetricFilterCommandOutput) => void
1914
+ cb: (err: any, data?: TestMetricFilterCommandOutput) => void,
1942
1915
  ): void;
1943
1916
  testMetricFilter(
1944
1917
  args: TestMetricFilterCommandInput,
1945
1918
  options: __HttpHandlerOptions,
1946
- cb: (err: any, data?: TestMetricFilterCommandOutput) => void
1919
+ cb: (err: any, data?: TestMetricFilterCommandOutput) => void,
1947
1920
  ): void;
1948
1921
  testTransformer(
1949
1922
  args: TestTransformerCommandInput,
1950
- options?: __HttpHandlerOptions
1923
+ options?: __HttpHandlerOptions,
1951
1924
  ): Promise<TestTransformerCommandOutput>;
1952
1925
  testTransformer(
1953
1926
  args: TestTransformerCommandInput,
1954
- cb: (err: any, data?: TestTransformerCommandOutput) => void
1927
+ cb: (err: any, data?: TestTransformerCommandOutput) => void,
1955
1928
  ): void;
1956
1929
  testTransformer(
1957
1930
  args: TestTransformerCommandInput,
1958
1931
  options: __HttpHandlerOptions,
1959
- cb: (err: any, data?: TestTransformerCommandOutput) => void
1932
+ cb: (err: any, data?: TestTransformerCommandOutput) => void,
1960
1933
  ): void;
1961
1934
  untagLogGroup(
1962
1935
  args: UntagLogGroupCommandInput,
1963
- options?: __HttpHandlerOptions
1936
+ options?: __HttpHandlerOptions,
1964
1937
  ): Promise<UntagLogGroupCommandOutput>;
1965
1938
  untagLogGroup(
1966
1939
  args: UntagLogGroupCommandInput,
1967
- cb: (err: any, data?: UntagLogGroupCommandOutput) => void
1940
+ cb: (err: any, data?: UntagLogGroupCommandOutput) => void,
1968
1941
  ): void;
1969
1942
  untagLogGroup(
1970
1943
  args: UntagLogGroupCommandInput,
1971
1944
  options: __HttpHandlerOptions,
1972
- cb: (err: any, data?: UntagLogGroupCommandOutput) => void
1945
+ cb: (err: any, data?: UntagLogGroupCommandOutput) => void,
1973
1946
  ): void;
1974
1947
  untagResource(
1975
1948
  args: UntagResourceCommandInput,
1976
- options?: __HttpHandlerOptions
1949
+ options?: __HttpHandlerOptions,
1977
1950
  ): Promise<UntagResourceCommandOutput>;
1978
1951
  untagResource(
1979
1952
  args: UntagResourceCommandInput,
1980
- cb: (err: any, data?: UntagResourceCommandOutput) => void
1953
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
1981
1954
  ): void;
1982
1955
  untagResource(
1983
1956
  args: UntagResourceCommandInput,
1984
1957
  options: __HttpHandlerOptions,
1985
- cb: (err: any, data?: UntagResourceCommandOutput) => void
1958
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
1986
1959
  ): void;
1987
1960
  updateAnomaly(
1988
1961
  args: UpdateAnomalyCommandInput,
1989
- options?: __HttpHandlerOptions
1962
+ options?: __HttpHandlerOptions,
1990
1963
  ): Promise<UpdateAnomalyCommandOutput>;
1991
1964
  updateAnomaly(
1992
1965
  args: UpdateAnomalyCommandInput,
1993
- cb: (err: any, data?: UpdateAnomalyCommandOutput) => void
1966
+ cb: (err: any, data?: UpdateAnomalyCommandOutput) => void,
1994
1967
  ): void;
1995
1968
  updateAnomaly(
1996
1969
  args: UpdateAnomalyCommandInput,
1997
1970
  options: __HttpHandlerOptions,
1998
- cb: (err: any, data?: UpdateAnomalyCommandOutput) => void
1971
+ cb: (err: any, data?: UpdateAnomalyCommandOutput) => void,
1999
1972
  ): void;
2000
1973
  updateDeliveryConfiguration(
2001
1974
  args: UpdateDeliveryConfigurationCommandInput,
2002
- options?: __HttpHandlerOptions
1975
+ options?: __HttpHandlerOptions,
2003
1976
  ): Promise<UpdateDeliveryConfigurationCommandOutput>;
2004
1977
  updateDeliveryConfiguration(
2005
1978
  args: UpdateDeliveryConfigurationCommandInput,
2006
- cb: (err: any, data?: UpdateDeliveryConfigurationCommandOutput) => void
1979
+ cb: (err: any, data?: UpdateDeliveryConfigurationCommandOutput) => void,
2007
1980
  ): void;
2008
1981
  updateDeliveryConfiguration(
2009
1982
  args: UpdateDeliveryConfigurationCommandInput,
2010
1983
  options: __HttpHandlerOptions,
2011
- cb: (err: any, data?: UpdateDeliveryConfigurationCommandOutput) => void
1984
+ cb: (err: any, data?: UpdateDeliveryConfigurationCommandOutput) => void,
2012
1985
  ): void;
2013
1986
  updateLogAnomalyDetector(
2014
1987
  args: UpdateLogAnomalyDetectorCommandInput,
2015
- options?: __HttpHandlerOptions
1988
+ options?: __HttpHandlerOptions,
2016
1989
  ): Promise<UpdateLogAnomalyDetectorCommandOutput>;
2017
1990
  updateLogAnomalyDetector(
2018
1991
  args: UpdateLogAnomalyDetectorCommandInput,
2019
- cb: (err: any, data?: UpdateLogAnomalyDetectorCommandOutput) => void
1992
+ cb: (err: any, data?: UpdateLogAnomalyDetectorCommandOutput) => void,
2020
1993
  ): void;
2021
1994
  updateLogAnomalyDetector(
2022
1995
  args: UpdateLogAnomalyDetectorCommandInput,
2023
1996
  options: __HttpHandlerOptions,
2024
- cb: (err: any, data?: UpdateLogAnomalyDetectorCommandOutput) => void
1997
+ cb: (err: any, data?: UpdateLogAnomalyDetectorCommandOutput) => void,
2025
1998
  ): void;
2026
1999
  updateLookupTable(
2027
2000
  args: UpdateLookupTableCommandInput,
2028
- options?: __HttpHandlerOptions
2001
+ options?: __HttpHandlerOptions,
2029
2002
  ): Promise<UpdateLookupTableCommandOutput>;
2030
2003
  updateLookupTable(
2031
2004
  args: UpdateLookupTableCommandInput,
2032
- cb: (err: any, data?: UpdateLookupTableCommandOutput) => void
2005
+ cb: (err: any, data?: UpdateLookupTableCommandOutput) => void,
2033
2006
  ): void;
2034
2007
  updateLookupTable(
2035
2008
  args: UpdateLookupTableCommandInput,
2036
2009
  options: __HttpHandlerOptions,
2037
- cb: (err: any, data?: UpdateLookupTableCommandOutput) => void
2010
+ cb: (err: any, data?: UpdateLookupTableCommandOutput) => void,
2038
2011
  ): void;
2039
2012
  updateScheduledQuery(
2040
2013
  args: UpdateScheduledQueryCommandInput,
2041
- options?: __HttpHandlerOptions
2014
+ options?: __HttpHandlerOptions,
2042
2015
  ): Promise<UpdateScheduledQueryCommandOutput>;
2043
2016
  updateScheduledQuery(
2044
2017
  args: UpdateScheduledQueryCommandInput,
2045
- cb: (err: any, data?: UpdateScheduledQueryCommandOutput) => void
2018
+ cb: (err: any, data?: UpdateScheduledQueryCommandOutput) => void,
2046
2019
  ): void;
2047
2020
  updateScheduledQuery(
2048
2021
  args: UpdateScheduledQueryCommandInput,
2049
2022
  options: __HttpHandlerOptions,
2050
- cb: (err: any, data?: UpdateScheduledQueryCommandOutput) => void
2023
+ cb: (err: any, data?: UpdateScheduledQueryCommandOutput) => void,
2051
2024
  ): void;
2052
2025
  paginateDescribeConfigurationTemplates(
2053
2026
  args?: DescribeConfigurationTemplatesCommandInput,
2054
2027
  paginationConfig?: Pick<
2055
2028
  PaginationConfiguration,
2056
2029
  Exclude<keyof PaginationConfiguration, "client">
2057
- >
2030
+ >,
2058
2031
  ): Paginator<DescribeConfigurationTemplatesCommandOutput>;
2059
2032
  paginateDescribeDeliveries(
2060
2033
  args?: DescribeDeliveriesCommandInput,
2061
2034
  paginationConfig?: Pick<
2062
2035
  PaginationConfiguration,
2063
2036
  Exclude<keyof PaginationConfiguration, "client">
2064
- >
2037
+ >,
2065
2038
  ): Paginator<DescribeDeliveriesCommandOutput>;
2066
2039
  paginateDescribeDeliveryDestinations(
2067
2040
  args?: DescribeDeliveryDestinationsCommandInput,
2068
2041
  paginationConfig?: Pick<
2069
2042
  PaginationConfiguration,
2070
2043
  Exclude<keyof PaginationConfiguration, "client">
2071
- >
2044
+ >,
2072
2045
  ): Paginator<DescribeDeliveryDestinationsCommandOutput>;
2073
2046
  paginateDescribeDeliverySources(
2074
2047
  args?: DescribeDeliverySourcesCommandInput,
2075
2048
  paginationConfig?: Pick<
2076
2049
  PaginationConfiguration,
2077
2050
  Exclude<keyof PaginationConfiguration, "client">
2078
- >
2051
+ >,
2079
2052
  ): Paginator<DescribeDeliverySourcesCommandOutput>;
2080
2053
  paginateDescribeDestinations(
2081
2054
  args?: DescribeDestinationsCommandInput,
2082
2055
  paginationConfig?: Pick<
2083
2056
  PaginationConfiguration,
2084
2057
  Exclude<keyof PaginationConfiguration, "client">
2085
- >
2058
+ >,
2086
2059
  ): Paginator<DescribeDestinationsCommandOutput>;
2087
2060
  paginateDescribeLogGroups(
2088
2061
  args?: DescribeLogGroupsCommandInput,
2089
2062
  paginationConfig?: Pick<
2090
2063
  PaginationConfiguration,
2091
2064
  Exclude<keyof PaginationConfiguration, "client">
2092
- >
2065
+ >,
2093
2066
  ): Paginator<DescribeLogGroupsCommandOutput>;
2094
2067
  paginateDescribeLogStreams(
2095
2068
  args?: DescribeLogStreamsCommandInput,
2096
2069
  paginationConfig?: Pick<
2097
2070
  PaginationConfiguration,
2098
2071
  Exclude<keyof PaginationConfiguration, "client">
2099
- >
2072
+ >,
2100
2073
  ): Paginator<DescribeLogStreamsCommandOutput>;
2101
2074
  paginateDescribeMetricFilters(
2102
2075
  args?: DescribeMetricFiltersCommandInput,
2103
2076
  paginationConfig?: Pick<
2104
2077
  PaginationConfiguration,
2105
2078
  Exclude<keyof PaginationConfiguration, "client">
2106
- >
2079
+ >,
2107
2080
  ): Paginator<DescribeMetricFiltersCommandOutput>;
2108
2081
  paginateDescribeSubscriptionFilters(
2109
2082
  args: DescribeSubscriptionFiltersCommandInput,
2110
2083
  paginationConfig?: Pick<
2111
2084
  PaginationConfiguration,
2112
2085
  Exclude<keyof PaginationConfiguration, "client">
2113
- >
2086
+ >,
2114
2087
  ): Paginator<DescribeSubscriptionFiltersCommandOutput>;
2115
2088
  paginateFilterLogEvents(
2116
2089
  args?: FilterLogEventsCommandInput,
2117
2090
  paginationConfig?: Pick<
2118
2091
  PaginationConfiguration,
2119
2092
  Exclude<keyof PaginationConfiguration, "client">
2120
- >
2093
+ >,
2121
2094
  ): Paginator<FilterLogEventsCommandOutput>;
2122
2095
  paginateGetLogEvents(
2123
2096
  args: GetLogEventsCommandInput,
2124
2097
  paginationConfig?: Pick<
2125
2098
  PaginationConfiguration,
2126
2099
  Exclude<keyof PaginationConfiguration, "client">
2127
- >
2100
+ >,
2128
2101
  ): Paginator<GetLogEventsCommandOutput>;
2129
2102
  paginateGetScheduledQueryHistory(
2130
2103
  args: GetScheduledQueryHistoryCommandInput,
2131
2104
  paginationConfig?: Pick<
2132
2105
  PaginationConfiguration,
2133
2106
  Exclude<keyof PaginationConfiguration, "client">
2134
- >
2107
+ >,
2135
2108
  ): Paginator<GetScheduledQueryHistoryCommandOutput>;
2136
2109
  paginateListAggregateLogGroupSummaries(
2137
2110
  args: ListAggregateLogGroupSummariesCommandInput,
2138
2111
  paginationConfig?: Pick<
2139
2112
  PaginationConfiguration,
2140
2113
  Exclude<keyof PaginationConfiguration, "client">
2141
- >
2114
+ >,
2142
2115
  ): Paginator<ListAggregateLogGroupSummariesCommandOutput>;
2143
2116
  paginateListAnomalies(
2144
2117
  args?: ListAnomaliesCommandInput,
2145
2118
  paginationConfig?: Pick<
2146
2119
  PaginationConfiguration,
2147
2120
  Exclude<keyof PaginationConfiguration, "client">
2148
- >
2121
+ >,
2149
2122
  ): Paginator<ListAnomaliesCommandOutput>;
2150
2123
  paginateListLogAnomalyDetectors(
2151
2124
  args?: ListLogAnomalyDetectorsCommandInput,
2152
2125
  paginationConfig?: Pick<
2153
2126
  PaginationConfiguration,
2154
2127
  Exclude<keyof PaginationConfiguration, "client">
2155
- >
2128
+ >,
2156
2129
  ): Paginator<ListLogAnomalyDetectorsCommandOutput>;
2157
2130
  paginateListLogGroupsForQuery(
2158
2131
  args: ListLogGroupsForQueryCommandInput,
2159
2132
  paginationConfig?: Pick<
2160
2133
  PaginationConfiguration,
2161
2134
  Exclude<keyof PaginationConfiguration, "client">
2162
- >
2135
+ >,
2163
2136
  ): Paginator<ListLogGroupsForQueryCommandOutput>;
2164
2137
  paginateListScheduledQueries(
2165
2138
  args?: ListScheduledQueriesCommandInput,
2166
2139
  paginationConfig?: Pick<
2167
2140
  PaginationConfiguration,
2168
2141
  Exclude<keyof PaginationConfiguration, "client">
2169
- >
2142
+ >,
2170
2143
  ): Paginator<ListScheduledQueriesCommandOutput>;
2171
2144
  paginateListSourcesForS3TableIntegration(
2172
2145
  args: ListSourcesForS3TableIntegrationCommandInput,
2173
2146
  paginationConfig?: Pick<
2174
2147
  PaginationConfiguration,
2175
2148
  Exclude<keyof PaginationConfiguration, "client">
2176
- >
2149
+ >,
2177
2150
  ): Paginator<ListSourcesForS3TableIntegrationCommandOutput>;
2178
2151
  }
2179
- export declare class CloudWatchLogs
2180
- extends CloudWatchLogsClient
2181
- implements CloudWatchLogs {}
2152
+ export declare class CloudWatchLogs extends CloudWatchLogsClient implements CloudWatchLogs {}