@intentius/chant-lexicon-aws 0.8.1 → 0.8.2
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 +9 -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 -3
- package/dist/types/index.d.ts +87 -1
- package/package.json +2 -2
- package/src/generated/index.d.ts +87 -1
- package/src/generated/index.ts +9 -0
- package/src/generated/lexicon-aws.json +53 -3
|
@@ -9600,6 +9600,7 @@
|
|
|
9600
9600
|
"KnowledgeBaseConfiguration/Type",
|
|
9601
9601
|
"KnowledgeBaseConfiguration/VectorKnowledgeBaseConfiguration",
|
|
9602
9602
|
"KnowledgeBaseConfiguration/KendraKnowledgeBaseConfiguration",
|
|
9603
|
+
"KnowledgeBaseConfiguration/ManagedKnowledgeBaseConfiguration",
|
|
9603
9604
|
"KnowledgeBaseConfiguration/SqlKnowledgeBaseConfiguration/Type",
|
|
9604
9605
|
"KnowledgeBaseConfiguration/SqlKnowledgeBaseConfiguration/RedshiftConfiguration/StorageConfigurations",
|
|
9605
9606
|
"KnowledgeBaseConfiguration/SqlKnowledgeBaseConfiguration/RedshiftConfiguration/QueryEngineConfiguration"
|
|
@@ -9628,6 +9629,16 @@
|
|
|
9628
9629
|
"kind": "property",
|
|
9629
9630
|
"lexicon": "aws"
|
|
9630
9631
|
},
|
|
9632
|
+
"BedrockKnowledgeBase_ManagedKnowledgeBaseConfiguration": {
|
|
9633
|
+
"resourceType": "AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseConfiguration",
|
|
9634
|
+
"kind": "property",
|
|
9635
|
+
"lexicon": "aws"
|
|
9636
|
+
},
|
|
9637
|
+
"BedrockKnowledgeBase_ManagedKnowledgeBaseServerSideEncryptionConfiguration": {
|
|
9638
|
+
"resourceType": "AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseServerSideEncryptionConfiguration",
|
|
9639
|
+
"kind": "property",
|
|
9640
|
+
"lexicon": "aws"
|
|
9641
|
+
},
|
|
9631
9642
|
"BedrockKnowledgeBase_MongoDbAtlasConfiguration": {
|
|
9632
9643
|
"resourceType": "AWS::Bedrock::KnowledgeBase.MongoDbAtlasConfiguration",
|
|
9633
9644
|
"kind": "property",
|
|
@@ -33356,7 +33367,8 @@
|
|
|
33356
33367
|
"writeOnly": [
|
|
33357
33368
|
"ServiceConnectConfiguration",
|
|
33358
33369
|
"VolumeConfigurations",
|
|
33359
|
-
"ForceNewDeployment"
|
|
33370
|
+
"ForceNewDeployment",
|
|
33371
|
+
"Monitoring"
|
|
33360
33372
|
],
|
|
33361
33373
|
"primaryIdentifier": [
|
|
33362
33374
|
"ServiceArn",
|
|
@@ -33446,6 +33458,16 @@
|
|
|
33446
33458
|
"kind": "property",
|
|
33447
33459
|
"lexicon": "aws"
|
|
33448
33460
|
},
|
|
33461
|
+
"EcsService_MetricConfiguration": {
|
|
33462
|
+
"resourceType": "AWS::ECS::Service.MetricConfiguration",
|
|
33463
|
+
"kind": "property",
|
|
33464
|
+
"lexicon": "aws"
|
|
33465
|
+
},
|
|
33466
|
+
"EcsService_MonitoringConfiguration": {
|
|
33467
|
+
"resourceType": "AWS::ECS::Service.MonitoringConfiguration",
|
|
33468
|
+
"kind": "property",
|
|
33469
|
+
"lexicon": "aws"
|
|
33470
|
+
},
|
|
33449
33471
|
"EcsService_NetworkConfiguration": {
|
|
33450
33472
|
"resourceType": "AWS::ECS::Service.NetworkConfiguration",
|
|
33451
33473
|
"kind": "property",
|
|
@@ -57603,6 +57625,16 @@
|
|
|
57603
57625
|
"kind": "property",
|
|
57604
57626
|
"lexicon": "aws"
|
|
57605
57627
|
},
|
|
57628
|
+
"ManagedKnowledgeBaseConfiguration": {
|
|
57629
|
+
"resourceType": "AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseConfiguration",
|
|
57630
|
+
"kind": "property",
|
|
57631
|
+
"lexicon": "aws"
|
|
57632
|
+
},
|
|
57633
|
+
"ManagedKnowledgeBaseServerSideEncryptionConfiguration": {
|
|
57634
|
+
"resourceType": "AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseServerSideEncryptionConfiguration",
|
|
57635
|
+
"kind": "property",
|
|
57636
|
+
"lexicon": "aws"
|
|
57637
|
+
},
|
|
57606
57638
|
"ManagedLoggingConfiguration": {
|
|
57607
57639
|
"resourceType": "AWS::Athena::WorkGroup.ManagedLoggingConfiguration",
|
|
57608
57640
|
"kind": "property",
|
|
@@ -60282,6 +60314,11 @@
|
|
|
60282
60314
|
"kind": "property",
|
|
60283
60315
|
"lexicon": "aws"
|
|
60284
60316
|
},
|
|
60317
|
+
"MetricConfiguration": {
|
|
60318
|
+
"resourceType": "AWS::ECS::Service.MetricConfiguration",
|
|
60319
|
+
"kind": "property",
|
|
60320
|
+
"lexicon": "aws"
|
|
60321
|
+
},
|
|
60285
60322
|
"MetricDefinitionObject": {
|
|
60286
60323
|
"resourceType": "AWS::Evidently::Launch.MetricDefinitionObject",
|
|
60287
60324
|
"kind": "property",
|
|
@@ -79562,6 +79599,9 @@
|
|
|
79562
79599
|
]
|
|
79563
79600
|
}
|
|
79564
79601
|
},
|
|
79602
|
+
"createOnly": [
|
|
79603
|
+
"ResourceShareConfiguration/RetainSharingOnAccountLeaveOrganization"
|
|
79604
|
+
],
|
|
79565
79605
|
"writeOnly": [
|
|
79566
79606
|
"PermissionArns",
|
|
79567
79607
|
"Principals",
|
|
@@ -79577,6 +79617,16 @@
|
|
|
79577
79617
|
"tagUpdatable": true
|
|
79578
79618
|
}
|
|
79579
79619
|
},
|
|
79620
|
+
"ResourceShareConfiguration": {
|
|
79621
|
+
"resourceType": "AWS::RAM::ResourceShare.ResourceShareConfiguration",
|
|
79622
|
+
"kind": "property",
|
|
79623
|
+
"lexicon": "aws"
|
|
79624
|
+
},
|
|
79625
|
+
"ResourceShare_ResourceShareConfiguration": {
|
|
79626
|
+
"resourceType": "AWS::RAM::ResourceShare.ResourceShareConfiguration",
|
|
79627
|
+
"kind": "property",
|
|
79628
|
+
"lexicon": "aws"
|
|
79629
|
+
},
|
|
79580
79630
|
"ResourceShare_Tag": {
|
|
79581
79631
|
"resourceType": "AWS::RAM::ResourceShare.Tag",
|
|
79582
79632
|
"kind": "property",
|
|
@@ -94048,10 +94098,10 @@
|
|
|
94048
94098
|
"maxLength": 255
|
|
94049
94099
|
},
|
|
94050
94100
|
"ContactFlowArn": {
|
|
94051
|
-
"pattern": "^$|arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*/contact-flow/[-a-zA-Z0-9]
|
|
94101
|
+
"pattern": "^$|arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*/contact-flow/[-a-zA-Z0-9]*(:[a-zA-Z0-9-]+)?$"
|
|
94052
94102
|
},
|
|
94053
94103
|
"SelfAssignContactFlowArn": {
|
|
94054
|
-
"pattern": "^$|arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*/contact-flow/[-a-zA-Z0-9]
|
|
94104
|
+
"pattern": "^$|arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*/contact-flow/[-a-zA-Z0-9]*(:[a-zA-Z0-9-]+)?$"
|
|
94055
94105
|
}
|
|
94056
94106
|
},
|
|
94057
94107
|
"primaryIdentifier": [
|