aws-cdk.aws-s3objectlambda-alpha 2.261.0a0__tar.gz → 2.262.0a0__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_cdk_aws_s3objectlambda_alpha-2.261.0a0/src/aws_cdk.aws_s3objectlambda_alpha.egg-info → aws_cdk_aws_s3objectlambda_alpha-2.262.0a0}/PKG-INFO +3 -4
- {aws_cdk_aws_s3objectlambda_alpha-2.261.0a0 → aws_cdk_aws_s3objectlambda_alpha-2.262.0a0}/setup.py +5 -6
- {aws_cdk_aws_s3objectlambda_alpha-2.261.0a0 → aws_cdk_aws_s3objectlambda_alpha-2.262.0a0}/src/aws_cdk/aws_s3objectlambda_alpha/__init__.py +34 -27
- aws_cdk_aws_s3objectlambda_alpha-2.262.0a0/src/aws_cdk/aws_s3objectlambda_alpha/_jsii/__init__.py +31 -0
- aws_cdk_aws_s3objectlambda_alpha-2.262.0a0/src/aws_cdk/aws_s3objectlambda_alpha/_jsii/aws-s3objectlambda-alpha@2.262.0-alpha.0.jsii.tgz +0 -0
- {aws_cdk_aws_s3objectlambda_alpha-2.261.0a0 → aws_cdk_aws_s3objectlambda_alpha-2.262.0a0/src/aws_cdk.aws_s3objectlambda_alpha.egg-info}/PKG-INFO +3 -4
- {aws_cdk_aws_s3objectlambda_alpha-2.261.0a0 → aws_cdk_aws_s3objectlambda_alpha-2.262.0a0}/src/aws_cdk.aws_s3objectlambda_alpha.egg-info/SOURCES.txt +1 -1
- aws_cdk_aws_s3objectlambda_alpha-2.262.0a0/src/aws_cdk.aws_s3objectlambda_alpha.egg-info/requires.txt +4 -0
- aws_cdk_aws_s3objectlambda_alpha-2.261.0a0/src/aws_cdk/aws_s3objectlambda_alpha/_jsii/__init__.py +0 -45
- aws_cdk_aws_s3objectlambda_alpha-2.261.0a0/src/aws_cdk/aws_s3objectlambda_alpha/_jsii/aws-s3objectlambda-alpha@2.261.0-alpha.0.jsii.tgz +0 -0
- aws_cdk_aws_s3objectlambda_alpha-2.261.0a0/src/aws_cdk.aws_s3objectlambda_alpha.egg-info/requires.txt +0 -5
- {aws_cdk_aws_s3objectlambda_alpha-2.261.0a0 → aws_cdk_aws_s3objectlambda_alpha-2.262.0a0}/LICENSE +0 -0
- {aws_cdk_aws_s3objectlambda_alpha-2.261.0a0 → aws_cdk_aws_s3objectlambda_alpha-2.262.0a0}/MANIFEST.in +0 -0
- {aws_cdk_aws_s3objectlambda_alpha-2.261.0a0 → aws_cdk_aws_s3objectlambda_alpha-2.262.0a0}/NOTICE +0 -0
- {aws_cdk_aws_s3objectlambda_alpha-2.261.0a0 → aws_cdk_aws_s3objectlambda_alpha-2.262.0a0}/README.md +0 -0
- {aws_cdk_aws_s3objectlambda_alpha-2.261.0a0 → aws_cdk_aws_s3objectlambda_alpha-2.262.0a0}/pyproject.toml +0 -0
- {aws_cdk_aws_s3objectlambda_alpha-2.261.0a0 → aws_cdk_aws_s3objectlambda_alpha-2.262.0a0}/setup.cfg +0 -0
- {aws_cdk_aws_s3objectlambda_alpha-2.261.0a0 → aws_cdk_aws_s3objectlambda_alpha-2.262.0a0}/src/aws_cdk/aws_s3objectlambda_alpha/py.typed +0 -0
- {aws_cdk_aws_s3objectlambda_alpha-2.261.0a0 → aws_cdk_aws_s3objectlambda_alpha-2.262.0a0}/src/aws_cdk.aws_s3objectlambda_alpha.egg-info/dependency_links.txt +0 -0
- {aws_cdk_aws_s3objectlambda_alpha-2.261.0a0 → aws_cdk_aws_s3objectlambda_alpha-2.262.0a0}/src/aws_cdk.aws_s3objectlambda_alpha.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-cdk.aws-s3objectlambda-alpha
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.262.0a0
|
|
4
4
|
Summary: The CDK Construct Library for AWS::S3ObjectLambda
|
|
5
5
|
Home-page: https://github.com/aws/aws-cdk
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -24,11 +24,10 @@ Requires-Python: >=3.10
|
|
|
24
24
|
Description-Content-Type: text/markdown
|
|
25
25
|
License-File: LICENSE
|
|
26
26
|
License-File: NOTICE
|
|
27
|
-
Requires-Dist: aws-cdk-lib<3.0.0,>=2.
|
|
27
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.262.0
|
|
28
28
|
Requires-Dist: constructs<11.0.0,>=10.5.0
|
|
29
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
29
|
+
Requires-Dist: jsii<2.0.0,>=1.138.0
|
|
30
30
|
Requires-Dist: publication>=0.0.3
|
|
31
|
-
Requires-Dist: typeguard==2.13.3
|
|
32
31
|
|
|
33
32
|
# AWS::S3ObjectLambda Construct Library
|
|
34
33
|
|
{aws_cdk_aws_s3objectlambda_alpha-2.261.0a0 → aws_cdk_aws_s3objectlambda_alpha-2.262.0a0}/setup.py
RENAMED
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "aws-cdk.aws-s3objectlambda-alpha",
|
|
8
|
-
"version": "2.
|
|
8
|
+
"version": "2.262.0.a0",
|
|
9
9
|
"description": "The CDK Construct Library for AWS::S3ObjectLambda",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"url": "https://github.com/aws/aws-cdk",
|
|
@@ -26,7 +26,7 @@ kwargs = json.loads(
|
|
|
26
26
|
],
|
|
27
27
|
"package_data": {
|
|
28
28
|
"aws_cdk.aws_s3objectlambda_alpha._jsii": [
|
|
29
|
-
"aws-s3objectlambda-alpha@2.
|
|
29
|
+
"aws-s3objectlambda-alpha@2.262.0-alpha.0.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"aws_cdk.aws_s3objectlambda_alpha": [
|
|
32
32
|
"py.typed"
|
|
@@ -34,11 +34,10 @@ kwargs = json.loads(
|
|
|
34
34
|
},
|
|
35
35
|
"python_requires": ">=3.10",
|
|
36
36
|
"install_requires": [
|
|
37
|
-
"aws-cdk-lib>=2.
|
|
37
|
+
"aws-cdk-lib>=2.262.0, <3.0.0",
|
|
38
38
|
"constructs>=10.5.0, <11.0.0",
|
|
39
|
-
"jsii>=1.
|
|
40
|
-
"publication>=0.0.3"
|
|
41
|
-
"typeguard==2.13.3"
|
|
39
|
+
"jsii>=1.138.0, <2.0.0",
|
|
40
|
+
"publication>=0.0.3"
|
|
42
41
|
],
|
|
43
42
|
"classifiers": [
|
|
44
43
|
"Intended Audience :: Developers",
|
|
@@ -106,6 +106,8 @@ s3_access_point_arn = access_point.s3_access_point_arn
|
|
|
106
106
|
|
|
107
107
|
This is only supported for AccessPoints created in the stack - currently you're unable to get the S3 AccessPoint ARN for imported AccessPoints. To do that you'd have to know the S3 bucket name beforehand.
|
|
108
108
|
'''
|
|
109
|
+
from __future__ import annotations
|
|
110
|
+
|
|
109
111
|
from pkgutil import extend_path
|
|
110
112
|
__path__ = extend_path(__path__, __name__)
|
|
111
113
|
|
|
@@ -119,30 +121,35 @@ import jsii
|
|
|
119
121
|
import publication
|
|
120
122
|
import typing_extensions
|
|
121
123
|
|
|
122
|
-
import
|
|
123
|
-
|
|
124
|
-
TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
|
|
125
|
-
|
|
126
|
-
def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
|
|
127
|
-
if TYPEGUARD_MAJOR_VERSION <= 2:
|
|
128
|
-
return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
|
|
129
|
-
else:
|
|
130
|
-
if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
|
|
131
|
-
pass
|
|
132
|
-
else:
|
|
133
|
-
if TYPEGUARD_MAJOR_VERSION == 3:
|
|
134
|
-
typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
|
|
135
|
-
typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
|
|
136
|
-
else:
|
|
137
|
-
typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
|
|
124
|
+
from jsii._type_checking import cached_type_hints, check_type
|
|
125
|
+
|
|
138
126
|
|
|
139
127
|
from ._jsii import *
|
|
140
128
|
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
129
|
+
class _LazyImport:
|
|
130
|
+
def __init__(self, module_name: str) -> None:
|
|
131
|
+
self._module_name = module_name
|
|
132
|
+
self._module: typing.Any = None
|
|
133
|
+
def __getattr__(self, name: str) -> typing.Any:
|
|
134
|
+
if self._module is None:
|
|
135
|
+
import importlib
|
|
136
|
+
self._module = importlib.import_module(self._module_name)
|
|
137
|
+
return getattr(self._module, name)
|
|
138
|
+
|
|
139
|
+
if typing.TYPE_CHECKING:
|
|
140
|
+
|
|
141
|
+
import aws_cdk as _aws_cdk_ceddda9d
|
|
142
|
+
import aws_cdk.aws_lambda as _aws_cdk_aws_lambda_ceddda9d
|
|
143
|
+
import aws_cdk.aws_s3 as _aws_cdk_aws_s3_ceddda9d
|
|
144
|
+
import aws_cdk.interfaces.aws_s3 as _aws_cdk_interfaces_aws_s3_ceddda9d
|
|
145
|
+
import constructs as _constructs_77d1e7e8
|
|
146
|
+
else:
|
|
147
|
+
|
|
148
|
+
_aws_cdk_aws_lambda_ceddda9d = _LazyImport("aws_cdk.aws_lambda")
|
|
149
|
+
_aws_cdk_aws_s3_ceddda9d = _LazyImport("aws_cdk.aws_s3")
|
|
150
|
+
_aws_cdk_ceddda9d = _LazyImport("aws_cdk")
|
|
151
|
+
_aws_cdk_interfaces_aws_s3_ceddda9d = _LazyImport("aws_cdk.interfaces.aws_s3")
|
|
152
|
+
_constructs_77d1e7e8 = _LazyImport("constructs")
|
|
146
153
|
|
|
147
154
|
|
|
148
155
|
@jsii.data_type(
|
|
@@ -180,7 +187,7 @@ class AccessPointAttributes:
|
|
|
180
187
|
)
|
|
181
188
|
'''
|
|
182
189
|
if __debug__:
|
|
183
|
-
type_hints =
|
|
190
|
+
type_hints = cached_type_hints(_typecheckingstub__0230e1b13ccb26118a2d6924aa169bbf363d9012ac28ab92e5bdece75adeba54)
|
|
184
191
|
check_type(argname="argument access_point_arn", value=access_point_arn, expected_type=type_hints["access_point_arn"])
|
|
185
192
|
check_type(argname="argument access_point_creation_date", value=access_point_creation_date, expected_type=type_hints["access_point_creation_date"])
|
|
186
193
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
@@ -282,7 +289,7 @@ class AccessPointProps:
|
|
|
282
289
|
)
|
|
283
290
|
'''
|
|
284
291
|
if __debug__:
|
|
285
|
-
type_hints =
|
|
292
|
+
type_hints = cached_type_hints(_typecheckingstub__7361024364627526d9d95a93129e98a3630928fbfc60102de59d835f2e578216)
|
|
286
293
|
check_type(argname="argument bucket", value=bucket, expected_type=type_hints["bucket"])
|
|
287
294
|
check_type(argname="argument handler", value=handler, expected_type=type_hints["handler"])
|
|
288
295
|
check_type(argname="argument access_point_name", value=access_point_name, expected_type=type_hints["access_point_name"])
|
|
@@ -525,7 +532,7 @@ class _IAccessPointProxy(
|
|
|
525
532
|
:stability: experimental
|
|
526
533
|
'''
|
|
527
534
|
if __debug__:
|
|
528
|
-
type_hints =
|
|
535
|
+
type_hints = cached_type_hints(_typecheckingstub__67fface5f7e916cc919d9842615bb749d04e349ffaff48f6b7ee7f5062839d51)
|
|
529
536
|
check_type(argname="argument key", value=key, expected_type=type_hints["key"])
|
|
530
537
|
options = _aws_cdk_aws_s3_ceddda9d.VirtualHostedStyleUrlOptions(
|
|
531
538
|
regional=regional
|
|
@@ -599,7 +606,7 @@ class AccessPoint(
|
|
|
599
606
|
:stability: experimental
|
|
600
607
|
'''
|
|
601
608
|
if __debug__:
|
|
602
|
-
type_hints =
|
|
609
|
+
type_hints = cached_type_hints(_typecheckingstub__67d3988c298656f8a20bc1bb8831c927675995c72e2536eb9a5a54701a50604d)
|
|
603
610
|
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
604
611
|
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
605
612
|
props = AccessPointProps(
|
|
@@ -634,7 +641,7 @@ class AccessPoint(
|
|
|
634
641
|
:stability: experimental
|
|
635
642
|
'''
|
|
636
643
|
if __debug__:
|
|
637
|
-
type_hints =
|
|
644
|
+
type_hints = cached_type_hints(_typecheckingstub__3f7a575152ecb79f8c1a581a6380dd1d19647cb5400ed33bf474e24ba006eec2)
|
|
638
645
|
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
639
646
|
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
640
647
|
attrs = AccessPointAttributes(
|
|
@@ -659,7 +666,7 @@ class AccessPoint(
|
|
|
659
666
|
:stability: experimental
|
|
660
667
|
'''
|
|
661
668
|
if __debug__:
|
|
662
|
-
type_hints =
|
|
669
|
+
type_hints = cached_type_hints(_typecheckingstub__09c101e5c7a6e056b459659f7b32d595e1b600b7f62871dd6060de26251f9f04)
|
|
663
670
|
check_type(argname="argument key", value=key, expected_type=type_hints["key"])
|
|
664
671
|
options = _aws_cdk_aws_s3_ceddda9d.VirtualHostedStyleUrlOptions(
|
|
665
672
|
regional=regional
|
aws_cdk_aws_s3objectlambda_alpha-2.262.0a0/src/aws_cdk/aws_s3objectlambda_alpha/_jsii/__init__.py
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
from pkgutil import extend_path
|
|
2
|
+
__path__ = extend_path(__path__, __name__)
|
|
3
|
+
|
|
4
|
+
import abc
|
|
5
|
+
import builtins
|
|
6
|
+
import datetime
|
|
7
|
+
import enum
|
|
8
|
+
import typing
|
|
9
|
+
|
|
10
|
+
import jsii
|
|
11
|
+
import publication
|
|
12
|
+
import typing_extensions
|
|
13
|
+
|
|
14
|
+
from jsii._type_checking import cached_type_hints, check_type
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
import aws_cdk._jsii
|
|
18
|
+
import constructs._jsii
|
|
19
|
+
|
|
20
|
+
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
21
|
+
"@aws-cdk/aws-s3objectlambda-alpha",
|
|
22
|
+
"2.262.0-alpha.0",
|
|
23
|
+
__name__[0:-6],
|
|
24
|
+
"aws-s3objectlambda-alpha@2.262.0-alpha.0.jsii.tgz",
|
|
25
|
+
)
|
|
26
|
+
|
|
27
|
+
__all__ = [
|
|
28
|
+
"__jsii_assembly__",
|
|
29
|
+
]
|
|
30
|
+
|
|
31
|
+
publication.publish()
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-cdk.aws-s3objectlambda-alpha
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.262.0a0
|
|
4
4
|
Summary: The CDK Construct Library for AWS::S3ObjectLambda
|
|
5
5
|
Home-page: https://github.com/aws/aws-cdk
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -24,11 +24,10 @@ Requires-Python: >=3.10
|
|
|
24
24
|
Description-Content-Type: text/markdown
|
|
25
25
|
License-File: LICENSE
|
|
26
26
|
License-File: NOTICE
|
|
27
|
-
Requires-Dist: aws-cdk-lib<3.0.0,>=2.
|
|
27
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.262.0
|
|
28
28
|
Requires-Dist: constructs<11.0.0,>=10.5.0
|
|
29
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
29
|
+
Requires-Dist: jsii<2.0.0,>=1.138.0
|
|
30
30
|
Requires-Dist: publication>=0.0.3
|
|
31
|
-
Requires-Dist: typeguard==2.13.3
|
|
32
31
|
|
|
33
32
|
# AWS::S3ObjectLambda Construct Library
|
|
34
33
|
|
|
@@ -12,4 +12,4 @@ src/aws_cdk.aws_s3objectlambda_alpha.egg-info/top_level.txt
|
|
|
12
12
|
src/aws_cdk/aws_s3objectlambda_alpha/__init__.py
|
|
13
13
|
src/aws_cdk/aws_s3objectlambda_alpha/py.typed
|
|
14
14
|
src/aws_cdk/aws_s3objectlambda_alpha/_jsii/__init__.py
|
|
15
|
-
src/aws_cdk/aws_s3objectlambda_alpha/_jsii/aws-s3objectlambda-alpha@2.
|
|
15
|
+
src/aws_cdk/aws_s3objectlambda_alpha/_jsii/aws-s3objectlambda-alpha@2.262.0-alpha.0.jsii.tgz
|
aws_cdk_aws_s3objectlambda_alpha-2.261.0a0/src/aws_cdk/aws_s3objectlambda_alpha/_jsii/__init__.py
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
from pkgutil import extend_path
|
|
2
|
-
__path__ = extend_path(__path__, __name__)
|
|
3
|
-
|
|
4
|
-
import abc
|
|
5
|
-
import builtins
|
|
6
|
-
import datetime
|
|
7
|
-
import enum
|
|
8
|
-
import typing
|
|
9
|
-
|
|
10
|
-
import jsii
|
|
11
|
-
import publication
|
|
12
|
-
import typing_extensions
|
|
13
|
-
|
|
14
|
-
import typeguard
|
|
15
|
-
from importlib.metadata import version as _metadata_package_version
|
|
16
|
-
TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
|
|
17
|
-
|
|
18
|
-
def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
|
|
19
|
-
if TYPEGUARD_MAJOR_VERSION <= 2:
|
|
20
|
-
return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
|
|
21
|
-
else:
|
|
22
|
-
if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
|
|
23
|
-
pass
|
|
24
|
-
else:
|
|
25
|
-
if TYPEGUARD_MAJOR_VERSION == 3:
|
|
26
|
-
typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
|
|
27
|
-
typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
|
|
28
|
-
else:
|
|
29
|
-
typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
|
|
30
|
-
|
|
31
|
-
import aws_cdk._jsii
|
|
32
|
-
import constructs._jsii
|
|
33
|
-
|
|
34
|
-
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
35
|
-
"@aws-cdk/aws-s3objectlambda-alpha",
|
|
36
|
-
"2.261.0-alpha.0",
|
|
37
|
-
__name__[0:-6],
|
|
38
|
-
"aws-s3objectlambda-alpha@2.261.0-alpha.0.jsii.tgz",
|
|
39
|
-
)
|
|
40
|
-
|
|
41
|
-
__all__ = [
|
|
42
|
-
"__jsii_assembly__",
|
|
43
|
-
]
|
|
44
|
-
|
|
45
|
-
publication.publish()
|
|
Binary file
|
{aws_cdk_aws_s3objectlambda_alpha-2.261.0a0 → aws_cdk_aws_s3objectlambda_alpha-2.262.0a0}/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|
{aws_cdk_aws_s3objectlambda_alpha-2.261.0a0 → aws_cdk_aws_s3objectlambda_alpha-2.262.0a0}/NOTICE
RENAMED
|
File without changes
|
{aws_cdk_aws_s3objectlambda_alpha-2.261.0a0 → aws_cdk_aws_s3objectlambda_alpha-2.262.0a0}/README.md
RENAMED
|
File without changes
|
|
File without changes
|
{aws_cdk_aws_s3objectlambda_alpha-2.261.0a0 → aws_cdk_aws_s3objectlambda_alpha-2.262.0a0}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|