cdk-lambda-subminute 2.0.276 → 2.0.278

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 (33) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +16 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +146 -55
  6. package/node_modules/aws-sdk/apis/marketplacecommerceanalytics-2015-07-01.min.json +9 -3
  7. package/node_modules/aws-sdk/apis/migrationhub-config-2019-06-30.min.json +15 -0
  8. package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.min.json +43 -8
  9. package/node_modules/aws-sdk/apis/migrationhubstrategy-2020-02-19.paginators.json +6 -0
  10. package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +28 -26
  11. package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.min.json +296 -45
  12. package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.paginators.json +5 -0
  13. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +3 -1
  14. package/node_modules/aws-sdk/apis/rekognition-2016-06-27.examples.json +141 -0
  15. package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +222 -12
  16. package/node_modules/aws-sdk/apis/rekognition-2016-06-27.paginators.json +5 -0
  17. package/node_modules/aws-sdk/clients/codepipeline.d.ts +108 -1
  18. package/node_modules/aws-sdk/clients/ec2.d.ts +3 -3
  19. package/node_modules/aws-sdk/clients/eks.d.ts +3 -3
  20. package/node_modules/aws-sdk/clients/marketplacecommerceanalytics.d.ts +10 -10
  21. package/node_modules/aws-sdk/clients/migrationhubconfig.d.ts +16 -0
  22. package/node_modules/aws-sdk/clients/migrationhubstrategy.d.ts +57 -1
  23. package/node_modules/aws-sdk/clients/networkmanager.d.ts +15 -3
  24. package/node_modules/aws-sdk/clients/opensearchserverless.d.ts +349 -3
  25. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +9 -1
  26. package/node_modules/aws-sdk/clients/rekognition.d.ts +234 -0
  27. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +6 -6
  28. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +22 -22
  29. package/node_modules/aws-sdk/dist/aws-sdk.js +385 -73
  30. package/node_modules/aws-sdk/dist/aws-sdk.min.js +86 -86
  31. package/node_modules/aws-sdk/lib/core.js +1 -1
  32. package/node_modules/aws-sdk/package.json +1 -1
  33. package/package.json +6 -6
@@ -68,6 +68,110 @@
68
68
  }
69
69
  }
70
70
  },
71
+ "BatchGetEffectiveLifecyclePolicy": {
72
+ "input": {
73
+ "type": "structure",
74
+ "required": [
75
+ "resourceIdentifiers"
76
+ ],
77
+ "members": {
78
+ "resourceIdentifiers": {
79
+ "type": "list",
80
+ "member": {
81
+ "type": "structure",
82
+ "required": [
83
+ "resource",
84
+ "type"
85
+ ],
86
+ "members": {
87
+ "resource": {},
88
+ "type": {}
89
+ }
90
+ }
91
+ }
92
+ }
93
+ },
94
+ "output": {
95
+ "type": "structure",
96
+ "members": {
97
+ "effectiveLifecyclePolicyDetails": {
98
+ "type": "list",
99
+ "member": {
100
+ "type": "structure",
101
+ "members": {
102
+ "noMinRetentionPeriod": {
103
+ "type": "boolean"
104
+ },
105
+ "policyName": {},
106
+ "resource": {},
107
+ "resourceType": {},
108
+ "retentionPeriod": {},
109
+ "type": {}
110
+ }
111
+ }
112
+ },
113
+ "effectiveLifecyclePolicyErrorDetails": {
114
+ "type": "list",
115
+ "member": {
116
+ "type": "structure",
117
+ "members": {
118
+ "errorCode": {},
119
+ "errorMessage": {},
120
+ "resource": {},
121
+ "type": {}
122
+ }
123
+ }
124
+ }
125
+ }
126
+ }
127
+ },
128
+ "BatchGetLifecyclePolicy": {
129
+ "input": {
130
+ "type": "structure",
131
+ "required": [
132
+ "identifiers"
133
+ ],
134
+ "members": {
135
+ "identifiers": {
136
+ "type": "list",
137
+ "member": {
138
+ "type": "structure",
139
+ "required": [
140
+ "name",
141
+ "type"
142
+ ],
143
+ "members": {
144
+ "name": {},
145
+ "type": {}
146
+ }
147
+ }
148
+ }
149
+ }
150
+ },
151
+ "output": {
152
+ "type": "structure",
153
+ "members": {
154
+ "lifecyclePolicyDetails": {
155
+ "type": "list",
156
+ "member": {
157
+ "shape": "Sy"
158
+ }
159
+ },
160
+ "lifecyclePolicyErrorDetails": {
161
+ "type": "list",
162
+ "member": {
163
+ "type": "structure",
164
+ "members": {
165
+ "errorCode": {},
166
+ "errorMessage": {},
167
+ "name": {},
168
+ "type": {}
169
+ }
170
+ }
171
+ }
172
+ }
173
+ }
174
+ },
71
175
  "BatchGetVpcEndpoint": {
72
176
  "input": {
73
177
  "type": "structure",
@@ -95,11 +199,11 @@
95
199
  "id": {},
96
200
  "name": {},
97
201
  "securityGroupIds": {
98
- "shape": "Sm"
202
+ "shape": "S1b"
99
203
  },
100
204
  "status": {},
101
205
  "subnetIds": {
102
- "shape": "Sp"
206
+ "shape": "S1e"
103
207
  },
104
208
  "vpcId": {}
105
209
  }
@@ -141,7 +245,7 @@
141
245
  "type": "structure",
142
246
  "members": {
143
247
  "accessPolicyDetail": {
144
- "shape": "S11"
248
+ "shape": "S1o"
145
249
  }
146
250
  }
147
251
  },
