cdk-lambda-subminute 2.0.437 → 2.0.439

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 (40) hide show
  1. package/.jsii +4 -4
  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-2023-04-20.min.json +1059 -90
  5. package/node_modules/aws-sdk/apis/bedrock-2023-04-20.paginators.json +12 -0
  6. package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +41 -34
  7. package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +68 -7
  8. package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.min.json +24 -0
  9. package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +2 -1
  10. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +46 -35
  11. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +146 -82
  12. package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +182 -19
  13. package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.paginators.json +6 -0
  14. package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +165 -93
  15. package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +586 -188
  16. package/node_modules/aws-sdk/apis/gamelift-2015-10-01.paginators.json +6 -0
  17. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +235 -129
  18. package/node_modules/aws-sdk/apis/ssm-2014-11-06.paginators.json +6 -0
  19. package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +84 -43
  20. package/node_modules/aws-sdk/clients/bedrock.d.ts +1082 -118
  21. package/node_modules/aws-sdk/clients/bedrockagent.d.ts +24 -2
  22. package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +65 -1
  23. package/node_modules/aws-sdk/clients/bedrockruntime.d.ts +37 -10
  24. package/node_modules/aws-sdk/clients/costexplorer.d.ts +11 -7
  25. package/node_modules/aws-sdk/clients/datasync.d.ts +67 -42
  26. package/node_modules/aws-sdk/clients/ec2.d.ts +112 -40
  27. package/node_modules/aws-sdk/clients/emrcontainers.d.ts +205 -0
  28. package/node_modules/aws-sdk/clients/entityresolution.d.ts +64 -0
  29. package/node_modules/aws-sdk/clients/gamelift.d.ts +592 -88
  30. package/node_modules/aws-sdk/clients/pi.d.ts +5 -5
  31. package/node_modules/aws-sdk/clients/rds.d.ts +1 -1
  32. package/node_modules/aws-sdk/clients/ssm.d.ts +186 -6
  33. package/node_modules/aws-sdk/clients/workspacesweb.d.ts +89 -23
  34. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  35. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +17 -17
  36. package/node_modules/aws-sdk/dist/aws-sdk.js +984 -403
  37. package/node_modules/aws-sdk/dist/aws-sdk.min.js +78 -78
  38. package/node_modules/aws-sdk/lib/core.js +1 -1
  39. package/node_modules/aws-sdk/package.json +1 -1
  40. package/package.json +2 -2
@@ -10113,6 +10113,10 @@
10113
10113
  "ImdsSupport": {
10114
10114
  "shape": "Sc1",
10115
10115
  "locationName": "imdsSupport"
10116
+ },
10117
+ "DeregistrationProtection": {
10118
+ "shape": "Sc1",
10119
+ "locationName": "deregistrationProtection"
10116
10120
  }
10117
10121
  }
10118
10122
  }
@@ -10264,6 +10268,12 @@
10264
10268
  },
10265
10269
  "SourceInstanceId": {
10266
10270
  "locationName": "sourceInstanceId"
10271
+ },
10272
+ "DeregistrationProtection": {
10273
+ "locationName": "deregistrationProtection"
10274
+ },
10275
+ "LastLaunchedTime": {
10276
+ "locationName": "lastLaunchedTime"
10267
10277
  }
10268
10278
  }
10269
10279
  }
@@ -12795,6 +12805,10 @@
12795
12805
  "SourceDestCheck": {
12796
12806
  "shape": "S19c",
12797
12807
  "locationName": "sourceDestCheck"
12808
+ },
12809
+ "AssociatePublicIpAddress": {
12810
+ "locationName": "associatePublicIpAddress",
12811
+ "type": "boolean"
12798
12812
  }
12799
12813
  }
12800
12814
  }
@@ -16696,6 +16710,28 @@
16696
16710
  }
16697
16711
  }
16698
16712
  },
