@aws-sdk/client-codestar-notifications 3.289.0 → 3.290.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 +24 -0
- package/dist-types/commands/DeleteNotificationRuleCommand.d.ts +13 -0
- package/dist-types/commands/DeleteTargetCommand.d.ts +4 -0
- package/dist-types/commands/DescribeNotificationRuleCommand.d.ts +7 -0
- package/dist-types/commands/ListEventTypesCommand.d.ts +7 -0
- package/dist-types/commands/ListNotificationRulesCommand.d.ts +7 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +7 -0
- package/dist-types/commands/ListTargetsCommand.d.ts +7 -0
- package/dist-types/commands/SubscribeCommand.d.ts +10 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UnsubscribeCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateNotificationRuleCommand.d.ts +10 -0
- package/package.json +29 -29
|
@@ -31,6 +31,30 @@ export interface CreateNotificationRuleCommandOutput extends CreateNotificationR
|
|
|
31
31
|
* @see {@link CreateNotificationRuleCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link CodestarNotificationsClientResolvedConfig | config} for CodestarNotificationsClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p>AWS CodeStar Notifications can't create the notification rule because you do not have sufficient
|
|
36
|
+
* permissions.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
39
|
+
* <p>AWS CodeStar Notifications can't complete the request because the resource is being modified by
|
|
40
|
+
* another process. Wait a few minutes and try again.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ConfigurationException} (client fault)
|
|
43
|
+
* <p>Some or all of the configuration is incomplete, missing, or not valid.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
46
|
+
* <p>One of the AWS CodeStar Notifications limits has been exceeded. Limits apply to
|
|
47
|
+
* accounts, notification rules, notifications, resources, and targets. For more
|
|
48
|
+
* information, see Limits.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ResourceAlreadyExistsException} (client fault)
|
|
51
|
+
* <p>A resource with the same name or ID already exists. Notification rule names must be
|
|
52
|
+
* unique in your Amazon Web Services account.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ValidationException} (client fault)
|
|
55
|
+
* <p>One or more parameter values are not valid.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
34
58
|
*/
|
|
35
59
|
export declare class CreateNotificationRuleCommand extends $Command<CreateNotificationRuleCommandInput, CreateNotificationRuleCommandOutput, CodestarNotificationsClientResolvedConfig> {
|
|
36
60
|
readonly input: CreateNotificationRuleCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface DeleteNotificationRuleCommandOutput extends DeleteNotificationR
|
|
|
29
29
|
* @see {@link DeleteNotificationRuleCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodestarNotificationsClientResolvedConfig | config} for CodestarNotificationsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
33
|
+
* <p>AWS CodeStar Notifications can't complete the request because the resource is being modified by
|
|
34
|
+
* another process. Wait a few minutes and try again.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
37
|
+
* <p>One of the AWS CodeStar Notifications limits has been exceeded. Limits apply to
|
|
38
|
+
* accounts, notification rules, notifications, resources, and targets. For more
|
|
39
|
+
* information, see Limits.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>One or more parameter values are not valid.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class DeleteNotificationRuleCommand extends $Command<DeleteNotificationRuleCommandInput, DeleteNotificationRuleCommandOutput, CodestarNotificationsClientResolvedConfig> {
|
|
34
47
|
readonly input: DeleteNotificationRuleCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface DeleteTargetCommandOutput extends DeleteTargetResult, __Metadat
|
|
|
29
29
|
* @see {@link DeleteTargetCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodestarNotificationsClientResolvedConfig | config} for CodestarNotificationsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ValidationException} (client fault)
|
|
33
|
+
* <p>One or more parameter values are not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class DeleteTargetCommand extends $Command<DeleteTargetCommandInput, DeleteTargetCommandOutput, CodestarNotificationsClientResolvedConfig> {
|
|
34
38
|
readonly input: DeleteTargetCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DescribeNotificationRuleCommandOutput extends DescribeNotificat
|
|
|
29
29
|
* @see {@link DescribeNotificationRuleCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodestarNotificationsClientResolvedConfig | config} for CodestarNotificationsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
33
|
+
* <p>AWS CodeStar Notifications can't find a resource that matches the provided ARN. </p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ValidationException} (client fault)
|
|
36
|
+
* <p>One or more parameter values are not valid.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DescribeNotificationRuleCommand extends $Command<DescribeNotificationRuleCommandInput, DescribeNotificationRuleCommandOutput, CodestarNotificationsClientResolvedConfig> {
|
|
34
41
|
readonly input: DescribeNotificationRuleCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface ListEventTypesCommandOutput extends ListEventTypesResult, __Met
|
|
|
29
29
|
* @see {@link ListEventTypesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodestarNotificationsClientResolvedConfig | config} for CodestarNotificationsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
33
|
+
* <p>The value for the enumeration token used in the request to return the next batch of the results is not valid. </p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ValidationException} (client fault)
|
|
36
|
+
* <p>One or more parameter values are not valid.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class ListEventTypesCommand extends $Command<ListEventTypesCommandInput, ListEventTypesCommandOutput, CodestarNotificationsClientResolvedConfig> {
|
|
34
41
|
readonly input: ListEventTypesCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface ListNotificationRulesCommandOutput extends ListNotificationRule
|
|
|
29
29
|
* @see {@link ListNotificationRulesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodestarNotificationsClientResolvedConfig | config} for CodestarNotificationsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
33
|
+
* <p>The value for the enumeration token used in the request to return the next batch of the results is not valid. </p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ValidationException} (client fault)
|
|
36
|
+
* <p>One or more parameter values are not valid.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class ListNotificationRulesCommand extends $Command<ListNotificationRulesCommandInput, ListNotificationRulesCommandOutput, CodestarNotificationsClientResolvedConfig> {
|
|
34
41
|
readonly input: ListNotificationRulesCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
29
29
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodestarNotificationsClientResolvedConfig | config} for CodestarNotificationsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
33
|
+
* <p>AWS CodeStar Notifications can't find a resource that matches the provided ARN. </p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ValidationException} (client fault)
|
|
36
|
+
* <p>One or more parameter values are not valid.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodestarNotificationsClientResolvedConfig> {
|
|
34
41
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface ListTargetsCommandOutput extends ListTargetsResult, __MetadataB
|
|
|
29
29
|
* @see {@link ListTargetsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodestarNotificationsClientResolvedConfig | config} for CodestarNotificationsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
33
|
+
* <p>The value for the enumeration token used in the request to return the next batch of the results is not valid. </p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ValidationException} (client fault)
|
|
36
|
+
* <p>One or more parameter values are not valid.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class ListTargetsCommand extends $Command<ListTargetsCommandInput, ListTargetsCommandOutput, CodestarNotificationsClientResolvedConfig> {
|
|
34
41
|
readonly input: ListTargetsCommandInput;
|
|
@@ -31,6 +31,16 @@ export interface SubscribeCommandOutput extends SubscribeResult, __MetadataBeare
|
|
|
31
31
|
* @see {@link SubscribeCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link CodestarNotificationsClientResolvedConfig | config} for CodestarNotificationsClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link ConfigurationException} (client fault)
|
|
35
|
+
* <p>Some or all of the configuration is incomplete, missing, or not valid.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
38
|
+
* <p>AWS CodeStar Notifications can't find a resource that matches the provided ARN. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ValidationException} (client fault)
|
|
41
|
+
* <p>One or more parameter values are not valid.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
34
44
|
*/
|
|
35
45
|
export declare class SubscribeCommand extends $Command<SubscribeCommandInput, SubscribeCommandOutput, CodestarNotificationsClientResolvedConfig> {
|
|
36
46
|
readonly input: SubscribeCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface TagResourceCommandOutput extends TagResourceResult, __MetadataB
|
|
|
29
29
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link CodestarNotificationsClientResolvedConfig | config} for CodestarNotificationsClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
33
|
+
* <p>AWS CodeStar Notifications can't complete the request because the resource is being modified by
|
|
34
|
+
* another process. Wait a few minutes and try again.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
37
|
+
* <p>One of the AWS CodeStar Notifications limits has been exceeded. Limits apply to
|
|
38
|
+
* accounts, notification rules, notifications, resources, and targets. For more
|
|
39
|
+
* information, see Limits.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>AWS CodeStar Notifications can't find a resource that matches the provided ARN. </p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>One or more parameter values are not valid.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CodestarNotificationsClientResolvedConfig> {
|
|
34
50
|
readonly input: TagResourceCommandInput;
|
|
@@ -31,6 +31,10 @@ export interface UnsubscribeCommandOutput extends UnsubscribeResult, __MetadataB
|
|
|
31
31
|
* @see {@link UnsubscribeCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link CodestarNotificationsClientResolvedConfig | config} for CodestarNotificationsClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link ValidationException} (client fault)
|
|
35
|
+
* <p>One or more parameter values are not valid.</p>
|
|
36
|
+
*
|
|
37
|
+
*
|
|
34
38
|
*/
|
|
35
39
|
export declare class UnsubscribeCommand extends $Command<UnsubscribeCommandInput, UnsubscribeCommandOutput, CodestarNotificationsClientResolvedConfig> {
|
|
36
40
|
readonly input: UnsubscribeCommandInput;
|
|
@@ -30,6 +30,22 @@ export interface UntagResourceCommandOutput extends UntagResourceResult, __Metad
|
|
|
30
30
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link CodestarNotificationsClientResolvedConfig | config} for CodestarNotificationsClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ConcurrentModificationException} (client fault)
|
|
34
|
+
* <p>AWS CodeStar Notifications can't complete the request because the resource is being modified by
|
|
35
|
+
* another process. Wait a few minutes and try again.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
38
|
+
* <p>One of the AWS CodeStar Notifications limits has been exceeded. Limits apply to
|
|
39
|
+
* accounts, notification rules, notifications, resources, and targets. For more
|
|
40
|
+
* information, see Limits.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>AWS CodeStar Notifications can't find a resource that matches the provided ARN. </p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ValidationException} (client fault)
|
|
46
|
+
* <p>One or more parameter values are not valid.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
33
49
|
*/
|
|
34
50
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CodestarNotificationsClientResolvedConfig> {
|
|
35
51
|
readonly input: UntagResourceCommandInput;
|
|
@@ -34,6 +34,16 @@ export interface UpdateNotificationRuleCommandOutput extends UpdateNotificationR
|
|
|
34
34
|
* @see {@link UpdateNotificationRuleCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link CodestarNotificationsClientResolvedConfig | config} for CodestarNotificationsClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link ConfigurationException} (client fault)
|
|
38
|
+
* <p>Some or all of the configuration is incomplete, missing, or not valid.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p>AWS CodeStar Notifications can't find a resource that matches the provided ARN. </p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ValidationException} (client fault)
|
|
44
|
+
* <p>One or more parameter values are not valid.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
37
47
|
*/
|
|
38
48
|
export declare class UpdateNotificationRuleCommand extends $Command<UpdateNotificationRuleCommandInput, UpdateNotificationRuleCommandOutput, CodestarNotificationsClientResolvedConfig> {
|
|
39
49
|
readonly input: UpdateNotificationRuleCommandInput;
|
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.290.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,37 +20,37 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
43
|
+
"@aws-sdk/types": "3.290.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
55
|
"tslib": "^2.3.1",
|
|
56
56
|
"uuid": "^8.3.2"
|