@aws-cdk/integ-runner 2.197.8 → 2.197.9
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/THIRD_PARTY_LICENSES +43 -248
- package/lib/engines/toolkit-lib.d.ts +4 -0
- package/lib/engines/toolkit-lib.d.ts.map +1 -1
- package/lib/engines/toolkit-lib.js +33 -23
- package/lib/recommended-feature-flags.json +3 -1
- package/lib/runner/runner-base.d.ts +2 -0
- package/lib/runner/runner-base.d.ts.map +1 -1
- package/lib/workers/extract/index.js +647 -592
- package/package.json +8 -8
|
@@ -4670,7 +4670,7 @@ var require_semver2 = __commonJS({
|
|
|
4670
4670
|
// ../cloud-assembly-schema/cli-version.json
|
|
4671
4671
|
var require_cli_version = __commonJS({
|
|
4672
4672
|
"../cloud-assembly-schema/cli-version.json"(exports2, module2) {
|
|
4673
|
-
module2.exports = { version: "2.
|
|
4673
|
+
module2.exports = { version: "2.1115.0" };
|
|
4674
4674
|
}
|
|
4675
4675
|
});
|
|
4676
4676
|
|
|
@@ -9187,11 +9187,12 @@ var require_assets = __commonJS({
|
|
|
9187
9187
|
"../../../node_modules/@aws-cdk/cx-api/node_modules/@aws-cdk/cloud-assembly-api/lib/assets.js"(exports2) {
|
|
9188
9188
|
"use strict";
|
|
9189
9189
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9190
|
-
exports2.ASSET_PREFIX_SEPARATOR = exports2.ASSET_RESOURCE_METADATA_DOCKER_CACHE_DISABLED_KEY = exports2.ASSET_RESOURCE_METADATA_DOCKER_CACHE_TO_KEY = exports2.ASSET_RESOURCE_METADATA_DOCKER_CACHE_FROM_KEY = exports2.ASSET_RESOURCE_METADATA_DOCKER_OUTPUTS_KEY = exports2.ASSET_RESOURCE_METADATA_IS_BUNDLED_KEY = exports2.ASSET_RESOURCE_METADATA_PROPERTY_KEY = exports2.ASSET_RESOURCE_METADATA_DOCKER_BUILD_TARGET_KEY = exports2.ASSET_RESOURCE_METADATA_DOCKER_BUILD_SSH_KEY = exports2.ASSET_RESOURCE_METADATA_DOCKER_BUILD_SECRETS_KEY = exports2.ASSET_RESOURCE_METADATA_DOCKER_BUILD_ARGS_KEY = exports2.ASSET_RESOURCE_METADATA_DOCKERFILE_PATH_KEY = exports2.ASSET_RESOURCE_METADATA_PATH_KEY = exports2.ASSET_RESOURCE_METADATA_ENABLED_CONTEXT = void 0;
|
|
9190
|
+
exports2.ASSET_PREFIX_SEPARATOR = exports2.ASSET_RESOURCE_METADATA_DOCKER_CACHE_DISABLED_KEY = exports2.ASSET_RESOURCE_METADATA_DOCKER_CACHE_TO_KEY = exports2.ASSET_RESOURCE_METADATA_DOCKER_CACHE_FROM_KEY = exports2.ASSET_RESOURCE_METADATA_DOCKER_OUTPUTS_KEY = exports2.ASSET_RESOURCE_METADATA_IS_BUNDLED_KEY = exports2.ASSET_RESOURCE_METADATA_PROPERTY_KEY = exports2.ASSET_RESOURCE_METADATA_DOCKER_BUILD_TARGET_KEY = exports2.ASSET_RESOURCE_METADATA_DOCKER_BUILD_SSH_KEY = exports2.ASSET_RESOURCE_METADATA_DOCKER_BUILD_SECRETS_KEY = exports2.ASSET_RESOURCE_METADATA_DOCKER_BUILD_CONTEXTS_KEY = exports2.ASSET_RESOURCE_METADATA_DOCKER_BUILD_ARGS_KEY = exports2.ASSET_RESOURCE_METADATA_DOCKERFILE_PATH_KEY = exports2.ASSET_RESOURCE_METADATA_PATH_KEY = exports2.ASSET_RESOURCE_METADATA_ENABLED_CONTEXT = void 0;
|
|
9191
9191
|
exports2.ASSET_RESOURCE_METADATA_ENABLED_CONTEXT = "aws:cdk:enable-asset-metadata";
|
|
9192
9192
|
exports2.ASSET_RESOURCE_METADATA_PATH_KEY = "aws:asset:path";
|
|
9193
9193
|
exports2.ASSET_RESOURCE_METADATA_DOCKERFILE_PATH_KEY = "aws:asset:dockerfile-path";
|
|
9194
9194
|
exports2.ASSET_RESOURCE_METADATA_DOCKER_BUILD_ARGS_KEY = "aws:asset:docker-build-args";
|
|
9195
|
+
exports2.ASSET_RESOURCE_METADATA_DOCKER_BUILD_CONTEXTS_KEY = "aws:asset:docker-build-contexts";
|
|
9195
9196
|
exports2.ASSET_RESOURCE_METADATA_DOCKER_BUILD_SECRETS_KEY = "aws:asset:docker-build-secrets";
|
|
9196
9197
|
exports2.ASSET_RESOURCE_METADATA_DOCKER_BUILD_SSH_KEY = "aws:asset:docker-build-ssh";
|
|
9197
9198
|
exports2.ASSET_RESOURCE_METADATA_DOCKER_BUILD_TARGET_KEY = "aws:asset:docker-build-target";
|
|
@@ -9346,7 +9347,7 @@ var require_legacy_moved = __commonJS({
|
|
|
9346
9347
|
"../../../node_modules/@aws-cdk/cx-api/lib/legacy-moved.js"(exports2) {
|
|
9347
9348
|
"use strict";
|
|
9348
9349
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9349
|
-
exports2.LoadBalancerIpAddressType = exports2.VpcSubnetGroupType = exports2.SynthesisMessageLevel = exports2.UNKNOWN_REGION = exports2.UNKNOWN_ACCOUNT = exports2.SSMPARAM_NO_INVALIDATE = exports2.PROVIDER_ERROR_KEY = exports2.PATH_METADATA_KEY = exports2.ENDPOINT_SERVICE_AVAILABILITY_ZONE_PROVIDER = exports2.AVAILABILITY_ZONE_FALLBACK_CONTEXT_KEY = exports2.ASSET_RESOURCE_METADATA_PROPERTY_KEY = exports2.ASSET_RESOURCE_METADATA_PATH_KEY = exports2.ASSET_RESOURCE_METADATA_IS_BUNDLED_KEY = exports2.ASSET_RESOURCE_METADATA_ENABLED_CONTEXT = exports2.ASSET_RESOURCE_METADATA_DOCKERFILE_PATH_KEY = exports2.ASSET_RESOURCE_METADATA_DOCKER_OUTPUTS_KEY = exports2.ASSET_RESOURCE_METADATA_DOCKER_CACHE_TO_KEY = exports2.ASSET_RESOURCE_METADATA_DOCKER_CACHE_FROM_KEY = exports2.ASSET_RESOURCE_METADATA_DOCKER_CACHE_DISABLED_KEY = exports2.ASSET_RESOURCE_METADATA_DOCKER_BUILD_TARGET_KEY = exports2.ASSET_RESOURCE_METADATA_DOCKER_BUILD_SSH_KEY = exports2.ASSET_RESOURCE_METADATA_DOCKER_BUILD_SECRETS_KEY = exports2.ASSET_RESOURCE_METADATA_DOCKER_BUILD_ARGS_KEY = exports2.ASSET_PREFIX_SEPARATOR = void 0;
|
|
9350
|
+
exports2.LoadBalancerIpAddressType = exports2.VpcSubnetGroupType = exports2.SynthesisMessageLevel = exports2.UNKNOWN_REGION = exports2.UNKNOWN_ACCOUNT = exports2.SSMPARAM_NO_INVALIDATE = exports2.PROVIDER_ERROR_KEY = exports2.PATH_METADATA_KEY = exports2.ENDPOINT_SERVICE_AVAILABILITY_ZONE_PROVIDER = exports2.AVAILABILITY_ZONE_FALLBACK_CONTEXT_KEY = exports2.ASSET_RESOURCE_METADATA_PROPERTY_KEY = exports2.ASSET_RESOURCE_METADATA_PATH_KEY = exports2.ASSET_RESOURCE_METADATA_IS_BUNDLED_KEY = exports2.ASSET_RESOURCE_METADATA_ENABLED_CONTEXT = exports2.ASSET_RESOURCE_METADATA_DOCKERFILE_PATH_KEY = exports2.ASSET_RESOURCE_METADATA_DOCKER_OUTPUTS_KEY = exports2.ASSET_RESOURCE_METADATA_DOCKER_CACHE_TO_KEY = exports2.ASSET_RESOURCE_METADATA_DOCKER_CACHE_FROM_KEY = exports2.ASSET_RESOURCE_METADATA_DOCKER_CACHE_DISABLED_KEY = exports2.ASSET_RESOURCE_METADATA_DOCKER_BUILD_TARGET_KEY = exports2.ASSET_RESOURCE_METADATA_DOCKER_BUILD_SSH_KEY = exports2.ASSET_RESOURCE_METADATA_DOCKER_BUILD_SECRETS_KEY = exports2.ASSET_RESOURCE_METADATA_DOCKER_BUILD_CONTEXTS_KEY = exports2.ASSET_RESOURCE_METADATA_DOCKER_BUILD_ARGS_KEY = exports2.ASSET_PREFIX_SEPARATOR = void 0;
|
|
9350
9351
|
exports2._convertCloudAssembly = _convertCloudAssembly;
|
|
9351
9352
|
exports2._convertCloudAssemblyBuilder = _convertCloudAssemblyBuilder;
|
|
9352
9353
|
var cloud_assembly_api_1 = require_lib4();
|
|
@@ -9356,6 +9357,9 @@ var require_legacy_moved = __commonJS({
|
|
|
9356
9357
|
Object.defineProperty(exports2, "ASSET_RESOURCE_METADATA_DOCKER_BUILD_ARGS_KEY", { enumerable: true, get: /* @__PURE__ */ __name(function() {
|
|
9357
9358
|
return cloud_assembly_api_1.ASSET_RESOURCE_METADATA_DOCKER_BUILD_ARGS_KEY;
|
|
9358
9359
|
}, "get") });
|
|
9360
|
+
Object.defineProperty(exports2, "ASSET_RESOURCE_METADATA_DOCKER_BUILD_CONTEXTS_KEY", { enumerable: true, get: /* @__PURE__ */ __name(function() {
|
|
9361
|
+
return cloud_assembly_api_1.ASSET_RESOURCE_METADATA_DOCKER_BUILD_CONTEXTS_KEY;
|
|
9362
|
+
}, "get") });
|
|
9359
9363
|
Object.defineProperty(exports2, "ASSET_RESOURCE_METADATA_DOCKER_BUILD_SECRETS_KEY", { enumerable: true, get: /* @__PURE__ */ __name(function() {
|
|
9360
9364
|
return cloud_assembly_api_1.ASSET_RESOURCE_METADATA_DOCKER_BUILD_SECRETS_KEY;
|
|
9361
9365
|
}, "get") });
|
|
@@ -9522,7 +9526,7 @@ var require_features = __commonJS({
|
|
|
9522
9526
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9523
9527
|
exports2.EFS_MOUNTTARGET_ORDERINSENSITIVE_LOGICAL_ID = exports2.EFS_DENY_ANONYMOUS_ACCESS = exports2.KMS_APPLY_IMPORTED_ALIAS_PERMISSIONS_TO_PRINCIPAL = 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_DISTRIBUTION = exports2.ROUTE53_PATTERNS_USE_CERTIFICATE = exports2.S3_SERVER_ACCESS_LOGS_USE_BUCKET_POLICY = exports2.ECS_PATTERNS_SEC_GROUPS_DISABLES_IMPLICIT_OPEN_LISTENER = 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;
|
|
9524
9528
|
exports2.USE_CDK_MANAGED_LAMBDA_LOGGROUP = exports2.S3_PUBLIC_ACCESS_BLOCKED_BY_DEFAULT = exports2.USE_RESOURCEID_FOR_VPCV2_MIGRATION = exports2.EC2_REQUIRE_PRIVATE_SUBNETS_FOR_EGRESSONLYINTERNETGATEWAY = exports2.S3_TRUST_KEY_POLICY_FOR_SNS_SUBSCRIPTIONS = 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.USER_POOL_DOMAIN_NAME_METHOD_WITHOUT_CUSTOM_RESOURCE = exports2.SIGNER_PROFILE_NAME_PASSED_TO_CFN = 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.EXPLICIT_STACK_TAGS = 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.ECS_PATTERNS_UNIQUE_TARGET_GROUP_ID = exports2.EKS_USE_NATIVE_OIDC_PROVIDER = 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 = exports2.LAMBDA_NODEJS_USE_LATEST_RUNTIME = exports2.ENABLE_OPENSEARCH_MULTIAZ_WITH_STANDBY = exports2.AUTOSCALING_GENERATE_LAUNCH_TEMPLATE = void 0;
|
|
9525
|
-
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.CURRENT_MV = exports2.FLAGS = exports2.AUTOMATIC_L1_TRAITS = exports2.STEPFUNCTIONS_TASKS_HTTPINVOKE_DYNAMIC_JSONPATH_ENDPOINT = exports2.NETWORK_LOAD_BALANCER_WITH_SECURITY_GROUP_BY_DEFAULT = void 0;
|
|
9529
|
+
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.CURRENT_MV = exports2.FLAGS = exports2.AUTOMATIC_L1_TRAITS = exports2.ELB_USE_POST_QUANTUM_TLS_POLICY = exports2.CLOUDFRONT_FUNCTION_DEFAULT_RUNTIME_V2_0 = exports2.STEPFUNCTIONS_TASKS_HTTPINVOKE_DYNAMIC_JSONPATH_ENDPOINT = exports2.NETWORK_LOAD_BALANCER_WITH_SECURITY_GROUP_BY_DEFAULT = void 0;
|
|
9526
9530
|
exports2.futureFlagDefault = futureFlagDefault;
|
|
9527
9531
|
var flag_modeling_1 = require_flag_modeling();
|
|
9528
9532
|
exports2.ENABLE_STACK_NAME_DUPLICATES_CONTEXT = "@aws-cdk/core:enableStackNameDuplicates";
|
|
@@ -9627,6 +9631,8 @@ var require_features = __commonJS({
|
|
|
9627
9631
|
exports2.USE_CDK_MANAGED_LAMBDA_LOGGROUP = "@aws-cdk/aws-lambda:useCdkManagedLogGroup";
|
|
9628
9632
|
exports2.NETWORK_LOAD_BALANCER_WITH_SECURITY_GROUP_BY_DEFAULT = "@aws-cdk/aws-elasticloadbalancingv2:networkLoadBalancerWithSecurityGroupByDefault";
|
|
9629
9633
|
exports2.STEPFUNCTIONS_TASKS_HTTPINVOKE_DYNAMIC_JSONPATH_ENDPOINT = "@aws-cdk/aws-stepfunctions-tasks:httpInvokeDynamicJsonPathEndpoint";
|
|
9634
|
+
exports2.CLOUDFRONT_FUNCTION_DEFAULT_RUNTIME_V2_0 = "@aws-cdk/aws-cloudfront:defaultFunctionRuntimeV2_0";
|
|
9635
|
+
exports2.ELB_USE_POST_QUANTUM_TLS_POLICY = "@aws-cdk/aws-elasticloadbalancingv2:usePostQuantumTlsPolicy";
|
|
9630
9636
|
exports2.AUTOMATIC_L1_TRAITS = "@aws-cdk/core:automaticL1Traits";
|
|
9631
9637
|
exports2.FLAGS = {
|
|
9632
9638
|
//////////////////////////////////////////////////////////////////////
|
|
@@ -11130,7 +11136,6 @@ var require_features = __commonJS({
|
|
|
11130
11136
|
introducedIn: { v2: "2.221.0" },
|
|
11131
11137
|
recommendedValue: true
|
|
11132
11138
|
},
|
|
11133
|
-
//////////////////////////////////////////////////////////////////////
|
|
11134
11139
|
[exports2.ROUTE53_PATTERNS_USE_DISTRIBUTION]: {
|
|
11135
11140
|
type: flag_modeling_1.FlagType.ApiDefault,
|
|
11136
11141
|
summary: "Use the `Distribution` resource instead of `CloudFrontWebDistribution`",
|
|
@@ -11142,12 +11147,46 @@ var require_features = __commonJS({
|
|
|
11142
11147
|
recommendedValue: true,
|
|
11143
11148
|
compatibilityWithOldBehaviorMd: "Define a `CloudFrontWebDistribution` explicitly"
|
|
11144
11149
|
},
|
|
11150
|
+
//////////////////////////////////////////////////////////////////////
|
|
11151
|
+
[exports2.CLOUDFRONT_FUNCTION_DEFAULT_RUNTIME_V2_0]: {
|
|
11152
|
+
type: flag_modeling_1.FlagType.ApiDefault,
|
|
11153
|
+
summary: "Use cloudfront-js-2.0 as the default runtime for CloudFront Functions",
|
|
11154
|
+
detailsMd: `
|
|
11155
|
+
When enabled, CloudFront Functions will use cloudfront-js-2.0 runtime by default instead of cloudfront-js-1.0.
|
|
11156
|
+
The runtime can still be configured explicitly using the \`runtime\` property.
|
|
11157
|
+
|
|
11158
|
+
If \`keyValueStore\` is specified, the runtime will always be cloudfront-js-2.0 regardless of this flag.`,
|
|
11159
|
+
introducedIn: { v2: "2.245.0" },
|
|
11160
|
+
recommendedValue: true,
|
|
11161
|
+
compatibilityWithOldBehaviorMd: "Set `runtime: FunctionRuntime.JS_1_0` explicitly to use the v1.0 runtime."
|
|
11162
|
+
},
|
|
11163
|
+
//////////////////////////////////////////////////////////////////////
|
|
11164
|
+
[exports2.ELB_USE_POST_QUANTUM_TLS_POLICY]: {
|
|
11165
|
+
type: flag_modeling_1.FlagType.ApiDefault,
|
|
11166
|
+
summary: "When enabled, HTTPS/TLS listeners use post-quantum TLS policy by default",
|
|
11167
|
+
detailsMd: `
|
|
11168
|
+
When this feature flag is enabled, HTTPS and TLS listeners that do not have an explicit
|
|
11169
|
+
\`sslPolicy\` will use the post-quantum cryptography policy
|
|
11170
|
+
\`ELBSecurityPolicy-TLS13-1-2-PQ-2025-09\` by default.
|
|
11171
|
+
|
|
11172
|
+
This policy uses the non-restricted variant (without -Res-) to maintain AES-CBC cipher support
|
|
11173
|
+
for TLS 1.2 clients, ensuring nearly 100% backward compatibility with the previous CDK default.
|
|
11174
|
+
Post-quantum policies provide protection against "Harvest Now, Decrypt Later" attacks using
|
|
11175
|
+
hybrid ML-KEM key exchange.
|
|
11176
|
+
|
|
11177
|
+
When disabled (default), no explicit SSL policy is set, preserving the existing CDK behavior
|
|
11178
|
+
where \`RECOMMENDED_TLS\` (\`ELBSecurityPolicy-TLS13-1-2-2021-06\`) is used.
|
|
11179
|
+
`,
|
|
11180
|
+
introducedIn: { v2: "2.245.0" },
|
|
11181
|
+
recommendedValue: true,
|
|
11182
|
+
compatibilityWithOldBehaviorMd: "Disable this feature flag to preserve existing behavior where no explicit SSL policy is set."
|
|
11183
|
+
},
|
|
11145
11184
|
[exports2.AUTOMATIC_L1_TRAITS]: {
|
|
11146
11185
|
type: flag_modeling_1.FlagType.ApiDefault,
|
|
11147
11186
|
summary: "Automatically use the default L1 traits for L1 constructs`",
|
|
11148
11187
|
detailsMd: `
|
|
11149
|
-
When enabled, the construct library will apply default L1 traits for types that
|
|
11150
|
-
have no traits defined yet. Traits regulate behaviors such as how to create
|
|
11188
|
+
When enabled, the construct library will apply default L1 traits for types that
|
|
11189
|
+
have no traits defined yet. Traits regulate behaviors such as how to create
|
|
11151
11190
|
resource policies, or how to find an encryption key for a given L1 construct.
|
|
11152
11191
|
`,
|
|
11153
11192
|
introducedIn: { v2: "2.239.0" },
|
|
@@ -14180,6 +14219,7 @@ __export(recommended_feature_flags_exports, {
|
|
|
14180
14219
|
"@aws-cdk/aws-appsync:appSyncGraphQLAPIScopeLambdaPermission": () => _aws_cdk_aws_appsync_appSyncGraphQLAPIScopeLambdaPermission,
|
|
14181
14220
|
"@aws-cdk/aws-appsync:useArnForSourceApiAssociationIdentifier": () => _aws_cdk_aws_appsync_useArnForSourceApiAssociationIdentifier,
|
|
14182
14221
|
"@aws-cdk/aws-autoscaling:generateLaunchTemplateInsteadOfLaunchConfig": () => _aws_cdk_aws_autoscaling_generateLaunchTemplateInsteadOfLaunchConfig,
|
|
14222
|
+
"@aws-cdk/aws-cloudfront:defaultFunctionRuntimeV2_0": () => _aws_cdk_aws_cloudfront_defaultFunctionRuntimeV2_0,
|
|
14183
14223
|
"@aws-cdk/aws-cloudwatch-actions:changeLambdaPermissionLogicalIdForLambdaAction": () => _aws_cdk_aws_cloudwatch_actions_changeLambdaPermissionLogicalIdForLambdaAction,
|
|
14184
14224
|
"@aws-cdk/aws-codedeploy:removeAlarmsFromDeploymentGroup": () => _aws_cdk_aws_codedeploy_removeAlarmsFromDeploymentGroup,
|
|
14185
14225
|
"@aws-cdk/aws-codepipeline-actions:useNewDefaultBranchForCodeCommitSource": () => _aws_cdk_aws_codepipeline_actions_useNewDefaultBranchForCodeCommitSource,
|
|
@@ -14207,6 +14247,7 @@ __export(recommended_feature_flags_exports, {
|
|
|
14207
14247
|
"@aws-cdk/aws-eks:useNativeOidcProvider": () => _aws_cdk_aws_eks_useNativeOidcProvider,
|
|
14208
14248
|
"@aws-cdk/aws-elasticloadbalancingV2:albDualstackWithoutPublicIpv4SecurityGroupRulesDefault": () => _aws_cdk_aws_elasticloadbalancingV2_albDualstackWithoutPublicIpv4SecurityGroupRulesDefault,
|
|
14209
14249
|
"@aws-cdk/aws-elasticloadbalancingv2:networkLoadBalancerWithSecurityGroupByDefault": () => _aws_cdk_aws_elasticloadbalancingv2_networkLoadBalancerWithSecurityGroupByDefault,
|
|
14250
|
+
"@aws-cdk/aws-elasticloadbalancingv2:usePostQuantumTlsPolicy": () => _aws_cdk_aws_elasticloadbalancingv2_usePostQuantumTlsPolicy,
|
|
14210
14251
|
"@aws-cdk/aws-events:eventsTargetQueueSameAccount": () => _aws_cdk_aws_events_eventsTargetQueueSameAccount,
|
|
14211
14252
|
"@aws-cdk/aws-events:requireEventBusPolicySid": () => _aws_cdk_aws_events_requireEventBusPolicySid,
|
|
14212
14253
|
"@aws-cdk/aws-iam:importedRoleStackSafeDefaultPolicyName": () => _aws_cdk_aws_iam_importedRoleStackSafeDefaultPolicyName,
|
|
@@ -14254,7 +14295,7 @@ __export(recommended_feature_flags_exports, {
|
|
|
14254
14295
|
"@aws-cdk/s3-notifications:addS3TrustKeyPolicyForSnsSubscriptions": () => _aws_cdk_s3_notifications_addS3TrustKeyPolicyForSnsSubscriptions,
|
|
14255
14296
|
default: () => recommended_feature_flags_default
|
|
14256
14297
|
});
|
|
14257
|
-
var _aws_cdk_aws_signer_signingProfileNamePassedToCfn, _aws_cdk_aws_ecs_patterns_secGroupsDisablesImplicitOpenListener, _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_kms_applyImportedAliasPermissionsToPrincipal, _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_eks_useNativeOidcProvider, _aws_cdk_aws_ec2_ebsDefaultGp3Volume, _aws_cdk_aws_ecs_removeDefaultDeploymentAlarm, _aws_cdk_custom_resources_logApiResponseDataPropertyTrueDefault, _aws_cdk_aws_s3_keepNotificationInImportedBucket, _aws_cdk_core_explicitStackTags, _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, _aws_cdk_s3_notifications_addS3TrustKeyPolicyForSnsSubscriptions, _aws_cdk_aws_ec2_requirePrivateSubnetsForEgressOnlyInternetGateway, _aws_cdk_aws_s3_publicAccessBlockedByDefault, _aws_cdk_aws_lambda_useCdkManagedLogGroup, _aws_cdk_aws_elasticloadbalancingv2_networkLoadBalancerWithSecurityGroupByDefault, _aws_cdk_aws_ecs_patterns_uniqueTargetGroupId, _aws_cdk_aws_route53_patterns_useDistribution, recommended_feature_flags_default;
|
|
14298
|
+
var _aws_cdk_aws_signer_signingProfileNamePassedToCfn, _aws_cdk_aws_ecs_patterns_secGroupsDisablesImplicitOpenListener, _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_kms_applyImportedAliasPermissionsToPrincipal, _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_eks_useNativeOidcProvider, _aws_cdk_aws_ec2_ebsDefaultGp3Volume, _aws_cdk_aws_ecs_removeDefaultDeploymentAlarm, _aws_cdk_custom_resources_logApiResponseDataPropertyTrueDefault, _aws_cdk_aws_s3_keepNotificationInImportedBucket, _aws_cdk_core_explicitStackTags, _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, _aws_cdk_s3_notifications_addS3TrustKeyPolicyForSnsSubscriptions, _aws_cdk_aws_ec2_requirePrivateSubnetsForEgressOnlyInternetGateway, _aws_cdk_aws_s3_publicAccessBlockedByDefault, _aws_cdk_aws_lambda_useCdkManagedLogGroup, _aws_cdk_aws_elasticloadbalancingv2_networkLoadBalancerWithSecurityGroupByDefault, _aws_cdk_aws_ecs_patterns_uniqueTargetGroupId, _aws_cdk_aws_route53_patterns_useDistribution, _aws_cdk_aws_cloudfront_defaultFunctionRuntimeV2_0, _aws_cdk_aws_elasticloadbalancingv2_usePostQuantumTlsPolicy, recommended_feature_flags_default;
|
|
14258
14299
|
var init_recommended_feature_flags = __esm({
|
|
14259
14300
|
"lib/recommended-feature-flags.json"() {
|
|
14260
14301
|
_aws_cdk_aws_signer_signingProfileNamePassedToCfn = true;
|
|
@@ -14339,6 +14380,8 @@ var init_recommended_feature_flags = __esm({
|
|
|
14339
14380
|
_aws_cdk_aws_elasticloadbalancingv2_networkLoadBalancerWithSecurityGroupByDefault = true;
|
|
14340
14381
|
_aws_cdk_aws_ecs_patterns_uniqueTargetGroupId = true;
|
|
14341
14382
|
_aws_cdk_aws_route53_patterns_useDistribution = true;
|
|
14383
|
+
_aws_cdk_aws_cloudfront_defaultFunctionRuntimeV2_0 = true;
|
|
14384
|
+
_aws_cdk_aws_elasticloadbalancingv2_usePostQuantumTlsPolicy = true;
|
|
14342
14385
|
recommended_feature_flags_default = {
|
|
14343
14386
|
"@aws-cdk/aws-signer:signingProfileNamePassedToCfn": _aws_cdk_aws_signer_signingProfileNamePassedToCfn,
|
|
14344
14387
|
"@aws-cdk/aws-ecs-patterns:secGroupsDisablesImplicitOpenListener": _aws_cdk_aws_ecs_patterns_secGroupsDisablesImplicitOpenListener,
|
|
@@ -14418,7 +14461,9 @@ var init_recommended_feature_flags = __esm({
|
|
|
14418
14461
|
"@aws-cdk/aws-lambda:useCdkManagedLogGroup": _aws_cdk_aws_lambda_useCdkManagedLogGroup,
|
|
14419
14462
|
"@aws-cdk/aws-elasticloadbalancingv2:networkLoadBalancerWithSecurityGroupByDefault": _aws_cdk_aws_elasticloadbalancingv2_networkLoadBalancerWithSecurityGroupByDefault,
|
|
14420
14463
|
"@aws-cdk/aws-ecs-patterns:uniqueTargetGroupId": _aws_cdk_aws_ecs_patterns_uniqueTargetGroupId,
|
|
14421
|
-
"@aws-cdk/aws-route53-patterns:useDistribution": _aws_cdk_aws_route53_patterns_useDistribution
|
|
14464
|
+
"@aws-cdk/aws-route53-patterns:useDistribution": _aws_cdk_aws_route53_patterns_useDistribution,
|
|
14465
|
+
"@aws-cdk/aws-cloudfront:defaultFunctionRuntimeV2_0": _aws_cdk_aws_cloudfront_defaultFunctionRuntimeV2_0,
|
|
14466
|
+
"@aws-cdk/aws-elasticloadbalancingv2:usePostQuantumTlsPolicy": _aws_cdk_aws_elasticloadbalancingv2_usePostQuantumTlsPolicy
|
|
14422
14467
|
};
|
|
14423
14468
|
}
|
|
14424
14469
|
});
|
|
@@ -26077,7 +26122,7 @@ var require_brace_expansion = __commonJS({
|
|
|
26077
26122
|
var x6 = numeric(n6[0]);
|
|
26078
26123
|
var y3 = numeric(n6[1]);
|
|
26079
26124
|
var width = Math.max(n6[0].length, n6[1].length);
|
|
26080
|
-
var incr = n6.length == 3 ? Math.abs(numeric(n6[2])) : 1;
|
|
26125
|
+
var incr = n6.length == 3 ? Math.max(Math.abs(numeric(n6[2])), 1) : 1;
|
|
26081
26126
|
var test = lte2;
|
|
26082
26127
|
var reverse = y3 < x6;
|
|
26083
26128
|
if (reverse) {
|
|
@@ -70768,9 +70813,9 @@ var init_package_info = __esm({
|
|
|
70768
70813
|
}
|
|
70769
70814
|
});
|
|
70770
70815
|
|
|
70771
|
-
//
|
|
70816
|
+
// ../../../node_modules/yaml/dist/PlainValue-516d5bc2.js
|
|
70772
70817
|
var require_PlainValue_516d5bc2 = __commonJS({
|
|
70773
|
-
"
|
|
70818
|
+
"../../../node_modules/yaml/dist/PlainValue-516d5bc2.js"(exports2) {
|
|
70774
70819
|
"use strict";
|
|
70775
70820
|
var Char = {
|
|
70776
70821
|
ANCHOR: "&",
|
|
@@ -71504,9 +71549,9 @@ ${ctx}
|
|
|
71504
71549
|
}
|
|
71505
71550
|
});
|
|
71506
71551
|
|
|
71507
|
-
//
|
|
71552
|
+
// ../../../node_modules/yaml/dist/parse-cst.js
|
|
71508
71553
|
var require_parse_cst = __commonJS({
|
|
71509
|
-
"
|
|
71554
|
+
"../../../node_modules/yaml/dist/parse-cst.js"(exports2) {
|
|
71510
71555
|
"use strict";
|
|
71511
71556
|
var PlainValue = require_PlainValue_516d5bc2();
|
|
71512
71557
|
var BlankLine = class extends PlainValue.Node {
|
|
@@ -72975,9 +73020,9 @@ var require_parse_cst = __commonJS({
|
|
|
72975
73020
|
}
|
|
72976
73021
|
});
|
|
72977
73022
|
|
|
72978
|
-
//
|
|
73023
|
+
// ../../../node_modules/yaml/dist/resolveSeq-95613e94.js
|
|
72979
73024
|
var require_resolveSeq_95613e94 = __commonJS({
|
|
72980
|
-
"
|
|
73025
|
+
"../../../node_modules/yaml/dist/resolveSeq-95613e94.js"(exports2) {
|
|
72981
73026
|
"use strict";
|
|
72982
73027
|
var PlainValue = require_PlainValue_516d5bc2();
|
|
72983
73028
|
function addCommentBefore(str, indent, comment) {
|
|
@@ -74834,9 +74879,9 @@ ${ca}` : ca;
|
|
|
74834
74879
|
}
|
|
74835
74880
|
});
|
|
74836
74881
|
|
|
74837
|
-
//
|
|
74882
|
+
// ../../../node_modules/yaml/dist/warnings-793925ce.js
|
|
74838
74883
|
var require_warnings_793925ce = __commonJS({
|
|
74839
|
-
"
|
|
74884
|
+
"../../../node_modules/yaml/dist/warnings-793925ce.js"(exports2) {
|
|
74840
74885
|
"use strict";
|
|
74841
74886
|
var PlainValue = require_PlainValue_516d5bc2();
|
|
74842
74887
|
var resolveSeq = require_resolveSeq_95613e94();
|
|
@@ -75194,9 +75239,9 @@ ${pair.comment}` : item.comment;
|
|
|
75194
75239
|
}
|
|
75195
75240
|
});
|
|
75196
75241
|
|
|
75197
|
-
//
|
|
75242
|
+
// ../../../node_modules/yaml/dist/Schema-bcc6c2d7.js
|
|
75198
75243
|
var require_Schema_bcc6c2d7 = __commonJS({
|
|
75199
|
-
"
|
|
75244
|
+
"../../../node_modules/yaml/dist/Schema-bcc6c2d7.js"(exports2) {
|
|
75200
75245
|
"use strict";
|
|
75201
75246
|
var PlainValue = require_PlainValue_516d5bc2();
|
|
75202
75247
|
var resolveSeq = require_resolveSeq_95613e94();
|
|
@@ -75657,9 +75702,9 @@ var require_Schema_bcc6c2d7 = __commonJS({
|
|
|
75657
75702
|
}
|
|
75658
75703
|
});
|
|
75659
75704
|
|
|
75660
|
-
//
|
|
75705
|
+
// ../../../node_modules/yaml/dist/Document-a8d0fbf9.js
|
|
75661
75706
|
var require_Document_a8d0fbf9 = __commonJS({
|
|
75662
|
-
"
|
|
75707
|
+
"../../../node_modules/yaml/dist/Document-a8d0fbf9.js"(exports2) {
|
|
75663
75708
|
"use strict";
|
|
75664
75709
|
var PlainValue = require_PlainValue_516d5bc2();
|
|
75665
75710
|
var resolveSeq = require_resolveSeq_95613e94();
|
|
@@ -76307,9 +76352,9 @@ ${cbNode.commentBefore}` : cb;
|
|
|
76307
76352
|
}
|
|
76308
76353
|
});
|
|
76309
76354
|
|
|
76310
|
-
//
|
|
76355
|
+
// ../../../node_modules/yaml/dist/index.js
|
|
76311
76356
|
var require_dist2 = __commonJS({
|
|
76312
|
-
"
|
|
76357
|
+
"../../../node_modules/yaml/dist/index.js"(exports2) {
|
|
76313
76358
|
"use strict";
|
|
76314
76359
|
var parseCst = require_parse_cst();
|
|
76315
76360
|
var Document$1 = require_Document_a8d0fbf9();
|
|
@@ -76385,16 +76430,16 @@ var require_dist2 = __commonJS({
|
|
|
76385
76430
|
}
|
|
76386
76431
|
});
|
|
76387
76432
|
|
|
76388
|
-
//
|
|
76433
|
+
// ../../../node_modules/yaml/index.js
|
|
76389
76434
|
var require_yaml = __commonJS({
|
|
76390
|
-
"
|
|
76435
|
+
"../../../node_modules/yaml/index.js"(exports2, module2) {
|
|
76391
76436
|
module2.exports = require_dist2().YAML;
|
|
76392
76437
|
}
|
|
76393
76438
|
});
|
|
76394
76439
|
|
|
76395
|
-
//
|
|
76440
|
+
// ../../../node_modules/yaml/dist/types.js
|
|
76396
76441
|
var require_types = __commonJS({
|
|
76397
|
-
"
|
|
76442
|
+
"../../../node_modules/yaml/dist/types.js"(exports2) {
|
|
76398
76443
|
"use strict";
|
|
76399
76444
|
var resolveSeq = require_resolveSeq_95613e94();
|
|
76400
76445
|
var Schema3 = require_Schema_bcc6c2d7();
|
|
@@ -76417,10 +76462,10 @@ var require_types = __commonJS({
|
|
|
76417
76462
|
}
|
|
76418
76463
|
});
|
|
76419
76464
|
|
|
76420
|
-
//
|
|
76465
|
+
// ../../../node_modules/yaml/types.mjs
|
|
76421
76466
|
var import_types2, binaryOptions, boolOptions, intOptions, nullOptions, strOptions, Schema, Alias, Collection, Merge, Node, Pair, Scalar, YAMLMap, YAMLSeq;
|
|
76422
76467
|
var init_types2 = __esm({
|
|
76423
|
-
"
|
|
76468
|
+
"../../../node_modules/yaml/types.mjs"() {
|
|
76424
76469
|
import_types2 = __toESM(require_types(), 1);
|
|
76425
76470
|
binaryOptions = import_types2.default.binaryOptions;
|
|
76426
76471
|
boolOptions = import_types2.default.boolOptions;
|
|
@@ -80700,6 +80745,38 @@ var init_rwlock = __esm({
|
|
|
80700
80745
|
}
|
|
80701
80746
|
});
|
|
80702
80747
|
|
|
80748
|
+
// ../toolkit-lib/lib/api/cloud-assembly/private/disposable-box.ts
|
|
80749
|
+
var AsyncDisposableBox;
|
|
80750
|
+
var init_disposable_box = __esm({
|
|
80751
|
+
"../toolkit-lib/lib/api/cloud-assembly/private/disposable-box.ts"() {
|
|
80752
|
+
"use strict";
|
|
80753
|
+
AsyncDisposableBox = class {
|
|
80754
|
+
constructor(value) {
|
|
80755
|
+
this.value = value;
|
|
80756
|
+
}
|
|
80757
|
+
static {
|
|
80758
|
+
__name(this, "AsyncDisposableBox");
|
|
80759
|
+
}
|
|
80760
|
+
shouldDispose = true;
|
|
80761
|
+
/**
|
|
80762
|
+
* Remove the value from the Box, preventing it from being disposed in the future.
|
|
80763
|
+
*
|
|
80764
|
+
* Should be the last line of the containing function.
|
|
80765
|
+
*/
|
|
80766
|
+
take() {
|
|
80767
|
+
this.shouldDispose = false;
|
|
80768
|
+
return this.value;
|
|
80769
|
+
}
|
|
80770
|
+
[Symbol.asyncDispose]() {
|
|
80771
|
+
if (this.shouldDispose) {
|
|
80772
|
+
return this.value[Symbol.asyncDispose]();
|
|
80773
|
+
}
|
|
80774
|
+
return Promise.resolve();
|
|
80775
|
+
}
|
|
80776
|
+
};
|
|
80777
|
+
}
|
|
80778
|
+
});
|
|
80779
|
+
|
|
80703
80780
|
// ../../../node_modules/@smithy/types/dist-cjs/index.js
|
|
80704
80781
|
var require_dist_cjs = __commonJS({
|
|
80705
80782
|
"../../../node_modules/@smithy/types/dist-cjs/index.js"(exports2) {
|
|
@@ -96877,7 +96954,7 @@ var require_httpAuthSchemeProvider = __commonJS({
|
|
|
96877
96954
|
"use strict";
|
|
96878
96955
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
96879
96956
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultAppSyncHttpAuthSchemeProvider = exports2.defaultAppSyncHttpAuthSchemeParametersProvider = void 0;
|
|
96880
|
-
var
|
|
96957
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
96881
96958
|
var util_middleware_1 = require_dist_cjs6();
|
|
96882
96959
|
var defaultAppSyncHttpAuthSchemeParametersProvider = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
96883
96960
|
return {
|
|
@@ -96915,7 +96992,7 @@ var require_httpAuthSchemeProvider = __commonJS({
|
|
|
96915
96992
|
}, "defaultAppSyncHttpAuthSchemeProvider");
|
|
96916
96993
|
exports2.defaultAppSyncHttpAuthSchemeProvider = defaultAppSyncHttpAuthSchemeProvider;
|
|
96917
96994
|
var resolveHttpAuthSchemeConfig6 = /* @__PURE__ */ __name((config) => {
|
|
96918
|
-
const config_0 = (0,
|
|
96995
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
96919
96996
|
return Object.assign(config_0, {
|
|
96920
96997
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? [])
|
|
96921
96998
|
});
|
|
@@ -96930,7 +97007,7 @@ var require_package = __commonJS({
|
|
|
96930
97007
|
module2.exports = {
|
|
96931
97008
|
name: "@aws-sdk/client-appsync",
|
|
96932
97009
|
description: "AWS SDK for JavaScript Appsync Client for Node.js, Browser and React Native",
|
|
96933
|
-
version: "3.
|
|
97010
|
+
version: "3.1019.0",
|
|
96934
97011
|
scripts: {
|
|
96935
97012
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
96936
97013
|
"build:cjs": "node ../../scripts/compilation/inline client-appsync",
|
|
@@ -96950,17 +97027,17 @@ var require_package = __commonJS({
|
|
|
96950
97027
|
dependencies: {
|
|
96951
97028
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
96952
97029
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
96953
|
-
"@aws-sdk/core": "^3.973.
|
|
96954
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
97030
|
+
"@aws-sdk/core": "^3.973.25",
|
|
97031
|
+
"@aws-sdk/credential-provider-node": "^3.972.27",
|
|
96955
97032
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
96956
97033
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
96957
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
96958
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
96959
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
97034
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
97035
|
+
"@aws-sdk/middleware-user-agent": "^3.972.26",
|
|
97036
|
+
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
96960
97037
|
"@aws-sdk/types": "^3.973.6",
|
|
96961
97038
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
96962
97039
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
96963
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
97040
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
96964
97041
|
"@smithy/config-resolver": "^4.4.13",
|
|
96965
97042
|
"@smithy/core": "^3.23.12",
|
|
96966
97043
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
@@ -97652,7 +97729,7 @@ function createSmithyApiNoAuthHttpAuthOption(authParameters) {
|
|
|
97652
97729
|
var import_util_middleware6, defaultSSOOIDCHttpAuthSchemeParametersProvider, defaultSSOOIDCHttpAuthSchemeProvider, resolveHttpAuthSchemeConfig;
|
|
97653
97730
|
var init_httpAuthSchemeProvider = __esm({
|
|
97654
97731
|
"../../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js"() {
|
|
97655
|
-
|
|
97732
|
+
init_httpAuthSchemes2();
|
|
97656
97733
|
import_util_middleware6 = __toESM(require_dist_cjs6());
|
|
97657
97734
|
defaultSSOOIDCHttpAuthSchemeParametersProvider = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
97658
97735
|
return {
|
|
@@ -97712,7 +97789,7 @@ var init_package = __esm({
|
|
|
97712
97789
|
"../../../node_modules/@aws-sdk/nested-clients/package.json"() {
|
|
97713
97790
|
package_default = {
|
|
97714
97791
|
name: "@aws-sdk/nested-clients",
|
|
97715
|
-
version: "3.996.
|
|
97792
|
+
version: "3.996.16",
|
|
97716
97793
|
description: "Nested clients for AWS SDK packages.",
|
|
97717
97794
|
main: "./dist-cjs/index.js",
|
|
97718
97795
|
module: "./dist-es/index.js",
|
|
@@ -97741,16 +97818,16 @@ var init_package = __esm({
|
|
|
97741
97818
|
dependencies: {
|
|
97742
97819
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
97743
97820
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
97744
|
-
"@aws-sdk/core": "^3.973.
|
|
97821
|
+
"@aws-sdk/core": "^3.973.25",
|
|
97745
97822
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
97746
97823
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
97747
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
97748
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
97749
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
97824
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
97825
|
+
"@aws-sdk/middleware-user-agent": "^3.972.26",
|
|
97826
|
+
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
97750
97827
|
"@aws-sdk/types": "^3.973.6",
|
|
97751
97828
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
97752
97829
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
97753
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
97830
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
97754
97831
|
"@smithy/config-resolver": "^4.4.13",
|
|
97755
97832
|
"@smithy/core": "^3.23.12",
|
|
97756
97833
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
@@ -98725,7 +98802,7 @@ var init_schemas_0 = __esm({
|
|
|
98725
98802
|
var import_smithy_client9, import_url_parser2, import_util_base648, import_util_utf88, getRuntimeConfig;
|
|
98726
98803
|
var init_runtimeConfig_shared = __esm({
|
|
98727
98804
|
"../../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js"() {
|
|
98728
|
-
|
|
98805
|
+
init_httpAuthSchemes2();
|
|
98729
98806
|
init_protocols2();
|
|
98730
98807
|
init_dist_es();
|
|
98731
98808
|
import_smithy_client9 = __toESM(require_dist_cjs25());
|
|
@@ -98778,7 +98855,8 @@ var import_util_user_agent_node, import_config_resolver, import_hash_node, impor
|
|
|
98778
98855
|
var init_runtimeConfig = __esm({
|
|
98779
98856
|
"../../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js"() {
|
|
98780
98857
|
init_package();
|
|
98781
|
-
|
|
98858
|
+
init_client();
|
|
98859
|
+
init_httpAuthSchemes2();
|
|
98782
98860
|
import_util_user_agent_node = __toESM(require_dist_cjs41());
|
|
98783
98861
|
import_config_resolver = __toESM(require_dist_cjs31());
|
|
98784
98862
|
import_hash_node = __toESM(require_dist_cjs42());
|
|
@@ -99298,7 +99376,7 @@ function createSmithyApiNoAuthHttpAuthOption2(authParameters) {
|
|
|
99298
99376
|
var import_util_middleware7, defaultSSOHttpAuthSchemeParametersProvider, defaultSSOHttpAuthSchemeProvider, resolveHttpAuthSchemeConfig2;
|
|
99299
99377
|
var init_httpAuthSchemeProvider2 = __esm({
|
|
99300
99378
|
"../../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js"() {
|
|
99301
|
-
|
|
99379
|
+
init_httpAuthSchemes2();
|
|
99302
99380
|
import_util_middleware7 = __toESM(require_dist_cjs6());
|
|
99303
99381
|
defaultSSOHttpAuthSchemeParametersProvider = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
99304
99382
|
return {
|
|
@@ -99688,7 +99766,7 @@ var init_schemas_02 = __esm({
|
|
|
99688
99766
|
var import_smithy_client16, import_url_parser3, import_util_base649, import_util_utf89, getRuntimeConfig3;
|
|
99689
99767
|
var init_runtimeConfig_shared2 = __esm({
|
|
99690
99768
|
"../../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js"() {
|
|
99691
|
-
|
|
99769
|
+
init_httpAuthSchemes2();
|
|
99692
99770
|
init_protocols2();
|
|
99693
99771
|
init_dist_es();
|
|
99694
99772
|
import_smithy_client16 = __toESM(require_dist_cjs25());
|
|
@@ -99741,7 +99819,8 @@ var import_util_user_agent_node2, import_config_resolver3, import_hash_node2, im
|
|
|
99741
99819
|
var init_runtimeConfig2 = __esm({
|
|
99742
99820
|
"../../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js"() {
|
|
99743
99821
|
init_package();
|
|
99744
|
-
|
|
99822
|
+
init_client();
|
|
99823
|
+
init_httpAuthSchemes2();
|
|
99745
99824
|
import_util_user_agent_node2 = __toESM(require_dist_cjs41());
|
|
99746
99825
|
import_config_resolver3 = __toESM(require_dist_cjs31());
|
|
99747
99826
|
import_hash_node2 = __toESM(require_dist_cjs42());
|
|
@@ -100207,7 +100286,7 @@ function createSmithyApiNoAuthHttpAuthOption3(authParameters) {
|
|
|
100207
100286
|
var import_util_middleware8, defaultSigninHttpAuthSchemeParametersProvider, defaultSigninHttpAuthSchemeProvider, resolveHttpAuthSchemeConfig3;
|
|
100208
100287
|
var init_httpAuthSchemeProvider3 = __esm({
|
|
100209
100288
|
"../../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js"() {
|
|
100210
|
-
|
|
100289
|
+
init_httpAuthSchemes2();
|
|
100211
100290
|
import_util_middleware8 = __toESM(require_dist_cjs6());
|
|
100212
100291
|
defaultSigninHttpAuthSchemeParametersProvider = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
100213
100292
|
return {
|
|
@@ -100667,7 +100746,7 @@ var init_schemas_03 = __esm({
|
|
|
100667
100746
|
var import_smithy_client23, import_url_parser4, import_util_base6410, import_util_utf810, getRuntimeConfig5;
|
|
100668
100747
|
var init_runtimeConfig_shared3 = __esm({
|
|
100669
100748
|
"../../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js"() {
|
|
100670
|
-
|
|
100749
|
+
init_httpAuthSchemes2();
|
|
100671
100750
|
init_protocols2();
|
|
100672
100751
|
init_dist_es();
|
|
100673
100752
|
import_smithy_client23 = __toESM(require_dist_cjs25());
|
|
@@ -100720,7 +100799,8 @@ var import_util_user_agent_node3, import_config_resolver5, import_hash_node3, im
|
|
|
100720
100799
|
var init_runtimeConfig3 = __esm({
|
|
100721
100800
|
"../../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js"() {
|
|
100722
100801
|
init_package();
|
|
100723
|
-
|
|
100802
|
+
init_client();
|
|
100803
|
+
init_httpAuthSchemes2();
|
|
100724
100804
|
import_util_user_agent_node3 = __toESM(require_dist_cjs41());
|
|
100725
100805
|
import_config_resolver5 = __toESM(require_dist_cjs31());
|
|
100726
100806
|
import_hash_node3 = __toESM(require_dist_cjs42());
|
|
@@ -101297,7 +101377,7 @@ function createSmithyApiNoAuthHttpAuthOption4(authParameters) {
|
|
|
101297
101377
|
var import_util_middleware9, defaultSTSHttpAuthSchemeParametersProvider, defaultSTSHttpAuthSchemeProvider, resolveStsAuthConfig, resolveHttpAuthSchemeConfig4;
|
|
101298
101378
|
var init_httpAuthSchemeProvider4 = __esm({
|
|
101299
101379
|
"../../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js"() {
|
|
101300
|
-
|
|
101380
|
+
init_httpAuthSchemes2();
|
|
101301
101381
|
import_util_middleware9 = __toESM(require_dist_cjs6());
|
|
101302
101382
|
init_STSClient();
|
|
101303
101383
|
defaultSTSHttpAuthSchemeParametersProvider = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
@@ -101895,7 +101975,7 @@ var init_schemas_04 = __esm({
|
|
|
101895
101975
|
var import_smithy_client30, import_url_parser5, import_util_base6411, import_util_utf811, getRuntimeConfig7;
|
|
101896
101976
|
var init_runtimeConfig_shared4 = __esm({
|
|
101897
101977
|
"../../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js"() {
|
|
101898
|
-
|
|
101978
|
+
init_httpAuthSchemes2();
|
|
101899
101979
|
init_protocols2();
|
|
101900
101980
|
init_dist_es();
|
|
101901
101981
|
import_smithy_client30 = __toESM(require_dist_cjs25());
|
|
@@ -101949,7 +102029,8 @@ var import_util_user_agent_node4, import_config_resolver7, import_hash_node4, im
|
|
|
101949
102029
|
var init_runtimeConfig4 = __esm({
|
|
101950
102030
|
"../../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js"() {
|
|
101951
102031
|
init_package();
|
|
101952
|
-
|
|
102032
|
+
init_client();
|
|
102033
|
+
init_httpAuthSchemes2();
|
|
101953
102034
|
import_util_user_agent_node4 = __toESM(require_dist_cjs41());
|
|
101954
102035
|
import_config_resolver7 = __toESM(require_dist_cjs31());
|
|
101955
102036
|
init_dist_es();
|
|
@@ -106368,7 +106449,7 @@ var require_runtimeConfig_shared = __commonJS({
|
|
|
106368
106449
|
"use strict";
|
|
106369
106450
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
106370
106451
|
exports2.getRuntimeConfig = void 0;
|
|
106371
|
-
var
|
|
106452
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
106372
106453
|
var protocols_1 = (init_protocols2(), __toCommonJS(protocols_exports2));
|
|
106373
106454
|
var smithy_client_1 = require_dist_cjs25();
|
|
106374
106455
|
var url_parser_1 = require_dist_cjs18();
|
|
@@ -106390,7 +106471,7 @@ var require_runtimeConfig_shared = __commonJS({
|
|
|
106390
106471
|
{
|
|
106391
106472
|
schemeId: "aws.auth#sigv4",
|
|
106392
106473
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4"), "identityProvider"),
|
|
106393
|
-
signer: new
|
|
106474
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
106394
106475
|
}
|
|
106395
106476
|
],
|
|
106396
106477
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
@@ -106420,7 +106501,8 @@ var require_runtimeConfig = __commonJS({
|
|
|
106420
106501
|
exports2.getRuntimeConfig = void 0;
|
|
106421
106502
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
106422
106503
|
var package_json_1 = tslib_1.__importDefault(require_package());
|
|
106423
|
-
var
|
|
106504
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
106505
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
106424
106506
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
106425
106507
|
var util_user_agent_node_1 = require_dist_cjs41();
|
|
106426
106508
|
var config_resolver_1 = require_dist_cjs31();
|
|
@@ -106438,7 +106520,7 @@ var require_runtimeConfig = __commonJS({
|
|
|
106438
106520
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
106439
106521
|
const defaultConfigProvider = /* @__PURE__ */ __name(() => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode), "defaultConfigProvider");
|
|
106440
106522
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
106441
|
-
(0,
|
|
106523
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
106442
106524
|
const loaderConfig = {
|
|
106443
106525
|
profile: config?.profile,
|
|
106444
106526
|
logger: clientSharedValues.logger
|
|
@@ -106448,7 +106530,7 @@ var require_runtimeConfig = __commonJS({
|
|
|
106448
106530
|
...config,
|
|
106449
106531
|
runtime: "node",
|
|
106450
106532
|
defaultsMode,
|
|
106451
|
-
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(
|
|
106533
|
+
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
106452
106534
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
106453
106535
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
106454
106536
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -107537,7 +107619,7 @@ var require_httpAuthSchemeProvider2 = __commonJS({
|
|
|
107537
107619
|
"use strict";
|
|
107538
107620
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
107539
107621
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultBedrockAgentCoreControlHttpAuthSchemeProvider = exports2.defaultBedrockAgentCoreControlHttpAuthSchemeParametersProvider = void 0;
|
|
107540
|
-
var
|
|
107622
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
107541
107623
|
var util_middleware_1 = require_dist_cjs6();
|
|
107542
107624
|
var defaultBedrockAgentCoreControlHttpAuthSchemeParametersProvider = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
107543
107625
|
return {
|
|
@@ -107575,7 +107657,7 @@ var require_httpAuthSchemeProvider2 = __commonJS({
|
|
|
107575
107657
|
}, "defaultBedrockAgentCoreControlHttpAuthSchemeProvider");
|
|
107576
107658
|
exports2.defaultBedrockAgentCoreControlHttpAuthSchemeProvider = defaultBedrockAgentCoreControlHttpAuthSchemeProvider;
|
|
107577
107659
|
var resolveHttpAuthSchemeConfig6 = /* @__PURE__ */ __name((config) => {
|
|
107578
|
-
const config_0 = (0,
|
|
107660
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
107579
107661
|
return Object.assign(config_0, {
|
|
107580
107662
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? [])
|
|
107581
107663
|
});
|
|
@@ -107590,7 +107672,7 @@ var require_package2 = __commonJS({
|
|
|
107590
107672
|
module2.exports = {
|
|
107591
107673
|
name: "@aws-sdk/client-bedrock-agentcore-control",
|
|
107592
107674
|
description: "AWS SDK for JavaScript Bedrock Agentcore Control Client for Node.js, Browser and React Native",
|
|
107593
|
-
version: "3.
|
|
107675
|
+
version: "3.1019.0",
|
|
107594
107676
|
scripts: {
|
|
107595
107677
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
107596
107678
|
"build:cjs": "node ../../scripts/compilation/inline client-bedrock-agentcore-control",
|
|
@@ -107610,17 +107692,17 @@ var require_package2 = __commonJS({
|
|
|
107610
107692
|
dependencies: {
|
|
107611
107693
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
107612
107694
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
107613
|
-
"@aws-sdk/core": "^3.973.
|
|
107614
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
107695
|
+
"@aws-sdk/core": "^3.973.25",
|
|
107696
|
+
"@aws-sdk/credential-provider-node": "^3.972.27",
|
|
107615
107697
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
107616
107698
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
107617
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
107618
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
107619
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
107699
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
107700
|
+
"@aws-sdk/middleware-user-agent": "^3.972.26",
|
|
107701
|
+
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
107620
107702
|
"@aws-sdk/types": "^3.973.6",
|
|
107621
107703
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
107622
107704
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
107623
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
107705
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
107624
107706
|
"@smithy/config-resolver": "^4.4.13",
|
|
107625
107707
|
"@smithy/core": "^3.23.12",
|
|
107626
107708
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
@@ -108019,13 +108101,13 @@ var require_schemas_02 = __commonJS({
|
|
|
108019
108101
|
exports2.CreateBrowserProfileRequest$ = exports2.CreateApiKeyCredentialProviderResponse$ = exports2.CreateApiKeyCredentialProviderRequest$ = exports2.CreateAgentRuntimeResponse$ = exports2.CreateAgentRuntimeRequest$ = exports2.CreateAgentRuntimeEndpointResponse$ = exports2.CreateAgentRuntimeEndpointRequest$ = exports2.ContentConfiguration$ = exports2.ContainerConfiguration$ = exports2.CodeInterpreterSummary$ = exports2.CodeInterpreterNetworkConfiguration$ = exports2.CodeConfiguration$ = exports2.CloudWatchOutputConfig$ = exports2.CloudWatchLogsInputConfig$ = exports2.Certificate$ = exports2.CedarPolicy$ = exports2.CategoricalScaleDefinition$ = exports2.BrowserSummary$ = exports2.BrowserSigningConfigOutput$ = exports2.BrowserSigningConfigInput$ = exports2.BrowserProfileSummary$ = exports2.BrowserNetworkConfiguration$ = exports2.BrowserEnterprisePolicy$ = exports2.BedrockEvaluatorModelConfig$ = exports2.AuthorizingClaimMatchValueType$ = exports2.AtlassianOauth2ProviderConfigOutput$ = exports2.AtlassianOauth2ProviderConfigInput$ = exports2.ApiKeyCredentialProviderItem$ = exports2.ApiGatewayToolOverride$ = exports2.ApiGatewayToolFilter$ = exports2.ApiGatewayToolConfiguration$ = exports2.ApiGatewayTargetConfiguration$ = exports2.AgentRuntimeEndpoint$ = exports2.AgentRuntime$ = exports2.errorTypeRegistries = exports2.ValidationException$ = exports2.UnauthorizedException$ = exports2.ThrottlingException$ = exports2.ThrottledException$ = exports2.ServiceQuotaExceededException$ = exports2.ServiceException$ = exports2.ResourceNotFoundException$ = exports2.ResourceLimitExceededException$ = exports2.InternalServerException$ = exports2.EncryptionFailure$ = exports2.DecryptionFailure$ = exports2.ConflictException$ = exports2.ConcurrentModificationException$ = exports2.AccessDeniedException$ = exports2.BedrockAgentCoreControlServiceException$ = void 0;
|
|
108020
108102
|
exports2.DeleteMemoryStrategyInput$ = exports2.DeleteMemoryOutput$ = exports2.DeleteMemoryInput$ = exports2.DeleteGatewayTargetResponse$ = exports2.DeleteGatewayTargetRequest$ = exports2.DeleteGatewayResponse$ = exports2.DeleteGatewayRequest$ = exports2.DeleteEvaluatorResponse$ = exports2.DeleteEvaluatorRequest$ = exports2.DeleteCodeInterpreterResponse$ = exports2.DeleteCodeInterpreterRequest$ = exports2.DeleteBrowserResponse$ = exports2.DeleteBrowserRequest$ = exports2.DeleteBrowserProfileResponse$ = exports2.DeleteBrowserProfileRequest$ = exports2.DeleteApiKeyCredentialProviderResponse$ = exports2.DeleteApiKeyCredentialProviderRequest$ = exports2.DeleteAgentRuntimeResponse$ = exports2.DeleteAgentRuntimeRequest$ = exports2.DeleteAgentRuntimeEndpointResponse$ = exports2.DeleteAgentRuntimeEndpointRequest$ = exports2.CustomOauth2ProviderConfigOutput$ = exports2.CustomOauth2ProviderConfigInput$ = exports2.CustomMemoryStrategyInput$ = exports2.CustomJWTAuthorizerConfiguration$ = exports2.CustomClaimValidationType$ = exports2.CredentialProviderConfiguration$ = exports2.CreateWorkloadIdentityResponse$ = exports2.CreateWorkloadIdentityRequest$ = exports2.CreatePolicyResponse$ = exports2.CreatePolicyRequest$ = exports2.CreatePolicyEngineResponse$ = exports2.CreatePolicyEngineRequest$ = exports2.CreateOnlineEvaluationConfigResponse$ = exports2.CreateOnlineEvaluationConfigRequest$ = exports2.CreateOauth2CredentialProviderResponse$ = exports2.CreateOauth2CredentialProviderRequest$ = exports2.CreateMemoryOutput$ = exports2.CreateMemoryInput$ = exports2.CreateGatewayTargetResponse$ = exports2.CreateGatewayTargetRequest$ = exports2.CreateGatewayResponse$ = exports2.CreateGatewayRequest$ = exports2.CreateEvaluatorResponse$ = exports2.CreateEvaluatorRequest$ = exports2.CreateCodeInterpreterResponse$ = exports2.CreateCodeInterpreterRequest$ = exports2.CreateBrowserResponse$ = exports2.CreateBrowserRequest$ = exports2.CreateBrowserProfileResponse$ = void 0;
|
|
108021
108103
|
exports2.GetMemoryOutput$ = exports2.GetMemoryInput$ = exports2.GetGatewayTargetResponse$ = exports2.GetGatewayTargetRequest$ = exports2.GetGatewayResponse$ = exports2.GetGatewayRequest$ = exports2.GetEvaluatorResponse$ = exports2.GetEvaluatorRequest$ = exports2.GetCodeInterpreterResponse$ = exports2.GetCodeInterpreterRequest$ = exports2.GetBrowserResponse$ = exports2.GetBrowserRequest$ = exports2.GetBrowserProfileResponse$ = exports2.GetBrowserProfileRequest$ = exports2.GetApiKeyCredentialProviderResponse$ = exports2.GetApiKeyCredentialProviderRequest$ = exports2.GetAgentRuntimeResponse$ = exports2.GetAgentRuntimeRequest$ = exports2.GetAgentRuntimeEndpointResponse$ = exports2.GetAgentRuntimeEndpointRequest$ = exports2.GatewayTarget$ = exports2.GatewaySummary$ = exports2.GatewayPolicyEngineConfiguration$ = exports2.GatewayInterceptorConfiguration$ = exports2.GatewayApiKeyCredentialProvider$ = exports2.Finding$ = exports2.Filter$ = exports2.EvaluatorSummary$ = exports2.EpisodicReflectionOverride$ = exports2.EpisodicReflectionConfigurationInput$ = exports2.EpisodicReflectionConfiguration$ = exports2.EpisodicOverrideReflectionConfigurationInput$ = exports2.EpisodicOverrideExtractionConfigurationInput$ = exports2.EpisodicOverrideConsolidationConfigurationInput$ = exports2.EpisodicOverrideConfigurationInput$ = exports2.EpisodicMemoryStrategyInput$ = exports2.EpisodicExtractionOverride$ = exports2.EpisodicConsolidationOverride$ = exports2.DeleteWorkloadIdentityResponse$ = exports2.DeleteWorkloadIdentityRequest$ = exports2.DeleteResourcePolicyResponse$ = exports2.DeleteResourcePolicyRequest$ = exports2.DeletePolicyResponse$ = exports2.DeletePolicyRequest$ = exports2.DeletePolicyEngineResponse$ = exports2.DeletePolicyEngineRequest$ = exports2.DeleteOnlineEvaluationConfigResponse$ = exports2.DeleteOnlineEvaluationConfigRequest$ = exports2.DeleteOauth2CredentialProviderResponse$ = exports2.DeleteOauth2CredentialProviderRequest$ = void 0;
|
|
108022
|
-
exports2.
|
|
108023
|
-
exports2.
|
|
108024
|
-
exports2.
|
|
108025
|
-
exports2.
|
|
108026
|
-
exports2.
|
|
108027
|
-
exports2.
|
|
108028
|
-
exports2.UpdateWorkloadIdentity$ = exports2.UpdatePolicyEngine$ = exports2.UpdatePolicy$ = exports2.UpdateOnlineEvaluationConfig$ = exports2.UpdateOauth2CredentialProvider$ = exports2.UpdateMemory$ = exports2.UpdateGatewayTarget$ = exports2.UpdateGateway$ = exports2.UpdateEvaluator$ = exports2.UpdateApiKeyCredentialProvider$ = exports2.UpdateAgentRuntimeEndpoint$ = exports2.UpdateAgentRuntime$ = void 0;
|
|
108104
|
+
exports2.ListGatewaysRequest$ = exports2.ListEvaluatorsResponse$ = exports2.ListEvaluatorsRequest$ = exports2.ListCodeInterpretersResponse$ = exports2.ListCodeInterpretersRequest$ = exports2.ListBrowsersResponse$ = exports2.ListBrowsersRequest$ = exports2.ListBrowserProfilesResponse$ = exports2.ListBrowserProfilesRequest$ = exports2.ListApiKeyCredentialProvidersResponse$ = exports2.ListApiKeyCredentialProvidersRequest$ = exports2.ListAgentRuntimeVersionsResponse$ = exports2.ListAgentRuntimeVersionsRequest$ = exports2.ListAgentRuntimesResponse$ = exports2.ListAgentRuntimesRequest$ = exports2.ListAgentRuntimeEndpointsResponse$ = exports2.ListAgentRuntimeEndpointsRequest$ = exports2.LinkedinOauth2ProviderConfigOutput$ = exports2.LinkedinOauth2ProviderConfigInput$ = exports2.LifecycleConfiguration$ = exports2.LambdaInterceptorConfiguration$ = exports2.LambdaEvaluatorConfig$ = exports2.KmsConfiguration$ = exports2.KinesisResource$ = exports2.InvocationConfigurationInput$ = exports2.InvocationConfiguration$ = exports2.InterceptorInputConfiguration$ = exports2.InferenceConfiguration$ = exports2.IncludedOauth2ProviderConfigOutput$ = exports2.IncludedOauth2ProviderConfigInput$ = exports2.GoogleOauth2ProviderConfigOutput$ = exports2.GoogleOauth2ProviderConfigInput$ = exports2.GithubOauth2ProviderConfigOutput$ = exports2.GithubOauth2ProviderConfigInput$ = exports2.GetWorkloadIdentityResponse$ = exports2.GetWorkloadIdentityRequest$ = exports2.GetTokenVaultResponse$ = exports2.GetTokenVaultRequest$ = exports2.GetResourcePolicyResponse$ = exports2.GetResourcePolicyRequest$ = exports2.GetPolicyResponse$ = exports2.GetPolicyRequest$ = exports2.GetPolicyGenerationResponse$ = exports2.GetPolicyGenerationRequest$ = exports2.GetPolicyEngineResponse$ = exports2.GetPolicyEngineRequest$ = exports2.GetOnlineEvaluationConfigResponse$ = exports2.GetOnlineEvaluationConfigRequest$ = exports2.GetOauth2CredentialProviderResponse$ = exports2.GetOauth2CredentialProviderRequest$ = void 0;
|
|
108105
|
+
exports2.PolicyGenerationDetails$ = exports2.PolicyGenerationAsset$ = exports2.PolicyGeneration$ = exports2.PolicyEngine$ = exports2.Policy$ = exports2.OutputConfig$ = exports2.OnlineEvaluationConfigSummary$ = exports2.OAuthCredentialProvider$ = exports2.Oauth2CredentialProviderItem$ = exports2.Oauth2AuthorizationServerMetadata$ = exports2.NumericalScaleDefinition$ = exports2.NetworkConfiguration$ = exports2.ModifyStrategyConfiguration$ = exports2.ModifySelfManagedConfiguration$ = exports2.ModifyMemoryStrategyInput$ = exports2.ModifyMemoryStrategies$ = exports2.ModifyInvocationConfigurationInput$ = exports2.MicrosoftOauth2ProviderConfigOutput$ = exports2.MicrosoftOauth2ProviderConfigInput$ = exports2.MetadataConfiguration$ = exports2.MessageBasedTriggerInput$ = exports2.MessageBasedTrigger$ = exports2.MemorySummary$ = exports2.MemoryStrategy$ = exports2.Memory$ = exports2.McpServerTargetConfiguration$ = exports2.McpLambdaTargetConfiguration$ = exports2.MCPGatewayConfiguration$ = exports2.LlmAsAJudgeEvaluatorConfig$ = exports2.ListWorkloadIdentitiesResponse$ = exports2.ListWorkloadIdentitiesRequest$ = exports2.ListTagsForResourceResponse$ = exports2.ListTagsForResourceRequest$ = exports2.ListPolicyGenerationsResponse$ = exports2.ListPolicyGenerationsRequest$ = exports2.ListPolicyGenerationAssetsResponse$ = exports2.ListPolicyGenerationAssetsRequest$ = exports2.ListPolicyEnginesResponse$ = exports2.ListPolicyEnginesRequest$ = exports2.ListPoliciesResponse$ = exports2.ListPoliciesRequest$ = exports2.ListOnlineEvaluationConfigsResponse$ = exports2.ListOnlineEvaluationConfigsRequest$ = exports2.ListOauth2CredentialProvidersResponse$ = exports2.ListOauth2CredentialProvidersRequest$ = exports2.ListMemoriesOutput$ = exports2.ListMemoriesInput$ = exports2.ListGatewayTargetsResponse$ = exports2.ListGatewayTargetsRequest$ = exports2.ListGatewaysResponse$ = void 0;
|
|
108106
|
+
exports2.UpdateAgentRuntimeEndpointResponse$ = exports2.UpdateAgentRuntimeEndpointRequest$ = exports2.UntagResourceResponse$ = exports2.UntagResourceRequest$ = exports2.ToolDefinition$ = exports2.TokenBasedTriggerInput$ = exports2.TokenBasedTrigger$ = exports2.TimeBasedTriggerInput$ = exports2.TimeBasedTrigger$ = exports2.TargetSummary$ = exports2.TagResourceResponse$ = exports2.TagResourceRequest$ = exports2.SynchronizeGatewayTargetsResponse$ = exports2.SynchronizeGatewayTargetsRequest$ = exports2.SummaryOverrideConsolidationConfigurationInput$ = exports2.SummaryOverrideConfigurationInput$ = exports2.SummaryMemoryStrategyInput$ = exports2.SummaryConsolidationOverride$ = exports2.StreamDeliveryResources$ = exports2.StrategyConfiguration$ = exports2.StartPolicyGenerationResponse$ = exports2.StartPolicyGenerationRequest$ = exports2.SlackOauth2ProviderConfigOutput$ = exports2.SlackOauth2ProviderConfigInput$ = exports2.SetTokenVaultCMKResponse$ = exports2.SetTokenVaultCMKRequest$ = exports2.SessionStorageConfiguration$ = exports2.SessionConfig$ = exports2.SemanticOverrideExtractionConfigurationInput$ = exports2.SemanticOverrideConsolidationConfigurationInput$ = exports2.SemanticOverrideConfigurationInput$ = exports2.SemanticMemoryStrategyInput$ = exports2.SemanticExtractionOverride$ = exports2.SemanticConsolidationOverride$ = exports2.SelfManagedConfigurationInput$ = exports2.SelfManagedConfiguration$ = exports2.SecretsManagerLocation$ = exports2.Secret$ = exports2.SchemaDefinition$ = exports2.SamplingConfig$ = exports2.SalesforceOauth2ProviderConfigOutput$ = exports2.SalesforceOauth2ProviderConfigInput$ = exports2.S3Location$ = exports2.S3Configuration$ = exports2.RuntimeMetadataConfiguration$ = exports2.Rule$ = exports2.RecordingConfig$ = exports2.PutResourcePolicyResponse$ = exports2.PutResourcePolicyRequest$ = exports2.ProtocolConfiguration$ = void 0;
|
|
108107
|
+
exports2.CustomReflectionConfigurationInput$ = exports2.CustomReflectionConfiguration$ = exports2.CustomExtractionConfigurationInput$ = exports2.CustomExtractionConfiguration$ = exports2.CustomConsolidationConfigurationInput$ = exports2.CustomConsolidationConfiguration$ = exports2.CustomConfigurationInput$ = exports2.CredentialProvider$ = exports2.Content$ = exports2.ConsolidationConfiguration$ = exports2.CodeBasedEvaluatorConfig$ = exports2.Code$ = exports2.ClaimMatchValueType$ = exports2.CertificateLocation$ = exports2.AuthorizerConfiguration$ = exports2.ApiSchemaConfiguration$ = exports2.AgentRuntimeArtifact$ = exports2.WorkloadIdentityType$ = exports2.WorkloadIdentityDetails$ = exports2.VpcConfig$ = exports2.ValidationExceptionField$ = exports2.UserPreferenceOverrideExtractionConfigurationInput$ = exports2.UserPreferenceOverrideConsolidationConfigurationInput$ = exports2.UserPreferenceOverrideConfigurationInput$ = exports2.UserPreferenceMemoryStrategyInput$ = exports2.UserPreferenceExtractionOverride$ = exports2.UserPreferenceConsolidationOverride$ = exports2.UpdateWorkloadIdentityResponse$ = exports2.UpdateWorkloadIdentityRequest$ = exports2.UpdatePolicyResponse$ = exports2.UpdatePolicyRequest$ = exports2.UpdatePolicyEngineResponse$ = exports2.UpdatePolicyEngineRequest$ = exports2.UpdateOnlineEvaluationConfigResponse$ = exports2.UpdateOnlineEvaluationConfigRequest$ = exports2.UpdateOauth2CredentialProviderResponse$ = exports2.UpdateOauth2CredentialProviderRequest$ = exports2.UpdateMemoryOutput$ = exports2.UpdateMemoryInput$ = exports2.UpdateGatewayTargetResponse$ = exports2.UpdateGatewayTargetRequest$ = exports2.UpdateGatewayResponse$ = exports2.UpdateGatewayRequest$ = exports2.UpdateEvaluatorResponse$ = exports2.UpdateEvaluatorRequest$ = exports2.UpdatedDescription$ = exports2.UpdateApiKeyCredentialProviderResponse$ = exports2.UpdateApiKeyCredentialProviderRequest$ = exports2.UpdateAgentRuntimeResponse$ = exports2.UpdateAgentRuntimeRequest$ = void 0;
|
|
108108
|
+
exports2.DeleteEvaluator$ = exports2.DeleteCodeInterpreter$ = exports2.DeleteBrowserProfile$ = exports2.DeleteBrowser$ = exports2.DeleteApiKeyCredentialProvider$ = exports2.DeleteAgentRuntimeEndpoint$ = exports2.DeleteAgentRuntime$ = exports2.CreateWorkloadIdentity$ = exports2.CreatePolicyEngine$ = exports2.CreatePolicy$ = exports2.CreateOnlineEvaluationConfig$ = exports2.CreateOauth2CredentialProvider$ = exports2.CreateMemory$ = exports2.CreateGatewayTarget$ = exports2.CreateGateway$ = exports2.CreateEvaluator$ = exports2.CreateCodeInterpreter$ = exports2.CreateBrowserProfile$ = exports2.CreateBrowser$ = exports2.CreateApiKeyCredentialProvider$ = exports2.CreateAgentRuntimeEndpoint$ = exports2.CreateAgentRuntime$ = exports2.TriggerConditionInput$ = exports2.TriggerCondition$ = exports2.ToolSchema$ = exports2.TargetConfiguration$ = exports2.StreamDeliveryResource$ = exports2.ResourceLocation$ = exports2.Resource$ = exports2.RequestHeaderConfiguration$ = exports2.ReflectionConfiguration$ = exports2.RatingScale$ = exports2.PolicyDefinition$ = exports2.Oauth2ProviderConfigOutput$ = exports2.Oauth2ProviderConfigInput$ = exports2.Oauth2Discovery$ = exports2.ModifyReflectionConfiguration$ = exports2.ModifyExtractionConfiguration$ = exports2.ModifyConsolidationConfiguration$ = exports2.MemoryStrategyInput$ = exports2.McpTargetConfiguration$ = exports2.InterceptorConfiguration$ = exports2.GatewayProtocolConfiguration$ = exports2.FilterValue$ = exports2.FilesystemConfiguration$ = exports2.ExtractionConfiguration$ = exports2.EvaluatorReference$ = exports2.EvaluatorModelConfig$ = exports2.EvaluatorConfig$ = exports2.DataSourceConfig$ = void 0;
|
|
108109
|
+
exports2.SynchronizeGatewayTargets$ = exports2.StartPolicyGeneration$ = exports2.SetTokenVaultCMK$ = exports2.PutResourcePolicy$ = exports2.ListWorkloadIdentities$ = exports2.ListTagsForResource$ = exports2.ListPolicyGenerations$ = exports2.ListPolicyGenerationAssets$ = exports2.ListPolicyEngines$ = exports2.ListPolicies$ = exports2.ListOnlineEvaluationConfigs$ = exports2.ListOauth2CredentialProviders$ = exports2.ListMemories$ = exports2.ListGatewayTargets$ = exports2.ListGateways$ = exports2.ListEvaluators$ = exports2.ListCodeInterpreters$ = exports2.ListBrowsers$ = exports2.ListBrowserProfiles$ = exports2.ListApiKeyCredentialProviders$ = exports2.ListAgentRuntimeVersions$ = exports2.ListAgentRuntimes$ = exports2.ListAgentRuntimeEndpoints$ = exports2.GetWorkloadIdentity$ = exports2.GetTokenVault$ = exports2.GetResourcePolicy$ = exports2.GetPolicyGeneration$ = exports2.GetPolicyEngine$ = exports2.GetPolicy$ = exports2.GetOnlineEvaluationConfig$ = exports2.GetOauth2CredentialProvider$ = exports2.GetMemory$ = exports2.GetGatewayTarget$ = exports2.GetGateway$ = exports2.GetEvaluator$ = exports2.GetCodeInterpreter$ = exports2.GetBrowserProfile$ = exports2.GetBrowser$ = exports2.GetApiKeyCredentialProvider$ = exports2.GetAgentRuntimeEndpoint$ = exports2.GetAgentRuntime$ = exports2.DeleteWorkloadIdentity$ = exports2.DeleteResourcePolicy$ = exports2.DeletePolicyEngine$ = exports2.DeletePolicy$ = exports2.DeleteOnlineEvaluationConfig$ = exports2.DeleteOauth2CredentialProvider$ = exports2.DeleteMemory$ = exports2.DeleteGatewayTarget$ = exports2.DeleteGateway$ = void 0;
|
|
108110
|
+
exports2.UpdateWorkloadIdentity$ = exports2.UpdatePolicyEngine$ = exports2.UpdatePolicy$ = exports2.UpdateOnlineEvaluationConfig$ = exports2.UpdateOauth2CredentialProvider$ = exports2.UpdateMemory$ = exports2.UpdateGatewayTarget$ = exports2.UpdateGateway$ = exports2.UpdateEvaluator$ = exports2.UpdateApiKeyCredentialProvider$ = exports2.UpdateAgentRuntimeEndpoint$ = exports2.UpdateAgentRuntime$ = exports2.UntagResource$ = exports2.TagResource$ = void 0;
|
|
108029
108111
|
var _AC = "AuthorizerConfiguration";
|
|
108030
108112
|
var _ACMVT = "AuthorizingClaimMatchValueType";
|
|
108031
108113
|
var _ADE3 = "AccessDeniedException";
|
|
@@ -108067,6 +108149,7 @@ var require_schemas_02 = __commonJS({
|
|
|
108067
108149
|
var _CARR = "CreateAgentRuntimeRequest";
|
|
108068
108150
|
var _CARRr = "CreateAgentRuntimeResponse";
|
|
108069
108151
|
var _CB = "CreateBrowser";
|
|
108152
|
+
var _CBEC = "CodeBasedEvaluatorConfig";
|
|
108070
108153
|
var _CBP = "CreateBrowserProfile";
|
|
108071
108154
|
var _CBPR = "CreateBrowserProfileRequest";
|
|
108072
108155
|
var _CBPRr = "CreateBrowserProfileResponse";
|
|
@@ -108326,6 +108409,7 @@ var require_schemas_02 = __commonJS({
|
|
|
108326
108409
|
var _LCIR = "ListCodeInterpretersRequest";
|
|
108327
108410
|
var _LCIRi = "ListCodeInterpretersResponse";
|
|
108328
108411
|
var _LE = "ListEvaluators";
|
|
108412
|
+
var _LEC = "LambdaEvaluatorConfig";
|
|
108329
108413
|
var _LER = "ListEvaluatorsRequest";
|
|
108330
108414
|
var _LERi = "ListEvaluatorsResponse";
|
|
108331
108415
|
var _LG = "ListGateways";
|
|
@@ -108583,6 +108667,7 @@ var require_schemas_02 = __commonJS({
|
|
|
108583
108667
|
var _bV = "booleanValue";
|
|
108584
108668
|
var _c6 = "client";
|
|
108585
108669
|
var _cA = "createdAt";
|
|
108670
|
+
var _cB = "codeBased";
|
|
108586
108671
|
var _cC = "customClaims";
|
|
108587
108672
|
var _cCC = "customConsolidationConfiguration";
|
|
108588
108673
|
var _cCo = "contentConfigurations";
|
|
@@ -108703,6 +108788,7 @@ var require_schemas_02 = __commonJS({
|
|
|
108703
108788
|
var _lA = "lambdaArn";
|
|
108704
108789
|
var _lAAJ = "llmAsAJudge";
|
|
108705
108790
|
var _lC = "lifecycleConfiguration";
|
|
108791
|
+
var _lCa = "lambdaConfig";
|
|
108706
108792
|
var _lFM = "lockedForModification";
|
|
108707
108793
|
var _lGN = "logGroupNames";
|
|
108708
108794
|
var _lGNo = "logGroupName";
|
|
@@ -108712,6 +108798,7 @@ var require_schemas_02 = __commonJS({
|
|
|
108712
108798
|
var _lSAa = "lastSynchronizedAt";
|
|
108713
108799
|
var _lSBI = "lastSavedBrowserId";
|
|
108714
108800
|
var _lSBSI = "lastSavedBrowserSessionId";
|
|
108801
|
+
var _lTIS = "lambdaTimeoutInSeconds";
|
|
108715
108802
|
var _lUA = "lastUpdatedAt";
|
|
108716
108803
|
var _lUT = "lastUpdatedTime";
|
|
108717
108804
|
var _lV = "liveVersion";
|
|
@@ -110487,6 +110574,15 @@ var require_schemas_02 = __commonJS({
|
|
|
110487
110574
|
[0, 0],
|
|
110488
110575
|
1
|
|
110489
110576
|
];
|
|
110577
|
+
exports2.LambdaEvaluatorConfig$ = [
|
|
110578
|
+
3,
|
|
110579
|
+
n06,
|
|
110580
|
+
_LEC,
|
|
110581
|
+
0,
|
|
110582
|
+
[_lA, _lTIS],
|
|
110583
|
+
[0, 1],
|
|
110584
|
+
1
|
|
110585
|
+
];
|
|
110490
110586
|
exports2.LambdaInterceptorConfiguration$ = [
|
|
110491
110587
|
3,
|
|
110492
110588
|
n06,
|
|
@@ -112276,6 +112372,14 @@ var require_schemas_02 = __commonJS({
|
|
|
112276
112372
|
[_s_],
|
|
112277
112373
|
[() => exports2.S3Location$]
|
|
112278
112374
|
];
|
|
112375
|
+
exports2.CodeBasedEvaluatorConfig$ = [
|
|
112376
|
+
4,
|
|
112377
|
+
n06,
|
|
112378
|
+
_CBEC,
|
|
112379
|
+
0,
|
|
112380
|
+
[_lCa],
|
|
112381
|
+
[() => exports2.LambdaEvaluatorConfig$]
|
|
112382
|
+
];
|
|
112279
112383
|
exports2.ConsolidationConfiguration$ = [
|
|
112280
112384
|
4,
|
|
112281
112385
|
n06,
|
|
@@ -112369,8 +112473,8 @@ var require_schemas_02 = __commonJS({
|
|
|
112369
112473
|
n06,
|
|
112370
112474
|
_EC,
|
|
112371
112475
|
0,
|
|
112372
|
-
[_lAAJ],
|
|
112373
|
-
[[() => exports2.LlmAsAJudgeEvaluatorConfig$, 0]]
|
|
112476
|
+
[_lAAJ, _cB],
|
|
112477
|
+
[[() => exports2.LlmAsAJudgeEvaluatorConfig$, 0], () => exports2.CodeBasedEvaluatorConfig$]
|
|
112374
112478
|
];
|
|
112375
112479
|
exports2.EvaluatorModelConfig$ = [
|
|
112376
112480
|
4,
|
|
@@ -113277,7 +113381,7 @@ var require_runtimeConfig_shared2 = __commonJS({
|
|
|
113277
113381
|
"use strict";
|
|
113278
113382
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
113279
113383
|
exports2.getRuntimeConfig = void 0;
|
|
113280
|
-
var
|
|
113384
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
113281
113385
|
var protocols_1 = (init_protocols2(), __toCommonJS(protocols_exports2));
|
|
113282
113386
|
var smithy_client_1 = require_dist_cjs25();
|
|
113283
113387
|
var url_parser_1 = require_dist_cjs18();
|
|
@@ -113299,7 +113403,7 @@ var require_runtimeConfig_shared2 = __commonJS({
|
|
|
113299
113403
|
{
|
|
113300
113404
|
schemeId: "aws.auth#sigv4",
|
|
113301
113405
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4"), "identityProvider"),
|
|
113302
|
-
signer: new
|
|
113406
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
113303
113407
|
}
|
|
113304
113408
|
],
|
|
113305
113409
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
@@ -113328,7 +113432,8 @@ var require_runtimeConfig2 = __commonJS({
|
|
|
113328
113432
|
exports2.getRuntimeConfig = void 0;
|
|
113329
113433
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
113330
113434
|
var package_json_1 = tslib_1.__importDefault(require_package2());
|
|
113331
|
-
var
|
|
113435
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
113436
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
113332
113437
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
113333
113438
|
var util_user_agent_node_1 = require_dist_cjs41();
|
|
113334
113439
|
var config_resolver_1 = require_dist_cjs31();
|
|
@@ -113346,7 +113451,7 @@ var require_runtimeConfig2 = __commonJS({
|
|
|
113346
113451
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
113347
113452
|
const defaultConfigProvider = /* @__PURE__ */ __name(() => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode), "defaultConfigProvider");
|
|
113348
113453
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
113349
|
-
(0,
|
|
113454
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
113350
113455
|
const loaderConfig = {
|
|
113351
113456
|
profile: config?.profile,
|
|
113352
113457
|
logger: clientSharedValues.logger
|
|
@@ -113356,7 +113461,7 @@ var require_runtimeConfig2 = __commonJS({
|
|
|
113356
113461
|
...config,
|
|
113357
113462
|
runtime: "node",
|
|
113358
113463
|
defaultsMode,
|
|
113359
|
-
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(
|
|
113464
|
+
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
113360
113465
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
113361
113466
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
113362
113467
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -114800,6 +114905,7 @@ var require_dist_cjs55 = __commonJS({
|
|
|
114800
114905
|
};
|
|
114801
114906
|
var EvaluatorType = {
|
|
114802
114907
|
BUILTIN: "Builtin",
|
|
114908
|
+
CODE: "CustomCode",
|
|
114803
114909
|
CUSTOM: "Custom"
|
|
114804
114910
|
};
|
|
114805
114911
|
var AuthorizerType = {
|
|
@@ -115191,7 +115297,7 @@ var require_httpAuthSchemeProvider3 = __commonJS({
|
|
|
115191
115297
|
"use strict";
|
|
115192
115298
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
115193
115299
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultCloudControlHttpAuthSchemeProvider = exports2.defaultCloudControlHttpAuthSchemeParametersProvider = void 0;
|
|
115194
|
-
var
|
|
115300
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
115195
115301
|
var util_middleware_1 = require_dist_cjs6();
|
|
115196
115302
|
var defaultCloudControlHttpAuthSchemeParametersProvider = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
115197
115303
|
return {
|
|
@@ -115229,7 +115335,7 @@ var require_httpAuthSchemeProvider3 = __commonJS({
|
|
|
115229
115335
|
}, "defaultCloudControlHttpAuthSchemeProvider");
|
|
115230
115336
|
exports2.defaultCloudControlHttpAuthSchemeProvider = defaultCloudControlHttpAuthSchemeProvider;
|
|
115231
115337
|
var resolveHttpAuthSchemeConfig6 = /* @__PURE__ */ __name((config) => {
|
|
115232
|
-
const config_0 = (0,
|
|
115338
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
115233
115339
|
return Object.assign(config_0, {
|
|
115234
115340
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? [])
|
|
115235
115341
|
});
|
|
@@ -115244,7 +115350,7 @@ var require_package3 = __commonJS({
|
|
|
115244
115350
|
module2.exports = {
|
|
115245
115351
|
name: "@aws-sdk/client-cloudcontrol",
|
|
115246
115352
|
description: "AWS SDK for JavaScript Cloudcontrol Client for Node.js, Browser and React Native",
|
|
115247
|
-
version: "3.
|
|
115353
|
+
version: "3.1019.0",
|
|
115248
115354
|
scripts: {
|
|
115249
115355
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
115250
115356
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudcontrol",
|
|
@@ -115264,17 +115370,17 @@ var require_package3 = __commonJS({
|
|
|
115264
115370
|
dependencies: {
|
|
115265
115371
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
115266
115372
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
115267
|
-
"@aws-sdk/core": "^3.973.
|
|
115268
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
115373
|
+
"@aws-sdk/core": "^3.973.25",
|
|
115374
|
+
"@aws-sdk/credential-provider-node": "^3.972.27",
|
|
115269
115375
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
115270
115376
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
115271
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
115272
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
115273
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
115377
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
115378
|
+
"@aws-sdk/middleware-user-agent": "^3.972.26",
|
|
115379
|
+
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
115274
115380
|
"@aws-sdk/types": "^3.973.6",
|
|
115275
115381
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
115276
115382
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
115277
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
115383
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
115278
115384
|
"@smithy/config-resolver": "^4.4.13",
|
|
115279
115385
|
"@smithy/core": "^3.23.12",
|
|
115280
115386
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
@@ -116380,7 +116486,7 @@ var require_runtimeConfig_shared3 = __commonJS({
|
|
|
116380
116486
|
"use strict";
|
|
116381
116487
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
116382
116488
|
exports2.getRuntimeConfig = void 0;
|
|
116383
|
-
var
|
|
116489
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
116384
116490
|
var protocols_1 = (init_protocols2(), __toCommonJS(protocols_exports2));
|
|
116385
116491
|
var smithy_client_1 = require_dist_cjs25();
|
|
116386
116492
|
var url_parser_1 = require_dist_cjs18();
|
|
@@ -116402,7 +116508,7 @@ var require_runtimeConfig_shared3 = __commonJS({
|
|
|
116402
116508
|
{
|
|
116403
116509
|
schemeId: "aws.auth#sigv4",
|
|
116404
116510
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4"), "identityProvider"),
|
|
116405
|
-
signer: new
|
|
116511
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
116406
116512
|
}
|
|
116407
116513
|
],
|
|
116408
116514
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
@@ -116431,7 +116537,8 @@ var require_runtimeConfig3 = __commonJS({
|
|
|
116431
116537
|
exports2.getRuntimeConfig = void 0;
|
|
116432
116538
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
116433
116539
|
var package_json_1 = tslib_1.__importDefault(require_package3());
|
|
116434
|
-
var
|
|
116540
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
116541
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
116435
116542
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
116436
116543
|
var util_user_agent_node_1 = require_dist_cjs41();
|
|
116437
116544
|
var config_resolver_1 = require_dist_cjs31();
|
|
@@ -116449,7 +116556,7 @@ var require_runtimeConfig3 = __commonJS({
|
|
|
116449
116556
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
116450
116557
|
const defaultConfigProvider = /* @__PURE__ */ __name(() => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode), "defaultConfigProvider");
|
|
116451
116558
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
116452
|
-
(0,
|
|
116559
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
116453
116560
|
const loaderConfig = {
|
|
116454
116561
|
profile: config?.profile,
|
|
116455
116562
|
logger: clientSharedValues.logger
|
|
@@ -116459,7 +116566,7 @@ var require_runtimeConfig3 = __commonJS({
|
|
|
116459
116566
|
...config,
|
|
116460
116567
|
runtime: "node",
|
|
116461
116568
|
defaultsMode,
|
|
116462
|
-
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(
|
|
116569
|
+
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
116463
116570
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
116464
116571
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
116465
116572
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -116797,7 +116904,7 @@ var require_httpAuthSchemeProvider4 = __commonJS({
|
|
|
116797
116904
|
"use strict";
|
|
116798
116905
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
116799
116906
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultCloudFormationHttpAuthSchemeProvider = exports2.defaultCloudFormationHttpAuthSchemeParametersProvider = void 0;
|
|
116800
|
-
var
|
|
116907
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
116801
116908
|
var util_middleware_1 = require_dist_cjs6();
|
|
116802
116909
|
var defaultCloudFormationHttpAuthSchemeParametersProvider = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
116803
116910
|
return {
|
|
@@ -116835,7 +116942,7 @@ var require_httpAuthSchemeProvider4 = __commonJS({
|
|
|
116835
116942
|
}, "defaultCloudFormationHttpAuthSchemeProvider");
|
|
116836
116943
|
exports2.defaultCloudFormationHttpAuthSchemeProvider = defaultCloudFormationHttpAuthSchemeProvider;
|
|
116837
116944
|
var resolveHttpAuthSchemeConfig6 = /* @__PURE__ */ __name((config) => {
|
|
116838
|
-
const config_0 = (0,
|
|
116945
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
116839
116946
|
return Object.assign(config_0, {
|
|
116840
116947
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? [])
|
|
116841
116948
|
});
|
|
@@ -116850,7 +116957,7 @@ var require_package4 = __commonJS({
|
|
|
116850
116957
|
module2.exports = {
|
|
116851
116958
|
name: "@aws-sdk/client-cloudformation",
|
|
116852
116959
|
description: "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native",
|
|
116853
|
-
version: "3.
|
|
116960
|
+
version: "3.1019.0",
|
|
116854
116961
|
scripts: {
|
|
116855
116962
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
116856
116963
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudformation",
|
|
@@ -116872,17 +116979,17 @@ var require_package4 = __commonJS({
|
|
|
116872
116979
|
dependencies: {
|
|
116873
116980
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
116874
116981
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
116875
|
-
"@aws-sdk/core": "^3.973.
|
|
116876
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
116982
|
+
"@aws-sdk/core": "^3.973.25",
|
|
116983
|
+
"@aws-sdk/credential-provider-node": "^3.972.27",
|
|
116877
116984
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
116878
116985
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
116879
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
116880
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
116881
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
116986
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
116987
|
+
"@aws-sdk/middleware-user-agent": "^3.972.26",
|
|
116988
|
+
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
116882
116989
|
"@aws-sdk/types": "^3.973.6",
|
|
116883
116990
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
116884
116991
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
116885
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
116992
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
116886
116993
|
"@smithy/config-resolver": "^4.4.13",
|
|
116887
116994
|
"@smithy/core": "^3.23.12",
|
|
116888
116995
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
@@ -121956,7 +122063,7 @@ var require_runtimeConfig_shared4 = __commonJS({
|
|
|
121956
122063
|
"use strict";
|
|
121957
122064
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
121958
122065
|
exports2.getRuntimeConfig = void 0;
|
|
121959
|
-
var
|
|
122066
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
121960
122067
|
var protocols_1 = (init_protocols2(), __toCommonJS(protocols_exports2));
|
|
121961
122068
|
var smithy_client_1 = require_dist_cjs25();
|
|
121962
122069
|
var url_parser_1 = require_dist_cjs18();
|
|
@@ -121978,7 +122085,7 @@ var require_runtimeConfig_shared4 = __commonJS({
|
|
|
121978
122085
|
{
|
|
121979
122086
|
schemeId: "aws.auth#sigv4",
|
|
121980
122087
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4"), "identityProvider"),
|
|
121981
|
-
signer: new
|
|
122088
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
121982
122089
|
}
|
|
121983
122090
|
],
|
|
121984
122091
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
@@ -122008,7 +122115,8 @@ var require_runtimeConfig4 = __commonJS({
|
|
|
122008
122115
|
exports2.getRuntimeConfig = void 0;
|
|
122009
122116
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
122010
122117
|
var package_json_1 = tslib_1.__importDefault(require_package4());
|
|
122011
|
-
var
|
|
122118
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
122119
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
122012
122120
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
122013
122121
|
var util_user_agent_node_1 = require_dist_cjs41();
|
|
122014
122122
|
var config_resolver_1 = require_dist_cjs31();
|
|
@@ -122026,7 +122134,7 @@ var require_runtimeConfig4 = __commonJS({
|
|
|
122026
122134
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
122027
122135
|
const defaultConfigProvider = /* @__PURE__ */ __name(() => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode), "defaultConfigProvider");
|
|
122028
122136
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
122029
|
-
(0,
|
|
122137
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
122030
122138
|
const loaderConfig = {
|
|
122031
122139
|
profile: config?.profile,
|
|
122032
122140
|
logger: clientSharedValues.logger
|
|
@@ -122036,7 +122144,7 @@ var require_runtimeConfig4 = __commonJS({
|
|
|
122036
122144
|
...config,
|
|
122037
122145
|
runtime: "node",
|
|
122038
122146
|
defaultsMode,
|
|
122039
|
-
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(
|
|
122147
|
+
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
122040
122148
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
122041
122149
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
122042
122150
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -124606,7 +124714,7 @@ var require_httpAuthSchemeProvider5 = __commonJS({
|
|
|
124606
124714
|
"use strict";
|
|
124607
124715
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
124608
124716
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultCloudWatchLogsHttpAuthSchemeProvider = exports2.defaultCloudWatchLogsHttpAuthSchemeParametersProvider = void 0;
|
|
124609
|
-
var
|
|
124717
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
124610
124718
|
var util_middleware_1 = require_dist_cjs6();
|
|
124611
124719
|
var defaultCloudWatchLogsHttpAuthSchemeParametersProvider = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
124612
124720
|
return {
|
|
@@ -124644,7 +124752,7 @@ var require_httpAuthSchemeProvider5 = __commonJS({
|
|
|
124644
124752
|
}, "defaultCloudWatchLogsHttpAuthSchemeProvider");
|
|
124645
124753
|
exports2.defaultCloudWatchLogsHttpAuthSchemeProvider = defaultCloudWatchLogsHttpAuthSchemeProvider;
|
|
124646
124754
|
var resolveHttpAuthSchemeConfig6 = /* @__PURE__ */ __name((config) => {
|
|
124647
|
-
const config_0 = (0,
|
|
124755
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
124648
124756
|
return Object.assign(config_0, {
|
|
124649
124757
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? [])
|
|
124650
124758
|
});
|
|
@@ -124659,7 +124767,7 @@ var require_package5 = __commonJS({
|
|
|
124659
124767
|
module2.exports = {
|
|
124660
124768
|
name: "@aws-sdk/client-cloudwatch-logs",
|
|
124661
124769
|
description: "AWS SDK for JavaScript Cloudwatch Logs Client for Node.js, Browser and React Native",
|
|
124662
|
-
version: "3.
|
|
124770
|
+
version: "3.1019.0",
|
|
124663
124771
|
scripts: {
|
|
124664
124772
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
124665
124773
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudwatch-logs",
|
|
@@ -124685,17 +124793,17 @@ var require_package5 = __commonJS({
|
|
|
124685
124793
|
dependencies: {
|
|
124686
124794
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
124687
124795
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
124688
|
-
"@aws-sdk/core": "^3.973.
|
|
124689
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
124796
|
+
"@aws-sdk/core": "^3.973.25",
|
|
124797
|
+
"@aws-sdk/credential-provider-node": "^3.972.27",
|
|
124690
124798
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
124691
124799
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
124692
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
124693
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
124694
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
124800
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
124801
|
+
"@aws-sdk/middleware-user-agent": "^3.972.26",
|
|
124802
|
+
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
124695
124803
|
"@aws-sdk/types": "^3.973.6",
|
|
124696
124804
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
124697
124805
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
124698
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
124806
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
124699
124807
|
"@smithy/config-resolver": "^4.4.13",
|
|
124700
124808
|
"@smithy/core": "^3.23.12",
|
|
124701
124809
|
"@smithy/eventstream-serde-browser": "^4.2.12",
|
|
@@ -126400,10 +126508,10 @@ var require_schemas_05 = __commonJS({
|
|
|
126400
126508
|
exports2.GetLogFieldsRequest$ = exports2.GetLogEventsResponse$ = exports2.GetLogEventsRequest$ = exports2.GetLogAnomalyDetectorResponse$ = exports2.GetLogAnomalyDetectorRequest$ = exports2.GetIntegrationResponse$ = exports2.GetIntegrationRequest$ = exports2.GetDeliverySourceResponse$ = exports2.GetDeliverySourceRequest$ = exports2.GetDeliveryResponse$ = exports2.GetDeliveryRequest$ = exports2.GetDeliveryDestinationResponse$ = exports2.GetDeliveryDestinationRequest$ = exports2.GetDeliveryDestinationPolicyResponse$ = exports2.GetDeliveryDestinationPolicyRequest$ = exports2.GetDataProtectionPolicyResponse$ = exports2.GetDataProtectionPolicyRequest$ = exports2.FilterLogEventsResponse$ = exports2.FilterLogEventsRequest$ = exports2.FilteredLogEvent$ = exports2.FieldsData$ = exports2.FieldIndex$ = exports2.ExportTaskStatus$ = exports2.ExportTaskExecutionInfo$ = exports2.ExportTask$ = exports2.Entity$ = exports2.DisassociateSourceFromS3TableIntegrationResponse$ = exports2.DisassociateSourceFromS3TableIntegrationRequest$ = exports2.DisassociateKmsKeyRequest$ = exports2.DestinationConfiguration$ = exports2.Destination$ = exports2.DescribeSubscriptionFiltersResponse$ = exports2.DescribeSubscriptionFiltersRequest$ = exports2.DescribeResourcePoliciesResponse$ = exports2.DescribeResourcePoliciesRequest$ = exports2.DescribeQueryDefinitionsResponse$ = exports2.DescribeQueryDefinitionsRequest$ = exports2.DescribeQueriesResponse$ = exports2.DescribeQueriesRequest$ = exports2.DescribeMetricFiltersResponse$ = exports2.DescribeMetricFiltersRequest$ = exports2.DescribeLogStreamsResponse$ = exports2.DescribeLogStreamsRequest$ = exports2.DescribeLogGroupsResponse$ = exports2.DescribeLogGroupsRequest$ = exports2.DescribeIndexPoliciesResponse$ = exports2.DescribeIndexPoliciesRequest$ = exports2.DescribeImportTasksResponse$ = exports2.DescribeImportTasksRequest$ = exports2.DescribeImportTaskBatchesResponse$ = void 0;
|
|
126401
126509
|
exports2.LogEvent$ = exports2.LiveTailSessionUpdate$ = exports2.LiveTailSessionStart$ = exports2.LiveTailSessionMetadata$ = exports2.LiveTailSessionLogEvent$ = exports2.ListToMap$ = exports2.ListTagsLogGroupResponse$ = exports2.ListTagsLogGroupRequest$ = exports2.ListTagsForResourceResponse$ = exports2.ListTagsForResourceRequest$ = exports2.ListSourcesForS3TableIntegrationResponse$ = exports2.ListSourcesForS3TableIntegrationRequest$ = exports2.ListScheduledQueriesResponse$ = exports2.ListScheduledQueriesRequest$ = exports2.ListLogGroupsResponse$ = exports2.ListLogGroupsRequest$ = exports2.ListLogGroupsForQueryResponse$ = exports2.ListLogGroupsForQueryRequest$ = exports2.ListLogAnomalyDetectorsResponse$ = exports2.ListLogAnomalyDetectorsRequest$ = exports2.ListIntegrationsResponse$ = exports2.ListIntegrationsRequest$ = exports2.ListAnomaliesResponse$ = exports2.ListAnomaliesRequest$ = exports2.ListAggregateLogGroupSummariesResponse$ = exports2.ListAggregateLogGroupSummariesRequest$ = exports2.IntegrationSummary$ = exports2.InputLogEvent$ = exports2.IndexPolicy$ = exports2.ImportStatistics$ = exports2.ImportFilter$ = exports2.ImportBatch$ = exports2.Import$ = exports2.GroupingIdentifier$ = exports2.Grok$ = exports2.GetTransformerResponse$ = exports2.GetTransformerRequest$ = exports2.GetScheduledQueryResponse$ = exports2.GetScheduledQueryRequest$ = exports2.GetScheduledQueryHistoryResponse$ = exports2.GetScheduledQueryHistoryRequest$ = exports2.GetQueryResultsResponse$ = exports2.GetQueryResultsRequest$ = exports2.GetLogRecordResponse$ = exports2.GetLogRecordRequest$ = exports2.GetLogObjectResponse$ = exports2.GetLogObjectRequest$ = exports2.GetLogGroupFieldsResponse$ = exports2.GetLogGroupFieldsRequest$ = exports2.GetLogFieldsResponse$ = void 0;
|
|
126402
126510
|
exports2.PutIndexPolicyRequest$ = exports2.PutDestinationResponse$ = exports2.PutDestinationRequest$ = exports2.PutDestinationPolicyRequest$ = exports2.PutDeliverySourceResponse$ = exports2.PutDeliverySourceRequest$ = exports2.PutDeliveryDestinationResponse$ = exports2.PutDeliveryDestinationRequest$ = exports2.PutDeliveryDestinationPolicyResponse$ = exports2.PutDeliveryDestinationPolicyRequest$ = exports2.PutDataProtectionPolicyResponse$ = exports2.PutDataProtectionPolicyRequest$ = exports2.PutBearerTokenAuthenticationRequest$ = exports2.PutAccountPolicyResponse$ = exports2.PutAccountPolicyRequest$ = exports2.Processor$ = exports2.Policy$ = exports2.PatternToken$ = exports2.ParseWAF$ = exports2.ParseVPC$ = exports2.ParseToOCSF$ = exports2.ParseRoute53$ = exports2.ParsePostgres$ = exports2.ParseKeyValue$ = exports2.ParseJSON$ = exports2.ParseCloudfront$ = exports2.OutputLogEvent$ = exports2.OpenSearchWorkspace$ = exports2.OpenSearchResourceStatus$ = exports2.OpenSearchResourceConfig$ = exports2.OpenSearchNetworkPolicy$ = exports2.OpenSearchLifecyclePolicy$ = exports2.OpenSearchIntegrationDetails$ = exports2.OpenSearchEncryptionPolicy$ = exports2.OpenSearchDataSource$ = exports2.OpenSearchDataAccessPolicy$ = exports2.OpenSearchCollection$ = exports2.OpenSearchApplication$ = exports2.MoveKeys$ = exports2.MoveKeyEntry$ = exports2.MetricTransformation$ = exports2.MetricFilterMatchRecord$ = exports2.MetricFilter$ = exports2.LowerCaseString$ = exports2.LogStream$ = exports2.LogGroupSummary$ = exports2.LogGroupField$ = exports2.LogGroup$ = exports2.LogFieldType$ = exports2.LogFieldsListItem$ = void 0;
|
|
126403
|
-
exports2.
|
|
126404
|
-
exports2.
|
|
126405
|
-
exports2.
|
|
126406
|
-
exports2.UpdateScheduledQuery$ = exports2.UpdateLogAnomalyDetector$ = exports2.UpdateDeliveryConfiguration$ = exports2.UpdateAnomaly$ = exports2.UntagResource$ = exports2.UntagLogGroup$ = exports2.TestTransformer$ = exports2.TestMetricFilter$ = exports2.TagResource$ = exports2.TagLogGroup$ = exports2.StopQuery$ = exports2.StartQuery$ = exports2.StartLiveTail$ = exports2.PutTransformer$ = exports2.PutSubscriptionFilter$ = exports2.PutRetentionPolicy$ = exports2.PutResourcePolicy$ = exports2.PutQueryDefinition$ = exports2.PutMetricFilter$ = exports2.PutLogGroupDeletionProtection$ = exports2.PutLogEvents$ = exports2.PutIntegration$ = exports2.PutIndexPolicy$ = exports2.PutDestinationPolicy$ = exports2.PutDestination$ = exports2.PutDeliverySource$ = void 0;
|
|
126511
|
+
exports2.TestTransformerRequest$ = exports2.TestMetricFilterResponse$ = exports2.TestMetricFilterRequest$ = exports2.TagResourceRequest$ = exports2.TagLogGroupRequest$ = exports2.SuppressionPeriod$ = exports2.SubstituteStringEntry$ = exports2.SubstituteString$ = exports2.SubscriptionFilter$ = exports2.StopQueryResponse$ = exports2.StopQueryRequest$ = exports2.StartQueryResponse$ = exports2.StartQueryRequest$ = exports2.StartLiveTailResponse$ = exports2.StartLiveTailRequest$ = exports2.SplitStringEntry$ = exports2.SplitString$ = exports2.SearchedLogStream$ = exports2.ScheduledQuerySummary$ = exports2.ScheduledQueryDestination$ = exports2.S3TableIntegrationSource$ = exports2.S3DeliveryConfiguration$ = exports2.S3Configuration$ = exports2.ResultField$ = exports2.ResourcePolicy$ = exports2.RenameKeys$ = exports2.RenameKeyEntry$ = exports2.RejectedLogEventsInfo$ = exports2.RejectedEntityInfo$ = exports2.RecordField$ = exports2.QueryStatistics$ = exports2.QueryParameter$ = exports2.QueryInfo$ = exports2.QueryDefinition$ = exports2.QueryCompileErrorLocation$ = exports2.QueryCompileError$ = exports2.PutTransformerRequest$ = exports2.PutSubscriptionFilterRequest$ = exports2.PutRetentionPolicyRequest$ = exports2.PutResourcePolicyResponse$ = exports2.PutResourcePolicyRequest$ = exports2.PutQueryDefinitionResponse$ = exports2.PutQueryDefinitionRequest$ = exports2.PutMetricFilterRequest$ = exports2.PutLogGroupDeletionProtectionRequest$ = exports2.PutLogEventsResponse$ = exports2.PutLogEventsRequest$ = exports2.PutIntegrationResponse$ = exports2.PutIntegrationRequest$ = exports2.PutIndexPolicyResponse$ = void 0;
|
|
126512
|
+
exports2.DescribeAccountPolicies$ = exports2.DeleteTransformer$ = exports2.DeleteSubscriptionFilter$ = exports2.DeleteScheduledQuery$ = exports2.DeleteRetentionPolicy$ = exports2.DeleteResourcePolicy$ = exports2.DeleteQueryDefinition$ = exports2.DeleteMetricFilter$ = exports2.DeleteLogStream$ = exports2.DeleteLogGroup$ = exports2.DeleteLogAnomalyDetector$ = exports2.DeleteIntegration$ = exports2.DeleteIndexPolicy$ = exports2.DeleteDestination$ = exports2.DeleteDeliverySource$ = exports2.DeleteDeliveryDestinationPolicy$ = exports2.DeleteDeliveryDestination$ = exports2.DeleteDelivery$ = exports2.DeleteDataProtectionPolicy$ = exports2.DeleteAccountPolicy$ = exports2.CreateScheduledQuery$ = exports2.CreateLogStream$ = exports2.CreateLogGroup$ = exports2.CreateLogAnomalyDetector$ = exports2.CreateImportTask$ = exports2.CreateExportTask$ = exports2.CreateDelivery$ = exports2.CancelImportTask$ = exports2.CancelExportTask$ = exports2.AssociateSourceToS3TableIntegration$ = exports2.AssociateKmsKey$ = exports2.StartLiveTailResponseStream$ = exports2.ResourceConfig$ = exports2.IntegrationDetails$ = exports2.GetLogObjectResponseStream$ = exports2.UpperCaseString$ = exports2.UpdateScheduledQueryResponse$ = exports2.UpdateScheduledQueryRequest$ = exports2.UpdateLogAnomalyDetectorRequest$ = exports2.UpdateDeliveryConfigurationResponse$ = exports2.UpdateDeliveryConfigurationRequest$ = exports2.UpdateAnomalyRequest$ = exports2.UntagResourceRequest$ = exports2.UntagLogGroupRequest$ = exports2.TypeConverterEntry$ = exports2.TypeConverter$ = exports2.TrimString$ = exports2.TriggerHistoryRecord$ = exports2.TransformedLogRecord$ = exports2.TestTransformerResponse$ = void 0;
|
|
126513
|
+
exports2.PutDeliveryDestination$ = exports2.PutDataProtectionPolicy$ = exports2.PutBearerTokenAuthentication$ = exports2.PutAccountPolicy$ = exports2.ListTagsLogGroup$ = exports2.ListTagsForResource$ = exports2.ListSourcesForS3TableIntegration$ = exports2.ListScheduledQueries$ = exports2.ListLogGroupsForQuery$ = exports2.ListLogGroups$ = exports2.ListLogAnomalyDetectors$ = exports2.ListIntegrations$ = exports2.ListAnomalies$ = exports2.ListAggregateLogGroupSummaries$ = exports2.GetTransformer$ = exports2.GetScheduledQueryHistory$ = exports2.GetScheduledQuery$ = exports2.GetQueryResults$ = exports2.GetLogRecord$ = exports2.GetLogObject$ = exports2.GetLogGroupFields$ = exports2.GetLogFields$ = exports2.GetLogEvents$ = exports2.GetLogAnomalyDetector$ = exports2.GetIntegration$ = exports2.GetDeliverySource$ = exports2.GetDeliveryDestinationPolicy$ = exports2.GetDeliveryDestination$ = exports2.GetDelivery$ = exports2.GetDataProtectionPolicy$ = exports2.FilterLogEvents$ = exports2.DisassociateSourceFromS3TableIntegration$ = exports2.DisassociateKmsKey$ = exports2.DescribeSubscriptionFilters$ = exports2.DescribeResourcePolicies$ = exports2.DescribeQueryDefinitions$ = exports2.DescribeQueries$ = exports2.DescribeMetricFilters$ = exports2.DescribeLogStreams$ = exports2.DescribeLogGroups$ = exports2.DescribeIndexPolicies$ = exports2.DescribeImportTasks$ = exports2.DescribeImportTaskBatches$ = exports2.DescribeFieldIndexes$ = exports2.DescribeExportTasks$ = exports2.DescribeDestinations$ = exports2.DescribeDeliverySources$ = exports2.DescribeDeliveryDestinations$ = exports2.DescribeDeliveries$ = exports2.DescribeConfigurationTemplates$ = void 0;
|
|
126514
|
+
exports2.UpdateScheduledQuery$ = exports2.UpdateLogAnomalyDetector$ = exports2.UpdateDeliveryConfiguration$ = exports2.UpdateAnomaly$ = exports2.UntagResource$ = exports2.UntagLogGroup$ = exports2.TestTransformer$ = exports2.TestMetricFilter$ = exports2.TagResource$ = exports2.TagLogGroup$ = exports2.StopQuery$ = exports2.StartQuery$ = exports2.StartLiveTail$ = exports2.PutTransformer$ = exports2.PutSubscriptionFilter$ = exports2.PutRetentionPolicy$ = exports2.PutResourcePolicy$ = exports2.PutQueryDefinition$ = exports2.PutMetricFilter$ = exports2.PutLogGroupDeletionProtection$ = exports2.PutLogEvents$ = exports2.PutIntegration$ = exports2.PutIndexPolicy$ = exports2.PutDestinationPolicy$ = exports2.PutDestination$ = exports2.PutDeliverySource$ = exports2.PutDeliveryDestinationPolicy$ = void 0;
|
|
126407
126515
|
var _A2 = "Anomaly";
|
|
126408
126516
|
var _AD = "AnomalyDetector";
|
|
126409
126517
|
var _ADE3 = "AccessDeniedException";
|
|
@@ -126796,6 +126904,8 @@ var require_schemas_05 = __commonJS({
|
|
|
126796
126904
|
var _QDL = "QueryDefinitionList";
|
|
126797
126905
|
var _QI = "QueryInfo";
|
|
126798
126906
|
var _QIL = "QueryInfoList";
|
|
126907
|
+
var _QP = "QueryParameter";
|
|
126908
|
+
var _QPL = "QueryParameterList";
|
|
126799
126909
|
var _QR = "QueryResults";
|
|
126800
126910
|
var _QS = "QueryStatistics";
|
|
126801
126911
|
var _RAEE = "ResourceAlreadyExistsException";
|
|
@@ -127131,6 +127241,7 @@ var require_schemas_05 = __commonJS({
|
|
|
127131
127241
|
var _nP = "networkPolicy";
|
|
127132
127242
|
var _nST = "nextSequenceToken";
|
|
127133
127243
|
var _nT = "nextToken";
|
|
127244
|
+
var _oAI = "ownerAccountId";
|
|
127134
127245
|
var _oB = "orderBy";
|
|
127135
127246
|
var _oF = "outputFormat";
|
|
127136
127247
|
var _oIE = "overwriteIfExists";
|
|
@@ -127155,6 +127266,7 @@ var require_schemas_05 = __commonJS({
|
|
|
127155
127266
|
var _pTa = "patternTokens";
|
|
127156
127267
|
var _pVPC = "parseVPC";
|
|
127157
127268
|
var _pWAF = "parseWAF";
|
|
127269
|
+
var _pa = "parameters";
|
|
127158
127270
|
var _pe = "percent";
|
|
127159
127271
|
var _po = "policy";
|
|
127160
127272
|
var _q = "queries";
|
|
@@ -129437,8 +129549,8 @@ var require_schemas_05 = __commonJS({
|
|
|
129437
129549
|
n06,
|
|
129438
129550
|
_PQDR,
|
|
129439
129551
|
0,
|
|
129440
|
-
[_n, _qS, _qL, _qDI, _lGNo, _cTl],
|
|
129441
|
-
[0, 0, 0, 0, 64 | 0, [0, 4]],
|
|
129552
|
+
[_n, _qS, _qL, _qDI, _lGNo, _cTl, _pa],
|
|
129553
|
+
[0, 0, 0, 0, 64 | 0, [0, 4], () => QueryParameterList],
|
|
129442
129554
|
2
|
|
129443
129555
|
];
|
|
129444
129556
|
exports2.PutQueryDefinitionResponse$ = [
|
|
@@ -129513,8 +129625,8 @@ var require_schemas_05 = __commonJS({
|
|
|
129513
129625
|
n06,
|
|
129514
129626
|
_QD,
|
|
129515
129627
|
0,
|
|
129516
|
-
[_qL, _qDI, _n, _qS, _lM, _lGNo],
|
|
129517
|
-
[0, 0, 0, 0, 1, 64 | 0]
|
|
129628
|
+
[_qL, _qDI, _n, _qS, _lM, _lGNo, _pa],
|
|
129629
|
+
[0, 0, 0, 0, 1, 64 | 0, () => QueryParameterList]
|
|
129518
129630
|
];
|
|
129519
129631
|
exports2.QueryInfo$ = [
|
|
129520
129632
|
3,
|
|
@@ -129524,6 +129636,15 @@ var require_schemas_05 = __commonJS({
|
|
|
129524
129636
|
[_qL, _qI, _qS, _sta, _cTr, _lGN],
|
|
129525
129637
|
[0, 0, 0, 0, 1, 0]
|
|
129526
129638
|
];
|
|
129639
|
+
exports2.QueryParameter$ = [
|
|
129640
|
+
3,
|
|
129641
|
+
n06,
|
|
129642
|
+
_QP,
|
|
129643
|
+
0,
|
|
129644
|
+
[_n, _dV, _d],
|
|
129645
|
+
[0, 0, 0],
|
|
129646
|
+
1
|
|
129647
|
+
];
|
|
129527
129648
|
exports2.QueryStatistics$ = [
|
|
129528
129649
|
3,
|
|
129529
129650
|
n06,
|
|
@@ -129596,8 +129717,8 @@ var require_schemas_05 = __commonJS({
|
|
|
129596
129717
|
n06,
|
|
129597
129718
|
_SC,
|
|
129598
129719
|
0,
|
|
129599
|
-
[_dI, _rAo],
|
|
129600
|
-
[0, 0],
|
|
129720
|
+
[_dI, _rAo, _oAI, _kKI],
|
|
129721
|
+
[0, 0, 0, 0],
|
|
129601
129722
|
2
|
|
129602
129723
|
];
|
|
129603
129724
|
exports2.S3DeliveryConfiguration$ = [
|
|
@@ -130206,6 +130327,13 @@ var require_schemas_05 = __commonJS({
|
|
|
130206
130327
|
0,
|
|
130207
130328
|
() => exports2.QueryInfo$
|
|
130208
130329
|
];
|
|
130330
|
+
var QueryParameterList = [
|
|
130331
|
+
1,
|
|
130332
|
+
n06,
|
|
130333
|
+
_QPL,
|
|
130334
|
+
0,
|
|
130335
|
+
() => exports2.QueryParameter$
|
|
130336
|
+
];
|
|
130209
130337
|
var QueryResults = [
|
|
130210
130338
|
1,
|
|
130211
130339
|
n06,
|
|
@@ -131227,7 +131355,7 @@ var require_runtimeConfig_shared5 = __commonJS({
|
|
|
131227
131355
|
"use strict";
|
|
131228
131356
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
131229
131357
|
exports2.getRuntimeConfig = void 0;
|
|
131230
|
-
var
|
|
131358
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
131231
131359
|
var protocols_1 = (init_protocols2(), __toCommonJS(protocols_exports2));
|
|
131232
131360
|
var smithy_client_1 = require_dist_cjs25();
|
|
131233
131361
|
var url_parser_1 = require_dist_cjs18();
|
|
@@ -131249,7 +131377,7 @@ var require_runtimeConfig_shared5 = __commonJS({
|
|
|
131249
131377
|
{
|
|
131250
131378
|
schemeId: "aws.auth#sigv4",
|
|
131251
131379
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4"), "identityProvider"),
|
|
131252
|
-
signer: new
|
|
131380
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
131253
131381
|
}
|
|
131254
131382
|
],
|
|
131255
131383
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
@@ -131279,7 +131407,8 @@ var require_runtimeConfig5 = __commonJS({
|
|
|
131279
131407
|
exports2.getRuntimeConfig = void 0;
|
|
131280
131408
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
131281
131409
|
var package_json_1 = tslib_1.__importDefault(require_package5());
|
|
131282
|
-
var
|
|
131410
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
131411
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
131283
131412
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
131284
131413
|
var util_user_agent_node_1 = require_dist_cjs41();
|
|
131285
131414
|
var config_resolver_1 = require_dist_cjs31();
|
|
@@ -131298,7 +131427,7 @@ var require_runtimeConfig5 = __commonJS({
|
|
|
131298
131427
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
131299
131428
|
const defaultConfigProvider = /* @__PURE__ */ __name(() => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode), "defaultConfigProvider");
|
|
131300
131429
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
131301
|
-
(0,
|
|
131430
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
131302
131431
|
const loaderConfig = {
|
|
131303
131432
|
profile: config?.profile,
|
|
131304
131433
|
logger: clientSharedValues.logger
|
|
@@ -131308,7 +131437,7 @@ var require_runtimeConfig5 = __commonJS({
|
|
|
131308
131437
|
...config,
|
|
131309
131438
|
runtime: "node",
|
|
131310
131439
|
defaultsMode,
|
|
131311
|
-
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(
|
|
131440
|
+
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
131312
131441
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
131313
131442
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
131314
131443
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -132777,7 +132906,7 @@ var require_httpAuthSchemeProvider6 = __commonJS({
|
|
|
132777
132906
|
"use strict";
|
|
132778
132907
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
132779
132908
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultCodeBuildHttpAuthSchemeProvider = exports2.defaultCodeBuildHttpAuthSchemeParametersProvider = void 0;
|
|
132780
|
-
var
|
|
132909
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
132781
132910
|
var util_middleware_1 = require_dist_cjs6();
|
|
132782
132911
|
var defaultCodeBuildHttpAuthSchemeParametersProvider = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
132783
132912
|
return {
|
|
@@ -132815,7 +132944,7 @@ var require_httpAuthSchemeProvider6 = __commonJS({
|
|
|
132815
132944
|
}, "defaultCodeBuildHttpAuthSchemeProvider");
|
|
132816
132945
|
exports2.defaultCodeBuildHttpAuthSchemeProvider = defaultCodeBuildHttpAuthSchemeProvider;
|
|
132817
132946
|
var resolveHttpAuthSchemeConfig6 = /* @__PURE__ */ __name((config) => {
|
|
132818
|
-
const config_0 = (0,
|
|
132947
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
132819
132948
|
return Object.assign(config_0, {
|
|
132820
132949
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? [])
|
|
132821
132950
|
});
|
|
@@ -132830,7 +132959,7 @@ var require_package6 = __commonJS({
|
|
|
132830
132959
|
module2.exports = {
|
|
132831
132960
|
name: "@aws-sdk/client-codebuild",
|
|
132832
132961
|
description: "AWS SDK for JavaScript Codebuild Client for Node.js, Browser and React Native",
|
|
132833
|
-
version: "3.
|
|
132962
|
+
version: "3.1019.0",
|
|
132834
132963
|
scripts: {
|
|
132835
132964
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
132836
132965
|
"build:cjs": "node ../../scripts/compilation/inline client-codebuild",
|
|
@@ -132850,17 +132979,17 @@ var require_package6 = __commonJS({
|
|
|
132850
132979
|
dependencies: {
|
|
132851
132980
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
132852
132981
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
132853
|
-
"@aws-sdk/core": "^3.973.
|
|
132854
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
132982
|
+
"@aws-sdk/core": "^3.973.25",
|
|
132983
|
+
"@aws-sdk/credential-provider-node": "^3.972.27",
|
|
132855
132984
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
132856
132985
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
132857
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
132858
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
132859
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
132986
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
132987
|
+
"@aws-sdk/middleware-user-agent": "^3.972.26",
|
|
132988
|
+
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
132860
132989
|
"@aws-sdk/types": "^3.973.6",
|
|
132861
132990
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
132862
132991
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
132863
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
132992
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
132864
132993
|
"@smithy/config-resolver": "^4.4.13",
|
|
132865
132994
|
"@smithy/core": "^3.23.12",
|
|
132866
132995
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
@@ -136133,7 +136262,7 @@ var require_runtimeConfig_shared6 = __commonJS({
|
|
|
136133
136262
|
"use strict";
|
|
136134
136263
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
136135
136264
|
exports2.getRuntimeConfig = void 0;
|
|
136136
|
-
var
|
|
136265
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
136137
136266
|
var protocols_1 = (init_protocols2(), __toCommonJS(protocols_exports2));
|
|
136138
136267
|
var smithy_client_1 = require_dist_cjs25();
|
|
136139
136268
|
var url_parser_1 = require_dist_cjs18();
|
|
@@ -136155,7 +136284,7 @@ var require_runtimeConfig_shared6 = __commonJS({
|
|
|
136155
136284
|
{
|
|
136156
136285
|
schemeId: "aws.auth#sigv4",
|
|
136157
136286
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4"), "identityProvider"),
|
|
136158
|
-
signer: new
|
|
136287
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
136159
136288
|
}
|
|
136160
136289
|
],
|
|
136161
136290
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
@@ -136184,7 +136313,8 @@ var require_runtimeConfig6 = __commonJS({
|
|
|
136184
136313
|
exports2.getRuntimeConfig = void 0;
|
|
136185
136314
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
136186
136315
|
var package_json_1 = tslib_1.__importDefault(require_package6());
|
|
136187
|
-
var
|
|
136316
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
136317
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
136188
136318
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
136189
136319
|
var util_user_agent_node_1 = require_dist_cjs41();
|
|
136190
136320
|
var config_resolver_1 = require_dist_cjs31();
|
|
@@ -136202,7 +136332,7 @@ var require_runtimeConfig6 = __commonJS({
|
|
|
136202
136332
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
136203
136333
|
const defaultConfigProvider = /* @__PURE__ */ __name(() => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode), "defaultConfigProvider");
|
|
136204
136334
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
136205
|
-
(0,
|
|
136335
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
136206
136336
|
const loaderConfig = {
|
|
136207
136337
|
profile: config?.profile,
|
|
136208
136338
|
logger: clientSharedValues.logger
|
|
@@ -136212,7 +136342,7 @@ var require_runtimeConfig6 = __commonJS({
|
|
|
136212
136342
|
...config,
|
|
136213
136343
|
runtime: "node",
|
|
136214
136344
|
defaultsMode,
|
|
136215
|
-
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(
|
|
136345
|
+
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
136216
136346
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
136217
136347
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
136218
136348
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -137340,7 +137470,7 @@ var require_httpAuthSchemeProvider7 = __commonJS({
|
|
|
137340
137470
|
"use strict";
|
|
137341
137471
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
137342
137472
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultEC2HttpAuthSchemeProvider = exports2.defaultEC2HttpAuthSchemeParametersProvider = void 0;
|
|
137343
|
-
var
|
|
137473
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
137344
137474
|
var util_middleware_1 = require_dist_cjs6();
|
|
137345
137475
|
var defaultEC2HttpAuthSchemeParametersProvider = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
137346
137476
|
return {
|
|
@@ -137378,7 +137508,7 @@ var require_httpAuthSchemeProvider7 = __commonJS({
|
|
|
137378
137508
|
}, "defaultEC2HttpAuthSchemeProvider");
|
|
137379
137509
|
exports2.defaultEC2HttpAuthSchemeProvider = defaultEC2HttpAuthSchemeProvider;
|
|
137380
137510
|
var resolveHttpAuthSchemeConfig6 = /* @__PURE__ */ __name((config) => {
|
|
137381
|
-
const config_0 = (0,
|
|
137511
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
137382
137512
|
return Object.assign(config_0, {
|
|
137383
137513
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? [])
|
|
137384
137514
|
});
|
|
@@ -137393,7 +137523,7 @@ var require_package7 = __commonJS({
|
|
|
137393
137523
|
module2.exports = {
|
|
137394
137524
|
name: "@aws-sdk/client-ec2",
|
|
137395
137525
|
description: "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
|
|
137396
|
-
version: "3.
|
|
137526
|
+
version: "3.1019.0",
|
|
137397
137527
|
scripts: {
|
|
137398
137528
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
137399
137529
|
"build:cjs": "node ../../scripts/compilation/inline client-ec2",
|
|
@@ -137417,18 +137547,18 @@ var require_package7 = __commonJS({
|
|
|
137417
137547
|
dependencies: {
|
|
137418
137548
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
137419
137549
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
137420
|
-
"@aws-sdk/core": "^3.973.
|
|
137421
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
137550
|
+
"@aws-sdk/core": "^3.973.25",
|
|
137551
|
+
"@aws-sdk/credential-provider-node": "^3.972.27",
|
|
137422
137552
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
137423
137553
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
137424
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
137554
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
137425
137555
|
"@aws-sdk/middleware-sdk-ec2": "^3.972.17",
|
|
137426
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
137427
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
137556
|
+
"@aws-sdk/middleware-user-agent": "^3.972.26",
|
|
137557
|
+
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
137428
137558
|
"@aws-sdk/types": "^3.973.6",
|
|
137429
137559
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
137430
137560
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
137431
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
137561
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
137432
137562
|
"@smithy/config-resolver": "^4.4.13",
|
|
137433
137563
|
"@smithy/core": "^3.23.12",
|
|
137434
137564
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
@@ -195002,7 +195132,7 @@ var require_runtimeConfig_shared7 = __commonJS({
|
|
|
195002
195132
|
"use strict";
|
|
195003
195133
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
195004
195134
|
exports2.getRuntimeConfig = void 0;
|
|
195005
|
-
var
|
|
195135
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
195006
195136
|
var protocols_1 = (init_protocols2(), __toCommonJS(protocols_exports2));
|
|
195007
195137
|
var smithy_client_1 = require_dist_cjs25();
|
|
195008
195138
|
var url_parser_1 = require_dist_cjs18();
|
|
@@ -195024,7 +195154,7 @@ var require_runtimeConfig_shared7 = __commonJS({
|
|
|
195024
195154
|
{
|
|
195025
195155
|
schemeId: "aws.auth#sigv4",
|
|
195026
195156
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4"), "identityProvider"),
|
|
195027
|
-
signer: new
|
|
195157
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
195028
195158
|
}
|
|
195029
195159
|
],
|
|
195030
195160
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
@@ -195054,7 +195184,8 @@ var require_runtimeConfig7 = __commonJS({
|
|
|
195054
195184
|
exports2.getRuntimeConfig = void 0;
|
|
195055
195185
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
195056
195186
|
var package_json_1 = tslib_1.__importDefault(require_package7());
|
|
195057
|
-
var
|
|
195187
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
195188
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
195058
195189
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
195059
195190
|
var util_user_agent_node_1 = require_dist_cjs41();
|
|
195060
195191
|
var config_resolver_1 = require_dist_cjs31();
|
|
@@ -195072,7 +195203,7 @@ var require_runtimeConfig7 = __commonJS({
|
|
|
195072
195203
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
195073
195204
|
const defaultConfigProvider = /* @__PURE__ */ __name(() => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode), "defaultConfigProvider");
|
|
195074
195205
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
195075
|
-
(0,
|
|
195206
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
195076
195207
|
const loaderConfig = {
|
|
195077
195208
|
profile: config?.profile,
|
|
195078
195209
|
logger: clientSharedValues.logger
|
|
@@ -195082,7 +195213,7 @@ var require_runtimeConfig7 = __commonJS({
|
|
|
195082
195213
|
...config,
|
|
195083
195214
|
runtime: "node",
|
|
195084
195215
|
defaultsMode,
|
|
195085
|
-
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(
|
|
195216
|
+
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
195086
195217
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
195087
195218
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
195088
195219
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -209306,7 +209437,7 @@ var require_httpAuthSchemeProvider8 = __commonJS({
|
|
|
209306
209437
|
"use strict";
|
|
209307
209438
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
209308
209439
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultECRHttpAuthSchemeProvider = exports2.defaultECRHttpAuthSchemeParametersProvider = void 0;
|
|
209309
|
-
var
|
|
209440
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
209310
209441
|
var util_middleware_1 = require_dist_cjs6();
|
|
209311
209442
|
var defaultECRHttpAuthSchemeParametersProvider = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
209312
209443
|
return {
|
|
@@ -209344,7 +209475,7 @@ var require_httpAuthSchemeProvider8 = __commonJS({
|
|
|
209344
209475
|
}, "defaultECRHttpAuthSchemeProvider");
|
|
209345
209476
|
exports2.defaultECRHttpAuthSchemeProvider = defaultECRHttpAuthSchemeProvider;
|
|
209346
209477
|
var resolveHttpAuthSchemeConfig6 = /* @__PURE__ */ __name((config) => {
|
|
209347
|
-
const config_0 = (0,
|
|
209478
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
209348
209479
|
return Object.assign(config_0, {
|
|
209349
209480
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? [])
|
|
209350
209481
|
});
|
|
@@ -209359,7 +209490,7 @@ var require_package8 = __commonJS({
|
|
|
209359
209490
|
module2.exports = {
|
|
209360
209491
|
name: "@aws-sdk/client-ecr",
|
|
209361
209492
|
description: "AWS SDK for JavaScript Ecr Client for Node.js, Browser and React Native",
|
|
209362
|
-
version: "3.
|
|
209493
|
+
version: "3.1019.0",
|
|
209363
209494
|
scripts: {
|
|
209364
209495
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
209365
209496
|
"build:cjs": "node ../../scripts/compilation/inline client-ecr",
|
|
@@ -209381,17 +209512,17 @@ var require_package8 = __commonJS({
|
|
|
209381
209512
|
dependencies: {
|
|
209382
209513
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
209383
209514
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
209384
|
-
"@aws-sdk/core": "^3.973.
|
|
209385
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
209515
|
+
"@aws-sdk/core": "^3.973.25",
|
|
209516
|
+
"@aws-sdk/credential-provider-node": "^3.972.27",
|
|
209386
209517
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
209387
209518
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
209388
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
209389
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
209390
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
209519
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
209520
|
+
"@aws-sdk/middleware-user-agent": "^3.972.26",
|
|
209521
|
+
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
209391
209522
|
"@aws-sdk/types": "^3.973.6",
|
|
209392
209523
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
209393
209524
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
209394
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
209525
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
209395
209526
|
"@smithy/config-resolver": "^4.4.13",
|
|
209396
209527
|
"@smithy/core": "^3.23.12",
|
|
209397
209528
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
@@ -213417,7 +213548,7 @@ var require_runtimeConfig_shared8 = __commonJS({
|
|
|
213417
213548
|
"use strict";
|
|
213418
213549
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
213419
213550
|
exports2.getRuntimeConfig = void 0;
|
|
213420
|
-
var
|
|
213551
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
213421
213552
|
var protocols_1 = (init_protocols2(), __toCommonJS(protocols_exports2));
|
|
213422
213553
|
var smithy_client_1 = require_dist_cjs25();
|
|
213423
213554
|
var url_parser_1 = require_dist_cjs18();
|
|
@@ -213439,7 +213570,7 @@ var require_runtimeConfig_shared8 = __commonJS({
|
|
|
213439
213570
|
{
|
|
213440
213571
|
schemeId: "aws.auth#sigv4",
|
|
213441
213572
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4"), "identityProvider"),
|
|
213442
|
-
signer: new
|
|
213573
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
213443
213574
|
}
|
|
213444
213575
|
],
|
|
213445
213576
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
@@ -213469,7 +213600,8 @@ var require_runtimeConfig8 = __commonJS({
|
|
|
213469
213600
|
exports2.getRuntimeConfig = void 0;
|
|
213470
213601
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
213471
213602
|
var package_json_1 = tslib_1.__importDefault(require_package8());
|
|
213472
|
-
var
|
|
213603
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
213604
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
213473
213605
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
213474
213606
|
var util_user_agent_node_1 = require_dist_cjs41();
|
|
213475
213607
|
var config_resolver_1 = require_dist_cjs31();
|
|
@@ -213487,7 +213619,7 @@ var require_runtimeConfig8 = __commonJS({
|
|
|
213487
213619
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
213488
213620
|
const defaultConfigProvider = /* @__PURE__ */ __name(() => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode), "defaultConfigProvider");
|
|
213489
213621
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
213490
|
-
(0,
|
|
213622
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
213491
213623
|
const loaderConfig = {
|
|
213492
213624
|
profile: config?.profile,
|
|
213493
213625
|
logger: clientSharedValues.logger
|
|
@@ -213497,7 +213629,7 @@ var require_runtimeConfig8 = __commonJS({
|
|
|
213497
213629
|
...config,
|
|
213498
213630
|
runtime: "node",
|
|
213499
213631
|
defaultsMode,
|
|
213500
|
-
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(
|
|
213632
|
+
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
213501
213633
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
213502
213634
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
213503
213635
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -214476,7 +214608,7 @@ var require_httpAuthSchemeProvider9 = __commonJS({
|
|
|
214476
214608
|
"use strict";
|
|
214477
214609
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
214478
214610
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultECSHttpAuthSchemeProvider = exports2.defaultECSHttpAuthSchemeParametersProvider = void 0;
|
|
214479
|
-
var
|
|
214611
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
214480
214612
|
var util_middleware_1 = require_dist_cjs6();
|
|
214481
214613
|
var defaultECSHttpAuthSchemeParametersProvider = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
214482
214614
|
return {
|
|
@@ -214514,7 +214646,7 @@ var require_httpAuthSchemeProvider9 = __commonJS({
|
|
|
214514
214646
|
}, "defaultECSHttpAuthSchemeProvider");
|
|
214515
214647
|
exports2.defaultECSHttpAuthSchemeProvider = defaultECSHttpAuthSchemeProvider;
|
|
214516
214648
|
var resolveHttpAuthSchemeConfig6 = /* @__PURE__ */ __name((config) => {
|
|
214517
|
-
const config_0 = (0,
|
|
214649
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
214518
214650
|
return Object.assign(config_0, {
|
|
214519
214651
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? [])
|
|
214520
214652
|
});
|
|
@@ -214529,7 +214661,7 @@ var require_package9 = __commonJS({
|
|
|
214529
214661
|
module2.exports = {
|
|
214530
214662
|
name: "@aws-sdk/client-ecs",
|
|
214531
214663
|
description: "AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native",
|
|
214532
|
-
version: "3.
|
|
214664
|
+
version: "3.1019.0",
|
|
214533
214665
|
scripts: {
|
|
214534
214666
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
214535
214667
|
"build:cjs": "node ../../scripts/compilation/inline client-ecs",
|
|
@@ -214551,17 +214683,17 @@ var require_package9 = __commonJS({
|
|
|
214551
214683
|
dependencies: {
|
|
214552
214684
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
214553
214685
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
214554
|
-
"@aws-sdk/core": "^3.973.
|
|
214555
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
214686
|
+
"@aws-sdk/core": "^3.973.25",
|
|
214687
|
+
"@aws-sdk/credential-provider-node": "^3.972.27",
|
|
214556
214688
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
214557
214689
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
214558
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
214559
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
214560
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
214690
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
214691
|
+
"@aws-sdk/middleware-user-agent": "^3.972.26",
|
|
214692
|
+
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
214561
214693
|
"@aws-sdk/types": "^3.973.6",
|
|
214562
214694
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
214563
214695
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
214564
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
214696
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
214565
214697
|
"@smithy/config-resolver": "^4.4.13",
|
|
214566
214698
|
"@smithy/core": "^3.23.12",
|
|
214567
214699
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
@@ -220060,7 +220192,7 @@ var require_runtimeConfig_shared9 = __commonJS({
|
|
|
220060
220192
|
"use strict";
|
|
220061
220193
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
220062
220194
|
exports2.getRuntimeConfig = void 0;
|
|
220063
|
-
var
|
|
220195
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
220064
220196
|
var protocols_1 = (init_protocols2(), __toCommonJS(protocols_exports2));
|
|
220065
220197
|
var smithy_client_1 = require_dist_cjs25();
|
|
220066
220198
|
var url_parser_1 = require_dist_cjs18();
|
|
@@ -220082,7 +220214,7 @@ var require_runtimeConfig_shared9 = __commonJS({
|
|
|
220082
220214
|
{
|
|
220083
220215
|
schemeId: "aws.auth#sigv4",
|
|
220084
220216
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4"), "identityProvider"),
|
|
220085
|
-
signer: new
|
|
220217
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
220086
220218
|
}
|
|
220087
220219
|
],
|
|
220088
220220
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
@@ -220112,7 +220244,8 @@ var require_runtimeConfig9 = __commonJS({
|
|
|
220112
220244
|
exports2.getRuntimeConfig = void 0;
|
|
220113
220245
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
220114
220246
|
var package_json_1 = tslib_1.__importDefault(require_package9());
|
|
220115
|
-
var
|
|
220247
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
220248
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
220116
220249
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
220117
220250
|
var util_user_agent_node_1 = require_dist_cjs41();
|
|
220118
220251
|
var config_resolver_1 = require_dist_cjs31();
|
|
@@ -220130,7 +220263,7 @@ var require_runtimeConfig9 = __commonJS({
|
|
|
220130
220263
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
220131
220264
|
const defaultConfigProvider = /* @__PURE__ */ __name(() => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode), "defaultConfigProvider");
|
|
220132
220265
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
220133
|
-
(0,
|
|
220266
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
220134
220267
|
const loaderConfig = {
|
|
220135
220268
|
profile: config?.profile,
|
|
220136
220269
|
logger: clientSharedValues.logger
|
|
@@ -220140,7 +220273,7 @@ var require_runtimeConfig9 = __commonJS({
|
|
|
220140
220273
|
...config,
|
|
220141
220274
|
runtime: "node",
|
|
220142
220275
|
defaultsMode,
|
|
220143
|
-
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(
|
|
220276
|
+
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
220144
220277
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
220145
220278
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
220146
220279
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -221737,7 +221870,7 @@ var require_httpAuthSchemeProvider10 = __commonJS({
|
|
|
221737
221870
|
"use strict";
|
|
221738
221871
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
221739
221872
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultElasticLoadBalancingV2HttpAuthSchemeProvider = exports2.defaultElasticLoadBalancingV2HttpAuthSchemeParametersProvider = void 0;
|
|
221740
|
-
var
|
|
221873
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
221741
221874
|
var util_middleware_1 = require_dist_cjs6();
|
|
221742
221875
|
var defaultElasticLoadBalancingV2HttpAuthSchemeParametersProvider = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
221743
221876
|
return {
|
|
@@ -221775,7 +221908,7 @@ var require_httpAuthSchemeProvider10 = __commonJS({
|
|
|
221775
221908
|
}, "defaultElasticLoadBalancingV2HttpAuthSchemeProvider");
|
|
221776
221909
|
exports2.defaultElasticLoadBalancingV2HttpAuthSchemeProvider = defaultElasticLoadBalancingV2HttpAuthSchemeProvider;
|
|
221777
221910
|
var resolveHttpAuthSchemeConfig6 = /* @__PURE__ */ __name((config) => {
|
|
221778
|
-
const config_0 = (0,
|
|
221911
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
221779
221912
|
return Object.assign(config_0, {
|
|
221780
221913
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? [])
|
|
221781
221914
|
});
|
|
@@ -221790,7 +221923,7 @@ var require_package10 = __commonJS({
|
|
|
221790
221923
|
module2.exports = {
|
|
221791
221924
|
name: "@aws-sdk/client-elastic-load-balancing-v2",
|
|
221792
221925
|
description: "AWS SDK for JavaScript Elastic Load Balancing V2 Client for Node.js, Browser and React Native",
|
|
221793
|
-
version: "3.
|
|
221926
|
+
version: "3.1019.0",
|
|
221794
221927
|
scripts: {
|
|
221795
221928
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
221796
221929
|
"build:cjs": "node ../../scripts/compilation/inline client-elastic-load-balancing-v2",
|
|
@@ -221812,17 +221945,17 @@ var require_package10 = __commonJS({
|
|
|
221812
221945
|
dependencies: {
|
|
221813
221946
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
221814
221947
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
221815
|
-
"@aws-sdk/core": "^3.973.
|
|
221816
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
221948
|
+
"@aws-sdk/core": "^3.973.25",
|
|
221949
|
+
"@aws-sdk/credential-provider-node": "^3.972.27",
|
|
221817
221950
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
221818
221951
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
221819
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
221820
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
221821
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
221952
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
221953
|
+
"@aws-sdk/middleware-user-agent": "^3.972.26",
|
|
221954
|
+
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
221822
221955
|
"@aws-sdk/types": "^3.973.6",
|
|
221823
221956
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
221824
221957
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
221825
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
221958
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
221826
221959
|
"@smithy/config-resolver": "^4.4.13",
|
|
221827
221960
|
"@smithy/core": "^3.23.12",
|
|
221828
221961
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
@@ -225969,7 +226102,7 @@ var require_runtimeConfig_shared10 = __commonJS({
|
|
|
225969
226102
|
"use strict";
|
|
225970
226103
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
225971
226104
|
exports2.getRuntimeConfig = void 0;
|
|
225972
|
-
var
|
|
226105
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
225973
226106
|
var protocols_1 = (init_protocols2(), __toCommonJS(protocols_exports2));
|
|
225974
226107
|
var smithy_client_1 = require_dist_cjs25();
|
|
225975
226108
|
var url_parser_1 = require_dist_cjs18();
|
|
@@ -225991,7 +226124,7 @@ var require_runtimeConfig_shared10 = __commonJS({
|
|
|
225991
226124
|
{
|
|
225992
226125
|
schemeId: "aws.auth#sigv4",
|
|
225993
226126
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4"), "identityProvider"),
|
|
225994
|
-
signer: new
|
|
226127
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
225995
226128
|
}
|
|
225996
226129
|
],
|
|
225997
226130
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
@@ -226021,7 +226154,8 @@ var require_runtimeConfig10 = __commonJS({
|
|
|
226021
226154
|
exports2.getRuntimeConfig = void 0;
|
|
226022
226155
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
226023
226156
|
var package_json_1 = tslib_1.__importDefault(require_package10());
|
|
226024
|
-
var
|
|
226157
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
226158
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
226025
226159
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
226026
226160
|
var util_user_agent_node_1 = require_dist_cjs41();
|
|
226027
226161
|
var config_resolver_1 = require_dist_cjs31();
|
|
@@ -226039,7 +226173,7 @@ var require_runtimeConfig10 = __commonJS({
|
|
|
226039
226173
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
226040
226174
|
const defaultConfigProvider = /* @__PURE__ */ __name(() => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode), "defaultConfigProvider");
|
|
226041
226175
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
226042
|
-
(0,
|
|
226176
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
226043
226177
|
const loaderConfig = {
|
|
226044
226178
|
profile: config?.profile,
|
|
226045
226179
|
logger: clientSharedValues.logger
|
|
@@ -226049,7 +226183,7 @@ var require_runtimeConfig10 = __commonJS({
|
|
|
226049
226183
|
...config,
|
|
226050
226184
|
runtime: "node",
|
|
226051
226185
|
defaultsMode,
|
|
226052
|
-
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(
|
|
226186
|
+
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
226053
226187
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
226054
226188
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
226055
226189
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -227100,7 +227234,7 @@ var require_httpAuthSchemeProvider11 = __commonJS({
|
|
|
227100
227234
|
"use strict";
|
|
227101
227235
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
227102
227236
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultIAMHttpAuthSchemeProvider = exports2.defaultIAMHttpAuthSchemeParametersProvider = void 0;
|
|
227103
|
-
var
|
|
227237
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
227104
227238
|
var util_middleware_1 = require_dist_cjs6();
|
|
227105
227239
|
var defaultIAMHttpAuthSchemeParametersProvider = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
227106
227240
|
return {
|
|
@@ -227138,7 +227272,7 @@ var require_httpAuthSchemeProvider11 = __commonJS({
|
|
|
227138
227272
|
}, "defaultIAMHttpAuthSchemeProvider");
|
|
227139
227273
|
exports2.defaultIAMHttpAuthSchemeProvider = defaultIAMHttpAuthSchemeProvider;
|
|
227140
227274
|
var resolveHttpAuthSchemeConfig6 = /* @__PURE__ */ __name((config) => {
|
|
227141
|
-
const config_0 = (0,
|
|
227275
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
227142
227276
|
return Object.assign(config_0, {
|
|
227143
227277
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? [])
|
|
227144
227278
|
});
|
|
@@ -227153,7 +227287,7 @@ var require_package11 = __commonJS({
|
|
|
227153
227287
|
module2.exports = {
|
|
227154
227288
|
name: "@aws-sdk/client-iam",
|
|
227155
227289
|
description: "AWS SDK for JavaScript Iam Client for Node.js, Browser and React Native",
|
|
227156
|
-
version: "3.
|
|
227290
|
+
version: "3.1019.0",
|
|
227157
227291
|
scripts: {
|
|
227158
227292
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
227159
227293
|
"build:cjs": "node ../../scripts/compilation/inline client-iam",
|
|
@@ -227179,17 +227313,17 @@ var require_package11 = __commonJS({
|
|
|
227179
227313
|
dependencies: {
|
|
227180
227314
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
227181
227315
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
227182
|
-
"@aws-sdk/core": "^3.973.
|
|
227183
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
227316
|
+
"@aws-sdk/core": "^3.973.25",
|
|
227317
|
+
"@aws-sdk/credential-provider-node": "^3.972.27",
|
|
227184
227318
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
227185
227319
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
227186
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
227187
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
227188
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
227320
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
227321
|
+
"@aws-sdk/middleware-user-agent": "^3.972.26",
|
|
227322
|
+
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
227189
227323
|
"@aws-sdk/types": "^3.973.6",
|
|
227190
227324
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
227191
227325
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
227192
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
227326
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
227193
227327
|
"@smithy/config-resolver": "^4.4.13",
|
|
227194
227328
|
"@smithy/core": "^3.23.12",
|
|
227195
227329
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
@@ -233598,7 +233732,7 @@ var require_runtimeConfig_shared11 = __commonJS({
|
|
|
233598
233732
|
"use strict";
|
|
233599
233733
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
233600
233734
|
exports2.getRuntimeConfig = void 0;
|
|
233601
|
-
var
|
|
233735
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
233602
233736
|
var protocols_1 = (init_protocols2(), __toCommonJS(protocols_exports2));
|
|
233603
233737
|
var smithy_client_1 = require_dist_cjs25();
|
|
233604
233738
|
var url_parser_1 = require_dist_cjs18();
|
|
@@ -233620,7 +233754,7 @@ var require_runtimeConfig_shared11 = __commonJS({
|
|
|
233620
233754
|
{
|
|
233621
233755
|
schemeId: "aws.auth#sigv4",
|
|
233622
233756
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4"), "identityProvider"),
|
|
233623
|
-
signer: new
|
|
233757
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
233624
233758
|
}
|
|
233625
233759
|
],
|
|
233626
233760
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
@@ -233650,7 +233784,8 @@ var require_runtimeConfig11 = __commonJS({
|
|
|
233650
233784
|
exports2.getRuntimeConfig = void 0;
|
|
233651
233785
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
233652
233786
|
var package_json_1 = tslib_1.__importDefault(require_package11());
|
|
233653
|
-
var
|
|
233787
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
233788
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
233654
233789
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
233655
233790
|
var util_user_agent_node_1 = require_dist_cjs41();
|
|
233656
233791
|
var config_resolver_1 = require_dist_cjs31();
|
|
@@ -233668,7 +233803,7 @@ var require_runtimeConfig11 = __commonJS({
|
|
|
233668
233803
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
233669
233804
|
const defaultConfigProvider = /* @__PURE__ */ __name(() => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode), "defaultConfigProvider");
|
|
233670
233805
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
233671
|
-
(0,
|
|
233806
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
233672
233807
|
const loaderConfig = {
|
|
233673
233808
|
profile: config?.profile,
|
|
233674
233809
|
logger: clientSharedValues.logger
|
|
@@ -233678,7 +233813,7 @@ var require_runtimeConfig11 = __commonJS({
|
|
|
233678
233813
|
...config,
|
|
233679
233814
|
runtime: "node",
|
|
233680
233815
|
defaultsMode,
|
|
233681
|
-
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(
|
|
233816
|
+
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
233682
233817
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
233683
233818
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
233684
233819
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -235848,7 +235983,7 @@ var require_httpAuthSchemeProvider12 = __commonJS({
|
|
|
235848
235983
|
"use strict";
|
|
235849
235984
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
235850
235985
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultKMSHttpAuthSchemeProvider = exports2.defaultKMSHttpAuthSchemeParametersProvider = void 0;
|
|
235851
|
-
var
|
|
235986
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
235852
235987
|
var util_middleware_1 = require_dist_cjs6();
|
|
235853
235988
|
var defaultKMSHttpAuthSchemeParametersProvider = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
235854
235989
|
return {
|
|
@@ -235886,7 +236021,7 @@ var require_httpAuthSchemeProvider12 = __commonJS({
|
|
|
235886
236021
|
}, "defaultKMSHttpAuthSchemeProvider");
|
|
235887
236022
|
exports2.defaultKMSHttpAuthSchemeProvider = defaultKMSHttpAuthSchemeProvider;
|
|
235888
236023
|
var resolveHttpAuthSchemeConfig6 = /* @__PURE__ */ __name((config) => {
|
|
235889
|
-
const config_0 = (0,
|
|
236024
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
235890
236025
|
return Object.assign(config_0, {
|
|
235891
236026
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? [])
|
|
235892
236027
|
});
|
|
@@ -235901,7 +236036,7 @@ var require_package12 = __commonJS({
|
|
|
235901
236036
|
module2.exports = {
|
|
235902
236037
|
name: "@aws-sdk/client-kms",
|
|
235903
236038
|
description: "AWS SDK for JavaScript Kms Client for Node.js, Browser and React Native",
|
|
235904
|
-
version: "3.
|
|
236039
|
+
version: "3.1019.0",
|
|
235905
236040
|
scripts: {
|
|
235906
236041
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
235907
236042
|
"build:cjs": "node ../../scripts/compilation/inline client-kms",
|
|
@@ -235923,17 +236058,17 @@ var require_package12 = __commonJS({
|
|
|
235923
236058
|
dependencies: {
|
|
235924
236059
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
235925
236060
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
235926
|
-
"@aws-sdk/core": "^3.973.
|
|
235927
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
236061
|
+
"@aws-sdk/core": "^3.973.25",
|
|
236062
|
+
"@aws-sdk/credential-provider-node": "^3.972.27",
|
|
235928
236063
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
235929
236064
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
235930
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
235931
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
235932
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
236065
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
236066
|
+
"@aws-sdk/middleware-user-agent": "^3.972.26",
|
|
236067
|
+
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
235933
236068
|
"@aws-sdk/types": "^3.973.6",
|
|
235934
236069
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
235935
236070
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
235936
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
236071
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
235937
236072
|
"@smithy/config-resolver": "^4.4.13",
|
|
235938
236073
|
"@smithy/core": "^3.23.12",
|
|
235939
236074
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
@@ -239070,7 +239205,7 @@ var require_runtimeConfig_shared12 = __commonJS({
|
|
|
239070
239205
|
"use strict";
|
|
239071
239206
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
239072
239207
|
exports2.getRuntimeConfig = void 0;
|
|
239073
|
-
var
|
|
239208
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
239074
239209
|
var protocols_1 = (init_protocols2(), __toCommonJS(protocols_exports2));
|
|
239075
239210
|
var smithy_client_1 = require_dist_cjs25();
|
|
239076
239211
|
var url_parser_1 = require_dist_cjs18();
|
|
@@ -239092,7 +239227,7 @@ var require_runtimeConfig_shared12 = __commonJS({
|
|
|
239092
239227
|
{
|
|
239093
239228
|
schemeId: "aws.auth#sigv4",
|
|
239094
239229
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4"), "identityProvider"),
|
|
239095
|
-
signer: new
|
|
239230
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
239096
239231
|
}
|
|
239097
239232
|
],
|
|
239098
239233
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
@@ -239122,7 +239257,8 @@ var require_runtimeConfig12 = __commonJS({
|
|
|
239122
239257
|
exports2.getRuntimeConfig = void 0;
|
|
239123
239258
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
239124
239259
|
var package_json_1 = tslib_1.__importDefault(require_package12());
|
|
239125
|
-
var
|
|
239260
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
239261
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
239126
239262
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
239127
239263
|
var util_user_agent_node_1 = require_dist_cjs41();
|
|
239128
239264
|
var config_resolver_1 = require_dist_cjs31();
|
|
@@ -239140,7 +239276,7 @@ var require_runtimeConfig12 = __commonJS({
|
|
|
239140
239276
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
239141
239277
|
const defaultConfigProvider = /* @__PURE__ */ __name(() => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode), "defaultConfigProvider");
|
|
239142
239278
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
239143
|
-
(0,
|
|
239279
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
239144
239280
|
const loaderConfig = {
|
|
239145
239281
|
profile: config?.profile,
|
|
239146
239282
|
logger: clientSharedValues.logger
|
|
@@ -239150,7 +239286,7 @@ var require_runtimeConfig12 = __commonJS({
|
|
|
239150
239286
|
...config,
|
|
239151
239287
|
runtime: "node",
|
|
239152
239288
|
defaultsMode,
|
|
239153
|
-
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(
|
|
239289
|
+
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
239154
239290
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
239155
239291
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
239156
239292
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -240068,7 +240204,7 @@ var require_httpAuthSchemeProvider13 = __commonJS({
|
|
|
240068
240204
|
"use strict";
|
|
240069
240205
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
240070
240206
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultLambdaHttpAuthSchemeProvider = exports2.defaultLambdaHttpAuthSchemeParametersProvider = void 0;
|
|
240071
|
-
var
|
|
240207
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
240072
240208
|
var util_middleware_1 = require_dist_cjs6();
|
|
240073
240209
|
var defaultLambdaHttpAuthSchemeParametersProvider = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
240074
240210
|
return {
|
|
@@ -240106,7 +240242,7 @@ var require_httpAuthSchemeProvider13 = __commonJS({
|
|
|
240106
240242
|
}, "defaultLambdaHttpAuthSchemeProvider");
|
|
240107
240243
|
exports2.defaultLambdaHttpAuthSchemeProvider = defaultLambdaHttpAuthSchemeProvider;
|
|
240108
240244
|
var resolveHttpAuthSchemeConfig6 = /* @__PURE__ */ __name((config) => {
|
|
240109
|
-
const config_0 = (0,
|
|
240245
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
240110
240246
|
return Object.assign(config_0, {
|
|
240111
240247
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? [])
|
|
240112
240248
|
});
|
|
@@ -240121,7 +240257,7 @@ var require_package13 = __commonJS({
|
|
|
240121
240257
|
module2.exports = {
|
|
240122
240258
|
name: "@aws-sdk/client-lambda",
|
|
240123
240259
|
description: "AWS SDK for JavaScript Lambda Client for Node.js, Browser and React Native",
|
|
240124
|
-
version: "3.
|
|
240260
|
+
version: "3.1019.0",
|
|
240125
240261
|
scripts: {
|
|
240126
240262
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
240127
240263
|
"build:cjs": "node ../../scripts/compilation/inline client-lambda",
|
|
@@ -240143,17 +240279,17 @@ var require_package13 = __commonJS({
|
|
|
240143
240279
|
dependencies: {
|
|
240144
240280
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
240145
240281
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
240146
|
-
"@aws-sdk/core": "^3.973.
|
|
240147
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
240282
|
+
"@aws-sdk/core": "^3.973.25",
|
|
240283
|
+
"@aws-sdk/credential-provider-node": "^3.972.27",
|
|
240148
240284
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
240149
240285
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
240150
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
240151
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
240152
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
240286
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
240287
|
+
"@aws-sdk/middleware-user-agent": "^3.972.26",
|
|
240288
|
+
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
240153
240289
|
"@aws-sdk/types": "^3.973.6",
|
|
240154
240290
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
240155
240291
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
240156
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
240292
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
240157
240293
|
"@smithy/config-resolver": "^4.4.13",
|
|
240158
240294
|
"@smithy/core": "^3.23.12",
|
|
240159
240295
|
"@smithy/eventstream-serde-browser": "^4.2.12",
|
|
@@ -245460,7 +245596,7 @@ var require_runtimeConfig_shared13 = __commonJS({
|
|
|
245460
245596
|
"use strict";
|
|
245461
245597
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
245462
245598
|
exports2.getRuntimeConfig = void 0;
|
|
245463
|
-
var
|
|
245599
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
245464
245600
|
var protocols_1 = (init_protocols2(), __toCommonJS(protocols_exports2));
|
|
245465
245601
|
var smithy_client_1 = require_dist_cjs25();
|
|
245466
245602
|
var url_parser_1 = require_dist_cjs18();
|
|
@@ -245482,7 +245618,7 @@ var require_runtimeConfig_shared13 = __commonJS({
|
|
|
245482
245618
|
{
|
|
245483
245619
|
schemeId: "aws.auth#sigv4",
|
|
245484
245620
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4"), "identityProvider"),
|
|
245485
|
-
signer: new
|
|
245621
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
245486
245622
|
}
|
|
245487
245623
|
],
|
|
245488
245624
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
@@ -245511,7 +245647,8 @@ var require_runtimeConfig13 = __commonJS({
|
|
|
245511
245647
|
exports2.getRuntimeConfig = void 0;
|
|
245512
245648
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
245513
245649
|
var package_json_1 = tslib_1.__importDefault(require_package13());
|
|
245514
|
-
var
|
|
245650
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
245651
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
245515
245652
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
245516
245653
|
var util_user_agent_node_1 = require_dist_cjs41();
|
|
245517
245654
|
var config_resolver_1 = require_dist_cjs31();
|
|
@@ -245530,7 +245667,7 @@ var require_runtimeConfig13 = __commonJS({
|
|
|
245530
245667
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
245531
245668
|
const defaultConfigProvider = /* @__PURE__ */ __name(() => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode), "defaultConfigProvider");
|
|
245532
245669
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
245533
|
-
(0,
|
|
245670
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
245534
245671
|
const loaderConfig = {
|
|
245535
245672
|
profile: config?.profile,
|
|
245536
245673
|
logger: clientSharedValues.logger
|
|
@@ -245540,7 +245677,7 @@ var require_runtimeConfig13 = __commonJS({
|
|
|
245540
245677
|
...config,
|
|
245541
245678
|
runtime: "node",
|
|
245542
245679
|
defaultsMode,
|
|
245543
|
-
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(
|
|
245680
|
+
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
245544
245681
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
245545
245682
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
245546
245683
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -247202,7 +247339,7 @@ var require_httpAuthSchemeProvider14 = __commonJS({
|
|
|
247202
247339
|
"use strict";
|
|
247203
247340
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
247204
247341
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultRoute53HttpAuthSchemeProvider = exports2.defaultRoute53HttpAuthSchemeParametersProvider = void 0;
|
|
247205
|
-
var
|
|
247342
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
247206
247343
|
var util_middleware_1 = require_dist_cjs6();
|
|
247207
247344
|
var defaultRoute53HttpAuthSchemeParametersProvider = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
247208
247345
|
return {
|
|
@@ -247240,7 +247377,7 @@ var require_httpAuthSchemeProvider14 = __commonJS({
|
|
|
247240
247377
|
}, "defaultRoute53HttpAuthSchemeProvider");
|
|
247241
247378
|
exports2.defaultRoute53HttpAuthSchemeProvider = defaultRoute53HttpAuthSchemeProvider;
|
|
247242
247379
|
var resolveHttpAuthSchemeConfig6 = /* @__PURE__ */ __name((config) => {
|
|
247243
|
-
const config_0 = (0,
|
|
247380
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
247244
247381
|
return Object.assign(config_0, {
|
|
247245
247382
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? [])
|
|
247246
247383
|
});
|
|
@@ -247255,7 +247392,7 @@ var require_package14 = __commonJS({
|
|
|
247255
247392
|
module2.exports = {
|
|
247256
247393
|
name: "@aws-sdk/client-route-53",
|
|
247257
247394
|
description: "AWS SDK for JavaScript Route 53 Client for Node.js, Browser and React Native",
|
|
247258
|
-
version: "3.
|
|
247395
|
+
version: "3.1019.0",
|
|
247259
247396
|
scripts: {
|
|
247260
247397
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
247261
247398
|
"build:cjs": "node ../../scripts/compilation/inline client-route-53",
|
|
@@ -247281,18 +247418,18 @@ var require_package14 = __commonJS({
|
|
|
247281
247418
|
dependencies: {
|
|
247282
247419
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
247283
247420
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
247284
|
-
"@aws-sdk/core": "^3.973.
|
|
247285
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
247421
|
+
"@aws-sdk/core": "^3.973.25",
|
|
247422
|
+
"@aws-sdk/credential-provider-node": "^3.972.27",
|
|
247286
247423
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
247287
247424
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
247288
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
247425
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
247289
247426
|
"@aws-sdk/middleware-sdk-route53": "^3.972.10",
|
|
247290
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
247291
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
247427
|
+
"@aws-sdk/middleware-user-agent": "^3.972.26",
|
|
247428
|
+
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
247292
247429
|
"@aws-sdk/types": "^3.973.6",
|
|
247293
247430
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
247294
247431
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
247295
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
247432
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
247296
247433
|
"@smithy/config-resolver": "^4.4.13",
|
|
247297
247434
|
"@smithy/core": "^3.23.12",
|
|
247298
247435
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
@@ -252293,7 +252430,7 @@ var require_runtimeConfig_shared14 = __commonJS({
|
|
|
252293
252430
|
"use strict";
|
|
252294
252431
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
252295
252432
|
exports2.getRuntimeConfig = void 0;
|
|
252296
|
-
var
|
|
252433
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
252297
252434
|
var protocols_1 = (init_protocols2(), __toCommonJS(protocols_exports2));
|
|
252298
252435
|
var smithy_client_1 = require_dist_cjs25();
|
|
252299
252436
|
var url_parser_1 = require_dist_cjs18();
|
|
@@ -252315,7 +252452,7 @@ var require_runtimeConfig_shared14 = __commonJS({
|
|
|
252315
252452
|
{
|
|
252316
252453
|
schemeId: "aws.auth#sigv4",
|
|
252317
252454
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4"), "identityProvider"),
|
|
252318
|
-
signer: new
|
|
252455
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
252319
252456
|
}
|
|
252320
252457
|
],
|
|
252321
252458
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
@@ -252345,7 +252482,8 @@ var require_runtimeConfig14 = __commonJS({
|
|
|
252345
252482
|
exports2.getRuntimeConfig = void 0;
|
|
252346
252483
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
252347
252484
|
var package_json_1 = tslib_1.__importDefault(require_package14());
|
|
252348
|
-
var
|
|
252485
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
252486
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
252349
252487
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
252350
252488
|
var util_user_agent_node_1 = require_dist_cjs41();
|
|
252351
252489
|
var config_resolver_1 = require_dist_cjs31();
|
|
@@ -252363,7 +252501,7 @@ var require_runtimeConfig14 = __commonJS({
|
|
|
252363
252501
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
252364
252502
|
const defaultConfigProvider = /* @__PURE__ */ __name(() => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode), "defaultConfigProvider");
|
|
252365
252503
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
252366
|
-
(0,
|
|
252504
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
252367
252505
|
const loaderConfig = {
|
|
252368
252506
|
profile: config?.profile,
|
|
252369
252507
|
logger: clientSharedValues.logger
|
|
@@ -252373,7 +252511,7 @@ var require_runtimeConfig14 = __commonJS({
|
|
|
252373
252511
|
...config,
|
|
252374
252512
|
runtime: "node",
|
|
252375
252513
|
defaultsMode,
|
|
252376
|
-
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(
|
|
252514
|
+
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
252377
252515
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
252378
252516
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
252379
252517
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -255646,7 +255784,7 @@ var require_httpAuthSchemeProvider15 = __commonJS({
|
|
|
255646
255784
|
"use strict";
|
|
255647
255785
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
255648
255786
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultS3HttpAuthSchemeProvider = exports2.defaultS3HttpAuthSchemeParametersProvider = void 0;
|
|
255649
|
-
var
|
|
255787
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
255650
255788
|
var signature_v4_multi_region_1 = require_dist_cjs83();
|
|
255651
255789
|
var middleware_endpoint_1 = require_dist_cjs36();
|
|
255652
255790
|
var util_middleware_1 = require_dist_cjs6();
|
|
@@ -255761,8 +255899,8 @@ var require_httpAuthSchemeProvider15 = __commonJS({
|
|
|
255761
255899
|
"aws.auth#sigv4a": createAwsAuthSigv4aHttpAuthOption
|
|
255762
255900
|
});
|
|
255763
255901
|
var resolveHttpAuthSchemeConfig6 = /* @__PURE__ */ __name((config) => {
|
|
255764
|
-
const config_0 = (0,
|
|
255765
|
-
const config_1 = (0,
|
|
255902
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
255903
|
+
const config_1 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4AConfig)(config_0);
|
|
255766
255904
|
return Object.assign(config_1, {
|
|
255767
255905
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? [])
|
|
255768
255906
|
});
|
|
@@ -261253,7 +261391,7 @@ var require_package15 = __commonJS({
|
|
|
261253
261391
|
module2.exports = {
|
|
261254
261392
|
name: "@aws-sdk/client-s3",
|
|
261255
261393
|
description: "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
|
|
261256
|
-
version: "3.
|
|
261394
|
+
version: "3.1019.0",
|
|
261257
261395
|
scripts: {
|
|
261258
261396
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
261259
261397
|
"build:cjs": "node ../../scripts/compilation/inline client-s3",
|
|
@@ -261282,24 +261420,24 @@ var require_package15 = __commonJS({
|
|
|
261282
261420
|
"@aws-crypto/sha1-browser": "5.2.0",
|
|
261283
261421
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
261284
261422
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
261285
|
-
"@aws-sdk/core": "^3.973.
|
|
261286
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
261423
|
+
"@aws-sdk/core": "^3.973.25",
|
|
261424
|
+
"@aws-sdk/credential-provider-node": "^3.972.27",
|
|
261287
261425
|
"@aws-sdk/middleware-bucket-endpoint": "^3.972.8",
|
|
261288
261426
|
"@aws-sdk/middleware-expect-continue": "^3.972.8",
|
|
261289
|
-
"@aws-sdk/middleware-flexible-checksums": "^3.974.
|
|
261427
|
+
"@aws-sdk/middleware-flexible-checksums": "^3.974.5",
|
|
261290
261428
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
261291
261429
|
"@aws-sdk/middleware-location-constraint": "^3.972.8",
|
|
261292
261430
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
261293
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
261294
|
-
"@aws-sdk/middleware-sdk-s3": "^3.972.
|
|
261431
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
261432
|
+
"@aws-sdk/middleware-sdk-s3": "^3.972.26",
|
|
261295
261433
|
"@aws-sdk/middleware-ssec": "^3.972.8",
|
|
261296
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
261297
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
261298
|
-
"@aws-sdk/signature-v4-multi-region": "^3.996.
|
|
261434
|
+
"@aws-sdk/middleware-user-agent": "^3.972.26",
|
|
261435
|
+
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
261436
|
+
"@aws-sdk/signature-v4-multi-region": "^3.996.14",
|
|
261299
261437
|
"@aws-sdk/types": "^3.973.6",
|
|
261300
261438
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
261301
261439
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
261302
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
261440
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
261303
261441
|
"@smithy/config-resolver": "^4.4.13",
|
|
261304
261442
|
"@smithy/core": "^3.23.12",
|
|
261305
261443
|
"@smithy/eventstream-serde-browser": "^4.2.12",
|
|
@@ -261336,7 +261474,7 @@ var require_package15 = __commonJS({
|
|
|
261336
261474
|
tslib: "^2.6.2"
|
|
261337
261475
|
},
|
|
261338
261476
|
devDependencies: {
|
|
261339
|
-
"@aws-sdk/signature-v4-crt": "3.
|
|
261477
|
+
"@aws-sdk/signature-v4-crt": "3.1019.0",
|
|
261340
261478
|
"@smithy/snapshot-testing": "^2.0.3",
|
|
261341
261479
|
"@tsconfig/node20": "20.1.8",
|
|
261342
261480
|
"@types/node": "^20.14.8",
|
|
@@ -261789,7 +261927,7 @@ var require_runtimeConfig_shared15 = __commonJS({
|
|
|
261789
261927
|
"use strict";
|
|
261790
261928
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
261791
261929
|
exports2.getRuntimeConfig = void 0;
|
|
261792
|
-
var
|
|
261930
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
261793
261931
|
var middleware_sdk_s3_1 = require_dist_cjs82();
|
|
261794
261932
|
var signature_v4_multi_region_1 = require_dist_cjs83();
|
|
261795
261933
|
var smithy_client_1 = require_dist_cjs25();
|
|
@@ -261814,12 +261952,12 @@ var require_runtimeConfig_shared15 = __commonJS({
|
|
|
261814
261952
|
{
|
|
261815
261953
|
schemeId: "aws.auth#sigv4",
|
|
261816
261954
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4"), "identityProvider"),
|
|
261817
|
-
signer: new
|
|
261955
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
261818
261956
|
},
|
|
261819
261957
|
{
|
|
261820
261958
|
schemeId: "aws.auth#sigv4a",
|
|
261821
261959
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4a"), "identityProvider"),
|
|
261822
|
-
signer: new
|
|
261960
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4ASigner()
|
|
261823
261961
|
}
|
|
261824
261962
|
],
|
|
261825
261963
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
@@ -261853,7 +261991,8 @@ var require_runtimeConfig15 = __commonJS({
|
|
|
261853
261991
|
exports2.getRuntimeConfig = void 0;
|
|
261854
261992
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
261855
261993
|
var package_json_1 = tslib_1.__importDefault(require_package15());
|
|
261856
|
-
var
|
|
261994
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
261995
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
261857
261996
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
261858
261997
|
var middleware_bucket_endpoint_1 = require_dist_cjs84();
|
|
261859
261998
|
var middleware_flexible_checksums_1 = require_dist_cjs80();
|
|
@@ -261876,7 +262015,7 @@ var require_runtimeConfig15 = __commonJS({
|
|
|
261876
262015
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
261877
262016
|
const defaultConfigProvider = /* @__PURE__ */ __name(() => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode), "defaultConfigProvider");
|
|
261878
262017
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
261879
|
-
(0,
|
|
262018
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
261880
262019
|
const loaderConfig = {
|
|
261881
262020
|
profile: config?.profile,
|
|
261882
262021
|
logger: clientSharedValues.logger
|
|
@@ -261886,7 +262025,7 @@ var require_runtimeConfig15 = __commonJS({
|
|
|
261886
262025
|
...config,
|
|
261887
262026
|
runtime: "node",
|
|
261888
262027
|
defaultsMode,
|
|
261889
|
-
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(
|
|
262028
|
+
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
261890
262029
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
261891
262030
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
261892
262031
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -261904,7 +262043,7 @@ var require_runtimeConfig15 = __commonJS({
|
|
|
261904
262043
|
}, config),
|
|
261905
262044
|
sha1: config?.sha1 ?? hash_node_1.Hash.bind(null, "sha1"),
|
|
261906
262045
|
sha256: config?.sha256 ?? hash_node_1.Hash.bind(null, "sha256"),
|
|
261907
|
-
sigv4aSigningRegionSet: config?.sigv4aSigningRegionSet ?? (0, node_config_provider_1.loadConfig)(
|
|
262046
|
+
sigv4aSigningRegionSet: config?.sigv4aSigningRegionSet ?? (0, node_config_provider_1.loadConfig)(httpAuthSchemes_1.NODE_SIGV4A_CONFIG_OPTIONS, loaderConfig),
|
|
261908
262047
|
streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector,
|
|
261909
262048
|
streamHasher: config?.streamHasher ?? hash_stream_node_1.readableStreamHasher,
|
|
261910
262049
|
useArnRegion: config?.useArnRegion ?? (0, node_config_provider_1.loadConfig)(middleware_bucket_endpoint_1.NODE_USE_ARN_REGION_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -264539,7 +264678,7 @@ var require_httpAuthSchemeProvider16 = __commonJS({
|
|
|
264539
264678
|
"use strict";
|
|
264540
264679
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
264541
264680
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultSecretsManagerHttpAuthSchemeProvider = exports2.defaultSecretsManagerHttpAuthSchemeParametersProvider = void 0;
|
|
264542
|
-
var
|
|
264681
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
264543
264682
|
var util_middleware_1 = require_dist_cjs6();
|
|
264544
264683
|
var defaultSecretsManagerHttpAuthSchemeParametersProvider = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
264545
264684
|
return {
|
|
@@ -264577,7 +264716,7 @@ var require_httpAuthSchemeProvider16 = __commonJS({
|
|
|
264577
264716
|
}, "defaultSecretsManagerHttpAuthSchemeProvider");
|
|
264578
264717
|
exports2.defaultSecretsManagerHttpAuthSchemeProvider = defaultSecretsManagerHttpAuthSchemeProvider;
|
|
264579
264718
|
var resolveHttpAuthSchemeConfig6 = /* @__PURE__ */ __name((config) => {
|
|
264580
|
-
const config_0 = (0,
|
|
264719
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
264581
264720
|
return Object.assign(config_0, {
|
|
264582
264721
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? [])
|
|
264583
264722
|
});
|
|
@@ -264592,7 +264731,7 @@ var require_package16 = __commonJS({
|
|
|
264592
264731
|
module2.exports = {
|
|
264593
264732
|
name: "@aws-sdk/client-secrets-manager",
|
|
264594
264733
|
description: "AWS SDK for JavaScript Secrets Manager Client for Node.js, Browser and React Native",
|
|
264595
|
-
version: "3.
|
|
264734
|
+
version: "3.1019.0",
|
|
264596
264735
|
scripts: {
|
|
264597
264736
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
264598
264737
|
"build:cjs": "node ../../scripts/compilation/inline client-secrets-manager",
|
|
@@ -264616,17 +264755,17 @@ var require_package16 = __commonJS({
|
|
|
264616
264755
|
dependencies: {
|
|
264617
264756
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
264618
264757
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
264619
|
-
"@aws-sdk/core": "^3.973.
|
|
264620
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
264758
|
+
"@aws-sdk/core": "^3.973.25",
|
|
264759
|
+
"@aws-sdk/credential-provider-node": "^3.972.27",
|
|
264621
264760
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
264622
264761
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
264623
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
264624
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
264625
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
264762
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
264763
|
+
"@aws-sdk/middleware-user-agent": "^3.972.26",
|
|
264764
|
+
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
264626
264765
|
"@aws-sdk/types": "^3.973.6",
|
|
264627
264766
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
264628
264767
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
264629
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
264768
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
264630
264769
|
"@smithy/config-resolver": "^4.4.13",
|
|
264631
264770
|
"@smithy/core": "^3.23.12",
|
|
264632
264771
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
@@ -266072,7 +266211,7 @@ var require_runtimeConfig_shared16 = __commonJS({
|
|
|
266072
266211
|
"use strict";
|
|
266073
266212
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
266074
266213
|
exports2.getRuntimeConfig = void 0;
|
|
266075
|
-
var
|
|
266214
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
266076
266215
|
var protocols_1 = (init_protocols2(), __toCommonJS(protocols_exports2));
|
|
266077
266216
|
var smithy_client_1 = require_dist_cjs25();
|
|
266078
266217
|
var url_parser_1 = require_dist_cjs18();
|
|
@@ -266094,7 +266233,7 @@ var require_runtimeConfig_shared16 = __commonJS({
|
|
|
266094
266233
|
{
|
|
266095
266234
|
schemeId: "aws.auth#sigv4",
|
|
266096
266235
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4"), "identityProvider"),
|
|
266097
|
-
signer: new
|
|
266236
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
266098
266237
|
}
|
|
266099
266238
|
],
|
|
266100
266239
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
@@ -266123,7 +266262,8 @@ var require_runtimeConfig16 = __commonJS({
|
|
|
266123
266262
|
exports2.getRuntimeConfig = void 0;
|
|
266124
266263
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
266125
266264
|
var package_json_1 = tslib_1.__importDefault(require_package16());
|
|
266126
|
-
var
|
|
266265
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
266266
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
266127
266267
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
266128
266268
|
var util_user_agent_node_1 = require_dist_cjs41();
|
|
266129
266269
|
var config_resolver_1 = require_dist_cjs31();
|
|
@@ -266141,7 +266281,7 @@ var require_runtimeConfig16 = __commonJS({
|
|
|
266141
266281
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
266142
266282
|
const defaultConfigProvider = /* @__PURE__ */ __name(() => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode), "defaultConfigProvider");
|
|
266143
266283
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
266144
|
-
(0,
|
|
266284
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
266145
266285
|
const loaderConfig = {
|
|
266146
266286
|
profile: config?.profile,
|
|
266147
266287
|
logger: clientSharedValues.logger
|
|
@@ -266151,7 +266291,7 @@ var require_runtimeConfig16 = __commonJS({
|
|
|
266151
266291
|
...config,
|
|
266152
266292
|
runtime: "node",
|
|
266153
266293
|
defaultsMode,
|
|
266154
|
-
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(
|
|
266294
|
+
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
266155
266295
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
266156
266296
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
266157
266297
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -266569,7 +266709,7 @@ var require_httpAuthSchemeProvider17 = __commonJS({
|
|
|
266569
266709
|
"use strict";
|
|
266570
266710
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
266571
266711
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultSFNHttpAuthSchemeProvider = exports2.defaultSFNHttpAuthSchemeParametersProvider = void 0;
|
|
266572
|
-
var
|
|
266712
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
266573
266713
|
var util_middleware_1 = require_dist_cjs6();
|
|
266574
266714
|
var defaultSFNHttpAuthSchemeParametersProvider = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
266575
266715
|
return {
|
|
@@ -266607,7 +266747,7 @@ var require_httpAuthSchemeProvider17 = __commonJS({
|
|
|
266607
266747
|
}, "defaultSFNHttpAuthSchemeProvider");
|
|
266608
266748
|
exports2.defaultSFNHttpAuthSchemeProvider = defaultSFNHttpAuthSchemeProvider;
|
|
266609
266749
|
var resolveHttpAuthSchemeConfig6 = /* @__PURE__ */ __name((config) => {
|
|
266610
|
-
const config_0 = (0,
|
|
266750
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
266611
266751
|
return Object.assign(config_0, {
|
|
266612
266752
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? [])
|
|
266613
266753
|
});
|
|
@@ -266622,7 +266762,7 @@ var require_package17 = __commonJS({
|
|
|
266622
266762
|
module2.exports = {
|
|
266623
266763
|
name: "@aws-sdk/client-sfn",
|
|
266624
266764
|
description: "AWS SDK for JavaScript Sfn Client for Node.js, Browser and React Native",
|
|
266625
|
-
version: "3.
|
|
266765
|
+
version: "3.1019.0",
|
|
266626
266766
|
scripts: {
|
|
266627
266767
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
266628
266768
|
"build:cjs": "node ../../scripts/compilation/inline client-sfn",
|
|
@@ -266642,17 +266782,17 @@ var require_package17 = __commonJS({
|
|
|
266642
266782
|
dependencies: {
|
|
266643
266783
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
266644
266784
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
266645
|
-
"@aws-sdk/core": "^3.973.
|
|
266646
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
266785
|
+
"@aws-sdk/core": "^3.973.25",
|
|
266786
|
+
"@aws-sdk/credential-provider-node": "^3.972.27",
|
|
266647
266787
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
266648
266788
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
266649
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
266650
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
266651
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
266789
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
266790
|
+
"@aws-sdk/middleware-user-agent": "^3.972.26",
|
|
266791
|
+
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
266652
266792
|
"@aws-sdk/types": "^3.973.6",
|
|
266653
266793
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
266654
266794
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
266655
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
266795
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
266656
266796
|
"@smithy/config-resolver": "^4.4.13",
|
|
266657
266797
|
"@smithy/core": "^3.23.12",
|
|
266658
266798
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
@@ -269723,7 +269863,7 @@ var require_runtimeConfig_shared17 = __commonJS({
|
|
|
269723
269863
|
"use strict";
|
|
269724
269864
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
269725
269865
|
exports2.getRuntimeConfig = void 0;
|
|
269726
|
-
var
|
|
269866
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
269727
269867
|
var protocols_1 = (init_protocols2(), __toCommonJS(protocols_exports2));
|
|
269728
269868
|
var smithy_client_1 = require_dist_cjs25();
|
|
269729
269869
|
var url_parser_1 = require_dist_cjs18();
|
|
@@ -269745,7 +269885,7 @@ var require_runtimeConfig_shared17 = __commonJS({
|
|
|
269745
269885
|
{
|
|
269746
269886
|
schemeId: "aws.auth#sigv4",
|
|
269747
269887
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4"), "identityProvider"),
|
|
269748
|
-
signer: new
|
|
269888
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
269749
269889
|
}
|
|
269750
269890
|
],
|
|
269751
269891
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
@@ -269775,7 +269915,8 @@ var require_runtimeConfig17 = __commonJS({
|
|
|
269775
269915
|
exports2.getRuntimeConfig = void 0;
|
|
269776
269916
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
269777
269917
|
var package_json_1 = tslib_1.__importDefault(require_package17());
|
|
269778
|
-
var
|
|
269918
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
269919
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
269779
269920
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
269780
269921
|
var util_user_agent_node_1 = require_dist_cjs41();
|
|
269781
269922
|
var config_resolver_1 = require_dist_cjs31();
|
|
@@ -269793,7 +269934,7 @@ var require_runtimeConfig17 = __commonJS({
|
|
|
269793
269934
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
269794
269935
|
const defaultConfigProvider = /* @__PURE__ */ __name(() => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode), "defaultConfigProvider");
|
|
269795
269936
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
269796
|
-
(0,
|
|
269937
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
269797
269938
|
const loaderConfig = {
|
|
269798
269939
|
profile: config?.profile,
|
|
269799
269940
|
logger: clientSharedValues.logger
|
|
@@ -269803,7 +269944,7 @@ var require_runtimeConfig17 = __commonJS({
|
|
|
269803
269944
|
...config,
|
|
269804
269945
|
runtime: "node",
|
|
269805
269946
|
defaultsMode,
|
|
269806
|
-
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(
|
|
269947
|
+
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
269807
269948
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
269808
269949
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
269809
269950
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -270494,7 +270635,7 @@ var require_httpAuthSchemeProvider18 = __commonJS({
|
|
|
270494
270635
|
"use strict";
|
|
270495
270636
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
270496
270637
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultSSMHttpAuthSchemeProvider = exports2.defaultSSMHttpAuthSchemeParametersProvider = void 0;
|
|
270497
|
-
var
|
|
270638
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
270498
270639
|
var util_middleware_1 = require_dist_cjs6();
|
|
270499
270640
|
var defaultSSMHttpAuthSchemeParametersProvider = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
270500
270641
|
return {
|
|
@@ -270532,7 +270673,7 @@ var require_httpAuthSchemeProvider18 = __commonJS({
|
|
|
270532
270673
|
}, "defaultSSMHttpAuthSchemeProvider");
|
|
270533
270674
|
exports2.defaultSSMHttpAuthSchemeProvider = defaultSSMHttpAuthSchemeProvider;
|
|
270534
270675
|
var resolveHttpAuthSchemeConfig6 = /* @__PURE__ */ __name((config) => {
|
|
270535
|
-
const config_0 = (0,
|
|
270676
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
270536
270677
|
return Object.assign(config_0, {
|
|
270537
270678
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? [])
|
|
270538
270679
|
});
|
|
@@ -270547,7 +270688,7 @@ var require_package18 = __commonJS({
|
|
|
270547
270688
|
module2.exports = {
|
|
270548
270689
|
name: "@aws-sdk/client-ssm",
|
|
270549
270690
|
description: "AWS SDK for JavaScript Ssm Client for Node.js, Browser and React Native",
|
|
270550
|
-
version: "3.
|
|
270691
|
+
version: "3.1019.0",
|
|
270551
270692
|
scripts: {
|
|
270552
270693
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
270553
270694
|
"build:cjs": "node ../../scripts/compilation/inline client-ssm",
|
|
@@ -270569,17 +270710,17 @@ var require_package18 = __commonJS({
|
|
|
270569
270710
|
dependencies: {
|
|
270570
270711
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
270571
270712
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
270572
|
-
"@aws-sdk/core": "^3.973.
|
|
270573
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
270713
|
+
"@aws-sdk/core": "^3.973.25",
|
|
270714
|
+
"@aws-sdk/credential-provider-node": "^3.972.27",
|
|
270574
270715
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
270575
270716
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
270576
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
270577
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
270578
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
270717
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
270718
|
+
"@aws-sdk/middleware-user-agent": "^3.972.26",
|
|
270719
|
+
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
270579
270720
|
"@aws-sdk/types": "^3.973.6",
|
|
270580
270721
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
270581
270722
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
270582
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
270723
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
270583
270724
|
"@smithy/config-resolver": "^4.4.13",
|
|
270584
270725
|
"@smithy/core": "^3.23.12",
|
|
270585
270726
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
@@ -282230,7 +282371,7 @@ var require_runtimeConfig_shared18 = __commonJS({
|
|
|
282230
282371
|
"use strict";
|
|
282231
282372
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
282232
282373
|
exports2.getRuntimeConfig = void 0;
|
|
282233
|
-
var
|
|
282374
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
282234
282375
|
var protocols_1 = (init_protocols2(), __toCommonJS(protocols_exports2));
|
|
282235
282376
|
var smithy_client_1 = require_dist_cjs25();
|
|
282236
282377
|
var url_parser_1 = require_dist_cjs18();
|
|
@@ -282252,7 +282393,7 @@ var require_runtimeConfig_shared18 = __commonJS({
|
|
|
282252
282393
|
{
|
|
282253
282394
|
schemeId: "aws.auth#sigv4",
|
|
282254
282395
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4"), "identityProvider"),
|
|
282255
|
-
signer: new
|
|
282396
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
282256
282397
|
}
|
|
282257
282398
|
],
|
|
282258
282399
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
@@ -282282,7 +282423,8 @@ var require_runtimeConfig18 = __commonJS({
|
|
|
282282
282423
|
exports2.getRuntimeConfig = void 0;
|
|
282283
282424
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
282284
282425
|
var package_json_1 = tslib_1.__importDefault(require_package18());
|
|
282285
|
-
var
|
|
282426
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
282427
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
282286
282428
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
282287
282429
|
var util_user_agent_node_1 = require_dist_cjs41();
|
|
282288
282430
|
var config_resolver_1 = require_dist_cjs31();
|
|
@@ -282300,7 +282442,7 @@ var require_runtimeConfig18 = __commonJS({
|
|
|
282300
282442
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
282301
282443
|
const defaultConfigProvider = /* @__PURE__ */ __name(() => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode), "defaultConfigProvider");
|
|
282302
282444
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
282303
|
-
(0,
|
|
282445
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
282304
282446
|
const loaderConfig = {
|
|
282305
282447
|
profile: config?.profile,
|
|
282306
282448
|
logger: clientSharedValues.logger
|
|
@@ -282310,7 +282452,7 @@ var require_runtimeConfig18 = __commonJS({
|
|
|
282310
282452
|
...config,
|
|
282311
282453
|
runtime: "node",
|
|
282312
282454
|
defaultsMode,
|
|
282313
|
-
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(
|
|
282455
|
+
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
282314
282456
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
282315
282457
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
282316
282458
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -284820,7 +284962,7 @@ var require_httpAuthSchemeProvider19 = __commonJS({
|
|
|
284820
284962
|
"use strict";
|
|
284821
284963
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
284822
284964
|
exports2.resolveHttpAuthSchemeConfig = exports2.resolveStsAuthConfig = exports2.defaultSTSHttpAuthSchemeProvider = exports2.defaultSTSHttpAuthSchemeParametersProvider = void 0;
|
|
284823
|
-
var
|
|
284965
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
284824
284966
|
var util_middleware_1 = require_dist_cjs6();
|
|
284825
284967
|
var STSClient_1 = require_STSClient();
|
|
284826
284968
|
var defaultSTSHttpAuthSchemeParametersProvider2 = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
@@ -284882,7 +285024,7 @@ var require_httpAuthSchemeProvider19 = __commonJS({
|
|
|
284882
285024
|
exports2.resolveStsAuthConfig = resolveStsAuthConfig2;
|
|
284883
285025
|
var resolveHttpAuthSchemeConfig6 = /* @__PURE__ */ __name((config) => {
|
|
284884
285026
|
const config_0 = (0, exports2.resolveStsAuthConfig)(config);
|
|
284885
|
-
const config_1 = (0,
|
|
285027
|
+
const config_1 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config_0);
|
|
284886
285028
|
return Object.assign(config_1, {
|
|
284887
285029
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? [])
|
|
284888
285030
|
});
|
|
@@ -284922,7 +285064,7 @@ var require_package19 = __commonJS({
|
|
|
284922
285064
|
module2.exports = {
|
|
284923
285065
|
name: "@aws-sdk/client-sts",
|
|
284924
285066
|
description: "AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native",
|
|
284925
|
-
version: "3.
|
|
285067
|
+
version: "3.1019.0",
|
|
284926
285068
|
scripts: {
|
|
284927
285069
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
284928
285070
|
"build:cjs": "node ../../scripts/compilation/inline client-sts",
|
|
@@ -284948,17 +285090,17 @@ var require_package19 = __commonJS({
|
|
|
284948
285090
|
dependencies: {
|
|
284949
285091
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
284950
285092
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
284951
|
-
"@aws-sdk/core": "^3.973.
|
|
284952
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
285093
|
+
"@aws-sdk/core": "^3.973.25",
|
|
285094
|
+
"@aws-sdk/credential-provider-node": "^3.972.27",
|
|
284953
285095
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
284954
285096
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
284955
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
284956
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
284957
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
285097
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
285098
|
+
"@aws-sdk/middleware-user-agent": "^3.972.26",
|
|
285099
|
+
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
284958
285100
|
"@aws-sdk/types": "^3.973.6",
|
|
284959
285101
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
284960
285102
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
284961
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
285103
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
284962
285104
|
"@smithy/config-resolver": "^4.4.13",
|
|
284963
285105
|
"@smithy/core": "^3.23.12",
|
|
284964
285106
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
@@ -285926,9 +286068,9 @@ var require_runtimeConfig_shared19 = __commonJS({
|
|
|
285926
286068
|
"use strict";
|
|
285927
286069
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
285928
286070
|
exports2.getRuntimeConfig = void 0;
|
|
285929
|
-
var
|
|
286071
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
285930
286072
|
var protocols_1 = (init_protocols2(), __toCommonJS(protocols_exports2));
|
|
285931
|
-
var
|
|
286073
|
+
var core_1 = (init_dist_es(), __toCommonJS(dist_es_exports));
|
|
285932
286074
|
var smithy_client_1 = require_dist_cjs25();
|
|
285933
286075
|
var url_parser_1 = require_dist_cjs18();
|
|
285934
286076
|
var util_base64_1 = require_dist_cjs10();
|
|
@@ -285949,12 +286091,12 @@ var require_runtimeConfig_shared19 = __commonJS({
|
|
|
285949
286091
|
{
|
|
285950
286092
|
schemeId: "aws.auth#sigv4",
|
|
285951
286093
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4"), "identityProvider"),
|
|
285952
|
-
signer: new
|
|
286094
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
285953
286095
|
},
|
|
285954
286096
|
{
|
|
285955
286097
|
schemeId: "smithy.api#noAuth",
|
|
285956
286098
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("smithy.api#noAuth") || (async () => ({})), "identityProvider"),
|
|
285957
|
-
signer: new
|
|
286099
|
+
signer: new core_1.NoAuthSigner()
|
|
285958
286100
|
}
|
|
285959
286101
|
],
|
|
285960
286102
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
@@ -285984,11 +286126,12 @@ var require_runtimeConfig19 = __commonJS({
|
|
|
285984
286126
|
exports2.getRuntimeConfig = void 0;
|
|
285985
286127
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
285986
286128
|
var package_json_1 = tslib_1.__importDefault(require_package19());
|
|
285987
|
-
var
|
|
286129
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
286130
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
285988
286131
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
285989
286132
|
var util_user_agent_node_1 = require_dist_cjs41();
|
|
285990
286133
|
var config_resolver_1 = require_dist_cjs31();
|
|
285991
|
-
var
|
|
286134
|
+
var core_1 = (init_dist_es(), __toCommonJS(dist_es_exports));
|
|
285992
286135
|
var hash_node_1 = require_dist_cjs42();
|
|
285993
286136
|
var middleware_retry_1 = require_dist_cjs37();
|
|
285994
286137
|
var node_config_provider_1 = require_dist_cjs34();
|
|
@@ -286003,7 +286146,7 @@ var require_runtimeConfig19 = __commonJS({
|
|
|
286003
286146
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
286004
286147
|
const defaultConfigProvider = /* @__PURE__ */ __name(() => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode), "defaultConfigProvider");
|
|
286005
286148
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
286006
|
-
(0,
|
|
286149
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
286007
286150
|
const loaderConfig = {
|
|
286008
286151
|
profile: config?.profile,
|
|
286009
286152
|
logger: clientSharedValues.logger
|
|
@@ -286013,7 +286156,7 @@ var require_runtimeConfig19 = __commonJS({
|
|
|
286013
286156
|
...config,
|
|
286014
286157
|
runtime: "node",
|
|
286015
286158
|
defaultsMode,
|
|
286016
|
-
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(
|
|
286159
|
+
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
286017
286160
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
286018
286161
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
286019
286162
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -286021,12 +286164,12 @@ var require_runtimeConfig19 = __commonJS({
|
|
|
286021
286164
|
{
|
|
286022
286165
|
schemeId: "aws.auth#sigv4",
|
|
286023
286166
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4") || (async (idProps) => await (0, credential_provider_node_1.defaultProvider)(idProps?.__config || {})()), "identityProvider"),
|
|
286024
|
-
signer: new
|
|
286167
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
286025
286168
|
},
|
|
286026
286169
|
{
|
|
286027
286170
|
schemeId: "smithy.api#noAuth",
|
|
286028
286171
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("smithy.api#noAuth") || (async () => ({})), "identityProvider"),
|
|
286029
|
-
signer: new
|
|
286172
|
+
signer: new core_1.NoAuthSigner()
|
|
286030
286173
|
}
|
|
286031
286174
|
],
|
|
286032
286175
|
maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
@@ -286450,47 +286593,6 @@ var require_dist_cjs92 = __commonJS({
|
|
|
286450
286593
|
}
|
|
286451
286594
|
});
|
|
286452
286595
|
|
|
286453
|
-
// ../../../node_modules/@smithy/abort-controller/dist-cjs/index.js
|
|
286454
|
-
var require_dist_cjs93 = __commonJS({
|
|
286455
|
-
"../../../node_modules/@smithy/abort-controller/dist-cjs/index.js"(exports2) {
|
|
286456
|
-
"use strict";
|
|
286457
|
-
var AbortSignal = class {
|
|
286458
|
-
static {
|
|
286459
|
-
__name(this, "AbortSignal");
|
|
286460
|
-
}
|
|
286461
|
-
onabort = null;
|
|
286462
|
-
_aborted = false;
|
|
286463
|
-
constructor() {
|
|
286464
|
-
Object.defineProperty(this, "_aborted", {
|
|
286465
|
-
value: false,
|
|
286466
|
-
writable: true
|
|
286467
|
-
});
|
|
286468
|
-
}
|
|
286469
|
-
get aborted() {
|
|
286470
|
-
return this._aborted;
|
|
286471
|
-
}
|
|
286472
|
-
abort() {
|
|
286473
|
-
this._aborted = true;
|
|
286474
|
-
if (this.onabort) {
|
|
286475
|
-
this.onabort(this);
|
|
286476
|
-
this.onabort = null;
|
|
286477
|
-
}
|
|
286478
|
-
}
|
|
286479
|
-
};
|
|
286480
|
-
var AbortController2 = class {
|
|
286481
|
-
static {
|
|
286482
|
-
__name(this, "AbortController");
|
|
286483
|
-
}
|
|
286484
|
-
signal = new AbortSignal();
|
|
286485
|
-
abort() {
|
|
286486
|
-
this.signal.abort();
|
|
286487
|
-
}
|
|
286488
|
-
};
|
|
286489
|
-
exports2.AbortController = AbortController2;
|
|
286490
|
-
exports2.AbortSignal = AbortSignal;
|
|
286491
|
-
}
|
|
286492
|
-
});
|
|
286493
|
-
|
|
286494
286596
|
// ../../../node_modules/@aws-sdk/lib-storage/dist-cjs/runtimeConfig.shared.js
|
|
286495
286597
|
var require_runtimeConfig_shared20 = __commonJS({
|
|
286496
286598
|
"../../../node_modules/@aws-sdk/lib-storage/dist-cjs/runtimeConfig.shared.js"(exports2) {
|
|
@@ -286527,11 +286629,10 @@ var require_runtimeConfig20 = __commonJS({
|
|
|
286527
286629
|
});
|
|
286528
286630
|
|
|
286529
286631
|
// ../../../node_modules/@aws-sdk/lib-storage/dist-cjs/index.js
|
|
286530
|
-
var
|
|
286632
|
+
var require_dist_cjs93 = __commonJS({
|
|
286531
286633
|
"../../../node_modules/@aws-sdk/lib-storage/dist-cjs/index.js"(exports2) {
|
|
286532
286634
|
"use strict";
|
|
286533
286635
|
var clientS3 = require_dist_cjs88();
|
|
286534
|
-
var abortController = require_dist_cjs93();
|
|
286535
286636
|
var middlewareEndpoint = require_dist_cjs36();
|
|
286536
286637
|
var smithyClient = require_dist_cjs25();
|
|
286537
286638
|
var events = require("events");
|
|
@@ -286734,7 +286835,7 @@ var require_dist_cjs94 = __commonJS({
|
|
|
286734
286835
|
this.totalBytes = this.params.ContentLength ?? byteLength(this.params.Body);
|
|
286735
286836
|
this.totalBytesSource = byteLengthSource(this.params.Body, this.params.ContentLength);
|
|
286736
286837
|
this.bytesUploadedSoFar = 0;
|
|
286737
|
-
this.abortController = options.abortController ?? new
|
|
286838
|
+
this.abortController = options.abortController ?? new AbortController();
|
|
286738
286839
|
this.partSize = options.partSize || Math.max(_Upload.MIN_PART_SIZE, Math.floor((this.totalBytes || 0) / this.MAX_PARTS));
|
|
286739
286840
|
if (this.totalBytes !== void 0) {
|
|
286740
286841
|
this.expectedPartsCount = Math.ceil(this.totalBytes / this.partSize);
|
|
@@ -287258,7 +287359,7 @@ var init_sdk = __esm({
|
|
|
287258
287359
|
import_client_sfn = __toESM(require_dist_cjs90());
|
|
287259
287360
|
import_client_ssm = __toESM(require_dist_cjs91());
|
|
287260
287361
|
import_client_sts = __toESM(require_dist_cjs92());
|
|
287261
|
-
import_lib_storage = __toESM(
|
|
287362
|
+
import_lib_storage = __toESM(require_dist_cjs93());
|
|
287262
287363
|
import_middleware_endpoint10 = __toESM(require_dist_cjs36());
|
|
287263
287364
|
import_util_retry5 = __toESM(require_dist_cjs28());
|
|
287264
287365
|
init_account_cache();
|
|
@@ -287743,7 +287844,7 @@ function createSmithyApiNoAuthHttpAuthOption5(authParameters) {
|
|
|
287743
287844
|
var import_util_middleware10, defaultCognitoIdentityHttpAuthSchemeParametersProvider, defaultCognitoIdentityHttpAuthSchemeProvider, resolveHttpAuthSchemeConfig5;
|
|
287744
287845
|
var init_httpAuthSchemeProvider5 = __esm({
|
|
287745
287846
|
"../../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js"() {
|
|
287746
|
-
|
|
287847
|
+
init_httpAuthSchemes2();
|
|
287747
287848
|
import_util_middleware10 = __toESM(require_dist_cjs6());
|
|
287748
287849
|
defaultCognitoIdentityHttpAuthSchemeParametersProvider = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
287749
287850
|
return {
|
|
@@ -288274,7 +288375,7 @@ var init_schemas_05 = __esm({
|
|
|
288274
288375
|
var import_smithy_client38, import_url_parser6, import_util_base6412, import_util_utf812, getRuntimeConfig9;
|
|
288275
288376
|
var init_runtimeConfig_shared5 = __esm({
|
|
288276
288377
|
"../../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js"() {
|
|
288277
|
-
|
|
288378
|
+
init_httpAuthSchemes2();
|
|
288278
288379
|
init_protocols2();
|
|
288279
288380
|
init_dist_es();
|
|
288280
288381
|
import_smithy_client38 = __toESM(require_dist_cjs25());
|
|
@@ -288328,7 +288429,8 @@ var import_util_user_agent_node5, import_config_resolver9, import_hash_node5, im
|
|
|
288328
288429
|
var init_runtimeConfig5 = __esm({
|
|
288329
288430
|
"../../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js"() {
|
|
288330
288431
|
init_package();
|
|
288331
|
-
|
|
288432
|
+
init_client();
|
|
288433
|
+
init_httpAuthSchemes2();
|
|
288332
288434
|
import_util_user_agent_node5 = __toESM(require_dist_cjs41());
|
|
288333
288435
|
import_config_resolver9 = __toESM(require_dist_cjs31());
|
|
288334
288436
|
import_hash_node5 = __toESM(require_dist_cjs42());
|
|
@@ -288626,7 +288728,7 @@ var require_loadCognitoIdentity_C_kPrLZ4 = __commonJS({
|
|
|
288626
288728
|
});
|
|
288627
288729
|
|
|
288628
288730
|
// ../../../node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/index.js
|
|
288629
|
-
var
|
|
288731
|
+
var require_dist_cjs94 = __commonJS({
|
|
288630
288732
|
"../../../node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/index.js"(exports2) {
|
|
288631
288733
|
"use strict";
|
|
288632
288734
|
var propertyProvider = require_dist_cjs22();
|
|
@@ -288844,7 +288946,7 @@ var require_fromCognitoIdentity = __commonJS({
|
|
|
288844
288946
|
"use strict";
|
|
288845
288947
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
288846
288948
|
exports2.fromCognitoIdentity = void 0;
|
|
288847
|
-
var credential_provider_cognito_identity_1 =
|
|
288949
|
+
var credential_provider_cognito_identity_1 = require_dist_cjs94();
|
|
288848
288950
|
var fromCognitoIdentity = /* @__PURE__ */ __name((options) => (0, credential_provider_cognito_identity_1.fromCognitoIdentity)({
|
|
288849
288951
|
...options
|
|
288850
288952
|
}), "fromCognitoIdentity");
|
|
@@ -288858,7 +288960,7 @@ var require_fromCognitoIdentityPool = __commonJS({
|
|
|
288858
288960
|
"use strict";
|
|
288859
288961
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
288860
288962
|
exports2.fromCognitoIdentityPool = void 0;
|
|
288861
|
-
var credential_provider_cognito_identity_1 =
|
|
288963
|
+
var credential_provider_cognito_identity_1 = require_dist_cjs94();
|
|
288862
288964
|
var fromCognitoIdentityPool = /* @__PURE__ */ __name((options) => (0, credential_provider_cognito_identity_1.fromCognitoIdentityPool)({
|
|
288863
288965
|
...options
|
|
288864
288966
|
}), "fromCognitoIdentityPool");
|
|
@@ -289202,7 +289304,7 @@ var require_fromWebToken2 = __commonJS({
|
|
|
289202
289304
|
});
|
|
289203
289305
|
|
|
289204
289306
|
// ../../../node_modules/@aws-sdk/credential-providers/dist-cjs/index.js
|
|
289205
|
-
var
|
|
289307
|
+
var require_dist_cjs95 = __commonJS({
|
|
289206
289308
|
"../../../node_modules/@aws-sdk/credential-providers/dist-cjs/index.js"(exports2) {
|
|
289207
289309
|
"use strict";
|
|
289208
289310
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
@@ -289230,7 +289332,7 @@ var require_dist_cjs96 = __commonJS({
|
|
|
289230
289332
|
});
|
|
289231
289333
|
|
|
289232
289334
|
// ../../../node_modules/@aws-sdk/ec2-metadata-service/dist-cjs/index.js
|
|
289233
|
-
var
|
|
289335
|
+
var require_dist_cjs96 = __commonJS({
|
|
289234
289336
|
"../../../node_modules/@aws-sdk/ec2-metadata-service/dist-cjs/index.js"(exports2) {
|
|
289235
289337
|
"use strict";
|
|
289236
289338
|
var nodeConfigProvider = require_dist_cjs34();
|
|
@@ -289491,8 +289593,8 @@ var init_awscli_compatible = __esm({
|
|
|
289491
289593
|
"../toolkit-lib/lib/api/aws-auth/awscli-compatible.ts"() {
|
|
289492
289594
|
"use strict";
|
|
289493
289595
|
import_node_util = require("node:util");
|
|
289494
|
-
import_credential_providers = __toESM(
|
|
289495
|
-
import_ec2_metadata_service = __toESM(
|
|
289596
|
+
import_credential_providers = __toESM(require_dist_cjs95());
|
|
289597
|
+
import_ec2_metadata_service = __toESM(require_dist_cjs96());
|
|
289496
289598
|
import_shared_ini_file_loader = __toESM(require_dist_cjs33());
|
|
289497
289599
|
init_provider_caching();
|
|
289498
289600
|
init_toolkit_error();
|
|
@@ -289981,7 +290083,7 @@ var init_sdk_provider = __esm({
|
|
|
289981
290083
|
"use strict";
|
|
289982
290084
|
os5 = __toESM(require("os"));
|
|
289983
290085
|
import_cloud_assembly_api = __toESM(require_lib3());
|
|
289984
|
-
import_credential_providers2 = __toESM(
|
|
290086
|
+
import_credential_providers2 = __toESM(require_dist_cjs95());
|
|
289985
290087
|
init_awscli_compatible();
|
|
289986
290088
|
init_cached();
|
|
289987
290089
|
init_credential_plugins();
|
|
@@ -290027,7 +290129,7 @@ var init_sdk_provider = __esm({
|
|
|
290027
290129
|
*
|
|
290028
290130
|
* The `environment` parameter is resolved first (see `resolveEnvironment()`).
|
|
290029
290131
|
*/
|
|
290030
|
-
async forEnvironment(environment, mode, options
|
|
290132
|
+
async forEnvironment(environment, mode, options) {
|
|
290031
290133
|
const env = await this.resolveEnvironment(environment);
|
|
290032
290134
|
const baseCreds = await this.obtainBaseCredentials(env.account, mode);
|
|
290033
290135
|
if (baseCreds.source === "none") {
|
|
@@ -290056,8 +290158,7 @@ var init_sdk_provider = __esm({
|
|
|
290056
290158
|
}
|
|
290057
290159
|
if (baseCreds.source === "correctDefault" || baseCreds.source === "plugin") {
|
|
290058
290160
|
await this.ioHelper.defaults.debug(err.message);
|
|
290059
|
-
|
|
290060
|
-
await this.ioHelper.defaults[level](
|
|
290161
|
+
await this.ioHelper.defaults.warn(
|
|
290061
290162
|
`${fmtObtainedCredentials(baseCreds)} could not be used to assume '${options.assumeRoleArn}', but are for the right account. Proceeding anyway.`
|
|
290062
290163
|
);
|
|
290063
290164
|
return {
|
|
@@ -292628,7 +292729,7 @@ var init_container_images = __esm({
|
|
|
292628
292729
|
}
|
|
292629
292730
|
async isPublished() {
|
|
292630
292731
|
try {
|
|
292631
|
-
const initOnce = await this.initOnce(
|
|
292732
|
+
const initOnce = await this.initOnce();
|
|
292632
292733
|
return initOnce.destinationAlreadyExists;
|
|
292633
292734
|
} catch (e6) {
|
|
292634
292735
|
this.host.emitMessage("debug" /* DEBUG */, `${e6.message}`);
|
|
@@ -292657,15 +292758,12 @@ var init_container_images = __esm({
|
|
|
292657
292758
|
tag: initOnce.imageUri
|
|
292658
292759
|
});
|
|
292659
292760
|
}
|
|
292660
|
-
async initOnce(
|
|
292761
|
+
async initOnce() {
|
|
292661
292762
|
if (this.init) {
|
|
292662
292763
|
return this.init;
|
|
292663
292764
|
}
|
|
292664
292765
|
const destination = await replaceAwsPlaceholders(this.asset.destination, this.host.aws);
|
|
292665
|
-
const ecr = await this.host.aws.ecrClient(
|
|
292666
|
-
...destinationToClientOptions(destination),
|
|
292667
|
-
quiet: options.quiet
|
|
292668
|
-
});
|
|
292766
|
+
const ecr = await this.host.aws.ecrClient(destinationToClientOptions(destination));
|
|
292669
292767
|
const account = /* @__PURE__ */ __name(async () => (await this.host.aws.discoverCurrentAccount())?.accountId, "account");
|
|
292670
292768
|
const repoUri = await repositoryUri(ecr, destination.repositoryName);
|
|
292671
292769
|
if (!repoUri) {
|
|
@@ -293008,10 +293106,7 @@ var init_files = __esm({
|
|
|
293008
293106
|
const destination = await replaceAwsPlaceholders(this.asset.destination, this.host.aws);
|
|
293009
293107
|
const s3Url = `s3://${destination.bucketName}/${destination.objectKey}`;
|
|
293010
293108
|
try {
|
|
293011
|
-
const s32 = await this.host.aws.s3Client(
|
|
293012
|
-
...destinationToClientOptions(destination),
|
|
293013
|
-
quiet: true
|
|
293014
|
-
});
|
|
293109
|
+
const s32 = await this.host.aws.s3Client(destinationToClientOptions(destination));
|
|
293015
293110
|
this.host.emitMessage("check" /* CHECK */, `Check ${s3Url}`);
|
|
293016
293111
|
if (await objectExists(s32, destination.bucketName, destination.objectKey)) {
|
|
293017
293112
|
this.host.emitMessage("found" /* FOUND */, `Found ${s3Url}`);
|
|
@@ -293597,6 +293692,7 @@ var init_publishing = __esm({
|
|
|
293597
293692
|
this.publishInParallel = options.publishInParallel ?? false;
|
|
293598
293693
|
this.buildAssets = options.buildAssets ?? true;
|
|
293599
293694
|
this.publishAssets = options.publishAssets ?? true;
|
|
293695
|
+
this.subprocessOutputDestination = options.subprocessOutputDestination ?? (options.quiet ? "ignore" : "stdio");
|
|
293600
293696
|
const self2 = this;
|
|
293601
293697
|
this.handlerHost = {
|
|
293602
293698
|
aws: this.options.aws,
|
|
@@ -293753,14 +293849,8 @@ var init_publishing = __esm({
|
|
|
293753
293849
|
if (existing) {
|
|
293754
293850
|
return existing;
|
|
293755
293851
|
}
|
|
293756
|
-
if (this.options.quiet !== void 0 && this.options.subprocessOutputDestination) {
|
|
293757
|
-
throw new Error(
|
|
293758
|
-
"Cannot set both quiet and subprocessOutputDestination. Please use only subprocessOutputDestination"
|
|
293759
|
-
);
|
|
293760
|
-
}
|
|
293761
|
-
const subprocessOutputDestination = this.options.subprocessOutputDestination ?? (this.options.quiet ? "ignore" : "stdio");
|
|
293762
293852
|
const ret = makeAssetHandler(this.manifest, asset, this.handlerHost, {
|
|
293763
|
-
subprocessOutputDestination
|
|
293853
|
+
subprocessOutputDestination: this.subprocessOutputDestination
|
|
293764
293854
|
});
|
|
293765
293855
|
this.handlerCache.set(asset, ret);
|
|
293766
293856
|
return ret;
|
|
@@ -293790,8 +293880,8 @@ var init_aws = __esm({
|
|
|
293790
293880
|
import_client_s32 = __toESM(require_dist_cjs88());
|
|
293791
293881
|
import_client_secrets_manager2 = __toESM(require_dist_cjs89());
|
|
293792
293882
|
import_client_sts2 = __toESM(require_dist_cjs92());
|
|
293793
|
-
import_credential_providers3 = __toESM(
|
|
293794
|
-
import_lib_storage2 = __toESM(
|
|
293883
|
+
import_credential_providers3 = __toESM(require_dist_cjs95());
|
|
293884
|
+
import_lib_storage2 = __toESM(require_dist_cjs93());
|
|
293795
293885
|
import_config_resolver11 = __toESM(require_dist_cjs31());
|
|
293796
293886
|
import_node_config_provider6 = __toESM(require_dist_cjs34());
|
|
293797
293887
|
USER_AGENT = "cdk-assets";
|
|
@@ -295424,7 +295514,10 @@ async function waitForChangeSet(cfn, ioHelper, stackName, changeSetName, { fetch
|
|
|
295424
295514
|
async function createDiffChangeSet(ioHelper, options) {
|
|
295425
295515
|
for (const resource of Object.values(options.stack.template.Resources ?? {})) {
|
|
295426
295516
|
if (resource.Type === "AWS::CloudFormation::Stack") {
|
|
295427
|
-
|
|
295517
|
+
if (options.failOnError) {
|
|
295518
|
+
throw new ToolkitError("NestedStacksNotSupported", "Changeset diff is not supported for stacks with nested stacks. Please use '--method=auto' to allow falling back to a template diff.");
|
|
295519
|
+
}
|
|
295520
|
+
await ioHelper.defaults.debug("This stack contains one or more nested stacks, falling back to template diff...");
|
|
295428
295521
|
return void 0;
|
|
295429
295522
|
}
|
|
295430
295523
|
}
|
|
@@ -295459,7 +295552,7 @@ async function uploadBodyParameterAndCreateChangeSet(ioHelper, options) {
|
|
|
295459
295552
|
const exists = (await CloudFormationStack.lookup(cfn, options.stack.stackName, false)).exists;
|
|
295460
295553
|
const executionRoleArn = await env.replacePlaceholders(options.stack.cloudFormationExecutionRoleArn);
|
|
295461
295554
|
await ioHelper.defaults.info(
|
|
295462
|
-
"Hold on while we create a read-only change set to get a diff with accurate replacement information (use --
|
|
295555
|
+
"Hold on while we create a read-only change set to get a diff with accurate replacement information (use --method=template to use a less accurate but faster template-only diff)\n"
|
|
295463
295556
|
);
|
|
295464
295557
|
return await createChangeSet(ioHelper, {
|
|
295465
295558
|
cfn,
|
|
@@ -295475,14 +295568,14 @@ async function uploadBodyParameterAndCreateChangeSet(ioHelper, options) {
|
|
|
295475
295568
|
role: executionRoleArn
|
|
295476
295569
|
});
|
|
295477
295570
|
} catch (e6) {
|
|
295478
|
-
if (
|
|
295479
|
-
|
|
295480
|
-
await ioHelper.defaults.info(
|
|
295481
|
-
"Could not create a change set, will base the diff on template differences (run again with -v to see the reason)\n"
|
|
295482
|
-
);
|
|
295483
|
-
return void 0;
|
|
295571
|
+
if (options.failOnError) {
|
|
295572
|
+
throw ToolkitError.withCause("ChangeSetCreationFailed", "Could not create a change set, and '--method=change-set' was specified. Please check your permissions or use '--method=auto' to allow falling back to a template diff.", e6);
|
|
295484
295573
|
}
|
|
295485
|
-
|
|
295574
|
+
await ioHelper.defaults.debug(String(e6));
|
|
295575
|
+
await ioHelper.defaults.info(
|
|
295576
|
+
"Could not create a change set, will base the diff on template differences (run again with -v to see the reason)\n"
|
|
295577
|
+
);
|
|
295578
|
+
return void 0;
|
|
295486
295579
|
}
|
|
295487
295580
|
}
|
|
295488
295581
|
async function uploadStackTemplateAssets(stack, deployments) {
|
|
@@ -295502,7 +295595,9 @@ async function uploadStackTemplateAssets(stack, deployments) {
|
|
|
295502
295595
|
}
|
|
295503
295596
|
}
|
|
295504
295597
|
async function createChangeSet(ioHelper, options) {
|
|
295505
|
-
|
|
295598
|
+
if (options.exists) {
|
|
295599
|
+
await cleanupOldChangeset(options.cfn, ioHelper, options.changeSetName, options.stack.stackName);
|
|
295600
|
+
}
|
|
295506
295601
|
await ioHelper.defaults.debug(`Attempting to create ChangeSet with name ${options.changeSetName} for stack ${options.stack.stackName}`);
|
|
295507
295602
|
const templateParams = TemplateParameters.fromTemplate(options.stack.template);
|
|
295508
295603
|
const stackParams = templateParams.supplyAll(options.parameters);
|
|
@@ -296457,6 +296552,7 @@ var ContextAwareCloudAssemblySource;
|
|
|
296457
296552
|
var init_context_aware_source = __esm({
|
|
296458
296553
|
"../toolkit-lib/lib/api/cloud-assembly/private/context-aware-source.ts"() {
|
|
296459
296554
|
"use strict";
|
|
296555
|
+
init_disposable_box();
|
|
296460
296556
|
init_context_providers();
|
|
296461
296557
|
init_toolkit_error();
|
|
296462
296558
|
init_private();
|
|
@@ -296482,40 +296578,48 @@ var init_context_aware_source = __esm({
|
|
|
296482
296578
|
async produce() {
|
|
296483
296579
|
let previouslyMissingKeys;
|
|
296484
296580
|
while (true) {
|
|
296485
|
-
|
|
296486
|
-
|
|
296487
|
-
|
|
296488
|
-
const
|
|
296489
|
-
|
|
296490
|
-
|
|
296491
|
-
|
|
296492
|
-
|
|
296493
|
-
|
|
296494
|
-
|
|
296495
|
-
|
|
296496
|
-
|
|
296497
|
-
|
|
296498
|
-
|
|
296499
|
-
|
|
296500
|
-
|
|
296501
|
-
|
|
296502
|
-
|
|
296503
|
-
|
|
296504
|
-
|
|
296505
|
-
|
|
296506
|
-
|
|
296507
|
-
|
|
296508
|
-
|
|
296509
|
-
|
|
296510
|
-
|
|
296511
|
-
|
|
296512
|
-
|
|
296513
|
-
|
|
296514
|
-
|
|
296515
|
-
|
|
296581
|
+
var _stack = [];
|
|
296582
|
+
try {
|
|
296583
|
+
const readableAsm = __using(_stack, new AsyncDisposableBox(await this.source.produce()), true);
|
|
296584
|
+
const assembly = readableAsm.value.cloudAssembly;
|
|
296585
|
+
if (assembly.manifest.missing && assembly.manifest.missing.length > 0) {
|
|
296586
|
+
const missingKeysSet = missingContextKeys(assembly.manifest.missing);
|
|
296587
|
+
const missingKeys = Array.from(missingKeysSet);
|
|
296588
|
+
if (!this.canLookup) {
|
|
296589
|
+
throw new ToolkitError(
|
|
296590
|
+
"ContextLookupsDisabled",
|
|
296591
|
+
`Context lookups have been disabled. Make sure all necessary context is already in 'cdk.context.json' by running 'cdk synth' on a machine with sufficient AWS credentials and committing the result. Missing context keys: '${missingKeys.join(", ")}'`
|
|
296592
|
+
);
|
|
296593
|
+
}
|
|
296594
|
+
let tryLookup = true;
|
|
296595
|
+
if (previouslyMissingKeys && equalSets(missingKeysSet, previouslyMissingKeys)) {
|
|
296596
|
+
await this.ioHelper.notify(IO.CDK_ASSEMBLY_I0240.msg("Not making progress trying to resolve environmental context. Giving up.", { missingKeys }));
|
|
296597
|
+
tryLookup = false;
|
|
296598
|
+
}
|
|
296599
|
+
previouslyMissingKeys = missingKeysSet;
|
|
296600
|
+
if (tryLookup) {
|
|
296601
|
+
await this.ioHelper.notify(IO.CDK_ASSEMBLY_I0241.msg("Some context information is missing. Fetching...", { missingKeys }));
|
|
296602
|
+
const contextUpdates = await provideContextValues(
|
|
296603
|
+
assembly.manifest.missing,
|
|
296604
|
+
this.props.services.sdkProvider,
|
|
296605
|
+
this.props.services.pluginHost,
|
|
296606
|
+
this.ioHelper
|
|
296607
|
+
);
|
|
296608
|
+
await this.ioHelper.notify(IO.CDK_ASSEMBLY_I0042.msg("Writing context updates...", {
|
|
296609
|
+
context: contextUpdates
|
|
296610
|
+
}));
|
|
296611
|
+
await this.context.update(contextUpdates);
|
|
296612
|
+
await readableAsm.value._unlock();
|
|
296613
|
+
continue;
|
|
296614
|
+
}
|
|
296516
296615
|
}
|
|
296616
|
+
return readableAsm.take();
|
|
296617
|
+
} catch (_2) {
|
|
296618
|
+
var _error = _2, _hasError = true;
|
|
296619
|
+
} finally {
|
|
296620
|
+
var _promise = __callDispose(_stack, _error, _hasError);
|
|
296621
|
+
_promise && await _promise;
|
|
296517
296622
|
}
|
|
296518
|
-
return readableAsm;
|
|
296519
296623
|
}
|
|
296520
296624
|
}
|
|
296521
296625
|
};
|
|
@@ -296635,7 +296739,12 @@ async function execInChildProcess(commandAndArgs, options = {}) {
|
|
|
296635
296739
|
stdio: ["ignore", "pipe", "pipe"],
|
|
296636
296740
|
detached: false,
|
|
296637
296741
|
cwd: options.cwd,
|
|
296638
|
-
env:
|
|
296742
|
+
env: {
|
|
296743
|
+
// On Windwows, Python will default to cp1252 when not connected to a terminal, but we
|
|
296744
|
+
// expect it to be UTF-8 below (to be able to split on lines).
|
|
296745
|
+
PYTHONIOENCODING: "utf-8",
|
|
296746
|
+
...options.env
|
|
296747
|
+
},
|
|
296639
296748
|
// We are using 'shell: true' on purprose. Traditionally we have allowed shell features in
|
|
296640
296749
|
// this string, so we have to continue to do so into the future. On Windows, this is simply
|
|
296641
296750
|
// necessary to run .bat and .cmd files properly.
|
|
@@ -296646,10 +296755,10 @@ async function execInChildProcess(commandAndArgs, options = {}) {
|
|
|
296646
296755
|
const eventPublisher = options.eventPublisher ?? ((type, line) => {
|
|
296647
296756
|
switch (type) {
|
|
296648
296757
|
case "data_stdout":
|
|
296649
|
-
process.stdout.write(line);
|
|
296758
|
+
process.stdout.write(line + "\n");
|
|
296650
296759
|
return;
|
|
296651
296760
|
case "data_stderr":
|
|
296652
|
-
process.stderr.write(line);
|
|
296761
|
+
process.stderr.write(line + "\n");
|
|
296653
296762
|
return;
|
|
296654
296763
|
case "open":
|
|
296655
296764
|
case "close":
|
|
@@ -308530,8 +308639,7 @@ async function publishAssets(manifest, sdk, targetEnv, options, ioHelper) {
|
|
|
308530
308639
|
throwOnError: false,
|
|
308531
308640
|
publishInParallel: options.parallel ?? true,
|
|
308532
308641
|
buildAssets: true,
|
|
308533
|
-
publishAssets: true
|
|
308534
|
-
quiet: false
|
|
308642
|
+
publishAssets: true
|
|
308535
308643
|
});
|
|
308536
308644
|
await publisher.publish({ allowCrossAccount: options.allowCrossAccount });
|
|
308537
308645
|
if (publisher.hasFailures) {
|
|
@@ -308595,8 +308703,7 @@ var init_asset_publishing = __esm({
|
|
|
308595
308703
|
env,
|
|
308596
308704
|
// region, name, account
|
|
308597
308705
|
assumeRuleArn: options.assumeRoleArn,
|
|
308598
|
-
assumeRoleExternalId: options.assumeRoleExternalId
|
|
308599
|
-
quiet: options.quiet
|
|
308706
|
+
assumeRoleExternalId: options.assumeRoleExternalId
|
|
308600
308707
|
};
|
|
308601
308708
|
if (options.assumeRoleAdditionalOptions) {
|
|
308602
308709
|
cacheKeyMap.assumeRoleAdditionalOptions = options.assumeRoleAdditionalOptions;
|
|
@@ -308613,8 +308720,7 @@ var init_asset_publishing = __esm({
|
|
|
308613
308720
|
assumeRoleArn: options.assumeRoleArn,
|
|
308614
308721
|
assumeRoleExternalId: options.assumeRoleExternalId,
|
|
308615
308722
|
assumeRoleAdditionalOptions: options.assumeRoleAdditionalOptions
|
|
308616
|
-
}
|
|
308617
|
-
options.quiet
|
|
308723
|
+
}
|
|
308618
308724
|
)).sdk;
|
|
308619
308725
|
this.sdkCache.set(cacheKey, sdk);
|
|
308620
308726
|
return sdk;
|
|
@@ -310754,25 +310860,6 @@ async function deployStack(options, ioHelper) {
|
|
|
310754
310860
|
const stackArtifact = options.stack;
|
|
310755
310861
|
const stackEnv = options.resolvedEnvironment;
|
|
310756
310862
|
let deploymentMethod = options.deploymentMethod ?? { method: "change-set" };
|
|
310757
|
-
if (options.hotswap && deploymentMethod?.method !== "hotswap") {
|
|
310758
|
-
switch (options.hotswap) {
|
|
310759
|
-
case "hotswap-only" /* HOTSWAP_ONLY */:
|
|
310760
|
-
deploymentMethod = {
|
|
310761
|
-
method: "hotswap",
|
|
310762
|
-
properties: options.hotswapPropertyOverrides
|
|
310763
|
-
};
|
|
310764
|
-
break;
|
|
310765
|
-
case "fall-back" /* FALL_BACK */:
|
|
310766
|
-
deploymentMethod = {
|
|
310767
|
-
method: "hotswap",
|
|
310768
|
-
properties: options.hotswapPropertyOverrides,
|
|
310769
|
-
fallback: deploymentMethod
|
|
310770
|
-
};
|
|
310771
|
-
break;
|
|
310772
|
-
case "full-deployment" /* FULL_DEPLOYMENT */:
|
|
310773
|
-
break;
|
|
310774
|
-
}
|
|
310775
|
-
}
|
|
310776
310863
|
options.sdk.appendCustomUserAgent(options.extraUserAgent);
|
|
310777
310864
|
const cfn = options.sdk.cloudFormation();
|
|
310778
310865
|
const deployName = options.deployName || stackArtifact.stackName;
|
|
@@ -311389,20 +311476,6 @@ var init_deployments = __esm({
|
|
|
311389
311476
|
return response.ResourceIdentifierSummaries ?? [];
|
|
311390
311477
|
}
|
|
311391
311478
|
async deployStack(options) {
|
|
311392
|
-
let deploymentMethod = options.deploymentMethod;
|
|
311393
|
-
if (options.changeSetName || options.execute !== void 0) {
|
|
311394
|
-
if (deploymentMethod) {
|
|
311395
|
-
throw new ToolkitError(
|
|
311396
|
-
"ConflictingDeploymentOptions",
|
|
311397
|
-
"You cannot supply both 'deploymentMethod' and 'changeSetName/execute'. Supply one or the other."
|
|
311398
|
-
);
|
|
311399
|
-
}
|
|
311400
|
-
deploymentMethod = {
|
|
311401
|
-
method: "change-set",
|
|
311402
|
-
changeSetName: options.changeSetName,
|
|
311403
|
-
execute: options.execute
|
|
311404
|
-
};
|
|
311405
|
-
}
|
|
311406
311479
|
const env = await this.envs.accessStackForMutableStackOperations(options.stack);
|
|
311407
311480
|
await this.validateBootstrapStackVersion(
|
|
311408
311481
|
options.stack.stackName,
|
|
@@ -311422,13 +311495,11 @@ var init_deployments = __esm({
|
|
|
311422
311495
|
reuseAssets: options.reuseAssets,
|
|
311423
311496
|
envResources: env.resources,
|
|
311424
311497
|
tags: options.tags,
|
|
311425
|
-
deploymentMethod,
|
|
311498
|
+
deploymentMethod: options.deploymentMethod,
|
|
311426
311499
|
forceDeployment: options.forceDeployment,
|
|
311427
311500
|
parameters: options.parameters,
|
|
311428
311501
|
usePreviousParameters: options.usePreviousParameters,
|
|
311429
311502
|
rollback: options.rollback,
|
|
311430
|
-
hotswap: options.hotswap,
|
|
311431
|
-
hotswapPropertyOverrides: options.hotswapPropertyOverrides,
|
|
311432
311503
|
extraUserAgent: options.extraUserAgent,
|
|
311433
311504
|
resourcesToImport: options.resourcesToImport,
|
|
311434
311505
|
overrideTemplate: options.overrideTemplate,
|
|
@@ -312892,41 +312963,17 @@ async function cfnDiff2(ioHelper, stacks, deployments, options, sdkProvider, inc
|
|
|
312892
312963
|
return templateInfos;
|
|
312893
312964
|
}
|
|
312894
312965
|
async function changeSetDiff(ioHelper, deployments, stack, sdkProvider, resourcesToImport, parameters = {}, fallBackToTemplate = true, importExistingResources = false) {
|
|
312895
|
-
|
|
312896
|
-
|
|
312897
|
-
|
|
312898
|
-
|
|
312899
|
-
|
|
312900
|
-
|
|
312901
|
-
|
|
312902
|
-
|
|
312903
|
-
|
|
312904
|
-
|
|
312905
|
-
|
|
312906
|
-
await ioHelper.defaults.debug(`Checking if the stack ${stack.stackName} exists before creating the changeset has failed, will base the diff on template differences.
|
|
312907
|
-
`);
|
|
312908
|
-
await ioHelper.defaults.debug(formatErrorMessage(e6));
|
|
312909
|
-
stackExists = false;
|
|
312910
|
-
}
|
|
312911
|
-
if (stackExists) {
|
|
312912
|
-
return createDiffChangeSet(ioHelper, {
|
|
312913
|
-
stack,
|
|
312914
|
-
uuid: v4_default(),
|
|
312915
|
-
deployments,
|
|
312916
|
-
willExecute: false,
|
|
312917
|
-
sdkProvider,
|
|
312918
|
-
parameters,
|
|
312919
|
-
resourcesToImport,
|
|
312920
|
-
failOnError: !fallBackToTemplate,
|
|
312921
|
-
importExistingResources
|
|
312922
|
-
});
|
|
312923
|
-
} else {
|
|
312924
|
-
if (!fallBackToTemplate) {
|
|
312925
|
-
throw new ToolkitError("StackNotDeployed", `the stack '${stack.stackName}' has not been deployed to CloudFormation, set fallBackToTemplate to true or use DiffMethod.templateOnly to base the diff on template differences.`);
|
|
312926
|
-
}
|
|
312927
|
-
await ioHelper.defaults.debug(`the stack '${stack.stackName}' has not been deployed to CloudFormation, skipping changeset creation.`);
|
|
312928
|
-
return;
|
|
312929
|
-
}
|
|
312966
|
+
return createDiffChangeSet(ioHelper, {
|
|
312967
|
+
stack,
|
|
312968
|
+
uuid: v4_default(),
|
|
312969
|
+
deployments,
|
|
312970
|
+
willExecute: false,
|
|
312971
|
+
sdkProvider,
|
|
312972
|
+
parameters,
|
|
312973
|
+
resourcesToImport,
|
|
312974
|
+
failOnError: !fallBackToTemplate,
|
|
312975
|
+
importExistingResources
|
|
312976
|
+
});
|
|
312930
312977
|
}
|
|
312931
312978
|
function appendObject(obj1, obj2) {
|
|
312932
312979
|
for (const key in obj2) {
|
|
@@ -315236,6 +315283,7 @@ var init_toolkit = __esm({
|
|
|
315236
315283
|
init_bootstrap3();
|
|
315237
315284
|
init_cloud_assembly3();
|
|
315238
315285
|
init_private3();
|
|
315286
|
+
init_disposable_box();
|
|
315239
315287
|
init_source_builder();
|
|
315240
315288
|
init_deployments2();
|
|
315241
315289
|
init_diff4();
|
|
@@ -315386,36 +315434,44 @@ var init_toolkit = __esm({
|
|
|
315386
315434
|
* it after use.
|
|
315387
315435
|
*/
|
|
315388
315436
|
async synth(cx, options = {}) {
|
|
315389
|
-
|
|
315390
|
-
|
|
315391
|
-
|
|
315392
|
-
|
|
315393
|
-
|
|
315394
|
-
|
|
315395
|
-
|
|
315396
|
-
|
|
315397
|
-
|
|
315398
|
-
|
|
315399
|
-
|
|
315400
|
-
|
|
315401
|
-
|
|
315402
|
-
|
|
315403
|
-
|
|
315404
|
-
|
|
315405
|
-
|
|
315406
|
-
|
|
315407
|
-
|
|
315408
|
-
|
|
315409
|
-
|
|
315410
|
-
|
|
315411
|
-
|
|
315412
|
-
|
|
315413
|
-
|
|
315414
|
-
|
|
315415
|
-
|
|
315416
|
-
|
|
315437
|
+
var _stack = [];
|
|
315438
|
+
try {
|
|
315439
|
+
const ioHelper = asIoHelper(this.ioHost, "synth");
|
|
315440
|
+
const assembly = __using(_stack, new AsyncDisposableBox(await synthAndMeasure(ioHelper, cx, stacksOpt(options))), true);
|
|
315441
|
+
const stacks = await assembly.value.selectStacksV2(stacksOpt(options));
|
|
315442
|
+
const autoValidateStacks = options.validateStacks ? [assembly.value.selectStacksForValidation()] : [];
|
|
315443
|
+
await this.validateStacksMetadata(stacks.concat(...autoValidateStacks), ioHelper);
|
|
315444
|
+
const message2 = `Successfully synthesized to ${chalk23.blue(path31.resolve(stacks.assembly.directory))}`;
|
|
315445
|
+
const assemblyData = {
|
|
315446
|
+
assemblyDirectory: stacks.assembly.directory,
|
|
315447
|
+
stacksCount: stacks.stackCount,
|
|
315448
|
+
stackIds: stacks.hierarchicalIds
|
|
315449
|
+
};
|
|
315450
|
+
if (stacks.stackCount === 1) {
|
|
315451
|
+
const firstStack = stacks.firstStack;
|
|
315452
|
+
const template = firstStack.template;
|
|
315453
|
+
const obscuredTemplate = obscureTemplate(template);
|
|
315454
|
+
await ioHelper.notify(IO.CDK_TOOLKIT_I1901.msg(message2, {
|
|
315455
|
+
...assemblyData,
|
|
315456
|
+
stack: {
|
|
315457
|
+
stackName: firstStack.stackName,
|
|
315458
|
+
hierarchicalId: firstStack.hierarchicalId,
|
|
315459
|
+
template,
|
|
315460
|
+
stringifiedJson: serializeStructure(obscuredTemplate, true),
|
|
315461
|
+
stringifiedYaml: serializeStructure(obscuredTemplate, false)
|
|
315462
|
+
}
|
|
315463
|
+
}));
|
|
315464
|
+
} else {
|
|
315465
|
+
await ioHelper.notify(IO.CDK_TOOLKIT_I1902.msg(chalk23.green(message2), assemblyData));
|
|
315466
|
+
await ioHelper.defaults.info(`Supply a stack id (${stacks.stackArtifacts.map((s6) => chalk23.green(s6.hierarchicalId)).join(", ")}) to display its template.`);
|
|
315467
|
+
}
|
|
315468
|
+
return new CachedCloudAssembly(assembly.take());
|
|
315469
|
+
} catch (_2) {
|
|
315470
|
+
var _error = _2, _hasError = true;
|
|
315471
|
+
} finally {
|
|
315472
|
+
var _promise = __callDispose(_stack, _error, _hasError);
|
|
315473
|
+
_promise && await _promise;
|
|
315417
315474
|
}
|
|
315418
|
-
return new CachedCloudAssembly(assembly);
|
|
315419
315475
|
}
|
|
315420
315476
|
/**
|
|
315421
315477
|
* Diff Action
|
|
@@ -316534,25 +316590,20 @@ var init_toolkit_lib = __esm({
|
|
|
316534
316590
|
this.options = options;
|
|
316535
316591
|
this.showOutput = options.showOutput ?? false;
|
|
316536
316592
|
this.ioHost = new IntegRunnerIoHost();
|
|
316537
|
-
this.toolkit =
|
|
316593
|
+
this.toolkit = this.createToolkit(options.profile, options.region);
|
|
316594
|
+
}
|
|
316595
|
+
/**
|
|
316596
|
+
* Creates a Toolkit instance with the given profile and region.
|
|
316597
|
+
*/
|
|
316598
|
+
createToolkit(profile, region) {
|
|
316599
|
+
return new import_toolkit_lib.Toolkit({
|
|
316538
316600
|
ioHost: this.showOutput ? this.ioHost : new NoopIoHost(),
|
|
316539
316601
|
sdkConfig: {
|
|
316540
316602
|
baseCredentials: import_toolkit_lib.BaseCredentials.awsCliCompatible({
|
|
316541
|
-
profile
|
|
316542
|
-
defaultRegion:
|
|
316603
|
+
profile,
|
|
316604
|
+
defaultRegion: region
|
|
316543
316605
|
})
|
|
316544
316606
|
}
|
|
316545
|
-
// @TODO - these options are currently available on the action calls
|
|
316546
|
-
// but toolkit-lib needs them at the constructor level.
|
|
316547
|
-
// Need to decide what to do with them.
|
|
316548
|
-
//
|
|
316549
|
-
// Validations
|
|
316550
|
-
// - assemblyFailureAt: options.strict ?? options.ignoreErrors
|
|
316551
|
-
// Logging
|
|
316552
|
-
// - options.color
|
|
316553
|
-
// SDK
|
|
316554
|
-
// - options.proxy
|
|
316555
|
-
// - options.caBundlePath
|
|
316556
316607
|
});
|
|
316557
316608
|
}
|
|
316558
316609
|
/**
|
|
@@ -316598,8 +316649,9 @@ var init_toolkit_lib = __esm({
|
|
|
316598
316649
|
* Lists the stacks in the CDK app
|
|
316599
316650
|
*/
|
|
316600
316651
|
async list(options) {
|
|
316652
|
+
const toolkit = this.createToolkit(options.profile ?? this.options.profile, this.options.region);
|
|
316601
316653
|
const cx = await this.cx(options);
|
|
316602
|
-
const stacks = await
|
|
316654
|
+
const stacks = await toolkit.list(cx, {
|
|
316603
316655
|
stacks: this.stackSelector(options)
|
|
316604
316656
|
});
|
|
316605
316657
|
return stacks.map((s6) => s6.name);
|
|
@@ -316608,8 +316660,9 @@ var init_toolkit_lib = __esm({
|
|
|
316608
316660
|
* Deploys the CDK app
|
|
316609
316661
|
*/
|
|
316610
316662
|
async deploy(options) {
|
|
316663
|
+
const toolkit = this.createToolkit(options.profile ?? this.options.profile, this.options.region);
|
|
316611
316664
|
const cx = await this.cx(options);
|
|
316612
|
-
await
|
|
316665
|
+
await toolkit.deploy(cx, {
|
|
316613
316666
|
roleArn: options.roleArn,
|
|
316614
316667
|
traceLogs: options.traceLogs,
|
|
316615
316668
|
stacks: this.stackSelector(options),
|
|
@@ -316623,9 +316676,10 @@ var init_toolkit_lib = __esm({
|
|
|
316623
316676
|
* Watches the CDK app for changes and deploys them automatically
|
|
316624
316677
|
*/
|
|
316625
316678
|
async watch(options, events) {
|
|
316679
|
+
const toolkit = this.createToolkit(options.profile ?? this.options.profile, this.options.region);
|
|
316626
316680
|
const cx = await this.cx(options);
|
|
316627
316681
|
try {
|
|
316628
|
-
const watcher = await
|
|
316682
|
+
const watcher = await toolkit.watch(cx, {
|
|
316629
316683
|
roleArn: options.roleArn,
|
|
316630
316684
|
traceLogs: options.traceLogs,
|
|
316631
316685
|
stacks: this.stackSelector(options),
|
|
@@ -316649,8 +316703,9 @@ var init_toolkit_lib = __esm({
|
|
|
316649
316703
|
* Destroys the CDK app
|
|
316650
316704
|
*/
|
|
316651
316705
|
async destroy(options) {
|
|
316706
|
+
const toolkit = this.createToolkit(options.profile ?? this.options.profile, this.options.region);
|
|
316652
316707
|
const cx = await this.cx(options);
|
|
316653
|
-
await
|
|
316708
|
+
await toolkit.destroy(cx, {
|
|
316654
316709
|
roleArn: options.roleArn,
|
|
316655
316710
|
stacks: this.stackSelector(options)
|
|
316656
316711
|
});
|