aws-sdk-bedrockagentcorecontrol 1.51.0 → 1.53.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.
data/sig/client.rbs CHANGED
@@ -302,6 +302,7 @@ module Aws
302
302
  name: ::String,
303
303
  arn: ::String?
304
304
  },
305
+ ?kms_key_arn: ::String,
305
306
  ?tags: Hash[::String, ::String]
306
307
  ) -> _CreateConfigurationBundleResponseSuccess
307
308
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateConfigurationBundleResponseSuccess
@@ -576,11 +577,19 @@ module Aws
576
577
  service_names: Array[::String]
577
578
  }?
578
579
  },
579
- evaluators: Array[
580
+ ?evaluators: Array[
580
581
  {
581
582
  evaluator_id: ::String?
582
583
  }
583
584
  ],
585
+ ?insights: Array[
586
+ {
587
+ insight_id: ::String
588
+ }
589
+ ],
590
+ ?clustering_config: {
591
+ frequencies: Array[("DAILY" | "WEEKLY" | "MONTHLY")]
592
+ },
584
593
  evaluation_execution_role_arn: ::String,
585
594
  enable_on_create: bool,
586
595
  ?tags: Hash[::String, ::String]
@@ -958,7 +967,7 @@ module Aws
958
967
  interface _DeleteMemoryResponseSuccess
959
968
  include ::Seahorse::Client::_ResponseSuccess[Types::DeleteMemoryOutput]
960
969
  def memory_id: () -> ::String
961
- def status: () -> ("CREATING" | "ACTIVE" | "FAILED" | "DELETING")
970
+ def status: () -> ("CREATING" | "ACTIVE" | "FAILED" | "DELETING" | "UPDATING")
962
971
  end
963
972
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCoreControl/Client.html#delete_memory-instance_method
964
973
  def delete_memory: (
@@ -1238,6 +1247,7 @@ module Aws
1238
1247
  def lineage_metadata: () -> Types::VersionLineageMetadata
1239
1248
  def created_at: () -> ::Time
1240
1249
  def updated_at: () -> ::Time
1250
+ def kms_key_arn: () -> ::String
1241
1251
  end
1242
1252
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCoreControl/Client.html#get_configuration_bundle-instance_method
1243
1253
  def get_configuration_bundle: (
@@ -1257,6 +1267,7 @@ module Aws
1257
1267
  def lineage_metadata: () -> Types::VersionLineageMetadata
1258
1268
  def created_at: () -> ::Time
1259
1269
  def version_created_at: () -> ::Time
1270
+ def kms_key_arn: () -> ::String
1260
1271
  end
1261
1272
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/BedrockAgentCoreControl/Client.html#get_configuration_bundle_version-instance_method
1262
1273
  def get_configuration_bundle_version: (
@@ -1437,6 +1448,8 @@ module Aws
1437
1448
  def rule: () -> Types::Rule
1438
1449
  def data_source_config: () -> Types::DataSourceConfig
1439
1450
  def evaluators: () -> ::Array[Types::EvaluatorReference]
1451
+ def insights: () -> ::Array[Types::Insight]
1452
+ def clustering_config: () -> Types::ClusteringConfig
1440
1453
  def output_config: () -> Types::OutputConfig
1441
1454
  def evaluation_execution_role_arn: () -> ::String
1442
1455
  def status: () -> ("ACTIVE" | "CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "DELETING" | "ERROR")
@@ -2340,7 +2353,8 @@ module Aws
2340
2353
  ?created_by: {
2341
2354
  name: ::String,
2342
2355
  arn: ::String?
2343
- }
2356
+ },
2357
+ ?kms_key_arn: ::String
2344
2358
  ) -> _UpdateConfigurationBundleResponseSuccess
2345
2359
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateConfigurationBundleResponseSuccess
2346
2360
 
@@ -2689,6 +2703,14 @@ module Aws
2689
2703
  evaluator_id: ::String?
2690
2704
  }
2691
2705
  ],
2706
+ ?insights: Array[
2707
+ {
2708
+ insight_id: ::String
2709
+ }
2710
+ ],
2711
+ ?clustering_config: {
2712
+ frequencies: Array[("DAILY" | "WEEKLY" | "MONTHLY")]
2713
+ },
2692
2714
  ?evaluation_execution_role_arn: ::String,
2693
2715
  ?execution_status: ("ENABLED" | "DISABLED")
2694
2716
  ) -> _UpdateOnlineEvaluationConfigResponseSuccess
