Skip to content

Commit 7464b87

Browse files
Merge branch 'release-1.42.43' into develop
* release-1.42.43: Bumping version to 1.42.43 Update endpoints model Update to latest models
2 parents fd080c7 + e2f3d73 commit 7464b87

18 files changed

Lines changed: 1491 additions & 109 deletions

File tree

.changes/1.42.43.json

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
[
2+
{
3+
"category": "``arc-region-switch``",
4+
"description": "Updates documentation for ARC Region switch and provides stronger validation for Amazon Aurora Global Database execution block parameters.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``athena``",
9+
"description": "Reduces the minimum TargetDpus to create or update capacity reservations from 24 to 4.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``bedrock-agentcore``",
14+
"description": "Support Browser profile persistence (cookies and local storage) across sessions for AgentCore Browser.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``bedrock-agentcore-control``",
19+
"description": "Support Browser profile persistence (cookies and local storage) across sessions for AgentCore Browser.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``glue``",
24+
"description": "This release adds the capability to easily create custom AWS Glue connections to data sources with REST APIs.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``medialive``",
29+
"description": "Outputs using the AV1 codec in CMAF Ingest output groups in MediaLive now have the ability to specify a target bit depth of 8 or 10.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``neptune-graph``",
34+
"description": "Minor neptune-graph documentation changes",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``ram``",
39+
"description": "Added ListSourceAssociations API. Allows RAM resource share owners to list source associations that determine which sources can access resources through service principal associations. Supports filtering by resource share ARN, source ID, source type, or status, with pagination.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``transfer``",
44+
"description": "Adds support for the customer to send custom HTTP headers and configure an AS2 Connector to receive Asynchronous MDNs from their trading partner",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``workspaces``",
49+
"description": "Added support for 12 new graphics-optimized compute types - Graphics.g6 (xlarge, 2xlarge, 4xlarge, 8xlarge, 16xlarge), Graphics.gr6 (4xlarge, 8xlarge), Graphics.g6f (large, xlarge, 2xlarge, 4xlarge), and Graphics.gr6f (4xlarge).",
50+
"type": "api-change"
51+
},
52+
{
53+
"category": "HTTP session",
54+
"description": "Set blocksize from default 16KB to 128KB if urllib3 v2 is installed",
55+
"type": "enhancement"
56+
}
57+
]

.changes/next-release/enhancement-HTTPsession-50449.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22
CHANGELOG
33
=========
44

5+
1.42.43
6+
=======
7+
8+
* api-change:``arc-region-switch``: Updates documentation for ARC Region switch and provides stronger validation for Amazon Aurora Global Database execution block parameters.
9+
* api-change:``athena``: Reduces the minimum TargetDpus to create or update capacity reservations from 24 to 4.
10+
* api-change:``bedrock-agentcore``: Support Browser profile persistence (cookies and local storage) across sessions for AgentCore Browser.
11+
* api-change:``bedrock-agentcore-control``: Support Browser profile persistence (cookies and local storage) across sessions for AgentCore Browser.
12+
* api-change:``glue``: This release adds the capability to easily create custom AWS Glue connections to data sources with REST APIs.
13+
* api-change:``medialive``: Outputs using the AV1 codec in CMAF Ingest output groups in MediaLive now have the ability to specify a target bit depth of 8 or 10.
14+
* api-change:``neptune-graph``: Minor neptune-graph documentation changes
15+
* api-change:``ram``: Added ListSourceAssociations API. Allows RAM resource share owners to list source associations that determine which sources can access resources through service principal associations. Supports filtering by resource share ARN, source ID, source type, or status, with pagination.
16+
* api-change:``transfer``: Adds support for the customer to send custom HTTP headers and configure an AS2 Connector to receive Asynchronous MDNs from their trading partner
17+
* api-change:``workspaces``: Added support for 12 new graphics-optimized compute types - Graphics.g6 (xlarge, 2xlarge, 4xlarge, 8xlarge, 16xlarge), Graphics.gr6 (4xlarge, 8xlarge), Graphics.g6f (large, xlarge, 2xlarge, 4xlarge), and Graphics.gr6f (4xlarge).
18+
* enhancement:HTTP session: Set blocksize from default 16KB to 128KB if urllib3 v2 is installed
19+
20+
521
1.42.42
622
=======
723

botocore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import re
1818
from logging import NullHandler
1919

20-
__version__ = '1.42.42'
20+
__version__ = '1.42.43'
2121

2222

2323
# Configure default logger to do nothing

