@aws-sdk/client-notifications 3.1044.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
|
GetNotificationEventRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetNotificationEventCommandOutput
|
|
|
19
19
|
declare const GetNotificationEventCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetNotificationEventCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetNotificationEventCommandInput,
|
|
24
24
|
GetNotificationEventCommandOutput,
|
|
25
25
|
NotificationsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetNotificationEventCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetNotificationEventCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetNotificationEventCommandInput,
|
|
33
33
|
GetNotificationEventCommandOutput,
|
|
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 GetNotificationEventCommand extends GetNotificationEventCommand_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
|
GetNotificationsAccessForOrganizationRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetNotificationsAccessForOrganizationCommandOutput
|
|
|
19
19
|
declare const GetNotificationsAccessForOrganizationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetNotificationsAccessForOrganizationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetNotificationsAccessForOrganizationCommandInput,
|
|
24
24
|
GetNotificationsAccessForOrganizationCommandOutput,
|
|
25
25
|
NotificationsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetNotificationsAccessForOrganizationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [GetNotificationsAccessForOrganizationCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetNotificationsAccessForOrganizationCommandInput,
|
|
33
33
|
GetNotificationsAccessForOrganizationCommandOutput,
|
|
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 GetNotificationsAccessForOrganizationCommand extends GetNotificationsAccessForOrganizationCommand_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 { ListChannelsRequest, ListChannelsResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface ListChannelsCommandOutput
|
|
|
15
15
|
declare const ListChannelsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListChannelsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListChannelsCommandInput,
|
|
20
20
|
ListChannelsCommandOutput,
|
|
21
21
|
NotificationsClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListChannelsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: ListChannelsCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListChannelsCommandInput,
|
|
29
29
|
ListChannelsCommandOutput,
|
|
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 ListChannelsCommand extends ListChannelsCommand_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
|
ListEventRulesRequest,
|
|
@@ -18,7 +18,7 @@ export interface ListEventRulesCommandOutput
|
|
|
18
18
|
declare const ListEventRulesCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListEventRulesCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListEventRulesCommandInput,
|
|
23
23
|
ListEventRulesCommandOutput,
|
|
24
24
|
NotificationsClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListEventRulesCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: ListEventRulesCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListEventRulesCommandInput,
|
|
32
32
|
ListEventRulesCommandOutput,
|
|
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 ListEventRulesCommand extends ListEventRulesCommand_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
|
ListManagedNotificationChannelAssociationsRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListManagedNotificationChannelAssociationsCommandOutput
|
|
|
19
19
|
declare const ListManagedNotificationChannelAssociationsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListManagedNotificationChannelAssociationsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListManagedNotificationChannelAssociationsCommandInput,
|
|
24
24
|
ListManagedNotificationChannelAssociationsCommandOutput,
|
|
25
25
|
NotificationsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListManagedNotificationChannelAssociationsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListManagedNotificationChannelAssociationsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListManagedNotificationChannelAssociationsCommandInput,
|
|
33
33
|
ListManagedNotificationChannelAssociationsCommandOutput,
|
|
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 ListManagedNotificationChannelAssociationsCommand extends ListManagedNotificationChannelAssociationsCommand_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
|
ListManagedNotificationChildEventsRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListManagedNotificationChildEventsCommandOutput
|
|
|
19
19
|
declare const ListManagedNotificationChildEventsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListManagedNotificationChildEventsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListManagedNotificationChildEventsCommandInput,
|
|
24
24
|
ListManagedNotificationChildEventsCommandOutput,
|
|
25
25
|
NotificationsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListManagedNotificationChildEventsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListManagedNotificationChildEventsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListManagedNotificationChildEventsCommandInput,
|
|
33
33
|
ListManagedNotificationChildEventsCommandOutput,
|
|
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 ListManagedNotificationChildEventsCommand extends ListManagedNotificationChildEventsCommand_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
|
ListManagedNotificationConfigurationsRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListManagedNotificationConfigurationsCommandOutput
|
|
|
19
19
|
declare const ListManagedNotificationConfigurationsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListManagedNotificationConfigurationsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListManagedNotificationConfigurationsCommandInput,
|
|
24
24
|
ListManagedNotificationConfigurationsCommandOutput,
|
|
25
25
|
NotificationsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListManagedNotificationConfigurationsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListManagedNotificationConfigurationsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListManagedNotificationConfigurationsCommandInput,
|
|
33
33
|
ListManagedNotificationConfigurationsCommandOutput,
|
|
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 ListManagedNotificationConfigurationsCommand extends ListManagedNotificationConfigurationsCommand_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
|
ListManagedNotificationEventsRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListManagedNotificationEventsCommandOutput
|
|
|
19
19
|
declare const ListManagedNotificationEventsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListManagedNotificationEventsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListManagedNotificationEventsCommandInput,
|
|
24
24
|
ListManagedNotificationEventsCommandOutput,
|
|
25
25
|
NotificationsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListManagedNotificationEventsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListManagedNotificationEventsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListManagedNotificationEventsCommandInput,
|
|
33
33
|
ListManagedNotificationEventsCommandOutput,
|
|
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 ListManagedNotificationEventsCommand extends ListManagedNotificationEventsCommand_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
|
ListMemberAccountsRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListMemberAccountsCommandOutput
|
|
|
19
19
|
declare const ListMemberAccountsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListMemberAccountsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListMemberAccountsCommandInput,
|
|
24
24
|
ListMemberAccountsCommandOutput,
|
|
25
25
|
NotificationsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListMemberAccountsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListMemberAccountsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListMemberAccountsCommandInput,
|
|
33
33
|
ListMemberAccountsCommandOutput,
|
|
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 ListMemberAccountsCommand extends ListMemberAccountsCommand_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
|
ListNotificationConfigurationsRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListNotificationConfigurationsCommandOutput
|
|
|
19
19
|
declare const ListNotificationConfigurationsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListNotificationConfigurationsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListNotificationConfigurationsCommandInput,
|
|
24
24
|
ListNotificationConfigurationsCommandOutput,
|
|
25
25
|
NotificationsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListNotificationConfigurationsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListNotificationConfigurationsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListNotificationConfigurationsCommandInput,
|
|
33
33
|
ListNotificationConfigurationsCommandOutput,
|
|
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 ListNotificationConfigurationsCommand extends ListNotificationConfigurationsCommand_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
|
ListNotificationEventsRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListNotificationEventsCommandOutput
|
|
|
19
19
|
declare const ListNotificationEventsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListNotificationEventsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListNotificationEventsCommandInput,
|
|
24
24
|
ListNotificationEventsCommandOutput,
|
|
25
25
|
NotificationsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListNotificationEventsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListNotificationEventsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListNotificationEventsCommandInput,
|
|
33
33
|
ListNotificationEventsCommandOutput,
|
|
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 ListNotificationEventsCommand extends ListNotificationEventsCommand_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
|
ListNotificationHubsRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListNotificationHubsCommandOutput
|
|
|
19
19
|
declare const ListNotificationHubsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListNotificationHubsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListNotificationHubsCommandInput,
|
|
24
24
|
ListNotificationHubsCommandOutput,
|
|
25
25
|
NotificationsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListNotificationHubsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListNotificationHubsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListNotificationHubsCommandInput,
|
|
33
33
|
ListNotificationHubsCommandOutput,
|
|
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 ListNotificationHubsCommand extends ListNotificationHubsCommand_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
|
ListOrganizationalUnitsRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListOrganizationalUnitsCommandOutput
|
|
|
19
19
|
declare const ListOrganizationalUnitsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListOrganizationalUnitsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListOrganizationalUnitsCommandInput,
|
|
24
24
|
ListOrganizationalUnitsCommandOutput,
|
|
25
25
|
NotificationsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListOrganizationalUnitsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListOrganizationalUnitsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListOrganizationalUnitsCommandInput,
|
|
33
33
|
ListOrganizationalUnitsCommandOutput,
|
|
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 ListOrganizationalUnitsCommand extends ListOrganizationalUnitsCommand_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
|
ListTagsForResourceRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
|
|
|
19
19
|
declare const ListTagsForResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTagsForResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTagsForResourceCommandInput,
|
|
24
24
|
ListTagsForResourceCommandOutput,
|
|
25
25
|
NotificationsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListTagsForResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTagsForResourceCommandInput,
|
|
33
33
|
ListTagsForResourceCommandOutput,
|
|
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 ListTagsForResourceCommand extends ListTagsForResourceCommand_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
|
RegisterNotificationHubRequest,
|
|
@@ -19,7 +19,7 @@ export interface RegisterNotificationHubCommandOutput
|
|
|
19
19
|
declare const RegisterNotificationHubCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: RegisterNotificationHubCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
RegisterNotificationHubCommandInput,
|
|
24
24
|
RegisterNotificationHubCommandOutput,
|
|
25
25
|
NotificationsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const RegisterNotificationHubCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: RegisterNotificationHubCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
RegisterNotificationHubCommandInput,
|
|
33
33
|
RegisterNotificationHubCommandOutput,
|
|
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 RegisterNotificationHubCommand extends RegisterNotificationHubCommand_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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface TagResourceCommandOutput
|
|
|
15
15
|
declare const TagResourceCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: TagResourceCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
TagResourceCommandInput,
|
|
20
20
|
TagResourceCommandOutput,
|
|
21
21
|
NotificationsClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const TagResourceCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: TagResourceCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
TagResourceCommandInput,
|
|
29
29
|
TagResourceCommandOutput,
|
|
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 TagResourceCommand extends TagResourceCommand_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
|
UntagResourceRequest,
|
|
@@ -18,7 +18,7 @@ export interface UntagResourceCommandOutput
|
|
|
18
18
|
declare const UntagResourceCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: UntagResourceCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
UntagResourceCommandInput,
|
|
23
23
|
UntagResourceCommandOutput,
|
|
24
24
|
NotificationsClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const UntagResourceCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: UntagResourceCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
UntagResourceCommandInput,
|
|
32
32
|
UntagResourceCommandOutput,
|
|
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 UntagResourceCommand extends UntagResourceCommand_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
|
UpdateEventRuleRequest,
|
|
@@ -18,7 +18,7 @@ export interface UpdateEventRuleCommandOutput
|
|
|
18
18
|
declare const UpdateEventRuleCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: UpdateEventRuleCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
UpdateEventRuleCommandInput,
|
|
23
23
|
UpdateEventRuleCommandOutput,
|
|
24
24
|
NotificationsClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const UpdateEventRuleCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: UpdateEventRuleCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
UpdateEventRuleCommandInput,
|
|
32
32
|
UpdateEventRuleCommandOutput,
|
|
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 UpdateEventRuleCommand extends UpdateEventRuleCommand_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
|
UpdateNotificationConfigurationRequest,
|
|
@@ -19,7 +19,7 @@ export interface UpdateNotificationConfigurationCommandOutput
|
|
|
19
19
|
declare const UpdateNotificationConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateNotificationConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateNotificationConfigurationCommandInput,
|
|
24
24
|
UpdateNotificationConfigurationCommandOutput,
|
|
25
25
|
NotificationsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateNotificationConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateNotificationConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateNotificationConfigurationCommandInput,
|
|
33
33
|
UpdateNotificationConfigurationCommandOutput,
|
|
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 UpdateNotificationConfigurationCommand extends UpdateNotificationConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|