@aws-cdk/integ-runner 2.186.2 → 2.186.4
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.
- package/lib/index.js +58 -58
- package/lib/recommended-feature-flags.json +4 -2
- package/lib/runner/runner-base.d.ts +2 -0
- package/lib/workers/extract/index.js +273 -149
- package/package.json +14 -14
|
@@ -5055,7 +5055,7 @@ var require_semver2 = __commonJS({
|
|
|
5055
5055
|
// ../cloud-assembly-schema/cli-version.json
|
|
5056
5056
|
var require_cli_version = __commonJS({
|
|
5057
5057
|
"../cloud-assembly-schema/cli-version.json"(exports2, module2) {
|
|
5058
|
-
module2.exports = { version: "
|
|
5058
|
+
module2.exports = { version: "2.1011.0" };
|
|
5059
5059
|
}
|
|
5060
5060
|
});
|
|
5061
5061
|
|
|
@@ -7513,7 +7513,7 @@ var require_cloud_artifact = __commonJS({
|
|
|
7513
7513
|
};
|
|
7514
7514
|
exports2.CloudArtifact = CloudArtifact;
|
|
7515
7515
|
_a = JSII_RTTI_SYMBOL_1;
|
|
7516
|
-
CloudArtifact[_a] = { fqn: "@aws-cdk/cx-api.CloudArtifact", version: "2.
|
|
7516
|
+
CloudArtifact[_a] = { fqn: "@aws-cdk/cx-api.CloudArtifact", version: "2.190.0" };
|
|
7517
7517
|
}
|
|
7518
7518
|
});
|
|
7519
7519
|
|
|
@@ -7583,7 +7583,7 @@ var require_asset_manifest_artifact = __commonJS({
|
|
|
7583
7583
|
};
|
|
7584
7584
|
exports2.AssetManifestArtifact = AssetManifestArtifact;
|
|
7585
7585
|
_a = JSII_RTTI_SYMBOL_1;
|
|
7586
|
-
AssetManifestArtifact[_a] = { fqn: "@aws-cdk/cx-api.AssetManifestArtifact", version: "2.
|
|
7586
|
+
AssetManifestArtifact[_a] = { fqn: "@aws-cdk/cx-api.AssetManifestArtifact", version: "2.190.0" };
|
|
7587
7587
|
Object.defineProperty(AssetManifestArtifact.prototype, ASSET_MANIFEST_ARTIFACT_SYM, {
|
|
7588
7588
|
value: true,
|
|
7589
7589
|
enumerable: false,
|
|
@@ -7631,7 +7631,7 @@ var require_environment2 = __commonJS({
|
|
|
7631
7631
|
};
|
|
7632
7632
|
exports2.EnvironmentUtils = EnvironmentUtils;
|
|
7633
7633
|
_a = JSII_RTTI_SYMBOL_1;
|
|
7634
|
-
EnvironmentUtils[_a] = { fqn: "@aws-cdk/cx-api.EnvironmentUtils", version: "2.
|
|
7634
|
+
EnvironmentUtils[_a] = { fqn: "@aws-cdk/cx-api.EnvironmentUtils", version: "2.190.0" };
|
|
7635
7635
|
}
|
|
7636
7636
|
});
|
|
7637
7637
|
|
|
@@ -7737,7 +7737,7 @@ var require_cloudformation_artifact = __commonJS({
|
|
|
7737
7737
|
};
|
|
7738
7738
|
exports2.CloudFormationStackArtifact = CloudFormationStackArtifact;
|
|
7739
7739
|
_a = JSII_RTTI_SYMBOL_1;
|
|
7740
|
-
CloudFormationStackArtifact[_a] = { fqn: "@aws-cdk/cx-api.CloudFormationStackArtifact", version: "2.
|
|
7740
|
+
CloudFormationStackArtifact[_a] = { fqn: "@aws-cdk/cx-api.CloudFormationStackArtifact", version: "2.190.0" };
|
|
7741
7741
|
Object.defineProperty(CloudFormationStackArtifact.prototype, CLOUDFORMATION_STACK_ARTIFACT_SYM, {
|
|
7742
7742
|
value: true,
|
|
7743
7743
|
enumerable: false,
|
|
@@ -7802,7 +7802,7 @@ var require_nested_cloud_assembly_artifact = __commonJS({
|
|
|
7802
7802
|
};
|
|
7803
7803
|
exports2.NestedCloudAssemblyArtifact = NestedCloudAssemblyArtifact;
|
|
7804
7804
|
_a = JSII_RTTI_SYMBOL_1;
|
|
7805
|
-
NestedCloudAssemblyArtifact[_a] = { fqn: "@aws-cdk/cx-api.NestedCloudAssemblyArtifact", version: "2.
|
|
7805
|
+
NestedCloudAssemblyArtifact[_a] = { fqn: "@aws-cdk/cx-api.NestedCloudAssemblyArtifact", version: "2.190.0" };
|
|
7806
7806
|
Object.defineProperty(NestedCloudAssemblyArtifact.prototype, NESTED_CLOUD_ASSEMBLY_SYM, {
|
|
7807
7807
|
value: true,
|
|
7808
7808
|
enumerable: false,
|
|
@@ -7863,7 +7863,7 @@ var require_tree_cloud_artifact = __commonJS({
|
|
|
7863
7863
|
};
|
|
7864
7864
|
exports2.TreeCloudArtifact = TreeCloudArtifact;
|
|
7865
7865
|
_a = JSII_RTTI_SYMBOL_1;
|
|
7866
|
-
TreeCloudArtifact[_a] = { fqn: "@aws-cdk/cx-api.TreeCloudArtifact", version: "2.
|
|
7866
|
+
TreeCloudArtifact[_a] = { fqn: "@aws-cdk/cx-api.TreeCloudArtifact", version: "2.190.0" };
|
|
7867
7867
|
Object.defineProperty(TreeCloudArtifact.prototype, TREE_CLOUD_ARTIFACT_SYM, {
|
|
7868
7868
|
value: true,
|
|
7869
7869
|
enumerable: false,
|
|
@@ -8129,7 +8129,7 @@ var require_cloud_assembly = __commonJS({
|
|
|
8129
8129
|
};
|
|
8130
8130
|
exports2.CloudAssembly = CloudAssembly;
|
|
8131
8131
|
_a = JSII_RTTI_SYMBOL_1;
|
|
8132
|
-
CloudAssembly[_a] = { fqn: "@aws-cdk/cx-api.CloudAssembly", version: "2.
|
|
8132
|
+
CloudAssembly[_a] = { fqn: "@aws-cdk/cx-api.CloudAssembly", version: "2.190.0" };
|
|
8133
8133
|
var CloudAssemblyBuilder = class _CloudAssemblyBuilder {
|
|
8134
8134
|
/**
|
|
8135
8135
|
* Initializes a cloud assembly builder.
|
|
@@ -8223,7 +8223,7 @@ var require_cloud_assembly = __commonJS({
|
|
|
8223
8223
|
};
|
|
8224
8224
|
exports2.CloudAssemblyBuilder = CloudAssemblyBuilder;
|
|
8225
8225
|
_b = JSII_RTTI_SYMBOL_1;
|
|
8226
|
-
CloudAssemblyBuilder[_b] = { fqn: "@aws-cdk/cx-api.CloudAssemblyBuilder", version: "2.
|
|
8226
|
+
CloudAssemblyBuilder[_b] = { fqn: "@aws-cdk/cx-api.CloudAssemblyBuilder", version: "2.190.0" };
|
|
8227
8227
|
function filterUndefined(obj) {
|
|
8228
8228
|
if (Array.isArray(obj)) {
|
|
8229
8229
|
return obj.filter((x) => x !== void 0).map((x) => filterUndefined(x));
|
|
@@ -8352,7 +8352,7 @@ var require_features = __commonJS({
|
|
|
8352
8352
|
"use strict";
|
|
8353
8353
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8354
8354
|
exports2.LAMBDA_NODEJS_USE_LATEST_RUNTIME = exports2.ENABLE_OPENSEARCH_MULTIAZ_WITH_STANDBY = exports2.AUTOSCALING_GENERATE_LAUNCH_TEMPLATE = exports2.EFS_MOUNTTARGET_ORDERINSENSITIVE_LOGICAL_ID = exports2.EFS_DENY_ANONYMOUS_ACCESS = exports2.KMS_ALIAS_NAME_REF = exports2.INCLUDE_PREFIX_IN_UNIQUE_NAME_GENERATION = exports2.APIGATEWAY_REQUEST_VALIDATOR_UNIQUE_ID = exports2.EC2_RESTRICT_DEFAULT_SECURITY_GROUP = exports2.ENABLE_EMR_SERVICE_POLICY_V2 = exports2.REDSHIFT_COLUMN_ID = exports2.SECRETS_MANAGER_TARGET_ATTACHMENT_RESOURCE_POLICY = exports2.EC2_LAUNCH_TEMPLATE_DEFAULT_USER_DATA = exports2.APIGATEWAY_AUTHORIZER_CHANGE_DEPLOYMENT_LOGICAL_ID = exports2.CODEDEPLOY_REMOVE_ALARMS_FROM_DEPLOYMENT_GROUP = exports2.DATABASE_PROXY_UNIQUE_RESOURCE_NAME = exports2.AWS_CUSTOM_RESOURCE_LATEST_SDK_DEFAULT = exports2.ROUTE53_PATTERNS_USE_CERTIFICATE = exports2.S3_SERVER_ACCESS_LOGS_USE_BUCKET_POLICY = exports2.ECS_DISABLE_EXPLICIT_DEPLOYMENT_CONTROLLER_FOR_CIRCUIT_BREAKER = exports2.EVENTS_TARGET_QUEUE_SAME_ACCOUNT = exports2.ENABLE_PARTITION_LITERALS = exports2.APIGATEWAY_DISABLE_CLOUDWATCH_ROLE = exports2.SNS_SUBSCRIPTIONS_SQS_DECRYPTION_POLICY = exports2.S3_CREATE_DEFAULT_LOGGING_POLICY = exports2.CODEPIPELINE_CROSS_ACCOUNT_KEY_ALIAS_STACK_SAFE_RESOURCE_NAME = exports2.VALIDATE_SNAPSHOT_REMOVAL_POLICY = exports2.IAM_IMPORTED_ROLE_STACK_SAFE_DEFAULT_POLICY_NAME = exports2.IAM_MINIMIZE_POLICIES = exports2.ECS_ARN_FORMAT_INCLUDES_CLUSTER_NAME = exports2.EC2_UNIQUE_IMDSV2_LAUNCH_TEMPLATE_NAME = exports2.ECS_SERVICE_EXTENSIONS_ENABLE_DEFAULT_LOG_DRIVER = exports2.TARGET_PARTITIONS = exports2.CHECK_SECRET_USAGE = exports2.CLOUDFRONT_DEFAULT_SECURITY_POLICY_TLS_V1_2_2021 = exports2.LAMBDA_RECOGNIZE_LAYER_VERSION = exports2.LAMBDA_RECOGNIZE_VERSION_PROPS = exports2.EFS_DEFAULT_ENCRYPTION_AT_REST = exports2.APIGATEWAY_USAGEPLANKEY_ORDERINSENSITIVE_ID = exports2.RDS_LOWERCASE_DB_IDENTIFIER = exports2.ECS_REMOVE_DEFAULT_DESIRED_COUNT = exports2.S3_GRANT_WRITE_WITHOUT_ACL = exports2.KMS_DEFAULT_KEY_POLICIES = exports2.SECRETS_MANAGER_PARSE_OWNED_SECRET_NAME = exports2.DOCKER_IGNORE_SUPPORT = exports2.STACK_RELATIVE_EXPORTS_CONTEXT = exports2.NEW_STYLE_STACK_SYNTHESIS_CONTEXT = exports2.ENABLE_DIFF_NO_FAIL = exports2.ENABLE_DIFF_NO_FAIL_CONTEXT = exports2.ENABLE_STACK_NAME_DUPLICATES_CONTEXT = void 0;
|
|
8355
|
-
exports2.NEW_PROJECT_DEFAULT_CONTEXT = exports2.FUTURE_FLAGS = exports2.FUTURE_FLAGS_EXPIRED = exports2.CURRENT_VERSION_FLAG_DEFAULTS = exports2.CURRENTLY_RECOMMENDED_FLAGS = exports2.CURRENT_VERSION_EXPIRED_FLAGS = exports2.FLAGS = exports2.LOG_USER_POOL_CLIENT_SECRET_VALUE = exports2.DYNAMODB_TABLE_RETAIN_TABLE_REPLICA = exports2.EVENTBUS_POLICY_SID_REQUIRED = exports2.PIPELINE_REDUCE_STAGE_ROLE_TRUST_SCOPE = exports2.SET_UNIQUE_REPLICATION_ROLE_NAME = exports2.LAMBDA_CREATE_NEW_POLICIES_WITH_ADDTOROLEPOLICY = exports2.ENABLE_ADDITIONAL_METADATA_COLLECTION = exports2.IAM_OIDC_REJECT_UNAUTHORIZED_CONNECTIONS = exports2.ALB_DUALSTACK_WITHOUT_PUBLIC_IPV4_SECURITY_GROUP_RULES_DEFAULT = exports2.Disable_ECS_IMDS_Blocking = exports2.Enable_IMDS_Blocking_Deprecated_Feature = exports2.USER_POOL_DOMAIN_NAME_METHOD_WITHOUT_CUSTOM_RESOURCE = exports2.ASPECT_STABILIZATION = exports2.BASTION_HOST_USE_AMAZON_LINUX_2023_BY_DEFAULT = exports2.STEPFUNCTIONS_TASKS_FIX_RUN_ECS_TASK_POLICY = exports2.LAMBDA_NODEJS_SDK_V3_EXCLUDE_SMITHY_PACKAGES = exports2.CFN_INCLUDE_REJECT_COMPLEX_RESOURCE_UPDATE_CREATE_POLICY_INTRINSICS = exports2.USE_CORRECT_VALUE_FOR_INSTANCE_RESOURCE_ID_PROPERTY = exports2.APPSYNC_GRAPHQLAPI_SCOPE_LAMBDA_FUNCTION_PERMISSION = exports2.EC2_SUM_TIMEOUT_ENABLED = exports2.DYNAMODB_TABLEV2_RESOURCE_POLICY_PER_REPLICA = exports2.REDUCE_EC2_FARGATE_CLOUDWATCH_PERMISSIONS = exports2.USE_NEW_S3URI_PARAMETERS_FOR_BEDROCK_INVOKE_MODEL_TASK = exports2.S3_KEEP_NOTIFICATION_IN_IMPORTED_BUCKET = exports2.LOG_API_RESPONSE_DATA_PROPERTY_TRUE_DEFAULT = exports2.ECS_REMOVE_DEFAULT_DEPLOYMENT_ALARM = exports2.EBS_DEFAULT_GP3 = exports2.EKS_NODEGROUP_NAME = exports2.PIPELINE_REDUCE_ASSET_ROLE_TRUST_SCOPE = exports2.KMS_REDUCE_CROSS_ACCOUNT_REGION_POLICY_SCOPE = exports2.CODEPIPELINE_DEFAULT_PIPELINE_TYPE_TO_V2 = exports2.CODEPIPELINE_CROSS_ACCOUNT_KEYS_DEFAULT_VALUE_TO_FALSE = exports2.LAMBDA_PERMISSION_LOGICAL_ID_FOR_LAMBDA_ACTION = exports2.CODECOMMIT_SOURCE_ACTION_DEFAULT_BRANCH_NAME = exports2.APPSYNC_ENABLE_USE_ARN_IDENTIFIER_SOURCE_API_ASSOCIATION = exports2.AURORA_CLUSTER_CHANGE_SCOPE_OF_INSTANCE_PARAMETER_GROUP_WITH_EACH_PARAMETERS = exports2.RDS_PREVENT_RENDERING_DEPRECATED_CREDENTIALS = void 0;
|
|
8355
|
+
exports2.NEW_PROJECT_DEFAULT_CONTEXT = exports2.FUTURE_FLAGS = exports2.FUTURE_FLAGS_EXPIRED = exports2.CURRENT_VERSION_FLAG_DEFAULTS = exports2.CURRENTLY_RECOMMENDED_FLAGS = exports2.CURRENT_VERSION_EXPIRED_FLAGS = exports2.FLAGS = exports2.PIPELINE_REDUCE_CROSS_ACCOUNT_ACTION_ROLE_TRUST_SCOPE = exports2.LOG_USER_POOL_CLIENT_SECRET_VALUE = exports2.DYNAMODB_TABLE_RETAIN_TABLE_REPLICA = exports2.ASPECT_PRIORITIES_MUTATING = exports2.EVENTBUS_POLICY_SID_REQUIRED = exports2.PIPELINE_REDUCE_STAGE_ROLE_TRUST_SCOPE = exports2.SET_UNIQUE_REPLICATION_ROLE_NAME = exports2.LAMBDA_CREATE_NEW_POLICIES_WITH_ADDTOROLEPOLICY = exports2.ENABLE_ADDITIONAL_METADATA_COLLECTION = exports2.IAM_OIDC_REJECT_UNAUTHORIZED_CONNECTIONS = exports2.ALB_DUALSTACK_WITHOUT_PUBLIC_IPV4_SECURITY_GROUP_RULES_DEFAULT = exports2.Disable_ECS_IMDS_Blocking = exports2.Enable_IMDS_Blocking_Deprecated_Feature = exports2.USER_POOL_DOMAIN_NAME_METHOD_WITHOUT_CUSTOM_RESOURCE = exports2.ASPECT_STABILIZATION = exports2.BASTION_HOST_USE_AMAZON_LINUX_2023_BY_DEFAULT = exports2.STEPFUNCTIONS_USE_DISTRIBUTED_MAP_RESULT_WRITER_V2 = exports2.STEPFUNCTIONS_TASKS_FIX_RUN_ECS_TASK_POLICY = exports2.LAMBDA_NODEJS_SDK_V3_EXCLUDE_SMITHY_PACKAGES = exports2.CFN_INCLUDE_REJECT_COMPLEX_RESOURCE_UPDATE_CREATE_POLICY_INTRINSICS = exports2.USE_CORRECT_VALUE_FOR_INSTANCE_RESOURCE_ID_PROPERTY = exports2.APPSYNC_GRAPHQLAPI_SCOPE_LAMBDA_FUNCTION_PERMISSION = exports2.EC2_SUM_TIMEOUT_ENABLED = exports2.DYNAMODB_TABLEV2_RESOURCE_POLICY_PER_REPLICA = exports2.REDUCE_EC2_FARGATE_CLOUDWATCH_PERMISSIONS = exports2.USE_NEW_S3URI_PARAMETERS_FOR_BEDROCK_INVOKE_MODEL_TASK = exports2.S3_KEEP_NOTIFICATION_IN_IMPORTED_BUCKET = exports2.LOG_API_RESPONSE_DATA_PROPERTY_TRUE_DEFAULT = exports2.ECS_REMOVE_DEFAULT_DEPLOYMENT_ALARM = exports2.EBS_DEFAULT_GP3 = exports2.EKS_NODEGROUP_NAME = exports2.PIPELINE_REDUCE_ASSET_ROLE_TRUST_SCOPE = exports2.KMS_REDUCE_CROSS_ACCOUNT_REGION_POLICY_SCOPE = exports2.CODEPIPELINE_DEFAULT_PIPELINE_TYPE_TO_V2 = exports2.CODEPIPELINE_CROSS_ACCOUNT_KEYS_DEFAULT_VALUE_TO_FALSE = exports2.LAMBDA_PERMISSION_LOGICAL_ID_FOR_LAMBDA_ACTION = exports2.CODECOMMIT_SOURCE_ACTION_DEFAULT_BRANCH_NAME = exports2.APPSYNC_ENABLE_USE_ARN_IDENTIFIER_SOURCE_API_ASSOCIATION = exports2.AURORA_CLUSTER_CHANGE_SCOPE_OF_INSTANCE_PARAMETER_GROUP_WITH_EACH_PARAMETERS = exports2.RDS_PREVENT_RENDERING_DEPRECATED_CREDENTIALS = void 0;
|
|
8356
8356
|
exports2.futureFlagDefault = futureFlagDefault;
|
|
8357
8357
|
var flag_modeling_1 = require_flag_modeling();
|
|
8358
8358
|
exports2.ENABLE_STACK_NAME_DUPLICATES_CONTEXT = "@aws-cdk/core:enableStackNameDuplicates";
|
|
@@ -8428,6 +8428,7 @@ var require_features = __commonJS({
|
|
|
8428
8428
|
exports2.CFN_INCLUDE_REJECT_COMPLEX_RESOURCE_UPDATE_CREATE_POLICY_INTRINSICS = "@aws-cdk/core:cfnIncludeRejectComplexResourceUpdateCreatePolicyIntrinsics";
|
|
8429
8429
|
exports2.LAMBDA_NODEJS_SDK_V3_EXCLUDE_SMITHY_PACKAGES = "@aws-cdk/aws-lambda-nodejs:sdkV3ExcludeSmithyPackages";
|
|
8430
8430
|
exports2.STEPFUNCTIONS_TASKS_FIX_RUN_ECS_TASK_POLICY = "@aws-cdk/aws-stepfunctions-tasks:fixRunEcsTaskPolicy";
|
|
8431
|
+
exports2.STEPFUNCTIONS_USE_DISTRIBUTED_MAP_RESULT_WRITER_V2 = "@aws-cdk/aws-stepfunctions:useDistributedMapResultWriterV2";
|
|
8431
8432
|
exports2.BASTION_HOST_USE_AMAZON_LINUX_2023_BY_DEFAULT = "@aws-cdk/aws-ec2:bastionHostUseAmazonLinux2023ByDefault";
|
|
8432
8433
|
exports2.ASPECT_STABILIZATION = "@aws-cdk/core:aspectStabilization";
|
|
8433
8434
|
exports2.USER_POOL_DOMAIN_NAME_METHOD_WITHOUT_CUSTOM_RESOURCE = "@aws-cdk/aws-route53-targets:userPoolDomainNameMethodWithoutCustomResource";
|
|
@@ -8440,8 +8441,10 @@ var require_features = __commonJS({
|
|
|
8440
8441
|
exports2.SET_UNIQUE_REPLICATION_ROLE_NAME = "@aws-cdk/aws-s3:setUniqueReplicationRoleName";
|
|
8441
8442
|
exports2.PIPELINE_REDUCE_STAGE_ROLE_TRUST_SCOPE = "@aws-cdk/pipelines:reduceStageRoleTrustScope";
|
|
8442
8443
|
exports2.EVENTBUS_POLICY_SID_REQUIRED = "@aws-cdk/aws-events:requireEventBusPolicySid";
|
|
8444
|
+
exports2.ASPECT_PRIORITIES_MUTATING = "@aws-cdk/core:aspectPrioritiesMutating";
|
|
8443
8445
|
exports2.DYNAMODB_TABLE_RETAIN_TABLE_REPLICA = "@aws-cdk/aws-dynamodb:retainTableReplica";
|
|
8444
8446
|
exports2.LOG_USER_POOL_CLIENT_SECRET_VALUE = "@aws-cdk/cognito:logUserPoolClientSecretValue";
|
|
8447
|
+
exports2.PIPELINE_REDUCE_CROSS_ACCOUNT_ACTION_ROLE_TRUST_SCOPE = "@aws-cdk/pipelines:reduceCrossAccountActionRoleTrustScope";
|
|
8445
8448
|
exports2.FLAGS = {
|
|
8446
8449
|
//////////////////////////////////////////////////////////////////////
|
|
8447
8450
|
[exports2.ENABLE_STACK_NAME_DUPLICATES_CONTEXT]: {
|
|
@@ -9403,8 +9406,8 @@ var require_features = __commonJS({
|
|
|
9403
9406
|
summary: "When set to true along with canContainersAccessInstanceRole=false in ECS cluster, new updated commands will be added to UserData to block container accessing IMDS. **Applicable to Linux only. IMPORTANT: See [details.](#aws-cdkaws-ecsenableImdsBlockingDeprecatedFeature)**",
|
|
9404
9407
|
detailsMd: `
|
|
9405
9408
|
In an ECS Cluster with \`MachineImageType.AMAZON_LINUX_2\`, the canContainersAccessInstanceRole=false option attempts to add commands to block containers from
|
|
9406
|
-
accessing IMDS. Set this flag to true in order to use new and updated commands. Please note that this
|
|
9407
|
-
feature alone with this feature flag will be deprecated by <ins>**end of 2025**</ins> as CDK cannot
|
|
9409
|
+
accessing IMDS. Set this flag to true in order to use new and updated commands. Please note that this
|
|
9410
|
+
feature alone with this feature flag will be deprecated by <ins>**end of 2025**</ins> as CDK cannot
|
|
9408
9411
|
guarantee the correct execution of the feature in all platforms. See [Github discussion](https://github.com/aws/aws-cdk/discussions/32609) for more information.
|
|
9409
9412
|
It is recommended to follow ECS documentation to block IMDS for your specific platform and cluster configuration.
|
|
9410
9413
|
`,
|
|
@@ -9419,9 +9422,9 @@ var require_features = __commonJS({
|
|
|
9419
9422
|
detailsMd: `
|
|
9420
9423
|
In an ECS Cluster with \`MachineImageType.AMAZON_LINUX_2\`, the canContainersAccessInstanceRole=false option attempts to add commands to block containers from
|
|
9421
9424
|
accessing IMDS. CDK cannot guarantee the correct execution of the feature in all platforms. Setting this feature flag
|
|
9422
|
-
to true will ensure CDK does not attempt to implement IMDS blocking. By <ins>**end of 2025**</ins>, CDK will remove the
|
|
9425
|
+
to true will ensure CDK does not attempt to implement IMDS blocking. By <ins>**end of 2025**</ins>, CDK will remove the
|
|
9423
9426
|
IMDS blocking feature. See [Github discussion](https://github.com/aws/aws-cdk/discussions/32609) for more information.
|
|
9424
|
-
|
|
9427
|
+
|
|
9425
9428
|
It is recommended to follow ECS documentation to block IMDS for your specific platform and cluster configuration.
|
|
9426
9429
|
`,
|
|
9427
9430
|
introducedIn: { v2: "2.175.0" },
|
|
@@ -9600,7 +9603,7 @@ var require_features = __commonJS({
|
|
|
9600
9603
|
detailsMd: `
|
|
9601
9604
|
When this feature flag is enabled, the default behaviour of OIDC Provider's custom resource handler will
|
|
9602
9605
|
default to reject unauthorized connections when downloading CA Certificates.
|
|
9603
|
-
|
|
9606
|
+
|
|
9604
9607
|
When this feature flag is disabled, the behaviour will be the same as current and will allow downloading
|
|
9605
9608
|
thumbprints from unsecure connections.`,
|
|
9606
9609
|
introducedIn: { v2: "2.177.0" },
|
|
@@ -9614,7 +9617,7 @@ var require_features = __commonJS({
|
|
|
9614
9617
|
detailsMd: `
|
|
9615
9618
|
When this feature flag is enabled, CDK expands the scope of usage data collection to include the following:
|
|
9616
9619
|
* L2 construct property keys - Collect which property keys you use from the L2 constructs in your app. This includes property keys nested in dictionary objects.
|
|
9617
|
-
* L2 construct property values of BOOL and ENUM types - Collect property key values of only BOOL and ENUM types. All other types, such as string values or construct references will be redacted.
|
|
9620
|
+
* L2 construct property values of BOOL and ENUM types - Collect property key values of only BOOL and ENUM types. All other types, such as string values or construct references will be redacted.
|
|
9618
9621
|
* L2 construct method usage - Collection method name, parameter keys and parameter values of BOOL and ENUM type.
|
|
9619
9622
|
`,
|
|
9620
9623
|
introducedIn: { v2: "2.178.0" },
|
|
@@ -9623,14 +9626,17 @@ var require_features = __commonJS({
|
|
|
9623
9626
|
//////////////////////////////////////////////////////////////////////
|
|
9624
9627
|
[exports2.LAMBDA_CREATE_NEW_POLICIES_WITH_ADDTOROLEPOLICY]: {
|
|
9625
9628
|
type: flag_modeling_1.FlagType.BugFix,
|
|
9626
|
-
summary: "When enabled, Lambda will create new inline policies with AddToRolePolicy instead of adding to the Default Policy Statement",
|
|
9629
|
+
summary: "[Deprecated] When enabled, Lambda will create new inline policies with AddToRolePolicy instead of adding to the Default Policy Statement",
|
|
9627
9630
|
detailsMd: `
|
|
9628
|
-
When this feature flag is enabled, Lambda will create new inline policies with AddToRolePolicy.
|
|
9631
|
+
[Deprecated default feature] When this feature flag is enabled, Lambda will create new inline policies with AddToRolePolicy.
|
|
9629
9632
|
The purpose of this is to prevent lambda from creating a dependency on the Default Policy Statement.
|
|
9630
9633
|
This solves an issue where a circular dependency could occur if adding lambda to something like a Cognito Trigger, then adding the User Pool to the lambda execution role permissions.
|
|
9634
|
+
However in the current implementation, we have removed a dependency of the lambda function on the policy. In addition to this, a Role will be attached to the Policy instead of an inline policy being attached to the role.
|
|
9635
|
+
This will create a data race condition in the CloudFormation template because the creation of the Lambda function no longer waits for the policy to be created. Having said that, we are not deprecating the feature (we are defaulting the feature flag to false for new stacks) since this feature can still be used to get around the circular dependency issue (issue-7016) particularly in cases where the lambda resource creation doesnt need to depend on the policy resource creation.
|
|
9636
|
+
We recommend to unset the feature flag if already set which will restore the original behavior.
|
|
9631
9637
|
`,
|
|
9632
9638
|
introducedIn: { v2: "2.180.0" },
|
|
9633
|
-
recommendedValue:
|
|
9639
|
+
recommendedValue: false
|
|
9634
9640
|
},
|
|
9635
9641
|
//////////////////////////////////////////////////////////////////////
|
|
9636
9642
|
[exports2.SET_UNIQUE_REPLICATION_ROLE_NAME]: {
|
|
@@ -9651,6 +9657,9 @@ var require_features = __commonJS({
|
|
|
9651
9657
|
detailsMd: `
|
|
9652
9658
|
When this feature flag is enabled, the root account principal will not be added to the trust policy of stage role.
|
|
9653
9659
|
When this feature flag is disabled, it will keep the root account principal in the trust policy.
|
|
9660
|
+
|
|
9661
|
+
For cross-account cases, when this feature flag is enabled the trust policy will be scoped to the role only.
|
|
9662
|
+
If you are providing a custom role, you will need to ensure 'roleName' is specified or set to PhysicalName.GENERATE_IF_NEEDED.
|
|
9654
9663
|
`,
|
|
9655
9664
|
introducedIn: { v2: "2.184.0" },
|
|
9656
9665
|
defaults: { v2: true },
|
|
@@ -9662,13 +9671,13 @@ var require_features = __commonJS({
|
|
|
9662
9671
|
type: flag_modeling_1.FlagType.BugFix,
|
|
9663
9672
|
summary: "When enabled, grantPutEventsTo() will use resource policies with Statement IDs for service principals.",
|
|
9664
9673
|
detailsMd: `
|
|
9665
|
-
Currently, when granting permissions to service principals using grantPutEventsTo(), the operation silently fails
|
|
9666
|
-
because service principals require resource policies with Statement IDs.
|
|
9674
|
+
Currently, when granting permissions to service principals using grantPutEventsTo(), the operation silently fails
|
|
9675
|
+
because service principals require resource policies with Statement IDs.
|
|
9667
9676
|
|
|
9668
9677
|
When this flag is enabled:
|
|
9669
9678
|
- Resource policies will be created with Statement IDs for service principals
|
|
9670
9679
|
- The operation will succeed as expected
|
|
9671
|
-
|
|
9680
|
+
|
|
9672
9681
|
When this flag is disabled:
|
|
9673
9682
|
- A warning will be emitted
|
|
9674
9683
|
- The grant operation will be dropped
|
|
@@ -9680,6 +9689,43 @@ var require_features = __commonJS({
|
|
|
9680
9689
|
recommendedValue: true
|
|
9681
9690
|
},
|
|
9682
9691
|
//////////////////////////////////////////////////////////////////////
|
|
9692
|
+
[exports2.ASPECT_PRIORITIES_MUTATING]: {
|
|
9693
|
+
type: flag_modeling_1.FlagType.ApiDefault,
|
|
9694
|
+
summary: "When set to true, Aspects added by the construct library on your behalf will be given a priority of MUTATING.",
|
|
9695
|
+
detailsMd: `
|
|
9696
|
+
Custom Aspects you add have a priority of DEFAULT (500) if you don't
|
|
9697
|
+
assign a more specific priority, which is higher than MUTATING (200). This
|
|
9698
|
+
is relevant if a custom Aspect you add and an Aspect added by CDK try to
|
|
9699
|
+
configure the same value.
|
|
9700
|
+
|
|
9701
|
+
If this flag is set to false (old behavior), Aspects added by CDK are also
|
|
9702
|
+
added with a priority of DEFAULT; because their priorities are equal, the
|
|
9703
|
+
Aspects that is closest to the target construct executes last (either
|
|
9704
|
+
yours or the Aspect added by the CDK).
|
|
9705
|
+
|
|
9706
|
+
If this flag is set to true (recommended behavior), Aspects added by CDK are added
|
|
9707
|
+
with a priority of MUTATING, and custom Aspects you add with DEFAULT
|
|
9708
|
+
priority will always execute last and "win" the write. If you need Aspects
|
|
9709
|
+
added by CDK to run after yours, your Aspect needs to have a priority of
|
|
9710
|
+
MUTATING or lower.
|
|
9711
|
+
|
|
9712
|
+
This setting only applies to Aspects that were already being added for you
|
|
9713
|
+
before version 2.172.0. Aspects introduced since that version will always
|
|
9714
|
+
be added with a priority of MUTATING, independent of this feature flag.
|
|
9715
|
+
`,
|
|
9716
|
+
introducedIn: { v2: "2.189.1" },
|
|
9717
|
+
recommendedValue: true,
|
|
9718
|
+
compatibilityWithOldBehaviorMd: `
|
|
9719
|
+
To add mutating Aspects controlling construct values that can be overridden
|
|
9720
|
+
by Aspects added by CDK, give them MUTATING priority:
|
|
9721
|
+
|
|
9722
|
+
\`\`\`
|
|
9723
|
+
Aspects.of(stack).add(new MyCustomAspect(), {
|
|
9724
|
+
priority: AspectPriority.MUTATING,
|
|
9725
|
+
});
|
|
9726
|
+
\`\`\`
|
|
9727
|
+
`
|
|
9728
|
+
},
|
|
9683
9729
|
[exports2.DYNAMODB_TABLE_RETAIN_TABLE_REPLICA]: {
|
|
9684
9730
|
type: flag_modeling_1.FlagType.BugFix,
|
|
9685
9731
|
summary: "When enabled, table replica will be default to the removal policy of source table unless specified otherwise.",
|
|
@@ -9695,16 +9741,41 @@ var require_features = __commonJS({
|
|
|
9695
9741
|
type: flag_modeling_1.FlagType.ApiDefault,
|
|
9696
9742
|
summary: "When disabled, the value of the user pool client secret will not be logged in the custom resource lambda function logs.",
|
|
9697
9743
|
detailsMd: `
|
|
9698
|
-
When this feature flag is enabled, the SDK API call response to desribe user pool client values will be logged in the custom
|
|
9744
|
+
When this feature flag is enabled, the SDK API call response to desribe user pool client values will be logged in the custom
|
|
9699
9745
|
resource lambda function logs.
|
|
9700
|
-
|
|
9701
|
-
When this feature flag is disabled, the SDK API call response to describe user pool client values will not be logged in the custom
|
|
9746
|
+
|
|
9747
|
+
When this feature flag is disabled, the SDK API call response to describe user pool client values will not be logged in the custom
|
|
9702
9748
|
resource lambda function logs.
|
|
9703
9749
|
`,
|
|
9704
9750
|
introducedIn: { v2: "2.187.0" },
|
|
9705
9751
|
defaults: { v2: false },
|
|
9706
9752
|
recommendedValue: false,
|
|
9707
9753
|
compatibilityWithOldBehaviorMd: "Enable the feature flag to keep the old behavior and log the client secret values"
|
|
9754
|
+
},
|
|
9755
|
+
//////////////////////////////////////////////////////////////////////
|
|
9756
|
+
[exports2.PIPELINE_REDUCE_CROSS_ACCOUNT_ACTION_ROLE_TRUST_SCOPE]: {
|
|
9757
|
+
type: flag_modeling_1.FlagType.ApiDefault,
|
|
9758
|
+
summary: "When enabled, scopes down the trust policy for the cross-account action role",
|
|
9759
|
+
detailsMd: `
|
|
9760
|
+
When this feature flag is enabled, the trust policy of the cross-account action role will be scoped to the pipeline role.
|
|
9761
|
+
If you are providing a custom role, you will need to ensure 'roleName' is specified or set to PhysicalName.GENERATE_IF_NEEDED.
|
|
9762
|
+
When this feature flag is disabled, it will keep the root account principal in the trust policy.
|
|
9763
|
+
`,
|
|
9764
|
+
introducedIn: { v2: "2.189.0" },
|
|
9765
|
+
defaults: { v2: true },
|
|
9766
|
+
recommendedValue: true,
|
|
9767
|
+
compatibilityWithOldBehaviorMd: "Disable the feature flag to add the root account principal back"
|
|
9768
|
+
},
|
|
9769
|
+
[exports2.STEPFUNCTIONS_USE_DISTRIBUTED_MAP_RESULT_WRITER_V2]: {
|
|
9770
|
+
type: flag_modeling_1.FlagType.ApiDefault,
|
|
9771
|
+
summary: "When enabled, the resultWriterV2 property of DistributedMap will be used insted of resultWriter",
|
|
9772
|
+
detailsMd: `
|
|
9773
|
+
When this feature flag is enabled, the resultWriterV2 property is used instead of resultWriter in DistributedMap class.
|
|
9774
|
+
resultWriterV2 uses ResultWriterV2 class in StepFunctions ASL and can have either Bucket/Prefix or WriterConfig or both.
|
|
9775
|
+
`,
|
|
9776
|
+
introducedIn: { v2: "2.188.0" },
|
|
9777
|
+
recommendedValue: true,
|
|
9778
|
+
compatibilityWithOldBehaviorMd: "Disable the feature flag and set resultWriter in DistributedMap"
|
|
9708
9779
|
}
|
|
9709
9780
|
};
|
|
9710
9781
|
var CURRENT_MV = "v2";
|
|
@@ -9821,7 +9892,7 @@ var require_placeholders = __commonJS({
|
|
|
9821
9892
|
};
|
|
9822
9893
|
exports2.EnvironmentPlaceholders = EnvironmentPlaceholders;
|
|
9823
9894
|
_a = JSII_RTTI_SYMBOL_1;
|
|
9824
|
-
EnvironmentPlaceholders[_a] = { fqn: "@aws-cdk/cx-api.EnvironmentPlaceholders", version: "2.
|
|
9895
|
+
EnvironmentPlaceholders[_a] = { fqn: "@aws-cdk/cx-api.EnvironmentPlaceholders", version: "2.190.0" };
|
|
9825
9896
|
EnvironmentPlaceholders.CURRENT_REGION = "${AWS::Region}";
|
|
9826
9897
|
EnvironmentPlaceholders.CURRENT_ACCOUNT = "${AWS::AccountId}";
|
|
9827
9898
|
EnvironmentPlaceholders.CURRENT_PARTITION = "${AWS::Partition}";
|
|
@@ -10697,9 +10768,9 @@ var require_graceful_fs = __commonJS({
|
|
|
10697
10768
|
}
|
|
10698
10769
|
});
|
|
10699
10770
|
|
|
10700
|
-
// node_modules/fs-extra/lib/fs/index.js
|
|
10771
|
+
// ../../../node_modules/fs-extra/lib/fs/index.js
|
|
10701
10772
|
var require_fs = __commonJS({
|
|
10702
|
-
"node_modules/fs-extra/lib/fs/index.js"(exports2) {
|
|
10773
|
+
"../../../node_modules/fs-extra/lib/fs/index.js"(exports2) {
|
|
10703
10774
|
"use strict";
|
|
10704
10775
|
var u = require_universalify().fromCallback;
|
|
10705
10776
|
var fs8 = require_graceful_fs();
|
|
@@ -10810,9 +10881,9 @@ var require_at_least_node = __commonJS({
|
|
|
10810
10881
|
}
|
|
10811
10882
|
});
|
|
10812
10883
|
|
|
10813
|
-
// node_modules/fs-extra/lib/mkdirs/make-dir.js
|
|
10884
|
+
// ../../../node_modules/fs-extra/lib/mkdirs/make-dir.js
|
|
10814
10885
|
var require_make_dir = __commonJS({
|
|
10815
|
-
"node_modules/fs-extra/lib/mkdirs/make-dir.js"(exports2, module2) {
|
|
10886
|
+
"../../../node_modules/fs-extra/lib/mkdirs/make-dir.js"(exports2, module2) {
|
|
10816
10887
|
"use strict";
|
|
10817
10888
|
var fs8 = require_fs();
|
|
10818
10889
|
var path7 = require("path");
|
|
@@ -10921,9 +10992,9 @@ var require_make_dir = __commonJS({
|
|
|
10921
10992
|
}
|
|
10922
10993
|
});
|
|
10923
10994
|
|
|
10924
|
-
// node_modules/fs-extra/lib/mkdirs/index.js
|
|
10995
|
+
// ../../../node_modules/fs-extra/lib/mkdirs/index.js
|
|
10925
10996
|
var require_mkdirs = __commonJS({
|
|
10926
|
-
"node_modules/fs-extra/lib/mkdirs/index.js"(exports2, module2) {
|
|
10997
|
+
"../../../node_modules/fs-extra/lib/mkdirs/index.js"(exports2, module2) {
|
|
10927
10998
|
"use strict";
|
|
10928
10999
|
var u = require_universalify().fromPromise;
|
|
10929
11000
|
var { makeDir: _makeDir, makeDirSync } = require_make_dir();
|
|
@@ -10940,9 +11011,9 @@ var require_mkdirs = __commonJS({
|
|
|
10940
11011
|
}
|
|
10941
11012
|
});
|
|
10942
11013
|
|
|
10943
|
-
// node_modules/fs-extra/lib/util/utimes.js
|
|
11014
|
+
// ../../../node_modules/fs-extra/lib/util/utimes.js
|
|
10944
11015
|
var require_utimes = __commonJS({
|
|
10945
|
-
"node_modules/fs-extra/lib/util/utimes.js"(exports2, module2) {
|
|
11016
|
+
"../../../node_modules/fs-extra/lib/util/utimes.js"(exports2, module2) {
|
|
10946
11017
|
"use strict";
|
|
10947
11018
|
var fs8 = require_graceful_fs();
|
|
10948
11019
|
function utimesMillis(path7, atime, mtime, callback) {
|
|
@@ -10967,9 +11038,9 @@ var require_utimes = __commonJS({
|
|
|
10967
11038
|
}
|
|
10968
11039
|
});
|
|
10969
11040
|
|
|
10970
|
-
// node_modules/fs-extra/lib/util/stat.js
|
|
11041
|
+
// ../../../node_modules/fs-extra/lib/util/stat.js
|
|
10971
11042
|
var require_stat = __commonJS({
|
|
10972
|
-
"node_modules/fs-extra/lib/util/stat.js"(exports2, module2) {
|
|
11043
|
+
"../../../node_modules/fs-extra/lib/util/stat.js"(exports2, module2) {
|
|
10973
11044
|
"use strict";
|
|
10974
11045
|
var fs8 = require_fs();
|
|
10975
11046
|
var path7 = require("path");
|
|
@@ -11083,9 +11154,9 @@ var require_stat = __commonJS({
|
|
|
11083
11154
|
}
|
|
11084
11155
|
});
|
|
11085
11156
|
|
|
11086
|
-
// node_modules/fs-extra/lib/copy-sync/copy-sync.js
|
|
11157
|
+
// ../../../node_modules/fs-extra/lib/copy-sync/copy-sync.js
|
|
11087
11158
|
var require_copy_sync = __commonJS({
|
|
11088
|
-
"node_modules/fs-extra/lib/copy-sync/copy-sync.js"(exports2, module2) {
|
|
11159
|
+
"../../../node_modules/fs-extra/lib/copy-sync/copy-sync.js"(exports2, module2) {
|
|
11089
11160
|
"use strict";
|
|
11090
11161
|
var fs8 = require_graceful_fs();
|
|
11091
11162
|
var path7 = require("path");
|
|
@@ -11215,9 +11286,9 @@ var require_copy_sync = __commonJS({
|
|
|
11215
11286
|
}
|
|
11216
11287
|
});
|
|
11217
11288
|
|
|
11218
|
-
// node_modules/fs-extra/lib/copy-sync/index.js
|
|
11289
|
+
// ../../../node_modules/fs-extra/lib/copy-sync/index.js
|
|
11219
11290
|
var require_copy_sync2 = __commonJS({
|
|
11220
|
-
"node_modules/fs-extra/lib/copy-sync/index.js"(exports2, module2) {
|
|
11291
|
+
"../../../node_modules/fs-extra/lib/copy-sync/index.js"(exports2, module2) {
|
|
11221
11292
|
"use strict";
|
|
11222
11293
|
module2.exports = {
|
|
11223
11294
|
copySync: require_copy_sync()
|
|
@@ -11225,9 +11296,9 @@ var require_copy_sync2 = __commonJS({
|
|
|
11225
11296
|
}
|
|
11226
11297
|
});
|
|
11227
11298
|
|
|
11228
|
-
// node_modules/fs-extra/lib/path-exists/index.js
|
|
11299
|
+
// ../../../node_modules/fs-extra/lib/path-exists/index.js
|
|
11229
11300
|
var require_path_exists = __commonJS({
|
|
11230
|
-
"node_modules/fs-extra/lib/path-exists/index.js"(exports2, module2) {
|
|
11301
|
+
"../../../node_modules/fs-extra/lib/path-exists/index.js"(exports2, module2) {
|
|
11231
11302
|
"use strict";
|
|
11232
11303
|
var u = require_universalify().fromPromise;
|
|
11233
11304
|
var fs8 = require_fs();
|
|
@@ -11241,9 +11312,9 @@ var require_path_exists = __commonJS({
|
|
|
11241
11312
|
}
|
|
11242
11313
|
});
|
|
11243
11314
|
|
|
11244
|
-
// node_modules/fs-extra/lib/copy/copy.js
|
|
11315
|
+
// ../../../node_modules/fs-extra/lib/copy/copy.js
|
|
11245
11316
|
var require_copy = __commonJS({
|
|
11246
|
-
"node_modules/fs-extra/lib/copy/copy.js"(exports2, module2) {
|
|
11317
|
+
"../../../node_modules/fs-extra/lib/copy/copy.js"(exports2, module2) {
|
|
11247
11318
|
"use strict";
|
|
11248
11319
|
var fs8 = require_graceful_fs();
|
|
11249
11320
|
var path7 = require("path");
|
|
@@ -11436,9 +11507,9 @@ var require_copy = __commonJS({
|
|
|
11436
11507
|
}
|
|
11437
11508
|
});
|
|
11438
11509
|
|
|
11439
|
-
// node_modules/fs-extra/lib/copy/index.js
|
|
11510
|
+
// ../../../node_modules/fs-extra/lib/copy/index.js
|
|
11440
11511
|
var require_copy2 = __commonJS({
|
|
11441
|
-
"node_modules/fs-extra/lib/copy/index.js"(exports2, module2) {
|
|
11512
|
+
"../../../node_modules/fs-extra/lib/copy/index.js"(exports2, module2) {
|
|
11442
11513
|
"use strict";
|
|
11443
11514
|
var u = require_universalify().fromCallback;
|
|
11444
11515
|
module2.exports = {
|
|
@@ -11447,9 +11518,9 @@ var require_copy2 = __commonJS({
|
|
|
11447
11518
|
}
|
|
11448
11519
|
});
|
|
11449
11520
|
|
|
11450
|
-
// node_modules/fs-extra/lib/remove/rimraf.js
|
|
11521
|
+
// ../../../node_modules/fs-extra/lib/remove/rimraf.js
|
|
11451
11522
|
var require_rimraf = __commonJS({
|
|
11452
|
-
"node_modules/fs-extra/lib/remove/rimraf.js"(exports2, module2) {
|
|
11523
|
+
"../../../node_modules/fs-extra/lib/remove/rimraf.js"(exports2, module2) {
|
|
11453
11524
|
"use strict";
|
|
11454
11525
|
var fs8 = require_graceful_fs();
|
|
11455
11526
|
var path7 = require("path");
|
|
@@ -11682,9 +11753,9 @@ var require_rimraf = __commonJS({
|
|
|
11682
11753
|
}
|
|
11683
11754
|
});
|
|
11684
11755
|
|
|
11685
|
-
// node_modules/fs-extra/lib/remove/index.js
|
|
11756
|
+
// ../../../node_modules/fs-extra/lib/remove/index.js
|
|
11686
11757
|
var require_remove = __commonJS({
|
|
11687
|
-
"node_modules/fs-extra/lib/remove/index.js"(exports2, module2) {
|
|
11758
|
+
"../../../node_modules/fs-extra/lib/remove/index.js"(exports2, module2) {
|
|
11688
11759
|
"use strict";
|
|
11689
11760
|
var u = require_universalify().fromCallback;
|
|
11690
11761
|
var rimraf = require_rimraf();
|
|
@@ -11695,9 +11766,9 @@ var require_remove = __commonJS({
|
|
|
11695
11766
|
}
|
|
11696
11767
|
});
|
|
11697
11768
|
|
|
11698
|
-
// node_modules/fs-extra/lib/empty/index.js
|
|
11769
|
+
// ../../../node_modules/fs-extra/lib/empty/index.js
|
|
11699
11770
|
var require_empty = __commonJS({
|
|
11700
|
-
"node_modules/fs-extra/lib/empty/index.js"(exports2, module2) {
|
|
11771
|
+
"../../../node_modules/fs-extra/lib/empty/index.js"(exports2, module2) {
|
|
11701
11772
|
"use strict";
|
|
11702
11773
|
var u = require_universalify().fromCallback;
|
|
11703
11774
|
var fs8 = require_graceful_fs();
|
|
@@ -11742,9 +11813,9 @@ var require_empty = __commonJS({
|
|
|
11742
11813
|
}
|
|
11743
11814
|
});
|
|
11744
11815
|
|
|
11745
|
-
// node_modules/fs-extra/lib/ensure/file.js
|
|
11816
|
+
// ../../../node_modules/fs-extra/lib/ensure/file.js
|
|
11746
11817
|
var require_file = __commonJS({
|
|
11747
|
-
"node_modules/fs-extra/lib/ensure/file.js"(exports2, module2) {
|
|
11818
|
+
"../../../node_modules/fs-extra/lib/ensure/file.js"(exports2, module2) {
|
|
11748
11819
|
"use strict";
|
|
11749
11820
|
var u = require_universalify().fromCallback;
|
|
11750
11821
|
var path7 = require("path");
|
|
@@ -11804,9 +11875,9 @@ var require_file = __commonJS({
|
|
|
11804
11875
|
}
|
|
11805
11876
|
});
|
|
11806
11877
|
|
|
11807
|
-
// node_modules/fs-extra/lib/ensure/link.js
|
|
11878
|
+
// ../../../node_modules/fs-extra/lib/ensure/link.js
|
|
11808
11879
|
var require_link = __commonJS({
|
|
11809
|
-
"node_modules/fs-extra/lib/ensure/link.js"(exports2, module2) {
|
|
11880
|
+
"../../../node_modules/fs-extra/lib/ensure/link.js"(exports2, module2) {
|
|
11810
11881
|
"use strict";
|
|
11811
11882
|
var u = require_universalify().fromCallback;
|
|
11812
11883
|
var path7 = require("path");
|
|
@@ -11862,9 +11933,9 @@ var require_link = __commonJS({
|
|
|
11862
11933
|
}
|
|
11863
11934
|
});
|
|
11864
11935
|
|
|
11865
|
-
// node_modules/fs-extra/lib/ensure/symlink-paths.js
|
|
11936
|
+
// ../../../node_modules/fs-extra/lib/ensure/symlink-paths.js
|
|
11866
11937
|
var require_symlink_paths = __commonJS({
|
|
11867
|
-
"node_modules/fs-extra/lib/ensure/symlink-paths.js"(exports2, module2) {
|
|
11938
|
+
"../../../node_modules/fs-extra/lib/ensure/symlink-paths.js"(exports2, module2) {
|
|
11868
11939
|
"use strict";
|
|
11869
11940
|
var path7 = require("path");
|
|
11870
11941
|
var fs8 = require_graceful_fs();
|
|
@@ -11941,9 +12012,9 @@ var require_symlink_paths = __commonJS({
|
|
|
11941
12012
|
}
|
|
11942
12013
|
});
|
|
11943
12014
|
|
|
11944
|
-
// node_modules/fs-extra/lib/ensure/symlink-type.js
|
|
12015
|
+
// ../../../node_modules/fs-extra/lib/ensure/symlink-type.js
|
|
11945
12016
|
var require_symlink_type = __commonJS({
|
|
11946
|
-
"node_modules/fs-extra/lib/ensure/symlink-type.js"(exports2, module2) {
|
|
12017
|
+
"../../../node_modules/fs-extra/lib/ensure/symlink-type.js"(exports2, module2) {
|
|
11947
12018
|
"use strict";
|
|
11948
12019
|
var fs8 = require_graceful_fs();
|
|
11949
12020
|
function symlinkType(srcpath, type, callback) {
|
|
@@ -11973,9 +12044,9 @@ var require_symlink_type = __commonJS({
|
|
|
11973
12044
|
}
|
|
11974
12045
|
});
|
|
11975
12046
|
|
|
11976
|
-
// node_modules/fs-extra/lib/ensure/symlink.js
|
|
12047
|
+
// ../../../node_modules/fs-extra/lib/ensure/symlink.js
|
|
11977
12048
|
var require_symlink = __commonJS({
|
|
11978
|
-
"node_modules/fs-extra/lib/ensure/symlink.js"(exports2, module2) {
|
|
12049
|
+
"../../../node_modules/fs-extra/lib/ensure/symlink.js"(exports2, module2) {
|
|
11979
12050
|
"use strict";
|
|
11980
12051
|
var u = require_universalify().fromCallback;
|
|
11981
12052
|
var path7 = require("path");
|
|
@@ -12033,9 +12104,9 @@ var require_symlink = __commonJS({
|
|
|
12033
12104
|
}
|
|
12034
12105
|
});
|
|
12035
12106
|
|
|
12036
|
-
// node_modules/fs-extra/lib/ensure/index.js
|
|
12107
|
+
// ../../../node_modules/fs-extra/lib/ensure/index.js
|
|
12037
12108
|
var require_ensure = __commonJS({
|
|
12038
|
-
"node_modules/fs-extra/lib/ensure/index.js"(exports2, module2) {
|
|
12109
|
+
"../../../node_modules/fs-extra/lib/ensure/index.js"(exports2, module2) {
|
|
12039
12110
|
"use strict";
|
|
12040
12111
|
var file = require_file();
|
|
12041
12112
|
var link = require_link();
|
|
@@ -12149,9 +12220,9 @@ var require_jsonfile = __commonJS({
|
|
|
12149
12220
|
}
|
|
12150
12221
|
});
|
|
12151
12222
|
|
|
12152
|
-
// node_modules/fs-extra/lib/json/jsonfile.js
|
|
12223
|
+
// ../../../node_modules/fs-extra/lib/json/jsonfile.js
|
|
12153
12224
|
var require_jsonfile2 = __commonJS({
|
|
12154
|
-
"node_modules/fs-extra/lib/json/jsonfile.js"(exports2, module2) {
|
|
12225
|
+
"../../../node_modules/fs-extra/lib/json/jsonfile.js"(exports2, module2) {
|
|
12155
12226
|
"use strict";
|
|
12156
12227
|
var jsonFile = require_jsonfile();
|
|
12157
12228
|
module2.exports = {
|
|
@@ -12164,9 +12235,9 @@ var require_jsonfile2 = __commonJS({
|
|
|
12164
12235
|
}
|
|
12165
12236
|
});
|
|
12166
12237
|
|
|
12167
|
-
// node_modules/fs-extra/lib/output/index.js
|
|
12238
|
+
// ../../../node_modules/fs-extra/lib/output/index.js
|
|
12168
12239
|
var require_output = __commonJS({
|
|
12169
|
-
"node_modules/fs-extra/lib/output/index.js"(exports2, module2) {
|
|
12240
|
+
"../../../node_modules/fs-extra/lib/output/index.js"(exports2, module2) {
|
|
12170
12241
|
"use strict";
|
|
12171
12242
|
var u = require_universalify().fromCallback;
|
|
12172
12243
|
var fs8 = require_graceful_fs();
|
|
@@ -12203,9 +12274,9 @@ var require_output = __commonJS({
|
|
|
12203
12274
|
}
|
|
12204
12275
|
});
|
|
12205
12276
|
|
|
12206
|
-
// node_modules/fs-extra/lib/json/output-json.js
|
|
12277
|
+
// ../../../node_modules/fs-extra/lib/json/output-json.js
|
|
12207
12278
|
var require_output_json = __commonJS({
|
|
12208
|
-
"node_modules/fs-extra/lib/json/output-json.js"(exports2, module2) {
|
|
12279
|
+
"../../../node_modules/fs-extra/lib/json/output-json.js"(exports2, module2) {
|
|
12209
12280
|
"use strict";
|
|
12210
12281
|
var { stringify } = require_utils();
|
|
12211
12282
|
var { outputFile } = require_output();
|
|
@@ -12217,9 +12288,9 @@ var require_output_json = __commonJS({
|
|
|
12217
12288
|
}
|
|
12218
12289
|
});
|
|
12219
12290
|
|
|
12220
|
-
// node_modules/fs-extra/lib/json/output-json-sync.js
|
|
12291
|
+
// ../../../node_modules/fs-extra/lib/json/output-json-sync.js
|
|
12221
12292
|
var require_output_json_sync = __commonJS({
|
|
12222
|
-
"node_modules/fs-extra/lib/json/output-json-sync.js"(exports2, module2) {
|
|
12293
|
+
"../../../node_modules/fs-extra/lib/json/output-json-sync.js"(exports2, module2) {
|
|
12223
12294
|
"use strict";
|
|
12224
12295
|
var { stringify } = require_utils();
|
|
12225
12296
|
var { outputFileSync } = require_output();
|
|
@@ -12231,9 +12302,9 @@ var require_output_json_sync = __commonJS({
|
|
|
12231
12302
|
}
|
|
12232
12303
|
});
|
|
12233
12304
|
|
|
12234
|
-
// node_modules/fs-extra/lib/json/index.js
|
|
12305
|
+
// ../../../node_modules/fs-extra/lib/json/index.js
|
|
12235
12306
|
var require_json = __commonJS({
|
|
12236
|
-
"node_modules/fs-extra/lib/json/index.js"(exports2, module2) {
|
|
12307
|
+
"../../../node_modules/fs-extra/lib/json/index.js"(exports2, module2) {
|
|
12237
12308
|
"use strict";
|
|
12238
12309
|
var u = require_universalify().fromPromise;
|
|
12239
12310
|
var jsonFile = require_jsonfile2();
|
|
@@ -12249,9 +12320,9 @@ var require_json = __commonJS({
|
|
|
12249
12320
|
}
|
|
12250
12321
|
});
|
|
12251
12322
|
|
|
12252
|
-
// node_modules/fs-extra/lib/move-sync/move-sync.js
|
|
12323
|
+
// ../../../node_modules/fs-extra/lib/move-sync/move-sync.js
|
|
12253
12324
|
var require_move_sync = __commonJS({
|
|
12254
|
-
"node_modules/fs-extra/lib/move-sync/move-sync.js"(exports2, module2) {
|
|
12325
|
+
"../../../node_modules/fs-extra/lib/move-sync/move-sync.js"(exports2, module2) {
|
|
12255
12326
|
"use strict";
|
|
12256
12327
|
var fs8 = require_graceful_fs();
|
|
12257
12328
|
var path7 = require("path");
|
|
@@ -12295,9 +12366,9 @@ var require_move_sync = __commonJS({
|
|
|
12295
12366
|
}
|
|
12296
12367
|
});
|
|
12297
12368
|
|
|
12298
|
-
// node_modules/fs-extra/lib/move-sync/index.js
|
|
12369
|
+
// ../../../node_modules/fs-extra/lib/move-sync/index.js
|
|
12299
12370
|
var require_move_sync2 = __commonJS({
|
|
12300
|
-
"node_modules/fs-extra/lib/move-sync/index.js"(exports2, module2) {
|
|
12371
|
+
"../../../node_modules/fs-extra/lib/move-sync/index.js"(exports2, module2) {
|
|
12301
12372
|
"use strict";
|
|
12302
12373
|
module2.exports = {
|
|
12303
12374
|
moveSync: require_move_sync()
|
|
@@ -12305,9 +12376,9 @@ var require_move_sync2 = __commonJS({
|
|
|
12305
12376
|
}
|
|
12306
12377
|
});
|
|
12307
12378
|
|
|
12308
|
-
// node_modules/fs-extra/lib/move/move.js
|
|
12379
|
+
// ../../../node_modules/fs-extra/lib/move/move.js
|
|
12309
12380
|
var require_move = __commonJS({
|
|
12310
|
-
"node_modules/fs-extra/lib/move/move.js"(exports2, module2) {
|
|
12381
|
+
"../../../node_modules/fs-extra/lib/move/move.js"(exports2, module2) {
|
|
12311
12382
|
"use strict";
|
|
12312
12383
|
var fs8 = require_graceful_fs();
|
|
12313
12384
|
var path7 = require("path");
|
|
@@ -12368,9 +12439,9 @@ var require_move = __commonJS({
|
|
|
12368
12439
|
}
|
|
12369
12440
|
});
|
|
12370
12441
|
|
|
12371
|
-
// node_modules/fs-extra/lib/move/index.js
|
|
12442
|
+
// ../../../node_modules/fs-extra/lib/move/index.js
|
|
12372
12443
|
var require_move2 = __commonJS({
|
|
12373
|
-
"node_modules/fs-extra/lib/move/index.js"(exports2, module2) {
|
|
12444
|
+
"../../../node_modules/fs-extra/lib/move/index.js"(exports2, module2) {
|
|
12374
12445
|
"use strict";
|
|
12375
12446
|
var u = require_universalify().fromCallback;
|
|
12376
12447
|
module2.exports = {
|
|
@@ -12379,9 +12450,9 @@ var require_move2 = __commonJS({
|
|
|
12379
12450
|
}
|
|
12380
12451
|
});
|
|
12381
12452
|
|
|
12382
|
-
// node_modules/fs-extra/lib/index.js
|
|
12453
|
+
// ../../../node_modules/fs-extra/lib/index.js
|
|
12383
12454
|
var require_lib5 = __commonJS({
|
|
12384
|
-
"node_modules/fs-extra/lib/index.js"(exports2, module2) {
|
|
12455
|
+
"../../../node_modules/fs-extra/lib/index.js"(exports2, module2) {
|
|
12385
12456
|
"use strict";
|
|
12386
12457
|
module2.exports = {
|
|
12387
12458
|
// Export promiseified graceful-fs:
|
|
@@ -12726,6 +12797,8 @@ __export(recommended_feature_flags_exports, {
|
|
|
12726
12797
|
"@aws-cdk/aws-sns-subscriptions:restrictSqsDescryption": () => _aws_cdk_aws_sns_subscriptions_restrictSqsDescryption,
|
|
12727
12798
|
"@aws-cdk/aws-stepfunctions-tasks:enableEmrServicePolicyV2": () => _aws_cdk_aws_stepfunctions_tasks_enableEmrServicePolicyV2,
|
|
12728
12799
|
"@aws-cdk/aws-stepfunctions-tasks:fixRunEcsTaskPolicy": () => _aws_cdk_aws_stepfunctions_tasks_fixRunEcsTaskPolicy,
|
|
12800
|
+
"@aws-cdk/aws-stepfunctions:useDistributedMapResultWriterV2": () => _aws_cdk_aws_stepfunctions_useDistributedMapResultWriterV2,
|
|
12801
|
+
"@aws-cdk/core:aspectPrioritiesMutating": () => _aws_cdk_core_aspectPrioritiesMutating,
|
|
12729
12802
|
"@aws-cdk/core:cfnIncludeRejectComplexResourceUpdateCreatePolicyIntrinsics": () => _aws_cdk_core_cfnIncludeRejectComplexResourceUpdateCreatePolicyIntrinsics,
|
|
12730
12803
|
"@aws-cdk/core:checkSecretUsage": () => _aws_cdk_core_checkSecretUsage,
|
|
12731
12804
|
"@aws-cdk/core:enableAdditionalMetadataCollection": () => _aws_cdk_core_enableAdditionalMetadataCollection,
|
|
@@ -12737,7 +12810,7 @@ __export(recommended_feature_flags_exports, {
|
|
|
12737
12810
|
"@aws-cdk/customresources:installLatestAwsSdkDefault": () => _aws_cdk_customresources_installLatestAwsSdkDefault,
|
|
12738
12811
|
default: () => recommended_feature_flags_default
|
|
12739
12812
|
});
|
|
12740
|
-
var _aws_cdk_aws_lambda_recognizeLayerVersion, _aws_cdk_core_checkSecretUsage, _aws_cdk_core_target_partitions, _aws_cdk_containers_ecs_service_extensions_enableDefaultLogDriver, _aws_cdk_aws_ec2_uniqueImdsv2TemplateName, _aws_cdk_aws_ecs_arnFormatIncludesClusterName, _aws_cdk_aws_iam_minimizePolicies, _aws_cdk_core_validateSnapshotRemovalPolicy, _aws_cdk_aws_codepipeline_crossAccountKeyAliasStackSafeResourceName, _aws_cdk_aws_s3_createDefaultLoggingPolicy, _aws_cdk_aws_sns_subscriptions_restrictSqsDescryption, _aws_cdk_aws_apigateway_disableCloudWatchRole, _aws_cdk_core_enablePartitionLiterals, _aws_cdk_aws_events_eventsTargetQueueSameAccount, _aws_cdk_aws_ecs_disableExplicitDeploymentControllerForCircuitBreaker, _aws_cdk_aws_iam_importedRoleStackSafeDefaultPolicyName, _aws_cdk_aws_s3_serverAccessLogsUseBucketPolicy, _aws_cdk_aws_route53_patters_useCertificate, _aws_cdk_customresources_installLatestAwsSdkDefault, _aws_cdk_aws_rds_databaseProxyUniqueResourceName, _aws_cdk_aws_codedeploy_removeAlarmsFromDeploymentGroup, _aws_cdk_aws_apigateway_authorizerChangeDeploymentLogicalId, _aws_cdk_aws_ec2_launchTemplateDefaultUserData, _aws_cdk_aws_secretsmanager_useAttachedSecretResourcePolicyForSecretTargetAttachments, _aws_cdk_aws_redshift_columnId, _aws_cdk_aws_stepfunctions_tasks_enableEmrServicePolicyV2, _aws_cdk_aws_ec2_restrictDefaultSecurityGroup, _aws_cdk_aws_apigateway_requestValidatorUniqueId, _aws_cdk_aws_kms_aliasNameRef, _aws_cdk_aws_autoscaling_generateLaunchTemplateInsteadOfLaunchConfig, _aws_cdk_core_includePrefixInUniqueNameGeneration, _aws_cdk_aws_efs_denyAnonymousAccess, _aws_cdk_aws_opensearchservice_enableOpensearchMultiAzWithStandby, _aws_cdk_aws_lambda_nodejs_useLatestRuntimeVersion, _aws_cdk_aws_efs_mountTargetOrderInsensitiveLogicalId, _aws_cdk_aws_rds_auroraClusterChangeScopeOfInstanceParameterGroupWithEachParameters, _aws_cdk_aws_appsync_useArnForSourceApiAssociationIdentifier, _aws_cdk_aws_rds_preventRenderingDeprecatedCredentials, _aws_cdk_aws_codepipeline_actions_useNewDefaultBranchForCodeCommitSource, _aws_cdk_aws_cloudwatch_actions_changeLambdaPermissionLogicalIdForLambdaAction, _aws_cdk_aws_codepipeline_crossAccountKeysDefaultValueToFalse, _aws_cdk_aws_codepipeline_defaultPipelineTypeToV2, _aws_cdk_aws_kms_reduceCrossAccountRegionPolicyScope, _aws_cdk_aws_eks_nodegroupNameAttribute, _aws_cdk_aws_ec2_ebsDefaultGp3Volume, _aws_cdk_aws_ecs_removeDefaultDeploymentAlarm, _aws_cdk_custom_resources_logApiResponseDataPropertyTrueDefault, _aws_cdk_aws_s3_keepNotificationInImportedBucket, _aws_cdk_aws_ecs_enableImdsBlockingDeprecatedFeature, _aws_cdk_aws_ecs_disableEcsImdsBlocking, _aws_cdk_aws_ecs_reduceEc2FargateCloudWatchPermissions, _aws_cdk_aws_dynamodb_resourcePolicyPerReplica, _aws_cdk_aws_ec2_ec2SumTImeoutEnabled, _aws_cdk_aws_appsync_appSyncGraphQLAPIScopeLambdaPermission, _aws_cdk_aws_rds_setCorrectValueForDatabaseInstanceReadReplicaInstanceResourceId, _aws_cdk_core_cfnIncludeRejectComplexResourceUpdateCreatePolicyIntrinsics, _aws_cdk_aws_lambda_nodejs_sdkV3ExcludeSmithyPackages, _aws_cdk_aws_stepfunctions_tasks_fixRunEcsTaskPolicy, _aws_cdk_aws_ec2_bastionHostUseAmazonLinux2023ByDefault, _aws_cdk_aws_route53_targets_userPoolDomainNameMethodWithoutCustomResource, _aws_cdk_aws_elasticloadbalancingV2_albDualstackWithoutPublicIpv4SecurityGroupRulesDefault, _aws_cdk_aws_iam_oidcRejectUnauthorizedConnections, _aws_cdk_core_enableAdditionalMetadataCollection, _aws_cdk_aws_lambda_createNewPoliciesWithAddToRolePolicy, _aws_cdk_aws_s3_setUniqueReplicationRoleName, _aws_cdk_aws_events_requireEventBusPolicySid, _aws_cdk_aws_dynamodb_retainTableReplica, recommended_feature_flags_default;
|
|
12813
|
+
var _aws_cdk_aws_lambda_recognizeLayerVersion, _aws_cdk_core_checkSecretUsage, _aws_cdk_core_target_partitions, _aws_cdk_containers_ecs_service_extensions_enableDefaultLogDriver, _aws_cdk_aws_ec2_uniqueImdsv2TemplateName, _aws_cdk_aws_ecs_arnFormatIncludesClusterName, _aws_cdk_aws_iam_minimizePolicies, _aws_cdk_core_validateSnapshotRemovalPolicy, _aws_cdk_aws_codepipeline_crossAccountKeyAliasStackSafeResourceName, _aws_cdk_aws_s3_createDefaultLoggingPolicy, _aws_cdk_aws_sns_subscriptions_restrictSqsDescryption, _aws_cdk_aws_apigateway_disableCloudWatchRole, _aws_cdk_core_enablePartitionLiterals, _aws_cdk_aws_events_eventsTargetQueueSameAccount, _aws_cdk_aws_ecs_disableExplicitDeploymentControllerForCircuitBreaker, _aws_cdk_aws_iam_importedRoleStackSafeDefaultPolicyName, _aws_cdk_aws_s3_serverAccessLogsUseBucketPolicy, _aws_cdk_aws_route53_patters_useCertificate, _aws_cdk_customresources_installLatestAwsSdkDefault, _aws_cdk_aws_rds_databaseProxyUniqueResourceName, _aws_cdk_aws_codedeploy_removeAlarmsFromDeploymentGroup, _aws_cdk_aws_apigateway_authorizerChangeDeploymentLogicalId, _aws_cdk_aws_ec2_launchTemplateDefaultUserData, _aws_cdk_aws_secretsmanager_useAttachedSecretResourcePolicyForSecretTargetAttachments, _aws_cdk_aws_redshift_columnId, _aws_cdk_aws_stepfunctions_tasks_enableEmrServicePolicyV2, _aws_cdk_aws_ec2_restrictDefaultSecurityGroup, _aws_cdk_aws_apigateway_requestValidatorUniqueId, _aws_cdk_aws_kms_aliasNameRef, _aws_cdk_aws_autoscaling_generateLaunchTemplateInsteadOfLaunchConfig, _aws_cdk_core_includePrefixInUniqueNameGeneration, _aws_cdk_aws_efs_denyAnonymousAccess, _aws_cdk_aws_opensearchservice_enableOpensearchMultiAzWithStandby, _aws_cdk_aws_lambda_nodejs_useLatestRuntimeVersion, _aws_cdk_aws_efs_mountTargetOrderInsensitiveLogicalId, _aws_cdk_aws_rds_auroraClusterChangeScopeOfInstanceParameterGroupWithEachParameters, _aws_cdk_aws_appsync_useArnForSourceApiAssociationIdentifier, _aws_cdk_aws_rds_preventRenderingDeprecatedCredentials, _aws_cdk_aws_codepipeline_actions_useNewDefaultBranchForCodeCommitSource, _aws_cdk_aws_cloudwatch_actions_changeLambdaPermissionLogicalIdForLambdaAction, _aws_cdk_aws_codepipeline_crossAccountKeysDefaultValueToFalse, _aws_cdk_aws_codepipeline_defaultPipelineTypeToV2, _aws_cdk_aws_kms_reduceCrossAccountRegionPolicyScope, _aws_cdk_aws_eks_nodegroupNameAttribute, _aws_cdk_aws_ec2_ebsDefaultGp3Volume, _aws_cdk_aws_ecs_removeDefaultDeploymentAlarm, _aws_cdk_custom_resources_logApiResponseDataPropertyTrueDefault, _aws_cdk_aws_s3_keepNotificationInImportedBucket, _aws_cdk_aws_ecs_enableImdsBlockingDeprecatedFeature, _aws_cdk_aws_ecs_disableEcsImdsBlocking, _aws_cdk_aws_ecs_reduceEc2FargateCloudWatchPermissions, _aws_cdk_aws_dynamodb_resourcePolicyPerReplica, _aws_cdk_aws_ec2_ec2SumTImeoutEnabled, _aws_cdk_aws_appsync_appSyncGraphQLAPIScopeLambdaPermission, _aws_cdk_aws_rds_setCorrectValueForDatabaseInstanceReadReplicaInstanceResourceId, _aws_cdk_core_cfnIncludeRejectComplexResourceUpdateCreatePolicyIntrinsics, _aws_cdk_aws_lambda_nodejs_sdkV3ExcludeSmithyPackages, _aws_cdk_aws_stepfunctions_tasks_fixRunEcsTaskPolicy, _aws_cdk_aws_ec2_bastionHostUseAmazonLinux2023ByDefault, _aws_cdk_aws_route53_targets_userPoolDomainNameMethodWithoutCustomResource, _aws_cdk_aws_elasticloadbalancingV2_albDualstackWithoutPublicIpv4SecurityGroupRulesDefault, _aws_cdk_aws_iam_oidcRejectUnauthorizedConnections, _aws_cdk_core_enableAdditionalMetadataCollection, _aws_cdk_aws_lambda_createNewPoliciesWithAddToRolePolicy, _aws_cdk_aws_s3_setUniqueReplicationRoleName, _aws_cdk_aws_events_requireEventBusPolicySid, _aws_cdk_core_aspectPrioritiesMutating, _aws_cdk_aws_dynamodb_retainTableReplica, _aws_cdk_aws_stepfunctions_useDistributedMapResultWriterV2, recommended_feature_flags_default;
|
|
12741
12814
|
var init_recommended_feature_flags = __esm({
|
|
12742
12815
|
"lib/recommended-feature-flags.json"() {
|
|
12743
12816
|
_aws_cdk_aws_lambda_recognizeLayerVersion = true;
|
|
@@ -12806,10 +12879,12 @@ var init_recommended_feature_flags = __esm({
|
|
|
12806
12879
|
_aws_cdk_aws_elasticloadbalancingV2_albDualstackWithoutPublicIpv4SecurityGroupRulesDefault = true;
|
|
12807
12880
|
_aws_cdk_aws_iam_oidcRejectUnauthorizedConnections = true;
|
|
12808
12881
|
_aws_cdk_core_enableAdditionalMetadataCollection = true;
|
|
12809
|
-
_aws_cdk_aws_lambda_createNewPoliciesWithAddToRolePolicy =
|
|
12882
|
+
_aws_cdk_aws_lambda_createNewPoliciesWithAddToRolePolicy = false;
|
|
12810
12883
|
_aws_cdk_aws_s3_setUniqueReplicationRoleName = true;
|
|
12811
12884
|
_aws_cdk_aws_events_requireEventBusPolicySid = true;
|
|
12885
|
+
_aws_cdk_core_aspectPrioritiesMutating = true;
|
|
12812
12886
|
_aws_cdk_aws_dynamodb_retainTableReplica = true;
|
|
12887
|
+
_aws_cdk_aws_stepfunctions_useDistributedMapResultWriterV2 = true;
|
|
12813
12888
|
recommended_feature_flags_default = {
|
|
12814
12889
|
"@aws-cdk/aws-lambda:recognizeLayerVersion": _aws_cdk_aws_lambda_recognizeLayerVersion,
|
|
12815
12890
|
"@aws-cdk/core:checkSecretUsage": _aws_cdk_core_checkSecretUsage,
|
|
@@ -12877,7 +12952,9 @@ var init_recommended_feature_flags = __esm({
|
|
|
12877
12952
|
"@aws-cdk/aws-lambda:createNewPoliciesWithAddToRolePolicy": _aws_cdk_aws_lambda_createNewPoliciesWithAddToRolePolicy,
|
|
12878
12953
|
"@aws-cdk/aws-s3:setUniqueReplicationRoleName": _aws_cdk_aws_s3_setUniqueReplicationRoleName,
|
|
12879
12954
|
"@aws-cdk/aws-events:requireEventBusPolicySid": _aws_cdk_aws_events_requireEventBusPolicySid,
|
|
12880
|
-
"@aws-cdk/
|
|
12955
|
+
"@aws-cdk/core:aspectPrioritiesMutating": _aws_cdk_core_aspectPrioritiesMutating,
|
|
12956
|
+
"@aws-cdk/aws-dynamodb:retainTableReplica": _aws_cdk_aws_dynamodb_retainTableReplica,
|
|
12957
|
+
"@aws-cdk/aws-stepfunctions:useDistributedMapResultWriterV2": _aws_cdk_aws_stepfunctions_useDistributedMapResultWriterV2
|
|
12881
12958
|
};
|
|
12882
12959
|
}
|
|
12883
12960
|
});
|
|
@@ -20075,14 +20152,14 @@ var require_templates = __commonJS({
|
|
|
20075
20152
|
}
|
|
20076
20153
|
return results;
|
|
20077
20154
|
}
|
|
20078
|
-
function buildStyle(
|
|
20155
|
+
function buildStyle(chalk8, styles) {
|
|
20079
20156
|
const enabled = {};
|
|
20080
20157
|
for (const layer of styles) {
|
|
20081
20158
|
for (const style of layer.styles) {
|
|
20082
20159
|
enabled[style[0]] = layer.inverse ? null : style.slice(1);
|
|
20083
20160
|
}
|
|
20084
20161
|
}
|
|
20085
|
-
let current =
|
|
20162
|
+
let current = chalk8;
|
|
20086
20163
|
for (const [styleName, styles2] of Object.entries(enabled)) {
|
|
20087
20164
|
if (!Array.isArray(styles2)) {
|
|
20088
20165
|
continue;
|
|
@@ -20094,7 +20171,7 @@ var require_templates = __commonJS({
|
|
|
20094
20171
|
}
|
|
20095
20172
|
return current;
|
|
20096
20173
|
}
|
|
20097
|
-
module2.exports = (
|
|
20174
|
+
module2.exports = (chalk8, temporary) => {
|
|
20098
20175
|
const styles = [];
|
|
20099
20176
|
const chunks2 = [];
|
|
20100
20177
|
let chunk = [];
|
|
@@ -20104,13 +20181,13 @@ var require_templates = __commonJS({
|
|
|
20104
20181
|
} else if (style) {
|
|
20105
20182
|
const string = chunk.join("");
|
|
20106
20183
|
chunk = [];
|
|
20107
|
-
chunks2.push(styles.length === 0 ? string : buildStyle(
|
|
20184
|
+
chunks2.push(styles.length === 0 ? string : buildStyle(chalk8, styles)(string));
|
|
20108
20185
|
styles.push({ inverse, styles: parseStyle(style) });
|
|
20109
20186
|
} else if (close) {
|
|
20110
20187
|
if (styles.length === 0) {
|
|
20111
20188
|
throw new Error("Found extraneous } in Chalk template literal");
|
|
20112
20189
|
}
|
|
20113
|
-
chunks2.push(buildStyle(
|
|
20190
|
+
chunks2.push(buildStyle(chalk8, styles)(chunk.join("")));
|
|
20114
20191
|
chunk = [];
|
|
20115
20192
|
styles.pop();
|
|
20116
20193
|
} else {
|
|
@@ -20158,16 +20235,16 @@ var require_source = __commonJS({
|
|
|
20158
20235
|
}
|
|
20159
20236
|
};
|
|
20160
20237
|
var chalkFactory = (options) => {
|
|
20161
|
-
const
|
|
20162
|
-
applyOptions(
|
|
20163
|
-
|
|
20164
|
-
Object.setPrototypeOf(
|
|
20165
|
-
Object.setPrototypeOf(
|
|
20166
|
-
|
|
20238
|
+
const chalk9 = {};
|
|
20239
|
+
applyOptions(chalk9, options);
|
|
20240
|
+
chalk9.template = (...arguments_) => chalkTag(chalk9.template, ...arguments_);
|
|
20241
|
+
Object.setPrototypeOf(chalk9, Chalk.prototype);
|
|
20242
|
+
Object.setPrototypeOf(chalk9.template, chalk9);
|
|
20243
|
+
chalk9.template.constructor = () => {
|
|
20167
20244
|
throw new Error("`chalk.constructor()` is deprecated. Use `new chalk.Instance()` instead.");
|
|
20168
20245
|
};
|
|
20169
|
-
|
|
20170
|
-
return
|
|
20246
|
+
chalk9.template.Instance = ChalkClass;
|
|
20247
|
+
return chalk9.template;
|
|
20171
20248
|
};
|
|
20172
20249
|
function Chalk(options) {
|
|
20173
20250
|
return chalkFactory(options);
|
|
@@ -20278,7 +20355,7 @@ var require_source = __commonJS({
|
|
|
20278
20355
|
return openAll + string + closeAll;
|
|
20279
20356
|
};
|
|
20280
20357
|
var template;
|
|
20281
|
-
var chalkTag = (
|
|
20358
|
+
var chalkTag = (chalk9, ...strings) => {
|
|
20282
20359
|
const [firstString] = strings;
|
|
20283
20360
|
if (!isArray(firstString) || !isArray(firstString.raw)) {
|
|
20284
20361
|
return strings.join(" ");
|
|
@@ -20294,14 +20371,14 @@ var require_source = __commonJS({
|
|
|
20294
20371
|
if (template === void 0) {
|
|
20295
20372
|
template = require_templates();
|
|
20296
20373
|
}
|
|
20297
|
-
return template(
|
|
20374
|
+
return template(chalk9, parts.join(""));
|
|
20298
20375
|
};
|
|
20299
20376
|
Object.defineProperties(Chalk.prototype, styles);
|
|
20300
|
-
var
|
|
20301
|
-
|
|
20302
|
-
|
|
20303
|
-
|
|
20304
|
-
module2.exports =
|
|
20377
|
+
var chalk8 = Chalk();
|
|
20378
|
+
chalk8.supportsColor = stdoutColor;
|
|
20379
|
+
chalk8.stderr = Chalk({ level: stderrColor ? stderrColor.level : 0 });
|
|
20380
|
+
chalk8.stderr.supportsColor = stderrColor;
|
|
20381
|
+
module2.exports = chalk8;
|
|
20305
20382
|
}
|
|
20306
20383
|
});
|
|
20307
20384
|
|
|
@@ -28452,9 +28529,9 @@ var init_format_table = __esm({
|
|
|
28452
28529
|
}
|
|
28453
28530
|
});
|
|
28454
28531
|
|
|
28455
|
-
//
|
|
28532
|
+
// ../cloudformation-diff/node_modules/diff/lib/diff/base.js
|
|
28456
28533
|
var require_base = __commonJS({
|
|
28457
|
-
"
|
|
28534
|
+
"../cloudformation-diff/node_modules/diff/lib/diff/base.js"(exports2) {
|
|
28458
28535
|
"use strict";
|
|
28459
28536
|
Object.defineProperty(exports2, "__esModule", {
|
|
28460
28537
|
value: true
|
|
@@ -28703,9 +28780,9 @@ var require_base = __commonJS({
|
|
|
28703
28780
|
}
|
|
28704
28781
|
});
|
|
28705
28782
|
|
|
28706
|
-
//
|
|
28783
|
+
// ../cloudformation-diff/node_modules/diff/lib/diff/character.js
|
|
28707
28784
|
var require_character = __commonJS({
|
|
28708
|
-
"
|
|
28785
|
+
"../cloudformation-diff/node_modules/diff/lib/diff/character.js"(exports2) {
|
|
28709
28786
|
"use strict";
|
|
28710
28787
|
Object.defineProperty(exports2, "__esModule", {
|
|
28711
28788
|
value: true
|
|
@@ -28732,9 +28809,9 @@ var require_character = __commonJS({
|
|
|
28732
28809
|
}
|
|
28733
28810
|
});
|
|
28734
28811
|
|
|
28735
|
-
//
|
|
28812
|
+
// ../cloudformation-diff/node_modules/diff/lib/util/string.js
|
|
28736
28813
|
var require_string = __commonJS({
|
|
28737
|
-
"
|
|
28814
|
+
"../cloudformation-diff/node_modules/diff/lib/util/string.js"(exports2) {
|
|
28738
28815
|
"use strict";
|
|
28739
28816
|
Object.defineProperty(exports2, "__esModule", {
|
|
28740
28817
|
value: true
|
|
@@ -28852,9 +28929,9 @@ var require_string = __commonJS({
|
|
|
28852
28929
|
}
|
|
28853
28930
|
});
|
|
28854
28931
|
|
|
28855
|
-
//
|
|
28932
|
+
// ../cloudformation-diff/node_modules/diff/lib/diff/word.js
|
|
28856
28933
|
var require_word = __commonJS({
|
|
28857
|
-
"
|
|
28934
|
+
"../cloudformation-diff/node_modules/diff/lib/diff/word.js"(exports2) {
|
|
28858
28935
|
"use strict";
|
|
28859
28936
|
Object.defineProperty(exports2, "__esModule", {
|
|
28860
28937
|
value: true
|
|
@@ -29122,9 +29199,9 @@ var require_word = __commonJS({
|
|
|
29122
29199
|
}
|
|
29123
29200
|
});
|
|
29124
29201
|
|
|
29125
|
-
//
|
|
29202
|
+
// ../cloudformation-diff/node_modules/diff/lib/util/params.js
|
|
29126
29203
|
var require_params = __commonJS({
|
|
29127
|
-
"
|
|
29204
|
+
"../cloudformation-diff/node_modules/diff/lib/util/params.js"(exports2) {
|
|
29128
29205
|
"use strict";
|
|
29129
29206
|
Object.defineProperty(exports2, "__esModule", {
|
|
29130
29207
|
value: true
|
|
@@ -29145,9 +29222,9 @@ var require_params = __commonJS({
|
|
|
29145
29222
|
}
|
|
29146
29223
|
});
|
|
29147
29224
|
|
|
29148
|
-
//
|
|
29225
|
+
// ../cloudformation-diff/node_modules/diff/lib/diff/line.js
|
|
29149
29226
|
var require_line = __commonJS({
|
|
29150
|
-
"
|
|
29227
|
+
"../cloudformation-diff/node_modules/diff/lib/diff/line.js"(exports2) {
|
|
29151
29228
|
"use strict";
|
|
29152
29229
|
Object.defineProperty(exports2, "__esModule", {
|
|
29153
29230
|
value: true
|
|
@@ -29230,9 +29307,9 @@ var require_line = __commonJS({
|
|
|
29230
29307
|
}
|
|
29231
29308
|
});
|
|
29232
29309
|
|
|
29233
|
-
//
|
|
29310
|
+
// ../cloudformation-diff/node_modules/diff/lib/diff/sentence.js
|
|
29234
29311
|
var require_sentence = __commonJS({
|
|
29235
|
-
"
|
|
29312
|
+
"../cloudformation-diff/node_modules/diff/lib/diff/sentence.js"(exports2) {
|
|
29236
29313
|
"use strict";
|
|
29237
29314
|
Object.defineProperty(exports2, "__esModule", {
|
|
29238
29315
|
value: true
|
|
@@ -29262,9 +29339,9 @@ var require_sentence = __commonJS({
|
|
|
29262
29339
|
}
|
|
29263
29340
|
});
|
|
29264
29341
|
|
|
29265
|
-
//
|
|
29342
|
+
// ../cloudformation-diff/node_modules/diff/lib/diff/css.js
|
|
29266
29343
|
var require_css = __commonJS({
|
|
29267
|
-
"
|
|
29344
|
+
"../cloudformation-diff/node_modules/diff/lib/diff/css.js"(exports2) {
|
|
29268
29345
|
"use strict";
|
|
29269
29346
|
Object.defineProperty(exports2, "__esModule", {
|
|
29270
29347
|
value: true
|
|
@@ -29294,9 +29371,9 @@ var require_css = __commonJS({
|
|
|
29294
29371
|
}
|
|
29295
29372
|
});
|
|
29296
29373
|
|
|
29297
|
-
//
|
|
29374
|
+
// ../cloudformation-diff/node_modules/diff/lib/diff/json.js
|
|
29298
29375
|
var require_json2 = __commonJS({
|
|
29299
|
-
"
|
|
29376
|
+
"../cloudformation-diff/node_modules/diff/lib/diff/json.js"(exports2) {
|
|
29300
29377
|
"use strict";
|
|
29301
29378
|
Object.defineProperty(exports2, "__esModule", {
|
|
29302
29379
|
value: true
|
|
@@ -29413,9 +29490,9 @@ var require_json2 = __commonJS({
|
|
|
29413
29490
|
}
|
|
29414
29491
|
});
|
|
29415
29492
|
|
|
29416
|
-
//
|
|
29493
|
+
// ../cloudformation-diff/node_modules/diff/lib/diff/array.js
|
|
29417
29494
|
var require_array = __commonJS({
|
|
29418
|
-
"
|
|
29495
|
+
"../cloudformation-diff/node_modules/diff/lib/diff/array.js"(exports2) {
|
|
29419
29496
|
"use strict";
|
|
29420
29497
|
Object.defineProperty(exports2, "__esModule", {
|
|
29421
29498
|
value: true
|
|
@@ -29448,9 +29525,9 @@ var require_array = __commonJS({
|
|
|
29448
29525
|
}
|
|
29449
29526
|
});
|
|
29450
29527
|
|
|
29451
|
-
//
|
|
29528
|
+
// ../cloudformation-diff/node_modules/diff/lib/patch/line-endings.js
|
|
29452
29529
|
var require_line_endings = __commonJS({
|
|
29453
|
-
"
|
|
29530
|
+
"../cloudformation-diff/node_modules/diff/lib/patch/line-endings.js"(exports2) {
|
|
29454
29531
|
"use strict";
|
|
29455
29532
|
Object.defineProperty(exports2, "__esModule", {
|
|
29456
29533
|
value: true
|
|
@@ -29637,9 +29714,9 @@ var require_line_endings = __commonJS({
|
|
|
29637
29714
|
}
|
|
29638
29715
|
});
|
|
29639
29716
|
|
|
29640
|
-
//
|
|
29717
|
+
// ../cloudformation-diff/node_modules/diff/lib/patch/parse.js
|
|
29641
29718
|
var require_parse4 = __commonJS({
|
|
29642
|
-
"
|
|
29719
|
+
"../cloudformation-diff/node_modules/diff/lib/patch/parse.js"(exports2) {
|
|
29643
29720
|
"use strict";
|
|
29644
29721
|
Object.defineProperty(exports2, "__esModule", {
|
|
29645
29722
|
value: true
|
|
@@ -29756,9 +29833,9 @@ var require_parse4 = __commonJS({
|
|
|
29756
29833
|
}
|
|
29757
29834
|
});
|
|
29758
29835
|
|
|
29759
|
-
//
|
|
29836
|
+
// ../cloudformation-diff/node_modules/diff/lib/util/distance-iterator.js
|
|
29760
29837
|
var require_distance_iterator = __commonJS({
|
|
29761
|
-
"
|
|
29838
|
+
"../cloudformation-diff/node_modules/diff/lib/util/distance-iterator.js"(exports2) {
|
|
29762
29839
|
"use strict";
|
|
29763
29840
|
Object.defineProperty(exports2, "__esModule", {
|
|
29764
29841
|
value: true
|
|
@@ -29793,9 +29870,9 @@ var require_distance_iterator = __commonJS({
|
|
|
29793
29870
|
}
|
|
29794
29871
|
});
|
|
29795
29872
|
|
|
29796
|
-
//
|
|
29873
|
+
// ../cloudformation-diff/node_modules/diff/lib/patch/apply.js
|
|
29797
29874
|
var require_apply = __commonJS({
|
|
29798
|
-
"
|
|
29875
|
+
"../cloudformation-diff/node_modules/diff/lib/patch/apply.js"(exports2) {
|
|
29799
29876
|
"use strict";
|
|
29800
29877
|
Object.defineProperty(exports2, "__esModule", {
|
|
29801
29878
|
value: true
|
|
@@ -30031,9 +30108,9 @@ var require_apply = __commonJS({
|
|
|
30031
30108
|
}
|
|
30032
30109
|
});
|
|
30033
30110
|
|
|
30034
|
-
//
|
|
30111
|
+
// ../cloudformation-diff/node_modules/diff/lib/patch/create.js
|
|
30035
30112
|
var require_create = __commonJS({
|
|
30036
|
-
"
|
|
30113
|
+
"../cloudformation-diff/node_modules/diff/lib/patch/create.js"(exports2) {
|
|
30037
30114
|
"use strict";
|
|
30038
30115
|
Object.defineProperty(exports2, "__esModule", {
|
|
30039
30116
|
value: true
|
|
@@ -30381,9 +30458,9 @@ var require_create = __commonJS({
|
|
|
30381
30458
|
}
|
|
30382
30459
|
});
|
|
30383
30460
|
|
|
30384
|
-
//
|
|
30461
|
+
// ../cloudformation-diff/node_modules/diff/lib/util/array.js
|
|
30385
30462
|
var require_array2 = __commonJS({
|
|
30386
|
-
"
|
|
30463
|
+
"../cloudformation-diff/node_modules/diff/lib/util/array.js"(exports2) {
|
|
30387
30464
|
"use strict";
|
|
30388
30465
|
Object.defineProperty(exports2, "__esModule", {
|
|
30389
30466
|
value: true
|
|
@@ -30410,9 +30487,9 @@ var require_array2 = __commonJS({
|
|
|
30410
30487
|
}
|
|
30411
30488
|
});
|
|
30412
30489
|
|
|
30413
|
-
//
|
|
30490
|
+
// ../cloudformation-diff/node_modules/diff/lib/patch/merge.js
|
|
30414
30491
|
var require_merge = __commonJS({
|
|
30415
|
-
"
|
|
30492
|
+
"../cloudformation-diff/node_modules/diff/lib/patch/merge.js"(exports2) {
|
|
30416
30493
|
"use strict";
|
|
30417
30494
|
Object.defineProperty(exports2, "__esModule", {
|
|
30418
30495
|
value: true
|
|
@@ -30831,9 +30908,9 @@ var require_merge = __commonJS({
|
|
|
30831
30908
|
}
|
|
30832
30909
|
});
|
|
30833
30910
|
|
|
30834
|
-
//
|
|
30911
|
+
// ../cloudformation-diff/node_modules/diff/lib/patch/reverse.js
|
|
30835
30912
|
var require_reverse = __commonJS({
|
|
30836
|
-
"
|
|
30913
|
+
"../cloudformation-diff/node_modules/diff/lib/patch/reverse.js"(exports2) {
|
|
30837
30914
|
"use strict";
|
|
30838
30915
|
Object.defineProperty(exports2, "__esModule", {
|
|
30839
30916
|
value: true
|
|
@@ -30941,9 +31018,9 @@ var require_reverse = __commonJS({
|
|
|
30941
31018
|
}
|
|
30942
31019
|
});
|
|
30943
31020
|
|
|
30944
|
-
//
|
|
31021
|
+
// ../cloudformation-diff/node_modules/diff/lib/convert/dmp.js
|
|
30945
31022
|
var require_dmp = __commonJS({
|
|
30946
|
-
"
|
|
31023
|
+
"../cloudformation-diff/node_modules/diff/lib/convert/dmp.js"(exports2) {
|
|
30947
31024
|
"use strict";
|
|
30948
31025
|
Object.defineProperty(exports2, "__esModule", {
|
|
30949
31026
|
value: true
|
|
@@ -30967,9 +31044,9 @@ var require_dmp = __commonJS({
|
|
|
30967
31044
|
}
|
|
30968
31045
|
});
|
|
30969
31046
|
|
|
30970
|
-
//
|
|
31047
|
+
// ../cloudformation-diff/node_modules/diff/lib/convert/xml.js
|
|
30971
31048
|
var require_xml = __commonJS({
|
|
30972
|
-
"
|
|
31049
|
+
"../cloudformation-diff/node_modules/diff/lib/convert/xml.js"(exports2) {
|
|
30973
31050
|
"use strict";
|
|
30974
31051
|
Object.defineProperty(exports2, "__esModule", {
|
|
30975
31052
|
value: true
|
|
@@ -31004,9 +31081,9 @@ var require_xml = __commonJS({
|
|
|
31004
31081
|
}
|
|
31005
31082
|
});
|
|
31006
31083
|
|
|
31007
|
-
//
|
|
31084
|
+
// ../cloudformation-diff/node_modules/diff/lib/index.js
|
|
31008
31085
|
var require_lib8 = __commonJS({
|
|
31009
|
-
"
|
|
31086
|
+
"../cloudformation-diff/node_modules/diff/lib/index.js"(exports2) {
|
|
31010
31087
|
"use strict";
|
|
31011
31088
|
Object.defineProperty(exports2, "__esModule", {
|
|
31012
31089
|
value: true
|
|
@@ -31564,6 +31641,52 @@ var init_format = __esm({
|
|
|
31564
31641
|
}
|
|
31565
31642
|
});
|
|
31566
31643
|
|
|
31644
|
+
// ../cloudformation-diff/lib/mappings.ts
|
|
31645
|
+
var mappings_exports = {};
|
|
31646
|
+
__export(mappings_exports, {
|
|
31647
|
+
formatAmbiguousMappings: () => formatAmbiguousMappings,
|
|
31648
|
+
formatTypedMappings: () => formatTypedMappings
|
|
31649
|
+
});
|
|
31650
|
+
function formatTypedMappings(stream, mappings) {
|
|
31651
|
+
const header = [["Resource Type", "Old Construct Path", "New Construct Path"]];
|
|
31652
|
+
const rows = mappings.map((m) => [m.type, m.sourcePath, m.destinationPath]);
|
|
31653
|
+
const formatter = new Formatter(stream, {});
|
|
31654
|
+
if (mappings.length > 0) {
|
|
31655
|
+
formatter.printSectionHeader("The following resources were moved or renamed:");
|
|
31656
|
+
formatter.print(chalk7.green(formatTable(header.concat(rows), void 0)));
|
|
31657
|
+
} else {
|
|
31658
|
+
formatter.print("Nothing to refactor.");
|
|
31659
|
+
}
|
|
31660
|
+
}
|
|
31661
|
+
function formatAmbiguousMappings(stream, pairs) {
|
|
31662
|
+
const tables = pairs.map(renderTable);
|
|
31663
|
+
const formatter = new Formatter(stream, {});
|
|
31664
|
+
formatter.printSectionHeader("Ambiguous Resource Name Changes");
|
|
31665
|
+
formatter.print(tables.join("\n\n"));
|
|
31666
|
+
formatter.printSectionFooter();
|
|
31667
|
+
function renderTable([removed, added]) {
|
|
31668
|
+
return formatTable([["", "Resource"], renderRemoval(removed), renderAddition(added)], void 0);
|
|
31669
|
+
}
|
|
31670
|
+
function renderRemoval(locations) {
|
|
31671
|
+
return [chalk7.red("-"), chalk7.red(renderLocations(locations))];
|
|
31672
|
+
}
|
|
31673
|
+
function renderAddition(locations) {
|
|
31674
|
+
return [chalk7.green("+"), chalk7.green(renderLocations(locations))];
|
|
31675
|
+
}
|
|
31676
|
+
function renderLocations(locs) {
|
|
31677
|
+
return locs.join("\n");
|
|
31678
|
+
}
|
|
31679
|
+
}
|
|
31680
|
+
var chalk7;
|
|
31681
|
+
var init_mappings = __esm({
|
|
31682
|
+
"../cloudformation-diff/lib/mappings.ts"() {
|
|
31683
|
+
"use strict";
|
|
31684
|
+
chalk7 = __toESM(require_source());
|
|
31685
|
+
init_format();
|
|
31686
|
+
init_format_table();
|
|
31687
|
+
}
|
|
31688
|
+
});
|
|
31689
|
+
|
|
31567
31690
|
// ../cloudformation-diff/lib/index.js
|
|
31568
31691
|
var require_lib9 = __commonJS({
|
|
31569
31692
|
"../cloudformation-diff/lib/index.js"(exports2) {
|
|
@@ -31589,6 +31712,7 @@ var require_lib9 = __commonJS({
|
|
|
31589
31712
|
__exportStar2((init_diff_template(), __toCommonJS(diff_template_exports)), exports2);
|
|
31590
31713
|
__exportStar2((init_format(), __toCommonJS(format_exports)), exports2);
|
|
31591
31714
|
__exportStar2((init_format_table(), __toCommonJS(format_table_exports)), exports2);
|
|
31715
|
+
__exportStar2((init_mappings(), __toCommonJS(mappings_exports)), exports2);
|
|
31592
31716
|
var util_1 = (init_util(), __toCommonJS(util_exports));
|
|
31593
31717
|
Object.defineProperty(exports2, "deepEqual", { enumerable: true, get: function() {
|
|
31594
31718
|
return util_1.deepEqual;
|