cdk-lambda-subminute 2.0.248 → 2.0.250

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 (49) hide show
  1. package/.jsii +16 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +19 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +28 -9
  6. package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.examples.json +83 -0
  7. package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.min.json +241 -32
  8. package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.paginators.json +31 -1
  9. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +50 -49
  10. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +296 -9
  11. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +5 -0
  12. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +298 -238
  13. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +6 -0
  14. package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +81 -60
  15. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +7 -0
  16. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +94 -73
  17. package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +5 -3
  18. package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +141 -36
  19. package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.paginators.json +5 -0
  20. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +4 -1
  21. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +126 -126
  22. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +177 -168
  23. package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +32 -4
  24. package/node_modules/aws-sdk/clients/appintegrations.d.ts +255 -1
  25. package/node_modules/aws-sdk/clients/apprunner.d.ts +6 -1
  26. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +291 -2
  27. package/node_modules/aws-sdk/clients/codedeploy.d.ts +34 -34
  28. package/node_modules/aws-sdk/clients/connect.d.ts +64 -6
  29. package/node_modules/aws-sdk/clients/dynamodb.d.ts +40 -2
  30. package/node_modules/aws-sdk/clients/ec2.d.ts +11 -3
  31. package/node_modules/aws-sdk/clients/emrserverless.d.ts +21 -0
  32. package/node_modules/aws-sdk/clients/finspacedata.d.ts +36 -36
  33. package/node_modules/aws-sdk/clients/lakeformation.d.ts +95 -1
  34. package/node_modules/aws-sdk/clients/pinpoint.d.ts +2 -2
  35. package/node_modules/aws-sdk/clients/quicksight.d.ts +7 -3
  36. package/node_modules/aws-sdk/clients/s3.d.ts +1 -1
  37. package/node_modules/aws-sdk/clients/ssm.d.ts +7 -7
  38. package/node_modules/aws-sdk/clients/wafv2.d.ts +42 -32
  39. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  40. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +17 -17
  41. package/node_modules/aws-sdk/dist/aws-sdk.js +395 -301
  42. package/node_modules/aws-sdk/dist/aws-sdk.min.js +80 -80
  43. package/node_modules/aws-sdk/lib/core.js +1 -1
  44. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +38 -0
  45. package/node_modules/aws-sdk/package.json +1 -1
  46. package/node_modules/xml2js/node_modules/sax/LICENSE +2 -2
  47. package/node_modules/xml2js/node_modules/sax/lib/sax.js +13 -4
  48. package/node_modules/xml2js/node_modules/sax/package.json +8 -4
  49. package/package.json +3 -3
@@ -214,6 +214,76 @@
214
214
  }
215
215
  }
216
216
  },
217
+ "CreateMediaPipelineKinesisVideoStreamPool": {
218
+ "http": {
219
+ "requestUri": "/media-pipeline-kinesis-video-stream-pools",
220
+ "responseCode": 201
221
+ },
222
+ "input": {
223
+ "type": "structure",
224
+ "required": [
225
+ "StreamConfiguration",
226
+ "PoolName"
227
+ ],
228
+ "members": {
229
+ "StreamConfiguration": {
230
+ "shape": "S4m"
231
+ },
232
+ "PoolName": {},
233
+ "ClientRequestToken": {
234
+ "shape": "S5",
235
+ "idempotencyToken": true
236
+ },
237
+ "Tags": {
238
+ "shape": "S17"
239
+ }
240
+ }
241
+ },
242
+ "output": {
243
+ "type": "structure",
244
+ "members": {
245
+ "KinesisVideoStreamPoolConfiguration": {
246
+ "shape": "S4r"
247
+ }
248
+ }
249
+ }
250
+ },
251
+ "CreateMediaStreamPipeline": {
252
+ "http": {
253
+ "requestUri": "/sdk-media-stream-pipelines",
254
+ "responseCode": 201
255
+ },
256
+ "input": {
257
+ "type": "structure",
258
+ "required": [
259
+ "Sources",
260
+ "Sinks"
261
+ ],
262
+ "members": {
263
+ "Sources": {
264
+ "shape": "S4w"
265
+ },
266
+ "Sinks": {
267
+ "shape": "S4y"
268
+ },
269
+ "ClientRequestToken": {
270
+ "shape": "S5",
271
+ "idempotencyToken": true
272
+ },
273
+ "Tags": {
274
+ "shape": "S17"
275
+ }
276
+ }
277
+ },
278
+ "output": {
279
+ "type": "structure",
280
+ "members": {
281
+ "MediaStreamPipeline": {
282
+ "shape": "S54"
283
+ }
284
+ }
285
+ }
286
+ },
217
287
  "DeleteMediaCapturePipeline": {
218
288
  "http": {
219
289
  "method": "DELETE",
@@ -271,6 +341,25 @@
271
341
  }
272
342
  }
273
343
  },
