SystemsManagerQuickSetup#
Client#
- class SystemsManagerQuickSetup.Client#
A low-level client representing AWS Systems Manager QuickSetup
Quick Setup helps you quickly configure frequently used services and features with recommended best practices. Quick Setup simplifies setting up services, including Systems Manager, by automating common or recommended tasks.
import boto3 client = boto3.client('ssm-quicksetup')
These are the available methods:
- can_paginate
- close
- create_configuration_manager
- delete_configuration_manager
- get_configuration_manager
- get_paginator
- get_service_settings
- get_waiter
- list_configuration_managers
- list_quick_setup_types
- list_tags_for_resource
- tag_resource
- untag_resource
- update_configuration_definition
- update_configuration_manager
- update_service_settings
Paginators#
Paginators are available on a client instance via the get_paginator
method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: