aws-cdk-lib 2.200.1__tar.gz → 2.201.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- {aws_cdk_lib-2.200.1/src/aws_cdk_lib.egg-info → aws_cdk_lib-2.201.0}/PKG-INFO +2 -2
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/setup.py +4 -3
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/__init__.py +105 -13
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk_lib-2.200.1/src/aws_cdk/_jsii/aws-cdk-lib@2.200.1.jsii.tgz → aws_cdk_lib-2.201.0/src/aws_cdk/_jsii/aws-cdk-lib@2.201.0.jsii.tgz +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_amazonmq/__init__.py +2 -3
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_amplify/__init__.py +3 -3
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_apigateway/__init__.py +21 -17
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_apigatewayv2/__init__.py +87 -45
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_appconfig/__init__.py +38 -1
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_appsync/__init__.py +10 -10
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_athena/__init__.py +226 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_autoscaling/__init__.py +38 -37
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_bedrock/__init__.py +5108 -1571
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_cloudfront/__init__.py +8 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_cloudtrail/__init__.py +178 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_cloudwatch/__init__.py +7 -3
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_codepipeline_actions/__init__.py +746 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_connect/__init__.py +5 -5
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_customerprofiles/__init__.py +377 -8
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_datasync/__init__.py +189 -160
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_datazone/__init__.py +512 -170
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_deadline/__init__.py +32 -4
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_dsql/__init__.py +150 -10
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_ec2/__init__.py +793 -56
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_ecs/__init__.py +94 -11
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_efs/__init__.py +92 -12
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_eks/__init__.py +166 -19
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_elasticloadbalancingv2/__init__.py +2 -2
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_emr/__init__.py +10 -4
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_entityresolution/__init__.py +25 -10
- aws_cdk_lib-2.201.0/src/aws_cdk/aws_evs/__init__.py +2204 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_fsx/__init__.py +7 -7
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_lambda/__init__.py +409 -32
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_lightsail/__init__.py +17 -13
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_logs/__init__.py +1 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_networkfirewall/__init__.py +562 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_opensearchservice/__init__.py +3 -3
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_opsworkscm/__init__.py +9 -43
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_rds/__init__.py +284 -87
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_s3/__init__.py +23 -15
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_sagemaker/__init__.py +223 -3
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_securityhub/__init__.py +18 -34
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_ssm/__init__.py +83 -1
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_stepfunctions/__init__.py +235 -45
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_synthetics/__init__.py +74 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_transfer/__init__.py +3 -3
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_verifiedpermissions/__init__.py +17 -6
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_wafv2/__init__.py +39 -2
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0/src/aws_cdk_lib.egg-info}/PKG-INFO +2 -2
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk_lib.egg-info/SOURCES.txt +2 -1
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk_lib.egg-info/requires.txt +1 -1
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/LICENSE +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/MANIFEST.in +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/NOTICE +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/README.md +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/pyproject.toml +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/setup.cfg +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/alexa_ask/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/assertions/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_accessanalyzer/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_acmpca/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_amplifyuibuilder/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_apigatewayv2_authorizers/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_apigatewayv2_integrations/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_appflow/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_appintegrations/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_applicationautoscaling/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_applicationinsights/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_applicationsignals/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_appmesh/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_apprunner/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_appstream/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_apptest/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_aps/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_arczonalshift/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_auditmanager/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_autoscaling_common/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_autoscaling_hooktargets/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_autoscalingplans/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_b2bi/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_backup/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_backupgateway/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_batch/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_bcmdataexports/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_billingconductor/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_budgets/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_cassandra/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_ce/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_certificatemanager/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_chatbot/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_cleanrooms/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_cleanroomsml/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_cloud9/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_cloudformation/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_cloudfront/experimental/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_cloudfront_origins/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_cloudwatch_actions/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_codeartifact/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_codebuild/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_codecommit/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_codeconnections/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_codedeploy/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_codeguruprofiler/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_codegurureviewer/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_codepipeline/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_codestar/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_codestarconnections/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_codestarnotifications/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_cognito/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_cognito_identitypool/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_comprehend/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_config/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_connectcampaigns/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_connectcampaignsv2/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_controltower/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_cur/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_databrew/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_datapipeline/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_dax/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_detective/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_devicefarm/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_devopsguru/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_directoryservice/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_dlm/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_dms/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_docdb/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_docdbelastic/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_dynamodb/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_ecr/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_ecr_assets/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_ecs_patterns/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_elasticache/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_elasticbeanstalk/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_elasticloadbalancing/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_elasticloadbalancingv2_actions/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_elasticsearch/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_emrcontainers/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_emrserverless/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_events/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_events_targets/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_eventschemas/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_evidently/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_finspace/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_fis/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_fms/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_forecast/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_frauddetector/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_gamelift/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_gameliftstreams/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_globalaccelerator/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_globalaccelerator_endpoints/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_glue/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_grafana/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_greengrass/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_greengrassv2/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_groundstation/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_guardduty/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_healthimaging/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_healthlake/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_iam/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_identitystore/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_imagebuilder/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_inspector/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_inspectorv2/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_internetmonitor/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_invoicing/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_iot/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_iotanalytics/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_iotcoredeviceadvisor/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_iotevents/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_iotfleethub/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_iotfleetwise/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_iotsitewise/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_iotthingsgraph/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_iottwinmaker/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_iotwireless/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_ivs/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_ivschat/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_kafkaconnect/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_kendra/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_kendraranking/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_kinesis/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_kinesisanalytics/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_kinesisanalyticsv2/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_kinesisfirehose/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_kinesisvideo/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_kms/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_lakeformation/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_lambda_destinations/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_lambda_event_sources/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_lambda_nodejs/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_launchwizard/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_lex/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_licensemanager/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_location/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_logs_destinations/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_lookoutequipment/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_lookoutmetrics/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_lookoutvision/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_m2/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_macie/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_managedblockchain/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_mediaconnect/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_mediaconvert/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_medialive/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_mediapackage/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_mediapackagev2/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_mediastore/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_mediatailor/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_memorydb/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_msk/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_mwaa/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_neptune/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_neptunegraph/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_networkmanager/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_nimblestudio/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_notifications/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_notificationscontacts/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_oam/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_omics/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_opensearchserverless/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_opsworks/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_organizations/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_osis/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_panorama/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_paymentcryptography/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_pcaconnectorad/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_pcaconnectorscep/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_pcs/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_personalize/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_pinpoint/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_pinpointemail/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_pipes/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_proton/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_qbusiness/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_qldb/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_quicksight/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_ram/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_rbin/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_redshift/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_redshiftserverless/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_refactorspaces/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_rekognition/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_resiliencehub/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_resourceexplorer2/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_resourcegroups/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_robomaker/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_rolesanywhere/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_route53/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_route53_patterns/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_route53_targets/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_route53profiles/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_route53recoverycontrol/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_route53recoveryreadiness/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_route53resolver/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_rum/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_s3_assets/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_s3_deployment/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_s3_notifications/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_s3express/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_s3objectlambda/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_s3outposts/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_s3tables/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_sam/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_scheduler/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_scheduler_targets/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_sdb/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_secretsmanager/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_securitylake/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_servicecatalog/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_servicecatalogappregistry/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_servicediscovery/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_ses/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_ses_actions/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_shield/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_signer/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_simspaceweaver/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_sns/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_sns_subscriptions/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_sqs/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_ssmcontacts/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_ssmguiconnect/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_ssmincidents/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_ssmquicksetup/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_sso/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_stepfunctions_tasks/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_supportapp/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_systemsmanagersap/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_timestream/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_voiceid/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_vpclattice/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_waf/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_wafregional/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_wisdom/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_workspaces/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_workspacesthinclient/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_workspacesweb/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/aws_xray/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/cloud_assembly_schema/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/cloudformation_include/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/custom_resources/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/cx_api/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/lambda_layer_awscli/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/lambda_layer_node_proxy_agent/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/pipelines/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/py.typed +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/region_info/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk/triggers/__init__.py +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk_lib.egg-info/dependency_links.txt +0 -0
- {aws_cdk_lib-2.200.1 → aws_cdk_lib-2.201.0}/src/aws_cdk_lib.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-cdk-lib
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.201.0
|
|
4
4
|
Summary: Version 2 of the AWS Cloud Development Kit library
|
|
5
5
|
Home-page: https://github.com/aws/aws-cdk
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -22,7 +22,7 @@ License-File: LICENSE
|
|
|
22
22
|
License-File: NOTICE
|
|
23
23
|
Requires-Dist: aws-cdk.asset-awscli-v1==2.2.237
|
|
24
24
|
Requires-Dist: aws-cdk.asset-node-proxy-agent-v6<3.0.0,>=2.1.0
|
|
25
|
-
Requires-Dist: aws-cdk.cloud-assembly-schema<45.0.0,>=44.
|
|
25
|
+
Requires-Dist: aws-cdk.cloud-assembly-schema<45.0.0,>=44.2.0
|
|
26
26
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
27
27
|
Requires-Dist: jsii<2.0.0,>=1.112.0
|
|
28
28
|
Requires-Dist: publication>=0.0.3
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "aws-cdk-lib",
|
|
8
|
-
"version": "2.
|
|
8
|
+
"version": "2.201.0",
|
|
9
9
|
"description": "Version 2 of the AWS Cloud Development Kit library",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"url": "https://github.com/aws/aws-cdk",
|
|
@@ -135,6 +135,7 @@ kwargs = json.loads(
|
|
|
135
135
|
"aws_cdk.aws_events_targets",
|
|
136
136
|
"aws_cdk.aws_eventschemas",
|
|
137
137
|
"aws_cdk.aws_evidently",
|
|
138
|
+
"aws_cdk.aws_evs",
|
|
138
139
|
"aws_cdk.aws_finspace",
|
|
139
140
|
"aws_cdk.aws_fis",
|
|
140
141
|
"aws_cdk.aws_fms",
|
|
@@ -320,7 +321,7 @@ kwargs = json.loads(
|
|
|
320
321
|
],
|
|
321
322
|
"package_data": {
|
|
322
323
|
"aws_cdk._jsii": [
|
|
323
|
-
"aws-cdk-lib@2.
|
|
324
|
+
"aws-cdk-lib@2.201.0.jsii.tgz"
|
|
324
325
|
],
|
|
325
326
|
"aws_cdk": [
|
|
326
327
|
"py.typed"
|
|
@@ -330,7 +331,7 @@ kwargs = json.loads(
|
|
|
330
331
|
"install_requires": [
|
|
331
332
|
"aws-cdk.asset-awscli-v1==2.2.237",
|
|
332
333
|
"aws-cdk.asset-node-proxy-agent-v6>=2.1.0, <3.0.0",
|
|
333
|
-
"aws-cdk.cloud-assembly-schema>=44.
|
|
334
|
+
"aws-cdk.cloud-assembly-schema>=44.2.0, <45.0.0",
|
|
334
335
|
"constructs>=10.0.0, <11.0.0",
|
|
335
336
|
"jsii>=1.112.0, <2.0.0",
|
|
336
337
|
"publication>=0.0.3",
|
|
@@ -10715,12 +10715,14 @@ class ContextProvider(metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.ContextPro
|
|
|
10715
10715
|
scope: _constructs_77d1e7e8.Construct,
|
|
10716
10716
|
*,
|
|
10717
10717
|
provider: builtins.str,
|
|
10718
|
+
additional_cache_key: typing.Optional[builtins.str] = None,
|
|
10718
10719
|
include_environment: typing.Optional[builtins.bool] = None,
|
|
10719
10720
|
props: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
|
|
10720
10721
|
) -> "GetContextKeyResult":
|
|
10721
10722
|
'''
|
|
10722
10723
|
:param scope: -
|
|
10723
10724
|
:param provider: The context provider to query.
|
|
10725
|
+
:param additional_cache_key: Adds an additional discriminator to the ``cdk.context.json`` cache key. Default: - no additional cache key
|
|
10724
10726
|
:param include_environment: Whether to include the stack's account and region automatically. Default: true
|
|
10725
10727
|
:param props: Provider-specific properties.
|
|
10726
10728
|
|
|
@@ -10730,7 +10732,10 @@ class ContextProvider(metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.ContextPro
|
|
|
10730
10732
|
type_hints = typing.get_type_hints(_typecheckingstub__43574b9eb91c9a4b6203c6c4dae8ace9123c2746c25560e39a6b8a8db6ca67ff)
|
|
10731
10733
|
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
10732
10734
|
options = GetContextKeyOptions(
|
|
10733
|
-
provider=provider,
|
|
10735
|
+
provider=provider,
|
|
10736
|
+
additional_cache_key=additional_cache_key,
|
|
10737
|
+
include_environment=include_environment,
|
|
10738
|
+
props=props,
|
|
10734
10739
|
)
|
|
10735
10740
|
|
|
10736
10741
|
return typing.cast("GetContextKeyResult", jsii.sinvoke(cls, "getKey", [scope, options]))
|
|
@@ -10745,6 +10750,7 @@ class ContextProvider(metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.ContextPro
|
|
|
10745
10750
|
ignore_error_on_missing_context: typing.Optional[builtins.bool] = None,
|
|
10746
10751
|
must_exist: typing.Optional[builtins.bool] = None,
|
|
10747
10752
|
provider: builtins.str,
|
|
10753
|
+
additional_cache_key: typing.Optional[builtins.str] = None,
|
|
10748
10754
|
include_environment: typing.Optional[builtins.bool] = None,
|
|
10749
10755
|
props: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
|
|
10750
10756
|
) -> "GetContextValueResult":
|
|
@@ -10754,6 +10760,7 @@ class ContextProvider(metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.ContextPro
|
|
|
10754
10760
|
:param ignore_error_on_missing_context: (deprecated) Ignore a lookup failure and return the ``dummyValue`` instead. ``mustExist`` is the recommended alias for this deprecated property (note that its value is reversed). Default: false
|
|
10755
10761
|
:param must_exist: Whether the resource must exist. If this is set (the default), the query fails if the value or resource we tried to look up doesn't exist. If this is ``false`` and the value we tried to look up could not be found, the failure is suppressed and ``dummyValue`` is officially returned instead. When this happens, ``dummyValue`` is encoded into cached context and it will never be refreshed anymore until the user runs ``cdk context --reset <key>``. Note that it is not possible for the CDK app code to make a distinction between "the lookup has not been performed yet" and "the lookup didn't find anything and we returned a default value instead". Context providers This feature must explicitly be supported by context providers. It is currently supported by: - KMS key provider - SSM parameter provider Note to implementors The dummy value should not be returned for all SDK lookup failures. For example, "no network" or "no credentials" or "malformed query" should not lead to the dummy value being returned. Only the case of "no such resource" should. Default: true
|
|
10756
10762
|
:param provider: The context provider to query.
|
|
10763
|
+
:param additional_cache_key: Adds an additional discriminator to the ``cdk.context.json`` cache key. Default: - no additional cache key
|
|
10757
10764
|
:param include_environment: Whether to include the stack's account and region automatically. Default: true
|
|
10758
10765
|
:param props: Provider-specific properties.
|
|
10759
10766
|
'''
|
|
@@ -10765,6 +10772,7 @@ class ContextProvider(metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.ContextPro
|
|
|
10765
10772
|
ignore_error_on_missing_context=ignore_error_on_missing_context,
|
|
10766
10773
|
must_exist=must_exist,
|
|
10767
10774
|
provider=provider,
|
|
10775
|
+
additional_cache_key=additional_cache_key,
|
|
10768
10776
|
include_environment=include_environment,
|
|
10769
10777
|
props=props,
|
|
10770
10778
|
)
|
|
@@ -13667,6 +13675,21 @@ class Errors(metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.Errors"):
|
|
|
13667
13675
|
check_type(argname="argument x", value=x, expected_type=type_hints["x"])
|
|
13668
13676
|
return typing.cast(builtins.bool, jsii.sinvoke(cls, "isAssertionError", [x]))
|
|
13669
13677
|
|
|
13678
|
+
@jsii.member(jsii_name="isAssumptionError")
|
|
13679
|
+
@builtins.classmethod
|
|
13680
|
+
def is_assumption_error(cls, x: typing.Any) -> builtins.bool:
|
|
13681
|
+
'''Test whether the given error is an AssumptionError.
|
|
13682
|
+
|
|
13683
|
+
An AssumptionError is thrown when a construct made an assumption somewhere that doesn't hold true.
|
|
13684
|
+
This error always indicates a bug in the construct.
|
|
13685
|
+
|
|
13686
|
+
:param x: -
|
|
13687
|
+
'''
|
|
13688
|
+
if __debug__:
|
|
13689
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1c1f003fc36fb573df38915f709b99bb9c1a74aac84c52ba7fe12c54cf2cae8d)
|
|
13690
|
+
check_type(argname="argument x", value=x, expected_type=type_hints["x"])
|
|
13691
|
+
return typing.cast(builtins.bool, jsii.sinvoke(cls, "isAssumptionError", [x]))
|
|
13692
|
+
|
|
13670
13693
|
@jsii.member(jsii_name="isCloudAssemblyError")
|
|
13671
13694
|
@builtins.classmethod
|
|
13672
13695
|
def is_cloud_assembly_error(cls, x: typing.Any) -> builtins.bool:
|
|
@@ -13696,6 +13719,20 @@ class Errors(metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.Errors"):
|
|
|
13696
13719
|
check_type(argname="argument x", value=x, expected_type=type_hints["x"])
|
|
13697
13720
|
return typing.cast(builtins.bool, jsii.sinvoke(cls, "isConstructError", [x]))
|
|
13698
13721
|
|
|
13722
|
+
@jsii.member(jsii_name="isExecutionError")
|
|
13723
|
+
@builtins.classmethod
|
|
13724
|
+
def is_execution_error(cls, x: typing.Any) -> builtins.bool:
|
|
13725
|
+
'''Test whether the given error is an ExecutionError.
|
|
13726
|
+
|
|
13727
|
+
An ExecutionError is thrown if an externally executed script or code failed.
|
|
13728
|
+
|
|
13729
|
+
:param x: -
|
|
13730
|
+
'''
|
|
13731
|
+
if __debug__:
|
|
13732
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f2bf053437a17fa72244a5b0342af56acbb0f4ad4bc7fc877ac3974df0b811d3)
|
|
13733
|
+
check_type(argname="argument x", value=x, expected_type=type_hints["x"])
|
|
13734
|
+
return typing.cast(builtins.bool, jsii.sinvoke(cls, "isExecutionError", [x]))
|
|
13735
|
+
|
|
13699
13736
|
@jsii.member(jsii_name="isValidationError")
|
|
13700
13737
|
@builtins.classmethod
|
|
13701
13738
|
def is_validation_error(cls, x: typing.Any) -> builtins.bool:
|
|
@@ -15279,6 +15316,7 @@ class Fn(metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.Fn"):
|
|
|
15279
15316
|
jsii_struct_bases=[],
|
|
15280
15317
|
name_mapping={
|
|
15281
15318
|
"provider": "provider",
|
|
15319
|
+
"additional_cache_key": "additionalCacheKey",
|
|
15282
15320
|
"include_environment": "includeEnvironment",
|
|
15283
15321
|
"props": "props",
|
|
15284
15322
|
},
|
|
@@ -15288,11 +15326,13 @@ class GetContextKeyOptions:
|
|
|
15288
15326
|
self,
|
|
15289
15327
|
*,
|
|
15290
15328
|
provider: builtins.str,
|
|
15329
|
+
additional_cache_key: typing.Optional[builtins.str] = None,
|
|
15291
15330
|
include_environment: typing.Optional[builtins.bool] = None,
|
|
15292
15331
|
props: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
|
|
15293
15332
|
) -> None:
|
|
15294
15333
|
'''
|
|
15295
15334
|
:param provider: The context provider to query.
|
|
15335
|
+
:param additional_cache_key: Adds an additional discriminator to the ``cdk.context.json`` cache key. Default: - no additional cache key
|
|
15296
15336
|
:param include_environment: Whether to include the stack's account and region automatically. Default: true
|
|
15297
15337
|
:param props: Provider-specific properties.
|
|
15298
15338
|
|
|
@@ -15310,6 +15350,7 @@ class GetContextKeyOptions:
|
|
|
15310
15350
|
provider="provider",
|
|
15311
15351
|
|
|
15312
15352
|
# the properties below are optional
|
|
15353
|
+
additional_cache_key="additionalCacheKey",
|
|
15313
15354
|
include_environment=False,
|
|
15314
15355
|
props={
|
|
15315
15356
|
"props_key": props
|
|
@@ -15319,11 +15360,14 @@ class GetContextKeyOptions:
|
|
|
15319
15360
|
if __debug__:
|
|
15320
15361
|
type_hints = typing.get_type_hints(_typecheckingstub__4a3bc64bd38ef14ad5ebdf5807563d2355b26f4f0c446c315782c9818b76192a)
|
|
15321
15362
|
check_type(argname="argument provider", value=provider, expected_type=type_hints["provider"])
|
|
15363
|
+
check_type(argname="argument additional_cache_key", value=additional_cache_key, expected_type=type_hints["additional_cache_key"])
|
|
15322
15364
|
check_type(argname="argument include_environment", value=include_environment, expected_type=type_hints["include_environment"])
|
|
15323
15365
|
check_type(argname="argument props", value=props, expected_type=type_hints["props"])
|
|
15324
15366
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
15325
15367
|
"provider": provider,
|
|
15326
15368
|
}
|
|
15369
|
+
if additional_cache_key is not None:
|
|
15370
|
+
self._values["additional_cache_key"] = additional_cache_key
|
|
15327
15371
|
if include_environment is not None:
|
|
15328
15372
|
self._values["include_environment"] = include_environment
|
|
15329
15373
|
if props is not None:
|
|
@@ -15336,6 +15380,15 @@ class GetContextKeyOptions:
|
|
|
15336
15380
|
assert result is not None, "Required property 'provider' is missing"
|
|
15337
15381
|
return typing.cast(builtins.str, result)
|
|
15338
15382
|
|
|
15383
|
+
@builtins.property
|
|
15384
|
+
def additional_cache_key(self) -> typing.Optional[builtins.str]:
|
|
15385
|
+
'''Adds an additional discriminator to the ``cdk.context.json`` cache key.
|
|
15386
|
+
|
|
15387
|
+
:default: - no additional cache key
|
|
15388
|
+
'''
|
|
15389
|
+
result = self._values.get("additional_cache_key")
|
|
15390
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
15391
|
+
|
|
15339
15392
|
@builtins.property
|
|
15340
15393
|
def include_environment(self) -> typing.Optional[builtins.bool]:
|
|
15341
15394
|
'''Whether to include the stack's account and region automatically.
|
|
@@ -15434,6 +15487,7 @@ class GetContextKeyResult:
|
|
|
15434
15487
|
jsii_struct_bases=[GetContextKeyOptions],
|
|
15435
15488
|
name_mapping={
|
|
15436
15489
|
"provider": "provider",
|
|
15490
|
+
"additional_cache_key": "additionalCacheKey",
|
|
15437
15491
|
"include_environment": "includeEnvironment",
|
|
15438
15492
|
"props": "props",
|
|
15439
15493
|
"dummy_value": "dummyValue",
|
|
@@ -15446,6 +15500,7 @@ class GetContextValueOptions(GetContextKeyOptions):
|
|
|
15446
15500
|
self,
|
|
15447
15501
|
*,
|
|
15448
15502
|
provider: builtins.str,
|
|
15503
|
+
additional_cache_key: typing.Optional[builtins.str] = None,
|
|
15449
15504
|
include_environment: typing.Optional[builtins.bool] = None,
|
|
15450
15505
|
props: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
|
|
15451
15506
|
dummy_value: typing.Any,
|
|
@@ -15454,6 +15509,7 @@ class GetContextValueOptions(GetContextKeyOptions):
|
|
|
15454
15509
|
) -> None:
|
|
15455
15510
|
'''
|
|
15456
15511
|
:param provider: The context provider to query.
|
|
15512
|
+
:param additional_cache_key: Adds an additional discriminator to the ``cdk.context.json`` cache key. Default: - no additional cache key
|
|
15457
15513
|
:param include_environment: Whether to include the stack's account and region automatically. Default: true
|
|
15458
15514
|
:param props: Provider-specific properties.
|
|
15459
15515
|
:param dummy_value: The value to return if the lookup has not yet been performed. Upon first synthesis, the lookups has not yet been performed. The ``getValue()`` operation returns this value instead, so that synthesis can proceed. After synthesis completes the first time, the actual lookup will be performed and synthesis will run again with the *real* value. Dummy values should preferably have valid shapes so that downstream consumers of lookup values don't throw validation exceptions if they encounter a dummy value (or all possible downstream consumers need to effectively check for the well-known shape of the dummy value); throwing an exception would error out the synthesis operation and prevent the lookup and the second, real, synthesis from happening. Connection to mustExist ``dummyValue`` is also used as the official value to return if the lookup has failed and ``mustExist == false``.
|
|
@@ -15476,6 +15532,7 @@ class GetContextValueOptions(GetContextKeyOptions):
|
|
|
15476
15532
|
provider="provider",
|
|
15477
15533
|
|
|
15478
15534
|
# the properties below are optional
|
|
15535
|
+
additional_cache_key="additionalCacheKey",
|
|
15479
15536
|
ignore_error_on_missing_context=False,
|
|
15480
15537
|
include_environment=False,
|
|
15481
15538
|
must_exist=False,
|
|
@@ -15487,6 +15544,7 @@ class GetContextValueOptions(GetContextKeyOptions):
|
|
|
15487
15544
|
if __debug__:
|
|
15488
15545
|
type_hints = typing.get_type_hints(_typecheckingstub__16ea3024419c210903405ca05f7de1bb3fad517c101a7a84926fb5e09ac784ec)
|
|
15489
15546
|
check_type(argname="argument provider", value=provider, expected_type=type_hints["provider"])
|
|
15547
|
+
check_type(argname="argument additional_cache_key", value=additional_cache_key, expected_type=type_hints["additional_cache_key"])
|
|
15490
15548
|
check_type(argname="argument include_environment", value=include_environment, expected_type=type_hints["include_environment"])
|
|
15491
15549
|
check_type(argname="argument props", value=props, expected_type=type_hints["props"])
|
|
15492
15550
|
check_type(argname="argument dummy_value", value=dummy_value, expected_type=type_hints["dummy_value"])
|
|
@@ -15496,6 +15554,8 @@ class GetContextValueOptions(GetContextKeyOptions):
|
|
|
15496
15554
|
"provider": provider,
|
|
15497
15555
|
"dummy_value": dummy_value,
|
|
15498
15556
|
}
|
|
15557
|
+
if additional_cache_key is not None:
|
|
15558
|
+
self._values["additional_cache_key"] = additional_cache_key
|
|
15499
15559
|
if include_environment is not None:
|
|
15500
15560
|
self._values["include_environment"] = include_environment
|
|
15501
15561
|
if props is not None:
|
|
@@ -15512,6 +15572,15 @@ class GetContextValueOptions(GetContextKeyOptions):
|
|
|
15512
15572
|
assert result is not None, "Required property 'provider' is missing"
|
|
15513
15573
|
return typing.cast(builtins.str, result)
|
|
15514
15574
|
|
|
15575
|
+
@builtins.property
|
|
15576
|
+
def additional_cache_key(self) -> typing.Optional[builtins.str]:
|
|
15577
|
+
'''Adds an additional discriminator to the ``cdk.context.json`` cache key.
|
|
15578
|
+
|
|
15579
|
+
:default: - no additional cache key
|
|
15580
|
+
'''
|
|
15581
|
+
result = self._values.get("additional_cache_key")
|
|
15582
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
15583
|
+
|
|
15515
15584
|
@builtins.property
|
|
15516
15585
|
def include_environment(self) -> typing.Optional[builtins.bool]:
|
|
15517
15586
|
'''Whether to include the stack's account and region automatically.
|
|
@@ -19900,20 +19969,25 @@ class RemovalPolicy(enum.Enum):
|
|
|
19900
19969
|
|
|
19901
19970
|
Example::
|
|
19902
19971
|
|
|
19903
|
-
|
|
19972
|
+
import aws_cdk as cdk
|
|
19904
19973
|
|
|
19905
|
-
|
|
19906
|
-
|
|
19907
|
-
|
|
19908
|
-
|
|
19909
|
-
|
|
19910
|
-
|
|
19911
|
-
|
|
19912
|
-
|
|
19913
|
-
|
|
19914
|
-
|
|
19915
|
-
|
|
19974
|
+
|
|
19975
|
+
app = cdk.App()
|
|
19976
|
+
stack = cdk.Stack(app, "Stack", env=cdk.Environment(region="us-west-2"))
|
|
19977
|
+
|
|
19978
|
+
global_table = dynamodb.TableV2(stack, "GlobalTable",
|
|
19979
|
+
partition_key=dynamodb.Attribute(name="pk", type=dynamodb.AttributeType.STRING),
|
|
19980
|
+
removal_policy=cdk.RemovalPolicy.DESTROY,
|
|
19981
|
+
deletion_protection=True,
|
|
19982
|
+
# only the replica in us-east-1 will be deleted during stack deletion
|
|
19983
|
+
replicas=[dynamodb.ReplicaTableProps(
|
|
19984
|
+
region="us-east-1",
|
|
19985
|
+
deletion_protection=False
|
|
19986
|
+
), dynamodb.ReplicaTableProps(
|
|
19987
|
+
region="us-east-2",
|
|
19988
|
+
deletion_protection=True
|
|
19916
19989
|
)
|
|
19990
|
+
]
|
|
19917
19991
|
)
|
|
19918
19992
|
'''
|
|
19919
19993
|
|
|
@@ -37720,6 +37794,7 @@ __all__ = [
|
|
|
37720
37794
|
"aws_events_targets",
|
|
37721
37795
|
"aws_eventschemas",
|
|
37722
37796
|
"aws_evidently",
|
|
37797
|
+
"aws_evs",
|
|
37723
37798
|
"aws_finspace",
|
|
37724
37799
|
"aws_fis",
|
|
37725
37800
|
"aws_fms",
|
|
@@ -38018,6 +38093,7 @@ from . import aws_events
|
|
|
38018
38093
|
from . import aws_events_targets
|
|
38019
38094
|
from . import aws_eventschemas
|
|
38020
38095
|
from . import aws_evidently
|
|
38096
|
+
from . import aws_evs
|
|
38021
38097
|
from . import aws_finspace
|
|
38022
38098
|
from . import aws_fis
|
|
38023
38099
|
from . import aws_fms
|
|
@@ -39240,6 +39316,7 @@ def _typecheckingstub__43574b9eb91c9a4b6203c6c4dae8ace9123c2746c25560e39a6b8a8db
|
|
|
39240
39316
|
scope: _constructs_77d1e7e8.Construct,
|
|
39241
39317
|
*,
|
|
39242
39318
|
provider: builtins.str,
|
|
39319
|
+
additional_cache_key: typing.Optional[builtins.str] = None,
|
|
39243
39320
|
include_environment: typing.Optional[builtins.bool] = None,
|
|
39244
39321
|
props: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
|
|
39245
39322
|
) -> None:
|
|
@@ -39253,6 +39330,7 @@ def _typecheckingstub__cbcd83febe5237c988f26712b8a838ca5d2e34ea47490d008757c21a6
|
|
|
39253
39330
|
ignore_error_on_missing_context: typing.Optional[builtins.bool] = None,
|
|
39254
39331
|
must_exist: typing.Optional[builtins.bool] = None,
|
|
39255
39332
|
provider: builtins.str,
|
|
39333
|
+
additional_cache_key: typing.Optional[builtins.str] = None,
|
|
39256
39334
|
include_environment: typing.Optional[builtins.bool] = None,
|
|
39257
39335
|
props: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
|
|
39258
39336
|
) -> None:
|
|
@@ -39541,6 +39619,12 @@ def _typecheckingstub__4b06766267738419297aaf93a2368e0c38c274adc14053ce29fd653d6
|
|
|
39541
39619
|
"""Type checking stubs"""
|
|
39542
39620
|
pass
|
|
39543
39621
|
|
|
39622
|
+
def _typecheckingstub__1c1f003fc36fb573df38915f709b99bb9c1a74aac84c52ba7fe12c54cf2cae8d(
|
|
39623
|
+
x: typing.Any,
|
|
39624
|
+
) -> None:
|
|
39625
|
+
"""Type checking stubs"""
|
|
39626
|
+
pass
|
|
39627
|
+
|
|
39544
39628
|
def _typecheckingstub__1cadecf7c75d3f55ff2fcddf8a0d000d9f8e54b48218f1336d97358901d38c0b(
|
|
39545
39629
|
x: typing.Any,
|
|
39546
39630
|
) -> None:
|
|
@@ -39553,6 +39637,12 @@ def _typecheckingstub__0c62bc5a6fe032556ae3c32e105ddaad3f4ca89286fd26884af6347d3
|
|
|
39553
39637
|
"""Type checking stubs"""
|
|
39554
39638
|
pass
|
|
39555
39639
|
|
|
39640
|
+
def _typecheckingstub__f2bf053437a17fa72244a5b0342af56acbb0f4ad4bc7fc877ac3974df0b811d3(
|
|
39641
|
+
x: typing.Any,
|
|
39642
|
+
) -> None:
|
|
39643
|
+
"""Type checking stubs"""
|
|
39644
|
+
pass
|
|
39645
|
+
|
|
39556
39646
|
def _typecheckingstub__c9afe20487c547932befb7a2f6567c38793e8d7df55f47046e1cfb408408d733(
|
|
39557
39647
|
x: typing.Any,
|
|
39558
39648
|
) -> None:
|
|
@@ -39887,6 +39977,7 @@ def _typecheckingstub__1aa84b6f7c7da29afeaf8cce6ea2a4aee978df497c5cb6d4432224b24
|
|
|
39887
39977
|
def _typecheckingstub__4a3bc64bd38ef14ad5ebdf5807563d2355b26f4f0c446c315782c9818b76192a(
|
|
39888
39978
|
*,
|
|
39889
39979
|
provider: builtins.str,
|
|
39980
|
+
additional_cache_key: typing.Optional[builtins.str] = None,
|
|
39890
39981
|
include_environment: typing.Optional[builtins.bool] = None,
|
|
39891
39982
|
props: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
|
|
39892
39983
|
) -> None:
|
|
@@ -39904,6 +39995,7 @@ def _typecheckingstub__8870c87947d551a1842549591423e81e319fe3185c0ae81f67b67b1bf
|
|
|
39904
39995
|
def _typecheckingstub__16ea3024419c210903405ca05f7de1bb3fad517c101a7a84926fb5e09ac784ec(
|
|
39905
39996
|
*,
|
|
39906
39997
|
provider: builtins.str,
|
|
39998
|
+
additional_cache_key: typing.Optional[builtins.str] = None,
|
|
39907
39999
|
include_environment: typing.Optional[builtins.bool] = None,
|
|
39908
40000
|
props: typing.Optional[typing.Mapping[builtins.str, typing.Any]] = None,
|
|
39909
40001
|
dummy_value: typing.Any,
|
|
@@ -34,7 +34,7 @@ import aws_cdk.cloud_assembly_schema._jsii
|
|
|
34
34
|
import constructs._jsii
|
|
35
35
|
|
|
36
36
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
37
|
-
"aws-cdk-lib", "2.
|
|
37
|
+
"aws-cdk-lib", "2.201.0", __name__[0:-6], "aws-cdk-lib@2.201.0.jsii.tgz"
|
|
38
38
|
)
|
|
39
39
|
|
|
40
40
|
__all__ = [
|
|
Binary file
|
|
@@ -1382,7 +1382,7 @@ class CfnBroker(
|
|
|
1382
1382
|
:param username: The username of the broker user. For Amazon MQ for ActiveMQ brokers, this value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). For Amazon MQ for RabbitMQ brokers, this value can contain only alphanumeric characters, dashes, periods, underscores (- . _). This value must not contain a tilde (~) character. Amazon MQ prohibts using guest as a valid usename. This value must be 2-100 characters long. .. epigraph:: Do not add personally identifiable information (PII) or other confidential or sensitive information in broker usernames. Broker usernames are accessible to other AWS services, including CloudWatch Logs . Broker usernames are not intended to be used for private or sensitive data.
|
|
1383
1383
|
:param console_access: Enables access to the ActiveMQ web console for the ActiveMQ user. Does not apply to RabbitMQ brokers.
|
|
1384
1384
|
:param groups: The list of groups (20 maximum) to which the ActiveMQ user belongs. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long. Does not apply to RabbitMQ brokers.
|
|
1385
|
-
:param jolokia_api_access:
|
|
1385
|
+
:param jolokia_api_access:
|
|
1386
1386
|
:param replication_user: Defines if this user is intended for CRDR replication purposes.
|
|
1387
1387
|
|
|
1388
1388
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-user.html
|
|
@@ -1479,8 +1479,7 @@ class CfnBroker(
|
|
|
1479
1479
|
|
|
1480
1480
|
@builtins.property
|
|
1481
1481
|
def jolokia_api_access(self) -> typing.Optional[builtins.str]:
|
|
1482
|
-
'''
|
|
1483
|
-
|
|
1482
|
+
'''
|
|
1484
1483
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-broker-user.html#cfn-amazonmq-broker-user-jolokiaapiaccess
|
|
1485
1484
|
'''
|
|
1486
1485
|
result = self._values.get("jolokia_api_access")
|
|
@@ -909,7 +909,7 @@ class CfnApp(
|
|
|
909
909
|
|
|
910
910
|
For more information about how Amplify applies an optimal cache configuration for your app based on the type of content that is being served, see `Managing cache configuration <https://docs.aws.amazon.com/amplify/latest/userguide/managing-cache-configuration>`_ in the *Amplify User guide* .
|
|
911
911
|
|
|
912
|
-
:param type: The type of cache configuration to use for an Amplify app. The ``AMPLIFY_MANAGED`` cache configuration automatically applies an optimized cache configuration for your app based on its platform, routing rules, and rewrite rules.
|
|
912
|
+
:param type: The type of cache configuration to use for an Amplify app. The ``AMPLIFY_MANAGED`` cache configuration automatically applies an optimized cache configuration for your app based on its platform, routing rules, and rewrite rules. The ``AMPLIFY_MANAGED_NO_COOKIES`` cache configuration type is the same as ``AMPLIFY_MANAGED`` , except that it excludes all cookies from the cache key. This is the default setting.
|
|
913
913
|
|
|
914
914
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-cacheconfig.html
|
|
915
915
|
:exampleMetadata: fixture=_generated
|
|
@@ -935,9 +935,9 @@ class CfnApp(
|
|
|
935
935
|
def type(self) -> typing.Optional[builtins.str]:
|
|
936
936
|
'''The type of cache configuration to use for an Amplify app.
|
|
937
937
|
|
|
938
|
-
The ``AMPLIFY_MANAGED`` cache configuration automatically applies an optimized cache configuration for your app based on its platform, routing rules, and rewrite rules.
|
|
938
|
+
The ``AMPLIFY_MANAGED`` cache configuration automatically applies an optimized cache configuration for your app based on its platform, routing rules, and rewrite rules.
|
|
939
939
|
|
|
940
|
-
The ``AMPLIFY_MANAGED_NO_COOKIES`` cache configuration type is the same as ``AMPLIFY_MANAGED`` , except that it excludes all cookies from the cache key.
|
|
940
|
+
The ``AMPLIFY_MANAGED_NO_COOKIES`` cache configuration type is the same as ``AMPLIFY_MANAGED`` , except that it excludes all cookies from the cache key. This is the default setting.
|
|
941
941
|
|
|
942
942
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-cacheconfig.html#cfn-amplify-app-cacheconfig-type
|
|
943
943
|
'''
|
|
@@ -7800,7 +7800,7 @@ class CfnDomainName(
|
|
|
7800
7800
|
:param mutual_tls_authentication: The mutual TLS authentication configuration for a custom domain name. If specified, API Gateway performs two-way authentication between the client and the server. Clients must present a trusted certificate to access your API.
|
|
7801
7801
|
:param ownership_verification_certificate_arn: The ARN of the public certificate issued by ACM to validate ownership of your custom domain. Only required when configuring mutual TLS and using an ACM imported or private CA certificate ARN as the RegionalCertificateArn.
|
|
7802
7802
|
:param regional_certificate_arn: The reference to an AWS -managed certificate that will be used for validating the regional domain name. AWS Certificate Manager is the only supported source.
|
|
7803
|
-
:param routing_mode: Default: - "BASE_PATH_MAPPING_ONLY"
|
|
7803
|
+
:param routing_mode: The routing mode for this domain name. The routing mode determines how API Gateway sends traffic from your custom domain name to your public APIs. Default: - "BASE_PATH_MAPPING_ONLY"
|
|
7804
7804
|
:param security_policy: The Transport Layer Security (TLS) version + cipher suite for this DomainName. The valid values are ``TLS_1_0`` and ``TLS_1_2`` .
|
|
7805
7805
|
:param tags: The collection of tags. Each tag element is associated with a given resource.
|
|
7806
7806
|
'''
|
|
@@ -7881,8 +7881,6 @@ class CfnDomainName(
|
|
|
7881
7881
|
def attr_domain_name_arn(self) -> builtins.str:
|
|
7882
7882
|
'''The ARN of the domain name.
|
|
7883
7883
|
|
|
7884
|
-
Supported only for private custom domain names.
|
|
7885
|
-
|
|
7886
7884
|
:cloudformationAttribute: DomainNameArn
|
|
7887
7885
|
'''
|
|
7888
7886
|
return typing.cast(builtins.str, jsii.get(self, "attrDomainNameArn"))
|
|
@@ -8012,6 +8010,7 @@ class CfnDomainName(
|
|
|
8012
8010
|
@builtins.property
|
|
8013
8011
|
@jsii.member(jsii_name="routingMode")
|
|
8014
8012
|
def routing_mode(self) -> typing.Optional[builtins.str]:
|
|
8013
|
+
'''The routing mode for this domain name.'''
|
|
8015
8014
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "routingMode"))
|
|
8016
8015
|
|
|
8017
8016
|
@routing_mode.setter
|
|
@@ -8529,7 +8528,7 @@ class CfnDomainNameProps:
|
|
|
8529
8528
|
:param mutual_tls_authentication: The mutual TLS authentication configuration for a custom domain name. If specified, API Gateway performs two-way authentication between the client and the server. Clients must present a trusted certificate to access your API.
|
|
8530
8529
|
:param ownership_verification_certificate_arn: The ARN of the public certificate issued by ACM to validate ownership of your custom domain. Only required when configuring mutual TLS and using an ACM imported or private CA certificate ARN as the RegionalCertificateArn.
|
|
8531
8530
|
:param regional_certificate_arn: The reference to an AWS -managed certificate that will be used for validating the regional domain name. AWS Certificate Manager is the only supported source.
|
|
8532
|
-
:param routing_mode: Default: - "BASE_PATH_MAPPING_ONLY"
|
|
8531
|
+
:param routing_mode: The routing mode for this domain name. The routing mode determines how API Gateway sends traffic from your custom domain name to your public APIs. Default: - "BASE_PATH_MAPPING_ONLY"
|
|
8533
8532
|
:param security_policy: The Transport Layer Security (TLS) version + cipher suite for this DomainName. The valid values are ``TLS_1_0`` and ``TLS_1_2`` .
|
|
8534
8533
|
:param tags: The collection of tags. Each tag element is associated with a given resource.
|
|
8535
8534
|
|
|
@@ -8662,7 +8661,10 @@ class CfnDomainNameProps:
|
|
|
8662
8661
|
|
|
8663
8662
|
@builtins.property
|
|
8664
8663
|
def routing_mode(self) -> typing.Optional[builtins.str]:
|
|
8665
|
-
'''
|
|
8664
|
+
'''The routing mode for this domain name.
|
|
8665
|
+
|
|
8666
|
+
The routing mode determines how API Gateway sends traffic from your custom domain name to your public APIs.
|
|
8667
|
+
|
|
8666
8668
|
:default: - "BASE_PATH_MAPPING_ONLY"
|
|
8667
8669
|
|
|
8668
8670
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html#cfn-apigateway-domainname-routingmode
|
|
@@ -8763,7 +8765,7 @@ class CfnDomainNameV2(
|
|
|
8763
8765
|
:param domain_name: Represents a custom domain name as a user-friendly host name of an API (RestApi).
|
|
8764
8766
|
:param endpoint_configuration: The endpoint configuration to indicate the types of endpoints an API (RestApi) or its custom domain name (DomainName) has and the IP address types that can invoke it.
|
|
8765
8767
|
:param policy: A stringified JSON policy document that applies to the ``execute-api`` service for this DomainName regardless of the caller and Method configuration. You can use ``Fn::ToJsonString`` to enter your ``policy`` . For more information, see `Fn::ToJsonString <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-ToJsonString.html>`_ .
|
|
8766
|
-
:param routing_mode: The
|
|
8768
|
+
:param routing_mode: The routing mode for this domain name. The routing mode determines how API Gateway sends traffic from your custom domain name to your private APIs. Default: - "BASE_PATH_MAPPING_ONLY"
|
|
8767
8769
|
:param security_policy: The Transport Layer Security (TLS) version + cipher suite for this DomainName. Only ``TLS_1_2`` is supported.
|
|
8768
8770
|
:param tags: The collection of tags. Each tag element is associated with a given resource.
|
|
8769
8771
|
'''
|
|
@@ -8902,7 +8904,7 @@ class CfnDomainNameV2(
|
|
|
8902
8904
|
@builtins.property
|
|
8903
8905
|
@jsii.member(jsii_name="routingMode")
|
|
8904
8906
|
def routing_mode(self) -> typing.Optional[builtins.str]:
|
|
8905
|
-
'''The
|
|
8907
|
+
'''The routing mode for this domain name.'''
|
|
8906
8908
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "routingMode"))
|
|
8907
8909
|
|
|
8908
8910
|
@routing_mode.setter
|
|
@@ -9044,7 +9046,7 @@ class CfnDomainNameV2Props:
|
|
|
9044
9046
|
:param domain_name: Represents a custom domain name as a user-friendly host name of an API (RestApi).
|
|
9045
9047
|
:param endpoint_configuration: The endpoint configuration to indicate the types of endpoints an API (RestApi) or its custom domain name (DomainName) has and the IP address types that can invoke it.
|
|
9046
9048
|
:param policy: A stringified JSON policy document that applies to the ``execute-api`` service for this DomainName regardless of the caller and Method configuration. You can use ``Fn::ToJsonString`` to enter your ``policy`` . For more information, see `Fn::ToJsonString <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-ToJsonString.html>`_ .
|
|
9047
|
-
:param routing_mode: The
|
|
9049
|
+
:param routing_mode: The routing mode for this domain name. The routing mode determines how API Gateway sends traffic from your custom domain name to your private APIs. Default: - "BASE_PATH_MAPPING_ONLY"
|
|
9048
9050
|
:param security_policy: The Transport Layer Security (TLS) version + cipher suite for this DomainName. Only ``TLS_1_2`` is supported.
|
|
9049
9051
|
:param tags: The collection of tags. Each tag element is associated with a given resource.
|
|
9050
9052
|
|
|
@@ -9144,9 +9146,9 @@ class CfnDomainNameV2Props:
|
|
|
9144
9146
|
|
|
9145
9147
|
@builtins.property
|
|
9146
9148
|
def routing_mode(self) -> typing.Optional[builtins.str]:
|
|
9147
|
-
'''The
|
|
9149
|
+
'''The routing mode for this domain name.
|
|
9148
9150
|
|
|
9149
|
-
|
|
9151
|
+
The routing mode determines how API Gateway sends traffic from your custom domain name to your private APIs.
|
|
9150
9152
|
|
|
9151
9153
|
:default: - "BASE_PATH_MAPPING_ONLY"
|
|
9152
9154
|
|
|
@@ -9940,7 +9942,7 @@ class CfnMethod(
|
|
|
9940
9942
|
:param passthrough_behavior: Specifies how the method request body of an unmapped content type will be passed through the integration request to the back end without transformation. A content type is unmapped if no mapping template is defined in the integration or the content type does not match any of the mapped content types, as specified in ``requestTemplates`` . The valid value is one of the following: ``WHEN_NO_MATCH`` : passes the method request body through the integration request to the back end without transformation when the method request content type does not match any content type associated with the mapping templates defined in the integration request. ``WHEN_NO_TEMPLATES`` : passes the method request body through the integration request to the back end without transformation when no mapping template is defined in the integration request. If a template is defined when this option is selected, the method request of an unmapped content-type will be rejected with an HTTP 415 Unsupported Media Type response. ``NEVER`` : rejects the method request with an HTTP 415 Unsupported Media Type response when either the method request content type does not match any content type associated with the mapping templates defined in the integration request or no mapping template is defined in the integration request.
|
|
9941
9943
|
:param request_parameters: A key-value map specifying request parameters that are passed from the method request to the back end. The key is an integration request parameter name and the associated value is a method request parameter value or static value that must be enclosed within single quotes and pre-encoded as required by the back end. The method request parameter value must match the pattern of ``method.request.{location}.{name}`` , where ``location`` is ``querystring`` , ``path`` , or ``header`` and ``name`` must be a valid and unique method request parameter name.
|
|
9942
9944
|
:param request_templates: Represents a map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client. The content type value is the key in this map, and the template (as a String) is the value.
|
|
9943
|
-
:param timeout_in_millis: Custom timeout between 50 and 29,000 milliseconds. The default value is 29,000 milliseconds or 29 seconds.
|
|
9945
|
+
:param timeout_in_millis: Custom timeout between 50 and 29,000 milliseconds. The default value is 29,000 milliseconds or 29 seconds. You can increase the default value to longer than 29 seconds for Regional or private APIs only.
|
|
9944
9946
|
:param uri: Specifies Uniform Resource Identifier (URI) of the integration endpoint. For ``HTTP`` or ``HTTP_PROXY`` integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification for standard integrations. If ``connectionType`` is ``VPC_LINK`` specify the Network Load Balancer DNS name. For ``AWS`` or ``AWS_PROXY`` integrations, the URI is of the form ``arn:aws:apigateway:{region}:{subdomain.service|service}:path|action/{service_api}`` . Here, {Region} is the API Gateway region (e.g., us-east-1); {service} is the name of the integrated AWS service (e.g., s3); and {subdomain} is a designated subdomain supported by certain AWS service for fast host-name lookup. action can be used for an AWS service action-based API, using an Action={name}&{p1}={v1}&p2={v2}... query string. The ensuing {service_api} refers to a supported action {name} plus any required input parameters. Alternatively, path can be used for an AWS service path-based API. The ensuing service_api refers to the path to an AWS service resource, including the region of the integrated AWS service, if applicable. For example, for integration with the S3 API of GetObject, the uri can be either ``arn:aws:apigateway:us-west-2:s3:action/GetObject&Bucket={bucket}&Key={key}`` or ``arn:aws:apigateway:us-west-2:s3:path/{bucket}/{key}``
|
|
9945
9947
|
|
|
9946
9948
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-method-integration.html
|
|
@@ -10174,7 +10176,7 @@ class CfnMethod(
|
|
|
10174
10176
|
def timeout_in_millis(self) -> typing.Optional[jsii.Number]:
|
|
10175
10177
|
'''Custom timeout between 50 and 29,000 milliseconds.
|
|
10176
10178
|
|
|
10177
|
-
The default value is 29,000 milliseconds or 29 seconds.
|
|
10179
|
+
The default value is 29,000 milliseconds or 29 seconds. You can increase the default value to longer than 29 seconds for Regional or private APIs only.
|
|
10178
10180
|
|
|
10179
10181
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-method-integration.html#cfn-apigateway-method-integration-timeoutinmillis
|
|
10180
10182
|
'''
|
|
@@ -18487,7 +18489,7 @@ class JsonSchema:
|
|
|
18487
18489
|
def __init__(
|
|
18488
18490
|
self,
|
|
18489
18491
|
*,
|
|
18490
|
-
additional_items: typing.Optional[typing.
|
|
18492
|
+
additional_items: typing.Optional[typing.Union[builtins.bool, typing.Union["JsonSchema", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
18491
18493
|
additional_properties: typing.Optional[typing.Union[builtins.bool, typing.Union["JsonSchema", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
18492
18494
|
all_of: typing.Optional[typing.Sequence[typing.Union["JsonSchema", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
18493
18495
|
any_of: typing.Optional[typing.Sequence[typing.Union["JsonSchema", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -18720,9 +18722,11 @@ class JsonSchema:
|
|
|
18720
18722
|
self._values["unique_items"] = unique_items
|
|
18721
18723
|
|
|
18722
18724
|
@builtins.property
|
|
18723
|
-
def additional_items(
|
|
18725
|
+
def additional_items(
|
|
18726
|
+
self,
|
|
18727
|
+
) -> typing.Optional[typing.Union[builtins.bool, "JsonSchema"]]:
|
|
18724
18728
|
result = self._values.get("additional_items")
|
|
18725
|
-
return typing.cast(typing.Optional[typing.
|
|
18729
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, "JsonSchema"]], result)
|
|
18726
18730
|
|
|
18727
18731
|
@builtins.property
|
|
18728
18732
|
def additional_properties(
|
|
@@ -21512,7 +21516,7 @@ class ModelProps(ModelOptions):
|
|
|
21512
21516
|
model_props = apigateway.ModelProps(
|
|
21513
21517
|
rest_api=rest_api,
|
|
21514
21518
|
schema=apigateway.JsonSchema(
|
|
21515
|
-
additional_items=
|
|
21519
|
+
additional_items=False,
|
|
21516
21520
|
additional_properties=False,
|
|
21517
21521
|
all_of=[json_schema_],
|
|
21518
21522
|
any_of=[json_schema_],
|
|
@@ -35933,7 +35937,7 @@ def _typecheckingstub__f6cb930af96a75dfa56cd51da050efc5f3c79f1759af7579e8e639450
|
|
|
35933
35937
|
|
|
35934
35938
|
def _typecheckingstub__689c3507e908daefb625f42f5bfc2c215e135591704691d515c49669d5c3dbc3(
|
|
35935
35939
|
*,
|
|
35936
|
-
additional_items: typing.Optional[typing.
|
|
35940
|
+
additional_items: typing.Optional[typing.Union[builtins.bool, typing.Union[JsonSchema, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
35937
35941
|
additional_properties: typing.Optional[typing.Union[builtins.bool, typing.Union[JsonSchema, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
35938
35942
|
all_of: typing.Optional[typing.Sequence[typing.Union[JsonSchema, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
35939
35943
|
any_of: typing.Optional[typing.Sequence[typing.Union[JsonSchema, typing.Dict[builtins.str, typing.Any]]]] = None,
|