@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
|
@@ -49,6 +49,14 @@ import {
|
|
|
49
49
|
AssociateChannelCommandInput,
|
|
50
50
|
AssociateChannelCommandOutput,
|
|
51
51
|
} from "./commands/AssociateChannelCommand";
|
|
52
|
+
import {
|
|
53
|
+
AssociateManagedNotificationAccountContactCommandInput,
|
|
54
|
+
AssociateManagedNotificationAccountContactCommandOutput,
|
|
55
|
+
} from "./commands/AssociateManagedNotificationAccountContactCommand";
|
|
56
|
+
import {
|
|
57
|
+
AssociateManagedNotificationAdditionalChannelCommandInput,
|
|
58
|
+
AssociateManagedNotificationAdditionalChannelCommandOutput,
|
|
59
|
+
} from "./commands/AssociateManagedNotificationAdditionalChannelCommand";
|
|
52
60
|
import {
|
|
53
61
|
CreateEventRuleCommandInput,
|
|
54
62
|
CreateEventRuleCommandOutput,
|
|
@@ -69,14 +77,42 @@ import {
|
|
|
69
77
|
DeregisterNotificationHubCommandInput,
|
|
70
78
|
DeregisterNotificationHubCommandOutput,
|
|
71
79
|
} from "./commands/DeregisterNotificationHubCommand";
|
|
80
|
+
import {
|
|
81
|
+
DisableNotificationsAccessForOrganizationCommandInput,
|
|
82
|
+
DisableNotificationsAccessForOrganizationCommandOutput,
|
|
83
|
+
} from "./commands/DisableNotificationsAccessForOrganizationCommand";
|
|
72
84
|
import {
|
|
73
85
|
DisassociateChannelCommandInput,
|
|
74
86
|
DisassociateChannelCommandOutput,
|
|
75
87
|
} from "./commands/DisassociateChannelCommand";
|
|
88
|
+
import {
|
|
89
|
+
DisassociateManagedNotificationAccountContactCommandInput,
|
|
90
|
+
DisassociateManagedNotificationAccountContactCommandOutput,
|
|
91
|
+
} from "./commands/DisassociateManagedNotificationAccountContactCommand";
|
|
92
|
+
import {
|
|
93
|
+
DisassociateManagedNotificationAdditionalChannelCommandInput,
|
|
94
|
+
DisassociateManagedNotificationAdditionalChannelCommandOutput,
|
|
95
|
+
} from "./commands/DisassociateManagedNotificationAdditionalChannelCommand";
|
|
96
|
+
import {
|
|
97
|
+
EnableNotificationsAccessForOrganizationCommandInput,
|
|
98
|
+
EnableNotificationsAccessForOrganizationCommandOutput,
|
|
99
|
+
} from "./commands/EnableNotificationsAccessForOrganizationCommand";
|
|
76
100
|
import {
|
|
77
101
|
GetEventRuleCommandInput,
|
|
78
102
|
GetEventRuleCommandOutput,
|
|
79
103
|
} from "./commands/GetEventRuleCommand";
|
|
104
|
+
import {
|
|
105
|
+
GetManagedNotificationChildEventCommandInput,
|
|
106
|
+
GetManagedNotificationChildEventCommandOutput,
|
|
107
|
+
} from "./commands/GetManagedNotificationChildEventCommand";
|
|
108
|
+
import {
|
|
109
|
+
GetManagedNotificationConfigurationCommandInput,
|
|
110
|
+
GetManagedNotificationConfigurationCommandOutput,
|
|
111
|
+
} from "./commands/GetManagedNotificationConfigurationCommand";
|
|
112
|
+
import {
|
|
113
|
+
GetManagedNotificationEventCommandInput,
|
|
114
|
+
GetManagedNotificationEventCommandOutput,
|
|
115
|
+
} from "./commands/GetManagedNotificationEventCommand";
|
|
80
116
|
import {
|
|
81
117
|
GetNotificationConfigurationCommandInput,
|
|
82
118
|
GetNotificationConfigurationCommandOutput,
|
|
@@ -85,6 +121,10 @@ import {
|
|
|
85
121
|
GetNotificationEventCommandInput,
|
|
86
122
|
GetNotificationEventCommandOutput,
|
|
87
123
|
} from "./commands/GetNotificationEventCommand";
|
|
124
|
+
import {
|
|
125
|
+
GetNotificationsAccessForOrganizationCommandInput,
|
|
126
|
+
GetNotificationsAccessForOrganizationCommandOutput,
|
|
127
|
+
} from "./commands/GetNotificationsAccessForOrganizationCommand";
|
|
88
128
|
import {
|
|
89
129
|
ListChannelsCommandInput,
|
|
90
130
|
ListChannelsCommandOutput,
|
|
@@ -93,6 +133,22 @@ import {
|
|
|
93
133
|
ListEventRulesCommandInput,
|
|
94
134
|
ListEventRulesCommandOutput,
|
|
95
135
|
} from "./commands/ListEventRulesCommand";
|
|
136
|
+
import {
|
|
137
|
+
ListManagedNotificationChannelAssociationsCommandInput,
|
|
138
|
+
ListManagedNotificationChannelAssociationsCommandOutput,
|
|
139
|
+
} from "./commands/ListManagedNotificationChannelAssociationsCommand";
|
|
140
|
+
import {
|
|
141
|
+
ListManagedNotificationChildEventsCommandInput,
|
|
142
|
+
ListManagedNotificationChildEventsCommandOutput,
|
|
143
|
+
} from "./commands/ListManagedNotificationChildEventsCommand";
|
|
144
|
+
import {
|
|
145
|
+
ListManagedNotificationConfigurationsCommandInput,
|
|
146
|
+
ListManagedNotificationConfigurationsCommandOutput,
|
|
147
|
+
} from "./commands/ListManagedNotificationConfigurationsCommand";
|
|
148
|
+
import {
|
|
149
|
+
ListManagedNotificationEventsCommandInput,
|
|
150
|
+
ListManagedNotificationEventsCommandOutput,
|
|
151
|
+
} from "./commands/ListManagedNotificationEventsCommand";
|
|
96
152
|
import {
|
|
97
153
|
ListNotificationConfigurationsCommandInput,
|
|
98
154
|
ListNotificationConfigurationsCommandOutput,
|
|
@@ -138,17 +194,31 @@ import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
|
138
194
|
export { __Client };
|
|
139
195
|
export type ServiceInputTypes =
|
|
140
196
|
| AssociateChannelCommandInput
|
|
197
|
+
| AssociateManagedNotificationAccountContactCommandInput
|
|
198
|
+
| AssociateManagedNotificationAdditionalChannelCommandInput
|
|
141
199
|
| CreateEventRuleCommandInput
|
|
142
200
|
| CreateNotificationConfigurationCommandInput
|
|
143
201
|
| DeleteEventRuleCommandInput
|
|
144
202
|
| DeleteNotificationConfigurationCommandInput
|
|
145
203
|
| DeregisterNotificationHubCommandInput
|
|
204
|
+
| DisableNotificationsAccessForOrganizationCommandInput
|
|
146
205
|
| DisassociateChannelCommandInput
|
|
206
|
+
| DisassociateManagedNotificationAccountContactCommandInput
|
|
207
|
+
| DisassociateManagedNotificationAdditionalChannelCommandInput
|
|
208
|
+
| EnableNotificationsAccessForOrganizationCommandInput
|
|
147
209
|
| GetEventRuleCommandInput
|
|
210
|
+
| GetManagedNotificationChildEventCommandInput
|
|
211
|
+
| GetManagedNotificationConfigurationCommandInput
|
|
212
|
+
| GetManagedNotificationEventCommandInput
|
|
148
213
|
| GetNotificationConfigurationCommandInput
|
|
149
214
|
| GetNotificationEventCommandInput
|
|
215
|
+
| GetNotificationsAccessForOrganizationCommandInput
|
|
150
216
|
| ListChannelsCommandInput
|
|
151
217
|
| ListEventRulesCommandInput
|
|
218
|
+
| ListManagedNotificationChannelAssociationsCommandInput
|
|
219
|
+
| ListManagedNotificationChildEventsCommandInput
|
|
220
|
+
| ListManagedNotificationConfigurationsCommandInput
|
|
221
|
+
| ListManagedNotificationEventsCommandInput
|
|
152
222
|
| ListNotificationConfigurationsCommandInput
|
|
153
223
|
| ListNotificationEventsCommandInput
|
|
154
224
|
| ListNotificationHubsCommandInput
|
|
@@ -160,17 +230,31 @@ export type ServiceInputTypes =
|
|
|
160
230
|
| UpdateNotificationConfigurationCommandInput;
|
|
161
231
|
export type ServiceOutputTypes =
|
|
162
232
|
| AssociateChannelCommandOutput
|
|
233
|
+
| AssociateManagedNotificationAccountContactCommandOutput
|
|
234
|
+
| AssociateManagedNotificationAdditionalChannelCommandOutput
|
|
163
235
|
| CreateEventRuleCommandOutput
|
|
164
236
|
| CreateNotificationConfigurationCommandOutput
|
|
165
237
|
| DeleteEventRuleCommandOutput
|
|
166
238
|
| DeleteNotificationConfigurationCommandOutput
|
|
167
239
|
| DeregisterNotificationHubCommandOutput
|
|
240
|
+
| DisableNotificationsAccessForOrganizationCommandOutput
|
|
168
241
|
| DisassociateChannelCommandOutput
|
|
242
|
+
| DisassociateManagedNotificationAccountContactCommandOutput
|
|
243
|
+
| DisassociateManagedNotificationAdditionalChannelCommandOutput
|
|
244
|
+
| EnableNotificationsAccessForOrganizationCommandOutput
|
|
169
245
|
| GetEventRuleCommandOutput
|
|
246
|
+
| GetManagedNotificationChildEventCommandOutput
|
|
247
|
+
| GetManagedNotificationConfigurationCommandOutput
|
|
248
|
+
| GetManagedNotificationEventCommandOutput
|
|
170
249
|
| GetNotificationConfigurationCommandOutput
|
|
171
250
|
| GetNotificationEventCommandOutput
|
|
251
|
+
| GetNotificationsAccessForOrganizationCommandOutput
|
|
172
252
|
| ListChannelsCommandOutput
|
|
173
253
|
| ListEventRulesCommandOutput
|
|
254
|
+
| ListManagedNotificationChannelAssociationsCommandOutput
|
|
255
|
+
| ListManagedNotificationChildEventsCommandOutput
|
|
256
|
+
| ListManagedNotificationConfigurationsCommandOutput
|
|
257
|
+
| ListManagedNotificationEventsCommandOutput
|
|
174
258
|
| ListNotificationConfigurationsCommandOutput
|
|
175
259
|
| ListNotificationEventsCommandOutput
|
|
176
260
|
| ListNotificationHubsCommandOutput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
AssociateManagedNotificationAccountContactRequest,
|
|
5
|
+
AssociateManagedNotificationAccountContactResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
NotificationsClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../NotificationsClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface AssociateManagedNotificationAccountContactCommandInput
|
|
15
|
+
extends AssociateManagedNotificationAccountContactRequest {}
|
|
16
|
+
export interface AssociateManagedNotificationAccountContactCommandOutput
|
|
17
|
+
extends AssociateManagedNotificationAccountContactResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const AssociateManagedNotificationAccountContactCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: AssociateManagedNotificationAccountContactCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
AssociateManagedNotificationAccountContactCommandInput,
|
|
24
|
+
AssociateManagedNotificationAccountContactCommandOutput,
|
|
25
|
+
NotificationsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: AssociateManagedNotificationAccountContactCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
AssociateManagedNotificationAccountContactCommandInput,
|
|
33
|
+
AssociateManagedNotificationAccountContactCommandOutput,
|
|
34
|
+
NotificationsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class AssociateManagedNotificationAccountContactCommand extends AssociateManagedNotificationAccountContactCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AssociateManagedNotificationAccountContactRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AssociateManagedNotificationAccountContactCommandInput;
|
|
48
|
+
output: AssociateManagedNotificationAccountContactCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
AssociateManagedNotificationAdditionalChannelRequest,
|
|
5
|
+
AssociateManagedNotificationAdditionalChannelResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
NotificationsClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../NotificationsClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface AssociateManagedNotificationAdditionalChannelCommandInput
|
|
15
|
+
extends AssociateManagedNotificationAdditionalChannelRequest {}
|
|
16
|
+
export interface AssociateManagedNotificationAdditionalChannelCommandOutput
|
|
17
|
+
extends AssociateManagedNotificationAdditionalChannelResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const AssociateManagedNotificationAdditionalChannelCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: AssociateManagedNotificationAdditionalChannelCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
AssociateManagedNotificationAdditionalChannelCommandInput,
|
|
24
|
+
AssociateManagedNotificationAdditionalChannelCommandOutput,
|
|
25
|
+
NotificationsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: AssociateManagedNotificationAdditionalChannelCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
AssociateManagedNotificationAdditionalChannelCommandInput,
|
|
33
|
+
AssociateManagedNotificationAdditionalChannelCommandOutput,
|
|
34
|
+
NotificationsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class AssociateManagedNotificationAdditionalChannelCommand extends AssociateManagedNotificationAdditionalChannelCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AssociateManagedNotificationAdditionalChannelRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AssociateManagedNotificationAdditionalChannelCommandInput;
|
|
48
|
+
output: AssociateManagedNotificationAdditionalChannelCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DisableNotificationsAccessForOrganizationRequest,
|
|
5
|
+
DisableNotificationsAccessForOrganizationResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
NotificationsClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../NotificationsClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DisableNotificationsAccessForOrganizationCommandInput
|
|
15
|
+
extends DisableNotificationsAccessForOrganizationRequest {}
|
|
16
|
+
export interface DisableNotificationsAccessForOrganizationCommandOutput
|
|
17
|
+
extends DisableNotificationsAccessForOrganizationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DisableNotificationsAccessForOrganizationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DisableNotificationsAccessForOrganizationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DisableNotificationsAccessForOrganizationCommandInput,
|
|
24
|
+
DisableNotificationsAccessForOrganizationCommandOutput,
|
|
25
|
+
NotificationsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [DisableNotificationsAccessForOrganizationCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DisableNotificationsAccessForOrganizationCommandInput,
|
|
33
|
+
DisableNotificationsAccessForOrganizationCommandOutput,
|
|
34
|
+
NotificationsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DisableNotificationsAccessForOrganizationCommand extends DisableNotificationsAccessForOrganizationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: {};
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DisableNotificationsAccessForOrganizationCommandInput;
|
|
48
|
+
output: DisableNotificationsAccessForOrganizationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DisassociateManagedNotificationAccountContactRequest,
|
|
5
|
+
DisassociateManagedNotificationAccountContactResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
NotificationsClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../NotificationsClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DisassociateManagedNotificationAccountContactCommandInput
|
|
15
|
+
extends DisassociateManagedNotificationAccountContactRequest {}
|
|
16
|
+
export interface DisassociateManagedNotificationAccountContactCommandOutput
|
|
17
|
+
extends DisassociateManagedNotificationAccountContactResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DisassociateManagedNotificationAccountContactCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DisassociateManagedNotificationAccountContactCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DisassociateManagedNotificationAccountContactCommandInput,
|
|
24
|
+
DisassociateManagedNotificationAccountContactCommandOutput,
|
|
25
|
+
NotificationsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DisassociateManagedNotificationAccountContactCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DisassociateManagedNotificationAccountContactCommandInput,
|
|
33
|
+
DisassociateManagedNotificationAccountContactCommandOutput,
|
|
34
|
+
NotificationsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DisassociateManagedNotificationAccountContactCommand extends DisassociateManagedNotificationAccountContactCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DisassociateManagedNotificationAccountContactRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DisassociateManagedNotificationAccountContactCommandInput;
|
|
48
|
+
output: DisassociateManagedNotificationAccountContactCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
package/dist-types/ts3.4/commands/DisassociateManagedNotificationAdditionalChannelCommand.d.ts
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DisassociateManagedNotificationAdditionalChannelRequest,
|
|
5
|
+
DisassociateManagedNotificationAdditionalChannelResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
NotificationsClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../NotificationsClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DisassociateManagedNotificationAdditionalChannelCommandInput
|
|
15
|
+
extends DisassociateManagedNotificationAdditionalChannelRequest {}
|
|
16
|
+
export interface DisassociateManagedNotificationAdditionalChannelCommandOutput
|
|
17
|
+
extends DisassociateManagedNotificationAdditionalChannelResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DisassociateManagedNotificationAdditionalChannelCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DisassociateManagedNotificationAdditionalChannelCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DisassociateManagedNotificationAdditionalChannelCommandInput,
|
|
24
|
+
DisassociateManagedNotificationAdditionalChannelCommandOutput,
|
|
25
|
+
NotificationsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DisassociateManagedNotificationAdditionalChannelCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DisassociateManagedNotificationAdditionalChannelCommandInput,
|
|
33
|
+
DisassociateManagedNotificationAdditionalChannelCommandOutput,
|
|
34
|
+
NotificationsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DisassociateManagedNotificationAdditionalChannelCommand extends DisassociateManagedNotificationAdditionalChannelCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DisassociateManagedNotificationAdditionalChannelRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DisassociateManagedNotificationAdditionalChannelCommandInput;
|
|
48
|
+
output: DisassociateManagedNotificationAdditionalChannelCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
EnableNotificationsAccessForOrganizationRequest,
|
|
5
|
+
EnableNotificationsAccessForOrganizationResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
NotificationsClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../NotificationsClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface EnableNotificationsAccessForOrganizationCommandInput
|
|
15
|
+
extends EnableNotificationsAccessForOrganizationRequest {}
|
|
16
|
+
export interface EnableNotificationsAccessForOrganizationCommandOutput
|
|
17
|
+
extends EnableNotificationsAccessForOrganizationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const EnableNotificationsAccessForOrganizationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: EnableNotificationsAccessForOrganizationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
EnableNotificationsAccessForOrganizationCommandInput,
|
|
24
|
+
EnableNotificationsAccessForOrganizationCommandOutput,
|
|
25
|
+
NotificationsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [EnableNotificationsAccessForOrganizationCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
EnableNotificationsAccessForOrganizationCommandInput,
|
|
33
|
+
EnableNotificationsAccessForOrganizationCommandOutput,
|
|
34
|
+
NotificationsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class EnableNotificationsAccessForOrganizationCommand extends EnableNotificationsAccessForOrganizationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: {};
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: EnableNotificationsAccessForOrganizationCommandInput;
|
|
48
|
+
output: EnableNotificationsAccessForOrganizationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GetManagedNotificationChildEventRequest,
|
|
5
|
+
GetManagedNotificationChildEventResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
NotificationsClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../NotificationsClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetManagedNotificationChildEventCommandInput
|
|
15
|
+
extends GetManagedNotificationChildEventRequest {}
|
|
16
|
+
export interface GetManagedNotificationChildEventCommandOutput
|
|
17
|
+
extends GetManagedNotificationChildEventResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetManagedNotificationChildEventCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetManagedNotificationChildEventCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetManagedNotificationChildEventCommandInput,
|
|
24
|
+
GetManagedNotificationChildEventCommandOutput,
|
|
25
|
+
NotificationsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: GetManagedNotificationChildEventCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetManagedNotificationChildEventCommandInput,
|
|
33
|
+
GetManagedNotificationChildEventCommandOutput,
|
|
34
|
+
NotificationsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetManagedNotificationChildEventCommand extends GetManagedNotificationChildEventCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetManagedNotificationChildEventRequest;
|
|
44
|
+
output: GetManagedNotificationChildEventResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetManagedNotificationChildEventCommandInput;
|
|
48
|
+
output: GetManagedNotificationChildEventCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GetManagedNotificationConfigurationRequest,
|
|
5
|
+
GetManagedNotificationConfigurationResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
NotificationsClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../NotificationsClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetManagedNotificationConfigurationCommandInput
|
|
15
|
+
extends GetManagedNotificationConfigurationRequest {}
|
|
16
|
+
export interface GetManagedNotificationConfigurationCommandOutput
|
|
17
|
+
extends GetManagedNotificationConfigurationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetManagedNotificationConfigurationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetManagedNotificationConfigurationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetManagedNotificationConfigurationCommandInput,
|
|
24
|
+
GetManagedNotificationConfigurationCommandOutput,
|
|
25
|
+
NotificationsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: GetManagedNotificationConfigurationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetManagedNotificationConfigurationCommandInput,
|
|
33
|
+
GetManagedNotificationConfigurationCommandOutput,
|
|
34
|
+
NotificationsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetManagedNotificationConfigurationCommand extends GetManagedNotificationConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetManagedNotificationConfigurationRequest;
|
|
44
|
+
output: GetManagedNotificationConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetManagedNotificationConfigurationCommandInput;
|
|
48
|
+
output: GetManagedNotificationConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GetManagedNotificationEventRequest,
|
|
5
|
+
GetManagedNotificationEventResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
NotificationsClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../NotificationsClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetManagedNotificationEventCommandInput
|
|
15
|
+
extends GetManagedNotificationEventRequest {}
|
|
16
|
+
export interface GetManagedNotificationEventCommandOutput
|
|
17
|
+
extends GetManagedNotificationEventResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetManagedNotificationEventCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetManagedNotificationEventCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetManagedNotificationEventCommandInput,
|
|
24
|
+
GetManagedNotificationEventCommandOutput,
|
|
25
|
+
NotificationsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: GetManagedNotificationEventCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetManagedNotificationEventCommandInput,
|
|
33
|
+
GetManagedNotificationEventCommandOutput,
|
|
34
|
+
NotificationsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetManagedNotificationEventCommand extends GetManagedNotificationEventCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetManagedNotificationEventRequest;
|
|
44
|
+
output: GetManagedNotificationEventResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetManagedNotificationEventCommandInput;
|
|
48
|
+
output: GetManagedNotificationEventCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GetNotificationsAccessForOrganizationRequest,
|
|
5
|
+
GetNotificationsAccessForOrganizationResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
NotificationsClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../NotificationsClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetNotificationsAccessForOrganizationCommandInput
|
|
15
|
+
extends GetNotificationsAccessForOrganizationRequest {}
|
|
16
|
+
export interface GetNotificationsAccessForOrganizationCommandOutput
|
|
17
|
+
extends GetNotificationsAccessForOrganizationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetNotificationsAccessForOrganizationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetNotificationsAccessForOrganizationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetNotificationsAccessForOrganizationCommandInput,
|
|
24
|
+
GetNotificationsAccessForOrganizationCommandOutput,
|
|
25
|
+
NotificationsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [GetNotificationsAccessForOrganizationCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetNotificationsAccessForOrganizationCommandInput,
|
|
33
|
+
GetNotificationsAccessForOrganizationCommandOutput,
|
|
34
|
+
NotificationsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetNotificationsAccessForOrganizationCommand extends GetNotificationsAccessForOrganizationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: {};
|
|
44
|
+
output: GetNotificationsAccessForOrganizationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetNotificationsAccessForOrganizationCommandInput;
|
|
48
|
+
output: GetNotificationsAccessForOrganizationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|