@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.
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "algorithm": "sha256",
3
3
  "artifacts": {
4
- "manifest.json": "a20c29c522914a62a7823b23fd2b9d129807ce54057e6e7f8a22c2edac06bec7",
5
- "meta.json": "ef04b67841e39eed4550d4ec0527ebb2a0a367dc7628728522168f11b67a7a9f",
6
- "types/index.d.ts": "2a5fb678eae51c9ce44c59696e3e708b5d7dcbc91b24da7be199f010a9a63361",
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": "1bf3277ce31ee1a020f29800d3477f7f96d041904b8377a7e5954492d45dc4d1"
62
+ "composite": "e14458268f3768c05cd2b56f6e3eabaeda0c0e674dd0e3fc108dda189e799f90"
63
63
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws",
3
- "version": "0.24.0",
3
+ "version": "0.26.0",
4
4
  "chantVersion": ">=0.1.0",
5
5
  "namespace": "AWS",
6
6
  "intrinsics": [
package/dist/meta.json CHANGED
@@ -1768,7 +1768,21 @@
1768
1768
  "kind": "resource",
1769
1769
  "lexicon": "aws",
1770
1770
  "attrs": {
1771
- "Id": "Id"
1771
+ "CertificateArn": "CertificateArn"
1772
+ },
1773
+ "propertyConstraints": {
1774
+ "CertificateTransparencyLoggingPreference": {
1775
+ "enum": [
1776
+ "ENABLED",
1777
+ "DISABLED"
1778
+ ]
1779
+ },
1780
+ "CertificateExport": {
1781
+ "enum": [
1782
+ "ENABLED",
1783
+ "DISABLED"
1784
+ ]
1785
+ }
1772
1786
  },
1773
1787
  "createOnly": [
1774
1788
  "SubjectAlternativeNames",
@@ -1776,11 +1790,21 @@
1776
1790
  "ValidationMethod",
1777
1791
  "KeyAlgorithm",
1778
1792
  "DomainName",
1779
- "CertificateAuthorityArn"
1793
+ "CertificateAuthorityArn",
1794
+ "CertificateExport"
1795
+ ],
1796
+ "writeOnly": [
1797
+ "DomainValidationOptions/*/HostedZoneId",
1798
+ "ValidationMethod"
1780
1799
  ],
1781
1800
  "primaryIdentifier": [
1782
- "Id"
1783
- ]
1801
+ "CertificateArn"
1802
+ ],
1803
+ "tagging": {
1804
+ "taggable": true,
1805
+ "tagOnCreate": true,
1806
+ "tagUpdatable": true
1807
+ }
1784
1808
  },
1785
1809
  "AcmCertificate_DomainValidationOption": {
1786
1810
  "resourceType": "AWS::CertificateManager::Certificate.DomainValidationOption",
@@ -25327,6 +25351,59 @@
25327
25351
  "kind": "property",
25328
25352
  "lexicon": "aws"
25329
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
+ },
25330
25407
  "DataDeliveryObject": {
25331
25408
  "resourceType": "AWS::Evidently::Project.DataDeliveryObject",
25332
25409
  "kind": "property",
@@ -60028,7 +60105,6 @@
60028
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}$"
60029
60106
  },
60030
60107
  "Name": {
60031
- "pattern": "^[A-Za-z0-9\\-]+$",
60032
60108
  "minLength": 1,
60033
60109
  "maxLength": 64
60034
60110
  },
@@ -73461,7 +73537,8 @@
73461
73537
  "Tags",
73462
73538
  "Strategy",
73463
73539
  "SpreadLevel",
73464
- "PartitionCount"
73540
+ "PartitionCount",
73541
+ "ParentGroupId"
73465
73542
  ],
