cdk-lambda-subminute 2.0.264 → 2.0.266

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 (55) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +20 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.examples.json +1 -1
  6. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +57 -57
  7. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.paginators.json +15 -0
  8. package/node_modules/aws-sdk/apis/controltower-2018-05-10.min.json +68 -1
  9. package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +31 -18
  10. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +134 -82
  11. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +14 -8
  12. package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +102 -96
  13. package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +36 -36
  14. package/node_modules/aws-sdk/apis/machinelearning-2014-12-12.min.json +8 -2
  15. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +43 -7
  16. package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +194 -161
  17. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +740 -728
  18. package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +483 -76
  19. package/node_modules/aws-sdk/apis/textract-2018-06-27.paginators.json +12 -0
  20. package/node_modules/aws-sdk/clients/autoscaling.d.ts +4 -3
  21. package/node_modules/aws-sdk/clients/configservice.d.ts +15 -15
  22. package/node_modules/aws-sdk/clients/controltower.d.ts +104 -15
  23. package/node_modules/aws-sdk/clients/customerprofiles.d.ts +6 -6
  24. package/node_modules/aws-sdk/clients/ec2.d.ts +62 -6
  25. package/node_modules/aws-sdk/clients/elbv2.d.ts +7 -7
  26. package/node_modules/aws-sdk/clients/glue.d.ts +5 -5
  27. package/node_modules/aws-sdk/clients/inspector2.d.ts +25 -25
  28. package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +25 -0
  29. package/node_modules/aws-sdk/clients/lambda.d.ts +9 -0
  30. package/node_modules/aws-sdk/clients/pricing.d.ts +8 -8
  31. package/node_modules/aws-sdk/clients/rds.d.ts +48 -0
  32. package/node_modules/aws-sdk/clients/rekognition.d.ts +141 -72
  33. package/node_modules/aws-sdk/clients/sagemaker.d.ts +26 -6
  34. package/node_modules/aws-sdk/clients/textract.d.ts +534 -2
  35. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +1 -1
  36. package/node_modules/aws-sdk/clients/workspaces.d.ts +2 -2
  37. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  38. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +15 -15
  39. package/node_modules/aws-sdk/dist/aws-sdk.js +592 -444
  40. package/node_modules/aws-sdk/dist/aws-sdk.min.js +99 -99
  41. package/node_modules/aws-sdk/lib/core.js +1 -1
  42. package/node_modules/aws-sdk/package.json +1 -1
  43. package/node_modules/function-bind/.eslintrc +11 -5
  44. package/node_modules/function-bind/.github/FUNDING.yml +12 -0
  45. package/node_modules/function-bind/.github/SECURITY.md +3 -0
  46. package/node_modules/function-bind/.nycrc +13 -0
  47. package/node_modules/function-bind/CHANGELOG.md +136 -0
  48. package/node_modules/function-bind/README.md +25 -27
  49. package/node_modules/function-bind/implementation.js +44 -12
  50. package/node_modules/function-bind/package.json +38 -14
  51. package/package.json +3 -3
  52. package/node_modules/function-bind/.editorconfig +0 -20
  53. package/node_modules/function-bind/.jscs.json +0 -176
  54. package/node_modules/function-bind/.npmignore +0 -22
  55. package/node_modules/function-bind/.travis.yml +0 -168
@@ -9956,6 +9956,9 @@
9956
9956
  "IncludeDeprecated": {
9957
9957
  "type": "boolean"
9958
9958
  },
9959
+ "IncludeDisabled": {
9960
+ "type": "boolean"
9961
+ },
9959
9962
  "DryRun": {
9960
9963
  "locationName": "dryRun",
9961
9964
  "type": "boolean"
@@ -10071,6 +10074,9 @@
10071
10074
  },
10072
10075
  "ImdsSupport": {
10073
10076
  "locationName": "imdsSupport"
10077
+ },
10078
+ "SourceInstanceId": {
10079
+ "locationName": "sourceInstanceId"
10074
10080
  }
10075
10081
  }
10076
10082
  }
@@ -16124,6 +16130,29 @@
16124
16130
  }
16125
16131
  }
16126
16132
  },
