1441 |
ariadna |
1 |
<?php
|
|
|
2 |
namespace Aws\BedrockDataAutomation;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **Data Automation for Amazon Bedrock** service.
|
|
|
8 |
* @method \Aws\Result createBlueprint(array $args = [])
|
|
|
9 |
* @method \GuzzleHttp\Promise\Promise createBlueprintAsync(array $args = [])
|
|
|
10 |
* @method \Aws\Result createBlueprintVersion(array $args = [])
|
|
|
11 |
* @method \GuzzleHttp\Promise\Promise createBlueprintVersionAsync(array $args = [])
|
|
|
12 |
* @method \Aws\Result createDataAutomationProject(array $args = [])
|
|
|
13 |
* @method \GuzzleHttp\Promise\Promise createDataAutomationProjectAsync(array $args = [])
|
|
|
14 |
* @method \Aws\Result deleteBlueprint(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise deleteBlueprintAsync(array $args = [])
|
|
|
16 |
* @method \Aws\Result deleteDataAutomationProject(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise deleteDataAutomationProjectAsync(array $args = [])
|
|
|
18 |
* @method \Aws\Result getBlueprint(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise getBlueprintAsync(array $args = [])
|
|
|
20 |
* @method \Aws\Result getDataAutomationProject(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise getDataAutomationProjectAsync(array $args = [])
|
|
|
22 |
* @method \Aws\Result listBlueprints(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise listBlueprintsAsync(array $args = [])
|
|
|
24 |
* @method \Aws\Result listDataAutomationProjects(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise listDataAutomationProjectsAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result listTagsForResource(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
|
|
28 |
* @method \Aws\Result tagResource(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
|
|
30 |
* @method \Aws\Result untagResource(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
|
|
32 |
* @method \Aws\Result updateBlueprint(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise updateBlueprintAsync(array $args = [])
|
|
|
34 |
* @method \Aws\Result updateDataAutomationProject(array $args = [])
|
|
|
35 |
* @method \GuzzleHttp\Promise\Promise updateDataAutomationProjectAsync(array $args = [])
|
|
|
36 |
*/
|
|
|
37 |
class BedrockDataAutomationClient extends AwsClient {}
|