Skip to content

Commit d4a3974

Browse files
Merge branch 'release-1.40.46' into develop
* release-1.40.46: Bumping version to 1.40.46 Update to latest models
2 parents cd9652c + 6acad21 commit d4a3974

20 files changed

Lines changed: 1920 additions & 385 deletions

File tree

.changes/1.40.46.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"category": "``backup``",
4+
"description": "Adds optional MaxScheduledRunsPreview input to GetBackupPlan API to provide a preview of up to 10 next scheduled backup plan runs in the GetBackupPlan response.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``bedrock-agentcore``",
9+
"description": "Add support for batch memory management, agent card retrieval and session termination",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``bedrock-agentcore-control``",
14+
"description": "Add support for VM lifecycle configuration parameters and A2A protocol",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``glue``",
19+
"description": "Adds labeling for DataQualityRuleResult for GetDataQualityResult and PublishDataQualityResult APIs",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``mediaconnect``",
24+
"description": "Enabling Tag-on-Create for AWS Elemental MediaConnect flow-based resource types",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``memorydb``",
29+
"description": "Support for DescribeMultiRegionParameterGroups and DescribeMultiRegionParameters API.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``quicksight``",
34+
"description": "Documentation improvements for QuickSight API documentation to clarify that delete operation APIs are global.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``rds``",
39+
"description": "Documentation updates to the CreateDBClusterMessage$PubliclyAccessible and CreateDBInstanceMessage$PubliclyAccessible properties.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``resource-explorer-2``",
44+
"description": "Add new AWS Resource Explorer APIs",
45+
"type": "api-change"
46+
}
47+
]

CHANGELOG.rst

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

5+
1.40.46
6+
=======
7+
8+
* api-change:``backup``: Adds optional MaxScheduledRunsPreview input to GetBackupPlan API to provide a preview of up to 10 next scheduled backup plan runs in the GetBackupPlan response.
9+
* api-change:``bedrock-agentcore``: Add support for batch memory management, agent card retrieval and session termination
10+
* api-change:``bedrock-agentcore-control``: Add support for VM lifecycle configuration parameters and A2A protocol
11+
* api-change:``glue``: Adds labeling for DataQualityRuleResult for GetDataQualityResult and PublishDataQualityResult APIs
12+
* api-change:``mediaconnect``: Enabling Tag-on-Create for AWS Elemental MediaConnect flow-based resource types
13+
* api-change:``memorydb``: Support for DescribeMultiRegionParameterGroups and DescribeMultiRegionParameters API.
14+
* api-change:``quicksight``: Documentation improvements for QuickSight API documentation to clarify that delete operation APIs are global.
15+
* api-change:``rds``: Documentation updates to the CreateDBClusterMessage$PubliclyAccessible and CreateDBInstanceMessage$PubliclyAccessible properties.
16+
* api-change:``resource-explorer-2``: Add new AWS Resource Explorer APIs
17+
18+
519
1.40.45
620
=======
721

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.40.45'
20+
__version__ = '1.40.46'
2121

2222

2323
# Configure default logger to do nothing

botocore/data/backup/2018-11-15/service-2.json

