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
@@ -138,6 +138,12 @@
138
138
  "output_token": "Marker",
139
139
  "result_key": "OrderableClusterOptions"
140
140
  },
141
+ "DescribeRedshiftIdcApplications": {
142
+ "input_token": "Marker",
143
+ "limit_key": "MaxRecords",
144
+ "output_token": "Marker",
145
+ "result_key": "RedshiftIdcApplications"
146
+ },
141
147
  "DescribeReservedNodeExchangeStatus": {
142
148
  "input_token": "Marker",
143
149
  "limit_key": "MaxRecords",
@@ -122,6 +122,7 @@
122
122
  "type": "boolean"
123
123
  },
124
124
  "namespaceName": {},
125
+ "redshiftIdcApplicationArn": {},
125
126
  "tags": {
126
127
  "shape": "S4"
127
128
  }
@@ -131,7 +132,7 @@
131
132
  "type": "structure",
132
133
  "members": {
133
134
  "namespace": {
134
- "shape": "S17"
135
+ "shape": "S18"
135
136
  }
136
137
  }
137
138
  },
@@ -187,7 +188,7 @@
187
188
  "type": "structure",
188
189
  "members": {
189
190
  "usageLimit": {
190
- "shape": "S1g"
191
+ "shape": "S1h"
191
192
  }
192
193
  }
193
194
  },
@@ -205,7 +206,7 @@
205
206
  "type": "integer"
206
207
  },
207
208
  "configParameters": {
208
- "shape": "S1i"
209
+ "shape": "S1j"
209
210
  },
210
211
  "enhancedVpcRouting": {
211
212
  "type": "boolean"
@@ -221,7 +222,7 @@
221
222
  "type": "boolean"
222
223
  },
223
224
  "securityGroupIds": {
224
- "shape": "S1m"
225
+ "shape": "S1n"
225
226
  },
226
227
  "subnetIds": {
227
228
  "shape": "Sm"
@@ -236,7 +237,7 @@
236
237
  "type": "structure",
237
238
  "members": {
238
239
  "workgroup": {
239
- "shape": "S1p"
240
+ "shape": "S1q"
240
241
  }
241
242
  }
242
243
  },
@@ -300,7 +301,7 @@
300
301
  ],
301
302
  "members": {
302
303
  "namespace": {
303
- "shape": "S17"
304
+ "shape": "S18"
304
305
  }
305
306
  }
306
307
  },
@@ -355,7 +356,7 @@
355
356
  "type": "structure",
356
357
  "members": {
357
358
  "usageLimit": {
358
- "shape": "S1g"
359
+ "shape": "S1h"
359
360
  }
360
361
  }
361
362
  },
@@ -378,7 +379,7 @@
378
379
  ],
379
380
  "members": {
380
381
  "workgroup": {
381
- "shape": "S1p"
382
+ "shape": "S1q"
382
383
  }
383
384
  }
384
385
  },
@@ -474,7 +475,7 @@
474
475
  ],
475
476
  "members": {
476
477
  "namespace": {
477
- "shape": "S17"
478
+ "shape": "S18"
478
479
  }
479
480
  }
480
481
  }
@@ -493,7 +494,7 @@
493
494
  "type": "structure",
494
495
  "members": {
495
496
  "recoveryPoint": {
496
- "shape": "S2j"
497
+ "shape": "S2k"
497
498
  }
498
499
  }
499
500
  }
@@ -512,7 +513,7 @@
512
513
  "type": "structure",
513
514
  "members": {
514
515
  "resourcePolicy": {
515
- "shape": "S2m"
516
+ "shape": "S2n"
516
517
  }
517
518
  }
518
519
  }
@@ -549,7 +550,7 @@
549
550
  "type": "structure",
550
551
  "members": {
551
552
  "tableRestoreStatus": {
552
- "shape": "S2r"
553
+ "shape": "S2s"
553
554
  }
554
555
  }
555
556
  }
@@ -568,7 +569,7 @@
568
569
  "type": "structure",
569
570
  "members": {
570
571
  "usageLimit": {
571
- "shape": "S1g"
572
+ "shape": "S1h"
572
573
  }
573
574
  }
574
575
  }
@@ -590,7 +591,7 @@
590
591
  ],
591
592
  "members": {
592
593
  "workgroup": {
593
- "shape": "S1p"
594
+ "shape": "S1q"
594
595
  }
595
596
  }
596
597
  }
@@ -675,7 +676,7 @@
675
676
  "namespaces": {
676
677
  "type": "list",
677
678
  "member": {
678
- "shape": "S17"
679
+ "shape": "S18"
679
680
  }
680
681
  },
681
682
  "nextToken": {}
@@ -707,7 +708,7 @@
707
708
  "recoveryPoints": {
708
709
  "type": "list",
709
710
  "member": {
710
- "shape": "S2j"
711
+ "shape": "S2k"
711
712
  }
712
713
  }
713
714
  }
@@ -764,7 +765,7 @@
764
765
  "tableRestoreStatuses": {
765
766
  "type": "list",
766
767
  "member": {
767
- "shape": "S2r"
768
+ "shape": "S2s"
768
769
  }
769
770
  }
770
771
  }
@@ -808,7 +809,7 @@
808
809
  "usageLimits": {
809
810
  "type": "list",
810
811
  "member": {
811
- "shape": "S1g"
812
+ "shape": "S1h"
812
813
  }
813
814
  }
814
815
  }
