@intentius/chant-lexicon-aws 0.24.0 → 0.26.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/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 +83 -6
- package/dist/types/index.d.ts +53 -8
- package/package.json +2 -2
- package/src/generated/index.d.ts +53 -8
- package/src/generated/index.ts +3 -1
- package/src/generated/lexicon-aws.json +83 -6
|
@@ -368,6 +368,7 @@ export declare const DataBrewSchedule: new (props: Record<string, unknown>, attr
|
|
|
368
368
|
export declare const DataCatalog: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
369
369
|
export declare const DataCatalogEncryptionSettings: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
370
370
|
export declare const DataCellsFilter: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
371
|
+
export declare const DataDeletionJob: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
371
372
|
export declare const DataflowEndpointGroup: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
372
373
|
export declare const DataflowEndpointGroupV2: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
373
374
|
export declare const DataIntegration: new (props: Record<string, unknown>, attributes?: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, string>;
|
|
@@ -3890,6 +3891,7 @@ export declare const DataCellsFilter_RowFilter: new (props: Record<string, unkno
|
|
|
3890
3891
|
export declare const DataCellsFilterResource: new (props: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, unknown>;
|
|
3891
3892
|
export declare const DataCollectionOptions: new (props: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, unknown>;
|
|
3892
3893
|
export declare const DataColorPalette: new (props: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, unknown>;
|
|
3894
|
+
export declare const DataDeletionJob_DataSource: new (props: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, unknown>;
|
|
3893
3895
|
export declare const DataDeliveryObject: new (props: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, unknown>;
|
|
3894
3896
|
export declare const DatadogConnectorProfileCredentials: new (props: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, unknown>;
|
|
3895
3897
|
export declare const DatadogConnectorProfileProperties: new (props: Record<string, unknown>) => import("packages/core/src").Declarable & Record<string, unknown>;
|