@intentius/chant-lexicon-aws 0.18.20 → 0.18.22
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 +15 -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 +226 -5
- package/dist/plugin.d.ts.map +1 -1
- package/dist/types/index.d.ts +210 -14
- package/package.json +2 -2
- package/src/generated/index.d.ts +210 -14
- package/src/generated/index.ts +15 -1
- package/src/generated/lexicon-aws.json +226 -5
- package/src/plugin.ts +11 -7
|
@@ -908,6 +908,7 @@ export declare const ModelBiasJobDefinition: new (props: Record<string, unknown>
|
|
|
908
908
|
export declare const ModelCard: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
909
909
|
export declare const ModelCardExportJob: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
910
910
|
export declare const ModelExplainabilityJobDefinition: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
911
|
+
export declare const ModelInvocationJob: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
911
912
|
export declare const ModelManifest: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
912
913
|
export declare const ModelPackage: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
913
914
|
export declare const ModelPackageGroup: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
@@ -1497,6 +1498,7 @@ export declare const TransitGatewayRouteTableAttachment: new (props: Record<stri
|
|
|
1497
1498
|
export declare const TransitGatewayRouteTablePropagation: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
1498
1499
|
export declare const TransitGatewayVpcAttachment: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
1499
1500
|
export declare const TransitVirtualInterface: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
1501
|
+
export declare const TrialComponent: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
1500
1502
|
export declare const Trigger: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
1501
1503
|
export declare const TrustAnchor: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
1502
1504
|
export declare const TrustedEntitySet: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
@@ -6934,7 +6936,6 @@ export declare const MessageTemplateAttachment: new (props: Record<string, unkno
|
|
|
6934
6936
|
export declare const MessageTemplateAttributes: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
6935
6937
|
export declare const MetadataCatalogConfig: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
6936
6938
|
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
6939
|
export declare const MetadataTableConfiguration: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
6939
6940
|
export declare const MetadataTableEncryptionConfiguration: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
6940
6941
|
export declare const Method_Integration: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
@@ -7073,6 +7074,16 @@ export declare const ModelExplainabilityJobInput: new (props: Record<string, unk
|
|
|
7073
7074
|
export declare const ModelInferencePaymentConfig: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
7074
7075
|
export declare const ModelInfrastructureConfig: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
7075
7076
|
export declare const ModelInput: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
7077
|
+
export declare const ModelInvocationJob_ModelInvocationJobInputDataConfig: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
7078
|
+
export declare const ModelInvocationJob_ModelInvocationJobOutputDataConfig: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
7079
|
+
export declare const ModelInvocationJob_ModelInvocationJobS3InputDataConfig: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
7080
|
+
export declare const ModelInvocationJob_ModelInvocationJobS3OutputDataConfig: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
7081
|
+
export declare const ModelInvocationJob_Tag: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
7082
|
+
export declare const ModelInvocationJob_VpcConfig: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
7083
|
+
export declare const ModelInvocationJobInputDataConfig: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
7084
|
+
export declare const ModelInvocationJobOutputDataConfig: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
7085
|
+
export declare const ModelInvocationJobS3InputDataConfig: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
7086
|
+
export declare const ModelInvocationJobS3OutputDataConfig: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
7076
7087
|
export declare const ModelManifest_Tag: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
7077
7088
|
export declare const ModelMetrics: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
7078
7089
|
export declare const ModelOverview: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
@@ -10008,6 +10019,9 @@ export declare const TreatmentObject: new (props: Record<string, unknown>) => Re
|
|
|
10008
10019
|
export declare const TreatmentToWeight: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
10009
10020
|
export declare const TrendmicroConnectorProfileCredentials: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
10010
10021
|
export declare const TrendmicroSourceProperties: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
10022
|
+
export declare const TrialComponent_MetadataProperties: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
10023
|
+
export declare const TrialComponent_TrialComponentStatus: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
10024
|
+
export declare const TrialComponentStatus: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
10011
10025
|
export declare const Trigger_Action: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
10012
10026
|
export declare const Trigger_Condition: new (props: Record<string, unknown>) => Record<string, unknown>;
|
|
10013
10027
|
export declare const Trigger_EventBatchingCondition: new (props: Record<string, unknown>) => Record<string, unknown>;
|