cdk-lambda-subminute 2.0.451 → 2.0.453

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 (34) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/application-signals-2024-04-15.min.json +15 -0
  5. package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.min.json +27 -5
  6. package/node_modules/aws-sdk/apis/codecommit-2015-04-13.min.json +7 -1
  7. package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +68 -32
  8. package/node_modules/aws-sdk/apis/ecr-2015-09-21.examples.json +186 -0
  9. package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +177 -20
  10. package/node_modules/aws-sdk/apis/ecr-2015-09-21.paginators.json +9 -0
  11. package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +81 -63
  12. package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.examples.json +33 -0
  13. package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.min.json +113 -73
  14. package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +7 -1
  15. package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +11 -2
  16. package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +163 -128
  17. package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +1 -1
  18. package/node_modules/aws-sdk/clients/applicationsignals.d.ts +29 -20
  19. package/node_modules/aws-sdk/clients/bedrockruntime.d.ts +11 -8
  20. package/node_modules/aws-sdk/clients/datazone.d.ts +36 -0
  21. package/node_modules/aws-sdk/clients/ec2.d.ts +4 -4
  22. package/node_modules/aws-sdk/clients/ecr.d.ts +242 -8
  23. package/node_modules/aws-sdk/clients/eks.d.ts +27 -2
  24. package/node_modules/aws-sdk/clients/elbv2.d.ts +54 -8
  25. package/node_modules/aws-sdk/clients/networkfirewall.d.ts +7 -7
  26. package/node_modules/aws-sdk/clients/outposts.d.ts +5 -0
  27. package/node_modules/aws-sdk/clients/stepfunctions.d.ts +67 -9
  28. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  29. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +12 -12
  30. package/node_modules/aws-sdk/dist/aws-sdk.js +309 -97
  31. package/node_modules/aws-sdk/dist/aws-sdk.min.js +80 -80
  32. package/node_modules/aws-sdk/lib/core.js +1 -1
  33. package/node_modules/aws-sdk/package.json +1 -1
  34. package/package.json +3 -3
@@ -87,6 +87,64 @@
87
87
  "title": "To create a new repository"
88
88
  }
89
89
  ],
