aws-sdk-bedrockagentcorecontrol 1.43.0 → 1.44.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4e36ac8c51465f405bbae277a054db98f8ab1d5cd4f7d615f36eb23cb4269f78
4
- data.tar.gz: fd57a4b679e9c3353aa0acad260c3eed2adeada1bcb18c4b2614d8b09f4332a4
3
+ metadata.gz: bb3ef92ff9f8343bb7fea02ddd4160626293488c5a1ee162424bc522e591c396
4
+ data.tar.gz: 63818fdd5ba0a575baff1e905968d51b60e43b8757ae7a7eec763198b3b373ef
5
5
  SHA512:
6
- metadata.gz: 564b3934cb86c02a7f09b86da61a5a1f2cd6798620071fdd4cd8cd840f4cfaf7d1f0a3430786ff0d59d2b89e3e28147a9c8c803a1286bab327614755f5ad9e82
7
- data.tar.gz: 0ddfafec7b98d9637125c966ca94447bf34f4cd356a91461933907fe808f37509dd659762f49352d9be9d9f181bad3a83ba29b493d6739687064869aabe00876
6
+ metadata.gz: ef8dce8cdcd60e7a76d5b887d5904b048a235c745e9ffc0b3668cea586e160733a032e12e2b7d60fa99e461b6600ac4d7995ea39fcfe7d6d7684adada2cf9032
7
+ data.tar.gz: bbb020fccc72e705a44866ed66abdab127b5782538f70adcd14e770d7bd5bbfce1a03460500350fc8f756672ad531c4b824dff28beb971d0246a69527b851d7d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.44.0 (2026-05-06)
5
+ ------------------
6
+
7
+ * Feature - Adds support for bring-your-own file system in AgentCore Runtime. Developers can mount Amazon S3 Files and Amazon EFS access points directly into agent sessions using filesystemConfigurations.
8
+
4
9
  1.43.0 (2026-05-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.43.0
1
+ 1.44.0
@@ -640,6 +640,14 @@ module Aws::BedrockAgentCoreControl
640
640
  # session_storage: {
641
641
  # mount_path: "MountPath", # required
642
642
  # },
643
+ # s3_files_access_point: {
644
+ # access_point_arn: "S3FilesAccessPointArn", # required
645
+ # mount_path: "MountPath", # required
646
+ # },
647
+ # efs_access_point: {
648
+ # access_point_arn: "EfsAccessPointArn", # required
649
+ # mount_path: "MountPath", # required
650
+ # },
643
651
  # },
644
652
  # ],
645
653
  # tags: {
@@ -2136,6 +2144,14 @@ module Aws::BedrockAgentCoreControl
2136
2144
  # session_storage: {
2137
2145
  # mount_path: "MountPath", # required
2138
2146
  # },
2147
+ # s3_files_access_point: {
2148
+ # access_point_arn: "S3FilesAccessPointArn", # required
2149
+ # mount_path: "MountPath", # required
2150
+ # },
2151
+ # efs_access_point: {
2152
+ # access_point_arn: "EfsAccessPointArn", # required
2153
+ # mount_path: "MountPath", # required
2154
+ # },
2139
2155
  # },
2140
2156
  # ],
2141
2157
  # },
@@ -2380,6 +2396,10 @@ module Aws::BedrockAgentCoreControl
2380
2396
  # resp.harness.environment.agent_core_runtime_environment.network_configuration.network_mode_config.subnets[0] #=> String
2381
2397
  # resp.harness.environment.agent_core_runtime_environment.filesystem_configurations #=> Array
2382
2398
  # resp.harness.environment.agent_core_runtime_environment.filesystem_configurations[0].session_storage.mount_path #=> String
2399
+ # resp.harness.environment.agent_core_runtime_environment.filesystem_configurations[0].s3_files_access_point.access_point_arn #=> String
2400
+ # resp.harness.environment.agent_core_runtime_environment.filesystem_configurations[0].s3_files_access_point.mount_path #=> String
2401
+ # resp.harness.environment.agent_core_runtime_environment.filesystem_configurations[0].efs_access_point.access_point_arn #=> String
2402
+ # resp.harness.environment.agent_core_runtime_environment.filesystem_configurations[0].efs_access_point.mount_path #=> String
2383
2403
  # resp.harness.environment_artifact.container_configuration.container_uri #=> String
2384
2404
  # resp.harness.environment_variables #=> Hash
2385
2405
  # resp.harness.environment_variables["EnvironmentVariableKey"] #=> String
@@ -4353,6 +4373,10 @@ module Aws::BedrockAgentCoreControl
4353
4373
  # resp.harness.environment.agent_core_runtime_environment.network_configuration.network_mode_config.subnets[0] #=> String
4354
4374
  # resp.harness.environment.agent_core_runtime_environment.filesystem_configurations #=> Array
4355
4375
  # resp.harness.environment.agent_core_runtime_environment.filesystem_configurations[0].session_storage.mount_path #=> String
4376
+ # resp.harness.environment.agent_core_runtime_environment.filesystem_configurations[0].s3_files_access_point.access_point_arn #=> String
4377
+ # resp.harness.environment.agent_core_runtime_environment.filesystem_configurations[0].s3_files_access_point.mount_path #=> String
4378
+ # resp.harness.environment.agent_core_runtime_environment.filesystem_configurations[0].efs_access_point.access_point_arn #=> String
4379
+ # resp.harness.environment.agent_core_runtime_environment.filesystem_configurations[0].efs_access_point.mount_path #=> String
4356
4380
  # resp.harness.environment_artifact.container_configuration.container_uri #=> String
4357
4381
  # resp.harness.environment_variables #=> Hash
4358
4382
  # resp.harness.environment_variables["EnvironmentVariableKey"] #=> String
@@ -4838,6 +4862,10 @@ module Aws::BedrockAgentCoreControl
4838
4862
  # resp.metadata_configuration.require_mmdsv2 #=> Boolean
4839
4863
  # resp.filesystem_configurations #=> Array
4840
4864
  # resp.filesystem_configurations[0].session_storage.mount_path #=> String
4865
+ # resp.filesystem_configurations[0].s3_files_access_point.access_point_arn #=> String
4866
+ # resp.filesystem_configurations[0].s3_files_access_point.mount_path #=> String
4867
+ # resp.filesystem_configurations[0].efs_access_point.access_point_arn #=> String
4868
+ # resp.filesystem_configurations[0].efs_access_point.mount_path #=> String
4841
4869
  #
4842
4870
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/GetAgentRuntime AWS API Documentation
4843
4871
  #
@@ -5690,6 +5718,10 @@ module Aws::BedrockAgentCoreControl
5690
5718
  # resp.harness.environment.agent_core_runtime_environment.network_configuration.network_mode_config.subnets[0] #=> String
5691
5719
  # resp.harness.environment.agent_core_runtime_environment.filesystem_configurations #=> Array
5692
5720
  # resp.harness.environment.agent_core_runtime_environment.filesystem_configurations[0].session_storage.mount_path #=> String
5721
+ # resp.harness.environment.agent_core_runtime_environment.filesystem_configurations[0].s3_files_access_point.access_point_arn #=> String
5722
+ # resp.harness.environment.agent_core_runtime_environment.filesystem_configurations[0].s3_files_access_point.mount_path #=> String
5723
+ # resp.harness.environment.agent_core_runtime_environment.filesystem_configurations[0].efs_access_point.access_point_arn #=> String
5724
+ # resp.harness.environment.agent_core_runtime_environment.filesystem_configurations[0].efs_access_point.mount_path #=> String
5693
5725
  # resp.harness.environment_artifact.container_configuration.container_uri #=> String
5694
5726
  # resp.harness.environment_variables #=> Hash
5695
5727
  # resp.harness.environment_variables["EnvironmentVariableKey"] #=> String
@@ -8462,6 +8494,14 @@ module Aws::BedrockAgentCoreControl
8462
8494
  # session_storage: {
8463
8495
  # mount_path: "MountPath", # required
8464
8496
  # },
8497
+ # s3_files_access_point: {
8498
+ # access_point_arn: "S3FilesAccessPointArn", # required
8499
+ # mount_path: "MountPath", # required
8500
+ # },
8501
+ # efs_access_point: {
8502
+ # access_point_arn: "EfsAccessPointArn", # required
8503
+ # mount_path: "MountPath", # required
8504
+ # },
8465
8505
  # },
8466
8506
  # ],
8467
8507
  # client_token: "ClientToken",
@@ -9618,6 +9658,14 @@ module Aws::BedrockAgentCoreControl
9618
9658
  # session_storage: {
9619
9659
  # mount_path: "MountPath", # required
9620
9660
  # },
9661
+ # s3_files_access_point: {
9662
+ # access_point_arn: "S3FilesAccessPointArn", # required
9663
+ # mount_path: "MountPath", # required
9664
+ # },
9665
+ # efs_access_point: {
9666
+ # access_point_arn: "EfsAccessPointArn", # required
9667
+ # mount_path: "MountPath", # required
9668
+ # },
9621
9669
  # },
9622
9670
  # ],
9623
9671
  # },
@@ -9865,6 +9913,10 @@ module Aws::BedrockAgentCoreControl
9865
9913
  # resp.harness.environment.agent_core_runtime_environment.network_configuration.network_mode_config.subnets[0] #=> String
9866
9914
  # resp.harness.environment.agent_core_runtime_environment.filesystem_configurations #=> Array
9867
9915
  # resp.harness.environment.agent_core_runtime_environment.filesystem_configurations[0].session_storage.mount_path #=> String
9916
+ # resp.harness.environment.agent_core_runtime_environment.filesystem_configurations[0].s3_files_access_point.access_point_arn #=> String
9917
+ # resp.harness.environment.agent_core_runtime_environment.filesystem_configurations[0].s3_files_access_point.mount_path #=> String
9918
+ # resp.harness.environment.agent_core_runtime_environment.filesystem_configurations[0].efs_access_point.access_point_arn #=> String
9919
+ # resp.harness.environment.agent_core_runtime_environment.filesystem_configurations[0].efs_access_point.mount_path #=> String
9868
9920
  # resp.harness.environment_artifact.container_configuration.container_uri #=> String
9869
9921
  # resp.harness.environment_variables #=> Hash
9870
9922
  # resp.harness.environment_variables["EnvironmentVariableKey"] #=> String
@@ -11564,7 +11616,7 @@ module Aws::BedrockAgentCoreControl
11564
11616
  tracer: tracer
11565
11617
  )
