aws-sdk-bedrockagentcorecontrol 1.14.0 → 1.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,6 +15,7 @@ module Aws::BedrockAgentCoreControl
15
15
  include Seahorse::Model
16
16
 
17
17
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
18
+ AdditionalModelRequestFields = Shapes::DocumentShape.new(name: 'AdditionalModelRequestFields', document: true)
18
19
  AgentEndpointDescription = Shapes::StringShape.new(name: 'AgentEndpointDescription')
19
20
  AgentManagedRuntimeType = Shapes::StringShape.new(name: 'AgentManagedRuntimeType')
20
21
  AgentRuntime = Shapes::StructureShape.new(name: 'AgentRuntime')
@@ -34,6 +35,14 @@ module Aws::BedrockAgentCoreControl
34
35
  AllowedAudienceList = Shapes::ListShape.new(name: 'AllowedAudienceList')
35
36
  AllowedClient = Shapes::StringShape.new(name: 'AllowedClient')
36
37
  AllowedClientsList = Shapes::ListShape.new(name: 'AllowedClientsList')
38
+ AllowedScopeType = Shapes::StringShape.new(name: 'AllowedScopeType')
39
+ AllowedScopesType = Shapes::ListShape.new(name: 'AllowedScopesType')
40
+ ApiGatewayTargetConfiguration = Shapes::StructureShape.new(name: 'ApiGatewayTargetConfiguration')
41
+ ApiGatewayToolConfiguration = Shapes::StructureShape.new(name: 'ApiGatewayToolConfiguration')
42
+ ApiGatewayToolFilter = Shapes::StructureShape.new(name: 'ApiGatewayToolFilter')
43
+ ApiGatewayToolFilters = Shapes::ListShape.new(name: 'ApiGatewayToolFilters')
44
+ ApiGatewayToolOverride = Shapes::StructureShape.new(name: 'ApiGatewayToolOverride')
45
+ ApiGatewayToolOverrides = Shapes::ListShape.new(name: 'ApiGatewayToolOverrides')
37
46
  ApiKeyCredentialLocation = Shapes::StringShape.new(name: 'ApiKeyCredentialLocation')
38
47
  ApiKeyCredentialParameterName = Shapes::StringShape.new(name: 'ApiKeyCredentialParameterName')
39
48
  ApiKeyCredentialPrefix = Shapes::StringShape.new(name: 'ApiKeyCredentialPrefix')
@@ -50,7 +59,10 @@ module Aws::BedrockAgentCoreControl
50
59
  AuthorizationEndpointType = Shapes::StringShape.new(name: 'AuthorizationEndpointType')
51
60
  AuthorizerConfiguration = Shapes::UnionShape.new(name: 'AuthorizerConfiguration')
52
61
  AuthorizerType = Shapes::StringShape.new(name: 'AuthorizerType')
62
+ AuthorizingClaimMatchValueType = Shapes::StructureShape.new(name: 'AuthorizingClaimMatchValueType')
53
63
  AwsAccountId = Shapes::StringShape.new(name: 'AwsAccountId')
64
+ BedrockAgentcoreResourceArn = Shapes::StringShape.new(name: 'BedrockAgentcoreResourceArn')
65
+ BedrockEvaluatorModelConfig = Shapes::StructureShape.new(name: 'BedrockEvaluatorModelConfig')
54
66
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
55
67
  BrowserArn = Shapes::StringShape.new(name: 'BrowserArn')
56
68
  BrowserId = Shapes::StringShape.new(name: 'BrowserId')
@@ -61,9 +73,19 @@ module Aws::BedrockAgentCoreControl
61
73
  BrowserStatus = Shapes::StringShape.new(name: 'BrowserStatus')
62
74
  BrowserSummaries = Shapes::ListShape.new(name: 'BrowserSummaries')
63
75
  BrowserSummary = Shapes::StructureShape.new(name: 'BrowserSummary')
76
+ CategoricalScaleDefinition = Shapes::StructureShape.new(name: 'CategoricalScaleDefinition')
77
+ CategoricalScaleDefinitionLabelString = Shapes::StringShape.new(name: 'CategoricalScaleDefinitionLabelString')
78
+ CategoricalScaleDefinitions = Shapes::ListShape.new(name: 'CategoricalScaleDefinitions')
79
+ CedarPolicy = Shapes::StructureShape.new(name: 'CedarPolicy')
80
+ ClaimMatchOperatorType = Shapes::StringShape.new(name: 'ClaimMatchOperatorType')
81
+ ClaimMatchValueType = Shapes::UnionShape.new(name: 'ClaimMatchValueType')
64
82
  ClientIdType = Shapes::StringShape.new(name: 'ClientIdType')
65
83
  ClientSecretType = Shapes::StringShape.new(name: 'ClientSecretType')
66
84
  ClientToken = Shapes::StringShape.new(name: 'ClientToken')
85
+ CloudWatchLogsInputConfig = Shapes::StructureShape.new(name: 'CloudWatchLogsInputConfig')
86
+ CloudWatchLogsInputConfigLogGroupNamesList = Shapes::ListShape.new(name: 'CloudWatchLogsInputConfigLogGroupNamesList')
87
+ CloudWatchLogsInputConfigServiceNamesList = Shapes::ListShape.new(name: 'CloudWatchLogsInputConfigServiceNamesList')
88
+ CloudWatchOutputConfig = Shapes::StructureShape.new(name: 'CloudWatchOutputConfig')
67
89
  Code = Shapes::UnionShape.new(name: 'Code')
68
90
  CodeConfiguration = Shapes::StructureShape.new(name: 'CodeConfiguration')
69
91
  CodeConfigurationEntryPointList = Shapes::ListShape.new(name: 'CodeConfigurationEntryPointList')
@@ -78,6 +100,7 @@ module Aws::BedrockAgentCoreControl
78
100
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
79
101
  ConsolidationConfiguration = Shapes::UnionShape.new(name: 'ConsolidationConfiguration')
80
102
  ContainerConfiguration = Shapes::StructureShape.new(name: 'ContainerConfiguration')
103
+ Content = Shapes::UnionShape.new(name: 'Content')
81
104
  CreateAgentRuntimeEndpointRequest = Shapes::StructureShape.new(name: 'CreateAgentRuntimeEndpointRequest')
82
105
  CreateAgentRuntimeEndpointResponse = Shapes::StructureShape.new(name: 'CreateAgentRuntimeEndpointResponse')
83
106
  CreateAgentRuntimeRequest = Shapes::StructureShape.new(name: 'CreateAgentRuntimeRequest')
@@ -88,6 +111,8 @@ module Aws::BedrockAgentCoreControl
88
111
  CreateBrowserResponse = Shapes::StructureShape.new(name: 'CreateBrowserResponse')
89
112
  CreateCodeInterpreterRequest = Shapes::StructureShape.new(name: 'CreateCodeInterpreterRequest')
90
113
  CreateCodeInterpreterResponse = Shapes::StructureShape.new(name: 'CreateCodeInterpreterResponse')
114
+ CreateEvaluatorRequest = Shapes::StructureShape.new(name: 'CreateEvaluatorRequest')
115
+ CreateEvaluatorResponse = Shapes::StructureShape.new(name: 'CreateEvaluatorResponse')
91
116
  CreateGatewayRequest = Shapes::StructureShape.new(name: 'CreateGatewayRequest')
92
117
  CreateGatewayResponse = Shapes::StructureShape.new(name: 'CreateGatewayResponse')
93
118
  CreateGatewayTargetRequest = Shapes::StructureShape.new(name: 'CreateGatewayTargetRequest')
@@ -98,6 +123,12 @@ module Aws::BedrockAgentCoreControl
98
123
  CreateMemoryOutput = Shapes::StructureShape.new(name: 'CreateMemoryOutput')
99
124
  CreateOauth2CredentialProviderRequest = Shapes::StructureShape.new(name: 'CreateOauth2CredentialProviderRequest')
100
125
  CreateOauth2CredentialProviderResponse = Shapes::StructureShape.new(name: 'CreateOauth2CredentialProviderResponse')
126
+ CreateOnlineEvaluationConfigRequest = Shapes::StructureShape.new(name: 'CreateOnlineEvaluationConfigRequest')
127
+ CreateOnlineEvaluationConfigResponse = Shapes::StructureShape.new(name: 'CreateOnlineEvaluationConfigResponse')
128
+ CreatePolicyEngineRequest = Shapes::StructureShape.new(name: 'CreatePolicyEngineRequest')
129
+ CreatePolicyEngineResponse = Shapes::StructureShape.new(name: 'CreatePolicyEngineResponse')
130
+ CreatePolicyRequest = Shapes::StructureShape.new(name: 'CreatePolicyRequest')
131
+ CreatePolicyResponse = Shapes::StructureShape.new(name: 'CreatePolicyResponse')
101
132
  CreateWorkloadIdentityRequest = Shapes::StructureShape.new(name: 'CreateWorkloadIdentityRequest')
102
133
  CreateWorkloadIdentityResponse = Shapes::StructureShape.new(name: 'CreateWorkloadIdentityResponse')
103
134
  CredentialProvider = Shapes::UnionShape.new(name: 'CredentialProvider')
@@ -107,15 +138,22 @@ module Aws::BedrockAgentCoreControl
107
138
  CredentialProviderName = Shapes::StringShape.new(name: 'CredentialProviderName')
108
139
  CredentialProviderType = Shapes::StringShape.new(name: 'CredentialProviderType')
109
140
  CredentialProviderVendorType = Shapes::StringShape.new(name: 'CredentialProviderVendorType')
141
+ CustomClaimValidationType = Shapes::StructureShape.new(name: 'CustomClaimValidationType')
142
+ CustomClaimValidationsType = Shapes::ListShape.new(name: 'CustomClaimValidationsType')
110
143
  CustomConfigurationInput = Shapes::UnionShape.new(name: 'CustomConfigurationInput')
111
144
  CustomConsolidationConfiguration = Shapes::UnionShape.new(name: 'CustomConsolidationConfiguration')
112
145
  CustomConsolidationConfigurationInput = Shapes::UnionShape.new(name: 'CustomConsolidationConfigurationInput')
146
+ CustomEvaluatorArn = Shapes::StringShape.new(name: 'CustomEvaluatorArn')
147
+ CustomEvaluatorName = Shapes::StringShape.new(name: 'CustomEvaluatorName')
113
148
  CustomExtractionConfiguration = Shapes::UnionShape.new(name: 'CustomExtractionConfiguration')
114
149
  CustomExtractionConfigurationInput = Shapes::UnionShape.new(name: 'CustomExtractionConfigurationInput')
115
150
  CustomJWTAuthorizerConfiguration = Shapes::StructureShape.new(name: 'CustomJWTAuthorizerConfiguration')
116
151
  CustomMemoryStrategyInput = Shapes::StructureShape.new(name: 'CustomMemoryStrategyInput')
117
152
  CustomOauth2ProviderConfigInput = Shapes::StructureShape.new(name: 'CustomOauth2ProviderConfigInput')
118
153
  CustomOauth2ProviderConfigOutput = Shapes::StructureShape.new(name: 'CustomOauth2ProviderConfigOutput')
154
+ CustomReflectionConfiguration = Shapes::UnionShape.new(name: 'CustomReflectionConfiguration')
155
+ CustomReflectionConfigurationInput = Shapes::UnionShape.new(name: 'CustomReflectionConfigurationInput')
156
+ DataSourceConfig = Shapes::UnionShape.new(name: 'DataSourceConfig')
119
157
  DateTimestamp = Shapes::TimestampShape.new(name: 'DateTimestamp', timestampFormat: "iso8601")
120
158
  DecryptionFailure = Shapes::StructureShape.new(name: 'DecryptionFailure')
121
159
  DeleteAgentRuntimeEndpointRequest = Shapes::StructureShape.new(name: 'DeleteAgentRuntimeEndpointRequest')
@@ -128,6 +166,8 @@ module Aws::BedrockAgentCoreControl
128
166
  DeleteBrowserResponse = Shapes::StructureShape.new(name: 'DeleteBrowserResponse')
129
167
  DeleteCodeInterpreterRequest = Shapes::StructureShape.new(name: 'DeleteCodeInterpreterRequest')
130
168
  DeleteCodeInterpreterResponse = Shapes::StructureShape.new(name: 'DeleteCodeInterpreterResponse')
169
+ DeleteEvaluatorRequest = Shapes::StructureShape.new(name: 'DeleteEvaluatorRequest')
170
+ DeleteEvaluatorResponse = Shapes::StructureShape.new(name: 'DeleteEvaluatorResponse')
131
171
  DeleteGatewayRequest = Shapes::StructureShape.new(name: 'DeleteGatewayRequest')
132
172
  DeleteGatewayResponse = Shapes::StructureShape.new(name: 'DeleteGatewayResponse')
133
173
  DeleteGatewayTargetRequest = Shapes::StructureShape.new(name: 'DeleteGatewayTargetRequest')
@@ -139,25 +179,76 @@ module Aws::BedrockAgentCoreControl
139
179
  DeleteMemoryStrategyInput = Shapes::StructureShape.new(name: 'DeleteMemoryStrategyInput')
140
180
  DeleteOauth2CredentialProviderRequest = Shapes::StructureShape.new(name: 'DeleteOauth2CredentialProviderRequest')
141
181
  DeleteOauth2CredentialProviderResponse = Shapes::StructureShape.new(name: 'DeleteOauth2CredentialProviderResponse')
182
+ DeleteOnlineEvaluationConfigRequest = Shapes::StructureShape.new(name: 'DeleteOnlineEvaluationConfigRequest')
183
+ DeleteOnlineEvaluationConfigResponse = Shapes::StructureShape.new(name: 'DeleteOnlineEvaluationConfigResponse')
184
+ DeletePolicyEngineRequest = Shapes::StructureShape.new(name: 'DeletePolicyEngineRequest')
185
+ DeletePolicyEngineResponse = Shapes::StructureShape.new(name: 'DeletePolicyEngineResponse')
186
+ DeletePolicyRequest = Shapes::StructureShape.new(name: 'DeletePolicyRequest')
187
+ DeletePolicyResponse = Shapes::StructureShape.new(name: 'DeletePolicyResponse')
188
+ DeleteResourcePolicyRequest = Shapes::StructureShape.new(name: 'DeleteResourcePolicyRequest')
189
+ DeleteResourcePolicyResponse = Shapes::StructureShape.new(name: 'DeleteResourcePolicyResponse')
142
190
  DeleteWorkloadIdentityRequest = Shapes::StructureShape.new(name: 'DeleteWorkloadIdentityRequest')
143
191
  DeleteWorkloadIdentityResponse = Shapes::StructureShape.new(name: 'DeleteWorkloadIdentityResponse')
144
192
  Description = Shapes::StringShape.new(name: 'Description')
145
193
  DiscoveryUrl = Shapes::StringShape.new(name: 'DiscoveryUrl')
146
194
  DiscoveryUrlType = Shapes::StringShape.new(name: 'DiscoveryUrlType')
195
+ Double = Shapes::FloatShape.new(name: 'Double')
147
196
  EncryptionFailure = Shapes::StructureShape.new(name: 'EncryptionFailure')
148
197
  EndpointName = Shapes::StringShape.new(name: 'EndpointName')
149
198
  EnvironmentVariableKey = Shapes::StringShape.new(name: 'EnvironmentVariableKey')
150
199
  EnvironmentVariableValue = Shapes::StringShape.new(name: 'EnvironmentVariableValue')
151
200
  EnvironmentVariablesMap = Shapes::MapShape.new(name: 'EnvironmentVariablesMap')
201
+ EpisodicConsolidationOverride = Shapes::StructureShape.new(name: 'EpisodicConsolidationOverride')
202
+ EpisodicExtractionOverride = Shapes::StructureShape.new(name: 'EpisodicExtractionOverride')
203
+ EpisodicMemoryStrategyInput = Shapes::StructureShape.new(name: 'EpisodicMemoryStrategyInput')
204
+ EpisodicOverrideConfigurationInput = Shapes::StructureShape.new(name: 'EpisodicOverrideConfigurationInput')
205
+ EpisodicOverrideConsolidationConfigurationInput = Shapes::StructureShape.new(name: 'EpisodicOverrideConsolidationConfigurationInput')
206
+ EpisodicOverrideExtractionConfigurationInput = Shapes::StructureShape.new(name: 'EpisodicOverrideExtractionConfigurationInput')
207
+ EpisodicOverrideReflectionConfigurationInput = Shapes::StructureShape.new(name: 'EpisodicOverrideReflectionConfigurationInput')
208
+ EpisodicReflectionConfiguration = Shapes::StructureShape.new(name: 'EpisodicReflectionConfiguration')
209
+ EpisodicReflectionConfigurationInput = Shapes::StructureShape.new(name: 'EpisodicReflectionConfigurationInput')
210
+ EpisodicReflectionOverride = Shapes::StructureShape.new(name: 'EpisodicReflectionOverride')
211
+ EvaluationConfigDescription = Shapes::StringShape.new(name: 'EvaluationConfigDescription')
212
+ EvaluationConfigName = Shapes::StringShape.new(name: 'EvaluationConfigName')
213
+ EvaluatorArn = Shapes::StringShape.new(name: 'EvaluatorArn')
214
+ EvaluatorConfig = Shapes::UnionShape.new(name: 'EvaluatorConfig')
215
+ EvaluatorDescription = Shapes::StringShape.new(name: 'EvaluatorDescription')
216
+ EvaluatorId = Shapes::StringShape.new(name: 'EvaluatorId')
217
+ EvaluatorInstructions = Shapes::StringShape.new(name: 'EvaluatorInstructions')
218
+ EvaluatorLevel = Shapes::StringShape.new(name: 'EvaluatorLevel')
219
+ EvaluatorList = Shapes::ListShape.new(name: 'EvaluatorList')
220
+ EvaluatorModelConfig = Shapes::UnionShape.new(name: 'EvaluatorModelConfig')
221
+ EvaluatorName = Shapes::StringShape.new(name: 'EvaluatorName')
222
+ EvaluatorReference = Shapes::UnionShape.new(name: 'EvaluatorReference')
223
+ EvaluatorStatus = Shapes::StringShape.new(name: 'EvaluatorStatus')
224
+ EvaluatorSummary = Shapes::StructureShape.new(name: 'EvaluatorSummary')
225
+ EvaluatorSummaryList = Shapes::ListShape.new(name: 'EvaluatorSummaryList')
226
+ EvaluatorType = Shapes::StringShape.new(name: 'EvaluatorType')
152
227
  ExceptionLevel = Shapes::StringShape.new(name: 'ExceptionLevel')
153
228
  ExtractionConfiguration = Shapes::UnionShape.new(name: 'ExtractionConfiguration')
229
+ Filter = Shapes::StructureShape.new(name: 'Filter')
230
+ FilterKeyString = Shapes::StringShape.new(name: 'FilterKeyString')
231
+ FilterList = Shapes::ListShape.new(name: 'FilterList')
232
+ FilterOperator = Shapes::StringShape.new(name: 'FilterOperator')
233
+ FilterValue = Shapes::UnionShape.new(name: 'FilterValue')
234
+ FilterValueStringValueString = Shapes::StringShape.new(name: 'FilterValueStringValueString')
235
+ Finding = Shapes::StructureShape.new(name: 'Finding')
236
+ FindingType = Shapes::StringShape.new(name: 'FindingType')
237
+ Findings = Shapes::ListShape.new(name: 'Findings')
154
238
  GatewayArn = Shapes::StringShape.new(name: 'GatewayArn')
155
239
  GatewayDescription = Shapes::StringShape.new(name: 'GatewayDescription')
156
240
  GatewayId = Shapes::StringShape.new(name: 'GatewayId')
157
241
  GatewayIdentifier = Shapes::StringShape.new(name: 'GatewayIdentifier')
242
+ GatewayInterceptionPoint = Shapes::StringShape.new(name: 'GatewayInterceptionPoint')
243
+ GatewayInterceptionPoints = Shapes::ListShape.new(name: 'GatewayInterceptionPoints')
244
+ GatewayInterceptorConfiguration = Shapes::StructureShape.new(name: 'GatewayInterceptorConfiguration')
245
+ GatewayInterceptorConfigurations = Shapes::ListShape.new(name: 'GatewayInterceptorConfigurations')
158
246
  GatewayMaxResults = Shapes::IntegerShape.new(name: 'GatewayMaxResults')
159
247
  GatewayName = Shapes::StringShape.new(name: 'GatewayName')
160
248
  GatewayNextToken = Shapes::StringShape.new(name: 'GatewayNextToken')
249
+ GatewayPolicyEngineArn = Shapes::StringShape.new(name: 'GatewayPolicyEngineArn')
250
+ GatewayPolicyEngineConfiguration = Shapes::StructureShape.new(name: 'GatewayPolicyEngineConfiguration')
251
+ GatewayPolicyEngineMode = Shapes::StringShape.new(name: 'GatewayPolicyEngineMode')
161
252
  GatewayProtocolConfiguration = Shapes::UnionShape.new(name: 'GatewayProtocolConfiguration')
162
253
  GatewayProtocolType = Shapes::StringShape.new(name: 'GatewayProtocolType')
163
254
  GatewayStatus = Shapes::StringShape.new(name: 'GatewayStatus')
@@ -176,6 +267,8 @@ module Aws::BedrockAgentCoreControl
176
267
  GetBrowserResponse = Shapes::StructureShape.new(name: 'GetBrowserResponse')
177
268
  GetCodeInterpreterRequest = Shapes::StructureShape.new(name: 'GetCodeInterpreterRequest')
178
269
  GetCodeInterpreterResponse = Shapes::StructureShape.new(name: 'GetCodeInterpreterResponse')
270
+ GetEvaluatorRequest = Shapes::StructureShape.new(name: 'GetEvaluatorRequest')
271
+ GetEvaluatorResponse = Shapes::StructureShape.new(name: 'GetEvaluatorResponse')
179
272
  GetGatewayRequest = Shapes::StructureShape.new(name: 'GetGatewayRequest')
180
273
  GetGatewayResponse = Shapes::StructureShape.new(name: 'GetGatewayResponse')
181
274
  GetGatewayTargetRequest = Shapes::StructureShape.new(name: 'GetGatewayTargetRequest')
@@ -184,6 +277,16 @@ module Aws::BedrockAgentCoreControl
184
277
  GetMemoryOutput = Shapes::StructureShape.new(name: 'GetMemoryOutput')
