aws-sdk-bedrock 1.58.0 → 1.59.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: 7dde2967335dbd1b9d9caded4e5bc82c5fbb6023e4ca1e2965ea142b537f2b95
4
- data.tar.gz: 84a1b88f0c09454328e116a6169096bd7100246f50f8e9d997f210c1fc1605cf
3
+ metadata.gz: 608dd42fa384e618d4dd6ebb77a6a1bface4025485d2cb8c8176119ec4d64e7d
4
+ data.tar.gz: f352664759a0b10a5104a03a09905e228e863ab8f36fe881d9d4950ad619359e
5
5
  SHA512:
6
- metadata.gz: b2d72ecff2a79c741663e46ae1da22272e81ba0a55d62ea3ff00742c948b357e3413a3c7d2b4bcd9fc5de2207c3c53fd5b416844e7ce607773a0d24df835fedb
7
- data.tar.gz: a13a06473ebb469862936f9a05ecde98a63a947f28149de9e6967401ab92bbfcb1b5b4837dfbcdba1caae8f072b980924f45396ed2b5ae1bf0fc0f13d196bf22
6
+ metadata.gz: ac7c2182a20f736567f020764467a265d543dd68f3a4cdb7d1667e0ca963d5a01c8e098710945c5bbc01cefd3924b518a4f2f226cebc254fd4cef52540135468
7
+ data.tar.gz: bf8fdf90b976a24505b7936186216c5a099b80e5e7ee9b00ddce7d69258a677d74768416eb5665f6bc7d1429e83df65ce0b2bb086ffbb3ae57484fe02c435850
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.0 (2025-08-11)
5
+ ------------------
6
+
7
+ * Feature - This release includes model updates and enhanced SDK documentation for union fields in automated reasoning policy components. Added docs cover policy definitions, mutations (add/update for rules/types/variables), build assets, workflow sources, test results, and tag exception handling.
8
+
4
9
  1.58.0 (2025-08-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
1
+ 1.59.0
@@ -7614,7 +7614,7 @@ module Aws::Bedrock
7614
7614
  tracer: tracer
7615
7615
  )
7616
7616
  context[:gem_name] = 'aws-sdk-bedrock'
7617
- context[:gem_version] = '1.58.0'
7617
+ context[:gem_version] = '1.59.0'
7618
7618
  Seahorse::Client::Request.new(handlers, context)
7619
7619
  end
7620
7620
 
@@ -3399,6 +3399,7 @@ module Aws::Bedrock
3399
3399
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
3400
3400
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
3401
3401
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
3402
+ o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
3402
3403
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
3403
3404
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3404
3405
  end)
@@ -556,9 +556,8 @@ module Aws::Bedrock
556
556
  # during the build process.
557
557
  #
558
558
  # @!attribute [rw] rule
559
- # Represents a formal logic rule in an Automated Reasoning policy. For
560
- # example, rules can be expressed as if-then statements that define
561
- # logical constraints.
559
+ # The rule definition that specifies the formal logical expression and
560
+ # metadata for the new rule being added to the policy.
562
561
  # @return [Types::AutomatedReasoningPolicyDefinitionRule]
563
562
  #
564
563
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-2023-04-20/AutomatedReasoningPolicyAddRuleMutation AWS API Documentation
@@ -601,9 +600,8 @@ module Aws::Bedrock
601
600
  # definition during the build process.
602
601
  #
603
602
  # @!attribute [rw] type
604
- # Represents a custom user-defined viarble type in an Automated
605
- # Reasoning policy. Types are enum-based and provide additional
606
- # context beyond predefined variable types.
603
+ # The type definition that specifies the name, description, and
604
+ # possible values for the new custom type being added to the policy.
607
605
  # @return [Types::AutomatedReasoningPolicyDefinitionType]
608
606
  #
609
607
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-2023-04-20/AutomatedReasoningPolicyAddTypeMutation AWS API Documentation
@@ -667,9 +665,8 @@ module Aws::Bedrock
667
665
  # during the build process.
668
666
  #
669
667
  # @!attribute [rw] variable
670
- # Represents a variable in an Automated Reasoning policy. Variables
671
- # represent concepts that can have values assigned during natural
672
- # language translation.
668
+ # The variable definition that specifies the name, type, and
669
+ # description for the new variable being added to the policy.
673
670
  # @return [Types::AutomatedReasoningPolicyDefinitionVariable]
674
671
  #
675
672
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-2023-04-20/AutomatedReasoningPolicyAddVariableMutation AWS API Documentation
@@ -838,10 +835,9 @@ module Aws::Bedrock
838
835
  # @note AutomatedReasoningPolicyBuildResultAssets is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of AutomatedReasoningPolicyBuildResultAssets corresponding to the set member.
839
836
  #
840
837
  # @!attribute [rw] policy_definition
841
- # Contains the formal logic rules, variables, and custom variable
842
- # types that define an Automated Reasoning policy. The policy
843
- # definition specifies the constraints used to validate foundation
844
- # model responses for accuracy and logical consistency.
838
+ # The complete policy definition generated by the build workflow,
839
+ # containing all rules, variables, and custom types extracted from the
840
+ # source documents.
845
841
  # @return [Types::AutomatedReasoningPolicyDefinition]
846
842
  #
847
843
  # @!attribute [rw] quality_report
