Skip to content

Commit 9ff970f

Browse files
Merge branch 'release-1.42.37' into develop
* release-1.42.37: Bumping version to 1.42.37 Update to latest models
2 parents ca866da + 4a9c090 commit 9ff970f

14 files changed

Lines changed: 633 additions & 78 deletions

File tree

.changes/1.42.37.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"category": "``cognito-idp``",
4+
"description": "This release adds support for a new lambda trigger to transform federated user attributes during the authentication with external identity providers on Cognito Managed Login.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``connect``",
9+
"description": "Adds support for filtering search results based on tags assigned to contacts.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``ec2``",
14+
"description": "SearchTransitGatewayRoutes API response now includes a NextToken field, enabling pagination when retrieving large sets of transit gateway routes. Pass the returned NextToken value in subsequent requests to retrieve the next page of results.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``lambda``",
19+
"description": "We are launching ESM Metrics and logging for Kafka ESM to allow customers to monitor Kafka event processing using CloudWatch Metrics and Logs.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``mediaconnect``",
24+
"description": "This release adds support for NDI flow sources in AWS Elemental MediaConnect. You can now send content to your MediaConnect transport streams directly from your NDI environment using the new NDI source type. Also adds support for LARGE 4X flow size, which can be used when creating CDI JPEG-XS flows.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``mediaconvert``",
29+
"description": "This release adds a follow source mode for audio output channel count, an AES audio frame wrapping option for MXF outputs, and an option to signal DolbyVision compatibility using the SUPPLEMENTAL-CODECS tag in HLS manifests.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``s3``",
34+
"description": "Adds support for the UpdateObjectEncryption API to change the server-side encryption type of objects in general purpose buckets.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``s3control``",
39+
"description": "Adds support for the UpdateObjectEncryption API to change the server-side encryption type of objects in general purpose buckets.",
40+
"type": "api-change"
41+
}
42+
]

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.37
6+
=======
7+
8+
* api-change:``cognito-idp``: This release adds support for a new lambda trigger to transform federated user attributes during the authentication with external identity providers on Cognito Managed Login.
9+
* api-change:``connect``: Adds support for filtering search results based on tags assigned to contacts.
10+
* api-change:``ec2``: SearchTransitGatewayRoutes API response now includes a NextToken field, enabling pagination when retrieving large sets of transit gateway routes. Pass the returned NextToken value in subsequent requests to retrieve the next page of results.
11+
* api-change:``lambda``: We are launching ESM Metrics and logging for Kafka ESM to allow customers to monitor Kafka event processing using CloudWatch Metrics and Logs.
12+
* api-change:``mediaconnect``: This release adds support for NDI flow sources in AWS Elemental MediaConnect. You can now send content to your MediaConnect transport streams directly from your NDI environment using the new NDI source type. Also adds support for LARGE 4X flow size, which can be used when creating CDI JPEG-XS flows.
13+
* api-change:``mediaconvert``: This release adds a follow source mode for audio output channel count, an AES audio frame wrapping option for MXF outputs, and an option to signal DolbyVision compatibility using the SUPPLEMENTAL-CODECS tag in HLS manifests.
14+
* api-change:``s3``: Adds support for the UpdateObjectEncryption API to change the server-side encryption type of objects in general purpose buckets.
15+
* api-change:``s3control``: Adds support for the UpdateObjectEncryption API to change the server-side encryption type of objects in general purpose buckets.
16+
17+
518
1.42.36
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.36'
20+
__version__ = '1.42.37'
2121

2222

2323
# Configure default logger to do nothing

