aws-sdk-core 2.11.47 → 2.11.48

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8b00d3e4aad6286ac15ce3e0d13a95c2474536dd
4
- data.tar.gz: 4d496f92da9ec06723b74a1f35e970bf47455589
3
+ metadata.gz: cbc2e442c9b6c0c61e72280ca23cea7314f2b9d3
4
+ data.tar.gz: bf03268d2c794f750897f1b83dbefa98653f74e7
5
5
  SHA512:
6
- metadata.gz: c9dea95b7402ef10a61beffa4687d4aff20cb59f2a5e85f2022a372e1318919d83e7d106c96b6ecf0b920226de4bb54a238c22f436acf985a5cdb865773000a9
7
- data.tar.gz: 3d19b46d4ef45d245c29d895a0a31178d0171f376fecd57a5a30b8981b548a02cabe4fa70cf625b568db3af7fc441173ee2b127f1ac5848e427600e2982b764d
6
+ metadata.gz: 000b7f65f13babc6949794872edc544c11554fafa534a9cb49877da6b31b9f4c4ab22e6911ffcfca76ea06cdd65d00aa36f4e09bbb7b018adceeaa07b5421615
7
+ data.tar.gz: 0cb8a3363305946ea203805f752f43e8bc8f2e67237286fdcb936dd085d7e8d2a4ff11aaf9dc6869179b4bf0bae27ba5e5d7d8cb47bfa0126fbacb9eeab4b175
@@ -156,6 +156,10 @@
156
156
  "min":1,
157
157
  "pattern":"arn:.*"
158
158
  },
159
+ "BlockSizeBytes":{
160
+ "type":"integer",
161
+ "min":67108864
162
+ },
159
163
  "BooleanObject":{"type":"boolean"},
160
164
  "BucketARN":{
161
165
  "type":"string",
@@ -183,6 +187,11 @@
183
187
  "min":1,
184
188
  "pattern":"jdbc:(redshift|postgresql)://((?!-)[A-Za-z0-9-]{1,63}(?<!-)\\.)+redshift\\.amazonaws\\.com:\\d{1,5}/[a-zA-Z0-9_$]+"
185
189
  },
190
+ "ColumnToJsonKeyMappings":{
191
+ "type":"map",
192
+ "key":{"shape":"NonEmptyStringWithoutWhitespace"},
193
+ "value":{"shape":"NonEmptyString"}
194
+ },
186
195
  "CompressionFormat":{
187
196
  "type":"string",
188
197
  "enum":[
@@ -237,6 +246,15 @@
237
246
  "max":1024000,
238
247
  "min":0
239
248
  },
249
+ "DataFormatConversionConfiguration":{
250
+ "type":"structure",
251
+ "members":{
252
+ "SchemaConfiguration":{"shape":"SchemaConfiguration"},
253
+ "InputFormatConfiguration":{"shape":"InputFormatConfiguration"},
254
+ "OutputFormatConfiguration":{"shape":"OutputFormatConfiguration"},
255
+ "Enabled":{"shape":"BooleanObject"}
256
+ }
257
+ },
240
258
  "DataTableColumns":{"type":"string"},
241
259
  "DataTableName":{
242
260
  "type":"string",
@@ -337,6 +355,13 @@
337
355
  "DeliveryStreamDescription":{"shape":"DeliveryStreamDescription"}
338
356
  }
339
357
  },
358
+ "Deserializer":{
359
+ "type":"structure",
360
+ "members":{
361
+ "OpenXJsonSerDe":{"shape":"OpenXJsonSerDe"},
362
+ "HiveJsonSerDe":{"shape":"HiveJsonSerDe"}
363
+ }
364
+ },
340
365
  "DestinationDescription":{
341
366
  "type":"structure",
342
367
  "required":["DestinationId"],
@@ -498,7 +523,8 @@
498
523
  "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"},
499
524
  "ProcessingConfiguration":{"shape":"ProcessingConfiguration"},
500
525
  "S3BackupMode":{"shape":"S3BackupMode"},
501
- "S3BackupConfiguration":{"shape":"S3DestinationConfiguration"}
526
+ "S3BackupConfiguration":{"shape":"S3DestinationConfiguration"},
527
+ "DataFormatConversionConfiguration":{"shape":"DataFormatConversionConfiguration"}
502
528
  }
