@aws-sdk/client-notifications 3.730.0 → 3.731.1
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/README.md +115 -3
- package/dist-cjs/Notifications.js +28 -0
- package/dist-cjs/commands/AssociateManagedNotificationAccountContactCommand.js +26 -0
- package/dist-cjs/commands/AssociateManagedNotificationAdditionalChannelCommand.js +26 -0
- package/dist-cjs/commands/DisableNotificationsAccessForOrganizationCommand.js +26 -0
- package/dist-cjs/commands/DisassociateManagedNotificationAccountContactCommand.js +26 -0
- package/dist-cjs/commands/DisassociateManagedNotificationAdditionalChannelCommand.js +26 -0
- package/dist-cjs/commands/EnableNotificationsAccessForOrganizationCommand.js +26 -0
- package/dist-cjs/commands/GetManagedNotificationChildEventCommand.js +26 -0
- package/dist-cjs/commands/GetManagedNotificationConfigurationCommand.js +26 -0
- package/dist-cjs/commands/GetManagedNotificationEventCommand.js +26 -0
- package/dist-cjs/commands/GetNotificationsAccessForOrganizationCommand.js +26 -0
- package/dist-cjs/commands/ListManagedNotificationChannelAssociationsCommand.js +26 -0
- package/dist-cjs/commands/ListManagedNotificationChildEventsCommand.js +26 -0
- package/dist-cjs/commands/ListManagedNotificationConfigurationsCommand.js +26 -0
- package/dist-cjs/commands/ListManagedNotificationEventsCommand.js +26 -0
- package/dist-cjs/commands/index.js +14 -0
- package/dist-cjs/models/models_0.js +25 -4
- package/dist-cjs/pagination/ListManagedNotificationChannelAssociationsPaginator.js +7 -0
- package/dist-cjs/pagination/ListManagedNotificationChildEventsPaginator.js +7 -0
- package/dist-cjs/pagination/ListManagedNotificationConfigurationsPaginator.js +7 -0
- package/dist-cjs/pagination/ListManagedNotificationEventsPaginator.js +7 -0
- package/dist-cjs/pagination/index.js +4 -0
- package/dist-cjs/protocols/Aws_restJson1.js +475 -5
- package/dist-es/Notifications.js +28 -0
- package/dist-es/commands/AssociateManagedNotificationAccountContactCommand.js +22 -0
- package/dist-es/commands/AssociateManagedNotificationAdditionalChannelCommand.js +22 -0
- package/dist-es/commands/DisableNotificationsAccessForOrganizationCommand.js +22 -0
- package/dist-es/commands/DisassociateManagedNotificationAccountContactCommand.js +22 -0
- package/dist-es/commands/DisassociateManagedNotificationAdditionalChannelCommand.js +22 -0
- package/dist-es/commands/EnableNotificationsAccessForOrganizationCommand.js +22 -0
- package/dist-es/commands/GetManagedNotificationChildEventCommand.js +22 -0
- package/dist-es/commands/GetManagedNotificationConfigurationCommand.js +22 -0
- package/dist-es/commands/GetManagedNotificationEventCommand.js +22 -0
- package/dist-es/commands/GetNotificationsAccessForOrganizationCommand.js +22 -0
- package/dist-es/commands/ListManagedNotificationChannelAssociationsCommand.js +22 -0
- package/dist-es/commands/ListManagedNotificationChildEventsCommand.js +22 -0
- package/dist-es/commands/ListManagedNotificationConfigurationsCommand.js +22 -0
- package/dist-es/commands/ListManagedNotificationEventsCommand.js +22 -0
- package/dist-es/commands/index.js +14 -0
- package/dist-es/models/models_0.js +24 -3
- package/dist-es/pagination/ListManagedNotificationChannelAssociationsPaginator.js +4 -0
- package/dist-es/pagination/ListManagedNotificationChildEventsPaginator.js +4 -0
- package/dist-es/pagination/ListManagedNotificationConfigurationsPaginator.js +4 -0
- package/dist-es/pagination/ListManagedNotificationEventsPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +445 -4
- package/dist-types/Notifications.d.ts +106 -3
- package/dist-types/NotificationsClient.d.ts +19 -5
- package/dist-types/commands/AssociateChannelCommand.d.ts +2 -2
- package/dist-types/commands/AssociateManagedNotificationAccountContactCommand.d.ts +91 -0
- package/dist-types/commands/AssociateManagedNotificationAdditionalChannelCommand.d.ts +92 -0
- package/dist-types/commands/CreateEventRuleCommand.d.ts +4 -1
- package/dist-types/commands/CreateNotificationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterNotificationHubCommand.d.ts +5 -2
- package/dist-types/commands/DisableNotificationsAccessForOrganizationCommand.d.ts +88 -0
- package/dist-types/commands/DisassociateChannelCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateManagedNotificationAccountContactCommand.d.ts +88 -0
- package/dist-types/commands/DisassociateManagedNotificationAdditionalChannelCommand.d.ts +86 -0
- package/dist-types/commands/EnableNotificationsAccessForOrganizationCommand.d.ts +88 -0
- package/dist-types/commands/GetEventRuleCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedNotificationChildEventCommand.d.ts +130 -0
- package/dist-types/commands/GetManagedNotificationConfigurationCommand.d.ts +90 -0
- package/dist-types/commands/GetManagedNotificationEventCommand.d.ts +161 -0
- package/dist-types/commands/GetNotificationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetNotificationEventCommand.d.ts +42 -3
- package/dist-types/commands/GetNotificationsAccessForOrganizationCommand.d.ts +83 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +1 -1
- package/dist-types/commands/ListEventRulesCommand.d.ts +1 -1
- package/dist-types/commands/ListManagedNotificationChannelAssociationsCommand.d.ts +95 -0
- package/dist-types/commands/ListManagedNotificationChildEventsCommand.d.ts +121 -0
- package/dist-types/commands/ListManagedNotificationConfigurationsCommand.d.ts +92 -0
- package/dist-types/commands/ListManagedNotificationEventsCommand.d.ts +155 -0
- package/dist-types/commands/ListNotificationConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/ListNotificationEventsCommand.d.ts +41 -2
- package/dist-types/commands/ListNotificationHubsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/dist-types/commands/RegisterNotificationHubCommand.d.ts +3 -2
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEventRuleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNotificationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +14 -0
- package/dist-types/index.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +1830 -578
- package/dist-types/pagination/ListManagedNotificationChannelAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListManagedNotificationChildEventsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListManagedNotificationConfigurationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListManagedNotificationEventsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +126 -0
- package/dist-types/ts3.4/Notifications.d.ts +309 -0
- package/dist-types/ts3.4/NotificationsClient.d.ts +84 -0
- package/dist-types/ts3.4/commands/AssociateManagedNotificationAccountContactCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/AssociateManagedNotificationAdditionalChannelCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisableNotificationsAccessForOrganizationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisassociateManagedNotificationAccountContactCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisassociateManagedNotificationAdditionalChannelCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/EnableNotificationsAccessForOrganizationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetManagedNotificationChildEventCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetManagedNotificationConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetManagedNotificationEventCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetNotificationsAccessForOrganizationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListManagedNotificationChannelAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListManagedNotificationChildEventsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListManagedNotificationConfigurationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListManagedNotificationEventsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +14 -0
- package/dist-types/ts3.4/models/models_0.d.ts +288 -38
- package/dist-types/ts3.4/pagination/ListManagedNotificationChannelAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListManagedNotificationChildEventsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListManagedNotificationConfigurationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListManagedNotificationEventsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +168 -0
- package/package.json +12 -12
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListManagedNotificationEventsCommandInput,
|
|
4
|
+
ListManagedNotificationEventsCommandOutput,
|
|
5
|
+
} from "../commands/ListManagedNotificationEventsCommand";
|
|
6
|
+
import { NotificationsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListManagedNotificationEvents: (
|
|
8
|
+
config: NotificationsPaginationConfiguration,
|
|
9
|
+
input: ListManagedNotificationEventsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListManagedNotificationEventsCommandOutput>;
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
export * from "./Interfaces";
|
|
2
2
|
export * from "./ListChannelsPaginator";
|
|
3
3
|
export * from "./ListEventRulesPaginator";
|
|
4
|
+
export * from "./ListManagedNotificationChannelAssociationsPaginator";
|
|
5
|
+
export * from "./ListManagedNotificationChildEventsPaginator";
|
|
6
|
+
export * from "./ListManagedNotificationConfigurationsPaginator";
|
|
7
|
+
export * from "./ListManagedNotificationEventsPaginator";
|
|
4
8
|
export * from "./ListNotificationConfigurationsPaginator";
|
|
5
9
|
export * from "./ListNotificationEventsPaginator";
|
|
6
10
|
export * from "./ListNotificationHubsPaginator";
|
|
@@ -7,6 +7,14 @@ import {
|
|
|
7
7
|
AssociateChannelCommandInput,
|
|
8
8
|
AssociateChannelCommandOutput,
|
|
9
9
|
} from "../commands/AssociateChannelCommand";
|
|
10
|
+
import {
|
|
11
|
+
AssociateManagedNotificationAccountContactCommandInput,
|
|
12
|
+
AssociateManagedNotificationAccountContactCommandOutput,
|
|
13
|
+
} from "../commands/AssociateManagedNotificationAccountContactCommand";
|
|
14
|
+
import {
|
|
15
|
+
AssociateManagedNotificationAdditionalChannelCommandInput,
|
|
16
|
+
AssociateManagedNotificationAdditionalChannelCommandOutput,
|
|
17
|
+
} from "../commands/AssociateManagedNotificationAdditionalChannelCommand";
|
|
10
18
|
import {
|
|
11
19
|
CreateEventRuleCommandInput,
|
|
12
20
|
CreateEventRuleCommandOutput,
|
|
@@ -27,14 +35,42 @@ import {
|
|
|
27
35
|
DeregisterNotificationHubCommandInput,
|
|
28
36
|
DeregisterNotificationHubCommandOutput,
|
|
29
37
|
} from "../commands/DeregisterNotificationHubCommand";
|
|
38
|
+
import {
|
|
39
|
+
DisableNotificationsAccessForOrganizationCommandInput,
|
|
40
|
+
DisableNotificationsAccessForOrganizationCommandOutput,
|
|
41
|
+
} from "../commands/DisableNotificationsAccessForOrganizationCommand";
|
|
30
42
|
import {
|
|
31
43
|
DisassociateChannelCommandInput,
|
|
32
44
|
DisassociateChannelCommandOutput,
|
|
33
45
|
} from "../commands/DisassociateChannelCommand";
|
|
46
|
+
import {
|
|
47
|
+
DisassociateManagedNotificationAccountContactCommandInput,
|
|
48
|
+
DisassociateManagedNotificationAccountContactCommandOutput,
|
|
49
|
+
} from "../commands/DisassociateManagedNotificationAccountContactCommand";
|
|
50
|
+
import {
|
|
51
|
+
DisassociateManagedNotificationAdditionalChannelCommandInput,
|
|
52
|
+
DisassociateManagedNotificationAdditionalChannelCommandOutput,
|
|
53
|
+
} from "../commands/DisassociateManagedNotificationAdditionalChannelCommand";
|
|
54
|
+
import {
|
|
55
|
+
EnableNotificationsAccessForOrganizationCommandInput,
|
|
56
|
+
EnableNotificationsAccessForOrganizationCommandOutput,
|
|
57
|
+
} from "../commands/EnableNotificationsAccessForOrganizationCommand";
|
|
34
58
|
import {
|
|
35
59
|
GetEventRuleCommandInput,
|
|
36
60
|
GetEventRuleCommandOutput,
|
|
37
61
|
} from "../commands/GetEventRuleCommand";
|
|
62
|
+
import {
|
|
63
|
+
GetManagedNotificationChildEventCommandInput,
|
|
64
|
+
GetManagedNotificationChildEventCommandOutput,
|
|
65
|
+
} from "../commands/GetManagedNotificationChildEventCommand";
|
|
66
|
+
import {
|
|
67
|
+
GetManagedNotificationConfigurationCommandInput,
|
|
68
|
+
GetManagedNotificationConfigurationCommandOutput,
|
|
69
|
+
} from "../commands/GetManagedNotificationConfigurationCommand";
|
|
70
|
+
import {
|
|
71
|
+
GetManagedNotificationEventCommandInput,
|
|
72
|
+
GetManagedNotificationEventCommandOutput,
|
|
73
|
+
} from "../commands/GetManagedNotificationEventCommand";
|
|
38
74
|
import {
|
|
39
75
|
GetNotificationConfigurationCommandInput,
|
|
40
76
|
GetNotificationConfigurationCommandOutput,
|
|
@@ -43,6 +79,10 @@ import {
|
|
|
43
79
|
GetNotificationEventCommandInput,
|
|
44
80
|
GetNotificationEventCommandOutput,
|
|
45
81
|
} from "../commands/GetNotificationEventCommand";
|
|
82
|
+
import {
|
|
83
|
+
GetNotificationsAccessForOrganizationCommandInput,
|
|
84
|
+
GetNotificationsAccessForOrganizationCommandOutput,
|
|
85
|
+
} from "../commands/GetNotificationsAccessForOrganizationCommand";
|
|
46
86
|
import {
|
|
47
87
|
ListChannelsCommandInput,
|
|
48
88
|
ListChannelsCommandOutput,
|
|
@@ -51,6 +91,22 @@ import {
|
|
|
51
91
|
ListEventRulesCommandInput,
|
|
52
92
|
ListEventRulesCommandOutput,
|
|
53
93
|
} from "../commands/ListEventRulesCommand";
|
|
94
|
+
import {
|
|
95
|
+
ListManagedNotificationChannelAssociationsCommandInput,
|
|
96
|
+
ListManagedNotificationChannelAssociationsCommandOutput,
|
|
97
|
+
} from "../commands/ListManagedNotificationChannelAssociationsCommand";
|
|
98
|
+
import {
|
|
99
|
+
ListManagedNotificationChildEventsCommandInput,
|
|
100
|
+
ListManagedNotificationChildEventsCommandOutput,
|
|
101
|
+
} from "../commands/ListManagedNotificationChildEventsCommand";
|
|
102
|
+
import {
|
|
103
|
+
ListManagedNotificationConfigurationsCommandInput,
|
|
104
|
+
ListManagedNotificationConfigurationsCommandOutput,
|
|
105
|
+
} from "../commands/ListManagedNotificationConfigurationsCommand";
|
|
106
|
+
import {
|
|
107
|
+
ListManagedNotificationEventsCommandInput,
|
|
108
|
+
ListManagedNotificationEventsCommandOutput,
|
|
109
|
+
} from "../commands/ListManagedNotificationEventsCommand";
|
|
54
110
|
import {
|
|
55
111
|
ListNotificationConfigurationsCommandInput,
|
|
56
112
|
ListNotificationConfigurationsCommandOutput,
|
|
@@ -91,6 +147,14 @@ export declare const se_AssociateChannelCommand: (
|
|
|
91
147
|
input: AssociateChannelCommandInput,
|
|
92
148
|
context: __SerdeContext
|
|
93
149
|
) => Promise<__HttpRequest>;
|
|
150
|
+
export declare const se_AssociateManagedNotificationAccountContactCommand: (
|
|
151
|
+
input: AssociateManagedNotificationAccountContactCommandInput,
|
|
152
|
+
context: __SerdeContext
|
|
153
|
+
) => Promise<__HttpRequest>;
|
|
154
|
+
export declare const se_AssociateManagedNotificationAdditionalChannelCommand: (
|
|
155
|
+
input: AssociateManagedNotificationAdditionalChannelCommandInput,
|
|
156
|
+
context: __SerdeContext
|
|
157
|
+
) => Promise<__HttpRequest>;
|
|
94
158
|
export declare const se_CreateEventRuleCommand: (
|
|
95
159
|
input: CreateEventRuleCommandInput,
|
|
96
160
|
context: __SerdeContext
|
|
@@ -111,14 +175,42 @@ export declare const se_DeregisterNotificationHubCommand: (
|
|
|
111
175
|
input: DeregisterNotificationHubCommandInput,
|
|
112
176
|
context: __SerdeContext
|
|
113
177
|
) => Promise<__HttpRequest>;
|
|
178
|
+
export declare const se_DisableNotificationsAccessForOrganizationCommand: (
|
|
179
|
+
input: DisableNotificationsAccessForOrganizationCommandInput,
|
|
180
|
+
context: __SerdeContext
|
|
181
|
+
) => Promise<__HttpRequest>;
|
|
114
182
|
export declare const se_DisassociateChannelCommand: (
|
|
115
183
|
input: DisassociateChannelCommandInput,
|
|
116
184
|
context: __SerdeContext
|
|
117
185
|
) => Promise<__HttpRequest>;
|
|
186
|
+
export declare const se_DisassociateManagedNotificationAccountContactCommand: (
|
|
187
|
+
input: DisassociateManagedNotificationAccountContactCommandInput,
|
|
188
|
+
context: __SerdeContext
|
|
189
|
+
) => Promise<__HttpRequest>;
|
|
190
|
+
export declare const se_DisassociateManagedNotificationAdditionalChannelCommand: (
|
|
191
|
+
input: DisassociateManagedNotificationAdditionalChannelCommandInput,
|
|
192
|
+
context: __SerdeContext
|
|
193
|
+
) => Promise<__HttpRequest>;
|
|
194
|
+
export declare const se_EnableNotificationsAccessForOrganizationCommand: (
|
|
195
|
+
input: EnableNotificationsAccessForOrganizationCommandInput,
|
|
196
|
+
context: __SerdeContext
|
|
197
|
+
) => Promise<__HttpRequest>;
|
|
118
198
|
export declare const se_GetEventRuleCommand: (
|
|
119
199
|
input: GetEventRuleCommandInput,
|
|
120
200
|
context: __SerdeContext
|
|
121
201
|
) => Promise<__HttpRequest>;
|
|
202
|
+
export declare const se_GetManagedNotificationChildEventCommand: (
|
|
203
|
+
input: GetManagedNotificationChildEventCommandInput,
|
|
204
|
+
context: __SerdeContext
|
|
205
|
+
) => Promise<__HttpRequest>;
|
|
206
|
+
export declare const se_GetManagedNotificationConfigurationCommand: (
|
|
207
|
+
input: GetManagedNotificationConfigurationCommandInput,
|
|
208
|
+
context: __SerdeContext
|
|
209
|
+
) => Promise<__HttpRequest>;
|
|
210
|
+
export declare const se_GetManagedNotificationEventCommand: (
|
|
211
|
+
input: GetManagedNotificationEventCommandInput,
|
|
212
|
+
context: __SerdeContext
|
|
213
|
+
) => Promise<__HttpRequest>;
|
|
122
214
|
export declare const se_GetNotificationConfigurationCommand: (
|
|
123
215
|
input: GetNotificationConfigurationCommandInput,
|
|
124
216
|
context: __SerdeContext
|
|
@@ -127,6 +219,10 @@ export declare const se_GetNotificationEventCommand: (
|
|
|
127
219
|
input: GetNotificationEventCommandInput,
|
|
128
220
|
context: __SerdeContext
|
|
129
221
|
) => Promise<__HttpRequest>;
|
|
222
|
+
export declare const se_GetNotificationsAccessForOrganizationCommand: (
|
|
223
|
+
input: GetNotificationsAccessForOrganizationCommandInput,
|
|
224
|
+
context: __SerdeContext
|
|
225
|
+
) => Promise<__HttpRequest>;
|
|
130
226
|
export declare const se_ListChannelsCommand: (
|
|
131
227
|
input: ListChannelsCommandInput,
|
|
132
228
|
context: __SerdeContext
|
|
@@ -135,6 +231,22 @@ export declare const se_ListEventRulesCommand: (
|
|
|
135
231
|
input: ListEventRulesCommandInput,
|
|
136
232
|
context: __SerdeContext
|
|
137
233
|
) => Promise<__HttpRequest>;
|
|
234
|
+
export declare const se_ListManagedNotificationChannelAssociationsCommand: (
|
|
235
|
+
input: ListManagedNotificationChannelAssociationsCommandInput,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<__HttpRequest>;
|
|
238
|
+
export declare const se_ListManagedNotificationChildEventsCommand: (
|
|
239
|
+
input: ListManagedNotificationChildEventsCommandInput,
|
|
240
|
+
context: __SerdeContext
|
|
241
|
+
) => Promise<__HttpRequest>;
|
|
242
|
+
export declare const se_ListManagedNotificationConfigurationsCommand: (
|
|
243
|
+
input: ListManagedNotificationConfigurationsCommandInput,
|
|
244
|
+
context: __SerdeContext
|
|
245
|
+
) => Promise<__HttpRequest>;
|
|
246
|
+
export declare const se_ListManagedNotificationEventsCommand: (
|
|
247
|
+
input: ListManagedNotificationEventsCommandInput,
|
|
248
|
+
context: __SerdeContext
|
|
249
|
+
) => Promise<__HttpRequest>;
|
|
138
250
|
export declare const se_ListNotificationConfigurationsCommand: (
|
|
139
251
|
input: ListNotificationConfigurationsCommandInput,
|
|
140
252
|
context: __SerdeContext
|
|
@@ -175,6 +287,14 @@ export declare const de_AssociateChannelCommand: (
|
|
|
175
287
|
output: __HttpResponse,
|
|
176
288
|
context: __SerdeContext
|
|
177
289
|
) => Promise<AssociateChannelCommandOutput>;
|
|
290
|
+
export declare const de_AssociateManagedNotificationAccountContactCommand: (
|
|
291
|
+
output: __HttpResponse,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<AssociateManagedNotificationAccountContactCommandOutput>;
|
|
294
|
+
export declare const de_AssociateManagedNotificationAdditionalChannelCommand: (
|
|
295
|
+
output: __HttpResponse,
|
|
296
|
+
context: __SerdeContext
|
|
297
|
+
) => Promise<AssociateManagedNotificationAdditionalChannelCommandOutput>;
|
|
178
298
|
export declare const de_CreateEventRuleCommand: (
|
|
179
299
|
output: __HttpResponse,
|
|
180
300
|
context: __SerdeContext
|
|
@@ -195,14 +315,42 @@ export declare const de_DeregisterNotificationHubCommand: (
|
|
|
195
315
|
output: __HttpResponse,
|
|
196
316
|
context: __SerdeContext
|
|
197
317
|
) => Promise<DeregisterNotificationHubCommandOutput>;
|
|
318
|
+
export declare const de_DisableNotificationsAccessForOrganizationCommand: (
|
|
319
|
+
output: __HttpResponse,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<DisableNotificationsAccessForOrganizationCommandOutput>;
|
|
198
322
|
export declare const de_DisassociateChannelCommand: (
|
|
199
323
|
output: __HttpResponse,
|
|
200
324
|
context: __SerdeContext
|
|
201
325
|
) => Promise<DisassociateChannelCommandOutput>;
|
|
326
|
+
export declare const de_DisassociateManagedNotificationAccountContactCommand: (
|
|
327
|
+
output: __HttpResponse,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<DisassociateManagedNotificationAccountContactCommandOutput>;
|
|
330
|
+
export declare const de_DisassociateManagedNotificationAdditionalChannelCommand: (
|
|
331
|
+
output: __HttpResponse,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<DisassociateManagedNotificationAdditionalChannelCommandOutput>;
|
|
334
|
+
export declare const de_EnableNotificationsAccessForOrganizationCommand: (
|
|
335
|
+
output: __HttpResponse,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<EnableNotificationsAccessForOrganizationCommandOutput>;
|
|
202
338
|
export declare const de_GetEventRuleCommand: (
|
|
203
339
|
output: __HttpResponse,
|
|
204
340
|
context: __SerdeContext
|
|
205
341
|
) => Promise<GetEventRuleCommandOutput>;
|
|
342
|
+
export declare const de_GetManagedNotificationChildEventCommand: (
|
|
343
|
+
output: __HttpResponse,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<GetManagedNotificationChildEventCommandOutput>;
|
|
346
|
+
export declare const de_GetManagedNotificationConfigurationCommand: (
|
|
347
|
+
output: __HttpResponse,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<GetManagedNotificationConfigurationCommandOutput>;
|
|
350
|
+
export declare const de_GetManagedNotificationEventCommand: (
|
|
351
|
+
output: __HttpResponse,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<GetManagedNotificationEventCommandOutput>;
|
|
206
354
|
export declare const de_GetNotificationConfigurationCommand: (
|
|
207
355
|
output: __HttpResponse,
|
|
208
356
|
context: __SerdeContext
|
|
@@ -211,6 +359,10 @@ export declare const de_GetNotificationEventCommand: (
|
|
|
211
359
|
output: __HttpResponse,
|
|
212
360
|
context: __SerdeContext
|
|
213
361
|
) => Promise<GetNotificationEventCommandOutput>;
|
|
362
|
+
export declare const de_GetNotificationsAccessForOrganizationCommand: (
|
|
363
|
+
output: __HttpResponse,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<GetNotificationsAccessForOrganizationCommandOutput>;
|
|
214
366
|
export declare const de_ListChannelsCommand: (
|
|
215
367
|
output: __HttpResponse,
|
|
216
368
|
context: __SerdeContext
|
|
@@ -219,6 +371,22 @@ export declare const de_ListEventRulesCommand: (
|
|
|
219
371
|
output: __HttpResponse,
|
|
220
372
|
context: __SerdeContext
|
|
221
373
|
) => Promise<ListEventRulesCommandOutput>;
|
|
374
|
+
export declare const de_ListManagedNotificationChannelAssociationsCommand: (
|
|
375
|
+
output: __HttpResponse,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<ListManagedNotificationChannelAssociationsCommandOutput>;
|
|
378
|
+
export declare const de_ListManagedNotificationChildEventsCommand: (
|
|
379
|
+
output: __HttpResponse,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<ListManagedNotificationChildEventsCommandOutput>;
|
|
382
|
+
export declare const de_ListManagedNotificationConfigurationsCommand: (
|
|
383
|
+
output: __HttpResponse,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<ListManagedNotificationConfigurationsCommandOutput>;
|
|
386
|
+
export declare const de_ListManagedNotificationEventsCommand: (
|
|
387
|
+
output: __HttpResponse,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<ListManagedNotificationEventsCommandOutput>;
|
|
222
390
|
export declare const de_ListNotificationConfigurationsCommand: (
|
|
223
391
|
output: __HttpResponse,
|
|
224
392
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-notifications",
|
|
3
3
|
"description": "AWS SDK for JavaScript Notifications Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.731.1",
|
|
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,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.731.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.731.1",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.731.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.731.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.731.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.731.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.731.0",
|
|
30
|
+
"@aws-sdk/types": "3.731.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.731.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.731.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.731.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.0",
|
|
35
35
|
"@smithy/core": "^3.0.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.0",
|