AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Implementation for accessing SSMContacts
Systems Manager Incident Manager is an incident management console designed to help users mitigate and recover from incidents affecting their Amazon Web Services-hosted applications. An incident is any unplanned interruption or reduction in quality of services.Incident Manager increases incident resolution by notifying responders of impact, highlighting relevant troubleshooting data, and providing collaboration tools to get services back up and running. To achieve the primary goal of reducing the time-to-resolution of critical incidents, Incident Manager automates response plans and enables responder team escalation.
Namespace: Amazon.SSMContacts
Assembly: AWSSDK.SSMContacts.dll
Version: 3.x.y.z
public class AmazonSSMContactsClient : AmazonServiceClient IAmazonService, IAmazonSSMContacts, IDisposable
The AmazonSSMContactsClient type exposes the following members
Name | Description | |
---|---|---|
AmazonSSMContactsClient() |
Constructs AmazonSSMContactsClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
|
AmazonSSMContactsClient(RegionEndpoint) |
Constructs AmazonSSMContactsClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
|
AmazonSSMContactsClient(AmazonSSMContactsConfig) |
Constructs AmazonSSMContactsClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
|
AmazonSSMContactsClient(AWSCredentials) |
Constructs AmazonSSMContactsClient with AWS Credentials |
|
AmazonSSMContactsClient(AWSCredentials, RegionEndpoint) |
Constructs AmazonSSMContactsClient with AWS Credentials |
|
AmazonSSMContactsClient(AWSCredentials, AmazonSSMContactsConfig) |
Constructs AmazonSSMContactsClient with AWS Credentials and an AmazonSSMContactsClient Configuration object. |
|
AmazonSSMContactsClient(string, string) |
Constructs AmazonSSMContactsClient with AWS Access Key ID and AWS Secret Key |
|
AmazonSSMContactsClient(string, string, RegionEndpoint) |
Constructs AmazonSSMContactsClient with AWS Access Key ID and AWS Secret Key |
|
AmazonSSMContactsClient(string, string, AmazonSSMContactsConfig) |
Constructs AmazonSSMContactsClient with AWS Access Key ID, AWS Secret Key and an AmazonSSMContactsClient Configuration object. |
|
AmazonSSMContactsClient(string, string, string) |
Constructs AmazonSSMContactsClient with AWS Access Key ID and AWS Secret Key |
|
AmazonSSMContactsClient(string, string, string, RegionEndpoint) |
Constructs AmazonSSMContactsClient with AWS Access Key ID and AWS Secret Key |
|
AmazonSSMContactsClient(string, string, string, AmazonSSMContactsConfig) |
Constructs AmazonSSMContactsClient with AWS Access Key ID, AWS Secret Key and an AmazonSSMContactsClient Configuration object. |
Name | Type | Description | |
---|---|---|---|
Config | Amazon.Runtime.IClientConfig | Inherited from Amazon.Runtime.AmazonServiceClient. | |
Paginators | Amazon.SSMContacts.Model.ISSMContactsPaginatorFactory |
Paginators for the service |
Name | Description | |
---|---|---|
AcceptPage(AcceptPageRequest) |
Used to acknowledge an engagement to a contact channel during an incident. |
|
AcceptPageAsync(AcceptPageRequest, CancellationToken) |
Used to acknowledge an engagement to a contact channel during an incident. |
|
ActivateContactChannel(ActivateContactChannelRequest) |
Activates a contact's contact channel. Incident Manager can't engage a contact until the contact channel has been activated. |
|
ActivateContactChannelAsync(ActivateContactChannelRequest, CancellationToken) |
Activates a contact's contact channel. Incident Manager can't engage a contact until the contact channel has been activated. |
|
CreateContact(CreateContactRequest) |
Contacts are either the contacts that Incident Manager engages during an incident or the escalation plans that Incident Manager uses to engage contacts in phases during an incident. |
|
CreateContactAsync(CreateContactRequest, CancellationToken) |
Contacts are either the contacts that Incident Manager engages during an incident or the escalation plans that Incident Manager uses to engage contacts in phases during an incident. |
|
CreateContactChannel(CreateContactChannelRequest) |
A contact channel is the method that Incident Manager uses to engage your contact. |
|
CreateContactChannelAsync(CreateContactChannelRequest, CancellationToken) |
A contact channel is the method that Incident Manager uses to engage your contact. |
|
CreateRotation(CreateRotationRequest) |
Creates a rotation in an on-call schedule. |
|
CreateRotationAsync(CreateRotationRequest, CancellationToken) |
Creates a rotation in an on-call schedule. |
|
CreateRotationOverride(CreateRotationOverrideRequest) |
Creates an override for a rotation in an on-call schedule. |
|
CreateRotationOverrideAsync(CreateRotationOverrideRequest, CancellationToken) |
Creates an override for a rotation in an on-call schedule. |
|
DeactivateContactChannel(DeactivateContactChannelRequest) |
To no longer receive Incident Manager engagements to a contact channel, you can deactivate the channel. |
|
DeactivateContactChannelAsync(DeactivateContactChannelRequest, CancellationToken) |
To no longer receive Incident Manager engagements to a contact channel, you can deactivate the channel. |
|
DeleteContact(DeleteContactRequest) |
To remove a contact from Incident Manager, you can delete the contact. Deleting a contact removes them from all escalation plans and related response plans. Deleting an escalation plan removes it from all related response plans. You will have to recreate the contact and its contact channels before you can use it again. |
|
DeleteContactAsync(DeleteContactRequest, CancellationToken) |
To remove a contact from Incident Manager, you can delete the contact. Deleting a contact removes them from all escalation plans and related response plans. Deleting an escalation plan removes it from all related response plans. You will have to recreate the contact and its contact channels before you can use it again. |
|
DeleteContactChannel(DeleteContactChannelRequest) |
To no longer receive engagements on a contact channel, you can delete the channel from a contact. Deleting the contact channel removes it from the contact's engagement plan. If you delete the only contact channel for a contact, you won't be able to engage that contact during an incident. |
|
DeleteContactChannelAsync(DeleteContactChannelRequest, CancellationToken) |
To no longer receive engagements on a contact channel, you can delete the channel from a contact. Deleting the contact channel removes it from the contact's engagement plan. If you delete the only contact channel for a contact, you won't be able to engage that contact during an incident. |
|
DeleteRotation(DeleteRotationRequest) |
Deletes a rotation from the system. If a rotation belongs to more than one on-call schedule, this operation deletes it from all of them. |
|
DeleteRotationAsync(DeleteRotationRequest, CancellationToken) |
Deletes a rotation from the system. If a rotation belongs to more than one on-call schedule, this operation deletes it from all of them. |
|
DeleteRotationOverride(DeleteRotationOverrideRequest) |
Deletes an existing override for an on-call rotation. |
|
DeleteRotationOverrideAsync(DeleteRotationOverrideRequest, CancellationToken) |
Deletes an existing override for an on-call rotation. |
|
DescribeEngagement(DescribeEngagementRequest) |
Incident Manager uses engagements to engage contacts and escalation plans during an incident. Use this command to describe the engagement that occurred during an incident. |
|
DescribeEngagementAsync(DescribeEngagementRequest, CancellationToken) |
Incident Manager uses engagements to engage contacts and escalation plans during an incident. Use this command to describe the engagement that occurred during an incident. |
|
DescribePage(DescribePageRequest) |
Lists details of the engagement to a contact channel. |
|
DescribePageAsync(DescribePageRequest, CancellationToken) |
Lists details of the engagement to a contact channel. |
|
DetermineServiceOperationEndpoint(AmazonWebServiceRequest) |
Returns the endpoint that will be used for a particular request. |
|
Dispose() | Inherited from Amazon.Runtime.AmazonServiceClient. | |
GetContact(GetContactRequest) |
Retrieves information about the specified contact or escalation plan. |
|
GetContactAsync(GetContactRequest, CancellationToken) |
Retrieves information about the specified contact or escalation plan. |
|
GetContactChannel(GetContactChannelRequest) |
List details about a specific contact channel. |
|
GetContactChannelAsync(GetContactChannelRequest, CancellationToken) |
List details about a specific contact channel. |
|
GetContactPolicy(GetContactPolicyRequest) |
Retrieves the resource policies attached to the specified contact or escalation plan. |
|
GetContactPolicyAsync(GetContactPolicyRequest, CancellationToken) |
Retrieves the resource policies attached to the specified contact or escalation plan. |
|
GetRotation(GetRotationRequest) |
Retrieves information about an on-call rotation. |
|
GetRotationAsync(GetRotationRequest, CancellationToken) |
Retrieves information about an on-call rotation. |
|
GetRotationOverride(GetRotationOverrideRequest) |
Retrieves information about an override to an on-call rotation. |
|
GetRotationOverrideAsync(GetRotationOverrideRequest, CancellationToken) |
Retrieves information about an override to an on-call rotation. |
|
ListContactChannels(ListContactChannelsRequest) |
Lists all contact channels for the specified contact. |
|
ListContactChannelsAsync(ListContactChannelsRequest, CancellationToken) |
Lists all contact channels for the specified contact. |
|
ListContacts(ListContactsRequest) |
Lists all contacts and escalation plans in Incident Manager. |
|
ListContactsAsync(ListContactsRequest, CancellationToken) |
Lists all contacts and escalation plans in Incident Manager. |
|
ListEngagements(ListEngagementsRequest) |
Lists all engagements that have happened in an incident. |
|
ListEngagementsAsync(ListEngagementsRequest, CancellationToken) |
Lists all engagements that have happened in an incident. |
|
ListPageReceipts(ListPageReceiptsRequest) |
Lists all of the engagements to contact channels that have been acknowledged. |
|
ListPageReceiptsAsync(ListPageReceiptsRequest, CancellationToken) |
Lists all of the engagements to contact channels that have been acknowledged. |
|
ListPageResolutions(ListPageResolutionsRequest) |
Returns the resolution path of an engagement. For example, the escalation plan engaged in an incident might target an on-call schedule that includes several contacts in a rotation, but just one contact on-call when the incident starts. The resolution path indicates the hierarchy of escalation plan > on-call schedule > contact. |
|
ListPageResolutionsAsync(ListPageResolutionsRequest, CancellationToken) |
Returns the resolution path of an engagement. For example, the escalation plan engaged in an incident might target an on-call schedule that includes several contacts in a rotation, but just one contact on-call when the incident starts. The resolution path indicates the hierarchy of escalation plan > on-call schedule > contact. |
|
ListPagesByContact(ListPagesByContactRequest) |
Lists the engagements to a contact's contact channels. |
|
ListPagesByContactAsync(ListPagesByContactRequest, CancellationToken) |
Lists the engagements to a contact's contact channels. |
|
ListPagesByEngagement(ListPagesByEngagementRequest) |
Lists the engagements to contact channels that occurred by engaging a contact. |
|
ListPagesByEngagementAsync(ListPagesByEngagementRequest, CancellationToken) |
Lists the engagements to contact channels that occurred by engaging a contact. |
|
ListPreviewRotationShifts(ListPreviewRotationShiftsRequest) |
Returns a list of shifts based on rotation configuration parameters.
The Incident Manager primarily uses this operation to populate the Preview
calendar. It is not typically run by end users.
|
|
ListPreviewRotationShiftsAsync(ListPreviewRotationShiftsRequest, CancellationToken) |
Returns a list of shifts based on rotation configuration parameters.
The Incident Manager primarily uses this operation to populate the Preview
calendar. It is not typically run by end users.
|
|
ListRotationOverrides(ListRotationOverridesRequest) |
Retrieves a list of overrides currently specified for an on-call rotation. |
|
ListRotationOverridesAsync(ListRotationOverridesRequest, CancellationToken) |
Retrieves a list of overrides currently specified for an on-call rotation. |
|
ListRotations(ListRotationsRequest) |
Retrieves a list of on-call rotations. |
|
ListRotationsAsync(ListRotationsRequest, CancellationToken) |
Retrieves a list of on-call rotations. |
|
ListRotationShifts(ListRotationShiftsRequest) |
Returns a list of shifts generated by an existing rotation in the system. |
|
ListRotationShiftsAsync(ListRotationShiftsRequest, CancellationToken) |
Returns a list of shifts generated by an existing rotation in the system. |
|
ListTagsForResource(ListTagsForResourceRequest) |
Lists the tags of an escalation plan or contact. |
|
ListTagsForResourceAsync(ListTagsForResourceRequest, CancellationToken) |
Lists the tags of an escalation plan or contact. |
|
PutContactPolicy(PutContactPolicyRequest) |
Adds a resource policy to the specified contact or escalation plan. The resource policy is used to share the contact or escalation plan using Resource Access Manager (RAM). For more information about cross-account sharing, see Setting up cross-account functionality. |
|
PutContactPolicyAsync(PutContactPolicyRequest, CancellationToken) |
Adds a resource policy to the specified contact or escalation plan. The resource policy is used to share the contact or escalation plan using Resource Access Manager (RAM). For more information about cross-account sharing, see Setting up cross-account functionality. |
|
SendActivationCode(SendActivationCodeRequest) |
Sends an activation code to a contact channel. The contact can use this code to activate
the contact channel in the console or with the |
|
SendActivationCodeAsync(SendActivationCodeRequest, CancellationToken) |
Sends an activation code to a contact channel. The contact can use this code to activate
the contact channel in the console or with the |
|
StartEngagement(StartEngagementRequest) |
Starts an engagement to a contact or escalation plan. The engagement engages each contact specified in the incident. |
|
StartEngagementAsync(StartEngagementRequest, CancellationToken) |
Starts an engagement to a contact or escalation plan. The engagement engages each contact specified in the incident. |
|
StopEngagement(StopEngagementRequest) |
Stops an engagement before it finishes the final stage of the escalation plan or engagement plan. Further contacts aren't engaged. |
|
StopEngagementAsync(StopEngagementRequest, CancellationToken) |
Stops an engagement before it finishes the final stage of the escalation plan or engagement plan. Further contacts aren't engaged. |
|
TagResource(TagResourceRequest) |
Tags a contact or escalation plan. You can tag only contacts and escalation plans in the first region of your replication set. |
|
TagResourceAsync(TagResourceRequest, CancellationToken) |
Tags a contact or escalation plan. You can tag only contacts and escalation plans in the first region of your replication set. |
|
UntagResource(UntagResourceRequest) |
Removes tags from the specified resource. |
|
UntagResourceAsync(UntagResourceRequest, CancellationToken) |
Removes tags from the specified resource. |
|
UpdateContact(UpdateContactRequest) |
Updates the contact or escalation plan specified. |
|
UpdateContactAsync(UpdateContactRequest, CancellationToken) |
Updates the contact or escalation plan specified. |
|
UpdateContactChannel(UpdateContactChannelRequest) |
Updates a contact's contact channel. |
|
UpdateContactChannelAsync(UpdateContactChannelRequest, CancellationToken) |
Updates a contact's contact channel. |
|
UpdateRotation(UpdateRotationRequest) |
Updates the information specified for an on-call rotation. |
|
UpdateRotationAsync(UpdateRotationRequest, CancellationToken) |
Updates the information specified for an on-call rotation. |
Name | Description | |
---|---|---|
AfterResponseEvent | Inherited from Amazon.Runtime.AmazonServiceClient. | |
BeforeRequestEvent | Inherited from Amazon.Runtime.AmazonServiceClient. | |
ExceptionEvent | Inherited from Amazon.Runtime.AmazonServiceClient. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5