@aws-sdk/client-codestar-notifications 3.928.0 → 3.930.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-cjs/index.js +492 -694
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/CodestarNotificationsClient.js +2 -0
- package/dist-es/commands/CreateNotificationRuleCommand.js +3 -10
- package/dist-es/commands/DeleteNotificationRuleCommand.js +3 -9
- package/dist-es/commands/DeleteTargetCommand.js +3 -10
- package/dist-es/commands/DescribeNotificationRuleCommand.js +3 -10
- package/dist-es/commands/ListEventTypesCommand.js +3 -9
- package/dist-es/commands/ListNotificationRulesCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListTargetsCommand.js +3 -10
- package/dist-es/commands/SubscribeCommand.js +3 -10
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UnsubscribeCommand.js +3 -10
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateNotificationRuleCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -40
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +446 -0
- package/dist-types/CodestarNotificationsClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -36
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +69 -0
- package/dist-types/ts3.4/CodestarNotificationsClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -25
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +75 -0
- package/package.json +33 -34
- package/dist-es/protocols/Aws_restJson1.js +0 -534
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -119
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -161
|
@@ -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>;
|