@intentius/chant-lexicon-aws 0.18.8 → 0.18.11
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/generated/index.d.ts +2 -0
- package/dist/generated/index.d.ts.map +1 -1
- package/dist/integrity.json +4 -4
- package/dist/manifest.json +1 -1
- package/dist/meta.json +49 -1
- package/dist/types/index.d.ts +25 -0
- package/package.json +2 -2
- package/src/generated/index.d.ts +25 -0
- package/src/generated/index.ts +2 -0
- package/src/generated/lexicon-aws.json +49 -1
|
@@ -357,6 +357,7 @@ export declare const DataflowEndpointGroup: new (props: Record<string, unknown>,
|
|
|
357
357
|
export declare const DataflowEndpointGroupV2: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
358
358
|
export declare const DataIntegration: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
359
359
|
export declare const DataLake: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
360
|
+
export declare const DataLakeAssociation: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
360
361
|
export declare const DataLakeSettings: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
361
362
|
export declare const DataMigration: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
362
363
|
export declare const DataPipelinePipeline: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
@@ -6444,6 +6445,7 @@ export declare const ListenerRule_RedirectConfig: new (props: Record<string, unk
|
|
|
6444
6445
|
export declare const ListenerRule_RewriteConfigObject: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
6445
6446
|
export declare const ListenerRule_RuleCondition: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
6446
6447
|
export declare const ListenerRule_SourceIpConfig: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
6448
|
+
export declare const ListenerRule_Tag: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
6447
6449
|
export declare const ListenerRule_TargetGroupStickinessConfig: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
6448
6450
|
export declare const ListenerRule_TargetGroupTuple: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
6449
6451
|
export declare const ListenerRule_Transform: new (props: Record<string, unknown>) => Record<string, unknown>;
|