-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpoetry.lock
885 lines (824 loc) · 55.6 KB
/
poetry.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
[[package]]
name = "appnope"
version = "0.1.2"
description = "Disable App Nap on macOS >= 10.9"
category = "dev"
optional = false
python-versions = "*"
[[package]]
name = "backcall"
version = "0.2.0"
description = "Specifications for callback functions passed in to an API"
category = "dev"
optional = false
python-versions = "*"
[[package]]
name = "boto-collator-client"
version = "0.1.1"
description = "A boto3 client wrapper that collates each paginated API call into a single result"
category = "main"
optional = false
python-versions = ">=3.6,<4.0"
[[package]]
name = "boto3"
version = "1.20.26"
description = "The AWS SDK for Python"
category = "main"
optional = false
python-versions = ">= 3.6"
[package.dependencies]
botocore = ">=1.23.26,<1.24.0"
jmespath = ">=0.7.1,<1.0.0"
s3transfer = ">=0.5.0,<0.6.0"
[package.extras]
crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
[[package]]
name = "boto3-stubs"
version = "1.25.4"
description = "Type annotations for boto3 1.25.4 generated with mypy-boto3-builder 7.11.10"
category = "main"
optional = false
python-versions = ">=3.7"
[package.dependencies]
botocore-stubs = "*"
types-s3transfer = "*"
typing-extensions = ">=4.1.0"
[package.extras]
accessanalyzer = ["mypy-boto3-accessanalyzer (>=1.25.0,<1.26.0)"]
account = ["mypy-boto3-account (>=1.25.0,<1.26.0)"]
acm = ["mypy-boto3-acm (>=1.25.0,<1.26.0)"]
acm-pca = ["mypy-boto3-acm-pca (>=1.25.0,<1.26.0)"]
alexaforbusiness = ["mypy-boto3-alexaforbusiness (>=1.25.0,<1.26.0)"]
all = ["mypy-boto3-accessanalyzer (>=1.25.0,<1.26.0)", "mypy-boto3-account (>=1.25.0,<1.26.0)", "mypy-boto3-acm (>=1.25.0,<1.26.0)", "mypy-boto3-acm-pca (>=1.25.0,<1.26.0)", "mypy-boto3-alexaforbusiness (>=1.25.0,<1.26.0)", "mypy-boto3-amp (>=1.25.0,<1.26.0)", "mypy-boto3-amplify (>=1.25.0,<1.26.0)", "mypy-boto3-amplifybackend (>=1.25.0,<1.26.0)", "mypy-boto3-amplifyuibuilder (>=1.25.0,<1.26.0)", "mypy-boto3-apigateway (>=1.25.0,<1.26.0)", "mypy-boto3-apigatewaymanagementapi (>=1.25.0,<1.26.0)", "mypy-boto3-apigatewayv2 (>=1.25.0,<1.26.0)", "mypy-boto3-appconfig (>=1.25.0,<1.26.0)", "mypy-boto3-appconfigdata (>=1.25.0,<1.26.0)", "mypy-boto3-appflow (>=1.25.0,<1.26.0)", "mypy-boto3-appintegrations (>=1.25.0,<1.26.0)", "mypy-boto3-application-autoscaling (>=1.25.0,<1.26.0)", "mypy-boto3-application-insights (>=1.25.0,<1.26.0)", "mypy-boto3-applicationcostprofiler (>=1.25.0,<1.26.0)", "mypy-boto3-appmesh (>=1.25.0,<1.26.0)", "mypy-boto3-apprunner (>=1.25.0,<1.26.0)", "mypy-boto3-appstream (>=1.25.0,<1.26.0)", "mypy-boto3-appsync (>=1.25.0,<1.26.0)", "mypy-boto3-athena (>=1.25.0,<1.26.0)", "mypy-boto3-auditmanager (>=1.25.0,<1.26.0)", "mypy-boto3-autoscaling (>=1.25.0,<1.26.0)", "mypy-boto3-autoscaling-plans (>=1.25.0,<1.26.0)", "mypy-boto3-backup (>=1.25.0,<1.26.0)", "mypy-boto3-backup-gateway (>=1.25.0,<1.26.0)", "mypy-boto3-backupstorage (>=1.25.0,<1.26.0)", "mypy-boto3-batch (>=1.25.0,<1.26.0)", "mypy-boto3-billingconductor (>=1.25.0,<1.26.0)", "mypy-boto3-braket (>=1.25.0,<1.26.0)", "mypy-boto3-budgets (>=1.25.0,<1.26.0)", "mypy-boto3-ce (>=1.25.0,<1.26.0)", "mypy-boto3-chime (>=1.25.0,<1.26.0)", "mypy-boto3-chime-sdk-identity (>=1.25.0,<1.26.0)", "mypy-boto3-chime-sdk-media-pipelines (>=1.25.0,<1.26.0)", "mypy-boto3-chime-sdk-meetings (>=1.25.0,<1.26.0)", "mypy-boto3-chime-sdk-messaging (>=1.25.0,<1.26.0)", "mypy-boto3-cloud9 (>=1.25.0,<1.26.0)", "mypy-boto3-cloudcontrol (>=1.25.0,<1.26.0)", "mypy-boto3-clouddirectory (>=1.25.0,<1.26.0)", "mypy-boto3-cloudformation (>=1.25.0,<1.26.0)", "mypy-boto3-cloudfront (>=1.25.0,<1.26.0)", "mypy-boto3-cloudhsm (>=1.25.0,<1.26.0)", "mypy-boto3-cloudhsmv2 (>=1.25.0,<1.26.0)", "mypy-boto3-cloudsearch (>=1.25.0,<1.26.0)", "mypy-boto3-cloudsearchdomain (>=1.25.0,<1.26.0)", "mypy-boto3-cloudtrail (>=1.25.0,<1.26.0)", "mypy-boto3-cloudwatch (>=1.25.0,<1.26.0)", "mypy-boto3-codeartifact (>=1.25.0,<1.26.0)", "mypy-boto3-codebuild (>=1.25.0,<1.26.0)", "mypy-boto3-codecommit (>=1.25.0,<1.26.0)", "mypy-boto3-codedeploy (>=1.25.0,<1.26.0)", "mypy-boto3-codeguru-reviewer (>=1.25.0,<1.26.0)", "mypy-boto3-codeguruprofiler (>=1.25.0,<1.26.0)", "mypy-boto3-codepipeline (>=1.25.0,<1.26.0)", "mypy-boto3-codestar (>=1.25.0,<1.26.0)", "mypy-boto3-codestar-connections (>=1.25.0,<1.26.0)", "mypy-boto3-codestar-notifications (>=1.25.0,<1.26.0)", "mypy-boto3-cognito-identity (>=1.25.0,<1.26.0)", "mypy-boto3-cognito-idp (>=1.25.0,<1.26.0)", "mypy-boto3-cognito-sync (>=1.25.0,<1.26.0)", "mypy-boto3-comprehend (>=1.25.0,<1.26.0)", "mypy-boto3-comprehendmedical (>=1.25.0,<1.26.0)", "mypy-boto3-compute-optimizer (>=1.25.0,<1.26.0)", "mypy-boto3-config (>=1.25.0,<1.26.0)", "mypy-boto3-connect (>=1.25.0,<1.26.0)", "mypy-boto3-connect-contact-lens (>=1.25.0,<1.26.0)", "mypy-boto3-connectcampaigns (>=1.25.0,<1.26.0)", "mypy-boto3-connectcases (>=1.25.0,<1.26.0)", "mypy-boto3-connectparticipant (>=1.25.0,<1.26.0)", "mypy-boto3-controltower (>=1.25.0,<1.26.0)", "mypy-boto3-cur (>=1.25.0,<1.26.0)", "mypy-boto3-customer-profiles (>=1.25.0,<1.26.0)", "mypy-boto3-databrew (>=1.25.0,<1.26.0)", "mypy-boto3-dataexchange (>=1.25.0,<1.26.0)", "mypy-boto3-datapipeline (>=1.25.0,<1.26.0)", "mypy-boto3-datasync (>=1.25.0,<1.26.0)", "mypy-boto3-dax (>=1.25.0,<1.26.0)", "mypy-boto3-detective (>=1.25.0,<1.26.0)", "mypy-boto3-devicefarm (>=1.25.0,<1.26.0)", "mypy-boto3-devops-guru (>=1.25.0,<1.26.0)", "mypy-boto3-directconnect (>=1.25.0,<1.26.0)", "mypy-boto3-discovery (>=1.25.0,<1.26.0)", "mypy-boto3-dlm (>=1.25.0,<1.26.0)", "mypy-boto3-dms (>=1.25.0,<1.26.0)", "mypy-boto3-docdb (>=1.25.0,<1.26.0)", "mypy-boto3-drs (>=1.25.0,<1.26.0)", "mypy-boto3-ds (>=1.25.0,<1.26.0)", "mypy-boto3-dynamodb (>=1.25.0,<1.26.0)", "mypy-boto3-dynamodbstreams (>=1.25.0,<1.26.0)", "mypy-boto3-ebs (>=1.25.0,<1.26.0)", "mypy-boto3-ec2 (>=1.25.0,<1.26.0)", "mypy-boto3-ec2-instance-connect (>=1.25.0,<1.26.0)", "mypy-boto3-ecr (>=1.25.0,<1.26.0)", "mypy-boto3-ecr-public (>=1.25.0,<1.26.0)", "mypy-boto3-ecs (>=1.25.0,<1.26.0)", "mypy-boto3-efs (>=1.25.0,<1.26.0)", "mypy-boto3-eks (>=1.25.0,<1.26.0)", "mypy-boto3-elastic-inference (>=1.25.0,<1.26.0)", "mypy-boto3-elasticache (>=1.25.0,<1.26.0)", "mypy-boto3-elasticbeanstalk (>=1.25.0,<1.26.0)", "mypy-boto3-elastictranscoder (>=1.25.0,<1.26.0)", "mypy-boto3-elb (>=1.25.0,<1.26.0)", "mypy-boto3-elbv2 (>=1.25.0,<1.26.0)", "mypy-boto3-emr (>=1.25.0,<1.26.0)", "mypy-boto3-emr-containers (>=1.25.0,<1.26.0)", "mypy-boto3-emr-serverless (>=1.25.0,<1.26.0)", "mypy-boto3-es (>=1.25.0,<1.26.0)", "mypy-boto3-events (>=1.25.0,<1.26.0)", "mypy-boto3-evidently (>=1.25.0,<1.26.0)", "mypy-boto3-finspace (>=1.25.0,<1.26.0)", "mypy-boto3-finspace-data (>=1.25.0,<1.26.0)", "mypy-boto3-firehose (>=1.25.0,<1.26.0)", "mypy-boto3-fis (>=1.25.0,<1.26.0)", "mypy-boto3-fms (>=1.25.0,<1.26.0)", "mypy-boto3-forecast (>=1.25.0,<1.26.0)", "mypy-boto3-forecastquery (>=1.25.0,<1.26.0)", "mypy-boto3-frauddetector (>=1.25.0,<1.26.0)", "mypy-boto3-fsx (>=1.25.0,<1.26.0)", "mypy-boto3-gamelift (>=1.25.0,<1.26.0)", "mypy-boto3-gamesparks (>=1.25.0,<1.26.0)", "mypy-boto3-glacier (>=1.25.0,<1.26.0)", "mypy-boto3-globalaccelerator (>=1.25.0,<1.26.0)", "mypy-boto3-glue (>=1.25.0,<1.26.0)", "mypy-boto3-grafana (>=1.25.0,<1.26.0)", "mypy-boto3-greengrass (>=1.25.0,<1.26.0)", "mypy-boto3-greengrassv2 (>=1.25.0,<1.26.0)", "mypy-boto3-groundstation (>=1.25.0,<1.26.0)", "mypy-boto3-guardduty (>=1.25.0,<1.26.0)", "mypy-boto3-health (>=1.25.0,<1.26.0)", "mypy-boto3-healthlake (>=1.25.0,<1.26.0)", "mypy-boto3-honeycode (>=1.25.0,<1.26.0)", "mypy-boto3-iam (>=1.25.0,<1.26.0)", "mypy-boto3-identitystore (>=1.25.0,<1.26.0)", "mypy-boto3-imagebuilder (>=1.25.0,<1.26.0)", "mypy-boto3-importexport (>=1.25.0,<1.26.0)", "mypy-boto3-inspector (>=1.25.0,<1.26.0)", "mypy-boto3-inspector2 (>=1.25.0,<1.26.0)", "mypy-boto3-iot (>=1.25.0,<1.26.0)", "mypy-boto3-iot-data (>=1.25.0,<1.26.0)", "mypy-boto3-iot-jobs-data (>=1.25.0,<1.26.0)", "mypy-boto3-iot1click-devices (>=1.25.0,<1.26.0)", "mypy-boto3-iot1click-projects (>=1.25.0,<1.26.0)", "mypy-boto3-iotanalytics (>=1.25.0,<1.26.0)", "mypy-boto3-iotdeviceadvisor (>=1.25.0,<1.26.0)", "mypy-boto3-iotevents (>=1.25.0,<1.26.0)", "mypy-boto3-iotevents-data (>=1.25.0,<1.26.0)", "mypy-boto3-iotfleethub (>=1.25.0,<1.26.0)", "mypy-boto3-iotfleetwise (>=1.25.0,<1.26.0)", "mypy-boto3-iotsecuretunneling (>=1.25.0,<1.26.0)", "mypy-boto3-iotsitewise (>=1.25.0,<1.26.0)", "mypy-boto3-iotthingsgraph (>=1.25.0,<1.26.0)", "mypy-boto3-iottwinmaker (>=1.25.0,<1.26.0)", "mypy-boto3-iotwireless (>=1.25.0,<1.26.0)", "mypy-boto3-ivs (>=1.25.0,<1.26.0)", "mypy-boto3-ivschat (>=1.25.0,<1.26.0)", "mypy-boto3-kafka (>=1.25.0,<1.26.0)", "mypy-boto3-kafkaconnect (>=1.25.0,<1.26.0)", "mypy-boto3-kendra (>=1.25.0,<1.26.0)", "mypy-boto3-keyspaces (>=1.25.0,<1.26.0)", "mypy-boto3-kinesis (>=1.25.0,<1.26.0)", "mypy-boto3-kinesis-video-archived-media (>=1.25.0,<1.26.0)", "mypy-boto3-kinesis-video-media (>=1.25.0,<1.26.0)", "mypy-boto3-kinesis-video-signaling (>=1.25.0,<1.26.0)", "mypy-boto3-kinesisanalytics (>=1.25.0,<1.26.0)", "mypy-boto3-kinesisanalyticsv2 (>=1.25.0,<1.26.0)", "mypy-boto3-kinesisvideo (>=1.25.0,<1.26.0)", "mypy-boto3-kms (>=1.25.0,<1.26.0)", "mypy-boto3-lakeformation (>=1.25.0,<1.26.0)", "mypy-boto3-lambda (>=1.25.0,<1.26.0)", "mypy-boto3-lex-models (>=1.25.0,<1.26.0)", "mypy-boto3-lex-runtime (>=1.25.0,<1.26.0)", "mypy-boto3-lexv2-models (>=1.25.0,<1.26.0)", "mypy-boto3-lexv2-runtime (>=1.25.0,<1.26.0)", "mypy-boto3-license-manager (>=1.25.0,<1.26.0)", "mypy-boto3-license-manager-user-subscriptions (>=1.25.0,<1.26.0)", "mypy-boto3-lightsail (>=1.25.0,<1.26.0)", "mypy-boto3-location (>=1.25.0,<1.26.0)", "mypy-boto3-logs (>=1.25.0,<1.26.0)", "mypy-boto3-lookoutequipment (>=1.25.0,<1.26.0)", "mypy-boto3-lookoutmetrics (>=1.25.0,<1.26.0)", "mypy-boto3-lookoutvision (>=1.25.0,<1.26.0)", "mypy-boto3-m2 (>=1.25.0,<1.26.0)", "mypy-boto3-machinelearning (>=1.25.0,<1.26.0)", "mypy-boto3-macie (>=1.25.0,<1.26.0)", "mypy-boto3-macie2 (>=1.25.0,<1.26.0)", "mypy-boto3-managedblockchain (>=1.25.0,<1.26.0)", "mypy-boto3-marketplace-catalog (>=1.25.0,<1.26.0)", "mypy-boto3-marketplace-entitlement (>=1.25.0,<1.26.0)", "mypy-boto3-marketplacecommerceanalytics (>=1.25.0,<1.26.0)", "mypy-boto3-mediaconnect (>=1.25.0,<1.26.0)", "mypy-boto3-mediaconvert (>=1.25.0,<1.26.0)", "mypy-boto3-medialive (>=1.25.0,<1.26.0)", "mypy-boto3-mediapackage (>=1.25.0,<1.26.0)", "mypy-boto3-mediapackage-vod (>=1.25.0,<1.26.0)", "mypy-boto3-mediastore (>=1.25.0,<1.26.0)", "mypy-boto3-mediastore-data (>=1.25.0,<1.26.0)", "mypy-boto3-mediatailor (>=1.25.0,<1.26.0)", "mypy-boto3-memorydb (>=1.25.0,<1.26.0)", "mypy-boto3-meteringmarketplace (>=1.25.0,<1.26.0)", "mypy-boto3-mgh (>=1.25.0,<1.26.0)", "mypy-boto3-mgn (>=1.25.0,<1.26.0)", "mypy-boto3-migration-hub-refactor-spaces (>=1.25.0,<1.26.0)", "mypy-boto3-migrationhub-config (>=1.25.0,<1.26.0)", "mypy-boto3-migrationhuborchestrator (>=1.25.0,<1.26.0)", "mypy-boto3-migrationhubstrategy (>=1.25.0,<1.26.0)", "mypy-boto3-mobile (>=1.25.0,<1.26.0)", "mypy-boto3-mq (>=1.25.0,<1.26.0)", "mypy-boto3-mturk (>=1.25.0,<1.26.0)", "mypy-boto3-mwaa (>=1.25.0,<1.26.0)", "mypy-boto3-neptune (>=1.25.0,<1.26.0)", "mypy-boto3-network-firewall (>=1.25.0,<1.26.0)", "mypy-boto3-networkmanager (>=1.25.0,<1.26.0)", "mypy-boto3-nimble (>=1.25.0,<1.26.0)", "mypy-boto3-opensearch (>=1.25.0,<1.26.0)", "mypy-boto3-opsworks (>=1.25.0,<1.26.0)", "mypy-boto3-opsworkscm (>=1.25.0,<1.26.0)", "mypy-boto3-organizations (>=1.25.0,<1.26.0)", "mypy-boto3-outposts (>=1.25.0,<1.26.0)", "mypy-boto3-panorama (>=1.25.0,<1.26.0)", "mypy-boto3-personalize (>=1.25.0,<1.26.0)", "mypy-boto3-personalize-events (>=1.25.0,<1.26.0)", "mypy-boto3-personalize-runtime (>=1.25.0,<1.26.0)", "mypy-boto3-pi (>=1.25.0,<1.26.0)", "mypy-boto3-pinpoint (>=1.25.0,<1.26.0)", "mypy-boto3-pinpoint-email (>=1.25.0,<1.26.0)", "mypy-boto3-pinpoint-sms-voice (>=1.25.0,<1.26.0)", "mypy-boto3-pinpoint-sms-voice-v2 (>=1.25.0,<1.26.0)", "mypy-boto3-polly (>=1.25.0,<1.26.0)", "mypy-boto3-pricing (>=1.25.0,<1.26.0)", "mypy-boto3-privatenetworks (>=1.25.0,<1.26.0)", "mypy-boto3-proton (>=1.25.0,<1.26.0)", "mypy-boto3-qldb (>=1.25.0,<1.26.0)", "mypy-boto3-qldb-session (>=1.25.0,<1.26.0)", "mypy-boto3-quicksight (>=1.25.0,<1.26.0)", "mypy-boto3-ram (>=1.25.0,<1.26.0)", "mypy-boto3-rbin (>=1.25.0,<1.26.0)", "mypy-boto3-rds (>=1.25.0,<1.26.0)", "mypy-boto3-rds-data (>=1.25.0,<1.26.0)", "mypy-boto3-redshift (>=1.25.0,<1.26.0)", "mypy-boto3-redshift-data (>=1.25.0,<1.26.0)", "mypy-boto3-redshift-serverless (>=1.25.0,<1.26.0)", "mypy-boto3-rekognition (>=1.25.0,<1.26.0)", "mypy-boto3-resiliencehub (>=1.25.0,<1.26.0)", "mypy-boto3-resource-groups (>=1.25.0,<1.26.0)", "mypy-boto3-resourcegroupstaggingapi (>=1.25.0,<1.26.0)", "mypy-boto3-robomaker (>=1.25.0,<1.26.0)", "mypy-boto3-rolesanywhere (>=1.25.0,<1.26.0)", "mypy-boto3-route53 (>=1.25.0,<1.26.0)", "mypy-boto3-route53-recovery-cluster (>=1.25.0,<1.26.0)", "mypy-boto3-route53-recovery-control-config (>=1.25.0,<1.26.0)", "mypy-boto3-route53-recovery-readiness (>=1.25.0,<1.26.0)", "mypy-boto3-route53domains (>=1.25.0,<1.26.0)", "mypy-boto3-route53resolver (>=1.25.0,<1.26.0)", "mypy-boto3-rum (>=1.25.0,<1.26.0)", "mypy-boto3-s3 (>=1.25.0,<1.26.0)", "mypy-boto3-s3control (>=1.25.0,<1.26.0)", "mypy-boto3-s3outposts (>=1.25.0,<1.26.0)", "mypy-boto3-sagemaker (>=1.25.0,<1.26.0)", "mypy-boto3-sagemaker-a2i-runtime (>=1.25.0,<1.26.0)", "mypy-boto3-sagemaker-edge (>=1.25.0,<1.26.0)", "mypy-boto3-sagemaker-featurestore-runtime (>=1.25.0,<1.26.0)", "mypy-boto3-sagemaker-runtime (>=1.25.0,<1.26.0)", "mypy-boto3-savingsplans (>=1.25.0,<1.26.0)", "mypy-boto3-schemas (>=1.25.0,<1.26.0)", "mypy-boto3-sdb (>=1.25.0,<1.26.0)", "mypy-boto3-secretsmanager (>=1.25.0,<1.26.0)", "mypy-boto3-securityhub (>=1.25.0,<1.26.0)", "mypy-boto3-serverlessrepo (>=1.25.0,<1.26.0)", "mypy-boto3-service-quotas (>=1.25.0,<1.26.0)", "mypy-boto3-servicecatalog (>=1.25.0,<1.26.0)", "mypy-boto3-servicecatalog-appregistry (>=1.25.0,<1.26.0)", "mypy-boto3-servicediscovery (>=1.25.0,<1.26.0)", "mypy-boto3-ses (>=1.25.0,<1.26.0)", "mypy-boto3-sesv2 (>=1.25.0,<1.26.0)", "mypy-boto3-shield (>=1.25.0,<1.26.0)", "mypy-boto3-signer (>=1.25.0,<1.26.0)", "mypy-boto3-sms (>=1.25.0,<1.26.0)", "mypy-boto3-sms-voice (>=1.25.0,<1.26.0)", "mypy-boto3-snow-device-management (>=1.25.0,<1.26.0)", "mypy-boto3-snowball (>=1.25.0,<1.26.0)", "mypy-boto3-sns (>=1.25.0,<1.26.0)", "mypy-boto3-sqs (>=1.25.0,<1.26.0)", "mypy-boto3-ssm (>=1.25.0,<1.26.0)", "mypy-boto3-ssm-contacts (>=1.25.0,<1.26.0)", "mypy-boto3-ssm-incidents (>=1.25.0,<1.26.0)", "mypy-boto3-sso (>=1.25.0,<1.26.0)", "mypy-boto3-sso-admin (>=1.25.0,<1.26.0)", "mypy-boto3-sso-oidc (>=1.25.0,<1.26.0)", "mypy-boto3-stepfunctions (>=1.25.0,<1.26.0)", "mypy-boto3-storagegateway (>=1.25.0,<1.26.0)", "mypy-boto3-sts (>=1.25.0,<1.26.0)", "mypy-boto3-support (>=1.25.0,<1.26.0)", "mypy-boto3-support-app (>=1.25.0,<1.26.0)", "mypy-boto3-swf (>=1.25.0,<1.26.0)", "mypy-boto3-synthetics (>=1.25.0,<1.26.0)", "mypy-boto3-textract (>=1.25.0,<1.26.0)", "mypy-boto3-timestream-query (>=1.25.0,<1.26.0)", "mypy-boto3-timestream-write (>=1.25.0,<1.26.0)", "mypy-boto3-transcribe (>=1.25.0,<1.26.0)", "mypy-boto3-transfer (>=1.25.0,<1.26.0)", "mypy-boto3-translate (>=1.25.0,<1.26.0)", "mypy-boto3-voice-id (>=1.25.0,<1.26.0)", "mypy-boto3-waf (>=1.25.0,<1.26.0)", "mypy-boto3-waf-regional (>=1.25.0,<1.26.0)", "mypy-boto3-wafv2 (>=1.25.0,<1.26.0)", "mypy-boto3-wellarchitected (>=1.25.0,<1.26.0)", "mypy-boto3-wisdom (>=1.25.0,<1.26.0)", "mypy-boto3-workdocs (>=1.25.0,<1.26.0)", "mypy-boto3-worklink (>=1.25.0,<1.26.0)", "mypy-boto3-workmail (>=1.25.0,<1.26.0)", "mypy-boto3-workmailmessageflow (>=1.25.0,<1.26.0)", "mypy-boto3-workspaces (>=1.25.0,<1.26.0)", "mypy-boto3-workspaces-web (>=1.25.0,<1.26.0)", "mypy-boto3-xray (>=1.25.0,<1.26.0)"]
amp = ["mypy-boto3-amp (>=1.25.0,<1.26.0)"]
amplify = ["mypy-boto3-amplify (>=1.25.0,<1.26.0)"]
amplifybackend = ["mypy-boto3-amplifybackend (>=1.25.0,<1.26.0)"]
amplifyuibuilder = ["mypy-boto3-amplifyuibuilder (>=1.25.0,<1.26.0)"]
apigateway = ["mypy-boto3-apigateway (>=1.25.0,<1.26.0)"]
apigatewaymanagementapi = ["mypy-boto3-apigatewaymanagementapi (>=1.25.0,<1.26.0)"]
apigatewayv2 = ["mypy-boto3-apigatewayv2 (>=1.25.0,<1.26.0)"]
appconfig = ["mypy-boto3-appconfig (>=1.25.0,<1.26.0)"]
appconfigdata = ["mypy-boto3-appconfigdata (>=1.25.0,<1.26.0)"]
appflow = ["mypy-boto3-appflow (>=1.25.0,<1.26.0)"]
appintegrations = ["mypy-boto3-appintegrations (>=1.25.0,<1.26.0)"]
application-autoscaling = ["mypy-boto3-application-autoscaling (>=1.25.0,<1.26.0)"]
application-insights = ["mypy-boto3-application-insights (>=1.25.0,<1.26.0)"]
applicationcostprofiler = ["mypy-boto3-applicationcostprofiler (>=1.25.0,<1.26.0)"]
appmesh = ["mypy-boto3-appmesh (>=1.25.0,<1.26.0)"]
apprunner = ["mypy-boto3-apprunner (>=1.25.0,<1.26.0)"]
appstream = ["mypy-boto3-appstream (>=1.25.0,<1.26.0)"]
appsync = ["mypy-boto3-appsync (>=1.25.0,<1.26.0)"]
athena = ["mypy-boto3-athena (>=1.25.0,<1.26.0)"]
auditmanager = ["mypy-boto3-auditmanager (>=1.25.0,<1.26.0)"]
autoscaling = ["mypy-boto3-autoscaling (>=1.25.0,<1.26.0)"]
autoscaling-plans = ["mypy-boto3-autoscaling-plans (>=1.25.0,<1.26.0)"]
backup = ["mypy-boto3-backup (>=1.25.0,<1.26.0)"]
backup-gateway = ["mypy-boto3-backup-gateway (>=1.25.0,<1.26.0)"]
backupstorage = ["mypy-boto3-backupstorage (>=1.25.0,<1.26.0)"]
batch = ["mypy-boto3-batch (>=1.25.0,<1.26.0)"]
billingconductor = ["mypy-boto3-billingconductor (>=1.25.0,<1.26.0)"]
braket = ["mypy-boto3-braket (>=1.25.0,<1.26.0)"]
budgets = ["mypy-boto3-budgets (>=1.25.0,<1.26.0)"]
ce = ["mypy-boto3-ce (>=1.25.0,<1.26.0)"]
chime = ["mypy-boto3-chime (>=1.25.0,<1.26.0)"]
chime-sdk-identity = ["mypy-boto3-chime-sdk-identity (>=1.25.0,<1.26.0)"]
chime-sdk-media-pipelines = ["mypy-boto3-chime-sdk-media-pipelines (>=1.25.0,<1.26.0)"]
chime-sdk-meetings = ["mypy-boto3-chime-sdk-meetings (>=1.25.0,<1.26.0)"]
chime-sdk-messaging = ["mypy-boto3-chime-sdk-messaging (>=1.25.0,<1.26.0)"]
cloud9 = ["mypy-boto3-cloud9 (>=1.25.0,<1.26.0)"]
cloudcontrol = ["mypy-boto3-cloudcontrol (>=1.25.0,<1.26.0)"]
clouddirectory = ["mypy-boto3-clouddirectory (>=1.25.0,<1.26.0)"]
cloudformation = ["mypy-boto3-cloudformation (>=1.25.0,<1.26.0)"]
cloudfront = ["mypy-boto3-cloudfront (>=1.25.0,<1.26.0)"]
cloudhsm = ["mypy-boto3-cloudhsm (>=1.25.0,<1.26.0)"]
cloudhsmv2 = ["mypy-boto3-cloudhsmv2 (>=1.25.0,<1.26.0)"]
cloudsearch = ["mypy-boto3-cloudsearch (>=1.25.0,<1.26.0)"]
cloudsearchdomain = ["mypy-boto3-cloudsearchdomain (>=1.25.0,<1.26.0)"]
cloudtrail = ["mypy-boto3-cloudtrail (>=1.25.0,<1.26.0)"]
cloudwatch = ["mypy-boto3-cloudwatch (>=1.25.0,<1.26.0)"]
codeartifact = ["mypy-boto3-codeartifact (>=1.25.0,<1.26.0)"]
codebuild = ["mypy-boto3-codebuild (>=1.25.0,<1.26.0)"]
codecommit = ["mypy-boto3-codecommit (>=1.25.0,<1.26.0)"]
codedeploy = ["mypy-boto3-codedeploy (>=1.25.0,<1.26.0)"]
codeguru-reviewer = ["mypy-boto3-codeguru-reviewer (>=1.25.0,<1.26.0)"]
codeguruprofiler = ["mypy-boto3-codeguruprofiler (>=1.25.0,<1.26.0)"]
codepipeline = ["mypy-boto3-codepipeline (>=1.25.0,<1.26.0)"]
codestar = ["mypy-boto3-codestar (>=1.25.0,<1.26.0)"]
codestar-connections = ["mypy-boto3-codestar-connections (>=1.25.0,<1.26.0)"]
codestar-notifications = ["mypy-boto3-codestar-notifications (>=1.25.0,<1.26.0)"]
cognito-identity = ["mypy-boto3-cognito-identity (>=1.25.0,<1.26.0)"]
cognito-idp = ["mypy-boto3-cognito-idp (>=1.25.0,<1.26.0)"]
cognito-sync = ["mypy-boto3-cognito-sync (>=1.25.0,<1.26.0)"]
comprehend = ["mypy-boto3-comprehend (>=1.25.0,<1.26.0)"]
comprehendmedical = ["mypy-boto3-comprehendmedical (>=1.25.0,<1.26.0)"]
compute-optimizer = ["mypy-boto3-compute-optimizer (>=1.25.0,<1.26.0)"]
config = ["mypy-boto3-config (>=1.25.0,<1.26.0)"]
connect = ["mypy-boto3-connect (>=1.25.0,<1.26.0)"]
connect-contact-lens = ["mypy-boto3-connect-contact-lens (>=1.25.0,<1.26.0)"]
connectcampaigns = ["mypy-boto3-connectcampaigns (>=1.25.0,<1.26.0)"]
connectcases = ["mypy-boto3-connectcases (>=1.25.0,<1.26.0)"]
connectparticipant = ["mypy-boto3-connectparticipant (>=1.25.0,<1.26.0)"]
controltower = ["mypy-boto3-controltower (>=1.25.0,<1.26.0)"]
cur = ["mypy-boto3-cur (>=1.25.0,<1.26.0)"]
customer-profiles = ["mypy-boto3-customer-profiles (>=1.25.0,<1.26.0)"]
databrew = ["mypy-boto3-databrew (>=1.25.0,<1.26.0)"]
dataexchange = ["mypy-boto3-dataexchange (>=1.25.0,<1.26.0)"]
datapipeline = ["mypy-boto3-datapipeline (>=1.25.0,<1.26.0)"]
datasync = ["mypy-boto3-datasync (>=1.25.0,<1.26.0)"]
dax = ["mypy-boto3-dax (>=1.25.0,<1.26.0)"]
detective = ["mypy-boto3-detective (>=1.25.0,<1.26.0)"]
devicefarm = ["mypy-boto3-devicefarm (>=1.25.0,<1.26.0)"]
devops-guru = ["mypy-boto3-devops-guru (>=1.25.0,<1.26.0)"]
directconnect = ["mypy-boto3-directconnect (>=1.25.0,<1.26.0)"]
discovery = ["mypy-boto3-discovery (>=1.25.0,<1.26.0)"]
dlm = ["mypy-boto3-dlm (>=1.25.0,<1.26.0)"]
dms = ["mypy-boto3-dms (>=1.25.0,<1.26.0)"]
docdb = ["mypy-boto3-docdb (>=1.25.0,<1.26.0)"]
drs = ["mypy-boto3-drs (>=1.25.0,<1.26.0)"]
ds = ["mypy-boto3-ds (>=1.25.0,<1.26.0)"]
dynamodb = ["mypy-boto3-dynamodb (>=1.25.0,<1.26.0)"]
dynamodbstreams = ["mypy-boto3-dynamodbstreams (>=1.25.0,<1.26.0)"]
ebs = ["mypy-boto3-ebs (>=1.25.0,<1.26.0)"]
ec2 = ["mypy-boto3-ec2 (>=1.25.0,<1.26.0)"]
ec2-instance-connect = ["mypy-boto3-ec2-instance-connect (>=1.25.0,<1.26.0)"]
ecr = ["mypy-boto3-ecr (>=1.25.0,<1.26.0)"]
ecr-public = ["mypy-boto3-ecr-public (>=1.25.0,<1.26.0)"]
ecs = ["mypy-boto3-ecs (>=1.25.0,<1.26.0)"]
efs = ["mypy-boto3-efs (>=1.25.0,<1.26.0)"]
eks = ["mypy-boto3-eks (>=1.25.0,<1.26.0)"]
elastic-inference = ["mypy-boto3-elastic-inference (>=1.25.0,<1.26.0)"]
elasticache = ["mypy-boto3-elasticache (>=1.25.0,<1.26.0)"]
elasticbeanstalk = ["mypy-boto3-elasticbeanstalk (>=1.25.0,<1.26.0)"]
elastictranscoder = ["mypy-boto3-elastictranscoder (>=1.25.0,<1.26.0)"]
elb = ["mypy-boto3-elb (>=1.25.0,<1.26.0)"]
elbv2 = ["mypy-boto3-elbv2 (>=1.25.0,<1.26.0)"]
emr = ["mypy-boto3-emr (>=1.25.0,<1.26.0)"]
emr-containers = ["mypy-boto3-emr-containers (>=1.25.0,<1.26.0)"]
emr-serverless = ["mypy-boto3-emr-serverless (>=1.25.0,<1.26.0)"]
es = ["mypy-boto3-es (>=1.25.0,<1.26.0)"]
essential = ["mypy-boto3-cloudformation (>=1.25.0,<1.26.0)", "mypy-boto3-dynamodb (>=1.25.0,<1.26.0)", "mypy-boto3-ec2 (>=1.25.0,<1.26.0)", "mypy-boto3-lambda (>=1.25.0,<1.26.0)", "mypy-boto3-rds (>=1.25.0,<1.26.0)", "mypy-boto3-s3 (>=1.25.0,<1.26.0)", "mypy-boto3-sqs (>=1.25.0,<1.26.0)"]
events = ["mypy-boto3-events (>=1.25.0,<1.26.0)"]
evidently = ["mypy-boto3-evidently (>=1.25.0,<1.26.0)"]
finspace = ["mypy-boto3-finspace (>=1.25.0,<1.26.0)"]
finspace-data = ["mypy-boto3-finspace-data (>=1.25.0,<1.26.0)"]
firehose = ["mypy-boto3-firehose (>=1.25.0,<1.26.0)"]
fis = ["mypy-boto3-fis (>=1.25.0,<1.26.0)"]
fms = ["mypy-boto3-fms (>=1.25.0,<1.26.0)"]
forecast = ["mypy-boto3-forecast (>=1.25.0,<1.26.0)"]
forecastquery = ["mypy-boto3-forecastquery (>=1.25.0,<1.26.0)"]
frauddetector = ["mypy-boto3-frauddetector (>=1.25.0,<1.26.0)"]
fsx = ["mypy-boto3-fsx (>=1.25.0,<1.26.0)"]
gamelift = ["mypy-boto3-gamelift (>=1.25.0,<1.26.0)"]
gamesparks = ["mypy-boto3-gamesparks (>=1.25.0,<1.26.0)"]
glacier = ["mypy-boto3-glacier (>=1.25.0,<1.26.0)"]
globalaccelerator = ["mypy-boto3-globalaccelerator (>=1.25.0,<1.26.0)"]
glue = ["mypy-boto3-glue (>=1.25.0,<1.26.0)"]
grafana = ["mypy-boto3-grafana (>=1.25.0,<1.26.0)"]
greengrass = ["mypy-boto3-greengrass (>=1.25.0,<1.26.0)"]
greengrassv2 = ["mypy-boto3-greengrassv2 (>=1.25.0,<1.26.0)"]
groundstation = ["mypy-boto3-groundstation (>=1.25.0,<1.26.0)"]
guardduty = ["mypy-boto3-guardduty (>=1.25.0,<1.26.0)"]
health = ["mypy-boto3-health (>=1.25.0,<1.26.0)"]
healthlake = ["mypy-boto3-healthlake (>=1.25.0,<1.26.0)"]
honeycode = ["mypy-boto3-honeycode (>=1.25.0,<1.26.0)"]
iam = ["mypy-boto3-iam (>=1.25.0,<1.26.0)"]
identitystore = ["mypy-boto3-identitystore (>=1.25.0,<1.26.0)"]
imagebuilder = ["mypy-boto3-imagebuilder (>=1.25.0,<1.26.0)"]
importexport = ["mypy-boto3-importexport (>=1.25.0,<1.26.0)"]
inspector = ["mypy-boto3-inspector (>=1.25.0,<1.26.0)"]
inspector2 = ["mypy-boto3-inspector2 (>=1.25.0,<1.26.0)"]
iot = ["mypy-boto3-iot (>=1.25.0,<1.26.0)"]
iot-data = ["mypy-boto3-iot-data (>=1.25.0,<1.26.0)"]
iot-jobs-data = ["mypy-boto3-iot-jobs-data (>=1.25.0,<1.26.0)"]
iot1click-devices = ["mypy-boto3-iot1click-devices (>=1.25.0,<1.26.0)"]
iot1click-projects = ["mypy-boto3-iot1click-projects (>=1.25.0,<1.26.0)"]
iotanalytics = ["mypy-boto3-iotanalytics (>=1.25.0,<1.26.0)"]
iotdeviceadvisor = ["mypy-boto3-iotdeviceadvisor (>=1.25.0,<1.26.0)"]
iotevents = ["mypy-boto3-iotevents (>=1.25.0,<1.26.0)"]
iotevents-data = ["mypy-boto3-iotevents-data (>=1.25.0,<1.26.0)"]
iotfleethub = ["mypy-boto3-iotfleethub (>=1.25.0,<1.26.0)"]
iotfleetwise = ["mypy-boto3-iotfleetwise (>=1.25.0,<1.26.0)"]
iotsecuretunneling = ["mypy-boto3-iotsecuretunneling (>=1.25.0,<1.26.0)"]
iotsitewise = ["mypy-boto3-iotsitewise (>=1.25.0,<1.26.0)"]
iotthingsgraph = ["mypy-boto3-iotthingsgraph (>=1.25.0,<1.26.0)"]
iottwinmaker = ["mypy-boto3-iottwinmaker (>=1.25.0,<1.26.0)"]
iotwireless = ["mypy-boto3-iotwireless (>=1.25.0,<1.26.0)"]
ivs = ["mypy-boto3-ivs (>=1.25.0,<1.26.0)"]
ivschat = ["mypy-boto3-ivschat (>=1.25.0,<1.26.0)"]
kafka = ["mypy-boto3-kafka (>=1.25.0,<1.26.0)"]
kafkaconnect = ["mypy-boto3-kafkaconnect (>=1.25.0,<1.26.0)"]
kendra = ["mypy-boto3-kendra (>=1.25.0,<1.26.0)"]
keyspaces = ["mypy-boto3-keyspaces (>=1.25.0,<1.26.0)"]
kinesis = ["mypy-boto3-kinesis (>=1.25.0,<1.26.0)"]
kinesis-video-archived-media = ["mypy-boto3-kinesis-video-archived-media (>=1.25.0,<1.26.0)"]
kinesis-video-media = ["mypy-boto3-kinesis-video-media (>=1.25.0,<1.26.0)"]
kinesis-video-signaling = ["mypy-boto3-kinesis-video-signaling (>=1.25.0,<1.26.0)"]
kinesisanalytics = ["mypy-boto3-kinesisanalytics (>=1.25.0,<1.26.0)"]
kinesisanalyticsv2 = ["mypy-boto3-kinesisanalyticsv2 (>=1.25.0,<1.26.0)"]
kinesisvideo = ["mypy-boto3-kinesisvideo (>=1.25.0,<1.26.0)"]
kms = ["mypy-boto3-kms (>=1.25.0,<1.26.0)"]
lakeformation = ["mypy-boto3-lakeformation (>=1.25.0,<1.26.0)"]
lambda = ["mypy-boto3-lambda (>=1.25.0,<1.26.0)"]
lex-models = ["mypy-boto3-lex-models (>=1.25.0,<1.26.0)"]
lex-runtime = ["mypy-boto3-lex-runtime (>=1.25.0,<1.26.0)"]
lexv2-models = ["mypy-boto3-lexv2-models (>=1.25.0,<1.26.0)"]
lexv2-runtime = ["mypy-boto3-lexv2-runtime (>=1.25.0,<1.26.0)"]
license-manager = ["mypy-boto3-license-manager (>=1.25.0,<1.26.0)"]
license-manager-user-subscriptions = ["mypy-boto3-license-manager-user-subscriptions (>=1.25.0,<1.26.0)"]
lightsail = ["mypy-boto3-lightsail (>=1.25.0,<1.26.0)"]
location = ["mypy-boto3-location (>=1.25.0,<1.26.0)"]
logs = ["mypy-boto3-logs (>=1.25.0,<1.26.0)"]
lookoutequipment = ["mypy-boto3-lookoutequipment (>=1.25.0,<1.26.0)"]
lookoutmetrics = ["mypy-boto3-lookoutmetrics (>=1.25.0,<1.26.0)"]
lookoutvision = ["mypy-boto3-lookoutvision (>=1.25.0,<1.26.0)"]
m2 = ["mypy-boto3-m2 (>=1.25.0,<1.26.0)"]
machinelearning = ["mypy-boto3-machinelearning (>=1.25.0,<1.26.0)"]
macie = ["mypy-boto3-macie (>=1.25.0,<1.26.0)"]
macie2 = ["mypy-boto3-macie2 (>=1.25.0,<1.26.0)"]
managedblockchain = ["mypy-boto3-managedblockchain (>=1.25.0,<1.26.0)"]
marketplace-catalog = ["mypy-boto3-marketplace-catalog (>=1.25.0,<1.26.0)"]
marketplace-entitlement = ["mypy-boto3-marketplace-entitlement (>=1.25.0,<1.26.0)"]
marketplacecommerceanalytics = ["mypy-boto3-marketplacecommerceanalytics (>=1.25.0,<1.26.0)"]
mediaconnect = ["mypy-boto3-mediaconnect (>=1.25.0,<1.26.0)"]
mediaconvert = ["mypy-boto3-mediaconvert (>=1.25.0,<1.26.0)"]
medialive = ["mypy-boto3-medialive (>=1.25.0,<1.26.0)"]
mediapackage = ["mypy-boto3-mediapackage (>=1.25.0,<1.26.0)"]
mediapackage-vod = ["mypy-boto3-mediapackage-vod (>=1.25.0,<1.26.0)"]
mediastore = ["mypy-boto3-mediastore (>=1.25.0,<1.26.0)"]
mediastore-data = ["mypy-boto3-mediastore-data (>=1.25.0,<1.26.0)"]
mediatailor = ["mypy-boto3-mediatailor (>=1.25.0,<1.26.0)"]
memorydb = ["mypy-boto3-memorydb (>=1.25.0,<1.26.0)"]
meteringmarketplace = ["mypy-boto3-meteringmarketplace (>=1.25.0,<1.26.0)"]
mgh = ["mypy-boto3-mgh (>=1.25.0,<1.26.0)"]
mgn = ["mypy-boto3-mgn (>=1.25.0,<1.26.0)"]
migration-hub-refactor-spaces = ["mypy-boto3-migration-hub-refactor-spaces (>=1.25.0,<1.26.0)"]
migrationhub-config = ["mypy-boto3-migrationhub-config (>=1.25.0,<1.26.0)"]
migrationhuborchestrator = ["mypy-boto3-migrationhuborchestrator (>=1.25.0,<1.26.0)"]
migrationhubstrategy = ["mypy-boto3-migrationhubstrategy (>=1.25.0,<1.26.0)"]
mobile = ["mypy-boto3-mobile (>=1.25.0,<1.26.0)"]
mq = ["mypy-boto3-mq (>=1.25.0,<1.26.0)"]
mturk = ["mypy-boto3-mturk (>=1.25.0,<1.26.0)"]
mwaa = ["mypy-boto3-mwaa (>=1.25.0,<1.26.0)"]
neptune = ["mypy-boto3-neptune (>=1.25.0,<1.26.0)"]
network-firewall = ["mypy-boto3-network-firewall (>=1.25.0,<1.26.0)"]
networkmanager = ["mypy-boto3-networkmanager (>=1.25.0,<1.26.0)"]
nimble = ["mypy-boto3-nimble (>=1.25.0,<1.26.0)"]
opensearch = ["mypy-boto3-opensearch (>=1.25.0,<1.26.0)"]
opsworks = ["mypy-boto3-opsworks (>=1.25.0,<1.26.0)"]
opsworkscm = ["mypy-boto3-opsworkscm (>=1.25.0,<1.26.0)"]
organizations = ["mypy-boto3-organizations (>=1.25.0,<1.26.0)"]
outposts = ["mypy-boto3-outposts (>=1.25.0,<1.26.0)"]
panorama = ["mypy-boto3-panorama (>=1.25.0,<1.26.0)"]
personalize = ["mypy-boto3-personalize (>=1.25.0,<1.26.0)"]
personalize-events = ["mypy-boto3-personalize-events (>=1.25.0,<1.26.0)"]
personalize-runtime = ["mypy-boto3-personalize-runtime (>=1.25.0,<1.26.0)"]
pi = ["mypy-boto3-pi (>=1.25.0,<1.26.0)"]
pinpoint = ["mypy-boto3-pinpoint (>=1.25.0,<1.26.0)"]
pinpoint-email = ["mypy-boto3-pinpoint-email (>=1.25.0,<1.26.0)"]
pinpoint-sms-voice = ["mypy-boto3-pinpoint-sms-voice (>=1.25.0,<1.26.0)"]
pinpoint-sms-voice-v2 = ["mypy-boto3-pinpoint-sms-voice-v2 (>=1.25.0,<1.26.0)"]
polly = ["mypy-boto3-polly (>=1.25.0,<1.26.0)"]
pricing = ["mypy-boto3-pricing (>=1.25.0,<1.26.0)"]
privatenetworks = ["mypy-boto3-privatenetworks (>=1.25.0,<1.26.0)"]
proton = ["mypy-boto3-proton (>=1.25.0,<1.26.0)"]
qldb = ["mypy-boto3-qldb (>=1.25.0,<1.26.0)"]
qldb-session = ["mypy-boto3-qldb-session (>=1.25.0,<1.26.0)"]
quicksight = ["mypy-boto3-quicksight (>=1.25.0,<1.26.0)"]
ram = ["mypy-boto3-ram (>=1.25.0,<1.26.0)"]
rbin = ["mypy-boto3-rbin (>=1.25.0,<1.26.0)"]
rds = ["mypy-boto3-rds (>=1.25.0,<1.26.0)"]
rds-data = ["mypy-boto3-rds-data (>=1.25.0,<1.26.0)"]
redshift = ["mypy-boto3-redshift (>=1.25.0,<1.26.0)"]
redshift-data = ["mypy-boto3-redshift-data (>=1.25.0,<1.26.0)"]
redshift-serverless = ["mypy-boto3-redshift-serverless (>=1.25.0,<1.26.0)"]
rekognition = ["mypy-boto3-rekognition (>=1.25.0,<1.26.0)"]
resiliencehub = ["mypy-boto3-resiliencehub (>=1.25.0,<1.26.0)"]
resource-groups = ["mypy-boto3-resource-groups (>=1.25.0,<1.26.0)"]
resourcegroupstaggingapi = ["mypy-boto3-resourcegroupstaggingapi (>=1.25.0,<1.26.0)"]
robomaker = ["mypy-boto3-robomaker (>=1.25.0,<1.26.0)"]
rolesanywhere = ["mypy-boto3-rolesanywhere (>=1.25.0,<1.26.0)"]
route53 = ["mypy-boto3-route53 (>=1.25.0,<1.26.0)"]
route53-recovery-cluster = ["mypy-boto3-route53-recovery-cluster (>=1.25.0,<1.26.0)"]
route53-recovery-control-config = ["mypy-boto3-route53-recovery-control-config (>=1.25.0,<1.26.0)"]
route53-recovery-readiness = ["mypy-boto3-route53-recovery-readiness (>=1.25.0,<1.26.0)"]
route53domains = ["mypy-boto3-route53domains (>=1.25.0,<1.26.0)"]
route53resolver = ["mypy-boto3-route53resolver (>=1.25.0,<1.26.0)"]
rum = ["mypy-boto3-rum (>=1.25.0,<1.26.0)"]
s3 = ["mypy-boto3-s3 (>=1.25.0,<1.26.0)"]
s3control = ["mypy-boto3-s3control (>=1.25.0,<1.26.0)"]
s3outposts = ["mypy-boto3-s3outposts (>=1.25.0,<1.26.0)"]
sagemaker = ["mypy-boto3-sagemaker (>=1.25.0,<1.26.0)"]
sagemaker-a2i-runtime = ["mypy-boto3-sagemaker-a2i-runtime (>=1.25.0,<1.26.0)"]
sagemaker-edge = ["mypy-boto3-sagemaker-edge (>=1.25.0,<1.26.0)"]
sagemaker-featurestore-runtime = ["mypy-boto3-sagemaker-featurestore-runtime (>=1.25.0,<1.26.0)"]
sagemaker-runtime = ["mypy-boto3-sagemaker-runtime (>=1.25.0,<1.26.0)"]
savingsplans = ["mypy-boto3-savingsplans (>=1.25.0,<1.26.0)"]
schemas = ["mypy-boto3-schemas (>=1.25.0,<1.26.0)"]
sdb = ["mypy-boto3-sdb (>=1.25.0,<1.26.0)"]
secretsmanager = ["mypy-boto3-secretsmanager (>=1.25.0,<1.26.0)"]
securityhub = ["mypy-boto3-securityhub (>=1.25.0,<1.26.0)"]
serverlessrepo = ["mypy-boto3-serverlessrepo (>=1.25.0,<1.26.0)"]
service-quotas = ["mypy-boto3-service-quotas (>=1.25.0,<1.26.0)"]
servicecatalog = ["mypy-boto3-servicecatalog (>=1.25.0,<1.26.0)"]
servicecatalog-appregistry = ["mypy-boto3-servicecatalog-appregistry (>=1.25.0,<1.26.0)"]
servicediscovery = ["mypy-boto3-servicediscovery (>=1.25.0,<1.26.0)"]
ses = ["mypy-boto3-ses (>=1.25.0,<1.26.0)"]
sesv2 = ["mypy-boto3-sesv2 (>=1.25.0,<1.26.0)"]
shield = ["mypy-boto3-shield (>=1.25.0,<1.26.0)"]
signer = ["mypy-boto3-signer (>=1.25.0,<1.26.0)"]
sms = ["mypy-boto3-sms (>=1.25.0,<1.26.0)"]
sms-voice = ["mypy-boto3-sms-voice (>=1.25.0,<1.26.0)"]
snow-device-management = ["mypy-boto3-snow-device-management (>=1.25.0,<1.26.0)"]
snowball = ["mypy-boto3-snowball (>=1.25.0,<1.26.0)"]
sns = ["mypy-boto3-sns (>=1.25.0,<1.26.0)"]
sqs = ["mypy-boto3-sqs (>=1.25.0,<1.26.0)"]
ssm = ["mypy-boto3-ssm (>=1.25.0,<1.26.0)"]
ssm-contacts = ["mypy-boto3-ssm-contacts (>=1.25.0,<1.26.0)"]
ssm-incidents = ["mypy-boto3-ssm-incidents (>=1.25.0,<1.26.0)"]
sso = ["mypy-boto3-sso (>=1.25.0,<1.26.0)"]
sso-admin = ["mypy-boto3-sso-admin (>=1.25.0,<1.26.0)"]
sso-oidc = ["mypy-boto3-sso-oidc (>=1.25.0,<1.26.0)"]
stepfunctions = ["mypy-boto3-stepfunctions (>=1.25.0,<1.26.0)"]
storagegateway = ["mypy-boto3-storagegateway (>=1.25.0,<1.26.0)"]
sts = ["mypy-boto3-sts (>=1.25.0,<1.26.0)"]
support = ["mypy-boto3-support (>=1.25.0,<1.26.0)"]
support-app = ["mypy-boto3-support-app (>=1.25.0,<1.26.0)"]
swf = ["mypy-boto3-swf (>=1.25.0,<1.26.0)"]
synthetics = ["mypy-boto3-synthetics (>=1.25.0,<1.26.0)"]
textract = ["mypy-boto3-textract (>=1.25.0,<1.26.0)"]
timestream-query = ["mypy-boto3-timestream-query (>=1.25.0,<1.26.0)"]
timestream-write = ["mypy-boto3-timestream-write (>=1.25.0,<1.26.0)"]
transcribe = ["mypy-boto3-transcribe (>=1.25.0,<1.26.0)"]
transfer = ["mypy-boto3-transfer (>=1.25.0,<1.26.0)"]
translate = ["mypy-boto3-translate (>=1.25.0,<1.26.0)"]
voice-id = ["mypy-boto3-voice-id (>=1.25.0,<1.26.0)"]
waf = ["mypy-boto3-waf (>=1.25.0,<1.26.0)"]
waf-regional = ["mypy-boto3-waf-regional (>=1.25.0,<1.26.0)"]
wafv2 = ["mypy-boto3-wafv2 (>=1.25.0,<1.26.0)"]
wellarchitected = ["mypy-boto3-wellarchitected (>=1.25.0,<1.26.0)"]
wisdom = ["mypy-boto3-wisdom (>=1.25.0,<1.26.0)"]
workdocs = ["mypy-boto3-workdocs (>=1.25.0,<1.26.0)"]
worklink = ["mypy-boto3-worklink (>=1.25.0,<1.26.0)"]
workmail = ["mypy-boto3-workmail (>=1.25.0,<1.26.0)"]
workmailmessageflow = ["mypy-boto3-workmailmessageflow (>=1.25.0,<1.26.0)"]
workspaces = ["mypy-boto3-workspaces (>=1.25.0,<1.26.0)"]
workspaces-web = ["mypy-boto3-workspaces-web (>=1.25.0,<1.26.0)"]
xray = ["mypy-boto3-xray (>=1.25.0,<1.26.0)"]
[[package]]
name = "botocore"
version = "1.23.26"
description = "Low-level, data-driven core of boto 3."
category = "main"
optional = false
python-versions = ">= 3.6"
[package.dependencies]
jmespath = ">=0.7.1,<1.0.0"
python-dateutil = ">=2.1,<3.0.0"
urllib3 = ">=1.25.4,<1.27"
[package.extras]
crt = ["awscrt (==0.12.5)"]
[[package]]
name = "botocore-stubs"
version = "1.28.4"
description = "Type annotations and code completion for botocore"
category = "main"
optional = false
python-versions = ">=3.7,<4.0"
[package.dependencies]
types-awscrt = "*"
[[package]]
name = "colorama"
version = "0.4.4"
description = "Cross-platform colored terminal text."
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
[[package]]
name = "decorator"
version = "5.1.0"
description = "Decorators for Humans"
category = "dev"
optional = false
python-versions = ">=3.5"
[[package]]
name = "ipython"
version = "7.30.1"
description = "IPython: Productive Interactive Computing"
category = "dev"
optional = false
python-versions = ">=3.7"
[package.dependencies]
appnope = {version = "*", markers = "sys_platform == \"darwin\""}
backcall = "*"
colorama = {version = "*", markers = "sys_platform == \"win32\""}
decorator = "*"
jedi = ">=0.16"
matplotlib-inline = "*"
pexpect = {version = ">4.3", markers = "sys_platform != \"win32\""}
pickleshare = "*"
prompt-toolkit = ">=2.0.0,<3.0.0 || >3.0.0,<3.0.1 || >3.0.1,<3.1.0"
pygments = "*"
setuptools = ">=18.5"
traitlets = ">=4.2"
[package.extras]
all = ["Sphinx (>=1.3)", "ipykernel", "ipyparallel", "ipywidgets", "nbconvert", "nbformat", "nose (>=0.10.1)", "notebook", "numpy (>=1.17)", "pygments", "qtconsole", "requests", "testpath"]
doc = ["Sphinx (>=1.3)"]
kernel = ["ipykernel"]
nbconvert = ["nbconvert"]
nbformat = ["nbformat"]
notebook = ["ipywidgets", "notebook"]
parallel = ["ipyparallel"]
qtconsole = ["qtconsole"]
test = ["ipykernel", "nbformat", "nose (>=0.10.1)", "numpy (>=1.17)", "pygments", "requests", "testpath"]
[[package]]
name = "jedi"
version = "0.18.1"
description = "An autocompletion tool for Python that can be used for text editors."
category = "dev"
optional = false
python-versions = ">=3.6"
[package.dependencies]
parso = ">=0.8.0,<0.9.0"
[package.extras]
qa = ["flake8 (==3.8.3)", "mypy (==0.782)"]
testing = ["Django (<3.1)", "colorama", "docopt", "pytest (<7.0.0)"]
[[package]]
name = "jmespath"
version = "0.10.0"
description = "JSON Matching Expressions"
category = "main"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
[[package]]
name = "logdecorator"
version = "2.4"
description = "Move logging code out of your business logic with decorators"
category = "main"
optional = false
python-versions = "*"
[[package]]
name = "matplotlib-inline"
version = "0.1.3"
description = "Inline Matplotlib backend for Jupyter"
category = "dev"
optional = false
python-versions = ">=3.5"
[package.dependencies]
traitlets = "*"
[[package]]
name = "mypy"
version = "0.982"
description = "Optional static typing for Python"
category = "main"
optional = false
python-versions = ">=3.7"
[package.dependencies]
mypy-extensions = ">=0.4.3"
tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""}
typing-extensions = ">=3.10"
[package.extras]
dmypy = ["psutil (>=4.0)"]
python2 = ["typed-ast (>=1.4.0,<2)"]
reports = ["lxml"]
[[package]]
name = "mypy-boto3-cloudformation"
version = "1.25.4"
description = "Type annotations for boto3.CloudFormation 1.25.4 service generated with mypy-boto3-builder 7.11.10"
category = "main"
optional = false
python-versions = ">=3.7"
[package.dependencies]
typing-extensions = ">=4.1.0"
[[package]]
name = "mypy-extensions"
version = "0.4.3"
description = "Experimental type system extensions for programs checked with the mypy typechecker."
category = "main"
optional = false
python-versions = "*"
[[package]]
name = "parso"
version = "0.8.3"
description = "A Python Parser"
category = "dev"
optional = false
python-versions = ">=3.6"
[package.extras]
qa = ["flake8 (==3.8.3)", "mypy (==0.782)"]
testing = ["docopt", "pytest (<6.0.0)"]
[[package]]
name = "pexpect"
version = "4.8.0"
description = "Pexpect allows easy control of interactive console applications."
category = "dev"
optional = false
python-versions = "*"
[package.dependencies]
ptyprocess = ">=0.5"
[[package]]
name = "pickleshare"
version = "0.7.5"
description = "Tiny 'shelve'-like database with concurrency support"
category = "dev"
optional = false
python-versions = "*"
[[package]]
name = "prompt-toolkit"
version = "3.0.24"
description = "Library for building powerful interactive command lines in Python"
category = "dev"
optional = false
python-versions = ">=3.6.2"
[package.dependencies]
wcwidth = "*"
[[package]]
name = "ptyprocess"
version = "0.7.0"
description = "Run a subprocess in a pseudo terminal"
category = "dev"
optional = false
python-versions = "*"
[[package]]
name = "pygments"
version = "2.10.0"
description = "Pygments is a syntax highlighting package written in Python."
category = "dev"
optional = false
python-versions = ">=3.5"
[[package]]
name = "pyrate-limiter"
version = "2.6.0"
description = "Python Rate-Limiter using Leaky-Bucket Algorimth Family"
category = "main"
optional = false
python-versions = ">=3.6.2,<4.0.0"
[[package]]
name = "python-dateutil"
version = "2.8.2"
description = "Extensions to the standard Python datetime module"
category = "main"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
[package.dependencies]
six = ">=1.5"
[[package]]
name = "ratemate"
version = "0.1.0"
description = "A python rate limiter module with multi-process support and a simple, intuitive API"
category = "main"
optional = false
python-versions = ">=3.7"
[[package]]
name = "s3transfer"
version = "0.5.0"
description = "An Amazon S3 Transfer Manager"
category = "main"
optional = false
python-versions = ">= 3.6"
[package.dependencies]
botocore = ">=1.12.36,<2.0a.0"
[package.extras]
crt = ["botocore[crt] (>=1.20.29,<2.0a.0)"]
[[package]]
name = "setuptools"
version = "65.5.0"
description = "Easily download, build, install, upgrade, and uninstall Python packages"
category = "dev"
optional = false
python-versions = ">=3.7"
[package.extras]
docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"]
testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8 (<5)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "mock", "pip (>=19.1)", "pip-run (>=8.8)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"]
testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"]
[[package]]
name = "six"
version = "1.16.0"
description = "Python 2 and 3 compatibility utilities"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
[[package]]
name = "tomli"
version = "2.0.1"
description = "A lil' TOML parser"
category = "main"
optional = false
python-versions = ">=3.7"
[[package]]
name = "traitlets"
version = "5.1.1"
description = "Traitlets Python configuration system"
category = "dev"
optional = false
python-versions = ">=3.7"
[package.extras]
test = ["pytest"]
[[package]]
name = "types-awscrt"
version = "0.15.1"
description = "Type annotations and code completion for awscrt"
category = "main"
optional = false
python-versions = ">=3.7,<4.0"
[[package]]
name = "types-s3transfer"
version = "0.6.0.post4"
description = "Type annotations and code completion for s3transfer"
category = "main"
optional = false
python-versions = ">=3.7,<4.0"
[[package]]
name = "typing-extensions"
version = "4.4.0"
description = "Backported and Experimental Type Hints for Python 3.7+"
category = "main"
optional = false
python-versions = ">=3.7"
[[package]]
name = "urllib3"
version = "1.26.7"
description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
[package.extras]
brotli = ["brotlipy (>=0.6.0)"]
secure = ["certifi", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "ipaddress", "pyOpenSSL (>=0.14)"]
socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[[package]]
name = "wcwidth"
version = "0.2.5"
description = "Measures the displayed width of unicode strings in a terminal"
category = "dev"
optional = false
python-versions = "*"
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
content-hash = "eb34a7ea15969931508de921372f011503300cf54ffca33fad8d507bc6d39628"
[metadata.files]
appnope = [
{file = "appnope-0.1.2-py2.py3-none-any.whl", hash = "sha256:93aa393e9d6c54c5cd570ccadd8edad61ea0c4b9ea7a01409020c9aa019eb442"},
{file = "appnope-0.1.2.tar.gz", hash = "sha256:dd83cd4b5b460958838f6eb3000c660b1f9caf2a5b1de4264e941512f603258a"},
]
backcall = [
{file = "backcall-0.2.0-py2.py3-none-any.whl", hash = "sha256:fbbce6a29f263178a1f7915c1940bde0ec2b2a967566fe1c65c1dfb7422bd255"},
{file = "backcall-0.2.0.tar.gz", hash = "sha256:5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e"},
]
boto-collator-client = [
{file = "boto-collator-client-0.1.1.tar.gz", hash = "sha256:010b9ff460611dab8721768a5ebacc156e65737621f5a29f93ec6006f2d11579"},
{file = "boto_collator_client-0.1.1-py3-none-any.whl", hash = "sha256:ae5993abd4c458f3d15d848c79bc0204d9c8f2432939eb49928478313ead5c9d"},
]
boto3 = [
{file = "boto3-1.20.26-py3-none-any.whl", hash = "sha256:e8787a7f7c212d5b469dd8b998560c1b8e63badad5ceefb8331f4580386af044"},
{file = "boto3-1.20.26.tar.gz", hash = "sha256:9c13f5c8fadf29088fac5feab849399169b6e8438c3b9a2310abdb7e5013ab65"},
]
boto3-stubs = [
{file = "boto3-stubs-1.25.4.tar.gz", hash = "sha256:4af6d70cba63b4b74d3af4d018ece105d8b9e0dbb0373f119833ad9ac90637f6"},
{file = "boto3_stubs-1.25.4-py3-none-any.whl", hash = "sha256:2d1dd16f8bf980e7c1334c82756a108f234d140bf2b93cda679e7bde360a90fc"},
]
botocore = [
{file = "botocore-1.23.26-py3-none-any.whl", hash = "sha256:298f4d4e29504f65f73e8f78084f830af45cec49087d7d8fcf09481e243b26ec"},
{file = "botocore-1.23.26.tar.gz", hash = "sha256:0a933e3af6ecf79666beb2dfcb52a60f8ad1fee7df507f2a9202fe26fe569483"},
]
botocore-stubs = [
{file = "botocore_stubs-1.28.4-py3-none-any.whl", hash = "sha256:830b876ca9ef0a0bbe3b979f50c15d0f33e410ca3114dceaf30ceb88ffb15130"},
{file = "botocore_stubs-1.28.4.tar.gz", hash = "sha256:9720d8b27fd07868ce1718a093b02f6734e28c6b7d714ecef6fdfa6af026dbb8"},
]
colorama = [
{file = "colorama-0.4.4-py2.py3-none-any.whl", hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2"},
{file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"},
]
decorator = [
{file = "decorator-5.1.0-py3-none-any.whl", hash = "sha256:7b12e7c3c6ab203a29e157335e9122cb03de9ab7264b137594103fd4a683b374"},
{file = "decorator-5.1.0.tar.gz", hash = "sha256:e59913af105b9860aa2c8d3272d9de5a56a4e608db9a2f167a8480b323d529a7"},
]
ipython = [
{file = "ipython-7.30.1-py3-none-any.whl", hash = "sha256:fc60ef843e0863dd4e24ab2bb5698f071031332801ecf8d1aeb4fb622056545c"},
{file = "ipython-7.30.1.tar.gz", hash = "sha256:cb6aef731bf708a7727ab6cde8df87f0281b1427d41e65d62d4b68934fa54e97"},
]
jedi = [
{file = "jedi-0.18.1-py2.py3-none-any.whl", hash = "sha256:637c9635fcf47945ceb91cd7f320234a7be540ded6f3e99a50cb6febdfd1ba8d"},
{file = "jedi-0.18.1.tar.gz", hash = "sha256:74137626a64a99c8eb6ae5832d99b3bdd7d29a3850fe2aa80a4126b2a7d949ab"},
]
jmespath = [
{file = "jmespath-0.10.0-py2.py3-none-any.whl", hash = "sha256:cdf6525904cc597730141d61b36f2e4b8ecc257c420fa2f4549bac2c2d0cb72f"},
{file = "jmespath-0.10.0.tar.gz", hash = "sha256:b85d0567b8666149a93172712e68920734333c0ce7e89b78b3e987f71e5ed4f9"},
]
logdecorator = [
{file = "logdecorator-2.4-py3-none-any.whl", hash = "sha256:34bf769dafaf8b53a94484036b401b651f50fca830e03a93837a68d7180afd55"},
{file = "logdecorator-2.4.tar.gz", hash = "sha256:7735260e579c50af5f3aee4ee75dab886ae427b1960eb805d8eafe84b75c41b6"},
]
matplotlib-inline = [
{file = "matplotlib-inline-0.1.3.tar.gz", hash = "sha256:a04bfba22e0d1395479f866853ec1ee28eea1485c1d69a6faf00dc3e24ff34ee"},
{file = "matplotlib_inline-0.1.3-py3-none-any.whl", hash = "sha256:aed605ba3b72462d64d475a21a9296f400a19c4f74a31b59103d2a99ffd5aa5c"},
]
mypy = [
{file = "mypy-0.982-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:5085e6f442003fa915aeb0a46d4da58128da69325d8213b4b35cc7054090aed5"},
{file = "mypy-0.982-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:41fd1cf9bc0e1c19b9af13a6580ccb66c381a5ee2cf63ee5ebab747a4badeba3"},
{file = "mypy-0.982-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:f793e3dd95e166b66d50e7b63e69e58e88643d80a3dcc3bcd81368e0478b089c"},
{file = "mypy-0.982-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:86ebe67adf4d021b28c3f547da6aa2cce660b57f0432617af2cca932d4d378a6"},
{file = "mypy-0.982-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:175f292f649a3af7082fe36620369ffc4661a71005aa9f8297ea473df5772046"},
{file = "mypy-0.982-cp310-cp310-win_amd64.whl", hash = "sha256:8ee8c2472e96beb1045e9081de8e92f295b89ac10c4109afdf3a23ad6e644f3e"},
{file = "mypy-0.982-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:58f27ebafe726a8e5ccb58d896451dd9a662a511a3188ff6a8a6a919142ecc20"},
{file = "mypy-0.982-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d6af646bd46f10d53834a8e8983e130e47d8ab2d4b7a97363e35b24e1d588947"},
{file = "mypy-0.982-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:e7aeaa763c7ab86d5b66ff27f68493d672e44c8099af636d433a7f3fa5596d40"},
{file = "mypy-0.982-cp37-cp37m-win_amd64.whl", hash = "sha256:724d36be56444f569c20a629d1d4ee0cb0ad666078d59bb84f8f887952511ca1"},
{file = "mypy-0.982-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:14d53cdd4cf93765aa747a7399f0961a365bcddf7855d9cef6306fa41de01c24"},
{file = "mypy-0.982-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:26ae64555d480ad4b32a267d10cab7aec92ff44de35a7cd95b2b7cb8e64ebe3e"},
{file = "mypy-0.982-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:6389af3e204975d6658de4fb8ac16f58c14e1bacc6142fee86d1b5b26aa52bda"},
{file = "mypy-0.982-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7b35ce03a289480d6544aac85fa3674f493f323d80ea7226410ed065cd46f206"},
{file = "mypy-0.982-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:c6e564f035d25c99fd2b863e13049744d96bd1947e3d3d2f16f5828864506763"},
{file = "mypy-0.982-cp38-cp38-win_amd64.whl", hash = "sha256:cebca7fd333f90b61b3ef7f217ff75ce2e287482206ef4a8b18f32b49927b1a2"},
{file = "mypy-0.982-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:a705a93670c8b74769496280d2fe6cd59961506c64f329bb179970ff1d24f9f8"},
{file = "mypy-0.982-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:75838c649290d83a2b83a88288c1eb60fe7a05b36d46cbea9d22efc790002146"},
{file = "mypy-0.982-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:91781eff1f3f2607519c8b0e8518aad8498af1419e8442d5d0afb108059881fc"},
{file = "mypy-0.982-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:eaa97b9ddd1dd9901a22a879491dbb951b5dec75c3b90032e2baa7336777363b"},
{file = "mypy-0.982-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:a692a8e7d07abe5f4b2dd32d731812a0175626a90a223d4b58f10f458747dd8a"},
{file = "mypy-0.982-cp39-cp39-win_amd64.whl", hash = "sha256:eb7a068e503be3543c4bd329c994103874fa543c1727ba5288393c21d912d795"},
{file = "mypy-0.982-py3-none-any.whl", hash = "sha256:1021c241e8b6e1ca5a47e4d52601274ac078a89845cfde66c6d5f769819ffa1d"},
{file = "mypy-0.982.tar.gz", hash = "sha256:85f7a343542dc8b1ed0a888cdd34dca56462654ef23aa673907305b260b3d746"},
]
mypy-boto3-cloudformation = [
{file = "mypy-boto3-cloudformation-1.25.4.tar.gz", hash = "sha256:8495c3f63756a48a04588839ba4e08274258844ff8ec0401e412090d5b3c7cb7"},
{file = "mypy_boto3_cloudformation-1.25.4-py3-none-any.whl", hash = "sha256:dde3ed0cb78a12900e17328792d90b9b8c2ed7a0c65e9188f09d1da5607b5cc3"},
]
mypy-extensions = [
{file = "mypy_extensions-0.4.3-py2.py3-none-any.whl", hash = "sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d"},
{file = "mypy_extensions-0.4.3.tar.gz", hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"},
]
parso = [
{file = "parso-0.8.3-py2.py3-none-any.whl", hash = "sha256:c001d4636cd3aecdaf33cbb40aebb59b094be2a74c556778ef5576c175e19e75"},
{file = "parso-0.8.3.tar.gz", hash = "sha256:8c07be290bb59f03588915921e29e8a50002acaf2cdc5fa0e0114f91709fafa0"},
]
pexpect = [
{file = "pexpect-4.8.0-py2.py3-none-any.whl", hash = "sha256:0b48a55dcb3c05f3329815901ea4fc1537514d6ba867a152b581d69ae3710937"},
{file = "pexpect-4.8.0.tar.gz", hash = "sha256:fc65a43959d153d0114afe13997d439c22823a27cefceb5ff35c2178c6784c0c"},
]
pickleshare = [
{file = "pickleshare-0.7.5-py2.py3-none-any.whl", hash = "sha256:9649af414d74d4df115d5d718f82acb59c9d418196b7b4290ed47a12ce62df56"},
{file = "pickleshare-0.7.5.tar.gz", hash = "sha256:87683d47965c1da65cdacaf31c8441d12b8044cdec9aca500cd78fc2c683afca"},
]
prompt-toolkit = [
{file = "prompt_toolkit-3.0.24-py3-none-any.whl", hash = "sha256:e56f2ff799bacecd3e88165b1e2f5ebf9bcd59e80e06d395fa0cc4b8bd7bb506"},
{file = "prompt_toolkit-3.0.24.tar.gz", hash = "sha256:1bb05628c7d87b645974a1bad3f17612be0c29fa39af9f7688030163f680bad6"},
]
ptyprocess = [
{file = "ptyprocess-0.7.0-py2.py3-none-any.whl", hash = "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35"},
{file = "ptyprocess-0.7.0.tar.gz", hash = "sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220"},
]
pygments = [
{file = "Pygments-2.10.0-py3-none-any.whl", hash = "sha256:b8e67fe6af78f492b3c4b3e2970c0624cbf08beb1e493b2c99b9fa1b67a20380"},
{file = "Pygments-2.10.0.tar.gz", hash = "sha256:f398865f7eb6874156579fdf36bc840a03cab64d1cde9e93d68f46a425ec52c6"},
]
pyrate-limiter = [
{file = "pyrate-limiter-2.6.0.tar.gz", hash = "sha256:0fa186ee8ad84e8af73a264d416b3682a8dc39e0c58c3e27cf7850617269128b"},
]
python-dateutil = [
{file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"},
{file = "python_dateutil-2.8.2-py2.py3-none-any.whl", hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"},
]
ratemate = [
{file = "ratemate-0.1.0-py3-none-any.whl", hash = "sha256:5660bfced1a39682fa98103ed4103d46c237e4064256dfde2f29a9e58549d59e"},
{file = "ratemate-0.1.0.tar.gz", hash = "sha256:681e36441152f100480ec5e3223ea1a18335094a55abe36e952fa067bfd63352"},
]
s3transfer = [
{file = "s3transfer-0.5.0-py3-none-any.whl", hash = "sha256:9c1dc369814391a6bda20ebbf4b70a0f34630592c9aa520856bf384916af2803"},
{file = "s3transfer-0.5.0.tar.gz", hash = "sha256:50ed823e1dc5868ad40c8dc92072f757aa0e653a192845c94a3b676f4a62da4c"},
]
setuptools = [
{file = "setuptools-65.5.0-py3-none-any.whl", hash = "sha256:f62ea9da9ed6289bfe868cd6845968a2c854d1427f8548d52cae02a42b4f0356"},
{file = "setuptools-65.5.0.tar.gz", hash = "sha256:512e5536220e38146176efb833d4a62aa726b7bbff82cfbc8ba9eaa3996e0b17"},
]
six = [
{file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"},
{file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"},
]
tomli = [
{file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"},
{file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"},
]
traitlets = [
{file = "traitlets-5.1.1-py3-none-any.whl", hash = "sha256:2d313cc50a42cd6c277e7d7dc8d4d7fedd06a2c215f78766ae7b1a66277e0033"},
{file = "traitlets-5.1.1.tar.gz", hash = "sha256:059f456c5a7c1c82b98c2e8c799f39c9b8128f6d0d46941ee118daace9eb70c7"},
]
types-awscrt = [
{file = "types_awscrt-0.15.1-py3-none-any.whl", hash = "sha256:c9a49c024376e425c12ea72332ec4448c9bb1544fdb8f71a40e889e43f296109"},
{file = "types_awscrt-0.15.1.tar.gz", hash = "sha256:38c3d0d5c20a5516eead8860be264063a8ceb5997a7a890599174ab96915a7b4"},
]
types-s3transfer = [
{file = "types-s3transfer-0.6.0.post4.tar.gz", hash = "sha256:0c45331bfd0db210f5043efd2bc3ecd4b3482a02c28faea33edf719b6be38431"},
{file = "types_s3transfer-0.6.0.post4-py3-none-any.whl", hash = "sha256:78f9ea029fedc97e1a5d323edd149a827d4ab361d11cd92bb1b5f235ff84ba72"},
]
typing-extensions = [
{file = "typing_extensions-4.4.0-py3-none-any.whl", hash = "sha256:16fa4864408f655d35ec496218b85f79b3437c829e93320c7c9215ccfd92489e"},
{file = "typing_extensions-4.4.0.tar.gz", hash = "sha256:1511434bb92bf8dd198c12b1cc812e800d4181cfcb867674e0f8279cc93087aa"},
]
urllib3 = [
{file = "urllib3-1.26.7-py2.py3-none-any.whl", hash = "sha256:c4fdf4019605b6e5423637e01bc9fe4daef873709a7973e195ceba0a62bbc844"},
{file = "urllib3-1.26.7.tar.gz", hash = "sha256:4987c65554f7a2dbf30c18fd48778ef124af6fab771a377103da0585e2336ece"},
]
wcwidth = [
{file = "wcwidth-0.2.5-py2.py3-none-any.whl", hash = "sha256:beb4802a9cebb9144e99086eff703a642a13d6a0052920003a230f3294bbe784"},
{file = "wcwidth-0.2.5.tar.gz", hash = "sha256:c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83"},
]