aws-cdk.cx-api 2.173.4__tar.gz → 2.174.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.

Files changed (18) hide show
  1. {aws_cdk_cx_api-2.173.4 → aws_cdk_cx_api-2.174.0}/LICENSE +1 -1
  2. {aws_cdk_cx_api-2.173.4 → aws_cdk_cx_api-2.174.0}/NOTICE +1 -1
  3. {aws_cdk_cx_api-2.173.4/src/aws_cdk.cx_api.egg-info → aws_cdk_cx_api-2.174.0}/PKG-INFO +21 -2
  4. {aws_cdk_cx_api-2.173.4 → aws_cdk_cx_api-2.174.0}/README.md +19 -0
  5. {aws_cdk_cx_api-2.173.4 → aws_cdk_cx_api-2.174.0}/setup.py +3 -3
  6. {aws_cdk_cx_api-2.173.4 → aws_cdk_cx_api-2.174.0}/src/aws_cdk/cx_api/__init__.py +19 -0
  7. {aws_cdk_cx_api-2.173.4 → aws_cdk_cx_api-2.174.0}/src/aws_cdk/cx_api/_jsii/__init__.py +1 -1
  8. aws_cdk_cx_api-2.174.0/src/aws_cdk/cx_api/_jsii/cx-api@2.174.0.jsii.tgz +0 -0
  9. {aws_cdk_cx_api-2.173.4 → aws_cdk_cx_api-2.174.0/src/aws_cdk.cx_api.egg-info}/PKG-INFO +21 -2
  10. {aws_cdk_cx_api-2.173.4 → aws_cdk_cx_api-2.174.0}/src/aws_cdk.cx_api.egg-info/SOURCES.txt +1 -1
  11. {aws_cdk_cx_api-2.173.4 → aws_cdk_cx_api-2.174.0}/src/aws_cdk.cx_api.egg-info/requires.txt +1 -1
  12. aws_cdk_cx_api-2.173.4/src/aws_cdk/cx_api/_jsii/cx-api@2.173.4.jsii.tgz +0 -0
  13. {aws_cdk_cx_api-2.173.4 → aws_cdk_cx_api-2.174.0}/MANIFEST.in +0 -0
  14. {aws_cdk_cx_api-2.173.4 → aws_cdk_cx_api-2.174.0}/pyproject.toml +0 -0
  15. {aws_cdk_cx_api-2.173.4 → aws_cdk_cx_api-2.174.0}/setup.cfg +0 -0
  16. {aws_cdk_cx_api-2.173.4 → aws_cdk_cx_api-2.174.0}/src/aws_cdk/cx_api/py.typed +0 -0
  17. {aws_cdk_cx_api-2.173.4 → aws_cdk_cx_api-2.174.0}/src/aws_cdk.cx_api.egg-info/dependency_links.txt +0 -0
  18. {aws_cdk_cx_api-2.173.4 → aws_cdk_cx_api-2.174.0}/src/aws_cdk.cx_api.egg-info/top_level.txt +0 -0
@@ -186,7 +186,7 @@
186
186
  same "printed page" as the copyright notice for easier
187
187
  identification within third-party archives.
188
188
 
189
- Copyright 2018-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
189
+ Copyright 2018-2025 Amazon.com, Inc. or its affiliates. All Rights Reserved.
190
190
 
191
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
192
  you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  AWS Cloud Development Kit (AWS CDK)
2
- Copyright 2018-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+ Copyright 2018-2025 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
3
 
4
4
  -------------------------------------------------------------------------------
5
5
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aws-cdk.cx-api
3
- Version: 2.173.4
3
+ Version: 2.174.0
4
4
  Summary: Cloud executable protocol
5
5
  Home-page: https://github.com/aws/aws-cdk
6
6
  Author: Amazon Web Services
@@ -23,7 +23,7 @@ Requires-Python: ~=3.8
23
23
  Description-Content-Type: text/markdown
24
24
  License-File: LICENSE
25
25
  License-File: NOTICE
26
- Requires-Dist: aws-cdk.cloud-assembly-schema<39.0.0,>=38.0.0
26
+ Requires-Dist: aws-cdk.cloud-assembly-schema<40.0.0,>=39.0.0
27
27
  Requires-Dist: jsii<2.0.0,>=1.104.0
28
28
  Requires-Dist: publication>=0.0.3
29
29
  Requires-Dist: typeguard<4.3.0,>=2.13.3
@@ -524,3 +524,22 @@ This is a feature flag as the old behavior was technically incorrect but users m
524
524
  },
525
525
  }
526
526
  ```
527
+
528
+ * `@aws-cdk/aws-route53-targets:userPoolDomainNameMethodWithoutCustomResource`
529
+
530
+ When enabled, use a new method for DNS Name of user pool domain target without creating a custom resource.
531
+
532
+ When this feature flag is enabled, a new method will be used to get the DNS Name of the user pool domain target. The old method
533
+ creates a custom resource internally, but the new method doesn't need a custom resource.
534
+
535
+ If the flag is set to false then a custom resource will be created when using `UserPoolDomainTarget`.
536
+
537
+ *cdk.json*
538
+
539
+ ```json
540
+ {
541
+ "context": {
542
+ "@aws-cdk/aws-route53-targets:userPoolDomainNameMethodWithoutCustomResource": true
543
+ }
544
+ }
545
+ ```
@@ -494,3 +494,22 @@ This is a feature flag as the old behavior was technically incorrect but users m
494
494
  },
495
495
  }
496
496
  ```
