aws-sdk-bedrock 1.60.0 → 1.62.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: 13281ae9738b30fcb491b9b485d4087b2118699e54f425d9ea6a497f58365d28
4
- data.tar.gz: bc2aa9133500d74c822dd19213d9b2836fd1fbcae9313b888192ce38ca34b3cd
3
+ metadata.gz: eb19605e898b5349b89f10ce33f44a4ece9ce45ac97412149b647f978a411c9b
4
+ data.tar.gz: 91e73b6abca0f50781c64f8c6eb1bbdec33b0de62b902b9061ad2416588490e6
5
5
  SHA512:
6
- metadata.gz: d9b1f90cf5da6a8a6c5177cf34743cf27615a6348ba9acf3ab56c62b0925d2014fedae4e55ece8f7de7e8f23b0c2bbdd6b87f6677c9546013aa2db6779693950
7
- data.tar.gz: 7974ad6f4c97a57becf9f13bd262468c120dd594b661f988548428c73ab9607637528798bfd8b160a9734a73b1e1286e87f73a1f1ec44a5b8e26429b35dcecd9
6
+ metadata.gz: 87206074ac838cb122adc4ed3c5dd42a526609dee37416ed301048594a0c1d6f11131884cdeb76bcb57343919701418e02210c7c37ef4f7f3194a411594777f3
7
+ data.tar.gz: 5f362c5d8f28366218e678c3f2c1426becd4eb835c7f1e939150e52759ec052686a92e5389f5bc5c7e6f3be79e40ef15a04062f0de88a4252e3995c54b8ada55
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.62.0 (2025-09-18)
5
+ ------------------
6
+
7
+ * Feature - Release includes an increase to the maximum policy build document size, an update to DeleteAutomatedReasoningPolicyBuildWorkflow to add ResourceInUseException, and corrections to UpdateAutomatedReasoningPolicyTestCaseRequest.
8
+
9
+ 1.61.0 (2025-08-26)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.60.0 (2025-08-25)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.60.0
1
+ 1.62.0
@@ -7211,10 +7211,6 @@ module Aws::Bedrock
7211
7211
  # The updated minimum confidence level for logic validation. If null is
7212
7212
  # provided, the threshold will be removed.
7213
7213
  #
7214
- # @option params [String] :kms_key_arn
7215
- # The KMS key ARN for encrypting the test at rest. If not provided, the
7216
- # key will not be updated. Use `DISCARD` to remove the key.
7217
- #
7218
7214
  # @option params [String] :client_request_token
7219
7215
  # A unique, case-sensitive identifier to ensure that the operation
7220
7216
  # completes no more than one time. If this token matches a previous
@@ -7239,7 +7235,6 @@ module Aws::Bedrock
7239
7235
  # last_updated_at: Time.now, # required
7240
7236
  # expected_aggregated_findings_result: "VALID", # required, accepts VALID, INVALID, SATISFIABLE, IMPOSSIBLE, TRANSLATION_AMBIGUOUS, TOO_COMPLEX, NO_TRANSLATION
7241
7237
  # confidence_threshold: 1.0,
7242
- # kms_key_arn: "KmsKeyArn",
7243
7238
  # client_request_token: "IdempotencyToken",
7244
7239
  # })
7245
7240
  #
@@ -7614,7 +7609,7 @@ module Aws::Bedrock
7614
7609
  tracer: tracer
7615
7610
  )
7616
7611
  context[:gem_name] = 'aws-sdk-bedrock'
7617
- context[:gem_version] = '1.60.0'
7612
+ context[:gem_version] = '1.62.0'
7618
7613
  Seahorse::Client::Request.new(handlers, context)
7619
7614
  end
7620
7615
 
@@ -74,6 +74,7 @@ module Aws::Bedrock
74
74
  AutomatedReasoningPolicyAnnotationRuleNaturalLanguage = Shapes::StringShape.new(name: 'AutomatedReasoningPolicyAnnotationRuleNaturalLanguage')
75
75
  AutomatedReasoningPolicyAnnotationStatus = Shapes::StringShape.new(name: 'AutomatedReasoningPolicyAnnotationStatus')
76
76
  AutomatedReasoningPolicyArn = Shapes::StringShape.new(name: 'AutomatedReasoningPolicyArn')