503
529
  },
504
530
  "ExtendedS3DestinationDescription":{
@@ -520,7 +546,8 @@
520
546
  "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"},
521
547
  "ProcessingConfiguration":{"shape":"ProcessingConfiguration"},
522
548
  "S3BackupMode":{"shape":"S3BackupMode"},
523
- "S3BackupDescription":{"shape":"S3DestinationDescription"}
549
+ "S3BackupDescription":{"shape":"S3DestinationDescription"},
550
+ "DataFormatConversionConfiguration":{"shape":"DataFormatConversionConfiguration"}
524
551
  }
525
552
  },
526
553
  "ExtendedS3DestinationUpdate":{
@@ -535,7 +562,8 @@
535
562
  "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"},
536
563
  "ProcessingConfiguration":{"shape":"ProcessingConfiguration"},
537
564
  "S3BackupMode":{"shape":"S3BackupMode"},
538
- "S3BackupUpdate":{"shape":"S3DestinationUpdate"}
565
+ "S3BackupUpdate":{"shape":"S3DestinationUpdate"},
566
+ "DataFormatConversionConfiguration":{"shape":"DataFormatConversionConfiguration"}
539
567
  }
540
568
  },
541
569
  "HECAcknowledgmentTimeoutInSeconds":{
@@ -552,6 +580,18 @@
552
580
  ]
553
581
  },
554
582
  "HECToken":{"type":"string"},
583
+ "HiveJsonSerDe":{
584
+ "type":"structure",
585
+ "members":{
586
+ "TimestampFormats":{"shape":"ListOfNonEmptyStrings"}
587
+ }
588
+ },
589
+ "InputFormatConfiguration":{
590
+ "type":"structure",
591
+ "members":{
592
+ "Deserializer":{"shape":"Deserializer"}
593
+ }
594
+ },
555
595
  "IntervalInSeconds":{
556
596
  "type":"integer",
557
597
  "max":900,
@@ -627,6 +667,14 @@
627
667
  "HasMoreDeliveryStreams":{"shape":"BooleanObject"}
628
668
  }
629
669
  },
670
+ "ListOfNonEmptyStrings":{
671
+ "type":"list",
672
+ "member":{"shape":"NonEmptyString"}
673
+ },
674
+ "ListOfNonEmptyStringsWithoutWhitespace":{
675
+ "type":"list",
676
+ "member":{"shape":"NonEmptyStringWithoutWhitespace"}
677
+ },
630
678
  "ListTagsForDeliveryStreamInput":{
631
679
  "type":"structure",
632
680
  "required":["DeliveryStreamName"],
@@ -664,10 +712,100 @@
664
712
  "type":"string",
665
713
  "enum":["NoEncryption"]
666
714
  },
715
+ "NonEmptyString":{
716
+ "type":"string",
717
+ "pattern":"^(?!\\s*$).+"
718
+ },
719
+ "NonEmptyStringWithoutWhitespace":{
720
+ "type":"string",
721
+ "pattern":"^\\S+$"
722
+ },
667
723
  "NonNegativeIntegerObject":{
668
724
  "type":"integer",
669
725
  "min":0
670
726
  },