16713
+ "DisableImageDeregistrationProtection": {
16714
+ "input": {
16715
+ "type": "structure",
16716
+ "required": [
16717
+ "ImageId"
16718
+ ],
16719
+ "members": {
16720
+ "ImageId": {},
16721
+ "DryRun": {
16722
+ "type": "boolean"
16723
+ }
16724
+ }
16725
+ },
16726
+ "output": {
16727
+ "type": "structure",
16728
+ "members": {
16729
+ "Return": {
16730
+ "locationName": "return"
16731
+ }
16732
+ }
16733
+ }
16734
+ },
16699
16735
  "DisableIpamOrganizationAdminAccount": {
16700
16736
  "input": {
16701
16737
  "type": "structure",
@@ -16775,7 +16811,7 @@
16775
16811
  "type": "structure",
16776
16812
  "members": {
16777
16813
  "Propagation": {
16778
- "shape": "S1w2",
16814
+ "shape": "S1w4",
16779
16815
  "locationName": "propagation"
16780
16816
  }
16781
16817
  }
@@ -17556,6 +17592,31 @@
17556
17592
  }
17557
17593
  }
17558
17594
  },
17595
+ "EnableImageDeregistrationProtection": {
17596
+ "input": {
17597
+ "type": "structure",
17598
+ "required": [
17599
+ "ImageId"
17600
+ ],
17601
+ "members": {
17602
+ "ImageId": {},
17603
+ "WithCooldown": {
17604
+ "type": "boolean"
17605
+ },
17606
+ "DryRun": {
17607
+ "type": "boolean"
17608
+ }
17609
+ }
17610
+ },
17611
+ "output": {
17612
+ "type": "structure",
17613
+ "members": {
17614
+ "Return": {
17615
+ "locationName": "return"
17616
+ }
17617
+ }
17618
+ }
17619
+ },
17559
17620
  "EnableIpamOrganizationAdminAccount": {
17560
17621
  "input": {
17561
17622
  "type": "structure",
@@ -17658,7 +17719,7 @@
17658
17719
  "type": "structure",
17659
17720
  "members": {
17660
17721
  "Propagation": {
17661
- "shape": "S1w2",
17722
+ "shape": "S1w4",
17662
17723
  "locationName": "propagation"
17663
17724
  }
17664
17725
  }
@@ -18272,7 +18333,7 @@
18272
18333
  "type": "structure",
18273
18334
  "members": {
18274
18335
  "InstanceFamilyCreditSpecification": {
18275
- "shape": "S1zk",
18336
+ "shape": "S1zo",
18276
18337
  "locationName": "instanceFamilyCreditSpecification"
18277
18338
  }
18278
18339
  }
@@ -18422,7 +18483,7 @@
18422
18483
  ],
18423
18484
  "members": {
18424
18485
  "HostIdSet": {
18425
- "shape": "S201"
18486
+ "shape": "S205"
18426
18487
  },
18427
18488
  "OfferingId": {}
18428
18489
  }
@@ -18434,7 +18495,7 @@
18434
18495
  "locationName": "currencyCode"
18435
18496
  },
18436
18497
  "Purchase": {
18437
- "shape": "S203",
18498
+ "shape": "S207",
18438
18499
  "locationName": "purchase"
18439
18500
  },
18440
18501
  "TotalHourlyPrice": {
@@ -18511,11 +18572,11 @@
18511
18572
  "type": "boolean"
18512
18573
  },
18513
18574
  "ArchitectureTypes": {
18514
- "shape": "S20c",
18575
+ "shape": "S20g",
18515
18576
  "locationName": "ArchitectureType"
18516
18577
  },
18517
18578
  "VirtualizationTypes": {
18518
- "shape": "S20d",
18579
+ "shape": "S20h",
18519
18580
  "locationName": "VirtualizationType"
18520
18581
  },
18521
18582
  "InstanceRequirements": {
@@ -19048,7 +19109,7 @@
19048
19109
  "locationName": "ipamResourceCidrSet",
19049
19110
  "type": "list",
19050
19111
  "member": {
19051
- "shape": "S21p",
19112
+ "shape": "S21t",
19052
19113
  "locationName": "item"
19053
19114
  }
19054
19115
  }
@@ -19313,7 +19374,7 @@
19313
19374
  "locationName": "paymentDue"
19314
19375
  },
19315
19376
  "ReservedInstanceValueRollup": {
19316
- "shape": "S22e",
19377
+ "shape": "S22i",
19317
19378
  "locationName": "reservedInstanceValueRollup"
19318
19379
  },
