cdk-lambda-subminute 2.0.301 → 2.0.302

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 (74) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +30 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +6 -0
  6. package/node_modules/aws-sdk/apis/cloud9-2017-09-23.examples.json +1 -0
  7. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +90 -81
  8. package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +16 -0
  9. package/node_modules/aws-sdk/apis/codestar-connections-2019-12-01.min.json +590 -3
  10. package/node_modules/aws-sdk/apis/codestar-connections-2019-12-01.paginators.json +10 -0
  11. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1853 -1396
  12. package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +100 -40
  13. package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +91 -78
  14. package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +172 -0
  15. package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.paginators.json +5 -0
  16. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +16 -4
  17. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +379 -301
  18. package/node_modules/aws-sdk/apis/metadata.json +3 -3
  19. package/node_modules/aws-sdk/apis/osis-2022-01-01.min.json +66 -12
  20. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +233 -217
  21. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +250 -91
  22. package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
  23. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +39 -38
  24. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +126 -126
  25. package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.min.json +21 -13
  26. package/node_modules/aws-sdk/apis/sso-oidc-2019-06-10.examples.json +228 -0
  27. package/node_modules/aws-sdk/apis/sso-oidc-2019-06-10.min.json +94 -8
  28. package/node_modules/aws-sdk/apis/trustedadvisor-2022-09-15.min.json +794 -0
  29. package/node_modules/aws-sdk/apis/trustedadvisor-2022-09-15.paginators.json +40 -0
  30. package/node_modules/aws-sdk/apis/verifiedpermissions-2021-12-01.min.json +269 -199
  31. package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +790 -27
  32. package/node_modules/aws-sdk/apis/wisdom-2020-10-19.paginators.json +18 -0
  33. package/node_modules/aws-sdk/clients/all.d.ts +1 -1
  34. package/node_modules/aws-sdk/clients/all.js +2 -2
  35. package/node_modules/aws-sdk/clients/appmesh.d.ts +2 -2
  36. package/node_modules/aws-sdk/clients/athena.d.ts +27 -19
  37. package/node_modules/aws-sdk/clients/cloud9.d.ts +1 -1
  38. package/node_modules/aws-sdk/clients/cloudformation.d.ts +14 -1
  39. package/node_modules/aws-sdk/clients/codepipeline.d.ts +22 -2
  40. package/node_modules/aws-sdk/clients/codestarconnections.d.ts +727 -0
  41. package/node_modules/aws-sdk/clients/connect.d.ts +2 -2
  42. package/node_modules/aws-sdk/clients/dlm.d.ts +2 -2
  43. package/node_modules/aws-sdk/clients/ec2.d.ts +563 -22
  44. package/node_modules/aws-sdk/clients/ecr.d.ts +128 -7
  45. package/node_modules/aws-sdk/clients/emr.d.ts +80 -43
  46. package/node_modules/aws-sdk/clients/eventbridge.d.ts +40 -37
  47. package/node_modules/aws-sdk/clients/internetmonitor.d.ts +157 -4
  48. package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +8 -8
  49. package/node_modules/aws-sdk/clients/medialive.d.ts +121 -47
  50. package/node_modules/aws-sdk/clients/osis.d.ts +55 -0
  51. package/node_modules/aws-sdk/clients/rds.d.ts +31 -4
  52. package/node_modules/aws-sdk/clients/redshift.d.ts +207 -0
  53. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +5 -0
  54. package/node_modules/aws-sdk/clients/s3.d.ts +2 -2
  55. package/node_modules/aws-sdk/clients/ssoadmin.d.ts +18 -6
  56. package/node_modules/aws-sdk/clients/ssooidc.d.ts +99 -16
  57. package/node_modules/aws-sdk/clients/sts.d.ts +3 -3
  58. package/node_modules/aws-sdk/clients/trustedadvisor.d.ts +918 -0
  59. package/node_modules/aws-sdk/clients/trustedadvisor.js +18 -0
  60. package/node_modules/aws-sdk/clients/verifiedpermissions.d.ts +67 -1
  61. package/node_modules/aws-sdk/clients/wisdom.d.ts +849 -25
  62. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  63. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1420 -1420
  64. package/node_modules/aws-sdk/dist/aws-sdk.js +2651 -1909
  65. package/node_modules/aws-sdk/dist/aws-sdk.min.js +101 -101
  66. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -2
  67. package/node_modules/aws-sdk/lib/core.js +1 -1
  68. package/node_modules/aws-sdk/package.json +1 -1
  69. package/package.json +3 -3
  70. package/node_modules/aws-sdk/apis/macie-2017-12-19.min.json +0 -222
  71. package/node_modules/aws-sdk/apis/macie-2017-12-19.paginators.json +0 -14
  72. package/node_modules/aws-sdk/clients/macie.d.ts +0 -284
  73. package/node_modules/aws-sdk/clients/macie.js +0 -18
  74. /package/node_modules/aws-sdk/apis/{macie-2017-12-19.examples.json → trustedadvisor-2022-09-15.examples.json} +0 -0