727
+ "OpenXJsonSerDe":{
728
+ "type":"structure",
729
+ "members":{
730
+ "ConvertDotsInJsonKeysToUnderscores":{"shape":"BooleanObject"},
731
+ "CaseInsensitive":{"shape":"BooleanObject"},
732
+ "ColumnToJsonKeyMappings":{"shape":"ColumnToJsonKeyMappings"}
733
+ }
734
+ },
735
+ "OrcCompression":{
736
+ "type":"string",
737
+ "enum":[
738
+ "NONE",
739
+ "ZLIB",
740
+ "SNAPPY"
741
+ ]
742
+ },
743
+ "OrcFormatVersion":{
744
+ "type":"string",
745
+ "enum":[
746
+ "V0_11",
747
+ "V0_12"
748
+ ]
749
+ },
750
+ "OrcRowIndexStride":{
751
+ "type":"integer",
752
+ "min":1000
753
+ },
754
+ "OrcSerDe":{
755
+ "type":"structure",
756
+ "members":{
757
+ "StripeSizeBytes":{"shape":"OrcStripeSizeBytes"},
758
+ "BlockSizeBytes":{"shape":"BlockSizeBytes"},
759
+ "RowIndexStride":{"shape":"OrcRowIndexStride"},
760
+ "EnablePadding":{"shape":"BooleanObject"},
761
+ "PaddingTolerance":{"shape":"Proportion"},
762
+ "Compression":{"shape":"OrcCompression"},
763
+ "BloomFilterColumns":{"shape":"ListOfNonEmptyStringsWithoutWhitespace"},
764
+ "BloomFilterFalsePositiveProbability":{"shape":"Proportion"},
765
+ "DictionaryKeyThreshold":{"shape":"Proportion"},
766
+ "FormatVersion":{"shape":"OrcFormatVersion"}
767
+ }
768
+ },
769
+ "OrcStripeSizeBytes":{
770
+ "type":"integer",
771
+ "min":8388608
772
+ },
773
+ "OutputFormatConfiguration":{
774
+ "type":"structure",
775
+ "members":{
776
+ "Serializer":{"shape":"Serializer"}
777
+ }
778
+ },
779
+ "ParquetCompression":{
780
+ "type":"string",
781
+ "enum":[
782
+ "UNCOMPRESSED",
783
+ "GZIP",
784
+ "SNAPPY"
785
+ ]
786
+ },
787
+ "ParquetPageSizeBytes":{
788
+ "type":"integer",
789
+ "min":65536
790
+ },
791
+ "ParquetSerDe":{
792
+ "type":"structure",
793
+ "members":{
794
+ "BlockSizeBytes":{"shape":"BlockSizeBytes"},
795
+ "PageSizeBytes":{"shape":"ParquetPageSizeBytes"},
796
+ "Compression":{"shape":"ParquetCompression"},
797
+ "EnableDictionaryCompression":{"shape":"BooleanObject"},
798
+ "MaxPaddingBytes":{"shape":"NonNegativeIntegerObject"},
799
+ "WriterVersion":{"shape":"ParquetWriterVersion"}
800
+ }
801
+ },
802
+ "ParquetWriterVersion":{
803
+ "type":"string",
804
+ "enum":[
805
+ "V1",
806
+ "V2"
807
+ ]
808
+ },
671
809
  "Password":{
672
810
  "type":"string",
673
811
  "min":6,
@@ -727,6 +865,11 @@
727
865
  "type":"string",
728
866
  "enum":["Lambda"]
729
867
  },
868
+ "Proportion":{
869
+ "type":"double",
870
+ "max":1,
871
+ "min":0
872
+ },
730
873
  "PutRecordBatchInput":{
731
874
  "type":"structure",
732
875
  "required":[
@@ -952,6 +1095,24 @@
952
1095
  "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"}
953
1096
  }
954
1097
  },
1098
+ "SchemaConfiguration":{
1099
+ "type":"structure",
1100
+ "members":{
1101
+ "RoleARN":{"shape":"NonEmptyStringWithoutWhitespace"},
1102
+ "CatalogId":{"shape":"NonEmptyStringWithoutWhitespace"},
1103
+ "DatabaseName":{"shape":"NonEmptyStringWithoutWhitespace"},
1104
+ "TableName":{"shape":"NonEmptyStringWithoutWhitespace"},
1105
+ "Region":{"shape":"NonEmptyStringWithoutWhitespace"},
1106
+ "VersionId":{"shape":"NonEmptyStringWithoutWhitespace"}
1107
+ }
1108
+ },
1109
+ "Serializer":{
1110
+ "type":"structure",
1111
+ "members":{
1112
+ "ParquetSerDe":{"shape":"ParquetSerDe"},
1113
+ "OrcSerDe":{"shape":"OrcSerDe"}
1114
+ }
1115
+ },
955
1116
  "ServiceUnavailableException":{
956
1117
  "type":"structure",
957
1118
  "members":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.47'
2
+ VERSION = '2.11.48'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.47
4
+ version: 2.11.48
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services