19319
19380
  "ReservedInstanceValueSet": {
@@ -19324,7 +19385,7 @@
19324
19385
  "type": "structure",
19325
19386
  "members": {
19326
19387
  "ReservationValue": {
19327
- "shape": "S22e",
19388
+ "shape": "S22i",
19328
19389
  "locationName": "reservationValue"
19329
19390
  },
19330
19391
  "ReservedInstanceId": {
@@ -19334,7 +19395,7 @@
19334
19395
  }
19335
19396
  },
19336
19397
  "TargetConfigurationValueRollup": {
19337
- "shape": "S22e",
19398
+ "shape": "S22i",
19338
19399
  "locationName": "targetConfigurationValueRollup"
19339
19400
  },
19340
19401
  "TargetConfigurationValueSet": {
@@ -19345,7 +19406,7 @@
19345
19406
  "type": "structure",
19346
19407
  "members": {
19347
19408
  "ReservationValue": {
19348
- "shape": "S22e",
19409
+ "shape": "S22i",
19349
19410
  "locationName": "reservationValue"
19350
19411
  },
19351
19412
  "TargetConfiguration": {
@@ -19494,11 +19555,11 @@
19494
19555
  "type": "structure",
19495
19556
  "members": {
19496
19557
  "ArchitectureTypes": {
19497
- "shape": "S20c",
19558
+ "shape": "S20g",
19498
19559
  "locationName": "ArchitectureType"
19499
19560
  },
19500
19561
  "VirtualizationTypes": {
19501
- "shape": "S20d",
19562
+ "shape": "S20h",
19502
19563
  "locationName": "VirtualizationType"
19503
19564
  },
19504
19565
  "InstanceRequirements": {
@@ -19569,11 +19630,11 @@
19569
19630
  "type": "structure",
19570
19631
  "members": {
19571
19632
  "SubnetIpv4CidrReservations": {
19572
- "shape": "S235",
19633
+ "shape": "S239",
19573
19634
  "locationName": "subnetIpv4CidrReservationSet"
19574
19635
  },
19575
19636
  "SubnetIpv6CidrReservations": {
19576
- "shape": "S235",
19637
+ "shape": "S239",
19577
19638
  "locationName": "subnetIpv6CidrReservationSet"
19578
19639
  },
19579
19640
  "NextToken": {
@@ -20150,7 +20211,7 @@
20150
20211
  "members": {
20151
20212
  "Architecture": {},
20152
20213
  "ClientData": {
20153
- "shape": "S24h"
20214
+ "shape": "S24l"
20154
20215
  },
20155
20216
  "ClientToken": {},
20156
20217
  "Description": {},
@@ -20169,7 +20230,7 @@
20169
20230
  "shape": "S18v"
20170
20231
  },
20171
20232
  "UserBucket": {
20172
- "shape": "S24k"
20233
+ "shape": "S24o"
20173
20234
  }
20174
20235
  }
20175
20236
  }
@@ -20279,10 +20340,10 @@
20279
20340
  "members": {
20280
20341
  "Description": {},
20281
20342
  "Image": {
20282
- "shape": "S24r"
20343
+ "shape": "S24v"
20283
20344
  },
20284
20345
  "Volume": {
20285
- "shape": "S24s"
20346
+ "shape": "S24w"
20286
20347
  }
20287
20348
  }
20288
20349
  }
@@ -20405,7 +20466,7 @@
20405
20466
  "type": "structure",
20406
20467
  "members": {
20407
20468
  "ClientData": {
20408
- "shape": "S24h"
20469
+ "shape": "S24l"
20409
20470
  },
20410
20471
  "ClientToken": {},
20411
20472
  "Description": {},
@@ -20418,7 +20479,7 @@
20418
20479
  "shape": "S18v"
20419
20480
  },
20420
20481
  "UserBucket": {
20421
- "shape": "S24k"
20482
+ "shape": "S24o"
20422
20483
  }
20423
20484
  }
20424
20485
  },
@@ -20476,11 +20537,11 @@
20476
20537
  "type": "boolean"
20477
20538
  },
20478
20539
  "Image": {
20479
- "shape": "S24r",
20540
+ "shape": "S24v",
20480
20541
  "locationName": "image"
20481
20542
  },
20482
20543
  "Volume": {
20483
- "shape": "S24s",
20544
+ "shape": "S24w",
20484
20545
  "locationName": "volume"
20485
20546
  }
20486
20547
  }
@@ -20855,7 +20916,7 @@
20855
20916
  "type": "structure",
20856
20917
  "members": {
20857
20918
  "InstanceFamilyCreditSpecification": {
20858
- "shape": "S1zk",
20919
+ "shape": "S1zo",
20859
20920
  "locationName": "instanceFamilyCreditSpecification"
20860
20921
  }
20861
20922
  }
@@ -20929,25 +20990,25 @@
20929
20990
  "Attribute": {},
20930
20991
  "OperationType": {},
20931
20992
  "UserIds": {
20932
- "shape": "S262",
20993
+ "shape": "S266",
20933
20994
  "locationName": "UserId"
20934
20995
  },
20935
20996
  "UserGroups": {
20936
- "shape": "S263",
20997
+ "shape": "S267",
20937
20998
  "locationName": "UserGroup"
20938
20999
  },
20939
21000
  "ProductCodes": {
20940
- "shape": "S264",
21001
+ "shape": "S268",
20941
21002
  "locationName": "ProductCode"
20942
21003
  },
20943
21004
  "LoadPermission": {
20944
21005
  "type": "structure",
20945
21006
  "members": {
20946
21007
  "Add": {
20947
- "shape": "S266"
21008
+ "shape": "S26a"
20948
21009
  },
20949
21010
  "Remove": {
20950
- "shape": "S266"
21011
+ "shape": "S26a"
20951
21012
  }
20952
21013
  }
20953
21014
  },
@@ -20993,7 +21054,7 @@
20993
21054
  "locationName": "successful"
20994
21055
  },
