@aws-sdk/client-notifications 3.1077.0 → 3.1079.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 (125) hide show
  1. package/dist-cjs/index.js +47 -393
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateChannelCommand.js +2 -14
  4. package/dist-es/commands/AssociateManagedNotificationAccountContactCommand.js +2 -14
  5. package/dist-es/commands/AssociateManagedNotificationAdditionalChannelCommand.js +2 -14
  6. package/dist-es/commands/AssociateOrganizationalUnitCommand.js +2 -14
  7. package/dist-es/commands/CreateEventRuleCommand.js +2 -14
  8. package/dist-es/commands/CreateNotificationConfigurationCommand.js +2 -14
  9. package/dist-es/commands/DeleteEventRuleCommand.js +2 -14
  10. package/dist-es/commands/DeleteNotificationConfigurationCommand.js +2 -14
  11. package/dist-es/commands/DeregisterNotificationHubCommand.js +2 -14
  12. package/dist-es/commands/DisableNotificationsAccessForOrganizationCommand.js +2 -14
  13. package/dist-es/commands/DisassociateChannelCommand.js +2 -14
  14. package/dist-es/commands/DisassociateManagedNotificationAccountContactCommand.js +2 -14
  15. package/dist-es/commands/DisassociateManagedNotificationAdditionalChannelCommand.js +2 -14
  16. package/dist-es/commands/DisassociateOrganizationalUnitCommand.js +2 -14
  17. package/dist-es/commands/EnableNotificationsAccessForOrganizationCommand.js +2 -14
  18. package/dist-es/commands/GetEventRuleCommand.js +2 -14
  19. package/dist-es/commands/GetManagedNotificationChildEventCommand.js +2 -14
  20. package/dist-es/commands/GetManagedNotificationConfigurationCommand.js +2 -14
  21. package/dist-es/commands/GetManagedNotificationEventCommand.js +2 -14
  22. package/dist-es/commands/GetNotificationConfigurationCommand.js +2 -14
  23. package/dist-es/commands/GetNotificationEventCommand.js +2 -14
  24. package/dist-es/commands/GetNotificationsAccessForOrganizationCommand.js +2 -14
  25. package/dist-es/commands/ListChannelsCommand.js +2 -14
  26. package/dist-es/commands/ListEventRulesCommand.js +2 -14
  27. package/dist-es/commands/ListManagedNotificationChannelAssociationsCommand.js +2 -14
  28. package/dist-es/commands/ListManagedNotificationChildEventsCommand.js +2 -14
  29. package/dist-es/commands/ListManagedNotificationConfigurationsCommand.js +2 -14
  30. package/dist-es/commands/ListManagedNotificationEventsCommand.js +2 -14
  31. package/dist-es/commands/ListMemberAccountsCommand.js +2 -14
  32. package/dist-es/commands/ListNotificationConfigurationsCommand.js +2 -14
  33. package/dist-es/commands/ListNotificationEventsCommand.js +2 -14
  34. package/dist-es/commands/ListNotificationHubsCommand.js +2 -14
  35. package/dist-es/commands/ListOrganizationalUnitsCommand.js +2 -14
  36. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  37. package/dist-es/commands/RegisterNotificationHubCommand.js +2 -14
  38. package/dist-es/commands/TagResourceCommand.js +2 -14
  39. package/dist-es/commands/UntagResourceCommand.js +2 -14
  40. package/dist-es/commands/UpdateEventRuleCommand.js +2 -14
  41. package/dist-es/commands/UpdateNotificationConfigurationCommand.js +2 -14
  42. package/dist-es/index.js +1 -0
  43. package/dist-types/commandBuilder.d.ts +18 -0
  44. package/dist-types/commands/AssociateChannelCommand.d.ts +3 -8
  45. package/dist-types/commands/AssociateManagedNotificationAccountContactCommand.d.ts +3 -8
  46. package/dist-types/commands/AssociateManagedNotificationAdditionalChannelCommand.d.ts +3 -8
  47. package/dist-types/commands/AssociateOrganizationalUnitCommand.d.ts +3 -8
  48. package/dist-types/commands/CreateEventRuleCommand.d.ts +3 -8
  49. package/dist-types/commands/CreateNotificationConfigurationCommand.d.ts +3 -8
  50. package/dist-types/commands/DeleteEventRuleCommand.d.ts +3 -8
  51. package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +3 -8
  52. package/dist-types/commands/DeregisterNotificationHubCommand.d.ts +3 -8
  53. package/dist-types/commands/DisableNotificationsAccessForOrganizationCommand.d.ts +3 -8
  54. package/dist-types/commands/DisassociateChannelCommand.d.ts +3 -8
  55. package/dist-types/commands/DisassociateManagedNotificationAccountContactCommand.d.ts +3 -8
  56. package/dist-types/commands/DisassociateManagedNotificationAdditionalChannelCommand.d.ts +3 -8
  57. package/dist-types/commands/DisassociateOrganizationalUnitCommand.d.ts +3 -8
  58. package/dist-types/commands/EnableNotificationsAccessForOrganizationCommand.d.ts +3 -8
  59. package/dist-types/commands/GetEventRuleCommand.d.ts +3 -8
  60. package/dist-types/commands/GetManagedNotificationChildEventCommand.d.ts +3 -8
  61. package/dist-types/commands/GetManagedNotificationConfigurationCommand.d.ts +3 -8
  62. package/dist-types/commands/GetManagedNotificationEventCommand.d.ts +3 -8
  63. package/dist-types/commands/GetNotificationConfigurationCommand.d.ts +3 -8
  64. package/dist-types/commands/GetNotificationEventCommand.d.ts +3 -8
  65. package/dist-types/commands/GetNotificationsAccessForOrganizationCommand.d.ts +3 -8
  66. package/dist-types/commands/ListChannelsCommand.d.ts +3 -8
  67. package/dist-types/commands/ListEventRulesCommand.d.ts +3 -8
  68. package/dist-types/commands/ListManagedNotificationChannelAssociationsCommand.d.ts +3 -8
  69. package/dist-types/commands/ListManagedNotificationChildEventsCommand.d.ts +3 -8
  70. package/dist-types/commands/ListManagedNotificationConfigurationsCommand.d.ts +3 -8
  71. package/dist-types/commands/ListManagedNotificationEventsCommand.d.ts +3 -8
  72. package/dist-types/commands/ListMemberAccountsCommand.d.ts +3 -8
  73. package/dist-types/commands/ListNotificationConfigurationsCommand.d.ts +3 -8
  74. package/dist-types/commands/ListNotificationEventsCommand.d.ts +3 -8
  75. package/dist-types/commands/ListNotificationHubsCommand.d.ts +3 -8
  76. package/dist-types/commands/ListOrganizationalUnitsCommand.d.ts +3 -8
  77. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  78. package/dist-types/commands/RegisterNotificationHubCommand.d.ts +3 -8
  79. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  80. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  81. package/dist-types/commands/UpdateEventRuleCommand.d.ts +3 -8
  82. package/dist-types/commands/UpdateNotificationConfigurationCommand.d.ts +3 -8
  83. package/dist-types/index.d.ts +1 -0
  84. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  85. package/dist-types/ts3.4/commands/AssociateChannelCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/AssociateManagedNotificationAccountContactCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/AssociateManagedNotificationAdditionalChannelCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/AssociateOrganizationalUnitCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/CreateEventRuleCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/CreateNotificationConfigurationCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/DeleteEventRuleCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/DeregisterNotificationHubCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/DisableNotificationsAccessForOrganizationCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/DisassociateChannelCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/DisassociateManagedNotificationAccountContactCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/DisassociateManagedNotificationAdditionalChannelCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/DisassociateOrganizationalUnitCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/EnableNotificationsAccessForOrganizationCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/GetEventRuleCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/GetManagedNotificationChildEventCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/GetManagedNotificationConfigurationCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/GetManagedNotificationEventCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/GetNotificationConfigurationCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/GetNotificationEventCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/GetNotificationsAccessForOrganizationCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/ListEventRulesCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/ListManagedNotificationChannelAssociationsCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/ListManagedNotificationChildEventsCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/ListManagedNotificationConfigurationsCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/ListManagedNotificationEventsCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/ListMemberAccountsCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/ListNotificationConfigurationsCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/ListNotificationEventsCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/ListNotificationHubsCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/ListOrganizationalUnitsCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/RegisterNotificationHubCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/UpdateEventRuleCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/UpdateNotificationConfigurationCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/index.d.ts +1 -0
  125. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetManagedNotificationEventRequest, GetManagedNotificationEventResponse } from "../models/models_0";
4
- import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetManagedNotificationEventCommandInput extends GetManagedNotif
22
19
  export interface GetManagedNotificationEventCommandOutput extends GetManagedNotificationEventResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetManagedNotificationEventCommand_base: {
25
- new (input: GetManagedNotificationEventCommandInput): import("@smithy/core/client").CommandImpl<GetManagedNotificationEventCommandInput, GetManagedNotificationEventCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetManagedNotificationEventCommandInput): import("@smithy/core/client").CommandImpl<GetManagedNotificationEventCommandInput, GetManagedNotificationEventCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetManagedNotificationEventCommandInput): import("@smithy/core/client").CommandImpl<GetManagedNotificationEventCommandInput, GetManagedNotificationEventCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetManagedNotificationEventCommandInput): import("@smithy/core/client").CommandImpl<GetManagedNotificationEventCommandInput, GetManagedNotificationEventCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a specified <code>ManagedNotificationEvent</code>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetNotificationConfigurationRequest, GetNotificationConfigurationResponse } from "../models/models_0";
4
- import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetNotificationConfigurationCommandInput extends GetNotificatio
22
19
  export interface GetNotificationConfigurationCommandOutput extends GetNotificationConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetNotificationConfigurationCommand_base: {
25
- new (input: GetNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetNotificationConfigurationCommandInput, GetNotificationConfigurationCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetNotificationConfigurationCommandInput, GetNotificationConfigurationCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetNotificationConfigurationCommandInput, GetNotificationConfigurationCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetNotificationConfigurationCommandInput, GetNotificationConfigurationCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a specified <code>NotificationConfiguration</code>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetNotificationEventRequest, GetNotificationEventResponse } from "../models/models_0";
4
- import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetNotificationEventCommandInput extends GetNotificationEventRe
22
19
  export interface GetNotificationEventCommandOutput extends GetNotificationEventResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetNotificationEventCommand_base: {
25
- new (input: GetNotificationEventCommandInput): import("@smithy/core/client").CommandImpl<GetNotificationEventCommandInput, GetNotificationEventCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetNotificationEventCommandInput): import("@smithy/core/client").CommandImpl<GetNotificationEventCommandInput, GetNotificationEventCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetNotificationEventCommandInput): import("@smithy/core/client").CommandImpl<GetNotificationEventCommandInput, GetNotificationEventCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetNotificationEventCommandInput): import("@smithy/core/client").CommandImpl<GetNotificationEventCommandInput, GetNotificationEventCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a specified <code>NotificationEvent</code>.</p> <important> <p>User Notifications stores notifications in the individual Regions you register as notification hubs and the Region of the source event rule. <code>GetNotificationEvent</code> only returns notifications stored in the same Region in which the action is called. User Notifications doesn't backfill notifications to new Regions selected as notification hubs. For this reason, we recommend that you make calls in your oldest registered notification hub. For more information, see <a href="https://docs.aws.amazon.com/notifications/latest/userguide/notification-hubs.html">Notification hubs</a> in the <i>Amazon Web Services User Notifications User Guide</i>.</p> </important>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetNotificationsAccessForOrganizationRequest, GetNotificationsAccessForOrganizationResponse } from "../models/models_0";
4
- import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetNotificationsAccessForOrganizationCommandInput extends GetNo
22
19
  export interface GetNotificationsAccessForOrganizationCommandOutput extends GetNotificationsAccessForOrganizationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetNotificationsAccessForOrganizationCommand_base: {
25
- new (input: GetNotificationsAccessForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<GetNotificationsAccessForOrganizationCommandInput, GetNotificationsAccessForOrganizationCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetNotificationsAccessForOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<GetNotificationsAccessForOrganizationCommandInput, GetNotificationsAccessForOrganizationCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetNotificationsAccessForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<GetNotificationsAccessForOrganizationCommandInput, GetNotificationsAccessForOrganizationCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetNotificationsAccessForOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<GetNotificationsAccessForOrganizationCommandInput, GetNotificationsAccessForOrganizationCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the AccessStatus of Service Trust Enablement for User Notifications and Amazon Web Services Organizations.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListChannelsRequest, ListChannelsResponse } from "../models/models_0";
4
- import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListChannelsCommandInput extends ListChannelsRequest {
22
19
  export interface ListChannelsCommandOutput extends ListChannelsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListChannelsCommand_base: {
25
- new (input: ListChannelsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListChannelsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListChannelsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListChannelsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of Channels for a <code>NotificationConfiguration</code>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListEventRulesRequest, ListEventRulesResponse } from "../models/models_0";
4
- import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListEventRulesCommandInput extends ListEventRulesRequest {
22
19
  export interface ListEventRulesCommandOutput extends ListEventRulesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListEventRulesCommand_base: {
25
- new (input: ListEventRulesCommandInput): import("@smithy/core/client").CommandImpl<ListEventRulesCommandInput, ListEventRulesCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListEventRulesCommandInput): import("@smithy/core/client").CommandImpl<ListEventRulesCommandInput, ListEventRulesCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListEventRulesCommandInput): import("@smithy/core/client").CommandImpl<ListEventRulesCommandInput, ListEventRulesCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListEventRulesCommandInput): import("@smithy/core/client").CommandImpl<ListEventRulesCommandInput, ListEventRulesCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of <code>EventRules</code> according to specified filters, in reverse chronological order (newest first).</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListManagedNotificationChannelAssociationsRequest, ListManagedNotificationChannelAssociationsResponse } from "../models/models_0";
4
- import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListManagedNotificationChannelAssociationsCommandInput extends
22
19
  export interface ListManagedNotificationChannelAssociationsCommandOutput extends ListManagedNotificationChannelAssociationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListManagedNotificationChannelAssociationsCommand_base: {
25
- new (input: ListManagedNotificationChannelAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedNotificationChannelAssociationsCommandInput, ListManagedNotificationChannelAssociationsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListManagedNotificationChannelAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedNotificationChannelAssociationsCommandInput, ListManagedNotificationChannelAssociationsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListManagedNotificationChannelAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedNotificationChannelAssociationsCommandInput, ListManagedNotificationChannelAssociationsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListManagedNotificationChannelAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedNotificationChannelAssociationsCommandInput, ListManagedNotificationChannelAssociationsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of Account contacts and Channels associated with a <code>ManagedNotificationConfiguration</code>, in paginated format.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListManagedNotificationChildEventsRequest, ListManagedNotificationChildEventsResponse } from "../models/models_0";
4
- import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListManagedNotificationChildEventsCommandInput extends ListMana
22
19
  export interface ListManagedNotificationChildEventsCommandOutput extends ListManagedNotificationChildEventsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListManagedNotificationChildEventsCommand_base: {
25
- new (input: ListManagedNotificationChildEventsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedNotificationChildEventsCommandInput, ListManagedNotificationChildEventsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListManagedNotificationChildEventsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedNotificationChildEventsCommandInput, ListManagedNotificationChildEventsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListManagedNotificationChildEventsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedNotificationChildEventsCommandInput, ListManagedNotificationChildEventsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListManagedNotificationChildEventsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedNotificationChildEventsCommandInput, ListManagedNotificationChildEventsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of <code>ManagedNotificationChildEvents</code> for a specified aggregate <code>ManagedNotificationEvent</code>, ordered by creation time in reverse chronological order (newest first).</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListManagedNotificationConfigurationsRequest, ListManagedNotificationConfigurationsResponse } from "../models/models_0";
4
- import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListManagedNotificationConfigurationsCommandInput extends ListM
22
19
  export interface ListManagedNotificationConfigurationsCommandOutput extends ListManagedNotificationConfigurationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListManagedNotificationConfigurationsCommand_base: {
25
- new (input: ListManagedNotificationConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedNotificationConfigurationsCommandInput, ListManagedNotificationConfigurationsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListManagedNotificationConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ListManagedNotificationConfigurationsCommandInput, ListManagedNotificationConfigurationsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListManagedNotificationConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedNotificationConfigurationsCommandInput, ListManagedNotificationConfigurationsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListManagedNotificationConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ListManagedNotificationConfigurationsCommandInput, ListManagedNotificationConfigurationsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of Managed Notification Configurations according to specified filters, ordered by creation time in reverse chronological order (newest first).</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListManagedNotificationEventsRequest, ListManagedNotificationEventsResponse } from "../models/models_0";
4
- import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListManagedNotificationEventsCommandInput extends ListManagedNo
22
19
  export interface ListManagedNotificationEventsCommandOutput extends ListManagedNotificationEventsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListManagedNotificationEventsCommand_base: {
25
- new (input: ListManagedNotificationEventsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedNotificationEventsCommandInput, ListManagedNotificationEventsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListManagedNotificationEventsCommandInput]): import("@smithy/core/client").CommandImpl<ListManagedNotificationEventsCommandInput, ListManagedNotificationEventsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListManagedNotificationEventsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedNotificationEventsCommandInput, ListManagedNotificationEventsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListManagedNotificationEventsCommandInput]): import("@smithy/core/client").CommandImpl<ListManagedNotificationEventsCommandInput, ListManagedNotificationEventsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of Managed Notification Events according to specified filters, ordered by creation time in reverse chronological order (newest first).</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListMemberAccountsRequest, ListMemberAccountsResponse } from "../models/models_0";
4
- import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListMemberAccountsCommandInput extends ListMemberAccountsReques
22
19
  export interface ListMemberAccountsCommandOutput extends ListMemberAccountsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListMemberAccountsCommand_base: {
25
- new (input: ListMemberAccountsCommandInput): import("@smithy/core/client").CommandImpl<ListMemberAccountsCommandInput, ListMemberAccountsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListMemberAccountsCommandInput): import("@smithy/core/client").CommandImpl<ListMemberAccountsCommandInput, ListMemberAccountsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListMemberAccountsCommandInput): import("@smithy/core/client").CommandImpl<ListMemberAccountsCommandInput, ListMemberAccountsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListMemberAccountsCommandInput): import("@smithy/core/client").CommandImpl<ListMemberAccountsCommandInput, ListMemberAccountsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of member accounts associated with a notification configuration.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListNotificationConfigurationsRequest, ListNotificationConfigurationsResponse } from "../models/models_0";
4
- import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListNotificationConfigurationsCommandInput extends ListNotifica
22
19
  export interface ListNotificationConfigurationsCommandOutput extends ListNotificationConfigurationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListNotificationConfigurationsCommand_base: {
25
- new (input: ListNotificationConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListNotificationConfigurationsCommandInput, ListNotificationConfigurationsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListNotificationConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ListNotificationConfigurationsCommandInput, ListNotificationConfigurationsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListNotificationConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListNotificationConfigurationsCommandInput, ListNotificationConfigurationsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListNotificationConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ListNotificationConfigurationsCommandInput, ListNotificationConfigurationsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of abbreviated <code>NotificationConfigurations</code> according to specified filters, in reverse chronological order (newest first).</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListNotificationEventsRequest, ListNotificationEventsResponse } from "../models/models_0";
4
- import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListNotificationEventsCommandInput extends ListNotificationEven
22
19
  export interface ListNotificationEventsCommandOutput extends ListNotificationEventsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListNotificationEventsCommand_base: {
25
- new (input: ListNotificationEventsCommandInput): import("@smithy/core/client").CommandImpl<ListNotificationEventsCommandInput, ListNotificationEventsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListNotificationEventsCommandInput]): import("@smithy/core/client").CommandImpl<ListNotificationEventsCommandInput, ListNotificationEventsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListNotificationEventsCommandInput): import("@smithy/core/client").CommandImpl<ListNotificationEventsCommandInput, ListNotificationEventsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListNotificationEventsCommandInput]): import("@smithy/core/client").CommandImpl<ListNotificationEventsCommandInput, ListNotificationEventsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of <code>NotificationEvents</code> according to specified filters, in reverse chronological order (newest first).</p> <important> <p>User Notifications stores notifications in the individual Regions you register as notification hubs and the Region of the source event rule. ListNotificationEvents only returns notifications stored in the same Region in which the action is called. User Notifications doesn't backfill notifications to new Regions selected as notification hubs. For this reason, we recommend that you make calls in your oldest registered notification hub. For more information, see <a href="https://docs.aws.amazon.com/notifications/latest/userguide/notification-hubs.html">Notification hubs</a> in the <i>Amazon Web Services User Notifications User Guide</i>.</p> </important>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListNotificationHubsRequest, ListNotificationHubsResponse } from "../models/models_0";
4
- import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListNotificationHubsCommandInput extends ListNotificationHubsRe
22
19
  export interface ListNotificationHubsCommandOutput extends ListNotificationHubsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListNotificationHubsCommand_base: {
25
- new (input: ListNotificationHubsCommandInput): import("@smithy/core/client").CommandImpl<ListNotificationHubsCommandInput, ListNotificationHubsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListNotificationHubsCommandInput]): import("@smithy/core/client").CommandImpl<ListNotificationHubsCommandInput, ListNotificationHubsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListNotificationHubsCommandInput): import("@smithy/core/client").CommandImpl<ListNotificationHubsCommandInput, ListNotificationHubsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListNotificationHubsCommandInput]): import("@smithy/core/client").CommandImpl<ListNotificationHubsCommandInput, ListNotificationHubsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of <code>NotificationHubs</code>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListOrganizationalUnitsRequest, ListOrganizationalUnitsResponse } from "../models/models_0";
4
- import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListOrganizationalUnitsCommandInput extends ListOrganizationalU
22
19
  export interface ListOrganizationalUnitsCommandOutput extends ListOrganizationalUnitsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListOrganizationalUnitsCommand_base: {
25
- new (input: ListOrganizationalUnitsCommandInput): import("@smithy/core/client").CommandImpl<ListOrganizationalUnitsCommandInput, ListOrganizationalUnitsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListOrganizationalUnitsCommandInput): import("@smithy/core/client").CommandImpl<ListOrganizationalUnitsCommandInput, ListOrganizationalUnitsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListOrganizationalUnitsCommandInput): import("@smithy/core/client").CommandImpl<ListOrganizationalUnitsCommandInput, ListOrganizationalUnitsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListOrganizationalUnitsCommandInput): import("@smithy/core/client").CommandImpl<ListOrganizationalUnitsCommandInput, ListOrganizationalUnitsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of organizational units associated with a notification configuration.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
- import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of tags for a specified Amazon Resource Name (ARN).</p> <p>For more information, see <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html">Tagging your Amazon Web Services resources</a> in the <i>Tagging Amazon Web Services Resources User Guide</i>.</p> <note> <p>This is only supported for <code>NotificationConfigurations</code>.</p> </note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { RegisterNotificationHubRequest, RegisterNotificationHubResponse } from "../models/models_0";
4
- import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface RegisterNotificationHubCommandInput extends RegisterNotificatio
22
19
  export interface RegisterNotificationHubCommandOutput extends RegisterNotificationHubResponse, __MetadataBearer {
23
20
  }