@@ -71,6 +71,68 @@
71
71
  }
72
72
  }
73
73
  },
74
+ "CreateRepositoryLink": {
75
+ "input": {
76
+ "type": "structure",
77
+ "required": [
78
+ "ConnectionArn",
79
+ "OwnerId",
80
+ "RepositoryName"
81
+ ],
82
+ "members": {
83
+ "ConnectionArn": {},
84
+ "OwnerId": {},
85
+ "RepositoryName": {},
86
+ "EncryptionKeyArn": {},
87
+ "Tags": {
88
+ "shape": "S4"
89
+ }
90
+ }
91
+ },
92
+ "output": {
93
+ "type": "structure",
94
+ "required": [
95
+ "RepositoryLinkInfo"
96
+ ],
97
+ "members": {
98
+ "RepositoryLinkInfo": {
99
+ "shape": "Sr"
100
+ }
101
+ }
102
+ }
103
+ },
104
+ "CreateSyncConfiguration": {
105
+ "input": {
106
+ "type": "structure",
107
+ "required": [
108
+ "Branch",
109
+ "ConfigFile",
110
+ "RepositoryLinkId",
111
+ "ResourceName",
112
+ "RoleArn",
113
+ "SyncType"
114
+ ],
115
+ "members": {
116
+ "Branch": {},
117
+ "ConfigFile": {},
118
+ "RepositoryLinkId": {},
119
+ "ResourceName": {},
120
+ "RoleArn": {},
121
+ "SyncType": {}
122
+ }
123
+ },
124
+ "output": {
125
+ "type": "structure",
126
+ "required": [
127
+ "SyncConfiguration"
128
+ ],
129
+ "members": {
130
+ "SyncConfiguration": {
131
+ "shape": "S11"
132
+ }
133
+ }
134
+ }
135
+ },
74
136
  "DeleteConnection": {
75
137
  "input": {
76
138
  "type": "structure",
@@ -101,6 +163,38 @@
101
163
  "members": {}
102
164
  }
103
165
  },
166
+ "DeleteRepositoryLink": {
167
+ "input": {
168
+ "type": "structure",
169
+ "required": [
170
+ "RepositoryLinkId"
171
+ ],
172
+ "members": {
173
+ "RepositoryLinkId": {}
174
+ }
175
+ },
176
+ "output": {
177
+ "type": "structure",
178
+ "members": {}
179
+ }
180
+ },
181
+ "DeleteSyncConfiguration": {
182
+ "input": {
183
+ "type": "structure",
184
+ "required": [
185
+ "SyncType",
186
+ "ResourceName"
187
+ ],
188
+ "members": {
189
+ "SyncType": {},
190
+ "ResourceName": {}
191
+ }
192
+ },
193
+ "output": {
194
+ "type": "structure",
195
+ "members": {}
196
+ }
197
+ },
104
198
  "GetConnection": {
105
199
  "input": {
106
200
  "type": "structure",
@@ -115,7 +209,7 @@
115
209
  "type": "structure",
116
210
  "members": {
117
211
  "Connection": {
118
- "shape": "Ss"
212
+ "shape": "S1c"
119
213
  }
120
214
  }
121
215
  }
@@ -143,6 +237,175 @@
143
237
  }
144
238
  }
145
239
  },
