Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed May 21, 2021
1 parent 407fdfa commit 6a9849a
Show file tree
Hide file tree
Showing 8 changed files with 202 additions and 84 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-efs-99892.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``efs``",
"type": "api-change",
"description": "Update efs client to latest version"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-forecast-83706.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``forecast``",
"type": "api-change",
"description": "Updated attribute statistics in DescribeDatasetImportJob response to support Long values"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-opsworkscm-20593.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``opsworkscm``",
"type": "api-change",
"description": "New PUPPET_API_CRL attribute returned by DescribeServers API; new EngineVersion of 2019 available for Puppet Enterprise servers."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-s3-28084.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``s3``",
"type": "api-change",
"description": "Documentation updates for Amazon S3"
}
103 changes: 92 additions & 11 deletions botocore/data/efs/2015-02-01/service-2.json

Large diffs are not rendered by default.

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.

0 comments on commit 6a9849a

Please sign in to comment.