@@ -1007,10 +1003,9 @@ module Aws::Bedrock
1007
1003
  # include documents, repair instructions, or other input materials.
1008
1004
  #
1009
1005
  # @!attribute [rw] policy_definition
1010
- # Contains the formal logic rules, variables, and custom variable
1011
- # types that define an Automated Reasoning policy. The policy
1012
- # definition specifies the constraints used to validate foundation
1013
- # model responses for accuracy and logical consistency.
1006
+ # An existing policy definition that serves as the starting point for
1007
+ # the build workflow, typically used in policy repair or update
1008
+ # scenarios.
1014
1009
  # @return [Types::AutomatedReasoningPolicyDefinition]
1015
1010
  #
1016
1011
  # @!attribute [rw] workflow_content
@@ -1114,21 +1109,18 @@ module Aws::Bedrock
1114
1109
  # @note AutomatedReasoningPolicyDefinitionElement is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of AutomatedReasoningPolicyDefinitionElement corresponding to the set member.
1115
1110
  #
1116
1111
  # @!attribute [rw] policy_definition_variable
1117
- # Represents a variable in an Automated Reasoning policy. Variables
1118
- # represent concepts that can have values assigned during natural
1119
- # language translation.
1112
+ # A variable element within the policy definition that represents a
1113
+ # concept used in logical expressions and rules.
1120
1114
  # @return [Types::AutomatedReasoningPolicyDefinitionVariable]
1121
1115
  #
1122
1116
  # @!attribute [rw] policy_definition_type
1123
- # Represents a custom user-defined viarble type in an Automated
1124
- # Reasoning policy. Types are enum-based and provide additional
1125
- # context beyond predefined variable types.
1117
+ # A custom type element within the policy definition that defines a
1118
+ # set of possible values for variables.
1126
1119
  # @return [Types::AutomatedReasoningPolicyDefinitionType]
1127
1120
  #
1128
1121
  # @!attribute [rw] policy_definition_rule
1129
- # Represents a formal logic rule in an Automated Reasoning policy. For
1130
- # example, rules can be expressed as if-then statements that define
1131
- # logical constraints.
1122
+ # A rule element within the policy definition that contains a formal
1123
+ # logical expression used for validation.
1132
1124
  # @return [Types::AutomatedReasoningPolicyDefinitionRule]
1133
1125
  #
1134
1126
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-2023-04-20/AutomatedReasoningPolicyDefinitionElement AWS API Documentation
@@ -1684,9 +1676,9 @@ module Aws::Bedrock
1684
1676
  # various scenarios and validation checks.
1685
1677
  #
1686
1678
  # @!attribute [rw] test_case
1687
- # Represents a test for validating an Automated Reasoning policy.
1688
- # tests contain sample inputs and expected outcomes to verify policy
1689
- # behavior.
1679
+ # The test case that was executed, including the input content,
1680
+ # expected results, and configuration parameters used during
1681
+ # validation.
1690
1682
  # @return [Types::AutomatedReasoningPolicyTestCase]
1691
1683
  #
1692
1684
  # @!attribute [rw] policy_arn
@@ -1842,9 +1834,8 @@ module Aws::Bedrock
1842
1834
  # definition during the build process.
1843
1835
  #
1844
1836
  # @!attribute [rw] rule
1845
- # Represents a formal logic rule in an Automated Reasoning policy. For
1846
- # example, rules can be expressed as if-then statements that define
1847
- # logical constraints.
1837
+ # The updated rule definition containing the modified formal logical
1838
+ # expression and any changed metadata for the existing rule.
1848
1839
  # @return [Types::AutomatedReasoningPolicyDefinitionRule]
1849
1840
  #
1850
1841
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-2023-04-20/AutomatedReasoningPolicyUpdateRuleMutation AWS API Documentation
@@ -1892,9 +1883,8 @@ module Aws::Bedrock
1892
1883
  # policy definition during the build process.
1893
1884
  #
1894
1885
  # @!attribute [rw] type
1895
- # Represents a custom user-defined viarble type in an Automated
1896
- # Reasoning policy. Types are enum-based and provide additional
1897
- # context beyond predefined variable types.
1886
+ # The updated type definition containing the modified name,
1887
+ # description, or values for the existing custom type.
1898
1888
  # @return [Types::AutomatedReasoningPolicyDefinitionType]
1899
1889
  #
1900
1890
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-2023-04-20/AutomatedReasoningPolicyUpdateTypeMutation AWS API Documentation
@@ -1962,9 +1952,8 @@ module Aws::Bedrock
1962
1952
  # definition during the build process.
1963
1953
  #
1964
1954
  # @!attribute [rw] variable
1965
- # Represents a variable in an Automated Reasoning policy. Variables
1966
- # represent concepts that can have values assigned during natural
1967
- # language translation.
1955
+ # The updated variable definition containing the modified name, type,
1956
+ # or description for the existing variable.
1968
1957
  # @return [Types::AutomatedReasoningPolicyDefinitionVariable]
1969
1958
  #
1970
1959
  # @see http://docs.aws.amazon.com/goto/WebAPI/bedrock-2023-04-20/AutomatedReasoningPolicyUpdateVariableMutation AWS API Documentation
@@ -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.58.0'
58
+ GEM_VERSION = '1.59.0'
59
59
 
60
60
  end
61
61
 
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.58.0
4
+ version: 1.59.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services