90
+ "CreateRepositoryCreationTemplate": [
91
+ {
92
+ "input": {
93
+ "appliedFor": [
94
+ "REPLICATION",
95
+ "PULL_THROUGH_CACHE"
96
+ ],
97
+ "description": "Repos for testing images",
98
+ "encryptionConfiguration": {
99
+ "encryptionType": "AES256"
100
+ },
101
+ "imageTagMutability": "MUTABLE",
102
+ "lifecyclePolicy": "{\r\n \"rules\": [\r\n {\r\n \"rulePriority\": 1,\r\n \"description\": \"Expire images older than 14 days\",\r\n \"selection\": {\r\n \"tagStatus\": \"untagged\",\r\n \"countType\": \"sinceImagePushed\",\r\n \"countUnit\": \"days\",\r\n \"countNumber\": 14\r\n },\r\n \"action\": {\r\n \"type\": \"expire\"\r\n }\r\n }\r\n ]\r\n}",
103
+ "prefix": "eng/test",
104
+ "repositoryPolicy": "{\r\n \"Version\": \"2012-10-17\",\r\n \"Statement\": [\r\n {\r\n \"Sid\": \"LambdaECRPullPolicy\",\r\n \"Effect\": \"Allow\",\r\n \"Principal\": {\r\n \"Service\": \"lambda.amazonaws.com\"\r\n },\r\n \"Action\": \"ecr:BatchGetImage\"\r\n }\r\n ]\r\n}",
105
+ "resourceTags": [
106
+ {
107
+ "Key": "environment",
108
+ "Value": "test"
109
+ }
110
+ ]
111
+ },
112
+ "output": {
113
+ "registryId": "012345678901",
114
+ "repositoryCreationTemplate": {
115
+ "appliedFor": [
116
+ "REPLICATION",
117
+ "PULL_THROUGH_CACHE"
118
+ ],
119
+ "createdAt": "2023-12-16T17:29:02-07:00",
120
+ "description": "Repos for testing images",
121
+ "encryptionConfiguration": {
122
+ "encryptionType": "AES256"
123
+ },
124
+ "imageTagMutability": "MUTABLE",
125
+ "lifecyclePolicy": "{\r\n \"rules\": [\r\n {\r\n \"rulePriority\": 1,\r\n \"description\": \"Expire images older than 14 days\",\r\n \"selection\": {\r\n \"tagStatus\": \"untagged\",\r\n \"countType\": \"sinceImagePushed\",\r\n \"countUnit\": \"days\",\r\n \"countNumber\": 14\r\n },\r\n \"action\": {\r\n \"type\": \"expire\"\r\n }\r\n }\r\n ]\r\n}",
126
+ "prefix": "eng/test",
127
+ "repositoryPolicy": "{\n \"Version\" : \"2012-10-17\",\n \"Statement\" : [ {\n \"Sid\" : \"LambdaECRPullPolicy\",\n \"Effect\" : \"Allow\",\n \"Principal\" : {\n \"Service\" : \"lambda.amazonaws.com\"\n },\n \"Action\" : \"ecr:BatchGetImage\"\n } ]\n}",
128
+ "resourceTags": [
129
+ {
130
+ "Key": "environment",
131
+ "Value": "test"
132
+ }
133
+ ],
134
+ "updatedAt": "2023-12-16T17:29:02-07:00"
135
+ }
136
+ },
137
+ "comments": {
138
+ "input": {
139
+ },
140
+ "output": {
141
+ }
142
+ },
143
+ "description": "This example creates a repository creation template.",
144
+ "id": "create-a-new-repository-creation-template-1713296923053",
145
+ "title": "Create a new repository creation template"
146
+ }
147
+ ],
90
148
  "DeleteRepository": [
91
149
  {
92
150
  "input": {
@@ -110,6 +168,34 @@
110
168
  "title": "To force delete a repository"
111
169
  }
112
170
  ],
171
+ "DeleteRepositoryCreationTemplate": [
172
+ {
173
+ "input": {
174
+ "prefix": "eng"
175
+ },
176
+ "output": {
177
+ "registryId": "012345678901",
178
+ "repositoryCreationTemplate": {
179
+ "createdAt": "2023-12-03T16:27:57.933000-08:00",
180
+ "encryptionConfiguration": {
181
+ "encryptionType": "AES256"
182
+ },
183
+ "imageTagMutability": "MUTABLE",
184
+ "prefix": "eng",
185
+ "updatedAt": "2023-12-03T16:27:57.933000-08:00"
186
+ }
187
+ },
188
+ "comments": {
189
+ "input": {
190
+ },
191
+ "output": {
192
+ }
193
+ },
194
+ "description": "This example deletes a repository creation template.",
195
+ "id": "delete-a-repository-creation-template-1713298142230",
196
+ "title": "Delete a repository creation template"
197
+ }
198
+ ],
113
199
  "DeleteRepositoryPolicy": [
114
200
  {
115
201
  "input": {
@@ -154,6 +240,57 @@
154
240
  "title": "To describe all repositories in the current account"
155
241
  }
156
242
  ],
243
+ "DescribeRepositoryCreationTemplates": [
244
+ {
245
+ "input": {
246
+ "maxResults": 123,
247
+ "nextToken": "",
248
+ "prefixes": [
249
+ "eng"
250
+ ]
251
+ },
252
+ "output": {
253
+ "nextToken": "",
254
+ "registryId": "012345678901",
255
+ "repositoryCreationTemplates": [
256
+ {
257
+ "appliedFor": [
258
+ "PULL_THROUGH_CACHE",
259
+ "REPLICATION"
260
+ ],
261
+ "createdAt": "2023-12-16T17:29:02-07:00",
262
+ "encryptionConfiguration": {
263
+ "encryptionType": "AES256"
264
+ },
265
+ "imageTagMutability": "MUTABLE",
266
+ "prefix": "eng/test",
267
+ "updatedAt": "2023-12-16T19:55:02-07:00"
268
+ },
269
+ {
270
+ "appliedFor": [
271
+ "REPLICATION"
272
+ ],
273
+ "createdAt": "2023-12-14T17:29:02-07:00",
274
+ "encryptionConfiguration": {
275
+ "encryptionType": "AES256"
276
+ },
277
+ "imageTagMutability": "IMMUTABLE",
278
+ "prefix": "eng/replication-test",
279
+ "updatedAt": "2023-12-14T19:55:02-07:00"
280
+ }
281
+ ]
282
+ },
283
+ "comments": {
284
+ "input": {
285
+ },
286
+ "output": {
287
+ }
288
+ },
289
+ "description": "This example describes the contents of a repository creation template.",
290
+ "id": "describe-a-repository-creation-template-1713298784302",
291
+ "title": "Describe a repository creation template"
292
+ }
293
+ ],
157
294
  "GetAuthorizationToken": [
158
295
  {
159
296
  "input": {
@@ -210,6 +347,55 @@
210
347
  "id": "listimages-example-1470868161594",
211
348
  "title": "To list all images in a repository"
212
349
  }
350
+ ],
351
+ "UpdateRepositoryCreationTemplate": [
352
+ {
353
+ "input": {
354
+ "appliedFor": [
355
+ "REPLICATION"
356
+ ],
357
+ "prefix": "eng/test",
358
+ "resourceTags": [
359
+ {
360
+ "Key": "environment",
361
+ "Value": "test"
362
+ }
363
+ ]
364
+ },
365
+ "output": {
366
+ "registryId": "012345678901",
367
+ "repositoryCreationTemplate": {
368
+ "appliedFor": [
369
+ "REPLICATION"
370
+ ],
371
+ "createdAt": "2023-12-16T17:29:02-07:00",
372
+ "description": "Repos for testing images",
373
+ "encryptionConfiguration": {
374
+ "encryptionType": "AES256"
375
+ },
376
+ "imageTagMutability": "MUTABLE",
377
+ "lifecyclePolicy": "{\r\n \"rules\": [\r\n {\r\n \"rulePriority\": 1,\r\n \"description\": \"Expire images older than 14 days\",\r\n \"selection\": {\r\n \"tagStatus\": \"untagged\",\r\n \"countType\": \"sinceImagePushed\",\r\n \"countUnit\": \"days\",\r\n \"countNumber\": 14\r\n },\r\n \"action\": {\r\n \"type\": \"expire\"\r\n }\r\n }\r\n ]\r\n}",
378
+ "prefix": "eng/test",
379
+ "repositoryPolicy": "{\n \"Version\" : \"2012-10-17\",\n \"Statement\" : [ {\n \"Sid\" : \"LambdaECRPullPolicy\",\n \"Effect\" : \"Allow\",\n \"Principal\" : {\n \"Service\" : \"lambda.amazonaws.com\"\n },\n \"Action\" : \"ecr:BatchGetImage\"\n } ]\n}",
380
+ "resourceTags": [
381
+ {
382
+ "Key": "environment",
383
+ "Value": "test"
384
+ }
385
+ ],
386
+ "updatedAt": "2023-12-16T19:55:02-07:00"
387
+ }
388
+ },
389
+ "comments": {
390
+ "input": {
391
+ },
392
+ "output": {
393
+ }
394
+ },
395
+ "description": "This example updates a repository creation template.",
396
+ "id": "update-a-repository-creation-template-1713299261276",
397
+ "title": "Update a repository creation template"
398
+ }
213
399
  ]
214
400
  }
215
401
  }
@@ -262,6 +262,41 @@
262
262
  }
