@intentius/chant-lexicon-aws 0.8.0 → 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
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": "3ab7f47e82b4ee0fd46578826f6accef50198b31c0813e0be04669925125901e",
|
|
5
|
+
"meta.json": "b002042c09885131915d7e0b0f7d490773f9d001f9531b9f924a5fa647028100",
|
|
6
|
+
"types/index.d.ts": "8224bf437127fbd090ff71f362d102004586ab20c40a54e497fea43db818fbbe",
|
|
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": "e44053016c05b6361d30bcfd257c2a07d5ec9d6e0387d6a2954e7c420c085efd"
|
|
44
44
|
}
|
package/dist/manifest.json
CHANGED
package/dist/meta.json
CHANGED
|
@@ -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": [
|
package/dist/types/index.d.ts
CHANGED
|
@@ -11818,6 +11818,7 @@ export declare class EcsService {
|
|
|
11818
11818
|
/** A list of load balancer objects to associate with the service. If you specify the ``Role`` property, ``LoadBalancers`` must be specified as well. For information about the number of load balancers that you can specify per service, see [Service Load Balancing](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-load-balancing.html) in the *Amazon Elastic Container Service Developer Guide*.
|
|
11819
11819
|
To remove this property from your service resource, specify an empty ``LoadBalancer`` array. */
|
|
11820
11820
|
LoadBalancers?: EcsService_LoadBalancer[];
|
|
11821
|
+
Monitoring?: EcsService_MonitoringConfiguration;
|
|
11821
11822
|
Name?: string;
|
|
11822
11823
|
/** The network configuration for the service. This parameter is required for task definitions that use the ``awsvpc`` network mode to receive their own elastic network interface, and it is not supported for other network modes. For more information, see [Task Networking](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html) in the *Amazon Elastic Container Service Developer Guide*. */
|
|
11823
11824
|
NetworkConfiguration?: EcsService_NetworkConfiguration;
|
|
@@ -28898,6 +28899,8 @@ export declare class ResourceShare {
|
|
|
28898
28899
|
Principals?: string[];
|
|
28899
28900
|
/** Specifies a list of one or more ARNs of the resources to associate with the resource share. */
|
|
28900
28901
|
ResourceArns?: string[];
|
|
28902
|
+
/** Specifies the configuration for the resource share */
|
|
28903
|
+
ResourceShareConfiguration?: ResourceShare_ResourceShareConfiguration;
|
|
28901
28904
|
/** Specifies from which source accounts the service principal has access to the resources in this resource share. */
|
|
28902
28905
|
Sources?: string[];
|
|
28903
28906
|
/** The current status of the resource share. */
|
|
@@ -45974,11 +45977,29 @@ export declare class BedrockKnowledgeBase_KnowledgeBaseConfiguration {
|
|
|
45974
45977
|
constructor(props: {
|
|
45975
45978
|
Type: BedrockKnowledgeBase_KnowledgeBaseType;
|
|
45976
45979
|
KendraKnowledgeBaseConfiguration?: BedrockKnowledgeBase_KendraKnowledgeBaseConfiguration;
|
|
45980
|
+
ManagedKnowledgeBaseConfiguration?: BedrockKnowledgeBase_ManagedKnowledgeBaseConfiguration;
|
|
45977
45981
|
SqlKnowledgeBaseConfiguration?: BedrockKnowledgeBase_SqlKnowledgeBaseConfiguration;
|
|
45978
45982
|
VectorKnowledgeBaseConfiguration?: BedrockKnowledgeBase_VectorKnowledgeBaseConfiguration;
|
|
45979
45983
|
});
|
|
45980
45984
|
}
|
|
45981
45985
|
|
|
45986
|
+
export declare class BedrockKnowledgeBase_ManagedKnowledgeBaseConfiguration {
|
|
45987
|
+
constructor(props: {
|
|
45988
|
+
/** The ARN of the model used to create vector embeddings for the knowledge base. */
|
|
45989
|
+
EmbeddingModelArn: string;
|
|
45990
|
+
EmbeddingModelConfiguration?: BedrockKnowledgeBase_EmbeddingModelConfiguration;
|
|
45991
|
+
EmbeddingModelType?: BedrockKnowledgeBase_EmbeddingModelType;
|
|
45992
|
+
ServerSideEncryptionConfiguration?: BedrockKnowledgeBase_ManagedKnowledgeBaseServerSideEncryptionConfiguration;
|
|
45993
|
+
});
|
|
45994
|
+
}
|
|
45995
|
+
|
|
45996
|
+
export declare class BedrockKnowledgeBase_ManagedKnowledgeBaseServerSideEncryptionConfiguration {
|
|
45997
|
+
constructor(props: {
|
|
45998
|
+
/** The ARN of the AWS KMS key used to encrypt the managed knowledge base. */
|
|
45999
|
+
KmsKeyArn?: string;
|
|
46000
|
+
});
|
|
46001
|
+
}
|
|
46002
|
+
|
|
45982
46003
|
export declare class BedrockKnowledgeBase_MongoDbAtlasConfiguration {
|
|
45983
46004
|
constructor(props: {
|
|
45984
46005
|
/** Name of the collection within MongoDB Atlas. */
|
|
@@ -65347,6 +65368,19 @@ export declare class EcsService_LogConfiguration {
|
|
|
65347
65368
|
});
|
|
65348
65369
|
}
|
|
65349
65370
|
|
|
65371
|
+
export declare class EcsService_MetricConfiguration {
|
|
65372
|
+
constructor(props: {
|
|
65373
|
+
MetricNames: "CPUUtilization" | "MemoryUtilization"[];
|
|
65374
|
+
ResolutionSeconds: 20 | 60;
|
|
65375
|
+
});
|
|
65376
|
+
}
|
|
65377
|
+
|
|
65378
|
+
export declare class EcsService_MonitoringConfiguration {
|
|
65379
|
+
constructor(props: {
|
|
65380
|
+
MetricConfigurations: EcsService_MetricConfiguration[];
|
|
65381
|
+
});
|
|
65382
|
+
}
|
|
65383
|
+
|
|
65350
65384
|
export declare class EcsService_NetworkConfiguration {
|
|
65351
65385
|
constructor(props: {
|
|
65352
65386
|
/** The VPC subnets and security groups that are associated with a task.
|
|
@@ -65996,6 +66030,8 @@ export declare class EKSCluster_ResourcesVpcConfig {
|
|
|
65996
66030
|
constructor(props: {
|
|
65997
66031
|
/** Specify subnets for your Amazon EKS nodes. Amazon EKS creates cross-account elastic network interfaces in these subnets to allow communication between your nodes and the Kubernetes control plane. */
|
|
65998
66032
|
SubnetIds: string[];
|
|
66033
|
+
/** Specify the egress mode for the cluster control plane. If you set this to CUSTOMER_ROUTED, the control plane routes traffic through your VPC subnets instead of using AWS managed networking. */
|
|
66034
|
+
ControlPlaneEgressMode?: string;
|
|
65999
66035
|
/** Set this value to true to enable private access for your cluster's Kubernetes API server endpoint. If you enable private access, Kubernetes API requests from within your cluster's VPC use the private VPC endpoint. The default value for this parameter is false, which disables private access for your Kubernetes API server. If you disable private access and you have nodes or AWS Fargate pods in the cluster, then ensure that publicAccessCidrs includes the necessary CIDR blocks for communication with the nodes or Fargate pods. */
|
|
66000
66036
|
EndpointPrivateAccess?: boolean;
|
|
66001
66037
|
/** Set this value to false to disable public access to your cluster's Kubernetes API server endpoint. If you disable public access, your cluster's Kubernetes API server can only receive requests from within the cluster VPC. The default value for this parameter is true, which enables public access for your Kubernetes API server. */
|
|
@@ -81706,6 +81742,7 @@ export declare class KnowledgeBaseConfiguration {
|
|
|
81706
81742
|
constructor(props: {
|
|
81707
81743
|
Type: BedrockKnowledgeBase_KnowledgeBaseType;
|
|
81708
81744
|
KendraKnowledgeBaseConfiguration?: BedrockKnowledgeBase_KendraKnowledgeBaseConfiguration;
|
|
81745
|
+
ManagedKnowledgeBaseConfiguration?: BedrockKnowledgeBase_ManagedKnowledgeBaseConfiguration;
|
|
81709
81746
|
SqlKnowledgeBaseConfiguration?: BedrockKnowledgeBase_SqlKnowledgeBaseConfiguration;
|
|
81710
81747
|
VectorKnowledgeBaseConfiguration?: BedrockKnowledgeBase_VectorKnowledgeBaseConfiguration;
|
|
81711
81748
|
});
|
|
@@ -83036,6 +83073,8 @@ export declare class LayerVersion_Content {
|
|
|
83036
83073
|
S3Bucket: string;
|
|
83037
83074
|
/** The Amazon S3 key of the layer archive. */
|
|
83038
83075
|
S3Key: string;
|
|
83076
|
+
/** Specifies whether Lambda should copy the deployment package to its internal storage (COPY) or reference it directly from your S3 bucket (REFERENCE). */
|
|
83077
|
+
S3ObjectStorageMode?: "COPY" | "REFERENCE";
|
|
83039
83078
|
/** For versioned objects, the version of the layer archive object to use. */
|
|
83040
83079
|
S3ObjectVersion?: string;
|
|
83041
83080
|
});
|
|
@@ -85799,6 +85838,23 @@ export declare class ManagedInstancesStorageConfiguration {
|
|
|
85799
85838
|
});
|
|
85800
85839
|
}
|
|
85801
85840
|
|
|
85841
|
+
export declare class ManagedKnowledgeBaseConfiguration {
|
|
85842
|
+
constructor(props: {
|
|
85843
|
+
/** The ARN of the model used to create vector embeddings for the knowledge base. */
|
|
85844
|
+
EmbeddingModelArn: string;
|
|
85845
|
+
EmbeddingModelConfiguration?: BedrockKnowledgeBase_EmbeddingModelConfiguration;
|
|
85846
|
+
EmbeddingModelType?: BedrockKnowledgeBase_EmbeddingModelType;
|
|
85847
|
+
ServerSideEncryptionConfiguration?: BedrockKnowledgeBase_ManagedKnowledgeBaseServerSideEncryptionConfiguration;
|
|
85848
|
+
});
|
|
85849
|
+
}
|
|
85850
|
+
|
|
85851
|
+
export declare class ManagedKnowledgeBaseServerSideEncryptionConfiguration {
|
|
85852
|
+
constructor(props: {
|
|
85853
|
+
/** The ARN of the AWS KMS key used to encrypt the managed knowledge base. */
|
|
85854
|
+
KmsKeyArn?: string;
|
|
85855
|
+
});
|
|
85856
|
+
}
|
|
85857
|
+
|
|
85802
85858
|
export declare class ManagedLoggingConfiguration {
|
|
85803
85859
|
constructor(props: {
|
|
85804
85860
|
/** Enables managed log persistence. */
|
|
@@ -88745,6 +88801,13 @@ export declare class MetricCharacteristics {
|
|
|
88745
88801
|
});
|
|
88746
88802
|
}
|
|
88747
88803
|
|
|
88804
|
+
export declare class MetricConfiguration {
|
|
88805
|
+
constructor(props: {
|
|
88806
|
+
MetricNames: "CPUUtilization" | "MemoryUtilization"[];
|
|
88807
|
+
ResolutionSeconds: 20 | 60;
|
|
88808
|
+
});
|
|
88809
|
+
}
|
|
88810
|
+
|
|
88748
88811
|
export declare class MetricDefinitionObject {
|
|
88749
88812
|
constructor(props: {
|
|
88750
88813
|
/** The JSON path to reference the entity id in the event. */
|
|
@@ -104171,6 +104234,15 @@ export declare class ResourceServerScopeType {
|
|
|
104171
104234
|
});
|
|
104172
104235
|
}
|
|
104173
104236
|
|
|
104237
|
+
export declare class ResourceShare_ResourceShareConfiguration {
|
|
104238
|
+
constructor(props: {
|
|
104239
|
+
/** The resource share restricts access to an account */
|
|
104240
|
+
ExclusiveAccountAccess?: boolean;
|
|
104241
|
+
/** Specifies whether the consumer account retains access to the resource share after leaving the organization. */
|
|
104242
|
+
RetainSharingOnAccountLeaveOrganization?: boolean;
|
|
104243
|
+
});
|
|
104244
|
+
}
|
|
104245
|
+
|
|
104174
104246
|
export declare class ResourceShare_Tag {
|
|
104175
104247
|
constructor(props: {
|
|
104176
104248
|
/** The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. */
|
|
@@ -104180,6 +104252,15 @@ export declare class ResourceShare_Tag {
|
|
|
104180
104252
|
});
|
|
104181
104253
|
}
|
|
104182
104254
|
|
|
104255
|
+
export declare class ResourceShareConfiguration {
|
|
104256
|
+
constructor(props: {
|
|
104257
|
+
/** The resource share restricts access to an account */
|
|
104258
|
+
ExclusiveAccountAccess?: boolean;
|
|
104259
|
+
/** Specifies whether the consumer account retains access to the resource share after leaving the organization. */
|
|
104260
|
+
RetainSharingOnAccountLeaveOrganization?: boolean;
|
|
104261
|
+
});
|
|
104262
|
+
}
|
|
104263
|
+
|
|
104183
104264
|
export declare class ResourceStatementRequest {
|
|
104184
104265
|
constructor(props: {
|
|
104185
104266
|
Resources?: string[];
|
|
@@ -104191,6 +104272,8 @@ export declare class ResourcesVpcConfig {
|
|
|
104191
104272
|
constructor(props: {
|
|
104192
104273
|
/** Specify subnets for your Amazon EKS nodes. Amazon EKS creates cross-account elastic network interfaces in these subnets to allow communication between your nodes and the Kubernetes control plane. */
|
|
104193
104274
|
SubnetIds: string[];
|
|
104275
|
+
/** Specify the egress mode for the cluster control plane. If you set this to CUSTOMER_ROUTED, the control plane routes traffic through your VPC subnets instead of using AWS managed networking. */
|
|
104276
|
+
ControlPlaneEgressMode?: string;
|
|
104194
104277
|
/** Set this value to true to enable private access for your cluster's Kubernetes API server endpoint. If you enable private access, Kubernetes API requests from within your cluster's VPC use the private VPC endpoint. The default value for this parameter is false, which disables private access for your Kubernetes API server. If you disable private access and you have nodes or AWS Fargate pods in the cluster, then ensure that publicAccessCidrs includes the necessary CIDR blocks for communication with the nodes or Fargate pods. */
|
|
104195
104278
|
EndpointPrivateAccess?: boolean;
|
|
104196
104279
|
/** Set this value to false to disable public access to your cluster's Kubernetes API server endpoint. If you disable public access, your cluster's Kubernetes API server can only receive requests from within the cluster VPC. The default value for this parameter is true, which enables public access for your Kubernetes API server. */
|
|
@@ -124815,6 +124898,8 @@ export type BedrockFlow_SupportedLanguages = "Python_3";
|
|
|
124815
124898
|
|
|
124816
124899
|
export type BedrockFlow_VectorSearchRerankingConfigurationType = "BEDROCK_RERANKING_MODEL";
|
|
124817
124900
|
|
|
124901
|
+
export type BedrockKnowledgeBase_EmbeddingModelType = "CUSTOM" | "MANAGED";
|
|
124902
|
+
|
|
124818
124903
|
export type BedrockKnowledgeBase_InclusionType = "EXCLUDE" | "INCLUDE";
|
|
124819
124904
|
|
|
124820
124905
|
export type BedrockKnowledgeBase_KnowledgeBaseStatus =
|
|
@@ -124823,6 +124908,7 @@ export type BedrockKnowledgeBase_KnowledgeBaseStatus =
|
|
|
124823
124908
|
| "DELETE_UNSUCCESSFUL"
|
|
124824
124909
|
| "DELETING"
|
|
124825
124910
|
| "FAILED"
|
|
124911
|
+
| "UPDATE_UNSUCCESSFUL"
|
|
124826
124912
|
| "UPDATING";
|
|
124827
124913
|
|
|
124828
124914
|
export type BedrockKnowledgeBase_KnowledgeBaseStorageType =
|
|
@@ -124834,7 +124920,7 @@ export type BedrockKnowledgeBase_KnowledgeBaseStorageType =
|
|
|
124834
124920
|
| "RDS"
|
|
124835
124921
|
| "S3_VECTORS";
|
|
124836
124922
|
|
|
124837
|
-
export type BedrockKnowledgeBase_KnowledgeBaseType = "KENDRA" | "SQL" | "VECTOR";
|
|
124923
|
+
export type BedrockKnowledgeBase_KnowledgeBaseType = "KENDRA" | "MANAGED" | "SQL" | "VECTOR";
|
|
124838
124924
|
|
|
124839
124925
|
export type BedrockKnowledgeBase_QueryEngineType = "REDSHIFT";
|
|
124840
124926
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intentius/chant-lexicon-aws",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.2",
|
|
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.8.
|
|
73
|
+
"@intentius/chant": "^0.8.2"
|
|
74
74
|
}
|
|
75
75
|
}
|
package/src/generated/index.d.ts
CHANGED
|
@@ -11818,6 +11818,7 @@ export declare class EcsService {
|
|
|
11818
11818
|
/** A list of load balancer objects to associate with the service. If you specify the ``Role`` property, ``LoadBalancers`` must be specified as well. For information about the number of load balancers that you can specify per service, see [Service Load Balancing](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-load-balancing.html) in the *Amazon Elastic Container Service Developer Guide*.
|
|
11819
11819
|
To remove this property from your service resource, specify an empty ``LoadBalancer`` array. */
|
|
11820
11820
|
LoadBalancers?: EcsService_LoadBalancer[];
|
|
11821
|
+
Monitoring?: EcsService_MonitoringConfiguration;
|
|
11821
11822
|
Name?: string;
|
|
11822
11823
|
/** The network configuration for the service. This parameter is required for task definitions that use the ``awsvpc`` network mode to receive their own elastic network interface, and it is not supported for other network modes. For more information, see [Task Networking](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html) in the *Amazon Elastic Container Service Developer Guide*. */
|
|
11823
11824
|
NetworkConfiguration?: EcsService_NetworkConfiguration;
|
|
@@ -28898,6 +28899,8 @@ export declare class ResourceShare {
|
|
|
28898
28899
|
Principals?: string[];
|
|
28899
28900
|
/** Specifies a list of one or more ARNs of the resources to associate with the resource share. */
|
|
28900
28901
|
ResourceArns?: string[];
|
|
28902
|
+
/** Specifies the configuration for the resource share */
|
|
28903
|
+
ResourceShareConfiguration?: ResourceShare_ResourceShareConfiguration;
|
|
28901
28904
|
/** Specifies from which source accounts the service principal has access to the resources in this resource share. */
|
|
28902
28905
|
Sources?: string[];
|
|
28903
28906
|
/** The current status of the resource share. */
|
|
@@ -45974,11 +45977,29 @@ export declare class BedrockKnowledgeBase_KnowledgeBaseConfiguration {
|
|
|
45974
45977
|
constructor(props: {
|
|
45975
45978
|
Type: BedrockKnowledgeBase_KnowledgeBaseType;
|
|
45976
45979
|
KendraKnowledgeBaseConfiguration?: BedrockKnowledgeBase_KendraKnowledgeBaseConfiguration;
|
|
45980
|
+
ManagedKnowledgeBaseConfiguration?: BedrockKnowledgeBase_ManagedKnowledgeBaseConfiguration;
|
|
45977
45981
|
SqlKnowledgeBaseConfiguration?: BedrockKnowledgeBase_SqlKnowledgeBaseConfiguration;
|
|
45978
45982
|
VectorKnowledgeBaseConfiguration?: BedrockKnowledgeBase_VectorKnowledgeBaseConfiguration;
|
|
45979
45983
|
});
|
|
45980
45984
|
}
|
|
45981
45985
|
|
|
45986
|
+
export declare class BedrockKnowledgeBase_ManagedKnowledgeBaseConfiguration {
|
|
45987
|
+
constructor(props: {
|
|
45988
|
+
/** The ARN of the model used to create vector embeddings for the knowledge base. */
|
|
45989
|
+
EmbeddingModelArn: string;
|
|
45990
|
+
EmbeddingModelConfiguration?: BedrockKnowledgeBase_EmbeddingModelConfiguration;
|
|
45991
|
+
EmbeddingModelType?: BedrockKnowledgeBase_EmbeddingModelType;
|
|
45992
|
+
ServerSideEncryptionConfiguration?: BedrockKnowledgeBase_ManagedKnowledgeBaseServerSideEncryptionConfiguration;
|
|
45993
|
+
});
|
|
45994
|
+
}
|
|
45995
|
+
|
|
45996
|
+
export declare class BedrockKnowledgeBase_ManagedKnowledgeBaseServerSideEncryptionConfiguration {
|
|
45997
|
+
constructor(props: {
|
|
45998
|
+
/** The ARN of the AWS KMS key used to encrypt the managed knowledge base. */
|
|
45999
|
+
KmsKeyArn?: string;
|
|
46000
|
+
});
|
|
46001
|
+
}
|
|
46002
|
+
|
|
45982
46003
|
export declare class BedrockKnowledgeBase_MongoDbAtlasConfiguration {
|
|
45983
46004
|
constructor(props: {
|
|
45984
46005
|
/** Name of the collection within MongoDB Atlas. */
|
|
@@ -65347,6 +65368,19 @@ export declare class EcsService_LogConfiguration {
|
|
|
65347
65368
|
});
|
|
65348
65369
|
}
|
|
65349
65370
|
|
|
65371
|
+
export declare class EcsService_MetricConfiguration {
|
|
65372
|
+
constructor(props: {
|
|
65373
|
+
MetricNames: "CPUUtilization" | "MemoryUtilization"[];
|
|
65374
|
+
ResolutionSeconds: 20 | 60;
|
|
65375
|
+
});
|
|
65376
|
+
}
|
|
65377
|
+
|
|
65378
|
+
export declare class EcsService_MonitoringConfiguration {
|
|
65379
|
+
constructor(props: {
|
|
65380
|
+
MetricConfigurations: EcsService_MetricConfiguration[];
|
|
65381
|
+
});
|
|
65382
|
+
}
|
|
65383
|
+
|
|
65350
65384
|
export declare class EcsService_NetworkConfiguration {
|
|
65351
65385
|
constructor(props: {
|
|
65352
65386
|
/** The VPC subnets and security groups that are associated with a task.
|
|
@@ -65996,6 +66030,8 @@ export declare class EKSCluster_ResourcesVpcConfig {
|
|
|
65996
66030
|
constructor(props: {
|
|
65997
66031
|
/** Specify subnets for your Amazon EKS nodes. Amazon EKS creates cross-account elastic network interfaces in these subnets to allow communication between your nodes and the Kubernetes control plane. */
|
|
65998
66032
|
SubnetIds: string[];
|
|
66033
|
+
/** Specify the egress mode for the cluster control plane. If you set this to CUSTOMER_ROUTED, the control plane routes traffic through your VPC subnets instead of using AWS managed networking. */
|
|
66034
|
+
ControlPlaneEgressMode?: string;
|
|
65999
66035
|
/** Set this value to true to enable private access for your cluster's Kubernetes API server endpoint. If you enable private access, Kubernetes API requests from within your cluster's VPC use the private VPC endpoint. The default value for this parameter is false, which disables private access for your Kubernetes API server. If you disable private access and you have nodes or AWS Fargate pods in the cluster, then ensure that publicAccessCidrs includes the necessary CIDR blocks for communication with the nodes or Fargate pods. */
|
|
66000
66036
|
EndpointPrivateAccess?: boolean;
|
|
66001
66037
|
/** Set this value to false to disable public access to your cluster's Kubernetes API server endpoint. If you disable public access, your cluster's Kubernetes API server can only receive requests from within the cluster VPC. The default value for this parameter is true, which enables public access for your Kubernetes API server. */
|
|
@@ -81706,6 +81742,7 @@ export declare class KnowledgeBaseConfiguration {
|
|
|
81706
81742
|
constructor(props: {
|
|
81707
81743
|
Type: BedrockKnowledgeBase_KnowledgeBaseType;
|
|
81708
81744
|
KendraKnowledgeBaseConfiguration?: BedrockKnowledgeBase_KendraKnowledgeBaseConfiguration;
|
|
81745
|
+
ManagedKnowledgeBaseConfiguration?: BedrockKnowledgeBase_ManagedKnowledgeBaseConfiguration;
|
|
81709
81746
|
SqlKnowledgeBaseConfiguration?: BedrockKnowledgeBase_SqlKnowledgeBaseConfiguration;
|
|
81710
81747
|
VectorKnowledgeBaseConfiguration?: BedrockKnowledgeBase_VectorKnowledgeBaseConfiguration;
|
|
81711
81748
|
});
|
|
@@ -83036,6 +83073,8 @@ export declare class LayerVersion_Content {
|
|
|
83036
83073
|
S3Bucket: string;
|
|
83037
83074
|
/** The Amazon S3 key of the layer archive. */
|
|
83038
83075
|
S3Key: string;
|
|
83076
|
+
/** Specifies whether Lambda should copy the deployment package to its internal storage (COPY) or reference it directly from your S3 bucket (REFERENCE). */
|
|
83077
|
+
S3ObjectStorageMode?: "COPY" | "REFERENCE";
|
|
83039
83078
|
/** For versioned objects, the version of the layer archive object to use. */
|
|
83040
83079
|
S3ObjectVersion?: string;
|
|
83041
83080
|
});
|
|
@@ -85799,6 +85838,23 @@ export declare class ManagedInstancesStorageConfiguration {
|
|
|
85799
85838
|
});
|
|
85800
85839
|
}
|
|
85801
85840
|
|
|
85841
|
+
export declare class ManagedKnowledgeBaseConfiguration {
|
|
85842
|
+
constructor(props: {
|
|
85843
|
+
/** The ARN of the model used to create vector embeddings for the knowledge base. */
|
|
85844
|
+
EmbeddingModelArn: string;
|
|
85845
|
+
EmbeddingModelConfiguration?: BedrockKnowledgeBase_EmbeddingModelConfiguration;
|
|
85846
|
+
EmbeddingModelType?: BedrockKnowledgeBase_EmbeddingModelType;
|
|
85847
|
+
ServerSideEncryptionConfiguration?: BedrockKnowledgeBase_ManagedKnowledgeBaseServerSideEncryptionConfiguration;
|
|
85848
|
+
});
|
|
85849
|
+
}
|
|
85850
|
+
|
|
85851
|
+
export declare class ManagedKnowledgeBaseServerSideEncryptionConfiguration {
|
|
85852
|
+
constructor(props: {
|
|
85853
|
+
/** The ARN of the AWS KMS key used to encrypt the managed knowledge base. */
|
|
85854
|
+
KmsKeyArn?: string;
|
|
85855
|
+
});
|
|
85856
|
+
}
|
|
85857
|
+
|
|
85802
85858
|
export declare class ManagedLoggingConfiguration {
|
|
85803
85859
|
constructor(props: {
|
|
85804
85860
|
/** Enables managed log persistence. */
|
|
@@ -88745,6 +88801,13 @@ export declare class MetricCharacteristics {
|
|
|
88745
88801
|
});
|
|
88746
88802
|
}
|
|
88747
88803
|
|
|
88804
|
+
export declare class MetricConfiguration {
|
|
88805
|
+
constructor(props: {
|
|
88806
|
+
MetricNames: "CPUUtilization" | "MemoryUtilization"[];
|
|
88807
|
+
ResolutionSeconds: 20 | 60;
|
|
88808
|
+
});
|
|
88809
|
+
}
|
|
88810
|
+
|
|
88748
88811
|
export declare class MetricDefinitionObject {
|
|
88749
88812
|
constructor(props: {
|
|
88750
88813
|
/** The JSON path to reference the entity id in the event. */
|
|
@@ -104171,6 +104234,15 @@ export declare class ResourceServerScopeType {
|
|
|
104171
104234
|
});
|
|
104172
104235
|
}
|
|
104173
104236
|
|
|
104237
|
+
export declare class ResourceShare_ResourceShareConfiguration {
|
|
104238
|
+
constructor(props: {
|
|
104239
|
+
/** The resource share restricts access to an account */
|
|
104240
|
+
ExclusiveAccountAccess?: boolean;
|
|
104241
|
+
/** Specifies whether the consumer account retains access to the resource share after leaving the organization. */
|
|
104242
|
+
RetainSharingOnAccountLeaveOrganization?: boolean;
|
|
104243
|
+
});
|
|
104244
|
+
}
|
|
104245
|
+
|
|
104174
104246
|
export declare class ResourceShare_Tag {
|
|
104175
104247
|
constructor(props: {
|
|
104176
104248
|
/** The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. */
|
|
@@ -104180,6 +104252,15 @@ export declare class ResourceShare_Tag {
|
|
|
104180
104252
|
});
|
|
104181
104253
|
}
|
|
104182
104254
|
|
|
104255
|
+
export declare class ResourceShareConfiguration {
|
|
104256
|
+
constructor(props: {
|
|
104257
|
+
/** The resource share restricts access to an account */
|
|
104258
|
+
ExclusiveAccountAccess?: boolean;
|
|
104259
|
+
/** Specifies whether the consumer account retains access to the resource share after leaving the organization. */
|
|
104260
|
+
RetainSharingOnAccountLeaveOrganization?: boolean;
|
|
104261
|
+
});
|
|
104262
|
+
}
|
|
104263
|
+
|
|
104183
104264
|
export declare class ResourceStatementRequest {
|
|
104184
104265
|
constructor(props: {
|
|
104185
104266
|
Resources?: string[];
|
|
@@ -104191,6 +104272,8 @@ export declare class ResourcesVpcConfig {
|
|
|
104191
104272
|
constructor(props: {
|
|
104192
104273
|
/** Specify subnets for your Amazon EKS nodes. Amazon EKS creates cross-account elastic network interfaces in these subnets to allow communication between your nodes and the Kubernetes control plane. */
|
|
104193
104274
|
SubnetIds: string[];
|
|
104275
|
+
/** Specify the egress mode for the cluster control plane. If you set this to CUSTOMER_ROUTED, the control plane routes traffic through your VPC subnets instead of using AWS managed networking. */
|
|
104276
|
+
ControlPlaneEgressMode?: string;
|
|
104194
104277
|
/** Set this value to true to enable private access for your cluster's Kubernetes API server endpoint. If you enable private access, Kubernetes API requests from within your cluster's VPC use the private VPC endpoint. The default value for this parameter is false, which disables private access for your Kubernetes API server. If you disable private access and you have nodes or AWS Fargate pods in the cluster, then ensure that publicAccessCidrs includes the necessary CIDR blocks for communication with the nodes or Fargate pods. */
|
|
104195
104278
|
EndpointPrivateAccess?: boolean;
|
|
104196
104279
|
/** Set this value to false to disable public access to your cluster's Kubernetes API server endpoint. If you disable public access, your cluster's Kubernetes API server can only receive requests from within the cluster VPC. The default value for this parameter is true, which enables public access for your Kubernetes API server. */
|
|
@@ -124815,6 +124898,8 @@ export type BedrockFlow_SupportedLanguages = "Python_3";
|
|
|
124815
124898
|
|
|
124816
124899
|
export type BedrockFlow_VectorSearchRerankingConfigurationType = "BEDROCK_RERANKING_MODEL";
|
|
124817
124900
|
|
|
124901
|
+
export type BedrockKnowledgeBase_EmbeddingModelType = "CUSTOM" | "MANAGED";
|
|
124902
|
+
|
|
124818
124903
|
export type BedrockKnowledgeBase_InclusionType = "EXCLUDE" | "INCLUDE";
|
|
124819
124904
|
|
|
124820
124905
|
export type BedrockKnowledgeBase_KnowledgeBaseStatus =
|
|
@@ -124823,6 +124908,7 @@ export type BedrockKnowledgeBase_KnowledgeBaseStatus =
|
|
|
124823
124908
|
| "DELETE_UNSUCCESSFUL"
|
|
124824
124909
|
| "DELETING"
|
|
124825
124910
|
| "FAILED"
|
|
124911
|
+
| "UPDATE_UNSUCCESSFUL"
|
|
124826
124912
|
| "UPDATING";
|
|
124827
124913
|
|
|
124828
124914
|
export type BedrockKnowledgeBase_KnowledgeBaseStorageType =
|
|
@@ -124834,7 +124920,7 @@ export type BedrockKnowledgeBase_KnowledgeBaseStorageType =
|
|
|
124834
124920
|
| "RDS"
|
|
124835
124921
|
| "S3_VECTORS";
|
|
124836
124922
|
|
|
124837
|
-
export type BedrockKnowledgeBase_KnowledgeBaseType = "KENDRA" | "SQL" | "VECTOR";
|
|
124923
|
+
export type BedrockKnowledgeBase_KnowledgeBaseType = "KENDRA" | "MANAGED" | "SQL" | "VECTOR";
|
|
124838
124924
|
|
|
124839
124925
|
export type BedrockKnowledgeBase_QueryEngineType = "REDSHIFT";
|
|
124840
124926
|
|
package/src/generated/index.ts
CHANGED
|
@@ -2456,6 +2456,8 @@ export const BedrockFoundationModelContextEnrichmentConfiguration = createProper
|
|
|
2456
2456
|
export const BedrockKnowledgeBase_EmbeddingModelConfiguration = createProperty("AWS::Bedrock::KnowledgeBase.EmbeddingModelConfiguration", "aws");
|
|
2457
2457
|
export const BedrockKnowledgeBase_KendraKnowledgeBaseConfiguration = createProperty("AWS::Bedrock::KnowledgeBase.KendraKnowledgeBaseConfiguration", "aws");
|
|
2458
2458
|
export const BedrockKnowledgeBase_KnowledgeBaseConfiguration = createProperty("AWS::Bedrock::KnowledgeBase.KnowledgeBaseConfiguration", "aws");
|
|
2459
|
+
export const BedrockKnowledgeBase_ManagedKnowledgeBaseConfiguration = createProperty("AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseConfiguration", "aws");
|
|
2460
|
+
export const BedrockKnowledgeBase_ManagedKnowledgeBaseServerSideEncryptionConfiguration = createProperty("AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseServerSideEncryptionConfiguration", "aws");
|
|
2459
2461
|
export const BedrockKnowledgeBase_MongoDbAtlasConfiguration = createProperty("AWS::Bedrock::KnowledgeBase.MongoDbAtlasConfiguration", "aws");
|
|
2460
2462
|
export const BedrockKnowledgeBase_MongoDbAtlasFieldMapping = createProperty("AWS::Bedrock::KnowledgeBase.MongoDbAtlasFieldMapping", "aws");
|
|
2461
2463
|
export const BedrockKnowledgeBase_NeptuneAnalyticsConfiguration = createProperty("AWS::Bedrock::KnowledgeBase.NeptuneAnalyticsConfiguration", "aws");
|
|
@@ -4382,6 +4384,8 @@ export const EcsService_HookTimeoutConfig = createProperty("AWS::ECS::Service.Ho
|
|
|
4382
4384
|
export const EcsService_LinearConfiguration = createProperty("AWS::ECS::Service.LinearConfiguration", "aws");
|
|
4383
4385
|
export const EcsService_LoadBalancer = createProperty("AWS::ECS::Service.LoadBalancer", "aws");
|
|
4384
4386
|
export const EcsService_LogConfiguration = createProperty("AWS::ECS::Service.LogConfiguration", "aws");
|
|
4387
|
+
export const EcsService_MetricConfiguration = createProperty("AWS::ECS::Service.MetricConfiguration", "aws");
|
|
4388
|
+
export const EcsService_MonitoringConfiguration = createProperty("AWS::ECS::Service.MonitoringConfiguration", "aws");
|
|
4385
4389
|
export const EcsService_NetworkConfiguration = createProperty("AWS::ECS::Service.NetworkConfiguration", "aws");
|
|
4386
4390
|
export const EcsService_PlacementConstraint = createProperty("AWS::ECS::Service.PlacementConstraint", "aws");
|
|
4387
4391
|
export const EcsService_PlacementStrategy = createProperty("AWS::ECS::Service.PlacementStrategy", "aws");
|
|
@@ -6553,6 +6557,8 @@ export const ManagedInstancesLocalStorageConfiguration = createProperty("AWS::EC
|
|
|
6553
6557
|
export const ManagedInstancesNetworkConfiguration = createProperty("AWS::ECS::CapacityProvider.ManagedInstancesNetworkConfiguration", "aws");
|
|
6554
6558
|
export const ManagedInstancesProvider = createProperty("AWS::ECS::CapacityProvider.ManagedInstancesProvider", "aws");
|
|
6555
6559
|
export const ManagedInstancesStorageConfiguration = createProperty("AWS::ECS::CapacityProvider.ManagedInstancesStorageConfiguration", "aws");
|
|
6560
|
+
export const ManagedKnowledgeBaseConfiguration = createProperty("AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseConfiguration", "aws");
|
|
6561
|
+
export const ManagedKnowledgeBaseServerSideEncryptionConfiguration = createProperty("AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseServerSideEncryptionConfiguration", "aws");
|
|
6556
6562
|
export const ManagedLoggingConfiguration = createProperty("AWS::Athena::WorkGroup.ManagedLoggingConfiguration", "aws");
|
|
6557
6563
|
export const ManagedPersistenceMonitoringConfiguration = createProperty("AWS::EMRServerless::Application.ManagedPersistenceMonitoringConfiguration", "aws");
|
|
6558
6564
|
export const ManagedQueryResultsConfiguration = createProperty("AWS::Athena::WorkGroup.ManagedQueryResultsConfiguration", "aws");
|
|
@@ -6856,6 +6862,7 @@ export const Method_IntegrationResponse = createProperty("AWS::ApiGateway::Metho
|
|
|
6856
6862
|
export const Method_MethodResponse = createProperty("AWS::ApiGateway::Method.MethodResponse", "aws");
|
|
6857
6863
|
export const MethodResponse = createProperty("AWS::ApiGateway::Method.MethodResponse", "aws");
|
|
6858
6864
|
export const MetricCharacteristics = createProperty("AWS::CloudWatch::AnomalyDetector.MetricCharacteristics", "aws");
|
|
6865
|
+
export const MetricConfiguration = createProperty("AWS::ECS::Service.MetricConfiguration", "aws");
|
|
6859
6866
|
export const MetricDefinitionObject = createProperty("AWS::Evidently::Launch.MetricDefinitionObject", "aws");
|
|
6860
6867
|
export const MetricDestination = createProperty("AWS::RUM::AppMonitor.MetricDestination", "aws");
|
|
6861
6868
|
export const MetricFilter_Dimension = createProperty("AWS::Logs::MetricFilter.Dimension", "aws");
|
|
@@ -8511,7 +8518,9 @@ export const ResourceParameters = createProperty("AWS::Events::Connection.Resour
|
|
|
8511
8518
|
export const ResourceQuery = createProperty("AWS::ResourceGroups::Group.ResourceQuery", "aws");
|
|
8512
8519
|
export const ResourceRetentionPolicy = createProperty("AWS::Batch::JobDefinition.ResourceRetentionPolicy", "aws");
|
|
8513
8520
|
export const ResourceServerScopeType = createProperty("AWS::Cognito::UserPoolResourceServer.ResourceServerScopeType", "aws");
|
|
8521
|
+
export const ResourceShare_ResourceShareConfiguration = createProperty("AWS::RAM::ResourceShare.ResourceShareConfiguration", "aws");
|
|
8514
8522
|
export const ResourceShare_Tag = createProperty("AWS::RAM::ResourceShare.Tag", "aws");
|
|
8523
|
+
export const ResourceShareConfiguration = createProperty("AWS::RAM::ResourceShare.ResourceShareConfiguration", "aws");
|
|
8515
8524
|
export const ResourceStatementRequest = createProperty("AWS::EC2::NetworkInsightsAccessScope.ResourceStatementRequest", "aws");
|
|
8516
8525
|
export const ResourcesVpcConfig = createProperty("AWS::EKS::Cluster.ResourcesVpcConfig", "aws");
|
|
8517
8526
|
export const ResourceTagParameter = createProperty("AWS::DataZone::ProjectProfile.ResourceTagParameter", "aws");
|