Skip to content

Commit 6de5cea

Browse files
Merge branch 'release-1.42.73' into develop
* release-1.42.73: Bumping version to 1.42.73 Update endpoints model Update to latest models
2 parents b2e20b2 + 15967c3 commit 6de5cea

13 files changed

Lines changed: 568 additions & 182 deletions

File tree

.changes/1.42.73.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``backup``",
4+
"description": "Fix Typo for S3Backup Options ( S3BackupACLs to BackupACLs)",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``dynamodb``",
9+
"description": "Adding ReplicaArn to ReplicaDescription of a global table replica",
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": "``opensearch``",
19+
"description": "Added support for Amazon Managed Service for Prometheus (AMP) as a connected data source in OpenSearch UI. Now users can analyze Prometheus metrics in OpenSearch UI without data copy.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``verifiedpermissions``",
24+
"description": "Adds support for Policy Store Aliases, Policy Names, and Policy Template Names. These are customizable identifiers that can be used in place of Policy Store ids, Policy ids, and Policy Template ids respectively in Amazon Verified Permissions APIs.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "s3",
29+
"description": "Fix aws-chunked requests with non-seekable streams sending both ``Content-Length`` and ``Transfer-Encoding: chunked``, which violated HTTP/1.1 (RFC 7230) and caused ``SignatureDoesNotMatch`` errors.",
30+
"type": "bugfix"
31+
}
32+
]

.changes/next-release/bugfix-s3-17308.json

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

CHANGELOG.rst

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

5+
1.42.73
6+
=======
7+
8+
* api-change:``backup``: Fix Typo for S3Backup Options ( S3BackupACLs to BackupACLs)
9+
* api-change:``dynamodb``: Adding ReplicaArn to ReplicaDescription of a global table replica
10+
* api-change:``endpoint-rules``: Update endpoint-rules client to latest version
11+
* api-change:``opensearch``: Added support for Amazon Managed Service for Prometheus (AMP) as a connected data source in OpenSearch UI. Now users can analyze Prometheus metrics in OpenSearch UI without data copy.
12+
* api-change:``verifiedpermissions``: Adds support for Policy Store Aliases, Policy Names, and Policy Template Names. These are customizable identifiers that can be used in place of Policy Store ids, Policy ids, and Policy Template ids respectively in Amazon Verified Permissions APIs.
13+
* bugfix:s3: Fix aws-chunked requests with non-seekable streams sending both ``Content-Length`` and ``Transfer-Encoding: chunked``, which violated HTTP/1.1 (RFC 7230) and caused ``SignatureDoesNotMatch`` errors.
14+
15+
516
1.42.72
617
=======
718

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.72'
20+
__version__ = '1.42.73'
2121

2222

2323
# Configure default logger to do nothing

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

Lines changed: 17 additions & 17 deletions
Large diffs are not rendered by default.

botocore/data/dynamodb/2012-08-10/endpoint-rule-set-1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,9 @@
266266
"properties": {
267267
"authSchemes": [
268268
{
269-
"signingRegion": "us-east-1",
269+
"name": "sigv4",
270270
"signingName": "dynamodb",
271-
"name": "sigv4"
271+
"signingRegion": "us-east-1"
272272
}
273273
]
274274
},