@@ -834,7 +835,7 @@
834
835
  "workgroups": {
835
836
  "type": "list",
836
837
  "member": {
837
- "shape": "S1p"
838
+ "shape": "S1q"
838
839
  }
839
840
  }
840
841
  }
@@ -856,7 +857,7 @@
856
857
  "type": "structure",
857
858
  "members": {
858
859
  "resourcePolicy": {
859
- "shape": "S2m"
860
+ "shape": "S2n"
860
861
  }
861
862
  }
862
863
  }
@@ -879,7 +880,7 @@
879
880
  "type": "structure",
880
881
  "members": {
881
882
  "namespace": {
882
- "shape": "S17"
883
+ "shape": "S18"
883
884
  },
884
885
  "recoveryPointId": {}
885
886
  }
@@ -908,7 +909,7 @@
908
909
  "type": "structure",
909
910
  "members": {
910
911
  "namespace": {
911
- "shape": "S17"
912
+ "shape": "S18"
912
913
  },
913
914
  "ownerAccount": {},
914
915
  "snapshotName": {}
@@ -946,7 +947,7 @@
946
947
  "type": "structure",
947
948
  "members": {
948
949
  "tableRestoreStatus": {
949
- "shape": "S2r"
950
+ "shape": "S2s"
950
951
  }
951
952
  }
952
953
  }
@@ -1073,7 +1074,7 @@
1073
1074
  ],
1074
1075
  "members": {
1075
1076
  "namespace": {
1076
- "shape": "S17"
1077
+ "shape": "S18"
1077
1078
  }
1078
1079
  }
1079
1080
  }
@@ -1118,7 +1119,7 @@
1118
1119
  "type": "structure",
1119
1120
  "members": {
1120
1121
  "usageLimit": {
1121
- "shape": "S1g"
1122
+ "shape": "S1h"
1122
1123
  }
1123
1124
  }
1124
1125
  }
@@ -1134,7 +1135,7 @@
1134
1135
  "type": "integer"
1135
1136
  },
1136
1137
  "configParameters": {
1137
- "shape": "S1i"
1138
+ "shape": "S1j"
1138
1139
  },
1139
1140
  "enhancedVpcRouting": {
1140
1141
  "type": "boolean"
@@ -1149,7 +1150,7 @@
1149
1150
  "type": "boolean"
1150
1151
  },
1151
1152
  "securityGroupIds": {
1152
- "shape": "S1m"
1153
+ "shape": "S1n"
1153
1154
  },
1154
1155
  "subnetIds": {
1155
1156
  "shape": "Sm"
@@ -1164,7 +1165,7 @@
1164
1165
  ],
1165
1166
  "members": {
1166
1167
  "workgroup": {
1167
- "shape": "S1p"
1168
+ "shape": "S1q"
1168
1169
  }
1169
1170
  }
1170
1171
  }
@@ -1319,7 +1320,7 @@
1319
1320
  "type": "list",
1320
1321
  "member": {}
1321
1322
  },
1322
- "S17": {
1323
+ "S18": {
1323
1324
  "type": "structure",
1324
1325
  "members": {
1325
1326
  "adminPasswordSecretArn": {},
@@ -1345,7 +1346,7 @@
1345
1346
  "status": {}
1346
1347
  }
1347
1348
  },
1348
- "S1g": {
1349
+ "S1h": {
1349
1350
  "type": "structure",
1350
1351
  "members": {
1351
1352
  "amount": {
@@ -1359,7 +1360,7 @@
1359
1360
  "usageType": {}
1360
1361
  }
1361
1362
  },
1362
- "S1i": {
1363
+ "S1j": {
1363
1364
  "type": "list",
1364
1365
  "member": {
1365
1366
  "type": "structure",
@@ -1369,18 +1370,18 @@
1369
1370
  }
1370
1371
  }
1371
1372
  },
1372
- "S1m": {
1373
+ "S1n": {
1373
1374
  "type": "list",
1374
1375
  "member": {}
1375
1376
  },
1376
- "S1p": {
1377
+ "S1q": {
1377
1378
  "type": "structure",
1378
1379
  "members": {
1379
1380
  "baseCapacity": {
1380
1381
  "type": "integer"
1381
1382
  },
1382
1383
  "configParameters": {
1383
- "shape": "S1i"
1384
+ "shape": "S1j"
1384
1385
  },
1385
1386
  "creationDate": {
1386
1387
  "shape": "Se"
@@ -1420,7 +1421,7 @@
1420
1421
  "type": "boolean"
1421
1422
  },
1422
1423
  "securityGroupIds": {
1423
- "shape": "S1m"
1424
+ "shape": "S1n"
1424
1425
  },
1425
1426
  "status": {},
1426
1427
  "subnetIds": {
@@ -1432,7 +1433,7 @@
1432
1433
  "workgroupVersion": {}
1433
1434
  }
1434
1435
  },
1435
- "S2j": {
1436
+ "S2k": {
1436
1437
  "type": "structure",
1437
1438
  "members": {
1438
1439
  "namespaceArn": {},
@@ -1447,14 +1448,14 @@
1447
1448
  "workgroupName": {}
1448
1449
  }
1449
1450
  },
1450
- "S2m": {
1451
+ "S2n": {
1451
1452
  "type": "structure",
1452
1453
  "members": {
1453
1454
  "policy": {},
1454
1455
  "resourceArn": {}
1455
1456
  }
1456
1457
  },
1457
- "S2r": {
1458
+ "S2s": {
1458
1459
  "type": "structure",
1459
1460
  "members": {
1460
1461
  "message": {},