@aws-sdk/client-codestar-notifications 3.928.0 → 3.929.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 (37) hide show
  1. package/dist-cjs/index.js +492 -694
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/CodestarNotificationsClient.js +2 -0
  4. package/dist-es/commands/CreateNotificationRuleCommand.js +3 -10
  5. package/dist-es/commands/DeleteNotificationRuleCommand.js +3 -9
  6. package/dist-es/commands/DeleteTargetCommand.js +3 -10
  7. package/dist-es/commands/DescribeNotificationRuleCommand.js +3 -10
  8. package/dist-es/commands/ListEventTypesCommand.js +3 -9
  9. package/dist-es/commands/ListNotificationRulesCommand.js +3 -9
  10. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  11. package/dist-es/commands/ListTargetsCommand.js +3 -10
  12. package/dist-es/commands/SubscribeCommand.js +3 -10
  13. package/dist-es/commands/TagResourceCommand.js +3 -9
  14. package/dist-es/commands/UnsubscribeCommand.js +3 -10
  15. package/dist-es/commands/UntagResourceCommand.js +3 -9
  16. package/dist-es/commands/UpdateNotificationRuleCommand.js +3 -10
  17. package/dist-es/models/models_0.js +0 -40
  18. package/dist-es/runtimeConfig.shared.js +2 -0
  19. package/dist-es/schemas/schemas_0.js +446 -0
  20. package/dist-types/CodestarNotificationsClient.d.ts +10 -1
  21. package/dist-types/models/models_0.d.ts +0 -36
  22. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  23. package/dist-types/runtimeConfig.d.ts +1 -0
  24. package/dist-types/runtimeConfig.native.d.ts +1 -0
  25. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  26. package/dist-types/schemas/schemas_0.d.ts +69 -0
  27. package/dist-types/ts3.4/CodestarNotificationsClient.d.ts +4 -0
  28. package/dist-types/ts3.4/models/models_0.d.ts +0 -25
  29. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  30. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  31. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  32. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  33. package/dist-types/ts3.4/schemas/schemas_0.d.ts +75 -0
  34. package/package.json +2 -3
  35. package/dist-es/protocols/Aws_restJson1.js +0 -534
  36. package/dist-types/protocols/Aws_restJson1.d.ts +0 -119
  37. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -161
