@aws-sdk/client-codestar-notifications 3.478.0 → 3.484.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.
Files changed (57) hide show
  1. package/dist-cjs/commands/CreateNotificationRuleCommand.js +18 -41
  2. package/dist-cjs/commands/DeleteNotificationRuleCommand.js +18 -41
  3. package/dist-cjs/commands/DeleteTargetCommand.js +18 -41
  4. package/dist-cjs/commands/DescribeNotificationRuleCommand.js +18 -41
  5. package/dist-cjs/commands/ListEventTypesCommand.js +18 -41
  6. package/dist-cjs/commands/ListNotificationRulesCommand.js +18 -41
  7. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  8. package/dist-cjs/commands/ListTargetsCommand.js +18 -41
  9. package/dist-cjs/commands/SubscribeCommand.js +18 -41
  10. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  11. package/dist-cjs/commands/UnsubscribeCommand.js +18 -41
  12. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  13. package/dist-cjs/commands/UpdateNotificationRuleCommand.js +18 -41
  14. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  15. package/dist-es/commands/CreateNotificationRuleCommand.js +18 -41
  16. package/dist-es/commands/DeleteNotificationRuleCommand.js +18 -41
  17. package/dist-es/commands/DeleteTargetCommand.js +18 -41
  18. package/dist-es/commands/DescribeNotificationRuleCommand.js +18 -41
  19. package/dist-es/commands/ListEventTypesCommand.js +18 -41
  20. package/dist-es/commands/ListNotificationRulesCommand.js +18 -41
  21. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  22. package/dist-es/commands/ListTargetsCommand.js +18 -41
  23. package/dist-es/commands/SubscribeCommand.js +18 -41
  24. package/dist-es/commands/TagResourceCommand.js +18 -41
  25. package/dist-es/commands/UnsubscribeCommand.js +18 -41
  26. package/dist-es/commands/UntagResourceCommand.js +18 -41
  27. package/dist-es/commands/UpdateNotificationRuleCommand.js +18 -41
  28. package/dist-es/endpoint/EndpointParameters.js +6 -0
  29. package/dist-types/commands/CreateNotificationRuleCommand.d.ts +6 -21
  30. package/dist-types/commands/DeleteNotificationRuleCommand.d.ts +6 -21
  31. package/dist-types/commands/DeleteTargetCommand.d.ts +6 -21
  32. package/dist-types/commands/DescribeNotificationRuleCommand.d.ts +6 -21
  33. package/dist-types/commands/ListEventTypesCommand.d.ts +6 -21
  34. package/dist-types/commands/ListNotificationRulesCommand.d.ts +6 -21
  35. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  36. package/dist-types/commands/ListTargetsCommand.d.ts +6 -21
  37. package/dist-types/commands/SubscribeCommand.d.ts +6 -21
  38. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  39. package/dist-types/commands/UnsubscribeCommand.d.ts +6 -21
  40. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  41. package/dist-types/commands/UpdateNotificationRuleCommand.d.ts +6 -21
  42. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  43. package/dist-types/ts3.4/commands/CreateNotificationRuleCommand.d.ts +12 -24
  44. package/dist-types/ts3.4/commands/DeleteNotificationRuleCommand.d.ts +12 -24
  45. package/dist-types/ts3.4/commands/DeleteTargetCommand.d.ts +14 -23
  46. package/dist-types/ts3.4/commands/DescribeNotificationRuleCommand.d.ts +12 -24
  47. package/dist-types/ts3.4/commands/ListEventTypesCommand.d.ts +14 -23
  48. package/dist-types/ts3.4/commands/ListNotificationRulesCommand.d.ts +12 -24
  49. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  50. package/dist-types/ts3.4/commands/ListTargetsCommand.d.ts +14 -23
  51. package/dist-types/ts3.4/commands/SubscribeCommand.d.ts +14 -23
  52. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  53. package/dist-types/ts3.4/commands/UnsubscribeCommand.d.ts +14 -23
  54. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  55. package/dist-types/ts3.4/commands/UpdateNotificationRuleCommand.d.ts +12 -24
  56. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  57. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodestarNotificationsClient";
