Skip to content

Commit

Permalink
Merge branch 'release-1.29.84'
Browse files Browse the repository at this point in the history
* release-1.29.84:
  Bumping version to 1.29.84
  Update to latest partitions and endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Mar 3, 2023
2 parents 82788f4 + 8e49a96 commit cba3c4c
Show file tree
Hide file tree
Showing 20 changed files with 1,962 additions and 3,257 deletions.
32 changes: 32 additions & 0 deletions .changes/1.29.84.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``dynamodb``",
"description": "Documentation updates for DynamoDB.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "This release adds support for a new boot mode for EC2 instances called 'UEFI Preferred'.",
"type": "api-change"
},
{
"category": "``macie2``",
"description": "Documentation updates for Amazon Macie",
"type": "api-change"
},
{
"category": "``mediaconvert``",
"description": "The AWS Elemental MediaConvert SDK has improved handling for different input and output color space combinations.",
"type": "api-change"
},
{
"category": "``medialive``",
"description": "AWS Elemental MediaLive adds support for Nielsen watermark timezones.",
"type": "api-change"
},
{
"category": "``transcribe``",
"description": "Amazon Transcribe now supports role access for these API operations: CreateVocabulary, UpdateVocabulary, CreateVocabularyFilter, and UpdateVocabularyFilter.",
"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.29.84
=======

* api-change:``dynamodb``: Documentation updates for DynamoDB.
* api-change:``ec2``: This release adds support for a new boot mode for EC2 instances called 'UEFI Preferred'.
* api-change:``macie2``: Documentation updates for Amazon Macie
* api-change:``mediaconvert``: The AWS Elemental MediaConvert SDK has improved handling for different input and output color space combinations.
* api-change:``medialive``: AWS Elemental MediaLive adds support for Nielsen watermark timezones.
* api-change:``transcribe``: Amazon Transcribe now supports role access for these API operations: CreateVocabulary, UpdateVocabulary, CreateVocabularyFilter, and UpdateVocabularyFilter.


1.29.83
=======

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.29.83'
__version__ = '1.29.84'


class NullHandler(logging.Handler):
Expand Down
468 changes: 253 additions & 215 deletions botocore/data/dynamodb/2012-08-10/endpoint-rule-set-1.json

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions botocore/data/dynamodb/2012-08-10/service-2.json

Large diffs are not rendered by default.

24 changes: 17 additions & 7 deletions botocore/data/ec2/2016-11-15/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -8967,7 +8967,8 @@
"type":"string",
"enum":[
"legacy-bios",
"uefi"
"uefi",
"uefi-preferred"
]
},
"BoxedDouble":{"type":"double"},
Expand Down Expand Up @@ -11789,10 +11790,7 @@
},
"CreateCustomerGatewayRequest":{
"type":"structure",
"required":[
"BgpAsn",
"Type"
],
"required":["Type"],
"members":{
"BgpAsn":{
"shape":"Integer",
Expand Down Expand Up @@ -32390,7 +32388,7 @@
},
"BootMode":{
"shape":"BootModeValues",
"documentation":"<p>The boot mode of the instance. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html\">Boot modes</a> in the <i>Amazon EC2 User Guide</i>.</p>",
"documentation":"<p>The boot mode that was specified by the AMI. If the value is <code>uefi-preferred</code>, the AMI supports both UEFI and Legacy BIOS. The <code>currentInstanceBootMode</code> parameter is the boot mode that is used to boot the instance at launch or start.</p> <note> <p>The operating system contained in the AMI must be configured to support the specified boot mode.</p> </note> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html\">Boot modes</a> in the <i>Amazon EC2 User Guide</i>.</p>",
"locationName":"bootMode"
},
"PlatformDetails":{
Expand Down Expand Up @@ -32427,6 +32425,11 @@
"shape":"InstanceMaintenanceOptions",
"documentation":"<p>Provides information on the recovery and maintenance options of your instance.</p>",
"locationName":"maintenanceOptions"
},
"CurrentInstanceBootMode":{
"shape":"InstanceBootModeValues",
"documentation":"<p>The boot mode that is used to boot the instance at launch or start. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html\">Boot modes</a> in the <i>Amazon EC2 User Guide</i>.</p>",
"locationName":"currentInstanceBootMode"
}
},
"documentation":"<p>Describes an instance.</p>"
Expand Down Expand Up @@ -32606,6 +32609,13 @@
"locationName":"item"
}
},
"InstanceBootModeValues":{
"type":"string",
"enum":[
"legacy-bios",
"uefi"
]
},
"InstanceCapacity":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -45137,7 +45147,7 @@
},
"BootMode":{
"shape":"BootModeValues",
"documentation":"<p>The boot mode of the AMI. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html\">Boot modes</a> in the <i>Amazon EC2 User Guide</i>.</p>"
"documentation":"<p>The boot mode of the AMI. A value of <code>uefi-preferred</code> indicates that the AMI supports both UEFI and Legacy BIOS.</p> <note> <p>The operating system contained in the AMI must be configured to support the specified boot mode.</p> </note> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html\">Boot modes</a> in the <i>Amazon EC2 User Guide</i>.</p>"
},
"TpmSupport":{
"shape":"TpmSupportValues",
Expand Down
11 changes: 9 additions & 2 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -10590,6 +10590,7 @@
"deprecated" : true,
"hostname" : "network-firewall-fips.us-west-2.amazonaws.com"
},
"me-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : {
Expand Down Expand Up @@ -11461,7 +11462,6 @@
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"api" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
Expand Down Expand Up @@ -20416,11 +20416,18 @@
},
"mediaconvert" : {
"endpoints" : {
"us-gov-west-1" : {
"fips-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"deprecated" : true,
"hostname" : "mediaconvert.us-gov-west-1.amazonaws.com"
},
"us-gov-west-1" : {
"variants" : [ {
"hostname" : "mediaconvert.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
}
}
},
Expand Down
Loading

0 comments on commit cba3c4c

Please sign in to comment.