344
+ "DeleteMediaPipelineKinesisVideoStreamPool": {
345
+ "http": {
346
+ "method": "DELETE",
347
+ "requestUri": "/media-pipeline-kinesis-video-stream-pools/{identifier}",
348
+ "responseCode": 204
349
+ },
350
+ "input": {
351
+ "type": "structure",
352
+ "required": [
353
+ "Identifier"
354
+ ],
355
+ "members": {
356
+ "Identifier": {
357
+ "location": "uri",
358
+ "locationName": "identifier"
359
+ }
360
+ }
361
+ }
362
+ },
274
363
  "GetMediaCapturePipeline": {
275
364
  "http": {
276
365
  "method": "GET",
@@ -360,12 +449,42 @@
360
449
  },
361
450
  "MediaInsightsPipeline": {
362
451
  "shape": "S2t"
452
+ },
453
+ "MediaStreamPipeline": {
454
+ "shape": "S54"
363
455
  }
364
456
  }
365
457
  }
366
458
  }
367
459
  }
368
460
  },
461
+ "GetMediaPipelineKinesisVideoStreamPool": {
462
+ "http": {
463
+ "method": "GET",
464
+ "requestUri": "/media-pipeline-kinesis-video-stream-pools/{identifier}",
465
+ "responseCode": 200
466
+ },
467
+ "input": {
468
+ "type": "structure",
469
+ "required": [
470
+ "Identifier"
471
+ ],
472
+ "members": {
473
+ "Identifier": {
474
+ "location": "uri",
475
+ "locationName": "identifier"
476
+ }
477
+ }
478
+ },
479
+ "output": {
480
+ "type": "structure",
481
+ "members": {
482
+ "KinesisVideoStreamPoolConfiguration": {
483
+ "shape": "S4r"
484
+ }
485
+ }
486
+ }
487
+ },
369
488
  "GetSpeakerSearchTask": {
370
489
  "http": {
371
490
  "method": "GET",
@@ -393,7 +512,7 @@
393
512
  "type": "structure",
394
513
  "members": {
395
514
  "SpeakerSearchTask": {
396
- "shape": "S4x"
515
+ "shape": "S5k"
397
516
  }
398
517
  }
399
518
  }
@@ -425,7 +544,7 @@
425
544
  "type": "structure",
426
545
  "members": {
427
546
  "VoiceToneAnalysisTask": {
428
- "shape": "S51"
547
+ "shape": "S5o"
429
548
  }
430
549
  }
431
550
  }
@@ -507,6 +626,46 @@
507
626
  }
508
627
  }
509
628
  },
629
+ "ListMediaPipelineKinesisVideoStreamPools": {
630
+ "http": {
631
+ "method": "GET",
632
+ "requestUri": "/media-pipeline-kinesis-video-stream-pools",
633
+ "responseCode": 200
634
+ },
635
+ "input": {
636
+ "type": "structure",
637
+ "members": {
638
+ "NextToken": {
639
+ "location": "querystring",
640
+ "locationName": "next-token"
641
+ },
642
+ "MaxResults": {
643
+ "location": "querystring",
644
+ "locationName": "max-results",
645
+ "type": "integer"
646
+ }
647
+ }
648
+ },
649
+ "output": {
650
+ "type": "structure",
651
+ "members": {
652
+ "KinesisVideoStreamPools": {
653
+ "type": "list",
654
+ "member": {
655
+ "type": "structure",
656
+ "members": {
657
+ "PoolName": {},
658
+ "PoolId": {},
659
+ "PoolArn": {
660
+ "shape": "S3"
661
+ }
662
+ }
663
+ }
664
+ },
665
+ "NextToken": {}
666
+ }
667
+ }
668
+ },
510
669
  "ListMediaPipelines": {
511
670
  "http": {
512
671
  "method": "GET",
@@ -591,7 +750,7 @@
591
750
  "shape": "S3"
592
751
  },
593
752
  "KinesisVideoStreamSourceTaskConfiguration": {
594
- "shape": "S5i"
753
+ "shape": "S69"
595
754
  },
596
755
  "ClientRequestToken": {
597
756
  "shape": "S5",
@@ -603,7 +762,7 @@
603
762
  "type": "structure",
604
763
  "members": {
605
764
  "SpeakerSearchTask": {
606
- "shape": "S4x"
765
+ "shape": "S5k"
607
766
  }
608
767
  }
609
768
  }
@@ -626,7 +785,7 @@
626
785
  },
627
786
  "LanguageCode": {},
628
787
  "KinesisVideoStreamSourceTaskConfiguration": {
629
- "shape": "S5i"
788
+ "shape": "S69"
630
789
  },
631
790
  "ClientRequestToken": {
632
791
  "shape": "S5",
@@ -638,7 +797,7 @@
638
797
  "type": "structure",
639
798
  "members": {
640
799
  "VoiceToneAnalysisTask": {
641
- "shape": "S51"
800
+ "shape": "S5o"
642
801
  }
643
802
  }
644
803
  }
@@ -794,6 +953,41 @@
794
953
  "UpdateStatus": {}
795
954
  }
796
955
  }
