cdk-lambda-subminute 2.0.412 → 2.0.414

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.
Files changed (27) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +14 -0
  5. package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +52 -0
  6. package/node_modules/aws-sdk/apis/ce-2017-10-25.paginators.json +5 -0
  7. package/node_modules/aws-sdk/apis/codebuild-2016-10-06.min.json +2 -1
  8. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +130 -73
  9. package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +60 -27
  10. package/node_modules/aws-sdk/apis/globalaccelerator-2018-08-08.min.json +2 -3
  11. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +219 -199
  12. package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +26 -9
  13. package/node_modules/aws-sdk/clients/codebuild.d.ts +16 -12
  14. package/node_modules/aws-sdk/clients/costexplorer.d.ts +72 -0
  15. package/node_modules/aws-sdk/clients/ec2.d.ts +90 -6
  16. package/node_modules/aws-sdk/clients/ecs.d.ts +15 -15
  17. package/node_modules/aws-sdk/clients/finspace.d.ts +31 -2
  18. package/node_modules/aws-sdk/clients/globalaccelerator.d.ts +41 -33
  19. package/node_modules/aws-sdk/clients/medialive.d.ts +37 -0
  20. package/node_modules/aws-sdk/clients/sagemaker.d.ts +1 -1
  21. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  22. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +9 -9
  23. package/node_modules/aws-sdk/dist/aws-sdk.js +192 -77
  24. package/node_modules/aws-sdk/dist/aws-sdk.min.js +102 -102
  25. package/node_modules/aws-sdk/lib/core.js +1 -1
  26. package/node_modules/aws-sdk/package.json +1 -1
  27. package/package.json +3 -3
@@ -2289,9 +2289,7 @@
2289
2289
  "locationName": "item",
2290
2290
  "type": "structure",
2291
2291
  "members": {
2292
- "Key": {
2293
- "locationName": "key"
2294
- },
2292
+ "Key": {},
2295
2293
  "Values": {
2296
2294
  "shape": "So",
2297
2295
  "locationName": "Value"
@@ -18466,6 +18464,40 @@
18466
18464
  }
18467
18465
  }
18468
18466
  },
18467
+ "GetInstanceMetadataDefaults": {
18468
+ "input": {
18469
+ "type": "structure",
18470
+ "members": {
18471
+ "DryRun": {
18472
+ "type": "boolean"
18473
+ }
18474
+ }
18475
+ },
18476
+ "output": {
18477
+ "type": "structure",
18478
+ "members": {
18479
+ "AccountLevel": {
18480
+ "locationName": "accountLevel",
18481
+ "type": "structure",
18482
+ "members": {
18483
+ "HttpTokens": {
18484
+ "locationName": "httpTokens"
18485
+ },
18486
+ "HttpPutResponseHopLimit": {
18487
+ "locationName": "httpPutResponseHopLimit",
18488
+ "type": "integer"
18489
+ },
18490
+ "HttpEndpoint": {
18491
+ "locationName": "httpEndpoint"
18492
+ },
18493
+ "InstanceMetadataTags": {
18494
+ "locationName": "instanceMetadataTags"
18495
+ }
18496
+ }
18497
+ }
18498
+ }
18499
+ }
18500
+ },
18469
18501
  "GetInstanceTypesFromInstanceRequirements": {
18470
18502
  "input": {
18471
18503
  "type": "structure",
@@ -18479,11 +18511,11 @@
18479
18511
  "type": "boolean"
18480
18512
  },
18481
18513
  "ArchitectureTypes": {
18482
- "shape": "S208",
18514
+ "shape": "S20c",
18483
18515
  "locationName": "ArchitectureType"
18484
18516
  },
18485
18517
  "VirtualizationTypes": {
18486
- "shape": "S209",
18518
+ "shape": "S20d",
18487
18519
  "locationName": "VirtualizationType"
18488
18520
  },
18489
18521
  "InstanceRequirements": {
@@ -19016,7 +19048,7 @@
19016
19048
  "locationName": "ipamResourceCidrSet",
19017
19049
  "type": "list",
19018
19050
  "member": {
19019
- "shape": "S21l",
19051
+ "shape": "S21p",
19020
19052
  "locationName": "item"
19021
19053
  }
19022
19054
  }
@@ -19281,7 +19313,7 @@
19281
19313
  "locationName": "paymentDue"
19282
19314
  },
