@intentius/chant-lexicon-aws 0.18.20 → 0.18.21
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 +4 -1
- 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 +100 -5
- package/dist/plugin.d.ts.map +1 -1
- package/dist/types/index.d.ts +73 -14
- package/package.json +2 -2
- package/src/generated/index.d.ts +73 -14
- package/src/generated/index.ts +4 -1
- package/src/generated/lexicon-aws.json +100 -5
- package/src/plugin.ts +5 -3
|
@@ -1497,6 +1497,7 @@ export declare const TransitGatewayRouteTableAttachment: new (props: Record<stri
|
|
|
1497
1497
|
export declare const TransitGatewayRouteTablePropagation: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
1498
1498
|
export declare const TransitGatewayVpcAttachment: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
1499
1499
|
export declare const TransitVirtualInterface: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
1500
|
+
export declare const TrialComponent: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
1500
1501
|
export declare const Trigger: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
1501
1502
|
export declare const TrustAnchor: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
1502
1503
|
export declare const TrustedEntitySet: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
@@ -6934,7 +6935,6 @@ export declare const MessageTemplateAttachment: new (props: Record<string, unkno
|
|
|
6934
6935
|
export declare const MessageTemplateAttributes: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
6935
6936
|
export declare const MetadataCatalogConfig: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
6936
6937
|
export declare const MetadataDestination: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
6937
|
-
export declare const MetadataProperties: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
6938
6938
|
export declare const MetadataTableConfiguration: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
6939
6939
|
export declare const MetadataTableEncryptionConfiguration: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
6940
6940
|
export declare const Method_Integration: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
@@ -10008,6 +10008,9 @@ export declare const TreatmentObject: new (props: Record<string, unknown>) => Re
|
|
|
10008
10008
|
export declare const TreatmentToWeight: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
10009
10009
|
export declare const TrendmicroConnectorProfileCredentials: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
10010
10010
|
export declare const TrendmicroSourceProperties: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
10011
|
+
export declare const TrialComponent_MetadataProperties: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
10012
|
+
export declare const TrialComponent_TrialComponentStatus: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
10013
|
+
export declare const TrialComponentStatus: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
10011
10014
|
export declare const Trigger_Action: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
10012
10015
|
export declare const Trigger_Condition: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
10013
10016
|
export declare const Trigger_EventBatchingCondition: new (props: Record<string, unknown>) => Record<string, unknown>;
|