From c22758d00dcf9ef0eca6c7cc306a3ecbd85fb38c Mon Sep 17 00:00:00 2001
From: awstools Deletes one or more versions of a recipe at a time. The entire request will be rejected if: The entire request will be rejected if: The recipe does not exist. The recipe does not exist. There is an invalid version identifier in the list of versions. There is an invalid version identifier in the list of versions. The version list is empty. The version list is empty. The version list size exceeds 50. The version list size exceeds 50. The version list contains duplicate entries. The version list contains duplicate entries. The request will complete successfully, but with partial failures, if: The request will complete successfully, but with partial failures, if: A version does not exist. A version does not exist. A version is being used by a job. A version is being used by a job. You specify You specify The version fails to be deleted. The version fails to be deleted. The The Deletes one or more versions of a recipe at a time. The entire request will be rejected if: The entire request will be rejected if: The recipe does not exist. The recipe does not exist. There is an invalid version identifier in the list of versions. There is an invalid version identifier in the list of versions. The version list is empty. The version list is empty. The version list size exceeds 50. The version list size exceeds 50. The version list contains duplicate entries. The version list contains duplicate entries. The request will complete successfully, but with partial failures, if: The request will complete successfully, but with partial failures, if: A version does not exist. A version does not exist. A version is being used by a job. A version is being used by a job. You specify You specify The version fails to be deleted. The version fails to be deleted. The The Entity types to detect. Can be any of the following: USA_SSN DATE The Entity type group USA_ALL is also supported, and includes all of the
+ * The Entity type group USA_ALL is also supported, and includes all of the
* above entity types except PERSON_NAME and DATE. A value that determines whether the profile job is run on the entire dataset or a
* specified number of rows. This value must be one of the following: FULL_DATASET - The profile job is run on the entire dataset. FULL_DATASET - The profile job is run on the entire dataset. CUSTOM_ROWS - The profile job is run on the number of rows specified in the
+ * CUSTOM_ROWS - The profile job is run on the number of rows specified in the
* The Long.MAX_VALUE = 9223372036854775807 Long.MAX_VALUE = 9223372036854775807 The encryption mode for the job, which can be one of the following:
+ *
*
+ *
* Represents an individual condition that evaluates to true or false. Conditions are used with recipe actions. The action is only performed for column values where the
+ * Conditions are used with recipe actions. The action is only performed for column values where the
* condition evaluates to true. If a recipe requires more than one condition, then the recipe must specify multiple
+ * If a recipe requires more than one condition, then the recipe must specify multiple
* One or more conditions that must be met for the recipe step to succeed. All of the conditions in the array must be met. In other words, all of the
* conditions must be combined using a logical AND operation. The encryption mode for the job, which can be one of the following:
+ *
*
+ *
*
+ *
*
- *
- *
+ *
*
- * LATEST_WORKING
, but it's being used by a
+ * LATEST_WORKING
, but it's being used by a
* project.LATEST_WORKING
version will only be deleted if the recipe has no
+ * LATEST_WORKING
version will only be deleted if the recipe has no
* other versions. If you try to delete LATEST_WORKING
while other versions
* exist (or if they can't be deleted), then LATEST_WORKING
will be listed as
* partial failure in the response.
+ *
*
- *
- *
+ *
*
- * LATEST_WORKING
, but it's being used by a
+ * LATEST_WORKING
, but it's being used by a
* project.LATEST_WORKING
version will only be deleted if the recipe has no
+ * LATEST_WORKING
version will only be deleted if the recipe has no
* other versions. If you try to delete LATEST_WORKING
while other versions
* exist (or if they can't be deleted), then LATEST_WORKING
will be listed as
* partial failure in the response.
+ *
*
- *
+ *
*
@@ -768,7 +768,7 @@ export interface JobSample {
* Size
parameter.Size
parameter is only required when the mode is CUSTOM_ROWS. The
* profile job is run on the specified number of rows. The maximum value for size is
* Long.MAX_VALUE.
+ *
*
@@ -1007,9 +1007,9 @@ export interface RecipeAction {
/**
* SSE-KMS
- SSE-KMS
- Server-side encryption with
* KMS-managed keys.SSE-S3
- Server-side encryption with keys managed by Amazon S3.ConditionExpression
elements. Each condition is applied to the rows in a dataset first, before
* the recipe action is performed.
+ *
*
@@ -1447,7 +1447,7 @@ export interface Rule {
* column reference, then ColumnSelectors in the rule should be null. If ColumnSelectors
* has been defined, then there should be no column reference in the left side of a
* condition, for example, SSE-KMS
- Server-side encryption with keys managed by KMS.SSE-S3
- Server-side encryption with keys managed by Amazon S3.is_between :val1 and :val2
.
For more information, see Available checks + *
For more information, see Available checks *
*/ CheckExpression: string | undefined; @@ -1757,13 +1757,13 @@ export interface DescribeJobResponse { /** *The encryption mode for the job, which can be one of the following:
- *+ *
* SSE-KMS
- Server-side encryption with keys managed by KMS.
+ *
* SSE-S3
- Server-side encryption with keys managed by Amazon
* S3.
The job type, which must be one of the following:
- *+ *
* PROFILE
- The job analyzes the dataset to determine its size,
* data types, data distribution, and more.
+ *
* RECIPE
- The job applies one or more transformations to a
* dataset.
Describes the current state of the session:
- *+ *
* PROVISIONING
- allocating resources for the session.
+ *
* INITIALIZING
- getting the session ready for first use.
+ *
* ASSIGNED
- the session is ready for use.
The encryption mode for the job, which can be one of the following:
- *+ *
* SSE-KMS
- Server-side encryption with keys managed by KMS.
+ *
* SSE-S3
- Server-side encryption with keys managed by Amazon S3.
The job type of the job, which must be one of the following:
- *+ *
* PROFILE
- A job to analyze a dataset, to determine its size, data
* types, data distribution, and more.
+ *
* RECIPE
- A job to apply one or more transformations to a
* dataset.
LATEST_PUBLISHED
. If RecipeVersion
is omitted,
* ListRecipes
returns all of the LATEST_PUBLISHED
recipe
* versions.
- * Valid values: LATEST_WORKING
| LATEST_PUBLISHED
+ *
Valid values: LATEST_WORKING
| LATEST_PUBLISHED
*
The identifier for the version for the recipe. Must be one of the following:
- *Numeric version (X.Y
) - X
and Y
stand
+ *
Numeric version (X.Y
) - X
and Y
stand
* for major and minor version numbers. The maximum length of each is 6 digits, and
* neither can be negative values. Both X
and Y
are
* required, and "0.0" isn't a valid version.
+ *
* LATEST_WORKING
- the most recent valid version being developed in
* a DataBrew project.
+ *
* LATEST_PUBLISHED
- the most recent published version.
The encryption mode for the job, which can be one of the following:
- *+ *
* SSE-KMS
- Server-side encryption with keys managed by KMS.
+ *
* SSE-S3
- Server-side encryption with keys managed by Amazon
* S3.
The encryption mode for the job, which can be one of the following:
- *+ *
* SSE-KMS
- Server-side encryption with keys managed by KMS.
+ *
* SSE-S3
- Server-side encryption with keys managed by Amazon S3.