@aws-sdk/client-notifications 3.1076.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 (137) hide show
  1. package/dist-cjs/index.js +50 -395
  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-es/runtimeConfig.browser.js +0 -2
  44. package/dist-es/runtimeConfig.js +1 -2
  45. package/dist-es/runtimeConfig.native.js +0 -2
  46. package/dist-es/runtimeConfig.shared.js +2 -0
  47. package/dist-types/commandBuilder.d.ts +18 -0
  48. package/dist-types/commands/AssociateChannelCommand.d.ts +3 -8
  49. package/dist-types/commands/AssociateManagedNotificationAccountContactCommand.d.ts +3 -8
  50. package/dist-types/commands/AssociateManagedNotificationAdditionalChannelCommand.d.ts +3 -8
  51. package/dist-types/commands/AssociateOrganizationalUnitCommand.d.ts +3 -8
  52. package/dist-types/commands/CreateEventRuleCommand.d.ts +3 -8
  53. package/dist-types/commands/CreateNotificationConfigurationCommand.d.ts +3 -8
  54. package/dist-types/commands/DeleteEventRuleCommand.d.ts +3 -8
  55. package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +3 -8
  56. package/dist-types/commands/DeregisterNotificationHubCommand.d.ts +3 -8
  57. package/dist-types/commands/DisableNotificationsAccessForOrganizationCommand.d.ts +3 -8
  58. package/dist-types/commands/DisassociateChannelCommand.d.ts +3 -8
  59. package/dist-types/commands/DisassociateManagedNotificationAccountContactCommand.d.ts +3 -8
  60. package/dist-types/commands/DisassociateManagedNotificationAdditionalChannelCommand.d.ts +3 -8
  61. package/dist-types/commands/DisassociateOrganizationalUnitCommand.d.ts +3 -8
  62. package/dist-types/commands/EnableNotificationsAccessForOrganizationCommand.d.ts +3 -8
  63. package/dist-types/commands/GetEventRuleCommand.d.ts +3 -8
  64. package/dist-types/commands/GetManagedNotificationChildEventCommand.d.ts +3 -8
  65. package/dist-types/commands/GetManagedNotificationConfigurationCommand.d.ts +3 -8
  66. package/dist-types/commands/GetManagedNotificationEventCommand.d.ts +3 -8
  67. package/dist-types/commands/GetNotificationConfigurationCommand.d.ts +3 -8
  68. package/dist-types/commands/GetNotificationEventCommand.d.ts +3 -8
  69. package/dist-types/commands/GetNotificationsAccessForOrganizationCommand.d.ts +3 -8
  70. package/dist-types/commands/ListChannelsCommand.d.ts +3 -8
  71. package/dist-types/commands/ListEventRulesCommand.d.ts +3 -8
  72. package/dist-types/commands/ListManagedNotificationChannelAssociationsCommand.d.ts +3 -8
  73. package/dist-types/commands/ListManagedNotificationChildEventsCommand.d.ts +3 -8
  74. package/dist-types/commands/ListManagedNotificationConfigurationsCommand.d.ts +3 -8
  75. package/dist-types/commands/ListManagedNotificationEventsCommand.d.ts +3 -8
  76. package/dist-types/commands/ListMemberAccountsCommand.d.ts +3 -8
  77. package/dist-types/commands/ListNotificationConfigurationsCommand.d.ts +3 -8
  78. package/dist-types/commands/ListNotificationEventsCommand.d.ts +3 -8
  79. package/dist-types/commands/ListNotificationHubsCommand.d.ts +3 -8
  80. package/dist-types/commands/ListOrganizationalUnitsCommand.d.ts +3 -8
  81. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  82. package/dist-types/commands/RegisterNotificationHubCommand.d.ts +3 -8
  83. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  84. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  85. package/dist-types/commands/UpdateEventRuleCommand.d.ts +3 -8
  86. package/dist-types/commands/UpdateNotificationConfigurationCommand.d.ts +3 -8
  87. package/dist-types/index.d.ts +1 -0
  88. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  89. package/dist-types/runtimeConfig.d.ts +1 -1
  90. package/dist-types/runtimeConfig.native.d.ts +1 -1
  91. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  92. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  93. package/dist-types/ts3.4/commands/AssociateChannelCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/AssociateManagedNotificationAccountContactCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/AssociateManagedNotificationAdditionalChannelCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/AssociateOrganizationalUnitCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/CreateEventRuleCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/CreateNotificationConfigurationCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/DeleteEventRuleCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/DeregisterNotificationHubCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/DisableNotificationsAccessForOrganizationCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/DisassociateChannelCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/DisassociateManagedNotificationAccountContactCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/DisassociateManagedNotificationAdditionalChannelCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/DisassociateOrganizationalUnitCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/EnableNotificationsAccessForOrganizationCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/GetEventRuleCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/GetManagedNotificationChildEventCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/GetManagedNotificationConfigurationCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/GetManagedNotificationEventCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/GetNotificationConfigurationCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/GetNotificationEventCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/GetNotificationsAccessForOrganizationCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/ListEventRulesCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/ListManagedNotificationChannelAssociationsCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/ListManagedNotificationChildEventsCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/ListManagedNotificationConfigurationsCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/ListManagedNotificationEventsCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/ListMemberAccountsCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/ListNotificationConfigurationsCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/ListNotificationEventsCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/ListNotificationHubsCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/ListOrganizationalUnitsCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/RegisterNotificationHubCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/UpdateEventRuleCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/UpdateNotificationConfigurationCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/index.d.ts +1 -0
  133. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  134. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  135. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  136. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  137. package/package.json +8 -10
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Notifications", "TagResource", {})
13
- .n("NotificationsClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Notifications", "UntagResource", {})
13
- .n("NotificationsClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateEventRule$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateEventRuleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Notifications", "UpdateEventRule", {})
13
- .n("NotificationsClient", "UpdateEventRuleCommand")
14
- .sc(UpdateEventRule$)
15
- .build() {
3
+ export class UpdateEventRuleCommand extends command(_ep0, _mw0, "UpdateEventRule", UpdateEventRule$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateNotificationConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateNotificationConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("Notifications", "UpdateNotificationConfiguration", {})
13
- .n("NotificationsClient", "UpdateNotificationConfigurationCommand")
14
- .sc(UpdateNotificationConfiguration$)
15
- .build() {
3
+ export class UpdateNotificationConfigurationCommand extends command(_ep0, _mw0, "UpdateNotificationConfiguration", UpdateNotificationConfiguration$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./NotificationsClient";
2
2
  export * from "./Notifications";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -1,5 +1,4 @@
1
1
  import packageInfo from "../package.json";
2
- import { Sha256 } from "@aws-crypto/sha256-browser";
3
2
  import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
4
3
  import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
5
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
23
22
  region: config?.region ?? invalidProvider("Region is missing"),
24
23
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
25
24
  retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
26
- sha256: config?.sha256 ?? Sha256,
27
25
  streamCollector: config?.streamCollector ?? streamCollector,
28
26
  useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
29
27
  useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
5
5
  import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
6
6
  import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
7
7
  import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
8
- import { calculateBodyLength, Hash } from "@smithy/core/serde";
8
+ import { calculateBodyLength } from "@smithy/core/serde";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
10
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
11
11
  export const getRuntimeConfig = (config) => {
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
35
35
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
36
36
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
37
37
  }, config),
38
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
39
38
  streamCollector: config?.streamCollector ?? streamCollector,
40
39
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
41
40
  useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1,4 +1,3 @@
1
- import { Sha256 } from "@aws-crypto/sha256-js";
2
1
  import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
3
2
  export const getRuntimeConfig = (config) => {
4
3
  const browserDefaults = getBrowserRuntimeConfig(config);
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
6
5
  ...browserDefaults,
7
6
  ...config,
8
7
  runtime: "react-native",
9
- sha256: config?.sha256 ?? Sha256,
10
8
  };
11
9
  };
@@ -1,5 +1,6 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
3
+ import { Sha256 } from "@smithy/core/checksum";
3
4
  import { NoOpLogger } from "@smithy/core/client";
4
5
  import { parseUrl } from "@smithy/core/protocols";
5
6
  import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
@@ -31,6 +32,7 @@ export const getRuntimeConfig = (config) => {
31
32
  serviceTarget: "Notifications",
32
33
  },
33
34
  serviceId: config?.serviceId ?? "Notifications",
35
+ sha256: config?.sha256 ?? Sha256,
34
36
  urlParser: config?.urlParser ?? parseUrl,
35
37
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
36
38
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./NotificationsClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -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 { AssociateChannelRequest, AssociateChannelResponse } 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 AssociateChannelCommandInput extends AssociateChannelRequest {
22
19
  export interface AssociateChannelCommandOutput extends AssociateChannelResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AssociateChannelCommand_base: {
25
- new (input: AssociateChannelCommandInput): import("@smithy/core/client").CommandImpl<AssociateChannelCommandInput, AssociateChannelCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateChannelCommandInput): import("@smithy/core/client").CommandImpl<AssociateChannelCommandInput, AssociateChannelCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AssociateChannelCommandInput): import("@smithy/core/client").CommandImpl<AssociateChannelCommandInput, AssociateChannelCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AssociateChannelCommandInput): import("@smithy/core/client").CommandImpl<AssociateChannelCommandInput, AssociateChannelCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Associates a delivery <a href="https://docs.aws.amazon.com/notifications/latest/userguide/managing-delivery-channels.html">Channel</a> with a particular <code>NotificationConfiguration</code>. Supported Channels include Amazon Q Developer in chat applications, the Console Mobile Application, and emails (notifications-contacts).</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 { AssociateManagedNotificationAccountContactRequest, AssociateManagedNotificationAccountContactResponse } 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 AssociateManagedNotificationAccountContactCommandInput extends
22
19
  export interface AssociateManagedNotificationAccountContactCommandOutput extends AssociateManagedNotificationAccountContactResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AssociateManagedNotificationAccountContactCommand_base: {
25
- new (input: AssociateManagedNotificationAccountContactCommandInput): import("@smithy/core/client").CommandImpl<AssociateManagedNotificationAccountContactCommandInput, AssociateManagedNotificationAccountContactCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateManagedNotificationAccountContactCommandInput): import("@smithy/core/client").CommandImpl<AssociateManagedNotificationAccountContactCommandInput, AssociateManagedNotificationAccountContactCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AssociateManagedNotificationAccountContactCommandInput): import("@smithy/core/client").CommandImpl<AssociateManagedNotificationAccountContactCommandInput, AssociateManagedNotificationAccountContactCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AssociateManagedNotificationAccountContactCommandInput): import("@smithy/core/client").CommandImpl<AssociateManagedNotificationAccountContactCommandInput, AssociateManagedNotificationAccountContactCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Associates an Account Contact with a particular <code>ManagedNotificationConfiguration</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 { AssociateManagedNotificationAdditionalChannelRequest, AssociateManagedNotificationAdditionalChannelResponse } 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 AssociateManagedNotificationAdditionalChannelCommandInput exten
22
19
  export interface AssociateManagedNotificationAdditionalChannelCommandOutput extends AssociateManagedNotificationAdditionalChannelResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AssociateManagedNotificationAdditionalChannelCommand_base: {
25
- new (input: AssociateManagedNotificationAdditionalChannelCommandInput): import("@smithy/core/client").CommandImpl<AssociateManagedNotificationAdditionalChannelCommandInput, AssociateManagedNotificationAdditionalChannelCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateManagedNotificationAdditionalChannelCommandInput): import("@smithy/core/client").CommandImpl<AssociateManagedNotificationAdditionalChannelCommandInput, AssociateManagedNotificationAdditionalChannelCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AssociateManagedNotificationAdditionalChannelCommandInput): import("@smithy/core/client").CommandImpl<AssociateManagedNotificationAdditionalChannelCommandInput, AssociateManagedNotificationAdditionalChannelCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AssociateManagedNotificationAdditionalChannelCommandInput): import("@smithy/core/client").CommandImpl<AssociateManagedNotificationAdditionalChannelCommandInput, AssociateManagedNotificationAdditionalChannelCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Associates an additional Channel with a particular <code>ManagedNotificationConfiguration</code>.</p> <p>Supported Channels include Amazon Q Developer in chat applications, the Console Mobile Application, and emails (notifications-contacts).</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 { AssociateOrganizationalUnitRequest, AssociateOrganizationalUnitResponse } 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 AssociateOrganizationalUnitCommandInput extends AssociateOrgani
22
19
  export interface AssociateOrganizationalUnitCommandOutput extends AssociateOrganizationalUnitResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AssociateOrganizationalUnitCommand_base: {
25
- new (input: AssociateOrganizationalUnitCommandInput): import("@smithy/core/client").CommandImpl<AssociateOrganizationalUnitCommandInput, AssociateOrganizationalUnitCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateOrganizationalUnitCommandInput): import("@smithy/core/client").CommandImpl<AssociateOrganizationalUnitCommandInput, AssociateOrganizationalUnitCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AssociateOrganizationalUnitCommandInput): import("@smithy/core/client").CommandImpl<AssociateOrganizationalUnitCommandInput, AssociateOrganizationalUnitCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AssociateOrganizationalUnitCommandInput): import("@smithy/core/client").CommandImpl<AssociateOrganizationalUnitCommandInput, AssociateOrganizationalUnitCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Associates an organizational unit 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 { CreateEventRuleRequest, CreateEventRuleResponse } 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 CreateEventRuleCommandInput extends CreateEventRuleRequest {
22
19
  export interface CreateEventRuleCommandOutput extends CreateEventRuleResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateEventRuleCommand_base: {
25
- new (input: CreateEventRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateEventRuleCommandInput, CreateEventRuleCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateEventRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateEventRuleCommandInput, CreateEventRuleCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateEventRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateEventRuleCommandInput, CreateEventRuleCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateEventRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateEventRuleCommandInput, CreateEventRuleCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an <a href="https://docs.aws.amazon.com/notifications/latest/userguide/glossary.html"> <code>EventRule</code> </a> that is associated with 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 { CreateNotificationConfigurationRequest, CreateNotificationConfigurationResponse } 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 CreateNotificationConfigurationCommandInput extends CreateNotif
22
19
  export interface CreateNotificationConfigurationCommandOutput extends CreateNotificationConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateNotificationConfigurationCommand_base: {
25
- new (input: CreateNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateNotificationConfigurationCommandInput, CreateNotificationConfigurationCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateNotificationConfigurationCommandInput, CreateNotificationConfigurationCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateNotificationConfigurationCommandInput, CreateNotificationConfigurationCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateNotificationConfigurationCommandInput, CreateNotificationConfigurationCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new <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 { DeleteEventRuleRequest, DeleteEventRuleResponse } 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 DeleteEventRuleCommandInput extends DeleteEventRuleRequest {
22
19
  export interface DeleteEventRuleCommandOutput extends DeleteEventRuleResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteEventRuleCommand_base: {
25
- new (input: DeleteEventRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteEventRuleCommandInput, DeleteEventRuleCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteEventRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteEventRuleCommandInput, DeleteEventRuleCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteEventRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteEventRuleCommandInput, DeleteEventRuleCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteEventRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteEventRuleCommandInput, DeleteEventRuleCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an <code>EventRule</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 { DeleteNotificationConfigurationRequest, DeleteNotificationConfigurationResponse } 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 DeleteNotificationConfigurationCommandInput extends DeleteNotif
22
19
  export interface DeleteNotificationConfigurationCommandOutput extends DeleteNotificationConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteNotificationConfigurationCommand_base: {
25
- new (input: DeleteNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteNotificationConfigurationCommandInput, DeleteNotificationConfigurationCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteNotificationConfigurationCommandInput, DeleteNotificationConfigurationCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteNotificationConfigurationCommandInput, DeleteNotificationConfigurationCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteNotificationConfigurationCommandInput, DeleteNotificationConfigurationCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes 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 { DeregisterNotificationHubRequest, DeregisterNotificationHubResponse } 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 DeregisterNotificationHubCommandInput extends DeregisterNotific
22
19
  export interface DeregisterNotificationHubCommandOutput extends DeregisterNotificationHubResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeregisterNotificationHubCommand_base: {
25
- new (input: DeregisterNotificationHubCommandInput): import("@smithy/core/client").CommandImpl<DeregisterNotificationHubCommandInput, DeregisterNotificationHubCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeregisterNotificationHubCommandInput): import("@smithy/core/client").CommandImpl<DeregisterNotificationHubCommandInput, DeregisterNotificationHubCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeregisterNotificationHubCommandInput): import("@smithy/core/client").CommandImpl<DeregisterNotificationHubCommandInput, DeregisterNotificationHubCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeregisterNotificationHubCommandInput): import("@smithy/core/client").CommandImpl<DeregisterNotificationHubCommandInput, DeregisterNotificationHubCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deregisters a <code>NotificationConfiguration</code> in the specified Region.</p> <note> <p>You can't deregister the last <code>NotificationHub</code> in the account. <code>NotificationEvents</code> stored in the deregistered <code>NotificationConfiguration</code> are no longer be visible. Recreating a new <code>NotificationConfiguration</code> in the same Region restores access to those <code>NotificationEvents</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 { DisableNotificationsAccessForOrganizationRequest, DisableNotificationsAccessForOrganizationResponse } 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 DisableNotificationsAccessForOrganizationCommandInput extends D
22
19
  export interface DisableNotificationsAccessForOrganizationCommandOutput extends DisableNotificationsAccessForOrganizationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DisableNotificationsAccessForOrganizationCommand_base: {
25
- new (input: DisableNotificationsAccessForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<DisableNotificationsAccessForOrganizationCommandInput, DisableNotificationsAccessForOrganizationCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DisableNotificationsAccessForOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<DisableNotificationsAccessForOrganizationCommandInput, DisableNotificationsAccessForOrganizationCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DisableNotificationsAccessForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<DisableNotificationsAccessForOrganizationCommandInput, DisableNotificationsAccessForOrganizationCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DisableNotificationsAccessForOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<DisableNotificationsAccessForOrganizationCommandInput, DisableNotificationsAccessForOrganizationCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Disables service trust between 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 { DisassociateChannelRequest, DisassociateChannelResponse } 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 DisassociateChannelCommandInput extends DisassociateChannelRequ
22
19
  export interface DisassociateChannelCommandOutput extends DisassociateChannelResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DisassociateChannelCommand_base: {
25
- new (input: DisassociateChannelCommandInput): import("@smithy/core/client").CommandImpl<DisassociateChannelCommandInput, DisassociateChannelCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisassociateChannelCommandInput): import("@smithy/core/client").CommandImpl<DisassociateChannelCommandInput, DisassociateChannelCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DisassociateChannelCommandInput): import("@smithy/core/client").CommandImpl<DisassociateChannelCommandInput, DisassociateChannelCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DisassociateChannelCommandInput): import("@smithy/core/client").CommandImpl<DisassociateChannelCommandInput, DisassociateChannelCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Disassociates a Channel from a specified <code>NotificationConfiguration</code>. Supported Channels include Amazon Q Developer in chat applications, the Console Mobile Application, and emails (notifications-contacts).</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 { DisassociateManagedNotificationAccountContactRequest, DisassociateManagedNotificationAccountContactResponse } 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 DisassociateManagedNotificationAccountContactCommandInput exten
22
19
  export interface DisassociateManagedNotificationAccountContactCommandOutput extends DisassociateManagedNotificationAccountContactResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DisassociateManagedNotificationAccountContactCommand_base: {
25
- new (input: DisassociateManagedNotificationAccountContactCommandInput): import("@smithy/core/client").CommandImpl<DisassociateManagedNotificationAccountContactCommandInput, DisassociateManagedNotificationAccountContactCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisassociateManagedNotificationAccountContactCommandInput): import("@smithy/core/client").CommandImpl<DisassociateManagedNotificationAccountContactCommandInput, DisassociateManagedNotificationAccountContactCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DisassociateManagedNotificationAccountContactCommandInput): import("@smithy/core/client").CommandImpl<DisassociateManagedNotificationAccountContactCommandInput, DisassociateManagedNotificationAccountContactCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DisassociateManagedNotificationAccountContactCommandInput): import("@smithy/core/client").CommandImpl<DisassociateManagedNotificationAccountContactCommandInput, DisassociateManagedNotificationAccountContactCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Disassociates an Account Contact with a particular <code>ManagedNotificationConfiguration</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 { DisassociateManagedNotificationAdditionalChannelRequest, DisassociateManagedNotificationAdditionalChannelResponse } 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 DisassociateManagedNotificationAdditionalChannelCommandInput ex
22
19
  export interface DisassociateManagedNotificationAdditionalChannelCommandOutput extends DisassociateManagedNotificationAdditionalChannelResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DisassociateManagedNotificationAdditionalChannelCommand_base: {
25
- new (input: DisassociateManagedNotificationAdditionalChannelCommandInput): import("@smithy/core/client").CommandImpl<DisassociateManagedNotificationAdditionalChannelCommandInput, DisassociateManagedNotificationAdditionalChannelCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisassociateManagedNotificationAdditionalChannelCommandInput): import("@smithy/core/client").CommandImpl<DisassociateManagedNotificationAdditionalChannelCommandInput, DisassociateManagedNotificationAdditionalChannelCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DisassociateManagedNotificationAdditionalChannelCommandInput): import("@smithy/core/client").CommandImpl<DisassociateManagedNotificationAdditionalChannelCommandInput, DisassociateManagedNotificationAdditionalChannelCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DisassociateManagedNotificationAdditionalChannelCommandInput): import("@smithy/core/client").CommandImpl<DisassociateManagedNotificationAdditionalChannelCommandInput, DisassociateManagedNotificationAdditionalChannelCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Disassociates an additional Channel from a particular <code>ManagedNotificationConfiguration</code>.</p> <p>Supported Channels include Amazon Q Developer in chat applications, the Console Mobile Application, and emails (notifications-contacts).</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 { DisassociateOrganizationalUnitRequest, DisassociateOrganizationalUnitResponse } 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 DisassociateOrganizationalUnitCommandInput extends Disassociate
22
19
  export interface DisassociateOrganizationalUnitCommandOutput extends DisassociateOrganizationalUnitResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DisassociateOrganizationalUnitCommand_base: {
25
- new (input: DisassociateOrganizationalUnitCommandInput): import("@smithy/core/client").CommandImpl<DisassociateOrganizationalUnitCommandInput, DisassociateOrganizationalUnitCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisassociateOrganizationalUnitCommandInput): import("@smithy/core/client").CommandImpl<DisassociateOrganizationalUnitCommandInput, DisassociateOrganizationalUnitCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DisassociateOrganizationalUnitCommandInput): import("@smithy/core/client").CommandImpl<DisassociateOrganizationalUnitCommandInput, DisassociateOrganizationalUnitCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DisassociateOrganizationalUnitCommandInput): import("@smithy/core/client").CommandImpl<DisassociateOrganizationalUnitCommandInput, DisassociateOrganizationalUnitCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes the association between an organizational unit and a notification configuration.</p>