aws-solutions-constructs.aws-fargate-sns 2.44.0__tar.gz → 2.45.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.
Files changed (18) hide show
  1. {aws-solutions-constructs.aws-fargate-sns-2.44.0/src/aws_solutions_constructs.aws_fargate_sns.egg-info → aws-solutions-constructs.aws-fargate-sns-2.45.0}/PKG-INFO +1 -1
  2. {aws-solutions-constructs.aws-fargate-sns-2.44.0 → aws-solutions-constructs.aws-fargate-sns-2.45.0}/setup.py +5 -5
  3. {aws-solutions-constructs.aws-fargate-sns-2.44.0 → aws-solutions-constructs.aws-fargate-sns-2.45.0}/src/aws_solutions_constructs/aws_fargate_sns/__init__.py +3 -3
  4. {aws-solutions-constructs.aws-fargate-sns-2.44.0 → aws-solutions-constructs.aws-fargate-sns-2.45.0}/src/aws_solutions_constructs/aws_fargate_sns/_jsii/__init__.py +2 -2
  5. aws-solutions-constructs.aws-fargate-sns-2.45.0/src/aws_solutions_constructs/aws_fargate_sns/_jsii/aws-fargate-sns@2.45.0.jsii.tgz +0 -0
  6. {aws-solutions-constructs.aws-fargate-sns-2.44.0 → aws-solutions-constructs.aws-fargate-sns-2.45.0/src/aws_solutions_constructs.aws_fargate_sns.egg-info}/PKG-INFO +1 -1
  7. {aws-solutions-constructs.aws-fargate-sns-2.44.0 → aws-solutions-constructs.aws-fargate-sns-2.45.0}/src/aws_solutions_constructs.aws_fargate_sns.egg-info/SOURCES.txt +1 -1
  8. aws-solutions-constructs.aws-fargate-sns-2.45.0/src/aws_solutions_constructs.aws_fargate_sns.egg-info/requires.txt +6 -0
  9. aws-solutions-constructs.aws-fargate-sns-2.44.0/src/aws_solutions_constructs/aws_fargate_sns/_jsii/aws-fargate-sns@2.44.0.jsii.tgz +0 -0
  10. aws-solutions-constructs.aws-fargate-sns-2.44.0/src/aws_solutions_constructs.aws_fargate_sns.egg-info/requires.txt +0 -6
  11. {aws-solutions-constructs.aws-fargate-sns-2.44.0 → aws-solutions-constructs.aws-fargate-sns-2.45.0}/LICENSE +0 -0
  12. {aws-solutions-constructs.aws-fargate-sns-2.44.0 → aws-solutions-constructs.aws-fargate-sns-2.45.0}/MANIFEST.in +0 -0
  13. {aws-solutions-constructs.aws-fargate-sns-2.44.0 → aws-solutions-constructs.aws-fargate-sns-2.45.0}/README.md +0 -0
  14. {aws-solutions-constructs.aws-fargate-sns-2.44.0 → aws-solutions-constructs.aws-fargate-sns-2.45.0}/pyproject.toml +0 -0
  15. {aws-solutions-constructs.aws-fargate-sns-2.44.0 → aws-solutions-constructs.aws-fargate-sns-2.45.0}/setup.cfg +0 -0
  16. {aws-solutions-constructs.aws-fargate-sns-2.44.0 → aws-solutions-constructs.aws-fargate-sns-2.45.0}/src/aws_solutions_constructs/aws_fargate_sns/py.typed +0 -0
  17. {aws-solutions-constructs.aws-fargate-sns-2.44.0 → aws-solutions-constructs.aws-fargate-sns-2.45.0}/src/aws_solutions_constructs.aws_fargate_sns.egg-info/dependency_links.txt +0 -0
  18. {aws-solutions-constructs.aws-fargate-sns-2.44.0 → aws-solutions-constructs.aws-fargate-sns-2.45.0}/src/aws_solutions_constructs.aws_fargate_sns.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aws-solutions-constructs.aws-fargate-sns
3
- Version: 2.44.0
3
+ Version: 2.45.0
4
4
  Summary: CDK Constructs for AWS Fargate to Amazon SNS integration
