Skip to content

Commit

Permalink
Merge branch 'release-1.20.78'
Browse files Browse the repository at this point in the history
* release-1.20.78:
  Bumping version to 1.20.78
  Update to latest endpoints
  Update to latest models
  Update stale_issue.yml (#2390)
  • Loading branch information
aws-sdk-python-automation committed May 21, 2021
2 parents 8bdc31a + a6d02ef commit 1398d0d
Show file tree
Hide file tree
Showing 10 changed files with 218 additions and 87 deletions.
22 changes: 22 additions & 0 deletions .changes/1.20.78.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"category": "``efs``",
"description": "Update efs client to latest version",
"type": "api-change"
},
{
"category": "``s3``",
"description": "Documentation updates for Amazon S3",
"type": "api-change"
},
{
"category": "``forecast``",
"description": "Updated attribute statistics in DescribeDatasetImportJob response to support Long values",
"type": "api-change"
},
{
"category": "``opsworkscm``",
"description": "New PUPPET_API_CRL attribute returned by DescribeServers API; new EngineVersion of 2019 available for Puppet Enterprise servers.",
"type": "api-change"
}
]
2 changes: 1 addition & 1 deletion .github/workflows/stale_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
stale-issue-label: closing-soon
exempt-issue-label: auto-label-exempt
stale-pr-label: closing-soon
exempt-pr-label: pr/needs-review
exempt-pr-label: pr/needs-review,auto-label-exempt
response-requested-label: response-requested

# Don't set closed-for-staleness label to skip closing very old issues
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
CHANGELOG
=========

1.20.78
=======

* api-change:``efs``: Update efs client to latest version
* api-change:``s3``: Documentation updates for Amazon S3
* api-change:``forecast``: Updated attribute statistics in DescribeDatasetImportJob response to support Long values
* api-change:``opsworkscm``: New PUPPET_API_CRL attribute returned by DescribeServers API; new EngineVersion of 2019 available for Puppet Enterprise servers.


1.20.77
=======

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 re
import logging

__version__ = '1.20.77'
__version__ = '1.20.78'


