@go-to-k/cdkd 0.249.0 → 0.251.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.
- package/dist/{asg-provider-CMWe8LlY.js → asg-provider-er3xGYRo.js} +2 -2
- package/dist/{asg-provider-CMWe8LlY.js.map → asg-provider-er3xGYRo.js.map} +1 -1
- package/dist/cli.js +816 -100
- package/dist/cli.js.map +1 -1
- package/dist/{deploy-engine-DqAyGFJu.js → deploy-engine-D-gBbMiZ.js} +32 -4
- package/dist/{deploy-engine-DqAyGFJu.js.map → deploy-engine-D-gBbMiZ.js.map} +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
|
@@ -10525,8 +10525,6 @@ const NON_PROVISIONABLE_TYPES = /* @__PURE__ */ new Set([
|
|
|
10525
10525
|
"AWS::ElastiCache::SecurityGroupIngress",
|
|
10526
10526
|
"AWS::ElasticLoadBalancingV2::ListenerCertificate",
|
|
10527
10527
|
"AWS::Elasticsearch::Domain",
|
|
10528
|
-
"AWS::EMR::InstanceFleetConfig",
|
|
10529
|
-
"AWS::EMR::InstanceGroupConfig",
|
|
10530
10528
|
"AWS::FSx::Snapshot",
|
|
10531
10529
|
"AWS::FSx::StorageVirtualMachine",
|
|
10532
10530
|
"AWS::FSx::Volume",
|
|
@@ -10875,7 +10873,7 @@ var CloudControlProvider = class {
|
|
|
10875
10873
|
this.logger.debug(`Deleting resource ${logicalId} (${resourceType}), physical ID: ${physicalId}`);
|
|
10876
10874
|
if (context?.removeProtection === true && resourceType === "AWS::AutoScaling::AutoScalingGroup") {
|
|
10877
10875
|
this.logger.debug(`Delegating protected AutoScalingGroup ${logicalId} delete to the SDK ASGProvider (Cloud Control cannot force-delete a protected ASG)`);
|
|
10878
|
-
const { ASGProvider } = await import("./asg-provider-
|
|
10876
|
+
const { ASGProvider } = await import("./asg-provider-er3xGYRo.js").then((n) => n.n);
|
|
10879
10877
|
await new ASGProvider().delete(logicalId, physicalId, resourceType, _properties, context);
|
|
10880
10878
|
return;
|
|
10881
10879
|
}
|
|
@@ -13124,6 +13122,35 @@ const PROPERTY_COVERAGE_BY_TYPE = /* @__PURE__ */ new Map([
|
|
|
13124
13122
|
]),
|
|
13125
13123
|
silentDrop: /* @__PURE__ */ new Map()
|
|
13126
13124
|
}],
|
|
13125
|
+
["AWS::EMR::InstanceFleetConfig", {
|
|
13126
|
+
handled: /* @__PURE__ */ new Set([
|
|
13127
|
+
"ClusterId",
|
|
13128
|
+
"InstanceFleetType",
|
|
13129
|
+
"InstanceTypeConfigs",
|
|
13130
|
+
"LaunchSpecifications",
|
|
13131
|
+
"Name",
|
|
13132
|
+
"ResizeSpecifications",
|
|
13133
|
+
"TargetOnDemandCapacity",
|
|
13134
|
+
"TargetSpotCapacity"
|
|
13135
|
+
]),
|
|
13136
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
13137
|
+
}],
|
|
13138
|
+
["AWS::EMR::InstanceGroupConfig", {
|
|
13139
|
+
handled: /* @__PURE__ */ new Set([
|
|
13140
|
+
"AutoScalingPolicy",
|
|
13141
|
+
"BidPrice",
|
|
13142
|
+
"Configurations",
|
|
13143
|
+
"CustomAmiId",
|
|
13144
|
+
"EbsConfiguration",
|
|
13145
|
+
"InstanceCount",
|
|
13146
|
+
"InstanceRole",
|
|
13147
|
+
"InstanceType",
|
|
13148
|
+
"JobFlowId",
|
|
13149
|
+
"Market",
|
|
13150
|
+
"Name"
|
|
13151
|
+
]),
|
|
13152
|
+
silentDrop: /* @__PURE__ */ new Map()
|
|
13153
|
+
}],
|
|
13127
13154
|
["AWS::Events::EventBus", {
|
|
13128
13155
|
handled: /* @__PURE__ */ new Set([
|
|
13129
13156
|
"DeadLetterConfig",
|
|
@@ -15668,6 +15695,7 @@ const RETRYABLE_ERROR_MESSAGE_PATTERNS = [
|
|
|
15668
15695
|
"Policy contains a statement with one or more invalid principals",
|
|
15669
15696
|
"Invalid IAM Instance Profile",
|
|
15670
15697
|
"Invalid InstanceProfile",
|
|
15698
|
+
"Failed to authorize instance profile",
|
|
15671
15699
|
"Could not deliver test message",
|
|
15672
15700
|
"wait 60 seconds",
|
|
15673
15701
|
"concurrent update operation",
|
|
@@ -17366,4 +17394,4 @@ var DeployEngine = class {
|
|
|
17366
17394
|
|
|
17367
17395
|
//#endregion
|
|
17368
17396
|
export { ensureAssetStorage as $, SynthesisError as $t, WAFv2WebACLProvider as A, clearBucketRegionCache as At, LockManager as B, LocalInvokeBuildError as Bt, findActionableSilentDrops as C, CFN_TEMPLATE_BODY_LIMIT as Ct, IntrinsicFunctionResolver as D, uploadCfnTemplate as Dt, isTerminationProtectionPropagationError as E, findLargeInlineResources as Et, assertRegionMatch as F, setAwsClients as Ft, stringifyValue as G, NestedStackChildDirectDestroyError as Gt, rebuildClientForBucketRegion as H, LocalStartServiceError as Ht, applyRoleArnIfSet as I, AssetError as It, createAssetRedirectResolver as J, ResourceTimeoutError as Jt, WorkGraph as K, PartialFailureError as Kt, DiffCalculator as L, CdkdError as Lt, matchesCdkPath as M, AwsClients as Mt, normalizeAwsTagsToCfn as N, getAwsClients as Nt, cfnRefValueFromPhysicalId as O, expectedOwnerParam as Ot, resolveExplicitPhysicalId as P, resetAwsClients as Pt, BOOTSTRAP_MARKER_PREFIX as Q, StateError as Qt, DagBuilder as R, ConfigError as Rt, ProviderRegistry as S, warnDeprecatedNoPrefixCliFlag as St, disableInstanceApiTermination as T, MIGRATE_TMP_PREFIX as Tt, shouldRetainResource as U, LockError as Ut, S3StateBackend as V, LocalMigrateError as Vt, AssetPublisher as W, MissingCdkCliError as Wt, rewriteTemplateAssetReferences as X, StackHasActiveImportsError as Xt, loadPublishableAssetManifest as Y, ResourceUpdateNotSupportedError as Yt, AssetModeResolver as Z, StackTerminationProtectionError as Zt, green as _, resolveCaptureObservedState as _t, withRetry as a, formatDockerLoginError as at, IAMRoleProvider as b, resolveStateBucketWithDefaultAndSource as bt, computeImplicitDeleteEdges as c, runDockerStreaming as ct, isStatefulRecreateTargetSync as d, Synthesizer as dt, formatError as en, getBootstrapMarkerKey as et, renderStatefulReason as f, synthesisStatusMessage as ft, gray as g, resolveAutoAssetStorage as gt, cyan as h, resolveApp as ht, withResourceDeadline as i, __exportAll as in, buildDockerImage as it, CDK_PATH_TAG as j, resolveBucketRegion as jt, refStateLookupFromResource as k, AssemblyReader as kt, extractDeploymentEventError as l, AssetManifestLoader as lt, bold as m, getLegacyStateBucketName as mt, DEFAULT_RESOURCE_WARN_AFTER_MS as n, normalizeAwsError as nn, validateAssetBucketName as nt, isRetryableTransientError as o, getDockerCmd as ot, formatResourceLine as p, getDefaultStateBucketName as pt, buildAssetRedirectMap as q, ProvisioningError as qt, DeployEngine as r, withErrorHandling as rn, validateContainerRepoName as rt, IMPLICIT_DELETE_DEPENDENCIES as s, runDockerForeground as st, DEFAULT_RESOURCE_TIMEOUT_MS as t, isCdkdError as tn, parseBootstrapMarker as tt, MULTI_REGION_RECREATE_BLOCKED_TYPES as u, getDockerImageBySourceHash as ut, red as v, resolveSkipPrefix as vt, CloudControlProvider as w, CFN_TEMPLATE_URL_LIMIT as wt, collectInlinePolicyNamesManagedBySiblings as x, resolveUseCdkBootstrapAssets as xt, yellow as y, resolveStateBucketWithDefault as yt, TemplateParser as z, DependencyError as zt };
|
|
17369
|
-
//# sourceMappingURL=deploy-engine-
|
|
17397
|
+
//# sourceMappingURL=deploy-engine-D-gBbMiZ.js.map
|