16133
+ "DisableImage": {
16134
+ "input": {
16135
+ "type": "structure",
16136
+ "required": [
16137
+ "ImageId"
16138
+ ],
16139
+ "members": {
16140
+ "ImageId": {},
16141
+ "DryRun": {
16142
+ "type": "boolean"
16143
+ }
16144
+ }
16145
+ },
16146
+ "output": {
16147
+ "type": "structure",
16148
+ "members": {
16149
+ "Return": {
16150
+ "locationName": "return",
16151
+ "type": "boolean"
16152
+ }
16153
+ }
16154
+ }
16155
+ },
16127
16156
  "DisableImageBlockPublicAccess": {
16128
16157
  "input": {
16129
16158
  "type": "structure",
@@ -16226,7 +16255,7 @@
16226
16255
  "type": "structure",
16227
16256
  "members": {
16228
16257
  "Propagation": {
16229
- "shape": "S1tr",
16258
+ "shape": "S1tt",
16230
16259
  "locationName": "propagation"
16231
16260
  }
16232
16261
  }
@@ -16910,6 +16939,29 @@
16910
16939
  }
16911
16940
  }
16912
16941
  },
16942
+ "EnableImage": {
16943
+ "input": {
16944
+ "type": "structure",
16945
+ "required": [
16946
+ "ImageId"
16947
+ ],
16948
+ "members": {
16949
+ "ImageId": {},
16950
+ "DryRun": {
16951
+ "type": "boolean"
16952
+ }
16953
+ }
16954
+ },
16955
+ "output": {
16956
+ "type": "structure",
16957
+ "members": {
16958
+ "Return": {
16959
+ "locationName": "return",
16960
+ "type": "boolean"
16961
+ }
16962
+ }
16963
+ }
16964
+ },
16913
16965
  "EnableImageBlockPublicAccess": {
16914
16966
  "input": {
16915
16967
  "type": "structure",
@@ -17039,7 +17091,7 @@
17039
17091
  "type": "structure",
17040
17092
  "members": {
17041
17093
  "Propagation": {
17042
- "shape": "S1tr",
17094
+ "shape": "S1tt",
17043
17095
  "locationName": "propagation"
17044
17096
  }
17045
17097
  }
@@ -17650,7 +17702,7 @@
17650
17702
  "type": "structure",
17651
17703
  "members": {
17652
17704
  "InstanceFamilyCreditSpecification": {
17653
- "shape": "S1x4",
17705
+ "shape": "S1x8",
17654
17706
  "locationName": "instanceFamilyCreditSpecification"
17655
17707
  }
17656
17708
  }
@@ -17800,7 +17852,7 @@
17800
17852
  ],
17801
17853
  "members": {
17802
17854
  "HostIdSet": {
17803
- "shape": "S1xl"
17855
+ "shape": "S1xp"
17804
17856
  },
17805
17857
  "OfferingId": {}
17806
17858
  }
@@ -17812,7 +17864,7 @@
17812
17864
  "locationName": "currencyCode"
17813
17865
  },
17814
17866
  "Purchase": {
17815
- "shape": "S1xn",
17867
+ "shape": "S1xr",
17816
17868
  "locationName": "purchase"
17817
17869
  },
17818
17870
  "TotalHourlyPrice": {
@@ -17855,11 +17907,11 @@
17855
17907
  "type": "boolean"
17856
17908
  },
17857
17909
  "ArchitectureTypes": {
17858
- "shape": "S1xs",
17910
+ "shape": "S1xw",
17859
17911
  "locationName": "ArchitectureType"
17860
17912
  },
17861
17913
  "VirtualizationTypes": {
17862
- "shape": "S1xt",
17914
+ "shape": "S1xx",
17863
17915
  "locationName": "VirtualizationType"
17864
17916
  },
17865
17917
  "InstanceRequirements": {
@@ -18256,7 +18308,7 @@
18256
18308
  "locationName": "ipamResourceCidrSet",
18257
18309
  "type": "list",
18258
18310
  "member": {
18259
- "shape": "S1yt",
18311
+ "shape": "S1yx",
18260
18312
  "locationName": "item"
18261
18313
  }
18262
18314
  }
@@ -18521,7 +18573,7 @@
18521
18573
  "locationName": "paymentDue"
18522
18574
  },
18523
18575
  "ReservedInstanceValueRollup": {
18524
- "shape": "S1zh",
18576
+ "shape": "S1zl",
18525
18577
  "locationName": "reservedInstanceValueRollup"
18526
18578
  },
