SsmClient.php
289 lines
| 1 | <?php |
| 2 | namespace Aws\Ssm; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * Amazon EC2 Simple Systems Manager client. |
| 8 | * |
| 9 | * @method \Aws\Result addTagsToResource(array $args = []) |
| 10 | * @method \GuzzleHttp\Promise\Promise addTagsToResourceAsync(array $args = []) |
| 11 | * @method \Aws\Result associateOpsItemRelatedItem(array $args = []) |
| 12 | * @method \GuzzleHttp\Promise\Promise associateOpsItemRelatedItemAsync(array $args = []) |
| 13 | * @method \Aws\Result cancelCommand(array $args = []) |
| 14 | * @method \GuzzleHttp\Promise\Promise cancelCommandAsync(array $args = []) |
| 15 | * @method \Aws\Result cancelMaintenanceWindowExecution(array $args = []) |
| 16 | * @method \GuzzleHttp\Promise\Promise cancelMaintenanceWindowExecutionAsync(array $args = []) |
| 17 | * @method \Aws\Result createActivation(array $args = []) |
| 18 | * @method \GuzzleHttp\Promise\Promise createActivationAsync(array $args = []) |
| 19 | * @method \Aws\Result createAssociation(array $args = []) |
| 20 | * @method \GuzzleHttp\Promise\Promise createAssociationAsync(array $args = []) |
| 21 | * @method \Aws\Result createAssociationBatch(array $args = []) |
| 22 | * @method \GuzzleHttp\Promise\Promise createAssociationBatchAsync(array $args = []) |
| 23 | * @method \Aws\Result createDocument(array $args = []) |
| 24 | * @method \GuzzleHttp\Promise\Promise createDocumentAsync(array $args = []) |
| 25 | * @method \Aws\Result createMaintenanceWindow(array $args = []) |
| 26 | * @method \GuzzleHttp\Promise\Promise createMaintenanceWindowAsync(array $args = []) |
| 27 | * @method \Aws\Result createOpsItem(array $args = []) |
| 28 | * @method \GuzzleHttp\Promise\Promise createOpsItemAsync(array $args = []) |
| 29 | * @method \Aws\Result createOpsMetadata(array $args = []) |
| 30 | * @method \GuzzleHttp\Promise\Promise createOpsMetadataAsync(array $args = []) |
| 31 | * @method \Aws\Result createPatchBaseline(array $args = []) |
| 32 | * @method \GuzzleHttp\Promise\Promise createPatchBaselineAsync(array $args = []) |
| 33 | * @method \Aws\Result createResourceDataSync(array $args = []) |
| 34 | * @method \GuzzleHttp\Promise\Promise createResourceDataSyncAsync(array $args = []) |
| 35 | * @method \Aws\Result deleteActivation(array $args = []) |
| 36 | * @method \GuzzleHttp\Promise\Promise deleteActivationAsync(array $args = []) |
| 37 | * @method \Aws\Result deleteAssociation(array $args = []) |
| 38 | * @method \GuzzleHttp\Promise\Promise deleteAssociationAsync(array $args = []) |
| 39 | * @method \Aws\Result deleteDocument(array $args = []) |
| 40 | * @method \GuzzleHttp\Promise\Promise deleteDocumentAsync(array $args = []) |
| 41 | * @method \Aws\Result deleteInventory(array $args = []) |
| 42 | * @method \GuzzleHttp\Promise\Promise deleteInventoryAsync(array $args = []) |
| 43 | * @method \Aws\Result deleteMaintenanceWindow(array $args = []) |
| 44 | * @method \GuzzleHttp\Promise\Promise deleteMaintenanceWindowAsync(array $args = []) |
| 45 | * @method \Aws\Result deleteOpsItem(array $args = []) |
| 46 | * @method \GuzzleHttp\Promise\Promise deleteOpsItemAsync(array $args = []) |
| 47 | * @method \Aws\Result deleteOpsMetadata(array $args = []) |
| 48 | * @method \GuzzleHttp\Promise\Promise deleteOpsMetadataAsync(array $args = []) |
| 49 | * @method \Aws\Result deleteParameter(array $args = []) |
| 50 | * @method \GuzzleHttp\Promise\Promise deleteParameterAsync(array $args = []) |
| 51 | * @method \Aws\Result deleteParameters(array $args = []) |
| 52 | * @method \GuzzleHttp\Promise\Promise deleteParametersAsync(array $args = []) |
| 53 | * @method \Aws\Result deletePatchBaseline(array $args = []) |
| 54 | * @method \GuzzleHttp\Promise\Promise deletePatchBaselineAsync(array $args = []) |
| 55 | * @method \Aws\Result deleteResourceDataSync(array $args = []) |
| 56 | * @method \GuzzleHttp\Promise\Promise deleteResourceDataSyncAsync(array $args = []) |
| 57 | * @method \Aws\Result deleteResourcePolicy(array $args = []) |
| 58 | * @method \GuzzleHttp\Promise\Promise deleteResourcePolicyAsync(array $args = []) |
| 59 | * @method \Aws\Result deregisterManagedInstance(array $args = []) |
| 60 | * @method \GuzzleHttp\Promise\Promise deregisterManagedInstanceAsync(array $args = []) |
| 61 | * @method \Aws\Result deregisterPatchBaselineForPatchGroup(array $args = []) |
| 62 | * @method \GuzzleHttp\Promise\Promise deregisterPatchBaselineForPatchGroupAsync(array $args = []) |
| 63 | * @method \Aws\Result deregisterTargetFromMaintenanceWindow(array $args = []) |
| 64 | * @method \GuzzleHttp\Promise\Promise deregisterTargetFromMaintenanceWindowAsync(array $args = []) |
| 65 | * @method \Aws\Result deregisterTaskFromMaintenanceWindow(array $args = []) |
| 66 | * @method \GuzzleHttp\Promise\Promise deregisterTaskFromMaintenanceWindowAsync(array $args = []) |
| 67 | * @method \Aws\Result describeActivations(array $args = []) |
| 68 | * @method \GuzzleHttp\Promise\Promise describeActivationsAsync(array $args = []) |
| 69 | * @method \Aws\Result describeAssociation(array $args = []) |
| 70 | * @method \GuzzleHttp\Promise\Promise describeAssociationAsync(array $args = []) |
| 71 | * @method \Aws\Result describeAssociationExecutionTargets(array $args = []) |
| 72 | * @method \GuzzleHttp\Promise\Promise describeAssociationExecutionTargetsAsync(array $args = []) |
| 73 | * @method \Aws\Result describeAssociationExecutions(array $args = []) |
| 74 | * @method \GuzzleHttp\Promise\Promise describeAssociationExecutionsAsync(array $args = []) |
| 75 | * @method \Aws\Result describeAutomationExecutions(array $args = []) |
| 76 | * @method \GuzzleHttp\Promise\Promise describeAutomationExecutionsAsync(array $args = []) |
| 77 | * @method \Aws\Result describeAutomationStepExecutions(array $args = []) |
| 78 | * @method \GuzzleHttp\Promise\Promise describeAutomationStepExecutionsAsync(array $args = []) |
| 79 | * @method \Aws\Result describeAvailablePatches(array $args = []) |
| 80 | * @method \GuzzleHttp\Promise\Promise describeAvailablePatchesAsync(array $args = []) |
| 81 | * @method \Aws\Result describeDocument(array $args = []) |
| 82 | * @method \GuzzleHttp\Promise\Promise describeDocumentAsync(array $args = []) |
| 83 | * @method \Aws\Result describeDocumentPermission(array $args = []) |
| 84 | * @method \GuzzleHttp\Promise\Promise describeDocumentPermissionAsync(array $args = []) |
| 85 | * @method \Aws\Result describeEffectiveInstanceAssociations(array $args = []) |
| 86 | * @method \GuzzleHttp\Promise\Promise describeEffectiveInstanceAssociationsAsync(array $args = []) |
| 87 | * @method \Aws\Result describeEffectivePatchesForPatchBaseline(array $args = []) |
| 88 | * @method \GuzzleHttp\Promise\Promise describeEffectivePatchesForPatchBaselineAsync(array $args = []) |
| 89 | * @method \Aws\Result describeInstanceAssociationsStatus(array $args = []) |
| 90 | * @method \GuzzleHttp\Promise\Promise describeInstanceAssociationsStatusAsync(array $args = []) |
| 91 | * @method \Aws\Result describeInstanceInformation(array $args = []) |
| 92 | * @method \GuzzleHttp\Promise\Promise describeInstanceInformationAsync(array $args = []) |
| 93 | * @method \Aws\Result describeInstancePatchStates(array $args = []) |
| 94 | * @method \GuzzleHttp\Promise\Promise describeInstancePatchStatesAsync(array $args = []) |
| 95 | * @method \Aws\Result describeInstancePatchStatesForPatchGroup(array $args = []) |
| 96 | * @method \GuzzleHttp\Promise\Promise describeInstancePatchStatesForPatchGroupAsync(array $args = []) |
| 97 | * @method \Aws\Result describeInstancePatches(array $args = []) |
| 98 | * @method \GuzzleHttp\Promise\Promise describeInstancePatchesAsync(array $args = []) |
| 99 | * @method \Aws\Result describeInventoryDeletions(array $args = []) |
| 100 | * @method \GuzzleHttp\Promise\Promise describeInventoryDeletionsAsync(array $args = []) |
| 101 | * @method \Aws\Result describeMaintenanceWindowExecutionTaskInvocations(array $args = []) |
| 102 | * @method \GuzzleHttp\Promise\Promise describeMaintenanceWindowExecutionTaskInvocationsAsync(array $args = []) |
| 103 | * @method \Aws\Result describeMaintenanceWindowExecutionTasks(array $args = []) |
| 104 | * @method \GuzzleHttp\Promise\Promise describeMaintenanceWindowExecutionTasksAsync(array $args = []) |
| 105 | * @method \Aws\Result describeMaintenanceWindowExecutions(array $args = []) |
| 106 | * @method \GuzzleHttp\Promise\Promise describeMaintenanceWindowExecutionsAsync(array $args = []) |
| 107 | * @method \Aws\Result describeMaintenanceWindowSchedule(array $args = []) |
| 108 | * @method \GuzzleHttp\Promise\Promise describeMaintenanceWindowScheduleAsync(array $args = []) |
| 109 | * @method \Aws\Result describeMaintenanceWindowTargets(array $args = []) |
| 110 | * @method \GuzzleHttp\Promise\Promise describeMaintenanceWindowTargetsAsync(array $args = []) |
| 111 | * @method \Aws\Result describeMaintenanceWindowTasks(array $args = []) |
| 112 | * @method \GuzzleHttp\Promise\Promise describeMaintenanceWindowTasksAsync(array $args = []) |
| 113 | * @method \Aws\Result describeMaintenanceWindows(array $args = []) |
| 114 | * @method \GuzzleHttp\Promise\Promise describeMaintenanceWindowsAsync(array $args = []) |
| 115 | * @method \Aws\Result describeMaintenanceWindowsForTarget(array $args = []) |
| 116 | * @method \GuzzleHttp\Promise\Promise describeMaintenanceWindowsForTargetAsync(array $args = []) |
| 117 | * @method \Aws\Result describeOpsItems(array $args = []) |
| 118 | * @method \GuzzleHttp\Promise\Promise describeOpsItemsAsync(array $args = []) |
| 119 | * @method \Aws\Result describeParameters(array $args = []) |
| 120 | * @method \GuzzleHttp\Promise\Promise describeParametersAsync(array $args = []) |
| 121 | * @method \Aws\Result describePatchBaselines(array $args = []) |
| 122 | * @method \GuzzleHttp\Promise\Promise describePatchBaselinesAsync(array $args = []) |
| 123 | * @method \Aws\Result describePatchGroupState(array $args = []) |
| 124 | * @method \GuzzleHttp\Promise\Promise describePatchGroupStateAsync(array $args = []) |
| 125 | * @method \Aws\Result describePatchGroups(array $args = []) |
| 126 | * @method \GuzzleHttp\Promise\Promise describePatchGroupsAsync(array $args = []) |
| 127 | * @method \Aws\Result describePatchProperties(array $args = []) |
| 128 | * @method \GuzzleHttp\Promise\Promise describePatchPropertiesAsync(array $args = []) |
| 129 | * @method \Aws\Result describeSessions(array $args = []) |
| 130 | * @method \GuzzleHttp\Promise\Promise describeSessionsAsync(array $args = []) |
| 131 | * @method \Aws\Result disassociateOpsItemRelatedItem(array $args = []) |
| 132 | * @method \GuzzleHttp\Promise\Promise disassociateOpsItemRelatedItemAsync(array $args = []) |
| 133 | * @method \Aws\Result getAutomationExecution(array $args = []) |
| 134 | * @method \GuzzleHttp\Promise\Promise getAutomationExecutionAsync(array $args = []) |
| 135 | * @method \Aws\Result getCalendarState(array $args = []) |
| 136 | * @method \GuzzleHttp\Promise\Promise getCalendarStateAsync(array $args = []) |
| 137 | * @method \Aws\Result getCommandInvocation(array $args = []) |
| 138 | * @method \GuzzleHttp\Promise\Promise getCommandInvocationAsync(array $args = []) |
| 139 | * @method \Aws\Result getConnectionStatus(array $args = []) |
| 140 | * @method \GuzzleHttp\Promise\Promise getConnectionStatusAsync(array $args = []) |
| 141 | * @method \Aws\Result getDefaultPatchBaseline(array $args = []) |
| 142 | * @method \GuzzleHttp\Promise\Promise getDefaultPatchBaselineAsync(array $args = []) |
| 143 | * @method \Aws\Result getDeployablePatchSnapshotForInstance(array $args = []) |
| 144 | * @method \GuzzleHttp\Promise\Promise getDeployablePatchSnapshotForInstanceAsync(array $args = []) |
| 145 | * @method \Aws\Result getDocument(array $args = []) |
| 146 | * @method \GuzzleHttp\Promise\Promise getDocumentAsync(array $args = []) |
| 147 | * @method \Aws\Result getInventory(array $args = []) |
| 148 | * @method \GuzzleHttp\Promise\Promise getInventoryAsync(array $args = []) |
| 149 | * @method \Aws\Result getInventorySchema(array $args = []) |
| 150 | * @method \GuzzleHttp\Promise\Promise getInventorySchemaAsync(array $args = []) |
| 151 | * @method \Aws\Result getMaintenanceWindow(array $args = []) |
| 152 | * @method \GuzzleHttp\Promise\Promise getMaintenanceWindowAsync(array $args = []) |
| 153 | * @method \Aws\Result getMaintenanceWindowExecution(array $args = []) |
| 154 | * @method \GuzzleHttp\Promise\Promise getMaintenanceWindowExecutionAsync(array $args = []) |
| 155 | * @method \Aws\Result getMaintenanceWindowExecutionTask(array $args = []) |
| 156 | * @method \GuzzleHttp\Promise\Promise getMaintenanceWindowExecutionTaskAsync(array $args = []) |
| 157 | * @method \Aws\Result getMaintenanceWindowExecutionTaskInvocation(array $args = []) |
| 158 | * @method \GuzzleHttp\Promise\Promise getMaintenanceWindowExecutionTaskInvocationAsync(array $args = []) |
| 159 | * @method \Aws\Result getMaintenanceWindowTask(array $args = []) |
| 160 | * @method \GuzzleHttp\Promise\Promise getMaintenanceWindowTaskAsync(array $args = []) |
| 161 | * @method \Aws\Result getOpsItem(array $args = []) |
| 162 | * @method \GuzzleHttp\Promise\Promise getOpsItemAsync(array $args = []) |
| 163 | * @method \Aws\Result getOpsMetadata(array $args = []) |
| 164 | * @method \GuzzleHttp\Promise\Promise getOpsMetadataAsync(array $args = []) |
| 165 | * @method \Aws\Result getOpsSummary(array $args = []) |
| 166 | * @method \GuzzleHttp\Promise\Promise getOpsSummaryAsync(array $args = []) |
| 167 | * @method \Aws\Result getParameter(array $args = []) |
| 168 | * @method \GuzzleHttp\Promise\Promise getParameterAsync(array $args = []) |
| 169 | * @method \Aws\Result getParameterHistory(array $args = []) |
| 170 | * @method \GuzzleHttp\Promise\Promise getParameterHistoryAsync(array $args = []) |
| 171 | * @method \Aws\Result getParameters(array $args = []) |
| 172 | * @method \GuzzleHttp\Promise\Promise getParametersAsync(array $args = []) |
| 173 | * @method \Aws\Result getParametersByPath(array $args = []) |
| 174 | * @method \GuzzleHttp\Promise\Promise getParametersByPathAsync(array $args = []) |
| 175 | * @method \Aws\Result getPatchBaseline(array $args = []) |
| 176 | * @method \GuzzleHttp\Promise\Promise getPatchBaselineAsync(array $args = []) |
| 177 | * @method \Aws\Result getPatchBaselineForPatchGroup(array $args = []) |
| 178 | * @method \GuzzleHttp\Promise\Promise getPatchBaselineForPatchGroupAsync(array $args = []) |
| 179 | * @method \Aws\Result getResourcePolicies(array $args = []) |
| 180 | * @method \GuzzleHttp\Promise\Promise getResourcePoliciesAsync(array $args = []) |
| 181 | * @method \Aws\Result getServiceSetting(array $args = []) |
| 182 | * @method \GuzzleHttp\Promise\Promise getServiceSettingAsync(array $args = []) |
| 183 | * @method \Aws\Result labelParameterVersion(array $args = []) |
| 184 | * @method \GuzzleHttp\Promise\Promise labelParameterVersionAsync(array $args = []) |
| 185 | * @method \Aws\Result listAssociationVersions(array $args = []) |
| 186 | * @method \GuzzleHttp\Promise\Promise listAssociationVersionsAsync(array $args = []) |
| 187 | * @method \Aws\Result listAssociations(array $args = []) |
| 188 | * @method \GuzzleHttp\Promise\Promise listAssociationsAsync(array $args = []) |
| 189 | * @method \Aws\Result listCommandInvocations(array $args = []) |
| 190 | * @method \GuzzleHttp\Promise\Promise listCommandInvocationsAsync(array $args = []) |
| 191 | * @method \Aws\Result listCommands(array $args = []) |
| 192 | * @method \GuzzleHttp\Promise\Promise listCommandsAsync(array $args = []) |
| 193 | * @method \Aws\Result listComplianceItems(array $args = []) |
| 194 | * @method \GuzzleHttp\Promise\Promise listComplianceItemsAsync(array $args = []) |
| 195 | * @method \Aws\Result listComplianceSummaries(array $args = []) |
| 196 | * @method \GuzzleHttp\Promise\Promise listComplianceSummariesAsync(array $args = []) |
| 197 | * @method \Aws\Result listDocumentMetadataHistory(array $args = []) |
| 198 | * @method \GuzzleHttp\Promise\Promise listDocumentMetadataHistoryAsync(array $args = []) |
| 199 | * @method \Aws\Result listDocumentVersions(array $args = []) |
| 200 | * @method \GuzzleHttp\Promise\Promise listDocumentVersionsAsync(array $args = []) |
| 201 | * @method \Aws\Result listDocuments(array $args = []) |
| 202 | * @method \GuzzleHttp\Promise\Promise listDocumentsAsync(array $args = []) |
| 203 | * @method \Aws\Result listInventoryEntries(array $args = []) |
| 204 | * @method \GuzzleHttp\Promise\Promise listInventoryEntriesAsync(array $args = []) |
| 205 | * @method \Aws\Result listOpsItemEvents(array $args = []) |
| 206 | * @method \GuzzleHttp\Promise\Promise listOpsItemEventsAsync(array $args = []) |
| 207 | * @method \Aws\Result listOpsItemRelatedItems(array $args = []) |
| 208 | * @method \GuzzleHttp\Promise\Promise listOpsItemRelatedItemsAsync(array $args = []) |
| 209 | * @method \Aws\Result listOpsMetadata(array $args = []) |
| 210 | * @method \GuzzleHttp\Promise\Promise listOpsMetadataAsync(array $args = []) |
| 211 | * @method \Aws\Result listResourceComplianceSummaries(array $args = []) |
| 212 | * @method \GuzzleHttp\Promise\Promise listResourceComplianceSummariesAsync(array $args = []) |
| 213 | * @method \Aws\Result listResourceDataSync(array $args = []) |
| 214 | * @method \GuzzleHttp\Promise\Promise listResourceDataSyncAsync(array $args = []) |
| 215 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 216 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 217 | * @method \Aws\Result modifyDocumentPermission(array $args = []) |
| 218 | * @method \GuzzleHttp\Promise\Promise modifyDocumentPermissionAsync(array $args = []) |
| 219 | * @method \Aws\Result putComplianceItems(array $args = []) |
| 220 | * @method \GuzzleHttp\Promise\Promise putComplianceItemsAsync(array $args = []) |
| 221 | * @method \Aws\Result putInventory(array $args = []) |
| 222 | * @method \GuzzleHttp\Promise\Promise putInventoryAsync(array $args = []) |
| 223 | * @method \Aws\Result putParameter(array $args = []) |
| 224 | * @method \GuzzleHttp\Promise\Promise putParameterAsync(array $args = []) |
| 225 | * @method \Aws\Result putResourcePolicy(array $args = []) |
| 226 | * @method \GuzzleHttp\Promise\Promise putResourcePolicyAsync(array $args = []) |
| 227 | * @method \Aws\Result registerDefaultPatchBaseline(array $args = []) |
| 228 | * @method \GuzzleHttp\Promise\Promise registerDefaultPatchBaselineAsync(array $args = []) |
| 229 | * @method \Aws\Result registerPatchBaselineForPatchGroup(array $args = []) |
| 230 | * @method \GuzzleHttp\Promise\Promise registerPatchBaselineForPatchGroupAsync(array $args = []) |
| 231 | * @method \Aws\Result registerTargetWithMaintenanceWindow(array $args = []) |
| 232 | * @method \GuzzleHttp\Promise\Promise registerTargetWithMaintenanceWindowAsync(array $args = []) |
| 233 | * @method \Aws\Result registerTaskWithMaintenanceWindow(array $args = []) |
| 234 | * @method \GuzzleHttp\Promise\Promise registerTaskWithMaintenanceWindowAsync(array $args = []) |
| 235 | * @method \Aws\Result removeTagsFromResource(array $args = []) |
| 236 | * @method \GuzzleHttp\Promise\Promise removeTagsFromResourceAsync(array $args = []) |
| 237 | * @method \Aws\Result resetServiceSetting(array $args = []) |
| 238 | * @method \GuzzleHttp\Promise\Promise resetServiceSettingAsync(array $args = []) |
| 239 | * @method \Aws\Result resumeSession(array $args = []) |
| 240 | * @method \GuzzleHttp\Promise\Promise resumeSessionAsync(array $args = []) |
| 241 | * @method \Aws\Result sendAutomationSignal(array $args = []) |
| 242 | * @method \GuzzleHttp\Promise\Promise sendAutomationSignalAsync(array $args = []) |
| 243 | * @method \Aws\Result sendCommand(array $args = []) |
| 244 | * @method \GuzzleHttp\Promise\Promise sendCommandAsync(array $args = []) |
| 245 | * @method \Aws\Result startAssociationsOnce(array $args = []) |
| 246 | * @method \GuzzleHttp\Promise\Promise startAssociationsOnceAsync(array $args = []) |
| 247 | * @method \Aws\Result startAutomationExecution(array $args = []) |
| 248 | * @method \GuzzleHttp\Promise\Promise startAutomationExecutionAsync(array $args = []) |
| 249 | * @method \Aws\Result startChangeRequestExecution(array $args = []) |
| 250 | * @method \GuzzleHttp\Promise\Promise startChangeRequestExecutionAsync(array $args = []) |
| 251 | * @method \Aws\Result startSession(array $args = []) |
| 252 | * @method \GuzzleHttp\Promise\Promise startSessionAsync(array $args = []) |
| 253 | * @method \Aws\Result stopAutomationExecution(array $args = []) |
| 254 | * @method \GuzzleHttp\Promise\Promise stopAutomationExecutionAsync(array $args = []) |
| 255 | * @method \Aws\Result terminateSession(array $args = []) |
| 256 | * @method \GuzzleHttp\Promise\Promise terminateSessionAsync(array $args = []) |
| 257 | * @method \Aws\Result unlabelParameterVersion(array $args = []) |
| 258 | * @method \GuzzleHttp\Promise\Promise unlabelParameterVersionAsync(array $args = []) |
| 259 | * @method \Aws\Result updateAssociation(array $args = []) |
| 260 | * @method \GuzzleHttp\Promise\Promise updateAssociationAsync(array $args = []) |
| 261 | * @method \Aws\Result updateAssociationStatus(array $args = []) |
| 262 | * @method \GuzzleHttp\Promise\Promise updateAssociationStatusAsync(array $args = []) |
| 263 | * @method \Aws\Result updateDocument(array $args = []) |
| 264 | * @method \GuzzleHttp\Promise\Promise updateDocumentAsync(array $args = []) |
| 265 | * @method \Aws\Result updateDocumentDefaultVersion(array $args = []) |
| 266 | * @method \GuzzleHttp\Promise\Promise updateDocumentDefaultVersionAsync(array $args = []) |
| 267 | * @method \Aws\Result updateDocumentMetadata(array $args = []) |
| 268 | * @method \GuzzleHttp\Promise\Promise updateDocumentMetadataAsync(array $args = []) |
| 269 | * @method \Aws\Result updateMaintenanceWindow(array $args = []) |
| 270 | * @method \GuzzleHttp\Promise\Promise updateMaintenanceWindowAsync(array $args = []) |
| 271 | * @method \Aws\Result updateMaintenanceWindowTarget(array $args = []) |
| 272 | * @method \GuzzleHttp\Promise\Promise updateMaintenanceWindowTargetAsync(array $args = []) |
| 273 | * @method \Aws\Result updateMaintenanceWindowTask(array $args = []) |
| 274 | * @method \GuzzleHttp\Promise\Promise updateMaintenanceWindowTaskAsync(array $args = []) |
| 275 | * @method \Aws\Result updateManagedInstanceRole(array $args = []) |
| 276 | * @method \GuzzleHttp\Promise\Promise updateManagedInstanceRoleAsync(array $args = []) |
| 277 | * @method \Aws\Result updateOpsItem(array $args = []) |
| 278 | * @method \GuzzleHttp\Promise\Promise updateOpsItemAsync(array $args = []) |
| 279 | * @method \Aws\Result updateOpsMetadata(array $args = []) |
| 280 | * @method \GuzzleHttp\Promise\Promise updateOpsMetadataAsync(array $args = []) |
| 281 | * @method \Aws\Result updatePatchBaseline(array $args = []) |
| 282 | * @method \GuzzleHttp\Promise\Promise updatePatchBaselineAsync(array $args = []) |
| 283 | * @method \Aws\Result updateResourceDataSync(array $args = []) |
| 284 | * @method \GuzzleHttp\Promise\Promise updateResourceDataSyncAsync(array $args = []) |
| 285 | * @method \Aws\Result updateServiceSetting(array $args = []) |
| 286 | * @method \GuzzleHttp\Promise\Promise updateServiceSettingAsync(array $args = []) |
| 287 | */ |
| 288 | class SsmClient extends AwsClient {} |
| 289 |