@go-to-k/cdkd 0.176.0 → 0.178.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.
@@ -8032,26 +8032,26 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
8032
8032
  }],
8033
8033
  ["AWS::ApiGatewayV2::Api", {
8034
8034
  handled: new Set([
8035
+ "ApiKeySelectionExpression",
8035
8036
  "CorsConfiguration",
8036
8037
  "Description",
8038
+ "DisableExecuteApiEndpoint",
8037
8039
  "Name",
8038
8040
  "ProtocolType",
8039
- "Tags"
8041
+ "RouteSelectionExpression",
8042
+ "Tags",
8043
+ "Version"
8040
8044
  ]),
8041
8045
  silentDrop: new Map([
8042
- ["ApiKeySelectionExpression", "not yet implemented by cdkd"],
8043
8046
  ["BasePath", "OpenAPI-import-only basePath override; meaningful only on the ImportApi code path."],
8044
8047
  ["Body", "OpenAPI/Swagger inline spec; routed through ImportApi, not the field-by-field CreateApi path."],
8045
8048
  ["BodyS3Location", "OpenAPI/Swagger spec on S3; routed through ImportApi, not the field-by-field CreateApi path."],
8046
- ["CredentialsArn", "not yet implemented by cdkd"],
8047
- ["DisableExecuteApiEndpoint", "not yet implemented by cdkd"],
8049
+ ["CredentialsArn", "Quick-create shortcut (paired with RouteKey/Target); cdkd models the integration as an explicit AWS::ApiGatewayV2::Integration resource instead."],
8048
8050
  ["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."],
8049
8051
  ["FailOnWarnings", "OpenAPI-import-only flag; meaningful only on the ImportApi code path."],
8050
8052
  ["IpAddressType", "not yet implemented by cdkd"],
8051
- ["RouteKey", "not yet implemented by cdkd"],
8052
- ["RouteSelectionExpression", "not yet implemented by cdkd"],
8053
- ["Target", "not yet implemented by cdkd"],
8054
- ["Version", "not yet implemented by cdkd"]
8053
+ ["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."],
8054
+ ["Target", "Quick-create shortcut (paired with RouteKey/CredentialsArn); cdkd models the integration as an explicit AWS::ApiGatewayV2::Integration resource instead."]
8055
8055
  ])
8056
8056
  }],
8057
8057
  ["AWS::ApiGatewayV2::Authorizer", {
@@ -8074,24 +8074,24 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
8074
8074
  ["AWS::ApiGatewayV2::Integration", {
8075
8075
  handled: new Set([
8076
8076
  "ApiId",
8077
+ "Description",
8077
8078
  "IntegrationMethod",
8078
8079
  "IntegrationType",
8079
8080
  "IntegrationUri",
8080
- "PayloadFormatVersion"
8081
+ "PayloadFormatVersion",
8082
+ "RequestParameters",
8083
+ "TimeoutInMillis"
8081
8084
  ]),
8082
8085
  silentDrop: new Map([
8083
8086
  ["ConnectionId", "not yet implemented by cdkd"],
8084
8087
  ["ConnectionType", "not yet implemented by cdkd"],
8085
8088
  ["ContentHandlingStrategy", "not yet implemented by cdkd"],
8086
8089
  ["CredentialsArn", "not yet implemented by cdkd"],
8087
- ["Description", "not yet implemented by cdkd"],
8088
8090
  ["IntegrationSubtype", "not yet implemented by cdkd"],
8089
8091
  ["PassthroughBehavior", "not yet implemented by cdkd"],
8090
- ["RequestParameters", "not yet implemented by cdkd"],
8091
8092
  ["RequestTemplates", "not yet implemented by cdkd"],
8092
8093
  ["ResponseParameters", "not yet implemented by cdkd"],
8093
8094
  ["TemplateSelectionExpression", "not yet implemented by cdkd"],
8094
- ["TimeoutInMillis", "not yet implemented by cdkd"],
8095
8095
  ["TlsConfig", "not yet implemented by cdkd"]
8096
8096
  ])
8097
8097
  }],
@@ -8117,17 +8117,17 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
8117
8117
  handled: new Set([
8118
8118
  "ApiId",
8119
8119
  "AutoDeploy",
8120
+ "DefaultRouteSettings",
8120
8121
  "Description",
8121
8122
  "StageName",
8123
+ "StageVariables",
8122
8124
  "Tags"
8123
8125
  ]),
8124
8126
  silentDrop: new Map([
8125
8127
  ["AccessLogSettings", "not yet implemented by cdkd"],
8126
8128
  ["ClientCertificateId", "not yet implemented by cdkd"],
8127
- ["DefaultRouteSettings", "not yet implemented by cdkd"],
8128
8129
  ["DeploymentId", "not yet implemented by cdkd"],
8129
- ["RouteSettings", "not yet implemented by cdkd"],
8130
- ["StageVariables", "not yet implemented by cdkd"]
8130
+ ["RouteSettings", "not yet implemented by cdkd"]
8131
8131
  ])
8132
8132
  }],
8133
8133
  ["AWS::AppSync::ApiKey", {
@@ -8533,14 +8533,14 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
8533
8533
  "TableClass",
8534
8534
  "TableName",
8535
8535
  "Tags",
8536
- "TimeToLiveSpecification"
8536
+ "TimeToLiveSpecification",
8537
+ "WarmThroughput"
8537
8538
  ]),
8538
8539
  silentDrop: new Map([
8539
8540
  ["ContributorInsightsSpecification", "not yet implemented by cdkd"],
8540
8541
  ["ImportSourceSpecification", "not yet implemented by cdkd"],
8541
8542
  ["KinesisStreamSpecification", "not yet implemented by cdkd"],
8542
- ["ResourcePolicy", "not yet implemented by cdkd"],
8543
- ["WarmThroughput", "not yet implemented by cdkd"]
8543
+ ["ResourcePolicy", "not yet implemented by cdkd"]
8544
8544
  ])
8545
8545
  }],
8546
8546
  ["AWS::EC2::Instance", {
@@ -12572,4 +12572,4 @@ var DeployEngine = class {
12572
12572
 
12573
12573
  //#endregion
12574
12574
  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-DgR-Ev-E.js.map
12575
+ //# sourceMappingURL=deploy-engine-DNfN9SJO.js.map