Module Awso_aiops_eioSource

Sourceval delete_investigation_group : ?endpoint_url:string -> ?cfg:Awso_eio.Cfg.t -> Awso_aiops.Values.DeleteInvestigationGroupRequest.t -> (unit, unit) Result.t
include module type of struct include Awso_aiops.Values end
Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]
Sourcemodule ChatConfigurationArn = Awso_aiops.Values.ChatConfigurationArn
Sourcemodule InvestigationGroupArn = Awso_aiops.Values.InvestigationGroupArn
Sourcemodule StringWithPatternAndLengthLimits = Awso_aiops.Values.StringWithPatternAndLengthLimits
Sourcemodule ChatConfigurationArns = Awso_aiops.Values.ChatConfigurationArns
Sourcemodule CrossAccountConfiguration = Awso_aiops.Values.CrossAccountConfiguration

This structure contains information about the cross-account configuration in the account.

Sourcemodule EncryptionConfigurationType = Awso_aiops.Values.EncryptionConfigurationType
Sourcemodule ListInvestigationGroupsModel = Awso_aiops.Values.ListInvestigationGroupsModel

This structure contains information about one investigation group in the account.

Sourcemodule ChatbotNotificationChannel = Awso_aiops.Values.ChatbotNotificationChannel
Sourcemodule CrossAccountConfigurations = Awso_aiops.Values.CrossAccountConfigurations
Sourcemodule EncryptionConfiguration = Awso_aiops.Values.EncryptionConfiguration

Use this structure to specify a customer managed KMS key to use to encrypt investigation data.

Sourcemodule InvestigationGroupIdentifier = Awso_aiops.Values.InvestigationGroupIdentifier
Sourcemodule AccessDeniedException = Awso_aiops.Values.AccessDeniedException

You don't have sufficient permissions to perform this action.

This operation couldn't be completed because of a conflict in resource states.

Sourcemodule ForbiddenException = Awso_aiops.Values.ForbiddenException

Access id denied for this operation, or this operation is not valid for the specified resource.

Sourcemodule InternalServerException = Awso_aiops.Values.InternalServerException

An internal server error occurred. You can try again later.

Sourcemodule ResourceNotFoundException = Awso_aiops.Values.ResourceNotFoundException

The specified resource doesn't exist.

Sourcemodule ThrottlingException = Awso_aiops.Values.ThrottlingException

The request was throttled because of quota limits. You can try again later.

Sourcemodule ValidationException = Awso_aiops.Values.ValidationException

This operation or its parameters aren't formatted correctly.

Sourcemodule InvestigationGroupPolicyDocument = Awso_aiops.Values.InvestigationGroupPolicyDocument
Sourcemodule InvestigationGroups = Awso_aiops.Values.InvestigationGroups
Sourcemodule SensitiveStringWithLengthLimits = Awso_aiops.Values.SensitiveStringWithLengthLimits
Sourcemodule ListInvestigationGroupsInputMaxResultsInteger = Awso_aiops.Values.ListInvestigationGroupsInputMaxResultsInteger
Sourcemodule IdentifierStringWithPatternAndLengthLimits = Awso_aiops.Values.IdentifierStringWithPatternAndLengthLimits
Sourcemodule ServiceQuotaExceededException = Awso_aiops.Values.ServiceQuotaExceededException

This request exceeds a service quota.

Sourcemodule UpdateInvestigationGroupRequest = Awso_aiops.Values.UpdateInvestigationGroupRequest

Updates the configuration of the specified investigation group.

Sourcemodule UpdateInvestigationGroupOutput = Awso_aiops.Values.UpdateInvestigationGroupOutput

Updates the configuration of the specified investigation group.

Sourcemodule UntagResourceResponse = Awso_aiops.Values.UntagResourceResponse

Removes one or more tags from the specified resource.

Sourcemodule UntagResourceRequest = Awso_aiops.Values.UntagResourceRequest

Removes one or more tags from the specified resource.

Sourcemodule TagResourceResponse = Awso_aiops.Values.TagResourceResponse

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.

Sourcemodule TagResourceRequest = Awso_aiops.Values.TagResourceRequest

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.

Sourcemodule PutInvestigationGroupPolicyResponse = Awso_aiops.Values.PutInvestigationGroupPolicyResponse

Creates 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:*" } } } ] }

Sourcemodule PutInvestigationGroupPolicyRequest = Awso_aiops.Values.PutInvestigationGroupPolicyRequest

Creates 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:*" } } } ] }

Sourcemodule ListTagsForResourceRequest = Awso_aiops.Values.ListTagsForResourceRequest

Displays the tags associated with a CloudWatch investigations resource. Currently, investigation groups support tagging.

Sourcemodule ListTagsForResourceOutput = Awso_aiops.Values.ListTagsForResourceOutput

Displays the tags associated with a CloudWatch investigations resource. Currently, investigation groups support tagging.

Sourcemodule ListInvestigationGroupsOutput = Awso_aiops.Values.ListInvestigationGroupsOutput

Returns the ARN and name of each investigation group in the account.

Sourcemodule ListInvestigationGroupsInput = Awso_aiops.Values.ListInvestigationGroupsInput

Returns the ARN and name of each investigation group in the account.

Sourcemodule GetInvestigationGroupResponse = Awso_aiops.Values.GetInvestigationGroupResponse

Returns the configuration information for the specified investigation group.

Sourcemodule GetInvestigationGroupRequest = Awso_aiops.Values.GetInvestigationGroupRequest

Returns the configuration information for the specified investigation group.

Sourcemodule GetInvestigationGroupPolicyResponse = Awso_aiops.Values.GetInvestigationGroupPolicyResponse

Returns 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:*\"}}}]}.

Sourcemodule GetInvestigationGroupPolicyRequest = Awso_aiops.Values.GetInvestigationGroupPolicyRequest

Returns 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:*\"}}}]}.

Sourcemodule DeleteInvestigationGroupRequest = Awso_aiops.Values.DeleteInvestigationGroupRequest

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.

Sourcemodule DeleteInvestigationGroupPolicyRequest = Awso_aiops.Values.DeleteInvestigationGroupPolicyRequest

Removes the IAM resource policy from being associated with the investigation group that you specify.

Sourcemodule DeleteInvestigationGroupPolicyOutput = Awso_aiops.Values.DeleteInvestigationGroupPolicyOutput

Removes the IAM resource policy from being associated with the investigation group that you specify.

Sourcemodule CreateInvestigationGroupOutput = Awso_aiops.Values.CreateInvestigationGroupOutput

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

Sourcemodule CreateInvestigationGroupInput = Awso_aiops.Values.CreateInvestigationGroupInput

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