19283
19315
  "ReservedInstanceValueRollup": {
19284
- "shape": "S22a",
19316
+ "shape": "S22e",
19285
19317
  "locationName": "reservedInstanceValueRollup"
19286
19318
  },
19287
19319
  "ReservedInstanceValueSet": {
@@ -19292,7 +19324,7 @@
19292
19324
  "type": "structure",
19293
19325
  "members": {
19294
19326
  "ReservationValue": {
19295
- "shape": "S22a",
19327
+ "shape": "S22e",
19296
19328
  "locationName": "reservationValue"
19297
19329
  },
19298
19330
  "ReservedInstanceId": {
@@ -19302,7 +19334,7 @@
19302
19334
  }
19303
19335
  },
19304
19336
  "TargetConfigurationValueRollup": {
19305
- "shape": "S22a",
19337
+ "shape": "S22e",
19306
19338
  "locationName": "targetConfigurationValueRollup"
19307
19339
  },
19308
19340
  "TargetConfigurationValueSet": {
@@ -19313,7 +19345,7 @@
19313
19345
  "type": "structure",
19314
19346
  "members": {
19315
19347
  "ReservationValue": {
19316
- "shape": "S22a",
19348
+ "shape": "S22e",
19317
19349
  "locationName": "reservationValue"
19318
19350
  },
19319
19351
  "TargetConfiguration": {
@@ -19462,11 +19494,11 @@
19462
19494
  "type": "structure",
19463
19495
  "members": {
19464
19496
  "ArchitectureTypes": {
19465
- "shape": "S208",
19497
+ "shape": "S20c",
19466
19498
  "locationName": "ArchitectureType"
19467
19499
  },
19468
19500
  "VirtualizationTypes": {
19469
- "shape": "S209",
19501
+ "shape": "S20d",
19470
19502
  "locationName": "VirtualizationType"
19471
19503
  },
19472
19504
  "InstanceRequirements": {
@@ -19537,11 +19569,11 @@
19537
19569
  "type": "structure",
19538
19570
  "members": {
19539
19571
  "SubnetIpv4CidrReservations": {
19540
- "shape": "S231",
19572
+ "shape": "S235",
19541
19573
  "locationName": "subnetIpv4CidrReservationSet"
19542
19574
  },
19543
19575
  "SubnetIpv6CidrReservations": {
19544
- "shape": "S231",
19576
+ "shape": "S235",
19545
19577
  "locationName": "subnetIpv6CidrReservationSet"
19546
19578
  },
19547
19579
  "NextToken": {
@@ -20118,7 +20150,7 @@
20118
20150
  "members": {
20119
20151
  "Architecture": {},
20120
20152
  "ClientData": {
20121
- "shape": "S24d"
20153
+ "shape": "S24h"
20122
20154
  },
20123
20155
  "ClientToken": {},
20124
20156
  "Description": {},
@@ -20137,7 +20169,7 @@
20137
20169
  "shape": "S18v"
20138
20170
  },
20139
20171
  "UserBucket": {
20140
- "shape": "S24g"
20172
+ "shape": "S24k"
20141
20173
  }
20142
20174
  }
20143
20175
  }
@@ -20247,10 +20279,10 @@
20247
20279
  "members": {
20248
20280
  "Description": {},
20249
20281
  "Image": {
20250
- "shape": "S24n"
20282
+ "shape": "S24r"
20251
20283
  },
20252
20284
  "Volume": {
20253
- "shape": "S24o"
20285
+ "shape": "S24s"
20254
20286
  }
20255
20287
  }
20256
20288
  }
@@ -20373,7 +20405,7 @@
20373
20405
  "type": "structure",
20374
20406
  "members": {
20375
20407
  "ClientData": {
20376
- "shape": "S24d"
20408
+ "shape": "S24h"
20377
20409
  },
20378
20410
  "ClientToken": {},
20379
20411
  "Description": {},
@@ -20386,7 +20418,7 @@
20386
20418
  "shape": "S18v"
20387
20419
  },
20388
20420
  "UserBucket": {
20389
- "shape": "S24g"
20421
+ "shape": "S24k"
20390
20422
  }
20391
20423
  }
20392
20424
  },
@@ -20444,11 +20476,11 @@
20444
20476
  "type": "boolean"
20445
20477
  },
20446
20478
  "Image": {
20447
- "shape": "S24n",
20479
+ "shape": "S24r",
20448
20480
  "locationName": "image"
20449
20481
  },
20450
20482
  "Volume": {
20451
- "shape": "S24o",
20483
+ "shape": "S24s",
20452
20484
  "locationName": "volume"
20453
20485
  }
20454
20486
  }
@@ -20897,25 +20929,25 @@
20897
20929
  "Attribute": {},
20898
20930
  "OperationType": {},
20899
20931
  "UserIds": {
20900
- "shape": "S25y",
20932
+ "shape": "S262",
20901
20933
  "locationName": "UserId"
20902
20934
  },
20903
20935
  "UserGroups": {
20904
- "shape": "S25z",
20936
+ "shape": "S263",
20905
20937
  "locationName": "UserGroup"
20906
20938
  },
20907
20939
  "ProductCodes": {
20908
- "shape": "S260",
20940
+ "shape": "S264",
20909
20941
  "locationName": "ProductCode"
20910
20942
  },
20911
20943
  "LoadPermission": {
20912
20944
  "type": "structure",
20913
20945
  "members": {
20914
20946
  "Add": {
20915
- "shape": "S262"
20947
+ "shape": "S266"
20916
20948
  },
20917
20949
  "Remove": {
20918
- "shape": "S262"
20950
+ "shape": "S266"
20919
20951
  }
20920
20952
  }
20921
20953
  },
@@ -20961,7 +20993,7 @@
20961
20993
  "locationName": "successful"
20962
20994
  },