5
5
  Home-page: https://github.com/awslabs/aws-solutions-constructs.git
6
6
  Author: Amazon Web Services
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "aws-solutions-constructs.aws-fargate-sns",
8
- "version": "2.44.0",
8
+ "version": "2.45.0",
9
9
  "description": "CDK Constructs for AWS Fargate to Amazon SNS integration",
10
10
  "license": "Apache-2.0",
11
11
  "url": "https://github.com/awslabs/aws-solutions-constructs.git",
@@ -26,7 +26,7 @@ kwargs = json.loads(
26
26
  ],
27
27
  "package_data": {
28
28
  "aws_solutions_constructs.aws_fargate_sns._jsii": [
29
- "aws-fargate-sns@2.44.0.jsii.tgz"
29
+ "aws-fargate-sns@2.45.0.jsii.tgz"
30
30
  ],
31
31
  "aws_solutions_constructs.aws_fargate_sns": [
32
32
  "py.typed"
@@ -34,10 +34,10 @@ kwargs = json.loads(
34
34
  },
35
35
  "python_requires": "~=3.7",
36
36
  "install_requires": [
37
- "aws-cdk-lib>=2.82.0, <3.0.0",
38
- "aws-solutions-constructs.core==2.44.0",
37
+ "aws-cdk-lib>=2.99.1, <3.0.0",
38
+ "aws-solutions-constructs.core==2.45.0",
39
39
  "constructs>=10.0.0, <11.0.0",
40
- "jsii>=1.88.0, <2.0.0",
40
+ "jsii>=1.90.0, <2.0.0",
41
41
  "publication>=0.0.3",
42
42
  "typeguard~=2.13.3"
43
43
  ],
@@ -199,7 +199,7 @@ class FargateToSns(
199
199
  :param encryption_key: An optional, imported encryption key to encrypt the SNS Topic with. Default: - None
200
200
  :param encryption_key_props: Optional user provided properties to override the default properties for the KMS encryption key used to encrypt the SNS Topic with. Default: - None
201
201
  :param existing_container_definition_object: -
202
- :param existing_fargate_service_object: A Fargate Service already instantiated (probably by another Solutions Construct). If this is specified, then no props defining a new service can be provided, including: existingImageObject, ecrImageVersion, containerDefintionProps, fargateTaskDefinitionProps, ecrRepositoryArn, fargateServiceProps, clusterProps, existingClusterInterface. If this value is provided, then existingContainerDefinitionObject must be provided as well. Default: - none
202
+ :param existing_fargate_service_object: A Fargate Service already instantiated (probably by another Solutions Construct). If this is specified, then no props defining a new service can be provided, including: existingImageObject, ecrImageVersion, containerDefinitionProps, fargateTaskDefinitionProps, ecrRepositoryArn, fargateServiceProps, clusterProps, existingClusterInterface. If this value is provided, then existingContainerDefinitionObject must be provided as well. Default: - none
203
203
  :param existing_topic_object: Existing instance of SNS Topic object, providing both this and topicProps will cause an error.. Default: - Default props are used
204
204
  :param existing_vpc: An existing VPC in which to deploy the construct. Providing both this and vpcProps is an error. If the client provides an existing Fargate service, this value must be the VPC where the service is running. An SNS Interface endpoint will be added to this VPC. Default: - none
205
205
  :param fargate_service_props: Optional values to override default Fargate Task definition properties (fargate-defaults.ts). The construct will default to launching the service is the most isolated subnets available (precedence: Isolated, Private and Public). Override those and other defaults here. defaults - fargate-defaults.ts
@@ -314,7 +314,7 @@ class FargateToSnsProps:
314
314
  :param encryption_key: An optional, imported encryption key to encrypt the SNS Topic with. Default: - None
315
315
  :param encryption_key_props: Optional user provided properties to override the default properties for the KMS encryption key used to encrypt the SNS Topic with. Default: - None
316
316
  :param existing_container_definition_object: -
317
- :param existing_fargate_service_object: A Fargate Service already instantiated (probably by another Solutions Construct). If this is specified, then no props defining a new service can be provided, including: existingImageObject, ecrImageVersion, containerDefintionProps, fargateTaskDefinitionProps, ecrRepositoryArn, fargateServiceProps, clusterProps, existingClusterInterface. If this value is provided, then existingContainerDefinitionObject must be provided as well. Default: - none
317
+ :param existing_fargate_service_object: A Fargate Service already instantiated (probably by another Solutions Construct). If this is specified, then no props defining a new service can be provided, including: existingImageObject, ecrImageVersion, containerDefinitionProps, fargateTaskDefinitionProps, ecrRepositoryArn, fargateServiceProps, clusterProps, existingClusterInterface. If this value is provided, then existingContainerDefinitionObject must be provided as well. Default: - none
318
318
  :param existing_topic_object: Existing instance of SNS Topic object, providing both this and topicProps will cause an error.. Default: - Default props are used
319
319
  :param existing_vpc: An existing VPC in which to deploy the construct. Providing both this and vpcProps is an error. If the client provides an existing Fargate service, this value must be the VPC where the service is running. An SNS Interface endpoint will be added to this VPC. Default: - none
320
320
  :param fargate_service_props: Optional values to override default Fargate Task definition properties (fargate-defaults.ts). The construct will default to launching the service is the most isolated subnets available (precedence: Isolated, Private and Public). Override those and other defaults here. defaults - fargate-defaults.ts
@@ -479,7 +479,7 @@ class FargateToSnsProps:
479
479
 
480
480
  If
481
481
  this is specified, then no props defining a new service can be provided, including:
482
- existingImageObject, ecrImageVersion, containerDefintionProps, fargateTaskDefinitionProps,
482
+ existingImageObject, ecrImageVersion, containerDefinitionProps, fargateTaskDefinitionProps,
483
483
  ecrRepositoryArn, fargateServiceProps, clusterProps, existingClusterInterface. If this value
484
484
  is provided, then existingContainerDefinitionObject must be provided as well.
485
485
 
@@ -16,9 +16,9 @@ import constructs._jsii
16
16
 
17
17
  __jsii_assembly__ = jsii.JSIIAssembly.load(
18
18
  "@aws-solutions-constructs/aws-fargate-sns",
19
- "2.44.0",
19
+ "2.45.0",
20
20
  __name__[0:-6],
21
- "aws-fargate-sns@2.44.0.jsii.tgz",
21
+ "aws-fargate-sns@2.45.0.jsii.tgz",
22
22
  )
23
23
 
24
24
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aws-solutions-constructs.aws-fargate-sns
3
- Version: 2.44.0
3
+ Version: 2.45.0
4
4
  Summary: CDK Constructs for AWS Fargate to Amazon SNS integration
5
5
  Home-page: https://github.com/awslabs/aws-solutions-constructs.git
6
6
  Author: Amazon Web Services
@@ -11,4 +11,4 @@ src/aws_solutions_constructs.aws_fargate_sns.egg-info/top_level.txt
11
11
  src/aws_solutions_constructs/aws_fargate_sns/__init__.py
12
12
  src/aws_solutions_constructs/aws_fargate_sns/py.typed
13
13
  src/aws_solutions_constructs/aws_fargate_sns/_jsii/__init__.py
14
- src/aws_solutions_constructs/aws_fargate_sns/_jsii/aws-fargate-sns@2.44.0.jsii.tgz
14
+ src/aws_solutions_constructs/aws_fargate_sns/_jsii/aws-fargate-sns@2.45.0.jsii.tgz
@@ -0,0 +1,6 @@
1
+ aws-cdk-lib<3.0.0,>=2.99.1
2
+ aws-solutions-constructs.core==2.45.0
3
+ constructs<11.0.0,>=10.0.0
4
+ jsii<2.0.0,>=1.90.0
5
+ publication>=0.0.3
6
+ typeguard~=2.13.3
@@ -1,6 +0,0 @@
1
- aws-cdk-lib<3.0.0,>=2.82.0
2
- aws-solutions-constructs.core==2.44.0
3
- constructs<11.0.0,>=10.0.0
4
- jsii<2.0.0,>=1.88.0
5
- publication>=0.0.3
6
- typeguard~=2.13.3