class NullHandler(logging.Handler):
Expand Down
103 changes: 92 additions & 11 deletions botocore/data/efs/2015-02-01/service-2.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -2721,6 +2721,7 @@
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
Expand Down Expand Up @@ -3917,6 +3918,7 @@
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
Expand Down
26 changes: 21 additions & 5 deletions botocore/data/forecast/2018-06-26/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
{"shape":"ResourceNotFoundException"},
{"shape":"ResourceInUseException"}
],
"documentation":"<p>Deletes an entire resource tree. This operation will delete the parent resource and its child resources.</p> <p>Child resources are resources that were created from another resource. For example, when a forecast is generated from a predictor, the forecast is the child resource and the predictor is the parent resource.</p> <p>Amazon Forecast resources possess the following parent-child resource hierarchies:</p> <ul> <li> <p> <b>Dataset Group</b>: predictors, predictor backtest export jobs, forecasts, forecast export jobs</p> </li> <li> <p> <b>Dataset</b>: dataset import jobs</p> </li> <li> <p> <b>Predictor</b>: predictor backtest export jobs, forecasts, forecast export jobs</p> </li> <li> <p> <b>Forecast</b>: forecast export jobs</p> </li> </ul> <note> <p> <code>DeleteResourceTree</code> will only delete Amazon Forecast resources, and will not delete datasets or exported files stored in Amazon S3. </p> </note>",
"documentation":"<p>Deletes an entire resource tree. This operation will delete the parent resource and its child resources.</p> <p>Child resources are resources that were created from another resource. For example, when a forecast is generated from a predictor, the forecast is the child resource and the predictor is the parent resource.</p> <p>Amazon Forecast resources possess the following parent-child resource hierarchies:</p> <ul> <li> <p> <b>Dataset</b>: dataset import jobs</p> </li> <li> <p> <b>Dataset Group</b>: predictors, predictor backtest export jobs, forecasts, forecast export jobs</p> </li> <li> <p> <b>Predictor</b>: predictor backtest export jobs, forecasts, forecast export jobs</p> </li> <li> <p> <b>Forecast</b>: forecast export jobs</p> </li> </ul> <note> <p> <code>DeleteResourceTree</code> will only delete Amazon Forecast resources, and will not delete datasets or exported files stored in Amazon S3. </p> </note>",
"idempotent":true
},
"DescribeDataset":{
Expand Down Expand Up @@ -2459,19 +2459,19 @@
"members":{
"Count":{
"shape":"Integer",
"documentation":"<p>The number of values in the field.</p>"
"documentation":"<p>The number of values in the field. If the response value is -1, refer to <code>CountLong</code>.</p>"
},
"CountDistinct":{
"shape":"Integer",
"documentation":"<p>The number of distinct values in the field.</p>"
"documentation":"<p>The number of distinct values in the field. If the response value is -1, refer to <code>CountDistinctLong</code>.</p>"
},
"CountNull":{
"shape":"Integer",
"documentation":"<p>The number of null values in the field.</p>"
"documentation":"<p>The number of null values in the field. If the response value is -1, refer to <code>CountNullLong</code>.</p>"
},
"CountNan":{
"shape":"Integer",
"documentation":"<p>The number of NAN (not a number) values in the field.</p>"
"documentation":"<p>The number of NAN (not a number) values in the field. If the response value is -1, refer to <code>CountNanLong</code>.</p>"
},
"Min":{
"shape":"String",
Expand All @@ -2488,6 +2488,22 @@
"Stddev":{
"shape":"Double",
"documentation":"<p>For a numeric field, the standard deviation.</p>"
},
"CountLong":{
"shape":"Long",
"documentation":"<p>The number of values in the field. <code>CountLong</code> is used instead of <code>Count</code> if the value is greater than 2,147,483,647.</p>"
},
"CountDistinctLong":{
"shape":"Long",
"documentation":"<p>The number of distinct values in the field. <code>CountDistinctLong</code> is used instead of <code>CountDistinct</code> if the value is greater than 2,147,483,647.</p>"
},
"CountNullLong":{
"shape":"Long",
"documentation":"<p>The number of null values in the field. <code>CountNullLong</code> is used instead of <code>CountNull</code> if the value is greater than 2,147,483,647.</p>"
},
"CountNanLong":{
"shape":"Long",
"documentation":"<p>The number of NAN (not a number) values in the field. <code>CountNanLong</code> is used instead of <code>CountNan</code> if the value is greater than 2,147,483,647.</p>"
}
},
"documentation":"<p>Provides statistics for each data field imported into to an Amazon Forecast dataset with the <a>CreateDatasetImportJob</a> operation.</p>"
Expand Down
7 changes: 4 additions & 3 deletions botocore/data/opsworkscm/2016-11-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@
},
"EngineVersion":{
"shape":"String",
"documentation":"<p> The major release version of the engine that you want to use. For a Chef server, the valid value for EngineVersion is currently <code>2</code>. For a Puppet server, the valid value is <code>2017</code>. </p>"
"documentation":"<p> The major release version of the engine that you want to use. For a Chef server, the valid value for EngineVersion is currently <code>2</code>. For a Puppet server, valid values are <code>2019</code> or <code>2017</code>. </p>"
},
"EngineAttributes":{
"shape":"EngineAttributes",
Expand Down Expand Up @@ -808,7 +808,7 @@
"members":{
"Servers":{
"shape":"Servers",
"documentation":"<p>Contains the response to a <code>DescribeServers</code> request.</p> <p> <i>For Chef Automate servers:</i> If <code>DescribeServersResponse$Servers$EngineAttributes</code> includes CHEF_MAJOR_UPGRADE_AVAILABLE, you can upgrade the Chef Automate server to Chef Automate 2. To be eligible for upgrade, a server running Chef Automate 1 must have had at least one successful maintenance run after November 1, 2019.</p> <p> <i>For Puppet Server:</i> <code>DescribeServersResponse$Servers$EngineAttributes</code> contains PUPPET_API_CA_CERT. This is the PEM-encoded CA certificate that is used by the Puppet API over TCP port number 8140. The CA certificate is also used to sign node certificates.</p>"
"documentation":"<p>Contains the response to a <code>DescribeServers</code> request.</p> <p> <i>For Chef Automate servers:</i> If <code>DescribeServersResponse$Servers$EngineAttributes</code> includes CHEF_MAJOR_UPGRADE_AVAILABLE, you can upgrade the Chef Automate server to Chef Automate 2. To be eligible for upgrade, a server running Chef Automate 1 must have had at least one successful maintenance run after November 1, 2019.</p> <p> <i>For Puppet servers:</i> <code>DescribeServersResponse$Servers$EngineAttributes</code> contains the following two responses:</p> <ul> <li> <p> <code>PUPPET_API_CA_CERT</code>, the PEM-encoded CA certificate that is used by the Puppet API over TCP port number 8140. The CA certificate is also used to sign node certificates.</p> </li> <li> <p> <code>PUPPET_API_CRL</code>, a certificate revocation list. The certificate revocation list is for internal maintenance purposes only. For more information about the Puppet certificate revocation list, see <a href=\"https://puppet.com/docs/puppet/5.5/man/certificate_revocation_list.html\">Man Page: puppet certificate_revocation_list</a> in the Puppet documentation.</p> </li> </ul>"
},
"NextToken":{
"shape":"String",
Expand Down Expand Up @@ -1070,6 +1070,7 @@
"RestoreServerResponse":{
"type":"structure",
"members":{
"Server":{"shape":"Server"}
}
},
"Server":{
Expand Down Expand Up @@ -1121,7 +1122,7 @@
},
"EngineVersion":{
"shape":"String",
"documentation":"<p>The engine version of the server. For a Chef server, the valid value for EngineVersion is currently <code>2</code>. For a Puppet server, the valid value is <code>2017</code>. </p>"
"documentation":"<p>The engine version of the server. For a Chef server, the valid value for EngineVersion is currently <code>2</code>. For a Puppet server, specify either <code>2019</code> or <code>2017</code>. </p>"
},
"InstanceProfileArn":{
"shape":"String",
Expand Down
130 changes: 65 additions & 65 deletions botocore/data/s3/2006-03-01/service-2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# The short X.Y version.
version = '1.20.'
# The full version, including alpha/beta/rc tags.
release = '1.20.77'
release = '1.20.78'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 1398d0d

Please sign in to comment.