@@ -1,119 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { CreateNotificationRuleCommandInput, CreateNotificationRuleCommandOutput } from "../commands/CreateNotificationRuleCommand";
4
- import { DeleteNotificationRuleCommandInput, DeleteNotificationRuleCommandOutput } from "../commands/DeleteNotificationRuleCommand";
5
- import { DeleteTargetCommandInput, DeleteTargetCommandOutput } from "../commands/DeleteTargetCommand";
6
- import { DescribeNotificationRuleCommandInput, DescribeNotificationRuleCommandOutput } from "../commands/DescribeNotificationRuleCommand";
7
- import { ListEventTypesCommandInput, ListEventTypesCommandOutput } from "../commands/ListEventTypesCommand";
8
- import { ListNotificationRulesCommandInput, ListNotificationRulesCommandOutput } from "../commands/ListNotificationRulesCommand";
9
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
10
- import { ListTargetsCommandInput, ListTargetsCommandOutput } from "../commands/ListTargetsCommand";
11
- import { SubscribeCommandInput, SubscribeCommandOutput } from "../commands/SubscribeCommand";
12
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
13
- import { UnsubscribeCommandInput, UnsubscribeCommandOutput } from "../commands/UnsubscribeCommand";
14
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
15
- import { UpdateNotificationRuleCommandInput, UpdateNotificationRuleCommandOutput } from "../commands/UpdateNotificationRuleCommand";
16
- /**
17
- * serializeAws_restJson1CreateNotificationRuleCommand
18
- */
19
- export declare const se_CreateNotificationRuleCommand: (input: CreateNotificationRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
20
- /**
21
- * serializeAws_restJson1DeleteNotificationRuleCommand
22
- */
23
- export declare const se_DeleteNotificationRuleCommand: (input: DeleteNotificationRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
24
- /**
25
- * serializeAws_restJson1DeleteTargetCommand
26
- */
27
- export declare const se_DeleteTargetCommand: (input: DeleteTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
- /**
29
- * serializeAws_restJson1DescribeNotificationRuleCommand
30
- */
31
- export declare const se_DescribeNotificationRuleCommand: (input: DescribeNotificationRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- /**
33
- * serializeAws_restJson1ListEventTypesCommand
34
- */
35
- export declare const se_ListEventTypesCommand: (input: ListEventTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- /**
37
- * serializeAws_restJson1ListNotificationRulesCommand
38
- */
39
- export declare const se_ListNotificationRulesCommand: (input: ListNotificationRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- /**
41
- * serializeAws_restJson1ListTagsForResourceCommand
42
- */
43
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- /**
45
- * serializeAws_restJson1ListTargetsCommand
46
- */
47
- export declare const se_ListTargetsCommand: (input: ListTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- /**
49
- * serializeAws_restJson1SubscribeCommand
50
- */
51
- export declare const se_SubscribeCommand: (input: SubscribeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- /**
53
- * serializeAws_restJson1TagResourceCommand
54
- */
55
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- /**
57
- * serializeAws_restJson1UnsubscribeCommand
58
- */
59
- export declare const se_UnsubscribeCommand: (input: UnsubscribeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- /**
61
- * serializeAws_restJson1UntagResourceCommand
62
- */
63
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- /**
65
- * serializeAws_restJson1UpdateNotificationRuleCommand
66
- */
67
- export declare const se_UpdateNotificationRuleCommand: (input: UpdateNotificationRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- /**
69
- * deserializeAws_restJson1CreateNotificationRuleCommand
70
- */
71
- export declare const de_CreateNotificationRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNotificationRuleCommandOutput>;
72
- /**
73
- * deserializeAws_restJson1DeleteNotificationRuleCommand
74
- */
75
- export declare const de_DeleteNotificationRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNotificationRuleCommandOutput>;
76
- /**
77
- * deserializeAws_restJson1DeleteTargetCommand
78
- */
79
- export declare const de_DeleteTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTargetCommandOutput>;
80
- /**
81
- * deserializeAws_restJson1DescribeNotificationRuleCommand
82
- */
83
- export declare const de_DescribeNotificationRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNotificationRuleCommandOutput>;
84
- /**
85
- * deserializeAws_restJson1ListEventTypesCommand
86
- */
87
- export declare const de_ListEventTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventTypesCommandOutput>;
88
- /**
89
- * deserializeAws_restJson1ListNotificationRulesCommand
90
- */
91
- export declare const de_ListNotificationRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNotificationRulesCommandOutput>;
92
- /**
93
- * deserializeAws_restJson1ListTagsForResourceCommand
94
- */
95
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
96
- /**
97
- * deserializeAws_restJson1ListTargetsCommand
98
- */
99
- export declare const de_ListTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTargetsCommandOutput>;
100
- /**
101
- * deserializeAws_restJson1SubscribeCommand
102
- */
103
- export declare const de_SubscribeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SubscribeCommandOutput>;
104
- /**
105
- * deserializeAws_restJson1TagResourceCommand
106
- */
107
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
108
- /**
109
- * deserializeAws_restJson1UnsubscribeCommand
110
- */
111
- export declare const de_UnsubscribeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UnsubscribeCommandOutput>;
112
- /**
113
- * deserializeAws_restJson1UntagResourceCommand
114
- */
115
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
116
- /**
117
- * deserializeAws_restJson1UpdateNotificationRuleCommand
118
- */
119
- export declare const de_UpdateNotificationRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNotificationRuleCommandOutput>;
@@ -1,161 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- CreateNotificationRuleCommandInput,
8
- CreateNotificationRuleCommandOutput,
9
- } from "../commands/CreateNotificationRuleCommand";
10
- import {
11
- DeleteNotificationRuleCommandInput,
12
- DeleteNotificationRuleCommandOutput,
13
- } from "../commands/DeleteNotificationRuleCommand";
14
- import {
15
- DeleteTargetCommandInput,
16
- DeleteTargetCommandOutput,
17
- } from "../commands/DeleteTargetCommand";
18
- import {
19
- DescribeNotificationRuleCommandInput,
20
- DescribeNotificationRuleCommandOutput,
21
- } from "../commands/DescribeNotificationRuleCommand";
22
- import {
23
- ListEventTypesCommandInput,
24
- ListEventTypesCommandOutput,
25
- } from "../commands/ListEventTypesCommand";
26
- import {
27
- ListNotificationRulesCommandInput,
28
- ListNotificationRulesCommandOutput,
29
- } from "../commands/ListNotificationRulesCommand";
30
- import {
31
- ListTagsForResourceCommandInput,
32
- ListTagsForResourceCommandOutput,
33
- } from "../commands/ListTagsForResourceCommand";
34
- import {
35
- ListTargetsCommandInput,
36
- ListTargetsCommandOutput,
37
- } from "../commands/ListTargetsCommand";
38
- import {
39
- SubscribeCommandInput,
40
- SubscribeCommandOutput,
41
- } from "../commands/SubscribeCommand";
42
- import {
43
- TagResourceCommandInput,
44
- TagResourceCommandOutput,
45
- } from "../commands/TagResourceCommand";
46
- import {
47
- UnsubscribeCommandInput,
48
- UnsubscribeCommandOutput,
49
- } from "../commands/UnsubscribeCommand";
50
- import {
51
- UntagResourceCommandInput,
52
- UntagResourceCommandOutput,
53
- } from "../commands/UntagResourceCommand";
54
- import {
55
- UpdateNotificationRuleCommandInput,
56
- UpdateNotificationRuleCommandOutput,
57
- } from "../commands/UpdateNotificationRuleCommand";
58
- export declare const se_CreateNotificationRuleCommand: (
59
- input: CreateNotificationRuleCommandInput,
60
- context: __SerdeContext
61
- ) => Promise<__HttpRequest>;
62
- export declare const se_DeleteNotificationRuleCommand: (
63
- input: DeleteNotificationRuleCommandInput,
64
- context: __SerdeContext
65
- ) => Promise<__HttpRequest>;
66
- export declare const se_DeleteTargetCommand: (
67
- input: DeleteTargetCommandInput,
68
- context: __SerdeContext
69
- ) => Promise<__HttpRequest>;
70
- export declare const se_DescribeNotificationRuleCommand: (
71
- input: DescribeNotificationRuleCommandInput,
72
- context: __SerdeContext
73
- ) => Promise<__HttpRequest>;
74
- export declare const se_ListEventTypesCommand: (
75
- input: ListEventTypesCommandInput,
76
- context: __SerdeContext
77
- ) => Promise<__HttpRequest>;
78
- export declare const se_ListNotificationRulesCommand: (
79
- input: ListNotificationRulesCommandInput,
80
- context: __SerdeContext
81
- ) => Promise<__HttpRequest>;
82
- export declare const se_ListTagsForResourceCommand: (
83
- input: ListTagsForResourceCommandInput,
84
- context: __SerdeContext
85
- ) => Promise<__HttpRequest>;
86
- export declare const se_ListTargetsCommand: (
87
- input: ListTargetsCommandInput,
88
- context: __SerdeContext
89
- ) => Promise<__HttpRequest>;
90
- export declare const se_SubscribeCommand: (
91
- input: SubscribeCommandInput,
92
- context: __SerdeContext
93
- ) => Promise<__HttpRequest>;
94
- export declare const se_TagResourceCommand: (
95
- input: TagResourceCommandInput,
96
- context: __SerdeContext
97
- ) => Promise<__HttpRequest>;
98
- export declare const se_UnsubscribeCommand: (
99
- input: UnsubscribeCommandInput,
100
- context: __SerdeContext
101
- ) => Promise<__HttpRequest>;
102
- export declare const se_UntagResourceCommand: (
103
- input: UntagResourceCommandInput,
104
- context: __SerdeContext
105
- ) => Promise<__HttpRequest>;
106
- export declare const se_UpdateNotificationRuleCommand: (
107
- input: UpdateNotificationRuleCommandInput,
108
- context: __SerdeContext
109
- ) => Promise<__HttpRequest>;
110
- export declare const de_CreateNotificationRuleCommand: (
111
- output: __HttpResponse,
112
- context: __SerdeContext
113
- ) => Promise<CreateNotificationRuleCommandOutput>;
114
- export declare const de_DeleteNotificationRuleCommand: (
115
- output: __HttpResponse,
116
- context: __SerdeContext
117
- ) => Promise<DeleteNotificationRuleCommandOutput>;
118
- export declare const de_DeleteTargetCommand: (
119
- output: __HttpResponse,
120
- context: __SerdeContext
121
- ) => Promise<DeleteTargetCommandOutput>;
122
- export declare const de_DescribeNotificationRuleCommand: (
123
- output: __HttpResponse,
124
- context: __SerdeContext
125
- ) => Promise<DescribeNotificationRuleCommandOutput>;
126
- export declare const de_ListEventTypesCommand: (
127
- output: __HttpResponse,
128
- context: __SerdeContext
129
- ) => Promise<ListEventTypesCommandOutput>;
130
- export declare const de_ListNotificationRulesCommand: (
131
- output: __HttpResponse,
132
- context: __SerdeContext
133
- ) => Promise<ListNotificationRulesCommandOutput>;
134
- export declare const de_ListTagsForResourceCommand: (
135
- output: __HttpResponse,
136
- context: __SerdeContext
137
- ) => Promise<ListTagsForResourceCommandOutput>;
138
- export declare const de_ListTargetsCommand: (
139
- output: __HttpResponse,
140
- context: __SerdeContext
141
- ) => Promise<ListTargetsCommandOutput>;
142
- export declare const de_SubscribeCommand: (
143
- output: __HttpResponse,
144
- context: __SerdeContext
145
- ) => Promise<SubscribeCommandOutput>;
146
- export declare const de_TagResourceCommand: (
147
- output: __HttpResponse,
148
- context: __SerdeContext
149
- ) => Promise<TagResourceCommandOutput>;
150
- export declare const de_UnsubscribeCommand: (
151
- output: __HttpResponse,
152
- context: __SerdeContext
153
- ) => Promise<UnsubscribeCommandOutput>;
154
- export declare const de_UntagResourceCommand: (
155
- output: __HttpResponse,
156
- context: __SerdeContext
157
- ) => Promise<UntagResourceCommandOutput>;
158
- export declare const de_UpdateNotificationRuleCommand: (
159
- output: __HttpResponse,
160
- context: __SerdeContext
161
- ) => Promise<UpdateNotificationRuleCommandOutput>;