@aws-sdk/client-codestar-notifications 3.775.0 → 3.782.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/dist-types/commands/CreateNotificationRuleCommand.d.ts +1 -0
- package/dist-types/commands/DeleteNotificationRuleCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTargetCommand.d.ts +1 -0
- package/dist-types/commands/DescribeNotificationRuleCommand.d.ts +1 -0
- package/dist-types/commands/ListEventTypesCommand.d.ts +1 -0
- package/dist-types/commands/ListNotificationRulesCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ListTargetsCommand.d.ts +1 -0
- package/dist-types/commands/SubscribeCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UnsubscribeCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateNotificationRuleCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -95,6 +95,7 @@ declare const CreateNotificationRuleCommand_base: {
|
|
|
95
95
|
* @throws {@link CodestarNotificationsServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from CodestarNotifications service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class CreateNotificationRuleCommand extends CreateNotificationRuleCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const DeleteNotificationRuleCommand_base: {
|
|
|
66
66
|
* @throws {@link CodestarNotificationsServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from CodestarNotifications service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class DeleteNotificationRuleCommand extends DeleteNotificationRuleCommand_base {
|
|
@@ -56,6 +56,7 @@ declare const DeleteTargetCommand_base: {
|
|
|
56
56
|
* @throws {@link CodestarNotificationsServiceException}
|
|
57
57
|
* <p>Base exception class for all service exceptions from CodestarNotifications service.</p>
|
|
58
58
|
*
|
|
59
|
+
*
|
|
59
60
|
* @public
|
|
60
61
|
*/
|
|
61
62
|
export declare class DeleteTargetCommand extends DeleteTargetCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const DescribeNotificationRuleCommand_base: {
|
|
|
85
85
|
* @throws {@link CodestarNotificationsServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from CodestarNotifications service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class DescribeNotificationRuleCommand extends DescribeNotificationRuleCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const ListEventTypesCommand_base: {
|
|
|
75
75
|
* @throws {@link CodestarNotificationsServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from CodestarNotifications service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class ListEventTypesCommand extends ListEventTypesCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const ListNotificationRulesCommand_base: {
|
|
|
73
73
|
* @throws {@link CodestarNotificationsServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from CodestarNotifications service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class ListNotificationRulesCommand extends ListNotificationRulesCommand_base {
|
|
@@ -62,6 +62,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
62
62
|
* @throws {@link CodestarNotificationsServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from CodestarNotifications service.</p>
|
|
64
64
|
*
|
|
65
|
+
*
|
|
65
66
|
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const ListTargetsCommand_base: {
|
|
|
74
74
|
* @throws {@link CodestarNotificationsServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from CodestarNotifications service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class ListTargetsCommand extends ListTargetsCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const SubscribeCommand_base: {
|
|
|
70
70
|
* @throws {@link CodestarNotificationsServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from CodestarNotifications service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class SubscribeCommand extends SubscribeCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const TagResourceCommand_base: {
|
|
|
74
74
|
* @throws {@link CodestarNotificationsServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from CodestarNotifications service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -60,6 +60,7 @@ declare const UnsubscribeCommand_base: {
|
|
|
60
60
|
* @throws {@link CodestarNotificationsServiceException}
|
|
61
61
|
* <p>Base exception class for all service exceptions from CodestarNotifications service.</p>
|
|
62
62
|
*
|
|
63
|
+
*
|
|
63
64
|
* @public
|
|
64
65
|
*/
|
|
65
66
|
export declare class UnsubscribeCommand extends UnsubscribeCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const UntagResourceCommand_base: {
|
|
|
71
71
|
* @throws {@link CodestarNotificationsServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from CodestarNotifications service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const UpdateNotificationRuleCommand_base: {
|
|
|
78
78
|
* @throws {@link CodestarNotificationsServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from CodestarNotifications service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class UpdateNotificationRuleCommand extends UpdateNotificationRuleCommand_base {
|
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.782.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",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|