cdk-lambda-subminute 2.0.278 → 2.0.280
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.
- package/.gitattributes +0 -1
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +17 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +28 -5
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +115 -56
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/groundstation-2019-05-23.min.json +26 -25
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +30 -16
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +184 -167
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +168 -58
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +877 -862
- package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.min.json +62 -27
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +53 -53
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.paginators.json +12 -24
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.waiters2.json +33 -41
- package/node_modules/aws-sdk/clients/appstream.d.ts +46 -6
- package/node_modules/aws-sdk/clients/connectcases.d.ts +5 -5
- package/node_modules/aws-sdk/clients/ec2.d.ts +68 -0
- package/node_modules/aws-sdk/clients/groundstation.d.ts +5 -0
- package/node_modules/aws-sdk/clients/iam.d.ts +4 -4
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +31 -11
- package/node_modules/aws-sdk/clients/opensearch.d.ts +47 -22
- package/node_modules/aws-sdk/clients/redshift.d.ts +143 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +36 -14
- package/node_modules/aws-sdk/clients/sns.d.ts +4 -4
- package/node_modules/aws-sdk/clients/ssmsap.d.ts +75 -4
- package/node_modules/aws-sdk/clients/transfer.d.ts +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +14 -14
- package/node_modules/aws-sdk/dist/aws-sdk.js +298 -117
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +68 -68
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -4
@@ -18630,6 +18630,65 @@
|
|
18630
18630
|
}
|
18631
18631
|
}
|
18632
18632
|
},
|
18633
|
+
"GetSecurityGroupsForVpc": {
|
18634
|
+
"input": {
|
18635
|
+
"type": "structure",
|
18636
|
+
"required": [
|
18637
|
+
"VpcId"
|
18638
|
+
],
|
18639
|
+
"members": {
|
18640
|
+
"VpcId": {},
|
18641
|
+
"NextToken": {},
|
18642
|
+
"MaxResults": {
|
18643
|
+
"type": "integer"
|
18644
|
+
},
|
18645
|
+
"Filters": {
|
18646
|
+
"shape": "Szq",
|
18647
|
+
"locationName": "Filter"
|
18648
|
+
},
|
18649
|
+
"DryRun": {
|
18650
|
+
"type": "boolean"
|
18651
|
+
}
|
18652
|
+
}
|
18653
|
+
},
|
18654
|
+
"output": {
|
18655
|
+
"type": "structure",
|
18656
|
+
"members": {
|
18657
|
+
"NextToken": {
|
18658
|
+
"locationName": "nextToken"
|
18659
|
+
},
|
18660
|
+
"SecurityGroupForVpcs": {
|
18661
|
+
"locationName": "securityGroupForVpcSet",
|
18662
|
+
"type": "list",
|
18663
|
+
"member": {
|
18664
|
+
"locationName": "item",
|
18665
|
+
"type": "structure",
|
18666
|
+
"members": {
|
18667
|
+
"Description": {
|
18668
|
+
"locationName": "description"
|
18669
|
+
},
|
18670
|
+
"GroupName": {
|
18671
|
+
"locationName": "groupName"
|
18672
|
+
},
|
18673
|
+
"OwnerId": {
|
18674
|
+
"locationName": "ownerId"
|
18675
|
+
},
|
18676
|
+
"GroupId": {
|
18677
|
+
"locationName": "groupId"
|
18678
|
+
},
|
18679
|
+
"Tags": {
|
18680
|
+
"shape": "S6",
|
18681
|
+
"locationName": "tagSet"
|
18682
|
+
},
|
18683
|
+
"PrimaryVpcId": {
|
18684
|
+
"locationName": "primaryVpcId"
|
18685
|
+
}
|
18686
|
+
}
|
18687
|
+
}
|
18688
|
+
}
|
18689
|
+
}
|
18690
|
+
}
|
18691
|
+
},
|
18633
18692
|
"GetSerialConsoleAccessStatus": {
|
18634
18693
|
"input": {
|
18635
18694
|
"type": "structure",
|
@@ -18752,11 +18811,11 @@
|
|
18752
18811
|
"type": "structure",
|
18753
18812
|
"members": {
|
18754
18813
|
"SubnetIpv4CidrReservations": {
|
18755
|
-
"shape": "
|
18814
|
+
"shape": "S20a",
|
18756
18815
|
"locationName": "subnetIpv4CidrReservationSet"
|
18757
18816
|
},
|
18758
18817
|
"SubnetIpv6CidrReservations": {
|
18759
|
-
"shape": "
|
18818
|
+
"shape": "S20a",
|
18760
18819
|
"locationName": "subnetIpv6CidrReservationSet"
|
18761
18820
|
},
|
18762
18821
|
"NextToken": {
|
@@ -19333,7 +19392,7 @@
|
|
19333
19392
|
"members": {
|
19334
19393
|
"Architecture": {},
|
19335
19394
|
"ClientData": {
|
19336
|
-
"shape": "
|
19395
|
+
"shape": "S21m"
|
19337
19396
|
},
|
19338
19397
|
"ClientToken": {},
|
19339
19398
|
"Description": {},
|
@@ -19352,7 +19411,7 @@
|
|
19352
19411
|
"shape": "S183"
|
19353
19412
|
},
|
19354
19413
|
"UserBucket": {
|
19355
|
-
"shape": "
|
19414
|
+
"shape": "S21p"
|
19356
19415
|
}
|
19357
19416
|
}
|
19358
19417
|
}
|
@@ -19462,10 +19521,10 @@
|
|
19462
19521
|
"members": {
|
19463
19522
|
"Description": {},
|
19464
19523
|
"Image": {
|
19465
|
-
"shape": "
|
19524
|
+
"shape": "S21w"
|
19466
19525
|
},
|
19467
19526
|
"Volume": {
|
19468
|
-
"shape": "
|
19527
|
+
"shape": "S21x"
|
19469
19528
|
}
|
19470
19529
|
}
|
19471
19530
|
}
|
@@ -19588,7 +19647,7 @@
|
|
19588
19647
|
"type": "structure",
|
19589
19648
|
"members": {
|
19590
19649
|
"ClientData": {
|
19591
|
-
"shape": "
|
19650
|
+
"shape": "S21m"
|
19592
19651
|
},
|
19593
19652
|
"ClientToken": {},
|
19594
19653
|
"Description": {},
|
@@ -19601,7 +19660,7 @@
|
|
19601
19660
|
"shape": "S183"
|
19602
19661
|
},
|
19603
19662
|
"UserBucket": {
|
19604
|
-
"shape": "
|
19663
|
+
"shape": "S21p"
|
19605
19664
|
}
|
19606
19665
|
}
|
19607
19666
|
},
|
@@ -19659,11 +19718,11 @@
|
|
19659
19718
|
"type": "boolean"
|
19660
19719
|
},
|
19661
19720
|
"Image": {
|
19662
|
-
"shape": "
|
19721
|
+
"shape": "S21w",
|
19663
19722
|
"locationName": "image"
|
19664
19723
|
},
|
19665
19724
|
"Volume": {
|
19666
|
-
"shape": "
|
19725
|
+
"shape": "S21x",
|
19667
19726
|
"locationName": "volume"
|
19668
19727
|
}
|
19669
19728
|
}
|
@@ -20052,25 +20111,25 @@
|
|
20052
20111
|
"Attribute": {},
|
20053
20112
|
"OperationType": {},
|
20054
20113
|
"UserIds": {
|
20055
|
-
"shape": "
|
20114
|
+
"shape": "S232",
|
20056
20115
|
"locationName": "UserId"
|
20057
20116
|
},
|
20058
20117
|
"UserGroups": {
|
20059
|
-
"shape": "
|
20118
|
+
"shape": "S233",
|
20060
20119
|
"locationName": "UserGroup"
|
20061
20120
|
},
|
20062
20121
|
"ProductCodes": {
|
20063
|
-
"shape": "
|
20122
|
+
"shape": "S234",
|
20064
20123
|
"locationName": "ProductCode"
|
20065
20124
|
},
|
20066
20125
|
"LoadPermission": {
|
20067
20126
|
"type": "structure",
|
20068
20127
|
"members": {
|
20069
20128
|
"Add": {
|
20070
|
-
"shape": "
|
20129
|
+
"shape": "S236"
|
20071
20130
|
},
|
20072
20131
|
"Remove": {
|
20073
|
-
"shape": "
|
20132
|
+
"shape": "S236"
|
20074
20133
|
}
|
20075
20134
|
}
|
20076
20135
|
},
|
@@ -20116,7 +20175,7 @@
|
|
20116
20175
|
"locationName": "successful"
|
20117
20176
|
},
|
20118
20177
|
"Unsuccessful": {
|
20119
|
-
"shape": "
|
20178
|
+
"shape": "S23b",
|
20120
20179
|
"locationName": "unsuccessful"
|
20121
20180
|
}
|
20122
20181
|
}
|
@@ -20184,15 +20243,15 @@
|
|
20184
20243
|
},
|
20185
20244
|
"OperationType": {},
|
20186
20245
|
"ProductCodes": {
|
20187
|
-
"shape": "
|
20246
|
+
"shape": "S234",
|
20188
20247
|
"locationName": "ProductCode"
|
20189
20248
|
},
|
20190
20249
|
"UserGroups": {
|
20191
|
-
"shape": "
|
20250
|
+
"shape": "S233",
|
20192
20251
|
"locationName": "UserGroup"
|
20193
20252
|
},
|
20194
20253
|
"UserIds": {
|
20195
|
-
"shape": "
|
20254
|
+
"shape": "S232",
|
20196
20255
|
"locationName": "UserId"
|
20197
20256
|
},
|
20198
20257
|
"Value": {},
|
@@ -20337,7 +20396,7 @@
|
|
20337
20396
|
"members": {
|
20338
20397
|
"InstanceId": {},
|
20339
20398
|
"CapacityReservationSpecification": {
|
20340
|
-
"shape": "
|
20399
|
+
"shape": "S23o"
|
20341
20400
|
},
|
20342
20401
|
"DryRun": {
|
20343
20402
|
"type": "boolean"
|
@@ -20597,7 +20656,7 @@
|
|
20597
20656
|
"locationName": "AddOperatingRegion"
|
20598
20657
|
},
|
20599
20658
|
"RemoveOperatingRegions": {
|
20600
|
-
"shape": "
|
20659
|
+
"shape": "S24d",
|
20601
20660
|
"locationName": "RemoveOperatingRegion"
|
20602
20661
|
}
|
20603
20662
|
}
|
@@ -20710,7 +20769,7 @@
|
|
20710
20769
|
"locationName": "AddOperatingRegion"
|
20711
20770
|
},
|
20712
20771
|
"RemoveOperatingRegions": {
|
20713
|
-
"shape": "
|
20772
|
+
"shape": "S24d",
|
20714
20773
|
"locationName": "RemoveOperatingRegion"
|
20715
20774
|
}
|
20716
20775
|
}
|
@@ -21041,7 +21100,7 @@
|
|
21041
21100
|
"OperationType": {},
|
21042
21101
|
"SnapshotId": {},
|
21043
21102
|
"UserIds": {
|
21044
|
-
"shape": "
|
21103
|
+
"shape": "S232",
|
21045
21104
|
"locationName": "UserId"
|
21046
21105
|
},
|
21047
21106
|
"DryRun": {
|
@@ -21990,13 +22049,13 @@
|
|
21990
22049
|
],
|
21991
22050
|
"members": {
|
21992
22051
|
"AccepterPeeringConnectionOptions": {
|
21993
|
-
"shape": "
|
22052
|
+
"shape": "S271"
|
21994
22053
|
},
|
21995
22054
|
"DryRun": {
|
21996
22055
|
"type": "boolean"
|
21997
22056
|
},
|
21998
22057
|
"RequesterPeeringConnectionOptions": {
|
21999
|
-
"shape": "
|
22058
|
+
"shape": "S271"
|
22000
22059
|
},
|
22001
22060
|
"VpcPeeringConnectionId": {}
|
22002
22061
|
}
|
@@ -22005,11 +22064,11 @@
|
|
22005
22064
|
"type": "structure",
|
22006
22065
|
"members": {
|
22007
22066
|
"AccepterPeeringConnectionOptions": {
|
22008
|
-
"shape": "
|
22067
|
+
"shape": "S273",
|
22009
22068
|
"locationName": "accepterPeeringConnectionOptions"
|
22010
22069
|
},
|
22011
22070
|
"RequesterPeeringConnectionOptions": {
|
22012
|
-
"shape": "
|
22071
|
+
"shape": "S273",
|
22013
22072
|
"locationName": "requesterPeeringConnectionOptions"
|
22014
22073
|
}
|
22015
22074
|
}
|
@@ -22233,7 +22292,7 @@
|
|
22233
22292
|
"type": "structure",
|
22234
22293
|
"members": {
|
22235
22294
|
"InstanceMonitorings": {
|
22236
|
-
"shape": "
|
22295
|
+
"shape": "S27i",
|
22237
22296
|
"locationName": "instancesSet"
|
22238
22297
|
}
|
22239
22298
|
}
|
@@ -22898,7 +22957,7 @@
|
|
22898
22957
|
"locationName": "successful"
|
22899
22958
|
},
|
22900
22959
|
"Unsuccessful": {
|
22901
|
-
"shape": "
|
22960
|
+
"shape": "S23b",
|
22902
22961
|
"locationName": "unsuccessful"
|
22903
22962
|
}
|
22904
22963
|
}
|
@@ -23967,7 +24026,7 @@
|
|
23967
24026
|
}
|
23968
24027
|
},
|
23969
24028
|
"CapacityReservationSpecification": {
|
23970
|
-
"shape": "
|
24029
|
+
"shape": "S23o"
|
23971
24030
|
},
|
23972
24031
|
"HibernationOptions": {
|
23973
24032
|
"type": "structure",
|
@@ -24133,7 +24192,7 @@
|
|
24133
24192
|
"type": "integer"
|
24134
24193
|
},
|
24135
24194
|
"Groups": {
|
24136
|
-
"shape": "
|
24195
|
+
"shape": "S2b7",
|
24137
24196
|
"locationName": "Group"
|
24138
24197
|
},
|
24139
24198
|
"Ipv6AddressCount": {
|
@@ -24182,7 +24241,7 @@
|
|
24182
24241
|
},
|
24183
24242
|
"RamdiskId": {},
|
24184
24243
|
"SecurityGroupIds": {
|
24185
|
-
"shape": "
|
24244
|
+
"shape": "S2b7",
|
24186
24245
|
"locationName": "SecurityGroupId"
|
24187
24246
|
},
|
24188
24247
|
"SubnetId": {},
|
@@ -24396,7 +24455,7 @@
|
|
24396
24455
|
"type": "structure",
|
24397
24456
|
"members": {
|
24398
24457
|
"StartingInstances": {
|
24399
|
-
"shape": "
|
24458
|
+
"shape": "S2bv",
|
24400
24459
|
"locationName": "instancesSet"
|
24401
24460
|
}
|
24402
24461
|
}
|
@@ -24523,7 +24582,7 @@
|
|
24523
24582
|
"type": "structure",
|
24524
24583
|
"members": {
|
24525
24584
|
"StoppingInstances": {
|
24526
|
-
"shape": "
|
24585
|
+
"shape": "S2bv",
|
24527
24586
|
"locationName": "instancesSet"
|
24528
24587
|
}
|
24529
24588
|
}
|
@@ -24598,7 +24657,7 @@
|
|
24598
24657
|
"type": "structure",
|
24599
24658
|
"members": {
|
24600
24659
|
"TerminatingInstances": {
|
24601
|
-
"shape": "
|
24660
|
+
"shape": "S2bv",
|
24602
24661
|
"locationName": "instancesSet"
|
24603
24662
|
}
|
24604
24663
|
}
|
@@ -24717,7 +24776,7 @@
|
|
24717
24776
|
"type": "structure",
|
24718
24777
|
"members": {
|
24719
24778
|
"InstanceMonitorings": {
|
24720
|
-
"shape": "
|
24779
|
+
"shape": "S27i",
|
24721
24780
|
"locationName": "instancesSet"
|
24722
24781
|
}
|
24723
24782
|
}
|
@@ -24736,7 +24795,7 @@
|
|
24736
24795
|
"shape": "S6q"
|
24737
24796
|
},
|
24738
24797
|
"SecurityGroupRuleDescriptions": {
|
24739
|
-
"shape": "
|
24798
|
+
"shape": "S2cj",
|
24740
24799
|
"locationName": "SecurityGroupRuleDescription"
|
24741
24800
|
}
|
24742
24801
|
}
|
@@ -24764,7 +24823,7 @@
|
|
24764
24823
|
"shape": "S6q"
|
24765
24824
|
},
|
24766
24825
|
"SecurityGroupRuleDescriptions": {
|
24767
|
-
"shape": "
|
24826
|
+
"shape": "S2cj",
|
24768
24827
|
"locationName": "SecurityGroupRuleDescription"
|
24769
24828
|
}
|
24770
24829
|
}
|
@@ -34495,14 +34554,14 @@
|
|
34495
34554
|
}
|
34496
34555
|
}
|
34497
34556
|
},
|
34498
|
-
"
|
34557
|
+
"S20a": {
|
34499
34558
|
"type": "list",
|
34500
34559
|
"member": {
|
34501
34560
|
"shape": "Snn",
|
34502
34561
|
"locationName": "item"
|
34503
34562
|
}
|
34504
34563
|
},
|
34505
|
-
"
|
34564
|
+
"S21m": {
|
34506
34565
|
"type": "structure",
|
34507
34566
|
"members": {
|
34508
34567
|
"Comment": {},
|
@@ -34517,14 +34576,14 @@
|
|
34517
34576
|
}
|
34518
34577
|
}
|
34519
34578
|
},
|
34520
|
-
"
|
34579
|
+
"S21p": {
|
34521
34580
|
"type": "structure",
|
34522
34581
|
"members": {
|
34523
34582
|
"S3Bucket": {},
|
34524
34583
|
"S3Key": {}
|
34525
34584
|
}
|
34526
34585
|
},
|
34527
|
-
"
|
34586
|
+
"S21w": {
|
34528
34587
|
"type": "structure",
|
34529
34588
|
"required": [
|
34530
34589
|
"Bytes",
|
@@ -34545,7 +34604,7 @@
|
|
34545
34604
|
}
|
34546
34605
|
}
|
34547
34606
|
},
|
34548
|
-
"
|
34607
|
+
"S21x": {
|
34549
34608
|
"type": "structure",
|
34550
34609
|
"required": [
|
34551
34610
|
"Size"
|
@@ -34557,25 +34616,25 @@
|
|
34557
34616
|
}
|
34558
34617
|
}
|
34559
34618
|
},
|
34560
|
-
"
|
34619
|
+
"S232": {
|
34561
34620
|
"type": "list",
|
34562
34621
|
"member": {
|
34563
34622
|
"locationName": "UserId"
|
34564
34623
|
}
|
34565
34624
|
},
|
34566
|
-
"
|
34625
|
+
"S233": {
|
34567
34626
|
"type": "list",
|
34568
34627
|
"member": {
|
34569
34628
|
"locationName": "UserGroup"
|
34570
34629
|
}
|
34571
34630
|
},
|
34572
|
-
"
|
34631
|
+
"S234": {
|
34573
34632
|
"type": "list",
|
34574
34633
|
"member": {
|
34575
34634
|
"locationName": "ProductCode"
|
34576
34635
|
}
|
34577
34636
|
},
|
34578
|
-
"
|
34637
|
+
"S236": {
|
34579
34638
|
"type": "list",
|
34580
34639
|
"member": {
|
34581
34640
|
"locationName": "item",
|
@@ -34586,14 +34645,14 @@
|
|
34586
34645
|
}
|
34587
34646
|
}
|
34588
34647
|
},
|
34589
|
-
"
|
34648
|
+
"S23b": {
|
34590
34649
|
"type": "list",
|
34591
34650
|
"member": {
|
34592
34651
|
"shape": "S1h",
|
34593
34652
|
"locationName": "item"
|
34594
34653
|
}
|
34595
34654
|
},
|
34596
|
-
"
|
34655
|
+
"S23o": {
|
34597
34656
|
"type": "structure",
|
34598
34657
|
"members": {
|
34599
34658
|
"CapacityReservationPreference": {},
|
@@ -34602,7 +34661,7 @@
|
|
34602
34661
|
}
|
34603
34662
|
}
|
34604
34663
|
},
|
34605
|
-
"
|
34664
|
+
"S24d": {
|
34606
34665
|
"type": "list",
|
34607
34666
|
"member": {
|
34608
34667
|
"type": "structure",
|
@@ -34611,7 +34670,7 @@
|
|
34611
34670
|
}
|
34612
34671
|
}
|
34613
34672
|
},
|
34614
|
-
"
|
34673
|
+
"S271": {
|
34615
34674
|
"type": "structure",
|
34616
34675
|
"members": {
|
34617
34676
|
"AllowDnsResolutionFromRemoteVpc": {
|
@@ -34625,7 +34684,7 @@
|
|
34625
34684
|
}
|
34626
34685
|
}
|
34627
34686
|
},
|
34628
|
-
"
|
34687
|
+
"S273": {
|
34629
34688
|
"type": "structure",
|
34630
34689
|
"members": {
|
34631
34690
|
"AllowDnsResolutionFromRemoteVpc": {
|
@@ -34642,7 +34701,7 @@
|
|
34642
34701
|
}
|
34643
34702
|
}
|
34644
34703
|
},
|
34645
|
-
"
|
34704
|
+
"S27i": {
|
34646
34705
|
"type": "list",
|
34647
34706
|
"member": {
|
34648
34707
|
"locationName": "item",
|
@@ -34658,13 +34717,13 @@
|
|
34658
34717
|
}
|
34659
34718
|
}
|
34660
34719
|
},
|
34661
|
-
"
|
34720
|
+
"S2b7": {
|
34662
34721
|
"type": "list",
|
34663
34722
|
"member": {
|
34664
34723
|
"locationName": "SecurityGroupId"
|
34665
34724
|
}
|
34666
34725
|
},
|
34667
|
-
"
|
34726
|
+
"S2bv": {
|
34668
34727
|
"type": "list",
|
34669
34728
|
"member": {
|
34670
34729
|
"locationName": "item",
|
@@ -34684,7 +34743,7 @@
|
|
34684
34743
|
}
|
34685
34744
|
}
|
34686
34745
|
},
|
34687
|
-
"
|
34746
|
+
"S2cj": {
|
34688
34747
|
"type": "list",
|
34689
34748
|
"member": {
|
34690
34749
|
"locationName": "item",
|
@@ -785,6 +785,12 @@
|
|
785
785
|
"output_token": "NextToken",
|
786
786
|
"result_key": "AnalysisFindings"
|
787
787
|
},
|
788
|
+
"GetSecurityGroupsForVpc": {
|
789
|
+
"input_token": "NextToken",
|
790
|
+
"limit_key": "MaxResults",
|
791
|
+
"output_token": "NextToken",
|
792
|
+
"result_key": "SecurityGroupForVpcs"
|
793
|
+
},
|
788
794
|
"GetSpotPlacementScores": {
|
789
795
|
"input_token": "NextToken",
|
790
796
|
"limit_key": "MaxResults",
|