aws-cdk.cx-api 2.157.0__tar.gz → 2.159.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.
Potentially problematic release.
This version of aws-cdk.cx-api might be problematic. Click here for more details.
- {aws_cdk_cx_api-2.157.0/src/aws_cdk.cx_api.egg-info → aws_cdk_cx_api-2.159.0}/PKG-INFO +20 -3
- {aws_cdk_cx_api-2.157.0 → aws_cdk_cx_api-2.159.0}/README.md +17 -0
- {aws_cdk_cx_api-2.157.0 → aws_cdk_cx_api-2.159.0}/setup.py +4 -4
- {aws_cdk_cx_api-2.157.0 → aws_cdk_cx_api-2.159.0}/src/aws_cdk/cx_api/__init__.py +35 -1
- aws_cdk_cx_api-2.159.0/src/aws_cdk/cx_api/_jsii/__init__.py +41 -0
- aws_cdk_cx_api-2.159.0/src/aws_cdk/cx_api/_jsii/cx-api@2.159.0.jsii.tgz +0 -0
- {aws_cdk_cx_api-2.157.0 → aws_cdk_cx_api-2.159.0/src/aws_cdk.cx_api.egg-info}/PKG-INFO +20 -3
- {aws_cdk_cx_api-2.157.0 → aws_cdk_cx_api-2.159.0}/src/aws_cdk.cx_api.egg-info/SOURCES.txt +1 -1
- {aws_cdk_cx_api-2.157.0 → aws_cdk_cx_api-2.159.0}/src/aws_cdk.cx_api.egg-info/requires.txt +2 -2
- aws_cdk_cx_api-2.157.0/src/aws_cdk/cx_api/_jsii/__init__.py +0 -26
- aws_cdk_cx_api-2.157.0/src/aws_cdk/cx_api/_jsii/cx-api@2.157.0.jsii.tgz +0 -0
- {aws_cdk_cx_api-2.157.0 → aws_cdk_cx_api-2.159.0}/LICENSE +0 -0
- {aws_cdk_cx_api-2.157.0 → aws_cdk_cx_api-2.159.0}/MANIFEST.in +0 -0
- {aws_cdk_cx_api-2.157.0 → aws_cdk_cx_api-2.159.0}/NOTICE +0 -0
- {aws_cdk_cx_api-2.157.0 → aws_cdk_cx_api-2.159.0}/pyproject.toml +0 -0
- {aws_cdk_cx_api-2.157.0 → aws_cdk_cx_api-2.159.0}/setup.cfg +0 -0
- {aws_cdk_cx_api-2.157.0 → aws_cdk_cx_api-2.159.0}/src/aws_cdk/cx_api/py.typed +0 -0
- {aws_cdk_cx_api-2.157.0 → aws_cdk_cx_api-2.159.0}/src/aws_cdk.cx_api.egg-info/dependency_links.txt +0 -0
- {aws_cdk_cx_api-2.157.0 → aws_cdk_cx_api-2.159.0}/src/aws_cdk.cx_api.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-cdk.cx-api
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.159.0
|
|
4
4
|
Summary: Cloud executable protocol
|
|
5
5
|
Home-page: https://github.com/aws/aws-cdk
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -24,9 +24,9 @@ Description-Content-Type: text/markdown
|
|
|
24
24
|
License-File: LICENSE
|
|
25
25
|
License-File: NOTICE
|
|
26
26
|
Requires-Dist: aws-cdk.cloud-assembly-schema<37.0.0,>=36.0.5
|
|
27
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
27
|
+
Requires-Dist: jsii<2.0.0,>=1.103.1
|
|
28
28
|
Requires-Dist: publication>=0.0.3
|
|
29
|
-
Requires-Dist: typeguard
|
|
29
|
+
Requires-Dist: typeguard<5.0.0,>=2.13.3
|
|
30
30
|
|
|
31
31
|
# Cloud Executable API
|
|
32
32
|
|
|
@@ -422,3 +422,20 @@ When this feature flag is enabled, use newly introduced props `s3InputUri` and `
|
|
|
422
422
|
}
|
|
423
423
|
}
|
|
424
424
|
```
|
|
425
|
+
|
|
426
|
+
* `@aws-cdk/aws-ecs:reduceEc2FargateCloudWatchPermissions`
|
|
427
|
+
|
|
428
|
+
Currently, we will automatically add a number of cloudwatch permissions to the task role when no cloudwatch log group is
|
|
429
|
+
specified as logConfiguration and it will grant 'Resources': ['*'] to the task role.
|
|
430
|
+
|
|
431
|
+
When this feature flag is enabled, we will only grant the necessary permissions when users specify cloudwatch log group.
|
|
432
|
+
|
|
433
|
+
*cdk.json*
|
|
434
|
+
|
|
435
|
+
```json
|
|
436
|
+
{
|
|
437
|
+
"context": {
|
|
438
|
+
"@aws-cdk/aws-ecs:reduceEc2FargateCloudWatchPermissions": true
|
|
439
|
+
}
|
|
440
|
+
}
|
|
441
|
+
```
|
|
@@ -392,3 +392,20 @@ When this feature flag is enabled, use newly introduced props `s3InputUri` and `
|
|
|
392
392
|
}
|
|
393
393
|
}
|
|
394
394
|
```
|
|
395
|
+
|
|
396
|
+
* `@aws-cdk/aws-ecs:reduceEc2FargateCloudWatchPermissions`
|
|
397
|
+
|
|
398
|
+
Currently, we will automatically add a number of cloudwatch permissions to the task role when no cloudwatch log group is
|
|
399
|
+
specified as logConfiguration and it will grant 'Resources': ['*'] to the task role.
|
|
400
|
+
|
|
401
|
+
When this feature flag is enabled, we will only grant the necessary permissions when users specify cloudwatch log group.
|
|
402
|
+
|
|
403
|
+
*cdk.json*
|
|
404
|
+
|
|
405
|
+
```json
|
|
406
|
+
{
|
|
407
|
+
"context": {
|
|
408
|
+
"@aws-cdk/aws-ecs:reduceEc2FargateCloudWatchPermissions": true
|
|
409
|
+
}
|
|
410
|
+
}
|
|
411
|
+
```
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "aws-cdk.cx-api",
|
|
8
|
-
"version": "2.
|
|
8
|
+
"version": "2.159.0",
|
|
9
9
|
"description": "Cloud executable protocol",
|
|
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.cx_api._jsii": [
|
|
29
|
-
"cx-api@2.
|
|
29
|
+
"cx-api@2.159.0.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"aws_cdk.cx_api": [
|
|
32
32
|
"py.typed"
|
|
@@ -35,9 +35,9 @@ kwargs = json.loads(
|
|
|
35
35
|
"python_requires": "~=3.8",
|
|
36
36
|
"install_requires": [
|
|
37
37
|
"aws-cdk.cloud-assembly-schema>=36.0.5, <37.0.0",
|
|
38
|
-
"jsii>=1.
|
|
38
|
+
"jsii>=1.103.1, <2.0.0",
|
|
39
39
|
"publication>=0.0.3",
|
|
40
|
-
"typeguard
|
|
40
|
+
"typeguard>=2.13.3,<5.0.0"
|
|
41
41
|
],
|
|
42
42
|
"classifiers": [
|
|
43
43
|
"Intended Audience :: Developers",
|
|
@@ -393,6 +393,23 @@ When this feature flag is enabled, use newly introduced props `s3InputUri` and `
|
|
|
393
393
|
}
|
|
394
394
|
}
|
|
395
395
|
```
|
|
396
|
+
|
|
397
|
+
* `@aws-cdk/aws-ecs:reduceEc2FargateCloudWatchPermissions`
|
|
398
|
+
|
|
399
|
+
Currently, we will automatically add a number of cloudwatch permissions to the task role when no cloudwatch log group is
|
|
400
|
+
specified as logConfiguration and it will grant 'Resources': ['*'] to the task role.
|
|
401
|
+
|
|
402
|
+
When this feature flag is enabled, we will only grant the necessary permissions when users specify cloudwatch log group.
|
|
403
|
+
|
|
404
|
+
*cdk.json*
|
|
405
|
+
|
|
406
|
+
```json
|
|
407
|
+
{
|
|
408
|
+
"context": {
|
|
409
|
+
"@aws-cdk/aws-ecs:reduceEc2FargateCloudWatchPermissions": true
|
|
410
|
+
}
|
|
411
|
+
}
|
|
412
|
+
```
|
|
396
413
|
'''
|
|
397
414
|
from pkgutil import extend_path
|
|
398
415
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -407,7 +424,22 @@ import jsii
|
|
|
407
424
|
import publication
|
|
408
425
|
import typing_extensions
|
|
409
426
|
|
|
410
|
-
|
|
427
|
+
import typeguard
|
|
428
|
+
from importlib.metadata import version as _metadata_package_version
|
|
429
|
+
TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
|
|
430
|
+
|
|
431
|
+
def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
|
|
432
|
+
if TYPEGUARD_MAJOR_VERSION <= 2:
|
|
433
|
+
return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
|
|
434
|
+
else:
|
|
435
|
+
if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
|
|
436
|
+
pass
|
|
437
|
+
else:
|
|
438
|
+
if TYPEGUARD_MAJOR_VERSION == 3:
|
|
439
|
+
typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
|
|
440
|
+
typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
|
|
441
|
+
else:
|
|
442
|
+
typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
|
|
411
443
|
|
|
412
444
|
from ._jsii import *
|
|
413
445
|
|
|
@@ -2093,6 +2125,8 @@ class LoadBalancerIpAddressType(enum.Enum):
|
|
|
2093
2125
|
'''IPV4 ip address.'''
|
|
2094
2126
|
DUAL_STACK = "DUAL_STACK"
|
|
2095
2127
|
'''Dual stack address.'''
|
|
2128
|
+
DUAL_STACK_WITHOUT_PUBLIC_IPV4 = "DUAL_STACK_WITHOUT_PUBLIC_IPV4"
|
|
2129
|
+
'''IPv6 only public addresses, with private IPv4 and IPv6 addresses.'''
|
|
2096
2130
|
|
|
2097
2131
|
|
|
2098
2132
|
@jsii.data_type(
|
|
@@ -0,0 +1,41 @@
|
|
|
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.cloud_assembly_schema._jsii
|
|
32
|
+
|
|
33
|
+
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
34
|
+
"@aws-cdk/cx-api", "2.159.0", __name__[0:-6], "cx-api@2.159.0.jsii.tgz"
|
|
35
|
+
)
|
|
36
|
+
|
|
37
|
+
__all__ = [
|
|
38
|
+
"__jsii_assembly__",
|
|
39
|
+
]
|
|
40
|
+
|
|
41
|
+
publication.publish()
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-cdk.cx-api
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.159.0
|
|
4
4
|
Summary: Cloud executable protocol
|
|
5
5
|
Home-page: https://github.com/aws/aws-cdk
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -24,9 +24,9 @@ Description-Content-Type: text/markdown
|
|
|
24
24
|
License-File: LICENSE
|
|
25
25
|
License-File: NOTICE
|
|
26
26
|
Requires-Dist: aws-cdk.cloud-assembly-schema<37.0.0,>=36.0.5
|
|
27
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
27
|
+
Requires-Dist: jsii<2.0.0,>=1.103.1
|
|
28
28
|
Requires-Dist: publication>=0.0.3
|
|
29
|
-
Requires-Dist: typeguard
|
|
29
|
+
Requires-Dist: typeguard<5.0.0,>=2.13.3
|
|
30
30
|
|
|
31
31
|
# Cloud Executable API
|
|
32
32
|
|
|
@@ -422,3 +422,20 @@ When this feature flag is enabled, use newly introduced props `s3InputUri` and `
|
|
|
422
422
|
}
|
|
423
423
|
}
|
|
424
424
|
```
|
|
425
|
+
|
|
426
|
+
* `@aws-cdk/aws-ecs:reduceEc2FargateCloudWatchPermissions`
|
|
427
|
+
|
|
428
|
+
Currently, we will automatically add a number of cloudwatch permissions to the task role when no cloudwatch log group is
|
|
429
|
+
specified as logConfiguration and it will grant 'Resources': ['*'] to the task role.
|
|
430
|
+
|
|
431
|
+
When this feature flag is enabled, we will only grant the necessary permissions when users specify cloudwatch log group.
|
|
432
|
+
|
|
433
|
+
*cdk.json*
|
|
434
|
+
|
|
435
|
+
```json
|
|
436
|
+
{
|
|
437
|
+
"context": {
|
|
438
|
+
"@aws-cdk/aws-ecs:reduceEc2FargateCloudWatchPermissions": true
|
|
439
|
+
}
|
|
440
|
+
}
|
|
441
|
+
```
|
|
@@ -1,26 +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
|
-
from typeguard import check_type
|
|
15
|
-
|
|
16
|
-
import aws_cdk.cloud_assembly_schema._jsii
|
|
17
|
-
|
|
18
|
-
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
19
|
-
"@aws-cdk/cx-api", "2.157.0", __name__[0:-6], "cx-api@2.157.0.jsii.tgz"
|
|
20
|
-
)
|
|
21
|
-
|
|
22
|
-
__all__ = [
|
|
23
|
-
"__jsii_assembly__",
|
|
24
|
-
]
|
|
25
|
-
|
|
26
|
-
publication.publish()
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aws_cdk_cx_api-2.157.0 → aws_cdk_cx_api-2.159.0}/src/aws_cdk.cx_api.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|