20963
20995
  "Unsuccessful": {
20964
- "shape": "S267",
20996
+ "shape": "S26b",
20965
20997
  "locationName": "unsuccessful"
20966
20998
  }
20967
20999
  }
@@ -21029,15 +21061,15 @@
21029
21061
  },
21030
21062
  "OperationType": {},
21031
21063
  "ProductCodes": {
21032
- "shape": "S260",
21064
+ "shape": "S264",
21033
21065
  "locationName": "ProductCode"
21034
21066
  },
21035
21067
  "UserGroups": {
21036
- "shape": "S25z",
21068
+ "shape": "S263",
21037
21069
  "locationName": "UserGroup"
21038
21070
  },
21039
21071
  "UserIds": {
21040
- "shape": "S25y",
21072
+ "shape": "S262",
21041
21073
  "locationName": "UserId"
21042
21074
  },
21043
21075
  "Value": {},
@@ -21182,7 +21214,7 @@
21182
21214
  "members": {
21183
21215
  "InstanceId": {},
21184
21216
  "CapacityReservationSpecification": {
21185
- "shape": "S26k"
21217
+ "shape": "S26o"
21186
21218
  },
21187
21219
  "DryRun": {
21188
21220
  "type": "boolean"
@@ -21355,6 +21387,31 @@
21355
21387
  }
21356
21388
  }
21357
21389
  },
