@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSSSMContactsClient extends AmazonWebServiceClient implements AWSSSMContacts
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.
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
AcceptPageResult |
acceptPage(AcceptPageRequest request)
Used to acknowledge an engagement to a contact channel during an incident.
|
ActivateContactChannelResult |
activateContactChannel(ActivateContactChannelRequest request)
Activates a contact's contact channel.
|
static AWSSSMContactsClientBuilder |
builder() |
CreateContactResult |
createContact(CreateContactRequest request)
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.
|
CreateContactChannelResult |
createContactChannel(CreateContactChannelRequest request)
A contact channel is the method that Incident Manager uses to engage your contact.
|
CreateRotationResult |
createRotation(CreateRotationRequest request)
Creates a rotation in an on-call schedule.
|
CreateRotationOverrideResult |
createRotationOverride(CreateRotationOverrideRequest request)
Creates an override for a rotation in an on-call schedule.
|
DeactivateContactChannelResult |
deactivateContactChannel(DeactivateContactChannelRequest request)
To no longer receive Incident Manager engagements to a contact channel, you can deactivate the channel.
|
DeleteContactResult |
deleteContact(DeleteContactRequest request)
To remove a contact from Incident Manager, you can delete the contact.
|
DeleteContactChannelResult |
deleteContactChannel(DeleteContactChannelRequest request)
To no longer receive engagements on a contact channel, you can delete the channel from a contact.
|
DeleteRotationResult |
deleteRotation(DeleteRotationRequest request)
Deletes a rotation from the system.
|
DeleteRotationOverrideResult |
deleteRotationOverride(DeleteRotationOverrideRequest request)
Deletes an existing override for an on-call rotation.
|
DescribeEngagementResult |
describeEngagement(DescribeEngagementRequest request)
Incident Manager uses engagements to engage contacts and escalation plans during an incident.
|
DescribePageResult |
describePage(DescribePageRequest request)
Lists details of the engagement to a contact channel.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful, request, typically used for debugging issues
where a service isn't acting as expected.
|
GetContactResult |
getContact(GetContactRequest request)
Retrieves information about the specified contact or escalation plan.
|
GetContactChannelResult |
getContactChannel(GetContactChannelRequest request)
List details about a specific contact channel.
|
GetContactPolicyResult |
getContactPolicy(GetContactPolicyRequest request)
Retrieves the resource policies attached to the specified contact or escalation plan.
|
GetRotationResult |
getRotation(GetRotationRequest request)
Retrieves information about an on-call rotation.
|
GetRotationOverrideResult |
getRotationOverride(GetRotationOverrideRequest request)
Retrieves information about an override to an on-call rotation.
|
ListContactChannelsResult |
listContactChannels(ListContactChannelsRequest request)
Lists all contact channels for the specified contact.
|
ListContactsResult |
listContacts(ListContactsRequest request)
Lists all contacts and escalation plans in Incident Manager.
|
ListEngagementsResult |
listEngagements(ListEngagementsRequest request)
Lists all engagements that have happened in an incident.
|
ListPageReceiptsResult |
listPageReceipts(ListPageReceiptsRequest request)
Lists all of the engagements to contact channels that have been acknowledged.
|
ListPageResolutionsResult |
listPageResolutions(ListPageResolutionsRequest request)
Returns the resolution path of an engagement.
|
ListPagesByContactResult |
listPagesByContact(ListPagesByContactRequest request)
Lists the engagements to a contact's contact channels.
|
ListPagesByEngagementResult |
listPagesByEngagement(ListPagesByEngagementRequest request)
Lists the engagements to contact channels that occurred by engaging a contact.
|
ListPreviewRotationShiftsResult |
listPreviewRotationShifts(ListPreviewRotationShiftsRequest request)
Returns a list of shifts based on rotation configuration parameters.
|
ListRotationOverridesResult |
listRotationOverrides(ListRotationOverridesRequest request)
Retrieves a list of overrides currently specified for an on-call rotation.
|
ListRotationsResult |
listRotations(ListRotationsRequest request)
Retrieves a list of on-call rotations.
|
ListRotationShiftsResult |
listRotationShifts(ListRotationShiftsRequest request)
Returns a list of shifts generated by an existing rotation in the system.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Lists the tags of an escalation plan or contact.
|
PutContactPolicyResult |
putContactPolicy(PutContactPolicyRequest request)
Adds a resource policy to the specified contact or escalation plan.
|
SendActivationCodeResult |
sendActivationCode(SendActivationCodeRequest request)
Sends an activation code to a contact channel.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held
open.
|
StartEngagementResult |
startEngagement(StartEngagementRequest request)
Starts an engagement to a contact or escalation plan.
|
StopEngagementResult |
stopEngagement(StopEngagementRequest request)
Stops an engagement before it finishes the final stage of the escalation plan or engagement plan.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Tags a contact or escalation plan.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Removes tags from the specified resource.
|
UpdateContactResult |
updateContact(UpdateContactRequest request)
Updates the contact or escalation plan specified.
|
UpdateContactChannelResult |
updateContactChannel(UpdateContactChannelRequest request)
Updates a contact's contact channel.
|
UpdateRotationResult |
updateRotation(UpdateRotationRequest request)
Updates the information specified for an on-call rotation.
|
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset
public static AWSSSMContactsClientBuilder builder()
public AcceptPageResult acceptPage(AcceptPageRequest request)
Used to acknowledge an engagement to a contact channel during an incident.
acceptPage
in interface AWSSSMContacts
acceptPageRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.InternalServerException
- Unexpected error occurred while processing the request.ResourceNotFoundException
- Request references a resource that doesn't exist.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.public ActivateContactChannelResult activateContactChannel(ActivateContactChannelRequest request)
Activates a contact's contact channel. Incident Manager can't engage a contact until the contact channel has been activated.
activateContactChannel
in interface AWSSSMContacts
activateContactChannelRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.InternalServerException
- Unexpected error occurred while processing the request.ResourceNotFoundException
- Request references a resource that doesn't exist.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.public CreateContactResult createContact(CreateContactRequest request)
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.
createContact
in interface AWSSSMContacts
createContactRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.ConflictException
- Updating or deleting a resource causes an inconsistent state.InternalServerException
- Unexpected error occurred while processing the request.ServiceQuotaExceededException
- Request would cause a service quota to be exceeded.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.DataEncryptionException
- The operation failed to due an encryption key error.public CreateContactChannelResult createContactChannel(CreateContactChannelRequest request)
A contact channel is the method that Incident Manager uses to engage your contact.
createContactChannel
in interface AWSSSMContacts
createContactChannelRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.ConflictException
- Updating or deleting a resource causes an inconsistent state.DataEncryptionException
- The operation failed to due an encryption key error.InternalServerException
- Unexpected error occurred while processing the request.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.public CreateRotationResult createRotation(CreateRotationRequest request)
Creates a rotation in an on-call schedule.
createRotation
in interface AWSSSMContacts
createRotationRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.InternalServerException
- Unexpected error occurred while processing the request.ResourceNotFoundException
- Request references a resource that doesn't exist.ServiceQuotaExceededException
- Request would cause a service quota to be exceeded.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.public CreateRotationOverrideResult createRotationOverride(CreateRotationOverrideRequest request)
Creates an override for a rotation in an on-call schedule.
createRotationOverride
in interface AWSSSMContacts
createRotationOverrideRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.InternalServerException
- Unexpected error occurred while processing the request.ResourceNotFoundException
- Request references a resource that doesn't exist.ServiceQuotaExceededException
- Request would cause a service quota to be exceeded.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.public DeactivateContactChannelResult deactivateContactChannel(DeactivateContactChannelRequest request)
To no longer receive Incident Manager engagements to a contact channel, you can deactivate the channel.
deactivateContactChannel
in interface AWSSSMContacts
deactivateContactChannelRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.InternalServerException
- Unexpected error occurred while processing the request.ResourceNotFoundException
- Request references a resource that doesn't exist.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.public DeleteContactResult deleteContact(DeleteContactRequest request)
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.
deleteContact
in interface AWSSSMContacts
deleteContactRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.InternalServerException
- Unexpected error occurred while processing the request.ResourceNotFoundException
- Request references a resource that doesn't exist.ThrottlingException
- The request was denied due to request throttling.ConflictException
- Updating or deleting a resource causes an inconsistent state.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.public DeleteContactChannelResult deleteContactChannel(DeleteContactChannelRequest request)
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.
deleteContactChannel
in interface AWSSSMContacts
deleteContactChannelRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.InternalServerException
- Unexpected error occurred while processing the request.ResourceNotFoundException
- Request references a resource that doesn't exist.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.public DeleteRotationResult deleteRotation(DeleteRotationRequest request)
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.
deleteRotation
in interface AWSSSMContacts
deleteRotationRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.ConflictException
- Updating or deleting a resource causes an inconsistent state.InternalServerException
- Unexpected error occurred while processing the request.ResourceNotFoundException
- Request references a resource that doesn't exist.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.public DeleteRotationOverrideResult deleteRotationOverride(DeleteRotationOverrideRequest request)
Deletes an existing override for an on-call rotation.
deleteRotationOverride
in interface AWSSSMContacts
deleteRotationOverrideRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.InternalServerException
- Unexpected error occurred while processing the request.ResourceNotFoundException
- Request references a resource that doesn't exist.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.public DescribeEngagementResult describeEngagement(DescribeEngagementRequest request)
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.
describeEngagement
in interface AWSSSMContacts
describeEngagementRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.DataEncryptionException
- The operation failed to due an encryption key error.InternalServerException
- Unexpected error occurred while processing the request.ResourceNotFoundException
- Request references a resource that doesn't exist.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.public DescribePageResult describePage(DescribePageRequest request)
Lists details of the engagement to a contact channel.
describePage
in interface AWSSSMContacts
describePageRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.DataEncryptionException
- The operation failed to due an encryption key error.InternalServerException
- Unexpected error occurred while processing the request.ResourceNotFoundException
- Request references a resource that doesn't exist.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.public GetContactResult getContact(GetContactRequest request)
Retrieves information about the specified contact or escalation plan.
getContact
in interface AWSSSMContacts
getContactRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.InternalServerException
- Unexpected error occurred while processing the request.ResourceNotFoundException
- Request references a resource that doesn't exist.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.DataEncryptionException
- The operation failed to due an encryption key error.public GetContactChannelResult getContactChannel(GetContactChannelRequest request)
List details about a specific contact channel.
getContactChannel
in interface AWSSSMContacts
getContactChannelRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.DataEncryptionException
- The operation failed to due an encryption key error.InternalServerException
- Unexpected error occurred while processing the request.ResourceNotFoundException
- Request references a resource that doesn't exist.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.public GetContactPolicyResult getContactPolicy(GetContactPolicyRequest request)
Retrieves the resource policies attached to the specified contact or escalation plan.
getContactPolicy
in interface AWSSSMContacts
getContactPolicyRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.InternalServerException
- Unexpected error occurred while processing the request.ResourceNotFoundException
- Request references a resource that doesn't exist.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.public GetRotationResult getRotation(GetRotationRequest request)
Retrieves information about an on-call rotation.
getRotation
in interface AWSSSMContacts
getRotationRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.InternalServerException
- Unexpected error occurred while processing the request.ResourceNotFoundException
- Request references a resource that doesn't exist.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.public GetRotationOverrideResult getRotationOverride(GetRotationOverrideRequest request)
Retrieves information about an override to an on-call rotation.
getRotationOverride
in interface AWSSSMContacts
getRotationOverrideRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.InternalServerException
- Unexpected error occurred while processing the request.ResourceNotFoundException
- Request references a resource that doesn't exist.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.public ListContactChannelsResult listContactChannels(ListContactChannelsRequest request)
Lists all contact channels for the specified contact.
listContactChannels
in interface AWSSSMContacts
listContactChannelsRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.DataEncryptionException
- The operation failed to due an encryption key error.InternalServerException
- Unexpected error occurred while processing the request.ResourceNotFoundException
- Request references a resource that doesn't exist.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.public ListContactsResult listContacts(ListContactsRequest request)
Lists all contacts and escalation plans in Incident Manager.
listContacts
in interface AWSSSMContacts
listContactsRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.InternalServerException
- Unexpected error occurred while processing the request.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.public ListEngagementsResult listEngagements(ListEngagementsRequest request)
Lists all engagements that have happened in an incident.
listEngagements
in interface AWSSSMContacts
listEngagementsRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.InternalServerException
- Unexpected error occurred while processing the request.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.public ListPageReceiptsResult listPageReceipts(ListPageReceiptsRequest request)
Lists all of the engagements to contact channels that have been acknowledged.
listPageReceipts
in interface AWSSSMContacts
listPageReceiptsRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.InternalServerException
- Unexpected error occurred while processing the request.ResourceNotFoundException
- Request references a resource that doesn't exist.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.public ListPageResolutionsResult listPageResolutions(ListPageResolutionsRequest request)
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.
listPageResolutions
in interface AWSSSMContacts
listPageResolutionsRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.InternalServerException
- Unexpected error occurred while processing the request.ResourceNotFoundException
- Request references a resource that doesn't exist.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.public ListPagesByContactResult listPagesByContact(ListPagesByContactRequest request)
Lists the engagements to a contact's contact channels.
listPagesByContact
in interface AWSSSMContacts
listPagesByContactRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.InternalServerException
- Unexpected error occurred while processing the request.ResourceNotFoundException
- Request references a resource that doesn't exist.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.public ListPagesByEngagementResult listPagesByEngagement(ListPagesByEngagementRequest request)
Lists the engagements to contact channels that occurred by engaging a contact.
listPagesByEngagement
in interface AWSSSMContacts
listPagesByEngagementRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.InternalServerException
- Unexpected error occurred while processing the request.ResourceNotFoundException
- Request references a resource that doesn't exist.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.public ListPreviewRotationShiftsResult listPreviewRotationShifts(ListPreviewRotationShiftsRequest request)
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.
listPreviewRotationShifts
in interface AWSSSMContacts
listPreviewRotationShiftsRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.InternalServerException
- Unexpected error occurred while processing the request.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.public ListRotationOverridesResult listRotationOverrides(ListRotationOverridesRequest request)
Retrieves a list of overrides currently specified for an on-call rotation.
listRotationOverrides
in interface AWSSSMContacts
listRotationOverridesRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.InternalServerException
- Unexpected error occurred while processing the request.ResourceNotFoundException
- Request references a resource that doesn't exist.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.public ListRotationShiftsResult listRotationShifts(ListRotationShiftsRequest request)
Returns a list of shifts generated by an existing rotation in the system.
listRotationShifts
in interface AWSSSMContacts
listRotationShiftsRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.ConflictException
- Updating or deleting a resource causes an inconsistent state.InternalServerException
- Unexpected error occurred while processing the request.ResourceNotFoundException
- Request references a resource that doesn't exist.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.public ListRotationsResult listRotations(ListRotationsRequest request)
Retrieves a list of on-call rotations.
listRotations
in interface AWSSSMContacts
listRotationsRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.InternalServerException
- Unexpected error occurred while processing the request.ResourceNotFoundException
- Request references a resource that doesn't exist.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
Lists the tags of an escalation plan or contact.
listTagsForResource
in interface AWSSSMContacts
listTagsForResourceRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.ThrottlingException
- The request was denied due to request throttling.ResourceNotFoundException
- Request references a resource that doesn't exist.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.InternalServerException
- Unexpected error occurred while processing the request.public PutContactPolicyResult putContactPolicy(PutContactPolicyRequest request)
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.
putContactPolicy
in interface AWSSSMContacts
putContactPolicyRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.ConflictException
- Updating or deleting a resource causes an inconsistent state.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.ResourceNotFoundException
- Request references a resource that doesn't exist.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- Unexpected error occurred while processing the request.public SendActivationCodeResult sendActivationCode(SendActivationCodeRequest request)
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 ActivateChannel
operation. Incident Manager can't engage a contact channel
until it has been activated.
sendActivationCode
in interface AWSSSMContacts
sendActivationCodeRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.DataEncryptionException
- The operation failed to due an encryption key error.InternalServerException
- Unexpected error occurred while processing the request.ResourceNotFoundException
- Request references a resource that doesn't exist.ServiceQuotaExceededException
- Request would cause a service quota to be exceeded.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.public StartEngagementResult startEngagement(StartEngagementRequest request)
Starts an engagement to a contact or escalation plan. The engagement engages each contact specified in the incident.
startEngagement
in interface AWSSSMContacts
startEngagementRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.DataEncryptionException
- The operation failed to due an encryption key error.InternalServerException
- Unexpected error occurred while processing the request.ResourceNotFoundException
- Request references a resource that doesn't exist.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.public StopEngagementResult stopEngagement(StopEngagementRequest request)
Stops an engagement before it finishes the final stage of the escalation plan or engagement plan. Further contacts aren't engaged.
stopEngagement
in interface AWSSSMContacts
stopEngagementRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.ResourceNotFoundException
- Request references a resource that doesn't exist.ThrottlingException
- The request was denied due to request throttling.InternalServerException
- Unexpected error occurred while processing the request.public TagResourceResult tagResource(TagResourceRequest request)
Tags a contact or escalation plan. You can tag only contacts and escalation plans in the first region of your replication set.
tagResource
in interface AWSSSMContacts
tagResourceRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.ThrottlingException
- The request was denied due to request throttling.ResourceNotFoundException
- Request references a resource that doesn't exist.InternalServerException
- Unexpected error occurred while processing the request.ServiceQuotaExceededException
- Request would cause a service quota to be exceeded.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.public UntagResourceResult untagResource(UntagResourceRequest request)
Removes tags from the specified resource.
untagResource
in interface AWSSSMContacts
untagResourceRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.ThrottlingException
- The request was denied due to request throttling.ResourceNotFoundException
- Request references a resource that doesn't exist.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.InternalServerException
- Unexpected error occurred while processing the request.public UpdateContactResult updateContact(UpdateContactRequest request)
Updates the contact or escalation plan specified.
updateContact
in interface AWSSSMContacts
updateContactRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.InternalServerException
- Unexpected error occurred while processing the request.ResourceNotFoundException
- Request references a resource that doesn't exist.ServiceQuotaExceededException
- Request would cause a service quota to be exceeded.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.DataEncryptionException
- The operation failed to due an encryption key error.public UpdateContactChannelResult updateContactChannel(UpdateContactChannelRequest request)
Updates a contact's contact channel.
updateContactChannel
in interface AWSSSMContacts
updateContactChannelRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.ConflictException
- Updating or deleting a resource causes an inconsistent state.DataEncryptionException
- The operation failed to due an encryption key error.InternalServerException
- Unexpected error occurred while processing the request.ResourceNotFoundException
- Request references a resource that doesn't exist.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.public UpdateRotationResult updateRotation(UpdateRotationRequest request)
Updates the information specified for an on-call rotation.
updateRotation
in interface AWSSSMContacts
updateRotationRequest
- AccessDeniedException
- You don't have sufficient access to perform this operation.ConflictException
- Updating or deleting a resource causes an inconsistent state.InternalServerException
- Unexpected error occurred while processing the request.ResourceNotFoundException
- Request references a resource that doesn't exist.ThrottlingException
- The request was denied due to request throttling.ValidationException
- The input fails to satisfy the constraints specified by an Amazon Web Services service.public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing the request.
getCachedResponseMetadata
in interface AWSSSMContacts
request
- The originally executed requestpublic void shutdown()
AmazonWebServiceClient
shutdown
in interface AWSSSMContacts
shutdown
in class AmazonWebServiceClient