botocore/data/cognito-idp/2016-04-18/service-2.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@
10441044
{"shape":"UserImportInProgressException"},
10451045
{"shape":"InternalErrorException"}
10461046
],
1047-
"documentation":"<p>Deletes a user pool. After you delete a user pool, users can no longer sign in to any associated applications. </p> <p>When you delete a user pool, it's no longer visible or operational in your Amazon Web Services account. Amazon Cognito retains deleted user pools in an inactive state for 14 days, then begins a cleanup process that fully removes them from Amazon Web Services systems. In case of accidental deletion, contact Amazon Web ServicesSupport within 14 days for restoration assistance.</p> <p>Amazon Cognito begins full deletion of all resources from deleted user pools after 14 days. In the case of large user pools, the cleanup process might take significant additional time before all user data is permanently deleted.</p>"
1047+
"documentation":"<p>Deletes a user pool. After you delete a user pool, users can no longer sign in to any associated applications. </p> <p>When you delete a user pool, it's no longer visible or operational in your Amazon Web Services account. Amazon Cognito retains deleted user pools in an inactive state for 14 days, then begins a cleanup process that fully removes them from Amazon Web Services systems. In case of accidental deletion, contact Amazon Web Services Support within 14 days for restoration assistance.</p> <p>Amazon Cognito begins full deletion of all resources from deleted user pools after 14 days. In the case of large user pools, the cleanup process might take significant additional time before all user data is permanently deleted.</p>"
10481048
},
10491049
"DeleteUserPoolClient":{
10501050
"name":"DeleteUserPoolClient",
@@ -6347,6 +6347,28 @@
63476347
"min":0
63486348
},
63496349
"ImageUrlType":{"type":"string"},
6350+
"InboundFederationLambdaType":{
6351+
"type":"structure",
6352+
"required":[
6353+
"LambdaVersion",
6354+
"LambdaArn"
6355+
],
6356+
"members":{
6357+
"LambdaVersion":{
6358+
"shape":"InboundFederationLambdaVersionType",
6359+
"documentation":"<p>The user pool trigger version of the request that Amazon Cognito sends to your Lambda function. Higher-numbered versions add fields that support new features.</p> <p>You must use a <code>LambdaVersion</code> of <code>V1_0</code> with an inbound federation function.</p>"
6360+
},
6361+
"LambdaArn":{
6362+
"shape":"ArnType",
6363+
"documentation":"<p>The Amazon Resource Name (ARN) of the function that you want to assign to your Lambda trigger.</p>"
6364+
}
6365+
},
6366+
"documentation":"<p>The properties of an inbound federation Lambda trigger.</p>"
6367+
},
6368+
"InboundFederationLambdaVersionType":{
6369+
"type":"string",
6370+
"enum":["V1_0"]
6371+
},
63506372
"InitiateAuthRequest":{
63516373
"type":"structure",
63526374
"required":[
@@ -6572,6 +6594,10 @@
65726594
"KMSKeyID":{
65736595
"shape":"ArnType",
65746596
"documentation":"<p>The ARN of an <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#master_keys\">KMS key</a>. Amazon Cognito uses the key to encrypt codes and temporary passwords sent to custom sender Lambda triggers.</p>"
6597+
},
6598+
"InboundFederation":{
6599+
"shape":"InboundFederationLambdaType",
6600+
"documentation":"<p>The configuration of an inbound federation Lambda trigger. This trigger can transform federated user attributes during the authentication with external identity providers.</p>"
65756601
}
65766602
},
65776603
"documentation":"<p>A collection of user pool Lambda triggers. Amazon Cognito invokes triggers at several possible stages of user pool operations. Triggers can modify the outcome of the operations that invoked them.</p>"

botocore/data/connect/2017-08-08/service-2.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10238,6 +10238,10 @@
1023810238
"documentation":"<p>Indicates name of the contact.</p>"
1023910239
},
1024010240
"RoutingCriteria":{"shape":"RoutingCriteria"},
10241+
"Tags":{
10242+
"shape":"ContactTagMap",
10243+
"documentation":"<p>Tags associated with the contact. This contains both Amazon Web Services generated and user-defined tags.</p>"
10244+
},
1024110245
"GlobalResiliencyMetadata":{
1024210246
"shape":"GlobalResiliencyMetadata",
1024310247
"documentation":"<p>Additional routing information for contacts created in ACGR instances.</p>"
@@ -28721,7 +28725,8 @@
2872128725
"ActiveRegions":{
2872228726
"shape":"ActiveRegionList",
2872328727
"documentation":"<p>The list of active regions for contacts in ACGR instances.</p>"
28724-
}
28728+
},
28729+
"ContactTags":{"shape":"ControlPlaneTagFilter"}
2872528730
},
2872628731
"documentation":"<p>A structure of search criteria to be used to return contacts.</p>"
2872728732
},