73466
73543
  "primaryIdentifier": [
73467
73544
  "GroupName"
@@ -314,18 +314,28 @@ export declare class AcmAccount {
314
314
 
315
315
  export declare class AcmCertificate {
316
316
  constructor(props: {
317
+ /** The fully qualified domain name (FQDN), such as www.example.com, with which you want to secure an ACM certificate */
317
318
  DomainName: string;
319
+ /** The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. */
320
+ CertificateArn?: string;
321
+ /** The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. */
318
322
  CertificateAuthorityArn?: string;
319
- CertificateExport?: string;
320
- CertificateTransparencyLoggingPreference?: string;
323
+ /** Specifies whether the certificate can be exported. ENABLED allows the certificate to be exported, DISABLED prevents export. */
324
+ CertificateExport?: "DISABLED" | "ENABLED";
325
+ /** You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED. */
326
+ CertificateTransparencyLoggingPreference?: "DISABLED" | "ENABLED";
327
+ /** Domain information that domain name registrars use to verify your identity. */
321
328
  DomainValidationOptions?: AcmCertificate_DomainValidationOption[];
322
- Id?: string;
329
+ /** Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data. */
323
330
  KeyAlgorithm?: string;
331
+ /** Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate. */
324
332
  SubjectAlternativeNames?: string[];
333
+ /** Key-value pairs that can identify the certificate. */
325
334
  Tags?: AcmCertificate_Tag[];
335
+ /** The method you want to use to validate that you own or control the domain associated with a public certificate. Valid values are DNS, EMAIL or HTTP */
326
336
  ValidationMethod?: string;
327
337
  }, attributes?: CFResourceAttributes);
328
- readonly Id: string;
338
+ readonly CertificateArn: string;
329
339
  }
330
340
 
331
341
  export declare class AcmeDomainValidation {
@@ -8656,6 +8666,30 @@ export declare class DataCellsFilter {
8656
8666
  }, attributes?: CFResourceAttributes);
8657
8667
  }
8658
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
+
8659
8693
  export declare class DataflowEndpointGroup {
8660
8694
  constructor(props: {
8661
8695
  EndpointDetails: DataflowEndpointGroup_EndpointDetails[];
@@ -26890,6 +26924,8 @@ export declare class PlacementGroup {
26890
26924
  GroupId?: string;
26891
26925
  /** The Group Name of Placement Group. */
26892
26926
  GroupName?: string;
26927
+ /** The ID of a parent placement group. Valid for strategies that support parent group linking. */
26928
+ ParentGroupId?: string;
26893
26929
  /** The number of partitions. Valid only when **Strategy** is set to `partition` */
26894
26930
  PartitionCount?: number;
26895
26931
  /** The Spread Level of Placement Group is an enum where it accepts either host or rack when strategy is spread */
@@ -40698,7 +40734,7 @@ export declare class AcmAccount_ExpiryEventsConfiguration {
40698
40734
 
40699
40735
  export declare class AcmCertificate_DomainValidationOption {
40700
40736
  constructor(props: {
40701
- DomainName: string;
40737
+ DomainName?: string;
40702
40738
  HostedZoneId?: string;
40703
40739
  ValidationDomain?: string;
40704
40740
  });
@@ -40706,7 +40742,9 @@ export declare class AcmCertificate_DomainValidationOption {
40706
40742
 
40707
40743
  export declare class AcmCertificate_Tag {
40708
40744
  constructor(props: {
40745
+ /** The tag's key. */
40709
40746
  Key: string;
40747
+ /** The tag's value. */
40710
40748
  Value: string;
40711
40749
  });
40712
40750
  }
@@ -62151,6 +62189,13 @@ export declare class DataColorPalette {
62151
62189
  });
62152
62190
  }
62153
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
+
62154
62199
  export declare class DataDeliveryObject {
62155
62200
  constructor(props: {
62156
62201
  LogGroup?: string;
@@ -67544,7 +67589,7 @@ export declare class DomainStats {
67544
67589
 
67545
67590
  export declare class DomainValidationOption {
67546
67591
  constructor(props: {
67547
- DomainName: string;
67592
+ DomainName?: string;
67548
67593
  HostedZoneId?: string;
67549
67594
  ValidationDomain?: string;
67550
67595
  });
@@ -76151,7 +76196,7 @@ export declare class GlobalTable_ReplicaSSESpecification {
76151
76196
 
76152
76197
  export declare class GlobalTable_ReplicaStreamSpecification {
76153
76198
  constructor(props: {
76154
- ResourcePolicy: GlobalTable_ResourcePolicy;
76199
+ ResourcePolicy?: GlobalTable_ResourcePolicy;
76155
76200
  });
76156
76201
  }
76157
76202
 
@@ -107264,7 +107309,7 @@ export declare class ReplicaSSESpecification {
107264
107309
 
107265
107310
  export declare class ReplicaStreamSpecification {
107266
107311
  constructor(props: {
107267
- ResourcePolicy: GlobalTable_ResourcePolicy;
107312
+ ResourcePolicy?: GlobalTable_ResourcePolicy;
107268
107313
  });
107269
107314
  }
107270
107315
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intentius/chant-lexicon-aws",
3
- "version": "0.24.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.24.0",
83
+ "@intentius/chant": "^0.26.0",
84
84
  "typescript": "^5.9.3"
85
85
  }
86
86
  }
@@ -314,18 +314,28 @@ export declare class AcmAccount {
314
314
 
315
315
  export declare class AcmCertificate {
316
316
  constructor(props: {
317
+ /** The fully qualified domain name (FQDN), such as www.example.com, with which you want to secure an ACM certificate */
317
318
  DomainName: string;
319
+ /** The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. */
320
+ CertificateArn?: string;
321
+ /** The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. */
318
322
  CertificateAuthorityArn?: string;
319
- CertificateExport?: string;
320
- CertificateTransparencyLoggingPreference?: string;
323
+ /** Specifies whether the certificate can be exported. ENABLED allows the certificate to be exported, DISABLED prevents export. */
324
+ CertificateExport?: "DISABLED" | "ENABLED";
325
+ /** You can opt out of certificate transparency logging by specifying the DISABLED option. Opt in by specifying ENABLED. */
326
+ CertificateTransparencyLoggingPreference?: "DISABLED" | "ENABLED";
327
+ /** Domain information that domain name registrars use to verify your identity. */
321
328
  DomainValidationOptions?: AcmCertificate_DomainValidationOption[];
322
- Id?: string;
329
+ /** Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data. */
323
330
  KeyAlgorithm?: string;
331
+ /** Additional FQDNs to be included in the Subject Alternative Name extension of the ACM certificate. */
324
332
  SubjectAlternativeNames?: string[];
333
+ /** Key-value pairs that can identify the certificate. */
325
334
  Tags?: AcmCertificate_Tag[];
335
+ /** The method you want to use to validate that you own or control the domain associated with a public certificate. Valid values are DNS, EMAIL or HTTP */
326
336
  ValidationMethod?: string;
327
337
  }, attributes?: CFResourceAttributes);
328
- readonly Id: string;
338
+ readonly CertificateArn: string;
329
339
  }
330
340
 
331
341
  export declare class AcmeDomainValidation {
@@ -8656,6 +8666,30 @@ export declare class DataCellsFilter {
8656
8666
  }, attributes?: CFResourceAttributes);
8657
8667
  }
8658
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
+
8659
8693
  export declare class DataflowEndpointGroup {
8660
8694
  constructor(props: {
8661
8695
  EndpointDetails: DataflowEndpointGroup_EndpointDetails[];
@@ -26890,6 +26924,8 @@ export declare class PlacementGroup {
26890
26924
  GroupId?: string;
26891
26925
  /** The Group Name of Placement Group. */
26892
26926
  GroupName?: string;
26927
+ /** The ID of a parent placement group. Valid for strategies that support parent group linking. */
26928
+ ParentGroupId?: string;
26893
26929
  /** The number of partitions. Valid only when **Strategy** is set to `partition` */
26894
26930
  PartitionCount?: number;
26895
26931
  /** The Spread Level of Placement Group is an enum where it accepts either host or rack when strategy is spread */
@@ -40698,7 +40734,7 @@ export declare class AcmAccount_ExpiryEventsConfiguration {
40698
40734
 
40699
40735
  export declare class AcmCertificate_DomainValidationOption {
40700
40736
  constructor(props: {
40701
- DomainName: string;
40737
+ DomainName?: string;
40702
40738
  HostedZoneId?: string;
40703
40739
  ValidationDomain?: string;
40704
40740
  });
@@ -40706,7 +40742,9 @@ export declare class AcmCertificate_DomainValidationOption {
40706
40742
 
40707
40743
  export declare class AcmCertificate_Tag {
40708
40744
  constructor(props: {
40745
+ /** The tag's key. */
40709
40746
  Key: string;
40747
+ /** The tag's value. */
40710
40748
  Value: string;
40711
40749
  });
40712
40750
  }
@@ -62151,6 +62189,13 @@ export declare class DataColorPalette {
62151
62189
  });
62152
62190
  }
62153
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
+
62154
62199
  export declare class DataDeliveryObject {
62155
62200
  constructor(props: {
62156
62201
  LogGroup?: string;
@@ -67544,7 +67589,7 @@ export declare class DomainStats {
67544
67589
 
67545
67590
  export declare class DomainValidationOption {
67546
67591
  constructor(props: {
67547
- DomainName: string;
67592
+ DomainName?: string;
67548
67593
  HostedZoneId?: string;
67549
67594
  ValidationDomain?: string;
67550
67595
  });
@@ -76151,7 +76196,7 @@ export declare class GlobalTable_ReplicaSSESpecification {
76151
76196
 
76152
76197
  export declare class GlobalTable_ReplicaStreamSpecification {
76153
76198
  constructor(props: {
76154
- ResourcePolicy: GlobalTable_ResourcePolicy;
76199
+ ResourcePolicy?: GlobalTable_ResourcePolicy;
76155
76200
  });
76156
76201
  }
76157
76202
 
@@ -107264,7 +107309,7 @@ export declare class ReplicaSSESpecification {
107264
107309
 
107265
107310
  export declare class ReplicaStreamSpecification {
107266
107311
  constructor(props: {
107267
- ResourcePolicy: GlobalTable_ResourcePolicy;
107312
+ ResourcePolicy?: GlobalTable_ResourcePolicy;
107268
107313
  });
107269
107314
  }
107270
107315
 
@@ -19,7 +19,7 @@ export const AccountCustomization = createResource("AWS::UXC::AccountCustomizati
19
19
  export const AccountPolicy = createResource("AWS::Logs::AccountPolicy", "aws", {"AccountId":"AccountId"});
20
20
  export const ACL = createResource("AWS::MemoryDB::ACL", "aws", {"Status":"Status","Arn":"Arn"});
21
21
  export const AcmAccount = createResource("AWS::CertificateManager::Account", "aws", {"AccountId":"AccountId"});
22
- export const AcmCertificate = createResource("AWS::CertificateManager::Certificate", "aws", {"Id":"Id"});
22
+ export const AcmCertificate = createResource("AWS::CertificateManager::Certificate", "aws", {"CertificateArn":"CertificateArn"});
23
23
  export const AcmeDomainValidation = createResource("AWS::CertificateManager::AcmeDomainValidation", "aws", {"Arn":"Arn"});
24
24
  export const AcmeEndpoint = createResource("AWS::CertificateManager::AcmeEndpoint", "aws", {"AcmeEndpointArn":"AcmeEndpointArn","EndpointUrl":"EndpointUrl"});
25
25
  export const AcmeExternalAccountBinding = createResource("AWS::CertificateManager::AcmeExternalAccountBinding", "aws", {"AcmeExternalAccountBindingArn":"AcmeExternalAccountBindingArn"});
@@ -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");
@@ -1768,7 +1768,21 @@
1768
1768
  "kind": "resource",
1769
1769
  "lexicon": "aws",
1770
1770
  "attrs": {
1771
- "Id": "Id"
1771
+ "CertificateArn": "CertificateArn"
1772
+ },
1773
+ "propertyConstraints": {
1774
+ "CertificateTransparencyLoggingPreference": {
1775
+ "enum": [
1776
+ "ENABLED",
1777
+ "DISABLED"
1778
+ ]
1779
+ },
1780
+ "CertificateExport": {
1781
+ "enum": [
1782
+ "ENABLED",
1783
+ "DISABLED"
1784
+ ]
1785
+ }
1772
1786
  },
1773
1787
  "createOnly": [
1774
1788
  "SubjectAlternativeNames",
@@ -1776,11 +1790,21 @@
1776
1790
  "ValidationMethod",
1777
1791
  "KeyAlgorithm",
1778
1792
  "DomainName",
1779
- "CertificateAuthorityArn"
1793
+ "CertificateAuthorityArn",
1794
+ "CertificateExport"
1795
+ ],
1796
+ "writeOnly": [
1797
+ "DomainValidationOptions/*/HostedZoneId",
1798
+ "ValidationMethod"
1780
1799
  ],
1781
1800
  "primaryIdentifier": [
1782
- "Id"
1783
- ]
1801
+ "CertificateArn"
1802
+ ],
1803
+ "tagging": {
1804
+ "taggable": true,
1805
+ "tagOnCreate": true,
1806
+ "tagUpdatable": true
1807
+ }
1784
1808
  },
1785
1809
  "AcmCertificate_DomainValidationOption": {
1786
1810
  "resourceType": "AWS::CertificateManager::Certificate.DomainValidationOption",
@@ -25327,6 +25351,59 @@
25327
25351
  "kind": "property",
25328
25352
  "lexicon": "aws"
25329
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
+ },
25330
25407
  "DataDeliveryObject": {
25331
25408
  "resourceType": "AWS::Evidently::Project.DataDeliveryObject",
25332
25409
  "kind": "property",
@@ -60028,7 +60105,6 @@
60028
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}$"
60029
60106
  },
60030
60107
  "Name": {
60031
- "pattern": "^[A-Za-z0-9\\-]+$",
60032
60108
  "minLength": 1,
60033
60109
  "maxLength": 64
60034
60110
  },
@@ -73461,7 +73537,8 @@
73461
73537
  "Tags",
73462
73538
  "Strategy",
73463
73539
  "SpreadLevel",
73464
- "PartitionCount"
73540
+ "PartitionCount",
73541
+ "ParentGroupId"
73465
73542
  ],
73466
73543
  "primaryIdentifier": [
73467
73544
  "GroupName"