aws-sdk-bedrockagent 1.17.0 → 1.18.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-bedrockagent/client.rb +2409 -94
- data/lib/aws-sdk-bedrockagent/client_api.rb +1193 -0
- data/lib/aws-sdk-bedrockagent/endpoints.rb +294 -0
- data/lib/aws-sdk-bedrockagent/plugins/endpoints.rb +42 -0
- data/lib/aws-sdk-bedrockagent/types.rb +3973 -394
- data/lib/aws-sdk-bedrockagent.rb +1 -1
- data/sig/client.rbs +923 -6
- data/sig/types.rbs +906 -5
- metadata +2 -2
@@ -33,6 +33,7 @@ module Aws::BedrockAgent
|
|
33
33
|
AgentAliasSummaries = Shapes::ListShape.new(name: 'AgentAliasSummaries')
|
34
34
|
AgentAliasSummary = Shapes::StructureShape.new(name: 'AgentAliasSummary')
|
35
35
|
AgentArn = Shapes::StringShape.new(name: 'AgentArn')
|
36
|
+
AgentFlowNodeConfiguration = Shapes::StructureShape.new(name: 'AgentFlowNodeConfiguration')
|
36
37
|
AgentKnowledgeBase = Shapes::StructureShape.new(name: 'AgentKnowledgeBase')
|
37
38
|
AgentKnowledgeBaseSummaries = Shapes::ListShape.new(name: 'AgentKnowledgeBaseSummaries')
|
38
39
|
AgentKnowledgeBaseSummary = Shapes::StructureShape.new(name: 'AgentKnowledgeBaseSummary')
|
@@ -48,13 +49,24 @@ module Aws::BedrockAgent
|
|
48
49
|
BasePromptTemplate = Shapes::StringShape.new(name: 'BasePromptTemplate')
|
49
50
|
BedrockEmbeddingModelArn = Shapes::StringShape.new(name: 'BedrockEmbeddingModelArn')
|
50
51
|
BedrockEmbeddingModelConfiguration = Shapes::StructureShape.new(name: 'BedrockEmbeddingModelConfiguration')
|
52
|
+
BedrockFoundationModelConfiguration = Shapes::StructureShape.new(name: 'BedrockFoundationModelConfiguration')
|
53
|
+
BedrockModelArn = Shapes::StringShape.new(name: 'BedrockModelArn')
|
51
54
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
52
55
|
BucketOwnerAccountId = Shapes::StringShape.new(name: 'BucketOwnerAccountId')
|
53
56
|
ChunkingConfiguration = Shapes::StructureShape.new(name: 'ChunkingConfiguration')
|
54
57
|
ChunkingStrategy = Shapes::StringShape.new(name: 'ChunkingStrategy')
|
55
58
|
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
59
|
+
CollectorFlowNodeConfiguration = Shapes::StructureShape.new(name: 'CollectorFlowNodeConfiguration')
|
56
60
|
ColumnName = Shapes::StringShape.new(name: 'ColumnName')
|
61
|
+
ConditionFlowNodeConfiguration = Shapes::StructureShape.new(name: 'ConditionFlowNodeConfiguration')
|
57
62
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
63
|
+
ConfluenceAuthType = Shapes::StringShape.new(name: 'ConfluenceAuthType')
|
64
|
+
ConfluenceCrawlerConfiguration = Shapes::StructureShape.new(name: 'ConfluenceCrawlerConfiguration')
|
65
|
+
ConfluenceDataSourceConfiguration = Shapes::StructureShape.new(name: 'ConfluenceDataSourceConfiguration')
|
66
|
+
ConfluenceHostType = Shapes::StringShape.new(name: 'ConfluenceHostType')
|
67
|
+
ConfluenceSourceConfiguration = Shapes::StructureShape.new(name: 'ConfluenceSourceConfiguration')
|
68
|
+
CrawlFilterConfiguration = Shapes::StructureShape.new(name: 'CrawlFilterConfiguration')
|
69
|
+
CrawlFilterConfigurationType = Shapes::StringShape.new(name: 'CrawlFilterConfigurationType')
|
58
70
|
CreateAgentActionGroupRequest = Shapes::StructureShape.new(name: 'CreateAgentActionGroupRequest')
|
59
71
|
CreateAgentActionGroupResponse = Shapes::StructureShape.new(name: 'CreateAgentActionGroupResponse')
|
60
72
|
CreateAgentAliasRequest = Shapes::StructureShape.new(name: 'CreateAgentAliasRequest')
|
@@ -63,10 +75,21 @@ module Aws::BedrockAgent
|
|
63
75
|
CreateAgentResponse = Shapes::StructureShape.new(name: 'CreateAgentResponse')
|
64
76
|
CreateDataSourceRequest = Shapes::StructureShape.new(name: 'CreateDataSourceRequest')
|
65
77
|
CreateDataSourceResponse = Shapes::StructureShape.new(name: 'CreateDataSourceResponse')
|
78
|
+
CreateFlowAliasRequest = Shapes::StructureShape.new(name: 'CreateFlowAliasRequest')
|
79
|
+
CreateFlowAliasResponse = Shapes::StructureShape.new(name: 'CreateFlowAliasResponse')
|
80
|
+
CreateFlowRequest = Shapes::StructureShape.new(name: 'CreateFlowRequest')
|
81
|
+
CreateFlowResponse = Shapes::StructureShape.new(name: 'CreateFlowResponse')
|
82
|
+
CreateFlowVersionRequest = Shapes::StructureShape.new(name: 'CreateFlowVersionRequest')
|
83
|
+
CreateFlowVersionResponse = Shapes::StructureShape.new(name: 'CreateFlowVersionResponse')
|
66
84
|
CreateKnowledgeBaseRequest = Shapes::StructureShape.new(name: 'CreateKnowledgeBaseRequest')
|
67
85
|
CreateKnowledgeBaseResponse = Shapes::StructureShape.new(name: 'CreateKnowledgeBaseResponse')
|
86
|
+
CreatePromptRequest = Shapes::StructureShape.new(name: 'CreatePromptRequest')
|
87
|
+
CreatePromptResponse = Shapes::StructureShape.new(name: 'CreatePromptResponse')
|
88
|
+
CreatePromptVersionRequest = Shapes::StructureShape.new(name: 'CreatePromptVersionRequest')
|
89
|
+
CreatePromptVersionResponse = Shapes::StructureShape.new(name: 'CreatePromptVersionResponse')
|
68
90
|
CreationMode = Shapes::StringShape.new(name: 'CreationMode')
|
69
91
|
CustomControlMethod = Shapes::StringShape.new(name: 'CustomControlMethod')
|
92
|
+
CustomTransformationConfiguration = Shapes::StructureShape.new(name: 'CustomTransformationConfiguration')
|
70
93
|
DataDeletionPolicy = Shapes::StringShape.new(name: 'DataDeletionPolicy')
|
71
94
|
DataSource = Shapes::StructureShape.new(name: 'DataSource')
|
72
95
|
DataSourceConfiguration = Shapes::StructureShape.new(name: 'DataSourceConfiguration')
|
@@ -85,20 +108,78 @@ module Aws::BedrockAgent
|
|
85
108
|
DeleteAgentVersionResponse = Shapes::StructureShape.new(name: 'DeleteAgentVersionResponse')
|
86
109
|
DeleteDataSourceRequest = Shapes::StructureShape.new(name: 'DeleteDataSourceRequest')
|
87
110
|
DeleteDataSourceResponse = Shapes::StructureShape.new(name: 'DeleteDataSourceResponse')
|
111
|
+
DeleteFlowAliasRequest = Shapes::StructureShape.new(name: 'DeleteFlowAliasRequest')
|
112
|
+
DeleteFlowAliasResponse = Shapes::StructureShape.new(name: 'DeleteFlowAliasResponse')
|
113
|
+
DeleteFlowRequest = Shapes::StructureShape.new(name: 'DeleteFlowRequest')
|
114
|
+
DeleteFlowResponse = Shapes::StructureShape.new(name: 'DeleteFlowResponse')
|
115
|
+
DeleteFlowVersionRequest = Shapes::StructureShape.new(name: 'DeleteFlowVersionRequest')
|
116
|
+
DeleteFlowVersionResponse = Shapes::StructureShape.new(name: 'DeleteFlowVersionResponse')
|
88
117
|
DeleteKnowledgeBaseRequest = Shapes::StructureShape.new(name: 'DeleteKnowledgeBaseRequest')
|
89
118
|
DeleteKnowledgeBaseResponse = Shapes::StructureShape.new(name: 'DeleteKnowledgeBaseResponse')
|
119
|
+
DeletePromptRequest = Shapes::StructureShape.new(name: 'DeletePromptRequest')
|
120
|
+
DeletePromptResponse = Shapes::StructureShape.new(name: 'DeletePromptResponse')
|
90
121
|
Description = Shapes::StringShape.new(name: 'Description')
|
91
122
|
Dimensions = Shapes::IntegerShape.new(name: 'Dimensions')
|
92
123
|
DisassociateAgentKnowledgeBaseRequest = Shapes::StructureShape.new(name: 'DisassociateAgentKnowledgeBaseRequest')
|
93
124
|
DisassociateAgentKnowledgeBaseResponse = Shapes::StructureShape.new(name: 'DisassociateAgentKnowledgeBaseResponse')
|
94
125
|
DraftVersion = Shapes::StringShape.new(name: 'DraftVersion')
|
95
126
|
EmbeddingModelConfiguration = Shapes::StructureShape.new(name: 'EmbeddingModelConfiguration')
|
127
|
+
EnabledMemoryTypes = Shapes::ListShape.new(name: 'EnabledMemoryTypes')
|
96
128
|
FailureReason = Shapes::StringShape.new(name: 'FailureReason')
|
97
129
|
FailureReasons = Shapes::ListShape.new(name: 'FailureReasons')
|
98
130
|
FieldName = Shapes::StringShape.new(name: 'FieldName')
|
131
|
+
FilterList = Shapes::ListShape.new(name: 'FilterList')
|
132
|
+
FilterPattern = Shapes::StringShape.new(name: 'FilterPattern')
|
133
|
+
FilteredObjectType = Shapes::StringShape.new(name: 'FilteredObjectType')
|
99
134
|
FixedSizeChunkingConfiguration = Shapes::StructureShape.new(name: 'FixedSizeChunkingConfiguration')
|
100
135
|
FixedSizeChunkingConfigurationMaxTokensInteger = Shapes::IntegerShape.new(name: 'FixedSizeChunkingConfigurationMaxTokensInteger')
|
101
136
|
FixedSizeChunkingConfigurationOverlapPercentageInteger = Shapes::IntegerShape.new(name: 'FixedSizeChunkingConfigurationOverlapPercentageInteger')
|
137
|
+
FlowAliasArn = Shapes::StringShape.new(name: 'FlowAliasArn')
|
138
|
+
FlowAliasId = Shapes::StringShape.new(name: 'FlowAliasId')
|
139
|
+
FlowAliasIdentifier = Shapes::StringShape.new(name: 'FlowAliasIdentifier')
|
140
|
+
FlowAliasRoutingConfiguration = Shapes::ListShape.new(name: 'FlowAliasRoutingConfiguration')
|
141
|
+
FlowAliasRoutingConfigurationListItem = Shapes::StructureShape.new(name: 'FlowAliasRoutingConfigurationListItem')
|
142
|
+
FlowAliasSummaries = Shapes::ListShape.new(name: 'FlowAliasSummaries')
|
143
|
+
FlowAliasSummary = Shapes::StructureShape.new(name: 'FlowAliasSummary')
|
144
|
+
FlowArn = Shapes::StringShape.new(name: 'FlowArn')
|
145
|
+
FlowCondition = Shapes::StructureShape.new(name: 'FlowCondition')
|
146
|
+
FlowConditionExpression = Shapes::StringShape.new(name: 'FlowConditionExpression')
|
147
|
+
FlowConditionName = Shapes::StringShape.new(name: 'FlowConditionName')
|
148
|
+
FlowConditionalConnectionConfiguration = Shapes::StructureShape.new(name: 'FlowConditionalConnectionConfiguration')
|
149
|
+
FlowConditions = Shapes::ListShape.new(name: 'FlowConditions')
|
150
|
+
FlowConnection = Shapes::StructureShape.new(name: 'FlowConnection')
|
151
|
+
FlowConnectionConfiguration = Shapes::UnionShape.new(name: 'FlowConnectionConfiguration')
|
152
|
+
FlowConnectionName = Shapes::StringShape.new(name: 'FlowConnectionName')
|
153
|
+
FlowConnectionType = Shapes::StringShape.new(name: 'FlowConnectionType')
|
154
|
+
FlowConnections = Shapes::ListShape.new(name: 'FlowConnections')
|
155
|
+
FlowDataConnectionConfiguration = Shapes::StructureShape.new(name: 'FlowDataConnectionConfiguration')
|
156
|
+
FlowDefinition = Shapes::StructureShape.new(name: 'FlowDefinition')
|
157
|
+
FlowDescription = Shapes::StringShape.new(name: 'FlowDescription')
|
158
|
+
FlowExecutionRoleArn = Shapes::StringShape.new(name: 'FlowExecutionRoleArn')
|
159
|
+
FlowId = Shapes::StringShape.new(name: 'FlowId')
|
160
|
+
FlowIdentifier = Shapes::StringShape.new(name: 'FlowIdentifier')
|
161
|
+
FlowName = Shapes::StringShape.new(name: 'FlowName')
|
162
|
+
FlowNode = Shapes::StructureShape.new(name: 'FlowNode')
|
163
|
+
FlowNodeConfiguration = Shapes::UnionShape.new(name: 'FlowNodeConfiguration')
|
164
|
+
FlowNodeIODataType = Shapes::StringShape.new(name: 'FlowNodeIODataType')
|
165
|
+
FlowNodeInput = Shapes::StructureShape.new(name: 'FlowNodeInput')
|
166
|
+
FlowNodeInputExpression = Shapes::StringShape.new(name: 'FlowNodeInputExpression')
|
167
|
+
FlowNodeInputName = Shapes::StringShape.new(name: 'FlowNodeInputName')
|
168
|
+
FlowNodeInputs = Shapes::ListShape.new(name: 'FlowNodeInputs')
|
169
|
+
FlowNodeName = Shapes::StringShape.new(name: 'FlowNodeName')
|
170
|
+
FlowNodeOutput = Shapes::StructureShape.new(name: 'FlowNodeOutput')
|
171
|
+
FlowNodeOutputName = Shapes::StringShape.new(name: 'FlowNodeOutputName')
|
172
|
+
FlowNodeOutputs = Shapes::ListShape.new(name: 'FlowNodeOutputs')
|
173
|
+
FlowNodeType = Shapes::StringShape.new(name: 'FlowNodeType')
|
174
|
+
FlowNodes = Shapes::ListShape.new(name: 'FlowNodes')
|
175
|
+
FlowStatus = Shapes::StringShape.new(name: 'FlowStatus')
|
176
|
+
FlowSummaries = Shapes::ListShape.new(name: 'FlowSummaries')
|
177
|
+
FlowSummary = Shapes::StructureShape.new(name: 'FlowSummary')
|
178
|
+
FlowValidation = Shapes::StructureShape.new(name: 'FlowValidation')
|
179
|
+
FlowValidationSeverity = Shapes::StringShape.new(name: 'FlowValidationSeverity')
|
180
|
+
FlowValidations = Shapes::ListShape.new(name: 'FlowValidations')
|
181
|
+
FlowVersionSummaries = Shapes::ListShape.new(name: 'FlowVersionSummaries')
|
182
|
+
FlowVersionSummary = Shapes::StructureShape.new(name: 'FlowVersionSummary')
|
102
183
|
Function = Shapes::StructureShape.new(name: 'Function')
|
103
184
|
FunctionDescription = Shapes::StringShape.new(name: 'FunctionDescription')
|
104
185
|
FunctionSchema = Shapes::UnionShape.new(name: 'FunctionSchema')
|
@@ -115,13 +196,27 @@ module Aws::BedrockAgent
|
|
115
196
|
GetAgentVersionResponse = Shapes::StructureShape.new(name: 'GetAgentVersionResponse')
|
116
197
|
GetDataSourceRequest = Shapes::StructureShape.new(name: 'GetDataSourceRequest')
|
117
198
|
GetDataSourceResponse = Shapes::StructureShape.new(name: 'GetDataSourceResponse')
|
199
|
+
GetFlowAliasRequest = Shapes::StructureShape.new(name: 'GetFlowAliasRequest')
|
200
|
+
GetFlowAliasResponse = Shapes::StructureShape.new(name: 'GetFlowAliasResponse')
|
201
|
+
GetFlowRequest = Shapes::StructureShape.new(name: 'GetFlowRequest')
|
202
|
+
GetFlowResponse = Shapes::StructureShape.new(name: 'GetFlowResponse')
|
203
|
+
GetFlowVersionRequest = Shapes::StructureShape.new(name: 'GetFlowVersionRequest')
|
204
|
+
GetFlowVersionResponse = Shapes::StructureShape.new(name: 'GetFlowVersionResponse')
|
118
205
|
GetIngestionJobRequest = Shapes::StructureShape.new(name: 'GetIngestionJobRequest')
|
119
206
|
GetIngestionJobResponse = Shapes::StructureShape.new(name: 'GetIngestionJobResponse')
|
120
207
|
GetKnowledgeBaseRequest = Shapes::StructureShape.new(name: 'GetKnowledgeBaseRequest')
|
121
208
|
GetKnowledgeBaseResponse = Shapes::StructureShape.new(name: 'GetKnowledgeBaseResponse')
|
209
|
+
GetPromptRequest = Shapes::StructureShape.new(name: 'GetPromptRequest')
|
210
|
+
GetPromptResponse = Shapes::StructureShape.new(name: 'GetPromptResponse')
|
122
211
|
GuardrailConfiguration = Shapes::StructureShape.new(name: 'GuardrailConfiguration')
|
123
212
|
GuardrailIdentifier = Shapes::StringShape.new(name: 'GuardrailIdentifier')
|
124
213
|
GuardrailVersion = Shapes::StringShape.new(name: 'GuardrailVersion')
|
214
|
+
HierarchicalChunkingConfiguration = Shapes::StructureShape.new(name: 'HierarchicalChunkingConfiguration')
|
215
|
+
HierarchicalChunkingConfigurationOverlapTokensInteger = Shapes::IntegerShape.new(name: 'HierarchicalChunkingConfigurationOverlapTokensInteger')
|
216
|
+
HierarchicalChunkingLevelConfiguration = Shapes::StructureShape.new(name: 'HierarchicalChunkingLevelConfiguration')
|
217
|
+
HierarchicalChunkingLevelConfigurationMaxTokensInteger = Shapes::IntegerShape.new(name: 'HierarchicalChunkingLevelConfigurationMaxTokensInteger')
|
218
|
+
HierarchicalChunkingLevelConfigurations = Shapes::ListShape.new(name: 'HierarchicalChunkingLevelConfigurations')
|
219
|
+
HttpsUrl = Shapes::StringShape.new(name: 'HttpsUrl')
|
125
220
|
Id = Shapes::StringShape.new(name: 'Id')
|
126
221
|
InferenceConfiguration = Shapes::StructureShape.new(name: 'InferenceConfiguration')
|
127
222
|
IngestionJob = Shapes::StructureShape.new(name: 'IngestionJob')
|
@@ -137,12 +232,17 @@ module Aws::BedrockAgent
|
|
137
232
|
IngestionJobStatus = Shapes::StringShape.new(name: 'IngestionJobStatus')
|
138
233
|
IngestionJobSummaries = Shapes::ListShape.new(name: 'IngestionJobSummaries')
|
139
234
|
IngestionJobSummary = Shapes::StructureShape.new(name: 'IngestionJobSummary')
|
235
|
+
InputFlowNodeConfiguration = Shapes::StructureShape.new(name: 'InputFlowNodeConfiguration')
|
140
236
|
Instruction = Shapes::StringShape.new(name: 'Instruction')
|
237
|
+
IntermediateStorage = Shapes::StructureShape.new(name: 'IntermediateStorage')
|
141
238
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
239
|
+
IteratorFlowNodeConfiguration = Shapes::StructureShape.new(name: 'IteratorFlowNodeConfiguration')
|
142
240
|
KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
|
143
241
|
KnowledgeBase = Shapes::StructureShape.new(name: 'KnowledgeBase')
|
144
242
|
KnowledgeBaseArn = Shapes::StringShape.new(name: 'KnowledgeBaseArn')
|
145
243
|
KnowledgeBaseConfiguration = Shapes::StructureShape.new(name: 'KnowledgeBaseConfiguration')
|
244
|
+
KnowledgeBaseFlowNodeConfiguration = Shapes::StructureShape.new(name: 'KnowledgeBaseFlowNodeConfiguration')
|
245
|
+
KnowledgeBaseId = Shapes::StringShape.new(name: 'KnowledgeBaseId')
|
146
246
|
KnowledgeBaseRoleArn = Shapes::StringShape.new(name: 'KnowledgeBaseRoleArn')
|
147
247
|
KnowledgeBaseState = Shapes::StringShape.new(name: 'KnowledgeBaseState')
|
148
248
|
KnowledgeBaseStatus = Shapes::StringShape.new(name: 'KnowledgeBaseStatus')
|
@@ -151,6 +251,10 @@ module Aws::BedrockAgent
|
|
151
251
|
KnowledgeBaseSummary = Shapes::StructureShape.new(name: 'KnowledgeBaseSummary')
|
152
252
|
KnowledgeBaseType = Shapes::StringShape.new(name: 'KnowledgeBaseType')
|
153
253
|
LambdaArn = Shapes::StringShape.new(name: 'LambdaArn')
|
254
|
+
LambdaFunctionFlowNodeConfiguration = Shapes::StructureShape.new(name: 'LambdaFunctionFlowNodeConfiguration')
|
255
|
+
LexBotAliasArn = Shapes::StringShape.new(name: 'LexBotAliasArn')
|
256
|
+
LexBotLocaleId = Shapes::StringShape.new(name: 'LexBotLocaleId')
|
257
|
+
LexFlowNodeConfiguration = Shapes::StructureShape.new(name: 'LexFlowNodeConfiguration')
|
154
258
|
ListAgentActionGroupsRequest = Shapes::StructureShape.new(name: 'ListAgentActionGroupsRequest')
|
155
259
|
ListAgentActionGroupsResponse = Shapes::StructureShape.new(name: 'ListAgentActionGroupsResponse')
|
156
260
|
ListAgentAliasesRequest = Shapes::StructureShape.new(name: 'ListAgentAliasesRequest')
|
@@ -163,14 +267,25 @@ module Aws::BedrockAgent
|
|
163
267
|
ListAgentsResponse = Shapes::StructureShape.new(name: 'ListAgentsResponse')
|
164
268
|
ListDataSourcesRequest = Shapes::StructureShape.new(name: 'ListDataSourcesRequest')
|
165
269
|
ListDataSourcesResponse = Shapes::StructureShape.new(name: 'ListDataSourcesResponse')
|
270
|
+
ListFlowAliasesRequest = Shapes::StructureShape.new(name: 'ListFlowAliasesRequest')
|
271
|
+
ListFlowAliasesResponse = Shapes::StructureShape.new(name: 'ListFlowAliasesResponse')
|
272
|
+
ListFlowVersionsRequest = Shapes::StructureShape.new(name: 'ListFlowVersionsRequest')
|
273
|
+
ListFlowVersionsResponse = Shapes::StructureShape.new(name: 'ListFlowVersionsResponse')
|
274
|
+
ListFlowsRequest = Shapes::StructureShape.new(name: 'ListFlowsRequest')
|
275
|
+
ListFlowsResponse = Shapes::StructureShape.new(name: 'ListFlowsResponse')
|
166
276
|
ListIngestionJobsRequest = Shapes::StructureShape.new(name: 'ListIngestionJobsRequest')
|
167
277
|
ListIngestionJobsResponse = Shapes::StructureShape.new(name: 'ListIngestionJobsResponse')
|
168
278
|
ListKnowledgeBasesRequest = Shapes::StructureShape.new(name: 'ListKnowledgeBasesRequest')
|
169
279
|
ListKnowledgeBasesResponse = Shapes::StructureShape.new(name: 'ListKnowledgeBasesResponse')
|
280
|
+
ListPromptsRequest = Shapes::StructureShape.new(name: 'ListPromptsRequest')
|
281
|
+
ListPromptsResponse = Shapes::StructureShape.new(name: 'ListPromptsResponse')
|
170
282
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
171
283
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
172
284
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
173
285
|
MaximumLength = Shapes::IntegerShape.new(name: 'MaximumLength')
|
286
|
+
MemoryConfiguration = Shapes::StructureShape.new(name: 'MemoryConfiguration')
|
287
|
+
MemoryType = Shapes::StringShape.new(name: 'MemoryType')
|
288
|
+
Microsoft365TenantId = Shapes::StringShape.new(name: 'Microsoft365TenantId')
|
174
289
|
ModelIdentifier = Shapes::StringShape.new(name: 'ModelIdentifier')
|
175
290
|
MongoDbAtlasCollectionName = Shapes::StringShape.new(name: 'MongoDbAtlasCollectionName')
|
176
291
|
MongoDbAtlasConfiguration = Shapes::StructureShape.new(name: 'MongoDbAtlasConfiguration')
|
@@ -187,9 +302,17 @@ module Aws::BedrockAgent
|
|
187
302
|
OpenSearchServerlessConfiguration = Shapes::StructureShape.new(name: 'OpenSearchServerlessConfiguration')
|
188
303
|
OpenSearchServerlessFieldMapping = Shapes::StructureShape.new(name: 'OpenSearchServerlessFieldMapping')
|
189
304
|
OpenSearchServerlessIndexName = Shapes::StringShape.new(name: 'OpenSearchServerlessIndexName')
|
305
|
+
OutputFlowNodeConfiguration = Shapes::StructureShape.new(name: 'OutputFlowNodeConfiguration')
|
190
306
|
ParameterDescription = Shapes::StringShape.new(name: 'ParameterDescription')
|
191
307
|
ParameterDetail = Shapes::StructureShape.new(name: 'ParameterDetail')
|
192
308
|
ParameterMap = Shapes::MapShape.new(name: 'ParameterMap')
|
309
|
+
ParsingConfiguration = Shapes::StructureShape.new(name: 'ParsingConfiguration')
|
310
|
+
ParsingPrompt = Shapes::StructureShape.new(name: 'ParsingPrompt')
|
311
|
+
ParsingPromptText = Shapes::StringShape.new(name: 'ParsingPromptText')
|
312
|
+
ParsingStrategy = Shapes::StringShape.new(name: 'ParsingStrategy')
|
313
|
+
PatternObjectFilter = Shapes::StructureShape.new(name: 'PatternObjectFilter')
|
314
|
+
PatternObjectFilterConfiguration = Shapes::StructureShape.new(name: 'PatternObjectFilterConfiguration')
|
315
|
+
PatternObjectFilterList = Shapes::ListShape.new(name: 'PatternObjectFilterList')
|
193
316
|
Payload = Shapes::StringShape.new(name: 'Payload')
|
194
317
|
PineconeConfiguration = Shapes::StructureShape.new(name: 'PineconeConfiguration')
|
195
318
|
PineconeConnectionString = Shapes::StringShape.new(name: 'PineconeConnectionString')
|
@@ -197,12 +320,36 @@ module Aws::BedrockAgent
|
|
197
320
|
PineconeNamespace = Shapes::StringShape.new(name: 'PineconeNamespace')
|
198
321
|
PrepareAgentRequest = Shapes::StructureShape.new(name: 'PrepareAgentRequest')
|
199
322
|
PrepareAgentResponse = Shapes::StructureShape.new(name: 'PrepareAgentResponse')
|
323
|
+
PrepareFlowRequest = Shapes::StructureShape.new(name: 'PrepareFlowRequest')
|
324
|
+
PrepareFlowResponse = Shapes::StructureShape.new(name: 'PrepareFlowResponse')
|
200
325
|
PrimitiveLong = Shapes::IntegerShape.new(name: 'PrimitiveLong')
|
326
|
+
PromptArn = Shapes::StringShape.new(name: 'PromptArn')
|
201
327
|
PromptConfiguration = Shapes::StructureShape.new(name: 'PromptConfiguration')
|
202
328
|
PromptConfigurations = Shapes::ListShape.new(name: 'PromptConfigurations')
|
329
|
+
PromptDescription = Shapes::StringShape.new(name: 'PromptDescription')
|
330
|
+
PromptFlowNodeConfiguration = Shapes::StructureShape.new(name: 'PromptFlowNodeConfiguration')
|
331
|
+
PromptFlowNodeInlineConfiguration = Shapes::StructureShape.new(name: 'PromptFlowNodeInlineConfiguration')
|
332
|
+
PromptFlowNodeResourceConfiguration = Shapes::StructureShape.new(name: 'PromptFlowNodeResourceConfiguration')
|
333
|
+
PromptFlowNodeSourceConfiguration = Shapes::UnionShape.new(name: 'PromptFlowNodeSourceConfiguration')
|
334
|
+
PromptId = Shapes::StringShape.new(name: 'PromptId')
|
335
|
+
PromptIdentifier = Shapes::StringShape.new(name: 'PromptIdentifier')
|
336
|
+
PromptInferenceConfiguration = Shapes::UnionShape.new(name: 'PromptInferenceConfiguration')
|
337
|
+
PromptInputVariable = Shapes::StructureShape.new(name: 'PromptInputVariable')
|
338
|
+
PromptInputVariableName = Shapes::StringShape.new(name: 'PromptInputVariableName')
|
339
|
+
PromptInputVariablesList = Shapes::ListShape.new(name: 'PromptInputVariablesList')
|
340
|
+
PromptModelIdentifier = Shapes::StringShape.new(name: 'PromptModelIdentifier')
|
341
|
+
PromptModelInferenceConfiguration = Shapes::StructureShape.new(name: 'PromptModelInferenceConfiguration')
|
342
|
+
PromptName = Shapes::StringShape.new(name: 'PromptName')
|
203
343
|
PromptOverrideConfiguration = Shapes::StructureShape.new(name: 'PromptOverrideConfiguration')
|
204
344
|
PromptState = Shapes::StringShape.new(name: 'PromptState')
|
345
|
+
PromptSummaries = Shapes::ListShape.new(name: 'PromptSummaries')
|
346
|
+
PromptSummary = Shapes::StructureShape.new(name: 'PromptSummary')
|
347
|
+
PromptTemplateConfiguration = Shapes::UnionShape.new(name: 'PromptTemplateConfiguration')
|
348
|
+
PromptTemplateType = Shapes::StringShape.new(name: 'PromptTemplateType')
|
205
349
|
PromptType = Shapes::StringShape.new(name: 'PromptType')
|
350
|
+
PromptVariant = Shapes::StructureShape.new(name: 'PromptVariant')
|
351
|
+
PromptVariantList = Shapes::ListShape.new(name: 'PromptVariantList')
|
352
|
+
PromptVariantName = Shapes::StringShape.new(name: 'PromptVariantName')
|
206
353
|
ProvisionedModelIdentifier = Shapes::StringShape.new(name: 'ProvisionedModelIdentifier')
|
207
354
|
RdsArn = Shapes::StringShape.new(name: 'RdsArn')
|
208
355
|
RdsConfiguration = Shapes::StructureShape.new(name: 'RdsConfiguration')
|
@@ -216,22 +363,49 @@ module Aws::BedrockAgent
|
|
216
363
|
RedisEnterpriseCloudFieldMapping = Shapes::StructureShape.new(name: 'RedisEnterpriseCloudFieldMapping')
|
217
364
|
RedisEnterpriseCloudIndexName = Shapes::StringShape.new(name: 'RedisEnterpriseCloudIndexName')
|
218
365
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
366
|
+
RetrievalFlowNodeConfiguration = Shapes::StructureShape.new(name: 'RetrievalFlowNodeConfiguration')
|
367
|
+
RetrievalFlowNodeS3Configuration = Shapes::StructureShape.new(name: 'RetrievalFlowNodeS3Configuration')
|
368
|
+
RetrievalFlowNodeServiceConfiguration = Shapes::UnionShape.new(name: 'RetrievalFlowNodeServiceConfiguration')
|
219
369
|
S3BucketArn = Shapes::StringShape.new(name: 'S3BucketArn')
|
220
370
|
S3BucketName = Shapes::StringShape.new(name: 'S3BucketName')
|
371
|
+
S3BucketUri = Shapes::StringShape.new(name: 'S3BucketUri')
|
221
372
|
S3DataSourceConfiguration = Shapes::StructureShape.new(name: 'S3DataSourceConfiguration')
|
222
373
|
S3Identifier = Shapes::StructureShape.new(name: 'S3Identifier')
|
374
|
+
S3Location = Shapes::StructureShape.new(name: 'S3Location')
|
223
375
|
S3ObjectKey = Shapes::StringShape.new(name: 'S3ObjectKey')
|
224
376
|
S3Prefix = Shapes::StringShape.new(name: 'S3Prefix')
|
225
377
|
S3Prefixes = Shapes::ListShape.new(name: 'S3Prefixes')
|
378
|
+
SalesforceAuthType = Shapes::StringShape.new(name: 'SalesforceAuthType')
|
379
|
+
SalesforceCrawlerConfiguration = Shapes::StructureShape.new(name: 'SalesforceCrawlerConfiguration')
|
380
|
+
SalesforceDataSourceConfiguration = Shapes::StructureShape.new(name: 'SalesforceDataSourceConfiguration')
|
381
|
+
SalesforceSourceConfiguration = Shapes::StructureShape.new(name: 'SalesforceSourceConfiguration')
|
226
382
|
SecretArn = Shapes::StringShape.new(name: 'SecretArn')
|
383
|
+
SeedUrl = Shapes::StructureShape.new(name: 'SeedUrl')
|
384
|
+
SeedUrls = Shapes::ListShape.new(name: 'SeedUrls')
|
385
|
+
SemanticChunkingConfiguration = Shapes::StructureShape.new(name: 'SemanticChunkingConfiguration')
|
386
|
+
SemanticChunkingConfigurationBreakpointPercentileThresholdInteger = Shapes::IntegerShape.new(name: 'SemanticChunkingConfigurationBreakpointPercentileThresholdInteger')
|
387
|
+
SemanticChunkingConfigurationBufferSizeInteger = Shapes::IntegerShape.new(name: 'SemanticChunkingConfigurationBufferSizeInteger')
|
388
|
+
SemanticChunkingConfigurationMaxTokensInteger = Shapes::IntegerShape.new(name: 'SemanticChunkingConfigurationMaxTokensInteger')
|
227
389
|
ServerSideEncryptionConfiguration = Shapes::StructureShape.new(name: 'ServerSideEncryptionConfiguration')
|
228
390
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
229
391
|
SessionTTL = Shapes::IntegerShape.new(name: 'SessionTTL')
|
392
|
+
SharePointAuthType = Shapes::StringShape.new(name: 'SharePointAuthType')
|
393
|
+
SharePointCrawlerConfiguration = Shapes::StructureShape.new(name: 'SharePointCrawlerConfiguration')
|
394
|
+
SharePointDataSourceConfiguration = Shapes::StructureShape.new(name: 'SharePointDataSourceConfiguration')
|
395
|
+
SharePointDomain = Shapes::StringShape.new(name: 'SharePointDomain')
|
396
|
+
SharePointHostType = Shapes::StringShape.new(name: 'SharePointHostType')
|
397
|
+
SharePointSiteUrls = Shapes::ListShape.new(name: 'SharePointSiteUrls')
|
398
|
+
SharePointSourceConfiguration = Shapes::StructureShape.new(name: 'SharePointSourceConfiguration')
|
230
399
|
SortOrder = Shapes::StringShape.new(name: 'SortOrder')
|
231
400
|
StartIngestionJobRequest = Shapes::StructureShape.new(name: 'StartIngestionJobRequest')
|
232
401
|
StartIngestionJobResponse = Shapes::StructureShape.new(name: 'StartIngestionJobResponse')
|
402
|
+
StepType = Shapes::StringShape.new(name: 'StepType')
|
233
403
|
StopSequences = Shapes::ListShape.new(name: 'StopSequences')
|
234
404
|
StorageConfiguration = Shapes::StructureShape.new(name: 'StorageConfiguration')
|
405
|
+
StorageDays = Shapes::IntegerShape.new(name: 'StorageDays')
|
406
|
+
StorageFlowNodeConfiguration = Shapes::StructureShape.new(name: 'StorageFlowNodeConfiguration')
|
407
|
+
StorageFlowNodeS3Configuration = Shapes::StructureShape.new(name: 'StorageFlowNodeS3Configuration')
|
408
|
+
StorageFlowNodeServiceConfiguration = Shapes::UnionShape.new(name: 'StorageFlowNodeServiceConfiguration')
|
235
409
|
String = Shapes::StringShape.new(name: 'String')
|
236
410
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
237
411
|
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
@@ -241,9 +415,15 @@ module Aws::BedrockAgent
|
|
241
415
|
TaggableResourcesArn = Shapes::StringShape.new(name: 'TaggableResourcesArn')
|
242
416
|
TagsMap = Shapes::MapShape.new(name: 'TagsMap')
|
243
417
|
Temperature = Shapes::FloatShape.new(name: 'Temperature')
|
418
|
+
TextPrompt = Shapes::StringShape.new(name: 'TextPrompt')
|
419
|
+
TextPromptTemplateConfiguration = Shapes::StructureShape.new(name: 'TextPromptTemplateConfiguration')
|
244
420
|
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
245
421
|
TopK = Shapes::IntegerShape.new(name: 'TopK')
|
246
422
|
TopP = Shapes::FloatShape.new(name: 'TopP')
|
423
|
+
Transformation = Shapes::StructureShape.new(name: 'Transformation')
|
424
|
+
TransformationFunction = Shapes::StructureShape.new(name: 'TransformationFunction')
|
425
|
+
TransformationLambdaConfiguration = Shapes::StructureShape.new(name: 'TransformationLambdaConfiguration')
|
426
|
+
Transformations = Shapes::ListShape.new(name: 'Transformations')
|
247
427
|
Type = Shapes::StringShape.new(name: 'Type')
|
248
428
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
249
429
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
@@ -257,14 +437,28 @@ module Aws::BedrockAgent
|
|
257
437
|
UpdateAgentResponse = Shapes::StructureShape.new(name: 'UpdateAgentResponse')
|
258
438
|
UpdateDataSourceRequest = Shapes::StructureShape.new(name: 'UpdateDataSourceRequest')
|
259
439
|
UpdateDataSourceResponse = Shapes::StructureShape.new(name: 'UpdateDataSourceResponse')
|
440
|
+
UpdateFlowAliasRequest = Shapes::StructureShape.new(name: 'UpdateFlowAliasRequest')
|
441
|
+
UpdateFlowAliasResponse = Shapes::StructureShape.new(name: 'UpdateFlowAliasResponse')
|
442
|
+
UpdateFlowRequest = Shapes::StructureShape.new(name: 'UpdateFlowRequest')
|
443
|
+
UpdateFlowResponse = Shapes::StructureShape.new(name: 'UpdateFlowResponse')
|
260
444
|
UpdateKnowledgeBaseRequest = Shapes::StructureShape.new(name: 'UpdateKnowledgeBaseRequest')
|
261
445
|
UpdateKnowledgeBaseResponse = Shapes::StructureShape.new(name: 'UpdateKnowledgeBaseResponse')
|
446
|
+
UpdatePromptRequest = Shapes::StructureShape.new(name: 'UpdatePromptRequest')
|
447
|
+
UpdatePromptResponse = Shapes::StructureShape.new(name: 'UpdatePromptResponse')
|
448
|
+
Url = Shapes::StringShape.new(name: 'Url')
|
449
|
+
UrlConfiguration = Shapes::StructureShape.new(name: 'UrlConfiguration')
|
262
450
|
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
263
451
|
ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
|
264
452
|
ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
|
265
453
|
VectorIngestionConfiguration = Shapes::StructureShape.new(name: 'VectorIngestionConfiguration')
|
266
454
|
VectorKnowledgeBaseConfiguration = Shapes::StructureShape.new(name: 'VectorKnowledgeBaseConfiguration')
|
267
455
|
Version = Shapes::StringShape.new(name: 'Version')
|
456
|
+
WebCrawlerConfiguration = Shapes::StructureShape.new(name: 'WebCrawlerConfiguration')
|
457
|
+
WebCrawlerLimits = Shapes::StructureShape.new(name: 'WebCrawlerLimits')
|
458
|
+
WebCrawlerLimitsRateLimitInteger = Shapes::IntegerShape.new(name: 'WebCrawlerLimitsRateLimitInteger')
|
459
|
+
WebDataSourceConfiguration = Shapes::StructureShape.new(name: 'WebDataSourceConfiguration')
|
460
|
+
WebScopeType = Shapes::StringShape.new(name: 'WebScopeType')
|
461
|
+
WebSourceConfiguration = Shapes::StructureShape.new(name: 'WebSourceConfiguration')
|
268
462
|
|
269
463
|
APISchema.add_member(:payload, Shapes::ShapeRef.new(shape: Payload, location_name: "payload"))
|
270
464
|
APISchema.add_member(:s3, Shapes::ShapeRef.new(shape: S3Identifier, location_name: "s3"))
|
@@ -309,6 +503,7 @@ module Aws::BedrockAgent
|
|
309
503
|
Agent.add_member(:guardrail_configuration, Shapes::ShapeRef.new(shape: GuardrailConfiguration, location_name: "guardrailConfiguration"))
|
310
504
|
Agent.add_member(:idle_session_ttl_in_seconds, Shapes::ShapeRef.new(shape: SessionTTL, required: true, location_name: "idleSessionTTLInSeconds"))
|
311
505
|
Agent.add_member(:instruction, Shapes::ShapeRef.new(shape: Instruction, location_name: "instruction"))
|
506
|
+
Agent.add_member(:memory_configuration, Shapes::ShapeRef.new(shape: MemoryConfiguration, location_name: "memoryConfiguration"))
|
312
507
|
Agent.add_member(:prepared_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "preparedAt"))
|
313
508
|
Agent.add_member(:prompt_override_configuration, Shapes::ShapeRef.new(shape: PromptOverrideConfiguration, location_name: "promptOverrideConfiguration"))
|
314
509
|
Agent.add_member(:recommended_actions, Shapes::ShapeRef.new(shape: RecommendedActions, location_name: "recommendedActions"))
|
@@ -368,6 +563,9 @@ module Aws::BedrockAgent
|
|
368
563
|
AgentAliasSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
369
564
|
AgentAliasSummary.struct_class = Types::AgentAliasSummary
|
370
565
|
|
566
|
+
AgentFlowNodeConfiguration.add_member(:agent_alias_arn, Shapes::ShapeRef.new(shape: AgentAliasArn, required: true, location_name: "agentAliasArn"))
|
567
|
+
AgentFlowNodeConfiguration.struct_class = Types::AgentFlowNodeConfiguration
|
568
|
+
|
371
569
|
AgentKnowledgeBase.add_member(:agent_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "agentId"))
|
372
570
|
AgentKnowledgeBase.add_member(:agent_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "agentVersion"))
|
373
571
|
AgentKnowledgeBase.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
@@ -409,6 +607,7 @@ module Aws::BedrockAgent
|
|
409
607
|
AgentVersion.add_member(:guardrail_configuration, Shapes::ShapeRef.new(shape: GuardrailConfiguration, location_name: "guardrailConfiguration"))
|
410
608
|
AgentVersion.add_member(:idle_session_ttl_in_seconds, Shapes::ShapeRef.new(shape: SessionTTL, required: true, location_name: "idleSessionTTLInSeconds"))
|
411
609
|
AgentVersion.add_member(:instruction, Shapes::ShapeRef.new(shape: Instruction, location_name: "instruction"))
|
610
|
+
AgentVersion.add_member(:memory_configuration, Shapes::ShapeRef.new(shape: MemoryConfiguration, location_name: "memoryConfiguration"))
|
412
611
|
AgentVersion.add_member(:prompt_override_configuration, Shapes::ShapeRef.new(shape: PromptOverrideConfiguration, location_name: "promptOverrideConfiguration"))
|
413
612
|
AgentVersion.add_member(:recommended_actions, Shapes::ShapeRef.new(shape: RecommendedActions, location_name: "recommendedActions"))
|
414
613
|
AgentVersion.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
@@ -439,13 +638,41 @@ module Aws::BedrockAgent
|
|
439
638
|
BedrockEmbeddingModelConfiguration.add_member(:dimensions, Shapes::ShapeRef.new(shape: Dimensions, location_name: "dimensions"))
|
440
639
|
BedrockEmbeddingModelConfiguration.struct_class = Types::BedrockEmbeddingModelConfiguration
|
441
640
|
|
641
|
+
BedrockFoundationModelConfiguration.add_member(:model_arn, Shapes::ShapeRef.new(shape: BedrockModelArn, required: true, location_name: "modelArn"))
|
642
|
+
BedrockFoundationModelConfiguration.add_member(:parsing_prompt, Shapes::ShapeRef.new(shape: ParsingPrompt, location_name: "parsingPrompt"))
|
643
|
+
BedrockFoundationModelConfiguration.struct_class = Types::BedrockFoundationModelConfiguration
|
644
|
+
|
442
645
|
ChunkingConfiguration.add_member(:chunking_strategy, Shapes::ShapeRef.new(shape: ChunkingStrategy, required: true, location_name: "chunkingStrategy"))
|
443
646
|
ChunkingConfiguration.add_member(:fixed_size_chunking_configuration, Shapes::ShapeRef.new(shape: FixedSizeChunkingConfiguration, location_name: "fixedSizeChunkingConfiguration"))
|
647
|
+
ChunkingConfiguration.add_member(:hierarchical_chunking_configuration, Shapes::ShapeRef.new(shape: HierarchicalChunkingConfiguration, location_name: "hierarchicalChunkingConfiguration"))
|
648
|
+
ChunkingConfiguration.add_member(:semantic_chunking_configuration, Shapes::ShapeRef.new(shape: SemanticChunkingConfiguration, location_name: "semanticChunkingConfiguration"))
|
444
649
|
ChunkingConfiguration.struct_class = Types::ChunkingConfiguration
|
445
650
|
|
651
|
+
CollectorFlowNodeConfiguration.struct_class = Types::CollectorFlowNodeConfiguration
|
652
|
+
|
653
|
+
ConditionFlowNodeConfiguration.add_member(:conditions, Shapes::ShapeRef.new(shape: FlowConditions, required: true, location_name: "conditions"))
|
654
|
+
ConditionFlowNodeConfiguration.struct_class = Types::ConditionFlowNodeConfiguration
|
655
|
+
|
446
656
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
447
657
|
ConflictException.struct_class = Types::ConflictException
|
448
658
|
|
659
|
+
ConfluenceCrawlerConfiguration.add_member(:filter_configuration, Shapes::ShapeRef.new(shape: CrawlFilterConfiguration, location_name: "filterConfiguration"))
|
660
|
+
ConfluenceCrawlerConfiguration.struct_class = Types::ConfluenceCrawlerConfiguration
|
661
|
+
|
662
|
+
ConfluenceDataSourceConfiguration.add_member(:crawler_configuration, Shapes::ShapeRef.new(shape: ConfluenceCrawlerConfiguration, location_name: "crawlerConfiguration"))
|
663
|
+
ConfluenceDataSourceConfiguration.add_member(:source_configuration, Shapes::ShapeRef.new(shape: ConfluenceSourceConfiguration, required: true, location_name: "sourceConfiguration"))
|
664
|
+
ConfluenceDataSourceConfiguration.struct_class = Types::ConfluenceDataSourceConfiguration
|
665
|
+
|
666
|
+
ConfluenceSourceConfiguration.add_member(:auth_type, Shapes::ShapeRef.new(shape: ConfluenceAuthType, required: true, location_name: "authType"))
|
667
|
+
ConfluenceSourceConfiguration.add_member(:credentials_secret_arn, Shapes::ShapeRef.new(shape: SecretArn, required: true, location_name: "credentialsSecretArn"))
|
668
|
+
ConfluenceSourceConfiguration.add_member(:host_type, Shapes::ShapeRef.new(shape: ConfluenceHostType, required: true, location_name: "hostType"))
|
669
|
+
ConfluenceSourceConfiguration.add_member(:host_url, Shapes::ShapeRef.new(shape: HttpsUrl, required: true, location_name: "hostUrl"))
|
670
|
+
ConfluenceSourceConfiguration.struct_class = Types::ConfluenceSourceConfiguration
|
671
|
+
|
672
|
+
CrawlFilterConfiguration.add_member(:pattern_object_filter, Shapes::ShapeRef.new(shape: PatternObjectFilterConfiguration, location_name: "patternObjectFilter"))
|
673
|
+
CrawlFilterConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: CrawlFilterConfigurationType, required: true, location_name: "type"))
|
674
|
+
CrawlFilterConfiguration.struct_class = Types::CrawlFilterConfiguration
|
675
|
+
|
449
676
|
CreateAgentActionGroupRequest.add_member(:action_group_executor, Shapes::ShapeRef.new(shape: ActionGroupExecutor, location_name: "actionGroupExecutor"))
|
450
677
|
CreateAgentActionGroupRequest.add_member(:action_group_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "actionGroupName"))
|
451
678
|
CreateAgentActionGroupRequest.add_member(:action_group_state, Shapes::ShapeRef.new(shape: ActionGroupState, location_name: "actionGroupState"))
|
@@ -481,6 +708,7 @@ module Aws::BedrockAgent
|
|
481
708
|
CreateAgentRequest.add_member(:guardrail_configuration, Shapes::ShapeRef.new(shape: GuardrailConfiguration, location_name: "guardrailConfiguration"))
|
482
709
|
CreateAgentRequest.add_member(:idle_session_ttl_in_seconds, Shapes::ShapeRef.new(shape: SessionTTL, location_name: "idleSessionTTLInSeconds"))
|
483
710
|
CreateAgentRequest.add_member(:instruction, Shapes::ShapeRef.new(shape: Instruction, location_name: "instruction"))
|
711
|
+
CreateAgentRequest.add_member(:memory_configuration, Shapes::ShapeRef.new(shape: MemoryConfiguration, location_name: "memoryConfiguration"))
|
484
712
|
CreateAgentRequest.add_member(:prompt_override_configuration, Shapes::ShapeRef.new(shape: PromptOverrideConfiguration, location_name: "promptOverrideConfiguration"))
|
485
713
|
CreateAgentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
486
714
|
CreateAgentRequest.struct_class = Types::CreateAgentRequest
|
@@ -501,6 +729,63 @@ module Aws::BedrockAgent
|
|
501
729
|
CreateDataSourceResponse.add_member(:data_source, Shapes::ShapeRef.new(shape: DataSource, required: true, location_name: "dataSource"))
|
502
730
|
CreateDataSourceResponse.struct_class = Types::CreateDataSourceResponse
|
503
731
|
|
732
|
+
CreateFlowAliasRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
733
|
+
CreateFlowAliasRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
734
|
+
CreateFlowAliasRequest.add_member(:flow_identifier, Shapes::ShapeRef.new(shape: FlowIdentifier, required: true, location: "uri", location_name: "flowIdentifier"))
|
735
|
+
CreateFlowAliasRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
736
|
+
CreateFlowAliasRequest.add_member(:routing_configuration, Shapes::ShapeRef.new(shape: FlowAliasRoutingConfiguration, required: true, location_name: "routingConfiguration"))
|
737
|
+
CreateFlowAliasRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
738
|
+
CreateFlowAliasRequest.struct_class = Types::CreateFlowAliasRequest
|
739
|
+
|
740
|
+
CreateFlowAliasResponse.add_member(:arn, Shapes::ShapeRef.new(shape: FlowAliasArn, required: true, location_name: "arn"))
|
741
|
+
CreateFlowAliasResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
742
|
+
CreateFlowAliasResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
743
|
+
CreateFlowAliasResponse.add_member(:flow_id, Shapes::ShapeRef.new(shape: FlowId, required: true, location_name: "flowId"))
|
744
|
+
CreateFlowAliasResponse.add_member(:id, Shapes::ShapeRef.new(shape: FlowAliasId, required: true, location_name: "id"))
|
745
|
+
CreateFlowAliasResponse.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
746
|
+
CreateFlowAliasResponse.add_member(:routing_configuration, Shapes::ShapeRef.new(shape: FlowAliasRoutingConfiguration, required: true, location_name: "routingConfiguration"))
|
747
|
+
CreateFlowAliasResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
748
|
+
CreateFlowAliasResponse.struct_class = Types::CreateFlowAliasResponse
|
749
|
+
|
750
|
+
CreateFlowRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
751
|
+
CreateFlowRequest.add_member(:customer_encryption_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "customerEncryptionKeyArn"))
|
752
|
+
CreateFlowRequest.add_member(:definition, Shapes::ShapeRef.new(shape: FlowDefinition, location_name: "definition"))
|
753
|
+
CreateFlowRequest.add_member(:description, Shapes::ShapeRef.new(shape: FlowDescription, location_name: "description"))
|
754
|
+
CreateFlowRequest.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: FlowExecutionRoleArn, required: true, location_name: "executionRoleArn"))
|
755
|
+
CreateFlowRequest.add_member(:name, Shapes::ShapeRef.new(shape: FlowName, required: true, location_name: "name"))
|
756
|
+
CreateFlowRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
757
|
+
CreateFlowRequest.struct_class = Types::CreateFlowRequest
|
758
|
+
|
759
|
+
CreateFlowResponse.add_member(:arn, Shapes::ShapeRef.new(shape: FlowArn, required: true, location_name: "arn"))
|
760
|
+
CreateFlowResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
761
|
+
CreateFlowResponse.add_member(:customer_encryption_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "customerEncryptionKeyArn"))
|
762
|
+
CreateFlowResponse.add_member(:definition, Shapes::ShapeRef.new(shape: FlowDefinition, location_name: "definition"))
|
763
|
+
CreateFlowResponse.add_member(:description, Shapes::ShapeRef.new(shape: FlowDescription, location_name: "description"))
|
764
|
+
CreateFlowResponse.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: FlowExecutionRoleArn, required: true, location_name: "executionRoleArn"))
|
765
|
+
CreateFlowResponse.add_member(:id, Shapes::ShapeRef.new(shape: FlowId, required: true, location_name: "id"))
|
766
|
+
CreateFlowResponse.add_member(:name, Shapes::ShapeRef.new(shape: FlowName, required: true, location_name: "name"))
|
767
|
+
CreateFlowResponse.add_member(:status, Shapes::ShapeRef.new(shape: FlowStatus, required: true, location_name: "status"))
|
768
|
+
CreateFlowResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
769
|
+
CreateFlowResponse.add_member(:version, Shapes::ShapeRef.new(shape: DraftVersion, required: true, location_name: "version"))
|
770
|
+
CreateFlowResponse.struct_class = Types::CreateFlowResponse
|
771
|
+
|
772
|
+
CreateFlowVersionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
773
|
+
CreateFlowVersionRequest.add_member(:description, Shapes::ShapeRef.new(shape: FlowDescription, location_name: "description"))
|
774
|
+
CreateFlowVersionRequest.add_member(:flow_identifier, Shapes::ShapeRef.new(shape: FlowIdentifier, required: true, location: "uri", location_name: "flowIdentifier"))
|
775
|
+
CreateFlowVersionRequest.struct_class = Types::CreateFlowVersionRequest
|
776
|
+
|
777
|
+
CreateFlowVersionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: FlowArn, required: true, location_name: "arn"))
|
778
|
+
CreateFlowVersionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
779
|
+
CreateFlowVersionResponse.add_member(:customer_encryption_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "customerEncryptionKeyArn"))
|
780
|
+
CreateFlowVersionResponse.add_member(:definition, Shapes::ShapeRef.new(shape: FlowDefinition, location_name: "definition"))
|
781
|
+
CreateFlowVersionResponse.add_member(:description, Shapes::ShapeRef.new(shape: FlowDescription, location_name: "description"))
|
782
|
+
CreateFlowVersionResponse.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: FlowExecutionRoleArn, required: true, location_name: "executionRoleArn"))
|
783
|
+
CreateFlowVersionResponse.add_member(:id, Shapes::ShapeRef.new(shape: FlowId, required: true, location_name: "id"))
|
784
|
+
CreateFlowVersionResponse.add_member(:name, Shapes::ShapeRef.new(shape: FlowName, required: true, location_name: "name"))
|
785
|
+
CreateFlowVersionResponse.add_member(:status, Shapes::ShapeRef.new(shape: FlowStatus, required: true, location_name: "status"))
|
786
|
+
CreateFlowVersionResponse.add_member(:version, Shapes::ShapeRef.new(shape: NumericalVersion, required: true, location_name: "version"))
|
787
|
+
CreateFlowVersionResponse.struct_class = Types::CreateFlowVersionResponse
|
788
|
+
|
504
789
|
CreateKnowledgeBaseRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
505
790
|
CreateKnowledgeBaseRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
506
791
|
CreateKnowledgeBaseRequest.add_member(:knowledge_base_configuration, Shapes::ShapeRef.new(shape: KnowledgeBaseConfiguration, required: true, location_name: "knowledgeBaseConfiguration"))
|
@@ -513,6 +798,49 @@ module Aws::BedrockAgent
|
|
513
798
|
CreateKnowledgeBaseResponse.add_member(:knowledge_base, Shapes::ShapeRef.new(shape: KnowledgeBase, required: true, location_name: "knowledgeBase"))
|
514
799
|
CreateKnowledgeBaseResponse.struct_class = Types::CreateKnowledgeBaseResponse
|
515
800
|
|
801
|
+
CreatePromptRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
802
|
+
CreatePromptRequest.add_member(:customer_encryption_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "customerEncryptionKeyArn"))
|
803
|
+
CreatePromptRequest.add_member(:default_variant, Shapes::ShapeRef.new(shape: PromptVariantName, location_name: "defaultVariant"))
|
804
|
+
CreatePromptRequest.add_member(:description, Shapes::ShapeRef.new(shape: PromptDescription, location_name: "description"))
|
805
|
+
CreatePromptRequest.add_member(:name, Shapes::ShapeRef.new(shape: PromptName, required: true, location_name: "name"))
|
806
|
+
CreatePromptRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
807
|
+
CreatePromptRequest.add_member(:variants, Shapes::ShapeRef.new(shape: PromptVariantList, location_name: "variants"))
|
808
|
+
CreatePromptRequest.struct_class = Types::CreatePromptRequest
|
809
|
+
|
810
|
+
CreatePromptResponse.add_member(:arn, Shapes::ShapeRef.new(shape: PromptArn, required: true, location_name: "arn"))
|
811
|
+
CreatePromptResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
812
|
+
CreatePromptResponse.add_member(:customer_encryption_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "customerEncryptionKeyArn"))
|
813
|
+
CreatePromptResponse.add_member(:default_variant, Shapes::ShapeRef.new(shape: PromptVariantName, location_name: "defaultVariant"))
|
814
|
+
CreatePromptResponse.add_member(:description, Shapes::ShapeRef.new(shape: PromptDescription, location_name: "description"))
|
815
|
+
CreatePromptResponse.add_member(:id, Shapes::ShapeRef.new(shape: PromptId, required: true, location_name: "id"))
|
816
|
+
CreatePromptResponse.add_member(:name, Shapes::ShapeRef.new(shape: PromptName, required: true, location_name: "name"))
|
817
|
+
CreatePromptResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
818
|
+
CreatePromptResponse.add_member(:variants, Shapes::ShapeRef.new(shape: PromptVariantList, location_name: "variants"))
|
819
|
+
CreatePromptResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "version"))
|
820
|
+
CreatePromptResponse.struct_class = Types::CreatePromptResponse
|
821
|
+
|
822
|
+
CreatePromptVersionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
823
|
+
CreatePromptVersionRequest.add_member(:description, Shapes::ShapeRef.new(shape: PromptDescription, location_name: "description"))
|
824
|
+
CreatePromptVersionRequest.add_member(:prompt_identifier, Shapes::ShapeRef.new(shape: PromptIdentifier, required: true, location: "uri", location_name: "promptIdentifier"))
|
825
|
+
CreatePromptVersionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
826
|
+
CreatePromptVersionRequest.struct_class = Types::CreatePromptVersionRequest
|
827
|
+
|
828
|
+
CreatePromptVersionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: PromptArn, required: true, location_name: "arn"))
|
829
|
+
CreatePromptVersionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
830
|
+
CreatePromptVersionResponse.add_member(:customer_encryption_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "customerEncryptionKeyArn"))
|
831
|
+
CreatePromptVersionResponse.add_member(:default_variant, Shapes::ShapeRef.new(shape: PromptVariantName, location_name: "defaultVariant"))
|
832
|
+
CreatePromptVersionResponse.add_member(:description, Shapes::ShapeRef.new(shape: PromptDescription, location_name: "description"))
|
833
|
+
CreatePromptVersionResponse.add_member(:id, Shapes::ShapeRef.new(shape: PromptId, required: true, location_name: "id"))
|
834
|
+
CreatePromptVersionResponse.add_member(:name, Shapes::ShapeRef.new(shape: PromptName, required: true, location_name: "name"))
|
835
|
+
CreatePromptVersionResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
836
|
+
CreatePromptVersionResponse.add_member(:variants, Shapes::ShapeRef.new(shape: PromptVariantList, location_name: "variants"))
|
837
|
+
CreatePromptVersionResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "version"))
|
838
|
+
CreatePromptVersionResponse.struct_class = Types::CreatePromptVersionResponse
|
839
|
+
|
840
|
+
CustomTransformationConfiguration.add_member(:intermediate_storage, Shapes::ShapeRef.new(shape: IntermediateStorage, required: true, location_name: "intermediateStorage"))
|
841
|
+
CustomTransformationConfiguration.add_member(:transformations, Shapes::ShapeRef.new(shape: Transformations, required: true, location_name: "transformations"))
|
842
|
+
CustomTransformationConfiguration.struct_class = Types::CustomTransformationConfiguration
|
843
|
+
|
516
844
|
DataSource.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
517
845
|
DataSource.add_member(:data_deletion_policy, Shapes::ShapeRef.new(shape: DataDeletionPolicy, location_name: "dataDeletionPolicy"))
|
518
846
|
DataSource.add_member(:data_source_configuration, Shapes::ShapeRef.new(shape: DataSourceConfiguration, required: true, location_name: "dataSourceConfiguration"))
|
@@ -527,8 +855,12 @@ module Aws::BedrockAgent
|
|
527
855
|
DataSource.add_member(:vector_ingestion_configuration, Shapes::ShapeRef.new(shape: VectorIngestionConfiguration, location_name: "vectorIngestionConfiguration"))
|
528
856
|
DataSource.struct_class = Types::DataSource
|
529
857
|
|
858
|
+
DataSourceConfiguration.add_member(:confluence_configuration, Shapes::ShapeRef.new(shape: ConfluenceDataSourceConfiguration, location_name: "confluenceConfiguration"))
|
530
859
|
DataSourceConfiguration.add_member(:s3_configuration, Shapes::ShapeRef.new(shape: S3DataSourceConfiguration, location_name: "s3Configuration"))
|
860
|
+
DataSourceConfiguration.add_member(:salesforce_configuration, Shapes::ShapeRef.new(shape: SalesforceDataSourceConfiguration, location_name: "salesforceConfiguration"))
|
861
|
+
DataSourceConfiguration.add_member(:share_point_configuration, Shapes::ShapeRef.new(shape: SharePointDataSourceConfiguration, location_name: "sharePointConfiguration"))
|
531
862
|
DataSourceConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: DataSourceType, required: true, location_name: "type"))
|
863
|
+
DataSourceConfiguration.add_member(:web_configuration, Shapes::ShapeRef.new(shape: WebDataSourceConfiguration, location_name: "webConfiguration"))
|
532
864
|
DataSourceConfiguration.struct_class = Types::DataSourceConfiguration
|
533
865
|
|
534
866
|
DataSourceSummaries.member = Shapes::ShapeRef.new(shape: DataSourceSummary)
|
@@ -585,6 +917,30 @@ module Aws::BedrockAgent
|
|
585
917
|
DeleteDataSourceResponse.add_member(:status, Shapes::ShapeRef.new(shape: DataSourceStatus, required: true, location_name: "status"))
|
586
918
|
DeleteDataSourceResponse.struct_class = Types::DeleteDataSourceResponse
|
587
919
|
|
920
|
+
DeleteFlowAliasRequest.add_member(:alias_identifier, Shapes::ShapeRef.new(shape: FlowAliasIdentifier, required: true, location: "uri", location_name: "aliasIdentifier"))
|
921
|
+
DeleteFlowAliasRequest.add_member(:flow_identifier, Shapes::ShapeRef.new(shape: FlowIdentifier, required: true, location: "uri", location_name: "flowIdentifier"))
|
922
|
+
DeleteFlowAliasRequest.struct_class = Types::DeleteFlowAliasRequest
|
923
|
+
|
924
|
+
DeleteFlowAliasResponse.add_member(:flow_id, Shapes::ShapeRef.new(shape: FlowId, required: true, location_name: "flowId"))
|
925
|
+
DeleteFlowAliasResponse.add_member(:id, Shapes::ShapeRef.new(shape: FlowAliasId, required: true, location_name: "id"))
|
926
|
+
DeleteFlowAliasResponse.struct_class = Types::DeleteFlowAliasResponse
|
927
|
+
|
928
|
+
DeleteFlowRequest.add_member(:flow_identifier, Shapes::ShapeRef.new(shape: FlowIdentifier, required: true, location: "uri", location_name: "flowIdentifier"))
|
929
|
+
DeleteFlowRequest.add_member(:skip_resource_in_use_check, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "skipResourceInUseCheck"))
|
930
|
+
DeleteFlowRequest.struct_class = Types::DeleteFlowRequest
|
931
|
+
|
932
|
+
DeleteFlowResponse.add_member(:id, Shapes::ShapeRef.new(shape: FlowId, required: true, location_name: "id"))
|
933
|
+
DeleteFlowResponse.struct_class = Types::DeleteFlowResponse
|
934
|
+
|
935
|
+
DeleteFlowVersionRequest.add_member(:flow_identifier, Shapes::ShapeRef.new(shape: FlowIdentifier, required: true, location: "uri", location_name: "flowIdentifier"))
|
936
|
+
DeleteFlowVersionRequest.add_member(:flow_version, Shapes::ShapeRef.new(shape: NumericalVersion, required: true, location: "uri", location_name: "flowVersion"))
|
937
|
+
DeleteFlowVersionRequest.add_member(:skip_resource_in_use_check, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "skipResourceInUseCheck"))
|
938
|
+
DeleteFlowVersionRequest.struct_class = Types::DeleteFlowVersionRequest
|
939
|
+
|
940
|
+
DeleteFlowVersionResponse.add_member(:id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "id"))
|
941
|
+
DeleteFlowVersionResponse.add_member(:version, Shapes::ShapeRef.new(shape: NumericalVersion, required: true, location_name: "version"))
|
942
|
+
DeleteFlowVersionResponse.struct_class = Types::DeleteFlowVersionResponse
|
943
|
+
|
588
944
|
DeleteKnowledgeBaseRequest.add_member(:knowledge_base_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "knowledgeBaseId"))
|
589
945
|
DeleteKnowledgeBaseRequest.struct_class = Types::DeleteKnowledgeBaseRequest
|
590
946
|
|
@@ -592,6 +948,14 @@ module Aws::BedrockAgent
|
|
592
948
|
DeleteKnowledgeBaseResponse.add_member(:status, Shapes::ShapeRef.new(shape: KnowledgeBaseStatus, required: true, location_name: "status"))
|
593
949
|
DeleteKnowledgeBaseResponse.struct_class = Types::DeleteKnowledgeBaseResponse
|
594
950
|
|
951
|
+
DeletePromptRequest.add_member(:prompt_identifier, Shapes::ShapeRef.new(shape: PromptIdentifier, required: true, location: "uri", location_name: "promptIdentifier"))
|
952
|
+
DeletePromptRequest.add_member(:prompt_version, Shapes::ShapeRef.new(shape: NumericalVersion, location: "querystring", location_name: "promptVersion"))
|
953
|
+
DeletePromptRequest.struct_class = Types::DeletePromptRequest
|
954
|
+
|
955
|
+
DeletePromptResponse.add_member(:id, Shapes::ShapeRef.new(shape: PromptId, required: true, location_name: "id"))
|
956
|
+
DeletePromptResponse.add_member(:version, Shapes::ShapeRef.new(shape: NumericalVersion, location_name: "version"))
|
957
|
+
DeletePromptResponse.struct_class = Types::DeletePromptResponse
|
958
|
+
|
595
959
|
DisassociateAgentKnowledgeBaseRequest.add_member(:agent_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "agentId"))
|
596
960
|
DisassociateAgentKnowledgeBaseRequest.add_member(:agent_version, Shapes::ShapeRef.new(shape: DraftVersion, required: true, location: "uri", location_name: "agentVersion"))
|
597
961
|
DisassociateAgentKnowledgeBaseRequest.add_member(:knowledge_base_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "knowledgeBaseId"))
|
@@ -602,12 +966,144 @@ module Aws::BedrockAgent
|
|
602
966
|
EmbeddingModelConfiguration.add_member(:bedrock_embedding_model_configuration, Shapes::ShapeRef.new(shape: BedrockEmbeddingModelConfiguration, location_name: "bedrockEmbeddingModelConfiguration"))
|
603
967
|
EmbeddingModelConfiguration.struct_class = Types::EmbeddingModelConfiguration
|
604
968
|
|
969
|
+
EnabledMemoryTypes.member = Shapes::ShapeRef.new(shape: MemoryType)
|
970
|
+
|
605
971
|
FailureReasons.member = Shapes::ShapeRef.new(shape: FailureReason)
|
606
972
|
|
973
|
+
FilterList.member = Shapes::ShapeRef.new(shape: FilterPattern)
|
974
|
+
|
607
975
|
FixedSizeChunkingConfiguration.add_member(:max_tokens, Shapes::ShapeRef.new(shape: FixedSizeChunkingConfigurationMaxTokensInteger, required: true, location_name: "maxTokens"))
|
608
976
|
FixedSizeChunkingConfiguration.add_member(:overlap_percentage, Shapes::ShapeRef.new(shape: FixedSizeChunkingConfigurationOverlapPercentageInteger, required: true, location_name: "overlapPercentage"))
|
609
977
|
FixedSizeChunkingConfiguration.struct_class = Types::FixedSizeChunkingConfiguration
|
610
978
|
|
979
|
+
FlowAliasRoutingConfiguration.member = Shapes::ShapeRef.new(shape: FlowAliasRoutingConfigurationListItem)
|
980
|
+
|
981
|
+
FlowAliasRoutingConfigurationListItem.add_member(:flow_version, Shapes::ShapeRef.new(shape: Version, location_name: "flowVersion"))
|
982
|
+
FlowAliasRoutingConfigurationListItem.struct_class = Types::FlowAliasRoutingConfigurationListItem
|
983
|
+
|
984
|
+
FlowAliasSummaries.member = Shapes::ShapeRef.new(shape: FlowAliasSummary)
|
985
|
+
|
986
|
+
FlowAliasSummary.add_member(:arn, Shapes::ShapeRef.new(shape: FlowAliasArn, required: true, location_name: "arn"))
|
987
|
+
FlowAliasSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
988
|
+
FlowAliasSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
989
|
+
FlowAliasSummary.add_member(:flow_id, Shapes::ShapeRef.new(shape: FlowId, required: true, location_name: "flowId"))
|
990
|
+
FlowAliasSummary.add_member(:id, Shapes::ShapeRef.new(shape: FlowAliasId, required: true, location_name: "id"))
|
991
|
+
FlowAliasSummary.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
992
|
+
FlowAliasSummary.add_member(:routing_configuration, Shapes::ShapeRef.new(shape: FlowAliasRoutingConfiguration, required: true, location_name: "routingConfiguration"))
|
993
|
+
FlowAliasSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
994
|
+
FlowAliasSummary.struct_class = Types::FlowAliasSummary
|
995
|
+
|
996
|
+
FlowCondition.add_member(:expression, Shapes::ShapeRef.new(shape: FlowConditionExpression, location_name: "expression"))
|
997
|
+
FlowCondition.add_member(:name, Shapes::ShapeRef.new(shape: FlowConditionName, required: true, location_name: "name"))
|
998
|
+
FlowCondition.struct_class = Types::FlowCondition
|
999
|
+
|
1000
|
+
FlowConditionalConnectionConfiguration.add_member(:condition, Shapes::ShapeRef.new(shape: FlowConditionName, required: true, location_name: "condition"))
|
1001
|
+
FlowConditionalConnectionConfiguration.struct_class = Types::FlowConditionalConnectionConfiguration
|
1002
|
+
|
1003
|
+
FlowConditions.member = Shapes::ShapeRef.new(shape: FlowCondition)
|
1004
|
+
|
1005
|
+
FlowConnection.add_member(:configuration, Shapes::ShapeRef.new(shape: FlowConnectionConfiguration, location_name: "configuration"))
|
1006
|
+
FlowConnection.add_member(:name, Shapes::ShapeRef.new(shape: FlowConnectionName, required: true, location_name: "name"))
|
1007
|
+
FlowConnection.add_member(:source, Shapes::ShapeRef.new(shape: FlowNodeName, required: true, location_name: "source"))
|
1008
|
+
FlowConnection.add_member(:target, Shapes::ShapeRef.new(shape: FlowNodeName, required: true, location_name: "target"))
|
1009
|
+
FlowConnection.add_member(:type, Shapes::ShapeRef.new(shape: FlowConnectionType, required: true, location_name: "type"))
|
1010
|
+
FlowConnection.struct_class = Types::FlowConnection
|
1011
|
+
|
1012
|
+
FlowConnectionConfiguration.add_member(:conditional, Shapes::ShapeRef.new(shape: FlowConditionalConnectionConfiguration, location_name: "conditional"))
|
1013
|
+
FlowConnectionConfiguration.add_member(:data, Shapes::ShapeRef.new(shape: FlowDataConnectionConfiguration, location_name: "data"))
|
1014
|
+
FlowConnectionConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1015
|
+
FlowConnectionConfiguration.add_member_subclass(:conditional, Types::FlowConnectionConfiguration::Conditional)
|
1016
|
+
FlowConnectionConfiguration.add_member_subclass(:data, Types::FlowConnectionConfiguration::Data)
|
1017
|
+
FlowConnectionConfiguration.add_member_subclass(:unknown, Types::FlowConnectionConfiguration::Unknown)
|
1018
|
+
FlowConnectionConfiguration.struct_class = Types::FlowConnectionConfiguration
|
1019
|
+
|
1020
|
+
FlowConnections.member = Shapes::ShapeRef.new(shape: FlowConnection)
|
1021
|
+
|
1022
|
+
FlowDataConnectionConfiguration.add_member(:source_output, Shapes::ShapeRef.new(shape: FlowNodeOutputName, required: true, location_name: "sourceOutput"))
|
1023
|
+
FlowDataConnectionConfiguration.add_member(:target_input, Shapes::ShapeRef.new(shape: FlowNodeInputName, required: true, location_name: "targetInput"))
|
1024
|
+
FlowDataConnectionConfiguration.struct_class = Types::FlowDataConnectionConfiguration
|
1025
|
+
|
1026
|
+
FlowDefinition.add_member(:connections, Shapes::ShapeRef.new(shape: FlowConnections, location_name: "connections"))
|
1027
|
+
FlowDefinition.add_member(:nodes, Shapes::ShapeRef.new(shape: FlowNodes, location_name: "nodes"))
|
1028
|
+
FlowDefinition.struct_class = Types::FlowDefinition
|
1029
|
+
|
1030
|
+
FlowNode.add_member(:configuration, Shapes::ShapeRef.new(shape: FlowNodeConfiguration, location_name: "configuration"))
|
1031
|
+
FlowNode.add_member(:inputs, Shapes::ShapeRef.new(shape: FlowNodeInputs, location_name: "inputs"))
|
1032
|
+
FlowNode.add_member(:name, Shapes::ShapeRef.new(shape: FlowNodeName, required: true, location_name: "name"))
|
1033
|
+
FlowNode.add_member(:outputs, Shapes::ShapeRef.new(shape: FlowNodeOutputs, location_name: "outputs"))
|
1034
|
+
FlowNode.add_member(:type, Shapes::ShapeRef.new(shape: FlowNodeType, required: true, location_name: "type"))
|
1035
|
+
FlowNode.struct_class = Types::FlowNode
|
1036
|
+
|
1037
|
+
FlowNodeConfiguration.add_member(:agent, Shapes::ShapeRef.new(shape: AgentFlowNodeConfiguration, location_name: "agent"))
|
1038
|
+
FlowNodeConfiguration.add_member(:collector, Shapes::ShapeRef.new(shape: CollectorFlowNodeConfiguration, location_name: "collector"))
|
1039
|
+
FlowNodeConfiguration.add_member(:condition, Shapes::ShapeRef.new(shape: ConditionFlowNodeConfiguration, location_name: "condition"))
|
1040
|
+
FlowNodeConfiguration.add_member(:input, Shapes::ShapeRef.new(shape: InputFlowNodeConfiguration, location_name: "input"))
|
1041
|
+
FlowNodeConfiguration.add_member(:iterator, Shapes::ShapeRef.new(shape: IteratorFlowNodeConfiguration, location_name: "iterator"))
|
1042
|
+
FlowNodeConfiguration.add_member(:knowledge_base, Shapes::ShapeRef.new(shape: KnowledgeBaseFlowNodeConfiguration, location_name: "knowledgeBase"))
|
1043
|
+
FlowNodeConfiguration.add_member(:lambda_function, Shapes::ShapeRef.new(shape: LambdaFunctionFlowNodeConfiguration, location_name: "lambdaFunction"))
|
1044
|
+
FlowNodeConfiguration.add_member(:lex, Shapes::ShapeRef.new(shape: LexFlowNodeConfiguration, location_name: "lex"))
|
1045
|
+
FlowNodeConfiguration.add_member(:output, Shapes::ShapeRef.new(shape: OutputFlowNodeConfiguration, location_name: "output"))
|
1046
|
+
FlowNodeConfiguration.add_member(:prompt, Shapes::ShapeRef.new(shape: PromptFlowNodeConfiguration, location_name: "prompt"))
|
1047
|
+
FlowNodeConfiguration.add_member(:retrieval, Shapes::ShapeRef.new(shape: RetrievalFlowNodeConfiguration, location_name: "retrieval"))
|
1048
|
+
FlowNodeConfiguration.add_member(:storage, Shapes::ShapeRef.new(shape: StorageFlowNodeConfiguration, location_name: "storage"))
|
1049
|
+
FlowNodeConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1050
|
+
FlowNodeConfiguration.add_member_subclass(:agent, Types::FlowNodeConfiguration::Agent)
|
1051
|
+
FlowNodeConfiguration.add_member_subclass(:collector, Types::FlowNodeConfiguration::Collector)
|
1052
|
+
FlowNodeConfiguration.add_member_subclass(:condition, Types::FlowNodeConfiguration::Condition)
|
1053
|
+
FlowNodeConfiguration.add_member_subclass(:input, Types::FlowNodeConfiguration::Input)
|
1054
|
+
FlowNodeConfiguration.add_member_subclass(:iterator, Types::FlowNodeConfiguration::Iterator)
|
1055
|
+
FlowNodeConfiguration.add_member_subclass(:knowledge_base, Types::FlowNodeConfiguration::KnowledgeBase)
|
1056
|
+
FlowNodeConfiguration.add_member_subclass(:lambda_function, Types::FlowNodeConfiguration::LambdaFunction)
|
1057
|
+
FlowNodeConfiguration.add_member_subclass(:lex, Types::FlowNodeConfiguration::Lex)
|
1058
|
+
FlowNodeConfiguration.add_member_subclass(:output, Types::FlowNodeConfiguration::Output)
|
1059
|
+
FlowNodeConfiguration.add_member_subclass(:prompt, Types::FlowNodeConfiguration::Prompt)
|
1060
|
+
FlowNodeConfiguration.add_member_subclass(:retrieval, Types::FlowNodeConfiguration::Retrieval)
|
1061
|
+
FlowNodeConfiguration.add_member_subclass(:storage, Types::FlowNodeConfiguration::Storage)
|
1062
|
+
FlowNodeConfiguration.add_member_subclass(:unknown, Types::FlowNodeConfiguration::Unknown)
|
1063
|
+
FlowNodeConfiguration.struct_class = Types::FlowNodeConfiguration
|
1064
|
+
|
1065
|
+
FlowNodeInput.add_member(:expression, Shapes::ShapeRef.new(shape: FlowNodeInputExpression, required: true, location_name: "expression"))
|
1066
|
+
FlowNodeInput.add_member(:name, Shapes::ShapeRef.new(shape: FlowNodeInputName, required: true, location_name: "name"))
|
1067
|
+
FlowNodeInput.add_member(:type, Shapes::ShapeRef.new(shape: FlowNodeIODataType, required: true, location_name: "type"))
|
1068
|
+
FlowNodeInput.struct_class = Types::FlowNodeInput
|
1069
|
+
|
1070
|
+
FlowNodeInputs.member = Shapes::ShapeRef.new(shape: FlowNodeInput)
|
1071
|
+
|
1072
|
+
FlowNodeOutput.add_member(:name, Shapes::ShapeRef.new(shape: FlowNodeOutputName, required: true, location_name: "name"))
|
1073
|
+
FlowNodeOutput.add_member(:type, Shapes::ShapeRef.new(shape: FlowNodeIODataType, required: true, location_name: "type"))
|
1074
|
+
FlowNodeOutput.struct_class = Types::FlowNodeOutput
|
1075
|
+
|
1076
|
+
FlowNodeOutputs.member = Shapes::ShapeRef.new(shape: FlowNodeOutput)
|
1077
|
+
|
1078
|
+
FlowNodes.member = Shapes::ShapeRef.new(shape: FlowNode)
|
1079
|
+
|
1080
|
+
FlowSummaries.member = Shapes::ShapeRef.new(shape: FlowSummary)
|
1081
|
+
|
1082
|
+
FlowSummary.add_member(:arn, Shapes::ShapeRef.new(shape: FlowArn, required: true, location_name: "arn"))
|
1083
|
+
FlowSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
1084
|
+
FlowSummary.add_member(:description, Shapes::ShapeRef.new(shape: FlowDescription, location_name: "description"))
|
1085
|
+
FlowSummary.add_member(:id, Shapes::ShapeRef.new(shape: FlowId, required: true, location_name: "id"))
|
1086
|
+
FlowSummary.add_member(:name, Shapes::ShapeRef.new(shape: FlowName, required: true, location_name: "name"))
|
1087
|
+
FlowSummary.add_member(:status, Shapes::ShapeRef.new(shape: FlowStatus, required: true, location_name: "status"))
|
1088
|
+
FlowSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
1089
|
+
FlowSummary.add_member(:version, Shapes::ShapeRef.new(shape: DraftVersion, required: true, location_name: "version"))
|
1090
|
+
FlowSummary.struct_class = Types::FlowSummary
|
1091
|
+
|
1092
|
+
FlowValidation.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, required: true, location_name: "message"))
|
1093
|
+
FlowValidation.add_member(:severity, Shapes::ShapeRef.new(shape: FlowValidationSeverity, required: true, location_name: "severity"))
|
1094
|
+
FlowValidation.struct_class = Types::FlowValidation
|
1095
|
+
|
1096
|
+
FlowValidations.member = Shapes::ShapeRef.new(shape: FlowValidation)
|
1097
|
+
|
1098
|
+
FlowVersionSummaries.member = Shapes::ShapeRef.new(shape: FlowVersionSummary)
|
1099
|
+
|
1100
|
+
FlowVersionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: FlowArn, required: true, location_name: "arn"))
|
1101
|
+
FlowVersionSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
1102
|
+
FlowVersionSummary.add_member(:id, Shapes::ShapeRef.new(shape: FlowId, required: true, location_name: "id"))
|
1103
|
+
FlowVersionSummary.add_member(:status, Shapes::ShapeRef.new(shape: FlowStatus, required: true, location_name: "status"))
|
1104
|
+
FlowVersionSummary.add_member(:version, Shapes::ShapeRef.new(shape: NumericalVersion, required: true, location_name: "version"))
|
1105
|
+
FlowVersionSummary.struct_class = Types::FlowVersionSummary
|
1106
|
+
|
611
1107
|
Function.add_member(:description, Shapes::ShapeRef.new(shape: FunctionDescription, location_name: "description"))
|
612
1108
|
Function.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
613
1109
|
Function.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterMap, location_name: "parameters"))
|
@@ -664,6 +1160,53 @@ module Aws::BedrockAgent
|
|
664
1160
|
GetDataSourceResponse.add_member(:data_source, Shapes::ShapeRef.new(shape: DataSource, required: true, location_name: "dataSource"))
|
665
1161
|
GetDataSourceResponse.struct_class = Types::GetDataSourceResponse
|
666
1162
|
|
1163
|
+
GetFlowAliasRequest.add_member(:alias_identifier, Shapes::ShapeRef.new(shape: FlowAliasIdentifier, required: true, location: "uri", location_name: "aliasIdentifier"))
|
1164
|
+
GetFlowAliasRequest.add_member(:flow_identifier, Shapes::ShapeRef.new(shape: FlowIdentifier, required: true, location: "uri", location_name: "flowIdentifier"))
|
1165
|
+
GetFlowAliasRequest.struct_class = Types::GetFlowAliasRequest
|
1166
|
+
|
1167
|
+
GetFlowAliasResponse.add_member(:arn, Shapes::ShapeRef.new(shape: FlowAliasArn, required: true, location_name: "arn"))
|
1168
|
+
GetFlowAliasResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
1169
|
+
GetFlowAliasResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1170
|
+
GetFlowAliasResponse.add_member(:flow_id, Shapes::ShapeRef.new(shape: FlowId, required: true, location_name: "flowId"))
|
1171
|
+
GetFlowAliasResponse.add_member(:id, Shapes::ShapeRef.new(shape: FlowAliasId, required: true, location_name: "id"))
|
1172
|
+
GetFlowAliasResponse.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
1173
|
+
GetFlowAliasResponse.add_member(:routing_configuration, Shapes::ShapeRef.new(shape: FlowAliasRoutingConfiguration, required: true, location_name: "routingConfiguration"))
|
1174
|
+
GetFlowAliasResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
1175
|
+
GetFlowAliasResponse.struct_class = Types::GetFlowAliasResponse
|
1176
|
+
|
1177
|
+
GetFlowRequest.add_member(:flow_identifier, Shapes::ShapeRef.new(shape: FlowIdentifier, required: true, location: "uri", location_name: "flowIdentifier"))
|
1178
|
+
GetFlowRequest.struct_class = Types::GetFlowRequest
|
1179
|
+
|
1180
|
+
GetFlowResponse.add_member(:arn, Shapes::ShapeRef.new(shape: FlowArn, required: true, location_name: "arn"))
|
1181
|
+
GetFlowResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
1182
|
+
GetFlowResponse.add_member(:customer_encryption_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "customerEncryptionKeyArn"))
|
1183
|
+
GetFlowResponse.add_member(:definition, Shapes::ShapeRef.new(shape: FlowDefinition, location_name: "definition"))
|
1184
|
+
GetFlowResponse.add_member(:description, Shapes::ShapeRef.new(shape: FlowDescription, location_name: "description"))
|
1185
|
+
GetFlowResponse.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: FlowExecutionRoleArn, required: true, location_name: "executionRoleArn"))
|
1186
|
+
GetFlowResponse.add_member(:id, Shapes::ShapeRef.new(shape: FlowId, required: true, location_name: "id"))
|
1187
|
+
GetFlowResponse.add_member(:name, Shapes::ShapeRef.new(shape: FlowName, required: true, location_name: "name"))
|
1188
|
+
GetFlowResponse.add_member(:status, Shapes::ShapeRef.new(shape: FlowStatus, required: true, location_name: "status"))
|
1189
|
+
GetFlowResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
1190
|
+
GetFlowResponse.add_member(:validations, Shapes::ShapeRef.new(shape: FlowValidations, location_name: "validations"))
|
1191
|
+
GetFlowResponse.add_member(:version, Shapes::ShapeRef.new(shape: DraftVersion, required: true, location_name: "version"))
|
1192
|
+
GetFlowResponse.struct_class = Types::GetFlowResponse
|
1193
|
+
|
1194
|
+
GetFlowVersionRequest.add_member(:flow_identifier, Shapes::ShapeRef.new(shape: FlowIdentifier, required: true, location: "uri", location_name: "flowIdentifier"))
|
1195
|
+
GetFlowVersionRequest.add_member(:flow_version, Shapes::ShapeRef.new(shape: NumericalVersion, required: true, location: "uri", location_name: "flowVersion"))
|
1196
|
+
GetFlowVersionRequest.struct_class = Types::GetFlowVersionRequest
|
1197
|
+
|
1198
|
+
GetFlowVersionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: FlowArn, required: true, location_name: "arn"))
|
1199
|
+
GetFlowVersionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
1200
|
+
GetFlowVersionResponse.add_member(:customer_encryption_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "customerEncryptionKeyArn"))
|
1201
|
+
GetFlowVersionResponse.add_member(:definition, Shapes::ShapeRef.new(shape: FlowDefinition, location_name: "definition"))
|
1202
|
+
GetFlowVersionResponse.add_member(:description, Shapes::ShapeRef.new(shape: FlowDescription, location_name: "description"))
|
1203
|
+
GetFlowVersionResponse.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: FlowExecutionRoleArn, required: true, location_name: "executionRoleArn"))
|
1204
|
+
GetFlowVersionResponse.add_member(:id, Shapes::ShapeRef.new(shape: FlowId, required: true, location_name: "id"))
|
1205
|
+
GetFlowVersionResponse.add_member(:name, Shapes::ShapeRef.new(shape: FlowName, required: true, location_name: "name"))
|
1206
|
+
GetFlowVersionResponse.add_member(:status, Shapes::ShapeRef.new(shape: FlowStatus, required: true, location_name: "status"))
|
1207
|
+
GetFlowVersionResponse.add_member(:version, Shapes::ShapeRef.new(shape: NumericalVersion, required: true, location_name: "version"))
|
1208
|
+
GetFlowVersionResponse.struct_class = Types::GetFlowVersionResponse
|
1209
|
+
|
667
1210
|
GetIngestionJobRequest.add_member(:data_source_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "dataSourceId"))
|
668
1211
|
GetIngestionJobRequest.add_member(:ingestion_job_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "ingestionJobId"))
|
669
1212
|
GetIngestionJobRequest.add_member(:knowledge_base_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "knowledgeBaseId"))
|
@@ -678,10 +1221,35 @@ module Aws::BedrockAgent
|
|
678
1221
|
GetKnowledgeBaseResponse.add_member(:knowledge_base, Shapes::ShapeRef.new(shape: KnowledgeBase, required: true, location_name: "knowledgeBase"))
|
679
1222
|
GetKnowledgeBaseResponse.struct_class = Types::GetKnowledgeBaseResponse
|
680
1223
|
|
1224
|
+
GetPromptRequest.add_member(:prompt_identifier, Shapes::ShapeRef.new(shape: PromptIdentifier, required: true, location: "uri", location_name: "promptIdentifier"))
|
1225
|
+
GetPromptRequest.add_member(:prompt_version, Shapes::ShapeRef.new(shape: Version, location: "querystring", location_name: "promptVersion"))
|
1226
|
+
GetPromptRequest.struct_class = Types::GetPromptRequest
|
1227
|
+
|
1228
|
+
GetPromptResponse.add_member(:arn, Shapes::ShapeRef.new(shape: PromptArn, required: true, location_name: "arn"))
|
1229
|
+
GetPromptResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
1230
|
+
GetPromptResponse.add_member(:customer_encryption_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "customerEncryptionKeyArn"))
|
1231
|
+
GetPromptResponse.add_member(:default_variant, Shapes::ShapeRef.new(shape: PromptVariantName, location_name: "defaultVariant"))
|
1232
|
+
GetPromptResponse.add_member(:description, Shapes::ShapeRef.new(shape: PromptDescription, location_name: "description"))
|
1233
|
+
GetPromptResponse.add_member(:id, Shapes::ShapeRef.new(shape: PromptId, required: true, location_name: "id"))
|
1234
|
+
GetPromptResponse.add_member(:name, Shapes::ShapeRef.new(shape: PromptName, required: true, location_name: "name"))
|
1235
|
+
GetPromptResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
1236
|
+
GetPromptResponse.add_member(:variants, Shapes::ShapeRef.new(shape: PromptVariantList, location_name: "variants"))
|
1237
|
+
GetPromptResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "version"))
|
1238
|
+
GetPromptResponse.struct_class = Types::GetPromptResponse
|
1239
|
+
|
681
1240
|
GuardrailConfiguration.add_member(:guardrail_identifier, Shapes::ShapeRef.new(shape: GuardrailIdentifier, location_name: "guardrailIdentifier"))
|
682
1241
|
GuardrailConfiguration.add_member(:guardrail_version, Shapes::ShapeRef.new(shape: GuardrailVersion, location_name: "guardrailVersion"))
|
683
1242
|
GuardrailConfiguration.struct_class = Types::GuardrailConfiguration
|
684
1243
|
|
1244
|
+
HierarchicalChunkingConfiguration.add_member(:level_configurations, Shapes::ShapeRef.new(shape: HierarchicalChunkingLevelConfigurations, required: true, location_name: "levelConfigurations"))
|
1245
|
+
HierarchicalChunkingConfiguration.add_member(:overlap_tokens, Shapes::ShapeRef.new(shape: HierarchicalChunkingConfigurationOverlapTokensInteger, required: true, location_name: "overlapTokens"))
|
1246
|
+
HierarchicalChunkingConfiguration.struct_class = Types::HierarchicalChunkingConfiguration
|
1247
|
+
|
1248
|
+
HierarchicalChunkingLevelConfiguration.add_member(:max_tokens, Shapes::ShapeRef.new(shape: HierarchicalChunkingLevelConfigurationMaxTokensInteger, required: true, location_name: "maxTokens"))
|
1249
|
+
HierarchicalChunkingLevelConfiguration.struct_class = Types::HierarchicalChunkingLevelConfiguration
|
1250
|
+
|
1251
|
+
HierarchicalChunkingLevelConfigurations.member = Shapes::ShapeRef.new(shape: HierarchicalChunkingLevelConfiguration)
|
1252
|
+
|
685
1253
|
InferenceConfiguration.add_member(:maximum_length, Shapes::ShapeRef.new(shape: MaximumLength, location_name: "maximumLength"))
|
686
1254
|
InferenceConfiguration.add_member(:stop_sequences, Shapes::ShapeRef.new(shape: StopSequences, location_name: "stopSequences"))
|
687
1255
|
InferenceConfiguration.add_member(:temperature, Shapes::ShapeRef.new(shape: Temperature, location_name: "temperature"))
|
@@ -734,9 +1302,16 @@ module Aws::BedrockAgent
|
|
734
1302
|
IngestionJobSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
735
1303
|
IngestionJobSummary.struct_class = Types::IngestionJobSummary
|
736
1304
|
|
1305
|
+
InputFlowNodeConfiguration.struct_class = Types::InputFlowNodeConfiguration
|
1306
|
+
|
1307
|
+
IntermediateStorage.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3Location, required: true, location_name: "s3Location"))
|
1308
|
+
IntermediateStorage.struct_class = Types::IntermediateStorage
|
1309
|
+
|
737
1310
|
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
738
1311
|
InternalServerException.struct_class = Types::InternalServerException
|
739
1312
|
|
1313
|
+
IteratorFlowNodeConfiguration.struct_class = Types::IteratorFlowNodeConfiguration
|
1314
|
+
|
740
1315
|
KnowledgeBase.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
741
1316
|
KnowledgeBase.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
742
1317
|
KnowledgeBase.add_member(:failure_reasons, Shapes::ShapeRef.new(shape: FailureReasons, location_name: "failureReasons"))
|
@@ -754,6 +1329,10 @@ module Aws::BedrockAgent
|
|
754
1329
|
KnowledgeBaseConfiguration.add_member(:vector_knowledge_base_configuration, Shapes::ShapeRef.new(shape: VectorKnowledgeBaseConfiguration, location_name: "vectorKnowledgeBaseConfiguration"))
|
755
1330
|
KnowledgeBaseConfiguration.struct_class = Types::KnowledgeBaseConfiguration
|
756
1331
|
|
1332
|
+
KnowledgeBaseFlowNodeConfiguration.add_member(:knowledge_base_id, Shapes::ShapeRef.new(shape: KnowledgeBaseId, required: true, location_name: "knowledgeBaseId"))
|
1333
|
+
KnowledgeBaseFlowNodeConfiguration.add_member(:model_id, Shapes::ShapeRef.new(shape: ModelIdentifier, location_name: "modelId"))
|
1334
|
+
KnowledgeBaseFlowNodeConfiguration.struct_class = Types::KnowledgeBaseFlowNodeConfiguration
|
1335
|
+
|
757
1336
|
KnowledgeBaseSummaries.member = Shapes::ShapeRef.new(shape: KnowledgeBaseSummary)
|
758
1337
|
|
759
1338
|
KnowledgeBaseSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
@@ -763,6 +1342,13 @@ module Aws::BedrockAgent
|
|
763
1342
|
KnowledgeBaseSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
764
1343
|
KnowledgeBaseSummary.struct_class = Types::KnowledgeBaseSummary
|
765
1344
|
|
1345
|
+
LambdaFunctionFlowNodeConfiguration.add_member(:lambda_arn, Shapes::ShapeRef.new(shape: LambdaArn, required: true, location_name: "lambdaArn"))
|
1346
|
+
LambdaFunctionFlowNodeConfiguration.struct_class = Types::LambdaFunctionFlowNodeConfiguration
|
1347
|
+
|
1348
|
+
LexFlowNodeConfiguration.add_member(:bot_alias_arn, Shapes::ShapeRef.new(shape: LexBotAliasArn, required: true, location_name: "botAliasArn"))
|
1349
|
+
LexFlowNodeConfiguration.add_member(:locale_id, Shapes::ShapeRef.new(shape: LexBotLocaleId, required: true, location_name: "localeId"))
|
1350
|
+
LexFlowNodeConfiguration.struct_class = Types::LexFlowNodeConfiguration
|
1351
|
+
|
766
1352
|
ListAgentActionGroupsRequest.add_member(:agent_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "agentId"))
|
767
1353
|
ListAgentActionGroupsRequest.add_member(:agent_version, Shapes::ShapeRef.new(shape: Version, required: true, location: "uri", location_name: "agentVersion"))
|
768
1354
|
ListAgentActionGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
|
@@ -818,6 +1404,32 @@ module Aws::BedrockAgent
|
|
818
1404
|
ListDataSourcesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
819
1405
|
ListDataSourcesResponse.struct_class = Types::ListDataSourcesResponse
|
820
1406
|
|
1407
|
+
ListFlowAliasesRequest.add_member(:flow_identifier, Shapes::ShapeRef.new(shape: FlowIdentifier, required: true, location: "uri", location_name: "flowIdentifier"))
|
1408
|
+
ListFlowAliasesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1409
|
+
ListFlowAliasesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1410
|
+
ListFlowAliasesRequest.struct_class = Types::ListFlowAliasesRequest
|
1411
|
+
|
1412
|
+
ListFlowAliasesResponse.add_member(:flow_alias_summaries, Shapes::ShapeRef.new(shape: FlowAliasSummaries, required: true, location_name: "flowAliasSummaries"))
|
1413
|
+
ListFlowAliasesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1414
|
+
ListFlowAliasesResponse.struct_class = Types::ListFlowAliasesResponse
|
1415
|
+
|
1416
|
+
ListFlowVersionsRequest.add_member(:flow_identifier, Shapes::ShapeRef.new(shape: FlowIdentifier, required: true, location: "uri", location_name: "flowIdentifier"))
|
1417
|
+
ListFlowVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1418
|
+
ListFlowVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1419
|
+
ListFlowVersionsRequest.struct_class = Types::ListFlowVersionsRequest
|
1420
|
+
|
1421
|
+
ListFlowVersionsResponse.add_member(:flow_version_summaries, Shapes::ShapeRef.new(shape: FlowVersionSummaries, required: true, location_name: "flowVersionSummaries"))
|
1422
|
+
ListFlowVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1423
|
+
ListFlowVersionsResponse.struct_class = Types::ListFlowVersionsResponse
|
1424
|
+
|
1425
|
+
ListFlowsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1426
|
+
ListFlowsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1427
|
+
ListFlowsRequest.struct_class = Types::ListFlowsRequest
|
1428
|
+
|
1429
|
+
ListFlowsResponse.add_member(:flow_summaries, Shapes::ShapeRef.new(shape: FlowSummaries, required: true, location_name: "flowSummaries"))
|
1430
|
+
ListFlowsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1431
|
+
ListFlowsResponse.struct_class = Types::ListFlowsResponse
|
1432
|
+
|
821
1433
|
ListIngestionJobsRequest.add_member(:data_source_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "dataSourceId"))
|
822
1434
|
ListIngestionJobsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: IngestionJobFilters, location_name: "filters"))
|
823
1435
|
ListIngestionJobsRequest.add_member(:knowledge_base_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "knowledgeBaseId"))
|
@@ -838,12 +1450,25 @@ module Aws::BedrockAgent
|
|
838
1450
|
ListKnowledgeBasesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
839
1451
|
ListKnowledgeBasesResponse.struct_class = Types::ListKnowledgeBasesResponse
|
840
1452
|
|
1453
|
+
ListPromptsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1454
|
+
ListPromptsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1455
|
+
ListPromptsRequest.add_member(:prompt_identifier, Shapes::ShapeRef.new(shape: PromptIdentifier, location: "querystring", location_name: "promptIdentifier"))
|
1456
|
+
ListPromptsRequest.struct_class = Types::ListPromptsRequest
|
1457
|
+
|
1458
|
+
ListPromptsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1459
|
+
ListPromptsResponse.add_member(:prompt_summaries, Shapes::ShapeRef.new(shape: PromptSummaries, required: true, location_name: "promptSummaries"))
|
1460
|
+
ListPromptsResponse.struct_class = Types::ListPromptsResponse
|
1461
|
+
|
841
1462
|
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourcesArn, required: true, location: "uri", location_name: "resourceArn"))
|
842
1463
|
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
843
1464
|
|
844
1465
|
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
845
1466
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
846
1467
|
|
1468
|
+
MemoryConfiguration.add_member(:enabled_memory_types, Shapes::ShapeRef.new(shape: EnabledMemoryTypes, required: true, location_name: "enabledMemoryTypes"))
|
1469
|
+
MemoryConfiguration.add_member(:storage_days, Shapes::ShapeRef.new(shape: StorageDays, location_name: "storageDays"))
|
1470
|
+
MemoryConfiguration.struct_class = Types::MemoryConfiguration
|
1471
|
+
|
847
1472
|
MongoDbAtlasConfiguration.add_member(:collection_name, Shapes::ShapeRef.new(shape: MongoDbAtlasCollectionName, required: true, location_name: "collectionName"))
|
848
1473
|
MongoDbAtlasConfiguration.add_member(:credentials_secret_arn, Shapes::ShapeRef.new(shape: SecretArn, required: true, location_name: "credentialsSecretArn"))
|
849
1474
|
MongoDbAtlasConfiguration.add_member(:database_name, Shapes::ShapeRef.new(shape: MongoDbAtlasDatabaseName, required: true, location_name: "databaseName"))
|
@@ -868,6 +1493,8 @@ module Aws::BedrockAgent
|
|
868
1493
|
OpenSearchServerlessFieldMapping.add_member(:vector_field, Shapes::ShapeRef.new(shape: FieldName, required: true, location_name: "vectorField"))
|
869
1494
|
OpenSearchServerlessFieldMapping.struct_class = Types::OpenSearchServerlessFieldMapping
|
870
1495
|
|
1496
|
+
OutputFlowNodeConfiguration.struct_class = Types::OutputFlowNodeConfiguration
|
1497
|
+
|
871
1498
|
ParameterDetail.add_member(:description, Shapes::ShapeRef.new(shape: ParameterDescription, location_name: "description"))
|
872
1499
|
ParameterDetail.add_member(:required, Shapes::ShapeRef.new(shape: Boolean, location_name: "required"))
|
873
1500
|
ParameterDetail.add_member(:type, Shapes::ShapeRef.new(shape: Type, required: true, location_name: "type"))
|
@@ -876,6 +1503,23 @@ module Aws::BedrockAgent
|
|
876
1503
|
ParameterMap.key = Shapes::ShapeRef.new(shape: Name)
|
877
1504
|
ParameterMap.value = Shapes::ShapeRef.new(shape: ParameterDetail)
|
878
1505
|
|
1506
|
+
ParsingConfiguration.add_member(:bedrock_foundation_model_configuration, Shapes::ShapeRef.new(shape: BedrockFoundationModelConfiguration, location_name: "bedrockFoundationModelConfiguration"))
|
1507
|
+
ParsingConfiguration.add_member(:parsing_strategy, Shapes::ShapeRef.new(shape: ParsingStrategy, required: true, location_name: "parsingStrategy"))
|
1508
|
+
ParsingConfiguration.struct_class = Types::ParsingConfiguration
|
1509
|
+
|
1510
|
+
ParsingPrompt.add_member(:parsing_prompt_text, Shapes::ShapeRef.new(shape: ParsingPromptText, required: true, location_name: "parsingPromptText"))
|
1511
|
+
ParsingPrompt.struct_class = Types::ParsingPrompt
|
1512
|
+
|
1513
|
+
PatternObjectFilter.add_member(:exclusion_filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "exclusionFilters"))
|
1514
|
+
PatternObjectFilter.add_member(:inclusion_filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "inclusionFilters"))
|
1515
|
+
PatternObjectFilter.add_member(:object_type, Shapes::ShapeRef.new(shape: FilteredObjectType, required: true, location_name: "objectType"))
|
1516
|
+
PatternObjectFilter.struct_class = Types::PatternObjectFilter
|
1517
|
+
|
1518
|
+
PatternObjectFilterConfiguration.add_member(:filters, Shapes::ShapeRef.new(shape: PatternObjectFilterList, required: true, location_name: "filters"))
|
1519
|
+
PatternObjectFilterConfiguration.struct_class = Types::PatternObjectFilterConfiguration
|
1520
|
+
|
1521
|
+
PatternObjectFilterList.member = Shapes::ShapeRef.new(shape: PatternObjectFilter)
|
1522
|
+
|
879
1523
|
PineconeConfiguration.add_member(:connection_string, Shapes::ShapeRef.new(shape: PineconeConnectionString, required: true, location_name: "connectionString"))
|
880
1524
|
PineconeConfiguration.add_member(:credentials_secret_arn, Shapes::ShapeRef.new(shape: SecretArn, required: true, location_name: "credentialsSecretArn"))
|
881
1525
|
PineconeConfiguration.add_member(:field_mapping, Shapes::ShapeRef.new(shape: PineconeFieldMapping, required: true, location_name: "fieldMapping"))
|
@@ -895,6 +1539,13 @@ module Aws::BedrockAgent
|
|
895
1539
|
PrepareAgentResponse.add_member(:prepared_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "preparedAt"))
|
896
1540
|
PrepareAgentResponse.struct_class = Types::PrepareAgentResponse
|
897
1541
|
|
1542
|
+
PrepareFlowRequest.add_member(:flow_identifier, Shapes::ShapeRef.new(shape: FlowIdentifier, required: true, location: "uri", location_name: "flowIdentifier"))
|
1543
|
+
PrepareFlowRequest.struct_class = Types::PrepareFlowRequest
|
1544
|
+
|
1545
|
+
PrepareFlowResponse.add_member(:id, Shapes::ShapeRef.new(shape: FlowId, required: true, location_name: "id"))
|
1546
|
+
PrepareFlowResponse.add_member(:status, Shapes::ShapeRef.new(shape: FlowStatus, required: true, location_name: "status"))
|
1547
|
+
PrepareFlowResponse.struct_class = Types::PrepareFlowResponse
|
1548
|
+
|
898
1549
|
PromptConfiguration.add_member(:base_prompt_template, Shapes::ShapeRef.new(shape: BasePromptTemplate, location_name: "basePromptTemplate"))
|
899
1550
|
PromptConfiguration.add_member(:inference_configuration, Shapes::ShapeRef.new(shape: InferenceConfiguration, location_name: "inferenceConfiguration"))
|
900
1551
|
PromptConfiguration.add_member(:parser_mode, Shapes::ShapeRef.new(shape: CreationMode, location_name: "parserMode"))
|
@@ -905,10 +1556,74 @@ module Aws::BedrockAgent
|
|
905
1556
|
|
906
1557
|
PromptConfigurations.member = Shapes::ShapeRef.new(shape: PromptConfiguration)
|
907
1558
|
|
1559
|
+
PromptFlowNodeConfiguration.add_member(:source_configuration, Shapes::ShapeRef.new(shape: PromptFlowNodeSourceConfiguration, required: true, location_name: "sourceConfiguration"))
|
1560
|
+
PromptFlowNodeConfiguration.struct_class = Types::PromptFlowNodeConfiguration
|
1561
|
+
|
1562
|
+
PromptFlowNodeInlineConfiguration.add_member(:inference_configuration, Shapes::ShapeRef.new(shape: PromptInferenceConfiguration, location_name: "inferenceConfiguration"))
|
1563
|
+
PromptFlowNodeInlineConfiguration.add_member(:model_id, Shapes::ShapeRef.new(shape: PromptModelIdentifier, required: true, location_name: "modelId"))
|
1564
|
+
PromptFlowNodeInlineConfiguration.add_member(:template_configuration, Shapes::ShapeRef.new(shape: PromptTemplateConfiguration, required: true, location_name: "templateConfiguration"))
|
1565
|
+
PromptFlowNodeInlineConfiguration.add_member(:template_type, Shapes::ShapeRef.new(shape: PromptTemplateType, required: true, location_name: "templateType"))
|
1566
|
+
PromptFlowNodeInlineConfiguration.struct_class = Types::PromptFlowNodeInlineConfiguration
|
1567
|
+
|
1568
|
+
PromptFlowNodeResourceConfiguration.add_member(:prompt_arn, Shapes::ShapeRef.new(shape: PromptArn, required: true, location_name: "promptArn"))
|
1569
|
+
PromptFlowNodeResourceConfiguration.struct_class = Types::PromptFlowNodeResourceConfiguration
|
1570
|
+
|
1571
|
+
PromptFlowNodeSourceConfiguration.add_member(:inline, Shapes::ShapeRef.new(shape: PromptFlowNodeInlineConfiguration, location_name: "inline"))
|
1572
|
+
PromptFlowNodeSourceConfiguration.add_member(:resource, Shapes::ShapeRef.new(shape: PromptFlowNodeResourceConfiguration, location_name: "resource"))
|
1573
|
+
PromptFlowNodeSourceConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1574
|
+
PromptFlowNodeSourceConfiguration.add_member_subclass(:inline, Types::PromptFlowNodeSourceConfiguration::Inline)
|
1575
|
+
PromptFlowNodeSourceConfiguration.add_member_subclass(:resource, Types::PromptFlowNodeSourceConfiguration::Resource)
|
1576
|
+
PromptFlowNodeSourceConfiguration.add_member_subclass(:unknown, Types::PromptFlowNodeSourceConfiguration::Unknown)
|
1577
|
+
PromptFlowNodeSourceConfiguration.struct_class = Types::PromptFlowNodeSourceConfiguration
|
1578
|
+
|
1579
|
+
PromptInferenceConfiguration.add_member(:text, Shapes::ShapeRef.new(shape: PromptModelInferenceConfiguration, location_name: "text"))
|
1580
|
+
PromptInferenceConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1581
|
+
PromptInferenceConfiguration.add_member_subclass(:text, Types::PromptInferenceConfiguration::Text)
|
1582
|
+
PromptInferenceConfiguration.add_member_subclass(:unknown, Types::PromptInferenceConfiguration::Unknown)
|
1583
|
+
PromptInferenceConfiguration.struct_class = Types::PromptInferenceConfiguration
|
1584
|
+
|
1585
|
+
PromptInputVariable.add_member(:name, Shapes::ShapeRef.new(shape: PromptInputVariableName, location_name: "name"))
|
1586
|
+
PromptInputVariable.struct_class = Types::PromptInputVariable
|
1587
|
+
|
1588
|
+
PromptInputVariablesList.member = Shapes::ShapeRef.new(shape: PromptInputVariable)
|
1589
|
+
|
1590
|
+
PromptModelInferenceConfiguration.add_member(:max_tokens, Shapes::ShapeRef.new(shape: MaximumLength, location_name: "maxTokens"))
|
1591
|
+
PromptModelInferenceConfiguration.add_member(:stop_sequences, Shapes::ShapeRef.new(shape: StopSequences, location_name: "stopSequences"))
|
1592
|
+
PromptModelInferenceConfiguration.add_member(:temperature, Shapes::ShapeRef.new(shape: Temperature, location_name: "temperature"))
|
1593
|
+
PromptModelInferenceConfiguration.add_member(:top_k, Shapes::ShapeRef.new(shape: TopK, location_name: "topK"))
|
1594
|
+
PromptModelInferenceConfiguration.add_member(:top_p, Shapes::ShapeRef.new(shape: TopP, location_name: "topP"))
|
1595
|
+
PromptModelInferenceConfiguration.struct_class = Types::PromptModelInferenceConfiguration
|
1596
|
+
|
908
1597
|
PromptOverrideConfiguration.add_member(:override_lambda, Shapes::ShapeRef.new(shape: LambdaArn, location_name: "overrideLambda"))
|
909
1598
|
PromptOverrideConfiguration.add_member(:prompt_configurations, Shapes::ShapeRef.new(shape: PromptConfigurations, required: true, location_name: "promptConfigurations"))
|
910
1599
|
PromptOverrideConfiguration.struct_class = Types::PromptOverrideConfiguration
|
911
1600
|
|
1601
|
+
PromptSummaries.member = Shapes::ShapeRef.new(shape: PromptSummary)
|
1602
|
+
|
1603
|
+
PromptSummary.add_member(:arn, Shapes::ShapeRef.new(shape: PromptArn, required: true, location_name: "arn"))
|
1604
|
+
PromptSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
1605
|
+
PromptSummary.add_member(:description, Shapes::ShapeRef.new(shape: PromptDescription, location_name: "description"))
|
1606
|
+
PromptSummary.add_member(:id, Shapes::ShapeRef.new(shape: PromptId, required: true, location_name: "id"))
|
1607
|
+
PromptSummary.add_member(:name, Shapes::ShapeRef.new(shape: PromptName, required: true, location_name: "name"))
|
1608
|
+
PromptSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
1609
|
+
PromptSummary.add_member(:version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "version"))
|
1610
|
+
PromptSummary.struct_class = Types::PromptSummary
|
1611
|
+
|
1612
|
+
PromptTemplateConfiguration.add_member(:text, Shapes::ShapeRef.new(shape: TextPromptTemplateConfiguration, location_name: "text"))
|
1613
|
+
PromptTemplateConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1614
|
+
PromptTemplateConfiguration.add_member_subclass(:text, Types::PromptTemplateConfiguration::Text)
|
1615
|
+
PromptTemplateConfiguration.add_member_subclass(:unknown, Types::PromptTemplateConfiguration::Unknown)
|
1616
|
+
PromptTemplateConfiguration.struct_class = Types::PromptTemplateConfiguration
|
1617
|
+
|
1618
|
+
PromptVariant.add_member(:inference_configuration, Shapes::ShapeRef.new(shape: PromptInferenceConfiguration, location_name: "inferenceConfiguration"))
|
1619
|
+
PromptVariant.add_member(:model_id, Shapes::ShapeRef.new(shape: PromptModelIdentifier, location_name: "modelId"))
|
1620
|
+
PromptVariant.add_member(:name, Shapes::ShapeRef.new(shape: PromptVariantName, required: true, location_name: "name"))
|
1621
|
+
PromptVariant.add_member(:template_configuration, Shapes::ShapeRef.new(shape: PromptTemplateConfiguration, location_name: "templateConfiguration"))
|
1622
|
+
PromptVariant.add_member(:template_type, Shapes::ShapeRef.new(shape: PromptTemplateType, required: true, location_name: "templateType"))
|
1623
|
+
PromptVariant.struct_class = Types::PromptVariant
|
1624
|
+
|
1625
|
+
PromptVariantList.member = Shapes::ShapeRef.new(shape: PromptVariant)
|
1626
|
+
|
912
1627
|
RdsConfiguration.add_member(:credentials_secret_arn, Shapes::ShapeRef.new(shape: SecretArn, required: true, location_name: "credentialsSecretArn"))
|
913
1628
|
RdsConfiguration.add_member(:database_name, Shapes::ShapeRef.new(shape: RdsDatabaseName, required: true, location_name: "databaseName"))
|
914
1629
|
RdsConfiguration.add_member(:field_mapping, Shapes::ShapeRef.new(shape: RdsFieldMapping, required: true, location_name: "fieldMapping"))
|
@@ -938,6 +1653,18 @@ module Aws::BedrockAgent
|
|
938
1653
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
939
1654
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
940
1655
|
|
1656
|
+
RetrievalFlowNodeConfiguration.add_member(:service_configuration, Shapes::ShapeRef.new(shape: RetrievalFlowNodeServiceConfiguration, required: true, location_name: "serviceConfiguration"))
|
1657
|
+
RetrievalFlowNodeConfiguration.struct_class = Types::RetrievalFlowNodeConfiguration
|
1658
|
+
|
1659
|
+
RetrievalFlowNodeS3Configuration.add_member(:bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, required: true, location_name: "bucketName"))
|
1660
|
+
RetrievalFlowNodeS3Configuration.struct_class = Types::RetrievalFlowNodeS3Configuration
|
1661
|
+
|
1662
|
+
RetrievalFlowNodeServiceConfiguration.add_member(:s3, Shapes::ShapeRef.new(shape: RetrievalFlowNodeS3Configuration, location_name: "s3"))
|
1663
|
+
RetrievalFlowNodeServiceConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1664
|
+
RetrievalFlowNodeServiceConfiguration.add_member_subclass(:s3, Types::RetrievalFlowNodeServiceConfiguration::S3)
|
1665
|
+
RetrievalFlowNodeServiceConfiguration.add_member_subclass(:unknown, Types::RetrievalFlowNodeServiceConfiguration::Unknown)
|
1666
|
+
RetrievalFlowNodeServiceConfiguration.struct_class = Types::RetrievalFlowNodeServiceConfiguration
|
1667
|
+
|
941
1668
|
S3DataSourceConfiguration.add_member(:bucket_arn, Shapes::ShapeRef.new(shape: S3BucketArn, required: true, location_name: "bucketArn"))
|
942
1669
|
S3DataSourceConfiguration.add_member(:bucket_owner_account_id, Shapes::ShapeRef.new(shape: BucketOwnerAccountId, location_name: "bucketOwnerAccountId"))
|
943
1670
|
S3DataSourceConfiguration.add_member(:inclusion_prefixes, Shapes::ShapeRef.new(shape: S3Prefixes, location_name: "inclusionPrefixes"))
|
@@ -947,14 +1674,56 @@ module Aws::BedrockAgent
|
|
947
1674
|
S3Identifier.add_member(:s3_object_key, Shapes::ShapeRef.new(shape: S3ObjectKey, location_name: "s3ObjectKey"))
|
948
1675
|
S3Identifier.struct_class = Types::S3Identifier
|
949
1676
|
|
1677
|
+
S3Location.add_member(:uri, Shapes::ShapeRef.new(shape: S3BucketUri, required: true, location_name: "uri"))
|
1678
|
+
S3Location.struct_class = Types::S3Location
|
1679
|
+
|
950
1680
|
S3Prefixes.member = Shapes::ShapeRef.new(shape: S3Prefix)
|
951
1681
|
|
1682
|
+
SalesforceCrawlerConfiguration.add_member(:filter_configuration, Shapes::ShapeRef.new(shape: CrawlFilterConfiguration, location_name: "filterConfiguration"))
|
1683
|
+
SalesforceCrawlerConfiguration.struct_class = Types::SalesforceCrawlerConfiguration
|
1684
|
+
|
1685
|
+
SalesforceDataSourceConfiguration.add_member(:crawler_configuration, Shapes::ShapeRef.new(shape: SalesforceCrawlerConfiguration, location_name: "crawlerConfiguration"))
|
1686
|
+
SalesforceDataSourceConfiguration.add_member(:source_configuration, Shapes::ShapeRef.new(shape: SalesforceSourceConfiguration, required: true, location_name: "sourceConfiguration"))
|
1687
|
+
SalesforceDataSourceConfiguration.struct_class = Types::SalesforceDataSourceConfiguration
|
1688
|
+
|
1689
|
+
SalesforceSourceConfiguration.add_member(:auth_type, Shapes::ShapeRef.new(shape: SalesforceAuthType, required: true, location_name: "authType"))
|
1690
|
+
SalesforceSourceConfiguration.add_member(:credentials_secret_arn, Shapes::ShapeRef.new(shape: SecretArn, required: true, location_name: "credentialsSecretArn"))
|
1691
|
+
SalesforceSourceConfiguration.add_member(:host_url, Shapes::ShapeRef.new(shape: HttpsUrl, required: true, location_name: "hostUrl"))
|
1692
|
+
SalesforceSourceConfiguration.struct_class = Types::SalesforceSourceConfiguration
|
1693
|
+
|
1694
|
+
SeedUrl.add_member(:url, Shapes::ShapeRef.new(shape: Url, location_name: "url"))
|
1695
|
+
SeedUrl.struct_class = Types::SeedUrl
|
1696
|
+
|
1697
|
+
SeedUrls.member = Shapes::ShapeRef.new(shape: SeedUrl)
|
1698
|
+
|
1699
|
+
SemanticChunkingConfiguration.add_member(:breakpoint_percentile_threshold, Shapes::ShapeRef.new(shape: SemanticChunkingConfigurationBreakpointPercentileThresholdInteger, required: true, location_name: "breakpointPercentileThreshold"))
|
1700
|
+
SemanticChunkingConfiguration.add_member(:buffer_size, Shapes::ShapeRef.new(shape: SemanticChunkingConfigurationBufferSizeInteger, required: true, location_name: "bufferSize"))
|
1701
|
+
SemanticChunkingConfiguration.add_member(:max_tokens, Shapes::ShapeRef.new(shape: SemanticChunkingConfigurationMaxTokensInteger, required: true, location_name: "maxTokens"))
|
1702
|
+
SemanticChunkingConfiguration.struct_class = Types::SemanticChunkingConfiguration
|
1703
|
+
|
952
1704
|
ServerSideEncryptionConfiguration.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
953
1705
|
ServerSideEncryptionConfiguration.struct_class = Types::ServerSideEncryptionConfiguration
|
954
1706
|
|
955
1707
|
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
956
1708
|
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
957
1709
|
|
1710
|
+
SharePointCrawlerConfiguration.add_member(:filter_configuration, Shapes::ShapeRef.new(shape: CrawlFilterConfiguration, location_name: "filterConfiguration"))
|
1711
|
+
SharePointCrawlerConfiguration.struct_class = Types::SharePointCrawlerConfiguration
|
1712
|
+
|
1713
|
+
SharePointDataSourceConfiguration.add_member(:crawler_configuration, Shapes::ShapeRef.new(shape: SharePointCrawlerConfiguration, location_name: "crawlerConfiguration"))
|
1714
|
+
SharePointDataSourceConfiguration.add_member(:source_configuration, Shapes::ShapeRef.new(shape: SharePointSourceConfiguration, required: true, location_name: "sourceConfiguration"))
|
1715
|
+
SharePointDataSourceConfiguration.struct_class = Types::SharePointDataSourceConfiguration
|
1716
|
+
|
1717
|
+
SharePointSiteUrls.member = Shapes::ShapeRef.new(shape: HttpsUrl)
|
1718
|
+
|
1719
|
+
SharePointSourceConfiguration.add_member(:auth_type, Shapes::ShapeRef.new(shape: SharePointAuthType, required: true, location_name: "authType"))
|
1720
|
+
SharePointSourceConfiguration.add_member(:credentials_secret_arn, Shapes::ShapeRef.new(shape: SecretArn, required: true, location_name: "credentialsSecretArn"))
|
1721
|
+
SharePointSourceConfiguration.add_member(:domain, Shapes::ShapeRef.new(shape: SharePointDomain, required: true, location_name: "domain"))
|
1722
|
+
SharePointSourceConfiguration.add_member(:host_type, Shapes::ShapeRef.new(shape: SharePointHostType, required: true, location_name: "hostType"))
|
1723
|
+
SharePointSourceConfiguration.add_member(:site_urls, Shapes::ShapeRef.new(shape: SharePointSiteUrls, required: true, location_name: "siteUrls"))
|
1724
|
+
SharePointSourceConfiguration.add_member(:tenant_id, Shapes::ShapeRef.new(shape: Microsoft365TenantId, location_name: "tenantId"))
|
1725
|
+
SharePointSourceConfiguration.struct_class = Types::SharePointSourceConfiguration
|
1726
|
+
|
958
1727
|
StartIngestionJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
959
1728
|
StartIngestionJobRequest.add_member(:data_source_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "dataSourceId"))
|
960
1729
|
StartIngestionJobRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
@@ -974,6 +1743,18 @@ module Aws::BedrockAgent
|
|
974
1743
|
StorageConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: KnowledgeBaseStorageType, required: true, location_name: "type"))
|
975
1744
|
StorageConfiguration.struct_class = Types::StorageConfiguration
|
976
1745
|
|
1746
|
+
StorageFlowNodeConfiguration.add_member(:service_configuration, Shapes::ShapeRef.new(shape: StorageFlowNodeServiceConfiguration, required: true, location_name: "serviceConfiguration"))
|
1747
|
+
StorageFlowNodeConfiguration.struct_class = Types::StorageFlowNodeConfiguration
|
1748
|
+
|
1749
|
+
StorageFlowNodeS3Configuration.add_member(:bucket_name, Shapes::ShapeRef.new(shape: S3BucketName, required: true, location_name: "bucketName"))
|
1750
|
+
StorageFlowNodeS3Configuration.struct_class = Types::StorageFlowNodeS3Configuration
|
1751
|
+
|
1752
|
+
StorageFlowNodeServiceConfiguration.add_member(:s3, Shapes::ShapeRef.new(shape: StorageFlowNodeS3Configuration, location_name: "s3"))
|
1753
|
+
StorageFlowNodeServiceConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1754
|
+
StorageFlowNodeServiceConfiguration.add_member_subclass(:s3, Types::StorageFlowNodeServiceConfiguration::S3)
|
1755
|
+
StorageFlowNodeServiceConfiguration.add_member_subclass(:unknown, Types::StorageFlowNodeServiceConfiguration::Unknown)
|
1756
|
+
StorageFlowNodeServiceConfiguration.struct_class = Types::StorageFlowNodeServiceConfiguration
|
1757
|
+
|
977
1758
|
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
978
1759
|
|
979
1760
|
TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourcesArn, required: true, location: "uri", location_name: "resourceArn"))
|
@@ -985,9 +1766,25 @@ module Aws::BedrockAgent
|
|
985
1766
|
TagsMap.key = Shapes::ShapeRef.new(shape: TagKey)
|
986
1767
|
TagsMap.value = Shapes::ShapeRef.new(shape: TagValue)
|
987
1768
|
|
1769
|
+
TextPromptTemplateConfiguration.add_member(:input_variables, Shapes::ShapeRef.new(shape: PromptInputVariablesList, location_name: "inputVariables"))
|
1770
|
+
TextPromptTemplateConfiguration.add_member(:text, Shapes::ShapeRef.new(shape: TextPrompt, required: true, location_name: "text"))
|
1771
|
+
TextPromptTemplateConfiguration.struct_class = Types::TextPromptTemplateConfiguration
|
1772
|
+
|
988
1773
|
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
989
1774
|
ThrottlingException.struct_class = Types::ThrottlingException
|
990
1775
|
|
1776
|
+
Transformation.add_member(:step_to_apply, Shapes::ShapeRef.new(shape: StepType, required: true, location_name: "stepToApply"))
|
1777
|
+
Transformation.add_member(:transformation_function, Shapes::ShapeRef.new(shape: TransformationFunction, required: true, location_name: "transformationFunction"))
|
1778
|
+
Transformation.struct_class = Types::Transformation
|
1779
|
+
|
1780
|
+
TransformationFunction.add_member(:transformation_lambda_configuration, Shapes::ShapeRef.new(shape: TransformationLambdaConfiguration, required: true, location_name: "transformationLambdaConfiguration"))
|
1781
|
+
TransformationFunction.struct_class = Types::TransformationFunction
|
1782
|
+
|
1783
|
+
TransformationLambdaConfiguration.add_member(:lambda_arn, Shapes::ShapeRef.new(shape: LambdaArn, required: true, location_name: "lambdaArn"))
|
1784
|
+
TransformationLambdaConfiguration.struct_class = Types::TransformationLambdaConfiguration
|
1785
|
+
|
1786
|
+
Transformations.member = Shapes::ShapeRef.new(shape: Transformation)
|
1787
|
+
|
991
1788
|
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourcesArn, required: true, location: "uri", location_name: "resourceArn"))
|
992
1789
|
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
|
993
1790
|
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
@@ -1038,6 +1835,7 @@ module Aws::BedrockAgent
|
|
1038
1835
|
UpdateAgentRequest.add_member(:guardrail_configuration, Shapes::ShapeRef.new(shape: GuardrailConfiguration, location_name: "guardrailConfiguration"))
|
1039
1836
|
UpdateAgentRequest.add_member(:idle_session_ttl_in_seconds, Shapes::ShapeRef.new(shape: SessionTTL, location_name: "idleSessionTTLInSeconds"))
|
1040
1837
|
UpdateAgentRequest.add_member(:instruction, Shapes::ShapeRef.new(shape: Instruction, location_name: "instruction"))
|
1838
|
+
UpdateAgentRequest.add_member(:memory_configuration, Shapes::ShapeRef.new(shape: MemoryConfiguration, location_name: "memoryConfiguration"))
|
1041
1839
|
UpdateAgentRequest.add_member(:prompt_override_configuration, Shapes::ShapeRef.new(shape: PromptOverrideConfiguration, location_name: "promptOverrideConfiguration"))
|
1042
1840
|
UpdateAgentRequest.struct_class = Types::UpdateAgentRequest
|
1043
1841
|
|
@@ -1057,6 +1855,44 @@ module Aws::BedrockAgent
|
|
1057
1855
|
UpdateDataSourceResponse.add_member(:data_source, Shapes::ShapeRef.new(shape: DataSource, required: true, location_name: "dataSource"))
|
1058
1856
|
UpdateDataSourceResponse.struct_class = Types::UpdateDataSourceResponse
|
1059
1857
|
|
1858
|
+
UpdateFlowAliasRequest.add_member(:alias_identifier, Shapes::ShapeRef.new(shape: FlowAliasIdentifier, required: true, location: "uri", location_name: "aliasIdentifier"))
|
1859
|
+
UpdateFlowAliasRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1860
|
+
UpdateFlowAliasRequest.add_member(:flow_identifier, Shapes::ShapeRef.new(shape: FlowIdentifier, required: true, location: "uri", location_name: "flowIdentifier"))
|
1861
|
+
UpdateFlowAliasRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
1862
|
+
UpdateFlowAliasRequest.add_member(:routing_configuration, Shapes::ShapeRef.new(shape: FlowAliasRoutingConfiguration, required: true, location_name: "routingConfiguration"))
|
1863
|
+
UpdateFlowAliasRequest.struct_class = Types::UpdateFlowAliasRequest
|
1864
|
+
|
1865
|
+
UpdateFlowAliasResponse.add_member(:arn, Shapes::ShapeRef.new(shape: FlowAliasArn, required: true, location_name: "arn"))
|
1866
|
+
UpdateFlowAliasResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
1867
|
+
UpdateFlowAliasResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1868
|
+
UpdateFlowAliasResponse.add_member(:flow_id, Shapes::ShapeRef.new(shape: FlowId, required: true, location_name: "flowId"))
|
1869
|
+
UpdateFlowAliasResponse.add_member(:id, Shapes::ShapeRef.new(shape: FlowAliasId, required: true, location_name: "id"))
|
1870
|
+
UpdateFlowAliasResponse.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
1871
|
+
UpdateFlowAliasResponse.add_member(:routing_configuration, Shapes::ShapeRef.new(shape: FlowAliasRoutingConfiguration, required: true, location_name: "routingConfiguration"))
|
1872
|
+
UpdateFlowAliasResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
1873
|
+
UpdateFlowAliasResponse.struct_class = Types::UpdateFlowAliasResponse
|
1874
|
+
|
1875
|
+
UpdateFlowRequest.add_member(:customer_encryption_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "customerEncryptionKeyArn"))
|
1876
|
+
UpdateFlowRequest.add_member(:definition, Shapes::ShapeRef.new(shape: FlowDefinition, location_name: "definition"))
|
1877
|
+
UpdateFlowRequest.add_member(:description, Shapes::ShapeRef.new(shape: FlowDescription, location_name: "description"))
|
1878
|
+
UpdateFlowRequest.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: FlowExecutionRoleArn, required: true, location_name: "executionRoleArn"))
|
1879
|
+
UpdateFlowRequest.add_member(:flow_identifier, Shapes::ShapeRef.new(shape: FlowIdentifier, required: true, location: "uri", location_name: "flowIdentifier"))
|
1880
|
+
UpdateFlowRequest.add_member(:name, Shapes::ShapeRef.new(shape: FlowName, required: true, location_name: "name"))
|
1881
|
+
UpdateFlowRequest.struct_class = Types::UpdateFlowRequest
|
1882
|
+
|
1883
|
+
UpdateFlowResponse.add_member(:arn, Shapes::ShapeRef.new(shape: FlowArn, required: true, location_name: "arn"))
|
1884
|
+
UpdateFlowResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
1885
|
+
UpdateFlowResponse.add_member(:customer_encryption_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "customerEncryptionKeyArn"))
|
1886
|
+
UpdateFlowResponse.add_member(:definition, Shapes::ShapeRef.new(shape: FlowDefinition, location_name: "definition"))
|
1887
|
+
UpdateFlowResponse.add_member(:description, Shapes::ShapeRef.new(shape: FlowDescription, location_name: "description"))
|
1888
|
+
UpdateFlowResponse.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: FlowExecutionRoleArn, required: true, location_name: "executionRoleArn"))
|
1889
|
+
UpdateFlowResponse.add_member(:id, Shapes::ShapeRef.new(shape: FlowId, required: true, location_name: "id"))
|
1890
|
+
UpdateFlowResponse.add_member(:name, Shapes::ShapeRef.new(shape: FlowName, required: true, location_name: "name"))
|
1891
|
+
UpdateFlowResponse.add_member(:status, Shapes::ShapeRef.new(shape: FlowStatus, required: true, location_name: "status"))
|
1892
|
+
UpdateFlowResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
1893
|
+
UpdateFlowResponse.add_member(:version, Shapes::ShapeRef.new(shape: DraftVersion, required: true, location_name: "version"))
|
1894
|
+
UpdateFlowResponse.struct_class = Types::UpdateFlowResponse
|
1895
|
+
|
1060
1896
|
UpdateKnowledgeBaseRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1061
1897
|
UpdateKnowledgeBaseRequest.add_member(:knowledge_base_configuration, Shapes::ShapeRef.new(shape: KnowledgeBaseConfiguration, required: true, location_name: "knowledgeBaseConfiguration"))
|
1062
1898
|
UpdateKnowledgeBaseRequest.add_member(:knowledge_base_id, Shapes::ShapeRef.new(shape: Id, required: true, location: "uri", location_name: "knowledgeBaseId"))
|
@@ -1068,6 +1904,29 @@ module Aws::BedrockAgent
|
|
1068
1904
|
UpdateKnowledgeBaseResponse.add_member(:knowledge_base, Shapes::ShapeRef.new(shape: KnowledgeBase, required: true, location_name: "knowledgeBase"))
|
1069
1905
|
UpdateKnowledgeBaseResponse.struct_class = Types::UpdateKnowledgeBaseResponse
|
1070
1906
|
|
1907
|
+
UpdatePromptRequest.add_member(:customer_encryption_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "customerEncryptionKeyArn"))
|
1908
|
+
UpdatePromptRequest.add_member(:default_variant, Shapes::ShapeRef.new(shape: PromptVariantName, location_name: "defaultVariant"))
|
1909
|
+
UpdatePromptRequest.add_member(:description, Shapes::ShapeRef.new(shape: PromptDescription, location_name: "description"))
|
1910
|
+
UpdatePromptRequest.add_member(:name, Shapes::ShapeRef.new(shape: PromptName, required: true, location_name: "name"))
|
1911
|
+
UpdatePromptRequest.add_member(:prompt_identifier, Shapes::ShapeRef.new(shape: PromptIdentifier, required: true, location: "uri", location_name: "promptIdentifier"))
|
1912
|
+
UpdatePromptRequest.add_member(:variants, Shapes::ShapeRef.new(shape: PromptVariantList, location_name: "variants"))
|
1913
|
+
UpdatePromptRequest.struct_class = Types::UpdatePromptRequest
|
1914
|
+
|
1915
|
+
UpdatePromptResponse.add_member(:arn, Shapes::ShapeRef.new(shape: PromptArn, required: true, location_name: "arn"))
|
1916
|
+
UpdatePromptResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
1917
|
+
UpdatePromptResponse.add_member(:customer_encryption_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "customerEncryptionKeyArn"))
|
1918
|
+
UpdatePromptResponse.add_member(:default_variant, Shapes::ShapeRef.new(shape: PromptVariantName, location_name: "defaultVariant"))
|
1919
|
+
UpdatePromptResponse.add_member(:description, Shapes::ShapeRef.new(shape: PromptDescription, location_name: "description"))
|
1920
|
+
UpdatePromptResponse.add_member(:id, Shapes::ShapeRef.new(shape: PromptId, required: true, location_name: "id"))
|
1921
|
+
UpdatePromptResponse.add_member(:name, Shapes::ShapeRef.new(shape: PromptName, required: true, location_name: "name"))
|
1922
|
+
UpdatePromptResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
1923
|
+
UpdatePromptResponse.add_member(:variants, Shapes::ShapeRef.new(shape: PromptVariantList, location_name: "variants"))
|
1924
|
+
UpdatePromptResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "version"))
|
1925
|
+
UpdatePromptResponse.struct_class = Types::UpdatePromptResponse
|
1926
|
+
|
1927
|
+
UrlConfiguration.add_member(:seed_urls, Shapes::ShapeRef.new(shape: SeedUrls, location_name: "seedUrls"))
|
1928
|
+
UrlConfiguration.struct_class = Types::UrlConfiguration
|
1929
|
+
|
1071
1930
|
ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "fieldList"))
|
1072
1931
|
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
1073
1932
|
ValidationException.struct_class = Types::ValidationException
|
@@ -1079,12 +1938,30 @@ module Aws::BedrockAgent
|
|
1079
1938
|
ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
|
1080
1939
|
|
1081
1940
|
VectorIngestionConfiguration.add_member(:chunking_configuration, Shapes::ShapeRef.new(shape: ChunkingConfiguration, location_name: "chunkingConfiguration"))
|
1941
|
+
VectorIngestionConfiguration.add_member(:custom_transformation_configuration, Shapes::ShapeRef.new(shape: CustomTransformationConfiguration, location_name: "customTransformationConfiguration"))
|
1942
|
+
VectorIngestionConfiguration.add_member(:parsing_configuration, Shapes::ShapeRef.new(shape: ParsingConfiguration, location_name: "parsingConfiguration"))
|
1082
1943
|
VectorIngestionConfiguration.struct_class = Types::VectorIngestionConfiguration
|
1083
1944
|
|
1084
1945
|
VectorKnowledgeBaseConfiguration.add_member(:embedding_model_arn, Shapes::ShapeRef.new(shape: BedrockEmbeddingModelArn, required: true, location_name: "embeddingModelArn"))
|
1085
1946
|
VectorKnowledgeBaseConfiguration.add_member(:embedding_model_configuration, Shapes::ShapeRef.new(shape: EmbeddingModelConfiguration, location_name: "embeddingModelConfiguration"))
|
1086
1947
|
VectorKnowledgeBaseConfiguration.struct_class = Types::VectorKnowledgeBaseConfiguration
|
1087
1948
|
|
1949
|
+
WebCrawlerConfiguration.add_member(:crawler_limits, Shapes::ShapeRef.new(shape: WebCrawlerLimits, location_name: "crawlerLimits"))
|
1950
|
+
WebCrawlerConfiguration.add_member(:exclusion_filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "exclusionFilters"))
|
1951
|
+
WebCrawlerConfiguration.add_member(:inclusion_filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "inclusionFilters"))
|
1952
|
+
WebCrawlerConfiguration.add_member(:scope, Shapes::ShapeRef.new(shape: WebScopeType, location_name: "scope"))
|
1953
|
+
WebCrawlerConfiguration.struct_class = Types::WebCrawlerConfiguration
|
1954
|
+
|
1955
|
+
WebCrawlerLimits.add_member(:rate_limit, Shapes::ShapeRef.new(shape: WebCrawlerLimitsRateLimitInteger, location_name: "rateLimit"))
|
1956
|
+
WebCrawlerLimits.struct_class = Types::WebCrawlerLimits
|
1957
|
+
|
1958
|
+
WebDataSourceConfiguration.add_member(:crawler_configuration, Shapes::ShapeRef.new(shape: WebCrawlerConfiguration, location_name: "crawlerConfiguration"))
|
1959
|
+
WebDataSourceConfiguration.add_member(:source_configuration, Shapes::ShapeRef.new(shape: WebSourceConfiguration, required: true, location_name: "sourceConfiguration"))
|
1960
|
+
WebDataSourceConfiguration.struct_class = Types::WebDataSourceConfiguration
|
1961
|
+
|
1962
|
+
WebSourceConfiguration.add_member(:url_configuration, Shapes::ShapeRef.new(shape: UrlConfiguration, required: true, location_name: "urlConfiguration"))
|
1963
|
+
WebSourceConfiguration.struct_class = Types::WebSourceConfiguration
|
1964
|
+
|
1088
1965
|
|
1089
1966
|
# @api private
|
1090
1967
|
API = Seahorse::Model::Api.new.tap do |api|
|
@@ -1177,6 +2054,50 @@ module Aws::BedrockAgent
|
|
1177
2054
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1178
2055
|
end)
|
1179
2056
|
|
2057
|
+
api.add_operation(:create_flow, Seahorse::Model::Operation.new.tap do |o|
|
2058
|
+
o.name = "CreateFlow"
|
2059
|
+
o.http_method = "POST"
|
2060
|
+
o.http_request_uri = "/flows/"
|
2061
|
+
o.input = Shapes::ShapeRef.new(shape: CreateFlowRequest)
|
2062
|
+
o.output = Shapes::ShapeRef.new(shape: CreateFlowResponse)
|
2063
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2064
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2065
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2066
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2067
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2068
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2069
|
+
end)
|
2070
|
+
|
2071
|
+
api.add_operation(:create_flow_alias, Seahorse::Model::Operation.new.tap do |o|
|
2072
|
+
o.name = "CreateFlowAlias"
|
2073
|
+
o.http_method = "POST"
|
2074
|
+
o.http_request_uri = "/flows/{flowIdentifier}/aliases"
|
2075
|
+
o.input = Shapes::ShapeRef.new(shape: CreateFlowAliasRequest)
|
2076
|
+
o.output = Shapes::ShapeRef.new(shape: CreateFlowAliasResponse)
|
2077
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2078
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2079
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2080
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2081
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2082
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2083
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2084
|
+
end)
|
2085
|
+
|
2086
|
+
api.add_operation(:create_flow_version, Seahorse::Model::Operation.new.tap do |o|
|
2087
|
+
o.name = "CreateFlowVersion"
|
2088
|
+
o.http_method = "POST"
|
2089
|
+
o.http_request_uri = "/flows/{flowIdentifier}/versions"
|
2090
|
+
o.input = Shapes::ShapeRef.new(shape: CreateFlowVersionRequest)
|
2091
|
+
o.output = Shapes::ShapeRef.new(shape: CreateFlowVersionResponse)
|
2092
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2093
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2094
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2095
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2096
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2097
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2098
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2099
|
+
end)
|
2100
|
+
|
1180
2101
|
api.add_operation(:create_knowledge_base, Seahorse::Model::Operation.new.tap do |o|
|
1181
2102
|
o.name = "CreateKnowledgeBase"
|
1182
2103
|
o.http_method = "PUT"
|
@@ -1191,6 +2112,35 @@ module Aws::BedrockAgent
|
|
1191
2112
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1192
2113
|
end)
|
1193
2114
|
|
2115
|
+
api.add_operation(:create_prompt, Seahorse::Model::Operation.new.tap do |o|
|
2116
|
+
o.name = "CreatePrompt"
|
2117
|
+
o.http_method = "POST"
|
2118
|
+
o.http_request_uri = "/prompts/"
|
2119
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePromptRequest)
|
2120
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePromptResponse)
|
2121
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2122
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2123
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2124
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2125
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2126
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2127
|
+
end)
|
2128
|
+
|
2129
|
+
api.add_operation(:create_prompt_version, Seahorse::Model::Operation.new.tap do |o|
|
2130
|
+
o.name = "CreatePromptVersion"
|
2131
|
+
o.http_method = "POST"
|
2132
|
+
o.http_request_uri = "/prompts/{promptIdentifier}/versions"
|
2133
|
+
o.input = Shapes::ShapeRef.new(shape: CreatePromptVersionRequest)
|
2134
|
+
o.output = Shapes::ShapeRef.new(shape: CreatePromptVersionResponse)
|
2135
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2136
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2137
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2138
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2139
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2140
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2141
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2142
|
+
end)
|
2143
|
+
|
1194
2144
|
api.add_operation(:delete_agent, Seahorse::Model::Operation.new.tap do |o|
|
1195
2145
|
o.name = "DeleteAgent"
|
1196
2146
|
o.http_method = "DELETE"
|
@@ -1260,6 +2210,48 @@ module Aws::BedrockAgent
|
|
1260
2210
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1261
2211
|
end)
|
1262
2212
|
|
2213
|
+
api.add_operation(:delete_flow, Seahorse::Model::Operation.new.tap do |o|
|
2214
|
+
o.name = "DeleteFlow"
|
2215
|
+
o.http_method = "DELETE"
|
2216
|
+
o.http_request_uri = "/flows/{flowIdentifier}/"
|
2217
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteFlowRequest)
|
2218
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteFlowResponse)
|
2219
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2220
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2221
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2222
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2223
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2224
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2225
|
+
end)
|
2226
|
+
|
2227
|
+
api.add_operation(:delete_flow_alias, Seahorse::Model::Operation.new.tap do |o|
|
2228
|
+
o.name = "DeleteFlowAlias"
|
2229
|
+
o.http_method = "DELETE"
|
2230
|
+
o.http_request_uri = "/flows/{flowIdentifier}/aliases/{aliasIdentifier}"
|
2231
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteFlowAliasRequest)
|
2232
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteFlowAliasResponse)
|
2233
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2234
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2235
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2236
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2237
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2238
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2239
|
+
end)
|
2240
|
+
|
2241
|
+
api.add_operation(:delete_flow_version, Seahorse::Model::Operation.new.tap do |o|
|
2242
|
+
o.name = "DeleteFlowVersion"
|
2243
|
+
o.http_method = "DELETE"
|
2244
|
+
o.http_request_uri = "/flows/{flowIdentifier}/versions/{flowVersion}/"
|
2245
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteFlowVersionRequest)
|
2246
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteFlowVersionResponse)
|
2247
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2248
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2249
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2250
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2251
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2252
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2253
|
+
end)
|
2254
|
+
|
1263
2255
|
api.add_operation(:delete_knowledge_base, Seahorse::Model::Operation.new.tap do |o|
|
1264
2256
|
o.name = "DeleteKnowledgeBase"
|
1265
2257
|
o.http_method = "DELETE"
|
@@ -1274,6 +2266,20 @@ module Aws::BedrockAgent
|
|
1274
2266
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1275
2267
|
end)
|
1276
2268
|
|
2269
|
+
api.add_operation(:delete_prompt, Seahorse::Model::Operation.new.tap do |o|
|
2270
|
+
o.name = "DeletePrompt"
|
2271
|
+
o.http_method = "DELETE"
|
2272
|
+
o.http_request_uri = "/prompts/{promptIdentifier}/"
|
2273
|
+
o.input = Shapes::ShapeRef.new(shape: DeletePromptRequest)
|
2274
|
+
o.output = Shapes::ShapeRef.new(shape: DeletePromptResponse)
|
2275
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2276
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2277
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2278
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2279
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2280
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2281
|
+
end)
|
2282
|
+
|
1277
2283
|
api.add_operation(:disassociate_agent_knowledge_base, Seahorse::Model::Operation.new.tap do |o|
|
1278
2284
|
o.name = "DisassociateAgentKnowledgeBase"
|
1279
2285
|
o.http_method = "DELETE"
|
@@ -1366,6 +2372,45 @@ module Aws::BedrockAgent
|
|
1366
2372
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1367
2373
|
end)
|
1368
2374
|
|
2375
|
+
api.add_operation(:get_flow, Seahorse::Model::Operation.new.tap do |o|
|
2376
|
+
o.name = "GetFlow"
|
2377
|
+
o.http_method = "GET"
|
2378
|
+
o.http_request_uri = "/flows/{flowIdentifier}/"
|
2379
|
+
o.input = Shapes::ShapeRef.new(shape: GetFlowRequest)
|
2380
|
+
o.output = Shapes::ShapeRef.new(shape: GetFlowResponse)
|
2381
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2382
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2383
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2384
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2385
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2386
|
+
end)
|
2387
|
+
|
2388
|
+
api.add_operation(:get_flow_alias, Seahorse::Model::Operation.new.tap do |o|
|
2389
|
+
o.name = "GetFlowAlias"
|
2390
|
+
o.http_method = "GET"
|
2391
|
+
o.http_request_uri = "/flows/{flowIdentifier}/aliases/{aliasIdentifier}"
|
2392
|
+
o.input = Shapes::ShapeRef.new(shape: GetFlowAliasRequest)
|
2393
|
+
o.output = Shapes::ShapeRef.new(shape: GetFlowAliasResponse)
|
2394
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2395
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2396
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2397
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2398
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2399
|
+
end)
|
2400
|
+
|
2401
|
+
api.add_operation(:get_flow_version, Seahorse::Model::Operation.new.tap do |o|
|
2402
|
+
o.name = "GetFlowVersion"
|
2403
|
+
o.http_method = "GET"
|
2404
|
+
o.http_request_uri = "/flows/{flowIdentifier}/versions/{flowVersion}/"
|
2405
|
+
o.input = Shapes::ShapeRef.new(shape: GetFlowVersionRequest)
|
2406
|
+
o.output = Shapes::ShapeRef.new(shape: GetFlowVersionResponse)
|
2407
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2408
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2409
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2410
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2411
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2412
|
+
end)
|
2413
|
+
|
1369
2414
|
api.add_operation(:get_ingestion_job, Seahorse::Model::Operation.new.tap do |o|
|
1370
2415
|
o.name = "GetIngestionJob"
|
1371
2416
|
o.http_method = "GET"
|
@@ -1392,6 +2437,19 @@ module Aws::BedrockAgent
|
|
1392
2437
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1393
2438
|
end)
|
1394
2439
|
|
2440
|
+
api.add_operation(:get_prompt, Seahorse::Model::Operation.new.tap do |o|
|
2441
|
+
o.name = "GetPrompt"
|
2442
|
+
o.http_method = "GET"
|
2443
|
+
o.http_request_uri = "/prompts/{promptIdentifier}/"
|
2444
|
+
o.input = Shapes::ShapeRef.new(shape: GetPromptRequest)
|
2445
|
+
o.output = Shapes::ShapeRef.new(shape: GetPromptResponse)
|
2446
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2447
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2448
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2449
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2450
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2451
|
+
end)
|
2452
|
+
|
1395
2453
|
api.add_operation(:list_agent_action_groups, Seahorse::Model::Operation.new.tap do |o|
|
1396
2454
|
o.name = "ListAgentActionGroups"
|
1397
2455
|
o.http_method = "POST"
|
@@ -1505,6 +2563,62 @@ module Aws::BedrockAgent
|
|
1505
2563
|
)
|
1506
2564
|
end)
|
1507
2565
|
|
2566
|
+
api.add_operation(:list_flow_aliases, Seahorse::Model::Operation.new.tap do |o|
|
2567
|
+
o.name = "ListFlowAliases"
|
2568
|
+
o.http_method = "GET"
|
2569
|
+
o.http_request_uri = "/flows/{flowIdentifier}/aliases"
|
2570
|
+
o.input = Shapes::ShapeRef.new(shape: ListFlowAliasesRequest)
|
2571
|
+
o.output = Shapes::ShapeRef.new(shape: ListFlowAliasesResponse)
|
2572
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2573
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2574
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2575
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2576
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2577
|
+
o[:pager] = Aws::Pager.new(
|
2578
|
+
limit_key: "max_results",
|
2579
|
+
tokens: {
|
2580
|
+
"next_token" => "next_token"
|
2581
|
+
}
|
2582
|
+
)
|
2583
|
+
end)
|
2584
|
+
|
2585
|
+
api.add_operation(:list_flow_versions, Seahorse::Model::Operation.new.tap do |o|
|
2586
|
+
o.name = "ListFlowVersions"
|
2587
|
+
o.http_method = "GET"
|
2588
|
+
o.http_request_uri = "/flows/{flowIdentifier}/versions"
|
2589
|
+
o.input = Shapes::ShapeRef.new(shape: ListFlowVersionsRequest)
|
2590
|
+
o.output = Shapes::ShapeRef.new(shape: ListFlowVersionsResponse)
|
2591
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2592
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2593
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2594
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2595
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2596
|
+
o[:pager] = Aws::Pager.new(
|
2597
|
+
limit_key: "max_results",
|
2598
|
+
tokens: {
|
2599
|
+
"next_token" => "next_token"
|
2600
|
+
}
|
2601
|
+
)
|
2602
|
+
end)
|
2603
|
+
|
2604
|
+
api.add_operation(:list_flows, Seahorse::Model::Operation.new.tap do |o|
|
2605
|
+
o.name = "ListFlows"
|
2606
|
+
o.http_method = "GET"
|
2607
|
+
o.http_request_uri = "/flows/"
|
2608
|
+
o.input = Shapes::ShapeRef.new(shape: ListFlowsRequest)
|
2609
|
+
o.output = Shapes::ShapeRef.new(shape: ListFlowsResponse)
|
2610
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2611
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2612
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2613
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2614
|
+
o[:pager] = Aws::Pager.new(
|
2615
|
+
limit_key: "max_results",
|
2616
|
+
tokens: {
|
2617
|
+
"next_token" => "next_token"
|
2618
|
+
}
|
2619
|
+
)
|
2620
|
+
end)
|
2621
|
+
|
1508
2622
|
api.add_operation(:list_ingestion_jobs, Seahorse::Model::Operation.new.tap do |o|
|
1509
2623
|
o.name = "ListIngestionJobs"
|
1510
2624
|
o.http_method = "POST"
|
@@ -1542,6 +2656,25 @@ module Aws::BedrockAgent
|
|
1542
2656
|
)
|
1543
2657
|
end)
|
1544
2658
|
|
2659
|
+
api.add_operation(:list_prompts, Seahorse::Model::Operation.new.tap do |o|
|
2660
|
+
o.name = "ListPrompts"
|
2661
|
+
o.http_method = "GET"
|
2662
|
+
o.http_request_uri = "/prompts/"
|
2663
|
+
o.input = Shapes::ShapeRef.new(shape: ListPromptsRequest)
|
2664
|
+
o.output = Shapes::ShapeRef.new(shape: ListPromptsResponse)
|
2665
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2666
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2667
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2668
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2669
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2670
|
+
o[:pager] = Aws::Pager.new(
|
2671
|
+
limit_key: "max_results",
|
2672
|
+
tokens: {
|
2673
|
+
"next_token" => "next_token"
|
2674
|
+
}
|
2675
|
+
)
|
2676
|
+
end)
|
2677
|
+
|
1545
2678
|
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
1546
2679
|
o.name = "ListTagsForResource"
|
1547
2680
|
o.http_method = "GET"
|
@@ -1570,6 +2703,21 @@ module Aws::BedrockAgent
|
|
1570
2703
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1571
2704
|
end)
|
1572
2705
|
|
2706
|
+
api.add_operation(:prepare_flow, Seahorse::Model::Operation.new.tap do |o|
|
2707
|
+
o.name = "PrepareFlow"
|
2708
|
+
o.http_method = "POST"
|
2709
|
+
o.http_request_uri = "/flows/{flowIdentifier}/"
|
2710
|
+
o.input = Shapes::ShapeRef.new(shape: PrepareFlowRequest)
|
2711
|
+
o.output = Shapes::ShapeRef.new(shape: PrepareFlowResponse)
|
2712
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2713
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2714
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2715
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2716
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2717
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2718
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2719
|
+
end)
|
2720
|
+
|
1573
2721
|
api.add_operation(:start_ingestion_job, Seahorse::Model::Operation.new.tap do |o|
|
1574
2722
|
o.name = "StartIngestionJob"
|
1575
2723
|
o.http_method = "PUT"
|
@@ -1685,6 +2833,36 @@ module Aws::BedrockAgent
|
|
1685
2833
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1686
2834
|
end)
|
1687
2835
|
|
2836
|
+
api.add_operation(:update_flow, Seahorse::Model::Operation.new.tap do |o|
|
2837
|
+
o.name = "UpdateFlow"
|
2838
|
+
o.http_method = "PUT"
|
2839
|
+
o.http_request_uri = "/flows/{flowIdentifier}/"
|
2840
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateFlowRequest)
|
2841
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateFlowResponse)
|
2842
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2843
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2844
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2845
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2846
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2847
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2848
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2849
|
+
end)
|
2850
|
+
|
2851
|
+
api.add_operation(:update_flow_alias, Seahorse::Model::Operation.new.tap do |o|
|
2852
|
+
o.name = "UpdateFlowAlias"
|
2853
|
+
o.http_method = "PUT"
|
2854
|
+
o.http_request_uri = "/flows/{flowIdentifier}/aliases/{aliasIdentifier}"
|
2855
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateFlowAliasRequest)
|
2856
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateFlowAliasResponse)
|
2857
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2858
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2859
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2860
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2861
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2862
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2863
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2864
|
+
end)
|
2865
|
+
|
1688
2866
|
api.add_operation(:update_knowledge_base, Seahorse::Model::Operation.new.tap do |o|
|
1689
2867
|
o.name = "UpdateKnowledgeBase"
|
1690
2868
|
o.http_method = "PUT"
|
@@ -1698,6 +2876,21 @@ module Aws::BedrockAgent
|
|
1698
2876
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1699
2877
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1700
2878
|
end)
|
2879
|
+
|
2880
|
+
api.add_operation(:update_prompt, Seahorse::Model::Operation.new.tap do |o|
|
2881
|
+
o.name = "UpdatePrompt"
|
2882
|
+
o.http_method = "PUT"
|
2883
|
+
o.http_request_uri = "/prompts/{promptIdentifier}/"
|
2884
|
+
o.input = Shapes::ShapeRef.new(shape: UpdatePromptRequest)
|
2885
|
+
o.output = Shapes::ShapeRef.new(shape: UpdatePromptResponse)
|
2886
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2887
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2888
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2889
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2890
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2891
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2892
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2893
|
+
end)
|
1701
2894
|
end
|
1702
2895
|
|
1703
2896
|
end
|