aws-cdk.cx-api 2.137.0__tar.gz → 2.139.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.137.0/src/aws_cdk.cx_api.egg-info → aws-cdk.cx-api-2.139.0}/PKG-INFO +18 -1
- {aws-cdk.cx-api-2.137.0 → aws-cdk.cx-api-2.139.0}/README.md +17 -0
- {aws-cdk.cx-api-2.137.0 → aws-cdk.cx-api-2.139.0}/setup.py +4 -4
- {aws-cdk.cx-api-2.137.0 → aws-cdk.cx-api-2.139.0}/src/aws_cdk/cx_api/__init__.py +17 -0
- {aws-cdk.cx-api-2.137.0 → aws-cdk.cx-api-2.139.0}/src/aws_cdk/cx_api/_jsii/__init__.py +1 -1
- aws-cdk.cx-api-2.139.0/src/aws_cdk/cx_api/_jsii/cx-api@2.139.0.jsii.tgz +0 -0
- {aws-cdk.cx-api-2.137.0 → aws-cdk.cx-api-2.139.0/src/aws_cdk.cx_api.egg-info}/PKG-INFO +18 -1
- {aws-cdk.cx-api-2.137.0 → aws-cdk.cx-api-2.139.0}/src/aws_cdk.cx_api.egg-info/SOURCES.txt +1 -1
- aws-cdk.cx-api-2.139.0/src/aws_cdk.cx_api.egg-info/requires.txt +4 -0
- aws-cdk.cx-api-2.137.0/src/aws_cdk/cx_api/_jsii/cx-api@2.137.0.jsii.tgz +0 -0
- aws-cdk.cx-api-2.137.0/src/aws_cdk.cx_api.egg-info/requires.txt +0 -4
- {aws-cdk.cx-api-2.137.0 → aws-cdk.cx-api-2.139.0}/LICENSE +0 -0
- {aws-cdk.cx-api-2.137.0 → aws-cdk.cx-api-2.139.0}/MANIFEST.in +0 -0
- {aws-cdk.cx-api-2.137.0 → aws-cdk.cx-api-2.139.0}/NOTICE +0 -0
- {aws-cdk.cx-api-2.137.0 → aws-cdk.cx-api-2.139.0}/pyproject.toml +0 -0
- {aws-cdk.cx-api-2.137.0 → aws-cdk.cx-api-2.139.0}/setup.cfg +0 -0
- {aws-cdk.cx-api-2.137.0 → aws-cdk.cx-api-2.139.0}/src/aws_cdk/cx_api/py.typed +0 -0
- {aws-cdk.cx-api-2.137.0 → aws-cdk.cx-api-2.139.0}/src/aws_cdk.cx_api.egg-info/dependency_links.txt +0 -0
- {aws-cdk.cx-api-2.137.0 → aws-cdk.cx-api-2.139.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.139.0
|
|
4
4
|
Summary: Cloud executable protocol
|
|
5
5
|
Home-page: https://github.com/aws/aws-cdk
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -335,3 +335,20 @@ When this feature flag is enabled and calling KMS key grant method, the created
|
|
|
335
335
|
}
|
|
336
336
|
}
|
|
337
337
|
```
|
|
338
|
+
|
|
339
|
+
* `@aws-cdk/aws-eks:nodegroupNameAttribute`
|
|
340
|
+
|
|
341
|
+
When enabled, nodegroupName attribute of the provisioned EKS NodeGroup will not have the cluster name prefix.
|
|
342
|
+
|
|
343
|
+
When this feature flag is enabled, the nodegroupName attribute will be exactly the name of the nodegroup
|
|
344
|
+
without any prefix.
|
|
345
|
+
|
|
346
|
+
*cdk.json*
|
|
347
|
+
|
|
348
|
+
```json
|
|
349
|
+
{
|
|
350
|
+
"context": {
|
|
351
|
+
"@aws-cdk/aws-eks:nodegroupNameAttribute": true
|
|
352
|
+
}
|
|
353
|
+
}
|
|
354
|
+
```
|
|
@@ -309,3 +309,20 @@ When this feature flag is enabled and calling KMS key grant method, the created
|
|
|
309
309
|
}
|
|
310
310
|
}
|
|
311
311
|
```
|
|
312
|
+
|
|
313
|
+
* `@aws-cdk/aws-eks:nodegroupNameAttribute`
|
|
314
|
+
|
|
315
|
+
When enabled, nodegroupName attribute of the provisioned EKS NodeGroup will not have the cluster name prefix.
|
|
316
|
+
|
|
317
|
+
When this feature flag is enabled, the nodegroupName attribute will be exactly the name of the nodegroup
|
|
318
|
+
without any prefix.
|
|
319
|
+
|
|
320
|
+
*cdk.json*
|
|
321
|
+
|
|
322
|
+
```json
|
|
323
|
+
{
|
|
324
|
+
"context": {
|
|
325
|
+
"@aws-cdk/aws-eks:nodegroupNameAttribute": true
|
|
326
|
+
}
|
|
327
|
+
}
|
|
328
|
+
```
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "aws-cdk.cx-api",
|
|
8
|
-
"version": "2.
|
|
8
|
+
"version": "2.139.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.139.0.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"aws_cdk.cx_api": [
|
|
32
32
|
"py.typed"
|
|
@@ -34,8 +34,8 @@ kwargs = json.loads(
|
|
|
34
34
|
},
|
|
35
35
|
"python_requires": "~=3.8",
|
|
36
36
|
"install_requires": [
|
|
37
|
-
"aws-cdk.cloud-assembly-schema==2.
|
|
38
|
-
"jsii>=1.
|
|
37
|
+
"aws-cdk.cloud-assembly-schema==2.139.0",
|
|
38
|
+
"jsii>=1.97.0, <2.0.0",
|
|
39
39
|
"publication>=0.0.3",
|
|
40
40
|
"typeguard~=2.13.3"
|
|
41
41
|
],
|
|
@@ -310,6 +310,23 @@ When this feature flag is enabled and calling KMS key grant method, the created
|
|
|
310
310
|
}
|
|
311
311
|
}
|
|
312
312
|
```
|
|
313
|
+
|
|
314
|
+
* `@aws-cdk/aws-eks:nodegroupNameAttribute`
|
|
315
|
+
|
|
316
|
+
When enabled, nodegroupName attribute of the provisioned EKS NodeGroup will not have the cluster name prefix.
|
|
317
|
+
|
|
318
|
+
When this feature flag is enabled, the nodegroupName attribute will be exactly the name of the nodegroup
|
|
319
|
+
without any prefix.
|
|
320
|
+
|
|
321
|
+
*cdk.json*
|
|
322
|
+
|
|
323
|
+
```json
|
|
324
|
+
{
|
|
325
|
+
"context": {
|
|
326
|
+
"@aws-cdk/aws-eks:nodegroupNameAttribute": true
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
```
|
|
313
330
|
'''
|
|
314
331
|
from pkgutil import extend_path
|
|
315
332
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -16,7 +16,7 @@ from typeguard import check_type
|
|
|
16
16
|
import aws_cdk.cloud_assembly_schema._jsii
|
|
17
17
|
|
|
18
18
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
19
|
-
"@aws-cdk/cx-api", "2.
|
|
19
|
+
"@aws-cdk/cx-api", "2.139.0", __name__[0:-6], "cx-api@2.139.0.jsii.tgz"
|
|
20
20
|
)
|
|
21
21
|
|
|
22
22
|
__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.139.0
|
|
4
4
|
Summary: Cloud executable protocol
|
|
5
5
|
Home-page: https://github.com/aws/aws-cdk
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -335,3 +335,20 @@ When this feature flag is enabled and calling KMS key grant method, the created
|
|
|
335
335
|
}
|
|
336
336
|
}
|
|
337
337
|
```
|
|
338
|
+
|
|
339
|
+
* `@aws-cdk/aws-eks:nodegroupNameAttribute`
|
|
340
|
+
|
|
341
|
+
When enabled, nodegroupName attribute of the provisioned EKS NodeGroup will not have the cluster name prefix.
|
|
342
|
+
|
|
343
|
+
When this feature flag is enabled, the nodegroupName attribute will be exactly the name of the nodegroup
|
|
344
|
+
without any prefix.
|
|
345
|
+
|
|
346
|
+
*cdk.json*
|
|
347
|
+
|
|
348
|
+
```json
|
|
349
|
+
{
|
|
350
|
+
"context": {
|
|
351
|
+
"@aws-cdk/aws-eks:nodegroupNameAttribute": true
|
|
352
|
+
}
|
|
353
|
+
}
|
|
354
|
+
```
|
|
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.137.0 → aws-cdk.cx-api-2.139.0}/src/aws_cdk.cx_api.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|