263
263
  }
264
264
  },
265
+ "CreateRepositoryCreationTemplate": {
266
+ "input": {
267
+ "type": "structure",
268
+ "required": [
269
+ "prefix",
270
+ "appliedFor"
271
+ ],
272
+ "members": {
273
+ "prefix": {},
274
+ "description": {},
275
+ "encryptionConfiguration": {
276
+ "shape": "S23"
277
+ },
278
+ "resourceTags": {
279
+ "shape": "S1p"
280
+ },
281
+ "imageTagMutability": {},
282
+ "repositoryPolicy": {},
283
+ "lifecyclePolicy": {},
284
+ "appliedFor": {
285
+ "shape": "S27"
286
+ },
287
+ "customRoleArn": {}
288
+ }
289
+ },
290
+ "output": {
291
+ "type": "structure",
292
+ "members": {
293
+ "registryId": {},
294
+ "repositoryCreationTemplate": {
295
+ "shape": "S2b"
296
+ }
297
+ }
298
+ }
299
+ },
265
300
  "DeleteLifecyclePolicy": {
266
301
  "input": {
267
302
  "type": "structure",
@@ -345,6 +380,26 @@
345
380
  }
346
381
  }
347
382
  },
383
+ "DeleteRepositoryCreationTemplate": {
384
+ "input": {
385
+ "type": "structure",
386
+ "required": [
387
+ "prefix"
388
+ ],
389
+ "members": {
390
+ "prefix": {}
391
+ }
392
+ },
393
+ "output": {
394
+ "type": "structure",
395
+ "members": {
396
+ "registryId": {},
397
+ "repositoryCreationTemplate": {
398
+ "shape": "S2b"
399
+ }
400
+ }
401
+ }
402
+ },
348
403
  "DeleteRepositoryPolicy": {
349
404
  "input": {
350
405
  "type": "structure",
@@ -430,7 +485,7 @@
430
485
  "shape": "Sj"
431
486
  },
432
487
  "imageScanStatus": {
433
- "shape": "S2q"
488
+ "shape": "S34"
434
489
  },
435
490
  "imageScanFindings": {
436
491
  "type": "structure",
@@ -442,7 +497,7 @@
442
497
  "type": "timestamp"
443
498
  },
444
499
  "findingSeverityCounts": {
445
- "shape": "S2w"
500
+ "shape": "S3a"
446
501
  },
447
502
  "findings": {
448
503
  "type": "list",
@@ -669,7 +724,7 @@
669
724
  "repositoryName": {},
670
725
  "imageDigest": {},
671
726
  "imageTags": {
672
- "shape": "S4o"
727
+ "shape": "S51"
673
728
  },
674
729
  "imageSizeInBytes": {
675
730
  "type": "long"
@@ -678,7 +733,7 @@
678
733
  "type": "timestamp"
679
734
  },
680
735
  "imageScanStatus": {
681
- "shape": "S2q"
736
+ "shape": "S34"
682
737
  },
683
738
  "imageScanFindingsSummary": {
684
739
  "type": "structure",
@@ -690,7 +745,7 @@
690
745
  "type": "timestamp"
691
746
  },
692
747
  "findingSeverityCounts": {
693
- "shape": "S2w"
748
+ "shape": "S3a"
694
749
  }
695
750
  }
696
751
  },