@@ -160,7 +264,7 @@
160
264
  "description": {},
161
265
  "name": {},
162
266
  "tags": {
163
- "shape": "S16"
267
+ "shape": "S1r"
164
268
  },
165
269
  "type": {}
166
270
  }
@@ -190,6 +294,34 @@
190
294
  },
191
295
  "idempotent": true
192
296
  },
297
+ "CreateLifecyclePolicy": {
298
+ "input": {
299
+ "type": "structure",
300
+ "required": [
301
+ "name",
302
+ "policy",
303
+ "type"
304
+ ],
305
+ "members": {
306
+ "clientToken": {
307
+ "idempotencyToken": true
308
+ },
309
+ "description": {},
310
+ "name": {},
311
+ "policy": {},
312
+ "type": {}
313
+ }
314
+ },
315
+ "output": {
316
+ "type": "structure",
317
+ "members": {
318
+ "lifecyclePolicyDetail": {
319
+ "shape": "Sy"
320
+ }
321
+ }
322
+ },
323
+ "idempotent": true
324
+ },
193
325
  "CreateSecurityConfig": {
194
326
  "input": {
195
327
  "type": "structure",
@@ -204,7 +336,7 @@
204
336
  "description": {},
205
337
  "name": {},
206
338
  "samlOptions": {
207
- "shape": "S1f"
339
+ "shape": "S22"
208
340
  },
209
341
  "type": {}
210
342
  }
@@ -213,7 +345,7 @@
213
345
  "type": "structure",
214
346
  "members": {
215
347
  "securityConfigDetail": {
216
- "shape": "S1m"
348
+ "shape": "S29"
217
349
  }
218
350
  }
219
351
  },
@@ -241,7 +373,7 @@
241
373
  "type": "structure",
242
374
  "members": {
243
375
  "securityPolicyDetail": {
244
- "shape": "S1r"
376
+ "shape": "S2e"
245
377
  }
246
378
  }
247
379
  },
@@ -261,10 +393,10 @@
261
393
  },
262
394
  "name": {},
263
395
  "securityGroupIds": {
264
- "shape": "Sm"
396
+ "shape": "S1b"
265
397
  },
266
398
  "subnetIds": {
267
- "shape": "Sp"
399
+ "shape": "S1e"
268
400
  },
269
401
  "vpcId": {}
270
402
  }
@@ -333,6 +465,27 @@
333
465
  },
334
466
  "idempotent": true
335
467
  },
