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: clients/client-codestar-notifications/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ notification rule. </p>
52
52
<ul>
53
53
<li>
54
54
<p>
55
-
<a>DeleteTarget</a>, which removes a notification rule target (SNS topic) from a
55
+
<a>DeleteTarget</a>, which removes a notification rule target from a
56
56
notification rule. </p>
57
57
</li>
58
58
<li>
@@ -89,7 +89,7 @@ your account. </p>
89
89
</li>
90
90
</ul>
91
91
92
-
<p> For information about how to use AWS CodeStar Notifications, see link in the CodeStarNotifications User Guide.
92
+
<p> For information about how to use AWS CodeStar Notifications, see the <ahref="https://docs.aws.amazon.com/dtconsole/latest/userguide/what-is-dtconsole.html">Amazon Web Services Developer Tools Console User Guide</a>.
Copy file name to clipboardExpand all lines: clients/client-codestar-notifications/src/CodestarNotifications.ts
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ import {
96
96
* <ul>
97
97
* <li>
98
98
* <p>
99
-
* <a>DeleteTarget</a>, which removes a notification rule target (SNS topic) from a
99
+
* <a>DeleteTarget</a>, which removes a notification rule target from a
100
100
* notification rule. </p>
101
101
* </li>
102
102
* <li>
@@ -135,13 +135,13 @@ import {
135
135
*
136
136
*
137
137
*
138
-
* <p> For information about how to use AWS CodeStar Notifications, see link in the CodeStarNotifications User Guide.
138
+
* <p> For information about how to use AWS CodeStar Notifications, see the <a href="https://docs.aws.amazon.com/dtconsole/latest/userguide/what-is-dtconsole.html">Amazon Web Services Developer Tools Console User Guide</a>.
* <p> For information about how to use AWS CodeStar Notifications, see link in the CodeStarNotifications User Guide.
355
+
* <p> For information about how to use AWS CodeStar Notifications, see the <a href="https://docs.aws.amazon.com/dtconsole/latest/userguide/what-is-dtconsole.html">Amazon Web Services Developer Tools Console User Guide</a>.
* <p>The Amazon Resource Name (ARN) of the resource to associate with the notification rule. Supported resources include pipelines in AWS CodePipeline,
111
-
* repositories in AWS CodeCommit, and build projects in AWS CodeBuild.</p>
117
+
* <p>The Amazon Resource Name (ARN) of the resource to associate with the notification rule. Supported resources include pipelines in CodePipeline,
118
+
* repositories in CodeCommit, and build projects in CodeBuild.</p>
112
119
*/
113
120
Resource: string|undefined;
114
121
115
122
/**
116
-
* <p>A list of Amazon Resource Names (ARNs) of SNS topics to associate with the
123
+
* <p>A list of Amazon Resource Names (ARNs) of Amazon Simple Notification Service topics and Chatbot clients to associate with the
117
124
* notification rule.</p>
118
125
*/
119
126
Targets: Target[]|undefined;
120
127
121
128
/**
122
-
* <p>The level of detail to include in the notifications for this resource. BASIC will include only the
123
-
* contents of the event as it would appear in AWS CloudWatch. FULL will include any supplemental information
129
+
* <p>The level of detail to include in the notifications for this resource. <code>BASIC</code> will include only the
130
+
* contents of the event as it would appear in Amazon CloudWatch. <code>FULL</code> will include any supplemental information
124
131
* provided by AWS CodeStar Notifications and/or the service for the resource for which the notification is created.</p>
0 commit comments