botocore/data/ec2/2016-11-15/paginators-1.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -991,6 +991,13 @@
991991
"limit_key": "MaxResults",
992992
"output_token": "NextToken",
993993
"result_key": "VpnConcentrators"
994+
},
995+
"SearchTransitGatewayRoutes": {
996+
"input_token": "NextToken",
997+
"limit_key": "MaxResults",
998+
"more_results": "AdditionalRoutesAvailable",
999+
"output_token": "NextToken",
1000+
"result_key": "Routes"
9941001
}
9951002
}
9961003
}

botocore/data/ec2/2016-11-15/service-2.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64981,6 +64981,10 @@
6498164981
"DryRun":{
6498264982
"shape":"Boolean",
6498364983
"documentation":"<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>"
64984+
},
64985+
"NextToken":{
64986+
"shape":"String",
64987+
"documentation":"<p>The token for the next page of results.</p>"
6498464988
}
6498564989
}
6498664990
},
@@ -64996,6 +65000,11 @@
6499665000
"shape":"Boolean",
6499765001
"documentation":"<p>Indicates whether there are additional routes available.</p>",
6499865002
"locationName":"additionalRoutesAvailable"
65003+
},
65004+
"NextToken":{
65005+
"shape":"String",
65006+
"documentation":"<p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>",
65007+
"locationName":"nextToken"
6499965008
}
6500065009
}
6500165010
},