11566
11618
  context[:gem_name] = 'aws-sdk-bedrockagentcorecontrol'
11567
- context[:gem_version] = '1.43.0'
11619
+ context[:gem_version] = '1.44.0'
11568
11620
  Seahorse::Client::Request.new(handlers, context)
11569
11621
  end
11570
11622
 
@@ -282,6 +282,8 @@ module Aws::BedrockAgentCoreControl
282
282
  Document = Shapes::DocumentShape.new(name: 'Document', document: true)
283
283
  DomainName = Shapes::StringShape.new(name: 'DomainName')
284
284
  Double = Shapes::FloatShape.new(name: 'Double')
285
+ EfsAccessPointArn = Shapes::StringShape.new(name: 'EfsAccessPointArn')
286
+ EfsAccessPointConfiguration = Shapes::StructureShape.new(name: 'EfsAccessPointConfiguration')
285
287
  EncryptionFailure = Shapes::StructureShape.new(name: 'EncryptionFailure')
286
288
  EndpointIpAddressType = Shapes::StringShape.new(name: 'EndpointIpAddressType')
287
289
  EndpointName = Shapes::StringShape.new(name: 'EndpointName')
@@ -763,6 +765,8 @@ module Aws::BedrockAgentCoreControl
763
765
  RuntimeTargetConfiguration = Shapes::StructureShape.new(name: 'RuntimeTargetConfiguration')
