Skip to content

Commit 19d2473

Browse files
Merge branch 'release-1.42.62' into develop
* release-1.42.62: Bumping version to 1.42.62 Update endpoints model Update to latest models Merge customizations for ConnectHealth
2 parents 86d458d + 1f57f9e commit 19d2473

19 files changed

Lines changed: 2620 additions & 13 deletions

File tree

.changes/1.42.62.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"category": "``connecthealth``",
4+
"description": "Connect-Health SDK is AWS's unified SDK for the Amazon Connect Health offering. It allows healthcare developers to integrate purpose-built agents - such as patient insights, ambient documentation, and medical coding - into their existing applications, including EHRs, telehealth, and revenue cycle.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``ec2``",
9+
"description": "Added metadata field to CapacityAllocation.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``endpoint-rules``",
14+
"description": "Update endpoint-rules client to latest version",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``guardduty``",
19+
"description": "Added MALICIOUS FILE to IndicatorType enum in MDC Sequence",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``mpa``",
24+
"description": "Updates to multi-party approval (MPA) service to add support for approval team baseline operations.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``sagemaker``",
29+
"description": "Adds support for S3 Bucket Ownership validation for SageMaker Managed MLflow.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``savingsplans``",
34+
"description": "Added support for OpenSearch and Neptune Analytics to Database Savings Plans.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "S3 redirect",
39+
"description": "Validate new region name when redirecting.",
40+
"type": "enhancement"
41+
}
42+
]

.changes/next-release/enhancement-S3redirect-45693.json

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

CHANGELOG.rst

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

5+
1.42.62
6+
=======
7+
8+
* api-change:``connecthealth``: Connect-Health SDK is AWS's unified SDK for the Amazon Connect Health offering. It allows healthcare developers to integrate purpose-built agents - such as patient insights, ambient documentation, and medical coding - into their existing applications, including EHRs, telehealth, and revenue cycle.
9+
* api-change:``ec2``: Added metadata field to CapacityAllocation.
10+
* api-change:``endpoint-rules``: Update endpoint-rules client to latest version
11+
* api-change:``guardduty``: Added MALICIOUS FILE to IndicatorType enum in MDC Sequence
12+
* api-change:``mpa``: Updates to multi-party approval (MPA) service to add support for approval team baseline operations.
13+
* api-change:``sagemaker``: Adds support for S3 Bucket Ownership validation for SageMaker Managed MLflow.
14+
* api-change:``savingsplans``: Added support for OpenSearch and Neptune Analytics to Database Savings Plans.
15+
* enhancement:S3 redirect: Validate new region name when redirecting.
16+
17+
518
1.42.61
619
=======
720

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.61'
20+
__version__ = '1.42.62'
2121

2222

2323
# Configure default logger to do nothing
Lines changed: 137 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,137 @@
1+
{
2+
"version": "1.0",
3+
"parameters": {
4+
"UseFIPS": {
5+
"builtIn": "AWS::UseFIPS",
6+
"required": true,
7+
"default": false,
8+
"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.",
9+
"type": "boolean"
10+
},
11+
"Endpoint": {
12+
"builtIn": "SDK::Endpoint",
13+
"required": false,
14+
"documentation": "Override the endpoint used to send this request",
15+
"type": "string"
16+
},
17+
"Region": {
18+
"builtIn": "AWS::Region",
19+
"required": false,
20+
"documentation": "The AWS region used to dispatch the request.",
21+
"type": "string"
22+
}
23+
},
24+
"rules": [
25+
{
26+
"conditions": [
27+
{
28+
"fn": "isSet",
29+
"argv": [
30+
{
31+
"ref": "Endpoint"
32+
}
33+
]
34+
}
35+
],
36+
"rules": [
37+
{
38+
"conditions": [
39+
{
40+
"fn": "booleanEquals",
41+
"argv": [
42+
{
43+
"ref": "UseFIPS"
44+
},
45+
true
46+
]
47+
}
48+
],
49+
"error": "Invalid Configuration: FIPS and custom endpoint are not supported",
50+
"type": "error"
51+
},
52+
{
53+
"conditions": [],
54+
"endpoint": {
55+
"url": {
56+
"ref": "Endpoint"
57+
},
58+
"properties": {},
59+
"headers": {}
60+
},
61+
"type": "endpoint"
62+
}
63+
],
64+
"type": "tree"
65+
},
66+
{
67+
"conditions": [],
68+
"rules": [
69+
{
70+
"conditions": [
71+
{
72+
"fn": "isSet",
73+
"argv": [
74+
{
75+
"ref": "Region"
76+
}
77+
]
78+
}
79+
],
80+
"rules": [
81+
{
82+
"conditions": [
83+
{
84+
"fn": "aws.partition",
85+
"argv": [
86+
{
87+
"ref": "Region"
88+
}
89+
],
90+
"assign": "PartitionResult"
91+
}
92+
],
93+
"rules": [
94+
{
95+
"conditions": [
96+
{
97+
"fn": "booleanEquals",
98+
"argv": [
99+
{
100+
"ref": "UseFIPS"
101+
},
102+
true
103+
]
104+
}
105+
],
106+
"endpoint": {
107+
"url": "https://health-agent-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
108+
"properties": {},
109+
"headers": {}
110+
},
111+
"type": "endpoint"
112+
},
113+
{
114+
"conditions": [],
115+
"endpoint": {
116+
"url": "https://health-agent.{Region}.{PartitionResult#dualStackDnsSuffix}",
117+
"properties": {},
118+
"headers": {}
119+
},
120+
"type": "endpoint"
121+
}
122+
],
123+
"type": "tree"
124+
}
125+
],
126+
"type": "tree"
127+
},
128+
{
129+
"conditions": [],
130+
"error": "Invalid Configuration: Missing Region",
131+
"type": "error"
132+
}
133+
],
134+
"type": "tree"
135+
}
136+
]
137+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"pagination": {
3+
"ListDomains": {
4+
"input_token": "nextToken",
5+
"output_token": "nextToken",
6+
"limit_key": "maxResults",
7+
"result_key": "domains"
8+
},
9+
"ListSubscriptions": {
10+
"input_token": "nextToken",
11+
"output_token": "nextToken",
12+
"limit_key": "maxResults",
13+
"result_key": "subscriptions"
14+
}
15+
}
16+
}

0 commit comments

Comments
 (0)