aws-cdk-lib 2.156.0__tar.gz → 2.158.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.156.0 → aws_cdk_lib-2.158.0}/NOTICE +27 -8
- {aws_cdk_lib-2.156.0/src/aws_cdk_lib.egg-info → aws_cdk_lib-2.158.0}/PKG-INFO +5 -5
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/setup.py +8 -6
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/__init__.py +42 -23
- aws_cdk_lib-2.158.0/src/aws_cdk/_jsii/__init__.py +45 -0
- aws_cdk_lib-2.156.0/src/aws_cdk/_jsii/aws-cdk-lib@2.156.0.jsii.tgz → aws_cdk_lib-2.158.0/src/aws_cdk/_jsii/aws-cdk-lib@2.158.0.jsii.tgz +0 -0
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/alexa_ask/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/assertions/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_accessanalyzer/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_acmpca/__init__.py +26 -76
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_amazonmq/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_amplify/__init__.py +122 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_amplifyuibuilder/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_apigateway/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_apigatewayv2/__init__.py +97 -14
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_apigatewayv2_authorizers/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_apigatewayv2_integrations/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_appconfig/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_appflow/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_appintegrations/__init__.py +30 -15
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_applicationautoscaling/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_applicationinsights/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_applicationsignals/__init__.py +766 -2
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_appmesh/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_apprunner/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_appstream/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_appsync/__init__.py +66 -19
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_apptest/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_aps/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_arczonalshift/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_athena/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_auditmanager/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_autoscaling/__init__.py +22 -7
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_autoscaling_common/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_autoscaling_hooktargets/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_autoscalingplans/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_b2bi/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_backup/__init__.py +55 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_backupgateway/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_batch/__init__.py +57 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_bcmdataexports/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_bedrock/__init__.py +1529 -95
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_billingconductor/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_budgets/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_cassandra/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_ce/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_certificatemanager/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_chatbot/__init__.py +22 -7
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_cleanrooms/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_cleanroomsml/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_cloud9/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_cloudformation/__init__.py +38 -23
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_cloudfront/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_cloudfront/experimental/__init__.py +46 -4
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_cloudfront_origins/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_cloudtrail/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_cloudwatch/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_cloudwatch_actions/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_codeartifact/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_codebuild/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_codecommit/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_codeconnections/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_codedeploy/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_codeguruprofiler/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_codegurureviewer/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_codepipeline/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_codepipeline_actions/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_codestar/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_codestarconnections/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_codestarnotifications/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_cognito/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_comprehend/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_config/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_connect/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_connectcampaigns/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_controltower/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_cur/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_customerprofiles/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_databrew/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_datapipeline/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_datasync/__init__.py +56 -30
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_datazone/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_dax/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_deadline/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_detective/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_devicefarm/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_devopsguru/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_directoryservice/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_dlm/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_dms/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_docdb/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_docdbelastic/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_dynamodb/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_ec2/__init__.py +389 -50
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_ecr/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_ecr_assets/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_ecs/__init__.py +269 -88
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_ecs_patterns/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_efs/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_eks/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_elasticache/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_elasticbeanstalk/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_elasticloadbalancing/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_elasticloadbalancingv2/__init__.py +20 -5
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_elasticloadbalancingv2_actions/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_elasticsearch/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_emr/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_emrcontainers/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_emrserverless/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_entityresolution/__init__.py +133 -5
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_events/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_events_targets/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_eventschemas/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_evidently/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_finspace/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_fis/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_fms/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_forecast/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_frauddetector/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_fsx/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_gamelift/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_globalaccelerator/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_globalaccelerator_endpoints/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_glue/__init__.py +16 -9
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_grafana/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_greengrass/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_greengrassv2/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_groundstation/__init__.py +43 -17
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_guardduty/__init__.py +42 -15
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_healthimaging/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_healthlake/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_iam/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_identitystore/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_imagebuilder/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_inspector/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_inspectorv2/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_internetmonitor/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_iot/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_iot1click/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_iotanalytics/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_iotcoredeviceadvisor/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_iotevents/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_iotfleethub/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_iotfleetwise/__init__.py +124 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_iotsitewise/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_iotthingsgraph/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_iottwinmaker/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_iotwireless/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_ivs/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_ivschat/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_kafkaconnect/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_kendra/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_kendraranking/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_kinesis/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_kinesisanalytics/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_kinesisanalyticsv2/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_kinesisfirehose/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_kinesisvideo/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_kms/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_lakeformation/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_lambda/__init__.py +163 -18
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_lambda_destinations/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_lambda_event_sources/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_lambda_nodejs/__init__.py +46 -4
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_launchwizard/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_lex/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_licensemanager/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_lightsail/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_location/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_logs/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_logs_destinations/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_lookoutequipment/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_lookoutmetrics/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_lookoutvision/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_m2/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_macie/__init__.py +20 -5
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_managedblockchain/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_mediaconnect/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_mediaconvert/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_medialive/__init__.py +364 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_mediapackage/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_mediapackagev2/__init__.py +54 -39
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_mediastore/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_mediatailor/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_memorydb/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_msk/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_mwaa/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_neptune/__init__.py +30 -9
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_neptunegraph/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_networkfirewall/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_networkmanager/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_nimblestudio/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_oam/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_omics/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_opensearchserverless/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_opensearchservice/__init__.py +210 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_opsworks/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_opsworkscm/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_organizations/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_osis/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_panorama/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_paymentcryptography/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_pcaconnectorad/__init__.py +16 -1
- aws_cdk_lib-2.158.0/src/aws_cdk/aws_pcaconnectorscep/__init__.py +899 -0
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_personalize/__init__.py +18 -3
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_pinpoint/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_pinpointemail/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_pipes/__init__.py +38 -23
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_proton/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_qbusiness/__init__.py +691 -7
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_qldb/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_quicksight/__init__.py +3301 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_ram/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_rds/__init__.py +58 -5
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_redshift/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_redshiftserverless/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_refactorspaces/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_rekognition/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_resiliencehub/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_resourceexplorer2/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_resourcegroups/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_robomaker/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_rolesanywhere/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_route53/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_route53_patterns/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_route53_targets/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_route53profiles/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_route53recoverycontrol/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_route53recoveryreadiness/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_route53resolver/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_rum/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_s3/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_s3_assets/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_s3_deployment/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_s3_notifications/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_s3express/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_s3objectlambda/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_s3outposts/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_sagemaker/__init__.py +1183 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_sam/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_scheduler/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_sdb/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_secretsmanager/__init__.py +18 -4
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_securityhub/__init__.py +124 -104
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_securitylake/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_servicecatalog/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_servicecatalogappregistry/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_servicediscovery/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_ses/__init__.py +47 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_ses_actions/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_shield/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_signer/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_simspaceweaver/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_sns/__init__.py +35 -14
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_sns_subscriptions/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_sqs/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_ssm/__init__.py +26 -7
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_ssmcontacts/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_ssmincidents/__init__.py +16 -1
- aws_cdk_lib-2.158.0/src/aws_cdk/aws_ssmquicksetup/__init__.py +982 -0
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_sso/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_stepfunctions/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_stepfunctions_tasks/__init__.py +20 -5
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_supportapp/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_synthetics/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_systemsmanagersap/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_timestream/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_transfer/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_verifiedpermissions/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_voiceid/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_vpclattice/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_waf/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_wafregional/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_wafv2/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_wisdom/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_workspaces/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_workspacesthinclient/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_workspacesweb/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/aws_xray/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/cloud_assembly_schema/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/cloudformation_include/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/custom_resources/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/cx_api/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/lambda_layer_awscli/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/lambda_layer_kubectl/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/lambda_layer_node_proxy_agent/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/pipelines/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/region_info/__init__.py +16 -1
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/triggers/__init__.py +46 -4
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0/src/aws_cdk_lib.egg-info}/PKG-INFO +5 -5
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk_lib.egg-info/SOURCES.txt +3 -1
- aws_cdk_lib-2.158.0/src/aws_cdk_lib.egg-info/requires.txt +8 -0
- aws_cdk_lib-2.156.0/src/aws_cdk/_jsii/__init__.py +0 -30
- aws_cdk_lib-2.156.0/src/aws_cdk_lib.egg-info/requires.txt +0 -8
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/LICENSE +0 -0
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/MANIFEST.in +0 -0
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/README.md +0 -0
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/pyproject.toml +0 -0
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/setup.cfg +0 -0
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk/py.typed +0 -0
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk_lib.egg-info/dependency_links.txt +0 -0
- {aws_cdk_lib-2.156.0 → aws_cdk_lib-2.158.0}/src/aws_cdk_lib.egg-info/top_level.txt +0 -0
|
@@ -731,18 +731,37 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
731
731
|
|
|
732
732
|
----------------
|
|
733
733
|
|
|
734
|
-
** uri
|
|
735
|
-
Copyright
|
|
736
|
-
|
|
737
|
-
|
|
734
|
+
** fast-uri - https://www.npmjs.com/package/fast-uri/v/3.0.1 | BSD-3-Clause
|
|
735
|
+
Copyright (c) 2021 The Fastify Team
|
|
736
|
+
Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae
|
|
737
|
+
All rights reserved.
|
|
738
738
|
|
|
739
|
-
|
|
739
|
+
Redistribution and use in source and binary forms, with or without
|
|
740
|
+
modification, are permitted provided that the following conditions are met:
|
|
741
|
+
* Redistributions of source code must retain the above copyright
|
|
742
|
+
notice, this list of conditions and the following disclaimer.
|
|
743
|
+
* Redistributions in binary form must reproduce the above copyright
|
|
744
|
+
notice, this list of conditions and the following disclaimer in the
|
|
745
|
+
documentation and/or other materials provided with the distribution.
|
|
746
|
+
* The names of any contributors may not be used to endorse or promote
|
|
747
|
+
products derived from this software without specific prior written
|
|
748
|
+
permission.
|
|
740
749
|
|
|
741
|
-
|
|
750
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
751
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
752
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
753
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY
|
|
754
|
+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
755
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
756
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
757
|
+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
758
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
759
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
742
760
|
|
|
743
|
-
|
|
761
|
+
* * *
|
|
744
762
|
|
|
745
|
-
The
|
|
763
|
+
The complete list of contributors can be found at:
|
|
764
|
+
- https://github.com/garycourt/uri-js/graphs/contributors
|
|
746
765
|
|
|
747
766
|
|
|
748
767
|
----------------
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-cdk-lib
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.158.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
|
|
@@ -23,12 +23,12 @@ License-File: LICENSE
|
|
|
23
23
|
License-File: NOTICE
|
|
24
24
|
Requires-Dist: aws-cdk.asset-awscli-v1<3.0.0,>=2.2.202
|
|
25
25
|
Requires-Dist: aws-cdk.asset-kubectl-v20<3.0.0,>=2.1.2
|
|
26
|
-
Requires-Dist: aws-cdk.asset-node-proxy-agent-v6<3.0.0,>=2.0
|
|
27
|
-
Requires-Dist: aws-cdk.cloud-assembly-schema<37.0.0,>=36.0.
|
|
26
|
+
Requires-Dist: aws-cdk.asset-node-proxy-agent-v6<3.0.0,>=2.1.0
|
|
27
|
+
Requires-Dist: aws-cdk.cloud-assembly-schema<37.0.0,>=36.0.24
|
|
28
28
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
29
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
29
|
+
Requires-Dist: jsii<2.0.0,>=1.103.1
|
|
30
30
|
Requires-Dist: publication>=0.0.3
|
|
31
|
-
Requires-Dist: typeguard
|
|
31
|
+
Requires-Dist: typeguard<5.0.0,>=2.13.3
|
|
32
32
|
|
|
33
33
|
# AWS Cloud Development Kit Library
|
|
34
34
|
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "aws-cdk-lib",
|
|
8
|
-
"version": "2.
|
|
8
|
+
"version": "2.158.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",
|
|
@@ -221,6 +221,7 @@ kwargs = json.loads(
|
|
|
221
221
|
"aws_cdk.aws_panorama",
|
|
222
222
|
"aws_cdk.aws_paymentcryptography",
|
|
223
223
|
"aws_cdk.aws_pcaconnectorad",
|
|
224
|
+
"aws_cdk.aws_pcaconnectorscep",
|
|
224
225
|
"aws_cdk.aws_personalize",
|
|
225
226
|
"aws_cdk.aws_pinpoint",
|
|
226
227
|
"aws_cdk.aws_pinpointemail",
|
|
@@ -276,6 +277,7 @@ kwargs = json.loads(
|
|
|
276
277
|
"aws_cdk.aws_ssm",
|
|
277
278
|
"aws_cdk.aws_ssmcontacts",
|
|
278
279
|
"aws_cdk.aws_ssmincidents",
|
|
280
|
+
"aws_cdk.aws_ssmquicksetup",
|
|
279
281
|
"aws_cdk.aws_sso",
|
|
280
282
|
"aws_cdk.aws_stepfunctions",
|
|
281
283
|
"aws_cdk.aws_stepfunctions_tasks",
|
|
@@ -308,7 +310,7 @@ kwargs = json.loads(
|
|
|
308
310
|
],
|
|
309
311
|
"package_data": {
|
|
310
312
|
"aws_cdk._jsii": [
|
|
311
|
-
"aws-cdk-lib@2.
|
|
313
|
+
"aws-cdk-lib@2.158.0.jsii.tgz"
|
|
312
314
|
],
|
|
313
315
|
"aws_cdk": [
|
|
314
316
|
"py.typed"
|
|
@@ -318,12 +320,12 @@ kwargs = json.loads(
|
|
|
318
320
|
"install_requires": [
|
|
319
321
|
"aws-cdk.asset-awscli-v1>=2.2.202, <3.0.0",
|
|
320
322
|
"aws-cdk.asset-kubectl-v20>=2.1.2, <3.0.0",
|
|
321
|
-
"aws-cdk.asset-node-proxy-agent-v6>=2.0
|
|
322
|
-
"aws-cdk.cloud-assembly-schema>=36.0.
|
|
323
|
+
"aws-cdk.asset-node-proxy-agent-v6>=2.1.0, <3.0.0",
|
|
324
|
+
"aws-cdk.cloud-assembly-schema>=36.0.24, <37.0.0",
|
|
323
325
|
"constructs>=10.0.0, <11.0.0",
|
|
324
|
-
"jsii>=1.
|
|
326
|
+
"jsii>=1.103.1, <2.0.0",
|
|
325
327
|
"publication>=0.0.3",
|
|
326
|
-
"typeguard
|
|
328
|
+
"typeguard>=2.13.3,<5.0.0"
|
|
327
329
|
],
|
|
328
330
|
"classifiers": [
|
|
329
331
|
"Intended Audience :: Developers",
|
|
@@ -1514,7 +1514,22 @@ import jsii
|
|
|
1514
1514
|
import publication
|
|
1515
1515
|
import typing_extensions
|
|
1516
1516
|
|
|
1517
|
-
|
|
1517
|
+
import typeguard
|
|
1518
|
+
from importlib.metadata import version as _metadata_package_version
|
|
1519
|
+
TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
|
|
1520
|
+
|
|
1521
|
+
def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
|
|
1522
|
+
if TYPEGUARD_MAJOR_VERSION <= 2:
|
|
1523
|
+
return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
|
|
1524
|
+
else:
|
|
1525
|
+
if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
|
|
1526
|
+
pass
|
|
1527
|
+
else:
|
|
1528
|
+
if TYPEGUARD_MAJOR_VERSION == 3:
|
|
1529
|
+
typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
|
|
1530
|
+
typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
|
|
1531
|
+
else:
|
|
1532
|
+
typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
|
|
1518
1533
|
|
|
1519
1534
|
from ._jsii import *
|
|
1520
1535
|
|
|
@@ -6734,7 +6749,7 @@ class CfnPublicTypeVersionProps:
|
|
|
6734
6749
|
|
|
6735
6750
|
:param arn: The Amazon Resource Number (ARN) of the extension. Conditional: You must specify ``Arn`` , or ``TypeName`` and ``Type`` .
|
|
6736
6751
|
:param log_delivery_bucket: The S3 bucket to which CloudFormation delivers the contract test execution logs. CloudFormation delivers the logs by the time contract testing has completed and the extension has been assigned a test type status of ``PASSED`` or ``FAILED`` . The user initiating the stack operation must be able to access items in the specified S3 bucket. Specifically, the user needs the following permissions: - GetObject - PutObject For more information, see `Actions, Resources, and Condition Keys for Amazon S3 <https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazons3.html>`_ in the *AWS Identity and Access Management User Guide* .
|
|
6737
|
-
:param public_version_number: The version number to assign to this version of the extension. Use the following format, and adhere to semantic versioning when assigning a version number to your extension: ``MAJOR.MINOR.PATCH`` For more information, see `Semantic Versioning 2.0.0 <https://docs.aws.amazon.com/https://semver.org/>`_ . If you don't specify a version number, CloudFormation increments the version number by one minor version release. You cannot specify a version number the first time you publish a type.
|
|
6752
|
+
:param public_version_number: The version number to assign to this version of the extension. Use the following format, and adhere to semantic versioning when assigning a version number to your extension: ``MAJOR.MINOR.PATCH`` For more information, see `Semantic Versioning 2.0.0 <https://docs.aws.amazon.com/https://semver.org/>`_ . If you don't specify a version number, CloudFormation increments the version number by one minor version release. You cannot specify a version number the first time you publish a type. CloudFormation automatically sets the first version number to be ``1.0.0`` .
|
|
6738
6753
|
:param type: The type of the extension to test. Conditional: You must specify ``Arn`` , or ``TypeName`` and ``Type`` .
|
|
6739
6754
|
:param type_name: The name of the extension to test. Conditional: You must specify ``Arn`` , or ``TypeName`` and ``Type`` .
|
|
6740
6755
|
|
|
@@ -6815,7 +6830,7 @@ class CfnPublicTypeVersionProps:
|
|
|
6815
6830
|
|
|
6816
6831
|
If you don't specify a version number, CloudFormation increments the version number by one minor version release.
|
|
6817
6832
|
|
|
6818
|
-
You cannot specify a version number the first time you publish a type.
|
|
6833
|
+
You cannot specify a version number the first time you publish a type. CloudFormation automatically sets the first version number to be ``1.0.0`` .
|
|
6819
6834
|
|
|
6820
6835
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-publictypeversion.html#cfn-cloudformation-publictypeversion-publicversionnumber
|
|
6821
6836
|
'''
|
|
@@ -6874,7 +6889,7 @@ class CfnPublisherProps:
|
|
|
6874
6889
|
'''Properties for defining a ``CfnPublisher``.
|
|
6875
6890
|
|
|
6876
6891
|
:param accept_terms_and_conditions: Whether you accept the `Terms and Conditions <https://docs.aws.amazon.com/https://cloudformation-registry-documents.s3.amazonaws.com/Terms_and_Conditions_for_AWS_CloudFormation_Registry_Publishers.pdf>`_ for publishing extensions in the CloudFormation registry. You must accept the terms and conditions in order to register to publish public extensions to the CloudFormation registry. The default is ``false`` .
|
|
6877
|
-
:param connection_arn: If you are using a Bitbucket or GitHub account for identity verification, the Amazon Resource Name (ARN) for your connection to that account. For more information, see `Registering your account to publish CloudFormation extensions <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html#publish-extension-prereqs>`_ in the *CloudFormation CLI User Guide* .
|
|
6892
|
+
:param connection_arn: If you are using a Bitbucket or GitHub account for identity verification, the Amazon Resource Name (ARN) for your connection to that account. For more information, see `Registering your account to publish CloudFormation extensions <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html#publish-extension-prereqs>`_ in the *AWS CloudFormation Command Line Interface (CLI) User Guide* .
|
|
6878
6893
|
|
|
6879
6894
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-publisher.html
|
|
6880
6895
|
:exampleMetadata: fixture=_generated
|
|
@@ -6918,7 +6933,7 @@ class CfnPublisherProps:
|
|
|
6918
6933
|
def connection_arn(self) -> typing.Optional[builtins.str]:
|
|
6919
6934
|
'''If you are using a Bitbucket or GitHub account for identity verification, the Amazon Resource Name (ARN) for your connection to that account.
|
|
6920
6935
|
|
|
6921
|
-
For more information, see `Registering your account to publish CloudFormation extensions <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html#publish-extension-prereqs>`_ in the *CloudFormation CLI User Guide* .
|
|
6936
|
+
For more information, see `Registering your account to publish CloudFormation extensions <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html#publish-extension-prereqs>`_ in the *AWS CloudFormation Command Line Interface (CLI) User Guide* .
|
|
6922
6937
|
|
|
6923
6938
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-publisher.html#cfn-cloudformation-publisher-connectionarn
|
|
6924
6939
|
'''
|
|
@@ -8090,9 +8105,9 @@ class CfnStackProps:
|
|
|
8090
8105
|
) -> None:
|
|
8091
8106
|
'''Properties for defining a ``CfnStack``.
|
|
8092
8107
|
|
|
8093
|
-
:param notification_arns: The Amazon
|
|
8108
|
+
:param notification_arns: The Amazon SNS topic ARNs to publish stack related events. You can find your Amazon SNS topic ARNs using the Amazon SNS console or your Command Line Interface (CLI).
|
|
8094
8109
|
:param parameters: The set value pairs that represent the parameters passed to CloudFormation when this nested stack is created. Each parameter has a name corresponding to a parameter defined in the embedded template and a value representing the value that you want to set for the parameter. .. epigraph:: If you use the ``Ref`` function to pass a parameter value to a nested stack, comma-delimited list parameters must be of type ``String`` . In other words, you can't pass values that are of type ``CommaDelimitedList`` to nested stacks. Conditional. Required if the nested stack requires input parameters. Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
|
|
8095
|
-
:param tags: Key-value pairs to associate with this stack.
|
|
8110
|
+
:param tags: Key-value pairs to associate with this stack. CloudFormation also propagates these tags to the resources created in the stack. A maximum number of 50 tags can be specified.
|
|
8096
8111
|
:param template_url: Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that's located in an Amazon S3 bucket. For more information, see `Template anatomy <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html>`_ . Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
|
|
8097
8112
|
:param timeout_in_minutes: The length of time, in minutes, that CloudFormation waits for the nested stack to reach the ``CREATE_COMPLETE`` state. The default is no timeout. When CloudFormation detects that the nested stack has reached the ``CREATE_COMPLETE`` state, it marks the nested stack resource as ``CREATE_COMPLETE`` in the parent stack and resumes creating the parent stack. If the timeout period expires before the nested stack reaches ``CREATE_COMPLETE`` , CloudFormation marks the nested stack as failed and rolls back both the nested stack and parent stack. Updates aren't supported.
|
|
8098
8113
|
|
|
@@ -8139,7 +8154,7 @@ class CfnStackProps:
|
|
|
8139
8154
|
|
|
8140
8155
|
@builtins.property
|
|
8141
8156
|
def notification_arns(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
8142
|
-
'''The Amazon
|
|
8157
|
+
'''The Amazon SNS topic ARNs to publish stack related events.
|
|
8143
8158
|
|
|
8144
8159
|
You can find your Amazon SNS topic ARNs using the Amazon SNS console or your Command Line Interface (CLI).
|
|
8145
8160
|
|
|
@@ -8172,7 +8187,7 @@ class CfnStackProps:
|
|
|
8172
8187
|
def tags(self) -> typing.Optional[typing.List["CfnTag"]]:
|
|
8173
8188
|
'''Key-value pairs to associate with this stack.
|
|
8174
8189
|
|
|
8175
|
-
|
|
8190
|
+
CloudFormation also propagates these tags to the resources created in the stack. A maximum number of 50 tags can be specified.
|
|
8176
8191
|
|
|
8177
8192
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stack.html#cfn-cloudformation-stack-tags
|
|
8178
8193
|
'''
|
|
@@ -8272,7 +8287,7 @@ class CfnStackSetProps:
|
|
|
8272
8287
|
:param operation_preferences: The user-specified preferences for how AWS CloudFormation performs a stack set operation.
|
|
8273
8288
|
:param parameters: The input parameters for the stack set template.
|
|
8274
8289
|
:param stack_instances_group: A group of stack instances with parameters in some specific accounts and Regions.
|
|
8275
|
-
:param tags: Key-value pairs to associate with this stack.
|
|
8290
|
+
:param tags: Key-value pairs to associate with this stack. CloudFormation also propagates these tags to supported resources in the stack. You can specify a maximum number of 50 tags. If you don't specify this parameter, CloudFormation doesn't modify the stack's tags. If you specify an empty value, CloudFormation removes all associated tags.
|
|
8276
8291
|
:param template_body: The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes. You must include either ``TemplateURL`` or ``TemplateBody`` in a StackSet, but you can't use both. Dynamic references in the ``TemplateBody`` may not work correctly in all cases. It's recommended to pass templates containing dynamic references through ``TemplateUrl`` instead.
|
|
8277
8292
|
:param template_url: Location of file containing the template body. The URL must point to a template that's located in an Amazon S3 bucket or a Systems Manager document. For more information, go to `Template Anatomy <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html>`_ in the AWS CloudFormation User Guide. Conditional: You must specify only one of the following parameters: ``TemplateBody`` , ``TemplateURL`` .
|
|
8278
8293
|
|
|
@@ -8558,9 +8573,9 @@ class CfnStackSetProps:
|
|
|
8558
8573
|
def tags(self) -> typing.Optional[typing.List["CfnTag"]]:
|
|
8559
8574
|
'''Key-value pairs to associate with this stack.
|
|
8560
8575
|
|
|
8561
|
-
|
|
8576
|
+
CloudFormation also propagates these tags to supported resources in the stack. You can specify a maximum number of 50 tags.
|
|
8562
8577
|
|
|
8563
|
-
If you don't specify this parameter,
|
|
8578
|
+
If you don't specify this parameter, CloudFormation doesn't modify the stack's tags. If you specify an empty value, CloudFormation removes all associated tags.
|
|
8564
8579
|
|
|
8565
8580
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-tags
|
|
8566
8581
|
'''
|
|
@@ -28324,7 +28339,7 @@ class CfnModuleVersion(
|
|
|
28324
28339
|
def attr_schema(self) -> builtins.str:
|
|
28325
28340
|
'''The schema that defines the extension.
|
|
28326
28341
|
|
|
28327
|
-
For more information about extension schemas, see `Resource Provider Schema <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html>`_ in the *CloudFormation CLI User Guide* .
|
|
28342
|
+
For more information about extension schemas, see `Resource Provider Schema <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html>`_ in the *AWS CloudFormation Command Line Interface (CLI) User Guide* .
|
|
28328
28343
|
|
|
28329
28344
|
:cloudformationAttribute: Schema
|
|
28330
28345
|
'''
|
|
@@ -28355,7 +28370,7 @@ class CfnModuleVersion(
|
|
|
28355
28370
|
|
|
28356
28371
|
Valid values include:
|
|
28357
28372
|
|
|
28358
|
-
- ``PRIVATE`` : The extension is only visible and usable within the account in which it is registered.
|
|
28373
|
+
- ``PRIVATE`` : The extension is only visible and usable within the account in which it is registered. CloudFormation marks any extensions you register as ``PRIVATE`` .
|
|
28359
28374
|
- ``PUBLIC`` : The extension is publicly visible and usable within any AWS account.
|
|
28360
28375
|
|
|
28361
28376
|
:cloudformationAttribute: Visibility
|
|
@@ -28450,7 +28465,7 @@ class CfnPublicTypeVersion(
|
|
|
28450
28465
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
28451
28466
|
:param arn: The Amazon Resource Number (ARN) of the extension. Conditional: You must specify ``Arn`` , or ``TypeName`` and ``Type`` .
|
|
28452
28467
|
:param log_delivery_bucket: The S3 bucket to which CloudFormation delivers the contract test execution logs. CloudFormation delivers the logs by the time contract testing has completed and the extension has been assigned a test type status of ``PASSED`` or ``FAILED`` . The user initiating the stack operation must be able to access items in the specified S3 bucket. Specifically, the user needs the following permissions: - GetObject - PutObject For more information, see `Actions, Resources, and Condition Keys for Amazon S3 <https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazons3.html>`_ in the *AWS Identity and Access Management User Guide* .
|
|
28453
|
-
:param public_version_number: The version number to assign to this version of the extension. Use the following format, and adhere to semantic versioning when assigning a version number to your extension: ``MAJOR.MINOR.PATCH`` For more information, see `Semantic Versioning 2.0.0 <https://docs.aws.amazon.com/https://semver.org/>`_ . If you don't specify a version number, CloudFormation increments the version number by one minor version release. You cannot specify a version number the first time you publish a type.
|
|
28468
|
+
:param public_version_number: The version number to assign to this version of the extension. Use the following format, and adhere to semantic versioning when assigning a version number to your extension: ``MAJOR.MINOR.PATCH`` For more information, see `Semantic Versioning 2.0.0 <https://docs.aws.amazon.com/https://semver.org/>`_ . If you don't specify a version number, CloudFormation increments the version number by one minor version release. You cannot specify a version number the first time you publish a type. CloudFormation automatically sets the first version number to be ``1.0.0`` .
|
|
28454
28469
|
:param type: The type of the extension to test. Conditional: You must specify ``Arn`` , or ``TypeName`` and ``Type`` .
|
|
28455
28470
|
:param type_name: The name of the extension to test. Conditional: You must specify ``Arn`` , or ``TypeName`` and ``Type`` .
|
|
28456
28471
|
'''
|
|
@@ -28640,7 +28655,7 @@ class CfnPublisher(
|
|
|
28640
28655
|
:param scope: Scope in which this resource is defined.
|
|
28641
28656
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
28642
28657
|
:param accept_terms_and_conditions: Whether you accept the `Terms and Conditions <https://docs.aws.amazon.com/https://cloudformation-registry-documents.s3.amazonaws.com/Terms_and_Conditions_for_AWS_CloudFormation_Registry_Publishers.pdf>`_ for publishing extensions in the CloudFormation registry. You must accept the terms and conditions in order to register to publish public extensions to the CloudFormation registry. The default is ``false`` .
|
|
28643
|
-
:param connection_arn: If you are using a Bitbucket or GitHub account for identity verification, the Amazon Resource Name (ARN) for your connection to that account. For more information, see `Registering your account to publish CloudFormation extensions <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html#publish-extension-prereqs>`_ in the *CloudFormation CLI User Guide* .
|
|
28658
|
+
:param connection_arn: If you are using a Bitbucket or GitHub account for identity verification, the Amazon Resource Name (ARN) for your connection to that account. For more information, see `Registering your account to publish CloudFormation extensions <https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html#publish-extension-prereqs>`_ in the *AWS CloudFormation Command Line Interface (CLI) User Guide* .
|
|
28644
28659
|
'''
|
|
28645
28660
|
if __debug__:
|
|
28646
28661
|
type_hints = typing.get_type_hints(_typecheckingstub__5fe0cee8381373f35262956f781df87f6ffe5ce00d266fa1a0f22ce9b68aaac6)
|
|
@@ -29022,7 +29037,7 @@ class CfnResourceVersion(
|
|
|
29022
29037
|
def attr_provisioning_type(self) -> builtins.str:
|
|
29023
29038
|
'''For resource type extensions, the provisioning behavior of the resource type.
|
|
29024
29039
|
|
|
29025
|
-
|
|
29040
|
+
CloudFormation determines the provisioning type during registration, based on the types of handlers in the schema handler package submitted.
|
|
29026
29041
|
|
|
29027
29042
|
Valid values include:
|
|
29028
29043
|
|
|
@@ -29066,7 +29081,7 @@ class CfnResourceVersion(
|
|
|
29066
29081
|
|
|
29067
29082
|
Valid values include:
|
|
29068
29083
|
|
|
29069
|
-
- ``PRIVATE`` : The extension is only visible and usable within the account in which it is registered.
|
|
29084
|
+
- ``PRIVATE`` : The extension is only visible and usable within the account in which it is registered. CloudFormation marks any extensions you register as ``PRIVATE`` .
|
|
29070
29085
|
- ``PUBLIC`` : The extension is publicly visible and usable within any AWS account.
|
|
29071
29086
|
|
|
29072
29087
|
:cloudformationAttribute: Visibility
|
|
@@ -29290,9 +29305,9 @@ class CfnStack(CfnResource, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.CfnS
|
|
|
29290
29305
|
'''
|
|
29291
29306
|
:param scope: Scope in which this resource is defined.
|
|
29292
29307
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
29293
|
-
:param notification_arns: The Amazon
|
|
29308
|
+
:param notification_arns: The Amazon SNS topic ARNs to publish stack related events. You can find your Amazon SNS topic ARNs using the Amazon SNS console or your Command Line Interface (CLI).
|
|
29294
29309
|
:param parameters: The set value pairs that represent the parameters passed to CloudFormation when this nested stack is created. Each parameter has a name corresponding to a parameter defined in the embedded template and a value representing the value that you want to set for the parameter. .. epigraph:: If you use the ``Ref`` function to pass a parameter value to a nested stack, comma-delimited list parameters must be of type ``String`` . In other words, you can't pass values that are of type ``CommaDelimitedList`` to nested stacks. Conditional. Required if the nested stack requires input parameters. Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
|
|
29295
|
-
:param tags: Key-value pairs to associate with this stack.
|
|
29310
|
+
:param tags: Key-value pairs to associate with this stack. CloudFormation also propagates these tags to the resources created in the stack. A maximum number of 50 tags can be specified.
|
|
29296
29311
|
:param template_url: Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that's located in an Amazon S3 bucket. For more information, see `Template anatomy <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html>`_ . Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
|
|
29297
29312
|
:param timeout_in_minutes: The length of time, in minutes, that CloudFormation waits for the nested stack to reach the ``CREATE_COMPLETE`` state. The default is no timeout. When CloudFormation detects that the nested stack has reached the ``CREATE_COMPLETE`` state, it marks the nested stack resource as ``CREATE_COMPLETE`` in the parent stack and resumes creating the parent stack. If the timeout period expires before the nested stack reaches ``CREATE_COMPLETE`` , CloudFormation marks the nested stack as failed and rolls back both the nested stack and parent stack. Updates aren't supported.
|
|
29298
29313
|
'''
|
|
@@ -29434,7 +29449,7 @@ class CfnStack(CfnResource, metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.CfnS
|
|
|
29434
29449
|
@builtins.property
|
|
29435
29450
|
@jsii.member(jsii_name="notificationArns")
|
|
29436
29451
|
def notification_arns(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
29437
|
-
'''The Amazon
|
|
29452
|
+
'''The Amazon SNS topic ARNs to publish stack related events.'''
|
|
29438
29453
|
return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "notificationArns"))
|
|
29439
29454
|
|
|
29440
29455
|
@notification_arns.setter
|
|
@@ -29723,7 +29738,7 @@ class CfnStackSet(
|
|
|
29723
29738
|
:param operation_preferences: The user-specified preferences for how AWS CloudFormation performs a stack set operation.
|
|
29724
29739
|
:param parameters: The input parameters for the stack set template.
|
|
29725
29740
|
:param stack_instances_group: A group of stack instances with parameters in some specific accounts and Regions.
|
|
29726
|
-
:param tags: Key-value pairs to associate with this stack.
|
|
29741
|
+
:param tags: Key-value pairs to associate with this stack. CloudFormation also propagates these tags to supported resources in the stack. You can specify a maximum number of 50 tags. If you don't specify this parameter, CloudFormation doesn't modify the stack's tags. If you specify an empty value, CloudFormation removes all associated tags.
|
|
29727
29742
|
:param template_body: The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes. You must include either ``TemplateURL`` or ``TemplateBody`` in a StackSet, but you can't use both. Dynamic references in the ``TemplateBody`` may not work correctly in all cases. It's recommended to pass templates containing dynamic references through ``TemplateUrl`` instead.
|
|
29728
29743
|
:param template_url: Location of file containing the template body. The URL must point to a template that's located in an Amazon S3 bucket or a Systems Manager document. For more information, go to `Template Anatomy <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html>`_ in the AWS CloudFormation User Guide. Conditional: You must specify only one of the following parameters: ``TemplateBody`` , ``TemplateURL`` .
|
|
29729
29744
|
'''
|
|
@@ -30652,7 +30667,7 @@ class CfnTypeActivation(
|
|
|
30652
30667
|
|
|
30653
30668
|
For more information, see `Using public extensions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html>`_ in the *AWS CloudFormation User Guide* .
|
|
30654
30669
|
|
|
30655
|
-
Once you have activated a public third-party extension in your account and Region, use `SetTypeConfiguration <https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html>`_ to specify configuration properties for the extension. For more information, see `Configuring extensions at the account level <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-private.html#registry-set-configuration>`_ in the *CloudFormation User Guide* .
|
|
30670
|
+
Once you have activated a public third-party extension in your account and Region, use `SetTypeConfiguration <https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html>`_ to specify configuration properties for the extension. For more information, see `Configuring extensions at the account level <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-private.html#registry-set-configuration>`_ in the *AWS CloudFormation User Guide* .
|
|
30656
30671
|
|
|
30657
30672
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-typeactivation.html
|
|
30658
30673
|
:cloudformationResource: AWS::CloudFormation::TypeActivation
|
|
@@ -33931,6 +33946,7 @@ __all__ = [
|
|
|
33931
33946
|
"aws_panorama",
|
|
33932
33947
|
"aws_paymentcryptography",
|
|
33933
33948
|
"aws_pcaconnectorad",
|
|
33949
|
+
"aws_pcaconnectorscep",
|
|
33934
33950
|
"aws_personalize",
|
|
33935
33951
|
"aws_pinpoint",
|
|
33936
33952
|
"aws_pinpointemail",
|
|
@@ -33986,6 +34002,7 @@ __all__ = [
|
|
|
33986
34002
|
"aws_ssm",
|
|
33987
34003
|
"aws_ssmcontacts",
|
|
33988
34004
|
"aws_ssmincidents",
|
|
34005
|
+
"aws_ssmquicksetup",
|
|
33989
34006
|
"aws_sso",
|
|
33990
34007
|
"aws_stepfunctions",
|
|
33991
34008
|
"aws_stepfunctions_tasks",
|
|
@@ -34217,6 +34234,7 @@ from . import aws_osis
|
|
|
34217
34234
|
from . import aws_panorama
|
|
34218
34235
|
from . import aws_paymentcryptography
|
|
34219
34236
|
from . import aws_pcaconnectorad
|
|
34237
|
+
from . import aws_pcaconnectorscep
|
|
34220
34238
|
from . import aws_personalize
|
|
34221
34239
|
from . import aws_pinpoint
|
|
34222
34240
|
from . import aws_pinpointemail
|
|
@@ -34272,6 +34290,7 @@ from . import aws_sqs
|
|
|
34272
34290
|
from . import aws_ssm
|
|
34273
34291
|
from . import aws_ssmcontacts
|
|
34274
34292
|
from . import aws_ssmincidents
|
|
34293
|
+
from . import aws_ssmquicksetup
|
|
34275
34294
|
from . import aws_sso
|
|
34276
34295
|
from . import aws_stepfunctions
|
|
34277
34296
|
from . import aws_stepfunctions_tasks
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
from pkgutil import extend_path
|
|
2
|
+
__path__ = extend_path(__path__, __name__)
|
|
3
|
+
|
|
4
|
+
import abc
|
|
5
|
+
import builtins
|
|
6
|
+
import datetime
|
|
7
|
+
import enum
|
|
8
|
+
import typing
|
|
9
|
+
|
|
10
|
+
import jsii
|
|
11
|
+
import publication
|
|
12
|
+
import typing_extensions
|
|
13
|
+
|
|
14
|
+
import typeguard
|
|
15
|
+
from importlib.metadata import version as _metadata_package_version
|
|
16
|
+
TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
|
|
17
|
+
|
|
18
|
+
def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
|
|
19
|
+
if TYPEGUARD_MAJOR_VERSION <= 2:
|
|
20
|
+
return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
|
|
21
|
+
else:
|
|
22
|
+
if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
|
|
23
|
+
pass
|
|
24
|
+
else:
|
|
25
|
+
if TYPEGUARD_MAJOR_VERSION == 3:
|
|
26
|
+
typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
|
|
27
|
+
typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
|
|
28
|
+
else:
|
|
29
|
+
typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
|
|
30
|
+
|
|
31
|
+
import aws_cdk.asset_awscli_v1._jsii
|
|
32
|
+
import aws_cdk.asset_kubectl_v20._jsii
|
|
33
|
+
import aws_cdk.asset_node_proxy_agent_v6._jsii
|
|
34
|
+
import aws_cdk.cloud_assembly_schema._jsii
|
|
35
|
+
import constructs._jsii
|
|
36
|
+
|
|
37
|
+
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
38
|
+
"aws-cdk-lib", "2.158.0", __name__[0:-6], "aws-cdk-lib@2.158.0.jsii.tgz"
|
|
39
|
+
)
|
|
40
|
+
|
|
41
|
+
__all__ = [
|
|
42
|
+
"__jsii_assembly__",
|
|
43
|
+
]
|
|
44
|
+
|
|
45
|
+
publication.publish()
|
|
Binary file
|
|
@@ -38,7 +38,22 @@ import jsii
|
|
|
38
38
|
import publication
|
|
39
39
|
import typing_extensions
|
|
40
40
|
|
|
41
|
-
|
|
41
|
+
import typeguard
|
|
42
|
+
from importlib.metadata import version as _metadata_package_version
|
|
43
|
+
TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
|
|
44
|
+
|
|
45
|
+
def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
|
|
46
|
+
if TYPEGUARD_MAJOR_VERSION <= 2:
|
|
47
|
+
return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
|
|
48
|
+
else:
|
|
49
|
+
if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
|
|
50
|
+
pass
|
|
51
|
+
else:
|
|
52
|
+
if TYPEGUARD_MAJOR_VERSION == 3:
|
|
53
|
+
typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
|
|
54
|
+
typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
|
|
55
|
+
else:
|
|
56
|
+
typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
|
|
42
57
|
|
|
43
58
|
from .._jsii import *
|
|
44
59
|
|
|
@@ -650,7 +650,22 @@ import jsii
|
|
|
650
650
|
import publication
|
|
651
651
|
import typing_extensions
|
|
652
652
|
|
|
653
|
-
|
|
653
|
+
import typeguard
|
|
654
|
+
from importlib.metadata import version as _metadata_package_version
|
|
655
|
+
TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
|
|
656
|
+
|
|
657
|
+
def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
|
|
658
|
+
if TYPEGUARD_MAJOR_VERSION <= 2:
|
|
659
|
+
return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
|
|
660
|
+
else:
|
|
661
|
+
if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
|
|
662
|
+
pass
|
|
663
|
+
else:
|
|
664
|
+
if TYPEGUARD_MAJOR_VERSION == 3:
|
|
665
|
+
typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
|
|
666
|
+
typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
|
|
667
|
+
else:
|
|
668
|
+
typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
|
|
654
669
|
|
|
655
670
|
from .._jsii import *
|
|
656
671
|
|
|
@@ -38,7 +38,22 @@ import jsii
|
|
|
38
38
|
import publication
|
|
39
39
|
import typing_extensions
|
|
40
40
|
|
|
41
|
-
|
|
41
|
+
import typeguard
|
|
42
|
+
from importlib.metadata import version as _metadata_package_version
|
|
43
|
+
TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
|
|
44
|
+
|
|
45
|
+
def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
|
|
46
|
+
if TYPEGUARD_MAJOR_VERSION <= 2:
|
|
47
|
+
return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
|
|
48
|
+
else:
|
|
49
|
+
if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
|
|
50
|
+
pass
|
|
51
|
+
else:
|
|
52
|
+
if TYPEGUARD_MAJOR_VERSION == 3:
|
|
53
|
+
typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
|
|
54
|
+
typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
|
|
55
|
+
else:
|
|
56
|
+
typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
|
|
42
57
|
|
|
43
58
|
from .._jsii import *
|
|
44
59
|
|