aws-cdk-lib 2.174.0__py3-none-any.whl → 2.174.1__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.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.174.0.jsii.tgz → aws-cdk-lib@2.174.1.jsii.tgz} +0 -0
- aws_cdk/aws_amazonmq/__init__.py +18 -0
- aws_cdk/aws_batch/__init__.py +32 -458
- aws_cdk/aws_bedrock/__init__.py +7 -4
- aws_cdk/aws_cleanrooms/__init__.py +683 -2
- aws_cdk/aws_dms/__init__.py +49 -27
- aws_cdk/aws_docdb/__init__.py +134 -0
- aws_cdk/aws_mediaconvert/__init__.py +39 -0
- aws_cdk/aws_quicksight/__init__.py +1422 -859
- aws_cdk/aws_rds/__init__.py +2 -7
- aws_cdk/aws_sagemaker/__init__.py +6 -6
- {aws_cdk_lib-2.174.0.dist-info → aws_cdk_lib-2.174.1.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.174.0.dist-info → aws_cdk_lib-2.174.1.dist-info}/RECORD +18 -18
- {aws_cdk_lib-2.174.0.dist-info → aws_cdk_lib-2.174.1.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.174.0.dist-info → aws_cdk_lib-2.174.1.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.174.0.dist-info → aws_cdk_lib-2.174.1.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.174.0.dist-info → aws_cdk_lib-2.174.1.dist-info}/top_level.txt +0 -0
aws_cdk/aws_rds/__init__.py
CHANGED
|
@@ -5053,7 +5053,7 @@ class CfnDBCluster(
|
|
|
5053
5053
|
:param domain_iam_role_name: Specifies the name of the IAM role to use when making API calls to the Directory Service. Valid for: Aurora DB clusters only
|
|
5054
5054
|
:param enable_cloudwatch_logs_exports: The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see `Publishing Database Logs to Amazon CloudWatch Logs <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch>`_ in the *Amazon Aurora User Guide* . *Aurora MySQL* Valid values: ``audit`` , ``error`` , ``general`` , ``slowquery`` *Aurora PostgreSQL* Valid values: ``postgresql`` Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
|
5055
5055
|
:param enable_global_write_forwarding: Specifies whether to enable this DB cluster to forward write operations to the primary cluster of a global cluster (Aurora global database). By default, write operations are not allowed on Aurora DB clusters that are secondary clusters in an Aurora global database. You can set this value only on Aurora DB clusters that are members of an Aurora global database. With this parameter enabled, a secondary cluster can forward writes to the current primary cluster, and the resulting changes are replicated back to this cluster. For the primary DB cluster of an Aurora global database, this value is used immediately if the primary is demoted by a global cluster API operation, but it does nothing until then. Valid for Cluster Type: Aurora DB clusters only
|
|
5056
|
-
:param enable_http_endpoint: Specifies whether to enable the HTTP endpoint for the DB cluster. By default, the HTTP endpoint isn't enabled. When enabled, the HTTP endpoint provides a connectionless web service API (RDS Data API) for running SQL queries on the DB cluster. You can also query your database from inside the RDS console with the RDS query editor.
|
|
5056
|
+
:param enable_http_endpoint: Specifies whether to enable the HTTP endpoint for the DB cluster. By default, the HTTP endpoint isn't enabled. When enabled, the HTTP endpoint provides a connectionless web service API (RDS Data API) for running SQL queries on the DB cluster. You can also query your database from inside the RDS console with the RDS query editor. For more information, see `Using RDS Data API <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html>`_ in the *Amazon Aurora User Guide* . Valid for Cluster Type: Aurora DB clusters only
|
|
5057
5057
|
:param enable_iam_database_authentication: A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled. For more information, see `IAM Database Authentication <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html>`_ in the *Amazon Aurora User Guide.* Valid for: Aurora DB clusters only
|
|
5058
5058
|
:param enable_local_write_forwarding: Specifies whether read replicas can forward write operations to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances. Valid for: Aurora DB clusters only
|
|
5059
5059
|
:param engine: The name of the database engine to be used for this DB cluster. Valid Values: - ``aurora-mysql`` - ``aurora-postgresql`` - ``mysql`` - ``postgres`` Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
|
@@ -7247,7 +7247,7 @@ class CfnDBClusterProps:
|
|
|
7247
7247
|
:param domain_iam_role_name: Specifies the name of the IAM role to use when making API calls to the Directory Service. Valid for: Aurora DB clusters only
|
|
7248
7248
|
:param enable_cloudwatch_logs_exports: The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see `Publishing Database Logs to Amazon CloudWatch Logs <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch>`_ in the *Amazon Aurora User Guide* . *Aurora MySQL* Valid values: ``audit`` , ``error`` , ``general`` , ``slowquery`` *Aurora PostgreSQL* Valid values: ``postgresql`` Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
|
7249
7249
|
:param enable_global_write_forwarding: Specifies whether to enable this DB cluster to forward write operations to the primary cluster of a global cluster (Aurora global database). By default, write operations are not allowed on Aurora DB clusters that are secondary clusters in an Aurora global database. You can set this value only on Aurora DB clusters that are members of an Aurora global database. With this parameter enabled, a secondary cluster can forward writes to the current primary cluster, and the resulting changes are replicated back to this cluster. For the primary DB cluster of an Aurora global database, this value is used immediately if the primary is demoted by a global cluster API operation, but it does nothing until then. Valid for Cluster Type: Aurora DB clusters only
|
|
7250
|
-
:param enable_http_endpoint: Specifies whether to enable the HTTP endpoint for the DB cluster. By default, the HTTP endpoint isn't enabled. When enabled, the HTTP endpoint provides a connectionless web service API (RDS Data API) for running SQL queries on the DB cluster. You can also query your database from inside the RDS console with the RDS query editor.
|
|
7250
|
+
:param enable_http_endpoint: Specifies whether to enable the HTTP endpoint for the DB cluster. By default, the HTTP endpoint isn't enabled. When enabled, the HTTP endpoint provides a connectionless web service API (RDS Data API) for running SQL queries on the DB cluster. You can also query your database from inside the RDS console with the RDS query editor. For more information, see `Using RDS Data API <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html>`_ in the *Amazon Aurora User Guide* . Valid for Cluster Type: Aurora DB clusters only
|
|
7251
7251
|
:param enable_iam_database_authentication: A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled. For more information, see `IAM Database Authentication <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html>`_ in the *Amazon Aurora User Guide.* Valid for: Aurora DB clusters only
|
|
7252
7252
|
:param enable_local_write_forwarding: Specifies whether read replicas can forward write operations to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances. Valid for: Aurora DB clusters only
|
|
7253
7253
|
:param engine: The name of the database engine to be used for this DB cluster. Valid Values: - ``aurora-mysql`` - ``aurora-postgresql`` - ``mysql`` - ``postgres`` Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
|
@@ -7887,11 +7887,6 @@ class CfnDBClusterProps:
|
|
|
7887
7887
|
|
|
7888
7888
|
When enabled, the HTTP endpoint provides a connectionless web service API (RDS Data API) for running SQL queries on the DB cluster. You can also query your database from inside the RDS console with the RDS query editor.
|
|
7889
7889
|
|
|
7890
|
-
RDS Data API is supported with the following DB clusters:
|
|
7891
|
-
|
|
7892
|
-
- Aurora PostgreSQL Serverless v2 and provisioned
|
|
7893
|
-
- Aurora PostgreSQL and Aurora MySQL Serverless v1
|
|
7894
|
-
|
|
7895
7890
|
For more information, see `Using RDS Data API <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html>`_ in the *Amazon Aurora User Guide* .
|
|
7896
7891
|
|
|
7897
7892
|
Valid for Cluster Type: Aurora DB clusters only
|
|
@@ -20335,7 +20335,7 @@ class CfnModel(
|
|
|
20335
20335
|
Your input bucket must be in the same AWS region as your training job.
|
|
20336
20336
|
|
|
20337
20337
|
:param compression_type:
|
|
20338
|
-
:param s3_data_type: If you choose ``S3Prefix`` , ``S3Uri`` identifies a key name prefix. SageMaker uses all objects that match the specified key name prefix for model training. If you choose ``ManifestFile`` , ``S3Uri`` identifies an object that is a manifest file containing a list of object keys that you want SageMaker to use for model training. If you choose ``AugmentedManifestFile`` , S3Uri identifies an object that is an augmented manifest file in JSON lines format. This file contains the data you want to use for model training. ``AugmentedManifestFile`` can only be used if the Channel's input mode is ``Pipe`` .
|
|
20338
|
+
:param s3_data_type: If you choose ``S3Prefix`` , ``S3Uri`` identifies a key name prefix. SageMaker uses all objects that match the specified key name prefix for model training. If you choose ``ManifestFile`` , ``S3Uri`` identifies an object that is a manifest file containing a list of object keys that you want SageMaker to use for model training. If you choose ``AugmentedManifestFile`` , ``S3Uri`` identifies an object that is an augmented manifest file in JSON lines format. This file contains the data you want to use for model training. ``AugmentedManifestFile`` can only be used if the Channel's input mode is ``Pipe`` .
|
|
20339
20339
|
:param s3_uri: Depending on the value specified for the ``S3DataType`` , identifies either a key name prefix or a manifest. For example: - A key name prefix might look like this: ``s3://bucketname/exampleprefix/`` - A manifest might look like this: ``s3://bucketname/example.manifest`` A manifest is an S3 object which is a JSON file consisting of an array of elements. The first element is a prefix which is followed by one or more suffixes. SageMaker appends the suffix elements to the prefix to get a full set of ``S3Uri`` . Note that the prefix must be a valid non-empty ``S3Uri`` that precludes users from specifying a manifest whose individual ``S3Uri`` is sourced from different S3 buckets. The following code example shows a valid manifest format: ``[ {"prefix": "s3://customer_bucket/some/prefix/"},`` ``"relative/path/to/custdata-1",`` ``"relative/path/custdata-2",`` ``...`` ``"relative/path/custdata-N"`` ``]`` This JSON is equivalent to the following ``S3Uri`` list: ``s3://customer_bucket/some/prefix/relative/path/to/custdata-1`` ``s3://customer_bucket/some/prefix/relative/path/custdata-2`` ``...`` ``s3://customer_bucket/some/prefix/relative/path/custdata-N`` The complete set of ``S3Uri`` in this manifest is the input data for the channel for this data source. The object that each ``S3Uri`` points to must be readable by the IAM role that SageMaker uses to perform tasks on your behalf. Your input bucket must be located in same AWS region as your training job.
|
|
20340
20340
|
:param hub_access_config:
|
|
20341
20341
|
:param model_access_config:
|
|
@@ -20397,7 +20397,7 @@ class CfnModel(
|
|
|
20397
20397
|
|
|
20398
20398
|
If you choose ``ManifestFile`` , ``S3Uri`` identifies an object that is a manifest file containing a list of object keys that you want SageMaker to use for model training.
|
|
20399
20399
|
|
|
20400
|
-
If you choose ``AugmentedManifestFile`` , S3Uri identifies an object that is an augmented manifest file in JSON lines format. This file contains the data you want to use for model training. ``AugmentedManifestFile`` can only be used if the Channel's input mode is ``Pipe`` .
|
|
20400
|
+
If you choose ``AugmentedManifestFile`` , ``S3Uri`` identifies an object that is an augmented manifest file in JSON lines format. This file contains the data you want to use for model training. ``AugmentedManifestFile`` can only be used if the Channel's input mode is ``Pipe`` .
|
|
20401
20401
|
|
|
20402
20402
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-s3datasource.html#cfn-sagemaker-model-s3datasource-s3datatype
|
|
20403
20403
|
'''
|
|
@@ -31726,7 +31726,7 @@ class CfnModelPackage(
|
|
|
31726
31726
|
) -> None:
|
|
31727
31727
|
'''Describes the Docker container for the model package.
|
|
31728
31728
|
|
|
31729
|
-
:param image: The Amazon EC2 Container Registry
|
|
31729
|
+
:param image: The Amazon EC2 Container Registry path where inference code is stored. If you are using your own custom algorithm instead of an algorithm provided by SageMaker, the inference code must meet SageMaker requirements. SageMaker supports both ``registry/repository[:tag]`` and ``registry/repository[@digest]`` image path formats. For more information, see `Using Your Own Algorithms with Amazon SageMaker <https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html>`_ .
|
|
31730
31730
|
:param container_hostname: The DNS host name for the Docker container.
|
|
31731
31731
|
:param environment: The environment variables to set in the Docker container. Each key and value in the ``Environment`` string to string map can have length of up to 1024. We support up to 16 entries in the map.
|
|
31732
31732
|
:param framework: The machine learning framework of the model package container image.
|
|
@@ -31812,7 +31812,7 @@ class CfnModelPackage(
|
|
|
31812
31812
|
|
|
31813
31813
|
@builtins.property
|
|
31814
31814
|
def image(self) -> builtins.str:
|
|
31815
|
-
'''The Amazon EC2 Container Registry
|
|
31815
|
+
'''The Amazon EC2 Container Registry path where inference code is stored.
|
|
31816
31816
|
|
|
31817
31817
|
If you are using your own custom algorithm instead of an algorithm provided by SageMaker, the inference code must meet SageMaker requirements. SageMaker supports both ``registry/repository[:tag]`` and ``registry/repository[@digest]`` image path formats. For more information, see `Using Your Own Algorithms with Amazon SageMaker <https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html>`_ .
|
|
31818
31818
|
|
|
@@ -32179,7 +32179,7 @@ class CfnModelPackage(
|
|
|
32179
32179
|
|
|
32180
32180
|
Your input bucket must be in the same AWS region as your training job.
|
|
32181
32181
|
|
|
32182
|
-
:param s3_data_type: If you choose ``S3Prefix`` , ``S3Uri`` identifies a key name prefix. SageMaker uses all objects that match the specified key name prefix for model training. If you choose ``ManifestFile`` , ``S3Uri`` identifies an object that is a manifest file containing a list of object keys that you want SageMaker to use for model training. If you choose ``AugmentedManifestFile`` , S3Uri identifies an object that is an augmented manifest file in JSON lines format. This file contains the data you want to use for model training. ``AugmentedManifestFile`` can only be used if the Channel's input mode is ``Pipe`` .
|
|
32182
|
+
:param s3_data_type: If you choose ``S3Prefix`` , ``S3Uri`` identifies a key name prefix. SageMaker uses all objects that match the specified key name prefix for model training. If you choose ``ManifestFile`` , ``S3Uri`` identifies an object that is a manifest file containing a list of object keys that you want SageMaker to use for model training. If you choose ``AugmentedManifestFile`` , ``S3Uri`` identifies an object that is an augmented manifest file in JSON lines format. This file contains the data you want to use for model training. ``AugmentedManifestFile`` can only be used if the Channel's input mode is ``Pipe`` .
|
|
32183
32183
|
:param s3_uri: Depending on the value specified for the ``S3DataType`` , identifies either a key name prefix or a manifest. For example: - A key name prefix might look like this: ``s3://bucketname/exampleprefix/`` - A manifest might look like this: ``s3://bucketname/example.manifest`` A manifest is an S3 object which is a JSON file consisting of an array of elements. The first element is a prefix which is followed by one or more suffixes. SageMaker appends the suffix elements to the prefix to get a full set of ``S3Uri`` . Note that the prefix must be a valid non-empty ``S3Uri`` that precludes users from specifying a manifest whose individual ``S3Uri`` is sourced from different S3 buckets. The following code example shows a valid manifest format: ``[ {"prefix": "s3://customer_bucket/some/prefix/"},`` ``"relative/path/to/custdata-1",`` ``"relative/path/custdata-2",`` ``...`` ``"relative/path/custdata-N"`` ``]`` This JSON is equivalent to the following ``S3Uri`` list: ``s3://customer_bucket/some/prefix/relative/path/to/custdata-1`` ``s3://customer_bucket/some/prefix/relative/path/custdata-2`` ``...`` ``s3://customer_bucket/some/prefix/relative/path/custdata-N`` The complete set of ``S3Uri`` in this manifest is the input data for the channel for this data source. The object that each ``S3Uri`` points to must be readable by the IAM role that SageMaker uses to perform tasks on your behalf. Your input bucket must be located in same AWS region as your training job.
|
|
32184
32184
|
|
|
32185
32185
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelpackage-s3datasource.html
|
|
@@ -32213,7 +32213,7 @@ class CfnModelPackage(
|
|
|
32213
32213
|
|
|
32214
32214
|
If you choose ``ManifestFile`` , ``S3Uri`` identifies an object that is a manifest file containing a list of object keys that you want SageMaker to use for model training.
|
|
32215
32215
|
|
|
32216
|
-
If you choose ``AugmentedManifestFile`` , S3Uri identifies an object that is an augmented manifest file in JSON lines format. This file contains the data you want to use for model training. ``AugmentedManifestFile`` can only be used if the Channel's input mode is ``Pipe`` .
|
|
32216
|
+
If you choose ``AugmentedManifestFile`` , ``S3Uri`` identifies an object that is an augmented manifest file in JSON lines format. This file contains the data you want to use for model training. ``AugmentedManifestFile`` can only be used if the Channel's input mode is ``Pipe`` .
|
|
32217
32217
|
|
|
32218
32218
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelpackage-s3datasource.html#cfn-sagemaker-modelpackage-s3datasource-s3datatype
|
|
32219
32219
|
'''
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
aws_cdk/__init__.py,sha256=UV1-12AexAv35H6iMK16wA4OR9MsQ0ALCTPuT3qP5Ik,1939038
|
|
2
2
|
aws_cdk/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
3
|
-
aws_cdk/_jsii/__init__.py,sha256=
|
|
4
|
-
aws_cdk/_jsii/aws-cdk-lib@2.174.
|
|
3
|
+
aws_cdk/_jsii/__init__.py,sha256=cwY_c1SdY2DcGbyQ5KO61zr1ow6UHIoozgUMwm_dQvk,1582
|
|
4
|
+
aws_cdk/_jsii/aws-cdk-lib@2.174.1.jsii.tgz,sha256=uLbJ1hy5MuK9pvZJx_zSAWsWTZluWuboMlUm4hGJNL8,23948202
|
|
5
5
|
aws_cdk/alexa_ask/__init__.py,sha256=yF4ftch7XArzAniw_xoUmGi3wLGeBqIUlOjBTHSxDb4,36370
|
|
6
6
|
aws_cdk/assertions/__init__.py,sha256=vX--kb5ot1oIPFr5H5ElSpuie_TwWOzu1KZU9kcvmuw,92306
|
|
7
7
|
aws_cdk/aws_accessanalyzer/__init__.py,sha256=XiNBttjwK1s2CYyccwKCXH5Nzb74L1i6rVnZ9Zwh49I,57464
|
|
8
8
|
aws_cdk/aws_acmpca/__init__.py,sha256=uU2logjQaXCdy2M8FoJqG_pZK60duckNN2fuQD3r9lM,333199
|
|
9
|
-
aws_cdk/aws_amazonmq/__init__.py,sha256=
|
|
9
|
+
aws_cdk/aws_amazonmq/__init__.py,sha256=pqRGMdV7xi_wvtViL_EszXbMBKjFT5ZwUcLL7m5hBjU,165077
|
|
10
10
|
aws_cdk/aws_amplify/__init__.py,sha256=AJZkT4LNj9W0I_KiX16Rx6GiESe2Sz6GjYMdbg1ykSQ,203500
|
|
11
11
|
aws_cdk/aws_amplifyuibuilder/__init__.py,sha256=myZ71nH0RtG6HacUduCnyW06ghZGRath2UMzoOS0OCo,431551
|
|
12
12
|
aws_cdk/aws_apigateway/__init__.py,sha256=hasfMS8Tf7RgKhPdd2GcEx-wSy5LfXpUuC65OWLxB8k,1918187
|
|
@@ -35,16 +35,16 @@ aws_cdk/aws_autoscalingplans/__init__.py,sha256=7JRe3KgF5TciICPUqE1OuAguOPAelX5J
|
|
|
35
35
|
aws_cdk/aws_b2bi/__init__.py,sha256=gnVoqv-1oBDuE8u2P-84BfnIymQesCMhWiDNShfhu5I,206003
|
|
36
36
|
aws_cdk/aws_backup/__init__.py,sha256=2OKQoN35jHaRkzk5rqsP0nqQ3eQ0VMrfDJjB69JSPDE,448442
|
|
37
37
|
aws_cdk/aws_backupgateway/__init__.py,sha256=fWZzjez06YHs0rk-kxVm0f2isg102cJv2jFesKW1Jm0,24571
|
|
38
|
-
aws_cdk/aws_batch/__init__.py,sha256=
|
|
38
|
+
aws_cdk/aws_batch/__init__.py,sha256=k5q7B3f6c4xYAXDxgnwxHO8amhssSNwdXkh7s5UrzNI,1455850
|
|
39
39
|
aws_cdk/aws_bcmdataexports/__init__.py,sha256=MPzMdYliYXZRV9YD4xdj05ULsSTxUElV7-mRl6QerOY,55627
|
|
40
|
-
aws_cdk/aws_bedrock/__init__.py,sha256=
|
|
40
|
+
aws_cdk/aws_bedrock/__init__.py,sha256=cCRiTIrhgkhVdNNT8RJ8iSx59b8g-ZJT8b9ZbVjxsRs,1337200
|
|
41
41
|
aws_cdk/aws_billingconductor/__init__.py,sha256=d-J_dpWvMOtnkJJIK_Zn0RSP3LeVZl0qY04g62HgqUI,143066
|
|
42
42
|
aws_cdk/aws_budgets/__init__.py,sha256=2vAa1yh0ZeuDPTd0iSKnlYZhvXtk8dm_Jn3qvXr6w-o,163046
|
|
43
43
|
aws_cdk/aws_cassandra/__init__.py,sha256=W_w_HD4VZ8gnk9AVD7cZ_u-kGkK-C6ygW7aKENaPDmg,171087
|
|
44
44
|
aws_cdk/aws_ce/__init__.py,sha256=9EJZzT84vh2DyM439Gudk62QZ89JKQzWaYzoOKX7lwA,82855
|
|
45
45
|
aws_cdk/aws_certificatemanager/__init__.py,sha256=hP6yQcPz56XkZMfZTrzrq2hnEGJ922tsXEABFVcU61k,153825
|
|
46
46
|
aws_cdk/aws_chatbot/__init__.py,sha256=kFRfnCL6moqwWt-1JNjF_iQmpI9Ua5tsYnH_2Wx5rMM,155420
|
|
47
|
-
aws_cdk/aws_cleanrooms/__init__.py,sha256=
|
|
47
|
+
aws_cdk/aws_cleanrooms/__init__.py,sha256=fkVYUskBB3I6mZY5xTnvNhABuga0hbUw8Mfex1qwnGE,477616
|
|
48
48
|
aws_cdk/aws_cleanroomsml/__init__.py,sha256=OZ769Xji5yR16YuvCcaCuH-5emjHREnhIUqjlw7gXp8,49311
|
|
49
49
|
aws_cdk/aws_cloud9/__init__.py,sha256=WbYJhSBPFY4ix6PJiND_KHPIVWxim7VAsbDJ6ePpGec,43094
|
|
50
50
|
aws_cdk/aws_cloudformation/__init__.py,sha256=V9nKRQOW5QQbA9VoskJj6gkiNjfH4jo_psMKhCVGjnE,503858
|
|
@@ -86,8 +86,8 @@ aws_cdk/aws_devicefarm/__init__.py,sha256=Z21GYys0UdEgNaGKrgqifJ7AhHjl1n4I6sKPo0
|
|
|
86
86
|
aws_cdk/aws_devopsguru/__init__.py,sha256=lwWFQk86um82RMa2nYWY031kpUOG856qQbAVUbnU6sA,65882
|
|
87
87
|
aws_cdk/aws_directoryservice/__init__.py,sha256=n2jtcjwzkd_OM52cXMSi9pKJbLqjFKddI7OV1OmXk7E,66664
|
|
88
88
|
aws_cdk/aws_dlm/__init__.py,sha256=kTkwvOmbn7pTCq8Agc0NZXtmFuZKDaYKxBVSeCJ08sY,246393
|
|
89
|
-
aws_cdk/aws_dms/__init__.py,sha256=
|
|
90
|
-
aws_cdk/aws_docdb/__init__.py,sha256=
|
|
89
|
+
aws_cdk/aws_dms/__init__.py,sha256=9SrBQPb3E-4GiX6fJOFe0eafWQ2rLy8b5ZZZZFZDbfA,1028104
|
|
90
|
+
aws_cdk/aws_docdb/__init__.py,sha256=k4hQiztc-a1sHs5psv7JfzHVnOObuhjKvKrz417tVD4,336144
|
|
91
91
|
aws_cdk/aws_docdbelastic/__init__.py,sha256=8ULf53CjSElODf5ZegB4vP1fvBXVjZjnQOA-D976_nE,46746
|
|
92
92
|
aws_cdk/aws_dynamodb/__init__.py,sha256=p0wnSLp81tL8U8tJ6ZWJLnFKKiBnM-2kfNz8dwmZk2Y,982886
|
|
93
93
|
aws_cdk/aws_ec2/__init__.py,sha256=KVfpZvoDp8-8uejknj9OoKp4CURQRPP5dsrhB8CofJ8,5868476
|
|
@@ -177,7 +177,7 @@ aws_cdk/aws_m2/__init__.py,sha256=_w3lqrZJiWL3ksgTOzi_5ztFzbkhqn8LMRlzPCvVNFo,98
|
|
|
177
177
|
aws_cdk/aws_macie/__init__.py,sha256=xXvQHQdKuJ7SofkaDYmRiLmRD_tJpnylnTOfIXxTYwg,116211
|
|
178
178
|
aws_cdk/aws_managedblockchain/__init__.py,sha256=WxVZF_ow6armjJzcITtlgPujUTnLwYWX-rWIzM82K24,100887
|
|
179
179
|
aws_cdk/aws_mediaconnect/__init__.py,sha256=4Ah94BUz787pcufII7HWRX8qRwD8TtI0z1fkU_mYGgQ,521758
|
|
180
|
-
aws_cdk/aws_mediaconvert/__init__.py,sha256=
|
|
180
|
+
aws_cdk/aws_mediaconvert/__init__.py,sha256=40_Mmjt3VWEkps-57MY_M76KKmMK0Qn4S-MoY7o5BaM,89127
|
|
181
181
|
aws_cdk/aws_medialive/__init__.py,sha256=eohgqdwMAQyYhmmlAvMPAUEAOHnC_eR6PranE90APs0,1983252
|
|
182
182
|
aws_cdk/aws_mediapackage/__init__.py,sha256=4JVrXRSIj0JAQxOe0I2PHHaTmOGSnKxeiDYd3TxgTD0,443187
|
|
183
183
|
aws_cdk/aws_mediapackagev2/__init__.py,sha256=pz4lI-CGfFGjvUkGQgrCkJBTb5q7o9rGbwvbmC6dljo,234860
|
|
@@ -211,10 +211,10 @@ aws_cdk/aws_pipes/__init__.py,sha256=G5qpNxzv7hWNrwvQn2ySDd4DCkQ9FIUldu8SWkw-Obc
|
|
|
211
211
|
aws_cdk/aws_proton/__init__.py,sha256=tpbXvDjtyU1SyvVXJEaqwaJAMiZ1xlriFJhfqpJPOOs,71292
|
|
212
212
|
aws_cdk/aws_qbusiness/__init__.py,sha256=2akF7i9IfiY3AmQvlHVrLedGsl8dmV7RY1If11QAf-0,473233
|
|
213
213
|
aws_cdk/aws_qldb/__init__.py,sha256=Y77mQlE_bPnvp2-xi6Zx7Nqq88MVjB0bGsFskfkTpj8,63825
|
|
214
|
-
aws_cdk/aws_quicksight/__init__.py,sha256=
|
|
214
|
+
aws_cdk/aws_quicksight/__init__.py,sha256=uCgx80dMrl3zi_OPPKHHZg7NuEb0B9_Z8J6LOlJiRdI,15469783
|
|
215
215
|
aws_cdk/aws_ram/__init__.py,sha256=hTueUpQ-pdpE9TIHA7Ekd4-IMhT006gRbqhaUtTDDy0,51838
|
|
216
216
|
aws_cdk/aws_rbin/__init__.py,sha256=CzabGGl5JnclFXLGuB8hu8bf_z0rWog3FqYK7o84QYo,50396
|
|
217
|
-
aws_cdk/aws_rds/__init__.py,sha256=
|
|
217
|
+
aws_cdk/aws_rds/__init__.py,sha256=fGFIHioZK96SY5h7SO7rYmEsAwPjsA8y50yx_7jvfzY,2844261
|
|
218
218
|
aws_cdk/aws_redshift/__init__.py,sha256=y7VXFSOSEwpsj1FUFYFjgoUSeLs9D0EFH0PUbZ5JNUk,404916
|
|
219
219
|
aws_cdk/aws_redshiftserverless/__init__.py,sha256=_sToFikuIuA0NKu0ug8TqhCnDsCu-5SLosIeCvtxkH0,170949
|
|
220
220
|
aws_cdk/aws_refactorspaces/__init__.py,sha256=HlrRPKH0kwPz6Ka6zooBl3hqU5s6lpjiLrMjJXHDIro,123625
|
|
@@ -240,7 +240,7 @@ aws_cdk/aws_s3express/__init__.py,sha256=Ey2TqZ09cdHtl8rujUVC1IgQa54qiT2B1tFQGzC
|
|
|
240
240
|
aws_cdk/aws_s3objectlambda/__init__.py,sha256=YIJS7WAUpkcanakWCqrA13BiNWInyfz8HrZ0No3YuMM,68696
|
|
241
241
|
aws_cdk/aws_s3outposts/__init__.py,sha256=E_82WGxBiu2QGNbY88JpkS5qvNNiQ9Hb9Thi3ZHV9k8,115636
|
|
242
242
|
aws_cdk/aws_s3tables/__init__.py,sha256=3L51tQFrSg7PNc_85KG8XCngTcIrIgYPNvKXyu3sGGg,31591
|
|
243
|
-
aws_cdk/aws_sagemaker/__init__.py,sha256=
|
|
243
|
+
aws_cdk/aws_sagemaker/__init__.py,sha256=MTir4QNACJPEXqk4mr8y_UjoUcHdKP8e8tkpfT27uVQ,3114296
|
|
244
244
|
aws_cdk/aws_sam/__init__.py,sha256=Z3e6GkM7IAsveShsx0755V51vHIuNaCj2iOtEOTXVmQ,757717
|
|
245
245
|
aws_cdk/aws_scheduler/__init__.py,sha256=oGZiOom3R7ap664AOTZKKtMA7R1E0Y2rTCCL2OL9exY,158932
|
|
246
246
|
aws_cdk/aws_sdb/__init__.py,sha256=83MI2E_PaxkR5JTx1TB0X0cMVf7KsxXNY0MI1h_5T6A,10788
|
|
@@ -291,9 +291,9 @@ aws_cdk/lambda_layer_node_proxy_agent/__init__.py,sha256=Q0PMbPsP4A7YO-YZe9esn-i
|
|
|
291
291
|
aws_cdk/pipelines/__init__.py,sha256=PMIOp-7-2JByt8yJ72-uv07gSSPJ1BTxdykdDG17nfA,397495
|
|
292
292
|
aws_cdk/region_info/__init__.py,sha256=29jwDjGrb4gSGedV1W1e5SuAYF9ZZKYsz0gsSFjdBO4,39658
|
|
293
293
|
aws_cdk/triggers/__init__.py,sha256=fPVnj7ot9BFSzO-cTWQz9bMuGPG1hqZFJ7ROMkq0vnk,123578
|
|
294
|
-
aws_cdk_lib-2.174.
|
|
295
|
-
aws_cdk_lib-2.174.
|
|
296
|
-
aws_cdk_lib-2.174.
|
|
297
|
-
aws_cdk_lib-2.174.
|
|
298
|
-
aws_cdk_lib-2.174.
|
|
299
|
-
aws_cdk_lib-2.174.
|
|
294
|
+
aws_cdk_lib-2.174.1.dist-info/LICENSE,sha256=y47tc38H0C4DpGljYUZDl8XxidQjNxxGLq-K4jwv6Xc,11391
|
|
295
|
+
aws_cdk_lib-2.174.1.dist-info/METADATA,sha256=nopmLe1rA-Uio4vGPBb2h3e_Ay_br041_Dv8CctfQy4,60027
|
|
296
|
+
aws_cdk_lib-2.174.1.dist-info/NOTICE,sha256=lrDSwMl9zn-5xv2z3qp2Rw6Nm8pARejpIJ5eXzJtuQk,41177
|
|
297
|
+
aws_cdk_lib-2.174.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
298
|
+
aws_cdk_lib-2.174.1.dist-info/top_level.txt,sha256=1TALAKbuUGsMSrfKWEf268lySCmcqSEO6cDYe_XlLHM,8
|
|
299
|
+
aws_cdk_lib-2.174.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|