18527
18579
  "ReservedInstanceValueSet": {
@@ -18532,7 +18584,7 @@
18532
18584
  "type": "structure",
18533
18585
  "members": {
18534
18586
  "ReservationValue": {
18535
- "shape": "S1zh",
18587
+ "shape": "S1zl",
18536
18588
  "locationName": "reservationValue"
18537
18589
  },
18538
18590
  "ReservedInstanceId": {
@@ -18542,7 +18594,7 @@
18542
18594
  }
18543
18595
  },
18544
18596
  "TargetConfigurationValueRollup": {
18545
- "shape": "S1zh",
18597
+ "shape": "S1zl",
18546
18598
  "locationName": "targetConfigurationValueRollup"
18547
18599
  },
18548
18600
  "TargetConfigurationValueSet": {
@@ -18553,7 +18605,7 @@
18553
18605
  "type": "structure",
18554
18606
  "members": {
18555
18607
  "ReservationValue": {
18556
- "shape": "S1zh",
18608
+ "shape": "S1zl",
18557
18609
  "locationName": "reservationValue"
18558
18610
  },
18559
18611
  "TargetConfiguration": {
@@ -18625,11 +18677,11 @@
18625
18677
  "type": "structure",
18626
18678
  "members": {
18627
18679
  "ArchitectureTypes": {
18628
- "shape": "S1xs",
18680
+ "shape": "S1xw",
18629
18681
  "locationName": "ArchitectureType"
18630
18682
  },
18631
18683
  "VirtualizationTypes": {
18632
- "shape": "S1xt",
18684
+ "shape": "S1xx",
18633
18685
  "locationName": "VirtualizationType"
18634
18686
  },
18635
18687
  "InstanceRequirements": {
@@ -18700,11 +18752,11 @@
18700
18752
  "type": "structure",
18701
18753
  "members": {
18702
18754
  "SubnetIpv4CidrReservations": {
18703
- "shape": "S201",
18755
+ "shape": "S205",
18704
18756
  "locationName": "subnetIpv4CidrReservationSet"
18705
18757
  },
18706
18758
  "SubnetIpv6CidrReservations": {
18707
- "shape": "S201",
18759
+ "shape": "S205",
18708
18760
  "locationName": "subnetIpv6CidrReservationSet"
18709
18761
  },
18710
18762
  "NextToken": {
@@ -19281,7 +19333,7 @@
19281
19333
  "members": {
19282
19334
  "Architecture": {},
19283
19335
  "ClientData": {
19284
- "shape": "S21d"
19336
+ "shape": "S21h"
19285
19337
  },
19286
19338
  "ClientToken": {},
19287
19339
  "Description": {},
@@ -19300,7 +19352,7 @@
19300
19352
  "shape": "S183"
19301
19353
  },
19302
19354
  "UserBucket": {
19303
- "shape": "S21g"
19355
+ "shape": "S21k"
19304
19356
  }
19305
19357
  }
19306
19358
  }
@@ -19410,10 +19462,10 @@
19410
19462
  "members": {
19411
19463
  "Description": {},
19412
19464
  "Image": {
19413
- "shape": "S21n"
19465
+ "shape": "S21r"
19414
19466
  },
19415
19467
  "Volume": {
19416
- "shape": "S21o"
19468
+ "shape": "S21s"
19417
19469
  }
19418
19470
  }
19419
19471
  }
@@ -19536,7 +19588,7 @@
19536
19588
  "type": "structure",
19537
19589
  "members": {
19538
19590
  "ClientData": {
19539
- "shape": "S21d"
19591
+ "shape": "S21h"
19540
19592
  },
19541
19593
  "ClientToken": {},
19542
19594
  "Description": {},
@@ -19549,7 +19601,7 @@
19549
19601
  "shape": "S183"
19550
19602
  },
19551
19603
  "UserBucket": {
19552
- "shape": "S21g"
19604
+ "shape": "S21k"
19553
19605
  }
19554
19606
  }
19555
19607
  },
@@ -19607,11 +19659,11 @@
19607
19659
  "type": "boolean"
19608
19660
  },
19609
19661
  "Image": {
19610
- "shape": "S21n",
19662
+ "shape": "S21r",
19611
19663
  "locationName": "image"
19612
19664
  },
19613
19665
  "Volume": {
19614
- "shape": "S21o",
19666
+ "shape": "S21s",
19615
19667
  "locationName": "volume"
19616
19668
  }
19617
19669
  }
@@ -19926,7 +19978,7 @@
19926
19978
  "type": "structure",
19927
19979
  "members": {
19928
19980
  "InstanceFamilyCreditSpecification": {
19929
- "shape": "S1x4",
19981
+ "shape": "S1x8",
19930
19982
  "locationName": "instanceFamilyCreditSpecification"
19931
19983
  }
19932
19984
  }
@@ -20000,25 +20052,25 @@
20000
20052
  "Attribute": {},
20001
20053
  "OperationType": {},
20002
20054
  "UserIds": {
20003
- "shape": "S22t",
20055
+ "shape": "S22x",
20004
20056
  "locationName": "UserId"
20005
20057
  },
20006
20058
  "UserGroups": {
20007
- "shape": "S22u",
20059
+ "shape": "S22y",
20008
20060
  "locationName": "UserGroup"
20009
20061
  },
20010
20062
  "ProductCodes": {
20011
- "shape": "S22v",
20063
+ "shape": "S22z",
20012
20064
  "locationName": "ProductCode"
20013
20065
  },
20014
20066
  "LoadPermission": {
20015
20067
  "type": "structure",
20016
20068
  "members": {
20017
20069
  "Add": {
20018
- "shape": "S22x"
20070
+ "shape": "S231"
20019
20071
  },
20020
20072
  "Remove": {
20021
- "shape": "S22x"
20073
+ "shape": "S231"
20022
20074
  }
20023
20075
  }
20024
20076
  },
@@ -20064,7 +20116,7 @@
20064
20116
  "locationName": "successful"
20065
20117
  },
