cdk-common 2.0.980__py3-none-any.whl → 2.0.981__py3-none-any.whl

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.
cdk_common/__init__.py CHANGED
@@ -5039,6 +5039,18 @@ class AWSManagedPolicies(enum.Enum):
5039
5039
  '''
5040
5040
  :stability: experimental
5041
5041
  '''
5042
+ AWSDATA_EXCHANGE_SERVICE_ROLE_POLICY_FOR_ORGANIZATION_DISCOVERY = "AWSDATA_EXCHANGE_SERVICE_ROLE_POLICY_FOR_ORGANIZATION_DISCOVERY"
5043
+ '''
5044
+ :stability: experimental
5045
+ '''
5046
+ AWSDATA_EXCHANGE_SERVICE_ROLE_POLICY_FOR_LICENSE_MANAGEMENT = "AWSDATA_EXCHANGE_SERVICE_ROLE_POLICY_FOR_LICENSE_MANAGEMENT"
5047
+ '''
5048
+ :stability: experimental
5049
+ '''
5050
+ AWSSOCIAL_MESSAGING_SERVICE_ROLE_POLICY = "AWSSOCIAL_MESSAGING_SERVICE_ROLE_POLICY"
5051
+ '''
5052
+ :stability: experimental
5053
+ '''
5042
5054
 
5043
5055
 
5044
5056
  class LambdaArmFunction(
@@ -32,7 +32,7 @@ import aws_cdk._jsii
32
32
  import constructs._jsii
33
33
 
34
34
  __jsii_assembly__ = jsii.JSIIAssembly.load(
35
- "cdk-common", "2.0.980", __name__[0:-6], "cdk-common@2.0.980.jsii.tgz"
35
+ "cdk-common", "2.0.981", __name__[0:-6], "cdk-common@2.0.981.jsii.tgz"
36
36
  )
37
37
 
38
38
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cdk-common
3
- Version: 2.0.980
3
+ Version: 2.0.981
4
4
  Summary: Common AWS CDK librarys.
5
5
  Home-page: https://github.com/neilkuan/cdk-common.git
6
6
  Author: Neil Kuan<guan840912@gmail.com>
@@ -22,9 +22,9 @@ Description-Content-Type: text/markdown
22
22
  License-File: LICENSE
23
23
  Requires-Dist: aws-cdk-lib<3.0.0,>=2.126.0
24
24
  Requires-Dist: constructs<11.0.0,>=10.0.5
25
- Requires-Dist: jsii<2.0.0,>=1.103.1
25
+ Requires-Dist: jsii<2.0.0,>=1.104.0
26
26
  Requires-Dist: publication>=0.0.3
27
- Requires-Dist: typeguard<5.0.0,>=2.13.3
27
+ Requires-Dist: typeguard<4.3.0,>=2.13.3
28
28
 
29
29
  [![NPM version](https://badge.fury.io/js/cdk-common.svg)](https://badge.fury.io/js/cdk-common)
30
30
  [![PyPI version](https://badge.fury.io/py/cdk-common.svg)](https://badge.fury.io/py/cdk-common)
@@ -0,0 +1,9 @@
1
+ cdk_common/__init__.py,sha256=uavABVQfwVOK30z_2PzkLupjP58eTSmt7g_hTuIOEMQ,240881
2
+ cdk_common/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
3
+ cdk_common/_jsii/__init__.py,sha256=NoL03vu0pd7U-6KcsAk68Ooz_xmVpbRzik7pa9iFd18,1435
4
+ cdk_common/_jsii/cdk-common@2.0.981.jsii.tgz,sha256=goF22lK5dMdaF1aR9b8JzNtmkeA2ScUC9NaH6ypwXM0,3845165
5
+ cdk_common-2.0.981.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
6
+ cdk_common-2.0.981.dist-info/METADATA,sha256=iarE2wMGEFXjeePfr0YPHpQNtItsphKV2jo7XUDsLMI,2850
7
+ cdk_common-2.0.981.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
8
+ cdk_common-2.0.981.dist-info/top_level.txt,sha256=j-yYpe3jsSqUiLxxMpMr1hgaXubL4K7Bz1dAuyUz31k,11
9
+ cdk_common-2.0.981.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- cdk_common/__init__.py,sha256=G-AhhdQHc89dx8tn3JEijh_FKa-D1cql0MYFyDJdBiY,240394
2
- cdk_common/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
3
- cdk_common/_jsii/__init__.py,sha256=Hjn4srKrYO7roRHF7gxba6GkwCTDFJ9s3ehX9h4nIjw,1435
4
- cdk_common/_jsii/cdk-common@2.0.980.jsii.tgz,sha256=63cax09MUfVSvwgMotvOv8pL-TuhzqrmIXZ8SAkKWT4,3844794
5
- cdk_common-2.0.980.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
6
- cdk_common-2.0.980.dist-info/METADATA,sha256=diWJF3QC-8_OyTaXHFpZAjEXUvFmPxvWhTLTDnclPHw,2850
7
- cdk_common-2.0.980.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
8
- cdk_common-2.0.980.dist-info/top_level.txt,sha256=j-yYpe3jsSqUiLxxMpMr1hgaXubL4K7Bz1dAuyUz31k,11
9
- cdk_common-2.0.980.dist-info/RECORD,,