20995
21056
  "Unsuccessful": {
20996
- "shape": "S26b",
21057
+ "shape": "S26f",
20997
21058
  "locationName": "unsuccessful"
20998
21059
  }
20999
21060
  }
@@ -21061,15 +21122,15 @@
21061
21122
  },
21062
21123
  "OperationType": {},
21063
21124
  "ProductCodes": {
21064
- "shape": "S264",
21125
+ "shape": "S268",
21065
21126
  "locationName": "ProductCode"
21066
21127
  },
21067
21128
  "UserGroups": {
21068
- "shape": "S263",
21129
+ "shape": "S267",
21069
21130
  "locationName": "UserGroup"
21070
21131
  },
21071
21132
  "UserIds": {
21072
- "shape": "S262",
21133
+ "shape": "S266",
21073
21134
  "locationName": "UserId"
21074
21135
  },
21075
21136
  "Value": {},
@@ -21214,7 +21275,7 @@
21214
21275
  "members": {
21215
21276
  "InstanceId": {},
21216
21277
  "CapacityReservationSpecification": {
21217
- "shape": "S26o"
21278
+ "shape": "S26s"
21218
21279
  },
21219
21280
  "DryRun": {
21220
21281
  "type": "boolean"
@@ -21499,7 +21560,7 @@
21499
21560
  "locationName": "AddOperatingRegion"
21500
21561
  },
21501
21562
  "RemoveOperatingRegions": {
21502
- "shape": "S27i",
21563
+ "shape": "S27m",
21503
21564
  "locationName": "RemoveOperatingRegion"
21504
21565
  },
21505
21566
  "Tier": {}
@@ -21590,7 +21651,7 @@
21590
21651
  "type": "structure",
21591
21652
  "members": {
21592
21653
  "IpamResourceCidr": {
21593
- "shape": "S21p",
21654
+ "shape": "S21t",
21594
21655
  "locationName": "ipamResourceCidr"
21595
21656
  }
21596
21657
  }
@@ -21613,7 +21674,7 @@
21613
21674
  "locationName": "AddOperatingRegion"
21614
21675
  },
21615
21676
  "RemoveOperatingRegions": {
21616
- "shape": "S27i",
21677
+ "shape": "S27m",
21617
21678
  "locationName": "RemoveOperatingRegion"
21618
21679
  }
21619
21680
  }
@@ -21798,6 +21859,9 @@
21798
21859
  },
21799
21860
  "ConnectionTrackingSpecification": {
21800
21861
  "shape": "Sha"
21862
+ },
21863
+ "AssociatePublicIpAddress": {
21864
+ "type": "boolean"
21801
21865
  }
21802
21866
  }
21803
21867
  }