@@ -757,7 +812,7 @@
757
812
  "members": {
758
813
  "registryId": {},
759
814
  "replicationConfiguration": {
760
- "shape": "S51"
815
+ "shape": "S5e"
761
816
  }
762
817
  }
763
818
  }
@@ -790,6 +845,34 @@
790
845
  }
791
846
  }
792
847
  },
848
+ "DescribeRepositoryCreationTemplates": {
849
+ "input": {
850
+ "type": "structure",
851
+ "members": {
852
+ "prefixes": {
853
+ "type": "list",
854
+ "member": {}
855
+ },
856
+ "nextToken": {},
857
+ "maxResults": {
858
+ "type": "integer"
859
+ }
860
+ }
861
+ },
862
+ "output": {
863
+ "type": "structure",
864
+ "members": {
865
+ "registryId": {},
866
+ "repositoryCreationTemplates": {
867
+ "type": "list",
868
+ "member": {
869
+ "shape": "S2b"
870
+ }
871
+ },
872
+ "nextToken": {}
873
+ }
874
+ }
875
+ },
793
876
  "GetAuthorizationToken": {
794
877
  "input": {
795
878
  "type": "structure",
@@ -903,7 +986,7 @@
903
986
  "type": "structure",
904
987
  "members": {
905
988
  "imageTags": {
906
- "shape": "S4o"
989
+ "shape": "S51"
907
990
  },
908
991
  "imageDigest": {},
909
992
  "imagePushedAt": {
@@ -955,7 +1038,7 @@
955
1038
  "members": {
956
1039
  "registryId": {},
957
1040
  "scanningConfiguration": {
958
- "shape": "S66"
1041
+ "shape": "S6n"
959
1042
  }
960
1043
  }
961
1044
  }
@@ -1170,7 +1253,7 @@
1170
1253
  "members": {
1171
1254
  "scanType": {},
1172
1255
  "rules": {
1173
- "shape": "S68"
1256
+ "shape": "S6p"
1174
1257
  }
1175
1258
  }
1176
1259
  },
@@ -1178,7 +1261,7 @@
1178
1261
  "type": "structure",
1179
1262
  "members": {
1180
1263
  "registryScanningConfiguration": {
1181
- "shape": "S66"
1264
+ "shape": "S6n"
1182
1265
  }
1183
1266
  }
1184
1267
  }
@@ -1191,7 +1274,7 @@
1191
1274
  ],
1192
1275
  "members": {
1193
1276
  "replicationConfiguration": {
1194
- "shape": "S51"
1277
+ "shape": "S5e"
1195
1278
  }
1196
1279
  }
1197
1280
  },
@@ -1199,7 +1282,7 @@
1199
1282
  "type": "structure",
1200
1283
  "members": {
1201
1284
  "replicationConfiguration": {
1202
- "shape": "S51"
1285
+ "shape": "S5e"
1203
1286
  }
1204
1287
  }
1205
1288
  }
@@ -1253,7 +1336,7 @@
1253
1336
  "shape": "Sj"
1254
1337
  },
1255
1338
  "imageScanStatus": {
1256
- "shape": "S2q"
1339
+ "shape": "S34"
1257
1340
  }
1258
1341
  }
1259
1342
  }
