aws-cdk-lib 2.220.0__py3-none-any.whl → 2.221.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/__init__.py +21 -18
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.220.0.jsii.tgz → aws-cdk-lib@2.221.0.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +3 -0
- aws_cdk/aws_accessanalyzer/__init__.py +3 -0
- aws_cdk/aws_acmpca/__init__.py +4 -1
- aws_cdk/aws_aiops/__init__.py +3 -0
- aws_cdk/aws_amazonmq/__init__.py +3 -29
- aws_cdk/aws_amplify/__init__.py +3 -0
- aws_cdk/aws_amplifyuibuilder/__init__.py +3 -0
- aws_cdk/aws_apigateway/__init__.py +3 -0
- aws_cdk/aws_apigatewayv2/__init__.py +3 -0
- aws_cdk/aws_appconfig/__init__.py +3 -29
- aws_cdk/aws_appflow/__init__.py +3 -0
- aws_cdk/aws_appintegrations/__init__.py +3 -0
- aws_cdk/aws_applicationautoscaling/__init__.py +3 -0
- aws_cdk/aws_applicationinsights/__init__.py +3 -0
- aws_cdk/aws_applicationsignals/__init__.py +4 -1
- aws_cdk/aws_appmesh/__init__.py +3 -0
- aws_cdk/aws_apprunner/__init__.py +3 -0
- aws_cdk/aws_appstream/__init__.py +3 -0
- aws_cdk/aws_appsync/__init__.py +3 -0
- aws_cdk/aws_apptest/__init__.py +3 -0
- aws_cdk/aws_aps/__init__.py +1168 -83
- aws_cdk/aws_arcregionswitch/__init__.py +3 -0
- aws_cdk/aws_arczonalshift/__init__.py +3 -0
- aws_cdk/aws_athena/__init__.py +3 -0
- aws_cdk/aws_auditmanager/__init__.py +3 -0
- aws_cdk/aws_autoscaling/__init__.py +3 -0
- aws_cdk/aws_autoscaling_common/__init__.py +3 -0
- aws_cdk/aws_autoscalingplans/__init__.py +3 -0
- aws_cdk/aws_b2bi/__init__.py +3 -0
- aws_cdk/aws_backup/__init__.py +3 -29
- aws_cdk/aws_backupgateway/__init__.py +3 -0
- aws_cdk/aws_batch/__init__.py +3 -0
- aws_cdk/aws_bcmdataexports/__init__.py +3 -0
- aws_cdk/aws_bedrock/__init__.py +9 -29
- aws_cdk/aws_bedrockagentcore/__init__.py +782 -169
- aws_cdk/aws_billingconductor/__init__.py +3 -0
- aws_cdk/aws_budgets/__init__.py +3 -0
- aws_cdk/aws_cassandra/__init__.py +3 -0
- aws_cdk/aws_ce/__init__.py +3 -0
- aws_cdk/aws_certificatemanager/__init__.py +3 -0
- aws_cdk/aws_chatbot/__init__.py +3 -0
- aws_cdk/aws_cleanrooms/__init__.py +3 -0
- aws_cdk/aws_cleanroomsml/__init__.py +3 -0
- aws_cdk/aws_cloud9/__init__.py +3 -0
- aws_cdk/aws_cloudformation/__init__.py +3 -0
- aws_cdk/aws_cloudfront/__init__.py +69 -3
- aws_cdk/aws_cloudtrail/__init__.py +3 -0
- aws_cdk/aws_cloudwatch/__init__.py +3 -0
- aws_cdk/aws_codeartifact/__init__.py +3 -0
- aws_cdk/aws_codebuild/__init__.py +3 -0
- aws_cdk/aws_codecommit/__init__.py +3 -0
- aws_cdk/aws_codeconnections/__init__.py +3 -0
- aws_cdk/aws_codedeploy/__init__.py +3 -0
- aws_cdk/aws_codeguruprofiler/__init__.py +3 -0
- aws_cdk/aws_codegurureviewer/__init__.py +3 -0
- aws_cdk/aws_codepipeline/__init__.py +3 -0
- aws_cdk/aws_codepipeline_actions/__init__.py +3 -0
- aws_cdk/aws_codestar/__init__.py +3 -0
- aws_cdk/aws_codestarconnections/__init__.py +3 -0
- aws_cdk/aws_codestarnotifications/__init__.py +3 -0
- aws_cdk/aws_cognito/__init__.py +3 -0
- aws_cdk/aws_cognito_identitypool/__init__.py +3 -0
- aws_cdk/aws_comprehend/__init__.py +3 -0
- aws_cdk/aws_config/__init__.py +3 -0
- aws_cdk/aws_connect/__init__.py +1232 -2
- aws_cdk/aws_connectcampaigns/__init__.py +3 -0
- aws_cdk/aws_connectcampaignsv2/__init__.py +3 -0
- aws_cdk/aws_controltower/__init__.py +3 -0
- aws_cdk/aws_cur/__init__.py +3 -0
- aws_cdk/aws_customerprofiles/__init__.py +3 -29
- aws_cdk/aws_databrew/__init__.py +3 -0
- aws_cdk/aws_datapipeline/__init__.py +3 -0
- aws_cdk/aws_datasync/__init__.py +3 -0
- aws_cdk/aws_datazone/__init__.py +17 -15
- aws_cdk/aws_dax/__init__.py +3 -0
- aws_cdk/aws_deadline/__init__.py +3 -0
- aws_cdk/aws_detective/__init__.py +3 -0
- aws_cdk/aws_devicefarm/__init__.py +3 -0
- aws_cdk/aws_devopsguru/__init__.py +3 -0
- aws_cdk/aws_directoryservice/__init__.py +3 -0
- aws_cdk/aws_dlm/__init__.py +3 -0
- aws_cdk/aws_dms/__init__.py +3 -0
- aws_cdk/aws_docdb/__init__.py +14 -3
- aws_cdk/aws_docdbelastic/__init__.py +3 -0
- aws_cdk/aws_dsql/__init__.py +3 -0
- aws_cdk/aws_dynamodb/__init__.py +3 -0
- aws_cdk/aws_ec2/__init__.py +106 -40
- aws_cdk/aws_ecr/__init__.py +156 -33
- aws_cdk/aws_ecs/__init__.py +87 -48
- aws_cdk/aws_efs/__init__.py +3 -0
- aws_cdk/aws_eks/__init__.py +3 -58
- aws_cdk/aws_elasticache/__init__.py +3 -0
- aws_cdk/aws_elasticbeanstalk/__init__.py +3 -0
- aws_cdk/aws_elasticloadbalancing/__init__.py +3 -0
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +445 -36
- aws_cdk/aws_elasticsearch/__init__.py +3 -0
- aws_cdk/aws_emr/__init__.py +3 -0
- aws_cdk/aws_emrcontainers/__init__.py +3 -0
- aws_cdk/aws_emrserverless/__init__.py +12 -11
- aws_cdk/aws_entityresolution/__init__.py +3 -0
- aws_cdk/aws_events/__init__.py +73 -29
- aws_cdk/aws_events_targets/__init__.py +3 -0
- aws_cdk/aws_eventschemas/__init__.py +3 -0
- aws_cdk/aws_evidently/__init__.py +3 -0
- aws_cdk/aws_evs/__init__.py +3 -0
- aws_cdk/aws_finspace/__init__.py +3 -0
- aws_cdk/aws_fis/__init__.py +3 -0
- aws_cdk/aws_fms/__init__.py +3 -0
- aws_cdk/aws_forecast/__init__.py +3 -0
- aws_cdk/aws_frauddetector/__init__.py +3 -0
- aws_cdk/aws_fsx/__init__.py +3 -0
- aws_cdk/aws_gamelift/__init__.py +3 -0
- aws_cdk/aws_gameliftstreams/__init__.py +8 -5
- aws_cdk/aws_globalaccelerator/__init__.py +3 -0
- aws_cdk/aws_glue/__init__.py +11 -80
- aws_cdk/aws_grafana/__init__.py +3 -0
- aws_cdk/aws_greengrass/__init__.py +3 -0
- aws_cdk/aws_greengrassv2/__init__.py +3 -0
- aws_cdk/aws_groundstation/__init__.py +3 -0
- aws_cdk/aws_guardduty/__init__.py +3 -0
- aws_cdk/aws_healthimaging/__init__.py +3 -0
- aws_cdk/aws_healthlake/__init__.py +3 -0
- aws_cdk/aws_iam/__init__.py +30 -32
- aws_cdk/aws_identitystore/__init__.py +3 -0
- aws_cdk/aws_imagebuilder/__init__.py +499 -0
- aws_cdk/aws_inspector/__init__.py +3 -0
- aws_cdk/aws_inspectorv2/__init__.py +3 -0
- aws_cdk/aws_internetmonitor/__init__.py +3 -0
- aws_cdk/aws_invoicing/__init__.py +3 -0
- aws_cdk/aws_iot/__init__.py +3 -0
- aws_cdk/aws_iotanalytics/__init__.py +3 -0
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +3 -0
- aws_cdk/aws_iotevents/__init__.py +3 -0
- aws_cdk/aws_iotfleethub/__init__.py +3 -0
- aws_cdk/aws_iotfleetwise/__init__.py +3 -0
- aws_cdk/aws_iotsitewise/__init__.py +3 -0
- aws_cdk/aws_iotthingsgraph/__init__.py +3 -0
- aws_cdk/aws_iottwinmaker/__init__.py +3 -87
- aws_cdk/aws_iotwireless/__init__.py +61 -0
- aws_cdk/aws_ivs/__init__.py +3 -0
- aws_cdk/aws_ivschat/__init__.py +3 -0
- aws_cdk/aws_kafkaconnect/__init__.py +3 -0
- aws_cdk/aws_kendra/__init__.py +3 -58
- aws_cdk/aws_kendraranking/__init__.py +3 -0
- aws_cdk/aws_kinesis/__init__.py +3 -0
- aws_cdk/aws_kinesisanalytics/__init__.py +3 -0
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +3 -0
- aws_cdk/aws_kinesisfirehose/__init__.py +1709 -10
- aws_cdk/aws_kinesisvideo/__init__.py +3 -29
- aws_cdk/aws_kms/__init__.py +3 -0
- aws_cdk/aws_lakeformation/__init__.py +3 -0
- aws_cdk/aws_lambda/__init__.py +14 -7
- aws_cdk/aws_lambda_nodejs/__init__.py +3 -0
- aws_cdk/aws_launchwizard/__init__.py +3 -0
- aws_cdk/aws_lex/__init__.py +3 -29
- aws_cdk/aws_licensemanager/__init__.py +3 -0
- aws_cdk/aws_lightsail/__init__.py +3 -0
- aws_cdk/aws_location/__init__.py +3 -0
- aws_cdk/aws_logs/__init__.py +226 -9
- aws_cdk/aws_lookoutequipment/__init__.py +3 -29
- aws_cdk/aws_lookoutmetrics/__init__.py +3 -0
- aws_cdk/aws_lookoutvision/__init__.py +3 -0
- aws_cdk/aws_m2/__init__.py +3 -0
- aws_cdk/aws_macie/__init__.py +3 -0
- aws_cdk/aws_managedblockchain/__init__.py +3 -0
- aws_cdk/aws_mediaconnect/__init__.py +3 -0
- aws_cdk/aws_mediaconvert/__init__.py +3 -0
- aws_cdk/aws_medialive/__init__.py +171 -33
- aws_cdk/aws_mediapackage/__init__.py +3 -0
- aws_cdk/aws_mediapackagev2/__init__.py +3 -0
- aws_cdk/aws_mediastore/__init__.py +3 -0
- aws_cdk/aws_mediatailor/__init__.py +3 -58
- aws_cdk/aws_memorydb/__init__.py +3 -0
- aws_cdk/aws_mpa/__init__.py +3 -0
- aws_cdk/aws_msk/__init__.py +3 -0
- aws_cdk/aws_mwaa/__init__.py +3 -0
- aws_cdk/aws_neptune/__init__.py +55 -0
- aws_cdk/aws_neptunegraph/__init__.py +3 -0
- aws_cdk/aws_networkfirewall/__init__.py +3 -0
- aws_cdk/aws_networkmanager/__init__.py +3 -0
- aws_cdk/aws_nimblestudio/__init__.py +3 -0
- aws_cdk/aws_notifications/__init__.py +3 -0
- aws_cdk/aws_notificationscontacts/__init__.py +3 -0
- aws_cdk/aws_oam/__init__.py +3 -0
- aws_cdk/aws_observabilityadmin/__init__.py +171 -137
- aws_cdk/aws_odb/__init__.py +4 -1
- aws_cdk/aws_omics/__init__.py +3 -0
- aws_cdk/aws_opensearchserverless/__init__.py +3 -0
- aws_cdk/aws_opensearchservice/__init__.py +3 -0
- aws_cdk/aws_opsworks/__init__.py +3 -0
- aws_cdk/aws_opsworkscm/__init__.py +3 -0
- aws_cdk/aws_organizations/__init__.py +3 -116
- aws_cdk/aws_osis/__init__.py +157 -0
- aws_cdk/aws_panorama/__init__.py +3 -0
- aws_cdk/aws_paymentcryptography/__init__.py +3 -0
- aws_cdk/aws_pcaconnectorad/__init__.py +3 -0
- aws_cdk/aws_pcaconnectorscep/__init__.py +3 -0
- aws_cdk/aws_pcs/__init__.py +3 -0
- aws_cdk/aws_personalize/__init__.py +3 -0
- aws_cdk/aws_pinpoint/__init__.py +3 -58
- aws_cdk/aws_pinpointemail/__init__.py +3 -0
- aws_cdk/aws_pipes/__init__.py +3 -0
- aws_cdk/aws_proton/__init__.py +3 -0
- aws_cdk/aws_qbusiness/__init__.py +3 -174
- aws_cdk/aws_qldb/__init__.py +3 -29
- aws_cdk/aws_quicksight/__init__.py +418 -411
- aws_cdk/aws_ram/__init__.py +3 -0
- aws_cdk/aws_rbin/__init__.py +3 -0
- aws_cdk/aws_rds/__init__.py +42 -19
- aws_cdk/aws_redshift/__init__.py +3 -0
- aws_cdk/aws_redshiftserverless/__init__.py +3 -0
- aws_cdk/aws_refactorspaces/__init__.py +3 -0
- aws_cdk/aws_rekognition/__init__.py +3 -29
- aws_cdk/aws_resiliencehub/__init__.py +3 -0
- aws_cdk/aws_resourceexplorer2/__init__.py +3 -0
- aws_cdk/aws_resourcegroups/__init__.py +3 -0
- aws_cdk/aws_robomaker/__init__.py +3 -0
- aws_cdk/aws_rolesanywhere/__init__.py +3 -0
- aws_cdk/aws_route53/__init__.py +18 -18
- aws_cdk/aws_route53_targets/__init__.py +3 -0
- aws_cdk/aws_route53profiles/__init__.py +3 -0
- aws_cdk/aws_route53recoverycontrol/__init__.py +3 -0
- aws_cdk/aws_route53recoveryreadiness/__init__.py +3 -0
- aws_cdk/aws_route53resolver/__init__.py +11 -4
- aws_cdk/aws_rum/__init__.py +3 -0
- aws_cdk/aws_s3/__init__.py +51 -41
- aws_cdk/aws_s3_deployment/__init__.py +3 -0
- aws_cdk/aws_s3express/__init__.py +3 -0
- aws_cdk/aws_s3objectlambda/__init__.py +3 -0
- aws_cdk/aws_s3outposts/__init__.py +3 -0
- aws_cdk/aws_s3tables/__init__.py +3 -0
- aws_cdk/aws_sagemaker/__init__.py +166 -87
- aws_cdk/aws_sam/__init__.py +3 -0
- aws_cdk/aws_scheduler/__init__.py +3 -29
- aws_cdk/aws_sdb/__init__.py +3 -0
- aws_cdk/aws_secretsmanager/__init__.py +3 -0
- aws_cdk/aws_securityhub/__init__.py +3 -0
- aws_cdk/aws_securitylake/__init__.py +3 -0
- aws_cdk/aws_servicecatalog/__init__.py +136 -124
- aws_cdk/aws_servicecatalogappregistry/__init__.py +3 -0
- aws_cdk/aws_servicediscovery/__init__.py +3 -0
- aws_cdk/aws_ses/__init__.py +3 -0
- aws_cdk/aws_shield/__init__.py +3 -0
- aws_cdk/aws_signer/__init__.py +3 -0
- aws_cdk/aws_simspaceweaver/__init__.py +3 -0
- aws_cdk/aws_smsvoice/__init__.py +3 -29
- aws_cdk/aws_sns/__init__.py +3 -0
- aws_cdk/aws_sqs/__init__.py +3 -0
- aws_cdk/aws_ssm/__init__.py +10 -3
- aws_cdk/aws_ssmcontacts/__init__.py +3 -0
- aws_cdk/aws_ssmguiconnect/__init__.py +3 -0
- aws_cdk/aws_ssmincidents/__init__.py +3 -0
- aws_cdk/aws_ssmquicksetup/__init__.py +467 -0
- aws_cdk/aws_sso/__init__.py +3 -0
- aws_cdk/aws_stepfunctions/__init__.py +23 -19
- aws_cdk/aws_stepfunctions_tasks/__init__.py +6 -3
- aws_cdk/aws_supportapp/__init__.py +3 -0
- aws_cdk/aws_synthetics/__init__.py +59 -26
- aws_cdk/aws_systemsmanagersap/__init__.py +3 -0
- aws_cdk/aws_timestream/__init__.py +3 -29
- aws_cdk/aws_transfer/__init__.py +20 -34
- aws_cdk/aws_verifiedpermissions/__init__.py +3 -0
- aws_cdk/aws_voiceid/__init__.py +3 -0
- aws_cdk/aws_vpclattice/__init__.py +7 -4
- aws_cdk/aws_waf/__init__.py +3 -0
- aws_cdk/aws_wafregional/__init__.py +3 -0
- aws_cdk/aws_wafv2/__init__.py +3 -0
- aws_cdk/aws_wisdom/__init__.py +3 -116
- aws_cdk/aws_workspaces/__init__.py +3 -0
- aws_cdk/aws_workspacesinstances/__init__.py +3 -0
- aws_cdk/aws_workspacesthinclient/__init__.py +3 -0
- aws_cdk/aws_workspacesweb/__init__.py +3 -0
- aws_cdk/aws_xray/__init__.py +3 -0
- aws_cdk/cloud_assembly_schema/__init__.py +3 -0
- aws_cdk/cx_api/__init__.py +34 -0
- aws_cdk/pipelines/__init__.py +3 -0
- aws_cdk/region_info/__init__.py +3 -0
- aws_cdk/triggers/__init__.py +3 -0
- {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/METADATA +2 -2
- aws_cdk_lib-2.221.0.dist-info/RECORD +313 -0
- aws_cdk_lib-2.220.0.dist-info/RECORD +0 -313
- {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/top_level.txt +0 -0
|
@@ -3343,3 +3343,6 @@ def _typecheckingstub__0f3be0f4100fb92bfec0156ed2357fb7eb28b01d7081db0419a1583b1
|
|
|
3343
3343
|
) -> None:
|
|
3344
3344
|
"""Type checking stubs"""
|
|
3345
3345
|
pass
|
|
3346
|
+
|
|
3347
|
+
for cls in [IBillingGroupRef, ICustomLineItemRef, IPricingPlanRef, IPricingRuleRef]:
|
|
3348
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_budgets/__init__.py
CHANGED
|
@@ -3873,3 +3873,6 @@ def _typecheckingstub__53b54f7e3522aacd600ff090e6221f615565664782c185bdcb801f95f
|
|
|
3873
3873
|
) -> None:
|
|
3874
3874
|
"""Type checking stubs"""
|
|
3875
3875
|
pass
|
|
3876
|
+
|
|
3877
|
+
for cls in [IBudgetRef, IBudgetsActionRef]:
|
|
3878
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -3529,3 +3529,6 @@ def _typecheckingstub__54b1c8332ddb6073a9eb0924c6e34b60d337092a8c288e7dba5abbe35
|
|
|
3529
3529
|
) -> None:
|
|
3530
3530
|
"""Type checking stubs"""
|
|
3531
3531
|
pass
|
|
3532
|
+
|
|
3533
|
+
for cls in [IKeyspaceRef, ITableRef, ITypeRef]:
|
|
3534
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_ce/__init__.py
CHANGED
|
@@ -2097,3 +2097,6 @@ def _typecheckingstub__8ebb0ce3955d4416c7a704b1a825b845e02eef926e8c0da3592ea7cce
|
|
|
2097
2097
|
) -> None:
|
|
2098
2098
|
"""Type checking stubs"""
|
|
2099
2099
|
pass
|
|
2100
|
+
|
|
2101
|
+
for cls in [IAnomalyMonitorRef, IAnomalySubscriptionRef, ICostCategoryRef]:
|
|
2102
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -3241,3 +3241,6 @@ def _typecheckingstub__ba22afa55d26d44bc7ab216beab4c3cde2bb1d3e614622e603aa02f7a
|
|
|
3241
3241
|
) -> None:
|
|
3242
3242
|
"""Type checking stubs"""
|
|
3243
3243
|
pass
|
|
3244
|
+
|
|
3245
|
+
for cls in [IAccountRef, ICertificate, ICertificateRef]:
|
|
3246
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_chatbot/__init__.py
CHANGED
|
@@ -3361,3 +3361,6 @@ def _typecheckingstub__4fdcebb1f70802057ca456714a5cc7c631ffe294962d8635781dfb0f0
|
|
|
3361
3361
|
) -> None:
|
|
3362
3362
|
"""Type checking stubs"""
|
|
3363
3363
|
pass
|
|
3364
|
+
|
|
3365
|
+
for cls in [ICustomActionRef, IMicrosoftTeamsChannelConfigurationRef, ISlackChannelConfiguration, ISlackChannelConfigurationRef]:
|
|
3366
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -11544,3 +11544,6 @@ def _typecheckingstub__1938eceb4a5ecd53da864bdcbc38554516e8fa365c0dec957d0fe1a8b
|
|
|
11544
11544
|
) -> None:
|
|
11545
11545
|
"""Type checking stubs"""
|
|
11546
11546
|
pass
|
|
11547
|
+
|
|
11548
|
+
for cls in [IAnalysisTemplateRef, ICollaborationRef, IConfiguredTableAssociationRef, IConfiguredTableRef, IIdMappingTableRef, IIdNamespaceAssociationRef, IMembershipRef, IPrivacyBudgetTemplateRef]:
|
|
11549
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -1077,3 +1077,6 @@ def _typecheckingstub__960bc53c7c406ea248f393051fd58abbf5074d22e0eb6439f849d7558
|
|
|
1077
1077
|
) -> None:
|
|
1078
1078
|
"""Type checking stubs"""
|
|
1079
1079
|
pass
|
|
1080
|
+
|
|
1081
|
+
for cls in [ITrainingDatasetRef]:
|
|
1082
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_cloud9/__init__.py
CHANGED
|
@@ -927,3 +927,6 @@ def _typecheckingstub__1f170b124bae07e704d39551c1b3c66810f3a968e777ec40f4c806bb7
|
|
|
927
927
|
) -> None:
|
|
928
928
|
"""Type checking stubs"""
|
|
929
929
|
pass
|
|
930
|
+
|
|
931
|
+
for cls in [IEnvironmentEC2Ref]:
|
|
932
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -11647,3 +11647,6 @@ def _typecheckingstub__fac51adf50f1e69f50b22b703890060df479a7e66c5118fead502297e
|
|
|
11647
11647
|
) -> None:
|
|
11648
11648
|
"""Type checking stubs"""
|
|
11649
11649
|
pass
|
|
11650
|
+
|
|
11651
|
+
for cls in [ICustomResourceRef, IGuardHookRef, IHookDefaultVersionRef, IHookTypeConfigRef, IHookVersionRef, ILambdaHookRef, IMacroRef, IModuleDefaultVersionRef, IModuleVersionRef, IPublicTypeVersionRef, IPublisherRef, IResourceDefaultVersionRef, IResourceVersionRef, IStackRef, IStackSetRef, ITypeActivationRef, IWaitConditionHandleRef, IWaitConditionRef]:
|
|
11652
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -3265,7 +3265,12 @@ class CachedMethods(
|
|
|
3265
3265
|
@jsii.data_type(
|
|
3266
3266
|
jsii_type="aws-cdk-lib.aws_cloudfront.CfnAnycastIpListProps",
|
|
3267
3267
|
jsii_struct_bases=[],
|
|
3268
|
-
name_mapping={
|
|
3268
|
+
name_mapping={
|
|
3269
|
+
"ip_count": "ipCount",
|
|
3270
|
+
"name": "name",
|
|
3271
|
+
"ip_address_type": "ipAddressType",
|
|
3272
|
+
"tags": "tags",
|
|
3273
|
+
},
|
|
3269
3274
|
)
|
|
3270
3275
|
class CfnAnycastIpListProps:
|
|
3271
3276
|
def __init__(
|
|
@@ -3273,12 +3278,14 @@ class CfnAnycastIpListProps:
|
|
|
3273
3278
|
*,
|
|
3274
3279
|
ip_count: jsii.Number,
|
|
3275
3280
|
name: builtins.str,
|
|
3281
|
+
ip_address_type: typing.Optional[builtins.str] = None,
|
|
3276
3282
|
tags: typing.Optional[typing.Union["CfnAnycastIpList.TagsProperty", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
3277
3283
|
) -> None:
|
|
3278
3284
|
'''Properties for defining a ``CfnAnycastIpList``.
|
|
3279
3285
|
|
|
3280
3286
|
:param ip_count: The number of IP addresses in the Anycast static IP list.
|
|
3281
3287
|
:param name: The name of the Anycast static IP list.
|
|
3288
|
+
:param ip_address_type:
|
|
3282
3289
|
:param tags: A complex type that contains zero or more ``Tag`` elements.
|
|
3283
3290
|
|
|
3284
3291
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-anycastiplist.html
|
|
@@ -3295,6 +3302,7 @@ class CfnAnycastIpListProps:
|
|
|
3295
3302
|
name="name",
|
|
3296
3303
|
|
|
3297
3304
|
# the properties below are optional
|
|
3305
|
+
ip_address_type="ipAddressType",
|
|
3298
3306
|
tags=cloudfront.CfnAnycastIpList.TagsProperty(
|
|
3299
3307
|
items=[CfnTag(
|
|
3300
3308
|
key="key",
|
|
@@ -3309,11 +3317,14 @@ class CfnAnycastIpListProps:
|
|
|
3309
3317
|
type_hints = typing.get_type_hints(_typecheckingstub__0531888e60306e7fdb982a8f30e2606d9c2f13802b9db82d7dcaa3a2728264ee)
|
|
3310
3318
|
check_type(argname="argument ip_count", value=ip_count, expected_type=type_hints["ip_count"])
|
|
3311
3319
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
3320
|
+
check_type(argname="argument ip_address_type", value=ip_address_type, expected_type=type_hints["ip_address_type"])
|
|
3312
3321
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
3313
3322
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
3314
3323
|
"ip_count": ip_count,
|
|
3315
3324
|
"name": name,
|
|
3316
3325
|
}
|
|
3326
|
+
if ip_address_type is not None:
|
|
3327
|
+
self._values["ip_address_type"] = ip_address_type
|
|
3317
3328
|
if tags is not None:
|
|
3318
3329
|
self._values["tags"] = tags
|
|
3319
3330
|
|
|
@@ -3337,6 +3348,14 @@ class CfnAnycastIpListProps:
|
|
|
3337
3348
|
assert result is not None, "Required property 'name' is missing"
|
|
3338
3349
|
return typing.cast(builtins.str, result)
|
|
3339
3350
|
|
|
3351
|
+
@builtins.property
|
|
3352
|
+
def ip_address_type(self) -> typing.Optional[builtins.str]:
|
|
3353
|
+
'''
|
|
3354
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-anycastiplist.html#cfn-cloudfront-anycastiplist-ipaddresstype
|
|
3355
|
+
'''
|
|
3356
|
+
result = self._values.get("ip_address_type")
|
|
3357
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
3358
|
+
|
|
3340
3359
|
@builtins.property
|
|
3341
3360
|
def tags(self) -> typing.Optional["CfnAnycastIpList.TagsProperty"]:
|
|
3342
3361
|
'''A complex type that contains zero or more ``Tag`` elements.
|
|
@@ -13457,6 +13476,7 @@ class SecurityPolicyProtocol(enum.Enum):
|
|
|
13457
13476
|
TLS_V1_2_2018 = "TLS_V1_2_2018"
|
|
13458
13477
|
TLS_V1_2_2019 = "TLS_V1_2_2019"
|
|
13459
13478
|
TLS_V1_2_2021 = "TLS_V1_2_2021"
|
|
13479
|
+
TLS_V1_2_2025 = "TLS_V1_2_2025"
|
|
13460
13480
|
TLS_V1_3_2025 = "TLS_V1_3_2025"
|
|
13461
13481
|
|
|
13462
13482
|
|
|
@@ -14790,6 +14810,7 @@ class CfnAnycastIpList(
|
|
|
14790
14810
|
name="name",
|
|
14791
14811
|
|
|
14792
14812
|
# the properties below are optional
|
|
14813
|
+
ip_address_type="ipAddressType",
|
|
14793
14814
|
tags=cloudfront.CfnAnycastIpList.TagsProperty(
|
|
14794
14815
|
items=[CfnTag(
|
|
14795
14816
|
key="key",
|
|
@@ -14806,6 +14827,7 @@ class CfnAnycastIpList(
|
|
|
14806
14827
|
*,
|
|
14807
14828
|
ip_count: jsii.Number,
|
|
14808
14829
|
name: builtins.str,
|
|
14830
|
+
ip_address_type: typing.Optional[builtins.str] = None,
|
|
14809
14831
|
tags: typing.Optional[typing.Union["CfnAnycastIpList.TagsProperty", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
14810
14832
|
) -> None:
|
|
14811
14833
|
'''
|
|
@@ -14813,13 +14835,16 @@ class CfnAnycastIpList(
|
|
|
14813
14835
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
14814
14836
|
:param ip_count: The number of IP addresses in the Anycast static IP list.
|
|
14815
14837
|
:param name: The name of the Anycast static IP list.
|
|
14838
|
+
:param ip_address_type:
|
|
14816
14839
|
:param tags: A complex type that contains zero or more ``Tag`` elements.
|
|
14817
14840
|
'''
|
|
14818
14841
|
if __debug__:
|
|
14819
14842
|
type_hints = typing.get_type_hints(_typecheckingstub__2b13827b228b7c298a17121364286edab0de8f14fd459f83803e07a1c878948b)
|
|
14820
14843
|
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
14821
14844
|
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
14822
|
-
props = CfnAnycastIpListProps(
|
|
14845
|
+
props = CfnAnycastIpListProps(
|
|
14846
|
+
ip_count=ip_count, name=name, ip_address_type=ip_address_type, tags=tags
|
|
14847
|
+
)
|
|
14823
14848
|
|
|
14824
14849
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
14825
14850
|
|
|
@@ -14925,6 +14950,18 @@ class CfnAnycastIpList(
|
|
|
14925
14950
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14926
14951
|
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
14927
14952
|
|
|
14953
|
+
@builtins.property
|
|
14954
|
+
@jsii.member(jsii_name="ipAddressType")
|
|
14955
|
+
def ip_address_type(self) -> typing.Optional[builtins.str]:
|
|
14956
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "ipAddressType"))
|
|
14957
|
+
|
|
14958
|
+
@ip_address_type.setter
|
|
14959
|
+
def ip_address_type(self, value: typing.Optional[builtins.str]) -> None:
|
|
14960
|
+
if __debug__:
|
|
14961
|
+
type_hints = typing.get_type_hints(_typecheckingstub__bdda08ac166df373a10568e7cb5f553dce85744030b95b9b2c0b38cd83c4b095)
|
|
14962
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14963
|
+
jsii.set(self, "ipAddressType", value) # pyright: ignore[reportArgumentType]
|
|
14964
|
+
|
|
14928
14965
|
@builtins.property
|
|
14929
14966
|
@jsii.member(jsii_name="tags")
|
|
14930
14967
|
def tags(self) -> typing.Optional["CfnAnycastIpList.TagsProperty"]:
|
|
@@ -14949,6 +14986,7 @@ class CfnAnycastIpList(
|
|
|
14949
14986
|
"last_modified_time": "lastModifiedTime",
|
|
14950
14987
|
"name": "name",
|
|
14951
14988
|
"status": "status",
|
|
14989
|
+
"ip_address_type": "ipAddressType",
|
|
14952
14990
|
},
|
|
14953
14991
|
)
|
|
14954
14992
|
class AnycastIpListProperty:
|
|
@@ -14962,6 +15000,7 @@ class CfnAnycastIpList(
|
|
|
14962
15000
|
last_modified_time: builtins.str,
|
|
14963
15001
|
name: builtins.str,
|
|
14964
15002
|
status: builtins.str,
|
|
15003
|
+
ip_address_type: typing.Optional[builtins.str] = None,
|
|
14965
15004
|
) -> None:
|
|
14966
15005
|
'''An Anycast static IP list.
|
|
14967
15006
|
|
|
@@ -14974,6 +15013,7 @@ class CfnAnycastIpList(
|
|
|
14974
15013
|
:param last_modified_time: The last time the Anycast static IP list was modified.
|
|
14975
15014
|
:param name: The name of the Anycast static IP list.
|
|
14976
15015
|
:param status: The status of the Anycast static IP list. Valid values: ``Deployed`` , ``Deploying`` , or ``Failed`` .
|
|
15016
|
+
:param ip_address_type:
|
|
14977
15017
|
|
|
14978
15018
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-anycastiplist-anycastiplist.html
|
|
14979
15019
|
:exampleMetadata: fixture=_generated
|
|
@@ -14991,7 +15031,10 @@ class CfnAnycastIpList(
|
|
|
14991
15031
|
ip_count=123,
|
|
14992
15032
|
last_modified_time="lastModifiedTime",
|
|
14993
15033
|
name="name",
|
|
14994
|
-
status="status"
|
|
15034
|
+
status="status",
|
|
15035
|
+
|
|
15036
|
+
# the properties below are optional
|
|
15037
|
+
ip_address_type="ipAddressType"
|
|
14995
15038
|
)
|
|
14996
15039
|
'''
|
|
14997
15040
|
if __debug__:
|
|
@@ -15003,6 +15046,7 @@ class CfnAnycastIpList(
|
|
|
15003
15046
|
check_type(argname="argument last_modified_time", value=last_modified_time, expected_type=type_hints["last_modified_time"])
|
|
15004
15047
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
15005
15048
|
check_type(argname="argument status", value=status, expected_type=type_hints["status"])
|
|
15049
|
+
check_type(argname="argument ip_address_type", value=ip_address_type, expected_type=type_hints["ip_address_type"])
|
|
15006
15050
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
15007
15051
|
"anycast_ips": anycast_ips,
|
|
15008
15052
|
"arn": arn,
|
|
@@ -15012,6 +15056,8 @@ class CfnAnycastIpList(
|
|
|
15012
15056
|
"name": name,
|
|
15013
15057
|
"status": status,
|
|
15014
15058
|
}
|
|
15059
|
+
if ip_address_type is not None:
|
|
15060
|
+
self._values["ip_address_type"] = ip_address_type
|
|
15015
15061
|
|
|
15016
15062
|
@builtins.property
|
|
15017
15063
|
def anycast_ips(self) -> typing.List[builtins.str]:
|
|
@@ -15085,6 +15131,14 @@ class CfnAnycastIpList(
|
|
|
15085
15131
|
assert result is not None, "Required property 'status' is missing"
|
|
15086
15132
|
return typing.cast(builtins.str, result)
|
|
15087
15133
|
|
|
15134
|
+
@builtins.property
|
|
15135
|
+
def ip_address_type(self) -> typing.Optional[builtins.str]:
|
|
15136
|
+
'''
|
|
15137
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-anycastiplist-anycastiplist.html#cfn-cloudfront-anycastiplist-anycastiplist-ipaddresstype
|
|
15138
|
+
'''
|
|
15139
|
+
result = self._values.get("ip_address_type")
|
|
15140
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
15141
|
+
|
|
15088
15142
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
15089
15143
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
15090
15144
|
|
|
@@ -32141,6 +32195,7 @@ def _typecheckingstub__0531888e60306e7fdb982a8f30e2606d9c2f13802b9db82d7dcaa3a27
|
|
|
32141
32195
|
*,
|
|
32142
32196
|
ip_count: jsii.Number,
|
|
32143
32197
|
name: builtins.str,
|
|
32198
|
+
ip_address_type: typing.Optional[builtins.str] = None,
|
|
32144
32199
|
tags: typing.Optional[typing.Union[CfnAnycastIpList.TagsProperty, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
32145
32200
|
) -> None:
|
|
32146
32201
|
"""Type checking stubs"""
|
|
@@ -33130,6 +33185,7 @@ def _typecheckingstub__2b13827b228b7c298a17121364286edab0de8f14fd459f83803e07a1c
|
|
|
33130
33185
|
*,
|
|
33131
33186
|
ip_count: jsii.Number,
|
|
33132
33187
|
name: builtins.str,
|
|
33188
|
+
ip_address_type: typing.Optional[builtins.str] = None,
|
|
33133
33189
|
tags: typing.Optional[typing.Union[CfnAnycastIpList.TagsProperty, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
33134
33190
|
) -> None:
|
|
33135
33191
|
"""Type checking stubs"""
|
|
@@ -33159,6 +33215,12 @@ def _typecheckingstub__ac37e78a6ea86b3ef0227ef8ab78147385ce1b63a99049def4d84be02
|
|
|
33159
33215
|
"""Type checking stubs"""
|
|
33160
33216
|
pass
|
|
33161
33217
|
|
|
33218
|
+
def _typecheckingstub__bdda08ac166df373a10568e7cb5f553dce85744030b95b9b2c0b38cd83c4b095(
|
|
33219
|
+
value: typing.Optional[builtins.str],
|
|
33220
|
+
) -> None:
|
|
33221
|
+
"""Type checking stubs"""
|
|
33222
|
+
pass
|
|
33223
|
+
|
|
33162
33224
|
def _typecheckingstub__b1d1dfdc7936ba000dfdec659315150c3bf594d4b2b99b2d3b37e510f78d7e57(
|
|
33163
33225
|
value: typing.Optional[CfnAnycastIpList.TagsProperty],
|
|
33164
33226
|
) -> None:
|
|
@@ -33174,6 +33236,7 @@ def _typecheckingstub__52438d74e9c64ccb0851ad4bbbcc3d1dab9c3fa5daeefa73f0df7ada7
|
|
|
33174
33236
|
last_modified_time: builtins.str,
|
|
33175
33237
|
name: builtins.str,
|
|
33176
33238
|
status: builtins.str,
|
|
33239
|
+
ip_address_type: typing.Optional[builtins.str] = None,
|
|
33177
33240
|
) -> None:
|
|
33178
33241
|
"""Type checking stubs"""
|
|
33179
33242
|
pass
|
|
@@ -35048,3 +35111,6 @@ def _typecheckingstub__5989cbf7079014eacde0ab3a45d42fc3fb56a2cf17ecfbacd7bc46da0
|
|
|
35048
35111
|
) -> None:
|
|
35049
35112
|
"""Type checking stubs"""
|
|
35050
35113
|
pass
|
|
35114
|
+
|
|
35115
|
+
for cls in [IAnycastIpListRef, ICachePolicy, ICachePolicyRef, ICloudFrontOriginAccessIdentityRef, IConnectionGroupRef, IContinuousDeploymentPolicyRef, IDistribution, IDistributionRef, IDistributionTenantRef, IFunction, IFunctionRef, IKeyGroup, IKeyGroupRef, IKeyValueStore, IKeyValueStoreRef, IMonitoringSubscriptionRef, IOrigin, IOriginAccessControl, IOriginAccessControlRef, IOriginAccessIdentity, IOriginRequestPolicy, IOriginRequestPolicyRef, IPublicKey, IPublicKeyRef, IRealtimeLogConfig, IRealtimeLogConfigRef, IResponseHeadersPolicy, IResponseHeadersPolicyRef, IStreamingDistributionRef, IVpcOrigin, IVpcOriginRef]:
|
|
35116
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -6556,3 +6556,6 @@ def _typecheckingstub__c36e7d325732c46967fd652ce7b5b56b5b548efaa4c260b4d0918a84e
|
|
|
6556
6556
|
) -> None:
|
|
6557
6557
|
"""Type checking stubs"""
|
|
6558
6558
|
pass
|
|
6559
|
+
|
|
6560
|
+
for cls in [IChannelRef, IDashboardRef, IEventDataStoreRef, IResourcePolicyRef, ITrailRef]:
|
|
6561
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -19472,3 +19472,6 @@ def _typecheckingstub__a7086e47981f437b1862310e2c90e4c5bcd6054dc3450e46e526bc835
|
|
|
19472
19472
|
) -> None:
|
|
19473
19473
|
"""Type checking stubs"""
|
|
19474
19474
|
pass
|
|
19475
|
+
|
|
19476
|
+
for cls in [IAlarm, IAlarmAction, IAlarmRef, IAlarmRule, IAnomalyDetectorRef, ICompositeAlarmRef, IDashboardRef, IInsightRuleRef, IMetric, IMetricStreamRef, IVariable, IWidget]:
|
|
19477
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -2092,3 +2092,6 @@ def _typecheckingstub__ea3cff06cb396a8c85d4d848e533286b31b4698444335eba208a18cfa
|
|
|
2092
2092
|
) -> None:
|
|
2093
2093
|
"""Type checking stubs"""
|
|
2094
2094
|
pass
|
|
2095
|
+
|
|
2096
|
+
for cls in [IDomainRef, IPackageGroupRef, IRepositoryRef]:
|
|
2097
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -22203,3 +22203,6 @@ def _typecheckingstub__46c4f8162c8c90fb4a8d6f2f387d760a9758070e5641bccf8adf015eb
|
|
|
22203
22203
|
) -> None:
|
|
22204
22204
|
"""Type checking stubs"""
|
|
22205
22205
|
pass
|
|
22206
|
+
|
|
22207
|
+
for cls in [IArtifacts, IBindableBuildImage, IBuildImage, IFileSystemLocation, IFleet, IFleetRef, IProject, IProjectRef, IReportGroup, IReportGroupRef, ISource, ISourceCredentialRef]:
|
|
22208
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -4575,3 +4575,6 @@ def _typecheckingstub__ccc0f96fde3de9f745dd3bd29e280e1ca949e70419a8c39fca92cfec1
|
|
|
4575
4575
|
) -> None:
|
|
4576
4576
|
"""Type checking stubs"""
|
|
4577
4577
|
pass
|
|
4578
|
+
|
|
4579
|
+
for cls in [IRepository, IRepositoryRef]:
|
|
4580
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -552,3 +552,6 @@ def _typecheckingstub__cd277a1214d747c2b8b1a0998909d0fe0edc54719c5d7b8ae3621585d
|
|
|
552
552
|
) -> None:
|
|
553
553
|
"""Type checking stubs"""
|
|
554
554
|
pass
|
|
555
|
+
|
|
556
|
+
for cls in [IConnectionRef]:
|
|
557
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -11978,3 +11978,6 @@ def _typecheckingstub__aa5564b995bb046b6d26e38cc462ee09779219878f550d6e7a210ed2d
|
|
|
11978
11978
|
) -> None:
|
|
11979
11979
|
"""Type checking stubs"""
|
|
11980
11980
|
pass
|
|
11981
|
+
|
|
11982
|
+
for cls in [IApplicationRef, IBaseDeploymentConfig, IDeploymentConfigRef, IDeploymentGroupRef, IEcsApplication, IEcsDeploymentConfig, IEcsDeploymentGroup, ILambdaApplication, ILambdaDeploymentConfig, ILambdaDeploymentGroup, IServerApplication, IServerDeploymentConfig, IServerDeploymentGroup]:
|
|
11983
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -1222,3 +1222,6 @@ def _typecheckingstub__897f8a8de60bab360ab0a19378aece0020e93e34fe48060c6e6eca85b
|
|
|
1222
1222
|
) -> None:
|
|
1223
1223
|
"""Type checking stubs"""
|
|
1224
1224
|
pass
|
|
1225
|
+
|
|
1226
|
+
for cls in [IProfilingGroup, IProfilingGroupRef]:
|
|
1227
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -632,3 +632,6 @@ def _typecheckingstub__a8a7019de50716e632f620fdc25a9002b3dd655fc191589f4a7e2eb2a
|
|
|
632
632
|
) -> None:
|
|
633
633
|
"""Type checking stubs"""
|
|
634
634
|
pass
|
|
635
|
+
|
|
636
|
+
for cls in [IRepositoryAssociationRef]:
|
|
637
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -13547,3 +13547,6 @@ def _typecheckingstub__92727a684e79c716bbbda8d093b76a8cb689c53237b1b129e655150ce
|
|
|
13547
13547
|
) -> None:
|
|
13548
13548
|
"""Type checking stubs"""
|
|
13549
13549
|
pass
|
|
13550
|
+
|
|
13551
|
+
for cls in [IAction, ICustomActionTypeRef, IPipeline, IPipelineRef, IStage, IWebhookRef]:
|
|
13552
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -16563,3 +16563,6 @@ def _typecheckingstub__f767a7af4c7a4c7e8b968b8d74d0bedaa20760581e9bc35fda6834632
|
|
|
16563
16563
|
) -> None:
|
|
16564
16564
|
"""Type checking stubs"""
|
|
16565
16565
|
pass
|
|
16566
|
+
|
|
16567
|
+
for cls in [ICustomEventRule, IJenkinsProvider]:
|
|
16568
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_codestar/__init__.py
CHANGED
|
@@ -889,3 +889,6 @@ def _typecheckingstub__7b816900a0d1b0b1705f2e02c945928e972ea08d6638ac1248eba8f98
|
|
|
889
889
|
) -> None:
|
|
890
890
|
"""Type checking stubs"""
|
|
891
891
|
pass
|
|
892
|
+
|
|
893
|
+
for cls in [IGitHubRepositoryRef]:
|
|
894
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -1670,3 +1670,6 @@ def _typecheckingstub__3019909980645630665fb7da740e906ba748d5a370476cef602447186
|
|
|
1670
1670
|
) -> None:
|
|
1671
1671
|
"""Type checking stubs"""
|
|
1672
1672
|
pass
|
|
1673
|
+
|
|
1674
|
+
for cls in [IConnectionRef, IRepositoryLinkRef, ISyncConfigurationRef]:
|
|
1675
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -1737,3 +1737,6 @@ def _typecheckingstub__c5808f80235ebed2f288b2e5e65437084fde23b48cb2a5daa84d6bf15
|
|
|
1737
1737
|
) -> None:
|
|
1738
1738
|
"""Type checking stubs"""
|
|
1739
1739
|
pass
|
|
1740
|
+
|
|
1741
|
+
for cls in [INotificationRule, INotificationRuleRef, INotificationRuleSource, INotificationRuleTarget]:
|
|
1742
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_cognito/__init__.py
CHANGED
|
@@ -28700,3 +28700,6 @@ def _typecheckingstub__b7df3aca94dedaeba54fe7b775b3935c8ba1292a6334855a44eadaaf7
|
|
|
28700
28700
|
) -> None:
|
|
28701
28701
|
"""Type checking stubs"""
|
|
28702
28702
|
pass
|
|
28703
|
+
|
|
28704
|
+
for cls in [ICustomAttribute, IIdentityPoolPrincipalTagRef, IIdentityPoolRef, IIdentityPoolRoleAttachmentRef, ILogDeliveryConfigurationRef, IManagedLoginBrandingRef, IUserPool, IUserPoolClient, IUserPoolClientRef, IUserPoolDomain, IUserPoolDomainRef, IUserPoolGroup, IUserPoolGroupRef, IUserPoolIdentityProvider, IUserPoolIdentityProviderRef, IUserPoolRef, IUserPoolResourceServer, IUserPoolResourceServerRef, IUserPoolRiskConfigurationAttachmentRef, IUserPoolUICustomizationAttachmentRef, IUserPoolUserRef, IUserPoolUserToGroupAttachmentRef]:
|
|
28705
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -2317,3 +2317,6 @@ def _typecheckingstub__96b0f5e74875a97abd1e74170f934c5a7746bf416d00b5b9a3a2b7956
|
|
|
2317
2317
|
) -> None:
|
|
2318
2318
|
"""Type checking stubs"""
|
|
2319
2319
|
pass
|
|
2320
|
+
|
|
2321
|
+
for cls in [IIdentityPool, IUserPoolAuthenticationProvider]:
|
|
2322
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -2906,3 +2906,6 @@ def _typecheckingstub__6f148a8e29a057dfa8bd6a5945aaf37e92f70297900e6a35e12b4f9de
|
|
|
2906
2906
|
) -> None:
|
|
2907
2907
|
"""Type checking stubs"""
|
|
2908
2908
|
pass
|
|
2909
|
+
|
|
2910
|
+
for cls in [IDocumentClassifierRef, IFlywheelRef]:
|
|
2911
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_config/__init__.py
CHANGED
|
@@ -17152,3 +17152,6 @@ def _typecheckingstub__feaff635e0230e65515841ea744975d751e424acf376b8ed530119931
|
|
|
17152
17152
|
) -> None:
|
|
17153
17153
|
"""Type checking stubs"""
|
|
17154
17154
|
pass
|
|
17155
|
+
|
|
17156
|
+
for cls in [IAggregationAuthorizationRef, IConfigRuleRef, IConfigurationAggregatorRef, IConfigurationRecorderRef, IConformancePackRef, IDeliveryChannelRef, IOrganizationConfigRuleRef, IOrganizationConformancePackRef, IRemediationConfigurationRef, IRule, IStoredQueryRef]:
|
|
17157
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|