aws-solutions-constructs.aws-lambda-transcribe 2.99.0__tar.gz → 2.100.0__tar.gz
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.
- {aws_solutions_constructs_aws_lambda_transcribe-2.99.0/src/aws_solutions_constructs.aws_lambda_transcribe.egg-info → aws_solutions_constructs_aws_lambda_transcribe-2.100.0}/PKG-INFO +5 -5
- {aws_solutions_constructs_aws_lambda_transcribe-2.99.0 → aws_solutions_constructs_aws_lambda_transcribe-2.100.0}/setup.py +6 -6
- {aws_solutions_constructs_aws_lambda_transcribe-2.99.0 → aws_solutions_constructs_aws_lambda_transcribe-2.100.0}/src/aws_solutions_constructs/aws_lambda_transcribe/__init__.py +59 -57
- {aws_solutions_constructs_aws_lambda_transcribe-2.99.0 → aws_solutions_constructs_aws_lambda_transcribe-2.100.0}/src/aws_solutions_constructs/aws_lambda_transcribe/_jsii/__init__.py +2 -2
- aws_solutions_constructs_aws_lambda_transcribe-2.100.0/src/aws_solutions_constructs/aws_lambda_transcribe/_jsii/aws-lambda-transcribe@2.100.0.jsii.tgz +0 -0
- {aws_solutions_constructs_aws_lambda_transcribe-2.99.0 → aws_solutions_constructs_aws_lambda_transcribe-2.100.0/src/aws_solutions_constructs.aws_lambda_transcribe.egg-info}/PKG-INFO +5 -5
- {aws_solutions_constructs_aws_lambda_transcribe-2.99.0 → aws_solutions_constructs_aws_lambda_transcribe-2.100.0}/src/aws_solutions_constructs.aws_lambda_transcribe.egg-info/SOURCES.txt +1 -1
- aws_solutions_constructs_aws_lambda_transcribe-2.100.0/src/aws_solutions_constructs.aws_lambda_transcribe.egg-info/requires.txt +6 -0
- aws_solutions_constructs_aws_lambda_transcribe-2.99.0/src/aws_solutions_constructs/aws_lambda_transcribe/_jsii/aws-lambda-transcribe@2.99.0.jsii.tgz +0 -0
- aws_solutions_constructs_aws_lambda_transcribe-2.99.0/src/aws_solutions_constructs.aws_lambda_transcribe.egg-info/requires.txt +0 -6
- {aws_solutions_constructs_aws_lambda_transcribe-2.99.0 → aws_solutions_constructs_aws_lambda_transcribe-2.100.0}/LICENSE +0 -0
- {aws_solutions_constructs_aws_lambda_transcribe-2.99.0 → aws_solutions_constructs_aws_lambda_transcribe-2.100.0}/MANIFEST.in +0 -0
- {aws_solutions_constructs_aws_lambda_transcribe-2.99.0 → aws_solutions_constructs_aws_lambda_transcribe-2.100.0}/README.md +0 -0
- {aws_solutions_constructs_aws_lambda_transcribe-2.99.0 → aws_solutions_constructs_aws_lambda_transcribe-2.100.0}/pyproject.toml +0 -0
- {aws_solutions_constructs_aws_lambda_transcribe-2.99.0 → aws_solutions_constructs_aws_lambda_transcribe-2.100.0}/setup.cfg +0 -0
- {aws_solutions_constructs_aws_lambda_transcribe-2.99.0 → aws_solutions_constructs_aws_lambda_transcribe-2.100.0}/src/aws_solutions_constructs/aws_lambda_transcribe/py.typed +0 -0
- {aws_solutions_constructs_aws_lambda_transcribe-2.99.0 → aws_solutions_constructs_aws_lambda_transcribe-2.100.0}/src/aws_solutions_constructs.aws_lambda_transcribe.egg-info/dependency_links.txt +0 -0
- {aws_solutions_constructs_aws_lambda_transcribe-2.99.0 → aws_solutions_constructs_aws_lambda_transcribe-2.100.0}/src/aws_solutions_constructs.aws_lambda_transcribe.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-solutions-constructs.aws-lambda-transcribe
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.100.0
|
|
4
4
|
Summary: CDK constructs for defining an interaction between an AWS Lambda function and Amazon Transcribe with S3 buckets.
|
|
5
5
|
Home-page: https://github.com/awslabs/aws-solutions-constructs.git
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -18,12 +18,12 @@ Classifier: License :: OSI Approved
|
|
|
18
18
|
Requires-Python: ~=3.9
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
License-File: LICENSE
|
|
21
|
-
Requires-Dist: aws-cdk-lib<3.0.0,>=2.
|
|
22
|
-
Requires-Dist: aws-solutions-constructs.core==2.
|
|
21
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.239.0
|
|
22
|
+
Requires-Dist: aws-solutions-constructs.core==2.100.0
|
|
23
23
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
24
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
24
|
+
Requires-Dist: jsii<2.0.0,>=1.126.0
|
|
25
25
|
Requires-Dist: publication>=0.0.3
|
|
26
|
-
Requires-Dist: typeguard
|
|
26
|
+
Requires-Dist: typeguard==2.13.3
|
|
27
27
|
|
|
28
28
|
# aws-lambda-transcribe module
|
|
29
29
|
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "aws-solutions-constructs.aws-lambda-transcribe",
|
|
8
|
-
"version": "2.
|
|
8
|
+
"version": "2.100.0",
|
|
9
9
|
"description": "CDK constructs for defining an interaction between an AWS Lambda function and Amazon Transcribe with S3 buckets.",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"url": "https://github.com/awslabs/aws-solutions-constructs.git",
|
|
@@ -26,7 +26,7 @@ kwargs = json.loads(
|
|
|
26
26
|
],
|
|
27
27
|
"package_data": {
|
|
28
28
|
"aws_solutions_constructs.aws_lambda_transcribe._jsii": [
|
|
29
|
-
"aws-lambda-transcribe@2.
|
|
29
|
+
"aws-lambda-transcribe@2.100.0.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"aws_solutions_constructs.aws_lambda_transcribe": [
|
|
32
32
|
"py.typed"
|
|
@@ -34,12 +34,12 @@ kwargs = json.loads(
|
|
|
34
34
|
},
|
|
35
35
|
"python_requires": "~=3.9",
|
|
36
36
|
"install_requires": [
|
|
37
|
-
"aws-cdk-lib>=2.
|
|
38
|
-
"aws-solutions-constructs.core==2.
|
|
37
|
+
"aws-cdk-lib>=2.239.0, <3.0.0",
|
|
38
|
+
"aws-solutions-constructs.core==2.100.0",
|
|
39
39
|
"constructs>=10.0.0, <11.0.0",
|
|
40
|
-
"jsii>=1.
|
|
40
|
+
"jsii>=1.126.0, <2.0.0",
|
|
41
41
|
"publication>=0.0.3",
|
|
42
|
-
"typeguard
|
|
42
|
+
"typeguard==2.13.3"
|
|
43
43
|
],
|
|
44
44
|
"classifiers": [
|
|
45
45
|
"Intended Audience :: Developers",
|
|
@@ -190,25 +190,25 @@ class LambdaToTranscribe(
|
|
|
190
190
|
|
|
191
191
|
def __init__(
|
|
192
192
|
self,
|
|
193
|
-
scope: _constructs_77d1e7e8.Construct,
|
|
193
|
+
scope: "_constructs_77d1e7e8.Construct",
|
|
194
194
|
id: builtins.str,
|
|
195
195
|
*,
|
|
196
196
|
deploy_vpc: typing.Optional[builtins.bool] = None,
|
|
197
197
|
destination_bucket_environment_variable_name: typing.Optional[builtins.str] = None,
|
|
198
|
-
destination_bucket_props: typing.Optional[typing.Union[_aws_cdk_aws_s3_ceddda9d.BucketProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
199
|
-
destination_logging_bucket_props: typing.Optional[typing.Union[_aws_cdk_aws_s3_ceddda9d.BucketProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
200
|
-
existing_destination_bucket_obj: typing.Optional[_aws_cdk_aws_s3_ceddda9d.IBucket] = None,
|
|
201
|
-
existing_lambda_obj: typing.Optional[_aws_cdk_aws_lambda_ceddda9d.Function] = None,
|
|
202
|
-
existing_source_bucket_obj: typing.Optional[_aws_cdk_aws_s3_ceddda9d.IBucket] = None,
|
|
203
|
-
existing_vpc: typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IVpc] = None,
|
|
204
|
-
lambda_function_props: typing.Optional[typing.Union[_aws_cdk_aws_lambda_ceddda9d.FunctionProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
198
|
+
destination_bucket_props: typing.Optional[typing.Union["_aws_cdk_aws_s3_ceddda9d.BucketProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
199
|
+
destination_logging_bucket_props: typing.Optional[typing.Union["_aws_cdk_aws_s3_ceddda9d.BucketProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
200
|
+
existing_destination_bucket_obj: typing.Optional["_aws_cdk_aws_s3_ceddda9d.IBucket"] = None,
|
|
201
|
+
existing_lambda_obj: typing.Optional["_aws_cdk_aws_lambda_ceddda9d.Function"] = None,
|
|
202
|
+
existing_source_bucket_obj: typing.Optional["_aws_cdk_aws_s3_ceddda9d.IBucket"] = None,
|
|
203
|
+
existing_vpc: typing.Optional["_aws_cdk_aws_ec2_ceddda9d.IVpc"] = None,
|
|
204
|
+
lambda_function_props: typing.Optional[typing.Union["_aws_cdk_aws_lambda_ceddda9d.FunctionProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
205
205
|
log_destination_s3_access_logs: typing.Optional[builtins.bool] = None,
|
|
206
206
|
log_source_s3_access_logs: typing.Optional[builtins.bool] = None,
|
|
207
207
|
source_bucket_environment_variable_name: typing.Optional[builtins.str] = None,
|
|
208
|
-
source_bucket_props: typing.Optional[typing.Union[_aws_cdk_aws_s3_ceddda9d.BucketProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
209
|
-
source_logging_bucket_props: typing.Optional[typing.Union[_aws_cdk_aws_s3_ceddda9d.BucketProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
208
|
+
source_bucket_props: typing.Optional[typing.Union["_aws_cdk_aws_s3_ceddda9d.BucketProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
209
|
+
source_logging_bucket_props: typing.Optional[typing.Union["_aws_cdk_aws_s3_ceddda9d.BucketProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
210
210
|
use_same_bucket: typing.Optional[builtins.bool] = None,
|
|
211
|
-
vpc_props: typing.Optional[typing.Union[_aws_cdk_aws_ec2_ceddda9d.VpcProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
211
|
+
vpc_props: typing.Optional[typing.Union["_aws_cdk_aws_ec2_ceddda9d.VpcProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
212
212
|
) -> None:
|
|
213
213
|
'''
|
|
214
214
|
:param scope: - represents the scope for all the resources.
|
|
@@ -260,45 +260,47 @@ class LambdaToTranscribe(
|
|
|
260
260
|
|
|
261
261
|
@builtins.property
|
|
262
262
|
@jsii.member(jsii_name="destinationBucketInterface")
|
|
263
|
-
def destination_bucket_interface(self) -> _aws_cdk_aws_s3_ceddda9d.IBucket:
|
|
264
|
-
return typing.cast(_aws_cdk_aws_s3_ceddda9d.IBucket, jsii.get(self, "destinationBucketInterface"))
|
|
263
|
+
def destination_bucket_interface(self) -> "_aws_cdk_aws_s3_ceddda9d.IBucket":
|
|
264
|
+
return typing.cast("_aws_cdk_aws_s3_ceddda9d.IBucket", jsii.get(self, "destinationBucketInterface"))
|
|
265
265
|
|
|
266
266
|
@builtins.property
|
|
267
267
|
@jsii.member(jsii_name="lambdaFunction")
|
|
268
|
-
def lambda_function(self) -> _aws_cdk_aws_lambda_ceddda9d.Function:
|
|
269
|
-
return typing.cast(_aws_cdk_aws_lambda_ceddda9d.Function, jsii.get(self, "lambdaFunction"))
|
|
268
|
+
def lambda_function(self) -> "_aws_cdk_aws_lambda_ceddda9d.Function":
|
|
269
|
+
return typing.cast("_aws_cdk_aws_lambda_ceddda9d.Function", jsii.get(self, "lambdaFunction"))
|
|
270
270
|
|
|
271
271
|
@builtins.property
|
|
272
272
|
@jsii.member(jsii_name="sourceBucketInterface")
|
|
273
|
-
def source_bucket_interface(self) -> _aws_cdk_aws_s3_ceddda9d.IBucket:
|
|
274
|
-
return typing.cast(_aws_cdk_aws_s3_ceddda9d.IBucket, jsii.get(self, "sourceBucketInterface"))
|
|
273
|
+
def source_bucket_interface(self) -> "_aws_cdk_aws_s3_ceddda9d.IBucket":
|
|
274
|
+
return typing.cast("_aws_cdk_aws_s3_ceddda9d.IBucket", jsii.get(self, "sourceBucketInterface"))
|
|
275
275
|
|
|
276
276
|
@builtins.property
|
|
277
277
|
@jsii.member(jsii_name="destinationBucket")
|
|
278
|
-
def destination_bucket(self) -> typing.Optional[_aws_cdk_aws_s3_ceddda9d.Bucket]:
|
|
279
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_s3_ceddda9d.Bucket], jsii.get(self, "destinationBucket"))
|
|
278
|
+
def destination_bucket(self) -> typing.Optional["_aws_cdk_aws_s3_ceddda9d.Bucket"]:
|
|
279
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_s3_ceddda9d.Bucket"], jsii.get(self, "destinationBucket"))
|
|
280
280
|
|
|
281
281
|
@builtins.property
|
|
282
282
|
@jsii.member(jsii_name="destinationLoggingBucket")
|
|
283
283
|
def destination_logging_bucket(
|
|
284
284
|
self,
|
|
285
|
-
) -> typing.Optional[_aws_cdk_aws_s3_ceddda9d.Bucket]:
|
|
286
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_s3_ceddda9d.Bucket], jsii.get(self, "destinationLoggingBucket"))
|
|
285
|
+
) -> typing.Optional["_aws_cdk_aws_s3_ceddda9d.Bucket"]:
|
|
286
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_s3_ceddda9d.Bucket"], jsii.get(self, "destinationLoggingBucket"))
|
|
287
287
|
|
|
288
288
|
@builtins.property
|
|
289
289
|
@jsii.member(jsii_name="sourceBucket")
|
|
290
|
-
def source_bucket(self) -> typing.Optional[_aws_cdk_aws_s3_ceddda9d.Bucket]:
|
|
291
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_s3_ceddda9d.Bucket], jsii.get(self, "sourceBucket"))
|
|
290
|
+
def source_bucket(self) -> typing.Optional["_aws_cdk_aws_s3_ceddda9d.Bucket"]:
|
|
291
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_s3_ceddda9d.Bucket"], jsii.get(self, "sourceBucket"))
|
|
292
292
|
|
|
293
293
|
@builtins.property
|
|
294
294
|
@jsii.member(jsii_name="sourceLoggingBucket")
|
|
295
|
-
def source_logging_bucket(
|
|
296
|
-
|
|
295
|
+
def source_logging_bucket(
|
|
296
|
+
self,
|
|
297
|
+
) -> typing.Optional["_aws_cdk_aws_s3_ceddda9d.Bucket"]:
|
|
298
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_s3_ceddda9d.Bucket"], jsii.get(self, "sourceLoggingBucket"))
|
|
297
299
|
|
|
298
300
|
@builtins.property
|
|
299
301
|
@jsii.member(jsii_name="vpc")
|
|
300
|
-
def vpc(self) -> typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IVpc]:
|
|
301
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IVpc], jsii.get(self, "vpc"))
|
|
302
|
+
def vpc(self) -> typing.Optional["_aws_cdk_aws_ec2_ceddda9d.IVpc"]:
|
|
303
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_ec2_ceddda9d.IVpc"], jsii.get(self, "vpc"))
|
|
302
304
|
|
|
303
305
|
|
|
304
306
|
@jsii.data_type(
|
|
@@ -329,20 +331,20 @@ class LambdaToTranscribeProps:
|
|
|
329
331
|
*,
|
|
330
332
|
deploy_vpc: typing.Optional[builtins.bool] = None,
|
|
331
333
|
destination_bucket_environment_variable_name: typing.Optional[builtins.str] = None,
|
|
332
|
-
destination_bucket_props: typing.Optional[typing.Union[_aws_cdk_aws_s3_ceddda9d.BucketProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
333
|
-
destination_logging_bucket_props: typing.Optional[typing.Union[_aws_cdk_aws_s3_ceddda9d.BucketProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
334
|
-
existing_destination_bucket_obj: typing.Optional[_aws_cdk_aws_s3_ceddda9d.IBucket] = None,
|
|
335
|
-
existing_lambda_obj: typing.Optional[_aws_cdk_aws_lambda_ceddda9d.Function] = None,
|
|
336
|
-
existing_source_bucket_obj: typing.Optional[_aws_cdk_aws_s3_ceddda9d.IBucket] = None,
|
|
337
|
-
existing_vpc: typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IVpc] = None,
|
|
338
|
-
lambda_function_props: typing.Optional[typing.Union[_aws_cdk_aws_lambda_ceddda9d.FunctionProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
334
|
+
destination_bucket_props: typing.Optional[typing.Union["_aws_cdk_aws_s3_ceddda9d.BucketProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
335
|
+
destination_logging_bucket_props: typing.Optional[typing.Union["_aws_cdk_aws_s3_ceddda9d.BucketProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
336
|
+
existing_destination_bucket_obj: typing.Optional["_aws_cdk_aws_s3_ceddda9d.IBucket"] = None,
|
|
337
|
+
existing_lambda_obj: typing.Optional["_aws_cdk_aws_lambda_ceddda9d.Function"] = None,
|
|
338
|
+
existing_source_bucket_obj: typing.Optional["_aws_cdk_aws_s3_ceddda9d.IBucket"] = None,
|
|
339
|
+
existing_vpc: typing.Optional["_aws_cdk_aws_ec2_ceddda9d.IVpc"] = None,
|
|
340
|
+
lambda_function_props: typing.Optional[typing.Union["_aws_cdk_aws_lambda_ceddda9d.FunctionProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
339
341
|
log_destination_s3_access_logs: typing.Optional[builtins.bool] = None,
|
|
340
342
|
log_source_s3_access_logs: typing.Optional[builtins.bool] = None,
|
|
341
343
|
source_bucket_environment_variable_name: typing.Optional[builtins.str] = None,
|
|
342
|
-
source_bucket_props: typing.Optional[typing.Union[_aws_cdk_aws_s3_ceddda9d.BucketProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
343
|
-
source_logging_bucket_props: typing.Optional[typing.Union[_aws_cdk_aws_s3_ceddda9d.BucketProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
344
|
+
source_bucket_props: typing.Optional[typing.Union["_aws_cdk_aws_s3_ceddda9d.BucketProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
345
|
+
source_logging_bucket_props: typing.Optional[typing.Union["_aws_cdk_aws_s3_ceddda9d.BucketProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
344
346
|
use_same_bucket: typing.Optional[builtins.bool] = None,
|
|
345
|
-
vpc_props: typing.Optional[typing.Union[_aws_cdk_aws_ec2_ceddda9d.VpcProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
347
|
+
vpc_props: typing.Optional[typing.Union["_aws_cdk_aws_ec2_ceddda9d.VpcProps", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
346
348
|
) -> None:
|
|
347
349
|
'''
|
|
348
350
|
:param deploy_vpc: Whether to deploy a new VPC. Default: - false
|
|
@@ -451,68 +453,68 @@ class LambdaToTranscribeProps:
|
|
|
451
453
|
@builtins.property
|
|
452
454
|
def destination_bucket_props(
|
|
453
455
|
self,
|
|
454
|
-
) -> typing.Optional[_aws_cdk_aws_s3_ceddda9d.BucketProps]:
|
|
456
|
+
) -> typing.Optional["_aws_cdk_aws_s3_ceddda9d.BucketProps"]:
|
|
455
457
|
'''Optional user provided props to override the default props for the destination S3 Bucket.
|
|
456
458
|
|
|
457
459
|
:default: - Default props are used
|
|
458
460
|
'''
|
|
459
461
|
result = self._values.get("destination_bucket_props")
|
|
460
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_s3_ceddda9d.BucketProps], result)
|
|
462
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_s3_ceddda9d.BucketProps"], result)
|
|
461
463
|
|
|
462
464
|
@builtins.property
|
|
463
465
|
def destination_logging_bucket_props(
|
|
464
466
|
self,
|
|
465
|
-
) -> typing.Optional[_aws_cdk_aws_s3_ceddda9d.BucketProps]:
|
|
467
|
+
) -> typing.Optional["_aws_cdk_aws_s3_ceddda9d.BucketProps"]:
|
|
466
468
|
'''Optional user provided props to override the default props for the destination S3 Logging Bucket.
|
|
467
469
|
|
|
468
470
|
:default: - Default props are used
|
|
469
471
|
'''
|
|
470
472
|
result = self._values.get("destination_logging_bucket_props")
|
|
471
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_s3_ceddda9d.BucketProps], result)
|
|
473
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_s3_ceddda9d.BucketProps"], result)
|
|
472
474
|
|
|
473
475
|
@builtins.property
|
|
474
476
|
def existing_destination_bucket_obj(
|
|
475
477
|
self,
|
|
476
|
-
) -> typing.Optional[_aws_cdk_aws_s3_ceddda9d.IBucket]:
|
|
478
|
+
) -> typing.Optional["_aws_cdk_aws_s3_ceddda9d.IBucket"]:
|
|
477
479
|
'''Existing instance of S3 Bucket object for transcription results, providing both this and ``destinationBucketProps`` will cause an error.
|
|
478
480
|
|
|
479
481
|
:default: - None
|
|
480
482
|
'''
|
|
481
483
|
result = self._values.get("existing_destination_bucket_obj")
|
|
482
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_s3_ceddda9d.IBucket], result)
|
|
484
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_s3_ceddda9d.IBucket"], result)
|
|
483
485
|
|
|
484
486
|
@builtins.property
|
|
485
487
|
def existing_lambda_obj(
|
|
486
488
|
self,
|
|
487
|
-
) -> typing.Optional[_aws_cdk_aws_lambda_ceddda9d.Function]:
|
|
489
|
+
) -> typing.Optional["_aws_cdk_aws_lambda_ceddda9d.Function"]:
|
|
488
490
|
'''Existing instance of Lambda Function object, providing both this and ``lambdaFunctionProps`` will cause an error.
|
|
489
491
|
|
|
490
492
|
:default: - None
|
|
491
493
|
'''
|
|
492
494
|
result = self._values.get("existing_lambda_obj")
|
|
493
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_lambda_ceddda9d.Function], result)
|
|
495
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_lambda_ceddda9d.Function"], result)
|
|
494
496
|
|
|
495
497
|
@builtins.property
|
|
496
498
|
def existing_source_bucket_obj(
|
|
497
499
|
self,
|
|
498
|
-
) -> typing.Optional[_aws_cdk_aws_s3_ceddda9d.IBucket]:
|
|
500
|
+
) -> typing.Optional["_aws_cdk_aws_s3_ceddda9d.IBucket"]:
|
|
499
501
|
'''Existing instance of S3 Bucket object for source audio files, providing both this and ``sourceBucketProps`` will cause an error.
|
|
500
502
|
|
|
501
503
|
:default: - None
|
|
502
504
|
'''
|
|
503
505
|
result = self._values.get("existing_source_bucket_obj")
|
|
504
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_s3_ceddda9d.IBucket], result)
|
|
506
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_s3_ceddda9d.IBucket"], result)
|
|
505
507
|
|
|
506
508
|
@builtins.property
|
|
507
|
-
def existing_vpc(self) -> typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IVpc]:
|
|
509
|
+
def existing_vpc(self) -> typing.Optional["_aws_cdk_aws_ec2_ceddda9d.IVpc"]:
|
|
508
510
|
'''An existing VPC for the construct to use (construct will NOT create a new VPC in this case).'''
|
|
509
511
|
result = self._values.get("existing_vpc")
|
|
510
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_ec2_ceddda9d.IVpc], result)
|
|
512
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_ec2_ceddda9d.IVpc"], result)
|
|
511
513
|
|
|
512
514
|
@builtins.property
|
|
513
515
|
def lambda_function_props(
|
|
514
516
|
self,
|
|
515
|
-
) -> typing.Optional[_aws_cdk_aws_lambda_ceddda9d.FunctionProps]:
|
|
517
|
+
) -> typing.Optional["_aws_cdk_aws_lambda_ceddda9d.FunctionProps"]:
|
|
516
518
|
'''Optional - user provided props to override the default props for the Lambda function.
|
|
517
519
|
|
|
518
520
|
Providing both this and ``existingLambdaObj``
|
|
@@ -521,7 +523,7 @@ class LambdaToTranscribeProps:
|
|
|
521
523
|
:default: - Default properties are used.
|
|
522
524
|
'''
|
|
523
525
|
result = self._values.get("lambda_function_props")
|
|
524
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_lambda_ceddda9d.FunctionProps], result)
|
|
526
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_lambda_ceddda9d.FunctionProps"], result)
|
|
525
527
|
|
|
526
528
|
@builtins.property
|
|
527
529
|
def log_destination_s3_access_logs(self) -> typing.Optional[builtins.bool]:
|
|
@@ -557,24 +559,24 @@ class LambdaToTranscribeProps:
|
|
|
557
559
|
@builtins.property
|
|
558
560
|
def source_bucket_props(
|
|
559
561
|
self,
|
|
560
|
-
) -> typing.Optional[_aws_cdk_aws_s3_ceddda9d.BucketProps]:
|
|
562
|
+
) -> typing.Optional["_aws_cdk_aws_s3_ceddda9d.BucketProps"]:
|
|
561
563
|
'''Optional user provided props to override the default props for the source S3 Bucket.
|
|
562
564
|
|
|
563
565
|
:default: - Default props are used
|
|
564
566
|
'''
|
|
565
567
|
result = self._values.get("source_bucket_props")
|
|
566
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_s3_ceddda9d.BucketProps], result)
|
|
568
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_s3_ceddda9d.BucketProps"], result)
|
|
567
569
|
|
|
568
570
|
@builtins.property
|
|
569
571
|
def source_logging_bucket_props(
|
|
570
572
|
self,
|
|
571
|
-
) -> typing.Optional[_aws_cdk_aws_s3_ceddda9d.BucketProps]:
|
|
573
|
+
) -> typing.Optional["_aws_cdk_aws_s3_ceddda9d.BucketProps"]:
|
|
572
574
|
'''Optional user provided props to override the default props for the source S3 Logging Bucket.
|
|
573
575
|
|
|
574
576
|
:default: - Default props are used
|
|
575
577
|
'''
|
|
576
578
|
result = self._values.get("source_logging_bucket_props")
|
|
577
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_s3_ceddda9d.BucketProps], result)
|
|
579
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_s3_ceddda9d.BucketProps"], result)
|
|
578
580
|
|
|
579
581
|
@builtins.property
|
|
580
582
|
def use_same_bucket(self) -> typing.Optional[builtins.bool]:
|
|
@@ -586,10 +588,10 @@ class LambdaToTranscribeProps:
|
|
|
586
588
|
return typing.cast(typing.Optional[builtins.bool], result)
|
|
587
589
|
|
|
588
590
|
@builtins.property
|
|
589
|
-
def vpc_props(self) -> typing.Optional[_aws_cdk_aws_ec2_ceddda9d.VpcProps]:
|
|
591
|
+
def vpc_props(self) -> typing.Optional["_aws_cdk_aws_ec2_ceddda9d.VpcProps"]:
|
|
590
592
|
'''Properties to override default properties if deployVpc is true.'''
|
|
591
593
|
result = self._values.get("vpc_props")
|
|
592
|
-
return typing.cast(typing.Optional[_aws_cdk_aws_ec2_ceddda9d.VpcProps], result)
|
|
594
|
+
return typing.cast(typing.Optional["_aws_cdk_aws_ec2_ceddda9d.VpcProps"], result)
|
|
593
595
|
|
|
594
596
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
595
597
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -34,9 +34,9 @@ import constructs._jsii
|
|
|
34
34
|
|
|
35
35
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
36
36
|
"@aws-solutions-constructs/aws-lambda-transcribe",
|
|
37
|
-
"2.
|
|
37
|
+
"2.100.0",
|
|
38
38
|
__name__[0:-6],
|
|
39
|
-
"aws-lambda-transcribe@2.
|
|
39
|
+
"aws-lambda-transcribe@2.100.0.jsii.tgz",
|
|
40
40
|
)
|
|
41
41
|
|
|
42
42
|
__all__ = [
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-solutions-constructs.aws-lambda-transcribe
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.100.0
|
|
4
4
|
Summary: CDK constructs for defining an interaction between an AWS Lambda function and Amazon Transcribe with S3 buckets.
|
|
5
5
|
Home-page: https://github.com/awslabs/aws-solutions-constructs.git
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -18,12 +18,12 @@ Classifier: License :: OSI Approved
|
|
|
18
18
|
Requires-Python: ~=3.9
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
License-File: LICENSE
|
|
21
|
-
Requires-Dist: aws-cdk-lib<3.0.0,>=2.
|
|
22
|
-
Requires-Dist: aws-solutions-constructs.core==2.
|
|
21
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.239.0
|
|
22
|
+
Requires-Dist: aws-solutions-constructs.core==2.100.0
|
|
23
23
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
24
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
24
|
+
Requires-Dist: jsii<2.0.0,>=1.126.0
|
|
25
25
|
Requires-Dist: publication>=0.0.3
|
|
26
|
-
Requires-Dist: typeguard
|
|
26
|
+
Requires-Dist: typeguard==2.13.3
|
|
27
27
|
|
|
28
28
|
# aws-lambda-transcribe module
|
|
29
29
|
|
|
@@ -11,4 +11,4 @@ src/aws_solutions_constructs.aws_lambda_transcribe.egg-info/top_level.txt
|
|
|
11
11
|
src/aws_solutions_constructs/aws_lambda_transcribe/__init__.py
|
|
12
12
|
src/aws_solutions_constructs/aws_lambda_transcribe/py.typed
|
|
13
13
|
src/aws_solutions_constructs/aws_lambda_transcribe/_jsii/__init__.py
|
|
14
|
-
src/aws_solutions_constructs/aws_lambda_transcribe/_jsii/aws-lambda-transcribe@2.
|
|
14
|
+
src/aws_solutions_constructs/aws_lambda_transcribe/_jsii/aws-lambda-transcribe@2.100.0.jsii.tgz
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|