497
+
498
+ * `@aws-cdk/aws-route53-targets:userPoolDomainNameMethodWithoutCustomResource`
499
+
500
+ When enabled, use a new method for DNS Name of user pool domain target without creating a custom resource.
501
+
502
+ When this feature flag is enabled, a new method will be used to get the DNS Name of the user pool domain target. The old method
503
+ creates a custom resource internally, but the new method doesn't need a custom resource.
504
+
505
+ If the flag is set to false then a custom resource will be created when using `UserPoolDomainTarget`.
506
+
507
+ *cdk.json*
508
+
509
+ ```json
510
+ {
511
+ "context": {
512
+ "@aws-cdk/aws-route53-targets:userPoolDomainNameMethodWithoutCustomResource": true
513
+ }
514
+ }
515
+ ```
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "aws-cdk.cx-api",
8
- "version": "2.173.4",
8
+ "version": "2.174.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.173.4.jsii.tgz"
29
+ "cx-api@2.174.0.jsii.tgz"
30
30
  ],
31
31
  "aws_cdk.cx_api": [
32
32
  "py.typed"
@@ -34,7 +34,7 @@ kwargs = json.loads(
34
34
  },
35
35
  "python_requires": "~=3.8",
36
36
  "install_requires": [
37
- "aws-cdk.cloud-assembly-schema>=38.0.0, <39.0.0",
37
+ "aws-cdk.cloud-assembly-schema>=39.0.0, <40.0.0",
38
38
  "jsii>=1.104.0, <2.0.0",
39
39
  "publication>=0.0.3",
40
40
  "typeguard>=2.13.3,<4.3.0"
@@ -495,6 +495,25 @@ This is a feature flag as the old behavior was technically incorrect but users m
495
495
  },
496
496
  }
497
497
  ```
498
+
499
+ * `@aws-cdk/aws-route53-targets:userPoolDomainNameMethodWithoutCustomResource`
500
+
501
+ When enabled, use a new method for DNS Name of user pool domain target without creating a custom resource.
502
+
503
+ When this feature flag is enabled, a new method will be used to get the DNS Name of the user pool domain target. The old method
504
+ creates a custom resource internally, but the new method doesn't need a custom resource.
505
+
506
+ If the flag is set to false then a custom resource will be created when using `UserPoolDomainTarget`.
507
+
508
+ *cdk.json*
509
+
510
+ ```json
511
+ {
512
+ "context": {
513
+ "@aws-cdk/aws-route53-targets:userPoolDomainNameMethodWithoutCustomResource": true
514
+ }
515
+ }
516
+ ```
498
517
  '''
499
518
  from pkgutil import extend_path
500
519
  __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.173.4", __name__[0:-6], "cx-api@2.173.4.jsii.tgz"
34
+ "@aws-cdk/cx-api", "2.174.0", __name__[0:-6], "cx-api@2.174.0.jsii.tgz"
35
35
  )
36
36
 
37
37
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aws-cdk.cx-api
3
- Version: 2.173.4
3
+ Version: 2.174.0
4
4
  Summary: Cloud executable protocol
5
5
  Home-page: https://github.com/aws/aws-cdk
6
6
  Author: Amazon Web Services
@@ -23,7 +23,7 @@ Requires-Python: ~=3.8
23
23
  Description-Content-Type: text/markdown
24
24
  License-File: LICENSE
25
25
  License-File: NOTICE
26
- Requires-Dist: aws-cdk.cloud-assembly-schema<39.0.0,>=38.0.0
26
+ Requires-Dist: aws-cdk.cloud-assembly-schema<40.0.0,>=39.0.0
27
27
  Requires-Dist: jsii<2.0.0,>=1.104.0
28
28
  Requires-Dist: publication>=0.0.3
29
29
  Requires-Dist: typeguard<4.3.0,>=2.13.3
@@ -524,3 +524,22 @@ This is a feature flag as the old behavior was technically incorrect but users m
524
524
  },
525
525
  }
526
526
  ```
527
+
528
+ * `@aws-cdk/aws-route53-targets:userPoolDomainNameMethodWithoutCustomResource`
529
+
530
+ When enabled, use a new method for DNS Name of user pool domain target without creating a custom resource.
531
+
532
+ When this feature flag is enabled, a new method will be used to get the DNS Name of the user pool domain target. The old method
533
+ creates a custom resource internally, but the new method doesn't need a custom resource.
534
+
535
+ If the flag is set to false then a custom resource will be created when using `UserPoolDomainTarget`.
536
+
537
+ *cdk.json*
538
+
539
+ ```json
540
+ {
541
+ "context": {
542
+ "@aws-cdk/aws-route53-targets:userPoolDomainNameMethodWithoutCustomResource": true
543
+ }
544
+ }
545
+ ```
@@ -12,4 +12,4 @@ src/aws_cdk.cx_api.egg-info/top_level.txt
12
12
  src/aws_cdk/cx_api/__init__.py
13
13
  src/aws_cdk/cx_api/py.typed
14
14
  src/aws_cdk/cx_api/_jsii/__init__.py
15
- src/aws_cdk/cx_api/_jsii/cx-api@2.173.4.jsii.tgz
15
+ src/aws_cdk/cx_api/_jsii/cx-api@2.174.0.jsii.tgz
@@ -1,4 +1,4 @@
1
- aws-cdk.cloud-assembly-schema<39.0.0,>=38.0.0
1
+ aws-cdk.cloud-assembly-schema<40.0.0,>=39.0.0
2
2
  jsii<2.0.0,>=1.104.0
3
3
  publication>=0.0.3
4
4
  typeguard<4.3.0,>=2.13.3