@go-to-k/cdkd 0.185.1 → 0.187.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.
|
@@ -8049,6 +8049,7 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
8049
8049
|
"CorsConfiguration",
|
|
8050
8050
|
"Description",
|
|
8051
8051
|
"DisableExecuteApiEndpoint",
|
|
8052
|
+
"IpAddressType",
|
|
8052
8053
|
"Name",
|
|
8053
8054
|
"ProtocolType",
|
|
8054
8055
|
"RouteSelectionExpression",
|
|
@@ -8062,7 +8063,6 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
8062
8063
|
["CredentialsArn", "Quick-create shortcut (paired with RouteKey/Target); cdkd models the integration as an explicit AWS::ApiGatewayV2::Integration resource instead."],
|
|
8063
8064
|
["DisableSchemaValidation", "Schema-validation toggle on CreateApi/UpdateApi that AWS docs scope to WebSocket APIs using AWS::ApiGatewayV2::Model — that resource type is not yet registered in cdkd, so the toggle has no effect to wire."],
|
|
8064
8065
|
["FailOnWarnings", "OpenAPI-import-only flag; meaningful only on the ImportApi code path."],
|
|
8065
|
-
["IpAddressType", "not yet implemented by cdkd"],
|
|
8066
8066
|
["RouteKey", "Quick-create shortcut: CreateApi inline-creates a default route+integration from RouteKey/Target/CredentialsArn. cdkd models routes/integrations as explicit AWS::ApiGatewayV2::Route/::Integration resources, so this convenience field is not wired."],
|
|
8067
8067
|
["Target", "Quick-create shortcut (paired with RouteKey/CredentialsArn); cdkd models the integration as an explicit AWS::ApiGatewayV2::Integration resource instead."]
|
|
8068
8068
|
])
|
|
@@ -8076,10 +8076,11 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
8076
8076
|
"AuthorizerUri",
|
|
8077
8077
|
"EnableSimpleResponses",
|
|
8078
8078
|
"IdentitySource",
|
|
8079
|
+
"IdentityValidationExpression",
|
|
8079
8080
|
"JwtConfiguration",
|
|
8080
8081
|
"Name"
|
|
8081
8082
|
]),
|
|
8082
|
-
silentDrop: new Map([["AuthorizerCredentialsArn", "not yet implemented by cdkd"]
|
|
8083
|
+
silentDrop: new Map([["AuthorizerCredentialsArn", "not yet implemented by cdkd"]])
|
|
8083
8084
|
}],
|
|
8084
8085
|
["AWS::ApiGatewayV2::Integration", {
|
|
8085
8086
|
handled: new Set([
|
|
@@ -12588,4 +12589,4 @@ var DeployEngine = class {
|
|
|
12588
12589
|
|
|
12589
12590
|
//#endregion
|
|
12590
12591
|
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 };
|
|
12591
|
-
//# sourceMappingURL=deploy-engine-
|
|
12592
|
+
//# sourceMappingURL=deploy-engine-BaPUKMxP.js.map
|