@aws-sdk/client-notifications 3.927.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.
- package/dist-cjs/index.js +1809 -1672
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/NotificationsClient.js +2 -0
- package/dist-es/commands/AssociateChannelCommand.js +3 -9
- package/dist-es/commands/AssociateManagedNotificationAccountContactCommand.js +3 -9
- package/dist-es/commands/AssociateManagedNotificationAdditionalChannelCommand.js +3 -9
- package/dist-es/commands/AssociateOrganizationalUnitCommand.js +3 -9
- package/dist-es/commands/CreateEventRuleCommand.js +3 -9
- package/dist-es/commands/CreateNotificationConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteEventRuleCommand.js +3 -9
- package/dist-es/commands/DeleteNotificationConfigurationCommand.js +3 -9
- package/dist-es/commands/DeregisterNotificationHubCommand.js +3 -9
- package/dist-es/commands/DisableNotificationsAccessForOrganizationCommand.js +3 -9
- package/dist-es/commands/DisassociateChannelCommand.js +3 -9
- package/dist-es/commands/DisassociateManagedNotificationAccountContactCommand.js +3 -9
- package/dist-es/commands/DisassociateManagedNotificationAdditionalChannelCommand.js +3 -9
- package/dist-es/commands/DisassociateOrganizationalUnitCommand.js +3 -9
- package/dist-es/commands/EnableNotificationsAccessForOrganizationCommand.js +3 -9
- package/dist-es/commands/GetEventRuleCommand.js +3 -9
- package/dist-es/commands/GetManagedNotificationChildEventCommand.js +3 -9
- package/dist-es/commands/GetManagedNotificationConfigurationCommand.js +3 -9
- package/dist-es/commands/GetManagedNotificationEventCommand.js +3 -9
- package/dist-es/commands/GetNotificationConfigurationCommand.js +3 -9
- package/dist-es/commands/GetNotificationEventCommand.js +3 -9
- package/dist-es/commands/GetNotificationsAccessForOrganizationCommand.js +3 -9
- package/dist-es/commands/ListChannelsCommand.js +3 -9
- package/dist-es/commands/ListEventRulesCommand.js +3 -9
- package/dist-es/commands/ListManagedNotificationChannelAssociationsCommand.js +3 -9
- package/dist-es/commands/ListManagedNotificationChildEventsCommand.js +3 -9
- package/dist-es/commands/ListManagedNotificationConfigurationsCommand.js +3 -9
- package/dist-es/commands/ListManagedNotificationEventsCommand.js +3 -9
- package/dist-es/commands/ListMemberAccountsCommand.js +3 -9
- package/dist-es/commands/ListNotificationConfigurationsCommand.js +3 -9
- package/dist-es/commands/ListNotificationEventsCommand.js +3 -9
- package/dist-es/commands/ListNotificationHubsCommand.js +3 -9
- package/dist-es/commands/ListOrganizationalUnitsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/RegisterNotificationHubCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateEventRuleCommand.js +3 -9
- package/dist-es/commands/UpdateNotificationConfigurationCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1736 -0
- package/dist-types/NotificationsClient.d.ts +10 -1
- 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 +188 -0
- package/dist-types/ts3.4/NotificationsClient.d.ts +4 -0
- 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 +194 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_restJson1.js +0 -1396
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -353
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -473
|
@@ -1,353 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { AssociateChannelCommandInput, AssociateChannelCommandOutput } from "../commands/AssociateChannelCommand";
|
|
4
|
-
import { AssociateManagedNotificationAccountContactCommandInput, AssociateManagedNotificationAccountContactCommandOutput } from "../commands/AssociateManagedNotificationAccountContactCommand";
|
|
5
|
-
import { AssociateManagedNotificationAdditionalChannelCommandInput, AssociateManagedNotificationAdditionalChannelCommandOutput } from "../commands/AssociateManagedNotificationAdditionalChannelCommand";
|
|
6
|
-
import { AssociateOrganizationalUnitCommandInput, AssociateOrganizationalUnitCommandOutput } from "../commands/AssociateOrganizationalUnitCommand";
|
|
7
|
-
import { CreateEventRuleCommandInput, CreateEventRuleCommandOutput } from "../commands/CreateEventRuleCommand";
|
|
8
|
-
import { CreateNotificationConfigurationCommandInput, CreateNotificationConfigurationCommandOutput } from "../commands/CreateNotificationConfigurationCommand";
|
|
9
|
-
import { DeleteEventRuleCommandInput, DeleteEventRuleCommandOutput } from "../commands/DeleteEventRuleCommand";
|
|
10
|
-
import { DeleteNotificationConfigurationCommandInput, DeleteNotificationConfigurationCommandOutput } from "../commands/DeleteNotificationConfigurationCommand";
|
|
11
|
-
import { DeregisterNotificationHubCommandInput, DeregisterNotificationHubCommandOutput } from "../commands/DeregisterNotificationHubCommand";
|
|
12
|
-
import { DisableNotificationsAccessForOrganizationCommandInput, DisableNotificationsAccessForOrganizationCommandOutput } from "../commands/DisableNotificationsAccessForOrganizationCommand";
|
|
13
|
-
import { DisassociateChannelCommandInput, DisassociateChannelCommandOutput } from "../commands/DisassociateChannelCommand";
|
|
14
|
-
import { DisassociateManagedNotificationAccountContactCommandInput, DisassociateManagedNotificationAccountContactCommandOutput } from "../commands/DisassociateManagedNotificationAccountContactCommand";
|
|
15
|
-
import { DisassociateManagedNotificationAdditionalChannelCommandInput, DisassociateManagedNotificationAdditionalChannelCommandOutput } from "../commands/DisassociateManagedNotificationAdditionalChannelCommand";
|
|
16
|
-
import { DisassociateOrganizationalUnitCommandInput, DisassociateOrganizationalUnitCommandOutput } from "../commands/DisassociateOrganizationalUnitCommand";
|
|
17
|
-
import { EnableNotificationsAccessForOrganizationCommandInput, EnableNotificationsAccessForOrganizationCommandOutput } from "../commands/EnableNotificationsAccessForOrganizationCommand";
|
|
18
|
-
import { GetEventRuleCommandInput, GetEventRuleCommandOutput } from "../commands/GetEventRuleCommand";
|
|
19
|
-
import { GetManagedNotificationChildEventCommandInput, GetManagedNotificationChildEventCommandOutput } from "../commands/GetManagedNotificationChildEventCommand";
|
|
20
|
-
import { GetManagedNotificationConfigurationCommandInput, GetManagedNotificationConfigurationCommandOutput } from "../commands/GetManagedNotificationConfigurationCommand";
|
|
21
|
-
import { GetManagedNotificationEventCommandInput, GetManagedNotificationEventCommandOutput } from "../commands/GetManagedNotificationEventCommand";
|
|
22
|
-
import { GetNotificationConfigurationCommandInput, GetNotificationConfigurationCommandOutput } from "../commands/GetNotificationConfigurationCommand";
|
|
23
|
-
import { GetNotificationEventCommandInput, GetNotificationEventCommandOutput } from "../commands/GetNotificationEventCommand";
|
|
24
|
-
import { GetNotificationsAccessForOrganizationCommandInput, GetNotificationsAccessForOrganizationCommandOutput } from "../commands/GetNotificationsAccessForOrganizationCommand";
|
|
25
|
-
import { ListChannelsCommandInput, ListChannelsCommandOutput } from "../commands/ListChannelsCommand";
|
|
26
|
-
import { ListEventRulesCommandInput, ListEventRulesCommandOutput } from "../commands/ListEventRulesCommand";
|
|
27
|
-
import { ListManagedNotificationChannelAssociationsCommandInput, ListManagedNotificationChannelAssociationsCommandOutput } from "../commands/ListManagedNotificationChannelAssociationsCommand";
|
|
28
|
-
import { ListManagedNotificationChildEventsCommandInput, ListManagedNotificationChildEventsCommandOutput } from "../commands/ListManagedNotificationChildEventsCommand";
|
|
29
|
-
import { ListManagedNotificationConfigurationsCommandInput, ListManagedNotificationConfigurationsCommandOutput } from "../commands/ListManagedNotificationConfigurationsCommand";
|
|
30
|
-
import { ListManagedNotificationEventsCommandInput, ListManagedNotificationEventsCommandOutput } from "../commands/ListManagedNotificationEventsCommand";
|
|
31
|
-
import { ListMemberAccountsCommandInput, ListMemberAccountsCommandOutput } from "../commands/ListMemberAccountsCommand";
|
|
32
|
-
import { ListNotificationConfigurationsCommandInput, ListNotificationConfigurationsCommandOutput } from "../commands/ListNotificationConfigurationsCommand";
|
|
33
|
-
import { ListNotificationEventsCommandInput, ListNotificationEventsCommandOutput } from "../commands/ListNotificationEventsCommand";
|
|
34
|
-
import { ListNotificationHubsCommandInput, ListNotificationHubsCommandOutput } from "../commands/ListNotificationHubsCommand";
|
|
35
|
-
import { ListOrganizationalUnitsCommandInput, ListOrganizationalUnitsCommandOutput } from "../commands/ListOrganizationalUnitsCommand";
|
|
36
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
37
|
-
import { RegisterNotificationHubCommandInput, RegisterNotificationHubCommandOutput } from "../commands/RegisterNotificationHubCommand";
|
|
38
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
39
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
40
|
-
import { UpdateEventRuleCommandInput, UpdateEventRuleCommandOutput } from "../commands/UpdateEventRuleCommand";
|
|
41
|
-
import { UpdateNotificationConfigurationCommandInput, UpdateNotificationConfigurationCommandOutput } from "../commands/UpdateNotificationConfigurationCommand";
|
|
42
|
-
/**
|
|
43
|
-
* serializeAws_restJson1AssociateChannelCommand
|
|
44
|
-
*/
|
|
45
|
-
export declare const se_AssociateChannelCommand: (input: AssociateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
-
/**
|
|
47
|
-
* serializeAws_restJson1AssociateManagedNotificationAccountContactCommand
|
|
48
|
-
*/
|
|
49
|
-
export declare const se_AssociateManagedNotificationAccountContactCommand: (input: AssociateManagedNotificationAccountContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
-
/**
|
|
51
|
-
* serializeAws_restJson1AssociateManagedNotificationAdditionalChannelCommand
|
|
52
|
-
*/
|
|
53
|
-
export declare const se_AssociateManagedNotificationAdditionalChannelCommand: (input: AssociateManagedNotificationAdditionalChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
-
/**
|
|
55
|
-
* serializeAws_restJson1AssociateOrganizationalUnitCommand
|
|
56
|
-
*/
|
|
57
|
-
export declare const se_AssociateOrganizationalUnitCommand: (input: AssociateOrganizationalUnitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
-
/**
|
|
59
|
-
* serializeAws_restJson1CreateEventRuleCommand
|
|
60
|
-
*/
|
|
61
|
-
export declare const se_CreateEventRuleCommand: (input: CreateEventRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
-
/**
|
|
63
|
-
* serializeAws_restJson1CreateNotificationConfigurationCommand
|
|
64
|
-
*/
|
|
65
|
-
export declare const se_CreateNotificationConfigurationCommand: (input: CreateNotificationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
-
/**
|
|
67
|
-
* serializeAws_restJson1DeleteEventRuleCommand
|
|
68
|
-
*/
|
|
69
|
-
export declare const se_DeleteEventRuleCommand: (input: DeleteEventRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
-
/**
|
|
71
|
-
* serializeAws_restJson1DeleteNotificationConfigurationCommand
|
|
72
|
-
*/
|
|
73
|
-
export declare const se_DeleteNotificationConfigurationCommand: (input: DeleteNotificationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
-
/**
|
|
75
|
-
* serializeAws_restJson1DeregisterNotificationHubCommand
|
|
76
|
-
*/
|
|
77
|
-
export declare const se_DeregisterNotificationHubCommand: (input: DeregisterNotificationHubCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
-
/**
|
|
79
|
-
* serializeAws_restJson1DisableNotificationsAccessForOrganizationCommand
|
|
80
|
-
*/
|
|
81
|
-
export declare const se_DisableNotificationsAccessForOrganizationCommand: (input: DisableNotificationsAccessForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
-
/**
|
|
83
|
-
* serializeAws_restJson1DisassociateChannelCommand
|
|
84
|
-
*/
|
|
85
|
-
export declare const se_DisassociateChannelCommand: (input: DisassociateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
-
/**
|
|
87
|
-
* serializeAws_restJson1DisassociateManagedNotificationAccountContactCommand
|
|
88
|
-
*/
|
|
89
|
-
export declare const se_DisassociateManagedNotificationAccountContactCommand: (input: DisassociateManagedNotificationAccountContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
-
/**
|
|
91
|
-
* serializeAws_restJson1DisassociateManagedNotificationAdditionalChannelCommand
|
|
92
|
-
*/
|
|
93
|
-
export declare const se_DisassociateManagedNotificationAdditionalChannelCommand: (input: DisassociateManagedNotificationAdditionalChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
-
/**
|
|
95
|
-
* serializeAws_restJson1DisassociateOrganizationalUnitCommand
|
|
96
|
-
*/
|
|
97
|
-
export declare const se_DisassociateOrganizationalUnitCommand: (input: DisassociateOrganizationalUnitCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
-
/**
|
|
99
|
-
* serializeAws_restJson1EnableNotificationsAccessForOrganizationCommand
|
|
100
|
-
*/
|
|
101
|
-
export declare const se_EnableNotificationsAccessForOrganizationCommand: (input: EnableNotificationsAccessForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
-
/**
|
|
103
|
-
* serializeAws_restJson1GetEventRuleCommand
|
|
104
|
-
*/
|
|
105
|
-
export declare const se_GetEventRuleCommand: (input: GetEventRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
-
/**
|
|
107
|
-
* serializeAws_restJson1GetManagedNotificationChildEventCommand
|
|
108
|
-
*/
|
|
109
|
-
export declare const se_GetManagedNotificationChildEventCommand: (input: GetManagedNotificationChildEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
-
/**
|
|
111
|
-
* serializeAws_restJson1GetManagedNotificationConfigurationCommand
|
|
112
|
-
*/
|
|
113
|
-
export declare const se_GetManagedNotificationConfigurationCommand: (input: GetManagedNotificationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
-
/**
|
|
115
|
-
* serializeAws_restJson1GetManagedNotificationEventCommand
|
|
116
|
-
*/
|
|
117
|
-
export declare const se_GetManagedNotificationEventCommand: (input: GetManagedNotificationEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
-
/**
|
|
119
|
-
* serializeAws_restJson1GetNotificationConfigurationCommand
|
|
120
|
-
*/
|
|
121
|
-
export declare const se_GetNotificationConfigurationCommand: (input: GetNotificationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
|
-
/**
|
|
123
|
-
* serializeAws_restJson1GetNotificationEventCommand
|
|
124
|
-
*/
|
|
125
|
-
export declare const se_GetNotificationEventCommand: (input: GetNotificationEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
126
|
-
/**
|
|
127
|
-
* serializeAws_restJson1GetNotificationsAccessForOrganizationCommand
|
|
128
|
-
*/
|
|
129
|
-
export declare const se_GetNotificationsAccessForOrganizationCommand: (input: GetNotificationsAccessForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
|
-
/**
|
|
131
|
-
* serializeAws_restJson1ListChannelsCommand
|
|
132
|
-
*/
|
|
133
|
-
export declare const se_ListChannelsCommand: (input: ListChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
|
-
/**
|
|
135
|
-
* serializeAws_restJson1ListEventRulesCommand
|
|
136
|
-
*/
|
|
137
|
-
export declare const se_ListEventRulesCommand: (input: ListEventRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
|
-
/**
|
|
139
|
-
* serializeAws_restJson1ListManagedNotificationChannelAssociationsCommand
|
|
140
|
-
*/
|
|
141
|
-
export declare const se_ListManagedNotificationChannelAssociationsCommand: (input: ListManagedNotificationChannelAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
142
|
-
/**
|
|
143
|
-
* serializeAws_restJson1ListManagedNotificationChildEventsCommand
|
|
144
|
-
*/
|
|
145
|
-
export declare const se_ListManagedNotificationChildEventsCommand: (input: ListManagedNotificationChildEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
146
|
-
/**
|
|
147
|
-
* serializeAws_restJson1ListManagedNotificationConfigurationsCommand
|
|
148
|
-
*/
|
|
149
|
-
export declare const se_ListManagedNotificationConfigurationsCommand: (input: ListManagedNotificationConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
150
|
-
/**
|
|
151
|
-
* serializeAws_restJson1ListManagedNotificationEventsCommand
|
|
152
|
-
*/
|
|
153
|
-
export declare const se_ListManagedNotificationEventsCommand: (input: ListManagedNotificationEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
154
|
-
/**
|
|
155
|
-
* serializeAws_restJson1ListMemberAccountsCommand
|
|
156
|
-
*/
|
|
157
|
-
export declare const se_ListMemberAccountsCommand: (input: ListMemberAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
158
|
-
/**
|
|
159
|
-
* serializeAws_restJson1ListNotificationConfigurationsCommand
|
|
160
|
-
*/
|
|
161
|
-
export declare const se_ListNotificationConfigurationsCommand: (input: ListNotificationConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
162
|
-
/**
|
|
163
|
-
* serializeAws_restJson1ListNotificationEventsCommand
|
|
164
|
-
*/
|
|
165
|
-
export declare const se_ListNotificationEventsCommand: (input: ListNotificationEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
166
|
-
/**
|
|
167
|
-
* serializeAws_restJson1ListNotificationHubsCommand
|
|
168
|
-
*/
|
|
169
|
-
export declare const se_ListNotificationHubsCommand: (input: ListNotificationHubsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
170
|
-
/**
|
|
171
|
-
* serializeAws_restJson1ListOrganizationalUnitsCommand
|
|
172
|
-
*/
|
|
173
|
-
export declare const se_ListOrganizationalUnitsCommand: (input: ListOrganizationalUnitsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
174
|
-
/**
|
|
175
|
-
* serializeAws_restJson1ListTagsForResourceCommand
|
|
176
|
-
*/
|
|
177
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
178
|
-
/**
|
|
179
|
-
* serializeAws_restJson1RegisterNotificationHubCommand
|
|
180
|
-
*/
|
|
181
|
-
export declare const se_RegisterNotificationHubCommand: (input: RegisterNotificationHubCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
182
|
-
/**
|
|
183
|
-
* serializeAws_restJson1TagResourceCommand
|
|
184
|
-
*/
|
|
185
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
186
|
-
/**
|
|
187
|
-
* serializeAws_restJson1UntagResourceCommand
|
|
188
|
-
*/
|
|
189
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
190
|
-
/**
|
|
191
|
-
* serializeAws_restJson1UpdateEventRuleCommand
|
|
192
|
-
*/
|
|
193
|
-
export declare const se_UpdateEventRuleCommand: (input: UpdateEventRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
194
|
-
/**
|
|
195
|
-
* serializeAws_restJson1UpdateNotificationConfigurationCommand
|
|
196
|
-
*/
|
|
197
|
-
export declare const se_UpdateNotificationConfigurationCommand: (input: UpdateNotificationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
198
|
-
/**
|
|
199
|
-
* deserializeAws_restJson1AssociateChannelCommand
|
|
200
|
-
*/
|
|
201
|
-
export declare const de_AssociateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateChannelCommandOutput>;
|
|
202
|
-
/**
|
|
203
|
-
* deserializeAws_restJson1AssociateManagedNotificationAccountContactCommand
|
|
204
|
-
*/
|
|
205
|
-
export declare const de_AssociateManagedNotificationAccountContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateManagedNotificationAccountContactCommandOutput>;
|
|
206
|
-
/**
|
|
207
|
-
* deserializeAws_restJson1AssociateManagedNotificationAdditionalChannelCommand
|
|
208
|
-
*/
|
|
209
|
-
export declare const de_AssociateManagedNotificationAdditionalChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateManagedNotificationAdditionalChannelCommandOutput>;
|
|
210
|
-
/**
|
|
211
|
-
* deserializeAws_restJson1AssociateOrganizationalUnitCommand
|
|
212
|
-
*/
|
|
213
|
-
export declare const de_AssociateOrganizationalUnitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateOrganizationalUnitCommandOutput>;
|
|
214
|
-
/**
|
|
215
|
-
* deserializeAws_restJson1CreateEventRuleCommand
|
|
216
|
-
*/
|
|
217
|
-
export declare const de_CreateEventRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEventRuleCommandOutput>;
|
|
218
|
-
/**
|
|
219
|
-
* deserializeAws_restJson1CreateNotificationConfigurationCommand
|
|
220
|
-
*/
|
|
221
|
-
export declare const de_CreateNotificationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNotificationConfigurationCommandOutput>;
|
|
222
|
-
/**
|
|
223
|
-
* deserializeAws_restJson1DeleteEventRuleCommand
|
|
224
|
-
*/
|
|
225
|
-
export declare const de_DeleteEventRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEventRuleCommandOutput>;
|
|
226
|
-
/**
|
|
227
|
-
* deserializeAws_restJson1DeleteNotificationConfigurationCommand
|
|
228
|
-
*/
|
|
229
|
-
export declare const de_DeleteNotificationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNotificationConfigurationCommandOutput>;
|
|
230
|
-
/**
|
|
231
|
-
* deserializeAws_restJson1DeregisterNotificationHubCommand
|
|
232
|
-
*/
|
|
233
|
-
export declare const de_DeregisterNotificationHubCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterNotificationHubCommandOutput>;
|
|
234
|
-
/**
|
|
235
|
-
* deserializeAws_restJson1DisableNotificationsAccessForOrganizationCommand
|
|
236
|
-
*/
|
|
237
|
-
export declare const de_DisableNotificationsAccessForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableNotificationsAccessForOrganizationCommandOutput>;
|
|
238
|
-
/**
|
|
239
|
-
* deserializeAws_restJson1DisassociateChannelCommand
|
|
240
|
-
*/
|
|
241
|
-
export declare const de_DisassociateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateChannelCommandOutput>;
|
|
242
|
-
/**
|
|
243
|
-
* deserializeAws_restJson1DisassociateManagedNotificationAccountContactCommand
|
|
244
|
-
*/
|
|
245
|
-
export declare const de_DisassociateManagedNotificationAccountContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateManagedNotificationAccountContactCommandOutput>;
|
|
246
|
-
/**
|
|
247
|
-
* deserializeAws_restJson1DisassociateManagedNotificationAdditionalChannelCommand
|
|
248
|
-
*/
|
|
249
|
-
export declare const de_DisassociateManagedNotificationAdditionalChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateManagedNotificationAdditionalChannelCommandOutput>;
|
|
250
|
-
/**
|
|
251
|
-
* deserializeAws_restJson1DisassociateOrganizationalUnitCommand
|
|
252
|
-
*/
|
|
253
|
-
export declare const de_DisassociateOrganizationalUnitCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateOrganizationalUnitCommandOutput>;
|
|
254
|
-
/**
|
|
255
|
-
* deserializeAws_restJson1EnableNotificationsAccessForOrganizationCommand
|
|
256
|
-
*/
|
|
257
|
-
export declare const de_EnableNotificationsAccessForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableNotificationsAccessForOrganizationCommandOutput>;
|
|
258
|
-
/**
|
|
259
|
-
* deserializeAws_restJson1GetEventRuleCommand
|
|
260
|
-
*/
|
|
261
|
-
export declare const de_GetEventRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEventRuleCommandOutput>;
|
|
262
|
-
/**
|
|
263
|
-
* deserializeAws_restJson1GetManagedNotificationChildEventCommand
|
|
264
|
-
*/
|
|
265
|
-
export declare const de_GetManagedNotificationChildEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetManagedNotificationChildEventCommandOutput>;
|
|
266
|
-
/**
|
|
267
|
-
* deserializeAws_restJson1GetManagedNotificationConfigurationCommand
|
|
268
|
-
*/
|
|
269
|
-
export declare const de_GetManagedNotificationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetManagedNotificationConfigurationCommandOutput>;
|
|
270
|
-
/**
|
|
271
|
-
* deserializeAws_restJson1GetManagedNotificationEventCommand
|
|
272
|
-
*/
|
|
273
|
-
export declare const de_GetManagedNotificationEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetManagedNotificationEventCommandOutput>;
|
|
274
|
-
/**
|
|
275
|
-
* deserializeAws_restJson1GetNotificationConfigurationCommand
|
|
276
|
-
*/
|
|
277
|
-
export declare const de_GetNotificationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNotificationConfigurationCommandOutput>;
|
|
278
|
-
/**
|
|
279
|
-
* deserializeAws_restJson1GetNotificationEventCommand
|
|
280
|
-
*/
|
|
281
|
-
export declare const de_GetNotificationEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNotificationEventCommandOutput>;
|
|
282
|
-
/**
|
|
283
|
-
* deserializeAws_restJson1GetNotificationsAccessForOrganizationCommand
|
|
284
|
-
*/
|
|
285
|
-
export declare const de_GetNotificationsAccessForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNotificationsAccessForOrganizationCommandOutput>;
|
|
286
|
-
/**
|
|
287
|
-
* deserializeAws_restJson1ListChannelsCommand
|
|
288
|
-
*/
|
|
289
|
-
export declare const de_ListChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelsCommandOutput>;
|
|
290
|
-
/**
|
|
291
|
-
* deserializeAws_restJson1ListEventRulesCommand
|
|
292
|
-
*/
|
|
293
|
-
export declare const de_ListEventRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventRulesCommandOutput>;
|
|
294
|
-
/**
|
|
295
|
-
* deserializeAws_restJson1ListManagedNotificationChannelAssociationsCommand
|
|
296
|
-
*/
|
|
297
|
-
export declare const de_ListManagedNotificationChannelAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListManagedNotificationChannelAssociationsCommandOutput>;
|
|
298
|
-
/**
|
|
299
|
-
* deserializeAws_restJson1ListManagedNotificationChildEventsCommand
|
|
300
|
-
*/
|
|
301
|
-
export declare const de_ListManagedNotificationChildEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListManagedNotificationChildEventsCommandOutput>;
|
|
302
|
-
/**
|
|
303
|
-
* deserializeAws_restJson1ListManagedNotificationConfigurationsCommand
|
|
304
|
-
*/
|
|
305
|
-
export declare const de_ListManagedNotificationConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListManagedNotificationConfigurationsCommandOutput>;
|
|
306
|
-
/**
|
|
307
|
-
* deserializeAws_restJson1ListManagedNotificationEventsCommand
|
|
308
|
-
*/
|
|
309
|
-
export declare const de_ListManagedNotificationEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListManagedNotificationEventsCommandOutput>;
|
|
310
|
-
/**
|
|
311
|
-
* deserializeAws_restJson1ListMemberAccountsCommand
|
|
312
|
-
*/
|
|
313
|
-
export declare const de_ListMemberAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMemberAccountsCommandOutput>;
|
|
314
|
-
/**
|
|
315
|
-
* deserializeAws_restJson1ListNotificationConfigurationsCommand
|
|
316
|
-
*/
|
|
317
|
-
export declare const de_ListNotificationConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNotificationConfigurationsCommandOutput>;
|
|
318
|
-
/**
|
|
319
|
-
* deserializeAws_restJson1ListNotificationEventsCommand
|
|
320
|
-
*/
|
|
321
|
-
export declare const de_ListNotificationEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNotificationEventsCommandOutput>;
|
|
322
|
-
/**
|
|
323
|
-
* deserializeAws_restJson1ListNotificationHubsCommand
|
|
324
|
-
*/
|
|
325
|
-
export declare const de_ListNotificationHubsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNotificationHubsCommandOutput>;
|
|
326
|
-
/**
|
|
327
|
-
* deserializeAws_restJson1ListOrganizationalUnitsCommand
|
|
328
|
-
*/
|
|
329
|
-
export declare const de_ListOrganizationalUnitsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOrganizationalUnitsCommandOutput>;
|
|
330
|
-
/**
|
|
331
|
-
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
332
|
-
*/
|
|
333
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
334
|
-
/**
|
|
335
|
-
* deserializeAws_restJson1RegisterNotificationHubCommand
|
|
336
|
-
*/
|
|
337
|
-
export declare const de_RegisterNotificationHubCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterNotificationHubCommandOutput>;
|
|
338
|
-
/**
|
|
339
|
-
* deserializeAws_restJson1TagResourceCommand
|
|
340
|
-
*/
|
|
341
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
342
|
-
/**
|
|
343
|
-
* deserializeAws_restJson1UntagResourceCommand
|
|
344
|
-
*/
|
|
345
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
346
|
-
/**
|
|
347
|
-
* deserializeAws_restJson1UpdateEventRuleCommand
|
|
348
|
-
*/
|
|
349
|
-
export declare const de_UpdateEventRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEventRuleCommandOutput>;
|
|
350
|
-
/**
|
|
351
|
-
* deserializeAws_restJson1UpdateNotificationConfigurationCommand
|
|
352
|
-
*/
|
|
353
|
-
export declare const de_UpdateNotificationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNotificationConfigurationCommandOutput>;
|