@@ -21947,7 +22011,7 @@
21947
22011
  "OperationType": {},
21948
22012
  "SnapshotId": {},
21949
22013
  "UserIds": {
21950
- "shape": "S262",
22014
+ "shape": "S266",
21951
22015
  "locationName": "UserId"
21952
22016
  },
21953
22017
  "DryRun": {
@@ -22904,13 +22968,13 @@
22904
22968
  ],
22905
22969
  "members": {
22906
22970
  "AccepterPeeringConnectionOptions": {
22907
- "shape": "S2a7"
22971
+ "shape": "S2ab"
22908
22972
  },
22909
22973
  "DryRun": {
22910
22974
  "type": "boolean"
22911
22975
  },
22912
22976
  "RequesterPeeringConnectionOptions": {
22913
- "shape": "S2a7"
22977
+ "shape": "S2ab"
22914
22978
  },
22915
22979
  "VpcPeeringConnectionId": {}
22916
22980
  }
@@ -22919,11 +22983,11 @@
22919
22983
  "type": "structure",
22920
22984
  "members": {
22921
22985
  "AccepterPeeringConnectionOptions": {
22922
- "shape": "S2a9",
22986
+ "shape": "S2ad",
22923
22987
  "locationName": "accepterPeeringConnectionOptions"
22924
22988
  },
22925
22989
  "RequesterPeeringConnectionOptions": {
22926
- "shape": "S2a9",
22990
+ "shape": "S2ad",
22927
22991
  "locationName": "requesterPeeringConnectionOptions"
22928
22992
  }
22929
22993
  }
@@ -23147,7 +23211,7 @@
23147
23211
  "type": "structure",
23148
23212
  "members": {
23149
23213
  "InstanceMonitorings": {
23150
- "shape": "S2ao",
23214
+ "shape": "S2as",
23151
23215
  "locationName": "instancesSet"
23152
23216
  }
23153
23217
  }
@@ -23400,7 +23464,7 @@
23400
23464
  "ClientToken": {},
23401
23465
  "CurrencyCode": {},
23402
23466
  "HostIdSet": {
23403
- "shape": "S201"
23467
+ "shape": "S205"
23404
23468
  },
23405
23469
  "LimitPrice": {},
23406
23470
  "OfferingId": {},
@@ -23420,7 +23484,7 @@
23420
23484
  "locationName": "currencyCode"
23421
23485
  },
23422
23486
  "Purchase": {
23423
- "shape": "S203",
23487
+ "shape": "S207",
23424
23488
  "locationName": "purchase"
23425
23489
  },
23426
23490
  "TotalHourlyPrice": {
@@ -23883,7 +23947,7 @@
23883
23947
  "locationName": "successful"
23884
23948
  },
23885
23949
  "Unsuccessful": {
23886
- "shape": "S26b",
23950
+ "shape": "S26f",
23887
23951
  "locationName": "unsuccessful"
23888
23952
  }
23889
23953
  }
@@ -24952,7 +25016,7 @@
24952
25016
  }
24953
25017
  },
24954
25018
  "CapacityReservationSpecification": {
24955
- "shape": "S26o"
25019
+ "shape": "S26s"
24956
25020
  },
24957
25021
  "HibernationOptions": {
24958
25022
  "type": "structure",
@@ -25118,7 +25182,7 @@
25118
25182
  "type": "integer"
25119
25183
  },
25120
25184
  "Groups": {
25121
- "shape": "S2ei",
25185
+ "shape": "S2em",
25122
25186
  "locationName": "Group"
25123
25187
  },
25124
25188
  "Ipv6AddressCount": {
@@ -25167,7 +25231,7 @@
25167
25231
  },
25168
25232
  "RamdiskId": {},
25169
25233
  "SecurityGroupIds": {
25170
- "shape": "S2ei",
25234
+ "shape": "S2em",
25171
25235
  "locationName": "SecurityGroupId"
25172
25236
  },
25173
25237
  "SubnetId": {},
@@ -25381,7 +25445,7 @@
25381
25445
  "type": "structure",
25382
25446
  "members": {
25383
25447
  "StartingInstances": {
25384
- "shape": "S2f6",
25448
+ "shape": "S2fa",
25385
25449
  "locationName": "instancesSet"
25386
25450
  }
25387
25451
  }