20066
20118
  "Unsuccessful": {
20067
- "shape": "S232",
20119
+ "shape": "S236",
20068
20120
  "locationName": "unsuccessful"
20069
20121
  }
20070
20122
  }
@@ -20132,15 +20184,15 @@
20132
20184
  },
20133
20185
  "OperationType": {},
20134
20186
  "ProductCodes": {
20135
- "shape": "S22v",
20187
+ "shape": "S22z",
20136
20188
  "locationName": "ProductCode"
20137
20189
  },
20138
20190
  "UserGroups": {
20139
- "shape": "S22u",
20191
+ "shape": "S22y",
20140
20192
  "locationName": "UserGroup"
20141
20193
  },
20142
20194
  "UserIds": {
20143
- "shape": "S22t",
20195
+ "shape": "S22x",
20144
20196
  "locationName": "UserId"
20145
20197
  },
20146
20198
  "Value": {},
@@ -20285,7 +20337,7 @@
20285
20337
  "members": {
20286
20338
  "InstanceId": {},
20287
20339
  "CapacityReservationSpecification": {
20288
- "shape": "S23f"
20340
+ "shape": "S23j"
20289
20341
  },
20290
20342
  "DryRun": {
20291
20343
  "type": "boolean"
@@ -20545,7 +20597,7 @@
20545
20597
  "locationName": "AddOperatingRegion"
20546
20598
  },
20547
20599
  "RemoveOperatingRegions": {
20548
- "shape": "S244",
20600
+ "shape": "S248",
20549
20601
  "locationName": "RemoveOperatingRegion"
20550
20602
  }
20551
20603
  }
@@ -20635,7 +20687,7 @@
20635
20687
  "type": "structure",
20636
20688
  "members": {
20637
20689
  "IpamResourceCidr": {
20638
- "shape": "S1yt",
20690
+ "shape": "S1yx",
20639
20691
  "locationName": "ipamResourceCidr"
20640
20692
  }
20641
20693
  }
@@ -20658,7 +20710,7 @@
20658
20710
  "locationName": "AddOperatingRegion"
20659
20711
  },
20660
20712
  "RemoveOperatingRegions": {
20661
- "shape": "S244",
20713
+ "shape": "S248",
20662
20714
  "locationName": "RemoveOperatingRegion"
20663
20715
  }
20664
20716
  }
@@ -20989,7 +21041,7 @@
20989
21041
  "OperationType": {},
