UpdateMaintenanceWindowTaskResponse Class
(QtAws::SSM::UpdateMaintenanceWindowTaskResponse)The UpdateMaintenanceWindowTaskResponse class provides an interace for SSM UpdateMaintenanceWindowTask responses. More...
| Header: | #include <UpdateMaintenanceWindowTaskResponse> |
| Inherits: | QtAws::SSM::SsmResponse |
Public Functions
| UpdateMaintenanceWindowTaskResponse(const UpdateMaintenanceWindowTaskRequest &request, QNetworkReply * const reply, QObject * const parent = 0) |
Reimplemented Public Functions
| virtual const UpdateMaintenanceWindowTaskRequest * | request() const override |
- 7 public functions inherited from QtAws::Core::AwsAbstractResponse
Protected Slots
| virtual void | parseSuccess(QIODevice &response) override |
- 1 protected slot inherited from QtAws::SSM::SsmResponse
- 1 protected slot inherited from QtAws::Core::AwsAbstractResponse
Additional Inherited Members
- 1 signal inherited from QtAws::Core::AwsAbstractResponse
- 1 static public member inherited from QtAws::Core::AwsAbstractResponse
- 7 protected functions inherited from QtAws::Core::AwsAbstractResponse
Detailed Description
The UpdateMaintenanceWindowTaskResponse class provides an interace for SSM UpdateMaintenanceWindowTask responses.
<fullname>AWS Systems Manager</fullname>
AWS Systems Manager is a collection of capabilities that helps you automate management tasks such as collecting system inventory, applying operating system (OS) patches, automating the creation of Amazon Machine Images (AMIs), and configuring operating systems (OSs) and applications at scale. Systems Manager lets you remotely and securely manage the configuration of your managed instances. A <i>managed instance</i> is any Amazon EC2 instance or on-premises machine in your hybrid environment that has been configured for Systems
Manager>
This reference is intended to be used with the <a href="http://docs.aws.amazon.com/systems-manager/latest/userguide/">AWS Systems Manager User
Guide</a>>
To get started, verify prerequisites and configure managed instances. For more information, see <a href="http://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-setting-up.html">Systems Manager
Prerequisites</a>>
For information about other API actions you can perform on Amazon EC2 instances, see the <a href="http://docs.aws.amazon.com/AWSEC2/latest/APIReference/">Amazon EC2 API Reference</a>. For information about how to use a Query API, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/APIReference/making-api-requests.html">Making API Requests</a>.
See also SsmClient::updateMaintenanceWindowTask.
Member Function Documentation
UpdateMaintenanceWindowTaskResponse::UpdateMaintenanceWindowTaskResponse(const UpdateMaintenanceWindowTaskRequest &request, QNetworkReply * const reply, QObject * const parent = 0)
Constructs a UpdateMaintenanceWindowTaskResponse object for reply to request, with parent parent.
[override virtual protected slot] void UpdateMaintenanceWindowTaskResponse::parseSuccess(QIODevice &response)
Reimplemented from AwsAbstractResponse::parseSuccess().
Parses a successful SSM UpdateMaintenanceWindowTask response.
[override virtual] const UpdateMaintenanceWindowTaskRequest *UpdateMaintenanceWindowTaskResponse::request() const
Reimplemented from AwsAbstractResponse::request().
© 2018 Paul Colby Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.