OpsWorksClient.php
159 lines
| 1 | <?php |
| 2 | namespace Aws\OpsWorks; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **AWS OpsWorks** service. |
| 8 | * |
| 9 | * @method \Aws\Result assignInstance(array $args = []) |
| 10 | * @method \GuzzleHttp\Promise\Promise assignInstanceAsync(array $args = []) |
| 11 | * @method \Aws\Result assignVolume(array $args = []) |
| 12 | * @method \GuzzleHttp\Promise\Promise assignVolumeAsync(array $args = []) |
| 13 | * @method \Aws\Result associateElasticIp(array $args = []) |
| 14 | * @method \GuzzleHttp\Promise\Promise associateElasticIpAsync(array $args = []) |
| 15 | * @method \Aws\Result attachElasticLoadBalancer(array $args = []) |
| 16 | * @method \GuzzleHttp\Promise\Promise attachElasticLoadBalancerAsync(array $args = []) |
| 17 | * @method \Aws\Result cloneStack(array $args = []) |
| 18 | * @method \GuzzleHttp\Promise\Promise cloneStackAsync(array $args = []) |
| 19 | * @method \Aws\Result createApp(array $args = []) |
| 20 | * @method \GuzzleHttp\Promise\Promise createAppAsync(array $args = []) |
| 21 | * @method \Aws\Result createDeployment(array $args = []) |
| 22 | * @method \GuzzleHttp\Promise\Promise createDeploymentAsync(array $args = []) |
| 23 | * @method \Aws\Result createInstance(array $args = []) |
| 24 | * @method \GuzzleHttp\Promise\Promise createInstanceAsync(array $args = []) |
| 25 | * @method \Aws\Result createLayer(array $args = []) |
| 26 | * @method \GuzzleHttp\Promise\Promise createLayerAsync(array $args = []) |
| 27 | * @method \Aws\Result createStack(array $args = []) |
| 28 | * @method \GuzzleHttp\Promise\Promise createStackAsync(array $args = []) |
| 29 | * @method \Aws\Result createUserProfile(array $args = []) |
| 30 | * @method \GuzzleHttp\Promise\Promise createUserProfileAsync(array $args = []) |
| 31 | * @method \Aws\Result deleteApp(array $args = []) |
| 32 | * @method \GuzzleHttp\Promise\Promise deleteAppAsync(array $args = []) |
| 33 | * @method \Aws\Result deleteInstance(array $args = []) |
| 34 | * @method \GuzzleHttp\Promise\Promise deleteInstanceAsync(array $args = []) |
| 35 | * @method \Aws\Result deleteLayer(array $args = []) |
| 36 | * @method \GuzzleHttp\Promise\Promise deleteLayerAsync(array $args = []) |
| 37 | * @method \Aws\Result deleteStack(array $args = []) |
| 38 | * @method \GuzzleHttp\Promise\Promise deleteStackAsync(array $args = []) |
| 39 | * @method \Aws\Result deleteUserProfile(array $args = []) |
| 40 | * @method \GuzzleHttp\Promise\Promise deleteUserProfileAsync(array $args = []) |
| 41 | * @method \Aws\Result deregisterEcsCluster(array $args = []) |
| 42 | * @method \GuzzleHttp\Promise\Promise deregisterEcsClusterAsync(array $args = []) |
| 43 | * @method \Aws\Result deregisterElasticIp(array $args = []) |
| 44 | * @method \GuzzleHttp\Promise\Promise deregisterElasticIpAsync(array $args = []) |
| 45 | * @method \Aws\Result deregisterInstance(array $args = []) |
| 46 | * @method \GuzzleHttp\Promise\Promise deregisterInstanceAsync(array $args = []) |
| 47 | * @method \Aws\Result deregisterRdsDbInstance(array $args = []) |
| 48 | * @method \GuzzleHttp\Promise\Promise deregisterRdsDbInstanceAsync(array $args = []) |
| 49 | * @method \Aws\Result deregisterVolume(array $args = []) |
| 50 | * @method \GuzzleHttp\Promise\Promise deregisterVolumeAsync(array $args = []) |
| 51 | * @method \Aws\Result describeAgentVersions(array $args = []) |
| 52 | * @method \GuzzleHttp\Promise\Promise describeAgentVersionsAsync(array $args = []) |
| 53 | * @method \Aws\Result describeApps(array $args = []) |
| 54 | * @method \GuzzleHttp\Promise\Promise describeAppsAsync(array $args = []) |
| 55 | * @method \Aws\Result describeCommands(array $args = []) |
| 56 | * @method \GuzzleHttp\Promise\Promise describeCommandsAsync(array $args = []) |
| 57 | * @method \Aws\Result describeDeployments(array $args = []) |
| 58 | * @method \GuzzleHttp\Promise\Promise describeDeploymentsAsync(array $args = []) |
| 59 | * @method \Aws\Result describeEcsClusters(array $args = []) |
| 60 | * @method \GuzzleHttp\Promise\Promise describeEcsClustersAsync(array $args = []) |
| 61 | * @method \Aws\Result describeElasticIps(array $args = []) |
| 62 | * @method \GuzzleHttp\Promise\Promise describeElasticIpsAsync(array $args = []) |
| 63 | * @method \Aws\Result describeElasticLoadBalancers(array $args = []) |
| 64 | * @method \GuzzleHttp\Promise\Promise describeElasticLoadBalancersAsync(array $args = []) |
| 65 | * @method \Aws\Result describeInstances(array $args = []) |
| 66 | * @method \GuzzleHttp\Promise\Promise describeInstancesAsync(array $args = []) |
| 67 | * @method \Aws\Result describeLayers(array $args = []) |
| 68 | * @method \GuzzleHttp\Promise\Promise describeLayersAsync(array $args = []) |
| 69 | * @method \Aws\Result describeLoadBasedAutoScaling(array $args = []) |
| 70 | * @method \GuzzleHttp\Promise\Promise describeLoadBasedAutoScalingAsync(array $args = []) |
| 71 | * @method \Aws\Result describeMyUserProfile(array $args = []) |
| 72 | * @method \GuzzleHttp\Promise\Promise describeMyUserProfileAsync(array $args = []) |
| 73 | * @method \Aws\Result describeOperatingSystems(array $args = []) |
| 74 | * @method \GuzzleHttp\Promise\Promise describeOperatingSystemsAsync(array $args = []) |
| 75 | * @method \Aws\Result describePermissions(array $args = []) |
| 76 | * @method \GuzzleHttp\Promise\Promise describePermissionsAsync(array $args = []) |
| 77 | * @method \Aws\Result describeRaidArrays(array $args = []) |
| 78 | * @method \GuzzleHttp\Promise\Promise describeRaidArraysAsync(array $args = []) |
| 79 | * @method \Aws\Result describeRdsDbInstances(array $args = []) |
| 80 | * @method \GuzzleHttp\Promise\Promise describeRdsDbInstancesAsync(array $args = []) |
| 81 | * @method \Aws\Result describeServiceErrors(array $args = []) |
| 82 | * @method \GuzzleHttp\Promise\Promise describeServiceErrorsAsync(array $args = []) |
| 83 | * @method \Aws\Result describeStackProvisioningParameters(array $args = []) |
| 84 | * @method \GuzzleHttp\Promise\Promise describeStackProvisioningParametersAsync(array $args = []) |
| 85 | * @method \Aws\Result describeStackSummary(array $args = []) |
| 86 | * @method \GuzzleHttp\Promise\Promise describeStackSummaryAsync(array $args = []) |
| 87 | * @method \Aws\Result describeStacks(array $args = []) |
| 88 | * @method \GuzzleHttp\Promise\Promise describeStacksAsync(array $args = []) |
| 89 | * @method \Aws\Result describeTimeBasedAutoScaling(array $args = []) |
| 90 | * @method \GuzzleHttp\Promise\Promise describeTimeBasedAutoScalingAsync(array $args = []) |
| 91 | * @method \Aws\Result describeUserProfiles(array $args = []) |
| 92 | * @method \GuzzleHttp\Promise\Promise describeUserProfilesAsync(array $args = []) |
| 93 | * @method \Aws\Result describeVolumes(array $args = []) |
| 94 | * @method \GuzzleHttp\Promise\Promise describeVolumesAsync(array $args = []) |
| 95 | * @method \Aws\Result detachElasticLoadBalancer(array $args = []) |
| 96 | * @method \GuzzleHttp\Promise\Promise detachElasticLoadBalancerAsync(array $args = []) |
| 97 | * @method \Aws\Result disassociateElasticIp(array $args = []) |
| 98 | * @method \GuzzleHttp\Promise\Promise disassociateElasticIpAsync(array $args = []) |
| 99 | * @method \Aws\Result getHostnameSuggestion(array $args = []) |
| 100 | * @method \GuzzleHttp\Promise\Promise getHostnameSuggestionAsync(array $args = []) |
| 101 | * @method \Aws\Result grantAccess(array $args = []) |
| 102 | * @method \GuzzleHttp\Promise\Promise grantAccessAsync(array $args = []) |
| 103 | * @method \Aws\Result listTags(array $args = []) |
| 104 | * @method \GuzzleHttp\Promise\Promise listTagsAsync(array $args = []) |
| 105 | * @method \Aws\Result rebootInstance(array $args = []) |
| 106 | * @method \GuzzleHttp\Promise\Promise rebootInstanceAsync(array $args = []) |
| 107 | * @method \Aws\Result registerEcsCluster(array $args = []) |
| 108 | * @method \GuzzleHttp\Promise\Promise registerEcsClusterAsync(array $args = []) |
| 109 | * @method \Aws\Result registerElasticIp(array $args = []) |
| 110 | * @method \GuzzleHttp\Promise\Promise registerElasticIpAsync(array $args = []) |
| 111 | * @method \Aws\Result registerInstance(array $args = []) |
| 112 | * @method \GuzzleHttp\Promise\Promise registerInstanceAsync(array $args = []) |
| 113 | * @method \Aws\Result registerRdsDbInstance(array $args = []) |
| 114 | * @method \GuzzleHttp\Promise\Promise registerRdsDbInstanceAsync(array $args = []) |
| 115 | * @method \Aws\Result registerVolume(array $args = []) |
| 116 | * @method \GuzzleHttp\Promise\Promise registerVolumeAsync(array $args = []) |
| 117 | * @method \Aws\Result setLoadBasedAutoScaling(array $args = []) |
| 118 | * @method \GuzzleHttp\Promise\Promise setLoadBasedAutoScalingAsync(array $args = []) |
| 119 | * @method \Aws\Result setPermission(array $args = []) |
| 120 | * @method \GuzzleHttp\Promise\Promise setPermissionAsync(array $args = []) |
| 121 | * @method \Aws\Result setTimeBasedAutoScaling(array $args = []) |
| 122 | * @method \GuzzleHttp\Promise\Promise setTimeBasedAutoScalingAsync(array $args = []) |
| 123 | * @method \Aws\Result startInstance(array $args = []) |
| 124 | * @method \GuzzleHttp\Promise\Promise startInstanceAsync(array $args = []) |
| 125 | * @method \Aws\Result startStack(array $args = []) |
| 126 | * @method \GuzzleHttp\Promise\Promise startStackAsync(array $args = []) |
| 127 | * @method \Aws\Result stopInstance(array $args = []) |
| 128 | * @method \GuzzleHttp\Promise\Promise stopInstanceAsync(array $args = []) |
| 129 | * @method \Aws\Result stopStack(array $args = []) |
| 130 | * @method \GuzzleHttp\Promise\Promise stopStackAsync(array $args = []) |
| 131 | * @method \Aws\Result tagResource(array $args = []) |
| 132 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) |
| 133 | * @method \Aws\Result unassignInstance(array $args = []) |
| 134 | * @method \GuzzleHttp\Promise\Promise unassignInstanceAsync(array $args = []) |
| 135 | * @method \Aws\Result unassignVolume(array $args = []) |
| 136 | * @method \GuzzleHttp\Promise\Promise unassignVolumeAsync(array $args = []) |
| 137 | * @method \Aws\Result untagResource(array $args = []) |
| 138 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) |
| 139 | * @method \Aws\Result updateApp(array $args = []) |
| 140 | * @method \GuzzleHttp\Promise\Promise updateAppAsync(array $args = []) |
| 141 | * @method \Aws\Result updateElasticIp(array $args = []) |
| 142 | * @method \GuzzleHttp\Promise\Promise updateElasticIpAsync(array $args = []) |
| 143 | * @method \Aws\Result updateInstance(array $args = []) |
| 144 | * @method \GuzzleHttp\Promise\Promise updateInstanceAsync(array $args = []) |
| 145 | * @method \Aws\Result updateLayer(array $args = []) |
| 146 | * @method \GuzzleHttp\Promise\Promise updateLayerAsync(array $args = []) |
| 147 | * @method \Aws\Result updateMyUserProfile(array $args = []) |
| 148 | * @method \GuzzleHttp\Promise\Promise updateMyUserProfileAsync(array $args = []) |
| 149 | * @method \Aws\Result updateRdsDbInstance(array $args = []) |
| 150 | * @method \GuzzleHttp\Promise\Promise updateRdsDbInstanceAsync(array $args = []) |
| 151 | * @method \Aws\Result updateStack(array $args = []) |
| 152 | * @method \GuzzleHttp\Promise\Promise updateStackAsync(array $args = []) |
| 153 | * @method \Aws\Result updateUserProfile(array $args = []) |
| 154 | * @method \GuzzleHttp\Promise\Promise updateUserProfileAsync(array $args = []) |
| 155 | * @method \Aws\Result updateVolume(array $args = []) |
| 156 | * @method \GuzzleHttp\Promise\Promise updateVolumeAsync(array $args = []) |
| 157 | */ |
| 158 | class OpsWorksClient extends AwsClient {} |
| 159 |