Skip to content

Commit 85b7cce

Browse files
author
awstools
committed
feat(client-codestar-notifications): Remove incorrect endpoint tests
1 parent 3e0a4e8 commit 85b7cce

15 files changed

+74
-118
lines changed

clients/client-codestar-notifications/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
AWS SDK for JavaScript CodestarNotifications Client for Node.js, Browser and React Native.
88

9-
<p>This AWS CodeStar Notifications API Reference provides descriptions and usage examples of the
10-
operations and data types for the AWS CodeStar Notifications API. You can use the AWS CodeStar Notifications API
9+
<p>This CodeStar Notifications API Reference provides descriptions and usage examples of the
10+
operations and data types for the CodeStar Notifications API. You can use the CodeStar Notifications API
1111
to work with the following objects:</p>
1212
<p>Notification rules, by calling the following: </p>
1313
<ul>
@@ -82,7 +82,7 @@ notification rule in your account. </p>
8282
your account. </p>
8383
</li>
8484
</ul>
85-
<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>.
85+
<p> For information about how to use 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>.
8686
</p>
8787

8888
## Installing

clients/client-codestar-notifications/src/CodestarNotifications.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ export interface CodestarNotifications {
257257
}
258258

259259
/**
260-
* <p>This AWS CodeStar Notifications API Reference provides descriptions and usage examples of the
261-
* operations and data types for the AWS CodeStar Notifications API. You can use the AWS CodeStar Notifications API
260+
* <p>This CodeStar Notifications API Reference provides descriptions and usage examples of the
261+
* operations and data types for the CodeStar Notifications API. You can use the CodeStar Notifications API
262262
* to work with the following objects:</p>
263263
* <p>Notification rules, by calling the following: </p>
264264
* <ul>
@@ -333,7 +333,7 @@ export interface CodestarNotifications {
333333
* your account. </p>
334334
* </li>
335335
* </ul>
336-
* <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>.
336+
* <p> For information about how to use 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>.
337337
* </p>
338338
* @public
339339
*/

clients/client-codestar-notifications/src/CodestarNotificationsClient.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,8 @@ export type CodestarNotificationsClientResolvedConfigType = __SmithyResolvedConf
322322
export interface CodestarNotificationsClientResolvedConfig extends CodestarNotificationsClientResolvedConfigType {}
323323

324324
/**
325-
* <p>This AWS CodeStar Notifications API Reference provides descriptions and usage examples of the
326-
* operations and data types for the AWS CodeStar Notifications API. You can use the AWS CodeStar Notifications API
325+
* <p>This CodeStar Notifications API Reference provides descriptions and usage examples of the
326+
* operations and data types for the CodeStar Notifications API. You can use the CodeStar Notifications API
327327
* to work with the following objects:</p>
328328
* <p>Notification rules, by calling the following: </p>
329329
* <ul>
@@ -398,7 +398,7 @@ export interface CodestarNotificationsClientResolvedConfig extends CodestarNotif
398398
* your account. </p>
399399
* </li>
400400
* </ul>
401-
* <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>.
401+
* <p> For information about how to use 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>.
402402
* </p>
403403
* @public
404404
*/

clients/client-codestar-notifications/src/commands/CreateNotificationRuleCommand.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export interface CreateNotificationRuleCommandOutput extends CreateNotificationR
3737

