@go-to-k/cdkd 0.183.0 → 0.185.0
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.
|
@@ -8784,6 +8784,7 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
8784
8784
|
handled: new Set([
|
|
8785
8785
|
"ContainerDefinitions",
|
|
8786
8786
|
"Cpu",
|
|
8787
|
+
"EnableFaultInjection",
|
|
8787
8788
|
"EphemeralStorage",
|
|
8788
8789
|
"ExecutionRoleArn",
|
|
8789
8790
|
"Family",
|
|
@@ -8799,7 +8800,7 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
8799
8800
|
"TaskRoleArn",
|
|
8800
8801
|
"Volumes"
|
|
8801
8802
|
]),
|
|
8802
|
-
silentDrop: new Map([["
|
|
8803
|
+
silentDrop: new Map([["InferenceAccelerators", "AWS Elastic Inference end-of-life 2024-04; use AWS Inferentia / Trainium accelerator instance families instead"]])
|
|
8803
8804
|
}],
|
|
8804
8805
|
["AWS::EFS::AccessPoint", {
|
|
8805
8806
|
handled: new Set([
|
|
@@ -9291,12 +9292,13 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
9291
9292
|
"EventSourceToken",
|
|
9292
9293
|
"FunctionName",
|
|
9293
9294
|
"FunctionUrlAuthType",
|
|
9295
|
+
"InvokedViaFunctionUrl",
|
|
9294
9296
|
"Principal",
|
|
9295
9297
|
"PrincipalOrgID",
|
|
9296
9298
|
"SourceAccount",
|
|
9297
9299
|
"SourceArn"
|
|
9298
9300
|
]),
|
|
9299
|
-
silentDrop: new Map(
|
|
9301
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
9300
9302
|
}],
|
|
9301
9303
|
["AWS::Lambda::Url", {
|
|
9302
9304
|
handled: new Set([
|
|
@@ -11192,7 +11194,8 @@ const RETRYABLE_ERROR_MESSAGE_PATTERNS = [
|
|
|
11192
11194
|
"Please ensure the role can perform",
|
|
11193
11195
|
"KMS key is invalid for CreateGrant",
|
|
11194
11196
|
"Could not deliver test message",
|
|
11195
|
-
"wait 60 seconds"
|
|
11197
|
+
"wait 60 seconds",
|
|
11198
|
+
"concurrent update operation"
|
|
11196
11199
|
];
|
|
11197
11200
|
/**
|
|
11198
11201
|
* HTTP status codes that always indicate a transient failure worth retrying.
|
|
@@ -12572,4 +12575,4 @@ var DeployEngine = class {
|
|
|
12572
12575
|
|
|
12573
12576
|
//#endregion
|
|
12574
12577
|
export { AssetError as $, S3StateBackend as A, resolveCaptureObservedState as B, assertRegionMatch as C, DagBuilder as D, DiffCalculator as E, buildDockerImage as F, CFN_TEMPLATE_BODY_LIMIT as G, resolveStateBucketWithDefault as H, Synthesizer as I, findLargeInlineResources as J, CFN_TEMPLATE_URL_LIMIT as K, getDefaultStateBucketName as L, AssetPublisher as M, stringifyValue as N, TemplateParser as O, WorkGraph as P, resolveBucketRegion as Q, getLegacyStateBucketName as R, CloudControlProvider as S, applyRoleArnIfSet as T, resolveStateBucketWithDefaultAndSource as U, resolveSkipPrefix as V, warnDeprecatedNoPrefixCliFlag as W, AssemblyReader as X, uploadCfnTemplate as Y, clearBucketRegionCache as Z, matchesCdkPath as _, formatError as _t, withRetry as a, LocalStartServiceError as at, ProviderRegistry as b, withErrorHandling as bt, bold as c, NestedStackChildDirectDestroyError as ct, green as d, ResourceTimeoutError as dt, CdkdError as et, red as f, ResourceUpdateNotSupportedError as ft, CDK_PATH_TAG as g, SynthesisError as gt, collectInlinePolicyNamesManagedBySiblings as h, StateError as ht, withResourceDeadline as i, LocalMigrateError as it, shouldRetainResource as j, LockManager as k, cyan as l, PartialFailureError as lt, IAMRoleProvider as m, StackTerminationProtectionError as mt, DEFAULT_RESOURCE_WARN_AFTER_MS as n, DependencyError as nt, IMPLICIT_DELETE_DEPENDENCIES as o, LockError as ot, yellow as p, StackHasActiveImportsError as pt, MIGRATE_TMP_PREFIX as q, DeployEngine as r, LocalInvokeBuildError as rt, formatResourceLine as s, MissingCdkCliError as st, DEFAULT_RESOURCE_TIMEOUT_MS as t, ConfigError as tt, gray as u, ProvisioningError as ut, normalizeAwsTagsToCfn as v, isCdkdError as vt, IntrinsicFunctionResolver as w, findActionableSilentDrops as x, resolveExplicitPhysicalId as y, normalizeAwsError as yt, resolveApp as z };
|
|
12575
|
-
//# sourceMappingURL=deploy-engine-
|
|
12578
|
+
//# sourceMappingURL=deploy-engine-D2zFFHWI.js.map
|