468
+ "DeleteLifecyclePolicy": {
469
+ "input": {
470
+ "type": "structure",
471
+ "required": [
472
+ "name",
473
+ "type"
474
+ ],
475
+ "members": {
476
+ "clientToken": {
477
+ "idempotencyToken": true
478
+ },
479
+ "name": {},
480
+ "type": {}
481
+ }
482
+ },
483
+ "output": {
484
+ "type": "structure",
485
+ "members": {}
486
+ },
487
+ "idempotent": true
488
+ },
336
489
  "DeleteSecurityConfig": {
337
490
  "input": {
338
491
  "type": "structure",
@@ -417,7 +570,7 @@
417
570
  "type": "structure",
418
571
  "members": {
419
572
  "accessPolicyDetail": {
420
- "shape": "S11"
573
+ "shape": "S1o"
421
574
  }
422
575
  }
423
576
  }
@@ -431,7 +584,7 @@
431
584
  "type": "structure",
432
585
  "members": {
433
586
  "accountSettingsDetail": {
434
- "shape": "S2b"
587
+ "shape": "S30"
435
588
  }
436
589
  }
437
590
  }
@@ -452,6 +605,14 @@
452
605
  }
453
606
  }
454
607
  },
608
+ "LifecyclePolicyStats": {
609
+ "type": "structure",
610
+ "members": {
611
+ "RetentionPolicyCount": {
612
+ "type": "long"
613
+ }
614
+ }
615
+ },
455
616
  "SecurityConfigStats": {
456
617
  "type": "structure",
457
618
  "members": {
@@ -491,7 +652,7 @@
491
652
  "type": "structure",
492
653
  "members": {
493
654
  "securityConfigDetail": {
494
- "shape": "S1m"
655
+ "shape": "S29"
495
656
  }
496
657
  }
497
658
  }
@@ -512,7 +673,7 @@
512
673
  "type": "structure",
513
674
  "members": {
514
675
  "securityPolicyDetail": {
515
- "shape": "S1r"
676
+ "shape": "S2e"
516
677
  }
517
678
  }
518
679
  }
@@ -596,6 +757,49 @@
596
757
  }
597
758
  }
598
759
  },
760
+ "ListLifecyclePolicies": {
761
+ "input": {
762
+ "type": "structure",
763
+ "required": [
764
+ "type"
765
+ ],
766
+ "members": {
767
+ "maxResults": {
768
+ "type": "integer"
769
+ },
770
+ "nextToken": {},
771
+ "resources": {
772
+ "type": "list",
773
+ "member": {}
774
+ },
775
+ "type": {}
776
+ }
777
+ },
778
+ "output": {
779
+ "type": "structure",
780
+ "members": {
781
+ "lifecyclePolicySummaries": {
782
+ "type": "list",
783
+ "member": {
784
+ "type": "structure",
785
+ "members": {
786
+ "createdDate": {
787
+ "type": "long"
788
+ },
789
+ "description": {},
790
+ "lastModifiedDate": {
791
+ "type": "long"
792
+ },
793
+ "name": {},
794
+ "policyVersion": {},
795
+ "type": {}
796
+ }
797
+ }
798
+ },
799
+ "nextToken": {}
800
+ }
801
+ }
802
+ },
599
803
  "ListSecurityConfigs": {
600
804
  "input": {
601
805
  "type": "structure",
@@ -692,7 +896,7 @@
692
896
  "type": "structure",
693
897
  "members": {
694
898
  "tags": {
695
- "shape": "S16"
899
+ "shape": "S1r"
696
900
  }
697
901
  }
698
902
  }
@@ -741,7 +945,7 @@
741
945
  "members": {
742
946
  "resourceArn": {},
743
947
  "tags": {
744
- "shape": "S16"
948
+ "shape": "S1r"
745
949
  }
746
950
  }
747
951
  },
@@ -793,7 +997,7 @@
793
997
  "type": "structure",
794
998
  "members": {
795
999
  "accessPolicyDetail": {
796
- "shape": "S11"
1000
+ "shape": "S1o"
797
1001
  }
798
1002
  }
799
1003
  },
@@ -804,7 +1008,7 @@
804
1008
  "type": "structure",