3838
/**
3939
* <p>Creates a notification rule for a resource. The rule specifies the events you want
40-
* notifications about and the targets (such as Chatbot topics or Chatbot clients configured for Slack) where you want to receive
40+
* notifications about and the targets (such as Amazon Q Developer in chat applications topics or Amazon Q Developer in chat applications clients configured for Slack) where you want to receive
4141
* them.</p>
4242
* @example
4343
* Use a bare-bones client and the command you need to make an API call.
@@ -79,18 +79,18 @@ export interface CreateNotificationRuleCommandOutput extends CreateNotificationR
7979
* @see {@link CodestarNotificationsClientResolvedConfig | config} for CodestarNotificationsClient's `config` shape.
8080
*
8181
* @throws {@link AccessDeniedException} (client fault)
82-
* <p>AWS CodeStar Notifications can't create the notification rule because you do not have sufficient
82+
* <p>CodeStar Notifications can't create the notification rule because you do not have sufficient
8383
* permissions.</p>
8484
*
8585
* @throws {@link ConcurrentModificationException} (client fault)
86-
* <p>AWS CodeStar Notifications can't complete the request because the resource is being modified by
86+
* <p>CodeStar Notifications can't complete the request because the resource is being modified by
8787
* another process. Wait a few minutes and try again.</p>
8888
*
8989
* @throws {@link ConfigurationException} (client fault)
9090
* <p>Some or all of the configuration is incomplete, missing, or not valid.</p>
9191
*
9292
* @throws {@link LimitExceededException} (client fault)
93-
* <p>One of the AWS CodeStar Notifications limits has been exceeded. Limits apply to
93+
* <p>One of the CodeStar Notifications limits has been exceeded. Limits apply to
9494
* accounts, notification rules, notifications, resources, and targets. For more
9595
* information, see Limits.</p>
9696
*

clients/client-codestar-notifications/src/commands/DeleteNotificationRuleCommand.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ export interface DeleteNotificationRuleCommandOutput extends DeleteNotificationR
5757
* @see {@link CodestarNotificationsClientResolvedConfig | config} for CodestarNotificationsClient's `config` shape.
5858
*
5959
* @throws {@link ConcurrentModificationException} (client fault)
60-
* <p>AWS CodeStar Notifications can't complete the request because the resource is being modified by
60+
* <p>CodeStar Notifications can't complete the request because the resource is being modified by
6161
* another process. Wait a few minutes and try again.</p>
6262
*
6363
* @throws {@link LimitExceededException} (client fault)
64-
* <p>One of the AWS CodeStar Notifications limits has been exceeded. Limits apply to
64+
* <p>One of the CodeStar Notifications limits has been exceeded. Limits apply to
6565
* accounts, notification rules, notifications, resources, and targets. For more
6666
* information, see Limits.</p>
6767
*

clients/client-codestar-notifications/src/commands/DescribeNotificationRuleCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export interface DescribeNotificationRuleCommandOutput extends DescribeNotificat
8686
* @see {@link CodestarNotificationsClientResolvedConfig | config} for CodestarNotificationsClient's `config` shape.
8787
*
8888
* @throws {@link ResourceNotFoundException} (client fault)
89-
* <p>AWS CodeStar Notifications can't find a resource that matches the provided ARN. </p>
89+
* <p>CodeStar Notifications can't find a resource that matches the provided ARN. </p>
9090
*
9191
* @throws {@link ValidationException} (client fault)
9292
* <p>One or more parameter values are not valid.</p>

clients/client-codestar-notifications/src/commands/ListTagsForResourceCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
5959
* @see {@link CodestarNotificationsClientResolvedConfig | config} for CodestarNotificationsClient's `config` shape.
6060
*
6161
* @throws {@link ResourceNotFoundException} (client fault)
62-
* <p>AWS CodeStar Notifications can't find a resource that matches the provided ARN. </p>
62+
* <p>CodeStar Notifications can't find a resource that matches the provided ARN. </p>
6363
*
6464
* @throws {@link ValidationException} (client fault)
6565
* <p>One or more parameter values are not valid.</p>

clients/client-codestar-notifications/src/commands/SubscribeCommand.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export interface SubscribeCommandInput extends SubscribeRequest {}
3232
export interface SubscribeCommandOutput extends SubscribeResult, __MetadataBearer {}
3333

3434
/**
35-
* <p>Creates an association between a notification rule and an Chatbot topic or Chatbot client so that the
35+
* <p>Creates an association between a notification rule and an Amazon Q Developer in chat applications topic or Amazon Q Developer in chat applications client so that the
3636
* associated target can receive notifications when the events described in the rule are
3737
* triggered.</p>
3838
* @example
@@ -67,7 +67,7 @@ export interface SubscribeCommandOutput extends SubscribeResult, __MetadataBeare
6767
* <p>Some or all of the configuration is incomplete, missing, or not valid.</p>
6868
*
6969
* @throws {@link ResourceNotFoundException} (client fault)
70-
* <p>AWS CodeStar Notifications can't find a resource that matches the provided ARN. </p>
70+
* <p>CodeStar Notifications can't find a resource that matches the provided ARN. </p>
7171
*
7272
* @throws {@link ValidationException} (client fault)
7373
* <p>One or more parameter values are not valid.</p>

clients/client-codestar-notifications/src/commands/TagResourceCommand.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,16 @@ export interface TagResourceCommandOutput extends TagResourceResult, __MetadataB
6262
* @see {@link CodestarNotificationsClientResolvedConfig | config} for CodestarNotificationsClient's `config` shape.
6363
*
6464
* @throws {@link ConcurrentModificationException} (client fault)
65-
* <p>AWS CodeStar Notifications can't complete the request because the resource is being modified by
65+
* <p>CodeStar Notifications can't complete the request because the resource is being modified by
6666
* another process. Wait a few minutes and try again.</p>
6767
*
6868
* @throws {@link LimitExceededException} (client fault)
69-
* <p>One of the AWS CodeStar Notifications limits has been exceeded. Limits apply to
69+
* <p>One of the CodeStar Notifications limits has been exceeded. Limits apply to
7070
* accounts, notification rules, notifications, resources, and targets. For more
7171
* information, see Limits.</p>
7272
*
7373
* @throws {@link ResourceNotFoundException} (client fault)
74-
* <p>AWS CodeStar Notifications can't find a resource that matches the provided ARN. </p>
74+
* <p>CodeStar Notifications can't find a resource that matches the provided ARN. </p>
7575
*
7676
* @throws {@link ValidationException} (client fault)
7777
* <p>One or more parameter values are not valid.</p>

clients/client-codestar-notifications/src/commands/UnsubscribeCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export interface UnsubscribeCommandInput extends UnsubscribeRequest {}
3232
export interface UnsubscribeCommandOutput extends UnsubscribeResult, __MetadataBearer {}
3333

3434
/**
35-
* <p>Removes an association between a notification rule and an Chatbot topic so that
35+
* <p>Removes an association between a notification rule and an Amazon Q Developer in chat applications topic so that
3636
* subscribers to that topic stop receiving notifications when the events described in the
3737
* rule are triggered.</p>
3838
* @example

0 commit comments

Comments
 (0)