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
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1584.0
1
+ // AWS SDK for JavaScript v2.1586.0
2
2
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
3
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
4
4
  (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
@@ -13931,6 +13931,29 @@ module.exports={
13931
13931
  }
13932
13932
  }
13933
13933
  },
13934
+ "ListCostAllocationTagBackfillHistory": {
13935
+ "input": {
13936
+ "type": "structure",
13937
+ "members": {
13938
+ "NextToken": {},
13939
+ "MaxResults": {
13940
+ "type": "integer"
13941
+ }
13942
+ }
13943
+ },
13944
+ "output": {
13945
+ "type": "structure",
13946
+ "members": {
13947
+ "BackfillRequests": {
13948
+ "type": "list",
13949
+ "member": {
13950
+ "shape": "S7t"
13951
+ }
13952
+ },
13953
+ "NextToken": {}
13954
+ }
13955
+ }
13956
+ },
13934
13957
  "ListCostAllocationTags": {
13935
13958
  "input": {
13936
13959
  "type": "structure",
@@ -14088,6 +14111,25 @@ module.exports={
14088
14111
  }
14089
14112
  }
14090
14113
  },
14114
+ "StartCostAllocationTagBackfill": {
14115
+ "input": {
14116
+ "type": "structure",
14117
+ "required": [
14118
+ "BackfillFrom"
14119
+ ],
14120
+ "members": {
14121
+ "BackfillFrom": {}
14122
+ }
14123
+ },
14124
+ "output": {
14125
+ "type": "structure",
14126
+ "members": {
14127
+ "BackfillRequest": {
14128
+ "shape": "S7t"
14129
+ }
14130
+ }
14131
+ }
14132
+ },
14091
14133
  "StartSavingsPlansPurchaseRecommendationGeneration": {
14092
14134
  "input": {
14093
14135
  "type": "structure",
@@ -14778,6 +14820,16 @@ module.exports={
14778
14820
  "shape": "S7a"
14779
14821
  }
14780
14822
  }
14823
+ },
14824
+ "S7t": {
14825
+ "type": "structure",
14826
+ "members": {
14827
+ "BackfillFrom": {},
14828
+ "RequestedAt": {},
14829
+ "CompletedAt": {},
14830
+ "BackfillStatus": {},
14831
+ "LastUpdatedAt": {}
14832
+ }
14781
14833
  }
14782
14834
  }
14783
14835
  }
@@ -14794,6 +14846,11 @@ module.exports={
14794
14846
  "output_token": "NextToken",
14795
14847
  "limit_key": "MaxResults"
14796
14848
  },
14849
+ "ListCostAllocationTagBackfillHistory": {
14850
+ "input_token": "NextToken",
14851
+ "output_token": "NextToken",
14852
+ "limit_key": "MaxResults"
14853
+ },
14797
14854
  "ListCostAllocationTags": {
14798
14855
  "input_token": "NextToken",
14799
14856
  "output_token": "NextToken",
@@ -44639,7 +44696,8 @@ module.exports={
44639
44696
  "members": {
44640
44697
  "arn": {},
44641
44698
  "serverType": {},
44642
- "authType": {}
44699
+ "authType": {},
44700
+ "resource": {}
44643
44701
  }
44644
44702
  }
44645
44703
  }
