You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/src/Services/AIOps/Generated/Model/CreateInvestigationGroupRequest.cs
+19-20Lines changed: 19 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -61,21 +61,21 @@ namespace Amazon.AIOps.Model
61
61
///
62
62
/// <para>
63
63
/// To create an investigation group and set up CloudWatch investigations, you must be
64
-
/// signed in to an IAM principal that has the either the <c>AIOpsConsoleAdminPolicy</c>
65
-
/// or the <c>AdministratorAccess</c> IAM policy attached, or to an account that has similar
64
+
/// signed in to an IAM principal that has either the <c>AIOpsConsoleAdminPolicy</c> or
65
+
/// the <c>AdministratorAccess</c> IAM policy attached, or to an account that has similar
66
66
/// permissions.
67
67
/// </para>
68
68
/// <important>
69
69
/// <para>
70
70
/// You can configure CloudWatch alarms to start investigations and add events to investigations.
71
71
/// If you create your investigation group with <c>CreateInvestigationGroup</c> and you
72
-
/// want to enable alarms to do this, you must use <a href="https://docs.aws.amazon.com/operationalinvestigations/latest/AmazonQDeveloperOperationalInvestigationsAPIReference/API_PutInvestigationGroupPolicy.html">PutInvestigationGroupPolicy</a>
72
+
/// want to enable alarms to do this, you must use <c>PutInvestigationGroupPolicy</c>
73
73
/// to create a resource policy that grants this permission to CloudWatch alarms.
74
74
/// </para>
75
75
///
76
76
/// <para>
77
-
/// For more information about configuring CloudWatch alarms to work with CloudWatch investigations,
78
-
/// see
77
+
/// For more information about configuring CloudWatch alarms, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/AlarmThatSendsEmail.html">Using
78
+
/// Amazon CloudWatch alarms</a>
79
79
/// </para>
80
80
/// </important>
81
81
/// </summary>
@@ -94,11 +94,11 @@ public partial class CreateInvestigationGroupRequest : AmazonAIOpsRequest
94
94
/// <summary>
95
95
/// Gets and sets the property ChatbotNotificationChannel.
96
96
/// <para>
97
-
/// Use this structure to integrate CloudWatch investigations with Amazon Q in chat applications.
97
+
/// Use this structure to integrate CloudWatch investigations with chat applications.
98
98
/// This structure is a string array. For the first string, specify the ARN of an Amazon
99
-
/// SNS topic. For the array of strings, specify the ARNs of one or more Amazon Q in chat
100
-
/// applications configurations that you want to associate with that topic. For more information
101
-
/// about these configuration ARNs, see <a href="https://docs.aws.amazon.com/chatbot/latest/adminguide/getting-started.html">Getting
99
+
/// SNS topic. For the array of strings, specify the ARNs of one or more chat applications
100
+
/// configurations that you want to associate with that topic. For more information about
101
+
/// these configuration ARNs, see <a href="https://docs.aws.amazon.com/chatbot/latest/adminguide/getting-started.html">Getting
102
102
/// started with Amazon Q in chat applications</a> and <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awschatbot.html#awschatbot-resources-for-iam-policies">Resource
103
103
/// type defined by Amazon Web Services Chatbot</a>.
/// For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Investigations-Security.html#Investigations-Security-Data">How
241
-
/// to control what data Amazon Q has access to during investigations</a>.
240
+
/// to control what data CloudWatch investigations has access to during investigations</a>.
Copy file name to clipboardExpand all lines: sdk/src/Services/AIOps/Generated/Model/GetInvestigationGroupPolicyRequest.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,8 @@ namespace Amazon.AIOps.Model
31
31
{
32
32
/// <summary>
33
33
/// Container for the parameters to the GetInvestigationGroupPolicy operation.
34
-
/// Returns the IAM resource policy that is associated with the specified investigation
35
-
/// group.
34
+
/// Returns the JSON of the IAM resource policy associated with the specified investigation
35
+
/// group in a string. For example, <c>{\"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:*\"}}}]}</c>.
/// started with Amazon Q in chat applications</a> and <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_awschatbot.html#awschatbot-resources-for-iam-policies">Resource
77
77
/// type defined by Amazon Web Services Chatbot</a>.
Copy file name to clipboardExpand all lines: sdk/src/Services/AIOps/Generated/Model/Internal/MarshallTransformations/GetInvestigationGroupResponseUnmarshaller.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext cont
0 commit comments