cdk-lambda-subminute 2.0.236 → 2.0.238

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 (31) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +13 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +28 -5
  6. package/node_modules/aws-sdk/apis/appstream-2016-12-01.waiters2.json +6 -6
  7. package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +276 -79
  8. package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +6 -0
  9. package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +4 -0
  10. package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +101 -74
  11. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +3 -0
  12. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.examples.json +214 -0
  13. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +248 -24
  14. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
  15. package/node_modules/aws-sdk/apis/xray-2016-04-12.min.json +3 -0
  16. package/node_modules/aws-sdk/clients/appstream.d.ts +46 -6
  17. package/node_modules/aws-sdk/clients/cloud9.d.ts +1 -1
  18. package/node_modules/aws-sdk/clients/cloudformation.d.ts +6 -6
  19. package/node_modules/aws-sdk/clients/drs.d.ts +215 -0
  20. package/node_modules/aws-sdk/clients/entityresolution.d.ts +29 -29
  21. package/node_modules/aws-sdk/clients/firehose.d.ts +38 -7
  22. package/node_modules/aws-sdk/clients/guardduty.d.ts +29 -24
  23. package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +435 -58
  24. package/node_modules/aws-sdk/clients/xray.d.ts +4 -0
  25. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  26. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +11 -11
  27. package/node_modules/aws-sdk/dist/aws-sdk.js +107 -77
  28. package/node_modules/aws-sdk/dist/aws-sdk.min.js +53 -53
  29. package/node_modules/aws-sdk/lib/core.js +1 -1
  30. package/node_modules/aws-sdk/package.json +1 -1
  31. package/package.json +4 -4
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1456.0
1
+ // AWS SDK for JavaScript v2.1458.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){
@@ -141049,6 +141049,9 @@ module.exports={
141049
141049
  },
141050
141050
  "VpcConfiguration": {
141051
141051
  "shape": "S2e"
141052
+ },
141053
+ "DocumentIdOptions": {
141054
+ "shape": "S2h"
141052
141055
  }
141053
141056
  }
141054
141057
  },
@@ -141067,10 +141070,10 @@ module.exports={
141067
141070
  "TypeName": {},
141068
141071
  "IndexRotationPeriod": {},
141069
141072
  "BufferingHints": {
141070
- "shape": "S2n"
141073
+ "shape": "S2p"
141071
141074
  },
141072
141075
  "RetryOptions": {
141073
- "shape": "S2q"
141076
+ "shape": "S2s"
141074
141077
  },
141075
141078
  "S3BackupMode": {},
141076
141079
  "S3Configuration": {
@@ -141084,6 +141087,9 @@ module.exports={
141084
141087
  },
141085
141088
  "VpcConfiguration": {
141086
141089
  "shape": "S2e"
141090
+ },
141091
+ "DocumentIdOptions": {
141092
+ "shape": "S2h"
141087
141093
  }
141088
141094
  }
141089
141095
  },
@@ -141103,7 +141109,7 @@ module.exports={
141103
141109
  "type": "integer"
141104
141110
  },
141105
141111
  "RetryOptions": {
141106
- "shape": "S2y"
141112
+ "shape": "S30"
141107
141113
  },
141108
141114
  "S3BackupMode": {},
