@aws-sdk/client-firehose 3.952.0 → 3.953.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 (32) hide show
  1. package/dist-cjs/index.js +654 -491
  2. package/dist-cjs/runtimeConfig.shared.js +7 -6
  3. package/dist-es/commands/CreateDeliveryStreamCommand.js +2 -2
  4. package/dist-es/commands/DeleteDeliveryStreamCommand.js +2 -2
  5. package/dist-es/commands/DescribeDeliveryStreamCommand.js +2 -2
  6. package/dist-es/commands/ListDeliveryStreamsCommand.js +2 -2
  7. package/dist-es/commands/ListTagsForDeliveryStreamCommand.js +2 -2
  8. package/dist-es/commands/PutRecordBatchCommand.js +2 -2
  9. package/dist-es/commands/PutRecordCommand.js +2 -2
  10. package/dist-es/commands/StartDeliveryStreamEncryptionCommand.js +2 -2
  11. package/dist-es/commands/StopDeliveryStreamEncryptionCommand.js +2 -2
  12. package/dist-es/commands/TagDeliveryStreamCommand.js +2 -2
  13. package/dist-es/commands/UntagDeliveryStreamCommand.js +2 -2
  14. package/dist-es/commands/UpdateDestinationCommand.js +2 -2
  15. package/dist-es/index.js +1 -0
  16. package/dist-es/runtimeConfig.shared.js +7 -6
  17. package/dist-es/schemas/schemas_0.js +497 -482
  18. package/dist-types/FirehoseClient.d.ts +1 -10
  19. package/dist-types/index.d.ts +1 -0
  20. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  21. package/dist-types/runtimeConfig.d.ts +6 -2
  22. package/dist-types/runtimeConfig.native.d.ts +6 -2
  23. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  24. package/dist-types/schemas/schemas_0.d.ts +149 -188
  25. package/dist-types/ts3.4/FirehoseClient.d.ts +0 -4
  26. package/dist-types/ts3.4/index.d.ts +1 -0
  27. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  28. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  29. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  30. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  31. package/dist-types/ts3.4/schemas/schemas_0.d.ts +148 -189
  32. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class FirehoseClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let FirehoseServiceException$1 = class FirehoseServiceException extends smithyClient.ServiceException {
113
+ class FirehoseServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, FirehoseServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let ConcurrentModificationException$1 = class ConcurrentModificationException extends FirehoseServiceException$1 {
120
+ class ConcurrentModificationException extends FirehoseServiceException {
121
121
  name = "ConcurrentModificationException";
122
122
  $fault = "client";
123
123
  constructor(opts) {
@@ -128,8 +128,8 @@ let ConcurrentModificationException$1 = class ConcurrentModificationException ex
128
128
  });
129
129
  Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
130
130
  }
131
- };
132
- let InvalidArgumentException$1 = class InvalidArgumentException extends FirehoseServiceException$1 {
131
+ }
132
+ class InvalidArgumentException extends FirehoseServiceException {
133
133
  name = "InvalidArgumentException";
134
134
  $fault = "client";
135
135
  constructor(opts) {
@@ -140,8 +140,8 @@ let InvalidArgumentException$1 = class InvalidArgumentException extends Firehose
140
140
  });
141
141
  Object.setPrototypeOf(this, InvalidArgumentException.prototype);
142
142
  }
143
- };
144
- let InvalidKMSResourceException$1 = class InvalidKMSResourceException extends FirehoseServiceException$1 {
143
+ }
144
+ class InvalidKMSResourceException extends FirehoseServiceException {
145
145
  name = "InvalidKMSResourceException";
146
146
  $fault = "client";
147
147
  code;
@@ -154,8 +154,8 @@ let InvalidKMSResourceException$1 = class InvalidKMSResourceException extends Fi
154
154
  Object.setPrototypeOf(this, InvalidKMSResourceException.prototype);
155
155
  this.code = opts.code;
156
156
  }
157
- };
158
- let LimitExceededException$1 = class LimitExceededException extends FirehoseServiceException$1 {
157
+ }
158
+ class LimitExceededException extends FirehoseServiceException {
159
159
  name = "LimitExceededException";
160
160
  $fault = "client";
161
161
  constructor(opts) {
@@ -166,8 +166,8 @@ let LimitExceededException$1 = class LimitExceededException extends FirehoseServ
166
166
  });
167
167
  Object.setPrototypeOf(this, LimitExceededException.prototype);
168
168
  }
169
- };
170
- let ResourceInUseException$1 = class ResourceInUseException extends FirehoseServiceException$1 {
169
+ }
170
+ class ResourceInUseException extends FirehoseServiceException {
171
171
  name = "ResourceInUseException";
172
172
  $fault = "client";
173
173
  constructor(opts) {
@@ -178,8 +178,8 @@ let ResourceInUseException$1 = class ResourceInUseException extends FirehoseServ
178
178
  });
179
179
  Object.setPrototypeOf(this, ResourceInUseException.prototype);
180
180
  }
181
- };
182
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends FirehoseServiceException$1 {
181
+ }
182
+ class ResourceNotFoundException extends FirehoseServiceException {
183
183
  name = "ResourceNotFoundException";
184
184
  $fault = "client";
185
185
  constructor(opts) {
@@ -190,8 +190,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Fireho
190
190
  });
191
191
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
192
192
  }
193
- };
194
- let InvalidSourceException$1 = class InvalidSourceException extends FirehoseServiceException$1 {
193
+ }
194
+ class InvalidSourceException extends FirehoseServiceException {
195
195
  name = "InvalidSourceException";
196
196
  $fault = "client";
197
197
  code;
@@ -204,8 +204,8 @@ let InvalidSourceException$1 = class InvalidSourceException extends FirehoseServ
204
204
  Object.setPrototypeOf(this, InvalidSourceException.prototype);
205
205
  this.code = opts.code;
206
206
  }
207
- };
208
- let ServiceUnavailableException$1 = class ServiceUnavailableException extends FirehoseServiceException$1 {
207
+ }
208
+ class ServiceUnavailableException extends FirehoseServiceException {
209
209
  name = "ServiceUnavailableException";
210
210
  $fault = "server";
211
211
  constructor(opts) {
@@ -216,7 +216,7 @@ let ServiceUnavailableException$1 = class ServiceUnavailableException extends Fi
216
216
  });
217
217
  Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
218
218
  }
219
- };
219
+ }
220
220
 
221
221
  const _ABH = "AmazonopensearchserviceBufferingHints";
222
222
  const _AC = "AuthenticationConfiguration";
@@ -572,8 +572,15 @@ var SnowflakeSchema = [0, n0, _SS, 8, 0];
572
572
  var SnowflakeTable = [0, n0, _ST, 8, 0];
573
573
  var SnowflakeUser = [0, n0, _SU, 8, 0];
574
574
  var Username = [0, n0, _U, 8, 0];