185
278
  GetOauth2CredentialProviderRequest = Shapes::StructureShape.new(name: 'GetOauth2CredentialProviderRequest')
186
279
  GetOauth2CredentialProviderResponse = Shapes::StructureShape.new(name: 'GetOauth2CredentialProviderResponse')
280
+ GetOnlineEvaluationConfigRequest = Shapes::StructureShape.new(name: 'GetOnlineEvaluationConfigRequest')
281
+ GetOnlineEvaluationConfigResponse = Shapes::StructureShape.new(name: 'GetOnlineEvaluationConfigResponse')
282
+ GetPolicyEngineRequest = Shapes::StructureShape.new(name: 'GetPolicyEngineRequest')
283
+ GetPolicyEngineResponse = Shapes::StructureShape.new(name: 'GetPolicyEngineResponse')
284
+ GetPolicyGenerationRequest = Shapes::StructureShape.new(name: 'GetPolicyGenerationRequest')
285
+ GetPolicyGenerationResponse = Shapes::StructureShape.new(name: 'GetPolicyGenerationResponse')
286
+ GetPolicyRequest = Shapes::StructureShape.new(name: 'GetPolicyRequest')
287
+ GetPolicyResponse = Shapes::StructureShape.new(name: 'GetPolicyResponse')
288
+ GetResourcePolicyRequest = Shapes::StructureShape.new(name: 'GetResourcePolicyRequest')
289
+ GetResourcePolicyResponse = Shapes::StructureShape.new(name: 'GetResourcePolicyResponse')
187
290
  GetTokenVaultRequest = Shapes::StructureShape.new(name: 'GetTokenVaultRequest')
188
291
  GetTokenVaultResponse = Shapes::StructureShape.new(name: 'GetTokenVaultResponse')
189
292
  GetWorkloadIdentityRequest = Shapes::StructureShape.new(name: 'GetWorkloadIdentityRequest')
@@ -193,10 +296,19 @@ module Aws::BedrockAgentCoreControl
193
296
  GoogleOauth2ProviderConfigInput = Shapes::StructureShape.new(name: 'GoogleOauth2ProviderConfigInput')
194
297
  GoogleOauth2ProviderConfigOutput = Shapes::StructureShape.new(name: 'GoogleOauth2ProviderConfigOutput')
195
298
  HeaderName = Shapes::StringShape.new(name: 'HeaderName')
299
+ InboundTokenClaimNameType = Shapes::StringShape.new(name: 'InboundTokenClaimNameType')
300
+ InboundTokenClaimValueType = Shapes::StringShape.new(name: 'InboundTokenClaimValueType')
196
301
  IncludedOauth2ProviderConfigInput = Shapes::StructureShape.new(name: 'IncludedOauth2ProviderConfigInput')
197
302
  IncludedOauth2ProviderConfigOutput = Shapes::StructureShape.new(name: 'IncludedOauth2ProviderConfigOutput')
303
+ InferenceConfiguration = Shapes::StructureShape.new(name: 'InferenceConfiguration')
304
+ InferenceConfigurationMaxTokensInteger = Shapes::IntegerShape.new(name: 'InferenceConfigurationMaxTokensInteger')
305
+ InferenceConfigurationStopSequencesList = Shapes::ListShape.new(name: 'InferenceConfigurationStopSequencesList')
306
+ InferenceConfigurationTemperatureFloat = Shapes::FloatShape.new(name: 'InferenceConfigurationTemperatureFloat')
307
+ InferenceConfigurationTopPFloat = Shapes::FloatShape.new(name: 'InferenceConfigurationTopPFloat')
198
308
  InlinePayload = Shapes::StringShape.new(name: 'InlinePayload')
199
309
  Integer = Shapes::IntegerShape.new(name: 'Integer')
310
+ InterceptorConfiguration = Shapes::UnionShape.new(name: 'InterceptorConfiguration')
311
+ InterceptorInputConfiguration = Shapes::StructureShape.new(name: 'InterceptorInputConfiguration')
200
312
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
201
313
  InvocationConfiguration = Shapes::StructureShape.new(name: 'InvocationConfiguration')
202
314
  InvocationConfigurationInput = Shapes::StructureShape.new(name: 'InvocationConfigurationInput')
@@ -206,6 +318,7 @@ module Aws::BedrockAgentCoreControl
206
318
  KmsConfiguration = Shapes::StructureShape.new(name: 'KmsConfiguration')
207
319
  KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
208
320
  LambdaFunctionArn = Shapes::StringShape.new(name: 'LambdaFunctionArn')
321
+ LambdaInterceptorConfiguration = Shapes::StructureShape.new(name: 'LambdaInterceptorConfiguration')
209
322
  LifecycleConfiguration = Shapes::StructureShape.new(name: 'LifecycleConfiguration')
210
323
  LifecycleConfigurationIdleRuntimeSessionTimeoutInteger = Shapes::IntegerShape.new(name: 'LifecycleConfigurationIdleRuntimeSessionTimeoutInteger')
211
324
  LifecycleConfigurationMaxLifetimeInteger = Shapes::IntegerShape.new(name: 'LifecycleConfigurationMaxLifetimeInteger')
@@ -223,6 +336,9 @@ module Aws::BedrockAgentCoreControl
223
336
  ListBrowsersResponse = Shapes::StructureShape.new(name: 'ListBrowsersResponse')
224
337
  ListCodeInterpretersRequest = Shapes::StructureShape.new(name: 'ListCodeInterpretersRequest')
225
338
  ListCodeInterpretersResponse = Shapes::StructureShape.new(name: 'ListCodeInterpretersResponse')
339
+ ListEvaluatorsRequest = Shapes::StructureShape.new(name: 'ListEvaluatorsRequest')
340
+ ListEvaluatorsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListEvaluatorsRequestMaxResultsInteger')
341
+ ListEvaluatorsResponse = Shapes::StructureShape.new(name: 'ListEvaluatorsResponse')
226
342
  ListGatewayTargetsRequest = Shapes::StructureShape.new(name: 'ListGatewayTargetsRequest')
227
343
  ListGatewayTargetsResponse = Shapes::StructureShape.new(name: 'ListGatewayTargetsResponse')
228
344
  ListGatewaysRequest = Shapes::StructureShape.new(name: 'ListGatewaysRequest')
@@ -233,12 +349,27 @@ module Aws::BedrockAgentCoreControl
233
349
  ListOauth2CredentialProvidersRequest = Shapes::StructureShape.new(name: 'ListOauth2CredentialProvidersRequest')
234
350
  ListOauth2CredentialProvidersRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListOauth2CredentialProvidersRequestMaxResultsInteger')
235
351
  ListOauth2CredentialProvidersResponse = Shapes::StructureShape.new(name: 'ListOauth2CredentialProvidersResponse')
352
+ ListOnlineEvaluationConfigsRequest = Shapes::StructureShape.new(name: 'ListOnlineEvaluationConfigsRequest')
353
+ ListOnlineEvaluationConfigsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListOnlineEvaluationConfigsRequestMaxResultsInteger')
354
+ ListOnlineEvaluationConfigsResponse = Shapes::StructureShape.new(name: 'ListOnlineEvaluationConfigsResponse')
355
+ ListPoliciesRequest = Shapes::StructureShape.new(name: 'ListPoliciesRequest')
356
+ ListPoliciesResponse = Shapes::StructureShape.new(name: 'ListPoliciesResponse')
357
+ ListPolicyEnginesRequest = Shapes::StructureShape.new(name: 'ListPolicyEnginesRequest')
358
+ ListPolicyEnginesResponse = Shapes::StructureShape.new(name: 'ListPolicyEnginesResponse')
359
+ ListPolicyGenerationAssetsRequest = Shapes::StructureShape.new(name: 'ListPolicyGenerationAssetsRequest')
360
+ ListPolicyGenerationAssetsResponse = Shapes::StructureShape.new(name: 'ListPolicyGenerationAssetsResponse')
361
+ ListPolicyGenerationsRequest = Shapes::StructureShape.new(name: 'ListPolicyGenerationsRequest')
362
+ ListPolicyGenerationsResponse = Shapes::StructureShape.new(name: 'ListPolicyGenerationsResponse')
236
363
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
237
364
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
238
365
  ListWorkloadIdentitiesRequest = Shapes::StructureShape.new(name: 'ListWorkloadIdentitiesRequest')
239
366
  ListWorkloadIdentitiesRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListWorkloadIdentitiesRequestMaxResultsInteger')
240
367
  ListWorkloadIdentitiesResponse = Shapes::StructureShape.new(name: 'ListWorkloadIdentitiesResponse')
368
+ LlmAsAJudgeEvaluatorConfig = Shapes::StructureShape.new(name: 'LlmAsAJudgeEvaluatorConfig')
369
+ LogGroupName = Shapes::StringShape.new(name: 'LogGroupName')
241
370
  MCPGatewayConfiguration = Shapes::StructureShape.new(name: 'MCPGatewayConfiguration')
371
+ MatchValueString = Shapes::StringShape.new(name: 'MatchValueString')
372
+ MatchValueStringList = Shapes::ListShape.new(name: 'MatchValueStringList')
242
373
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
243
374
  McpInstructions = Shapes::StringShape.new(name: 'McpInstructions')
244
375
  McpLambdaTargetConfiguration = Shapes::StructureShape.new(name: 'McpLambdaTargetConfiguration')
@@ -266,6 +397,7 @@ module Aws::BedrockAgentCoreControl
266
397
  MessageBasedTriggerInputMessageCountInteger = Shapes::IntegerShape.new(name: 'MessageBasedTriggerInputMessageCountInteger')
267
398
  MicrosoftOauth2ProviderConfigInput = Shapes::StructureShape.new(name: 'MicrosoftOauth2ProviderConfigInput')
268
399
  MicrosoftOauth2ProviderConfigOutput = Shapes::StructureShape.new(name: 'MicrosoftOauth2ProviderConfigOutput')
400
+ ModelId = Shapes::StringShape.new(name: 'ModelId')
269
401
  ModifyConsolidationConfiguration = Shapes::UnionShape.new(name: 'ModifyConsolidationConfiguration')
270
402
  ModifyExtractionConfiguration = Shapes::UnionShape.new(name: 'ModifyExtractionConfiguration')
271
403
  ModifyInvocationConfigurationInput = Shapes::StructureShape.new(name: 'ModifyInvocationConfigurationInput')
@@ -273,21 +405,30 @@ module Aws::BedrockAgentCoreControl
273
405
  ModifyMemoryStrategies = Shapes::StructureShape.new(name: 'ModifyMemoryStrategies')
274
406
  ModifyMemoryStrategiesList = Shapes::ListShape.new(name: 'ModifyMemoryStrategiesList')
275
407
  ModifyMemoryStrategyInput = Shapes::StructureShape.new(name: 'ModifyMemoryStrategyInput')
408
+ ModifyReflectionConfiguration = Shapes::UnionShape.new(name: 'ModifyReflectionConfiguration')
276
409
  ModifySelfManagedConfiguration = Shapes::StructureShape.new(name: 'ModifySelfManagedConfiguration')
277
410
  ModifySelfManagedConfigurationHistoricalContextWindowSizeInteger = Shapes::IntegerShape.new(name: 'ModifySelfManagedConfigurationHistoricalContextWindowSizeInteger')
278
411
  ModifyStrategyConfiguration = Shapes::StructureShape.new(name: 'ModifyStrategyConfiguration')
279
412
  Name = Shapes::StringShape.new(name: 'Name')
280
413
  Namespace = Shapes::StringShape.new(name: 'Namespace')
281
414
  NamespacesList = Shapes::ListShape.new(name: 'NamespacesList')
415
+ NaturalLanguage = Shapes::StringShape.new(name: 'NaturalLanguage')
282
416
  NetworkConfiguration = Shapes::StructureShape.new(name: 'NetworkConfiguration')
283
417
  NetworkMode = Shapes::StringShape.new(name: 'NetworkMode')
284
418
  NextToken = Shapes::StringShape.new(name: 'NextToken')
285
419
  NonBlankString = Shapes::StringShape.new(name: 'NonBlankString')
420
+ NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
421
+ NumericalScaleDefinition = Shapes::StructureShape.new(name: 'NumericalScaleDefinition')
422
+ NumericalScaleDefinitionLabelString = Shapes::StringShape.new(name: 'NumericalScaleDefinitionLabelString')
423
+ NumericalScaleDefinitionValueDouble = Shapes::FloatShape.new(name: 'NumericalScaleDefinitionValueDouble')
424
+ NumericalScaleDefinitions = Shapes::ListShape.new(name: 'NumericalScaleDefinitions')
286
425
  OAuthCredentialProvider = Shapes::StructureShape.new(name: 'OAuthCredentialProvider')
287
426
  OAuthCredentialProviderArn = Shapes::StringShape.new(name: 'OAuthCredentialProviderArn')
288
427
  OAuthCustomParameters = Shapes::MapShape.new(name: 'OAuthCustomParameters')
289
428
  OAuthCustomParametersKey = Shapes::StringShape.new(name: 'OAuthCustomParametersKey')
290
429
  OAuthCustomParametersValue = Shapes::StringShape.new(name: 'OAuthCustomParametersValue')
430
+ OAuthDefaultReturnUrl = Shapes::StringShape.new(name: 'OAuthDefaultReturnUrl')
431
+ OAuthGrantType = Shapes::StringShape.new(name: 'OAuthGrantType')
291
432
  OAuthScope = Shapes::StringShape.new(name: 'OAuthScope')
292
433
  OAuthScopes = Shapes::ListShape.new(name: 'OAuthScopes')
293
434
  Oauth2AuthorizationServerMetadata = Shapes::StructureShape.new(name: 'Oauth2AuthorizationServerMetadata')
@@ -296,21 +437,58 @@ module Aws::BedrockAgentCoreControl
296
437
  Oauth2Discovery = Shapes::UnionShape.new(name: 'Oauth2Discovery')
297
438
  Oauth2ProviderConfigInput = Shapes::UnionShape.new(name: 'Oauth2ProviderConfigInput')
298
439
  Oauth2ProviderConfigOutput = Shapes::UnionShape.new(name: 'Oauth2ProviderConfigOutput')
440
+ OnlineEvaluationConfigArn = Shapes::StringShape.new(name: 'OnlineEvaluationConfigArn')
441
+ OnlineEvaluationConfigId = Shapes::StringShape.new(name: 'OnlineEvaluationConfigId')
442
+ OnlineEvaluationConfigStatus = Shapes::StringShape.new(name: 'OnlineEvaluationConfigStatus')
443
+ OnlineEvaluationConfigSummary = Shapes::StructureShape.new(name: 'OnlineEvaluationConfigSummary')
444
+ OnlineEvaluationConfigSummaryList = Shapes::ListShape.new(name: 'OnlineEvaluationConfigSummaryList')
445
+ OnlineEvaluationExecutionStatus = Shapes::StringShape.new(name: 'OnlineEvaluationExecutionStatus')
446
+ OutputConfig = Shapes::StructureShape.new(name: 'OutputConfig')
299
447
  OverrideType = Shapes::StringShape.new(name: 'OverrideType')
448
+ Policies = Shapes::ListShape.new(name: 'Policies')
449
+ Policy = Shapes::StructureShape.new(name: 'Policy')
450
+ PolicyArn = Shapes::StringShape.new(name: 'PolicyArn')
451
+ PolicyDefinition = Shapes::UnionShape.new(name: 'PolicyDefinition')
452
+ PolicyEngine = Shapes::StructureShape.new(name: 'PolicyEngine')
453
+ PolicyEngineArn = Shapes::StringShape.new(name: 'PolicyEngineArn')
454
+ PolicyEngineName = Shapes::StringShape.new(name: 'PolicyEngineName')
455
+ PolicyEngineStatus = Shapes::StringShape.new(name: 'PolicyEngineStatus')
456
+ PolicyEngines = Shapes::ListShape.new(name: 'PolicyEngines')
457
+ PolicyGeneration = Shapes::StructureShape.new(name: 'PolicyGeneration')
458
+ PolicyGenerationArn = Shapes::StringShape.new(name: 'PolicyGenerationArn')
459
+ PolicyGenerationAsset = Shapes::StructureShape.new(name: 'PolicyGenerationAsset')
460
+ PolicyGenerationAssets = Shapes::ListShape.new(name: 'PolicyGenerationAssets')
461
+ PolicyGenerationName = Shapes::StringShape.new(name: 'PolicyGenerationName')
462
+ PolicyGenerationStatus = Shapes::StringShape.new(name: 'PolicyGenerationStatus')
463
+ PolicyGenerations = Shapes::ListShape.new(name: 'PolicyGenerations')
464
+ PolicyName = Shapes::StringShape.new(name: 'PolicyName')
465
+ PolicyStatus = Shapes::StringShape.new(name: 'PolicyStatus')
466
+ PolicyStatusReasons = Shapes::ListShape.new(name: 'PolicyStatusReasons')
467
+ PolicyValidationMode = Shapes::StringShape.new(name: 'PolicyValidationMode')
300
468
  Prompt = Shapes::StringShape.new(name: 'Prompt')
301
469
  ProtocolConfiguration = Shapes::StructureShape.new(name: 'ProtocolConfiguration')
470
+ PutResourcePolicyRequest = Shapes::StructureShape.new(name: 'PutResourcePolicyRequest')
471
+ PutResourcePolicyResponse = Shapes::StructureShape.new(name: 'PutResourcePolicyResponse')
472
+ RatingScale = Shapes::UnionShape.new(name: 'RatingScale')
302
473
  RecordingConfig = Shapes::StructureShape.new(name: 'RecordingConfig')
474
+ ReflectionConfiguration = Shapes::UnionShape.new(name: 'ReflectionConfiguration')
303
475
  RequestHeaderAllowlist = Shapes::ListShape.new(name: 'RequestHeaderAllowlist')
304
476
  RequestHeaderConfiguration = Shapes::UnionShape.new(name: 'RequestHeaderConfiguration')
305
477
  RequiredProperties = Shapes::ListShape.new(name: 'RequiredProperties')
478
+ Resource = Shapes::UnionShape.new(name: 'Resource')
479
+ ResourceId = Shapes::StringShape.new(name: 'ResourceId')
306
480
  ResourceLimitExceededException = Shapes::StructureShape.new(name: 'ResourceLimitExceededException')
307
481
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
308
482
  ResourceOauth2ReturnUrlListType = Shapes::ListShape.new(name: 'ResourceOauth2ReturnUrlListType')
309
483
  ResourceOauth2ReturnUrlType = Shapes::StringShape.new(name: 'ResourceOauth2ReturnUrlType')
484
+ ResourcePolicyBody = Shapes::StringShape.new(name: 'ResourcePolicyBody')
310
485
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
311
486
  ResponseListType = Shapes::ListShape.new(name: 'ResponseListType')
312
487
  ResponseType = Shapes::StringShape.new(name: 'ResponseType')
488
+ RestApiMethod = Shapes::StringShape.new(name: 'RestApiMethod')
489
+ RestApiMethods = Shapes::ListShape.new(name: 'RestApiMethods')
313
490
  RoleArn = Shapes::StringShape.new(name: 'RoleArn')
491
+ Rule = Shapes::StructureShape.new(name: 'Rule')
314
492
  RuntimeContainerUri = Shapes::StringShape.new(name: 'RuntimeContainerUri')
315
493
  S3BucketUri = Shapes::StringShape.new(name: 'S3BucketUri')
316
494
  S3Configuration = Shapes::StructureShape.new(name: 'S3Configuration')
@@ -320,6 +498,8 @@ module Aws::BedrockAgentCoreControl
320
498
  S3LocationVersionIdString = Shapes::StringShape.new(name: 'S3LocationVersionIdString')
321
499
  SalesforceOauth2ProviderConfigInput = Shapes::StructureShape.new(name: 'SalesforceOauth2ProviderConfigInput')
322
500
  SalesforceOauth2ProviderConfigOutput = Shapes::StructureShape.new(name: 'SalesforceOauth2ProviderConfigOutput')
501
+ SamplingConfig = Shapes::StructureShape.new(name: 'SamplingConfig')
502
+ SamplingConfigSamplingPercentageDouble = Shapes::FloatShape.new(name: 'SamplingConfigSamplingPercentageDouble')
323
503
  SandboxName = Shapes::StringShape.new(name: 'SandboxName')
324
504
  SchemaDefinition = Shapes::StructureShape.new(name: 'SchemaDefinition')
325
505
  SchemaProperties = Shapes::MapShape.new(name: 'SchemaProperties')
@@ -340,11 +520,17 @@ module Aws::BedrockAgentCoreControl
340
520
  SemanticOverrideExtractionConfigurationInput = Shapes::StructureShape.new(name: 'SemanticOverrideExtractionConfigurationInput')
341
521
  ServerProtocol = Shapes::StringShape.new(name: 'ServerProtocol')
342
522
  ServiceException = Shapes::StructureShape.new(name: 'ServiceException')
523
+ ServiceName = Shapes::StringShape.new(name: 'ServiceName')
343
524
  ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
525
+ SessionConfig = Shapes::StructureShape.new(name: 'SessionConfig')
526
+ SessionConfigSessionTimeoutMinutesInteger = Shapes::IntegerShape.new(name: 'SessionConfigSessionTimeoutMinutesInteger')
344
527
  SetTokenVaultCMKRequest = Shapes::StructureShape.new(name: 'SetTokenVaultCMKRequest')
345
528
  SetTokenVaultCMKResponse = Shapes::StructureShape.new(name: 'SetTokenVaultCMKResponse')
346
529
  SlackOauth2ProviderConfigInput = Shapes::StructureShape.new(name: 'SlackOauth2ProviderConfigInput')
347
530
  SlackOauth2ProviderConfigOutput = Shapes::StructureShape.new(name: 'SlackOauth2ProviderConfigOutput')
531
+ StartPolicyGenerationRequest = Shapes::StructureShape.new(name: 'StartPolicyGenerationRequest')
532
+ StartPolicyGenerationResponse = Shapes::StructureShape.new(name: 'StartPolicyGenerationResponse')
533
+ Statement = Shapes::StringShape.new(name: 'Statement')
348
534
  StatusReason = Shapes::StringShape.new(name: 'StatusReason')
349
535
  StatusReasons = Shapes::ListShape.new(name: 'StatusReasons')