764
766
  S3BucketUri = Shapes::StringShape.new(name: 'S3BucketUri')
765
767
  S3Configuration = Shapes::StructureShape.new(name: 'S3Configuration')
768
+ S3FilesAccessPointArn = Shapes::StringShape.new(name: 'S3FilesAccessPointArn')
769
+ S3FilesAccessPointConfiguration = Shapes::StructureShape.new(name: 'S3FilesAccessPointConfiguration')
766
770
  S3Location = Shapes::StructureShape.new(name: 'S3Location')
767
771
  S3LocationBucketString = Shapes::StringShape.new(name: 'S3LocationBucketString')
768
772
  S3LocationPrefixString = Shapes::StringShape.new(name: 'S3LocationPrefixString')
@@ -2013,6 +2017,10 @@ module Aws::BedrockAgentCoreControl
2013
2017
  Descriptors.add_member(:agent_skills, Shapes::ShapeRef.new(shape: AgentSkillsDescriptor, location_name: "agentSkills"))
2014
2018
  Descriptors.struct_class = Types::Descriptors
2015
2019
 
2020
+ EfsAccessPointConfiguration.add_member(:access_point_arn, Shapes::ShapeRef.new(shape: EfsAccessPointArn, required: true, location_name: "accessPointArn"))
2021
+ EfsAccessPointConfiguration.add_member(:mount_path, Shapes::ShapeRef.new(shape: MountPath, required: true, location_name: "mountPath"))
2022
+ EfsAccessPointConfiguration.struct_class = Types::EfsAccessPointConfiguration
2023
+
2016
2024
  EncryptionFailure.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