805
1009
  "members": {
806
1010
  "capacityLimits": {
807
- "shape": "S2c"
1011
+ "shape": "S31"
808
1012
  }
809
1013
  }
810
1014
  },
@@ -812,7 +1016,7 @@
812
1016
  "type": "structure",
813
1017
  "members": {
814
1018
  "accountSettingsDetail": {
815
- "shape": "S2b"
1019
+ "shape": "S30"
816
1020
  }
817
1021
  }
818
1022
  }
@@ -855,6 +1059,35 @@
855
1059
  },
856
1060
  "idempotent": true
857
1061
  },
1062
+ "UpdateLifecyclePolicy": {
1063
+ "input": {
1064
+ "type": "structure",
1065
+ "required": [
1066
+ "name",
1067
+ "policyVersion",
1068
+ "type"
1069
+ ],
1070
+ "members": {
1071
+ "clientToken": {
1072
+ "idempotencyToken": true
1073
+ },
1074
+ "description": {},
1075
+ "name": {},
1076
+ "policy": {},
1077
+ "policyVersion": {},
1078
+ "type": {}
1079
+ }
1080
+ },
1081
+ "output": {
1082
+ "type": "structure",
1083
+ "members": {
1084
+ "lifecyclePolicyDetail": {
1085
+ "shape": "Sy"
1086
+ }
1087
+ }
1088
+ },
1089
+ "idempotent": true
1090
+ },
858
1091
  "UpdateSecurityConfig": {
859
1092
  "input": {
860
1093
  "type": "structure",
@@ -870,7 +1103,7 @@
870
1103
  "description": {},
871
1104
  "id": {},
872
1105
  "samlOptions": {
873
- "shape": "S1f"
1106
+ "shape": "S22"
874
1107
  }
875
1108
  }
876
1109
  },
@@ -878,7 +1111,7 @@
878
1111
  "type": "structure",
879
1112
  "members": {
880
1113
  "securityConfigDetail": {
881
- "shape": "S1m"
1114
+ "shape": "S29"
882
1115
  }
883
1116
  }
884
1117
  },
@@ -907,7 +1140,7 @@
907
1140
  "type": "structure",
908
1141
  "members": {
909
1142
  "securityPolicyDetail": {
910
- "shape": "S1r"
1143
+ "shape": "S2e"
911
1144
  }
912
1145
  }
913
1146
  },
@@ -921,20 +1154,20 @@
921
1154
  ],
922
1155
  "members": {
923
1156
  "addSecurityGroupIds": {
924
- "shape": "Sm"
1157
+ "shape": "S1b"
925
1158
  },
926
1159
  "addSubnetIds": {
927
- "shape": "Sp"
1160
+ "shape": "S1e"
928
1161
  },
929
1162
  "clientToken": {
930
1163
  "idempotencyToken": true
931
1164
  },
932
1165
  "id": {},
933
1166
  "removeSecurityGroupIds": {
934
- "shape": "Sm"
1167
+ "shape": "S1b"
935
1168
  },
936
1169
  "removeSubnetIds": {
937
- "shape": "Sp"
1170
+ "shape": "S1e"
938
1171
  }
939
1172
  }
940
1173
  },
@@ -950,11 +1183,11 @@
950
1183
  },
951
1184
  "name": {},
952
1185
  "securityGroupIds": {
953
- "shape": "Sm"
1186
+ "shape": "S1b"
954
1187
  },
955
1188
  "status": {},
956
1189
  "subnetIds": {
957
- "shape": "Sp"
1190
+ "shape": "S1e"
958
1191
  }
959
1192
  }
960
1193
  }
@@ -964,15 +1197,38 @@
964
1197
  }
965
1198
  },
