aws-cdk.cx-api 2.147.3__tar.gz → 2.148.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.147.3/src/aws_cdk.cx_api.egg-info → aws-cdk.cx-api-2.148.0}/PKG-INFO +19 -1
- {aws-cdk.cx-api-2.147.3 → aws-cdk.cx-api-2.148.0}/README.md +18 -0
- {aws-cdk.cx-api-2.147.3 → aws-cdk.cx-api-2.148.0}/setup.py +4 -4
- {aws-cdk.cx-api-2.147.3 → aws-cdk.cx-api-2.148.0}/src/aws_cdk/cx_api/__init__.py +19 -1
- {aws-cdk.cx-api-2.147.3 → aws-cdk.cx-api-2.148.0}/src/aws_cdk/cx_api/_jsii/__init__.py +1 -1
- aws-cdk.cx-api-2.148.0/src/aws_cdk/cx_api/_jsii/cx-api@2.148.0.jsii.tgz +0 -0
- {aws-cdk.cx-api-2.147.3 → aws-cdk.cx-api-2.148.0/src/aws_cdk.cx_api.egg-info}/PKG-INFO +19 -1
- {aws-cdk.cx-api-2.147.3 → aws-cdk.cx-api-2.148.0}/src/aws_cdk.cx_api.egg-info/SOURCES.txt +1 -1
- aws-cdk.cx-api-2.148.0/src/aws_cdk.cx_api.egg-info/requires.txt +4 -0
- aws-cdk.cx-api-2.147.3/src/aws_cdk/cx_api/_jsii/cx-api@2.147.3.jsii.tgz +0 -0
- aws-cdk.cx-api-2.147.3/src/aws_cdk.cx_api.egg-info/requires.txt +0 -4
- {aws-cdk.cx-api-2.147.3 → aws-cdk.cx-api-2.148.0}/LICENSE +0 -0
- {aws-cdk.cx-api-2.147.3 → aws-cdk.cx-api-2.148.0}/MANIFEST.in +0 -0
- {aws-cdk.cx-api-2.147.3 → aws-cdk.cx-api-2.148.0}/NOTICE +0 -0
- {aws-cdk.cx-api-2.147.3 → aws-cdk.cx-api-2.148.0}/pyproject.toml +0 -0
- {aws-cdk.cx-api-2.147.3 → aws-cdk.cx-api-2.148.0}/setup.cfg +0 -0
- {aws-cdk.cx-api-2.147.3 → aws-cdk.cx-api-2.148.0}/src/aws_cdk/cx_api/py.typed +0 -0
- {aws-cdk.cx-api-2.147.3 → aws-cdk.cx-api-2.148.0}/src/aws_cdk.cx_api.egg-info/dependency_links.txt +0 -0
- {aws-cdk.cx-api-2.147.3 → aws-cdk.cx-api-2.148.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.148.0
|
|
4
4
|
Summary: Cloud executable protocol
|
|
5
5
|
Home-page: https://github.com/aws/aws-cdk
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -384,3 +384,21 @@ When this featuer flag is enabled, remove the default deployment alarm settings
|
|
|
384
384
|
}
|
|
385
385
|
}
|
|
386
386
|
```
|
|
387
|
+
|
|
388
|
+
* `@aws-cdk/aws-stepfunctions-tasks:ecsReduceRunTaskPermissions`
|
|
389
|
+
|
|
390
|
+
When enabled, IAM Policy created to run tasks won't include the task definition ARN, only the revision ARN.
|
|
391
|
+
|
|
392
|
+
When this feature flag is enabled, the IAM Policy created to run tasks won't include the task definition ARN, only the revision ARN.
|
|
393
|
+
The revision ARN is more specific than the task definition ARN. See https://docs.aws.amazon.com/step-functions/latest/dg/ecs-iam.html
|
|
394
|
+
for more details.
|
|
395
|
+
|
|
396
|
+
*cdk.json*
|
|
397
|
+
|
|
398
|
+
```json
|
|
399
|
+
{
|
|
400
|
+
"context": {
|
|
401
|
+
"@aws-cdk/aws-stepfunctions-tasks:ecsReduceRunTaskPermissions": true
|
|
402
|
+
}
|
|
403
|
+
}
|
|
404
|
+
```
|
|
@@ -358,3 +358,21 @@ When this featuer flag is enabled, remove the default deployment alarm settings
|
|
|
358
358
|
}
|
|
359
359
|
}
|
|
360
360
|
```
|
|
361
|
+
|
|
362
|
+
* `@aws-cdk/aws-stepfunctions-tasks:ecsReduceRunTaskPermissions`
|
|
363
|
+
|
|
364
|
+
When enabled, IAM Policy created to run tasks won't include the task definition ARN, only the revision ARN.
|
|
365
|
+
|
|
366
|
+
When this feature flag is enabled, the IAM Policy created to run tasks won't include the task definition ARN, only the revision ARN.
|
|
367
|
+
The revision ARN is more specific than the task definition ARN. See https://docs.aws.amazon.com/step-functions/latest/dg/ecs-iam.html
|
|
368
|
+
for more details.
|
|
369
|
+
|
|
370
|
+
*cdk.json*
|
|
371
|
+
|
|
372
|
+
```json
|
|
373
|
+
{
|
|
374
|
+
"context": {
|
|
375
|
+
"@aws-cdk/aws-stepfunctions-tasks:ecsReduceRunTaskPermissions": true
|
|
376
|
+
}
|
|
377
|
+
}
|
|
378
|
+
```
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "aws-cdk.cx-api",
|
|
8
|
-
"version": "2.
|
|
8
|
+
"version": "2.148.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.148.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.148.0",
|
|
38
|
+
"jsii>=1.101.0, <2.0.0",
|
|
39
39
|
"publication>=0.0.3",
|
|
40
40
|
"typeguard~=2.13.3"
|
|
41
41
|
],
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
'''
|
|
1
|
+
r'''
|
|
2
2
|
# Cloud Executable API
|
|
3
3
|
|
|
4
4
|
This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.
|
|
@@ -359,6 +359,24 @@ When this featuer flag is enabled, remove the default deployment alarm settings
|
|
|
359
359
|
}
|
|
360
360
|
}
|
|
361
361
|
```
|
|
362
|
+
|
|
363
|
+
* `@aws-cdk/aws-stepfunctions-tasks:ecsReduceRunTaskPermissions`
|
|
364
|
+
|
|
365
|
+
When enabled, IAM Policy created to run tasks won't include the task definition ARN, only the revision ARN.
|
|
366
|
+
|
|
367
|
+
When this feature flag is enabled, the IAM Policy created to run tasks won't include the task definition ARN, only the revision ARN.
|
|
368
|
+
The revision ARN is more specific than the task definition ARN. See https://docs.aws.amazon.com/step-functions/latest/dg/ecs-iam.html
|
|
369
|
+
for more details.
|
|
370
|
+
|
|
371
|
+
*cdk.json*
|
|
372
|
+
|
|
373
|
+
```json
|
|
374
|
+
{
|
|
375
|
+
"context": {
|
|
376
|
+
"@aws-cdk/aws-stepfunctions-tasks:ecsReduceRunTaskPermissions": true
|
|
377
|
+
}
|
|
378
|
+
}
|
|
379
|
+
```
|
|
362
380
|
'''
|
|
363
381
|
from pkgutil import extend_path
|
|
364
382
|
__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.148.0", __name__[0:-6], "cx-api@2.148.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.148.0
|
|
4
4
|
Summary: Cloud executable protocol
|
|
5
5
|
Home-page: https://github.com/aws/aws-cdk
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -384,3 +384,21 @@ When this featuer flag is enabled, remove the default deployment alarm settings
|
|
|
384
384
|
}
|
|
385
385
|
}
|
|
386
386
|
```
|
|
387
|
+
|
|
388
|
+
* `@aws-cdk/aws-stepfunctions-tasks:ecsReduceRunTaskPermissions`
|
|
389
|
+
|
|
390
|
+
When enabled, IAM Policy created to run tasks won't include the task definition ARN, only the revision ARN.
|
|
391
|
+
|
|
392
|
+
When this feature flag is enabled, the IAM Policy created to run tasks won't include the task definition ARN, only the revision ARN.
|
|
393
|
+
The revision ARN is more specific than the task definition ARN. See https://docs.aws.amazon.com/step-functions/latest/dg/ecs-iam.html
|
|
394
|
+
for more details.
|
|
395
|
+
|
|
396
|
+
*cdk.json*
|
|
397
|
+
|
|
398
|
+
```json
|
|
399
|
+
{
|
|
400
|
+
"context": {
|
|
401
|
+
"@aws-cdk/aws-stepfunctions-tasks:ecsReduceRunTaskPermissions": true
|
|
402
|
+
}
|
|
403
|
+
}
|
|
404
|
+
```
|
|
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.147.3 → aws-cdk.cx-api-2.148.0}/src/aws_cdk.cx_api.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|