77
+ AutomatedReasoningPolicyBuildDocumentBlob = Shapes::BlobShape.new(name: 'AutomatedReasoningPolicyBuildDocumentBlob')
77
78
  AutomatedReasoningPolicyBuildDocumentContentType = Shapes::StringShape.new(name: 'AutomatedReasoningPolicyBuildDocumentContentType')
78
79
  AutomatedReasoningPolicyBuildDocumentDescription = Shapes::StringShape.new(name: 'AutomatedReasoningPolicyBuildDocumentDescription')
79
80
  AutomatedReasoningPolicyBuildDocumentName = Shapes::StringShape.new(name: 'AutomatedReasoningPolicyBuildDocumentName')
@@ -89,7 +90,6 @@ module Aws::Bedrock
89
90
  AutomatedReasoningPolicyBuildStepMessage = Shapes::StructureShape.new(name: 'AutomatedReasoningPolicyBuildStepMessage')
90
91
  AutomatedReasoningPolicyBuildStepMessageList = Shapes::ListShape.new(name: 'AutomatedReasoningPolicyBuildStepMessageList')
91
92
  AutomatedReasoningPolicyBuildWorkflowDocument = Shapes::StructureShape.new(name: 'AutomatedReasoningPolicyBuildWorkflowDocument')
92
- AutomatedReasoningPolicyBuildWorkflowDocumentDocumentBlob = Shapes::BlobShape.new(name: 'AutomatedReasoningPolicyBuildWorkflowDocumentDocumentBlob')
93
93
  AutomatedReasoningPolicyBuildWorkflowDocumentList = Shapes::ListShape.new(name: 'AutomatedReasoningPolicyBuildWorkflowDocumentList')
94
94
  AutomatedReasoningPolicyBuildWorkflowId = Shapes::StringShape.new(name: 'AutomatedReasoningPolicyBuildWorkflowId')
95
95
  AutomatedReasoningPolicyBuildWorkflowRepairContent = Shapes::StructureShape.new(name: 'AutomatedReasoningPolicyBuildWorkflowRepairContent')
@@ -1010,7 +1010,7 @@ module Aws::Bedrock
1010
1010
 
1011
1011
  AutomatedReasoningPolicyBuildStepMessageList.member = Shapes::ShapeRef.new(shape: AutomatedReasoningPolicyBuildStepMessage)
1012
1012
 
1013
- AutomatedReasoningPolicyBuildWorkflowDocument.add_member(:document, Shapes::ShapeRef.new(shape: AutomatedReasoningPolicyBuildWorkflowDocumentDocumentBlob, required: true, location_name: "document"))
1013
+ AutomatedReasoningPolicyBuildWorkflowDocument.add_member(:document, Shapes::ShapeRef.new(shape: AutomatedReasoningPolicyBuildDocumentBlob, required: true, location_name: "document"))
1014
1014
  AutomatedReasoningPolicyBuildWorkflowDocument.add_member(:document_content_type, Shapes::ShapeRef.new(shape: AutomatedReasoningPolicyBuildDocumentContentType, required: true, location_name: "documentContentType"))
1015
1015
  AutomatedReasoningPolicyBuildWorkflowDocument.add_member(:document_name, Shapes::ShapeRef.new(shape: AutomatedReasoningPolicyBuildDocumentName, required: true, location_name: "documentName"))
1016
1016
  AutomatedReasoningPolicyBuildWorkflowDocument.add_member(:document_description, Shapes::ShapeRef.new(shape: AutomatedReasoningPolicyBuildDocumentDescription, location_name: "documentDescription"))
@@ -3226,7 +3226,6 @@ module Aws::Bedrock
3226
3226
  UpdateAutomatedReasoningPolicyTestCaseRequest.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "lastUpdatedAt"))
3227
3227
  UpdateAutomatedReasoningPolicyTestCaseRequest.add_member(:expected_aggregated_findings_result, Shapes::ShapeRef.new(shape: AutomatedReasoningCheckResult, required: true, location_name: "expectedAggregatedFindingsResult"))
3228
3228
  UpdateAutomatedReasoningPolicyTestCaseRequest.add_member(:confidence_threshold, Shapes::ShapeRef.new(shape: AutomatedReasoningCheckTranslationConfidence, location_name: "confidenceThreshold"))