350
536
  StrategyConfiguration = Shapes::StructureShape.new(name: 'StrategyConfiguration')
@@ -404,6 +590,8 @@ module Aws::BedrockAgentCoreControl
404
590
  UpdateAgentRuntimeResponse = Shapes::StructureShape.new(name: 'UpdateAgentRuntimeResponse')
405
591
  UpdateApiKeyCredentialProviderRequest = Shapes::StructureShape.new(name: 'UpdateApiKeyCredentialProviderRequest')
406
592
  UpdateApiKeyCredentialProviderResponse = Shapes::StructureShape.new(name: 'UpdateApiKeyCredentialProviderResponse')
593
+ UpdateEvaluatorRequest = Shapes::StructureShape.new(name: 'UpdateEvaluatorRequest')
594
+ UpdateEvaluatorResponse = Shapes::StructureShape.new(name: 'UpdateEvaluatorResponse')
407
595
  UpdateGatewayRequest = Shapes::StructureShape.new(name: 'UpdateGatewayRequest')
408
596
  UpdateGatewayResponse = Shapes::StructureShape.new(name: 'UpdateGatewayResponse')
409
597
  UpdateGatewayTargetRequest = Shapes::StructureShape.new(name: 'UpdateGatewayTargetRequest')
@@ -414,6 +602,12 @@ module Aws::BedrockAgentCoreControl
414
602
  UpdateMemoryOutput = Shapes::StructureShape.new(name: 'UpdateMemoryOutput')
415
603
  UpdateOauth2CredentialProviderRequest = Shapes::StructureShape.new(name: 'UpdateOauth2CredentialProviderRequest')
416
604
  UpdateOauth2CredentialProviderResponse = Shapes::StructureShape.new(name: 'UpdateOauth2CredentialProviderResponse')
605
+ UpdateOnlineEvaluationConfigRequest = Shapes::StructureShape.new(name: 'UpdateOnlineEvaluationConfigRequest')
606
+ UpdateOnlineEvaluationConfigResponse = Shapes::StructureShape.new(name: 'UpdateOnlineEvaluationConfigResponse')
607
+ UpdatePolicyEngineRequest = Shapes::StructureShape.new(name: 'UpdatePolicyEngineRequest')
608
+ UpdatePolicyEngineResponse = Shapes::StructureShape.new(name: 'UpdatePolicyEngineResponse')
609
+ UpdatePolicyRequest = Shapes::StructureShape.new(name: 'UpdatePolicyRequest')
610
+ UpdatePolicyResponse = Shapes::StructureShape.new(name: 'UpdatePolicyResponse')
417
611
  UpdateWorkloadIdentityRequest = Shapes::StructureShape.new(name: 'UpdateWorkloadIdentityRequest')
418
612
  UpdateWorkloadIdentityResponse = Shapes::StructureShape.new(name: 'UpdateWorkloadIdentityResponse')
419
613
  UserPreferenceConsolidationOverride = Shapes::StructureShape.new(name: 'UserPreferenceConsolidationOverride')
@@ -475,6 +669,31 @@ module Aws::BedrockAgentCoreControl
475
669
 
476
670
  AllowedClientsList.member = Shapes::ShapeRef.new(shape: AllowedClient)
477
671
 
672
+ AllowedScopesType.member = Shapes::ShapeRef.new(shape: AllowedScopeType)
673
+
674
+ ApiGatewayTargetConfiguration.add_member(:rest_api_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "restApiId"))
675
+ ApiGatewayTargetConfiguration.add_member(:stage, Shapes::ShapeRef.new(shape: String, required: true, location_name: "stage"))
676
+ ApiGatewayTargetConfiguration.add_member(:api_gateway_tool_configuration, Shapes::ShapeRef.new(shape: ApiGatewayToolConfiguration, required: true, location_name: "apiGatewayToolConfiguration"))
677
+ ApiGatewayTargetConfiguration.struct_class = Types::ApiGatewayTargetConfiguration
678
+
679
+ ApiGatewayToolConfiguration.add_member(:tool_overrides, Shapes::ShapeRef.new(shape: ApiGatewayToolOverrides, location_name: "toolOverrides"))
680
+ ApiGatewayToolConfiguration.add_member(:tool_filters, Shapes::ShapeRef.new(shape: ApiGatewayToolFilters, required: true, location_name: "toolFilters"))
681
+ ApiGatewayToolConfiguration.struct_class = Types::ApiGatewayToolConfiguration
682
+
683
+ ApiGatewayToolFilter.add_member(:filter_path, Shapes::ShapeRef.new(shape: String, required: true, location_name: "filterPath"))
684
+ ApiGatewayToolFilter.add_member(:methods, Shapes::ShapeRef.new(shape: RestApiMethods, required: true, location_name: "methods"))
685
+ ApiGatewayToolFilter.struct_class = Types::ApiGatewayToolFilter
686
+
687
+ ApiGatewayToolFilters.member = Shapes::ShapeRef.new(shape: ApiGatewayToolFilter)
688
+
689
+ ApiGatewayToolOverride.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
690
+ ApiGatewayToolOverride.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
691
+ ApiGatewayToolOverride.add_member(:path, Shapes::ShapeRef.new(shape: String, required: true, location_name: "path"))
692
+ ApiGatewayToolOverride.add_member(:method, Shapes::ShapeRef.new(shape: RestApiMethod, required: true, location_name: "method"))
693
+ ApiGatewayToolOverride.struct_class = Types::ApiGatewayToolOverride
694
+
695
+ ApiGatewayToolOverrides.member = Shapes::ShapeRef.new(shape: ApiGatewayToolOverride)
696
+
478
697
  ApiKeyCredentialProvider.add_member(:provider_arn, Shapes::ShapeRef.new(shape: ApiKeyCredentialProviderArn, required: true, location_name: "providerArn"))
479
698
  ApiKeyCredentialProvider.add_member(:credential_parameter_name, Shapes::ShapeRef.new(shape: ApiKeyCredentialParameterName, location_name: "credentialParameterName"))
480
699
  ApiKeyCredentialProvider.add_member(:credential_prefix, Shapes::ShapeRef.new(shape: ApiKeyCredentialPrefix, location_name: "credentialPrefix"))
@@ -511,6 +730,15 @@ module Aws::BedrockAgentCoreControl
511
730
  AuthorizerConfiguration.add_member_subclass(:unknown, Types::AuthorizerConfiguration::Unknown)
512
731
  AuthorizerConfiguration.struct_class = Types::AuthorizerConfiguration
513
732
 
733
+ AuthorizingClaimMatchValueType.add_member(:claim_match_value, Shapes::ShapeRef.new(shape: ClaimMatchValueType, required: true, location_name: "claimMatchValue"))
734
+ AuthorizingClaimMatchValueType.add_member(:claim_match_operator, Shapes::ShapeRef.new(shape: ClaimMatchOperatorType, required: true, location_name: "claimMatchOperator"))
735
+ AuthorizingClaimMatchValueType.struct_class = Types::AuthorizingClaimMatchValueType
736
+
737
+ BedrockEvaluatorModelConfig.add_member(:model_id, Shapes::ShapeRef.new(shape: ModelId, required: true, location_name: "modelId"))
738
+ BedrockEvaluatorModelConfig.add_member(:inference_config, Shapes::ShapeRef.new(shape: InferenceConfiguration, location_name: "inferenceConfig"))
739
+ BedrockEvaluatorModelConfig.add_member(:additional_model_request_fields, Shapes::ShapeRef.new(shape: AdditionalModelRequestFields, location_name: "additionalModelRequestFields"))
740
+ BedrockEvaluatorModelConfig.struct_class = Types::BedrockEvaluatorModelConfig
741
+
514
742
  BrowserNetworkConfiguration.add_member(:network_mode, Shapes::ShapeRef.new(shape: BrowserNetworkMode, required: true, location_name: "networkMode"))
515
743
  BrowserNetworkConfiguration.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "vpcConfig"))
516
744
  BrowserNetworkConfiguration.struct_class = Types::BrowserNetworkConfiguration
@@ -532,6 +760,34 @@ module Aws::BedrockAgentCoreControl
532
760
  BrowserSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "lastUpdatedAt"))
533
761
  BrowserSummary.struct_class = Types::BrowserSummary
534
762
 
763
+ CategoricalScaleDefinition.add_member(:definition, Shapes::ShapeRef.new(shape: String, required: true, location_name: "definition"))
764
+ CategoricalScaleDefinition.add_member(:label, Shapes::ShapeRef.new(shape: CategoricalScaleDefinitionLabelString, required: true, location_name: "label"))
765
+ CategoricalScaleDefinition.struct_class = Types::CategoricalScaleDefinition
766
+
767
+ CategoricalScaleDefinitions.member = Shapes::ShapeRef.new(shape: CategoricalScaleDefinition)
768
+
769
+ CedarPolicy.add_member(:statement, Shapes::ShapeRef.new(shape: Statement, required: true, location_name: "statement"))
770
+ CedarPolicy.struct_class = Types::CedarPolicy
771
+
772
+ ClaimMatchValueType.add_member(:match_value_string, Shapes::ShapeRef.new(shape: MatchValueString, location_name: "matchValueString"))
773
+ ClaimMatchValueType.add_member(:match_value_string_list, Shapes::ShapeRef.new(shape: MatchValueStringList, location_name: "matchValueStringList"))
774
+ ClaimMatchValueType.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
775
+ ClaimMatchValueType.add_member_subclass(:match_value_string, Types::ClaimMatchValueType::MatchValueString)
776
+ ClaimMatchValueType.add_member_subclass(:match_value_string_list, Types::ClaimMatchValueType::MatchValueStringList)
777
+ ClaimMatchValueType.add_member_subclass(:unknown, Types::ClaimMatchValueType::Unknown)
778
+ ClaimMatchValueType.struct_class = Types::ClaimMatchValueType
779
+
780
+ CloudWatchLogsInputConfig.add_member(:log_group_names, Shapes::ShapeRef.new(shape: CloudWatchLogsInputConfigLogGroupNamesList, required: true, location_name: "logGroupNames"))
781
+ CloudWatchLogsInputConfig.add_member(:service_names, Shapes::ShapeRef.new(shape: CloudWatchLogsInputConfigServiceNamesList, required: true, location_name: "serviceNames"))
782
+ CloudWatchLogsInputConfig.struct_class = Types::CloudWatchLogsInputConfig
783
+
784
+ CloudWatchLogsInputConfigLogGroupNamesList.member = Shapes::ShapeRef.new(shape: LogGroupName)
785
+
786
+ CloudWatchLogsInputConfigServiceNamesList.member = Shapes::ShapeRef.new(shape: ServiceName)
787
+
788
+ CloudWatchOutputConfig.add_member(:log_group_name, Shapes::ShapeRef.new(shape: LogGroupName, required: true, location_name: "logGroupName"))
789
+ CloudWatchOutputConfig.struct_class = Types::CloudWatchOutputConfig
790
+
535
791
  Code.add_member(:s3, Shapes::ShapeRef.new(shape: S3Location, location_name: "s3"))
536
792
  Code.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
537
793
  Code.add_member_subclass(:s3, Types::Code::S3)
@@ -575,6 +831,12 @@ module Aws::BedrockAgentCoreControl
575
831
  ContainerConfiguration.add_member(:container_uri, Shapes::ShapeRef.new(shape: RuntimeContainerUri, required: true, location_name: "containerUri"))
576
832
  ContainerConfiguration.struct_class = Types::ContainerConfiguration
577
833
 
834
+ Content.add_member(:raw_text, Shapes::ShapeRef.new(shape: NaturalLanguage, location_name: "rawText"))
835
+ Content.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
836
+ Content.add_member_subclass(:raw_text, Types::Content::RawText)
837
+ Content.add_member_subclass(:unknown, Types::Content::Unknown)
838
+ Content.struct_class = Types::Content
839
+
578
840
  CreateAgentRuntimeEndpointRequest.add_member(:agent_runtime_id, Shapes::ShapeRef.new(shape: AgentRuntimeId, required: true, location: "uri", location_name: "agentRuntimeId"))
579
841
  CreateAgentRuntimeEndpointRequest.add_member(:name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "name"))
580
842
  CreateAgentRuntimeEndpointRequest.add_member(:agent_runtime_version, Shapes::ShapeRef.new(shape: AgentRuntimeVersion, location_name: "agentRuntimeVersion"))
@@ -654,6 +916,19 @@ module Aws::BedrockAgentCoreControl
654
916
  CreateCodeInterpreterResponse.add_member(:status, Shapes::ShapeRef.new(shape: CodeInterpreterStatus, required: true, location_name: "status"))
655
917
  CreateCodeInterpreterResponse.struct_class = Types::CreateCodeInterpreterResponse
656
918
 
919
+ CreateEvaluatorRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
920
+ CreateEvaluatorRequest.add_member(:evaluator_name, Shapes::ShapeRef.new(shape: CustomEvaluatorName, required: true, location_name: "evaluatorName"))
921
+ CreateEvaluatorRequest.add_member(:description, Shapes::ShapeRef.new(shape: EvaluatorDescription, location_name: "description"))
922
+ CreateEvaluatorRequest.add_member(:evaluator_config, Shapes::ShapeRef.new(shape: EvaluatorConfig, required: true, location_name: "evaluatorConfig"))
923
+ CreateEvaluatorRequest.add_member(:level, Shapes::ShapeRef.new(shape: EvaluatorLevel, required: true, location_name: "level"))
924
+ CreateEvaluatorRequest.struct_class = Types::CreateEvaluatorRequest
925
+
926
+ CreateEvaluatorResponse.add_member(:evaluator_arn, Shapes::ShapeRef.new(shape: CustomEvaluatorArn, required: true, location_name: "evaluatorArn"))
927
+ CreateEvaluatorResponse.add_member(:evaluator_id, Shapes::ShapeRef.new(shape: EvaluatorId, required: true, location_name: "evaluatorId"))
928
+ CreateEvaluatorResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
929
+ CreateEvaluatorResponse.add_member(:status, Shapes::ShapeRef.new(shape: EvaluatorStatus, required: true, location_name: "status"))
930
+ CreateEvaluatorResponse.struct_class = Types::CreateEvaluatorResponse
931
+
657
932
  CreateGatewayRequest.add_member(:name, Shapes::ShapeRef.new(shape: GatewayName, required: true, location_name: "name"))
658
933
  CreateGatewayRequest.add_member(:description, Shapes::ShapeRef.new(shape: GatewayDescription, location_name: "description"))
659
934
  CreateGatewayRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
@@ -663,6 +938,8 @@ module Aws::BedrockAgentCoreControl
663
938
  CreateGatewayRequest.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, required: true, location_name: "authorizerType"))
664
939
  CreateGatewayRequest.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
665
940
  CreateGatewayRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
941
+ CreateGatewayRequest.add_member(:interceptor_configurations, Shapes::ShapeRef.new(shape: GatewayInterceptorConfigurations, location_name: "interceptorConfigurations"))
942
+ CreateGatewayRequest.add_member(:policy_engine_configuration, Shapes::ShapeRef.new(shape: GatewayPolicyEngineConfiguration, location_name: "policyEngineConfiguration"))
666
943
  CreateGatewayRequest.add_member(:exception_level, Shapes::ShapeRef.new(shape: ExceptionLevel, location_name: "exceptionLevel"))
667
944
  CreateGatewayRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
668
945
  CreateGatewayRequest.struct_class = Types::CreateGatewayRequest
@@ -682,6 +959,8 @@ module Aws::BedrockAgentCoreControl
682
959
  CreateGatewayResponse.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, required: true, location_name: "authorizerType"))
683
960
  CreateGatewayResponse.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
684
961
  CreateGatewayResponse.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
962
+ CreateGatewayResponse.add_member(:interceptor_configurations, Shapes::ShapeRef.new(shape: GatewayInterceptorConfigurations, location_name: "interceptorConfigurations"))
963
+ CreateGatewayResponse.add_member(:policy_engine_configuration, Shapes::ShapeRef.new(shape: GatewayPolicyEngineConfiguration, location_name: "policyEngineConfiguration"))
685
964
  CreateGatewayResponse.add_member(:workload_identity_details, Shapes::ShapeRef.new(shape: WorkloadIdentityDetails, location_name: "workloadIdentityDetails"))
686
965
  CreateGatewayResponse.add_member(:exception_level, Shapes::ShapeRef.new(shape: ExceptionLevel, location_name: "exceptionLevel"))
687
966
  CreateGatewayResponse.struct_class = Types::CreateGatewayResponse
@@ -733,6 +1012,60 @@ module Aws::BedrockAgentCoreControl
733
1012
  CreateOauth2CredentialProviderResponse.add_member(:oauth2_provider_config_output, Shapes::ShapeRef.new(shape: Oauth2ProviderConfigOutput, location_name: "oauth2ProviderConfigOutput"))
734
1013
  CreateOauth2CredentialProviderResponse.struct_class = Types::CreateOauth2CredentialProviderResponse
735
1014
 
1015
+ CreateOnlineEvaluationConfigRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
1016
+ CreateOnlineEvaluationConfigRequest.add_member(:online_evaluation_config_name, Shapes::ShapeRef.new(shape: EvaluationConfigName, required: true, location_name: "onlineEvaluationConfigName"))
1017
+ CreateOnlineEvaluationConfigRequest.add_member(:description, Shapes::ShapeRef.new(shape: EvaluationConfigDescription, location_name: "description"))
1018
+ CreateOnlineEvaluationConfigRequest.add_member(:rule, Shapes::ShapeRef.new(shape: Rule, required: true, location_name: "rule"))
1019
+ CreateOnlineEvaluationConfigRequest.add_member(:data_source_config, Shapes::ShapeRef.new(shape: DataSourceConfig, required: true, location_name: "dataSourceConfig"))
1020
+ CreateOnlineEvaluationConfigRequest.add_member(:evaluators, Shapes::ShapeRef.new(shape: EvaluatorList, required: true, location_name: "evaluators"))
1021
+ CreateOnlineEvaluationConfigRequest.add_member(:evaluation_execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "evaluationExecutionRoleArn"))
1022
+ CreateOnlineEvaluationConfigRequest.add_member(:enable_on_create, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "enableOnCreate"))
1023
+ CreateOnlineEvaluationConfigRequest.struct_class = Types::CreateOnlineEvaluationConfigRequest
1024
+
1025
+ CreateOnlineEvaluationConfigResponse.add_member(:online_evaluation_config_arn, Shapes::ShapeRef.new(shape: OnlineEvaluationConfigArn, required: true, location_name: "onlineEvaluationConfigArn"))
1026
+ CreateOnlineEvaluationConfigResponse.add_member(:online_evaluation_config_id, Shapes::ShapeRef.new(shape: OnlineEvaluationConfigId, required: true, location_name: "onlineEvaluationConfigId"))
1027
+ CreateOnlineEvaluationConfigResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
1028
+ CreateOnlineEvaluationConfigResponse.add_member(:output_config, Shapes::ShapeRef.new(shape: OutputConfig, location_name: "outputConfig"))
1029
+ CreateOnlineEvaluationConfigResponse.add_member(:status, Shapes::ShapeRef.new(shape: OnlineEvaluationConfigStatus, required: true, location_name: "status"))
1030
+ CreateOnlineEvaluationConfigResponse.add_member(:execution_status, Shapes::ShapeRef.new(shape: OnlineEvaluationExecutionStatus, required: true, location_name: "executionStatus"))
1031
+ CreateOnlineEvaluationConfigResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
1032
+ CreateOnlineEvaluationConfigResponse.struct_class = Types::CreateOnlineEvaluationConfigResponse
1033
+
1034
+ CreatePolicyEngineRequest.add_member(:name, Shapes::ShapeRef.new(shape: PolicyEngineName, required: true, location_name: "name"))
1035
+ CreatePolicyEngineRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1036
+ CreatePolicyEngineRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
1037
+ CreatePolicyEngineRequest.struct_class = Types::CreatePolicyEngineRequest
1038
+
1039
+ CreatePolicyEngineResponse.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyEngineId"))
1040
+ CreatePolicyEngineResponse.add_member(:name, Shapes::ShapeRef.new(shape: PolicyEngineName, required: true, location_name: "name"))
1041
+ CreatePolicyEngineResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1042
+ CreatePolicyEngineResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
1043
+ CreatePolicyEngineResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
1044
+ CreatePolicyEngineResponse.add_member(:policy_engine_arn, Shapes::ShapeRef.new(shape: PolicyEngineArn, required: true, location_name: "policyEngineArn"))
1045
+ CreatePolicyEngineResponse.add_member(:status, Shapes::ShapeRef.new(shape: PolicyEngineStatus, required: true, location_name: "status"))
1046
+ CreatePolicyEngineResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
1047
+ CreatePolicyEngineResponse.struct_class = Types::CreatePolicyEngineResponse
1048
+
1049
+ CreatePolicyRequest.add_member(:name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location_name: "name"))
1050
+ CreatePolicyRequest.add_member(:definition, Shapes::ShapeRef.new(shape: PolicyDefinition, required: true, location_name: "definition"))
1051
+ CreatePolicyRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1052
+ CreatePolicyRequest.add_member(:validation_mode, Shapes::ShapeRef.new(shape: PolicyValidationMode, location_name: "validationMode"))
1053
+ CreatePolicyRequest.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyEngineId"))
1054
+ CreatePolicyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
1055
+ CreatePolicyRequest.struct_class = Types::CreatePolicyRequest
1056
+
1057
+ CreatePolicyResponse.add_member(:policy_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyId"))
1058
+ CreatePolicyResponse.add_member(:name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location_name: "name"))
1059
+ CreatePolicyResponse.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyEngineId"))
1060
+ CreatePolicyResponse.add_member(:definition, Shapes::ShapeRef.new(shape: PolicyDefinition, required: true, location_name: "definition"))
1061
+ CreatePolicyResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1062
+ CreatePolicyResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
1063
+ CreatePolicyResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
1064
+ CreatePolicyResponse.add_member(:policy_arn, Shapes::ShapeRef.new(shape: PolicyArn, required: true, location_name: "policyArn"))
1065
+ CreatePolicyResponse.add_member(:status, Shapes::ShapeRef.new(shape: PolicyStatus, required: true, location_name: "status"))
1066
+ CreatePolicyResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
1067
+ CreatePolicyResponse.struct_class = Types::CreatePolicyResponse
1068
+
736
1069
  CreateWorkloadIdentityRequest.add_member(:name, Shapes::ShapeRef.new(shape: WorkloadIdentityNameType, required: true, location_name: "name"))
