aws-sdk-bedrockagentcorecontrol 1.4.0 → 1.5.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-bedrockagentcorecontrol/client.rb +306 -121
- data/lib/aws-sdk-bedrockagentcorecontrol/client_api.rb +161 -51
- data/lib/aws-sdk-bedrockagentcorecontrol/types.rb +472 -248
- data/lib/aws-sdk-bedrockagentcorecontrol.rb +1 -1
- data/sig/client.rbs +71 -12
- data/sig/types.rbs +71 -14
- metadata +1 -1
@@ -15,20 +15,20 @@ module Aws::BedrockAgentCoreControl
|
|
15
15
|
include Seahorse::Model
|
16
16
|
|
17
17
|
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
18
|
-
Agent = Shapes::StructureShape.new(name: 'Agent')
|
19
|
-
AgentArtifact = Shapes::UnionShape.new(name: 'AgentArtifact')
|
20
|
-
AgentEndpoint = Shapes::StructureShape.new(name: 'AgentEndpoint')
|
21
18
|
AgentEndpointDescription = Shapes::StringShape.new(name: 'AgentEndpointDescription')
|
22
|
-
|
23
|
-
AgentEndpoints = Shapes::ListShape.new(name: 'AgentEndpoints')
|
19
|
+
AgentRuntime = Shapes::StructureShape.new(name: 'AgentRuntime')
|
24
20
|
AgentRuntimeArn = Shapes::StringShape.new(name: 'AgentRuntimeArn')
|
21
|
+
AgentRuntimeArtifact = Shapes::UnionShape.new(name: 'AgentRuntimeArtifact')
|
22
|
+
AgentRuntimeEndpoint = Shapes::StructureShape.new(name: 'AgentRuntimeEndpoint')
|
25
23
|
AgentRuntimeEndpointArn = Shapes::StringShape.new(name: 'AgentRuntimeEndpointArn')
|
26
24
|
AgentRuntimeEndpointId = Shapes::StringShape.new(name: 'AgentRuntimeEndpointId')
|
25
|
+
AgentRuntimeEndpointStatus = Shapes::StringShape.new(name: 'AgentRuntimeEndpointStatus')
|
26
|
+
AgentRuntimeEndpoints = Shapes::ListShape.new(name: 'AgentRuntimeEndpoints')
|
27
27
|
AgentRuntimeId = Shapes::StringShape.new(name: 'AgentRuntimeId')
|
28
28
|
AgentRuntimeName = Shapes::StringShape.new(name: 'AgentRuntimeName')
|
29
|
+
AgentRuntimeStatus = Shapes::StringShape.new(name: 'AgentRuntimeStatus')
|
29
30
|
AgentRuntimeVersion = Shapes::StringShape.new(name: 'AgentRuntimeVersion')
|
30
|
-
|
31
|
-
Agents = Shapes::ListShape.new(name: 'Agents')
|
31
|
+
AgentRuntimes = Shapes::ListShape.new(name: 'AgentRuntimes')
|
32
32
|
AllowedAudience = Shapes::StringShape.new(name: 'AllowedAudience')
|
33
33
|
AllowedAudienceList = Shapes::ListShape.new(name: 'AllowedAudienceList')
|
34
34
|
AllowedClient = Shapes::StringShape.new(name: 'AllowedClient')
|
@@ -182,6 +182,7 @@ module Aws::BedrockAgentCoreControl
|
|
182
182
|
GithubOauth2ProviderConfigOutput = Shapes::StructureShape.new(name: 'GithubOauth2ProviderConfigOutput')
|
183
183
|
GoogleOauth2ProviderConfigInput = Shapes::StructureShape.new(name: 'GoogleOauth2ProviderConfigInput')
|
184
184
|
GoogleOauth2ProviderConfigOutput = Shapes::StructureShape.new(name: 'GoogleOauth2ProviderConfigOutput')
|
185
|
+
HeaderName = Shapes::StringShape.new(name: 'HeaderName')
|
185
186
|
InlinePayload = Shapes::StringShape.new(name: 'InlinePayload')
|
186
187
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
187
188
|
IssuerUrlType = Shapes::StringShape.new(name: 'IssuerUrlType')
|
@@ -211,6 +212,8 @@ module Aws::BedrockAgentCoreControl
|
|
211
212
|
ListOauth2CredentialProvidersRequest = Shapes::StructureShape.new(name: 'ListOauth2CredentialProvidersRequest')
|
212
213
|
ListOauth2CredentialProvidersRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListOauth2CredentialProvidersRequestMaxResultsInteger')
|
213
214
|
ListOauth2CredentialProvidersResponse = Shapes::StructureShape.new(name: 'ListOauth2CredentialProvidersResponse')
|
215
|
+
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
216
|
+
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
214
217
|
ListWorkloadIdentitiesRequest = Shapes::StructureShape.new(name: 'ListWorkloadIdentitiesRequest')
|
215
218
|
ListWorkloadIdentitiesRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListWorkloadIdentitiesRequestMaxResultsInteger')
|
216
219
|
ListWorkloadIdentitiesResponse = Shapes::StructureShape.new(name: 'ListWorkloadIdentitiesResponse')
|
@@ -267,6 +270,8 @@ module Aws::BedrockAgentCoreControl
|
|
267
270
|
Prompt = Shapes::StringShape.new(name: 'Prompt')
|
268
271
|
ProtocolConfiguration = Shapes::StructureShape.new(name: 'ProtocolConfiguration')
|
269
272
|
RecordingConfig = Shapes::StructureShape.new(name: 'RecordingConfig')
|
273
|
+
RequestHeaderAllowlist = Shapes::ListShape.new(name: 'RequestHeaderAllowlist')
|
274
|
+
RequestHeaderConfiguration = Shapes::UnionShape.new(name: 'RequestHeaderConfiguration')
|
270
275
|
RequiredProperties = Shapes::ListShape.new(name: 'RequiredProperties')
|
271
276
|
ResourceLimitExceededException = Shapes::StructureShape.new(name: 'ResourceLimitExceededException')
|
272
277
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
@@ -291,6 +296,8 @@ module Aws::BedrockAgentCoreControl
|
|
291
296
|
SearchType = Shapes::StringShape.new(name: 'SearchType')
|
292
297
|
Secret = Shapes::StructureShape.new(name: 'Secret')
|
293
298
|
SecretArn = Shapes::StringShape.new(name: 'SecretArn')
|
299
|
+
SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
|
300
|
+
SecurityGroups = Shapes::ListShape.new(name: 'SecurityGroups')
|
294
301
|
SemanticConsolidationOverride = Shapes::StructureShape.new(name: 'SemanticConsolidationOverride')
|
295
302
|
SemanticExtractionOverride = Shapes::StructureShape.new(name: 'SemanticExtractionOverride')
|
296
303
|
SemanticMemoryStrategyInput = Shapes::StructureShape.new(name: 'SemanticMemoryStrategyInput')
|
@@ -308,10 +315,19 @@ module Aws::BedrockAgentCoreControl
|
|
308
315
|
StatusReasons = Shapes::ListShape.new(name: 'StatusReasons')
|
309
316
|
StrategyConfiguration = Shapes::StructureShape.new(name: 'StrategyConfiguration')
|
310
317
|
String = Shapes::StringShape.new(name: 'String')
|
318
|
+
SubnetId = Shapes::StringShape.new(name: 'SubnetId')
|
319
|
+
Subnets = Shapes::ListShape.new(name: 'Subnets')
|
311
320
|
SummaryConsolidationOverride = Shapes::StructureShape.new(name: 'SummaryConsolidationOverride')
|
312
321
|
SummaryMemoryStrategyInput = Shapes::StructureShape.new(name: 'SummaryMemoryStrategyInput')
|
313
322
|
SummaryOverrideConfigurationInput = Shapes::StructureShape.new(name: 'SummaryOverrideConfigurationInput')
|
314
323
|
SummaryOverrideConsolidationConfigurationInput = Shapes::StructureShape.new(name: 'SummaryOverrideConsolidationConfigurationInput')
|
324
|
+
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
325
|
+
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
326
|
+
TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
|
327
|
+
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
328
|
+
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
329
|
+
TaggableResourcesArn = Shapes::StringShape.new(name: 'TaggableResourcesArn')
|
330
|
+
TagsMap = Shapes::MapShape.new(name: 'TagsMap')
|
315
331
|
TargetConfiguration = Shapes::UnionShape.new(name: 'TargetConfiguration')
|
316
332
|
TargetDescription = Shapes::StringShape.new(name: 'TargetDescription')
|
317
333
|
TargetId = Shapes::StringShape.new(name: 'TargetId')
|
@@ -330,6 +346,8 @@ module Aws::BedrockAgentCoreControl
|
|
330
346
|
ToolDefinitions = Shapes::ListShape.new(name: 'ToolDefinitions')
|
331
347
|
ToolSchema = Shapes::UnionShape.new(name: 'ToolSchema')
|
332
348
|
UnauthorizedException = Shapes::StructureShape.new(name: 'UnauthorizedException')
|
349
|
+
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
350
|
+
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
333
351
|
UpdateAgentRuntimeEndpointRequest = Shapes::StructureShape.new(name: 'UpdateAgentRuntimeEndpointRequest')
|
334
352
|
UpdateAgentRuntimeEndpointResponse = Shapes::StructureShape.new(name: 'UpdateAgentRuntimeEndpointResponse')
|
335
353
|
UpdateAgentRuntimeRequest = Shapes::StructureShape.new(name: 'UpdateAgentRuntimeRequest')
|
@@ -358,6 +376,7 @@ module Aws::BedrockAgentCoreControl
|
|
358
376
|
ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
|
359
377
|
ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
|
360
378
|
ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
|
379
|
+
VpcConfig = Shapes::StructureShape.new(name: 'VpcConfig')
|
361
380
|
WorkloadIdentityArn = Shapes::StringShape.new(name: 'WorkloadIdentityArn')
|
362
381
|
WorkloadIdentityArnType = Shapes::StringShape.new(name: 'WorkloadIdentityArnType')
|
363
382
|
WorkloadIdentityDetails = Shapes::StructureShape.new(name: 'WorkloadIdentityDetails')
|
@@ -368,36 +387,36 @@ module Aws::BedrockAgentCoreControl
|
|
368
387
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
369
388
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
370
389
|
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
390
|
+
AgentRuntime.add_member(:agent_runtime_arn, Shapes::ShapeRef.new(shape: AgentRuntimeArn, required: true, location_name: "agentRuntimeArn"))
|
391
|
+
AgentRuntime.add_member(:agent_runtime_id, Shapes::ShapeRef.new(shape: AgentRuntimeId, required: true, location_name: "agentRuntimeId"))
|
392
|
+
AgentRuntime.add_member(:agent_runtime_version, Shapes::ShapeRef.new(shape: AgentRuntimeVersion, required: true, location_name: "agentRuntimeVersion"))
|
393
|
+
AgentRuntime.add_member(:agent_runtime_name, Shapes::ShapeRef.new(shape: AgentRuntimeName, required: true, location_name: "agentRuntimeName"))
|
394
|
+
AgentRuntime.add_member(:description, Shapes::ShapeRef.new(shape: Description, required: true, location_name: "description"))
|
395
|
+
AgentRuntime.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
|
396
|
+
AgentRuntime.add_member(:status, Shapes::ShapeRef.new(shape: AgentRuntimeStatus, required: true, location_name: "status"))
|
397
|
+
AgentRuntime.struct_class = Types::AgentRuntime
|
398
|
+
|
399
|
+
AgentRuntimeArtifact.add_member(:container_configuration, Shapes::ShapeRef.new(shape: ContainerConfiguration, location_name: "containerConfiguration"))
|
400
|
+
AgentRuntimeArtifact.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
401
|
+
AgentRuntimeArtifact.add_member_subclass(:container_configuration, Types::AgentRuntimeArtifact::ContainerConfiguration)
|
402
|
+
AgentRuntimeArtifact.add_member_subclass(:unknown, Types::AgentRuntimeArtifact::Unknown)
|
403
|
+
AgentRuntimeArtifact.struct_class = Types::AgentRuntimeArtifact
|
404
|
+
|
405
|
+
AgentRuntimeEndpoint.add_member(:name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "name"))
|
406
|
+
AgentRuntimeEndpoint.add_member(:live_version, Shapes::ShapeRef.new(shape: AgentRuntimeVersion, location_name: "liveVersion"))
|
407
|
+
AgentRuntimeEndpoint.add_member(:target_version, Shapes::ShapeRef.new(shape: AgentRuntimeVersion, location_name: "targetVersion"))
|
408
|
+
AgentRuntimeEndpoint.add_member(:agent_runtime_endpoint_arn, Shapes::ShapeRef.new(shape: AgentRuntimeEndpointArn, required: true, location_name: "agentRuntimeEndpointArn"))
|
409
|
+
AgentRuntimeEndpoint.add_member(:agent_runtime_arn, Shapes::ShapeRef.new(shape: AgentRuntimeArn, required: true, location_name: "agentRuntimeArn"))
|
410
|
+
AgentRuntimeEndpoint.add_member(:status, Shapes::ShapeRef.new(shape: AgentRuntimeEndpointStatus, required: true, location_name: "status"))
|
411
|
+
AgentRuntimeEndpoint.add_member(:id, Shapes::ShapeRef.new(shape: AgentRuntimeEndpointId, required: true, location_name: "id"))
|
412
|
+
AgentRuntimeEndpoint.add_member(:description, Shapes::ShapeRef.new(shape: AgentEndpointDescription, location_name: "description"))
|
413
|
+
AgentRuntimeEndpoint.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
414
|
+
AgentRuntimeEndpoint.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
|
415
|
+
AgentRuntimeEndpoint.struct_class = Types::AgentRuntimeEndpoint
|
416
|
+
|
417
|
+
AgentRuntimeEndpoints.member = Shapes::ShapeRef.new(shape: AgentRuntimeEndpoint)
|
418
|
+
|
419
|
+
AgentRuntimes.member = Shapes::ShapeRef.new(shape: AgentRuntime)
|
401
420
|
|
402
421
|
AllowedAudienceList.member = Shapes::ShapeRef.new(shape: AllowedAudience)
|
403
422
|
|
@@ -432,6 +451,7 @@ module Aws::BedrockAgentCoreControl
|
|
432
451
|
AuthorizerConfiguration.struct_class = Types::AuthorizerConfiguration
|
433
452
|
|
434
453
|
BrowserNetworkConfiguration.add_member(:network_mode, Shapes::ShapeRef.new(shape: BrowserNetworkMode, required: true, location_name: "networkMode"))
|
454
|
+
BrowserNetworkConfiguration.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "vpcConfig"))
|
435
455
|
BrowserNetworkConfiguration.struct_class = Types::BrowserNetworkConfiguration
|
436
456
|
|
437
457
|
BrowserSummaries.member = Shapes::ShapeRef.new(shape: BrowserSummary)
|
@@ -446,6 +466,7 @@ module Aws::BedrockAgentCoreControl
|
|
446
466
|
BrowserSummary.struct_class = Types::BrowserSummary
|
447
467
|
|
448
468
|
CodeInterpreterNetworkConfiguration.add_member(:network_mode, Shapes::ShapeRef.new(shape: CodeInterpreterNetworkMode, required: true, location_name: "networkMode"))
|
469
|
+
CodeInterpreterNetworkConfiguration.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "vpcConfig"))
|
449
470
|
CodeInterpreterNetworkConfiguration.struct_class = Types::CodeInterpreterNetworkConfiguration
|
450
471
|
|
451
472
|
CodeInterpreterSummaries.member = Shapes::ShapeRef.new(shape: CodeInterpreterSummary)
|
@@ -479,24 +500,27 @@ module Aws::BedrockAgentCoreControl
|
|
479
500
|
CreateAgentRuntimeEndpointRequest.add_member(:agent_runtime_version, Shapes::ShapeRef.new(shape: AgentRuntimeVersion, location_name: "agentRuntimeVersion"))
|
480
501
|
CreateAgentRuntimeEndpointRequest.add_member(:description, Shapes::ShapeRef.new(shape: AgentEndpointDescription, location_name: "description"))
|
481
502
|
CreateAgentRuntimeEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
503
|
+
CreateAgentRuntimeEndpointRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
482
504
|
CreateAgentRuntimeEndpointRequest.struct_class = Types::CreateAgentRuntimeEndpointRequest
|
483
505
|
|
484
506
|
CreateAgentRuntimeEndpointResponse.add_member(:target_version, Shapes::ShapeRef.new(shape: AgentRuntimeVersion, required: true, location_name: "targetVersion"))
|
485
507
|
CreateAgentRuntimeEndpointResponse.add_member(:agent_runtime_endpoint_arn, Shapes::ShapeRef.new(shape: AgentRuntimeEndpointArn, required: true, location_name: "agentRuntimeEndpointArn"))
|
486
508
|
CreateAgentRuntimeEndpointResponse.add_member(:agent_runtime_arn, Shapes::ShapeRef.new(shape: AgentRuntimeArn, required: true, location_name: "agentRuntimeArn"))
|
487
|
-
CreateAgentRuntimeEndpointResponse.add_member(:status, Shapes::ShapeRef.new(shape:
|
509
|
+
CreateAgentRuntimeEndpointResponse.add_member(:status, Shapes::ShapeRef.new(shape: AgentRuntimeEndpointStatus, required: true, location_name: "status"))
|
488
510
|
CreateAgentRuntimeEndpointResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
489
511
|
CreateAgentRuntimeEndpointResponse.struct_class = Types::CreateAgentRuntimeEndpointResponse
|
490
512
|
|
491
513
|
CreateAgentRuntimeRequest.add_member(:agent_runtime_name, Shapes::ShapeRef.new(shape: AgentRuntimeName, required: true, location_name: "agentRuntimeName"))
|
492
514
|
CreateAgentRuntimeRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
493
|
-
CreateAgentRuntimeRequest.add_member(:agent_runtime_artifact, Shapes::ShapeRef.new(shape:
|
515
|
+
CreateAgentRuntimeRequest.add_member(:agent_runtime_artifact, Shapes::ShapeRef.new(shape: AgentRuntimeArtifact, required: true, location_name: "agentRuntimeArtifact"))
|
494
516
|
CreateAgentRuntimeRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
495
517
|
CreateAgentRuntimeRequest.add_member(:network_configuration, Shapes::ShapeRef.new(shape: NetworkConfiguration, required: true, location_name: "networkConfiguration"))
|
496
518
|
CreateAgentRuntimeRequest.add_member(:protocol_configuration, Shapes::ShapeRef.new(shape: ProtocolConfiguration, location_name: "protocolConfiguration"))
|
497
519
|
CreateAgentRuntimeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
498
520
|
CreateAgentRuntimeRequest.add_member(:environment_variables, Shapes::ShapeRef.new(shape: EnvironmentVariablesMap, location_name: "environmentVariables"))
|
499
521
|
CreateAgentRuntimeRequest.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
|
522
|
+
CreateAgentRuntimeRequest.add_member(:request_header_configuration, Shapes::ShapeRef.new(shape: RequestHeaderConfiguration, location_name: "requestHeaderConfiguration"))
|
523
|
+
CreateAgentRuntimeRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
500
524
|
CreateAgentRuntimeRequest.struct_class = Types::CreateAgentRuntimeRequest
|
501
525
|
|
502
526
|
CreateAgentRuntimeResponse.add_member(:agent_runtime_arn, Shapes::ShapeRef.new(shape: AgentRuntimeArn, required: true, location_name: "agentRuntimeArn"))
|
@@ -504,7 +528,7 @@ module Aws::BedrockAgentCoreControl
|
|
504
528
|
CreateAgentRuntimeResponse.add_member(:agent_runtime_id, Shapes::ShapeRef.new(shape: AgentRuntimeId, required: true, location_name: "agentRuntimeId"))
|
505
529
|
CreateAgentRuntimeResponse.add_member(:agent_runtime_version, Shapes::ShapeRef.new(shape: AgentRuntimeVersion, required: true, location_name: "agentRuntimeVersion"))
|
506
530
|
CreateAgentRuntimeResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
507
|
-
CreateAgentRuntimeResponse.add_member(:status, Shapes::ShapeRef.new(shape:
|
531
|
+
CreateAgentRuntimeResponse.add_member(:status, Shapes::ShapeRef.new(shape: AgentRuntimeStatus, required: true, location_name: "status"))
|
508
532
|
CreateAgentRuntimeResponse.struct_class = Types::CreateAgentRuntimeResponse
|
509
533
|
|
510
534
|
CreateApiKeyCredentialProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
@@ -522,6 +546,7 @@ module Aws::BedrockAgentCoreControl
|
|
522
546
|
CreateBrowserRequest.add_member(:network_configuration, Shapes::ShapeRef.new(shape: BrowserNetworkConfiguration, required: true, location_name: "networkConfiguration"))
|
523
547
|
CreateBrowserRequest.add_member(:recording, Shapes::ShapeRef.new(shape: RecordingConfig, location_name: "recording"))
|
524
548
|
CreateBrowserRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
549
|
+
CreateBrowserRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
525
550
|
CreateBrowserRequest.struct_class = Types::CreateBrowserRequest
|
526
551
|
|
527
552
|
CreateBrowserResponse.add_member(:browser_id, Shapes::ShapeRef.new(shape: BrowserId, required: true, location_name: "browserId"))
|
@@ -535,6 +560,7 @@ module Aws::BedrockAgentCoreControl
|
|
535
560
|
CreateCodeInterpreterRequest.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "executionRoleArn"))
|
536
561
|
CreateCodeInterpreterRequest.add_member(:network_configuration, Shapes::ShapeRef.new(shape: CodeInterpreterNetworkConfiguration, required: true, location_name: "networkConfiguration"))
|
537
562
|
CreateCodeInterpreterRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
563
|
+
CreateCodeInterpreterRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
538
564
|
CreateCodeInterpreterRequest.struct_class = Types::CreateCodeInterpreterRequest
|
539
565
|
|
540
566
|
CreateCodeInterpreterResponse.add_member(:code_interpreter_id, Shapes::ShapeRef.new(shape: CodeInterpreterId, required: true, location_name: "codeInterpreterId"))
|
@@ -712,13 +738,13 @@ module Aws::BedrockAgentCoreControl
|
|
712
738
|
DeleteAgentRuntimeEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
713
739
|
DeleteAgentRuntimeEndpointRequest.struct_class = Types::DeleteAgentRuntimeEndpointRequest
|
714
740
|
|
715
|
-
DeleteAgentRuntimeEndpointResponse.add_member(:status, Shapes::ShapeRef.new(shape:
|
741
|
+
DeleteAgentRuntimeEndpointResponse.add_member(:status, Shapes::ShapeRef.new(shape: AgentRuntimeEndpointStatus, required: true, location_name: "status"))
|
716
742
|
DeleteAgentRuntimeEndpointResponse.struct_class = Types::DeleteAgentRuntimeEndpointResponse
|
717
743
|
|
718
744
|
DeleteAgentRuntimeRequest.add_member(:agent_runtime_id, Shapes::ShapeRef.new(shape: AgentRuntimeId, required: true, location: "uri", location_name: "agentRuntimeId"))
|
719
745
|
DeleteAgentRuntimeRequest.struct_class = Types::DeleteAgentRuntimeRequest
|
720
746
|
|
721
|
-
DeleteAgentRuntimeResponse.add_member(:status, Shapes::ShapeRef.new(shape:
|
747
|
+
DeleteAgentRuntimeResponse.add_member(:status, Shapes::ShapeRef.new(shape: AgentRuntimeStatus, required: true, location_name: "status"))
|
722
748
|
DeleteAgentRuntimeResponse.struct_class = Types::DeleteAgentRuntimeResponse
|
723
749
|
|
724
750
|
DeleteApiKeyCredentialProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
@@ -824,7 +850,7 @@ module Aws::BedrockAgentCoreControl
|
|
824
850
|
GetAgentRuntimeEndpointResponse.add_member(:agent_runtime_endpoint_arn, Shapes::ShapeRef.new(shape: AgentRuntimeEndpointArn, required: true, location_name: "agentRuntimeEndpointArn"))
|
825
851
|
GetAgentRuntimeEndpointResponse.add_member(:agent_runtime_arn, Shapes::ShapeRef.new(shape: AgentRuntimeArn, required: true, location_name: "agentRuntimeArn"))
|
826
852
|
GetAgentRuntimeEndpointResponse.add_member(:description, Shapes::ShapeRef.new(shape: AgentEndpointDescription, location_name: "description"))
|
827
|
-
GetAgentRuntimeEndpointResponse.add_member(:status, Shapes::ShapeRef.new(shape:
|
853
|
+
GetAgentRuntimeEndpointResponse.add_member(:status, Shapes::ShapeRef.new(shape: AgentRuntimeEndpointStatus, required: true, location_name: "status"))
|
828
854
|
GetAgentRuntimeEndpointResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
829
855
|
GetAgentRuntimeEndpointResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
|
830
856
|
GetAgentRuntimeEndpointResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
|
@@ -845,12 +871,13 @@ module Aws::BedrockAgentCoreControl
|
|
845
871
|
GetAgentRuntimeResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
846
872
|
GetAgentRuntimeResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
|
847
873
|
GetAgentRuntimeResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
848
|
-
GetAgentRuntimeResponse.add_member(:agent_runtime_artifact, Shapes::ShapeRef.new(shape:
|
874
|
+
GetAgentRuntimeResponse.add_member(:agent_runtime_artifact, Shapes::ShapeRef.new(shape: AgentRuntimeArtifact, location_name: "agentRuntimeArtifact"))
|
849
875
|
GetAgentRuntimeResponse.add_member(:network_configuration, Shapes::ShapeRef.new(shape: NetworkConfiguration, required: true, location_name: "networkConfiguration"))
|
850
876
|
GetAgentRuntimeResponse.add_member(:protocol_configuration, Shapes::ShapeRef.new(shape: ProtocolConfiguration, location_name: "protocolConfiguration"))
|
851
877
|
GetAgentRuntimeResponse.add_member(:environment_variables, Shapes::ShapeRef.new(shape: EnvironmentVariablesMap, location_name: "environmentVariables"))
|
852
878
|
GetAgentRuntimeResponse.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
|
853
|
-
GetAgentRuntimeResponse.add_member(:
|
879
|
+
GetAgentRuntimeResponse.add_member(:request_header_configuration, Shapes::ShapeRef.new(shape: RequestHeaderConfiguration, location_name: "requestHeaderConfiguration"))
|
880
|
+
GetAgentRuntimeResponse.add_member(:status, Shapes::ShapeRef.new(shape: AgentRuntimeStatus, required: true, location_name: "status"))
|
854
881
|
GetAgentRuntimeResponse.struct_class = Types::GetAgentRuntimeResponse
|
855
882
|
|
856
883
|
GetApiKeyCredentialProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
@@ -874,6 +901,7 @@ module Aws::BedrockAgentCoreControl
|
|
874
901
|
GetBrowserResponse.add_member(:network_configuration, Shapes::ShapeRef.new(shape: BrowserNetworkConfiguration, required: true, location_name: "networkConfiguration"))
|
875
902
|
GetBrowserResponse.add_member(:recording, Shapes::ShapeRef.new(shape: RecordingConfig, location_name: "recording"))
|
876
903
|
GetBrowserResponse.add_member(:status, Shapes::ShapeRef.new(shape: BrowserStatus, required: true, location_name: "status"))
|
904
|
+
GetBrowserResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
|
877
905
|
GetBrowserResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
878
906
|
GetBrowserResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
|
879
907
|
GetBrowserResponse.struct_class = Types::GetBrowserResponse
|
@@ -888,6 +916,7 @@ module Aws::BedrockAgentCoreControl
|
|
888
916
|
GetCodeInterpreterResponse.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "executionRoleArn"))
|
889
917
|
GetCodeInterpreterResponse.add_member(:network_configuration, Shapes::ShapeRef.new(shape: CodeInterpreterNetworkConfiguration, required: true, location_name: "networkConfiguration"))
|
890
918
|
GetCodeInterpreterResponse.add_member(:status, Shapes::ShapeRef.new(shape: CodeInterpreterStatus, required: true, location_name: "status"))
|
919
|
+
GetCodeInterpreterResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "failureReason"))
|
891
920
|
GetCodeInterpreterResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
892
921
|
GetCodeInterpreterResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
|
893
922
|
GetCodeInterpreterResponse.struct_class = Types::GetCodeInterpreterResponse
|
@@ -992,7 +1021,7 @@ module Aws::BedrockAgentCoreControl
|
|
992
1021
|
ListAgentRuntimeEndpointsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
993
1022
|
ListAgentRuntimeEndpointsRequest.struct_class = Types::ListAgentRuntimeEndpointsRequest
|
994
1023
|
|
995
|
-
ListAgentRuntimeEndpointsResponse.add_member(:runtime_endpoints, Shapes::ShapeRef.new(shape:
|
1024
|
+
ListAgentRuntimeEndpointsResponse.add_member(:runtime_endpoints, Shapes::ShapeRef.new(shape: AgentRuntimeEndpoints, required: true, location_name: "runtimeEndpoints"))
|
996
1025
|
ListAgentRuntimeEndpointsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
997
1026
|
ListAgentRuntimeEndpointsResponse.struct_class = Types::ListAgentRuntimeEndpointsResponse
|
998
1027
|
|
@@ -1001,7 +1030,7 @@ module Aws::BedrockAgentCoreControl
|
|
1001
1030
|
ListAgentRuntimeVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1002
1031
|
ListAgentRuntimeVersionsRequest.struct_class = Types::ListAgentRuntimeVersionsRequest
|
1003
1032
|
|
1004
|
-
ListAgentRuntimeVersionsResponse.add_member(:agent_runtimes, Shapes::ShapeRef.new(shape:
|
1033
|
+
ListAgentRuntimeVersionsResponse.add_member(:agent_runtimes, Shapes::ShapeRef.new(shape: AgentRuntimes, required: true, location_name: "agentRuntimes"))
|
1005
1034
|
ListAgentRuntimeVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1006
1035
|
ListAgentRuntimeVersionsResponse.struct_class = Types::ListAgentRuntimeVersionsResponse
|
1007
1036
|
|
@@ -1009,7 +1038,7 @@ module Aws::BedrockAgentCoreControl
|
|
1009
1038
|
ListAgentRuntimesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1010
1039
|
ListAgentRuntimesRequest.struct_class = Types::ListAgentRuntimesRequest
|
1011
1040
|
|
1012
|
-
ListAgentRuntimesResponse.add_member(:agent_runtimes, Shapes::ShapeRef.new(shape:
|
1041
|
+
ListAgentRuntimesResponse.add_member(:agent_runtimes, Shapes::ShapeRef.new(shape: AgentRuntimes, required: true, location_name: "agentRuntimes"))
|
1013
1042
|
ListAgentRuntimesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1014
1043
|
ListAgentRuntimesResponse.struct_class = Types::ListAgentRuntimesResponse
|
1015
1044
|
|
@@ -1072,6 +1101,12 @@ module Aws::BedrockAgentCoreControl
|
|
1072
1101
|
ListOauth2CredentialProvidersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1073
1102
|
ListOauth2CredentialProvidersResponse.struct_class = Types::ListOauth2CredentialProvidersResponse
|
1074
1103
|
|
1104
|
+
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourcesArn, required: true, location: "uri", location_name: "resourceArn"))
|
1105
|
+
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
1106
|
+
|
1107
|
+
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, location_name: "tags"))
|
1108
|
+
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
1109
|
+
|
1075
1110
|
ListWorkloadIdentitiesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1076
1111
|
ListWorkloadIdentitiesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListWorkloadIdentitiesRequestMaxResultsInteger, location_name: "maxResults"))
|
1077
1112
|
ListWorkloadIdentitiesRequest.struct_class = Types::ListWorkloadIdentitiesRequest
|
@@ -1190,6 +1225,7 @@ module Aws::BedrockAgentCoreControl
|
|
1190
1225
|
NamespacesList.member = Shapes::ShapeRef.new(shape: Namespace)
|
1191
1226
|
|
1192
1227
|
NetworkConfiguration.add_member(:network_mode, Shapes::ShapeRef.new(shape: NetworkMode, required: true, location_name: "networkMode"))
|
1228
|
+
NetworkConfiguration.add_member(:network_mode_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "networkModeConfig"))
|
1193
1229
|
NetworkConfiguration.struct_class = Types::NetworkConfiguration
|
1194
1230
|
|
1195
1231
|
OAuthCredentialProvider.add_member(:provider_arn, Shapes::ShapeRef.new(shape: OAuthCredentialProviderArn, required: true, location_name: "providerArn"))
|
@@ -1264,6 +1300,14 @@ module Aws::BedrockAgentCoreControl
|
|
1264
1300
|
RecordingConfig.add_member(:s3_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "s3Location"))
|
1265
1301
|
RecordingConfig.struct_class = Types::RecordingConfig
|
1266
1302
|
|
1303
|
+
RequestHeaderAllowlist.member = Shapes::ShapeRef.new(shape: HeaderName)
|
1304
|
+
|
1305
|
+
RequestHeaderConfiguration.add_member(:request_header_allowlist, Shapes::ShapeRef.new(shape: RequestHeaderAllowlist, location_name: "requestHeaderAllowlist"))
|
1306
|
+
RequestHeaderConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1307
|
+
RequestHeaderConfiguration.add_member_subclass(:request_header_allowlist, Types::RequestHeaderConfiguration::RequestHeaderAllowlist)
|
1308
|
+
RequestHeaderConfiguration.add_member_subclass(:unknown, Types::RequestHeaderConfiguration::Unknown)
|
1309
|
+
RequestHeaderConfiguration.struct_class = Types::RequestHeaderConfiguration
|
1310
|
+
|
1267
1311
|
RequiredProperties.member = Shapes::ShapeRef.new(shape: String)
|
1268
1312
|
|
1269
1313
|
ResourceLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
@@ -1304,6 +1348,8 @@ module Aws::BedrockAgentCoreControl
|
|
1304
1348
|
Secret.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, required: true, location_name: "secretArn"))
|
1305
1349
|
Secret.struct_class = Types::Secret
|
1306
1350
|
|
1351
|
+
SecurityGroups.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
|
1352
|
+
|
1307
1353
|
SemanticConsolidationOverride.add_member(:append_to_prompt, Shapes::ShapeRef.new(shape: Prompt, required: true, location_name: "appendToPrompt"))
|
1308
1354
|
SemanticConsolidationOverride.add_member(:model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "modelId"))
|
1309
1355
|
SemanticConsolidationOverride.struct_class = Types::SemanticConsolidationOverride
|
@@ -1358,6 +1404,8 @@ module Aws::BedrockAgentCoreControl
|
|
1358
1404
|
StrategyConfiguration.add_member(:consolidation, Shapes::ShapeRef.new(shape: ConsolidationConfiguration, location_name: "consolidation"))
|
1359
1405
|
StrategyConfiguration.struct_class = Types::StrategyConfiguration
|
1360
1406
|
|
1407
|
+
Subnets.member = Shapes::ShapeRef.new(shape: SubnetId)
|
1408
|
+
|
1361
1409
|
SummaryConsolidationOverride.add_member(:append_to_prompt, Shapes::ShapeRef.new(shape: Prompt, required: true, location_name: "appendToPrompt"))
|
1362
1410
|
SummaryConsolidationOverride.add_member(:model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "modelId"))
|
1363
1411
|
SummaryConsolidationOverride.struct_class = Types::SummaryConsolidationOverride
|
@@ -1374,6 +1422,17 @@ module Aws::BedrockAgentCoreControl
|
|
1374
1422
|
SummaryOverrideConsolidationConfigurationInput.add_member(:model_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "modelId"))
|
1375
1423
|
SummaryOverrideConsolidationConfigurationInput.struct_class = Types::SummaryOverrideConsolidationConfigurationInput
|
1376
1424
|
|
1425
|
+
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
|
1426
|
+
|
1427
|
+
TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourcesArn, required: true, location: "uri", location_name: "resourceArn"))
|
1428
|
+
TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsMap, required: true, location_name: "tags"))
|
1429
|
+
TagResourceRequest.struct_class = Types::TagResourceRequest
|
1430
|
+
|
1431
|
+
TagResourceResponse.struct_class = Types::TagResourceResponse
|
1432
|
+
|
1433
|
+
TagsMap.key = Shapes::ShapeRef.new(shape: TagKey)
|
1434
|
+
TagsMap.value = Shapes::ShapeRef.new(shape: TagValue)
|
1435
|
+
|
1377
1436
|
TargetConfiguration.add_member(:mcp, Shapes::ShapeRef.new(shape: McpTargetConfiguration, location_name: "mcp"))
|
1378
1437
|
TargetConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1379
1438
|
TargetConfiguration.add_member_subclass(:mcp, Types::TargetConfiguration::Mcp)
|
@@ -1415,6 +1474,12 @@ module Aws::BedrockAgentCoreControl
|
|
1415
1474
|
UnauthorizedException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
1416
1475
|
UnauthorizedException.struct_class = Types::UnauthorizedException
|
1417
1476
|
|
1477
|
+
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourcesArn, required: true, location: "uri", location_name: "resourceArn"))
|
1478
|
+
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
|
1479
|
+
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
1480
|
+
|
1481
|
+
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
1482
|
+
|
1418
1483
|
UpdateAgentRuntimeEndpointRequest.add_member(:agent_runtime_id, Shapes::ShapeRef.new(shape: AgentRuntimeId, required: true, location: "uri", location_name: "agentRuntimeId"))
|
1419
1484
|
UpdateAgentRuntimeEndpointRequest.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location: "uri", location_name: "endpointName"))
|
1420
1485
|
UpdateAgentRuntimeEndpointRequest.add_member(:agent_runtime_version, Shapes::ShapeRef.new(shape: AgentRuntimeVersion, location_name: "agentRuntimeVersion"))
|
@@ -1426,20 +1491,21 @@ module Aws::BedrockAgentCoreControl
|
|
1426
1491
|
UpdateAgentRuntimeEndpointResponse.add_member(:target_version, Shapes::ShapeRef.new(shape: AgentRuntimeVersion, location_name: "targetVersion"))
|
1427
1492
|
UpdateAgentRuntimeEndpointResponse.add_member(:agent_runtime_endpoint_arn, Shapes::ShapeRef.new(shape: AgentRuntimeEndpointArn, required: true, location_name: "agentRuntimeEndpointArn"))
|
1428
1493
|
UpdateAgentRuntimeEndpointResponse.add_member(:agent_runtime_arn, Shapes::ShapeRef.new(shape: AgentRuntimeArn, required: true, location_name: "agentRuntimeArn"))
|
1429
|
-
UpdateAgentRuntimeEndpointResponse.add_member(:status, Shapes::ShapeRef.new(shape:
|
1494
|
+
UpdateAgentRuntimeEndpointResponse.add_member(:status, Shapes::ShapeRef.new(shape: AgentRuntimeEndpointStatus, required: true, location_name: "status"))
|
1430
1495
|
UpdateAgentRuntimeEndpointResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
1431
1496
|
UpdateAgentRuntimeEndpointResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
|
1432
1497
|
UpdateAgentRuntimeEndpointResponse.struct_class = Types::UpdateAgentRuntimeEndpointResponse
|
1433
1498
|
|
1434
1499
|
UpdateAgentRuntimeRequest.add_member(:agent_runtime_id, Shapes::ShapeRef.new(shape: AgentRuntimeId, required: true, location: "uri", location_name: "agentRuntimeId"))
|
1435
1500
|
UpdateAgentRuntimeRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
|
1436
|
-
UpdateAgentRuntimeRequest.add_member(:agent_runtime_artifact, Shapes::ShapeRef.new(shape:
|
1501
|
+
UpdateAgentRuntimeRequest.add_member(:agent_runtime_artifact, Shapes::ShapeRef.new(shape: AgentRuntimeArtifact, required: true, location_name: "agentRuntimeArtifact"))
|
1437
1502
|
UpdateAgentRuntimeRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "roleArn"))
|
1438
1503
|
UpdateAgentRuntimeRequest.add_member(:network_configuration, Shapes::ShapeRef.new(shape: NetworkConfiguration, required: true, location_name: "networkConfiguration"))
|
1439
1504
|
UpdateAgentRuntimeRequest.add_member(:protocol_configuration, Shapes::ShapeRef.new(shape: ProtocolConfiguration, location_name: "protocolConfiguration"))
|
1440
1505
|
UpdateAgentRuntimeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
1441
1506
|
UpdateAgentRuntimeRequest.add_member(:environment_variables, Shapes::ShapeRef.new(shape: EnvironmentVariablesMap, location_name: "environmentVariables"))
|
1442
1507
|
UpdateAgentRuntimeRequest.add_member(:authorizer_configuration, Shapes::ShapeRef.new(shape: AuthorizerConfiguration, location_name: "authorizerConfiguration"))
|
1508
|
+
UpdateAgentRuntimeRequest.add_member(:request_header_configuration, Shapes::ShapeRef.new(shape: RequestHeaderConfiguration, location_name: "requestHeaderConfiguration"))
|
1443
1509
|
UpdateAgentRuntimeRequest.struct_class = Types::UpdateAgentRuntimeRequest
|
1444
1510
|
|
1445
1511
|
UpdateAgentRuntimeResponse.add_member(:agent_runtime_arn, Shapes::ShapeRef.new(shape: AgentRuntimeArn, required: true, location_name: "agentRuntimeArn"))
|
@@ -1448,7 +1514,7 @@ module Aws::BedrockAgentCoreControl
|
|
1448
1514
|
UpdateAgentRuntimeResponse.add_member(:agent_runtime_version, Shapes::ShapeRef.new(shape: AgentRuntimeVersion, required: true, location_name: "agentRuntimeVersion"))
|
1449
1515
|
UpdateAgentRuntimeResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "createdAt"))
|
1450
1516
|
UpdateAgentRuntimeResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, required: true, location_name: "lastUpdatedAt"))
|
1451
|
-
UpdateAgentRuntimeResponse.add_member(:status, Shapes::ShapeRef.new(shape:
|
1517
|
+
UpdateAgentRuntimeResponse.add_member(:status, Shapes::ShapeRef.new(shape: AgentRuntimeStatus, required: true, location_name: "status"))
|
1452
1518
|
UpdateAgentRuntimeResponse.struct_class = Types::UpdateAgentRuntimeResponse
|
1453
1519
|
|
1454
1520
|
UpdateApiKeyCredentialProviderRequest.add_member(:name, Shapes::ShapeRef.new(shape: CredentialProviderName, required: true, location_name: "name"))
|
@@ -1585,6 +1651,10 @@ module Aws::BedrockAgentCoreControl
|
|
1585
1651
|
|
1586
1652
|
ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
|
1587
1653
|
|
1654
|
+
VpcConfig.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroups, required: true, location_name: "securityGroups"))
|
1655
|
+
VpcConfig.add_member(:subnets, Shapes::ShapeRef.new(shape: Subnets, required: true, location_name: "subnets"))
|
1656
|
+
VpcConfig.struct_class = Types::VpcConfig
|
1657
|
+
|
1588
1658
|
WorkloadIdentityDetails.add_member(:workload_identity_arn, Shapes::ShapeRef.new(shape: WorkloadIdentityArn, required: true, location_name: "workloadIdentityArn"))
|
1589
1659
|
WorkloadIdentityDetails.struct_class = Types::WorkloadIdentityDetails
|
1590
1660
|
|
@@ -2240,6 +2310,19 @@ module Aws::BedrockAgentCoreControl
|
|
2240
2310
|
)
|
2241
2311
|
end)
|
2242
2312
|
|
2313
|
+
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
2314
|
+
o.name = "ListTagsForResource"
|
2315
|
+
o.http_method = "GET"
|
2316
|
+
o.http_request_uri = "/tags/{resourceArn}"
|
2317
|
+
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
|
2318
|
+
o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
|
2319
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2320
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2321
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2322
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2323
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2324
|
+
end)
|
2325
|
+
|
2243
2326
|
api.add_operation(:list_workload_identities, Seahorse::Model::Operation.new.tap do |o|
|
2244
2327
|
o.name = "ListWorkloadIdentities"
|
2245
2328
|
o.http_method = "POST"
|
@@ -2275,6 +2358,33 @@ module Aws::BedrockAgentCoreControl
|
|
2275
2358
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2276
2359
|
end)
|
2277
2360
|
|
2361
|
+
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
2362
|
+
o.name = "TagResource"
|
2363
|
+
o.http_method = "POST"
|
2364
|
+
o.http_request_uri = "/tags/{resourceArn}"
|
2365
|
+
o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
|
2366
|
+
o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
|
2367
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2368
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2369
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2370
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2371
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2372
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2373
|
+
end)
|
2374
|
+
|
2375
|
+
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
2376
|
+
o.name = "UntagResource"
|
2377
|
+
o.http_method = "DELETE"
|
2378
|
+
o.http_request_uri = "/tags/{resourceArn}"
|
2379
|
+
o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
|
2380
|
+
o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
|
2381
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2382
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2383
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2384
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2385
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2386
|
+
end)
|
2387
|
+
|
2278
2388
|
api.add_operation(:update_agent_runtime, Seahorse::Model::Operation.new.tap do |o|
|
2279
2389
|
o.name = "UpdateAgentRuntime"
|
2280
2390
|
o.http_method = "PUT"
|