aws-sdk-firehose 1.29.1 → 1.30.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-firehose.rb +3 -1
- data/lib/aws-sdk-firehose/client.rb +3 -1
- data/lib/aws-sdk-firehose/client_api.rb +2 -0
- data/lib/aws-sdk-firehose/customizations.rb +1 -0
- data/lib/aws-sdk-firehose/errors.rb +2 -0
- data/lib/aws-sdk-firehose/resource.rb +2 -0
- data/lib/aws-sdk-firehose/types.rb +77 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 716f8f0ad821bd0967701b68cbd41d027a25599881ab2eab3a4ebc45b21edebe
|
4
|
+
data.tar.gz: 7349808ef223a77353ff492fd4483cbe8e9265f4e595a6d0d6b45183b7686c28
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5b42ba5b60ddbcd848a9cec9463017379305ddf72e14452d5ad3a350fcf63f32a4eb2876ba4c920a6ea5aa57a606712af2f86f9fdacac1aa3e1432b2b9111795
|
7
|
+
data.tar.gz: bcd51adfa057c35f810a29a21cbcbc73dcd3bb0af182ac0394ce4857cd54ffc849299530027a9c96dcb0421c7e4a48cfac8b8bdd55dc251b70bc9cd4bcf33d12
|
data/lib/aws-sdk-firehose.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-firehose/customizations'
|
|
45
47
|
# @service
|
46
48
|
module Aws::Firehose
|
47
49
|
|
48
|
-
GEM_VERSION = '1.
|
50
|
+
GEM_VERSION = '1.30.0'
|
49
51
|
|
50
52
|
end
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -2038,7 +2040,7 @@ module Aws::Firehose
|
|
2038
2040
|
params: params,
|
2039
2041
|
config: config)
|
2040
2042
|
context[:gem_name] = 'aws-sdk-firehose'
|
2041
|
-
context[:gem_version] = '1.
|
2043
|
+
context[:gem_version] = '1.30.0'
|
2042
2044
|
Seahorse::Client::Request.new(handlers, context)
|
2043
2045
|
end
|
2044
2046
|
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -47,6 +49,7 @@ module Aws::Firehose
|
|
47
49
|
class BufferingHints < Struct.new(
|
48
50
|
:size_in_m_bs,
|
49
51
|
:interval_in_seconds)
|
52
|
+
SENSITIVE = []
|
50
53
|
include Aws::Structure
|
51
54
|
end
|
52
55
|
|
@@ -82,6 +85,7 @@ module Aws::Firehose
|
|
82
85
|
:enabled,
|
83
86
|
:log_group_name,
|
84
87
|
:log_stream_name)
|
88
|
+
SENSITIVE = []
|
85
89
|
include Aws::Structure
|
86
90
|
end
|
87
91
|
|
@@ -96,6 +100,7 @@ module Aws::Firehose
|
|
96
100
|
#
|
97
101
|
class ConcurrentModificationException < Struct.new(
|
98
102
|
:message)
|
103
|
+
SENSITIVE = []
|
99
104
|
include Aws::Structure
|
100
105
|
end
|
101
106
|
|
@@ -155,6 +160,7 @@ module Aws::Firehose
|
|
155
160
|
:data_table_name,
|
156
161
|
:data_table_columns,
|
157
162
|
:copy_options)
|
163
|
+
SENSITIVE = []
|
158
164
|
include Aws::Structure
|
159
165
|
end
|
160
166
|
|
@@ -582,6 +588,7 @@ module Aws::Firehose
|
|
582
588
|
:elasticsearch_destination_configuration,
|
583
589
|
:splunk_destination_configuration,
|
584
590
|
:tags)
|
591
|
+
SENSITIVE = []
|
585
592
|
include Aws::Structure
|
586
593
|
end
|
587
594
|
|
@@ -593,6 +600,7 @@ module Aws::Firehose
|
|
593
600
|
#
|
594
601
|
class CreateDeliveryStreamOutput < Struct.new(
|
595
602
|
:delivery_stream_arn)
|
603
|
+
SENSITIVE = []
|
596
604
|
include Aws::Structure
|
597
605
|
end
|
598
606
|
|
@@ -690,6 +698,7 @@ module Aws::Firehose
|
|
690
698
|
:input_format_configuration,
|
691
699
|
:output_format_configuration,
|
692
700
|
:enabled)
|
701
|
+
SENSITIVE = []
|
693
702
|
include Aws::Structure
|
694
703
|
end
|
695
704
|
|
@@ -727,6 +736,7 @@ module Aws::Firehose
|
|
727
736
|
class DeleteDeliveryStreamInput < Struct.new(
|
728
737
|
:delivery_stream_name,
|
729
738
|
:allow_force_delete)
|
739
|
+
SENSITIVE = []
|
730
740
|
include Aws::Structure
|
731
741
|
end
|
732
742
|
|
@@ -822,6 +832,7 @@ module Aws::Firehose
|
|
822
832
|
:source,
|
823
833
|
:destinations,
|
824
834
|
:has_more_destinations)
|
835
|
+
SENSITIVE = []
|
825
836
|
include Aws::Structure
|
826
837
|
end
|
827
838
|
|
@@ -871,6 +882,7 @@ module Aws::Firehose
|
|
871
882
|
:key_type,
|
872
883
|
:status,
|
873
884
|
:failure_description)
|
885
|
+
SENSITIVE = []
|
874
886
|
include Aws::Structure
|
875
887
|
end
|
876
888
|
|
@@ -929,6 +941,7 @@ module Aws::Firehose
|
|
929
941
|
class DeliveryStreamEncryptionConfigurationInput < Struct.new(
|
930
942
|
:key_arn,
|
931
943
|
:key_type)
|
944
|
+
SENSITIVE = []
|
932
945
|
include Aws::Structure
|
933
946
|
end
|
934
947
|
|
@@ -962,6 +975,7 @@ module Aws::Firehose
|
|
962
975
|
:delivery_stream_name,
|
963
976
|
:limit,
|
964
977
|
:exclusive_start_destination_id)
|
978
|
+
SENSITIVE = []
|
965
979
|
include Aws::Structure
|
966
980
|
end
|
967
981
|
|
@@ -973,6 +987,7 @@ module Aws::Firehose
|
|
973
987
|
#
|
974
988
|
class DescribeDeliveryStreamOutput < Struct.new(
|
975
989
|
:delivery_stream_description)
|
990
|
+
SENSITIVE = []
|
976
991
|
include Aws::Structure
|
977
992
|
end
|
978
993
|
|
@@ -1026,6 +1041,7 @@ module Aws::Firehose
|
|
1026
1041
|
class Deserializer < Struct.new(
|
1027
1042
|
:open_x_json_ser_de,
|
1028
1043
|
:hive_json_ser_de)
|
1044
|
+
SENSITIVE = []
|
1029
1045
|
include Aws::Structure
|
1030
1046
|
end
|
1031
1047
|
|
@@ -1064,6 +1080,7 @@ module Aws::Firehose
|
|
1064
1080
|
:redshift_destination_description,
|
1065
1081
|
:elasticsearch_destination_description,
|
1066
1082
|
:splunk_destination_description)
|
1083
|
+
SENSITIVE = []
|
1067
1084
|
include Aws::Structure
|
1068
1085
|
end
|
1069
1086
|
|
@@ -1099,6 +1116,7 @@ module Aws::Firehose
|
|
1099
1116
|
class ElasticsearchBufferingHints < Struct.new(
|
1100
1117
|
:interval_in_seconds,
|
1101
1118
|
:size_in_m_bs)
|
1119
|
+
SENSITIVE = []
|
1102
1120
|
include Aws::Structure
|
1103
1121
|
end
|
1104
1122
|
|
@@ -1285,6 +1303,7 @@ module Aws::Firehose
|
|
1285
1303
|
:processing_configuration,
|
1286
1304
|
:cloud_watch_logging_options,
|
1287
1305
|
:vpc_configuration)
|
1306
|
+
SENSITIVE = []
|
1288
1307
|
include Aws::Structure
|
1289
1308
|
end
|
1290
1309
|
|
@@ -1376,6 +1395,7 @@ module Aws::Firehose
|
|
1376
1395
|
:processing_configuration,
|
1377
1396
|
:cloud_watch_logging_options,
|
1378
1397
|
:vpc_configuration_description)
|
1398
|
+
SENSITIVE = []
|
1379
1399
|
include Aws::Structure
|
1380
1400
|
end
|
1381
1401
|
|
@@ -1538,6 +1558,7 @@ module Aws::Firehose
|
|
1538
1558
|
:s3_update,
|
1539
1559
|
:processing_configuration,
|
1540
1560
|
:cloud_watch_logging_options)
|
1561
|
+
SENSITIVE = []
|
1541
1562
|
include Aws::Structure
|
1542
1563
|
end
|
1543
1564
|
|
@@ -1563,6 +1584,7 @@ module Aws::Firehose
|
|
1563
1584
|
#
|
1564
1585
|
class ElasticsearchRetryOptions < Struct.new(
|
1565
1586
|
:duration_in_seconds)
|
1587
|
+
SENSITIVE = []
|
1566
1588
|
include Aws::Structure
|
1567
1589
|
end
|
1568
1590
|
|
@@ -1592,6 +1614,7 @@ module Aws::Firehose
|
|
1592
1614
|
class EncryptionConfiguration < Struct.new(
|
1593
1615
|
:no_encryption_config,
|
1594
1616
|
:kms_encryption_config)
|
1617
|
+
SENSITIVE = []
|
1595
1618
|
include Aws::Structure
|
1596
1619
|
end
|
1597
1620
|
|
@@ -1800,6 +1823,7 @@ module Aws::Firehose
|
|
1800
1823
|
:s3_backup_mode,
|
1801
1824
|
:s3_backup_configuration,
|
1802
1825
|
:data_format_conversion_configuration)
|
1826
|
+
SENSITIVE = []
|
1803
1827
|
include Aws::Structure
|
1804
1828
|
end
|
1805
1829
|
|
@@ -1896,6 +1920,7 @@ module Aws::Firehose
|
|
1896
1920
|
:s3_backup_mode,
|
1897
1921
|
:s3_backup_description,
|
1898
1922
|
:data_format_conversion_configuration)
|
1923
|
+
SENSITIVE = []
|
1899
1924
|
include Aws::Structure
|
1900
1925
|
end
|
1901
1926
|
|
@@ -2104,6 +2129,7 @@ module Aws::Firehose
|
|
2104
2129
|
:s3_backup_mode,
|
2105
2130
|
:s3_backup_update,
|
2106
2131
|
:data_format_conversion_configuration)
|
2132
|
+
SENSITIVE = []
|
2107
2133
|
include Aws::Structure
|
2108
2134
|
end
|
2109
2135
|
|
@@ -2124,6 +2150,7 @@ module Aws::Firehose
|
|
2124
2150
|
class FailureDescription < Struct.new(
|
2125
2151
|
:type,
|
2126
2152
|
:details)
|
2153
|
+
SENSITIVE = []
|
2127
2154
|
include Aws::Structure
|
2128
2155
|
end
|
2129
2156
|
|
@@ -2160,6 +2187,7 @@ module Aws::Firehose
|
|
2160
2187
|
#
|
2161
2188
|
class HiveJsonSerDe < Struct.new(
|
2162
2189
|
:timestamp_formats)
|
2190
|
+
SENSITIVE = []
|
2163
2191
|
include Aws::Structure
|
2164
2192
|
end
|
2165
2193
|
|
@@ -2195,6 +2223,7 @@ module Aws::Firehose
|
|
2195
2223
|
#
|
2196
2224
|
class InputFormatConfiguration < Struct.new(
|
2197
2225
|
:deserializer)
|
2226
|
+
SENSITIVE = []
|
2198
2227
|
include Aws::Structure
|
2199
2228
|
end
|
2200
2229
|
|
@@ -2208,6 +2237,7 @@ module Aws::Firehose
|
|
2208
2237
|
#
|
2209
2238
|
class InvalidArgumentException < Struct.new(
|
2210
2239
|
:message)
|
2240
|
+
SENSITIVE = []
|
2211
2241
|
include Aws::Structure
|
2212
2242
|
end
|
2213
2243
|
|
@@ -2228,6 +2258,7 @@ module Aws::Firehose
|
|
2228
2258
|
class InvalidKMSResourceException < Struct.new(
|
2229
2259
|
:code,
|
2230
2260
|
:message)
|
2261
|
+
SENSITIVE = []
|
2231
2262
|
include Aws::Structure
|
2232
2263
|
end
|
2233
2264
|
|
@@ -2255,6 +2286,7 @@ module Aws::Firehose
|
|
2255
2286
|
#
|
2256
2287
|
class KMSEncryptionConfig < Struct.new(
|
2257
2288
|
:awskms_key_arn)
|
2289
|
+
SENSITIVE = []
|
2258
2290
|
include Aws::Structure
|
2259
2291
|
end
|
2260
2292
|
|
@@ -2293,6 +2325,7 @@ module Aws::Firehose
|
|
2293
2325
|
class KinesisStreamSourceConfiguration < Struct.new(
|
2294
2326
|
:kinesis_stream_arn,
|
2295
2327
|
:role_arn)
|
2328
|
+
SENSITIVE = []
|
2296
2329
|
include Aws::Structure
|
2297
2330
|
end
|
2298
2331
|
|
@@ -2330,6 +2363,7 @@ module Aws::Firehose
|
|
2330
2363
|
:kinesis_stream_arn,
|
2331
2364
|
:role_arn,
|
2332
2365
|
:delivery_start_timestamp)
|
2366
|
+
SENSITIVE = []
|
2333
2367
|
include Aws::Structure
|
2334
2368
|
end
|
2335
2369
|
|
@@ -2343,6 +2377,7 @@ module Aws::Firehose
|
|
2343
2377
|
#
|
2344
2378
|
class LimitExceededException < Struct.new(
|
2345
2379
|
:message)
|
2380
|
+
SENSITIVE = []
|
2346
2381
|
include Aws::Structure
|
2347
2382
|
end
|
2348
2383
|
|
@@ -2386,6 +2421,7 @@ module Aws::Firehose
|
|
2386
2421
|
:limit,
|
2387
2422
|
:delivery_stream_type,
|
2388
2423
|
:exclusive_start_delivery_stream_name)
|
2424
|
+
SENSITIVE = []
|
2389
2425
|
include Aws::Structure
|
2390
2426
|
end
|
2391
2427
|
|
@@ -2402,6 +2438,7 @@ module Aws::Firehose
|
|
2402
2438
|
class ListDeliveryStreamsOutput < Struct.new(
|
2403
2439
|
:delivery_stream_names,
|
2404
2440
|
:has_more_delivery_streams)
|
2441
|
+
SENSITIVE = []
|
2405
2442
|
include Aws::Structure
|
2406
2443
|
end
|
2407
2444
|
|
@@ -2437,6 +2474,7 @@ module Aws::Firehose
|
|
2437
2474
|
:delivery_stream_name,
|
2438
2475
|
:exclusive_start_tag_key,
|
2439
2476
|
:limit)
|
2477
|
+
SENSITIVE = []
|
2440
2478
|
include Aws::Structure
|
2441
2479
|
end
|
2442
2480
|
|
@@ -2457,6 +2495,7 @@ module Aws::Firehose
|
|
2457
2495
|
class ListTagsForDeliveryStreamOutput < Struct.new(
|
2458
2496
|
:tags,
|
2459
2497
|
:has_more_tags)
|
2498
|
+
SENSITIVE = []
|
2460
2499
|
include Aws::Structure
|
2461
2500
|
end
|
2462
2501
|
|
@@ -2508,6 +2547,7 @@ module Aws::Firehose
|
|
2508
2547
|
:convert_dots_in_json_keys_to_underscores,
|
2509
2548
|
:case_insensitive,
|
2510
2549
|
:column_to_json_key_mappings)
|
2550
|
+
SENSITIVE = []
|
2511
2551
|
include Aws::Structure
|
2512
2552
|
end
|
2513
2553
|
|
@@ -2615,6 +2655,7 @@ module Aws::Firehose
|
|
2615
2655
|
:bloom_filter_false_positive_probability,
|
2616
2656
|
:dictionary_key_threshold,
|
2617
2657
|
:format_version)
|
2658
|
+
SENSITIVE = []
|
2618
2659
|
include Aws::Structure
|
2619
2660
|
end
|
2620
2661
|
|
@@ -2660,6 +2701,7 @@ module Aws::Firehose
|
|
2660
2701
|
#
|
2661
2702
|
class OutputFormatConfiguration < Struct.new(
|
2662
2703
|
:serializer)
|
2704
|
+
SENSITIVE = []
|
2663
2705
|
include Aws::Structure
|
2664
2706
|
end
|
2665
2707
|
|
@@ -2727,6 +2769,7 @@ module Aws::Firehose
|
|
2727
2769
|
:enable_dictionary_compression,
|
2728
2770
|
:max_padding_bytes,
|
2729
2771
|
:writer_version)
|
2772
|
+
SENSITIVE = []
|
2730
2773
|
include Aws::Structure
|
2731
2774
|
end
|
2732
2775
|
|
@@ -2763,6 +2806,7 @@ module Aws::Firehose
|
|
2763
2806
|
class ProcessingConfiguration < Struct.new(
|
2764
2807
|
:enabled,
|
2765
2808
|
:processors)
|
2809
|
+
SENSITIVE = []
|
2766
2810
|
include Aws::Structure
|
2767
2811
|
end
|
2768
2812
|
|
@@ -2794,6 +2838,7 @@ module Aws::Firehose
|
|
2794
2838
|
class Processor < Struct.new(
|
2795
2839
|
:type,
|
2796
2840
|
:parameters)
|
2841
|
+
SENSITIVE = []
|
2797
2842
|
include Aws::Structure
|
2798
2843
|
end
|
2799
2844
|
|
@@ -2820,6 +2865,7 @@ module Aws::Firehose
|
|
2820
2865
|
class ProcessorParameter < Struct.new(
|
2821
2866
|
:parameter_name,
|
2822
2867
|
:parameter_value)
|
2868
|
+
SENSITIVE = []
|
2823
2869
|
include Aws::Structure
|
2824
2870
|
end
|
2825
2871
|
|
@@ -2848,6 +2894,7 @@ module Aws::Firehose
|
|
2848
2894
|
class PutRecordBatchInput < Struct.new(
|
2849
2895
|
:delivery_stream_name,
|
2850
2896
|
:records)
|
2897
|
+
SENSITIVE = []
|
2851
2898
|
include Aws::Structure
|
2852
2899
|
end
|
2853
2900
|
|
@@ -2874,6 +2921,7 @@ module Aws::Firehose
|
|
2874
2921
|
:failed_put_count,
|
2875
2922
|
:encrypted,
|
2876
2923
|
:request_responses)
|
2924
|
+
SENSITIVE = []
|
2877
2925
|
include Aws::Structure
|
2878
2926
|
end
|
2879
2927
|
|
@@ -2901,6 +2949,7 @@ module Aws::Firehose
|
|
2901
2949
|
:record_id,
|
2902
2950
|
:error_code,
|
2903
2951
|
:error_message)
|
2952
|
+
SENSITIVE = []
|
2904
2953
|
include Aws::Structure
|
2905
2954
|
end
|
2906
2955
|
|
@@ -2927,6 +2976,7 @@ module Aws::Firehose
|
|
2927
2976
|
class PutRecordInput < Struct.new(
|
2928
2977
|
:delivery_stream_name,
|
2929
2978
|
:record)
|
2979
|
+
SENSITIVE = []
|
2930
2980
|
include Aws::Structure
|
2931
2981
|
end
|
2932
2982
|
|
@@ -2944,6 +2994,7 @@ module Aws::Firehose
|
|
2944
2994
|
class PutRecordOutput < Struct.new(
|
2945
2995
|
:record_id,
|
2946
2996
|
:encrypted)
|
2997
|
+
SENSITIVE = []
|
2947
2998
|
include Aws::Structure
|
2948
2999
|
end
|
2949
3000
|
|
@@ -2966,6 +3017,7 @@ module Aws::Firehose
|
|
2966
3017
|
#
|
2967
3018
|
class Record < Struct.new(
|
2968
3019
|
:data)
|
3020
|
+
SENSITIVE = []
|
2969
3021
|
include Aws::Structure
|
2970
3022
|
end
|
2971
3023
|
|
@@ -3126,6 +3178,7 @@ module Aws::Firehose
|
|
3126
3178
|
:s3_backup_mode,
|
3127
3179
|
:s3_backup_configuration,
|
3128
3180
|
:cloud_watch_logging_options)
|
3181
|
+
SENSITIVE = [:username, :password]
|
3129
3182
|
include Aws::Structure
|
3130
3183
|
end
|
3131
3184
|
|
@@ -3192,6 +3245,7 @@ module Aws::Firehose
|
|
3192
3245
|
:s3_backup_mode,
|
3193
3246
|
:s3_backup_description,
|
3194
3247
|
:cloud_watch_logging_options)
|
3248
|
+
SENSITIVE = [:username]
|
3195
3249
|
include Aws::Structure
|
3196
3250
|
end
|
3197
3251
|
|
@@ -3350,6 +3404,7 @@ module Aws::Firehose
|
|
3350
3404
|
:s3_backup_mode,
|
3351
3405
|
:s3_backup_update,
|
3352
3406
|
:cloud_watch_logging_options)
|
3407
|
+
SENSITIVE = [:username, :password]
|
3353
3408
|
include Aws::Structure
|
3354
3409
|
end
|
3355
3410
|
|
@@ -3376,6 +3431,7 @@ module Aws::Firehose
|
|
3376
3431
|
#
|
3377
3432
|
class RedshiftRetryOptions < Struct.new(
|
3378
3433
|
:duration_in_seconds)
|
3434
|
+
SENSITIVE = []
|
3379
3435
|
include Aws::Structure
|
3380
3436
|
end
|
3381
3437
|
|
@@ -3389,6 +3445,7 @@ module Aws::Firehose
|
|
3389
3445
|
#
|
3390
3446
|
class ResourceInUseException < Struct.new(
|
3391
3447
|
:message)
|
3448
|
+
SENSITIVE = []
|
3392
3449
|
include Aws::Structure
|
3393
3450
|
end
|
3394
3451
|
|
@@ -3402,6 +3459,7 @@ module Aws::Firehose
|
|
3402
3459
|
#
|
3403
3460
|
class ResourceNotFoundException < Struct.new(
|
3404
3461
|
:message)
|
3462
|
+
SENSITIVE = []
|
3405
3463
|
include Aws::Structure
|
3406
3464
|
end
|
3407
3465
|
|
@@ -3507,6 +3565,7 @@ module Aws::Firehose
|
|
3507
3565
|
:compression_format,
|
3508
3566
|
:encryption_configuration,
|
3509
3567
|
:cloud_watch_logging_options)
|
3568
|
+
SENSITIVE = []
|
3510
3569
|
include Aws::Structure
|
3511
3570
|
end
|
3512
3571
|
|
@@ -3582,6 +3641,7 @@ module Aws::Firehose
|
|
3582
3641
|
:compression_format,
|
3583
3642
|
:encryption_configuration,
|
3584
3643
|
:cloud_watch_logging_options)
|
3644
|
+
SENSITIVE = []
|
3585
3645
|
include Aws::Structure
|
3586
3646
|
end
|
3587
3647
|
|
@@ -3687,6 +3747,7 @@ module Aws::Firehose
|
|
3687
3747
|
:compression_format,
|
3688
3748
|
:encryption_configuration,
|
3689
3749
|
:cloud_watch_logging_options)
|
3750
|
+
SENSITIVE = []
|
3690
3751
|
include Aws::Structure
|
3691
3752
|
end
|
3692
3753
|
|
@@ -3748,6 +3809,7 @@ module Aws::Firehose
|
|
3748
3809
|
:table_name,
|
3749
3810
|
:region,
|
3750
3811
|
:version_id)
|
3812
|
+
SENSITIVE = []
|
3751
3813
|
include Aws::Structure
|
3752
3814
|
end
|
3753
3815
|
|
@@ -3811,6 +3873,7 @@ module Aws::Firehose
|
|
3811
3873
|
class Serializer < Struct.new(
|
3812
3874
|
:parquet_ser_de,
|
3813
3875
|
:orc_ser_de)
|
3876
|
+
SENSITIVE = []
|
3814
3877
|
include Aws::Structure
|
3815
3878
|
end
|
3816
3879
|
|
@@ -3832,6 +3895,7 @@ module Aws::Firehose
|
|
3832
3895
|
#
|
3833
3896
|
class ServiceUnavailableException < Struct.new(
|
3834
3897
|
:message)
|
3898
|
+
SENSITIVE = []
|
3835
3899
|
include Aws::Structure
|
3836
3900
|
end
|
3837
3901
|
|
@@ -3847,6 +3911,7 @@ module Aws::Firehose
|
|
3847
3911
|
#
|
3848
3912
|
class SourceDescription < Struct.new(
|
3849
3913
|
:kinesis_stream_source_description)
|
3914
|
+
SENSITIVE = []
|
3850
3915
|
include Aws::Structure
|
3851
3916
|
end
|
3852
3917
|
|
@@ -3967,6 +4032,7 @@ module Aws::Firehose
|
|
3967
4032
|
:s3_configuration,
|
3968
4033
|
:processing_configuration,
|
3969
4034
|
:cloud_watch_logging_options)
|
4035
|
+
SENSITIVE = []
|
3970
4036
|
include Aws::Structure
|
3971
4037
|
end
|
3972
4038
|
|
@@ -4032,6 +4098,7 @@ module Aws::Firehose
|
|
4032
4098
|
:s3_destination_description,
|
4033
4099
|
:processing_configuration,
|
4034
4100
|
:cloud_watch_logging_options)
|
4101
|
+
SENSITIVE = []
|
4035
4102
|
include Aws::Structure
|
4036
4103
|
end
|
4037
4104
|
|
@@ -4152,6 +4219,7 @@ module Aws::Firehose
|
|
4152
4219
|
:s3_update,
|
4153
4220
|
:processing_configuration,
|
4154
4221
|
:cloud_watch_logging_options)
|
4222
|
+
SENSITIVE = []
|
4155
4223
|
include Aws::Structure
|
4156
4224
|
end
|
4157
4225
|
|
@@ -4178,6 +4246,7 @@ module Aws::Firehose
|
|
4178
4246
|
#
|
4179
4247
|
class SplunkRetryOptions < Struct.new(
|
4180
4248
|
:duration_in_seconds)
|
4249
|
+
SENSITIVE = []
|
4181
4250
|
include Aws::Structure
|
4182
4251
|
end
|
4183
4252
|
|
@@ -4207,6 +4276,7 @@ module Aws::Firehose
|
|
4207
4276
|
class StartDeliveryStreamEncryptionInput < Struct.new(
|
4208
4277
|
:delivery_stream_name,
|
4209
4278
|
:delivery_stream_encryption_configuration_input)
|
4279
|
+
SENSITIVE = []
|
4210
4280
|
include Aws::Structure
|
4211
4281
|
end
|
4212
4282
|
|
@@ -4230,6 +4300,7 @@ module Aws::Firehose
|
|
4230
4300
|
#
|
4231
4301
|
class StopDeliveryStreamEncryptionInput < Struct.new(
|
4232
4302
|
:delivery_stream_name)
|
4303
|
+
SENSITIVE = []
|
4233
4304
|
include Aws::Structure
|
4234
4305
|
end
|
4235
4306
|
|
@@ -4265,6 +4336,7 @@ module Aws::Firehose
|
|
4265
4336
|
class Tag < Struct.new(
|
4266
4337
|
:key,
|
4267
4338
|
:value)
|
4339
|
+
SENSITIVE = []
|
4268
4340
|
include Aws::Structure
|
4269
4341
|
end
|
4270
4342
|
|
@@ -4294,6 +4366,7 @@ module Aws::Firehose
|
|
4294
4366
|
class TagDeliveryStreamInput < Struct.new(
|
4295
4367
|
:delivery_stream_name,
|
4296
4368
|
:tags)
|
4369
|
+
SENSITIVE = []
|
4297
4370
|
include Aws::Structure
|
4298
4371
|
end
|
4299
4372
|
|
@@ -4323,6 +4396,7 @@ module Aws::Firehose
|
|
4323
4396
|
class UntagDeliveryStreamInput < Struct.new(
|
4324
4397
|
:delivery_stream_name,
|
4325
4398
|
:tag_keys)
|
4399
|
+
SENSITIVE = []
|
4326
4400
|
include Aws::Structure
|
4327
4401
|
end
|
4328
4402
|
|
@@ -4703,6 +4777,7 @@ module Aws::Firehose
|
|
4703
4777
|
:redshift_destination_update,
|
4704
4778
|
:elasticsearch_destination_update,
|
4705
4779
|
:splunk_destination_update)
|
4780
|
+
SENSITIVE = []
|
4706
4781
|
include Aws::Structure
|
4707
4782
|
end
|
4708
4783
|
|
@@ -4760,6 +4835,7 @@ module Aws::Firehose
|
|
4760
4835
|
:subnet_ids,
|
4761
4836
|
:role_arn,
|
4762
4837
|
:security_group_ids)
|
4838
|
+
SENSITIVE = []
|
4763
4839
|
include Aws::Structure
|
4764
4840
|
end
|
4765
4841
|
|
@@ -4809,6 +4885,7 @@ module Aws::Firehose
|
|
4809
4885
|
:role_arn,
|
4810
4886
|
:security_group_ids,
|
4811
4887
|
:vpc_id)
|
4888
|
+
SENSITIVE = []
|
4812
4889
|
include Aws::Structure
|
4813
4890
|
end
|
4814
4891
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-firehose
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.30.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-06-
|
11
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|