@aws-sdk/client-notifications 3.893.0 → 3.895.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 +7 -7
  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.EnableNotificationsAccessForOrganizationCommand = 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 EnableNotificationsAccessForOrganizationCommand 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", "EnableNotificationsAccessForOrganization", {})
20
- .n("NotificationsClient", "EnableNotificationsAccessForOrganizationCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_EnableNotificationsAccessForOrganizationCommand)
23
- .de(Aws_restJson1_1.de_EnableNotificationsAccessForOrganizationCommand)
24
- .build() {
25
- }
26
- exports.EnableNotificationsAccessForOrganizationCommand = EnableNotificationsAccessForOrganizationCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetEventRuleCommand = 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 GetEventRuleCommand 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", "GetEventRule", {})
20
- .n("NotificationsClient", "GetEventRuleCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_GetEventRuleCommand)
23
- .de(Aws_restJson1_1.de_GetEventRuleCommand)
24
- .build() {
25
- }
26
- exports.GetEventRuleCommand = GetEventRuleCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetManagedNotificationChildEventCommand = 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 GetManagedNotificationChildEventCommand 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", "GetManagedNotificationChildEvent", {})
20
- .n("NotificationsClient", "GetManagedNotificationChildEventCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_GetManagedNotificationChildEventCommand)
23
- .de(Aws_restJson1_1.de_GetManagedNotificationChildEventCommand)
24
- .build() {
25
- }
26
- exports.GetManagedNotificationChildEventCommand = GetManagedNotificationChildEventCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetManagedNotificationConfigurationCommand = 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 GetManagedNotificationConfigurationCommand 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", "GetManagedNotificationConfiguration", {})
20
- .n("NotificationsClient", "GetManagedNotificationConfigurationCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_GetManagedNotificationConfigurationCommand)
23
- .de(Aws_restJson1_1.de_GetManagedNotificationConfigurationCommand)
24
- .build() {
25
- }
26
- exports.GetManagedNotificationConfigurationCommand = GetManagedNotificationConfigurationCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetManagedNotificationEventCommand = 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 GetManagedNotificationEventCommand 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", "GetManagedNotificationEvent", {})
20
- .n("NotificationsClient", "GetManagedNotificationEventCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_GetManagedNotificationEventCommand)
23
- .de(Aws_restJson1_1.de_GetManagedNotificationEventCommand)
24
- .build() {
25
- }
26
- exports.GetManagedNotificationEventCommand = GetManagedNotificationEventCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetNotificationConfigurationCommand = 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 GetNotificationConfigurationCommand 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", "GetNotificationConfiguration", {})
20
- .n("NotificationsClient", "GetNotificationConfigurationCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_GetNotificationConfigurationCommand)
23
- .de(Aws_restJson1_1.de_GetNotificationConfigurationCommand)
24
- .build() {
25
- }
26
- exports.GetNotificationConfigurationCommand = GetNotificationConfigurationCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetNotificationEventCommand = 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 GetNotificationEventCommand 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", "GetNotificationEvent", {})
20
- .n("NotificationsClient", "GetNotificationEventCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_GetNotificationEventCommand)
23
- .de(Aws_restJson1_1.de_GetNotificationEventCommand)
24
- .build() {
25
- }
26
- exports.GetNotificationEventCommand = GetNotificationEventCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetNotificationsAccessForOrganizationCommand = 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 GetNotificationsAccessForOrganizationCommand 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", "GetNotificationsAccessForOrganization", {})
20
- .n("NotificationsClient", "GetNotificationsAccessForOrganizationCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_GetNotificationsAccessForOrganizationCommand)
23
- .de(Aws_restJson1_1.de_GetNotificationsAccessForOrganizationCommand)
24
- .build() {
25
- }
26
- exports.GetNotificationsAccessForOrganizationCommand = GetNotificationsAccessForOrganizationCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListChannelsCommand = 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 ListChannelsCommand 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", "ListChannels", {})
20
- .n("NotificationsClient", "ListChannelsCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListChannelsCommand)
23
- .de(Aws_restJson1_1.de_ListChannelsCommand)
24
- .build() {
25
- }
26
- exports.ListChannelsCommand = ListChannelsCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListEventRulesCommand = 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 ListEventRulesCommand 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", "ListEventRules", {})
20
- .n("NotificationsClient", "ListEventRulesCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListEventRulesCommand)
23
- .de(Aws_restJson1_1.de_ListEventRulesCommand)
24
- .build() {
25
- }
26
- exports.ListEventRulesCommand = ListEventRulesCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListManagedNotificationChannelAssociationsCommand = 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 ListManagedNotificationChannelAssociationsCommand 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", "ListManagedNotificationChannelAssociations", {})
20
- .n("NotificationsClient", "ListManagedNotificationChannelAssociationsCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListManagedNotificationChannelAssociationsCommand)
23
- .de(Aws_restJson1_1.de_ListManagedNotificationChannelAssociationsCommand)
24
- .build() {
25
- }
26
- exports.ListManagedNotificationChannelAssociationsCommand = ListManagedNotificationChannelAssociationsCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListManagedNotificationChildEventsCommand = 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 ListManagedNotificationChildEventsCommand 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", "ListManagedNotificationChildEvents", {})
20
- .n("NotificationsClient", "ListManagedNotificationChildEventsCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListManagedNotificationChildEventsCommand)
23
- .de(Aws_restJson1_1.de_ListManagedNotificationChildEventsCommand)
24
- .build() {
25
- }
26
- exports.ListManagedNotificationChildEventsCommand = ListManagedNotificationChildEventsCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListManagedNotificationConfigurationsCommand = 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 ListManagedNotificationConfigurationsCommand 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", "ListManagedNotificationConfigurations", {})
20
- .n("NotificationsClient", "ListManagedNotificationConfigurationsCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListManagedNotificationConfigurationsCommand)
23
- .de(Aws_restJson1_1.de_ListManagedNotificationConfigurationsCommand)
24
- .build() {
25
- }
26
- exports.ListManagedNotificationConfigurationsCommand = ListManagedNotificationConfigurationsCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListManagedNotificationEventsCommand = 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 ListManagedNotificationEventsCommand 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", "ListManagedNotificationEvents", {})
20
- .n("NotificationsClient", "ListManagedNotificationEventsCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListManagedNotificationEventsCommand)
23
- .de(Aws_restJson1_1.de_ListManagedNotificationEventsCommand)
24
- .build() {
25
- }
26
- exports.ListManagedNotificationEventsCommand = ListManagedNotificationEventsCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListMemberAccountsCommand = 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 ListMemberAccountsCommand 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", "ListMemberAccounts", {})
20
- .n("NotificationsClient", "ListMemberAccountsCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListMemberAccountsCommand)
23
- .de(Aws_restJson1_1.de_ListMemberAccountsCommand)
24
- .build() {
25
- }
26
- exports.ListMemberAccountsCommand = ListMemberAccountsCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListNotificationConfigurationsCommand = 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 ListNotificationConfigurationsCommand 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", "ListNotificationConfigurations", {})
20
- .n("NotificationsClient", "ListNotificationConfigurationsCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListNotificationConfigurationsCommand)
23
- .de(Aws_restJson1_1.de_ListNotificationConfigurationsCommand)
24
- .build() {
25
- }
26
- exports.ListNotificationConfigurationsCommand = ListNotificationConfigurationsCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListNotificationEventsCommand = 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 ListNotificationEventsCommand 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", "ListNotificationEvents", {})
20
- .n("NotificationsClient", "ListNotificationEventsCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListNotificationEventsCommand)
23
- .de(Aws_restJson1_1.de_ListNotificationEventsCommand)
24
- .build() {
25
- }
26
- exports.ListNotificationEventsCommand = ListNotificationEventsCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListNotificationHubsCommand = 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 ListNotificationHubsCommand 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", "ListNotificationHubs", {})
20
- .n("NotificationsClient", "ListNotificationHubsCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListNotificationHubsCommand)
23
- .de(Aws_restJson1_1.de_ListNotificationHubsCommand)
24
- .build() {
25
- }
26
- exports.ListNotificationHubsCommand = ListNotificationHubsCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListOrganizationalUnitsCommand = 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 ListOrganizationalUnitsCommand 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", "ListOrganizationalUnits", {})
20
- .n("NotificationsClient", "ListOrganizationalUnitsCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListOrganizationalUnitsCommand)
23
- .de(Aws_restJson1_1.de_ListOrganizationalUnitsCommand)
24
- .build() {
25
- }
26
- exports.ListOrganizationalUnitsCommand = ListOrganizationalUnitsCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = 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 ListTagsForResourceCommand 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", "ListTagsForResource", {})
20
- .n("NotificationsClient", "ListTagsForResourceCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
23
- .de(Aws_restJson1_1.de_ListTagsForResourceCommand)
24
- .build() {
25
- }
26
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RegisterNotificationHubCommand = 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 RegisterNotificationHubCommand 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", "RegisterNotificationHub", {})
20
- .n("NotificationsClient", "RegisterNotificationHubCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_RegisterNotificationHubCommand)
23
- .de(Aws_restJson1_1.de_RegisterNotificationHubCommand)
24
- .build() {
25
- }
26
- exports.RegisterNotificationHubCommand = RegisterNotificationHubCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = 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 TagResourceCommand 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", "TagResource", {})
20
- .n("NotificationsClient", "TagResourceCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_TagResourceCommand)
23
- .de(Aws_restJson1_1.de_TagResourceCommand)
24
- .build() {
25
- }
26
- exports.TagResourceCommand = TagResourceCommand;
@@ -1,26 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = 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 UntagResourceCommand 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", "UntagResource", {})
20
- .n("NotificationsClient", "UntagResourceCommand")
21
- .f(void 0, void 0)
22
- .ser(Aws_restJson1_1.se_UntagResourceCommand)
23
- .de(Aws_restJson1_1.de_UntagResourceCommand)
24
- .build() {
25
- }
26
- exports.UntagResourceCommand = UntagResourceCommand;