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