@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.
- package/dist-cjs/index.js +47 -393
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateChannelCommand.js +2 -14
- package/dist-es/commands/AssociateManagedNotificationAccountContactCommand.js +2 -14
- package/dist-es/commands/AssociateManagedNotificationAdditionalChannelCommand.js +2 -14
- package/dist-es/commands/AssociateOrganizationalUnitCommand.js +2 -14
- package/dist-es/commands/CreateEventRuleCommand.js +2 -14
- package/dist-es/commands/CreateNotificationConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteEventRuleCommand.js +2 -14
- package/dist-es/commands/DeleteNotificationConfigurationCommand.js +2 -14
- package/dist-es/commands/DeregisterNotificationHubCommand.js +2 -14
- package/dist-es/commands/DisableNotificationsAccessForOrganizationCommand.js +2 -14
- package/dist-es/commands/DisassociateChannelCommand.js +2 -14
- package/dist-es/commands/DisassociateManagedNotificationAccountContactCommand.js +2 -14
- package/dist-es/commands/DisassociateManagedNotificationAdditionalChannelCommand.js +2 -14
- package/dist-es/commands/DisassociateOrganizationalUnitCommand.js +2 -14
- package/dist-es/commands/EnableNotificationsAccessForOrganizationCommand.js +2 -14
- package/dist-es/commands/GetEventRuleCommand.js +2 -14
- package/dist-es/commands/GetManagedNotificationChildEventCommand.js +2 -14
- package/dist-es/commands/GetManagedNotificationConfigurationCommand.js +2 -14
- package/dist-es/commands/GetManagedNotificationEventCommand.js +2 -14
- package/dist-es/commands/GetNotificationConfigurationCommand.js +2 -14
- package/dist-es/commands/GetNotificationEventCommand.js +2 -14
- package/dist-es/commands/GetNotificationsAccessForOrganizationCommand.js +2 -14
- package/dist-es/commands/ListChannelsCommand.js +2 -14
- package/dist-es/commands/ListEventRulesCommand.js +2 -14
- package/dist-es/commands/ListManagedNotificationChannelAssociationsCommand.js +2 -14
- package/dist-es/commands/ListManagedNotificationChildEventsCommand.js +2 -14
- package/dist-es/commands/ListManagedNotificationConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListManagedNotificationEventsCommand.js +2 -14
- package/dist-es/commands/ListMemberAccountsCommand.js +2 -14
- package/dist-es/commands/ListNotificationConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListNotificationEventsCommand.js +2 -14
- package/dist-es/commands/ListNotificationHubsCommand.js +2 -14
- package/dist-es/commands/ListOrganizationalUnitsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/RegisterNotificationHubCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateEventRuleCommand.js +2 -14
- package/dist-es/commands/UpdateNotificationConfigurationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateChannelCommand.d.ts +3 -8
- package/dist-types/commands/AssociateManagedNotificationAccountContactCommand.d.ts +3 -8
- package/dist-types/commands/AssociateManagedNotificationAdditionalChannelCommand.d.ts +3 -8
- package/dist-types/commands/AssociateOrganizationalUnitCommand.d.ts +3 -8
- package/dist-types/commands/CreateEventRuleCommand.d.ts +3 -8
- package/dist-types/commands/CreateNotificationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEventRuleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterNotificationHubCommand.d.ts +3 -8
- package/dist-types/commands/DisableNotificationsAccessForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateChannelCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateManagedNotificationAccountContactCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateManagedNotificationAdditionalChannelCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateOrganizationalUnitCommand.d.ts +3 -8
- package/dist-types/commands/EnableNotificationsAccessForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/GetEventRuleCommand.d.ts +3 -8
- package/dist-types/commands/GetManagedNotificationChildEventCommand.d.ts +3 -8
- package/dist-types/commands/GetManagedNotificationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetManagedNotificationEventCommand.d.ts +3 -8
- package/dist-types/commands/GetNotificationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetNotificationEventCommand.d.ts +3 -8
- package/dist-types/commands/GetNotificationsAccessForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/ListChannelsCommand.d.ts +3 -8
- package/dist-types/commands/ListEventRulesCommand.d.ts +3 -8
- package/dist-types/commands/ListManagedNotificationChannelAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListManagedNotificationChildEventsCommand.d.ts +3 -8
- package/dist-types/commands/ListManagedNotificationConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListManagedNotificationEventsCommand.d.ts +3 -8
- package/dist-types/commands/ListMemberAccountsCommand.d.ts +3 -8
- package/dist-types/commands/ListNotificationConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListNotificationEventsCommand.d.ts +3 -8
- package/dist-types/commands/ListNotificationHubsCommand.d.ts +3 -8
- package/dist-types/commands/ListOrganizationalUnitsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/RegisterNotificationHubCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEventRuleCommand.d.ts +3 -8
- package/dist-types/commands/UpdateNotificationConfigurationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateManagedNotificationAccountContactCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateManagedNotificationAdditionalChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateOrganizationalUnitCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEventRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateNotificationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEventRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterNotificationHubCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableNotificationsAccessForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateManagedNotificationAccountContactCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateManagedNotificationAdditionalChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateOrganizationalUnitCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableNotificationsAccessForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEventRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetManagedNotificationChildEventCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetManagedNotificationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetManagedNotificationEventCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetNotificationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetNotificationEventCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetNotificationsAccessForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEventRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListManagedNotificationChannelAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListManagedNotificationChildEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListManagedNotificationConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListManagedNotificationEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMemberAccountsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListNotificationConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListNotificationEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListNotificationHubsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListOrganizationalUnitsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterNotificationHubCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEventRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateNotificationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
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
|
|
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 {
|
|
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
|
|
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";
|
|
@@ -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>
|
|
@@ -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 { EnableNotificationsAccessForOrganizationRequest, EnableNotificationsAccessForOrganizationResponse } 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 EnableNotificationsAccessForOrganizationCommandInput extends En
|
|
|
22
19
|
export interface EnableNotificationsAccessForOrganizationCommandOutput extends EnableNotificationsAccessForOrganizationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const EnableNotificationsAccessForOrganizationCommand_base: {
|
|
25
|
-
new (input: EnableNotificationsAccessForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<EnableNotificationsAccessForOrganizationCommandInput, EnableNotificationsAccessForOrganizationCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [EnableNotificationsAccessForOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<EnableNotificationsAccessForOrganizationCommandInput, EnableNotificationsAccessForOrganizationCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: EnableNotificationsAccessForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<EnableNotificationsAccessForOrganizationCommandInput, EnableNotificationsAccessForOrganizationCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [EnableNotificationsAccessForOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<EnableNotificationsAccessForOrganizationCommandInput, EnableNotificationsAccessForOrganizationCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Enables 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 { GetEventRuleRequest, GetEventRuleResponse } 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 GetEventRuleCommandInput extends GetEventRuleRequest {
|
|
|
22
19
|
export interface GetEventRuleCommandOutput extends GetEventRuleResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetEventRuleCommand_base: {
|
|
25
|
-
new (input: GetEventRuleCommandInput): import("@smithy/core/client").CommandImpl<GetEventRuleCommandInput, GetEventRuleCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetEventRuleCommandInput): import("@smithy/core/client").CommandImpl<GetEventRuleCommandInput, GetEventRuleCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetEventRuleCommandInput): import("@smithy/core/client").CommandImpl<GetEventRuleCommandInput, GetEventRuleCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetEventRuleCommandInput): import("@smithy/core/client").CommandImpl<GetEventRuleCommandInput, GetEventRuleCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a specified <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 { GetManagedNotificationChildEventRequest, GetManagedNotificationChildEventResponse } 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 GetManagedNotificationChildEventCommandInput extends GetManaged
|
|
|
22
19
|
export interface GetManagedNotificationChildEventCommandOutput extends GetManagedNotificationChildEventResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetManagedNotificationChildEventCommand_base: {
|
|
25
|
-
new (input: GetManagedNotificationChildEventCommandInput): import("@smithy/core/client").CommandImpl<GetManagedNotificationChildEventCommandInput, GetManagedNotificationChildEventCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetManagedNotificationChildEventCommandInput): import("@smithy/core/client").CommandImpl<GetManagedNotificationChildEventCommandInput, GetManagedNotificationChildEventCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetManagedNotificationChildEventCommandInput): import("@smithy/core/client").CommandImpl<GetManagedNotificationChildEventCommandInput, GetManagedNotificationChildEventCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetManagedNotificationChildEventCommandInput): import("@smithy/core/client").CommandImpl<GetManagedNotificationChildEventCommandInput, GetManagedNotificationChildEventCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the child event of a specific given <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 { GetManagedNotificationConfigurationRequest, GetManagedNotificationConfigurationResponse } 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 GetManagedNotificationConfigurationCommandInput extends GetMana
|
|
|
22
19
|
export interface GetManagedNotificationConfigurationCommandOutput extends GetManagedNotificationConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetManagedNotificationConfigurationCommand_base: {
|
|
25
|
-
new (input: GetManagedNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetManagedNotificationConfigurationCommandInput, GetManagedNotificationConfigurationCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetManagedNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetManagedNotificationConfigurationCommandInput, GetManagedNotificationConfigurationCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetManagedNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetManagedNotificationConfigurationCommandInput, GetManagedNotificationConfigurationCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetManagedNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetManagedNotificationConfigurationCommandInput, GetManagedNotificationConfigurationCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a specified <code>ManagedNotificationConfiguration</code>.</p>
|