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
@@ -12,6 +12,46 @@
12
12
  "uid": "appintegrations-2020-07-29"
13
13
  },
14
14
  "operations": {
15
+ "CreateApplication": {
16
+ "http": {
17
+ "requestUri": "/applications"
18
+ },
19
+ "input": {
20
+ "type": "structure",
21
+ "required": [
22
+ "Name",
23
+ "Namespace",
24
+ "ApplicationSourceConfig"
25
+ ],
26
+ "members": {
27
+ "Name": {},
28
+ "Namespace": {},
29
+ "Description": {},
30
+ "ApplicationSourceConfig": {
31
+ "shape": "S5"
32
+ },
33
+ "Subscriptions": {
34
+ "shape": "Sa"
35
+ },
36
+ "Publications": {
37
+ "shape": "Sd"
38
+ },
39
+ "ClientToken": {
40
+ "idempotencyToken": true
41
+ },
42
+ "Tags": {
43
+ "shape": "Sh"
44
+ }
45
+ }
46
+ },
47
+ "output": {
48
+ "type": "structure",
49
+ "members": {
50
+ "Arn": {},
51
+ "Id": {}
52
+ }
53
+ }
54
+ },
15
55
  "CreateDataIntegration": {
16
56
  "http": {
17
57
  "requestUri": "/dataIntegrations"
@@ -30,19 +70,19 @@
30
70
  "KmsKey": {},
31
71
  "SourceURI": {},
32
72
  "ScheduleConfig": {
33
- "shape": "S6"
73
+ "shape": "Sr"
34
74
  },
35
75
  "Tags": {
36
- "shape": "S8"
76
+ "shape": "Sh"
37
77
  },
38
78
  "ClientToken": {
39
79
  "idempotencyToken": true
40
80
  },
41
81
  "FileConfiguration": {
42
- "shape": "Sc"
82
+ "shape": "St"
43
83
  },
44
84
  "ObjectConfiguration": {
45
- "shape": "Si"
85
+ "shape": "Sz"
46
86
  }
47
87
  }
48
88
  },
@@ -56,17 +96,17 @@
56
96
  "KmsKey": {},
57
97
  "SourceURI": {},
58
98
  "ScheduleConfiguration": {
59
- "shape": "S6"
99
+ "shape": "Sr"
60
100
  },
61
101
  "Tags": {
62
- "shape": "S8"
102
+ "shape": "Sh"
63
103
  },
64
104
  "ClientToken": {},
65
105
  "FileConfiguration": {
66
- "shape": "Sc"
106
+ "shape": "St"
67
107
  },
68
108
  "ObjectConfiguration": {
69
- "shape": "Si"
109
+ "shape": "Sz"
70
110
  }
71
111
  }
72
112
  }
@@ -86,14 +126,14 @@
86
126
  "Name": {},
87
127
  "Description": {},
88
128
  "EventFilter": {
89
- "shape": "Sn"
129
+ "shape": "S12"
90
130
  },
91
131
  "EventBridgeBus": {},
92
132
  "ClientToken": {
93
133
  "idempotencyToken": true
94
134
  },
95
135
  "Tags": {
96
- "shape": "S8"
136
+ "shape": "Sh"
97
137
  }
98
138
  }
99
139
  },
@@ -148,6 +188,52 @@
148
188
  "members": {}
149
189
  }
150
190
  },