737
1070
  CreateWorkloadIdentityRequest.add_member(:allowed_resource_oauth_2_return_urls, Shapes::ShapeRef.new(shape: ResourceOauth2ReturnUrlListType, location_name: "allowedResourceOauth2ReturnUrls"))
738
1071
  CreateWorkloadIdentityRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
@@ -757,14 +1090,23 @@ module Aws::BedrockAgentCoreControl
757
1090
 
758
1091
  CredentialProviderConfigurations.member = Shapes::ShapeRef.new(shape: CredentialProviderConfiguration)
759
1092
 
1093
+ CustomClaimValidationType.add_member(:inbound_token_claim_name, Shapes::ShapeRef.new(shape: InboundTokenClaimNameType, required: true, location_name: "inboundTokenClaimName"))
1094
+ CustomClaimValidationType.add_member(:inbound_token_claim_value_type, Shapes::ShapeRef.new(shape: InboundTokenClaimValueType, required: true, location_name: "inboundTokenClaimValueType"))
1095
+ CustomClaimValidationType.add_member(:authorizing_claim_match_value, Shapes::ShapeRef.new(shape: AuthorizingClaimMatchValueType, required: true, location_name: "authorizingClaimMatchValue"))
1096
+ CustomClaimValidationType.struct_class = Types::CustomClaimValidationType
1097
+
1098
+ CustomClaimValidationsType.member = Shapes::ShapeRef.new(shape: CustomClaimValidationType)
1099
+
760
1100
  CustomConfigurationInput.add_member(:semantic_override, Shapes::ShapeRef.new(shape: SemanticOverrideConfigurationInput, location_name: "semanticOverride"))
761
1101
  CustomConfigurationInput.add_member(:summary_override, Shapes::ShapeRef.new(shape: SummaryOverrideConfigurationInput, location_name: "summaryOverride"))
762
1102
  CustomConfigurationInput.add_member(:user_preference_override, Shapes::ShapeRef.new(shape: UserPreferenceOverrideConfigurationInput, location_name: "userPreferenceOverride"))
1103
+ CustomConfigurationInput.add_member(:episodic_override, Shapes::ShapeRef.new(shape: EpisodicOverrideConfigurationInput, location_name: "episodicOverride"))
763
1104
  CustomConfigurationInput.add_member(:self_managed_configuration, Shapes::ShapeRef.new(shape: SelfManagedConfigurationInput, location_name: "selfManagedConfiguration"))
764
1105
  CustomConfigurationInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
765
1106
  CustomConfigurationInput.add_member_subclass(:semantic_override, Types::CustomConfigurationInput::SemanticOverride)
766
1107
  CustomConfigurationInput.add_member_subclass(:summary_override, Types::CustomConfigurationInput::SummaryOverride)
767
1108
  CustomConfigurationInput.add_member_subclass(:user_preference_override, Types::CustomConfigurationInput::UserPreferenceOverride)
1109
+ CustomConfigurationInput.add_member_subclass(:episodic_override, Types::CustomConfigurationInput::EpisodicOverride)
768
1110
  CustomConfigurationInput.add_member_subclass(:self_managed_configuration, Types::CustomConfigurationInput::SelfManagedConfiguration)
769
1111
  CustomConfigurationInput.add_member_subclass(:unknown, Types::CustomConfigurationInput::Unknown)
770
1112
  CustomConfigurationInput.struct_class = Types::CustomConfigurationInput
@@ -772,42 +1114,52 @@ module Aws::BedrockAgentCoreControl
772
1114
  CustomConsolidationConfiguration.add_member(:semantic_consolidation_override, Shapes::ShapeRef.new(shape: SemanticConsolidationOverride, location_name: "semanticConsolidationOverride"))
773
1115
  CustomConsolidationConfiguration.add_member(:summary_consolidation_override, Shapes::ShapeRef.new(shape: SummaryConsolidationOverride, location_name: "summaryConsolidationOverride"))
774
1116
  CustomConsolidationConfiguration.add_member(:user_preference_consolidation_override, Shapes::ShapeRef.new(shape: UserPreferenceConsolidationOverride, location_name: "userPreferenceConsolidationOverride"))
1117
+ CustomConsolidationConfiguration.add_member(:episodic_consolidation_override, Shapes::ShapeRef.new(shape: EpisodicConsolidationOverride, location_name: "episodicConsolidationOverride"))
775
1118
  CustomConsolidationConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
776
1119
  CustomConsolidationConfiguration.add_member_subclass(:semantic_consolidation_override, Types::CustomConsolidationConfiguration::SemanticConsolidationOverride)
777
1120
  CustomConsolidationConfiguration.add_member_subclass(:summary_consolidation_override, Types::CustomConsolidationConfiguration::SummaryConsolidationOverride)
778
1121
  CustomConsolidationConfiguration.add_member_subclass(:user_preference_consolidation_override, Types::CustomConsolidationConfiguration::UserPreferenceConsolidationOverride)
1122
+ CustomConsolidationConfiguration.add_member_subclass(:episodic_consolidation_override, Types::CustomConsolidationConfiguration::EpisodicConsolidationOverride)
779
1123
  CustomConsolidationConfiguration.add_member_subclass(:unknown, Types::CustomConsolidationConfiguration::Unknown)
780
1124
  CustomConsolidationConfiguration.struct_class = Types::CustomConsolidationConfiguration
781
1125
 
782
1126
  CustomConsolidationConfigurationInput.add_member(:semantic_consolidation_override, Shapes::ShapeRef.new(shape: SemanticOverrideConsolidationConfigurationInput, location_name: "semanticConsolidationOverride"))
783
1127
  CustomConsolidationConfigurationInput.add_member(:summary_consolidation_override, Shapes::ShapeRef.new(shape: SummaryOverrideConsolidationConfigurationInput, location_name: "summaryConsolidationOverride"))
784
1128
  CustomConsolidationConfigurationInput.add_member(:user_preference_consolidation_override, Shapes::ShapeRef.new(shape: UserPreferenceOverrideConsolidationConfigurationInput, location_name: "userPreferenceConsolidationOverride"))
1129
+ CustomConsolidationConfigurationInput.add_member(:episodic_consolidation_override, Shapes::ShapeRef.new(shape: EpisodicOverrideConsolidationConfigurationInput, location_name: "episodicConsolidationOverride"))
785
1130
  CustomConsolidationConfigurationInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
786
1131
  CustomConsolidationConfigurationInput.add_member_subclass(:semantic_consolidation_override, Types::CustomConsolidationConfigurationInput::SemanticConsolidationOverride)
787
1132
  CustomConsolidationConfigurationInput.add_member_subclass(:summary_consolidation_override, Types::CustomConsolidationConfigurationInput::SummaryConsolidationOverride)
788
1133
  CustomConsolidationConfigurationInput.add_member_subclass(:user_preference_consolidation_override, Types::CustomConsolidationConfigurationInput::UserPreferenceConsolidationOverride)
1134
+ CustomConsolidationConfigurationInput.add_member_subclass(:episodic_consolidation_override, Types::CustomConsolidationConfigurationInput::EpisodicConsolidationOverride)
789
1135
  CustomConsolidationConfigurationInput.add_member_subclass(:unknown, Types::CustomConsolidationConfigurationInput::Unknown)
790
1136
  CustomConsolidationConfigurationInput.struct_class = Types::CustomConsolidationConfigurationInput
791
1137
 
792
1138
  CustomExtractionConfiguration.add_member(:semantic_extraction_override, Shapes::ShapeRef.new(shape: SemanticExtractionOverride, location_name: "semanticExtractionOverride"))
793
1139
  CustomExtractionConfiguration.add_member(:user_preference_extraction_override, Shapes::ShapeRef.new(shape: UserPreferenceExtractionOverride, location_name: "userPreferenceExtractionOverride"))
1140
+ CustomExtractionConfiguration.add_member(:episodic_extraction_override, Shapes::ShapeRef.new(shape: EpisodicExtractionOverride, location_name: "episodicExtractionOverride"))
794
1141
  CustomExtractionConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
795
1142
  CustomExtractionConfiguration.add_member_subclass(:semantic_extraction_override, Types::CustomExtractionConfiguration::SemanticExtractionOverride)
796
1143
  CustomExtractionConfiguration.add_member_subclass(:user_preference_extraction_override, Types::CustomExtractionConfiguration::UserPreferenceExtractionOverride)
1144
+ CustomExtractionConfiguration.add_member_subclass(:episodic_extraction_override, Types::CustomExtractionConfiguration::EpisodicExtractionOverride)
797
1145
  CustomExtractionConfiguration.add_member_subclass(:unknown, Types::CustomExtractionConfiguration::Unknown)
798
1146
  CustomExtractionConfiguration.struct_class = Types::CustomExtractionConfiguration
799
1147
 
800
1148
  CustomExtractionConfigurationInput.add_member(:semantic_extraction_override, Shapes::ShapeRef.new(shape: SemanticOverrideExtractionConfigurationInput, location_name: "semanticExtractionOverride"))
801
1149
  CustomExtractionConfigurationInput.add_member(:user_preference_extraction_override, Shapes::ShapeRef.new(shape: UserPreferenceOverrideExtractionConfigurationInput, location_name: "userPreferenceExtractionOverride"))
1150
+ CustomExtractionConfigurationInput.add_member(:episodic_extraction_override, Shapes::ShapeRef.new(shape: EpisodicOverrideExtractionConfigurationInput, location_name: "episodicExtractionOverride"))
802
1151
  CustomExtractionConfigurationInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
803
1152
  CustomExtractionConfigurationInput.add_member_subclass(:semantic_extraction_override, Types::CustomExtractionConfigurationInput::SemanticExtractionOverride)
804
1153
  CustomExtractionConfigurationInput.add_member_subclass(:user_preference_extraction_override, Types::CustomExtractionConfigurationInput::UserPreferenceExtractionOverride)
1154
+ CustomExtractionConfigurationInput.add_member_subclass(:episodic_extraction_override, Types::CustomExtractionConfigurationInput::EpisodicExtractionOverride)
805
1155
  CustomExtractionConfigurationInput.add_member_subclass(:unknown, Types::CustomExtractionConfigurationInput::Unknown)
806
1156
  CustomExtractionConfigurationInput.struct_class = Types::CustomExtractionConfigurationInput
807
1157
 
808
1158
  CustomJWTAuthorizerConfiguration.add_member(:discovery_url, Shapes::ShapeRef.new(shape: DiscoveryUrl, required: true, location_name: "discoveryUrl"))
809
1159
  CustomJWTAuthorizerConfiguration.add_member(:allowed_audience, Shapes::ShapeRef.new(shape: AllowedAudienceList, location_name: "allowedAudience"))
810
1160
  CustomJWTAuthorizerConfiguration.add_member(:allowed_clients, Shapes::ShapeRef.new(shape: AllowedClientsList, location_name: "allowedClients"))
1161
+ CustomJWTAuthorizerConfiguration.add_member(:allowed_scopes, Shapes::ShapeRef.new(shape: AllowedScopesType, location_name: "allowedScopes"))
1162
+ CustomJWTAuthorizerConfiguration.add_member(:custom_claims, Shapes::ShapeRef.new(shape: CustomClaimValidationsType, location_name: "customClaims"))
811
1163
  CustomJWTAuthorizerConfiguration.struct_class = Types::CustomJWTAuthorizerConfiguration
812
1164
 
813
1165
  CustomMemoryStrategyInput.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
@@ -825,6 +1177,24 @@ module Aws::BedrockAgentCoreControl
825
1177
  CustomOauth2ProviderConfigOutput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, location_name: "clientId"))
826
1178
  CustomOauth2ProviderConfigOutput.struct_class = Types::CustomOauth2ProviderConfigOutput
827
1179
 
1180
+ CustomReflectionConfiguration.add_member(:episodic_reflection_override, Shapes::ShapeRef.new(shape: EpisodicReflectionOverride, location_name: "episodicReflectionOverride"))
1181
+ CustomReflectionConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1182
+ CustomReflectionConfiguration.add_member_subclass(:episodic_reflection_override, Types::CustomReflectionConfiguration::EpisodicReflectionOverride)
1183
+ CustomReflectionConfiguration.add_member_subclass(:unknown, Types::CustomReflectionConfiguration::Unknown)
1184
+ CustomReflectionConfiguration.struct_class = Types::CustomReflectionConfiguration
1185
+
1186
+ CustomReflectionConfigurationInput.add_member(:episodic_reflection_override, Shapes::ShapeRef.new(shape: EpisodicOverrideReflectionConfigurationInput, location_name: "episodicReflectionOverride"))
1187
+ CustomReflectionConfigurationInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1188
+ CustomReflectionConfigurationInput.add_member_subclass(:episodic_reflection_override, Types::CustomReflectionConfigurationInput::EpisodicReflectionOverride)
1189
+ CustomReflectionConfigurationInput.add_member_subclass(:unknown, Types::CustomReflectionConfigurationInput::Unknown)
1190
+ CustomReflectionConfigurationInput.struct_class = Types::CustomReflectionConfigurationInput
1191
+
1192
+ DataSourceConfig.add_member(:cloud_watch_logs, Shapes::ShapeRef.new(shape: CloudWatchLogsInputConfig, location_name: "cloudWatchLogs"))
1193
+ DataSourceConfig.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1194
+ DataSourceConfig.add_member_subclass(:cloud_watch_logs, Types::DataSourceConfig::CloudWatchLogs)
1195
+ DataSourceConfig.add_member_subclass(:unknown, Types::DataSourceConfig::Unknown)
1196
+ DataSourceConfig.struct_class = Types::DataSourceConfig
1197
+
828
1198
  DecryptionFailure.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
829
1199
  DecryptionFailure.struct_class = Types::DecryptionFailure
830
1200
 
@@ -869,6 +1239,14 @@ module Aws::BedrockAgentCoreControl
869
1239
  DeleteCodeInterpreterResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
870
1240
  DeleteCodeInterpreterResponse.struct_class = Types::DeleteCodeInterpreterResponse
871
1241
 
1242
+ DeleteEvaluatorRequest.add_member(:evaluator_id, Shapes::ShapeRef.new(shape: EvaluatorId, required: true, location: "uri", location_name: "evaluatorId"))
1243
+ DeleteEvaluatorRequest.struct_class = Types::DeleteEvaluatorRequest
1244
+
1245
+ DeleteEvaluatorResponse.add_member(:evaluator_arn, Shapes::ShapeRef.new(shape: EvaluatorArn, required: true, location_name: "evaluatorArn"))
1246
+ DeleteEvaluatorResponse.add_member(:evaluator_id, Shapes::ShapeRef.new(shape: EvaluatorId, required: true, location_name: "evaluatorId"))
1247
+ DeleteEvaluatorResponse.add_member(:status, Shapes::ShapeRef.new(shape: EvaluatorStatus, required: true, location_name: "status"))
1248
+ DeleteEvaluatorResponse.struct_class = Types::DeleteEvaluatorResponse
1249
+
872
1250
  DeleteGatewayRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
873
1251
  DeleteGatewayRequest.struct_class = Types::DeleteGatewayRequest
874
1252
 
@@ -905,6 +1283,48 @@ module Aws::BedrockAgentCoreControl
905
1283
 
906
1284
  DeleteOauth2CredentialProviderResponse.struct_class = Types::DeleteOauth2CredentialProviderResponse
907
1285
 
1286
+ DeleteOnlineEvaluationConfigRequest.add_member(:online_evaluation_config_id, Shapes::ShapeRef.new(shape: OnlineEvaluationConfigId, required: true, location: "uri", location_name: "onlineEvaluationConfigId"))
1287
+ DeleteOnlineEvaluationConfigRequest.struct_class = Types::DeleteOnlineEvaluationConfigRequest
1288
+
1289
+ DeleteOnlineEvaluationConfigResponse.add_member(:online_evaluation_config_arn, Shapes::ShapeRef.new(shape: OnlineEvaluationConfigArn, required: true, location_name: "onlineEvaluationConfigArn"))
1290
+ DeleteOnlineEvaluationConfigResponse.add_member(:online_evaluation_config_id, Shapes::ShapeRef.new(shape: OnlineEvaluationConfigId, required: true, location_name: "onlineEvaluationConfigId"))
1291
+ DeleteOnlineEvaluationConfigResponse.add_member(:status, Shapes::ShapeRef.new(shape: OnlineEvaluationConfigStatus, required: true, location_name: "status"))
1292
+ DeleteOnlineEvaluationConfigResponse.struct_class = Types::DeleteOnlineEvaluationConfigResponse
1293
+
1294
+ DeletePolicyEngineRequest.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyEngineId"))
1295
+ DeletePolicyEngineRequest.struct_class = Types::DeletePolicyEngineRequest
1296
+
1297
+ DeletePolicyEngineResponse.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyEngineId"))
1298
+ DeletePolicyEngineResponse.add_member(:name, Shapes::ShapeRef.new(shape: PolicyEngineName, required: true, location_name: "name"))
1299
+ DeletePolicyEngineResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1300
+ DeletePolicyEngineResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
1301
+ DeletePolicyEngineResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
1302
+ DeletePolicyEngineResponse.add_member(:policy_engine_arn, Shapes::ShapeRef.new(shape: PolicyEngineArn, required: true, location_name: "policyEngineArn"))
1303
+ DeletePolicyEngineResponse.add_member(:status, Shapes::ShapeRef.new(shape: PolicyEngineStatus, required: true, location_name: "status"))
1304
+ DeletePolicyEngineResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
1305
+ DeletePolicyEngineResponse.struct_class = Types::DeletePolicyEngineResponse
1306
+
1307
+ DeletePolicyRequest.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyEngineId"))
1308
+ DeletePolicyRequest.add_member(:policy_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyId"))
1309
+ DeletePolicyRequest.struct_class = Types::DeletePolicyRequest
1310
+
1311
+ DeletePolicyResponse.add_member(:policy_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyId"))
1312
+ DeletePolicyResponse.add_member(:name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location_name: "name"))
1313
+ DeletePolicyResponse.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyEngineId"))
1314
+ DeletePolicyResponse.add_member(:definition, Shapes::ShapeRef.new(shape: PolicyDefinition, required: true, location_name: "definition"))
1315
+ DeletePolicyResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1316
+ DeletePolicyResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
1317
+ DeletePolicyResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
1318
+ DeletePolicyResponse.add_member(:policy_arn, Shapes::ShapeRef.new(shape: PolicyArn, required: true, location_name: "policyArn"))
1319
+ DeletePolicyResponse.add_member(:status, Shapes::ShapeRef.new(shape: PolicyStatus, required: true, location_name: "status"))
1320
+ DeletePolicyResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
1321
+ DeletePolicyResponse.struct_class = Types::DeletePolicyResponse
1322
+
1323
+ DeleteResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: BedrockAgentcoreResourceArn, required: true, location: "uri", location_name: "resourceArn"))
1324
+ DeleteResourcePolicyRequest.struct_class = Types::DeleteResourcePolicyRequest
1325
+
1326
+ DeleteResourcePolicyResponse.struct_class = Types::DeleteResourcePolicyResponse
1327
+
908
1328
  DeleteWorkloadIdentityRequest.add_member(:name, Shapes::ShapeRef.new(shape: WorkloadIdentityNameType, required: true, location_name: "name"))
909
1329
  DeleteWorkloadIdentityRequest.struct_class = Types::DeleteWorkloadIdentityRequest
910
1330
 
@@ -916,12 +1336,125 @@ module Aws::BedrockAgentCoreControl
916
1336
  EnvironmentVariablesMap.key = Shapes::ShapeRef.new(shape: EnvironmentVariableKey)
917
1337
  EnvironmentVariablesMap.value = Shapes::ShapeRef.new(shape: EnvironmentVariableValue)
918
1338
 