5
4
  import { DeleteTargetRequest, DeleteTargetResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteTargetCommandInput extends DeleteTargetRequest {
21
20
  */
22
21
  export interface DeleteTargetCommandOutput extends DeleteTargetResult, __MetadataBearer {
23
22
  }
23
+ declare const DeleteTargetCommand_base: {
24
+ new (input: DeleteTargetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTargetCommandInput, DeleteTargetCommandOutput, CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a specified target for notifications.</p>
@@ -53,23 +56,5 @@ export interface DeleteTargetCommandOutput extends DeleteTargetResult, __Metadat
53
56
  * <p>Base exception class for all service exceptions from CodestarNotifications service.</p>
54
57
  *
55
58
  */
56
- export declare class DeleteTargetCommand extends $Command<DeleteTargetCommandInput, DeleteTargetCommandOutput, CodestarNotificationsClientResolvedConfig> {
57
- readonly input: DeleteTargetCommandInput;
58
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
- /**
60
- * @public
61
- */
62
- constructor(input: DeleteTargetCommandInput);
63
- /**
64
- * @internal
65
- */
66
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodestarNotificationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTargetCommandInput, DeleteTargetCommandOutput>;
67
- /**
68
- * @internal
69
- */
70
- private serialize;
71
- /**
72
- * @internal
73
- */
74
- private deserialize;
59
+ export declare class DeleteTargetCommand extends DeleteTargetCommand_base {
75
60
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodestarNotificationsClient";
5
4
  import { DescribeNotificationRuleRequest, DescribeNotificationRuleResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeNotificationRuleCommandInput extends DescribeNotificati
21
20
  */
22
21
  export interface DescribeNotificationRuleCommandOutput extends DescribeNotificationRuleResult, __MetadataBearer {
23
22
  }
23
+ declare const DescribeNotificationRuleCommand_base: {
24
+ new (input: DescribeNotificationRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeNotificationRuleCommandInput, DescribeNotificationRuleCommandOutput, CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about a specified notification rule.</p>
@@ -82,23 +85,5 @@ export interface DescribeNotificationRuleCommandOutput extends DescribeNotificat
82
85
  * <p>Base exception class for all service exceptions from CodestarNotifications service.</p>
83
86
  *
84
87
  */
85
- export declare class DescribeNotificationRuleCommand extends $Command<DescribeNotificationRuleCommandInput, DescribeNotificationRuleCommandOutput, CodestarNotificationsClientResolvedConfig> {
86
- readonly input: DescribeNotificationRuleCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: DescribeNotificationRuleCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodestarNotificationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeNotificationRuleCommandInput, DescribeNotificationRuleCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class DescribeNotificationRuleCommand extends DescribeNotificationRuleCommand_base {
104
89
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodestarNotificationsClient";
5
4
  import { ListEventTypesRequest, ListEventTypesResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListEventTypesCommandInput extends ListEventTypesRequest {
21
20
  */
22
21
  export interface ListEventTypesCommandOutput extends ListEventTypesResult, __MetadataBearer {
23
22
  }
23
+ declare const ListEventTypesCommand_base: {
24
+ new (input: ListEventTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListEventTypesCommandInput, ListEventTypesCommandOutput, CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about the event types available for configuring notifications.</p>
@@ -72,23 +75,5 @@ export interface ListEventTypesCommandOutput extends ListEventTypesResult, __Met
72
75
  * <p>Base exception class for all service exceptions from CodestarNotifications service.</p>
73
76
  *
74
77
  */
75
- export declare class ListEventTypesCommand extends $Command<ListEventTypesCommandInput, ListEventTypesCommandOutput, CodestarNotificationsClientResolvedConfig> {
76
- readonly input: ListEventTypesCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: ListEventTypesCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodestarNotificationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEventTypesCommandInput, ListEventTypesCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class ListEventTypesCommand extends ListEventTypesCommand_base {
94
79
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodestarNotificationsClient";
5
4
  import { ListNotificationRulesRequest, ListNotificationRulesResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListNotificationRulesCommandInput extends ListNotificationRules
21
20
  */
22
21
  export interface ListNotificationRulesCommandOutput extends ListNotificationRulesResult, __MetadataBearer {
23
22
  }
23
+ declare const ListNotificationRulesCommand_base: {
24
+ new (input: ListNotificationRulesCommandInput): import("@smithy/smithy-client").CommandImpl<ListNotificationRulesCommandInput, ListNotificationRulesCommandOutput, CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of the notification rules for an Amazon Web Services account.</p>
@@ -70,23 +73,5 @@ export interface ListNotificationRulesCommandOutput extends ListNotificationRule
70
73
  * <p>Base exception class for all service exceptions from CodestarNotifications service.</p>
71
74
  *
72
75
  */
73
- export declare class ListNotificationRulesCommand extends $Command<ListNotificationRulesCommandInput, ListNotificationRulesCommandOutput, CodestarNotificationsClientResolvedConfig> {
74
- readonly input: ListNotificationRulesCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: ListNotificationRulesCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodestarNotificationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListNotificationRulesCommandInput, ListNotificationRulesCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class ListNotificationRulesCommand extends ListNotificationRulesCommand_base {
92
77
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodestarNotificationsClient";
5
4
  import { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResult, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of the tags associated with a notification rule.</p>
@@ -59,23 +62,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
59
62
  * <p>Base exception class for all service exceptions from CodestarNotifications service.</p>
60
63
  *
61
64
  */
62
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodestarNotificationsClientResolvedConfig> {
63
- readonly input: ListTagsForResourceCommandInput;
64
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
- /**
66
- * @public
67
- */
68
- constructor(input: ListTagsForResourceCommandInput);
69
- /**
70
- * @internal
71
- */
72
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodestarNotificationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
73
- /**
74
- * @internal
75
- */
76
- private serialize;
77
- /**
78
- * @internal
79
- */
80
- private deserialize;
65
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
81
66
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodestarNotificationsClient";
5
4
  import { ListTargetsRequest, ListTargetsResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTargetsCommandInput extends ListTargetsRequest {
21
20
  */
22
21
  export interface ListTargetsCommandOutput extends ListTargetsResult, __MetadataBearer {
23
22
  }
23
+ declare const ListTargetsCommand_base: {
24
+ new (input: ListTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTargetsCommandInput, ListTargetsCommandOutput, CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of the notification rule targets for an Amazon Web Services account.</p>
@@ -71,23 +74,5 @@ export interface ListTargetsCommandOutput extends ListTargetsResult, __MetadataB
71
74
  * <p>Base exception class for all service exceptions from CodestarNotifications service.</p>
72
75
  *
73
76
  */
74
- export declare class ListTargetsCommand extends $Command<ListTargetsCommandInput, ListTargetsCommandOutput, CodestarNotificationsClientResolvedConfig> {
75
- readonly input: ListTargetsCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: ListTargetsCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodestarNotificationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTargetsCommandInput, ListTargetsCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class ListTargetsCommand extends ListTargetsCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodestarNotificationsClient";
5
4
  import { SubscribeRequest, SubscribeResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SubscribeCommandInput extends SubscribeRequest {
21
20
  */
22
21
  export interface SubscribeCommandOutput extends SubscribeResult, __MetadataBearer {
23
22
  }
23
+ declare const SubscribeCommand_base: {
24
+ new (input: SubscribeCommandInput): import("@smithy/smithy-client").CommandImpl<SubscribeCommandInput, SubscribeCommandOutput, CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates an association between a notification rule and an Chatbot topic or Chatbot client so that the
@@ -67,23 +70,5 @@ export interface SubscribeCommandOutput extends SubscribeResult, __MetadataBeare
67
70
  * <p>Base exception class for all service exceptions from CodestarNotifications service.</p>
68
71
  *
69
72
  */
70
- export declare class SubscribeCommand extends $Command<SubscribeCommandInput, SubscribeCommandOutput, CodestarNotificationsClientResolvedConfig> {
71
- readonly input: SubscribeCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: SubscribeCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodestarNotificationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SubscribeCommandInput, SubscribeCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class SubscribeCommand extends SubscribeCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodestarNotificationsClient";
5
4
  import { TagResourceRequest, TagResourceResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResult, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Associates a set of provided tags with a notification rule.</p>
@@ -71,23 +74,5 @@ export interface TagResourceCommandOutput extends TagResourceResult, __MetadataB
71
74
  * <p>Base exception class for all service exceptions from CodestarNotifications service.</p>
72
75
  *
73
76
  */
74
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CodestarNotificationsClientResolvedConfig> {
75
- readonly input: TagResourceCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: TagResourceCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodestarNotificationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class TagResourceCommand extends TagResourceCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodestarNotificationsClient";
5
4
  import { UnsubscribeRequest, UnsubscribeResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UnsubscribeCommandInput extends UnsubscribeRequest {
21
20
  */
22
21
  export interface UnsubscribeCommandOutput extends UnsubscribeResult, __MetadataBearer {
23
22
  }
23
+ declare const UnsubscribeCommand_base: {
24
+ new (input: UnsubscribeCommandInput): import("@smithy/smithy-client").CommandImpl<UnsubscribeCommandInput, UnsubscribeCommandOutput, CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes an association between a notification rule and an Chatbot topic so that
@@ -57,23 +60,5 @@ export interface UnsubscribeCommandOutput extends UnsubscribeResult, __MetadataB
57
60
  * <p>Base exception class for all service exceptions from CodestarNotifications service.</p>
58
61
  *
59
62
  */
60
- export declare class UnsubscribeCommand extends $Command<UnsubscribeCommandInput, UnsubscribeCommandOutput, CodestarNotificationsClientResolvedConfig> {
61
- readonly input: UnsubscribeCommandInput;
62
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
- /**
64
- * @public
65
- */
66
- constructor(input: UnsubscribeCommandInput);
67
- /**
68
- * @internal
69
- */
70
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodestarNotificationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UnsubscribeCommandInput, UnsubscribeCommandOutput>;
71
- /**
72
- * @internal
73
- */
74
- private serialize;
75
- /**
76
- * @internal
77
- */
78
- private deserialize;
63
+ export declare class UnsubscribeCommand extends UnsubscribeCommand_base {
79
64
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodestarNotificationsClient";
5
4
  import { UntagResourceRequest, UntagResourceResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResult, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes the association between one or more provided tags and a notification
@@ -68,23 +71,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResult, __Metad
68
71
  * <p>Base exception class for all service exceptions from CodestarNotifications service.</p>
69
72
  *
70
73
  */
71
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CodestarNotificationsClientResolvedConfig> {
72
- readonly input: UntagResourceCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: UntagResourceCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodestarNotificationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
90
75
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodestarNotificationsClient";
5
4
  import { UpdateNotificationRuleRequest, UpdateNotificationRuleResult } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateNotificationRuleCommandInput extends UpdateNotificationRu
21
20
  */
22
21
  export interface UpdateNotificationRuleCommandOutput extends UpdateNotificationRuleResult, __MetadataBearer {
23
22
  }
23
+ declare const UpdateNotificationRuleCommand_base: {
24
+ new (input: UpdateNotificationRuleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateNotificationRuleCommandInput, UpdateNotificationRuleCommandOutput, CodestarNotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates a notification rule for a resource. You can change the events that trigger the
@@ -75,23 +78,5 @@ export interface UpdateNotificationRuleCommandOutput extends UpdateNotificationR
75
78
  * <p>Base exception class for all service exceptions from CodestarNotifications service.</p>
76
79
  *
77
80
  */
78
- export declare class UpdateNotificationRuleCommand extends $Command<UpdateNotificationRuleCommandInput, UpdateNotificationRuleCommandOutput, CodestarNotificationsClientResolvedConfig> {
79
- readonly input: UpdateNotificationRuleCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: UpdateNotificationRuleCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodestarNotificationsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateNotificationRuleCommandInput, UpdateNotificationRuleCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class UpdateNotificationRuleCommand extends UpdateNotificationRuleCommand_base {
97
82
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodestarNotificationsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateNotificationRuleCommandInput
21
15
  export interface CreateNotificationRuleCommandOutput
22
16
  extends CreateNotificationRuleResult,
23
17
  __MetadataBearer {}
24
- export declare class CreateNotificationRuleCommand extends $Command<
25
- CreateNotificationRuleCommandInput,
26
- CreateNotificationRuleCommandOutput,
27
- CodestarNotificationsClientResolvedConfig
28
- > {
29
- readonly input: CreateNotificationRuleCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateNotificationRuleCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodestarNotificationsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateNotificationRuleCommand_base: {
19
+ new (
20
+ input: CreateNotificationRuleCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateNotificationRuleCommandInput,
38
- CreateNotificationRuleCommandOutput
23
+ CreateNotificationRuleCommandOutput,
24
+ CodestarNotificationsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateNotificationRuleCommand extends CreateNotificationRuleCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodestarNotificationsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeleteNotificationRuleCommandInput
21
15
  export interface DeleteNotificationRuleCommandOutput
22
16
  extends DeleteNotificationRuleResult,
23
17
  __MetadataBearer {}
24
- export declare class DeleteNotificationRuleCommand extends $Command<
25
- DeleteNotificationRuleCommandInput,
26
- DeleteNotificationRuleCommandOutput,
27
- CodestarNotificationsClientResolvedConfig
28
- > {
29
- readonly input: DeleteNotificationRuleCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteNotificationRuleCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CodestarNotificationsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteNotificationRuleCommand_base: {
19
+ new (
20
+ input: DeleteNotificationRuleCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteNotificationRuleCommandInput,
38
- DeleteNotificationRuleCommandOutput
23
+ DeleteNotificationRuleCommandOutput,
24
+ CodestarNotificationsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteNotificationRuleCommand extends DeleteNotificationRuleCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CodestarNotificationsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface DeleteTargetCommandInput extends DeleteTargetRequest {}
17
11
  export interface DeleteTargetCommandOutput
18
12
  extends DeleteTargetResult,
19
13
  __MetadataBearer {}
20
- export declare class DeleteTargetCommand extends $Command<
21
- DeleteTargetCommandInput,
22
- DeleteTargetCommandOutput,
23
- CodestarNotificationsClientResolvedConfig
24
- > {
25
- readonly input: DeleteTargetCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteTargetCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CodestarNotificationsClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DeleteTargetCommandInput, DeleteTargetCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DeleteTargetCommand_base: {
15
+ new (
16
+ input: DeleteTargetCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DeleteTargetCommandInput,
19
+ DeleteTargetCommandOutput,
20
+ CodestarNotificationsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteTargetCommand extends DeleteTargetCommand_base {}