20990
21042
  "SnapshotId": {},
20991
21043
  "UserIds": {
20992
- "shape": "S22t",
21044
+ "shape": "S22x",
20993
21045
  "locationName": "UserId"
20994
21046
  },
20995
21047
  "DryRun": {
@@ -21938,13 +21990,13 @@
21938
21990
  ],
21939
21991
  "members": {
21940
21992
  "AccepterPeeringConnectionOptions": {
21941
- "shape": "S26s"
21993
+ "shape": "S26w"
21942
21994
  },
21943
21995
  "DryRun": {
21944
21996
  "type": "boolean"
21945
21997
  },
21946
21998
  "RequesterPeeringConnectionOptions": {
21947
- "shape": "S26s"
21999
+ "shape": "S26w"
21948
22000
  },
21949
22001
  "VpcPeeringConnectionId": {}
21950
22002
  }
@@ -21953,11 +22005,11 @@
21953
22005
  "type": "structure",
21954
22006
  "members": {
21955
22007
  "AccepterPeeringConnectionOptions": {
21956
- "shape": "S26u",
22008
+ "shape": "S26y",
21957
22009
  "locationName": "accepterPeeringConnectionOptions"
21958
22010
  },
21959
22011
  "RequesterPeeringConnectionOptions": {
21960
- "shape": "S26u",
22012
+ "shape": "S26y",
21961
22013
  "locationName": "requesterPeeringConnectionOptions"
21962
22014
  }
21963
22015
  }
@@ -22181,7 +22233,7 @@
22181
22233
  "type": "structure",
22182
22234
  "members": {
22183
22235
  "InstanceMonitorings": {
22184
- "shape": "S279",
22236
+ "shape": "S27d",
22185
22237
  "locationName": "instancesSet"
22186
22238
  }
22187
22239
  }
@@ -22367,7 +22419,7 @@
22367
22419
  "ClientToken": {},
22368
22420
  "CurrencyCode": {},
22369
22421
  "HostIdSet": {
22370
- "shape": "S1xl"
22422
+ "shape": "S1xp"
22371
22423
  },
22372
22424
  "LimitPrice": {},
22373
22425
  "OfferingId": {},
@@ -22387,7 +22439,7 @@
22387
22439
  "locationName": "currencyCode"
22388
22440
  },
22389
22441
  "Purchase": {
22390
- "shape": "S1xn",
22442
+ "shape": "S1xr",
22391
22443
  "locationName": "purchase"
22392
22444
  },
22393
22445
  "TotalHourlyPrice": {
@@ -22846,7 +22898,7 @@
22846
22898
  "locationName": "successful"
22847
22899
  },
22848
22900
  "Unsuccessful": {
22849
- "shape": "S232",
22901
+ "shape": "S236",
22850
22902
  "locationName": "unsuccessful"
22851
22903
  }
22852
22904
  }
@@ -23915,7 +23967,7 @@
23915
23967
  }
23916
23968
  },
23917
23969
  "CapacityReservationSpecification": {
23918
- "shape": "S23f"
23970
+ "shape": "S23j"
23919
23971
  },
23920
23972
  "HibernationOptions": {
23921
23973
  "type": "structure",
@@ -24081,7 +24133,7 @@
24081
24133
  "type": "integer"
24082
24134
  },
24083
24135
  "Groups": {
24084
- "shape": "S2ay",
24136
+ "shape": "S2b2",
24085
24137
  "locationName": "Group"
24086
24138
  },
24087
24139
  "Ipv6AddressCount": {
@@ -24130,7 +24182,7 @@
24130
24182
  },
24131
24183
  "RamdiskId": {},
24132
24184
  "SecurityGroupIds": {
24133
- "shape": "S2ay",
24185
+ "shape": "S2b2",
24134
24186
  "locationName": "SecurityGroupId"
24135
24187
  },
24136
24188
  "SubnetId": {},
@@ -24344,7 +24396,7 @@
24344
24396
  "type": "structure",
24345
24397
  "members": {
24346
24398
  "StartingInstances": {
24347
- "shape": "S2bm",
24399
+ "shape": "S2bq",
24348
24400
  "locationName": "instancesSet"
24349
24401
  }
24350
24402
  }
@@ -24471,7 +24523,7 @@
24471
24523
  "type": "structure",
