@mrgrain/cdk-esbuild 2.2.0 → 3.1.0
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.
- package/.gitattributes +22 -21
- package/.jsii +2819 -968
- package/.projenrc.ts +47 -47
- package/API.md +37 -17
- package/CHANGELOG.md +6 -22
- package/LICENSE +1 -1
- package/README.md +35 -29
- package/SECURITY.md +6 -5
- package/lib/asset.d.ts +2 -2
- package/lib/asset.js +8 -7
- package/lib/bundler.d.ts +1 -1
- package/lib/bundler.js +5 -5
- package/lib/code.d.ts +4 -3
- package/lib/code.js +6 -6
- package/lib/esbuild-types.d.ts +50 -0
- package/lib/esbuild-types.js +1 -1
- package/lib/inline-code.d.ts +1 -1
- package/lib/inline-code.js +6 -6
- package/lib/source.d.ts +2 -2
- package/lib/source.js +6 -6
- package/package.json +36 -50
- package/projenrc/TypeScriptSourceFile.ts +1 -1
- package/releasetag.txt +1 -0
- package/version.txt +1 -0
package/.jsii
CHANGED
|
@@ -8,933 +8,2741 @@
|
|
|
8
8
|
"url": "https://moritzkornher.de"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"@aws-cdk/aws-s3-assets": "^1.99.0",
|
|
14
|
-
"@aws-cdk/aws-s3-deployment": "^1.99.0",
|
|
15
|
-
"@aws-cdk/aws-synthetics": "^1.99.0",
|
|
16
|
-
"@aws-cdk/core": "^1.99.0",
|
|
17
|
-
"constructs": "^3.2.27"
|
|
11
|
+
"aws-cdk-lib": "^2.0.0",
|
|
12
|
+
"constructs": "^10.0.5"
|
|
18
13
|
},
|
|
19
14
|
"dependencyClosure": {
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
|
|
25
|
-
|
|
15
|
+
"aws-cdk-lib": {
|
|
16
|
+
"submodules": {
|
|
17
|
+
"aws-cdk-lib.alexa_ask": {
|
|
18
|
+
"targets": {
|
|
19
|
+
"dotnet": {
|
|
20
|
+
"namespace": "Amazon.CDK.Alexa.Ask"
|
|
21
|
+
},
|
|
22
|
+
"java": {
|
|
23
|
+
"package": "software.amazon.awscdk.alexa.ask"
|
|
24
|
+
},
|
|
25
|
+
"python": {
|
|
26
|
+
"module": "aws_cdk.alexa_ask"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"aws-cdk-lib.assertions": {
|
|
31
|
+
"targets": {
|
|
32
|
+
"dotnet": {
|
|
33
|
+
"namespace": "Amazon.CDK.Assertions"
|
|
34
|
+
},
|
|
35
|
+
"java": {
|
|
36
|
+
"package": "software.amazon.awscdk.assertions"
|
|
37
|
+
},
|
|
38
|
+
"python": {
|
|
39
|
+
"module": "aws_cdk.assertions"
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"aws-cdk-lib.assets": {
|
|
44
|
+
"targets": {
|
|
45
|
+
"dotnet": {
|
|
46
|
+
"namespace": "Amazon.CDK.Assets"
|
|
47
|
+
},
|
|
48
|
+
"java": {
|
|
49
|
+
"package": "software.amazon.awscdk.assets"
|
|
50
|
+
},
|
|
51
|
+
"python": {
|
|
52
|
+
"module": "aws_cdk.assets"
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"aws-cdk-lib.aws_accessanalyzer": {
|
|
57
|
+
"targets": {
|
|
58
|
+
"dotnet": {
|
|
59
|
+
"namespace": "Amazon.CDK.AWS.AccessAnalyzer"
|
|
60
|
+
},
|
|
61
|
+
"java": {
|
|
62
|
+
"package": "software.amazon.awscdk.services.accessanalyzer"
|
|
63
|
+
},
|
|
64
|
+
"python": {
|
|
65
|
+
"module": "aws_cdk.aws_accessanalyzer"
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
"aws-cdk-lib.aws_acmpca": {
|
|
70
|
+
"targets": {
|
|
71
|
+
"dotnet": {
|
|
72
|
+
"namespace": "Amazon.CDK.AWS.ACMPCA"
|
|
73
|
+
},
|
|
74
|
+
"java": {
|
|
75
|
+
"package": "software.amazon.awscdk.services.acmpca"
|
|
76
|
+
},
|
|
77
|
+
"python": {
|
|
78
|
+
"module": "aws_cdk.aws_acmpca"
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
"aws-cdk-lib.aws_amazonmq": {
|
|
83
|
+
"targets": {
|
|
84
|
+
"dotnet": {
|
|
85
|
+
"namespace": "Amazon.CDK.AWS.AmazonMQ"
|
|
86
|
+
},
|
|
87
|
+
"java": {
|
|
88
|
+
"package": "software.amazon.awscdk.services.amazonmq"
|
|
89
|
+
},
|
|
90
|
+
"python": {
|
|
91
|
+
"module": "aws_cdk.aws_amazonmq"
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
"aws-cdk-lib.aws_amplify": {
|
|
96
|
+
"targets": {
|
|
97
|
+
"dotnet": {
|
|
98
|
+
"namespace": "Amazon.CDK.AWS.Amplify"
|
|
99
|
+
},
|
|
100
|
+
"java": {
|
|
101
|
+
"package": "software.amazon.awscdk.services.amplify"
|
|
102
|
+
},
|
|
103
|
+
"python": {
|
|
104
|
+
"module": "aws_cdk.aws_amplify"
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
"aws-cdk-lib.aws_apigateway": {
|
|
109
|
+
"targets": {
|
|
110
|
+
"dotnet": {
|
|
111
|
+
"namespace": "Amazon.CDK.AWS.APIGateway"
|
|
112
|
+
},
|
|
113
|
+
"java": {
|
|
114
|
+
"package": "software.amazon.awscdk.services.apigateway"
|
|
115
|
+
},
|
|
116
|
+
"python": {
|
|
117
|
+
"module": "aws_cdk.aws_apigateway"
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
"aws-cdk-lib.aws_apigatewayv2": {
|
|
122
|
+
"targets": {
|
|
123
|
+
"dotnet": {
|
|
124
|
+
"namespace": "Amazon.CDK.AWS.Apigatewayv2"
|
|
125
|
+
},
|
|
126
|
+
"java": {
|
|
127
|
+
"package": "software.amazon.awscdk.services.apigatewayv2"
|
|
128
|
+
},
|
|
129
|
+
"python": {
|
|
130
|
+
"module": "aws_cdk.aws_apigatewayv2"
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
"aws-cdk-lib.aws_appconfig": {
|
|
135
|
+
"targets": {
|
|
136
|
+
"dotnet": {
|
|
137
|
+
"namespace": "Amazon.CDK.AWS.AppConfig"
|
|
138
|
+
},
|
|
139
|
+
"java": {
|
|
140
|
+
"package": "software.amazon.awscdk.services.appconfig"
|
|
141
|
+
},
|
|
142
|
+
"python": {
|
|
143
|
+
"module": "aws_cdk.aws_appconfig"
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
"aws-cdk-lib.aws_appflow": {
|
|
148
|
+
"targets": {
|
|
149
|
+
"dotnet": {
|
|
150
|
+
"namespace": "Amazon.CDK.AWS.AppFlow"
|
|
151
|
+
},
|
|
152
|
+
"java": {
|
|
153
|
+
"package": "software.amazon.awscdk.services.appflow"
|
|
154
|
+
},
|
|
155
|
+
"python": {
|
|
156
|
+
"module": "aws_cdk.aws_appflow"
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
"aws-cdk-lib.aws_appintegrations": {
|
|
161
|
+
"targets": {
|
|
162
|
+
"dotnet": {
|
|
163
|
+
"namespace": "Amazon.CDK.AWS.AppIntegrations"
|
|
164
|
+
},
|
|
165
|
+
"java": {
|
|
166
|
+
"package": "software.amazon.awscdk.services.appintegrations"
|
|
167
|
+
},
|
|
168
|
+
"python": {
|
|
169
|
+
"module": "aws_cdk.aws_appintegrations"
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
"aws-cdk-lib.aws_applicationautoscaling": {
|
|
174
|
+
"targets": {
|
|
175
|
+
"dotnet": {
|
|
176
|
+
"namespace": "Amazon.CDK.AWS.ApplicationAutoScaling"
|
|
177
|
+
},
|
|
178
|
+
"java": {
|
|
179
|
+
"package": "software.amazon.awscdk.services.applicationautoscaling"
|
|
180
|
+
},
|
|
181
|
+
"python": {
|
|
182
|
+
"module": "aws_cdk.aws_applicationautoscaling"
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
"aws-cdk-lib.aws_applicationinsights": {
|
|
187
|
+
"targets": {
|
|
188
|
+
"dotnet": {
|
|
189
|
+
"namespace": "Amazon.CDK.AWS.ApplicationInsights"
|
|
190
|
+
},
|
|
191
|
+
"java": {
|
|
192
|
+
"package": "software.amazon.awscdk.services.applicationinsights"
|
|
193
|
+
},
|
|
194
|
+
"python": {
|
|
195
|
+
"module": "aws_cdk.aws_applicationinsights"
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
"aws-cdk-lib.aws_appmesh": {
|
|
200
|
+
"targets": {
|
|
201
|
+
"dotnet": {
|
|
202
|
+
"namespace": "Amazon.CDK.AWS.AppMesh"
|
|
203
|
+
},
|
|
204
|
+
"java": {
|
|
205
|
+
"package": "software.amazon.awscdk.services.appmesh"
|
|
206
|
+
},
|
|
207
|
+
"python": {
|
|
208
|
+
"module": "aws_cdk.aws_appmesh"
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
"aws-cdk-lib.aws_apprunner": {
|
|
213
|
+
"targets": {
|
|
214
|
+
"dotnet": {
|
|
215
|
+
"namespace": "Amazon.CDK.AWS.AppRunner"
|
|
216
|
+
},
|
|
217
|
+
"java": {
|
|
218
|
+
"package": "software.amazon.awscdk.services.apprunner"
|
|
219
|
+
},
|
|
220
|
+
"python": {
|
|
221
|
+
"module": "aws_cdk.aws_apprunner"
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
"aws-cdk-lib.aws_appstream": {
|
|
226
|
+
"targets": {
|
|
227
|
+
"dotnet": {
|
|
228
|
+
"namespace": "Amazon.CDK.AWS.AppStream"
|
|
229
|
+
},
|
|
230
|
+
"java": {
|
|
231
|
+
"package": "software.amazon.awscdk.services.appstream"
|
|
232
|
+
},
|
|
233
|
+
"python": {
|
|
234
|
+
"module": "aws_cdk.aws_appstream"
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
"aws-cdk-lib.aws_appsync": {
|
|
239
|
+
"targets": {
|
|
240
|
+
"dotnet": {
|
|
241
|
+
"namespace": "Amazon.CDK.AWS.AppSync"
|
|
242
|
+
},
|
|
243
|
+
"java": {
|
|
244
|
+
"package": "software.amazon.awscdk.services.appsync"
|
|
245
|
+
},
|
|
246
|
+
"python": {
|
|
247
|
+
"module": "aws_cdk.aws_appsync"
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
},
|
|
251
|
+
"aws-cdk-lib.aws_aps": {
|
|
252
|
+
"targets": {
|
|
253
|
+
"dotnet": {
|
|
254
|
+
"namespace": "Amazon.CDK.AWS.APS"
|
|
255
|
+
},
|
|
256
|
+
"java": {
|
|
257
|
+
"package": "software.amazon.awscdk.services.aps"
|
|
258
|
+
},
|
|
259
|
+
"python": {
|
|
260
|
+
"module": "aws_cdk.aws_aps"
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
},
|
|
264
|
+
"aws-cdk-lib.aws_athena": {
|
|
265
|
+
"targets": {
|
|
266
|
+
"dotnet": {
|
|
267
|
+
"namespace": "Amazon.CDK.AWS.Athena"
|
|
268
|
+
},
|
|
269
|
+
"java": {
|
|
270
|
+
"package": "software.amazon.awscdk.services.athena"
|
|
271
|
+
},
|
|
272
|
+
"python": {
|
|
273
|
+
"module": "aws_cdk.aws_athena"
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
},
|
|
277
|
+
"aws-cdk-lib.aws_auditmanager": {
|
|
278
|
+
"targets": {
|
|
279
|
+
"dotnet": {
|
|
280
|
+
"namespace": "Amazon.CDK.AWS.AuditManager"
|
|
281
|
+
},
|
|
282
|
+
"java": {
|
|
283
|
+
"package": "software.amazon.awscdk.services.auditmanager"
|
|
284
|
+
},
|
|
285
|
+
"python": {
|
|
286
|
+
"module": "aws_cdk.aws_auditmanager"
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
},
|
|
290
|
+
"aws-cdk-lib.aws_autoscaling": {
|
|
291
|
+
"targets": {
|
|
292
|
+
"dotnet": {
|
|
293
|
+
"namespace": "Amazon.CDK.AWS.AutoScaling"
|
|
294
|
+
},
|
|
295
|
+
"java": {
|
|
296
|
+
"package": "software.amazon.awscdk.services.autoscaling"
|
|
297
|
+
},
|
|
298
|
+
"python": {
|
|
299
|
+
"module": "aws_cdk.aws_autoscaling"
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
},
|
|
303
|
+
"aws-cdk-lib.aws_autoscaling_common": {
|
|
304
|
+
"targets": {
|
|
305
|
+
"dotnet": {
|
|
306
|
+
"namespace": "Amazon.CDK.AWS.AutoScaling.Common"
|
|
307
|
+
},
|
|
308
|
+
"java": {
|
|
309
|
+
"package": "software.amazon.awscdk.services.autoscaling.common"
|
|
310
|
+
},
|
|
311
|
+
"python": {
|
|
312
|
+
"module": "aws_cdk.aws_autoscaling_common"
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
},
|
|
316
|
+
"aws-cdk-lib.aws_autoscaling_hooktargets": {
|
|
317
|
+
"targets": {
|
|
318
|
+
"dotnet": {
|
|
319
|
+
"namespace": "Amazon.CDK.AWS.AutoScaling.HookTargets"
|
|
320
|
+
},
|
|
321
|
+
"java": {
|
|
322
|
+
"package": "software.amazon.awscdk.services.autoscaling.hooktargets"
|
|
323
|
+
},
|
|
324
|
+
"python": {
|
|
325
|
+
"module": "aws_cdk.aws_autoscaling_hooktargets"
|
|
326
|
+
}
|
|
327
|
+
}
|
|
328
|
+
},
|
|
329
|
+
"aws-cdk-lib.aws_autoscalingplans": {
|
|
330
|
+
"targets": {
|
|
331
|
+
"dotnet": {
|
|
332
|
+
"namespace": "Amazon.CDK.AWS.AutoScalingPlans"
|
|
333
|
+
},
|
|
334
|
+
"java": {
|
|
335
|
+
"package": "software.amazon.awscdk.services.autoscalingplans"
|
|
336
|
+
},
|
|
337
|
+
"python": {
|
|
338
|
+
"module": "aws_cdk.aws_autoscalingplans"
|
|
339
|
+
}
|
|
340
|
+
}
|
|
341
|
+
},
|
|
342
|
+
"aws-cdk-lib.aws_backup": {
|
|
343
|
+
"targets": {
|
|
344
|
+
"dotnet": {
|
|
345
|
+
"namespace": "Amazon.CDK.AWS.Backup"
|
|
346
|
+
},
|
|
347
|
+
"java": {
|
|
348
|
+
"package": "software.amazon.awscdk.services.backup"
|
|
349
|
+
},
|
|
350
|
+
"python": {
|
|
351
|
+
"module": "aws_cdk.aws_backup"
|
|
352
|
+
}
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
"aws-cdk-lib.aws_batch": {
|
|
356
|
+
"targets": {
|
|
357
|
+
"dotnet": {
|
|
358
|
+
"namespace": "Amazon.CDK.AWS.Batch"
|
|
359
|
+
},
|
|
360
|
+
"java": {
|
|
361
|
+
"package": "software.amazon.awscdk.services.batch"
|
|
362
|
+
},
|
|
363
|
+
"python": {
|
|
364
|
+
"module": "aws_cdk.aws_batch"
|
|
365
|
+
}
|
|
366
|
+
}
|
|
367
|
+
},
|
|
368
|
+
"aws-cdk-lib.aws_budgets": {
|
|
369
|
+
"targets": {
|
|
370
|
+
"dotnet": {
|
|
371
|
+
"namespace": "Amazon.CDK.AWS.Budgets"
|
|
372
|
+
},
|
|
373
|
+
"java": {
|
|
374
|
+
"package": "software.amazon.awscdk.services.budgets"
|
|
375
|
+
},
|
|
376
|
+
"python": {
|
|
377
|
+
"module": "aws_cdk.aws_budgets"
|
|
378
|
+
}
|
|
379
|
+
}
|
|
380
|
+
},
|
|
381
|
+
"aws-cdk-lib.aws_cassandra": {
|
|
382
|
+
"targets": {
|
|
383
|
+
"dotnet": {
|
|
384
|
+
"namespace": "Amazon.CDK.AWS.Cassandra"
|
|
385
|
+
},
|
|
386
|
+
"java": {
|
|
387
|
+
"package": "software.amazon.awscdk.services.cassandra"
|
|
388
|
+
},
|
|
389
|
+
"python": {
|
|
390
|
+
"module": "aws_cdk.aws_cassandra"
|
|
391
|
+
}
|
|
392
|
+
}
|
|
393
|
+
},
|
|
394
|
+
"aws-cdk-lib.aws_ce": {
|
|
395
|
+
"targets": {
|
|
396
|
+
"dotnet": {
|
|
397
|
+
"namespace": "Amazon.CDK.AWS.CE"
|
|
398
|
+
},
|
|
399
|
+
"java": {
|
|
400
|
+
"package": "software.amazon.awscdk.services.ce"
|
|
401
|
+
},
|
|
402
|
+
"python": {
|
|
403
|
+
"module": "aws_cdk.aws_ce"
|
|
404
|
+
}
|
|
405
|
+
}
|
|
406
|
+
},
|
|
407
|
+
"aws-cdk-lib.aws_certificatemanager": {
|
|
408
|
+
"targets": {
|
|
409
|
+
"dotnet": {
|
|
410
|
+
"namespace": "Amazon.CDK.AWS.CertificateManager"
|
|
411
|
+
},
|
|
412
|
+
"java": {
|
|
413
|
+
"package": "software.amazon.awscdk.services.certificatemanager"
|
|
414
|
+
},
|
|
415
|
+
"python": {
|
|
416
|
+
"module": "aws_cdk.aws_certificatemanager"
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
},
|
|
420
|
+
"aws-cdk-lib.aws_chatbot": {
|
|
421
|
+
"targets": {
|
|
422
|
+
"dotnet": {
|
|
423
|
+
"namespace": "Amazon.CDK.AWS.Chatbot"
|
|
424
|
+
},
|
|
425
|
+
"java": {
|
|
426
|
+
"package": "software.amazon.awscdk.services.chatbot"
|
|
427
|
+
},
|
|
428
|
+
"python": {
|
|
429
|
+
"module": "aws_cdk.aws_chatbot"
|
|
430
|
+
}
|
|
431
|
+
}
|
|
432
|
+
},
|
|
433
|
+
"aws-cdk-lib.aws_cloud9": {
|
|
434
|
+
"targets": {
|
|
435
|
+
"dotnet": {
|
|
436
|
+
"namespace": "Amazon.CDK.AWS.Cloud9"
|
|
437
|
+
},
|
|
438
|
+
"java": {
|
|
439
|
+
"package": "software.amazon.awscdk.services.cloud9"
|
|
440
|
+
},
|
|
441
|
+
"python": {
|
|
442
|
+
"module": "aws_cdk.aws_cloud9"
|
|
443
|
+
}
|
|
444
|
+
}
|
|
445
|
+
},
|
|
446
|
+
"aws-cdk-lib.aws_cloudformation": {
|
|
447
|
+
"targets": {
|
|
448
|
+
"dotnet": {
|
|
449
|
+
"namespace": "Amazon.CDK.AWS.CloudFormation"
|
|
450
|
+
},
|
|
451
|
+
"java": {
|
|
452
|
+
"package": "software.amazon.awscdk.services.cloudformation"
|
|
453
|
+
},
|
|
454
|
+
"python": {
|
|
455
|
+
"module": "aws_cdk.aws_cloudformation"
|
|
456
|
+
}
|
|
457
|
+
}
|
|
458
|
+
},
|
|
459
|
+
"aws-cdk-lib.aws_cloudfront": {
|
|
460
|
+
"targets": {
|
|
461
|
+
"dotnet": {
|
|
462
|
+
"namespace": "Amazon.CDK.AWS.CloudFront"
|
|
463
|
+
},
|
|
464
|
+
"java": {
|
|
465
|
+
"package": "software.amazon.awscdk.services.cloudfront"
|
|
466
|
+
},
|
|
467
|
+
"python": {
|
|
468
|
+
"module": "aws_cdk.aws_cloudfront"
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
},
|
|
472
|
+
"aws-cdk-lib.aws_cloudfront.experimental": {},
|
|
473
|
+
"aws-cdk-lib.aws_cloudfront_origins": {
|
|
474
|
+
"targets": {
|
|
475
|
+
"dotnet": {
|
|
476
|
+
"namespace": "Amazon.CDK.AWS.CloudFront.Origins"
|
|
477
|
+
},
|
|
478
|
+
"java": {
|
|
479
|
+
"package": "software.amazon.awscdk.services.cloudfront.origins"
|
|
480
|
+
},
|
|
481
|
+
"python": {
|
|
482
|
+
"module": "aws_cdk.aws_cloudfront_origins"
|
|
483
|
+
}
|
|
484
|
+
}
|
|
485
|
+
},
|
|
486
|
+
"aws-cdk-lib.aws_cloudtrail": {
|
|
487
|
+
"targets": {
|
|
488
|
+
"dotnet": {
|
|
489
|
+
"namespace": "Amazon.CDK.AWS.CloudTrail"
|
|
490
|
+
},
|
|
491
|
+
"java": {
|
|
492
|
+
"package": "software.amazon.awscdk.services.cloudtrail"
|
|
493
|
+
},
|
|
494
|
+
"python": {
|
|
495
|
+
"module": "aws_cdk.aws_cloudtrail"
|
|
496
|
+
}
|
|
497
|
+
}
|
|
498
|
+
},
|
|
499
|
+
"aws-cdk-lib.aws_cloudwatch": {
|
|
500
|
+
"targets": {
|
|
501
|
+
"dotnet": {
|
|
502
|
+
"namespace": "Amazon.CDK.AWS.CloudWatch"
|
|
503
|
+
},
|
|
504
|
+
"java": {
|
|
505
|
+
"package": "software.amazon.awscdk.services.cloudwatch"
|
|
506
|
+
},
|
|
507
|
+
"python": {
|
|
508
|
+
"module": "aws_cdk.aws_cloudwatch"
|
|
509
|
+
}
|
|
510
|
+
}
|
|
511
|
+
},
|
|
512
|
+
"aws-cdk-lib.aws_cloudwatch_actions": {
|
|
513
|
+
"targets": {
|
|
514
|
+
"dotnet": {
|
|
515
|
+
"namespace": "Amazon.CDK.AWS.CloudWatch.Actions"
|
|
516
|
+
},
|
|
517
|
+
"java": {
|
|
518
|
+
"package": "software.amazon.awscdk.services.cloudwatch.actions"
|
|
519
|
+
},
|
|
520
|
+
"python": {
|
|
521
|
+
"module": "aws_cdk.aws_cloudwatch_actions"
|
|
522
|
+
}
|
|
523
|
+
}
|
|
524
|
+
},
|
|
525
|
+
"aws-cdk-lib.aws_codeartifact": {
|
|
526
|
+
"targets": {
|
|
527
|
+
"dotnet": {
|
|
528
|
+
"namespace": "Amazon.CDK.AWS.CodeArtifact"
|
|
529
|
+
},
|
|
530
|
+
"java": {
|
|
531
|
+
"package": "software.amazon.awscdk.services.codeartifact"
|
|
532
|
+
},
|
|
533
|
+
"python": {
|
|
534
|
+
"module": "aws_cdk.aws_codeartifact"
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
},
|
|
538
|
+
"aws-cdk-lib.aws_codebuild": {
|
|
539
|
+
"targets": {
|
|
540
|
+
"dotnet": {
|
|
541
|
+
"namespace": "Amazon.CDK.AWS.CodeBuild"
|
|
542
|
+
},
|
|
543
|
+
"java": {
|
|
544
|
+
"package": "software.amazon.awscdk.services.codebuild"
|
|
545
|
+
},
|
|
546
|
+
"python": {
|
|
547
|
+
"module": "aws_cdk.aws_codebuild"
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
},
|
|
551
|
+
"aws-cdk-lib.aws_codecommit": {
|
|
552
|
+
"targets": {
|
|
553
|
+
"dotnet": {
|
|
554
|
+
"namespace": "Amazon.CDK.AWS.CodeCommit"
|
|
555
|
+
},
|
|
556
|
+
"java": {
|
|
557
|
+
"package": "software.amazon.awscdk.services.codecommit"
|
|
558
|
+
},
|
|
559
|
+
"python": {
|
|
560
|
+
"module": "aws_cdk.aws_codecommit"
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
},
|
|
564
|
+
"aws-cdk-lib.aws_codedeploy": {
|
|
565
|
+
"targets": {
|
|
566
|
+
"dotnet": {
|
|
567
|
+
"namespace": "Amazon.CDK.AWS.CodeDeploy"
|
|
568
|
+
},
|
|
569
|
+
"java": {
|
|
570
|
+
"package": "software.amazon.awscdk.services.codedeploy"
|
|
571
|
+
},
|
|
572
|
+
"python": {
|
|
573
|
+
"module": "aws_cdk.aws_codedeploy"
|
|
574
|
+
}
|
|
575
|
+
}
|
|
576
|
+
},
|
|
577
|
+
"aws-cdk-lib.aws_codeguruprofiler": {
|
|
578
|
+
"targets": {
|
|
579
|
+
"dotnet": {
|
|
580
|
+
"namespace": "Amazon.CDK.AWS.CodeGuruProfiler"
|
|
581
|
+
},
|
|
582
|
+
"java": {
|
|
583
|
+
"package": "software.amazon.awscdk.services.codeguruprofiler"
|
|
584
|
+
},
|
|
585
|
+
"python": {
|
|
586
|
+
"module": "aws_cdk.aws_codeguruprofiler"
|
|
587
|
+
}
|
|
588
|
+
}
|
|
589
|
+
},
|
|
590
|
+
"aws-cdk-lib.aws_codegurureviewer": {
|
|
591
|
+
"targets": {
|
|
592
|
+
"dotnet": {
|
|
593
|
+
"namespace": "Amazon.CDK.AWS.CodeGuruReviewer"
|
|
594
|
+
},
|
|
595
|
+
"java": {
|
|
596
|
+
"package": "software.amazon.awscdk.services.codegurureviewer"
|
|
597
|
+
},
|
|
598
|
+
"python": {
|
|
599
|
+
"module": "aws_cdk.aws_codegurureviewer"
|
|
600
|
+
}
|
|
601
|
+
}
|
|
602
|
+
},
|
|
603
|
+
"aws-cdk-lib.aws_codepipeline": {
|
|
604
|
+
"targets": {
|
|
605
|
+
"dotnet": {
|
|
606
|
+
"namespace": "Amazon.CDK.AWS.CodePipeline"
|
|
607
|
+
},
|
|
608
|
+
"java": {
|
|
609
|
+
"package": "software.amazon.awscdk.services.codepipeline"
|
|
610
|
+
},
|
|
611
|
+
"python": {
|
|
612
|
+
"module": "aws_cdk.aws_codepipeline"
|
|
613
|
+
}
|
|
614
|
+
}
|
|
615
|
+
},
|
|
616
|
+
"aws-cdk-lib.aws_codepipeline_actions": {
|
|
617
|
+
"targets": {
|
|
618
|
+
"dotnet": {
|
|
619
|
+
"namespace": "Amazon.CDK.AWS.CodePipeline.Actions"
|
|
620
|
+
},
|
|
621
|
+
"java": {
|
|
622
|
+
"package": "software.amazon.awscdk.services.codepipeline.actions"
|
|
623
|
+
},
|
|
624
|
+
"python": {
|
|
625
|
+
"module": "aws_cdk.aws_codepipeline_actions"
|
|
626
|
+
}
|
|
627
|
+
}
|
|
628
|
+
},
|
|
629
|
+
"aws-cdk-lib.aws_codestar": {
|
|
630
|
+
"targets": {
|
|
631
|
+
"dotnet": {
|
|
632
|
+
"namespace": "Amazon.CDK.AWS.Codestar"
|
|
633
|
+
},
|
|
634
|
+
"java": {
|
|
635
|
+
"package": "software.amazon.awscdk.services.codestar"
|
|
636
|
+
},
|
|
637
|
+
"python": {
|
|
638
|
+
"module": "aws_cdk.aws_codestar"
|
|
639
|
+
}
|
|
640
|
+
}
|
|
641
|
+
},
|
|
642
|
+
"aws-cdk-lib.aws_codestarconnections": {
|
|
643
|
+
"targets": {
|
|
644
|
+
"dotnet": {
|
|
645
|
+
"namespace": "Amazon.CDK.AWS.CodeStarConnections"
|
|
646
|
+
},
|
|
647
|
+
"java": {
|
|
648
|
+
"package": "software.amazon.awscdk.services.codestarconnections"
|
|
649
|
+
},
|
|
650
|
+
"python": {
|
|
651
|
+
"module": "aws_cdk.aws_codestarconnections"
|
|
652
|
+
}
|
|
653
|
+
}
|
|
654
|
+
},
|
|
655
|
+
"aws-cdk-lib.aws_codestarnotifications": {
|
|
656
|
+
"targets": {
|
|
657
|
+
"dotnet": {
|
|
658
|
+
"namespace": "Amazon.CDK.AWS.CodeStarNotifications"
|
|
659
|
+
},
|
|
660
|
+
"java": {
|
|
661
|
+
"package": "software.amazon.awscdk.services.codestarnotifications"
|
|
662
|
+
},
|
|
663
|
+
"python": {
|
|
664
|
+
"module": "aws_cdk.aws_codestarnotifications"
|
|
665
|
+
}
|
|
666
|
+
}
|
|
667
|
+
},
|
|
668
|
+
"aws-cdk-lib.aws_cognito": {
|
|
669
|
+
"targets": {
|
|
670
|
+
"dotnet": {
|
|
671
|
+
"namespace": "Amazon.CDK.AWS.Cognito"
|
|
672
|
+
},
|
|
673
|
+
"java": {
|
|
674
|
+
"package": "software.amazon.awscdk.services.cognito"
|
|
675
|
+
},
|
|
676
|
+
"python": {
|
|
677
|
+
"module": "aws_cdk.aws_cognito"
|
|
678
|
+
}
|
|
679
|
+
}
|
|
680
|
+
},
|
|
681
|
+
"aws-cdk-lib.aws_config": {
|
|
682
|
+
"targets": {
|
|
683
|
+
"dotnet": {
|
|
684
|
+
"namespace": "Amazon.CDK.AWS.Config"
|
|
685
|
+
},
|
|
686
|
+
"java": {
|
|
687
|
+
"package": "software.amazon.awscdk.services.config"
|
|
688
|
+
},
|
|
689
|
+
"python": {
|
|
690
|
+
"module": "aws_cdk.aws_config"
|
|
691
|
+
}
|
|
692
|
+
}
|
|
693
|
+
},
|
|
694
|
+
"aws-cdk-lib.aws_connect": {
|
|
695
|
+
"targets": {
|
|
696
|
+
"dotnet": {
|
|
697
|
+
"namespace": "Amazon.CDK.AWS.Connect"
|
|
698
|
+
},
|
|
699
|
+
"java": {
|
|
700
|
+
"package": "software.amazon.awscdk.services.connect"
|
|
701
|
+
},
|
|
702
|
+
"python": {
|
|
703
|
+
"module": "aws_cdk.aws_connect"
|
|
704
|
+
}
|
|
705
|
+
}
|
|
706
|
+
},
|
|
707
|
+
"aws-cdk-lib.aws_cur": {
|
|
708
|
+
"targets": {
|
|
709
|
+
"dotnet": {
|
|
710
|
+
"namespace": "Amazon.CDK.AWS.CUR"
|
|
711
|
+
},
|
|
712
|
+
"java": {
|
|
713
|
+
"package": "software.amazon.awscdk.services.cur"
|
|
714
|
+
},
|
|
715
|
+
"python": {
|
|
716
|
+
"module": "aws_cdk.aws_cur"
|
|
717
|
+
}
|
|
718
|
+
}
|
|
719
|
+
},
|
|
720
|
+
"aws-cdk-lib.aws_customerprofiles": {
|
|
721
|
+
"targets": {
|
|
722
|
+
"dotnet": {
|
|
723
|
+
"namespace": "Amazon.CDK.AWS.CustomerProfiles"
|
|
724
|
+
},
|
|
725
|
+
"java": {
|
|
726
|
+
"package": "software.amazon.awscdk.services.customerprofiles"
|
|
727
|
+
},
|
|
728
|
+
"python": {
|
|
729
|
+
"module": "aws_cdk.aws_customerprofiles"
|
|
730
|
+
}
|
|
731
|
+
}
|
|
732
|
+
},
|
|
733
|
+
"aws-cdk-lib.aws_databrew": {
|
|
734
|
+
"targets": {
|
|
735
|
+
"dotnet": {
|
|
736
|
+
"namespace": "Amazon.CDK.AWS.DataBrew"
|
|
737
|
+
},
|
|
738
|
+
"java": {
|
|
739
|
+
"package": "software.amazon.awscdk.services.databrew"
|
|
740
|
+
},
|
|
741
|
+
"python": {
|
|
742
|
+
"module": "aws_cdk.aws_databrew"
|
|
743
|
+
}
|
|
744
|
+
}
|
|
745
|
+
},
|
|
746
|
+
"aws-cdk-lib.aws_datapipeline": {
|
|
747
|
+
"targets": {
|
|
748
|
+
"dotnet": {
|
|
749
|
+
"namespace": "Amazon.CDK.AWS.DataPipeline"
|
|
750
|
+
},
|
|
751
|
+
"java": {
|
|
752
|
+
"package": "software.amazon.awscdk.services.datapipeline"
|
|
753
|
+
},
|
|
754
|
+
"python": {
|
|
755
|
+
"module": "aws_cdk.aws_datapipeline"
|
|
756
|
+
}
|
|
757
|
+
}
|
|
758
|
+
},
|
|
759
|
+
"aws-cdk-lib.aws_datasync": {
|
|
760
|
+
"targets": {
|
|
761
|
+
"dotnet": {
|
|
762
|
+
"namespace": "Amazon.CDK.AWS.DataSync"
|
|
763
|
+
},
|
|
764
|
+
"java": {
|
|
765
|
+
"package": "software.amazon.awscdk.services.datasync"
|
|
766
|
+
},
|
|
767
|
+
"python": {
|
|
768
|
+
"module": "aws_cdk.aws_datasync"
|
|
769
|
+
}
|
|
770
|
+
}
|
|
771
|
+
},
|
|
772
|
+
"aws-cdk-lib.aws_dax": {
|
|
773
|
+
"targets": {
|
|
774
|
+
"dotnet": {
|
|
775
|
+
"namespace": "Amazon.CDK.AWS.DAX"
|
|
776
|
+
},
|
|
777
|
+
"java": {
|
|
778
|
+
"package": "software.amazon.awscdk.services.dax"
|
|
779
|
+
},
|
|
780
|
+
"python": {
|
|
781
|
+
"module": "aws_cdk.aws_dax"
|
|
782
|
+
}
|
|
783
|
+
}
|
|
784
|
+
},
|
|
785
|
+
"aws-cdk-lib.aws_detective": {
|
|
786
|
+
"targets": {
|
|
787
|
+
"dotnet": {
|
|
788
|
+
"namespace": "Amazon.CDK.AWS.Detective"
|
|
789
|
+
},
|
|
790
|
+
"java": {
|
|
791
|
+
"package": "software.amazon.awscdk.services.detective"
|
|
792
|
+
},
|
|
793
|
+
"python": {
|
|
794
|
+
"module": "aws_cdk.aws_detective"
|
|
795
|
+
}
|
|
796
|
+
}
|
|
26
797
|
},
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
798
|
+
"aws-cdk-lib.aws_devopsguru": {
|
|
799
|
+
"targets": {
|
|
800
|
+
"dotnet": {
|
|
801
|
+
"namespace": "Amazon.CDK.AWS.DevOpsGuru"
|
|
802
|
+
},
|
|
803
|
+
"java": {
|
|
804
|
+
"package": "software.amazon.awscdk.services.devopsguru"
|
|
805
|
+
},
|
|
806
|
+
"python": {
|
|
807
|
+
"module": "aws_cdk.aws_devopsguru"
|
|
808
|
+
}
|
|
809
|
+
}
|
|
33
810
|
},
|
|
34
|
-
"
|
|
35
|
-
"
|
|
811
|
+
"aws-cdk-lib.aws_directoryservice": {
|
|
812
|
+
"targets": {
|
|
813
|
+
"dotnet": {
|
|
814
|
+
"namespace": "Amazon.CDK.AWS.DirectoryService"
|
|
815
|
+
},
|
|
816
|
+
"java": {
|
|
817
|
+
"package": "software.amazon.awscdk.services.directoryservice"
|
|
818
|
+
},
|
|
819
|
+
"python": {
|
|
820
|
+
"module": "aws_cdk.aws_directoryservice"
|
|
821
|
+
}
|
|
822
|
+
}
|
|
36
823
|
},
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
"
|
|
52
|
-
|
|
824
|
+
"aws-cdk-lib.aws_dlm": {
|
|
825
|
+
"targets": {
|
|
826
|
+
"dotnet": {
|
|
827
|
+
"namespace": "Amazon.CDK.AWS.DLM"
|
|
828
|
+
},
|
|
829
|
+
"java": {
|
|
830
|
+
"package": "software.amazon.awscdk.services.dlm"
|
|
831
|
+
},
|
|
832
|
+
"python": {
|
|
833
|
+
"module": "aws_cdk.aws_dlm"
|
|
834
|
+
}
|
|
835
|
+
}
|
|
836
|
+
},
|
|
837
|
+
"aws-cdk-lib.aws_dms": {
|
|
838
|
+
"targets": {
|
|
839
|
+
"dotnet": {
|
|
840
|
+
"namespace": "Amazon.CDK.AWS.DMS"
|
|
841
|
+
},
|
|
842
|
+
"java": {
|
|
843
|
+
"package": "software.amazon.awscdk.services.dms"
|
|
844
|
+
},
|
|
845
|
+
"python": {
|
|
846
|
+
"module": "aws_cdk.aws_dms"
|
|
847
|
+
}
|
|
848
|
+
}
|
|
849
|
+
},
|
|
850
|
+
"aws-cdk-lib.aws_docdb": {
|
|
851
|
+
"targets": {
|
|
852
|
+
"dotnet": {
|
|
853
|
+
"namespace": "Amazon.CDK.AWS.DocDB"
|
|
854
|
+
},
|
|
855
|
+
"java": {
|
|
856
|
+
"package": "software.amazon.awscdk.services.docdb"
|
|
857
|
+
},
|
|
858
|
+
"python": {
|
|
859
|
+
"module": "aws_cdk.aws_docdb"
|
|
860
|
+
}
|
|
861
|
+
}
|
|
862
|
+
},
|
|
863
|
+
"aws-cdk-lib.aws_dynamodb": {
|
|
864
|
+
"targets": {
|
|
865
|
+
"dotnet": {
|
|
866
|
+
"namespace": "Amazon.CDK.AWS.DynamoDB"
|
|
867
|
+
},
|
|
868
|
+
"java": {
|
|
869
|
+
"package": "software.amazon.awscdk.services.dynamodb"
|
|
870
|
+
},
|
|
871
|
+
"python": {
|
|
872
|
+
"module": "aws_cdk.aws_dynamodb"
|
|
873
|
+
}
|
|
874
|
+
}
|
|
875
|
+
},
|
|
876
|
+
"aws-cdk-lib.aws_ec2": {
|
|
877
|
+
"targets": {
|
|
878
|
+
"dotnet": {
|
|
879
|
+
"namespace": "Amazon.CDK.AWS.EC2"
|
|
880
|
+
},
|
|
881
|
+
"java": {
|
|
882
|
+
"package": "software.amazon.awscdk.services.ec2"
|
|
883
|
+
},
|
|
884
|
+
"python": {
|
|
885
|
+
"module": "aws_cdk.aws_ec2"
|
|
886
|
+
}
|
|
887
|
+
}
|
|
888
|
+
},
|
|
889
|
+
"aws-cdk-lib.aws_ecr": {
|
|
890
|
+
"targets": {
|
|
891
|
+
"dotnet": {
|
|
892
|
+
"namespace": "Amazon.CDK.AWS.ECR"
|
|
893
|
+
},
|
|
894
|
+
"java": {
|
|
895
|
+
"package": "software.amazon.awscdk.services.ecr"
|
|
896
|
+
},
|
|
897
|
+
"python": {
|
|
898
|
+
"module": "aws_cdk.aws_ecr"
|
|
899
|
+
}
|
|
900
|
+
}
|
|
901
|
+
},
|
|
902
|
+
"aws-cdk-lib.aws_ecr_assets": {
|
|
903
|
+
"targets": {
|
|
904
|
+
"dotnet": {
|
|
905
|
+
"namespace": "Amazon.CDK.AWS.Ecr.Assets"
|
|
906
|
+
},
|
|
907
|
+
"java": {
|
|
908
|
+
"package": "software.amazon.awscdk.services.ecr.assets"
|
|
909
|
+
},
|
|
910
|
+
"python": {
|
|
911
|
+
"module": "aws_cdk.aws_ecr_assets"
|
|
912
|
+
}
|
|
913
|
+
}
|
|
914
|
+
},
|
|
915
|
+
"aws-cdk-lib.aws_ecs": {
|
|
916
|
+
"targets": {
|
|
917
|
+
"dotnet": {
|
|
918
|
+
"namespace": "Amazon.CDK.AWS.ECS"
|
|
919
|
+
},
|
|
920
|
+
"java": {
|
|
921
|
+
"package": "software.amazon.awscdk.services.ecs"
|
|
922
|
+
},
|
|
923
|
+
"python": {
|
|
924
|
+
"module": "aws_cdk.aws_ecs"
|
|
925
|
+
}
|
|
926
|
+
}
|
|
927
|
+
},
|
|
928
|
+
"aws-cdk-lib.aws_ecs_patterns": {
|
|
929
|
+
"targets": {
|
|
930
|
+
"dotnet": {
|
|
931
|
+
"namespace": "Amazon.CDK.AWS.ECS.Patterns"
|
|
932
|
+
},
|
|
933
|
+
"java": {
|
|
934
|
+
"package": "software.amazon.awscdk.services.ecs.patterns"
|
|
935
|
+
},
|
|
936
|
+
"python": {
|
|
937
|
+
"module": "aws_cdk.aws_ecs_patterns"
|
|
938
|
+
}
|
|
939
|
+
}
|
|
940
|
+
},
|
|
941
|
+
"aws-cdk-lib.aws_efs": {
|
|
942
|
+
"targets": {
|
|
943
|
+
"dotnet": {
|
|
944
|
+
"namespace": "Amazon.CDK.AWS.EFS"
|
|
945
|
+
},
|
|
946
|
+
"java": {
|
|
947
|
+
"package": "software.amazon.awscdk.services.efs"
|
|
948
|
+
},
|
|
949
|
+
"python": {
|
|
950
|
+
"module": "aws_cdk.aws_efs"
|
|
951
|
+
}
|
|
952
|
+
}
|
|
953
|
+
},
|
|
954
|
+
"aws-cdk-lib.aws_eks": {
|
|
955
|
+
"targets": {
|
|
956
|
+
"dotnet": {
|
|
957
|
+
"namespace": "Amazon.CDK.AWS.EKS"
|
|
958
|
+
},
|
|
959
|
+
"java": {
|
|
960
|
+
"package": "software.amazon.awscdk.services.eks"
|
|
961
|
+
},
|
|
962
|
+
"python": {
|
|
963
|
+
"module": "aws_cdk.aws_eks"
|
|
964
|
+
}
|
|
965
|
+
}
|
|
966
|
+
},
|
|
967
|
+
"aws-cdk-lib.aws_elasticache": {
|
|
968
|
+
"targets": {
|
|
969
|
+
"dotnet": {
|
|
970
|
+
"namespace": "Amazon.CDK.AWS.ElastiCache"
|
|
971
|
+
},
|
|
972
|
+
"java": {
|
|
973
|
+
"package": "software.amazon.awscdk.services.elasticache"
|
|
974
|
+
},
|
|
975
|
+
"python": {
|
|
976
|
+
"module": "aws_cdk.aws_elasticache"
|
|
977
|
+
}
|
|
978
|
+
}
|
|
979
|
+
},
|
|
980
|
+
"aws-cdk-lib.aws_elasticbeanstalk": {
|
|
981
|
+
"targets": {
|
|
982
|
+
"dotnet": {
|
|
983
|
+
"namespace": "Amazon.CDK.AWS.ElasticBeanstalk"
|
|
984
|
+
},
|
|
985
|
+
"java": {
|
|
986
|
+
"package": "software.amazon.awscdk.services.elasticbeanstalk"
|
|
987
|
+
},
|
|
988
|
+
"python": {
|
|
989
|
+
"module": "aws_cdk.aws_elasticbeanstalk"
|
|
990
|
+
}
|
|
991
|
+
}
|
|
992
|
+
},
|
|
993
|
+
"aws-cdk-lib.aws_elasticloadbalancing": {
|
|
994
|
+
"targets": {
|
|
995
|
+
"dotnet": {
|
|
996
|
+
"namespace": "Amazon.CDK.AWS.ElasticLoadBalancing"
|
|
997
|
+
},
|
|
998
|
+
"java": {
|
|
999
|
+
"package": "software.amazon.awscdk.services.elasticloadbalancing"
|
|
1000
|
+
},
|
|
1001
|
+
"python": {
|
|
1002
|
+
"module": "aws_cdk.aws_elasticloadbalancing"
|
|
1003
|
+
}
|
|
1004
|
+
}
|
|
1005
|
+
},
|
|
1006
|
+
"aws-cdk-lib.aws_elasticloadbalancingv2": {
|
|
1007
|
+
"targets": {
|
|
1008
|
+
"dotnet": {
|
|
1009
|
+
"namespace": "Amazon.CDK.AWS.ElasticLoadBalancingV2"
|
|
1010
|
+
},
|
|
1011
|
+
"java": {
|
|
1012
|
+
"package": "software.amazon.awscdk.services.elasticloadbalancingv2"
|
|
1013
|
+
},
|
|
1014
|
+
"python": {
|
|
1015
|
+
"module": "aws_cdk.aws_elasticloadbalancingv2"
|
|
1016
|
+
}
|
|
1017
|
+
}
|
|
1018
|
+
},
|
|
1019
|
+
"aws-cdk-lib.aws_elasticloadbalancingv2_actions": {
|
|
1020
|
+
"targets": {
|
|
1021
|
+
"dotnet": {
|
|
1022
|
+
"namespace": "Amazon.CDK.AWS.ElasticLoadBalancingV2.Actions"
|
|
1023
|
+
},
|
|
1024
|
+
"java": {
|
|
1025
|
+
"package": "software.amazon.awscdk.services.elasticloadbalancingv2.actions"
|
|
1026
|
+
},
|
|
1027
|
+
"python": {
|
|
1028
|
+
"module": "aws_cdk.aws_elasticloadbalancingv2_actions"
|
|
1029
|
+
}
|
|
1030
|
+
}
|
|
1031
|
+
},
|
|
1032
|
+
"aws-cdk-lib.aws_elasticloadbalancingv2_targets": {
|
|
1033
|
+
"targets": {
|
|
1034
|
+
"dotnet": {
|
|
1035
|
+
"namespace": "Amazon.CDK.AWS.ElasticLoadBalancingV2.Targets"
|
|
1036
|
+
},
|
|
1037
|
+
"java": {
|
|
1038
|
+
"package": "software.amazon.awscdk.services.elasticloadbalancingv2.targets"
|
|
1039
|
+
},
|
|
1040
|
+
"python": {
|
|
1041
|
+
"module": "aws_cdk.aws_elasticloadbalancingv2_targets"
|
|
1042
|
+
}
|
|
1043
|
+
}
|
|
1044
|
+
},
|
|
1045
|
+
"aws-cdk-lib.aws_elasticsearch": {
|
|
1046
|
+
"targets": {
|
|
1047
|
+
"dotnet": {
|
|
1048
|
+
"namespace": "Amazon.CDK.AWS.Elasticsearch"
|
|
1049
|
+
},
|
|
1050
|
+
"java": {
|
|
1051
|
+
"package": "software.amazon.awscdk.services.elasticsearch"
|
|
1052
|
+
},
|
|
1053
|
+
"python": {
|
|
1054
|
+
"module": "aws_cdk.aws_elasticsearch"
|
|
1055
|
+
}
|
|
1056
|
+
}
|
|
1057
|
+
},
|
|
1058
|
+
"aws-cdk-lib.aws_emr": {
|
|
1059
|
+
"targets": {
|
|
1060
|
+
"dotnet": {
|
|
1061
|
+
"namespace": "Amazon.CDK.AWS.EMR"
|
|
1062
|
+
},
|
|
1063
|
+
"java": {
|
|
1064
|
+
"package": "software.amazon.awscdk.services.emr"
|
|
1065
|
+
},
|
|
1066
|
+
"python": {
|
|
1067
|
+
"module": "aws_cdk.aws_emr"
|
|
1068
|
+
}
|
|
1069
|
+
}
|
|
1070
|
+
},
|
|
1071
|
+
"aws-cdk-lib.aws_emrcontainers": {
|
|
1072
|
+
"targets": {
|
|
1073
|
+
"dotnet": {
|
|
1074
|
+
"namespace": "Amazon.CDK.AWS.EMRContainers"
|
|
1075
|
+
},
|
|
1076
|
+
"java": {
|
|
1077
|
+
"package": "software.amazon.awscdk.services.emrcontainers"
|
|
1078
|
+
},
|
|
1079
|
+
"python": {
|
|
1080
|
+
"module": "aws_cdk.aws_emrcontainers"
|
|
1081
|
+
}
|
|
1082
|
+
}
|
|
1083
|
+
},
|
|
1084
|
+
"aws-cdk-lib.aws_events": {
|
|
1085
|
+
"targets": {
|
|
1086
|
+
"dotnet": {
|
|
1087
|
+
"namespace": "Amazon.CDK.AWS.Events"
|
|
1088
|
+
},
|
|
1089
|
+
"java": {
|
|
1090
|
+
"package": "software.amazon.awscdk.services.events"
|
|
1091
|
+
},
|
|
1092
|
+
"python": {
|
|
1093
|
+
"module": "aws_cdk.aws_events"
|
|
1094
|
+
}
|
|
1095
|
+
}
|
|
1096
|
+
},
|
|
1097
|
+
"aws-cdk-lib.aws_events_targets": {
|
|
1098
|
+
"targets": {
|
|
1099
|
+
"dotnet": {
|
|
1100
|
+
"namespace": "Amazon.CDK.AWS.Events.Targets"
|
|
1101
|
+
},
|
|
1102
|
+
"java": {
|
|
1103
|
+
"package": "software.amazon.awscdk.services.events.targets"
|
|
1104
|
+
},
|
|
1105
|
+
"python": {
|
|
1106
|
+
"module": "aws_cdk.aws_events_targets"
|
|
1107
|
+
}
|
|
1108
|
+
}
|
|
1109
|
+
},
|
|
1110
|
+
"aws-cdk-lib.aws_eventschemas": {
|
|
1111
|
+
"targets": {
|
|
1112
|
+
"dotnet": {
|
|
1113
|
+
"namespace": "Amazon.CDK.AWS.EventSchemas"
|
|
1114
|
+
},
|
|
1115
|
+
"java": {
|
|
1116
|
+
"package": "software.amazon.awscdk.services.eventschemas"
|
|
1117
|
+
},
|
|
1118
|
+
"python": {
|
|
1119
|
+
"module": "aws_cdk.aws_eventschemas"
|
|
1120
|
+
}
|
|
1121
|
+
}
|
|
1122
|
+
},
|
|
1123
|
+
"aws-cdk-lib.aws_finspace": {
|
|
1124
|
+
"targets": {
|
|
1125
|
+
"dotnet": {
|
|
1126
|
+
"namespace": "Amazon.CDK.AWS.FinSpace"
|
|
1127
|
+
},
|
|
1128
|
+
"java": {
|
|
1129
|
+
"package": "software.amazon.awscdk.services.finspace"
|
|
1130
|
+
},
|
|
1131
|
+
"python": {
|
|
1132
|
+
"module": "aws_cdk.aws_finspace"
|
|
1133
|
+
}
|
|
1134
|
+
}
|
|
1135
|
+
},
|
|
1136
|
+
"aws-cdk-lib.aws_fis": {
|
|
1137
|
+
"targets": {
|
|
1138
|
+
"dotnet": {
|
|
1139
|
+
"namespace": "Amazon.CDK.AWS.FIS"
|
|
1140
|
+
},
|
|
1141
|
+
"java": {
|
|
1142
|
+
"package": "software.amazon.awscdk.services.fis"
|
|
1143
|
+
},
|
|
1144
|
+
"python": {
|
|
1145
|
+
"module": "aws_cdk.aws_fis"
|
|
1146
|
+
}
|
|
1147
|
+
}
|
|
1148
|
+
},
|
|
1149
|
+
"aws-cdk-lib.aws_fms": {
|
|
1150
|
+
"targets": {
|
|
1151
|
+
"dotnet": {
|
|
1152
|
+
"namespace": "Amazon.CDK.AWS.FMS"
|
|
1153
|
+
},
|
|
1154
|
+
"java": {
|
|
1155
|
+
"package": "software.amazon.awscdk.services.fms"
|
|
1156
|
+
},
|
|
1157
|
+
"python": {
|
|
1158
|
+
"module": "aws_cdk.aws_fms"
|
|
1159
|
+
}
|
|
1160
|
+
}
|
|
1161
|
+
},
|
|
1162
|
+
"aws-cdk-lib.aws_frauddetector": {
|
|
1163
|
+
"targets": {
|
|
1164
|
+
"dotnet": {
|
|
1165
|
+
"namespace": "Amazon.CDK.AWS.FraudDetector"
|
|
1166
|
+
},
|
|
1167
|
+
"java": {
|
|
1168
|
+
"package": "software.amazon.awscdk.services.frauddetector"
|
|
1169
|
+
},
|
|
1170
|
+
"python": {
|
|
1171
|
+
"module": "aws_cdk.aws_frauddetector"
|
|
1172
|
+
}
|
|
1173
|
+
}
|
|
1174
|
+
},
|
|
1175
|
+
"aws-cdk-lib.aws_fsx": {
|
|
1176
|
+
"targets": {
|
|
1177
|
+
"dotnet": {
|
|
1178
|
+
"namespace": "Amazon.CDK.AWS.FSx"
|
|
1179
|
+
},
|
|
1180
|
+
"java": {
|
|
1181
|
+
"package": "software.amazon.awscdk.services.fsx"
|
|
1182
|
+
},
|
|
1183
|
+
"python": {
|
|
1184
|
+
"module": "aws_cdk.aws_fsx"
|
|
1185
|
+
}
|
|
1186
|
+
}
|
|
1187
|
+
},
|
|
1188
|
+
"aws-cdk-lib.aws_gamelift": {
|
|
1189
|
+
"targets": {
|
|
1190
|
+
"dotnet": {
|
|
1191
|
+
"namespace": "Amazon.CDK.AWS.GameLift"
|
|
1192
|
+
},
|
|
1193
|
+
"java": {
|
|
1194
|
+
"package": "software.amazon.awscdk.services.gamelift"
|
|
1195
|
+
},
|
|
1196
|
+
"python": {
|
|
1197
|
+
"module": "aws_cdk.aws_gamelift"
|
|
1198
|
+
}
|
|
1199
|
+
}
|
|
1200
|
+
},
|
|
1201
|
+
"aws-cdk-lib.aws_globalaccelerator": {
|
|
1202
|
+
"targets": {
|
|
1203
|
+
"dotnet": {
|
|
1204
|
+
"namespace": "Amazon.CDK.AWS.GlobalAccelerator"
|
|
1205
|
+
},
|
|
1206
|
+
"java": {
|
|
1207
|
+
"package": "software.amazon.awscdk.services.globalaccelerator"
|
|
1208
|
+
},
|
|
1209
|
+
"python": {
|
|
1210
|
+
"module": "aws_cdk.aws_globalaccelerator"
|
|
1211
|
+
}
|
|
1212
|
+
}
|
|
1213
|
+
},
|
|
1214
|
+
"aws-cdk-lib.aws_globalaccelerator_endpoints": {
|
|
1215
|
+
"targets": {
|
|
1216
|
+
"dotnet": {
|
|
1217
|
+
"namespace": "Amazon.CDK.AWS.GlobalAccelerator.Endpoints"
|
|
1218
|
+
},
|
|
1219
|
+
"java": {
|
|
1220
|
+
"package": "software.amazon.awscdk.services.globalaccelerator.endpoints"
|
|
1221
|
+
},
|
|
1222
|
+
"python": {
|
|
1223
|
+
"module": "aws_cdk.aws_globalaccelerator_endpoints"
|
|
1224
|
+
}
|
|
1225
|
+
}
|
|
1226
|
+
},
|
|
1227
|
+
"aws-cdk-lib.aws_glue": {
|
|
1228
|
+
"targets": {
|
|
1229
|
+
"dotnet": {
|
|
1230
|
+
"namespace": "Amazon.CDK.AWS.Glue"
|
|
1231
|
+
},
|
|
1232
|
+
"java": {
|
|
1233
|
+
"package": "software.amazon.awscdk.services.glue"
|
|
1234
|
+
},
|
|
1235
|
+
"python": {
|
|
1236
|
+
"module": "aws_cdk.aws_glue"
|
|
1237
|
+
}
|
|
1238
|
+
}
|
|
1239
|
+
},
|
|
1240
|
+
"aws-cdk-lib.aws_greengrass": {
|
|
1241
|
+
"targets": {
|
|
1242
|
+
"dotnet": {
|
|
1243
|
+
"namespace": "Amazon.CDK.AWS.Greengrass"
|
|
1244
|
+
},
|
|
1245
|
+
"java": {
|
|
1246
|
+
"package": "software.amazon.awscdk.services.greengrass"
|
|
1247
|
+
},
|
|
1248
|
+
"python": {
|
|
1249
|
+
"module": "aws_cdk.aws_greengrass"
|
|
1250
|
+
}
|
|
1251
|
+
}
|
|
1252
|
+
},
|
|
1253
|
+
"aws-cdk-lib.aws_greengrassv2": {
|
|
1254
|
+
"targets": {
|
|
1255
|
+
"dotnet": {
|
|
1256
|
+
"namespace": "Amazon.CDK.AWS.GreengrassV2"
|
|
1257
|
+
},
|
|
1258
|
+
"java": {
|
|
1259
|
+
"package": "software.amazon.awscdk.services.greengrassv2"
|
|
1260
|
+
},
|
|
1261
|
+
"python": {
|
|
1262
|
+
"module": "aws_cdk.aws_greengrassv2"
|
|
1263
|
+
}
|
|
1264
|
+
}
|
|
1265
|
+
},
|
|
1266
|
+
"aws-cdk-lib.aws_groundstation": {
|
|
1267
|
+
"targets": {
|
|
1268
|
+
"dotnet": {
|
|
1269
|
+
"namespace": "Amazon.CDK.AWS.GroundStation"
|
|
1270
|
+
},
|
|
1271
|
+
"java": {
|
|
1272
|
+
"package": "software.amazon.awscdk.services.groundstation"
|
|
1273
|
+
},
|
|
1274
|
+
"python": {
|
|
1275
|
+
"module": "aws_cdk.aws_groundstation"
|
|
1276
|
+
}
|
|
1277
|
+
}
|
|
1278
|
+
},
|
|
1279
|
+
"aws-cdk-lib.aws_guardduty": {
|
|
1280
|
+
"targets": {
|
|
1281
|
+
"dotnet": {
|
|
1282
|
+
"namespace": "Amazon.CDK.AWS.GuardDuty"
|
|
1283
|
+
},
|
|
1284
|
+
"java": {
|
|
1285
|
+
"package": "software.amazon.awscdk.services.guardduty"
|
|
1286
|
+
},
|
|
1287
|
+
"python": {
|
|
1288
|
+
"module": "aws_cdk.aws_guardduty"
|
|
1289
|
+
}
|
|
1290
|
+
}
|
|
1291
|
+
},
|
|
1292
|
+
"aws-cdk-lib.aws_healthlake": {
|
|
1293
|
+
"targets": {
|
|
1294
|
+
"dotnet": {
|
|
1295
|
+
"namespace": "Amazon.CDK.AWS.HealthLake"
|
|
1296
|
+
},
|
|
1297
|
+
"java": {
|
|
1298
|
+
"package": "software.amazon.awscdk.services.healthlake"
|
|
1299
|
+
},
|
|
1300
|
+
"python": {
|
|
1301
|
+
"module": "aws_cdk.aws_healthlake"
|
|
1302
|
+
}
|
|
1303
|
+
}
|
|
1304
|
+
},
|
|
1305
|
+
"aws-cdk-lib.aws_iam": {
|
|
1306
|
+
"targets": {
|
|
1307
|
+
"dotnet": {
|
|
1308
|
+
"namespace": "Amazon.CDK.AWS.IAM"
|
|
1309
|
+
},
|
|
1310
|
+
"java": {
|
|
1311
|
+
"package": "software.amazon.awscdk.services.iam"
|
|
1312
|
+
},
|
|
1313
|
+
"python": {
|
|
1314
|
+
"module": "aws_cdk.aws_iam"
|
|
1315
|
+
}
|
|
1316
|
+
}
|
|
1317
|
+
},
|
|
1318
|
+
"aws-cdk-lib.aws_imagebuilder": {
|
|
1319
|
+
"targets": {
|
|
1320
|
+
"dotnet": {
|
|
1321
|
+
"namespace": "Amazon.CDK.AWS.ImageBuilder"
|
|
1322
|
+
},
|
|
1323
|
+
"java": {
|
|
1324
|
+
"package": "software.amazon.awscdk.services.imagebuilder"
|
|
1325
|
+
},
|
|
1326
|
+
"python": {
|
|
1327
|
+
"module": "aws_cdk.aws_imagebuilder"
|
|
1328
|
+
}
|
|
1329
|
+
}
|
|
1330
|
+
},
|
|
1331
|
+
"aws-cdk-lib.aws_inspector": {
|
|
1332
|
+
"targets": {
|
|
1333
|
+
"dotnet": {
|
|
1334
|
+
"namespace": "Amazon.CDK.AWS.Inspector"
|
|
1335
|
+
},
|
|
1336
|
+
"java": {
|
|
1337
|
+
"package": "software.amazon.awscdk.services.inspector"
|
|
1338
|
+
},
|
|
1339
|
+
"python": {
|
|
1340
|
+
"module": "aws_cdk.aws_inspector"
|
|
1341
|
+
}
|
|
1342
|
+
}
|
|
1343
|
+
},
|
|
1344
|
+
"aws-cdk-lib.aws_iot": {
|
|
1345
|
+
"targets": {
|
|
1346
|
+
"dotnet": {
|
|
1347
|
+
"namespace": "Amazon.CDK.AWS.IoT"
|
|
1348
|
+
},
|
|
1349
|
+
"java": {
|
|
1350
|
+
"package": "software.amazon.awscdk.services.iot"
|
|
1351
|
+
},
|
|
1352
|
+
"python": {
|
|
1353
|
+
"module": "aws_cdk.aws_iot"
|
|
1354
|
+
}
|
|
1355
|
+
}
|
|
1356
|
+
},
|
|
1357
|
+
"aws-cdk-lib.aws_iot1click": {
|
|
1358
|
+
"targets": {
|
|
1359
|
+
"dotnet": {
|
|
1360
|
+
"namespace": "Amazon.CDK.AWS.IoT1Click"
|
|
1361
|
+
},
|
|
1362
|
+
"java": {
|
|
1363
|
+
"package": "software.amazon.awscdk.services.iot1click"
|
|
1364
|
+
},
|
|
1365
|
+
"python": {
|
|
1366
|
+
"module": "aws_cdk.aws_iot1click"
|
|
1367
|
+
}
|
|
1368
|
+
}
|
|
1369
|
+
},
|
|
1370
|
+
"aws-cdk-lib.aws_iotanalytics": {
|
|
1371
|
+
"targets": {
|
|
1372
|
+
"dotnet": {
|
|
1373
|
+
"namespace": "Amazon.CDK.AWS.IoTAnalytics"
|
|
1374
|
+
},
|
|
1375
|
+
"java": {
|
|
1376
|
+
"package": "software.amazon.awscdk.services.iotanalytics"
|
|
1377
|
+
},
|
|
1378
|
+
"python": {
|
|
1379
|
+
"module": "aws_cdk.aws_iotanalytics"
|
|
1380
|
+
}
|
|
1381
|
+
}
|
|
1382
|
+
},
|
|
1383
|
+
"aws-cdk-lib.aws_iotcoredeviceadvisor": {
|
|
1384
|
+
"targets": {
|
|
1385
|
+
"dotnet": {
|
|
1386
|
+
"namespace": "Amazon.CDK.AWS.IoTCoreDeviceAdvisor"
|
|
1387
|
+
},
|
|
1388
|
+
"java": {
|
|
1389
|
+
"package": "software.amazon.awscdk.services.iotcoredeviceadvisor"
|
|
1390
|
+
},
|
|
1391
|
+
"python": {
|
|
1392
|
+
"module": "aws_cdk.aws_iotcoredeviceadvisor"
|
|
1393
|
+
}
|
|
1394
|
+
}
|
|
1395
|
+
},
|
|
1396
|
+
"aws-cdk-lib.aws_iotevents": {
|
|
1397
|
+
"targets": {
|
|
1398
|
+
"dotnet": {
|
|
1399
|
+
"namespace": "Amazon.CDK.AWS.IoTEvents"
|
|
1400
|
+
},
|
|
1401
|
+
"java": {
|
|
1402
|
+
"package": "software.amazon.awscdk.services.iotevents"
|
|
1403
|
+
},
|
|
1404
|
+
"python": {
|
|
1405
|
+
"module": "aws_cdk.aws_iotevents"
|
|
1406
|
+
}
|
|
1407
|
+
}
|
|
1408
|
+
},
|
|
1409
|
+
"aws-cdk-lib.aws_iotfleethub": {
|
|
1410
|
+
"targets": {
|
|
1411
|
+
"dotnet": {
|
|
1412
|
+
"namespace": "Amazon.CDK.AWS.IoTFleetHub"
|
|
1413
|
+
},
|
|
1414
|
+
"java": {
|
|
1415
|
+
"package": "software.amazon.awscdk.services.iotfleethub"
|
|
1416
|
+
},
|
|
1417
|
+
"python": {
|
|
1418
|
+
"module": "aws_cdk.aws_iotfleethub"
|
|
1419
|
+
}
|
|
1420
|
+
}
|
|
1421
|
+
},
|
|
1422
|
+
"aws-cdk-lib.aws_iotsitewise": {
|
|
1423
|
+
"targets": {
|
|
1424
|
+
"dotnet": {
|
|
1425
|
+
"namespace": "Amazon.CDK.AWS.IoTSiteWise"
|
|
1426
|
+
},
|
|
1427
|
+
"java": {
|
|
1428
|
+
"package": "software.amazon.awscdk.services.iotsitewise"
|
|
1429
|
+
},
|
|
1430
|
+
"python": {
|
|
1431
|
+
"module": "aws_cdk.aws_iotsitewise"
|
|
1432
|
+
}
|
|
1433
|
+
}
|
|
53
1434
|
},
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
1435
|
+
"aws-cdk-lib.aws_iotthingsgraph": {
|
|
1436
|
+
"targets": {
|
|
1437
|
+
"dotnet": {
|
|
1438
|
+
"namespace": "Amazon.CDK.AWS.IoTThingsGraph"
|
|
1439
|
+
},
|
|
1440
|
+
"java": {
|
|
1441
|
+
"package": "software.amazon.awscdk.services.iotthingsgraph"
|
|
1442
|
+
},
|
|
1443
|
+
"python": {
|
|
1444
|
+
"module": "aws_cdk.aws_iotthingsgraph"
|
|
1445
|
+
}
|
|
1446
|
+
}
|
|
60
1447
|
},
|
|
61
|
-
"
|
|
62
|
-
"
|
|
1448
|
+
"aws-cdk-lib.aws_iotwireless": {
|
|
1449
|
+
"targets": {
|
|
1450
|
+
"dotnet": {
|
|
1451
|
+
"namespace": "Amazon.CDK.AWS.IoTWireless"
|
|
1452
|
+
},
|
|
1453
|
+
"java": {
|
|
1454
|
+
"package": "software.amazon.awscdk.services.iotwireless"
|
|
1455
|
+
},
|
|
1456
|
+
"python": {
|
|
1457
|
+
"module": "aws_cdk.aws_iotwireless"
|
|
1458
|
+
}
|
|
1459
|
+
}
|
|
63
1460
|
},
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
"dotnet": {
|
|
77
|
-
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png",
|
|
78
|
-
"namespace": "Amazon.CDK.AWS.ApplicationAutoScaling",
|
|
79
|
-
"packageId": "Amazon.CDK.AWS.ApplicationAutoScaling"
|
|
1461
|
+
"aws-cdk-lib.aws_ivs": {
|
|
1462
|
+
"targets": {
|
|
1463
|
+
"dotnet": {
|
|
1464
|
+
"namespace": "Amazon.CDK.AWS.Ivs"
|
|
1465
|
+
},
|
|
1466
|
+
"java": {
|
|
1467
|
+
"package": "software.amazon.awscdk.services.ivs"
|
|
1468
|
+
},
|
|
1469
|
+
"python": {
|
|
1470
|
+
"module": "aws_cdk.aws_ivs"
|
|
1471
|
+
}
|
|
1472
|
+
}
|
|
80
1473
|
},
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
1474
|
+
"aws-cdk-lib.aws_kendra": {
|
|
1475
|
+
"targets": {
|
|
1476
|
+
"dotnet": {
|
|
1477
|
+
"namespace": "Amazon.CDK.AWS.Kendra"
|
|
1478
|
+
},
|
|
1479
|
+
"java": {
|
|
1480
|
+
"package": "software.amazon.awscdk.services.kendra"
|
|
1481
|
+
},
|
|
1482
|
+
"python": {
|
|
1483
|
+
"module": "aws_cdk.aws_kendra"
|
|
1484
|
+
}
|
|
1485
|
+
}
|
|
87
1486
|
},
|
|
88
|
-
"
|
|
89
|
-
"
|
|
1487
|
+
"aws-cdk-lib.aws_kinesis": {
|
|
1488
|
+
"targets": {
|
|
1489
|
+
"dotnet": {
|
|
1490
|
+
"namespace": "Amazon.CDK.AWS.Kinesis"
|
|
1491
|
+
},
|
|
1492
|
+
"java": {
|
|
1493
|
+
"package": "software.amazon.awscdk.services.kinesis"
|
|
1494
|
+
},
|
|
1495
|
+
"python": {
|
|
1496
|
+
"module": "aws_cdk.aws_kinesis"
|
|
1497
|
+
}
|
|
1498
|
+
}
|
|
90
1499
|
},
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
"dotnet": {
|
|
104
|
-
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png",
|
|
105
|
-
"namespace": "Amazon.CDK.AWS.AutoScaling.Common",
|
|
106
|
-
"packageId": "Amazon.CDK.AWS.AutoScaling.Common"
|
|
1500
|
+
"aws-cdk-lib.aws_kinesisanalytics": {
|
|
1501
|
+
"targets": {
|
|
1502
|
+
"dotnet": {
|
|
1503
|
+
"namespace": "Amazon.CDK.AWS.KinesisAnalytics"
|
|
1504
|
+
},
|
|
1505
|
+
"java": {
|
|
1506
|
+
"package": "software.amazon.awscdk.services.kinesisanalytics"
|
|
1507
|
+
},
|
|
1508
|
+
"python": {
|
|
1509
|
+
"module": "aws_cdk.aws_kinesisanalytics"
|
|
1510
|
+
}
|
|
1511
|
+
}
|
|
107
1512
|
},
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
1513
|
+
"aws-cdk-lib.aws_kinesisfirehose": {
|
|
1514
|
+
"targets": {
|
|
1515
|
+
"dotnet": {
|
|
1516
|
+
"namespace": "Amazon.CDK.AWS.KinesisFirehose"
|
|
1517
|
+
},
|
|
1518
|
+
"java": {
|
|
1519
|
+
"package": "software.amazon.awscdk.services.kinesisfirehose"
|
|
1520
|
+
},
|
|
1521
|
+
"python": {
|
|
1522
|
+
"module": "aws_cdk.aws_kinesisfirehose"
|
|
1523
|
+
}
|
|
1524
|
+
}
|
|
114
1525
|
},
|
|
115
|
-
"
|
|
116
|
-
"
|
|
1526
|
+
"aws-cdk-lib.aws_kms": {
|
|
1527
|
+
"targets": {
|
|
1528
|
+
"dotnet": {
|
|
1529
|
+
"namespace": "Amazon.CDK.AWS.KMS"
|
|
1530
|
+
},
|
|
1531
|
+
"java": {
|
|
1532
|
+
"package": "software.amazon.awscdk.services.kms"
|
|
1533
|
+
},
|
|
1534
|
+
"python": {
|
|
1535
|
+
"module": "aws_cdk.aws_kms"
|
|
1536
|
+
}
|
|
1537
|
+
}
|
|
117
1538
|
},
|
|
118
|
-
"
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
"dotnet": {
|
|
131
|
-
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png",
|
|
132
|
-
"namespace": "Amazon.CDK.AWS.CertificateManager",
|
|
133
|
-
"packageId": "Amazon.CDK.AWS.CertificateManager"
|
|
1539
|
+
"aws-cdk-lib.aws_lakeformation": {
|
|
1540
|
+
"targets": {
|
|
1541
|
+
"dotnet": {
|
|
1542
|
+
"namespace": "Amazon.CDK.AWS.LakeFormation"
|
|
1543
|
+
},
|
|
1544
|
+
"java": {
|
|
1545
|
+
"package": "software.amazon.awscdk.services.lakeformation"
|
|
1546
|
+
},
|
|
1547
|
+
"python": {
|
|
1548
|
+
"module": "aws_cdk.aws_lakeformation"
|
|
1549
|
+
}
|
|
1550
|
+
}
|
|
134
1551
|
},
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
1552
|
+
"aws-cdk-lib.aws_lambda": {
|
|
1553
|
+
"targets": {
|
|
1554
|
+
"dotnet": {
|
|
1555
|
+
"namespace": "Amazon.CDK.AWS.Lambda"
|
|
1556
|
+
},
|
|
1557
|
+
"java": {
|
|
1558
|
+
"package": "software.amazon.awscdk.services.lambda"
|
|
1559
|
+
},
|
|
1560
|
+
"python": {
|
|
1561
|
+
"module": "aws_cdk.aws_lambda"
|
|
1562
|
+
}
|
|
1563
|
+
}
|
|
141
1564
|
},
|
|
142
|
-
"
|
|
143
|
-
"
|
|
1565
|
+
"aws-cdk-lib.aws_lambda_destinations": {
|
|
1566
|
+
"targets": {
|
|
1567
|
+
"dotnet": {
|
|
1568
|
+
"namespace": "Amazon.CDK.AWS.Lambda.Destinations"
|
|
1569
|
+
},
|
|
1570
|
+
"java": {
|
|
1571
|
+
"package": "software.amazon.awscdk.services.lambda.destinations"
|
|
1572
|
+
},
|
|
1573
|
+
"python": {
|
|
1574
|
+
"module": "aws_cdk.aws_lambda_destinations"
|
|
1575
|
+
}
|
|
1576
|
+
}
|
|
144
1577
|
},
|
|
145
|
-
"
|
|
146
|
-
"
|
|
147
|
-
"
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
"dotnet": {
|
|
158
|
-
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png",
|
|
159
|
-
"namespace": "Amazon.CDK.AWS.CloudFormation",
|
|
160
|
-
"packageId": "Amazon.CDK.AWS.CloudFormation"
|
|
1578
|
+
"aws-cdk-lib.aws_lambda_event_sources": {
|
|
1579
|
+
"targets": {
|
|
1580
|
+
"dotnet": {
|
|
1581
|
+
"namespace": "Amazon.CDK.AWS.Lambda.EventSources"
|
|
1582
|
+
},
|
|
1583
|
+
"java": {
|
|
1584
|
+
"package": "software.amazon.awscdk.services.lambda.eventsources"
|
|
1585
|
+
},
|
|
1586
|
+
"python": {
|
|
1587
|
+
"module": "aws_cdk.aws_lambda_event_sources"
|
|
1588
|
+
}
|
|
1589
|
+
}
|
|
161
1590
|
},
|
|
162
|
-
"
|
|
163
|
-
"
|
|
164
|
-
"
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
1591
|
+
"aws-cdk-lib.aws_lambda_nodejs": {
|
|
1592
|
+
"targets": {
|
|
1593
|
+
"dotnet": {
|
|
1594
|
+
"namespace": "Amazon.CDK.AWS.Lambda.Nodejs"
|
|
1595
|
+
},
|
|
1596
|
+
"java": {
|
|
1597
|
+
"package": "software.amazon.awscdk.services.lambda.nodejs"
|
|
1598
|
+
},
|
|
1599
|
+
"python": {
|
|
1600
|
+
"module": "aws_cdk.aws_lambda_nodejs"
|
|
1601
|
+
}
|
|
1602
|
+
}
|
|
168
1603
|
},
|
|
169
|
-
"
|
|
170
|
-
"
|
|
1604
|
+
"aws-cdk-lib.aws_licensemanager": {
|
|
1605
|
+
"targets": {
|
|
1606
|
+
"dotnet": {
|
|
1607
|
+
"namespace": "Amazon.CDK.AWS.LicenseManager"
|
|
1608
|
+
},
|
|
1609
|
+
"java": {
|
|
1610
|
+
"package": "software.amazon.awscdk.services.licensemanager"
|
|
1611
|
+
},
|
|
1612
|
+
"python": {
|
|
1613
|
+
"module": "aws_cdk.aws_licensemanager"
|
|
1614
|
+
}
|
|
1615
|
+
}
|
|
171
1616
|
},
|
|
172
|
-
"
|
|
173
|
-
"
|
|
174
|
-
"
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
"@aws-cdk/aws-cloudfront.experimental": {}
|
|
185
|
-
},
|
|
186
|
-
"targets": {
|
|
187
|
-
"dotnet": {
|
|
188
|
-
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png",
|
|
189
|
-
"namespace": "Amazon.CDK.AWS.CloudFront",
|
|
190
|
-
"packageId": "Amazon.CDK.AWS.CloudFront"
|
|
1617
|
+
"aws-cdk-lib.aws_lightsail": {
|
|
1618
|
+
"targets": {
|
|
1619
|
+
"dotnet": {
|
|
1620
|
+
"namespace": "Amazon.CDK.AWS.Lightsail"
|
|
1621
|
+
},
|
|
1622
|
+
"java": {
|
|
1623
|
+
"package": "software.amazon.awscdk.services.lightsail"
|
|
1624
|
+
},
|
|
1625
|
+
"python": {
|
|
1626
|
+
"module": "aws_cdk.aws_lightsail"
|
|
1627
|
+
}
|
|
1628
|
+
}
|
|
191
1629
|
},
|
|
192
|
-
"
|
|
193
|
-
"
|
|
194
|
-
"
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
1630
|
+
"aws-cdk-lib.aws_location": {
|
|
1631
|
+
"targets": {
|
|
1632
|
+
"dotnet": {
|
|
1633
|
+
"namespace": "Amazon.CDK.AWS.Location"
|
|
1634
|
+
},
|
|
1635
|
+
"java": {
|
|
1636
|
+
"package": "software.amazon.awscdk.services.location"
|
|
1637
|
+
},
|
|
1638
|
+
"python": {
|
|
1639
|
+
"module": "aws_cdk.aws_location"
|
|
1640
|
+
}
|
|
1641
|
+
}
|
|
198
1642
|
},
|
|
199
|
-
"
|
|
200
|
-
"
|
|
1643
|
+
"aws-cdk-lib.aws_logs": {
|
|
1644
|
+
"targets": {
|
|
1645
|
+
"dotnet": {
|
|
1646
|
+
"namespace": "Amazon.CDK.AWS.Logs"
|
|
1647
|
+
},
|
|
1648
|
+
"java": {
|
|
1649
|
+
"package": "software.amazon.awscdk.services.logs"
|
|
1650
|
+
},
|
|
1651
|
+
"python": {
|
|
1652
|
+
"module": "aws_cdk.aws_logs"
|
|
1653
|
+
}
|
|
1654
|
+
}
|
|
201
1655
|
},
|
|
202
|
-
"
|
|
203
|
-
"
|
|
204
|
-
"
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
"dotnet": {
|
|
215
|
-
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png",
|
|
216
|
-
"namespace": "Amazon.CDK.AWS.CloudWatch",
|
|
217
|
-
"packageId": "Amazon.CDK.AWS.CloudWatch"
|
|
1656
|
+
"aws-cdk-lib.aws_logs_destinations": {
|
|
1657
|
+
"targets": {
|
|
1658
|
+
"dotnet": {
|
|
1659
|
+
"namespace": "Amazon.CDK.AWS.Logs.Destinations"
|
|
1660
|
+
},
|
|
1661
|
+
"java": {
|
|
1662
|
+
"package": "software.amazon.awscdk.services.logs.destinations"
|
|
1663
|
+
},
|
|
1664
|
+
"python": {
|
|
1665
|
+
"module": "aws_cdk.aws_logs_destinations"
|
|
1666
|
+
}
|
|
1667
|
+
}
|
|
218
1668
|
},
|
|
219
|
-
"
|
|
220
|
-
"
|
|
221
|
-
"
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
1669
|
+
"aws-cdk-lib.aws_lookoutequipment": {
|
|
1670
|
+
"targets": {
|
|
1671
|
+
"dotnet": {
|
|
1672
|
+
"namespace": "Amazon.CDK.AWS.LookoutEquipment"
|
|
1673
|
+
},
|
|
1674
|
+
"java": {
|
|
1675
|
+
"package": "software.amazon.awscdk.services.lookoutequipment"
|
|
1676
|
+
},
|
|
1677
|
+
"python": {
|
|
1678
|
+
"module": "aws_cdk.aws_lookoutequipment"
|
|
1679
|
+
}
|
|
1680
|
+
}
|
|
225
1681
|
},
|
|
226
|
-
"
|
|
227
|
-
"
|
|
1682
|
+
"aws-cdk-lib.aws_lookoutmetrics": {
|
|
1683
|
+
"targets": {
|
|
1684
|
+
"dotnet": {
|
|
1685
|
+
"namespace": "Amazon.CDK.AWS.LookoutMetrics"
|
|
1686
|
+
},
|
|
1687
|
+
"java": {
|
|
1688
|
+
"package": "software.amazon.awscdk.services.lookoutmetrics"
|
|
1689
|
+
},
|
|
1690
|
+
"python": {
|
|
1691
|
+
"module": "aws_cdk.aws_lookoutmetrics"
|
|
1692
|
+
}
|
|
1693
|
+
}
|
|
228
1694
|
},
|
|
229
|
-
"
|
|
230
|
-
"
|
|
231
|
-
"
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
"dotnet": {
|
|
242
|
-
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png",
|
|
243
|
-
"namespace": "Amazon.CDK.AWS.CodeGuruProfiler",
|
|
244
|
-
"packageId": "Amazon.CDK.AWS.CodeGuruProfiler"
|
|
1695
|
+
"aws-cdk-lib.aws_lookoutvision": {
|
|
1696
|
+
"targets": {
|
|
1697
|
+
"dotnet": {
|
|
1698
|
+
"namespace": "Amazon.CDK.AWS.LookoutVision"
|
|
1699
|
+
},
|
|
1700
|
+
"java": {
|
|
1701
|
+
"package": "software.amazon.awscdk.services.lookoutvision"
|
|
1702
|
+
},
|
|
1703
|
+
"python": {
|
|
1704
|
+
"module": "aws_cdk.aws_lookoutvision"
|
|
1705
|
+
}
|
|
1706
|
+
}
|
|
245
1707
|
},
|
|
246
|
-
"
|
|
247
|
-
"
|
|
248
|
-
"
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
1708
|
+
"aws-cdk-lib.aws_macie": {
|
|
1709
|
+
"targets": {
|
|
1710
|
+
"dotnet": {
|
|
1711
|
+
"namespace": "Amazon.CDK.AWS.Macie"
|
|
1712
|
+
},
|
|
1713
|
+
"java": {
|
|
1714
|
+
"package": "software.amazon.awscdk.services.macie"
|
|
1715
|
+
},
|
|
1716
|
+
"python": {
|
|
1717
|
+
"module": "aws_cdk.aws_macie"
|
|
1718
|
+
}
|
|
1719
|
+
}
|
|
252
1720
|
},
|
|
253
|
-
"
|
|
254
|
-
"
|
|
1721
|
+
"aws-cdk-lib.aws_managedblockchain": {
|
|
1722
|
+
"targets": {
|
|
1723
|
+
"dotnet": {
|
|
1724
|
+
"namespace": "Amazon.CDK.AWS.ManagedBlockchain"
|
|
1725
|
+
},
|
|
1726
|
+
"java": {
|
|
1727
|
+
"package": "software.amazon.awscdk.services.managedblockchain"
|
|
1728
|
+
},
|
|
1729
|
+
"python": {
|
|
1730
|
+
"module": "aws_cdk.aws_managedblockchain"
|
|
1731
|
+
}
|
|
1732
|
+
}
|
|
255
1733
|
},
|
|
256
|
-
"
|
|
257
|
-
"
|
|
258
|
-
"
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
"dotnet": {
|
|
269
|
-
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png",
|
|
270
|
-
"namespace": "Amazon.CDK.AWS.CodeStarNotifications",
|
|
271
|
-
"packageId": "Amazon.CDK.AWS.CodeStarNotifications"
|
|
1734
|
+
"aws-cdk-lib.aws_mediaconnect": {
|
|
1735
|
+
"targets": {
|
|
1736
|
+
"dotnet": {
|
|
1737
|
+
"namespace": "Amazon.CDK.AWS.MediaConnect"
|
|
1738
|
+
},
|
|
1739
|
+
"java": {
|
|
1740
|
+
"package": "software.amazon.awscdk.services.mediaconnect"
|
|
1741
|
+
},
|
|
1742
|
+
"python": {
|
|
1743
|
+
"module": "aws_cdk.aws_mediaconnect"
|
|
1744
|
+
}
|
|
1745
|
+
}
|
|
272
1746
|
},
|
|
273
|
-
"
|
|
274
|
-
"
|
|
275
|
-
"
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
1747
|
+
"aws-cdk-lib.aws_mediaconvert": {
|
|
1748
|
+
"targets": {
|
|
1749
|
+
"dotnet": {
|
|
1750
|
+
"namespace": "Amazon.CDK.AWS.MediaConvert"
|
|
1751
|
+
},
|
|
1752
|
+
"java": {
|
|
1753
|
+
"package": "software.amazon.awscdk.services.mediaconvert"
|
|
1754
|
+
},
|
|
1755
|
+
"python": {
|
|
1756
|
+
"module": "aws_cdk.aws_mediaconvert"
|
|
1757
|
+
}
|
|
1758
|
+
}
|
|
279
1759
|
},
|
|
280
|
-
"
|
|
281
|
-
"
|
|
1760
|
+
"aws-cdk-lib.aws_medialive": {
|
|
1761
|
+
"targets": {
|
|
1762
|
+
"dotnet": {
|
|
1763
|
+
"namespace": "Amazon.CDK.AWS.MediaLive"
|
|
1764
|
+
},
|
|
1765
|
+
"java": {
|
|
1766
|
+
"package": "software.amazon.awscdk.services.medialive"
|
|
1767
|
+
},
|
|
1768
|
+
"python": {
|
|
1769
|
+
"module": "aws_cdk.aws_medialive"
|
|
1770
|
+
}
|
|
1771
|
+
}
|
|
282
1772
|
},
|
|
283
|
-
"
|
|
284
|
-
"
|
|
285
|
-
"
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
"dotnet": {
|
|
296
|
-
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png",
|
|
297
|
-
"namespace": "Amazon.CDK.AWS.EC2",
|
|
298
|
-
"packageId": "Amazon.CDK.AWS.EC2"
|
|
1773
|
+
"aws-cdk-lib.aws_mediapackage": {
|
|
1774
|
+
"targets": {
|
|
1775
|
+
"dotnet": {
|
|
1776
|
+
"namespace": "Amazon.CDK.AWS.MediaPackage"
|
|
1777
|
+
},
|
|
1778
|
+
"java": {
|
|
1779
|
+
"package": "software.amazon.awscdk.services.mediapackage"
|
|
1780
|
+
},
|
|
1781
|
+
"python": {
|
|
1782
|
+
"module": "aws_cdk.aws_mediapackage"
|
|
1783
|
+
}
|
|
1784
|
+
}
|
|
299
1785
|
},
|
|
300
|
-
"
|
|
301
|
-
"
|
|
302
|
-
"
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
1786
|
+
"aws-cdk-lib.aws_mediastore": {
|
|
1787
|
+
"targets": {
|
|
1788
|
+
"dotnet": {
|
|
1789
|
+
"namespace": "Amazon.CDK.AWS.MediaStore"
|
|
1790
|
+
},
|
|
1791
|
+
"java": {
|
|
1792
|
+
"package": "software.amazon.awscdk.services.mediastore"
|
|
1793
|
+
},
|
|
1794
|
+
"python": {
|
|
1795
|
+
"module": "aws_cdk.aws_mediastore"
|
|
1796
|
+
}
|
|
1797
|
+
}
|
|
306
1798
|
},
|
|
307
|
-
"
|
|
308
|
-
"
|
|
1799
|
+
"aws-cdk-lib.aws_memorydb": {
|
|
1800
|
+
"targets": {
|
|
1801
|
+
"dotnet": {
|
|
1802
|
+
"namespace": "Amazon.CDK.AWS.MemoryDB"
|
|
1803
|
+
},
|
|
1804
|
+
"java": {
|
|
1805
|
+
"package": "software.amazon.awscdk.services.memorydb"
|
|
1806
|
+
},
|
|
1807
|
+
"python": {
|
|
1808
|
+
"module": "aws_cdk.aws_memorydb"
|
|
1809
|
+
}
|
|
1810
|
+
}
|
|
309
1811
|
},
|
|
310
|
-
"
|
|
311
|
-
"
|
|
312
|
-
"
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
"
|
|
325
|
-
|
|
1812
|
+
"aws-cdk-lib.aws_msk": {
|
|
1813
|
+
"targets": {
|
|
1814
|
+
"dotnet": {
|
|
1815
|
+
"namespace": "Amazon.CDK.AWS.MSK"
|
|
1816
|
+
},
|
|
1817
|
+
"java": {
|
|
1818
|
+
"package": "software.amazon.awscdk.services.msk"
|
|
1819
|
+
},
|
|
1820
|
+
"python": {
|
|
1821
|
+
"module": "aws_cdk.aws_msk"
|
|
1822
|
+
}
|
|
1823
|
+
}
|
|
1824
|
+
},
|
|
1825
|
+
"aws-cdk-lib.aws_mwaa": {
|
|
1826
|
+
"targets": {
|
|
1827
|
+
"dotnet": {
|
|
1828
|
+
"namespace": "Amazon.CDK.AWS.MWAA"
|
|
1829
|
+
},
|
|
1830
|
+
"java": {
|
|
1831
|
+
"package": "software.amazon.awscdk.services.mwaa"
|
|
1832
|
+
},
|
|
1833
|
+
"python": {
|
|
1834
|
+
"module": "aws_cdk.aws_mwaa"
|
|
1835
|
+
}
|
|
1836
|
+
}
|
|
326
1837
|
},
|
|
327
|
-
"
|
|
328
|
-
"
|
|
329
|
-
"
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
1838
|
+
"aws-cdk-lib.aws_neptune": {
|
|
1839
|
+
"targets": {
|
|
1840
|
+
"dotnet": {
|
|
1841
|
+
"namespace": "Amazon.CDK.AWS.Neptune"
|
|
1842
|
+
},
|
|
1843
|
+
"java": {
|
|
1844
|
+
"package": "software.amazon.awscdk.services.neptune"
|
|
1845
|
+
},
|
|
1846
|
+
"python": {
|
|
1847
|
+
"module": "aws_cdk.aws_neptune"
|
|
1848
|
+
}
|
|
1849
|
+
}
|
|
333
1850
|
},
|
|
334
|
-
"
|
|
335
|
-
"
|
|
1851
|
+
"aws-cdk-lib.aws_networkfirewall": {
|
|
1852
|
+
"targets": {
|
|
1853
|
+
"dotnet": {
|
|
1854
|
+
"namespace": "Amazon.CDK.AWS.NetworkFirewall"
|
|
1855
|
+
},
|
|
1856
|
+
"java": {
|
|
1857
|
+
"package": "software.amazon.awscdk.services.networkfirewall"
|
|
1858
|
+
},
|
|
1859
|
+
"python": {
|
|
1860
|
+
"module": "aws_cdk.aws_networkfirewall"
|
|
1861
|
+
}
|
|
1862
|
+
}
|
|
336
1863
|
},
|
|
337
|
-
"
|
|
338
|
-
"
|
|
339
|
-
"
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
"dotnet": {
|
|
350
|
-
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png",
|
|
351
|
-
"namespace": "Amazon.CDK.AWS.Ecr.Assets",
|
|
352
|
-
"packageId": "Amazon.CDK.ECR.Assets"
|
|
1864
|
+
"aws-cdk-lib.aws_networkmanager": {
|
|
1865
|
+
"targets": {
|
|
1866
|
+
"dotnet": {
|
|
1867
|
+
"namespace": "Amazon.CDK.AWS.NetworkManager"
|
|
1868
|
+
},
|
|
1869
|
+
"java": {
|
|
1870
|
+
"package": "software.amazon.awscdk.services.networkmanager"
|
|
1871
|
+
},
|
|
1872
|
+
"python": {
|
|
1873
|
+
"module": "aws_cdk.aws_networkmanager"
|
|
1874
|
+
}
|
|
1875
|
+
}
|
|
353
1876
|
},
|
|
354
|
-
"
|
|
355
|
-
"
|
|
356
|
-
"
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
1877
|
+
"aws-cdk-lib.aws_nimblestudio": {
|
|
1878
|
+
"targets": {
|
|
1879
|
+
"dotnet": {
|
|
1880
|
+
"namespace": "Amazon.CDK.AWS.NimbleStudio"
|
|
1881
|
+
},
|
|
1882
|
+
"java": {
|
|
1883
|
+
"package": "software.amazon.awscdk.services.nimblestudio"
|
|
1884
|
+
},
|
|
1885
|
+
"python": {
|
|
1886
|
+
"module": "aws_cdk.aws_nimblestudio"
|
|
1887
|
+
}
|
|
1888
|
+
}
|
|
360
1889
|
},
|
|
361
|
-
"
|
|
362
|
-
"
|
|
1890
|
+
"aws-cdk-lib.aws_opensearchservice": {
|
|
1891
|
+
"targets": {
|
|
1892
|
+
"dotnet": {
|
|
1893
|
+
"namespace": "Amazon.CDK.AWS.OpenSearchService"
|
|
1894
|
+
},
|
|
1895
|
+
"java": {
|
|
1896
|
+
"package": "software.amazon.awscdk.services.opensearchservice"
|
|
1897
|
+
},
|
|
1898
|
+
"python": {
|
|
1899
|
+
"module": "aws_cdk.aws_opensearchservice"
|
|
1900
|
+
}
|
|
1901
|
+
}
|
|
363
1902
|
},
|
|
364
|
-
"
|
|
365
|
-
"
|
|
366
|
-
"
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
"dotnet": {
|
|
377
|
-
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png",
|
|
378
|
-
"namespace": "Amazon.CDK.AWS.EFS",
|
|
379
|
-
"packageId": "Amazon.CDK.AWS.EFS"
|
|
1903
|
+
"aws-cdk-lib.aws_opsworks": {
|
|
1904
|
+
"targets": {
|
|
1905
|
+
"dotnet": {
|
|
1906
|
+
"namespace": "Amazon.CDK.AWS.OpsWorks"
|
|
1907
|
+
},
|
|
1908
|
+
"java": {
|
|
1909
|
+
"package": "software.amazon.awscdk.services.opsworks"
|
|
1910
|
+
},
|
|
1911
|
+
"python": {
|
|
1912
|
+
"module": "aws_cdk.aws_opsworks"
|
|
1913
|
+
}
|
|
1914
|
+
}
|
|
380
1915
|
},
|
|
381
|
-
"
|
|
382
|
-
"
|
|
383
|
-
"
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
1916
|
+
"aws-cdk-lib.aws_opsworkscm": {
|
|
1917
|
+
"targets": {
|
|
1918
|
+
"dotnet": {
|
|
1919
|
+
"namespace": "Amazon.CDK.AWS.OpsWorksCM"
|
|
1920
|
+
},
|
|
1921
|
+
"java": {
|
|
1922
|
+
"package": "software.amazon.awscdk.services.opsworkscm"
|
|
1923
|
+
},
|
|
1924
|
+
"python": {
|
|
1925
|
+
"module": "aws_cdk.aws_opsworkscm"
|
|
1926
|
+
}
|
|
1927
|
+
}
|
|
387
1928
|
},
|
|
388
|
-
"
|
|
389
|
-
"
|
|
1929
|
+
"aws-cdk-lib.aws_panorama": {
|
|
1930
|
+
"targets": {
|
|
1931
|
+
"dotnet": {
|
|
1932
|
+
"namespace": "Amazon.CDK.AWS.Panorama"
|
|
1933
|
+
},
|
|
1934
|
+
"java": {
|
|
1935
|
+
"package": "software.amazon.awscdk.services.panorama"
|
|
1936
|
+
},
|
|
1937
|
+
"python": {
|
|
1938
|
+
"module": "aws_cdk.aws_panorama"
|
|
1939
|
+
}
|
|
1940
|
+
}
|
|
390
1941
|
},
|
|
391
|
-
"
|
|
392
|
-
"
|
|
393
|
-
"
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
"dotnet": {
|
|
404
|
-
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png",
|
|
405
|
-
"namespace": "Amazon.CDK.AWS.Events",
|
|
406
|
-
"packageId": "Amazon.CDK.AWS.Events"
|
|
1942
|
+
"aws-cdk-lib.aws_pinpoint": {
|
|
1943
|
+
"targets": {
|
|
1944
|
+
"dotnet": {
|
|
1945
|
+
"namespace": "Amazon.CDK.AWS.Pinpoint"
|
|
1946
|
+
},
|
|
1947
|
+
"java": {
|
|
1948
|
+
"package": "software.amazon.awscdk.services.pinpoint"
|
|
1949
|
+
},
|
|
1950
|
+
"python": {
|
|
1951
|
+
"module": "aws_cdk.aws_pinpoint"
|
|
1952
|
+
}
|
|
1953
|
+
}
|
|
407
1954
|
},
|
|
408
|
-
"
|
|
409
|
-
"
|
|
410
|
-
"
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
1955
|
+
"aws-cdk-lib.aws_pinpointemail": {
|
|
1956
|
+
"targets": {
|
|
1957
|
+
"dotnet": {
|
|
1958
|
+
"namespace": "Amazon.CDK.AWS.PinpointEmail"
|
|
1959
|
+
},
|
|
1960
|
+
"java": {
|
|
1961
|
+
"package": "software.amazon.awscdk.services.pinpointemail"
|
|
1962
|
+
},
|
|
1963
|
+
"python": {
|
|
1964
|
+
"module": "aws_cdk.aws_pinpointemail"
|
|
1965
|
+
}
|
|
1966
|
+
}
|
|
414
1967
|
},
|
|
415
|
-
"
|
|
416
|
-
"
|
|
1968
|
+
"aws-cdk-lib.aws_qldb": {
|
|
1969
|
+
"targets": {
|
|
1970
|
+
"dotnet": {
|
|
1971
|
+
"namespace": "Amazon.CDK.AWS.QLDB"
|
|
1972
|
+
},
|
|
1973
|
+
"java": {
|
|
1974
|
+
"package": "software.amazon.awscdk.services.qldb"
|
|
1975
|
+
},
|
|
1976
|
+
"python": {
|
|
1977
|
+
"module": "aws_cdk.aws_qldb"
|
|
1978
|
+
}
|
|
1979
|
+
}
|
|
417
1980
|
},
|
|
418
|
-
"
|
|
419
|
-
"
|
|
420
|
-
"
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
"dotnet": {
|
|
431
|
-
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png",
|
|
432
|
-
"namespace": "Amazon.CDK.AWS.IAM",
|
|
433
|
-
"packageId": "Amazon.CDK.AWS.IAM"
|
|
1981
|
+
"aws-cdk-lib.aws_quicksight": {
|
|
1982
|
+
"targets": {
|
|
1983
|
+
"dotnet": {
|
|
1984
|
+
"namespace": "Amazon.CDK.AWS.QuickSight"
|
|
1985
|
+
},
|
|
1986
|
+
"java": {
|
|
1987
|
+
"package": "software.amazon.awscdk.services.quicksight"
|
|
1988
|
+
},
|
|
1989
|
+
"python": {
|
|
1990
|
+
"module": "aws_cdk.aws_quicksight"
|
|
1991
|
+
}
|
|
1992
|
+
}
|
|
434
1993
|
},
|
|
435
|
-
"
|
|
436
|
-
"
|
|
437
|
-
"
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
1994
|
+
"aws-cdk-lib.aws_ram": {
|
|
1995
|
+
"targets": {
|
|
1996
|
+
"dotnet": {
|
|
1997
|
+
"namespace": "Amazon.CDK.AWS.RAM"
|
|
1998
|
+
},
|
|
1999
|
+
"java": {
|
|
2000
|
+
"package": "software.amazon.awscdk.services.ram"
|
|
2001
|
+
},
|
|
2002
|
+
"python": {
|
|
2003
|
+
"module": "aws_cdk.aws_ram"
|
|
2004
|
+
}
|
|
2005
|
+
}
|
|
441
2006
|
},
|
|
442
|
-
"
|
|
443
|
-
"
|
|
2007
|
+
"aws-cdk-lib.aws_rds": {
|
|
2008
|
+
"targets": {
|
|
2009
|
+
"dotnet": {
|
|
2010
|
+
"namespace": "Amazon.CDK.AWS.RDS"
|
|
2011
|
+
},
|
|
2012
|
+
"java": {
|
|
2013
|
+
"package": "software.amazon.awscdk.services.rds"
|
|
2014
|
+
},
|
|
2015
|
+
"python": {
|
|
2016
|
+
"module": "aws_cdk.aws_rds"
|
|
2017
|
+
}
|
|
2018
|
+
}
|
|
444
2019
|
},
|
|
445
|
-
"
|
|
446
|
-
"
|
|
447
|
-
"
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
"dotnet": {
|
|
458
|
-
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png",
|
|
459
|
-
"namespace": "Amazon.CDK.AWS.KMS",
|
|
460
|
-
"packageId": "Amazon.CDK.AWS.KMS"
|
|
2020
|
+
"aws-cdk-lib.aws_redshift": {
|
|
2021
|
+
"targets": {
|
|
2022
|
+
"dotnet": {
|
|
2023
|
+
"namespace": "Amazon.CDK.AWS.Redshift"
|
|
2024
|
+
},
|
|
2025
|
+
"java": {
|
|
2026
|
+
"package": "software.amazon.awscdk.services.redshift"
|
|
2027
|
+
},
|
|
2028
|
+
"python": {
|
|
2029
|
+
"module": "aws_cdk.aws_redshift"
|
|
2030
|
+
}
|
|
2031
|
+
}
|
|
461
2032
|
},
|
|
462
|
-
"
|
|
463
|
-
"
|
|
464
|
-
"
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
2033
|
+
"aws-cdk-lib.aws_rekognition": {
|
|
2034
|
+
"targets": {
|
|
2035
|
+
"dotnet": {
|
|
2036
|
+
"namespace": "Amazon.CDK.AWS.Rekognition"
|
|
2037
|
+
},
|
|
2038
|
+
"java": {
|
|
2039
|
+
"package": "software.amazon.awscdk.services.rekognition"
|
|
2040
|
+
},
|
|
2041
|
+
"python": {
|
|
2042
|
+
"module": "aws_cdk.aws_rekognition"
|
|
2043
|
+
}
|
|
2044
|
+
}
|
|
468
2045
|
},
|
|
469
|
-
"
|
|
470
|
-
"
|
|
2046
|
+
"aws-cdk-lib.aws_resourcegroups": {
|
|
2047
|
+
"targets": {
|
|
2048
|
+
"dotnet": {
|
|
2049
|
+
"namespace": "Amazon.CDK.AWS.ResourceGroups"
|
|
2050
|
+
},
|
|
2051
|
+
"java": {
|
|
2052
|
+
"package": "software.amazon.awscdk.services.resourcegroups"
|
|
2053
|
+
},
|
|
2054
|
+
"python": {
|
|
2055
|
+
"module": "aws_cdk.aws_resourcegroups"
|
|
2056
|
+
}
|
|
2057
|
+
}
|
|
471
2058
|
},
|
|
472
|
-
"
|
|
473
|
-
"
|
|
474
|
-
"
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
"dotnet": {
|
|
485
|
-
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png",
|
|
486
|
-
"namespace": "Amazon.CDK.AWS.Lambda",
|
|
487
|
-
"packageId": "Amazon.CDK.AWS.Lambda"
|
|
2059
|
+
"aws-cdk-lib.aws_robomaker": {
|
|
2060
|
+
"targets": {
|
|
2061
|
+
"dotnet": {
|
|
2062
|
+
"namespace": "Amazon.CDK.AWS.RoboMaker"
|
|
2063
|
+
},
|
|
2064
|
+
"java": {
|
|
2065
|
+
"package": "software.amazon.awscdk.services.robomaker"
|
|
2066
|
+
},
|
|
2067
|
+
"python": {
|
|
2068
|
+
"module": "aws_cdk.aws_robomaker"
|
|
2069
|
+
}
|
|
2070
|
+
}
|
|
488
2071
|
},
|
|
489
|
-
"
|
|
490
|
-
"
|
|
491
|
-
"
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
2072
|
+
"aws-cdk-lib.aws_route53": {
|
|
2073
|
+
"targets": {
|
|
2074
|
+
"dotnet": {
|
|
2075
|
+
"namespace": "Amazon.CDK.AWS.Route53"
|
|
2076
|
+
},
|
|
2077
|
+
"java": {
|
|
2078
|
+
"package": "software.amazon.awscdk.services.route53"
|
|
2079
|
+
},
|
|
2080
|
+
"python": {
|
|
2081
|
+
"module": "aws_cdk.aws_route53"
|
|
2082
|
+
}
|
|
2083
|
+
}
|
|
495
2084
|
},
|
|
496
|
-
"
|
|
497
|
-
"
|
|
2085
|
+
"aws-cdk-lib.aws_route53_patterns": {
|
|
2086
|
+
"targets": {
|
|
2087
|
+
"dotnet": {
|
|
2088
|
+
"namespace": "Amazon.CDK.AWS.Route53.Patterns"
|
|
2089
|
+
},
|
|
2090
|
+
"java": {
|
|
2091
|
+
"package": "software.amazon.awscdk.services.route53.patterns"
|
|
2092
|
+
},
|
|
2093
|
+
"python": {
|
|
2094
|
+
"module": "aws_cdk.aws_route53_patterns"
|
|
2095
|
+
}
|
|
2096
|
+
}
|
|
498
2097
|
},
|
|
499
|
-
"
|
|
500
|
-
"
|
|
501
|
-
"
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
"dotnet": {
|
|
512
|
-
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png",
|
|
513
|
-
"namespace": "Amazon.CDK.AWS.Logs",
|
|
514
|
-
"packageId": "Amazon.CDK.AWS.Logs"
|
|
2098
|
+
"aws-cdk-lib.aws_route53_targets": {
|
|
2099
|
+
"targets": {
|
|
2100
|
+
"dotnet": {
|
|
2101
|
+
"namespace": "Amazon.CDK.AWS.Route53.Targets"
|
|
2102
|
+
},
|
|
2103
|
+
"java": {
|
|
2104
|
+
"package": "software.amazon.awscdk.services.route53.targets"
|
|
2105
|
+
},
|
|
2106
|
+
"python": {
|
|
2107
|
+
"module": "aws_cdk.aws_route53_targets"
|
|
2108
|
+
}
|
|
2109
|
+
}
|
|
515
2110
|
},
|
|
516
|
-
"
|
|
517
|
-
"
|
|
518
|
-
"
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
2111
|
+
"aws-cdk-lib.aws_route53recoverycontrol": {
|
|
2112
|
+
"targets": {
|
|
2113
|
+
"dotnet": {
|
|
2114
|
+
"namespace": "Amazon.CDK.AWS.Route53RecoveryControl"
|
|
2115
|
+
},
|
|
2116
|
+
"java": {
|
|
2117
|
+
"package": "software.amazon.awscdk.services.route53recoverycontrol"
|
|
2118
|
+
},
|
|
2119
|
+
"python": {
|
|
2120
|
+
"module": "aws_cdk.aws_route53recoverycontrol"
|
|
2121
|
+
}
|
|
2122
|
+
}
|
|
522
2123
|
},
|
|
523
|
-
"
|
|
524
|
-
"
|
|
2124
|
+
"aws-cdk-lib.aws_route53recoveryreadiness": {
|
|
2125
|
+
"targets": {
|
|
2126
|
+
"dotnet": {
|
|
2127
|
+
"namespace": "Amazon.CDK.AWS.Route53RecoveryReadiness"
|
|
2128
|
+
},
|
|
2129
|
+
"java": {
|
|
2130
|
+
"package": "software.amazon.awscdk.services.route53recoveryreadiness"
|
|
2131
|
+
},
|
|
2132
|
+
"python": {
|
|
2133
|
+
"module": "aws_cdk.aws_route53recoveryreadiness"
|
|
2134
|
+
}
|
|
2135
|
+
}
|
|
525
2136
|
},
|
|
526
|
-
"
|
|
527
|
-
"
|
|
528
|
-
"
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
"dotnet": {
|
|
539
|
-
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png",
|
|
540
|
-
"namespace": "Amazon.CDK.AWS.Route53",
|
|
541
|
-
"packageId": "Amazon.CDK.AWS.Route53"
|
|
2137
|
+
"aws-cdk-lib.aws_route53resolver": {
|
|
2138
|
+
"targets": {
|
|
2139
|
+
"dotnet": {
|
|
2140
|
+
"namespace": "Amazon.CDK.AWS.Route53Resolver"
|
|
2141
|
+
},
|
|
2142
|
+
"java": {
|
|
2143
|
+
"package": "software.amazon.awscdk.services.route53resolver"
|
|
2144
|
+
},
|
|
2145
|
+
"python": {
|
|
2146
|
+
"module": "aws_cdk.aws_route53resolver"
|
|
2147
|
+
}
|
|
2148
|
+
}
|
|
542
2149
|
},
|
|
543
|
-
"
|
|
544
|
-
"
|
|
545
|
-
"
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
2150
|
+
"aws-cdk-lib.aws_s3": {
|
|
2151
|
+
"targets": {
|
|
2152
|
+
"dotnet": {
|
|
2153
|
+
"namespace": "Amazon.CDK.AWS.S3"
|
|
2154
|
+
},
|
|
2155
|
+
"java": {
|
|
2156
|
+
"package": "software.amazon.awscdk.services.s3"
|
|
2157
|
+
},
|
|
2158
|
+
"python": {
|
|
2159
|
+
"module": "aws_cdk.aws_s3"
|
|
2160
|
+
}
|
|
2161
|
+
}
|
|
549
2162
|
},
|
|
550
|
-
"
|
|
551
|
-
"
|
|
2163
|
+
"aws-cdk-lib.aws_s3_assets": {
|
|
2164
|
+
"targets": {
|
|
2165
|
+
"dotnet": {
|
|
2166
|
+
"namespace": "Amazon.CDK.AWS.S3.Assets"
|
|
2167
|
+
},
|
|
2168
|
+
"java": {
|
|
2169
|
+
"package": "software.amazon.awscdk.services.s3.assets"
|
|
2170
|
+
},
|
|
2171
|
+
"python": {
|
|
2172
|
+
"module": "aws_cdk.aws_s3_assets"
|
|
2173
|
+
}
|
|
2174
|
+
}
|
|
552
2175
|
},
|
|
553
|
-
"
|
|
554
|
-
"
|
|
555
|
-
"
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
"dotnet": {
|
|
566
|
-
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png",
|
|
567
|
-
"namespace": "Amazon.CDK.AWS.S3",
|
|
568
|
-
"packageId": "Amazon.CDK.AWS.S3"
|
|
2176
|
+
"aws-cdk-lib.aws_s3_deployment": {
|
|
2177
|
+
"targets": {
|
|
2178
|
+
"dotnet": {
|
|
2179
|
+
"namespace": "Amazon.CDK.AWS.S3.Deployment"
|
|
2180
|
+
},
|
|
2181
|
+
"java": {
|
|
2182
|
+
"package": "software.amazon.awscdk.services.s3.deployment"
|
|
2183
|
+
},
|
|
2184
|
+
"python": {
|
|
2185
|
+
"module": "aws_cdk.aws_s3_deployment"
|
|
2186
|
+
}
|
|
2187
|
+
}
|
|
569
2188
|
},
|
|
570
|
-
"
|
|
571
|
-
"
|
|
572
|
-
"
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
2189
|
+
"aws-cdk-lib.aws_s3_notifications": {
|
|
2190
|
+
"targets": {
|
|
2191
|
+
"dotnet": {
|
|
2192
|
+
"namespace": "Amazon.CDK.AWS.S3.Notifications"
|
|
2193
|
+
},
|
|
2194
|
+
"java": {
|
|
2195
|
+
"package": "software.amazon.awscdk.services.s3.notifications"
|
|
2196
|
+
},
|
|
2197
|
+
"python": {
|
|
2198
|
+
"module": "aws_cdk.aws_s3_notifications"
|
|
2199
|
+
}
|
|
2200
|
+
}
|
|
576
2201
|
},
|
|
577
|
-
"
|
|
578
|
-
"
|
|
2202
|
+
"aws-cdk-lib.aws_s3objectlambda": {
|
|
2203
|
+
"targets": {
|
|
2204
|
+
"dotnet": {
|
|
2205
|
+
"namespace": "Amazon.CDK.AWS.S3ObjectLambda"
|
|
2206
|
+
},
|
|
2207
|
+
"java": {
|
|
2208
|
+
"package": "software.amazon.awscdk.services.s3objectlambda"
|
|
2209
|
+
},
|
|
2210
|
+
"python": {
|
|
2211
|
+
"module": "aws_cdk.aws_s3objectlambda"
|
|
2212
|
+
}
|
|
2213
|
+
}
|
|
579
2214
|
},
|
|
580
|
-
"
|
|
581
|
-
"
|
|
582
|
-
"
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
"
|
|
595
|
-
|
|
2215
|
+
"aws-cdk-lib.aws_s3outposts": {
|
|
2216
|
+
"targets": {
|
|
2217
|
+
"dotnet": {
|
|
2218
|
+
"namespace": "Amazon.CDK.AWS.S3Outposts"
|
|
2219
|
+
},
|
|
2220
|
+
"java": {
|
|
2221
|
+
"package": "software.amazon.awscdk.services.s3outposts"
|
|
2222
|
+
},
|
|
2223
|
+
"python": {
|
|
2224
|
+
"module": "aws_cdk.aws_s3outposts"
|
|
2225
|
+
}
|
|
2226
|
+
}
|
|
2227
|
+
},
|
|
2228
|
+
"aws-cdk-lib.aws_sagemaker": {
|
|
2229
|
+
"targets": {
|
|
2230
|
+
"dotnet": {
|
|
2231
|
+
"namespace": "Amazon.CDK.AWS.Sagemaker"
|
|
2232
|
+
},
|
|
2233
|
+
"java": {
|
|
2234
|
+
"package": "software.amazon.awscdk.services.sagemaker"
|
|
2235
|
+
},
|
|
2236
|
+
"python": {
|
|
2237
|
+
"module": "aws_cdk.aws_sagemaker"
|
|
2238
|
+
}
|
|
2239
|
+
}
|
|
596
2240
|
},
|
|
597
|
-
"
|
|
598
|
-
"
|
|
599
|
-
"
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
2241
|
+
"aws-cdk-lib.aws_sam": {
|
|
2242
|
+
"targets": {
|
|
2243
|
+
"dotnet": {
|
|
2244
|
+
"namespace": "Amazon.CDK.AWS.SAM"
|
|
2245
|
+
},
|
|
2246
|
+
"java": {
|
|
2247
|
+
"package": "software.amazon.awscdk.services.sam"
|
|
2248
|
+
},
|
|
2249
|
+
"python": {
|
|
2250
|
+
"module": "aws_cdk.aws_sam"
|
|
2251
|
+
}
|
|
2252
|
+
}
|
|
603
2253
|
},
|
|
604
|
-
"
|
|
605
|
-
"
|
|
2254
|
+
"aws-cdk-lib.aws_sdb": {
|
|
2255
|
+
"targets": {
|
|
2256
|
+
"dotnet": {
|
|
2257
|
+
"namespace": "Amazon.CDK.AWS.SDB"
|
|
2258
|
+
},
|
|
2259
|
+
"java": {
|
|
2260
|
+
"package": "software.amazon.awscdk.services.sdb"
|
|
2261
|
+
},
|
|
2262
|
+
"python": {
|
|
2263
|
+
"module": "aws_cdk.aws_sdb"
|
|
2264
|
+
}
|
|
2265
|
+
}
|
|
606
2266
|
},
|
|
607
|
-
"
|
|
608
|
-
"
|
|
609
|
-
"
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
"dotnet": {
|
|
620
|
-
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png",
|
|
621
|
-
"namespace": "Amazon.CDK.AWS.S3.Deployment",
|
|
622
|
-
"packageId": "Amazon.CDK.AWS.S3.Deployment"
|
|
2267
|
+
"aws-cdk-lib.aws_secretsmanager": {
|
|
2268
|
+
"targets": {
|
|
2269
|
+
"dotnet": {
|
|
2270
|
+
"namespace": "Amazon.CDK.AWS.SecretsManager"
|
|
2271
|
+
},
|
|
2272
|
+
"java": {
|
|
2273
|
+
"package": "software.amazon.awscdk.services.secretsmanager"
|
|
2274
|
+
},
|
|
2275
|
+
"python": {
|
|
2276
|
+
"module": "aws_cdk.aws_secretsmanager"
|
|
2277
|
+
}
|
|
2278
|
+
}
|
|
623
2279
|
},
|
|
624
|
-
"
|
|
625
|
-
"
|
|
626
|
-
"
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
2280
|
+
"aws-cdk-lib.aws_securityhub": {
|
|
2281
|
+
"targets": {
|
|
2282
|
+
"dotnet": {
|
|
2283
|
+
"namespace": "Amazon.CDK.AWS.SecurityHub"
|
|
2284
|
+
},
|
|
2285
|
+
"java": {
|
|
2286
|
+
"package": "software.amazon.awscdk.services.securityhub"
|
|
2287
|
+
},
|
|
2288
|
+
"python": {
|
|
2289
|
+
"module": "aws_cdk.aws_securityhub"
|
|
2290
|
+
}
|
|
2291
|
+
}
|
|
630
2292
|
},
|
|
631
|
-
"
|
|
632
|
-
"
|
|
2293
|
+
"aws-cdk-lib.aws_servicecatalog": {
|
|
2294
|
+
"targets": {
|
|
2295
|
+
"dotnet": {
|
|
2296
|
+
"namespace": "Amazon.CDK.AWS.Servicecatalog"
|
|
2297
|
+
},
|
|
2298
|
+
"java": {
|
|
2299
|
+
"package": "software.amazon.awscdk.services.servicecatalog"
|
|
2300
|
+
},
|
|
2301
|
+
"python": {
|
|
2302
|
+
"module": "aws_cdk.aws_servicecatalog"
|
|
2303
|
+
}
|
|
2304
|
+
}
|
|
633
2305
|
},
|
|
634
|
-
"
|
|
635
|
-
"
|
|
636
|
-
"
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
"dotnet": {
|
|
647
|
-
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png",
|
|
648
|
-
"namespace": "Amazon.CDK.AWS.Signer",
|
|
649
|
-
"packageId": "Amazon.CDK.AWS.Signer"
|
|
2306
|
+
"aws-cdk-lib.aws_servicecatalogappregistry": {
|
|
2307
|
+
"targets": {
|
|
2308
|
+
"dotnet": {
|
|
2309
|
+
"namespace": "Amazon.CDK.AWS.Servicecatalogappregistry"
|
|
2310
|
+
},
|
|
2311
|
+
"java": {
|
|
2312
|
+
"package": "software.amazon.awscdk.services.servicecatalogappregistry"
|
|
2313
|
+
},
|
|
2314
|
+
"python": {
|
|
2315
|
+
"module": "aws_cdk.aws_servicecatalogappregistry"
|
|
2316
|
+
}
|
|
2317
|
+
}
|
|
650
2318
|
},
|
|
651
|
-
"
|
|
652
|
-
"
|
|
653
|
-
"
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
2319
|
+
"aws-cdk-lib.aws_servicediscovery": {
|
|
2320
|
+
"targets": {
|
|
2321
|
+
"dotnet": {
|
|
2322
|
+
"namespace": "Amazon.CDK.AWS.ServiceDiscovery"
|
|
2323
|
+
},
|
|
2324
|
+
"java": {
|
|
2325
|
+
"package": "software.amazon.awscdk.services.servicediscovery"
|
|
2326
|
+
},
|
|
2327
|
+
"python": {
|
|
2328
|
+
"module": "aws_cdk.aws_servicediscovery"
|
|
2329
|
+
}
|
|
2330
|
+
}
|
|
657
2331
|
},
|
|
658
|
-
"
|
|
659
|
-
"
|
|
2332
|
+
"aws-cdk-lib.aws_ses": {
|
|
2333
|
+
"targets": {
|
|
2334
|
+
"dotnet": {
|
|
2335
|
+
"namespace": "Amazon.CDK.AWS.SES"
|
|
2336
|
+
},
|
|
2337
|
+
"java": {
|
|
2338
|
+
"package": "software.amazon.awscdk.services.ses"
|
|
2339
|
+
},
|
|
2340
|
+
"python": {
|
|
2341
|
+
"module": "aws_cdk.aws_ses"
|
|
2342
|
+
}
|
|
2343
|
+
}
|
|
660
2344
|
},
|
|
661
|
-
"
|
|
662
|
-
"
|
|
663
|
-
"
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
"dotnet": {
|
|
674
|
-
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png",
|
|
675
|
-
"namespace": "Amazon.CDK.AWS.SNS",
|
|
676
|
-
"packageId": "Amazon.CDK.AWS.SNS"
|
|
2345
|
+
"aws-cdk-lib.aws_ses_actions": {
|
|
2346
|
+
"targets": {
|
|
2347
|
+
"dotnet": {
|
|
2348
|
+
"namespace": "Amazon.CDK.AWS.SES.Actions"
|
|
2349
|
+
},
|
|
2350
|
+
"java": {
|
|
2351
|
+
"package": "software.amazon.awscdk.services.ses.actions"
|
|
2352
|
+
},
|
|
2353
|
+
"python": {
|
|
2354
|
+
"module": "aws_cdk.aws_ses_actions"
|
|
2355
|
+
}
|
|
2356
|
+
}
|
|
677
2357
|
},
|
|
678
|
-
"
|
|
679
|
-
"
|
|
680
|
-
"
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
2358
|
+
"aws-cdk-lib.aws_signer": {
|
|
2359
|
+
"targets": {
|
|
2360
|
+
"dotnet": {
|
|
2361
|
+
"namespace": "Amazon.CDK.AWS.Signer"
|
|
2362
|
+
},
|
|
2363
|
+
"java": {
|
|
2364
|
+
"package": "software.amazon.awscdk.services.signer"
|
|
2365
|
+
},
|
|
2366
|
+
"python": {
|
|
2367
|
+
"module": "aws_cdk.aws_signer"
|
|
2368
|
+
}
|
|
2369
|
+
}
|
|
684
2370
|
},
|
|
685
|
-
"
|
|
686
|
-
"
|
|
2371
|
+
"aws-cdk-lib.aws_sns": {
|
|
2372
|
+
"targets": {
|
|
2373
|
+
"dotnet": {
|
|
2374
|
+
"namespace": "Amazon.CDK.AWS.SNS"
|
|
2375
|
+
},
|
|
2376
|
+
"java": {
|
|
2377
|
+
"package": "software.amazon.awscdk.services.sns"
|
|
2378
|
+
},
|
|
2379
|
+
"python": {
|
|
2380
|
+
"module": "aws_cdk.aws_sns"
|
|
2381
|
+
}
|
|
2382
|
+
}
|
|
687
2383
|
},
|
|
688
|
-
"
|
|
689
|
-
"
|
|
690
|
-
"
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
"dotnet": {
|
|
701
|
-
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png",
|
|
702
|
-
"namespace": "Amazon.CDK.AWS.SQS",
|
|
703
|
-
"packageId": "Amazon.CDK.AWS.SQS"
|
|
2384
|
+
"aws-cdk-lib.aws_sns_subscriptions": {
|
|
2385
|
+
"targets": {
|
|
2386
|
+
"dotnet": {
|
|
2387
|
+
"namespace": "Amazon.CDK.AWS.SNS.Subscriptions"
|
|
2388
|
+
},
|
|
2389
|
+
"java": {
|
|
2390
|
+
"package": "software.amazon.awscdk.services.sns.subscriptions"
|
|
2391
|
+
},
|
|
2392
|
+
"python": {
|
|
2393
|
+
"module": "aws_cdk.aws_sns_subscriptions"
|
|
2394
|
+
}
|
|
2395
|
+
}
|
|
704
2396
|
},
|
|
705
|
-
"
|
|
706
|
-
"
|
|
707
|
-
"
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
2397
|
+
"aws-cdk-lib.aws_sqs": {
|
|
2398
|
+
"targets": {
|
|
2399
|
+
"dotnet": {
|
|
2400
|
+
"namespace": "Amazon.CDK.AWS.SQS"
|
|
2401
|
+
},
|
|
2402
|
+
"java": {
|
|
2403
|
+
"package": "software.amazon.awscdk.services.sqs"
|
|
2404
|
+
},
|
|
2405
|
+
"python": {
|
|
2406
|
+
"module": "aws_cdk.aws_sqs"
|
|
2407
|
+
}
|
|
2408
|
+
}
|
|
711
2409
|
},
|
|
712
|
-
"
|
|
713
|
-
"
|
|
2410
|
+
"aws-cdk-lib.aws_ssm": {
|
|
2411
|
+
"targets": {
|
|
2412
|
+
"dotnet": {
|
|
2413
|
+
"namespace": "Amazon.CDK.AWS.SSM"
|
|
2414
|
+
},
|
|
2415
|
+
"java": {
|
|
2416
|
+
"package": "software.amazon.awscdk.services.ssm"
|
|
2417
|
+
},
|
|
2418
|
+
"python": {
|
|
2419
|
+
"module": "aws_cdk.aws_ssm"
|
|
2420
|
+
}
|
|
2421
|
+
}
|
|
714
2422
|
},
|
|
715
|
-
"
|
|
716
|
-
"
|
|
717
|
-
"
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
"dotnet": {
|
|
728
|
-
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png",
|
|
729
|
-
"namespace": "Amazon.CDK.AWS.SSM",
|
|
730
|
-
"packageId": "Amazon.CDK.AWS.SSM"
|
|
2423
|
+
"aws-cdk-lib.aws_ssmcontacts": {
|
|
2424
|
+
"targets": {
|
|
2425
|
+
"dotnet": {
|
|
2426
|
+
"namespace": "Amazon.CDK.AWS.SSMContacts"
|
|
2427
|
+
},
|
|
2428
|
+
"java": {
|
|
2429
|
+
"package": "software.amazon.awscdk.services.ssmcontacts"
|
|
2430
|
+
},
|
|
2431
|
+
"python": {
|
|
2432
|
+
"module": "aws_cdk.aws_ssmcontacts"
|
|
2433
|
+
}
|
|
2434
|
+
}
|
|
731
2435
|
},
|
|
732
|
-
"
|
|
733
|
-
"
|
|
734
|
-
"
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
2436
|
+
"aws-cdk-lib.aws_ssmincidents": {
|
|
2437
|
+
"targets": {
|
|
2438
|
+
"dotnet": {
|
|
2439
|
+
"namespace": "Amazon.CDK.AWS.SSMIncidents"
|
|
2440
|
+
},
|
|
2441
|
+
"java": {
|
|
2442
|
+
"package": "software.amazon.awscdk.services.ssmincidents"
|
|
2443
|
+
},
|
|
2444
|
+
"python": {
|
|
2445
|
+
"module": "aws_cdk.aws_ssmincidents"
|
|
2446
|
+
}
|
|
2447
|
+
}
|
|
738
2448
|
},
|
|
739
|
-
"
|
|
740
|
-
"
|
|
2449
|
+
"aws-cdk-lib.aws_sso": {
|
|
2450
|
+
"targets": {
|
|
2451
|
+
"dotnet": {
|
|
2452
|
+
"namespace": "Amazon.CDK.AWS.SSO"
|
|
2453
|
+
},
|
|
2454
|
+
"java": {
|
|
2455
|
+
"package": "software.amazon.awscdk.services.sso"
|
|
2456
|
+
},
|
|
2457
|
+
"python": {
|
|
2458
|
+
"module": "aws_cdk.aws_sso"
|
|
2459
|
+
}
|
|
2460
|
+
}
|
|
741
2461
|
},
|
|
742
|
-
"
|
|
743
|
-
"
|
|
744
|
-
"
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
"dotnet": {
|
|
755
|
-
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png",
|
|
756
|
-
"namespace": "Amazon.CDK.AWS.Synthetics",
|
|
757
|
-
"packageId": "Amazon.CDK.AWS.Synthetics"
|
|
2462
|
+
"aws-cdk-lib.aws_stepfunctions": {
|
|
2463
|
+
"targets": {
|
|
2464
|
+
"dotnet": {
|
|
2465
|
+
"namespace": "Amazon.CDK.AWS.StepFunctions"
|
|
2466
|
+
},
|
|
2467
|
+
"java": {
|
|
2468
|
+
"package": "software.amazon.awscdk.services.stepfunctions"
|
|
2469
|
+
},
|
|
2470
|
+
"python": {
|
|
2471
|
+
"module": "aws_cdk.aws_stepfunctions"
|
|
2472
|
+
}
|
|
2473
|
+
}
|
|
758
2474
|
},
|
|
759
|
-
"
|
|
760
|
-
"
|
|
761
|
-
"
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
2475
|
+
"aws-cdk-lib.aws_stepfunctions_tasks": {
|
|
2476
|
+
"targets": {
|
|
2477
|
+
"dotnet": {
|
|
2478
|
+
"namespace": "Amazon.CDK.AWS.StepFunctions.Tasks"
|
|
2479
|
+
},
|
|
2480
|
+
"java": {
|
|
2481
|
+
"package": "software.amazon.awscdk.services.stepfunctions.tasks"
|
|
2482
|
+
},
|
|
2483
|
+
"python": {
|
|
2484
|
+
"module": "aws_cdk.aws_stepfunctions_tasks"
|
|
2485
|
+
}
|
|
2486
|
+
}
|
|
765
2487
|
},
|
|
766
|
-
"
|
|
767
|
-
"
|
|
2488
|
+
"aws-cdk-lib.aws_synthetics": {
|
|
2489
|
+
"targets": {
|
|
2490
|
+
"dotnet": {
|
|
2491
|
+
"namespace": "Amazon.CDK.AWS.Synthetics"
|
|
2492
|
+
},
|
|
2493
|
+
"java": {
|
|
2494
|
+
"package": "software.amazon.awscdk.services.synthetics"
|
|
2495
|
+
},
|
|
2496
|
+
"python": {
|
|
2497
|
+
"module": "aws_cdk.aws_synthetics"
|
|
2498
|
+
}
|
|
2499
|
+
}
|
|
768
2500
|
},
|
|
769
|
-
"
|
|
770
|
-
"
|
|
771
|
-
"
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
"dotnet": {
|
|
782
|
-
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png",
|
|
783
|
-
"namespace": "Amazon.CDK.CloudAssembly.Schema",
|
|
784
|
-
"packageId": "Amazon.CDK.CloudAssembly.Schema"
|
|
2501
|
+
"aws-cdk-lib.aws_timestream": {
|
|
2502
|
+
"targets": {
|
|
2503
|
+
"dotnet": {
|
|
2504
|
+
"namespace": "Amazon.CDK.AWS.Timestream"
|
|
2505
|
+
},
|
|
2506
|
+
"java": {
|
|
2507
|
+
"package": "software.amazon.awscdk.services.timestream"
|
|
2508
|
+
},
|
|
2509
|
+
"python": {
|
|
2510
|
+
"module": "aws_cdk.aws_timestream"
|
|
2511
|
+
}
|
|
2512
|
+
}
|
|
785
2513
|
},
|
|
786
|
-
"
|
|
787
|
-
"
|
|
788
|
-
"
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
2514
|
+
"aws-cdk-lib.aws_transfer": {
|
|
2515
|
+
"targets": {
|
|
2516
|
+
"dotnet": {
|
|
2517
|
+
"namespace": "Amazon.CDK.AWS.Transfer"
|
|
2518
|
+
},
|
|
2519
|
+
"java": {
|
|
2520
|
+
"package": "software.amazon.awscdk.services.transfer"
|
|
2521
|
+
},
|
|
2522
|
+
"python": {
|
|
2523
|
+
"module": "aws_cdk.aws_transfer"
|
|
2524
|
+
}
|
|
2525
|
+
}
|
|
792
2526
|
},
|
|
793
|
-
"
|
|
794
|
-
"
|
|
2527
|
+
"aws-cdk-lib.aws_waf": {
|
|
2528
|
+
"targets": {
|
|
2529
|
+
"dotnet": {
|
|
2530
|
+
"namespace": "Amazon.CDK.AWS.WAF"
|
|
2531
|
+
},
|
|
2532
|
+
"java": {
|
|
2533
|
+
"package": "software.amazon.awscdk.services.waf"
|
|
2534
|
+
},
|
|
2535
|
+
"python": {
|
|
2536
|
+
"module": "aws_cdk.aws_waf"
|
|
2537
|
+
}
|
|
2538
|
+
}
|
|
795
2539
|
},
|
|
796
|
-
"
|
|
797
|
-
"
|
|
798
|
-
"
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
"dotnet": {
|
|
809
|
-
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png",
|
|
810
|
-
"namespace": "Amazon.CDK",
|
|
811
|
-
"packageId": "Amazon.CDK"
|
|
2540
|
+
"aws-cdk-lib.aws_wafregional": {
|
|
2541
|
+
"targets": {
|
|
2542
|
+
"dotnet": {
|
|
2543
|
+
"namespace": "Amazon.CDK.AWS.WAFRegional"
|
|
2544
|
+
},
|
|
2545
|
+
"java": {
|
|
2546
|
+
"package": "software.amazon.awscdk.services.waf.regional"
|
|
2547
|
+
},
|
|
2548
|
+
"python": {
|
|
2549
|
+
"module": "aws_cdk.aws_wafregional"
|
|
2550
|
+
}
|
|
2551
|
+
}
|
|
812
2552
|
},
|
|
813
|
-
"
|
|
814
|
-
"
|
|
815
|
-
"
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
2553
|
+
"aws-cdk-lib.aws_wafv2": {
|
|
2554
|
+
"targets": {
|
|
2555
|
+
"dotnet": {
|
|
2556
|
+
"namespace": "Amazon.CDK.AWS.WAFv2"
|
|
2557
|
+
},
|
|
2558
|
+
"java": {
|
|
2559
|
+
"package": "software.amazon.awscdk.services.wafv2"
|
|
2560
|
+
},
|
|
2561
|
+
"python": {
|
|
2562
|
+
"module": "aws_cdk.aws_wafv2"
|
|
2563
|
+
}
|
|
2564
|
+
}
|
|
819
2565
|
},
|
|
820
|
-
"
|
|
821
|
-
"
|
|
2566
|
+
"aws-cdk-lib.aws_wisdom": {
|
|
2567
|
+
"targets": {
|
|
2568
|
+
"dotnet": {
|
|
2569
|
+
"namespace": "Amazon.CDK.AWS.Wisdom"
|
|
2570
|
+
},
|
|
2571
|
+
"java": {
|
|
2572
|
+
"package": "software.amazon.awscdk.services.wisdom"
|
|
2573
|
+
},
|
|
2574
|
+
"python": {
|
|
2575
|
+
"module": "aws_cdk.aws_wisdom"
|
|
2576
|
+
}
|
|
2577
|
+
}
|
|
822
2578
|
},
|
|
823
|
-
"
|
|
824
|
-
"
|
|
825
|
-
"
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
"dotnet": {
|
|
836
|
-
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png",
|
|
837
|
-
"namespace": "Amazon.CDK.CustomResources",
|
|
838
|
-
"packageId": "Amazon.CDK.AWS.CustomResources"
|
|
2579
|
+
"aws-cdk-lib.aws_workspaces": {
|
|
2580
|
+
"targets": {
|
|
2581
|
+
"dotnet": {
|
|
2582
|
+
"namespace": "Amazon.CDK.AWS.WorkSpaces"
|
|
2583
|
+
},
|
|
2584
|
+
"java": {
|
|
2585
|
+
"package": "software.amazon.awscdk.services.workspaces"
|
|
2586
|
+
},
|
|
2587
|
+
"python": {
|
|
2588
|
+
"module": "aws_cdk.aws_workspaces"
|
|
2589
|
+
}
|
|
2590
|
+
}
|
|
839
2591
|
},
|
|
840
|
-
"
|
|
841
|
-
"
|
|
842
|
-
"
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
2592
|
+
"aws-cdk-lib.aws_xray": {
|
|
2593
|
+
"targets": {
|
|
2594
|
+
"dotnet": {
|
|
2595
|
+
"namespace": "Amazon.CDK.AWS.XRay"
|
|
2596
|
+
},
|
|
2597
|
+
"java": {
|
|
2598
|
+
"package": "software.amazon.awscdk.services.xray"
|
|
2599
|
+
},
|
|
2600
|
+
"python": {
|
|
2601
|
+
"module": "aws_cdk.aws_xray"
|
|
2602
|
+
}
|
|
2603
|
+
}
|
|
846
2604
|
},
|
|
847
|
-
"
|
|
848
|
-
"
|
|
2605
|
+
"aws-cdk-lib.cloud_assembly_schema": {
|
|
2606
|
+
"targets": {
|
|
2607
|
+
"dotnet": {
|
|
2608
|
+
"namespace": "Amazon.CDK.CloudAssembly.Schema"
|
|
2609
|
+
},
|
|
2610
|
+
"java": {
|
|
2611
|
+
"package": "software.amazon.awscdk.cloudassembly.schema"
|
|
2612
|
+
},
|
|
2613
|
+
"python": {
|
|
2614
|
+
"module": "aws_cdk.cloud_assembly_schema"
|
|
2615
|
+
}
|
|
2616
|
+
}
|
|
849
2617
|
},
|
|
850
|
-
"
|
|
851
|
-
"
|
|
852
|
-
"
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
"
|
|
865
|
-
|
|
2618
|
+
"aws-cdk-lib.cloudformation_include": {
|
|
2619
|
+
"targets": {
|
|
2620
|
+
"dotnet": {
|
|
2621
|
+
"namespace": "Amazon.CDK.CloudFormation.Include"
|
|
2622
|
+
},
|
|
2623
|
+
"java": {
|
|
2624
|
+
"package": "software.amazon.awscdk.cloudformation.include"
|
|
2625
|
+
},
|
|
2626
|
+
"python": {
|
|
2627
|
+
"module": "aws_cdk.cloudformation_include"
|
|
2628
|
+
}
|
|
2629
|
+
}
|
|
2630
|
+
},
|
|
2631
|
+
"aws-cdk-lib.custom_resources": {
|
|
2632
|
+
"targets": {
|
|
2633
|
+
"dotnet": {
|
|
2634
|
+
"namespace": "Amazon.CDK.CustomResources"
|
|
2635
|
+
},
|
|
2636
|
+
"java": {
|
|
2637
|
+
"package": "software.amazon.awscdk.customresources"
|
|
2638
|
+
},
|
|
2639
|
+
"python": {
|
|
2640
|
+
"module": "aws_cdk.custom_resources"
|
|
2641
|
+
}
|
|
2642
|
+
}
|
|
866
2643
|
},
|
|
867
|
-
"
|
|
868
|
-
"
|
|
869
|
-
"
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
2644
|
+
"aws-cdk-lib.cx_api": {
|
|
2645
|
+
"targets": {
|
|
2646
|
+
"dotnet": {
|
|
2647
|
+
"namespace": "Amazon.CDK.CXAPI"
|
|
2648
|
+
},
|
|
2649
|
+
"java": {
|
|
2650
|
+
"package": "software.amazon.awscdk.cxapi"
|
|
2651
|
+
},
|
|
2652
|
+
"python": {
|
|
2653
|
+
"module": "aws_cdk.cx_api"
|
|
2654
|
+
}
|
|
2655
|
+
}
|
|
873
2656
|
},
|
|
874
|
-
"
|
|
875
|
-
"
|
|
2657
|
+
"aws-cdk-lib.lambda_layer_awscli": {
|
|
2658
|
+
"targets": {
|
|
2659
|
+
"dotnet": {
|
|
2660
|
+
"namespace": "Amazon.CDK.LambdaLayer.AwsCli"
|
|
2661
|
+
},
|
|
2662
|
+
"java": {
|
|
2663
|
+
"package": "software.amazon.awscdk.lambdalayer.awscli"
|
|
2664
|
+
},
|
|
2665
|
+
"python": {
|
|
2666
|
+
"module": "aws_cdk.lambda_layer_awscli"
|
|
2667
|
+
}
|
|
2668
|
+
}
|
|
876
2669
|
},
|
|
877
|
-
"
|
|
878
|
-
"
|
|
879
|
-
"
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
"dotnet": {
|
|
890
|
-
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png",
|
|
891
|
-
"namespace": "Amazon.CDK.LambdaLayer.AwsCli",
|
|
892
|
-
"packageId": "Amazon.CDK.LambdaLayer.AwsCli"
|
|
2670
|
+
"aws-cdk-lib.lambda_layer_kubectl": {
|
|
2671
|
+
"targets": {
|
|
2672
|
+
"dotnet": {
|
|
2673
|
+
"namespace": "Amazon.CDK.LambdaLayer.Kubectl"
|
|
2674
|
+
},
|
|
2675
|
+
"java": {
|
|
2676
|
+
"package": "software.amazon.awscdk.lambdalayer.kubectl"
|
|
2677
|
+
},
|
|
2678
|
+
"python": {
|
|
2679
|
+
"module": "aws_cdk.lambda_layer_kubectl"
|
|
2680
|
+
}
|
|
2681
|
+
}
|
|
893
2682
|
},
|
|
894
|
-
"
|
|
895
|
-
"
|
|
896
|
-
"
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
2683
|
+
"aws-cdk-lib.lambda_layer_node_proxy_agent": {
|
|
2684
|
+
"targets": {
|
|
2685
|
+
"dotnet": {
|
|
2686
|
+
"namespace": "Amazon.CDK.LambdaLayer.NodeProxyAgent"
|
|
2687
|
+
},
|
|
2688
|
+
"java": {
|
|
2689
|
+
"package": "software.amazon.awscdk.lambda.layer.node.proxy.agent"
|
|
2690
|
+
},
|
|
2691
|
+
"python": {
|
|
2692
|
+
"module": "aws_cdk.lambda_layer_node_proxy_agent"
|
|
2693
|
+
}
|
|
2694
|
+
}
|
|
900
2695
|
},
|
|
901
|
-
"
|
|
902
|
-
"
|
|
2696
|
+
"aws-cdk-lib.pipelines": {
|
|
2697
|
+
"targets": {
|
|
2698
|
+
"dotnet": {
|
|
2699
|
+
"namespace": "Amazon.CDK.Pipelines"
|
|
2700
|
+
},
|
|
2701
|
+
"java": {
|
|
2702
|
+
"package": "software.amazon.awscdk.pipelines"
|
|
2703
|
+
},
|
|
2704
|
+
"python": {
|
|
2705
|
+
"module": "aws_cdk.pipelines"
|
|
2706
|
+
}
|
|
2707
|
+
}
|
|
903
2708
|
},
|
|
904
|
-
"
|
|
905
|
-
"
|
|
906
|
-
"
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
2709
|
+
"aws-cdk-lib.region_info": {
|
|
2710
|
+
"targets": {
|
|
2711
|
+
"dotnet": {
|
|
2712
|
+
"namespace": "Amazon.CDK.RegionInfo"
|
|
2713
|
+
},
|
|
2714
|
+
"java": {
|
|
2715
|
+
"package": "software.amazon.awscdk.regioninfo"
|
|
2716
|
+
},
|
|
2717
|
+
"python": {
|
|
2718
|
+
"module": "aws_cdk.region_info"
|
|
2719
|
+
}
|
|
2720
|
+
}
|
|
911
2721
|
}
|
|
912
|
-
}
|
|
913
|
-
},
|
|
914
|
-
"@aws-cdk/region-info": {
|
|
2722
|
+
},
|
|
915
2723
|
"targets": {
|
|
916
2724
|
"dotnet": {
|
|
917
2725
|
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/default-256-dark.png",
|
|
918
|
-
"namespace": "Amazon.CDK
|
|
919
|
-
"packageId": "Amazon.CDK.
|
|
2726
|
+
"namespace": "Amazon.CDK",
|
|
2727
|
+
"packageId": "Amazon.CDK.Lib"
|
|
2728
|
+
},
|
|
2729
|
+
"go": {
|
|
2730
|
+
"moduleName": "github.com/aws/aws-cdk-go",
|
|
2731
|
+
"packageName": "awscdk"
|
|
920
2732
|
},
|
|
921
2733
|
"java": {
|
|
922
2734
|
"maven": {
|
|
923
|
-
"artifactId": "cdk-
|
|
2735
|
+
"artifactId": "aws-cdk-lib",
|
|
924
2736
|
"groupId": "software.amazon.awscdk"
|
|
925
2737
|
},
|
|
926
|
-
"package": "software.amazon.awscdk
|
|
2738
|
+
"package": "software.amazon.awscdk"
|
|
927
2739
|
},
|
|
928
2740
|
"js": {
|
|
929
|
-
"npm": "
|
|
2741
|
+
"npm": "aws-cdk-lib"
|
|
930
2742
|
},
|
|
931
2743
|
"python": {
|
|
932
|
-
"
|
|
933
|
-
|
|
934
|
-
"Framework :: AWS CDK :: 1"
|
|
935
|
-
],
|
|
936
|
-
"distName": "aws-cdk.region-info",
|
|
937
|
-
"module": "aws_cdk.region_info"
|
|
2744
|
+
"distName": "aws-cdk-lib",
|
|
2745
|
+
"module": "aws_cdk"
|
|
938
2746
|
}
|
|
939
2747
|
}
|
|
940
2748
|
},
|
|
@@ -969,7 +2777,7 @@
|
|
|
969
2777
|
"stability": "stable"
|
|
970
2778
|
},
|
|
971
2779
|
"homepage": "https://github.com/mrgrain/cdk-esbuild",
|
|
972
|
-
"jsiiVersion": "1.
|
|
2780
|
+
"jsiiVersion": "1.52.1 (build 5ccc8f6)",
|
|
973
2781
|
"keywords": [
|
|
974
2782
|
"aws-cdk",
|
|
975
2783
|
"bundler",
|
|
@@ -987,11 +2795,12 @@
|
|
|
987
2795
|
"pacmak": {
|
|
988
2796
|
"hasDefaultInterfaces": true
|
|
989
2797
|
}
|
|
990
|
-
}
|
|
2798
|
+
},
|
|
2799
|
+
"tscRootDir": "src"
|
|
991
2800
|
},
|
|
992
2801
|
"name": "@mrgrain/cdk-esbuild",
|
|
993
2802
|
"readme": {
|
|
994
|
-
"markdown": "# cdk-esbuild\n\n_CDK constructs for [esbuild](https://github.com/evanw/esbuild), an extremely fast JavaScript bundler_\n\n[Getting started](#getting-started) | [Migrating to v2](#migrating-to-v2) |\n[Documentation](#documentation) | [API Reference](#api-reference) | [Versioning](#versioning)\n\n## Why?\n\n_esbuild_ is an extremely fast bundler and minifier for Typescript and JavaScript.\nThis package makes _esbuild_ available to deploy lambda functions, static websites or to publish build artefacts (assets) for further use.\n\nAWS CDK [supports _esbuild_ with Lambda Functions](https://docs.aws.amazon.com/cdk/api/latest/docs/aws-lambda-nodejs-readme.html). However the implementation cannot be used with any other Constructs and doesn't expose all of _esbuild_'s build interface.\n\nThis package is running _esbuild_ directly in Node.js and bypasses Docker which the AWS CDK implementation uses. The approach is quicker and easier to use for Node.js users, but incompatible with other languages.\n\n**Production readiness**\n\nThis package is generally stable and ready to be used in production, as many do. However _esbuild_ not yet released a version 1.0.0 yet and its API is still in active development. Please check their guide on [production readiness](https://esbuild.github.io/faq/#production-readiness).\n\nNotably upgrades of the _esbuild_ minimum version requirement will be introduced in **minor versions** of this package and will inherit breaking changes from _esbuild_.\n\n## Getting started\n\nInstall `cdk-esbuild`:\n\n```\nnpm install @mrgrain/cdk-esbuild\n```\n\nIf _peer_ and _optional dependencies_ are not installed automatically (e.g. when using npm v4-6), please use this command to install all of them:\n\n```\nnpm install @mrgrain/cdk-esbuild esbuild @aws-cdk/core @aws-cdk/aws-lambda @aws-cdk/aws-s3-assets @aws-cdk/aws-s3-deployment @aws-cdk/aws-synthetics\n```\n\n### AWS Lambda: Serverless function\n\n> 💡 See [Lambda Function](examples/lambda) for a complete working example of a how to deploy a lambda function.\n\nUse `TypeScriptCode` as the `code` of a [lambda function](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-lambda.Function.html#code):\n\n```ts\nimport * as lambda from \"@aws-cdk/aws-lambda\";\nimport { TypeScriptCode } from \"@mrgrain/cdk-esbuild\";\n\nconst bundledCode = new TypeScriptCode(\"src/index.ts\");\n\nconst fn = new lambda.Function(stack, \"MyFunction\", {\n runtime: lambda.Runtime.NODEJS_14_X,\n handler: \"index.handler\",\n code: bundledCode,\n});\n```\n\n### AWS S3: Static Website\n\n> 💡 See [Static Website with React](examples/website) for a complete working example of a how to deploy a React app to S3.\n\nUse `TypeScriptSource` as one of the `sources` of a [static website deployment](https://docs.aws.amazon.com/cdk/api/latest/docs/aws-s3-deployment-readme.html#roadmap):\n\n```ts\nimport * as s3 from \"@aws-cdk/aws-s3\";\nimport * as s3deploy from \"@aws-cdk/aws-s3-deployment\";\nimport { TypeScriptSource } from \"@mrgrain/cdk-esbuild\";\n\nconst websiteBundle = new TypeScriptSource(\"src/index.tsx\");\n\nconst websiteBucket = new s3.Bucket(stack, \"WebsiteBucket\", {\n autoDeleteObjects: true,\n publicReadAccess: true,\n removalPolicy: RemovalPolicy.DESTROY,\n websiteIndexDocument: \"index.html\",\n});\n\nnew s3deploy.BucketDeployment(stack, \"DeployWebsite\", {\n destinationBucket: websiteBucket,\n sources: [websiteBundle],\n});\n```\n\n### Amazon CloudWatch Synthetics: Canary monitoring\n\n> 💡 See [Monitored Website](examples/website) for a complete working example of a deployed and monitored website.\n\nSynthetics runs a canary to produce traffic to an application for monitoring purposes. Use `TypeScriptCode` as the `code` of a Canary test:\n\n```ts\nimport * as synthetics from \"@aws-cdk/aws-synthetics\";\nimport { TypeScriptCode } from \"@mrgrain/cdk-esbuild\";\n\nconst bundledCode = new TypeScriptCode(\"src/index.ts\", {\n buildOptions: {\n outdir: \"nodejs/node_modules\", // This is required by Synthetics\n },\n});\n\nconst canary = new synthetics.Canary(stack, \"MyCanary\", {\n runtime: synthetics.Runtime.SYNTHETICS_NODEJS_PUPPETEER_3_2,\n test: synthetics.Test.custom({\n code: bundledCode,\n handler: \"index.handler\",\n });\n});\n```\n\n# Documentation\n\nThe package exports various different constructs for use with existing CDK features. A major guiding design principal for this package is to _extend, don't replace_. Expect constructs that you can provide as props, not complete replacements.\n\nFor use in **Lambda Functions** and **Synthetic Canaries**, the following classes implement `lambda.Code` ([reference](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-lambda.Code.html)) and `synthetics.Code` ([reference](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-synthetics.Code.html)):\n\n- `TypeScriptCode` & `JavaScriptCode`\n\nInline code is only supported by **Lambda**:\n\n- `InlineTypeScriptCode` & `InlineJavaScriptCode`\n- `InlineTsxCode` & `InlineJsxCode`\n\nFor use with **S3 bucket deployments**, classes implementing `s3deploy.ISource` ([reference](https://docs.aws.amazon.com/cdk/api/latest/docs/aws-s3-deployment-readme.html)):\n\n- 🧺 `TypeScriptSource` & `JavaScriptSource`\n\n> _Code and Source constructs seamlessly plugin to high-level CDK features. They share the same set of parameters, props and build options._\n\nUnderlying classes power the other features. You normally won't have to use them, but they are there if you need them:\n\n- `TypeScriptAsset` & `JavaScriptAsset` implements `s3.Asset` ([reference](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-s3-assets.Asset.html)) \\\n creates an asset uploaded to S3 which can be referenced by other constructs\n\n- `EsbuildBundler` implements `core.BundlingOptions` ([reference](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_core.BundlingOptions.html)) \\\n provides an interface for a _esbuild_ bundler wherever needed\n\n## [API Reference](API.md)\n\nAuto-generated reference for classes and structs. This information is also available within the code completion of your IDE.\n\n## Escape hatches\n\nIt's possible that you want to use a implementation of esbuild that's different to the default one. Common reasons are:\n\n- The current version constraints for esbuild are not suitable\n- To use version of esbuild that is installed by any other means than `npm`, including Docker\n- Plugin support is needed for the building\n\nFor these situations, this package offers an escape hatch to bypass regular the implementation and provide a custom build and transform function.\n\n### Custom build function\n\n> 💡 See [Using esbuild with plugins](examples/esbuild-with-plugins) for a complete working example of a custom build function using this escape hatch.\n\nConstructs that result in starting a build, take a `buildFn` as optional prop. While the defined type for this function is `any`, it must implement the same signature as esbuild's `buildSync` function.\n\n```ts\nnew TypeScriptCode(\"fixtures/handlers/ts-handler.ts\", {\n buildFn: (options: BuildOptions): BuildResult => {\n try {\n // custom implementation returning BuildResult\n } catch (error) {\n // throw BuildFailure exception here\n }\n },\n});\n```\n\nInstead of esbuild, the provided function will be invoked with the calculated build options. The custom build function can amend, change or discard any of these. However integration with CDK relies heavily on the values `outdir`/`outfile` are set to and it's usually required to use them unchanged.\n\nFailures have to cause a `BuildFailure` exception in order to be fully handled.\n\n### Custom transform function\n\nConstructs that result in starting a transformation, take a `transformFn` as optional prop. While the defined type for this function is `any`, it must implement the same signature as esbuild's `transformSync` function.\n\n```ts\nnew InlineTypeScriptCode(\"let x: number = 1\", {\n transformFn: (options: TransformOptions): TransformResult => {\n try {\n // custom implementation returning TransformResult\n } catch (error) {\n // throw TransformFailure exception here\n }\n },,\n});\n```\n\nInstead of esbuild, the provided function will be invoked with the calculated transform options. The custom transform function can amend, change or discard any of these.\n\nFailures have to cause a `TransformFailure` exception in order to be fully handled.\n\n## Migrating to v2\n\nThe main changes in cdk-esbuild v2 are:\n\n- The package is now `jsii` compliant and published in the [Construct Hub](https://constructs.dev/). This will also enable a possible feature release for other languages.\n- Deprecated properties and classes have been removed, most notably the previous support for bundling via a Docker container. The implementation had a few issues that cannot be easily resolved. However more generic support for custom executables might arrive in later versions.\n- `esbuild` is now installed as an optional dependency. It's not optional at all, but this is a ramification of using `jsii`. In practice this will have no impact on most people.\n- Interfaces have been streamlined and the names and setup of internal types have been changed. In the unlikely case that someone was relying on these, upgrading will be straight forward.\n\n### Upgrading\n\n- Update the package dependency to v2: `npm install --save @mrgrain/cdk-esbuild@^2.0.0`\n- `esbuild` is now installed as an optional dependency. If your setup does not automatically install optional dependencies, add it as an explicit dependency.\n- Remove any use of `bundlerPriority`.\n- Experimental construct `EsbuildBundling` has been renamed to `EsbuildBundler` and its interface has slightly changed. Like most other constructs, it now takes `entryPoints` as first parameter, with an optional `props` object as the second.\n\n## Versioning\n\nThis package _mostly_ follows [Semantic Versioning](https://semver.org/), with the exception of upgrades to `esbuild`. These will be released as **minor versions** and often include breaking changes from `esbuild`.\n\nAlthough great care is taken to avoid this, all features marked with `@stability experimental` may change with minor versions. The flag is only applied to new and experimental features and internal classes.\n\n### Npm Tags\n\nSome users prefer to use tags over version ranges. The following stable tags are available for use:\n\n- `cdk-v1`, `cdk-v2` are provided for the latest release compatible with each version of the AWS CDK.\n\n- `latest` is the most recent stable release.\n\nThese tags also exist, but usage is strongly not recommended:\n\n- `unstable`, `next` are used for pre-release of the current and next major version respectively.\n\n- ~~`cdk-1.x.x`~~ tags have been deprecated in favour of `cdk-v1`. Use that one instead.\n\n## Future releases\n\n### AWS CDK v2\n\nThe monolithic version 2 of CDK (aka Mono-CDK) is on the horizon. A new major release of this package will be marked alongside CDK. Support for AWS CDK v1.x.x will be continued, however no new features will be added.\n\n### Stable esbuild\n\nOnce `esbuild` has reached a stable version 1.0, a new major version will be released for _all_ breaking changes, including updates to minimum (peer) dependencies.\n\n## Library authors\n\nWhen developing a library consumed by other packages, you'll most likely have to set `buildOptions.absWorkingDir`. The easiest way to do this, is to resolve based on the directory name of the file, and traverse the tree upwards to the root of your library package (that's where `package.json` and `tsconfig.json` are):\n\n```ts\n// file: project/src/index.ts\nconst props = {\n buildOptions: {\n absWorkingDir: path.resolve(__dirname, \"..\"), // now: /user/project\n },\n};\n```\n\nThis will dynamically resolve to the correct path, wherever the package is installed.\n"
|
|
2803
|
+
"markdown": "# cdk-esbuild\n\n_CDK constructs for [esbuild](https://github.com/evanw/esbuild), an extremely fast JavaScript bundler_\n\n> ⚠️ This version is compatible with AWS CDK v2. For the previous, AWS CDK v1 compatible release, see [cdk-esbuild@v2](https://github.com/mrgrain/cdk-esbuild/tree/v2)\n\n[Getting started](#getting-started) | [Migrating to v3](#migrating-to-v3) |\n[Documentation](#documentation) | [API Reference](#api-reference) | [Versioning](#versioning)\n\n## Why?\n\n_esbuild_ is an extremely fast bundler and minifier for Typescript and JavaScript.\nThis package makes _esbuild_ available to deploy lambda functions, static websites or to publish build artefacts (assets) for further use.\n\nAWS CDK [supports _esbuild_ with Lambda Functions](https://docs.aws.amazon.com/cdk/api/latest/docs/aws-lambda-nodejs-readme.html). However the implementation cannot be used with any other Constructs and doesn't expose all of _esbuild_'s build interface.\n\nThis package is running _esbuild_ directly in Node.js and bypasses Docker which the AWS CDK implementation uses. The approach is quicker and easier to use for Node.js users, but incompatible with other languages.\n\n**Production readiness**\n\nThis package is generally stable and ready to be used in production, as many do. However _esbuild_ not yet released a version 1.0.0 yet and its API is still in active development. Please check their guide on [production readiness](https://esbuild.github.io/faq/#production-readiness).\n\nNotably upgrades of the _esbuild_ minimum version requirement will be introduced in **minor versions** of this package and will inherit breaking changes from _esbuild_.\n\n## Getting started\n\nInstall `cdk-esbuild`:\n\n```\nnpm install @mrgrain/cdk-esbuild@^3.0.0\n```\n\nIf _peer_ and _optional dependencies_ are not installed automatically (e.g. when using npm v4-6), please use this command to install all of them:\n\n```\nnpm install @mrgrain/cdk-esbuild@^3.0.0 esbuild\n```\n\n### AWS Lambda: Serverless function\n\n> 💡 See [Lambda Function](examples/lambda) for a complete working example of a how to deploy a lambda function.\n\nUse `TypeScriptCode` as the `code` of a [lambda function](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda.Function.html#code):\n\n```ts\nimport * as lambda from \"aws-cdk-lib/aws-lambda\";\nimport { TypeScriptCode } from \"@mrgrain/cdk-esbuild\";\n\nconst bundledCode = new TypeScriptCode(\"src/index.ts\");\n\nconst fn = new lambda.Function(stack, \"MyFunction\", {\n runtime: lambda.Runtime.NODEJS_14_X,\n handler: \"index.handler\",\n code: bundledCode,\n});\n```\n\n### AWS S3: Static Website\n\n> 💡 See [Static Website with React](examples/website) for a complete working example of a how to deploy a React app to S3.\n\nUse `TypeScriptSource` as one of the `sources` of a [static website deployment](https://docs.aws.amazon.com/cdk/api/latest/docs/aws-s3-deployment-readme.html#roadmap):\n\n```ts\nimport * as s3 from \"aws-cdk-lib/aws-s3\";\nimport * as s3deploy from \"aws-cdk-lib/aws-s3-deployment\";\nimport { TypeScriptSource } from \"@mrgrain/cdk-esbuild\";\n\nconst websiteBundle = new TypeScriptSource(\"src/index.tsx\");\n\nconst websiteBucket = new s3.Bucket(stack, \"WebsiteBucket\", {\n autoDeleteObjects: true,\n publicReadAccess: true,\n removalPolicy: RemovalPolicy.DESTROY,\n websiteIndexDocument: \"index.html\",\n});\n\nnew s3deploy.BucketDeployment(stack, \"DeployWebsite\", {\n destinationBucket: websiteBucket,\n sources: [websiteBundle],\n});\n```\n\n### Amazon CloudWatch Synthetics: Canary monitoring\n\n> 💡 See [Monitored Website](examples/website) for a complete working example of a deployed and monitored website.\n\nSynthetics runs a canary to produce traffic to an application for monitoring purposes. Use `TypeScriptCode` as the `code` of a Canary test:\n\n> ℹ️ This feature depends on the `@aws-cdk/aws-synthetics-alpha` package which is a developer preview. You may need to update your source code when upgrading to a newer version of this package.\n>\n> ```\n> npm i @aws-cdk/aws-synthetics-alpha\n> ```\n\n```ts\nimport * as synthetics from \"@aws-cdk/aws-synthetics-alpha\";\nimport { TypeScriptCode } from \"@mrgrain/cdk-esbuild\";\n\nconst bundledCode = new TypeScriptCode(\"src/index.ts\", {\n buildOptions: {\n outdir: \"nodejs/node_modules\", // This is required by Synthetics\n },\n});\n\nconst canary = new synthetics.Canary(stack, \"MyCanary\", {\n runtime: synthetics.Runtime.SYNTHETICS_NODEJS_PUPPETEER_3_2,\n test: synthetics.Test.custom({\n code: bundledCode,\n handler: \"index.handler\",\n });\n});\n```\n\n# Documentation\n\nThe package exports various different constructs for use with existing CDK features. A major guiding design principal for this package is to _extend, don't replace_. Expect constructs that you can provide as props, not complete replacements.\n\nFor use in **Lambda Functions** and **Synthetic Canaries**, the following classes implement `lambda.Code` ([reference](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda.Code.html)) and `synthetics.Code` ([reference](https://docs.aws.amazon.com/cdk/api/v2/docs/@aws-cdk_aws-synthetics-alpha.Code.html)):\n\n- `TypeScriptCode` & `JavaScriptCode`\n\nInline code is only supported by **Lambda**:\n\n- `InlineTypeScriptCode` & `InlineJavaScriptCode`\n- `InlineTsxCode` & `InlineJsxCode`\n\nFor use with **S3 bucket deployments**, classes implementing `s3deploy.ISource` ([reference](https://docs.aws.amazon.com/cdk/api/latest/docs/aws-s3-deployment-readme.html)):\n\n- `TypeScriptSource` & `JavaScriptSource`\n\n> _Code and Source constructs seamlessly plugin to high-level CDK features. They share the same set of parameters, props and build options._\n\nUnderlying classes power the other features. You normally won't have to use them, but they are there if you need them:\n\n- `TypeScriptAsset` & `JavaScriptAsset` implements `s3.Asset` ([reference](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_s3_assets.Asset.html)) \\\n creates an asset uploaded to S3 which can be referenced by other constructs\n\n- `EsbuildBundler` implements `core.BundlingOptions` ([reference](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.BundlingOptions.html)) \\\n provides an interface for a _esbuild_ bundler wherever needed\n\n## [API Reference](API.md)\n\nAuto-generated reference for classes and structs. This information is also available within the code completion of your IDE.\n\n## Escape hatches\n\nIt's possible that you want to use a implementation of esbuild that's different to the default one. Common reasons are:\n\n- The current version constraints for esbuild are not suitable\n- To use version of esbuild that is installed by any other means than `npm`, including Docker\n- Plugin support is needed for the building\n\nFor these situations, this package offers an escape hatch to bypass regular the implementation and provide a custom build and transform function.\n\n### Custom build function\n\n> 💡 See [Using esbuild with plugins](examples/esbuild-with-plugins) for a complete working example of a custom build function using this escape hatch.\n\nConstructs that result in starting a build, take a `buildFn` as optional prop. While the defined type for this function is `any`, it must implement the same signature as esbuild's `buildSync` function.\n\n```ts\nnew TypeScriptCode(\"fixtures/handlers/ts-handler.ts\", {\n buildFn: (options: BuildOptions): BuildResult => {\n try {\n // custom implementation returning BuildResult\n } catch (error) {\n // throw BuildFailure exception here\n }\n },\n});\n```\n\nInstead of esbuild, the provided function will be invoked with the calculated build options. The custom build function can amend, change or discard any of these. However integration with CDK relies heavily on the values `outdir`/`outfile` are set to and it's usually required to use them unchanged.\n\nFailures have to cause a `BuildFailure` exception in order to be fully handled.\n\n### Custom transform function\n\nConstructs that result in starting a transformation, take a `transformFn` as optional prop. While the defined type for this function is `any`, it must implement the same signature as esbuild's `transformSync` function.\n\n```ts\nnew InlineTypeScriptCode(\"let x: number = 1\", {\n transformFn: (options: TransformOptions): TransformResult => {\n try {\n // custom implementation returning TransformResult\n } catch (error) {\n // throw TransformFailure exception here\n }\n },,\n});\n```\n\nInstead of esbuild, the provided function will be invoked with the calculated transform options. The custom transform function can amend, change or discard any of these.\n\nFailures have to cause a `TransformFailure` exception in order to be fully handled.\n\n## Migrating to v3\n\nThe release of cdk-esbuild v3 brings compatibility with AWS CDK v2. Furthermore all deprecated properties and classes have been removed. In particular `InlineCode` classes now take `TransformerProps` as second parameter instead of transform options.\n\n### Upgrading\n\n- This version requires AWS CDK v2. Follow the [official migration guide](https://docs.aws.amazon.com/cdk/latest/guide/work-with-cdk-v2.html) to upgrade.\n- Update the package dependency to v3: `npm install --save @mrgrain/cdk-esbuild@^3.0.0`\n- `esbuild` is installed as an optional dependency. If your setup does not automatically install optional dependencies, make sure to add it as an explicit dependency.\n- Any use of `InlineCode` variations has to be updated. Previously the second parameter was either of type `TransformerProps` or `TransformOptions`. Now it must be `TransformerProps`.\\\n If the passed value is of type `TransformOptions`, turn it into the correct type like this:\n\n ```ts\n const oldOptions: TransformOptions = {...}\n\n new InlineTypeScriptCode('// inline code', {\n transformOptions: oldOptions\n });\n ```\n\n## Versioning\n\nThis package _mostly_ follows [Semantic Versioning](https://semver.org/), with the exception of upgrades to `esbuild`. These will be released as **minor versions** and often include breaking changes from `esbuild`.\n\n### Npm Tags\n\nSome users prefer to use tags over version ranges. The following stable tags are available for use:\n\n- `cdk-v1`, `cdk-v2` are provided for the latest release compatible with each version of the AWS CDK.\n\n- `latest` is the most recent stable release.\n\nThese tags also exist, but usage is strongly not recommended:\n\n- `unstable`, `next` are used for pre-release of the current and next major version respectively.\n\n- ~~`cdk-1.x.x`~~ tags have been deprecated in favour of `cdk-v1`. Use that one instead.\n\n## Future releases\n\n### Stable esbuild\n\nOnce `esbuild` has reached a stable version 1.0, a new major version will be released for _all_ breaking changes, including updates to minimum (peer) dependencies.\n\n## Library authors\n\nWhen developing a library consumed by other packages, you'll most likely have to set `buildOptions.absWorkingDir`. The easiest way to do this, is to resolve based on the directory name of the file, and traverse the tree upwards to the root of your library package (that's where `package.json` and `tsconfig.json` are):\n\n```ts\n// file: project/src/index.ts\nconst props = {\n buildOptions: {\n absWorkingDir: path.resolve(__dirname, \"..\"), // now: /user/project\n },\n};\n```\n\nThis will dynamically resolve to the correct path, wherever the package is installed.\n"
|
|
995
2804
|
},
|
|
996
2805
|
"repository": {
|
|
997
2806
|
"type": "git",
|
|
@@ -1017,7 +2826,7 @@
|
|
|
1017
2826
|
"kind": "interface",
|
|
1018
2827
|
"locationInModule": {
|
|
1019
2828
|
"filename": "src/asset.ts",
|
|
1020
|
-
"line":
|
|
2829
|
+
"line": 23
|
|
1021
2830
|
},
|
|
1022
2831
|
"name": "AssetProps",
|
|
1023
2832
|
"properties": [
|
|
@@ -1031,7 +2840,7 @@
|
|
|
1031
2840
|
"immutable": true,
|
|
1032
2841
|
"locationInModule": {
|
|
1033
2842
|
"filename": "src/asset.ts",
|
|
1034
|
-
"line":
|
|
2843
|
+
"line": 29
|
|
1035
2844
|
},
|
|
1036
2845
|
"name": "entryPoints",
|
|
1037
2846
|
"type": {
|
|
@@ -1070,7 +2879,7 @@
|
|
|
1070
2879
|
"immutable": true,
|
|
1071
2880
|
"locationInModule": {
|
|
1072
2881
|
"filename": "src/asset.ts",
|
|
1073
|
-
"line":
|
|
2882
|
+
"line": 20
|
|
1074
2883
|
},
|
|
1075
2884
|
"name": "assetHash",
|
|
1076
2885
|
"optional": true,
|
|
@@ -1091,7 +2900,7 @@
|
|
|
1091
2900
|
"kind": "interface",
|
|
1092
2901
|
"locationInModule": {
|
|
1093
2902
|
"filename": "src/esbuild-types.ts",
|
|
1094
|
-
"line":
|
|
2903
|
+
"line": 65
|
|
1095
2904
|
},
|
|
1096
2905
|
"name": "BuildOptions",
|
|
1097
2906
|
"properties": [
|
|
@@ -1104,7 +2913,7 @@
|
|
|
1104
2913
|
"immutable": true,
|
|
1105
2914
|
"locationInModule": {
|
|
1106
2915
|
"filename": "src/esbuild-types.ts",
|
|
1107
|
-
"line":
|
|
2916
|
+
"line": 117
|
|
1108
2917
|
},
|
|
1109
2918
|
"name": "absWorkingDir",
|
|
1110
2919
|
"optional": true,
|
|
@@ -1121,7 +2930,7 @@
|
|
|
1121
2930
|
"immutable": true,
|
|
1122
2931
|
"locationInModule": {
|
|
1123
2932
|
"filename": "src/esbuild-types.ts",
|
|
1124
|
-
"line":
|
|
2933
|
+
"line": 95
|
|
1125
2934
|
},
|
|
1126
2935
|
"name": "allowOverwrite",
|
|
1127
2936
|
"optional": true,
|
|
@@ -1138,7 +2947,7 @@
|
|
|
1138
2947
|
"immutable": true,
|
|
1139
2948
|
"locationInModule": {
|
|
1140
2949
|
"filename": "src/esbuild-types.ts",
|
|
1141
|
-
"line":
|
|
2950
|
+
"line": 107
|
|
1142
2951
|
},
|
|
1143
2952
|
"name": "assetNames",
|
|
1144
2953
|
"optional": true,
|
|
@@ -1155,7 +2964,7 @@
|
|
|
1155
2964
|
"immutable": true,
|
|
1156
2965
|
"locationInModule": {
|
|
1157
2966
|
"filename": "src/esbuild-types.ts",
|
|
1158
|
-
"line":
|
|
2967
|
+
"line": 111
|
|
1159
2968
|
},
|
|
1160
2969
|
"name": "banner",
|
|
1161
2970
|
"optional": true,
|
|
@@ -1177,7 +2986,7 @@
|
|
|
1177
2986
|
"immutable": true,
|
|
1178
2987
|
"locationInModule": {
|
|
1179
2988
|
"filename": "src/esbuild-types.ts",
|
|
1180
|
-
"line":
|
|
2989
|
+
"line": 67
|
|
1181
2990
|
},
|
|
1182
2991
|
"name": "bundle",
|
|
1183
2992
|
"optional": true,
|
|
@@ -1194,7 +3003,7 @@
|
|
|
1194
3003
|
"immutable": true,
|
|
1195
3004
|
"locationInModule": {
|
|
1196
3005
|
"filename": "src/esbuild-types.ts",
|
|
1197
|
-
"line":
|
|
3006
|
+
"line": 37
|
|
1198
3007
|
},
|
|
1199
3008
|
"name": "charset",
|
|
1200
3009
|
"optional": true,
|
|
@@ -1211,7 +3020,7 @@
|
|
|
1211
3020
|
"immutable": true,
|
|
1212
3021
|
"locationInModule": {
|
|
1213
3022
|
"filename": "src/esbuild-types.ts",
|
|
1214
|
-
"line":
|
|
3023
|
+
"line": 105
|
|
1215
3024
|
},
|
|
1216
3025
|
"name": "chunkNames",
|
|
1217
3026
|
"optional": true,
|
|
@@ -1228,7 +3037,7 @@
|
|
|
1228
3037
|
"immutable": true,
|
|
1229
3038
|
"locationInModule": {
|
|
1230
3039
|
"filename": "src/esbuild-types.ts",
|
|
1231
|
-
"line":
|
|
3040
|
+
"line": 58
|
|
1232
3041
|
},
|
|
1233
3042
|
"name": "color",
|
|
1234
3043
|
"optional": true,
|
|
@@ -1245,7 +3054,7 @@
|
|
|
1245
3054
|
"immutable": true,
|
|
1246
3055
|
"locationInModule": {
|
|
1247
3056
|
"filename": "src/esbuild-types.ts",
|
|
1248
|
-
"line":
|
|
3057
|
+
"line": 91
|
|
1249
3058
|
},
|
|
1250
3059
|
"name": "conditions",
|
|
1251
3060
|
"optional": true,
|
|
@@ -1267,7 +3076,7 @@
|
|
|
1267
3076
|
"immutable": true,
|
|
1268
3077
|
"locationInModule": {
|
|
1269
3078
|
"filename": "src/esbuild-types.ts",
|
|
1270
|
-
"line":
|
|
3079
|
+
"line": 51
|
|
1271
3080
|
},
|
|
1272
3081
|
"name": "define",
|
|
1273
3082
|
"optional": true,
|
|
@@ -1280,6 +3089,27 @@
|
|
|
1280
3089
|
}
|
|
1281
3090
|
}
|
|
1282
3091
|
},
|
|
3092
|
+
{
|
|
3093
|
+
"abstract": true,
|
|
3094
|
+
"docs": {
|
|
3095
|
+
"stability": "stable"
|
|
3096
|
+
},
|
|
3097
|
+
"immutable": true,
|
|
3098
|
+
"locationInModule": {
|
|
3099
|
+
"filename": "src/esbuild-types.ts",
|
|
3100
|
+
"line": 27
|
|
3101
|
+
},
|
|
3102
|
+
"name": "drop",
|
|
3103
|
+
"optional": true,
|
|
3104
|
+
"type": {
|
|
3105
|
+
"collection": {
|
|
3106
|
+
"elementtype": {
|
|
3107
|
+
"primitive": "string"
|
|
3108
|
+
},
|
|
3109
|
+
"kind": "array"
|
|
3110
|
+
}
|
|
3111
|
+
}
|
|
3112
|
+
},
|
|
1283
3113
|
{
|
|
1284
3114
|
"abstract": true,
|
|
1285
3115
|
"docs": {
|
|
@@ -1289,7 +3119,7 @@
|
|
|
1289
3119
|
"immutable": true,
|
|
1290
3120
|
"locationInModule": {
|
|
1291
3121
|
"filename": "src/esbuild-types.ts",
|
|
1292
|
-
"line":
|
|
3122
|
+
"line": 103
|
|
1293
3123
|
},
|
|
1294
3124
|
"name": "entryNames",
|
|
1295
3125
|
"optional": true,
|
|
@@ -1306,7 +3136,7 @@
|
|
|
1306
3136
|
"immutable": true,
|
|
1307
3137
|
"locationInModule": {
|
|
1308
3138
|
"filename": "src/esbuild-types.ts",
|
|
1309
|
-
"line":
|
|
3139
|
+
"line": 83
|
|
1310
3140
|
},
|
|
1311
3141
|
"name": "external",
|
|
1312
3142
|
"optional": true,
|
|
@@ -1328,7 +3158,7 @@
|
|
|
1328
3158
|
"immutable": true,
|
|
1329
3159
|
"locationInModule": {
|
|
1330
3160
|
"filename": "src/esbuild-types.ts",
|
|
1331
|
-
"line":
|
|
3161
|
+
"line": 113
|
|
1332
3162
|
},
|
|
1333
3163
|
"name": "footer",
|
|
1334
3164
|
"optional": true,
|
|
@@ -1350,7 +3180,7 @@
|
|
|
1350
3180
|
"immutable": true,
|
|
1351
3181
|
"locationInModule": {
|
|
1352
3182
|
"filename": "src/esbuild-types.ts",
|
|
1353
|
-
"line":
|
|
3183
|
+
"line": 21
|
|
1354
3184
|
},
|
|
1355
3185
|
"name": "format",
|
|
1356
3186
|
"optional": true,
|
|
@@ -1367,7 +3197,7 @@
|
|
|
1367
3197
|
"immutable": true,
|
|
1368
3198
|
"locationInModule": {
|
|
1369
3199
|
"filename": "src/esbuild-types.ts",
|
|
1370
|
-
"line":
|
|
3200
|
+
"line": 23
|
|
1371
3201
|
},
|
|
1372
3202
|
"name": "globalName",
|
|
1373
3203
|
"optional": true,
|
|
@@ -1384,7 +3214,7 @@
|
|
|
1384
3214
|
"immutable": true,
|
|
1385
3215
|
"locationInModule": {
|
|
1386
3216
|
"filename": "src/esbuild-types.ts",
|
|
1387
|
-
"line":
|
|
3217
|
+
"line": 41
|
|
1388
3218
|
},
|
|
1389
3219
|
"name": "ignoreAnnotations",
|
|
1390
3220
|
"optional": true,
|
|
@@ -1401,7 +3231,7 @@
|
|
|
1401
3231
|
"immutable": true,
|
|
1402
3232
|
"locationInModule": {
|
|
1403
3233
|
"filename": "src/esbuild-types.ts",
|
|
1404
|
-
"line":
|
|
3234
|
+
"line": 115
|
|
1405
3235
|
},
|
|
1406
3236
|
"name": "incremental",
|
|
1407
3237
|
"optional": true,
|
|
@@ -1418,7 +3248,7 @@
|
|
|
1418
3248
|
"immutable": true,
|
|
1419
3249
|
"locationInModule": {
|
|
1420
3250
|
"filename": "src/esbuild-types.ts",
|
|
1421
|
-
"line":
|
|
3251
|
+
"line": 109
|
|
1422
3252
|
},
|
|
1423
3253
|
"name": "inject",
|
|
1424
3254
|
"optional": true,
|
|
@@ -1440,7 +3270,7 @@
|
|
|
1440
3270
|
"immutable": true,
|
|
1441
3271
|
"locationInModule": {
|
|
1442
3272
|
"filename": "src/esbuild-types.ts",
|
|
1443
|
-
"line":
|
|
3273
|
+
"line": 44
|
|
1444
3274
|
},
|
|
1445
3275
|
"name": "jsx",
|
|
1446
3276
|
"optional": true,
|
|
@@ -1457,7 +3287,7 @@
|
|
|
1457
3287
|
"immutable": true,
|
|
1458
3288
|
"locationInModule": {
|
|
1459
3289
|
"filename": "src/esbuild-types.ts",
|
|
1460
|
-
"line":
|
|
3290
|
+
"line": 46
|
|
1461
3291
|
},
|
|
1462
3292
|
"name": "jsxFactory",
|
|
1463
3293
|
"optional": true,
|
|
@@ -1474,7 +3304,7 @@
|
|
|
1474
3304
|
"immutable": true,
|
|
1475
3305
|
"locationInModule": {
|
|
1476
3306
|
"filename": "src/esbuild-types.ts",
|
|
1477
|
-
"line":
|
|
3307
|
+
"line": 48
|
|
1478
3308
|
},
|
|
1479
3309
|
"name": "jsxFragment",
|
|
1480
3310
|
"optional": true,
|
|
@@ -1491,7 +3321,7 @@
|
|
|
1491
3321
|
"immutable": true,
|
|
1492
3322
|
"locationInModule": {
|
|
1493
3323
|
"filename": "src/esbuild-types.ts",
|
|
1494
|
-
"line":
|
|
3324
|
+
"line": 55
|
|
1495
3325
|
},
|
|
1496
3326
|
"name": "keepNames",
|
|
1497
3327
|
"optional": true,
|
|
@@ -1508,7 +3338,7 @@
|
|
|
1508
3338
|
"immutable": true,
|
|
1509
3339
|
"locationInModule": {
|
|
1510
3340
|
"filename": "src/esbuild-types.ts",
|
|
1511
|
-
"line":
|
|
3341
|
+
"line": 14
|
|
1512
3342
|
},
|
|
1513
3343
|
"name": "legalComments",
|
|
1514
3344
|
"optional": true,
|
|
@@ -1525,7 +3355,7 @@
|
|
|
1525
3355
|
"immutable": true,
|
|
1526
3356
|
"locationInModule": {
|
|
1527
3357
|
"filename": "src/esbuild-types.ts",
|
|
1528
|
-
"line":
|
|
3358
|
+
"line": 85
|
|
1529
3359
|
},
|
|
1530
3360
|
"name": "loader",
|
|
1531
3361
|
"optional": true,
|
|
@@ -1547,7 +3377,7 @@
|
|
|
1547
3377
|
"immutable": true,
|
|
1548
3378
|
"locationInModule": {
|
|
1549
3379
|
"filename": "src/esbuild-types.ts",
|
|
1550
|
-
"line":
|
|
3380
|
+
"line": 60
|
|
1551
3381
|
},
|
|
1552
3382
|
"name": "logLevel",
|
|
1553
3383
|
"optional": true,
|
|
@@ -1564,7 +3394,7 @@
|
|
|
1564
3394
|
"immutable": true,
|
|
1565
3395
|
"locationInModule": {
|
|
1566
3396
|
"filename": "src/esbuild-types.ts",
|
|
1567
|
-
"line":
|
|
3397
|
+
"line": 62
|
|
1568
3398
|
},
|
|
1569
3399
|
"name": "logLimit",
|
|
1570
3400
|
"optional": true,
|
|
@@ -1581,7 +3411,7 @@
|
|
|
1581
3411
|
"immutable": true,
|
|
1582
3412
|
"locationInModule": {
|
|
1583
3413
|
"filename": "src/esbuild-types.ts",
|
|
1584
|
-
"line":
|
|
3414
|
+
"line": 89
|
|
1585
3415
|
},
|
|
1586
3416
|
"name": "mainFields",
|
|
1587
3417
|
"optional": true,
|
|
@@ -1603,7 +3433,7 @@
|
|
|
1603
3433
|
"immutable": true,
|
|
1604
3434
|
"locationInModule": {
|
|
1605
3435
|
"filename": "src/esbuild-types.ts",
|
|
1606
|
-
"line":
|
|
3436
|
+
"line": 75
|
|
1607
3437
|
},
|
|
1608
3438
|
"name": "metafile",
|
|
1609
3439
|
"optional": true,
|
|
@@ -1620,7 +3450,7 @@
|
|
|
1620
3450
|
"immutable": true,
|
|
1621
3451
|
"locationInModule": {
|
|
1622
3452
|
"filename": "src/esbuild-types.ts",
|
|
1623
|
-
"line":
|
|
3453
|
+
"line": 29
|
|
1624
3454
|
},
|
|
1625
3455
|
"name": "minify",
|
|
1626
3456
|
"optional": true,
|
|
@@ -1637,7 +3467,7 @@
|
|
|
1637
3467
|
"immutable": true,
|
|
1638
3468
|
"locationInModule": {
|
|
1639
3469
|
"filename": "src/esbuild-types.ts",
|
|
1640
|
-
"line":
|
|
3470
|
+
"line": 33
|
|
1641
3471
|
},
|
|
1642
3472
|
"name": "minifyIdentifiers",
|
|
1643
3473
|
"optional": true,
|
|
@@ -1654,7 +3484,7 @@
|
|
|
1654
3484
|
"immutable": true,
|
|
1655
3485
|
"locationInModule": {
|
|
1656
3486
|
"filename": "src/esbuild-types.ts",
|
|
1657
|
-
"line":
|
|
3487
|
+
"line": 35
|
|
1658
3488
|
},
|
|
1659
3489
|
"name": "minifySyntax",
|
|
1660
3490
|
"optional": true,
|
|
@@ -1671,7 +3501,7 @@
|
|
|
1671
3501
|
"immutable": true,
|
|
1672
3502
|
"locationInModule": {
|
|
1673
3503
|
"filename": "src/esbuild-types.ts",
|
|
1674
|
-
"line":
|
|
3504
|
+
"line": 31
|
|
1675
3505
|
},
|
|
1676
3506
|
"name": "minifyWhitespace",
|
|
1677
3507
|
"optional": true,
|
|
@@ -1688,7 +3518,7 @@
|
|
|
1688
3518
|
"immutable": true,
|
|
1689
3519
|
"locationInModule": {
|
|
1690
3520
|
"filename": "src/esbuild-types.ts",
|
|
1691
|
-
"line":
|
|
3521
|
+
"line": 119
|
|
1692
3522
|
},
|
|
1693
3523
|
"name": "nodePaths",
|
|
1694
3524
|
"optional": true,
|
|
@@ -1710,7 +3540,7 @@
|
|
|
1710
3540
|
"immutable": true,
|
|
1711
3541
|
"locationInModule": {
|
|
1712
3542
|
"filename": "src/esbuild-types.ts",
|
|
1713
|
-
"line":
|
|
3543
|
+
"line": 79
|
|
1714
3544
|
},
|
|
1715
3545
|
"name": "outbase",
|
|
1716
3546
|
"optional": true,
|
|
@@ -1727,7 +3557,7 @@
|
|
|
1727
3557
|
"immutable": true,
|
|
1728
3558
|
"locationInModule": {
|
|
1729
3559
|
"filename": "src/esbuild-types.ts",
|
|
1730
|
-
"line":
|
|
3560
|
+
"line": 77
|
|
1731
3561
|
},
|
|
1732
3562
|
"name": "outdir",
|
|
1733
3563
|
"optional": true,
|
|
@@ -1744,7 +3574,7 @@
|
|
|
1744
3574
|
"immutable": true,
|
|
1745
3575
|
"locationInModule": {
|
|
1746
3576
|
"filename": "src/esbuild-types.ts",
|
|
1747
|
-
"line":
|
|
3577
|
+
"line": 99
|
|
1748
3578
|
},
|
|
1749
3579
|
"name": "outExtension",
|
|
1750
3580
|
"optional": true,
|
|
@@ -1766,7 +3596,7 @@
|
|
|
1766
3596
|
"immutable": true,
|
|
1767
3597
|
"locationInModule": {
|
|
1768
3598
|
"filename": "src/esbuild-types.ts",
|
|
1769
|
-
"line":
|
|
3599
|
+
"line": 73
|
|
1770
3600
|
},
|
|
1771
3601
|
"name": "outfile",
|
|
1772
3602
|
"optional": true,
|
|
@@ -1783,7 +3613,7 @@
|
|
|
1783
3613
|
"immutable": true,
|
|
1784
3614
|
"locationInModule": {
|
|
1785
3615
|
"filename": "src/esbuild-types.ts",
|
|
1786
|
-
"line":
|
|
3616
|
+
"line": 81
|
|
1787
3617
|
},
|
|
1788
3618
|
"name": "platform",
|
|
1789
3619
|
"optional": true,
|
|
@@ -1800,7 +3630,7 @@
|
|
|
1800
3630
|
"immutable": true,
|
|
1801
3631
|
"locationInModule": {
|
|
1802
3632
|
"filename": "src/esbuild-types.ts",
|
|
1803
|
-
"line":
|
|
3633
|
+
"line": 71
|
|
1804
3634
|
},
|
|
1805
3635
|
"name": "preserveSymlinks",
|
|
1806
3636
|
"optional": true,
|
|
@@ -1817,7 +3647,7 @@
|
|
|
1817
3647
|
"immutable": true,
|
|
1818
3648
|
"locationInModule": {
|
|
1819
3649
|
"filename": "src/esbuild-types.ts",
|
|
1820
|
-
"line":
|
|
3650
|
+
"line": 101
|
|
1821
3651
|
},
|
|
1822
3652
|
"name": "publicPath",
|
|
1823
3653
|
"optional": true,
|
|
@@ -1834,7 +3664,7 @@
|
|
|
1834
3664
|
"immutable": true,
|
|
1835
3665
|
"locationInModule": {
|
|
1836
3666
|
"filename": "src/esbuild-types.ts",
|
|
1837
|
-
"line":
|
|
3667
|
+
"line": 53
|
|
1838
3668
|
},
|
|
1839
3669
|
"name": "pure",
|
|
1840
3670
|
"optional": true,
|
|
@@ -1856,7 +3686,7 @@
|
|
|
1856
3686
|
"immutable": true,
|
|
1857
3687
|
"locationInModule": {
|
|
1858
3688
|
"filename": "src/esbuild-types.ts",
|
|
1859
|
-
"line":
|
|
3689
|
+
"line": 87
|
|
1860
3690
|
},
|
|
1861
3691
|
"name": "resolveExtensions",
|
|
1862
3692
|
"optional": true,
|
|
@@ -1878,7 +3708,7 @@
|
|
|
1878
3708
|
"immutable": true,
|
|
1879
3709
|
"locationInModule": {
|
|
1880
3710
|
"filename": "src/esbuild-types.ts",
|
|
1881
|
-
"line":
|
|
3711
|
+
"line": 12
|
|
1882
3712
|
},
|
|
1883
3713
|
"name": "sourcemap",
|
|
1884
3714
|
"optional": true,
|
|
@@ -1904,7 +3734,7 @@
|
|
|
1904
3734
|
"immutable": true,
|
|
1905
3735
|
"locationInModule": {
|
|
1906
3736
|
"filename": "src/esbuild-types.ts",
|
|
1907
|
-
"line":
|
|
3737
|
+
"line": 16
|
|
1908
3738
|
},
|
|
1909
3739
|
"name": "sourceRoot",
|
|
1910
3740
|
"optional": true,
|
|
@@ -1921,7 +3751,7 @@
|
|
|
1921
3751
|
"immutable": true,
|
|
1922
3752
|
"locationInModule": {
|
|
1923
3753
|
"filename": "src/esbuild-types.ts",
|
|
1924
|
-
"line":
|
|
3754
|
+
"line": 18
|
|
1925
3755
|
},
|
|
1926
3756
|
"name": "sourcesContent",
|
|
1927
3757
|
"optional": true,
|
|
@@ -1938,7 +3768,7 @@
|
|
|
1938
3768
|
"immutable": true,
|
|
1939
3769
|
"locationInModule": {
|
|
1940
3770
|
"filename": "src/esbuild-types.ts",
|
|
1941
|
-
"line":
|
|
3771
|
+
"line": 69
|
|
1942
3772
|
},
|
|
1943
3773
|
"name": "splitting",
|
|
1944
3774
|
"optional": true,
|
|
@@ -1955,7 +3785,7 @@
|
|
|
1955
3785
|
"immutable": true,
|
|
1956
3786
|
"locationInModule": {
|
|
1957
3787
|
"filename": "src/esbuild-types.ts",
|
|
1958
|
-
"line":
|
|
3788
|
+
"line": 25
|
|
1959
3789
|
},
|
|
1960
3790
|
"name": "target",
|
|
1961
3791
|
"optional": true,
|
|
@@ -1986,7 +3816,7 @@
|
|
|
1986
3816
|
"immutable": true,
|
|
1987
3817
|
"locationInModule": {
|
|
1988
3818
|
"filename": "src/esbuild-types.ts",
|
|
1989
|
-
"line":
|
|
3819
|
+
"line": 39
|
|
1990
3820
|
},
|
|
1991
3821
|
"name": "treeShaking",
|
|
1992
3822
|
"optional": true,
|
|
@@ -2003,7 +3833,7 @@
|
|
|
2003
3833
|
"immutable": true,
|
|
2004
3834
|
"locationInModule": {
|
|
2005
3835
|
"filename": "src/esbuild-types.ts",
|
|
2006
|
-
"line":
|
|
3836
|
+
"line": 97
|
|
2007
3837
|
},
|
|
2008
3838
|
"name": "tsconfig",
|
|
2009
3839
|
"optional": true,
|
|
@@ -2020,7 +3850,7 @@
|
|
|
2020
3850
|
"immutable": true,
|
|
2021
3851
|
"locationInModule": {
|
|
2022
3852
|
"filename": "src/esbuild-types.ts",
|
|
2023
|
-
"line":
|
|
3853
|
+
"line": 93
|
|
2024
3854
|
},
|
|
2025
3855
|
"name": "write",
|
|
2026
3856
|
"optional": true,
|
|
@@ -2119,7 +3949,7 @@
|
|
|
2119
3949
|
"kind": "interface",
|
|
2120
3950
|
"locationInModule": {
|
|
2121
3951
|
"filename": "src/code.ts",
|
|
2122
|
-
"line":
|
|
3952
|
+
"line": 18
|
|
2123
3953
|
},
|
|
2124
3954
|
"name": "CodeConfig",
|
|
2125
3955
|
"properties": [
|
|
@@ -2132,11 +3962,11 @@
|
|
|
2132
3962
|
"immutable": true,
|
|
2133
3963
|
"locationInModule": {
|
|
2134
3964
|
"filename": "src/code.ts",
|
|
2135
|
-
"line":
|
|
3965
|
+
"line": 24
|
|
2136
3966
|
},
|
|
2137
3967
|
"name": "s3Location",
|
|
2138
3968
|
"type": {
|
|
2139
|
-
"fqn": "
|
|
3969
|
+
"fqn": "aws-cdk-lib.aws_s3.Location"
|
|
2140
3970
|
}
|
|
2141
3971
|
}
|
|
2142
3972
|
],
|
|
@@ -2261,7 +4091,7 @@
|
|
|
2261
4091
|
},
|
|
2262
4092
|
"name": "image",
|
|
2263
4093
|
"type": {
|
|
2264
|
-
"fqn": "
|
|
4094
|
+
"fqn": "aws-cdk-lib.DockerImage"
|
|
2265
4095
|
}
|
|
2266
4096
|
},
|
|
2267
4097
|
{
|
|
@@ -2276,7 +4106,7 @@
|
|
|
2276
4106
|
},
|
|
2277
4107
|
"name": "local",
|
|
2278
4108
|
"type": {
|
|
2279
|
-
"fqn": "
|
|
4109
|
+
"fqn": "aws-cdk-lib.ILocalBundling"
|
|
2280
4110
|
}
|
|
2281
4111
|
},
|
|
2282
4112
|
{
|
|
@@ -2299,7 +4129,7 @@
|
|
|
2299
4129
|
},
|
|
2300
4130
|
"@mrgrain/cdk-esbuild.InlineJavaScriptCode": {
|
|
2301
4131
|
"assembly": "@mrgrain/cdk-esbuild",
|
|
2302
|
-
"base": "
|
|
4132
|
+
"base": "aws-cdk-lib.aws_lambda.InlineCode",
|
|
2303
4133
|
"docs": {
|
|
2304
4134
|
"stability": "experimental",
|
|
2305
4135
|
"summary": "An implementation of `lambda.InlineCode` using the esbuild Transform API. Inline function code is limited to 4 KiB after transformation."
|
|
@@ -2358,7 +4188,7 @@
|
|
|
2358
4188
|
},
|
|
2359
4189
|
"@mrgrain/cdk-esbuild.InlineJsxCode": {
|
|
2360
4190
|
"assembly": "@mrgrain/cdk-esbuild",
|
|
2361
|
-
"base": "
|
|
4191
|
+
"base": "aws-cdk-lib.aws_lambda.InlineCode",
|
|
2362
4192
|
"docs": {
|
|
2363
4193
|
"stability": "experimental",
|
|
2364
4194
|
"summary": "An implementation of `lambda.InlineCode` using the esbuild Transform API. Inline function code is limited to 4 KiB after transformation."
|
|
@@ -2417,7 +4247,7 @@
|
|
|
2417
4247
|
},
|
|
2418
4248
|
"@mrgrain/cdk-esbuild.InlineTsxCode": {
|
|
2419
4249
|
"assembly": "@mrgrain/cdk-esbuild",
|
|
2420
|
-
"base": "
|
|
4250
|
+
"base": "aws-cdk-lib.aws_lambda.InlineCode",
|
|
2421
4251
|
"docs": {
|
|
2422
4252
|
"stability": "experimental",
|
|
2423
4253
|
"summary": "An implementation of `lambda.InlineCode` using the esbuild Transform API. Inline function code is limited to 4 KiB after transformation."
|
|
@@ -2476,7 +4306,7 @@
|
|
|
2476
4306
|
},
|
|
2477
4307
|
"@mrgrain/cdk-esbuild.InlineTypeScriptCode": {
|
|
2478
4308
|
"assembly": "@mrgrain/cdk-esbuild",
|
|
2479
|
-
"base": "
|
|
4309
|
+
"base": "aws-cdk-lib.aws_lambda.InlineCode",
|
|
2480
4310
|
"docs": {
|
|
2481
4311
|
"stability": "experimental",
|
|
2482
4312
|
"summary": "An implementation of `lambda.InlineCode` using the esbuild Transform API. Inline function code is limited to 4 KiB after transformation."
|
|
@@ -2547,13 +4377,13 @@
|
|
|
2547
4377
|
},
|
|
2548
4378
|
"locationInModule": {
|
|
2549
4379
|
"filename": "src/asset.ts",
|
|
2550
|
-
"line":
|
|
4380
|
+
"line": 42
|
|
2551
4381
|
},
|
|
2552
4382
|
"parameters": [
|
|
2553
4383
|
{
|
|
2554
4384
|
"name": "scope",
|
|
2555
4385
|
"type": {
|
|
2556
|
-
"fqn": "
|
|
4386
|
+
"fqn": "constructs.Construct"
|
|
2557
4387
|
}
|
|
2558
4388
|
},
|
|
2559
4389
|
{
|
|
@@ -2573,7 +4403,7 @@
|
|
|
2573
4403
|
"kind": "class",
|
|
2574
4404
|
"locationInModule": {
|
|
2575
4405
|
"filename": "src/asset.ts",
|
|
2576
|
-
"line":
|
|
4406
|
+
"line": 97
|
|
2577
4407
|
},
|
|
2578
4408
|
"name": "JavaScriptAsset",
|
|
2579
4409
|
"symbolId": "src/asset:JavaScriptAsset"
|
|
@@ -2591,7 +4421,7 @@
|
|
|
2591
4421
|
},
|
|
2592
4422
|
"locationInModule": {
|
|
2593
4423
|
"filename": "src/code.ts",
|
|
2594
|
-
"line":
|
|
4424
|
+
"line": 124
|
|
2595
4425
|
},
|
|
2596
4426
|
"parameters": [
|
|
2597
4427
|
{
|
|
@@ -2644,7 +4474,7 @@
|
|
|
2644
4474
|
"kind": "class",
|
|
2645
4475
|
"locationInModule": {
|
|
2646
4476
|
"filename": "src/code.ts",
|
|
2647
|
-
"line":
|
|
4477
|
+
"line": 121
|
|
2648
4478
|
},
|
|
2649
4479
|
"methods": [
|
|
2650
4480
|
{
|
|
@@ -2653,14 +4483,14 @@
|
|
|
2653
4483
|
},
|
|
2654
4484
|
"locationInModule": {
|
|
2655
4485
|
"filename": "src/code.ts",
|
|
2656
|
-
"line":
|
|
4486
|
+
"line": 74
|
|
2657
4487
|
},
|
|
2658
4488
|
"name": "bind",
|
|
2659
4489
|
"parameters": [
|
|
2660
4490
|
{
|
|
2661
4491
|
"name": "scope",
|
|
2662
4492
|
"type": {
|
|
2663
|
-
"fqn": "
|
|
4493
|
+
"fqn": "constructs.Construct"
|
|
2664
4494
|
}
|
|
2665
4495
|
}
|
|
2666
4496
|
],
|
|
@@ -2678,21 +4508,21 @@
|
|
|
2678
4508
|
},
|
|
2679
4509
|
"locationInModule": {
|
|
2680
4510
|
"filename": "src/code.ts",
|
|
2681
|
-
"line":
|
|
4511
|
+
"line": 106
|
|
2682
4512
|
},
|
|
2683
4513
|
"name": "bindToResource",
|
|
2684
4514
|
"parameters": [
|
|
2685
4515
|
{
|
|
2686
4516
|
"name": "resource",
|
|
2687
4517
|
"type": {
|
|
2688
|
-
"fqn": "
|
|
4518
|
+
"fqn": "aws-cdk-lib.CfnResource"
|
|
2689
4519
|
}
|
|
2690
4520
|
},
|
|
2691
4521
|
{
|
|
2692
4522
|
"name": "options",
|
|
2693
4523
|
"optional": true,
|
|
2694
4524
|
"type": {
|
|
2695
|
-
"fqn": "
|
|
4525
|
+
"fqn": "aws-cdk-lib.aws_lambda.ResourceBindOptions"
|
|
2696
4526
|
}
|
|
2697
4527
|
}
|
|
2698
4528
|
]
|
|
@@ -2707,7 +4537,7 @@
|
|
|
2707
4537
|
"immutable": true,
|
|
2708
4538
|
"locationInModule": {
|
|
2709
4539
|
"filename": "src/code.ts",
|
|
2710
|
-
"line":
|
|
4540
|
+
"line": 122
|
|
2711
4541
|
},
|
|
2712
4542
|
"name": "assetClass",
|
|
2713
4543
|
"protected": true,
|
|
@@ -2721,7 +4551,7 @@
|
|
|
2721
4551
|
},
|
|
2722
4552
|
"locationInModule": {
|
|
2723
4553
|
"filename": "src/code.ts",
|
|
2724
|
-
"line":
|
|
4554
|
+
"line": 42
|
|
2725
4555
|
},
|
|
2726
4556
|
"name": "asset",
|
|
2727
4557
|
"protected": true,
|
|
@@ -2746,7 +4576,7 @@
|
|
|
2746
4576
|
},
|
|
2747
4577
|
"locationInModule": {
|
|
2748
4578
|
"filename": "src/code.ts",
|
|
2749
|
-
"line":
|
|
4579
|
+
"line": 49
|
|
2750
4580
|
},
|
|
2751
4581
|
"name": "isInline",
|
|
2752
4582
|
"type": {
|
|
@@ -2759,7 +4589,7 @@
|
|
|
2759
4589
|
},
|
|
2760
4590
|
"locationInModule": {
|
|
2761
4591
|
"filename": "src/code.ts",
|
|
2762
|
-
"line":
|
|
4592
|
+
"line": 40
|
|
2763
4593
|
},
|
|
2764
4594
|
"name": "props",
|
|
2765
4595
|
"protected": true,
|
|
@@ -2783,7 +4613,7 @@
|
|
|
2783
4613
|
"kind": "interface",
|
|
2784
4614
|
"locationInModule": {
|
|
2785
4615
|
"filename": "src/code.ts",
|
|
2786
|
-
"line":
|
|
4616
|
+
"line": 27
|
|
2787
4617
|
},
|
|
2788
4618
|
"name": "JavaScriptCodeProps",
|
|
2789
4619
|
"properties": [
|
|
@@ -2797,7 +4627,7 @@
|
|
|
2797
4627
|
"immutable": true,
|
|
2798
4628
|
"locationInModule": {
|
|
2799
4629
|
"filename": "src/asset.ts",
|
|
2800
|
-
"line":
|
|
4630
|
+
"line": 20
|
|
2801
4631
|
},
|
|
2802
4632
|
"name": "assetHash",
|
|
2803
4633
|
"optional": true,
|
|
@@ -2820,7 +4650,7 @@
|
|
|
2820
4650
|
},
|
|
2821
4651
|
"locationInModule": {
|
|
2822
4652
|
"filename": "src/source.ts",
|
|
2823
|
-
"line":
|
|
4653
|
+
"line": 89
|
|
2824
4654
|
},
|
|
2825
4655
|
"parameters": [
|
|
2826
4656
|
{
|
|
@@ -2861,12 +4691,12 @@
|
|
|
2861
4691
|
]
|
|
2862
4692
|
},
|
|
2863
4693
|
"interfaces": [
|
|
2864
|
-
"
|
|
4694
|
+
"aws-cdk-lib.aws_s3_deployment.ISource"
|
|
2865
4695
|
],
|
|
2866
4696
|
"kind": "class",
|
|
2867
4697
|
"locationInModule": {
|
|
2868
4698
|
"filename": "src/source.ts",
|
|
2869
|
-
"line":
|
|
4699
|
+
"line": 83
|
|
2870
4700
|
},
|
|
2871
4701
|
"methods": [
|
|
2872
4702
|
{
|
|
@@ -2876,28 +4706,28 @@
|
|
|
2876
4706
|
},
|
|
2877
4707
|
"locationInModule": {
|
|
2878
4708
|
"filename": "src/source.ts",
|
|
2879
|
-
"line":
|
|
4709
|
+
"line": 49
|
|
2880
4710
|
},
|
|
2881
4711
|
"name": "bind",
|
|
2882
|
-
"overrides": "
|
|
4712
|
+
"overrides": "aws-cdk-lib.aws_s3_deployment.ISource",
|
|
2883
4713
|
"parameters": [
|
|
2884
4714
|
{
|
|
2885
4715
|
"name": "scope",
|
|
2886
4716
|
"type": {
|
|
2887
|
-
"fqn": "
|
|
4717
|
+
"fqn": "constructs.Construct"
|
|
2888
4718
|
}
|
|
2889
4719
|
},
|
|
2890
4720
|
{
|
|
2891
4721
|
"name": "context",
|
|
2892
4722
|
"optional": true,
|
|
2893
4723
|
"type": {
|
|
2894
|
-
"fqn": "
|
|
4724
|
+
"fqn": "aws-cdk-lib.aws_s3_deployment.DeploymentSourceContext"
|
|
2895
4725
|
}
|
|
2896
4726
|
}
|
|
2897
4727
|
],
|
|
2898
4728
|
"returns": {
|
|
2899
4729
|
"type": {
|
|
2900
|
-
"fqn": "
|
|
4730
|
+
"fqn": "aws-cdk-lib.aws_s3_deployment.SourceConfig"
|
|
2901
4731
|
}
|
|
2902
4732
|
}
|
|
2903
4733
|
}
|
|
@@ -2910,7 +4740,7 @@
|
|
|
2910
4740
|
},
|
|
2911
4741
|
"locationInModule": {
|
|
2912
4742
|
"filename": "src/source.ts",
|
|
2913
|
-
"line":
|
|
4743
|
+
"line": 27
|
|
2914
4744
|
},
|
|
2915
4745
|
"name": "asset",
|
|
2916
4746
|
"protected": true,
|
|
@@ -2933,7 +4763,7 @@
|
|
|
2933
4763
|
},
|
|
2934
4764
|
"locationInModule": {
|
|
2935
4765
|
"filename": "src/source.ts",
|
|
2936
|
-
"line":
|
|
4766
|
+
"line": 87
|
|
2937
4767
|
},
|
|
2938
4768
|
"name": "assetClass",
|
|
2939
4769
|
"type": {
|
|
@@ -2946,7 +4776,7 @@
|
|
|
2946
4776
|
},
|
|
2947
4777
|
"locationInModule": {
|
|
2948
4778
|
"filename": "src/source.ts",
|
|
2949
|
-
"line":
|
|
4779
|
+
"line": 25
|
|
2950
4780
|
},
|
|
2951
4781
|
"name": "props",
|
|
2952
4782
|
"protected": true,
|
|
@@ -2970,7 +4800,7 @@
|
|
|
2970
4800
|
"kind": "interface",
|
|
2971
4801
|
"locationInModule": {
|
|
2972
4802
|
"filename": "src/source.ts",
|
|
2973
|
-
"line":
|
|
4803
|
+
"line": 12
|
|
2974
4804
|
},
|
|
2975
4805
|
"name": "JavaScriptSourceProps",
|
|
2976
4806
|
"properties": [
|
|
@@ -2984,7 +4814,7 @@
|
|
|
2984
4814
|
"immutable": true,
|
|
2985
4815
|
"locationInModule": {
|
|
2986
4816
|
"filename": "src/asset.ts",
|
|
2987
|
-
"line":
|
|
4817
|
+
"line": 20
|
|
2988
4818
|
},
|
|
2989
4819
|
"name": "assetHash",
|
|
2990
4820
|
"optional": true,
|
|
@@ -3005,7 +4835,7 @@
|
|
|
3005
4835
|
"kind": "interface",
|
|
3006
4836
|
"locationInModule": {
|
|
3007
4837
|
"filename": "src/esbuild-types.ts",
|
|
3008
|
-
"line":
|
|
4838
|
+
"line": 224
|
|
3009
4839
|
},
|
|
3010
4840
|
"name": "TransformOptions",
|
|
3011
4841
|
"properties": [
|
|
@@ -3017,7 +4847,7 @@
|
|
|
3017
4847
|
"immutable": true,
|
|
3018
4848
|
"locationInModule": {
|
|
3019
4849
|
"filename": "src/esbuild-types.ts",
|
|
3020
|
-
"line":
|
|
4850
|
+
"line": 229
|
|
3021
4851
|
},
|
|
3022
4852
|
"name": "banner",
|
|
3023
4853
|
"optional": true,
|
|
@@ -3034,7 +4864,7 @@
|
|
|
3034
4864
|
"immutable": true,
|
|
3035
4865
|
"locationInModule": {
|
|
3036
4866
|
"filename": "src/esbuild-types.ts",
|
|
3037
|
-
"line":
|
|
4867
|
+
"line": 37
|
|
3038
4868
|
},
|
|
3039
4869
|
"name": "charset",
|
|
3040
4870
|
"optional": true,
|
|
@@ -3051,7 +4881,7 @@
|
|
|
3051
4881
|
"immutable": true,
|
|
3052
4882
|
"locationInModule": {
|
|
3053
4883
|
"filename": "src/esbuild-types.ts",
|
|
3054
|
-
"line":
|
|
4884
|
+
"line": 58
|
|
3055
4885
|
},
|
|
3056
4886
|
"name": "color",
|
|
3057
4887
|
"optional": true,
|
|
@@ -3068,7 +4898,7 @@
|
|
|
3068
4898
|
"immutable": true,
|
|
3069
4899
|
"locationInModule": {
|
|
3070
4900
|
"filename": "src/esbuild-types.ts",
|
|
3071
|
-
"line":
|
|
4901
|
+
"line": 51
|
|
3072
4902
|
},
|
|
3073
4903
|
"name": "define",
|
|
3074
4904
|
"optional": true,
|
|
@@ -3089,7 +4919,28 @@
|
|
|
3089
4919
|
"immutable": true,
|
|
3090
4920
|
"locationInModule": {
|
|
3091
4921
|
"filename": "src/esbuild-types.ts",
|
|
3092
|
-
"line":
|
|
4922
|
+
"line": 27
|
|
4923
|
+
},
|
|
4924
|
+
"name": "drop",
|
|
4925
|
+
"optional": true,
|
|
4926
|
+
"type": {
|
|
4927
|
+
"collection": {
|
|
4928
|
+
"elementtype": {
|
|
4929
|
+
"primitive": "string"
|
|
4930
|
+
},
|
|
4931
|
+
"kind": "array"
|
|
4932
|
+
}
|
|
4933
|
+
}
|
|
4934
|
+
},
|
|
4935
|
+
{
|
|
4936
|
+
"abstract": true,
|
|
4937
|
+
"docs": {
|
|
4938
|
+
"stability": "stable"
|
|
4939
|
+
},
|
|
4940
|
+
"immutable": true,
|
|
4941
|
+
"locationInModule": {
|
|
4942
|
+
"filename": "src/esbuild-types.ts",
|
|
4943
|
+
"line": 230
|
|
3093
4944
|
},
|
|
3094
4945
|
"name": "footer",
|
|
3095
4946
|
"optional": true,
|
|
@@ -3106,7 +4957,7 @@
|
|
|
3106
4957
|
"immutable": true,
|
|
3107
4958
|
"locationInModule": {
|
|
3108
4959
|
"filename": "src/esbuild-types.ts",
|
|
3109
|
-
"line":
|
|
4960
|
+
"line": 21
|
|
3110
4961
|
},
|
|
3111
4962
|
"name": "format",
|
|
3112
4963
|
"optional": true,
|
|
@@ -3123,7 +4974,7 @@
|
|
|
3123
4974
|
"immutable": true,
|
|
3124
4975
|
"locationInModule": {
|
|
3125
4976
|
"filename": "src/esbuild-types.ts",
|
|
3126
|
-
"line":
|
|
4977
|
+
"line": 23
|
|
3127
4978
|
},
|
|
3128
4979
|
"name": "globalName",
|
|
3129
4980
|
"optional": true,
|
|
@@ -3140,7 +4991,7 @@
|
|
|
3140
4991
|
"immutable": true,
|
|
3141
4992
|
"locationInModule": {
|
|
3142
4993
|
"filename": "src/esbuild-types.ts",
|
|
3143
|
-
"line":
|
|
4994
|
+
"line": 41
|
|
3144
4995
|
},
|
|
3145
4996
|
"name": "ignoreAnnotations",
|
|
3146
4997
|
"optional": true,
|
|
@@ -3157,7 +5008,7 @@
|
|
|
3157
5008
|
"immutable": true,
|
|
3158
5009
|
"locationInModule": {
|
|
3159
5010
|
"filename": "src/esbuild-types.ts",
|
|
3160
|
-
"line":
|
|
5011
|
+
"line": 44
|
|
3161
5012
|
},
|
|
3162
5013
|
"name": "jsx",
|
|
3163
5014
|
"optional": true,
|
|
@@ -3174,7 +5025,7 @@
|
|
|
3174
5025
|
"immutable": true,
|
|
3175
5026
|
"locationInModule": {
|
|
3176
5027
|
"filename": "src/esbuild-types.ts",
|
|
3177
|
-
"line":
|
|
5028
|
+
"line": 46
|
|
3178
5029
|
},
|
|
3179
5030
|
"name": "jsxFactory",
|
|
3180
5031
|
"optional": true,
|
|
@@ -3191,7 +5042,7 @@
|
|
|
3191
5042
|
"immutable": true,
|
|
3192
5043
|
"locationInModule": {
|
|
3193
5044
|
"filename": "src/esbuild-types.ts",
|
|
3194
|
-
"line":
|
|
5045
|
+
"line": 48
|
|
3195
5046
|
},
|
|
3196
5047
|
"name": "jsxFragment",
|
|
3197
5048
|
"optional": true,
|
|
@@ -3208,7 +5059,7 @@
|
|
|
3208
5059
|
"immutable": true,
|
|
3209
5060
|
"locationInModule": {
|
|
3210
5061
|
"filename": "src/esbuild-types.ts",
|
|
3211
|
-
"line":
|
|
5062
|
+
"line": 55
|
|
3212
5063
|
},
|
|
3213
5064
|
"name": "keepNames",
|
|
3214
5065
|
"optional": true,
|
|
@@ -3225,7 +5076,7 @@
|
|
|
3225
5076
|
"immutable": true,
|
|
3226
5077
|
"locationInModule": {
|
|
3227
5078
|
"filename": "src/esbuild-types.ts",
|
|
3228
|
-
"line":
|
|
5079
|
+
"line": 14
|
|
3229
5080
|
},
|
|
3230
5081
|
"name": "legalComments",
|
|
3231
5082
|
"optional": true,
|
|
@@ -3241,7 +5092,7 @@
|
|
|
3241
5092
|
"immutable": true,
|
|
3242
5093
|
"locationInModule": {
|
|
3243
5094
|
"filename": "src/esbuild-types.ts",
|
|
3244
|
-
"line":
|
|
5095
|
+
"line": 228
|
|
3245
5096
|
},
|
|
3246
5097
|
"name": "loader",
|
|
3247
5098
|
"optional": true,
|
|
@@ -3258,7 +5109,7 @@
|
|
|
3258
5109
|
"immutable": true,
|
|
3259
5110
|
"locationInModule": {
|
|
3260
5111
|
"filename": "src/esbuild-types.ts",
|
|
3261
|
-
"line":
|
|
5112
|
+
"line": 60
|
|
3262
5113
|
},
|
|
3263
5114
|
"name": "logLevel",
|
|
3264
5115
|
"optional": true,
|
|
@@ -3275,7 +5126,7 @@
|
|
|
3275
5126
|
"immutable": true,
|
|
3276
5127
|
"locationInModule": {
|
|
3277
5128
|
"filename": "src/esbuild-types.ts",
|
|
3278
|
-
"line":
|
|
5129
|
+
"line": 62
|
|
3279
5130
|
},
|
|
3280
5131
|
"name": "logLimit",
|
|
3281
5132
|
"optional": true,
|
|
@@ -3292,7 +5143,7 @@
|
|
|
3292
5143
|
"immutable": true,
|
|
3293
5144
|
"locationInModule": {
|
|
3294
5145
|
"filename": "src/esbuild-types.ts",
|
|
3295
|
-
"line":
|
|
5146
|
+
"line": 29
|
|
3296
5147
|
},
|
|
3297
5148
|
"name": "minify",
|
|
3298
5149
|
"optional": true,
|
|
@@ -3309,7 +5160,7 @@
|
|
|
3309
5160
|
"immutable": true,
|
|
3310
5161
|
"locationInModule": {
|
|
3311
5162
|
"filename": "src/esbuild-types.ts",
|
|
3312
|
-
"line":
|
|
5163
|
+
"line": 33
|
|
3313
5164
|
},
|
|
3314
5165
|
"name": "minifyIdentifiers",
|
|
3315
5166
|
"optional": true,
|
|
@@ -3326,7 +5177,7 @@
|
|
|
3326
5177
|
"immutable": true,
|
|
3327
5178
|
"locationInModule": {
|
|
3328
5179
|
"filename": "src/esbuild-types.ts",
|
|
3329
|
-
"line":
|
|
5180
|
+
"line": 35
|
|
3330
5181
|
},
|
|
3331
5182
|
"name": "minifySyntax",
|
|
3332
5183
|
"optional": true,
|
|
@@ -3343,7 +5194,7 @@
|
|
|
3343
5194
|
"immutable": true,
|
|
3344
5195
|
"locationInModule": {
|
|
3345
5196
|
"filename": "src/esbuild-types.ts",
|
|
3346
|
-
"line":
|
|
5197
|
+
"line": 31
|
|
3347
5198
|
},
|
|
3348
5199
|
"name": "minifyWhitespace",
|
|
3349
5200
|
"optional": true,
|
|
@@ -3360,7 +5211,7 @@
|
|
|
3360
5211
|
"immutable": true,
|
|
3361
5212
|
"locationInModule": {
|
|
3362
5213
|
"filename": "src/esbuild-types.ts",
|
|
3363
|
-
"line":
|
|
5214
|
+
"line": 53
|
|
3364
5215
|
},
|
|
3365
5216
|
"name": "pure",
|
|
3366
5217
|
"optional": true,
|
|
@@ -3381,7 +5232,7 @@
|
|
|
3381
5232
|
"immutable": true,
|
|
3382
5233
|
"locationInModule": {
|
|
3383
5234
|
"filename": "src/esbuild-types.ts",
|
|
3384
|
-
"line":
|
|
5235
|
+
"line": 227
|
|
3385
5236
|
},
|
|
3386
5237
|
"name": "sourcefile",
|
|
3387
5238
|
"optional": true,
|
|
@@ -3398,7 +5249,7 @@
|
|
|
3398
5249
|
"immutable": true,
|
|
3399
5250
|
"locationInModule": {
|
|
3400
5251
|
"filename": "src/esbuild-types.ts",
|
|
3401
|
-
"line":
|
|
5252
|
+
"line": 12
|
|
3402
5253
|
},
|
|
3403
5254
|
"name": "sourcemap",
|
|
3404
5255
|
"optional": true,
|
|
@@ -3424,7 +5275,7 @@
|
|
|
3424
5275
|
"immutable": true,
|
|
3425
5276
|
"locationInModule": {
|
|
3426
5277
|
"filename": "src/esbuild-types.ts",
|
|
3427
|
-
"line":
|
|
5278
|
+
"line": 16
|
|
3428
5279
|
},
|
|
3429
5280
|
"name": "sourceRoot",
|
|
3430
5281
|
"optional": true,
|
|
@@ -3441,7 +5292,7 @@
|
|
|
3441
5292
|
"immutable": true,
|
|
3442
5293
|
"locationInModule": {
|
|
3443
5294
|
"filename": "src/esbuild-types.ts",
|
|
3444
|
-
"line":
|
|
5295
|
+
"line": 18
|
|
3445
5296
|
},
|
|
3446
5297
|
"name": "sourcesContent",
|
|
3447
5298
|
"optional": true,
|
|
@@ -3458,7 +5309,7 @@
|
|
|
3458
5309
|
"immutable": true,
|
|
3459
5310
|
"locationInModule": {
|
|
3460
5311
|
"filename": "src/esbuild-types.ts",
|
|
3461
|
-
"line":
|
|
5312
|
+
"line": 25
|
|
3462
5313
|
},
|
|
3463
5314
|
"name": "target",
|
|
3464
5315
|
"optional": true,
|
|
@@ -3489,7 +5340,7 @@
|
|
|
3489
5340
|
"immutable": true,
|
|
3490
5341
|
"locationInModule": {
|
|
3491
5342
|
"filename": "src/esbuild-types.ts",
|
|
3492
|
-
"line":
|
|
5343
|
+
"line": 39
|
|
3493
5344
|
},
|
|
3494
5345
|
"name": "treeShaking",
|
|
3495
5346
|
"optional": true,
|
|
@@ -3505,7 +5356,7 @@
|
|
|
3505
5356
|
"immutable": true,
|
|
3506
5357
|
"locationInModule": {
|
|
3507
5358
|
"filename": "src/esbuild-types.ts",
|
|
3508
|
-
"line":
|
|
5359
|
+
"line": 225
|
|
3509
5360
|
},
|
|
3510
5361
|
"name": "tsconfigRaw",
|
|
3511
5362
|
"optional": true,
|
|
@@ -3590,13 +5441,13 @@
|
|
|
3590
5441
|
},
|
|
3591
5442
|
"locationInModule": {
|
|
3592
5443
|
"filename": "src/asset.ts",
|
|
3593
|
-
"line":
|
|
5444
|
+
"line": 42
|
|
3594
5445
|
},
|
|
3595
5446
|
"parameters": [
|
|
3596
5447
|
{
|
|
3597
5448
|
"name": "scope",
|
|
3598
5449
|
"type": {
|
|
3599
|
-
"fqn": "
|
|
5450
|
+
"fqn": "constructs.Construct"
|
|
3600
5451
|
}
|
|
3601
5452
|
},
|
|
3602
5453
|
{
|
|
@@ -3616,7 +5467,7 @@
|
|
|
3616
5467
|
"kind": "class",
|
|
3617
5468
|
"locationInModule": {
|
|
3618
5469
|
"filename": "src/asset.ts",
|
|
3619
|
-
"line":
|
|
5470
|
+
"line": 106
|
|
3620
5471
|
},
|
|
3621
5472
|
"name": "TypeScriptAsset",
|
|
3622
5473
|
"symbolId": "src/asset:TypeScriptAsset"
|
|
@@ -3634,7 +5485,7 @@
|
|
|
3634
5485
|
},
|
|
3635
5486
|
"locationInModule": {
|
|
3636
5487
|
"filename": "src/code.ts",
|
|
3637
|
-
"line":
|
|
5488
|
+
"line": 156
|
|
3638
5489
|
},
|
|
3639
5490
|
"parameters": [
|
|
3640
5491
|
{
|
|
@@ -3687,7 +5538,7 @@
|
|
|
3687
5538
|
"kind": "class",
|
|
3688
5539
|
"locationInModule": {
|
|
3689
5540
|
"filename": "src/code.ts",
|
|
3690
|
-
"line":
|
|
5541
|
+
"line": 153
|
|
3691
5542
|
},
|
|
3692
5543
|
"methods": [
|
|
3693
5544
|
{
|
|
@@ -3696,14 +5547,14 @@
|
|
|
3696
5547
|
},
|
|
3697
5548
|
"locationInModule": {
|
|
3698
5549
|
"filename": "src/code.ts",
|
|
3699
|
-
"line":
|
|
5550
|
+
"line": 74
|
|
3700
5551
|
},
|
|
3701
5552
|
"name": "bind",
|
|
3702
5553
|
"parameters": [
|
|
3703
5554
|
{
|
|
3704
5555
|
"name": "scope",
|
|
3705
5556
|
"type": {
|
|
3706
|
-
"fqn": "
|
|
5557
|
+
"fqn": "constructs.Construct"
|
|
3707
5558
|
}
|
|
3708
5559
|
}
|
|
3709
5560
|
],
|
|
@@ -3721,21 +5572,21 @@
|
|
|
3721
5572
|
},
|
|
3722
5573
|
"locationInModule": {
|
|
3723
5574
|
"filename": "src/code.ts",
|
|
3724
|
-
"line":
|
|
5575
|
+
"line": 106
|
|
3725
5576
|
},
|
|
3726
5577
|
"name": "bindToResource",
|
|
3727
5578
|
"parameters": [
|
|
3728
5579
|
{
|
|
3729
5580
|
"name": "resource",
|
|
3730
5581
|
"type": {
|
|
3731
|
-
"fqn": "
|
|
5582
|
+
"fqn": "aws-cdk-lib.CfnResource"
|
|
3732
5583
|
}
|
|
3733
5584
|
},
|
|
3734
5585
|
{
|
|
3735
5586
|
"name": "options",
|
|
3736
5587
|
"optional": true,
|
|
3737
5588
|
"type": {
|
|
3738
|
-
"fqn": "
|
|
5589
|
+
"fqn": "aws-cdk-lib.aws_lambda.ResourceBindOptions"
|
|
3739
5590
|
}
|
|
3740
5591
|
}
|
|
3741
5592
|
]
|
|
@@ -3750,7 +5601,7 @@
|
|
|
3750
5601
|
"immutable": true,
|
|
3751
5602
|
"locationInModule": {
|
|
3752
5603
|
"filename": "src/code.ts",
|
|
3753
|
-
"line":
|
|
5604
|
+
"line": 154
|
|
3754
5605
|
},
|
|
3755
5606
|
"name": "assetClass",
|
|
3756
5607
|
"protected": true,
|
|
@@ -3764,7 +5615,7 @@
|
|
|
3764
5615
|
},
|
|
3765
5616
|
"locationInModule": {
|
|
3766
5617
|
"filename": "src/code.ts",
|
|
3767
|
-
"line":
|
|
5618
|
+
"line": 42
|
|
3768
5619
|
},
|
|
3769
5620
|
"name": "asset",
|
|
3770
5621
|
"protected": true,
|
|
@@ -3789,7 +5640,7 @@
|
|
|
3789
5640
|
},
|
|
3790
5641
|
"locationInModule": {
|
|
3791
5642
|
"filename": "src/code.ts",
|
|
3792
|
-
"line":
|
|
5643
|
+
"line": 49
|
|
3793
5644
|
},
|
|
3794
5645
|
"name": "isInline",
|
|
3795
5646
|
"type": {
|
|
@@ -3802,7 +5653,7 @@
|
|
|
3802
5653
|
},
|
|
3803
5654
|
"locationInModule": {
|
|
3804
5655
|
"filename": "src/code.ts",
|
|
3805
|
-
"line":
|
|
5656
|
+
"line": 40
|
|
3806
5657
|
},
|
|
3807
5658
|
"name": "props",
|
|
3808
5659
|
"protected": true,
|
|
@@ -3826,7 +5677,7 @@
|
|
|
3826
5677
|
"kind": "interface",
|
|
3827
5678
|
"locationInModule": {
|
|
3828
5679
|
"filename": "src/code.ts",
|
|
3829
|
-
"line":
|
|
5680
|
+
"line": 28
|
|
3830
5681
|
},
|
|
3831
5682
|
"name": "TypeScriptCodeProps",
|
|
3832
5683
|
"properties": [
|
|
@@ -3840,7 +5691,7 @@
|
|
|
3840
5691
|
"immutable": true,
|
|
3841
5692
|
"locationInModule": {
|
|
3842
5693
|
"filename": "src/asset.ts",
|
|
3843
|
-
"line":
|
|
5694
|
+
"line": 20
|
|
3844
5695
|
},
|
|
3845
5696
|
"name": "assetHash",
|
|
3846
5697
|
"optional": true,
|
|
@@ -3863,7 +5714,7 @@
|
|
|
3863
5714
|
},
|
|
3864
5715
|
"locationInModule": {
|
|
3865
5716
|
"filename": "src/source.ts",
|
|
3866
|
-
"line":
|
|
5717
|
+
"line": 103
|
|
3867
5718
|
},
|
|
3868
5719
|
"parameters": [
|
|
3869
5720
|
{
|
|
@@ -3904,12 +5755,12 @@
|
|
|
3904
5755
|
]
|
|
3905
5756
|
},
|
|
3906
5757
|
"interfaces": [
|
|
3907
|
-
"
|
|
5758
|
+
"aws-cdk-lib.aws_s3_deployment.ISource"
|
|
3908
5759
|
],
|
|
3909
5760
|
"kind": "class",
|
|
3910
5761
|
"locationInModule": {
|
|
3911
5762
|
"filename": "src/source.ts",
|
|
3912
|
-
"line":
|
|
5763
|
+
"line": 97
|
|
3913
5764
|
},
|
|
3914
5765
|
"methods": [
|
|
3915
5766
|
{
|
|
@@ -3919,28 +5770,28 @@
|
|
|
3919
5770
|
},
|
|
3920
5771
|
"locationInModule": {
|
|
3921
5772
|
"filename": "src/source.ts",
|
|
3922
|
-
"line":
|
|
5773
|
+
"line": 49
|
|
3923
5774
|
},
|
|
3924
5775
|
"name": "bind",
|
|
3925
|
-
"overrides": "
|
|
5776
|
+
"overrides": "aws-cdk-lib.aws_s3_deployment.ISource",
|
|
3926
5777
|
"parameters": [
|
|
3927
5778
|
{
|
|
3928
5779
|
"name": "scope",
|
|
3929
5780
|
"type": {
|
|
3930
|
-
"fqn": "
|
|
5781
|
+
"fqn": "constructs.Construct"
|
|
3931
5782
|
}
|
|
3932
5783
|
},
|
|
3933
5784
|
{
|
|
3934
5785
|
"name": "context",
|
|
3935
5786
|
"optional": true,
|
|
3936
5787
|
"type": {
|
|
3937
|
-
"fqn": "
|
|
5788
|
+
"fqn": "aws-cdk-lib.aws_s3_deployment.DeploymentSourceContext"
|
|
3938
5789
|
}
|
|
3939
5790
|
}
|
|
3940
5791
|
],
|
|
3941
5792
|
"returns": {
|
|
3942
5793
|
"type": {
|
|
3943
|
-
"fqn": "
|
|
5794
|
+
"fqn": "aws-cdk-lib.aws_s3_deployment.SourceConfig"
|
|
3944
5795
|
}
|
|
3945
5796
|
}
|
|
3946
5797
|
}
|
|
@@ -3953,7 +5804,7 @@
|
|
|
3953
5804
|
},
|
|
3954
5805
|
"locationInModule": {
|
|
3955
5806
|
"filename": "src/source.ts",
|
|
3956
|
-
"line":
|
|
5807
|
+
"line": 27
|
|
3957
5808
|
},
|
|
3958
5809
|
"name": "asset",
|
|
3959
5810
|
"protected": true,
|
|
@@ -3976,7 +5827,7 @@
|
|
|
3976
5827
|
},
|
|
3977
5828
|
"locationInModule": {
|
|
3978
5829
|
"filename": "src/source.ts",
|
|
3979
|
-
"line":
|
|
5830
|
+
"line": 101
|
|
3980
5831
|
},
|
|
3981
5832
|
"name": "assetClass",
|
|
3982
5833
|
"type": {
|
|
@@ -3989,7 +5840,7 @@
|
|
|
3989
5840
|
},
|
|
3990
5841
|
"locationInModule": {
|
|
3991
5842
|
"filename": "src/source.ts",
|
|
3992
|
-
"line":
|
|
5843
|
+
"line": 25
|
|
3993
5844
|
},
|
|
3994
5845
|
"name": "props",
|
|
3995
5846
|
"protected": true,
|
|
@@ -4013,7 +5864,7 @@
|
|
|
4013
5864
|
"kind": "interface",
|
|
4014
5865
|
"locationInModule": {
|
|
4015
5866
|
"filename": "src/source.ts",
|
|
4016
|
-
"line":
|
|
5867
|
+
"line": 13
|
|
4017
5868
|
},
|
|
4018
5869
|
"name": "TypeScriptSourceProps",
|
|
4019
5870
|
"properties": [
|
|
@@ -4027,7 +5878,7 @@
|
|
|
4027
5878
|
"immutable": true,
|
|
4028
5879
|
"locationInModule": {
|
|
4029
5880
|
"filename": "src/asset.ts",
|
|
4030
|
-
"line":
|
|
5881
|
+
"line": 20
|
|
4031
5882
|
},
|
|
4032
5883
|
"name": "assetHash",
|
|
4033
5884
|
"optional": true,
|
|
@@ -4039,6 +5890,6 @@
|
|
|
4039
5890
|
"symbolId": "src/source:TypeScriptSourceProps"
|
|
4040
5891
|
}
|
|
4041
5892
|
},
|
|
4042
|
-
"version": "
|
|
4043
|
-
"fingerprint": "
|
|
5893
|
+
"version": "3.1.0",
|
|
5894
|
+
"fingerprint": "ZkMHvmzI01EO87iXPfGbaGIoBdnKLK9/dPwUL77+4bw="
|
|
4044
5895
|
}
|