21390
+ "ModifyInstanceMetadataDefaults": {
21391
+ "input": {
21392
+ "type": "structure",
21393
+ "members": {
21394
+ "HttpTokens": {},
21395
+ "HttpPutResponseHopLimit": {
21396
+ "type": "integer"
21397
+ },
21398
+ "HttpEndpoint": {},
21399
+ "InstanceMetadataTags": {},
21400
+ "DryRun": {
21401
+ "type": "boolean"
21402
+ }
21403
+ }
21404
+ },
21405
+ "output": {
21406
+ "type": "structure",
21407
+ "members": {
21408
+ "Return": {
21409
+ "locationName": "return",
21410
+ "type": "boolean"
21411
+ }
21412
+ }
21413
+ }
21414
+ },
21358
21415
  "ModifyInstanceMetadataOptions": {
21359
21416
  "input": {
21360
21417
  "type": "structure",
@@ -21442,7 +21499,7 @@
21442
21499
  "locationName": "AddOperatingRegion"
21443
21500
  },
21444
21501
  "RemoveOperatingRegions": {
21445
- "shape": "S279",
21502
+ "shape": "S27i",
21446
21503
  "locationName": "RemoveOperatingRegion"
21447
21504
  },
21448
21505
  "Tier": {}
@@ -21533,7 +21590,7 @@
21533
21590
  "type": "structure",
21534
21591
  "members": {
21535
21592
  "IpamResourceCidr": {
21536
- "shape": "S21l",
21593
+ "shape": "S21p",
21537
21594
  "locationName": "ipamResourceCidr"
21538
21595
  }
21539
21596
  }
@@ -21556,7 +21613,7 @@
21556
21613
  "locationName": "AddOperatingRegion"
21557
21614
  },
21558
21615
  "RemoveOperatingRegions": {
21559
- "shape": "S279",
21616
+ "shape": "S27i",
21560
21617
  "locationName": "RemoveOperatingRegion"
21561
21618
  }
21562
21619
  }
@@ -21890,7 +21947,7 @@
21890
21947
  "OperationType": {},
21891
21948
  "SnapshotId": {},
21892
21949
  "UserIds": {
21893
- "shape": "S25y",
21950
+ "shape": "S262",
21894
21951
  "locationName": "UserId"
21895
21952
  },
21896
21953
  "DryRun": {
@@ -22847,13 +22904,13 @@
22847
22904
  ],
22848
22905
  "members": {
22849
22906
  "AccepterPeeringConnectionOptions": {
22850
- "shape": "S29y"
22907
+ "shape": "S2a7"
22851
22908
  },
22852
22909
  "DryRun": {
22853
22910
  "type": "boolean"
22854
22911
  },
22855
22912
  "RequesterPeeringConnectionOptions": {
22856
- "shape": "S29y"
22913
+ "shape": "S2a7"
22857
22914
  },
22858
22915
  "VpcPeeringConnectionId": {}
22859
22916
  }
@@ -22862,11 +22919,11 @@
22862
22919
  "type": "structure",
22863
22920
  "members": {
22864
22921
  "AccepterPeeringConnectionOptions": {
22865
- "shape": "S2a0",
22922
+ "shape": "S2a9",
22866
22923
  "locationName": "accepterPeeringConnectionOptions"
22867
22924
  },
22868
22925
  "RequesterPeeringConnectionOptions": {
22869
- "shape": "S2a0",
22926
+ "shape": "S2a9",
22870
22927
  "locationName": "requesterPeeringConnectionOptions"
22871
22928
  }
22872
22929
  }
@@ -23090,7 +23147,7 @@
23090
23147
  "type": "structure",
23091
23148
  "members": {
23092
23149
  "InstanceMonitorings": {
23093
- "shape": "S2af",
23150
+ "shape": "S2ao",
23094
23151
  "locationName": "instancesSet"
23095
23152
  }
23096
23153
  }
@@ -23826,7 +23883,7 @@
23826
23883
  "locationName": "successful"
23827
23884
  },
23828
23885
  "Unsuccessful": {
23829
- "shape": "S267",
23886
+ "shape": "S26b",
23830
23887
  "locationName": "unsuccessful"
23831
23888
  }
23832
23889
  }
@@ -24895,7 +24952,7 @@
24895
24952
  }
24896
24953
  },
24897
24954
  "CapacityReservationSpecification": {
24898
- "shape": "S26k"
24955
+ "shape": "S26o"
24899
24956
  },
24900
24957
  "HibernationOptions": {
24901
24958
  "type": "structure",
@@ -25061,7 +25118,7 @@
25061
25118
  "type": "integer"
25062
25119
  },
25063
25120
  "Groups": {
25064
- "shape": "S2e9",
25121
+ "shape": "S2ei",
25065
25122
  "locationName": "Group"
25066
25123
  },
