@aws-sdk/client-notifications 3.1077.0 → 3.1078.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 { UpdateNotificationConfigurationRequest, UpdateNotificationConfigurationResponse } 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 UpdateNotificationConfigurationCommandInput extends UpdateNotif
22
19
  export interface UpdateNotificationConfigurationCommandOutput extends UpdateNotificationConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateNotificationConfigurationCommand_base: {
25
- new (input: UpdateNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateNotificationConfigurationCommandInput, UpdateNotificationConfigurationCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateNotificationConfigurationCommandInput, UpdateNotificationConfigurationCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateNotificationConfigurationCommandInput, UpdateNotificationConfigurationCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateNotificationConfigurationCommandInput, UpdateNotificationConfigurationCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates a <code>NotificationConfiguration</code>.</p>
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { NotificationsExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export { Command as $Command } from "@smithy/core/client";
12
13
  export * from "./schemas/schemas_0";
13
14
  export * from "./pagination";
14
15
  export * from "./models/enums";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ NotificationsClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./NotificationsClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ NotificationsClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ NotificationsClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  AssociateChannelRequest,
5
4
  AssociateChannelResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- NotificationsClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../NotificationsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AssociateChannelCommandInput extends AssociateChannelRequest {}
15
8
  export interface AssociateChannelCommandOutput
16
9
  extends AssociateChannelResponse,
@@ -21,22 +14,20 @@ declare const AssociateChannelCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  AssociateChannelCommandInput,
23
16
  AssociateChannelCommandOutput,
24
- NotificationsClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").NotificationsClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: AssociateChannelCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  AssociateChannelCommandInput,
32
25
  AssociateChannelCommandOutput,
33
- NotificationsClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").NotificationsClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class AssociateChannelCommand extends AssociateChannelCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  AssociateManagedNotificationAccountContactRequest,
5
4
  AssociateManagedNotificationAccountContactResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- NotificationsClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../NotificationsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AssociateManagedNotificationAccountContactCommandInput
15
8
  extends AssociateManagedNotificationAccountContactRequest {}
16
9
  export interface AssociateManagedNotificationAccountContactCommandOutput
@@ -22,22 +15,20 @@ declare const AssociateManagedNotificationAccountContactCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AssociateManagedNotificationAccountContactCommandInput,
24
17
  AssociateManagedNotificationAccountContactCommandOutput,
25
- NotificationsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").NotificationsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AssociateManagedNotificationAccountContactCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AssociateManagedNotificationAccountContactCommandInput,
33
26
  AssociateManagedNotificationAccountContactCommandOutput,
34
- NotificationsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").NotificationsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class AssociateManagedNotificationAccountContactCommand extends AssociateManagedNotificationAccountContactCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  AssociateManagedNotificationAdditionalChannelRequest,
5
4
  AssociateManagedNotificationAdditionalChannelResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- NotificationsClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../NotificationsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AssociateManagedNotificationAdditionalChannelCommandInput
15
8
  extends AssociateManagedNotificationAdditionalChannelRequest {}
16
9
  export interface AssociateManagedNotificationAdditionalChannelCommandOutput
@@ -22,22 +15,20 @@ declare const AssociateManagedNotificationAdditionalChannelCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AssociateManagedNotificationAdditionalChannelCommandInput,
24
17
  AssociateManagedNotificationAdditionalChannelCommandOutput,
25
- NotificationsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").NotificationsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AssociateManagedNotificationAdditionalChannelCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AssociateManagedNotificationAdditionalChannelCommandInput,
33
26
  AssociateManagedNotificationAdditionalChannelCommandOutput,
34
- NotificationsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").NotificationsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class AssociateManagedNotificationAdditionalChannelCommand extends AssociateManagedNotificationAdditionalChannelCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  AssociateOrganizationalUnitRequest,
5
4
  AssociateOrganizationalUnitResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- NotificationsClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../NotificationsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface AssociateOrganizationalUnitCommandInput
15
8
  extends AssociateOrganizationalUnitRequest {}
16
9
  export interface AssociateOrganizationalUnitCommandOutput
@@ -22,22 +15,20 @@ declare const AssociateOrganizationalUnitCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  AssociateOrganizationalUnitCommandInput,
24
17
  AssociateOrganizationalUnitCommandOutput,
25
- NotificationsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").NotificationsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: AssociateOrganizationalUnitCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  AssociateOrganizationalUnitCommandInput,
33
26
  AssociateOrganizationalUnitCommandOutput,
34
- NotificationsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").NotificationsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class AssociateOrganizationalUnitCommand extends AssociateOrganizationalUnitCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  CreateEventRuleRequest,
5
4
  CreateEventRuleResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- NotificationsClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../NotificationsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateEventRuleCommandInput extends CreateEventRuleRequest {}
15
8
  export interface CreateEventRuleCommandOutput
16
9
  extends CreateEventRuleResponse,
@@ -21,22 +14,20 @@ declare const CreateEventRuleCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateEventRuleCommandInput,
23
16
  CreateEventRuleCommandOutput,
24
- NotificationsClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").NotificationsClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateEventRuleCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateEventRuleCommandInput,
32
25
  CreateEventRuleCommandOutput,
33
- NotificationsClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").NotificationsClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class CreateEventRuleCommand extends CreateEventRuleCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  CreateNotificationConfigurationRequest,
5
4
  CreateNotificationConfigurationResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- NotificationsClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../NotificationsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateNotificationConfigurationCommandInput
15
8
  extends CreateNotificationConfigurationRequest {}
16
9
  export interface CreateNotificationConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const CreateNotificationConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateNotificationConfigurationCommandInput,
24
17
  CreateNotificationConfigurationCommandOutput,
25
- NotificationsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").NotificationsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateNotificationConfigurationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateNotificationConfigurationCommandInput,
33
26
  CreateNotificationConfigurationCommandOutput,
34
- NotificationsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").NotificationsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateNotificationConfigurationCommand extends CreateNotificationConfigurationCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DeleteEventRuleRequest,
5
4
  DeleteEventRuleResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- NotificationsClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../NotificationsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteEventRuleCommandInput extends DeleteEventRuleRequest {}
15
8
  export interface DeleteEventRuleCommandOutput
16
9
  extends DeleteEventRuleResponse,
@@ -21,22 +14,20 @@ declare const DeleteEventRuleCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DeleteEventRuleCommandInput,
23
16
  DeleteEventRuleCommandOutput,
24
- NotificationsClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").NotificationsClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DeleteEventRuleCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DeleteEventRuleCommandInput,
32
25
  DeleteEventRuleCommandOutput,
33
- NotificationsClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").NotificationsClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DeleteEventRuleCommand extends DeleteEventRuleCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DeleteNotificationConfigurationRequest,
5
4
  DeleteNotificationConfigurationResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- NotificationsClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../NotificationsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteNotificationConfigurationCommandInput
15
8
  extends DeleteNotificationConfigurationRequest {}
16
9
  export interface DeleteNotificationConfigurationCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteNotificationConfigurationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteNotificationConfigurationCommandInput,
24
17
  DeleteNotificationConfigurationCommandOutput,
25
- NotificationsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").NotificationsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteNotificationConfigurationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteNotificationConfigurationCommandInput,
33
26
  DeleteNotificationConfigurationCommandOutput,
34
- NotificationsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").NotificationsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeleteNotificationConfigurationCommand extends DeleteNotificationConfigurationCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DeregisterNotificationHubRequest,
5
4
  DeregisterNotificationHubResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- NotificationsClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../NotificationsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeregisterNotificationHubCommandInput
15
8
  extends DeregisterNotificationHubRequest {}
16
9
  export interface DeregisterNotificationHubCommandOutput
@@ -22,22 +15,20 @@ declare const DeregisterNotificationHubCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeregisterNotificationHubCommandInput,
24
17
  DeregisterNotificationHubCommandOutput,
25
- NotificationsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").NotificationsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeregisterNotificationHubCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeregisterNotificationHubCommandInput,
33
26
  DeregisterNotificationHubCommandOutput,
34
- NotificationsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").NotificationsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeregisterNotificationHubCommand extends DeregisterNotificationHubCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DisableNotificationsAccessForOrganizationRequest,
5
4
  DisableNotificationsAccessForOrganizationResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- NotificationsClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../NotificationsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DisableNotificationsAccessForOrganizationCommandInput
15
8
  extends DisableNotificationsAccessForOrganizationRequest {}
16
9
  export interface DisableNotificationsAccessForOrganizationCommandOutput
@@ -22,22 +15,20 @@ declare const DisableNotificationsAccessForOrganizationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DisableNotificationsAccessForOrganizationCommandInput,
24
17
  DisableNotificationsAccessForOrganizationCommandOutput,
25
- NotificationsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").NotificationsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DisableNotificationsAccessForOrganizationCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DisableNotificationsAccessForOrganizationCommandInput,
33
26
  DisableNotificationsAccessForOrganizationCommandOutput,
34
- NotificationsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").NotificationsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DisableNotificationsAccessForOrganizationCommand extends DisableNotificationsAccessForOrganizationCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DisassociateChannelRequest,
5
4
  DisassociateChannelResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- NotificationsClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../NotificationsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DisassociateChannelCommandInput
15
8
  extends DisassociateChannelRequest {}
16
9
  export interface DisassociateChannelCommandOutput
@@ -22,22 +15,20 @@ declare const DisassociateChannelCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DisassociateChannelCommandInput,
24
17
  DisassociateChannelCommandOutput,
25
- NotificationsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").NotificationsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DisassociateChannelCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DisassociateChannelCommandInput,
33
26
  DisassociateChannelCommandOutput,
34
- NotificationsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").NotificationsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DisassociateChannelCommand extends DisassociateChannelCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DisassociateManagedNotificationAccountContactRequest,
5
4
  DisassociateManagedNotificationAccountContactResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- NotificationsClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../NotificationsClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DisassociateManagedNotificationAccountContactCommandInput
15
8
  extends DisassociateManagedNotificationAccountContactRequest {}
16
9
  export interface DisassociateManagedNotificationAccountContactCommandOutput
@@ -22,22 +15,20 @@ declare const DisassociateManagedNotificationAccountContactCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DisassociateManagedNotificationAccountContactCommandInput,
24
17
  DisassociateManagedNotificationAccountContactCommandOutput,
25
- NotificationsClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").NotificationsClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DisassociateManagedNotificationAccountContactCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DisassociateManagedNotificationAccountContactCommandInput,
33
26
  DisassociateManagedNotificationAccountContactCommandOutput,
34
- NotificationsClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").NotificationsClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DisassociateManagedNotificationAccountContactCommand extends DisassociateManagedNotificationAccountContactCommand_base {
43
34
  protected static __types: {