2017
2025
  EncryptionFailure.struct_class = Types::EncryptionFailure
2018
2026
 
@@ -2122,8 +2130,12 @@ module Aws::BedrockAgentCoreControl
2122
2130
  ExtractionConfiguration.struct_class = Types::ExtractionConfiguration
2123
2131
 
2124
2132
  FilesystemConfiguration.add_member(:session_storage, Shapes::ShapeRef.new(shape: SessionStorageConfiguration, location_name: "sessionStorage"))
2133
+ FilesystemConfiguration.add_member(:s3_files_access_point, Shapes::ShapeRef.new(shape: S3FilesAccessPointConfiguration, location_name: "s3FilesAccessPoint"))
2134
+ FilesystemConfiguration.add_member(:efs_access_point, Shapes::ShapeRef.new(shape: EfsAccessPointConfiguration, location_name: "efsAccessPoint"))
2125
2135
  FilesystemConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
2126
2136
  FilesystemConfiguration.add_member_subclass(:session_storage, Types::FilesystemConfiguration::SessionStorage)
2137
+ FilesystemConfiguration.add_member_subclass(:s3_files_access_point, Types::FilesystemConfiguration::S3FilesAccessPoint)
2138
+ FilesystemConfiguration.add_member_subclass(:efs_access_point, Types::FilesystemConfiguration::EfsAccessPoint)
2127
2139
  FilesystemConfiguration.add_member_subclass(:unknown, Types::FilesystemConfiguration::Unknown)
2128
2140
  FilesystemConfiguration.struct_class = Types::FilesystemConfiguration
2129
2141
 
@@ -3675,6 +3687,10 @@ module Aws::BedrockAgentCoreControl
3675
3687
  S3Configuration.add_member(:bucket_owner_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "bucketOwnerAccountId"))
3676
3688
  S3Configuration.struct_class = Types::S3Configuration
3677
3689
 
3690
+ S3FilesAccessPointConfiguration.add_member(:access_point_arn, Shapes::ShapeRef.new(shape: S3FilesAccessPointArn, required: true, location_name: "accessPointArn"))
3691
+ S3FilesAccessPointConfiguration.add_member(:mount_path, Shapes::ShapeRef.new(shape: MountPath, required: true, location_name: "mountPath"))
3692
+ S3FilesAccessPointConfiguration.struct_class = Types::S3FilesAccessPointConfiguration
3693
+
3678
3694
  S3Location.add_member(:bucket, Shapes::ShapeRef.new(shape: S3LocationBucketString, required: true, location_name: "bucket"))
3679
3695
  S3Location.add_member(:prefix, Shapes::ShapeRef.new(shape: S3LocationPrefixString, required: true, location_name: "prefix"))
3680
3696
  S3Location.add_member(:version_id, Shapes::ShapeRef.new(shape: S3LocationVersionIdString, location_name: "versionId"))
@@ -4862,6 +4862,29 @@ module Aws::BedrockAgentCoreControl
4862
4862
  include Aws::Structure
4863
4863
  end
4864
4864
 
