aws-sdk-kinesis 1.24.1 → 1.25.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-kinesis.rb +3 -1
- data/lib/aws-sdk-kinesis/async_client.rb +3 -1
- data/lib/aws-sdk-kinesis/client.rb +3 -1
- data/lib/aws-sdk-kinesis/client_api.rb +2 -0
- data/lib/aws-sdk-kinesis/customizations.rb +1 -0
- data/lib/aws-sdk-kinesis/errors.rb +2 -0
- data/lib/aws-sdk-kinesis/event_streams.rb +2 -0
- data/lib/aws-sdk-kinesis/resource.rb +2 -0
- data/lib/aws-sdk-kinesis/types.rb +73 -0
- data/lib/aws-sdk-kinesis/waiters.rb +2 -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: 4e3041a8a4a1a2435292f9326cfbb7fea38ab756ef5785cc67897c1b336d1dc6
|
4
|
+
data.tar.gz: fb815e7ab1cf5c040719c316cf5c5cf0706d6c4ced4f2de6cd7c63335569e831
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '09deae891e03dda344895306c37768c4f88ecfa626a095bc27e7d536873b5c8c47da33771518bf3283b1a4659e95619fc959e3c166c39244799cec6f58ac071e'
|
7
|
+
data.tar.gz: 4f92cca04ac1587970992748d4f1b923c85297e332ceb3d06cd61852daea81e48108dc300ebdd2ce244b86b13afd22bee4e5dc043d1e5e9d094d7cb74c02210b
|
data/lib/aws-sdk-kinesis.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:
|
@@ -48,6 +50,6 @@ require_relative 'aws-sdk-kinesis/event_streams'
|
|
48
50
|
# @service
|
49
51
|
module Aws::Kinesis
|
50
52
|
|
51
|
-
GEM_VERSION = '1.
|
53
|
+
GEM_VERSION = '1.25.0'
|
52
54
|
|
53
55
|
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:
|
@@ -518,7 +520,7 @@ module Aws::Kinesis
|
|
518
520
|
http_response: Seahorse::Client::Http::AsyncResponse.new,
|
519
521
|
config: config)
|
520
522
|
context[:gem_name] = 'aws-sdk-kinesis'
|
521
|
-
context[:gem_version] = '1.
|
523
|
+
context[:gem_version] = '1.25.0'
|
522
524
|
Seahorse::Client::Request.new(handlers, context)
|
523
525
|
end
|
524
526
|
|
@@ -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:
|
@@ -2201,7 +2203,7 @@ module Aws::Kinesis
|
|
2201
2203
|
params: params,
|
2202
2204
|
config: config)
|
2203
2205
|
context[:gem_name] = 'aws-sdk-kinesis'
|
2204
|
-
context[:gem_version] = '1.
|
2206
|
+
context[:gem_version] = '1.25.0'
|
2205
2207
|
Seahorse::Client::Request.new(handlers, context)
|
2206
2208
|
end
|
2207
2209
|
|
@@ -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:
|
@@ -33,6 +35,7 @@ module Aws::Kinesis
|
|
33
35
|
class AddTagsToStreamInput < Struct.new(
|
34
36
|
:stream_name,
|
35
37
|
:tags)
|
38
|
+
SENSITIVE = []
|
36
39
|
include Aws::Structure
|
37
40
|
end
|
38
41
|
|
@@ -68,6 +71,7 @@ module Aws::Kinesis
|
|
68
71
|
:consumer_arn,
|
69
72
|
:consumer_status,
|
70
73
|
:consumer_creation_timestamp)
|
74
|
+
SENSITIVE = []
|
71
75
|
include Aws::Structure
|
72
76
|
end
|
73
77
|
|
@@ -108,6 +112,7 @@ module Aws::Kinesis
|
|
108
112
|
:consumer_status,
|
109
113
|
:consumer_creation_timestamp,
|
110
114
|
:stream_arn)
|
115
|
+
SENSITIVE = []
|
111
116
|
include Aws::Structure
|
112
117
|
end
|
113
118
|
|
@@ -142,6 +147,7 @@ module Aws::Kinesis
|
|
142
147
|
class CreateStreamInput < Struct.new(
|
143
148
|
:stream_name,
|
144
149
|
:shard_count)
|
150
|
+
SENSITIVE = []
|
145
151
|
include Aws::Structure
|
146
152
|
end
|
147
153
|
|
@@ -169,6 +175,7 @@ module Aws::Kinesis
|
|
169
175
|
class DecreaseStreamRetentionPeriodInput < Struct.new(
|
170
176
|
:stream_name,
|
171
177
|
:retention_period_hours)
|
178
|
+
SENSITIVE = []
|
172
179
|
include Aws::Structure
|
173
180
|
end
|
174
181
|
|
@@ -197,6 +204,7 @@ module Aws::Kinesis
|
|
197
204
|
class DeleteStreamInput < Struct.new(
|
198
205
|
:stream_name,
|
199
206
|
:enforce_consumer_deletion)
|
207
|
+
SENSITIVE = []
|
200
208
|
include Aws::Structure
|
201
209
|
end
|
202
210
|
|
@@ -238,6 +246,7 @@ module Aws::Kinesis
|
|
238
246
|
:stream_arn,
|
239
247
|
:consumer_name,
|
240
248
|
:consumer_arn)
|
249
|
+
SENSITIVE = []
|
241
250
|
include Aws::Structure
|
242
251
|
end
|
243
252
|
|
@@ -260,6 +269,7 @@ module Aws::Kinesis
|
|
260
269
|
class DescribeLimitsOutput < Struct.new(
|
261
270
|
:shard_limit,
|
262
271
|
:open_shard_count)
|
272
|
+
SENSITIVE = []
|
263
273
|
include Aws::Structure
|
264
274
|
end
|
265
275
|
|
@@ -297,6 +307,7 @@ module Aws::Kinesis
|
|
297
307
|
:stream_arn,
|
298
308
|
:consumer_name,
|
299
309
|
:consumer_arn)
|
310
|
+
SENSITIVE = []
|
300
311
|
include Aws::Structure
|
301
312
|
end
|
302
313
|
|
@@ -308,6 +319,7 @@ module Aws::Kinesis
|
|
308
319
|
#
|
309
320
|
class DescribeStreamConsumerOutput < Struct.new(
|
310
321
|
:consumer_description)
|
322
|
+
SENSITIVE = []
|
311
323
|
include Aws::Structure
|
312
324
|
end
|
313
325
|
|
@@ -342,6 +354,7 @@ module Aws::Kinesis
|
|
342
354
|
:stream_name,
|
343
355
|
:limit,
|
344
356
|
:exclusive_start_shard_id)
|
357
|
+
SENSITIVE = []
|
345
358
|
include Aws::Structure
|
346
359
|
end
|
347
360
|
|
@@ -357,6 +370,7 @@ module Aws::Kinesis
|
|
357
370
|
#
|
358
371
|
class DescribeStreamOutput < Struct.new(
|
359
372
|
:stream_description)
|
373
|
+
SENSITIVE = []
|
360
374
|
include Aws::Structure
|
361
375
|
end
|
362
376
|
|
@@ -375,6 +389,7 @@ module Aws::Kinesis
|
|
375
389
|
#
|
376
390
|
class DescribeStreamSummaryInput < Struct.new(
|
377
391
|
:stream_name)
|
392
|
+
SENSITIVE = []
|
378
393
|
include Aws::Structure
|
379
394
|
end
|
380
395
|
|
@@ -386,6 +401,7 @@ module Aws::Kinesis
|
|
386
401
|
#
|
387
402
|
class DescribeStreamSummaryOutput < Struct.new(
|
388
403
|
:stream_description_summary)
|
404
|
+
SENSITIVE = []
|
389
405
|
include Aws::Structure
|
390
406
|
end
|
391
407
|
|
@@ -440,6 +456,7 @@ module Aws::Kinesis
|
|
440
456
|
class DisableEnhancedMonitoringInput < Struct.new(
|
441
457
|
:stream_name,
|
442
458
|
:shard_level_metrics)
|
459
|
+
SENSITIVE = []
|
443
460
|
include Aws::Structure
|
444
461
|
end
|
445
462
|
|
@@ -493,6 +510,7 @@ module Aws::Kinesis
|
|
493
510
|
class EnableEnhancedMonitoringInput < Struct.new(
|
494
511
|
:stream_name,
|
495
512
|
:shard_level_metrics)
|
513
|
+
SENSITIVE = []
|
496
514
|
include Aws::Structure
|
497
515
|
end
|
498
516
|
|
@@ -533,6 +551,7 @@ module Aws::Kinesis
|
|
533
551
|
#
|
534
552
|
class EnhancedMetrics < Struct.new(
|
535
553
|
:shard_level_metrics)
|
554
|
+
SENSITIVE = []
|
536
555
|
include Aws::Structure
|
537
556
|
end
|
538
557
|
|
@@ -559,6 +578,7 @@ module Aws::Kinesis
|
|
559
578
|
:stream_name,
|
560
579
|
:current_shard_level_metrics,
|
561
580
|
:desired_shard_level_metrics)
|
581
|
+
SENSITIVE = []
|
562
582
|
include Aws::Structure
|
563
583
|
end
|
564
584
|
|
@@ -572,6 +592,7 @@ module Aws::Kinesis
|
|
572
592
|
#
|
573
593
|
class ExpiredIteratorException < Struct.new(
|
574
594
|
:message)
|
595
|
+
SENSITIVE = []
|
575
596
|
include Aws::Structure
|
576
597
|
end
|
577
598
|
|
@@ -584,6 +605,7 @@ module Aws::Kinesis
|
|
584
605
|
#
|
585
606
|
class ExpiredNextTokenException < Struct.new(
|
586
607
|
:message)
|
608
|
+
SENSITIVE = []
|
587
609
|
include Aws::Structure
|
588
610
|
end
|
589
611
|
|
@@ -614,6 +636,7 @@ module Aws::Kinesis
|
|
614
636
|
class GetRecordsInput < Struct.new(
|
615
637
|
:shard_iterator,
|
616
638
|
:limit)
|
639
|
+
SENSITIVE = []
|
617
640
|
include Aws::Structure
|
618
641
|
end
|
619
642
|
|
@@ -642,6 +665,7 @@ module Aws::Kinesis
|
|
642
665
|
:records,
|
643
666
|
:next_shard_iterator,
|
644
667
|
:millis_behind_latest)
|
668
|
+
SENSITIVE = []
|
645
669
|
include Aws::Structure
|
646
670
|
end
|
647
671
|
|
@@ -716,6 +740,7 @@ module Aws::Kinesis
|
|
716
740
|
:shard_iterator_type,
|
717
741
|
:starting_sequence_number,
|
718
742
|
:timestamp)
|
743
|
+
SENSITIVE = []
|
719
744
|
include Aws::Structure
|
720
745
|
end
|
721
746
|
|
@@ -731,6 +756,7 @@ module Aws::Kinesis
|
|
731
756
|
#
|
732
757
|
class GetShardIteratorOutput < Struct.new(
|
733
758
|
:shard_iterator)
|
759
|
+
SENSITIVE = []
|
734
760
|
include Aws::Structure
|
735
761
|
end
|
736
762
|
|
@@ -750,6 +776,7 @@ module Aws::Kinesis
|
|
750
776
|
class HashKeyRange < Struct.new(
|
751
777
|
:starting_hash_key,
|
752
778
|
:ending_hash_key)
|
779
|
+
SENSITIVE = []
|
753
780
|
include Aws::Structure
|
754
781
|
end
|
755
782
|
|
@@ -777,6 +804,7 @@ module Aws::Kinesis
|
|
777
804
|
class IncreaseStreamRetentionPeriodInput < Struct.new(
|
778
805
|
:stream_name,
|
779
806
|
:retention_period_hours)
|
807
|
+
SENSITIVE = []
|
780
808
|
include Aws::Structure
|
781
809
|
end
|
782
810
|
|
@@ -788,6 +816,7 @@ module Aws::Kinesis
|
|
788
816
|
class InternalFailureException < Struct.new(
|
789
817
|
:message,
|
790
818
|
:event_type)
|
819
|
+
SENSITIVE = []
|
791
820
|
include Aws::Structure
|
792
821
|
end
|
793
822
|
|
@@ -802,6 +831,7 @@ module Aws::Kinesis
|
|
802
831
|
#
|
803
832
|
class InvalidArgumentException < Struct.new(
|
804
833
|
:message)
|
834
|
+
SENSITIVE = []
|
805
835
|
include Aws::Structure
|
806
836
|
end
|
807
837
|
|
@@ -817,6 +847,7 @@ module Aws::Kinesis
|
|
817
847
|
class KMSAccessDeniedException < Struct.new(
|
818
848
|
:message,
|
819
849
|
:event_type)
|
850
|
+
SENSITIVE = []
|
820
851
|
include Aws::Structure
|
821
852
|
end
|
822
853
|
|
@@ -832,6 +863,7 @@ module Aws::Kinesis
|
|
832
863
|
class KMSDisabledException < Struct.new(
|
833
864
|
:message,
|
834
865
|
:event_type)
|
866
|
+
SENSITIVE = []
|
835
867
|
include Aws::Structure
|
836
868
|
end
|
837
869
|
|
@@ -853,6 +885,7 @@ module Aws::Kinesis
|
|
853
885
|
class KMSInvalidStateException < Struct.new(
|
854
886
|
:message,
|
855
887
|
:event_type)
|
888
|
+
SENSITIVE = []
|
856
889
|
include Aws::Structure
|
857
890
|
end
|
858
891
|
|
@@ -868,6 +901,7 @@ module Aws::Kinesis
|
|
868
901
|
class KMSNotFoundException < Struct.new(
|
869
902
|
:message,
|
870
903
|
:event_type)
|
904
|
+
SENSITIVE = []
|
871
905
|
include Aws::Structure
|
872
906
|
end
|
873
907
|
|
@@ -882,6 +916,7 @@ module Aws::Kinesis
|
|
882
916
|
class KMSOptInRequired < Struct.new(
|
883
917
|
:message,
|
884
918
|
:event_type)
|
919
|
+
SENSITIVE = []
|
885
920
|
include Aws::Structure
|
886
921
|
end
|
887
922
|
|
@@ -902,6 +937,7 @@ module Aws::Kinesis
|
|
902
937
|
class KMSThrottlingException < Struct.new(
|
903
938
|
:message,
|
904
939
|
:event_type)
|
940
|
+
SENSITIVE = []
|
905
941
|
include Aws::Structure
|
906
942
|
end
|
907
943
|
|
@@ -917,6 +953,7 @@ module Aws::Kinesis
|
|
917
953
|
#
|
918
954
|
class LimitExceededException < Struct.new(
|
919
955
|
:message)
|
956
|
+
SENSITIVE = []
|
920
957
|
include Aws::Structure
|
921
958
|
end
|
922
959
|
|
@@ -1005,6 +1042,7 @@ module Aws::Kinesis
|
|
1005
1042
|
:exclusive_start_shard_id,
|
1006
1043
|
:max_results,
|
1007
1044
|
:stream_creation_timestamp)
|
1045
|
+
SENSITIVE = []
|
1008
1046
|
include Aws::Structure
|
1009
1047
|
end
|
1010
1048
|
|
@@ -1037,6 +1075,7 @@ module Aws::Kinesis
|
|
1037
1075
|
class ListShardsOutput < Struct.new(
|
1038
1076
|
:shards,
|
1039
1077
|
:next_token)
|
1078
|
+
SENSITIVE = []
|
1040
1079
|
include Aws::Structure
|
1041
1080
|
end
|
1042
1081
|
|
@@ -1112,6 +1151,7 @@ module Aws::Kinesis
|
|
1112
1151
|
:next_token,
|
1113
1152
|
:max_results,
|
1114
1153
|
:stream_creation_timestamp)
|
1154
|
+
SENSITIVE = []
|
1115
1155
|
include Aws::Structure
|
1116
1156
|
end
|
1117
1157
|
|
@@ -1144,6 +1184,7 @@ module Aws::Kinesis
|
|
1144
1184
|
class ListStreamConsumersOutput < Struct.new(
|
1145
1185
|
:consumers,
|
1146
1186
|
:next_token)
|
1187
|
+
SENSITIVE = []
|
1147
1188
|
include Aws::Structure
|
1148
1189
|
end
|
1149
1190
|
|
@@ -1170,6 +1211,7 @@ module Aws::Kinesis
|
|
1170
1211
|
class ListStreamsInput < Struct.new(
|
1171
1212
|
:limit,
|
1172
1213
|
:exclusive_start_stream_name)
|
1214
|
+
SENSITIVE = []
|
1173
1215
|
include Aws::Structure
|
1174
1216
|
end
|
1175
1217
|
|
@@ -1189,6 +1231,7 @@ module Aws::Kinesis
|
|
1189
1231
|
class ListStreamsOutput < Struct.new(
|
1190
1232
|
:stream_names,
|
1191
1233
|
:has_more_streams)
|
1234
|
+
SENSITIVE = []
|
1192
1235
|
include Aws::Structure
|
1193
1236
|
end
|
1194
1237
|
|
@@ -1226,6 +1269,7 @@ module Aws::Kinesis
|
|
1226
1269
|
:stream_name,
|
1227
1270
|
:exclusive_start_tag_key,
|
1228
1271
|
:limit)
|
1272
|
+
SENSITIVE = []
|
1229
1273
|
include Aws::Structure
|
1230
1274
|
end
|
1231
1275
|
|
@@ -1247,6 +1291,7 @@ module Aws::Kinesis
|
|
1247
1291
|
class ListTagsForStreamOutput < Struct.new(
|
1248
1292
|
:tags,
|
1249
1293
|
:has_more_tags)
|
1294
|
+
SENSITIVE = []
|
1250
1295
|
include Aws::Structure
|
1251
1296
|
end
|
1252
1297
|
|
@@ -1280,6 +1325,7 @@ module Aws::Kinesis
|
|
1280
1325
|
:stream_name,
|
1281
1326
|
:shard_to_merge,
|
1282
1327
|
:adjacent_shard_to_merge)
|
1328
|
+
SENSITIVE = []
|
1283
1329
|
include Aws::Structure
|
1284
1330
|
end
|
1285
1331
|
|
@@ -1302,6 +1348,7 @@ module Aws::Kinesis
|
|
1302
1348
|
#
|
1303
1349
|
class ProvisionedThroughputExceededException < Struct.new(
|
1304
1350
|
:message)
|
1351
|
+
SENSITIVE = []
|
1305
1352
|
include Aws::Structure
|
1306
1353
|
end
|
1307
1354
|
|
@@ -1363,6 +1410,7 @@ module Aws::Kinesis
|
|
1363
1410
|
:partition_key,
|
1364
1411
|
:explicit_hash_key,
|
1365
1412
|
:sequence_number_for_ordering)
|
1413
|
+
SENSITIVE = []
|
1366
1414
|
include Aws::Structure
|
1367
1415
|
end
|
1368
1416
|
|
@@ -1395,6 +1443,7 @@ module Aws::Kinesis
|
|
1395
1443
|
:shard_id,
|
1396
1444
|
:sequence_number,
|
1397
1445
|
:encryption_type)
|
1446
|
+
SENSITIVE = []
|
1398
1447
|
include Aws::Structure
|
1399
1448
|
end
|
1400
1449
|
|
@@ -1427,6 +1476,7 @@ module Aws::Kinesis
|
|
1427
1476
|
class PutRecordsInput < Struct.new(
|
1428
1477
|
:records,
|
1429
1478
|
:stream_name)
|
1479
|
+
SENSITIVE = []
|
1430
1480
|
include Aws::Structure
|
1431
1481
|
end
|
1432
1482
|
|
@@ -1461,6 +1511,7 @@ module Aws::Kinesis
|
|
1461
1511
|
:failed_record_count,
|
1462
1512
|
:records,
|
1463
1513
|
:encryption_type)
|
1514
|
+
SENSITIVE = []
|
1464
1515
|
include Aws::Structure
|
1465
1516
|
end
|
1466
1517
|
|
@@ -1505,6 +1556,7 @@ module Aws::Kinesis
|
|
1505
1556
|
:data,
|
1506
1557
|
:explicit_hash_key,
|
1507
1558
|
:partition_key)
|
1559
|
+
SENSITIVE = []
|
1508
1560
|
include Aws::Structure
|
1509
1561
|
end
|
1510
1562
|
|
@@ -1543,6 +1595,7 @@ module Aws::Kinesis
|
|
1543
1595
|
:shard_id,
|
1544
1596
|
:error_code,
|
1545
1597
|
:error_message)
|
1598
|
+
SENSITIVE = []
|
1546
1599
|
include Aws::Structure
|
1547
1600
|
end
|
1548
1601
|
|
@@ -1587,6 +1640,7 @@ module Aws::Kinesis
|
|
1587
1640
|
:data,
|
1588
1641
|
:partition_key,
|
1589
1642
|
:encryption_type)
|
1643
|
+
SENSITIVE = []
|
1590
1644
|
include Aws::Structure
|
1591
1645
|
end
|
1592
1646
|
|
@@ -1619,6 +1673,7 @@ module Aws::Kinesis
|
|
1619
1673
|
class RegisterStreamConsumerInput < Struct.new(
|
1620
1674
|
:stream_arn,
|
1621
1675
|
:consumer_name)
|
1676
|
+
SENSITIVE = []
|
1622
1677
|
include Aws::Structure
|
1623
1678
|
end
|
1624
1679
|
|
@@ -1632,6 +1687,7 @@ module Aws::Kinesis
|
|
1632
1687
|
#
|
1633
1688
|
class RegisterStreamConsumerOutput < Struct.new(
|
1634
1689
|
:consumer)
|
1690
|
+
SENSITIVE = []
|
1635
1691
|
include Aws::Structure
|
1636
1692
|
end
|
1637
1693
|
|
@@ -1659,6 +1715,7 @@ module Aws::Kinesis
|
|
1659
1715
|
class RemoveTagsFromStreamInput < Struct.new(
|
1660
1716
|
:stream_name,
|
1661
1717
|
:tag_keys)
|
1718
|
+
SENSITIVE = []
|
1662
1719
|
include Aws::Structure
|
1663
1720
|
end
|
1664
1721
|
|
@@ -1674,6 +1731,7 @@ module Aws::Kinesis
|
|
1674
1731
|
class ResourceInUseException < Struct.new(
|
1675
1732
|
:message,
|
1676
1733
|
:event_type)
|
1734
|
+
SENSITIVE = []
|
1677
1735
|
include Aws::Structure
|
1678
1736
|
end
|
1679
1737
|
|
@@ -1689,6 +1747,7 @@ module Aws::Kinesis
|
|
1689
1747
|
class ResourceNotFoundException < Struct.new(
|
1690
1748
|
:message,
|
1691
1749
|
:event_type)
|
1750
|
+
SENSITIVE = []
|
1692
1751
|
include Aws::Structure
|
1693
1752
|
end
|
1694
1753
|
|
@@ -1708,6 +1767,7 @@ module Aws::Kinesis
|
|
1708
1767
|
class SequenceNumberRange < Struct.new(
|
1709
1768
|
:starting_sequence_number,
|
1710
1769
|
:ending_sequence_number)
|
1770
|
+
SENSITIVE = []
|
1711
1771
|
include Aws::Structure
|
1712
1772
|
end
|
1713
1773
|
|
@@ -1742,6 +1802,7 @@ module Aws::Kinesis
|
|
1742
1802
|
:adjacent_parent_shard_id,
|
1743
1803
|
:hash_key_range,
|
1744
1804
|
:sequence_number_range)
|
1805
|
+
SENSITIVE = []
|
1745
1806
|
include Aws::Structure
|
1746
1807
|
end
|
1747
1808
|
|
@@ -1781,6 +1842,7 @@ module Aws::Kinesis
|
|
1781
1842
|
:stream_name,
|
1782
1843
|
:shard_to_split,
|
1783
1844
|
:new_starting_hash_key)
|
1845
|
+
SENSITIVE = []
|
1784
1846
|
include Aws::Structure
|
1785
1847
|
end
|
1786
1848
|
|
@@ -1828,6 +1890,7 @@ module Aws::Kinesis
|
|
1828
1890
|
:stream_name,
|
1829
1891
|
:encryption_type,
|
1830
1892
|
:key_id)
|
1893
|
+
SENSITIVE = []
|
1831
1894
|
include Aws::Structure
|
1832
1895
|
end
|
1833
1896
|
|
@@ -1855,6 +1918,7 @@ module Aws::Kinesis
|
|
1855
1918
|
:type,
|
1856
1919
|
:sequence_number,
|
1857
1920
|
:timestamp)
|
1921
|
+
SENSITIVE = []
|
1858
1922
|
include Aws::Structure
|
1859
1923
|
end
|
1860
1924
|
|
@@ -1902,6 +1966,7 @@ module Aws::Kinesis
|
|
1902
1966
|
:stream_name,
|
1903
1967
|
:encryption_type,
|
1904
1968
|
:key_id)
|
1969
|
+
SENSITIVE = []
|
1905
1970
|
include Aws::Structure
|
1906
1971
|
end
|
1907
1972
|
|
@@ -2000,6 +2065,7 @@ module Aws::Kinesis
|
|
2000
2065
|
:enhanced_monitoring,
|
2001
2066
|
:encryption_type,
|
2002
2067
|
:key_id)
|
2068
|
+
SENSITIVE = []
|
2003
2069
|
include Aws::Structure
|
2004
2070
|
end
|
2005
2071
|
|
@@ -2095,6 +2161,7 @@ module Aws::Kinesis
|
|
2095
2161
|
:key_id,
|
2096
2162
|
:open_shard_count,
|
2097
2163
|
:consumer_count)
|
2164
|
+
SENSITIVE = []
|
2098
2165
|
include Aws::Structure
|
2099
2166
|
end
|
2100
2167
|
|
@@ -2123,6 +2190,7 @@ module Aws::Kinesis
|
|
2123
2190
|
:continuation_sequence_number,
|
2124
2191
|
:millis_behind_latest,
|
2125
2192
|
:event_type)
|
2193
|
+
SENSITIVE = []
|
2126
2194
|
include Aws::Structure
|
2127
2195
|
end
|
2128
2196
|
|
@@ -2158,6 +2226,7 @@ module Aws::Kinesis
|
|
2158
2226
|
:consumer_arn,
|
2159
2227
|
:shard_id,
|
2160
2228
|
:starting_position)
|
2229
|
+
SENSITIVE = []
|
2161
2230
|
include Aws::Structure
|
2162
2231
|
end
|
2163
2232
|
|
@@ -2170,6 +2239,7 @@ module Aws::Kinesis
|
|
2170
2239
|
#
|
2171
2240
|
class SubscribeToShardOutput < Struct.new(
|
2172
2241
|
:event_stream)
|
2242
|
+
SENSITIVE = []
|
2173
2243
|
include Aws::Structure
|
2174
2244
|
end
|
2175
2245
|
|
@@ -2192,6 +2262,7 @@ module Aws::Kinesis
|
|
2192
2262
|
class Tag < Struct.new(
|
2193
2263
|
:key,
|
2194
2264
|
:value)
|
2265
|
+
SENSITIVE = []
|
2195
2266
|
include Aws::Structure
|
2196
2267
|
end
|
2197
2268
|
|
@@ -2222,6 +2293,7 @@ module Aws::Kinesis
|
|
2222
2293
|
:stream_name,
|
2223
2294
|
:target_shard_count,
|
2224
2295
|
:scaling_type)
|
2296
|
+
SENSITIVE = []
|
2225
2297
|
include Aws::Structure
|
2226
2298
|
end
|
2227
2299
|
|
@@ -2243,6 +2315,7 @@ module Aws::Kinesis
|
|
2243
2315
|
:stream_name,
|
2244
2316
|
:current_shard_count,
|
2245
2317
|
:target_shard_count)
|
2318
|
+
SENSITIVE = []
|
2246
2319
|
include Aws::Structure
|
2247
2320
|
end
|
2248
2321
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-kinesis
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.25.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
|