@intentius/chant-lexicon-aws 0.1.18 → 0.1.19

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": "aef8b542c1ada1c4fccec4458549e62205728d1bb23dfd406540757145274ced",
5
- "meta.json": "7aaa2fc67fc8bd2d588b912534b65b66fea69eff672c2d0995f10d3f5a160fe2",
6
- "types/index.d.ts": "5c732bb065838520272a1c0c25c0bb96a8a9352bfceee1f0a6c9b1d84fe5d699",
4
+ "manifest.json": "63d2882575ac6aae2f1aefaf75b6843fd756ed291fdf3ec2d433739e70256cf4",
5
+ "meta.json": "7805330887599091ce86e9114b57bbdfdcfc5871dbbb83f73b495b09aaf19fa6",
6
+ "types/index.d.ts": "dae779e210bcb5b2c61ba9ae9bc165f9319885afc4252a3273e45418199bae29",
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": "498a752289a84a4dfbc29765aaa95907a1858d73d06090f161b6918b82cfe362"
43
+ "composite": "1045694367fbef842b5214555d0e6c5d008999c8169ad5166b92b0d89b19f06e"
44
44
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws",
3
- "version": "0.1.18",
3
+ "version": "0.1.19",
4
4
  "chantVersion": ">=0.1.0",
5
5
  "namespace": "AWS",
6
6
  "intrinsics": [
package/dist/meta.json CHANGED
@@ -13238,6 +13238,16 @@
13238
13238
  "kind": "property",
13239
13239
  "lexicon": "aws"
13240
13240
  },
13241
+ "BedrockAgentCoreGateway_SessionConfiguration": {
13242
+ "resourceType": "AWS::BedrockAgentCore::Gateway.SessionConfiguration",
13243
+ "kind": "property",
13244
+ "lexicon": "aws"
13245
+ },
13246
+ "BedrockAgentCoreGateway_StreamingConfiguration": {
13247
+ "resourceType": "AWS::BedrockAgentCore::Gateway.StreamingConfiguration",
13248
+ "kind": "property",
13249
+ "lexicon": "aws"
13250
+ },
13241
13251
  "BedrockAgentCoreGateway_WorkloadIdentityDetails": {
13242
13252
  "resourceType": "AWS::BedrockAgentCore::Gateway.WorkloadIdentityDetails",
13243
13253
  "kind": "property",
@@ -108839,6 +108849,11 @@
108839
108849
  "kind": "property",
108840
108850
  "lexicon": "aws"
108841
108851
  },
108852
+ "SessionConfiguration": {
108853
+ "resourceType": "AWS::BedrockAgentCore::Gateway.SessionConfiguration",
108854
+ "kind": "property",
108855
+ "lexicon": "aws"
108856
+ },
108842
108857
  "SessionKeysAbpV10x": {
108843
108858
  "resourceType": "AWS::IoTWireless::WirelessDevice.SessionKeysAbpV10x",
108844
108859
  "kind": "property",
@@ -112515,6 +112530,11 @@
112515
112530
  "kind": "property",
112516
112531
  "lexicon": "aws"
112517
112532
  },