botocore/data/dynamodb/2012-08-10/service-2.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5052,6 +5052,10 @@
50525052
"shape":"ReplicaStatus",
50535053
"documentation":"<p>The current state of the replica:</p> <ul> <li> <p> <code>CREATING</code> - The replica is being created.</p> </li> <li> <p> <code>UPDATING</code> - The replica is being updated.</p> </li> <li> <p> <code>DELETING</code> - The replica is being deleted.</p> </li> <li> <p> <code>ACTIVE</code> - The replica is ready for use.</p> </li> <li> <p> <code>REGION_DISABLED</code> - The replica is inaccessible because the Amazon Web Services Region has been disabled.</p> <note> <p>If the Amazon Web Services Region remains inaccessible for more than 20 hours, DynamoDB will remove this replica from the replication group. The replica will not be deleted and replication will stop from and to this region.</p> </note> </li> <li> <p> <code>INACCESSIBLE_ENCRYPTION_CREDENTIALS </code> - The KMS key used to encrypt the table is inaccessible.</p> <note> <p>If the KMS key remains inaccessible for more than 20 hours, DynamoDB will remove this replica from the replication group. The replica will not be deleted and replication will stop from and to this region.</p> </note> </li> </ul>"
50545054
},
5055+
"ReplicaArn":{
5056+
"shape":"String",
5057+
"documentation":"<p>The Amazon Resource Name (ARN) of the global table replica.</p>"
5058+
},
50555059
"ReplicaStatusDescription":{
50565060
"shape":"ReplicaStatusDescription",
50575061
"documentation":"<p>Detailed information about the replica status.</p>"

botocore/data/endpoints.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20406,6 +20406,7 @@
2040620406
"tags" : [ "fips" ]
2040720407
} ]
2040820408
},
20409+
"sa-east-1" : { },
2040920410
"us-east-1" : {
2041020411
"variants" : [ {
2041120412
"hostname" : "rekognition-fips.us-east-1.amazonaws.com",

botocore/data/opensearch/2021-01-01/service-2.json

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,6 +1457,10 @@
14571457
},
14581458
"documentation":"<p>The status of machine learning options on the specified domain.</p>"
14591459
},
1460+
"AMPWorkspaceArn":{
1461+
"type":"string",
1462+
"pattern":"^arn:aws[a-zA-Z-]*:aps:[a-z0-9-]+:[0-9]{12}:workspace\\/ws-[a-z0-9-]*$"
1463+
},
14601464
"ARN":{
14611465
"type":"string",
14621466
"documentation":"<p>The Amazon Resource Name (ARN) of the domain. See <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/index.html\">Identifiers for IAM Entities </a> in <i>Using Amazon Web Services Identity and Access Management</i> for more information. </p>",
@@ -1609,8 +1613,7 @@
16091613
"type":"structure",
16101614
"required":[
16111615
"DataSourceName",
1612-
"DataSourceType",
1613-
"OpenSearchArns"
1616+
"DataSourceType"
16141617
],
16151618
"members":{
16161619
"DataSourceName":{
@@ -1627,7 +1630,7 @@
16271630
},
16281631
"OpenSearchArns":{
16291632
"shape":"DirectQueryOpenSearchARNList",
1630-
"documentation":"<p> A list of Amazon Resource Names (ARNs) for the OpenSearch collections that are associated with the direct query data source. </p>"
1633+
"documentation":"<p> An optional list of Amazon Resource Names (ARNs) for the OpenSearch collections that are associated with the direct query data source. This field is required for CloudWatchLogs and SecurityLake datasource types. </p>"
16311634
},
16321635
"DataSourceAccessPolicy":{
16331636
"shape":"PolicyDocument",
@@ -3966,6 +3969,10 @@
39663969
"SecurityLake":{
39673970
"shape":"SecurityLakeDirectQueryDataSource",
39683971
"documentation":"<p> Specifies Security Lake as a type of data source for direct queries. </p>"
3972+
},
3973+
"Prometheus":{
3974+
"shape":"PrometheusDirectQueryDataSource",
3975+
"documentation":"<p> Specifies Prometheus as a type of data source for direct queries. </p>"
39693976
}
39703977
},
39713978
"documentation":"<p> The type of data source that is used for direct queries. This is a supported Amazon Web Services service, such as CloudWatch Logs or Security Lake. </p>",
@@ -7045,6 +7052,24 @@
70457052
"AWS_SERVICE"
70467053
]
70477054
},
7055+
"PrometheusDirectQueryDataSource":{
7056+
"type":"structure",
7057+
"required":[
7058+
"RoleArn",
7059+
"WorkspaceArn"
7060+
],
7061+
"members":{
7062+
"RoleArn":{
7063+
"shape":"DirectQueryDataSourceRoleArn",
7064+
"documentation":"<p> The unique identifier of the IAM role that grants OpenSearch Service permission to access the specified data source. </p>"
7065+
},
7066+
"WorkspaceArn":{
7067+
"shape":"AMPWorkspaceArn",
7068+
"documentation":"<p> The unique identifier of the Amazon Managed Prometheus Workspace that is associated with the specified data source. </p>"
7069+
}
7070+
},
7071+
"documentation":"<p> Configuration details for a Prometheus data source that can be used for direct queries. </p>"
7072+
},
70487073
"PropertyValueType":{
70497074
"type":"string",
70507075
"enum":[
@@ -8049,8 +8074,7 @@
80498074
"type":"structure",
80508075
"required":[
80518076
"DataSourceName",
8052-
"DataSourceType",
8053-
"OpenSearchArns"
8077+
"DataSourceType"
80548078
],
80558079
"members":{
80568080
"DataSourceName":{
@@ -8069,7 +8093,7 @@
80698093
},
80708094
"OpenSearchArns":{
80718095
"shape":"DirectQueryOpenSearchARNList",
8072-
"documentation":"<p> A list of Amazon Resource Names (ARNs) for the OpenSearch collections that are associated with the direct query data source. </p>"
8096+
"documentation":"<p> An optional list of Amazon Resource Names (ARNs) for the OpenSearch collections that are associated with the direct query data source. This field is required for CloudWatchLogs and SecurityLake datasource types. </p>"
80738097
},
80748098
"DataSourceAccessPolicy":{
80758099
"shape":"PolicyDocument",

botocore/data/verifiedpermissions/2021-12-01/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
"output_token": "nextToken",
2424
"limit_key": "maxResults",
2525
"result_key": "policyTemplates"
26+
},
27+
"ListPolicyStoreAliases": {
28+
"input_token": "nextToken",
29+
"output_token": "nextToken",
30+
"limit_key": "maxResults",
31+
"result_key": "policyStoreAliases"
2632
}
2733
}
2834
}

0 commit comments

Comments
 (0)