25067
25124
  "Ipv6AddressCount": {
@@ -25110,7 +25167,7 @@
25110
25167
  },
25111
25168
  "RamdiskId": {},
25112
25169
  "SecurityGroupIds": {
25113
- "shape": "S2e9",
25170
+ "shape": "S2ei",
25114
25171
  "locationName": "SecurityGroupId"
25115
25172
  },
25116
25173
  "SubnetId": {},
@@ -25324,7 +25381,7 @@
25324
25381
  "type": "structure",
25325
25382
  "members": {
25326
25383
  "StartingInstances": {
25327
- "shape": "S2ex",
25384
+ "shape": "S2f6",
25328
25385
  "locationName": "instancesSet"
25329
25386
  }
25330
25387
  }
@@ -25451,7 +25508,7 @@
25451
25508
  "type": "structure",
25452
25509
  "members": {
25453
25510
  "StoppingInstances": {
25454
- "shape": "S2ex",
25511
+ "shape": "S2f6",
25455
25512
  "locationName": "instancesSet"
25456
25513
  }
25457
25514
  }
@@ -25526,7 +25583,7 @@
25526
25583
  "type": "structure",
25527
25584
  "members": {
25528
25585
  "TerminatingInstances": {
25529
- "shape": "S2ex",
25586
+ "shape": "S2f6",
25530
25587
  "locationName": "instancesSet"
25531
25588
  }
25532
25589
  }
@@ -25667,7 +25724,7 @@
25667
25724
  "type": "structure",
25668
25725
  "members": {
25669
25726
  "InstanceMonitorings": {
25670
- "shape": "S2af",
25727
+ "shape": "S2ao",
25671
25728
  "locationName": "instancesSet"
25672
25729
  }
25673
25730
  }
@@ -25686,7 +25743,7 @@
25686
25743
  "shape": "S6x"
25687
25744
  },
25688
25745
  "SecurityGroupRuleDescriptions": {
25689
- "shape": "S2fn",
25746
+ "shape": "S2fw",
25690
25747
  "locationName": "SecurityGroupRuleDescription"
25691
25748
  }
25692
25749
  }
@@ -25714,7 +25771,7 @@
25714
25771
  "shape": "S6x"
25715
25772
  },
25716
25773
  "SecurityGroupRuleDescriptions": {
25717
- "shape": "S2fn",
25774
+ "shape": "S2fw",
25718
25775
  "locationName": "SecurityGroupRuleDescription"
25719
25776
  }
25720
25777
  }
@@ -35603,19 +35660,19 @@
35603
35660
  }
35604
35661
  }
35605
35662
  },