@@ -25508,7 +25572,7 @@
25508
25572
  "type": "structure",
25509
25573
  "members": {
25510
25574
  "StoppingInstances": {
25511
- "shape": "S2f6",
25575
+ "shape": "S2fa",
25512
25576
  "locationName": "instancesSet"
25513
25577
  }
25514
25578
  }
@@ -25583,7 +25647,7 @@
25583
25647
  "type": "structure",
25584
25648
  "members": {
25585
25649
  "TerminatingInstances": {
25586
- "shape": "S2f6",
25650
+ "shape": "S2fa",
25587
25651
  "locationName": "instancesSet"
25588
25652
  }
25589
25653
  }
@@ -25724,7 +25788,7 @@
25724
25788
  "type": "structure",
25725
25789
  "members": {
25726
25790
  "InstanceMonitorings": {
25727
- "shape": "S2ao",
25791
+ "shape": "S2as",
25728
25792
  "locationName": "instancesSet"
25729
25793
  }
25730
25794
  }
@@ -25743,7 +25807,7 @@
25743
25807
  "shape": "S6x"
25744
25808
  },
25745
25809
  "SecurityGroupRuleDescriptions": {
25746
- "shape": "S2fw",
25810
+ "shape": "S2g0",
25747
25811
  "locationName": "SecurityGroupRuleDescription"
25748
25812
  }
25749
25813
  }
@@ -25771,7 +25835,7 @@
25771
25835
  "shape": "S6x"
25772
25836
  },
25773
25837
  "SecurityGroupRuleDescriptions": {
25774
- "shape": "S2fw",
25838
+ "shape": "S2g0",
25775
25839
  "locationName": "SecurityGroupRuleDescription"
25776
25840
  }
25777
25841
  }
@@ -35585,7 +35649,7 @@
35585
35649
  "locationName": "AvailabilityZone"
35586
35650
  }
35587
35651
  },
