aws-cdk.cx-api 2.167.0__tar.gz → 2.167.2__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.167.0/src/aws_cdk.cx_api.egg-info → aws_cdk_cx_api-2.167.2}/PKG-INFO +1 -1
- {aws_cdk_cx_api-2.167.0 → aws_cdk_cx_api-2.167.2}/setup.py +2 -2
- {aws_cdk_cx_api-2.167.0 → aws_cdk_cx_api-2.167.2}/src/aws_cdk/cx_api/__init__.py +6 -6
- {aws_cdk_cx_api-2.167.0 → aws_cdk_cx_api-2.167.2}/src/aws_cdk/cx_api/_jsii/__init__.py +1 -1
- aws_cdk_cx_api-2.167.2/src/aws_cdk/cx_api/_jsii/cx-api@2.167.2.jsii.tgz +0 -0
- {aws_cdk_cx_api-2.167.0 → aws_cdk_cx_api-2.167.2/src/aws_cdk.cx_api.egg-info}/PKG-INFO +1 -1
- {aws_cdk_cx_api-2.167.0 → aws_cdk_cx_api-2.167.2}/src/aws_cdk.cx_api.egg-info/SOURCES.txt +1 -1
- aws_cdk_cx_api-2.167.0/src/aws_cdk/cx_api/_jsii/cx-api@2.167.0.jsii.tgz +0 -0
- {aws_cdk_cx_api-2.167.0 → aws_cdk_cx_api-2.167.2}/LICENSE +0 -0
- {aws_cdk_cx_api-2.167.0 → aws_cdk_cx_api-2.167.2}/MANIFEST.in +0 -0
- {aws_cdk_cx_api-2.167.0 → aws_cdk_cx_api-2.167.2}/NOTICE +0 -0
- {aws_cdk_cx_api-2.167.0 → aws_cdk_cx_api-2.167.2}/README.md +0 -0
- {aws_cdk_cx_api-2.167.0 → aws_cdk_cx_api-2.167.2}/pyproject.toml +0 -0
- {aws_cdk_cx_api-2.167.0 → aws_cdk_cx_api-2.167.2}/setup.cfg +0 -0
- {aws_cdk_cx_api-2.167.0 → aws_cdk_cx_api-2.167.2}/src/aws_cdk/cx_api/py.typed +0 -0
- {aws_cdk_cx_api-2.167.0 → aws_cdk_cx_api-2.167.2}/src/aws_cdk.cx_api.egg-info/dependency_links.txt +0 -0
- {aws_cdk_cx_api-2.167.0 → aws_cdk_cx_api-2.167.2}/src/aws_cdk.cx_api.egg-info/requires.txt +0 -0
- {aws_cdk_cx_api-2.167.0 → aws_cdk_cx_api-2.167.2}/src/aws_cdk.cx_api.egg-info/top_level.txt +0 -0
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "aws-cdk.cx-api",
|
|
8
|
-
"version": "2.167.
|
|
8
|
+
"version": "2.167.2",
|
|
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.167.
|
|
29
|
+
"cx-api@2.167.2.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"aws_cdk.cx_api": [
|
|
32
32
|
"py.typed"
|
|
@@ -1496,12 +1496,6 @@ class CloudFormationStackArtifact(
|
|
|
1496
1496
|
'''
|
|
1497
1497
|
return typing.cast(builtins.str, jsii.get(self, "name"))
|
|
1498
1498
|
|
|
1499
|
-
@builtins.property
|
|
1500
|
-
@jsii.member(jsii_name="notificationArns")
|
|
1501
|
-
def notification_arns(self) -> typing.List[builtins.str]:
|
|
1502
|
-
'''SNS Topics that will receive stack events.'''
|
|
1503
|
-
return typing.cast(typing.List[builtins.str], jsii.get(self, "notificationArns"))
|
|
1504
|
-
|
|
1505
1499
|
@builtins.property
|
|
1506
1500
|
@jsii.member(jsii_name="originalName")
|
|
1507
1501
|
def original_name(self) -> builtins.str:
|
|
@@ -1608,6 +1602,12 @@ class CloudFormationStackArtifact(
|
|
|
1608
1602
|
'''
|
|
1609
1603
|
return typing.cast(typing.Optional[_aws_cdk_cloud_assembly_schema_cae1d136.BootstrapRole], jsii.get(self, "lookupRole"))
|
|
1610
1604
|
|
|
1605
|
+
@builtins.property
|
|
1606
|
+
@jsii.member(jsii_name="notificationArns")
|
|
1607
|
+
def notification_arns(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
1608
|
+
'''SNS Topics that will receive stack events.'''
|
|
1609
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "notificationArns"))
|
|
1610
|
+
|
|
1611
1611
|
@builtins.property
|
|
1612
1612
|
@jsii.member(jsii_name="requiresBootstrapStackVersion")
|
|
1613
1613
|
def requires_bootstrap_stack_version(self) -> typing.Optional[jsii.Number]:
|
|
@@ -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.167.
|
|
34
|
+
"@aws-cdk/cx-api", "2.167.2", __name__[0:-6], "cx-api@2.167.2.jsii.tgz"
|
|
35
35
|
)
|
|
36
36
|
|
|
37
37
|
__all__ = [
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aws_cdk_cx_api-2.167.0 → aws_cdk_cx_api-2.167.2}/src/aws_cdk.cx_api.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|