3229
- UpdateAutomatedReasoningPolicyTestCaseRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
3230
3229
  UpdateAutomatedReasoningPolicyTestCaseRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "clientRequestToken", metadata: {"idempotencyToken" => true}))
3231
3230
  UpdateAutomatedReasoningPolicyTestCaseRequest.struct_class = Types::UpdateAutomatedReasoningPolicyTestCaseRequest
3232
3231
 
@@ -3640,6 +3639,7 @@ module Aws::Bedrock
3640
3639
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3641
3640
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3642
3641
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3642
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
3643
3643
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3644
3644
  end)
3645
3645
 
@@ -979,7 +979,7 @@ module Aws::Bedrock
979
979
  :document_content_type,
980
980
  :document_name,
981
981
  :document_description)
982
- SENSITIVE = [:document_name, :document_description]
982
+ SENSITIVE = [:document, :document_name, :document_description]
983
983
  include Aws::Structure
984
984
  end
985
985
 
@@ -12245,11 +12245,6 @@ module Aws::Bedrock
12245
12245
  # is provided, the threshold will be removed.
12246
12246
  # @return [Float]
12247
12247
  #
12248
- # @!attribute [rw] kms_key_arn
12249
- # The KMS key ARN for encrypting the test at rest. If not provided,
12250
- # the key will not be updated. Use `DISCARD` to remove the key.
12251
- # @return [String]
12252
- #
12253
12248
  # @!attribute [rw] client_request_token
12254
12249
  # A unique, case-sensitive identifier to ensure that the operation
12255
12250
  # completes no more than one time. If this token matches a previous
@@ -12270,7 +12265,6 @@ module Aws::Bedrock
12270
12265
  :last_updated_at,
12271
12266
  :expected_aggregated_findings_result,
12272
12267
  :confidence_threshold,
12273
- :kms_key_arn,
12274
12268
  :client_request_token)
12275
12269
  SENSITIVE = [:guard_content, :query_content]
12276
12270
  include Aws::Structure
@@ -55,7 +55,7 @@ module Aws::Bedrock
55
55
  autoload :EndpointProvider, 'aws-sdk-bedrock/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-bedrock/endpoints'
57
57
 
58
- GEM_VERSION = '1.60.0'
58
+ GEM_VERSION = '1.62.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -2322,7 +2322,6 @@ module Aws
2322
2322
  last_updated_at: ::Time,
2323
2323
  expected_aggregated_findings_result: ("VALID" | "INVALID" | "SATISFIABLE" | "IMPOSSIBLE" | "TRANSLATION_AMBIGUOUS" | "TOO_COMPLEX" | "NO_TRANSLATION"),
2324
2324
  ?confidence_threshold: ::Float,
2325
- ?kms_key_arn: ::String,
2326
2325
  ?client_request_token: ::String
2327
2326
  ) -> _UpdateAutomatedReasoningPolicyTestCaseResponseSuccess
2328
2327
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAutomatedReasoningPolicyTestCaseResponseSuccess
data/sig/types.rbs CHANGED
@@ -310,7 +310,7 @@ module Aws::Bedrock
310
310
  attr_accessor document_content_type: ("pdf" | "txt")
311
311
  attr_accessor document_name: ::String
312
312
  attr_accessor document_description: ::String
313
- SENSITIVE: [:document_name, :document_description]
313
+ SENSITIVE: [:document, :document_name, :document_description]
314
314
  end
315
315
 
316
316
  class AutomatedReasoningPolicyBuildWorkflowRepairContent
@@ -3147,7 +3147,6 @@ module Aws::Bedrock
3147
3147
  attr_accessor last_updated_at: ::Time
3148
3148
  attr_accessor expected_aggregated_findings_result: ("VALID" | "INVALID" | "SATISFIABLE" | "IMPOSSIBLE" | "TRANSLATION_AMBIGUOUS" | "TOO_COMPLEX" | "NO_TRANSLATION")
3149
3149
  attr_accessor confidence_threshold: ::Float
3150
- attr_accessor kms_key_arn: ::String
3151
3150
  attr_accessor client_request_token: ::String
3152
3151
  SENSITIVE: [:guard_content, :query_content]
3153
3152
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-bedrock
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.60.0
4
+ version: 1.62.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.228.0
21
+ version: 3.231.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.228.0
31
+ version: 3.231.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement