@aws-sdk/client-notifications 3.1045.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +94 -95
- package/dist-cjs/models/NotificationsServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/Notifications.js +1 -1
- package/dist-es/NotificationsClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociateChannelCommand.js +2 -2
- package/dist-es/commands/AssociateManagedNotificationAccountContactCommand.js +2 -2
- package/dist-es/commands/AssociateManagedNotificationAdditionalChannelCommand.js +2 -2
- package/dist-es/commands/AssociateOrganizationalUnitCommand.js +2 -2
- package/dist-es/commands/CreateEventRuleCommand.js +2 -2
- package/dist-es/commands/CreateNotificationConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteEventRuleCommand.js +2 -2
- package/dist-es/commands/DeleteNotificationConfigurationCommand.js +2 -2
- package/dist-es/commands/DeregisterNotificationHubCommand.js +2 -2
- package/dist-es/commands/DisableNotificationsAccessForOrganizationCommand.js +2 -2
- package/dist-es/commands/DisassociateChannelCommand.js +2 -2
- package/dist-es/commands/DisassociateManagedNotificationAccountContactCommand.js +2 -2
- package/dist-es/commands/DisassociateManagedNotificationAdditionalChannelCommand.js +2 -2
- package/dist-es/commands/DisassociateOrganizationalUnitCommand.js +2 -2
- package/dist-es/commands/EnableNotificationsAccessForOrganizationCommand.js +2 -2
- package/dist-es/commands/GetEventRuleCommand.js +2 -2
- package/dist-es/commands/GetManagedNotificationChildEventCommand.js +2 -2
- package/dist-es/commands/GetManagedNotificationConfigurationCommand.js +2 -2
- package/dist-es/commands/GetManagedNotificationEventCommand.js +2 -2
- package/dist-es/commands/GetNotificationConfigurationCommand.js +2 -2
- package/dist-es/commands/GetNotificationEventCommand.js +2 -2
- package/dist-es/commands/GetNotificationsAccessForOrganizationCommand.js +2 -2
- package/dist-es/commands/ListChannelsCommand.js +2 -2
- package/dist-es/commands/ListEventRulesCommand.js +2 -2
- package/dist-es/commands/ListManagedNotificationChannelAssociationsCommand.js +2 -2
- package/dist-es/commands/ListManagedNotificationChildEventsCommand.js +2 -2
- package/dist-es/commands/ListManagedNotificationConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListManagedNotificationEventsCommand.js +2 -2
- package/dist-es/commands/ListMemberAccountsCommand.js +2 -2
- package/dist-es/commands/ListNotificationConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListNotificationEventsCommand.js +2 -2
- package/dist-es/commands/ListNotificationHubsCommand.js +2 -2
- package/dist-es/commands/ListOrganizationalUnitsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/RegisterNotificationHubCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateEventRuleCommand.js +2 -2
- package/dist-es/commands/UpdateNotificationConfigurationCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/NotificationsServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/NotificationsClient.d.ts +5 -5
- package/dist-types/commands/AssociateChannelCommand.d.ts +6 -4
- package/dist-types/commands/AssociateManagedNotificationAccountContactCommand.d.ts +6 -4
- package/dist-types/commands/AssociateManagedNotificationAdditionalChannelCommand.d.ts +6 -4
- package/dist-types/commands/AssociateOrganizationalUnitCommand.d.ts +6 -4
- package/dist-types/commands/CreateEventRuleCommand.d.ts +6 -4
- package/dist-types/commands/CreateNotificationConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEventRuleCommand.d.ts +6 -4
- package/dist-types/commands/DeleteNotificationConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeregisterNotificationHubCommand.d.ts +6 -4
- package/dist-types/commands/DisableNotificationsAccessForOrganizationCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateChannelCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateManagedNotificationAccountContactCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateManagedNotificationAdditionalChannelCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateOrganizationalUnitCommand.d.ts +6 -4
- package/dist-types/commands/EnableNotificationsAccessForOrganizationCommand.d.ts +6 -4
- package/dist-types/commands/GetEventRuleCommand.d.ts +6 -4
- package/dist-types/commands/GetManagedNotificationChildEventCommand.d.ts +6 -4
- package/dist-types/commands/GetManagedNotificationConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetManagedNotificationEventCommand.d.ts +6 -4
- package/dist-types/commands/GetNotificationConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetNotificationEventCommand.d.ts +6 -4
- package/dist-types/commands/GetNotificationsAccessForOrganizationCommand.d.ts +6 -4
- package/dist-types/commands/ListChannelsCommand.d.ts +6 -4
- package/dist-types/commands/ListEventRulesCommand.d.ts +6 -4
- package/dist-types/commands/ListManagedNotificationChannelAssociationsCommand.d.ts +6 -4
- package/dist-types/commands/ListManagedNotificationChildEventsCommand.d.ts +6 -4
- package/dist-types/commands/ListManagedNotificationConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/ListManagedNotificationEventsCommand.d.ts +6 -4
- package/dist-types/commands/ListMemberAccountsCommand.d.ts +6 -4
- package/dist-types/commands/ListNotificationConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/ListNotificationEventsCommand.d.ts +6 -4
- package/dist-types/commands/ListNotificationHubsCommand.d.ts +6 -4
- package/dist-types/commands/ListOrganizationalUnitsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/RegisterNotificationHubCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateEventRuleCommand.d.ts +6 -4
- package/dist-types/commands/UpdateNotificationConfigurationCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/NotificationsServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/NotificationsClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociateChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateManagedNotificationAccountContactCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateManagedNotificationAdditionalChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateOrganizationalUnitCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateEventRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateNotificationConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEventRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeregisterNotificationHubCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisableNotificationsAccessForOrganizationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateManagedNotificationAccountContactCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateManagedNotificationAdditionalChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateOrganizationalUnitCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EnableNotificationsAccessForOrganizationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEventRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetManagedNotificationChildEventCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetManagedNotificationConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetManagedNotificationEventCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetNotificationConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetNotificationEventCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetNotificationsAccessForOrganizationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEventRulesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListManagedNotificationChannelAssociationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListManagedNotificationChildEventsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListManagedNotificationConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListManagedNotificationEventsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListMemberAccountsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListNotificationConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListNotificationEventsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListNotificationHubsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListOrganizationalUnitsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterNotificationHubCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateEventRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateNotificationConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/NotificationsServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AssociateManagedNotificationAccountContactRequest,
|
|
@@ -19,7 +19,7 @@ export interface AssociateManagedNotificationAccountContactCommandOutput
|
|
|
19
19
|
declare const AssociateManagedNotificationAccountContactCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: AssociateManagedNotificationAccountContactCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
AssociateManagedNotificationAccountContactCommandInput,
|
|
24
24
|
AssociateManagedNotificationAccountContactCommandOutput,
|
|
25
25
|
NotificationsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const AssociateManagedNotificationAccountContactCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: AssociateManagedNotificationAccountContactCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
AssociateManagedNotificationAccountContactCommandInput,
|
|
33
33
|
AssociateManagedNotificationAccountContactCommandOutput,
|
|
34
34
|
NotificationsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class AssociateManagedNotificationAccountContactCommand extends AssociateManagedNotificationAccountContactCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AssociateManagedNotificationAdditionalChannelRequest,
|
|
@@ -19,7 +19,7 @@ export interface AssociateManagedNotificationAdditionalChannelCommandOutput
|
|
|
19
19
|
declare const AssociateManagedNotificationAdditionalChannelCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: AssociateManagedNotificationAdditionalChannelCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
AssociateManagedNotificationAdditionalChannelCommandInput,
|
|
24
24
|
AssociateManagedNotificationAdditionalChannelCommandOutput,
|
|
25
25
|
NotificationsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const AssociateManagedNotificationAdditionalChannelCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: AssociateManagedNotificationAdditionalChannelCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
AssociateManagedNotificationAdditionalChannelCommandInput,
|
|
33
33
|
AssociateManagedNotificationAdditionalChannelCommandOutput,
|
|
34
34
|
NotificationsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class AssociateManagedNotificationAdditionalChannelCommand extends AssociateManagedNotificationAdditionalChannelCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AssociateOrganizationalUnitRequest,
|
|
@@ -19,7 +19,7 @@ export interface AssociateOrganizationalUnitCommandOutput
|
|
|
19
19
|
declare const AssociateOrganizationalUnitCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: AssociateOrganizationalUnitCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
AssociateOrganizationalUnitCommandInput,
|
|
24
24
|
AssociateOrganizationalUnitCommandOutput,
|
|
25
25
|
NotificationsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const AssociateOrganizationalUnitCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: AssociateOrganizationalUnitCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
AssociateOrganizationalUnitCommandInput,
|
|
33
33
|
AssociateOrganizationalUnitCommandOutput,
|
|
34
34
|
NotificationsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class AssociateOrganizationalUnitCommand extends AssociateOrganizationalUnitCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateEventRuleRequest,
|
|
@@ -18,7 +18,7 @@ export interface CreateEventRuleCommandOutput
|
|
|
18
18
|
declare const CreateEventRuleCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateEventRuleCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateEventRuleCommandInput,
|
|
23
23
|
CreateEventRuleCommandOutput,
|
|
24
24
|
NotificationsClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateEventRuleCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateEventRuleCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateEventRuleCommandInput,
|
|
32
32
|
CreateEventRuleCommandOutput,
|
|
33
33
|
NotificationsClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class CreateEventRuleCommand extends CreateEventRuleCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateNotificationConfigurationRequest,
|
|
@@ -19,7 +19,7 @@ export interface CreateNotificationConfigurationCommandOutput
|
|
|
19
19
|
declare const CreateNotificationConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateNotificationConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateNotificationConfigurationCommandInput,
|
|
24
24
|
CreateNotificationConfigurationCommandOutput,
|
|
25
25
|
NotificationsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateNotificationConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateNotificationConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateNotificationConfigurationCommandInput,
|
|
33
33
|
CreateNotificationConfigurationCommandOutput,
|
|
34
34
|
NotificationsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateNotificationConfigurationCommand extends CreateNotificationConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DeleteEventRuleRequest,
|
|
@@ -18,7 +18,7 @@ export interface DeleteEventRuleCommandOutput
|
|
|
18
18
|
declare const DeleteEventRuleCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DeleteEventRuleCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DeleteEventRuleCommandInput,
|
|
23
23
|
DeleteEventRuleCommandOutput,
|
|
24
24
|
NotificationsClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DeleteEventRuleCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DeleteEventRuleCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DeleteEventRuleCommandInput,
|
|
32
32
|
DeleteEventRuleCommandOutput,
|
|
33
33
|
NotificationsClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DeleteEventRuleCommand extends DeleteEventRuleCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DeleteNotificationConfigurationRequest,
|
|
@@ -19,7 +19,7 @@ export interface DeleteNotificationConfigurationCommandOutput
|
|
|
19
19
|
declare const DeleteNotificationConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteNotificationConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteNotificationConfigurationCommandInput,
|
|
24
24
|
DeleteNotificationConfigurationCommandOutput,
|
|
25
25
|
NotificationsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteNotificationConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteNotificationConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteNotificationConfigurationCommandInput,
|
|
33
33
|
DeleteNotificationConfigurationCommandOutput,
|
|
34
34
|
NotificationsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteNotificationConfigurationCommand extends DeleteNotificationConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DeregisterNotificationHubRequest,
|
|
@@ -19,7 +19,7 @@ export interface DeregisterNotificationHubCommandOutput
|
|
|
19
19
|
declare const DeregisterNotificationHubCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeregisterNotificationHubCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeregisterNotificationHubCommandInput,
|
|
24
24
|
DeregisterNotificationHubCommandOutput,
|
|
25
25
|
NotificationsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeregisterNotificationHubCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeregisterNotificationHubCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeregisterNotificationHubCommandInput,
|
|
33
33
|
DeregisterNotificationHubCommandOutput,
|
|
34
34
|
NotificationsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeregisterNotificationHubCommand extends DeregisterNotificationHubCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DisableNotificationsAccessForOrganizationRequest,
|
|
@@ -19,7 +19,7 @@ export interface DisableNotificationsAccessForOrganizationCommandOutput
|
|
|
19
19
|
declare const DisableNotificationsAccessForOrganizationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DisableNotificationsAccessForOrganizationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DisableNotificationsAccessForOrganizationCommandInput,
|
|
24
24
|
DisableNotificationsAccessForOrganizationCommandOutput,
|
|
25
25
|
NotificationsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DisableNotificationsAccessForOrganizationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DisableNotificationsAccessForOrganizationCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DisableNotificationsAccessForOrganizationCommandInput,
|
|
33
33
|
DisableNotificationsAccessForOrganizationCommandOutput,
|
|
34
34
|
NotificationsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DisableNotificationsAccessForOrganizationCommand extends DisableNotificationsAccessForOrganizationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DisassociateChannelRequest,
|
|
@@ -19,7 +19,7 @@ export interface DisassociateChannelCommandOutput
|
|
|
19
19
|
declare const DisassociateChannelCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DisassociateChannelCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DisassociateChannelCommandInput,
|
|
24
24
|
DisassociateChannelCommandOutput,
|
|
25
25
|
NotificationsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DisassociateChannelCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DisassociateChannelCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DisassociateChannelCommandInput,
|
|
33
33
|
DisassociateChannelCommandOutput,
|
|
34
34
|
NotificationsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DisassociateChannelCommand extends DisassociateChannelCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DisassociateManagedNotificationAccountContactRequest,
|
|
@@ -19,7 +19,7 @@ export interface DisassociateManagedNotificationAccountContactCommandOutput
|
|
|
19
19
|
declare const DisassociateManagedNotificationAccountContactCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DisassociateManagedNotificationAccountContactCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DisassociateManagedNotificationAccountContactCommandInput,
|
|
24
24
|
DisassociateManagedNotificationAccountContactCommandOutput,
|
|
25
25
|
NotificationsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DisassociateManagedNotificationAccountContactCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DisassociateManagedNotificationAccountContactCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DisassociateManagedNotificationAccountContactCommandInput,
|
|
33
33
|
DisassociateManagedNotificationAccountContactCommandOutput,
|
|
34
34
|
NotificationsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DisassociateManagedNotificationAccountContactCommand extends DisassociateManagedNotificationAccountContactCommand_base {
|
|
41
43
|
protected static __types: {
|
package/dist-types/ts3.4/commands/DisassociateManagedNotificationAdditionalChannelCommand.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DisassociateManagedNotificationAdditionalChannelRequest,
|
|
@@ -19,7 +19,7 @@ export interface DisassociateManagedNotificationAdditionalChannelCommandOutput
|
|
|
19
19
|
declare const DisassociateManagedNotificationAdditionalChannelCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DisassociateManagedNotificationAdditionalChannelCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DisassociateManagedNotificationAdditionalChannelCommandInput,
|
|
24
24
|
DisassociateManagedNotificationAdditionalChannelCommandOutput,
|
|
25
25
|
NotificationsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DisassociateManagedNotificationAdditionalChannelCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DisassociateManagedNotificationAdditionalChannelCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DisassociateManagedNotificationAdditionalChannelCommandInput,
|
|
33
33
|
DisassociateManagedNotificationAdditionalChannelCommandOutput,
|
|
34
34
|
NotificationsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DisassociateManagedNotificationAdditionalChannelCommand extends DisassociateManagedNotificationAdditionalChannelCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DisassociateOrganizationalUnitRequest,
|
|
@@ -19,7 +19,7 @@ export interface DisassociateOrganizationalUnitCommandOutput
|
|
|
19
19
|
declare const DisassociateOrganizationalUnitCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DisassociateOrganizationalUnitCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DisassociateOrganizationalUnitCommandInput,
|
|
24
24
|
DisassociateOrganizationalUnitCommandOutput,
|
|
25
25
|
NotificationsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DisassociateOrganizationalUnitCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DisassociateOrganizationalUnitCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DisassociateOrganizationalUnitCommandInput,
|
|
33
33
|
DisassociateOrganizationalUnitCommandOutput,
|
|
34
34
|
NotificationsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DisassociateOrganizationalUnitCommand extends DisassociateOrganizationalUnitCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
EnableNotificationsAccessForOrganizationRequest,
|
|
@@ -19,7 +19,7 @@ export interface EnableNotificationsAccessForOrganizationCommandOutput
|
|
|
19
19
|
declare const EnableNotificationsAccessForOrganizationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: EnableNotificationsAccessForOrganizationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
EnableNotificationsAccessForOrganizationCommandInput,
|
|
24
24
|
EnableNotificationsAccessForOrganizationCommandOutput,
|
|
25
25
|
NotificationsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const EnableNotificationsAccessForOrganizationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [EnableNotificationsAccessForOrganizationCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
EnableNotificationsAccessForOrganizationCommandInput,
|
|
33
33
|
EnableNotificationsAccessForOrganizationCommandOutput,
|
|
34
34
|
NotificationsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class EnableNotificationsAccessForOrganizationCommand extends EnableNotificationsAccessForOrganizationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GetEventRuleRequest, GetEventRuleResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface GetEventRuleCommandOutput
|
|
|
15
15
|
declare const GetEventRuleCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetEventRuleCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetEventRuleCommandInput,
|
|
20
20
|
GetEventRuleCommandOutput,
|
|
21
21
|
NotificationsClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetEventRuleCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetEventRuleCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetEventRuleCommandInput,
|
|
29
29
|
GetEventRuleCommandOutput,
|
|
30
30
|
NotificationsClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetEventRuleCommand extends GetEventRuleCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetManagedNotificationChildEventRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetManagedNotificationChildEventCommandOutput
|
|
|
19
19
|
declare const GetManagedNotificationChildEventCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetManagedNotificationChildEventCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetManagedNotificationChildEventCommandInput,
|
|
24
24
|
GetManagedNotificationChildEventCommandOutput,
|
|
25
25
|
NotificationsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetManagedNotificationChildEventCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetManagedNotificationChildEventCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetManagedNotificationChildEventCommandInput,
|
|
33
33
|
GetManagedNotificationChildEventCommandOutput,
|
|
34
34
|
NotificationsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetManagedNotificationChildEventCommand extends GetManagedNotificationChildEventCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetManagedNotificationConfigurationRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetManagedNotificationConfigurationCommandOutput
|
|
|
19
19
|
declare const GetManagedNotificationConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetManagedNotificationConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetManagedNotificationConfigurationCommandInput,
|
|
24
24
|
GetManagedNotificationConfigurationCommandOutput,
|
|
25
25
|
NotificationsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetManagedNotificationConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetManagedNotificationConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetManagedNotificationConfigurationCommandInput,
|
|
33
33
|
GetManagedNotificationConfigurationCommandOutput,
|
|
34
34
|
NotificationsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetManagedNotificationConfigurationCommand extends GetManagedNotificationConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetManagedNotificationEventRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetManagedNotificationEventCommandOutput
|
|
|
19
19
|
declare const GetManagedNotificationEventCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetManagedNotificationEventCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetManagedNotificationEventCommandInput,
|
|
24
24
|
GetManagedNotificationEventCommandOutput,
|
|
25
25
|
NotificationsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetManagedNotificationEventCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetManagedNotificationEventCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetManagedNotificationEventCommandInput,
|
|
33
33
|
GetManagedNotificationEventCommandOutput,
|
|
34
34
|
NotificationsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetManagedNotificationEventCommand extends GetManagedNotificationEventCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetNotificationConfigurationRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetNotificationConfigurationCommandOutput
|
|
|
19
19
|
declare const GetNotificationConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetNotificationConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetNotificationConfigurationCommandInput,
|
|
24
24
|
GetNotificationConfigurationCommandOutput,
|
|
25
25
|
NotificationsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetNotificationConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetNotificationConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetNotificationConfigurationCommandInput,
|
|
33
33
|
GetNotificationConfigurationCommandOutput,
|
|
34
34
|
NotificationsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetNotificationConfigurationCommand extends GetNotificationConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|