aws-sdk-kinesis 1.96.0 → 1.97.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-kinesis/async_client.rb +5 -1
- data/lib/aws-sdk-kinesis/client.rb +135 -2
- data/lib/aws-sdk-kinesis/client_api.rb +36 -0
- data/lib/aws-sdk-kinesis/endpoint_parameters.rb +8 -0
- data/lib/aws-sdk-kinesis/endpoint_provider.rb +75 -0
- data/lib/aws-sdk-kinesis/endpoints.rb +34 -0
- data/lib/aws-sdk-kinesis/types.rb +205 -30
- data/lib/aws-sdk-kinesis.rb +1 -1
- data/sig/async_client.rbs +1 -0
- data/sig/client.rbs +65 -30
- data/sig/types.rbs +35 -0
- data/sig/waiters.rbs +4 -2
- metadata +1 -1
|
@@ -40,12 +40,17 @@ module Aws::Kinesis
|
|
|
40
40
|
# The ARN of the stream.
|
|
41
41
|
# @return [String]
|
|
42
42
|
#
|
|
43
|
+
# @!attribute [rw] stream_id
|
|
44
|
+
# Not Implemented. Reserved for future use.
|
|
45
|
+
# @return [String]
|
|
46
|
+
#
|
|
43
47
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesis-2013-12-02/AddTagsToStreamInput AWS API Documentation
|
|
44
48
|
#
|
|
45
49
|
class AddTagsToStreamInput < Struct.new(
|
|
46
50
|
:stream_name,
|
|
47
51
|
:tags,
|
|
48
|
-
:stream_arn
|
|
52
|
+
:stream_arn,
|
|
53
|
+
:stream_id)
|
|
49
54
|
SENSITIVE = []
|
|
50
55
|
include Aws::Structure
|
|
51
56
|
end
|
|
@@ -223,12 +228,17 @@ module Aws::Kinesis
|
|
|
223
228
|
# The ARN of the stream.
|
|
224
229
|
# @return [String]
|
|
225
230
|
#
|
|
231
|
+
# @!attribute [rw] stream_id
|
|
232
|
+
# Not Implemented. Reserved for future use.
|
|
233
|
+
# @return [String]
|
|
234
|
+
#
|
|
226
235
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesis-2013-12-02/DecreaseStreamRetentionPeriodInput AWS API Documentation
|
|
227
236
|
#
|
|
228
237
|
class DecreaseStreamRetentionPeriodInput < Struct.new(
|
|
229
238
|
:stream_name,
|
|
230
239
|
:retention_period_hours,
|
|
231
|
-
:stream_arn
|
|
240
|
+
:stream_arn,
|
|
241
|
+
:stream_id)
|
|
232
242
|
SENSITIVE = []
|
|
233
243
|
include Aws::Structure
|
|
234
244
|
end
|
|
@@ -237,10 +247,15 @@ module Aws::Kinesis
|
|
|
237
247
|
# The Amazon Resource Name (ARN) of the data stream or consumer.
|
|
238
248
|
# @return [String]
|
|
239
249
|
#
|
|
250
|
+
# @!attribute [rw] stream_id
|
|
251
|
+
# Not Implemented. Reserved for future use.
|
|
252
|
+
# @return [String]
|
|
253
|
+
#
|
|
240
254
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesis-2013-12-02/DeleteResourcePolicyInput AWS API Documentation
|
|
241
255
|
#
|
|
242
256
|
class DeleteResourcePolicyInput < Struct.new(
|
|
243
|
-
:resource_arn
|
|
257
|
+
:resource_arn,
|
|
258
|
+
:stream_id)
|
|
244
259
|
SENSITIVE = []
|
|
245
260
|
include Aws::Structure
|
|
246
261
|
end
|
|
@@ -261,12 +276,17 @@ module Aws::Kinesis
|
|
|
261
276
|
# The ARN of the stream.
|
|
262
277
|
# @return [String]
|
|
263
278
|
#
|
|
279
|
+
# @!attribute [rw] stream_id
|
|
280
|
+
# Not Implemented. Reserved for future use.
|
|
281
|
+
# @return [String]
|
|
282
|
+
#
|
|
264
283
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesis-2013-12-02/DeleteStreamInput AWS API Documentation
|
|
265
284
|
#
|
|
266
285
|
class DeleteStreamInput < Struct.new(
|
|
267
286
|
:stream_name,
|
|
268
287
|
:enforce_consumer_deletion,
|
|
269
|
-
:stream_arn
|
|
288
|
+
:stream_arn,
|
|
289
|
+
:stream_id)
|
|
270
290
|
SENSITIVE = []
|
|
271
291
|
include Aws::Structure
|
|
272
292
|
end
|
|
@@ -294,12 +314,17 @@ module Aws::Kinesis
|
|
|
294
314
|
# contains its ARN.
|
|
295
315
|
# @return [String]
|
|
296
316
|
#
|
|
317
|
+
# @!attribute [rw] stream_id
|
|
318
|
+
# Not Implemented. Reserved for future use.
|
|
319
|
+
# @return [String]
|
|
320
|
+
#
|
|
297
321
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesis-2013-12-02/DeregisterStreamConsumerInput AWS API Documentation
|
|
298
322
|
#
|
|
299
323
|
class DeregisterStreamConsumerInput < Struct.new(
|
|
300
324
|
:stream_arn,
|
|
301
325
|
:consumer_name,
|
|
302
|
-
:consumer_arn
|
|
326
|
+
:consumer_arn,
|
|
327
|
+
:stream_id)
|
|
303
328
|
SENSITIVE = []
|
|
304
329
|
include Aws::Structure
|
|
305
330
|
end
|
|
@@ -376,12 +401,17 @@ module Aws::Kinesis
|
|
|
376
401
|
# consumer.
|
|
377
402
|
# @return [String]
|
|
378
403
|
#
|
|
404
|
+
# @!attribute [rw] stream_id
|
|
405
|
+
# Not Implemented. Reserved for future use.
|
|
406
|
+
# @return [String]
|
|
407
|
+
#
|
|
379
408
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesis-2013-12-02/DescribeStreamConsumerInput AWS API Documentation
|
|
380
409
|
#
|
|
381
410
|
class DescribeStreamConsumerInput < Struct.new(
|
|
382
411
|
:stream_arn,
|
|
383
412
|
:consumer_name,
|
|
384
|
-
:consumer_arn
|
|
413
|
+
:consumer_arn,
|
|
414
|
+
:stream_id)
|
|
385
415
|
SENSITIVE = []
|
|
386
416
|
include Aws::Structure
|
|
387
417
|
end
|
|
@@ -426,13 +456,18 @@ module Aws::Kinesis
|
|
|
426
456
|
# The ARN of the stream.
|
|
427
457
|
# @return [String]
|
|
428
458
|
#
|
|
459
|
+
# @!attribute [rw] stream_id
|
|
460
|
+
# Not Implemented. Reserved for future use.
|
|
461
|
+
# @return [String]
|
|
462
|
+
#
|
|
429
463
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesis-2013-12-02/DescribeStreamInput AWS API Documentation
|
|
430
464
|
#
|
|
431
465
|
class DescribeStreamInput < Struct.new(
|
|
432
466
|
:stream_name,
|
|
433
467
|
:limit,
|
|
434
468
|
:exclusive_start_shard_id,
|
|
435
|
-
:stream_arn
|
|
469
|
+
:stream_arn,
|
|
470
|
+
:stream_id)
|
|
436
471
|
SENSITIVE = []
|
|
437
472
|
include Aws::Structure
|
|
438
473
|
end
|
|
@@ -461,11 +496,16 @@ module Aws::Kinesis
|
|
|
461
496
|
# The ARN of the stream.
|
|
462
497
|
# @return [String]
|
|
463
498
|
#
|
|
499
|
+
# @!attribute [rw] stream_id
|
|
500
|
+
# Not Implemented. Reserved for future use.
|
|
501
|
+
# @return [String]
|
|
502
|
+
#
|
|
464
503
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesis-2013-12-02/DescribeStreamSummaryInput AWS API Documentation
|
|
465
504
|
#
|
|
466
505
|
class DescribeStreamSummaryInput < Struct.new(
|
|
467
506
|
:stream_name,
|
|
468
|
-
:stream_arn
|
|
507
|
+
:stream_arn,
|
|
508
|
+
:stream_id)
|
|
469
509
|
SENSITIVE = []
|
|
470
510
|
include Aws::Structure
|
|
471
511
|
end
|
|
@@ -524,12 +564,17 @@ module Aws::Kinesis
|
|
|
524
564
|
# The ARN of the stream.
|
|
525
565
|
# @return [String]
|
|
526
566
|
#
|
|
567
|
+
# @!attribute [rw] stream_id
|
|
568
|
+
# Not Implemented. Reserved for future use.
|
|
569
|
+
# @return [String]
|
|
570
|
+
#
|
|
527
571
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesis-2013-12-02/DisableEnhancedMonitoringInput AWS API Documentation
|
|
528
572
|
#
|
|
529
573
|
class DisableEnhancedMonitoringInput < Struct.new(
|
|
530
574
|
:stream_name,
|
|
531
575
|
:shard_level_metrics,
|
|
532
|
-
:stream_arn
|
|
576
|
+
:stream_arn,
|
|
577
|
+
:stream_id)
|
|
533
578
|
SENSITIVE = []
|
|
534
579
|
include Aws::Structure
|
|
535
580
|
end
|
|
@@ -575,12 +620,17 @@ module Aws::Kinesis
|
|
|
575
620
|
# The ARN of the stream.
|
|
576
621
|
# @return [String]
|
|
577
622
|
#
|
|
623
|
+
# @!attribute [rw] stream_id
|
|
624
|
+
# Not Implemented. Reserved for future use.
|
|
625
|
+
# @return [String]
|
|
626
|
+
#
|
|
578
627
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesis-2013-12-02/EnableEnhancedMonitoringInput AWS API Documentation
|
|
579
628
|
#
|
|
580
629
|
class EnableEnhancedMonitoringInput < Struct.new(
|
|
581
630
|
:stream_name,
|
|
582
631
|
:shard_level_metrics,
|
|
583
|
-
:stream_arn
|
|
632
|
+
:stream_arn,
|
|
633
|
+
:stream_id)
|
|
584
634
|
SENSITIVE = []
|
|
585
635
|
include Aws::Structure
|
|
586
636
|
end
|
|
@@ -704,12 +754,17 @@ module Aws::Kinesis
|
|
|
704
754
|
# The ARN of the stream.
|
|
705
755
|
# @return [String]
|
|
706
756
|
#
|
|
757
|
+
# @!attribute [rw] stream_id
|
|
758
|
+
# Not Implemented. Reserved for future use.
|
|
759
|
+
# @return [String]
|
|
760
|
+
#
|
|
707
761
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesis-2013-12-02/GetRecordsInput AWS API Documentation
|
|
708
762
|
#
|
|
709
763
|
class GetRecordsInput < Struct.new(
|
|
710
764
|
:shard_iterator,
|
|
711
765
|
:limit,
|
|
712
|
-
:stream_arn
|
|
766
|
+
:stream_arn,
|
|
767
|
+
:stream_id)
|
|
713
768
|
SENSITIVE = []
|
|
714
769
|
include Aws::Structure
|
|
715
770
|
end
|
|
@@ -754,10 +809,15 @@ module Aws::Kinesis
|
|
|
754
809
|
# The Amazon Resource Name (ARN) of the data stream or consumer.
|
|
755
810
|
# @return [String]
|
|
756
811
|
#
|
|
812
|
+
# @!attribute [rw] stream_id
|
|
813
|
+
# Not Implemented. Reserved for future use.
|
|
814
|
+
# @return [String]
|
|
815
|
+
#
|
|
757
816
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesis-2013-12-02/GetResourcePolicyInput AWS API Documentation
|
|
758
817
|
#
|
|
759
818
|
class GetResourcePolicyInput < Struct.new(
|
|
760
|
-
:resource_arn
|
|
819
|
+
:resource_arn,
|
|
820
|
+
:stream_id)
|
|
761
821
|
SENSITIVE = []
|
|
762
822
|
include Aws::Structure
|
|
763
823
|
end
|
|
@@ -830,6 +890,10 @@ module Aws::Kinesis
|
|
|
830
890
|
# The ARN of the stream.
|
|
831
891
|
# @return [String]
|
|
832
892
|
#
|
|
893
|
+
# @!attribute [rw] stream_id
|
|
894
|
+
# Not Implemented. Reserved for future use.
|
|
895
|
+
# @return [String]
|
|
896
|
+
#
|
|
833
897
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesis-2013-12-02/GetShardIteratorInput AWS API Documentation
|
|
834
898
|
#
|
|
835
899
|
class GetShardIteratorInput < Struct.new(
|
|
@@ -838,7 +902,8 @@ module Aws::Kinesis
|
|
|
838
902
|
:shard_iterator_type,
|
|
839
903
|
:starting_sequence_number,
|
|
840
904
|
:timestamp,
|
|
841
|
-
:stream_arn
|
|
905
|
+
:stream_arn,
|
|
906
|
+
:stream_id)
|
|
842
907
|
SENSITIVE = []
|
|
843
908
|
include Aws::Structure
|
|
844
909
|
end
|
|
@@ -894,12 +959,17 @@ module Aws::Kinesis
|
|
|
894
959
|
# The ARN of the stream.
|
|
895
960
|
# @return [String]
|
|
896
961
|
#
|
|
962
|
+
# @!attribute [rw] stream_id
|
|
963
|
+
# Not Implemented. Reserved for future use.
|
|
964
|
+
# @return [String]
|
|
965
|
+
#
|
|
897
966
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesis-2013-12-02/IncreaseStreamRetentionPeriodInput AWS API Documentation
|
|
898
967
|
#
|
|
899
968
|
class IncreaseStreamRetentionPeriodInput < Struct.new(
|
|
900
969
|
:stream_name,
|
|
901
970
|
:retention_period_hours,
|
|
902
|
-
:stream_arn
|
|
971
|
+
:stream_arn,
|
|
972
|
+
:stream_id)
|
|
903
973
|
SENSITIVE = []
|
|
904
974
|
include Aws::Structure
|
|
905
975
|
end
|
|
@@ -1153,6 +1223,10 @@ module Aws::Kinesis
|
|
|
1153
1223
|
# The ARN of the stream.
|
|
1154
1224
|
# @return [String]
|
|
1155
1225
|
#
|
|
1226
|
+
# @!attribute [rw] stream_id
|
|
1227
|
+
# Not Implemented. Reserved for future use.
|
|
1228
|
+
# @return [String]
|
|
1229
|
+
#
|
|
1156
1230
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesis-2013-12-02/ListShardsInput AWS API Documentation
|
|
1157
1231
|
#
|
|
1158
1232
|
class ListShardsInput < Struct.new(
|
|
@@ -1162,7 +1236,8 @@ module Aws::Kinesis
|
|
|
1162
1236
|
:max_results,
|
|
1163
1237
|
:stream_creation_timestamp,
|
|
1164
1238
|
:shard_filter,
|
|
1165
|
-
:stream_arn
|
|
1239
|
+
:stream_arn,
|
|
1240
|
+
:stream_id)
|
|
1166
1241
|
SENSITIVE = []
|
|
1167
1242
|
include Aws::Structure
|
|
1168
1243
|
end
|
|
@@ -1256,13 +1331,18 @@ module Aws::Kinesis
|
|
|
1256
1331
|
# parameter.
|
|
1257
1332
|
# @return [Time]
|
|
1258
1333
|
#
|
|
1334
|
+
# @!attribute [rw] stream_id
|
|
1335
|
+
# Not Implemented. Reserved for future use.
|
|
1336
|
+
# @return [String]
|
|
1337
|
+
#
|
|
1259
1338
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesis-2013-12-02/ListStreamConsumersInput AWS API Documentation
|
|
1260
1339
|
#
|
|
1261
1340
|
class ListStreamConsumersInput < Struct.new(
|
|
1262
1341
|
:stream_arn,
|
|
1263
1342
|
:next_token,
|
|
1264
1343
|
:max_results,
|
|
1265
|
-
:stream_creation_timestamp
|
|
1344
|
+
:stream_creation_timestamp,
|
|
1345
|
+
:stream_id)
|
|
1266
1346
|
SENSITIVE = []
|
|
1267
1347
|
include Aws::Structure
|
|
1268
1348
|
end
|
|
@@ -1358,10 +1438,15 @@ module Aws::Kinesis
|
|
|
1358
1438
|
# list tags.
|
|
1359
1439
|
# @return [String]
|
|
1360
1440
|
#
|
|
1441
|
+
# @!attribute [rw] stream_id
|
|
1442
|
+
# Not Implemented. Reserved for future use.
|
|
1443
|
+
# @return [String]
|
|
1444
|
+
#
|
|
1361
1445
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesis-2013-12-02/ListTagsForResourceInput AWS API Documentation
|
|
1362
1446
|
#
|
|
1363
1447
|
class ListTagsForResourceInput < Struct.new(
|
|
1364
|
-
:resource_arn
|
|
1448
|
+
:resource_arn,
|
|
1449
|
+
:stream_id)
|
|
1365
1450
|
SENSITIVE = []
|
|
1366
1451
|
include Aws::Structure
|
|
1367
1452
|
end
|
|
@@ -1401,13 +1486,18 @@ module Aws::Kinesis
|
|
|
1401
1486
|
# The ARN of the stream.
|
|
1402
1487
|
# @return [String]
|
|
1403
1488
|
#
|
|
1489
|
+
# @!attribute [rw] stream_id
|
|
1490
|
+
# Not Implemented. Reserved for future use.
|
|
1491
|
+
# @return [String]
|
|
1492
|
+
#
|
|
1404
1493
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesis-2013-12-02/ListTagsForStreamInput AWS API Documentation
|
|
1405
1494
|
#
|
|
1406
1495
|
class ListTagsForStreamInput < Struct.new(
|
|
1407
1496
|
:stream_name,
|
|
1408
1497
|
:exclusive_start_tag_key,
|
|
1409
1498
|
:limit,
|
|
1410
|
-
:stream_arn
|
|
1499
|
+
:stream_arn,
|
|
1500
|
+
:stream_id)
|
|
1411
1501
|
SENSITIVE = []
|
|
1412
1502
|
include Aws::Structure
|
|
1413
1503
|
end
|
|
@@ -1453,13 +1543,18 @@ module Aws::Kinesis
|
|
|
1453
1543
|
# The ARN of the stream.
|
|
1454
1544
|
# @return [String]
|
|
1455
1545
|
#
|
|
1546
|
+
# @!attribute [rw] stream_id
|
|
1547
|
+
# Not Implemented. Reserved for future use.
|
|
1548
|
+
# @return [String]
|
|
1549
|
+
#
|
|
1456
1550
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesis-2013-12-02/MergeShardsInput AWS API Documentation
|
|
1457
1551
|
#
|
|
1458
1552
|
class MergeShardsInput < Struct.new(
|
|
1459
1553
|
:stream_name,
|
|
1460
1554
|
:shard_to_merge,
|
|
1461
1555
|
:adjacent_shard_to_merge,
|
|
1462
|
-
:stream_arn
|
|
1556
|
+
:stream_arn,
|
|
1557
|
+
:stream_id)
|
|
1463
1558
|
SENSITIVE = []
|
|
1464
1559
|
include Aws::Structure
|
|
1465
1560
|
end
|
|
@@ -1559,7 +1654,7 @@ module Aws::Kinesis
|
|
|
1559
1654
|
# The data blob to put into the record, which is base64-encoded when
|
|
1560
1655
|
# the blob is serialized. When the data blob (the payload before
|
|
1561
1656
|
# base64-encoding) is added to the partition key size, the total size
|
|
1562
|
-
# must not exceed the maximum record size (
|
|
1657
|
+
# must not exceed the maximum record size (10 MiB).
|
|
1563
1658
|
# @return [String]
|
|
1564
1659
|
#
|
|
1565
1660
|
# @!attribute [rw] partition_key
|
|
@@ -1592,6 +1687,10 @@ module Aws::Kinesis
|
|
|
1592
1687
|
# The ARN of the stream.
|
|
1593
1688
|
# @return [String]
|
|
1594
1689
|
#
|
|
1690
|
+
# @!attribute [rw] stream_id
|
|
1691
|
+
# Not Implemented. Reserved for future use.
|
|
1692
|
+
# @return [String]
|
|
1693
|
+
#
|
|
1595
1694
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesis-2013-12-02/PutRecordInput AWS API Documentation
|
|
1596
1695
|
#
|
|
1597
1696
|
class PutRecordInput < Struct.new(
|
|
@@ -1600,7 +1699,8 @@ module Aws::Kinesis
|
|
|
1600
1699
|
:partition_key,
|
|
1601
1700
|
:explicit_hash_key,
|
|
1602
1701
|
:sequence_number_for_ordering,
|
|
1603
|
-
:stream_arn
|
|
1702
|
+
:stream_arn,
|
|
1703
|
+
:stream_id)
|
|
1604
1704
|
SENSITIVE = []
|
|
1605
1705
|
include Aws::Structure
|
|
1606
1706
|
end
|
|
@@ -1652,12 +1752,17 @@ module Aws::Kinesis
|
|
|
1652
1752
|
# The ARN of the stream.
|
|
1653
1753
|
# @return [String]
|
|
1654
1754
|
#
|
|
1755
|
+
# @!attribute [rw] stream_id
|
|
1756
|
+
# Not Implemented. Reserved for future use.
|
|
1757
|
+
# @return [String]
|
|
1758
|
+
#
|
|
1655
1759
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesis-2013-12-02/PutRecordsInput AWS API Documentation
|
|
1656
1760
|
#
|
|
1657
1761
|
class PutRecordsInput < Struct.new(
|
|
1658
1762
|
:records,
|
|
1659
1763
|
:stream_name,
|
|
1660
|
-
:stream_arn
|
|
1764
|
+
:stream_arn,
|
|
1765
|
+
:stream_id)
|
|
1661
1766
|
SENSITIVE = []
|
|
1662
1767
|
include Aws::Structure
|
|
1663
1768
|
end
|
|
@@ -1703,7 +1808,7 @@ module Aws::Kinesis
|
|
|
1703
1808
|
# The data blob to put into the record, which is base64-encoded when
|
|
1704
1809
|
# the blob is serialized. When the data blob (the payload before
|
|
1705
1810
|
# base64-encoding) is added to the partition key size, the total size
|
|
1706
|
-
# must not exceed the maximum record size (
|
|
1811
|
+
# must not exceed the maximum record size (10 MiB).
|
|
1707
1812
|
# @return [String]
|
|
1708
1813
|
#
|
|
1709
1814
|
# @!attribute [rw] explicit_hash_key
|
|
@@ -1776,6 +1881,10 @@ module Aws::Kinesis
|
|
|
1776
1881
|
# The Amazon Resource Name (ARN) of the data stream or consumer.
|
|
1777
1882
|
# @return [String]
|
|
1778
1883
|
#
|
|
1884
|
+
# @!attribute [rw] stream_id
|
|
1885
|
+
# Not Implemented. Reserved for future use.
|
|
1886
|
+
# @return [String]
|
|
1887
|
+
#
|
|
1779
1888
|
# @!attribute [rw] policy
|
|
1780
1889
|
# Details of the resource policy. It must include the identity of the
|
|
1781
1890
|
# principal and the actions allowed on this resource. This is
|
|
@@ -1786,6 +1895,7 @@ module Aws::Kinesis
|
|
|
1786
1895
|
#
|
|
1787
1896
|
class PutResourcePolicyInput < Struct.new(
|
|
1788
1897
|
:resource_arn,
|
|
1898
|
+
:stream_id,
|
|
1789
1899
|
:policy)
|
|
1790
1900
|
SENSITIVE = []
|
|
1791
1901
|
include Aws::Structure
|
|
@@ -1852,6 +1962,10 @@ module Aws::Kinesis
|
|
|
1852
1962
|
# streams.
|
|
1853
1963
|
# @return [String]
|
|
1854
1964
|
#
|
|
1965
|
+
# @!attribute [rw] stream_id
|
|
1966
|
+
# Not Implemented. Reserved for future use.
|
|
1967
|
+
# @return [String]
|
|
1968
|
+
#
|
|
1855
1969
|
# @!attribute [rw] tags
|
|
1856
1970
|
# A set of up to 50 key-value pairs. A tag consists of a required key
|
|
1857
1971
|
# and an optional value.
|
|
@@ -1862,6 +1976,7 @@ module Aws::Kinesis
|
|
|
1862
1976
|
class RegisterStreamConsumerInput < Struct.new(
|
|
1863
1977
|
:stream_arn,
|
|
1864
1978
|
:consumer_name,
|
|
1979
|
+
:stream_id,
|
|
1865
1980
|
:tags)
|
|
1866
1981
|
SENSITIVE = []
|
|
1867
1982
|
include Aws::Structure
|
|
@@ -1896,12 +2011,17 @@ module Aws::Kinesis
|
|
|
1896
2011
|
# The ARN of the stream.
|
|
1897
2012
|
# @return [String]
|
|
1898
2013
|
#
|
|
2014
|
+
# @!attribute [rw] stream_id
|
|
2015
|
+
# Not Implemented. Reserved for future use.
|
|
2016
|
+
# @return [String]
|
|
2017
|
+
#
|
|
1899
2018
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesis-2013-12-02/RemoveTagsFromStreamInput AWS API Documentation
|
|
1900
2019
|
#
|
|
1901
2020
|
class RemoveTagsFromStreamInput < Struct.new(
|
|
1902
2021
|
:stream_name,
|
|
1903
2022
|
:tag_keys,
|
|
1904
|
-
:stream_arn
|
|
2023
|
+
:stream_arn,
|
|
2024
|
+
:stream_id)
|
|
1905
2025
|
SENSITIVE = []
|
|
1906
2026
|
include Aws::Structure
|
|
1907
2027
|
end
|
|
@@ -2076,13 +2196,18 @@ module Aws::Kinesis
|
|
|
2076
2196
|
# The ARN of the stream.
|
|
2077
2197
|
# @return [String]
|
|
2078
2198
|
#
|
|
2199
|
+
# @!attribute [rw] stream_id
|
|
2200
|
+
# Not Implemented. Reserved for future use.
|
|
2201
|
+
# @return [String]
|
|
2202
|
+
#
|
|
2079
2203
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesis-2013-12-02/SplitShardInput AWS API Documentation
|
|
2080
2204
|
#
|
|
2081
2205
|
class SplitShardInput < Struct.new(
|
|
2082
2206
|
:stream_name,
|
|
2083
2207
|
:shard_to_split,
|
|
2084
2208
|
:new_starting_hash_key,
|
|
2085
|
-
:stream_arn
|
|
2209
|
+
:stream_arn,
|
|
2210
|
+
:stream_id)
|
|
2086
2211
|
SENSITIVE = []
|
|
2087
2212
|
include Aws::Structure
|
|
2088
2213
|
end
|
|
@@ -2121,13 +2246,18 @@ module Aws::Kinesis
|
|
|
2121
2246
|
# The ARN of the stream.
|
|
2122
2247
|
# @return [String]
|
|
2123
2248
|
#
|
|
2249
|
+
# @!attribute [rw] stream_id
|
|
2250
|
+
# Not Implemented. Reserved for future use.
|
|
2251
|
+
# @return [String]
|
|
2252
|
+
#
|
|
2124
2253
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesis-2013-12-02/StartStreamEncryptionInput AWS API Documentation
|
|
2125
2254
|
#
|
|
2126
2255
|
class StartStreamEncryptionInput < Struct.new(
|
|
2127
2256
|
:stream_name,
|
|
2128
2257
|
:encryption_type,
|
|
2129
2258
|
:key_id,
|
|
2130
|
-
:stream_arn
|
|
2259
|
+
:stream_arn,
|
|
2260
|
+
:stream_id)
|
|
2131
2261
|
SENSITIVE = []
|
|
2132
2262
|
include Aws::Structure
|
|
2133
2263
|
end
|
|
@@ -2217,13 +2347,18 @@ module Aws::Kinesis
|
|
|
2217
2347
|
# The ARN of the stream.
|
|
2218
2348
|
# @return [String]
|
|
2219
2349
|
#
|
|
2350
|
+
# @!attribute [rw] stream_id
|
|
2351
|
+
# Not Implemented. Reserved for future use.
|
|
2352
|
+
# @return [String]
|
|
2353
|
+
#
|
|
2220
2354
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesis-2013-12-02/StopStreamEncryptionInput AWS API Documentation
|
|
2221
2355
|
#
|
|
2222
2356
|
class StopStreamEncryptionInput < Struct.new(
|
|
2223
2357
|
:stream_name,
|
|
2224
2358
|
:encryption_type,
|
|
2225
2359
|
:key_id,
|
|
2226
|
-
:stream_arn
|
|
2360
|
+
:stream_arn,
|
|
2361
|
+
:stream_id)
|
|
2227
2362
|
SENSITIVE = []
|
|
2228
2363
|
include Aws::Structure
|
|
2229
2364
|
end
|
|
@@ -2346,6 +2481,10 @@ module Aws::Kinesis
|
|
|
2346
2481
|
# The Amazon Resource Name (ARN) for the stream being described.
|
|
2347
2482
|
# @return [String]
|
|
2348
2483
|
#
|
|
2484
|
+
# @!attribute [rw] stream_id
|
|
2485
|
+
# Not Implemented. Reserved for future use.
|
|
2486
|
+
# @return [String]
|
|
2487
|
+
#
|
|
2349
2488
|
# @!attribute [rw] stream_status
|
|
2350
2489
|
# The current status of the stream being described. The stream status
|
|
2351
2490
|
# is one of the following states:
|
|
@@ -2438,6 +2577,7 @@ module Aws::Kinesis
|
|
|
2438
2577
|
class StreamDescriptionSummary < Struct.new(
|
|
2439
2578
|
:stream_name,
|
|
2440
2579
|
:stream_arn,
|
|
2580
|
+
:stream_id,
|
|
2441
2581
|
:stream_status,
|
|
2442
2582
|
:stream_mode_details,
|
|
2443
2583
|
:retention_period_hours,
|
|
@@ -2553,6 +2693,10 @@ module Aws::Kinesis
|
|
|
2553
2693
|
# RegisterStreamConsumer.
|
|
2554
2694
|
# @return [String]
|
|
2555
2695
|
#
|
|
2696
|
+
# @!attribute [rw] stream_id
|
|
2697
|
+
# Not Implemented. Reserved for future use.
|
|
2698
|
+
# @return [String]
|
|
2699
|
+
#
|
|
2556
2700
|
# @!attribute [rw] shard_id
|
|
2557
2701
|
# The ID of the shard you want to subscribe to. To see a list of all
|
|
2558
2702
|
# the shards for a given stream, use ListShards.
|
|
@@ -2567,6 +2711,7 @@ module Aws::Kinesis
|
|
|
2567
2711
|
#
|
|
2568
2712
|
class SubscribeToShardInput < Struct.new(
|
|
2569
2713
|
:consumer_arn,
|
|
2714
|
+
:stream_id,
|
|
2570
2715
|
:shard_id,
|
|
2571
2716
|
:starting_position)
|
|
2572
2717
|
SENSITIVE = []
|
|
@@ -2624,11 +2769,16 @@ module Aws::Kinesis
|
|
|
2624
2769
|
# add tags.
|
|
2625
2770
|
# @return [String]
|
|
2626
2771
|
#
|
|
2772
|
+
# @!attribute [rw] stream_id
|
|
2773
|
+
# Not Implemented. Reserved for future use.
|
|
2774
|
+
# @return [String]
|
|
2775
|
+
#
|
|
2627
2776
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesis-2013-12-02/TagResourceInput AWS API Documentation
|
|
2628
2777
|
#
|
|
2629
2778
|
class TagResourceInput < Struct.new(
|
|
2630
2779
|
:tags,
|
|
2631
|
-
:resource_arn
|
|
2780
|
+
:resource_arn,
|
|
2781
|
+
:stream_id)
|
|
2632
2782
|
SENSITIVE = []
|
|
2633
2783
|
include Aws::Structure
|
|
2634
2784
|
end
|
|
@@ -2644,11 +2794,16 @@ module Aws::Kinesis
|
|
|
2644
2794
|
# remove tags.
|
|
2645
2795
|
# @return [String]
|
|
2646
2796
|
#
|
|
2797
|
+
# @!attribute [rw] stream_id
|
|
2798
|
+
# Not Implemented. Reserved for future use.
|
|
2799
|
+
# @return [String]
|
|
2800
|
+
#
|
|
2647
2801
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesis-2013-12-02/UntagResourceInput AWS API Documentation
|
|
2648
2802
|
#
|
|
2649
2803
|
class UntagResourceInput < Struct.new(
|
|
2650
2804
|
:tag_keys,
|
|
2651
|
-
:resource_arn
|
|
2805
|
+
:resource_arn,
|
|
2806
|
+
:stream_id)
|
|
2652
2807
|
SENSITIVE = []
|
|
2653
2808
|
include Aws::Structure
|
|
2654
2809
|
end
|
|
@@ -2684,6 +2839,10 @@ module Aws::Kinesis
|
|
|
2684
2839
|
# update.
|
|
2685
2840
|
# @return [String]
|
|
2686
2841
|
#
|
|
2842
|
+
# @!attribute [rw] stream_id
|
|
2843
|
+
# Not Implemented. Reserved for future use.
|
|
2844
|
+
# @return [String]
|
|
2845
|
+
#
|
|
2687
2846
|
# @!attribute [rw] max_record_size_in_ki_b
|
|
2688
2847
|
# The maximum record size of a single record in KiB that you can write
|
|
2689
2848
|
# to, and read from a stream. Specify a value between 1024 and 10240
|
|
@@ -2695,6 +2854,7 @@ module Aws::Kinesis
|
|
|
2695
2854
|
#
|
|
2696
2855
|
class UpdateMaxRecordSizeInput < Struct.new(
|
|
2697
2856
|
:stream_arn,
|
|
2857
|
+
:stream_id,
|
|
2698
2858
|
:max_record_size_in_ki_b)
|
|
2699
2859
|
SENSITIVE = []
|
|
2700
2860
|
include Aws::Structure
|
|
@@ -2729,13 +2889,18 @@ module Aws::Kinesis
|
|
|
2729
2889
|
# The ARN of the stream.
|
|
2730
2890
|
# @return [String]
|
|
2731
2891
|
#
|
|
2892
|
+
# @!attribute [rw] stream_id
|
|
2893
|
+
# Not Implemented. Reserved for future use.
|
|
2894
|
+
# @return [String]
|
|
2895
|
+
#
|
|
2732
2896
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesis-2013-12-02/UpdateShardCountInput AWS API Documentation
|
|
2733
2897
|
#
|
|
2734
2898
|
class UpdateShardCountInput < Struct.new(
|
|
2735
2899
|
:stream_name,
|
|
2736
2900
|
:target_shard_count,
|
|
2737
2901
|
:scaling_type,
|
|
2738
|
-
:stream_arn
|
|
2902
|
+
:stream_arn,
|
|
2903
|
+
:stream_id)
|
|
2739
2904
|
SENSITIVE = []
|
|
2740
2905
|
include Aws::Structure
|
|
2741
2906
|
end
|
|
@@ -2772,6 +2937,10 @@ module Aws::Kinesis
|
|
|
2772
2937
|
# update.
|
|
2773
2938
|
# @return [String]
|
|
2774
2939
|
#
|
|
2940
|
+
# @!attribute [rw] stream_id
|
|
2941
|
+
# Not Implemented. Reserved for future use.
|
|
2942
|
+
# @return [String]
|
|
2943
|
+
#
|
|
2775
2944
|
# @!attribute [rw] stream_mode_details
|
|
2776
2945
|
# Specifies the capacity mode to which you want to set your data
|
|
2777
2946
|
# stream. Currently, in Kinesis Data Streams, you can choose between
|
|
@@ -2790,6 +2959,7 @@ module Aws::Kinesis
|
|
|
2790
2959
|
#
|
|
2791
2960
|
class UpdateStreamModeInput < Struct.new(
|
|
2792
2961
|
:stream_arn,
|
|
2962
|
+
:stream_id,
|
|
2793
2963
|
:stream_mode_details,
|
|
2794
2964
|
:warm_throughput_mi_bps)
|
|
2795
2965
|
SENSITIVE = []
|
|
@@ -2804,6 +2974,10 @@ module Aws::Kinesis
|
|
|
2804
2974
|
# The name of the stream to be updated.
|
|
2805
2975
|
# @return [String]
|
|
2806
2976
|
#
|
|
2977
|
+
# @!attribute [rw] stream_id
|
|
2978
|
+
# Not Implemented. Reserved for future use.
|
|
2979
|
+
# @return [String]
|
|
2980
|
+
#
|
|
2807
2981
|
# @!attribute [rw] warm_throughput_mi_bps
|
|
2808
2982
|
# The target warm throughput in MB/s that the stream should be scaled
|
|
2809
2983
|
# to handle. This represents the throughput capacity that will be
|
|
@@ -2815,6 +2989,7 @@ module Aws::Kinesis
|
|
|
2815
2989
|
class UpdateStreamWarmThroughputInput < Struct.new(
|
|
2816
2990
|
:stream_arn,
|
|
2817
2991
|
:stream_name,
|
|
2992
|
+
:stream_id,
|
|
2818
2993
|
:warm_throughput_mi_bps)
|
|
2819
2994
|
SENSITIVE = []
|
|
2820
2995
|
include Aws::Structure
|
data/lib/aws-sdk-kinesis.rb
CHANGED
data/sig/async_client.rbs
CHANGED
|
@@ -75,6 +75,7 @@ module Aws
|
|
|
75
75
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Kinesis/AsyncClient.html#subscribe_to_shard-instance_method
|
|
76
76
|
def subscribe_to_shard: (
|
|
77
77
|
consumer_arn: ::String,
|
|
78
|
+
?stream_id: ::String,
|
|
78
79
|
shard_id: ::String,
|
|
79
80
|
starting_position: {
|
|
80
81
|
type: ("AT_SEQUENCE_NUMBER" | "AFTER_SEQUENCE_NUMBER" | "TRIM_HORIZON" | "LATEST" | "AT_TIMESTAMP"),
|