4865
+ # Configuration for an Amazon EFS access point filesystem mounted into
4866
+ # the AgentCore Runtime. EFS access points provide shared file storage
4867
+ # accessible from your AgentCore Runtime sessions.
4868
+ #
4869
+ # @!attribute [rw] access_point_arn
4870
+ # The ARN of the EFS access point to mount into the AgentCore Runtime.
4871
+ # @return [String]
4872
+ #
4873
+ # @!attribute [rw] mount_path
4874
+ # The mount path for the EFS access point inside the AgentCore
4875
+ # Runtime. The path must be under `/mnt` with exactly one subdirectory
4876
+ # level (for example, `/mnt/data`).
4877
+ # @return [String]
4878
+ #
4879
+ # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/EfsAccessPointConfiguration AWS API Documentation
4880
+ #
4881
+ class EfsAccessPointConfiguration < Struct.new(
4882
+ :access_point_arn,
4883
+ :mount_path)
4884
+ SENSITIVE = []
4885
+ include Aws::Structure
4886
+ end
4887
+
4865
4888
  # Exception thrown when encryption of a secret fails.
4866
4889
  #
4867
4890
  # @!attribute [rw] message
@@ -5373,16 +5396,30 @@ module Aws::BedrockAgentCoreControl
5373
5396
  # session invocations.
5374
5397
  # @return [Types::SessionStorageConfiguration]
5375
5398
  #
5399
+ # @!attribute [rw] s3_files_access_point
5400
+ # Configuration for an Amazon S3 Files access point to mount into the
5401
+ # AgentCore Runtime.
5402
+ # @return [Types::S3FilesAccessPointConfiguration]
5403
+ #
5404
+ # @!attribute [rw] efs_access_point
5405
+ # Configuration for an Amazon EFS access point to mount into the
5406
+ # AgentCore Runtime.
5407
+ # @return [Types::EfsAccessPointConfiguration]
5408
+ #
5376
5409
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/FilesystemConfiguration AWS API Documentation
5377
5410
  #
5378
5411
  class FilesystemConfiguration < Struct.new(
5379
5412
  :session_storage,
5413
+ :s3_files_access_point,
5414
+ :efs_access_point,
5380
5415
  :unknown)
5381
5416
  SENSITIVE = []
5382
5417
  include Aws::Structure
5383
5418
  include Aws::Structure::Union
5384
5419
 
5385
5420
  class SessionStorage < FilesystemConfiguration; end
5421
+ class S3FilesAccessPoint < FilesystemConfiguration; end
5422
+ class EfsAccessPoint < FilesystemConfiguration; end
5386
5423
  class Unknown < FilesystemConfiguration; end
5387
5424
  end
5388
5425
 
@@ -12510,6 +12547,30 @@ module Aws::BedrockAgentCoreControl
12510
12547
  include Aws::Structure
12511
12548
  end
12512
12549
 
12550
+ # Configuration for an Amazon S3 Files access point filesystem mounted
12551
+ # into the AgentCore Runtime. S3 Files access points provide shared file
12552
+ # storage accessible from your AgentCore Runtime sessions.
12553
+ #
12554
+ # @!attribute [rw] access_point_arn
12555
+ # The ARN of the S3 Files access point to mount into the AgentCore
12556
+ # Runtime.
12557
+ # @return [String]
12558
+ #
12559
+ # @!attribute [rw] mount_path
12560
+ # The mount path for the S3 Files access point inside the AgentCore
12561
+ # Runtime. The path must be under `/mnt` with exactly one subdirectory
12562
+ # level (for example, `/mnt/data`).
12563
+ # @return [String]
12564
+ #
12565
+ # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/S3FilesAccessPointConfiguration AWS API Documentation
12566
+ #
12567
+ class S3FilesAccessPointConfiguration < Struct.new(
12568
+ :access_point_arn,
12569
+ :mount_path)
12570
+ SENSITIVE = []
12571
+ include Aws::Structure
12572
+ end
12573
+
12513
12574
  # The Amazon S3 location for storing data. This structure defines where
12514
12575
  # in Amazon S3 data is stored.
12515
12576
  #
@@ -55,7 +55,7 @@ module Aws::BedrockAgentCoreControl
55
55
  autoload :EndpointProvider, 'aws-sdk-bedrockagentcorecontrol/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-bedrockagentcorecontrol/endpoints'
