aws-sdk 2.237.1 → 2.238.1
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.
- package/.changes/2.238.1.json +7 -0
- package/CHANGELOG.md +4 -1
- package/README.md +1 -1
- package/apis/firehose-2015-08-04.min.json +171 -47
- package/clients/firehose.d.ts +248 -58
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +2 -2
- package/dist/aws-sdk.js +174 -50
- package/dist/aws-sdk.min.js +33 -33
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"type": "feature",
|
|
4
|
+
"category": "Firehose",
|
|
5
|
+
"description": "With this release, Amazon Kinesis Data Firehose can convert the format of your input data from JSON to Apache Parquet or Apache ORC before storing the data in Amazon S3. Parquet and ORC are columnar data formats that save space and enable faster queries compared to row-oriented formats like JSON."
|
|
6
|
+
}
|
|
7
|
+
]
|
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.238.1-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.238.1
|
|
6
|
+
* feature: Firehose: With this release, Amazon Kinesis Data Firehose can convert the format of your input data from JSON to Apache Parquet or Apache ORC before storing the data in Amazon S3. Parquet and ORC are columnar data formats that save space and enable faster queries compared to row-oriented formats like JSON.
|
|
7
|
+
|
|
5
8
|
## 2.237.1
|
|
6
9
|
* feature: GameLift: AutoScaling Target Tracking scaling simplification along with StartFleetActions and StopFleetActions APIs to suspend and resume automatic scaling at will.
|
|
7
10
|
|
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ version.
|
|
|
25
25
|
To use the SDK in the browser, simply add the following script tag to your
|
|
26
26
|
HTML pages:
|
|
27
27
|
|
|
28
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
|
28
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.238.1.min.js"></script>
|
|
29
29
|
|
|
30
30
|
You can also build a custom browser SDK with your specified set of AWS services.
|
|
31
31
|
This can allow you to reduce the SDK's size, specify different API versions of
|
|
@@ -63,6 +63,9 @@
|
|
|
63
63
|
"S3BackupMode": {},
|
|
64
64
|
"S3BackupConfiguration": {
|
|
65
65
|
"shape": "S7"
|
|
66
|
+
},
|
|
67
|
+
"DataFormatConversionConfiguration": {
|
|
68
|
+
"shape": "Sw"
|
|
66
69
|
}
|
|
67
70
|
}
|
|
68
71
|
},
|
|
@@ -80,16 +83,16 @@
|
|
|
80
83
|
"RoleARN": {},
|
|
81
84
|
"ClusterJDBCURL": {},
|
|
82
85
|
"CopyCommand": {
|
|
83
|
-
"shape": "
|
|
86
|
+
"shape": "S1n"
|
|
84
87
|
},
|
|
85
88
|
"Username": {
|
|
86
|
-
"shape": "
|
|
89
|
+
"shape": "S1r"
|
|
87
90
|
},
|
|
88
91
|
"Password": {
|
|
89
|
-
"shape": "
|
|
92
|
+
"shape": "S1s"
|
|
90
93
|
},
|
|
91
94
|
"RetryOptions": {
|
|
92
|
-
"shape": "
|
|
95
|
+
"shape": "S1t"
|
|
93
96
|
},
|
|
94
97
|
"S3Configuration": {
|
|
95
98
|
"shape": "S7"
|
|
@@ -122,10 +125,10 @@
|
|
|
122
125
|
"TypeName": {},
|
|
123
126
|
"IndexRotationPeriod": {},
|
|
124
127
|
"BufferingHints": {
|
|
125
|
-
"shape": "
|
|
128
|
+
"shape": "S21"
|
|
126
129
|
},
|
|
127
130
|
"RetryOptions": {
|
|
128
|
-
"shape": "
|
|
131
|
+
"shape": "S24"
|
|
129
132
|
},
|
|
130
133
|
"S3BackupMode": {},
|
|
131
134
|
"S3Configuration": {
|
|
@@ -155,7 +158,7 @@
|
|
|
155
158
|
"type": "integer"
|
|
156
159
|
},
|
|
157
160
|
"RetryOptions": {
|
|
158
|
-
"shape": "
|
|
161
|
+
"shape": "S2c"
|
|
159
162
|
},
|
|
160
163
|
"S3BackupMode": {},
|
|
161
164
|
"S3Configuration": {
|
|
@@ -261,7 +264,7 @@
|
|
|
261
264
|
"members": {
|
|
262
265
|
"DestinationId": {},
|
|
263
266
|
"S3DestinationDescription": {
|
|
264
|
-
"shape": "
|
|
267
|
+
"shape": "S2w"
|
|
265
268
|
},
|
|
266
269
|
"ExtendedS3DestinationDescription": {
|
|
267
270
|
"type": "structure",
|
|
@@ -291,7 +294,10 @@
|
|
|
291
294
|
},
|
|
292
295
|
"S3BackupMode": {},
|
|
293
296
|
"S3BackupDescription": {
|
|
294
|
-
"shape": "
|
|
297
|
+
"shape": "S2w"
|
|
298
|
+
},
|
|
299
|
+
"DataFormatConversionConfiguration": {
|
|
300
|
+
"shape": "Sw"
|
|
295
301
|
}
|
|
296
302
|
}
|
|
297
303
|
},
|
|
@@ -308,23 +314,23 @@
|
|
|
308
314
|
"RoleARN": {},
|
|
309
315
|
"ClusterJDBCURL": {},
|
|
310
316
|
"CopyCommand": {
|
|
311
|
-
"shape": "
|
|
317
|
+
"shape": "S1n"
|
|
312
318
|
},
|
|
313
319
|
"Username": {
|
|
314
|
-
"shape": "
|
|
320
|
+
"shape": "S1r"
|
|
315
321
|
},
|
|
316
322
|
"RetryOptions": {
|
|
317
|
-
"shape": "
|
|
323
|
+
"shape": "S1t"
|
|
318
324
|
},
|
|
319
325
|
"S3DestinationDescription": {
|
|
320
|
-
"shape": "
|
|
326
|
+
"shape": "S2w"
|
|
321
327
|
},
|
|
322
328
|
"ProcessingConfiguration": {
|
|
323
329
|
"shape": "Sn"
|
|
324
330
|
},
|
|
325
331
|
"S3BackupMode": {},
|
|
326
332
|
"S3BackupDescription": {
|
|
327
|
-
"shape": "
|
|
333
|
+
"shape": "S2w"
|
|
328
334
|
},
|
|
329
335
|
"CloudWatchLoggingOptions": {
|
|
330
336
|
"shape": "Si"
|
|
@@ -340,14 +346,14 @@
|
|
|
340
346
|
"TypeName": {},
|
|
341
347
|
"IndexRotationPeriod": {},
|
|
342
348
|
"BufferingHints": {
|
|
343
|
-
"shape": "
|
|
349
|
+
"shape": "S21"
|
|
344
350
|
},
|
|
345
351
|
"RetryOptions": {
|
|
346
|
-
"shape": "
|
|
352
|
+
"shape": "S24"
|
|
347
353
|
},
|
|
348
354
|
"S3BackupMode": {},
|
|
349
355
|
"S3DestinationDescription": {
|
|
350
|
-
"shape": "
|
|
356
|
+
"shape": "S2w"
|
|
351
357
|
},
|
|
352
358
|
"ProcessingConfiguration": {
|
|
353
359
|
"shape": "Sn"
|
|
@@ -367,11 +373,11 @@
|
|
|
367
373
|
"type": "integer"
|
|
368
374
|
},
|
|
369
375
|
"RetryOptions": {
|
|
370
|
-
"shape": "
|
|
376
|
+
"shape": "S2c"
|
|
371
377
|
},
|
|
372
378
|
"S3BackupMode": {},
|
|
373
379
|
"S3DestinationDescription": {
|
|
374
|
-
"shape": "
|
|
380
|
+
"shape": "S2w"
|
|
375
381
|
},
|
|
376
382
|
"ProcessingConfiguration": {
|
|
377
383
|
"shape": "Sn"
|
|
@@ -444,7 +450,7 @@
|
|
|
444
450
|
"Tags": {
|
|
445
451
|
"type": "list",
|
|
446
452
|
"member": {
|
|
447
|
-
"shape": "
|
|
453
|
+
"shape": "S3a"
|
|
448
454
|
}
|
|
449
455
|
},
|
|
450
456
|
"HasMoreTags": {
|
|
@@ -463,7 +469,7 @@
|
|
|
463
469
|
"members": {
|
|
464
470
|
"DeliveryStreamName": {},
|
|
465
471
|
"Record": {
|
|
466
|
-
"shape": "
|
|
472
|
+
"shape": "S3d"
|
|
467
473
|
}
|
|
468
474
|
}
|
|
469
475
|
},
|
|
@@ -489,7 +495,7 @@
|
|
|
489
495
|
"Records": {
|
|
490
496
|
"type": "list",
|
|
491
497
|
"member": {
|
|
492
|
-
"shape": "
|
|
498
|
+
"shape": "S3d"
|
|
493
499
|
}
|
|
494
500
|
}
|
|
495
501
|
}
|
|
@@ -530,7 +536,7 @@
|
|
|
530
536
|
"Tags": {
|
|
531
537
|
"type": "list",
|
|
532
538
|
"member": {
|
|
533
|
-
"shape": "
|
|
539
|
+
"shape": "S3a"
|
|
534
540
|
}
|
|
535
541
|
}
|
|
536
542
|
}
|
|
@@ -573,7 +579,7 @@
|
|
|
573
579
|
"CurrentDeliveryStreamVersionId": {},
|
|
574
580
|
"DestinationId": {},
|
|
575
581
|
"S3DestinationUpdate": {
|
|
576
|
-
"shape": "
|
|
582
|
+
"shape": "S3v",
|
|
577
583
|
"deprecated": true
|
|
578
584
|
},
|
|
579
585
|
"ExtendedS3DestinationUpdate": {
|
|
@@ -597,7 +603,10 @@
|
|
|
597
603
|
},
|
|
598
604
|
"S3BackupMode": {},
|
|
599
605
|
"S3BackupUpdate": {
|
|
600
|
-
"shape": "
|
|
606
|
+
"shape": "S3v"
|
|
607
|
+
},
|
|
608
|
+
"DataFormatConversionConfiguration": {
|
|
609
|
+
"shape": "Sw"
|
|
601
610
|
}
|
|
602
611
|
}
|
|
603
612
|
},
|
|
@@ -607,26 +616,26 @@
|
|
|
607
616
|
"RoleARN": {},
|
|
608
617
|
"ClusterJDBCURL": {},
|
|
609
618
|
"CopyCommand": {
|
|
610
|
-
"shape": "
|
|
619
|
+
"shape": "S1n"
|
|
611
620
|
},
|
|
612
621
|
"Username": {
|
|
613
|
-
"shape": "
|
|
622
|
+
"shape": "S1r"
|
|
614
623
|
},
|
|
615
624
|
"Password": {
|
|
616
|
-
"shape": "
|
|
625
|
+
"shape": "S1s"
|
|
617
626
|
},
|
|
618
627
|
"RetryOptions": {
|
|
619
|
-
"shape": "
|
|
628
|
+
"shape": "S1t"
|
|
620
629
|
},
|
|
621
630
|
"S3Update": {
|
|
622
|
-
"shape": "
|
|
631
|
+
"shape": "S3v"
|
|
623
632
|
},
|
|
624
633
|
"ProcessingConfiguration": {
|
|
625
634
|
"shape": "Sn"
|
|
626
635
|
},
|
|
627
636
|
"S3BackupMode": {},
|
|
628
637
|
"S3BackupUpdate": {
|
|
629
|
-
"shape": "
|
|
638
|
+
"shape": "S3v"
|
|
630
639
|
},
|
|
631
640
|
"CloudWatchLoggingOptions": {
|
|
632
641
|
"shape": "Si"
|
|
@@ -642,13 +651,13 @@
|
|
|
642
651
|
"TypeName": {},
|
|
643
652
|
"IndexRotationPeriod": {},
|
|
644
653
|
"BufferingHints": {
|
|
645
|
-
"shape": "
|
|
654
|
+
"shape": "S21"
|
|
646
655
|
},
|
|
647
656
|
"RetryOptions": {
|
|
648
|
-
"shape": "
|
|
657
|
+
"shape": "S24"
|
|
649
658
|
},
|
|
650
659
|
"S3Update": {
|
|
651
|
-
"shape": "
|
|
660
|
+
"shape": "S3v"
|
|
652
661
|
},
|
|
653
662
|
"ProcessingConfiguration": {
|
|
654
663
|
"shape": "Sn"
|
|
@@ -668,11 +677,11 @@
|
|
|
668
677
|
"type": "integer"
|
|
669
678
|
},
|
|
670
679
|
"RetryOptions": {
|
|
671
|
-
"shape": "
|
|
680
|
+
"shape": "S2c"
|
|
672
681
|
},
|
|
673
682
|
"S3BackupMode": {},
|
|
674
683
|
"S3Update": {
|
|
675
|
-
"shape": "
|
|
684
|
+
"shape": "S3v"
|
|
676
685
|
},
|
|
677
686
|
"ProcessingConfiguration": {
|
|
678
687
|
"shape": "Sn"
|
|
@@ -783,7 +792,122 @@
|
|
|
783
792
|
}
|
|
784
793
|
}
|
|
785
794
|
},
|
|
786
|
-
"
|
|
795
|
+
"Sw": {
|
|
796
|
+
"type": "structure",
|
|
797
|
+
"members": {
|
|
798
|
+
"SchemaConfiguration": {
|
|
799
|
+
"type": "structure",
|
|
800
|
+
"members": {
|
|
801
|
+
"RoleARN": {},
|
|
802
|
+
"CatalogId": {},
|
|
803
|
+
"DatabaseName": {},
|
|
804
|
+
"TableName": {},
|
|
805
|
+
"Region": {},
|
|
806
|
+
"VersionId": {}
|
|
807
|
+
}
|
|
808
|
+
},
|
|
809
|
+
"InputFormatConfiguration": {
|
|
810
|
+
"type": "structure",
|
|
811
|
+
"members": {
|
|
812
|
+
"Deserializer": {
|
|
813
|
+
"type": "structure",
|
|
814
|
+
"members": {
|
|
815
|
+
"OpenXJsonSerDe": {
|
|
816
|
+
"type": "structure",
|
|
817
|
+
"members": {
|
|
818
|
+
"ConvertDotsInJsonKeysToUnderscores": {
|
|
819
|
+
"type": "boolean"
|
|
820
|
+
},
|
|
821
|
+
"CaseInsensitive": {
|
|
822
|
+
"type": "boolean"
|
|
823
|
+
},
|
|
824
|
+
"ColumnToJsonKeyMappings": {
|
|
825
|
+
"type": "map",
|
|
826
|
+
"key": {},
|
|
827
|
+
"value": {}
|
|
828
|
+
}
|
|
829
|
+
}
|
|
830
|
+
},
|
|
831
|
+
"HiveJsonSerDe": {
|
|
832
|
+
"type": "structure",
|
|
833
|
+
"members": {
|
|
834
|
+
"TimestampFormats": {
|
|
835
|
+
"type": "list",
|
|
836
|
+
"member": {}
|
|
837
|
+
}
|
|
838
|
+
}
|
|
839
|
+
}
|
|
840
|
+
}
|
|
841
|
+
}
|
|
842
|
+
}
|
|
843
|
+
},
|
|
844
|
+
"OutputFormatConfiguration": {
|
|
845
|
+
"type": "structure",
|
|
846
|
+
"members": {
|
|
847
|
+
"Serializer": {
|
|
848
|
+
"type": "structure",
|
|
849
|
+
"members": {
|
|
850
|
+
"ParquetSerDe": {
|
|
851
|
+
"type": "structure",
|
|
852
|
+
"members": {
|
|
853
|
+
"BlockSizeBytes": {
|
|
854
|
+
"type": "integer"
|
|
855
|
+
},
|
|
856
|
+
"PageSizeBytes": {
|
|
857
|
+
"type": "integer"
|
|
858
|
+
},
|
|
859
|
+
"Compression": {},
|
|
860
|
+
"EnableDictionaryCompression": {
|
|
861
|
+
"type": "boolean"
|
|
862
|
+
},
|
|
863
|
+
"MaxPaddingBytes": {
|
|
864
|
+
"type": "integer"
|
|
865
|
+
},
|
|
866
|
+
"WriterVersion": {}
|
|
867
|
+
}
|
|
868
|
+
},
|
|
869
|
+
"OrcSerDe": {
|
|
870
|
+
"type": "structure",
|
|
871
|
+
"members": {
|
|
872
|
+
"StripeSizeBytes": {
|
|
873
|
+
"type": "integer"
|
|
874
|
+
},
|
|
875
|
+
"BlockSizeBytes": {
|
|
876
|
+
"type": "integer"
|
|
877
|
+
},
|
|
878
|
+
"RowIndexStride": {
|
|
879
|
+
"type": "integer"
|
|
880
|
+
},
|
|
881
|
+
"EnablePadding": {
|
|
882
|
+
"type": "boolean"
|
|
883
|
+
},
|
|
884
|
+
"PaddingTolerance": {
|
|
885
|
+
"type": "double"
|
|
886
|
+
},
|
|
887
|
+
"Compression": {},
|
|
888
|
+
"BloomFilterColumns": {
|
|
889
|
+
"type": "list",
|
|
890
|
+
"member": {}
|
|
891
|
+
},
|
|
892
|
+
"BloomFilterFalsePositiveProbability": {
|
|
893
|
+
"type": "double"
|
|
894
|
+
},
|
|
895
|
+
"DictionaryKeyThreshold": {
|
|
896
|
+
"type": "double"
|
|
897
|
+
},
|
|
898
|
+
"FormatVersion": {}
|
|
899
|
+
}
|
|
900
|
+
}
|
|
901
|
+
}
|
|
902
|
+
}
|
|
903
|
+
}
|
|
904
|
+
},
|
|
905
|
+
"Enabled": {
|
|
906
|
+
"type": "boolean"
|
|
907
|
+
}
|
|
908
|
+
}
|
|
909
|
+
},
|
|
910
|
+
"S1n": {
|
|
787
911
|
"type": "structure",
|
|
788
912
|
"required": [
|
|
789
913
|
"DataTableName"
|
|
@@ -794,15 +918,15 @@
|
|
|
794
918
|
"CopyOptions": {}
|
|
795
919
|
}
|
|
796
920
|
},
|
|
797
|
-
"
|
|
921
|
+
"S1r": {
|
|
798
922
|
"type": "string",
|
|
799
923
|
"sensitive": true
|
|
800
924
|
},
|
|
801
|
-
"
|
|
925
|
+
"S1s": {
|
|
802
926
|
"type": "string",
|
|
803
927
|
"sensitive": true
|
|
804
928
|
},
|
|
805
|
-
"
|
|
929
|
+
"S1t": {
|
|
806
930
|
"type": "structure",
|
|
807
931
|
"members": {
|
|
808
932
|
"DurationInSeconds": {
|
|
@@ -810,7 +934,7 @@
|
|
|
810
934
|
}
|
|
811
935
|
}
|
|
812
936
|
},
|
|
813
|
-
"
|
|
937
|
+
"S21": {
|
|
814
938
|
"type": "structure",
|
|
815
939
|
"members": {
|
|
816
940
|
"IntervalInSeconds": {
|
|
@@ -821,7 +945,7 @@
|
|
|
821
945
|
}
|
|
822
946
|
}
|
|
823
947
|
},
|
|
824
|
-
"
|
|
948
|
+
"S24": {
|
|
825
949
|
"type": "structure",
|
|
826
950
|
"members": {
|
|
827
951
|
"DurationInSeconds": {
|
|
@@ -829,7 +953,7 @@
|
|
|
829
953
|
}
|
|
830
954
|
}
|
|
831
955
|
},
|
|
832
|
-
"
|
|
956
|
+
"S2c": {
|
|
833
957
|
"type": "structure",
|
|
834
958
|
"members": {
|
|
835
959
|
"DurationInSeconds": {
|
|
@@ -837,7 +961,7 @@
|
|
|
837
961
|
}
|
|
838
962
|
}
|
|
839
963
|
},
|
|
840
|
-
"
|
|
964
|
+
"S2w": {
|
|
841
965
|
"type": "structure",
|
|
842
966
|
"required": [
|
|
843
967
|
"RoleARN",
|
|
@@ -862,7 +986,7 @@
|
|
|
862
986
|
}
|
|
863
987
|
}
|
|
864
988
|
},
|
|
865
|
-
"
|
|
989
|
+
"S3a": {
|
|
866
990
|
"type": "structure",
|
|
867
991
|
"required": [
|
|
868
992
|
"Key"
|
|
@@ -872,7 +996,7 @@
|
|
|
872
996
|
"Value": {}
|
|
873
997
|
}
|
|
874
998
|
},
|
|
875
|
-
"
|
|
999
|
+
"S3d": {
|
|
876
1000
|
"type": "structure",
|
|
877
1001
|
"required": [
|
|
878
1002
|
"Data"
|
|
@@ -883,7 +1007,7 @@
|
|
|
883
1007
|
}
|
|
884
1008
|
}
|
|
885
1009
|
},
|
|
886
|
-
"
|
|
1010
|
+
"S3v": {
|
|
887
1011
|
"type": "structure",
|
|
888
1012
|
"members": {
|
|
889
1013
|
"RoleARN": {},
|