112533
+ "StreamingConfiguration": {
112534
+ "resourceType": "AWS::BedrockAgentCore::Gateway.StreamingConfiguration",
112535
+ "kind": "property",
112536
+ "lexicon": "aws"
112537
+ },
112518
112538
  "StreamingDistribution": {
112519
112539
  "resourceType": "AWS::CloudFront::StreamingDistribution",
112520
112540
  "kind": "resource",
@@ -52732,10 +52732,24 @@ export declare class BedrockAgentCoreGateway_MCPGatewayConfiguration {
52732
52732
  constructor(props: {
52733
52733
  Instructions?: string;
52734
52734
  SearchType?: BedrockAgentCoreGateway_SearchType;
52735
+ SessionConfiguration?: BedrockAgentCoreGateway_SessionConfiguration;
52736
+ StreamingConfiguration?: BedrockAgentCoreGateway_StreamingConfiguration;
52735
52737
  SupportedVersions?: string[];
52736
52738
  });
52737
52739
  }
52738
52740
 
52741
+ export declare class BedrockAgentCoreGateway_SessionConfiguration {
52742
+ constructor(props: {
52743
+ SessionTimeoutInSeconds?: number;
52744
+ });
52745
+ }
52746
+
52747
+ export declare class BedrockAgentCoreGateway_StreamingConfiguration {
52748
+ constructor(props: {
52749
+ EnableResponseStreaming?: boolean;
52750
+ });
52751
+ }
52752
+
52739
52753
  export declare class BedrockAgentCoreGateway_WorkloadIdentityDetails {
52740
52754
  constructor(props: {
52741
52755
  WorkloadIdentityArn: string;
@@ -106212,6 +106226,8 @@ export declare class MCPGatewayConfiguration {
106212
106226
  constructor(props: {
106213
106227
  Instructions?: string;
106214
106228
  SearchType?: BedrockAgentCoreGateway_SearchType;
106229
+ SessionConfiguration?: BedrockAgentCoreGateway_SessionConfiguration;
106230
+ StreamingConfiguration?: BedrockAgentCoreGateway_StreamingConfiguration;
106215
106231
  SupportedVersions?: string[];
106216
106232
  });
106217
106233
  }
@@ -146886,6 +146902,12 @@ export declare class SessionConfig {
146886
146902
  });
146887
146903
  }
146888
146904
 
146905
+ export declare class SessionConfiguration {
146906
+ constructor(props: {
146907
+ SessionTimeoutInSeconds?: number;
146908
+ });
146909
+ }
146910
+
146889
146911
  export declare class SessionKeysAbpV10x {
146890
146912
  constructor(props: {
146891
146913
  AppSKey: string;
@@ -150713,6 +150735,12 @@ export declare class StreamEncryption {
150713
150735
  });
150714
150736
  }
150715
150737
 
150738
+ export declare class StreamingConfiguration {
150739
+ constructor(props: {
150740
+ EnableResponseStreaming?: boolean;
150741
+ });
150742
+ }
150743
+
150716
150744
  export declare class StreamingDistribution_Logging {
150717
150745
  constructor(props: {
150718
150746
  Bucket: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intentius/chant-lexicon-aws",
3
- "version": "0.1.18",
3
+ "version": "0.1.19",
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",
@@ -52732,10 +52732,24 @@ export declare class BedrockAgentCoreGateway_MCPGatewayConfiguration {
52732
52732
  constructor(props: {
52733
52733
  Instructions?: string;
52734
52734
  SearchType?: BedrockAgentCoreGateway_SearchType;
52735
+ SessionConfiguration?: BedrockAgentCoreGateway_SessionConfiguration;
52736
+ StreamingConfiguration?: BedrockAgentCoreGateway_StreamingConfiguration;
52735
52737
  SupportedVersions?: string[];
52736
52738
  });
52737
52739
  }
52738
52740
 
52741
+ export declare class BedrockAgentCoreGateway_SessionConfiguration {
52742
+ constructor(props: {
52743
+ SessionTimeoutInSeconds?: number;
52744
+ });
52745
+ }
52746
+
52747
+ export declare class BedrockAgentCoreGateway_StreamingConfiguration {
52748
+ constructor(props: {
52749
+ EnableResponseStreaming?: boolean;
52750
+ });
52751
+ }
52752
+
52739
52753
  export declare class BedrockAgentCoreGateway_WorkloadIdentityDetails {
52740
52754
  constructor(props: {
52741
52755
  WorkloadIdentityArn: string;
@@ -106212,6 +106226,8 @@ export declare class MCPGatewayConfiguration {
106212
106226
  constructor(props: {
106213
106227
  Instructions?: string;
106214
106228
  SearchType?: BedrockAgentCoreGateway_SearchType;
106229
+ SessionConfiguration?: BedrockAgentCoreGateway_SessionConfiguration;
106230
+ StreamingConfiguration?: BedrockAgentCoreGateway_StreamingConfiguration;
106215
106231
  SupportedVersions?: string[];
106216
106232
  });
106217
106233
  }
@@ -146886,6 +146902,12 @@ export declare class SessionConfig {
146886
146902
  });
146887
146903
  }
146888
146904
 
146905
+ export declare class SessionConfiguration {
146906
+ constructor(props: {
146907
+ SessionTimeoutInSeconds?: number;
146908
+ });
146909
+ }
146910
+
146889
146911
  export declare class SessionKeysAbpV10x {
146890
146912
  constructor(props: {
146891
146913
  AppSKey: string;
@@ -150713,6 +150735,12 @@ export declare class StreamEncryption {
150713
150735
  });
150714
150736
  }
150715
150737
 
150738
+ export declare class StreamingConfiguration {
150739
+ constructor(props: {
150740
+ EnableResponseStreaming?: boolean;
150741
+ });
150742
+ }
150743
+
150716
150744
  export declare class StreamingDistribution_Logging {
150717
150745
  constructor(props: {
150718
150746
  Bucket: string;
@@ -3250,6 +3250,8 @@ export const BedrockAgentCoreGateway_GatewayPolicyEngineConfiguration = createPr
3250
3250
  export const BedrockAgentCoreGateway_InterceptorInputConfiguration = createProperty("AWS::BedrockAgentCore::Gateway.InterceptorInputConfiguration", "aws");
3251
3251
  export const BedrockAgentCoreGateway_LambdaInterceptorConfiguration = createProperty("AWS::BedrockAgentCore::Gateway.LambdaInterceptorConfiguration", "aws");
3252
3252
  export const BedrockAgentCoreGateway_MCPGatewayConfiguration = createProperty("AWS::BedrockAgentCore::Gateway.MCPGatewayConfiguration", "aws");
3253
+ export const BedrockAgentCoreGateway_SessionConfiguration = createProperty("AWS::BedrockAgentCore::Gateway.SessionConfiguration", "aws");
3254
+ export const BedrockAgentCoreGateway_StreamingConfiguration = createProperty("AWS::BedrockAgentCore::Gateway.StreamingConfiguration", "aws");
3253
3255
  export const BedrockAgentCoreGateway_WorkloadIdentityDetails = createProperty("AWS::BedrockAgentCore::Gateway.WorkloadIdentityDetails", "aws");
3254
3256
  export const BedrockAgentCorePolicy_CedarPolicy = createProperty("AWS::BedrockAgentCore::Policy.CedarPolicy", "aws");
3255
3257
  export const BedrockAgentCorePolicy_PolicyDefinition = createProperty("AWS::BedrockAgentCore::Policy.PolicyDefinition", "aws");
@@ -13369,6 +13371,7 @@ export const SESConfigurationSetEventDestination_SnsDestination = createProperty
13369
13371
  export const SESDedicatedIpPool_Tag = createProperty("AWS::SES::DedicatedIpPool.Tag", "aws");
13370
13372
  export const SessionAttribute = createProperty("AWS::Lex::Bot.SessionAttribute", "aws");
13371
13373
  export const SessionConfig = createProperty("AWS::BedrockAgentCore::OnlineEvaluationConfig.SessionConfig", "aws");
13374
+ export const SessionConfiguration = createProperty("AWS::BedrockAgentCore::Gateway.SessionConfiguration", "aws");
13372
13375
  export const SessionKeysAbpV10x = createProperty("AWS::IoTWireless::WirelessDevice.SessionKeysAbpV10x", "aws");
13373
13376
  export const SessionKeysAbpV11 = createProperty("AWS::IoTWireless::WirelessDevice.SessionKeysAbpV11", "aws");
13374
13377
  export const SessionLogger_LogConfiguration = createProperty("AWS::WorkSpacesWeb::SessionLogger.LogConfiguration", "aws");
@@ -13796,6 +13799,7 @@ export const StreamConsumer_Tag = createProperty("AWS::Kinesis::StreamConsumer.T
13796
13799
  export const StreamDeliveryResource = createProperty("AWS::BedrockAgentCore::Memory.StreamDeliveryResource", "aws");
13797
13800
  export const StreamDeliveryResources = createProperty("AWS::BedrockAgentCore::Memory.StreamDeliveryResources", "aws");
13798
13801
  export const StreamEncryption = createProperty("AWS::Kinesis::Stream.StreamEncryption", "aws");
13802
+ export const StreamingConfiguration = createProperty("AWS::BedrockAgentCore::Gateway.StreamingConfiguration", "aws");
13799
13803
  export const StreamingDistribution_Logging = createProperty("AWS::CloudFront::StreamingDistribution.Logging", "aws");
13800
13804
  export const StreamingDistribution_S3Origin = createProperty("AWS::CloudFront::StreamingDistribution.S3Origin", "aws");
13801
13805
  export const StreamingDistribution_StreamingDistributionConfig = createProperty("AWS::CloudFront::StreamingDistribution.StreamingDistributionConfig", "aws");
@@ -13238,6 +13238,16 @@
13238
13238
  "kind": "property",
13239
13239
  "lexicon": "aws"
13240
13240
  },
13241
+ "BedrockAgentCoreGateway_SessionConfiguration": {
13242
+ "resourceType": "AWS::BedrockAgentCore::Gateway.SessionConfiguration",
13243
+ "kind": "property",
13244
+ "lexicon": "aws"
13245
+ },
13246
+ "BedrockAgentCoreGateway_StreamingConfiguration": {
13247
+ "resourceType": "AWS::BedrockAgentCore::Gateway.StreamingConfiguration",
13248
+ "kind": "property",
13249
+ "lexicon": "aws"
13250
+ },
13241
13251
  "BedrockAgentCoreGateway_WorkloadIdentityDetails": {
13242
13252
  "resourceType": "AWS::BedrockAgentCore::Gateway.WorkloadIdentityDetails",
13243
13253
  "kind": "property",
@@ -108839,6 +108849,11 @@
108839
108849
  "kind": "property",
108840
108850
  "lexicon": "aws"
108841
108851
  },
108852
+ "SessionConfiguration": {
108853
+ "resourceType": "AWS::BedrockAgentCore::Gateway.SessionConfiguration",
108854
+ "kind": "property",
108855
+ "lexicon": "aws"
108856
+ },
108842
108857
  "SessionKeysAbpV10x": {
108843
108858
  "resourceType": "AWS::IoTWireless::WirelessDevice.SessionKeysAbpV10x",
108844
108859
  "kind": "property",
@@ -112515,6 +112530,11 @@
112515
112530
  "kind": "property",
112516
112531
  "lexicon": "aws"
112517
112532
  },
112533
+ "StreamingConfiguration": {
112534
+ "resourceType": "AWS::BedrockAgentCore::Gateway.StreamingConfiguration",
112535
+ "kind": "property",
112536
+ "lexicon": "aws"
112537
+ },
112518
112538
  "StreamingDistribution": {
112519
112539
  "resourceType": "AWS::CloudFront::StreamingDistribution",
112520
112540
  "kind": "resource",