57
57
 
58
- GEM_VERSION = '1.43.0'
58
+ GEM_VERSION = '1.44.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -183,6 +183,14 @@ module Aws
183
183
  {
184
184
  session_storage: {
185
185
  mount_path: ::String
186
+ }?,
187
+ s3_files_access_point: {
188
+ access_point_arn: ::String,
189
+ mount_path: ::String
190
+ }?,
191
+ efs_access_point: {
192
+ access_point_arn: ::String,
193
+ mount_path: ::String
186
194
  }?
187
195
  },
188
196
  ],
@@ -790,6 +798,14 @@ module Aws
790
798
  {
791
799
  session_storage: {
792
800
  mount_path: ::String
801
+ }?,
802
+ s3_files_access_point: {
803
+ access_point_arn: ::String,
804
+ mount_path: ::String
805
+ }?,
806
+ efs_access_point: {
807
+ access_point_arn: ::String,
808
+ mount_path: ::String
793
809
  }?
794
810
  },
795
811
  ]?
@@ -2898,6 +2914,14 @@ module Aws
2898
2914
  {
2899
2915
  session_storage: {
2900
2916
  mount_path: ::String
2917
+ }?,
2918
+ s3_files_access_point: {
2919
+ access_point_arn: ::String,
2920
+ mount_path: ::String
2921
+ }?,
2922
+ efs_access_point: {
2923
+ access_point_arn: ::String,
2924
+ mount_path: ::String
2901
2925
  }?
2902
2926
  },
2903
2927
  ],
@@ -3400,6 +3424,14 @@ module Aws
3400
3424
  {
3401
3425
  session_storage: {
3402
3426
  mount_path: ::String
3427
+ }?,
3428
+ s3_files_access_point: {
3429
+ access_point_arn: ::String,
3430
+ mount_path: ::String
3431
+ }?,
3432
+ efs_access_point: {
3433
+ access_point_arn: ::String,
3434
+ mount_path: ::String
3403
3435
  }?
3404
3436
  },
3405
3437
  ]?
data/sig/types.rbs CHANGED
@@ -1348,6 +1348,12 @@ module Aws::BedrockAgentCoreControl
1348
1348
  SENSITIVE: []
1349
1349
  end
1350
1350
 
1351
+ class EfsAccessPointConfiguration
1352
+ attr_accessor access_point_arn: ::String
1353
+ attr_accessor mount_path: ::String
1354
+ SENSITIVE: []
1355
+ end
1356
+
1351
1357
  class EncryptionFailure
1352
1358
  attr_accessor message: ::String
1353
1359
  SENSITIVE: []
@@ -1501,11 +1507,17 @@ module Aws::BedrockAgentCoreControl
1501
1507
 
1502
1508
  class FilesystemConfiguration
1503
1509
  attr_accessor session_storage: Types::SessionStorageConfiguration
1510
+ attr_accessor s3_files_access_point: Types::S3FilesAccessPointConfiguration
1511
+ attr_accessor efs_access_point: Types::EfsAccessPointConfiguration
1504
1512
  attr_accessor unknown: untyped
1505
1513
  SENSITIVE: []
1506
1514
 
1507
1515
  class SessionStorage < FilesystemConfiguration
1508
1516
  end
1517
+ class S3FilesAccessPoint < FilesystemConfiguration
1518
+ end
1519
+ class EfsAccessPoint < FilesystemConfiguration
1520
+ end
1509
1521
  class Unknown < FilesystemConfiguration
1510
1522
  end
1511
1523
  end
@@ -3570,6 +3582,12 @@ module Aws::BedrockAgentCoreControl
3570
3582
  SENSITIVE: []
3571
3583
  end
3572
3584
 
3585
+ class S3FilesAccessPointConfiguration
3586
+ attr_accessor access_point_arn: ::String
3587
+ attr_accessor mount_path: ::String
3588
+ SENSITIVE: []
3589
+ end
3590
+
3573
3591
  class S3Location
3574
3592
  attr_accessor bucket: ::String
3575
3593
  attr_accessor prefix: ::String
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-bedrockagentcorecontrol
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.43.0
4
+ version: 1.44.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services