35606
- "S208": {
35663
+ "S20c": {
35607
35664
  "type": "list",
35608
35665
  "member": {
35609
35666
  "locationName": "item"
35610
35667
  }
35611
35668
  },
35612
- "S209": {
35669
+ "S20d": {
35613
35670
  "type": "list",
35614
35671
  "member": {
35615
35672
  "locationName": "item"
35616
35673
  }
35617
35674
  },
35618
- "S21l": {
35675
+ "S21p": {
35619
35676
  "type": "structure",
35620
35677
  "members": {
35621
35678
  "IpamId": {
@@ -35667,7 +35724,7 @@
35667
35724
  }
35668
35725
  }
35669
35726
  },
35670
- "S22a": {
35727
+ "S22e": {
35671
35728
  "type": "structure",
35672
35729
  "members": {
35673
35730
  "HourlyPrice": {
@@ -35681,14 +35738,14 @@
35681
35738
  }
35682
35739
  }
35683
35740
  },
35684
- "S231": {
35741
+ "S235": {
35685
35742
  "type": "list",
35686
35743
  "member": {
35687
35744
  "shape": "So6",
35688
35745
  "locationName": "item"
35689
35746
  }
35690
35747
  },
35691
- "S24d": {
35748
+ "S24h": {
35692
35749
  "type": "structure",
35693
35750
  "members": {
35694
35751
  "Comment": {},
@@ -35703,14 +35760,14 @@
35703
35760
  }
35704
35761
  }
35705
35762
  },
35706
- "S24g": {
35763
+ "S24k": {
35707
35764
  "type": "structure",
35708
35765
  "members": {
35709
35766
  "S3Bucket": {},
35710
35767
  "S3Key": {}
35711
35768
  }
35712
35769
  },
35713
- "S24n": {
35770
+ "S24r": {
35714
35771
  "type": "structure",
35715
35772
  "required": [
35716
35773
  "Bytes",
@@ -35731,7 +35788,7 @@
35731
35788
  }
35732
35789
  }
35733
35790
  },
35734
- "S24o": {
35791
+ "S24s": {
35735
35792
  "type": "structure",
35736
35793
  "required": [
35737
35794
  "Size"
@@ -35743,25 +35800,25 @@
35743
35800
  }
35744
35801
  }
35745
35802
  },
35746
- "S25y": {
35803
+ "S262": {
35747
35804
  "type": "list",
35748
35805
  "member": {
35749
35806
  "locationName": "UserId"
35750
35807
  }
35751
35808
  },
35752
- "S25z": {
35809
+ "S263": {
35753
35810
  "type": "list",
35754
35811
  "member": {
35755
35812
  "locationName": "UserGroup"
35756
35813
  }
35757
35814
  },
35758
- "S260": {
35815
+ "S264": {
35759
35816
  "type": "list",
35760
35817
  "member": {
35761
35818
  "locationName": "ProductCode"
35762
35819
  }
35763
35820
  },
35764
- "S262": {
35821
+ "S266": {
35765
35822
  "type": "list",
35766
35823
  "member": {
35767
35824
  "locationName": "item",
@@ -35772,14 +35829,14 @@
35772
35829
  }
35773
35830
  }
35774
35831
  },
35775
- "S267": {
35832
+ "S26b": {
35776
35833
  "type": "list",
35777
35834
  "member": {
35778
35835
  "shape": "S1i",
35779
35836
  "locationName": "item"
35780
35837
  }
35781
35838
  },
35782
- "S26k": {
35839
+ "S26o": {
35783
35840
  "type": "structure",
35784
35841
  "members": {
35785
35842
  "CapacityReservationPreference": {},
@@ -35788,7 +35845,7 @@
35788
35845
  }
35789
35846
  }
35790
35847
  },
35791
- "S279": {
35848
+ "S27i": {
35792
35849
  "type": "list",
35793
35850
  "member": {
35794
35851
  "type": "structure",
@@ -35797,7 +35854,7 @@
35797
35854
  }
35798
35855
  }
35799
35856
  },
35800
- "S29y": {
35857
+ "S2a7": {
35801
35858
  "type": "structure",
35802
35859
  "members": {
35803
35860
  "AllowDnsResolutionFromRemoteVpc": {
@@ -35811,7 +35868,7 @@
35811
35868
  }
35812
35869
  }
35813
35870
  },
35814
- "S2a0": {
35871
+ "S2a9": {
35815
35872
  "type": "structure",
35816
35873
  "members": {
35817
35874
  "AllowDnsResolutionFromRemoteVpc": {
@@ -35828,7 +35885,7 @@
35828
35885
  }
35829
35886
  }
35830
35887
  },
35831
- "S2af": {
35888
+ "S2ao": {
35832
35889
  "type": "list",
35833
35890
  "member": {
35834
35891
  "locationName": "item",
@@ -35844,13 +35901,13 @@
35844
35901
  }
35845
35902
  }
35846
35903
  },
35847
- "S2e9": {
35904
+ "S2ei": {
35848
35905
  "type": "list",
35849
35906
  "member": {
35850
35907
  "locationName": "SecurityGroupId"
35851
35908
  }
35852
35909
  },
35853
- "S2ex": {
35910
+ "S2f6": {
35854
35911
  "type": "list",
35855
35912
  "member": {
35856
35913
  "locationName": "item",
@@ -35870,7 +35927,7 @@
35870
35927
  }
35871
35928
  }
35872
35929
  },
35873
- "S2fn": {
35930
+ "S2fw": {
35874
35931
  "type": "list",
35875
35932
  "member": {
35876
35933
  "locationName": "item",