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 Feb 11, 2021
1 parent c2944ac commit 7f4be44
Show file tree
Hide file tree
Showing 4 changed files with 152 additions and 11 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-databrew-31747.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``databrew``",
"type": "api-change",
"description": "Update databrew client to latest version"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-rds-50342.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``rds``",
"type": "api-change",
"description": "Update rds client to latest version"
}
64 changes: 55 additions & 9 deletions botocore/data/databrew/2017-07-25/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Deletes one or more versions of a recipe at a time.</p> <p>The entire request will be rejected if:</p> <ul> <li> <p>The recipe does not exist.</p> </li> <li> <p>There is an invalid version identifier in the list of versions.</p> </li> <li> <p>The verision list is empty.</p> </li> <li> <p>The version list size exceeds 50.</p> </li> <li> <p>The verison list contains duplicate entries.</p> </li> </ul> <p>The request will complete successfully, but with partial failures, if:</p> <ul> <li> <p>A version does not exist.</p> </li> <li> <p>A version is being used by a job.</p> </li> <li> <p>You specify <code>LATEST_WORKING</code>, but it's being used by a project.</p> </li> <li> <p>The version fails to be deleted.</p> </li> </ul> <p>The <code>LATEST_WORKING</code> version will only be deleted if the recipe has no other versions. If you try to delete <code>LATEST_WORKING</code> while other versions exist (or if they can't be deleted), then <code>LATEST_WORKING</code> will be listed as partial failure in the response.</p>"
"documentation":"<p>Deletes one or more versions of a recipe at a time.</p> <p>The entire request will be rejected if:</p> <ul> <li> <p>The recipe does not exist.</p> </li> <li> <p>There is an invalid version identifier in the list of versions.</p> </li> <li> <p>The version list is empty.</p> </li> <li> <p>The version list size exceeds 50.</p> </li> <li> <p>The version list contains duplicate entries.</p> </li> </ul> <p>The request will complete successfully, but with partial failures, if:</p> <ul> <li> <p>A version does not exist.</p> </li> <li> <p>A version is being used by a job.</p> </li> <li> <p>You specify <code>LATEST_WORKING</code>, but it's being used by a project.</p> </li> <li> <p>The version fails to be deleted.</p> </li> </ul> <p>The <code>LATEST_WORKING</code> version will only be deleted if the recipe has no other versions. If you try to delete <code>LATEST_WORKING</code> while other versions exist (or if they can't be deleted), then <code>LATEST_WORKING</code> will be listed as partial failure in the response.</p>"
},
"CreateDataset":{
"name":"CreateDataset",
Expand Down Expand Up @@ -776,7 +776,7 @@
},
"EncryptionMode":{
"shape":"EncryptionMode",
"documentation":"<p>The encryption mode for the job, which can be one of the following:</p> <ul> <li> <p> <code>SSE-KMS</code> - para&gt;<code>SSE-KMS</code> - server-side encryption with AWS KMS-managed keys.</p> </li> <li> <p> <code>SSE-S3</code> - Server-side encryption with keys managed by Amazon S3.</p> </li> </ul>"
"documentation":"<p>The encryption mode for the job, which can be one of the following:</p> <ul> <li> <p> <code>SSE-KMS</code> - <code>SSE-KMS</code> - Server-side encryption with AWS KMS-managed keys.</p> </li> <li> <p> <code>SSE-S3</code> - Server-side encryption with keys managed by Amazon S3.</p> </li> </ul>"
},
"Name":{
"shape":"JobName",
Expand Down Expand Up @@ -806,6 +806,10 @@
"Timeout":{
"shape":"Timeout",
"documentation":"<p>The job's timeout in minutes. A job that attempts to run longer than this timeout period ends with a status of <code>TIMEOUT</code>.</p>"
},
"JobSample":{
"shape":"JobSample",
"documentation":"<p>Sample configuration for profile jobs only. Determines the number of rows on which the profile job will be executed. If a JobSample value is not provided, the default value will be used. The default value is CUSTOM_ROWS for the mode parameter and 20000 for the size parameter.</p>"
}
}
},
Expand Down Expand Up @@ -879,7 +883,7 @@
},
"EncryptionMode":{
"shape":"EncryptionMode",
"documentation":"<p>The encryption mode for the job, which can be one of the following:</p> <ul> <li> <p> <code>SSE-KMS</code> - Server-side encryption with AWS KMS-managed keys.</p> </li> <li> <p> <code>SSE-S3</code> - Server-side encryption with keys managed by Amazon S3.</p> </li> </ul>"
"documentation":"<p>The encryption mode for the job, which can be one of the following:</p> <ul> <li> <p> <code>SSE-KMS</code> - Server-side encryption with keys managed by AWS KMS.</p> </li> <li> <p> <code>SSE-S3</code> - Server-side encryption with keys managed by Amazon S3.</p> </li> </ul>"
},
"Name":{
"shape":"JobName",
Expand Down Expand Up @@ -1341,7 +1345,7 @@
},
"EncryptionMode":{
"shape":"EncryptionMode",
"documentation":"<p>The encryption mode for the job, which can be one of the following:</p> <ul> <li> <p> <code>SSE-KMS</code> - Server-side encryption with AWS KMS-managed keys.</p> </li> <li> <p> <code>SSE-S3</code> - Server-side encryption with keys managed by Amazon S3.</p> </li> </ul>"
"documentation":"<p>The encryption mode for the job, which can be one of the following:</p> <ul> <li> <p> <code>SSE-KMS</code> - Server-side encryption with keys managed by AWS KMS.</p> </li> <li> <p> <code>SSE-S3</code> - Server-side encryption with keys managed by Amazon S3.</p> </li> </ul>"
},
"Name":{
"shape":"JobName",
Expand Down Expand Up @@ -1395,6 +1399,10 @@
"Timeout":{
"shape":"Timeout",
"documentation":"<p>The job's timeout in minutes. A job that attempts to run longer than this timeout period ends with a status of <code>TIMEOUT</code>.</p>"
},
"JobSample":{
"shape":"JobSample",
"documentation":"<p>Sample configuration for profile jobs only. Determines the number of rows on which the profile job will be executed.</p>"
}
}
},
Expand Down Expand Up @@ -1441,7 +1449,7 @@
},
"ExecutionTime":{
"shape":"ExecutionTime",
"documentation":"<p>The amount of time, in seconds, during which a job run consumed resources.</p>"
"documentation":"<p>The amount of time, in seconds, during which the job run consumed resources.</p>"
},
"JobName":{
"shape":"JobName",
Expand Down Expand Up @@ -1470,11 +1478,15 @@
"RecipeReference":{"shape":"RecipeReference"},
"StartedBy":{
"shape":"StartedBy",
"documentation":"<p>The Amazon Resource Name (ARN) of the user who initiated the job run.</p>"
"documentation":"<p>The Amazon Resource Name (ARN) of the user who started the job run.</p>"
},
"StartedOn":{
"shape":"Date",
"documentation":"<p>The date and time when the job run began.</p>"
},
"JobSample":{
"shape":"JobSample",
"documentation":"<p>Sample configuration for profile jobs only. Determines the number of rows on which the profile job will be executed. If a JobSample value is not provided, the default value will be used. The default value is CUSTOM_ROWS for the mode parameter and 20000 for the size parameter.</p>"
}
}
},
Expand Down Expand Up @@ -1838,6 +1850,10 @@
"Tags":{
"shape":"TagMap",
"documentation":"<p>Metadata tags that have been applied to the job.</p>"
},
"JobSample":{
"shape":"JobSample",
"documentation":"<p>Sample configuration for profile jobs only. Determines the number of rows on which the profile job will be executed. If a JobSample value is not provided, the default value will be used. The default value is CUSTOM_ROWS for the mode parameter and 20000 for the size parameter.</p>"
}
},
"documentation":"<p>Represents all of the attributes of a DataBrew job.</p>"
Expand Down Expand Up @@ -1914,6 +1930,10 @@
"StartedOn":{
"shape":"Date",
"documentation":"<p>The date and time when the job run began. </p>"
},
"JobSample":{
"shape":"JobSample",
"documentation":"<p>Sample configuration for profile jobs only. Determines the number of rows on which the profile job will be executed. If a JobSample value is not provided, the default value will be used. The default value is CUSTOM_ROWS for the mode parameter and 20000 for the size parameter.</p>"
}
},
"documentation":"<p>Represents one run of a DataBrew job.</p>"
Expand All @@ -1940,6 +1960,21 @@
"TIMEOUT"
]
},
"JobSample":{
"type":"structure",
"members":{
"Mode":{
"shape":"SampleMode",
"documentation":"<p>Determines whether the profile job will be executed on the entire dataset or on a specified number of rows. Must be one of the following:</p> <ul> <li> <p>FULL_DATASET: Profile job will be executed on the entire dataset.</p> </li> <li> <p>CUSTOM_ROWS: Profile job will be executed on the number of rows specified in the Size parameter.</p> </li> </ul>"
},
"Size":{
"shape":"JobSize",
"documentation":"<p>Size parameter is only required when the mode is CUSTOM_ROWS. Profile job will be executed on the the specified number of rows. The maximum value for size is Long.MAX_VALUE.</p> <p>Long.MAX_VALUE = 9223372036854775807</p>"
}
},
"documentation":"<p>Sample configuration for Profile Jobs only. Determines the number of rows on which the Profile job will be executed. If a JobSample value is not provided for profile jobs, the default value will be used. The default value is CUSTOM_ROWS for the mode parameter and 20000 for the size parameter.</p>"
},
"JobSize":{"type":"long"},
"JobType":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -2347,7 +2382,7 @@
},
"ParameterValue":{
"type":"string",
"max":8192,
"max":12288,
"min":1
},
"Preview":{"type":"boolean"},
Expand Down Expand Up @@ -2648,6 +2683,13 @@
},
"documentation":"<p>Represents the sample size and sampling type for DataBrew to use for interactive data analysis.</p>"
},
"SampleMode":{
"type":"string",
"enum":[
"FULL_DATASET",
"CUSTOM_ROWS"
]
},
"SampleSize":{
"type":"integer",
"max":5000,
Expand Down Expand Up @@ -3033,7 +3075,7 @@
},
"EncryptionMode":{
"shape":"EncryptionMode",
"documentation":"<p>The encryption mode for the job, which can be one of the following:</p> <ul> <li> <p> <code>SSE-KMS</code> - Server-side encryption with AWS KMS-managed keys.</p> </li> <li> <p> <code>SSE-S3</code> - Server-side encryption with keys managed by Amazon S3.</p> </li> </ul>"
"documentation":"<p>The encryption mode for the job, which can be one of the following:</p> <ul> <li> <p> <code>SSE-KMS</code> - Server-side encryption with keys managed by AWS KMS.</p> </li> <li> <p> <code>SSE-S3</code> - Server-side encryption with keys managed by Amazon S3.</p> </li> </ul>"
},
"Name":{
"shape":"JobName",
Expand Down Expand Up @@ -3061,6 +3103,10 @@
"Timeout":{
"shape":"Timeout",
"documentation":"<p>The job's timeout in minutes. A job that attempts to run longer than this timeout period ends with a status of <code>TIMEOUT</code>.</p>"
},
"JobSample":{
"shape":"JobSample",
"documentation":"<p>Sample configuration for Profile Jobs only. Determines the number of rows on which the Profile job will be executed. If a JobSample value is not provided for profile jobs, the default value will be used. The default value is CUSTOM_ROWS for the mode parameter and 20000 for the size parameter.</p>"
}
}
},
Expand Down Expand Up @@ -3122,7 +3168,7 @@
},
"EncryptionMode":{
"shape":"EncryptionMode",
"documentation":"<p>The encryption mode for the job, which can be one of the following:</p> <ul> <li> <p> <code>SSE-KMS</code> - Server-side encryption with AWS KMS-managed keys.</p> </li> <li> <p> <code>SSE-S3</code> - Server-side encryption with keys managed by Amazon S3.</p> </li> </ul>"
"documentation":"<p>The encryption mode for the job, which can be one of the following:</p> <ul> <li> <p> <code>SSE-KMS</code> - Server-side encryption with keys managed by AWS KMS.</p> </li> <li> <p> <code>SSE-S3</code> - Server-side encryption with keys managed by Amazon S3.</p> </li> </ul>"
},
"Name":{
"shape":"JobName",
Expand Down
Loading

0 comments on commit 7f4be44

Please sign in to comment.