1339
+ EpisodicConsolidationOverride.add_member(:append_to_prompt, Shapes::ShapeRef.new(shape: Prompt, required: true, location_name: "appendToPrompt"))
1340
+ EpisodicConsolidationOverride.add_member(:model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "modelId"))
1341
+ EpisodicConsolidationOverride.struct_class = Types::EpisodicConsolidationOverride
1342
+
1343
+ EpisodicExtractionOverride.add_member(:append_to_prompt, Shapes::ShapeRef.new(shape: Prompt, required: true, location_name: "appendToPrompt"))
1344
+ EpisodicExtractionOverride.add_member(:model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "modelId"))
1345
+ EpisodicExtractionOverride.struct_class = Types::EpisodicExtractionOverride
1346
+
1347
+ EpisodicMemoryStrategyInput.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
1348
+ EpisodicMemoryStrategyInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1349
+ EpisodicMemoryStrategyInput.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, location_name: "namespaces"))
1350
+ EpisodicMemoryStrategyInput.add_member(:reflection_configuration, Shapes::ShapeRef.new(shape: EpisodicReflectionConfigurationInput, location_name: "reflectionConfiguration"))
1351
+ EpisodicMemoryStrategyInput.struct_class = Types::EpisodicMemoryStrategyInput
1352
+
1353
+ EpisodicOverrideConfigurationInput.add_member(:extraction, Shapes::ShapeRef.new(shape: EpisodicOverrideExtractionConfigurationInput, location_name: "extraction"))
1354
+ EpisodicOverrideConfigurationInput.add_member(:consolidation, Shapes::ShapeRef.new(shape: EpisodicOverrideConsolidationConfigurationInput, location_name: "consolidation"))
1355
+ EpisodicOverrideConfigurationInput.add_member(:reflection, Shapes::ShapeRef.new(shape: EpisodicOverrideReflectionConfigurationInput, location_name: "reflection"))
1356
+ EpisodicOverrideConfigurationInput.struct_class = Types::EpisodicOverrideConfigurationInput
1357
+
1358
+ EpisodicOverrideConsolidationConfigurationInput.add_member(:append_to_prompt, Shapes::ShapeRef.new(shape: Prompt, required: true, location_name: "appendToPrompt"))
1359
+ EpisodicOverrideConsolidationConfigurationInput.add_member(:model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "modelId"))
1360
+ EpisodicOverrideConsolidationConfigurationInput.struct_class = Types::EpisodicOverrideConsolidationConfigurationInput
1361
+
1362
+ EpisodicOverrideExtractionConfigurationInput.add_member(:append_to_prompt, Shapes::ShapeRef.new(shape: Prompt, required: true, location_name: "appendToPrompt"))
1363
+ EpisodicOverrideExtractionConfigurationInput.add_member(:model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "modelId"))
1364
+ EpisodicOverrideExtractionConfigurationInput.struct_class = Types::EpisodicOverrideExtractionConfigurationInput
1365
+
1366
+ EpisodicOverrideReflectionConfigurationInput.add_member(:append_to_prompt, Shapes::ShapeRef.new(shape: Prompt, required: true, location_name: "appendToPrompt"))
1367
+ EpisodicOverrideReflectionConfigurationInput.add_member(:model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "modelId"))
1368
+ EpisodicOverrideReflectionConfigurationInput.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, location_name: "namespaces"))
1369
+ EpisodicOverrideReflectionConfigurationInput.struct_class = Types::EpisodicOverrideReflectionConfigurationInput
1370
+
1371
+ EpisodicReflectionConfiguration.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, required: true, location_name: "namespaces"))
1372
+ EpisodicReflectionConfiguration.struct_class = Types::EpisodicReflectionConfiguration
1373
+
1374
+ EpisodicReflectionConfigurationInput.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, required: true, location_name: "namespaces"))
1375
+ EpisodicReflectionConfigurationInput.struct_class = Types::EpisodicReflectionConfigurationInput
1376
+
1377
+ EpisodicReflectionOverride.add_member(:append_to_prompt, Shapes::ShapeRef.new(shape: Prompt, required: true, location_name: "appendToPrompt"))
1378
+ EpisodicReflectionOverride.add_member(:model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "modelId"))
1379
+ EpisodicReflectionOverride.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, location_name: "namespaces"))
1380
+ EpisodicReflectionOverride.struct_class = Types::EpisodicReflectionOverride
1381
+
1382
+ EvaluatorConfig.add_member(:llm_as_a_judge, Shapes::ShapeRef.new(shape: LlmAsAJudgeEvaluatorConfig, location_name: "llmAsAJudge"))
1383
+ EvaluatorConfig.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1384
+ EvaluatorConfig.add_member_subclass(:llm_as_a_judge, Types::EvaluatorConfig::LlmAsAJudge)
1385
+ EvaluatorConfig.add_member_subclass(:unknown, Types::EvaluatorConfig::Unknown)
1386
+ EvaluatorConfig.struct_class = Types::EvaluatorConfig
1387
+
1388
+ EvaluatorList.member = Shapes::ShapeRef.new(shape: EvaluatorReference)
1389
+
1390
+ EvaluatorModelConfig.add_member(:bedrock_evaluator_model_config, Shapes::ShapeRef.new(shape: BedrockEvaluatorModelConfig, location_name: "bedrockEvaluatorModelConfig"))
1391
+ EvaluatorModelConfig.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1392
+ EvaluatorModelConfig.add_member_subclass(:bedrock_evaluator_model_config, Types::EvaluatorModelConfig::BedrockEvaluatorModelConfig)
1393
+ EvaluatorModelConfig.add_member_subclass(:unknown, Types::EvaluatorModelConfig::Unknown)
1394
+ EvaluatorModelConfig.struct_class = Types::EvaluatorModelConfig
1395
+
1396
+ EvaluatorReference.add_member(:evaluator_id, Shapes::ShapeRef.new(shape: EvaluatorId, location_name: "evaluatorId"))
1397
+ EvaluatorReference.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1398
+ EvaluatorReference.add_member_subclass(:evaluator_id, Types::EvaluatorReference::EvaluatorId)
1399
+ EvaluatorReference.add_member_subclass(:unknown, Types::EvaluatorReference::Unknown)
1400
+ EvaluatorReference.struct_class = Types::EvaluatorReference
1401
+
1402
+ EvaluatorSummary.add_member(:evaluator_arn, Shapes::ShapeRef.new(shape: EvaluatorArn, required: true, location_name: "evaluatorArn"))
1403
+ EvaluatorSummary.add_member(:evaluator_id, Shapes::ShapeRef.new(shape: EvaluatorId, required: true, location_name: "evaluatorId"))
1404
+ EvaluatorSummary.add_member(:evaluator_name, Shapes::ShapeRef.new(shape: EvaluatorName, required: true, location_name: "evaluatorName"))
1405
+ EvaluatorSummary.add_member(:description, Shapes::ShapeRef.new(shape: EvaluatorDescription, location_name: "description"))
1406
+ EvaluatorSummary.add_member(:evaluator_type, Shapes::ShapeRef.new(shape: EvaluatorType, required: true, location_name: "evaluatorType"))
1407
+ EvaluatorSummary.add_member(:level, Shapes::ShapeRef.new(shape: EvaluatorLevel, location_name: "level"))
1408
+ EvaluatorSummary.add_member(:status, Shapes::ShapeRef.new(shape: EvaluatorStatus, required: true, location_name: "status"))
1409
+ EvaluatorSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
1410
+ EvaluatorSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
1411
+ EvaluatorSummary.add_member(:locked_for_modification, Shapes::ShapeRef.new(shape: Boolean, location_name: "lockedForModification"))
1412
+ EvaluatorSummary.struct_class = Types::EvaluatorSummary
1413
+
1414
+ EvaluatorSummaryList.member = Shapes::ShapeRef.new(shape: EvaluatorSummary)
1415
+
919
1416
  ExtractionConfiguration.add_member(:custom_extraction_configuration, Shapes::ShapeRef.new(shape: CustomExtractionConfiguration, location_name: "customExtractionConfiguration"))
920
1417
  ExtractionConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
921
1418
  ExtractionConfiguration.add_member_subclass(:custom_extraction_configuration, Types::ExtractionConfiguration::CustomExtractionConfiguration)
922
1419
  ExtractionConfiguration.add_member_subclass(:unknown, Types::ExtractionConfiguration::Unknown)
923
1420
  ExtractionConfiguration.struct_class = Types::ExtractionConfiguration
924
1421
 
1422
+ Filter.add_member(:key, Shapes::ShapeRef.new(shape: FilterKeyString, required: true, location_name: "key"))
1423
+ Filter.add_member(:operator, Shapes::ShapeRef.new(shape: FilterOperator, required: true, location_name: "operator"))
1424
+ Filter.add_member(:value, Shapes::ShapeRef.new(shape: FilterValue, required: true, location_name: "value"))
1425
+ Filter.struct_class = Types::Filter
1426
+
1427
+ FilterList.member = Shapes::ShapeRef.new(shape: Filter)
1428
+
1429
+ FilterValue.add_member(:string_value, Shapes::ShapeRef.new(shape: FilterValueStringValueString, location_name: "stringValue"))
1430
+ FilterValue.add_member(:double_value, Shapes::ShapeRef.new(shape: Double, location_name: "doubleValue"))
1431
+ FilterValue.add_member(:boolean_value, Shapes::ShapeRef.new(shape: Boolean, location_name: "booleanValue"))
1432
+ FilterValue.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1433
+ FilterValue.add_member_subclass(:string_value, Types::FilterValue::StringValue)
1434
+ FilterValue.add_member_subclass(:double_value, Types::FilterValue::DoubleValue)
1435
+ FilterValue.add_member_subclass(:boolean_value, Types::FilterValue::BooleanValue)
1436
+ FilterValue.add_member_subclass(:unknown, Types::FilterValue::Unknown)
1437
+ FilterValue.struct_class = Types::FilterValue
1438
+
1439
+ Finding.add_member(:type, Shapes::ShapeRef.new(shape: FindingType, location_name: "type"))
1440
+ Finding.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
1441
+ Finding.struct_class = Types::Finding
1442
+
1443
+ Findings.member = Shapes::ShapeRef.new(shape: Finding)
1444
+
1445
+ GatewayInterceptionPoints.member = Shapes::ShapeRef.new(shape: GatewayInterceptionPoint)
1446
+
1447
+ GatewayInterceptorConfiguration.add_member(:interceptor, Shapes::ShapeRef.new(shape: InterceptorConfiguration, required: true, location_name: "interceptor"))
1448
+ GatewayInterceptorConfiguration.add_member(:interception_points, Shapes::ShapeRef.new(shape: GatewayInterceptionPoints, required: true, location_name: "interceptionPoints"))
1449
+ GatewayInterceptorConfiguration.add_member(:input_configuration, Shapes::ShapeRef.new(shape: InterceptorInputConfiguration, location_name: "inputConfiguration"))
1450
+ GatewayInterceptorConfiguration.struct_class = Types::GatewayInterceptorConfiguration
1451
+
1452
+ GatewayInterceptorConfigurations.member = Shapes::ShapeRef.new(shape: GatewayInterceptorConfiguration)
1453
+
1454
+ GatewayPolicyEngineConfiguration.add_member(:arn, Shapes::ShapeRef.new(shape: GatewayPolicyEngineArn, required: true, location_name: "arn"))
1455
+ GatewayPolicyEngineConfiguration.add_member(:mode, Shapes::ShapeRef.new(shape: GatewayPolicyEngineMode, required: true, location_name: "mode"))
1456
+ GatewayPolicyEngineConfiguration.struct_class = Types::GatewayPolicyEngineConfiguration
1457
+
925
1458
  GatewayProtocolConfiguration.add_member(:mcp, Shapes::ShapeRef.new(shape: MCPGatewayConfiguration, location_name: "mcp"))
926
1459
  GatewayProtocolConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
927
1460
  GatewayProtocolConfiguration.add_member_subclass(:mcp, Types::GatewayProtocolConfiguration::Mcp)
@@ -986,6 +1519,7 @@ module Aws::BedrockAgentCoreControl
986
1519
  GetAgentRuntimeResponse.add_member(:network_configuration, Shapes::ShapeRef.new(shape: NetworkConfiguration, required: true, location_name: "networkConfiguration"))
987
1520
  GetAgentRuntimeResponse.add_member(:status, Shapes::ShapeRef.new(shape: AgentRuntimeStatus, required: true, location_name: "status"))
988
1521
  GetAgentRuntimeResponse.add_member(:lifecycle_configuration, Shapes::ShapeRef.new(shape: LifecycleConfiguration, required: true, location_name: "lifecycleConfiguration"))
1522
+ GetAgentRuntimeResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
989
1523
  GetAgentRuntimeResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
990
1524
  GetAgentRuntimeResponse.add_member(:workload_identity_details, Shapes::ShapeRef.new(shape: WorkloadIdentityDetails, location_name: "workloadIdentityDetails"))
991
1525
  GetAgentRuntimeResponse.add_member(:agent_runtime_artifact, Shapes::ShapeRef.new(shape: AgentRuntimeArtifact, location_name: "agentRuntimeArtifact"))
@@ -1037,6 +1571,21 @@ module Aws::BedrockAgentCoreControl
1037
1571
  GetCodeInterpreterResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
1038
1572
  GetCodeInterpreterResponse.struct_class = Types::GetCodeInterpreterResponse
1039
1573
 
1574
+ GetEvaluatorRequest.add_member(:evaluator_id, Shapes::ShapeRef.new(shape: EvaluatorId, required: true, location: "uri", location_name: "evaluatorId"))
1575
+ GetEvaluatorRequest.struct_class = Types::GetEvaluatorRequest
1576
+
1577
+ GetEvaluatorResponse.add_member(:evaluator_arn, Shapes::ShapeRef.new(shape: EvaluatorArn, required: true, location_name: "evaluatorArn"))
1578
+ GetEvaluatorResponse.add_member(:evaluator_id, Shapes::ShapeRef.new(shape: EvaluatorId, required: true, location_name: "evaluatorId"))
1579
+ GetEvaluatorResponse.add_member(:evaluator_name, Shapes::ShapeRef.new(shape: EvaluatorName, required: true, location_name: "evaluatorName"))
1580
+ GetEvaluatorResponse.add_member(:description, Shapes::ShapeRef.new(shape: EvaluatorDescription, location_name: "description"))
1581
+ GetEvaluatorResponse.add_member(:evaluator_config, Shapes::ShapeRef.new(shape: EvaluatorConfig, required: true, location_name: "evaluatorConfig"))
1582
+ GetEvaluatorResponse.add_member(:level, Shapes::ShapeRef.new(shape: EvaluatorLevel, required: true, location_name: "level"))
1583
+ GetEvaluatorResponse.add_member(:status, Shapes::ShapeRef.new(shape: EvaluatorStatus, required: true, location_name: "status"))
1584
+ GetEvaluatorResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
1585
+ GetEvaluatorResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
1586
+ GetEvaluatorResponse.add_member(:locked_for_modification, Shapes::ShapeRef.new(shape: Boolean, location_name: "lockedForModification"))
1587
+ GetEvaluatorResponse.struct_class = Types::GetEvaluatorResponse
1588
+
1040
1589
  GetGatewayRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
1041
1590
  GetGatewayRequest.struct_class = Types::GetGatewayRequest
1042
1591
 
@@ -1055,6 +1604,8 @@ module Aws::BedrockAgentCoreControl
1055
1604
  GetGatewayResponse.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, required: true, location_name: "authorizerType"))
1056
1605
  GetGatewayResponse.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
1057
1606
  GetGatewayResponse.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
1607
+ GetGatewayResponse.add_member(:interceptor_configurations, Shapes::ShapeRef.new(shape: GatewayInterceptorConfigurations, location_name: "interceptorConfigurations"))
1608
+ GetGatewayResponse.add_member(:policy_engine_configuration, Shapes::ShapeRef.new(shape: GatewayPolicyEngineConfiguration, location_name: "policyEngineConfiguration"))
1058
1609
  GetGatewayResponse.add_member(:workload_identity_details, Shapes::ShapeRef.new(shape: WorkloadIdentityDetails, location_name: "workloadIdentityDetails"))
1059
1610
  GetGatewayResponse.add_member(:exception_level, Shapes::ShapeRef.new(shape: ExceptionLevel, location_name: "exceptionLevel"))
1060
1611
  GetGatewayResponse.struct_class = Types::GetGatewayResponse
@@ -1095,6 +1646,76 @@ module Aws::BedrockAgentCoreControl
1095
1646
  GetOauth2CredentialProviderResponse.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedTime"))
1096
1647
  GetOauth2CredentialProviderResponse.struct_class = Types::GetOauth2CredentialProviderResponse
1097
1648
 
1649
+ GetOnlineEvaluationConfigRequest.add_member(:online_evaluation_config_id, Shapes::ShapeRef.new(shape: OnlineEvaluationConfigId, required: true, location: "uri", location_name: "onlineEvaluationConfigId"))
1650
+ GetOnlineEvaluationConfigRequest.struct_class = Types::GetOnlineEvaluationConfigRequest
1651
+
1652
+ GetOnlineEvaluationConfigResponse.add_member(:online_evaluation_config_arn, Shapes::ShapeRef.new(shape: OnlineEvaluationConfigArn, required: true, location_name: "onlineEvaluationConfigArn"))
1653
+ GetOnlineEvaluationConfigResponse.add_member(:online_evaluation_config_id, Shapes::ShapeRef.new(shape: OnlineEvaluationConfigId, required: true, location_name: "onlineEvaluationConfigId"))
1654
+ GetOnlineEvaluationConfigResponse.add_member(:online_evaluation_config_name, Shapes::ShapeRef.new(shape: EvaluationConfigName, required: true, location_name: "onlineEvaluationConfigName"))
1655
+ GetOnlineEvaluationConfigResponse.add_member(:description, Shapes::ShapeRef.new(shape: EvaluationConfigDescription, location_name: "description"))
1656
+ GetOnlineEvaluationConfigResponse.add_member(:rule, Shapes::ShapeRef.new(shape: Rule, required: true, location_name: "rule"))
1657
+ GetOnlineEvaluationConfigResponse.add_member(:data_source_config, Shapes::ShapeRef.new(shape: DataSourceConfig, required: true, location_name: "dataSourceConfig"))
1658
+ GetOnlineEvaluationConfigResponse.add_member(:evaluators, Shapes::ShapeRef.new(shape: EvaluatorList, required: true, location_name: "evaluators"))
1659
+ GetOnlineEvaluationConfigResponse.add_member(:output_config, Shapes::ShapeRef.new(shape: OutputConfig, location_name: "outputConfig"))
1660
+ GetOnlineEvaluationConfigResponse.add_member(:evaluation_execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "evaluationExecutionRoleArn"))
1661
+ GetOnlineEvaluationConfigResponse.add_member(:status, Shapes::ShapeRef.new(shape: OnlineEvaluationConfigStatus, required: true, location_name: "status"))
1662
+ GetOnlineEvaluationConfigResponse.add_member(:execution_status, Shapes::ShapeRef.new(shape: OnlineEvaluationExecutionStatus, required: true, location_name: "executionStatus"))
1663
+ GetOnlineEvaluationConfigResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
1664
+ GetOnlineEvaluationConfigResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
1665
+ GetOnlineEvaluationConfigResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
1666
+ GetOnlineEvaluationConfigResponse.struct_class = Types::GetOnlineEvaluationConfigResponse
1667
+
1668
+ GetPolicyEngineRequest.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyEngineId"))
1669
+ GetPolicyEngineRequest.struct_class = Types::GetPolicyEngineRequest
1670
+
1671
+ GetPolicyEngineResponse.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyEngineId"))
1672
+ GetPolicyEngineResponse.add_member(:name, Shapes::ShapeRef.new(shape: PolicyEngineName, required: true, location_name: "name"))
1673
+ GetPolicyEngineResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1674
+ GetPolicyEngineResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
1675
+ GetPolicyEngineResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
1676
+ GetPolicyEngineResponse.add_member(:policy_engine_arn, Shapes::ShapeRef.new(shape: PolicyEngineArn, required: true, location_name: "policyEngineArn"))
1677
+ GetPolicyEngineResponse.add_member(:status, Shapes::ShapeRef.new(shape: PolicyEngineStatus, required: true, location_name: "status"))
1678
+ GetPolicyEngineResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
1679
+ GetPolicyEngineResponse.struct_class = Types::GetPolicyEngineResponse
1680
+
1681
+ GetPolicyGenerationRequest.add_member(:policy_generation_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyGenerationId"))
1682
+ GetPolicyGenerationRequest.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyEngineId"))
1683
+ GetPolicyGenerationRequest.struct_class = Types::GetPolicyGenerationRequest
1684
+
1685
+ GetPolicyGenerationResponse.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyEngineId"))
1686
+ GetPolicyGenerationResponse.add_member(:policy_generation_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyGenerationId"))
1687
+ GetPolicyGenerationResponse.add_member(:name, Shapes::ShapeRef.new(shape: PolicyGenerationName, required: true, location_name: "name"))
1688
+ GetPolicyGenerationResponse.add_member(:policy_generation_arn, Shapes::ShapeRef.new(shape: PolicyGenerationArn, required: true, location_name: "policyGenerationArn"))
1689
+ GetPolicyGenerationResponse.add_member(:resource, Shapes::ShapeRef.new(shape: Resource, required: true, location_name: "resource"))
1690
+ GetPolicyGenerationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
1691
+ GetPolicyGenerationResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
1692
+ GetPolicyGenerationResponse.add_member(:status, Shapes::ShapeRef.new(shape: PolicyGenerationStatus, required: true, location_name: "status"))
1693
+ GetPolicyGenerationResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
1694
+ GetPolicyGenerationResponse.add_member(:findings, Shapes::ShapeRef.new(shape: String, location_name: "findings"))
1695
+ GetPolicyGenerationResponse.struct_class = Types::GetPolicyGenerationResponse
1696
+
1697
+ GetPolicyRequest.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyEngineId"))
1698
+ GetPolicyRequest.add_member(:policy_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyId"))
1699
+ GetPolicyRequest.struct_class = Types::GetPolicyRequest
1700
+
1701
+ GetPolicyResponse.add_member(:policy_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyId"))
1702
+ GetPolicyResponse.add_member(:name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location_name: "name"))
1703
+ GetPolicyResponse.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyEngineId"))
1704
+ GetPolicyResponse.add_member(:definition, Shapes::ShapeRef.new(shape: PolicyDefinition, required: true, location_name: "definition"))
1705
+ GetPolicyResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1706
+ GetPolicyResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
1707
+ GetPolicyResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
1708
+ GetPolicyResponse.add_member(:policy_arn, Shapes::ShapeRef.new(shape: PolicyArn, required: true, location_name: "policyArn"))
1709
+ GetPolicyResponse.add_member(:status, Shapes::ShapeRef.new(shape: PolicyStatus, required: true, location_name: "status"))
1710
+ GetPolicyResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
1711
+ GetPolicyResponse.struct_class = Types::GetPolicyResponse
1712
+
1713
+ GetResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: BedrockAgentcoreResourceArn, required: true, location: "uri", location_name: "resourceArn"))
1714
+ GetResourcePolicyRequest.struct_class = Types::GetResourcePolicyRequest
1715
+
1716
+ GetResourcePolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: ResourcePolicyBody, location_name: "policy"))
1717
+ GetResourcePolicyResponse.struct_class = Types::GetResourcePolicyResponse
1718
+
1098
1719
  GetTokenVaultRequest.add_member(:token_vault_id, Shapes::ShapeRef.new(shape: TokenVaultIdType, location_name: "tokenVaultId"))
1099
1720
  GetTokenVaultRequest.struct_class = Types::GetTokenVaultRequest
1100
1721
 
@@ -1140,6 +1761,23 @@ module Aws::BedrockAgentCoreControl
1140
1761
  IncludedOauth2ProviderConfigOutput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, location_name: "clientId"))
1141
1762
  IncludedOauth2ProviderConfigOutput.struct_class = Types::IncludedOauth2ProviderConfigOutput
1142
1763
 
