Awso_aiops_syncSourceval create_investigation_group :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_aiops.Values.CreateInvestigationGroupInput.t ->
(Awso_aiops.Values.CreateInvestigationGroupOutput.t,
Awso_aiops.Values.CreateInvestigationGroupOutput.error)
Result.tval delete_investigation_group :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_aiops.Values.DeleteInvestigationGroupRequest.t ->
(unit, unit) Result.tval delete_investigation_group_policy :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_aiops.Values.DeleteInvestigationGroupPolicyRequest.t ->
(Awso_aiops.Values.DeleteInvestigationGroupPolicyOutput.t,
Awso_aiops.Values.DeleteInvestigationGroupPolicyOutput.error)
Result.tval get_investigation_group :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_aiops.Values.GetInvestigationGroupRequest.t ->
(Awso_aiops.Values.GetInvestigationGroupResponse.t,
Awso_aiops.Values.GetInvestigationGroupResponse.error)
Result.tval get_investigation_group_policy :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_aiops.Values.GetInvestigationGroupPolicyRequest.t ->
(Awso_aiops.Values.GetInvestigationGroupPolicyResponse.t,
Awso_aiops.Values.GetInvestigationGroupPolicyResponse.error)
Result.tval list_investigation_groups :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_aiops.Values.ListInvestigationGroupsInput.t ->
(Awso_aiops.Values.ListInvestigationGroupsOutput.t,
Awso_aiops.Values.ListInvestigationGroupsOutput.error)
Result.tval list_tags_for_resource :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_aiops.Values.ListTagsForResourceRequest.t ->
(Awso_aiops.Values.ListTagsForResourceOutput.t,
Awso_aiops.Values.ListTagsForResourceOutput.error)
Result.tval put_investigation_group_policy :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_aiops.Values.PutInvestigationGroupPolicyRequest.t ->
(Awso_aiops.Values.PutInvestigationGroupPolicyResponse.t,
Awso_aiops.Values.PutInvestigationGroupPolicyResponse.error)
Result.tval tag_resource :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_aiops.Values.TagResourceRequest.t ->
(Awso_aiops.Values.TagResourceResponse.t,
Awso_aiops.Values.TagResourceResponse.error)
Result.tval untag_resource :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_aiops.Values.UntagResourceRequest.t ->
(Awso_aiops.Values.UntagResourceResponse.t,
Awso_aiops.Values.UntagResourceResponse.error)
Result.tval update_investigation_group :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_aiops.Values.UpdateInvestigationGroupRequest.t ->
(Awso_aiops.Values.UpdateInvestigationGroupOutput.t,
Awso_aiops.Values.UpdateInvestigationGroupOutput.error)
Result.tinclude module type of struct include Awso_aiops.Values endval structure_to_value_aux :
('a * 'b option) list ->
f:(('a * 'b) list -> 'c) ->
[> `Structure of 'c ]val structure_to_wrapped_value :
wrapper:'a ->
response:'a ->
('b * 'c option) list ->
[> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]This structure contains information about the cross-account configuration in the account.
This structure contains information about one investigation group in the account.
Use this structure to specify a customer managed KMS key to use to encrypt investigation data.
You don't have sufficient permissions to perform this action.
This operation couldn't be completed because of a conflict in resource states.
Access id denied for this operation, or this operation is not valid for the specified resource.
An internal server error occurred. You can try again later.
The specified resource doesn't exist.
The request was throttled because of quota limits. You can try again later.
This operation or its parameters aren't formatted correctly.
module ListInvestigationGroupsInputMaxResultsInteger =
Awso_aiops.Values.ListInvestigationGroupsInputMaxResultsIntegermodule IdentifierStringWithPatternAndLengthLimits =
Awso_aiops.Values.IdentifierStringWithPatternAndLengthLimitsThis request exceeds a service quota.
Updates the configuration of the specified investigation group.
Updates the configuration of the specified investigation group.
Removes one or more tags from the specified resource.
Removes one or more tags from the specified resource.
Assigns one or more tags (key-value pairs) to the specified resource. Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values. Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters. You can associate as many as 50 tags with a resource.
Assigns one or more tags (key-value pairs) to the specified resource. Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values. Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters. You can associate as many as 50 tags with a resource.
module PutInvestigationGroupPolicyResponse =
Awso_aiops.Values.PutInvestigationGroupPolicyResponseCreates an IAM resource policy and assigns it to the specified investigation group. If you create your investigation group with CreateInvestigationGroup and you want to enable CloudWatch alarms to create investigations and add events to investigations, you must use this operation to create a policy similar to this example. { "Version": "2008-10-17", "Statement": [ { "Effect": "Allow", "Principal": { "Service": "aiops.alarms.cloudwatch.amazonaws.com" }, "Action": [ "aiops:CreateInvestigation", "aiops:CreateInvestigationEvent" ], "Resource": "*", "Condition": { "StringEquals": { "aws:SourceAccount": "account-id" }, "ArnLike": { "aws:SourceArn": "arn:aws:cloudwatch:region:account-id:alarm:*" } } } ] }
module PutInvestigationGroupPolicyRequest =
Awso_aiops.Values.PutInvestigationGroupPolicyRequestCreates an IAM resource policy and assigns it to the specified investigation group. If you create your investigation group with CreateInvestigationGroup and you want to enable CloudWatch alarms to create investigations and add events to investigations, you must use this operation to create a policy similar to this example. { "Version": "2008-10-17", "Statement": [ { "Effect": "Allow", "Principal": { "Service": "aiops.alarms.cloudwatch.amazonaws.com" }, "Action": [ "aiops:CreateInvestigation", "aiops:CreateInvestigationEvent" ], "Resource": "*", "Condition": { "StringEquals": { "aws:SourceAccount": "account-id" }, "ArnLike": { "aws:SourceArn": "arn:aws:cloudwatch:region:account-id:alarm:*" } } } ] }
Displays the tags associated with a CloudWatch investigations resource. Currently, investigation groups support tagging.
Displays the tags associated with a CloudWatch investigations resource. Currently, investigation groups support tagging.
Returns the ARN and name of each investigation group in the account.
Returns the ARN and name of each investigation group in the account.
Returns the configuration information for the specified investigation group.
Returns the configuration information for the specified investigation group.
module GetInvestigationGroupPolicyResponse =
Awso_aiops.Values.GetInvestigationGroupPolicyResponseReturns the JSON of the IAM resource policy associated with the specified investigation group in a string. For example, {\"Version\":\"2012-10-17\",\"Statement\":[{\"Effect\":\"Allow\",\"Principal\":{\"Service\":\"aiops.alarms.cloudwatch.amazonaws.com\"},\"Action\":[\"aiops:CreateInvestigation\",\"aiops:CreateInvestigationEvent\"],\"Resource\":\"*\",\"Condition\":{\"StringEquals\":{\"aws:SourceAccount\":\"111122223333\"},\"ArnLike\":{\"aws:SourceArn\":\"arn:aws:cloudwatch:us-east-1:111122223333:alarm:*\"}}}]}.
module GetInvestigationGroupPolicyRequest =
Awso_aiops.Values.GetInvestigationGroupPolicyRequestReturns the JSON of the IAM resource policy associated with the specified investigation group in a string. For example, {\"Version\":\"2012-10-17\",\"Statement\":[{\"Effect\":\"Allow\",\"Principal\":{\"Service\":\"aiops.alarms.cloudwatch.amazonaws.com\"},\"Action\":[\"aiops:CreateInvestigation\",\"aiops:CreateInvestigationEvent\"],\"Resource\":\"*\",\"Condition\":{\"StringEquals\":{\"aws:SourceAccount\":\"111122223333\"},\"ArnLike\":{\"aws:SourceArn\":\"arn:aws:cloudwatch:us-east-1:111122223333:alarm:*\"}}}]}.
Deletes the specified investigation group from your account. You can currently have one investigation group per Region in your account. After you delete an investigation group, you can later create a new investigation group in the same Region.
module DeleteInvestigationGroupPolicyRequest =
Awso_aiops.Values.DeleteInvestigationGroupPolicyRequestRemoves the IAM resource policy from being associated with the investigation group that you specify.
module DeleteInvestigationGroupPolicyOutput =
Awso_aiops.Values.DeleteInvestigationGroupPolicyOutputRemoves the IAM resource policy from being associated with the investigation group that you specify.
Creates an investigation group in your account. Creating an investigation group is a one-time setup task for each Region in your account. It is a necessary task to be able to perform investigations. Settings in the investigation group help you centrally manage the common properties of your investigations, such as the following: Who can access the investigations Whether investigation data is encrypted with a customer managed Key Management Service key. How long investigations and their data are retained by default. Currently, you can have one investigation group in each Region in your account. Each investigation in a Region is a part of the investigation group in that Region To create an investigation group and set up CloudWatch investigations, you must be signed in to an IAM principal that has either the AIOpsConsoleAdminPolicy or the AdministratorAccess IAM policy attached, or to an account that has similar permissions. You can configure CloudWatch alarms to start investigations and add events to investigations. If you create your investigation group with CreateInvestigationGroup and you want to enable alarms to do this, you must use PutInvestigationGroupPolicy to create a resource policy that grants this permission to CloudWatch alarms. For more information about configuring CloudWatch alarms, see Using Amazon CloudWatch alarms
Creates an investigation group in your account. Creating an investigation group is a one-time setup task for each Region in your account. It is a necessary task to be able to perform investigations. Settings in the investigation group help you centrally manage the common properties of your investigations, such as the following: Who can access the investigations Whether investigation data is encrypted with a customer managed Key Management Service key. How long investigations and their data are retained by default. Currently, you can have one investigation group in each Region in your account. Each investigation in a Region is a part of the investigation group in that Region To create an investigation group and set up CloudWatch investigations, you must be signed in to an IAM principal that has either the AIOpsConsoleAdminPolicy or the AdministratorAccess IAM policy attached, or to an account that has similar permissions. You can configure CloudWatch alarms to start investigations and add events to investigations. If you create your investigation group with CreateInvestigationGroup and you want to enable alarms to do this, you must use PutInvestigationGroupPolicy to create a resource policy that grants this permission to CloudWatch alarms. For more information about configuring CloudWatch alarms, see Using Amazon CloudWatch alarms