@awboost/cfn-resource-types 0.1.114 → 0.1.115
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/lib/AWS-Bedrock-Flow.d.ts +614 -0
- package/lib/AWS-Bedrock-Flow.js +12 -0
- package/lib/AWS-Bedrock-FlowAlias.d.ts +96 -0
- package/lib/AWS-Bedrock-FlowAlias.js +12 -0
- package/lib/AWS-Bedrock-FlowVersion.d.ts +625 -0
- package/lib/AWS-Bedrock-FlowVersion.js +12 -0
- package/lib/AWS-Bedrock-Prompt.d.ts +238 -0
- package/lib/AWS-Bedrock-Prompt.js +12 -0
- package/lib/AWS-Bedrock-PromptVersion.d.ts +277 -0
- package/lib/AWS-Bedrock-PromptVersion.js +12 -0
- package/lib/AWS-DMS-ReplicationConfig.d.ts +6 -6
- package/lib/AWS-EntityResolution-IdMappingWorkflow.d.ts +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
|
+
import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
|
|
3
|
+
/**
|
|
4
|
+
* Definition of AWS::Bedrock::FlowAlias Resource Type
|
|
5
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-flowalias.html}
|
|
6
|
+
*/
|
|
7
|
+
export type BedrockFlowAliasProperties = {
|
|
8
|
+
/**
|
|
9
|
+
* Description of the Resource.
|
|
10
|
+
* @minLength `1`
|
|
11
|
+
* @maxLength `200`
|
|
12
|
+
*/
|
|
13
|
+
Description?: string;
|
|
14
|
+
/**
|
|
15
|
+
* Arn representation of the Flow
|
|
16
|
+
* @maxLength `2048`
|
|
17
|
+
* @pattern `^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:flow/[0-9a-zA-Z]{10}$`
|
|
18
|
+
*/
|
|
19
|
+
FlowArn: string;
|
|
20
|
+
/**
|
|
21
|
+
* Name for a resource.
|
|
22
|
+
* @pattern `^([0-9a-zA-Z][_-]?){1,100}$`
|
|
23
|
+
*/
|
|
24
|
+
Name: string;
|
|
25
|
+
/**
|
|
26
|
+
* Routing configuration for a Flow alias.
|
|
27
|
+
* @minLength `1`
|
|
28
|
+
* @maxLength `1`
|
|
29
|
+
*/
|
|
30
|
+
RoutingConfiguration: FlowAliasRoutingConfigurationListItem[];
|
|
31
|
+
/**
|
|
32
|
+
* A map of tag keys and values
|
|
33
|
+
*/
|
|
34
|
+
Tags?: TagsMap;
|
|
35
|
+
};
|
|
36
|
+
/**
|
|
37
|
+
* Attribute type definition for `AWS::Bedrock::FlowAlias`.
|
|
38
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-flowalias.html#aws-resource-bedrock-flowalias-return-values}
|
|
39
|
+
*/
|
|
40
|
+
export type BedrockFlowAliasAttributes = {
|
|
41
|
+
/**
|
|
42
|
+
* Arn of the Flow Alias
|
|
43
|
+
* @maxLength `2048`
|
|
44
|
+
* @pattern `^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:flow/[0-9a-zA-Z]{10}/alias/[0-9a-zA-Z]{10}$`
|
|
45
|
+
*/
|
|
46
|
+
Arn: string;
|
|
47
|
+
/**
|
|
48
|
+
* Time Stamp.
|
|
49
|
+
*/
|
|
50
|
+
CreatedAt: string;
|
|
51
|
+
/**
|
|
52
|
+
* Identifier for a flow resource.
|
|
53
|
+
* @pattern `^[0-9a-zA-Z]{10}$`
|
|
54
|
+
*/
|
|
55
|
+
FlowId: string;
|
|
56
|
+
/**
|
|
57
|
+
* Id for a Flow Alias generated at the server side.
|
|
58
|
+
* @minLength `10`
|
|
59
|
+
* @maxLength `10`
|
|
60
|
+
* @pattern `^(\bTSTALIASID\b|[0-9a-zA-Z]+)$`
|
|
61
|
+
*/
|
|
62
|
+
Id: string;
|
|
63
|
+
/**
|
|
64
|
+
* Time Stamp.
|
|
65
|
+
*/
|
|
66
|
+
UpdatedAt: string;
|
|
67
|
+
};
|
|
68
|
+
/**
|
|
69
|
+
* Type definition for `AWS::Bedrock::FlowAlias.FlowAliasRoutingConfigurationListItem`.
|
|
70
|
+
* Details about the routing configuration for a Flow alias.
|
|
71
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flowalias-flowaliasroutingconfigurationlistitem.html}
|
|
72
|
+
*/
|
|
73
|
+
export type FlowAliasRoutingConfigurationListItem = {
|
|
74
|
+
/**
|
|
75
|
+
* Version.
|
|
76
|
+
* @minLength `1`
|
|
77
|
+
* @maxLength `1`
|
|
78
|
+
* @pattern `^(DRAFT|[0-9]{0,4}[1-9][0-9]{0,4})$`
|
|
79
|
+
*/
|
|
80
|
+
FlowVersion?: string;
|
|
81
|
+
};
|
|
82
|
+
/**
|
|
83
|
+
* Type definition for `AWS::Bedrock::FlowAlias.TagsMap`.
|
|
84
|
+
* A map of tag keys and values
|
|
85
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flowalias-tagsmap.html}
|
|
86
|
+
*/
|
|
87
|
+
export type TagsMap = Record<string, string>;
|
|
88
|
+
/**
|
|
89
|
+
* Definition of AWS::Bedrock::FlowAlias Resource Type
|
|
90
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-flowalias.html}
|
|
91
|
+
*/
|
|
92
|
+
export declare class BedrockFlowAlias extends $Resource<"AWS::Bedrock::FlowAlias", BedrockFlowAliasProperties, BedrockFlowAliasAttributes> {
|
|
93
|
+
static readonly Type = "AWS::Bedrock::FlowAlias";
|
|
94
|
+
constructor(logicalId: string, properties: BedrockFlowAliasProperties, options?: $ResourceOptions);
|
|
95
|
+
}
|
|
96
|
+
//# sourceMappingURL=AWS-Bedrock-FlowAlias.d.ts.map
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
|
+
/**
|
|
3
|
+
* Definition of AWS::Bedrock::FlowAlias Resource Type
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-flowalias.html}
|
|
5
|
+
*/
|
|
6
|
+
export class BedrockFlowAlias extends $Resource {
|
|
7
|
+
static Type = "AWS::Bedrock::FlowAlias";
|
|
8
|
+
constructor(logicalId, properties, options) {
|
|
9
|
+
super(logicalId, BedrockFlowAlias.Type, properties, options);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=AWS-Bedrock-FlowAlias.js.map
|