data/sig/params.rbs CHANGED
@@ -699,6 +699,7 @@ module Aws
699
699
  type metadata_schema_entry = {
700
700
  key: ::String,
701
701
  type: ("STRING" | "STRINGLIST" | "NUMBER")?,
702
+ extraction_type: ("LLM_INFERRED" | "STRICTLY_CONSISTENT")?,
702
703
  extraction_config: Params::extraction_config?
703
704
  }
704
705
 
data/sig/types.rbs CHANGED
@@ -310,6 +310,11 @@ module Aws::BedrockAgentCoreControl
310
310
  SENSITIVE: []
311
311
  end
312
312
 
313
+ class ClusteringConfig
314
+ attr_accessor frequencies: ::Array[("DAILY" | "WEEKLY" | "MONTHLY")]
315
+ SENSITIVE: []
316
+ end
317
+
313
318
  class Code
314
319
  attr_accessor s3: Types::S3Location
315
320
  attr_accessor unknown: untyped
@@ -609,6 +614,7 @@ module Aws::BedrockAgentCoreControl
609
614
  attr_accessor branch_name: ::String
610
615
  attr_accessor commit_message: ::String
611
616
  attr_accessor created_by: Types::VersionCreatedBySource
617
+ attr_accessor kms_key_arn: ::String
612
618
  attr_accessor tags: ::Hash[::String, ::String]
613
619
  SENSITIVE: [:description]
614
620
  end
@@ -842,6 +848,8 @@ module Aws::BedrockAgentCoreControl
842
848
  attr_accessor rule: Types::Rule
843
849
  attr_accessor data_source_config: Types::DataSourceConfig
844
850
  attr_accessor evaluators: ::Array[Types::EvaluatorReference]
851
+ attr_accessor insights: ::Array[Types::Insight]
852
+ attr_accessor clustering_config: Types::ClusteringConfig
845
853
  attr_accessor evaluation_execution_role_arn: ::String
846
854
  attr_accessor enable_on_create: bool
847
855
  attr_accessor tags: ::Hash[::String, ::String]
@@ -1464,7 +1472,7 @@ module Aws::BedrockAgentCoreControl
1464
1472
 
1465
1473
  class DeleteMemoryOutput
1466
1474
  attr_accessor memory_id: ::String
1467
- attr_accessor status: ("CREATING" | "ACTIVE" | "FAILED" | "DELETING")
1475
+ attr_accessor status: ("CREATING" | "ACTIVE" | "FAILED" | "DELETING" | "UPDATING")
1468
1476
  SENSITIVE: []
1469
1477
  end
1470
1478
 
@@ -2032,6 +2040,7 @@ module Aws::BedrockAgentCoreControl
2032
2040
  attr_accessor lineage_metadata: Types::VersionLineageMetadata
2033
2041
  attr_accessor created_at: ::Time
2034
2042
  attr_accessor updated_at: ::Time
2043
+ attr_accessor kms_key_arn: ::String
2035
2044
  SENSITIVE: [:description]
2036
2045
  end
2037
2046
 
@@ -2051,6 +2060,7 @@ module Aws::BedrockAgentCoreControl
2051
2060
  attr_accessor lineage_metadata: Types::VersionLineageMetadata
2052
2061
  attr_accessor created_at: ::Time
2053
2062
  attr_accessor version_created_at: ::Time
2063
+ attr_accessor kms_key_arn: ::String
2054
2064
  SENSITIVE: [:description]
2055
2065
  end
2056
2066
 
@@ -2230,6 +2240,8 @@ module Aws::BedrockAgentCoreControl
2230
2240
  attr_accessor rule: Types::Rule
2231
2241
  attr_accessor data_source_config: Types::DataSourceConfig
2232
2242
  attr_accessor evaluators: ::Array[Types::EvaluatorReference]
2243
+ attr_accessor insights: ::Array[Types::Insight]
2244
+ attr_accessor clustering_config: Types::ClusteringConfig
2233
2245
  attr_accessor output_config: Types::OutputConfig
