aws-cdk-lib 2.140.0__py3-none-any.whl → 2.141.0__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.140.0.jsii.tgz → aws-cdk-lib@2.141.0.jsii.tgz} +0 -0
- aws_cdk/aws_bedrock/__init__.py +51 -41
- aws_cdk/aws_cloudtrail/__init__.py +13 -4
- aws_cdk/aws_connectcampaigns/__init__.py +2 -2
- aws_cdk/aws_datasync/__init__.py +51 -56
- aws_cdk/aws_dynamodb/__init__.py +410 -0
- aws_cdk/aws_ec2/__init__.py +90 -40
- aws_cdk/aws_ecr/__init__.py +32 -7
- aws_cdk/aws_entityresolution/__init__.py +6 -2
- aws_cdk/aws_fms/__init__.py +7 -7
- aws_cdk/aws_gamelift/__init__.py +261 -160
- aws_cdk/aws_ivs/__init__.py +1 -3
- aws_cdk/aws_kms/__init__.py +11 -5
- aws_cdk/aws_location/__init__.py +8 -4
- aws_cdk/aws_oam/__init__.py +45 -11
- aws_cdk/aws_omics/__init__.py +4 -4
- aws_cdk/aws_paymentcryptography/__init__.py +128 -48
- aws_cdk/aws_pinpoint/__init__.py +7 -5
- aws_cdk/aws_qbusiness/__init__.py +620 -294
- aws_cdk/aws_quicksight/__init__.py +103 -40
- aws_cdk/aws_rds/__init__.py +38 -8
- aws_cdk/aws_route53profiles/__init__.py +49 -49
- aws_cdk/aws_sagemaker/__init__.py +30 -30
- aws_cdk/aws_ses/__init__.py +9 -9
- aws_cdk/aws_transfer/__init__.py +4 -4
- aws_cdk/aws_voiceid/__init__.py +2 -2
- {aws_cdk_lib-2.140.0.dist-info → aws_cdk_lib-2.141.0.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.140.0.dist-info → aws_cdk_lib-2.141.0.dist-info}/RECORD +33 -33
- {aws_cdk_lib-2.140.0.dist-info → aws_cdk_lib-2.141.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.140.0.dist-info → aws_cdk_lib-2.141.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.140.0.dist-info → aws_cdk_lib-2.141.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.140.0.dist-info → aws_cdk_lib-2.141.0.dist-info}/top_level.txt +0 -0
|
@@ -5866,10 +5866,10 @@ class CfnDomain(
|
|
|
5866
5866
|
default_ebs_volume_size_in_gb: jsii.Number,
|
|
5867
5867
|
maximum_ebs_volume_size_in_gb: jsii.Number,
|
|
5868
5868
|
) -> None:
|
|
5869
|
-
'''A collection of default EBS storage settings that
|
|
5869
|
+
'''A collection of default EBS storage settings that apply to spaces created within a domain or user profile.
|
|
5870
5870
|
|
|
5871
|
-
:param default_ebs_volume_size_in_gb: The default size of the EBS storage volume for a
|
|
5872
|
-
:param maximum_ebs_volume_size_in_gb: The maximum size of the EBS storage volume for a
|
|
5871
|
+
:param default_ebs_volume_size_in_gb: The default size of the EBS storage volume for a space.
|
|
5872
|
+
:param maximum_ebs_volume_size_in_gb: The maximum size of the EBS storage volume for a space.
|
|
5873
5873
|
|
|
5874
5874
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-defaultebsstoragesettings.html
|
|
5875
5875
|
:exampleMetadata: fixture=_generated
|
|
@@ -5896,7 +5896,7 @@ class CfnDomain(
|
|
|
5896
5896
|
|
|
5897
5897
|
@builtins.property
|
|
5898
5898
|
def default_ebs_volume_size_in_gb(self) -> jsii.Number:
|
|
5899
|
-
'''The default size of the EBS storage volume for a
|
|
5899
|
+
'''The default size of the EBS storage volume for a space.
|
|
5900
5900
|
|
|
5901
5901
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-defaultebsstoragesettings.html#cfn-sagemaker-domain-defaultebsstoragesettings-defaultebsvolumesizeingb
|
|
5902
5902
|
'''
|
|
@@ -5906,7 +5906,7 @@ class CfnDomain(
|
|
|
5906
5906
|
|
|
5907
5907
|
@builtins.property
|
|
5908
5908
|
def maximum_ebs_volume_size_in_gb(self) -> jsii.Number:
|
|
5909
|
-
'''The maximum size of the EBS storage volume for a
|
|
5909
|
+
'''The maximum size of the EBS storage volume for a space.
|
|
5910
5910
|
|
|
5911
5911
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-defaultebsstoragesettings.html#cfn-sagemaker-domain-defaultebsstoragesettings-maximumebsvolumesizeingb
|
|
5912
5912
|
'''
|
|
@@ -6069,9 +6069,9 @@ class CfnDomain(
|
|
|
6069
6069
|
*,
|
|
6070
6070
|
default_ebs_storage_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDomain.DefaultEbsStorageSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6071
6071
|
) -> None:
|
|
6072
|
-
'''The default storage settings for a
|
|
6072
|
+
'''The default storage settings for a space.
|
|
6073
6073
|
|
|
6074
|
-
:param default_ebs_storage_settings: The default EBS storage settings for a
|
|
6074
|
+
:param default_ebs_storage_settings: The default EBS storage settings for a space.
|
|
6075
6075
|
|
|
6076
6076
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-defaultspacestoragesettings.html
|
|
6077
6077
|
:exampleMetadata: fixture=_generated
|
|
@@ -6100,7 +6100,7 @@ class CfnDomain(
|
|
|
6100
6100
|
def default_ebs_storage_settings(
|
|
6101
6101
|
self,
|
|
6102
6102
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDomain.DefaultEbsStorageSettingsProperty"]]:
|
|
6103
|
-
'''The default EBS storage settings for a
|
|
6103
|
+
'''The default EBS storage settings for a space.
|
|
6104
6104
|
|
|
6105
6105
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-defaultspacestoragesettings.html#cfn-sagemaker-domain-defaultspacestoragesettings-defaultebsstoragesettings
|
|
6106
6106
|
'''
|
|
@@ -7197,7 +7197,7 @@ class CfnDomain(
|
|
|
7197
7197
|
:param r_studio_server_pro_app_settings: A collection of settings that configure user interaction with the ``RStudioServerPro`` app.
|
|
7198
7198
|
:param security_groups: The security groups for the Amazon Virtual Private Cloud (VPC) that the domain uses for communication. Optional when the ``CreateDomain.AppNetworkAccessType`` parameter is set to ``PublicInternetOnly`` . Required when the ``CreateDomain.AppNetworkAccessType`` parameter is set to ``VpcOnly`` , unless specified as part of the ``DefaultUserSettings`` for the domain. Amazon SageMaker adds a security group to allow NFS traffic from Amazon SageMaker Studio. Therefore, the number of security groups that you can specify is one less than the maximum number shown.
|
|
7199
7199
|
:param sharing_settings: Specifies options for sharing Amazon SageMaker Studio notebooks.
|
|
7200
|
-
:param space_storage_settings: The storage settings for a
|
|
7200
|
+
:param space_storage_settings: The storage settings for a space.
|
|
7201
7201
|
:param studio_web_portal: Whether the user can access Studio. If this value is set to ``DISABLED`` , the user cannot access Studio, even if that is the default experience for the domain.
|
|
7202
7202
|
|
|
7203
7203
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-usersettings.html
|
|
@@ -7506,7 +7506,7 @@ class CfnDomain(
|
|
|
7506
7506
|
def space_storage_settings(
|
|
7507
7507
|
self,
|
|
7508
7508
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDomain.DefaultSpaceStorageSettingsProperty"]]:
|
|
7509
|
-
'''The storage settings for a
|
|
7509
|
+
'''The storage settings for a space.
|
|
7510
7510
|
|
|
7511
7511
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-usersettings.html#cfn-sagemaker-domain-usersettings-spacestoragesettings
|
|
7512
7512
|
'''
|
|
@@ -40176,9 +40176,9 @@ class CfnSpace(
|
|
|
40176
40176
|
)
|
|
40177
40177
|
class EbsStorageSettingsProperty:
|
|
40178
40178
|
def __init__(self, *, ebs_volume_size_in_gb: jsii.Number) -> None:
|
|
40179
|
-
'''A collection of EBS storage settings that
|
|
40179
|
+
'''A collection of EBS storage settings that apply to both private and shared spaces.
|
|
40180
40180
|
|
|
40181
|
-
:param ebs_volume_size_in_gb: The size of an EBS storage volume for a
|
|
40181
|
+
:param ebs_volume_size_in_gb: The size of an EBS storage volume for a space.
|
|
40182
40182
|
|
|
40183
40183
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-ebsstoragesettings.html
|
|
40184
40184
|
:exampleMetadata: fixture=_generated
|
|
@@ -40202,7 +40202,7 @@ class CfnSpace(
|
|
|
40202
40202
|
|
|
40203
40203
|
@builtins.property
|
|
40204
40204
|
def ebs_volume_size_in_gb(self) -> jsii.Number:
|
|
40205
|
-
'''The size of an EBS storage volume for a
|
|
40205
|
+
'''The size of an EBS storage volume for a space.
|
|
40206
40206
|
|
|
40207
40207
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-ebsstoragesettings.html#cfn-sagemaker-space-ebsstoragesettings-ebsvolumesizeingb
|
|
40208
40208
|
'''
|
|
@@ -40384,7 +40384,7 @@ class CfnSpace(
|
|
|
40384
40384
|
def __init__(self, *, owner_user_profile_name: builtins.str) -> None:
|
|
40385
40385
|
'''The collection of ownership settings for a space.
|
|
40386
40386
|
|
|
40387
|
-
:param owner_user_profile_name: The user profile who is the owner of the
|
|
40387
|
+
:param owner_user_profile_name: The user profile who is the owner of the space.
|
|
40388
40388
|
|
|
40389
40389
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-ownershipsettings.html
|
|
40390
40390
|
:exampleMetadata: fixture=_generated
|
|
@@ -40408,7 +40408,7 @@ class CfnSpace(
|
|
|
40408
40408
|
|
|
40409
40409
|
@builtins.property
|
|
40410
40410
|
def owner_user_profile_name(self) -> builtins.str:
|
|
40411
|
-
'''The user profile who is the owner of the
|
|
40411
|
+
'''The user profile who is the owner of the space.
|
|
40412
40412
|
|
|
40413
40413
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-ownershipsettings.html#cfn-sagemaker-space-ownershipsettings-owneruserprofilename
|
|
40414
40414
|
'''
|
|
@@ -40699,7 +40699,7 @@ class CfnSpace(
|
|
|
40699
40699
|
:param jupyter_lab_app_settings: The settings for the JupyterLab application.
|
|
40700
40700
|
:param jupyter_server_app_settings: The JupyterServer app settings.
|
|
40701
40701
|
:param kernel_gateway_app_settings: The KernelGateway app settings.
|
|
40702
|
-
:param space_storage_settings: The storage settings for a
|
|
40702
|
+
:param space_storage_settings: The storage settings for a space.
|
|
40703
40703
|
|
|
40704
40704
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-spacesettings.html
|
|
40705
40705
|
:exampleMetadata: fixture=_generated
|
|
@@ -40857,7 +40857,7 @@ class CfnSpace(
|
|
|
40857
40857
|
def space_storage_settings(
|
|
40858
40858
|
self,
|
|
40859
40859
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnSpace.SpaceStorageSettingsProperty"]]:
|
|
40860
|
-
'''The storage settings for a
|
|
40860
|
+
'''The storage settings for a space.
|
|
40861
40861
|
|
|
40862
40862
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-spacesettings.html#cfn-sagemaker-space-spacesettings-spacestoragesettings
|
|
40863
40863
|
'''
|
|
@@ -40938,9 +40938,9 @@ class CfnSpace(
|
|
|
40938
40938
|
*,
|
|
40939
40939
|
ebs_storage_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnSpace.EbsStorageSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
40940
40940
|
) -> None:
|
|
40941
|
-
'''The storage settings for a
|
|
40941
|
+
'''The storage settings for a space.
|
|
40942
40942
|
|
|
40943
|
-
:param ebs_storage_settings: A collection of EBS storage settings for a
|
|
40943
|
+
:param ebs_storage_settings: A collection of EBS storage settings for a space.
|
|
40944
40944
|
|
|
40945
40945
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-spacestoragesettings.html
|
|
40946
40946
|
:exampleMetadata: fixture=_generated
|
|
@@ -40968,7 +40968,7 @@ class CfnSpace(
|
|
|
40968
40968
|
def ebs_storage_settings(
|
|
40969
40969
|
self,
|
|
40970
40970
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnSpace.EbsStorageSettingsProperty"]]:
|
|
40971
|
-
'''A collection of EBS storage settings for a
|
|
40971
|
+
'''A collection of EBS storage settings for a space.
|
|
40972
40972
|
|
|
40973
40973
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-spacestoragesettings.html#cfn-sagemaker-space-spacestoragesettings-ebsstoragesettings
|
|
40974
40974
|
'''
|
|
@@ -41904,10 +41904,10 @@ class CfnUserProfile(
|
|
|
41904
41904
|
default_ebs_volume_size_in_gb: jsii.Number,
|
|
41905
41905
|
maximum_ebs_volume_size_in_gb: jsii.Number,
|
|
41906
41906
|
) -> None:
|
|
41907
|
-
'''A collection of default EBS storage settings that
|
|
41907
|
+
'''A collection of default EBS storage settings that apply to spaces created within a domain or user profile.
|
|
41908
41908
|
|
|
41909
|
-
:param default_ebs_volume_size_in_gb: The default size of the EBS storage volume for a
|
|
41910
|
-
:param maximum_ebs_volume_size_in_gb: The maximum size of the EBS storage volume for a
|
|
41909
|
+
:param default_ebs_volume_size_in_gb: The default size of the EBS storage volume for a space.
|
|
41910
|
+
:param maximum_ebs_volume_size_in_gb: The maximum size of the EBS storage volume for a space.
|
|
41911
41911
|
|
|
41912
41912
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-defaultebsstoragesettings.html
|
|
41913
41913
|
:exampleMetadata: fixture=_generated
|
|
@@ -41934,7 +41934,7 @@ class CfnUserProfile(
|
|
|
41934
41934
|
|
|
41935
41935
|
@builtins.property
|
|
41936
41936
|
def default_ebs_volume_size_in_gb(self) -> jsii.Number:
|
|
41937
|
-
'''The default size of the EBS storage volume for a
|
|
41937
|
+
'''The default size of the EBS storage volume for a space.
|
|
41938
41938
|
|
|
41939
41939
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-defaultebsstoragesettings.html#cfn-sagemaker-userprofile-defaultebsstoragesettings-defaultebsvolumesizeingb
|
|
41940
41940
|
'''
|
|
@@ -41944,7 +41944,7 @@ class CfnUserProfile(
|
|
|
41944
41944
|
|
|
41945
41945
|
@builtins.property
|
|
41946
41946
|
def maximum_ebs_volume_size_in_gb(self) -> jsii.Number:
|
|
41947
|
-
'''The maximum size of the EBS storage volume for a
|
|
41947
|
+
'''The maximum size of the EBS storage volume for a space.
|
|
41948
41948
|
|
|
41949
41949
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-defaultebsstoragesettings.html#cfn-sagemaker-userprofile-defaultebsstoragesettings-maximumebsvolumesizeingb
|
|
41950
41950
|
'''
|
|
@@ -41974,9 +41974,9 @@ class CfnUserProfile(
|
|
|
41974
41974
|
*,
|
|
41975
41975
|
default_ebs_storage_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnUserProfile.DefaultEbsStorageSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
41976
41976
|
) -> None:
|
|
41977
|
-
'''The default storage settings for a
|
|
41977
|
+
'''The default storage settings for a space.
|
|
41978
41978
|
|
|
41979
|
-
:param default_ebs_storage_settings: The default EBS storage settings for a
|
|
41979
|
+
:param default_ebs_storage_settings: The default EBS storage settings for a space.
|
|
41980
41980
|
|
|
41981
41981
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-defaultspacestoragesettings.html
|
|
41982
41982
|
:exampleMetadata: fixture=_generated
|
|
@@ -42005,7 +42005,7 @@ class CfnUserProfile(
|
|
|
42005
42005
|
def default_ebs_storage_settings(
|
|
42006
42006
|
self,
|
|
42007
42007
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnUserProfile.DefaultEbsStorageSettingsProperty"]]:
|
|
42008
|
-
'''The default EBS storage settings for a
|
|
42008
|
+
'''The default EBS storage settings for a space.
|
|
42009
42009
|
|
|
42010
42010
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-defaultspacestoragesettings.html#cfn-sagemaker-userprofile-defaultspacestoragesettings-defaultebsstoragesettings
|
|
42011
42011
|
'''
|
|
@@ -42692,7 +42692,7 @@ class CfnUserProfile(
|
|
|
42692
42692
|
:param r_studio_server_pro_app_settings: A collection of settings that configure user interaction with the ``RStudioServerPro`` app.
|
|
42693
42693
|
:param security_groups: The security groups for the Amazon Virtual Private Cloud (VPC) that the domain uses for communication. Optional when the ``CreateDomain.AppNetworkAccessType`` parameter is set to ``PublicInternetOnly`` . Required when the ``CreateDomain.AppNetworkAccessType`` parameter is set to ``VpcOnly`` , unless specified as part of the ``DefaultUserSettings`` for the domain. Amazon SageMaker adds a security group to allow NFS traffic from Amazon SageMaker Studio. Therefore, the number of security groups that you can specify is one less than the maximum number shown.
|
|
42694
42694
|
:param sharing_settings: Specifies options for sharing Amazon SageMaker Studio notebooks.
|
|
42695
|
-
:param space_storage_settings: The storage settings for a
|
|
42695
|
+
:param space_storage_settings: The storage settings for a space.
|
|
42696
42696
|
:param studio_web_portal: Whether the user can access Studio. If this value is set to ``DISABLED`` , the user cannot access Studio, even if that is the default experience for the domain.
|
|
42697
42697
|
|
|
42698
42698
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-usersettings.html
|
|
@@ -42965,7 +42965,7 @@ class CfnUserProfile(
|
|
|
42965
42965
|
def space_storage_settings(
|
|
42966
42966
|
self,
|
|
42967
42967
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnUserProfile.DefaultSpaceStorageSettingsProperty"]]:
|
|
42968
|
-
'''The storage settings for a
|
|
42968
|
+
'''The storage settings for a space.
|
|
42969
42969
|
|
|
42970
42970
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-usersettings.html#cfn-sagemaker-userprofile-usersettings-spacestoragesettings
|
|
42971
42971
|
'''
|
aws_cdk/aws_ses/__init__.py
CHANGED
|
@@ -7902,12 +7902,12 @@ typing.cast(typing.Any, IReceiptRuleSet).__jsii_proxy_class__ = lambda : _IRecei
|
|
|
7902
7902
|
|
|
7903
7903
|
@jsii.interface(jsii_type="aws-cdk-lib.aws_ses.IVdmAttributes")
|
|
7904
7904
|
class IVdmAttributes(_IResource_c80c4260, typing_extensions.Protocol):
|
|
7905
|
-
'''Virtual
|
|
7905
|
+
'''Virtual Deliverability Manager (VDM) attributes.'''
|
|
7906
7906
|
|
|
7907
7907
|
@builtins.property
|
|
7908
7908
|
@jsii.member(jsii_name="vdmAttributesName")
|
|
7909
7909
|
def vdm_attributes_name(self) -> builtins.str:
|
|
7910
|
-
'''The name of the resource behind the Virtual
|
|
7910
|
+
'''The name of the resource behind the Virtual Deliverability Manager attributes.
|
|
7911
7911
|
|
|
7912
7912
|
:attribute: true
|
|
7913
7913
|
'''
|
|
@@ -7917,14 +7917,14 @@ class IVdmAttributes(_IResource_c80c4260, typing_extensions.Protocol):
|
|
|
7917
7917
|
class _IVdmAttributesProxy(
|
|
7918
7918
|
jsii.proxy_for(_IResource_c80c4260), # type: ignore[misc]
|
|
7919
7919
|
):
|
|
7920
|
-
'''Virtual
|
|
7920
|
+
'''Virtual Deliverability Manager (VDM) attributes.'''
|
|
7921
7921
|
|
|
7922
7922
|
__jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.aws_ses.IVdmAttributes"
|
|
7923
7923
|
|
|
7924
7924
|
@builtins.property
|
|
7925
7925
|
@jsii.member(jsii_name="vdmAttributesName")
|
|
7926
7926
|
def vdm_attributes_name(self) -> builtins.str:
|
|
7927
|
-
'''The name of the resource behind the Virtual
|
|
7927
|
+
'''The name of the resource behind the Virtual Deliverability Manager attributes.
|
|
7928
7928
|
|
|
7929
7929
|
:attribute: true
|
|
7930
7930
|
'''
|
|
@@ -9452,7 +9452,7 @@ class VdmAttributes(
|
|
|
9452
9452
|
metaclass=jsii.JSIIMeta,
|
|
9453
9453
|
jsii_type="aws-cdk-lib.aws_ses.VdmAttributes",
|
|
9454
9454
|
):
|
|
9455
|
-
'''Virtual
|
|
9455
|
+
'''Virtual Deliverability Manager (VDM) attributes.
|
|
9456
9456
|
|
|
9457
9457
|
:exampleMetadata: infused
|
|
9458
9458
|
|
|
@@ -9495,7 +9495,7 @@ class VdmAttributes(
|
|
|
9495
9495
|
id: builtins.str,
|
|
9496
9496
|
vdm_attributes_name: builtins.str,
|
|
9497
9497
|
) -> IVdmAttributes:
|
|
9498
|
-
'''Use an existing Virtual
|
|
9498
|
+
'''Use an existing Virtual Deliverability Manager attributes resource.
|
|
9499
9499
|
|
|
9500
9500
|
:param scope: -
|
|
9501
9501
|
:param id: -
|
|
@@ -9511,13 +9511,13 @@ class VdmAttributes(
|
|
|
9511
9511
|
@builtins.property
|
|
9512
9512
|
@jsii.member(jsii_name="vdmAttributesName")
|
|
9513
9513
|
def vdm_attributes_name(self) -> builtins.str:
|
|
9514
|
-
'''The name of the resource behind the Virtual
|
|
9514
|
+
'''The name of the resource behind the Virtual Deliverability Manager attributes.'''
|
|
9515
9515
|
return typing.cast(builtins.str, jsii.get(self, "vdmAttributesName"))
|
|
9516
9516
|
|
|
9517
9517
|
@builtins.property
|
|
9518
9518
|
@jsii.member(jsii_name="vdmAttributesResourceId")
|
|
9519
9519
|
def vdm_attributes_resource_id(self) -> builtins.str:
|
|
9520
|
-
'''Resource ID for the Virtual
|
|
9520
|
+
'''Resource ID for the Virtual Deliverability Manager attributes.
|
|
9521
9521
|
|
|
9522
9522
|
:attribute: true
|
|
9523
9523
|
'''
|
|
@@ -9539,7 +9539,7 @@ class VdmAttributesProps:
|
|
|
9539
9539
|
engagement_metrics: typing.Optional[builtins.bool] = None,
|
|
9540
9540
|
optimized_shared_delivery: typing.Optional[builtins.bool] = None,
|
|
9541
9541
|
) -> None:
|
|
9542
|
-
'''Properties for the Virtual
|
|
9542
|
+
'''Properties for the Virtual Deliverability Manager (VDM) attributes.
|
|
9543
9543
|
|
|
9544
9544
|
:param engagement_metrics: Whether engagement metrics are enabled for your account. Default: true
|
|
9545
9545
|
:param optimized_shared_delivery: Whether optimized shared delivery is enabled for your account. Default: true
|
aws_cdk/aws_transfer/__init__.py
CHANGED
|
@@ -1030,7 +1030,7 @@ class CfnConnector(
|
|
|
1030
1030
|
:param url: The URL of the partner's AS2 or SFTP endpoint.
|
|
1031
1031
|
:param as2_config: A structure that contains the parameters for an AS2 connector object.
|
|
1032
1032
|
:param logging_role: The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that allows a connector to turn on CloudWatch logging for Amazon S3 events. When set, you can view connector activity in your CloudWatch logs.
|
|
1033
|
-
:param security_policy_name:
|
|
1033
|
+
:param security_policy_name: The text name of the security policy for the specified connector.
|
|
1034
1034
|
:param sftp_config: A structure that contains the parameters for an SFTP connector object.
|
|
1035
1035
|
:param tags: Key-value pairs that can be used to group and search for connectors.
|
|
1036
1036
|
'''
|
|
@@ -1175,7 +1175,7 @@ class CfnConnector(
|
|
|
1175
1175
|
@builtins.property
|
|
1176
1176
|
@jsii.member(jsii_name="securityPolicyName")
|
|
1177
1177
|
def security_policy_name(self) -> typing.Optional[builtins.str]:
|
|
1178
|
-
'''
|
|
1178
|
+
'''The text name of the security policy for the specified connector.'''
|
|
1179
1179
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "securityPolicyName"))
|
|
1180
1180
|
|
|
1181
1181
|
@security_policy_name.setter
|
|
@@ -1560,7 +1560,7 @@ class CfnConnectorProps:
|
|
|
1560
1560
|
:param url: The URL of the partner's AS2 or SFTP endpoint.
|
|
1561
1561
|
:param as2_config: A structure that contains the parameters for an AS2 connector object.
|
|
1562
1562
|
:param logging_role: The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that allows a connector to turn on CloudWatch logging for Amazon S3 events. When set, you can view connector activity in your CloudWatch logs.
|
|
1563
|
-
:param security_policy_name:
|
|
1563
|
+
:param security_policy_name: The text name of the security policy for the specified connector.
|
|
1564
1564
|
:param sftp_config: A structure that contains the parameters for an SFTP connector object.
|
|
1565
1565
|
:param tags: Key-value pairs that can be used to group and search for connectors.
|
|
1566
1566
|
|
|
@@ -1671,7 +1671,7 @@ class CfnConnectorProps:
|
|
|
1671
1671
|
|
|
1672
1672
|
@builtins.property
|
|
1673
1673
|
def security_policy_name(self) -> typing.Optional[builtins.str]:
|
|
1674
|
-
'''
|
|
1674
|
+
'''The text name of the security policy for the specified connector.
|
|
1675
1675
|
|
|
1676
1676
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-connector.html#cfn-transfer-connector-securitypolicyname
|
|
1677
1677
|
'''
|
aws_cdk/aws_voiceid/__init__.py
CHANGED
|
@@ -236,7 +236,7 @@ class CfnDomain(
|
|
|
236
236
|
def __init__(self, *, kms_key_id: builtins.str) -> None:
|
|
237
237
|
'''The configuration containing information about the customer managed key used for encrypting customer data.
|
|
238
238
|
|
|
239
|
-
:param kms_key_id: The identifier of the KMS key to use to encrypt data stored by Voice ID. Voice ID doesn't support asymmetric customer managed keys
|
|
239
|
+
:param kms_key_id: The identifier of the KMS key to use to encrypt data stored by Voice ID. Voice ID doesn't support asymmetric customer managed keys.
|
|
240
240
|
|
|
241
241
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-voiceid-domain-serversideencryptionconfiguration.html
|
|
242
242
|
:exampleMetadata: fixture=_generated
|
|
@@ -262,7 +262,7 @@ class CfnDomain(
|
|
|
262
262
|
def kms_key_id(self) -> builtins.str:
|
|
263
263
|
'''The identifier of the KMS key to use to encrypt data stored by Voice ID.
|
|
264
264
|
|
|
265
|
-
Voice ID doesn't support asymmetric customer managed keys
|
|
265
|
+
Voice ID doesn't support asymmetric customer managed keys.
|
|
266
266
|
|
|
267
267
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-voiceid-domain-serversideencryptionconfiguration.html#cfn-voiceid-domain-serversideencryptionconfiguration-kmskeyid
|
|
268
268
|
'''
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
aws_cdk/__init__.py,sha256=mmD1M9Ul4v5Oj5bo7JWjzzVjZspQh9pX1A9qEoE6ocU,1789739
|
|
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.
|
|
3
|
+
aws_cdk/_jsii/__init__.py,sha256=mSWZd0_FQ-D3KW7zu5qZV5CTn2dFA3xfG3X_2m_gC5E,571
|
|
4
|
+
aws_cdk/_jsii/aws-cdk-lib@2.141.0.jsii.tgz,sha256=SKCWhXXdDL9-1N1U9_y_etfVVgavOS5Czq1wtL1d05g,21977970
|
|
5
5
|
aws_cdk/alexa_ask/__init__.py,sha256=XIdNYPkbGyRD8clfb_qolycbFSGooWWn71wTtsEnW-U,35287
|
|
6
6
|
aws_cdk/assertions/__init__.py,sha256=_QKmbeXDSApEi7L-n3HSXftNzpldlsZ5XPZeBBWWA4o,91337
|
|
7
7
|
aws_cdk/aws_accessanalyzer/__init__.py,sha256=JiAHhmac9YzpELf-_UvGm7nfxopSF-mJ80UcwF-qUW0,41881
|
|
@@ -35,7 +35,7 @@ aws_cdk/aws_backup/__init__.py,sha256=PJrLBqxmqMZDEkZdloX-04CGnA8p0mSGwwSHdX_7GS
|
|
|
35
35
|
aws_cdk/aws_backupgateway/__init__.py,sha256=a4oqpwopOIUL8YceGixiI6zl_REj-tG3YbOjuMfhYsE,23336
|
|
36
36
|
aws_cdk/aws_batch/__init__.py,sha256=pPGNpDfdGJjtDIX35oSJ5CQWN61YdASwFbt0copo_eU,1400531
|
|
37
37
|
aws_cdk/aws_bcmdataexports/__init__.py,sha256=AjTO88JMbpKuTNN560R-CljLGGL8BAdB5DF8PLczV28,54582
|
|
38
|
-
aws_cdk/aws_bedrock/__init__.py,sha256=
|
|
38
|
+
aws_cdk/aws_bedrock/__init__.py,sha256=O7_r3kLsRGAAxszdG1-uTZ51Wwb5f286AWzV29fGM9M,386314
|
|
39
39
|
aws_cdk/aws_billingconductor/__init__.py,sha256=amm8R0Cx8Vc-p5e-1Nx0TmkT7E0wk7E3EPh5buHkWz0,141033
|
|
40
40
|
aws_cdk/aws_budgets/__init__.py,sha256=dFWZsGkLRy63DxQfE43YdMj17ZZTJkQo9MTF4R5vOuY,147292
|
|
41
41
|
aws_cdk/aws_cassandra/__init__.py,sha256=i8x_AKrT5smoAFq3HJiCl3eMsZde39ckYzRqODQlGzU,145735
|
|
@@ -49,7 +49,7 @@ aws_cdk/aws_cloudformation/__init__.py,sha256=BTI4-PasRGj-zY5I2c0MNRbyFSrUAt0NBT
|
|
|
49
49
|
aws_cdk/aws_cloudfront/__init__.py,sha256=bXg3fIUQVJovNod_zHcc1NJLD8ZyNwu0sQTZXz2ycbY,1470551
|
|
50
50
|
aws_cdk/aws_cloudfront/experimental/__init__.py,sha256=SjBSYUMOD-KfdX6yoO8dTnsxzKjI_8goll_SLbwgQDc,128624
|
|
51
51
|
aws_cdk/aws_cloudfront_origins/__init__.py,sha256=rogwYnShid3NXRVMAFOOUd3rn0ijmfMBmtH7XxFwokk,110506
|
|
52
|
-
aws_cdk/aws_cloudtrail/__init__.py,sha256=
|
|
52
|
+
aws_cdk/aws_cloudtrail/__init__.py,sha256=ebqZRMlr34j8PRGEwUArvw_-vzvGRddEoUHo0DTlcEk,371637
|
|
53
53
|
aws_cdk/aws_cloudwatch/__init__.py,sha256=-Mb_1kbOS9BbqEpRTPOhnQwTO6elmHEKQMnYR-2HO28,801426
|
|
54
54
|
aws_cdk/aws_cloudwatch_actions/__init__.py,sha256=Hshm_6q-z_pL4WN0dHTtjBrwPEZk0hwbXOCDmBCA3NI,21401
|
|
55
55
|
aws_cdk/aws_codeartifact/__init__.py,sha256=ru7FMAJuhupHB9u_ADOpz7Xrc3k764siDbsEHWQgoNE,86269
|
|
@@ -68,13 +68,13 @@ aws_cdk/aws_cognito/__init__.py,sha256=QLaoTIYd1oORYxtkQ_6enVl1_kjpAY-FqRKhxKhqo
|
|
|
68
68
|
aws_cdk/aws_comprehend/__init__.py,sha256=iclddrd8ueWiMeAsCWDNRxnd4SOkvTcyaqEwSA1GMsg,154978
|
|
69
69
|
aws_cdk/aws_config/__init__.py,sha256=-KKpIzJtFdb4uomqIcdxehc9aLx75_-655X1gPGzJAw,804781
|
|
70
70
|
aws_cdk/aws_connect/__init__.py,sha256=7QYaYo6RulWa2-vVzKrdmMjnXryJjze-ddQLDvVXdU4,787309
|
|
71
|
-
aws_cdk/aws_connectcampaigns/__init__.py,sha256=
|
|
71
|
+
aws_cdk/aws_connectcampaigns/__init__.py,sha256=9PGztwGZkWCoV8fcTEb34OnN5_ZjtO3tG7Z02KgZSG8,54096
|
|
72
72
|
aws_cdk/aws_controltower/__init__.py,sha256=WcslDiwJEApn5_K6u3WyA6oOOyPNAW3rbR8D4ukGJXY,59957
|
|
73
73
|
aws_cdk/aws_cur/__init__.py,sha256=k6SRLOsIiW8ZBtjVTzklmv8owb6vMBxUByjNHn77CZs,34473
|
|
74
74
|
aws_cdk/aws_customerprofiles/__init__.py,sha256=2hZglgKFuZyBkQWifCx5945qM73pUzYSsgpH9RUZV-U,351084
|
|
75
75
|
aws_cdk/aws_databrew/__init__.py,sha256=QejUU39XaiCW1GSznrRiKDA1FvtU1YvktTxwi00W2_Q,529687
|
|
76
76
|
aws_cdk/aws_datapipeline/__init__.py,sha256=KetGk_4Unj6BRfdhJFgwbEfX03KaNvvBcGMjYKg13E4,59301
|
|
77
|
-
aws_cdk/aws_datasync/__init__.py,sha256=
|
|
77
|
+
aws_cdk/aws_datasync/__init__.py,sha256=hkr1CblM2WOROglpQ7NLs6KfppKba_ve51xE0kapWkc,575324
|
|
78
78
|
aws_cdk/aws_datazone/__init__.py,sha256=uL7THxFzNl-7yKzXJbVpOLZJ_IXSHQKKwQKqW5JPOFU,267643
|
|
79
79
|
aws_cdk/aws_dax/__init__.py,sha256=VzMQZiUsMIpsWknq4OIY0x40nNCiKgndlPLDyKDy7hQ,74390
|
|
80
80
|
aws_cdk/aws_deadline/__init__.py,sha256=fKkUbEETKvWOE6Bu8G3Bzqc_HiMKpDzQmiZ6gu4VhJ0,251341
|
|
@@ -86,9 +86,9 @@ aws_cdk/aws_dlm/__init__.py,sha256=NZXXet2nbyH8IdrbaP8LXRNpn6JTU-_3cNxlapolg7U,2
|
|
|
86
86
|
aws_cdk/aws_dms/__init__.py,sha256=9Klg3wBEbPTDu--DEzf5CSFLJB3z8amc-0dwVw62F_g,889981
|
|
87
87
|
aws_cdk/aws_docdb/__init__.py,sha256=7F4X8cjnIHqmwIrd16PSSFyc99ai7bP15boHmqqzH9I,304441
|
|
88
88
|
aws_cdk/aws_docdbelastic/__init__.py,sha256=eJc7qeGj4xI8KN4Wz4hopMtyh91WtFQH-bBd0hJ4zL0,45245
|
|
89
|
-
aws_cdk/aws_dynamodb/__init__.py,sha256=
|
|
90
|
-
aws_cdk/aws_ec2/__init__.py,sha256=
|
|
91
|
-
aws_cdk/aws_ecr/__init__.py,sha256=
|
|
89
|
+
aws_cdk/aws_dynamodb/__init__.py,sha256=0tENztHvz9fvDaZAE6Cj5zjcYAPzoYwROY7c-gskBiM,896803
|
|
90
|
+
aws_cdk/aws_ec2/__init__.py,sha256=9QtPpAOYjgCOqB_fuEjm_lK7d8XwUZ1rW_Ch_4OJ4WQ,5528707
|
|
91
|
+
aws_cdk/aws_ecr/__init__.py,sha256=WIGenbk3SaZzFflpkhtPhhogYPs3r3cRP_4BmjTTvck,294351
|
|
92
92
|
aws_cdk/aws_ecr_assets/__init__.py,sha256=lBHqptQLU_1G46pL9uzAUMzZX_2uJV66NOvPmFKVSNA,83474
|
|
93
93
|
aws_cdk/aws_ecs/__init__.py,sha256=uF0M265ExjkINCQhacUTCU7JrwUDwUP57hNMYKP9ltU,2569792
|
|
94
94
|
aws_cdk/aws_ecs_patterns/__init__.py,sha256=eWckZD218qBUDWJI2RllklmFBydK7_CSkNGFFD6KNPk,1010533
|
|
@@ -104,18 +104,18 @@ aws_cdk/aws_elasticsearch/__init__.py,sha256=9jDze4wqFz94THwdNu11xotSLNPhm3IX-7X
|
|
|
104
104
|
aws_cdk/aws_emr/__init__.py,sha256=CSiJ_SCB5p0EmqkiBGek5OabyaaEbBBzSWA0CdnrBas,735481
|
|
105
105
|
aws_cdk/aws_emrcontainers/__init__.py,sha256=-OYK8mJLh6ThwsrYbHf3JL2so532JZSxKMz-5-62pV0,28433
|
|
106
106
|
aws_cdk/aws_emrserverless/__init__.py,sha256=ovZbpxk-iZ_sM98MDrwFfU4HP5nDjbgJoObd5Y_FIy4,130110
|
|
107
|
-
aws_cdk/aws_entityresolution/__init__.py,sha256=
|
|
107
|
+
aws_cdk/aws_entityresolution/__init__.py,sha256=Jb1BPOkANTc-TvSplLjGxJ87Ej-GRZ3rz85U_MM9pMQ,220697
|
|
108
108
|
aws_cdk/aws_events/__init__.py,sha256=e5rVNBAd5AS_TFt2455TN73DqSr6Im0yDBhrol8P9hA,634543
|
|
109
109
|
aws_cdk/aws_events_targets/__init__.py,sha256=JgeUxTpaFKWlPP0OPN6ivVsV4jt-UMJGkEABarBaXlI,236528
|
|
110
110
|
aws_cdk/aws_eventschemas/__init__.py,sha256=v06Ebj4Dqt-bGlAtaz3gEo40EeylFfxUcutsJ5sCwY4,71359
|
|
111
111
|
aws_cdk/aws_evidently/__init__.py,sha256=ijtEjkQJgjnk-8a6y-GmCPIoo_olnEAg8-BzVf88c6U,246281
|
|
112
112
|
aws_cdk/aws_finspace/__init__.py,sha256=XIfmdBpz-rIXFjGXsswmLePvvRO72iEaQWivSWY24w4,50171
|
|
113
113
|
aws_cdk/aws_fis/__init__.py,sha256=dAx11dg8YenLX7S50WVhBul3Dn3UC2Ka_GGDAbR22tA,91628
|
|
114
|
-
aws_cdk/aws_fms/__init__.py,sha256=
|
|
114
|
+
aws_cdk/aws_fms/__init__.py,sha256=P-upB4bgB1W6ci0P7yAxrrNPRNkyQsdy18k45AlzRrM,212664
|
|
115
115
|
aws_cdk/aws_forecast/__init__.py,sha256=x4EI6hiGmuSufUAlIhqg7S-UDh57UopLFX9oCCrdBas,60561
|
|
116
116
|
aws_cdk/aws_frauddetector/__init__.py,sha256=gW8wBcGAlLoZJ0SoVyxlfnAEKKvhNKinD5OEA3VTeZY,259960
|
|
117
117
|
aws_cdk/aws_fsx/__init__.py,sha256=I1JGOQ7TVjPm_kcM-7Vt6tB3uBU8nBbsuYPBmGln2HI,544343
|
|
118
|
-
aws_cdk/aws_gamelift/__init__.py,sha256=
|
|
118
|
+
aws_cdk/aws_gamelift/__init__.py,sha256=mAjvd2RJ_cfSwTYzv_GVjw4VUj9z795d-I4r2IPzCDQ,590604
|
|
119
119
|
aws_cdk/aws_globalaccelerator/__init__.py,sha256=xptrq2x0u8I3sukZLv6-zHStwqd-IxGDTNnXmAWPUfs,230449
|
|
120
120
|
aws_cdk/aws_globalaccelerator_endpoints/__init__.py,sha256=xgY7B8PRdnY7OPU2NsILj5fNDh4nqgFQNZNM27fb_IQ,23901
|
|
121
121
|
aws_cdk/aws_glue/__init__.py,sha256=TwJSSTcZSbbzmwRJPFNidSxdv6QuqOO5dTzJHzLSfL0,900073
|
|
@@ -143,7 +143,7 @@ aws_cdk/aws_iotsitewise/__init__.py,sha256=ZGlyMJdHJqfjPRWLGuwLA4dROWqUUPHsg4Cuq
|
|
|
143
143
|
aws_cdk/aws_iotthingsgraph/__init__.py,sha256=k2kUx8ofUR_jEZLsbzh6k8PeejFl23ICXUKhsQQuszI,16443
|
|
144
144
|
aws_cdk/aws_iottwinmaker/__init__.py,sha256=LlEuvr4HYVKhdnLexjUUZS7eKGV6ibB9BjKRM2X1gpo,288060
|
|
145
145
|
aws_cdk/aws_iotwireless/__init__.py,sha256=o6jQeFupbq9n4gCt8OhIHlxmt0YfQl305Boiq4B5RBI,398942
|
|
146
|
-
aws_cdk/aws_ivs/__init__.py,sha256=
|
|
146
|
+
aws_cdk/aws_ivs/__init__.py,sha256=CF_89cB8pP384HVEMCjF69KrIX34M7J2_nsNSeHAhbw,181991
|
|
147
147
|
aws_cdk/aws_ivschat/__init__.py,sha256=PeSzqY0N6MlRkDaDKC__HzEbccA4abL0yrAHddf8U8U,62588
|
|
148
148
|
aws_cdk/aws_kafkaconnect/__init__.py,sha256=TW_YNHfWbvRZYb6csVy4J2CDcg8scqZqeHT_SBTi9fA,170663
|
|
149
149
|
aws_cdk/aws_kendra/__init__.py,sha256=1e29hV8Fly5_n5oYvTA_7W-oA5ZGppAXVranrY29HRY,680936
|
|
@@ -153,7 +153,7 @@ aws_cdk/aws_kinesisanalytics/__init__.py,sha256=rMwqrTRsNeSVOuPuvb8E7Kimrue_xkmt
|
|
|
153
153
|
aws_cdk/aws_kinesisanalyticsv2/__init__.py,sha256=Qa0LoO-2giMgCmUJHO3mvgqMVlvuJWm5gIoGXfif32Q,380611
|
|
154
154
|
aws_cdk/aws_kinesisfirehose/__init__.py,sha256=vMoJ1e4UNa5wfaIrPwAqP_LowQq3l8IAgiHbEgKxClQ,514035
|
|
155
155
|
aws_cdk/aws_kinesisvideo/__init__.py,sha256=eRd3JVYo6EVDeeuZzuxI45TameiVP2_wQIXVbh8Tf2g,37396
|
|
156
|
-
aws_cdk/aws_kms/__init__.py,sha256=
|
|
156
|
+
aws_cdk/aws_kms/__init__.py,sha256=gQqWKkRouHbrJYA3uIu_XOV8g-DJqcmmyzhAq-q--TE,231577
|
|
157
157
|
aws_cdk/aws_lakeformation/__init__.py,sha256=pXfJZyGtbIBaLw-iWKO6HlVZSUBTbhKVCvwhWUqr_os,333602
|
|
158
158
|
aws_cdk/aws_lambda/__init__.py,sha256=Kyfeq4SEXiR3i6nJyj0PumTISZAV2IDey-T8meJm4e0,1585774
|
|
159
159
|
aws_cdk/aws_lambda_destinations/__init__.py,sha256=wcE0FBIh1UkmT6TI5DuXjq75hkEorupGDxPd1-bHWCE,20442
|
|
@@ -162,7 +162,7 @@ aws_cdk/aws_lambda_nodejs/__init__.py,sha256=8EbH03aHJnSL9_kAiWKucO0X3eTifEvs6BL
|
|
|
162
162
|
aws_cdk/aws_lex/__init__.py,sha256=eXWS-93VaEn1_dUgW-tFCfDbEZz1eDogbIW_2OR9lk0,699340
|
|
163
163
|
aws_cdk/aws_licensemanager/__init__.py,sha256=ru0M6lmrh1BSgw-7L-kkEeo-jYyXhnVvfvvLGrH0k04,86368
|
|
164
164
|
aws_cdk/aws_lightsail/__init__.py,sha256=twhFdSRFQFCwiHYxlzR1MWz1VPbPrBotl7VDO-ZepfY,535911
|
|
165
|
-
aws_cdk/aws_location/__init__.py,sha256=
|
|
165
|
+
aws_cdk/aws_location/__init__.py,sha256=GYx9fcTI66aB2gYwaOPLFCZEip_7XDHq2yeQApjsrXo,203993
|
|
166
166
|
aws_cdk/aws_logs/__init__.py,sha256=5sGW1fmM8qMWPnS10RhPrxJ-2v1FOaG5DJ33VmLnSPU,473289
|
|
167
167
|
aws_cdk/aws_logs_destinations/__init__.py,sha256=HbvM7J8_h68rmMTLeIgBbkVgNho8sMLbUkUivJTJDC4,11794
|
|
168
168
|
aws_cdk/aws_lookoutequipment/__init__.py,sha256=cv-k8w-AfgDidO7o_YN-z98uNpDpckfPVI7rXDpsMOs,58171
|
|
@@ -186,8 +186,8 @@ aws_cdk/aws_neptunegraph/__init__.py,sha256=emh_IU7ZcC-1FK3pgHxMBMo7Ky9lO_HcRa0v
|
|
|
186
186
|
aws_cdk/aws_networkfirewall/__init__.py,sha256=gkkG8KpAaJRXx2v8bD5C7dazG9o0SPt60ND9rZkCU8s,416349
|
|
187
187
|
aws_cdk/aws_networkmanager/__init__.py,sha256=WY-l2-KQQro1hKtfsMuqWj5O_RnYLNMhstPYeUdI_p8,342215
|
|
188
188
|
aws_cdk/aws_nimblestudio/__init__.py,sha256=wnknrJ7Qf9pXNJfgqgNTxhi2yEqdc0YUcnAAAQIcZps,204735
|
|
189
|
-
aws_cdk/aws_oam/__init__.py,sha256=
|
|
190
|
-
aws_cdk/aws_omics/__init__.py,sha256=
|
|
189
|
+
aws_cdk/aws_oam/__init__.py,sha256=hOQRD2qylgYHKUAjpcig-wroquUhpVYYcpggmVNcBns,49705
|
|
190
|
+
aws_cdk/aws_omics/__init__.py,sha256=zJrK5Ef8iREjIcyVll8doTNTic1SgJ5F97-d9-tMQVM,155104
|
|
191
191
|
aws_cdk/aws_opensearchserverless/__init__.py,sha256=IJHCom6_TWY2V5ASg_IskDgQeL4mBg7uU3MMYbTF-v8,99197
|
|
192
192
|
aws_cdk/aws_opensearchservice/__init__.py,sha256=wcdhWcoZqLQei_cC6DIIkoi9HX-mrBmZFqhNkgID_4U,548240
|
|
193
193
|
aws_cdk/aws_opsworks/__init__.py,sha256=peKUk3TPUlXWZBuBPxcnMGNX3vA2Bdwl2Qdl8JbyJ0g,433495
|
|
@@ -195,18 +195,18 @@ aws_cdk/aws_opsworkscm/__init__.py,sha256=sJEQQ9fxnK-LVfYBL5jfYQco5Omdd-K15oEoGu
|
|
|
195
195
|
aws_cdk/aws_organizations/__init__.py,sha256=d0459A_UCxgvPR-UsTbX14M788brA731Om9YgiqS_jE,112425
|
|
196
196
|
aws_cdk/aws_osis/__init__.py,sha256=TxrNZXbP1BPYRiV4q0EFlIVMdUq2qfnpC6H3mPFmZ_A,57602
|
|
197
197
|
aws_cdk/aws_panorama/__init__.py,sha256=ncpZMsjlmaCrJmzPDG5Wu15KfsThn2x9pVuAhf7vDQI,79709
|
|
198
|
-
aws_cdk/aws_paymentcryptography/__init__.py,sha256=
|
|
198
|
+
aws_cdk/aws_paymentcryptography/__init__.py,sha256=UviGDzlvUlTUtfqh2q62RxVLt24CWLyXxWYcUFp7pKo,58216
|
|
199
199
|
aws_cdk/aws_pcaconnectorad/__init__.py,sha256=KDK4bV0Lor6OCO8nDJyHgMIYF-fwOy47sgbS1tfKkJE,384643
|
|
200
200
|
aws_cdk/aws_personalize/__init__.py,sha256=jtAtFaNmEgOM5OREOZRuA4MrMF2wS_RN4nRlq5tC6Pg,134592
|
|
201
|
-
aws_cdk/aws_pinpoint/__init__.py,sha256=
|
|
201
|
+
aws_cdk/aws_pinpoint/__init__.py,sha256=5VocWbfGCv1ksR7EWyCTHXAxITjl3M-MGmX_i8MODvY,856623
|
|
202
202
|
aws_cdk/aws_pinpointemail/__init__.py,sha256=HeIJQfphQstVZZCsMfxPmnmtRDQteI2uq8I5NVYJnZs,137917
|
|
203
203
|
aws_cdk/aws_pipes/__init__.py,sha256=kOVpH3969aQy5l_Owcl5Vy_v9YIuaCtc9G5EW8DIMR4,442772
|
|
204
204
|
aws_cdk/aws_proton/__init__.py,sha256=4sdkMrigXGguoDXvO0cKdH8UvmziYPCzi-sj8jLrxKM,69601
|
|
205
|
-
aws_cdk/aws_qbusiness/__init__.py,sha256=
|
|
205
|
+
aws_cdk/aws_qbusiness/__init__.py,sha256=Ka-wFBBqiFncJayjIpYSwAQ65LKgUUuEakFxC0WQVsk,289051
|
|
206
206
|
aws_cdk/aws_qldb/__init__.py,sha256=k0v3F43pVRo5y79oLlCjSiw-jg_5GhaAVYWoKpEr4Vo,62400
|
|
207
|
-
aws_cdk/aws_quicksight/__init__.py,sha256=
|
|
207
|
+
aws_cdk/aws_quicksight/__init__.py,sha256=NFxQYaMxvQ0VUH7jVgxtom_tTQGsYdOiEUv_zjgMwUg,14029811
|
|
208
208
|
aws_cdk/aws_ram/__init__.py,sha256=hQ1UdFI0v6s0ipdeuqGRhqCNktzB1z8vRkiDqXDmwvc,50223
|
|
209
|
-
aws_cdk/aws_rds/__init__.py,sha256=
|
|
209
|
+
aws_cdk/aws_rds/__init__.py,sha256=76NmVNbL4KpON7pXId8cY-pyTye2mAycHO7uhE9I47s,2674844
|
|
210
210
|
aws_cdk/aws_redshift/__init__.py,sha256=ddQBZwny5kRQLUqy_pzbvcK5AKvV3QF0SiiwWfCdREA,376652
|
|
211
211
|
aws_cdk/aws_redshiftserverless/__init__.py,sha256=0N5yPH9W4eP1uSIHekz_WFH1wAFLb1h3qfxqMkL3kgk,159480
|
|
212
212
|
aws_cdk/aws_refactorspaces/__init__.py,sha256=MB29dWJ8rWEkkaVrgWR2lRQzFWZ6hPb1TJ3AtGvB6iw,121468
|
|
@@ -219,7 +219,7 @@ aws_cdk/aws_rolesanywhere/__init__.py,sha256=Kmvvxke7cQ4n6xfnEh2zhvN5CiDp4si2jld
|
|
|
219
219
|
aws_cdk/aws_route53/__init__.py,sha256=tSWvPYafhYjtkAIF4UsLrviuJR5AYsFf_SMwZtZM0V4,941524
|
|
220
220
|
aws_cdk/aws_route53_patterns/__init__.py,sha256=ohKzjV2OXSFpHhR3GiUOfh43HETB55J-fJfHEJEBThU,12573
|
|
221
221
|
aws_cdk/aws_route53_targets/__init__.py,sha256=xY_i1VTF6rAslxQ6Tw-Cq18whixX4Hs8WzGR_5jzubE,38341
|
|
222
|
-
aws_cdk/aws_route53profiles/__init__.py,sha256=
|
|
222
|
+
aws_cdk/aws_route53profiles/__init__.py,sha256=_hJ6pBJZp6VkCHXJXnf7w9NDIjCIyaEnf7fB6KPOfMg,43680
|
|
223
223
|
aws_cdk/aws_route53recoverycontrol/__init__.py,sha256=b-139Z2zAAADl4aupHD6fBhXtNvAJQkX-7eAzVudMLo,91014
|
|
224
224
|
aws_cdk/aws_route53recoveryreadiness/__init__.py,sha256=nQxMeN6S4YG0-jnRe78Lkt-Kz5fboRtMi1A9imRj0BE,93750
|
|
225
225
|
aws_cdk/aws_route53resolver/__init__.py,sha256=rJ4-bCw_1glqwQvtQ3cLG_FxUchgfnETZd7TuTj5a1w,232319
|
|
@@ -231,7 +231,7 @@ aws_cdk/aws_s3_notifications/__init__.py,sha256=BYKNyCq0BboVp34ofkhc5Ku1Jzpf3vN_
|
|
|
231
231
|
aws_cdk/aws_s3express/__init__.py,sha256=_y6TfYPnSTe0ABswUUZgkEZJuhFYVDWLlp22rK_Su_g,32245
|
|
232
232
|
aws_cdk/aws_s3objectlambda/__init__.py,sha256=PD0vOECtbTR0ysl18uqs0I5sBwF3pQRxenbkW6TgsCI,67575
|
|
233
233
|
aws_cdk/aws_s3outposts/__init__.py,sha256=ScgoWlf6QUr8DNydaKJHo2PM7hYslnMFNhvOIZ9CdiQ,113169
|
|
234
|
-
aws_cdk/aws_sagemaker/__init__.py,sha256=
|
|
234
|
+
aws_cdk/aws_sagemaker/__init__.py,sha256=K_Ikf9rClxwF0mITEBU9x9jGC3apCGShT1RoUyG3qtA,2778751
|
|
235
235
|
aws_cdk/aws_sam/__init__.py,sha256=K4-RVX2KtGDPTOf-YiN9XVrSjvjeO67pn1Ke2RoPrAc,752910
|
|
236
236
|
aws_cdk/aws_scheduler/__init__.py,sha256=uMDXR1VxOqVUh13OZtocoWlyiH1npFjGv8_NpVs3muU,157469
|
|
237
237
|
aws_cdk/aws_sdb/__init__.py,sha256=-TI0qdoPwE9YncPx7S_86yuR408dRIAO1GiDNwq0S6c,9781
|
|
@@ -241,7 +241,7 @@ aws_cdk/aws_securitylake/__init__.py,sha256=jvxtH14kg1_p6Q-_Vq2JBMc4ZSVUerjlSDK9
|
|
|
241
241
|
aws_cdk/aws_servicecatalog/__init__.py,sha256=nqjZZbAPFB7OHW0DaTRMcCz_z55aZSkRBl9VrXtM9Lg,536153
|
|
242
242
|
aws_cdk/aws_servicecatalogappregistry/__init__.py,sha256=AVvFS7Lil9DX48wtvN5ZMY5Ejc5Ek61vrC5DuLk0tHk,55758
|
|
243
243
|
aws_cdk/aws_servicediscovery/__init__.py,sha256=eb1RZJ7YdACVixEo6OkNypCrQgUDebnZLRUAybCffg0,359132
|
|
244
|
-
aws_cdk/aws_ses/__init__.py,sha256=
|
|
244
|
+
aws_cdk/aws_ses/__init__.py,sha256=kev_6uQoyXhCyx0t-6Y_Ym7J5zOT2T33qxDXvd6EPlU,570728
|
|
245
245
|
aws_cdk/aws_ses_actions/__init__.py,sha256=fxWCW3Em_5yfRhp49rjyVpzD_PozHQASGqstKJlpcOI,50695
|
|
246
246
|
aws_cdk/aws_shield/__init__.py,sha256=lg_LdCLegNpxiIF2Rq1AsHI0Rt9I-5rgAamUkpciM9E,103880
|
|
247
247
|
aws_cdk/aws_signer/__init__.py,sha256=rJTiHJ7P6B_2N0mjG1z69iairbrF8wpXOz25NKXv5i4,56118
|
|
@@ -259,9 +259,9 @@ aws_cdk/aws_supportapp/__init__.py,sha256=rfecThA_tsuYGkYyB0YPpujfZzpIUgYKyAOtgh
|
|
|
259
259
|
aws_cdk/aws_synthetics/__init__.py,sha256=5xu9jEMjK0RDgQe2BDuZszVGjF50p_m0a2Y2UlIzTy4,237398
|
|
260
260
|
aws_cdk/aws_systemsmanagersap/__init__.py,sha256=ZOn0Gl43HvEuxSyhBBBw3gtTBnRqhTGggdJjaG6mByc,29487
|
|
261
261
|
aws_cdk/aws_timestream/__init__.py,sha256=mf4llnepJu5yt92-5qmju_hyGquRRxo_aCzzqRojcaA,240112
|
|
262
|
-
aws_cdk/aws_transfer/__init__.py,sha256=
|
|
262
|
+
aws_cdk/aws_transfer/__init__.py,sha256=cxluIx2MeMhp16l679hSVetSUgtDiUyfGBL-kNTpl94,397972
|
|
263
263
|
aws_cdk/aws_verifiedpermissions/__init__.py,sha256=NIZt7dkRNLm9eLu6EYjUtwtM9_EfgulEjD6Gf_JMuNY,116659
|
|
264
|
-
aws_cdk/aws_voiceid/__init__.py,sha256=
|
|
264
|
+
aws_cdk/aws_voiceid/__init__.py,sha256=EQ8gInwW_yzbx842-AQYusnoRyF8qn35pZBC97QCsAI,21366
|
|
265
265
|
aws_cdk/aws_vpclattice/__init__.py,sha256=TlqLrOvVRpJKs8w7HY1HbN2beu0XxnakRbJYXRJVFyE,287721
|
|
266
266
|
aws_cdk/aws_waf/__init__.py,sha256=cUPXdvnSBpjbi7WoouqsmEyuNr9LjipFkFbxQ-qMLVc,209924
|
|
267
267
|
aws_cdk/aws_wafregional/__init__.py,sha256=huwR2SZI82VVw7nBoP8fl0hF6TzR6JlDFMna5Sw_ooY,274022
|
|
@@ -281,9 +281,9 @@ aws_cdk/lambda_layer_node_proxy_agent/__init__.py,sha256=L2O5Aen4xESrAMU07go5NB0
|
|
|
281
281
|
aws_cdk/pipelines/__init__.py,sha256=fnbq8c0wOp2MkA20blCIsyrhrYNgZB5OjmsuH4e9BkQ,398736
|
|
282
282
|
aws_cdk/region_info/__init__.py,sha256=N-HdesRpLDoe1UOQOzVX7bea6z2jZijx4SybmdgdsI4,37857
|
|
283
283
|
aws_cdk/triggers/__init__.py,sha256=w78wLbTJPhCIx2D2VWnle5AXqs5FRVbts9Uoi-7q_yU,115432
|
|
284
|
-
aws_cdk_lib-2.
|
|
285
|
-
aws_cdk_lib-2.
|
|
286
|
-
aws_cdk_lib-2.
|
|
287
|
-
aws_cdk_lib-2.
|
|
288
|
-
aws_cdk_lib-2.
|
|
289
|
-
aws_cdk_lib-2.
|
|
284
|
+
aws_cdk_lib-2.141.0.dist-info/LICENSE,sha256=kEDF86xJUQh1E9M7UPKKbHepBEdFxIUyoGfTwQB7zKg,11391
|
|
285
|
+
aws_cdk_lib-2.141.0.dist-info/METADATA,sha256=VQaqTOkTnG_1ntjVEWM94emezDdROceWC2jBEOnMFTQ,59322
|
|
286
|
+
aws_cdk_lib-2.141.0.dist-info/NOTICE,sha256=Irn92Qln1GDSjTx0CQqiOXM94Z9jgbvnq8rfk50NQ-4,42502
|
|
287
|
+
aws_cdk_lib-2.141.0.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
|
|
288
|
+
aws_cdk_lib-2.141.0.dist-info/top_level.txt,sha256=1TALAKbuUGsMSrfKWEf268lySCmcqSEO6cDYe_XlLHM,8
|
|
289
|
+
aws_cdk_lib-2.141.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|