aws-sdk-bedrockagentcorecontrol 1.8.0 → 1.10.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 +454 -26
- data/lib/aws-sdk-bedrockagentcorecontrol/client_api.rb +223 -2
- data/lib/aws-sdk-bedrockagentcorecontrol/types.rb +775 -28
- data/lib/aws-sdk-bedrockagentcorecontrol.rb +1 -1
- data/sig/client.rbs +141 -15
- data/sig/types.rbs +235 -13
- metadata +1 -1
|
@@ -44,6 +44,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
44
44
|
ApiKeyType = Shapes::StringShape.new(name: 'ApiKeyType')
|
|
45
45
|
ApiSchemaConfiguration = Shapes::UnionShape.new(name: 'ApiSchemaConfiguration')
|
|
46
46
|
Arn = Shapes::StringShape.new(name: 'Arn')
|
|
47
|
+
AtlassianOauth2ProviderConfigInput = Shapes::StructureShape.new(name: 'AtlassianOauth2ProviderConfigInput')
|
|
48
|
+
AtlassianOauth2ProviderConfigOutput = Shapes::StructureShape.new(name: 'AtlassianOauth2ProviderConfigOutput')
|
|
47
49
|
AuthorizationEndpointType = Shapes::StringShape.new(name: 'AuthorizationEndpointType')
|
|
48
50
|
AuthorizerConfiguration = Shapes::UnionShape.new(name: 'AuthorizerConfiguration')
|
|
49
51
|
AuthorizerType = Shapes::StringShape.new(name: 'AuthorizerType')
|
|
@@ -155,6 +157,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
155
157
|
GatewayStatus = Shapes::StringShape.new(name: 'GatewayStatus')
|
|
156
158
|
GatewaySummaries = Shapes::ListShape.new(name: 'GatewaySummaries')
|
|
157
159
|
GatewaySummary = Shapes::StructureShape.new(name: 'GatewaySummary')
|
|
160
|
+
GatewayTarget = Shapes::StructureShape.new(name: 'GatewayTarget')
|
|
161
|
+
GatewayTargetList = Shapes::ListShape.new(name: 'GatewayTargetList')
|
|
158
162
|
GatewayUrl = Shapes::StringShape.new(name: 'GatewayUrl')
|
|
159
163
|
GetAgentRuntimeEndpointRequest = Shapes::StructureShape.new(name: 'GetAgentRuntimeEndpointRequest')
|
|
160
164
|
GetAgentRuntimeEndpointResponse = Shapes::StructureShape.new(name: 'GetAgentRuntimeEndpointResponse')
|
|
@@ -183,8 +187,14 @@ module Aws::BedrockAgentCoreControl
|
|
|
183
187
|
GoogleOauth2ProviderConfigInput = Shapes::StructureShape.new(name: 'GoogleOauth2ProviderConfigInput')
|
|
184
188
|
GoogleOauth2ProviderConfigOutput = Shapes::StructureShape.new(name: 'GoogleOauth2ProviderConfigOutput')
|
|
185
189
|
HeaderName = Shapes::StringShape.new(name: 'HeaderName')
|
|
190
|
+
IncludedOauth2ProviderConfigInput = Shapes::StructureShape.new(name: 'IncludedOauth2ProviderConfigInput')
|
|
191
|
+
IncludedOauth2ProviderConfigOutput = Shapes::StructureShape.new(name: 'IncludedOauth2ProviderConfigOutput')
|
|
186
192
|
InlinePayload = Shapes::StringShape.new(name: 'InlinePayload')
|
|
193
|
+
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
|
187
194
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
|
195
|
+
InvocationConfiguration = Shapes::StructureShape.new(name: 'InvocationConfiguration')
|
|
196
|
+
InvocationConfigurationInput = Shapes::StructureShape.new(name: 'InvocationConfigurationInput')
|
|
197
|
+
InvocationConfigurationInputPayloadDeliveryBucketNameString = Shapes::StringShape.new(name: 'InvocationConfigurationInputPayloadDeliveryBucketNameString')
|
|
188
198
|
IssuerUrlType = Shapes::StringShape.new(name: 'IssuerUrlType')
|
|
189
199
|
KeyType = Shapes::StringShape.new(name: 'KeyType')
|
|
190
200
|
KmsConfiguration = Shapes::StructureShape.new(name: 'KmsConfiguration')
|
|
@@ -193,6 +203,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
193
203
|
LifecycleConfiguration = Shapes::StructureShape.new(name: 'LifecycleConfiguration')
|
|
194
204
|
LifecycleConfigurationIdleRuntimeSessionTimeoutInteger = Shapes::IntegerShape.new(name: 'LifecycleConfigurationIdleRuntimeSessionTimeoutInteger')
|
|
195
205
|
LifecycleConfigurationMaxLifetimeInteger = Shapes::IntegerShape.new(name: 'LifecycleConfigurationMaxLifetimeInteger')
|
|
206
|
+
LinkedinOauth2ProviderConfigInput = Shapes::StructureShape.new(name: 'LinkedinOauth2ProviderConfigInput')
|
|
207
|
+
LinkedinOauth2ProviderConfigOutput = Shapes::StructureShape.new(name: 'LinkedinOauth2ProviderConfigOutput')
|
|
196
208
|
ListAgentRuntimeEndpointsRequest = Shapes::StructureShape.new(name: 'ListAgentRuntimeEndpointsRequest')
|
|
197
209
|
ListAgentRuntimeEndpointsResponse = Shapes::StructureShape.new(name: 'ListAgentRuntimeEndpointsResponse')
|
|
198
210
|
ListAgentRuntimeVersionsRequest = Shapes::StructureShape.new(name: 'ListAgentRuntimeVersionsRequest')
|
|
@@ -224,6 +236,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
224
236
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
|
225
237
|
McpInstructions = Shapes::StringShape.new(name: 'McpInstructions')
|
|
226
238
|
McpLambdaTargetConfiguration = Shapes::StructureShape.new(name: 'McpLambdaTargetConfiguration')
|
|
239
|
+
McpServerTargetConfiguration = Shapes::StructureShape.new(name: 'McpServerTargetConfiguration')
|
|
240
|
+
McpServerTargetConfigurationEndpointString = Shapes::StringShape.new(name: 'McpServerTargetConfigurationEndpointString')
|
|
227
241
|
McpSupportedVersions = Shapes::ListShape.new(name: 'McpSupportedVersions')
|
|
228
242
|
McpTargetConfiguration = Shapes::UnionShape.new(name: 'McpTargetConfiguration')
|
|
229
243
|
McpVersion = Shapes::StringShape.new(name: 'McpVersion')
|
|
@@ -241,13 +255,20 @@ module Aws::BedrockAgentCoreControl
|
|
|
241
255
|
MemoryStrategyType = Shapes::StringShape.new(name: 'MemoryStrategyType')
|
|
242
256
|
MemorySummary = Shapes::StructureShape.new(name: 'MemorySummary')
|
|
243
257
|
MemorySummaryList = Shapes::ListShape.new(name: 'MemorySummaryList')
|
|
258
|
+
MessageBasedTrigger = Shapes::StructureShape.new(name: 'MessageBasedTrigger')
|
|
259
|
+
MessageBasedTriggerInput = Shapes::StructureShape.new(name: 'MessageBasedTriggerInput')
|
|
260
|
+
MessageBasedTriggerInputMessageCountInteger = Shapes::IntegerShape.new(name: 'MessageBasedTriggerInputMessageCountInteger')
|
|
244
261
|
MicrosoftOauth2ProviderConfigInput = Shapes::StructureShape.new(name: 'MicrosoftOauth2ProviderConfigInput')
|
|
245
262
|
MicrosoftOauth2ProviderConfigOutput = Shapes::StructureShape.new(name: 'MicrosoftOauth2ProviderConfigOutput')
|
|
246
263
|
ModifyConsolidationConfiguration = Shapes::UnionShape.new(name: 'ModifyConsolidationConfiguration')
|
|
247
264
|
ModifyExtractionConfiguration = Shapes::UnionShape.new(name: 'ModifyExtractionConfiguration')
|
|
265
|
+
ModifyInvocationConfigurationInput = Shapes::StructureShape.new(name: 'ModifyInvocationConfigurationInput')
|
|
266
|
+
ModifyInvocationConfigurationInputPayloadDeliveryBucketNameString = Shapes::StringShape.new(name: 'ModifyInvocationConfigurationInputPayloadDeliveryBucketNameString')
|
|
248
267
|
ModifyMemoryStrategies = Shapes::StructureShape.new(name: 'ModifyMemoryStrategies')
|
|
249
268
|
ModifyMemoryStrategiesList = Shapes::ListShape.new(name: 'ModifyMemoryStrategiesList')
|
|
250
269
|
ModifyMemoryStrategyInput = Shapes::StructureShape.new(name: 'ModifyMemoryStrategyInput')
|
|
270
|
+
ModifySelfManagedConfiguration = Shapes::StructureShape.new(name: 'ModifySelfManagedConfiguration')
|
|
271
|
+
ModifySelfManagedConfigurationHistoricalContextWindowSizeInteger = Shapes::IntegerShape.new(name: 'ModifySelfManagedConfigurationHistoricalContextWindowSizeInteger')
|
|
251
272
|
ModifyStrategyConfiguration = Shapes::StructureShape.new(name: 'ModifyStrategyConfiguration')
|
|
252
273
|
Name = Shapes::StringShape.new(name: 'Name')
|
|
253
274
|
Namespace = Shapes::StringShape.new(name: 'Namespace')
|
|
@@ -301,6 +322,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
301
322
|
SecretArn = Shapes::StringShape.new(name: 'SecretArn')
|
|
302
323
|
SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
|
|
303
324
|
SecurityGroups = Shapes::ListShape.new(name: 'SecurityGroups')
|
|
325
|
+
SelfManagedConfiguration = Shapes::StructureShape.new(name: 'SelfManagedConfiguration')
|
|
326
|
+
SelfManagedConfigurationInput = Shapes::StructureShape.new(name: 'SelfManagedConfigurationInput')
|
|
327
|
+
SelfManagedConfigurationInputHistoricalContextWindowSizeInteger = Shapes::IntegerShape.new(name: 'SelfManagedConfigurationInputHistoricalContextWindowSizeInteger')
|
|
304
328
|
SemanticConsolidationOverride = Shapes::StructureShape.new(name: 'SemanticConsolidationOverride')
|
|
305
329
|
SemanticExtractionOverride = Shapes::StructureShape.new(name: 'SemanticExtractionOverride')
|
|
306
330
|
SemanticMemoryStrategyInput = Shapes::StructureShape.new(name: 'SemanticMemoryStrategyInput')
|
|
@@ -324,6 +348,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
324
348
|
SummaryMemoryStrategyInput = Shapes::StructureShape.new(name: 'SummaryMemoryStrategyInput')
|
|
325
349
|
SummaryOverrideConfigurationInput = Shapes::StructureShape.new(name: 'SummaryOverrideConfigurationInput')
|
|
326
350
|
SummaryOverrideConsolidationConfigurationInput = Shapes::StructureShape.new(name: 'SummaryOverrideConsolidationConfigurationInput')
|
|
351
|
+
SynchronizeGatewayTargetsRequest = Shapes::StructureShape.new(name: 'SynchronizeGatewayTargetsRequest')
|
|
352
|
+
SynchronizeGatewayTargetsResponse = Shapes::StructureShape.new(name: 'SynchronizeGatewayTargetsResponse')
|
|
327
353
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
|
328
354
|
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
|
329
355
|
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
|
@@ -334,20 +360,34 @@ module Aws::BedrockAgentCoreControl
|
|
|
334
360
|
TargetConfiguration = Shapes::UnionShape.new(name: 'TargetConfiguration')
|
|
335
361
|
TargetDescription = Shapes::StringShape.new(name: 'TargetDescription')
|
|
336
362
|
TargetId = Shapes::StringShape.new(name: 'TargetId')
|
|
363
|
+
TargetIdList = Shapes::ListShape.new(name: 'TargetIdList')
|
|
337
364
|
TargetMaxResults = Shapes::IntegerShape.new(name: 'TargetMaxResults')
|
|
338
365
|
TargetName = Shapes::StringShape.new(name: 'TargetName')
|
|
339
366
|
TargetNextToken = Shapes::StringShape.new(name: 'TargetNextToken')
|
|
340
367
|
TargetStatus = Shapes::StringShape.new(name: 'TargetStatus')
|
|
341
368
|
TargetSummaries = Shapes::ListShape.new(name: 'TargetSummaries')
|
|
342
369
|
TargetSummary = Shapes::StructureShape.new(name: 'TargetSummary')
|
|
370
|
+
TenantIdType = Shapes::StringShape.new(name: 'TenantIdType')
|
|
343
371
|
ThrottledException = Shapes::StructureShape.new(name: 'ThrottledException')
|
|
344
372
|
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
|
373
|
+
TimeBasedTrigger = Shapes::StructureShape.new(name: 'TimeBasedTrigger')
|
|
374
|
+
TimeBasedTriggerInput = Shapes::StructureShape.new(name: 'TimeBasedTriggerInput')
|
|
375
|
+
TimeBasedTriggerInputIdleSessionTimeoutInteger = Shapes::IntegerShape.new(name: 'TimeBasedTriggerInputIdleSessionTimeoutInteger')
|
|
345
376
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
|
377
|
+
TokenAuthMethod = Shapes::StringShape.new(name: 'TokenAuthMethod')
|
|
378
|
+
TokenBasedTrigger = Shapes::StructureShape.new(name: 'TokenBasedTrigger')
|
|
379
|
+
TokenBasedTriggerInput = Shapes::StructureShape.new(name: 'TokenBasedTriggerInput')
|
|
380
|
+
TokenBasedTriggerInputTokenCountInteger = Shapes::IntegerShape.new(name: 'TokenBasedTriggerInputTokenCountInteger')
|
|
381
|
+
TokenEndpointAuthMethodsType = Shapes::ListShape.new(name: 'TokenEndpointAuthMethodsType')
|
|
346
382
|
TokenEndpointType = Shapes::StringShape.new(name: 'TokenEndpointType')
|
|
347
383
|
TokenVaultIdType = Shapes::StringShape.new(name: 'TokenVaultIdType')
|
|
348
384
|
ToolDefinition = Shapes::StructureShape.new(name: 'ToolDefinition')
|
|
349
385
|
ToolDefinitions = Shapes::ListShape.new(name: 'ToolDefinitions')
|
|
350
386
|
ToolSchema = Shapes::UnionShape.new(name: 'ToolSchema')
|
|
387
|
+
TriggerCondition = Shapes::UnionShape.new(name: 'TriggerCondition')
|
|
388
|
+
TriggerConditionInput = Shapes::UnionShape.new(name: 'TriggerConditionInput')
|
|
389
|
+
TriggerConditionInputList = Shapes::ListShape.new(name: 'TriggerConditionInputList')
|
|
390
|
+
TriggerConditionsList = Shapes::ListShape.new(name: 'TriggerConditionsList')
|
|
351
391
|
UnauthorizedException = Shapes::StructureShape.new(name: 'UnauthorizedException')
|
|
352
392
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
|
353
393
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
|
@@ -447,6 +487,14 @@ module Aws::BedrockAgentCoreControl
|
|
|
447
487
|
ApiSchemaConfiguration.add_member_subclass(:unknown, Types::ApiSchemaConfiguration::Unknown)
|
|
448
488
|
ApiSchemaConfiguration.struct_class = Types::ApiSchemaConfiguration
|
|
449
489
|
|
|
490
|
+
AtlassianOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "clientId"))
|
|
491
|
+
AtlassianOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecretType, required: true, location_name: "clientSecret"))
|
|
492
|
+
AtlassianOauth2ProviderConfigInput.struct_class = Types::AtlassianOauth2ProviderConfigInput
|
|
493
|
+
|
|
494
|
+
AtlassianOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
|
|
495
|
+
AtlassianOauth2ProviderConfigOutput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, location_name: "clientId"))
|
|
496
|
+
AtlassianOauth2ProviderConfigOutput.struct_class = Types::AtlassianOauth2ProviderConfigOutput
|
|
497
|
+
|
|
450
498
|
AuthorizerConfiguration.add_member(:custom_jwt_authorizer, Shapes::ShapeRef.new(shape: CustomJWTAuthorizerConfiguration, location_name: "customJWTAuthorizer"))
|
|
451
499
|
AuthorizerConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
452
500
|
AuthorizerConfiguration.add_member_subclass(:custom_jwt_authorizer, Types::AuthorizerConfiguration::CustomJwtAuthorizer)
|
|
@@ -509,6 +557,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
509
557
|
CreateAgentRuntimeEndpointResponse.add_member(:target_version, Shapes::ShapeRef.new(shape: AgentRuntimeVersion, required: true, location_name: "targetVersion"))
|
|
510
558
|
CreateAgentRuntimeEndpointResponse.add_member(:agent_runtime_endpoint_arn, Shapes::ShapeRef.new(shape: AgentRuntimeEndpointArn, required: true, location_name: "agentRuntimeEndpointArn"))
|
|
511
559
|
CreateAgentRuntimeEndpointResponse.add_member(:agent_runtime_arn, Shapes::ShapeRef.new(shape: AgentRuntimeArn, required: true, location_name: "agentRuntimeArn"))
|
|
560
|
+
CreateAgentRuntimeEndpointResponse.add_member(:agent_runtime_id, Shapes::ShapeRef.new(shape: AgentRuntimeId, location_name: "agentRuntimeId"))
|
|
561
|
+
CreateAgentRuntimeEndpointResponse.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, location_name: "endpointName"))
|
|
512
562
|
CreateAgentRuntimeEndpointResponse.add_member(:status, Shapes::ShapeRef.new(shape: AgentRuntimeEndpointStatus, required: true, location_name: "status"))
|
|
513
563
|
CreateAgentRuntimeEndpointResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
514
564
|
CreateAgentRuntimeEndpointResponse.struct_class = Types::CreateAgentRuntimeEndpointResponse
|
|
@@ -537,6 +587,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
537
587
|
|
|
538
588
|
CreateApiKeyCredentialProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
539
589
|
CreateApiKeyCredentialProviderRequest.add_member(:api_key, Shapes::ShapeRef.new(shape: ApiKeyType, required: true, location_name: "apiKey"))
|
|
590
|
+
CreateApiKeyCredentialProviderRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
540
591
|
CreateApiKeyCredentialProviderRequest.struct_class = Types::CreateApiKeyCredentialProviderRequest
|
|
541
592
|
|
|
542
593
|
CreateApiKeyCredentialProviderResponse.add_member(:api_key_secret_arn, Shapes::ShapeRef.new(shape: Secret, required: true, location_name: "apiKeySecretArn"))
|
|
@@ -610,7 +661,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
610
661
|
CreateGatewayTargetRequest.add_member(:description, Shapes::ShapeRef.new(shape: TargetDescription, location_name: "description"))
|
|
611
662
|
CreateGatewayTargetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
612
663
|
CreateGatewayTargetRequest.add_member(:target_configuration, Shapes::ShapeRef.new(shape: TargetConfiguration, required: true, location_name: "targetConfiguration"))
|
|
613
|
-
CreateGatewayTargetRequest.add_member(:credential_provider_configurations, Shapes::ShapeRef.new(shape: CredentialProviderConfigurations,
|
|
664
|
+
CreateGatewayTargetRequest.add_member(:credential_provider_configurations, Shapes::ShapeRef.new(shape: CredentialProviderConfigurations, location_name: "credentialProviderConfigurations"))
|
|
614
665
|
CreateGatewayTargetRequest.struct_class = Types::CreateGatewayTargetRequest
|
|
615
666
|
|
|
616
667
|
CreateGatewayTargetResponse.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayArn, required: true, location_name: "gatewayArn"))
|
|
@@ -623,6 +674,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
623
674
|
CreateGatewayTargetResponse.add_member(:description, Shapes::ShapeRef.new(shape: TargetDescription, location_name: "description"))
|
|
624
675
|
CreateGatewayTargetResponse.add_member(:target_configuration, Shapes::ShapeRef.new(shape: TargetConfiguration, required: true, location_name: "targetConfiguration"))
|
|
625
676
|
CreateGatewayTargetResponse.add_member(:credential_provider_configurations, Shapes::ShapeRef.new(shape: CredentialProviderConfigurations, required: true, location_name: "credentialProviderConfigurations"))
|
|
677
|
+
CreateGatewayTargetResponse.add_member(:last_synchronized_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "lastSynchronizedAt"))
|
|
626
678
|
CreateGatewayTargetResponse.struct_class = Types::CreateGatewayTargetResponse
|
|
627
679
|
|
|
628
680
|
CreateMemoryInput.add_member(:client_token, Shapes::ShapeRef.new(shape: CreateMemoryInputClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
@@ -641,15 +693,19 @@ module Aws::BedrockAgentCoreControl
|
|
|
641
693
|
CreateOauth2CredentialProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
642
694
|
CreateOauth2CredentialProviderRequest.add_member(:credential_provider_vendor, Shapes::ShapeRef.new(shape: CredentialProviderVendorType, required: true, location_name: "credentialProviderVendor"))
|
|
643
695
|
CreateOauth2CredentialProviderRequest.add_member(:oauth2_provider_config_input, Shapes::ShapeRef.new(shape: Oauth2ProviderConfigInput, required: true, location_name: "oauth2ProviderConfigInput"))
|
|
696
|
+
CreateOauth2CredentialProviderRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
644
697
|
CreateOauth2CredentialProviderRequest.struct_class = Types::CreateOauth2CredentialProviderRequest
|
|
645
698
|
|
|
646
699
|
CreateOauth2CredentialProviderResponse.add_member(:client_secret_arn, Shapes::ShapeRef.new(shape: Secret, required: true, location_name: "clientSecretArn"))
|
|
647
700
|
CreateOauth2CredentialProviderResponse.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
648
701
|
CreateOauth2CredentialProviderResponse.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: CredentialProviderArnType, required: true, location_name: "credentialProviderArn"))
|
|
702
|
+
CreateOauth2CredentialProviderResponse.add_member(:callback_url, Shapes::ShapeRef.new(shape: String, location_name: "callbackUrl"))
|
|
703
|
+
CreateOauth2CredentialProviderResponse.add_member(:oauth2_provider_config_output, Shapes::ShapeRef.new(shape: Oauth2ProviderConfigOutput, location_name: "oauth2ProviderConfigOutput"))
|
|
649
704
|
CreateOauth2CredentialProviderResponse.struct_class = Types::CreateOauth2CredentialProviderResponse
|
|
650
705
|
|
|
651
706
|
CreateWorkloadIdentityRequest.add_member(:name, Shapes::ShapeRef.new(shape: WorkloadIdentityNameType, required: true, location_name: "name"))
|
|
652
707
|
CreateWorkloadIdentityRequest.add_member(:allowed_resource_oauth_2_return_urls, Shapes::ShapeRef.new(shape: ResourceOauth2ReturnUrlListType, location_name: "allowedResourceOauth2ReturnUrls"))
|
|
708
|
+
CreateWorkloadIdentityRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
|
653
709
|
CreateWorkloadIdentityRequest.struct_class = Types::CreateWorkloadIdentityRequest
|
|
654
710
|
|
|
655
711
|
CreateWorkloadIdentityResponse.add_member(:name, Shapes::ShapeRef.new(shape: WorkloadIdentityNameType, required: true, location_name: "name"))
|
|
@@ -674,10 +730,12 @@ module Aws::BedrockAgentCoreControl
|
|
|
674
730
|
CustomConfigurationInput.add_member(:semantic_override, Shapes::ShapeRef.new(shape: SemanticOverrideConfigurationInput, location_name: "semanticOverride"))
|
|
675
731
|
CustomConfigurationInput.add_member(:summary_override, Shapes::ShapeRef.new(shape: SummaryOverrideConfigurationInput, location_name: "summaryOverride"))
|
|
676
732
|
CustomConfigurationInput.add_member(:user_preference_override, Shapes::ShapeRef.new(shape: UserPreferenceOverrideConfigurationInput, location_name: "userPreferenceOverride"))
|
|
733
|
+
CustomConfigurationInput.add_member(:self_managed_configuration, Shapes::ShapeRef.new(shape: SelfManagedConfigurationInput, location_name: "selfManagedConfiguration"))
|
|
677
734
|
CustomConfigurationInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
678
735
|
CustomConfigurationInput.add_member_subclass(:semantic_override, Types::CustomConfigurationInput::SemanticOverride)
|
|
679
736
|
CustomConfigurationInput.add_member_subclass(:summary_override, Types::CustomConfigurationInput::SummaryOverride)
|
|
680
737
|
CustomConfigurationInput.add_member_subclass(:user_preference_override, Types::CustomConfigurationInput::UserPreferenceOverride)
|
|
738
|
+
CustomConfigurationInput.add_member_subclass(:self_managed_configuration, Types::CustomConfigurationInput::SelfManagedConfiguration)
|
|
681
739
|
CustomConfigurationInput.add_member_subclass(:unknown, Types::CustomConfigurationInput::Unknown)
|
|
682
740
|
CustomConfigurationInput.struct_class = Types::CustomConfigurationInput
|
|
683
741
|
|
|
@@ -734,6 +792,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
734
792
|
CustomOauth2ProviderConfigInput.struct_class = Types::CustomOauth2ProviderConfigInput
|
|
735
793
|
|
|
736
794
|
CustomOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
|
|
795
|
+
CustomOauth2ProviderConfigOutput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, location_name: "clientId"))
|
|
737
796
|
CustomOauth2ProviderConfigOutput.struct_class = Types::CustomOauth2ProviderConfigOutput
|
|
738
797
|
|
|
739
798
|
DecryptionFailure.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
@@ -745,12 +804,15 @@ module Aws::BedrockAgentCoreControl
|
|
|
745
804
|
DeleteAgentRuntimeEndpointRequest.struct_class = Types::DeleteAgentRuntimeEndpointRequest
|
|
746
805
|
|
|
747
806
|
DeleteAgentRuntimeEndpointResponse.add_member(:status, Shapes::ShapeRef.new(shape: AgentRuntimeEndpointStatus, required: true, location_name: "status"))
|
|
807
|
+
DeleteAgentRuntimeEndpointResponse.add_member(:agent_runtime_id, Shapes::ShapeRef.new(shape: AgentRuntimeId, location_name: "agentRuntimeId"))
|
|
808
|
+
DeleteAgentRuntimeEndpointResponse.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, location_name: "endpointName"))
|
|
748
809
|
DeleteAgentRuntimeEndpointResponse.struct_class = Types::DeleteAgentRuntimeEndpointResponse
|
|
749
810
|
|
|
750
811
|
DeleteAgentRuntimeRequest.add_member(:agent_runtime_id, Shapes::ShapeRef.new(shape: AgentRuntimeId, required: true, location: "uri", location_name: "agentRuntimeId"))
|
|
751
812
|
DeleteAgentRuntimeRequest.struct_class = Types::DeleteAgentRuntimeRequest
|
|
752
813
|
|
|
753
814
|
DeleteAgentRuntimeResponse.add_member(:status, Shapes::ShapeRef.new(shape: AgentRuntimeStatus, required: true, location_name: "status"))
|
|
815
|
+
DeleteAgentRuntimeResponse.add_member(:agent_runtime_id, Shapes::ShapeRef.new(shape: AgentRuntimeId, location_name: "agentRuntimeId"))
|
|
754
816
|
DeleteAgentRuntimeResponse.struct_class = Types::DeleteAgentRuntimeResponse
|
|
755
817
|
|
|
756
818
|
DeleteApiKeyCredentialProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
@@ -847,6 +909,21 @@ module Aws::BedrockAgentCoreControl
|
|
|
847
909
|
GatewaySummary.add_member(:protocol_type, Shapes::ShapeRef.new(shape: GatewayProtocolType, required: true, location_name: "protocolType"))
|
|
848
910
|
GatewaySummary.struct_class = Types::GatewaySummary
|
|
849
911
|
|
|
912
|
+
GatewayTarget.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayArn, required: true, location_name: "gatewayArn"))
|
|
913
|
+
GatewayTarget.add_member(:target_id, Shapes::ShapeRef.new(shape: TargetId, required: true, location_name: "targetId"))
|
|
914
|
+
GatewayTarget.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
|
915
|
+
GatewayTarget.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "updatedAt"))
|
|
916
|
+
GatewayTarget.add_member(:status, Shapes::ShapeRef.new(shape: TargetStatus, required: true, location_name: "status"))
|
|
917
|
+
GatewayTarget.add_member(:status_reasons, Shapes::ShapeRef.new(shape: StatusReasons, location_name: "statusReasons"))
|
|
918
|
+
GatewayTarget.add_member(:name, Shapes::ShapeRef.new(shape: TargetName, required: true, location_name: "name"))
|
|
919
|
+
GatewayTarget.add_member(:description, Shapes::ShapeRef.new(shape: TargetDescription, location_name: "description"))
|
|
920
|
+
GatewayTarget.add_member(:target_configuration, Shapes::ShapeRef.new(shape: TargetConfiguration, required: true, location_name: "targetConfiguration"))
|
|
921
|
+
GatewayTarget.add_member(:credential_provider_configurations, Shapes::ShapeRef.new(shape: CredentialProviderConfigurations, required: true, location_name: "credentialProviderConfigurations"))
|
|
922
|
+
GatewayTarget.add_member(:last_synchronized_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "lastSynchronizedAt"))
|
|
923
|
+
GatewayTarget.struct_class = Types::GatewayTarget
|
|
924
|
+
|
|
925
|
+
GatewayTargetList.member = Shapes::ShapeRef.new(shape: GatewayTarget)
|
|
926
|
+
|
|
850
927
|
GetAgentRuntimeEndpointRequest.add_member(:agent_runtime_id, Shapes::ShapeRef.new(shape: AgentRuntimeId, required: true, location: "uri", location_name: "agentRuntimeId"))
|
|
851
928
|
GetAgentRuntimeEndpointRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location: "uri", location_name: "endpointName"))
|
|
852
929
|
GetAgentRuntimeEndpointRequest.struct_class = Types::GetAgentRuntimeEndpointRequest
|
|
@@ -964,6 +1041,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
964
1041
|
GetGatewayTargetResponse.add_member(:description, Shapes::ShapeRef.new(shape: TargetDescription, location_name: "description"))
|
|
965
1042
|
GetGatewayTargetResponse.add_member(:target_configuration, Shapes::ShapeRef.new(shape: TargetConfiguration, required: true, location_name: "targetConfiguration"))
|
|
966
1043
|
GetGatewayTargetResponse.add_member(:credential_provider_configurations, Shapes::ShapeRef.new(shape: CredentialProviderConfigurations, required: true, location_name: "credentialProviderConfigurations"))
|
|
1044
|
+
GetGatewayTargetResponse.add_member(:last_synchronized_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "lastSynchronizedAt"))
|
|
967
1045
|
GetGatewayTargetResponse.struct_class = Types::GetGatewayTargetResponse
|
|
968
1046
|
|
|
969
1047
|
GetMemoryInput.add_member(:memory_id, Shapes::ShapeRef.new(shape: MemoryId, required: true, location: "uri", location_name: "memoryId"))
|
|
@@ -979,6 +1057,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
979
1057
|
GetOauth2CredentialProviderResponse.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
980
1058
|
GetOauth2CredentialProviderResponse.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: CredentialProviderArnType, required: true, location_name: "credentialProviderArn"))
|
|
981
1059
|
GetOauth2CredentialProviderResponse.add_member(:credential_provider_vendor, Shapes::ShapeRef.new(shape: CredentialProviderVendorType, required: true, location_name: "credentialProviderVendor"))
|
|
1060
|
+
GetOauth2CredentialProviderResponse.add_member(:callback_url, Shapes::ShapeRef.new(shape: String, location_name: "callbackUrl"))
|
|
982
1061
|
GetOauth2CredentialProviderResponse.add_member(:oauth2_provider_config_output, Shapes::ShapeRef.new(shape: Oauth2ProviderConfigOutput, required: true, location_name: "oauth2ProviderConfigOutput"))
|
|
983
1062
|
GetOauth2CredentialProviderResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdTime"))
|
|
984
1063
|
GetOauth2CredentialProviderResponse.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedTime"))
|
|
@@ -1007,6 +1086,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1007
1086
|
GithubOauth2ProviderConfigInput.struct_class = Types::GithubOauth2ProviderConfigInput
|
|
1008
1087
|
|
|
1009
1088
|
GithubOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
|
|
1089
|
+
GithubOauth2ProviderConfigOutput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, location_name: "clientId"))
|
|
1010
1090
|
GithubOauth2ProviderConfigOutput.struct_class = Types::GithubOauth2ProviderConfigOutput
|
|
1011
1091
|
|
|
1012
1092
|
GoogleOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "clientId"))
|
|
@@ -1014,11 +1094,31 @@ module Aws::BedrockAgentCoreControl
|
|
|
1014
1094
|
GoogleOauth2ProviderConfigInput.struct_class = Types::GoogleOauth2ProviderConfigInput
|
|
1015
1095
|
|
|
1016
1096
|
GoogleOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
|
|
1097
|
+
GoogleOauth2ProviderConfigOutput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, location_name: "clientId"))
|
|
1017
1098
|
GoogleOauth2ProviderConfigOutput.struct_class = Types::GoogleOauth2ProviderConfigOutput
|
|
1018
1099
|
|
|
1100
|
+
IncludedOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "clientId"))
|
|
1101
|
+
IncludedOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecretType, required: true, location_name: "clientSecret"))
|
|
1102
|
+
IncludedOauth2ProviderConfigInput.add_member(:issuer, Shapes::ShapeRef.new(shape: IssuerUrlType, location_name: "issuer"))
|
|
1103
|
+
IncludedOauth2ProviderConfigInput.add_member(:authorization_endpoint, Shapes::ShapeRef.new(shape: AuthorizationEndpointType, location_name: "authorizationEndpoint"))
|
|
1104
|
+
IncludedOauth2ProviderConfigInput.add_member(:token_endpoint, Shapes::ShapeRef.new(shape: TokenEndpointType, location_name: "tokenEndpoint"))
|
|
1105
|
+
IncludedOauth2ProviderConfigInput.struct_class = Types::IncludedOauth2ProviderConfigInput
|
|
1106
|
+
|
|
1107
|
+
IncludedOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
|
|
1108
|
+
IncludedOauth2ProviderConfigOutput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, location_name: "clientId"))
|
|
1109
|
+
IncludedOauth2ProviderConfigOutput.struct_class = Types::IncludedOauth2ProviderConfigOutput
|
|
1110
|
+
|
|
1019
1111
|
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
|
1020
1112
|
InternalServerException.struct_class = Types::InternalServerException
|
|
1021
1113
|
|
|
1114
|
+
InvocationConfiguration.add_member(:topic_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "topicArn"))
|
|
1115
|
+
InvocationConfiguration.add_member(:payload_delivery_bucket_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "payloadDeliveryBucketName"))
|
|
1116
|
+
InvocationConfiguration.struct_class = Types::InvocationConfiguration
|
|
1117
|
+
|
|
1118
|
+
InvocationConfigurationInput.add_member(:topic_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "topicArn"))
|
|
1119
|
+
InvocationConfigurationInput.add_member(:payload_delivery_bucket_name, Shapes::ShapeRef.new(shape: InvocationConfigurationInputPayloadDeliveryBucketNameString, required: true, location_name: "payloadDeliveryBucketName"))
|
|
1120
|
+
InvocationConfigurationInput.struct_class = Types::InvocationConfigurationInput
|
|
1121
|
+
|
|
1022
1122
|
KmsConfiguration.add_member(:key_type, Shapes::ShapeRef.new(shape: KeyType, required: true, location_name: "keyType"))
|
|
1023
1123
|
KmsConfiguration.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
|
1024
1124
|
KmsConfiguration.struct_class = Types::KmsConfiguration
|
|
@@ -1027,6 +1127,14 @@ module Aws::BedrockAgentCoreControl
|
|
|
1027
1127
|
LifecycleConfiguration.add_member(:max_lifetime, Shapes::ShapeRef.new(shape: LifecycleConfigurationMaxLifetimeInteger, location_name: "maxLifetime"))
|
|
1028
1128
|
LifecycleConfiguration.struct_class = Types::LifecycleConfiguration
|
|
1029
1129
|
|
|
1130
|
+
LinkedinOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "clientId"))
|
|
1131
|
+
LinkedinOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecretType, required: true, location_name: "clientSecret"))
|
|
1132
|
+
LinkedinOauth2ProviderConfigInput.struct_class = Types::LinkedinOauth2ProviderConfigInput
|
|
1133
|
+
|
|
1134
|
+
LinkedinOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
|
|
1135
|
+
LinkedinOauth2ProviderConfigOutput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, location_name: "clientId"))
|
|
1136
|
+
LinkedinOauth2ProviderConfigOutput.struct_class = Types::LinkedinOauth2ProviderConfigOutput
|
|
1137
|
+
|
|
1030
1138
|
ListAgentRuntimeEndpointsRequest.add_member(:agent_runtime_id, Shapes::ShapeRef.new(shape: AgentRuntimeId, required: true, location: "uri", location_name: "agentRuntimeId"))
|
|
1031
1139
|
ListAgentRuntimeEndpointsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
1032
1140
|
ListAgentRuntimeEndpointsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
@@ -1135,15 +1243,20 @@ module Aws::BedrockAgentCoreControl
|
|
|
1135
1243
|
McpLambdaTargetConfiguration.add_member(:tool_schema, Shapes::ShapeRef.new(shape: ToolSchema, required: true, location_name: "toolSchema"))
|
|
1136
1244
|
McpLambdaTargetConfiguration.struct_class = Types::McpLambdaTargetConfiguration
|
|
1137
1245
|
|
|
1246
|
+
McpServerTargetConfiguration.add_member(:endpoint, Shapes::ShapeRef.new(shape: McpServerTargetConfigurationEndpointString, required: true, location_name: "endpoint"))
|
|
1247
|
+
McpServerTargetConfiguration.struct_class = Types::McpServerTargetConfiguration
|
|
1248
|
+
|
|
1138
1249
|
McpSupportedVersions.member = Shapes::ShapeRef.new(shape: McpVersion)
|
|
1139
1250
|
|
|
1140
1251
|
McpTargetConfiguration.add_member(:open_api_schema, Shapes::ShapeRef.new(shape: ApiSchemaConfiguration, location_name: "openApiSchema"))
|
|
1141
1252
|
McpTargetConfiguration.add_member(:smithy_model, Shapes::ShapeRef.new(shape: ApiSchemaConfiguration, location_name: "smithyModel"))
|
|
1142
1253
|
McpTargetConfiguration.add_member(:lambda, Shapes::ShapeRef.new(shape: McpLambdaTargetConfiguration, location_name: "lambda"))
|
|
1254
|
+
McpTargetConfiguration.add_member(:mcp_server, Shapes::ShapeRef.new(shape: McpServerTargetConfiguration, location_name: "mcpServer"))
|
|
1143
1255
|
McpTargetConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1144
1256
|
McpTargetConfiguration.add_member_subclass(:open_api_schema, Types::McpTargetConfiguration::OpenApiSchema)
|
|
1145
1257
|
McpTargetConfiguration.add_member_subclass(:smithy_model, Types::McpTargetConfiguration::SmithyModel)
|
|
1146
1258
|
McpTargetConfiguration.add_member_subclass(:lambda, Types::McpTargetConfiguration::Lambda)
|
|
1259
|
+
McpTargetConfiguration.add_member_subclass(:mcp_server, Types::McpTargetConfiguration::McpServer)
|
|
1147
1260
|
McpTargetConfiguration.add_member_subclass(:unknown, Types::McpTargetConfiguration::Unknown)
|
|
1148
1261
|
McpTargetConfiguration.struct_class = Types::McpTargetConfiguration
|
|
1149
1262
|
|
|
@@ -1197,11 +1310,19 @@ module Aws::BedrockAgentCoreControl
|
|
|
1197
1310
|
|
|
1198
1311
|
MemorySummaryList.member = Shapes::ShapeRef.new(shape: MemorySummary)
|
|
1199
1312
|
|
|
1313
|
+
MessageBasedTrigger.add_member(:message_count, Shapes::ShapeRef.new(shape: Integer, location_name: "messageCount"))
|
|
1314
|
+
MessageBasedTrigger.struct_class = Types::MessageBasedTrigger
|
|
1315
|
+
|
|
1316
|
+
MessageBasedTriggerInput.add_member(:message_count, Shapes::ShapeRef.new(shape: MessageBasedTriggerInputMessageCountInteger, location_name: "messageCount"))
|
|
1317
|
+
MessageBasedTriggerInput.struct_class = Types::MessageBasedTriggerInput
|
|
1318
|
+
|
|
1200
1319
|
MicrosoftOauth2ProviderConfigInput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, required: true, location_name: "clientId"))
|
|
1201
1320
|
MicrosoftOauth2ProviderConfigInput.add_member(:client_secret, Shapes::ShapeRef.new(shape: ClientSecretType, required: true, location_name: "clientSecret"))
|
|
1321
|
+
MicrosoftOauth2ProviderConfigInput.add_member(:tenant_id, Shapes::ShapeRef.new(shape: TenantIdType, location_name: "tenantId"))
|
|
1202
1322
|
MicrosoftOauth2ProviderConfigInput.struct_class = Types::MicrosoftOauth2ProviderConfigInput
|
|
1203
1323
|
|
|
1204
1324
|
MicrosoftOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
|
|
1325
|
+
MicrosoftOauth2ProviderConfigOutput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, location_name: "clientId"))
|
|
1205
1326
|
MicrosoftOauth2ProviderConfigOutput.struct_class = Types::MicrosoftOauth2ProviderConfigOutput
|
|
1206
1327
|
|
|
1207
1328
|
ModifyConsolidationConfiguration.add_member(:custom_consolidation_configuration, Shapes::ShapeRef.new(shape: CustomConsolidationConfigurationInput, location_name: "customConsolidationConfiguration"))
|
|
@@ -1216,6 +1337,10 @@ module Aws::BedrockAgentCoreControl
|
|
|
1216
1337
|
ModifyExtractionConfiguration.add_member_subclass(:unknown, Types::ModifyExtractionConfiguration::Unknown)
|
|
1217
1338
|
ModifyExtractionConfiguration.struct_class = Types::ModifyExtractionConfiguration
|
|
1218
1339
|
|
|
1340
|
+
ModifyInvocationConfigurationInput.add_member(:topic_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "topicArn"))
|
|
1341
|
+
ModifyInvocationConfigurationInput.add_member(:payload_delivery_bucket_name, Shapes::ShapeRef.new(shape: ModifyInvocationConfigurationInputPayloadDeliveryBucketNameString, location_name: "payloadDeliveryBucketName"))
|
|
1342
|
+
ModifyInvocationConfigurationInput.struct_class = Types::ModifyInvocationConfigurationInput
|
|
1343
|
+
|
|
1219
1344
|
ModifyMemoryStrategies.add_member(:add_memory_strategies, Shapes::ShapeRef.new(shape: MemoryStrategyInputList, location_name: "addMemoryStrategies"))
|
|
1220
1345
|
ModifyMemoryStrategies.add_member(:modify_memory_strategies, Shapes::ShapeRef.new(shape: ModifyMemoryStrategiesList, location_name: "modifyMemoryStrategies"))
|
|
1221
1346
|
ModifyMemoryStrategies.add_member(:delete_memory_strategies, Shapes::ShapeRef.new(shape: DeleteMemoryStrategiesList, location_name: "deleteMemoryStrategies"))
|
|
@@ -1229,8 +1354,14 @@ module Aws::BedrockAgentCoreControl
|
|
|
1229
1354
|
ModifyMemoryStrategyInput.add_member(:configuration, Shapes::ShapeRef.new(shape: ModifyStrategyConfiguration, location_name: "configuration"))
|
|
1230
1355
|
ModifyMemoryStrategyInput.struct_class = Types::ModifyMemoryStrategyInput
|
|
1231
1356
|
|
|
1357
|
+
ModifySelfManagedConfiguration.add_member(:trigger_conditions, Shapes::ShapeRef.new(shape: TriggerConditionInputList, location_name: "triggerConditions"))
|
|
1358
|
+
ModifySelfManagedConfiguration.add_member(:invocation_configuration, Shapes::ShapeRef.new(shape: ModifyInvocationConfigurationInput, location_name: "invocationConfiguration"))
|
|
1359
|
+
ModifySelfManagedConfiguration.add_member(:historical_context_window_size, Shapes::ShapeRef.new(shape: ModifySelfManagedConfigurationHistoricalContextWindowSizeInteger, location_name: "historicalContextWindowSize"))
|
|
1360
|
+
ModifySelfManagedConfiguration.struct_class = Types::ModifySelfManagedConfiguration
|
|
1361
|
+
|
|
1232
1362
|
ModifyStrategyConfiguration.add_member(:extraction, Shapes::ShapeRef.new(shape: ModifyExtractionConfiguration, location_name: "extraction"))
|
|
1233
1363
|
ModifyStrategyConfiguration.add_member(:consolidation, Shapes::ShapeRef.new(shape: ModifyConsolidationConfiguration, location_name: "consolidation"))
|
|
1364
|
+
ModifyStrategyConfiguration.add_member(:self_managed_configuration, Shapes::ShapeRef.new(shape: ModifySelfManagedConfiguration, location_name: "selfManagedConfiguration"))
|
|
1234
1365
|
ModifyStrategyConfiguration.struct_class = Types::ModifyStrategyConfiguration
|
|
1235
1366
|
|
|
1236
1367
|
NamespacesList.member = Shapes::ShapeRef.new(shape: Namespace)
|
|
@@ -1253,6 +1384,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1253
1384
|
Oauth2AuthorizationServerMetadata.add_member(:authorization_endpoint, Shapes::ShapeRef.new(shape: AuthorizationEndpointType, required: true, location_name: "authorizationEndpoint"))
|
|
1254
1385
|
Oauth2AuthorizationServerMetadata.add_member(:token_endpoint, Shapes::ShapeRef.new(shape: TokenEndpointType, required: true, location_name: "tokenEndpoint"))
|
|
1255
1386
|
Oauth2AuthorizationServerMetadata.add_member(:response_types, Shapes::ShapeRef.new(shape: ResponseListType, location_name: "responseTypes"))
|
|
1387
|
+
Oauth2AuthorizationServerMetadata.add_member(:token_endpoint_auth_methods, Shapes::ShapeRef.new(shape: TokenEndpointAuthMethodsType, location_name: "tokenEndpointAuthMethods"))
|
|
1256
1388
|
Oauth2AuthorizationServerMetadata.struct_class = Types::Oauth2AuthorizationServerMetadata
|
|
1257
1389
|
|
|
1258
1390
|
Oauth2CredentialProviderItem.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
@@ -1278,6 +1410,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
1278
1410
|
Oauth2ProviderConfigInput.add_member(:slack_oauth_2_provider_config, Shapes::ShapeRef.new(shape: SlackOauth2ProviderConfigInput, location_name: "slackOauth2ProviderConfig"))
|
|
1279
1411
|
Oauth2ProviderConfigInput.add_member(:salesforce_oauth_2_provider_config, Shapes::ShapeRef.new(shape: SalesforceOauth2ProviderConfigInput, location_name: "salesforceOauth2ProviderConfig"))
|
|
1280
1412
|
Oauth2ProviderConfigInput.add_member(:microsoft_oauth_2_provider_config, Shapes::ShapeRef.new(shape: MicrosoftOauth2ProviderConfigInput, location_name: "microsoftOauth2ProviderConfig"))
|
|
1413
|
+
Oauth2ProviderConfigInput.add_member(:atlassian_oauth_2_provider_config, Shapes::ShapeRef.new(shape: AtlassianOauth2ProviderConfigInput, location_name: "atlassianOauth2ProviderConfig"))
|
|
1414
|
+
Oauth2ProviderConfigInput.add_member(:linkedin_oauth_2_provider_config, Shapes::ShapeRef.new(shape: LinkedinOauth2ProviderConfigInput, location_name: "linkedinOauth2ProviderConfig"))
|
|
1415
|
+
Oauth2ProviderConfigInput.add_member(:included_oauth_2_provider_config, Shapes::ShapeRef.new(shape: IncludedOauth2ProviderConfigInput, location_name: "includedOauth2ProviderConfig"))
|
|
1281
1416
|
Oauth2ProviderConfigInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1282
1417
|
Oauth2ProviderConfigInput.add_member_subclass(:custom_oauth_2_provider_config, Types::Oauth2ProviderConfigInput::CustomOauth2ProviderConfig)
|
|
1283
1418
|
Oauth2ProviderConfigInput.add_member_subclass(:google_oauth_2_provider_config, Types::Oauth2ProviderConfigInput::GoogleOauth2ProviderConfig)
|
|
@@ -1285,6 +1420,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
1285
1420
|
Oauth2ProviderConfigInput.add_member_subclass(:slack_oauth_2_provider_config, Types::Oauth2ProviderConfigInput::SlackOauth2ProviderConfig)
|
|
1286
1421
|
Oauth2ProviderConfigInput.add_member_subclass(:salesforce_oauth_2_provider_config, Types::Oauth2ProviderConfigInput::SalesforceOauth2ProviderConfig)
|
|
1287
1422
|
Oauth2ProviderConfigInput.add_member_subclass(:microsoft_oauth_2_provider_config, Types::Oauth2ProviderConfigInput::MicrosoftOauth2ProviderConfig)
|
|
1423
|
+
Oauth2ProviderConfigInput.add_member_subclass(:atlassian_oauth_2_provider_config, Types::Oauth2ProviderConfigInput::AtlassianOauth2ProviderConfig)
|
|
1424
|
+
Oauth2ProviderConfigInput.add_member_subclass(:linkedin_oauth_2_provider_config, Types::Oauth2ProviderConfigInput::LinkedinOauth2ProviderConfig)
|
|
1425
|
+
Oauth2ProviderConfigInput.add_member_subclass(:included_oauth_2_provider_config, Types::Oauth2ProviderConfigInput::IncludedOauth2ProviderConfig)
|
|
1288
1426
|
Oauth2ProviderConfigInput.add_member_subclass(:unknown, Types::Oauth2ProviderConfigInput::Unknown)
|
|
1289
1427
|
Oauth2ProviderConfigInput.struct_class = Types::Oauth2ProviderConfigInput
|
|
1290
1428
|
|
|
@@ -1294,6 +1432,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
1294
1432
|
Oauth2ProviderConfigOutput.add_member(:slack_oauth_2_provider_config, Shapes::ShapeRef.new(shape: SlackOauth2ProviderConfigOutput, location_name: "slackOauth2ProviderConfig"))
|
|
1295
1433
|
Oauth2ProviderConfigOutput.add_member(:salesforce_oauth_2_provider_config, Shapes::ShapeRef.new(shape: SalesforceOauth2ProviderConfigOutput, location_name: "salesforceOauth2ProviderConfig"))
|
|
1296
1434
|
Oauth2ProviderConfigOutput.add_member(:microsoft_oauth_2_provider_config, Shapes::ShapeRef.new(shape: MicrosoftOauth2ProviderConfigOutput, location_name: "microsoftOauth2ProviderConfig"))
|
|
1435
|
+
Oauth2ProviderConfigOutput.add_member(:atlassian_oauth_2_provider_config, Shapes::ShapeRef.new(shape: AtlassianOauth2ProviderConfigOutput, location_name: "atlassianOauth2ProviderConfig"))
|
|
1436
|
+
Oauth2ProviderConfigOutput.add_member(:linkedin_oauth_2_provider_config, Shapes::ShapeRef.new(shape: LinkedinOauth2ProviderConfigOutput, location_name: "linkedinOauth2ProviderConfig"))
|
|
1437
|
+
Oauth2ProviderConfigOutput.add_member(:included_oauth_2_provider_config, Shapes::ShapeRef.new(shape: IncludedOauth2ProviderConfigOutput, location_name: "includedOauth2ProviderConfig"))
|
|
1297
1438
|
Oauth2ProviderConfigOutput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1298
1439
|
Oauth2ProviderConfigOutput.add_member_subclass(:custom_oauth_2_provider_config, Types::Oauth2ProviderConfigOutput::CustomOauth2ProviderConfig)
|
|
1299
1440
|
Oauth2ProviderConfigOutput.add_member_subclass(:google_oauth_2_provider_config, Types::Oauth2ProviderConfigOutput::GoogleOauth2ProviderConfig)
|
|
@@ -1301,6 +1442,9 @@ module Aws::BedrockAgentCoreControl
|
|
|
1301
1442
|
Oauth2ProviderConfigOutput.add_member_subclass(:slack_oauth_2_provider_config, Types::Oauth2ProviderConfigOutput::SlackOauth2ProviderConfig)
|
|
1302
1443
|
Oauth2ProviderConfigOutput.add_member_subclass(:salesforce_oauth_2_provider_config, Types::Oauth2ProviderConfigOutput::SalesforceOauth2ProviderConfig)
|
|
1303
1444
|
Oauth2ProviderConfigOutput.add_member_subclass(:microsoft_oauth_2_provider_config, Types::Oauth2ProviderConfigOutput::MicrosoftOauth2ProviderConfig)
|
|
1445
|
+
Oauth2ProviderConfigOutput.add_member_subclass(:atlassian_oauth_2_provider_config, Types::Oauth2ProviderConfigOutput::AtlassianOauth2ProviderConfig)
|
|
1446
|
+
Oauth2ProviderConfigOutput.add_member_subclass(:linkedin_oauth_2_provider_config, Types::Oauth2ProviderConfigOutput::LinkedinOauth2ProviderConfig)
|
|
1447
|
+
Oauth2ProviderConfigOutput.add_member_subclass(:included_oauth_2_provider_config, Types::Oauth2ProviderConfigOutput::IncludedOauth2ProviderConfig)
|
|
1304
1448
|
Oauth2ProviderConfigOutput.add_member_subclass(:unknown, Types::Oauth2ProviderConfigOutput::Unknown)
|
|
1305
1449
|
Oauth2ProviderConfigOutput.struct_class = Types::Oauth2ProviderConfigOutput
|
|
1306
1450
|
|
|
@@ -1344,6 +1488,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1344
1488
|
SalesforceOauth2ProviderConfigInput.struct_class = Types::SalesforceOauth2ProviderConfigInput
|
|
1345
1489
|
|
|
1346
1490
|
SalesforceOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
|
|
1491
|
+
SalesforceOauth2ProviderConfigOutput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, location_name: "clientId"))
|
|
1347
1492
|
SalesforceOauth2ProviderConfigOutput.struct_class = Types::SalesforceOauth2ProviderConfigOutput
|
|
1348
1493
|
|
|
1349
1494
|
SchemaDefinition.add_member(:type, Shapes::ShapeRef.new(shape: SchemaType, required: true, location_name: "type"))
|
|
@@ -1361,6 +1506,16 @@ module Aws::BedrockAgentCoreControl
|
|
|
1361
1506
|
|
|
1362
1507
|
SecurityGroups.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
|
|
1363
1508
|
|
|
1509
|
+
SelfManagedConfiguration.add_member(:trigger_conditions, Shapes::ShapeRef.new(shape: TriggerConditionsList, required: true, location_name: "triggerConditions"))
|
|
1510
|
+
SelfManagedConfiguration.add_member(:invocation_configuration, Shapes::ShapeRef.new(shape: InvocationConfiguration, required: true, location_name: "invocationConfiguration"))
|
|
1511
|
+
SelfManagedConfiguration.add_member(:historical_context_window_size, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "historicalContextWindowSize"))
|
|
1512
|
+
SelfManagedConfiguration.struct_class = Types::SelfManagedConfiguration
|
|
1513
|
+
|
|
1514
|
+
SelfManagedConfigurationInput.add_member(:trigger_conditions, Shapes::ShapeRef.new(shape: TriggerConditionInputList, location_name: "triggerConditions"))
|
|
1515
|
+
SelfManagedConfigurationInput.add_member(:invocation_configuration, Shapes::ShapeRef.new(shape: InvocationConfigurationInput, required: true, location_name: "invocationConfiguration"))
|
|
1516
|
+
SelfManagedConfigurationInput.add_member(:historical_context_window_size, Shapes::ShapeRef.new(shape: SelfManagedConfigurationInputHistoricalContextWindowSizeInteger, location_name: "historicalContextWindowSize"))
|
|
1517
|
+
SelfManagedConfigurationInput.struct_class = Types::SelfManagedConfigurationInput
|
|
1518
|
+
|
|
1364
1519
|
SemanticConsolidationOverride.add_member(:append_to_prompt, Shapes::ShapeRef.new(shape: Prompt, required: true, location_name: "appendToPrompt"))
|
|
1365
1520
|
SemanticConsolidationOverride.add_member(:model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "modelId"))
|
|
1366
1521
|
SemanticConsolidationOverride.struct_class = Types::SemanticConsolidationOverride
|
|
@@ -1406,6 +1561,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1406
1561
|
SlackOauth2ProviderConfigInput.struct_class = Types::SlackOauth2ProviderConfigInput
|
|
1407
1562
|
|
|
1408
1563
|
SlackOauth2ProviderConfigOutput.add_member(:oauth_discovery, Shapes::ShapeRef.new(shape: Oauth2Discovery, required: true, location_name: "oauthDiscovery"))
|
|
1564
|
+
SlackOauth2ProviderConfigOutput.add_member(:client_id, Shapes::ShapeRef.new(shape: ClientIdType, location_name: "clientId"))
|
|
1409
1565
|
SlackOauth2ProviderConfigOutput.struct_class = Types::SlackOauth2ProviderConfigOutput
|
|
1410
1566
|
|
|
1411
1567
|
StatusReasons.member = Shapes::ShapeRef.new(shape: StatusReason)
|
|
@@ -1413,6 +1569,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1413
1569
|
StrategyConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: OverrideType, location_name: "type"))
|
|
1414
1570
|
StrategyConfiguration.add_member(:extraction, Shapes::ShapeRef.new(shape: ExtractionConfiguration, location_name: "extraction"))
|
|
1415
1571
|
StrategyConfiguration.add_member(:consolidation, Shapes::ShapeRef.new(shape: ConsolidationConfiguration, location_name: "consolidation"))
|
|
1572
|
+
StrategyConfiguration.add_member(:self_managed_configuration, Shapes::ShapeRef.new(shape: SelfManagedConfiguration, location_name: "selfManagedConfiguration"))
|
|
1416
1573
|
StrategyConfiguration.struct_class = Types::StrategyConfiguration
|
|
1417
1574
|
|
|
1418
1575
|
Subnets.member = Shapes::ShapeRef.new(shape: SubnetId)
|
|
@@ -1433,6 +1590,13 @@ module Aws::BedrockAgentCoreControl
|
|
|
1433
1590
|
SummaryOverrideConsolidationConfigurationInput.add_member(:model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "modelId"))
|
|
1434
1591
|
SummaryOverrideConsolidationConfigurationInput.struct_class = Types::SummaryOverrideConsolidationConfigurationInput
|
|
1435
1592
|
|
|
1593
|
+
SynchronizeGatewayTargetsRequest.add_member(:gateway_identifier, Shapes::ShapeRef.new(shape: GatewayIdentifier, required: true, location: "uri", location_name: "gatewayIdentifier"))
|
|
1594
|
+
SynchronizeGatewayTargetsRequest.add_member(:target_id_list, Shapes::ShapeRef.new(shape: TargetIdList, required: true, location_name: "targetIdList"))
|
|
1595
|
+
SynchronizeGatewayTargetsRequest.struct_class = Types::SynchronizeGatewayTargetsRequest
|
|
1596
|
+
|
|
1597
|
+
SynchronizeGatewayTargetsResponse.add_member(:targets, Shapes::ShapeRef.new(shape: GatewayTargetList, location_name: "targets"))
|
|
1598
|
+
SynchronizeGatewayTargetsResponse.struct_class = Types::SynchronizeGatewayTargetsResponse
|
|
1599
|
+
|
|
1436
1600
|
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
|
1437
1601
|
|
|
1438
1602
|
TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourcesArn, required: true, location: "uri", location_name: "resourceArn"))
|
|
@@ -1450,6 +1614,8 @@ module Aws::BedrockAgentCoreControl
|
|
|
1450
1614
|
TargetConfiguration.add_member_subclass(:unknown, Types::TargetConfiguration::Unknown)
|
|
1451
1615
|
TargetConfiguration.struct_class = Types::TargetConfiguration
|
|
1452
1616
|
|
|
1617
|
+
TargetIdList.member = Shapes::ShapeRef.new(shape: TargetId)
|
|
1618
|
+
|
|
1453
1619
|
TargetSummaries.member = Shapes::ShapeRef.new(shape: TargetSummary)
|
|
1454
1620
|
|
|
1455
1621
|
TargetSummary.add_member(:target_id, Shapes::ShapeRef.new(shape: TargetId, required: true, location_name: "targetId"))
|
|
@@ -1466,6 +1632,20 @@ module Aws::BedrockAgentCoreControl
|
|
|
1466
1632
|
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
|
1467
1633
|
ThrottlingException.struct_class = Types::ThrottlingException
|
|
1468
1634
|
|
|
1635
|
+
TimeBasedTrigger.add_member(:idle_session_timeout, Shapes::ShapeRef.new(shape: Integer, location_name: "idleSessionTimeout"))
|
|
1636
|
+
TimeBasedTrigger.struct_class = Types::TimeBasedTrigger
|
|
1637
|
+
|
|
1638
|
+
TimeBasedTriggerInput.add_member(:idle_session_timeout, Shapes::ShapeRef.new(shape: TimeBasedTriggerInputIdleSessionTimeoutInteger, location_name: "idleSessionTimeout"))
|
|
1639
|
+
TimeBasedTriggerInput.struct_class = Types::TimeBasedTriggerInput
|
|
1640
|
+
|
|
1641
|
+
TokenBasedTrigger.add_member(:token_count, Shapes::ShapeRef.new(shape: Integer, location_name: "tokenCount"))
|
|
1642
|
+
TokenBasedTrigger.struct_class = Types::TokenBasedTrigger
|
|
1643
|
+
|
|
1644
|
+
TokenBasedTriggerInput.add_member(:token_count, Shapes::ShapeRef.new(shape: TokenBasedTriggerInputTokenCountInteger, location_name: "tokenCount"))
|
|
1645
|
+
TokenBasedTriggerInput.struct_class = Types::TokenBasedTriggerInput
|
|
1646
|
+
|
|
1647
|
+
TokenEndpointAuthMethodsType.member = Shapes::ShapeRef.new(shape: TokenAuthMethod)
|
|
1648
|
+
|
|
1469
1649
|
ToolDefinition.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
|
1470
1650
|
ToolDefinition.add_member(:description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "description"))
|
|
1471
1651
|
ToolDefinition.add_member(:input_schema, Shapes::ShapeRef.new(shape: SchemaDefinition, required: true, location_name: "inputSchema"))
|
|
@@ -1482,6 +1662,30 @@ module Aws::BedrockAgentCoreControl
|
|
|
1482
1662
|
ToolSchema.add_member_subclass(:unknown, Types::ToolSchema::Unknown)
|
|
1483
1663
|
ToolSchema.struct_class = Types::ToolSchema
|
|
1484
1664
|
|
|
1665
|
+
TriggerCondition.add_member(:message_based_trigger, Shapes::ShapeRef.new(shape: MessageBasedTrigger, location_name: "messageBasedTrigger"))
|
|
1666
|
+
TriggerCondition.add_member(:token_based_trigger, Shapes::ShapeRef.new(shape: TokenBasedTrigger, location_name: "tokenBasedTrigger"))
|
|
1667
|
+
TriggerCondition.add_member(:time_based_trigger, Shapes::ShapeRef.new(shape: TimeBasedTrigger, location_name: "timeBasedTrigger"))
|
|
1668
|
+
TriggerCondition.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1669
|
+
TriggerCondition.add_member_subclass(:message_based_trigger, Types::TriggerCondition::MessageBasedTrigger)
|
|
1670
|
+
TriggerCondition.add_member_subclass(:token_based_trigger, Types::TriggerCondition::TokenBasedTrigger)
|
|
1671
|
+
TriggerCondition.add_member_subclass(:time_based_trigger, Types::TriggerCondition::TimeBasedTrigger)
|
|
1672
|
+
TriggerCondition.add_member_subclass(:unknown, Types::TriggerCondition::Unknown)
|
|
1673
|
+
TriggerCondition.struct_class = Types::TriggerCondition
|
|
1674
|
+
|
|
1675
|
+
TriggerConditionInput.add_member(:message_based_trigger, Shapes::ShapeRef.new(shape: MessageBasedTriggerInput, location_name: "messageBasedTrigger"))
|
|
1676
|
+
TriggerConditionInput.add_member(:token_based_trigger, Shapes::ShapeRef.new(shape: TokenBasedTriggerInput, location_name: "tokenBasedTrigger"))
|
|
1677
|
+
TriggerConditionInput.add_member(:time_based_trigger, Shapes::ShapeRef.new(shape: TimeBasedTriggerInput, location_name: "timeBasedTrigger"))
|
|
1678
|
+
TriggerConditionInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1679
|
+
TriggerConditionInput.add_member_subclass(:message_based_trigger, Types::TriggerConditionInput::MessageBasedTrigger)
|
|
1680
|
+
TriggerConditionInput.add_member_subclass(:token_based_trigger, Types::TriggerConditionInput::TokenBasedTrigger)
|
|
1681
|
+
TriggerConditionInput.add_member_subclass(:time_based_trigger, Types::TriggerConditionInput::TimeBasedTrigger)
|
|
1682
|
+
TriggerConditionInput.add_member_subclass(:unknown, Types::TriggerConditionInput::Unknown)
|
|
1683
|
+
TriggerConditionInput.struct_class = Types::TriggerConditionInput
|
|
1684
|
+
|
|
1685
|
+
TriggerConditionInputList.member = Shapes::ShapeRef.new(shape: TriggerConditionInput)
|
|
1686
|
+
|
|
1687
|
+
TriggerConditionsList.member = Shapes::ShapeRef.new(shape: TriggerCondition)
|
|
1688
|
+
|
|
1485
1689
|
UnauthorizedException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
|
1486
1690
|
UnauthorizedException.struct_class = Types::UnauthorizedException
|
|
1487
1691
|
|
|
@@ -1576,7 +1780,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1576
1780
|
UpdateGatewayTargetRequest.add_member(:name, Shapes::ShapeRef.new(shape: TargetName, required: true, location_name: "name"))
|
|
1577
1781
|
UpdateGatewayTargetRequest.add_member(:description, Shapes::ShapeRef.new(shape: TargetDescription, location_name: "description"))
|
|
1578
1782
|
UpdateGatewayTargetRequest.add_member(:target_configuration, Shapes::ShapeRef.new(shape: TargetConfiguration, required: true, location_name: "targetConfiguration"))
|
|
1579
|
-
UpdateGatewayTargetRequest.add_member(:credential_provider_configurations, Shapes::ShapeRef.new(shape: CredentialProviderConfigurations,
|
|
1783
|
+
UpdateGatewayTargetRequest.add_member(:credential_provider_configurations, Shapes::ShapeRef.new(shape: CredentialProviderConfigurations, location_name: "credentialProviderConfigurations"))
|
|
1580
1784
|
UpdateGatewayTargetRequest.struct_class = Types::UpdateGatewayTargetRequest
|
|
1581
1785
|
|
|
1582
1786
|
UpdateGatewayTargetResponse.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: GatewayArn, required: true, location_name: "gatewayArn"))
|
|
@@ -1589,6 +1793,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1589
1793
|
UpdateGatewayTargetResponse.add_member(:description, Shapes::ShapeRef.new(shape: TargetDescription, location_name: "description"))
|
|
1590
1794
|
UpdateGatewayTargetResponse.add_member(:target_configuration, Shapes::ShapeRef.new(shape: TargetConfiguration, required: true, location_name: "targetConfiguration"))
|
|
1591
1795
|
UpdateGatewayTargetResponse.add_member(:credential_provider_configurations, Shapes::ShapeRef.new(shape: CredentialProviderConfigurations, required: true, location_name: "credentialProviderConfigurations"))
|
|
1796
|
+
UpdateGatewayTargetResponse.add_member(:last_synchronized_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "lastSynchronizedAt"))
|
|
1592
1797
|
UpdateGatewayTargetResponse.struct_class = Types::UpdateGatewayTargetResponse
|
|
1593
1798
|
|
|
1594
1799
|
UpdateMemoryInput.add_member(:client_token, Shapes::ShapeRef.new(shape: UpdateMemoryInputClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
@@ -1611,6 +1816,7 @@ module Aws::BedrockAgentCoreControl
|
|
|
1611
1816
|
UpdateOauth2CredentialProviderResponse.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
|
1612
1817
|
UpdateOauth2CredentialProviderResponse.add_member(:credential_provider_vendor, Shapes::ShapeRef.new(shape: CredentialProviderVendorType, required: true, location_name: "credentialProviderVendor"))
|
|
1613
1818
|
UpdateOauth2CredentialProviderResponse.add_member(:credential_provider_arn, Shapes::ShapeRef.new(shape: CredentialProviderArnType, required: true, location_name: "credentialProviderArn"))
|
|
1819
|
+
UpdateOauth2CredentialProviderResponse.add_member(:callback_url, Shapes::ShapeRef.new(shape: String, location_name: "callbackUrl"))
|
|
1614
1820
|
UpdateOauth2CredentialProviderResponse.add_member(:oauth2_provider_config_output, Shapes::ShapeRef.new(shape: Oauth2ProviderConfigOutput, required: true, location_name: "oauth2ProviderConfigOutput"))
|
|
1615
1821
|
UpdateOauth2CredentialProviderResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createdTime"))
|
|
1616
1822
|
UpdateOauth2CredentialProviderResponse.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedTime"))
|
|
@@ -2370,6 +2576,21 @@ module Aws::BedrockAgentCoreControl
|
|
|
2370
2576
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2371
2577
|
end)
|
|
2372
2578
|
|
|
2579
|
+
api.add_operation(:synchronize_gateway_targets, Seahorse::Model::Operation.new.tap do |o|
|
|
2580
|
+
o.name = "SynchronizeGatewayTargets"
|
|
2581
|
+
o.http_method = "PUT"
|
|
2582
|
+
o.http_request_uri = "/gateways/{gatewayIdentifier}/synchronizeTargets"
|
|
2583
|
+
o.input = Shapes::ShapeRef.new(shape: SynchronizeGatewayTargetsRequest)
|
|
2584
|
+
o.output = Shapes::ShapeRef.new(shape: SynchronizeGatewayTargetsResponse)
|
|
2585
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2586
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2587
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2588
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2589
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2590
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2591
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2592
|
+
end)
|
|
2593
|
+
|
|
2373
2594
|
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
2374
2595
|
o.name = "TagResource"
|
|
2375
2596
|
o.http_method = "POST"
|