575
- var AmazonOpenSearchServerlessBufferingHints = [3, n0, _AOSSBH, 0, [_IIS, _SIMB], [1, 1]];
576
- var AmazonOpenSearchServerlessDestinationConfiguration = [
575
+ var AmazonOpenSearchServerlessBufferingHints$ = [
576
+ 3,
577
+ n0,
578
+ _AOSSBH,
579
+ 0,
580
+ [_IIS, _SIMB],
581
+ [1, 1],
582
+ ];
583
+ var AmazonOpenSearchServerlessDestinationConfiguration$ = [
577
584
  3,
578
585
  n0,
579
586
  _AOSSDC,
@@ -583,16 +590,16 @@ var AmazonOpenSearchServerlessDestinationConfiguration = [
583
590
  0,
584
591
  0,
585
592
  0,
586
- () => AmazonOpenSearchServerlessBufferingHints,
587
- () => AmazonOpenSearchServerlessRetryOptions,
593
+ () => AmazonOpenSearchServerlessBufferingHints$,
594
+ () => AmazonOpenSearchServerlessRetryOptions$,
588
595
  0,
589
- () => S3DestinationConfiguration,
590
- () => ProcessingConfiguration,
591
- () => CloudWatchLoggingOptions,
592
- () => VpcConfiguration,
596
+ () => S3DestinationConfiguration$,
597
+ () => ProcessingConfiguration$,
598
+ () => CloudWatchLoggingOptions$,
599
+ () => VpcConfiguration$,
593
600
  ],
594
601
  ];
595
- var AmazonOpenSearchServerlessDestinationDescription = [
602
+ var AmazonOpenSearchServerlessDestinationDescription$ = [
596
603
  3,
597
604
  n0,
598
605
  _AOSSDD,
@@ -602,16 +609,16 @@ var AmazonOpenSearchServerlessDestinationDescription = [
602
609
  0,
603
610
  0,
604
611
  0,
605
- () => AmazonOpenSearchServerlessBufferingHints,
606
- () => AmazonOpenSearchServerlessRetryOptions,
612
+ () => AmazonOpenSearchServerlessBufferingHints$,
613
+ () => AmazonOpenSearchServerlessRetryOptions$,
607
614
  0,
608
- () => S3DestinationDescription,
609
- () => ProcessingConfiguration,
610
- () => CloudWatchLoggingOptions,
611
- () => VpcConfigurationDescription,
615
+ () => S3DestinationDescription$,
616
+ () => ProcessingConfiguration$,
617
+ () => CloudWatchLoggingOptions$,
618
+ () => VpcConfigurationDescription$,
612
619
  ],
613
620
  ];
614
- var AmazonOpenSearchServerlessDestinationUpdate = [
621
+ var AmazonOpenSearchServerlessDestinationUpdate$ = [
615
622
  3,
616
623
  n0,
617
624
  _AOSSDU,
@@ -621,16 +628,16 @@ var AmazonOpenSearchServerlessDestinationUpdate = [
621
628
  0,
622
629
  0,
623
630
  0,
624
- () => AmazonOpenSearchServerlessBufferingHints,
625
- () => AmazonOpenSearchServerlessRetryOptions,
626
- () => S3DestinationUpdate,
627
- () => ProcessingConfiguration,
628
- () => CloudWatchLoggingOptions,
631
+ () => AmazonOpenSearchServerlessBufferingHints$,
632
+ () => AmazonOpenSearchServerlessRetryOptions$,
633
+ () => S3DestinationUpdate$,
634
+ () => ProcessingConfiguration$,
635
+ () => CloudWatchLoggingOptions$,
629
636
  ],
630
637
  ];
631
- var AmazonOpenSearchServerlessRetryOptions = [3, n0, _AOSSRO, 0, [_DIS], [1]];
632
- var AmazonopensearchserviceBufferingHints = [3, n0, _ABH, 0, [_IIS, _SIMB], [1, 1]];
633
- var AmazonopensearchserviceDestinationConfiguration = [
638
+ var AmazonOpenSearchServerlessRetryOptions$ = [3, n0, _AOSSRO, 0, [_DIS], [1]];
639
+ var AmazonopensearchserviceBufferingHints$ = [3, n0, _ABH, 0, [_IIS, _SIMB], [1, 1]];
640
+ var AmazonopensearchserviceDestinationConfiguration$ = [
634
641
  3,
635
642
  n0,
636
643
  _ADC,
@@ -643,17 +650,17 @@ var AmazonopensearchserviceDestinationConfiguration = [
643
650
  0,
644
651
  0,
645
652
  0,
646
- () => AmazonopensearchserviceBufferingHints,
647
- () => AmazonopensearchserviceRetryOptions,
653
+ () => AmazonopensearchserviceBufferingHints$,
654
+ () => AmazonopensearchserviceRetryOptions$,
648
655
  0,
649
- () => S3DestinationConfiguration,
650
- () => ProcessingConfiguration,
651
- () => CloudWatchLoggingOptions,
652
- () => VpcConfiguration,
653
- () => DocumentIdOptions,
656
+ () => S3DestinationConfiguration$,
657
+ () => ProcessingConfiguration$,
658
+ () => CloudWatchLoggingOptions$,
659
+ () => VpcConfiguration$,
660
+ () => DocumentIdOptions$,
654
661
  ],
655
662
  ];
656
- var AmazonopensearchserviceDestinationDescription = [
663
+ var AmazonopensearchserviceDestinationDescription$ = [
657
664
  3,
658
665
  n0,
659
666
  _ADD,
@@ -666,17 +673,17 @@ var AmazonopensearchserviceDestinationDescription = [
666
673
  0,
667
674
  0,
668
675
  0,
669
- () => AmazonopensearchserviceBufferingHints,
670
- () => AmazonopensearchserviceRetryOptions,
676
+ () => AmazonopensearchserviceBufferingHints$,
677
+ () => AmazonopensearchserviceRetryOptions$,
671
678
  0,
672
- () => S3DestinationDescription,
673
- () => ProcessingConfiguration,
674
- () => CloudWatchLoggingOptions,
675
- () => VpcConfigurationDescription,
676
- () => DocumentIdOptions,
679
+ () => S3DestinationDescription$,
680
+ () => ProcessingConfiguration$,
681
+ () => CloudWatchLoggingOptions$,
682
+ () => VpcConfigurationDescription$,
683
+ () => DocumentIdOptions$,
677
684
  ],
678
685
  ];
679
- var AmazonopensearchserviceDestinationUpdate = [
686
+ var AmazonopensearchserviceDestinationUpdate$ = [
680
687
  3,
681
688
  n0,
682
689
  _ADU,
@@ -689,23 +696,23 @@ var AmazonopensearchserviceDestinationUpdate = [
689
696
  0,
690
697
  0,
691
698
  0,
692
- () => AmazonopensearchserviceBufferingHints,
693
- () => AmazonopensearchserviceRetryOptions,
694
- () => S3DestinationUpdate,
695
- () => ProcessingConfiguration,
696
- () => CloudWatchLoggingOptions,
697
- () => DocumentIdOptions,
699
+ () => AmazonopensearchserviceBufferingHints$,
700
+ () => AmazonopensearchserviceRetryOptions$,
701
+ () => S3DestinationUpdate$,
702
+ () => ProcessingConfiguration$,
703
+ () => CloudWatchLoggingOptions$,
704
+ () => DocumentIdOptions$,
698
705
  ],
699
706
  ];
700
- var AmazonopensearchserviceRetryOptions = [3, n0, _ARO, 0, [_DIS], [1]];
701
- var AuthenticationConfiguration = [3, n0, _AC, 0, [_RARN, _C], [0, 0]];
702
- var BufferingHints = [3, n0, _BH, 0, [_SIMB, _IIS], [1, 1]];
703
- var CatalogConfiguration = [3, n0, _CC, 0, [_CARN, _WL], [0, 0]];
704
- var CloudWatchLoggingOptions = [3, n0, _CWLO, 0, [_E, _LGN, _LSN], [2, 0, 0]];
705
- var ConcurrentModificationException = [-3, n0, _CME, { [_e]: _c }, [_m], [0]];
706
- schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException, ConcurrentModificationException$1);
707
- var CopyCommand = [3, n0, _CCo, 0, [_DTN, _DTC, _CO], [0, 0, 0]];
708
- var CreateDeliveryStreamInput = [
707
+ var AmazonopensearchserviceRetryOptions$ = [3, n0, _ARO, 0, [_DIS], [1]];
708
+ var AuthenticationConfiguration$ = [3, n0, _AC, 0, [_RARN, _C], [0, 0]];
709
+ var BufferingHints$ = [3, n0, _BH, 0, [_SIMB, _IIS], [1, 1]];
710
+ var CatalogConfiguration$ = [3, n0, _CC, 0, [_CARN, _WL], [0, 0]];
711
+ var CloudWatchLoggingOptions$ = [3, n0, _CWLO, 0, [_E, _LGN, _LSN], [2, 0, 0]];
712
+ var ConcurrentModificationException$ = [-3, n0, _CME, { [_e]: _c }, [_m], [0]];
713
+ schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
714
+ var CopyCommand$ = [3, n0, _CCo, 0, [_DTN, _DTC, _CO], [0, 0, 0]];
715
+ var CreateDeliveryStreamInput$ = [
709
716
  3,
710
717
  n0,
711
718
  _CDSI,
@@ -733,44 +740,44 @@ var CreateDeliveryStreamInput = [
733
740
  [
734
741
  0,
735
742
  0,
736
- () => DirectPutSourceConfiguration,
737
- () => KinesisStreamSourceConfiguration,
738
- () => DeliveryStreamEncryptionConfigurationInput,
739
- () => S3DestinationConfiguration,
740
- () => ExtendedS3DestinationConfiguration,
741
- [() => RedshiftDestinationConfiguration, 0],
742
- () => ElasticsearchDestinationConfiguration,
743
- () => AmazonopensearchserviceDestinationConfiguration,
744
- () => SplunkDestinationConfiguration,
745
- [() => HttpEndpointDestinationConfiguration, 0],
743
+ () => DirectPutSourceConfiguration$,
744
+ () => KinesisStreamSourceConfiguration$,
745
+ () => DeliveryStreamEncryptionConfigurationInput$,
746
+ () => S3DestinationConfiguration$,
747
+ () => ExtendedS3DestinationConfiguration$,
748
+ [() => RedshiftDestinationConfiguration$, 0],
749
+ () => ElasticsearchDestinationConfiguration$,
750
+ () => AmazonopensearchserviceDestinationConfiguration$,
751
+ () => SplunkDestinationConfiguration$,
752
+ [() => HttpEndpointDestinationConfiguration$, 0],
746
753
  () => TagDeliveryStreamInputTagList,
747
- () => AmazonOpenSearchServerlessDestinationConfiguration,
748
- () => MSKSourceConfiguration,
749
- [() => SnowflakeDestinationConfiguration, 0],
750
- () => IcebergDestinationConfiguration,
751
- () => DatabaseSourceConfiguration,
754
+ () => AmazonOpenSearchServerlessDestinationConfiguration$,
755
+ () => MSKSourceConfiguration$,
756
+ [() => SnowflakeDestinationConfiguration$, 0],
757
+ () => IcebergDestinationConfiguration$,
758
+ () => DatabaseSourceConfiguration$,
752
759
  ],
753
760
  ];
754
- var CreateDeliveryStreamOutput = [3, n0, _CDSO, 0, [_DSARN], [0]];
755
- var DatabaseColumnList = [3, n0, _DCL, 0, [_I, _Ex], [64 | 0, 64 | 0]];
756
- var DatabaseList = [3, n0, _DL, 0, [_I, _Ex], [64 | 0, 64 | 0]];
757
- var DatabaseSnapshotInfo = [
761
+ var CreateDeliveryStreamOutput$ = [3, n0, _CDSO, 0, [_DSARN], [0]];
762
+ var DatabaseColumnList$ = [3, n0, _DCL, 0, [_I, _Ex], [64 | 0, 64 | 0]];
763
+ var DatabaseList$ = [3, n0, _DL, 0, [_I, _Ex], [64 | 0, 64 | 0]];
764
+ var DatabaseSnapshotInfo$ = [
758
765
  3,
759
766
  n0,
760
767
  _DSI,
761
768
  0,
762
769
  [_Id, _Ta, _RT, _RB, _S, _FD],
763
- [0, 0, 4, 0, 0, () => FailureDescription],
770
+ [0, 0, 4, 0, 0, () => FailureDescription$],
764
771
  ];
765
- var DatabaseSourceAuthenticationConfiguration = [
772
+ var DatabaseSourceAuthenticationConfiguration$ = [
766
773
  3,
767
774
  n0,
768
775
  _DSAC,
769
776
  0,
770
777
  [_SMC],
771
- [() => SecretsManagerConfiguration],
778
+ [() => SecretsManagerConfiguration$],
772
779
  ];
773
- var DatabaseSourceConfiguration = [
780
+ var DatabaseSourceConfiguration$ = [
774
781
  3,
775
782
  n0,
776
783
  _DSC,
@@ -781,16 +788,16 @@ var DatabaseSourceConfiguration = [
781
788
  0,
782
789
  1,
783
790
  0,
784
- () => DatabaseList,
785
- () => DatabaseTableList,
786
- () => DatabaseColumnList,
791
+ () => DatabaseList$,
792
+ () => DatabaseTableList$,
793
+ () => DatabaseColumnList$,
787
794
  64 | 0,
788
795
  0,
789
- () => DatabaseSourceAuthenticationConfiguration,
790
- () => DatabaseSourceVPCConfiguration,
796
+ () => DatabaseSourceAuthenticationConfiguration$,
797
+ () => DatabaseSourceVPCConfiguration$,
791
798
  ],
792
799
  ];
793
- var DatabaseSourceDescription = [
800
+ var DatabaseSourceDescription$ = [
794
801
  3,
795
802
  n0,
796
803
  _DSD,
@@ -801,29 +808,29 @@ var DatabaseSourceDescription = [
801
808
  0,
802
809
  1,
803
810
  0,
804
- () => DatabaseList,
805
- () => DatabaseTableList,
806
- () => DatabaseColumnList,
811
+ () => DatabaseList$,
812
+ () => DatabaseTableList$,
813
+ () => DatabaseColumnList$,
807
814
  64 | 0,
808
815
  0,
809
816
  () => DatabaseSnapshotInfoList,
810
- () => DatabaseSourceAuthenticationConfiguration,
811
- () => DatabaseSourceVPCConfiguration,
817
+ () => DatabaseSourceAuthenticationConfiguration$,
818
+ () => DatabaseSourceVPCConfiguration$,
812
819
  ],
813
820
  ];
814
- var DatabaseSourceVPCConfiguration = [3, n0, _DSVPCC, 0, [_VESN], [0]];
815
- var DatabaseTableList = [3, n0, _DTL, 0, [_I, _Ex], [64 | 0, 64 | 0]];
816
- var DataFormatConversionConfiguration = [
821
+ var DatabaseSourceVPCConfiguration$ = [3, n0, _DSVPCC, 0, [_VESN], [0]];
822
+ var DatabaseTableList$ = [3, n0, _DTL, 0, [_I, _Ex], [64 | 0, 64 | 0]];
823
+ var DataFormatConversionConfiguration$ = [
817
824
  3,
818
825
  n0,
819
826
  _DFCC,
820
827
  0,
821
828
  [_SCc, _IFC, _OFC, _E],
822
- [() => SchemaConfiguration, () => InputFormatConfiguration, () => OutputFormatConfiguration, 2],
829
+ [() => SchemaConfiguration$, () => InputFormatConfiguration$, () => OutputFormatConfiguration$, 2],
823
830
  ];
824
- var DeleteDeliveryStreamInput = [3, n0, _DDSI, 0, [_DSN, _AFD], [0, 2]];
825
- var DeleteDeliveryStreamOutput = [3, n0, _DDSO, 0, [], []];
826
- var DeliveryStreamDescription = [
831
+ var DeleteDeliveryStreamInput$ = [3, n0, _DDSI, 0, [_DSN, _AFD], [0, 2]];
832
+ var DeleteDeliveryStreamOutput$ = [3, n0, _DDSO, 0, [], []];
833
+ var DeliveryStreamDescription$ = [
827
834
  3,
828
835
  n0,
829
836
  _DSDe,
@@ -833,44 +840,51 @@ var DeliveryStreamDescription = [
833
840
  0,
834
841
  0,
835
842
  0,
836
- () => FailureDescription,
837
- () => DeliveryStreamEncryptionConfiguration,
843
+ () => FailureDescription$,
844
+ () => DeliveryStreamEncryptionConfiguration$,
838
845
  0,
839
846
  0,
840
847
  4,
841
848
  4,
842
- () => SourceDescription,
849
+ () => SourceDescription$,
843
850
  [() => DestinationDescriptionList, 0],
844
851
  2,
845
852
  ],
846
853
  ];
847
- var DeliveryStreamEncryptionConfiguration = [
854
+ var DeliveryStreamEncryptionConfiguration$ = [
848
855
  3,
849
856
  n0,
850
857
  _DSEC,
851
858
  0,
852
859
  [_KARN, _KT, _S, _FD],
853
- [0, 0, 0, () => FailureDescription],
860
+ [0, 0, 0, () => FailureDescription$],
854
861
  ];
855
- var DeliveryStreamEncryptionConfigurationInput = [3, n0, _DSECI, 0, [_KARN, _KT], [0, 0]];
856
- var DescribeDeliveryStreamInput = [3, n0, _DDSIe, 0, [_DSN, _L, _ESDI], [0, 1, 0]];
857
- var DescribeDeliveryStreamOutput = [
862
+ var DeliveryStreamEncryptionConfigurationInput$ = [
863
+ 3,
864
+ n0,
865
+ _DSECI,
866
+ 0,
867
+ [_KARN, _KT],
868
+ [0, 0],
869
+ ];
870
+ var DescribeDeliveryStreamInput$ = [3, n0, _DDSIe, 0, [_DSN, _L, _ESDI], [0, 1, 0]];
871
+ var DescribeDeliveryStreamOutput$ = [
858
872
  3,
859
873
  n0,
860
874
  _DDSOe,
861
875
  0,
862
876
  [_DSDe],
863
- [[() => DeliveryStreamDescription, 0]],
877
+ [[() => DeliveryStreamDescription$, 0]],
864
878
  ];
865
- var Deserializer = [
879
+ var Deserializer$ = [
866
880
  3,
867
881
  n0,
868
882
  _Des,
869
883
  0,
870
884
  [_OXJSD, _HJSD],
871
- [() => OpenXJsonSerDe, () => HiveJsonSerDe],
885
+ [() => OpenXJsonSerDe$, () => HiveJsonSerDe$],
872
886
  ];
873
- var DestinationDescription = [
887
+ var DestinationDescription$ = [
874
888
  3,
875
889
  n0,
876
890
  _DD,
@@ -878,39 +892,39 @@ var DestinationDescription = [
878
892
  [_DI, _SDD, _ESDD, _RDD, _EDD, _ADD, _SDDp, _HEDD, _SDDn, _AOSSDD, _IDD],
879
893
  [
880
894
  0,
881
- () => S3DestinationDescription,
882
- () => ExtendedS3DestinationDescription,
883
- [() => RedshiftDestinationDescription, 0],
884
- () => ElasticsearchDestinationDescription,
885
- () => AmazonopensearchserviceDestinationDescription,
886
- () => SplunkDestinationDescription,
887
- [() => HttpEndpointDestinationDescription, 0],
888
- [() => SnowflakeDestinationDescription, 0],
889
- () => AmazonOpenSearchServerlessDestinationDescription,
890
- () => IcebergDestinationDescription,
895
+ () => S3DestinationDescription$,
896
+ () => ExtendedS3DestinationDescription$,
897
+ [() => RedshiftDestinationDescription$, 0],
898
+ () => ElasticsearchDestinationDescription$,
899
+ () => AmazonopensearchserviceDestinationDescription$,
900
+ () => SplunkDestinationDescription$,
901
+ [() => HttpEndpointDestinationDescription$, 0],
902
+ [() => SnowflakeDestinationDescription$, 0],
903
+ () => AmazonOpenSearchServerlessDestinationDescription$,
904
+ () => IcebergDestinationDescription$,
891
905
  ],
892
906
  ];
893
- var DestinationTableConfiguration = [
907
+ var DestinationTableConfiguration$ = [
894
908
  3,
895
909
  n0,
896
910
  _DTCe,
897
911
  0,
898
912
  [_DTNe, _DDN, _UK, _PS, _SEOP],
899
- [0, 0, 64 | 0, () => PartitionSpec, 0],
913
+ [0, 0, 64 | 0, () => PartitionSpec$, 0],
900
914
  ];
901
- var DirectPutSourceConfiguration = [3, n0, _DPSC, 0, [_THIMB], [1]];
902
- var DirectPutSourceDescription = [3, n0, _DPSD, 0, [_THIMB], [1]];
903
- var DocumentIdOptions = [3, n0, _DIO, 0, [_DDIF], [0]];
904
- var DynamicPartitioningConfiguration = [
915
+ var DirectPutSourceConfiguration$ = [3, n0, _DPSC, 0, [_THIMB], [1]];
916
+ var DirectPutSourceDescription$ = [3, n0, _DPSD, 0, [_THIMB], [1]];
917
+ var DocumentIdOptions$ = [3, n0, _DIO, 0, [_DDIF], [0]];
918
+ var DynamicPartitioningConfiguration$ = [
905
919
  3,
906
920
  n0,
907
921
  _DPC,
908
922
  0,
909
923
  [_RO, _E],
910
- [() => RetryOptions, 2],
924
+ [() => RetryOptions$, 2],
911
925
  ];
912
- var ElasticsearchBufferingHints = [3, n0, _EBH, 0, [_IIS, _SIMB], [1, 1]];
913
- var ElasticsearchDestinationConfiguration = [
926
+ var ElasticsearchBufferingHints$ = [3, n0, _EBH, 0, [_IIS, _SIMB], [1, 1]];
927
+ var ElasticsearchDestinationConfiguration$ = [
914
928
  3,
915
929
  n0,
916
930
  _EDC,
@@ -923,17 +937,17 @@ var ElasticsearchDestinationConfiguration = [
923
937
  0,
924
938
  0,
925
939
  0,
926
- () => ElasticsearchBufferingHints,
927
- () => ElasticsearchRetryOptions,
940
+ () => ElasticsearchBufferingHints$,
941
+ () => ElasticsearchRetryOptions$,
928
942
  0,
929
- () => S3DestinationConfiguration,
930
- () => ProcessingConfiguration,
931
- () => CloudWatchLoggingOptions,
932
- () => VpcConfiguration,
933
- () => DocumentIdOptions,
943
+ () => S3DestinationConfiguration$,
944
+ () => ProcessingConfiguration$,
945
+ () => CloudWatchLoggingOptions$,
946
+ () => VpcConfiguration$,
947
+ () => DocumentIdOptions$,
934
948
  ],
935
949
  ];
936
- var ElasticsearchDestinationDescription = [
950
+ var ElasticsearchDestinationDescription$ = [
937
951
  3,
938
952
  n0,
939
953
  _EDD,
@@ -946,17 +960,17 @@ var ElasticsearchDestinationDescription = [
946
960
  0,
947
961
  0,
948
962
  0,
949
- () => ElasticsearchBufferingHints,
950
- () => ElasticsearchRetryOptions,
963
+ () => ElasticsearchBufferingHints$,
964
+ () => ElasticsearchRetryOptions$,
951
965
  0,
952
- () => S3DestinationDescription,
953
- () => ProcessingConfiguration,
954
- () => CloudWatchLoggingOptions,
955
- () => VpcConfigurationDescription,
956
- () => DocumentIdOptions,
966
+ () => S3DestinationDescription$,
967
+ () => ProcessingConfiguration$,
968
+ () => CloudWatchLoggingOptions$,
969
+ () => VpcConfigurationDescription$,
970
+ () => DocumentIdOptions$,
957
971
  ],
958
972
  ];
959
- var ElasticsearchDestinationUpdate = [
973
+ var ElasticsearchDestinationUpdate$ = [
960
974
  3,
961
975
  n0,
962
976
  _EDU,
@@ -969,24 +983,24 @@ var ElasticsearchDestinationUpdate = [
969
983
  0,
970
984
  0,
971
985
  0,
972
- () => ElasticsearchBufferingHints,
973
- () => ElasticsearchRetryOptions,
974
- () => S3DestinationUpdate,
975
- () => ProcessingConfiguration,
976
- () => CloudWatchLoggingOptions,
977
- () => DocumentIdOptions,
986
+ () => ElasticsearchBufferingHints$,
987
+ () => ElasticsearchRetryOptions$,
988
+ () => S3DestinationUpdate$,
989
+ () => ProcessingConfiguration$,
990
+ () => CloudWatchLoggingOptions$,
991
+ () => DocumentIdOptions$,
978
992
  ],
979
993
  ];
980
- var ElasticsearchRetryOptions = [3, n0, _ERO, 0, [_DIS], [1]];
981
- var EncryptionConfiguration = [
994
+ var ElasticsearchRetryOptions$ = [3, n0, _ERO, 0, [_DIS], [1]];
995
+ var EncryptionConfiguration$ = [
982
996
  3,
983
997
  n0,
984
998
  _EC,
985
999
  0,
986
1000
  [_NEC, _KMSEC],
987
- [0, () => KMSEncryptionConfig],
1001
+ [0, () => KMSEncryptionConfig$],
988
1002
  ];
989
- var ExtendedS3DestinationConfiguration = [
1003
+ var ExtendedS3DestinationConfiguration$ = [
990
1004
  3,
991
1005
  n0,
992
1006
  _ESDC,
@@ -997,20 +1011,20 @@ var ExtendedS3DestinationConfiguration = [
997
1011
  0,
998
1012
  0,
999
1013
  0,
1000
- () => BufferingHints,
1014
+ () => BufferingHints$,
1001
1015
  0,
1002
- () => EncryptionConfiguration,
1003
- () => CloudWatchLoggingOptions,
1004
- () => ProcessingConfiguration,
1016
+ () => EncryptionConfiguration$,
1017
+ () => CloudWatchLoggingOptions$,
1018
+ () => ProcessingConfiguration$,
1005
1019
  0,
1006
- () => S3DestinationConfiguration,
1007
- () => DataFormatConversionConfiguration,
1008
- () => DynamicPartitioningConfiguration,
1020
+ () => S3DestinationConfiguration$,
1021
+ () => DataFormatConversionConfiguration$,
1022
+ () => DynamicPartitioningConfiguration$,
1009
1023
  0,
1010
1024
  0,
1011
1025
  ],
1012
1026
  ];
1013
- var ExtendedS3DestinationDescription = [
1027
+ var ExtendedS3DestinationDescription$ = [
1014
1028
  3,
1015
1029
  n0,
1016
1030
  _ESDD,
@@ -1021,20 +1035,20 @@ var ExtendedS3DestinationDescription = [
1021
1035
  0,
1022
1036
  0,
1023
1037
  0,
1024
- () => BufferingHints,
1038
+ () => BufferingHints$,
1025
1039
  0,
1026
- () => EncryptionConfiguration,
1027
- () => CloudWatchLoggingOptions,
1028
- () => ProcessingConfiguration,
1040
+ () => EncryptionConfiguration$,
1041
+ () => CloudWatchLoggingOptions$,
1042
+ () => ProcessingConfiguration$,
1029
1043
  0,
1030
- () => S3DestinationDescription,
1031
- () => DataFormatConversionConfiguration,
1032
- () => DynamicPartitioningConfiguration,
1044
+ () => S3DestinationDescription$,
1045
+ () => DataFormatConversionConfiguration$,
1046
+ () => DynamicPartitioningConfiguration$,
1033
1047
  0,
1034
1048
  0,
1035
1049
  ],
1036
1050
  ];
1037
- var ExtendedS3DestinationUpdate = [
1051
+ var ExtendedS3DestinationUpdate$ = [
1038
1052
  3,
1039
1053
  n0,
1040
1054
  _ESDU,
@@ -1045,23 +1059,23 @@ var ExtendedS3DestinationUpdate = [
1045
1059
  0,
1046
1060
  0,
1047
1061
  0,
1048
- () => BufferingHints,
1062
+ () => BufferingHints$,
1049
1063
  0,
1050
- () => EncryptionConfiguration,
1051
- () => CloudWatchLoggingOptions,
1052
- () => ProcessingConfiguration,
1064
+ () => EncryptionConfiguration$,
1065
+ () => CloudWatchLoggingOptions$,
1066
+ () => ProcessingConfiguration$,
1053
1067
  0,
1054
- () => S3DestinationUpdate,
1055
- () => DataFormatConversionConfiguration,
1056
- () => DynamicPartitioningConfiguration,
1068
+ () => S3DestinationUpdate$,
1069
+ () => DataFormatConversionConfiguration$,
1070
+ () => DynamicPartitioningConfiguration$,
1057
1071
  0,
1058
1072
  0,
1059
1073
  ],
1060
1074
  ];
1061
- var FailureDescription = [3, n0, _FD, 0, [_Ty, _Det], [0, 0]];
1062
- var HiveJsonSerDe = [3, n0, _HJSD, 0, [_TF], [64 | 0]];
1063
- var HttpEndpointBufferingHints = [3, n0, _HEBH, 0, [_SIMB, _IIS], [1, 1]];
1064
- var HttpEndpointCommonAttribute = [
1075
+ var FailureDescription$ = [3, n0, _FD, 0, [_Ty, _Det], [0, 0]];
1076
+ var HiveJsonSerDe$ = [3, n0, _HJSD, 0, [_TF], [64 | 0]];
1077
+ var HttpEndpointBufferingHints$ = [3, n0, _HEBH, 0, [_SIMB, _IIS], [1, 1]];
1078
+ var HttpEndpointCommonAttribute$ = [
1065
1079
  3,
1066
1080
  n0,
1067
1081
  _HECA,
@@ -1072,7 +1086,7 @@ var HttpEndpointCommonAttribute = [
1072
1086
  [() => HttpEndpointAttributeValue, 0],
1073
1087
  ],
1074
1088
  ];
1075
- var HttpEndpointConfiguration = [
1089
+ var HttpEndpointConfiguration$ = [
1076
1090
  3,
1077
1091
  n0,
1078
1092
  _HEC,
@@ -1080,7 +1094,7 @@ var HttpEndpointConfiguration = [
1080
1094
  [_Ur, _N, _AK],
1081
1095
  [[() => HttpEndpointUrl, 0], 0, [() => HttpEndpointAccessKey, 0]],
1082
1096
  ];
1083
- var HttpEndpointDescription = [
1097
+ var HttpEndpointDescription$ = [
1084
1098
  3,
1085
1099
  n0,
1086
1100
  _HED,
@@ -1088,64 +1102,64 @@ var HttpEndpointDescription = [
1088
1102
  [_Ur, _N],
1089
1103
  [[() => HttpEndpointUrl, 0], 0],
1090
1104
  ];
1091
- var HttpEndpointDestinationConfiguration = [
1105
+ var HttpEndpointDestinationConfiguration$ = [
1092
1106
  3,
1093
1107
  n0,
1094
1108
  _HEDC,
1095
1109
  0,
1096
1110
  [_ECn, _BH, _CWLO, _RC, _PC, _RARN, _RO, _SBM, _SC, _SMC],
1097
1111
  [
1098
- [() => HttpEndpointConfiguration, 0],
1099
- () => HttpEndpointBufferingHints,
1100
- () => CloudWatchLoggingOptions,
1101
- [() => HttpEndpointRequestConfiguration, 0],
1102
- () => ProcessingConfiguration,
1112
+ [() => HttpEndpointConfiguration$, 0],
1113
+ () => HttpEndpointBufferingHints$,
1114
+ () => CloudWatchLoggingOptions$,
1115
+ [() => HttpEndpointRequestConfiguration$, 0],
1116
+ () => ProcessingConfiguration$,
1103
1117
  0,
1104
- () => HttpEndpointRetryOptions,
1118
+ () => HttpEndpointRetryOptions$,
1105
1119
  0,
1106
- () => S3DestinationConfiguration,
1107
- () => SecretsManagerConfiguration,
1120
+ () => S3DestinationConfiguration$,
1121
+ () => SecretsManagerConfiguration$,
1108
1122
  ],
1109
1123
  ];
1110
- var HttpEndpointDestinationDescription = [
1124
+ var HttpEndpointDestinationDescription$ = [
1111
1125
  3,
1112
1126
  n0,
1113
1127
  _HEDD,
1114
1128
  0,
1115
1129
  [_ECn, _BH, _CWLO, _RC, _PC, _RARN, _RO, _SBM, _SDD, _SMC],
1116
1130
  [
1117
- [() => HttpEndpointDescription, 0],
1118
- () => HttpEndpointBufferingHints,
1119
- () => CloudWatchLoggingOptions,
1120
- [() => HttpEndpointRequestConfiguration, 0],
1121
- () => ProcessingConfiguration,
1131
+ [() => HttpEndpointDescription$, 0],
1132
+ () => HttpEndpointBufferingHints$,
1133
+ () => CloudWatchLoggingOptions$,
1134
+ [() => HttpEndpointRequestConfiguration$, 0],
1135
+ () => ProcessingConfiguration$,
1122
1136
  0,
1123
- () => HttpEndpointRetryOptions,
1137
+ () => HttpEndpointRetryOptions$,
1124
1138
  0,
1125
- () => S3DestinationDescription,
1126
- () => SecretsManagerConfiguration,
1139
+ () => S3DestinationDescription$,
1140
+ () => SecretsManagerConfiguration$,
1127
1141
  ],
1128
1142
  ];
1129
- var HttpEndpointDestinationUpdate = [
1143
+ var HttpEndpointDestinationUpdate$ = [
1130
1144
  3,
1131
1145
  n0,
1132
1146
  _HEDU,
1133
1147
  0,
1134
1148
  [_ECn, _BH, _CWLO, _RC, _PC, _RARN, _RO, _SBM, _SUp, _SMC],
1135
1149
  [
1136
- [() => HttpEndpointConfiguration, 0],
1137
- () => HttpEndpointBufferingHints,
1138
- () => CloudWatchLoggingOptions,
1139
- [() => HttpEndpointRequestConfiguration, 0],
1140
- () => ProcessingConfiguration,
1150
+ [() => HttpEndpointConfiguration$, 0],
1151
+ () => HttpEndpointBufferingHints$,
1152
+ () => CloudWatchLoggingOptions$,
1153
+ [() => HttpEndpointRequestConfiguration$, 0],
1154
+ () => ProcessingConfiguration$,
1141
1155
  0,
1142
- () => HttpEndpointRetryOptions,
1156
+ () => HttpEndpointRetryOptions$,
1143
1157
  0,
1144
- () => S3DestinationUpdate,
1145
- () => SecretsManagerConfiguration,
1158
+ () => S3DestinationUpdate$,
1159
+ () => SecretsManagerConfiguration$,
1146
1160
  ],
1147
1161
  ];
1148
- var HttpEndpointRequestConfiguration = [
1162
+ var HttpEndpointRequestConfiguration$ = [
1149
1163
  3,
1150
1164
  n0,
1151
1165
  _HERC,
@@ -1153,8 +1167,8 @@ var HttpEndpointRequestConfiguration = [
1153
1167
  [_CEo, _CA],
1154
1168
  [0, [() => HttpEndpointCommonAttributesList, 0]],
1155
1169
  ];
1156
- var HttpEndpointRetryOptions = [3, n0, _HERO, 0, [_DIS], [1]];
1157
- var IcebergDestinationConfiguration = [
1170
+ var HttpEndpointRetryOptions$ = [3, n0, _HERO, 0, [_DIS], [1]];
1171
+ var IcebergDestinationConfiguration$ = [
1158
1172
  3,
1159
1173
  n0,
1160
1174
  _IDC,
@@ -1162,20 +1176,20 @@ var IcebergDestinationConfiguration = [
1162
1176
  [_DTCL, _SEC, _TCC, _BH, _CWLO, _PC, _SBM, _RO, _RARN, _AO, _CC, _SC],
1163
1177
  [
1164
1178
  () => DestinationTableConfigurationList,
1165
- () => SchemaEvolutionConfiguration,
1166
- () => TableCreationConfiguration,
1167
- () => BufferingHints,
1168
- () => CloudWatchLoggingOptions,
1169
- () => ProcessingConfiguration,
1179
+ () => SchemaEvolutionConfiguration$,
1180
+ () => TableCreationConfiguration$,
1181
+ () => BufferingHints$,
1182
+ () => CloudWatchLoggingOptions$,
1183
+ () => ProcessingConfiguration$,
1170
1184
  0,
1171
- () => RetryOptions,
1185
+ () => RetryOptions$,
1172
1186
  0,
1173
1187
  2,
1174
- () => CatalogConfiguration,
1175
- () => S3DestinationConfiguration,
1188
+ () => CatalogConfiguration$,
1189
+ () => S3DestinationConfiguration$,
1176
1190
  ],
1177
1191
  ];
1178
- var IcebergDestinationDescription = [
1192
+ var IcebergDestinationDescription$ = [
1179
1193
  3,
1180
1194
  n0,
1181
1195
  _IDD,
@@ -1183,20 +1197,20 @@ var IcebergDestinationDescription = [
1183
1197
  [_DTCL, _SEC, _TCC, _BH, _CWLO, _PC, _SBM, _RO, _RARN, _AO, _CC, _SDD],
1184
1198
  [
1185
1199
  () => DestinationTableConfigurationList,
1186
- () => SchemaEvolutionConfiguration,
1187
- () => TableCreationConfiguration,
1188
- () => BufferingHints,
1189
- () => CloudWatchLoggingOptions,
1190
- () => ProcessingConfiguration,
1200
+ () => SchemaEvolutionConfiguration$,
1201
+ () => TableCreationConfiguration$,
1202
+ () => BufferingHints$,
1203
+ () => CloudWatchLoggingOptions$,
1204
+ () => ProcessingConfiguration$,
1191
1205
  0,
1192
- () => RetryOptions,
1206
+ () => RetryOptions$,
1193
1207
  0,
1194
1208
  2,
1195
- () => CatalogConfiguration,
1196
- () => S3DestinationDescription,
1209
+ () => CatalogConfiguration$,
1210
+ () => S3DestinationDescription$,
1197
1211
  ],
1198
1212
  ];
1199
- var IcebergDestinationUpdate = [
1213
+ var IcebergDestinationUpdate$ = [
1200
1214
  3,
1201
1215
  n0,
1202
1216
  _IDU,
@@ -1204,35 +1218,42 @@ var IcebergDestinationUpdate = [
1204
1218
  [_DTCL, _SEC, _TCC, _BH, _CWLO, _PC, _SBM, _RO, _RARN, _AO, _CC, _SC],
1205
1219
  [
1206
1220
  () => DestinationTableConfigurationList,
1207
- () => SchemaEvolutionConfiguration,
1208
- () => TableCreationConfiguration,
1209
- () => BufferingHints,
1210
- () => CloudWatchLoggingOptions,
1211
- () => ProcessingConfiguration,
1221
+ () => SchemaEvolutionConfiguration$,
1222
+ () => TableCreationConfiguration$,
1223
+ () => BufferingHints$,
1224
+ () => CloudWatchLoggingOptions$,
1225
+ () => ProcessingConfiguration$,
1212
1226
  0,
1213
- () => RetryOptions,
1227
+ () => RetryOptions$,
1214
1228
  0,
1215
1229
  2,
1216
- () => CatalogConfiguration,
1217
- () => S3DestinationConfiguration,
1230
+ () => CatalogConfiguration$,
1231
+ () => S3DestinationConfiguration$,
1218
1232
  ],
1219
1233
  ];
1220
- var InputFormatConfiguration = [3, n0, _IFC, 0, [_Des], [() => Deserializer]];
1221
- var InvalidArgumentException = [-3, n0, _IAE, { [_e]: _c }, [_m], [0]];
1222
- schema.TypeRegistry.for(n0).registerError(InvalidArgumentException, InvalidArgumentException$1);
1223
- var InvalidKMSResourceException = [-3, n0, _IKMSRE, { [_e]: _c }, [_co, _m], [0, 0]];
1224
- schema.TypeRegistry.for(n0).registerError(InvalidKMSResourceException, InvalidKMSResourceException$1);
1225
- var InvalidSourceException = [-3, n0, _ISE, { [_e]: _c }, [_co, _m], [0, 0]];
1226
- schema.TypeRegistry.for(n0).registerError(InvalidSourceException, InvalidSourceException$1);
1227
- var KinesisStreamSourceConfiguration = [3, n0, _KSSC, 0, [_KSARN, _RARN], [0, 0]];
1228
- var KinesisStreamSourceDescription = [3, n0, _KSSD, 0, [_KSARN, _RARN, _DSTe], [0, 0, 4]];
1229
- var KMSEncryptionConfig = [3, n0, _KMSEC, 0, [_AWSKMSKARN], [0]];
1230
- var LimitExceededException = [-3, n0, _LEE, { [_e]: _c }, [_m], [0]];
1231
- schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
1232
- var ListDeliveryStreamsInput = [3, n0, _LDSI, 0, [_L, _DST, _ESDSN], [1, 0, 0]];
1233
- var ListDeliveryStreamsOutput = [3, n0, _LDSO, 0, [_DSNe, _HMDS], [64 | 0, 2]];
1234
- var ListTagsForDeliveryStreamInput = [3, n0, _LTFDSI, 0, [_DSN, _ESTK, _L], [0, 0, 1]];
1235
- var ListTagsForDeliveryStreamOutput = [
1234
+ var InputFormatConfiguration$ = [3, n0, _IFC, 0, [_Des], [() => Deserializer$]];
1235
+ var InvalidArgumentException$ = [-3, n0, _IAE, { [_e]: _c }, [_m], [0]];
1236
+ schema.TypeRegistry.for(n0).registerError(InvalidArgumentException$, InvalidArgumentException);
1237
+ var InvalidKMSResourceException$ = [-3, n0, _IKMSRE, { [_e]: _c }, [_co, _m], [0, 0]];
1238
+ schema.TypeRegistry.for(n0).registerError(InvalidKMSResourceException$, InvalidKMSResourceException);
1239
+ var InvalidSourceException$ = [-3, n0, _ISE, { [_e]: _c }, [_co, _m], [0, 0]];
1240
+ schema.TypeRegistry.for(n0).registerError(InvalidSourceException$, InvalidSourceException);
1241
+ var KinesisStreamSourceConfiguration$ = [3, n0, _KSSC, 0, [_KSARN, _RARN], [0, 0]];
1242
+ var KinesisStreamSourceDescription$ = [
1243
+ 3,
1244
+ n0,
1245
+ _KSSD,
1246
+ 0,
1247
+ [_KSARN, _RARN, _DSTe],
1248
+ [0, 0, 4],
1249
+ ];
1250
+ var KMSEncryptionConfig$ = [3, n0, _KMSEC, 0, [_AWSKMSKARN], [0]];
1251
+ var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _c }, [_m], [0]];
1252
+ schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
1253
+ var ListDeliveryStreamsInput$ = [3, n0, _LDSI, 0, [_L, _DST, _ESDSN], [1, 0, 0]];
1254
+ var ListDeliveryStreamsOutput$ = [3, n0, _LDSO, 0, [_DSNe, _HMDS], [64 | 0, 2]];
1255
+ var ListTagsForDeliveryStreamInput$ = [3, n0, _LTFDSI, 0, [_DSN, _ESTK, _L], [0, 0, 1]];
1256
+ var ListTagsForDeliveryStreamOutput$ = [
1236
1257
  3,
1237
1258
  n0,
1238
1259
  _LTFDSO,
@@ -1240,24 +1261,24 @@ var ListTagsForDeliveryStreamOutput = [
1240
1261
  [_T, _HMT],
1241
1262
  [() => ListTagsForDeliveryStreamOutputTagList, 2],
1242
1263
  ];
1243
- var MSKSourceConfiguration = [
1264
+ var MSKSourceConfiguration$ = [
1244
1265
  3,
1245
1266
  n0,
1246
1267
  _MSKSC,
1247
1268
  0,
1248
1269
  [_MSKCARN, _TNo, _AC, _RFT],
1249
- [0, 0, () => AuthenticationConfiguration, 4],
1270
+ [0, 0, () => AuthenticationConfiguration$, 4],
1250
1271
  ];
1251
- var MSKSourceDescription = [
1272
+ var MSKSourceDescription$ = [
1252
1273
  3,
1253
1274
  n0,
1254
1275
  _MSKSD,
1255
1276
  0,
1256
1277
  [_MSKCARN, _TNo, _AC, _DSTe, _RFT],
1257
- [0, 0, () => AuthenticationConfiguration, 4, 4],
1278
+ [0, 0, () => AuthenticationConfiguration$, 4, 4],
1258
1279
  ];
1259
- var OpenXJsonSerDe = [3, n0, _OXJSD, 0, [_CDIJKTU, _CI, _CTJKM], [2, 2, 128 | 0]];
1260
- var OrcSerDe = [
1280
+ var OpenXJsonSerDe$ = [3, n0, _OXJSD, 0, [_CDIJKTU, _CI, _CTJKM], [2, 2, 128 | 0]];
1281
+ var OrcSerDe$ = [
1261
1282
  3,
1262
1283
  n0,
1263
1284
  _OSD,
@@ -1265,8 +1286,8 @@ var OrcSerDe = [
1265
1286
  [_SSB, _BSB, _RIS, _EP, _PT, _Com, _BFC, _BFFPP, _DKT, _FV],
1266
1287
  [1, 1, 1, 2, 1, 0, 64 | 0, 1, 1, 0],
1267
1288
  ];
1268
- var OutputFormatConfiguration = [3, n0, _OFC, 0, [_Se], [() => Serializer]];
1269
- var ParquetSerDe = [
1289
+ var OutputFormatConfiguration$ = [3, n0, _OFC, 0, [_Se], [() => Serializer$]];
1290
+ var ParquetSerDe$ = [
1270
1291
  3,
1271
1292
  n0,
1272
1293
  _PSD,
@@ -1274,12 +1295,12 @@ var ParquetSerDe = [
1274
1295
  [_BSB, _PSB, _Com, _EDCn, _MPB, _WV],
1275
1296
  [1, 1, 0, 2, 1, 0],
1276
1297
  ];
1277
- var PartitionField = [3, n0, _PF, 0, [_SN], [0]];
1278
- var PartitionSpec = [3, n0, _PS, 0, [_Ide], [() => PartitionFields]];
1279
- var ProcessingConfiguration = [3, n0, _PC, 0, [_E, _Pro], [2, () => ProcessorList]];
1280
- var Processor = [3, n0, _Proc, 0, [_Ty, _Pa], [0, () => ProcessorParameterList]];
1281
- var ProcessorParameter = [3, n0, _PP, 0, [_PN, _PV], [0, 0]];
1282
- var PutRecordBatchInput = [
1298
+ var PartitionField$ = [3, n0, _PF, 0, [_SN], [0]];
1299
+ var PartitionSpec$ = [3, n0, _PS, 0, [_Ide], [() => PartitionFields]];
1300
+ var ProcessingConfiguration$ = [3, n0, _PC, 0, [_E, _Pro], [2, () => ProcessorList]];
1301
+ var Processor$ = [3, n0, _Proc, 0, [_Ty, _Pa], [0, () => ProcessorParameterList]];
1302
+ var ProcessorParameter$ = [3, n0, _PP, 0, [_PN, _PV], [0, 0]];
1303
+ var PutRecordBatchInput$ = [
1283
1304
  3,
1284
1305
  n0,
1285
1306
  _PRBI,
@@ -1287,7 +1308,7 @@ var PutRecordBatchInput = [
1287
1308
  [_DSN, _R],
1288
1309
  [0, () => PutRecordBatchRequestEntryList],
1289
1310
  ];
1290
- var PutRecordBatchOutput = [
1311
+ var PutRecordBatchOutput$ = [
1291
1312
  3,
1292
1313
  n0,
1293
1314
  _PRBO,
@@ -1295,11 +1316,11 @@ var PutRecordBatchOutput = [
1295
1316
  [_FPC, _Enc, _RR],
1296
1317
  [1, 2, () => PutRecordBatchResponseEntryList],
1297
1318
  ];
1298
- var PutRecordBatchResponseEntry = [3, n0, _PRBRE, 0, [_RI, _ECr, _EM], [0, 0, 0]];
1299
- var PutRecordInput = [3, n0, _PRI, 0, [_DSN, _Re], [0, () => _Record]];
1300
- var PutRecordOutput = [3, n0, _PRO, 0, [_RI, _Enc], [0, 2]];
1301
- var _Record = [3, n0, _Re, 0, [_Da], [21]];
1302
- var RedshiftDestinationConfiguration = [
1319
+ var PutRecordBatchResponseEntry$ = [3, n0, _PRBRE, 0, [_RI, _ECr, _EM], [0, 0, 0]];
1320
+ var PutRecordInput$ = [3, n0, _PRI, 0, [_DSN, _Re], [0, () => _Record$]];
1321
+ var PutRecordOutput$ = [3, n0, _PRO, 0, [_RI, _Enc], [0, 2]];
1322
+ var _Record$ = [3, n0, _Re, 0, [_Da], [21]];
1323
+ var RedshiftDestinationConfiguration$ = [
1303
1324
  3,
1304
1325
  n0,
1305
1326
  _RDC,
@@ -1308,19 +1329,19 @@ var RedshiftDestinationConfiguration = [
1308
1329
  [
1309
1330
  0,
1310
1331
  0,
1311
- () => CopyCommand,
1332
+ () => CopyCommand$,
1312
1333
  [() => Username, 0],
1313
1334
  [() => Password, 0],
1314
- () => RedshiftRetryOptions,
1315
- () => S3DestinationConfiguration,
1316
- () => ProcessingConfiguration,
1335
+ () => RedshiftRetryOptions$,
1336
+ () => S3DestinationConfiguration$,
1337
+ () => ProcessingConfiguration$,
1317
1338
  0,
1318
- () => S3DestinationConfiguration,
1319
- () => CloudWatchLoggingOptions,
1320
- () => SecretsManagerConfiguration,
1339
+ () => S3DestinationConfiguration$,
1340
+ () => CloudWatchLoggingOptions$,
1341
+ () => SecretsManagerConfiguration$,
1321
1342
  ],
1322
1343
  ];
1323
- var RedshiftDestinationDescription = [
1344
+ var RedshiftDestinationDescription$ = [
1324
1345
  3,
1325
1346
  n0,
1326
1347
  _RDD,
@@ -1329,18 +1350,18 @@ var RedshiftDestinationDescription = [
1329
1350
  [
1330
1351
  0,
1331
1352
  0,
1332
- () => CopyCommand,
1353
+ () => CopyCommand$,
1333
1354
  [() => Username, 0],
1334
- () => RedshiftRetryOptions,
1335
- () => S3DestinationDescription,
1336
- () => ProcessingConfiguration,
1355
+ () => RedshiftRetryOptions$,
1356
+ () => S3DestinationDescription$,
1357
+ () => ProcessingConfiguration$,
1337
1358
  0,
1338
- () => S3DestinationDescription,
1339
- () => CloudWatchLoggingOptions,
1340
- () => SecretsManagerConfiguration,
1359
+ () => S3DestinationDescription$,
1360
+ () => CloudWatchLoggingOptions$,
1361
+ () => SecretsManagerConfiguration$,
1341
1362
  ],
1342
1363
  ];
1343
- var RedshiftDestinationUpdate = [
1364
+ var RedshiftDestinationUpdate$ = [
1344
1365
  3,
1345
1366
  n0,
1346
1367
  _RDU,
@@ -1349,49 +1370,49 @@ var RedshiftDestinationUpdate = [
1349
1370
  [
1350
1371
  0,
1351
1372
  0,
1352
- () => CopyCommand,
1373
+ () => CopyCommand$,
1353
1374
  [() => Username, 0],
1354
1375
  [() => Password, 0],
1355
- () => RedshiftRetryOptions,
1356
- () => S3DestinationUpdate,
1357
- () => ProcessingConfiguration,
1376
+ () => RedshiftRetryOptions$,
1377
+ () => S3DestinationUpdate$,
1378
+ () => ProcessingConfiguration$,
1358
1379
  0,
1359
- () => S3DestinationUpdate,
1360
- () => CloudWatchLoggingOptions,
1361
- () => SecretsManagerConfiguration,
1380
+ () => S3DestinationUpdate$,
1381
+ () => CloudWatchLoggingOptions$,
1382
+ () => SecretsManagerConfiguration$,
1362
1383
  ],
1363
1384
  ];
1364
- var RedshiftRetryOptions = [3, n0, _RRO, 0, [_DIS], [1]];
1365
- var ResourceInUseException = [-3, n0, _RIUE, { [_e]: _c }, [_m], [0]];
1366
- schema.TypeRegistry.for(n0).registerError(ResourceInUseException, ResourceInUseException$1);
1367
- var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c }, [_m], [0]];
1368
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1369
- var RetryOptions = [3, n0, _RO, 0, [_DIS], [1]];
1370
- var S3DestinationConfiguration = [
1385
+ var RedshiftRetryOptions$ = [3, n0, _RRO, 0, [_DIS], [1]];
1386
+ var ResourceInUseException$ = [-3, n0, _RIUE, { [_e]: _c }, [_m], [0]];
1387
+ schema.TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
1388
+ var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c }, [_m], [0]];
1389
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1390
+ var RetryOptions$ = [3, n0, _RO, 0, [_DIS], [1]];
1391
+ var S3DestinationConfiguration$ = [
1371
1392
  3,
1372
1393
  n0,
1373
1394
  _SDC,
1374
1395
  0,
1375
1396
  [_RARN, _BARN, _Pr, _EOP, _BH, _CF, _EC, _CWLO],
1376
- [0, 0, 0, 0, () => BufferingHints, 0, () => EncryptionConfiguration, () => CloudWatchLoggingOptions],
1397
+ [0, 0, 0, 0, () => BufferingHints$, 0, () => EncryptionConfiguration$, () => CloudWatchLoggingOptions$],
1377
1398
  ];
1378
- var S3DestinationDescription = [
1399
+ var S3DestinationDescription$ = [
1379
1400
  3,
1380
1401
  n0,
1381
1402
  _SDD,
1382
1403
  0,
1383
1404
  [_RARN, _BARN, _Pr, _EOP, _BH, _CF, _EC, _CWLO],
1384
- [0, 0, 0, 0, () => BufferingHints, 0, () => EncryptionConfiguration, () => CloudWatchLoggingOptions],
1405
+ [0, 0, 0, 0, () => BufferingHints$, 0, () => EncryptionConfiguration$, () => CloudWatchLoggingOptions$],
1385
1406
  ];
1386
- var S3DestinationUpdate = [
1407
+ var S3DestinationUpdate$ = [
1387
1408
  3,
1388
1409
  n0,
1389
1410
  _SDU,
1390
1411
  0,
1391
1412
  [_RARN, _BARN, _Pr, _EOP, _BH, _CF, _EC, _CWLO],
1392
- [0, 0, 0, 0, () => BufferingHints, 0, () => EncryptionConfiguration, () => CloudWatchLoggingOptions],
1413
+ [0, 0, 0, 0, () => BufferingHints$, 0, () => EncryptionConfiguration$, () => CloudWatchLoggingOptions$],
1393
1414
  ];
1394
- var SchemaConfiguration = [
1415
+ var SchemaConfiguration$ = [
1395
1416
  3,
1396
1417
  n0,
1397
1418
  _SCc,
@@ -1399,13 +1420,13 @@ var SchemaConfiguration = [
1399
1420
  [_RARN, _CIa, _DN, _TNa, _Reg, _VI],
1400
1421
  [0, 0, 0, 0, 0, 0],
1401
1422
  ];
1402
- var SchemaEvolutionConfiguration = [3, n0, _SEC, 0, [_E], [2]];
1403
- var SecretsManagerConfiguration = [3, n0, _SMC, 0, [_SARN, _RARN, _E], [0, 0, 2]];
1404
- var Serializer = [3, n0, _Se, 0, [_PSD, _OSD], [() => ParquetSerDe, () => OrcSerDe]];
1405
- var ServiceUnavailableException = [-3, n0, _SUE, { [_e]: _s, [_hE]: 503 }, [_m], [0]];
1406
- schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException, ServiceUnavailableException$1);
1407
- var SnowflakeBufferingHints = [3, n0, _SBH, 0, [_SIMB, _IIS], [1, 1]];
1408
- var SnowflakeDestinationConfiguration = [
1423
+ var SchemaEvolutionConfiguration$ = [3, n0, _SEC, 0, [_E], [2]];
1424
+ var SecretsManagerConfiguration$ = [3, n0, _SMC, 0, [_SARN, _RARN, _E], [0, 0, 2]];
1425
+ var Serializer$ = [3, n0, _Se, 0, [_PSD, _OSD], [() => ParquetSerDe$, () => OrcSerDe$]];
1426
+ var ServiceUnavailableException$ = [-3, n0, _SUE, { [_e]: _s, [_hE]: 503 }, [_m], [0]];
1427
+ schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
1428
+ var SnowflakeBufferingHints$ = [3, n0, _SBH, 0, [_SIMB, _IIS], [1, 1]];
1429
+ var SnowflakeDestinationConfiguration$ = [
1409
1430
  3,
1410
1431
  n0,
1411
1432
  _SDCn,
@@ -1419,22 +1440,22 @@ var SnowflakeDestinationConfiguration = [
1419
1440
  [() => SnowflakeDatabase, 0],
1420
1441
  [() => SnowflakeSchema, 0],
1421
1442
  [() => SnowflakeTable, 0],
1422
- [() => SnowflakeRoleConfiguration, 0],
1443
+ [() => SnowflakeRoleConfiguration$, 0],
1423
1444
  0,
1424
1445
  [() => SnowflakeMetaDataColumnName, 0],
1425
1446
  [() => SnowflakeContentColumnName, 0],
1426
- [() => SnowflakeVpcConfiguration, 0],
1427
- () => CloudWatchLoggingOptions,
1428
- () => ProcessingConfiguration,
1447
+ [() => SnowflakeVpcConfiguration$, 0],
1448
+ () => CloudWatchLoggingOptions$,
1449
+ () => ProcessingConfiguration$,
1429
1450
  0,
1430
- () => SnowflakeRetryOptions,
1451
+ () => SnowflakeRetryOptions$,
1431
1452
  0,
1432
- () => S3DestinationConfiguration,
1433
- () => SecretsManagerConfiguration,
1434
- () => SnowflakeBufferingHints,
1453
+ () => S3DestinationConfiguration$,
1454
+ () => SecretsManagerConfiguration$,
1455
+ () => SnowflakeBufferingHints$,
1435
1456
  ],
1436
1457
  ];
1437
- var SnowflakeDestinationDescription = [
1458
+ var SnowflakeDestinationDescription$ = [
1438
1459
  3,
1439
1460
  n0,
1440
1461
  _SDDn,
@@ -1446,22 +1467,22 @@ var SnowflakeDestinationDescription = [
1446
1467
  [() => SnowflakeDatabase, 0],
1447
1468
  [() => SnowflakeSchema, 0],
1448
1469
  [() => SnowflakeTable, 0],
1449
- [() => SnowflakeRoleConfiguration, 0],
1470
+ [() => SnowflakeRoleConfiguration$, 0],
1450
1471
  0,
1451
1472
  [() => SnowflakeMetaDataColumnName, 0],
1452
1473
  [() => SnowflakeContentColumnName, 0],
1453
- [() => SnowflakeVpcConfiguration, 0],
1454
- () => CloudWatchLoggingOptions,
1455
- () => ProcessingConfiguration,
1474
+ [() => SnowflakeVpcConfiguration$, 0],
1475
+ () => CloudWatchLoggingOptions$,
1476
+ () => ProcessingConfiguration$,
1456
1477
  0,
1457
- () => SnowflakeRetryOptions,
1478
+ () => SnowflakeRetryOptions$,
1458
1479
  0,
1459
- () => S3DestinationDescription,
1460
- () => SecretsManagerConfiguration,
1461
- () => SnowflakeBufferingHints,
1480
+ () => S3DestinationDescription$,
1481
+ () => SecretsManagerConfiguration$,
1482
+ () => SnowflakeBufferingHints$,
1462
1483
  ],
1463
1484
  ];
1464
- var SnowflakeDestinationUpdate = [
1485
+ var SnowflakeDestinationUpdate$ = [
1465
1486
  3,
1466
1487
  n0,
1467
1488
  _SDUn,
@@ -1475,22 +1496,22 @@ var SnowflakeDestinationUpdate = [
1475
1496
  [() => SnowflakeDatabase, 0],
1476
1497
  [() => SnowflakeSchema, 0],
1477
1498
  [() => SnowflakeTable, 0],
1478
- [() => SnowflakeRoleConfiguration, 0],
1499
+ [() => SnowflakeRoleConfiguration$, 0],
1479
1500
  0,
1480
1501
  [() => SnowflakeMetaDataColumnName, 0],
1481
1502
  [() => SnowflakeContentColumnName, 0],
1482
- () => CloudWatchLoggingOptions,
1483
- () => ProcessingConfiguration,
1503
+ () => CloudWatchLoggingOptions$,
1504
+ () => ProcessingConfiguration$,
1484
1505
  0,
1485
- () => SnowflakeRetryOptions,
1506
+ () => SnowflakeRetryOptions$,
1486
1507
  0,
1487
- () => S3DestinationUpdate,
1488
- () => SecretsManagerConfiguration,
1489
- () => SnowflakeBufferingHints,
1508
+ () => S3DestinationUpdate$,
1509
+ () => SecretsManagerConfiguration$,
1510
+ () => SnowflakeBufferingHints$,
1490
1511
  ],
1491
1512
  ];
1492
- var SnowflakeRetryOptions = [3, n0, _SRO, 0, [_DIS], [1]];
1493
- var SnowflakeRoleConfiguration = [
1513
+ var SnowflakeRetryOptions$ = [3, n0, _SRO, 0, [_DIS], [1]];
1514
+ var SnowflakeRoleConfiguration$ = [
1494
1515
  3,
1495
1516
  n0,
1496
1517
  _SRC,
@@ -1498,7 +1519,7 @@ var SnowflakeRoleConfiguration = [
1498
1519
  [_E, _SR],
1499
1520
  [2, [() => SnowflakeRole, 0]],
1500
1521
  ];
1501
- var SnowflakeVpcConfiguration = [
1522
+ var SnowflakeVpcConfiguration$ = [
1502
1523
  3,
1503
1524
  n0,
1504
1525
  _SVC,
@@ -1506,21 +1527,21 @@ var SnowflakeVpcConfiguration = [
1506
1527
  [_PLVI],
1507
1528
  [[() => SnowflakePrivateLinkVpceId, 0]],
1508
1529
  ];
1509
- var SourceDescription = [
1530
+ var SourceDescription$ = [
1510
1531
  3,
1511
1532
  n0,
1512
1533
  _SDo,
1513
1534
  0,
1514
1535
  [_DPSD, _KSSD, _MSKSD, _DSD],
1515
1536
  [
1516
- () => DirectPutSourceDescription,
1517
- () => KinesisStreamSourceDescription,
1518
- () => MSKSourceDescription,
1519
- () => DatabaseSourceDescription,
1537
+ () => DirectPutSourceDescription$,
1538
+ () => KinesisStreamSourceDescription$,
1539
+ () => MSKSourceDescription$,
1540
+ () => DatabaseSourceDescription$,
1520
1541
  ],
1521
1542
  ];
1522
- var SplunkBufferingHints = [3, n0, _SBHp, 0, [_IIS, _SIMB], [1, 1]];
1523
- var SplunkDestinationConfiguration = [
1543
+ var SplunkBufferingHints$ = [3, n0, _SBHp, 0, [_IIS, _SIMB], [1, 1]];
1544
+ var SplunkDestinationConfiguration$ = [
1524
1545
  3,
1525
1546
  n0,
1526
1547
  _SDCp,
@@ -1531,16 +1552,16 @@ var SplunkDestinationConfiguration = [
1531
1552
  0,
1532
1553
  0,
1533
1554
  1,
1534
- () => SplunkRetryOptions,
1555
+ () => SplunkRetryOptions$,
1535
1556
  0,
1536
- () => S3DestinationConfiguration,
1537
- () => ProcessingConfiguration,
1538
- () => CloudWatchLoggingOptions,
1539
- () => SplunkBufferingHints,
1540
- () => SecretsManagerConfiguration,
1557
+ () => S3DestinationConfiguration$,
1558
+ () => ProcessingConfiguration$,
1559
+ () => CloudWatchLoggingOptions$,
1560
+ () => SplunkBufferingHints$,
1561
+ () => SecretsManagerConfiguration$,
1541
1562
  ],
1542
1563
  ];
1543
- var SplunkDestinationDescription = [
1564
+ var SplunkDestinationDescription$ = [
1544
1565
  3,
1545
1566
  n0,
1546
1567
  _SDDp,
@@ -1551,16 +1572,16 @@ var SplunkDestinationDescription = [
1551
1572
  0,
1552
1573
  0,
1553
1574
  1,
1554
- () => SplunkRetryOptions,
1575
+ () => SplunkRetryOptions$,
1555
1576
  0,
1556
- () => S3DestinationDescription,
1557
- () => ProcessingConfiguration,
1558
- () => CloudWatchLoggingOptions,
1559
- () => SplunkBufferingHints,
1560
- () => SecretsManagerConfiguration,
1577
+ () => S3DestinationDescription$,
1578
+ () => ProcessingConfiguration$,
1579
+ () => CloudWatchLoggingOptions$,
1580
+ () => SplunkBufferingHints$,
1581
+ () => SecretsManagerConfiguration$,
1561
1582
  ],
1562
1583
  ];
1563
- var SplunkDestinationUpdate = [
1584
+ var SplunkDestinationUpdate$ = [
1564
1585
  3,
1565
1586
  n0,
1566
1587
  _SDUp,
@@ -1571,30 +1592,30 @@ var SplunkDestinationUpdate = [
1571
1592
  0,
1572
1593
  0,
1573
1594
  1,
1574
- () => SplunkRetryOptions,
1595
+ () => SplunkRetryOptions$,
1575
1596
  0,
1576
- () => S3DestinationUpdate,
1577
- () => ProcessingConfiguration,
1578
- () => CloudWatchLoggingOptions,
1579
- () => SplunkBufferingHints,
1580
- () => SecretsManagerConfiguration,
1597
+ () => S3DestinationUpdate$,
1598
+ () => ProcessingConfiguration$,
1599
+ () => CloudWatchLoggingOptions$,
1600
+ () => SplunkBufferingHints$,
1601
+ () => SecretsManagerConfiguration$,
1581
1602
  ],
1582
1603
  ];
1583
- var SplunkRetryOptions = [3, n0, _SROp, 0, [_DIS], [1]];
1584
- var StartDeliveryStreamEncryptionInput = [
1604
+ var SplunkRetryOptions$ = [3, n0, _SROp, 0, [_DIS], [1]];
1605
+ var StartDeliveryStreamEncryptionInput$ = [
1585
1606
  3,
1586
1607
  n0,
1587
1608
  _SDSEI,
1588
1609
  0,
1589
1610
  [_DSN, _DSECI],
1590
- [0, () => DeliveryStreamEncryptionConfigurationInput],
1591
- ];
1592
- var StartDeliveryStreamEncryptionOutput = [3, n0, _SDSEO, 0, [], []];
1593
- var StopDeliveryStreamEncryptionInput = [3, n0, _SDSEIt, 0, [_DSN], [0]];
1594
- var StopDeliveryStreamEncryptionOutput = [3, n0, _SDSEOt, 0, [], []];
1595
- var TableCreationConfiguration = [3, n0, _TCC, 0, [_E], [2]];
1596
- var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
1597
- var TagDeliveryStreamInput = [
1611
+ [0, () => DeliveryStreamEncryptionConfigurationInput$],
1612
+ ];
1613
+ var StartDeliveryStreamEncryptionOutput$ = [3, n0, _SDSEO, 0, [], []];
1614
+ var StopDeliveryStreamEncryptionInput$ = [3, n0, _SDSEIt, 0, [_DSN], [0]];
1615
+ var StopDeliveryStreamEncryptionOutput$ = [3, n0, _SDSEOt, 0, [], []];
1616
+ var TableCreationConfiguration$ = [3, n0, _TCC, 0, [_E], [2]];
1617
+ var Tag$ = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
1618
+ var TagDeliveryStreamInput$ = [
1598
1619
  3,
1599
1620
  n0,
1600
1621
  _TDSI,
@@ -1602,10 +1623,10 @@ var TagDeliveryStreamInput = [
1602
1623
  [_DSN, _T],
1603
1624
  [0, () => TagDeliveryStreamInputTagList],
1604
1625
  ];
1605
- var TagDeliveryStreamOutput = [3, n0, _TDSO, 0, [], []];
1606
- var UntagDeliveryStreamInput = [3, n0, _UDSI, 0, [_DSN, _TK], [0, 64 | 0]];
1607
- var UntagDeliveryStreamOutput = [3, n0, _UDSO, 0, [], []];
1608
- var UpdateDestinationInput = [
1626
+ var TagDeliveryStreamOutput$ = [3, n0, _TDSO, 0, [], []];
1627
+ var UntagDeliveryStreamInput$ = [3, n0, _UDSI, 0, [_DSN, _TK], [0, 64 | 0]];
1628
+ var UntagDeliveryStreamOutput$ = [3, n0, _UDSO, 0, [], []];
1629
+ var UpdateDestinationInput$ = [
1609
1630
  3,
1610
1631
  n0,
1611
1632
  _UDI,
@@ -1615,21 +1636,21 @@ var UpdateDestinationInput = [
1615
1636
  0,
1616
1637
  0,
1617
1638
  0,
1618
- () => S3DestinationUpdate,
1619
- () => ExtendedS3DestinationUpdate,
1620
- [() => RedshiftDestinationUpdate, 0],
1621
- () => ElasticsearchDestinationUpdate,
1622
- () => AmazonopensearchserviceDestinationUpdate,
1623
- () => SplunkDestinationUpdate,
1624
- [() => HttpEndpointDestinationUpdate, 0],
1625
- () => AmazonOpenSearchServerlessDestinationUpdate,
1626
- [() => SnowflakeDestinationUpdate, 0],
1627
- () => IcebergDestinationUpdate,
1639
+ () => S3DestinationUpdate$,
1640
+ () => ExtendedS3DestinationUpdate$,
1641
+ [() => RedshiftDestinationUpdate$, 0],
1642
+ () => ElasticsearchDestinationUpdate$,
1643
+ () => AmazonopensearchserviceDestinationUpdate$,
1644
+ () => SplunkDestinationUpdate$,
1645
+ [() => HttpEndpointDestinationUpdate$, 0],
1646
+ () => AmazonOpenSearchServerlessDestinationUpdate$,
1647
+ [() => SnowflakeDestinationUpdate$, 0],
1648
+ () => IcebergDestinationUpdate$,
1628
1649
  ],
1629
1650
  ];
1630
- var UpdateDestinationOutput = [3, n0, _UDO, 0, [], []];
1631
- var VpcConfiguration = [3, n0, _VC, 0, [_SIu, _RARN, _SGI], [64 | 0, 0, 64 | 0]];
1632
- var VpcConfigurationDescription = [
1651
+ var UpdateDestinationOutput$ = [3, n0, _UDO, 0, [], []];
1652
+ var VpcConfiguration$ = [3, n0, _VC, 0, [_SIu, _RARN, _SGI], [64 | 0, 0, 64 | 0]];
1653
+ var VpcConfigurationDescription$ = [
1633
1654
  3,
1634
1655
  n0,
1635
1656
  _VCD,
@@ -1637,113 +1658,107 @@ var VpcConfigurationDescription = [
1637
1658
  [_SIu, _RARN, _SGI, _VIp],
1638
1659
  [64 | 0, 0, 64 | 0, 0],
1639
1660
  ];
1640
- var FirehoseServiceException = [-3, _sm, "FirehoseServiceException", 0, [], []];
1641
- schema.TypeRegistry.for(_sm).registerError(FirehoseServiceException, FirehoseServiceException$1);
1642
- var DatabaseSnapshotInfoList = [1, n0, _DSIL, 0, () => DatabaseSnapshotInfo];
1643
- var DestinationDescriptionList = [1, n0, _DDL, 0, [() => DestinationDescription, 0]];
1644
- var DestinationTableConfigurationList = [1, n0, _DTCL, 0, () => DestinationTableConfiguration];
1645
- var HttpEndpointCommonAttributesList = [
1646
- 1,
1647
- n0,
1648
- _HECAL,
1649
- 0,
1650
- [() => HttpEndpointCommonAttribute, 0],
1651
- ];
1652
- var ListTagsForDeliveryStreamOutputTagList = [1, n0, _LTFDSOTL, 0, () => Tag];
1653
- var PartitionFields = [1, n0, _PFa, 0, () => PartitionField];
1654
- var ProcessorList = [1, n0, _PL, 0, () => Processor];
1655
- var ProcessorParameterList = [1, n0, _PPL, 0, () => ProcessorParameter];
1656
- var PutRecordBatchRequestEntryList = [1, n0, _PRBREL, 0, () => _Record];
1657
- var PutRecordBatchResponseEntryList = [1, n0, _PRBRELu, 0, () => PutRecordBatchResponseEntry];
1658
- var TagDeliveryStreamInputTagList = [1, n0, _TDSITL, 0, () => Tag];
1659
- var CreateDeliveryStream = [
1661
+ var FirehoseServiceException$ = [-3, _sm, "FirehoseServiceException", 0, [], []];
1662
+ schema.TypeRegistry.for(_sm).registerError(FirehoseServiceException$, FirehoseServiceException);
1663
+ var DatabaseSnapshotInfoList = [1, n0, _DSIL, 0, () => DatabaseSnapshotInfo$];
1664
+ var DestinationDescriptionList = [1, n0, _DDL, 0, [() => DestinationDescription$, 0]];
1665
+ var DestinationTableConfigurationList = [1, n0, _DTCL, 0, () => DestinationTableConfiguration$];
1666
+ var HttpEndpointCommonAttributesList = [1, n0, _HECAL, 0, [() => HttpEndpointCommonAttribute$, 0]];
1667
+ var ListTagsForDeliveryStreamOutputTagList = [1, n0, _LTFDSOTL, 0, () => Tag$];
1668
+ var PartitionFields = [1, n0, _PFa, 0, () => PartitionField$];
1669
+ var ProcessorList = [1, n0, _PL, 0, () => Processor$];
1670
+ var ProcessorParameterList = [1, n0, _PPL, 0, () => ProcessorParameter$];
1671
+ var PutRecordBatchRequestEntryList = [1, n0, _PRBREL, 0, () => _Record$];
1672
+ var PutRecordBatchResponseEntryList = [1, n0, _PRBRELu, 0, () => PutRecordBatchResponseEntry$];
1673
+ var TagDeliveryStreamInputTagList = [1, n0, _TDSITL, 0, () => Tag$];
1674
+ var CreateDeliveryStream$ = [
1660
1675
  9,
1661
1676
  n0,
1662
1677
  _CDS,
1663
1678
  0,
1664
- () => CreateDeliveryStreamInput,
1665
- () => CreateDeliveryStreamOutput,
1679
+ () => CreateDeliveryStreamInput$,
1680
+ () => CreateDeliveryStreamOutput$,
1666
1681
  ];
1667
- var DeleteDeliveryStream = [
1682
+ var DeleteDeliveryStream$ = [
1668
1683
  9,
1669
1684
  n0,
1670
1685
  _DDS,
1671
1686
  0,
1672
- () => DeleteDeliveryStreamInput,
1673
- () => DeleteDeliveryStreamOutput,
1687
+ () => DeleteDeliveryStreamInput$,
1688
+ () => DeleteDeliveryStreamOutput$,
1674
1689
  ];
1675
- var DescribeDeliveryStream = [
1690
+ var DescribeDeliveryStream$ = [
1676
1691
  9,
1677
1692
  n0,
1678
1693
  _DDSe,
1679
1694
  0,
1680
- () => DescribeDeliveryStreamInput,
1681
- () => DescribeDeliveryStreamOutput,
1695
+ () => DescribeDeliveryStreamInput$,
1696
+ () => DescribeDeliveryStreamOutput$,
1682
1697
  ];
1683
- var ListDeliveryStreams = [
1698
+ var ListDeliveryStreams$ = [
1684
1699
  9,
1685
1700
  n0,
1686
1701
  _LDS,
1687
1702
  0,
1688
- () => ListDeliveryStreamsInput,
1689
- () => ListDeliveryStreamsOutput,
1703
+ () => ListDeliveryStreamsInput$,
1704
+ () => ListDeliveryStreamsOutput$,
1690
1705
  ];
1691
- var ListTagsForDeliveryStream = [
1706
+ var ListTagsForDeliveryStream$ = [
1692
1707
  9,
1693
1708
  n0,
1694
1709
  _LTFDS,
1695
1710
  0,
1696
- () => ListTagsForDeliveryStreamInput,
1697
- () => ListTagsForDeliveryStreamOutput,
1711
+ () => ListTagsForDeliveryStreamInput$,
1712
+ () => ListTagsForDeliveryStreamOutput$,
1698
1713
  ];
1699
- var PutRecord = [9, n0, _PR, 0, () => PutRecordInput, () => PutRecordOutput];
1700
- var PutRecordBatch = [
1714
+ var PutRecord$ = [9, n0, _PR, 0, () => PutRecordInput$, () => PutRecordOutput$];
1715
+ var PutRecordBatch$ = [
1701
1716
  9,
1702
1717
  n0,
1703
1718
  _PRB,
1704
1719
  0,
1705
- () => PutRecordBatchInput,
1706
- () => PutRecordBatchOutput,
1720
+ () => PutRecordBatchInput$,
1721
+ () => PutRecordBatchOutput$,
1707
1722
  ];
1708
- var StartDeliveryStreamEncryption = [
1723
+ var StartDeliveryStreamEncryption$ = [
1709
1724
  9,
1710
1725
  n0,
1711
1726
  _SDSE,
1712
1727
  0,
1713
- () => StartDeliveryStreamEncryptionInput,
1714
- () => StartDeliveryStreamEncryptionOutput,
1728
+ () => StartDeliveryStreamEncryptionInput$,
1729
+ () => StartDeliveryStreamEncryptionOutput$,
1715
1730
  ];
1716
- var StopDeliveryStreamEncryption = [
1731
+ var StopDeliveryStreamEncryption$ = [
1717
1732
  9,
1718
1733
  n0,
1719
1734
  _SDSEt,
1720
1735
  0,
1721
- () => StopDeliveryStreamEncryptionInput,
1722
- () => StopDeliveryStreamEncryptionOutput,
1736
+ () => StopDeliveryStreamEncryptionInput$,
1737
+ () => StopDeliveryStreamEncryptionOutput$,
1723
1738
  ];
1724
- var TagDeliveryStream = [
1739
+ var TagDeliveryStream$ = [
1725
1740
  9,
1726
1741
  n0,
1727
1742
  _TDS,
1728
1743
  0,
1729
- () => TagDeliveryStreamInput,
1730
- () => TagDeliveryStreamOutput,
1744
+ () => TagDeliveryStreamInput$,
1745
+ () => TagDeliveryStreamOutput$,
1731
1746
  ];
1732
- var UntagDeliveryStream = [
1747
+ var UntagDeliveryStream$ = [
1733
1748
  9,
1734
1749
  n0,
1735
1750
  _UDS,
1736
1751
  0,
1737
- () => UntagDeliveryStreamInput,
1738
- () => UntagDeliveryStreamOutput,
1752
+ () => UntagDeliveryStreamInput$,
1753
+ () => UntagDeliveryStreamOutput$,
1739
1754
  ];
1740
- var UpdateDestination = [
1755
+ var UpdateDestination$ = [
1741
1756
  9,
1742
1757
  n0,
1743
1758
  _UD,
1744
1759
  0,
1745
- () => UpdateDestinationInput,
1746
- () => UpdateDestinationOutput,
1760
+ () => UpdateDestinationInput$,
1761
+ () => UpdateDestinationOutput$,
1747
1762
  ];
1748
1763
 
1749
1764
  class CreateDeliveryStreamCommand extends smithyClient.Command
@@ -1754,7 +1769,7 @@ class CreateDeliveryStreamCommand extends smithyClient.Command
1754
1769
  })
1755
1770
  .s("Firehose_20150804", "CreateDeliveryStream", {})
1756
1771
  .n("FirehoseClient", "CreateDeliveryStreamCommand")
1757
- .sc(CreateDeliveryStream)
1772
+ .sc(CreateDeliveryStream$)
1758
1773
  .build() {
1759
1774
  }
1760
1775
 
@@ -1766,7 +1781,7 @@ class DeleteDeliveryStreamCommand extends smithyClient.Command
1766
1781
  })
1767
1782
  .s("Firehose_20150804", "DeleteDeliveryStream", {})
1768
1783
  .n("FirehoseClient", "DeleteDeliveryStreamCommand")
1769
- .sc(DeleteDeliveryStream)
1784
+ .sc(DeleteDeliveryStream$)
1770
1785
  .build() {
1771
1786
  }
1772
1787
 
@@ -1778,7 +1793,7 @@ class DescribeDeliveryStreamCommand extends smithyClient.Command
1778
1793
  })
1779
1794
  .s("Firehose_20150804", "DescribeDeliveryStream", {})
1780
1795
  .n("FirehoseClient", "DescribeDeliveryStreamCommand")
1781
- .sc(DescribeDeliveryStream)
1796
+ .sc(DescribeDeliveryStream$)
1782
1797
  .build() {
1783
1798
  }
1784
1799
 
@@ -1790,7 +1805,7 @@ class ListDeliveryStreamsCommand extends smithyClient.Command
1790
1805
  })
1791
1806
  .s("Firehose_20150804", "ListDeliveryStreams", {})
1792
1807
  .n("FirehoseClient", "ListDeliveryStreamsCommand")
1793
- .sc(ListDeliveryStreams)
1808
+ .sc(ListDeliveryStreams$)
1794
1809
  .build() {
1795
1810
  }
1796
1811
 
@@ -1802,7 +1817,7 @@ class ListTagsForDeliveryStreamCommand extends smithyClient.Command
1802
1817
  })
1803
1818
  .s("Firehose_20150804", "ListTagsForDeliveryStream", {})
1804
1819
  .n("FirehoseClient", "ListTagsForDeliveryStreamCommand")
1805
- .sc(ListTagsForDeliveryStream)
1820
+ .sc(ListTagsForDeliveryStream$)
1806
1821
  .build() {
1807
1822
  }
1808
1823
 
@@ -1814,7 +1829,7 @@ class PutRecordBatchCommand extends smithyClient.Command
1814
1829
  })
1815
1830
  .s("Firehose_20150804", "PutRecordBatch", {})
1816
1831
  .n("FirehoseClient", "PutRecordBatchCommand")
1817
- .sc(PutRecordBatch)
1832
+ .sc(PutRecordBatch$)
1818
1833
  .build() {
1819
1834
  }
1820
1835
 
@@ -1826,7 +1841,7 @@ class PutRecordCommand extends smithyClient.Command
1826
1841
  })
1827
1842
  .s("Firehose_20150804", "PutRecord", {})
1828
1843
  .n("FirehoseClient", "PutRecordCommand")
1829
- .sc(PutRecord)
1844
+ .sc(PutRecord$)
1830
1845
  .build() {
1831
1846
  }
1832
1847
 
@@ -1838,7 +1853,7 @@ class StartDeliveryStreamEncryptionCommand extends smithyClient.Command
1838
1853
  })
1839
1854
  .s("Firehose_20150804", "StartDeliveryStreamEncryption", {})
1840
1855
  .n("FirehoseClient", "StartDeliveryStreamEncryptionCommand")
1841
- .sc(StartDeliveryStreamEncryption)
1856
+ .sc(StartDeliveryStreamEncryption$)
1842
1857
  .build() {
1843
1858
  }
1844
1859
 
@@ -1850,7 +1865,7 @@ class StopDeliveryStreamEncryptionCommand extends smithyClient.Command
1850
1865
  })
1851
1866
  .s("Firehose_20150804", "StopDeliveryStreamEncryption", {})
1852
1867
  .n("FirehoseClient", "StopDeliveryStreamEncryptionCommand")
1853
- .sc(StopDeliveryStreamEncryption)
1868
+ .sc(StopDeliveryStreamEncryption$)
1854
1869
  .build() {
1855
1870
  }
1856
1871
 
@@ -1862,7 +1877,7 @@ class TagDeliveryStreamCommand extends smithyClient.Command
1862
1877
  })
1863
1878
  .s("Firehose_20150804", "TagDeliveryStream", {})
1864
1879
  .n("FirehoseClient", "TagDeliveryStreamCommand")
1865
- .sc(TagDeliveryStream)
1880
+ .sc(TagDeliveryStream$)
1866
1881
  .build() {
1867
1882
  }
1868
1883
 
@@ -1874,7 +1889,7 @@ class UntagDeliveryStreamCommand extends smithyClient.Command
1874
1889
  })
1875
1890
  .s("Firehose_20150804", "UntagDeliveryStream", {})
1876
1891
  .n("FirehoseClient", "UntagDeliveryStreamCommand")
1877
- .sc(UntagDeliveryStream)
1892
+ .sc(UntagDeliveryStream$)
1878
1893
  .build() {
1879
1894
  }
1880
1895
 
@@ -1886,7 +1901,7 @@ class UpdateDestinationCommand extends smithyClient.Command
1886
1901
  })
1887
1902
  .s("Firehose_20150804", "UpdateDestination", {})
1888
1903
  .n("FirehoseClient", "UpdateDestinationCommand")
1889
- .sc(UpdateDestination)
1904
+ .sc(UpdateDestination$)
1890
1905
  .build() {
1891
1906
  }
1892
1907
 
@@ -2098,59 +2113,207 @@ Object.defineProperty(exports, "__Client", {
2098
2113
  enumerable: true,
2099
2114
  get: function () { return smithyClient.Client; }
2100
2115
  });
2116
+ exports.AmazonOpenSearchServerlessBufferingHints$ = AmazonOpenSearchServerlessBufferingHints$;
2117
+ exports.AmazonOpenSearchServerlessDestinationConfiguration$ = AmazonOpenSearchServerlessDestinationConfiguration$;
2118
+ exports.AmazonOpenSearchServerlessDestinationDescription$ = AmazonOpenSearchServerlessDestinationDescription$;
2119
+ exports.AmazonOpenSearchServerlessDestinationUpdate$ = AmazonOpenSearchServerlessDestinationUpdate$;
2120
+ exports.AmazonOpenSearchServerlessRetryOptions$ = AmazonOpenSearchServerlessRetryOptions$;
2101
2121
  exports.AmazonOpenSearchServerlessS3BackupMode = AmazonOpenSearchServerlessS3BackupMode;
2122
+ exports.AmazonopensearchserviceBufferingHints$ = AmazonopensearchserviceBufferingHints$;
2123
+ exports.AmazonopensearchserviceDestinationConfiguration$ = AmazonopensearchserviceDestinationConfiguration$;
2124
+ exports.AmazonopensearchserviceDestinationDescription$ = AmazonopensearchserviceDestinationDescription$;
2125
+ exports.AmazonopensearchserviceDestinationUpdate$ = AmazonopensearchserviceDestinationUpdate$;
2102
2126
  exports.AmazonopensearchserviceIndexRotationPeriod = AmazonopensearchserviceIndexRotationPeriod;
2127
+ exports.AmazonopensearchserviceRetryOptions$ = AmazonopensearchserviceRetryOptions$;
2103
2128
  exports.AmazonopensearchserviceS3BackupMode = AmazonopensearchserviceS3BackupMode;
2129
+ exports.AuthenticationConfiguration$ = AuthenticationConfiguration$;
2130
+ exports.BufferingHints$ = BufferingHints$;
2131
+ exports.CatalogConfiguration$ = CatalogConfiguration$;
2132
+ exports.CloudWatchLoggingOptions$ = CloudWatchLoggingOptions$;
2104
2133
  exports.CompressionFormat = CompressionFormat;
2105
- exports.ConcurrentModificationException = ConcurrentModificationException$1;
2134
+ exports.ConcurrentModificationException = ConcurrentModificationException;
2135
+ exports.ConcurrentModificationException$ = ConcurrentModificationException$;
2106
2136
  exports.Connectivity = Connectivity;
2107
2137
  exports.ContentEncoding = ContentEncoding;
2138
+ exports.CopyCommand$ = CopyCommand$;
2139
+ exports.CreateDeliveryStream$ = CreateDeliveryStream$;
2108
2140
  exports.CreateDeliveryStreamCommand = CreateDeliveryStreamCommand;
2141
+ exports.CreateDeliveryStreamInput$ = CreateDeliveryStreamInput$;
2142
+ exports.CreateDeliveryStreamOutput$ = CreateDeliveryStreamOutput$;
2143
+ exports.DataFormatConversionConfiguration$ = DataFormatConversionConfiguration$;
2144
+ exports.DatabaseColumnList$ = DatabaseColumnList$;
2145
+ exports.DatabaseList$ = DatabaseList$;
2146
+ exports.DatabaseSnapshotInfo$ = DatabaseSnapshotInfo$;
2147
+ exports.DatabaseSourceAuthenticationConfiguration$ = DatabaseSourceAuthenticationConfiguration$;
2148
+ exports.DatabaseSourceConfiguration$ = DatabaseSourceConfiguration$;
2149
+ exports.DatabaseSourceDescription$ = DatabaseSourceDescription$;
2150
+ exports.DatabaseSourceVPCConfiguration$ = DatabaseSourceVPCConfiguration$;
2151
+ exports.DatabaseTableList$ = DatabaseTableList$;
2109
2152
  exports.DatabaseType = DatabaseType;
2110
2153
  exports.DefaultDocumentIdFormat = DefaultDocumentIdFormat;
2154
+ exports.DeleteDeliveryStream$ = DeleteDeliveryStream$;
2111
2155
  exports.DeleteDeliveryStreamCommand = DeleteDeliveryStreamCommand;
2156
+ exports.DeleteDeliveryStreamInput$ = DeleteDeliveryStreamInput$;
2157
+ exports.DeleteDeliveryStreamOutput$ = DeleteDeliveryStreamOutput$;
2158
+ exports.DeliveryStreamDescription$ = DeliveryStreamDescription$;
2159
+ exports.DeliveryStreamEncryptionConfiguration$ = DeliveryStreamEncryptionConfiguration$;
2160
+ exports.DeliveryStreamEncryptionConfigurationInput$ = DeliveryStreamEncryptionConfigurationInput$;
2112
2161
  exports.DeliveryStreamEncryptionStatus = DeliveryStreamEncryptionStatus;
2113
2162
  exports.DeliveryStreamFailureType = DeliveryStreamFailureType;
2114
2163
  exports.DeliveryStreamStatus = DeliveryStreamStatus;
2115
2164
  exports.DeliveryStreamType = DeliveryStreamType;
2165
+ exports.DescribeDeliveryStream$ = DescribeDeliveryStream$;
2116
2166
  exports.DescribeDeliveryStreamCommand = DescribeDeliveryStreamCommand;
2167
+ exports.DescribeDeliveryStreamInput$ = DescribeDeliveryStreamInput$;
2168
+ exports.DescribeDeliveryStreamOutput$ = DescribeDeliveryStreamOutput$;
2169
+ exports.Deserializer$ = Deserializer$;
2170
+ exports.DestinationDescription$ = DestinationDescription$;
2171
+ exports.DestinationTableConfiguration$ = DestinationTableConfiguration$;
2172
+ exports.DirectPutSourceConfiguration$ = DirectPutSourceConfiguration$;
2173
+ exports.DirectPutSourceDescription$ = DirectPutSourceDescription$;
2174
+ exports.DocumentIdOptions$ = DocumentIdOptions$;
2175
+ exports.DynamicPartitioningConfiguration$ = DynamicPartitioningConfiguration$;
2176
+ exports.ElasticsearchBufferingHints$ = ElasticsearchBufferingHints$;
2177
+ exports.ElasticsearchDestinationConfiguration$ = ElasticsearchDestinationConfiguration$;
2178
+ exports.ElasticsearchDestinationDescription$ = ElasticsearchDestinationDescription$;
2179
+ exports.ElasticsearchDestinationUpdate$ = ElasticsearchDestinationUpdate$;
2117
2180
  exports.ElasticsearchIndexRotationPeriod = ElasticsearchIndexRotationPeriod;
2181
+ exports.ElasticsearchRetryOptions$ = ElasticsearchRetryOptions$;
2118
2182
  exports.ElasticsearchS3BackupMode = ElasticsearchS3BackupMode;
2183
+ exports.EncryptionConfiguration$ = EncryptionConfiguration$;
2184
+ exports.ExtendedS3DestinationConfiguration$ = ExtendedS3DestinationConfiguration$;
2185
+ exports.ExtendedS3DestinationDescription$ = ExtendedS3DestinationDescription$;
2186
+ exports.ExtendedS3DestinationUpdate$ = ExtendedS3DestinationUpdate$;
2187
+ exports.FailureDescription$ = FailureDescription$;
2119
2188
  exports.Firehose = Firehose;
2120
2189
  exports.FirehoseClient = FirehoseClient;
2121
- exports.FirehoseServiceException = FirehoseServiceException$1;
2190
+ exports.FirehoseServiceException = FirehoseServiceException;
2191
+ exports.FirehoseServiceException$ = FirehoseServiceException$;
2122
2192
  exports.HECEndpointType = HECEndpointType;
2193
+ exports.HiveJsonSerDe$ = HiveJsonSerDe$;
2194
+ exports.HttpEndpointBufferingHints$ = HttpEndpointBufferingHints$;
2195
+ exports.HttpEndpointCommonAttribute$ = HttpEndpointCommonAttribute$;
2196
+ exports.HttpEndpointConfiguration$ = HttpEndpointConfiguration$;
2197
+ exports.HttpEndpointDescription$ = HttpEndpointDescription$;
2198
+ exports.HttpEndpointDestinationConfiguration$ = HttpEndpointDestinationConfiguration$;
2199
+ exports.HttpEndpointDestinationDescription$ = HttpEndpointDestinationDescription$;
2200
+ exports.HttpEndpointDestinationUpdate$ = HttpEndpointDestinationUpdate$;
2201
+ exports.HttpEndpointRequestConfiguration$ = HttpEndpointRequestConfiguration$;
2202
+ exports.HttpEndpointRetryOptions$ = HttpEndpointRetryOptions$;
2123
2203
  exports.HttpEndpointS3BackupMode = HttpEndpointS3BackupMode;
2204
+ exports.IcebergDestinationConfiguration$ = IcebergDestinationConfiguration$;
2205
+ exports.IcebergDestinationDescription$ = IcebergDestinationDescription$;
2206
+ exports.IcebergDestinationUpdate$ = IcebergDestinationUpdate$;
2124
2207
  exports.IcebergS3BackupMode = IcebergS3BackupMode;
2125
- exports.InvalidArgumentException = InvalidArgumentException$1;
2126
- exports.InvalidKMSResourceException = InvalidKMSResourceException$1;
2127
- exports.InvalidSourceException = InvalidSourceException$1;
2208
+ exports.InputFormatConfiguration$ = InputFormatConfiguration$;
2209
+ exports.InvalidArgumentException = InvalidArgumentException;
2210
+ exports.InvalidArgumentException$ = InvalidArgumentException$;
2211
+ exports.InvalidKMSResourceException = InvalidKMSResourceException;
2212
+ exports.InvalidKMSResourceException$ = InvalidKMSResourceException$;
2213
+ exports.InvalidSourceException = InvalidSourceException;
2214
+ exports.InvalidSourceException$ = InvalidSourceException$;
2215
+ exports.KMSEncryptionConfig$ = KMSEncryptionConfig$;
2128
2216
  exports.KeyType = KeyType;
2129
- exports.LimitExceededException = LimitExceededException$1;
2217
+ exports.KinesisStreamSourceConfiguration$ = KinesisStreamSourceConfiguration$;
2218
+ exports.KinesisStreamSourceDescription$ = KinesisStreamSourceDescription$;
2219
+ exports.LimitExceededException = LimitExceededException;
2220
+ exports.LimitExceededException$ = LimitExceededException$;
2221
+ exports.ListDeliveryStreams$ = ListDeliveryStreams$;
2130
2222
  exports.ListDeliveryStreamsCommand = ListDeliveryStreamsCommand;
2223
+ exports.ListDeliveryStreamsInput$ = ListDeliveryStreamsInput$;
2224
+ exports.ListDeliveryStreamsOutput$ = ListDeliveryStreamsOutput$;
2225
+ exports.ListTagsForDeliveryStream$ = ListTagsForDeliveryStream$;
2131
2226
  exports.ListTagsForDeliveryStreamCommand = ListTagsForDeliveryStreamCommand;
2227
+ exports.ListTagsForDeliveryStreamInput$ = ListTagsForDeliveryStreamInput$;
2228
+ exports.ListTagsForDeliveryStreamOutput$ = ListTagsForDeliveryStreamOutput$;
2229
+ exports.MSKSourceConfiguration$ = MSKSourceConfiguration$;
2230
+ exports.MSKSourceDescription$ = MSKSourceDescription$;
2132
2231
  exports.NoEncryptionConfig = NoEncryptionConfig;
2232
+ exports.OpenXJsonSerDe$ = OpenXJsonSerDe$;
2133
2233
  exports.OrcCompression = OrcCompression;
2134
2234
  exports.OrcFormatVersion = OrcFormatVersion;
2235
+ exports.OrcSerDe$ = OrcSerDe$;
2236
+ exports.OutputFormatConfiguration$ = OutputFormatConfiguration$;
2135
2237
  exports.ParquetCompression = ParquetCompression;
2238
+ exports.ParquetSerDe$ = ParquetSerDe$;
2136
2239
  exports.ParquetWriterVersion = ParquetWriterVersion;
2240
+ exports.PartitionField$ = PartitionField$;
2241
+ exports.PartitionSpec$ = PartitionSpec$;
2242
+ exports.ProcessingConfiguration$ = ProcessingConfiguration$;
2243
+ exports.Processor$ = Processor$;
2244
+ exports.ProcessorParameter$ = ProcessorParameter$;
2137
2245
  exports.ProcessorParameterName = ProcessorParameterName;
2138
2246
  exports.ProcessorType = ProcessorType;
2247
+ exports.PutRecord$ = PutRecord$;
2248
+ exports.PutRecordBatch$ = PutRecordBatch$;
2139
2249
  exports.PutRecordBatchCommand = PutRecordBatchCommand;
2250
+ exports.PutRecordBatchInput$ = PutRecordBatchInput$;
2251
+ exports.PutRecordBatchOutput$ = PutRecordBatchOutput$;
2252
+ exports.PutRecordBatchResponseEntry$ = PutRecordBatchResponseEntry$;
2140
2253
  exports.PutRecordCommand = PutRecordCommand;
2254
+ exports.PutRecordInput$ = PutRecordInput$;
2255
+ exports.PutRecordOutput$ = PutRecordOutput$;
2256
+ exports.RedshiftDestinationConfiguration$ = RedshiftDestinationConfiguration$;
2257
+ exports.RedshiftDestinationDescription$ = RedshiftDestinationDescription$;
2258
+ exports.RedshiftDestinationUpdate$ = RedshiftDestinationUpdate$;
2259
+ exports.RedshiftRetryOptions$ = RedshiftRetryOptions$;
2141
2260
  exports.RedshiftS3BackupMode = RedshiftS3BackupMode;
2142
- exports.ResourceInUseException = ResourceInUseException$1;
2143
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
2261
+ exports.ResourceInUseException = ResourceInUseException;
2262
+ exports.ResourceInUseException$ = ResourceInUseException$;
2263
+ exports.ResourceNotFoundException = ResourceNotFoundException;
2264
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
2265
+ exports.RetryOptions$ = RetryOptions$;
2144
2266
  exports.S3BackupMode = S3BackupMode;
2267
+ exports.S3DestinationConfiguration$ = S3DestinationConfiguration$;
2268
+ exports.S3DestinationDescription$ = S3DestinationDescription$;
2269
+ exports.S3DestinationUpdate$ = S3DestinationUpdate$;
2145
2270
  exports.SSLMode = SSLMode;
2146
- exports.ServiceUnavailableException = ServiceUnavailableException$1;
2271
+ exports.SchemaConfiguration$ = SchemaConfiguration$;
2272
+ exports.SchemaEvolutionConfiguration$ = SchemaEvolutionConfiguration$;
2273
+ exports.SecretsManagerConfiguration$ = SecretsManagerConfiguration$;
2274
+ exports.Serializer$ = Serializer$;
2275
+ exports.ServiceUnavailableException = ServiceUnavailableException;
2276
+ exports.ServiceUnavailableException$ = ServiceUnavailableException$;
2147
2277
  exports.SnapshotRequestedBy = SnapshotRequestedBy;
2148
2278
  exports.SnapshotStatus = SnapshotStatus;
2279
+ exports.SnowflakeBufferingHints$ = SnowflakeBufferingHints$;
2149
2280
  exports.SnowflakeDataLoadingOption = SnowflakeDataLoadingOption;
2281
+ exports.SnowflakeDestinationConfiguration$ = SnowflakeDestinationConfiguration$;
2282
+ exports.SnowflakeDestinationDescription$ = SnowflakeDestinationDescription$;
2283
+ exports.SnowflakeDestinationUpdate$ = SnowflakeDestinationUpdate$;
2284
+ exports.SnowflakeRetryOptions$ = SnowflakeRetryOptions$;
2285
+ exports.SnowflakeRoleConfiguration$ = SnowflakeRoleConfiguration$;
2150
2286
  exports.SnowflakeS3BackupMode = SnowflakeS3BackupMode;
2287
+ exports.SnowflakeVpcConfiguration$ = SnowflakeVpcConfiguration$;
2288
+ exports.SourceDescription$ = SourceDescription$;
2289
+ exports.SplunkBufferingHints$ = SplunkBufferingHints$;
2290
+ exports.SplunkDestinationConfiguration$ = SplunkDestinationConfiguration$;
2291
+ exports.SplunkDestinationDescription$ = SplunkDestinationDescription$;
2292
+ exports.SplunkDestinationUpdate$ = SplunkDestinationUpdate$;
2293
+ exports.SplunkRetryOptions$ = SplunkRetryOptions$;
2151
2294
  exports.SplunkS3BackupMode = SplunkS3BackupMode;
2295
+ exports.StartDeliveryStreamEncryption$ = StartDeliveryStreamEncryption$;
2152
2296
  exports.StartDeliveryStreamEncryptionCommand = StartDeliveryStreamEncryptionCommand;
2297
+ exports.StartDeliveryStreamEncryptionInput$ = StartDeliveryStreamEncryptionInput$;
2298
+ exports.StartDeliveryStreamEncryptionOutput$ = StartDeliveryStreamEncryptionOutput$;
2299
+ exports.StopDeliveryStreamEncryption$ = StopDeliveryStreamEncryption$;
2153
2300
  exports.StopDeliveryStreamEncryptionCommand = StopDeliveryStreamEncryptionCommand;
2301
+ exports.StopDeliveryStreamEncryptionInput$ = StopDeliveryStreamEncryptionInput$;
2302
+ exports.StopDeliveryStreamEncryptionOutput$ = StopDeliveryStreamEncryptionOutput$;
2303
+ exports.TableCreationConfiguration$ = TableCreationConfiguration$;
2304
+ exports.Tag$ = Tag$;
2305
+ exports.TagDeliveryStream$ = TagDeliveryStream$;
2154
2306
  exports.TagDeliveryStreamCommand = TagDeliveryStreamCommand;
2307
+ exports.TagDeliveryStreamInput$ = TagDeliveryStreamInput$;
2308
+ exports.TagDeliveryStreamOutput$ = TagDeliveryStreamOutput$;
2309
+ exports.UntagDeliveryStream$ = UntagDeliveryStream$;
2155
2310
  exports.UntagDeliveryStreamCommand = UntagDeliveryStreamCommand;
2311
+ exports.UntagDeliveryStreamInput$ = UntagDeliveryStreamInput$;
2312
+ exports.UntagDeliveryStreamOutput$ = UntagDeliveryStreamOutput$;
2313
+ exports.UpdateDestination$ = UpdateDestination$;
2156
2314
  exports.UpdateDestinationCommand = UpdateDestinationCommand;
2315
+ exports.UpdateDestinationInput$ = UpdateDestinationInput$;
2316
+ exports.UpdateDestinationOutput$ = UpdateDestinationOutput$;
2317
+ exports.VpcConfiguration$ = VpcConfiguration$;
2318
+ exports.VpcConfigurationDescription$ = VpcConfigurationDescription$;
2319
+ exports._Record$ = _Record$;