aws-sdk-bedrockagentcore 1.44.0 → 1.46.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-bedrockagentcore/client.rb +101 -1
- data/lib/aws-sdk-bedrockagentcore/client_api.rb +60 -0
- data/lib/aws-sdk-bedrockagentcore/types.rb +172 -1
- data/lib/aws-sdk-bedrockagentcore.rb +1 -1
- data/sig/client.rbs +21 -0
- data/sig/params.rbs +13 -0
- data/sig/types.rbs +45 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1ab1b5b089d88698f745fab5b795d301a76038d1b6d541a567ec855c0c4ce54b
|
|
4
|
+
data.tar.gz: 104e77f0473574e576d61d883d90e84159ab260ce8e4d7e4ceceb23c1fbdf851
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bc97159aa514f8cfc53c99f45e62a21f8ca4e4792d491a896583c33bbedd1f0bd8e0a611ce31036373ef6fca89b1c4ca2391d59e512664163bd5e3f2abf52e56
|
|
7
|
+
data.tar.gz: 68fd41741afe5f5b5d446c1e7f6436fe514388f5f978805140e385c58a6b61d0574c09e0ecc103e82f4bde5c07086f649fce6a42b971697bc59614af23db78f3
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.46.0 (2026-08-06)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Add support for capacity provider sessions in Amazon Bedrock AgentCore. Customers can now delete an active session running on a runtime instance launched through their capacity provider.
|
|
8
|
+
|
|
9
|
+
1.45.0 (2026-07-23)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Adds support for the Bring Your Own Storage(BYOS) feature in AgentCore Browser and Code Interpreter. Enables mounting S3Files and EFS File Systems via Access points.
|
|
13
|
+
|
|
4
14
|
1.44.0 (2026-07-20)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.46.0
|
|
@@ -1208,6 +1208,47 @@ module Aws::BedrockAgentCore
|
|
|
1208
1208
|
req.send_request(options)
|
|
1209
1209
|
end
|
|
1210
1210
|
|
|
1211
|
+
# Deletes a session associated with a capacity provider in Amazon
|
|
1212
|
+
# Bedrock AgentCore and makes the session unavailable for further use.
|
|
1213
|
+
# To delete a capacity provider session, specify both the capacity
|
|
1214
|
+
# provider identifier and the session ID. After you delete a session,
|
|
1215
|
+
# you cannot restart it.
|
|
1216
|
+
#
|
|
1217
|
+
# @option params [required, String] :capacity_provider_id
|
|
1218
|
+
# The unique identifier of the capacity provider associated with the
|
|
1219
|
+
# session.
|
|
1220
|
+
#
|
|
1221
|
+
# @option params [required, String] :session_id
|
|
1222
|
+
# The unique identifier of the capacity provider session to delete.
|
|
1223
|
+
#
|
|
1224
|
+
# @return [Types::DeleteCapacityProviderSessionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1225
|
+
#
|
|
1226
|
+
# * {Types::DeleteCapacityProviderSessionResponse#capacity_provider_arn #capacity_provider_arn} => String
|
|
1227
|
+
# * {Types::DeleteCapacityProviderSessionResponse#session_id #session_id} => String
|
|
1228
|
+
# * {Types::DeleteCapacityProviderSessionResponse#status #status} => String
|
|
1229
|
+
#
|
|
1230
|
+
# @example Request syntax with placeholder values
|
|
1231
|
+
#
|
|
1232
|
+
# resp = client.delete_capacity_provider_session({
|
|
1233
|
+
# capacity_provider_id: "CapacityProviderId", # required
|
|
1234
|
+
# session_id: "SessionId", # required
|
|
1235
|
+
# })
|
|
1236
|
+
#
|
|
1237
|
+
# @example Response structure
|
|
1238
|
+
#
|
|
1239
|
+
# resp.capacity_provider_arn #=> String
|
|
1240
|
+
# resp.session_id #=> String
|
|
1241
|
+
# resp.status #=> String, one of "Provisioning", "Deprovisioning", "Active", "Deleting", "Deleted", "Stopped"
|
|
1242
|
+
#
|
|
1243
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/DeleteCapacityProviderSession AWS API Documentation
|
|
1244
|
+
#
|
|
1245
|
+
# @overload delete_capacity_provider_session(params = {})
|
|
1246
|
+
# @param [Hash] params ({})
|
|
1247
|
+
def delete_capacity_provider_session(params = {}, options = {})
|
|
1248
|
+
req = build_request(:delete_capacity_provider_session, params)
|
|
1249
|
+
req.send_request(options)
|
|
1250
|
+
end
|
|
1251
|
+
|
|
1211
1252
|
# Deletes an event from an AgentCore Memory resource. When you delete an
|
|
1212
1253
|
# event, it is permanently removed.
|
|
1213
1254
|
#
|
|
@@ -1809,6 +1850,7 @@ module Aws::BedrockAgentCore
|
|
|
1809
1850
|
# * {Types::GetBrowserSessionResponse#streams #streams} => Types::BrowserSessionStream
|
|
1810
1851
|
# * {Types::GetBrowserSessionResponse#proxy_configuration #proxy_configuration} => Types::ProxyConfiguration
|
|
1811
1852
|
# * {Types::GetBrowserSessionResponse#certificates #certificates} => Array<Types::Certificate>
|
|
1853
|
+
# * {Types::GetBrowserSessionResponse#filesystem_configurations #filesystem_configurations} => Array<Types::ToolsFileSystemConfiguration>
|
|
1812
1854
|
# * {Types::GetBrowserSessionResponse#session_replay_artifact #session_replay_artifact} => String
|
|
1813
1855
|
# * {Types::GetBrowserSessionResponse#last_updated_at #last_updated_at} => Time
|
|
1814
1856
|
#
|
|
@@ -1852,6 +1894,13 @@ module Aws::BedrockAgentCore
|
|
|
1852
1894
|
# resp.proxy_configuration.bypass.domain_patterns[0] #=> String
|
|
1853
1895
|
# resp.certificates #=> Array
|
|
1854
1896
|
# resp.certificates[0].location.secrets_manager.secret_arn #=> String
|
|
1897
|
+
# resp.filesystem_configurations #=> Array
|
|
1898
|
+
# resp.filesystem_configurations[0].s3_files_configuration.access_point_arn #=> String
|
|
1899
|
+
# resp.filesystem_configurations[0].s3_files_configuration.mount_path #=> String
|
|
1900
|
+
# resp.filesystem_configurations[0].s3_files_configuration.file_system_arn #=> String
|
|
1901
|
+
# resp.filesystem_configurations[0].efs_configuration.access_point_arn #=> String
|
|
1902
|
+
# resp.filesystem_configurations[0].efs_configuration.mount_path #=> String
|
|
1903
|
+
# resp.filesystem_configurations[0].efs_configuration.file_system_arn #=> String
|
|
1855
1904
|
# resp.session_replay_artifact #=> String
|
|
1856
1905
|
# resp.last_updated_at #=> Time
|
|
1857
1906
|
#
|
|
@@ -1902,6 +1951,7 @@ module Aws::BedrockAgentCore
|
|
|
1902
1951
|
# * {Types::GetCodeInterpreterSessionResponse#session_timeout_seconds #session_timeout_seconds} => Integer
|
|
1903
1952
|
# * {Types::GetCodeInterpreterSessionResponse#status #status} => String
|
|
1904
1953
|
# * {Types::GetCodeInterpreterSessionResponse#certificates #certificates} => Array<Types::Certificate>
|
|
1954
|
+
# * {Types::GetCodeInterpreterSessionResponse#filesystem_configurations #filesystem_configurations} => Array<Types::ToolsFileSystemConfiguration>
|
|
1905
1955
|
#
|
|
1906
1956
|
# @example Request syntax with placeholder values
|
|
1907
1957
|
#
|
|
@@ -1920,6 +1970,13 @@ module Aws::BedrockAgentCore
|
|
|
1920
1970
|
# resp.status #=> String, one of "READY", "TERMINATED"
|
|
1921
1971
|
# resp.certificates #=> Array
|
|
1922
1972
|
# resp.certificates[0].location.secrets_manager.secret_arn #=> String
|
|
1973
|
+
# resp.filesystem_configurations #=> Array
|
|
1974
|
+
# resp.filesystem_configurations[0].s3_files_configuration.access_point_arn #=> String
|
|
1975
|
+
# resp.filesystem_configurations[0].s3_files_configuration.mount_path #=> String
|
|
1976
|
+
# resp.filesystem_configurations[0].s3_files_configuration.file_system_arn #=> String
|
|
1977
|
+
# resp.filesystem_configurations[0].efs_configuration.access_point_arn #=> String
|
|
1978
|
+
# resp.filesystem_configurations[0].efs_configuration.mount_path #=> String
|
|
1979
|
+
# resp.filesystem_configurations[0].efs_configuration.file_system_arn #=> String
|
|
1923
1980
|
#
|
|
1924
1981
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/GetCodeInterpreterSession AWS API Documentation
|
|
1925
1982
|
#
|
|
@@ -5408,6 +5465,13 @@ module Aws::BedrockAgentCore
|
|
|
5408
5465
|
# @option params [Array<Types::Certificate>] :certificates
|
|
5409
5466
|
# A list of certificates to install in the browser session.
|
|
5410
5467
|
#
|
|
5468
|
+
# @option params [Array<Types::ToolsFileSystemConfiguration>] :filesystem_configurations
|
|
5469
|
+
# The file system configurations to mount into the browser session. Use
|
|
5470
|
+
# these configurations to mount your own Amazon Simple Storage Service
|
|
5471
|
+
# (Amazon S3) Files or Amazon Elastic File System (Amazon EFS) access
|
|
5472
|
+
# points. Your session can then read and write your data. If you don't
|
|
5473
|
+
# specify this field, no additional file systems are mounted.
|
|
5474
|
+
#
|
|
5411
5475
|
# @option params [String] :client_token
|
|
5412
5476
|
# A unique, case-sensitive identifier to ensure that the API request
|
|
5413
5477
|
# completes no more than one time. If this token matches a previous
|
|
@@ -5491,6 +5555,20 @@ module Aws::BedrockAgentCore
|
|
|
5491
5555
|
# },
|
|
5492
5556
|
# },
|
|
5493
5557
|
# ],
|
|
5558
|
+
# filesystem_configurations: [
|
|
5559
|
+
# {
|
|
5560
|
+
# s3_files_configuration: {
|
|
5561
|
+
# access_point_arn: "S3FilesAccessPointArn", # required
|
|
5562
|
+
# mount_path: "MountPath", # required
|
|
5563
|
+
# file_system_arn: "S3FilesFileSystemArn", # required
|
|
5564
|
+
# },
|
|
5565
|
+
# efs_configuration: {
|
|
5566
|
+
# access_point_arn: "EfsAccessPointArn", # required
|
|
5567
|
+
# mount_path: "MountPath", # required
|
|
5568
|
+
# file_system_arn: "EfsFileSystemArn", # required
|
|
5569
|
+
# },
|
|
5570
|
+
# },
|
|
5571
|
+
# ],
|
|
5494
5572
|
# client_token: "ClientToken",
|
|
5495
5573
|
# })
|
|
5496
5574
|
#
|
|
@@ -5559,6 +5637,14 @@ module Aws::BedrockAgentCore
|
|
|
5559
5637
|
# @option params [Array<Types::Certificate>] :certificates
|
|
5560
5638
|
# A list of certificates to install in the code interpreter session.
|
|
5561
5639
|
#
|
|
5640
|
+
# @option params [Array<Types::ToolsFileSystemConfiguration>] :filesystem_configurations
|
|
5641
|
+
# The file system configurations to mount into the code interpreter
|
|
5642
|
+
# session. Use these configurations to mount your own Amazon Simple
|
|
5643
|
+
# Storage Service (Amazon S3) Files or Amazon Elastic File System
|
|
5644
|
+
# (Amazon EFS) access points. Your session can then read and write your
|
|
5645
|
+
# data. If you don't specify this field, no additional file systems are
|
|
5646
|
+
# mounted.
|
|
5647
|
+
#
|
|
5562
5648
|
# @option params [String] :client_token
|
|
5563
5649
|
# A unique, case-sensitive identifier to ensure that the API request
|
|
5564
5650
|
# completes no more than one time. If this token matches a previous
|
|
@@ -5592,6 +5678,20 @@ module Aws::BedrockAgentCore
|
|
|
5592
5678
|
# },
|
|
5593
5679
|
# },
|
|
5594
5680
|
# ],
|
|
5681
|
+
# filesystem_configurations: [
|
|
5682
|
+
# {
|
|
5683
|
+
# s3_files_configuration: {
|
|
5684
|
+
# access_point_arn: "S3FilesAccessPointArn", # required
|
|
5685
|
+
# mount_path: "MountPath", # required
|
|
5686
|
+
# file_system_arn: "S3FilesFileSystemArn", # required
|
|
5687
|
+
# },
|
|
5688
|
+
# efs_configuration: {
|
|
5689
|
+
# access_point_arn: "EfsAccessPointArn", # required
|
|
5690
|
+
# mount_path: "MountPath", # required
|
|
5691
|
+
# file_system_arn: "EfsFileSystemArn", # required
|
|
5692
|
+
# },
|
|
5693
|
+
# },
|
|
5694
|
+
# ],
|
|
5595
5695
|
# client_token: "ClientToken",
|
|
5596
5696
|
# })
|
|
5597
5697
|
#
|
|
@@ -6284,7 +6384,7 @@ module Aws::BedrockAgentCore
|
|
|
6284
6384
|
tracer: tracer
|
|
6285
6385
|
)
|
|
6286
6386
|
context[:gem_name] = 'aws-sdk-bedrockagentcore'
|
|
6287
|
-
context[:gem_version] = '1.
|
|
6387
|
+
context[:gem_version] = '1.46.0'
|
|
6288
6388
|
Seahorse::Client::Request.new(handlers, context)
|
|
6289
6389
|
end
|
|
6290
6390
|
|
|
@@ -85,6 +85,9 @@ module Aws::BedrockAgentCore
|
|
|
85
85
|
BrowserSessionSummary = Shapes::StructureShape.new(name: 'BrowserSessionSummary')
|
|
86
86
|
BrowserSessionTimeout = Shapes::IntegerShape.new(name: 'BrowserSessionTimeout')
|
|
87
87
|
BrowserStreamEndpoint = Shapes::StringShape.new(name: 'BrowserStreamEndpoint')
|
|
88
|
+
CapacityProviderArn = Shapes::StringShape.new(name: 'CapacityProviderArn')
|
|
89
|
+
CapacityProviderId = Shapes::StringShape.new(name: 'CapacityProviderId')
|
|
90
|
+
CapacityProviderSessionStatus = Shapes::StringShape.new(name: 'CapacityProviderSessionStatus')
|
|
88
91
|
Certificate = Shapes::StructureShape.new(name: 'Certificate')
|
|
89
92
|
CertificateLocation = Shapes::UnionShape.new(name: 'CertificateLocation')
|
|
90
93
|
Certificates = Shapes::ListShape.new(name: 'Certificates')
|
|
@@ -159,6 +162,8 @@ module Aws::BedrockAgentCore
|
|
|
159
162
|
DeleteABTestResponse = Shapes::StructureShape.new(name: 'DeleteABTestResponse')
|
|
160
163
|
DeleteBatchEvaluationRequest = Shapes::StructureShape.new(name: 'DeleteBatchEvaluationRequest')
|
|
161
164
|
DeleteBatchEvaluationResponse = Shapes::StructureShape.new(name: 'DeleteBatchEvaluationResponse')
|
|
165
|
+
DeleteCapacityProviderSessionRequest = Shapes::StructureShape.new(name: 'DeleteCapacityProviderSessionRequest')
|
|
166
|
+
DeleteCapacityProviderSessionResponse = Shapes::StructureShape.new(name: 'DeleteCapacityProviderSessionResponse')
|
|
162
167
|
DeleteEventInput = Shapes::StructureShape.new(name: 'DeleteEventInput')
|
|
163
168
|
DeleteEventOutput = Shapes::StructureShape.new(name: 'DeleteEventOutput')
|
|
164
169
|
DeleteMemoryRecordInput = Shapes::StructureShape.new(name: 'DeleteMemoryRecordInput')
|
|
@@ -177,6 +182,9 @@ module Aws::BedrockAgentCore
|
|
|
177
182
|
DomainPatterns = Shapes::ListShape.new(name: 'DomainPatterns')
|
|
178
183
|
Double = Shapes::FloatShape.new(name: 'Double')
|
|
179
184
|
DuplicateIdException = Shapes::StructureShape.new(name: 'DuplicateIdException')
|
|
185
|
+
EfsAccessPointArn = Shapes::StringShape.new(name: 'EfsAccessPointArn')
|
|
186
|
+
EfsConfiguration = Shapes::StructureShape.new(name: 'EfsConfiguration')
|
|
187
|
+
EfsFileSystemArn = Shapes::StringShape.new(name: 'EfsFileSystemArn')
|
|
180
188
|
Email = Shapes::StringShape.new(name: 'Email')
|
|
181
189
|
EmbeddedCryptoWallet = Shapes::StructureShape.new(name: 'EmbeddedCryptoWallet')
|
|
182
190
|
EmbeddedCryptoWalletRedirectUrlString = Shapes::StringShape.new(name: 'EmbeddedCryptoWalletRedirectUrlString')
|
|
@@ -499,6 +507,7 @@ module Aws::BedrockAgentCore
|
|
|
499
507
|
MetadataValueStringValueString = Shapes::StringShape.new(name: 'MetadataValueStringValueString')
|
|
500
508
|
MimeType = Shapes::StringShape.new(name: 'MimeType')
|
|
501
509
|
ModelId = Shapes::StringShape.new(name: 'ModelId')
|
|
510
|
+
MountPath = Shapes::StringShape.new(name: 'MountPath')
|
|
502
511
|
MouseButton = Shapes::StringShape.new(name: 'MouseButton')
|
|
503
512
|
MouseClickArguments = Shapes::StructureShape.new(name: 'MouseClickArguments')
|
|
504
513
|
MouseClickArgumentsClickCountInteger = Shapes::IntegerShape.new(name: 'MouseClickArgumentsClickCountInteger')
|
|
@@ -622,6 +631,9 @@ module Aws::BedrockAgentCore
|
|
|
622
631
|
RootCauseCluster = Shapes::StructureShape.new(name: 'RootCauseCluster')
|
|
623
632
|
RootCauseClusterList = Shapes::ListShape.new(name: 'RootCauseClusterList')
|
|
624
633
|
RuntimeClientError = Shapes::StructureShape.new(name: 'RuntimeClientError')
|
|
634
|
+
S3FilesAccessPointArn = Shapes::StringShape.new(name: 'S3FilesAccessPointArn')
|
|
635
|
+
S3FilesConfiguration = Shapes::StructureShape.new(name: 'S3FilesConfiguration')
|
|
636
|
+
S3FilesFileSystemArn = Shapes::StringShape.new(name: 'S3FilesFileSystemArn')
|
|
625
637
|
S3Location = Shapes::StructureShape.new(name: 'S3Location')
|
|
626
638
|
S3LocationBucketString = Shapes::StringShape.new(name: 'S3LocationBucketString')
|
|
627
639
|
S3LocationPrefixString = Shapes::StringShape.new(name: 'S3LocationPrefixString')
|
|
@@ -749,6 +761,8 @@ module Aws::BedrockAgentCore
|
|
|
749
761
|
ToolName = Shapes::StringShape.new(name: 'ToolName')
|
|
750
762
|
ToolResultStructuredContent = Shapes::StructureShape.new(name: 'ToolResultStructuredContent')
|
|
751
763
|
ToolsDefinition = Shapes::StructureShape.new(name: 'ToolsDefinition')
|
|
764
|
+
ToolsFileSystemConfiguration = Shapes::UnionShape.new(name: 'ToolsFileSystemConfiguration')
|
|
765
|
+
ToolsFileSystemConfigurations = Shapes::ListShape.new(name: 'ToolsFileSystemConfigurations')
|
|
752
766
|
TopK = Shapes::IntegerShape.new(name: 'TopK')
|
|
753
767
|
TopP = Shapes::FloatShape.new(name: 'TopP')
|
|
754
768
|
TraceId = Shapes::StringShape.new(name: 'TraceId')
|
|
@@ -1236,6 +1250,15 @@ module Aws::BedrockAgentCore
|
|
|
1236
1250
|
DeleteBatchEvaluationResponse.add_member(:status, Shapes::ShapeRef.new(shape: BatchEvaluationStatus, required: true, location_name: "status"))
|
|
1237
1251
|
DeleteBatchEvaluationResponse.struct_class = Types::DeleteBatchEvaluationResponse
|
|
1238
1252
|
|
|
1253
|
+
DeleteCapacityProviderSessionRequest.add_member(:capacity_provider_id, Shapes::ShapeRef.new(shape: CapacityProviderId, required: true, location: "uri", location_name: "capacityProviderId"))
|
|
1254
|
+
DeleteCapacityProviderSessionRequest.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location: "uri", location_name: "sessionId"))
|
|
1255
|
+
DeleteCapacityProviderSessionRequest.struct_class = Types::DeleteCapacityProviderSessionRequest
|
|
1256
|
+
|
|
1257
|
+
DeleteCapacityProviderSessionResponse.add_member(:capacity_provider_arn, Shapes::ShapeRef.new(shape: CapacityProviderArn, required: true, location_name: "capacityProviderArn"))
|
|
1258
|
+
DeleteCapacityProviderSessionResponse.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location_name: "sessionId"))
|
|
1259
|
+
DeleteCapacityProviderSessionResponse.add_member(:status, Shapes::ShapeRef.new(shape: CapacityProviderSessionStatus, required: true, location_name: "status"))
|
|
1260
|
+
DeleteCapacityProviderSessionResponse.struct_class = Types::DeleteCapacityProviderSessionResponse
|
|
1261
|
+
|
|
1239
1262
|
DeleteEventInput.add_member(:memory_id, Shapes::ShapeRef.new(shape: MemoryId, required: true, location: "uri", location_name: "memoryId"))
|
|
1240
1263
|
DeleteEventInput.add_member(:session_id, Shapes::ShapeRef.new(shape: SessionId, required: true, location: "uri", location_name: "sessionId"))
|
|
1241
1264
|
DeleteEventInput.add_member(:event_id, Shapes::ShapeRef.new(shape: EventId, required: true, location: "uri", location_name: "eventId"))
|
|
@@ -1287,6 +1310,11 @@ module Aws::BedrockAgentCore
|
|
|
1287
1310
|
DuplicateIdException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
|
1288
1311
|
DuplicateIdException.struct_class = Types::DuplicateIdException
|
|
1289
1312
|
|
|
1313
|
+
EfsConfiguration.add_member(:access_point_arn, Shapes::ShapeRef.new(shape: EfsAccessPointArn, required: true, location_name: "accessPointArn"))
|
|
1314
|
+
EfsConfiguration.add_member(:mount_path, Shapes::ShapeRef.new(shape: MountPath, required: true, location_name: "mountPath"))
|
|
1315
|
+
EfsConfiguration.add_member(:file_system_arn, Shapes::ShapeRef.new(shape: EfsFileSystemArn, required: true, location_name: "fileSystemArn"))
|
|
1316
|
+
EfsConfiguration.struct_class = Types::EfsConfiguration
|
|
1317
|
+
|
|
1290
1318
|
EmbeddedCryptoWallet.add_member(:network, Shapes::ShapeRef.new(shape: CryptoWalletNetwork, required: true, location_name: "network"))
|
|
1291
1319
|
EmbeddedCryptoWallet.add_member(:linked_accounts, Shapes::ShapeRef.new(shape: LinkedAccountList, required: true, location_name: "linkedAccounts"))
|
|
1292
1320
|
EmbeddedCryptoWallet.add_member(:wallet_address, Shapes::ShapeRef.new(shape: String, location_name: "walletAddress"))
|
|
@@ -1581,6 +1609,7 @@ module Aws::BedrockAgentCore
|
|
|
1581
1609
|
GetBrowserSessionResponse.add_member(:streams, Shapes::ShapeRef.new(shape: BrowserSessionStream, location_name: "streams"))
|
|
1582
1610
|
GetBrowserSessionResponse.add_member(:proxy_configuration, Shapes::ShapeRef.new(shape: ProxyConfiguration, location_name: "proxyConfiguration"))
|
|
1583
1611
|
GetBrowserSessionResponse.add_member(:certificates, Shapes::ShapeRef.new(shape: Certificates, location_name: "certificates"))
|
|
1612
|
+
GetBrowserSessionResponse.add_member(:filesystem_configurations, Shapes::ShapeRef.new(shape: ToolsFileSystemConfigurations, location_name: "filesystemConfigurations"))
|
|
1584
1613
|
GetBrowserSessionResponse.add_member(:session_replay_artifact, Shapes::ShapeRef.new(shape: String, location_name: "sessionReplayArtifact"))
|
|
1585
1614
|
GetBrowserSessionResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: DateTimestamp, location_name: "lastUpdatedAt"))
|
|
1586
1615
|
GetBrowserSessionResponse.struct_class = Types::GetBrowserSessionResponse
|
|
@@ -1596,6 +1625,7 @@ module Aws::BedrockAgentCore
|
|
|
1596
1625
|
GetCodeInterpreterSessionResponse.add_member(:session_timeout_seconds, Shapes::ShapeRef.new(shape: CodeInterpreterSessionTimeout, location_name: "sessionTimeoutSeconds"))
|
|
1597
1626
|
GetCodeInterpreterSessionResponse.add_member(:status, Shapes::ShapeRef.new(shape: CodeInterpreterSessionStatus, location_name: "status"))
|
|
1598
1627
|
GetCodeInterpreterSessionResponse.add_member(:certificates, Shapes::ShapeRef.new(shape: Certificates, location_name: "certificates"))
|
|
1628
|
+
GetCodeInterpreterSessionResponse.add_member(:filesystem_configurations, Shapes::ShapeRef.new(shape: ToolsFileSystemConfigurations, location_name: "filesystemConfigurations"))
|
|
1599
1629
|
GetCodeInterpreterSessionResponse.struct_class = Types::GetCodeInterpreterSessionResponse
|
|
1600
1630
|
|
|
1601
1631
|
GetEventInput.add_member(:memory_id, Shapes::ShapeRef.new(shape: MemoryId, required: true, location: "uri", location_name: "memoryId"))
|
|
@@ -2807,6 +2837,11 @@ module Aws::BedrockAgentCore
|
|
|
2807
2837
|
RuntimeClientError.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
|
2808
2838
|
RuntimeClientError.struct_class = Types::RuntimeClientError
|
|
2809
2839
|
|
|
2840
|
+
S3FilesConfiguration.add_member(:access_point_arn, Shapes::ShapeRef.new(shape: S3FilesAccessPointArn, required: true, location_name: "accessPointArn"))
|
|
2841
|
+
S3FilesConfiguration.add_member(:mount_path, Shapes::ShapeRef.new(shape: MountPath, required: true, location_name: "mountPath"))
|
|
2842
|
+
S3FilesConfiguration.add_member(:file_system_arn, Shapes::ShapeRef.new(shape: S3FilesFileSystemArn, required: true, location_name: "fileSystemArn"))
|
|
2843
|
+
S3FilesConfiguration.struct_class = Types::S3FilesConfiguration
|
|
2844
|
+
|
|
2810
2845
|
S3Location.add_member(:bucket, Shapes::ShapeRef.new(shape: S3LocationBucketString, required: true, location_name: "bucket"))
|
|
2811
2846
|
S3Location.add_member(:prefix, Shapes::ShapeRef.new(shape: S3LocationPrefixString, required: true, location_name: "prefix"))
|
|
2812
2847
|
S3Location.add_member(:version_id, Shapes::ShapeRef.new(shape: S3LocationVersionIdString, location_name: "versionId"))
|
|
@@ -2948,6 +2983,7 @@ module Aws::BedrockAgentCore
|
|
|
2948
2983
|
StartBrowserSessionRequest.add_member(:proxy_configuration, Shapes::ShapeRef.new(shape: ProxyConfiguration, location_name: "proxyConfiguration"))
|
|
2949
2984
|
StartBrowserSessionRequest.add_member(:enterprise_policies, Shapes::ShapeRef.new(shape: BrowserEnterprisePolicies, location_name: "enterprisePolicies"))
|
|
2950
2985
|
StartBrowserSessionRequest.add_member(:certificates, Shapes::ShapeRef.new(shape: Certificates, location_name: "certificates"))
|
|
2986
|
+
StartBrowserSessionRequest.add_member(:filesystem_configurations, Shapes::ShapeRef.new(shape: ToolsFileSystemConfigurations, location_name: "filesystemConfigurations"))
|
|
2951
2987
|
StartBrowserSessionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
2952
2988
|
StartBrowserSessionRequest.struct_class = Types::StartBrowserSessionRequest
|
|
2953
2989
|
|
|
@@ -2963,6 +2999,7 @@ module Aws::BedrockAgentCore
|
|
|
2963
2999
|
StartCodeInterpreterSessionRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
|
|
2964
3000
|
StartCodeInterpreterSessionRequest.add_member(:session_timeout_seconds, Shapes::ShapeRef.new(shape: CodeInterpreterSessionTimeout, location_name: "sessionTimeoutSeconds"))
|
|
2965
3001
|
StartCodeInterpreterSessionRequest.add_member(:certificates, Shapes::ShapeRef.new(shape: Certificates, location_name: "certificates"))
|
|
3002
|
+
StartCodeInterpreterSessionRequest.add_member(:filesystem_configurations, Shapes::ShapeRef.new(shape: ToolsFileSystemConfigurations, location_name: "filesystemConfigurations"))
|
|
2966
3003
|
StartCodeInterpreterSessionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
2967
3004
|
StartCodeInterpreterSessionRequest.struct_class = Types::StartCodeInterpreterSessionRequest
|
|
2968
3005
|
|
|
@@ -3187,6 +3224,16 @@ module Aws::BedrockAgentCore
|
|
|
3187
3224
|
ToolsDefinition.add_member(:inline_content, Shapes::ShapeRef.new(shape: InlineContent, location_name: "inlineContent"))
|
|
3188
3225
|
ToolsDefinition.struct_class = Types::ToolsDefinition
|
|
3189
3226
|
|
|
3227
|
+
ToolsFileSystemConfiguration.add_member(:s3_files_configuration, Shapes::ShapeRef.new(shape: S3FilesConfiguration, location_name: "s3FilesConfiguration"))
|
|
3228
|
+
ToolsFileSystemConfiguration.add_member(:efs_configuration, Shapes::ShapeRef.new(shape: EfsConfiguration, location_name: "efsConfiguration"))
|
|
3229
|
+
ToolsFileSystemConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
3230
|
+
ToolsFileSystemConfiguration.add_member_subclass(:s3_files_configuration, Types::ToolsFileSystemConfiguration::S3FilesConfiguration)
|
|
3231
|
+
ToolsFileSystemConfiguration.add_member_subclass(:efs_configuration, Types::ToolsFileSystemConfiguration::EfsConfiguration)
|
|
3232
|
+
ToolsFileSystemConfiguration.add_member_subclass(:unknown, Types::ToolsFileSystemConfiguration::Unknown)
|
|
3233
|
+
ToolsFileSystemConfiguration.struct_class = Types::ToolsFileSystemConfiguration
|
|
3234
|
+
|
|
3235
|
+
ToolsFileSystemConfigurations.member = Shapes::ShapeRef.new(shape: ToolsFileSystemConfiguration)
|
|
3236
|
+
|
|
3190
3237
|
TraceIds.member = Shapes::ShapeRef.new(shape: TraceId)
|
|
3191
3238
|
|
|
3192
3239
|
UnauthorizedException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
|
|
@@ -3454,6 +3501,19 @@ module Aws::BedrockAgentCore
|
|
|
3454
3501
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3455
3502
|
end)
|
|
3456
3503
|
|
|
3504
|
+
api.add_operation(:delete_capacity_provider_session, Seahorse::Model::Operation.new.tap do |o|
|
|
3505
|
+
o.name = "DeleteCapacityProviderSession"
|
|
3506
|
+
o.http_method = "DELETE"
|
|
3507
|
+
o.http_request_uri = "/capacity-providers/{capacityProviderId}/sessions/{sessionId}"
|
|
3508
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteCapacityProviderSessionRequest)
|
|
3509
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteCapacityProviderSessionResponse)
|
|
3510
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
3511
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3512
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3513
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3514
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3515
|
+
end)
|
|
3516
|
+
|
|
3457
3517
|
api.add_operation(:delete_event, Seahorse::Model::Operation.new.tap do |o|
|
|
3458
3518
|
o.name = "DeleteEvent"
|
|
3459
3519
|
o.http_method = "DELETE"
|
|
@@ -1969,6 +1969,49 @@ module Aws::BedrockAgentCore
|
|
|
1969
1969
|
include Aws::Structure
|
|
1970
1970
|
end
|
|
1971
1971
|
|
|
1972
|
+
# @!attribute [rw] capacity_provider_id
|
|
1973
|
+
# The unique identifier of the capacity provider associated with the
|
|
1974
|
+
# session.
|
|
1975
|
+
# @return [String]
|
|
1976
|
+
#
|
|
1977
|
+
# @!attribute [rw] session_id
|
|
1978
|
+
# The unique identifier of the capacity provider session to delete.
|
|
1979
|
+
# @return [String]
|
|
1980
|
+
#
|
|
1981
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/DeleteCapacityProviderSessionRequest AWS API Documentation
|
|
1982
|
+
#
|
|
1983
|
+
class DeleteCapacityProviderSessionRequest < Struct.new(
|
|
1984
|
+
:capacity_provider_id,
|
|
1985
|
+
:session_id)
|
|
1986
|
+
SENSITIVE = []
|
|
1987
|
+
include Aws::Structure
|
|
1988
|
+
end
|
|
1989
|
+
|
|
1990
|
+
# @!attribute [rw] capacity_provider_arn
|
|
1991
|
+
# The Amazon Resource Name (ARN) of the capacity provider associated
|
|
1992
|
+
# with the deleted session.
|
|
1993
|
+
# @return [String]
|
|
1994
|
+
#
|
|
1995
|
+
# @!attribute [rw] session_id
|
|
1996
|
+
# The unique identifier of the deleted capacity provider session.
|
|
1997
|
+
# @return [String]
|
|
1998
|
+
#
|
|
1999
|
+
# @!attribute [rw] status
|
|
2000
|
+
# The current status of the capacity provider session. When the status
|
|
2001
|
+
# is `Deleting`, the session is being deleted and is not available.
|
|
2002
|
+
# When the status is `Deleted`, the session is no longer available.
|
|
2003
|
+
# @return [String]
|
|
2004
|
+
#
|
|
2005
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/DeleteCapacityProviderSessionResponse AWS API Documentation
|
|
2006
|
+
#
|
|
2007
|
+
class DeleteCapacityProviderSessionResponse < Struct.new(
|
|
2008
|
+
:capacity_provider_arn,
|
|
2009
|
+
:session_id,
|
|
2010
|
+
:status)
|
|
2011
|
+
SENSITIVE = []
|
|
2012
|
+
include Aws::Structure
|
|
2013
|
+
end
|
|
2014
|
+
|
|
1972
2015
|
# @!attribute [rw] memory_id
|
|
1973
2016
|
# The identifier of the AgentCore Memory resource from which to delete
|
|
1974
2017
|
# the event.
|
|
@@ -2204,6 +2247,35 @@ module Aws::BedrockAgentCore
|
|
|
2204
2247
|
include Aws::Structure
|
|
2205
2248
|
end
|
|
2206
2249
|
|
|
2250
|
+
# The configuration for mounting an Amazon Elastic File System (Amazon
|
|
2251
|
+
# EFS) access point that you own into a session.
|
|
2252
|
+
#
|
|
2253
|
+
# @!attribute [rw] access_point_arn
|
|
2254
|
+
# The Amazon Resource Name (ARN) of the Amazon Elastic File System
|
|
2255
|
+
# (Amazon EFS) access point to mount.
|
|
2256
|
+
# @return [String]
|
|
2257
|
+
#
|
|
2258
|
+
# @!attribute [rw] mount_path
|
|
2259
|
+
# The absolute path within the session at which the access point is
|
|
2260
|
+
# mounted, for example `/mnt/efs`. Each mount path must be unique
|
|
2261
|
+
# across all file system configurations in the session.
|
|
2262
|
+
# @return [String]
|
|
2263
|
+
#
|
|
2264
|
+
# @!attribute [rw] file_system_arn
|
|
2265
|
+
# The Amazon Resource Name (ARN) of the Amazon Elastic File System
|
|
2266
|
+
# (Amazon EFS) file system that owns the access point.
|
|
2267
|
+
# @return [String]
|
|
2268
|
+
#
|
|
2269
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/EfsConfiguration AWS API Documentation
|
|
2270
|
+
#
|
|
2271
|
+
class EfsConfiguration < Struct.new(
|
|
2272
|
+
:access_point_arn,
|
|
2273
|
+
:mount_path,
|
|
2274
|
+
:file_system_arn)
|
|
2275
|
+
SENSITIVE = []
|
|
2276
|
+
include Aws::Structure
|
|
2277
|
+
end
|
|
2278
|
+
|
|
2207
2279
|
# Embedded crypto wallet instrument details.
|
|
2208
2280
|
#
|
|
2209
2281
|
# @!attribute [rw] network
|
|
@@ -3513,6 +3585,11 @@ module Aws::BedrockAgentCore
|
|
|
3513
3585
|
# The list of certificates installed in the browser session.
|
|
3514
3586
|
# @return [Array<Types::Certificate>]
|
|
3515
3587
|
#
|
|
3588
|
+
# @!attribute [rw] filesystem_configurations
|
|
3589
|
+
# The file system configurations for the browser session. Each entry
|
|
3590
|
+
# describes an access point and its mount path.
|
|
3591
|
+
# @return [Array<Types::ToolsFileSystemConfiguration>]
|
|
3592
|
+
#
|
|
3516
3593
|
# @!attribute [rw] session_replay_artifact
|
|
3517
3594
|
# The artifact containing the session replay information.
|
|
3518
3595
|
# @return [String]
|
|
@@ -3537,6 +3614,7 @@ module Aws::BedrockAgentCore
|
|
|
3537
3614
|
:streams,
|
|
3538
3615
|
:proxy_configuration,
|
|
3539
3616
|
:certificates,
|
|
3617
|
+
:filesystem_configurations,
|
|
3540
3618
|
:session_replay_artifact,
|
|
3541
3619
|
:last_updated_at)
|
|
3542
3620
|
SENSITIVE = []
|
|
@@ -3590,6 +3668,11 @@ module Aws::BedrockAgentCore
|
|
|
3590
3668
|
# The list of certificates installed in the code interpreter session.
|
|
3591
3669
|
# @return [Array<Types::Certificate>]
|
|
3592
3670
|
#
|
|
3671
|
+
# @!attribute [rw] filesystem_configurations
|
|
3672
|
+
# The file system configurations for the code interpreter session.
|
|
3673
|
+
# Each entry describes an access point and its mount path.
|
|
3674
|
+
# @return [Array<Types::ToolsFileSystemConfiguration>]
|
|
3675
|
+
#
|
|
3593
3676
|
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/GetCodeInterpreterSessionResponse AWS API Documentation
|
|
3594
3677
|
#
|
|
3595
3678
|
class GetCodeInterpreterSessionResponse < Struct.new(
|
|
@@ -3599,7 +3682,8 @@ module Aws::BedrockAgentCore
|
|
|
3599
3682
|
:created_at,
|
|
3600
3683
|
:session_timeout_seconds,
|
|
3601
3684
|
:status,
|
|
3602
|
-
:certificates
|
|
3685
|
+
:certificates,
|
|
3686
|
+
:filesystem_configurations)
|
|
3603
3687
|
SENSITIVE = []
|
|
3604
3688
|
include Aws::Structure
|
|
3605
3689
|
end
|
|
@@ -8720,6 +8804,35 @@ module Aws::BedrockAgentCore
|
|
|
8720
8804
|
include Aws::Structure
|
|
8721
8805
|
end
|
|
8722
8806
|
|
|
8807
|
+
# The configuration for mounting an Amazon Simple Storage Service
|
|
8808
|
+
# (Amazon S3) Files access point that you own into a session.
|
|
8809
|
+
#
|
|
8810
|
+
# @!attribute [rw] access_point_arn
|
|
8811
|
+
# The Amazon Resource Name (ARN) of the Amazon Simple Storage Service
|
|
8812
|
+
# (Amazon S3) Files access point to mount.
|
|
8813
|
+
# @return [String]
|
|
8814
|
+
#
|
|
8815
|
+
# @!attribute [rw] mount_path
|
|
8816
|
+
# The absolute path within the session at which the access point is
|
|
8817
|
+
# mounted, for example `/mnt/s3data`. Each mount path must be unique
|
|
8818
|
+
# across all file system configurations in the session.
|
|
8819
|
+
# @return [String]
|
|
8820
|
+
#
|
|
8821
|
+
# @!attribute [rw] file_system_arn
|
|
8822
|
+
# The Amazon Resource Name (ARN) of the Amazon Simple Storage Service
|
|
8823
|
+
# (Amazon S3) Files file system that owns the access point.
|
|
8824
|
+
# @return [String]
|
|
8825
|
+
#
|
|
8826
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/S3FilesConfiguration AWS API Documentation
|
|
8827
|
+
#
|
|
8828
|
+
class S3FilesConfiguration < Struct.new(
|
|
8829
|
+
:access_point_arn,
|
|
8830
|
+
:mount_path,
|
|
8831
|
+
:file_system_arn)
|
|
8832
|
+
SENSITIVE = []
|
|
8833
|
+
include Aws::Structure
|
|
8834
|
+
end
|
|
8835
|
+
|
|
8723
8836
|
# The Amazon S3 location configuration of a resource.
|
|
8724
8837
|
#
|
|
8725
8838
|
# @!attribute [rw] bucket
|
|
@@ -9376,6 +9489,15 @@ module Aws::BedrockAgentCore
|
|
|
9376
9489
|
# A list of certificates to install in the browser session.
|
|
9377
9490
|
# @return [Array<Types::Certificate>]
|
|
9378
9491
|
#
|
|
9492
|
+
# @!attribute [rw] filesystem_configurations
|
|
9493
|
+
# The file system configurations to mount into the browser session.
|
|
9494
|
+
# Use these configurations to mount your own Amazon Simple Storage
|
|
9495
|
+
# Service (Amazon S3) Files or Amazon Elastic File System (Amazon EFS)
|
|
9496
|
+
# access points. Your session can then read and write your data. If
|
|
9497
|
+
# you don't specify this field, no additional file systems are
|
|
9498
|
+
# mounted.
|
|
9499
|
+
# @return [Array<Types::ToolsFileSystemConfiguration>]
|
|
9500
|
+
#
|
|
9379
9501
|
# @!attribute [rw] client_token
|
|
9380
9502
|
# A unique, case-sensitive identifier to ensure that the API request
|
|
9381
9503
|
# completes no more than one time. If this token matches a previous
|
|
@@ -9401,6 +9523,7 @@ module Aws::BedrockAgentCore
|
|
|
9401
9523
|
:proxy_configuration,
|
|
9402
9524
|
:enterprise_policies,
|
|
9403
9525
|
:certificates,
|
|
9526
|
+
:filesystem_configurations,
|
|
9404
9527
|
:client_token)
|
|
9405
9528
|
SENSITIVE = []
|
|
9406
9529
|
include Aws::Structure
|
|
@@ -9465,6 +9588,15 @@ module Aws::BedrockAgentCore
|
|
|
9465
9588
|
# A list of certificates to install in the code interpreter session.
|
|
9466
9589
|
# @return [Array<Types::Certificate>]
|
|
9467
9590
|
#
|
|
9591
|
+
# @!attribute [rw] filesystem_configurations
|
|
9592
|
+
# The file system configurations to mount into the code interpreter
|
|
9593
|
+
# session. Use these configurations to mount your own Amazon Simple
|
|
9594
|
+
# Storage Service (Amazon S3) Files or Amazon Elastic File System
|
|
9595
|
+
# (Amazon EFS) access points. Your session can then read and write
|
|
9596
|
+
# your data. If you don't specify this field, no additional file
|
|
9597
|
+
# systems are mounted.
|
|
9598
|
+
# @return [Array<Types::ToolsFileSystemConfiguration>]
|
|
9599
|
+
#
|
|
9468
9600
|
# @!attribute [rw] client_token
|
|
9469
9601
|
# A unique, case-sensitive identifier to ensure that the API request
|
|
9470
9602
|
# completes no more than one time. If this token matches a previous
|
|
@@ -9485,6 +9617,7 @@ module Aws::BedrockAgentCore
|
|
|
9485
9617
|
:name,
|
|
9486
9618
|
:session_timeout_seconds,
|
|
9487
9619
|
:certificates,
|
|
9620
|
+
:filesystem_configurations,
|
|
9488
9621
|
:client_token)
|
|
9489
9622
|
SENSITIVE = []
|
|
9490
9623
|
include Aws::Structure
|
|
@@ -10499,6 +10632,44 @@ module Aws::BedrockAgentCore
|
|
|
10499
10632
|
include Aws::Structure
|
|
10500
10633
|
end
|
|
10501
10634
|
|
|
10635
|
+
# Specifies a file system to mount into the session by providing exactly
|
|
10636
|
+
# one of the following:
|
|
10637
|
+
#
|
|
10638
|
+
# * `s3FilesConfiguration` - Mounts an Amazon Simple Storage Service
|
|
10639
|
+
# (Amazon S3) Files access point.
|
|
10640
|
+
#
|
|
10641
|
+
# * `efsConfiguration` - Mounts an Amazon Elastic File System (Amazon
|
|
10642
|
+
# EFS) access point.
|
|
10643
|
+
#
|
|
10644
|
+
# @note ToolsFileSystemConfiguration is a union - when making an API calls you must set exactly one of the members.
|
|
10645
|
+
#
|
|
10646
|
+
# @note ToolsFileSystemConfiguration is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of ToolsFileSystemConfiguration corresponding to the set member.
|
|
10647
|
+
#
|
|
10648
|
+
# @!attribute [rw] s3_files_configuration
|
|
10649
|
+
# The configuration for mounting your own Amazon Simple Storage
|
|
10650
|
+
# Service (Amazon S3) Files access point into the session.
|
|
10651
|
+
# @return [Types::S3FilesConfiguration]
|
|
10652
|
+
#
|
|
10653
|
+
# @!attribute [rw] efs_configuration
|
|
10654
|
+
# The configuration for mounting your own Amazon Elastic File System
|
|
10655
|
+
# (Amazon EFS) access point into the session.
|
|
10656
|
+
# @return [Types::EfsConfiguration]
|
|
10657
|
+
#
|
|
10658
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/ToolsFileSystemConfiguration AWS API Documentation
|
|
10659
|
+
#
|
|
10660
|
+
class ToolsFileSystemConfiguration < Struct.new(
|
|
10661
|
+
:s3_files_configuration,
|
|
10662
|
+
:efs_configuration,
|
|
10663
|
+
:unknown)
|
|
10664
|
+
SENSITIVE = []
|
|
10665
|
+
include Aws::Structure
|
|
10666
|
+
include Aws::Structure::Union
|
|
10667
|
+
|
|
10668
|
+
class S3FilesConfiguration < ToolsFileSystemConfiguration; end
|
|
10669
|
+
class EfsConfiguration < ToolsFileSystemConfiguration; end
|
|
10670
|
+
class Unknown < ToolsFileSystemConfiguration; end
|
|
10671
|
+
end
|
|
10672
|
+
|
|
10502
10673
|
# This exception is thrown when the JWT bearer token is invalid or not
|
|
10503
10674
|
# found for OAuth bearer token based access
|
|
10504
10675
|
#
|
data/sig/client.rbs
CHANGED
|
@@ -349,6 +349,19 @@ module Aws
|
|
|
349
349
|
) -> _DeleteBatchEvaluationResponseSuccess
|
|
350
350
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteBatchEvaluationResponseSuccess
|
|
351
351
|
|
|
352
|
+
interface _DeleteCapacityProviderSessionResponseSuccess
|
|
353
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteCapacityProviderSessionResponse]
|
|
354
|
+
def capacity_provider_arn: () -> ::String
|
|
355
|
+
def session_id: () -> ::String
|
|
356
|
+
def status: () -> ("Provisioning" | "Deprovisioning" | "Active" | "Deleting" | "Deleted" | "Stopped")
|
|
357
|
+
end
|
|
358
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCore/Client.html#delete_capacity_provider_session-instance_method
|
|
359
|
+
def delete_capacity_provider_session: (
|
|
360
|
+
capacity_provider_id: ::String,
|
|
361
|
+
session_id: ::String
|
|
362
|
+
) -> _DeleteCapacityProviderSessionResponseSuccess
|
|
363
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteCapacityProviderSessionResponseSuccess
|
|
364
|
+
|
|
352
365
|
interface _DeleteEventResponseSuccess
|
|
353
366
|
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteEventOutput]
|
|
354
367
|
def event_id: () -> ::String
|
|
@@ -534,6 +547,7 @@ module Aws
|
|
|
534
547
|
def streams: () -> Types::BrowserSessionStream
|
|
535
548
|
def proxy_configuration: () -> Types::ProxyConfiguration
|
|
536
549
|
def certificates: () -> ::Array[Types::Certificate]
|
|
550
|
+
def filesystem_configurations: () -> ::Array[Types::ToolsFileSystemConfiguration]
|
|
537
551
|
def session_replay_artifact: () -> ::String
|
|
538
552
|
def last_updated_at: () -> ::Time
|
|
539
553
|
end
|
|
@@ -553,6 +567,7 @@ module Aws
|
|
|
553
567
|
def session_timeout_seconds: () -> ::Integer
|
|
554
568
|
def status: () -> ("READY" | "TERMINATED")
|
|
555
569
|
def certificates: () -> ::Array[Types::Certificate]
|
|
570
|
+
def filesystem_configurations: () -> ::Array[Types::ToolsFileSystemConfiguration]
|
|
556
571
|
end
|
|
557
572
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCore/Client.html#get_code_interpreter_session-instance_method
|
|
558
573
|
def get_code_interpreter_session: (
|
|
@@ -1493,6 +1508,9 @@ module Aws
|
|
|
1493
1508
|
}
|
|
1494
1509
|
}
|
|
1495
1510
|
],
|
|
1511
|
+
?filesystem_configurations: Array[
|
|
1512
|
+
Params::tools_file_system_configuration
|
|
1513
|
+
],
|
|
1496
1514
|
?client_token: ::String
|
|
1497
1515
|
) -> _StartBrowserSessionResponseSuccess
|
|
1498
1516
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartBrowserSessionResponseSuccess
|
|
@@ -1519,6 +1537,9 @@ module Aws
|
|
|
1519
1537
|
}
|
|
1520
1538
|
}
|
|
1521
1539
|
],
|
|
1540
|
+
?filesystem_configurations: Array[
|
|
1541
|
+
Params::tools_file_system_configuration
|
|
1542
|
+
],
|
|
1522
1543
|
?client_token: ::String
|
|
1523
1544
|
) -> _StartCodeInterpreterSessionResponseSuccess
|
|
1524
1545
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartCodeInterpreterSessionResponseSuccess
|
data/sig/params.rbs
CHANGED
|
@@ -41,6 +41,19 @@ module Aws
|
|
|
41
41
|
right: Params::memory_record_right_expression?
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
+
type tools_file_system_configuration = {
|
|
45
|
+
s3_files_configuration: {
|
|
46
|
+
access_point_arn: ::String,
|
|
47
|
+
mount_path: ::String,
|
|
48
|
+
file_system_arn: ::String
|
|
49
|
+
}?,
|
|
50
|
+
efs_configuration: {
|
|
51
|
+
access_point_arn: ::String,
|
|
52
|
+
mount_path: ::String,
|
|
53
|
+
file_system_arn: ::String
|
|
54
|
+
}?
|
|
55
|
+
}
|
|
56
|
+
|
|
44
57
|
type cloud_watch_logs_rule = {
|
|
45
58
|
filters: Array[
|
|
46
59
|
Params::cloud_watch_logs_filter
|
data/sig/types.rbs
CHANGED
|
@@ -602,6 +602,19 @@ module Aws::BedrockAgentCore
|
|
|
602
602
|
SENSITIVE: []
|
|
603
603
|
end
|
|
604
604
|
|
|
605
|
+
class DeleteCapacityProviderSessionRequest
|
|
606
|
+
attr_accessor capacity_provider_id: ::String
|
|
607
|
+
attr_accessor session_id: ::String
|
|
608
|
+
SENSITIVE: []
|
|
609
|
+
end
|
|
610
|
+
|
|
611
|
+
class DeleteCapacityProviderSessionResponse
|
|
612
|
+
attr_accessor capacity_provider_arn: ::String
|
|
613
|
+
attr_accessor session_id: ::String
|
|
614
|
+
attr_accessor status: ("Provisioning" | "Deprovisioning" | "Active" | "Deleting" | "Deleted" | "Stopped")
|
|
615
|
+
SENSITIVE: []
|
|
616
|
+
end
|
|
617
|
+
|
|
605
618
|
class DeleteEventInput
|
|
606
619
|
attr_accessor memory_id: ::String
|
|
607
620
|
attr_accessor session_id: ::String
|
|
@@ -675,6 +688,13 @@ module Aws::BedrockAgentCore
|
|
|
675
688
|
SENSITIVE: []
|
|
676
689
|
end
|
|
677
690
|
|
|
691
|
+
class EfsConfiguration
|
|
692
|
+
attr_accessor access_point_arn: ::String
|
|
693
|
+
attr_accessor mount_path: ::String
|
|
694
|
+
attr_accessor file_system_arn: ::String
|
|
695
|
+
SENSITIVE: []
|
|
696
|
+
end
|
|
697
|
+
|
|
678
698
|
class EmbeddedCryptoWallet
|
|
679
699
|
attr_accessor network: ("ETHEREUM" | "SOLANA")
|
|
680
700
|
attr_accessor linked_accounts: ::Array[Types::LinkedAccount]
|
|
@@ -1035,6 +1055,7 @@ module Aws::BedrockAgentCore
|
|
|
1035
1055
|
attr_accessor streams: Types::BrowserSessionStream
|
|
1036
1056
|
attr_accessor proxy_configuration: Types::ProxyConfiguration
|
|
1037
1057
|
attr_accessor certificates: ::Array[Types::Certificate]
|
|
1058
|
+
attr_accessor filesystem_configurations: ::Array[Types::ToolsFileSystemConfiguration]
|
|
1038
1059
|
attr_accessor session_replay_artifact: ::String
|
|
1039
1060
|
attr_accessor last_updated_at: ::Time
|
|
1040
1061
|
SENSITIVE: []
|
|
@@ -1054,6 +1075,7 @@ module Aws::BedrockAgentCore
|
|
|
1054
1075
|
attr_accessor session_timeout_seconds: ::Integer
|
|
1055
1076
|
attr_accessor status: ("READY" | "TERMINATED")
|
|
1056
1077
|
attr_accessor certificates: ::Array[Types::Certificate]
|
|
1078
|
+
attr_accessor filesystem_configurations: ::Array[Types::ToolsFileSystemConfiguration]
|
|
1057
1079
|
SENSITIVE: []
|
|
1058
1080
|
end
|
|
1059
1081
|
|
|
@@ -2672,6 +2694,13 @@ module Aws::BedrockAgentCore
|
|
|
2672
2694
|
SENSITIVE: []
|
|
2673
2695
|
end
|
|
2674
2696
|
|
|
2697
|
+
class S3FilesConfiguration
|
|
2698
|
+
attr_accessor access_point_arn: ::String
|
|
2699
|
+
attr_accessor mount_path: ::String
|
|
2700
|
+
attr_accessor file_system_arn: ::String
|
|
2701
|
+
SENSITIVE: []
|
|
2702
|
+
end
|
|
2703
|
+
|
|
2675
2704
|
class S3Location
|
|
2676
2705
|
attr_accessor bucket: ::String
|
|
2677
2706
|
attr_accessor prefix: ::String
|
|
@@ -2841,6 +2870,7 @@ module Aws::BedrockAgentCore
|
|
|
2841
2870
|
attr_accessor proxy_configuration: Types::ProxyConfiguration
|
|
2842
2871
|
attr_accessor enterprise_policies: ::Array[Types::BrowserEnterprisePolicy]
|
|
2843
2872
|
attr_accessor certificates: ::Array[Types::Certificate]
|
|
2873
|
+
attr_accessor filesystem_configurations: ::Array[Types::ToolsFileSystemConfiguration]
|
|
2844
2874
|
attr_accessor client_token: ::String
|
|
2845
2875
|
SENSITIVE: []
|
|
2846
2876
|
end
|
|
@@ -2860,6 +2890,7 @@ module Aws::BedrockAgentCore
|
|
|
2860
2890
|
attr_accessor name: ::String
|
|
2861
2891
|
attr_accessor session_timeout_seconds: ::Integer
|
|
2862
2892
|
attr_accessor certificates: ::Array[Types::Certificate]
|
|
2893
|
+
attr_accessor filesystem_configurations: ::Array[Types::ToolsFileSystemConfiguration]
|
|
2863
2894
|
attr_accessor client_token: ::String
|
|
2864
2895
|
SENSITIVE: []
|
|
2865
2896
|
end
|
|
@@ -3156,6 +3187,20 @@ module Aws::BedrockAgentCore
|
|
|
3156
3187
|
SENSITIVE: []
|
|
3157
3188
|
end
|
|
3158
3189
|
|
|
3190
|
+
class ToolsFileSystemConfiguration
|
|
3191
|
+
attr_accessor s3_files_configuration: Types::S3FilesConfiguration
|
|
3192
|
+
attr_accessor efs_configuration: Types::EfsConfiguration
|
|
3193
|
+
attr_accessor unknown: untyped
|
|
3194
|
+
SENSITIVE: []
|
|
3195
|
+
|
|
3196
|
+
class S3FilesConfiguration < ToolsFileSystemConfiguration
|
|
3197
|
+
end
|
|
3198
|
+
class EfsConfiguration < ToolsFileSystemConfiguration
|
|
3199
|
+
end
|
|
3200
|
+
class Unknown < ToolsFileSystemConfiguration
|
|
3201
|
+
end
|
|
3202
|
+
end
|
|
3203
|
+
|
|
3159
3204
|
class UnauthorizedException
|
|
3160
3205
|
attr_accessor message: ::String
|
|
3161
3206
|
SENSITIVE: []
|