240
+ "GetRepositoryLink": {
241
+ "input": {
242
+ "type": "structure",
243
+ "required": [
244
+ "RepositoryLinkId"
245
+ ],
246
+ "members": {
247
+ "RepositoryLinkId": {}
248
+ }
249
+ },
250
+ "output": {
251
+ "type": "structure",
252
+ "required": [
253
+ "RepositoryLinkInfo"
254
+ ],
255
+ "members": {
256
+ "RepositoryLinkInfo": {
257
+ "shape": "Sr"
258
+ }
259
+ }
260
+ }
261
+ },
262
+ "GetRepositorySyncStatus": {
263
+ "input": {
264
+ "type": "structure",
265
+ "required": [
266
+ "Branch",
267
+ "RepositoryLinkId",
268
+ "SyncType"
269
+ ],
270
+ "members": {
271
+ "Branch": {},
272
+ "RepositoryLinkId": {},
273
+ "SyncType": {}
274
+ }
275
+ },
276
+ "output": {
277
+ "type": "structure",
278
+ "required": [
279
+ "LatestSync"
280
+ ],
281
+ "members": {
282
+ "LatestSync": {
283
+ "type": "structure",
284
+ "required": [
285
+ "StartedAt",
286
+ "Status",
287
+ "Events"
288
+ ],
289
+ "members": {
290
+ "StartedAt": {
291
+ "type": "timestamp"
292
+ },
293
+ "Status": {},
294
+ "Events": {
295
+ "type": "list",
296
+ "member": {
297
+ "type": "structure",
298
+ "required": [
299
+ "Event",
300
+ "Time",
301
+ "Type"
302
+ ],
303
+ "members": {
304
+ "Event": {},
305
+ "ExternalId": {},
306
+ "Time": {
307
+ "type": "timestamp"
308
+ },
309
+ "Type": {}
310
+ }
311
+ }
312
+ }
313
+ }
314
+ }
315
+ }
316
+ }
317
+ },
318
+ "GetResourceSyncStatus": {
319
+ "input": {
320
+ "type": "structure",
321
+ "required": [
322
+ "ResourceName",
323
+ "SyncType"
324
+ ],
325
+ "members": {
326
+ "ResourceName": {},
327
+ "SyncType": {}
328
+ }
329
+ },
330
+ "output": {
331
+ "type": "structure",
332
+ "required": [
333
+ "LatestSync"
334
+ ],
335
+ "members": {
336
+ "DesiredState": {
337
+ "shape": "S1w"
338
+ },
339
+ "LatestSuccessfulSync": {
340
+ "shape": "S1z"
341
+ },
342
+ "LatestSync": {
343
+ "shape": "S1z"
344
+ }
345
+ }
346
+ }
347
+ },
348
+ "GetSyncBlockerSummary": {
349
+ "input": {
350
+ "type": "structure",
351
+ "required": [
352
+ "SyncType",
353
+ "ResourceName"
354
+ ],
355
+ "members": {
356
+ "SyncType": {},
357
+ "ResourceName": {}
358
+ }
359
+ },
360
+ "output": {
361
+ "type": "structure",
362
+ "required": [
363
+ "SyncBlockerSummary"
364
+ ],
365
+ "members": {
366
+ "SyncBlockerSummary": {
367
+ "type": "structure",
368
+ "required": [
369
+ "ResourceName"
370
+ ],
371
+ "members": {
372
+ "ResourceName": {},
373
+ "ParentResourceName": {},
374
+ "LatestBlockers": {
375
+ "type": "list",
376
+ "member": {
377
+ "shape": "S28"
378
+ }
379
+ }
380
+ }
381
+ }
382
+ }
383
+ }
384
+ },
385
+ "GetSyncConfiguration": {
386
+ "input": {
387
+ "type": "structure",
388
+ "required": [
389
+ "SyncType",
390
+ "ResourceName"
391
+ ],
392
+ "members": {
393
+ "SyncType": {},
394
+ "ResourceName": {}
395
+ }
396
+ },
397
+ "output": {
398
+ "type": "structure",
399
+ "required": [
400
+ "SyncConfiguration"
401
+ ],
402
+ "members": {
403
+ "SyncConfiguration": {
404
+ "shape": "S11"
405
+ }
406
+ }
407
+ }
408
+ },
146
409
  "ListConnections": {
147
410
  "input": {
148
411
  "type": "structure",
@@ -161,7 +424,7 @@
161
424
  "Connections": {
162
425
  "type": "list",
163
426
  "member": {
164
- "shape": "Ss"
427
+ "shape": "S1c"
165
428
  }
166
429
  },
167
430
  "NextToken": {}
@@ -202,6 +465,104 @@
202
465
  }
203
466
  }
204
467
  },
