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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-bedrock/client.rb +1 -1
- data/lib/aws-sdk-bedrock/client_api.rb +1 -0
- data/lib/aws-sdk-bedrock/types.rb +27 -38
- data/lib/aws-sdk-bedrock.rb +1 -1
- 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: 608dd42fa384e618d4dd6ebb77a6a1bface4025485d2cb8c8176119ec4d64e7d
|
4
|
+
data.tar.gz: f352664759a0b10a5104a03a09905e228e863ab8f36fe881d9d4950ad619359e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
1
|
+
1.59.0
|
@@ -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
|
-
#
|
560
|
-
#
|
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
|
-
#
|
605
|
-
#
|
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
|
-
#
|
671
|
-
#
|
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
|
-
#
|
842
|
-
#
|
843
|
-
#
|
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
|
-
#
|
1011
|
-
#
|
1012
|
-
#
|
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
|
-
#
|
1118
|
-
#
|
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
|
-
#
|
1124
|
-
#
|
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
|
-
#
|
1130
|
-
#
|
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
|
-
#
|
1688
|
-
#
|
1689
|
-
#
|
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
|
-
#
|
1846
|
-
#
|
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
|
-
#
|
1896
|
-
#
|
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
|
-
#
|
1966
|
-
#
|
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
|
data/lib/aws-sdk-bedrock.rb
CHANGED