aws-cdk.cx-api 2.177.0__tar.gz → 2.178.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.177.0/src/aws_cdk.cx_api.egg-info → aws_cdk_cx_api-2.178.0}/PKG-INFO +19 -1
- {aws_cdk_cx_api-2.177.0 → aws_cdk_cx_api-2.178.0}/README.md +18 -0
- {aws_cdk_cx_api-2.177.0 → aws_cdk_cx_api-2.178.0}/setup.py +2 -2
- {aws_cdk_cx_api-2.177.0 → aws_cdk_cx_api-2.178.0}/src/aws_cdk/cx_api/__init__.py +18 -0
- {aws_cdk_cx_api-2.177.0 → aws_cdk_cx_api-2.178.0}/src/aws_cdk/cx_api/_jsii/__init__.py +1 -1
- aws_cdk_cx_api-2.178.0/src/aws_cdk/cx_api/_jsii/cx-api@2.178.0.jsii.tgz +0 -0
- {aws_cdk_cx_api-2.177.0 → aws_cdk_cx_api-2.178.0/src/aws_cdk.cx_api.egg-info}/PKG-INFO +19 -1
- {aws_cdk_cx_api-2.177.0 → aws_cdk_cx_api-2.178.0}/src/aws_cdk.cx_api.egg-info/SOURCES.txt +1 -1
- aws_cdk_cx_api-2.177.0/src/aws_cdk/cx_api/_jsii/cx-api@2.177.0.jsii.tgz +0 -0
- {aws_cdk_cx_api-2.177.0 → aws_cdk_cx_api-2.178.0}/LICENSE +0 -0
- {aws_cdk_cx_api-2.177.0 → aws_cdk_cx_api-2.178.0}/MANIFEST.in +0 -0
- {aws_cdk_cx_api-2.177.0 → aws_cdk_cx_api-2.178.0}/NOTICE +0 -0
- {aws_cdk_cx_api-2.177.0 → aws_cdk_cx_api-2.178.0}/pyproject.toml +0 -0
- {aws_cdk_cx_api-2.177.0 → aws_cdk_cx_api-2.178.0}/setup.cfg +0 -0
- {aws_cdk_cx_api-2.177.0 → aws_cdk_cx_api-2.178.0}/src/aws_cdk/cx_api/py.typed +0 -0
- {aws_cdk_cx_api-2.177.0 → aws_cdk_cx_api-2.178.0}/src/aws_cdk.cx_api.egg-info/dependency_links.txt +0 -0
- {aws_cdk_cx_api-2.177.0 → aws_cdk_cx_api-2.178.0}/src/aws_cdk.cx_api.egg-info/requires.txt +0 -0
- {aws_cdk_cx_api-2.177.0 → aws_cdk_cx_api-2.178.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.178.0
|
|
4
4
|
Summary: Cloud executable protocol
|
|
5
5
|
Home-page: https://github.com/aws/aws-cdk
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -624,3 +624,21 @@ thumbprints from unsecure connnections.
|
|
|
624
624
|
}
|
|
625
625
|
}
|
|
626
626
|
```
|
|
627
|
+
|
|
628
|
+
* `@aws-cdk/core:enableAdditionalMetadataCollection`
|
|
629
|
+
|
|
630
|
+
When this feature flag is enabled, CDK expands the scope of usage data collection to include the:
|
|
631
|
+
|
|
632
|
+
* L2 construct property keys - Collect which property keys you use from the L2 constructs in your app. This includes property keys nested in dictionary objects.
|
|
633
|
+
* L2 construct property values of BOOL and ENUM types - Collect property key values of only BOOL and ENUM types. All other types, such as string values or construct references will be redacted.
|
|
634
|
+
* L2 construct method usage - Collection method name, parameter keys and parameter values of BOOL and ENUM type.
|
|
635
|
+
|
|
636
|
+
*cdk.json*
|
|
637
|
+
|
|
638
|
+
```json
|
|
639
|
+
{
|
|
640
|
+
"context": {
|
|
641
|
+
"@aws-cdk/core:enableAdditionalMetadataCollection": true
|
|
642
|
+
}
|
|
643
|
+
}
|
|
644
|
+
```
|
|
@@ -594,3 +594,21 @@ thumbprints from unsecure connnections.
|
|
|
594
594
|
}
|
|
595
595
|
}
|
|
596
596
|
```
|
|
597
|
+
|
|
598
|
+
* `@aws-cdk/core:enableAdditionalMetadataCollection`
|
|
599
|
+
|
|
600
|
+
When this feature flag is enabled, CDK expands the scope of usage data collection to include the:
|
|
601
|
+
|
|
602
|
+
* L2 construct property keys - Collect which property keys you use from the L2 constructs in your app. This includes property keys nested in dictionary objects.
|
|
603
|
+
* L2 construct property values of BOOL and ENUM types - Collect property key values of only BOOL and ENUM types. All other types, such as string values or construct references will be redacted.
|
|
604
|
+
* L2 construct method usage - Collection method name, parameter keys and parameter values of BOOL and ENUM type.
|
|
605
|
+
|
|
606
|
+
*cdk.json*
|
|
607
|
+
|
|
608
|
+
```json
|
|
609
|
+
{
|
|
610
|
+
"context": {
|
|
611
|
+
"@aws-cdk/core:enableAdditionalMetadataCollection": true
|
|
612
|
+
}
|
|
613
|
+
}
|
|
614
|
+
```
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "aws-cdk.cx-api",
|
|
8
|
-
"version": "2.
|
|
8
|
+
"version": "2.178.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.178.0.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"aws_cdk.cx_api": [
|
|
32
32
|
"py.typed"
|
|
@@ -595,6 +595,24 @@ thumbprints from unsecure connnections.
|
|
|
595
595
|
}
|
|
596
596
|
}
|
|
597
597
|
```
|
|
598
|
+
|
|
599
|
+
* `@aws-cdk/core:enableAdditionalMetadataCollection`
|
|
600
|
+
|
|
601
|
+
When this feature flag is enabled, CDK expands the scope of usage data collection to include the:
|
|
602
|
+
|
|
603
|
+
* L2 construct property keys - Collect which property keys you use from the L2 constructs in your app. This includes property keys nested in dictionary objects.
|
|
604
|
+
* L2 construct property values of BOOL and ENUM types - Collect property key values of only BOOL and ENUM types. All other types, such as string values or construct references will be redacted.
|
|
605
|
+
* L2 construct method usage - Collection method name, parameter keys and parameter values of BOOL and ENUM type.
|
|
606
|
+
|
|
607
|
+
*cdk.json*
|
|
608
|
+
|
|
609
|
+
```json
|
|
610
|
+
{
|
|
611
|
+
"context": {
|
|
612
|
+
"@aws-cdk/core:enableAdditionalMetadataCollection": true
|
|
613
|
+
}
|
|
614
|
+
}
|
|
615
|
+
```
|
|
598
616
|
'''
|
|
599
617
|
from pkgutil import extend_path
|
|
600
618
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -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.178.0", __name__[0:-6], "cx-api@2.178.0.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.178.0
|
|
4
4
|
Summary: Cloud executable protocol
|
|
5
5
|
Home-page: https://github.com/aws/aws-cdk
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -624,3 +624,21 @@ thumbprints from unsecure connnections.
|
|
|
624
624
|
}
|
|
625
625
|
}
|
|
626
626
|
```
|
|
627
|
+
|
|
628
|
+
* `@aws-cdk/core:enableAdditionalMetadataCollection`
|
|
629
|
+
|
|
630
|
+
When this feature flag is enabled, CDK expands the scope of usage data collection to include the:
|
|
631
|
+
|
|
632
|
+
* L2 construct property keys - Collect which property keys you use from the L2 constructs in your app. This includes property keys nested in dictionary objects.
|
|
633
|
+
* L2 construct property values of BOOL and ENUM types - Collect property key values of only BOOL and ENUM types. All other types, such as string values or construct references will be redacted.
|
|
634
|
+
* L2 construct method usage - Collection method name, parameter keys and parameter values of BOOL and ENUM type.
|
|
635
|
+
|
|
636
|
+
*cdk.json*
|
|
637
|
+
|
|
638
|
+
```json
|
|
639
|
+
{
|
|
640
|
+
"context": {
|
|
641
|
+
"@aws-cdk/core:enableAdditionalMetadataCollection": true
|
|
642
|
+
}
|
|
643
|
+
}
|
|
644
|
+
```
|
|
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.177.0 → aws_cdk_cx_api-2.178.0}/src/aws_cdk.cx_api.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|