24472
24524
  "members": {
24473
24525
  "StoppingInstances": {
24474
- "shape": "S2bm",
24526
+ "shape": "S2bq",
24475
24527
  "locationName": "instancesSet"
24476
24528
  }
24477
24529
  }
@@ -24546,7 +24598,7 @@
24546
24598
  "type": "structure",
24547
24599
  "members": {
24548
24600
  "TerminatingInstances": {
24549
- "shape": "S2bm",
24601
+ "shape": "S2bq",
24550
24602
  "locationName": "instancesSet"
24551
24603
  }
24552
24604
  }
@@ -24665,7 +24717,7 @@
24665
24717
  "type": "structure",
24666
24718
  "members": {
24667
24719
  "InstanceMonitorings": {
24668
- "shape": "S279",
24720
+ "shape": "S27d",
24669
24721
  "locationName": "instancesSet"
24670
24722
  }
24671
24723
  }
@@ -24684,7 +24736,7 @@
24684
24736
  "shape": "S6q"
24685
24737
  },
24686
24738
  "SecurityGroupRuleDescriptions": {
24687
- "shape": "S2ca",
24739
+ "shape": "S2ce",
24688
24740
  "locationName": "SecurityGroupRuleDescription"
24689
24741
  }
24690
24742
  }
@@ -24712,7 +24764,7 @@
24712
24764
  "shape": "S6q"
24713
24765
  },
24714
24766
  "SecurityGroupRuleDescriptions": {
24715
- "shape": "S2ca",
24767
+ "shape": "S2ce",
24716
24768
  "locationName": "SecurityGroupRuleDescription"
24717
24769
  }
24718
24770
  }
@@ -34290,7 +34342,7 @@
34290
34342
  "locationName": "AvailabilityZone"
34291
34343
  }
34292
34344
  },
