Skip to content

Commit

Permalink
Merge branch 'release-1.35.32' into develop
Browse files Browse the repository at this point in the history
* release-1.35.32:
  Bumping version to 1.35.32
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Oct 2, 2024
2 parents cca16a2 + 26a5c23 commit 5a5394e
Show file tree
Hide file tree
Showing 15 changed files with 1,244 additions and 202 deletions.
47 changes: 47 additions & 0 deletions .changes/1.35.32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"category": "``appstream``",
"description": "Added support for Automatic Time Zone Redirection on Amazon AppStream 2.0",
"type": "api-change"
},
{
"category": "``b2bi``",
"description": "Added and updated APIs to support outbound EDI transformations",
"type": "api-change"
},
{
"category": "``bedrock-agent-runtime``",
"description": "Added raw model response and usage metrics to PreProcessing and PostProcessing Trace",
"type": "api-change"
},
{
"category": "``bedrock-runtime``",
"description": "Added new fields to Amazon Bedrock Guardrails trace",
"type": "api-change"
},
{
"category": "``iotdeviceadvisor``",
"description": "Add clientToken attribute and implement idempotency for CreateSuiteDefinition.",
"type": "api-change"
},
{
"category": "``ivs-realtime``",
"description": "Adds new Stage Health EventErrorCodes applicable to RTMP(S) broadcasts. Bug Fix: Enforces that EncoderConfiguration Video height and width must be even-number values.",
"type": "api-change"
},
{
"category": "``s3``",
"description": "This release introduces a header representing the minimum object size limit for Lifecycle transitions.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "releasing builtinlcc to public",
"type": "api-change"
},
{
"category": "``workspaces``",
"description": "WSP is being rebranded to become DCV.",
"type": "api-change"
}
]
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
CHANGELOG
=========

1.35.32
=======

* api-change:``appstream``: Added support for Automatic Time Zone Redirection on Amazon AppStream 2.0
* api-change:``b2bi``: Added and updated APIs to support outbound EDI transformations
* api-change:``bedrock-agent-runtime``: Added raw model response and usage metrics to PreProcessing and PostProcessing Trace
* api-change:``bedrock-runtime``: Added new fields to Amazon Bedrock Guardrails trace
* api-change:``iotdeviceadvisor``: Add clientToken attribute and implement idempotency for CreateSuiteDefinition.
* api-change:``ivs-realtime``: Adds new Stage Health EventErrorCodes applicable to RTMP(S) broadcasts. Bug Fix: Enforces that EncoderConfiguration Video height and width must be even-number values.
* api-change:``s3``: This release introduces a header representing the minimum object size limit for Lifecycle transitions.
* api-change:``sagemaker``: releasing builtinlcc to public
* api-change:``workspaces``: WSP is being rebranded to become DCV.


1.35.31
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.35.31'
__version__ = '1.35.32'