@@ -89695,9 +89753,7 @@ module.exports={
89695
89753
  "locationName": "item",
89696
89754
  "type": "structure",
89697
89755
  "members": {
89698
- "Key": {
89699
- "locationName": "key"
89700
- },
89756
+ "Key": {},
89701
89757
  "Values": {
89702
89758
  "shape": "So",
89703
89759
  "locationName": "Value"
@@ -105872,6 +105928,40 @@ module.exports={
105872
105928
  }
105873
105929
  }
105874
105930
  },
105931
+ "GetInstanceMetadataDefaults": {
105932
+ "input": {
105933
+ "type": "structure",
105934
+ "members": {
105935
+ "DryRun": {
105936
+ "type": "boolean"
105937
+ }
105938
+ }
105939
+ },
105940
+ "output": {
105941
+ "type": "structure",
105942
+ "members": {
105943
+ "AccountLevel": {
105944
+ "locationName": "accountLevel",
105945
+ "type": "structure",
105946
+ "members": {
105947
+ "HttpTokens": {
105948
+ "locationName": "httpTokens"
105949
+ },
105950
+ "HttpPutResponseHopLimit": {
105951
+ "locationName": "httpPutResponseHopLimit",
105952
+ "type": "integer"
105953
+ },
105954
+ "HttpEndpoint": {
105955
+ "locationName": "httpEndpoint"
105956
+ },
105957
+ "InstanceMetadataTags": {
105958
+ "locationName": "instanceMetadataTags"
105959
+ }
105960
+ }
105961
+ }
105962
+ }
105963
+ }
105964
+ },
105875
105965
  "GetInstanceTypesFromInstanceRequirements": {
105876
105966
  "input": {
105877
105967
  "type": "structure",
@@ -105885,11 +105975,11 @@ module.exports={
105885
105975
  "type": "boolean"
105886
105976
  },
105887
105977
  "ArchitectureTypes": {
105888
- "shape": "S208",
105978
+ "shape": "S20c",
105889
105979
  "locationName": "ArchitectureType"
105890
105980
  },
105891
105981
  "VirtualizationTypes": {
105892
- "shape": "S209",
105982
+ "shape": "S20d",
105893
105983
  "locationName": "VirtualizationType"
105894
105984
  },
105895
105985
  "InstanceRequirements": {
@@ -106422,7 +106512,7 @@ module.exports={
106422
106512
  "locationName": "ipamResourceCidrSet",
106423
106513
  "type": "list",
106424
106514
  "member": {
106425
- "shape": "S21l",
106515
+ "shape": "S21p",
106426
106516
  "locationName": "item"
106427
106517
  }
106428
106518
  }
@@ -106687,7 +106777,7 @@ module.exports={
106687
106777
  "locationName": "paymentDue"
106688
106778
  },
106689
106779
  "ReservedInstanceValueRollup": {
106690
- "shape": "S22a",
106780
+ "shape": "S22e",
106691
106781
  "locationName": "reservedInstanceValueRollup"
106692
106782
  },
106693
106783
  "ReservedInstanceValueSet": {
@@ -106698,7 +106788,7 @@ module.exports={
106698
106788
  "type": "structure",
106699
106789
  "members": {
106700
106790
  "ReservationValue": {
106701
- "shape": "S22a",
106791
+ "shape": "S22e",
106702
106792
  "locationName": "reservationValue"
106703
106793
  },
106704
106794
  "ReservedInstanceId": {
@@ -106708,7 +106798,7 @@ module.exports={
106708
106798
  }
106709
106799
  },
106710
106800
  "TargetConfigurationValueRollup": {
106711
- "shape": "S22a",
106801
+ "shape": "S22e",
106712
106802
  "locationName": "targetConfigurationValueRollup"
106713
106803
  },
106714
106804
  "TargetConfigurationValueSet": {
@@ -106719,7 +106809,7 @@ module.exports={
106719
106809
  "type": "structure",
106720
106810
  "members": {
106721
106811
  "ReservationValue": {
106722
- "shape": "S22a",
106812
+ "shape": "S22e",
106723
106813
  "locationName": "reservationValue"
106724
106814
  },
106725
106815
  "TargetConfiguration": {
@@ -106868,11 +106958,11 @@ module.exports={
106868
106958
  "type": "structure",
106869
106959
  "members": {
106870
106960
  "ArchitectureTypes": {
106871
- "shape": "S208",
106961
+ "shape": "S20c",
106872
106962
  "locationName": "ArchitectureType"
106873
106963
  },
106874
106964
  "VirtualizationTypes": {
106875
- "shape": "S209",
106965
+ "shape": "S20d",
106876
106966
  "locationName": "VirtualizationType"
106877
106967
  },
106878
106968
  "InstanceRequirements": {
@@ -106943,11 +107033,11 @@ module.exports={
106943
107033
  "type": "structure",
106944
107034
  "members": {
106945
107035
  "SubnetIpv4CidrReservations": {
106946
- "shape": "S231",
107036
+ "shape": "S235",
106947
107037
  "locationName": "subnetIpv4CidrReservationSet"
106948
107038
  },
106949
107039
  "SubnetIpv6CidrReservations": {
106950
- "shape": "S231",
107040
+ "shape": "S235",
106951
107041
  "locationName": "subnetIpv6CidrReservationSet"
106952
107042
  },
106953
107043
  "NextToken": {
@@ -107524,7 +107614,7 @@ module.exports={
107524
107614
  "members": {
107525
107615
  "Architecture": {},
107526
107616
  "ClientData": {
107527
- "shape": "S24d"
107617
+ "shape": "S24h"
107528
107618
  },
107529
107619
  "ClientToken": {},
107530
107620
  "Description": {},
@@ -107543,7 +107633,7 @@ module.exports={
107543
107633
  "shape": "S18v"
107544
107634
  },
107545
107635
  "UserBucket": {
107546
- "shape": "S24g"
107636
+ "shape": "S24k"
107547
107637
  }
107548
107638
  }
107549
107639
  }
@@ -107653,10 +107743,10 @@ module.exports={
107653
107743
  "members": {
107654
107744
  "Description": {},
107655
107745
  "Image": {
107656
- "shape": "S24n"
107746
+ "shape": "S24r"
107657
107747
  },
107658
107748
  "Volume": {
107659
- "shape": "S24o"
107749
+ "shape": "S24s"
107660
107750
  }
107661
107751
  }
107662
107752
  }
@@ -107779,7 +107869,7 @@ module.exports={
107779
107869
  "type": "structure",
107780
107870
  "members": {
107781
107871
  "ClientData": {
107782
- "shape": "S24d"
107872
+ "shape": "S24h"
107783
107873
  },
107784
107874
  "ClientToken": {},
107785
107875
  "Description": {},
@@ -107792,7 +107882,7 @@ module.exports={
107792
107882
  "shape": "S18v"
107793
107883
  },
107794
107884
  "UserBucket": {
107795
- "shape": "S24g"
107885
+ "shape": "S24k"
107796
107886
  }
107797
107887
  }
107798
107888
  },
@@ -107850,11 +107940,11 @@ module.exports={
107850
107940
  "type": "boolean"
107851
107941
  },
107852
107942
  "Image": {
107853
- "shape": "S24n",
107943
+ "shape": "S24r",
107854
107944
  "locationName": "image"
107855
107945
  },
107856
107946
  "Volume": {
107857
- "shape": "S24o",
107947
+ "shape": "S24s",
107858
107948
  "locationName": "volume"
107859
107949
  }
107860
107950
  }
@@ -108303,25 +108393,25 @@ module.exports={
108303
108393
  "Attribute": {},
108304
108394
  "OperationType": {},
108305
108395
  "UserIds": {
108306
- "shape": "S25y",
108396
+ "shape": "S262",
108307
108397
  "locationName": "UserId"
108308
108398
  },
108309
108399
  "UserGroups": {
108310
- "shape": "S25z",
108400
+ "shape": "S263",
108311
108401
  "locationName": "UserGroup"
108312
108402
  },
108313
108403
  "ProductCodes": {
108314
- "shape": "S260",
108404
+ "shape": "S264",
108315
108405
  "locationName": "ProductCode"
108316
108406
  },
108317
108407
  "LoadPermission": {
108318
108408
  "type": "structure",
108319
108409
  "members": {
108320
108410
  "Add": {
108321
- "shape": "S262"
108411
+ "shape": "S266"
108322
108412
  },
108323
108413
  "Remove": {
108324
- "shape": "S262"
108414
+ "shape": "S266"
108325
108415
  }
108326
108416
  }
108327
108417
  },
@@ -108367,7 +108457,7 @@ module.exports={
108367
108457
  "locationName": "successful"
108368
108458
  },
108369
108459
  "Unsuccessful": {
108370
- "shape": "S267",
108460
+ "shape": "S26b",
108371
108461
  "locationName": "unsuccessful"
108372
108462
  }
108373
108463
  }
@@ -108435,15 +108525,15 @@ module.exports={
108435
108525
  },
108436
108526
  "OperationType": {},
108437
108527
  "ProductCodes": {
108438
- "shape": "S260",
108528
+ "shape": "S264",
108439
108529
  "locationName": "ProductCode"
108440
108530
  },
108441
108531
  "UserGroups": {
108442
- "shape": "S25z",
108532
+ "shape": "S263",
108443
108533
  "locationName": "UserGroup"
108444
108534
  },
108445
108535
  "UserIds": {
108446
- "shape": "S25y",
108536
+ "shape": "S262",
108447
108537
  "locationName": "UserId"
108448
108538
  },
108449
108539
  "Value": {},
@@ -108588,7 +108678,7 @@ module.exports={
108588
108678
  "members": {
108589
108679
  "InstanceId": {},
108590
108680
  "CapacityReservationSpecification": {
108591
- "shape": "S26k"
108681
+ "shape": "S26o"
108592
108682
  },
108593
108683
  "DryRun": {
108594
108684
  "type": "boolean"
@@ -108761,6 +108851,31 @@ module.exports={
108761
108851
  }
108762
108852
  }
108763
108853
  },
108854
+ "ModifyInstanceMetadataDefaults": {
108855
+ "input": {
108856
+ "type": "structure",
108857
+ "members": {
108858
+ "HttpTokens": {},
108859
+ "HttpPutResponseHopLimit": {
108860
+ "type": "integer"
108861
+ },
108862
+ "HttpEndpoint": {},
108863
+ "InstanceMetadataTags": {},
108864
+ "DryRun": {
108865
+ "type": "boolean"
108866
+ }
108867
+ }
108868
+ },
108869
+ "output": {
108870
+ "type": "structure",
108871
+ "members": {
108872
+ "Return": {
108873
+ "locationName": "return",
108874
+ "type": "boolean"
108875
+ }
108876
+ }
108877
+ }
108878
+ },
108764
108879
  "ModifyInstanceMetadataOptions": {
108765
108880
  "input": {
108766
108881
  "type": "structure",
@@ -108848,7 +108963,7 @@ module.exports={
108848
108963
  "locationName": "AddOperatingRegion"
108849
108964
  },
108850
108965
  "RemoveOperatingRegions": {
108851
- "shape": "S279",
108966
+ "shape": "S27i",
108852
108967
  "locationName": "RemoveOperatingRegion"
108853
108968
  },
108854
108969
  "Tier": {}
@@ -108939,7 +109054,7 @@ module.exports={
108939
109054
  "type": "structure",
108940
109055
  "members": {
108941
109056
  "IpamResourceCidr": {
108942
- "shape": "S21l",
109057
+ "shape": "S21p",
108943
109058
  "locationName": "ipamResourceCidr"
108944
109059
  }
108945
109060
  }
@@ -108962,7 +109077,7 @@ module.exports={
108962
109077
  "locationName": "AddOperatingRegion"
108963
109078
  },
108964
109079
  "RemoveOperatingRegions": {
108965
- "shape": "S279",
109080
+ "shape": "S27i",
108966
109081
  "locationName": "RemoveOperatingRegion"
108967
109082
  }
108968
109083
  }
@@ -109296,7 +109411,7 @@ module.exports={
109296
109411
  "OperationType": {},
109297
109412
  "SnapshotId": {},
109298
109413
  "UserIds": {
109299
- "shape": "S25y",
109414
+ "shape": "S262",
109300
109415
  "locationName": "UserId"
109301
109416
  },
109302
109417
  "DryRun": {
@@ -110253,13 +110368,13 @@ module.exports={
110253
110368
  ],
110254
110369
  "members": {
110255
110370
  "AccepterPeeringConnectionOptions": {
110256
- "shape": "S29y"
110371
+ "shape": "S2a7"
110257
110372
  },
110258
110373
  "DryRun": {
110259
110374
  "type": "boolean"
110260
110375
  },
110261
110376
  "RequesterPeeringConnectionOptions": {
110262
- "shape": "S29y"
110377
+ "shape": "S2a7"
110263
110378
  },
110264
110379
  "VpcPeeringConnectionId": {}
110265
110380
  }
@@ -110268,11 +110383,11 @@ module.exports={
110268
110383
  "type": "structure",
110269
110384
  "members": {
110270
110385
  "AccepterPeeringConnectionOptions": {
110271
- "shape": "S2a0",
110386
+ "shape": "S2a9",
110272
110387
  "locationName": "accepterPeeringConnectionOptions"
110273
110388
  },
110274
110389
  "RequesterPeeringConnectionOptions": {
110275
- "shape": "S2a0",
110390
+ "shape": "S2a9",
110276
110391
  "locationName": "requesterPeeringConnectionOptions"
110277
110392
  }
110278
110393
  }
@@ -110496,7 +110611,7 @@ module.exports={
110496
110611
  "type": "structure",
110497
110612
  "members": {
110498
110613
  "InstanceMonitorings": {
110499
- "shape": "S2af",
110614
+ "shape": "S2ao",
110500
110615
  "locationName": "instancesSet"
110501
110616
  }
110502
110617
  }
@@ -111232,7 +111347,7 @@ module.exports={
111232
111347
  "locationName": "successful"
111233
111348
  },
111234
111349
  "Unsuccessful": {
111235
- "shape": "S267",
111350
+ "shape": "S26b",
111236
111351
  "locationName": "unsuccessful"
111237
111352
  }
111238
111353
  }
@@ -112301,7 +112416,7 @@ module.exports={
112301
112416
  }
112302
112417
  },
112303
112418
  "CapacityReservationSpecification": {
112304
- "shape": "S26k"
112419
+ "shape": "S26o"
112305
112420
  },
112306
112421
  "HibernationOptions": {
112307
112422
  "type": "structure",
@@ -112467,7 +112582,7 @@ module.exports={
112467
112582
  "type": "integer"
112468
112583
  },
112469
112584
  "Groups": {
112470
- "shape": "S2e9",
112585
+ "shape": "S2ei",
112471
112586
  "locationName": "Group"
112472
112587
  },
112473
112588
  "Ipv6AddressCount": {
@@ -112516,7 +112631,7 @@ module.exports={
112516
112631
  },
112517
112632
  "RamdiskId": {},
112518
112633
  "SecurityGroupIds": {
112519
- "shape": "S2e9",
112634
+ "shape": "S2ei",
112520
112635
  "locationName": "SecurityGroupId"
112521
112636
  },
112522
112637
  "SubnetId": {},
@@ -112730,7 +112845,7 @@ module.exports={
112730
112845
  "type": "structure",
112731
112846
  "members": {
112732
112847
  "StartingInstances": {
112733
- "shape": "S2ex",
112848
+ "shape": "S2f6",
112734
112849
  "locationName": "instancesSet"
112735
112850
  }
112736
112851
  }
@@ -112857,7 +112972,7 @@ module.exports={
112857
112972
  "type": "structure",
112858
112973
  "members": {
112859
112974
  "StoppingInstances": {
112860
- "shape": "S2ex",
112975
+ "shape": "S2f6",
112861
112976
  "locationName": "instancesSet"
112862
112977
  }
112863
112978
  }
@@ -112932,7 +113047,7 @@ module.exports={
112932
113047
  "type": "structure",
112933
113048
  "members": {
112934
113049
  "TerminatingInstances": {
112935
- "shape": "S2ex",
113050
+ "shape": "S2f6",
112936
113051
  "locationName": "instancesSet"
112937
113052
  }
112938
113053
  }
@@ -113073,7 +113188,7 @@ module.exports={
113073
113188
  "type": "structure",
113074
113189
  "members": {
113075
113190
  "InstanceMonitorings": {
113076
- "shape": "S2af",
113191
+ "shape": "S2ao",
113077
113192
  "locationName": "instancesSet"
113078
113193
  }
113079
113194
  }
@@ -113092,7 +113207,7 @@ module.exports={
113092
113207
  "shape": "S6x"
113093
113208
  },
113094
113209
  "SecurityGroupRuleDescriptions": {
113095
- "shape": "S2fn",
113210
+ "shape": "S2fw",
113096
113211
  "locationName": "SecurityGroupRuleDescription"
113097
113212
  }
113098
113213
  }
@@ -113120,7 +113235,7 @@ module.exports={
113120
113235
  "shape": "S6x"
113121
113236
  },
113122
113237
  "SecurityGroupRuleDescriptions": {
113123
- "shape": "S2fn",
113238
+ "shape": "S2fw",
113124
113239
  "locationName": "SecurityGroupRuleDescription"
113125
113240
  }
113126
113241
  }
@@ -123009,19 +123124,19 @@ module.exports={
123009
123124
  }
123010
123125
  }
123011
123126
  },
123012
- "S208": {
123127
+ "S20c": {
123013
123128
  "type": "list",
123014
123129
  "member": {
123015
123130
  "locationName": "item"
123016
123131
  }
123017
123132
  },
123018
- "S209": {
123133
+ "S20d": {
123019
123134
  "type": "list",
123020
123135
  "member": {
123021
123136
  "locationName": "item"
123022
123137
  }
123023
123138
  },
123024
- "S21l": {
123139
+ "S21p": {
123025
123140
  "type": "structure",
123026
123141
  "members": {
123027
123142
  "IpamId": {
@@ -123073,7 +123188,7 @@ module.exports={
123073
123188
  }
123074
123189
  }
123075
123190
  },
123076
- "S22a": {
123191
+ "S22e": {
123077
123192
  "type": "structure",
123078
123193
  "members": {
123079
123194
  "HourlyPrice": {
@@ -123087,14 +123202,14 @@ module.exports={
123087
123202
  }
123088
123203
  }
123089
123204
  },
123090
- "S231": {
123205
+ "S235": {
123091
123206
  "type": "list",
123092
123207
  "member": {
123093
123208
  "shape": "So6",
123094
123209
  "locationName": "item"
123095
123210
  }
123096
123211
  },
123097
- "S24d": {
123212
+ "S24h": {
123098
123213
  "type": "structure",
123099
123214
  "members": {
123100
123215
  "Comment": {},
@@ -123109,14 +123224,14 @@ module.exports={
123109
123224
  }
123110
123225
  }
123111
123226
  },
123112
- "S24g": {
123227
+ "S24k": {
123113
123228
  "type": "structure",
123114
123229
  "members": {
123115
123230
  "S3Bucket": {},
123116
123231
  "S3Key": {}
123117
123232
  }
123118
123233
  },
123119
- "S24n": {
123234
+ "S24r": {
123120
123235
  "type": "structure",
123121
123236
  "required": [
123122
123237
  "Bytes",
@@ -123137,7 +123252,7 @@ module.exports={
123137
123252
  }
123138
123253
  }
123139
123254
  },
123140
- "S24o": {
123255
+ "S24s": {
123141
123256
  "type": "structure",
123142
123257
  "required": [
123143
123258
  "Size"
@@ -123149,25 +123264,25 @@ module.exports={
123149
123264
  }
123150
123265
  }
123151
123266
  },
123152
- "S25y": {
123267
+ "S262": {
123153
123268
  "type": "list",
123154
123269
  "member": {
123155
123270
  "locationName": "UserId"
123156
123271
  }
123157
123272
  },
123158
- "S25z": {
123273
+ "S263": {
123159
123274
  "type": "list",
123160
123275
  "member": {
123161
123276
  "locationName": "UserGroup"
123162
123277
  }
123163
123278
  },
123164
- "S260": {
123279
+ "S264": {
123165
123280
  "type": "list",
123166
123281
  "member": {
123167
123282
  "locationName": "ProductCode"
123168
123283
  }
123169
123284
  },
123170
- "S262": {
123285
+ "S266": {
123171
123286
  "type": "list",
123172
123287
  "member": {
123173
123288
  "locationName": "item",
@@ -123178,14 +123293,14 @@ module.exports={
123178
123293
  }
123179
123294
  }
123180
123295
  },
123181
- "S267": {
123296
+ "S26b": {
123182
123297
  "type": "list",
123183
123298
  "member": {
123184
123299
  "shape": "S1i",
123185
123300
  "locationName": "item"
123186
123301
  }
123187
123302
  },
123188
- "S26k": {
123303
+ "S26o": {
123189
123304
  "type": "structure",
123190
123305
  "members": {
123191
123306
  "CapacityReservationPreference": {},
@@ -123194,7 +123309,7 @@ module.exports={
123194
123309
  }
123195
123310
  }
123196
123311
  },
123197
- "S279": {
123312
+ "S27i": {
123198
123313
  "type": "list",
123199
123314
  "member": {
123200
123315
  "type": "structure",
@@ -123203,7 +123318,7 @@ module.exports={
123203
123318
  }
123204
123319
  }
123205
123320
  },
123206
- "S29y": {
123321
+ "S2a7": {
123207
123322
  "type": "structure",
123208
123323
  "members": {
123209
123324
  "AllowDnsResolutionFromRemoteVpc": {
@@ -123217,7 +123332,7 @@ module.exports={
123217
123332
  }
123218
123333
  }
123219
123334
  },
123220
- "S2a0": {
123335
+ "S2a9": {
123221
123336
  "type": "structure",
123222
123337
  "members": {
123223
123338
  "AllowDnsResolutionFromRemoteVpc": {
@@ -123234,7 +123349,7 @@ module.exports={
123234
123349
  }
123235
123350
  }
123236
123351
  },
123237
- "S2af": {
123352
+ "S2ao": {
123238
123353
  "type": "list",
123239
123354
  "member": {
123240
123355
  "locationName": "item",
@@ -123250,13 +123365,13 @@ module.exports={
123250
123365
  }
123251
123366
  }
123252
123367
  },
123253
- "S2e9": {
123368
+ "S2ei": {
123254
123369
  "type": "list",
123255
123370
  "member": {
123256
123371
  "locationName": "SecurityGroupId"
123257
123372
  }
123258
123373
  },
123259
- "S2ex": {
123374
+ "S2f6": {
123260
123375
  "type": "list",
123261
123376
  "member": {
123262
123377
  "locationName": "item",
@@ -123276,7 +123391,7 @@ module.exports={
123276
123391
  }
123277
123392
  }
123278
123393
  },
123279
- "S2fn": {
123394
+ "S2fw": {
123280
123395
  "type": "list",
123281
123396
  "member": {
123282
123397
  "locationName": "item",
@@ -273294,7 +273409,7 @@ AWS.util.update(AWS, {
273294
273409
  /**
273295
273410
  * @constant
273296
273411
  */
273297
- VERSION: '2.1584.0',
273412
+ VERSION: '2.1586.0',
273298
273413
 
273299
273414
  /**
273300
273415
  * @api private
@@ -295544,7 +295659,7 @@ var LRUCache = /** @class */ (function () {
295544
295659
  }());
295545
295660
  exports.LRUCache = LRUCache;
295546
295661
  },{}],467:[function(require,module,exports){
295547
- // AWS SDK for JavaScript v2.1584.0
295662
+ // AWS SDK for JavaScript v2.1586.0
295548
295663
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
295549
295664
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
295550
295665
  require('./browser_loader');