@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.
Files changed (118) hide show
  1. package/README.md +115 -3
  2. package/dist-cjs/Notifications.js +28 -0
  3. package/dist-cjs/commands/AssociateManagedNotificationAccountContactCommand.js +26 -0
  4. package/dist-cjs/commands/AssociateManagedNotificationAdditionalChannelCommand.js +26 -0
  5. package/dist-cjs/commands/DisableNotificationsAccessForOrganizationCommand.js +26 -0
  6. package/dist-cjs/commands/DisassociateManagedNotificationAccountContactCommand.js +26 -0
  7. package/dist-cjs/commands/DisassociateManagedNotificationAdditionalChannelCommand.js +26 -0
  8. package/dist-cjs/commands/EnableNotificationsAccessForOrganizationCommand.js +26 -0
  9. package/dist-cjs/commands/GetManagedNotificationChildEventCommand.js +26 -0
  10. package/dist-cjs/commands/GetManagedNotificationConfigurationCommand.js +26 -0
  11. package/dist-cjs/commands/GetManagedNotificationEventCommand.js +26 -0
  12. package/dist-cjs/commands/GetNotificationsAccessForOrganizationCommand.js +26 -0
  13. package/dist-cjs/commands/ListManagedNotificationChannelAssociationsCommand.js +26 -0
  14. package/dist-cjs/commands/ListManagedNotificationChildEventsCommand.js +26 -0
  15. package/dist-cjs/commands/ListManagedNotificationConfigurationsCommand.js +26 -0
  16. package/dist-cjs/commands/ListManagedNotificationEventsCommand.js +26 -0
  17. package/dist-cjs/commands/index.js +14 -0
  18. package/dist-cjs/models/models_0.js +25 -4
  19. package/dist-cjs/pagination/ListManagedNotificationChannelAssociationsPaginator.js +7 -0
  20. package/dist-cjs/pagination/ListManagedNotificationChildEventsPaginator.js +7 -0
  21. package/dist-cjs/pagination/ListManagedNotificationConfigurationsPaginator.js +7 -0
  22. package/dist-cjs/pagination/ListManagedNotificationEventsPaginator.js +7 -0
  23. package/dist-cjs/pagination/index.js +4 -0
  24. package/dist-cjs/protocols/Aws_restJson1.js +475 -5
  25. package/dist-es/Notifications.js +28 -0
  26. package/dist-es/commands/AssociateManagedNotificationAccountContactCommand.js +22 -0
  27. package/dist-es/commands/AssociateManagedNotificationAdditionalChannelCommand.js +22 -0
  28. package/dist-es/commands/DisableNotificationsAccessForOrganizationCommand.js +22 -0
  29. package/dist-es/commands/DisassociateManagedNotificationAccountContactCommand.js +22 -0
  30. package/dist-es/commands/DisassociateManagedNotificationAdditionalChannelCommand.js +22 -0
  31. package/dist-es/commands/EnableNotificationsAccessForOrganizationCommand.js +22 -0
  32. package/dist-es/commands/GetManagedNotificationChildEventCommand.js +22 -0
  33. package/dist-es/commands/GetManagedNotificationConfigurationCommand.js +22 -0
  34. package/dist-es/commands/GetManagedNotificationEventCommand.js +22 -0
  35. package/dist-es/commands/GetNotificationsAccessForOrganizationCommand.js +22 -0
  36. package/dist-es/commands/ListManagedNotificationChannelAssociationsCommand.js +22 -0
  37. package/dist-es/commands/ListManagedNotificationChildEventsCommand.js +22 -0
  38. package/dist-es/commands/ListManagedNotificationConfigurationsCommand.js +22 -0
  39. package/dist-es/commands/ListManagedNotificationEventsCommand.js +22 -0
  40. package/dist-es/commands/index.js +14 -0
  41. package/dist-es/models/models_0.js +24 -3
  42. package/dist-es/pagination/ListManagedNotificationChannelAssociationsPaginator.js +4 -0
  43. package/dist-es/pagination/ListManagedNotificationChildEventsPaginator.js +4 -0
  44. package/dist-es/pagination/ListManagedNotificationConfigurationsPaginator.js +4 -0
  45. package/dist-es/pagination/ListManagedNotificationEventsPaginator.js +4 -0
  46. package/dist-es/pagination/index.js +4 -0
  47. package/dist-es/protocols/Aws_restJson1.js +445 -4
  48. package/dist-types/Notifications.d.ts +106 -3
  49. package/dist-types/NotificationsClient.d.ts +19 -5
  50. package/dist-types/commands/AssociateChannelCommand.d.ts +2 -2
  51. package/dist-types/commands/AssociateManagedNotificationAccountContactCommand.d.ts +91 -0
  52. package/dist-types/commands/AssociateManagedNotificationAdditionalChannelCommand.d.ts +92 -0
  53. package/dist-types/commands/CreateEventRuleCommand.d.ts +4 -1
  54. package/dist-types/commands/CreateNotificationConfigurationCommand.d.ts +1 -1
  55. package/dist-types/commands/DeleteEventRuleCommand.d.ts +1 -1
  56. package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +1 -1
  57. package/dist-types/commands/DeregisterNotificationHubCommand.d.ts +5 -2
  58. package/dist-types/commands/DisableNotificationsAccessForOrganizationCommand.d.ts +88 -0
  59. package/dist-types/commands/DisassociateChannelCommand.d.ts +1 -1
  60. package/dist-types/commands/DisassociateManagedNotificationAccountContactCommand.d.ts +88 -0
  61. package/dist-types/commands/DisassociateManagedNotificationAdditionalChannelCommand.d.ts +86 -0
  62. package/dist-types/commands/EnableNotificationsAccessForOrganizationCommand.d.ts +88 -0
  63. package/dist-types/commands/GetEventRuleCommand.d.ts +1 -1
  64. package/dist-types/commands/GetManagedNotificationChildEventCommand.d.ts +130 -0
  65. package/dist-types/commands/GetManagedNotificationConfigurationCommand.d.ts +90 -0
  66. package/dist-types/commands/GetManagedNotificationEventCommand.d.ts +161 -0
  67. package/dist-types/commands/GetNotificationConfigurationCommand.d.ts +1 -1
  68. package/dist-types/commands/GetNotificationEventCommand.d.ts +42 -3
  69. package/dist-types/commands/GetNotificationsAccessForOrganizationCommand.d.ts +83 -0
  70. package/dist-types/commands/ListChannelsCommand.d.ts +1 -1
  71. package/dist-types/commands/ListEventRulesCommand.d.ts +1 -1
  72. package/dist-types/commands/ListManagedNotificationChannelAssociationsCommand.d.ts +95 -0
  73. package/dist-types/commands/ListManagedNotificationChildEventsCommand.d.ts +121 -0
  74. package/dist-types/commands/ListManagedNotificationConfigurationsCommand.d.ts +92 -0
  75. package/dist-types/commands/ListManagedNotificationEventsCommand.d.ts +155 -0
  76. package/dist-types/commands/ListNotificationConfigurationsCommand.d.ts +2 -1
  77. package/dist-types/commands/ListNotificationEventsCommand.d.ts +41 -2
  78. package/dist-types/commands/ListNotificationHubsCommand.d.ts +1 -1
  79. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
  80. package/dist-types/commands/RegisterNotificationHubCommand.d.ts +3 -2
  81. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  82. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  83. package/dist-types/commands/UpdateEventRuleCommand.d.ts +1 -1
  84. package/dist-types/commands/UpdateNotificationConfigurationCommand.d.ts +1 -1
  85. package/dist-types/commands/index.d.ts +14 -0
  86. package/dist-types/index.d.ts +3 -3
  87. package/dist-types/models/models_0.d.ts +1830 -578
  88. package/dist-types/pagination/ListManagedNotificationChannelAssociationsPaginator.d.ts +7 -0
  89. package/dist-types/pagination/ListManagedNotificationChildEventsPaginator.d.ts +7 -0
  90. package/dist-types/pagination/ListManagedNotificationConfigurationsPaginator.d.ts +7 -0
  91. package/dist-types/pagination/ListManagedNotificationEventsPaginator.d.ts +7 -0
  92. package/dist-types/pagination/index.d.ts +4 -0
  93. package/dist-types/protocols/Aws_restJson1.d.ts +126 -0
  94. package/dist-types/ts3.4/Notifications.d.ts +309 -0
  95. package/dist-types/ts3.4/NotificationsClient.d.ts +84 -0
  96. package/dist-types/ts3.4/commands/AssociateManagedNotificationAccountContactCommand.d.ts +51 -0
  97. package/dist-types/ts3.4/commands/AssociateManagedNotificationAdditionalChannelCommand.d.ts +51 -0
  98. package/dist-types/ts3.4/commands/DisableNotificationsAccessForOrganizationCommand.d.ts +51 -0
  99. package/dist-types/ts3.4/commands/DisassociateManagedNotificationAccountContactCommand.d.ts +51 -0
  100. package/dist-types/ts3.4/commands/DisassociateManagedNotificationAdditionalChannelCommand.d.ts +51 -0
  101. package/dist-types/ts3.4/commands/EnableNotificationsAccessForOrganizationCommand.d.ts +51 -0
  102. package/dist-types/ts3.4/commands/GetManagedNotificationChildEventCommand.d.ts +51 -0
  103. package/dist-types/ts3.4/commands/GetManagedNotificationConfigurationCommand.d.ts +51 -0
  104. package/dist-types/ts3.4/commands/GetManagedNotificationEventCommand.d.ts +51 -0
  105. package/dist-types/ts3.4/commands/GetNotificationsAccessForOrganizationCommand.d.ts +51 -0
  106. package/dist-types/ts3.4/commands/ListManagedNotificationChannelAssociationsCommand.d.ts +51 -0
  107. package/dist-types/ts3.4/commands/ListManagedNotificationChildEventsCommand.d.ts +51 -0
  108. package/dist-types/ts3.4/commands/ListManagedNotificationConfigurationsCommand.d.ts +51 -0
  109. package/dist-types/ts3.4/commands/ListManagedNotificationEventsCommand.d.ts +51 -0
  110. package/dist-types/ts3.4/commands/index.d.ts +14 -0
  111. package/dist-types/ts3.4/models/models_0.d.ts +288 -38
  112. package/dist-types/ts3.4/pagination/ListManagedNotificationChannelAssociationsPaginator.d.ts +11 -0
  113. package/dist-types/ts3.4/pagination/ListManagedNotificationChildEventsPaginator.d.ts +11 -0
  114. package/dist-types/ts3.4/pagination/ListManagedNotificationConfigurationsPaginator.d.ts +11 -0
  115. package/dist-types/ts3.4/pagination/ListManagedNotificationEventsPaginator.d.ts +11 -0
  116. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  117. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +168 -0
  118. 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.730.0",
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.730.0",
24
- "@aws-sdk/credential-provider-node": "3.730.0",
25
- "@aws-sdk/middleware-host-header": "3.723.0",
26
- "@aws-sdk/middleware-logger": "3.723.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.723.0",
28
- "@aws-sdk/middleware-user-agent": "3.730.0",
29
- "@aws-sdk/region-config-resolver": "3.723.0",
30
- "@aws-sdk/types": "3.723.0",
31
- "@aws-sdk/util-endpoints": "3.730.0",
32
- "@aws-sdk/util-user-agent-browser": "3.723.0",
33
- "@aws-sdk/util-user-agent-node": "3.730.0",
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",