botocore/data/arc-region-switch/2022-07-26/service-2.json

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -390,15 +390,15 @@
390390
},
391391
"mode":{
392392
"shape":"ExecutionMode",
393-
"documentation":"<p>The plan execution mode. Valid values are <code>Practice</code>, for testing without making actual changes, or <code>Recovery</code>, for actual traffic shifting and application recovery.</p>"
393+
"documentation":"<p>The plan execution mode. Valid values are <code>graceful</code>, for graceful executions, or <code>ungraceful</code>, for ungraceful executions.</p>"
394394
},
395395
"executionState":{
396396
"shape":"ExecutionState",
397397
"documentation":"<p>The plan execution state. Provides the state of a plan execution, for example, In Progress or Paused by Operator.</p>"
398398
},
399399
"executionAction":{
400400
"shape":"ExecutionAction",
401-
"documentation":"<p>The plan execution action. Valid values are <code>Activate</code>, to activate an Amazon Web Services Region, or <code>Deactivate</code>, to deactivate a Region.</p>"
401+
"documentation":"<p>The plan execution action. Valid values are <code>activate</code>, to activate an Amazon Web Services Region, or <code>deactivate</code>, to deactivate a Region.</p>"
402402
},
403403
"executionRegion":{
404404
"shape":"String",
@@ -664,7 +664,10 @@
664664
"key":{"shape":"String"},
665665
"value":{"shape":"AssociatedAlarm"}
666666
},
667-
"AuroraClusterArn":{"type":"string"},
667+
"AuroraClusterArn":{
668+
"type":"string",
669+
"pattern":"arn:aws[a-zA-Z-]*:rds:[a-z0-9-]+:\\d{12}:cluster:[A-Za-z][0-9A-Za-z-:._]*"
670+
},
668671
"AuroraClusterArns":{
669672
"type":"list",
670673
"member":{"shape":"AuroraClusterArn"}
@@ -1483,15 +1486,15 @@
14831486
},
14841487
"mode":{
14851488
"shape":"ExecutionMode",
1486-
"documentation":"<p>The plan execution mode. Valid values are <code>Practice</code>, for testing without making actual changes, or <code>Recovery</code>, for actual traffic shifting and application recovery.</p>"
1489+
"documentation":"<p>The plan execution mode. Valid values are <code>graceful</code>, for graceful executions, or <code>ungraceful</code>, for ungraceful executions.</p>"
14871490
},
14881491
"executionState":{
14891492
"shape":"ExecutionState",
14901493
"documentation":"<p>The plan execution state. Provides the state of a plan execution, for example, In Progress or Paused by Operator.</p>"
14911494
},
14921495
"executionAction":{
14931496
"shape":"ExecutionAction",
1494-
"documentation":"<p>The plan execution action. Valid values are <code>Activate</code>, to activate an Amazon Web Services Region, or <code>Deactivate</code>, to deactivate a Region.</p>"
1497+
"documentation":"<p>The plan execution action. Valid values are <code>activate</code>, to activate an Amazon Web Services Region, or <code>deactivate</code>, to deactivate a Region.</p>"
14951498
},
14961499
"executionRegion":{
14971500
"shape":"String",
@@ -1628,7 +1631,12 @@
16281631
"type":"string",
16291632
"enum":["failover"]
16301633
},
1631-
"GlobalClusterIdentifier":{"type":"string"},
1634+
"GlobalClusterIdentifier":{
1635+
"type":"string",
1636+
"max":255,
1637+
"min":1,
1638+
"pattern":"[A-Za-z][0-9A-Za-z-:._]*"
1639+
},
16321640
"IamRoleArn":{
16331641
"type":"string",
16341642
"pattern":"arn:aws[a-zA-Z0-9-]*:iam::[0-9]{12}:role/.+"
@@ -2517,11 +2525,11 @@
25172525
},
25182526
"action":{
25192527
"shape":"ExecutionAction",
2520-
"documentation":"<p>The action to perform. Valid values are ACTIVATE (to shift traffic to the target Region) or DEACTIVATE (to shift traffic away from the target Region).</p>"
2528+
"documentation":"<p>The action to perform. Valid values are <code>activate</code> (to shift traffic to the target Region) or <code>deactivate</code> (to shift traffic away from the target Region).</p>"
25212529
},
25222530
"mode":{
25232531
"shape":"ExecutionMode",
2524-
"documentation":"<p>The plan execution mode. Valid values are <code>Practice</code>, for testing without making actual changes, or <code>Recovery</code>, for actual traffic shifting and application recovery.</p>"
2532+
"documentation":"<p>The plan execution mode. Valid values are <code>graceful</code>, for starting the execution in graceful mode, or <code>ungraceful</code>, for starting the execution in ungraceful mode.</p>"
25252533
},
25262534
"comment":{
25272535
"shape":"ExecutionComment",
@@ -2697,7 +2705,7 @@
26972705
},
26982706
"action":{
26992707
"shape":"WorkflowTargetAction",
2700-
"documentation":"<p>The action to perform when the trigger fires. Valid values include ACTIVATE and DEACTIVATE.</p>"
2708+
"documentation":"<p>The action to perform when the trigger fires. Valid values include <code>activate</code> and <code>deactivate</code>.</p>"
27012709
},
27022710
"conditions":{
27032711
"shape":"TriggerConditionList",
@@ -2723,7 +2731,7 @@
27232731
},
27242732
"condition":{
27252733
"shape":"AlarmCondition",
2726-
"documentation":"<p>The condition that must be met. Valid values include ALARM and OK.</p>"
2734+
"documentation":"<p>The condition that must be met. Valid values include <code>green</code> and <code>red</code>.</p>"
27272735
}
27282736
},
27292737
"documentation":"<p>Defines a condition that must be met for a trigger to fire.</p>"
@@ -2908,7 +2916,7 @@
29082916
},
29092917
"workflowTargetAction":{
29102918
"shape":"WorkflowTargetAction",
2911-
"documentation":"<p>The action that the workflow performs. Valid values include ACTIVATE and DEACTIVATE.</p>"
2919+
"documentation":"<p>The action that the workflow performs. Valid values include <code>activate</code> and <code>deactivate</code>.</p>"
29122920
},
29132921
"workflowTargetRegion":{
29142922
"shape":"Region",

botocore/data/athena/2017-05-18/service-2.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2170,7 +2170,7 @@
21702170
"documentation":"<p>The configuration classifications that can be specified for the engine.</p>"
21712171
}
21722172
},
2173-
"documentation":"<p>Contains data processing unit (DPU) configuration settings and parameter mappings for a notebook engine.</p>"
2173+
"documentation":"<p>The engine configuration for the workgroup, which includes the minimum/maximum number of Data Processing Units (DPU) that queries should use when running in provisioned capacity. If not specified, Athena uses default values (Default value for min is 4 and for max is Minimum of 124 and allocated DPUs).</p> <p>To specify DPU values for PC queries the WG containing EngineConfiguration should have the following values: The name of the Classifications should be <code>athena-query-engine-properties</code>, with the only allowed properties as <code>max-dpu-count</code> and <code>min-dpu-count</code>.</p>"
21742174
},
21752175
"EngineVersion":{
21762176
"type":"structure",
@@ -4603,7 +4603,10 @@
46034603
"shape":"ResultReuseConfiguration",
46044604
"documentation":"<p>Specifies the query result reuse behavior for the query.</p>"
46054605
},
4606-
"EngineConfiguration":{"shape":"EngineConfiguration"}
4606+
"EngineConfiguration":{
4607+
"shape":"EngineConfiguration",
4608+
"documentation":"<p>The engine configuration for the workgroup, which includes the minimum/maximum number of Data Processing Units (DPU) that queries should use when running in provisioned capacity. If not specified, Athena uses default values (Default value for min is 4 and for max is Minimum of 124 and allocated DPUs).</p> <p>To specify minimum and maximum DPU values for Capacity Reservations queries, the workgroup containing <code>EngineConfiguration</code> should have the following values: The name of the <code>Classifications</code> should be <code>athena-query-engine-properties</code>, with the only allowed properties as <code>max-dpu-count</code> and <code>min-dpu-count</code>.</p>"
4609+
}
46074610
}
46084611
},
46094612
"StartQueryExecutionOutput":{
@@ -4833,7 +4836,7 @@
48334836
"TargetDpusInteger":{
48344837
"type":"integer",
48354838
"box":true,
4836-
"min":24
4839+
"min":4
48374840
},
48384841
"TerminateSessionRequest":{
48394842
"type":"structure",

botocore/data/bedrock-agentcore-control/2023-06-05/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@
101101
"output_token": "nextToken",
102102
"limit_key": "maxResults",
103103
"result_key": "policyGenerations"
104+
},
105+
"ListBrowserProfiles": {
106+
"input_token": "nextToken",
107+
"output_token": "nextToken",
108+
"limit_key": "maxResults",
109+
"result_key": "profileSummaries"
104110
}
105111
}
106112
}

0 commit comments

Comments
 (0)