468
+ "ListRepositoryLinks": {
469
+ "input": {
470
+ "type": "structure",
471
+ "members": {
472
+ "MaxResults": {
473
+ "type": "integer"
474
+ },
475
+ "NextToken": {}
476
+ }
477
+ },
478
+ "output": {
479
+ "type": "structure",
480
+ "required": [
481
+ "RepositoryLinks"
482
+ ],
483
+ "members": {
484
+ "RepositoryLinks": {
485
+ "type": "list",
486
+ "member": {
487
+ "shape": "Sr"
488
+ }
489
+ },
490
+ "NextToken": {}
491
+ }
492
+ }
493
+ },
494
+ "ListRepositorySyncDefinitions": {
495
+ "input": {
496
+ "type": "structure",
497
+ "required": [
498
+ "RepositoryLinkId",
499
+ "SyncType"
500
+ ],
501
+ "members": {
502
+ "RepositoryLinkId": {},
503
+ "SyncType": {}
504
+ }
505
+ },
506
+ "output": {
507
+ "type": "structure",
508
+ "required": [
509
+ "RepositorySyncDefinitions"
510
+ ],
511
+ "members": {
512
+ "RepositorySyncDefinitions": {
513
+ "type": "list",
514
+ "member": {
515
+ "type": "structure",
516
+ "required": [
517
+ "Branch",
518
+ "Directory",
519
+ "Parent",
520
+ "Target"
521
+ ],
522
+ "members": {
523
+ "Branch": {},
524
+ "Directory": {},
525
+ "Parent": {},
526
+ "Target": {}
527
+ }
528
+ }
529
+ },
530
+ "NextToken": {}
531
+ }
532
+ }
533
+ },
534
+ "ListSyncConfigurations": {
535
+ "input": {
536
+ "type": "structure",
537
+ "required": [
538
+ "RepositoryLinkId",
539
+ "SyncType"
540
+ ],
541
+ "members": {
542
+ "MaxResults": {
543
+ "type": "integer"
544
+ },
545
+ "NextToken": {},
546
+ "RepositoryLinkId": {},
547
+ "SyncType": {}
548
+ }
549
+ },
550
+ "output": {
551
+ "type": "structure",
552
+ "required": [
553
+ "SyncConfigurations"
554
+ ],
555
+ "members": {
556
+ "SyncConfigurations": {
557
+ "type": "list",
558
+ "member": {
559
+ "shape": "S11"
560
+ }
561
+ },
562
+ "NextToken": {}
563
+ }
564
+ }
565
+ },
205
566
  "ListTagsForResource": {
206
567
  "input": {
207
568
  "type": "structure",
@@ -278,6 +639,89 @@
278
639
  "type": "structure",
279
640
  "members": {}
280
641
  }
642
+ },
643
+ "UpdateRepositoryLink": {
644
+ "input": {
645
+ "type": "structure",
646
+ "required": [
647
+ "RepositoryLinkId"
648
+ ],
649
+ "members": {
650
+ "ConnectionArn": {},
651
+ "EncryptionKeyArn": {},
652
+ "RepositoryLinkId": {}
653
+ }
654
+ },
655
+ "output": {
656
+ "type": "structure",
657
+ "required": [
658
+ "RepositoryLinkInfo"
659
+ ],
660
+ "members": {
661
+ "RepositoryLinkInfo": {
662
+ "shape": "Sr"
663
+ }
664
+ }
665
+ }
666
+ },
667
+ "UpdateSyncBlocker": {
668
+ "input": {
669
+ "type": "structure",
670
+ "required": [
671
+ "Id",
672
+ "SyncType",
673
+ "ResourceName",
674
+ "ResolvedReason"
675
+ ],
676
+ "members": {
677
+ "Id": {},
678
+ "SyncType": {},
679
+ "ResourceName": {},
680
+ "ResolvedReason": {}
681
+ }
682
+ },
683
+ "output": {
684
+ "type": "structure",
685
+ "required": [
686
+ "ResourceName",
687
+ "SyncBlocker"
688
+ ],
689
+ "members": {
690
+ "ResourceName": {},
691
+ "ParentResourceName": {},
692
+ "SyncBlocker": {
693
+ "shape": "S28"
694
+ }
695
+ }
696
+ }
697
+ },
698
+ "UpdateSyncConfiguration": {
699
+ "input": {
700
+ "type": "structure",
701
+ "required": [
702
+ "ResourceName",
703
+ "SyncType"
704
+ ],
705
+ "members": {
706
+ "Branch": {},
707
+ "ConfigFile": {},
708
+ "RepositoryLinkId": {},
709
+ "ResourceName": {},
710
+ "RoleArn": {},
711
+ "SyncType": {}
712
+ }
713
+ },
714
+ "output": {
715
+ "type": "structure",
716
+ "required": [
717
+ "SyncConfiguration"
718
+ ],
719
+ "members": {
720
+ "SyncConfiguration": {
721
+ "shape": "S11"
722
+ }
723
+ }
724
+ }
281
725
  }
282
726
  },
283
727
  "shapes": {
@@ -315,7 +759,51 @@
315
759
  "TlsCertificate": {}
316
760
  }
317
761
  },