1764
+ InferenceConfiguration.add_member(:max_tokens, Shapes::ShapeRef.new(shape: InferenceConfigurationMaxTokensInteger, location_name: "maxTokens"))
1765
+ InferenceConfiguration.add_member(:temperature, Shapes::ShapeRef.new(shape: InferenceConfigurationTemperatureFloat, location_name: "temperature"))
1766
+ InferenceConfiguration.add_member(:top_p, Shapes::ShapeRef.new(shape: InferenceConfigurationTopPFloat, location_name: "topP"))
1767
+ InferenceConfiguration.add_member(:stop_sequences, Shapes::ShapeRef.new(shape: InferenceConfigurationStopSequencesList, location_name: "stopSequences"))
1768
+ InferenceConfiguration.struct_class = Types::InferenceConfiguration
1769
+
1770
+ InferenceConfigurationStopSequencesList.member = Shapes::ShapeRef.new(shape: NonEmptyString)
1771
+
1772
+ InterceptorConfiguration.add_member(:lambda, Shapes::ShapeRef.new(shape: LambdaInterceptorConfiguration, location_name: "lambda"))
1773
+ InterceptorConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1774
+ InterceptorConfiguration.add_member_subclass(:lambda, Types::InterceptorConfiguration::Lambda)
1775
+ InterceptorConfiguration.add_member_subclass(:unknown, Types::InterceptorConfiguration::Unknown)
1776
+ InterceptorConfiguration.struct_class = Types::InterceptorConfiguration
1777
+
1778
+ InterceptorInputConfiguration.add_member(:pass_request_headers, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "passRequestHeaders"))
1779
+ InterceptorInputConfiguration.struct_class = Types::InterceptorInputConfiguration
1780
+
1143
1781
  InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
1144
1782
  InternalServerException.struct_class = Types::InternalServerException
1145
1783
 
@@ -1155,6 +1793,9 @@ module Aws::BedrockAgentCoreControl
1155
1793
  KmsConfiguration.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
1156
1794
  KmsConfiguration.struct_class = Types::KmsConfiguration
1157
1795
 
1796
+ LambdaInterceptorConfiguration.add_member(:arn, Shapes::ShapeRef.new(shape: LambdaFunctionArn, required: true, location_name: "arn"))
1797
+ LambdaInterceptorConfiguration.struct_class = Types::LambdaInterceptorConfiguration
1798
+
1158
1799
  LifecycleConfiguration.add_member(:idle_runtime_session_timeout, Shapes::ShapeRef.new(shape: LifecycleConfigurationIdleRuntimeSessionTimeoutInteger, location_name: "idleRuntimeSessionTimeout"))
1159
1800
  LifecycleConfiguration.add_member(:max_lifetime, Shapes::ShapeRef.new(shape: LifecycleConfigurationMaxLifetimeInteger, location_name: "maxLifetime"))
1160
1801
  LifecycleConfiguration.struct_class = Types::LifecycleConfiguration
@@ -1219,6 +1860,14 @@ module Aws::BedrockAgentCoreControl
1219
1860
  ListCodeInterpretersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1220
1861
  ListCodeInterpretersResponse.struct_class = Types::ListCodeInterpretersResponse
1221
1862
 
1863
+ ListEvaluatorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
1864
+ ListEvaluatorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListEvaluatorsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
1865
+ ListEvaluatorsRequest.struct_class = Types::ListEvaluatorsRequest
1866
+
1867
+ ListEvaluatorsResponse.add_member(:evaluators, Shapes::ShapeRef.new(shape: EvaluatorSummaryList, required: true, location_name: "evaluators"))
1868
+ ListEvaluatorsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
1869
+ ListEvaluatorsResponse.struct_class = Types::ListEvaluatorsResponse
1870
+
1222
1871
  ListGatewayTargetsRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
1223
1872
  ListGatewayTargetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: TargetMaxResults, location: "querystring", location_name: "maxResults"))
1224
1873
  ListGatewayTargetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: TargetNextToken, location: "querystring", location_name: "nextToken"))
@@ -1252,6 +1901,51 @@ module Aws::BedrockAgentCoreControl
1252
1901
  ListOauth2CredentialProvidersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
1253
1902
  ListOauth2CredentialProvidersResponse.struct_class = Types::ListOauth2CredentialProvidersResponse
1254
1903
 
1904
+ ListOnlineEvaluationConfigsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
1905
+ ListOnlineEvaluationConfigsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListOnlineEvaluationConfigsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
1906
+ ListOnlineEvaluationConfigsRequest.struct_class = Types::ListOnlineEvaluationConfigsRequest
1907
+
1908
+ ListOnlineEvaluationConfigsResponse.add_member(:online_evaluation_configs, Shapes::ShapeRef.new(shape: OnlineEvaluationConfigSummaryList, required: true, location_name: "onlineEvaluationConfigs"))
1909
+ ListOnlineEvaluationConfigsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
1910
+ ListOnlineEvaluationConfigsResponse.struct_class = Types::ListOnlineEvaluationConfigsResponse
1911
+
1912
+ ListPoliciesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1913
+ ListPoliciesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1914
+ ListPoliciesRequest.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyEngineId"))
1915
+ ListPoliciesRequest.add_member(:target_resource_scope, Shapes::ShapeRef.new(shape: BedrockAgentcoreResourceArn, location: "querystring", location_name: "targetResourceScope"))
1916
+ ListPoliciesRequest.struct_class = Types::ListPoliciesRequest
1917
+
1918
+ ListPoliciesResponse.add_member(:policies, Shapes::ShapeRef.new(shape: Policies, required: true, location_name: "policies"))
1919
+ ListPoliciesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1920
+ ListPoliciesResponse.struct_class = Types::ListPoliciesResponse
1921
+
1922
+ ListPolicyEnginesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1923
+ ListPolicyEnginesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1924
+ ListPolicyEnginesRequest.struct_class = Types::ListPolicyEnginesRequest
1925
+
1926
+ ListPolicyEnginesResponse.add_member(:policy_engines, Shapes::ShapeRef.new(shape: PolicyEngines, required: true, location_name: "policyEngines"))
1927
+ ListPolicyEnginesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1928
+ ListPolicyEnginesResponse.struct_class = Types::ListPolicyEnginesResponse
1929
+
1930
+ ListPolicyGenerationAssetsRequest.add_member(:policy_generation_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyGenerationId"))
1931
+ ListPolicyGenerationAssetsRequest.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyEngineId"))
1932
+ ListPolicyGenerationAssetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1933
+ ListPolicyGenerationAssetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1934
+ ListPolicyGenerationAssetsRequest.struct_class = Types::ListPolicyGenerationAssetsRequest
1935
+
1936
+ ListPolicyGenerationAssetsResponse.add_member(:policy_generation_assets, Shapes::ShapeRef.new(shape: PolicyGenerationAssets, location_name: "policyGenerationAssets"))
1937
+ ListPolicyGenerationAssetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1938
+ ListPolicyGenerationAssetsResponse.struct_class = Types::ListPolicyGenerationAssetsResponse
1939
+
1940
+ ListPolicyGenerationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1941
+ ListPolicyGenerationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1942
+ ListPolicyGenerationsRequest.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyEngineId"))
1943
+ ListPolicyGenerationsRequest.struct_class = Types::ListPolicyGenerationsRequest
1944
+
1945
+ ListPolicyGenerationsResponse.add_member(:policy_generations, Shapes::ShapeRef.new(shape: PolicyGenerations, required: true, location_name: "policyGenerations"))
1946
+ ListPolicyGenerationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1947
+ ListPolicyGenerationsResponse.struct_class = Types::ListPolicyGenerationsResponse
1948
+
1255
1949
  ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourcesArn, required: true, location: "uri", location_name: "resourceArn"))
1256
1950
  ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
1257
1951
 
@@ -1266,11 +1960,18 @@ module Aws::BedrockAgentCoreControl
1266
1960
  ListWorkloadIdentitiesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
1267
1961
  ListWorkloadIdentitiesResponse.struct_class = Types::ListWorkloadIdentitiesResponse
1268
1962
 
1963
+ LlmAsAJudgeEvaluatorConfig.add_member(:instructions, Shapes::ShapeRef.new(shape: EvaluatorInstructions, required: true, location_name: "instructions"))
1964
+ LlmAsAJudgeEvaluatorConfig.add_member(:rating_scale, Shapes::ShapeRef.new(shape: RatingScale, required: true, location_name: "ratingScale"))
1965
+ LlmAsAJudgeEvaluatorConfig.add_member(:model_config, Shapes::ShapeRef.new(shape: EvaluatorModelConfig, required: true, location_name: "modelConfig"))
1966
+ LlmAsAJudgeEvaluatorConfig.struct_class = Types::LlmAsAJudgeEvaluatorConfig
1967
+
1269
1968
  MCPGatewayConfiguration.add_member(:supported_versions, Shapes::ShapeRef.new(shape: McpSupportedVersions, location_name: "supportedVersions"))
1270
1969
  MCPGatewayConfiguration.add_member(:instructions, Shapes::ShapeRef.new(shape: McpInstructions, location_name: "instructions"))
1271
1970
  MCPGatewayConfiguration.add_member(:search_type, Shapes::ShapeRef.new(shape: SearchType, location_name: "searchType"))
1272
1971
  MCPGatewayConfiguration.struct_class = Types::MCPGatewayConfiguration
1273
1972
 
1973
+ MatchValueStringList.member = Shapes::ShapeRef.new(shape: MatchValueString)
1974
+
1274
1975
  McpLambdaTargetConfiguration.add_member(:lambda_arn, Shapes::ShapeRef.new(shape: LambdaFunctionArn, required: true, location_name: "lambdaArn"))
1275
1976
  McpLambdaTargetConfiguration.add_member(:tool_schema, Shapes::ShapeRef.new(shape: ToolSchema, required: true, location_name: "toolSchema"))
1276
1977
  McpLambdaTargetConfiguration.struct_class = Types::McpLambdaTargetConfiguration
@@ -1284,11 +1985,13 @@ module Aws::BedrockAgentCoreControl
1284
1985
  McpTargetConfiguration.add_member(:smithy_model, Shapes::ShapeRef.new(shape: ApiSchemaConfiguration, location_name: "smithyModel"))
1285
1986
  McpTargetConfiguration.add_member(:lambda, Shapes::ShapeRef.new(shape: McpLambdaTargetConfiguration, location_name: "lambda"))
1286
1987
  McpTargetConfiguration.add_member(:mcp_server, Shapes::ShapeRef.new(shape: McpServerTargetConfiguration, location_name: "mcpServer"))
1988
+ McpTargetConfiguration.add_member(:api_gateway, Shapes::ShapeRef.new(shape: ApiGatewayTargetConfiguration, location_name: "apiGateway"))
1287
1989
  McpTargetConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1288
1990
  McpTargetConfiguration.add_member_subclass(:open_api_schema, Types::McpTargetConfiguration::OpenApiSchema)
1289
1991
  McpTargetConfiguration.add_member_subclass(:smithy_model, Types::McpTargetConfiguration::SmithyModel)
1290
1992
  McpTargetConfiguration.add_member_subclass(:lambda, Types::McpTargetConfiguration::Lambda)
1291
1993
  McpTargetConfiguration.add_member_subclass(:mcp_server, Types::McpTargetConfiguration::McpServer)
1994
+ McpTargetConfiguration.add_member_subclass(:api_gateway, Types::McpTargetConfiguration::ApiGateway)
1292
1995
  McpTargetConfiguration.add_member_subclass(:unknown, Types::McpTargetConfiguration::Unknown)
1293
1996
  McpTargetConfiguration.struct_class = Types::McpTargetConfiguration
1294
1997
 
@@ -1321,11 +2024,13 @@ module Aws::BedrockAgentCoreControl
1321
2024
  MemoryStrategyInput.add_member(:summary_memory_strategy, Shapes::ShapeRef.new(shape: SummaryMemoryStrategyInput, location_name: "summaryMemoryStrategy"))
1322
2025
  MemoryStrategyInput.add_member(:user_preference_memory_strategy, Shapes::ShapeRef.new(shape: UserPreferenceMemoryStrategyInput, location_name: "userPreferenceMemoryStrategy"))
1323
2026
  MemoryStrategyInput.add_member(:custom_memory_strategy, Shapes::ShapeRef.new(shape: CustomMemoryStrategyInput, location_name: "customMemoryStrategy"))
2027
+ MemoryStrategyInput.add_member(:episodic_memory_strategy, Shapes::ShapeRef.new(shape: EpisodicMemoryStrategyInput, location_name: "episodicMemoryStrategy"))
1324
2028
  MemoryStrategyInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1325
2029
  MemoryStrategyInput.add_member_subclass(:semantic_memory_strategy, Types::MemoryStrategyInput::SemanticMemoryStrategy)
1326
2030
  MemoryStrategyInput.add_member_subclass(:summary_memory_strategy, Types::MemoryStrategyInput::SummaryMemoryStrategy)
1327
2031
  MemoryStrategyInput.add_member_subclass(:user_preference_memory_strategy, Types::MemoryStrategyInput::UserPreferenceMemoryStrategy)
1328
2032
  MemoryStrategyInput.add_member_subclass(:custom_memory_strategy, Types::MemoryStrategyInput::CustomMemoryStrategy)
2033
+ MemoryStrategyInput.add_member_subclass(:episodic_memory_strategy, Types::MemoryStrategyInput::EpisodicMemoryStrategy)
1329
2034
  MemoryStrategyInput.add_member_subclass(:unknown, Types::MemoryStrategyInput::Unknown)
1330
2035
  MemoryStrategyInput.struct_class = Types::MemoryStrategyInput
1331
2036
 
@@ -1386,6 +2091,14 @@ module Aws::BedrockAgentCoreControl
1386
2091
  ModifyMemoryStrategyInput.add_member(:configuration, Shapes::ShapeRef.new(shape: ModifyStrategyConfiguration, location_name: "configuration"))
1387
2092
  ModifyMemoryStrategyInput.struct_class = Types::ModifyMemoryStrategyInput
1388
2093
 
2094
+ ModifyReflectionConfiguration.add_member(:episodic_reflection_configuration, Shapes::ShapeRef.new(shape: EpisodicReflectionConfigurationInput, location_name: "episodicReflectionConfiguration"))
2095
+ ModifyReflectionConfiguration.add_member(:custom_reflection_configuration, Shapes::ShapeRef.new(shape: CustomReflectionConfigurationInput, location_name: "customReflectionConfiguration"))
2096
+ ModifyReflectionConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
2097
+ ModifyReflectionConfiguration.add_member_subclass(:episodic_reflection_configuration, Types::ModifyReflectionConfiguration::EpisodicReflectionConfiguration)
2098
+ ModifyReflectionConfiguration.add_member_subclass(:custom_reflection_configuration, Types::ModifyReflectionConfiguration::CustomReflectionConfiguration)
2099
+ ModifyReflectionConfiguration.add_member_subclass(:unknown, Types::ModifyReflectionConfiguration::Unknown)
2100
+ ModifyReflectionConfiguration.struct_class = Types::ModifyReflectionConfiguration
2101
+
1389
2102
  ModifySelfManagedConfiguration.add_member(:trigger_conditions, Shapes::ShapeRef.new(shape: TriggerConditionInputList, location_name: "triggerConditions"))
1390
2103
  ModifySelfManagedConfiguration.add_member(:invocation_configuration, Shapes::ShapeRef.new(shape: ModifyInvocationConfigurationInput, location_name: "invocationConfiguration"))
1391
2104
  ModifySelfManagedConfiguration.add_member(:historical_context_window_size, Shapes::ShapeRef.new(shape: ModifySelfManagedConfigurationHistoricalContextWindowSizeInteger, location_name: "historicalContextWindowSize"))
@@ -1393,6 +2106,7 @@ module Aws::BedrockAgentCoreControl
1393
2106
 
1394
2107
  ModifyStrategyConfiguration.add_member(:extraction, Shapes::ShapeRef.new(shape: ModifyExtractionConfiguration, location_name: "extraction"))
1395
2108
  ModifyStrategyConfiguration.add_member(:consolidation, Shapes::ShapeRef.new(shape: ModifyConsolidationConfiguration, location_name: "consolidation"))
2109
+ ModifyStrategyConfiguration.add_member(:reflection, Shapes::ShapeRef.new(shape: ModifyReflectionConfiguration, location_name: "reflection"))
1396
2110
  ModifyStrategyConfiguration.add_member(:self_managed_configuration, Shapes::ShapeRef.new(shape: ModifySelfManagedConfiguration, location_name: "selfManagedConfiguration"))
1397
2111
  ModifyStrategyConfiguration.struct_class = Types::ModifyStrategyConfiguration
1398
2112
 
@@ -1402,9 +2116,18 @@ module Aws::BedrockAgentCoreControl
1402
2116
  NetworkConfiguration.add_member(:network_mode_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "networkModeConfig"))
1403
2117
  NetworkConfiguration.struct_class = Types::NetworkConfiguration
1404
2118
 
2119
+ NumericalScaleDefinition.add_member(:definition, Shapes::ShapeRef.new(shape: String, required: true, location_name: "definition"))
2120
+ NumericalScaleDefinition.add_member(:value, Shapes::ShapeRef.new(shape: NumericalScaleDefinitionValueDouble, required: true, location_name: "value"))
2121
+ NumericalScaleDefinition.add_member(:label, Shapes::ShapeRef.new(shape: NumericalScaleDefinitionLabelString, required: true, location_name: "label"))
2122
+ NumericalScaleDefinition.struct_class = Types::NumericalScaleDefinition
2123
+
2124
+ NumericalScaleDefinitions.member = Shapes::ShapeRef.new(shape: NumericalScaleDefinition)
2125
+
1405
2126
  OAuthCredentialProvider.add_member(:provider_arn, Shapes::ShapeRef.new(shape: OAuthCredentialProviderArn, required: true, location_name: "providerArn"))
1406
2127
  OAuthCredentialProvider.add_member(:scopes, Shapes::ShapeRef.new(shape: OAuthScopes, required: true, location_name: "scopes"))
1407
2128
  OAuthCredentialProvider.add_member(:custom_parameters, Shapes::ShapeRef.new(shape: OAuthCustomParameters, location_name: "customParameters"))
2129
+ OAuthCredentialProvider.add_member(:grant_type, Shapes::ShapeRef.new(shape: OAuthGrantType, location_name: "grantType"))
2130
+ OAuthCredentialProvider.add_member(:default_return_url, Shapes::ShapeRef.new(shape: OAuthDefaultReturnUrl, location_name: "defaultReturnUrl"))
1408
2131
  OAuthCredentialProvider.struct_class = Types::OAuthCredentialProvider
1409
2132
 
1410
2133
  OAuthCustomParameters.key = Shapes::ShapeRef.new(shape: OAuthCustomParametersKey)
@@ -1480,13 +2203,108 @@ module Aws::BedrockAgentCoreControl
1480
2203
  Oauth2ProviderConfigOutput.add_member_subclass(:unknown, Types::Oauth2ProviderConfigOutput::Unknown)
1481
2204
  Oauth2ProviderConfigOutput.struct_class = Types::Oauth2ProviderConfigOutput
1482
2205
 