Lines changed: 48 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1410,7 +1410,7 @@
14101410
{"shape":"LimitExceededException"},
14111411
{"shape":"InvalidRequestException"}
14121412
],
1413-
"documentation":"<p>Starts a job to create a one-time copy of the specified resource.</p> <p>Does not support continuous backups.</p>",
1413+
"documentation":"<p>Starts a job to create a one-time copy of the specified resource.</p> <p>Does not support continuous backups.</p> <p>See <a href=\"https://docs.aws.amazon.com/aws-backup/latest/devguide/recov-point-create-a-copy.html#backup-copy-retry\">Copy job retry</a> for information on how Backup retries copy job operations.</p>",
14141414
"idempotent":true
14151415
},
14161416
"StartReportJob":{
@@ -3681,7 +3681,7 @@
36813681
"members":{
36823682
"GlobalSettings":{
36833683
"shape":"GlobalSettings",
3684-
"documentation":"<p>The status of the flag <code>isCrossAccountBackupEnabled</code>.</p>"
3684+
"documentation":"<p>The status of the flags <code>isCrossAccountBackupEnabled</code> and <code>isMpaEnabled</code> ('Mpa' refers to multi-party approval).</p>"
36853685
},
36863686
"LastUpdateTime":{
36873687
"shape":"timestamp",
@@ -4241,6 +4241,12 @@
42414241
"documentation":"<p>Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.</p>",
42424242
"location":"querystring",
42434243
"locationName":"versionId"
4244+
},
4245+
"MaxScheduledRunsPreview":{
4246+
"shape":"MaxScheduledRunsPreview",
4247+
"documentation":"<p>Number of future scheduled backup runs to preview. When set to 0 (default), no scheduled runs preview is included in the response. Valid range is 0-10.</p>",
4248+
"location":"querystring",
4249+
"locationName":"MaxScheduledRunsPreview"
42444250
}
42454251
}
42464252
},
@@ -4282,6 +4288,10 @@
42824288
"AdvancedBackupSettings":{
42834289
"shape":"AdvancedBackupSettings",
42844290
"documentation":"<p>Contains a list of <code>BackupOptions</code> for each resource type. The list is populated only if the advanced option is set for the backup plan.</p>"
4291+
},
4292+
"ScheduledRunsPreview":{
4293+
"shape":"ScheduledRunsPreview",
4294+
"documentation":"<p>List of upcoming scheduled backup runs. Only included when <code>MaxScheduledRunsPreview</code> parameter is greater than 0. Contains up to 10 future backup executions with their scheduled times, execution types, and associated rule IDs.</p>"
42854295
}
42864296
}
42874297
},
@@ -6276,6 +6286,11 @@
62766286
"max":1000,
62776287
"min":1
62786288
},
6289+
"MaxScheduledRunsPreview":{
6290+
"type":"integer",
6291+
"max":10,
6292+
"min":0
6293+
},
62796294
"MessageCategory":{"type":"string"},
62806295
"Metadata":{
62816296
"type":"map",
@@ -7511,6 +7526,36 @@
75117526
}
75127527
}
75137528
},
7529+
"RuleExecutionType":{
7530+
"type":"string",
7531+
"enum":[
7532+
"CONTINUOUS",
7533+
"SNAPSHOTS",
7534+
"CONTINUOUS_AND_SNAPSHOTS"
7535+
]
7536+
},
7537+
"ScheduledPlanExecutionMember":{
7538+
"type":"structure",
7539+
"members":{
7540+
"ExecutionTime":{
7541+
"shape":"timestamp",
7542+
"documentation":"<p>The timestamp when the backup is scheduled to run, in Unix format and Coordinated Universal Time (UTC). The value is accurate to milliseconds.</p>"
7543+
},
7544+
"RuleId":{
7545+
"shape":"string",
7546+
"documentation":"<p>The unique identifier of the backup rule that will execute at the scheduled time.</p>"
7547+
},
7548+
"RuleExecutionType":{
7549+
"shape":"RuleExecutionType",
7550+
"documentation":"<p>The type of backup rule execution. Valid values are <code>CONTINUOUS</code> (point-in-time recovery), <code>SNAPSHOTS</code> (snapshot backups), or <code>CONTINUOUS_AND_SNAPSHOTS</code> (both types combined).</p>"
7551+
}
7552+
},
7553+
"documentation":"<p>Contains information about a scheduled backup plan execution, including the execution time, rule type, and associated rule identifier.</p>"
7554+
},
7555+
"ScheduledRunsPreview":{
7556+
"type":"list",
7557+
"member":{"shape":"ScheduledPlanExecutionMember"}
7558+
},
75147559
"SensitiveStringMap":{
75157560
"type":"map",
75167561
"key":{"shape":"String"},
@@ -7891,7 +7936,7 @@
78917936
"members":{
78927937
"GlobalSettings":{
78937938
"shape":"GlobalSettings",
7894-
"documentation":"<p>A value for <code>isCrossAccountBackupEnabled</code> and a Region. Example: <code>update-global-settings --global-settings isCrossAccountBackupEnabled=false --region us-west-2</code>.</p>"
7939+
"documentation":"<p>Inputs can include:</p> <p>A value for <code>isCrossAccountBackupEnabled</code> and a Region. Example: <code>update-global-settings --global-settings isCrossAccountBackupEnabled=false --region us-west-2</code>.</p> <p>A value for Multi-party approval, styled as \"Mpa\": <code>isMpaEnabled</code>. Values can be true or false. Example: <code>update-global-settings --global-settings isMpaEnabled=false --region us-west-2</code>.</p>"
78957940
}
78967941
}
78977942
},

botocore/data/bedrock-agentcore-control/2023-06-05/endpoint-rule-set-1.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@
55
"builtIn": "AWS::Region",
66
"required": false,
77
"documentation": "The AWS region used to dispatch the request.",
8-
"type": "String"
8+
"type": "string"
99
},
1010
"UseDualStack": {
1111
"builtIn": "AWS::UseDualStack",
1212
"required": true,
1313
"default": false,
1414
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
15-
"type": "Boolean"
15+
"type": "boolean"
1616
},
1717
"UseFIPS": {
1818
"builtIn": "AWS::UseFIPS",
1919
"required": true,
2020
"default": false,
2121
"documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
22-
"type": "Boolean"
22+
"type": "boolean"
2323
},
2424
"Endpoint": {
2525
"builtIn": "SDK::Endpoint",
2626
"required": false,
2727
"documentation": "Override the endpoint used to send this request",
28-
"type": "String"
28+
"type": "string"
2929
}
3030
},
3131
"rules": [

0 commit comments

Comments
 (0)