191
+ "GetApplication": {
192
+ "http": {
193
+ "method": "GET",
194
+ "requestUri": "/applications/{Arn}"
195
+ },
196
+ "input": {
197
+ "type": "structure",
198
+ "required": [
199
+ "Arn"
200
+ ],
201
+ "members": {
202
+ "Arn": {
203
+ "location": "uri",
204
+ "locationName": "Arn"
205
+ }
206
+ }
207
+ },
208
+ "output": {
209
+ "type": "structure",
210
+ "members": {
211
+ "Arn": {},
212
+ "Id": {},
213
+ "Name": {},
214
+ "Namespace": {},
215
+ "Description": {},
216
+ "ApplicationSourceConfig": {
217
+ "shape": "S5"
218
+ },
219
+ "Subscriptions": {
220
+ "shape": "Sa"
221
+ },
222
+ "Publications": {
223
+ "shape": "Sd"
224
+ },
225
+ "CreatedTime": {
226
+ "type": "timestamp"
227
+ },
228
+ "LastModifiedTime": {
229
+ "type": "timestamp"
230
+ },
231
+ "Tags": {
232
+ "shape": "Sh"
233
+ }
234
+ }
235
+ }
236
+ },
151
237
  "GetDataIntegration": {
152
238
  "http": {
153
239
  "method": "GET",
@@ -175,16 +261,16 @@
175
261
  "KmsKey": {},
176
262
  "SourceURI": {},
177
263
  "ScheduleConfiguration": {
178
- "shape": "S6"
264
+ "shape": "Sr"
179
265
  },
180
266
  "Tags": {
181
- "shape": "S8"
267
+ "shape": "Sh"
182
268
  },
183
269
  "FileConfiguration": {
184
- "shape": "Sc"
270
+ "shape": "St"
185
271
  },
186
272
  "ObjectConfiguration": {
187
- "shape": "Si"
273
+ "shape": "Sz"
188
274
  }
189
275
  }
190
276
  }
@@ -214,12 +300,56 @@
214
300
  "EventIntegrationArn": {},
215
301
  "EventBridgeBus": {},
216
302
  "EventFilter": {
217
- "shape": "Sn"
303
+ "shape": "S12"
218
304
  },
219
305
  "Tags": {
220
- "shape": "S8"
306
+ "shape": "Sh"
307
+ }
308
+ }
309
+ }
310
+ },
311
+ "ListApplications": {
312
+ "http": {
313
+ "method": "GET",
314
+ "requestUri": "/applications"
315
+ },
316
+ "input": {
317
+ "type": "structure",
318
+ "members": {
319
+ "NextToken": {
320
+ "location": "querystring",
321
+ "locationName": "nextToken"
322
+ },
323
+ "MaxResults": {
324
+ "location": "querystring",
325
+ "locationName": "maxResults",
326
+ "type": "integer"
221
327
  }
222
328
  }
329
+ },
330
+ "output": {
331
+ "type": "structure",
332
+ "members": {
333
+ "Applications": {
334
+ "type": "list",
335
+ "member": {
336
+ "type": "structure",
337
+ "members": {
338
+ "Arn": {},
339
+ "Id": {},
340
+ "Name": {},
341
+ "Namespace": {},
342
+ "CreatedTime": {
343
+ "type": "timestamp"
344
+ },
345
+ "LastModifiedTime": {
346
+ "type": "timestamp"
347
+ }
348
+ }
349
+ }
350
+ },
351
+ "NextToken": {}
352
+ }
223
353
  }
224
354
  },
225
355
  "ListDataIntegrationAssociations": {
@@ -385,11 +515,11 @@
385
515
  "Name": {},
386
516
  "Description": {},
387
517
  "EventFilter": {
388
- "shape": "Sn"
518
+ "shape": "S12"
389
519
  },
390
520
  "EventBridgeBus": {},
391
521
  "Tags": {
392
- "shape": "S8"
522
+ "shape": "Sh"
393
523
  }
394
524
  }
395
525
  }
@@ -419,7 +549,7 @@
419
549
  "type": "structure",
420
550
  "members": {
421
551
  "tags": {
422
- "shape": "S8"
552
+ "shape": "Sh"
423
553
  }
424
554
  }
425
555
  }
@@ -440,7 +570,7 @@
440
570
  "locationName": "resourceArn"
441
571
  },
442
572
  "tags": {
443
- "shape": "S8"
573
+ "shape": "Sh"
444
574
  }
445
575
  }
446
576
  },
@@ -478,6 +608,39 @@
478
608
  "members": {}
479
609
  }
480
610
  },
611
+ "UpdateApplication": {
612
+ "http": {
613
+ "method": "PATCH",
614
+ "requestUri": "/applications/{Arn}"
615
+ },
616
+ "input": {
617
+ "type": "structure",
618
+ "required": [
619
+ "Arn"
620
+ ],
621
+ "members": {
622
+ "Arn": {
623
+ "location": "uri",
624
+ "locationName": "Arn"
625
+ },
626
+ "Name": {},
627
+ "Description": {},
628
+ "ApplicationSourceConfig": {
629
+ "shape": "S5"
630
+ },
631
+ "Subscriptions": {
632
+ "shape": "Sa"
633
+ },
634
+ "Publications": {
635
+ "shape": "Sd"
636
+ }
637
+ }
638
+ },
639
+ "output": {
640
+ "type": "structure",
641
+ "members": {}
642
+ }
643
+ },
481
644
  "UpdateDataIntegration": {
482
645
  "http": {
483
646
  "method": "PATCH",
@@ -527,7 +690,58 @@
527
690
  }
528
691
  },
