@intentius/chant-lexicon-aws 0.11.0 → 0.12.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 +0 -4
- 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 +0 -21
- package/dist/types/index.d.ts +1 -40
- package/package.json +2 -2
- package/src/generated/index.d.ts +1 -40
- package/src/generated/index.ts +0 -4
- package/src/generated/lexicon-aws.json +0 -21
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": "8c489283b78df64090e6a2795c10e2df12124baceb58bc1ee26a9d5bb591f776",
|
|
5
|
+
"meta.json": "5d3685ee2dd5eca9dad1e643e1353ec411843bf1411f77abbd6411a9612d162b",
|
|
6
|
+
"types/index.d.ts": "0d32c796554ebfc51423b2862504adb87bc413b07efc99b753169a816c504b0c",
|
|
7
7
|
"rules/hardcoded-region.ts": "5a0eaf7ab391231fe6cd51426ece29539cb4b36f31c8dd060956638fed55722a",
|
|
8
8
|
"rules/iam-wildcard.ts": "135d7217d278fef50939e605c5da32603ba35674b8c4b5c4d66a06c77903e945",
|
|
9
9
|
"rules/s3-encryption.ts": "c4f9f8aa8dc382ed98c7b04e820a600590cc75335a8db2e087cbfbfe4003d09e",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"skills/chant-aws.md": "4d65eb160e001f2af42eb7c622a5b498c2fd1f5afbd6c8155615c010fb265c63",
|
|
41
41
|
"skills/chant-aws-eks.md": "8789255709ff004ad0a875fd5999edcdc66fc6e33d710db058d9f42703bcfdfe"
|
|
42
42
|
},
|
|
43
|
-
"composite": "
|
|
43
|
+
"composite": "183f30bdd427d631114f66f2efb30b389bb46c796676c544e48bcf2c376aba19"
|
|
44
44
|
}
|
package/dist/manifest.json
CHANGED
package/dist/meta.json
CHANGED
|
@@ -9605,7 +9605,6 @@
|
|
|
9605
9605
|
"KnowledgeBaseConfiguration/Type",
|
|
9606
9606
|
"KnowledgeBaseConfiguration/VectorKnowledgeBaseConfiguration",
|
|
9607
9607
|
"KnowledgeBaseConfiguration/KendraKnowledgeBaseConfiguration",
|
|
9608
|
-
"KnowledgeBaseConfiguration/ManagedKnowledgeBaseConfiguration",
|
|
9609
9608
|
"KnowledgeBaseConfiguration/SqlKnowledgeBaseConfiguration/Type",
|
|
9610
9609
|
"KnowledgeBaseConfiguration/SqlKnowledgeBaseConfiguration/RedshiftConfiguration/StorageConfigurations",
|
|
9611
9610
|
"KnowledgeBaseConfiguration/SqlKnowledgeBaseConfiguration/RedshiftConfiguration/QueryEngineConfiguration"
|
|
@@ -9634,16 +9633,6 @@
|
|
|
9634
9633
|
"kind": "property",
|
|
9635
9634
|
"lexicon": "aws"
|
|
9636
9635
|
},
|
|
9637
|
-
"BedrockKnowledgeBase_ManagedKnowledgeBaseConfiguration": {
|
|
9638
|
-
"resourceType": "AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseConfiguration",
|
|
9639
|
-
"kind": "property",
|
|
9640
|
-
"lexicon": "aws"
|
|
9641
|
-
},
|
|
9642
|
-
"BedrockKnowledgeBase_ManagedKnowledgeBaseServerSideEncryptionConfiguration": {
|
|
9643
|
-
"resourceType": "AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseServerSideEncryptionConfiguration",
|
|
9644
|
-
"kind": "property",
|
|
9645
|
-
"lexicon": "aws"
|
|
9646
|
-
},
|
|
9647
9636
|
"BedrockKnowledgeBase_MongoDbAtlasConfiguration": {
|
|
9648
9637
|
"resourceType": "AWS::Bedrock::KnowledgeBase.MongoDbAtlasConfiguration",
|
|
9649
9638
|
"kind": "property",
|
|
@@ -57635,16 +57624,6 @@
|
|
|
57635
57624
|
"kind": "property",
|
|
57636
57625
|
"lexicon": "aws"
|
|
57637
57626
|
},
|
|
57638
|
-
"ManagedKnowledgeBaseConfiguration": {
|
|
57639
|
-
"resourceType": "AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseConfiguration",
|
|
57640
|
-
"kind": "property",
|
|
57641
|
-
"lexicon": "aws"
|
|
57642
|
-
},
|
|
57643
|
-
"ManagedKnowledgeBaseServerSideEncryptionConfiguration": {
|
|
57644
|
-
"resourceType": "AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseServerSideEncryptionConfiguration",
|
|
57645
|
-
"kind": "property",
|
|
57646
|
-
"lexicon": "aws"
|
|
57647
|
-
},
|
|
57648
57627
|
"ManagedLoggingConfiguration": {
|
|
57649
57628
|
"resourceType": "AWS::Athena::WorkGroup.ManagedLoggingConfiguration",
|
|
57650
57629
|
"kind": "property",
|
package/dist/types/index.d.ts
CHANGED
|
@@ -45987,29 +45987,11 @@ export declare class BedrockKnowledgeBase_KnowledgeBaseConfiguration {
|
|
|
45987
45987
|
constructor(props: {
|
|
45988
45988
|
Type: BedrockKnowledgeBase_KnowledgeBaseType;
|
|
45989
45989
|
KendraKnowledgeBaseConfiguration?: BedrockKnowledgeBase_KendraKnowledgeBaseConfiguration;
|
|
45990
|
-
ManagedKnowledgeBaseConfiguration?: BedrockKnowledgeBase_ManagedKnowledgeBaseConfiguration;
|
|
45991
45990
|
SqlKnowledgeBaseConfiguration?: BedrockKnowledgeBase_SqlKnowledgeBaseConfiguration;
|
|
45992
45991
|
VectorKnowledgeBaseConfiguration?: BedrockKnowledgeBase_VectorKnowledgeBaseConfiguration;
|
|
45993
45992
|
});
|
|
45994
45993
|
}
|
|
45995
45994
|
|
|
45996
|
-
export declare class BedrockKnowledgeBase_ManagedKnowledgeBaseConfiguration {
|
|
45997
|
-
constructor(props: {
|
|
45998
|
-
/** The ARN of the model used to create vector embeddings for the knowledge base. */
|
|
45999
|
-
EmbeddingModelArn: string;
|
|
46000
|
-
EmbeddingModelConfiguration?: BedrockKnowledgeBase_EmbeddingModelConfiguration;
|
|
46001
|
-
EmbeddingModelType?: BedrockKnowledgeBase_EmbeddingModelType;
|
|
46002
|
-
ServerSideEncryptionConfiguration?: BedrockKnowledgeBase_ManagedKnowledgeBaseServerSideEncryptionConfiguration;
|
|
46003
|
-
});
|
|
46004
|
-
}
|
|
46005
|
-
|
|
46006
|
-
export declare class BedrockKnowledgeBase_ManagedKnowledgeBaseServerSideEncryptionConfiguration {
|
|
46007
|
-
constructor(props: {
|
|
46008
|
-
/** The ARN of the AWS KMS key used to encrypt the managed knowledge base. */
|
|
46009
|
-
KmsKeyArn?: string;
|
|
46010
|
-
});
|
|
46011
|
-
}
|
|
46012
|
-
|
|
46013
45995
|
export declare class BedrockKnowledgeBase_MongoDbAtlasConfiguration {
|
|
46014
45996
|
constructor(props: {
|
|
46015
45997
|
/** Name of the collection within MongoDB Atlas. */
|
|
@@ -81760,7 +81742,6 @@ export declare class KnowledgeBaseConfiguration {
|
|
|
81760
81742
|
constructor(props: {
|
|
81761
81743
|
Type: BedrockKnowledgeBase_KnowledgeBaseType;
|
|
81762
81744
|
KendraKnowledgeBaseConfiguration?: BedrockKnowledgeBase_KendraKnowledgeBaseConfiguration;
|
|
81763
|
-
ManagedKnowledgeBaseConfiguration?: BedrockKnowledgeBase_ManagedKnowledgeBaseConfiguration;
|
|
81764
81745
|
SqlKnowledgeBaseConfiguration?: BedrockKnowledgeBase_SqlKnowledgeBaseConfiguration;
|
|
81765
81746
|
VectorKnowledgeBaseConfiguration?: BedrockKnowledgeBase_VectorKnowledgeBaseConfiguration;
|
|
81766
81747
|
});
|
|
@@ -85856,23 +85837,6 @@ export declare class ManagedInstancesStorageConfiguration {
|
|
|
85856
85837
|
});
|
|
85857
85838
|
}
|
|
85858
85839
|
|
|
85859
|
-
export declare class ManagedKnowledgeBaseConfiguration {
|
|
85860
|
-
constructor(props: {
|
|
85861
|
-
/** The ARN of the model used to create vector embeddings for the knowledge base. */
|
|
85862
|
-
EmbeddingModelArn: string;
|
|
85863
|
-
EmbeddingModelConfiguration?: BedrockKnowledgeBase_EmbeddingModelConfiguration;
|
|
85864
|
-
EmbeddingModelType?: BedrockKnowledgeBase_EmbeddingModelType;
|
|
85865
|
-
ServerSideEncryptionConfiguration?: BedrockKnowledgeBase_ManagedKnowledgeBaseServerSideEncryptionConfiguration;
|
|
85866
|
-
});
|
|
85867
|
-
}
|
|
85868
|
-
|
|
85869
|
-
export declare class ManagedKnowledgeBaseServerSideEncryptionConfiguration {
|
|
85870
|
-
constructor(props: {
|
|
85871
|
-
/** The ARN of the AWS KMS key used to encrypt the managed knowledge base. */
|
|
85872
|
-
KmsKeyArn?: string;
|
|
85873
|
-
});
|
|
85874
|
-
}
|
|
85875
|
-
|
|
85876
85840
|
export declare class ManagedLoggingConfiguration {
|
|
85877
85841
|
constructor(props: {
|
|
85878
85842
|
/** Enables managed log persistence. */
|
|
@@ -124945,8 +124909,6 @@ export type BedrockFlow_SupportedLanguages = "Python_3";
|
|
|
124945
124909
|
|
|
124946
124910
|
export type BedrockFlow_VectorSearchRerankingConfigurationType = "BEDROCK_RERANKING_MODEL";
|
|
124947
124911
|
|
|
124948
|
-
export type BedrockKnowledgeBase_EmbeddingModelType = "CUSTOM" | "MANAGED";
|
|
124949
|
-
|
|
124950
124912
|
export type BedrockKnowledgeBase_InclusionType = "EXCLUDE" | "INCLUDE";
|
|
124951
124913
|
|
|
124952
124914
|
export type BedrockKnowledgeBase_KnowledgeBaseStatus =
|
|
@@ -124955,7 +124917,6 @@ export type BedrockKnowledgeBase_KnowledgeBaseStatus =
|
|
|
124955
124917
|
| "DELETE_UNSUCCESSFUL"
|
|
124956
124918
|
| "DELETING"
|
|
124957
124919
|
| "FAILED"
|
|
124958
|
-
| "UPDATE_UNSUCCESSFUL"
|
|
124959
124920
|
| "UPDATING";
|
|
124960
124921
|
|
|
124961
124922
|
export type BedrockKnowledgeBase_KnowledgeBaseStorageType =
|
|
@@ -124967,7 +124928,7 @@ export type BedrockKnowledgeBase_KnowledgeBaseStorageType =
|
|
|
124967
124928
|
| "RDS"
|
|
124968
124929
|
| "S3_VECTORS";
|
|
124969
124930
|
|
|
124970
|
-
export type BedrockKnowledgeBase_KnowledgeBaseType = "KENDRA" | "
|
|
124931
|
+
export type BedrockKnowledgeBase_KnowledgeBaseType = "KENDRA" | "SQL" | "VECTOR";
|
|
124971
124932
|
|
|
124972
124933
|
export type BedrockKnowledgeBase_QueryEngineType = "REDSHIFT";
|
|
124973
124934
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intentius/chant-lexicon-aws",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.12.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",
|
|
@@ -70,6 +70,6 @@
|
|
|
70
70
|
"typescript": "^5.9.3"
|
|
71
71
|
},
|
|
72
72
|
"peerDependencies": {
|
|
73
|
-
"@intentius/chant": "^0.
|
|
73
|
+
"@intentius/chant": "^0.12.0"
|
|
74
74
|
}
|
|
75
75
|
}
|
package/src/generated/index.d.ts
CHANGED
|
@@ -45987,29 +45987,11 @@ export declare class BedrockKnowledgeBase_KnowledgeBaseConfiguration {
|
|
|
45987
45987
|
constructor(props: {
|
|
45988
45988
|
Type: BedrockKnowledgeBase_KnowledgeBaseType;
|
|
45989
45989
|
KendraKnowledgeBaseConfiguration?: BedrockKnowledgeBase_KendraKnowledgeBaseConfiguration;
|
|
45990
|
-
ManagedKnowledgeBaseConfiguration?: BedrockKnowledgeBase_ManagedKnowledgeBaseConfiguration;
|
|
45991
45990
|
SqlKnowledgeBaseConfiguration?: BedrockKnowledgeBase_SqlKnowledgeBaseConfiguration;
|
|
45992
45991
|
VectorKnowledgeBaseConfiguration?: BedrockKnowledgeBase_VectorKnowledgeBaseConfiguration;
|
|
45993
45992
|
});
|
|
45994
45993
|
}
|
|
45995
45994
|
|
|
45996
|
-
export declare class BedrockKnowledgeBase_ManagedKnowledgeBaseConfiguration {
|
|
45997
|
-
constructor(props: {
|
|
45998
|
-
/** The ARN of the model used to create vector embeddings for the knowledge base. */
|
|
45999
|
-
EmbeddingModelArn: string;
|
|
46000
|
-
EmbeddingModelConfiguration?: BedrockKnowledgeBase_EmbeddingModelConfiguration;
|
|
46001
|
-
EmbeddingModelType?: BedrockKnowledgeBase_EmbeddingModelType;
|
|
46002
|
-
ServerSideEncryptionConfiguration?: BedrockKnowledgeBase_ManagedKnowledgeBaseServerSideEncryptionConfiguration;
|
|
46003
|
-
});
|
|
46004
|
-
}
|
|
46005
|
-
|
|
46006
|
-
export declare class BedrockKnowledgeBase_ManagedKnowledgeBaseServerSideEncryptionConfiguration {
|
|
46007
|
-
constructor(props: {
|
|
46008
|
-
/** The ARN of the AWS KMS key used to encrypt the managed knowledge base. */
|
|
46009
|
-
KmsKeyArn?: string;
|
|
46010
|
-
});
|
|
46011
|
-
}
|
|
46012
|
-
|
|
46013
45995
|
export declare class BedrockKnowledgeBase_MongoDbAtlasConfiguration {
|
|
46014
45996
|
constructor(props: {
|
|
46015
45997
|
/** Name of the collection within MongoDB Atlas. */
|
|
@@ -81760,7 +81742,6 @@ export declare class KnowledgeBaseConfiguration {
|
|
|
81760
81742
|
constructor(props: {
|
|
81761
81743
|
Type: BedrockKnowledgeBase_KnowledgeBaseType;
|
|
81762
81744
|
KendraKnowledgeBaseConfiguration?: BedrockKnowledgeBase_KendraKnowledgeBaseConfiguration;
|
|
81763
|
-
ManagedKnowledgeBaseConfiguration?: BedrockKnowledgeBase_ManagedKnowledgeBaseConfiguration;
|
|
81764
81745
|
SqlKnowledgeBaseConfiguration?: BedrockKnowledgeBase_SqlKnowledgeBaseConfiguration;
|
|
81765
81746
|
VectorKnowledgeBaseConfiguration?: BedrockKnowledgeBase_VectorKnowledgeBaseConfiguration;
|
|
81766
81747
|
});
|
|
@@ -85856,23 +85837,6 @@ export declare class ManagedInstancesStorageConfiguration {
|
|
|
85856
85837
|
});
|
|
85857
85838
|
}
|
|
85858
85839
|
|
|
85859
|
-
export declare class ManagedKnowledgeBaseConfiguration {
|
|
85860
|
-
constructor(props: {
|
|
85861
|
-
/** The ARN of the model used to create vector embeddings for the knowledge base. */
|
|
85862
|
-
EmbeddingModelArn: string;
|
|
85863
|
-
EmbeddingModelConfiguration?: BedrockKnowledgeBase_EmbeddingModelConfiguration;
|
|
85864
|
-
EmbeddingModelType?: BedrockKnowledgeBase_EmbeddingModelType;
|
|
85865
|
-
ServerSideEncryptionConfiguration?: BedrockKnowledgeBase_ManagedKnowledgeBaseServerSideEncryptionConfiguration;
|
|
85866
|
-
});
|
|
85867
|
-
}
|
|
85868
|
-
|
|
85869
|
-
export declare class ManagedKnowledgeBaseServerSideEncryptionConfiguration {
|
|
85870
|
-
constructor(props: {
|
|
85871
|
-
/** The ARN of the AWS KMS key used to encrypt the managed knowledge base. */
|
|
85872
|
-
KmsKeyArn?: string;
|
|
85873
|
-
});
|
|
85874
|
-
}
|
|
85875
|
-
|
|
85876
85840
|
export declare class ManagedLoggingConfiguration {
|
|
85877
85841
|
constructor(props: {
|
|
85878
85842
|
/** Enables managed log persistence. */
|
|
@@ -124945,8 +124909,6 @@ export type BedrockFlow_SupportedLanguages = "Python_3";
|
|
|
124945
124909
|
|
|
124946
124910
|
export type BedrockFlow_VectorSearchRerankingConfigurationType = "BEDROCK_RERANKING_MODEL";
|
|
124947
124911
|
|
|
124948
|
-
export type BedrockKnowledgeBase_EmbeddingModelType = "CUSTOM" | "MANAGED";
|
|
124949
|
-
|
|
124950
124912
|
export type BedrockKnowledgeBase_InclusionType = "EXCLUDE" | "INCLUDE";
|
|
124951
124913
|
|
|
124952
124914
|
export type BedrockKnowledgeBase_KnowledgeBaseStatus =
|
|
@@ -124955,7 +124917,6 @@ export type BedrockKnowledgeBase_KnowledgeBaseStatus =
|
|
|
124955
124917
|
| "DELETE_UNSUCCESSFUL"
|
|
124956
124918
|
| "DELETING"
|
|
124957
124919
|
| "FAILED"
|
|
124958
|
-
| "UPDATE_UNSUCCESSFUL"
|
|
124959
124920
|
| "UPDATING";
|
|
124960
124921
|
|
|
124961
124922
|
export type BedrockKnowledgeBase_KnowledgeBaseStorageType =
|
|
@@ -124967,7 +124928,7 @@ export type BedrockKnowledgeBase_KnowledgeBaseStorageType =
|
|
|
124967
124928
|
| "RDS"
|
|
124968
124929
|
| "S3_VECTORS";
|
|
124969
124930
|
|
|
124970
|
-
export type BedrockKnowledgeBase_KnowledgeBaseType = "KENDRA" | "
|
|
124931
|
+
export type BedrockKnowledgeBase_KnowledgeBaseType = "KENDRA" | "SQL" | "VECTOR";
|
|
124971
124932
|
|
|
124972
124933
|
export type BedrockKnowledgeBase_QueryEngineType = "REDSHIFT";
|
|
124973
124934
|
|
package/src/generated/index.ts
CHANGED
|
@@ -2457,8 +2457,6 @@ export const BedrockFoundationModelContextEnrichmentConfiguration = createProper
|
|
|
2457
2457
|
export const BedrockKnowledgeBase_EmbeddingModelConfiguration = createProperty("AWS::Bedrock::KnowledgeBase.EmbeddingModelConfiguration", "aws");
|
|
2458
2458
|
export const BedrockKnowledgeBase_KendraKnowledgeBaseConfiguration = createProperty("AWS::Bedrock::KnowledgeBase.KendraKnowledgeBaseConfiguration", "aws");
|
|
2459
2459
|
export const BedrockKnowledgeBase_KnowledgeBaseConfiguration = createProperty("AWS::Bedrock::KnowledgeBase.KnowledgeBaseConfiguration", "aws");
|
|
2460
|
-
export const BedrockKnowledgeBase_ManagedKnowledgeBaseConfiguration = createProperty("AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseConfiguration", "aws");
|
|
2461
|
-
export const BedrockKnowledgeBase_ManagedKnowledgeBaseServerSideEncryptionConfiguration = createProperty("AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseServerSideEncryptionConfiguration", "aws");
|
|
2462
2460
|
export const BedrockKnowledgeBase_MongoDbAtlasConfiguration = createProperty("AWS::Bedrock::KnowledgeBase.MongoDbAtlasConfiguration", "aws");
|
|
2463
2461
|
export const BedrockKnowledgeBase_MongoDbAtlasFieldMapping = createProperty("AWS::Bedrock::KnowledgeBase.MongoDbAtlasFieldMapping", "aws");
|
|
2464
2462
|
export const BedrockKnowledgeBase_NeptuneAnalyticsConfiguration = createProperty("AWS::Bedrock::KnowledgeBase.NeptuneAnalyticsConfiguration", "aws");
|
|
@@ -6559,8 +6557,6 @@ export const ManagedInstancesLocalStorageConfiguration = createProperty("AWS::EC
|
|
|
6559
6557
|
export const ManagedInstancesNetworkConfiguration = createProperty("AWS::ECS::CapacityProvider.ManagedInstancesNetworkConfiguration", "aws");
|
|
6560
6558
|
export const ManagedInstancesProvider = createProperty("AWS::ECS::CapacityProvider.ManagedInstancesProvider", "aws");
|
|
6561
6559
|
export const ManagedInstancesStorageConfiguration = createProperty("AWS::ECS::CapacityProvider.ManagedInstancesStorageConfiguration", "aws");
|
|
6562
|
-
export const ManagedKnowledgeBaseConfiguration = createProperty("AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseConfiguration", "aws");
|
|
6563
|
-
export const ManagedKnowledgeBaseServerSideEncryptionConfiguration = createProperty("AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseServerSideEncryptionConfiguration", "aws");
|
|
6564
6560
|
export const ManagedLoggingConfiguration = createProperty("AWS::Athena::WorkGroup.ManagedLoggingConfiguration", "aws");
|
|
6565
6561
|
export const ManagedPersistenceMonitoringConfiguration = createProperty("AWS::EMRServerless::Application.ManagedPersistenceMonitoringConfiguration", "aws");
|
|
6566
6562
|
export const ManagedQueryResultsConfiguration = createProperty("AWS::Athena::WorkGroup.ManagedQueryResultsConfiguration", "aws");
|
|
@@ -9605,7 +9605,6 @@
|
|
|
9605
9605
|
"KnowledgeBaseConfiguration/Type",
|
|
9606
9606
|
"KnowledgeBaseConfiguration/VectorKnowledgeBaseConfiguration",
|
|
9607
9607
|
"KnowledgeBaseConfiguration/KendraKnowledgeBaseConfiguration",
|
|
9608
|
-
"KnowledgeBaseConfiguration/ManagedKnowledgeBaseConfiguration",
|
|
9609
9608
|
"KnowledgeBaseConfiguration/SqlKnowledgeBaseConfiguration/Type",
|
|
9610
9609
|
"KnowledgeBaseConfiguration/SqlKnowledgeBaseConfiguration/RedshiftConfiguration/StorageConfigurations",
|
|
9611
9610
|
"KnowledgeBaseConfiguration/SqlKnowledgeBaseConfiguration/RedshiftConfiguration/QueryEngineConfiguration"
|
|
@@ -9634,16 +9633,6 @@
|
|
|
9634
9633
|
"kind": "property",
|
|
9635
9634
|
"lexicon": "aws"
|
|
9636
9635
|
},
|
|
9637
|
-
"BedrockKnowledgeBase_ManagedKnowledgeBaseConfiguration": {
|
|
9638
|
-
"resourceType": "AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseConfiguration",
|
|
9639
|
-
"kind": "property",
|
|
9640
|
-
"lexicon": "aws"
|
|
9641
|
-
},
|
|
9642
|
-
"BedrockKnowledgeBase_ManagedKnowledgeBaseServerSideEncryptionConfiguration": {
|
|
9643
|
-
"resourceType": "AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseServerSideEncryptionConfiguration",
|
|
9644
|
-
"kind": "property",
|
|
9645
|
-
"lexicon": "aws"
|
|
9646
|
-
},
|
|
9647
9636
|
"BedrockKnowledgeBase_MongoDbAtlasConfiguration": {
|
|
9648
9637
|
"resourceType": "AWS::Bedrock::KnowledgeBase.MongoDbAtlasConfiguration",
|
|
9649
9638
|
"kind": "property",
|
|
@@ -57635,16 +57624,6 @@
|
|
|
57635
57624
|
"kind": "property",
|
|
57636
57625
|
"lexicon": "aws"
|
|
57637
57626
|
},
|
|
57638
|
-
"ManagedKnowledgeBaseConfiguration": {
|
|
57639
|
-
"resourceType": "AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseConfiguration",
|
|
57640
|
-
"kind": "property",
|
|
57641
|
-
"lexicon": "aws"
|
|
57642
|
-
},
|
|
57643
|
-
"ManagedKnowledgeBaseServerSideEncryptionConfiguration": {
|
|
57644
|
-
"resourceType": "AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseServerSideEncryptionConfiguration",
|
|
57645
|
-
"kind": "property",
|
|
57646
|
-
"lexicon": "aws"
|
|
57647
|
-
},
|
|
57648
57627
|
"ManagedLoggingConfiguration": {
|
|
57649
57628
|
"resourceType": "AWS::Athena::WorkGroup.ManagedLoggingConfiguration",
|
|
57650
57629
|
"kind": "property",
|