@intentius/chant-lexicon-aws 0.25.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 +53 -1
- package/dist/types/index.d.ts +33 -2
- package/package.json +2 -2
- package/src/generated/index.d.ts +33 -2
- package/src/generated/index.ts +2 -0
- package/src/generated/lexicon-aws.json +53 -1
package/dist/integrity.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"algorithm": "sha256",
|
|
3
3
|
"artifacts": {
|
|
4
|
-
"manifest.json": "
|
|
5
|
-
"meta.json": "
|
|
6
|
-
"types/index.d.ts": "
|
|
4
|
+
"manifest.json": "9f6ab9f6e2da5edd6331480df72adc74c057274f8d629e354a90373413459e02",
|
|
5
|
+
"meta.json": "8d6445b7ea5f7803c83cf49daab639b1df66388c1512f466b888b0ad57f60a9a",
|
|
6
|
+
"types/index.d.ts": "da899ff303a18a7fdb270570bce784703283d4081f806e69ac8c9dfd4bac7c50",
|
|
7
7
|
"rules/hardcoded-region.ts": "5a0eaf7ab391231fe6cd51426ece29539cb4b36f31c8dd060956638fed55722a",
|
|
8
8
|
"rules/iam-wildcard.ts": "135d7217d278fef50939e605c5da32603ba35674b8c4b5c4d66a06c77903e945",
|
|
9
9
|
"rules/s3-encryption.ts": "c4f9f8aa8dc382ed98c7b04e820a600590cc75335a8db2e087cbfbfe4003d09e",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"skills/chant-aws-eks.md": "8789255709ff004ad0a875fd5999edcdc66fc6e33d710db058d9f42703bcfdfe",
|
|
60
60
|
"skills/chant-aws-carve-terraform.md": "f4c6fe1c702250665f90d82b3bdaba5ea50ae75e380a8ae321dad6eb1c39683e"
|
|
61
61
|
},
|
|
62
|
-
"composite": "
|
|
62
|
+
"composite": "e14458268f3768c05cd2b56f6e3eabaeda0c0e674dd0e3fc108dda189e799f90"
|
|
63
63
|
}
|
package/dist/manifest.json
CHANGED
package/dist/meta.json
CHANGED
|
@@ -25351,6 +25351,59 @@
|
|
|
25351
25351
|
"kind": "property",
|
|
25352
25352
|
"lexicon": "aws"
|
|
25353
25353
|
},
|
|
25354
|
+
"DataDeletionJob": {
|
|
25355
|
+
"resourceType": "AWS::Personalize::DataDeletionJob",
|
|
25356
|
+
"kind": "resource",
|
|
25357
|
+
"lexicon": "aws",
|
|
25358
|
+
"attrs": {
|
|
25359
|
+
"DataDeletionJobArn": "DataDeletionJobArn",
|
|
25360
|
+
"Status": "Status",
|
|
25361
|
+
"CreationDateTime": "CreationDateTime",
|
|
25362
|
+
"LastUpdatedDateTime": "LastUpdatedDateTime"
|
|
25363
|
+
},
|
|
25364
|
+
"propertyConstraints": {
|
|
25365
|
+
"JobName": {
|
|
25366
|
+
"pattern": "^[a-zA-Z0-9][a-zA-Z0-9\\-_]*$",
|
|
25367
|
+
"minLength": 1,
|
|
25368
|
+
"maxLength": 63
|
|
25369
|
+
},
|
|
25370
|
+
"DataDeletionJobArn": {
|
|
25371
|
+
"pattern": "^arn:([a-z\\d-]+):personalize:.*:.*:.+$",
|
|
25372
|
+
"maxLength": 256
|
|
25373
|
+
},
|
|
25374
|
+
"DatasetGroupArn": {
|
|
25375
|
+
"pattern": "^arn:([a-z\\d-]+):personalize:.*:.*:.+$",
|
|
25376
|
+
"maxLength": 256
|
|
25377
|
+
},
|
|
25378
|
+
"RoleArn": {
|
|
25379
|
+
"pattern": "^arn:([a-z\\d-]+):iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+$",
|
|
25380
|
+
"maxLength": 256
|
|
25381
|
+
},
|
|
25382
|
+
"Status": {
|
|
25383
|
+
"maxLength": 256
|
|
25384
|
+
},
|
|
25385
|
+
"CreationDateTime": {
|
|
25386
|
+
"format": "date-time"
|
|
25387
|
+
},
|
|
25388
|
+
"LastUpdatedDateTime": {
|
|
25389
|
+
"format": "date-time"
|
|
25390
|
+
}
|
|
25391
|
+
},
|
|
25392
|
+
"createOnly": [
|
|
25393
|
+
"DataSource",
|
|
25394
|
+
"DatasetGroupArn",
|
|
25395
|
+
"JobName",
|
|
25396
|
+
"RoleArn"
|
|
25397
|
+
],
|
|
25398
|
+
"primaryIdentifier": [
|
|
25399
|
+
"DataDeletionJobArn"
|
|
25400
|
+
]
|
|
25401
|
+
},
|
|
25402
|
+
"DataDeletionJob_DataSource": {
|
|
25403
|
+
"resourceType": "AWS::Personalize::DataDeletionJob.DataSource",
|
|
25404
|
+
"kind": "property",
|
|
25405
|
+
"lexicon": "aws"
|
|
25406
|
+
},
|
|
25354
25407
|
"DataDeliveryObject": {
|
|
25355
25408
|
"resourceType": "AWS::Evidently::Project.DataDeliveryObject",
|
|
25356
25409
|
"kind": "property",
|
|
@@ -60052,7 +60105,6 @@
|
|
|
60052
60105
|
"pattern": "^arn:[-.a-z0-9]{1,63}:notifications::[0-9]{12}:managed-notification-configuration/category/[a-zA-Z0-9\\-]{3,64}/sub-category/[a-zA-Z0-9\\-]{3,64}$"
|
|
60053
60106
|
},
|
|
60054
60107
|
"Name": {
|
|
60055
|
-
"pattern": "^[A-Za-z0-9\\-]+$",
|
|
60056
60108
|
"minLength": 1,
|
|
60057
60109
|
"maxLength": 64
|
|
60058
60110
|
},
|
package/dist/types/index.d.ts
CHANGED
|
@@ -8666,6 +8666,30 @@ export declare class DataCellsFilter {
|
|
|
8666
8666
|
}, attributes?: CFResourceAttributes);
|
|
8667
8667
|
}
|
|
8668
8668
|
|
|
8669
|
+
export declare class DataDeletionJob {
|
|
8670
|
+
constructor(props: {
|
|
8671
|
+
/** The creation date and time of the data deletion job. */
|
|
8672
|
+
CreationDateTime?: string;
|
|
8673
|
+
/** The Amazon Resource Name (ARN) of the data deletion job. */
|
|
8674
|
+
DataDeletionJobArn?: string;
|
|
8675
|
+
/** The Amazon Resource Name (ARN) of the dataset group that has the datasets you want to delete records from. */
|
|
8676
|
+
DatasetGroupArn?: string;
|
|
8677
|
+
DataSource?: DataDeletionJob_DataSource;
|
|
8678
|
+
/** The name for the data deletion job. */
|
|
8679
|
+
JobName?: string;
|
|
8680
|
+
/** The date and time the data deletion job was last updated. */
|
|
8681
|
+
LastUpdatedDateTime?: string;
|
|
8682
|
+
/** The Amazon Resource Name (ARN) of the IAM role that has permissions to read from the Amazon S3 data source. */
|
|
8683
|
+
RoleArn?: string;
|
|
8684
|
+
/** The status of the data deletion job. */
|
|
8685
|
+
Status?: string;
|
|
8686
|
+
}, attributes?: CFResourceAttributes);
|
|
8687
|
+
readonly CreationDateTime: string;
|
|
8688
|
+
readonly DataDeletionJobArn: string;
|
|
8689
|
+
readonly LastUpdatedDateTime: string;
|
|
8690
|
+
readonly Status: string;
|
|
8691
|
+
}
|
|
8692
|
+
|
|
8669
8693
|
export declare class DataflowEndpointGroup {
|
|
8670
8694
|
constructor(props: {
|
|
8671
8695
|
EndpointDetails: DataflowEndpointGroup_EndpointDetails[];
|
|
@@ -62165,6 +62189,13 @@ export declare class DataColorPalette {
|
|
|
62165
62189
|
});
|
|
62166
62190
|
}
|
|
62167
62191
|
|
|
62192
|
+
export declare class DataDeletionJob_DataSource {
|
|
62193
|
+
constructor(props: {
|
|
62194
|
+
/** The path to the Amazon S3 bucket where the data is stored. */
|
|
62195
|
+
DataLocation?: string;
|
|
62196
|
+
});
|
|
62197
|
+
}
|
|
62198
|
+
|
|
62168
62199
|
export declare class DataDeliveryObject {
|
|
62169
62200
|
constructor(props: {
|
|
62170
62201
|
LogGroup?: string;
|
|
@@ -76165,7 +76196,7 @@ export declare class GlobalTable_ReplicaSSESpecification {
|
|
|
76165
76196
|
|
|
76166
76197
|
export declare class GlobalTable_ReplicaStreamSpecification {
|
|
76167
76198
|
constructor(props: {
|
|
76168
|
-
ResourcePolicy
|
|
76199
|
+
ResourcePolicy?: GlobalTable_ResourcePolicy;
|
|
76169
76200
|
});
|
|
76170
76201
|
}
|
|
76171
76202
|
|
|
@@ -107278,7 +107309,7 @@ export declare class ReplicaSSESpecification {
|
|
|
107278
107309
|
|
|
107279
107310
|
export declare class ReplicaStreamSpecification {
|
|
107280
107311
|
constructor(props: {
|
|
107281
|
-
ResourcePolicy
|
|
107312
|
+
ResourcePolicy?: GlobalTable_ResourcePolicy;
|
|
107282
107313
|
});
|
|
107283
107314
|
}
|
|
107284
107315
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intentius/chant-lexicon-aws",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.26.0",
|
|
4
4
|
"description": "AWS CloudFormation lexicon for chant — declarative IaC in TypeScript",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://intentius.io/chant",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"typescript": "^5.9.3"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
|
-
"@intentius/chant": "^0.
|
|
83
|
+
"@intentius/chant": "^0.26.0",
|
|
84
84
|
"typescript": "^5.9.3"
|
|
85
85
|
}
|
|
86
86
|
}
|
package/src/generated/index.d.ts
CHANGED
|
@@ -8666,6 +8666,30 @@ export declare class DataCellsFilter {
|
|
|
8666
8666
|
}, attributes?: CFResourceAttributes);
|
|
8667
8667
|
}
|
|
8668
8668
|
|
|
8669
|
+
export declare class DataDeletionJob {
|
|
8670
|
+
constructor(props: {
|
|
8671
|
+
/** The creation date and time of the data deletion job. */
|
|
8672
|
+
CreationDateTime?: string;
|
|
8673
|
+
/** The Amazon Resource Name (ARN) of the data deletion job. */
|
|
8674
|
+
DataDeletionJobArn?: string;
|
|
8675
|
+
/** The Amazon Resource Name (ARN) of the dataset group that has the datasets you want to delete records from. */
|
|
8676
|
+
DatasetGroupArn?: string;
|
|
8677
|
+
DataSource?: DataDeletionJob_DataSource;
|
|
8678
|
+
/** The name for the data deletion job. */
|
|
8679
|
+
JobName?: string;
|
|
8680
|
+
/** The date and time the data deletion job was last updated. */
|
|
8681
|
+
LastUpdatedDateTime?: string;
|
|
8682
|
+
/** The Amazon Resource Name (ARN) of the IAM role that has permissions to read from the Amazon S3 data source. */
|
|
8683
|
+
RoleArn?: string;
|
|
8684
|
+
/** The status of the data deletion job. */
|
|
8685
|
+
Status?: string;
|
|
8686
|
+
}, attributes?: CFResourceAttributes);
|
|
8687
|
+
readonly CreationDateTime: string;
|
|
8688
|
+
readonly DataDeletionJobArn: string;
|
|
8689
|
+
readonly LastUpdatedDateTime: string;
|
|
8690
|
+
readonly Status: string;
|
|
8691
|
+
}
|
|
8692
|
+
|
|
8669
8693
|
export declare class DataflowEndpointGroup {
|
|
8670
8694
|
constructor(props: {
|
|
8671
8695
|
EndpointDetails: DataflowEndpointGroup_EndpointDetails[];
|
|
@@ -62165,6 +62189,13 @@ export declare class DataColorPalette {
|
|
|
62165
62189
|
});
|
|
62166
62190
|
}
|
|
62167
62191
|
|
|
62192
|
+
export declare class DataDeletionJob_DataSource {
|
|
62193
|
+
constructor(props: {
|
|
62194
|
+
/** The path to the Amazon S3 bucket where the data is stored. */
|
|
62195
|
+
DataLocation?: string;
|
|
62196
|
+
});
|
|
62197
|
+
}
|
|
62198
|
+
|
|
62168
62199
|
export declare class DataDeliveryObject {
|
|
62169
62200
|
constructor(props: {
|
|
62170
62201
|
LogGroup?: string;
|
|
@@ -76165,7 +76196,7 @@ export declare class GlobalTable_ReplicaSSESpecification {
|
|
|
76165
76196
|
|
|
76166
76197
|
export declare class GlobalTable_ReplicaStreamSpecification {
|
|
76167
76198
|
constructor(props: {
|
|
76168
|
-
ResourcePolicy
|
|
76199
|
+
ResourcePolicy?: GlobalTable_ResourcePolicy;
|
|
76169
76200
|
});
|
|
76170
76201
|
}
|
|
76171
76202
|
|
|
@@ -107278,7 +107309,7 @@ export declare class ReplicaSSESpecification {
|
|
|
107278
107309
|
|
|
107279
107310
|
export declare class ReplicaStreamSpecification {
|
|
107280
107311
|
constructor(props: {
|
|
107281
|
-
ResourcePolicy
|
|
107312
|
+
ResourcePolicy?: GlobalTable_ResourcePolicy;
|
|
107282
107313
|
});
|
|
107283
107314
|
}
|
|
107284
107315
|
|
package/src/generated/index.ts
CHANGED
|
@@ -371,6 +371,7 @@ export const DataBrewSchedule = createResource("AWS::DataBrew::Schedule", "aws",
|
|
|
371
371
|
export const DataCatalog = createResource("AWS::Athena::DataCatalog", "aws", {});
|
|
372
372
|
export const DataCatalogEncryptionSettings = createResource("AWS::Glue::DataCatalogEncryptionSettings", "aws", {});
|
|
373
373
|
export const DataCellsFilter = createResource("AWS::LakeFormation::DataCellsFilter", "aws", {});
|
|
374
|
+
export const DataDeletionJob = createResource("AWS::Personalize::DataDeletionJob", "aws", {"DataDeletionJobArn":"DataDeletionJobArn","Status":"Status","CreationDateTime":"CreationDateTime","LastUpdatedDateTime":"LastUpdatedDateTime"});
|
|
374
375
|
export const DataflowEndpointGroup = createResource("AWS::GroundStation::DataflowEndpointGroup", "aws", {"Id":"Id","Arn":"Arn"});
|
|
375
376
|
export const DataflowEndpointGroupV2 = createResource("AWS::GroundStation::DataflowEndpointGroupV2", "aws", {"EndpointDetails":"EndpointDetails","Id":"Id","Arn":"Arn"});
|
|
376
377
|
export const DataIntegration = createResource("AWS::AppIntegrations::DataIntegration", "aws", {"Id":"Id","DataIntegrationArn":"DataIntegrationArn"});
|
|
@@ -3894,6 +3895,7 @@ export const DataCellsFilter_RowFilter = createProperty("AWS::LakeFormation::Dat
|
|
|
3894
3895
|
export const DataCellsFilterResource = createProperty("AWS::LakeFormation::PrincipalPermissions.DataCellsFilterResource", "aws");
|
|
3895
3896
|
export const DataCollectionOptions = createProperty("AWS::ODB::CloudVmCluster.DataCollectionOptions", "aws");
|
|
3896
3897
|
export const DataColorPalette = createProperty("AWS::QuickSight::Theme.DataColorPalette", "aws");
|
|
3898
|
+
export const DataDeletionJob_DataSource = createProperty("AWS::Personalize::DataDeletionJob.DataSource", "aws");
|
|
3897
3899
|
export const DataDeliveryObject = createProperty("AWS::Evidently::Project.DataDeliveryObject", "aws");
|
|
3898
3900
|
export const DatadogConnectorProfileCredentials = createProperty("AWS::AppFlow::ConnectorProfile.DatadogConnectorProfileCredentials", "aws");
|
|
3899
3901
|
export const DatadogConnectorProfileProperties = createProperty("AWS::AppFlow::ConnectorProfile.DatadogConnectorProfileProperties", "aws");
|
|
@@ -25351,6 +25351,59 @@
|
|
|
25351
25351
|
"kind": "property",
|
|
25352
25352
|
"lexicon": "aws"
|
|
25353
25353
|
},
|
|
25354
|
+
"DataDeletionJob": {
|
|
25355
|
+
"resourceType": "AWS::Personalize::DataDeletionJob",
|
|
25356
|
+
"kind": "resource",
|
|
25357
|
+
"lexicon": "aws",
|
|
25358
|
+
"attrs": {
|
|
25359
|
+
"DataDeletionJobArn": "DataDeletionJobArn",
|
|
25360
|
+
"Status": "Status",
|
|
25361
|
+
"CreationDateTime": "CreationDateTime",
|
|
25362
|
+
"LastUpdatedDateTime": "LastUpdatedDateTime"
|
|
25363
|
+
},
|
|
25364
|
+
"propertyConstraints": {
|
|
25365
|
+
"JobName": {
|
|
25366
|
+
"pattern": "^[a-zA-Z0-9][a-zA-Z0-9\\-_]*$",
|
|
25367
|
+
"minLength": 1,
|
|
25368
|
+
"maxLength": 63
|
|
25369
|
+
},
|
|
25370
|
+
"DataDeletionJobArn": {
|
|
25371
|
+
"pattern": "^arn:([a-z\\d-]+):personalize:.*:.*:.+$",
|
|
25372
|
+
"maxLength": 256
|
|
25373
|
+
},
|
|
25374
|
+
"DatasetGroupArn": {
|
|
25375
|
+
"pattern": "^arn:([a-z\\d-]+):personalize:.*:.*:.+$",
|
|
25376
|
+
"maxLength": 256
|
|
25377
|
+
},
|
|
25378
|
+
"RoleArn": {
|
|
25379
|
+
"pattern": "^arn:([a-z\\d-]+):iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+$",
|
|
25380
|
+
"maxLength": 256
|
|
25381
|
+
},
|
|
25382
|
+
"Status": {
|
|
25383
|
+
"maxLength": 256
|
|
25384
|
+
},
|
|
25385
|
+
"CreationDateTime": {
|
|
25386
|
+
"format": "date-time"
|
|
25387
|
+
},
|
|
25388
|
+
"LastUpdatedDateTime": {
|
|
25389
|
+
"format": "date-time"
|
|
25390
|
+
}
|
|
25391
|
+
},
|
|
25392
|
+
"createOnly": [
|
|
25393
|
+
"DataSource",
|
|
25394
|
+
"DatasetGroupArn",
|
|
25395
|
+
"JobName",
|
|
25396
|
+
"RoleArn"
|
|
25397
|
+
],
|
|
25398
|
+
"primaryIdentifier": [
|
|
25399
|
+
"DataDeletionJobArn"
|
|
25400
|
+
]
|
|
25401
|
+
},
|
|
25402
|
+
"DataDeletionJob_DataSource": {
|
|
25403
|
+
"resourceType": "AWS::Personalize::DataDeletionJob.DataSource",
|
|
25404
|
+
"kind": "property",
|
|
25405
|
+
"lexicon": "aws"
|
|
25406
|
+
},
|
|
25354
25407
|
"DataDeliveryObject": {
|
|
25355
25408
|
"resourceType": "AWS::Evidently::Project.DataDeliveryObject",
|
|
25356
25409
|
"kind": "property",
|
|
@@ -60052,7 +60105,6 @@
|
|
|
60052
60105
|
"pattern": "^arn:[-.a-z0-9]{1,63}:notifications::[0-9]{12}:managed-notification-configuration/category/[a-zA-Z0-9\\-]{3,64}/sub-category/[a-zA-Z0-9\\-]{3,64}$"
|
|
60053
60106
|
},
|
|
60054
60107
|
"Name": {
|
|
60055
|
-
"pattern": "^[A-Za-z0-9\\-]+$",
|
|
60056
60108
|
"minLength": 1,
|
|
60057
60109
|
"maxLength": 64
|
|
60058
60110
|
},
|