EmrClient.php
119 lines
| 1 | <?php |
| 2 | namespace Aws\Emr; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **Amazon Elastic MapReduce (Amazon EMR)** service. |
| 8 | * |
| 9 | * @method \Aws\Result addInstanceFleet(array $args = []) |
| 10 | * @method \GuzzleHttp\Promise\Promise addInstanceFleetAsync(array $args = []) |
| 11 | * @method \Aws\Result addInstanceGroups(array $args = []) |
| 12 | * @method \GuzzleHttp\Promise\Promise addInstanceGroupsAsync(array $args = []) |
| 13 | * @method \Aws\Result addJobFlowSteps(array $args = []) |
| 14 | * @method \GuzzleHttp\Promise\Promise addJobFlowStepsAsync(array $args = []) |
| 15 | * @method \Aws\Result addTags(array $args = []) |
| 16 | * @method \GuzzleHttp\Promise\Promise addTagsAsync(array $args = []) |
| 17 | * @method \Aws\Result cancelSteps(array $args = []) |
| 18 | * @method \GuzzleHttp\Promise\Promise cancelStepsAsync(array $args = []) |
| 19 | * @method \Aws\Result createSecurityConfiguration(array $args = []) |
| 20 | * @method \GuzzleHttp\Promise\Promise createSecurityConfigurationAsync(array $args = []) |
| 21 | * @method \Aws\Result createStudio(array $args = []) |
| 22 | * @method \GuzzleHttp\Promise\Promise createStudioAsync(array $args = []) |
| 23 | * @method \Aws\Result createStudioSessionMapping(array $args = []) |
| 24 | * @method \GuzzleHttp\Promise\Promise createStudioSessionMappingAsync(array $args = []) |
| 25 | * @method \Aws\Result deleteSecurityConfiguration(array $args = []) |
| 26 | * @method \GuzzleHttp\Promise\Promise deleteSecurityConfigurationAsync(array $args = []) |
| 27 | * @method \Aws\Result deleteStudio(array $args = []) |
| 28 | * @method \GuzzleHttp\Promise\Promise deleteStudioAsync(array $args = []) |
| 29 | * @method \Aws\Result deleteStudioSessionMapping(array $args = []) |
| 30 | * @method \GuzzleHttp\Promise\Promise deleteStudioSessionMappingAsync(array $args = []) |
| 31 | * @method \Aws\Result describeCluster(array $args = []) |
| 32 | * @method \GuzzleHttp\Promise\Promise describeClusterAsync(array $args = []) |
| 33 | * @method \Aws\Result describeJobFlows(array $args = []) |
| 34 | * @method \GuzzleHttp\Promise\Promise describeJobFlowsAsync(array $args = []) |
| 35 | * @method \Aws\Result describeNotebookExecution(array $args = []) |
| 36 | * @method \GuzzleHttp\Promise\Promise describeNotebookExecutionAsync(array $args = []) |
| 37 | * @method \Aws\Result describeReleaseLabel(array $args = []) |
| 38 | * @method \GuzzleHttp\Promise\Promise describeReleaseLabelAsync(array $args = []) |
| 39 | * @method \Aws\Result describeSecurityConfiguration(array $args = []) |
| 40 | * @method \GuzzleHttp\Promise\Promise describeSecurityConfigurationAsync(array $args = []) |
| 41 | * @method \Aws\Result describeStep(array $args = []) |
| 42 | * @method \GuzzleHttp\Promise\Promise describeStepAsync(array $args = []) |
| 43 | * @method \Aws\Result describeStudio(array $args = []) |
| 44 | * @method \GuzzleHttp\Promise\Promise describeStudioAsync(array $args = []) |
| 45 | * @method \Aws\Result getAutoTerminationPolicy(array $args = []) |
| 46 | * @method \GuzzleHttp\Promise\Promise getAutoTerminationPolicyAsync(array $args = []) |
| 47 | * @method \Aws\Result getBlockPublicAccessConfiguration(array $args = []) |
| 48 | * @method \GuzzleHttp\Promise\Promise getBlockPublicAccessConfigurationAsync(array $args = []) |
| 49 | * @method \Aws\Result getClusterSessionCredentials(array $args = []) |
| 50 | * @method \GuzzleHttp\Promise\Promise getClusterSessionCredentialsAsync(array $args = []) |
| 51 | * @method \Aws\Result getManagedScalingPolicy(array $args = []) |
| 52 | * @method \GuzzleHttp\Promise\Promise getManagedScalingPolicyAsync(array $args = []) |
| 53 | * @method \Aws\Result getStudioSessionMapping(array $args = []) |
| 54 | * @method \GuzzleHttp\Promise\Promise getStudioSessionMappingAsync(array $args = []) |
| 55 | * @method \Aws\Result listBootstrapActions(array $args = []) |
| 56 | * @method \GuzzleHttp\Promise\Promise listBootstrapActionsAsync(array $args = []) |
| 57 | * @method \Aws\Result listClusters(array $args = []) |
| 58 | * @method \GuzzleHttp\Promise\Promise listClustersAsync(array $args = []) |
| 59 | * @method \Aws\Result listInstanceFleets(array $args = []) |
| 60 | * @method \GuzzleHttp\Promise\Promise listInstanceFleetsAsync(array $args = []) |
| 61 | * @method \Aws\Result listInstanceGroups(array $args = []) |
| 62 | * @method \GuzzleHttp\Promise\Promise listInstanceGroupsAsync(array $args = []) |
| 63 | * @method \Aws\Result listInstances(array $args = []) |
| 64 | * @method \GuzzleHttp\Promise\Promise listInstancesAsync(array $args = []) |
| 65 | * @method \Aws\Result listNotebookExecutions(array $args = []) |
| 66 | * @method \GuzzleHttp\Promise\Promise listNotebookExecutionsAsync(array $args = []) |
| 67 | * @method \Aws\Result listReleaseLabels(array $args = []) |
| 68 | * @method \GuzzleHttp\Promise\Promise listReleaseLabelsAsync(array $args = []) |
| 69 | * @method \Aws\Result listSecurityConfigurations(array $args = []) |
| 70 | * @method \GuzzleHttp\Promise\Promise listSecurityConfigurationsAsync(array $args = []) |
| 71 | * @method \Aws\Result listSteps(array $args = []) |
| 72 | * @method \GuzzleHttp\Promise\Promise listStepsAsync(array $args = []) |
| 73 | * @method \Aws\Result listStudioSessionMappings(array $args = []) |
| 74 | * @method \GuzzleHttp\Promise\Promise listStudioSessionMappingsAsync(array $args = []) |
| 75 | * @method \Aws\Result listStudios(array $args = []) |
| 76 | * @method \GuzzleHttp\Promise\Promise listStudiosAsync(array $args = []) |
| 77 | * @method \Aws\Result listSupportedInstanceTypes(array $args = []) |
| 78 | * @method \GuzzleHttp\Promise\Promise listSupportedInstanceTypesAsync(array $args = []) |
| 79 | * @method \Aws\Result modifyCluster(array $args = []) |
| 80 | * @method \GuzzleHttp\Promise\Promise modifyClusterAsync(array $args = []) |
| 81 | * @method \Aws\Result modifyInstanceFleet(array $args = []) |
| 82 | * @method \GuzzleHttp\Promise\Promise modifyInstanceFleetAsync(array $args = []) |
| 83 | * @method \Aws\Result modifyInstanceGroups(array $args = []) |
| 84 | * @method \GuzzleHttp\Promise\Promise modifyInstanceGroupsAsync(array $args = []) |
| 85 | * @method \Aws\Result putAutoScalingPolicy(array $args = []) |
| 86 | * @method \GuzzleHttp\Promise\Promise putAutoScalingPolicyAsync(array $args = []) |
| 87 | * @method \Aws\Result putAutoTerminationPolicy(array $args = []) |
| 88 | * @method \GuzzleHttp\Promise\Promise putAutoTerminationPolicyAsync(array $args = []) |
| 89 | * @method \Aws\Result putBlockPublicAccessConfiguration(array $args = []) |
| 90 | * @method \GuzzleHttp\Promise\Promise putBlockPublicAccessConfigurationAsync(array $args = []) |
| 91 | * @method \Aws\Result putManagedScalingPolicy(array $args = []) |
| 92 | * @method \GuzzleHttp\Promise\Promise putManagedScalingPolicyAsync(array $args = []) |
| 93 | * @method \Aws\Result removeAutoScalingPolicy(array $args = []) |
| 94 | * @method \GuzzleHttp\Promise\Promise removeAutoScalingPolicyAsync(array $args = []) |
| 95 | * @method \Aws\Result removeAutoTerminationPolicy(array $args = []) |
| 96 | * @method \GuzzleHttp\Promise\Promise removeAutoTerminationPolicyAsync(array $args = []) |
| 97 | * @method \Aws\Result removeManagedScalingPolicy(array $args = []) |
| 98 | * @method \GuzzleHttp\Promise\Promise removeManagedScalingPolicyAsync(array $args = []) |
| 99 | * @method \Aws\Result removeTags(array $args = []) |
| 100 | * @method \GuzzleHttp\Promise\Promise removeTagsAsync(array $args = []) |
| 101 | * @method \Aws\Result runJobFlow(array $args = []) |
| 102 | * @method \GuzzleHttp\Promise\Promise runJobFlowAsync(array $args = []) |
| 103 | * @method \Aws\Result setTerminationProtection(array $args = []) |
| 104 | * @method \GuzzleHttp\Promise\Promise setTerminationProtectionAsync(array $args = []) |
| 105 | * @method \Aws\Result setVisibleToAllUsers(array $args = []) |
| 106 | * @method \GuzzleHttp\Promise\Promise setVisibleToAllUsersAsync(array $args = []) |
| 107 | * @method \Aws\Result startNotebookExecution(array $args = []) |
| 108 | * @method \GuzzleHttp\Promise\Promise startNotebookExecutionAsync(array $args = []) |
| 109 | * @method \Aws\Result stopNotebookExecution(array $args = []) |
| 110 | * @method \GuzzleHttp\Promise\Promise stopNotebookExecutionAsync(array $args = []) |
| 111 | * @method \Aws\Result terminateJobFlows(array $args = []) |
| 112 | * @method \GuzzleHttp\Promise\Promise terminateJobFlowsAsync(array $args = []) |
| 113 | * @method \Aws\Result updateStudio(array $args = []) |
| 114 | * @method \GuzzleHttp\Promise\Promise updateStudioAsync(array $args = []) |
| 115 | * @method \Aws\Result updateStudioSessionMapping(array $args = []) |
| 116 | * @method \GuzzleHttp\Promise\Promise updateStudioSessionMappingAsync(array $args = []) |
| 117 | */ |
| 118 | class EmrClient extends AwsClient {} |
| 119 |