529
692
  "shapes": {
530
- "S6": {
693
+ "S5": {
694
+ "type": "structure",
695
+ "members": {
696
+ "ExternalUrlConfig": {
697
+ "type": "structure",
698
+ "required": [
699
+ "AccessUrl"
700
+ ],
701
+ "members": {
702
+ "AccessUrl": {},
703
+ "ApprovedOrigins": {
704
+ "type": "list",
705
+ "member": {}
706
+ }
707
+ }
708
+ }
709
+ }
710
+ },
711
+ "Sa": {
712
+ "type": "list",
713
+ "member": {
714
+ "type": "structure",
715
+ "required": [
716
+ "Event"
717
+ ],
718
+ "members": {
719
+ "Event": {},
720
+ "Description": {}
721
+ }
722
+ }
723
+ },
724
+ "Sd": {
725
+ "type": "list",
726
+ "member": {
727
+ "type": "structure",
728
+ "required": [
729
+ "Event",
730
+ "Schema"
731
+ ],
732
+ "members": {
733
+ "Event": {},
734
+ "Schema": {},
735
+ "Description": {}
736
+ }
737
+ }
738
+ },
739
+ "Sh": {
740
+ "type": "map",
741
+ "key": {},
742
+ "value": {}
743
+ },
744
+ "Sr": {
531
745
  "type": "structure",
532
746
  "required": [
533
747
  "ScheduleExpression"
@@ -538,12 +752,7 @@
538
752
  "ScheduleExpression": {}
539
753
  }
540
754
  },
541
- "S8": {
542
- "type": "map",
543
- "key": {},
544
- "value": {}
545
- },
546
- "Sc": {
755
+ "St": {
547
756
  "type": "structure",
548
757
  "required": [
549
758
  "Folders"
@@ -554,11 +763,11 @@
554
763
  "member": {}
555
764
  },
556
765
  "Filters": {
557
- "shape": "Sf"
766
+ "shape": "Sw"
558
767
  }
559
768
  }
560
769
  },
561
- "Sf": {
770
+ "Sw": {
562
771
  "type": "map",
563
772
  "key": {},
564
773
  "value": {
@@ -566,14 +775,14 @@
566
775
  "member": {}
567
776
  }
568
777
  },
569
- "Si": {
778
+ "Sz": {
570
779
  "type": "map",
571
780
  "key": {},
572
781
  "value": {
573
- "shape": "Sf"
782
+ "shape": "Sw"
574
783
  }
575
784
  },
576
- "Sn": {
785
+ "S12": {
577
786
  "type": "structure",
578
787
  "required": [
579
788
  "Source"
@@ -1,4 +1,34 @@
1
1
  {
2
2
  "pagination": {
3
+ "ListApplications": {
4
+ "input_token": "NextToken",
5
+ "limit_key": "MaxResults",
6
+ "output_token": "NextToken",
7
+ "result_key": "Applications"
8
+ },
9
+ "ListDataIntegrationAssociations": {
10
+ "input_token": "NextToken",
11
+ "limit_key": "MaxResults",
12
+ "output_token": "NextToken",
13
+ "result_key": "DataIntegrationAssociations"
14
+ },
15
+ "ListDataIntegrations": {
16
+ "input_token": "NextToken",
17
+ "limit_key": "MaxResults",
18
+ "output_token": "NextToken",
19
+ "result_key": "DataIntegrations"
20
+ },
21
+ "ListEventIntegrationAssociations": {
22
+ "input_token": "NextToken",
23
+ "limit_key": "MaxResults",
24
+ "output_token": "NextToken",
25
+ "result_key": "EventIntegrationAssociations"
26
+ },
27
+ "ListEventIntegrations": {
28
+ "input_token": "NextToken",
29
+ "limit_key": "MaxResults",
30
+ "output_token": "NextToken",
31
+ "result_key": "EventIntegrations"
32
+ }
3
33
  }
4
- }
34
+ }