2206
+ OnlineEvaluationConfigSummary.add_member(:online_evaluation_config_arn, Shapes::ShapeRef.new(shape: OnlineEvaluationConfigArn, required: true, location_name: "onlineEvaluationConfigArn"))
2207
+ OnlineEvaluationConfigSummary.add_member(:online_evaluation_config_id, Shapes::ShapeRef.new(shape: OnlineEvaluationConfigId, required: true, location_name: "onlineEvaluationConfigId"))
2208
+ OnlineEvaluationConfigSummary.add_member(:online_evaluation_config_name, Shapes::ShapeRef.new(shape: EvaluationConfigName, required: true, location_name: "onlineEvaluationConfigName"))
2209
+ OnlineEvaluationConfigSummary.add_member(:description, Shapes::ShapeRef.new(shape: EvaluationConfigDescription, location_name: "description"))
2210
+ OnlineEvaluationConfigSummary.add_member(:status, Shapes::ShapeRef.new(shape: OnlineEvaluationConfigStatus, required: true, location_name: "status"))
2211
+ OnlineEvaluationConfigSummary.add_member(:execution_status, Shapes::ShapeRef.new(shape: OnlineEvaluationExecutionStatus, required: true, location_name: "executionStatus"))
2212
+ OnlineEvaluationConfigSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
2213
+ OnlineEvaluationConfigSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
2214
+ OnlineEvaluationConfigSummary.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
2215
+ OnlineEvaluationConfigSummary.struct_class = Types::OnlineEvaluationConfigSummary
2216
+
2217
+ OnlineEvaluationConfigSummaryList.member = Shapes::ShapeRef.new(shape: OnlineEvaluationConfigSummary)
2218
+
2219
+ OutputConfig.add_member(:cloud_watch_config, Shapes::ShapeRef.new(shape: CloudWatchOutputConfig, required: true, location_name: "cloudWatchConfig"))
2220
+ OutputConfig.struct_class = Types::OutputConfig
2221
+
2222
+ Policies.member = Shapes::ShapeRef.new(shape: Policy)
2223
+
2224
+ Policy.add_member(:policy_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyId"))
2225
+ Policy.add_member(:name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location_name: "name"))
2226
+ Policy.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyEngineId"))
2227
+ Policy.add_member(:definition, Shapes::ShapeRef.new(shape: PolicyDefinition, required: true, location_name: "definition"))
2228
+ Policy.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
2229
+ Policy.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
2230
+ Policy.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
2231
+ Policy.add_member(:policy_arn, Shapes::ShapeRef.new(shape: PolicyArn, required: true, location_name: "policyArn"))
2232
+ Policy.add_member(:status, Shapes::ShapeRef.new(shape: PolicyStatus, required: true, location_name: "status"))
2233
+ Policy.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
2234
+ Policy.struct_class = Types::Policy
2235
+
2236
+ PolicyDefinition.add_member(:cedar, Shapes::ShapeRef.new(shape: CedarPolicy, location_name: "cedar"))
2237
+ PolicyDefinition.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
2238
+ PolicyDefinition.add_member_subclass(:cedar, Types::PolicyDefinition::Cedar)
2239
+ PolicyDefinition.add_member_subclass(:unknown, Types::PolicyDefinition::Unknown)
2240
+ PolicyDefinition.struct_class = Types::PolicyDefinition
2241
+
2242
+ PolicyEngine.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyEngineId"))
2243
+ PolicyEngine.add_member(:name, Shapes::ShapeRef.new(shape: PolicyEngineName, required: true, location_name: "name"))
2244
+ PolicyEngine.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
2245
+ PolicyEngine.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
2246
+ PolicyEngine.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
2247
+ PolicyEngine.add_member(:policy_engine_arn, Shapes::ShapeRef.new(shape: PolicyEngineArn, required: true, location_name: "policyEngineArn"))
2248
+ PolicyEngine.add_member(:status, Shapes::ShapeRef.new(shape: PolicyEngineStatus, required: true, location_name: "status"))
2249
+ PolicyEngine.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
2250
+ PolicyEngine.struct_class = Types::PolicyEngine
2251
+
2252
+ PolicyEngines.member = Shapes::ShapeRef.new(shape: PolicyEngine)
2253
+
2254
+ PolicyGeneration.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyEngineId"))
2255
+ PolicyGeneration.add_member(:policy_generation_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyGenerationId"))
2256
+ PolicyGeneration.add_member(:name, Shapes::ShapeRef.new(shape: PolicyGenerationName, required: true, location_name: "name"))
2257
+ PolicyGeneration.add_member(:policy_generation_arn, Shapes::ShapeRef.new(shape: PolicyGenerationArn, required: true, location_name: "policyGenerationArn"))
2258
+ PolicyGeneration.add_member(:resource, Shapes::ShapeRef.new(shape: Resource, required: true, location_name: "resource"))
2259
+ PolicyGeneration.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
2260
+ PolicyGeneration.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
2261
+ PolicyGeneration.add_member(:status, Shapes::ShapeRef.new(shape: PolicyGenerationStatus, required: true, location_name: "status"))
2262
+ PolicyGeneration.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
2263
+ PolicyGeneration.add_member(:findings, Shapes::ShapeRef.new(shape: String, location_name: "findings"))
2264
+ PolicyGeneration.struct_class = Types::PolicyGeneration
2265
+
2266
+ PolicyGenerationAsset.add_member(:policy_generation_asset_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyGenerationAssetId"))
2267
+ PolicyGenerationAsset.add_member(:definition, Shapes::ShapeRef.new(shape: PolicyDefinition, location_name: "definition"))
2268
+ PolicyGenerationAsset.add_member(:raw_text_fragment, Shapes::ShapeRef.new(shape: NaturalLanguage, required: true, location_name: "rawTextFragment"))
2269
+ PolicyGenerationAsset.add_member(:findings, Shapes::ShapeRef.new(shape: Findings, required: true, location_name: "findings"))
2270
+ PolicyGenerationAsset.struct_class = Types::PolicyGenerationAsset
2271
+
2272
+ PolicyGenerationAssets.member = Shapes::ShapeRef.new(shape: PolicyGenerationAsset)
2273
+
2274
+ PolicyGenerations.member = Shapes::ShapeRef.new(shape: PolicyGeneration)
2275
+
2276
+ PolicyStatusReasons.member = Shapes::ShapeRef.new(shape: String)
2277
+
1483
2278
  ProtocolConfiguration.add_member(:server_protocol, Shapes::ShapeRef.new(shape: ServerProtocol, required: true, location_name: "serverProtocol"))
1484
2279
  ProtocolConfiguration.struct_class = Types::ProtocolConfiguration
1485
2280
 
2281
+ PutResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: BedrockAgentcoreResourceArn, required: true, location: "uri", location_name: "resourceArn"))
2282
+ PutResourcePolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: ResourcePolicyBody, required: true, location_name: "policy"))
2283
+ PutResourcePolicyRequest.struct_class = Types::PutResourcePolicyRequest
2284
+
2285
+ PutResourcePolicyResponse.add_member(:policy, Shapes::ShapeRef.new(shape: ResourcePolicyBody, required: true, location_name: "policy"))
2286
+ PutResourcePolicyResponse.struct_class = Types::PutResourcePolicyResponse
2287
+
2288
+ RatingScale.add_member(:numerical, Shapes::ShapeRef.new(shape: NumericalScaleDefinitions, location_name: "numerical"))
2289
+ RatingScale.add_member(:categorical, Shapes::ShapeRef.new(shape: CategoricalScaleDefinitions, location_name: "categorical"))
2290
+ RatingScale.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
2291
+ RatingScale.add_member_subclass(:numerical, Types::RatingScale::Numerical)
2292
+ RatingScale.add_member_subclass(:categorical, Types::RatingScale::Categorical)
2293
+ RatingScale.add_member_subclass(:unknown, Types::RatingScale::Unknown)
2294
+ RatingScale.struct_class = Types::RatingScale
2295
+
1486
2296
  RecordingConfig.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "enabled"))
1487
2297
  RecordingConfig.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "s3Location"))
1488
2298
  RecordingConfig.struct_class = Types::RecordingConfig
1489
2299
 
2300
+ ReflectionConfiguration.add_member(:custom_reflection_configuration, Shapes::ShapeRef.new(shape: CustomReflectionConfiguration, location_name: "customReflectionConfiguration"))
2301
+ ReflectionConfiguration.add_member(:episodic_reflection_configuration, Shapes::ShapeRef.new(shape: EpisodicReflectionConfiguration, location_name: "episodicReflectionConfiguration"))
2302
+ ReflectionConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
2303
+ ReflectionConfiguration.add_member_subclass(:custom_reflection_configuration, Types::ReflectionConfiguration::CustomReflectionConfiguration)
2304
+ ReflectionConfiguration.add_member_subclass(:episodic_reflection_configuration, Types::ReflectionConfiguration::EpisodicReflectionConfiguration)
2305
+ ReflectionConfiguration.add_member_subclass(:unknown, Types::ReflectionConfiguration::Unknown)
2306
+ ReflectionConfiguration.struct_class = Types::ReflectionConfiguration
2307
+
1490
2308
  RequestHeaderAllowlist.member = Shapes::ShapeRef.new(shape: HeaderName)
1491
2309
 
1492
2310
  RequestHeaderConfiguration.add_member(:request_header_allowlist, Shapes::ShapeRef.new(shape: RequestHeaderAllowlist, location_name: "requestHeaderAllowlist"))
@@ -1497,6 +2315,12 @@ module Aws::BedrockAgentCoreControl
1497
2315
 
1498
2316
  RequiredProperties.member = Shapes::ShapeRef.new(shape: String)
1499
2317
 
2318
+ Resource.add_member(:arn, Shapes::ShapeRef.new(shape: BedrockAgentcoreResourceArn, location_name: "arn"))
2319
+ Resource.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
2320
+ Resource.add_member_subclass(:arn, Types::Resource::Arn)
2321
+ Resource.add_member_subclass(:unknown, Types::Resource::Unknown)
2322
+ Resource.struct_class = Types::Resource
2323
+
1500
2324
  ResourceLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
1501
2325
  ResourceLimitExceededException.struct_class = Types::ResourceLimitExceededException
1502
2326
 
@@ -1507,6 +2331,13 @@ module Aws::BedrockAgentCoreControl
1507
2331
 
1508
2332
  ResponseListType.member = Shapes::ShapeRef.new(shape: ResponseType)
1509
2333
 
2334
+ RestApiMethods.member = Shapes::ShapeRef.new(shape: RestApiMethod)
2335
+
2336
+ Rule.add_member(:sampling_config, Shapes::ShapeRef.new(shape: SamplingConfig, required: true, location_name: "samplingConfig"))
2337
+ Rule.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
2338
+ Rule.add_member(:session_config, Shapes::ShapeRef.new(shape: SessionConfig, location_name: "sessionConfig"))
2339
+ Rule.struct_class = Types::Rule
2340
+
1510
2341
  S3Configuration.add_member(:uri, Shapes::ShapeRef.new(shape: S3BucketUri, location_name: "uri"))
1511
2342
  S3Configuration.add_member(:bucket_owner_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "bucketOwnerAccountId"))
1512
2343
  S3Configuration.struct_class = Types::S3Configuration
@@ -1524,6 +2355,9 @@ module Aws::BedrockAgentCoreControl
1524
2355
  SalesforceOauth2ProviderConfigOutput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, location_name: "clientId"))
1525
2356
  SalesforceOauth2ProviderConfigOutput.struct_class = Types::SalesforceOauth2ProviderConfigOutput
1526
2357
 
2358
+ SamplingConfig.add_member(:sampling_percentage, Shapes::ShapeRef.new(shape: SamplingConfigSamplingPercentageDouble, required: true, location_name: "samplingPercentage"))
2359
+ SamplingConfig.struct_class = Types::SamplingConfig
2360
+
1527
2361
  SchemaDefinition.add_member(:type, Shapes::ShapeRef.new(shape: SchemaType, required: true, location_name: "type"))
1528
2362
  SchemaDefinition.add_member(:properties, Shapes::ShapeRef.new(shape: SchemaProperties, location_name: "properties"))
1529
2363
  SchemaDefinition.add_member(:required, Shapes::ShapeRef.new(shape: RequiredProperties, location_name: "required"))
@@ -1580,6 +2414,9 @@ module Aws::BedrockAgentCoreControl
1580
2414
  ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
1581
2415
  ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
1582
2416
 
2417
+ SessionConfig.add_member(:session_timeout_minutes, Shapes::ShapeRef.new(shape: SessionConfigSessionTimeoutMinutesInteger, required: true, location_name: "sessionTimeoutMinutes"))
2418
+ SessionConfig.struct_class = Types::SessionConfig
2419
+
1583
2420
  SetTokenVaultCMKRequest.add_member(:token_vault_id, Shapes::ShapeRef.new(shape: TokenVaultIdType, location_name: "tokenVaultId"))
1584
2421
  SetTokenVaultCMKRequest.add_member(:kms_configuration, Shapes::ShapeRef.new(shape: KmsConfiguration, required: true, location_name: "kmsConfiguration"))
1585
2422
  SetTokenVaultCMKRequest.struct_class = Types::SetTokenVaultCMKRequest
@@ -1597,11 +2434,31 @@ module Aws::BedrockAgentCoreControl
1597
2434
  SlackOauth2ProviderConfigOutput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, location_name: "clientId"))
1598
2435
  SlackOauth2ProviderConfigOutput.struct_class = Types::SlackOauth2ProviderConfigOutput
1599
2436
 
2437
+ StartPolicyGenerationRequest.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyEngineId"))
2438
+ StartPolicyGenerationRequest.add_member(:resource, Shapes::ShapeRef.new(shape: Resource, required: true, location_name: "resource"))
2439
+ StartPolicyGenerationRequest.add_member(:content, Shapes::ShapeRef.new(shape: Content, required: true, location_name: "content"))
2440
+ StartPolicyGenerationRequest.add_member(:name, Shapes::ShapeRef.new(shape: PolicyGenerationName, required: true, location_name: "name"))
2441
+ StartPolicyGenerationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
2442
+ StartPolicyGenerationRequest.struct_class = Types::StartPolicyGenerationRequest
2443
+
2444
+ StartPolicyGenerationResponse.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyEngineId"))
2445
+ StartPolicyGenerationResponse.add_member(:policy_generation_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyGenerationId"))
2446
+ StartPolicyGenerationResponse.add_member(:name, Shapes::ShapeRef.new(shape: PolicyGenerationName, required: true, location_name: "name"))
2447
+ StartPolicyGenerationResponse.add_member(:policy_generation_arn, Shapes::ShapeRef.new(shape: PolicyGenerationArn, required: true, location_name: "policyGenerationArn"))
2448
+ StartPolicyGenerationResponse.add_member(:resource, Shapes::ShapeRef.new(shape: Resource, required: true, location_name: "resource"))
2449
+ StartPolicyGenerationResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
2450
+ StartPolicyGenerationResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
2451
+ StartPolicyGenerationResponse.add_member(:status, Shapes::ShapeRef.new(shape: PolicyGenerationStatus, required: true, location_name: "status"))
2452
+ StartPolicyGenerationResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
2453
+ StartPolicyGenerationResponse.add_member(:findings, Shapes::ShapeRef.new(shape: String, location_name: "findings"))
2454
+ StartPolicyGenerationResponse.struct_class = Types::StartPolicyGenerationResponse
2455
+
1600
2456
  StatusReasons.member = Shapes::ShapeRef.new(shape: StatusReason)
1601
2457
 
1602
2458
  StrategyConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: OverrideType, location_name: "type"))
1603
2459
  StrategyConfiguration.add_member(:extraction, Shapes::ShapeRef.new(shape: ExtractionConfiguration, location_name: "extraction"))
1604
2460
  StrategyConfiguration.add_member(:consolidation, Shapes::ShapeRef.new(shape: ConsolidationConfiguration, location_name: "consolidation"))
2461
+ StrategyConfiguration.add_member(:reflection, Shapes::ShapeRef.new(shape: ReflectionConfiguration, location_name: "reflection"))
1605
2462
  StrategyConfiguration.add_member(:self_managed_configuration, Shapes::ShapeRef.new(shape: SelfManagedConfiguration, location_name: "selfManagedConfiguration"))
1606
2463
  StrategyConfiguration.struct_class = Types::StrategyConfiguration
1607
2464
 
@@ -1777,6 +2634,19 @@ module Aws::BedrockAgentCoreControl
1777
2634
  UpdateApiKeyCredentialProviderResponse.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedTime"))
1778
2635
  UpdateApiKeyCredentialProviderResponse.struct_class = Types::UpdateApiKeyCredentialProviderResponse
1779
2636
 
2637
+ UpdateEvaluatorRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
2638
+ UpdateEvaluatorRequest.add_member(:evaluator_id, Shapes::ShapeRef.new(shape: EvaluatorId, required: true, location: "uri", location_name: "evaluatorId"))
2639
+ UpdateEvaluatorRequest.add_member(:description, Shapes::ShapeRef.new(shape: EvaluatorDescription, location_name: "description"))
2640
+ UpdateEvaluatorRequest.add_member(:evaluator_config, Shapes::ShapeRef.new(shape: EvaluatorConfig, location_name: "evaluatorConfig"))
2641
+ UpdateEvaluatorRequest.add_member(:level, Shapes::ShapeRef.new(shape: EvaluatorLevel, location_name: "level"))
2642
+ UpdateEvaluatorRequest.struct_class = Types::UpdateEvaluatorRequest
2643
+
2644
+ UpdateEvaluatorResponse.add_member(:evaluator_arn, Shapes::ShapeRef.new(shape: EvaluatorArn, required: true, location_name: "evaluatorArn"))
2645
+ UpdateEvaluatorResponse.add_member(:evaluator_id, Shapes::ShapeRef.new(shape: EvaluatorId, required: true, location_name: "evaluatorId"))
2646
+ UpdateEvaluatorResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
2647
+ UpdateEvaluatorResponse.add_member(:status, Shapes::ShapeRef.new(shape: EvaluatorStatus, required: true, location_name: "status"))
2648
+ UpdateEvaluatorResponse.struct_class = Types::UpdateEvaluatorResponse
2649
+
1780
2650
  UpdateGatewayRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
1781
2651
  UpdateGatewayRequest.add_member(:name, Shapes::ShapeRef.new(shape: GatewayName, required: true, location_name: "name"))
1782
2652
  UpdateGatewayRequest.add_member(:description, Shapes::ShapeRef.new(shape: GatewayDescription, location_name: "description"))
@@ -1786,6 +2656,8 @@ module Aws::BedrockAgentCoreControl
1786
2656
  UpdateGatewayRequest.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, required: true, location_name: "authorizerType"))
1787
2657
  UpdateGatewayRequest.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
1788
2658
  UpdateGatewayRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
2659
+ UpdateGatewayRequest.add_member(:interceptor_configurations, Shapes::ShapeRef.new(shape: GatewayInterceptorConfigurations, location_name: "interceptorConfigurations"))
2660
+ UpdateGatewayRequest.add_member(:policy_engine_configuration, Shapes::ShapeRef.new(shape: GatewayPolicyEngineConfiguration, location_name: "policyEngineConfiguration"))
1789
2661
  UpdateGatewayRequest.add_member(:exception_level, Shapes::ShapeRef.new(shape: ExceptionLevel, location_name: "exceptionLevel"))
1790
2662
  UpdateGatewayRequest.struct_class = Types::UpdateGatewayRequest
1791
2663
 
@@ -1804,6 +2676,8 @@ module Aws::BedrockAgentCoreControl
1804
2676
  UpdateGatewayResponse.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, required: true, location_name: "authorizerType"))
1805
2677
  UpdateGatewayResponse.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
1806
2678
  UpdateGatewayResponse.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
2679
+ UpdateGatewayResponse.add_member(:interceptor_configurations, Shapes::ShapeRef.new(shape: GatewayInterceptorConfigurations, location_name: "interceptorConfigurations"))
2680
+ UpdateGatewayResponse.add_member(:policy_engine_configuration, Shapes::ShapeRef.new(shape: GatewayPolicyEngineConfiguration, location_name: "policyEngineConfiguration"))
1807
2681
  UpdateGatewayResponse.add_member(:workload_identity_details, Shapes::ShapeRef.new(shape: WorkloadIdentityDetails, location_name: "workloadIdentityDetails"))
1808
2682
  UpdateGatewayResponse.add_member(:exception_level, Shapes::ShapeRef.new(shape: ExceptionLevel, location_name: "exceptionLevel"))
1809
2683
  UpdateGatewayResponse.struct_class = Types::UpdateGatewayResponse
@@ -1855,6 +2729,57 @@ module Aws::BedrockAgentCoreControl
1855
2729
  UpdateOauth2CredentialProviderResponse.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedTime"))
1856
2730
  UpdateOauth2CredentialProviderResponse.struct_class = Types::UpdateOauth2CredentialProviderResponse
1857
2731
 
2732
+ UpdateOnlineEvaluationConfigRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
2733
+ UpdateOnlineEvaluationConfigRequest.add_member(:online_evaluation_config_id, Shapes::ShapeRef.new(shape: OnlineEvaluationConfigId, required: true, location: "uri", location_name: "onlineEvaluationConfigId"))
2734
+ UpdateOnlineEvaluationConfigRequest.add_member(:description, Shapes::ShapeRef.new(shape: EvaluationConfigDescription, location_name: "description"))
2735
+ UpdateOnlineEvaluationConfigRequest.add_member(:rule, Shapes::ShapeRef.new(shape: Rule, location_name: "rule"))
2736
+ UpdateOnlineEvaluationConfigRequest.add_member(:data_source_config, Shapes::ShapeRef.new(shape: DataSourceConfig, location_name: "dataSourceConfig"))
2737
+ UpdateOnlineEvaluationConfigRequest.add_member(:evaluators, Shapes::ShapeRef.new(shape: EvaluatorList, location_name: "evaluators"))
2738
+ UpdateOnlineEvaluationConfigRequest.add_member(:evaluation_execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "evaluationExecutionRoleArn"))
2739
+ UpdateOnlineEvaluationConfigRequest.add_member(:execution_status, Shapes::ShapeRef.new(shape: OnlineEvaluationExecutionStatus, location_name: "executionStatus"))
2740
+ UpdateOnlineEvaluationConfigRequest.struct_class = Types::UpdateOnlineEvaluationConfigRequest
2741
+
2742
+ UpdateOnlineEvaluationConfigResponse.add_member(:online_evaluation_config_arn, Shapes::ShapeRef.new(shape: OnlineEvaluationConfigArn, required: true, location_name: "onlineEvaluationConfigArn"))
2743
+ UpdateOnlineEvaluationConfigResponse.add_member(:online_evaluation_config_id, Shapes::ShapeRef.new(shape: OnlineEvaluationConfigId, required: true, location_name: "onlineEvaluationConfigId"))
2744
+ UpdateOnlineEvaluationConfigResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
2745
+ UpdateOnlineEvaluationConfigResponse.add_member(:status, Shapes::ShapeRef.new(shape: OnlineEvaluationConfigStatus, required: true, location_name: "status"))
2746
+ UpdateOnlineEvaluationConfigResponse.add_member(:execution_status, Shapes::ShapeRef.new(shape: OnlineEvaluationExecutionStatus, required: true, location_name: "executionStatus"))
2747
+ UpdateOnlineEvaluationConfigResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
2748
+ UpdateOnlineEvaluationConfigResponse.struct_class = Types::UpdateOnlineEvaluationConfigResponse
2749
+
2750
+ UpdatePolicyEngineRequest.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyEngineId"))
2751
+ UpdatePolicyEngineRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
2752
+ UpdatePolicyEngineRequest.struct_class = Types::UpdatePolicyEngineRequest
2753
+
2754
+ UpdatePolicyEngineResponse.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyEngineId"))
2755
+ UpdatePolicyEngineResponse.add_member(:name, Shapes::ShapeRef.new(shape: PolicyEngineName, required: true, location_name: "name"))
2756
+ UpdatePolicyEngineResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
2757
+ UpdatePolicyEngineResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
2758
+ UpdatePolicyEngineResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
2759
+ UpdatePolicyEngineResponse.add_member(:policy_engine_arn, Shapes::ShapeRef.new(shape: PolicyEngineArn, required: true, location_name: "policyEngineArn"))
2760
+ UpdatePolicyEngineResponse.add_member(:status, Shapes::ShapeRef.new(shape: PolicyEngineStatus, required: true, location_name: "status"))
2761
+ UpdatePolicyEngineResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
2762
+ UpdatePolicyEngineResponse.struct_class = Types::UpdatePolicyEngineResponse
2763
+
2764
+ UpdatePolicyRequest.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyEngineId"))
2765
+ UpdatePolicyRequest.add_member(:policy_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location: "uri", location_name: "policyId"))
2766
+ UpdatePolicyRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
2767
+ UpdatePolicyRequest.add_member(:definition, Shapes::ShapeRef.new(shape: PolicyDefinition, required: true, location_name: "definition"))
2768
+ UpdatePolicyRequest.add_member(:validation_mode, Shapes::ShapeRef.new(shape: PolicyValidationMode, location_name: "validationMode"))
2769
+ UpdatePolicyRequest.struct_class = Types::UpdatePolicyRequest
2770
+
2771
+ UpdatePolicyResponse.add_member(:policy_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyId"))
2772
+ UpdatePolicyResponse.add_member(:name, Shapes::ShapeRef.new(shape: PolicyName, required: true, location_name: "name"))
2773
+ UpdatePolicyResponse.add_member(:policy_engine_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "policyEngineId"))
2774
+ UpdatePolicyResponse.add_member(:definition, Shapes::ShapeRef.new(shape: PolicyDefinition, required: true, location_name: "definition"))
2775
+ UpdatePolicyResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
2776
+ UpdatePolicyResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
2777
+ UpdatePolicyResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
2778
+ UpdatePolicyResponse.add_member(:policy_arn, Shapes::ShapeRef.new(shape: PolicyArn, required: true, location_name: "policyArn"))
2779
+ UpdatePolicyResponse.add_member(:status, Shapes::ShapeRef.new(shape: PolicyStatus, required: true, location_name: "status"))
2780
+ UpdatePolicyResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: PolicyStatusReasons, required: true, location_name: "statusReasons"))
2781
+ UpdatePolicyResponse.struct_class = Types::UpdatePolicyResponse
2782
+
1858
2783
  UpdateWorkloadIdentityRequest.add_member(:name, Shapes::ShapeRef.new(shape: WorkloadIdentityNameType, required: true, location_name: "name"))
