@go-to-k/cdkd 0.223.4 → 0.225.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.
|
@@ -8507,6 +8507,7 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
8507
8507
|
["AWS::ApiGatewayV2::Authorizer", {
|
|
8508
8508
|
handled: new Set([
|
|
8509
8509
|
"ApiId",
|
|
8510
|
+
"AuthorizerCredentialsArn",
|
|
8510
8511
|
"AuthorizerPayloadFormatVersion",
|
|
8511
8512
|
"AuthorizerResultTtlInSeconds",
|
|
8512
8513
|
"AuthorizerType",
|
|
@@ -8517,7 +8518,7 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
8517
8518
|
"JwtConfiguration",
|
|
8518
8519
|
"Name"
|
|
8519
8520
|
]),
|
|
8520
|
-
silentDrop: new Map(
|
|
8521
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
8521
8522
|
}],
|
|
8522
8523
|
["AWS::ApiGatewayV2::Integration", {
|
|
8523
8524
|
handled: new Set([
|
|
@@ -9331,13 +9332,14 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
9331
9332
|
"AlpnPolicy",
|
|
9332
9333
|
"Certificates",
|
|
9333
9334
|
"DefaultActions",
|
|
9335
|
+
"ListenerAttributes",
|
|
9334
9336
|
"LoadBalancerArn",
|
|
9335
9337
|
"MutualAuthentication",
|
|
9336
9338
|
"Port",
|
|
9337
9339
|
"Protocol",
|
|
9338
9340
|
"SslPolicy"
|
|
9339
9341
|
]),
|
|
9340
|
-
silentDrop: new Map(
|
|
9342
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
9341
9343
|
}],
|
|
9342
9344
|
["AWS::ElasticLoadBalancingV2::LoadBalancer", {
|
|
9343
9345
|
handled: new Set([
|
|
@@ -13235,4 +13237,4 @@ var DeployEngine = class {
|
|
|
13235
13237
|
|
|
13236
13238
|
//#endregion
|
|
13237
13239
|
export { AssemblyReader as $, shouldRetainResource as A, getDefaultStateBucketName as B, applyRoleArnIfSet as C, LockManager as D, TemplateParser as E, formatDockerLoginError as F, resolveStateBucketWithDefault as G, resolveApp as H, getDockerCmd as I, CFN_TEMPLATE_BODY_LIMIT as J, resolveStateBucketWithDefaultAndSource as K, runDockerForeground as L, stringifyValue as M, WorkGraph as N, S3StateBackend as O, buildDockerImage as P, uploadCfnTemplate as Q, runDockerStreaming as R, IntrinsicFunctionResolver as S, DagBuilder as T, resolveCaptureObservedState as U, getLegacyStateBucketName as V, resolveSkipPrefix as W, MIGRATE_TMP_PREFIX as X, CFN_TEMPLATE_URL_LIMIT as Y, findLargeInlineResources as Z, IAMRoleProvider as _, withRetry as a, findActionableSilentDrops as b, computeImplicitDeleteEdges as c, bold as d, clearBucketRegionCache as et, cyan as f, yellow as g, red as h, withResourceDeadline as i, AssetPublisher as j, rebuildClientForBucketRegion as k, extractDeploymentEventError as l, green as m, DEFAULT_RESOURCE_WARN_AFTER_MS as n, isRetryableTransientError as o, gray as p, warnDeprecatedNoPrefixCliFlag as q, DeployEngine as r, IMPLICIT_DELETE_DEPENDENCIES as s, DEFAULT_RESOURCE_TIMEOUT_MS as t, resolveBucketRegion as tt, formatResourceLine as u, collectInlinePolicyNamesManagedBySiblings as v, DiffCalculator as w, CloudControlProvider as x, ProviderRegistry as y, Synthesizer as z };
|
|
13238
|
-
//# sourceMappingURL=deploy-engine-
|
|
13240
|
+
//# sourceMappingURL=deploy-engine-D0CE-sUC.js.map
|