aws-sdk-bedrock 1.77.0 → 1.78.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 +4 -4
- data/lib/aws-sdk-bedrock.rb +1 -1
- data/sig/client.rbs +2 -2
- data/sig/types.rbs +3 -3
- 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: c71113ac2eaaebc85d30559990644fbae7aedefa2376786b1a85fe06e9bb9f88
|
|
4
|
+
data.tar.gz: e3533024403ece68505b4bad37b0fc27b903c234f378803bd5ad238d3fa6cc04
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 45e0aa3f8b07a9bb8a2ca48b81e921fe8187fa06b50e3bfdc1c761f3a1083a316f3fe8d84d560c68a2aeb61d5a3fade7875c1ce4e53e5911f5824a44c496fa4d
|
|
7
|
+
data.tar.gz: f9c3d84ae6b2f45b98cb7052cc38dcbc2da499d33032de3066d6f8a983b4a7e31c17003d22de45dbfd2dce950ab604c88e5b5f4f0f8ed62a8936ce520f0483ba
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.78.0 (2026-03-16)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - You can now generate policy scenarios on demand using the new GENERATE POLICY SCENARIOS build workflow type. Scenarios will no longer be automatically generated during INGEST CONTENT, REFINE POLICY, and IMPORT POLICY workflows, resulting in faster completion times for these operations.
|
|
8
|
+
|
|
4
9
|
1.77.0 (2026-03-06)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.78.0
|
|
@@ -3417,7 +3417,7 @@ module Aws::Bedrock
|
|
|
3417
3417
|
# resp.policy_arn #=> String
|
|
3418
3418
|
# resp.build_workflow_id #=> String
|
|
3419
3419
|
# resp.status #=> String, one of "SCHEDULED", "CANCEL_REQUESTED", "PREPROCESSING", "BUILDING", "TESTING", "COMPLETED", "FAILED", "CANCELLED"
|
|
3420
|
-
# resp.build_workflow_type #=> String, one of "INGEST_CONTENT", "REFINE_POLICY", "IMPORT_POLICY", "GENERATE_FIDELITY_REPORT"
|
|
3420
|
+
# resp.build_workflow_type #=> String, one of "INGEST_CONTENT", "REFINE_POLICY", "IMPORT_POLICY", "GENERATE_FIDELITY_REPORT", "GENERATE_POLICY_SCENARIOS"
|
|
3421
3421
|
# resp.document_name #=> String
|
|
3422
3422
|
# resp.document_content_type #=> String, one of "pdf", "txt"
|
|
3423
3423
|
# resp.document_description #=> String
|
|
@@ -5137,7 +5137,7 @@ module Aws::Bedrock
|
|
|
5137
5137
|
# resp.automated_reasoning_policy_build_workflow_summaries[0].policy_arn #=> String
|
|
5138
5138
|
# resp.automated_reasoning_policy_build_workflow_summaries[0].build_workflow_id #=> String
|
|
5139
5139
|
# resp.automated_reasoning_policy_build_workflow_summaries[0].status #=> String, one of "SCHEDULED", "CANCEL_REQUESTED", "PREPROCESSING", "BUILDING", "TESTING", "COMPLETED", "FAILED", "CANCELLED"
|
|
5140
|
-
# resp.automated_reasoning_policy_build_workflow_summaries[0].build_workflow_type #=> String, one of "INGEST_CONTENT", "REFINE_POLICY", "IMPORT_POLICY", "GENERATE_FIDELITY_REPORT"
|
|
5140
|
+
# resp.automated_reasoning_policy_build_workflow_summaries[0].build_workflow_type #=> String, one of "INGEST_CONTENT", "REFINE_POLICY", "IMPORT_POLICY", "GENERATE_FIDELITY_REPORT", "GENERATE_POLICY_SCENARIOS"
|
|
5141
5141
|
# resp.automated_reasoning_policy_build_workflow_summaries[0].created_at #=> Time
|
|
5142
5142
|
# resp.automated_reasoning_policy_build_workflow_summaries[0].updated_at #=> Time
|
|
5143
5143
|
# resp.next_token #=> String
|
|
@@ -6893,7 +6893,7 @@ module Aws::Bedrock
|
|
|
6893
6893
|
#
|
|
6894
6894
|
# resp = client.start_automated_reasoning_policy_build_workflow({
|
|
6895
6895
|
# policy_arn: "AutomatedReasoningPolicyArn", # required
|
|
6896
|
-
# build_workflow_type: "INGEST_CONTENT", # required, accepts INGEST_CONTENT, REFINE_POLICY, IMPORT_POLICY, GENERATE_FIDELITY_REPORT
|
|
6896
|
+
# build_workflow_type: "INGEST_CONTENT", # required, accepts INGEST_CONTENT, REFINE_POLICY, IMPORT_POLICY, GENERATE_FIDELITY_REPORT, GENERATE_POLICY_SCENARIOS
|
|
6897
6897
|
# client_request_token: "IdempotencyToken",
|
|
6898
6898
|
# source_content: { # required
|
|
6899
6899
|
# policy_definition: {
|
|
@@ -7903,7 +7903,7 @@ module Aws::Bedrock
|
|
|
7903
7903
|
tracer: tracer
|
|
7904
7904
|
)
|
|
7905
7905
|
context[:gem_name] = 'aws-sdk-bedrock'
|
|
7906
|
-
context[:gem_version] = '1.
|
|
7906
|
+
context[:gem_version] = '1.78.0'
|
|
7907
7907
|
Seahorse::Client::Request.new(handlers, context)
|
|
7908
7908
|
end
|
|
7909
7909
|
|
data/lib/aws-sdk-bedrock.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -1263,7 +1263,7 @@ module Aws
|
|
|
1263
1263
|
def policy_arn: () -> ::String
|
|
1264
1264
|
def build_workflow_id: () -> ::String
|
|
1265
1265
|
def status: () -> ("SCHEDULED" | "CANCEL_REQUESTED" | "PREPROCESSING" | "BUILDING" | "TESTING" | "COMPLETED" | "FAILED" | "CANCELLED")
|
|
1266
|
-
def build_workflow_type: () -> ("INGEST_CONTENT" | "REFINE_POLICY" | "IMPORT_POLICY" | "GENERATE_FIDELITY_REPORT")
|
|
1266
|
+
def build_workflow_type: () -> ("INGEST_CONTENT" | "REFINE_POLICY" | "IMPORT_POLICY" | "GENERATE_FIDELITY_REPORT" | "GENERATE_POLICY_SCENARIOS")
|
|
1267
1267
|
def document_name: () -> ::String
|
|
1268
1268
|
def document_content_type: () -> ("pdf" | "txt")
|
|
1269
1269
|
def document_description: () -> ::String
|
|
@@ -2050,7 +2050,7 @@ module Aws
|
|
|
2050
2050
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Bedrock/Client.html#start_automated_reasoning_policy_build_workflow-instance_method
|
|
2051
2051
|
def start_automated_reasoning_policy_build_workflow: (
|
|
2052
2052
|
policy_arn: ::String,
|
|
2053
|
-
build_workflow_type: ("INGEST_CONTENT" | "REFINE_POLICY" | "IMPORT_POLICY" | "GENERATE_FIDELITY_REPORT"),
|
|
2053
|
+
build_workflow_type: ("INGEST_CONTENT" | "REFINE_POLICY" | "IMPORT_POLICY" | "GENERATE_FIDELITY_REPORT" | "GENERATE_POLICY_SCENARIOS"),
|
|
2054
2054
|
?client_request_token: ::String,
|
|
2055
2055
|
source_content: {
|
|
2056
2056
|
policy_definition: {
|
data/sig/types.rbs
CHANGED
|
@@ -408,7 +408,7 @@ module Aws::Bedrock
|
|
|
408
408
|
attr_accessor policy_arn: ::String
|
|
409
409
|
attr_accessor build_workflow_id: ::String
|
|
410
410
|
attr_accessor status: ("SCHEDULED" | "CANCEL_REQUESTED" | "PREPROCESSING" | "BUILDING" | "TESTING" | "COMPLETED" | "FAILED" | "CANCELLED")
|
|
411
|
-
attr_accessor build_workflow_type: ("INGEST_CONTENT" | "REFINE_POLICY" | "IMPORT_POLICY" | "GENERATE_FIDELITY_REPORT")
|
|
411
|
+
attr_accessor build_workflow_type: ("INGEST_CONTENT" | "REFINE_POLICY" | "IMPORT_POLICY" | "GENERATE_FIDELITY_REPORT" | "GENERATE_POLICY_SCENARIOS")
|
|
412
412
|
attr_accessor created_at: ::Time
|
|
413
413
|
attr_accessor updated_at: ::Time
|
|
414
414
|
SENSITIVE: []
|
|
@@ -1616,7 +1616,7 @@ module Aws::Bedrock
|
|
|
1616
1616
|
attr_accessor policy_arn: ::String
|
|
1617
1617
|
attr_accessor build_workflow_id: ::String
|
|
1618
1618
|
attr_accessor status: ("SCHEDULED" | "CANCEL_REQUESTED" | "PREPROCESSING" | "BUILDING" | "TESTING" | "COMPLETED" | "FAILED" | "CANCELLED")
|
|
1619
|
-
attr_accessor build_workflow_type: ("INGEST_CONTENT" | "REFINE_POLICY" | "IMPORT_POLICY" | "GENERATE_FIDELITY_REPORT")
|
|
1619
|
+
attr_accessor build_workflow_type: ("INGEST_CONTENT" | "REFINE_POLICY" | "IMPORT_POLICY" | "GENERATE_FIDELITY_REPORT" | "GENERATE_POLICY_SCENARIOS")
|
|
1620
1620
|
attr_accessor document_name: ::String
|
|
1621
1621
|
attr_accessor document_content_type: ("pdf" | "txt")
|
|
1622
1622
|
attr_accessor document_description: ::String
|
|
@@ -3232,7 +3232,7 @@ module Aws::Bedrock
|
|
|
3232
3232
|
|
|
3233
3233
|
class StartAutomatedReasoningPolicyBuildWorkflowRequest
|
|
3234
3234
|
attr_accessor policy_arn: ::String
|
|
3235
|
-
attr_accessor build_workflow_type: ("INGEST_CONTENT" | "REFINE_POLICY" | "IMPORT_POLICY" | "GENERATE_FIDELITY_REPORT")
|
|
3235
|
+
attr_accessor build_workflow_type: ("INGEST_CONTENT" | "REFINE_POLICY" | "IMPORT_POLICY" | "GENERATE_FIDELITY_REPORT" | "GENERATE_POLICY_SCENARIOS")
|
|
3236
3236
|
attr_accessor client_request_token: ::String
|
|
3237
3237
|
attr_accessor source_content: Types::AutomatedReasoningPolicyBuildWorkflowSource
|
|
3238
3238
|
SENSITIVE: []
|