@go-to-k/cdkd 0.231.4 → 0.231.5
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.
|
@@ -31,7 +31,7 @@ import { DescribeDBClustersCommand, DescribeDBInstancesCommand, RDSClient } from
|
|
|
31
31
|
import { DescribeReplicationGroupsCommand, ElastiCacheClient } from "@aws-sdk/client-elasticache";
|
|
32
32
|
import { DescribeClustersCommand, RedshiftClient } from "@aws-sdk/client-redshift";
|
|
33
33
|
import { DescribeDomainCommand, OpenSearchClient } from "@aws-sdk/client-opensearch";
|
|
34
|
-
import { CreateWebACLCommand, DeleteWebACLCommand, GetWebACLCommand, ListTagsForResourceCommand as ListTagsForResourceCommand$8, ListWebACLsCommand, TagResourceCommand as TagResourceCommand$9, UntagResourceCommand as UntagResourceCommand$
|
|
34
|
+
import { CreateWebACLCommand, DeleteWebACLCommand, GetWebACLCommand, ListTagsForResourceCommand as ListTagsForResourceCommand$8, ListWebACLsCommand, TagResourceCommand as TagResourceCommand$9, UntagResourceCommand as UntagResourceCommand$9, UpdateWebACLCommand, WAFNonexistentItemException, WAFV2Client } from "@aws-sdk/client-wafv2";
|
|
35
35
|
import { getSignedUrl } from "@aws-sdk/s3-request-presigner";
|
|
36
36
|
|
|
37
37
|
//#region src/utils/aws-region-resolver.ts
|
|
@@ -4946,7 +4946,8 @@ var ReplacementRulesRegistry = class {
|
|
|
4946
4946
|
"DeadLetterConfig",
|
|
4947
4947
|
"TracingConfig",
|
|
4948
4948
|
"Layers",
|
|
4949
|
-
"FileSystemConfigs"
|
|
4949
|
+
"FileSystemConfigs",
|
|
4950
|
+
"Architectures"
|
|
4950
4951
|
])
|
|
4951
4952
|
});
|
|
4952
4953
|
this.rules.set("AWS::Lambda::LayerVersion", { replacementProperties: new Set([
|
|
@@ -6283,7 +6284,7 @@ var WAFv2WebACLProvider = class {
|
|
|
6283
6284
|
const tagsToRemove = [];
|
|
6284
6285
|
for (const k of oldMap.keys()) if (!newMap.has(k)) tagsToRemove.push(k);
|
|
6285
6286
|
if (tagsToRemove.length > 0) {
|
|
6286
|
-
await this.getClient().send(new UntagResourceCommand$
|
|
6287
|
+
await this.getClient().send(new UntagResourceCommand$9({
|
|
6287
6288
|
ResourceARN: arn,
|
|
6288
6289
|
TagKeys: tagsToRemove
|
|
6289
6290
|
}));
|
|
@@ -14894,4 +14895,4 @@ var DeployEngine = class {
|
|
|
14894
14895
|
|
|
14895
14896
|
//#endregion
|
|
14896
14897
|
export { resolveSkipPrefix as $, DiffCalculator as A, buildDockerImage as B, findActionableSilentDrops as C, refStateLookupFromResource as D, cfnRefValueFromPhysicalId as E, rebuildClientForBucketRegion as F, AssetManifestLoader as G, getDockerCmd as H, shouldRetainResource as I, synthesisStatusMessage as J, getDockerImageBySourceHash as K, AssetPublisher as L, TemplateParser as M, LockManager as N, WAFv2WebACLProvider as O, S3StateBackend as P, resolveCaptureObservedState as Q, stringifyValue as R, ProviderRegistry as S, IntrinsicFunctionResolver as T, runDockerForeground as U, formatDockerLoginError as V, runDockerStreaming as W, getLegacyStateBucketName as X, getDefaultStateBucketName as Y, resolveApp as Z, green as _, withRetry as a, MIGRATE_TMP_PREFIX as at, IAMRoleProvider as b, computeImplicitDeleteEdges as c, AssemblyReader as ct, isStatefulRecreateTargetSync as d, resolveStateBucketWithDefault as et, renderStatefulReason as f, gray as g, cyan as h, withResourceDeadline as i, CFN_TEMPLATE_URL_LIMIT as it, DagBuilder as j, applyRoleArnIfSet as k, extractDeploymentEventError as l, clearBucketRegionCache as lt, bold as m, DEFAULT_RESOURCE_WARN_AFTER_MS as n, warnDeprecatedNoPrefixCliFlag as nt, isRetryableTransientError as o, findLargeInlineResources as ot, formatResourceLine as p, Synthesizer as q, DeployEngine as r, CFN_TEMPLATE_BODY_LIMIT as rt, IMPLICIT_DELETE_DEPENDENCIES as s, uploadCfnTemplate as st, DEFAULT_RESOURCE_TIMEOUT_MS as t, resolveStateBucketWithDefaultAndSource as tt, MULTI_REGION_RECREATE_BLOCKED_TYPES as u, resolveBucketRegion as ut, red as v, CloudControlProvider as w, collectInlinePolicyNamesManagedBySiblings as x, yellow as y, WorkGraph as z };
|
|
14897
|
-
//# sourceMappingURL=deploy-engine-
|
|
14898
|
+
//# sourceMappingURL=deploy-engine-D-51YceH.js.map
|