318
- "Ss": {
762
+ "Sr": {
763
+ "type": "structure",
764
+ "required": [
765
+ "ConnectionArn",
766
+ "OwnerId",
767
+ "ProviderType",
768
+ "RepositoryLinkArn",
769
+ "RepositoryLinkId",
770
+ "RepositoryName"
771
+ ],
772
+ "members": {
773
+ "ConnectionArn": {},
774
+ "EncryptionKeyArn": {},
775
+ "OwnerId": {},
776
+ "ProviderType": {},
777
+ "RepositoryLinkArn": {},
778
+ "RepositoryLinkId": {},
779
+ "RepositoryName": {}
780
+ }
781
+ },
782
+ "S11": {
783
+ "type": "structure",
784
+ "required": [
785
+ "Branch",
786
+ "OwnerId",
787
+ "ProviderType",
788
+ "RepositoryLinkId",
789
+ "RepositoryName",
790
+ "ResourceName",
791
+ "RoleArn",
792
+ "SyncType"
793
+ ],
794
+ "members": {
795
+ "Branch": {},
796
+ "ConfigFile": {},
797
+ "OwnerId": {},
798
+ "ProviderType": {},
799
+ "RepositoryLinkId": {},
800
+ "RepositoryName": {},
801
+ "ResourceName": {},
802
+ "RoleArn": {},
803
+ "SyncType": {}
804
+ }
805
+ },
806
+ "S1c": {
319
807
  "type": "structure",
320
808
  "members": {
321
809
  "ConnectionName": {},
@@ -325,6 +813,105 @@
325
813
  "ConnectionStatus": {},
326
814
  "HostArn": {}
327
815
  }
816
+ },
817
+ "S1w": {
818
+ "type": "structure",
819
+ "required": [
820
+ "Branch",
821
+ "Directory",
822
+ "OwnerId",
823
+ "RepositoryName",
824
+ "ProviderType",
825
+ "Sha"
826
+ ],
827
+ "members": {
828
+ "Branch": {},
829
+ "Directory": {},
830
+ "OwnerId": {},
831
+ "RepositoryName": {},
832
+ "ProviderType": {},
833
+ "Sha": {}
834
+ }
835
+ },
836
+ "S1z": {
837
+ "type": "structure",
838
+ "required": [
839
+ "Events",
840
+ "InitialRevision",
841
+ "StartedAt",
842
+ "Status",
843
+ "TargetRevision",
844
+ "Target"
845
+ ],
846
+ "members": {
847
+ "Events": {
848
+ "type": "list",
849
+ "member": {
850
+ "type": "structure",
851
+ "required": [
852
+ "Event",
853
+ "Time",
854
+ "Type"
855
+ ],
856
+ "members": {
857
+ "Event": {},
858
+ "ExternalId": {},
859
+ "Time": {
860
+ "type": "timestamp"
861
+ },
862
+ "Type": {}
863
+ }
864
+ }
865
+ },
866
+ "InitialRevision": {
867
+ "shape": "S1w"
868
+ },
869
+ "StartedAt": {
870
+ "type": "timestamp"
871
+ },
872
+ "Status": {},
873
+ "TargetRevision": {
874
+ "shape": "S1w"
875
+ },
876
+ "Target": {}
877
+ }
878
+ },
879
+ "S28": {
880
+ "type": "structure",
881
+ "required": [
882
+ "Id",
883
+ "Type",
884
+ "Status",
885
+ "CreatedReason",
886
+ "CreatedAt"
887
+ ],
888
+ "members": {
889
+ "Id": {},
890
+ "Type": {},
891
+ "Status": {},
892
+ "CreatedReason": {},
893
+ "CreatedAt": {
894
+ "type": "timestamp"
895
+ },
896
+ "Contexts": {
897
+ "type": "list",
898
+ "member": {
899
+ "type": "structure",
900
+ "required": [
901
+ "Key",
902
+ "Value"
903
+ ],
904
+ "members": {
905
+ "Key": {},
906
+ "Value": {}
907
+ }
908
+ }
909
+ },
910
+ "ResolvedReason": {},
911
+ "ResolvedAt": {
912
+ "type": "timestamp"
913
+ }
914
+ }
328
915
  }
329
916
  }
330
917
  }
@@ -9,6 +9,16 @@
9
9
  "input_token": "NextToken",
10
10
  "output_token": "NextToken",
11
11
  "limit_key": "MaxResults"
12
+ },
13
+ "ListRepositoryLinks": {
14
+ "input_token": "NextToken",
15
+ "output_token": "NextToken",
16
+ "limit_key": "MaxResults"
17
+ },
18
+ "ListSyncConfigurations": {
19
+ "input_token": "NextToken",
20
+ "output_token": "NextToken",
21
+ "limit_key": "MaxResults"
12
22
  }
13
23
  }
14
24
  }