956
+ },
957
+ "UpdateMediaPipelineKinesisVideoStreamPool": {
958
+ "http": {
959
+ "method": "PUT",
960
+ "requestUri": "/media-pipeline-kinesis-video-stream-pools/{identifier}",
961
+ "responseCode": 200
962
+ },
963
+ "input": {
964
+ "type": "structure",
965
+ "required": [
966
+ "Identifier"
967
+ ],
968
+ "members": {
969
+ "Identifier": {
970
+ "location": "uri",
971
+ "locationName": "identifier"
972
+ },
973
+ "StreamConfiguration": {
974
+ "type": "structure",
975
+ "members": {
976
+ "DataRetentionInHours": {
977
+ "type": "integer"
978
+ }
979
+ }
980
+ }
981
+ }
982
+ },
983
+ "output": {
984
+ "type": "structure",
985
+ "members": {
986
+ "KinesisVideoStreamPoolConfiguration": {
987
+ "shape": "S4r"
988
+ }
989
+ }
990
+ }
797
991
  }
798
992
  },
799
993
  "shapes": {
@@ -1597,7 +1791,100 @@
1597
1791
  }
1598
1792
  }
1599
1793
  },
1600
- "S4x": {
1794
+ "S4m": {
1795
+ "type": "structure",
1796
+ "required": [
1797
+ "Region"
1798
+ ],
1799
+ "members": {
1800
+ "Region": {},
1801
+ "DataRetentionInHours": {
1802
+ "type": "integer"
1803
+ }
1804
+ }
1805
+ },
1806
+ "S4r": {
1807
+ "type": "structure",
1808
+ "members": {
1809
+ "PoolArn": {
1810
+ "shape": "S3"
1811
+ },
1812
+ "PoolName": {},
1813
+ "PoolId": {},
1814
+ "PoolStatus": {},
1815
+ "PoolSize": {
1816
+ "type": "integer"
1817
+ },
1818
+ "StreamConfiguration": {
1819
+ "shape": "S4m"
1820
+ },
1821
+ "CreatedTimestamp": {
1822
+ "shape": "S1f"
1823
+ },
1824
+ "UpdatedTimestamp": {
1825
+ "shape": "S1f"
1826
+ }
1827
+ }
1828
+ },
1829
+ "S4w": {
1830
+ "type": "list",
1831
+ "member": {
1832
+ "type": "structure",
1833
+ "required": [
1834
+ "SourceType",
1835
+ "SourceArn"
1836
+ ],
1837
+ "members": {
1838
+ "SourceType": {},
1839
+ "SourceArn": {
1840
+ "shape": "S3"
1841
+ }
1842
+ }
1843
+ }
1844
+ },
1845
+ "S4y": {
1846
+ "type": "list",
1847
+ "member": {
1848
+ "type": "structure",
1849
+ "required": [
1850
+ "SinkArn",
1851
+ "SinkType",
1852
+ "ReservedStreamCapacity",
1853
+ "MediaStreamType"
1854
+ ],
1855
+ "members": {
1856
+ "SinkArn": {
1857
+ "shape": "S3"
1858
+ },
1859
+ "SinkType": {},
1860
+ "ReservedStreamCapacity": {
1861
+ "type": "integer"
1862
+ },
1863
+ "MediaStreamType": {}
1864
+ }
1865
+ }
1866
+ },
1867
+ "S54": {
1868
+ "type": "structure",
1869
+ "members": {
1870
+ "MediaPipelineId": {},
1871
+ "MediaPipelineArn": {},
1872
+ "CreatedTimestamp": {
1873
+ "shape": "S1f"
1874
+ },
1875
+ "UpdatedTimestamp": {
1876
+ "shape": "S1f"
1877
+ },
1878
+ "Status": {},
1879
+ "Sources": {
1880
+ "shape": "S4w"
1881
+ },
1882
+ "Sinks": {
1883
+ "shape": "S4y"
1884
+ }
1885
+ }
1886
+ },
1887
+ "S5k": {
1601
1888
  "type": "structure",
1602
1889
  "members": {
1603
1890
  "SpeakerSearchTaskId": {},
@@ -1610,7 +1897,7 @@
1610
1897
  }
1611
1898
  }
1612
1899
  },
1613
- "S51": {
1900
+ "S5o": {
1614
1901
  "type": "structure",
1615
1902
  "members": {
1616
1903
  "VoiceToneAnalysisTaskId": {},
@@ -1623,7 +1910,7 @@
1623
1910
  }
1624
1911
  }
1625
1912
  },
1626
- "S5i": {
1913
+ "S69": {
1627
1914
  "type": "structure",
1628
1915
  "required": [
1629
1916
  "StreamArn",
@@ -10,6 +10,11 @@
10
10
  "output_token": "NextToken",
11
11
  "limit_key": "MaxResults"
12
12
  },
13
+ "ListMediaPipelineKinesisVideoStreamPools": {
14
+ "input_token": "NextToken",
15
+ "output_token": "NextToken",
16
+ "limit_key": "MaxResults"
17
+ },
13
18
  "ListMediaPipelines": {
14
19
  "input_token": "NextToken",
15
20
  "output_token": "NextToken",