botocore/data/lambda/2015-03-31/service-2.json

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2833,6 +2833,10 @@
28332833
"shape":"EventSourceMappingMetricsConfig",
28342834
"documentation":"<p>The metrics configuration for your event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics-types.html#event-source-mapping-metrics\">Event source mapping metrics</a>.</p>"
28352835
},
2836+
"LoggingConfig":{
2837+
"shape":"EventSourceMappingLoggingConfig",
2838+
"documentation":"<p>(Amazon MSK, and self-managed Apache Kafka only) The logging configuration for your event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/esm-logging.html\">Event source mapping logging</a>.</p>"
2839+
},
28362840
"ProvisionedPollerConfig":{
28372841
"shape":"ProvisionedPollerConfig",
28382842
"documentation":"<p>(Amazon SQS, Amazon MSK, and self-managed Apache Kafka only) The provisioned mode configuration for the event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode\">provisioned mode</a>.</p>"
@@ -3861,33 +3865,59 @@
38613865
"shape":"EventSourceMappingMetricsConfig",
38623866
"documentation":"<p>The metrics configuration for your event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics-types.html#event-source-mapping-metrics\">Event source mapping metrics</a>.</p>"
38633867
},
3868+
"LoggingConfig":{
3869+
"shape":"EventSourceMappingLoggingConfig",
3870+
"documentation":"<p>(Amazon MSK, and self-managed Apache Kafka only) The logging configuration for your event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/esm-logging.html\">Event source mapping logging</a>.</p>"
3871+
},
38643872
"ProvisionedPollerConfig":{
38653873
"shape":"ProvisionedPollerConfig",
38663874
"documentation":"<p>(Amazon SQS, Amazon MSK, and self-managed Apache Kafka only) The provisioned mode configuration for the event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode\">provisioned mode</a>.</p>"
38673875
}
38683876
},
38693877
"documentation":"<p>A mapping between an Amazon Web Services resource and a Lambda function. For details, see <a>CreateEventSourceMapping</a>.</p>"
38703878
},
3879+
"EventSourceMappingLoggingConfig":{
3880+
"type":"structure",
3881+
"members":{
3882+
"SystemLogLevel":{
3883+
"shape":"EventSourceMappingSystemLogLevel",
3884+
"documentation":"<p> The log level you want your event source mapping to use. Lambda event poller only sends system logs at the selected level of detail and lower, where <code>DEBUG</code> is the highest level and <code>WARN</code> is the lowest. For more information about these metrics, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/esm-logging.html\"> Event source mapping logging</a>. </p>"
3885+
}
3886+
},
3887+
"documentation":"<p>(Amazon MSK, and self-managed Apache Kafka only) The logging configuration for your event source. Use this configuration object to define the level of logs for your event source mapping. </p>"
3888+
},
38713889
"EventSourceMappingMetric":{
38723890
"type":"string",
3873-
"enum":["EventCount"]
3891+
"enum":[
3892+
"EventCount",
3893+
"ErrorCount",
3894+
"KafkaMetrics"
3895+
]
38743896
},
38753897
"EventSourceMappingMetricList":{
38763898
"type":"list",
38773899
"member":{"shape":"EventSourceMappingMetric"},
3878-
"max":1,
3900+
"max":3,
38793901
"min":0
38803902
},
38813903
"EventSourceMappingMetricsConfig":{
38823904
"type":"structure",
38833905
"members":{
38843906
"Metrics":{
38853907
"shape":"EventSourceMappingMetricList",
3886-
"documentation":"<p> The metrics you want your event source mapping to produce. Include <code>EventCount</code> to receive event source mapping metrics related to the number of events processed by your event source mapping. For more information about these metrics, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics-types.html#event-source-mapping-metrics\"> Event source mapping metrics</a>. </p>"
3908+
"documentation":"<p> The metrics you want your event source mapping to produce, including <code>EventCount</code>, <code>ErrorCount</code>, <code>KafkaMetrics</code>. </p> <ul> <li> <p> <code>EventCount</code> to receive metrics related to the number of events processed by your event source mapping.</p> </li> <li> <p> <code>ErrorCount</code> (Amazon MSK and self-managed Apache Kafka) to receive metrics related to the number of errors in your event source mapping processing.</p> </li> <li> <p> <code>KafkaMetrics</code> (Amazon MSK and self-managed Apache Kafka) to receive metrics related to the Kafka consumers from your event source mapping.</p> </li> </ul> <p> For more information about these metrics, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics-types.html#event-source-mapping-metrics\"> Event source mapping metrics</a>. </p>"
38873909
}
38883910
},
38893911
"documentation":"<p>The metrics configuration for your event source. Use this configuration object to define which metrics you want your event source mapping to produce.</p>"
38903912
},
3913+
"EventSourceMappingSystemLogLevel":{
3914+
"type":"string",
3915+
"enum":[
3916+
"DEBUG",
3917+
"INFO",
3918+
"WARN"
3919+
]
3920+
},
38913921
"EventSourceMappingsList":{
38923922
"type":"list",
38933923
"member":{"shape":"EventSourceMappingConfiguration"}
@@ -8966,6 +8996,7 @@
89668996
"shape":"EventSourceMappingMetricsConfig",
89678997
"documentation":"<p>The metrics configuration for your event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/monitoring-metrics-types.html#event-source-mapping-metrics\">Event source mapping metrics</a>.</p>"
89688998
},
8999+
"LoggingConfig":{"shape":"EventSourceMappingLoggingConfig"},
89699000
"ProvisionedPollerConfig":{
89709001
"shape":"ProvisionedPollerConfig",
89719002
"documentation":"<p>(Amazon SQS, Amazon MSK, and self-managed Apache Kafka only) The provisioned mode configuration for the event source. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode\">provisioned mode</a>.</p>"

0 commit comments

Comments
 (0)