types-boto3-kinesis 1.36.0__py3-none-any.whl

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.
@@ -0,0 +1,532 @@
1
+ """
2
+ Type annotations for kinesis service literal definitions.
3
+
4
+ [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/literals/)
5
+
6
+ Usage::
7
+
8
+ ```python
9
+ from types_boto3_kinesis.literals import ConsumerStatusType
10
+
11
+ data: ConsumerStatusType = "ACTIVE"
12
+ ```
13
+
14
+ Copyright 2025 Vlad Emelianov
15
+ """
16
+
17
+ import sys
18
+
19
+ if sys.version_info >= (3, 12):
20
+ from typing import Literal
21
+ else:
22
+ from typing_extensions import Literal
23
+
24
+ __all__ = (
25
+ "ConsumerStatusType",
26
+ "DescribeStreamPaginatorName",
27
+ "EncryptionTypeType",
28
+ "KinesisServiceName",
29
+ "ListShardsPaginatorName",
30
+ "ListStreamConsumersPaginatorName",
31
+ "ListStreamsPaginatorName",
32
+ "MetricsNameType",
33
+ "PaginatorName",
34
+ "RegionName",
35
+ "ResourceServiceName",
36
+ "ScalingTypeType",
37
+ "ServiceName",
38
+ "ShardFilterTypeType",
39
+ "ShardIteratorTypeType",
40
+ "StreamExistsWaiterName",
41
+ "StreamModeType",
42
+ "StreamNotExistsWaiterName",
43
+ "StreamStatusType",
44
+ "WaiterName",
45
+ )
46
+
47
+ ConsumerStatusType = Literal["ACTIVE", "CREATING", "DELETING"]
48
+ DescribeStreamPaginatorName = Literal["describe_stream"]
49
+ EncryptionTypeType = Literal["KMS", "NONE"]
50
+ ListShardsPaginatorName = Literal["list_shards"]
51
+ ListStreamConsumersPaginatorName = Literal["list_stream_consumers"]
52
+ ListStreamsPaginatorName = Literal["list_streams"]
53
+ MetricsNameType = Literal[
54
+ "ALL",
55
+ "IncomingBytes",
56
+ "IncomingRecords",
57
+ "IteratorAgeMilliseconds",
58
+ "OutgoingBytes",
59
+ "OutgoingRecords",
60
+ "ReadProvisionedThroughputExceeded",
61
+ "WriteProvisionedThroughputExceeded",
62
+ ]
63
+ ScalingTypeType = Literal["UNIFORM_SCALING"]
64
+ ShardFilterTypeType = Literal[
65
+ "AFTER_SHARD_ID",
66
+ "AT_LATEST",
67
+ "AT_TIMESTAMP",
68
+ "AT_TRIM_HORIZON",
69
+ "FROM_TIMESTAMP",
70
+ "FROM_TRIM_HORIZON",
71
+ ]
72
+ ShardIteratorTypeType = Literal[
73
+ "AFTER_SEQUENCE_NUMBER", "AT_SEQUENCE_NUMBER", "AT_TIMESTAMP", "LATEST", "TRIM_HORIZON"
74
+ ]
75
+ StreamExistsWaiterName = Literal["stream_exists"]
76
+ StreamModeType = Literal["ON_DEMAND", "PROVISIONED"]
77
+ StreamNotExistsWaiterName = Literal["stream_not_exists"]
78
+ StreamStatusType = Literal["ACTIVE", "CREATING", "DELETING", "UPDATING"]
79
+ KinesisServiceName = Literal["kinesis"]
80
+ ServiceName = Literal[
81
+ "accessanalyzer",
82
+ "account",
83
+ "acm",
84
+ "acm-pca",
85
+ "amp",
86
+ "amplify",
87
+ "amplifybackend",
88
+ "amplifyuibuilder",
89
+ "apigateway",
90
+ "apigatewaymanagementapi",
91
+ "apigatewayv2",
92
+ "appconfig",
93
+ "appconfigdata",
94
+ "appfabric",
95
+ "appflow",
96
+ "appintegrations",
97
+ "application-autoscaling",
98
+ "application-insights",
99
+ "application-signals",
100
+ "applicationcostprofiler",
101
+ "appmesh",
102
+ "apprunner",
103
+ "appstream",
104
+ "appsync",
105
+ "apptest",
106
+ "arc-zonal-shift",
107
+ "artifact",
108
+ "athena",
109
+ "auditmanager",
110
+ "autoscaling",
111
+ "autoscaling-plans",
112
+ "b2bi",
113
+ "backup",
114
+ "backup-gateway",
115
+ "backupsearch",
116
+ "batch",
117
+ "bcm-data-exports",
118
+ "bcm-pricing-calculator",
119
+ "bedrock",
120
+ "bedrock-agent",
121
+ "bedrock-agent-runtime",
122
+ "bedrock-data-automation",
123
+ "bedrock-data-automation-runtime",
124
+ "bedrock-runtime",
125
+ "billing",
126
+ "billingconductor",
127
+ "braket",
128
+ "budgets",
129
+ "ce",
130
+ "chatbot",
131
+ "chime",
132
+ "chime-sdk-identity",
133
+ "chime-sdk-media-pipelines",
134
+ "chime-sdk-meetings",
135
+ "chime-sdk-messaging",
136
+ "chime-sdk-voice",
137
+ "cleanrooms",
138
+ "cleanroomsml",
139
+ "cloud9",
140
+ "cloudcontrol",
141
+ "clouddirectory",
142
+ "cloudformation",
143
+ "cloudfront",
144
+ "cloudfront-keyvaluestore",
145
+ "cloudhsm",
146
+ "cloudhsmv2",
147
+ "cloudsearch",
148
+ "cloudsearchdomain",
149
+ "cloudtrail",
150
+ "cloudtrail-data",
151
+ "cloudwatch",
152
+ "codeartifact",
153
+ "codebuild",
154
+ "codecatalyst",
155
+ "codecommit",
156
+ "codeconnections",
157
+ "codedeploy",
158
+ "codeguru-reviewer",
159
+ "codeguru-security",
160
+ "codeguruprofiler",
161
+ "codepipeline",
162
+ "codestar-connections",
163
+ "codestar-notifications",
164
+ "cognito-identity",
165
+ "cognito-idp",
166
+ "cognito-sync",
167
+ "comprehend",
168
+ "comprehendmedical",
169
+ "compute-optimizer",
170
+ "config",
171
+ "connect",
172
+ "connect-contact-lens",
173
+ "connectcampaigns",
174
+ "connectcampaignsv2",
175
+ "connectcases",
176
+ "connectparticipant",
177
+ "controlcatalog",
178
+ "controltower",
179
+ "cost-optimization-hub",
180
+ "cur",
181
+ "customer-profiles",
182
+ "databrew",
183
+ "dataexchange",
184
+ "datapipeline",
185
+ "datasync",
186
+ "datazone",
187
+ "dax",
188
+ "deadline",
189
+ "detective",
190
+ "devicefarm",
191
+ "devops-guru",
192
+ "directconnect",
193
+ "discovery",
194
+ "dlm",
195
+ "dms",
196
+ "docdb",
197
+ "docdb-elastic",
198
+ "drs",
199
+ "ds",
200
+ "ds-data",
201
+ "dsql",
202
+ "dynamodb",
203
+ "dynamodbstreams",
204
+ "ebs",
205
+ "ec2",
206
+ "ec2-instance-connect",
207
+ "ecr",
208
+ "ecr-public",
209
+ "ecs",
210
+ "efs",
211
+ "eks",
212
+ "eks-auth",
213
+ "elastic-inference",
214
+ "elasticache",
215
+ "elasticbeanstalk",
216
+ "elastictranscoder",
217
+ "elb",
218
+ "elbv2",
219
+ "emr",
220
+ "emr-containers",
221
+ "emr-serverless",
222
+ "entityresolution",
223
+ "es",
224
+ "events",
225
+ "evidently",
226
+ "finspace",
227
+ "finspace-data",
228
+ "firehose",
229
+ "fis",
230
+ "fms",
231
+ "forecast",
232
+ "forecastquery",
233
+ "frauddetector",
234
+ "freetier",
235
+ "fsx",
236
+ "gamelift",
237
+ "geo-maps",
238
+ "geo-places",
239
+ "geo-routes",
240
+ "glacier",
241
+ "globalaccelerator",
242
+ "glue",
243
+ "grafana",
244
+ "greengrass",
245
+ "greengrassv2",
246
+ "groundstation",
247
+ "guardduty",
248
+ "health",
249
+ "healthlake",
250
+ "iam",
251
+ "identitystore",
252
+ "imagebuilder",
253
+ "importexport",
254
+ "inspector",
255
+ "inspector-scan",
256
+ "inspector2",
257
+ "internetmonitor",
258
+ "invoicing",
259
+ "iot",
260
+ "iot-data",
261
+ "iot-jobs-data",
262
+ "iotanalytics",
263
+ "iotdeviceadvisor",
264
+ "iotevents",
265
+ "iotevents-data",
266
+ "iotfleethub",
267
+ "iotfleetwise",
268
+ "iotsecuretunneling",
269
+ "iotsitewise",
270
+ "iotthingsgraph",
271
+ "iottwinmaker",
272
+ "iotwireless",
273
+ "ivs",
274
+ "ivs-realtime",
275
+ "ivschat",
276
+ "kafka",
277
+ "kafkaconnect",
278
+ "kendra",
279
+ "kendra-ranking",
280
+ "keyspaces",
281
+ "kinesis",
282
+ "kinesis-video-archived-media",
283
+ "kinesis-video-media",
284
+ "kinesis-video-signaling",
285
+ "kinesis-video-webrtc-storage",
286
+ "kinesisanalytics",
287
+ "kinesisanalyticsv2",
288
+ "kinesisvideo",
289
+ "kms",
290
+ "lakeformation",
291
+ "lambda",
292
+ "launch-wizard",
293
+ "lex-models",
294
+ "lex-runtime",
295
+ "lexv2-models",
296
+ "lexv2-runtime",
297
+ "license-manager",
298
+ "license-manager-linux-subscriptions",
299
+ "license-manager-user-subscriptions",
300
+ "lightsail",
301
+ "location",
302
+ "logs",
303
+ "lookoutequipment",
304
+ "lookoutmetrics",
305
+ "lookoutvision",
306
+ "m2",
307
+ "machinelearning",
308
+ "macie2",
309
+ "mailmanager",
310
+ "managedblockchain",
311
+ "managedblockchain-query",
312
+ "marketplace-agreement",
313
+ "marketplace-catalog",
314
+ "marketplace-deployment",
315
+ "marketplace-entitlement",
316
+ "marketplace-reporting",
317
+ "marketplacecommerceanalytics",
318
+ "mediaconnect",
319
+ "mediaconvert",
320
+ "medialive",
321
+ "mediapackage",
322
+ "mediapackage-vod",
323
+ "mediapackagev2",
324
+ "mediastore",
325
+ "mediastore-data",
326
+ "mediatailor",
327
+ "medical-imaging",
328
+ "memorydb",
329
+ "meteringmarketplace",
330
+ "mgh",
331
+ "mgn",
332
+ "migration-hub-refactor-spaces",
333
+ "migrationhub-config",
334
+ "migrationhuborchestrator",
335
+ "migrationhubstrategy",
336
+ "mq",
337
+ "mturk",
338
+ "mwaa",
339
+ "neptune",
340
+ "neptune-graph",
341
+ "neptunedata",
342
+ "network-firewall",
343
+ "networkflowmonitor",
344
+ "networkmanager",
345
+ "networkmonitor",
346
+ "notifications",
347
+ "notificationscontacts",
348
+ "oam",
349
+ "observabilityadmin",
350
+ "omics",
351
+ "opensearch",
352
+ "opensearchserverless",
353
+ "opsworks",
354
+ "opsworkscm",
355
+ "organizations",
356
+ "osis",
357
+ "outposts",
358
+ "panorama",
359
+ "partnercentral-selling",
360
+ "payment-cryptography",
361
+ "payment-cryptography-data",
362
+ "pca-connector-ad",
363
+ "pca-connector-scep",
364
+ "pcs",
365
+ "personalize",
366
+ "personalize-events",
367
+ "personalize-runtime",
368
+ "pi",
369
+ "pinpoint",
370
+ "pinpoint-email",
371
+ "pinpoint-sms-voice",
372
+ "pinpoint-sms-voice-v2",
373
+ "pipes",
374
+ "polly",
375
+ "pricing",
376
+ "privatenetworks",
377
+ "proton",
378
+ "qapps",
379
+ "qbusiness",
380
+ "qconnect",
381
+ "qldb",
382
+ "qldb-session",
383
+ "quicksight",
384
+ "ram",
385
+ "rbin",
386
+ "rds",
387
+ "rds-data",
388
+ "redshift",
389
+ "redshift-data",
390
+ "redshift-serverless",
391
+ "rekognition",
392
+ "repostspace",
393
+ "resiliencehub",
394
+ "resource-explorer-2",
395
+ "resource-groups",
396
+ "resourcegroupstaggingapi",
397
+ "robomaker",
398
+ "rolesanywhere",
399
+ "route53",
400
+ "route53-recovery-cluster",
401
+ "route53-recovery-control-config",
402
+ "route53-recovery-readiness",
403
+ "route53domains",
404
+ "route53profiles",
405
+ "route53resolver",
406
+ "rum",
407
+ "s3",
408
+ "s3control",
409
+ "s3outposts",
410
+ "s3tables",
411
+ "sagemaker",
412
+ "sagemaker-a2i-runtime",
413
+ "sagemaker-edge",
414
+ "sagemaker-featurestore-runtime",
415
+ "sagemaker-geospatial",
416
+ "sagemaker-metrics",
417
+ "sagemaker-runtime",
418
+ "savingsplans",
419
+ "scheduler",
420
+ "schemas",
421
+ "sdb",
422
+ "secretsmanager",
423
+ "security-ir",
424
+ "securityhub",
425
+ "securitylake",
426
+ "serverlessrepo",
427
+ "service-quotas",
428
+ "servicecatalog",
429
+ "servicecatalog-appregistry",
430
+ "servicediscovery",
431
+ "ses",
432
+ "sesv2",
433
+ "shield",
434
+ "signer",
435
+ "simspaceweaver",
436
+ "sms",
437
+ "sms-voice",
438
+ "snow-device-management",
439
+ "snowball",
440
+ "sns",
441
+ "socialmessaging",
442
+ "sqs",
443
+ "ssm",
444
+ "ssm-contacts",
445
+ "ssm-incidents",
446
+ "ssm-quicksetup",
447
+ "ssm-sap",
448
+ "sso",
449
+ "sso-admin",
450
+ "sso-oidc",
451
+ "stepfunctions",
452
+ "storagegateway",
453
+ "sts",
454
+ "supplychain",
455
+ "support",
456
+ "support-app",
457
+ "swf",
458
+ "synthetics",
459
+ "taxsettings",
460
+ "textract",
461
+ "timestream-influxdb",
462
+ "timestream-query",
463
+ "timestream-write",
464
+ "tnb",
465
+ "transcribe",
466
+ "transfer",
467
+ "translate",
468
+ "trustedadvisor",
469
+ "verifiedpermissions",
470
+ "voice-id",
471
+ "vpc-lattice",
472
+ "waf",
473
+ "waf-regional",
474
+ "wafv2",
475
+ "wellarchitected",
476
+ "wisdom",
477
+ "workdocs",
478
+ "workmail",
479
+ "workmailmessageflow",
480
+ "workspaces",
481
+ "workspaces-thin-client",
482
+ "workspaces-web",
483
+ "xray",
484
+ ]
485
+ ResourceServiceName = Literal[
486
+ "cloudformation",
487
+ "cloudwatch",
488
+ "dynamodb",
489
+ "ec2",
490
+ "glacier",
491
+ "iam",
492
+ "opsworks",
493
+ "s3",
494
+ "sns",
495
+ "sqs",
496
+ ]
497
+ PaginatorName = Literal["describe_stream", "list_shards", "list_stream_consumers", "list_streams"]
498
+ WaiterName = Literal["stream_exists", "stream_not_exists"]
499
+ RegionName = Literal[
500
+ "af-south-1",
501
+ "ap-east-1",
502
+ "ap-northeast-1",
503
+ "ap-northeast-2",
504
+ "ap-northeast-3",
505
+ "ap-south-1",
506
+ "ap-south-2",
507
+ "ap-southeast-1",
508
+ "ap-southeast-2",
509
+ "ap-southeast-3",
510
+ "ap-southeast-4",
511
+ "ap-southeast-5",
512
+ "ap-southeast-7",
513
+ "ca-central-1",
514
+ "ca-west-1",
515
+ "eu-central-1",
516
+ "eu-central-2",
517
+ "eu-north-1",
518
+ "eu-south-1",
519
+ "eu-south-2",
520
+ "eu-west-1",
521
+ "eu-west-2",
522
+ "eu-west-3",
523
+ "il-central-1",
524
+ "me-central-1",
525
+ "me-south-1",
526
+ "mx-central-1",
527
+ "sa-east-1",
528
+ "us-east-1",
529
+ "us-east-2",
530
+ "us-west-1",
531
+ "us-west-2",
532
+ ]
@@ -0,0 +1,144 @@
1
+ """
2
+ Type annotations for kinesis service client paginators.
3
+
4
+ [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/paginators/)
5
+
6
+ Usage::
7
+
8
+ ```python
9
+ from boto3.session import Session
10
+
11
+ from types_boto3_kinesis.client import KinesisClient
12
+ from types_boto3_kinesis.paginator import (
13
+ DescribeStreamPaginator,
14
+ ListShardsPaginator,
15
+ ListStreamConsumersPaginator,
16
+ ListStreamsPaginator,
17
+ )
18
+
19
+ session = Session()
20
+ client: KinesisClient = session.client("kinesis")
21
+
22
+ describe_stream_paginator: DescribeStreamPaginator = client.get_paginator("describe_stream")
23
+ list_shards_paginator: ListShardsPaginator = client.get_paginator("list_shards")
24
+ list_stream_consumers_paginator: ListStreamConsumersPaginator = client.get_paginator("list_stream_consumers")
25
+ list_streams_paginator: ListStreamsPaginator = client.get_paginator("list_streams")
26
+ ```
27
+
28
+ Copyright 2025 Vlad Emelianov
29
+ """
30
+
31
+ from __future__ import annotations
32
+
33
+ import sys
34
+ from typing import TYPE_CHECKING
35
+
36
+ from botocore.paginate import PageIterator, Paginator
37
+
38
+ from .type_defs import (
39
+ DescribeStreamInputPaginateTypeDef,
40
+ DescribeStreamOutputTypeDef,
41
+ ListShardsInputPaginateTypeDef,
42
+ ListShardsOutputTypeDef,
43
+ ListStreamConsumersInputPaginateTypeDef,
44
+ ListStreamConsumersOutputTypeDef,
45
+ ListStreamsInputPaginateTypeDef,
46
+ ListStreamsOutputTypeDef,
47
+ )
48
+
49
+ if sys.version_info >= (3, 12):
50
+ from typing import Unpack
51
+ else:
52
+ from typing_extensions import Unpack
53
+
54
+
55
+ __all__ = (
56
+ "DescribeStreamPaginator",
57
+ "ListShardsPaginator",
58
+ "ListStreamConsumersPaginator",
59
+ "ListStreamsPaginator",
60
+ )
61
+
62
+
63
+ if TYPE_CHECKING:
64
+ _DescribeStreamPaginatorBase = Paginator[DescribeStreamOutputTypeDef]
65
+ else:
66
+ _DescribeStreamPaginatorBase = Paginator # type: ignore[assignment]
67
+
68
+
69
+ class DescribeStreamPaginator(_DescribeStreamPaginatorBase):
70
+ """
71
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis/paginator/DescribeStream.html#Kinesis.Paginator.DescribeStream)
72
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/paginators/#describestreampaginator)
73
+ """
74
+
75
+ def paginate( # type: ignore[override]
76
+ self, **kwargs: Unpack[DescribeStreamInputPaginateTypeDef]
77
+ ) -> PageIterator[DescribeStreamOutputTypeDef]:
78
+ """
79
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis/paginator/DescribeStream.html#Kinesis.Paginator.DescribeStream.paginate)
80
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/paginators/#describestreampaginator)
81
+ """
82
+
83
+
84
+ if TYPE_CHECKING:
85
+ _ListShardsPaginatorBase = Paginator[ListShardsOutputTypeDef]
86
+ else:
87
+ _ListShardsPaginatorBase = Paginator # type: ignore[assignment]
88
+
89
+
90
+ class ListShardsPaginator(_ListShardsPaginatorBase):
91
+ """
92
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis/paginator/ListShards.html#Kinesis.Paginator.ListShards)
93
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/paginators/#listshardspaginator)
94
+ """
95
+
96
+ def paginate( # type: ignore[override]
97
+ self, **kwargs: Unpack[ListShardsInputPaginateTypeDef]
98
+ ) -> PageIterator[ListShardsOutputTypeDef]:
99
+ """
100
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis/paginator/ListShards.html#Kinesis.Paginator.ListShards.paginate)
101
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/paginators/#listshardspaginator)
102
+ """
103
+
104
+
105
+ if TYPE_CHECKING:
106
+ _ListStreamConsumersPaginatorBase = Paginator[ListStreamConsumersOutputTypeDef]
107
+ else:
108
+ _ListStreamConsumersPaginatorBase = Paginator # type: ignore[assignment]
109
+
110
+
111
+ class ListStreamConsumersPaginator(_ListStreamConsumersPaginatorBase):
112
+ """
113
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis/paginator/ListStreamConsumers.html#Kinesis.Paginator.ListStreamConsumers)
114
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/paginators/#liststreamconsumerspaginator)
115
+ """
116
+
117
+ def paginate( # type: ignore[override]
118
+ self, **kwargs: Unpack[ListStreamConsumersInputPaginateTypeDef]
119
+ ) -> PageIterator[ListStreamConsumersOutputTypeDef]:
120
+ """
121
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis/paginator/ListStreamConsumers.html#Kinesis.Paginator.ListStreamConsumers.paginate)
122
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/paginators/#liststreamconsumerspaginator)
123
+ """
124
+
125
+
126
+ if TYPE_CHECKING:
127
+ _ListStreamsPaginatorBase = Paginator[ListStreamsOutputTypeDef]
128
+ else:
129
+ _ListStreamsPaginatorBase = Paginator # type: ignore[assignment]
130
+
131
+
132
+ class ListStreamsPaginator(_ListStreamsPaginatorBase):
133
+ """
134
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis/paginator/ListStreams.html#Kinesis.Paginator.ListStreams)
135
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/paginators/#liststreamspaginator)
136
+ """
137
+
138
+ def paginate( # type: ignore[override]
139
+ self, **kwargs: Unpack[ListStreamsInputPaginateTypeDef]
140
+ ) -> PageIterator[ListStreamsOutputTypeDef]:
141
+ """
142
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis/paginator/ListStreams.html#Kinesis.Paginator.ListStreams.paginate)
143
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_kinesis/paginators/#liststreamspaginator)
144
+ """