2234
2246
  attr_accessor evaluation_execution_role_arn: ::String
2235
2247
  attr_accessor status: ("ACTIVE" | "CREATING" | "CREATE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "DELETING" | "ERROR")
@@ -2899,6 +2911,11 @@ module Aws::BedrockAgentCoreControl
2899
2911
  SENSITIVE: []
2900
2912
  end
2901
2913
 
2914
+ class Insight
2915
+ attr_accessor insight_id: ::String
2916
+ SENSITIVE: []
2917
+ end
2918
+
2902
2919
  class InterceptorConfiguration
2903
2920
  attr_accessor lambda: Types::LambdaInterceptorConfiguration
2904
2921
  attr_accessor unknown: untyped
@@ -3537,7 +3554,7 @@ module Aws::BedrockAgentCoreControl
3537
3554
  attr_accessor encryption_key_arn: ::String
3538
3555
  attr_accessor memory_execution_role_arn: ::String
3539
3556
  attr_accessor event_expiry_duration: ::Integer
3540
- attr_accessor status: ("CREATING" | "ACTIVE" | "FAILED" | "DELETING")
3557
+ attr_accessor status: ("CREATING" | "ACTIVE" | "FAILED" | "DELETING" | "UPDATING")
3541
3558
  attr_accessor failure_reason: ::String
3542
3559
  attr_accessor created_at: ::Time
3543
3560
  attr_accessor updated_at: ::Time
@@ -3593,7 +3610,7 @@ module Aws::BedrockAgentCoreControl
3593
3610
  class MemorySummary
3594
3611
  attr_accessor arn: ::String
3595
3612
  attr_accessor id: ::String
3596
- attr_accessor status: ("CREATING" | "ACTIVE" | "FAILED" | "DELETING")
3613
+ attr_accessor status: ("CREATING" | "ACTIVE" | "FAILED" | "DELETING" | "UPDATING")
3597
3614
  attr_accessor created_at: ::Time
3598
3615
  attr_accessor updated_at: ::Time
3599
3616
  SENSITIVE: []
@@ -3619,6 +3636,7 @@ module Aws::BedrockAgentCoreControl
3619
3636
  class MetadataSchemaEntry
3620
3637
  attr_accessor key: ::String
3621
3638
  attr_accessor type: ("STRING" | "STRINGLIST" | "NUMBER")
3639
+ attr_accessor extraction_type: ("LLM_INFERRED" | "STRICTLY_CONSISTENT")
3622
3640
  attr_accessor extraction_config: Types::ExtractionConfig
3623
3641
  SENSITIVE: []
3624
3642
  end
@@ -3864,6 +3882,8 @@ module Aws::BedrockAgentCoreControl
3864
3882
  attr_accessor created_at: ::Time
3865
3883
  attr_accessor updated_at: ::Time
3866
3884
  attr_accessor failure_reason: ::String
3885
+ attr_accessor insights: ::Array[Types::Insight]
3886
+ attr_accessor clustering_config: Types::ClusteringConfig
3867
3887
  SENSITIVE: [:description]
3868
3888
  end
3869
3889
 
@@ -4853,6 +4873,7 @@ module Aws::BedrockAgentCoreControl
4853
4873
  attr_accessor branch_name: ::String
4854
4874
  attr_accessor commit_message: ::String
4855
4875
  attr_accessor created_by: Types::VersionCreatedBySource
4876
+ attr_accessor kms_key_arn: ::String
4856
4877
  SENSITIVE: [:description]
4857
4878
  end
4858
4879
 
@@ -5079,6 +5100,8 @@ module Aws::BedrockAgentCoreControl
5079
5100
  attr_accessor rule: Types::Rule
5080
5101
  attr_accessor data_source_config: Types::DataSourceConfig
5081
5102
  attr_accessor evaluators: ::Array[Types::EvaluatorReference]
5103
+ attr_accessor insights: ::Array[Types::Insight]
5104
+ attr_accessor clustering_config: Types::ClusteringConfig
5082
5105
  attr_accessor evaluation_execution_role_arn: ::String
5083
5106
  attr_accessor execution_status: ("ENABLED" | "DISABLED")
5084
5107
  SENSITIVE: [:description]
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.51.0
4
+ version: 1.53.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services