@aws-sdk/client-notifications 3.730.0 → 3.731.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/README.md +115 -3
- package/dist-cjs/Notifications.js +28 -0
- package/dist-cjs/commands/AssociateManagedNotificationAccountContactCommand.js +26 -0
- package/dist-cjs/commands/AssociateManagedNotificationAdditionalChannelCommand.js +26 -0
- package/dist-cjs/commands/DisableNotificationsAccessForOrganizationCommand.js +26 -0
- package/dist-cjs/commands/DisassociateManagedNotificationAccountContactCommand.js +26 -0
- package/dist-cjs/commands/DisassociateManagedNotificationAdditionalChannelCommand.js +26 -0
- package/dist-cjs/commands/EnableNotificationsAccessForOrganizationCommand.js +26 -0
- package/dist-cjs/commands/GetManagedNotificationChildEventCommand.js +26 -0
- package/dist-cjs/commands/GetManagedNotificationConfigurationCommand.js +26 -0
- package/dist-cjs/commands/GetManagedNotificationEventCommand.js +26 -0
- package/dist-cjs/commands/GetNotificationsAccessForOrganizationCommand.js +26 -0
- package/dist-cjs/commands/ListManagedNotificationChannelAssociationsCommand.js +26 -0
- package/dist-cjs/commands/ListManagedNotificationChildEventsCommand.js +26 -0
- package/dist-cjs/commands/ListManagedNotificationConfigurationsCommand.js +26 -0
- package/dist-cjs/commands/ListManagedNotificationEventsCommand.js +26 -0
- package/dist-cjs/commands/index.js +14 -0
- package/dist-cjs/models/models_0.js +25 -4
- package/dist-cjs/pagination/ListManagedNotificationChannelAssociationsPaginator.js +7 -0
- package/dist-cjs/pagination/ListManagedNotificationChildEventsPaginator.js +7 -0
- package/dist-cjs/pagination/ListManagedNotificationConfigurationsPaginator.js +7 -0
- package/dist-cjs/pagination/ListManagedNotificationEventsPaginator.js +7 -0
- package/dist-cjs/pagination/index.js +4 -0
- package/dist-cjs/protocols/Aws_restJson1.js +475 -5
- package/dist-es/Notifications.js +28 -0
- package/dist-es/commands/AssociateManagedNotificationAccountContactCommand.js +22 -0
- package/dist-es/commands/AssociateManagedNotificationAdditionalChannelCommand.js +22 -0
- package/dist-es/commands/DisableNotificationsAccessForOrganizationCommand.js +22 -0
- package/dist-es/commands/DisassociateManagedNotificationAccountContactCommand.js +22 -0
- package/dist-es/commands/DisassociateManagedNotificationAdditionalChannelCommand.js +22 -0
- package/dist-es/commands/EnableNotificationsAccessForOrganizationCommand.js +22 -0
- package/dist-es/commands/GetManagedNotificationChildEventCommand.js +22 -0
- package/dist-es/commands/GetManagedNotificationConfigurationCommand.js +22 -0
- package/dist-es/commands/GetManagedNotificationEventCommand.js +22 -0
- package/dist-es/commands/GetNotificationsAccessForOrganizationCommand.js +22 -0
- package/dist-es/commands/ListManagedNotificationChannelAssociationsCommand.js +22 -0
- package/dist-es/commands/ListManagedNotificationChildEventsCommand.js +22 -0
- package/dist-es/commands/ListManagedNotificationConfigurationsCommand.js +22 -0
- package/dist-es/commands/ListManagedNotificationEventsCommand.js +22 -0
- package/dist-es/commands/index.js +14 -0
- package/dist-es/models/models_0.js +24 -3
- package/dist-es/pagination/ListManagedNotificationChannelAssociationsPaginator.js +4 -0
- package/dist-es/pagination/ListManagedNotificationChildEventsPaginator.js +4 -0
- package/dist-es/pagination/ListManagedNotificationConfigurationsPaginator.js +4 -0
- package/dist-es/pagination/ListManagedNotificationEventsPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +445 -4
- package/dist-types/Notifications.d.ts +106 -3
- package/dist-types/NotificationsClient.d.ts +19 -5
- package/dist-types/commands/AssociateChannelCommand.d.ts +2 -2
- package/dist-types/commands/AssociateManagedNotificationAccountContactCommand.d.ts +91 -0
- package/dist-types/commands/AssociateManagedNotificationAdditionalChannelCommand.d.ts +92 -0
- package/dist-types/commands/CreateEventRuleCommand.d.ts +4 -1
- package/dist-types/commands/CreateNotificationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterNotificationHubCommand.d.ts +5 -2
- package/dist-types/commands/DisableNotificationsAccessForOrganizationCommand.d.ts +88 -0
- package/dist-types/commands/DisassociateChannelCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateManagedNotificationAccountContactCommand.d.ts +88 -0
- package/dist-types/commands/DisassociateManagedNotificationAdditionalChannelCommand.d.ts +86 -0
- package/dist-types/commands/EnableNotificationsAccessForOrganizationCommand.d.ts +88 -0
- package/dist-types/commands/GetEventRuleCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedNotificationChildEventCommand.d.ts +130 -0
- package/dist-types/commands/GetManagedNotificationConfigurationCommand.d.ts +90 -0
- package/dist-types/commands/GetManagedNotificationEventCommand.d.ts +161 -0
- package/dist-types/commands/GetNotificationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetNotificationEventCommand.d.ts +42 -3
- package/dist-types/commands/GetNotificationsAccessForOrganizationCommand.d.ts +83 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +1 -1
- package/dist-types/commands/ListEventRulesCommand.d.ts +1 -1
- package/dist-types/commands/ListManagedNotificationChannelAssociationsCommand.d.ts +95 -0
- package/dist-types/commands/ListManagedNotificationChildEventsCommand.d.ts +121 -0
- package/dist-types/commands/ListManagedNotificationConfigurationsCommand.d.ts +92 -0
- package/dist-types/commands/ListManagedNotificationEventsCommand.d.ts +155 -0
- package/dist-types/commands/ListNotificationConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/ListNotificationEventsCommand.d.ts +41 -2
- package/dist-types/commands/ListNotificationHubsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/dist-types/commands/RegisterNotificationHubCommand.d.ts +3 -2
- package/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEventRuleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNotificationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +14 -0
- package/dist-types/index.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +1830 -578
- package/dist-types/pagination/ListManagedNotificationChannelAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListManagedNotificationChildEventsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListManagedNotificationConfigurationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListManagedNotificationEventsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +126 -0
- package/dist-types/ts3.4/Notifications.d.ts +309 -0
- package/dist-types/ts3.4/NotificationsClient.d.ts +84 -0
- package/dist-types/ts3.4/commands/AssociateManagedNotificationAccountContactCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/AssociateManagedNotificationAdditionalChannelCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisableNotificationsAccessForOrganizationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisassociateManagedNotificationAccountContactCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisassociateManagedNotificationAdditionalChannelCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/EnableNotificationsAccessForOrganizationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetManagedNotificationChildEventCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetManagedNotificationConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetManagedNotificationEventCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetNotificationsAccessForOrganizationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListManagedNotificationChannelAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListManagedNotificationChildEventsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListManagedNotificationConfigurationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListManagedNotificationEventsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +14 -0
- package/dist-types/ts3.4/models/models_0.d.ts +288 -38
- package/dist-types/ts3.4/pagination/ListManagedNotificationChannelAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListManagedNotificationChildEventsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListManagedNotificationConfigurationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListManagedNotificationEventsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +168 -0
- package/package.json +12 -12
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListManagedNotificationChannelAssociationsCommandInput, ListManagedNotificationChannelAssociationsCommandOutput } from "../commands/ListManagedNotificationChannelAssociationsCommand";
|
|
3
|
+
import { NotificationsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListManagedNotificationChannelAssociations: (config: NotificationsPaginationConfiguration, input: ListManagedNotificationChannelAssociationsCommandInput, ...rest: any[]) => Paginator<ListManagedNotificationChannelAssociationsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListManagedNotificationChildEventsCommandInput, ListManagedNotificationChildEventsCommandOutput } from "../commands/ListManagedNotificationChildEventsCommand";
|
|
3
|
+
import { NotificationsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListManagedNotificationChildEvents: (config: NotificationsPaginationConfiguration, input: ListManagedNotificationChildEventsCommandInput, ...rest: any[]) => Paginator<ListManagedNotificationChildEventsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListManagedNotificationConfigurationsCommandInput, ListManagedNotificationConfigurationsCommandOutput } from "../commands/ListManagedNotificationConfigurationsCommand";
|
|
3
|
+
import { NotificationsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListManagedNotificationConfigurations: (config: NotificationsPaginationConfiguration, input: ListManagedNotificationConfigurationsCommandInput, ...rest: any[]) => Paginator<ListManagedNotificationConfigurationsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListManagedNotificationEventsCommandInput, ListManagedNotificationEventsCommandOutput } from "../commands/ListManagedNotificationEventsCommand";
|
|
3
|
+
import { NotificationsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListManagedNotificationEvents: (config: NotificationsPaginationConfiguration, input: ListManagedNotificationEventsCommandInput, ...rest: any[]) => 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";
|
|
@@ -1,17 +1,31 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
2
|
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
3
|
import { AssociateChannelCommandInput, AssociateChannelCommandOutput } from "../commands/AssociateChannelCommand";
|
|
4
|
+
import { AssociateManagedNotificationAccountContactCommandInput, AssociateManagedNotificationAccountContactCommandOutput } from "../commands/AssociateManagedNotificationAccountContactCommand";
|
|
5
|
+
import { AssociateManagedNotificationAdditionalChannelCommandInput, AssociateManagedNotificationAdditionalChannelCommandOutput } from "../commands/AssociateManagedNotificationAdditionalChannelCommand";
|
|
4
6
|
import { CreateEventRuleCommandInput, CreateEventRuleCommandOutput } from "../commands/CreateEventRuleCommand";
|
|
5
7
|
import { CreateNotificationConfigurationCommandInput, CreateNotificationConfigurationCommandOutput } from "../commands/CreateNotificationConfigurationCommand";
|
|
6
8
|
import { DeleteEventRuleCommandInput, DeleteEventRuleCommandOutput } from "../commands/DeleteEventRuleCommand";
|
|
7
9
|
import { DeleteNotificationConfigurationCommandInput, DeleteNotificationConfigurationCommandOutput } from "../commands/DeleteNotificationConfigurationCommand";
|
|
8
10
|
import { DeregisterNotificationHubCommandInput, DeregisterNotificationHubCommandOutput } from "../commands/DeregisterNotificationHubCommand";
|
|
11
|
+
import { DisableNotificationsAccessForOrganizationCommandInput, DisableNotificationsAccessForOrganizationCommandOutput } from "../commands/DisableNotificationsAccessForOrganizationCommand";
|
|
9
12
|
import { DisassociateChannelCommandInput, DisassociateChannelCommandOutput } from "../commands/DisassociateChannelCommand";
|
|
13
|
+
import { DisassociateManagedNotificationAccountContactCommandInput, DisassociateManagedNotificationAccountContactCommandOutput } from "../commands/DisassociateManagedNotificationAccountContactCommand";
|
|
14
|
+
import { DisassociateManagedNotificationAdditionalChannelCommandInput, DisassociateManagedNotificationAdditionalChannelCommandOutput } from "../commands/DisassociateManagedNotificationAdditionalChannelCommand";
|
|
15
|
+
import { EnableNotificationsAccessForOrganizationCommandInput, EnableNotificationsAccessForOrganizationCommandOutput } from "../commands/EnableNotificationsAccessForOrganizationCommand";
|
|
10
16
|
import { GetEventRuleCommandInput, GetEventRuleCommandOutput } from "../commands/GetEventRuleCommand";
|
|
17
|
+
import { GetManagedNotificationChildEventCommandInput, GetManagedNotificationChildEventCommandOutput } from "../commands/GetManagedNotificationChildEventCommand";
|
|
18
|
+
import { GetManagedNotificationConfigurationCommandInput, GetManagedNotificationConfigurationCommandOutput } from "../commands/GetManagedNotificationConfigurationCommand";
|
|
19
|
+
import { GetManagedNotificationEventCommandInput, GetManagedNotificationEventCommandOutput } from "../commands/GetManagedNotificationEventCommand";
|
|
11
20
|
import { GetNotificationConfigurationCommandInput, GetNotificationConfigurationCommandOutput } from "../commands/GetNotificationConfigurationCommand";
|
|
12
21
|
import { GetNotificationEventCommandInput, GetNotificationEventCommandOutput } from "../commands/GetNotificationEventCommand";
|
|
22
|
+
import { GetNotificationsAccessForOrganizationCommandInput, GetNotificationsAccessForOrganizationCommandOutput } from "../commands/GetNotificationsAccessForOrganizationCommand";
|
|
13
23
|
import { ListChannelsCommandInput, ListChannelsCommandOutput } from "../commands/ListChannelsCommand";
|
|
14
24
|
import { ListEventRulesCommandInput, ListEventRulesCommandOutput } from "../commands/ListEventRulesCommand";
|
|
25
|
+
import { ListManagedNotificationChannelAssociationsCommandInput, ListManagedNotificationChannelAssociationsCommandOutput } from "../commands/ListManagedNotificationChannelAssociationsCommand";
|
|
26
|
+
import { ListManagedNotificationChildEventsCommandInput, ListManagedNotificationChildEventsCommandOutput } from "../commands/ListManagedNotificationChildEventsCommand";
|
|
27
|
+
import { ListManagedNotificationConfigurationsCommandInput, ListManagedNotificationConfigurationsCommandOutput } from "../commands/ListManagedNotificationConfigurationsCommand";
|
|
28
|
+
import { ListManagedNotificationEventsCommandInput, ListManagedNotificationEventsCommandOutput } from "../commands/ListManagedNotificationEventsCommand";
|
|
15
29
|
import { ListNotificationConfigurationsCommandInput, ListNotificationConfigurationsCommandOutput } from "../commands/ListNotificationConfigurationsCommand";
|
|
16
30
|
import { ListNotificationEventsCommandInput, ListNotificationEventsCommandOutput } from "../commands/ListNotificationEventsCommand";
|
|
17
31
|
import { ListNotificationHubsCommandInput, ListNotificationHubsCommandOutput } from "../commands/ListNotificationHubsCommand";
|
|
@@ -25,6 +39,14 @@ import { UpdateNotificationConfigurationCommandInput, UpdateNotificationConfigur
|
|
|
25
39
|
* serializeAws_restJson1AssociateChannelCommand
|
|
26
40
|
*/
|
|
27
41
|
export declare const se_AssociateChannelCommand: (input: AssociateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
+
/**
|
|
43
|
+
* serializeAws_restJson1AssociateManagedNotificationAccountContactCommand
|
|
44
|
+
*/
|
|
45
|
+
export declare const se_AssociateManagedNotificationAccountContactCommand: (input: AssociateManagedNotificationAccountContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
+
/**
|
|
47
|
+
* serializeAws_restJson1AssociateManagedNotificationAdditionalChannelCommand
|
|
48
|
+
*/
|
|
49
|
+
export declare const se_AssociateManagedNotificationAdditionalChannelCommand: (input: AssociateManagedNotificationAdditionalChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
28
50
|
/**
|
|
29
51
|
* serializeAws_restJson1CreateEventRuleCommand
|
|
30
52
|
*/
|
|
@@ -45,14 +67,42 @@ export declare const se_DeleteNotificationConfigurationCommand: (input: DeleteNo
|
|
|
45
67
|
* serializeAws_restJson1DeregisterNotificationHubCommand
|
|
46
68
|
*/
|
|
47
69
|
export declare const se_DeregisterNotificationHubCommand: (input: DeregisterNotificationHubCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
+
/**
|
|
71
|
+
* serializeAws_restJson1DisableNotificationsAccessForOrganizationCommand
|
|
72
|
+
*/
|
|
73
|
+
export declare const se_DisableNotificationsAccessForOrganizationCommand: (input: DisableNotificationsAccessForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
74
|
/**
|
|
49
75
|
* serializeAws_restJson1DisassociateChannelCommand
|
|
50
76
|
*/
|
|
51
77
|
export declare const se_DisassociateChannelCommand: (input: DisassociateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
+
/**
|
|
79
|
+
* serializeAws_restJson1DisassociateManagedNotificationAccountContactCommand
|
|
80
|
+
*/
|
|
81
|
+
export declare const se_DisassociateManagedNotificationAccountContactCommand: (input: DisassociateManagedNotificationAccountContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
+
/**
|
|
83
|
+
* serializeAws_restJson1DisassociateManagedNotificationAdditionalChannelCommand
|
|
84
|
+
*/
|
|
85
|
+
export declare const se_DisassociateManagedNotificationAdditionalChannelCommand: (input: DisassociateManagedNotificationAdditionalChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
+
/**
|
|
87
|
+
* serializeAws_restJson1EnableNotificationsAccessForOrganizationCommand
|
|
88
|
+
*/
|
|
89
|
+
export declare const se_EnableNotificationsAccessForOrganizationCommand: (input: EnableNotificationsAccessForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
90
|
/**
|
|
53
91
|
* serializeAws_restJson1GetEventRuleCommand
|
|
54
92
|
*/
|
|
55
93
|
export declare const se_GetEventRuleCommand: (input: GetEventRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
+
/**
|
|
95
|
+
* serializeAws_restJson1GetManagedNotificationChildEventCommand
|
|
96
|
+
*/
|
|
97
|
+
export declare const se_GetManagedNotificationChildEventCommand: (input: GetManagedNotificationChildEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
+
/**
|
|
99
|
+
* serializeAws_restJson1GetManagedNotificationConfigurationCommand
|
|
100
|
+
*/
|
|
101
|
+
export declare const se_GetManagedNotificationConfigurationCommand: (input: GetManagedNotificationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
+
/**
|
|
103
|
+
* serializeAws_restJson1GetManagedNotificationEventCommand
|
|
104
|
+
*/
|
|
105
|
+
export declare const se_GetManagedNotificationEventCommand: (input: GetManagedNotificationEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
106
|
/**
|
|
57
107
|
* serializeAws_restJson1GetNotificationConfigurationCommand
|
|
58
108
|
*/
|
|
@@ -61,6 +111,10 @@ export declare const se_GetNotificationConfigurationCommand: (input: GetNotifica
|
|
|
61
111
|
* serializeAws_restJson1GetNotificationEventCommand
|
|
62
112
|
*/
|
|
63
113
|
export declare const se_GetNotificationEventCommand: (input: GetNotificationEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
+
/**
|
|
115
|
+
* serializeAws_restJson1GetNotificationsAccessForOrganizationCommand
|
|
116
|
+
*/
|
|
117
|
+
export declare const se_GetNotificationsAccessForOrganizationCommand: (input: GetNotificationsAccessForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
118
|
/**
|
|
65
119
|
* serializeAws_restJson1ListChannelsCommand
|
|
66
120
|
*/
|
|
@@ -69,6 +123,22 @@ export declare const se_ListChannelsCommand: (input: ListChannelsCommandInput, c
|
|
|
69
123
|
* serializeAws_restJson1ListEventRulesCommand
|
|
70
124
|
*/
|
|
71
125
|
export declare const se_ListEventRulesCommand: (input: ListEventRulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
126
|
+
/**
|
|
127
|
+
* serializeAws_restJson1ListManagedNotificationChannelAssociationsCommand
|
|
128
|
+
*/
|
|
129
|
+
export declare const se_ListManagedNotificationChannelAssociationsCommand: (input: ListManagedNotificationChannelAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
|
+
/**
|
|
131
|
+
* serializeAws_restJson1ListManagedNotificationChildEventsCommand
|
|
132
|
+
*/
|
|
133
|
+
export declare const se_ListManagedNotificationChildEventsCommand: (input: ListManagedNotificationChildEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
|
+
/**
|
|
135
|
+
* serializeAws_restJson1ListManagedNotificationConfigurationsCommand
|
|
136
|
+
*/
|
|
137
|
+
export declare const se_ListManagedNotificationConfigurationsCommand: (input: ListManagedNotificationConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
|
+
/**
|
|
139
|
+
* serializeAws_restJson1ListManagedNotificationEventsCommand
|
|
140
|
+
*/
|
|
141
|
+
export declare const se_ListManagedNotificationEventsCommand: (input: ListManagedNotificationEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
142
|
/**
|
|
73
143
|
* serializeAws_restJson1ListNotificationConfigurationsCommand
|
|
74
144
|
*/
|
|
@@ -109,6 +179,14 @@ export declare const se_UpdateNotificationConfigurationCommand: (input: UpdateNo
|
|
|
109
179
|
* deserializeAws_restJson1AssociateChannelCommand
|
|
110
180
|
*/
|
|
111
181
|
export declare const de_AssociateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateChannelCommandOutput>;
|
|
182
|
+
/**
|
|
183
|
+
* deserializeAws_restJson1AssociateManagedNotificationAccountContactCommand
|
|
184
|
+
*/
|
|
185
|
+
export declare const de_AssociateManagedNotificationAccountContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateManagedNotificationAccountContactCommandOutput>;
|
|
186
|
+
/**
|
|
187
|
+
* deserializeAws_restJson1AssociateManagedNotificationAdditionalChannelCommand
|
|
188
|
+
*/
|
|
189
|
+
export declare const de_AssociateManagedNotificationAdditionalChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateManagedNotificationAdditionalChannelCommandOutput>;
|
|
112
190
|
/**
|
|
113
191
|
* deserializeAws_restJson1CreateEventRuleCommand
|
|
114
192
|
*/
|
|
@@ -129,14 +207,42 @@ export declare const de_DeleteNotificationConfigurationCommand: (output: __HttpR
|
|
|
129
207
|
* deserializeAws_restJson1DeregisterNotificationHubCommand
|
|
130
208
|
*/
|
|
131
209
|
export declare const de_DeregisterNotificationHubCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterNotificationHubCommandOutput>;
|
|
210
|
+
/**
|
|
211
|
+
* deserializeAws_restJson1DisableNotificationsAccessForOrganizationCommand
|
|
212
|
+
*/
|
|
213
|
+
export declare const de_DisableNotificationsAccessForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableNotificationsAccessForOrganizationCommandOutput>;
|
|
132
214
|
/**
|
|
133
215
|
* deserializeAws_restJson1DisassociateChannelCommand
|
|
134
216
|
*/
|
|
135
217
|
export declare const de_DisassociateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateChannelCommandOutput>;
|
|
218
|
+
/**
|
|
219
|
+
* deserializeAws_restJson1DisassociateManagedNotificationAccountContactCommand
|
|
220
|
+
*/
|
|
221
|
+
export declare const de_DisassociateManagedNotificationAccountContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateManagedNotificationAccountContactCommandOutput>;
|
|
222
|
+
/**
|
|
223
|
+
* deserializeAws_restJson1DisassociateManagedNotificationAdditionalChannelCommand
|
|
224
|
+
*/
|
|
225
|
+
export declare const de_DisassociateManagedNotificationAdditionalChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateManagedNotificationAdditionalChannelCommandOutput>;
|
|
226
|
+
/**
|
|
227
|
+
* deserializeAws_restJson1EnableNotificationsAccessForOrganizationCommand
|
|
228
|
+
*/
|
|
229
|
+
export declare const de_EnableNotificationsAccessForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableNotificationsAccessForOrganizationCommandOutput>;
|
|
136
230
|
/**
|
|
137
231
|
* deserializeAws_restJson1GetEventRuleCommand
|
|
138
232
|
*/
|
|
139
233
|
export declare const de_GetEventRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEventRuleCommandOutput>;
|
|
234
|
+
/**
|
|
235
|
+
* deserializeAws_restJson1GetManagedNotificationChildEventCommand
|
|
236
|
+
*/
|
|
237
|
+
export declare const de_GetManagedNotificationChildEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetManagedNotificationChildEventCommandOutput>;
|
|
238
|
+
/**
|
|
239
|
+
* deserializeAws_restJson1GetManagedNotificationConfigurationCommand
|
|
240
|
+
*/
|
|
241
|
+
export declare const de_GetManagedNotificationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetManagedNotificationConfigurationCommandOutput>;
|
|
242
|
+
/**
|
|
243
|
+
* deserializeAws_restJson1GetManagedNotificationEventCommand
|
|
244
|
+
*/
|
|
245
|
+
export declare const de_GetManagedNotificationEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetManagedNotificationEventCommandOutput>;
|
|
140
246
|
/**
|
|
141
247
|
* deserializeAws_restJson1GetNotificationConfigurationCommand
|
|
142
248
|
*/
|
|
@@ -145,6 +251,10 @@ export declare const de_GetNotificationConfigurationCommand: (output: __HttpResp
|
|
|
145
251
|
* deserializeAws_restJson1GetNotificationEventCommand
|
|
146
252
|
*/
|
|
147
253
|
export declare const de_GetNotificationEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNotificationEventCommandOutput>;
|
|
254
|
+
/**
|
|
255
|
+
* deserializeAws_restJson1GetNotificationsAccessForOrganizationCommand
|
|
256
|
+
*/
|
|
257
|
+
export declare const de_GetNotificationsAccessForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNotificationsAccessForOrganizationCommandOutput>;
|
|
148
258
|
/**
|
|
149
259
|
* deserializeAws_restJson1ListChannelsCommand
|
|
150
260
|
*/
|
|
@@ -153,6 +263,22 @@ export declare const de_ListChannelsCommand: (output: __HttpResponse, context: _
|
|
|
153
263
|
* deserializeAws_restJson1ListEventRulesCommand
|
|
154
264
|
*/
|
|
155
265
|
export declare const de_ListEventRulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventRulesCommandOutput>;
|
|
266
|
+
/**
|
|
267
|
+
* deserializeAws_restJson1ListManagedNotificationChannelAssociationsCommand
|
|
268
|
+
*/
|
|
269
|
+
export declare const de_ListManagedNotificationChannelAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListManagedNotificationChannelAssociationsCommandOutput>;
|
|
270
|
+
/**
|
|
271
|
+
* deserializeAws_restJson1ListManagedNotificationChildEventsCommand
|
|
272
|
+
*/
|
|
273
|
+
export declare const de_ListManagedNotificationChildEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListManagedNotificationChildEventsCommandOutput>;
|
|
274
|
+
/**
|
|
275
|
+
* deserializeAws_restJson1ListManagedNotificationConfigurationsCommand
|
|
276
|
+
*/
|
|
277
|
+
export declare const de_ListManagedNotificationConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListManagedNotificationConfigurationsCommandOutput>;
|
|
278
|
+
/**
|
|
279
|
+
* deserializeAws_restJson1ListManagedNotificationEventsCommand
|
|
280
|
+
*/
|
|
281
|
+
export declare const de_ListManagedNotificationEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListManagedNotificationEventsCommandOutput>;
|
|
156
282
|
/**
|
|
157
283
|
* deserializeAws_restJson1ListNotificationConfigurationsCommand
|
|
158
284
|
*/
|
|
@@ -3,6 +3,14 @@ import {
|
|
|
3
3
|
AssociateChannelCommandInput,
|
|
4
4
|
AssociateChannelCommandOutput,
|
|
5
5
|
} from "./commands/AssociateChannelCommand";
|
|
6
|
+
import {
|
|
7
|
+
AssociateManagedNotificationAccountContactCommandInput,
|
|
8
|
+
AssociateManagedNotificationAccountContactCommandOutput,
|
|
9
|
+
} from "./commands/AssociateManagedNotificationAccountContactCommand";
|
|
10
|
+
import {
|
|
11
|
+
AssociateManagedNotificationAdditionalChannelCommandInput,
|
|
12
|
+
AssociateManagedNotificationAdditionalChannelCommandOutput,
|
|
13
|
+
} from "./commands/AssociateManagedNotificationAdditionalChannelCommand";
|
|
6
14
|
import {
|
|
7
15
|
CreateEventRuleCommandInput,
|
|
8
16
|
CreateEventRuleCommandOutput,
|
|
@@ -23,14 +31,42 @@ import {
|
|
|
23
31
|
DeregisterNotificationHubCommandInput,
|
|
24
32
|
DeregisterNotificationHubCommandOutput,
|
|
25
33
|
} from "./commands/DeregisterNotificationHubCommand";
|
|
34
|
+
import {
|
|
35
|
+
DisableNotificationsAccessForOrganizationCommandInput,
|
|
36
|
+
DisableNotificationsAccessForOrganizationCommandOutput,
|
|
37
|
+
} from "./commands/DisableNotificationsAccessForOrganizationCommand";
|
|
26
38
|
import {
|
|
27
39
|
DisassociateChannelCommandInput,
|
|
28
40
|
DisassociateChannelCommandOutput,
|
|
29
41
|
} from "./commands/DisassociateChannelCommand";
|
|
42
|
+
import {
|
|
43
|
+
DisassociateManagedNotificationAccountContactCommandInput,
|
|
44
|
+
DisassociateManagedNotificationAccountContactCommandOutput,
|
|
45
|
+
} from "./commands/DisassociateManagedNotificationAccountContactCommand";
|
|
46
|
+
import {
|
|
47
|
+
DisassociateManagedNotificationAdditionalChannelCommandInput,
|
|
48
|
+
DisassociateManagedNotificationAdditionalChannelCommandOutput,
|
|
49
|
+
} from "./commands/DisassociateManagedNotificationAdditionalChannelCommand";
|
|
50
|
+
import {
|
|
51
|
+
EnableNotificationsAccessForOrganizationCommandInput,
|
|
52
|
+
EnableNotificationsAccessForOrganizationCommandOutput,
|
|
53
|
+
} from "./commands/EnableNotificationsAccessForOrganizationCommand";
|
|
30
54
|
import {
|
|
31
55
|
GetEventRuleCommandInput,
|
|
32
56
|
GetEventRuleCommandOutput,
|
|
33
57
|
} from "./commands/GetEventRuleCommand";
|
|
58
|
+
import {
|
|
59
|
+
GetManagedNotificationChildEventCommandInput,
|
|
60
|
+
GetManagedNotificationChildEventCommandOutput,
|
|
61
|
+
} from "./commands/GetManagedNotificationChildEventCommand";
|
|
62
|
+
import {
|
|
63
|
+
GetManagedNotificationConfigurationCommandInput,
|
|
64
|
+
GetManagedNotificationConfigurationCommandOutput,
|
|
65
|
+
} from "./commands/GetManagedNotificationConfigurationCommand";
|
|
66
|
+
import {
|
|
67
|
+
GetManagedNotificationEventCommandInput,
|
|
68
|
+
GetManagedNotificationEventCommandOutput,
|
|
69
|
+
} from "./commands/GetManagedNotificationEventCommand";
|
|
34
70
|
import {
|
|
35
71
|
GetNotificationConfigurationCommandInput,
|
|
36
72
|
GetNotificationConfigurationCommandOutput,
|
|
@@ -39,6 +75,10 @@ import {
|
|
|
39
75
|
GetNotificationEventCommandInput,
|
|
40
76
|
GetNotificationEventCommandOutput,
|
|
41
77
|
} from "./commands/GetNotificationEventCommand";
|
|
78
|
+
import {
|
|
79
|
+
GetNotificationsAccessForOrganizationCommandInput,
|
|
80
|
+
GetNotificationsAccessForOrganizationCommandOutput,
|
|
81
|
+
} from "./commands/GetNotificationsAccessForOrganizationCommand";
|
|
42
82
|
import {
|
|
43
83
|
ListChannelsCommandInput,
|
|
44
84
|
ListChannelsCommandOutput,
|
|
@@ -47,6 +87,22 @@ import {
|
|
|
47
87
|
ListEventRulesCommandInput,
|
|
48
88
|
ListEventRulesCommandOutput,
|
|
49
89
|
} from "./commands/ListEventRulesCommand";
|
|
90
|
+
import {
|
|
91
|
+
ListManagedNotificationChannelAssociationsCommandInput,
|
|
92
|
+
ListManagedNotificationChannelAssociationsCommandOutput,
|
|
93
|
+
} from "./commands/ListManagedNotificationChannelAssociationsCommand";
|
|
94
|
+
import {
|
|
95
|
+
ListManagedNotificationChildEventsCommandInput,
|
|
96
|
+
ListManagedNotificationChildEventsCommandOutput,
|
|
97
|
+
} from "./commands/ListManagedNotificationChildEventsCommand";
|
|
98
|
+
import {
|
|
99
|
+
ListManagedNotificationConfigurationsCommandInput,
|
|
100
|
+
ListManagedNotificationConfigurationsCommandOutput,
|
|
101
|
+
} from "./commands/ListManagedNotificationConfigurationsCommand";
|
|
102
|
+
import {
|
|
103
|
+
ListManagedNotificationEventsCommandInput,
|
|
104
|
+
ListManagedNotificationEventsCommandOutput,
|
|
105
|
+
} from "./commands/ListManagedNotificationEventsCommand";
|
|
50
106
|
import {
|
|
51
107
|
ListNotificationConfigurationsCommandInput,
|
|
52
108
|
ListNotificationConfigurationsCommandOutput,
|
|
@@ -98,6 +154,44 @@ export interface Notifications {
|
|
|
98
154
|
options: __HttpHandlerOptions,
|
|
99
155
|
cb: (err: any, data?: AssociateChannelCommandOutput) => void
|
|
100
156
|
): void;
|
|
157
|
+
associateManagedNotificationAccountContact(
|
|
158
|
+
args: AssociateManagedNotificationAccountContactCommandInput,
|
|
159
|
+
options?: __HttpHandlerOptions
|
|
160
|
+
): Promise<AssociateManagedNotificationAccountContactCommandOutput>;
|
|
161
|
+
associateManagedNotificationAccountContact(
|
|
162
|
+
args: AssociateManagedNotificationAccountContactCommandInput,
|
|
163
|
+
cb: (
|
|
164
|
+
err: any,
|
|
165
|
+
data?: AssociateManagedNotificationAccountContactCommandOutput
|
|
166
|
+
) => void
|
|
167
|
+
): void;
|
|
168
|
+
associateManagedNotificationAccountContact(
|
|
169
|
+
args: AssociateManagedNotificationAccountContactCommandInput,
|
|
170
|
+
options: __HttpHandlerOptions,
|
|
171
|
+
cb: (
|
|
172
|
+
err: any,
|
|
173
|
+
data?: AssociateManagedNotificationAccountContactCommandOutput
|
|
174
|
+
) => void
|
|
175
|
+
): void;
|
|
176
|
+
associateManagedNotificationAdditionalChannel(
|
|
177
|
+
args: AssociateManagedNotificationAdditionalChannelCommandInput,
|
|
178
|
+
options?: __HttpHandlerOptions
|
|
179
|
+
): Promise<AssociateManagedNotificationAdditionalChannelCommandOutput>;
|
|
180
|
+
associateManagedNotificationAdditionalChannel(
|
|
181
|
+
args: AssociateManagedNotificationAdditionalChannelCommandInput,
|
|
182
|
+
cb: (
|
|
183
|
+
err: any,
|
|
184
|
+
data?: AssociateManagedNotificationAdditionalChannelCommandOutput
|
|
185
|
+
) => void
|
|
186
|
+
): void;
|
|
187
|
+
associateManagedNotificationAdditionalChannel(
|
|
188
|
+
args: AssociateManagedNotificationAdditionalChannelCommandInput,
|
|
189
|
+
options: __HttpHandlerOptions,
|
|
190
|
+
cb: (
|
|
191
|
+
err: any,
|
|
192
|
+
data?: AssociateManagedNotificationAdditionalChannelCommandOutput
|
|
193
|
+
) => void
|
|
194
|
+
): void;
|
|
101
195
|
createEventRule(
|
|
102
196
|
args: CreateEventRuleCommandInput,
|
|
103
197
|
options?: __HttpHandlerOptions
|
|
@@ -163,6 +257,26 @@ export interface Notifications {
|
|
|
163
257
|
options: __HttpHandlerOptions,
|
|
164
258
|
cb: (err: any, data?: DeregisterNotificationHubCommandOutput) => void
|
|
165
259
|
): void;
|
|
260
|
+
disableNotificationsAccessForOrganization(): Promise<DisableNotificationsAccessForOrganizationCommandOutput>;
|
|
261
|
+
disableNotificationsAccessForOrganization(
|
|
262
|
+
args: DisableNotificationsAccessForOrganizationCommandInput,
|
|
263
|
+
options?: __HttpHandlerOptions
|
|
264
|
+
): Promise<DisableNotificationsAccessForOrganizationCommandOutput>;
|
|
265
|
+
disableNotificationsAccessForOrganization(
|
|
266
|
+
args: DisableNotificationsAccessForOrganizationCommandInput,
|
|
267
|
+
cb: (
|
|
268
|
+
err: any,
|
|
269
|
+
data?: DisableNotificationsAccessForOrganizationCommandOutput
|
|
270
|
+
) => void
|
|
271
|
+
): void;
|
|
272
|
+
disableNotificationsAccessForOrganization(
|
|
273
|
+
args: DisableNotificationsAccessForOrganizationCommandInput,
|
|
274
|
+
options: __HttpHandlerOptions,
|
|
275
|
+
cb: (
|
|
276
|
+
err: any,
|
|
277
|
+
data?: DisableNotificationsAccessForOrganizationCommandOutput
|
|
278
|
+
) => void
|
|
279
|
+
): void;
|
|
166
280
|
disassociateChannel(
|
|
167
281
|
args: DisassociateChannelCommandInput,
|
|
168
282
|
options?: __HttpHandlerOptions
|
|
@@ -176,6 +290,64 @@ export interface Notifications {
|
|
|
176
290
|
options: __HttpHandlerOptions,
|
|
177
291
|
cb: (err: any, data?: DisassociateChannelCommandOutput) => void
|
|
178
292
|
): void;
|
|
293
|
+
disassociateManagedNotificationAccountContact(
|
|
294
|
+
args: DisassociateManagedNotificationAccountContactCommandInput,
|
|
295
|
+
options?: __HttpHandlerOptions
|
|
296
|
+
): Promise<DisassociateManagedNotificationAccountContactCommandOutput>;
|
|
297
|
+
disassociateManagedNotificationAccountContact(
|
|
298
|
+
args: DisassociateManagedNotificationAccountContactCommandInput,
|
|
299
|
+
cb: (
|
|
300
|
+
err: any,
|
|
301
|
+
data?: DisassociateManagedNotificationAccountContactCommandOutput
|
|
302
|
+
) => void
|
|
303
|
+
): void;
|
|
304
|
+
disassociateManagedNotificationAccountContact(
|
|
305
|
+
args: DisassociateManagedNotificationAccountContactCommandInput,
|
|
306
|
+
options: __HttpHandlerOptions,
|
|
307
|
+
cb: (
|
|
308
|
+
err: any,
|
|
309
|
+
data?: DisassociateManagedNotificationAccountContactCommandOutput
|
|
310
|
+
) => void
|
|
311
|
+
): void;
|
|
312
|
+
disassociateManagedNotificationAdditionalChannel(
|
|
313
|
+
args: DisassociateManagedNotificationAdditionalChannelCommandInput,
|
|
314
|
+
options?: __HttpHandlerOptions
|
|
315
|
+
): Promise<DisassociateManagedNotificationAdditionalChannelCommandOutput>;
|
|
316
|
+
disassociateManagedNotificationAdditionalChannel(
|
|
317
|
+
args: DisassociateManagedNotificationAdditionalChannelCommandInput,
|
|
318
|
+
cb: (
|
|
319
|
+
err: any,
|
|
320
|
+
data?: DisassociateManagedNotificationAdditionalChannelCommandOutput
|
|
321
|
+
) => void
|
|
322
|
+
): void;
|
|
323
|
+
disassociateManagedNotificationAdditionalChannel(
|
|
324
|
+
args: DisassociateManagedNotificationAdditionalChannelCommandInput,
|
|
325
|
+
options: __HttpHandlerOptions,
|
|
326
|
+
cb: (
|
|
327
|
+
err: any,
|
|
328
|
+
data?: DisassociateManagedNotificationAdditionalChannelCommandOutput
|
|
329
|
+
) => void
|
|
330
|
+
): void;
|
|
331
|
+
enableNotificationsAccessForOrganization(): Promise<EnableNotificationsAccessForOrganizationCommandOutput>;
|
|
332
|
+
enableNotificationsAccessForOrganization(
|
|
333
|
+
args: EnableNotificationsAccessForOrganizationCommandInput,
|
|
334
|
+
options?: __HttpHandlerOptions
|
|
335
|
+
): Promise<EnableNotificationsAccessForOrganizationCommandOutput>;
|
|
336
|
+
enableNotificationsAccessForOrganization(
|
|
337
|
+
args: EnableNotificationsAccessForOrganizationCommandInput,
|
|
338
|
+
cb: (
|
|
339
|
+
err: any,
|
|
340
|
+
data?: EnableNotificationsAccessForOrganizationCommandOutput
|
|
341
|
+
) => void
|
|
342
|
+
): void;
|
|
343
|
+
enableNotificationsAccessForOrganization(
|
|
344
|
+
args: EnableNotificationsAccessForOrganizationCommandInput,
|
|
345
|
+
options: __HttpHandlerOptions,
|
|
346
|
+
cb: (
|
|
347
|
+
err: any,
|
|
348
|
+
data?: EnableNotificationsAccessForOrganizationCommandOutput
|
|
349
|
+
) => void
|
|
350
|
+
): void;
|
|
179
351
|
getEventRule(
|
|
180
352
|
args: GetEventRuleCommandInput,
|
|
181
353
|
options?: __HttpHandlerOptions
|
|
@@ -189,6 +361,51 @@ export interface Notifications {
|
|
|
189
361
|
options: __HttpHandlerOptions,
|
|
190
362
|
cb: (err: any, data?: GetEventRuleCommandOutput) => void
|
|
191
363
|
): void;
|
|
364
|
+
getManagedNotificationChildEvent(
|
|
365
|
+
args: GetManagedNotificationChildEventCommandInput,
|
|
366
|
+
options?: __HttpHandlerOptions
|
|
367
|
+
): Promise<GetManagedNotificationChildEventCommandOutput>;
|
|
368
|
+
getManagedNotificationChildEvent(
|
|
369
|
+
args: GetManagedNotificationChildEventCommandInput,
|
|
370
|
+
cb: (err: any, data?: GetManagedNotificationChildEventCommandOutput) => void
|
|
371
|
+
): void;
|
|
372
|
+
getManagedNotificationChildEvent(
|
|
373
|
+
args: GetManagedNotificationChildEventCommandInput,
|
|
374
|
+
options: __HttpHandlerOptions,
|
|
375
|
+
cb: (err: any, data?: GetManagedNotificationChildEventCommandOutput) => void
|
|
376
|
+
): void;
|
|
377
|
+
getManagedNotificationConfiguration(
|
|
378
|
+
args: GetManagedNotificationConfigurationCommandInput,
|
|
379
|
+
options?: __HttpHandlerOptions
|
|
380
|
+
): Promise<GetManagedNotificationConfigurationCommandOutput>;
|
|
381
|
+
getManagedNotificationConfiguration(
|
|
382
|
+
args: GetManagedNotificationConfigurationCommandInput,
|
|
383
|
+
cb: (
|
|
384
|
+
err: any,
|
|
385
|
+
data?: GetManagedNotificationConfigurationCommandOutput
|
|
386
|
+
) => void
|
|
387
|
+
): void;
|
|
388
|
+
getManagedNotificationConfiguration(
|
|
389
|
+
args: GetManagedNotificationConfigurationCommandInput,
|
|
390
|
+
options: __HttpHandlerOptions,
|
|
391
|
+
cb: (
|
|
392
|
+
err: any,
|
|
393
|
+
data?: GetManagedNotificationConfigurationCommandOutput
|
|
394
|
+
) => void
|
|
395
|
+
): void;
|
|
396
|
+
getManagedNotificationEvent(
|
|
397
|
+
args: GetManagedNotificationEventCommandInput,
|
|
398
|
+
options?: __HttpHandlerOptions
|
|
399
|
+
): Promise<GetManagedNotificationEventCommandOutput>;
|
|
400
|
+
getManagedNotificationEvent(
|
|
401
|
+
args: GetManagedNotificationEventCommandInput,
|
|
402
|
+
cb: (err: any, data?: GetManagedNotificationEventCommandOutput) => void
|
|
403
|
+
): void;
|
|
404
|
+
getManagedNotificationEvent(
|
|
405
|
+
args: GetManagedNotificationEventCommandInput,
|
|
406
|
+
options: __HttpHandlerOptions,
|
|
407
|
+
cb: (err: any, data?: GetManagedNotificationEventCommandOutput) => void
|
|
408
|
+
): void;
|
|
192
409
|
getNotificationConfiguration(
|
|
193
410
|
args: GetNotificationConfigurationCommandInput,
|
|
194
411
|
options?: __HttpHandlerOptions
|
|
@@ -215,6 +432,26 @@ export interface Notifications {
|
|
|
215
432
|
options: __HttpHandlerOptions,
|
|
216
433
|
cb: (err: any, data?: GetNotificationEventCommandOutput) => void
|
|
217
434
|
): void;
|
|
435
|
+
getNotificationsAccessForOrganization(): Promise<GetNotificationsAccessForOrganizationCommandOutput>;
|
|
436
|
+
getNotificationsAccessForOrganization(
|
|
437
|
+
args: GetNotificationsAccessForOrganizationCommandInput,
|
|
438
|
+
options?: __HttpHandlerOptions
|
|
439
|
+
): Promise<GetNotificationsAccessForOrganizationCommandOutput>;
|
|
440
|
+
getNotificationsAccessForOrganization(
|
|
441
|
+
args: GetNotificationsAccessForOrganizationCommandInput,
|
|
442
|
+
cb: (
|
|
443
|
+
err: any,
|
|
444
|
+
data?: GetNotificationsAccessForOrganizationCommandOutput
|
|
445
|
+
) => void
|
|
446
|
+
): void;
|
|
447
|
+
getNotificationsAccessForOrganization(
|
|
448
|
+
args: GetNotificationsAccessForOrganizationCommandInput,
|
|
449
|
+
options: __HttpHandlerOptions,
|
|
450
|
+
cb: (
|
|
451
|
+
err: any,
|
|
452
|
+
data?: GetNotificationsAccessForOrganizationCommandOutput
|
|
453
|
+
) => void
|
|
454
|
+
): void;
|
|
218
455
|
listChannels(
|
|
219
456
|
args: ListChannelsCommandInput,
|
|
220
457
|
options?: __HttpHandlerOptions
|
|
@@ -241,6 +478,78 @@ export interface Notifications {
|
|
|
241
478
|
options: __HttpHandlerOptions,
|
|
242
479
|
cb: (err: any, data?: ListEventRulesCommandOutput) => void
|
|
243
480
|
): void;
|
|
481
|
+
listManagedNotificationChannelAssociations(
|
|
482
|
+
args: ListManagedNotificationChannelAssociationsCommandInput,
|
|
483
|
+
options?: __HttpHandlerOptions
|
|
484
|
+
): Promise<ListManagedNotificationChannelAssociationsCommandOutput>;
|
|
485
|
+
listManagedNotificationChannelAssociations(
|
|
486
|
+
args: ListManagedNotificationChannelAssociationsCommandInput,
|
|
487
|
+
cb: (
|
|
488
|
+
err: any,
|
|
489
|
+
data?: ListManagedNotificationChannelAssociationsCommandOutput
|
|
490
|
+
) => void
|
|
491
|
+
): void;
|
|
492
|
+
listManagedNotificationChannelAssociations(
|
|
493
|
+
args: ListManagedNotificationChannelAssociationsCommandInput,
|
|
494
|
+
options: __HttpHandlerOptions,
|
|
495
|
+
cb: (
|
|
496
|
+
err: any,
|
|
497
|
+
data?: ListManagedNotificationChannelAssociationsCommandOutput
|
|
498
|
+
) => void
|
|
499
|
+
): void;
|
|
500
|
+
listManagedNotificationChildEvents(
|
|
501
|
+
args: ListManagedNotificationChildEventsCommandInput,
|
|
502
|
+
options?: __HttpHandlerOptions
|
|
503
|
+
): Promise<ListManagedNotificationChildEventsCommandOutput>;
|
|
504
|
+
listManagedNotificationChildEvents(
|
|
505
|
+
args: ListManagedNotificationChildEventsCommandInput,
|
|
506
|
+
cb: (
|
|
507
|
+
err: any,
|
|
508
|
+
data?: ListManagedNotificationChildEventsCommandOutput
|
|
509
|
+
) => void
|
|
510
|
+
): void;
|
|
511
|
+
listManagedNotificationChildEvents(
|
|
512
|
+
args: ListManagedNotificationChildEventsCommandInput,
|
|
513
|
+
options: __HttpHandlerOptions,
|
|
514
|
+
cb: (
|
|
515
|
+
err: any,
|
|
516
|
+
data?: ListManagedNotificationChildEventsCommandOutput
|
|
517
|
+
) => void
|
|
518
|
+
): void;
|
|
519
|
+
listManagedNotificationConfigurations(): Promise<ListManagedNotificationConfigurationsCommandOutput>;
|
|
520
|
+
listManagedNotificationConfigurations(
|
|
521
|
+
args: ListManagedNotificationConfigurationsCommandInput,
|
|
522
|
+
options?: __HttpHandlerOptions
|
|
523
|
+
): Promise<ListManagedNotificationConfigurationsCommandOutput>;
|
|
524
|
+
listManagedNotificationConfigurations(
|
|
525
|
+
args: ListManagedNotificationConfigurationsCommandInput,
|
|
526
|
+
cb: (
|
|
527
|
+
err: any,
|
|
528
|
+
data?: ListManagedNotificationConfigurationsCommandOutput
|
|
529
|
+
) => void
|
|
530
|
+
): void;
|
|
531
|
+
listManagedNotificationConfigurations(
|
|
532
|
+
args: ListManagedNotificationConfigurationsCommandInput,
|
|
533
|
+
options: __HttpHandlerOptions,
|
|
534
|
+
cb: (
|
|
535
|
+
err: any,
|
|
536
|
+
data?: ListManagedNotificationConfigurationsCommandOutput
|
|
537
|
+
) => void
|
|
538
|
+
): void;
|
|
539
|
+
listManagedNotificationEvents(): Promise<ListManagedNotificationEventsCommandOutput>;
|
|
540
|
+
listManagedNotificationEvents(
|
|
541
|
+
args: ListManagedNotificationEventsCommandInput,
|
|
542
|
+
options?: __HttpHandlerOptions
|
|
543
|
+
): Promise<ListManagedNotificationEventsCommandOutput>;
|
|
544
|
+
listManagedNotificationEvents(
|
|
545
|
+
args: ListManagedNotificationEventsCommandInput,
|
|
546
|
+
cb: (err: any, data?: ListManagedNotificationEventsCommandOutput) => void
|
|
547
|
+
): void;
|
|
548
|
+
listManagedNotificationEvents(
|
|
549
|
+
args: ListManagedNotificationEventsCommandInput,
|
|
550
|
+
options: __HttpHandlerOptions,
|
|
551
|
+
cb: (err: any, data?: ListManagedNotificationEventsCommandOutput) => void
|
|
552
|
+
): void;
|
|
244
553
|
listNotificationConfigurations(): Promise<ListNotificationConfigurationsCommandOutput>;
|
|
245
554
|
listNotificationConfigurations(
|
|
246
555
|
args: ListNotificationConfigurationsCommandInput,
|