Skip to content

Commit

Permalink
Merge branch 'release-1.34.22'
Browse files Browse the repository at this point in the history
* release-1.34.22:
  Bumping version to 1.34.22
  Update to latest partitions and endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Jan 18, 2024
2 parents b738b70 + c8a53f7 commit 0995e25
Show file tree
Hide file tree
Showing 12 changed files with 586 additions and 44 deletions.
32 changes: 32 additions & 0 deletions .changes/1.34.22.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``b2bi``",
"description": "Increasing TestMapping inputFileContent file size limit to 5MB and adding file size limit 250KB for TestParsing input file. This release also includes exposing InternalServerException for Tag APIs.",
"type": "api-change"
},
{
"category": "``cloudtrail``",
"description": "This release adds a new API ListInsightsMetricData to retrieve metric data from CloudTrail Insights.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "GetMetricDataV2 now supports 3 groupings",
"type": "api-change"
},
{
"category": "``drs``",
"description": "Removed invalid and unnecessary default values.",
"type": "api-change"
},
{
"category": "``firehose``",
"description": "Allow support for Snowflake as a Kinesis Data Firehose delivery destination.",
"type": "api-change"
},
{
"category": "``sagemaker-featurestore-runtime``",
"description": "Increase BatchGetRecord limits from 10 items to 100 items",
"type": "api-change"
}
]
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
CHANGELOG
=========

1.34.22
=======

* api-change:``b2bi``: Increasing TestMapping inputFileContent file size limit to 5MB and adding file size limit 250KB for TestParsing input file. This release also includes exposing InternalServerException for Tag APIs.
* api-change:``cloudtrail``: This release adds a new API ListInsightsMetricData to retrieve metric data from CloudTrail Insights.
* api-change:``connect``: GetMetricDataV2 now supports 3 groupings
* api-change:``drs``: Removed invalid and unnecessary default values.
* api-change:``firehose``: Allow support for Snowflake as a Kinesis Data Firehose delivery destination.
* api-change:``sagemaker-featurestore-runtime``: Increase BatchGetRecord limits from 10 items to 100 items


1.34.21
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.34.21'
__version__ = '1.34.22'


class NullHandler(logging.Handler):
Expand Down
13 changes: 8 additions & 5 deletions botocore/data/b2bi/2022-06-23/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,8 @@
"output":{"shape":"ListTagsForResourceResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Lists all of the tags associated with the Amazon Resource Name (ARN) that you specify. The resource can be a capability, partnership, profile, or transformer.</p>"
},
Expand Down Expand Up @@ -340,7 +341,8 @@
"errors":[
{"shape":"ValidationException"},
{"shape":"ThrottlingException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Attaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN). Resources are capability, partnership, profile, transformers and other entities.</p> <p>There is no response returned from this call.</p>"
},
Expand Down Expand Up @@ -377,7 +379,7 @@
{"shape":"ResourceNotFoundException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Parses the input EDI (electronic data interchange) file.</p>",
"documentation":"<p>Parses the input EDI (electronic data interchange) file. The input file has a file size limit of 250 KB.</p>",
"idempotent":true
},
"UntagResource":{
Expand All @@ -389,7 +391,8 @@
"input":{"shape":"UntagResourceRequest"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"InternalServerException"}
],
"documentation":"<p>Detaches a key-value pair from the specified resource, as identified by its Amazon Resource Name (ARN). Resources are capability, partnership, profile, transformers and other entities.</p>",
"idempotent":true
Expand Down Expand Up @@ -1772,7 +1775,7 @@
},
"TestMappingInputFileContent":{
"type":"string",
"max":200000,
"max":5000000,
"min":0
},
"TestMappingRequest":{
Expand Down
161 changes: 153 additions & 8 deletions botocore/data/cloudtrail/2013-11-01/service-2.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions botocore/data/connect/2017-08-08/service-2.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions botocore/data/drs/2020-02-26/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2471,6 +2471,7 @@
"LaunchActionOrder":{
"type":"integer",
"documentation":"<p>Launch action order.</p>",
"box":true,
"max":10000,
"min":2
},
Expand Down Expand Up @@ -2934,11 +2935,13 @@
},
"MaxResultsReplicatingSourceServers":{
"type":"integer",
"box":true,
"max":300,
"min":1
},
"MaxResultsType":{
"type":"integer",
"box":true,
"max":1000,
"min":1
},
Expand Down Expand Up @@ -4428,6 +4431,7 @@
},
"StrictlyPositiveInteger":{
"type":"integer",
"box":true,
"min":1
},
"SubnetID":{
Expand Down
6 changes: 6 additions & 0 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -13240,6 +13240,12 @@
},
"hostname" : "portal.sso.il-central-1.amazonaws.com"
},
"me-central-1" : {
"credentialScope" : {
"region" : "me-central-1"
},
"hostname" : "portal.sso.me-central-1.amazonaws.com"
},
"me-south-1" : {
"credentialScope" : {
"region" : "me-south-1"
Expand Down
Loading

0 comments on commit 0995e25

Please sign in to comment.