Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'aws/aws-sdk-php/src/GlueDataBrew/GlueDataBrewClient.php')
-rw-r--r--aws/aws-sdk-php/src/GlueDataBrew/GlueDataBrewClient.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/aws/aws-sdk-php/src/GlueDataBrew/GlueDataBrewClient.php b/aws/aws-sdk-php/src/GlueDataBrew/GlueDataBrewClient.php
index f3a3fb74..32249618 100644
--- a/aws/aws-sdk-php/src/GlueDataBrew/GlueDataBrewClient.php
+++ b/aws/aws-sdk-php/src/GlueDataBrew/GlueDataBrewClient.php
@@ -17,6 +17,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise createRecipeAsync(array $args = [])
* @method \Aws\Result createRecipeJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise createRecipeJobAsync(array $args = [])
+ * @method \Aws\Result createRuleset(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createRulesetAsync(array $args = [])
* @method \Aws\Result createSchedule(array $args = [])
* @method \GuzzleHttp\Promise\Promise createScheduleAsync(array $args = [])
* @method \Aws\Result deleteDataset(array $args = [])
@@ -27,6 +29,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise deleteProjectAsync(array $args = [])
* @method \Aws\Result deleteRecipeVersion(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteRecipeVersionAsync(array $args = [])
+ * @method \Aws\Result deleteRuleset(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteRulesetAsync(array $args = [])
* @method \Aws\Result deleteSchedule(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteScheduleAsync(array $args = [])
* @method \Aws\Result describeDataset(array $args = [])
@@ -39,6 +43,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise describeProjectAsync(array $args = [])
* @method \Aws\Result describeRecipe(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeRecipeAsync(array $args = [])
+ * @method \Aws\Result describeRuleset(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeRulesetAsync(array $args = [])
* @method \Aws\Result describeSchedule(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeScheduleAsync(array $args = [])
* @method \Aws\Result listDatasets(array $args = [])
@@ -53,6 +59,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise listRecipeVersionsAsync(array $args = [])
* @method \Aws\Result listRecipes(array $args = [])
* @method \GuzzleHttp\Promise\Promise listRecipesAsync(array $args = [])
+ * @method \Aws\Result listRulesets(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listRulesetsAsync(array $args = [])
* @method \Aws\Result listSchedules(array $args = [])
* @method \GuzzleHttp\Promise\Promise listSchedulesAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
@@ -81,6 +89,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise updateRecipeAsync(array $args = [])
* @method \Aws\Result updateRecipeJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateRecipeJobAsync(array $args = [])
+ * @method \Aws\Result updateRuleset(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateRulesetAsync(array $args = [])
* @method \Aws\Result updateSchedule(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateScheduleAsync(array $args = [])
*/