34293
- "S1tr": {
34345
+ "S1tt": {
34294
34346
  "type": "structure",
34295
34347
  "members": {
34296
34348
  "TransitGatewayAttachmentId": {
@@ -34313,7 +34365,7 @@
34313
34365
  }
34314
34366
  }
34315
34367
  },
34316
- "S1x4": {
34368
+ "S1x8": {
34317
34369
  "type": "structure",
34318
34370
  "members": {
34319
34371
  "InstanceFamily": {
@@ -34324,13 +34376,13 @@
34324
34376
  }
34325
34377
  }
34326
34378
  },
34327
- "S1xl": {
34379
+ "S1xp": {
34328
34380
  "type": "list",
34329
34381
  "member": {
34330
34382
  "locationName": "item"
34331
34383
  }
34332
34384
  },
34333
- "S1xn": {
34385
+ "S1xr": {
34334
34386
  "type": "list",
34335
34387
  "member": {
34336
34388
  "locationName": "item",
@@ -34365,19 +34417,19 @@
34365
34417
  }
34366
34418
  }
34367
34419
  },
34368
- "S1xs": {
34420
+ "S1xw": {
34369
34421
  "type": "list",
34370
34422
  "member": {
34371
34423
  "locationName": "item"
34372
34424
  }
34373
34425
  },
34374
- "S1xt": {
34426
+ "S1xx": {
34375
34427
  "type": "list",
34376
34428
  "member": {
34377
34429
  "locationName": "item"
34378
34430
  }
34379
34431
  },
34380
- "S1yt": {
34432
+ "S1yx": {
34381
34433
  "type": "structure",
34382
34434
  "members": {
34383
34435
  "IpamId": {
@@ -34429,7 +34481,7 @@
34429
34481
  }
34430
34482
  }
34431
34483
  },
34432
- "S1zh": {
34484
+ "S1zl": {
34433
34485
  "type": "structure",
34434
34486
  "members": {
34435
34487
  "HourlyPrice": {
@@ -34443,14 +34495,14 @@
34443
34495
  }
34444
34496
  }
34445
34497
  },
34446
- "S201": {
34498
+ "S205": {
34447
34499
  "type": "list",
34448
34500
  "member": {
34449
34501
  "shape": "Snn",
34450
34502
  "locationName": "item"
34451
34503
  }
34452
34504
  },
34453
- "S21d": {
34505
+ "S21h": {
34454
34506
  "type": "structure",
34455
34507
  "members": {
34456
34508
  "Comment": {},
@@ -34465,14 +34517,14 @@
34465
34517
  }
34466
34518
  }
34467
34519
  },
34468
- "S21g": {
34520
+ "S21k": {
34469
34521
  "type": "structure",
34470
34522
  "members": {
34471
34523
  "S3Bucket": {},
34472
34524
  "S3Key": {}
34473
34525
  }
34474
34526
  },
34475
- "S21n": {
34527
+ "S21r": {
34476
34528
  "type": "structure",
34477
34529
  "required": [
34478
34530
  "Bytes",
@@ -34493,7 +34545,7 @@
34493
34545
  }
34494
34546
  }
34495
34547
  },
34496
- "S21o": {
34548
+ "S21s": {
34497
34549
  "type": "structure",
34498
34550
  "required": [
34499
34551
  "Size"
@@ -34505,25 +34557,25 @@
34505
34557
  }
34506
34558
  }
34507
34559
  },
34508
- "S22t": {
34560
+ "S22x": {
34509
34561
  "type": "list",
34510
34562
  "member": {
34511
34563
  "locationName": "UserId"
34512
34564
  }
34513
34565
  },
34514
- "S22u": {
34566
+ "S22y": {
34515
34567
  "type": "list",
34516
34568
  "member": {
34517
34569
  "locationName": "UserGroup"
34518
34570
  }
34519
34571
  },
34520
- "S22v": {
34572
+ "S22z": {
34521
34573
  "type": "list",
34522
34574
  "member": {
34523
34575
  "locationName": "ProductCode"
34524
34576
  }
34525
34577
  },
34526
- "S22x": {
34578
+ "S231": {
34527
34579
  "type": "list",
34528
34580
  "member": {
34529
34581
  "locationName": "item",
@@ -34534,14 +34586,14 @@
34534
34586
  }
34535
34587
  }
34536
34588
  },
34537
- "S232": {
34589
+ "S236": {
34538
34590
  "type": "list",
34539
34591
  "member": {
34540
34592
  "shape": "S1h",
34541
34593
  "locationName": "item"
34542
34594
  }
34543
34595
  },
34544
- "S23f": {
34596
+ "S23j": {
34545
34597
  "type": "structure",
34546
34598
  "members": {
34547
34599
  "CapacityReservationPreference": {},
@@ -34550,7 +34602,7 @@
34550
34602
  }
34551
34603
  }
34552
34604
  },
34553
- "S244": {
34605
+ "S248": {
34554
34606
  "type": "list",
34555
34607
  "member": {
34556
34608
  "type": "structure",
@@ -34559,7 +34611,7 @@
34559
34611
  }
34560
34612
  }
34561
34613
  },
34562
- "S26s": {
34614
+ "S26w": {
34563
34615
  "type": "structure",
34564
34616
  "members": {
34565
34617
  "AllowDnsResolutionFromRemoteVpc": {
@@ -34573,7 +34625,7 @@
34573
34625
  }
34574
34626
  }
34575
34627
  },
34576
- "S26u": {
34628
+ "S26y": {
34577
34629
  "type": "structure",
34578
34630
  "members": {
34579
34631
  "AllowDnsResolutionFromRemoteVpc": {
@@ -34590,7 +34642,7 @@
34590
34642
  }
34591
34643
  }
34592
34644
  },
34593
- "S279": {
34645
+ "S27d": {
34594
34646
  "type": "list",
34595
34647
  "member": {
34596
34648
  "locationName": "item",
@@ -34606,13 +34658,13 @@
34606
34658
  }
34607
34659
  }
34608
34660
  },
34609
- "S2ay": {
34661
+ "S2b2": {
34610
34662
  "type": "list",
34611
34663
  "member": {
34612
34664
  "locationName": "SecurityGroupId"
34613
34665
  }
34614
34666
  },
34615
- "S2bm": {
34667
+ "S2bq": {
34616
34668
  "type": "list",
34617
34669
  "member": {
34618
34670
  "locationName": "item",
@@ -34632,7 +34684,7 @@
34632
34684
  }
34633
34685
  }
34634
34686
  },
34635
- "S2ca": {
34687
+ "S2ce": {
34636
34688
  "type": "list",
34637
34689
  "member": {
34638
34690
  "locationName": "item",