View Source AWS.SecurityIR (aws-elixir v1.0.9)
This guide documents the action and response elements for use of the service.
Link to this section Summary
Functions
Provides information on whether the supplied account IDs are associated with a membership.
Cancels an existing membership.
Closes an existing case.
Creates a new case.
Adds a comment to an existing case.
Creates a new membership.
Returns the attributes of a case.
Returns a Pre-Signed URL for uploading attachments into a case.
Uploads an attachment to a case.
Returns the attributes of a membership.
Views the case history for edits made to a designated case.
Lists all cases the requester has access to.
Returns comments for a designated case.
Returns the memberships that the calling principal can access.
Returns currently configured tags on a resource.
Adds a tag(s) to a designated resource.
Removes a tag(s) from a designate resource.
Updates an existing case.
Updates an existing case comment.
Updates the state transitions for a designated cases.
Updates membership configuration.
Updates the resolver type for a case.
Link to this section Functions
batch_get_member_account_details(client, membership_id, input, options \\ [])
View SourceProvides information on whether the supplied account IDs are associated with a membership.
AWS account ID's may appear less than 12 characters and need to be
zero-prepended. An example would be 123123123
which is nine digits, and with
zero-prepend would be 000123123123
. Not zero-prepending to 12 digits could
result in errors.
Cancels an existing membership.
Closes an existing case.
Creates a new case.
Adds a comment to an existing case.
Creates a new membership.
Returns the attributes of a case.
get_case_attachment_download_url(client, attachment_id, case_id, options \\ [])
View SourceReturns a Pre-Signed URL for uploading attachments into a case.
get_case_attachment_upload_url(client, case_id, input, options \\ [])
View SourceUploads an attachment to a case.
Returns the attributes of a membership.
Views the case history for edits made to a designated case.
Lists all cases the requester has access to.
Returns comments for a designated case.
Returns the memberships that the calling principal can access.
Returns currently configured tags on a resource.
Adds a tag(s) to a designated resource.
Removes a tag(s) from a designate resource.
Updates an existing case.
update_case_comment(client, case_id, comment_id, input, options \\ [])
View SourceUpdates an existing case comment.
Updates the state transitions for a designated cases.
Self-managed: the following states are available for self-managed cases.
Submitted → Detection and Analysis
Detection and Analysis → Containment, Eradication, and Recovery
Detection and Analysis → Post-incident Activities
Containment, Eradication, and Recovery → Detection and Analysis
Containment, Eradication, and Recovery → Post-incident Activities
Post-incident Activities → Containment, Eradication, and Recovery
Post-incident Activities → Detection and Analysis
Any → Closed
AWS supported: You must use the CloseCase
API to close.
Updates membership configuration.
Updates the resolver type for a case.
This is a one-way action and cannot be reversed.