Skip to content

Commit a867a74

Browse files
Merge branch 'release-1.37.22' into develop
* release-1.37.22: Bumping version to 1.37.22 Update endpoints model Update to latest models
2 parents 23c8773 + 9905a6d commit a867a74

File tree

16 files changed

+2276
-950
lines changed

16 files changed

+2276
-950
lines changed

.changes/1.37.22.json

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
[
2+
{
3+
"category": "``batch``",
4+
"description": "This release will enable two features: Firelens log driver, and Execute Command on Batch jobs on ECS. Both features will be passed through to ECS.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``bcm-pricing-calculator``",
9+
"description": "Added standaloneAccountRateTypeSelections for GetPreferences and UpdatePreferences APIs. Added STALE enum value to status attribute in GetBillScenario and UpdateBillScenario APIs.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``bedrock-agent-runtime``",
14+
"description": "bedrock flow now support node action trace.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``cloudformation``",
19+
"description": "Adding support for the new parameter \"ScanFilters\" in the CloudFormation StartResourceScan API. When this parameter is included, the StartResourceScan API will initiate a scan limited to the resource types specified by the parameter.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``datazone``",
24+
"description": "This release adds new action type of Create Listing Changeset for the Metadata Enforcement Rule feature.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``eks``",
29+
"description": "Added support for BOTTLEROCKET FIPS AMIs to AMI types in US regions.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``gamelift``",
34+
"description": "Amazon GameLift Servers add support for additional instance types.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``iam``",
39+
"description": "Update IAM dual-stack endpoints for BJS, IAD and PDT partitions",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``sagemaker``",
44+
"description": "add: recovery mode for SageMaker Studio apps",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``sso-oidc``",
49+
"description": "This release adds AwsAdditionalDetails in the CreateTokenWithIAM API response.",
50+
"type": "api-change"
51+
}
52+
]

CHANGELOG.rst

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
CHANGELOG
33
=========
44

5+
1.37.22
6+
=======
7+
8+
* api-change:``batch``: This release will enable two features: Firelens log driver, and Execute Command on Batch jobs on ECS. Both features will be passed through to ECS.
9+
* api-change:``bcm-pricing-calculator``: Added standaloneAccountRateTypeSelections for GetPreferences and UpdatePreferences APIs. Added STALE enum value to status attribute in GetBillScenario and UpdateBillScenario APIs.
10+
* api-change:``bedrock-agent-runtime``: bedrock flow now support node action trace.
11+
* api-change:``cloudformation``: Adding support for the new parameter "ScanFilters" in the CloudFormation StartResourceScan API. When this parameter is included, the StartResourceScan API will initiate a scan limited to the resource types specified by the parameter.
12+
* api-change:``datazone``: This release adds new action type of Create Listing Changeset for the Metadata Enforcement Rule feature.
13+
* api-change:``eks``: Added support for BOTTLEROCKET FIPS AMIs to AMI types in US regions.
14+
* api-change:``gamelift``: Amazon GameLift Servers add support for additional instance types.
15+
* api-change:``iam``: Update IAM dual-stack endpoints for BJS, IAD and PDT partitions
16+
* api-change:``sagemaker``: add: recovery mode for SageMaker Studio apps
17+
* api-change:``sso-oidc``: This release adds AwsAdditionalDetails in the CreateTokenWithIAM API response.
18+
19+
520
1.37.21
621
=======
722

botocore/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import os
1717
import re
1818

19-
__version__ = '1.37.21'
19+
__version__ = '1.37.22'
2020

2121

2222
class NullHandler(logging.Handler):

botocore/data/batch/2016-08-10/service-2.json

+84-32
Large diffs are not rendered by default.

botocore/data/bcm-pricing-calculator/2024-06-19/service-2.json