class NullHandler(logging.Handler):
Expand Down
3 changes: 2 additions & 1 deletion botocore/data/appstream/2016-12-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1298,7 +1298,8 @@
"FILE_DOWNLOAD",
"PRINTING_TO_LOCAL_DEVICE",
"DOMAIN_PASSWORD_SIGNIN",
"DOMAIN_SMART_CARD_SIGNIN"
"DOMAIN_SMART_CARD_SIGNIN",
"AUTO_TIME_ZONE_REDIRECTION"
]
},
"AppBlock":{
Expand Down
857 changes: 756 additions & 101 deletions botocore/data/b2bi/2022-06-23/service-2.json

Large diffs are not rendered by default.

18 changes: 11 additions & 7 deletions botocore/data/bedrock-agent-runtime/2023-07-26/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -679,18 +679,18 @@
"members":{
"generationConfiguration":{
"shape":"ExternalSourcesGenerationConfiguration",
"documentation":"<p>The prompt used with the external source wrapper object with the retrieveAndGenerate function.</p>"
"documentation":"<p>The prompt used with the external source wrapper object with the <code>retrieveAndGenerate</code> function.</p>"
},
"modelArn":{
"shape":"BedrockModelArn",
"documentation":"<p>The modelArn used with the external source wrapper object in the retrieveAndGenerate function.</p>"
"documentation":"<p>The model Amazon Resource Name (ARN) for the external source wrapper object in the <code>retrieveAndGenerate</code> function.</p>"
},
"sources":{
"shape":"ExternalSources",
"documentation":"<p>The document used with the external source wrapper object in the retrieveAndGenerate function.</p>"
"documentation":"<p>The document for the external source wrapper object in the <code>retrieveAndGenerate</code> function.</p>"
}
},
"documentation":"<p>The configurations of the external source wrapper object in the retrieveAndGenerate function.</p>"
"documentation":"<p>The configurations of the external source wrapper object in the <code>retrieveAndGenerate</code> function.</p>"
},
"FailureReasonString":{
"type":"string",
Expand Down Expand Up @@ -2280,10 +2280,12 @@
"PostProcessingModelInvocationOutput":{
"type":"structure",
"members":{
"metadata":{"shape":"Metadata"},
"parsedResponse":{
"shape":"PostProcessingParsedResponse",
"documentation":"<p>Details about the response from the Lambda parsing of the output of the post-processing step.</p>"
},
"rawResponse":{"shape":"RawResponse"},
"traceId":{
"shape":"TraceId",
"documentation":"<p>The unique identifier of the trace.</p>"
Expand Down Expand Up @@ -2322,10 +2324,12 @@
"PreProcessingModelInvocationOutput":{
"type":"structure",
"members":{
"metadata":{"shape":"Metadata"},
"parsedResponse":{
"shape":"PreProcessingParsedResponse",
"documentation":"<p>Details about the response from the Lambda parsing of the output of the pre-processing step.</p>"
},
"rawResponse":{"shape":"RawResponse"},
"traceId":{
"shape":"TraceId",
"documentation":"<p>The unique identifier of the trace.</p>"
Expand Down Expand Up @@ -2760,15 +2764,15 @@
"members":{
"externalSourcesConfiguration":{
"shape":"ExternalSourcesRetrieveAndGenerateConfiguration",
"documentation":"<p>The configuration used with the external source wrapper object in the retrieveAndGenerate function.</p>"
"documentation":"<p>The configuration for the external source wrapper object in the <code>retrieveAndGenerate</code> function.</p>"
},
"knowledgeBaseConfiguration":{
"shape":"KnowledgeBaseRetrieveAndGenerateConfiguration",
"documentation":"<p>Contains details about the resource being queried.</p>"
"documentation":"<p>Contains details about the knowledge base for retrieving information and generating responses.</p>"
},
"type":{
"shape":"RetrieveAndGenerateType",
"documentation":"<p>The type of resource that is queried by the request.</p>"
"documentation":"<p>The type of resource that contains your data for retrieving information and generating responses.</p> <p>If you choose ot use <code>EXTERNAL_SOURCES</code>, then currently only Claude 3 Sonnet models for knowledge bases are supported.</p>"
}
},
"documentation":"<p>Contains details about the resource being queried.</p> <p>This data type is used in the following API operations:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent-runtime_RetrieveAndGenerate.html#API_agent-runtime_RetrieveAndGenerate_RequestSyntax\">RetrieveAndGenerate request</a> – in the <code>retrieveAndGenerateConfiguration</code> field</p> </li> </ul>"
Expand Down
75 changes: 75 additions & 0 deletions botocore/data/bedrock-runtime/2023-09-30/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@
"assessments":{
"shape":"GuardrailAssessmentList",
"documentation":"<p>The assessment details in the response from the guardrail.</p>"
},
"guardrailCoverage":{
"shape":"GuardrailCoverage",
"documentation":"<p>The guardrail coverage details in the apply guardrail response.</p>"
}
}
},
Expand Down Expand Up @@ -709,6 +713,10 @@
"contextualGroundingPolicy":{
"shape":"GuardrailContextualGroundingPolicyAssessment",
"documentation":"<p>The contextual grounding policy used for the guardrail assessment.</p>"
},
"invocationMetrics":{
"shape":"GuardrailInvocationMetrics",
"documentation":"<p>The invocation metrics for the guardrail assessment.</p>"
}
},
"documentation":"<p>A behavior assessment of the guardrail policies used in a call to the Converse API. </p>"
Expand Down Expand Up @@ -780,6 +788,10 @@
"shape":"GuardrailContentFilterConfidence",
"documentation":"<p>The guardrail confidence.</p>"
},
"filterStrength":{
"shape":"GuardrailContentFilterStrength",
"documentation":"<p>The filter strength setting for the guardrail content filter.</p>"
},
"action":{
"shape":"GuardrailContentPolicyAction",
"documentation":"<p>The guardrail action.</p>"
Expand All @@ -800,6 +812,15 @@
"type":"list",
"member":{"shape":"GuardrailContentFilter"}
},
"GuardrailContentFilterStrength":{
"type":"string",
"enum":[
"NONE",
"LOW",
"MEDIUM",
"HIGH"
]
},
"GuardrailContentFilterType":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -959,6 +980,16 @@
},
"documentation":"<p>A text block that contains text that you want to assess with a guardrail. For more information, see <a>GuardrailConverseContentBlock</a>.</p>"
},
"GuardrailCoverage":{
"type":"structure",
"members":{
"textCharacters":{
"shape":"GuardrailTextCharactersCoverage",
"documentation":"<p>The text characters of the guardrail coverage details.</p>"
}
},
"documentation":"<p>The action of the guardrail coverage details.</p>"
},
"GuardrailCustomWord":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -987,6 +1018,24 @@
"min":0,
"pattern":"(([a-z0-9]+)|(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:guardrail/[a-z0-9]+))"
},
"GuardrailInvocationMetrics":{
"type":"structure",
"members":{
"guardrailProcessingLatency":{
"shape":"GuardrailProcessingLatency",
"documentation":"<p>The processing latency details for the guardrail invocation metrics.</p>"
},
"usage":{
"shape":"GuardrailUsage",
"documentation":"<p>The usage details for the guardrail invocation metrics.</p>"
},
"guardrailCoverage":{
"shape":"GuardrailCoverage",
"documentation":"<p>The coverage details for the guardrail invocation metrics.</p>"
}
},
"documentation":"<p>The invocation metrics for the guardrail.</p>"
},
"GuardrailManagedWord":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1096,6 +1145,10 @@
"VEHICLE_IDENTIFICATION_NUMBER"
]
},
"GuardrailProcessingLatency":{
"type":"long",
"box":true
},
"GuardrailRegexFilter":{
"type":"structure",
"required":["action"],
Expand Down Expand Up @@ -1204,6 +1257,20 @@
},
"documentation":"<p>The text block to be evaluated by the guardrail.</p>"
},
"GuardrailTextCharactersCoverage":{
"type":"structure",
"members":{
"guarded":{
"shape":"TextCharactersGuarded",
"documentation":"<p>The text characters that were guarded by the guardrail coverage.</p>"
},
"total":{
"shape":"TextCharactersTotal",
"documentation":"<p>The total text characters by the guardrail coverage.</p>"
}
},
"documentation":"<p>The guardrail coverage for the text characters.</p>"
},
"GuardrailTopic":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1859,6 +1926,14 @@
"type":"list",
"member":{"shape":"SystemContentBlock"}
},
"TextCharactersGuarded":{
"type":"integer",
"box":true
},
"TextCharactersTotal":{
"type":"integer",
"box":true
},
"ThrottlingException":{
"type":"structure",
"members":{
Expand Down
Loading

0 comments on commit 5a5394e

Please sign in to comment.