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 Mar 24, 2020
1 parent 07f0913 commit 6de4383
Show file tree
Hide file tree
Showing 9 changed files with 393 additions and 102 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-athena-54480.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``athena``",
"type": "api-change",
"description": "Update athena client to latest version"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-eks-25637.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``eks``",
"type": "api-change",
"description": "Update eks client to latest version"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-organizations-94882.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``organizations``",
"type": "api-change",
"description": "Update organizations client to latest version"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-rdsdata-97260.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``rds-data``",
"type": "api-change",
"description": "Update rds-data client to latest version"
}
12 changes: 6 additions & 6 deletions botocore/data/athena/2017-05-18/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
{"shape":"InternalServerException"},
{"shape":"InvalidRequestException"}
],
"documentation":"<p>Provides a list of available query IDs only for queries saved in the specified workgroup. Requires that you have access to the workgroup.</p> <p>For code samples using the AWS SDK for Java, see <a href=\"http://docs.aws.amazon.com/athena/latest/ug/code-samples.html\">Examples and Code Samples</a> in the <i>Amazon Athena User Guide</i>.</p>"
"documentation":"<p>Provides a list of available query IDs only for queries saved in the specified workgroup. Requires that you have access to the workgroup. If a workgroup is not specified, lists the saved queries for the primary workgroup.</p> <p>For code samples using the AWS SDK for Java, see <a href=\"http://docs.aws.amazon.com/athena/latest/ug/code-samples.html\">Examples and Code Samples</a> in the <i>Amazon Athena User Guide</i>.</p>"
},
"ListQueryExecutions":{
"name":"ListQueryExecutions",
Expand All @@ -181,7 +181,7 @@
{"shape":"InternalServerException"},
{"shape":"InvalidRequestException"}
],
"documentation":"<p>Provides a list of available query execution IDs for the queries in the specified workgroup. Requires you to have access to the workgroup in which the queries ran.</p> <p>For code samples using the AWS SDK for Java, see <a href=\"http://docs.aws.amazon.com/athena/latest/ug/code-samples.html\">Examples and Code Samples</a> in the <i>Amazon Athena User Guide</i>.</p>"
"documentation":"<p>Provides a list of available query execution IDs for the queries in the specified workgroup. If a workgroup is not specified, returns a list of query execution IDs for the primary workgroup. Requires you to have access to the workgroup in which the queries ran.</p> <p>For code samples using the AWS SDK for Java, see <a href=\"http://docs.aws.amazon.com/athena/latest/ug/code-samples.html\">Examples and Code Samples</a> in the <i>Amazon Athena User Guide</i>.</p>"
},
"ListTagsForResource":{
"name":"ListTagsForResource",
Expand Down Expand Up @@ -694,7 +694,7 @@
},
"WorkGroup":{
"shape":"WorkGroupName",
"documentation":"<p>The name of the workgroup from which the named queries are being returned.</p>"
"documentation":"<p>The name of the workgroup from which the named queries are returned. If a workgroup is not specified, the saved queries for the primary workgroup are returned.</p>"
}
}
},
Expand Down Expand Up @@ -724,7 +724,7 @@
},
"WorkGroup":{
"shape":"WorkGroupName",
"documentation":"<p>The name of the workgroup from which queries are being returned.</p>"
"documentation":"<p>The name of the workgroup from which queries are returned. If a workgroup is not specified, a list of available query execution IDs for the queries in the primary workgroup is returned.</p>"
}
}
},
Expand Down Expand Up @@ -908,7 +908,7 @@
},
"Statistics":{
"shape":"QueryExecutionStatistics",
"documentation":"<p>The amount of data scanned during the query execution and the amount of time that it took to execute, and the type of statement that was run.</p>"
"documentation":"<p>Query execution statistics, such as the amount of data scanned, the amount of time that the query took to process, and the type of statement that was run.</p>"
},
"WorkGroup":{
"shape":"WorkGroupName",
Expand Down Expand Up @@ -987,7 +987,7 @@
"members":{
"State":{
"shape":"QueryExecutionState",
"documentation":"<p>The state of query execution. <code>QUEUED</code> state is listed but is not used by Athena and is reserved for future use. <code>RUNNING</code> indicates that the query has been submitted to the service, and Athena will execute the query as soon as resources are available. <code>SUCCEEDED</code> indicates that the query completed without errors. <code>FAILED</code> indicates that the query experienced an error and did not complete processing. <code>CANCELLED</code> indicates that a user input interrupted query execution. </p>"
"documentation":"<p>The state of query execution. <code>QUEUED</code> indicates that the query has been submitted to the service, and Athena will execute the query as soon as resources are available. <code>RUNNING</code> indicates that the query is in execution phase. <code>SUCCEEDED</code> indicates that the query completed without errors. <code>FAILED</code> indicates that the query experienced an error and did not complete processing. <code>CANCELLED</code> indicates that a user input interrupted query execution. </p>"
},
"StateChangeReason":{
"shape":"String",
Expand Down
4 changes: 3 additions & 1 deletion botocore/data/eks/2017-11-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
{"shape":"ServiceUnavailableException"},
{"shape":"ResourceNotFoundException"}
],
"documentation":"<p>Lists the Amazon EKS node groups associated with the specified cluster in your AWS account in the specified Region.</p>"
"documentation":"<p>Lists the Amazon EKS managed node groups associated with the specified cluster in your AWS account in the specified Region. Self-managed node groups are not listed.</p>"
},
"ListTagsForResource":{
"name":"ListTagsForResource",
Expand Down Expand Up @@ -1436,9 +1436,11 @@
"Ec2LaunchTemplateNotFound",
"Ec2LaunchTemplateVersionMismatch",
"Ec2SubnetNotFound",
"Ec2SubnetInvalidConfiguration",
"IamInstanceProfileNotFound",
"IamLimitExceeded",
"IamNodeRoleNotFound",
"NodeCreationFailure",
"AsgInstanceLaunchFailures",
"InstanceLimitExceeded",
"InsufficientFreeAddresses",
Expand Down
12 changes: 12 additions & 0 deletions botocore/data/organizations/2016-11-28/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,18 @@
"input_token": "NextToken",
"output_token": "NextToken",
"result_key": "Tags"
},
"ListDelegatedAdministrators": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "DelegatedAdministrators"
},
"ListDelegatedServicesForAccount": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "DelegatedServices"
}
}
}
441 changes: 349 additions & 92 deletions botocore/data/organizations/2016-11-28/service-2.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions botocore/data/rds-data/2018-08-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
{"shape":"ForbiddenException"},
{"shape":"ServiceUnavailableError"}
],
"documentation":"<p>Runs a SQL statement against a database.</p> <important> <p>If a call isn't part of a transaction because it doesn't include the <code>transactionID</code> parameter, changes that result from the call are committed automatically.</p> </important> <p>The response size limit is 1 MB or 1,000 records. If the call returns more than 1 MB of response data or over 1,000 records, the call is terminated.</p>"
"documentation":"<p>Runs a SQL statement against a database.</p> <important> <p>If a call isn't part of a transaction because it doesn't include the <code>transactionID</code> parameter, changes that result from the call are committed automatically.</p> </important> <p>The response size limit is 1 MB. If the call returns more than 1 MB of response data, the call is terminated.</p>"
},
"RollbackTransaction":{
"name":"RollbackTransaction",
Expand Down Expand Up @@ -194,7 +194,7 @@
},
"parameterSets":{
"shape":"SqlParameterSets",
"documentation":"<p>The parameter set for the batch operation.</p> <p>The maximum number of parameters in a parameter set is 1,000.</p>"
"documentation":"<p>The parameter set for the batch operation.</p> <p>The SQL statement is executed as many times as the number of parameter sets provided. To execute a SQL statement with no parameters, use one of the following options:</p> <ul> <li> <p>Specify one or more empty parameter sets.</p> </li> <li> <p>Use the <code>ExecuteStatement</code> operation instead of the <code>BatchExecuteStatement</code> operation.</p> </li> </ul> <note> <p>Array parameters are not supported.</p> </note>"
},
"resourceArn":{
"shape":"Arn",
Expand Down Expand Up @@ -468,7 +468,7 @@
},
"parameters":{
"shape":"SqlParametersList",
"documentation":"<p>The parameters for the SQL statement.</p>"
"documentation":"<p>The parameters for the SQL statement.</p> <note> <p>Array parameters are not supported.</p> </note>"
},
"resourceArn":{
"shape":"Arn",
Expand Down

0 comments on commit 6de4383

Please sign in to comment.