1859
2784
  UpdateWorkloadIdentityRequest.add_member(:allowed_resource_oauth_2_return_urls, Shapes::ShapeRef.new(shape: ResourceOauth2ReturnUrlListType, location_name: "allowedResourceOauth2ReturnUrls"))
1860
2785
  UpdateWorkloadIdentityRequest.struct_class = Types::UpdateWorkloadIdentityRequest
@@ -2010,6 +2935,20 @@ module Aws::BedrockAgentCoreControl
2010
2935
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2011
2936
  end)
2012
2937
 
2938
+ api.add_operation(:create_evaluator, Seahorse::Model::Operation.new.tap do |o|
2939
+ o.name = "CreateEvaluator"
2940
+ o.http_method = "POST"
2941
+ o.http_request_uri = "/evaluators/create"
2942
+ o.input = Shapes::ShapeRef.new(shape: CreateEvaluatorRequest)
2943
+ o.output = Shapes::ShapeRef.new(shape: CreateEvaluatorResponse)
2944
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2945
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2946
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2947
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2948
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2949
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2950
+ end)
2951
+
2013
2952
  api.add_operation(:create_gateway, Seahorse::Model::Operation.new.tap do |o|
2014
2953
  o.name = "CreateGateway"
2015
2954
  o.http_method = "POST"
@@ -2073,6 +3012,49 @@ module Aws::BedrockAgentCoreControl
2073
3012
  o.errors << Shapes::ShapeRef.new(shape: EncryptionFailure)
2074
3013
  end)
2075
3014
 
3015
+ api.add_operation(:create_online_evaluation_config, Seahorse::Model::Operation.new.tap do |o|
3016
+ o.name = "CreateOnlineEvaluationConfig"
3017
+ o.http_method = "POST"
3018
+ o.http_request_uri = "/online-evaluation-configs/create"
3019
+ o.input = Shapes::ShapeRef.new(shape: CreateOnlineEvaluationConfigRequest)
3020
+ o.output = Shapes::ShapeRef.new(shape: CreateOnlineEvaluationConfigResponse)
3021
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
3022
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3023
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3024
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3025
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3026
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3027
+ end)
3028
+
3029
+ api.add_operation(:create_policy, Seahorse::Model::Operation.new.tap do |o|
3030
+ o.name = "CreatePolicy"
3031
+ o.http_method = "POST"
3032
+ o.http_request_uri = "/policy-engines/{policyEngineId}/policies"
3033
+ o.input = Shapes::ShapeRef.new(shape: CreatePolicyRequest)
3034
+ o.output = Shapes::ShapeRef.new(shape: CreatePolicyResponse)
3035
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
3036
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3037
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3038
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3039
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3040
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3041
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3042
+ end)
3043
+
3044
+ api.add_operation(:create_policy_engine, Seahorse::Model::Operation.new.tap do |o|
3045
+ o.name = "CreatePolicyEngine"
3046
+ o.http_method = "POST"
3047
+ o.http_request_uri = "/policy-engines"
3048
+ o.input = Shapes::ShapeRef.new(shape: CreatePolicyEngineRequest)
3049
+ o.output = Shapes::ShapeRef.new(shape: CreatePolicyEngineResponse)
3050
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
3051
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3052
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3053
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3054
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3055
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3056
+ end)
3057
+
2076
3058
  api.add_operation(:create_workload_identity, Seahorse::Model::Operation.new.tap do |o|
2077
3059
  o.name = "CreateWorkloadIdentity"
2078
3060
  o.http_method = "POST"
@@ -2157,6 +3139,20 @@ module Aws::BedrockAgentCoreControl
2157
3139
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2158
3140
  end)
2159
3141
 
3142
+ api.add_operation(:delete_evaluator, Seahorse::Model::Operation.new.tap do |o|
3143
+ o.name = "DeleteEvaluator"
3144
+ o.http_method = "DELETE"
3145
+ o.http_request_uri = "/evaluators/{evaluatorId}"
3146
+ o.input = Shapes::ShapeRef.new(shape: DeleteEvaluatorRequest)
3147
+ o.output = Shapes::ShapeRef.new(shape: DeleteEvaluatorResponse)
3148
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3149
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3150
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3151
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3152
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3153
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3154
+ end)
3155
+
2160
3156
  api.add_operation(:delete_gateway, Seahorse::Model::Operation.new.tap do |o|
2161
3157
  o.name = "DeleteGateway"
2162
3158
  o.http_method = "DELETE"
@@ -2194,6 +3190,7 @@ module Aws::BedrockAgentCoreControl
2194
3190
  o.errors << Shapes::ShapeRef.new(shape: ServiceException)
2195
3191
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2196
3192
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3193
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2197
3194
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2198
3195
  o.errors << Shapes::ShapeRef.new(shape: ThrottledException)
2199
3196
  end)
@@ -2212,6 +3209,61 @@ module Aws::BedrockAgentCoreControl
2212
3209
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2213
3210
  end)
2214
3211
 
3212
+ api.add_operation(:delete_online_evaluation_config, Seahorse::Model::Operation.new.tap do |o|
3213
+ o.name = "DeleteOnlineEvaluationConfig"
3214
+ o.http_method = "DELETE"
3215
+ o.http_request_uri = "/online-evaluation-configs/{onlineEvaluationConfigId}"
3216
+ o.input = Shapes::ShapeRef.new(shape: DeleteOnlineEvaluationConfigRequest)
3217
+ o.output = Shapes::ShapeRef.new(shape: DeleteOnlineEvaluationConfigResponse)
3218
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3219
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3220
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3221
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3222
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3223
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3224
+ end)
3225
+
3226
+ api.add_operation(:delete_policy, Seahorse::Model::Operation.new.tap do |o|
3227
+ o.name = "DeletePolicy"
3228
+ o.http_method = "DELETE"
3229
+ o.http_request_uri = "/policy-engines/{policyEngineId}/policies/{policyId}"
3230
+ o.input = Shapes::ShapeRef.new(shape: DeletePolicyRequest)
3231
+ o.output = Shapes::ShapeRef.new(shape: DeletePolicyResponse)
3232
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3233
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3234
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3235
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3236
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3237
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3238
+ end)
3239
+
3240
+ api.add_operation(:delete_policy_engine, Seahorse::Model::Operation.new.tap do |o|
3241
+ o.name = "DeletePolicyEngine"
3242
+ o.http_method = "DELETE"
3243
+ o.http_request_uri = "/policy-engines/{policyEngineId}"
3244
+ o.input = Shapes::ShapeRef.new(shape: DeletePolicyEngineRequest)
3245
+ o.output = Shapes::ShapeRef.new(shape: DeletePolicyEngineResponse)
3246
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3247
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3248
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3249
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3250
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3251
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3252
+ end)
3253
+
3254
+ api.add_operation(:delete_resource_policy, Seahorse::Model::Operation.new.tap do |o|
3255
+ o.name = "DeleteResourcePolicy"
3256
+ o.http_method = "DELETE"
3257
+ o.http_request_uri = "/resourcepolicy/{resourceArn}"
3258
+ o.input = Shapes::ShapeRef.new(shape: DeleteResourcePolicyRequest)
3259
+ o.output = Shapes::ShapeRef.new(shape: DeleteResourcePolicyResponse)
3260
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3261
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3262
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3263
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3264
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3265
+ end)
3266
+
2215
3267
  api.add_operation(:delete_workload_identity, Seahorse::Model::Operation.new.tap do |o|
2216
3268
  o.name = "DeleteWorkloadIdentity"
2217
3269
  o.http_method = "POST"
@@ -2293,6 +3345,19 @@ module Aws::BedrockAgentCoreControl
2293
3345
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2294
3346
  end)
2295
3347
 
3348
+ api.add_operation(:get_evaluator, Seahorse::Model::Operation.new.tap do |o|
3349
+ o.name = "GetEvaluator"
3350
+ o.http_method = "GET"
3351
+ o.http_request_uri = "/evaluators/{evaluatorId}"
3352
+ o.input = Shapes::ShapeRef.new(shape: GetEvaluatorRequest)
3353
+ o.output = Shapes::ShapeRef.new(shape: GetEvaluatorResponse)
3354
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3355
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3356
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3357
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3358
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3359
+ end)
3360
+
2296
3361
  api.add_operation(:get_gateway, Seahorse::Model::Operation.new.tap do |o|
2297
3362
  o.name = "GetGateway"
2298
3363
  o.http_method = "GET"
@@ -2347,6 +3412,71 @@ module Aws::BedrockAgentCoreControl
2347
3412
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2348
3413
  end)
2349
3414
 
3415
+ api.add_operation(:get_online_evaluation_config, Seahorse::Model::Operation.new.tap do |o|
3416
+ o.name = "GetOnlineEvaluationConfig"
3417
+ o.http_method = "GET"
3418
+ o.http_request_uri = "/online-evaluation-configs/{onlineEvaluationConfigId}"
3419
+ o.input = Shapes::ShapeRef.new(shape: GetOnlineEvaluationConfigRequest)
3420
+ o.output = Shapes::ShapeRef.new(shape: GetOnlineEvaluationConfigResponse)
3421
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3422
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3423
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3424
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3425
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3426
+ end)
3427
+
3428
+ api.add_operation(:get_policy, Seahorse::Model::Operation.new.tap do |o|
3429
+ o.name = "GetPolicy"
3430
+ o.http_method = "GET"
3431
+ o.http_request_uri = "/policy-engines/{policyEngineId}/policies/{policyId}"
3432
+ o.input = Shapes::ShapeRef.new(shape: GetPolicyRequest)
3433
+ o.output = Shapes::ShapeRef.new(shape: GetPolicyResponse)
3434
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3435
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3436
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3437
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3438
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3439
+ end)
3440
+
3441
+ api.add_operation(:get_policy_engine, Seahorse::Model::Operation.new.tap do |o|
3442
+ o.name = "GetPolicyEngine"
3443
+ o.http_method = "GET"
3444
+ o.http_request_uri = "/policy-engines/{policyEngineId}"
3445
+ o.input = Shapes::ShapeRef.new(shape: GetPolicyEngineRequest)
3446
+ o.output = Shapes::ShapeRef.new(shape: GetPolicyEngineResponse)
3447
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3448
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3449
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3450
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3451
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3452
+ end)
3453
+
3454
+ api.add_operation(:get_policy_generation, Seahorse::Model::Operation.new.tap do |o|
3455
+ o.name = "GetPolicyGeneration"
3456
+ o.http_method = "GET"
3457
+ o.http_request_uri = "/policy-engines/{policyEngineId}/policy-generations/{policyGenerationId}"
3458
+ o.input = Shapes::ShapeRef.new(shape: GetPolicyGenerationRequest)
3459
+ o.output = Shapes::ShapeRef.new(shape: GetPolicyGenerationResponse)
3460
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3461
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3462
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3463
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3464
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3465
+ end)
3466
+
3467
+ api.add_operation(:get_resource_policy, Seahorse::Model::Operation.new.tap do |o|
3468
+ o.name = "GetResourcePolicy"
3469
+ o.http_method = "GET"
3470
+ o.http_request_uri = "/resourcepolicy/{resourceArn}"
3471
+ o.input = Shapes::ShapeRef.new(shape: GetResourcePolicyRequest)
3472
+ o.output = Shapes::ShapeRef.new(shape: GetResourcePolicyResponse)
3473
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3474
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3475
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3476
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3477
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3478
+ end)
3479
+
2350
3480
  api.add_operation(:get_token_vault, Seahorse::Model::Operation.new.tap do |o|
2351
3481
  o.name = "GetTokenVault"
2352
3482
  o.http_method = "POST"
@@ -2486,6 +3616,24 @@ module Aws::BedrockAgentCoreControl
2486
3616
  )
2487
3617
  end)
2488
3618
 
3619
+ api.add_operation(:list_evaluators, Seahorse::Model::Operation.new.tap do |o|
3620
+ o.name = "ListEvaluators"
3621
+ o.http_method = "POST"
3622
+ o.http_request_uri = "/evaluators"
3623
+ o.input = Shapes::ShapeRef.new(shape: ListEvaluatorsRequest)
3624
+ o.output = Shapes::ShapeRef.new(shape: ListEvaluatorsResponse)
3625
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3626
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3627
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3628
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3629
+ o[:pager] = Aws::Pager.new(
3630
+ limit_key: "max_results",
3631
+ tokens: {
3632
+ "next_token" => "next_token"
3633
+ }
3634
+ )
3635
+ end)
3636
+
2489
3637
  api.add_operation(:list_gateway_targets, Seahorse::Model::Operation.new.tap do |o|
2490
3638
  o.name = "ListGatewayTargets"
2491
3639
  o.http_method = "GET"
@@ -2561,6 +3709,99 @@ module Aws::BedrockAgentCoreControl
2561
3709
  )
2562
3710
  end)
2563
3711
 
3712
+ api.add_operation(:list_online_evaluation_configs, Seahorse::Model::Operation.new.tap do |o|
3713
+ o.name = "ListOnlineEvaluationConfigs"
3714
+ o.http_method = "POST"
3715
+ o.http_request_uri = "/online-evaluation-configs"
3716
+ o.input = Shapes::ShapeRef.new(shape: ListOnlineEvaluationConfigsRequest)
3717
+ o.output = Shapes::ShapeRef.new(shape: ListOnlineEvaluationConfigsResponse)
3718
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3719
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3720
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3721
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3722
+ o[:pager] = Aws::Pager.new(
3723
+ limit_key: "max_results",
3724
+ tokens: {
3725
+ "next_token" => "next_token"
3726
+ }
3727
+ )
3728
+ end)
3729
+
3730
+ api.add_operation(:list_policies, Seahorse::Model::Operation.new.tap do |o|
3731
+ o.name = "ListPolicies"
3732
+ o.http_method = "GET"
3733
+ o.http_request_uri = "/policy-engines/{policyEngineId}/policies"
3734
+ o.input = Shapes::ShapeRef.new(shape: ListPoliciesRequest)
3735
+ o.output = Shapes::ShapeRef.new(shape: ListPoliciesResponse)
3736
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3737
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3738
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3739
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3740
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3741
+ o[:pager] = Aws::Pager.new(
3742
+ limit_key: "max_results",
3743
+ tokens: {
3744
+ "next_token" => "next_token"
3745
+ }
3746
+ )
3747
+ end)
3748
+
3749
+ api.add_operation(:list_policy_engines, Seahorse::Model::Operation.new.tap do |o|
3750
+ o.name = "ListPolicyEngines"
3751
+ o.http_method = "GET"
3752
+ o.http_request_uri = "/policy-engines"
3753
+ o.input = Shapes::ShapeRef.new(shape: ListPolicyEnginesRequest)
3754
+ o.output = Shapes::ShapeRef.new(shape: ListPolicyEnginesResponse)
3755
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3756
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3757
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3758
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3759
+ o[:pager] = Aws::Pager.new(
3760
+ limit_key: "max_results",
3761
+ tokens: {
3762
+ "next_token" => "next_token"
3763
+ }
3764
+ )
3765
+ end)
3766
+
3767
+ api.add_operation(:list_policy_generation_assets, Seahorse::Model::Operation.new.tap do |o|
3768
+ o.name = "ListPolicyGenerationAssets"
3769
+ o.http_method = "GET"
3770
+ o.http_request_uri = "/policy-engines/{policyEngineId}/policy-generations/{policyGenerationId}/assets"
3771
+ o.input = Shapes::ShapeRef.new(shape: ListPolicyGenerationAssetsRequest)
3772
+ o.output = Shapes::ShapeRef.new(shape: ListPolicyGenerationAssetsResponse)
3773
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3774
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3775
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3776
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3777
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3778
+ o[:pager] = Aws::Pager.new(
3779
+ limit_key: "max_results",
3780
+ tokens: {
3781
+ "next_token" => "next_token"
3782
+ }
3783
+ )
3784
+ end)
3785
+
3786
+ api.add_operation(:list_policy_generations, Seahorse::Model::Operation.new.tap do |o|
3787
+ o.name = "ListPolicyGenerations"
3788
+ o.http_method = "GET"
3789
+ o.http_request_uri = "/policy-engines/{policyEngineId}/policy-generations"
3790
+ o.input = Shapes::ShapeRef.new(shape: ListPolicyGenerationsRequest)
3791
+ o.output = Shapes::ShapeRef.new(shape: ListPolicyGenerationsResponse)
3792
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3793
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3794
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3795
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3796
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3797
+ o[:pager] = Aws::Pager.new(
3798
+ limit_key: "max_results",
3799
+ tokens: {
3800
+ "next_token" => "next_token"
3801
+ }
3802
+ )
3803
+ end)
3804
+
2564
3805
  api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
2565
3806
  o.name = "ListTagsForResource"
2566
3807
  o.http_method = "GET"
@@ -2594,6 +3835,19 @@ module Aws::BedrockAgentCoreControl
2594
3835
  )
2595
3836
  end)
2596
3837
 
3838
+ api.add_operation(:put_resource_policy, Seahorse::Model::Operation.new.tap do |o|
3839
+ o.name = "PutResourcePolicy"
3840
+ o.http_method = "PUT"
3841
+ o.http_request_uri = "/resourcepolicy/{resourceArn}"
3842
+ o.input = Shapes::ShapeRef.new(shape: PutResourcePolicyRequest)
3843
+ o.output = Shapes::ShapeRef.new(shape: PutResourcePolicyResponse)
3844
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3845
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3846
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3847
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3848
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3849
+ end)
3850
+
2597
3851
  api.add_operation(:set_token_vault_cmk, Seahorse::Model::Operation.new.tap do |o|
2598
3852
  o.name = "SetTokenVaultCMK"
2599
3853
  o.http_method = "POST"
@@ -2609,6 +3863,21 @@ module Aws::BedrockAgentCoreControl
2609
3863
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2610
3864
  end)
2611
3865
 
3866
+ api.add_operation(:start_policy_generation, Seahorse::Model::Operation.new.tap do |o|
3867
+ o.name = "StartPolicyGeneration"
3868
+ o.http_method = "POST"
3869
+ o.http_request_uri = "/policy-engines/{policyEngineId}/policy-generations"
3870
+ o.input = Shapes::ShapeRef.new(shape: StartPolicyGenerationRequest)
3871
+ o.output = Shapes::ShapeRef.new(shape: StartPolicyGenerationResponse)
3872
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
3873
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3874
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3875
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3876
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3877
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3878
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3879
+ end)
3880
+
2612
3881
  api.add_operation(:synchronize_gateway_targets, Seahorse::Model::Operation.new.tap do |o|
2613
3882
  o.name = "SynchronizeGatewayTargets"
2614
3883
  o.http_method = "PUT"
@@ -2699,6 +3968,21 @@ module Aws::BedrockAgentCoreControl
2699
3968
  o.errors << Shapes::ShapeRef.new(shape: EncryptionFailure)
2700
3969
  end)
2701
3970
 
3971
+ api.add_operation(:update_evaluator, Seahorse::Model::Operation.new.tap do |o|
3972
+ o.name = "UpdateEvaluator"
3973
+ o.http_method = "PUT"
3974
+ o.http_request_uri = "/evaluators/{evaluatorId}"
3975
+ o.input = Shapes::ShapeRef.new(shape: UpdateEvaluatorRequest)
3976
+ o.output = Shapes::ShapeRef.new(shape: UpdateEvaluatorResponse)
3977
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
3978
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3979
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
3980
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3981
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3982
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3983
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3984
+ end)
3985
+
2702
3986
  api.add_operation(:update_gateway, Seahorse::Model::Operation.new.tap do |o|
2703
3987
  o.name = "UpdateGateway"
2704
3988
  o.http_method = "PUT"
@@ -2762,6 +4046,49 @@ module Aws::BedrockAgentCoreControl
2762
4046
  o.errors << Shapes::ShapeRef.new(shape: EncryptionFailure)
2763
4047
  end)
2764
4048
 
4049
+ api.add_operation(:update_online_evaluation_config, Seahorse::Model::Operation.new.tap do |o|
4050
+ o.name = "UpdateOnlineEvaluationConfig"
4051
+ o.http_method = "PUT"
4052
+ o.http_request_uri = "/online-evaluation-configs/{onlineEvaluationConfigId}"
4053
+ o.input = Shapes::ShapeRef.new(shape: UpdateOnlineEvaluationConfigRequest)
4054
+ o.output = Shapes::ShapeRef.new(shape: UpdateOnlineEvaluationConfigResponse)
4055
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
4056
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
4057
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4058
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
4059
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4060
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4061
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
4062
+ end)
4063
+
4064
+ api.add_operation(:update_policy, Seahorse::Model::Operation.new.tap do |o|
4065
+ o.name = "UpdatePolicy"
4066
+ o.http_method = "PUT"
4067
+ o.http_request_uri = "/policy-engines/{policyEngineId}/policies/{policyId}"
4068
+ o.input = Shapes::ShapeRef.new(shape: UpdatePolicyRequest)
4069
+ o.output = Shapes::ShapeRef.new(shape: UpdatePolicyResponse)
4070
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4071
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
4072
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
4073
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4074
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4075
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
4076
+ end)
4077
+
4078
+ api.add_operation(:update_policy_engine, Seahorse::Model::Operation.new.tap do |o|
4079
+ o.name = "UpdatePolicyEngine"
4080
+ o.http_method = "PUT"
4081
+ o.http_request_uri = "/policy-engines/{policyEngineId}"
4082
+ o.input = Shapes::ShapeRef.new(shape: UpdatePolicyEngineRequest)
4083
+ o.output = Shapes::ShapeRef.new(shape: UpdatePolicyEngineResponse)
4084
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
4085
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
4086
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
4087
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
4088
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
4089
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
4090
+ end)
4091
+
2765
4092
  api.add_operation(:update_workload_identity, Seahorse::Model::Operation.new.tap do |o|
2766
4093
  o.name = "UpdateWorkloadIdentity"
2767
4094
  o.http_method = "POST"