@aws-cdk/integ-runner 2.197.7 → 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 +726 -612
- package/package.json +12 -12
|
@@ -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
|
});
|
|
@@ -19622,13 +19667,13 @@ var init_io_default_messages = __esm({
|
|
|
19622
19667
|
}
|
|
19623
19668
|
});
|
|
19624
19669
|
|
|
19625
|
-
//
|
|
19670
|
+
// ../../../node_modules/uuid/dist/esm/stringify.js
|
|
19626
19671
|
function unsafeStringify(arr, offset = 0) {
|
|
19627
19672
|
return (byteToHex[arr[offset + 0]] + byteToHex[arr[offset + 1]] + byteToHex[arr[offset + 2]] + byteToHex[arr[offset + 3]] + "-" + byteToHex[arr[offset + 4]] + byteToHex[arr[offset + 5]] + "-" + byteToHex[arr[offset + 6]] + byteToHex[arr[offset + 7]] + "-" + byteToHex[arr[offset + 8]] + byteToHex[arr[offset + 9]] + "-" + byteToHex[arr[offset + 10]] + byteToHex[arr[offset + 11]] + byteToHex[arr[offset + 12]] + byteToHex[arr[offset + 13]] + byteToHex[arr[offset + 14]] + byteToHex[arr[offset + 15]]).toLowerCase();
|
|
19628
19673
|
}
|
|
19629
19674
|
var byteToHex;
|
|
19630
19675
|
var init_stringify = __esm({
|
|
19631
|
-
"
|
|
19676
|
+
"../../../node_modules/uuid/dist/esm/stringify.js"() {
|
|
19632
19677
|
byteToHex = [];
|
|
19633
19678
|
for (let i6 = 0; i6 < 256; ++i6) {
|
|
19634
19679
|
byteToHex.push((i6 + 256).toString(16).slice(1));
|
|
@@ -19637,7 +19682,7 @@ var init_stringify = __esm({
|
|
|
19637
19682
|
}
|
|
19638
19683
|
});
|
|
19639
19684
|
|
|
19640
|
-
//
|
|
19685
|
+
// ../../../node_modules/uuid/dist/esm/rng.js
|
|
19641
19686
|
function rng() {
|
|
19642
19687
|
if (poolPtr > rnds8Pool.length - 16) {
|
|
19643
19688
|
(0, import_crypto.randomFillSync)(rnds8Pool);
|
|
@@ -19647,7 +19692,7 @@ function rng() {
|
|
|
19647
19692
|
}
|
|
19648
19693
|
var import_crypto, rnds8Pool, poolPtr;
|
|
19649
19694
|
var init_rng = __esm({
|
|
19650
|
-
"
|
|
19695
|
+
"../../../node_modules/uuid/dist/esm/rng.js"() {
|
|
19651
19696
|
import_crypto = require("crypto");
|
|
19652
19697
|
rnds8Pool = new Uint8Array(256);
|
|
19653
19698
|
poolPtr = rnds8Pool.length;
|
|
@@ -19655,16 +19700,16 @@ var init_rng = __esm({
|
|
|
19655
19700
|
}
|
|
19656
19701
|
});
|
|
19657
19702
|
|
|
19658
|
-
//
|
|
19703
|
+
// ../../../node_modules/uuid/dist/esm/native.js
|
|
19659
19704
|
var import_crypto2, native_default;
|
|
19660
19705
|
var init_native = __esm({
|
|
19661
|
-
"
|
|
19706
|
+
"../../../node_modules/uuid/dist/esm/native.js"() {
|
|
19662
19707
|
import_crypto2 = require("crypto");
|
|
19663
19708
|
native_default = { randomUUID: import_crypto2.randomUUID };
|
|
19664
19709
|
}
|
|
19665
19710
|
});
|
|
19666
19711
|
|
|
19667
|
-
//
|
|
19712
|
+
// ../../../node_modules/uuid/dist/esm/v4.js
|
|
19668
19713
|
function v4(options, buf, offset) {
|
|
19669
19714
|
if (native_default.randomUUID && !buf && !options) {
|
|
19670
19715
|
return native_default.randomUUID();
|
|
@@ -19690,7 +19735,7 @@ function v4(options, buf, offset) {
|
|
|
19690
19735
|
}
|
|
19691
19736
|
var v4_default;
|
|
19692
19737
|
var init_v4 = __esm({
|
|
19693
|
-
"
|
|
19738
|
+
"../../../node_modules/uuid/dist/esm/v4.js"() {
|
|
19694
19739
|
init_native();
|
|
19695
19740
|
init_rng();
|
|
19696
19741
|
init_stringify();
|
|
@@ -19699,9 +19744,9 @@ var init_v4 = __esm({
|
|
|
19699
19744
|
}
|
|
19700
19745
|
});
|
|
19701
19746
|
|
|
19702
|
-
//
|
|
19747
|
+
// ../../../node_modules/uuid/dist/esm/index.js
|
|
19703
19748
|
var init_esm3 = __esm({
|
|
19704
|
-
"
|
|
19749
|
+
"../../../node_modules/uuid/dist/esm/index.js"() {
|
|
19705
19750
|
init_v4();
|
|
19706
19751
|
}
|
|
19707
19752
|
});
|
|
@@ -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$ = 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";
|
|
@@ -108216,6 +108299,8 @@ var require_schemas_02 = __commonJS({
|
|
|
108216
108299
|
var _ESL = "EvaluatorSummaryList";
|
|
108217
108300
|
var _EVM = "EnvironmentVariablesMap";
|
|
108218
108301
|
var _F = "Filter";
|
|
108302
|
+
var _FC = "FilesystemConfigurations";
|
|
108303
|
+
var _FCi = "FilesystemConfiguration";
|
|
108219
108304
|
var _FL = "FilterList";
|
|
108220
108305
|
var _FV = "FilterValue";
|
|
108221
108306
|
var _Fi = "Finding";
|
|
@@ -108324,6 +108409,7 @@ var require_schemas_02 = __commonJS({
|
|
|
108324
108409
|
var _LCIR = "ListCodeInterpretersRequest";
|
|
108325
108410
|
var _LCIRi = "ListCodeInterpretersResponse";
|
|
108326
108411
|
var _LE = "ListEvaluators";
|
|
108412
|
+
var _LEC = "LambdaEvaluatorConfig";
|
|
108327
108413
|
var _LER = "ListEvaluatorsRequest";
|
|
108328
108414
|
var _LERi = "ListEvaluatorsResponse";
|
|
108329
108415
|
var _LG = "ListGateways";
|
|
@@ -108463,6 +108549,7 @@ var require_schemas_02 = __commonJS({
|
|
|
108463
108549
|
var _SPGR = "StartPolicyGenerationRequest";
|
|
108464
108550
|
var _SPGRt = "StartPolicyGenerationResponse";
|
|
108465
108551
|
var _SQEE = "ServiceQuotaExceededException";
|
|
108552
|
+
var _SSC = "SessionStorageConfiguration";
|
|
108466
108553
|
var _STVCMK = "SetTokenVaultCMK";
|
|
108467
108554
|
var _STVCMKR = "SetTokenVaultCMKRequest";
|
|
108468
108555
|
var _STVCMKRe = "SetTokenVaultCMKResponse";
|
|
@@ -108580,6 +108667,7 @@ var require_schemas_02 = __commonJS({
|
|
|
108580
108667
|
var _bV = "booleanValue";
|
|
108581
108668
|
var _c6 = "client";
|
|
108582
108669
|
var _cA = "createdAt";
|
|
108670
|
+
var _cB = "codeBased";
|
|
108583
108671
|
var _cC = "customClaims";
|
|
108584
108672
|
var _cCC = "customConsolidationConfiguration";
|
|
108585
108673
|
var _cCo = "contentConfigurations";
|
|
@@ -108657,6 +108745,7 @@ var require_schemas_02 = __commonJS({
|
|
|
108657
108745
|
var _ev = "evaluators";
|
|
108658
108746
|
var _ex2 = "extraction";
|
|
108659
108747
|
var _f = "findings";
|
|
108748
|
+
var _fC = "filesystemConfigurations";
|
|
108660
108749
|
var _fL = "fieldList";
|
|
108661
108750
|
var _fP = "filterPath";
|
|
108662
108751
|
var _fR = "failureReason";
|
|
@@ -108699,6 +108788,7 @@ var require_schemas_02 = __commonJS({
|
|
|
108699
108788
|
var _lA = "lambdaArn";
|
|
108700
108789
|
var _lAAJ = "llmAsAJudge";
|
|
108701
108790
|
var _lC = "lifecycleConfiguration";
|
|
108791
|
+
var _lCa = "lambdaConfig";
|
|
108702
108792
|
var _lFM = "lockedForModification";
|
|
108703
108793
|
var _lGN = "logGroupNames";
|
|
108704
108794
|
var _lGNo = "logGroupName";
|
|
@@ -108708,6 +108798,7 @@ var require_schemas_02 = __commonJS({
|
|
|
108708
108798
|
var _lSAa = "lastSynchronizedAt";
|
|
108709
108799
|
var _lSBI = "lastSavedBrowserId";
|
|
108710
108800
|
var _lSBSI = "lastSavedBrowserSessionId";
|
|
108801
|
+
var _lTIS = "lambdaTimeoutInSeconds";
|
|
108711
108802
|
var _lUA = "lastUpdatedAt";
|
|
108712
108803
|
var _lUT = "lastUpdatedTime";
|
|
108713
108804
|
var _lV = "liveVersion";
|
|
@@ -108725,6 +108816,7 @@ var require_schemas_02 = __commonJS({
|
|
|
108725
108816
|
var _mL = "maxLifetime";
|
|
108726
108817
|
var _mMS = "modifyMemoryStrategies";
|
|
108727
108818
|
var _mOPC = "microsoftOauth2ProviderConfig";
|
|
108819
|
+
var _mP = "mountPath";
|
|
108728
108820
|
var _mR = "maxResults";
|
|
108729
108821
|
var _mS = "memoryStrategies";
|
|
108730
108822
|
var _mSI = "memoryStrategyId";
|
|
@@ -108829,6 +108921,7 @@ var require_schemas_02 = __commonJS({
|
|
|
108829
108921
|
var _sPa = "samplingPercentage";
|
|
108830
108922
|
var _sR = "statusReasons";
|
|
108831
108923
|
var _sS = "stopSequences";
|
|
108924
|
+
var _sSe = "sessionStorage";
|
|
108832
108925
|
var _sT3 = "searchType";
|
|
108833
108926
|
var _sTM = "sessionTimeoutMinutes";
|
|
108834
108927
|
var _sV = "supportedVersions";
|
|
@@ -109301,8 +109394,8 @@ var require_schemas_02 = __commonJS({
|
|
|
109301
109394
|
n06,
|
|
109302
109395
|
_CARR,
|
|
109303
109396
|
0,
|
|
109304
|
-
[_aRN, _aRAg, _rA, _nC, _cTl, _d, _aC, _rHC, _pC, _lC, _eV, _ta],
|
|
109305
|
-
[0, () => exports2.AgentRuntimeArtifact$, 0, () => exports2.NetworkConfiguration$, [0, 4], [() => Description, 0], () => exports2.AuthorizerConfiguration$, () => exports2.RequestHeaderConfiguration$, () => exports2.ProtocolConfiguration$, () => exports2.LifecycleConfiguration$, [() => EnvironmentVariablesMap, 0], 128 | 0],
|
|
109397
|
+
[_aRN, _aRAg, _rA, _nC, _cTl, _d, _aC, _rHC, _pC, _lC, _eV, _fC, _ta],
|
|
109398
|
+
[0, () => exports2.AgentRuntimeArtifact$, 0, () => exports2.NetworkConfiguration$, [0, 4], [() => Description, 0], () => exports2.AuthorizerConfiguration$, () => exports2.RequestHeaderConfiguration$, () => exports2.ProtocolConfiguration$, () => exports2.LifecycleConfiguration$, [() => EnvironmentVariablesMap, 0], () => FilesystemConfigurations, 128 | 0],
|
|
109306
109399
|
4
|
|
109307
109400
|
];
|
|
109308
109401
|
exports2.CreateAgentRuntimeResponse$ = [
|
|
@@ -110084,8 +110177,8 @@ var require_schemas_02 = __commonJS({
|
|
|
110084
110177
|
n06,
|
|
110085
110178
|
_GARRe,
|
|
110086
110179
|
0,
|
|
110087
|
-
[_aRA, _aRN, _aRI, _aRV, _cA, _lUA, _rA, _nC, _st, _lC, _fR, _d, _wID, _aRAg, _pC, _eV, _aC, _rHC, _mC],
|
|
110088
|
-
[0, 0, 0, 0, 5, 5, 0, () => exports2.NetworkConfiguration$, 0, () => exports2.LifecycleConfiguration$, 0, [() => Description, 0], () => exports2.WorkloadIdentityDetails$, () => exports2.AgentRuntimeArtifact$, () => exports2.ProtocolConfiguration$, [() => EnvironmentVariablesMap, 0], () => exports2.AuthorizerConfiguration$, () => exports2.RequestHeaderConfiguration$, () => exports2.RuntimeMetadataConfiguration
|
|
110180
|
+
[_aRA, _aRN, _aRI, _aRV, _cA, _lUA, _rA, _nC, _st, _lC, _fR, _d, _wID, _aRAg, _pC, _eV, _aC, _rHC, _mC, _fC],
|
|
110181
|
+
[0, 0, 0, 0, 5, 5, 0, () => exports2.NetworkConfiguration$, 0, () => exports2.LifecycleConfiguration$, 0, [() => Description, 0], () => exports2.WorkloadIdentityDetails$, () => exports2.AgentRuntimeArtifact$, () => exports2.ProtocolConfiguration$, [() => EnvironmentVariablesMap, 0], () => exports2.AuthorizerConfiguration$, () => exports2.RequestHeaderConfiguration$, () => exports2.RuntimeMetadataConfiguration$, () => FilesystemConfigurations],
|
|
110089
110182
|
10
|
|
110090
110183
|
];
|
|
110091
110184
|
exports2.GetApiKeyCredentialProviderRequest$ = [
|
|
@@ -110481,6 +110574,15 @@ var require_schemas_02 = __commonJS({
|
|
|
110481
110574
|
[0, 0],
|
|
110482
110575
|
1
|
|
110483
110576
|
];
|
|
110577
|
+
exports2.LambdaEvaluatorConfig$ = [
|
|
110578
|
+
3,
|
|
110579
|
+
n06,
|
|
110580
|
+
_LEC,
|
|
110581
|
+
0,
|
|
110582
|
+
[_lA, _lTIS],
|
|
110583
|
+
[0, 1],
|
|
110584
|
+
1
|
|
110585
|
+
];
|
|
110484
110586
|
exports2.LambdaInterceptorConfiguration$ = [
|
|
110485
110587
|
3,
|
|
110486
110588
|
n06,
|
|
@@ -110591,8 +110693,8 @@ var require_schemas_02 = __commonJS({
|
|
|
110591
110693
|
n06,
|
|
110592
110694
|
_LBPR,
|
|
110593
110695
|
0,
|
|
110594
|
-
[_mR, _nTe],
|
|
110595
|
-
[[1, { [_hQ2]: _mR }], [0, { [_hQ2]: _nTe }]]
|
|
110696
|
+
[_mR, _nTe, _n],
|
|
110697
|
+
[[1, { [_hQ2]: _mR }], [0, { [_hQ2]: _nTe }], 0]
|
|
110596
110698
|
];
|
|
110597
110699
|
exports2.ListBrowserProfilesResponse$ = [
|
|
110598
110700
|
3,
|
|
@@ -111301,6 +111403,15 @@ var require_schemas_02 = __commonJS({
|
|
|
111301
111403
|
[1],
|
|
111302
111404
|
1
|
|
111303
111405
|
];
|
|
111406
|
+
exports2.SessionStorageConfiguration$ = [
|
|
111407
|
+
3,
|
|
111408
|
+
n06,
|
|
111409
|
+
_SSC,
|
|
111410
|
+
0,
|
|
111411
|
+
[_mP],
|
|
111412
|
+
[0],
|
|
111413
|
+
1
|
|
111414
|
+
];
|
|
111304
111415
|
exports2.SetTokenVaultCMKRequest$ = [
|
|
111305
111416
|
3,
|
|
111306
111417
|
n06,
|
|
@@ -111531,8 +111642,8 @@ var require_schemas_02 = __commonJS({
|
|
|
111531
111642
|
n06,
|
|
111532
111643
|
_UARR,
|
|
111533
111644
|
0,
|
|
111534
|
-
[_aRI, _aRAg, _rA, _nC, _d, _aC, _rHC, _pC, _lC, _mC, _eV, _cTl],
|
|
111535
|
-
[[0, 1], () => exports2.AgentRuntimeArtifact$, 0, () => exports2.NetworkConfiguration$, [() => Description, 0], () => exports2.AuthorizerConfiguration$, () => exports2.RequestHeaderConfiguration$, () => exports2.ProtocolConfiguration$, () => exports2.LifecycleConfiguration$, () => exports2.RuntimeMetadataConfiguration$, [() => EnvironmentVariablesMap, 0], [0, 4]],
|
|
111645
|
+
[_aRI, _aRAg, _rA, _nC, _d, _aC, _rHC, _pC, _lC, _mC, _eV, _fC, _cTl],
|
|
111646
|
+
[[0, 1], () => exports2.AgentRuntimeArtifact$, 0, () => exports2.NetworkConfiguration$, [() => Description, 0], () => exports2.AuthorizerConfiguration$, () => exports2.RequestHeaderConfiguration$, () => exports2.ProtocolConfiguration$, () => exports2.LifecycleConfiguration$, () => exports2.RuntimeMetadataConfiguration$, [() => EnvironmentVariablesMap, 0], () => FilesystemConfigurations, [0, 4]],
|
|
111536
111647
|
4
|
|
111537
111648
|
];
|
|
111538
111649
|
exports2.UpdateAgentRuntimeResponse$ = [
|
|
@@ -111967,6 +112078,13 @@ var require_schemas_02 = __commonJS({
|
|
|
111967
112078
|
0
|
|
111968
112079
|
]
|
|
111969
112080
|
];
|
|
112081
|
+
var FilesystemConfigurations = [
|
|
112082
|
+
1,
|
|
112083
|
+
n06,
|
|
112084
|
+
_FC,
|
|
112085
|
+
0,
|
|
112086
|
+
() => exports2.FilesystemConfiguration$
|
|
112087
|
+
];
|
|
111970
112088
|
var FilterList = [
|
|
111971
112089
|
1,
|
|
111972
112090
|
n06,
|
|
@@ -112254,6 +112372,14 @@ var require_schemas_02 = __commonJS({
|
|
|
112254
112372
|
[_s_],
|
|
112255
112373
|
[() => exports2.S3Location$]
|
|
112256
112374
|
];
|
|
112375
|
+
exports2.CodeBasedEvaluatorConfig$ = [
|
|
112376
|
+
4,
|
|
112377
|
+
n06,
|
|
112378
|
+
_CBEC,
|
|
112379
|
+
0,
|
|
112380
|
+
[_lCa],
|
|
112381
|
+
[() => exports2.LambdaEvaluatorConfig$]
|
|
112382
|
+
];
|
|
112257
112383
|
exports2.ConsolidationConfiguration$ = [
|
|
112258
112384
|
4,
|
|
112259
112385
|
n06,
|
|
@@ -112347,8 +112473,8 @@ var require_schemas_02 = __commonJS({
|
|
|
112347
112473
|
n06,
|
|
112348
112474
|
_EC,
|
|
112349
112475
|
0,
|
|
112350
|
-
[_lAAJ],
|
|
112351
|
-
[[() => exports2.LlmAsAJudgeEvaluatorConfig$, 0]]
|
|
112476
|
+
[_lAAJ, _cB],
|
|
112477
|
+
[[() => exports2.LlmAsAJudgeEvaluatorConfig$, 0], () => exports2.CodeBasedEvaluatorConfig$]
|
|
112352
112478
|
];
|
|
112353
112479
|
exports2.EvaluatorModelConfig$ = [
|
|
112354
112480
|
4,
|
|
@@ -112374,6 +112500,14 @@ var require_schemas_02 = __commonJS({
|
|
|
112374
112500
|
[_cEC],
|
|
112375
112501
|
[[() => exports2.CustomExtractionConfiguration$, 0]]
|
|
112376
112502
|
];
|
|
112503
|
+
exports2.FilesystemConfiguration$ = [
|
|
112504
|
+
4,
|
|
112505
|
+
n06,
|
|
112506
|
+
_FCi,
|
|
112507
|
+
0,
|
|
112508
|
+
[_sSe],
|
|
112509
|
+
[() => exports2.SessionStorageConfiguration$]
|
|
112510
|
+
];
|
|
112377
112511
|
exports2.FilterValue$ = [
|
|
112378
112512
|
4,
|
|
112379
112513
|
n06,
|
|
@@ -113247,7 +113381,7 @@ var require_runtimeConfig_shared2 = __commonJS({
|
|
|
113247
113381
|
"use strict";
|
|
113248
113382
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
113249
113383
|
exports2.getRuntimeConfig = void 0;
|
|
113250
|
-
var
|
|
113384
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
113251
113385
|
var protocols_1 = (init_protocols2(), __toCommonJS(protocols_exports2));
|
|
113252
113386
|
var smithy_client_1 = require_dist_cjs25();
|
|
113253
113387
|
var url_parser_1 = require_dist_cjs18();
|
|
@@ -113269,7 +113403,7 @@ var require_runtimeConfig_shared2 = __commonJS({
|
|
|
113269
113403
|
{
|
|
113270
113404
|
schemeId: "aws.auth#sigv4",
|
|
113271
113405
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4"), "identityProvider"),
|
|
113272
|
-
signer: new
|
|
113406
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
113273
113407
|
}
|
|
113274
113408
|
],
|
|
113275
113409
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
@@ -113298,7 +113432,8 @@ var require_runtimeConfig2 = __commonJS({
|
|
|
113298
113432
|
exports2.getRuntimeConfig = void 0;
|
|
113299
113433
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
113300
113434
|
var package_json_1 = tslib_1.__importDefault(require_package2());
|
|
113301
|
-
var
|
|
113435
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
113436
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
113302
113437
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
113303
113438
|
var util_user_agent_node_1 = require_dist_cjs41();
|
|
113304
113439
|
var config_resolver_1 = require_dist_cjs31();
|
|
@@ -113316,7 +113451,7 @@ var require_runtimeConfig2 = __commonJS({
|
|
|
113316
113451
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
113317
113452
|
const defaultConfigProvider = /* @__PURE__ */ __name(() => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode), "defaultConfigProvider");
|
|
113318
113453
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
113319
|
-
(0,
|
|
113454
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
113320
113455
|
const loaderConfig = {
|
|
113321
113456
|
profile: config?.profile,
|
|
113322
113457
|
logger: clientSharedValues.logger
|
|
@@ -113326,7 +113461,7 @@ var require_runtimeConfig2 = __commonJS({
|
|
|
113326
113461
|
...config,
|
|
113327
113462
|
runtime: "node",
|
|
113328
113463
|
defaultsMode,
|
|
113329
|
-
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),
|
|
113330
113465
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
113331
113466
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
113332
113467
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -114770,6 +114905,7 @@ var require_dist_cjs55 = __commonJS({
|
|
|
114770
114905
|
};
|
|
114771
114906
|
var EvaluatorType = {
|
|
114772
114907
|
BUILTIN: "Builtin",
|
|
114908
|
+
CODE: "CustomCode",
|
|
114773
114909
|
CUSTOM: "Custom"
|
|
114774
114910
|
};
|
|
114775
114911
|
var AuthorizerType = {
|
|
@@ -115161,7 +115297,7 @@ var require_httpAuthSchemeProvider3 = __commonJS({
|
|
|
115161
115297
|
"use strict";
|
|
115162
115298
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
115163
115299
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultCloudControlHttpAuthSchemeProvider = exports2.defaultCloudControlHttpAuthSchemeParametersProvider = void 0;
|
|
115164
|
-
var
|
|
115300
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
115165
115301
|
var util_middleware_1 = require_dist_cjs6();
|
|
115166
115302
|
var defaultCloudControlHttpAuthSchemeParametersProvider = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
115167
115303
|
return {
|
|
@@ -115199,7 +115335,7 @@ var require_httpAuthSchemeProvider3 = __commonJS({
|
|
|
115199
115335
|
}, "defaultCloudControlHttpAuthSchemeProvider");
|
|
115200
115336
|
exports2.defaultCloudControlHttpAuthSchemeProvider = defaultCloudControlHttpAuthSchemeProvider;
|
|
115201
115337
|
var resolveHttpAuthSchemeConfig6 = /* @__PURE__ */ __name((config) => {
|
|
115202
|
-
const config_0 = (0,
|
|
115338
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
115203
115339
|
return Object.assign(config_0, {
|
|
115204
115340
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? [])
|
|
115205
115341
|
});
|
|
@@ -115214,7 +115350,7 @@ var require_package3 = __commonJS({
|
|
|
115214
115350
|
module2.exports = {
|
|
115215
115351
|
name: "@aws-sdk/client-cloudcontrol",
|
|
115216
115352
|
description: "AWS SDK for JavaScript Cloudcontrol Client for Node.js, Browser and React Native",
|
|
115217
|
-
version: "3.
|
|
115353
|
+
version: "3.1019.0",
|
|
115218
115354
|
scripts: {
|
|
115219
115355
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
115220
115356
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudcontrol",
|
|
@@ -115234,17 +115370,17 @@ var require_package3 = __commonJS({
|
|
|
115234
115370
|
dependencies: {
|
|
115235
115371
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
115236
115372
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
115237
|
-
"@aws-sdk/core": "^3.973.
|
|
115238
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
115373
|
+
"@aws-sdk/core": "^3.973.25",
|
|
115374
|
+
"@aws-sdk/credential-provider-node": "^3.972.27",
|
|
115239
115375
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
115240
115376
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
115241
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
115242
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
115243
|
-
"@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",
|
|
115244
115380
|
"@aws-sdk/types": "^3.973.6",
|
|
115245
115381
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
115246
115382
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
115247
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
115383
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
115248
115384
|
"@smithy/config-resolver": "^4.4.13",
|
|
115249
115385
|
"@smithy/core": "^3.23.12",
|
|
115250
115386
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
@@ -116350,7 +116486,7 @@ var require_runtimeConfig_shared3 = __commonJS({
|
|
|
116350
116486
|
"use strict";
|
|
116351
116487
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
116352
116488
|
exports2.getRuntimeConfig = void 0;
|
|
116353
|
-
var
|
|
116489
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
116354
116490
|
var protocols_1 = (init_protocols2(), __toCommonJS(protocols_exports2));
|
|
116355
116491
|
var smithy_client_1 = require_dist_cjs25();
|
|
116356
116492
|
var url_parser_1 = require_dist_cjs18();
|
|
@@ -116372,7 +116508,7 @@ var require_runtimeConfig_shared3 = __commonJS({
|
|
|
116372
116508
|
{
|
|
116373
116509
|
schemeId: "aws.auth#sigv4",
|
|
116374
116510
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4"), "identityProvider"),
|
|
116375
|
-
signer: new
|
|
116511
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
116376
116512
|
}
|
|
116377
116513
|
],
|
|
116378
116514
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
@@ -116401,7 +116537,8 @@ var require_runtimeConfig3 = __commonJS({
|
|
|
116401
116537
|
exports2.getRuntimeConfig = void 0;
|
|
116402
116538
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
116403
116539
|
var package_json_1 = tslib_1.__importDefault(require_package3());
|
|
116404
|
-
var
|
|
116540
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
116541
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
116405
116542
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
116406
116543
|
var util_user_agent_node_1 = require_dist_cjs41();
|
|
116407
116544
|
var config_resolver_1 = require_dist_cjs31();
|
|
@@ -116419,7 +116556,7 @@ var require_runtimeConfig3 = __commonJS({
|
|
|
116419
116556
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
116420
116557
|
const defaultConfigProvider = /* @__PURE__ */ __name(() => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode), "defaultConfigProvider");
|
|
116421
116558
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
116422
|
-
(0,
|
|
116559
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
116423
116560
|
const loaderConfig = {
|
|
116424
116561
|
profile: config?.profile,
|
|
116425
116562
|
logger: clientSharedValues.logger
|
|
@@ -116429,7 +116566,7 @@ var require_runtimeConfig3 = __commonJS({
|
|
|
116429
116566
|
...config,
|
|
116430
116567
|
runtime: "node",
|
|
116431
116568
|
defaultsMode,
|
|
116432
|
-
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),
|
|
116433
116570
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
116434
116571
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
116435
116572
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -116767,7 +116904,7 @@ var require_httpAuthSchemeProvider4 = __commonJS({
|
|
|
116767
116904
|
"use strict";
|
|
116768
116905
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
116769
116906
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultCloudFormationHttpAuthSchemeProvider = exports2.defaultCloudFormationHttpAuthSchemeParametersProvider = void 0;
|
|
116770
|
-
var
|
|
116907
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
116771
116908
|
var util_middleware_1 = require_dist_cjs6();
|
|
116772
116909
|
var defaultCloudFormationHttpAuthSchemeParametersProvider = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
116773
116910
|
return {
|
|
@@ -116805,7 +116942,7 @@ var require_httpAuthSchemeProvider4 = __commonJS({
|
|
|
116805
116942
|
}, "defaultCloudFormationHttpAuthSchemeProvider");
|
|
116806
116943
|
exports2.defaultCloudFormationHttpAuthSchemeProvider = defaultCloudFormationHttpAuthSchemeProvider;
|
|
116807
116944
|
var resolveHttpAuthSchemeConfig6 = /* @__PURE__ */ __name((config) => {
|
|
116808
|
-
const config_0 = (0,
|
|
116945
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
116809
116946
|
return Object.assign(config_0, {
|
|
116810
116947
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? [])
|
|
116811
116948
|
});
|
|
@@ -116820,7 +116957,7 @@ var require_package4 = __commonJS({
|
|
|
116820
116957
|
module2.exports = {
|
|
116821
116958
|
name: "@aws-sdk/client-cloudformation",
|
|
116822
116959
|
description: "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native",
|
|
116823
|
-
version: "3.
|
|
116960
|
+
version: "3.1019.0",
|
|
116824
116961
|
scripts: {
|
|
116825
116962
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
116826
116963
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudformation",
|
|
@@ -116842,17 +116979,17 @@ var require_package4 = __commonJS({
|
|
|
116842
116979
|
dependencies: {
|
|
116843
116980
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
116844
116981
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
116845
|
-
"@aws-sdk/core": "^3.973.
|
|
116846
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
116982
|
+
"@aws-sdk/core": "^3.973.25",
|
|
116983
|
+
"@aws-sdk/credential-provider-node": "^3.972.27",
|
|
116847
116984
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
116848
116985
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
116849
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
116850
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
116851
|
-
"@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",
|
|
116852
116989
|
"@aws-sdk/types": "^3.973.6",
|
|
116853
116990
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
116854
116991
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
116855
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
116992
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
116856
116993
|
"@smithy/config-resolver": "^4.4.13",
|
|
116857
116994
|
"@smithy/core": "^3.23.12",
|
|
116858
116995
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
@@ -121926,7 +122063,7 @@ var require_runtimeConfig_shared4 = __commonJS({
|
|
|
121926
122063
|
"use strict";
|
|
121927
122064
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
121928
122065
|
exports2.getRuntimeConfig = void 0;
|
|
121929
|
-
var
|
|
122066
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
121930
122067
|
var protocols_1 = (init_protocols2(), __toCommonJS(protocols_exports2));
|
|
121931
122068
|
var smithy_client_1 = require_dist_cjs25();
|
|
121932
122069
|
var url_parser_1 = require_dist_cjs18();
|
|
@@ -121948,7 +122085,7 @@ var require_runtimeConfig_shared4 = __commonJS({
|
|
|
121948
122085
|
{
|
|
121949
122086
|
schemeId: "aws.auth#sigv4",
|
|
121950
122087
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4"), "identityProvider"),
|
|
121951
|
-
signer: new
|
|
122088
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
121952
122089
|
}
|
|
121953
122090
|
],
|
|
121954
122091
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
@@ -121978,7 +122115,8 @@ var require_runtimeConfig4 = __commonJS({
|
|
|
121978
122115
|
exports2.getRuntimeConfig = void 0;
|
|
121979
122116
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
121980
122117
|
var package_json_1 = tslib_1.__importDefault(require_package4());
|
|
121981
|
-
var
|
|
122118
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
122119
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
121982
122120
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
121983
122121
|
var util_user_agent_node_1 = require_dist_cjs41();
|
|
121984
122122
|
var config_resolver_1 = require_dist_cjs31();
|
|
@@ -121996,7 +122134,7 @@ var require_runtimeConfig4 = __commonJS({
|
|
|
121996
122134
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
121997
122135
|
const defaultConfigProvider = /* @__PURE__ */ __name(() => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode), "defaultConfigProvider");
|
|
121998
122136
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
121999
|
-
(0,
|
|
122137
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
122000
122138
|
const loaderConfig = {
|
|
122001
122139
|
profile: config?.profile,
|
|
122002
122140
|
logger: clientSharedValues.logger
|
|
@@ -122006,7 +122144,7 @@ var require_runtimeConfig4 = __commonJS({
|
|
|
122006
122144
|
...config,
|
|
122007
122145
|
runtime: "node",
|
|
122008
122146
|
defaultsMode,
|
|
122009
|
-
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),
|
|
122010
122148
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
122011
122149
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
122012
122150
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -124576,7 +124714,7 @@ var require_httpAuthSchemeProvider5 = __commonJS({
|
|
|
124576
124714
|
"use strict";
|
|
124577
124715
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
124578
124716
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultCloudWatchLogsHttpAuthSchemeProvider = exports2.defaultCloudWatchLogsHttpAuthSchemeParametersProvider = void 0;
|
|
124579
|
-
var
|
|
124717
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
124580
124718
|
var util_middleware_1 = require_dist_cjs6();
|
|
124581
124719
|
var defaultCloudWatchLogsHttpAuthSchemeParametersProvider = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
124582
124720
|
return {
|
|
@@ -124614,7 +124752,7 @@ var require_httpAuthSchemeProvider5 = __commonJS({
|
|
|
124614
124752
|
}, "defaultCloudWatchLogsHttpAuthSchemeProvider");
|
|
124615
124753
|
exports2.defaultCloudWatchLogsHttpAuthSchemeProvider = defaultCloudWatchLogsHttpAuthSchemeProvider;
|
|
124616
124754
|
var resolveHttpAuthSchemeConfig6 = /* @__PURE__ */ __name((config) => {
|
|
124617
|
-
const config_0 = (0,
|
|
124755
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
124618
124756
|
return Object.assign(config_0, {
|
|
124619
124757
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? [])
|
|
124620
124758
|
});
|
|
@@ -124629,7 +124767,7 @@ var require_package5 = __commonJS({
|
|
|
124629
124767
|
module2.exports = {
|
|
124630
124768
|
name: "@aws-sdk/client-cloudwatch-logs",
|
|
124631
124769
|
description: "AWS SDK for JavaScript Cloudwatch Logs Client for Node.js, Browser and React Native",
|
|
124632
|
-
version: "3.
|
|
124770
|
+
version: "3.1019.0",
|
|
124633
124771
|
scripts: {
|
|
124634
124772
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
124635
124773
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudwatch-logs",
|
|
@@ -124655,17 +124793,17 @@ var require_package5 = __commonJS({
|
|
|
124655
124793
|
dependencies: {
|
|
124656
124794
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
124657
124795
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
124658
|
-
"@aws-sdk/core": "^3.973.
|
|
124659
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
124796
|
+
"@aws-sdk/core": "^3.973.25",
|
|
124797
|
+
"@aws-sdk/credential-provider-node": "^3.972.27",
|
|
124660
124798
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
124661
124799
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
124662
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
124663
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
124664
|
-
"@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",
|
|
124665
124803
|
"@aws-sdk/types": "^3.973.6",
|
|
124666
124804
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
124667
124805
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
124668
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
124806
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
124669
124807
|
"@smithy/config-resolver": "^4.4.13",
|
|
124670
124808
|
"@smithy/core": "^3.23.12",
|
|
124671
124809
|
"@smithy/eventstream-serde-browser": "^4.2.12",
|
|
@@ -126370,10 +126508,10 @@ var require_schemas_05 = __commonJS({
|
|
|
126370
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;
|
|
126371
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;
|
|
126372
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;
|
|
126373
|
-
exports2.
|
|
126374
|
-
exports2.
|
|
126375
|
-
exports2.
|
|
126376
|
-
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;
|
|
126377
126515
|
var _A2 = "Anomaly";
|
|
126378
126516
|
var _AD = "AnomalyDetector";
|
|
126379
126517
|
var _ADE3 = "AccessDeniedException";
|
|
@@ -126766,6 +126904,8 @@ var require_schemas_05 = __commonJS({
|
|
|
126766
126904
|
var _QDL = "QueryDefinitionList";
|
|
126767
126905
|
var _QI = "QueryInfo";
|
|
126768
126906
|
var _QIL = "QueryInfoList";
|
|
126907
|
+
var _QP = "QueryParameter";
|
|
126908
|
+
var _QPL = "QueryParameterList";
|
|
126769
126909
|
var _QR = "QueryResults";
|
|
126770
126910
|
var _QS = "QueryStatistics";
|
|
126771
126911
|
var _RAEE = "ResourceAlreadyExistsException";
|
|
@@ -127101,6 +127241,7 @@ var require_schemas_05 = __commonJS({
|
|
|
127101
127241
|
var _nP = "networkPolicy";
|
|
127102
127242
|
var _nST = "nextSequenceToken";
|
|
127103
127243
|
var _nT = "nextToken";
|
|
127244
|
+
var _oAI = "ownerAccountId";
|
|
127104
127245
|
var _oB = "orderBy";
|
|
127105
127246
|
var _oF = "outputFormat";
|
|
127106
127247
|
var _oIE = "overwriteIfExists";
|
|
@@ -127125,6 +127266,7 @@ var require_schemas_05 = __commonJS({
|
|
|
127125
127266
|
var _pTa = "patternTokens";
|
|
127126
127267
|
var _pVPC = "parseVPC";
|
|
127127
127268
|
var _pWAF = "parseWAF";
|
|
127269
|
+
var _pa = "parameters";
|
|
127128
127270
|
var _pe = "percent";
|
|
127129
127271
|
var _po = "policy";
|
|
127130
127272
|
var _q = "queries";
|
|
@@ -129407,8 +129549,8 @@ var require_schemas_05 = __commonJS({
|
|
|
129407
129549
|
n06,
|
|
129408
129550
|
_PQDR,
|
|
129409
129551
|
0,
|
|
129410
|
-
[_n, _qS, _qL, _qDI, _lGNo, _cTl],
|
|
129411
|
-
[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],
|
|
129412
129554
|
2
|
|
129413
129555
|
];
|
|
129414
129556
|
exports2.PutQueryDefinitionResponse$ = [
|
|
@@ -129483,8 +129625,8 @@ var require_schemas_05 = __commonJS({
|
|
|
129483
129625
|
n06,
|
|
129484
129626
|
_QD,
|
|
129485
129627
|
0,
|
|
129486
|
-
[_qL, _qDI, _n, _qS, _lM, _lGNo],
|
|
129487
|
-
[0, 0, 0, 0, 1, 64 | 0]
|
|
129628
|
+
[_qL, _qDI, _n, _qS, _lM, _lGNo, _pa],
|
|
129629
|
+
[0, 0, 0, 0, 1, 64 | 0, () => QueryParameterList]
|
|
129488
129630
|
];
|
|
129489
129631
|
exports2.QueryInfo$ = [
|
|
129490
129632
|
3,
|
|
@@ -129494,6 +129636,15 @@ var require_schemas_05 = __commonJS({
|
|
|
129494
129636
|
[_qL, _qI, _qS, _sta, _cTr, _lGN],
|
|
129495
129637
|
[0, 0, 0, 0, 1, 0]
|
|
129496
129638
|
];
|
|
129639
|
+
exports2.QueryParameter$ = [
|
|
129640
|
+
3,
|
|
129641
|
+
n06,
|
|
129642
|
+
_QP,
|
|
129643
|
+
0,
|
|
129644
|
+
[_n, _dV, _d],
|
|
129645
|
+
[0, 0, 0],
|
|
129646
|
+
1
|
|
129647
|
+
];
|
|
129497
129648
|
exports2.QueryStatistics$ = [
|
|
129498
129649
|
3,
|
|
129499
129650
|
n06,
|
|
@@ -129566,8 +129717,8 @@ var require_schemas_05 = __commonJS({
|
|
|
129566
129717
|
n06,
|
|
129567
129718
|
_SC,
|
|
129568
129719
|
0,
|
|
129569
|
-
[_dI, _rAo],
|
|
129570
|
-
[0, 0],
|
|
129720
|
+
[_dI, _rAo, _oAI, _kKI],
|
|
129721
|
+
[0, 0, 0, 0],
|
|
129571
129722
|
2
|
|
129572
129723
|
];
|
|
129573
129724
|
exports2.S3DeliveryConfiguration$ = [
|
|
@@ -130176,6 +130327,13 @@ var require_schemas_05 = __commonJS({
|
|
|
130176
130327
|
0,
|
|
130177
130328
|
() => exports2.QueryInfo$
|
|
130178
130329
|
];
|
|
130330
|
+
var QueryParameterList = [
|
|
130331
|
+
1,
|
|
130332
|
+
n06,
|
|
130333
|
+
_QPL,
|
|
130334
|
+
0,
|
|
130335
|
+
() => exports2.QueryParameter$
|
|
130336
|
+
];
|
|
130179
130337
|
var QueryResults = [
|
|
130180
130338
|
1,
|
|
130181
130339
|
n06,
|
|
@@ -131197,7 +131355,7 @@ var require_runtimeConfig_shared5 = __commonJS({
|
|
|
131197
131355
|
"use strict";
|
|
131198
131356
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
131199
131357
|
exports2.getRuntimeConfig = void 0;
|
|
131200
|
-
var
|
|
131358
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
131201
131359
|
var protocols_1 = (init_protocols2(), __toCommonJS(protocols_exports2));
|
|
131202
131360
|
var smithy_client_1 = require_dist_cjs25();
|
|
131203
131361
|
var url_parser_1 = require_dist_cjs18();
|
|
@@ -131219,7 +131377,7 @@ var require_runtimeConfig_shared5 = __commonJS({
|
|
|
131219
131377
|
{
|
|
131220
131378
|
schemeId: "aws.auth#sigv4",
|
|
131221
131379
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4"), "identityProvider"),
|
|
131222
|
-
signer: new
|
|
131380
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
131223
131381
|
}
|
|
131224
131382
|
],
|
|
131225
131383
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
@@ -131249,7 +131407,8 @@ var require_runtimeConfig5 = __commonJS({
|
|
|
131249
131407
|
exports2.getRuntimeConfig = void 0;
|
|
131250
131408
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
131251
131409
|
var package_json_1 = tslib_1.__importDefault(require_package5());
|
|
131252
|
-
var
|
|
131410
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
131411
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
131253
131412
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
131254
131413
|
var util_user_agent_node_1 = require_dist_cjs41();
|
|
131255
131414
|
var config_resolver_1 = require_dist_cjs31();
|
|
@@ -131268,7 +131427,7 @@ var require_runtimeConfig5 = __commonJS({
|
|
|
131268
131427
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
131269
131428
|
const defaultConfigProvider = /* @__PURE__ */ __name(() => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode), "defaultConfigProvider");
|
|
131270
131429
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
131271
|
-
(0,
|
|
131430
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
131272
131431
|
const loaderConfig = {
|
|
131273
131432
|
profile: config?.profile,
|
|
131274
131433
|
logger: clientSharedValues.logger
|
|
@@ -131278,7 +131437,7 @@ var require_runtimeConfig5 = __commonJS({
|
|
|
131278
131437
|
...config,
|
|
131279
131438
|
runtime: "node",
|
|
131280
131439
|
defaultsMode,
|
|
131281
|
-
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),
|
|
131282
131441
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
131283
131442
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
131284
131443
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -132747,7 +132906,7 @@ var require_httpAuthSchemeProvider6 = __commonJS({
|
|
|
132747
132906
|
"use strict";
|
|
132748
132907
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
132749
132908
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultCodeBuildHttpAuthSchemeProvider = exports2.defaultCodeBuildHttpAuthSchemeParametersProvider = void 0;
|
|
132750
|
-
var
|
|
132909
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
132751
132910
|
var util_middleware_1 = require_dist_cjs6();
|
|
132752
132911
|
var defaultCodeBuildHttpAuthSchemeParametersProvider = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
132753
132912
|
return {
|
|
@@ -132785,7 +132944,7 @@ var require_httpAuthSchemeProvider6 = __commonJS({
|
|
|
132785
132944
|
}, "defaultCodeBuildHttpAuthSchemeProvider");
|
|
132786
132945
|
exports2.defaultCodeBuildHttpAuthSchemeProvider = defaultCodeBuildHttpAuthSchemeProvider;
|
|
132787
132946
|
var resolveHttpAuthSchemeConfig6 = /* @__PURE__ */ __name((config) => {
|
|
132788
|
-
const config_0 = (0,
|
|
132947
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
132789
132948
|
return Object.assign(config_0, {
|
|
132790
132949
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? [])
|
|
132791
132950
|
});
|
|
@@ -132800,7 +132959,7 @@ var require_package6 = __commonJS({
|
|
|
132800
132959
|
module2.exports = {
|
|
132801
132960
|
name: "@aws-sdk/client-codebuild",
|
|
132802
132961
|
description: "AWS SDK for JavaScript Codebuild Client for Node.js, Browser and React Native",
|
|
132803
|
-
version: "3.
|
|
132962
|
+
version: "3.1019.0",
|
|
132804
132963
|
scripts: {
|
|
132805
132964
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
132806
132965
|
"build:cjs": "node ../../scripts/compilation/inline client-codebuild",
|
|
@@ -132820,17 +132979,17 @@ var require_package6 = __commonJS({
|
|
|
132820
132979
|
dependencies: {
|
|
132821
132980
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
132822
132981
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
132823
|
-
"@aws-sdk/core": "^3.973.
|
|
132824
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
132982
|
+
"@aws-sdk/core": "^3.973.25",
|
|
132983
|
+
"@aws-sdk/credential-provider-node": "^3.972.27",
|
|
132825
132984
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
132826
132985
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
132827
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
132828
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
132829
|
-
"@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",
|
|
132830
132989
|
"@aws-sdk/types": "^3.973.6",
|
|
132831
132990
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
132832
132991
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
132833
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
132992
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
132834
132993
|
"@smithy/config-resolver": "^4.4.13",
|
|
132835
132994
|
"@smithy/core": "^3.23.12",
|
|
132836
132995
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
@@ -136103,7 +136262,7 @@ var require_runtimeConfig_shared6 = __commonJS({
|
|
|
136103
136262
|
"use strict";
|
|
136104
136263
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
136105
136264
|
exports2.getRuntimeConfig = void 0;
|
|
136106
|
-
var
|
|
136265
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
136107
136266
|
var protocols_1 = (init_protocols2(), __toCommonJS(protocols_exports2));
|
|
136108
136267
|
var smithy_client_1 = require_dist_cjs25();
|
|
136109
136268
|
var url_parser_1 = require_dist_cjs18();
|
|
@@ -136125,7 +136284,7 @@ var require_runtimeConfig_shared6 = __commonJS({
|
|
|
136125
136284
|
{
|
|
136126
136285
|
schemeId: "aws.auth#sigv4",
|
|
136127
136286
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4"), "identityProvider"),
|
|
136128
|
-
signer: new
|
|
136287
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
136129
136288
|
}
|
|
136130
136289
|
],
|
|
136131
136290
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
@@ -136154,7 +136313,8 @@ var require_runtimeConfig6 = __commonJS({
|
|
|
136154
136313
|
exports2.getRuntimeConfig = void 0;
|
|
136155
136314
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
136156
136315
|
var package_json_1 = tslib_1.__importDefault(require_package6());
|
|
136157
|
-
var
|
|
136316
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
136317
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
136158
136318
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
136159
136319
|
var util_user_agent_node_1 = require_dist_cjs41();
|
|
136160
136320
|
var config_resolver_1 = require_dist_cjs31();
|
|
@@ -136172,7 +136332,7 @@ var require_runtimeConfig6 = __commonJS({
|
|
|
136172
136332
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
136173
136333
|
const defaultConfigProvider = /* @__PURE__ */ __name(() => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode), "defaultConfigProvider");
|
|
136174
136334
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
136175
|
-
(0,
|
|
136335
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
136176
136336
|
const loaderConfig = {
|
|
136177
136337
|
profile: config?.profile,
|
|
136178
136338
|
logger: clientSharedValues.logger
|
|
@@ -136182,7 +136342,7 @@ var require_runtimeConfig6 = __commonJS({
|
|
|
136182
136342
|
...config,
|
|
136183
136343
|
runtime: "node",
|
|
136184
136344
|
defaultsMode,
|
|
136185
|
-
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),
|
|
136186
136346
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
136187
136347
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
136188
136348
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -137310,7 +137470,7 @@ var require_httpAuthSchemeProvider7 = __commonJS({
|
|
|
137310
137470
|
"use strict";
|
|
137311
137471
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
137312
137472
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultEC2HttpAuthSchemeProvider = exports2.defaultEC2HttpAuthSchemeParametersProvider = void 0;
|
|
137313
|
-
var
|
|
137473
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
137314
137474
|
var util_middleware_1 = require_dist_cjs6();
|
|
137315
137475
|
var defaultEC2HttpAuthSchemeParametersProvider = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
137316
137476
|
return {
|
|
@@ -137348,7 +137508,7 @@ var require_httpAuthSchemeProvider7 = __commonJS({
|
|
|
137348
137508
|
}, "defaultEC2HttpAuthSchemeProvider");
|
|
137349
137509
|
exports2.defaultEC2HttpAuthSchemeProvider = defaultEC2HttpAuthSchemeProvider;
|
|
137350
137510
|
var resolveHttpAuthSchemeConfig6 = /* @__PURE__ */ __name((config) => {
|
|
137351
|
-
const config_0 = (0,
|
|
137511
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
137352
137512
|
return Object.assign(config_0, {
|
|
137353
137513
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? [])
|
|
137354
137514
|
});
|
|
@@ -137363,7 +137523,7 @@ var require_package7 = __commonJS({
|
|
|
137363
137523
|
module2.exports = {
|
|
137364
137524
|
name: "@aws-sdk/client-ec2",
|
|
137365
137525
|
description: "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
|
|
137366
|
-
version: "3.
|
|
137526
|
+
version: "3.1019.0",
|
|
137367
137527
|
scripts: {
|
|
137368
137528
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
137369
137529
|
"build:cjs": "node ../../scripts/compilation/inline client-ec2",
|
|
@@ -137387,18 +137547,18 @@ var require_package7 = __commonJS({
|
|
|
137387
137547
|
dependencies: {
|
|
137388
137548
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
137389
137549
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
137390
|
-
"@aws-sdk/core": "^3.973.
|
|
137391
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
137550
|
+
"@aws-sdk/core": "^3.973.25",
|
|
137551
|
+
"@aws-sdk/credential-provider-node": "^3.972.27",
|
|
137392
137552
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
137393
137553
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
137394
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
137554
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
137395
137555
|
"@aws-sdk/middleware-sdk-ec2": "^3.972.17",
|
|
137396
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
137397
|
-
"@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",
|
|
137398
137558
|
"@aws-sdk/types": "^3.973.6",
|
|
137399
137559
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
137400
137560
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
137401
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
137561
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
137402
137562
|
"@smithy/config-resolver": "^4.4.13",
|
|
137403
137563
|
"@smithy/core": "^3.23.12",
|
|
137404
137564
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
@@ -194972,7 +195132,7 @@ var require_runtimeConfig_shared7 = __commonJS({
|
|
|
194972
195132
|
"use strict";
|
|
194973
195133
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
194974
195134
|
exports2.getRuntimeConfig = void 0;
|
|
194975
|
-
var
|
|
195135
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
194976
195136
|
var protocols_1 = (init_protocols2(), __toCommonJS(protocols_exports2));
|
|
194977
195137
|
var smithy_client_1 = require_dist_cjs25();
|
|
194978
195138
|
var url_parser_1 = require_dist_cjs18();
|
|
@@ -194994,7 +195154,7 @@ var require_runtimeConfig_shared7 = __commonJS({
|
|
|
194994
195154
|
{
|
|
194995
195155
|
schemeId: "aws.auth#sigv4",
|
|
194996
195156
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4"), "identityProvider"),
|
|
194997
|
-
signer: new
|
|
195157
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
194998
195158
|
}
|
|
194999
195159
|
],
|
|
195000
195160
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
@@ -195024,7 +195184,8 @@ var require_runtimeConfig7 = __commonJS({
|
|
|
195024
195184
|
exports2.getRuntimeConfig = void 0;
|
|
195025
195185
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
195026
195186
|
var package_json_1 = tslib_1.__importDefault(require_package7());
|
|
195027
|
-
var
|
|
195187
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
195188
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
195028
195189
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
195029
195190
|
var util_user_agent_node_1 = require_dist_cjs41();
|
|
195030
195191
|
var config_resolver_1 = require_dist_cjs31();
|
|
@@ -195042,7 +195203,7 @@ var require_runtimeConfig7 = __commonJS({
|
|
|
195042
195203
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
195043
195204
|
const defaultConfigProvider = /* @__PURE__ */ __name(() => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode), "defaultConfigProvider");
|
|
195044
195205
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
195045
|
-
(0,
|
|
195206
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
195046
195207
|
const loaderConfig = {
|
|
195047
195208
|
profile: config?.profile,
|
|
195048
195209
|
logger: clientSharedValues.logger
|
|
@@ -195052,7 +195213,7 @@ var require_runtimeConfig7 = __commonJS({
|
|
|
195052
195213
|
...config,
|
|
195053
195214
|
runtime: "node",
|
|
195054
195215
|
defaultsMode,
|
|
195055
|
-
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),
|
|
195056
195217
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
195057
195218
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
195058
195219
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -209276,7 +209437,7 @@ var require_httpAuthSchemeProvider8 = __commonJS({
|
|
|
209276
209437
|
"use strict";
|
|
209277
209438
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
209278
209439
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultECRHttpAuthSchemeProvider = exports2.defaultECRHttpAuthSchemeParametersProvider = void 0;
|
|
209279
|
-
var
|
|
209440
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
209280
209441
|
var util_middleware_1 = require_dist_cjs6();
|
|
209281
209442
|
var defaultECRHttpAuthSchemeParametersProvider = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
209282
209443
|
return {
|
|
@@ -209314,7 +209475,7 @@ var require_httpAuthSchemeProvider8 = __commonJS({
|
|
|
209314
209475
|
}, "defaultECRHttpAuthSchemeProvider");
|
|
209315
209476
|
exports2.defaultECRHttpAuthSchemeProvider = defaultECRHttpAuthSchemeProvider;
|
|
209316
209477
|
var resolveHttpAuthSchemeConfig6 = /* @__PURE__ */ __name((config) => {
|
|
209317
|
-
const config_0 = (0,
|
|
209478
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
209318
209479
|
return Object.assign(config_0, {
|
|
209319
209480
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? [])
|
|
209320
209481
|
});
|
|
@@ -209329,7 +209490,7 @@ var require_package8 = __commonJS({
|
|
|
209329
209490
|
module2.exports = {
|
|
209330
209491
|
name: "@aws-sdk/client-ecr",
|
|
209331
209492
|
description: "AWS SDK for JavaScript Ecr Client for Node.js, Browser and React Native",
|
|
209332
|
-
version: "3.
|
|
209493
|
+
version: "3.1019.0",
|
|
209333
209494
|
scripts: {
|
|
209334
209495
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
209335
209496
|
"build:cjs": "node ../../scripts/compilation/inline client-ecr",
|
|
@@ -209351,17 +209512,17 @@ var require_package8 = __commonJS({
|
|
|
209351
209512
|
dependencies: {
|
|
209352
209513
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
209353
209514
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
209354
|
-
"@aws-sdk/core": "^3.973.
|
|
209355
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
209515
|
+
"@aws-sdk/core": "^3.973.25",
|
|
209516
|
+
"@aws-sdk/credential-provider-node": "^3.972.27",
|
|
209356
209517
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
209357
209518
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
209358
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
209359
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
209360
|
-
"@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",
|
|
209361
209522
|
"@aws-sdk/types": "^3.973.6",
|
|
209362
209523
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
209363
209524
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
209364
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
209525
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
209365
209526
|
"@smithy/config-resolver": "^4.4.13",
|
|
209366
209527
|
"@smithy/core": "^3.23.12",
|
|
209367
209528
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
@@ -213387,7 +213548,7 @@ var require_runtimeConfig_shared8 = __commonJS({
|
|
|
213387
213548
|
"use strict";
|
|
213388
213549
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
213389
213550
|
exports2.getRuntimeConfig = void 0;
|
|
213390
|
-
var
|
|
213551
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
213391
213552
|
var protocols_1 = (init_protocols2(), __toCommonJS(protocols_exports2));
|
|
213392
213553
|
var smithy_client_1 = require_dist_cjs25();
|
|
213393
213554
|
var url_parser_1 = require_dist_cjs18();
|
|
@@ -213409,7 +213570,7 @@ var require_runtimeConfig_shared8 = __commonJS({
|
|
|
213409
213570
|
{
|
|
213410
213571
|
schemeId: "aws.auth#sigv4",
|
|
213411
213572
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4"), "identityProvider"),
|
|
213412
|
-
signer: new
|
|
213573
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
213413
213574
|
}
|
|
213414
213575
|
],
|
|
213415
213576
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
@@ -213439,7 +213600,8 @@ var require_runtimeConfig8 = __commonJS({
|
|
|
213439
213600
|
exports2.getRuntimeConfig = void 0;
|
|
213440
213601
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
213441
213602
|
var package_json_1 = tslib_1.__importDefault(require_package8());
|
|
213442
|
-
var
|
|
213603
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
213604
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
213443
213605
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
213444
213606
|
var util_user_agent_node_1 = require_dist_cjs41();
|
|
213445
213607
|
var config_resolver_1 = require_dist_cjs31();
|
|
@@ -213457,7 +213619,7 @@ var require_runtimeConfig8 = __commonJS({
|
|
|
213457
213619
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
213458
213620
|
const defaultConfigProvider = /* @__PURE__ */ __name(() => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode), "defaultConfigProvider");
|
|
213459
213621
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
213460
|
-
(0,
|
|
213622
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
213461
213623
|
const loaderConfig = {
|
|
213462
213624
|
profile: config?.profile,
|
|
213463
213625
|
logger: clientSharedValues.logger
|
|
@@ -213467,7 +213629,7 @@ var require_runtimeConfig8 = __commonJS({
|
|
|
213467
213629
|
...config,
|
|
213468
213630
|
runtime: "node",
|
|
213469
213631
|
defaultsMode,
|
|
213470
|
-
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),
|
|
213471
213633
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
213472
213634
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
213473
213635
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -214446,7 +214608,7 @@ var require_httpAuthSchemeProvider9 = __commonJS({
|
|
|
214446
214608
|
"use strict";
|
|
214447
214609
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
214448
214610
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultECSHttpAuthSchemeProvider = exports2.defaultECSHttpAuthSchemeParametersProvider = void 0;
|
|
214449
|
-
var
|
|
214611
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
214450
214612
|
var util_middleware_1 = require_dist_cjs6();
|
|
214451
214613
|
var defaultECSHttpAuthSchemeParametersProvider = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
214452
214614
|
return {
|
|
@@ -214484,7 +214646,7 @@ var require_httpAuthSchemeProvider9 = __commonJS({
|
|
|
214484
214646
|
}, "defaultECSHttpAuthSchemeProvider");
|
|
214485
214647
|
exports2.defaultECSHttpAuthSchemeProvider = defaultECSHttpAuthSchemeProvider;
|
|
214486
214648
|
var resolveHttpAuthSchemeConfig6 = /* @__PURE__ */ __name((config) => {
|
|
214487
|
-
const config_0 = (0,
|
|
214649
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
214488
214650
|
return Object.assign(config_0, {
|
|
214489
214651
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? [])
|
|
214490
214652
|
});
|
|
@@ -214499,7 +214661,7 @@ var require_package9 = __commonJS({
|
|
|
214499
214661
|
module2.exports = {
|
|
214500
214662
|
name: "@aws-sdk/client-ecs",
|
|
214501
214663
|
description: "AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native",
|
|
214502
|
-
version: "3.
|
|
214664
|
+
version: "3.1019.0",
|
|
214503
214665
|
scripts: {
|
|
214504
214666
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
214505
214667
|
"build:cjs": "node ../../scripts/compilation/inline client-ecs",
|
|
@@ -214521,17 +214683,17 @@ var require_package9 = __commonJS({
|
|
|
214521
214683
|
dependencies: {
|
|
214522
214684
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
214523
214685
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
214524
|
-
"@aws-sdk/core": "^3.973.
|
|
214525
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
214686
|
+
"@aws-sdk/core": "^3.973.25",
|
|
214687
|
+
"@aws-sdk/credential-provider-node": "^3.972.27",
|
|
214526
214688
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
214527
214689
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
214528
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
214529
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
214530
|
-
"@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",
|
|
214531
214693
|
"@aws-sdk/types": "^3.973.6",
|
|
214532
214694
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
214533
214695
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
214534
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
214696
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
214535
214697
|
"@smithy/config-resolver": "^4.4.13",
|
|
214536
214698
|
"@smithy/core": "^3.23.12",
|
|
214537
214699
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
@@ -220030,7 +220192,7 @@ var require_runtimeConfig_shared9 = __commonJS({
|
|
|
220030
220192
|
"use strict";
|
|
220031
220193
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
220032
220194
|
exports2.getRuntimeConfig = void 0;
|
|
220033
|
-
var
|
|
220195
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
220034
220196
|
var protocols_1 = (init_protocols2(), __toCommonJS(protocols_exports2));
|
|
220035
220197
|
var smithy_client_1 = require_dist_cjs25();
|
|
220036
220198
|
var url_parser_1 = require_dist_cjs18();
|
|
@@ -220052,7 +220214,7 @@ var require_runtimeConfig_shared9 = __commonJS({
|
|
|
220052
220214
|
{
|
|
220053
220215
|
schemeId: "aws.auth#sigv4",
|
|
220054
220216
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4"), "identityProvider"),
|
|
220055
|
-
signer: new
|
|
220217
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
220056
220218
|
}
|
|
220057
220219
|
],
|
|
220058
220220
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
@@ -220082,7 +220244,8 @@ var require_runtimeConfig9 = __commonJS({
|
|
|
220082
220244
|
exports2.getRuntimeConfig = void 0;
|
|
220083
220245
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
220084
220246
|
var package_json_1 = tslib_1.__importDefault(require_package9());
|
|
220085
|
-
var
|
|
220247
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
220248
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
220086
220249
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
220087
220250
|
var util_user_agent_node_1 = require_dist_cjs41();
|
|
220088
220251
|
var config_resolver_1 = require_dist_cjs31();
|
|
@@ -220100,7 +220263,7 @@ var require_runtimeConfig9 = __commonJS({
|
|
|
220100
220263
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
220101
220264
|
const defaultConfigProvider = /* @__PURE__ */ __name(() => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode), "defaultConfigProvider");
|
|
220102
220265
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
220103
|
-
(0,
|
|
220266
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
220104
220267
|
const loaderConfig = {
|
|
220105
220268
|
profile: config?.profile,
|
|
220106
220269
|
logger: clientSharedValues.logger
|
|
@@ -220110,7 +220273,7 @@ var require_runtimeConfig9 = __commonJS({
|
|
|
220110
220273
|
...config,
|
|
220111
220274
|
runtime: "node",
|
|
220112
220275
|
defaultsMode,
|
|
220113
|
-
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),
|
|
220114
220277
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
220115
220278
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
220116
220279
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -221707,7 +221870,7 @@ var require_httpAuthSchemeProvider10 = __commonJS({
|
|
|
221707
221870
|
"use strict";
|
|
221708
221871
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
221709
221872
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultElasticLoadBalancingV2HttpAuthSchemeProvider = exports2.defaultElasticLoadBalancingV2HttpAuthSchemeParametersProvider = void 0;
|
|
221710
|
-
var
|
|
221873
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
221711
221874
|
var util_middleware_1 = require_dist_cjs6();
|
|
221712
221875
|
var defaultElasticLoadBalancingV2HttpAuthSchemeParametersProvider = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
221713
221876
|
return {
|
|
@@ -221745,7 +221908,7 @@ var require_httpAuthSchemeProvider10 = __commonJS({
|
|
|
221745
221908
|
}, "defaultElasticLoadBalancingV2HttpAuthSchemeProvider");
|
|
221746
221909
|
exports2.defaultElasticLoadBalancingV2HttpAuthSchemeProvider = defaultElasticLoadBalancingV2HttpAuthSchemeProvider;
|
|
221747
221910
|
var resolveHttpAuthSchemeConfig6 = /* @__PURE__ */ __name((config) => {
|
|
221748
|
-
const config_0 = (0,
|
|
221911
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
221749
221912
|
return Object.assign(config_0, {
|
|
221750
221913
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? [])
|
|
221751
221914
|
});
|
|
@@ -221760,7 +221923,7 @@ var require_package10 = __commonJS({
|
|
|
221760
221923
|
module2.exports = {
|
|
221761
221924
|
name: "@aws-sdk/client-elastic-load-balancing-v2",
|
|
221762
221925
|
description: "AWS SDK for JavaScript Elastic Load Balancing V2 Client for Node.js, Browser and React Native",
|
|
221763
|
-
version: "3.
|
|
221926
|
+
version: "3.1019.0",
|
|
221764
221927
|
scripts: {
|
|
221765
221928
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
221766
221929
|
"build:cjs": "node ../../scripts/compilation/inline client-elastic-load-balancing-v2",
|
|
@@ -221782,17 +221945,17 @@ var require_package10 = __commonJS({
|
|
|
221782
221945
|
dependencies: {
|
|
221783
221946
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
221784
221947
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
221785
|
-
"@aws-sdk/core": "^3.973.
|
|
221786
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
221948
|
+
"@aws-sdk/core": "^3.973.25",
|
|
221949
|
+
"@aws-sdk/credential-provider-node": "^3.972.27",
|
|
221787
221950
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
221788
221951
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
221789
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
221790
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
221791
|
-
"@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",
|
|
221792
221955
|
"@aws-sdk/types": "^3.973.6",
|
|
221793
221956
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
221794
221957
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
221795
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
221958
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
221796
221959
|
"@smithy/config-resolver": "^4.4.13",
|
|
221797
221960
|
"@smithy/core": "^3.23.12",
|
|
221798
221961
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
@@ -225939,7 +226102,7 @@ var require_runtimeConfig_shared10 = __commonJS({
|
|
|
225939
226102
|
"use strict";
|
|
225940
226103
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
225941
226104
|
exports2.getRuntimeConfig = void 0;
|
|
225942
|
-
var
|
|
226105
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
225943
226106
|
var protocols_1 = (init_protocols2(), __toCommonJS(protocols_exports2));
|
|
225944
226107
|
var smithy_client_1 = require_dist_cjs25();
|
|
225945
226108
|
var url_parser_1 = require_dist_cjs18();
|
|
@@ -225961,7 +226124,7 @@ var require_runtimeConfig_shared10 = __commonJS({
|
|
|
225961
226124
|
{
|
|
225962
226125
|
schemeId: "aws.auth#sigv4",
|
|
225963
226126
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4"), "identityProvider"),
|
|
225964
|
-
signer: new
|
|
226127
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
225965
226128
|
}
|
|
225966
226129
|
],
|
|
225967
226130
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
@@ -225991,7 +226154,8 @@ var require_runtimeConfig10 = __commonJS({
|
|
|
225991
226154
|
exports2.getRuntimeConfig = void 0;
|
|
225992
226155
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
225993
226156
|
var package_json_1 = tslib_1.__importDefault(require_package10());
|
|
225994
|
-
var
|
|
226157
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
226158
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
225995
226159
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
225996
226160
|
var util_user_agent_node_1 = require_dist_cjs41();
|
|
225997
226161
|
var config_resolver_1 = require_dist_cjs31();
|
|
@@ -226009,7 +226173,7 @@ var require_runtimeConfig10 = __commonJS({
|
|
|
226009
226173
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
226010
226174
|
const defaultConfigProvider = /* @__PURE__ */ __name(() => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode), "defaultConfigProvider");
|
|
226011
226175
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
226012
|
-
(0,
|
|
226176
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
226013
226177
|
const loaderConfig = {
|
|
226014
226178
|
profile: config?.profile,
|
|
226015
226179
|
logger: clientSharedValues.logger
|
|
@@ -226019,7 +226183,7 @@ var require_runtimeConfig10 = __commonJS({
|
|
|
226019
226183
|
...config,
|
|
226020
226184
|
runtime: "node",
|
|
226021
226185
|
defaultsMode,
|
|
226022
|
-
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),
|
|
226023
226187
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
226024
226188
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
226025
226189
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -227070,7 +227234,7 @@ var require_httpAuthSchemeProvider11 = __commonJS({
|
|
|
227070
227234
|
"use strict";
|
|
227071
227235
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
227072
227236
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultIAMHttpAuthSchemeProvider = exports2.defaultIAMHttpAuthSchemeParametersProvider = void 0;
|
|
227073
|
-
var
|
|
227237
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
227074
227238
|
var util_middleware_1 = require_dist_cjs6();
|
|
227075
227239
|
var defaultIAMHttpAuthSchemeParametersProvider = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
227076
227240
|
return {
|
|
@@ -227108,7 +227272,7 @@ var require_httpAuthSchemeProvider11 = __commonJS({
|
|
|
227108
227272
|
}, "defaultIAMHttpAuthSchemeProvider");
|
|
227109
227273
|
exports2.defaultIAMHttpAuthSchemeProvider = defaultIAMHttpAuthSchemeProvider;
|
|
227110
227274
|
var resolveHttpAuthSchemeConfig6 = /* @__PURE__ */ __name((config) => {
|
|
227111
|
-
const config_0 = (0,
|
|
227275
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
227112
227276
|
return Object.assign(config_0, {
|
|
227113
227277
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? [])
|
|
227114
227278
|
});
|
|
@@ -227123,7 +227287,7 @@ var require_package11 = __commonJS({
|
|
|
227123
227287
|
module2.exports = {
|
|
227124
227288
|
name: "@aws-sdk/client-iam",
|
|
227125
227289
|
description: "AWS SDK for JavaScript Iam Client for Node.js, Browser and React Native",
|
|
227126
|
-
version: "3.
|
|
227290
|
+
version: "3.1019.0",
|
|
227127
227291
|
scripts: {
|
|
227128
227292
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
227129
227293
|
"build:cjs": "node ../../scripts/compilation/inline client-iam",
|
|
@@ -227149,17 +227313,17 @@ var require_package11 = __commonJS({
|
|
|
227149
227313
|
dependencies: {
|
|
227150
227314
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
227151
227315
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
227152
|
-
"@aws-sdk/core": "^3.973.
|
|
227153
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
227316
|
+
"@aws-sdk/core": "^3.973.25",
|
|
227317
|
+
"@aws-sdk/credential-provider-node": "^3.972.27",
|
|
227154
227318
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
227155
227319
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
227156
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
227157
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
227158
|
-
"@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",
|
|
227159
227323
|
"@aws-sdk/types": "^3.973.6",
|
|
227160
227324
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
227161
227325
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
227162
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
227326
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
227163
227327
|
"@smithy/config-resolver": "^4.4.13",
|
|
227164
227328
|
"@smithy/core": "^3.23.12",
|
|
227165
227329
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
@@ -233568,7 +233732,7 @@ var require_runtimeConfig_shared11 = __commonJS({
|
|
|
233568
233732
|
"use strict";
|
|
233569
233733
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
233570
233734
|
exports2.getRuntimeConfig = void 0;
|
|
233571
|
-
var
|
|
233735
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
233572
233736
|
var protocols_1 = (init_protocols2(), __toCommonJS(protocols_exports2));
|
|
233573
233737
|
var smithy_client_1 = require_dist_cjs25();
|
|
233574
233738
|
var url_parser_1 = require_dist_cjs18();
|
|
@@ -233590,7 +233754,7 @@ var require_runtimeConfig_shared11 = __commonJS({
|
|
|
233590
233754
|
{
|
|
233591
233755
|
schemeId: "aws.auth#sigv4",
|
|
233592
233756
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4"), "identityProvider"),
|
|
233593
|
-
signer: new
|
|
233757
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
233594
233758
|
}
|
|
233595
233759
|
],
|
|
233596
233760
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
@@ -233620,7 +233784,8 @@ var require_runtimeConfig11 = __commonJS({
|
|
|
233620
233784
|
exports2.getRuntimeConfig = void 0;
|
|
233621
233785
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
233622
233786
|
var package_json_1 = tslib_1.__importDefault(require_package11());
|
|
233623
|
-
var
|
|
233787
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
233788
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
233624
233789
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
233625
233790
|
var util_user_agent_node_1 = require_dist_cjs41();
|
|
233626
233791
|
var config_resolver_1 = require_dist_cjs31();
|
|
@@ -233638,7 +233803,7 @@ var require_runtimeConfig11 = __commonJS({
|
|
|
233638
233803
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
233639
233804
|
const defaultConfigProvider = /* @__PURE__ */ __name(() => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode), "defaultConfigProvider");
|
|
233640
233805
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
233641
|
-
(0,
|
|
233806
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
233642
233807
|
const loaderConfig = {
|
|
233643
233808
|
profile: config?.profile,
|
|
233644
233809
|
logger: clientSharedValues.logger
|
|
@@ -233648,7 +233813,7 @@ var require_runtimeConfig11 = __commonJS({
|
|
|
233648
233813
|
...config,
|
|
233649
233814
|
runtime: "node",
|
|
233650
233815
|
defaultsMode,
|
|
233651
|
-
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),
|
|
233652
233817
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
233653
233818
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
233654
233819
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -235818,7 +235983,7 @@ var require_httpAuthSchemeProvider12 = __commonJS({
|
|
|
235818
235983
|
"use strict";
|
|
235819
235984
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
235820
235985
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultKMSHttpAuthSchemeProvider = exports2.defaultKMSHttpAuthSchemeParametersProvider = void 0;
|
|
235821
|
-
var
|
|
235986
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
235822
235987
|
var util_middleware_1 = require_dist_cjs6();
|
|
235823
235988
|
var defaultKMSHttpAuthSchemeParametersProvider = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
235824
235989
|
return {
|
|
@@ -235856,7 +236021,7 @@ var require_httpAuthSchemeProvider12 = __commonJS({
|
|
|
235856
236021
|
}, "defaultKMSHttpAuthSchemeProvider");
|
|
235857
236022
|
exports2.defaultKMSHttpAuthSchemeProvider = defaultKMSHttpAuthSchemeProvider;
|
|
235858
236023
|
var resolveHttpAuthSchemeConfig6 = /* @__PURE__ */ __name((config) => {
|
|
235859
|
-
const config_0 = (0,
|
|
236024
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
235860
236025
|
return Object.assign(config_0, {
|
|
235861
236026
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? [])
|
|
235862
236027
|
});
|
|
@@ -235871,7 +236036,7 @@ var require_package12 = __commonJS({
|
|
|
235871
236036
|
module2.exports = {
|
|
235872
236037
|
name: "@aws-sdk/client-kms",
|
|
235873
236038
|
description: "AWS SDK for JavaScript Kms Client for Node.js, Browser and React Native",
|
|
235874
|
-
version: "3.
|
|
236039
|
+
version: "3.1019.0",
|
|
235875
236040
|
scripts: {
|
|
235876
236041
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
235877
236042
|
"build:cjs": "node ../../scripts/compilation/inline client-kms",
|
|
@@ -235893,17 +236058,17 @@ var require_package12 = __commonJS({
|
|
|
235893
236058
|
dependencies: {
|
|
235894
236059
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
235895
236060
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
235896
|
-
"@aws-sdk/core": "^3.973.
|
|
235897
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
236061
|
+
"@aws-sdk/core": "^3.973.25",
|
|
236062
|
+
"@aws-sdk/credential-provider-node": "^3.972.27",
|
|
235898
236063
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
235899
236064
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
235900
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
235901
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
235902
|
-
"@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",
|
|
235903
236068
|
"@aws-sdk/types": "^3.973.6",
|
|
235904
236069
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
235905
236070
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
235906
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
236071
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
235907
236072
|
"@smithy/config-resolver": "^4.4.13",
|
|
235908
236073
|
"@smithy/core": "^3.23.12",
|
|
235909
236074
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
@@ -239040,7 +239205,7 @@ var require_runtimeConfig_shared12 = __commonJS({
|
|
|
239040
239205
|
"use strict";
|
|
239041
239206
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
239042
239207
|
exports2.getRuntimeConfig = void 0;
|
|
239043
|
-
var
|
|
239208
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
239044
239209
|
var protocols_1 = (init_protocols2(), __toCommonJS(protocols_exports2));
|
|
239045
239210
|
var smithy_client_1 = require_dist_cjs25();
|
|
239046
239211
|
var url_parser_1 = require_dist_cjs18();
|
|
@@ -239062,7 +239227,7 @@ var require_runtimeConfig_shared12 = __commonJS({
|
|
|
239062
239227
|
{
|
|
239063
239228
|
schemeId: "aws.auth#sigv4",
|
|
239064
239229
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4"), "identityProvider"),
|
|
239065
|
-
signer: new
|
|
239230
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
239066
239231
|
}
|
|
239067
239232
|
],
|
|
239068
239233
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
@@ -239092,7 +239257,8 @@ var require_runtimeConfig12 = __commonJS({
|
|
|
239092
239257
|
exports2.getRuntimeConfig = void 0;
|
|
239093
239258
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
239094
239259
|
var package_json_1 = tslib_1.__importDefault(require_package12());
|
|
239095
|
-
var
|
|
239260
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
239261
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
239096
239262
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
239097
239263
|
var util_user_agent_node_1 = require_dist_cjs41();
|
|
239098
239264
|
var config_resolver_1 = require_dist_cjs31();
|
|
@@ -239110,7 +239276,7 @@ var require_runtimeConfig12 = __commonJS({
|
|
|
239110
239276
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
239111
239277
|
const defaultConfigProvider = /* @__PURE__ */ __name(() => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode), "defaultConfigProvider");
|
|
239112
239278
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
239113
|
-
(0,
|
|
239279
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
239114
239280
|
const loaderConfig = {
|
|
239115
239281
|
profile: config?.profile,
|
|
239116
239282
|
logger: clientSharedValues.logger
|
|
@@ -239120,7 +239286,7 @@ var require_runtimeConfig12 = __commonJS({
|
|
|
239120
239286
|
...config,
|
|
239121
239287
|
runtime: "node",
|
|
239122
239288
|
defaultsMode,
|
|
239123
|
-
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),
|
|
239124
239290
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
239125
239291
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
239126
239292
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -240038,7 +240204,7 @@ var require_httpAuthSchemeProvider13 = __commonJS({
|
|
|
240038
240204
|
"use strict";
|
|
240039
240205
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
240040
240206
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultLambdaHttpAuthSchemeProvider = exports2.defaultLambdaHttpAuthSchemeParametersProvider = void 0;
|
|
240041
|
-
var
|
|
240207
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
240042
240208
|
var util_middleware_1 = require_dist_cjs6();
|
|
240043
240209
|
var defaultLambdaHttpAuthSchemeParametersProvider = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
240044
240210
|
return {
|
|
@@ -240076,7 +240242,7 @@ var require_httpAuthSchemeProvider13 = __commonJS({
|
|
|
240076
240242
|
}, "defaultLambdaHttpAuthSchemeProvider");
|
|
240077
240243
|
exports2.defaultLambdaHttpAuthSchemeProvider = defaultLambdaHttpAuthSchemeProvider;
|
|
240078
240244
|
var resolveHttpAuthSchemeConfig6 = /* @__PURE__ */ __name((config) => {
|
|
240079
|
-
const config_0 = (0,
|
|
240245
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
240080
240246
|
return Object.assign(config_0, {
|
|
240081
240247
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? [])
|
|
240082
240248
|
});
|
|
@@ -240091,7 +240257,7 @@ var require_package13 = __commonJS({
|
|
|
240091
240257
|
module2.exports = {
|
|
240092
240258
|
name: "@aws-sdk/client-lambda",
|
|
240093
240259
|
description: "AWS SDK for JavaScript Lambda Client for Node.js, Browser and React Native",
|
|
240094
|
-
version: "3.
|
|
240260
|
+
version: "3.1019.0",
|
|
240095
240261
|
scripts: {
|
|
240096
240262
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
240097
240263
|
"build:cjs": "node ../../scripts/compilation/inline client-lambda",
|
|
@@ -240113,17 +240279,17 @@ var require_package13 = __commonJS({
|
|
|
240113
240279
|
dependencies: {
|
|
240114
240280
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
240115
240281
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
240116
|
-
"@aws-sdk/core": "^3.973.
|
|
240117
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
240282
|
+
"@aws-sdk/core": "^3.973.25",
|
|
240283
|
+
"@aws-sdk/credential-provider-node": "^3.972.27",
|
|
240118
240284
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
240119
240285
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
240120
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
240121
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
240122
|
-
"@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",
|
|
240123
240289
|
"@aws-sdk/types": "^3.973.6",
|
|
240124
240290
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
240125
240291
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
240126
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
240292
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
240127
240293
|
"@smithy/config-resolver": "^4.4.13",
|
|
240128
240294
|
"@smithy/core": "^3.23.12",
|
|
240129
240295
|
"@smithy/eventstream-serde-browser": "^4.2.12",
|
|
@@ -245430,7 +245596,7 @@ var require_runtimeConfig_shared13 = __commonJS({
|
|
|
245430
245596
|
"use strict";
|
|
245431
245597
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
245432
245598
|
exports2.getRuntimeConfig = void 0;
|
|
245433
|
-
var
|
|
245599
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
245434
245600
|
var protocols_1 = (init_protocols2(), __toCommonJS(protocols_exports2));
|
|
245435
245601
|
var smithy_client_1 = require_dist_cjs25();
|
|
245436
245602
|
var url_parser_1 = require_dist_cjs18();
|
|
@@ -245452,7 +245618,7 @@ var require_runtimeConfig_shared13 = __commonJS({
|
|
|
245452
245618
|
{
|
|
245453
245619
|
schemeId: "aws.auth#sigv4",
|
|
245454
245620
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4"), "identityProvider"),
|
|
245455
|
-
signer: new
|
|
245621
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
245456
245622
|
}
|
|
245457
245623
|
],
|
|
245458
245624
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
@@ -245481,7 +245647,8 @@ var require_runtimeConfig13 = __commonJS({
|
|
|
245481
245647
|
exports2.getRuntimeConfig = void 0;
|
|
245482
245648
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
245483
245649
|
var package_json_1 = tslib_1.__importDefault(require_package13());
|
|
245484
|
-
var
|
|
245650
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
245651
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
245485
245652
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
245486
245653
|
var util_user_agent_node_1 = require_dist_cjs41();
|
|
245487
245654
|
var config_resolver_1 = require_dist_cjs31();
|
|
@@ -245500,7 +245667,7 @@ var require_runtimeConfig13 = __commonJS({
|
|
|
245500
245667
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
245501
245668
|
const defaultConfigProvider = /* @__PURE__ */ __name(() => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode), "defaultConfigProvider");
|
|
245502
245669
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
245503
|
-
(0,
|
|
245670
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
245504
245671
|
const loaderConfig = {
|
|
245505
245672
|
profile: config?.profile,
|
|
245506
245673
|
logger: clientSharedValues.logger
|
|
@@ -245510,7 +245677,7 @@ var require_runtimeConfig13 = __commonJS({
|
|
|
245510
245677
|
...config,
|
|
245511
245678
|
runtime: "node",
|
|
245512
245679
|
defaultsMode,
|
|
245513
|
-
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),
|
|
245514
245681
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
245515
245682
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
245516
245683
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -247172,7 +247339,7 @@ var require_httpAuthSchemeProvider14 = __commonJS({
|
|
|
247172
247339
|
"use strict";
|
|
247173
247340
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
247174
247341
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultRoute53HttpAuthSchemeProvider = exports2.defaultRoute53HttpAuthSchemeParametersProvider = void 0;
|
|
247175
|
-
var
|
|
247342
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
247176
247343
|
var util_middleware_1 = require_dist_cjs6();
|
|
247177
247344
|
var defaultRoute53HttpAuthSchemeParametersProvider = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
247178
247345
|
return {
|
|
@@ -247210,7 +247377,7 @@ var require_httpAuthSchemeProvider14 = __commonJS({
|
|
|
247210
247377
|
}, "defaultRoute53HttpAuthSchemeProvider");
|
|
247211
247378
|
exports2.defaultRoute53HttpAuthSchemeProvider = defaultRoute53HttpAuthSchemeProvider;
|
|
247212
247379
|
var resolveHttpAuthSchemeConfig6 = /* @__PURE__ */ __name((config) => {
|
|
247213
|
-
const config_0 = (0,
|
|
247380
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
247214
247381
|
return Object.assign(config_0, {
|
|
247215
247382
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? [])
|
|
247216
247383
|
});
|
|
@@ -247225,7 +247392,7 @@ var require_package14 = __commonJS({
|
|
|
247225
247392
|
module2.exports = {
|
|
247226
247393
|
name: "@aws-sdk/client-route-53",
|
|
247227
247394
|
description: "AWS SDK for JavaScript Route 53 Client for Node.js, Browser and React Native",
|
|
247228
|
-
version: "3.
|
|
247395
|
+
version: "3.1019.0",
|
|
247229
247396
|
scripts: {
|
|
247230
247397
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
247231
247398
|
"build:cjs": "node ../../scripts/compilation/inline client-route-53",
|
|
@@ -247251,18 +247418,18 @@ var require_package14 = __commonJS({
|
|
|
247251
247418
|
dependencies: {
|
|
247252
247419
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
247253
247420
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
247254
|
-
"@aws-sdk/core": "^3.973.
|
|
247255
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
247421
|
+
"@aws-sdk/core": "^3.973.25",
|
|
247422
|
+
"@aws-sdk/credential-provider-node": "^3.972.27",
|
|
247256
247423
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
247257
247424
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
247258
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
247425
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
247259
247426
|
"@aws-sdk/middleware-sdk-route53": "^3.972.10",
|
|
247260
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
247261
|
-
"@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",
|
|
247262
247429
|
"@aws-sdk/types": "^3.973.6",
|
|
247263
247430
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
247264
247431
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
247265
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
247432
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
247266
247433
|
"@smithy/config-resolver": "^4.4.13",
|
|
247267
247434
|
"@smithy/core": "^3.23.12",
|
|
247268
247435
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
@@ -252263,7 +252430,7 @@ var require_runtimeConfig_shared14 = __commonJS({
|
|
|
252263
252430
|
"use strict";
|
|
252264
252431
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
252265
252432
|
exports2.getRuntimeConfig = void 0;
|
|
252266
|
-
var
|
|
252433
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
252267
252434
|
var protocols_1 = (init_protocols2(), __toCommonJS(protocols_exports2));
|
|
252268
252435
|
var smithy_client_1 = require_dist_cjs25();
|
|
252269
252436
|
var url_parser_1 = require_dist_cjs18();
|
|
@@ -252285,7 +252452,7 @@ var require_runtimeConfig_shared14 = __commonJS({
|
|
|
252285
252452
|
{
|
|
252286
252453
|
schemeId: "aws.auth#sigv4",
|
|
252287
252454
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4"), "identityProvider"),
|
|
252288
|
-
signer: new
|
|
252455
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
252289
252456
|
}
|
|
252290
252457
|
],
|
|
252291
252458
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
@@ -252315,7 +252482,8 @@ var require_runtimeConfig14 = __commonJS({
|
|
|
252315
252482
|
exports2.getRuntimeConfig = void 0;
|
|
252316
252483
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
252317
252484
|
var package_json_1 = tslib_1.__importDefault(require_package14());
|
|
252318
|
-
var
|
|
252485
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
252486
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
252319
252487
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
252320
252488
|
var util_user_agent_node_1 = require_dist_cjs41();
|
|
252321
252489
|
var config_resolver_1 = require_dist_cjs31();
|
|
@@ -252333,7 +252501,7 @@ var require_runtimeConfig14 = __commonJS({
|
|
|
252333
252501
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
252334
252502
|
const defaultConfigProvider = /* @__PURE__ */ __name(() => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode), "defaultConfigProvider");
|
|
252335
252503
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
252336
|
-
(0,
|
|
252504
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
252337
252505
|
const loaderConfig = {
|
|
252338
252506
|
profile: config?.profile,
|
|
252339
252507
|
logger: clientSharedValues.logger
|
|
@@ -252343,7 +252511,7 @@ var require_runtimeConfig14 = __commonJS({
|
|
|
252343
252511
|
...config,
|
|
252344
252512
|
runtime: "node",
|
|
252345
252513
|
defaultsMode,
|
|
252346
|
-
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),
|
|
252347
252515
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
252348
252516
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
252349
252517
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -254682,6 +254850,8 @@ var require_dist_cjs82 = __commonJS({
|
|
|
254682
254850
|
var smithyClient = require_dist_cjs25();
|
|
254683
254851
|
var utilStream = require_dist_cjs16();
|
|
254684
254852
|
var utilArnParser = require_dist_cjs81();
|
|
254853
|
+
var protocols = (init_protocols2(), __toCommonJS(protocols_exports2));
|
|
254854
|
+
var schema = (init_schema4(), __toCommonJS(schema_exports));
|
|
254685
254855
|
var signatureV4 = require_dist_cjs23();
|
|
254686
254856
|
var utilConfigProvider = require_dist_cjs30();
|
|
254687
254857
|
var core = (init_dist_es2(), __toCommonJS(dist_es_exports2));
|
|
@@ -255207,10 +255377,37 @@ var require_dist_cjs82 = __commonJS({
|
|
|
255207
255377
|
clientStack.addRelativeTo(bucketEndpointMiddleware(options), bucketEndpointMiddlewareOptions);
|
|
255208
255378
|
}, "applyToStack")
|
|
255209
255379
|
}), "getValidateBucketNamePlugin");
|
|
255380
|
+
var S3RestXmlProtocol = class extends protocols.AwsRestXmlProtocol {
|
|
255381
|
+
static {
|
|
255382
|
+
__name(this, "S3RestXmlProtocol");
|
|
255383
|
+
}
|
|
255384
|
+
async serializeRequest(operationSchema, input, context) {
|
|
255385
|
+
const request3 = await super.serializeRequest(operationSchema, input, context);
|
|
255386
|
+
const ns = schema.NormalizedSchema.of(operationSchema.input);
|
|
255387
|
+
const staticStructureSchema = ns.getSchema();
|
|
255388
|
+
let bucketMemberIndex = 0;
|
|
255389
|
+
const requiredMemberCount = staticStructureSchema[6] ?? 0;
|
|
255390
|
+
if (input && typeof input === "object") {
|
|
255391
|
+
for (const [memberName, memberNs] of ns.structIterator()) {
|
|
255392
|
+
if (++bucketMemberIndex > requiredMemberCount) {
|
|
255393
|
+
break;
|
|
255394
|
+
}
|
|
255395
|
+
if (memberName === "Bucket") {
|
|
255396
|
+
if (!input.Bucket && memberNs.getMergedTraits().httpLabel) {
|
|
255397
|
+
throw new Error(`No value provided for input HTTP label: Bucket.`);
|
|
255398
|
+
}
|
|
255399
|
+
break;
|
|
255400
|
+
}
|
|
255401
|
+
}
|
|
255402
|
+
}
|
|
255403
|
+
return request3;
|
|
255404
|
+
}
|
|
255405
|
+
};
|
|
255210
255406
|
exports2.NODE_DISABLE_S3_EXPRESS_SESSION_AUTH_OPTIONS = NODE_DISABLE_S3_EXPRESS_SESSION_AUTH_OPTIONS;
|
|
255211
255407
|
exports2.S3ExpressIdentityCache = S3ExpressIdentityCache;
|
|
255212
255408
|
exports2.S3ExpressIdentityCacheEntry = S3ExpressIdentityCacheEntry;
|
|
255213
255409
|
exports2.S3ExpressIdentityProviderImpl = S3ExpressIdentityProviderImpl;
|
|
255410
|
+
exports2.S3RestXmlProtocol = S3RestXmlProtocol;
|
|
255214
255411
|
exports2.SignatureV4S3Express = SignatureV4S3Express;
|
|
255215
255412
|
exports2.checkContentLengthHeader = checkContentLengthHeader;
|
|
255216
255413
|
exports2.checkContentLengthHeaderMiddlewareOptions = checkContentLengthHeaderMiddlewareOptions;
|
|
@@ -255587,7 +255784,7 @@ var require_httpAuthSchemeProvider15 = __commonJS({
|
|
|
255587
255784
|
"use strict";
|
|
255588
255785
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
255589
255786
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultS3HttpAuthSchemeProvider = exports2.defaultS3HttpAuthSchemeParametersProvider = void 0;
|
|
255590
|
-
var
|
|
255787
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
255591
255788
|
var signature_v4_multi_region_1 = require_dist_cjs83();
|
|
255592
255789
|
var middleware_endpoint_1 = require_dist_cjs36();
|
|
255593
255790
|
var util_middleware_1 = require_dist_cjs6();
|
|
@@ -255702,8 +255899,8 @@ var require_httpAuthSchemeProvider15 = __commonJS({
|
|
|
255702
255899
|
"aws.auth#sigv4a": createAwsAuthSigv4aHttpAuthOption
|
|
255703
255900
|
});
|
|
255704
255901
|
var resolveHttpAuthSchemeConfig6 = /* @__PURE__ */ __name((config) => {
|
|
255705
|
-
const config_0 = (0,
|
|
255706
|
-
const config_1 = (0,
|
|
255902
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
255903
|
+
const config_1 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4AConfig)(config_0);
|
|
255707
255904
|
return Object.assign(config_1, {
|
|
255708
255905
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? [])
|
|
255709
255906
|
});
|
|
@@ -261194,7 +261391,7 @@ var require_package15 = __commonJS({
|
|
|
261194
261391
|
module2.exports = {
|
|
261195
261392
|
name: "@aws-sdk/client-s3",
|
|
261196
261393
|
description: "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
|
|
261197
|
-
version: "3.
|
|
261394
|
+
version: "3.1019.0",
|
|
261198
261395
|
scripts: {
|
|
261199
261396
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
261200
261397
|
"build:cjs": "node ../../scripts/compilation/inline client-s3",
|
|
@@ -261223,24 +261420,24 @@ var require_package15 = __commonJS({
|
|
|
261223
261420
|
"@aws-crypto/sha1-browser": "5.2.0",
|
|
261224
261421
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
261225
261422
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
261226
|
-
"@aws-sdk/core": "^3.973.
|
|
261227
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
261423
|
+
"@aws-sdk/core": "^3.973.25",
|
|
261424
|
+
"@aws-sdk/credential-provider-node": "^3.972.27",
|
|
261228
261425
|
"@aws-sdk/middleware-bucket-endpoint": "^3.972.8",
|
|
261229
261426
|
"@aws-sdk/middleware-expect-continue": "^3.972.8",
|
|
261230
|
-
"@aws-sdk/middleware-flexible-checksums": "^3.974.
|
|
261427
|
+
"@aws-sdk/middleware-flexible-checksums": "^3.974.5",
|
|
261231
261428
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
261232
261429
|
"@aws-sdk/middleware-location-constraint": "^3.972.8",
|
|
261233
261430
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
261234
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
261235
|
-
"@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",
|
|
261236
261433
|
"@aws-sdk/middleware-ssec": "^3.972.8",
|
|
261237
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
261238
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
261239
|
-
"@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",
|
|
261240
261437
|
"@aws-sdk/types": "^3.973.6",
|
|
261241
261438
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
261242
261439
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
261243
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
261440
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
261244
261441
|
"@smithy/config-resolver": "^4.4.13",
|
|
261245
261442
|
"@smithy/core": "^3.23.12",
|
|
261246
261443
|
"@smithy/eventstream-serde-browser": "^4.2.12",
|
|
@@ -261277,7 +261474,7 @@ var require_package15 = __commonJS({
|
|
|
261277
261474
|
tslib: "^2.6.2"
|
|
261278
261475
|
},
|
|
261279
261476
|
devDependencies: {
|
|
261280
|
-
"@aws-sdk/signature-v4-crt": "3.
|
|
261477
|
+
"@aws-sdk/signature-v4-crt": "3.1019.0",
|
|
261281
261478
|
"@smithy/snapshot-testing": "^2.0.3",
|
|
261282
261479
|
"@tsconfig/node20": "20.1.8",
|
|
261283
261480
|
"@types/node": "^20.14.8",
|
|
@@ -261730,8 +261927,8 @@ var require_runtimeConfig_shared15 = __commonJS({
|
|
|
261730
261927
|
"use strict";
|
|
261731
261928
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
261732
261929
|
exports2.getRuntimeConfig = void 0;
|
|
261733
|
-
var
|
|
261734
|
-
var
|
|
261930
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
261931
|
+
var middleware_sdk_s3_1 = require_dist_cjs82();
|
|
261735
261932
|
var signature_v4_multi_region_1 = require_dist_cjs83();
|
|
261736
261933
|
var smithy_client_1 = require_dist_cjs25();
|
|
261737
261934
|
var url_parser_1 = require_dist_cjs18();
|
|
@@ -261755,16 +261952,16 @@ var require_runtimeConfig_shared15 = __commonJS({
|
|
|
261755
261952
|
{
|
|
261756
261953
|
schemeId: "aws.auth#sigv4",
|
|
261757
261954
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4"), "identityProvider"),
|
|
261758
|
-
signer: new
|
|
261955
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
261759
261956
|
},
|
|
261760
261957
|
{
|
|
261761
261958
|
schemeId: "aws.auth#sigv4a",
|
|
261762
261959
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4a"), "identityProvider"),
|
|
261763
|
-
signer: new
|
|
261960
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4ASigner()
|
|
261764
261961
|
}
|
|
261765
261962
|
],
|
|
261766
261963
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
261767
|
-
protocol: config?.protocol ??
|
|
261964
|
+
protocol: config?.protocol ?? middleware_sdk_s3_1.S3RestXmlProtocol,
|
|
261768
261965
|
protocolSettings: config?.protocolSettings ?? {
|
|
261769
261966
|
defaultNamespace: "com.amazonaws.s3",
|
|
261770
261967
|
errorTypeRegistries: schemas_0_1.errorTypeRegistries,
|
|
@@ -261794,7 +261991,8 @@ var require_runtimeConfig15 = __commonJS({
|
|
|
261794
261991
|
exports2.getRuntimeConfig = void 0;
|
|
261795
261992
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
261796
261993
|
var package_json_1 = tslib_1.__importDefault(require_package15());
|
|
261797
|
-
var
|
|
261994
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
261995
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
261798
261996
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
261799
261997
|
var middleware_bucket_endpoint_1 = require_dist_cjs84();
|
|
261800
261998
|
var middleware_flexible_checksums_1 = require_dist_cjs80();
|
|
@@ -261817,7 +262015,7 @@ var require_runtimeConfig15 = __commonJS({
|
|
|
261817
262015
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
261818
262016
|
const defaultConfigProvider = /* @__PURE__ */ __name(() => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode), "defaultConfigProvider");
|
|
261819
262017
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
261820
|
-
(0,
|
|
262018
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
261821
262019
|
const loaderConfig = {
|
|
261822
262020
|
profile: config?.profile,
|
|
261823
262021
|
logger: clientSharedValues.logger
|
|
@@ -261827,7 +262025,7 @@ var require_runtimeConfig15 = __commonJS({
|
|
|
261827
262025
|
...config,
|
|
261828
262026
|
runtime: "node",
|
|
261829
262027
|
defaultsMode,
|
|
261830
|
-
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),
|
|
261831
262029
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
261832
262030
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
261833
262031
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -261845,7 +262043,7 @@ var require_runtimeConfig15 = __commonJS({
|
|
|
261845
262043
|
}, config),
|
|
261846
262044
|
sha1: config?.sha1 ?? hash_node_1.Hash.bind(null, "sha1"),
|
|
261847
262045
|
sha256: config?.sha256 ?? hash_node_1.Hash.bind(null, "sha256"),
|
|
261848
|
-
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),
|
|
261849
262047
|
streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector,
|
|
261850
262048
|
streamHasher: config?.streamHasher ?? hash_stream_node_1.readableStreamHasher,
|
|
261851
262049
|
useArnRegion: config?.useArnRegion ?? (0, node_config_provider_1.loadConfig)(middleware_bucket_endpoint_1.NODE_USE_ARN_REGION_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -264480,7 +264678,7 @@ var require_httpAuthSchemeProvider16 = __commonJS({
|
|
|
264480
264678
|
"use strict";
|
|
264481
264679
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
264482
264680
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultSecretsManagerHttpAuthSchemeProvider = exports2.defaultSecretsManagerHttpAuthSchemeParametersProvider = void 0;
|
|
264483
|
-
var
|
|
264681
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
264484
264682
|
var util_middleware_1 = require_dist_cjs6();
|
|
264485
264683
|
var defaultSecretsManagerHttpAuthSchemeParametersProvider = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
264486
264684
|
return {
|
|
@@ -264518,7 +264716,7 @@ var require_httpAuthSchemeProvider16 = __commonJS({
|
|
|
264518
264716
|
}, "defaultSecretsManagerHttpAuthSchemeProvider");
|
|
264519
264717
|
exports2.defaultSecretsManagerHttpAuthSchemeProvider = defaultSecretsManagerHttpAuthSchemeProvider;
|
|
264520
264718
|
var resolveHttpAuthSchemeConfig6 = /* @__PURE__ */ __name((config) => {
|
|
264521
|
-
const config_0 = (0,
|
|
264719
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
264522
264720
|
return Object.assign(config_0, {
|
|
264523
264721
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? [])
|
|
264524
264722
|
});
|
|
@@ -264533,7 +264731,7 @@ var require_package16 = __commonJS({
|
|
|
264533
264731
|
module2.exports = {
|
|
264534
264732
|
name: "@aws-sdk/client-secrets-manager",
|
|
264535
264733
|
description: "AWS SDK for JavaScript Secrets Manager Client for Node.js, Browser and React Native",
|
|
264536
|
-
version: "3.
|
|
264734
|
+
version: "3.1019.0",
|
|
264537
264735
|
scripts: {
|
|
264538
264736
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
264539
264737
|
"build:cjs": "node ../../scripts/compilation/inline client-secrets-manager",
|
|
@@ -264557,17 +264755,17 @@ var require_package16 = __commonJS({
|
|
|
264557
264755
|
dependencies: {
|
|
264558
264756
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
264559
264757
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
264560
|
-
"@aws-sdk/core": "^3.973.
|
|
264561
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
264758
|
+
"@aws-sdk/core": "^3.973.25",
|
|
264759
|
+
"@aws-sdk/credential-provider-node": "^3.972.27",
|
|
264562
264760
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
264563
264761
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
264564
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
264565
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
264566
|
-
"@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",
|
|
264567
264765
|
"@aws-sdk/types": "^3.973.6",
|
|
264568
264766
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
264569
264767
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
264570
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
264768
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
264571
264769
|
"@smithy/config-resolver": "^4.4.13",
|
|
264572
264770
|
"@smithy/core": "^3.23.12",
|
|
264573
264771
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
@@ -266013,7 +266211,7 @@ var require_runtimeConfig_shared16 = __commonJS({
|
|
|
266013
266211
|
"use strict";
|
|
266014
266212
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
266015
266213
|
exports2.getRuntimeConfig = void 0;
|
|
266016
|
-
var
|
|
266214
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
266017
266215
|
var protocols_1 = (init_protocols2(), __toCommonJS(protocols_exports2));
|
|
266018
266216
|
var smithy_client_1 = require_dist_cjs25();
|
|
266019
266217
|
var url_parser_1 = require_dist_cjs18();
|
|
@@ -266035,7 +266233,7 @@ var require_runtimeConfig_shared16 = __commonJS({
|
|
|
266035
266233
|
{
|
|
266036
266234
|
schemeId: "aws.auth#sigv4",
|
|
266037
266235
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4"), "identityProvider"),
|
|
266038
|
-
signer: new
|
|
266236
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
266039
266237
|
}
|
|
266040
266238
|
],
|
|
266041
266239
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
@@ -266064,7 +266262,8 @@ var require_runtimeConfig16 = __commonJS({
|
|
|
266064
266262
|
exports2.getRuntimeConfig = void 0;
|
|
266065
266263
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
266066
266264
|
var package_json_1 = tslib_1.__importDefault(require_package16());
|
|
266067
|
-
var
|
|
266265
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
266266
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
266068
266267
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
266069
266268
|
var util_user_agent_node_1 = require_dist_cjs41();
|
|
266070
266269
|
var config_resolver_1 = require_dist_cjs31();
|
|
@@ -266082,7 +266281,7 @@ var require_runtimeConfig16 = __commonJS({
|
|
|
266082
266281
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
266083
266282
|
const defaultConfigProvider = /* @__PURE__ */ __name(() => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode), "defaultConfigProvider");
|
|
266084
266283
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
266085
|
-
(0,
|
|
266284
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
266086
266285
|
const loaderConfig = {
|
|
266087
266286
|
profile: config?.profile,
|
|
266088
266287
|
logger: clientSharedValues.logger
|
|
@@ -266092,7 +266291,7 @@ var require_runtimeConfig16 = __commonJS({
|
|
|
266092
266291
|
...config,
|
|
266093
266292
|
runtime: "node",
|
|
266094
266293
|
defaultsMode,
|
|
266095
|
-
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),
|
|
266096
266295
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
266097
266296
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
266098
266297
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -266510,7 +266709,7 @@ var require_httpAuthSchemeProvider17 = __commonJS({
|
|
|
266510
266709
|
"use strict";
|
|
266511
266710
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
266512
266711
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultSFNHttpAuthSchemeProvider = exports2.defaultSFNHttpAuthSchemeParametersProvider = void 0;
|
|
266513
|
-
var
|
|
266712
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
266514
266713
|
var util_middleware_1 = require_dist_cjs6();
|
|
266515
266714
|
var defaultSFNHttpAuthSchemeParametersProvider = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
266516
266715
|
return {
|
|
@@ -266548,7 +266747,7 @@ var require_httpAuthSchemeProvider17 = __commonJS({
|
|
|
266548
266747
|
}, "defaultSFNHttpAuthSchemeProvider");
|
|
266549
266748
|
exports2.defaultSFNHttpAuthSchemeProvider = defaultSFNHttpAuthSchemeProvider;
|
|
266550
266749
|
var resolveHttpAuthSchemeConfig6 = /* @__PURE__ */ __name((config) => {
|
|
266551
|
-
const config_0 = (0,
|
|
266750
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
266552
266751
|
return Object.assign(config_0, {
|
|
266553
266752
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? [])
|
|
266554
266753
|
});
|
|
@@ -266563,7 +266762,7 @@ var require_package17 = __commonJS({
|
|
|
266563
266762
|
module2.exports = {
|
|
266564
266763
|
name: "@aws-sdk/client-sfn",
|
|
266565
266764
|
description: "AWS SDK for JavaScript Sfn Client for Node.js, Browser and React Native",
|
|
266566
|
-
version: "3.
|
|
266765
|
+
version: "3.1019.0",
|
|
266567
266766
|
scripts: {
|
|
266568
266767
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
266569
266768
|
"build:cjs": "node ../../scripts/compilation/inline client-sfn",
|
|
@@ -266583,17 +266782,17 @@ var require_package17 = __commonJS({
|
|
|
266583
266782
|
dependencies: {
|
|
266584
266783
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
266585
266784
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
266586
|
-
"@aws-sdk/core": "^3.973.
|
|
266587
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
266785
|
+
"@aws-sdk/core": "^3.973.25",
|
|
266786
|
+
"@aws-sdk/credential-provider-node": "^3.972.27",
|
|
266588
266787
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
266589
266788
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
266590
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
266591
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
266592
|
-
"@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",
|
|
266593
266792
|
"@aws-sdk/types": "^3.973.6",
|
|
266594
266793
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
266595
266794
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
266596
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
266795
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
266597
266796
|
"@smithy/config-resolver": "^4.4.13",
|
|
266598
266797
|
"@smithy/core": "^3.23.12",
|
|
266599
266798
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
@@ -269664,7 +269863,7 @@ var require_runtimeConfig_shared17 = __commonJS({
|
|
|
269664
269863
|
"use strict";
|
|
269665
269864
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
269666
269865
|
exports2.getRuntimeConfig = void 0;
|
|
269667
|
-
var
|
|
269866
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
269668
269867
|
var protocols_1 = (init_protocols2(), __toCommonJS(protocols_exports2));
|
|
269669
269868
|
var smithy_client_1 = require_dist_cjs25();
|
|
269670
269869
|
var url_parser_1 = require_dist_cjs18();
|
|
@@ -269686,7 +269885,7 @@ var require_runtimeConfig_shared17 = __commonJS({
|
|
|
269686
269885
|
{
|
|
269687
269886
|
schemeId: "aws.auth#sigv4",
|
|
269688
269887
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4"), "identityProvider"),
|
|
269689
|
-
signer: new
|
|
269888
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
269690
269889
|
}
|
|
269691
269890
|
],
|
|
269692
269891
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
@@ -269716,7 +269915,8 @@ var require_runtimeConfig17 = __commonJS({
|
|
|
269716
269915
|
exports2.getRuntimeConfig = void 0;
|
|
269717
269916
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
269718
269917
|
var package_json_1 = tslib_1.__importDefault(require_package17());
|
|
269719
|
-
var
|
|
269918
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
269919
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
269720
269920
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
269721
269921
|
var util_user_agent_node_1 = require_dist_cjs41();
|
|
269722
269922
|
var config_resolver_1 = require_dist_cjs31();
|
|
@@ -269734,7 +269934,7 @@ var require_runtimeConfig17 = __commonJS({
|
|
|
269734
269934
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
269735
269935
|
const defaultConfigProvider = /* @__PURE__ */ __name(() => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode), "defaultConfigProvider");
|
|
269736
269936
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
269737
|
-
(0,
|
|
269937
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
269738
269938
|
const loaderConfig = {
|
|
269739
269939
|
profile: config?.profile,
|
|
269740
269940
|
logger: clientSharedValues.logger
|
|
@@ -269744,7 +269944,7 @@ var require_runtimeConfig17 = __commonJS({
|
|
|
269744
269944
|
...config,
|
|
269745
269945
|
runtime: "node",
|
|
269746
269946
|
defaultsMode,
|
|
269747
|
-
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),
|
|
269748
269948
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
269749
269949
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
269750
269950
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -270435,7 +270635,7 @@ var require_httpAuthSchemeProvider18 = __commonJS({
|
|
|
270435
270635
|
"use strict";
|
|
270436
270636
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
270437
270637
|
exports2.resolveHttpAuthSchemeConfig = exports2.defaultSSMHttpAuthSchemeProvider = exports2.defaultSSMHttpAuthSchemeParametersProvider = void 0;
|
|
270438
|
-
var
|
|
270638
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
270439
270639
|
var util_middleware_1 = require_dist_cjs6();
|
|
270440
270640
|
var defaultSSMHttpAuthSchemeParametersProvider = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
270441
270641
|
return {
|
|
@@ -270473,7 +270673,7 @@ var require_httpAuthSchemeProvider18 = __commonJS({
|
|
|
270473
270673
|
}, "defaultSSMHttpAuthSchemeProvider");
|
|
270474
270674
|
exports2.defaultSSMHttpAuthSchemeProvider = defaultSSMHttpAuthSchemeProvider;
|
|
270475
270675
|
var resolveHttpAuthSchemeConfig6 = /* @__PURE__ */ __name((config) => {
|
|
270476
|
-
const config_0 = (0,
|
|
270676
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
270477
270677
|
return Object.assign(config_0, {
|
|
270478
270678
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? [])
|
|
270479
270679
|
});
|
|
@@ -270488,7 +270688,7 @@ var require_package18 = __commonJS({
|
|
|
270488
270688
|
module2.exports = {
|
|
270489
270689
|
name: "@aws-sdk/client-ssm",
|
|
270490
270690
|
description: "AWS SDK for JavaScript Ssm Client for Node.js, Browser and React Native",
|
|
270491
|
-
version: "3.
|
|
270691
|
+
version: "3.1019.0",
|
|
270492
270692
|
scripts: {
|
|
270493
270693
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
270494
270694
|
"build:cjs": "node ../../scripts/compilation/inline client-ssm",
|
|
@@ -270510,17 +270710,17 @@ var require_package18 = __commonJS({
|
|
|
270510
270710
|
dependencies: {
|
|
270511
270711
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
270512
270712
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
270513
|
-
"@aws-sdk/core": "^3.973.
|
|
270514
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
270713
|
+
"@aws-sdk/core": "^3.973.25",
|
|
270714
|
+
"@aws-sdk/credential-provider-node": "^3.972.27",
|
|
270515
270715
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
270516
270716
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
270517
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
270518
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
270519
|
-
"@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",
|
|
270520
270720
|
"@aws-sdk/types": "^3.973.6",
|
|
270521
270721
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
270522
270722
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
270523
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
270723
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
270524
270724
|
"@smithy/config-resolver": "^4.4.13",
|
|
270525
270725
|
"@smithy/core": "^3.23.12",
|
|
270526
270726
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
@@ -282171,7 +282371,7 @@ var require_runtimeConfig_shared18 = __commonJS({
|
|
|
282171
282371
|
"use strict";
|
|
282172
282372
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
282173
282373
|
exports2.getRuntimeConfig = void 0;
|
|
282174
|
-
var
|
|
282374
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
282175
282375
|
var protocols_1 = (init_protocols2(), __toCommonJS(protocols_exports2));
|
|
282176
282376
|
var smithy_client_1 = require_dist_cjs25();
|
|
282177
282377
|
var url_parser_1 = require_dist_cjs18();
|
|
@@ -282193,7 +282393,7 @@ var require_runtimeConfig_shared18 = __commonJS({
|
|
|
282193
282393
|
{
|
|
282194
282394
|
schemeId: "aws.auth#sigv4",
|
|
282195
282395
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4"), "identityProvider"),
|
|
282196
|
-
signer: new
|
|
282396
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
282197
282397
|
}
|
|
282198
282398
|
],
|
|
282199
282399
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
@@ -282223,7 +282423,8 @@ var require_runtimeConfig18 = __commonJS({
|
|
|
282223
282423
|
exports2.getRuntimeConfig = void 0;
|
|
282224
282424
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
282225
282425
|
var package_json_1 = tslib_1.__importDefault(require_package18());
|
|
282226
|
-
var
|
|
282426
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
282427
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
282227
282428
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
282228
282429
|
var util_user_agent_node_1 = require_dist_cjs41();
|
|
282229
282430
|
var config_resolver_1 = require_dist_cjs31();
|
|
@@ -282241,7 +282442,7 @@ var require_runtimeConfig18 = __commonJS({
|
|
|
282241
282442
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
282242
282443
|
const defaultConfigProvider = /* @__PURE__ */ __name(() => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode), "defaultConfigProvider");
|
|
282243
282444
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
282244
|
-
(0,
|
|
282445
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
282245
282446
|
const loaderConfig = {
|
|
282246
282447
|
profile: config?.profile,
|
|
282247
282448
|
logger: clientSharedValues.logger
|
|
@@ -282251,7 +282452,7 @@ var require_runtimeConfig18 = __commonJS({
|
|
|
282251
282452
|
...config,
|
|
282252
282453
|
runtime: "node",
|
|
282253
282454
|
defaultsMode,
|
|
282254
|
-
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),
|
|
282255
282456
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
282256
282457
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
282257
282458
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -284761,7 +284962,7 @@ var require_httpAuthSchemeProvider19 = __commonJS({
|
|
|
284761
284962
|
"use strict";
|
|
284762
284963
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
284763
284964
|
exports2.resolveHttpAuthSchemeConfig = exports2.resolveStsAuthConfig = exports2.defaultSTSHttpAuthSchemeProvider = exports2.defaultSTSHttpAuthSchemeParametersProvider = void 0;
|
|
284764
|
-
var
|
|
284965
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
284765
284966
|
var util_middleware_1 = require_dist_cjs6();
|
|
284766
284967
|
var STSClient_1 = require_STSClient();
|
|
284767
284968
|
var defaultSTSHttpAuthSchemeParametersProvider2 = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
@@ -284823,7 +285024,7 @@ var require_httpAuthSchemeProvider19 = __commonJS({
|
|
|
284823
285024
|
exports2.resolveStsAuthConfig = resolveStsAuthConfig2;
|
|
284824
285025
|
var resolveHttpAuthSchemeConfig6 = /* @__PURE__ */ __name((config) => {
|
|
284825
285026
|
const config_0 = (0, exports2.resolveStsAuthConfig)(config);
|
|
284826
|
-
const config_1 = (0,
|
|
285027
|
+
const config_1 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config_0);
|
|
284827
285028
|
return Object.assign(config_1, {
|
|
284828
285029
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? [])
|
|
284829
285030
|
});
|
|
@@ -284863,7 +285064,7 @@ var require_package19 = __commonJS({
|
|
|
284863
285064
|
module2.exports = {
|
|
284864
285065
|
name: "@aws-sdk/client-sts",
|
|
284865
285066
|
description: "AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native",
|
|
284866
|
-
version: "3.
|
|
285067
|
+
version: "3.1019.0",
|
|
284867
285068
|
scripts: {
|
|
284868
285069
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
284869
285070
|
"build:cjs": "node ../../scripts/compilation/inline client-sts",
|
|
@@ -284889,17 +285090,17 @@ var require_package19 = __commonJS({
|
|
|
284889
285090
|
dependencies: {
|
|
284890
285091
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
284891
285092
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
284892
|
-
"@aws-sdk/core": "^3.973.
|
|
284893
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
285093
|
+
"@aws-sdk/core": "^3.973.25",
|
|
285094
|
+
"@aws-sdk/credential-provider-node": "^3.972.27",
|
|
284894
285095
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
284895
285096
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
284896
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
284897
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
284898
|
-
"@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",
|
|
284899
285100
|
"@aws-sdk/types": "^3.973.6",
|
|
284900
285101
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
284901
285102
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
284902
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
285103
|
+
"@aws-sdk/util-user-agent-node": "^3.973.12",
|
|
284903
285104
|
"@smithy/config-resolver": "^4.4.13",
|
|
284904
285105
|
"@smithy/core": "^3.23.12",
|
|
284905
285106
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
@@ -285867,9 +286068,9 @@ var require_runtimeConfig_shared19 = __commonJS({
|
|
|
285867
286068
|
"use strict";
|
|
285868
286069
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
285869
286070
|
exports2.getRuntimeConfig = void 0;
|
|
285870
|
-
var
|
|
286071
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
285871
286072
|
var protocols_1 = (init_protocols2(), __toCommonJS(protocols_exports2));
|
|
285872
|
-
var
|
|
286073
|
+
var core_1 = (init_dist_es(), __toCommonJS(dist_es_exports));
|
|
285873
286074
|
var smithy_client_1 = require_dist_cjs25();
|
|
285874
286075
|
var url_parser_1 = require_dist_cjs18();
|
|
285875
286076
|
var util_base64_1 = require_dist_cjs10();
|
|
@@ -285890,12 +286091,12 @@ var require_runtimeConfig_shared19 = __commonJS({
|
|
|
285890
286091
|
{
|
|
285891
286092
|
schemeId: "aws.auth#sigv4",
|
|
285892
286093
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4"), "identityProvider"),
|
|
285893
|
-
signer: new
|
|
286094
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
285894
286095
|
},
|
|
285895
286096
|
{
|
|
285896
286097
|
schemeId: "smithy.api#noAuth",
|
|
285897
286098
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("smithy.api#noAuth") || (async () => ({})), "identityProvider"),
|
|
285898
|
-
signer: new
|
|
286099
|
+
signer: new core_1.NoAuthSigner()
|
|
285899
286100
|
}
|
|
285900
286101
|
],
|
|
285901
286102
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
@@ -285925,11 +286126,12 @@ var require_runtimeConfig19 = __commonJS({
|
|
|
285925
286126
|
exports2.getRuntimeConfig = void 0;
|
|
285926
286127
|
var tslib_1 = (init_tslib_es6(), __toCommonJS(tslib_es6_exports));
|
|
285927
286128
|
var package_json_1 = tslib_1.__importDefault(require_package19());
|
|
285928
|
-
var
|
|
286129
|
+
var client_1 = (init_client(), __toCommonJS(client_exports));
|
|
286130
|
+
var httpAuthSchemes_1 = (init_httpAuthSchemes2(), __toCommonJS(httpAuthSchemes_exports));
|
|
285929
286131
|
var credential_provider_node_1 = require_dist_cjs52();
|
|
285930
286132
|
var util_user_agent_node_1 = require_dist_cjs41();
|
|
285931
286133
|
var config_resolver_1 = require_dist_cjs31();
|
|
285932
|
-
var
|
|
286134
|
+
var core_1 = (init_dist_es(), __toCommonJS(dist_es_exports));
|
|
285933
286135
|
var hash_node_1 = require_dist_cjs42();
|
|
285934
286136
|
var middleware_retry_1 = require_dist_cjs37();
|
|
285935
286137
|
var node_config_provider_1 = require_dist_cjs34();
|
|
@@ -285944,7 +286146,7 @@ var require_runtimeConfig19 = __commonJS({
|
|
|
285944
286146
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
285945
286147
|
const defaultConfigProvider = /* @__PURE__ */ __name(() => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode), "defaultConfigProvider");
|
|
285946
286148
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
285947
|
-
(0,
|
|
286149
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
285948
286150
|
const loaderConfig = {
|
|
285949
286151
|
profile: config?.profile,
|
|
285950
286152
|
logger: clientSharedValues.logger
|
|
@@ -285954,7 +286156,7 @@ var require_runtimeConfig19 = __commonJS({
|
|
|
285954
286156
|
...config,
|
|
285955
286157
|
runtime: "node",
|
|
285956
286158
|
defaultsMode,
|
|
285957
|
-
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),
|
|
285958
286160
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
285959
286161
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
285960
286162
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -285962,12 +286164,12 @@ var require_runtimeConfig19 = __commonJS({
|
|
|
285962
286164
|
{
|
|
285963
286165
|
schemeId: "aws.auth#sigv4",
|
|
285964
286166
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("aws.auth#sigv4") || (async (idProps) => await (0, credential_provider_node_1.defaultProvider)(idProps?.__config || {})()), "identityProvider"),
|
|
285965
|
-
signer: new
|
|
286167
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer()
|
|
285966
286168
|
},
|
|
285967
286169
|
{
|
|
285968
286170
|
schemeId: "smithy.api#noAuth",
|
|
285969
286171
|
identityProvider: /* @__PURE__ */ __name((ipc) => ipc.getIdentityProvider("smithy.api#noAuth") || (async () => ({})), "identityProvider"),
|
|
285970
|
-
signer: new
|
|
286172
|
+
signer: new core_1.NoAuthSigner()
|
|
285971
286173
|
}
|
|
285972
286174
|
],
|
|
285973
286175
|
maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
@@ -286391,47 +286593,6 @@ var require_dist_cjs92 = __commonJS({
|
|
|
286391
286593
|
}
|
|
286392
286594
|
});
|
|
286393
286595
|
|
|
286394
|
-
// ../../../node_modules/@smithy/abort-controller/dist-cjs/index.js
|
|
286395
|
-
var require_dist_cjs93 = __commonJS({
|
|
286396
|
-
"../../../node_modules/@smithy/abort-controller/dist-cjs/index.js"(exports2) {
|
|
286397
|
-
"use strict";
|
|
286398
|
-
var AbortSignal = class {
|
|
286399
|
-
static {
|
|
286400
|
-
__name(this, "AbortSignal");
|
|
286401
|
-
}
|
|
286402
|
-
onabort = null;
|
|
286403
|
-
_aborted = false;
|
|
286404
|
-
constructor() {
|
|
286405
|
-
Object.defineProperty(this, "_aborted", {
|
|
286406
|
-
value: false,
|
|
286407
|
-
writable: true
|
|
286408
|
-
});
|
|
286409
|
-
}
|
|
286410
|
-
get aborted() {
|
|
286411
|
-
return this._aborted;
|
|
286412
|
-
}
|
|
286413
|
-
abort() {
|
|
286414
|
-
this._aborted = true;
|
|
286415
|
-
if (this.onabort) {
|
|
286416
|
-
this.onabort(this);
|
|
286417
|
-
this.onabort = null;
|
|
286418
|
-
}
|
|
286419
|
-
}
|
|
286420
|
-
};
|
|
286421
|
-
var AbortController2 = class {
|
|
286422
|
-
static {
|
|
286423
|
-
__name(this, "AbortController");
|
|
286424
|
-
}
|
|
286425
|
-
signal = new AbortSignal();
|
|
286426
|
-
abort() {
|
|
286427
|
-
this.signal.abort();
|
|
286428
|
-
}
|
|
286429
|
-
};
|
|
286430
|
-
exports2.AbortController = AbortController2;
|
|
286431
|
-
exports2.AbortSignal = AbortSignal;
|
|
286432
|
-
}
|
|
286433
|
-
});
|
|
286434
|
-
|
|
286435
286596
|
// ../../../node_modules/@aws-sdk/lib-storage/dist-cjs/runtimeConfig.shared.js
|
|
286436
286597
|
var require_runtimeConfig_shared20 = __commonJS({
|
|
286437
286598
|
"../../../node_modules/@aws-sdk/lib-storage/dist-cjs/runtimeConfig.shared.js"(exports2) {
|
|
@@ -286468,11 +286629,10 @@ var require_runtimeConfig20 = __commonJS({
|
|
|
286468
286629
|
});
|
|
286469
286630
|
|
|
286470
286631
|
// ../../../node_modules/@aws-sdk/lib-storage/dist-cjs/index.js
|
|
286471
|
-
var
|
|
286632
|
+
var require_dist_cjs93 = __commonJS({
|
|
286472
286633
|
"../../../node_modules/@aws-sdk/lib-storage/dist-cjs/index.js"(exports2) {
|
|
286473
286634
|
"use strict";
|
|
286474
286635
|
var clientS3 = require_dist_cjs88();
|
|
286475
|
-
var abortController = require_dist_cjs93();
|
|
286476
286636
|
var middlewareEndpoint = require_dist_cjs36();
|
|
286477
286637
|
var smithyClient = require_dist_cjs25();
|
|
286478
286638
|
var events = require("events");
|
|
@@ -286675,7 +286835,7 @@ var require_dist_cjs94 = __commonJS({
|
|
|
286675
286835
|
this.totalBytes = this.params.ContentLength ?? byteLength(this.params.Body);
|
|
286676
286836
|
this.totalBytesSource = byteLengthSource(this.params.Body, this.params.ContentLength);
|
|
286677
286837
|
this.bytesUploadedSoFar = 0;
|
|
286678
|
-
this.abortController = options.abortController ?? new
|
|
286838
|
+
this.abortController = options.abortController ?? new AbortController();
|
|
286679
286839
|
this.partSize = options.partSize || Math.max(_Upload.MIN_PART_SIZE, Math.floor((this.totalBytes || 0) / this.MAX_PARTS));
|
|
286680
286840
|
if (this.totalBytes !== void 0) {
|
|
286681
286841
|
this.expectedPartsCount = Math.ceil(this.totalBytes / this.partSize);
|
|
@@ -287199,7 +287359,7 @@ var init_sdk = __esm({
|
|
|
287199
287359
|
import_client_sfn = __toESM(require_dist_cjs90());
|
|
287200
287360
|
import_client_ssm = __toESM(require_dist_cjs91());
|
|
287201
287361
|
import_client_sts = __toESM(require_dist_cjs92());
|
|
287202
|
-
import_lib_storage = __toESM(
|
|
287362
|
+
import_lib_storage = __toESM(require_dist_cjs93());
|
|
287203
287363
|
import_middleware_endpoint10 = __toESM(require_dist_cjs36());
|
|
287204
287364
|
import_util_retry5 = __toESM(require_dist_cjs28());
|
|
287205
287365
|
init_account_cache();
|
|
@@ -287684,7 +287844,7 @@ function createSmithyApiNoAuthHttpAuthOption5(authParameters) {
|
|
|
287684
287844
|
var import_util_middleware10, defaultCognitoIdentityHttpAuthSchemeParametersProvider, defaultCognitoIdentityHttpAuthSchemeProvider, resolveHttpAuthSchemeConfig5;
|
|
287685
287845
|
var init_httpAuthSchemeProvider5 = __esm({
|
|
287686
287846
|
"../../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js"() {
|
|
287687
|
-
|
|
287847
|
+
init_httpAuthSchemes2();
|
|
287688
287848
|
import_util_middleware10 = __toESM(require_dist_cjs6());
|
|
287689
287849
|
defaultCognitoIdentityHttpAuthSchemeParametersProvider = /* @__PURE__ */ __name(async (config, context, input) => {
|
|
287690
287850
|
return {
|
|
@@ -288215,7 +288375,7 @@ var init_schemas_05 = __esm({
|
|
|
288215
288375
|
var import_smithy_client38, import_url_parser6, import_util_base6412, import_util_utf812, getRuntimeConfig9;
|
|
288216
288376
|
var init_runtimeConfig_shared5 = __esm({
|
|
288217
288377
|
"../../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js"() {
|
|
288218
|
-
|
|
288378
|
+
init_httpAuthSchemes2();
|
|
288219
288379
|
init_protocols2();
|
|
288220
288380
|
init_dist_es();
|
|
288221
288381
|
import_smithy_client38 = __toESM(require_dist_cjs25());
|
|
@@ -288269,7 +288429,8 @@ var import_util_user_agent_node5, import_config_resolver9, import_hash_node5, im
|
|
|
288269
288429
|
var init_runtimeConfig5 = __esm({
|
|
288270
288430
|
"../../../node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js"() {
|
|
288271
288431
|
init_package();
|
|
288272
|
-
|
|
288432
|
+
init_client();
|
|
288433
|
+
init_httpAuthSchemes2();
|
|
288273
288434
|
import_util_user_agent_node5 = __toESM(require_dist_cjs41());
|
|
288274
288435
|
import_config_resolver9 = __toESM(require_dist_cjs31());
|
|
288275
288436
|
import_hash_node5 = __toESM(require_dist_cjs42());
|
|
@@ -288567,7 +288728,7 @@ var require_loadCognitoIdentity_C_kPrLZ4 = __commonJS({
|
|
|
288567
288728
|
});
|
|
288568
288729
|
|
|
288569
288730
|
// ../../../node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/index.js
|
|
288570
|
-
var
|
|
288731
|
+
var require_dist_cjs94 = __commonJS({
|
|
288571
288732
|
"../../../node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/index.js"(exports2) {
|
|
288572
288733
|
"use strict";
|
|
288573
288734
|
var propertyProvider = require_dist_cjs22();
|
|
@@ -288785,7 +288946,7 @@ var require_fromCognitoIdentity = __commonJS({
|
|
|
288785
288946
|
"use strict";
|
|
288786
288947
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
288787
288948
|
exports2.fromCognitoIdentity = void 0;
|
|
288788
|
-
var credential_provider_cognito_identity_1 =
|
|
288949
|
+
var credential_provider_cognito_identity_1 = require_dist_cjs94();
|
|
288789
288950
|
var fromCognitoIdentity = /* @__PURE__ */ __name((options) => (0, credential_provider_cognito_identity_1.fromCognitoIdentity)({
|
|
288790
288951
|
...options
|
|
288791
288952
|
}), "fromCognitoIdentity");
|
|
@@ -288799,7 +288960,7 @@ var require_fromCognitoIdentityPool = __commonJS({
|
|
|
288799
288960
|
"use strict";
|
|
288800
288961
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
288801
288962
|
exports2.fromCognitoIdentityPool = void 0;
|
|
288802
|
-
var credential_provider_cognito_identity_1 =
|
|
288963
|
+
var credential_provider_cognito_identity_1 = require_dist_cjs94();
|
|
288803
288964
|
var fromCognitoIdentityPool = /* @__PURE__ */ __name((options) => (0, credential_provider_cognito_identity_1.fromCognitoIdentityPool)({
|
|
288804
288965
|
...options
|
|
288805
288966
|
}), "fromCognitoIdentityPool");
|
|
@@ -289143,7 +289304,7 @@ var require_fromWebToken2 = __commonJS({
|
|
|
289143
289304
|
});
|
|
289144
289305
|
|
|
289145
289306
|
// ../../../node_modules/@aws-sdk/credential-providers/dist-cjs/index.js
|
|
289146
|
-
var
|
|
289307
|
+
var require_dist_cjs95 = __commonJS({
|
|
289147
289308
|
"../../../node_modules/@aws-sdk/credential-providers/dist-cjs/index.js"(exports2) {
|
|
289148
289309
|
"use strict";
|
|
289149
289310
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
@@ -289171,7 +289332,7 @@ var require_dist_cjs96 = __commonJS({
|
|
|
289171
289332
|
});
|
|
289172
289333
|
|
|
289173
289334
|
// ../../../node_modules/@aws-sdk/ec2-metadata-service/dist-cjs/index.js
|
|
289174
|
-
var
|
|
289335
|
+
var require_dist_cjs96 = __commonJS({
|
|
289175
289336
|
"../../../node_modules/@aws-sdk/ec2-metadata-service/dist-cjs/index.js"(exports2) {
|
|
289176
289337
|
"use strict";
|
|
289177
289338
|
var nodeConfigProvider = require_dist_cjs34();
|
|
@@ -289432,8 +289593,8 @@ var init_awscli_compatible = __esm({
|
|
|
289432
289593
|
"../toolkit-lib/lib/api/aws-auth/awscli-compatible.ts"() {
|
|
289433
289594
|
"use strict";
|
|
289434
289595
|
import_node_util = require("node:util");
|
|
289435
|
-
import_credential_providers = __toESM(
|
|
289436
|
-
import_ec2_metadata_service = __toESM(
|
|
289596
|
+
import_credential_providers = __toESM(require_dist_cjs95());
|
|
289597
|
+
import_ec2_metadata_service = __toESM(require_dist_cjs96());
|
|
289437
289598
|
import_shared_ini_file_loader = __toESM(require_dist_cjs33());
|
|
289438
289599
|
init_provider_caching();
|
|
289439
289600
|
init_toolkit_error();
|
|
@@ -289922,7 +290083,7 @@ var init_sdk_provider = __esm({
|
|
|
289922
290083
|
"use strict";
|
|
289923
290084
|
os5 = __toESM(require("os"));
|
|
289924
290085
|
import_cloud_assembly_api = __toESM(require_lib3());
|
|
289925
|
-
import_credential_providers2 = __toESM(
|
|
290086
|
+
import_credential_providers2 = __toESM(require_dist_cjs95());
|
|
289926
290087
|
init_awscli_compatible();
|
|
289927
290088
|
init_cached();
|
|
289928
290089
|
init_credential_plugins();
|
|
@@ -289968,7 +290129,7 @@ var init_sdk_provider = __esm({
|
|
|
289968
290129
|
*
|
|
289969
290130
|
* The `environment` parameter is resolved first (see `resolveEnvironment()`).
|
|
289970
290131
|
*/
|
|
289971
|
-
async forEnvironment(environment, mode, options
|
|
290132
|
+
async forEnvironment(environment, mode, options) {
|
|
289972
290133
|
const env = await this.resolveEnvironment(environment);
|
|
289973
290134
|
const baseCreds = await this.obtainBaseCredentials(env.account, mode);
|
|
289974
290135
|
if (baseCreds.source === "none") {
|
|
@@ -289997,8 +290158,7 @@ var init_sdk_provider = __esm({
|
|
|
289997
290158
|
}
|
|
289998
290159
|
if (baseCreds.source === "correctDefault" || baseCreds.source === "plugin") {
|
|
289999
290160
|
await this.ioHelper.defaults.debug(err.message);
|
|
290000
|
-
|
|
290001
|
-
await this.ioHelper.defaults[level](
|
|
290161
|
+
await this.ioHelper.defaults.warn(
|
|
290002
290162
|
`${fmtObtainedCredentials(baseCreds)} could not be used to assume '${options.assumeRoleArn}', but are for the right account. Proceeding anyway.`
|
|
290003
290163
|
);
|
|
290004
290164
|
return {
|
|
@@ -292569,7 +292729,7 @@ var init_container_images = __esm({
|
|
|
292569
292729
|
}
|
|
292570
292730
|
async isPublished() {
|
|
292571
292731
|
try {
|
|
292572
|
-
const initOnce = await this.initOnce(
|
|
292732
|
+
const initOnce = await this.initOnce();
|
|
292573
292733
|
return initOnce.destinationAlreadyExists;
|
|
292574
292734
|
} catch (e6) {
|
|
292575
292735
|
this.host.emitMessage("debug" /* DEBUG */, `${e6.message}`);
|
|
@@ -292598,15 +292758,12 @@ var init_container_images = __esm({
|
|
|
292598
292758
|
tag: initOnce.imageUri
|
|
292599
292759
|
});
|
|
292600
292760
|
}
|
|
292601
|
-
async initOnce(
|
|
292761
|
+
async initOnce() {
|
|
292602
292762
|
if (this.init) {
|
|
292603
292763
|
return this.init;
|
|
292604
292764
|
}
|
|
292605
292765
|
const destination = await replaceAwsPlaceholders(this.asset.destination, this.host.aws);
|
|
292606
|
-
const ecr = await this.host.aws.ecrClient(
|
|
292607
|
-
...destinationToClientOptions(destination),
|
|
292608
|
-
quiet: options.quiet
|
|
292609
|
-
});
|
|
292766
|
+
const ecr = await this.host.aws.ecrClient(destinationToClientOptions(destination));
|
|
292610
292767
|
const account = /* @__PURE__ */ __name(async () => (await this.host.aws.discoverCurrentAccount())?.accountId, "account");
|
|
292611
292768
|
const repoUri = await repositoryUri(ecr, destination.repositoryName);
|
|
292612
292769
|
if (!repoUri) {
|
|
@@ -292949,10 +293106,7 @@ var init_files = __esm({
|
|
|
292949
293106
|
const destination = await replaceAwsPlaceholders(this.asset.destination, this.host.aws);
|
|
292950
293107
|
const s3Url = `s3://${destination.bucketName}/${destination.objectKey}`;
|
|
292951
293108
|
try {
|
|
292952
|
-
const s32 = await this.host.aws.s3Client(
|
|
292953
|
-
...destinationToClientOptions(destination),
|
|
292954
|
-
quiet: true
|
|
292955
|
-
});
|
|
293109
|
+
const s32 = await this.host.aws.s3Client(destinationToClientOptions(destination));
|
|
292956
293110
|
this.host.emitMessage("check" /* CHECK */, `Check ${s3Url}`);
|
|
292957
293111
|
if (await objectExists(s32, destination.bucketName, destination.objectKey)) {
|
|
292958
293112
|
this.host.emitMessage("found" /* FOUND */, `Found ${s3Url}`);
|
|
@@ -293538,6 +293692,7 @@ var init_publishing = __esm({
|
|
|
293538
293692
|
this.publishInParallel = options.publishInParallel ?? false;
|
|
293539
293693
|
this.buildAssets = options.buildAssets ?? true;
|
|
293540
293694
|
this.publishAssets = options.publishAssets ?? true;
|
|
293695
|
+
this.subprocessOutputDestination = options.subprocessOutputDestination ?? (options.quiet ? "ignore" : "stdio");
|
|
293541
293696
|
const self2 = this;
|
|
293542
293697
|
this.handlerHost = {
|
|
293543
293698
|
aws: this.options.aws,
|
|
@@ -293694,14 +293849,8 @@ var init_publishing = __esm({
|
|
|
293694
293849
|
if (existing) {
|
|
293695
293850
|
return existing;
|
|
293696
293851
|
}
|
|
293697
|
-
if (this.options.quiet !== void 0 && this.options.subprocessOutputDestination) {
|
|
293698
|
-
throw new Error(
|
|
293699
|
-
"Cannot set both quiet and subprocessOutputDestination. Please use only subprocessOutputDestination"
|
|
293700
|
-
);
|
|
293701
|
-
}
|
|
293702
|
-
const subprocessOutputDestination = this.options.subprocessOutputDestination ?? (this.options.quiet ? "ignore" : "stdio");
|
|
293703
293852
|
const ret = makeAssetHandler(this.manifest, asset, this.handlerHost, {
|
|
293704
|
-
subprocessOutputDestination
|
|
293853
|
+
subprocessOutputDestination: this.subprocessOutputDestination
|
|
293705
293854
|
});
|
|
293706
293855
|
this.handlerCache.set(asset, ret);
|
|
293707
293856
|
return ret;
|
|
@@ -293731,8 +293880,8 @@ var init_aws = __esm({
|
|
|
293731
293880
|
import_client_s32 = __toESM(require_dist_cjs88());
|
|
293732
293881
|
import_client_secrets_manager2 = __toESM(require_dist_cjs89());
|
|
293733
293882
|
import_client_sts2 = __toESM(require_dist_cjs92());
|
|
293734
|
-
import_credential_providers3 = __toESM(
|
|
293735
|
-
import_lib_storage2 = __toESM(
|
|
293883
|
+
import_credential_providers3 = __toESM(require_dist_cjs95());
|
|
293884
|
+
import_lib_storage2 = __toESM(require_dist_cjs93());
|
|
293736
293885
|
import_config_resolver11 = __toESM(require_dist_cjs31());
|
|
293737
293886
|
import_node_config_provider6 = __toESM(require_dist_cjs34());
|
|
293738
293887
|
USER_AGENT = "cdk-assets";
|
|
@@ -295365,7 +295514,10 @@ async function waitForChangeSet(cfn, ioHelper, stackName, changeSetName, { fetch
|
|
|
295365
295514
|
async function createDiffChangeSet(ioHelper, options) {
|
|
295366
295515
|
for (const resource of Object.values(options.stack.template.Resources ?? {})) {
|
|
295367
295516
|
if (resource.Type === "AWS::CloudFormation::Stack") {
|
|
295368
|
-
|
|
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...");
|
|
295369
295521
|
return void 0;
|
|
295370
295522
|
}
|
|
295371
295523
|
}
|
|
@@ -295400,7 +295552,7 @@ async function uploadBodyParameterAndCreateChangeSet(ioHelper, options) {
|
|
|
295400
295552
|
const exists = (await CloudFormationStack.lookup(cfn, options.stack.stackName, false)).exists;
|
|
295401
295553
|
const executionRoleArn = await env.replacePlaceholders(options.stack.cloudFormationExecutionRoleArn);
|
|
295402
295554
|
await ioHelper.defaults.info(
|
|
295403
|
-
"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"
|
|
295404
295556
|
);
|
|
295405
295557
|
return await createChangeSet(ioHelper, {
|
|
295406
295558
|
cfn,
|
|
@@ -295416,14 +295568,14 @@ async function uploadBodyParameterAndCreateChangeSet(ioHelper, options) {
|
|
|
295416
295568
|
role: executionRoleArn
|
|
295417
295569
|
});
|
|
295418
295570
|
} catch (e6) {
|
|
295419
|
-
if (
|
|
295420
|
-
|
|
295421
|
-
await ioHelper.defaults.info(
|
|
295422
|
-
"Could not create a change set, will base the diff on template differences (run again with -v to see the reason)\n"
|
|
295423
|
-
);
|
|
295424
|
-
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);
|
|
295425
295573
|
}
|
|
295426
|
-
|
|
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;
|
|
295427
295579
|
}
|
|
295428
295580
|
}
|
|
295429
295581
|
async function uploadStackTemplateAssets(stack, deployments) {
|
|
@@ -295443,7 +295595,9 @@ async function uploadStackTemplateAssets(stack, deployments) {
|
|
|
295443
295595
|
}
|
|
295444
295596
|
}
|
|
295445
295597
|
async function createChangeSet(ioHelper, options) {
|
|
295446
|
-
|
|
295598
|
+
if (options.exists) {
|
|
295599
|
+
await cleanupOldChangeset(options.cfn, ioHelper, options.changeSetName, options.stack.stackName);
|
|
295600
|
+
}
|
|
295447
295601
|
await ioHelper.defaults.debug(`Attempting to create ChangeSet with name ${options.changeSetName} for stack ${options.stack.stackName}`);
|
|
295448
295602
|
const templateParams = TemplateParameters.fromTemplate(options.stack.template);
|
|
295449
295603
|
const stackParams = templateParams.supplyAll(options.parameters);
|
|
@@ -296398,6 +296552,7 @@ var ContextAwareCloudAssemblySource;
|
|
|
296398
296552
|
var init_context_aware_source = __esm({
|
|
296399
296553
|
"../toolkit-lib/lib/api/cloud-assembly/private/context-aware-source.ts"() {
|
|
296400
296554
|
"use strict";
|
|
296555
|
+
init_disposable_box();
|
|
296401
296556
|
init_context_providers();
|
|
296402
296557
|
init_toolkit_error();
|
|
296403
296558
|
init_private();
|
|
@@ -296423,40 +296578,48 @@ var init_context_aware_source = __esm({
|
|
|
296423
296578
|
async produce() {
|
|
296424
296579
|
let previouslyMissingKeys;
|
|
296425
296580
|
while (true) {
|
|
296426
|
-
|
|
296427
|
-
|
|
296428
|
-
|
|
296429
|
-
const
|
|
296430
|
-
|
|
296431
|
-
|
|
296432
|
-
|
|
296433
|
-
|
|
296434
|
-
|
|
296435
|
-
|
|
296436
|
-
|
|
296437
|
-
|
|
296438
|
-
|
|
296439
|
-
|
|
296440
|
-
|
|
296441
|
-
|
|
296442
|
-
|
|
296443
|
-
|
|
296444
|
-
|
|
296445
|
-
|
|
296446
|
-
|
|
296447
|
-
|
|
296448
|
-
|
|
296449
|
-
|
|
296450
|
-
|
|
296451
|
-
|
|
296452
|
-
|
|
296453
|
-
|
|
296454
|
-
|
|
296455
|
-
|
|
296456
|
-
|
|
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
|
+
}
|
|
296457
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;
|
|
296458
296622
|
}
|
|
296459
|
-
return readableAsm;
|
|
296460
296623
|
}
|
|
296461
296624
|
}
|
|
296462
296625
|
};
|
|
@@ -296576,7 +296739,12 @@ async function execInChildProcess(commandAndArgs, options = {}) {
|
|
|
296576
296739
|
stdio: ["ignore", "pipe", "pipe"],
|
|
296577
296740
|
detached: false,
|
|
296578
296741
|
cwd: options.cwd,
|
|
296579
|
-
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
|
+
},
|
|
296580
296748
|
// We are using 'shell: true' on purprose. Traditionally we have allowed shell features in
|
|
296581
296749
|
// this string, so we have to continue to do so into the future. On Windows, this is simply
|
|
296582
296750
|
// necessary to run .bat and .cmd files properly.
|
|
@@ -296587,10 +296755,10 @@ async function execInChildProcess(commandAndArgs, options = {}) {
|
|
|
296587
296755
|
const eventPublisher = options.eventPublisher ?? ((type, line) => {
|
|
296588
296756
|
switch (type) {
|
|
296589
296757
|
case "data_stdout":
|
|
296590
|
-
process.stdout.write(line);
|
|
296758
|
+
process.stdout.write(line + "\n");
|
|
296591
296759
|
return;
|
|
296592
296760
|
case "data_stderr":
|
|
296593
|
-
process.stderr.write(line);
|
|
296761
|
+
process.stderr.write(line + "\n");
|
|
296594
296762
|
return;
|
|
296595
296763
|
case "open":
|
|
296596
296764
|
case "close":
|
|
@@ -308471,8 +308639,7 @@ async function publishAssets(manifest, sdk, targetEnv, options, ioHelper) {
|
|
|
308471
308639
|
throwOnError: false,
|
|
308472
308640
|
publishInParallel: options.parallel ?? true,
|
|
308473
308641
|
buildAssets: true,
|
|
308474
|
-
publishAssets: true
|
|
308475
|
-
quiet: false
|
|
308642
|
+
publishAssets: true
|
|
308476
308643
|
});
|
|
308477
308644
|
await publisher.publish({ allowCrossAccount: options.allowCrossAccount });
|
|
308478
308645
|
if (publisher.hasFailures) {
|
|
@@ -308536,8 +308703,7 @@ var init_asset_publishing = __esm({
|
|
|
308536
308703
|
env,
|
|
308537
308704
|
// region, name, account
|
|
308538
308705
|
assumeRuleArn: options.assumeRoleArn,
|
|
308539
|
-
assumeRoleExternalId: options.assumeRoleExternalId
|
|
308540
|
-
quiet: options.quiet
|
|
308706
|
+
assumeRoleExternalId: options.assumeRoleExternalId
|
|
308541
308707
|
};
|
|
308542
308708
|
if (options.assumeRoleAdditionalOptions) {
|
|
308543
308709
|
cacheKeyMap.assumeRoleAdditionalOptions = options.assumeRoleAdditionalOptions;
|
|
@@ -308554,8 +308720,7 @@ var init_asset_publishing = __esm({
|
|
|
308554
308720
|
assumeRoleArn: options.assumeRoleArn,
|
|
308555
308721
|
assumeRoleExternalId: options.assumeRoleExternalId,
|
|
308556
308722
|
assumeRoleAdditionalOptions: options.assumeRoleAdditionalOptions
|
|
308557
|
-
}
|
|
308558
|
-
options.quiet
|
|
308723
|
+
}
|
|
308559
308724
|
)).sdk;
|
|
308560
308725
|
this.sdkCache.set(cacheKey, sdk);
|
|
308561
308726
|
return sdk;
|
|
@@ -310695,25 +310860,6 @@ async function deployStack(options, ioHelper) {
|
|
|
310695
310860
|
const stackArtifact = options.stack;
|
|
310696
310861
|
const stackEnv = options.resolvedEnvironment;
|
|
310697
310862
|
let deploymentMethod = options.deploymentMethod ?? { method: "change-set" };
|
|
310698
|
-
if (options.hotswap && deploymentMethod?.method !== "hotswap") {
|
|
310699
|
-
switch (options.hotswap) {
|
|
310700
|
-
case "hotswap-only" /* HOTSWAP_ONLY */:
|
|
310701
|
-
deploymentMethod = {
|
|
310702
|
-
method: "hotswap",
|
|
310703
|
-
properties: options.hotswapPropertyOverrides
|
|
310704
|
-
};
|
|
310705
|
-
break;
|
|
310706
|
-
case "fall-back" /* FALL_BACK */:
|
|
310707
|
-
deploymentMethod = {
|
|
310708
|
-
method: "hotswap",
|
|
310709
|
-
properties: options.hotswapPropertyOverrides,
|
|
310710
|
-
fallback: deploymentMethod
|
|
310711
|
-
};
|
|
310712
|
-
break;
|
|
310713
|
-
case "full-deployment" /* FULL_DEPLOYMENT */:
|
|
310714
|
-
break;
|
|
310715
|
-
}
|
|
310716
|
-
}
|
|
310717
310863
|
options.sdk.appendCustomUserAgent(options.extraUserAgent);
|
|
310718
310864
|
const cfn = options.sdk.cloudFormation();
|
|
310719
310865
|
const deployName = options.deployName || stackArtifact.stackName;
|
|
@@ -311330,20 +311476,6 @@ var init_deployments = __esm({
|
|
|
311330
311476
|
return response.ResourceIdentifierSummaries ?? [];
|
|
311331
311477
|
}
|
|
311332
311478
|
async deployStack(options) {
|
|
311333
|
-
let deploymentMethod = options.deploymentMethod;
|
|
311334
|
-
if (options.changeSetName || options.execute !== void 0) {
|
|
311335
|
-
if (deploymentMethod) {
|
|
311336
|
-
throw new ToolkitError(
|
|
311337
|
-
"ConflictingDeploymentOptions",
|
|
311338
|
-
"You cannot supply both 'deploymentMethod' and 'changeSetName/execute'. Supply one or the other."
|
|
311339
|
-
);
|
|
311340
|
-
}
|
|
311341
|
-
deploymentMethod = {
|
|
311342
|
-
method: "change-set",
|
|
311343
|
-
changeSetName: options.changeSetName,
|
|
311344
|
-
execute: options.execute
|
|
311345
|
-
};
|
|
311346
|
-
}
|
|
311347
311479
|
const env = await this.envs.accessStackForMutableStackOperations(options.stack);
|
|
311348
311480
|
await this.validateBootstrapStackVersion(
|
|
311349
311481
|
options.stack.stackName,
|
|
@@ -311363,13 +311495,11 @@ var init_deployments = __esm({
|
|
|
311363
311495
|
reuseAssets: options.reuseAssets,
|
|
311364
311496
|
envResources: env.resources,
|
|
311365
311497
|
tags: options.tags,
|
|
311366
|
-
deploymentMethod,
|
|
311498
|
+
deploymentMethod: options.deploymentMethod,
|
|
311367
311499
|
forceDeployment: options.forceDeployment,
|
|
311368
311500
|
parameters: options.parameters,
|
|
311369
311501
|
usePreviousParameters: options.usePreviousParameters,
|
|
311370
311502
|
rollback: options.rollback,
|
|
311371
|
-
hotswap: options.hotswap,
|
|
311372
|
-
hotswapPropertyOverrides: options.hotswapPropertyOverrides,
|
|
311373
311503
|
extraUserAgent: options.extraUserAgent,
|
|
311374
311504
|
resourcesToImport: options.resourcesToImport,
|
|
311375
311505
|
overrideTemplate: options.overrideTemplate,
|
|
@@ -312833,41 +312963,17 @@ async function cfnDiff2(ioHelper, stacks, deployments, options, sdkProvider, inc
|
|
|
312833
312963
|
return templateInfos;
|
|
312834
312964
|
}
|
|
312835
312965
|
async function changeSetDiff(ioHelper, deployments, stack, sdkProvider, resourcesToImport, parameters = {}, fallBackToTemplate = true, importExistingResources = false) {
|
|
312836
|
-
|
|
312837
|
-
|
|
312838
|
-
|
|
312839
|
-
|
|
312840
|
-
|
|
312841
|
-
|
|
312842
|
-
|
|
312843
|
-
|
|
312844
|
-
|
|
312845
|
-
|
|
312846
|
-
|
|
312847
|
-
await ioHelper.defaults.debug(`Checking if the stack ${stack.stackName} exists before creating the changeset has failed, will base the diff on template differences.
|
|
312848
|
-
`);
|
|
312849
|
-
await ioHelper.defaults.debug(formatErrorMessage(e6));
|
|
312850
|
-
stackExists = false;
|
|
312851
|
-
}
|
|
312852
|
-
if (stackExists) {
|
|
312853
|
-
return createDiffChangeSet(ioHelper, {
|
|
312854
|
-
stack,
|
|
312855
|
-
uuid: v4_default(),
|
|
312856
|
-
deployments,
|
|
312857
|
-
willExecute: false,
|
|
312858
|
-
sdkProvider,
|
|
312859
|
-
parameters,
|
|
312860
|
-
resourcesToImport,
|
|
312861
|
-
failOnError: !fallBackToTemplate,
|
|
312862
|
-
importExistingResources
|
|
312863
|
-
});
|
|
312864
|
-
} else {
|
|
312865
|
-
if (!fallBackToTemplate) {
|
|
312866
|
-
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.`);
|
|
312867
|
-
}
|
|
312868
|
-
await ioHelper.defaults.debug(`the stack '${stack.stackName}' has not been deployed to CloudFormation, skipping changeset creation.`);
|
|
312869
|
-
return;
|
|
312870
|
-
}
|
|
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
|
+
});
|
|
312871
312977
|
}
|
|
312872
312978
|
function appendObject(obj1, obj2) {
|
|
312873
312979
|
for (const key in obj2) {
|
|
@@ -315177,6 +315283,7 @@ var init_toolkit = __esm({
|
|
|
315177
315283
|
init_bootstrap3();
|
|
315178
315284
|
init_cloud_assembly3();
|
|
315179
315285
|
init_private3();
|
|
315286
|
+
init_disposable_box();
|
|
315180
315287
|
init_source_builder();
|
|
315181
315288
|
init_deployments2();
|
|
315182
315289
|
init_diff4();
|
|
@@ -315327,36 +315434,44 @@ var init_toolkit = __esm({
|
|
|
315327
315434
|
* it after use.
|
|
315328
315435
|
*/
|
|
315329
315436
|
async synth(cx, options = {}) {
|
|
315330
|
-
|
|
315331
|
-
|
|
315332
|
-
|
|
315333
|
-
|
|
315334
|
-
|
|
315335
|
-
|
|
315336
|
-
|
|
315337
|
-
|
|
315338
|
-
|
|
315339
|
-
|
|
315340
|
-
|
|
315341
|
-
|
|
315342
|
-
|
|
315343
|
-
|
|
315344
|
-
|
|
315345
|
-
|
|
315346
|
-
|
|
315347
|
-
|
|
315348
|
-
|
|
315349
|
-
|
|
315350
|
-
|
|
315351
|
-
|
|
315352
|
-
|
|
315353
|
-
|
|
315354
|
-
|
|
315355
|
-
|
|
315356
|
-
|
|
315357
|
-
|
|
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;
|
|
315358
315474
|
}
|
|
315359
|
-
return new CachedCloudAssembly(assembly);
|
|
315360
315475
|
}
|
|
315361
315476
|
/**
|
|
315362
315477
|
* Diff Action
|
|
@@ -316475,25 +316590,20 @@ var init_toolkit_lib = __esm({
|
|
|
316475
316590
|
this.options = options;
|
|
316476
316591
|
this.showOutput = options.showOutput ?? false;
|
|
316477
316592
|
this.ioHost = new IntegRunnerIoHost();
|
|
316478
|
-
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({
|
|
316479
316600
|
ioHost: this.showOutput ? this.ioHost : new NoopIoHost(),
|
|
316480
316601
|
sdkConfig: {
|
|
316481
316602
|
baseCredentials: import_toolkit_lib.BaseCredentials.awsCliCompatible({
|
|
316482
|
-
profile
|
|
316483
|
-
defaultRegion:
|
|
316603
|
+
profile,
|
|
316604
|
+
defaultRegion: region
|
|
316484
316605
|
})
|
|
316485
316606
|
}
|
|
316486
|
-
// @TODO - these options are currently available on the action calls
|
|
316487
|
-
// but toolkit-lib needs them at the constructor level.
|
|
316488
|
-
// Need to decide what to do with them.
|
|
316489
|
-
//
|
|
316490
|
-
// Validations
|
|
316491
|
-
// - assemblyFailureAt: options.strict ?? options.ignoreErrors
|
|
316492
|
-
// Logging
|
|
316493
|
-
// - options.color
|
|
316494
|
-
// SDK
|
|
316495
|
-
// - options.proxy
|
|
316496
|
-
// - options.caBundlePath
|
|
316497
316607
|
});
|
|
316498
316608
|
}
|
|
316499
316609
|
/**
|
|
@@ -316539,8 +316649,9 @@ var init_toolkit_lib = __esm({
|
|
|
316539
316649
|
* Lists the stacks in the CDK app
|
|
316540
316650
|
*/
|
|
316541
316651
|
async list(options) {
|
|
316652
|
+
const toolkit = this.createToolkit(options.profile ?? this.options.profile, this.options.region);
|
|
316542
316653
|
const cx = await this.cx(options);
|
|
316543
|
-
const stacks = await
|
|
316654
|
+
const stacks = await toolkit.list(cx, {
|
|
316544
316655
|
stacks: this.stackSelector(options)
|
|
316545
316656
|
});
|
|
316546
316657
|
return stacks.map((s6) => s6.name);
|
|
@@ -316549,8 +316660,9 @@ var init_toolkit_lib = __esm({
|
|
|
316549
316660
|
* Deploys the CDK app
|
|
316550
316661
|
*/
|
|
316551
316662
|
async deploy(options) {
|
|
316663
|
+
const toolkit = this.createToolkit(options.profile ?? this.options.profile, this.options.region);
|
|
316552
316664
|
const cx = await this.cx(options);
|
|
316553
|
-
await
|
|
316665
|
+
await toolkit.deploy(cx, {
|
|
316554
316666
|
roleArn: options.roleArn,
|
|
316555
316667
|
traceLogs: options.traceLogs,
|
|
316556
316668
|
stacks: this.stackSelector(options),
|
|
@@ -316564,9 +316676,10 @@ var init_toolkit_lib = __esm({
|
|
|
316564
316676
|
* Watches the CDK app for changes and deploys them automatically
|
|
316565
316677
|
*/
|
|
316566
316678
|
async watch(options, events) {
|
|
316679
|
+
const toolkit = this.createToolkit(options.profile ?? this.options.profile, this.options.region);
|
|
316567
316680
|
const cx = await this.cx(options);
|
|
316568
316681
|
try {
|
|
316569
|
-
const watcher = await
|
|
316682
|
+
const watcher = await toolkit.watch(cx, {
|
|
316570
316683
|
roleArn: options.roleArn,
|
|
316571
316684
|
traceLogs: options.traceLogs,
|
|
316572
316685
|
stacks: this.stackSelector(options),
|
|
@@ -316590,8 +316703,9 @@ var init_toolkit_lib = __esm({
|
|
|
316590
316703
|
* Destroys the CDK app
|
|
316591
316704
|
*/
|
|
316592
316705
|
async destroy(options) {
|
|
316706
|
+
const toolkit = this.createToolkit(options.profile ?? this.options.profile, this.options.region);
|
|
316593
316707
|
const cx = await this.cx(options);
|
|
316594
|
-
await
|
|
316708
|
+
await toolkit.destroy(cx, {
|
|
316595
316709
|
roleArn: options.roleArn,
|
|
316596
316710
|
stacks: this.stackSelector(options)
|
|
316597
316711
|
});
|