35588
- "S1w2": {
35652
+ "S1w4": {
35589
35653
  "type": "structure",
35590
35654
  "members": {
35591
35655
  "TransitGatewayAttachmentId": {
@@ -35608,7 +35672,7 @@
35608
35672
  }
35609
35673
  }
35610
35674
  },
35611
- "S1zk": {
35675
+ "S1zo": {
35612
35676
  "type": "structure",
35613
35677
  "members": {
35614
35678
  "InstanceFamily": {
@@ -35619,13 +35683,13 @@
35619
35683
  }
35620
35684
  }
35621
35685
  },
35622
- "S201": {
35686
+ "S205": {
35623
35687
  "type": "list",
35624
35688
  "member": {
35625
35689
  "locationName": "item"
35626
35690
  }
35627
35691
  },
35628
- "S203": {
35692
+ "S207": {
35629
35693
  "type": "list",
35630
35694
  "member": {
35631
35695
  "locationName": "item",
@@ -35660,19 +35724,19 @@
35660
35724
  }
35661
35725
  }
35662
35726
  },
35663
- "S20c": {
35727
+ "S20g": {
35664
35728
  "type": "list",
35665
35729
  "member": {
35666
35730
  "locationName": "item"
35667
35731
  }
35668
35732
  },
35669
- "S20d": {
35733
+ "S20h": {
35670
35734
  "type": "list",
35671
35735
  "member": {
35672
35736
  "locationName": "item"
35673
35737
  }
35674
35738
  },
35675
- "S21p": {
35739
+ "S21t": {
35676
35740
  "type": "structure",
35677
35741
  "members": {
35678
35742
  "IpamId": {
@@ -35724,7 +35788,7 @@
35724
35788
  }
35725
35789
  }
35726
35790
  },
35727
- "S22e": {
35791
+ "S22i": {
35728
35792
  "type": "structure",
35729
35793
  "members": {
35730
35794
  "HourlyPrice": {
@@ -35738,14 +35802,14 @@
35738
35802
  }
35739
35803
  }
35740
35804
  },
35741
- "S235": {
35805
+ "S239": {
35742
35806
  "type": "list",
35743
35807
  "member": {
35744
35808
  "shape": "So6",
35745
35809
  "locationName": "item"
35746
35810
  }
35747
35811
  },
35748
- "S24h": {
35812
+ "S24l": {
35749
35813
  "type": "structure",
35750
35814
  "members": {
35751
35815
  "Comment": {},
@@ -35760,14 +35824,14 @@
35760
35824
  }
35761
35825
  }
35762
35826
  },
35763
- "S24k": {
35827
+ "S24o": {
35764
35828
  "type": "structure",
35765
35829
  "members": {
35766
35830
  "S3Bucket": {},
35767
35831
  "S3Key": {}
35768
35832
  }
35769
35833
  },
35770
- "S24r": {
35834
+ "S24v": {
35771
35835
  "type": "structure",
35772
35836
  "required": [
35773
35837
  "Bytes",
@@ -35788,7 +35852,7 @@
35788
35852
  }
35789
35853
  }
35790
35854
  },
35791
- "S24s": {
35855
+ "S24w": {
35792
35856
  "type": "structure",
35793
35857
  "required": [
35794
35858
  "Size"
@@ -35800,25 +35864,25 @@
35800
35864
  }
35801
35865
  }
35802
35866
  },
35803
- "S262": {
35867
+ "S266": {
35804
35868
  "type": "list",
35805
35869
  "member": {
35806
35870
  "locationName": "UserId"
35807
35871
  }
35808
35872
  },
35809
- "S263": {
35873
+ "S267": {
35810
35874
  "type": "list",
35811
35875
  "member": {
35812
35876
  "locationName": "UserGroup"
35813
35877
  }
35814
35878
  },
35815
- "S264": {
35879
+ "S268": {
35816
35880
  "type": "list",
35817
35881
  "member": {
35818
35882
  "locationName": "ProductCode"
35819
35883
  }
35820
35884
  },
35821
- "S266": {
35885
+ "S26a": {
35822
35886
  "type": "list",
35823
35887
  "member": {
35824
35888
  "locationName": "item",
@@ -35829,14 +35893,14 @@
35829
35893
  }
35830
35894
  }
35831
35895
  },
35832
- "S26b": {
35896
+ "S26f": {
35833
35897
  "type": "list",
35834
35898
  "member": {
35835
35899
  "shape": "S1i",
35836
35900
  "locationName": "item"
35837
35901
  }
35838
35902
  },
35839
- "S26o": {
35903
+ "S26s": {
35840
35904
  "type": "structure",
35841
35905
  "members": {
35842
35906
  "CapacityReservationPreference": {},
@@ -35845,7 +35909,7 @@
35845
35909
  }
35846
35910
  }
35847
35911
  },
35848
- "S27i": {
35912
+ "S27m": {
35849
35913
  "type": "list",
35850
35914
  "member": {
35851
35915
  "type": "structure",
@@ -35854,7 +35918,7 @@
35854
35918
  }
35855
35919
  }
35856
35920
  },
35857
- "S2a7": {
35921
+ "S2ab": {
35858
35922
  "type": "structure",
35859
35923
  "members": {
35860
35924
  "AllowDnsResolutionFromRemoteVpc": {
@@ -35868,7 +35932,7 @@
35868
35932
  }
35869
35933
  }
35870
35934
  },
35871
- "S2a9": {
35935
+ "S2ad": {
35872
35936
  "type": "structure",
35873
35937
  "members": {
35874
35938
  "AllowDnsResolutionFromRemoteVpc": {
@@ -35885,7 +35949,7 @@
35885
35949
  }
35886
35950
  }
35887
35951
  },
35888
- "S2ao": {
35952
+ "S2as": {
35889
35953
  "type": "list",
35890
35954
  "member": {
35891
35955
  "locationName": "item",
@@ -35901,13 +35965,13 @@
35901
35965
  }
35902
35966
  }
35903
35967
  },
35904
- "S2ei": {
35968
+ "S2em": {
35905
35969
  "type": "list",
35906
35970
  "member": {
35907
35971
  "locationName": "SecurityGroupId"
35908
35972
  }
35909
35973
  },
35910
- "S2f6": {
35974
+ "S2fa": {
35911
35975
  "type": "list",
35912
35976
  "member": {
35913
35977
  "locationName": "item",
@@ -35927,7 +35991,7 @@
35927
35991
  }
35928
35992
  }
35929
35993
  },
35930
- "S2fw": {
35994
+ "S2g0": {
35931
35995
  "type": "list",
35932
35996
  "member": {
35933
35997
  "locationName": "item",