@aws-sdk/client-notifications 3.893.0 → 3.894.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.
Files changed (65) hide show
  1. package/dist-cjs/index.js +2899 -10
  2. package/package.json +6 -6
  3. package/dist-cjs/Notifications.js +0 -89
  4. package/dist-cjs/NotificationsClient.js +0 -52
  5. package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
  6. package/dist-cjs/commands/AssociateChannelCommand.js +0 -26
  7. package/dist-cjs/commands/AssociateManagedNotificationAccountContactCommand.js +0 -26
  8. package/dist-cjs/commands/AssociateManagedNotificationAdditionalChannelCommand.js +0 -26
  9. package/dist-cjs/commands/AssociateOrganizationalUnitCommand.js +0 -26
  10. package/dist-cjs/commands/CreateEventRuleCommand.js +0 -26
  11. package/dist-cjs/commands/CreateNotificationConfigurationCommand.js +0 -26
  12. package/dist-cjs/commands/DeleteEventRuleCommand.js +0 -26
  13. package/dist-cjs/commands/DeleteNotificationConfigurationCommand.js +0 -26
  14. package/dist-cjs/commands/DeregisterNotificationHubCommand.js +0 -26
  15. package/dist-cjs/commands/DisableNotificationsAccessForOrganizationCommand.js +0 -26
  16. package/dist-cjs/commands/DisassociateChannelCommand.js +0 -26
  17. package/dist-cjs/commands/DisassociateManagedNotificationAccountContactCommand.js +0 -26
  18. package/dist-cjs/commands/DisassociateManagedNotificationAdditionalChannelCommand.js +0 -26
  19. package/dist-cjs/commands/DisassociateOrganizationalUnitCommand.js +0 -26
  20. package/dist-cjs/commands/EnableNotificationsAccessForOrganizationCommand.js +0 -26
  21. package/dist-cjs/commands/GetEventRuleCommand.js +0 -26
  22. package/dist-cjs/commands/GetManagedNotificationChildEventCommand.js +0 -26
  23. package/dist-cjs/commands/GetManagedNotificationConfigurationCommand.js +0 -26
  24. package/dist-cjs/commands/GetManagedNotificationEventCommand.js +0 -26
  25. package/dist-cjs/commands/GetNotificationConfigurationCommand.js +0 -26
  26. package/dist-cjs/commands/GetNotificationEventCommand.js +0 -26
  27. package/dist-cjs/commands/GetNotificationsAccessForOrganizationCommand.js +0 -26
  28. package/dist-cjs/commands/ListChannelsCommand.js +0 -26
  29. package/dist-cjs/commands/ListEventRulesCommand.js +0 -26
  30. package/dist-cjs/commands/ListManagedNotificationChannelAssociationsCommand.js +0 -26
  31. package/dist-cjs/commands/ListManagedNotificationChildEventsCommand.js +0 -26
  32. package/dist-cjs/commands/ListManagedNotificationConfigurationsCommand.js +0 -26
  33. package/dist-cjs/commands/ListManagedNotificationEventsCommand.js +0 -26
  34. package/dist-cjs/commands/ListMemberAccountsCommand.js +0 -26
  35. package/dist-cjs/commands/ListNotificationConfigurationsCommand.js +0 -26
  36. package/dist-cjs/commands/ListNotificationEventsCommand.js +0 -26
  37. package/dist-cjs/commands/ListNotificationHubsCommand.js +0 -26
  38. package/dist-cjs/commands/ListOrganizationalUnitsCommand.js +0 -26
  39. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -26
  40. package/dist-cjs/commands/RegisterNotificationHubCommand.js +0 -26
  41. package/dist-cjs/commands/TagResourceCommand.js +0 -26
  42. package/dist-cjs/commands/UntagResourceCommand.js +0 -26
  43. package/dist-cjs/commands/UpdateEventRuleCommand.js +0 -26
  44. package/dist-cjs/commands/UpdateNotificationConfigurationCommand.js +0 -26
  45. package/dist-cjs/commands/index.js +0 -42
  46. package/dist-cjs/endpoint/EndpointParameters.js +0 -15
  47. package/dist-cjs/extensionConfiguration.js +0 -2
  48. package/dist-cjs/models/NotificationsServiceException.js +0 -12
  49. package/dist-cjs/models/index.js +0 -4
  50. package/dist-cjs/models/models_0.js +0 -225
  51. package/dist-cjs/pagination/Interfaces.js +0 -2
  52. package/dist-cjs/pagination/ListChannelsPaginator.js +0 -7
  53. package/dist-cjs/pagination/ListEventRulesPaginator.js +0 -7
  54. package/dist-cjs/pagination/ListManagedNotificationChannelAssociationsPaginator.js +0 -7
  55. package/dist-cjs/pagination/ListManagedNotificationChildEventsPaginator.js +0 -7
  56. package/dist-cjs/pagination/ListManagedNotificationConfigurationsPaginator.js +0 -7
  57. package/dist-cjs/pagination/ListManagedNotificationEventsPaginator.js +0 -7
  58. package/dist-cjs/pagination/ListMemberAccountsPaginator.js +0 -7
  59. package/dist-cjs/pagination/ListNotificationConfigurationsPaginator.js +0 -7
  60. package/dist-cjs/pagination/ListNotificationEventsPaginator.js +0 -7
  61. package/dist-cjs/pagination/ListNotificationHubsPaginator.js +0 -7
  62. package/dist-cjs/pagination/ListOrganizationalUnitsPaginator.js +0 -7
  63. package/dist-cjs/pagination/index.js +0 -15
  64. package/dist-cjs/protocols/Aws_restJson1.js +0 -1478
  65. package/dist-cjs/runtimeExtensions.js +0 -13
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateNotificationConfigurationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateNotificationConfigurationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep(EndpointParameters_1.commonParams)
13
- .m(function (Command, cs, config, o) {
14
- return [
15
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
16
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
17
- ];
18
- })
19
- .s("Notifications", "UpdateNotificationConfiguration", {})
20
- .n("NotificationsClient", "UpdateNotificationConfigurationCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_UpdateNotificationConfigurationCommand)
23
- .de(Aws_restJson1_1.de_UpdateNotificationConfigurationCommand)
24
- .build() {
25
- }
26
- exports.UpdateNotificationConfigurationCommand = UpdateNotificationConfigurationCommand;
@@ -1,42 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./AssociateChannelCommand"), exports);
5
- tslib_1.__exportStar(require("./AssociateManagedNotificationAccountContactCommand"), exports);
6
- tslib_1.__exportStar(require("./AssociateManagedNotificationAdditionalChannelCommand"), exports);
7
- tslib_1.__exportStar(require("./AssociateOrganizationalUnitCommand"), exports);
8
- tslib_1.__exportStar(require("./CreateEventRuleCommand"), exports);
9
- tslib_1.__exportStar(require("./CreateNotificationConfigurationCommand"), exports);
10
- tslib_1.__exportStar(require("./DeleteEventRuleCommand"), exports);
11
- tslib_1.__exportStar(require("./DeleteNotificationConfigurationCommand"), exports);
12
- tslib_1.__exportStar(require("./DeregisterNotificationHubCommand"), exports);
13
- tslib_1.__exportStar(require("./DisableNotificationsAccessForOrganizationCommand"), exports);
14
- tslib_1.__exportStar(require("./DisassociateChannelCommand"), exports);
15
- tslib_1.__exportStar(require("./DisassociateManagedNotificationAccountContactCommand"), exports);
16
- tslib_1.__exportStar(require("./DisassociateManagedNotificationAdditionalChannelCommand"), exports);
17
- tslib_1.__exportStar(require("./DisassociateOrganizationalUnitCommand"), exports);
18
- tslib_1.__exportStar(require("./EnableNotificationsAccessForOrganizationCommand"), exports);
19
- tslib_1.__exportStar(require("./GetEventRuleCommand"), exports);
20
- tslib_1.__exportStar(require("./GetManagedNotificationChildEventCommand"), exports);
21
- tslib_1.__exportStar(require("./GetManagedNotificationConfigurationCommand"), exports);
22
- tslib_1.__exportStar(require("./GetManagedNotificationEventCommand"), exports);
23
- tslib_1.__exportStar(require("./GetNotificationConfigurationCommand"), exports);
24
- tslib_1.__exportStar(require("./GetNotificationEventCommand"), exports);
25
- tslib_1.__exportStar(require("./GetNotificationsAccessForOrganizationCommand"), exports);
26
- tslib_1.__exportStar(require("./ListChannelsCommand"), exports);
27
- tslib_1.__exportStar(require("./ListEventRulesCommand"), exports);
28
- tslib_1.__exportStar(require("./ListManagedNotificationChannelAssociationsCommand"), exports);
29
- tslib_1.__exportStar(require("./ListManagedNotificationChildEventsCommand"), exports);
30
- tslib_1.__exportStar(require("./ListManagedNotificationConfigurationsCommand"), exports);
31
- tslib_1.__exportStar(require("./ListManagedNotificationEventsCommand"), exports);
32
- tslib_1.__exportStar(require("./ListMemberAccountsCommand"), exports);
33
- tslib_1.__exportStar(require("./ListNotificationConfigurationsCommand"), exports);
34
- tslib_1.__exportStar(require("./ListNotificationEventsCommand"), exports);
35
- tslib_1.__exportStar(require("./ListNotificationHubsCommand"), exports);
36
- tslib_1.__exportStar(require("./ListOrganizationalUnitsCommand"), exports);
37
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
38
- tslib_1.__exportStar(require("./RegisterNotificationHubCommand"), exports);
39
- tslib_1.__exportStar(require("./TagResourceCommand"), exports);
40
- tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
41
- tslib_1.__exportStar(require("./UpdateEventRuleCommand"), exports);
42
- tslib_1.__exportStar(require("./UpdateNotificationConfigurationCommand"), exports);
@@ -1,15 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return Object.assign(options, {
6
- useFipsEndpoint: options.useFipsEndpoint ?? false,
7
- defaultSigningName: "notifications",
8
- });
9
- };
10
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
11
- exports.commonParams = {
12
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
- Endpoint: { type: "builtInParams", name: "endpoint" },
14
- Region: { type: "builtInParams", name: "region" },
15
- };
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,12 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.NotificationsServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
- class NotificationsServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, NotificationsServiceException.prototype);
10
- }
11
- }
12
- exports.NotificationsServiceException = NotificationsServiceException;
@@ -1,4 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./models_0"), exports);
@@ -1,225 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MemberAccountNotificationConfigurationStatus = exports.MediaElementType = exports.NotificationConfigurationSubtype = exports.TextPartType = exports.SchemaVersion = exports.NotificationType = exports.LocaleCode = exports.EventStatus = exports.NotificationHubStatus = exports.NotificationConfigurationStatus = exports.EventRuleStatus = exports.ChannelType = exports.ChannelAssociationOverrideOption = exports.ValidationException = exports.ValidationExceptionReason = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.AggregationEventType = exports.AggregationDuration = exports.AccountContactType = exports.AccessStatus = exports.AccessDeniedException = void 0;
4
- const NotificationsServiceException_1 = require("./NotificationsServiceException");
5
- class AccessDeniedException extends NotificationsServiceException_1.NotificationsServiceException {
6
- name = "AccessDeniedException";
7
- $fault = "client";
8
- constructor(opts) {
9
- super({
10
- name: "AccessDeniedException",
11
- $fault: "client",
12
- ...opts,
13
- });
14
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
15
- }
16
- }
17
- exports.AccessDeniedException = AccessDeniedException;
18
- exports.AccessStatus = {
19
- DISABLED: "DISABLED",
20
- ENABLED: "ENABLED",
21
- FAILED: "FAILED",
22
- PENDING: "PENDING",
23
- };
24
- exports.AccountContactType = {
25
- ACCOUNT_ALTERNATE_BILLING: "ACCOUNT_ALTERNATE_BILLING",
26
- ACCOUNT_ALTERNATE_OPERATIONS: "ACCOUNT_ALTERNATE_OPERATIONS",
27
- ACCOUNT_ALTERNATE_SECURITY: "ACCOUNT_ALTERNATE_SECURITY",
28
- ACCOUNT_PRIMARY: "ACCOUNT_PRIMARY",
29
- };
30
- exports.AggregationDuration = {
31
- LONG: "LONG",
32
- NONE: "NONE",
33
- SHORT: "SHORT",
34
- };
35
- exports.AggregationEventType = {
36
- AGGREGATE: "AGGREGATE",
37
- CHILD: "CHILD",
38
- NONE: "NONE",
39
- };
40
- class ConflictException extends NotificationsServiceException_1.NotificationsServiceException {
41
- name = "ConflictException";
42
- $fault = "client";
43
- resourceId;
44
- constructor(opts) {
45
- super({
46
- name: "ConflictException",
47
- $fault: "client",
48
- ...opts,
49
- });
50
- Object.setPrototypeOf(this, ConflictException.prototype);
51
- this.resourceId = opts.resourceId;
52
- }
53
- }
54
- exports.ConflictException = ConflictException;
55
- class InternalServerException extends NotificationsServiceException_1.NotificationsServiceException {
56
- name = "InternalServerException";
57
- $fault = "server";
58
- $retryable = {};
59
- constructor(opts) {
60
- super({
61
- name: "InternalServerException",
62
- $fault: "server",
63
- ...opts,
64
- });
65
- Object.setPrototypeOf(this, InternalServerException.prototype);
66
- }
67
- }
68
- exports.InternalServerException = InternalServerException;
69
- class ResourceNotFoundException extends NotificationsServiceException_1.NotificationsServiceException {
70
- name = "ResourceNotFoundException";
71
- $fault = "client";
72
- resourceId;
73
- constructor(opts) {
74
- super({
75
- name: "ResourceNotFoundException",
76
- $fault: "client",
77
- ...opts,
78
- });
79
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
80
- this.resourceId = opts.resourceId;
81
- }
82
- }
83
- exports.ResourceNotFoundException = ResourceNotFoundException;
84
- class ServiceQuotaExceededException extends NotificationsServiceException_1.NotificationsServiceException {
85
- name = "ServiceQuotaExceededException";
86
- $fault = "client";
87
- resourceType;
88
- resourceId;
89
- serviceCode;
90
- quotaCode;
91
- constructor(opts) {
92
- super({
93
- name: "ServiceQuotaExceededException",
94
- $fault: "client",
95
- ...opts,
96
- });
97
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
98
- this.resourceType = opts.resourceType;
99
- this.resourceId = opts.resourceId;
100
- this.serviceCode = opts.serviceCode;
101
- this.quotaCode = opts.quotaCode;
102
- }
103
- }
104
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
105
- class ThrottlingException extends NotificationsServiceException_1.NotificationsServiceException {
106
- name = "ThrottlingException";
107
- $fault = "client";
108
- $retryable = {
109
- throttling: true,
110
- };
111
- serviceCode;
112
- quotaCode;
113
- retryAfterSeconds;
114
- constructor(opts) {
115
- super({
116
- name: "ThrottlingException",
117
- $fault: "client",
118
- ...opts,
119
- });
120
- Object.setPrototypeOf(this, ThrottlingException.prototype);
121
- this.serviceCode = opts.serviceCode;
122
- this.quotaCode = opts.quotaCode;
123
- this.retryAfterSeconds = opts.retryAfterSeconds;
124
- }
125
- }
126
- exports.ThrottlingException = ThrottlingException;
127
- exports.ValidationExceptionReason = {
128
- FIELD_VALIDATION_FAILED: "fieldValidationFailed",
129
- OTHER: "other",
130
- };
131
- class ValidationException extends NotificationsServiceException_1.NotificationsServiceException {
132
- name = "ValidationException";
133
- $fault = "client";
134
- reason;
135
- fieldList;
136
- constructor(opts) {
137
- super({
138
- name: "ValidationException",
139
- $fault: "client",
140
- ...opts,
141
- });
142
- Object.setPrototypeOf(this, ValidationException.prototype);
143
- this.reason = opts.reason;
144
- this.fieldList = opts.fieldList;
145
- }
146
- }
147
- exports.ValidationException = ValidationException;
148
- exports.ChannelAssociationOverrideOption = {
149
- DISABLED: "DISABLED",
150
- ENABLED: "ENABLED",
151
- };
152
- exports.ChannelType = {
153
- ACCOUNT_CONTACT: "ACCOUNT_CONTACT",
154
- CHATBOT: "CHATBOT",
155
- EMAIL: "EMAIL",
156
- MOBILE: "MOBILE",
157
- };
158
- exports.EventRuleStatus = {
159
- ACTIVE: "ACTIVE",
160
- CREATING: "CREATING",
161
- DELETING: "DELETING",
162
- INACTIVE: "INACTIVE",
163
- UPDATING: "UPDATING",
164
- };
165
- exports.NotificationConfigurationStatus = {
166
- ACTIVE: "ACTIVE",
167
- DELETING: "DELETING",
168
- INACTIVE: "INACTIVE",
169
- PARTIALLY_ACTIVE: "PARTIALLY_ACTIVE",
170
- };
171
- exports.NotificationHubStatus = {
172
- ACTIVE: "ACTIVE",
173
- DEREGISTERING: "DEREGISTERING",
174
- INACTIVE: "INACTIVE",
175
- REGISTERING: "REGISTERING",
176
- };
177
- exports.EventStatus = {
178
- HEALTHY: "HEALTHY",
179
- UNHEALTHY: "UNHEALTHY",
180
- };
181
- exports.LocaleCode = {
182
- de_DE: "de_DE",
183
- en_CA: "en_CA",
184
- en_UK: "en_UK",
185
- en_US: "en_US",
186
- es_ES: "es_ES",
187
- fr_CA: "fr_CA",
188
- fr_FR: "fr_FR",
189
- id_ID: "id_ID",
190
- it_IT: "it_IT",
191
- ja_JP: "ja_JP",
192
- ko_KR: "ko_KR",
193
- pt_BR: "pt_BR",
194
- tr_TR: "tr_TR",
195
- zh_CN: "zh_CN",
196
- zh_TW: "zh_TW",
197
- };
198
- exports.NotificationType = {
199
- ALERT: "ALERT",
200
- ANNOUNCEMENT: "ANNOUNCEMENT",
201
- INFORMATIONAL: "INFORMATIONAL",
202
- WARNING: "WARNING",
203
- };
204
- exports.SchemaVersion = {
205
- SCHEMA_VERSION_1_0: "v1.0",
206
- };
207
- exports.TextPartType = {
208
- LOCALIZED_TEXT: "LOCALIZED_TEXT",
209
- PLAIN_TEXT: "PLAIN_TEXT",
210
- URL: "URL",
211
- };
212
- exports.NotificationConfigurationSubtype = {
213
- ACCOUNT: "ACCOUNT",
214
- ADMIN_MANAGED: "ADMIN_MANAGED",
215
- };
216
- exports.MediaElementType = {
217
- IMAGE: "IMAGE",
218
- };
219
- exports.MemberAccountNotificationConfigurationStatus = {
220
- ACTIVE: "ACTIVE",
221
- CREATING: "CREATING",
222
- DELETING: "DELETING",
223
- INACTIVE: "INACTIVE",
224
- PENDING: "PENDING",
225
- };
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListChannels = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListChannelsCommand_1 = require("../commands/ListChannelsCommand");
6
- const NotificationsClient_1 = require("../NotificationsClient");
7
- exports.paginateListChannels = (0, core_1.createPaginator)(NotificationsClient_1.NotificationsClient, ListChannelsCommand_1.ListChannelsCommand, "nextToken", "nextToken", "maxResults");
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListEventRules = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListEventRulesCommand_1 = require("../commands/ListEventRulesCommand");
6
- const NotificationsClient_1 = require("../NotificationsClient");
7
- exports.paginateListEventRules = (0, core_1.createPaginator)(NotificationsClient_1.NotificationsClient, ListEventRulesCommand_1.ListEventRulesCommand, "nextToken", "nextToken", "maxResults");
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListManagedNotificationChannelAssociations = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListManagedNotificationChannelAssociationsCommand_1 = require("../commands/ListManagedNotificationChannelAssociationsCommand");
6
- const NotificationsClient_1 = require("../NotificationsClient");
7
- exports.paginateListManagedNotificationChannelAssociations = (0, core_1.createPaginator)(NotificationsClient_1.NotificationsClient, ListManagedNotificationChannelAssociationsCommand_1.ListManagedNotificationChannelAssociationsCommand, "nextToken", "nextToken", "maxResults");
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListManagedNotificationChildEvents = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListManagedNotificationChildEventsCommand_1 = require("../commands/ListManagedNotificationChildEventsCommand");
6
- const NotificationsClient_1 = require("../NotificationsClient");
7
- exports.paginateListManagedNotificationChildEvents = (0, core_1.createPaginator)(NotificationsClient_1.NotificationsClient, ListManagedNotificationChildEventsCommand_1.ListManagedNotificationChildEventsCommand, "nextToken", "nextToken", "maxResults");
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListManagedNotificationConfigurations = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListManagedNotificationConfigurationsCommand_1 = require("../commands/ListManagedNotificationConfigurationsCommand");
6
- const NotificationsClient_1 = require("../NotificationsClient");
7
- exports.paginateListManagedNotificationConfigurations = (0, core_1.createPaginator)(NotificationsClient_1.NotificationsClient, ListManagedNotificationConfigurationsCommand_1.ListManagedNotificationConfigurationsCommand, "nextToken", "nextToken", "maxResults");
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListManagedNotificationEvents = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListManagedNotificationEventsCommand_1 = require("../commands/ListManagedNotificationEventsCommand");
6
- const NotificationsClient_1 = require("../NotificationsClient");
7
- exports.paginateListManagedNotificationEvents = (0, core_1.createPaginator)(NotificationsClient_1.NotificationsClient, ListManagedNotificationEventsCommand_1.ListManagedNotificationEventsCommand, "nextToken", "nextToken", "maxResults");
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListMemberAccounts = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListMemberAccountsCommand_1 = require("../commands/ListMemberAccountsCommand");
6
- const NotificationsClient_1 = require("../NotificationsClient");
7
- exports.paginateListMemberAccounts = (0, core_1.createPaginator)(NotificationsClient_1.NotificationsClient, ListMemberAccountsCommand_1.ListMemberAccountsCommand, "nextToken", "nextToken", "maxResults");
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListNotificationConfigurations = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListNotificationConfigurationsCommand_1 = require("../commands/ListNotificationConfigurationsCommand");
6
- const NotificationsClient_1 = require("../NotificationsClient");
7
- exports.paginateListNotificationConfigurations = (0, core_1.createPaginator)(NotificationsClient_1.NotificationsClient, ListNotificationConfigurationsCommand_1.ListNotificationConfigurationsCommand, "nextToken", "nextToken", "maxResults");
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListNotificationEvents = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListNotificationEventsCommand_1 = require("../commands/ListNotificationEventsCommand");
6
- const NotificationsClient_1 = require("../NotificationsClient");
7
- exports.paginateListNotificationEvents = (0, core_1.createPaginator)(NotificationsClient_1.NotificationsClient, ListNotificationEventsCommand_1.ListNotificationEventsCommand, "nextToken", "nextToken", "maxResults");
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListNotificationHubs = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListNotificationHubsCommand_1 = require("../commands/ListNotificationHubsCommand");
6
- const NotificationsClient_1 = require("../NotificationsClient");
7
- exports.paginateListNotificationHubs = (0, core_1.createPaginator)(NotificationsClient_1.NotificationsClient, ListNotificationHubsCommand_1.ListNotificationHubsCommand, "nextToken", "nextToken", "maxResults");
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListOrganizationalUnits = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListOrganizationalUnitsCommand_1 = require("../commands/ListOrganizationalUnitsCommand");
6
- const NotificationsClient_1 = require("../NotificationsClient");
7
- exports.paginateListOrganizationalUnits = (0, core_1.createPaginator)(NotificationsClient_1.NotificationsClient, ListOrganizationalUnitsCommand_1.ListOrganizationalUnitsCommand, "nextToken", "nextToken", "maxResults");
@@ -1,15 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./Interfaces"), exports);
5
- tslib_1.__exportStar(require("./ListChannelsPaginator"), exports);
6
- tslib_1.__exportStar(require("./ListEventRulesPaginator"), exports);
7
- tslib_1.__exportStar(require("./ListManagedNotificationChannelAssociationsPaginator"), exports);
8
- tslib_1.__exportStar(require("./ListManagedNotificationChildEventsPaginator"), exports);
9
- tslib_1.__exportStar(require("./ListManagedNotificationConfigurationsPaginator"), exports);
10
- tslib_1.__exportStar(require("./ListManagedNotificationEventsPaginator"), exports);
11
- tslib_1.__exportStar(require("./ListMemberAccountsPaginator"), exports);
12
- tslib_1.__exportStar(require("./ListNotificationConfigurationsPaginator"), exports);
13
- tslib_1.__exportStar(require("./ListNotificationEventsPaginator"), exports);
14
- tslib_1.__exportStar(require("./ListNotificationHubsPaginator"), exports);
15
- tslib_1.__exportStar(require("./ListOrganizationalUnitsPaginator"), exports);