141109
141115
  "S3Configuration": {
@@ -141125,23 +141131,23 @@ module.exports={
141125
141131
  ],
141126
141132
  "members": {
141127
141133
  "EndpointConfiguration": {
141128
- "shape": "S32"
141134
+ "shape": "S34"
141129
141135
  },
141130
141136
  "BufferingHints": {
141131
- "shape": "S36"
141137
+ "shape": "S38"
141132
141138
  },
141133
141139
  "CloudWatchLoggingOptions": {
141134
141140
  "shape": "Sl"
141135
141141
  },
141136
141142
  "RequestConfiguration": {
141137
- "shape": "S39"
141143
+ "shape": "S3b"
141138
141144
  },
141139
141145
  "ProcessingConfiguration": {
141140
141146
  "shape": "Sq"
141141
141147
  },
141142
141148
  "RoleARN": {},
141143
141149
  "RetryOptions": {
141144
- "shape": "S3f"
141150
+ "shape": "S3h"
141145
141151
  },
141146
141152
  "S3BackupMode": {},
141147
141153
  "S3Configuration": {
@@ -141150,7 +141156,7 @@ module.exports={
141150
141156
  }
141151
141157
  },
141152
141158
  "Tags": {
141153
- "shape": "S3i"
141159
+ "shape": "S3k"
141154
141160
  },
141155
141161
  "AmazonOpenSearchServerlessDestinationConfiguration": {
141156
141162
  "type": "structure",
@@ -141164,10 +141170,10 @@ module.exports={
141164
141170
  "CollectionEndpoint": {},
141165
141171
  "IndexName": {},
141166
141172
  "BufferingHints": {
141167
- "shape": "S3p"
141173
+ "shape": "S3r"
141168
141174
  },
141169
141175
  "RetryOptions": {
141170
- "shape": "S3s"
141176
+ "shape": "S3u"
141171
141177
  },
141172
141178
  "S3BackupMode": {},
141173
141179
  "S3Configuration": {
@@ -141247,7 +141253,7 @@ module.exports={
141247
141253
  "DeliveryStreamARN": {},
141248
141254
  "DeliveryStreamStatus": {},
141249
141255
  "FailureDescription": {
141250
- "shape": "S45"
141256
+ "shape": "S47"
141251
141257
  },
141252
141258
  "DeliveryStreamEncryptionConfiguration": {
141253
141259
  "type": "structure",
@@ -141256,7 +141262,7 @@ module.exports={
141256
141262
  "KeyType": {},
141257
141263
  "Status": {},
141258
141264
  "FailureDescription": {
141259
- "shape": "S45"
141265
+ "shape": "S47"
141260
141266
  }
141261
141267
  }
141262
141268
  },
@@ -141293,7 +141299,7 @@ module.exports={
141293
141299
  "members": {
141294
141300
  "DestinationId": {},
141295
141301
  "S3DestinationDescription": {
141296
- "shape": "S4g"
141302
+ "shape": "S4i"
141297
141303
  },
141298
141304
  "ExtendedS3DestinationDescription": {
141299
141305
  "type": "structure",
@@ -141324,7 +141330,7 @@ module.exports={
141324
141330
  },
141325
141331
  "S3BackupMode": {},
141326
141332
  "S3BackupDescription": {
141327
- "shape": "S4g"
141333
+ "shape": "S4i"
141328
141334
  },
141329
141335
  "DataFormatConversionConfiguration": {
141330
141336
  "shape": "Sz"
@@ -141356,14 +141362,14 @@ module.exports={
141356
141362
  "shape": "S1z"
141357
141363
  },
141358
141364
  "S3DestinationDescription": {
141359
- "shape": "S4g"
141365
+ "shape": "S4i"
141360
141366
  },
141361
141367
  "ProcessingConfiguration": {
141362
141368
  "shape": "Sq"
141363
141369
  },
141364
141370
  "S3BackupMode": {},
141365
141371
  "S3BackupDescription": {
141366
- "shape": "S4g"
141372
+ "shape": "S4i"
141367
141373
  },
141368
141374
  "CloudWatchLoggingOptions": {
141369
141375
  "shape": "Sl"
@@ -141387,7 +141393,7 @@ module.exports={
141387
141393
  },
141388
141394
  "S3BackupMode": {},
141389
141395
  "S3DestinationDescription": {
141390
- "shape": "S4g"
141396
+ "shape": "S4i"
141391
141397
  },
141392
141398
  "ProcessingConfiguration": {
141393
141399
  "shape": "Sq"
@@ -141396,7 +141402,10 @@ module.exports={
141396
141402
  "shape": "Sl"
141397
141403
  },
141398
141404
  "VpcConfigurationDescription": {
141399
- "shape": "S4k"
141405
+ "shape": "S4m"
141406
+ },
141407
+ "DocumentIdOptions": {
141408
+ "shape": "S2h"
141400
141409
  }
141401
141410
  }
141402
141411
  },
@@ -141410,14 +141419,14 @@ module.exports={
141410
141419
  "TypeName": {},
141411
141420
  "IndexRotationPeriod": {},
141412
141421
  "BufferingHints": {
141413
- "shape": "S2n"
141422
+ "shape": "S2p"
141414
141423
  },
141415
141424
  "RetryOptions": {
141416
- "shape": "S2q"
141425
+ "shape": "S2s"
141417
141426
  },
141418
141427
  "S3BackupMode": {},
141419
141428
  "S3DestinationDescription": {
141420
- "shape": "S4g"
141429
+ "shape": "S4i"
141421
141430
  },
141422
141431
  "ProcessingConfiguration": {
141423
141432
  "shape": "Sq"
@@ -141426,7 +141435,10 @@ module.exports={
141426
141435
  "shape": "Sl"
141427
141436
  },
141428
141437
  "VpcConfigurationDescription": {
141429
- "shape": "S4k"
141438
+ "shape": "S4m"
141439
+ },
141440
+ "DocumentIdOptions": {
141441
+ "shape": "S2h"
141430
141442
  }
141431
141443
  }
141432
141444
  },
@@ -141440,11 +141452,11 @@ module.exports={
141440
141452
  "type": "integer"
141441
141453
  },
141442
141454
  "RetryOptions": {
141443
- "shape": "S2y"
141455
+ "shape": "S30"
141444
141456
  },
141445
141457
  "S3BackupMode": {},
141446
141458
  "S3DestinationDescription": {
141447
- "shape": "S4g"
141459
+ "shape": "S4i"
141448
141460
  },
141449
141461
  "ProcessingConfiguration": {
141450
141462
  "shape": "Sq"
@@ -141461,30 +141473,30 @@ module.exports={
141461
141473
  "type": "structure",
141462
141474
  "members": {
141463
141475
  "Url": {
141464
- "shape": "S33"
141476
+ "shape": "S35"
141465
141477
  },
141466
141478
  "Name": {}
141467
141479
  }
141468
141480
  },
141469
141481
  "BufferingHints": {
141470
- "shape": "S36"
141482
+ "shape": "S38"
141471
141483
  },
141472
141484
  "CloudWatchLoggingOptions": {
141473
141485
  "shape": "Sl"
141474
141486
  },
141475
141487
  "RequestConfiguration": {
141476
- "shape": "S39"
141488
+ "shape": "S3b"
141477
141489
  },
141478
141490
  "ProcessingConfiguration": {
141479
141491
  "shape": "Sq"
141480
141492
  },
141481
141493
  "RoleARN": {},
141482
141494
  "RetryOptions": {
141483
- "shape": "S3f"
141495
+ "shape": "S3h"
141484
141496
  },
141485
141497
  "S3BackupMode": {},
141486
141498
  "S3DestinationDescription": {
141487
- "shape": "S4g"
141499
+ "shape": "S4i"
141488
141500
  }
141489
141501
  }
141490
141502
  },
@@ -141495,14 +141507,14 @@ module.exports={
141495
141507
  "CollectionEndpoint": {},
141496
141508
  "IndexName": {},
141497
141509
  "BufferingHints": {
141498
- "shape": "S3p"
141510
+ "shape": "S3r"
141499
141511
  },
141500
141512
  "RetryOptions": {
141501
- "shape": "S3s"
141513
+ "shape": "S3u"
141502
141514
  },
141503
141515
  "S3BackupMode": {},
141504
141516
  "S3DestinationDescription": {
141505
- "shape": "S4g"
141517
+ "shape": "S4i"
141506
141518
  },
141507
141519
  "ProcessingConfiguration": {
141508
141520
  "shape": "Sq"
@@ -141511,7 +141523,7 @@ module.exports={
141511
141523
  "shape": "Sl"
141512
141524
  },
141513
141525
  "VpcConfigurationDescription": {
141514
- "shape": "S4k"
141526
+ "shape": "S4m"
141515
141527
  }
141516
141528
  }
141517
141529
  }
@@ -141578,7 +141590,7 @@ module.exports={
141578
141590
  "Tags": {
141579
141591
  "type": "list",
141580
141592
  "member": {
141581
- "shape": "S3j"
141593
+ "shape": "S3l"
141582
141594
  }
141583
141595
  },
141584
141596
  "HasMoreTags": {
@@ -141597,7 +141609,7 @@ module.exports={
141597
141609
  "members": {
141598
141610
  "DeliveryStreamName": {},
141599
141611
  "Record": {
141600
- "shape": "S4z"
141612
+ "shape": "S51"
141601
141613
  }
141602
141614
  }
141603
141615
  },
@@ -141626,7 +141638,7 @@ module.exports={
141626
141638
  "Records": {
141627
141639
  "type": "list",
141628
141640
  "member": {
141629
- "shape": "S4z"
141641
+ "shape": "S51"
141630
141642
  }
141631
141643
  }
141632
141644
  }
@@ -141701,7 +141713,7 @@ module.exports={
141701
141713
  "members": {
141702
141714
  "DeliveryStreamName": {},
141703
141715
  "Tags": {
141704
- "shape": "S3i"
141716
+ "shape": "S3k"
141705
141717
  }
141706
141718
  }
141707
141719
  },
@@ -141743,7 +141755,7 @@ module.exports={
141743
141755
  "CurrentDeliveryStreamVersionId": {},
141744
141756
  "DestinationId": {},
141745
141757
  "S3DestinationUpdate": {
141746
- "shape": "S5k",
141758
+ "shape": "S5m",
141747
141759
  "deprecated": true
141748
141760
  },
141749
141761
  "ExtendedS3DestinationUpdate": {
@@ -141768,7 +141780,7 @@ module.exports={
141768
141780
  },
141769
141781
  "S3BackupMode": {},
141770
141782
  "S3BackupUpdate": {
141771
- "shape": "S5k"
141783
+ "shape": "S5m"
141772
141784
  },
141773
141785
  "DataFormatConversionConfiguration": {
141774
141786
  "shape": "Sz"
@@ -141796,14 +141808,14 @@ module.exports={
141796
141808
  "shape": "S1z"
141797
141809
  },
141798
141810
  "S3Update": {
141799
- "shape": "S5k"
141811
+ "shape": "S5m"
141800
141812
  },
141801
141813
  "ProcessingConfiguration": {
141802
141814
  "shape": "Sq"
141803
141815
  },
141804
141816
  "S3BackupMode": {},
141805
141817
  "S3BackupUpdate": {
141806
- "shape": "S5k"
141818
+ "shape": "S5m"
141807
141819
  },
141808
141820
  "CloudWatchLoggingOptions": {
141809
141821
  "shape": "Sl"
@@ -141826,13 +141838,16 @@ module.exports={
141826
141838
  "shape": "S2b"
141827
141839
  },
141828
141840
  "S3Update": {
141829
- "shape": "S5k"
141841
+ "shape": "S5m"
141830
141842
  },
141831
141843
  "ProcessingConfiguration": {
141832
141844
  "shape": "Sq"
141833
141845
  },
141834
141846
  "CloudWatchLoggingOptions": {
141835
141847
  "shape": "Sl"
141848
+ },
141849
+ "DocumentIdOptions": {
141850
+ "shape": "S2h"
141836
141851
  }
141837
141852
  }
141838
141853
  },
@@ -141846,19 +141861,22 @@ module.exports={
141846
141861
  "TypeName": {},
141847
141862
  "IndexRotationPeriod": {},
141848
141863
  "BufferingHints": {
141849
- "shape": "S2n"
141864
+ "shape": "S2p"
141850
141865
  },
141851
141866
  "RetryOptions": {
141852
- "shape": "S2q"
141867
+ "shape": "S2s"
141853
141868
  },
141854
141869
  "S3Update": {
141855
- "shape": "S5k"
141870
+ "shape": "S5m"
141856
141871
  },
141857
141872
  "ProcessingConfiguration": {
141858
141873
  "shape": "Sq"
141859
141874
  },
141860
141875
  "CloudWatchLoggingOptions": {
141861
141876
  "shape": "Sl"
141877
+ },
141878
+ "DocumentIdOptions": {
141879
+ "shape": "S2h"
141862
141880
  }
141863
141881
  }
141864
141882
  },
@@ -141872,11 +141890,11 @@ module.exports={
141872
141890
  "type": "integer"
141873
141891
  },
141874
141892
  "RetryOptions": {
141875
- "shape": "S2y"
141893
+ "shape": "S30"
141876
141894
  },
141877
141895
  "S3BackupMode": {},
141878
141896
  "S3Update": {
141879
- "shape": "S5k"
141897
+ "shape": "S5m"
141880
141898
  },
141881
141899
  "ProcessingConfiguration": {
141882
141900
  "shape": "Sq"
@@ -141890,27 +141908,27 @@ module.exports={
141890
141908
  "type": "structure",
141891
141909
  "members": {
141892
141910
  "EndpointConfiguration": {
141893
- "shape": "S32"
141911
+ "shape": "S34"
141894
141912
  },
141895
141913
  "BufferingHints": {
141896
- "shape": "S36"
141914
+ "shape": "S38"
141897
141915
  },
141898
141916
  "CloudWatchLoggingOptions": {
141899
141917
  "shape": "Sl"
141900
141918
  },
141901
141919
  "RequestConfiguration": {
141902
- "shape": "S39"
141920
+ "shape": "S3b"
141903
141921
  },
141904
141922
  "ProcessingConfiguration": {
141905
141923
  "shape": "Sq"
141906
141924
  },
141907
141925
  "RoleARN": {},
141908
141926
  "RetryOptions": {
141909
- "shape": "S3f"
141927
+ "shape": "S3h"
141910
141928
  },
141911
141929
  "S3BackupMode": {},
141912
141930
  "S3Update": {
141913
- "shape": "S5k"
141931
+ "shape": "S5m"
141914
141932
  }
141915
141933
  }
141916
141934
  },
@@ -141921,13 +141939,13 @@ module.exports={
141921
141939
  "CollectionEndpoint": {},
141922
141940
  "IndexName": {},
141923
141941
  "BufferingHints": {
141924
- "shape": "S3p"
141942
+ "shape": "S3r"
141925
141943
  },
141926
141944
  "RetryOptions": {
141927
- "shape": "S3s"
141945
+ "shape": "S3u"
141928
141946
  },
141929
141947
  "S3Update": {
141930
- "shape": "S5k"
141948
+ "shape": "S5m"
141931
141949
  },
141932
141950
  "ProcessingConfiguration": {
141933
141951
  "shape": "Sq"
@@ -142251,7 +142269,16 @@ module.exports={
142251
142269
  "type": "list",
142252
142270
  "member": {}
142253
142271
  },
142254
- "S2n": {
142272
+ "S2h": {
142273
+ "type": "structure",
142274
+ "required": [
142275
+ "DefaultDocumentIdFormat"
142276
+ ],
142277
+ "members": {
142278
+ "DefaultDocumentIdFormat": {}
142279
+ }
142280
+ },
142281
+ "S2p": {
142255
142282
  "type": "structure",
142256
142283
  "members": {
142257
142284
  "IntervalInSeconds": {
@@ -142262,7 +142289,7 @@ module.exports={
142262
142289
  }
142263
142290
  }
142264
142291
  },
142265
- "S2q": {
142292
+ "S2s": {
142266
142293
  "type": "structure",
142267
142294
  "members": {
142268
142295
  "DurationInSeconds": {
@@ -142270,7 +142297,7 @@ module.exports={
142270
142297
  }
142271
142298
  }
142272
142299
  },
142273
- "S2y": {
142300
+ "S30": {
142274
142301
  "type": "structure",
142275
142302
  "members": {
142276
142303
  "DurationInSeconds": {
@@ -142278,14 +142305,14 @@ module.exports={
142278
142305
  }
142279
142306
  }
142280
142307
  },
142281
- "S32": {
142308
+ "S34": {
142282
142309
  "type": "structure",
142283
142310
  "required": [
142284
142311
  "Url"
142285
142312
  ],
142286
142313
  "members": {
142287
142314
  "Url": {
142288
- "shape": "S33"
142315
+ "shape": "S35"
142289
142316
  },
142290
142317
  "Name": {},
142291
142318
  "AccessKey": {
@@ -142294,11 +142321,11 @@ module.exports={
142294
142321
  }
142295
142322
  }
142296
142323
  },
142297
- "S33": {
142324
+ "S35": {
142298
142325
  "type": "string",
142299
142326
  "sensitive": true
142300
142327
  },
142301
- "S36": {
142328
+ "S38": {
142302
142329
  "type": "structure",
142303
142330
  "members": {
142304
142331
  "SizeInMBs": {
@@ -142309,7 +142336,7 @@ module.exports={
142309
142336
  }
142310
142337
  }
142311
142338
  },
142312
- "S39": {
142339
+ "S3b": {
142313
142340
  "type": "structure",
142314
142341
  "members": {
142315
142342
  "ContentEncoding": {},
@@ -142335,7 +142362,7 @@ module.exports={
142335
142362
  }
142336
142363
  }
142337
142364
  },
142338
- "S3f": {
142365
+ "S3h": {
142339
142366
  "type": "structure",
142340
142367
  "members": {
142341
142368
  "DurationInSeconds": {
@@ -142343,13 +142370,13 @@ module.exports={
142343
142370
  }
142344
142371
  }
142345
142372
  },
142346
- "S3i": {
142373
+ "S3k": {
142347
142374
  "type": "list",
142348
142375
  "member": {
142349
- "shape": "S3j"
142376
+ "shape": "S3l"
142350
142377
  }
142351
142378
  },
142352
- "S3j": {
142379
+ "S3l": {
142353
142380
  "type": "structure",
142354
142381
  "required": [
142355
142382
  "Key"
@@ -142359,7 +142386,7 @@ module.exports={
142359
142386
  "Value": {}
142360
142387
  }
142361
142388
  },
142362
- "S3p": {
142389
+ "S3r": {
142363
142390
  "type": "structure",
142364
142391
  "members": {
142365
142392
  "IntervalInSeconds": {
@@ -142370,7 +142397,7 @@ module.exports={
142370
142397
  }
142371
142398
  }
142372
142399
  },
142373
- "S3s": {
142400
+ "S3u": {
142374
142401
  "type": "structure",
142375
142402
  "members": {
142376
142403
  "DurationInSeconds": {
@@ -142378,7 +142405,7 @@ module.exports={
142378
142405
  }
142379
142406
  }
142380
142407
  },
142381
- "S45": {
142408
+ "S47": {
142382
142409
  "type": "structure",
142383
142410
  "required": [
142384
142411
  "Type",
@@ -142389,7 +142416,7 @@ module.exports={
142389
142416
  "Details": {}
142390
142417
  }
142391
142418
  },
142392
- "S4g": {
142419
+ "S4i": {
142393
142420
  "type": "structure",
142394
142421
  "required": [
142395
142422
  "RoleARN",
@@ -142415,7 +142442,7 @@ module.exports={
142415
142442
  }
142416
142443
  }
142417
142444
  },
142418
- "S4k": {
142445
+ "S4m": {
142419
142446
  "type": "structure",
142420
142447
  "required": [
142421
142448
  "SubnetIds",
@@ -142434,7 +142461,7 @@ module.exports={
142434
142461
  "VpcId": {}
142435
142462
  }
142436
142463
  },
142437
- "S4z": {
142464
+ "S51": {
142438
142465
  "type": "structure",
142439
142466
  "required": [
142440
142467
  "Data"
@@ -142445,7 +142472,7 @@ module.exports={
142445
142472
  }
142446
142473
  }
142447
142474
  },
142448
- "S5k": {
142475
+ "S5m": {
142449
142476
  "type": "structure",
142450
142477
  "members": {
142451
142478
  "RoleARN": {},
@@ -256849,6 +256876,9 @@ module.exports={
256849
256876
  "type": "structure",
256850
256877
  "members": {
256851
256878
  "Id": {},
256879
+ "StartTime": {
256880
+ "type": "timestamp"
256881
+ },
256852
256882
  "Duration": {
256853
256883
  "type": "double"
256854
256884
  },
@@ -261770,7 +261800,7 @@ AWS.util.update(AWS, {
261770
261800
  /**
261771
261801
  * @constant
261772
261802
  */
261773
- VERSION: '2.1456.0',
261803
+ VERSION: '2.1458.0',
261774
261804
 
261775
261805
  /**
261776
261806
  * @api private
@@ -283951,7 +283981,7 @@ var LRUCache = /** @class */ (function () {
283951
283981
  }());
283952
283982
  exports.LRUCache = LRUCache;
283953
283983
  },{}],467:[function(require,module,exports){
283954
- // AWS SDK for JavaScript v2.1456.0
283984
+ // AWS SDK for JavaScript v2.1458.0
283955
283985
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
283956
283986
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
283957
283987
  require('./browser_loader');