aws-cdk.cx-api 2.199.0__py3-none-any.whl → 2.200.1__py3-none-any.whl
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/__init__.py +7 -7
- aws_cdk/cx_api/_jsii/__init__.py +1 -1
- aws_cdk/cx_api/_jsii/cx-api@2.200.1.jsii.tgz +0 -0
- {aws_cdk_cx_api-2.199.0.dist-info → aws_cdk_cx_api-2.200.1.dist-info}/METADATA +2 -2
- aws_cdk_cx_api-2.200.1.dist-info/RECORD +10 -0
- aws_cdk/cx_api/_jsii/cx-api@2.199.0.jsii.tgz +0 -0
- aws_cdk_cx_api-2.199.0.dist-info/RECORD +0 -10
- {aws_cdk_cx_api-2.199.0.dist-info → aws_cdk_cx_api-2.200.1.dist-info}/LICENSE +0 -0
- {aws_cdk_cx_api-2.199.0.dist-info → aws_cdk_cx_api-2.200.1.dist-info}/NOTICE +0 -0
- {aws_cdk_cx_api-2.199.0.dist-info → aws_cdk_cx_api-2.200.1.dist-info}/WHEEL +0 -0
- {aws_cdk_cx_api-2.199.0.dist-info → aws_cdk_cx_api-2.200.1.dist-info}/top_level.txt +0 -0
aws_cdk/cx_api/__init__.py
CHANGED
|
@@ -1044,7 +1044,7 @@ class CloudArtifact(metaclass=jsii.JSIIMeta, jsii_type="@aws-cdk/cx-api.CloudArt
|
|
|
1044
1044
|
:param id: -
|
|
1045
1045
|
:param type: The type of artifact.
|
|
1046
1046
|
:param dependencies: IDs of artifacts that must be deployed before this artifact. Default: - no dependencies.
|
|
1047
|
-
:param display_name: A string that
|
|
1047
|
+
:param display_name: A string that can be shown to a user to uniquely identify this artifact inside a cloud assembly tree. Is used by the CLI to present a list of stacks to the user in a way that makes sense to them. Even though the property name "display name" doesn't imply it, this field is used to select stacks as well, so all stacks should have a unique display name. Default: - no display name
|
|
1048
1048
|
:param environment: The environment into which this artifact is deployed. Default: - no envrionment.
|
|
1049
1049
|
:param metadata: Associated metadata. Default: - no metadata.
|
|
1050
1050
|
:param properties: The set of properties for this artifact (depends on type). Default: - no properties.
|
|
@@ -1084,7 +1084,7 @@ class CloudArtifact(metaclass=jsii.JSIIMeta, jsii_type="@aws-cdk/cx-api.CloudArt
|
|
|
1084
1084
|
:param id: The artifact ID.
|
|
1085
1085
|
:param type: The type of artifact.
|
|
1086
1086
|
:param dependencies: IDs of artifacts that must be deployed before this artifact. Default: - no dependencies.
|
|
1087
|
-
:param display_name: A string that
|
|
1087
|
+
:param display_name: A string that can be shown to a user to uniquely identify this artifact inside a cloud assembly tree. Is used by the CLI to present a list of stacks to the user in a way that makes sense to them. Even though the property name "display name" doesn't imply it, this field is used to select stacks as well, so all stacks should have a unique display name. Default: - no display name
|
|
1088
1088
|
:param environment: The environment into which this artifact is deployed. Default: - no envrionment.
|
|
1089
1089
|
:param metadata: Associated metadata. Default: - no metadata.
|
|
1090
1090
|
:param properties: The set of properties for this artifact (depends on type). Default: - no properties.
|
|
@@ -1435,7 +1435,7 @@ class CloudAssemblyBuilder(
|
|
|
1435
1435
|
:param id: The ID of the artifact.
|
|
1436
1436
|
:param type: The type of artifact.
|
|
1437
1437
|
:param dependencies: IDs of artifacts that must be deployed before this artifact. Default: - no dependencies.
|
|
1438
|
-
:param display_name: A string that
|
|
1438
|
+
:param display_name: A string that can be shown to a user to uniquely identify this artifact inside a cloud assembly tree. Is used by the CLI to present a list of stacks to the user in a way that makes sense to them. Even though the property name "display name" doesn't imply it, this field is used to select stacks as well, so all stacks should have a unique display name. Default: - no display name
|
|
1439
1439
|
:param environment: The environment into which this artifact is deployed. Default: - no envrionment.
|
|
1440
1440
|
:param metadata: Associated metadata. Default: - no metadata.
|
|
1441
1441
|
:param properties: The set of properties for this artifact (depends on type). Default: - no properties.
|
|
@@ -1684,7 +1684,7 @@ class CloudFormationStackArtifact(
|
|
|
1684
1684
|
:param artifact_id: -
|
|
1685
1685
|
:param type: The type of artifact.
|
|
1686
1686
|
:param dependencies: IDs of artifacts that must be deployed before this artifact. Default: - no dependencies.
|
|
1687
|
-
:param display_name: A string that
|
|
1687
|
+
:param display_name: A string that can be shown to a user to uniquely identify this artifact inside a cloud assembly tree. Is used by the CLI to present a list of stacks to the user in a way that makes sense to them. Even though the property name "display name" doesn't imply it, this field is used to select stacks as well, so all stacks should have a unique display name. Default: - no display name
|
|
1688
1688
|
:param environment: The environment into which this artifact is deployed. Default: - no envrionment.
|
|
1689
1689
|
:param metadata: Associated metadata. Default: - no metadata.
|
|
1690
1690
|
:param properties: The set of properties for this artifact (depends on type). Default: - no properties.
|
|
@@ -2990,7 +2990,7 @@ class NestedCloudAssemblyArtifact(
|
|
|
2990
2990
|
:param name: -
|
|
2991
2991
|
:param type: The type of artifact.
|
|
2992
2992
|
:param dependencies: IDs of artifacts that must be deployed before this artifact. Default: - no dependencies.
|
|
2993
|
-
:param display_name: A string that
|
|
2993
|
+
:param display_name: A string that can be shown to a user to uniquely identify this artifact inside a cloud assembly tree. Is used by the CLI to present a list of stacks to the user in a way that makes sense to them. Even though the property name "display name" doesn't imply it, this field is used to select stacks as well, so all stacks should have a unique display name. Default: - no display name
|
|
2994
2994
|
:param environment: The environment into which this artifact is deployed. Default: - no envrionment.
|
|
2995
2995
|
:param metadata: Associated metadata. Default: - no metadata.
|
|
2996
2996
|
:param properties: The set of properties for this artifact (depends on type). Default: - no properties.
|
|
@@ -3373,7 +3373,7 @@ class TreeCloudArtifact(
|
|
|
3373
3373
|
:param name: -
|
|
3374
3374
|
:param type: The type of artifact.
|
|
3375
3375
|
:param dependencies: IDs of artifacts that must be deployed before this artifact. Default: - no dependencies.
|
|
3376
|
-
:param display_name: A string that
|
|
3376
|
+
:param display_name: A string that can be shown to a user to uniquely identify this artifact inside a cloud assembly tree. Is used by the CLI to present a list of stacks to the user in a way that makes sense to them. Even though the property name "display name" doesn't imply it, this field is used to select stacks as well, so all stacks should have a unique display name. Default: - no display name
|
|
3377
3377
|
:param environment: The environment into which this artifact is deployed. Default: - no envrionment.
|
|
3378
3378
|
:param metadata: Associated metadata. Default: - no metadata.
|
|
3379
3379
|
:param properties: The set of properties for this artifact (depends on type). Default: - no properties.
|
|
@@ -4033,7 +4033,7 @@ class AssetManifestArtifact(
|
|
|
4033
4033
|
:param name: -
|
|
4034
4034
|
:param type: The type of artifact.
|
|
4035
4035
|
:param dependencies: IDs of artifacts that must be deployed before this artifact. Default: - no dependencies.
|
|
4036
|
-
:param display_name: A string that
|
|
4036
|
+
:param display_name: A string that can be shown to a user to uniquely identify this artifact inside a cloud assembly tree. Is used by the CLI to present a list of stacks to the user in a way that makes sense to them. Even though the property name "display name" doesn't imply it, this field is used to select stacks as well, so all stacks should have a unique display name. Default: - no display name
|
|
4037
4037
|
:param environment: The environment into which this artifact is deployed. Default: - no envrionment.
|
|
4038
4038
|
:param metadata: Associated metadata. Default: - no metadata.
|
|
4039
4039
|
:param properties: The set of properties for this artifact (depends on type). Default: - no properties.
|
aws_cdk/cx_api/_jsii/__init__.py
CHANGED
|
@@ -31,7 +31,7 @@ def check_type(argname: str, value: object, expected_type: typing.Any) -> typing
|
|
|
31
31
|
import aws_cdk.cloud_assembly_schema._jsii
|
|
32
32
|
|
|
33
33
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
34
|
-
"@aws-cdk/cx-api", "2.
|
|
34
|
+
"@aws-cdk/cx-api", "2.200.1", __name__[0:-6], "cx-api@2.200.1.jsii.tgz"
|
|
35
35
|
)
|
|
36
36
|
|
|
37
37
|
__all__ = [
|
|
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.200.1
|
|
4
4
|
Summary: Cloud executable protocol
|
|
5
5
|
Home-page: https://github.com/aws/aws-cdk
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -22,7 +22,7 @@ Requires-Python: ~=3.9
|
|
|
22
22
|
Description-Content-Type: text/markdown
|
|
23
23
|
License-File: LICENSE
|
|
24
24
|
License-File: NOTICE
|
|
25
|
-
Requires-Dist: aws-cdk.cloud-assembly-schema>=
|
|
25
|
+
Requires-Dist: aws-cdk.cloud-assembly-schema>=44.1.0
|
|
26
26
|
Requires-Dist: jsii<2.0.0,>=1.112.0
|
|
27
27
|
Requires-Dist: publication>=0.0.3
|
|
28
28
|
Requires-Dist: typeguard<4.3.0,>=2.13.3
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
aws_cdk/cx_api/__init__.py,sha256=MV0jAfLhHQ1tt7Y_NgObGcKLWa_jrZJhAw_WMJ-qdxU,200382
|
|
2
|
+
aws_cdk/cx_api/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
3
|
+
aws_cdk/cx_api/_jsii/__init__.py,sha256=H3lMXbwtb7U2kCIP4D2uqNSTBefkzBXmUgUuHPHS-MU,1434
|
|
4
|
+
aws_cdk/cx_api/_jsii/cx-api@2.200.1.jsii.tgz,sha256=8UomUeTddzt5kf5baC3n4s4_U0mAVKG2nNjy-CEx1Vk,255866
|
|
5
|
+
aws_cdk_cx_api-2.200.1.dist-info/LICENSE,sha256=y47tc38H0C4DpGljYUZDl8XxidQjNxxGLq-K4jwv6Xc,11391
|
|
6
|
+
aws_cdk_cx_api-2.200.1.dist-info/METADATA,sha256=2iJHwhNJfwCb7OJlYGuQ8yG4l5YGn5kXHGTbnu6d3w0,26560
|
|
7
|
+
aws_cdk_cx_api-2.200.1.dist-info/NOTICE,sha256=ADLo99tv5kq5gQDGp9ApDXyR8I8l6SQRbLl_UT8kHuY,1078
|
|
8
|
+
aws_cdk_cx_api-2.200.1.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
|
9
|
+
aws_cdk_cx_api-2.200.1.dist-info/top_level.txt,sha256=1TALAKbuUGsMSrfKWEf268lySCmcqSEO6cDYe_XlLHM,8
|
|
10
|
+
aws_cdk_cx_api-2.200.1.dist-info/RECORD,,
|
|
Binary file
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
aws_cdk/cx_api/__init__.py,sha256=t9NQmg_bdblNV46EI25QpQBBsDgO-H__xL5dW_Krb-s,198471
|
|
2
|
-
aws_cdk/cx_api/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
3
|
-
aws_cdk/cx_api/_jsii/__init__.py,sha256=W_iU7FkxlOUEpS311yDq7ZW_RRZopQ1XvRYqnrAVIwk,1434
|
|
4
|
-
aws_cdk/cx_api/_jsii/cx-api@2.199.0.jsii.tgz,sha256=TmJyU06i-lBPJipARv8sKc_BT1n90pd04uMn4SXOvGM,254288
|
|
5
|
-
aws_cdk_cx_api-2.199.0.dist-info/LICENSE,sha256=y47tc38H0C4DpGljYUZDl8XxidQjNxxGLq-K4jwv6Xc,11391
|
|
6
|
-
aws_cdk_cx_api-2.199.0.dist-info/METADATA,sha256=fO9KUb620ton8Zax1vcOEN4yiEkThJ2yUAIWOi_cRS8,26560
|
|
7
|
-
aws_cdk_cx_api-2.199.0.dist-info/NOTICE,sha256=ADLo99tv5kq5gQDGp9ApDXyR8I8l6SQRbLl_UT8kHuY,1078
|
|
8
|
-
aws_cdk_cx_api-2.199.0.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
|
9
|
-
aws_cdk_cx_api-2.199.0.dist-info/top_level.txt,sha256=1TALAKbuUGsMSrfKWEf268lySCmcqSEO6cDYe_XlLHM,8
|
|
10
|
-
aws_cdk_cx_api-2.199.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|