Skip to content

Commit

Permalink
Merge branch 'release-1.27.85'
Browse files Browse the repository at this point in the history
* release-1.27.85:
  Bumping version to 1.27.85
  Update to latest endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Oct 3, 2022
2 parents cddff28 + f62f627 commit 4660ebc
Show file tree
Hide file tree
Showing 9 changed files with 497 additions and 438 deletions.
17 changes: 17 additions & 0 deletions .changes/1.27.85.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"category": "``accessanalyzer``",
"description": "AWS IAM Access Analyzer policy validation introduces new checks for role trust policies. As customers author a policy, IAM Access Analyzer policy validation evaluates the policy for any issues to make it easier for customers to author secure policies.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Adding an imdsSupport attribute to EC2 AMIs",
"type": "api-change"
},
{
"category": "``snowball``",
"description": "Adds support for V3_5C. This is a refreshed AWS Snowball Edge Compute Optimized device type with 28TB SSD, 104 vCPU and 416GB memory (customer usable).",
"type": "api-change"
}
]
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
CHANGELOG
=========

1.27.85
=======

* api-change:``accessanalyzer``: AWS IAM Access Analyzer policy validation introduces new checks for role trust policies. As customers author a policy, IAM Access Analyzer policy validation evaluates the policy for any issues to make it easier for customers to author secure policies.
* api-change:``ec2``: Adding an imdsSupport attribute to EC2 AMIs
* api-change:``snowball``: Adds support for V3_5C. This is a refreshed AWS Snowball Edge Compute Optimized device type with 28TB SSD, 104 vCPU and 416GB memory (customer usable).


1.27.84
=======

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.84'
__version__ = '1.27.85'


class NullHandler(logging.Handler):
Expand Down
847 changes: 424 additions & 423 deletions botocore/data/accessanalyzer/2019-11-01/service-2.json

Large diffs are not rendered by default.

23 changes: 21 additions & 2 deletions botocore/data/ec2/2016-11-15/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -28752,6 +28752,11 @@
"shape":"String",
"documentation":"<p>The date and time to deprecate the AMI, in UTC, in the following format: <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z. If you specified a value for seconds, Amazon EC2 rounds the seconds to the nearest minute.</p>",
"locationName":"deprecationTime"
},
"ImdsSupport":{
"shape":"ImdsSupportValues",
"documentation":"<p>If <code>v2.0</code>, it indicates that IMDSv2 is specified in the AMI. Instances launched from this AMI will have <code>HttpTokens</code> automatically set to <code>required</code> so that, by default, the instance requires that IMDSv2 is used when requesting instance metadata. In addition, <code>HttpPutResponseHopLimit</code> is set to <code>2</code>. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-IMDS-new-instances.html#configure-IMDS-new-instances-ami-configuration\">Configure the AMI</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
"locationName":"imdsSupport"
}
},
"documentation":"<p>Describes an image.</p>"
Expand Down Expand Up @@ -28818,6 +28823,11 @@
"shape":"AttributeValue",
"documentation":"<p>The date and time, in <a href=\"http://www.iso.org/iso/iso8601\">ISO 8601 date-time format</a>, when the AMI was last used to launch an EC2 instance. When the AMI is used to launch an instance, there is a 24-hour delay before that usage is reported.</p> <note> <p> <code>lastLaunchedTime</code> data is available starting April 2017.</p> </note>",
"locationName":"lastLaunchedTime"
},
"ImdsSupport":{
"shape":"AttributeValue",
"documentation":"<p>If <code>v2.0</code>, it indicates that IMDSv2 is specified in the AMI. Instances launched from this AMI will have <code>HttpTokens</code> automatically set to <code>required</code> so that, by default, the instance requires that IMDSv2 is used when requesting instance metadata. In addition, <code>HttpPutResponseHopLimit</code> is set to <code>2</code>. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-IMDS-new-instances.html#configure-IMDS-new-instances-ami-configuration\">Configure the AMI</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>",
"locationName":"imdsSupport"
}
},
"documentation":"<p>Describes an image attribute.</p>"
Expand All @@ -28835,7 +28845,8 @@
"bootMode",
"tpmSupport",
"uefiData",
"lastLaunchedTime"
"lastLaunchedTime",
"imdsSupport"
]
},
"ImageDiskContainer":{
Expand Down Expand Up @@ -28955,6 +28966,10 @@
"ramdisk"
]
},
"ImdsSupportValues":{
"type":"string",
"enum":["v2.0"]
},
"ImportClientVpnClientCertificateRevocationListRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -40498,7 +40513,7 @@
"Port":{
"type":"integer",
"max":65535,
"min":1
"min":0
},
"PortRange":{
"type":"structure",
Expand Down Expand Up @@ -41711,6 +41726,10 @@
"UefiData":{
"shape":"StringType",
"documentation":"<p>Base64 representation of the non-volatile UEFI variable store. To retrieve the UEFI data, use the <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceUefiData\">GetInstanceUefiData</a> command. You can inspect and modify the UEFI data by using the <a href=\"https://github.com/awslabs/python-uefivars\">python-uefivars tool</a> on GitHub. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/uefi-secure-boot.html\">UEFI Secure Boot</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>"
},
"ImdsSupport":{
"shape":"ImdsSupportValues",
"documentation":"<p>Set to <code>v2.0</code> to indicate that IMDSv2 is specified in the AMI. Instances launched from this AMI will have <code>HttpTokens</code> automatically set to <code>required</code> so that, by default, the instance requires that IMDSv2 is used when requesting instance metadata. In addition, <code>HttpPutResponseHopLimit</code> is set to <code>2</code>. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-IMDS-new-instances.html#configure-IMDS-new-instances-ami-configuration\">Configure the AMI</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p> <note> <p>If you set the value to <code>v2.0</code>, make sure that your AMI software can support IMDSv2.</p> </note>"
}
},
"documentation":"<p>Contains the parameters for RegisterImage.</p>"
Expand Down
8 changes: 7 additions & 1 deletion botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -20390,7 +20390,8 @@
},
"ram" : {
"endpoints" : {
"us-iso-east-1" : { }
"us-iso-east-1" : { },
"us-iso-west-1" : { }
}
},
"rds" : {
Expand Down Expand Up @@ -20865,6 +20866,11 @@
"isRegionalized" : false,
"partitionEndpoint" : "aws-iso-b-global"
},
"route53resolver" : {
"endpoints" : {
"us-isob-east-1" : { }
}
},
"s3" : {
"defaults" : {
"protocols" : [ "http", "https" ],
Expand Down
6 changes: 6 additions & 0 deletions botocore/data/snowball/2016-06-30/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "CompatibleImages"
},
"ListLongTermPricing": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "LongTermPricingEntries"
}
}
}
Loading

0 comments on commit 4660ebc

Please sign in to comment.