@@ -1344,6 +1427,40 @@
1344
1427
  }
1345
1428
  }
1346
1429
  },
1430
+ "UpdateRepositoryCreationTemplate": {
1431
+ "input": {
1432
+ "type": "structure",
1433
+ "required": [
1434
+ "prefix"
1435
+ ],
1436
+ "members": {
1437
+ "prefix": {},
1438
+ "description": {},
1439
+ "encryptionConfiguration": {
1440
+ "shape": "S23"
1441
+ },
1442
+ "resourceTags": {
1443
+ "shape": "S1p"
1444
+ },
1445
+ "imageTagMutability": {},
1446
+ "repositoryPolicy": {},
1447
+ "lifecyclePolicy": {},
1448
+ "appliedFor": {
1449
+ "shape": "S27"
1450
+ },
1451
+ "customRoleArn": {}
1452
+ }
1453
+ },
1454
+ "output": {
1455
+ "type": "structure",
1456
+ "members": {
1457
+ "registryId": {},
1458
+ "repositoryCreationTemplate": {
1459
+ "shape": "S2b"
1460
+ }
1461
+ }
1462
+ }
1463
+ },
1347
1464
  "UploadLayerPart": {
1348
1465
  "input": {
1349
1466
  "type": "structure",
@@ -1511,25 +1628,65 @@
1511
1628
  }
1512
1629
  }
1513
1630
  },
1514
- "S2q": {
1631
+ "S23": {
1632
+ "type": "structure",
1633
+ "required": [
1634
+ "encryptionType"
1635
+ ],
1636
+ "members": {
1637
+ "encryptionType": {},
1638
+ "kmsKey": {}
1639
+ }
1640
+ },
1641
+ "S27": {
1642
+ "type": "list",
1643
+ "member": {}
1644
+ },
1645
+ "S2b": {
1646
+ "type": "structure",
1647
+ "members": {
1648
+ "prefix": {},
1649
+ "description": {},
1650
+ "encryptionConfiguration": {
1651
+ "shape": "S23"
1652
+ },
1653
+ "resourceTags": {
1654
+ "shape": "S1p"
1655
+ },
1656
+ "imageTagMutability": {},
1657
+ "repositoryPolicy": {},
1658
+ "lifecyclePolicy": {},
1659
+ "appliedFor": {
1660
+ "shape": "S27"
1661
+ },
1662
+ "customRoleArn": {},
1663
+ "createdAt": {
1664
+ "type": "timestamp"
1665
+ },
1666
+ "updatedAt": {
1667
+ "type": "timestamp"
1668
+ }
1669
+ }
1670
+ },
1671
+ "S34": {
1515
1672
  "type": "structure",
1516
1673
  "members": {
1517
1674
  "status": {},
1518
1675
  "description": {}
1519
1676
  }
1520
1677
  },
1521
- "S2w": {
1678
+ "S3a": {
1522
1679
  "type": "map",
1523
1680
  "key": {},
1524
1681
  "value": {
1525
1682
  "type": "integer"
1526
1683
  }
1527
1684
  },
1528
- "S4o": {
1685
+ "S51": {
1529
1686
  "type": "list",
1530
1687
  "member": {}
1531
1688
  },
1532
- "S51": {
1689
+ "S5e": {
1533
1690
  "type": "structure",
1534
1691
  "required": [
1535
1692
  "rules"
@@ -1576,16 +1733,16 @@
1576
1733
  }
1577
1734
  }
1578
1735
  },
1579
- "S66": {
1736
+ "S6n": {
1580
1737
  "type": "structure",
1581
1738
  "members": {
1582
1739
  "scanType": {},
1583
1740
  "rules": {
1584
- "shape": "S68"
1741
+ "shape": "S6p"
1585
1742
  }
1586
1743
  }
1587
1744
  },
1588
- "S68": {
1745
+ "S6p": {
1589
1746
  "type": "list",
1590
1747
  "member": {
1591
1748
  "type": "structure",
@@ -34,6 +34,15 @@
34
34
  "output_token": "nextToken",
35
35
  "result_key": "repositories"
36
36
  },
37
+ "DescribeRepositoryCreationTemplates": {
38
+ "input_token": "nextToken",
39
+ "limit_key": "maxResults",
40
+ "non_aggregate_keys": [
41
+ "registryId"
42
+ ],
43
+ "output_token": "nextToken",
44
+ "result_key": "repositoryCreationTemplates"
45
+ },
37
46
  "GetLifecyclePolicyPreview": {
38
47
  "input_token": "nextToken",
39
48
  "limit_key": "maxResults",