Skip to content

Commit

Permalink
Merge branch 'release-1.27.92'
Browse files Browse the repository at this point in the history
* release-1.27.92:
  Bumping version to 1.27.92
  Update to latest models
  Update to latest s3control endpoint models
  Update to latest s3 endpoint models
  Update to latest partitions
  • Loading branch information
aws-sdk-python-automation committed Oct 17, 2022
2 parents 86739c7 + 8a78ff7 commit e63d2d5
Show file tree
Hide file tree
Showing 11 changed files with 16,923 additions and 11 deletions.
12 changes: 12 additions & 0 deletions .changes/1.27.92.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"category": "``greengrass``",
"description": "This change allows customers to specify FunctionRuntimeOverride in FunctionDefinitionVersion. This configuration can be used if the runtime on the device is different from the AWS Lambda runtime specified for that function.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "This release adds support for C7g, C6g, C6gd, C6gn, M6g, M6gd, R6g, and R6gn Graviton instance types in Amazon SageMaker Inference.",
"type": "api-change"
}
]
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
CHANGELOG
=========

1.27.92
=======

* api-change:``greengrass``: This change allows customers to specify FunctionRuntimeOverride in FunctionDefinitionVersion. This configuration can be used if the runtime on the device is different from the AWS Lambda runtime specified for that function.
* api-change:``sagemaker``: This release adds support for C7g, C6g, C6gd, C6gn, M6g, M6gd, R6g, and R6gn Graviton instance types in Amazon SageMaker Inference.


1.27.91
=======

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.27.91'
__version__ = '1.27.92'


class NullHandler(logging.Handler):
Expand Down
4 changes: 4 additions & 0 deletions botocore/data/greengrass/2017-06-07/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3361,6 +3361,10 @@
"Timeout" : {
"shape" : "__integer",
"documentation" : "The allowed function execution time, after which Lambda should terminate the function. This timeout still applies to pinned Lambda functions for each request."
},
"FunctionRuntimeOverride" : {
"shape" : "__string",
"documentation" : "The Lambda runtime supported by Greengrass which is to be used instead of the one specified in the Lambda function."
}
},
"documentation" : "The configuration of the Lambda function."
Expand Down
13 changes: 11 additions & 2 deletions botocore/data/partitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"aws-global": {}
},
"outputs": {
"name": "aws",
"dnsSuffix": "amazonaws.com",
"dualStackDnsSuffix": "api.aws",
"supportsFIPS": true,
Expand All @@ -45,6 +46,7 @@
"aws-us-gov-global": {}
},
"outputs": {
"name": "aws-us-gov",
"dnsSuffix": "amazonaws.com",
"dualStackDnsSuffix": "api.aws",
"supportsFIPS": true,
Expand All @@ -60,6 +62,7 @@
"aws-cn-global": {}
},
"outputs": {
"name": "aws-cn",
"dnsSuffix": "amazonaws.com.cn",
"dualStackDnsSuffix": "api.amazonwebservices.com.cn",
"supportsFIPS": true,
Expand All @@ -70,23 +73,29 @@
"id": "aws-iso",
"regionRegex": "^us\\-iso\\-\\w+\\-\\d+$",
"outputs": {
"name": "aws-iso",
"dnsSuffix": "c2s.ic.gov",
"supportsFIPS": true,
"supportsDualStack": false,
"dualStackDnsSuffix": "c2s.ic.gov"
},
"regions": {}
"regions": {
"aws-iso-global": {}
}
},
{
"id": "aws-iso-b",
"regionRegex": "^us\\-isob\\-\\w+\\-\\d+$",
"outputs": {
"name": "aws-iso-b",
"dnsSuffix": "sc2s.sgov.gov",
"supportsFIPS": true,
"supportsDualStack": false,
"dualStackDnsSuffix": "sc2s.sgov.gov"
},
"regions": {}
"regions": {
"aws-iso-b-global": {}
}
}
]
}
9,962 changes: 9,962 additions & 0 deletions botocore/data/s3/2006-03-01/endpoint-rule-set-1.json

Large diffs are not rendered by default.

0 comments on commit e63d2d5

Please sign in to comment.