966
1199
  "shapes": {
967
- "Sm": {
1200
+ "Sy": {
1201
+ "type": "structure",
1202
+ "members": {
1203
+ "createdDate": {
1204
+ "type": "long"
1205
+ },
1206
+ "description": {},
1207
+ "lastModifiedDate": {
1208
+ "type": "long"
1209
+ },
1210
+ "name": {},
1211
+ "policy": {
1212
+ "shape": "S10"
1213
+ },
1214
+ "policyVersion": {},
1215
+ "type": {}
1216
+ }
1217
+ },
1218
+ "S10": {
1219
+ "type": "structure",
1220
+ "members": {},
1221
+ "document": true
1222
+ },
1223
+ "S1b": {
968
1224
  "type": "list",
969
1225
  "member": {}
970
1226
  },
971
- "Sp": {
1227
+ "S1e": {
972
1228
  "type": "list",
973
1229
  "member": {}
974
1230
  },
975
- "S11": {
1231
+ "S1o": {
976
1232
  "type": "structure",
977
1233
  "members": {
978
1234
  "createdDate": {
@@ -984,18 +1240,13 @@
984
1240
  },
985
1241
  "name": {},
986
1242
  "policy": {
987
- "shape": "S12"
1243
+ "shape": "S10"
988
1244
  },
989
1245
  "policyVersion": {},
990
1246
  "type": {}
991
1247
  }
992
1248
  },
993
- "S12": {
994
- "type": "structure",
995
- "members": {},
996
- "document": true
997
- },
998
- "S16": {
1249
+ "S1r": {
999
1250
  "type": "list",
1000
1251
  "member": {
1001
1252
  "type": "structure",
@@ -1009,7 +1260,7 @@
1009
1260
  }
1010
1261
  }
1011
1262
  },
1012
- "S1f": {
1263
+ "S22": {
1013
1264
  "type": "structure",
1014
1265
  "required": [
1015
1266
  "metadata"
@@ -1023,7 +1274,7 @@
1023
1274
  "userAttribute": {}
1024
1275
  }
1025
1276
  },
1026
- "S1m": {
1277
+ "S29": {
1027
1278
  "type": "structure",
1028
1279
  "members": {
1029
1280
  "configVersion": {},
@@ -1036,12 +1287,12 @@
1036
1287
  "type": "long"
1037
1288
  },
1038
1289
  "samlOptions": {
1039
- "shape": "S1f"
1290
+ "shape": "S22"
1040
1291
  },
1041
1292
  "type": {}
1042
1293
  }
1043
1294
  },
1044
- "S1r": {
1295
+ "S2e": {
1045
1296
  "type": "structure",
1046
1297
  "members": {
1047
1298
  "createdDate": {
@@ -1053,21 +1304,21 @@
1053
1304
  },
1054
1305
  "name": {},
1055
1306
  "policy": {
1056
- "shape": "S12"
1307
+ "shape": "S10"
1057
1308
  },
1058
1309
  "policyVersion": {},
1059
1310
  "type": {}
1060
1311
  }
1061
1312
  },
1062
- "S2b": {
1313
+ "S30": {
1063
1314
  "type": "structure",
1064
1315
  "members": {
1065
1316
  "capacityLimits": {
1066
- "shape": "S2c"
1317
+ "shape": "S31"
1067
1318
  }
1068
1319
  }
1069
1320
  },
1070
- "S2c": {
1321
+ "S31": {
1071
1322
  "type": "structure",
1072
1323
  "members": {
1073
1324
  "maxIndexingCapacityInOCU": {
@@ -10,6 +10,11 @@
10
10
  "output_token": "nextToken",
11
11
  "limit_key": "maxResults"
12
12
  },
13
+ "ListLifecyclePolicies": {
14
+ "input_token": "nextToken",
15
+ "output_token": "nextToken",
16
+ "limit_key": "maxResults"
17
+ },
13
18
  "ListSecurityConfigs": {
14
19
  "input_token": "nextToken",
15
20
  "output_token": "nextToken",
@@ -1274,6 +1274,7 @@
1274
1274
  "type": "boolean"
1275
1275
  },
1276
1276
  "namespaceName": {},
1277
+ "patchVersion": {},
1277
1278
  "port": {
1278
1279
  "type": "integer"
1279
1280
  },
@@ -1289,7 +1290,8 @@
1289
1290
  },
1290
1291
  "workgroupArn": {},
1291
1292
  "workgroupId": {},
1292
- "workgroupName": {}
1293
+ "workgroupName": {},
1294
+ "workgroupVersion": {}
1293
1295
  }
1294
1296
  },
1295
1297
  "S2b": {