Class: Aws::ConnectHealth::Client
- Inherits:
-
Seahorse::Client::Base
- Object
- Seahorse::Client::Base
- Aws::ConnectHealth::Client
- Includes:
- Aws::ClientStubs
- Defined in:
- gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/client.rb
Overview
An API client for ConnectHealth. To construct a client, you need to configure a :region and :credentials.
client = Aws::ConnectHealth::Client.new(
region: region_name,
credentials: credentials,
# ...
)
For details on configuring region and credentials see the developer guide.
See #initialize for a full list of supported configuration options.
Instance Attribute Summary
Attributes inherited from Seahorse::Client::Base
API Operations collapse
-
#activate_subscription(params = {}) ⇒ Types::ActivateSubscriptionOutput
Activates a Subscription to enable billing for a user.
-
#create_domain(params = {}) ⇒ Types::CreateDomainOutput
Creates a new Domain for managing HealthAgent resources.
-
#create_subscription(params = {}) ⇒ Types::CreateSubscriptionOutput
Creates a new Subscription within a Domain for billing and user management.
-
#deactivate_subscription(params = {}) ⇒ Types::DeactivateSubscriptionOutput
Deactivates a Subscription to stop billing for a user.
-
#delete_domain(params = {}) ⇒ Types::DeleteDomainOutput
Deletes a Domain and all associated resources.
-
#get_domain(params = {}) ⇒ Types::GetDomainOutput
Retrieves information about a Domain.
-
#get_medical_scribe_listening_session(params = {}) ⇒ Types::GetMedicalScribeListeningSessionOutput
Retrieves details about an existing Medical Scribe listening session.
-
#get_patient_insights_job(params = {}) ⇒ Types::GetPatientInsightsJobResponse
Get details of a started patient insights job.
-
#get_subscription(params = {}) ⇒ Types::GetSubscriptionOutput
Retrieves information about a Subscription.
-
#list_domains(params = {}) ⇒ Types::ListDomainsOutput
Lists Domains for a given account.
-
#list_subscriptions(params = {}) ⇒ Types::ListSubscriptionsOutput
Lists all Subscriptions within a Domain.
-
#list_tags_for_resource(params = {}) ⇒ Types::ListTagsForResourceOutput
Lists the tags associated with the specified resource.
-
#start_patient_insights_job(params = {}) ⇒ Types::StartPatientInsightsJobResponse
Starts a new patient insights job.
-
#tag_resource(params = {}) ⇒ Struct
Associates the specified tags with the specified resource.
-
#untag_resource(params = {}) ⇒ Struct
Removes the specified tags from the specified resource.
Instance Method Summary collapse
-
#initialize(options) ⇒ Client
constructor
A new instance of Client.
Methods included from Aws::ClientStubs
#api_requests, #stub_data, #stub_responses
Methods inherited from Seahorse::Client::Base
add_plugin, api, clear_plugins, define, new, #operation_names, plugins, remove_plugin, set_api, set_plugins
Methods included from Seahorse::Client::HandlerBuilder
#handle, #handle_request, #handle_response
Constructor Details
#initialize(options) ⇒ Client
Returns a new instance of Client.
484 485 486 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/client.rb', line 484 def initialize(*args) super end |
Instance Method Details
#activate_subscription(params = {}) ⇒ Types::ActivateSubscriptionOutput
Activates a Subscription to enable billing for a user.
524 525 526 527 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/client.rb', line 524 def activate_subscription(params = {}, = {}) req = build_request(:activate_subscription, params) req.send_request() end |
#create_domain(params = {}) ⇒ Types::CreateDomainOutput
Creates a new Domain for managing HealthAgent resources.
590 591 592 593 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/client.rb', line 590 def create_domain(params = {}, = {}) req = build_request(:create_domain, params) req.send_request() end |
#create_subscription(params = {}) ⇒ Types::CreateSubscriptionOutput
Creates a new Subscription within a Domain for billing and user management.
633 634 635 636 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/client.rb', line 633 def create_subscription(params = {}, = {}) req = build_request(:create_subscription, params) req.send_request() end |
#deactivate_subscription(params = {}) ⇒ Types::DeactivateSubscriptionOutput
Deactivates a Subscription to stop billing for a user.
672 673 674 675 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/client.rb', line 672 def deactivate_subscription(params = {}, = {}) req = build_request(:deactivate_subscription, params) req.send_request() end |
#delete_domain(params = {}) ⇒ Types::DeleteDomainOutput
Deletes a Domain and all associated resources.
704 705 706 707 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/client.rb', line 704 def delete_domain(params = {}, = {}) req = build_request(:delete_domain, params) req.send_request() end |
#get_domain(params = {}) ⇒ Types::GetDomainOutput
Retrieves information about a Domain.
754 755 756 757 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/client.rb', line 754 def get_domain(params = {}, = {}) req = build_request(:get_domain, params) req.send_request() end |
#get_medical_scribe_listening_session(params = {}) ⇒ Types::GetMedicalScribeListeningSessionOutput
Retrieves details about an existing Medical Scribe listening session
814 815 816 817 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/client.rb', line 814 def get_medical_scribe_listening_session(params = {}, = {}) req = build_request(:get_medical_scribe_listening_session, params) req.send_request() end |
#get_patient_insights_job(params = {}) ⇒ Types::GetPatientInsightsJobResponse
Get details of a started patient insights job.
875 876 877 878 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/client.rb', line 875 def get_patient_insights_job(params = {}, = {}) req = build_request(:get_patient_insights_job, params) req.send_request() end |
#get_subscription(params = {}) ⇒ Types::GetSubscriptionOutput
Retrieves information about a Subscription.
914 915 916 917 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/client.rb', line 914 def get_subscription(params = {}, = {}) req = build_request(:get_subscription, params) req.send_request() end |
#list_domains(params = {}) ⇒ Types::ListDomainsOutput
Lists Domains for a given account.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
959 960 961 962 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/client.rb', line 959 def list_domains(params = {}, = {}) req = build_request(:list_domains, params) req.send_request() end |
#list_subscriptions(params = {}) ⇒ Types::ListSubscriptionsOutput
Lists all Subscriptions within a Domain.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
1007 1008 1009 1010 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/client.rb', line 1007 def list_subscriptions(params = {}, = {}) req = build_request(:list_subscriptions, params) req.send_request() end |
#list_tags_for_resource(params = {}) ⇒ Types::ListTagsForResourceOutput
Lists the tags associated with the specified resource
1036 1037 1038 1039 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/client.rb', line 1036 def (params = {}, = {}) req = build_request(:list_tags_for_resource, params) req.send_request() end |
#start_patient_insights_job(params = {}) ⇒ Types::StartPatientInsightsJobResponse
Starts a new patient insights job.
1117 1118 1119 1120 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/client.rb', line 1117 def start_patient_insights_job(params = {}, = {}) req = build_request(:start_patient_insights_job, params) req.send_request() end |
#tag_resource(params = {}) ⇒ Struct
Associates the specified tags with the specified resource
1145 1146 1147 1148 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/client.rb', line 1145 def tag_resource(params = {}, = {}) req = build_request(:tag_resource, params) req.send_request() end |
#untag_resource(params = {}) ⇒ Struct
Removes the specified tags from the specified resource
1171 1172 1173 1174 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/client.rb', line 1171 def untag_resource(params = {}, = {}) req = build_request(:untag_resource, params) req.send_request() end |