+16-3
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@
366366
{"shape":"AccessDeniedException"},
367367
{"shape":"ThrottlingException"}
368368
],
369-
"documentation":"<p> Retrieves the current preferences for the Amazon Web Services Cost Explorer service. </p>"
369+
"documentation":"<p> Retrieves the current preferences for Pricing Calculator. </p>"
370370
},
371371
"GetWorkloadEstimate":{
372372
"name":"GetWorkloadEstimate",
@@ -671,7 +671,7 @@
671671
{"shape":"AccessDeniedException"},
672672
{"shape":"ThrottlingException"}
673673
],
674-
"documentation":"<p> Updates the preferences for the Amazon Web Services Cost Explorer service. </p>",
674+
"documentation":"<p> Updates the preferences for Pricing Calculator. </p>",
675675
"idempotent":true
676676
},
677677
"UpdateWorkloadEstimate":{
@@ -2006,7 +2006,8 @@
20062006
"enum":[
20072007
"READY",
20082008
"LOCKED",
2009-
"FAILED"
2009+
"FAILED",
2010+
"STALE"
20102011
]
20112012
},
20122013
"BillScenarioSummaries":{
@@ -2580,6 +2581,10 @@
25802581
"memberAccountRateTypeSelections":{
25812582
"shape":"RateTypes",
25822583
"documentation":"<p> The preferred rate types for member accounts. </p>"
2584+
},
2585+
"standaloneAccountRateTypeSelections":{
2586+
"shape":"RateTypes",
2587+
"documentation":"<p> The preferred rate types for a standalone account. </p>"
25832588
}
25842589
}
25852590
},
@@ -3631,6 +3636,10 @@
36313636
"memberAccountRateTypeSelections":{
36323637
"shape":"RateTypes",
36333638
"documentation":"<p> The updated preferred rate types for member accounts. </p>"
3639+
},
3640+
"standaloneAccountRateTypeSelections":{
3641+
"shape":"RateTypes",
3642+
"documentation":"<p> The updated preferred rate types for a standalone account. </p>"
36343643
}
36353644
}
36363645
},
@@ -3644,6 +3653,10 @@
36443653
"memberAccountRateTypeSelections":{
36453654
"shape":"RateTypes",
36463655
"documentation":"<p> The updated preferred rate types for member accounts. </p>"
3656+
},
3657+
"standaloneAccountRateTypeSelections":{
3658+
"shape":"RateTypes",
3659+
"documentation":"<p> The updated preferred rate types for a standalone account. </p>"
36473660
}
36483661
}
36493662
},

botocore/data/bedrock-agent-runtime/2023-07-26/service-2.json

+41-3
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
{"shape":"AccessDeniedException"},
220220
{"shape":"ServiceQuotaExceededException"}
221221
],
222-
"documentation":"<note> </note> <p>Sends a prompt for the agent to process and respond to. Note the following fields for the request:</p> <ul> <li> <p>To continue the same conversation with an agent, use the same <code>sessionId</code> value in the request.</p> </li> <li> <p>To activate trace enablement, turn <code>enableTrace</code> to <code>true</code>. Trace enablement helps you follow the agent's reasoning process that led it to the information it processed, the actions it took, and the final result it yielded. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/agents-test.html#trace-events\">Trace enablement</a>.</p> </li> <li> <p>To stream agent responses, make sure that only orchestration prompt is enabled. Agent streaming is not supported for the following steps: </p> <ul> <li> <p> <code>Pre-processing</code> </p> </li> <li> <p> <code>Post-processing</code> </p> </li> <li> <p>Agent with 1 Knowledge base and <code>User Input</code> not enabled</p> </li> </ul> </li> <li> <p>End a conversation by setting <code>endSession</code> to <code>true</code>.</p> </li> <li> <p>In the <code>sessionState</code> object, you can include attributes for the session or prompt or, if you configured an action group to return control, results from invocation of the action group.</p> </li> </ul> <p>The response contains both <b>chunk</b> and <b>trace</b> attributes.</p> <p>The final response is returned in the <code>bytes</code> field of the <code>chunk</code> object. The <code>InvokeAgent</code> returns one chunk for the entire interaction.</p> <ul> <li> <p>The <code>attribution</code> object contains citations for parts of the response.</p> </li> <li> <p>If you set <code>enableTrace</code> to <code>true</code> in the request, you can trace the agent's steps and reasoning process that led it to the response.</p> </li> <li> <p>If the action predicted was configured to return control, the response returns parameters for the action, elicited from the user, in the <code>returnControl</code> field.</p> </li> <li> <p>Errors are also surfaced in the response.</p> </li> </ul>"
222+
"documentation":"<note> </note> <p>Sends a prompt for the agent to process and respond to. Note the following fields for the request:</p> <ul> <li> <p>To continue the same conversation with an agent, use the same <code>sessionId</code> value in the request.</p> </li> <li> <p>To activate trace enablement, turn <code>enableTrace</code> to <code>true</code>. Trace enablement helps you follow the agent's reasoning process that led it to the information it processed, the actions it took, and the final result it yielded. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/agents-test.html#trace-events\">Trace enablement</a>.</p> </li> <li> <p>End a conversation by setting <code>endSession</code> to <code>true</code>.</p> </li> <li> <p>In the <code>sessionState</code> object, you can include attributes for the session or prompt or, if you configured an action group to return control, results from invocation of the action group.</p> </li> </ul> <p>The response contains both <b>chunk</b> and <b>trace</b> attributes.</p> <p>The final response is returned in the <code>bytes</code> field of the <code>chunk</code> object. The <code>InvokeAgent</code> returns one chunk for the entire interaction.</p> <ul> <li> <p>The <code>attribution</code> object contains citations for parts of the response.</p> </li> <li> <p>If you set <code>enableTrace</code> to <code>true</code> in the request, you can trace the agent's steps and reasoning process that led it to the response.</p> </li> <li> <p>If the action predicted was configured to return control, the response returns parameters for the action, elicited from the user, in the <code>returnControl</code> field.</p> </li> <li> <p>Errors are also surfaced in the response.</p> </li> </ul>"
223223
},
224224
"InvokeFlow":{
225225
"name":"InvokeFlow",
@@ -2081,6 +2081,10 @@
20812081
"shape":"FlowTraceConditionNodeResultEvent",
20822082
"documentation":"<p>Contains information about an output from a condition node.</p>"
20832083
},
2084+
"nodeActionTrace":{
2085+
"shape":"FlowTraceNodeActionEvent",
2086+
"documentation":"<p>Contains information about an action (operation) called by a node. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/flows-trace.html\">Track each step in your prompt flow by viewing its trace in Amazon Bedrock</a>.</p>"
2087+
},
20842088
"nodeInputTrace":{
20852089
"shape":"FlowTraceNodeInputEvent",
20862090
"documentation":"<p>Contains information about the input into a node.</p>"
@@ -2148,6 +2152,40 @@
21482152
"documentation":"<p>Contains information about a trace, which tracks an input or output for a node in the flow. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/flows-trace.html\">Track each step in your prompt flow by viewing its trace in Amazon Bedrock</a>.</p>",
21492153
"event":true
21502154
},
2155+
"FlowTraceNodeActionEvent":{
2156+
"type":"structure",
2157+
"required":[
2158+
"nodeName",
2159+
"operationName",
2160+
"requestId",
2161+
"serviceName",
2162+
"timestamp"
2163+
],
2164+
"members":{
2165+
"nodeName":{
2166+
"shape":"NodeName",
2167+
"documentation":"<p>The name of the node that called the operation.</p>"
2168+
},
2169+
"operationName":{
2170+
"shape":"String",
2171+
"documentation":"<p>The name of the operation that the node called.</p>"
2172+
},
2173+
"requestId":{
2174+
"shape":"String",
2175+
"documentation":"<p>The ID of the request that the node made to the operation.</p>"
2176+
},
2177+
"serviceName":{
2178+
"shape":"String",
2179+
"documentation":"<p>The name of the service that the node called.</p>"
2180+
},
2181+
"timestamp":{
2182+
"shape":"DateTimestamp",
2183+
"documentation":"<p>The date and time that the operation was called.</p>"
2184+
}
2185+
},
2186+
"documentation":"<p>Contains information about an action (operation) called by a node in an Amazon Bedrock flow. The service generates action events for calls made by prompt nodes, agent nodes, and Amazon Web Services Lambda nodes. </p>",
2187+
"sensitive":true
2188+
},
21512189
"FlowTraceNodeInputContent":{
21522190
"type":"structure",
21532191
"members":{
@@ -6501,14 +6539,14 @@
65016539
"members":{
65026540
"applyGuardrailInterval":{
65036541
"shape":"StreamingConfigurationsApplyGuardrailIntervalInteger",
6504-
"documentation":"<p> The guardrail interval to apply as response is generated. </p>"
6542+
"documentation":"<p> The guardrail interval to apply as response is generated. By default, the guardrail interval is set to 50 characters. If a larger interval is specified, the response will be generated in larger chunks with fewer <code>ApplyGuardrail</code> calls. The following examples show the response generated for <i>Hello, I am an agent</i> input string.</p> <p> <b>Example response in chunks: Interval set to 3 characters</b> </p> <p> <code>'Hel', 'lo, ','I am', ' an', ' Age', 'nt'</code> </p> <p>Each chunk has at least 3 characters except for the last chunk</p> <p> <b>Example response in chunks: Interval set to 20 or more characters</b> </p> <p> <code>Hello, I am an Agent</code> </p>"
65056543
},
65066544
"streamFinalResponse":{
65076545
"shape":"Boolean",
65086546
"documentation":"<p> Specifies whether to enable streaming for the final response. This is set to <code>false</code> by default. </p>"
65096547
}
65106548
},
6511-
"documentation":"<p> Configurations for streaming.</p>"
6549+
"documentation":"<p>Configurations for streaming.</p>"
65126550
},
65136551
"StreamingConfigurationsApplyGuardrailIntervalInteger":{
65146552
"type":"integer",

0 commit comments

Comments
 (0)