aws-sdk-bedrockagentcorecontrol 1.40.0 → 1.42.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-bedrockagentcorecontrol/client.rb +1719 -79
- data/lib/aws-sdk-bedrockagentcorecontrol/client_api.rb +729 -9
- data/lib/aws-sdk-bedrockagentcorecontrol/types.rb +1931 -46
- data/lib/aws-sdk-bedrockagentcorecontrol.rb +1 -1
- data/sig/client.rbs +877 -37
- data/sig/types.rbs +536 -9
- metadata +1 -1
|
@@ -16,6 +16,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
16
16
|
|
|
17
17
|
A2aDescriptor = Shapes::StructureShape.new(name: 'A2aDescriptor')
|
|
18
18
|
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
|
19
|
+
Action = Shapes::UnionShape.new(name: 'Action')
|
|
20
|
+
Actions = Shapes::ListShape.new(name: 'Actions')
|
|
21
|
+
ActorTokenContentType = Shapes::StringShape.new(name: 'ActorTokenContentType')
|
|
19
22
|
AdditionalModelRequestFields = Shapes::DocumentShape.new(name: 'AdditionalModelRequestFields', document: true)
|
|
20
23
|
AgentCardDefinition = Shapes::StructureShape.new(name: 'AgentCardDefinition')
|
|
21
24
|
AgentEndpointDescription = Shapes::StringShape.new(name: 'AgentEndpointDescription')
|
|
@@ -43,6 +46,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
43
46
|
AllowedResponseHeaders = Shapes::ListShape.new(name: 'AllowedResponseHeaders')
|
|
44
47
|
AllowedScopeType = Shapes::StringShape.new(name: 'AllowedScopeType')
|
|
45
48
|
AllowedScopesType = Shapes::ListShape.new(name: 'AllowedScopesType')
|
|
49
|
+
AllowedStringListValue = Shapes::StringShape.new(name: 'AllowedStringListValue')
|
|
50
|
+
AllowedStringListValuesList = Shapes::ListShape.new(name: 'AllowedStringListValuesList')
|
|
51
|
+
AllowedStringValue = Shapes::StringShape.new(name: 'AllowedStringValue')
|
|
52
|
+
AllowedStringValuesList = Shapes::ListShape.new(name: 'AllowedStringValuesList')
|
|
46
53
|
ApiGatewayTargetConfiguration = Shapes::StructureShape.new(name: 'ApiGatewayTargetConfiguration')
|
|
47
54
|
ApiGatewayToolConfiguration = Shapes::StructureShape.new(name: 'ApiGatewayToolConfiguration')
|
|
48
55
|
ApiGatewayToolFilter = Shapes::StructureShape.new(name: 'ApiGatewayToolFilter')
|
|
@@ -73,6 +80,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
73
80
|
BedrockAgentcoreResourceArn = Shapes::StringShape.new(name: 'BedrockAgentcoreResourceArn')
|
|
74
81
|
BedrockEvaluatorModelConfig = Shapes::StructureShape.new(name: 'BedrockEvaluatorModelConfig')
|
|
75
82
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
|
83
|
+
BranchName = Shapes::StringShape.new(name: 'BranchName')
|
|
76
84
|
BrowserArn = Shapes::StringShape.new(name: 'BrowserArn')
|
|
77
85
|
BrowserEnterprisePolicies = Shapes::ListShape.new(name: 'BrowserEnterprisePolicies')
|
|
78
86
|
BrowserEnterprisePolicy = Shapes::StructureShape.new(name: 'BrowserEnterprisePolicy')
|
|
@@ -101,6 +109,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
101
109
|
Certificates = Shapes::ListShape.new(name: 'Certificates')
|
|
102
110
|
ClaimMatchOperatorType = Shapes::StringShape.new(name: 'ClaimMatchOperatorType')
|
|
103
111
|
ClaimMatchValueType = Shapes::UnionShape.new(name: 'ClaimMatchValueType')
|
|
112
|
+
ClientAuthenticationMethodType = Shapes::StringShape.new(name: 'ClientAuthenticationMethodType')
|
|
104
113
|
ClientIdType = Shapes::StringShape.new(name: 'ClientIdType')
|
|
105
114
|
ClientSecretType = Shapes::StringShape.new(name: 'ClientSecretType')
|
|
106
115
|
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
|
@@ -119,7 +128,26 @@ module Aws::BedrockAgentCoreControl
|
|
|
119
128
|
CodeInterpreterStatus = Shapes::StringShape.new(name: 'CodeInterpreterStatus')
|
|
120
129
|
CodeInterpreterSummaries = Shapes::ListShape.new(name: 'CodeInterpreterSummaries')
|
|
121
130
|
CodeInterpreterSummary = Shapes::StructureShape.new(name: 'CodeInterpreterSummary')
|
|
131
|
+
ComponentConfiguration = Shapes::StructureShape.new(name: 'ComponentConfiguration')
|
|
132
|
+
ComponentConfigurationMap = Shapes::MapShape.new(name: 'ComponentConfigurationMap')
|
|
133
|
+
ComponentIdentifier = Shapes::StringShape.new(name: 'ComponentIdentifier')
|
|
122
134
|
ConcurrentModificationException = Shapes::StructureShape.new(name: 'ConcurrentModificationException')
|
|
135
|
+
Condition = Shapes::UnionShape.new(name: 'Condition')
|
|
136
|
+
Conditions = Shapes::ListShape.new(name: 'Conditions')
|
|
137
|
+
ConfigurationBundleAction = Shapes::UnionShape.new(name: 'ConfigurationBundleAction')
|
|
138
|
+
ConfigurationBundleArn = Shapes::StringShape.new(name: 'ConfigurationBundleArn')
|
|
139
|
+
ConfigurationBundleDescription = Shapes::StringShape.new(name: 'ConfigurationBundleDescription')
|
|
140
|
+
ConfigurationBundleId = Shapes::StringShape.new(name: 'ConfigurationBundleId')
|
|
141
|
+
ConfigurationBundleName = Shapes::StringShape.new(name: 'ConfigurationBundleName')
|
|
142
|
+
ConfigurationBundleReference = Shapes::StructureShape.new(name: 'ConfigurationBundleReference')
|
|
143
|
+
ConfigurationBundleReferenceBundleVersionString = Shapes::StringShape.new(name: 'ConfigurationBundleReferenceBundleVersionString')
|
|
144
|
+
ConfigurationBundleStatus = Shapes::StringShape.new(name: 'ConfigurationBundleStatus')
|
|
145
|
+
ConfigurationBundleSummary = Shapes::StructureShape.new(name: 'ConfigurationBundleSummary')
|
|
146
|
+
ConfigurationBundleSummaryList = Shapes::ListShape.new(name: 'ConfigurationBundleSummaryList')
|
|
147
|
+
ConfigurationBundleVersion = Shapes::StringShape.new(name: 'ConfigurationBundleVersion')
|
|
148
|
+
ConfigurationBundleVersionList = Shapes::ListShape.new(name: 'ConfigurationBundleVersionList')
|
|
149
|
+
ConfigurationBundleVersionSummary = Shapes::StructureShape.new(name: 'ConfigurationBundleVersionSummary')
|
|
150
|
+
ConfigurationBundleVersionSummaryList = Shapes::ListShape.new(name: 'ConfigurationBundleVersionSummaryList')
|
|
123
151
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
|
124
152
|
ConsolidationConfiguration = Shapes::UnionShape.new(name: 'ConsolidationConfiguration')
|
|
125
153
|
ContainerConfiguration = Shapes::StructureShape.new(name: 'ContainerConfiguration')
|
|
@@ -139,10 +167,15 @@ module Aws::BedrockAgentCoreControl
|
|
|
139
167
|
CreateBrowserResponse = Shapes::StructureShape.new(name: 'CreateBrowserResponse')
|
|
140
168
|
CreateCodeInterpreterRequest = Shapes::StructureShape.new(name: 'CreateCodeInterpreterRequest')
|
|
141
169
|
CreateCodeInterpreterResponse = Shapes::StructureShape.new(name: 'CreateCodeInterpreterResponse')
|
|
170
|
+
CreateConfigurationBundleRequest = Shapes::StructureShape.new(name: 'CreateConfigurationBundleRequest')
|
|
171
|
+
CreateConfigurationBundleRequestCommitMessageString = Shapes::StringShape.new(name: 'CreateConfigurationBundleRequestCommitMessageString')
|
|
172
|
+
CreateConfigurationBundleResponse = Shapes::StructureShape.new(name: 'CreateConfigurationBundleResponse')
|
|
142
173
|
CreateEvaluatorRequest = Shapes::StructureShape.new(name: 'CreateEvaluatorRequest')
|
|
143
174
|
CreateEvaluatorResponse = Shapes::StructureShape.new(name: 'CreateEvaluatorResponse')
|
|
144
175
|
CreateGatewayRequest = Shapes::StructureShape.new(name: 'CreateGatewayRequest')
|
|
145
176
|
CreateGatewayResponse = Shapes::StructureShape.new(name: 'CreateGatewayResponse')
|
|
177
|
+
CreateGatewayRuleRequest = Shapes::StructureShape.new(name: 'CreateGatewayRuleRequest')
|
|
178
|
+
CreateGatewayRuleResponse = Shapes::StructureShape.new(name: 'CreateGatewayRuleResponse')
|
|
146
179
|
CreateGatewayTargetRequest = Shapes::StructureShape.new(name: 'CreateGatewayTargetRequest')
|
|
147
180
|
CreateGatewayTargetResponse = Shapes::StructureShape.new(name: 'CreateGatewayTargetResponse')
|
|
148
181
|
CreateHarnessRequest = Shapes::StructureShape.new(name: 'CreateHarnessRequest')
|
|
@@ -193,6 +226,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
193
226
|
DataSourceConfig = Shapes::UnionShape.new(name: 'DataSourceConfig')
|
|
194
227
|
DateTimestamp = Shapes::TimestampShape.new(name: 'DateTimestamp', timestampFormat: "iso8601")
|
|
195
228
|
DecryptionFailure = Shapes::StructureShape.new(name: 'DecryptionFailure')
|
|
229
|
+
DefaultClientIdType = Shapes::StringShape.new(name: 'DefaultClientIdType')
|
|
230
|
+
DefaultClientSecretType = Shapes::StringShape.new(name: 'DefaultClientSecretType')
|
|
231
|
+
Definition = Shapes::StringShape.new(name: 'Definition')
|
|
196
232
|
DeleteAgentRuntimeEndpointRequest = Shapes::StructureShape.new(name: 'DeleteAgentRuntimeEndpointRequest')
|
|
197
233
|
DeleteAgentRuntimeEndpointResponse = Shapes::StructureShape.new(name: 'DeleteAgentRuntimeEndpointResponse')
|
|
198
234
|
DeleteAgentRuntimeRequest = Shapes::StructureShape.new(name: 'DeleteAgentRuntimeRequest')
|
|
@@ -205,10 +241,14 @@ module Aws::BedrockAgentCoreControl
|
|
|
205
241
|
DeleteBrowserResponse = Shapes::StructureShape.new(name: 'DeleteBrowserResponse')
|
|
206
242
|
DeleteCodeInterpreterRequest = Shapes::StructureShape.new(name: 'DeleteCodeInterpreterRequest')
|
|
207
243
|
DeleteCodeInterpreterResponse = Shapes::StructureShape.new(name: 'DeleteCodeInterpreterResponse')
|
|
244
|
+
DeleteConfigurationBundleRequest = Shapes::StructureShape.new(name: 'DeleteConfigurationBundleRequest')
|
|
245
|
+
DeleteConfigurationBundleResponse = Shapes::StructureShape.new(name: 'DeleteConfigurationBundleResponse')
|
|
208
246
|
DeleteEvaluatorRequest = Shapes::StructureShape.new(name: 'DeleteEvaluatorRequest')
|
|
209
247
|
DeleteEvaluatorResponse = Shapes::StructureShape.new(name: 'DeleteEvaluatorResponse')
|
|
210
248
|
DeleteGatewayRequest = Shapes::StructureShape.new(name: 'DeleteGatewayRequest')
|
|
211
249
|
DeleteGatewayResponse = Shapes::StructureShape.new(name: 'DeleteGatewayResponse')
|
|
250
|
+
DeleteGatewayRuleRequest = Shapes::StructureShape.new(name: 'DeleteGatewayRuleRequest')
|
|
251
|
+
DeleteGatewayRuleResponse = Shapes::StructureShape.new(name: 'DeleteGatewayRuleResponse')
|
|
212
252
|
DeleteGatewayTargetRequest = Shapes::StructureShape.new(name: 'DeleteGatewayTargetRequest')
|
|
213
253
|
DeleteGatewayTargetResponse = Shapes::StructureShape.new(name: 'DeleteGatewayTargetResponse')
|
|
214
254
|
DeleteHarnessRequest = Shapes::StructureShape.new(name: 'DeleteHarnessRequest')
|
|
@@ -239,6 +279,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
239
279
|
Descriptors = Shapes::StructureShape.new(name: 'Descriptors')
|
|
240
280
|
DiscoveryUrl = Shapes::StringShape.new(name: 'DiscoveryUrl')
|
|
241
281
|
DiscoveryUrlType = Shapes::StringShape.new(name: 'DiscoveryUrlType')
|
|
282
|
+
Document = Shapes::DocumentShape.new(name: 'Document', document: true)
|
|
242
283
|
DomainName = Shapes::StringShape.new(name: 'DomainName')
|
|
243
284
|
Double = Shapes::FloatShape.new(name: 'Double')
|
|
244
285
|
EncryptionFailure = Shapes::StructureShape.new(name: 'EncryptionFailure')
|
|
@@ -274,6 +315,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
274
315
|
EvaluatorSummaryList = Shapes::ListShape.new(name: 'EvaluatorSummaryList')
|
|
275
316
|
EvaluatorType = Shapes::StringShape.new(name: 'EvaluatorType')
|
|
276
317
|
ExceptionLevel = Shapes::StringShape.new(name: 'ExceptionLevel')
|
|
318
|
+
ExtractionConfig = Shapes::UnionShape.new(name: 'ExtractionConfig')
|
|
277
319
|
ExtractionConfiguration = Shapes::UnionShape.new(name: 'ExtractionConfiguration')
|
|
278
320
|
FilesystemConfiguration = Shapes::UnionShape.new(name: 'FilesystemConfiguration')
|
|
279
321
|
FilesystemConfigurations = Shapes::ListShape.new(name: 'FilesystemConfigurations')
|
|
@@ -289,6 +331,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
289
331
|
Float = Shapes::FloatShape.new(name: 'Float')
|
|
290
332
|
FromUrlSynchronizationConfiguration = Shapes::StructureShape.new(name: 'FromUrlSynchronizationConfiguration')
|
|
291
333
|
GatewayArn = Shapes::StringShape.new(name: 'GatewayArn')
|
|
334
|
+
GatewayConfigurationBundleArn = Shapes::StringShape.new(name: 'GatewayConfigurationBundleArn')
|
|
292
335
|
GatewayDescription = Shapes::StringShape.new(name: 'GatewayDescription')
|
|
293
336
|
GatewayId = Shapes::StringShape.new(name: 'GatewayId')
|
|
294
337
|
GatewayIdentifier = Shapes::StringShape.new(name: 'GatewayIdentifier')
|
|
@@ -304,6 +347,14 @@ module Aws::BedrockAgentCoreControl
|
|
|
304
347
|
GatewayPolicyEngineMode = Shapes::StringShape.new(name: 'GatewayPolicyEngineMode')
|
|
305
348
|
GatewayProtocolConfiguration = Shapes::UnionShape.new(name: 'GatewayProtocolConfiguration')
|
|
306
349
|
GatewayProtocolType = Shapes::StringShape.new(name: 'GatewayProtocolType')
|
|
350
|
+
GatewayRuleDescription = Shapes::StringShape.new(name: 'GatewayRuleDescription')
|
|
351
|
+
GatewayRuleDetail = Shapes::StructureShape.new(name: 'GatewayRuleDetail')
|
|
352
|
+
GatewayRuleId = Shapes::StringShape.new(name: 'GatewayRuleId')
|
|
353
|
+
GatewayRuleMaxResults = Shapes::IntegerShape.new(name: 'GatewayRuleMaxResults')
|
|
354
|
+
GatewayRuleNextToken = Shapes::StringShape.new(name: 'GatewayRuleNextToken')
|
|
355
|
+
GatewayRulePriority = Shapes::IntegerShape.new(name: 'GatewayRulePriority')
|
|
356
|
+
GatewayRuleStatus = Shapes::StringShape.new(name: 'GatewayRuleStatus')
|
|
357
|
+
GatewayRules = Shapes::ListShape.new(name: 'GatewayRules')
|
|
307
358
|
GatewayStatus = Shapes::StringShape.new(name: 'GatewayStatus')
|
|
308
359
|
GatewaySummaries = Shapes::ListShape.new(name: 'GatewaySummaries')
|
|
309
360
|
GatewaySummary = Shapes::StructureShape.new(name: 'GatewaySummary')
|
|
@@ -322,10 +373,16 @@ module Aws::BedrockAgentCoreControl
|
|
|
322
373
|
GetBrowserResponse = Shapes::StructureShape.new(name: 'GetBrowserResponse')
|
|
323
374
|
GetCodeInterpreterRequest = Shapes::StructureShape.new(name: 'GetCodeInterpreterRequest')
|
|
324
375
|
GetCodeInterpreterResponse = Shapes::StructureShape.new(name: 'GetCodeInterpreterResponse')
|
|
376
|
+
GetConfigurationBundleRequest = Shapes::StructureShape.new(name: 'GetConfigurationBundleRequest')
|
|
377
|
+
GetConfigurationBundleResponse = Shapes::StructureShape.new(name: 'GetConfigurationBundleResponse')
|
|
378
|
+
GetConfigurationBundleVersionRequest = Shapes::StructureShape.new(name: 'GetConfigurationBundleVersionRequest')
|
|
379
|
+
GetConfigurationBundleVersionResponse = Shapes::StructureShape.new(name: 'GetConfigurationBundleVersionResponse')
|
|
325
380
|
GetEvaluatorRequest = Shapes::StructureShape.new(name: 'GetEvaluatorRequest')
|
|
326
381
|
GetEvaluatorResponse = Shapes::StructureShape.new(name: 'GetEvaluatorResponse')
|
|
327
382
|
GetGatewayRequest = Shapes::StructureShape.new(name: 'GetGatewayRequest')
|
|
328
383
|
GetGatewayResponse = Shapes::StructureShape.new(name: 'GetGatewayResponse')
|
|
384
|
+
GetGatewayRuleRequest = Shapes::StructureShape.new(name: 'GetGatewayRuleRequest')
|
|
385
|
+
GetGatewayRuleResponse = Shapes::StructureShape.new(name: 'GetGatewayRuleResponse')
|
|
329
386
|
GetGatewayTargetRequest = Shapes::StructureShape.new(name: 'GetGatewayTargetRequest')
|
|
330
387
|
GetGatewayTargetResponse = Shapes::StructureShape.new(name: 'GetGatewayTargetResponse')
|
|
331
388
|
GetHarnessRequest = Shapes::StructureShape.new(name: 'GetHarnessRequest')
|
|
@@ -407,16 +464,22 @@ module Aws::BedrockAgentCoreControl
|
|
|
407
464
|
HttpHeaderValue = Shapes::StringShape.new(name: 'HttpHeaderValue')
|
|
408
465
|
HttpHeadersMap = Shapes::MapShape.new(name: 'HttpHeadersMap')
|
|
409
466
|
HttpQueryParameterName = Shapes::StringShape.new(name: 'HttpQueryParameterName')
|
|
467
|
+
HttpTargetConfiguration = Shapes::UnionShape.new(name: 'HttpTargetConfiguration')
|
|
410
468
|
IamCredentialProvider = Shapes::StructureShape.new(name: 'IamCredentialProvider')
|
|
411
469
|
IamCredentialProviderRegionString = Shapes::StringShape.new(name: 'IamCredentialProviderRegionString')
|
|
412
470
|
IamCredentialProviderServiceString = Shapes::StringShape.new(name: 'IamCredentialProviderServiceString')
|
|
471
|
+
IamPrincipal = Shapes::StructureShape.new(name: 'IamPrincipal')
|
|
472
|
+
IamPrincipalArn = Shapes::StringShape.new(name: 'IamPrincipalArn')
|
|
413
473
|
IamRoleArn = Shapes::StringShape.new(name: 'IamRoleArn')
|
|
414
474
|
IamSigningRegion = Shapes::StringShape.new(name: 'IamSigningRegion')
|
|
415
475
|
IamSigningServiceName = Shapes::StringShape.new(name: 'IamSigningServiceName')
|
|
416
476
|
InboundTokenClaimNameType = Shapes::StringShape.new(name: 'InboundTokenClaimNameType')
|
|
417
477
|
InboundTokenClaimValueType = Shapes::StringShape.new(name: 'InboundTokenClaimValueType')
|
|
478
|
+
IncludedData = Shapes::StringShape.new(name: 'IncludedData')
|
|
418
479
|
IncludedOauth2ProviderConfigInput = Shapes::StructureShape.new(name: 'IncludedOauth2ProviderConfigInput')
|
|
419
480
|
IncludedOauth2ProviderConfigOutput = Shapes::StructureShape.new(name: 'IncludedOauth2ProviderConfigOutput')
|
|
481
|
+
IndexedKey = Shapes::StructureShape.new(name: 'IndexedKey')
|
|
482
|
+
IndexedKeysList = Shapes::ListShape.new(name: 'IndexedKeysList')
|
|
420
483
|
InferenceConfiguration = Shapes::StructureShape.new(name: 'InferenceConfiguration')
|
|
421
484
|
InferenceConfigurationMaxTokensInteger = Shapes::IntegerShape.new(name: 'InferenceConfigurationMaxTokensInteger')
|
|
422
485
|
InferenceConfigurationStopSequencesList = Shapes::ListShape.new(name: 'InferenceConfigurationStopSequencesList')
|
|
@@ -461,9 +524,17 @@ module Aws::BedrockAgentCoreControl
|
|
|
461
524
|
ListBrowsersResponse = Shapes::StructureShape.new(name: 'ListBrowsersResponse')
|
|
462
525
|
ListCodeInterpretersRequest = Shapes::StructureShape.new(name: 'ListCodeInterpretersRequest')
|
|
463
526
|
ListCodeInterpretersResponse = Shapes::StructureShape.new(name: 'ListCodeInterpretersResponse')
|
|
527
|
+
ListConfigurationBundleVersionsRequest = Shapes::StructureShape.new(name: 'ListConfigurationBundleVersionsRequest')
|
|
528
|
+
ListConfigurationBundleVersionsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListConfigurationBundleVersionsRequestMaxResultsInteger')
|
|
529
|
+
ListConfigurationBundleVersionsResponse = Shapes::StructureShape.new(name: 'ListConfigurationBundleVersionsResponse')
|
|
530
|
+
ListConfigurationBundlesRequest = Shapes::StructureShape.new(name: 'ListConfigurationBundlesRequest')
|
|
531
|
+
ListConfigurationBundlesRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListConfigurationBundlesRequestMaxResultsInteger')
|
|
532
|
+
ListConfigurationBundlesResponse = Shapes::StructureShape.new(name: 'ListConfigurationBundlesResponse')
|
|
464
533
|
ListEvaluatorsRequest = Shapes::StructureShape.new(name: 'ListEvaluatorsRequest')
|
|
465
534
|
ListEvaluatorsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListEvaluatorsRequestMaxResultsInteger')
|
|
466
535
|
ListEvaluatorsResponse = Shapes::StructureShape.new(name: 'ListEvaluatorsResponse')
|
|
536
|
+
ListGatewayRulesRequest = Shapes::StructureShape.new(name: 'ListGatewayRulesRequest')
|
|
537
|
+
ListGatewayRulesResponse = Shapes::StructureShape.new(name: 'ListGatewayRulesResponse')
|
|
467
538
|
ListGatewayTargetsRequest = Shapes::StructureShape.new(name: 'ListGatewayTargetsRequest')
|
|
468
539
|
ListGatewayTargetsResponse = Shapes::StructureShape.new(name: 'ListGatewayTargetsResponse')
|
|
469
540
|
ListGatewaysRequest = Shapes::StructureShape.new(name: 'ListGatewaysRequest')
|
|
@@ -498,10 +569,18 @@ module Aws::BedrockAgentCoreControl
|
|
|
498
569
|
ListWorkloadIdentitiesResponse = Shapes::StructureShape.new(name: 'ListWorkloadIdentitiesResponse')
|
|
499
570
|
ListingMode = Shapes::StringShape.new(name: 'ListingMode')
|
|
500
571
|
LlmAsAJudgeEvaluatorConfig = Shapes::StructureShape.new(name: 'LlmAsAJudgeEvaluatorConfig')
|
|
572
|
+
LlmExtractionConfig = Shapes::StructureShape.new(name: 'LlmExtractionConfig')
|
|
573
|
+
LlmExtractionInstruction = Shapes::StringShape.new(name: 'LlmExtractionInstruction')
|
|
501
574
|
LogGroupName = Shapes::StringShape.new(name: 'LogGroupName')
|
|
502
575
|
MCPGatewayConfiguration = Shapes::StructureShape.new(name: 'MCPGatewayConfiguration')
|
|
503
576
|
ManagedResourceDetails = Shapes::StructureShape.new(name: 'ManagedResourceDetails')
|
|
504
577
|
ManagedVpcResource = Shapes::StructureShape.new(name: 'ManagedVpcResource')
|
|
578
|
+
MatchPathPattern = Shapes::StringShape.new(name: 'MatchPathPattern')
|
|
579
|
+
MatchPaths = Shapes::StructureShape.new(name: 'MatchPaths')
|
|
580
|
+
MatchPathsAnyOfList = Shapes::ListShape.new(name: 'MatchPathsAnyOfList')
|
|
581
|
+
MatchPrincipalEntry = Shapes::UnionShape.new(name: 'MatchPrincipalEntry')
|
|
582
|
+
MatchPrincipals = Shapes::StructureShape.new(name: 'MatchPrincipals')
|
|
583
|
+
MatchPrincipalsAnyOfList = Shapes::ListShape.new(name: 'MatchPrincipalsAnyOfList')
|
|
505
584
|
MatchValueString = Shapes::StringShape.new(name: 'MatchValueString')
|
|
506
585
|
MatchValueStringList = Shapes::ListShape.new(name: 'MatchValueStringList')
|
|
507
586
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
|
@@ -520,6 +599,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
520
599
|
MemoryArn = Shapes::StringShape.new(name: 'MemoryArn')
|
|
521
600
|
MemoryEventExpiryDurationInteger = Shapes::IntegerShape.new(name: 'MemoryEventExpiryDurationInteger')
|
|
522
601
|
MemoryId = Shapes::StringShape.new(name: 'MemoryId')
|
|
602
|
+
MemoryRecordSchema = Shapes::StructureShape.new(name: 'MemoryRecordSchema')
|
|
523
603
|
MemoryStatus = Shapes::StringShape.new(name: 'MemoryStatus')
|
|
524
604
|
MemoryStrategy = Shapes::StructureShape.new(name: 'MemoryStrategy')
|
|
525
605
|
MemoryStrategyId = Shapes::StringShape.new(name: 'MemoryStrategyId')
|
|
@@ -535,6 +615,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
535
615
|
MessageBasedTriggerInput = Shapes::StructureShape.new(name: 'MessageBasedTriggerInput')
|
|
536
616
|
MessageBasedTriggerInputMessageCountInteger = Shapes::IntegerShape.new(name: 'MessageBasedTriggerInputMessageCountInteger')
|
|
537
617
|
MetadataConfiguration = Shapes::StructureShape.new(name: 'MetadataConfiguration')
|
|
618
|
+
MetadataKey = Shapes::StringShape.new(name: 'MetadataKey')
|
|
619
|
+
MetadataSchemaEntry = Shapes::StructureShape.new(name: 'MetadataSchemaEntry')
|
|
620
|
+
MetadataSchemaList = Shapes::ListShape.new(name: 'MetadataSchemaList')
|
|
621
|
+
MetadataValueType = Shapes::StringShape.new(name: 'MetadataValueType')
|
|
538
622
|
MicrosoftOauth2ProviderConfigInput = Shapes::StructureShape.new(name: 'MicrosoftOauth2ProviderConfigInput')
|
|
539
623
|
MicrosoftOauth2ProviderConfigOutput = Shapes::StructureShape.new(name: 'MicrosoftOauth2ProviderConfigOutput')
|
|
540
624
|
ModelId = Shapes::StringShape.new(name: 'ModelId')
|
|
@@ -559,6 +643,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
559
643
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
|
560
644
|
NonBlankString = Shapes::StringShape.new(name: 'NonBlankString')
|
|
561
645
|
NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
|
|
646
|
+
NumberValidation = Shapes::StructureShape.new(name: 'NumberValidation')
|
|
562
647
|
NumericalScaleDefinition = Shapes::StructureShape.new(name: 'NumericalScaleDefinition')
|
|
563
648
|
NumericalScaleDefinitionLabelString = Shapes::StringShape.new(name: 'NumericalScaleDefinitionLabelString')
|
|
564
649
|
NumericalScaleDefinitionValueDouble = Shapes::FloatShape.new(name: 'NumericalScaleDefinitionValueDouble')
|
|
@@ -581,6 +666,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
581
666
|
Oauth2Discovery = Shapes::UnionShape.new(name: 'Oauth2Discovery')
|
|
582
667
|
Oauth2ProviderConfigInput = Shapes::UnionShape.new(name: 'Oauth2ProviderConfigInput')
|
|
583
668
|
Oauth2ProviderConfigOutput = Shapes::UnionShape.new(name: 'Oauth2ProviderConfigOutput')
|
|
669
|
+
OnBehalfOfTokenExchangeConfigType = Shapes::StructureShape.new(name: 'OnBehalfOfTokenExchangeConfigType')
|
|
670
|
+
OnBehalfOfTokenExchangeGrantTypeType = Shapes::StringShape.new(name: 'OnBehalfOfTokenExchangeGrantTypeType')
|
|
584
671
|
OnlineEvaluationConfigArn = Shapes::StringShape.new(name: 'OnlineEvaluationConfigArn')
|
|
585
672
|
OnlineEvaluationConfigId = Shapes::StringShape.new(name: 'OnlineEvaluationConfigId')
|
|
586
673
|
OnlineEvaluationConfigStatus = Shapes::StringShape.new(name: 'OnlineEvaluationConfigStatus')
|
|
@@ -610,6 +697,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
610
697
|
PolicyStatus = Shapes::StringShape.new(name: 'PolicyStatus')
|
|
611
698
|
PolicyStatusReasons = Shapes::ListShape.new(name: 'PolicyStatusReasons')
|
|
612
699
|
PolicyValidationMode = Shapes::StringShape.new(name: 'PolicyValidationMode')
|
|
700
|
+
PrincipalMatchOperator = Shapes::StringShape.new(name: 'PrincipalMatchOperator')
|
|
613
701
|
PrivateEndpoint = Shapes::UnionShape.new(name: 'PrivateEndpoint')
|
|
614
702
|
PrivateEndpointManagedResources = Shapes::ListShape.new(name: 'PrivateEndpointManagedResources')
|
|
615
703
|
PrivateEndpointOverride = Shapes::StructureShape.new(name: 'PrivateEndpointOverride')
|
|
@@ -665,10 +753,14 @@ module Aws::BedrockAgentCoreControl
|
|
|
665
753
|
RestApiMethod = Shapes::StringShape.new(name: 'RestApiMethod')
|
|
666
754
|
RestApiMethods = Shapes::ListShape.new(name: 'RestApiMethods')
|
|
667
755
|
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
|
756
|
+
RouteToTargetAction = Shapes::UnionShape.new(name: 'RouteToTargetAction')
|
|
668
757
|
RoutingDomain = Shapes::StringShape.new(name: 'RoutingDomain')
|
|
669
758
|
Rule = Shapes::StructureShape.new(name: 'Rule')
|
|
759
|
+
RuntimeArn = Shapes::StringShape.new(name: 'RuntimeArn')
|
|
670
760
|
RuntimeContainerUri = Shapes::StringShape.new(name: 'RuntimeContainerUri')
|
|
671
761
|
RuntimeMetadataConfiguration = Shapes::StructureShape.new(name: 'RuntimeMetadataConfiguration')
|
|
762
|
+
RuntimeQualifier = Shapes::StringShape.new(name: 'RuntimeQualifier')
|
|
763
|
+
RuntimeTargetConfiguration = Shapes::StructureShape.new(name: 'RuntimeTargetConfiguration')
|
|
672
764
|
S3BucketUri = Shapes::StringShape.new(name: 'S3BucketUri')
|
|
673
765
|
S3Configuration = Shapes::StructureShape.new(name: 'S3Configuration')
|
|
674
766
|
S3Location = Shapes::StructureShape.new(name: 'S3Location')
|
|
@@ -685,6 +777,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
685
777
|
SchemaType = Shapes::StringShape.new(name: 'SchemaType')
|
|
686
778
|
SchemaVersion = Shapes::StringShape.new(name: 'SchemaVersion')
|
|
687
779
|
ScopeList = Shapes::ListShape.new(name: 'ScopeList')
|
|
780
|
+
ScopeType = Shapes::StringShape.new(name: 'ScopeType')
|
|
781
|
+
ScopesListType = Shapes::ListShape.new(name: 'ScopesListType')
|
|
688
782
|
SearchType = Shapes::StringShape.new(name: 'SearchType')
|
|
689
783
|
Secret = Shapes::StructureShape.new(name: 'Secret')
|
|
690
784
|
SecretArn = Shapes::StringShape.new(name: 'SecretArn')
|
|
@@ -722,6 +816,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
722
816
|
StartPolicyGenerationRequest = Shapes::StructureShape.new(name: 'StartPolicyGenerationRequest')
|
|
723
817
|
StartPolicyGenerationResponse = Shapes::StructureShape.new(name: 'StartPolicyGenerationResponse')
|
|
724
818
|
Statement = Shapes::StringShape.new(name: 'Statement')
|
|
819
|
+
StaticOverride = Shapes::StructureShape.new(name: 'StaticOverride')
|
|
820
|
+
StaticOverrideBundleVersionString = Shapes::StringShape.new(name: 'StaticOverrideBundleVersionString')
|
|
821
|
+
StaticRoute = Shapes::StructureShape.new(name: 'StaticRoute')
|
|
725
822
|
Status = Shapes::StringShape.new(name: 'Status')
|
|
726
823
|
StatusReason = Shapes::StringShape.new(name: 'StatusReason')
|
|
727
824
|
StatusReasons = Shapes::ListShape.new(name: 'StatusReasons')
|
|
@@ -730,6 +827,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
730
827
|
StreamDeliveryResources = Shapes::StructureShape.new(name: 'StreamDeliveryResources')
|
|
731
828
|
StreamDeliveryResourcesList = Shapes::ListShape.new(name: 'StreamDeliveryResourcesList')
|
|
732
829
|
String = Shapes::StringShape.new(name: 'String')
|
|
830
|
+
StringListValidation = Shapes::StructureShape.new(name: 'StringListValidation')
|
|
831
|
+
StringListValidationMaxItemsInteger = Shapes::IntegerShape.new(name: 'StringListValidationMaxItemsInteger')
|
|
832
|
+
StringValidation = Shapes::StructureShape.new(name: 'StringValidation')
|
|
733
833
|
SubmitRegistryRecordForApprovalRequest = Shapes::StructureShape.new(name: 'SubmitRegistryRecordForApprovalRequest')
|
|
734
834
|
SubmitRegistryRecordForApprovalResponse = Shapes::StructureShape.new(name: 'SubmitRegistryRecordForApprovalResponse')
|
|
735
835
|
SubnetId = Shapes::StringShape.new(name: 'SubnetId')
|
|
@@ -743,6 +843,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
743
843
|
SynchronizationType = Shapes::StringShape.new(name: 'SynchronizationType')
|
|
744
844
|
SynchronizeGatewayTargetsRequest = Shapes::StructureShape.new(name: 'SynchronizeGatewayTargetsRequest')
|
|
745
845
|
SynchronizeGatewayTargetsResponse = Shapes::StructureShape.new(name: 'SynchronizeGatewayTargetsResponse')
|
|
846
|
+
SystemManagedBlock = Shapes::StructureShape.new(name: 'SystemManagedBlock')
|
|
746
847
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
|
747
848
|
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
|
748
849
|
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
|
@@ -757,10 +858,16 @@ module Aws::BedrockAgentCoreControl
|
|
|
757
858
|
TargetMaxResults = Shapes::IntegerShape.new(name: 'TargetMaxResults')
|
|
758
859
|
TargetName = Shapes::StringShape.new(name: 'TargetName')
|
|
759
860
|
TargetNextToken = Shapes::StringShape.new(name: 'TargetNextToken')
|
|
861
|
+
TargetProtocolType = Shapes::StringShape.new(name: 'TargetProtocolType')
|
|
760
862
|
TargetResourcePriority = Shapes::IntegerShape.new(name: 'TargetResourcePriority')
|
|
761
863
|
TargetStatus = Shapes::StringShape.new(name: 'TargetStatus')
|
|
762
864
|
TargetSummaries = Shapes::ListShape.new(name: 'TargetSummaries')
|
|
763
865
|
TargetSummary = Shapes::StructureShape.new(name: 'TargetSummary')
|
|
866
|
+
TargetTrafficSplitEntries = Shapes::ListShape.new(name: 'TargetTrafficSplitEntries')
|
|
867
|
+
TargetTrafficSplitEntry = Shapes::StructureShape.new(name: 'TargetTrafficSplitEntry')
|
|
868
|
+
TargetTrafficSplitEntryDescriptionString = Shapes::StringShape.new(name: 'TargetTrafficSplitEntryDescriptionString')
|
|
869
|
+
TargetTrafficSplitEntryNameString = Shapes::StringShape.new(name: 'TargetTrafficSplitEntryNameString')
|
|
870
|
+
TargetTrafficSplitEntryWeightInteger = Shapes::IntegerShape.new(name: 'TargetTrafficSplitEntryWeightInteger')
|
|
764
871
|
Temperature = Shapes::FloatShape.new(name: 'Temperature')
|
|
765
872
|
TenantIdType = Shapes::StringShape.new(name: 'TenantIdType')
|
|
766
873
|
ThrottledException = Shapes::StructureShape.new(name: 'ThrottledException')
|
|
@@ -775,6 +882,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
775
882
|
TokenBasedTriggerInputTokenCountInteger = Shapes::IntegerShape.new(name: 'TokenBasedTriggerInputTokenCountInteger')
|
|
776
883
|
TokenEndpointAuthMethodsType = Shapes::ListShape.new(name: 'TokenEndpointAuthMethodsType')
|
|
777
884
|
TokenEndpointType = Shapes::StringShape.new(name: 'TokenEndpointType')
|
|
885
|
+
TokenExchangeGrantTypeConfigType = Shapes::StructureShape.new(name: 'TokenExchangeGrantTypeConfigType')
|
|
778
886
|
TokenVaultIdType = Shapes::StringShape.new(name: 'TokenVaultIdType')
|
|
779
887
|
ToolDefinition = Shapes::StructureShape.new(name: 'ToolDefinition')
|
|
780
888
|
ToolDefinitions = Shapes::ListShape.new(name: 'ToolDefinitions')
|
|
@@ -783,6 +891,14 @@ module Aws::BedrockAgentCoreControl
|
|
|
783
891
|
ToolsDefinition = Shapes::StructureShape.new(name: 'ToolsDefinition')
|
|
784
892
|
TopK = Shapes::IntegerShape.new(name: 'TopK')
|
|
785
893
|
TopP = Shapes::FloatShape.new(name: 'TopP')
|
|
894
|
+
TrafficSplitEntries = Shapes::ListShape.new(name: 'TrafficSplitEntries')
|
|
895
|
+
TrafficSplitEntry = Shapes::StructureShape.new(name: 'TrafficSplitEntry')
|
|
896
|
+
TrafficSplitEntryDescriptionString = Shapes::StringShape.new(name: 'TrafficSplitEntryDescriptionString')
|
|
897
|
+
TrafficSplitEntryNameString = Shapes::StringShape.new(name: 'TrafficSplitEntryNameString')
|
|
898
|
+
TrafficSplitEntryWeightInteger = Shapes::IntegerShape.new(name: 'TrafficSplitEntryWeightInteger')
|
|
899
|
+
TrafficSplitMetadataKey = Shapes::StringShape.new(name: 'TrafficSplitMetadataKey')
|
|
900
|
+
TrafficSplitMetadataMap = Shapes::MapShape.new(name: 'TrafficSplitMetadataMap')
|
|
901
|
+
TrafficSplitMetadataValue = Shapes::StringShape.new(name: 'TrafficSplitMetadataValue')
|
|
786
902
|
TriggerCondition = Shapes::UnionShape.new(name: 'TriggerCondition')
|
|
787
903
|
TriggerConditionInput = Shapes::UnionShape.new(name: 'TriggerConditionInput')
|
|
788
904
|
TriggerConditionInputList = Shapes::ListShape.new(name: 'TriggerConditionInputList')
|
|
@@ -797,10 +913,15 @@ module Aws::BedrockAgentCoreControl
|
|
|
797
913
|
UpdateAgentRuntimeResponse = Shapes::StructureShape.new(name: 'UpdateAgentRuntimeResponse')
|
|
798
914
|
UpdateApiKeyCredentialProviderRequest = Shapes::StructureShape.new(name: 'UpdateApiKeyCredentialProviderRequest')
|
|
799
915
|
UpdateApiKeyCredentialProviderResponse = Shapes::StructureShape.new(name: 'UpdateApiKeyCredentialProviderResponse')
|
|
916
|
+
UpdateConfigurationBundleRequest = Shapes::StructureShape.new(name: 'UpdateConfigurationBundleRequest')
|
|
917
|
+
UpdateConfigurationBundleRequestCommitMessageString = Shapes::StringShape.new(name: 'UpdateConfigurationBundleRequestCommitMessageString')
|
|
918
|
+
UpdateConfigurationBundleResponse = Shapes::StructureShape.new(name: 'UpdateConfigurationBundleResponse')
|
|
800
919
|
UpdateEvaluatorRequest = Shapes::StructureShape.new(name: 'UpdateEvaluatorRequest')
|
|
801
920
|
UpdateEvaluatorResponse = Shapes::StructureShape.new(name: 'UpdateEvaluatorResponse')
|
|
802
921
|
UpdateGatewayRequest = Shapes::StructureShape.new(name: 'UpdateGatewayRequest')
|
|
803
922
|
UpdateGatewayResponse = Shapes::StructureShape.new(name: 'UpdateGatewayResponse')
|
|
923
|
+
UpdateGatewayRuleRequest = Shapes::StructureShape.new(name: 'UpdateGatewayRuleRequest')
|
|
924
|
+
UpdateGatewayRuleResponse = Shapes::StructureShape.new(name: 'UpdateGatewayRuleResponse')
|
|
804
925
|
UpdateGatewayTargetRequest = Shapes::StructureShape.new(name: 'UpdateGatewayTargetRequest')
|
|
805
926
|
UpdateGatewayTargetResponse = Shapes::StructureShape.new(name: 'UpdateGatewayTargetResponse')
|
|
806
927
|
UpdateHarnessRequest = Shapes::StructureShape.new(name: 'UpdateHarnessRequest')
|
|
@@ -851,12 +972,19 @@ module Aws::BedrockAgentCoreControl
|
|
|
851
972
|
UserPreferenceOverrideConfigurationInput = Shapes::StructureShape.new(name: 'UserPreferenceOverrideConfigurationInput')
|
|
852
973
|
UserPreferenceOverrideConsolidationConfigurationInput = Shapes::StructureShape.new(name: 'UserPreferenceOverrideConsolidationConfigurationInput')
|
|
853
974
|
UserPreferenceOverrideExtractionConfigurationInput = Shapes::StructureShape.new(name: 'UserPreferenceOverrideExtractionConfigurationInput')
|
|
975
|
+
Validation = Shapes::UnionShape.new(name: 'Validation')
|
|
854
976
|
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
|
855
977
|
ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
|
|
856
978
|
ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
|
|
857
979
|
ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
|
|
980
|
+
VersionCreatedBySource = Shapes::StructureShape.new(name: 'VersionCreatedBySource')
|
|
981
|
+
VersionFilter = Shapes::StructureShape.new(name: 'VersionFilter')
|
|
982
|
+
VersionLineageMetadata = Shapes::StructureShape.new(name: 'VersionLineageMetadata')
|
|
983
|
+
VersionLineageMetadataCommitMessageString = Shapes::StringShape.new(name: 'VersionLineageMetadataCommitMessageString')
|
|
858
984
|
VpcConfig = Shapes::StructureShape.new(name: 'VpcConfig')
|
|
859
985
|
VpcIdentifier = Shapes::StringShape.new(name: 'VpcIdentifier')
|
|
986
|
+
WeightedOverride = Shapes::StructureShape.new(name: 'WeightedOverride')
|
|
987
|
+
WeightedRoute = Shapes::StructureShape.new(name: 'WeightedRoute')
|
|
860
988
|
WorkloadIdentityArn = Shapes::StringShape.new(name: 'WorkloadIdentityArn')
|
|
861
989
|
WorkloadIdentityArnType = Shapes::StringShape.new(name: 'WorkloadIdentityArnType')
|
|
862
990
|
WorkloadIdentityDetails = Shapes::StructureShape.new(name: 'WorkloadIdentityDetails')
|
|
@@ -871,6 +999,16 @@ module Aws::BedrockAgentCoreControl
|
|
|
871
999
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
|
872
1000
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
|
873
1001
|
|
|
1002
|
+
Action.add_member(:configuration_bundle, Shapes::ShapeRef.new(shape: ConfigurationBundleAction, location_name: "configurationBundle"))
|
|
1003
|
+
Action.add_member(:route_to_target, Shapes::ShapeRef.new(shape: RouteToTargetAction, location_name: "routeToTarget"))
|
|
1004
|
+
Action.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1005
|
+
Action.add_member_subclass(:configuration_bundle, Types::Action::ConfigurationBundle)
|
|
1006
|
+
Action.add_member_subclass(:route_to_target, Types::Action::RouteToTarget)
|
|
1007
|
+
Action.add_member_subclass(:unknown, Types::Action::Unknown)
|
|
1008
|
+
Action.struct_class = Types::Action
|
|
1009
|
+
|
|
1010
|
+
Actions.member = Shapes::ShapeRef.new(shape: Action)
|
|
1011
|
+
|
|
874
1012
|
AgentCardDefinition.add_member(:schema_version, Shapes::ShapeRef.new(shape: SchemaVersion, location_name: "schemaVersion"))
|
|
875
1013
|
AgentCardDefinition.add_member(:inline_content, Shapes::ShapeRef.new(shape: InlineContent, location_name: "inlineContent"))
|
|
876
1014
|
AgentCardDefinition.struct_class = Types::AgentCardDefinition
|
|
@@ -924,6 +1062,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
924
1062
|
|
|
925
1063
|
AllowedScopesType.member = Shapes::ShapeRef.new(shape: AllowedScopeType)
|
|
926
1064
|
|
|
1065
|
+
AllowedStringListValuesList.member = Shapes::ShapeRef.new(shape: AllowedStringListValue)
|
|
1066
|
+
|
|
1067
|
+
AllowedStringValuesList.member = Shapes::ShapeRef.new(shape: AllowedStringValue)
|
|
1068
|
+
|
|
927
1069
|
ApiGatewayTargetConfiguration.add_member(:rest_api_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "restApiId"))
|
|
928
1070
|
ApiGatewayTargetConfiguration.add_member(:stage, Shapes::ShapeRef.new(shape: String, required: true, location_name: "stage"))
|
|
929
1071
|
ApiGatewayTargetConfiguration.add_member(:api_gateway_tool_configuration, Shapes::ShapeRef.new(shape: ApiGatewayToolConfiguration, required: true, location_name: "apiGatewayToolConfiguration"))
|
|
@@ -1115,9 +1257,56 @@ module Aws::BedrockAgentCoreControl
|
|
|
1115
1257
|
CodeInterpreterSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "lastUpdatedAt"))
|
|
1116
1258
|
CodeInterpreterSummary.struct_class = Types::CodeInterpreterSummary
|
|
1117
1259
|
|
|
1260
|
+
ComponentConfiguration.add_member(:configuration, Shapes::ShapeRef.new(shape: Document, required: true, location_name: "configuration"))
|
|
1261
|
+
ComponentConfiguration.struct_class = Types::ComponentConfiguration
|
|
1262
|
+
|
|
1263
|
+
ComponentConfigurationMap.key = Shapes::ShapeRef.new(shape: ComponentIdentifier)
|
|
1264
|
+
ComponentConfigurationMap.value = Shapes::ShapeRef.new(shape: ComponentConfiguration)
|
|
1265
|
+
|
|
1118
1266
|
ConcurrentModificationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
1119
1267
|
ConcurrentModificationException.struct_class = Types::ConcurrentModificationException
|
|
1120
1268
|
|
|
1269
|
+
Condition.add_member(:match_principals, Shapes::ShapeRef.new(shape: MatchPrincipals, location_name: "matchPrincipals"))
|
|
1270
|
+
Condition.add_member(:match_paths, Shapes::ShapeRef.new(shape: MatchPaths, location_name: "matchPaths"))
|
|
1271
|
+
Condition.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1272
|
+
Condition.add_member_subclass(:match_principals, Types::Condition::MatchPrincipals)
|
|
1273
|
+
Condition.add_member_subclass(:match_paths, Types::Condition::MatchPaths)
|
|
1274
|
+
Condition.add_member_subclass(:unknown, Types::Condition::Unknown)
|
|
1275
|
+
Condition.struct_class = Types::Condition
|
|
1276
|
+
|
|
1277
|
+
Conditions.member = Shapes::ShapeRef.new(shape: Condition)
|
|
1278
|
+
|
|
1279
|
+
ConfigurationBundleAction.add_member(:static_override, Shapes::ShapeRef.new(shape: StaticOverride, location_name: "staticOverride"))
|
|
1280
|
+
ConfigurationBundleAction.add_member(:weighted_override, Shapes::ShapeRef.new(shape: WeightedOverride, location_name: "weightedOverride"))
|
|
1281
|
+
ConfigurationBundleAction.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1282
|
+
ConfigurationBundleAction.add_member_subclass(:static_override, Types::ConfigurationBundleAction::StaticOverride)
|
|
1283
|
+
ConfigurationBundleAction.add_member_subclass(:weighted_override, Types::ConfigurationBundleAction::WeightedOverride)
|
|
1284
|
+
ConfigurationBundleAction.add_member_subclass(:unknown, Types::ConfigurationBundleAction::Unknown)
|
|
1285
|
+
ConfigurationBundleAction.struct_class = Types::ConfigurationBundleAction
|
|
1286
|
+
|
|
1287
|
+
ConfigurationBundleReference.add_member(:bundle_arn, Shapes::ShapeRef.new(shape: GatewayConfigurationBundleArn, required: true, location_name: "bundleArn"))
|
|
1288
|
+
ConfigurationBundleReference.add_member(:bundle_version, Shapes::ShapeRef.new(shape: ConfigurationBundleReferenceBundleVersionString, required: true, location_name: "bundleVersion"))
|
|
1289
|
+
ConfigurationBundleReference.struct_class = Types::ConfigurationBundleReference
|
|
1290
|
+
|
|
1291
|
+
ConfigurationBundleSummary.add_member(:bundle_arn, Shapes::ShapeRef.new(shape: ConfigurationBundleArn, required: true, location_name: "bundleArn"))
|
|
1292
|
+
ConfigurationBundleSummary.add_member(:bundle_id, Shapes::ShapeRef.new(shape: ConfigurationBundleId, required: true, location_name: "bundleId"))
|
|
1293
|
+
ConfigurationBundleSummary.add_member(:bundle_name, Shapes::ShapeRef.new(shape: ConfigurationBundleName, required: true, location_name: "bundleName"))
|
|
1294
|
+
ConfigurationBundleSummary.add_member(:description, Shapes::ShapeRef.new(shape: ConfigurationBundleDescription, location_name: "description"))
|
|
1295
|
+
ConfigurationBundleSummary.struct_class = Types::ConfigurationBundleSummary
|
|
1296
|
+
|
|
1297
|
+
ConfigurationBundleSummaryList.member = Shapes::ShapeRef.new(shape: ConfigurationBundleSummary)
|
|
1298
|
+
|
|
1299
|
+
ConfigurationBundleVersionList.member = Shapes::ShapeRef.new(shape: ConfigurationBundleVersion)
|
|
1300
|
+
|
|
1301
|
+
ConfigurationBundleVersionSummary.add_member(:bundle_arn, Shapes::ShapeRef.new(shape: ConfigurationBundleArn, required: true, location_name: "bundleArn"))
|
|
1302
|
+
ConfigurationBundleVersionSummary.add_member(:bundle_id, Shapes::ShapeRef.new(shape: ConfigurationBundleId, required: true, location_name: "bundleId"))
|
|
1303
|
+
ConfigurationBundleVersionSummary.add_member(:version_id, Shapes::ShapeRef.new(shape: ConfigurationBundleVersion, required: true, location_name: "versionId"))
|
|
1304
|
+
ConfigurationBundleVersionSummary.add_member(:lineage_metadata, Shapes::ShapeRef.new(shape: VersionLineageMetadata, location_name: "lineageMetadata"))
|
|
1305
|
+
ConfigurationBundleVersionSummary.add_member(:version_created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "versionCreatedAt"))
|
|
1306
|
+
ConfigurationBundleVersionSummary.struct_class = Types::ConfigurationBundleVersionSummary
|
|
1307
|
+
|
|
1308
|
+
ConfigurationBundleVersionSummaryList.member = Shapes::ShapeRef.new(shape: ConfigurationBundleVersionSummary)
|
|
1309
|
+
|
|
1121
1310
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
|
1122
1311
|
ConflictException.struct_class = Types::ConflictException
|
|
1123
1312
|
|
|
@@ -1235,11 +1424,28 @@ module Aws::BedrockAgentCoreControl
|
|
|
1235
1424
|
CreateCodeInterpreterResponse.add_member(:status, Shapes::ShapeRef.new(shape: CodeInterpreterStatus, required: true, location_name: "status"))
|
|
1236
1425
|
CreateCodeInterpreterResponse.struct_class = Types::CreateCodeInterpreterResponse
|
|
1237
1426
|
|
|
1427
|
+
CreateConfigurationBundleRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
1428
|
+
CreateConfigurationBundleRequest.add_member(:bundle_name, Shapes::ShapeRef.new(shape: ConfigurationBundleName, required: true, location_name: "bundleName"))
|
|
1429
|
+
CreateConfigurationBundleRequest.add_member(:description, Shapes::ShapeRef.new(shape: ConfigurationBundleDescription, location_name: "description"))
|
|
1430
|
+
CreateConfigurationBundleRequest.add_member(:components, Shapes::ShapeRef.new(shape: ComponentConfigurationMap, required: true, location_name: "components"))
|
|
1431
|
+
CreateConfigurationBundleRequest.add_member(:branch_name, Shapes::ShapeRef.new(shape: BranchName, location_name: "branchName"))
|
|
1432
|
+
CreateConfigurationBundleRequest.add_member(:commit_message, Shapes::ShapeRef.new(shape: CreateConfigurationBundleRequestCommitMessageString, location_name: "commitMessage"))
|
|
1433
|
+
CreateConfigurationBundleRequest.add_member(:created_by, Shapes::ShapeRef.new(shape: VersionCreatedBySource, location_name: "createdBy"))
|
|
1434
|
+
CreateConfigurationBundleRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
1435
|
+
CreateConfigurationBundleRequest.struct_class = Types::CreateConfigurationBundleRequest
|
|
1436
|
+
|
|
1437
|
+
CreateConfigurationBundleResponse.add_member(:bundle_arn, Shapes::ShapeRef.new(shape: ConfigurationBundleArn, required: true, location_name: "bundleArn"))
|
|
1438
|
+
CreateConfigurationBundleResponse.add_member(:bundle_id, Shapes::ShapeRef.new(shape: ConfigurationBundleId, required: true, location_name: "bundleId"))
|
|
1439
|
+
CreateConfigurationBundleResponse.add_member(:version_id, Shapes::ShapeRef.new(shape: ConfigurationBundleVersion, required: true, location_name: "versionId"))
|
|
1440
|
+
CreateConfigurationBundleResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
|
1441
|
+
CreateConfigurationBundleResponse.struct_class = Types::CreateConfigurationBundleResponse
|
|
1442
|
+
|
|
1238
1443
|
CreateEvaluatorRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
1239
1444
|
CreateEvaluatorRequest.add_member(:evaluator_name, Shapes::ShapeRef.new(shape: CustomEvaluatorName, required: true, location_name: "evaluatorName"))
|
|
1240
1445
|
CreateEvaluatorRequest.add_member(:description, Shapes::ShapeRef.new(shape: EvaluatorDescription, location_name: "description"))
|
|
1241
1446
|
CreateEvaluatorRequest.add_member(:evaluator_config, Shapes::ShapeRef.new(shape: EvaluatorConfig, required: true, location_name: "evaluatorConfig"))
|
|
1242
1447
|
CreateEvaluatorRequest.add_member(:level, Shapes::ShapeRef.new(shape: EvaluatorLevel, required: true, location_name: "level"))
|
|
1448
|
+
CreateEvaluatorRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
|
1243
1449
|
CreateEvaluatorRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
1244
1450
|
CreateEvaluatorRequest.struct_class = Types::CreateEvaluatorRequest
|
|
1245
1451
|
|
|
@@ -1253,7 +1459,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1253
1459
|
CreateGatewayRequest.add_member(:description, Shapes::ShapeRef.new(shape: GatewayDescription, location_name: "description"))
|
|
1254
1460
|
CreateGatewayRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
1255
1461
|
CreateGatewayRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
|
1256
|
-
CreateGatewayRequest.add_member(:protocol_type, Shapes::ShapeRef.new(shape: GatewayProtocolType,
|
|
1462
|
+
CreateGatewayRequest.add_member(:protocol_type, Shapes::ShapeRef.new(shape: GatewayProtocolType, location_name: "protocolType"))
|
|
1257
1463
|
CreateGatewayRequest.add_member(:protocol_configuration, Shapes::ShapeRef.new(shape: GatewayProtocolConfiguration, location_name: "protocolConfiguration"))
|
|
1258
1464
|
CreateGatewayRequest.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, required: true, location_name: "authorizerType"))
|
|
1259
1465
|
CreateGatewayRequest.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
|
|
@@ -1274,7 +1480,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1274
1480
|
CreateGatewayResponse.add_member(:name, Shapes::ShapeRef.new(shape: GatewayName, required: true, location_name: "name"))
|
|
1275
1481
|
CreateGatewayResponse.add_member(:description, Shapes::ShapeRef.new(shape: GatewayDescription, location_name: "description"))
|
|
1276
1482
|
CreateGatewayResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
|
|
1277
|
-
CreateGatewayResponse.add_member(:protocol_type, Shapes::ShapeRef.new(shape: GatewayProtocolType,
|
|
1483
|
+
CreateGatewayResponse.add_member(:protocol_type, Shapes::ShapeRef.new(shape: GatewayProtocolType, location_name: "protocolType"))
|
|
1278
1484
|
CreateGatewayResponse.add_member(:protocol_configuration, Shapes::ShapeRef.new(shape: GatewayProtocolConfiguration, location_name: "protocolConfiguration"))
|
|
1279
1485
|
CreateGatewayResponse.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, required: true, location_name: "authorizerType"))
|
|
1280
1486
|
CreateGatewayResponse.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
|
|
@@ -1285,6 +1491,25 @@ module Aws::BedrockAgentCoreControl
|
|
|
1285
1491
|
CreateGatewayResponse.add_member(:exception_level, Shapes::ShapeRef.new(shape: ExceptionLevel, location_name: "exceptionLevel"))
|
|
1286
1492
|
CreateGatewayResponse.struct_class = Types::CreateGatewayResponse
|
|
1287
1493
|
|
|
1494
|
+
CreateGatewayRuleRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
|
|
1495
|
+
CreateGatewayRuleRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
1496
|
+
CreateGatewayRuleRequest.add_member(:priority, Shapes::ShapeRef.new(shape: GatewayRulePriority, required: true, location_name: "priority"))
|
|
1497
|
+
CreateGatewayRuleRequest.add_member(:conditions, Shapes::ShapeRef.new(shape: Conditions, location_name: "conditions"))
|
|
1498
|
+
CreateGatewayRuleRequest.add_member(:actions, Shapes::ShapeRef.new(shape: Actions, required: true, location_name: "actions"))
|
|
1499
|
+
CreateGatewayRuleRequest.add_member(:description, Shapes::ShapeRef.new(shape: GatewayRuleDescription, location_name: "description"))
|
|
1500
|
+
CreateGatewayRuleRequest.struct_class = Types::CreateGatewayRuleRequest
|
|
1501
|
+
|
|
1502
|
+
CreateGatewayRuleResponse.add_member(:rule_id, Shapes::ShapeRef.new(shape: GatewayRuleId, required: true, location_name: "ruleId"))
|
|
1503
|
+
CreateGatewayRuleResponse.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayArn, required: true, location_name: "gatewayArn"))
|
|
1504
|
+
CreateGatewayRuleResponse.add_member(:priority, Shapes::ShapeRef.new(shape: GatewayRulePriority, required: true, location_name: "priority"))
|
|
1505
|
+
CreateGatewayRuleResponse.add_member(:conditions, Shapes::ShapeRef.new(shape: Conditions, location_name: "conditions"))
|
|
1506
|
+
CreateGatewayRuleResponse.add_member(:actions, Shapes::ShapeRef.new(shape: Actions, required: true, location_name: "actions"))
|
|
1507
|
+
CreateGatewayRuleResponse.add_member(:description, Shapes::ShapeRef.new(shape: GatewayRuleDescription, location_name: "description"))
|
|
1508
|
+
CreateGatewayRuleResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
1509
|
+
CreateGatewayRuleResponse.add_member(:status, Shapes::ShapeRef.new(shape: GatewayRuleStatus, required: true, location_name: "status"))
|
|
1510
|
+
CreateGatewayRuleResponse.add_member(:system, Shapes::ShapeRef.new(shape: SystemManagedBlock, location_name: "system"))
|
|
1511
|
+
CreateGatewayRuleResponse.struct_class = Types::CreateGatewayRuleResponse
|
|
1512
|
+
|
|
1288
1513
|
CreateGatewayTargetRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
|
|
1289
1514
|
CreateGatewayTargetRequest.add_member(:name, Shapes::ShapeRef.new(shape: TargetName, required: true, location_name: "name"))
|
|
1290
1515
|
CreateGatewayTargetRequest.add_member(:description, Shapes::ShapeRef.new(shape: TargetDescription, location_name: "description"))
|
|
@@ -1310,6 +1535,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1310
1535
|
CreateGatewayTargetResponse.add_member(:private_endpoint, Shapes::ShapeRef.new(shape: PrivateEndpoint, location_name: "privateEndpoint"))
|
|
1311
1536
|
CreateGatewayTargetResponse.add_member(:private_endpoint_managed_resources, Shapes::ShapeRef.new(shape: PrivateEndpointManagedResources, location_name: "privateEndpointManagedResources"))
|
|
1312
1537
|
CreateGatewayTargetResponse.add_member(:authorization_data, Shapes::ShapeRef.new(shape: AuthorizationData, location_name: "authorizationData"))
|
|
1538
|
+
CreateGatewayTargetResponse.add_member(:protocol_type, Shapes::ShapeRef.new(shape: TargetProtocolType, location_name: "protocolType"))
|
|
1313
1539
|
CreateGatewayTargetResponse.struct_class = Types::CreateGatewayTargetResponse
|
|
1314
1540
|
|
|
1315
1541
|
CreateHarnessRequest.add_member(:harness_name, Shapes::ShapeRef.new(shape: HarnessName, required: true, location_name: "harnessName"))
|
|
@@ -1342,6 +1568,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1342
1568
|
CreateMemoryInput.add_member(:memory_execution_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "memoryExecutionRoleArn"))
|
|
1343
1569
|
CreateMemoryInput.add_member(:event_expiry_duration, Shapes::ShapeRef.new(shape: CreateMemoryInputEventExpiryDurationInteger, required: true, location_name: "eventExpiryDuration"))
|
|
1344
1570
|
CreateMemoryInput.add_member(:memory_strategies, Shapes::ShapeRef.new(shape: MemoryStrategyInputList, location_name: "memoryStrategies"))
|
|
1571
|
+
CreateMemoryInput.add_member(:indexed_keys, Shapes::ShapeRef.new(shape: IndexedKeysList, location_name: "indexedKeys"))
|
|
1345
1572
|
CreateMemoryInput.add_member(:stream_delivery_resources, Shapes::ShapeRef.new(shape: StreamDeliveryResources, location_name: "streamDeliveryResources"))
|
|
1346
1573
|
CreateMemoryInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
1347
1574
|
CreateMemoryInput.struct_class = Types::CreateMemoryInput
|
|
@@ -1555,19 +1782,24 @@ module Aws::BedrockAgentCoreControl
|
|
|
1555
1782
|
CustomMemoryStrategyInput.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, deprecated: true, location_name: "namespaces", metadata: {"deprecatedMessage" => "Use namespaceTemplates instead", "deprecatedSince" => "2026-03-02"}))
|
|
1556
1783
|
CustomMemoryStrategyInput.add_member(:namespace_templates, Shapes::ShapeRef.new(shape: NamespacesList, location_name: "namespaceTemplates"))
|
|
1557
1784
|
CustomMemoryStrategyInput.add_member(:configuration, Shapes::ShapeRef.new(shape: CustomConfigurationInput, location_name: "configuration"))
|
|
1785
|
+
CustomMemoryStrategyInput.add_member(:memory_record_schema, Shapes::ShapeRef.new(shape: MemoryRecordSchema, location_name: "memoryRecordSchema"))
|
|
1558
1786
|
CustomMemoryStrategyInput.struct_class = Types::CustomMemoryStrategyInput
|
|
1559
1787
|
|
|
1560
1788
|
CustomOauth2ProviderConfigInput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
|
|
1561
|
-
CustomOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape:
|
|
1562
|
-
CustomOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape:
|
|
1789
|
+
CustomOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: DefaultClientIdType, location_name: "clientId"))
|
|
1790
|
+
CustomOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape: DefaultClientSecretType, location_name: "clientSecret"))
|
|
1563
1791
|
CustomOauth2ProviderConfigInput.add_member(:private_endpoint, Shapes::ShapeRef.new(shape: PrivateEndpoint, location_name: "privateEndpoint"))
|
|
1564
1792
|
CustomOauth2ProviderConfigInput.add_member(:private_endpoint_overrides, Shapes::ShapeRef.new(shape: PrivateEndpointOverrides, location_name: "privateEndpointOverrides"))
|
|
1793
|
+
CustomOauth2ProviderConfigInput.add_member(:on_behalf_of_token_exchange_config, Shapes::ShapeRef.new(shape: OnBehalfOfTokenExchangeConfigType, location_name: "onBehalfOfTokenExchangeConfig"))
|
|
1794
|
+
CustomOauth2ProviderConfigInput.add_member(:client_authentication_method, Shapes::ShapeRef.new(shape: ClientAuthenticationMethodType, location_name: "clientAuthenticationMethod"))
|
|
1565
1795
|
CustomOauth2ProviderConfigInput.struct_class = Types::CustomOauth2ProviderConfigInput
|
|
1566
1796
|
|
|
1567
1797
|
CustomOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
|
|
1568
1798
|
CustomOauth2ProviderConfigOutput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, location_name: "clientId"))
|
|
1569
1799
|
CustomOauth2ProviderConfigOutput.add_member(:private_endpoint, Shapes::ShapeRef.new(shape: PrivateEndpoint, location_name: "privateEndpoint"))
|
|
1570
1800
|
CustomOauth2ProviderConfigOutput.add_member(:private_endpoint_overrides, Shapes::ShapeRef.new(shape: PrivateEndpointOverrides, location_name: "privateEndpointOverrides"))
|
|
1801
|
+
CustomOauth2ProviderConfigOutput.add_member(:on_behalf_of_token_exchange_config, Shapes::ShapeRef.new(shape: OnBehalfOfTokenExchangeConfigType, location_name: "onBehalfOfTokenExchangeConfig"))
|
|
1802
|
+
CustomOauth2ProviderConfigOutput.add_member(:client_authentication_method, Shapes::ShapeRef.new(shape: ClientAuthenticationMethodType, location_name: "clientAuthenticationMethod"))
|
|
1571
1803
|
CustomOauth2ProviderConfigOutput.struct_class = Types::CustomOauth2ProviderConfigOutput
|
|
1572
1804
|
|
|
1573
1805
|
CustomParameterMap.key = Shapes::ShapeRef.new(shape: String)
|
|
@@ -1646,6 +1878,13 @@ module Aws::BedrockAgentCoreControl
|
|
|
1646
1878
|
DeleteCodeInterpreterResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
|
|
1647
1879
|
DeleteCodeInterpreterResponse.struct_class = Types::DeleteCodeInterpreterResponse
|
|
1648
1880
|
|
|
1881
|
+
DeleteConfigurationBundleRequest.add_member(:bundle_id, Shapes::ShapeRef.new(shape: ConfigurationBundleId, required: true, location: "uri", location_name: "bundleId"))
|
|
1882
|
+
DeleteConfigurationBundleRequest.struct_class = Types::DeleteConfigurationBundleRequest
|
|
1883
|
+
|
|
1884
|
+
DeleteConfigurationBundleResponse.add_member(:bundle_id, Shapes::ShapeRef.new(shape: ConfigurationBundleId, required: true, location_name: "bundleId"))
|
|
1885
|
+
DeleteConfigurationBundleResponse.add_member(:status, Shapes::ShapeRef.new(shape: ConfigurationBundleStatus, required: true, location_name: "status"))
|
|
1886
|
+
DeleteConfigurationBundleResponse.struct_class = Types::DeleteConfigurationBundleResponse
|
|
1887
|
+
|
|
1649
1888
|
DeleteEvaluatorRequest.add_member(:evaluator_id, Shapes::ShapeRef.new(shape: EvaluatorId, required: true, location: "uri", location_name: "evaluatorId"))
|
|
1650
1889
|
DeleteEvaluatorRequest.struct_class = Types::DeleteEvaluatorRequest
|
|
1651
1890
|
|
|
@@ -1662,6 +1901,14 @@ module Aws::BedrockAgentCoreControl
|
|
|
1662
1901
|
DeleteGatewayResponse.add_member(:status_reasons, Shapes::ShapeRef.new(shape: StatusReasons, location_name: "statusReasons"))
|
|
1663
1902
|
DeleteGatewayResponse.struct_class = Types::DeleteGatewayResponse
|
|
1664
1903
|
|
|
1904
|
+
DeleteGatewayRuleRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
|
|
1905
|
+
DeleteGatewayRuleRequest.add_member(:rule_id, Shapes::ShapeRef.new(shape: GatewayRuleId, required: true, location: "uri", location_name: "ruleId"))
|
|
1906
|
+
DeleteGatewayRuleRequest.struct_class = Types::DeleteGatewayRuleRequest
|
|
1907
|
+
|
|
1908
|
+
DeleteGatewayRuleResponse.add_member(:rule_id, Shapes::ShapeRef.new(shape: GatewayRuleId, required: true, location_name: "ruleId"))
|
|
1909
|
+
DeleteGatewayRuleResponse.add_member(:status, Shapes::ShapeRef.new(shape: GatewayRuleStatus, required: true, location_name: "status"))
|
|
1910
|
+
DeleteGatewayRuleResponse.struct_class = Types::DeleteGatewayRuleResponse
|
|
1911
|
+
|
|
1665
1912
|
DeleteGatewayTargetRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
|
|
1666
1913
|
DeleteGatewayTargetRequest.add_member(:target_id, Shapes::ShapeRef.new(shape: TargetId, required: true, location: "uri", location_name: "targetId"))
|
|
1667
1914
|
DeleteGatewayTargetRequest.struct_class = Types::DeleteGatewayTargetRequest
|
|
@@ -1782,6 +2029,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1782
2029
|
EpisodicMemoryStrategyInput.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, deprecated: true, location_name: "namespaces", metadata: {"deprecatedMessage" => "Use namespaceTemplates instead", "deprecatedSince" => "2026-03-02"}))
|
|
1783
2030
|
EpisodicMemoryStrategyInput.add_member(:namespace_templates, Shapes::ShapeRef.new(shape: NamespacesList, location_name: "namespaceTemplates"))
|
|
1784
2031
|
EpisodicMemoryStrategyInput.add_member(:reflection_configuration, Shapes::ShapeRef.new(shape: EpisodicReflectionConfigurationInput, location_name: "reflectionConfiguration"))
|
|
2032
|
+
EpisodicMemoryStrategyInput.add_member(:memory_record_schema, Shapes::ShapeRef.new(shape: MemoryRecordSchema, location_name: "memoryRecordSchema"))
|
|
1785
2033
|
EpisodicMemoryStrategyInput.struct_class = Types::EpisodicMemoryStrategyInput
|
|
1786
2034
|
|
|
1787
2035
|
EpisodicOverrideConfigurationInput.add_member(:extraction, Shapes::ShapeRef.new(shape: EpisodicOverrideExtractionConfigurationInput, location_name: "extraction"))
|
|
@@ -1801,20 +2049,24 @@ module Aws::BedrockAgentCoreControl
|
|
|
1801
2049
|
EpisodicOverrideReflectionConfigurationInput.add_member(:model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "modelId"))
|
|
1802
2050
|
EpisodicOverrideReflectionConfigurationInput.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, deprecated: true, location_name: "namespaces", metadata: {"deprecatedMessage" => "Use namespaceTemplates instead", "deprecatedSince" => "2026-03-02"}))
|
|
1803
2051
|
EpisodicOverrideReflectionConfigurationInput.add_member(:namespace_templates, Shapes::ShapeRef.new(shape: NamespacesList, location_name: "namespaceTemplates"))
|
|
2052
|
+
EpisodicOverrideReflectionConfigurationInput.add_member(:memory_record_schema, Shapes::ShapeRef.new(shape: MemoryRecordSchema, location_name: "memoryRecordSchema"))
|
|
1804
2053
|
EpisodicOverrideReflectionConfigurationInput.struct_class = Types::EpisodicOverrideReflectionConfigurationInput
|
|
1805
2054
|
|
|
1806
2055
|
EpisodicReflectionConfiguration.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, deprecated: true, location_name: "namespaces", metadata: {"deprecatedMessage" => "Use namespaceTemplates instead", "deprecatedSince" => "2026-03-02"}))
|
|
1807
2056
|
EpisodicReflectionConfiguration.add_member(:namespace_templates, Shapes::ShapeRef.new(shape: NamespacesList, location_name: "namespaceTemplates"))
|
|
2057
|
+
EpisodicReflectionConfiguration.add_member(:memory_record_schema, Shapes::ShapeRef.new(shape: MemoryRecordSchema, location_name: "memoryRecordSchema"))
|
|
1808
2058
|
EpisodicReflectionConfiguration.struct_class = Types::EpisodicReflectionConfiguration
|
|
1809
2059
|
|
|
1810
2060
|
EpisodicReflectionConfigurationInput.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, deprecated: true, location_name: "namespaces", metadata: {"deprecatedMessage" => "Use namespaceTemplates instead", "deprecatedSince" => "2026-03-02"}))
|
|
1811
2061
|
EpisodicReflectionConfigurationInput.add_member(:namespace_templates, Shapes::ShapeRef.new(shape: NamespacesList, location_name: "namespaceTemplates"))
|
|
2062
|
+
EpisodicReflectionConfigurationInput.add_member(:memory_record_schema, Shapes::ShapeRef.new(shape: MemoryRecordSchema, location_name: "memoryRecordSchema"))
|
|
1812
2063
|
EpisodicReflectionConfigurationInput.struct_class = Types::EpisodicReflectionConfigurationInput
|
|
1813
2064
|
|
|
1814
2065
|
EpisodicReflectionOverride.add_member(:append_to_prompt, Shapes::ShapeRef.new(shape: Prompt, required: true, location_name: "appendToPrompt"))
|
|
1815
2066
|
EpisodicReflectionOverride.add_member(:model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "modelId"))
|
|
1816
2067
|
EpisodicReflectionOverride.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, deprecated: true, location_name: "namespaces", metadata: {"deprecatedMessage" => "Use namespaceTemplates instead", "deprecatedSince" => "2026-03-02"}))
|
|
1817
2068
|
EpisodicReflectionOverride.add_member(:namespace_templates, Shapes::ShapeRef.new(shape: NamespacesList, location_name: "namespaceTemplates"))
|
|
2069
|
+
EpisodicReflectionOverride.add_member(:memory_record_schema, Shapes::ShapeRef.new(shape: MemoryRecordSchema, location_name: "memoryRecordSchema"))
|
|
1818
2070
|
EpisodicReflectionOverride.struct_class = Types::EpisodicReflectionOverride
|
|
1819
2071
|
|
|
1820
2072
|
EvaluatorConfig.add_member(:llm_as_a_judge, Shapes::ShapeRef.new(shape: LlmAsAJudgeEvaluatorConfig, location_name: "llmAsAJudge"))
|
|
@@ -1849,10 +2101,17 @@ module Aws::BedrockAgentCoreControl
|
|
|
1849
2101
|
EvaluatorSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
|
1850
2102
|
EvaluatorSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
|
|
1851
2103
|
EvaluatorSummary.add_member(:locked_for_modification, Shapes::ShapeRef.new(shape: Boolean, location_name: "lockedForModification"))
|
|
2104
|
+
EvaluatorSummary.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
|
1852
2105
|
EvaluatorSummary.struct_class = Types::EvaluatorSummary
|
|
1853
2106
|
|
|
1854
2107
|
EvaluatorSummaryList.member = Shapes::ShapeRef.new(shape: EvaluatorSummary)
|
|
1855
2108
|
|
|
2109
|
+
ExtractionConfig.add_member(:llm_extraction_config, Shapes::ShapeRef.new(shape: LlmExtractionConfig, location_name: "llmExtractionConfig"))
|
|
2110
|
+
ExtractionConfig.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
2111
|
+
ExtractionConfig.add_member_subclass(:llm_extraction_config, Types::ExtractionConfig::LlmExtractionConfig)
|
|
2112
|
+
ExtractionConfig.add_member_subclass(:unknown, Types::ExtractionConfig::Unknown)
|
|
2113
|
+
ExtractionConfig.struct_class = Types::ExtractionConfig
|
|
2114
|
+
|
|
1856
2115
|
ExtractionConfiguration.add_member(:custom_extraction_configuration, Shapes::ShapeRef.new(shape: CustomExtractionConfiguration, location_name: "customExtractionConfiguration"))
|
|
1857
2116
|
ExtractionConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1858
2117
|
ExtractionConfiguration.add_member_subclass(:custom_extraction_configuration, Types::ExtractionConfiguration::CustomExtractionConfiguration)
|
|
@@ -1913,6 +2172,20 @@ module Aws::BedrockAgentCoreControl
|
|
|
1913
2172
|
GatewayProtocolConfiguration.add_member_subclass(:unknown, Types::GatewayProtocolConfiguration::Unknown)
|
|
1914
2173
|
GatewayProtocolConfiguration.struct_class = Types::GatewayProtocolConfiguration
|
|
1915
2174
|
|
|
2175
|
+
GatewayRuleDetail.add_member(:rule_id, Shapes::ShapeRef.new(shape: GatewayRuleId, required: true, location_name: "ruleId"))
|
|
2176
|
+
GatewayRuleDetail.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayArn, required: true, location_name: "gatewayArn"))
|
|
2177
|
+
GatewayRuleDetail.add_member(:priority, Shapes::ShapeRef.new(shape: GatewayRulePriority, required: true, location_name: "priority"))
|
|
2178
|
+
GatewayRuleDetail.add_member(:conditions, Shapes::ShapeRef.new(shape: Conditions, location_name: "conditions"))
|
|
2179
|
+
GatewayRuleDetail.add_member(:actions, Shapes::ShapeRef.new(shape: Actions, required: true, location_name: "actions"))
|
|
2180
|
+
GatewayRuleDetail.add_member(:description, Shapes::ShapeRef.new(shape: GatewayRuleDescription, location_name: "description"))
|
|
2181
|
+
GatewayRuleDetail.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
2182
|
+
GatewayRuleDetail.add_member(:status, Shapes::ShapeRef.new(shape: GatewayRuleStatus, required: true, location_name: "status"))
|
|
2183
|
+
GatewayRuleDetail.add_member(:system, Shapes::ShapeRef.new(shape: SystemManagedBlock, location_name: "system"))
|
|
2184
|
+
GatewayRuleDetail.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "updatedAt"))
|
|
2185
|
+
GatewayRuleDetail.struct_class = Types::GatewayRuleDetail
|
|
2186
|
+
|
|
2187
|
+
GatewayRules.member = Shapes::ShapeRef.new(shape: GatewayRuleDetail)
|
|
2188
|
+
|
|
1916
2189
|
GatewaySummaries.member = Shapes::ShapeRef.new(shape: GatewaySummary)
|
|
1917
2190
|
|
|
1918
2191
|
GatewaySummary.add_member(:gateway_id, Shapes::ShapeRef.new(shape: GatewayId, required: true, location_name: "gatewayId"))
|
|
@@ -1922,7 +2195,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1922
2195
|
GatewaySummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
1923
2196
|
GatewaySummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
|
1924
2197
|
GatewaySummary.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, required: true, location_name: "authorizerType"))
|
|
1925
|
-
GatewaySummary.add_member(:protocol_type, Shapes::ShapeRef.new(shape: GatewayProtocolType,
|
|
2198
|
+
GatewaySummary.add_member(:protocol_type, Shapes::ShapeRef.new(shape: GatewayProtocolType, location_name: "protocolType"))
|
|
1926
2199
|
GatewaySummary.struct_class = Types::GatewaySummary
|
|
1927
2200
|
|
|
1928
2201
|
GatewayTarget.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayArn, required: true, location_name: "gatewayArn"))
|
|
@@ -1940,6 +2213,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1940
2213
|
GatewayTarget.add_member(:private_endpoint, Shapes::ShapeRef.new(shape: PrivateEndpoint, location_name: "privateEndpoint"))
|
|
1941
2214
|
GatewayTarget.add_member(:private_endpoint_managed_resources, Shapes::ShapeRef.new(shape: PrivateEndpointManagedResources, location_name: "privateEndpointManagedResources"))
|
|
1942
2215
|
GatewayTarget.add_member(:authorization_data, Shapes::ShapeRef.new(shape: AuthorizationData, location_name: "authorizationData"))
|
|
2216
|
+
GatewayTarget.add_member(:protocol_type, Shapes::ShapeRef.new(shape: TargetProtocolType, location_name: "protocolType"))
|
|
1943
2217
|
GatewayTarget.struct_class = Types::GatewayTarget
|
|
1944
2218
|
|
|
1945
2219
|
GatewayTargetList.member = Shapes::ShapeRef.new(shape: GatewayTarget)
|
|
@@ -2047,7 +2321,38 @@ module Aws::BedrockAgentCoreControl
|
|
|
2047
2321
|
GetCodeInterpreterResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
|
|
2048
2322
|
GetCodeInterpreterResponse.struct_class = Types::GetCodeInterpreterResponse
|
|
2049
2323
|
|
|
2324
|
+
GetConfigurationBundleRequest.add_member(:bundle_id, Shapes::ShapeRef.new(shape: ConfigurationBundleId, required: true, location: "uri", location_name: "bundleId"))
|
|
2325
|
+
GetConfigurationBundleRequest.add_member(:branch_name, Shapes::ShapeRef.new(shape: BranchName, location: "querystring", location_name: "branchName"))
|
|
2326
|
+
GetConfigurationBundleRequest.struct_class = Types::GetConfigurationBundleRequest
|
|
2327
|
+
|
|
2328
|
+
GetConfigurationBundleResponse.add_member(:bundle_arn, Shapes::ShapeRef.new(shape: ConfigurationBundleArn, required: true, location_name: "bundleArn"))
|
|
2329
|
+
GetConfigurationBundleResponse.add_member(:bundle_id, Shapes::ShapeRef.new(shape: ConfigurationBundleId, required: true, location_name: "bundleId"))
|
|
2330
|
+
GetConfigurationBundleResponse.add_member(:bundle_name, Shapes::ShapeRef.new(shape: ConfigurationBundleName, required: true, location_name: "bundleName"))
|
|
2331
|
+
GetConfigurationBundleResponse.add_member(:description, Shapes::ShapeRef.new(shape: ConfigurationBundleDescription, location_name: "description"))
|
|
2332
|
+
GetConfigurationBundleResponse.add_member(:version_id, Shapes::ShapeRef.new(shape: ConfigurationBundleVersion, required: true, location_name: "versionId"))
|
|
2333
|
+
GetConfigurationBundleResponse.add_member(:components, Shapes::ShapeRef.new(shape: ComponentConfigurationMap, required: true, location_name: "components"))
|
|
2334
|
+
GetConfigurationBundleResponse.add_member(:lineage_metadata, Shapes::ShapeRef.new(shape: VersionLineageMetadata, location_name: "lineageMetadata"))
|
|
2335
|
+
GetConfigurationBundleResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
|
2336
|
+
GetConfigurationBundleResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
|
|
2337
|
+
GetConfigurationBundleResponse.struct_class = Types::GetConfigurationBundleResponse
|
|
2338
|
+
|
|
2339
|
+
GetConfigurationBundleVersionRequest.add_member(:bundle_id, Shapes::ShapeRef.new(shape: ConfigurationBundleId, required: true, location: "uri", location_name: "bundleId"))
|
|
2340
|
+
GetConfigurationBundleVersionRequest.add_member(:version_id, Shapes::ShapeRef.new(shape: ConfigurationBundleVersion, required: true, location: "uri", location_name: "versionId"))
|
|
2341
|
+
GetConfigurationBundleVersionRequest.struct_class = Types::GetConfigurationBundleVersionRequest
|
|
2342
|
+
|
|
2343
|
+
GetConfigurationBundleVersionResponse.add_member(:bundle_arn, Shapes::ShapeRef.new(shape: ConfigurationBundleArn, required: true, location_name: "bundleArn"))
|
|
2344
|
+
GetConfigurationBundleVersionResponse.add_member(:bundle_id, Shapes::ShapeRef.new(shape: ConfigurationBundleId, required: true, location_name: "bundleId"))
|
|
2345
|
+
GetConfigurationBundleVersionResponse.add_member(:bundle_name, Shapes::ShapeRef.new(shape: ConfigurationBundleName, required: true, location_name: "bundleName"))
|
|
2346
|
+
GetConfigurationBundleVersionResponse.add_member(:description, Shapes::ShapeRef.new(shape: ConfigurationBundleDescription, location_name: "description"))
|
|
2347
|
+
GetConfigurationBundleVersionResponse.add_member(:version_id, Shapes::ShapeRef.new(shape: ConfigurationBundleVersion, required: true, location_name: "versionId"))
|
|
2348
|
+
GetConfigurationBundleVersionResponse.add_member(:components, Shapes::ShapeRef.new(shape: ComponentConfigurationMap, required: true, location_name: "components"))
|
|
2349
|
+
GetConfigurationBundleVersionResponse.add_member(:lineage_metadata, Shapes::ShapeRef.new(shape: VersionLineageMetadata, location_name: "lineageMetadata"))
|
|
2350
|
+
GetConfigurationBundleVersionResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
|
2351
|
+
GetConfigurationBundleVersionResponse.add_member(:version_created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "versionCreatedAt"))
|
|
2352
|
+
GetConfigurationBundleVersionResponse.struct_class = Types::GetConfigurationBundleVersionResponse
|
|
2353
|
+
|
|
2050
2354
|
GetEvaluatorRequest.add_member(:evaluator_id, Shapes::ShapeRef.new(shape: EvaluatorId, required: true, location: "uri", location_name: "evaluatorId"))
|
|
2355
|
+
GetEvaluatorRequest.add_member(:included_data, Shapes::ShapeRef.new(shape: IncludedData, location: "querystring", location_name: "includedData"))
|
|
2051
2356
|
GetEvaluatorRequest.struct_class = Types::GetEvaluatorRequest
|
|
2052
2357
|
|
|
2053
2358
|
GetEvaluatorResponse.add_member(:evaluator_arn, Shapes::ShapeRef.new(shape: EvaluatorArn, required: true, location_name: "evaluatorArn"))
|
|
@@ -2060,6 +2365,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
2060
2365
|
GetEvaluatorResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
|
2061
2366
|
GetEvaluatorResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
|
|
2062
2367
|
GetEvaluatorResponse.add_member(:locked_for_modification, Shapes::ShapeRef.new(shape: Boolean, location_name: "lockedForModification"))
|
|
2368
|
+
GetEvaluatorResponse.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
|
2063
2369
|
GetEvaluatorResponse.struct_class = Types::GetEvaluatorResponse
|
|
2064
2370
|
|
|
2065
2371
|
GetGatewayRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
|
|
@@ -2075,7 +2381,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
2075
2381
|
GetGatewayResponse.add_member(:name, Shapes::ShapeRef.new(shape: GatewayName, required: true, location_name: "name"))
|
|
2076
2382
|
GetGatewayResponse.add_member(:description, Shapes::ShapeRef.new(shape: GatewayDescription, location_name: "description"))
|
|
2077
2383
|
GetGatewayResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
|
|
2078
|
-
GetGatewayResponse.add_member(:protocol_type, Shapes::ShapeRef.new(shape: GatewayProtocolType,
|
|
2384
|
+
GetGatewayResponse.add_member(:protocol_type, Shapes::ShapeRef.new(shape: GatewayProtocolType, location_name: "protocolType"))
|
|
2079
2385
|
GetGatewayResponse.add_member(:protocol_configuration, Shapes::ShapeRef.new(shape: GatewayProtocolConfiguration, location_name: "protocolConfiguration"))
|
|
2080
2386
|
GetGatewayResponse.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, required: true, location_name: "authorizerType"))
|
|
2081
2387
|
GetGatewayResponse.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
|
|
@@ -2086,6 +2392,22 @@ module Aws::BedrockAgentCoreControl
|
|
|
2086
2392
|
GetGatewayResponse.add_member(:exception_level, Shapes::ShapeRef.new(shape: ExceptionLevel, location_name: "exceptionLevel"))
|
|
2087
2393
|
GetGatewayResponse.struct_class = Types::GetGatewayResponse
|
|
2088
2394
|
|
|
2395
|
+
GetGatewayRuleRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
|
|
2396
|
+
GetGatewayRuleRequest.add_member(:rule_id, Shapes::ShapeRef.new(shape: GatewayRuleId, required: true, location: "uri", location_name: "ruleId"))
|
|
2397
|
+
GetGatewayRuleRequest.struct_class = Types::GetGatewayRuleRequest
|
|
2398
|
+
|
|
2399
|
+
GetGatewayRuleResponse.add_member(:rule_id, Shapes::ShapeRef.new(shape: GatewayRuleId, required: true, location_name: "ruleId"))
|
|
2400
|
+
GetGatewayRuleResponse.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayArn, required: true, location_name: "gatewayArn"))
|
|
2401
|
+
GetGatewayRuleResponse.add_member(:priority, Shapes::ShapeRef.new(shape: GatewayRulePriority, required: true, location_name: "priority"))
|
|
2402
|
+
GetGatewayRuleResponse.add_member(:conditions, Shapes::ShapeRef.new(shape: Conditions, location_name: "conditions"))
|
|
2403
|
+
GetGatewayRuleResponse.add_member(:actions, Shapes::ShapeRef.new(shape: Actions, required: true, location_name: "actions"))
|
|
2404
|
+
GetGatewayRuleResponse.add_member(:description, Shapes::ShapeRef.new(shape: GatewayRuleDescription, location_name: "description"))
|
|
2405
|
+
GetGatewayRuleResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
2406
|
+
GetGatewayRuleResponse.add_member(:status, Shapes::ShapeRef.new(shape: GatewayRuleStatus, required: true, location_name: "status"))
|
|
2407
|
+
GetGatewayRuleResponse.add_member(:system, Shapes::ShapeRef.new(shape: SystemManagedBlock, location_name: "system"))
|
|
2408
|
+
GetGatewayRuleResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "updatedAt"))
|
|
2409
|
+
GetGatewayRuleResponse.struct_class = Types::GetGatewayRuleResponse
|
|
2410
|
+
|
|
2089
2411
|
GetGatewayTargetRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
|
|
2090
2412
|
GetGatewayTargetRequest.add_member(:target_id, Shapes::ShapeRef.new(shape: TargetId, required: true, location: "uri", location_name: "targetId"))
|
|
2091
2413
|
GetGatewayTargetRequest.struct_class = Types::GetGatewayTargetRequest
|
|
@@ -2105,6 +2427,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
2105
2427
|
GetGatewayTargetResponse.add_member(:private_endpoint, Shapes::ShapeRef.new(shape: PrivateEndpoint, location_name: "privateEndpoint"))
|
|
2106
2428
|
GetGatewayTargetResponse.add_member(:private_endpoint_managed_resources, Shapes::ShapeRef.new(shape: PrivateEndpointManagedResources, location_name: "privateEndpointManagedResources"))
|
|
2107
2429
|
GetGatewayTargetResponse.add_member(:authorization_data, Shapes::ShapeRef.new(shape: AuthorizationData, location_name: "authorizationData"))
|
|
2430
|
+
GetGatewayTargetResponse.add_member(:protocol_type, Shapes::ShapeRef.new(shape: TargetProtocolType, location_name: "protocolType"))
|
|
2108
2431
|
GetGatewayTargetResponse.struct_class = Types::GetGatewayTargetResponse
|
|
2109
2432
|
|
|
2110
2433
|
GetHarnessRequest.add_member(:harness_id, Shapes::ShapeRef.new(shape: HarnessId, required: true, location: "uri", location_name: "harnessId"))
|
|
@@ -2482,10 +2805,20 @@ module Aws::BedrockAgentCoreControl
|
|
|
2482
2805
|
HttpHeadersMap.key = Shapes::ShapeRef.new(shape: HttpHeaderKey)
|
|
2483
2806
|
HttpHeadersMap.value = Shapes::ShapeRef.new(shape: HttpHeaderValue)
|
|
2484
2807
|
|
|
2808
|
+
HttpTargetConfiguration.add_member(:agentcore_runtime, Shapes::ShapeRef.new(shape: RuntimeTargetConfiguration, location_name: "agentcoreRuntime"))
|
|
2809
|
+
HttpTargetConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
2810
|
+
HttpTargetConfiguration.add_member_subclass(:agentcore_runtime, Types::HttpTargetConfiguration::AgentcoreRuntime)
|
|
2811
|
+
HttpTargetConfiguration.add_member_subclass(:unknown, Types::HttpTargetConfiguration::Unknown)
|
|
2812
|
+
HttpTargetConfiguration.struct_class = Types::HttpTargetConfiguration
|
|
2813
|
+
|
|
2485
2814
|
IamCredentialProvider.add_member(:service, Shapes::ShapeRef.new(shape: IamCredentialProviderServiceString, required: true, location_name: "service"))
|
|
2486
2815
|
IamCredentialProvider.add_member(:region, Shapes::ShapeRef.new(shape: IamCredentialProviderRegionString, location_name: "region"))
|
|
2487
2816
|
IamCredentialProvider.struct_class = Types::IamCredentialProvider
|
|
2488
2817
|
|
|
2818
|
+
IamPrincipal.add_member(:arn, Shapes::ShapeRef.new(shape: IamPrincipalArn, required: true, location_name: "arn"))
|
|
2819
|
+
IamPrincipal.add_member(:operator, Shapes::ShapeRef.new(shape: PrincipalMatchOperator, location_name: "operator"))
|
|
2820
|
+
IamPrincipal.struct_class = Types::IamPrincipal
|
|
2821
|
+
|
|
2489
2822
|
IncludedOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "clientId"))
|
|
2490
2823
|
IncludedOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecretType, required: true, location_name: "clientSecret"))
|
|
2491
2824
|
IncludedOauth2ProviderConfigInput.add_member(:issuer, Shapes::ShapeRef.new(shape: IssuerUrlType, location_name: "issuer"))
|
|
@@ -2497,6 +2830,12 @@ module Aws::BedrockAgentCoreControl
|
|
|
2497
2830
|
IncludedOauth2ProviderConfigOutput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, location_name: "clientId"))
|
|
2498
2831
|
IncludedOauth2ProviderConfigOutput.struct_class = Types::IncludedOauth2ProviderConfigOutput
|
|
2499
2832
|
|
|
2833
|
+
IndexedKey.add_member(:key, Shapes::ShapeRef.new(shape: MetadataKey, required: true, location_name: "key"))
|
|
2834
|
+
IndexedKey.add_member(:type, Shapes::ShapeRef.new(shape: MetadataValueType, required: true, location_name: "type"))
|
|
2835
|
+
IndexedKey.struct_class = Types::IndexedKey
|
|
2836
|
+
|
|
2837
|
+
IndexedKeysList.member = Shapes::ShapeRef.new(shape: IndexedKey)
|
|
2838
|
+
|
|
2500
2839
|
InferenceConfiguration.add_member(:max_tokens, Shapes::ShapeRef.new(shape: InferenceConfigurationMaxTokensInteger, location_name: "maxTokens"))
|
|
2501
2840
|
InferenceConfiguration.add_member(:temperature, Shapes::ShapeRef.new(shape: InferenceConfigurationTemperatureFloat, location_name: "temperature"))
|
|
2502
2841
|
InferenceConfiguration.add_member(:top_p, Shapes::ShapeRef.new(shape: InferenceConfigurationTopPFloat, location_name: "topP"))
|
|
@@ -2615,6 +2954,24 @@ module Aws::BedrockAgentCoreControl
|
|
|
2615
2954
|
ListCodeInterpretersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
|
2616
2955
|
ListCodeInterpretersResponse.struct_class = Types::ListCodeInterpretersResponse
|
|
2617
2956
|
|
|
2957
|
+
ListConfigurationBundleVersionsRequest.add_member(:bundle_id, Shapes::ShapeRef.new(shape: ConfigurationBundleId, required: true, location: "uri", location_name: "bundleId"))
|
|
2958
|
+
ListConfigurationBundleVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
|
2959
|
+
ListConfigurationBundleVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListConfigurationBundleVersionsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
|
2960
|
+
ListConfigurationBundleVersionsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: VersionFilter, location_name: "filter"))
|
|
2961
|
+
ListConfigurationBundleVersionsRequest.struct_class = Types::ListConfigurationBundleVersionsRequest
|
|
2962
|
+
|
|
2963
|
+
ListConfigurationBundleVersionsResponse.add_member(:versions, Shapes::ShapeRef.new(shape: ConfigurationBundleVersionSummaryList, required: true, location_name: "versions"))
|
|
2964
|
+
ListConfigurationBundleVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
2965
|
+
ListConfigurationBundleVersionsResponse.struct_class = Types::ListConfigurationBundleVersionsResponse
|
|
2966
|
+
|
|
2967
|
+
ListConfigurationBundlesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
|
2968
|
+
ListConfigurationBundlesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListConfigurationBundlesRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
|
2969
|
+
ListConfigurationBundlesRequest.struct_class = Types::ListConfigurationBundlesRequest
|
|
2970
|
+
|
|
2971
|
+
ListConfigurationBundlesResponse.add_member(:bundles, Shapes::ShapeRef.new(shape: ConfigurationBundleSummaryList, required: true, location_name: "bundles"))
|
|
2972
|
+
ListConfigurationBundlesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
2973
|
+
ListConfigurationBundlesResponse.struct_class = Types::ListConfigurationBundlesResponse
|
|
2974
|
+
|
|
2618
2975
|
ListEvaluatorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
|
2619
2976
|
ListEvaluatorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListEvaluatorsRequestMaxResultsInteger, location: "querystring", location_name: "maxResults"))
|
|
2620
2977
|
ListEvaluatorsRequest.struct_class = Types::ListEvaluatorsRequest
|
|
@@ -2623,6 +2980,15 @@ module Aws::BedrockAgentCoreControl
|
|
|
2623
2980
|
ListEvaluatorsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
2624
2981
|
ListEvaluatorsResponse.struct_class = Types::ListEvaluatorsResponse
|
|
2625
2982
|
|
|
2983
|
+
ListGatewayRulesRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
|
|
2984
|
+
ListGatewayRulesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: GatewayRuleMaxResults, location: "querystring", location_name: "maxResults"))
|
|
2985
|
+
ListGatewayRulesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: GatewayRuleNextToken, location: "querystring", location_name: "nextToken"))
|
|
2986
|
+
ListGatewayRulesRequest.struct_class = Types::ListGatewayRulesRequest
|
|
2987
|
+
|
|
2988
|
+
ListGatewayRulesResponse.add_member(:gateway_rules, Shapes::ShapeRef.new(shape: GatewayRules, required: true, location_name: "gatewayRules"))
|
|
2989
|
+
ListGatewayRulesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: GatewayRuleNextToken, location_name: "nextToken"))
|
|
2990
|
+
ListGatewayRulesResponse.struct_class = Types::ListGatewayRulesResponse
|
|
2991
|
+
|
|
2626
2992
|
ListGatewayTargetsRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
|
|
2627
2993
|
ListGatewayTargetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: TargetMaxResults, location: "querystring", location_name: "maxResults"))
|
|
2628
2994
|
ListGatewayTargetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: TargetNextToken, location: "querystring", location_name: "nextToken"))
|
|
@@ -2749,6 +3115,11 @@ module Aws::BedrockAgentCoreControl
|
|
|
2749
3115
|
LlmAsAJudgeEvaluatorConfig.add_member(:model_config, Shapes::ShapeRef.new(shape: EvaluatorModelConfig, required: true, location_name: "modelConfig"))
|
|
2750
3116
|
LlmAsAJudgeEvaluatorConfig.struct_class = Types::LlmAsAJudgeEvaluatorConfig
|
|
2751
3117
|
|
|
3118
|
+
LlmExtractionConfig.add_member(:llm_extraction_instruction, Shapes::ShapeRef.new(shape: LlmExtractionInstruction, location_name: "llmExtractionInstruction"))
|
|
3119
|
+
LlmExtractionConfig.add_member(:definition, Shapes::ShapeRef.new(shape: Definition, required: true, location_name: "definition"))
|
|
3120
|
+
LlmExtractionConfig.add_member(:validation, Shapes::ShapeRef.new(shape: Validation, location_name: "validation"))
|
|
3121
|
+
LlmExtractionConfig.struct_class = Types::LlmExtractionConfig
|
|
3122
|
+
|
|
2752
3123
|
MCPGatewayConfiguration.add_member(:supported_versions, Shapes::ShapeRef.new(shape: McpSupportedVersions, location_name: "supportedVersions"))
|
|
2753
3124
|
MCPGatewayConfiguration.add_member(:instructions, Shapes::ShapeRef.new(shape: McpInstructions, location_name: "instructions"))
|
|
2754
3125
|
MCPGatewayConfiguration.add_member(:search_type, Shapes::ShapeRef.new(shape: SearchType, location_name: "searchType"))
|
|
@@ -2767,6 +3138,22 @@ module Aws::BedrockAgentCoreControl
|
|
|
2767
3138
|
ManagedVpcResource.add_member(:routing_domain, Shapes::ShapeRef.new(shape: RoutingDomain, location_name: "routingDomain"))
|
|
2768
3139
|
ManagedVpcResource.struct_class = Types::ManagedVpcResource
|
|
2769
3140
|
|
|
3141
|
+
MatchPaths.add_member(:any_of, Shapes::ShapeRef.new(shape: MatchPathsAnyOfList, required: true, location_name: "anyOf"))
|
|
3142
|
+
MatchPaths.struct_class = Types::MatchPaths
|
|
3143
|
+
|
|
3144
|
+
MatchPathsAnyOfList.member = Shapes::ShapeRef.new(shape: MatchPathPattern)
|
|
3145
|
+
|
|
3146
|
+
MatchPrincipalEntry.add_member(:iam_principal, Shapes::ShapeRef.new(shape: IamPrincipal, location_name: "iamPrincipal"))
|
|
3147
|
+
MatchPrincipalEntry.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
3148
|
+
MatchPrincipalEntry.add_member_subclass(:iam_principal, Types::MatchPrincipalEntry::IamPrincipal)
|
|
3149
|
+
MatchPrincipalEntry.add_member_subclass(:unknown, Types::MatchPrincipalEntry::Unknown)
|
|
3150
|
+
MatchPrincipalEntry.struct_class = Types::MatchPrincipalEntry
|
|
3151
|
+
|
|
3152
|
+
MatchPrincipals.add_member(:any_of, Shapes::ShapeRef.new(shape: MatchPrincipalsAnyOfList, required: true, location_name: "anyOf"))
|
|
3153
|
+
MatchPrincipals.struct_class = Types::MatchPrincipals
|
|
3154
|
+
|
|
3155
|
+
MatchPrincipalsAnyOfList.member = Shapes::ShapeRef.new(shape: MatchPrincipalEntry)
|
|
3156
|
+
|
|
2770
3157
|
MatchValueStringList.member = Shapes::ShapeRef.new(shape: MatchValueString)
|
|
2771
3158
|
|
|
2772
3159
|
McpDescriptor.add_member(:server, Shapes::ShapeRef.new(shape: ServerDefinition, location_name: "server"))
|
|
@@ -2779,8 +3166,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
2779
3166
|
|
|
2780
3167
|
McpServerTargetConfiguration.add_member(:endpoint, Shapes::ShapeRef.new(shape: McpServerTargetConfigurationEndpointString, required: true, location_name: "endpoint"))
|
|
2781
3168
|
McpServerTargetConfiguration.add_member(:mcp_tool_schema, Shapes::ShapeRef.new(shape: McpToolSchemaConfiguration, location_name: "mcpToolSchema"))
|
|
2782
|
-
McpServerTargetConfiguration.add_member(:resource_priority, Shapes::ShapeRef.new(shape: TargetResourcePriority, location_name: "resourcePriority"))
|
|
2783
3169
|
McpServerTargetConfiguration.add_member(:listing_mode, Shapes::ShapeRef.new(shape: ListingMode, location_name: "listingMode"))
|
|
3170
|
+
McpServerTargetConfiguration.add_member(:resource_priority, Shapes::ShapeRef.new(shape: TargetResourcePriority, location_name: "resourcePriority"))
|
|
2784
3171
|
McpServerTargetConfiguration.struct_class = Types::McpServerTargetConfiguration
|
|
2785
3172
|
|
|
2786
3173
|
McpSupportedVersions.member = Shapes::ShapeRef.new(shape: McpVersion)
|
|
@@ -2819,9 +3206,13 @@ module Aws::BedrockAgentCoreControl
|
|
|
2819
3206
|
Memory.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdAt"))
|
|
2820
3207
|
Memory.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
|
|
2821
3208
|
Memory.add_member(:strategies, Shapes::ShapeRef.new(shape: MemoryStrategyList, location_name: "strategies"))
|
|
3209
|
+
Memory.add_member(:indexed_keys, Shapes::ShapeRef.new(shape: IndexedKeysList, location_name: "indexedKeys"))
|
|
2822
3210
|
Memory.add_member(:stream_delivery_resources, Shapes::ShapeRef.new(shape: StreamDeliveryResources, location_name: "streamDeliveryResources"))
|
|
2823
3211
|
Memory.struct_class = Types::Memory
|
|
2824
3212
|
|
|
3213
|
+
MemoryRecordSchema.add_member(:metadata_schema, Shapes::ShapeRef.new(shape: MetadataSchemaList, location_name: "metadataSchema"))
|
|
3214
|
+
MemoryRecordSchema.struct_class = Types::MemoryRecordSchema
|
|
3215
|
+
|
|
2825
3216
|
MemoryStrategy.add_member(:strategy_id, Shapes::ShapeRef.new(shape: MemoryStrategyId, required: true, location_name: "strategyId"))
|
|
2826
3217
|
MemoryStrategy.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
|
|
2827
3218
|
MemoryStrategy.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
@@ -2832,6 +3223,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
2832
3223
|
MemoryStrategy.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
|
|
2833
3224
|
MemoryStrategy.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
|
|
2834
3225
|
MemoryStrategy.add_member(:status, Shapes::ShapeRef.new(shape: MemoryStrategyStatus, location_name: "status"))
|
|
3226
|
+
MemoryStrategy.add_member(:memory_record_schema, Shapes::ShapeRef.new(shape: MemoryRecordSchema, location_name: "memoryRecordSchema"))
|
|
2835
3227
|
MemoryStrategy.struct_class = Types::MemoryStrategy
|
|
2836
3228
|
|
|
2837
3229
|
MemoryStrategyInput.add_member(:semantic_memory_strategy, Shapes::ShapeRef.new(shape: SemanticMemoryStrategyInput, location_name: "semanticMemoryStrategy"))
|
|
@@ -2872,6 +3264,13 @@ module Aws::BedrockAgentCoreControl
|
|
|
2872
3264
|
MetadataConfiguration.add_member(:allowed_response_headers, Shapes::ShapeRef.new(shape: AllowedResponseHeaders, location_name: "allowedResponseHeaders"))
|
|
2873
3265
|
MetadataConfiguration.struct_class = Types::MetadataConfiguration
|
|
2874
3266
|
|
|
3267
|
+
MetadataSchemaEntry.add_member(:key, Shapes::ShapeRef.new(shape: MetadataKey, required: true, location_name: "key"))
|
|
3268
|
+
MetadataSchemaEntry.add_member(:type, Shapes::ShapeRef.new(shape: MetadataValueType, location_name: "type"))
|
|
3269
|
+
MetadataSchemaEntry.add_member(:extraction_config, Shapes::ShapeRef.new(shape: ExtractionConfig, location_name: "extractionConfig"))
|
|
3270
|
+
MetadataSchemaEntry.struct_class = Types::MetadataSchemaEntry
|
|
3271
|
+
|
|
3272
|
+
MetadataSchemaList.member = Shapes::ShapeRef.new(shape: MetadataSchemaEntry)
|
|
3273
|
+
|
|
2875
3274
|
MicrosoftOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "clientId"))
|
|
2876
3275
|
MicrosoftOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecretType, required: true, location_name: "clientSecret"))
|
|
2877
3276
|
MicrosoftOauth2ProviderConfigInput.add_member(:tenant_id, Shapes::ShapeRef.new(shape: TenantIdType, location_name: "tenantId"))
|
|
@@ -2909,6 +3308,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
2909
3308
|
ModifyMemoryStrategyInput.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, deprecated: true, location_name: "namespaces", metadata: {"deprecatedMessage" => "Use namespaceTemplates instead", "deprecatedSince" => "2026-03-02"}))
|
|
2910
3309
|
ModifyMemoryStrategyInput.add_member(:namespace_templates, Shapes::ShapeRef.new(shape: NamespacesList, location_name: "namespaceTemplates"))
|
|
2911
3310
|
ModifyMemoryStrategyInput.add_member(:configuration, Shapes::ShapeRef.new(shape: ModifyStrategyConfiguration, location_name: "configuration"))
|
|
3311
|
+
ModifyMemoryStrategyInput.add_member(:memory_record_schema, Shapes::ShapeRef.new(shape: MemoryRecordSchema, location_name: "memoryRecordSchema"))
|
|
2912
3312
|
ModifyMemoryStrategyInput.struct_class = Types::ModifyMemoryStrategyInput
|
|
2913
3313
|
|
|
2914
3314
|
ModifyReflectionConfiguration.add_member(:episodic_reflection_configuration, Shapes::ShapeRef.new(shape: EpisodicReflectionConfigurationInput, location_name: "episodicReflectionConfiguration"))
|
|
@@ -2936,6 +3336,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
2936
3336
|
NetworkConfiguration.add_member(:network_mode_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "networkModeConfig"))
|
|
2937
3337
|
NetworkConfiguration.struct_class = Types::NetworkConfiguration
|
|
2938
3338
|
|
|
3339
|
+
NumberValidation.add_member(:min_value, Shapes::ShapeRef.new(shape: Double, location_name: "minValue"))
|
|
3340
|
+
NumberValidation.add_member(:max_value, Shapes::ShapeRef.new(shape: Double, location_name: "maxValue"))
|
|
3341
|
+
NumberValidation.struct_class = Types::NumberValidation
|
|
3342
|
+
|
|
2939
3343
|
NumericalScaleDefinition.add_member(:definition, Shapes::ShapeRef.new(shape: String, required: true, location_name: "definition"))
|
|
2940
3344
|
NumericalScaleDefinition.add_member(:value, Shapes::ShapeRef.new(shape: NumericalScaleDefinitionValueDouble, required: true, location_name: "value"))
|
|
2941
3345
|
NumericalScaleDefinition.add_member(:label, Shapes::ShapeRef.new(shape: NumericalScaleDefinitionLabelString, required: true, location_name: "label"))
|
|
@@ -3027,6 +3431,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
3027
3431
|
Oauth2ProviderConfigOutput.add_member_subclass(:unknown, Types::Oauth2ProviderConfigOutput::Unknown)
|
|
3028
3432
|
Oauth2ProviderConfigOutput.struct_class = Types::Oauth2ProviderConfigOutput
|
|
3029
3433
|
|
|
3434
|
+
OnBehalfOfTokenExchangeConfigType.add_member(:grant_type, Shapes::ShapeRef.new(shape: OnBehalfOfTokenExchangeGrantTypeType, required: true, location_name: "grantType"))
|
|
3435
|
+
OnBehalfOfTokenExchangeConfigType.add_member(:token_exchange_grant_type_config, Shapes::ShapeRef.new(shape: TokenExchangeGrantTypeConfigType, location_name: "tokenExchangeGrantTypeConfig"))
|
|
3436
|
+
OnBehalfOfTokenExchangeConfigType.struct_class = Types::OnBehalfOfTokenExchangeConfigType
|
|
3437
|
+
|
|
3030
3438
|
OnlineEvaluationConfigSummary.add_member(:online_evaluation_config_arn, Shapes::ShapeRef.new(shape: OnlineEvaluationConfigArn, required: true, location_name: "onlineEvaluationConfigArn"))
|
|
3031
3439
|
OnlineEvaluationConfigSummary.add_member(:online_evaluation_config_id, Shapes::ShapeRef.new(shape: OnlineEvaluationConfigId, required: true, location_name: "onlineEvaluationConfigId"))
|
|
3032
3440
|
OnlineEvaluationConfigSummary.add_member(:online_evaluation_config_name, Shapes::ShapeRef.new(shape: EvaluationConfigName, required: true, location_name: "onlineEvaluationConfigName"))
|
|
@@ -3238,6 +3646,14 @@ module Aws::BedrockAgentCoreControl
|
|
|
3238
3646
|
|
|
3239
3647
|
RestApiMethods.member = Shapes::ShapeRef.new(shape: RestApiMethod)
|
|
3240
3648
|
|
|
3649
|
+
RouteToTargetAction.add_member(:static_route, Shapes::ShapeRef.new(shape: StaticRoute, location_name: "staticRoute"))
|
|
3650
|
+
RouteToTargetAction.add_member(:weighted_route, Shapes::ShapeRef.new(shape: WeightedRoute, location_name: "weightedRoute"))
|
|
3651
|
+
RouteToTargetAction.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
3652
|
+
RouteToTargetAction.add_member_subclass(:static_route, Types::RouteToTargetAction::StaticRoute)
|
|
3653
|
+
RouteToTargetAction.add_member_subclass(:weighted_route, Types::RouteToTargetAction::WeightedRoute)
|
|
3654
|
+
RouteToTargetAction.add_member_subclass(:unknown, Types::RouteToTargetAction::Unknown)
|
|
3655
|
+
RouteToTargetAction.struct_class = Types::RouteToTargetAction
|
|
3656
|
+
|
|
3241
3657
|
Rule.add_member(:sampling_config, Shapes::ShapeRef.new(shape: SamplingConfig, required: true, location_name: "samplingConfig"))
|
|
3242
3658
|
Rule.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filters"))
|
|
3243
3659
|
Rule.add_member(:session_config, Shapes::ShapeRef.new(shape: SessionConfig, location_name: "sessionConfig"))
|
|
@@ -3246,6 +3662,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
3246
3662
|
RuntimeMetadataConfiguration.add_member(:require_mmdsv2, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "requireMMDSV2"))
|
|
3247
3663
|
RuntimeMetadataConfiguration.struct_class = Types::RuntimeMetadataConfiguration
|
|
3248
3664
|
|
|
3665
|
+
RuntimeTargetConfiguration.add_member(:arn, Shapes::ShapeRef.new(shape: RuntimeArn, required: true, location_name: "arn"))
|
|
3666
|
+
RuntimeTargetConfiguration.add_member(:qualifier, Shapes::ShapeRef.new(shape: RuntimeQualifier, location_name: "qualifier"))
|
|
3667
|
+
RuntimeTargetConfiguration.struct_class = Types::RuntimeTargetConfiguration
|
|
3668
|
+
|
|
3249
3669
|
S3Configuration.add_member(:uri, Shapes::ShapeRef.new(shape: S3BucketUri, location_name: "uri"))
|
|
3250
3670
|
S3Configuration.add_member(:bucket_owner_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "bucketOwnerAccountId"))
|
|
3251
3671
|
S3Configuration.struct_class = Types::S3Configuration
|
|
@@ -3278,6 +3698,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
3278
3698
|
|
|
3279
3699
|
ScopeList.member = Shapes::ShapeRef.new(shape: String)
|
|
3280
3700
|
|
|
3701
|
+
ScopesListType.member = Shapes::ShapeRef.new(shape: ScopeType)
|
|
3702
|
+
|
|
3281
3703
|
Secret.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, required: true, location_name: "secretArn"))
|
|
3282
3704
|
Secret.struct_class = Types::Secret
|
|
3283
3705
|
|
|
@@ -3316,6 +3738,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
3316
3738
|
SemanticMemoryStrategyInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
3317
3739
|
SemanticMemoryStrategyInput.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, deprecated: true, location_name: "namespaces", metadata: {"deprecatedMessage" => "Use namespaceTemplates instead", "deprecatedSince" => "2026-03-02"}))
|
|
3318
3740
|
SemanticMemoryStrategyInput.add_member(:namespace_templates, Shapes::ShapeRef.new(shape: NamespacesList, location_name: "namespaceTemplates"))
|
|
3741
|
+
SemanticMemoryStrategyInput.add_member(:memory_record_schema, Shapes::ShapeRef.new(shape: MemoryRecordSchema, location_name: "memoryRecordSchema"))
|
|
3319
3742
|
SemanticMemoryStrategyInput.struct_class = Types::SemanticMemoryStrategyInput
|
|
3320
3743
|
|
|
3321
3744
|
SemanticOverrideConfigurationInput.add_member(:extraction, Shapes::ShapeRef.new(shape: SemanticOverrideExtractionConfigurationInput, location_name: "extraction"))
|
|
@@ -3389,6 +3812,13 @@ module Aws::BedrockAgentCoreControl
|
|
|
3389
3812
|
StartPolicyGenerationResponse.add_member(:findings, Shapes::ShapeRef.new(shape: String, location_name: "findings"))
|
|
3390
3813
|
StartPolicyGenerationResponse.struct_class = Types::StartPolicyGenerationResponse
|
|
3391
3814
|
|
|
3815
|
+
StaticOverride.add_member(:bundle_arn, Shapes::ShapeRef.new(shape: GatewayConfigurationBundleArn, required: true, location_name: "bundleArn"))
|
|
3816
|
+
StaticOverride.add_member(:bundle_version, Shapes::ShapeRef.new(shape: StaticOverrideBundleVersionString, required: true, location_name: "bundleVersion"))
|
|
3817
|
+
StaticOverride.struct_class = Types::StaticOverride
|
|
3818
|
+
|
|
3819
|
+
StaticRoute.add_member(:target_name, Shapes::ShapeRef.new(shape: TargetName, required: true, location_name: "targetName"))
|
|
3820
|
+
StaticRoute.struct_class = Types::StaticRoute
|
|
3821
|
+
|
|
3392
3822
|
StatusReasons.member = Shapes::ShapeRef.new(shape: StatusReason)
|
|
3393
3823
|
|
|
3394
3824
|
StrategyConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: OverrideType, location_name: "type"))
|
|
@@ -3409,6 +3839,13 @@ module Aws::BedrockAgentCoreControl
|
|
|
3409
3839
|
|
|
3410
3840
|
StreamDeliveryResourcesList.member = Shapes::ShapeRef.new(shape: StreamDeliveryResource)
|
|
3411
3841
|
|
|
3842
|
+
StringListValidation.add_member(:allowed_values, Shapes::ShapeRef.new(shape: AllowedStringListValuesList, location_name: "allowedValues"))
|
|
3843
|
+
StringListValidation.add_member(:max_items, Shapes::ShapeRef.new(shape: StringListValidationMaxItemsInteger, location_name: "maxItems"))
|
|
3844
|
+
StringListValidation.struct_class = Types::StringListValidation
|
|
3845
|
+
|
|
3846
|
+
StringValidation.add_member(:allowed_values, Shapes::ShapeRef.new(shape: AllowedStringValuesList, required: true, location_name: "allowedValues"))
|
|
3847
|
+
StringValidation.struct_class = Types::StringValidation
|
|
3848
|
+
|
|
3412
3849
|
SubmitRegistryRecordForApprovalRequest.add_member(:registry_id, Shapes::ShapeRef.new(shape: RegistryIdentifier, required: true, location: "uri", location_name: "registryId"))
|
|
3413
3850
|
SubmitRegistryRecordForApprovalRequest.add_member(:record_id, Shapes::ShapeRef.new(shape: RecordIdentifier, required: true, location: "uri", location_name: "recordId"))
|
|
3414
3851
|
SubmitRegistryRecordForApprovalRequest.struct_class = Types::SubmitRegistryRecordForApprovalRequest
|
|
@@ -3432,6 +3869,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
3432
3869
|
SummaryMemoryStrategyInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
3433
3870
|
SummaryMemoryStrategyInput.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, deprecated: true, location_name: "namespaces", metadata: {"deprecatedMessage" => "Use namespaceTemplates instead", "deprecatedSince" => "2026-03-02"}))
|
|
3434
3871
|
SummaryMemoryStrategyInput.add_member(:namespace_templates, Shapes::ShapeRef.new(shape: NamespacesList, location_name: "namespaceTemplates"))
|
|
3872
|
+
SummaryMemoryStrategyInput.add_member(:memory_record_schema, Shapes::ShapeRef.new(shape: MemoryRecordSchema, location_name: "memoryRecordSchema"))
|
|
3435
3873
|
SummaryMemoryStrategyInput.struct_class = Types::SummaryMemoryStrategyInput
|
|
3436
3874
|
|
|
3437
3875
|
SummaryOverrideConfigurationInput.add_member(:consolidation, Shapes::ShapeRef.new(shape: SummaryOverrideConsolidationConfigurationInput, location_name: "consolidation"))
|
|
@@ -3451,6 +3889,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
3451
3889
|
SynchronizeGatewayTargetsResponse.add_member(:targets, Shapes::ShapeRef.new(shape: GatewayTargetList, location_name: "targets"))
|
|
3452
3890
|
SynchronizeGatewayTargetsResponse.struct_class = Types::SynchronizeGatewayTargetsResponse
|
|
3453
3891
|
|
|
3892
|
+
SystemManagedBlock.add_member(:managed_by, Shapes::ShapeRef.new(shape: String, required: true, location_name: "managedBy"))
|
|
3893
|
+
SystemManagedBlock.struct_class = Types::SystemManagedBlock
|
|
3894
|
+
|
|
3454
3895
|
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
|
3455
3896
|
|
|
3456
3897
|
TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourcesArn, required: true, location: "uri", location_name: "resourceArn"))
|
|
@@ -3463,8 +3904,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
3463
3904
|
TagsMap.value = Shapes::ShapeRef.new(shape: TagValue)
|
|
3464
3905
|
|
|
3465
3906
|
TargetConfiguration.add_member(:mcp, Shapes::ShapeRef.new(shape: McpTargetConfiguration, location_name: "mcp"))
|
|
3907
|
+
TargetConfiguration.add_member(:http, Shapes::ShapeRef.new(shape: HttpTargetConfiguration, location_name: "http"))
|
|
3466
3908
|
TargetConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
3467
3909
|
TargetConfiguration.add_member_subclass(:mcp, Types::TargetConfiguration::Mcp)
|
|
3910
|
+
TargetConfiguration.add_member_subclass(:http, Types::TargetConfiguration::Http)
|
|
3468
3911
|
TargetConfiguration.add_member_subclass(:unknown, Types::TargetConfiguration::Unknown)
|
|
3469
3912
|
TargetConfiguration.struct_class = Types::TargetConfiguration
|
|
3470
3913
|
|
|
@@ -3481,6 +3924,15 @@ module Aws::BedrockAgentCoreControl
|
|
|
3481
3924
|
TargetSummary.add_member(:resource_priority, Shapes::ShapeRef.new(shape: TargetResourcePriority, location_name: "resourcePriority"))
|
|
3482
3925
|
TargetSummary.struct_class = Types::TargetSummary
|
|
3483
3926
|
|
|
3927
|
+
TargetTrafficSplitEntries.member = Shapes::ShapeRef.new(shape: TargetTrafficSplitEntry)
|
|
3928
|
+
|
|
3929
|
+
TargetTrafficSplitEntry.add_member(:name, Shapes::ShapeRef.new(shape: TargetTrafficSplitEntryNameString, required: true, location_name: "name"))
|
|
3930
|
+
TargetTrafficSplitEntry.add_member(:weight, Shapes::ShapeRef.new(shape: TargetTrafficSplitEntryWeightInteger, required: true, location_name: "weight"))
|
|
3931
|
+
TargetTrafficSplitEntry.add_member(:target_name, Shapes::ShapeRef.new(shape: TargetName, required: true, location_name: "targetName"))
|
|
3932
|
+
TargetTrafficSplitEntry.add_member(:description, Shapes::ShapeRef.new(shape: TargetTrafficSplitEntryDescriptionString, location_name: "description"))
|
|
3933
|
+
TargetTrafficSplitEntry.add_member(:metadata, Shapes::ShapeRef.new(shape: TrafficSplitMetadataMap, location_name: "metadata"))
|
|
3934
|
+
TargetTrafficSplitEntry.struct_class = Types::TargetTrafficSplitEntry
|
|
3935
|
+
|
|
3484
3936
|
ThrottledException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
|
3485
3937
|
ThrottledException.struct_class = Types::ThrottledException
|
|
3486
3938
|
|
|
@@ -3501,6 +3953,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
3501
3953
|
|
|
3502
3954
|
TokenEndpointAuthMethodsType.member = Shapes::ShapeRef.new(shape: TokenAuthMethod)
|
|
3503
3955
|
|
|
3956
|
+
TokenExchangeGrantTypeConfigType.add_member(:actor_token_content, Shapes::ShapeRef.new(shape: ActorTokenContentType, required: true, location_name: "actorTokenContent"))
|
|
3957
|
+
TokenExchangeGrantTypeConfigType.add_member(:actor_token_scopes, Shapes::ShapeRef.new(shape: ScopesListType, location_name: "actorTokenScopes"))
|
|
3958
|
+
TokenExchangeGrantTypeConfigType.struct_class = Types::TokenExchangeGrantTypeConfigType
|
|
3959
|
+
|
|
3504
3960
|
ToolDefinition.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
|
3505
3961
|
ToolDefinition.add_member(:description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "description"))
|
|
3506
3962
|
ToolDefinition.add_member(:input_schema, Shapes::ShapeRef.new(shape: SchemaDefinition, required: true, location_name: "inputSchema"))
|
|
@@ -3521,6 +3977,18 @@ module Aws::BedrockAgentCoreControl
|
|
|
3521
3977
|
ToolsDefinition.add_member(:inline_content, Shapes::ShapeRef.new(shape: InlineContent, location_name: "inlineContent"))
|
|
3522
3978
|
ToolsDefinition.struct_class = Types::ToolsDefinition
|
|
3523
3979
|
|
|
3980
|
+
TrafficSplitEntries.member = Shapes::ShapeRef.new(shape: TrafficSplitEntry)
|
|
3981
|
+
|
|
3982
|
+
TrafficSplitEntry.add_member(:name, Shapes::ShapeRef.new(shape: TrafficSplitEntryNameString, required: true, location_name: "name"))
|
|
3983
|
+
TrafficSplitEntry.add_member(:weight, Shapes::ShapeRef.new(shape: TrafficSplitEntryWeightInteger, required: true, location_name: "weight"))
|
|
3984
|
+
TrafficSplitEntry.add_member(:configuration_bundle, Shapes::ShapeRef.new(shape: ConfigurationBundleReference, required: true, location_name: "configurationBundle"))
|
|
3985
|
+
TrafficSplitEntry.add_member(:description, Shapes::ShapeRef.new(shape: TrafficSplitEntryDescriptionString, location_name: "description"))
|
|
3986
|
+
TrafficSplitEntry.add_member(:metadata, Shapes::ShapeRef.new(shape: TrafficSplitMetadataMap, location_name: "metadata"))
|
|
3987
|
+
TrafficSplitEntry.struct_class = Types::TrafficSplitEntry
|
|
3988
|
+
|
|
3989
|
+
TrafficSplitMetadataMap.key = Shapes::ShapeRef.new(shape: TrafficSplitMetadataKey)
|
|
3990
|
+
TrafficSplitMetadataMap.value = Shapes::ShapeRef.new(shape: TrafficSplitMetadataValue)
|
|
3991
|
+
|
|
3524
3992
|
TriggerCondition.add_member(:message_based_trigger, Shapes::ShapeRef.new(shape: MessageBasedTrigger, location_name: "messageBasedTrigger"))
|
|
3525
3993
|
TriggerCondition.add_member(:token_based_trigger, Shapes::ShapeRef.new(shape: TokenBasedTrigger, location_name: "tokenBasedTrigger"))
|
|
3526
3994
|
TriggerCondition.add_member(:time_based_trigger, Shapes::ShapeRef.new(shape: TimeBasedTrigger, location_name: "timeBasedTrigger"))
|
|
@@ -3607,11 +4075,29 @@ module Aws::BedrockAgentCoreControl
|
|
|
3607
4075
|
UpdateApiKeyCredentialProviderResponse.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedTime"))
|
|
3608
4076
|
UpdateApiKeyCredentialProviderResponse.struct_class = Types::UpdateApiKeyCredentialProviderResponse
|
|
3609
4077
|
|
|
4078
|
+
UpdateConfigurationBundleRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
4079
|
+
UpdateConfigurationBundleRequest.add_member(:bundle_id, Shapes::ShapeRef.new(shape: ConfigurationBundleId, required: true, location: "uri", location_name: "bundleId"))
|
|
4080
|
+
UpdateConfigurationBundleRequest.add_member(:bundle_name, Shapes::ShapeRef.new(shape: ConfigurationBundleName, location_name: "bundleName"))
|
|
4081
|
+
UpdateConfigurationBundleRequest.add_member(:description, Shapes::ShapeRef.new(shape: ConfigurationBundleDescription, location_name: "description"))
|
|
4082
|
+
UpdateConfigurationBundleRequest.add_member(:components, Shapes::ShapeRef.new(shape: ComponentConfigurationMap, location_name: "components"))
|
|
4083
|
+
UpdateConfigurationBundleRequest.add_member(:parent_version_ids, Shapes::ShapeRef.new(shape: ConfigurationBundleVersionList, location_name: "parentVersionIds"))
|
|
4084
|
+
UpdateConfigurationBundleRequest.add_member(:branch_name, Shapes::ShapeRef.new(shape: BranchName, location_name: "branchName"))
|
|
4085
|
+
UpdateConfigurationBundleRequest.add_member(:commit_message, Shapes::ShapeRef.new(shape: UpdateConfigurationBundleRequestCommitMessageString, location_name: "commitMessage"))
|
|
4086
|
+
UpdateConfigurationBundleRequest.add_member(:created_by, Shapes::ShapeRef.new(shape: VersionCreatedBySource, location_name: "createdBy"))
|
|
4087
|
+
UpdateConfigurationBundleRequest.struct_class = Types::UpdateConfigurationBundleRequest
|
|
4088
|
+
|
|
4089
|
+
UpdateConfigurationBundleResponse.add_member(:bundle_arn, Shapes::ShapeRef.new(shape: ConfigurationBundleArn, required: true, location_name: "bundleArn"))
|
|
4090
|
+
UpdateConfigurationBundleResponse.add_member(:bundle_id, Shapes::ShapeRef.new(shape: ConfigurationBundleId, required: true, location_name: "bundleId"))
|
|
4091
|
+
UpdateConfigurationBundleResponse.add_member(:version_id, Shapes::ShapeRef.new(shape: ConfigurationBundleVersion, required: true, location_name: "versionId"))
|
|
4092
|
+
UpdateConfigurationBundleResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updatedAt"))
|
|
4093
|
+
UpdateConfigurationBundleResponse.struct_class = Types::UpdateConfigurationBundleResponse
|
|
4094
|
+
|
|
3610
4095
|
UpdateEvaluatorRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
3611
4096
|
UpdateEvaluatorRequest.add_member(:evaluator_id, Shapes::ShapeRef.new(shape: EvaluatorId, required: true, location: "uri", location_name: "evaluatorId"))
|
|
3612
4097
|
UpdateEvaluatorRequest.add_member(:description, Shapes::ShapeRef.new(shape: EvaluatorDescription, location_name: "description"))
|
|
3613
4098
|
UpdateEvaluatorRequest.add_member(:evaluator_config, Shapes::ShapeRef.new(shape: EvaluatorConfig, location_name: "evaluatorConfig"))
|
|
3614
4099
|
UpdateEvaluatorRequest.add_member(:level, Shapes::ShapeRef.new(shape: EvaluatorLevel, location_name: "level"))
|
|
4100
|
+
UpdateEvaluatorRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
|
3615
4101
|
UpdateEvaluatorRequest.struct_class = Types::UpdateEvaluatorRequest
|
|
3616
4102
|
|
|
3617
4103
|
UpdateEvaluatorResponse.add_member(:evaluator_arn, Shapes::ShapeRef.new(shape: EvaluatorArn, required: true, location_name: "evaluatorArn"))
|
|
@@ -3624,7 +4110,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
3624
4110
|
UpdateGatewayRequest.add_member(:name, Shapes::ShapeRef.new(shape: GatewayName, required: true, location_name: "name"))
|
|
3625
4111
|
UpdateGatewayRequest.add_member(:description, Shapes::ShapeRef.new(shape: GatewayDescription, location_name: "description"))
|
|
3626
4112
|
UpdateGatewayRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
|
3627
|
-
UpdateGatewayRequest.add_member(:protocol_type, Shapes::ShapeRef.new(shape: GatewayProtocolType,
|
|
4113
|
+
UpdateGatewayRequest.add_member(:protocol_type, Shapes::ShapeRef.new(shape: GatewayProtocolType, location_name: "protocolType"))
|
|
3628
4114
|
UpdateGatewayRequest.add_member(:protocol_configuration, Shapes::ShapeRef.new(shape: GatewayProtocolConfiguration, location_name: "protocolConfiguration"))
|
|
3629
4115
|
UpdateGatewayRequest.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, required: true, location_name: "authorizerType"))
|
|
3630
4116
|
UpdateGatewayRequest.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
|
|
@@ -3644,7 +4130,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
3644
4130
|
UpdateGatewayResponse.add_member(:name, Shapes::ShapeRef.new(shape: GatewayName, required: true, location_name: "name"))
|
|
3645
4131
|
UpdateGatewayResponse.add_member(:description, Shapes::ShapeRef.new(shape: GatewayDescription, location_name: "description"))
|
|
3646
4132
|
UpdateGatewayResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "roleArn"))
|
|
3647
|
-
UpdateGatewayResponse.add_member(:protocol_type, Shapes::ShapeRef.new(shape: GatewayProtocolType,
|
|
4133
|
+
UpdateGatewayResponse.add_member(:protocol_type, Shapes::ShapeRef.new(shape: GatewayProtocolType, location_name: "protocolType"))
|
|
3648
4134
|
UpdateGatewayResponse.add_member(:protocol_configuration, Shapes::ShapeRef.new(shape: GatewayProtocolConfiguration, location_name: "protocolConfiguration"))
|
|
3649
4135
|
UpdateGatewayResponse.add_member(:authorizer_type, Shapes::ShapeRef.new(shape: AuthorizerType, required: true, location_name: "authorizerType"))
|
|
3650
4136
|
UpdateGatewayResponse.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
|
|
@@ -3655,6 +4141,26 @@ module Aws::BedrockAgentCoreControl
|
|
|
3655
4141
|
UpdateGatewayResponse.add_member(:exception_level, Shapes::ShapeRef.new(shape: ExceptionLevel, location_name: "exceptionLevel"))
|
|
3656
4142
|
UpdateGatewayResponse.struct_class = Types::UpdateGatewayResponse
|
|
3657
4143
|
|
|
4144
|
+
UpdateGatewayRuleRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
|
|
4145
|
+
UpdateGatewayRuleRequest.add_member(:rule_id, Shapes::ShapeRef.new(shape: GatewayRuleId, required: true, location: "uri", location_name: "ruleId"))
|
|
4146
|
+
UpdateGatewayRuleRequest.add_member(:priority, Shapes::ShapeRef.new(shape: GatewayRulePriority, location_name: "priority"))
|
|
4147
|
+
UpdateGatewayRuleRequest.add_member(:conditions, Shapes::ShapeRef.new(shape: Conditions, location_name: "conditions"))
|
|
4148
|
+
UpdateGatewayRuleRequest.add_member(:actions, Shapes::ShapeRef.new(shape: Actions, location_name: "actions"))
|
|
4149
|
+
UpdateGatewayRuleRequest.add_member(:description, Shapes::ShapeRef.new(shape: GatewayRuleDescription, location_name: "description"))
|
|
4150
|
+
UpdateGatewayRuleRequest.struct_class = Types::UpdateGatewayRuleRequest
|
|
4151
|
+
|
|
4152
|
+
UpdateGatewayRuleResponse.add_member(:rule_id, Shapes::ShapeRef.new(shape: GatewayRuleId, required: true, location_name: "ruleId"))
|
|
4153
|
+
UpdateGatewayRuleResponse.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayArn, required: true, location_name: "gatewayArn"))
|
|
4154
|
+
UpdateGatewayRuleResponse.add_member(:priority, Shapes::ShapeRef.new(shape: GatewayRulePriority, required: true, location_name: "priority"))
|
|
4155
|
+
UpdateGatewayRuleResponse.add_member(:conditions, Shapes::ShapeRef.new(shape: Conditions, location_name: "conditions"))
|
|
4156
|
+
UpdateGatewayRuleResponse.add_member(:actions, Shapes::ShapeRef.new(shape: Actions, required: true, location_name: "actions"))
|
|
4157
|
+
UpdateGatewayRuleResponse.add_member(:description, Shapes::ShapeRef.new(shape: GatewayRuleDescription, location_name: "description"))
|
|
4158
|
+
UpdateGatewayRuleResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
4159
|
+
UpdateGatewayRuleResponse.add_member(:status, Shapes::ShapeRef.new(shape: GatewayRuleStatus, required: true, location_name: "status"))
|
|
4160
|
+
UpdateGatewayRuleResponse.add_member(:system, Shapes::ShapeRef.new(shape: SystemManagedBlock, location_name: "system"))
|
|
4161
|
+
UpdateGatewayRuleResponse.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "updatedAt"))
|
|
4162
|
+
UpdateGatewayRuleResponse.struct_class = Types::UpdateGatewayRuleResponse
|
|
4163
|
+
|
|
3658
4164
|
UpdateGatewayTargetRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
|
|
3659
4165
|
UpdateGatewayTargetRequest.add_member(:target_id, Shapes::ShapeRef.new(shape: TargetId, required: true, location: "uri", location_name: "targetId"))
|
|
3660
4166
|
UpdateGatewayTargetRequest.add_member(:name, Shapes::ShapeRef.new(shape: TargetName, required: true, location_name: "name"))
|
|
@@ -3680,6 +4186,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
3680
4186
|
UpdateGatewayTargetResponse.add_member(:private_endpoint, Shapes::ShapeRef.new(shape: PrivateEndpoint, location_name: "privateEndpoint"))
|
|
3681
4187
|
UpdateGatewayTargetResponse.add_member(:private_endpoint_managed_resources, Shapes::ShapeRef.new(shape: PrivateEndpointManagedResources, location_name: "privateEndpointManagedResources"))
|
|
3682
4188
|
UpdateGatewayTargetResponse.add_member(:authorization_data, Shapes::ShapeRef.new(shape: AuthorizationData, location_name: "authorizationData"))
|
|
4189
|
+
UpdateGatewayTargetResponse.add_member(:protocol_type, Shapes::ShapeRef.new(shape: TargetProtocolType, location_name: "protocolType"))
|
|
3683
4190
|
UpdateGatewayTargetResponse.struct_class = Types::UpdateGatewayTargetResponse
|
|
3684
4191
|
|
|
3685
4192
|
UpdateHarnessRequest.add_member(:harness_id, Shapes::ShapeRef.new(shape: HarnessId, required: true, location: "uri", location_name: "harnessId"))
|
|
@@ -3710,6 +4217,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
3710
4217
|
UpdateMemoryInput.add_member(:event_expiry_duration, Shapes::ShapeRef.new(shape: UpdateMemoryInputEventExpiryDurationInteger, location_name: "eventExpiryDuration"))
|
|
3711
4218
|
UpdateMemoryInput.add_member(:memory_execution_role_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "memoryExecutionRoleArn"))
|
|
3712
4219
|
UpdateMemoryInput.add_member(:memory_strategies, Shapes::ShapeRef.new(shape: ModifyMemoryStrategies, location_name: "memoryStrategies"))
|
|
4220
|
+
UpdateMemoryInput.add_member(:add_indexed_keys, Shapes::ShapeRef.new(shape: IndexedKeysList, location_name: "addIndexedKeys"))
|
|
3713
4221
|
UpdateMemoryInput.add_member(:stream_delivery_resources, Shapes::ShapeRef.new(shape: StreamDeliveryResources, location_name: "streamDeliveryResources"))
|
|
3714
4222
|
UpdateMemoryInput.struct_class = Types::UpdateMemoryInput
|
|
3715
4223
|
|
|
@@ -3931,6 +4439,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
3931
4439
|
UserPreferenceMemoryStrategyInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
|
3932
4440
|
UserPreferenceMemoryStrategyInput.add_member(:namespaces, Shapes::ShapeRef.new(shape: NamespacesList, deprecated: true, location_name: "namespaces", metadata: {"deprecatedMessage" => "Use namespaceTemplates instead", "deprecatedSince" => "2026-03-02"}))
|
|
3933
4441
|
UserPreferenceMemoryStrategyInput.add_member(:namespace_templates, Shapes::ShapeRef.new(shape: NamespacesList, location_name: "namespaceTemplates"))
|
|
4442
|
+
UserPreferenceMemoryStrategyInput.add_member(:memory_record_schema, Shapes::ShapeRef.new(shape: MemoryRecordSchema, location_name: "memoryRecordSchema"))
|
|
3934
4443
|
UserPreferenceMemoryStrategyInput.struct_class = Types::UserPreferenceMemoryStrategyInput
|
|
3935
4444
|
|
|
3936
4445
|
UserPreferenceOverrideConfigurationInput.add_member(:extraction, Shapes::ShapeRef.new(shape: UserPreferenceOverrideExtractionConfigurationInput, location_name: "extraction"))
|
|
@@ -3945,6 +4454,16 @@ module Aws::BedrockAgentCoreControl
|
|
|
3945
4454
|
UserPreferenceOverrideExtractionConfigurationInput.add_member(:model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "modelId"))
|
|
3946
4455
|
UserPreferenceOverrideExtractionConfigurationInput.struct_class = Types::UserPreferenceOverrideExtractionConfigurationInput
|
|
3947
4456
|
|
|
4457
|
+
Validation.add_member(:string_validation, Shapes::ShapeRef.new(shape: StringValidation, location_name: "stringValidation"))
|
|
4458
|
+
Validation.add_member(:string_list_validation, Shapes::ShapeRef.new(shape: StringListValidation, location_name: "stringListValidation"))
|
|
4459
|
+
Validation.add_member(:number_validation, Shapes::ShapeRef.new(shape: NumberValidation, location_name: "numberValidation"))
|
|
4460
|
+
Validation.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
4461
|
+
Validation.add_member_subclass(:string_validation, Types::Validation::StringValidation)
|
|
4462
|
+
Validation.add_member_subclass(:string_list_validation, Types::Validation::StringListValidation)
|
|
4463
|
+
Validation.add_member_subclass(:number_validation, Types::Validation::NumberValidation)
|
|
4464
|
+
Validation.add_member_subclass(:unknown, Types::Validation::Unknown)
|
|
4465
|
+
Validation.struct_class = Types::Validation
|
|
4466
|
+
|
|
3948
4467
|
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
3949
4468
|
ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, required: true, location_name: "reason"))
|
|
3950
4469
|
ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "fieldList"))
|
|
@@ -3956,10 +4475,31 @@ module Aws::BedrockAgentCoreControl
|
|
|
3956
4475
|
|
|
3957
4476
|
ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
|
|
3958
4477
|
|
|
4478
|
+
VersionCreatedBySource.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
|
4479
|
+
VersionCreatedBySource.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
|
|
4480
|
+
VersionCreatedBySource.struct_class = Types::VersionCreatedBySource
|
|
4481
|
+
|
|
4482
|
+
VersionFilter.add_member(:branch_name, Shapes::ShapeRef.new(shape: BranchName, location_name: "branchName"))
|
|
4483
|
+
VersionFilter.add_member(:created_by_name, Shapes::ShapeRef.new(shape: String, location_name: "createdByName"))
|
|
4484
|
+
VersionFilter.add_member(:latest_per_branch, Shapes::ShapeRef.new(shape: Boolean, location_name: "latestPerBranch"))
|
|
4485
|
+
VersionFilter.struct_class = Types::VersionFilter
|
|
4486
|
+
|
|
4487
|
+
VersionLineageMetadata.add_member(:parent_version_ids, Shapes::ShapeRef.new(shape: ConfigurationBundleVersionList, location_name: "parentVersionIds"))
|
|
4488
|
+
VersionLineageMetadata.add_member(:branch_name, Shapes::ShapeRef.new(shape: BranchName, location_name: "branchName"))
|
|
4489
|
+
VersionLineageMetadata.add_member(:created_by, Shapes::ShapeRef.new(shape: VersionCreatedBySource, location_name: "createdBy"))
|
|
4490
|
+
VersionLineageMetadata.add_member(:commit_message, Shapes::ShapeRef.new(shape: VersionLineageMetadataCommitMessageString, location_name: "commitMessage"))
|
|
4491
|
+
VersionLineageMetadata.struct_class = Types::VersionLineageMetadata
|
|
4492
|
+
|
|
3959
4493
|
VpcConfig.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroups, required: true, location_name: "securityGroups"))
|
|
3960
4494
|
VpcConfig.add_member(:subnets, Shapes::ShapeRef.new(shape: Subnets, required: true, location_name: "subnets"))
|
|
3961
4495
|
VpcConfig.struct_class = Types::VpcConfig
|
|
3962
4496
|
|
|
4497
|
+
WeightedOverride.add_member(:traffic_split, Shapes::ShapeRef.new(shape: TrafficSplitEntries, required: true, location_name: "trafficSplit"))
|
|
4498
|
+
WeightedOverride.struct_class = Types::WeightedOverride
|
|
4499
|
+
|
|
4500
|
+
WeightedRoute.add_member(:traffic_split, Shapes::ShapeRef.new(shape: TargetTrafficSplitEntries, required: true, location_name: "trafficSplit"))
|
|
4501
|
+
WeightedRoute.struct_class = Types::WeightedRoute
|
|
4502
|
+
|
|
3963
4503
|
WorkloadIdentityDetails.add_member(:workload_identity_arn, Shapes::ShapeRef.new(shape: WorkloadIdentityArn, required: true, location_name: "workloadIdentityArn"))
|
|
3964
4504
|
WorkloadIdentityDetails.struct_class = Types::WorkloadIdentityDetails
|
|
3965
4505
|
|
|
@@ -4078,6 +4618,20 @@ module Aws::BedrockAgentCoreControl
|
|
|
4078
4618
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
4079
4619
|
end)
|
|
4080
4620
|
|
|
4621
|
+
api.add_operation(:create_configuration_bundle, Seahorse::Model::Operation.new.tap do |o|
|
|
4622
|
+
o.name = "CreateConfigurationBundle"
|
|
4623
|
+
o.http_method = "POST"
|
|
4624
|
+
o.http_request_uri = "/configuration-bundles/create"
|
|
4625
|
+
o.input = Shapes::ShapeRef.new(shape: CreateConfigurationBundleRequest)
|
|
4626
|
+
o.output = Shapes::ShapeRef.new(shape: CreateConfigurationBundleResponse)
|
|
4627
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
4628
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
4629
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
4630
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
4631
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
4632
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
4633
|
+
end)
|
|
4634
|
+
|
|
4081
4635
|
api.add_operation(:create_evaluator, Seahorse::Model::Operation.new.tap do |o|
|
|
4082
4636
|
o.name = "CreateEvaluator"
|
|
4083
4637
|
o.http_method = "POST"
|
|
@@ -4106,6 +4660,21 @@ module Aws::BedrockAgentCoreControl
|
|
|
4106
4660
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
4107
4661
|
end)
|
|
4108
4662
|
|
|
4663
|
+
api.add_operation(:create_gateway_rule, Seahorse::Model::Operation.new.tap do |o|
|
|
4664
|
+
o.name = "CreateGatewayRule"
|
|
4665
|
+
o.http_method = "POST"
|
|
4666
|
+
o.http_request_uri = "/gateways/{gatewayIdentifier}/rules"
|
|
4667
|
+
o.input = Shapes::ShapeRef.new(shape: CreateGatewayRuleRequest)
|
|
4668
|
+
o.output = Shapes::ShapeRef.new(shape: CreateGatewayRuleResponse)
|
|
4669
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
4670
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
4671
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
4672
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
4673
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
4674
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
4675
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
4676
|
+
end)
|
|
4677
|
+
|
|
4109
4678
|
api.add_operation(:create_gateway_target, Seahorse::Model::Operation.new.tap do |o|
|
|
4110
4679
|
o.name = "CreateGatewayTarget"
|
|
4111
4680
|
o.http_method = "POST"
|
|
@@ -4339,6 +4908,20 @@ module Aws::BedrockAgentCoreControl
|
|
|
4339
4908
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
4340
4909
|
end)
|
|
4341
4910
|
|
|
4911
|
+
api.add_operation(:delete_configuration_bundle, Seahorse::Model::Operation.new.tap do |o|
|
|
4912
|
+
o.name = "DeleteConfigurationBundle"
|
|
4913
|
+
o.http_method = "DELETE"
|
|
4914
|
+
o.http_request_uri = "/configuration-bundles/{bundleId}"
|
|
4915
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteConfigurationBundleRequest)
|
|
4916
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteConfigurationBundleResponse)
|
|
4917
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
4918
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
4919
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
4920
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
4921
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
4922
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
4923
|
+
end)
|
|
4924
|
+
|
|
4342
4925
|
api.add_operation(:delete_evaluator, Seahorse::Model::Operation.new.tap do |o|
|
|
4343
4926
|
o.name = "DeleteEvaluator"
|
|
4344
4927
|
o.http_method = "DELETE"
|
|
@@ -4367,6 +4950,20 @@ module Aws::BedrockAgentCoreControl
|
|
|
4367
4950
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
4368
4951
|
end)
|
|
4369
4952
|
|
|
4953
|
+
api.add_operation(:delete_gateway_rule, Seahorse::Model::Operation.new.tap do |o|
|
|
4954
|
+
o.name = "DeleteGatewayRule"
|
|
4955
|
+
o.http_method = "DELETE"
|
|
4956
|
+
o.http_request_uri = "/gateways/{gatewayIdentifier}/rules/{ruleId}"
|
|
4957
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteGatewayRuleRequest)
|
|
4958
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteGatewayRuleResponse)
|
|
4959
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
4960
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
4961
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
4962
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
4963
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
4964
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
4965
|
+
end)
|
|
4966
|
+
|
|
4370
4967
|
api.add_operation(:delete_gateway_target, Seahorse::Model::Operation.new.tap do |o|
|
|
4371
4968
|
o.name = "DeleteGatewayTarget"
|
|
4372
4969
|
o.http_method = "DELETE"
|
|
@@ -4601,6 +5198,32 @@ module Aws::BedrockAgentCoreControl
|
|
|
4601
5198
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
4602
5199
|
end)
|
|
4603
5200
|
|
|
5201
|
+
api.add_operation(:get_configuration_bundle, Seahorse::Model::Operation.new.tap do |o|
|
|
5202
|
+
o.name = "GetConfigurationBundle"
|
|
5203
|
+
o.http_method = "GET"
|
|
5204
|
+
o.http_request_uri = "/configuration-bundles/{bundleId}"
|
|
5205
|
+
o.input = Shapes::ShapeRef.new(shape: GetConfigurationBundleRequest)
|
|
5206
|
+
o.output = Shapes::ShapeRef.new(shape: GetConfigurationBundleResponse)
|
|
5207
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
5208
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
5209
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
5210
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
5211
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5212
|
+
end)
|
|
5213
|
+
|
|
5214
|
+
api.add_operation(:get_configuration_bundle_version, Seahorse::Model::Operation.new.tap do |o|
|
|
5215
|
+
o.name = "GetConfigurationBundleVersion"
|
|
5216
|
+
o.http_method = "GET"
|
|
5217
|
+
o.http_request_uri = "/configuration-bundles/{bundleId}/versions/{versionId}"
|
|
5218
|
+
o.input = Shapes::ShapeRef.new(shape: GetConfigurationBundleVersionRequest)
|
|
5219
|
+
o.output = Shapes::ShapeRef.new(shape: GetConfigurationBundleVersionResponse)
|
|
5220
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
5221
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
5222
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
5223
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
5224
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5225
|
+
end)
|
|
5226
|
+
|
|
4604
5227
|
api.add_operation(:get_evaluator, Seahorse::Model::Operation.new.tap do |o|
|
|
4605
5228
|
o.name = "GetEvaluator"
|
|
4606
5229
|
o.http_method = "GET"
|
|
@@ -4627,6 +5250,19 @@ module Aws::BedrockAgentCoreControl
|
|
|
4627
5250
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
4628
5251
|
end)
|
|
4629
5252
|
|
|
5253
|
+
api.add_operation(:get_gateway_rule, Seahorse::Model::Operation.new.tap do |o|
|
|
5254
|
+
o.name = "GetGatewayRule"
|
|
5255
|
+
o.http_method = "GET"
|
|
5256
|
+
o.http_request_uri = "/gateways/{gatewayIdentifier}/rules/{ruleId}"
|
|
5257
|
+
o.input = Shapes::ShapeRef.new(shape: GetGatewayRuleRequest)
|
|
5258
|
+
o.output = Shapes::ShapeRef.new(shape: GetGatewayRuleResponse)
|
|
5259
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
5260
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
5261
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
5262
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
5263
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5264
|
+
end)
|
|
5265
|
+
|
|
4630
5266
|
api.add_operation(:get_gateway_target, Seahorse::Model::Operation.new.tap do |o|
|
|
4631
5267
|
o.name = "GetGatewayTarget"
|
|
4632
5268
|
o.http_method = "GET"
|
|
@@ -4930,6 +5566,43 @@ module Aws::BedrockAgentCoreControl
|
|
|
4930
5566
|
)
|
|
4931
5567
|
end)
|
|
4932
5568
|
|
|
5569
|
+
api.add_operation(:list_configuration_bundle_versions, Seahorse::Model::Operation.new.tap do |o|
|
|
5570
|
+
o.name = "ListConfigurationBundleVersions"
|
|
5571
|
+
o.http_method = "POST"
|
|
5572
|
+
o.http_request_uri = "/configuration-bundles/{bundleId}/versions"
|
|
5573
|
+
o.input = Shapes::ShapeRef.new(shape: ListConfigurationBundleVersionsRequest)
|
|
5574
|
+
o.output = Shapes::ShapeRef.new(shape: ListConfigurationBundleVersionsResponse)
|
|
5575
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
5576
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
5577
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
5578
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
5579
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5580
|
+
o[:pager] = Aws::Pager.new(
|
|
5581
|
+
limit_key: "max_results",
|
|
5582
|
+
tokens: {
|
|
5583
|
+
"next_token" => "next_token"
|
|
5584
|
+
}
|
|
5585
|
+
)
|
|
5586
|
+
end)
|
|
5587
|
+
|
|
5588
|
+
api.add_operation(:list_configuration_bundles, Seahorse::Model::Operation.new.tap do |o|
|
|
5589
|
+
o.name = "ListConfigurationBundles"
|
|
5590
|
+
o.http_method = "POST"
|
|
5591
|
+
o.http_request_uri = "/configuration-bundles"
|
|
5592
|
+
o.input = Shapes::ShapeRef.new(shape: ListConfigurationBundlesRequest)
|
|
5593
|
+
o.output = Shapes::ShapeRef.new(shape: ListConfigurationBundlesResponse)
|
|
5594
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
5595
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
5596
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
5597
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5598
|
+
o[:pager] = Aws::Pager.new(
|
|
5599
|
+
limit_key: "max_results",
|
|
5600
|
+
tokens: {
|
|
5601
|
+
"next_token" => "next_token"
|
|
5602
|
+
}
|
|
5603
|
+
)
|
|
5604
|
+
end)
|
|
5605
|
+
|
|
4933
5606
|
api.add_operation(:list_evaluators, Seahorse::Model::Operation.new.tap do |o|
|
|
4934
5607
|
o.name = "ListEvaluators"
|
|
4935
5608
|
o.http_method = "POST"
|
|
@@ -4948,6 +5621,25 @@ module Aws::BedrockAgentCoreControl
|
|
|
4948
5621
|
)
|
|
4949
5622
|
end)
|
|
4950
5623
|
|
|
5624
|
+
api.add_operation(:list_gateway_rules, Seahorse::Model::Operation.new.tap do |o|
|
|
5625
|
+
o.name = "ListGatewayRules"
|
|
5626
|
+
o.http_method = "GET"
|
|
5627
|
+
o.http_request_uri = "/gateways/{gatewayIdentifier}/rules"
|
|
5628
|
+
o.input = Shapes::ShapeRef.new(shape: ListGatewayRulesRequest)
|
|
5629
|
+
o.output = Shapes::ShapeRef.new(shape: ListGatewayRulesResponse)
|
|
5630
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
5631
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
5632
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
5633
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
5634
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5635
|
+
o[:pager] = Aws::Pager.new(
|
|
5636
|
+
limit_key: "max_results",
|
|
5637
|
+
tokens: {
|
|
5638
|
+
"next_token" => "next_token"
|
|
5639
|
+
}
|
|
5640
|
+
)
|
|
5641
|
+
end)
|
|
5642
|
+
|
|
4951
5643
|
api.add_operation(:list_gateway_targets, Seahorse::Model::Operation.new.tap do |o|
|
|
4952
5644
|
o.name = "ListGatewayTargets"
|
|
4953
5645
|
o.http_method = "GET"
|
|
@@ -5352,6 +6044,20 @@ module Aws::BedrockAgentCoreControl
|
|
|
5352
6044
|
o.errors << Shapes::ShapeRef.new(shape: EncryptionFailure)
|
|
5353
6045
|
end)
|
|
5354
6046
|
|
|
6047
|
+
api.add_operation(:update_configuration_bundle, Seahorse::Model::Operation.new.tap do |o|
|
|
6048
|
+
o.name = "UpdateConfigurationBundle"
|
|
6049
|
+
o.http_method = "PUT"
|
|
6050
|
+
o.http_request_uri = "/configuration-bundles/{bundleId}"
|
|
6051
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateConfigurationBundleRequest)
|
|
6052
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateConfigurationBundleResponse)
|
|
6053
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
6054
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
6055
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
6056
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
6057
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
6058
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
6059
|
+
end)
|
|
6060
|
+
|
|
5355
6061
|
api.add_operation(:update_evaluator, Seahorse::Model::Operation.new.tap do |o|
|
|
5356
6062
|
o.name = "UpdateEvaluator"
|
|
5357
6063
|
o.http_method = "PUT"
|
|
@@ -5382,6 +6088,20 @@ module Aws::BedrockAgentCoreControl
|
|
|
5382
6088
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
5383
6089
|
end)
|
|
5384
6090
|
|
|
6091
|
+
api.add_operation(:update_gateway_rule, Seahorse::Model::Operation.new.tap do |o|
|
|
6092
|
+
o.name = "UpdateGatewayRule"
|
|
6093
|
+
o.http_method = "PATCH"
|
|
6094
|
+
o.http_request_uri = "/gateways/{gatewayIdentifier}/rules/{ruleId}"
|
|
6095
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateGatewayRuleRequest)
|
|
6096
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateGatewayRuleResponse)
|
|
6097
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
6098
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
6099
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
6100
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
6101
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
6102
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
6103
|
+
end)
|
|
6104
|
+
|
|
5385
6105
|
api.add_operation(:update_gateway_target, Seahorse::Model::Operation.new.tap do |o|
|
|
5386
6106
|
o.name = "UpdateGatewayTarget"
|
|
5387
6107
|
o.http_method = "PUT"
|