@go-to-k/cdkd 0.230.1 → 0.230.2
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.
|
@@ -4917,6 +4917,14 @@ var ReplacementRulesRegistry = class {
|
|
|
4917
4917
|
"ProvisionedConcurrencyConfig",
|
|
4918
4918
|
"RuntimePolicy"
|
|
4919
4919
|
]) });
|
|
4920
|
+
this.rules.set("AWS::Lambda::EventInvokeConfig", {
|
|
4921
|
+
replacementProperties: new Set(["FunctionName", "Qualifier"]),
|
|
4922
|
+
updateableProperties: new Set([
|
|
4923
|
+
"MaximumEventAgeInSeconds",
|
|
4924
|
+
"MaximumRetryAttempts",
|
|
4925
|
+
"DestinationConfig"
|
|
4926
|
+
])
|
|
4927
|
+
});
|
|
4920
4928
|
this.rules.set("AWS::DynamoDB::Table", {
|
|
4921
4929
|
replacementProperties: new Set(["TableName", "KeySchema"]),
|
|
4922
4930
|
updateableProperties: new Set([
|
|
@@ -7269,9 +7277,6 @@ const NON_PROVISIONABLE_TYPES = new Set([
|
|
|
7269
7277
|
"AWS::AppMesh::VirtualRouter",
|
|
7270
7278
|
"AWS::AppMesh::VirtualService",
|
|
7271
7279
|
"AWS::AppStream::Fleet",
|
|
7272
|
-
"AWS::AppStream::StackFleetAssociation",
|
|
7273
|
-
"AWS::AppStream::StackUserAssociation",
|
|
7274
|
-
"AWS::AppStream::User",
|
|
7275
7280
|
"AWS::AppSync::ApiCache",
|
|
7276
7281
|
"AWS::AutoScalingPlans::ScalingPlan",
|
|
7277
7282
|
"AWS::BedrockAgentCore::Browser",
|
|
@@ -7313,7 +7318,6 @@ const NON_PROVISIONABLE_TYPES = new Set([
|
|
|
7313
7318
|
"AWS::EC2::VPNGatewayRoutePropagation",
|
|
7314
7319
|
"AWS::ElastiCache::SecurityGroup",
|
|
7315
7320
|
"AWS::ElastiCache::SecurityGroupIngress",
|
|
7316
|
-
"AWS::ElasticLoadBalancing::LoadBalancer",
|
|
7317
7321
|
"AWS::ElasticLoadBalancingV2::ListenerCertificate",
|
|
7318
7322
|
"AWS::Elasticsearch::Domain",
|
|
7319
7323
|
"AWS::EMR::Cluster",
|
|
@@ -7347,6 +7351,7 @@ const NON_PROVISIONABLE_TYPES = new Set([
|
|
|
7347
7351
|
"AWS::Greengrass::ResourceDefinitionVersion",
|
|
7348
7352
|
"AWS::Greengrass::SubscriptionDefinition",
|
|
7349
7353
|
"AWS::Greengrass::SubscriptionDefinitionVersion",
|
|
7354
|
+
"AWS::GuardDuty::ThreatEntitySet",
|
|
7350
7355
|
"AWS::IAM::AccessKey",
|
|
7351
7356
|
"AWS::IoT::PolicyPrincipalAttachment",
|
|
7352
7357
|
"AWS::IoT::ThingPrincipalAttachment",
|
|
@@ -7360,7 +7365,6 @@ const NON_PROVISIONABLE_TYPES = new Set([
|
|
|
7360
7365
|
"AWS::LakeFormation::DataLakeSettings",
|
|
7361
7366
|
"AWS::LakeFormation::Permissions",
|
|
7362
7367
|
"AWS::LakeFormation::Resource",
|
|
7363
|
-
"AWS::LicenseManager::License",
|
|
7364
7368
|
"AWS::ManagedBlockchain::Member",
|
|
7365
7369
|
"AWS::ManagedBlockchain::Node",
|
|
7366
7370
|
"AWS::MediaConvert::JobTemplate",
|
|
@@ -9938,6 +9942,16 @@ const PROPERTY_COVERAGE_BY_TYPE = new Map([
|
|
|
9938
9942
|
]),
|
|
9939
9943
|
silentDrop: /* @__PURE__ */ new Map()
|
|
9940
9944
|
}],
|
|
9945
|
+
["AWS::Lambda::EventInvokeConfig", {
|
|
9946
|
+
handled: new Set([
|
|
9947
|
+
"DestinationConfig",
|
|
9948
|
+
"FunctionName",
|
|
9949
|
+
"MaximumEventAgeInSeconds",
|
|
9950
|
+
"MaximumRetryAttempts",
|
|
9951
|
+
"Qualifier"
|
|
9952
|
+
]),
|
|
9953
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
9954
|
+
}],
|
|
9941
9955
|
["AWS::Lambda::EventSourceMapping", {
|
|
9942
9956
|
handled: new Set([
|
|
9943
9957
|
"AmazonManagedKafkaEventSourceConfig",
|
|
@@ -13664,4 +13678,4 @@ var DeployEngine = class {
|
|
|
13664
13678
|
|
|
13665
13679
|
//#endregion
|
|
13666
13680
|
export { CFN_TEMPLATE_BODY_LIMIT as $, LockManager as A, runDockerForeground as B, findActionableSilentDrops as C, DiffCalculator as D, applyRoleArnIfSet as E, stringifyValue as F, getDefaultStateBucketName as G, AssetManifestLoader as H, WorkGraph as I, resolveCaptureObservedState as J, getLegacyStateBucketName as K, buildDockerImage as L, rebuildClientForBucketRegion as M, shouldRetainResource as N, DagBuilder as O, AssetPublisher as P, warnDeprecatedNoPrefixCliFlag as Q, formatDockerLoginError as R, ProviderRegistry as S, IntrinsicFunctionResolver as T, getDockerImageBySourceHash as U, runDockerStreaming as V, Synthesizer as W, resolveStateBucketWithDefault as X, resolveSkipPrefix as Y, resolveStateBucketWithDefaultAndSource as Z, green as _, withRetry as a, clearBucketRegionCache as at, IAMRoleProvider as b, computeImplicitDeleteEdges as c, isStatefulRecreateTargetSync as d, CFN_TEMPLATE_URL_LIMIT as et, renderStatefulReason as f, gray as g, cyan as h, withResourceDeadline as i, AssemblyReader as it, S3StateBackend as j, TemplateParser as k, extractDeploymentEventError as l, bold as m, DEFAULT_RESOURCE_WARN_AFTER_MS as n, findLargeInlineResources as nt, isRetryableTransientError as o, resolveBucketRegion as ot, formatResourceLine as p, resolveApp as q, DeployEngine as r, uploadCfnTemplate as rt, IMPLICIT_DELETE_DEPENDENCIES as s, DEFAULT_RESOURCE_TIMEOUT_MS as t, MIGRATE_TMP_PREFIX as tt, MULTI_REGION_RECREATE_BLOCKED_TYPES as u, red as v, CloudControlProvider as w, collectInlinePolicyNamesManagedBySiblings as x, yellow as y, getDockerCmd as z };
|
|
13667
|
-
//# sourceMappingURL=deploy-engine-
|
|
13681
|
+
//# sourceMappingURL=deploy-engine-BHGrlCLe.js.map
|