24
21
  declare const RegisterNotificationHubCommand_base: {
25
- new (input: RegisterNotificationHubCommandInput): import("@smithy/core/client").CommandImpl<RegisterNotificationHubCommandInput, RegisterNotificationHubCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RegisterNotificationHubCommandInput): import("@smithy/core/client").CommandImpl<RegisterNotificationHubCommandInput, RegisterNotificationHubCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RegisterNotificationHubCommandInput): import("@smithy/core/client").CommandImpl<RegisterNotificationHubCommandInput, RegisterNotificationHubCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RegisterNotificationHubCommandInput): import("@smithy/core/client").CommandImpl<RegisterNotificationHubCommandInput, RegisterNotificationHubCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Registers a <code>NotificationConfiguration</code> in the specified Region.</p> <p>There is a maximum of one <code>NotificationConfiguration</code> per Region. You can have a maximum of 3 <code>NotificationHub</code> resources at a time.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
- import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Tags the resource with a tag key and value.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html">Tagging your Amazon Web Services resources</a> in the <i>Tagging Amazon Web Services Resources User Guide</i>.</p> <note> <p>This is only supported for <code>NotificationConfigurations</code>.</p> </note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
- import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Untags a resource with a specified Amazon Resource Name (ARN).</p> <p>For more information, see <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html">Tagging your Amazon Web Services resources</a> in the <i>Tagging Amazon Web Services Resources User Guide</i>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UpdateEventRuleRequest, UpdateEventRuleResponse } from "../models/models_0";
4
- import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateEventRuleCommandInput extends UpdateEventRuleRequest {
22
19
  export interface UpdateEventRuleCommandOutput extends UpdateEventRuleResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateEventRuleCommand_base: {
25
- new (input: UpdateEventRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateEventRuleCommandInput, UpdateEventRuleCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateEventRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateEventRuleCommandInput, UpdateEventRuleCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateEventRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateEventRuleCommandInput, UpdateEventRuleCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateEventRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateEventRuleCommandInput, UpdateEventRuleCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates an existing <code>EventRule</code>.</p>