@aws-sdk/client-codestar-notifications 3.872.0 → 3.875.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist-types/CodestarNotifications.d.ts +3 -3
- package/dist-types/CodestarNotificationsClient.d.ts +3 -3
- package/dist-types/commands/CreateNotificationRuleCommand.d.ts +4 -4
- package/dist-types/commands/DeleteNotificationRuleCommand.d.ts +2 -2
- package/dist-types/commands/DescribeNotificationRuleCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/SubscribeCommand.d.ts +2 -2
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UnsubscribeCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateNotificationRuleCommand.d.ts +1 -1
- package/dist-types/index.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +22 -22
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
|
|
7
7
|
AWS SDK for JavaScript CodestarNotifications Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
|
-
<p>This
|
|
10
|
-
operations and data types for the
|
|
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
|
|
11
11
|
to work with the following objects:</p>
|
|
12
12
|
<p>Notification rules, by calling the following: </p>
|
|
13
13
|
<ul>
|
|
@@ -82,7 +82,7 @@ notification rule in your account. </p>
|
|
|
82
82
|
your account. </p>
|
|
83
83
|
</li>
|
|
84
84
|
</ul>
|
|
85
|
-
<p> For information about how to use
|
|
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>.
|
|
86
86
|
</p>
|
|
87
87
|
|
|
88
88
|
## Installing
|
|
@@ -97,8 +97,8 @@ export interface CodestarNotifications {
|
|
|
97
97
|
updateNotificationRule(args: UpdateNotificationRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateNotificationRuleCommandOutput) => void): void;
|
|
98
98
|
}
|
|
99
99
|
/**
|
|
100
|
-
* <p>This
|
|
101
|
-
* operations and data types for the
|
|
100
|
+
* <p>This CodeStar Notifications API Reference provides descriptions and usage examples of the
|
|
101
|
+
* operations and data types for the CodeStar Notifications API. You can use the CodeStar Notifications API
|
|
102
102
|
* to work with the following objects:</p>
|
|
103
103
|
* <p>Notification rules, by calling the following: </p>
|
|
104
104
|
* <ul>
|
|
@@ -173,7 +173,7 @@ export interface CodestarNotifications {
|
|
|
173
173
|
* your account. </p>
|
|
174
174
|
* </li>
|
|
175
175
|
* </ul>
|
|
176
|
-
* <p> For information about how to use
|
|
176
|
+
* <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>.
|
|
177
177
|
* </p>
|
|
178
178
|
* @public
|
|
179
179
|
*/
|
|
@@ -182,8 +182,8 @@ export type CodestarNotificationsClientResolvedConfigType = __SmithyResolvedConf
|
|
|
182
182
|
export interface CodestarNotificationsClientResolvedConfig extends CodestarNotificationsClientResolvedConfigType {
|
|
183
183
|
}
|
|
184
184
|
/**
|
|
185
|
-
* <p>This
|
|
186
|
-
* operations and data types for the
|
|
185
|
+
* <p>This CodeStar Notifications API Reference provides descriptions and usage examples of the
|
|
186
|
+
* operations and data types for the CodeStar Notifications API. You can use the CodeStar Notifications API
|
|
187
187
|
* to work with the following objects:</p>
|
|
188
188
|
* <p>Notification rules, by calling the following: </p>
|
|
189
189
|
* <ul>
|
|
@@ -258,7 +258,7 @@ export interface CodestarNotificationsClientResolvedConfig extends CodestarNotif
|
|
|
258
258
|
* your account. </p>
|
|
259
259
|
* </li>
|
|
260
260
|
* </ul>
|
|
261
|
-
* <p> For information about how to use
|
|
261
|
+
* <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>.
|
|
262
262
|
* </p>
|
|
263
263
|
* @public
|
|
264
264
|
*/
|
|
@@ -28,7 +28,7 @@ declare const CreateNotificationRuleCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Creates a notification rule for a resource. The rule specifies the events you want
|
|
31
|
-
* notifications about and the targets (such as
|
|
31
|
+
* 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
|
|
32
32
|
* them.</p>
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -70,18 +70,18 @@ declare const CreateNotificationRuleCommand_base: {
|
|
|
70
70
|
* @see {@link CodestarNotificationsClientResolvedConfig | config} for CodestarNotificationsClient's `config` shape.
|
|
71
71
|
*
|
|
72
72
|
* @throws {@link AccessDeniedException} (client fault)
|
|
73
|
-
* <p>
|
|
73
|
+
* <p>CodeStar Notifications can't create the notification rule because you do not have sufficient
|
|
74
74
|
* permissions.</p>
|
|
75
75
|
*
|
|
76
76
|
* @throws {@link ConcurrentModificationException} (client fault)
|
|
77
|
-
* <p>
|
|
77
|
+
* <p>CodeStar Notifications can't complete the request because the resource is being modified by
|
|
78
78
|
* another process. Wait a few minutes and try again.</p>
|
|
79
79
|
*
|
|
80
80
|
* @throws {@link ConfigurationException} (client fault)
|
|
81
81
|
* <p>Some or all of the configuration is incomplete, missing, or not valid.</p>
|
|
82
82
|
*
|
|
83
83
|
* @throws {@link LimitExceededException} (client fault)
|
|
84
|
-
* <p>One of the
|
|
84
|
+
* <p>One of the CodeStar Notifications limits has been exceeded. Limits apply to
|
|
85
85
|
* accounts, notification rules, notifications, resources, and targets. For more
|
|
86
86
|
* information, see Limits.</p>
|
|
87
87
|
*
|
|
@@ -52,11 +52,11 @@ declare const DeleteNotificationRuleCommand_base: {
|
|
|
52
52
|
* @see {@link CodestarNotificationsClientResolvedConfig | config} for CodestarNotificationsClient's `config` shape.
|
|
53
53
|
*
|
|
54
54
|
* @throws {@link ConcurrentModificationException} (client fault)
|
|
55
|
-
* <p>
|
|
55
|
+
* <p>CodeStar Notifications can't complete the request because the resource is being modified by
|
|
56
56
|
* another process. Wait a few minutes and try again.</p>
|
|
57
57
|
*
|
|
58
58
|
* @throws {@link LimitExceededException} (client fault)
|
|
59
|
-
* <p>One of the
|
|
59
|
+
* <p>One of the CodeStar Notifications limits has been exceeded. Limits apply to
|
|
60
60
|
* accounts, notification rules, notifications, resources, and targets. For more
|
|
61
61
|
* information, see Limits.</p>
|
|
62
62
|
*
|
|
@@ -77,7 +77,7 @@ declare const DescribeNotificationRuleCommand_base: {
|
|
|
77
77
|
* @see {@link CodestarNotificationsClientResolvedConfig | config} for CodestarNotificationsClient's `config` shape.
|
|
78
78
|
*
|
|
79
79
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
80
|
-
* <p>
|
|
80
|
+
* <p>CodeStar Notifications can't find a resource that matches the provided ARN. </p>
|
|
81
81
|
*
|
|
82
82
|
* @throws {@link ValidationException} (client fault)
|
|
83
83
|
* <p>One or more parameter values are not valid.</p>
|
|
@@ -54,7 +54,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
54
54
|
* @see {@link CodestarNotificationsClientResolvedConfig | config} for CodestarNotificationsClient's `config` shape.
|
|
55
55
|
*
|
|
56
56
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
57
|
-
* <p>
|
|
57
|
+
* <p>CodeStar Notifications can't find a resource that matches the provided ARN. </p>
|
|
58
58
|
*
|
|
59
59
|
* @throws {@link ValidationException} (client fault)
|
|
60
60
|
* <p>One or more parameter values are not valid.</p>
|
|
@@ -27,7 +27,7 @@ declare const SubscribeCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates an association between a notification rule and an
|
|
30
|
+
* <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
|
|
31
31
|
* associated target can receive notifications when the events described in the rule are
|
|
32
32
|
* triggered.</p>
|
|
33
33
|
* @example
|
|
@@ -62,7 +62,7 @@ declare const SubscribeCommand_base: {
|
|
|
62
62
|
* <p>Some or all of the configuration is incomplete, missing, or not valid.</p>
|
|
63
63
|
*
|
|
64
64
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
65
|
-
* <p>
|
|
65
|
+
* <p>CodeStar Notifications can't find a resource that matches the provided ARN. </p>
|
|
66
66
|
*
|
|
67
67
|
* @throws {@link ValidationException} (client fault)
|
|
68
68
|
* <p>One or more parameter values are not valid.</p>
|
|
@@ -57,16 +57,16 @@ declare const TagResourceCommand_base: {
|
|
|
57
57
|
* @see {@link CodestarNotificationsClientResolvedConfig | config} for CodestarNotificationsClient's `config` shape.
|
|
58
58
|
*
|
|
59
59
|
* @throws {@link ConcurrentModificationException} (client fault)
|
|
60
|
-
* <p>
|
|
60
|
+
* <p>CodeStar Notifications can't complete the request because the resource is being modified by
|
|
61
61
|
* another process. Wait a few minutes and try again.</p>
|
|
62
62
|
*
|
|
63
63
|
* @throws {@link LimitExceededException} (client fault)
|
|
64
|
-
* <p>One of the
|
|
64
|
+
* <p>One of the CodeStar Notifications limits has been exceeded. Limits apply to
|
|
65
65
|
* accounts, notification rules, notifications, resources, and targets. For more
|
|
66
66
|
* information, see Limits.</p>
|
|
67
67
|
*
|
|
68
68
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
69
|
-
* <p>
|
|
69
|
+
* <p>CodeStar Notifications can't find a resource that matches the provided ARN. </p>
|
|
70
70
|
*
|
|
71
71
|
* @throws {@link ValidationException} (client fault)
|
|
72
72
|
* <p>One or more parameter values are not valid.</p>
|
|
@@ -27,7 +27,7 @@ declare const UnsubscribeCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Removes an association between a notification rule and an
|
|
30
|
+
* <p>Removes an association between a notification rule and an Amazon Q Developer in chat applications topic so that
|
|
31
31
|
* subscribers to that topic stop receiving notifications when the events described in the
|
|
32
32
|
* rule are triggered.</p>
|
|
33
33
|
* @example
|
|
@@ -54,16 +54,16 @@ declare const UntagResourceCommand_base: {
|
|
|
54
54
|
* @see {@link CodestarNotificationsClientResolvedConfig | config} for CodestarNotificationsClient's `config` shape.
|
|
55
55
|
*
|
|
56
56
|
* @throws {@link ConcurrentModificationException} (client fault)
|
|
57
|
-
* <p>
|
|
57
|
+
* <p>CodeStar Notifications can't complete the request because the resource is being modified by
|
|
58
58
|
* another process. Wait a few minutes and try again.</p>
|
|
59
59
|
*
|
|
60
60
|
* @throws {@link LimitExceededException} (client fault)
|
|
61
|
-
* <p>One of the
|
|
61
|
+
* <p>One of the CodeStar Notifications limits has been exceeded. Limits apply to
|
|
62
62
|
* accounts, notification rules, notifications, resources, and targets. For more
|
|
63
63
|
* information, see Limits.</p>
|
|
64
64
|
*
|
|
65
65
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
66
|
-
* <p>
|
|
66
|
+
* <p>CodeStar Notifications can't find a resource that matches the provided ARN. </p>
|
|
67
67
|
*
|
|
68
68
|
* @throws {@link ValidationException} (client fault)
|
|
69
69
|
* <p>One or more parameter values are not valid.</p>
|
|
@@ -70,7 +70,7 @@ declare const UpdateNotificationRuleCommand_base: {
|
|
|
70
70
|
* <p>Some or all of the configuration is incomplete, missing, or not valid.</p>
|
|
71
71
|
*
|
|
72
72
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
73
|
-
* <p>
|
|
73
|
+
* <p>CodeStar Notifications can't find a resource that matches the provided ARN. </p>
|
|
74
74
|
*
|
|
75
75
|
* @throws {@link ValidationException} (client fault)
|
|
76
76
|
* <p>One or more parameter values are not valid.</p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* <p>This
|
|
3
|
-
* operations and data types for the
|
|
2
|
+
* <p>This CodeStar Notifications API Reference provides descriptions and usage examples of the
|
|
3
|
+
* operations and data types for the CodeStar Notifications API. You can use the CodeStar Notifications API
|
|
4
4
|
* to work with the following objects:</p>
|
|
5
5
|
* <p>Notification rules, by calling the following: </p>
|
|
6
6
|
* <ul>
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
* your account. </p>
|
|
76
76
|
* </li>
|
|
77
77
|
* </ul>
|
|
78
|
-
* <p> For information about how to use
|
|
78
|
+
* <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>.
|
|
79
79
|
* </p>
|
|
80
80
|
*
|
|
81
81
|
* @packageDocumentation
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { CodestarNotificationsServiceException as __BaseException } from "./CodestarNotificationsServiceException";
|
|
3
3
|
/**
|
|
4
|
-
* <p>
|
|
4
|
+
* <p>CodeStar Notifications can't create the notification rule because you do not have sufficient
|
|
5
5
|
* permissions.</p>
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -15,7 +15,7 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
15
15
|
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
16
16
|
}
|
|
17
17
|
/**
|
|
18
|
-
* <p>
|
|
18
|
+
* <p>CodeStar Notifications can't complete the request because the resource is being modified by
|
|
19
19
|
* another process. Wait a few minutes and try again.</p>
|
|
20
20
|
* @public
|
|
21
21
|
*/
|
|
@@ -66,25 +66,25 @@ export declare const NotificationRuleStatus: {
|
|
|
66
66
|
*/
|
|
67
67
|
export type NotificationRuleStatus = (typeof NotificationRuleStatus)[keyof typeof NotificationRuleStatus];
|
|
68
68
|
/**
|
|
69
|
-
* <p>Information about the
|
|
69
|
+
* <p>Information about the Amazon Q Developer in chat applications topics or Amazon Q Developer in chat applications clients associated with a notification rule.</p>
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export interface Target {
|
|
73
73
|
/**
|
|
74
|
-
* <p>The target type. Can be an
|
|
74
|
+
* <p>The target type. Can be an Amazon Q Developer in chat applications topic or Amazon Q Developer in chat applications client.</p>
|
|
75
75
|
* <ul>
|
|
76
76
|
* <li>
|
|
77
|
-
* <p>
|
|
77
|
+
* <p>Amazon Q Developer in chat applications topics are specified as <code>SNS</code>.</p>
|
|
78
78
|
* </li>
|
|
79
79
|
* <li>
|
|
80
|
-
* <p>
|
|
80
|
+
* <p>Amazon Q Developer in chat applications clients are specified as <code>AWSChatbotSlack</code>.</p>
|
|
81
81
|
* </li>
|
|
82
82
|
* </ul>
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
TargetType?: string | undefined;
|
|
86
86
|
/**
|
|
87
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
87
|
+
* <p>The Amazon Resource Name (ARN) of the Amazon Q Developer in chat applications topic or Amazon Q Developer in chat applications client.</p>
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
TargetAddress?: string | undefined;
|
|
@@ -111,7 +111,7 @@ export interface CreateNotificationRuleRequest {
|
|
|
111
111
|
*/
|
|
112
112
|
Resource: string | undefined;
|
|
113
113
|
/**
|
|
114
|
-
* <p>A list of Amazon Resource Names (ARNs) of Amazon Simple Notification Service topics and
|
|
114
|
+
* <p>A list of Amazon Resource Names (ARNs) of Amazon Simple Notification Service topics and Amazon Q Developer in chat applications clients to associate with the
|
|
115
115
|
* notification rule.</p>
|
|
116
116
|
* @public
|
|
117
117
|
*/
|
|
@@ -119,7 +119,7 @@ export interface CreateNotificationRuleRequest {
|
|
|
119
119
|
/**
|
|
120
120
|
* <p>The level of detail to include in the notifications for this resource. <code>BASIC</code> will include only the
|
|
121
121
|
* contents of the event as it would appear in Amazon CloudWatch. <code>FULL</code> will include any supplemental information
|
|
122
|
-
* provided by
|
|
122
|
+
* provided by CodeStar Notifications and/or the service for the resource for which the notification is created.</p>
|
|
123
123
|
* @public
|
|
124
124
|
*/
|
|
125
125
|
DetailType: DetailType | undefined;
|
|
@@ -158,7 +158,7 @@ export interface CreateNotificationRuleResult {
|
|
|
158
158
|
Arn?: string | undefined;
|
|
159
159
|
}
|
|
160
160
|
/**
|
|
161
|
-
* <p>One of the
|
|
161
|
+
* <p>One of the CodeStar Notifications limits has been exceeded. Limits apply to
|
|
162
162
|
* accounts, notification rules, notifications, resources, and targets. For more
|
|
163
163
|
* information, see Limits.</p>
|
|
164
164
|
* @public
|
|
@@ -224,12 +224,12 @@ export interface DeleteNotificationRuleResult {
|
|
|
224
224
|
*/
|
|
225
225
|
export interface DeleteTargetRequest {
|
|
226
226
|
/**
|
|
227
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
227
|
+
* <p>The Amazon Resource Name (ARN) of the Amazon Q Developer in chat applications topic or Amazon Q Developer in chat applications client to delete.</p>
|
|
228
228
|
* @public
|
|
229
229
|
*/
|
|
230
230
|
TargetAddress: string | undefined;
|
|
231
231
|
/**
|
|
232
|
-
* <p>A Boolean value that can be used to delete all associations with this
|
|
232
|
+
* <p>A Boolean value that can be used to delete all associations with this Amazon Q Developer in chat applications topic. The
|
|
233
233
|
* default value is FALSE. If set to TRUE, all associations between that target and every
|
|
234
234
|
* notification rule in your Amazon Web Services account are deleted.</p>
|
|
235
235
|
* @public
|
|
@@ -300,7 +300,7 @@ export type TargetStatus = (typeof TargetStatus)[keyof typeof TargetStatus];
|
|
|
300
300
|
*/
|
|
301
301
|
export interface TargetSummary {
|
|
302
302
|
/**
|
|
303
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
303
|
+
* <p>The Amazon Resource Name (ARN) of the Amazon Q Developer in chat applications topic or Amazon Q Developer in chat applications client.</p>
|
|
304
304
|
* @public
|
|
305
305
|
*/
|
|
306
306
|
TargetAddress?: string | undefined;
|
|
@@ -308,10 +308,10 @@ export interface TargetSummary {
|
|
|
308
308
|
* <p>The type of the target (for example, <code>SNS</code>).</p>
|
|
309
309
|
* <ul>
|
|
310
310
|
* <li>
|
|
311
|
-
* <p>
|
|
311
|
+
* <p>Amazon Q Developer in chat applications topics are specified as <code>SNS</code>.</p>
|
|
312
312
|
* </li>
|
|
313
313
|
* <li>
|
|
314
|
-
* <p>
|
|
314
|
+
* <p>Amazon Q Developer in chat applications clients are specified as <code>AWSChatbotSlack</code>.</p>
|
|
315
315
|
* </li>
|
|
316
316
|
* </ul>
|
|
317
317
|
* @public
|
|
@@ -349,14 +349,14 @@ export interface DescribeNotificationRuleResult {
|
|
|
349
349
|
*/
|
|
350
350
|
Resource?: string | undefined;
|
|
351
351
|
/**
|
|
352
|
-
* <p>A list of the
|
|
352
|
+
* <p>A list of the Amazon Q Developer in chat applications topics and Amazon Q Developer in chat applications clients associated with the notification rule.</p>
|
|
353
353
|
* @public
|
|
354
354
|
*/
|
|
355
355
|
Targets?: TargetSummary[] | undefined;
|
|
356
356
|
/**
|
|
357
357
|
* <p>The level of detail included in the notifications for this resource. BASIC will include only the
|
|
358
358
|
* contents of the event as it would appear in Amazon CloudWatch. FULL will include any supplemental information
|
|
359
|
-
* provided by
|
|
359
|
+
* provided by CodeStar Notifications and/or the service for the resource for which the notification is created.</p>
|
|
360
360
|
* @public
|
|
361
361
|
*/
|
|
362
362
|
DetailType?: DetailType | undefined;
|
|
@@ -389,7 +389,7 @@ export interface DescribeNotificationRuleResult {
|
|
|
389
389
|
Tags?: Record<string, string> | undefined;
|
|
390
390
|
}
|
|
391
391
|
/**
|
|
392
|
-
* <p>
|
|
392
|
+
* <p>CodeStar Notifications can't find a resource that matches the provided ARN. </p>
|
|
393
393
|
* @public
|
|
394
394
|
*/
|
|
395
395
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
@@ -607,7 +607,7 @@ export type ListTargetsFilterName = (typeof ListTargetsFilterName)[keyof typeof
|
|
|
607
607
|
/**
|
|
608
608
|
* <p>Information about a filter to apply to the list of returned targets. You can filter by
|
|
609
609
|
* target type, address, or status. For example, to filter results to notification rules
|
|
610
|
-
* that have active
|
|
610
|
+
* that have active Amazon Q Developer in chat applications topics as targets, you could specify a ListTargetsFilter
|
|
611
611
|
* Name as <code>TargetType</code> and a Value of <code>SNS</code>, and a Name of <code>TARGET_STATUS</code> and a Value of
|
|
612
612
|
* <code>ACTIVE</code>.</p>
|
|
613
613
|
* @public
|
|
@@ -678,7 +678,7 @@ export interface SubscribeRequest {
|
|
|
678
678
|
*/
|
|
679
679
|
Arn: string | undefined;
|
|
680
680
|
/**
|
|
681
|
-
* <p>Information about the
|
|
681
|
+
* <p>Information about the Amazon Q Developer in chat applications topics or Amazon Q Developer in chat applications clients associated with a notification rule.</p>
|
|
682
682
|
* @public
|
|
683
683
|
*/
|
|
684
684
|
Target: Target | undefined;
|
|
@@ -734,7 +734,7 @@ export interface UnsubscribeRequest {
|
|
|
734
734
|
*/
|
|
735
735
|
Arn: string | undefined;
|
|
736
736
|
/**
|
|
737
|
-
* <p>The ARN of the
|
|
737
|
+
* <p>The ARN of the Amazon Q Developer in chat applications topic to unsubscribe from the notification rule.</p>
|
|
738
738
|
* @public
|
|
739
739
|
*/
|
|
740
740
|
TargetAddress: string | undefined;
|
|
@@ -806,7 +806,7 @@ export interface UpdateNotificationRuleRequest {
|
|
|
806
806
|
/**
|
|
807
807
|
* <p>The level of detail to include in the notifications for this resource. BASIC will include only the
|
|
808
808
|
* contents of the event as it would appear in Amazon CloudWatch. FULL will include any supplemental information
|
|
809
|
-
* provided by
|
|
809
|
+
* provided by CodeStar Notifications and/or the service for the resource for which the notification is created.</p>
|
|
810
810
|
* @public
|
|
811
811
|
*/
|
|
812
812
|
DetailType?: DetailType | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codestar-notifications",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codestar Notifications Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.875.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-codestar-notifications",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
23
|
+
"@aws-sdk/core": "3.873.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.873.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.873.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.873.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.873.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.873.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.873.0",
|
|
30
30
|
"@aws-sdk/types": "3.862.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.873.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.873.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.873.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.5",
|
|
35
35
|
"@smithy/core": "^3.8.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.1.1",
|