@aws-sdk/client-notifications 3.1076.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +50 -395
- 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-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.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/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { EnableNotificationsAccessForOrganizationRequest, EnableNotificationsAccessForOrganizationResponse } from "../models/models_0";
|
|
4
|
-
import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface EnableNotificationsAccessForOrganizationCommandInput extends En
|
|
|
22
19
|
export interface EnableNotificationsAccessForOrganizationCommandOutput extends EnableNotificationsAccessForOrganizationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const EnableNotificationsAccessForOrganizationCommand_base: {
|
|
25
|
-
new (input: EnableNotificationsAccessForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<EnableNotificationsAccessForOrganizationCommandInput, EnableNotificationsAccessForOrganizationCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [EnableNotificationsAccessForOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<EnableNotificationsAccessForOrganizationCommandInput, EnableNotificationsAccessForOrganizationCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: EnableNotificationsAccessForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<EnableNotificationsAccessForOrganizationCommandInput, EnableNotificationsAccessForOrganizationCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [EnableNotificationsAccessForOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<EnableNotificationsAccessForOrganizationCommandInput, EnableNotificationsAccessForOrganizationCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Enables service trust between User Notifications and Amazon Web Services Organizations.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetEventRuleRequest, GetEventRuleResponse } from "../models/models_0";
|
|
4
|
-
import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetEventRuleCommandInput extends GetEventRuleRequest {
|
|
|
22
19
|
export interface GetEventRuleCommandOutput extends GetEventRuleResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetEventRuleCommand_base: {
|
|
25
|
-
new (input: GetEventRuleCommandInput): import("@smithy/core/client").CommandImpl<GetEventRuleCommandInput, GetEventRuleCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetEventRuleCommandInput): import("@smithy/core/client").CommandImpl<GetEventRuleCommandInput, GetEventRuleCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetEventRuleCommandInput): import("@smithy/core/client").CommandImpl<GetEventRuleCommandInput, GetEventRuleCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetEventRuleCommandInput): import("@smithy/core/client").CommandImpl<GetEventRuleCommandInput, GetEventRuleCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a specified <code>EventRule</code>.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetManagedNotificationChildEventRequest, GetManagedNotificationChildEventResponse } from "../models/models_0";
|
|
4
|
-
import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetManagedNotificationChildEventCommandInput extends GetManaged
|
|
|
22
19
|
export interface GetManagedNotificationChildEventCommandOutput extends GetManagedNotificationChildEventResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetManagedNotificationChildEventCommand_base: {
|
|
25
|
-
new (input: GetManagedNotificationChildEventCommandInput): import("@smithy/core/client").CommandImpl<GetManagedNotificationChildEventCommandInput, GetManagedNotificationChildEventCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetManagedNotificationChildEventCommandInput): import("@smithy/core/client").CommandImpl<GetManagedNotificationChildEventCommandInput, GetManagedNotificationChildEventCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetManagedNotificationChildEventCommandInput): import("@smithy/core/client").CommandImpl<GetManagedNotificationChildEventCommandInput, GetManagedNotificationChildEventCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetManagedNotificationChildEventCommandInput): import("@smithy/core/client").CommandImpl<GetManagedNotificationChildEventCommandInput, GetManagedNotificationChildEventCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the child event of a specific given <code>ManagedNotificationEvent</code>.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetManagedNotificationConfigurationRequest, GetManagedNotificationConfigurationResponse } from "../models/models_0";
|
|
4
|
-
import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetManagedNotificationConfigurationCommandInput extends GetMana
|
|
|
22
19
|
export interface GetManagedNotificationConfigurationCommandOutput extends GetManagedNotificationConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetManagedNotificationConfigurationCommand_base: {
|
|
25
|
-
new (input: GetManagedNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetManagedNotificationConfigurationCommandInput, GetManagedNotificationConfigurationCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetManagedNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetManagedNotificationConfigurationCommandInput, GetManagedNotificationConfigurationCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetManagedNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetManagedNotificationConfigurationCommandInput, GetManagedNotificationConfigurationCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetManagedNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetManagedNotificationConfigurationCommandInput, GetManagedNotificationConfigurationCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a specified <code>ManagedNotificationConfiguration</code>.</p>
|
|
@@ -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 { GetManagedNotificationEventRequest, GetManagedNotificationEventResponse } 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 GetManagedNotificationEventCommandInput extends GetManagedNotif
|
|
|
22
19
|
export interface GetManagedNotificationEventCommandOutput extends GetManagedNotificationEventResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetManagedNotificationEventCommand_base: {
|
|
25
|
-
new (input: GetManagedNotificationEventCommandInput): import("@smithy/core/client").CommandImpl<GetManagedNotificationEventCommandInput, GetManagedNotificationEventCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetManagedNotificationEventCommandInput): import("@smithy/core/client").CommandImpl<GetManagedNotificationEventCommandInput, GetManagedNotificationEventCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetManagedNotificationEventCommandInput): import("@smithy/core/client").CommandImpl<GetManagedNotificationEventCommandInput, GetManagedNotificationEventCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetManagedNotificationEventCommandInput): import("@smithy/core/client").CommandImpl<GetManagedNotificationEventCommandInput, GetManagedNotificationEventCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a specified <code>ManagedNotificationEvent</code>.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetNotificationConfigurationRequest, GetNotificationConfigurationResponse } 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 GetNotificationConfigurationCommandInput extends GetNotificatio
|
|
|
22
19
|
export interface GetNotificationConfigurationCommandOutput extends GetNotificationConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetNotificationConfigurationCommand_base: {
|
|
25
|
-
new (input: GetNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetNotificationConfigurationCommandInput, GetNotificationConfigurationCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetNotificationConfigurationCommandInput, GetNotificationConfigurationCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetNotificationConfigurationCommandInput, GetNotificationConfigurationCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetNotificationConfigurationCommandInput, GetNotificationConfigurationCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a specified <code>NotificationConfiguration</code>.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { GetNotificationEventRequest, GetNotificationEventResponse } 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 GetNotificationEventCommandInput extends GetNotificationEventRe
|
|
|
22
19
|
export interface GetNotificationEventCommandOutput extends GetNotificationEventResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetNotificationEventCommand_base: {
|
|
25
|
-
new (input: GetNotificationEventCommandInput): import("@smithy/core/client").CommandImpl<GetNotificationEventCommandInput, GetNotificationEventCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetNotificationEventCommandInput): import("@smithy/core/client").CommandImpl<GetNotificationEventCommandInput, GetNotificationEventCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetNotificationEventCommandInput): import("@smithy/core/client").CommandImpl<GetNotificationEventCommandInput, GetNotificationEventCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetNotificationEventCommandInput): import("@smithy/core/client").CommandImpl<GetNotificationEventCommandInput, GetNotificationEventCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a specified <code>NotificationEvent</code>.</p> <important> <p>User Notifications stores notifications in the individual Regions you register as notification hubs and the Region of the source event rule. <code>GetNotificationEvent</code> only returns notifications stored in the same Region in which the action is called. User Notifications doesn't backfill notifications to new Regions selected as notification hubs. For this reason, we recommend that you make calls in your oldest registered notification hub. For more information, see <a href="https://docs.aws.amazon.com/notifications/latest/userguide/notification-hubs.html">Notification hubs</a> in the <i>Amazon Web Services User Notifications User Guide</i>.</p> </important>
|
|
@@ -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 { GetNotificationsAccessForOrganizationRequest, GetNotificationsAccessForOrganizationResponse } 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 GetNotificationsAccessForOrganizationCommandInput extends GetNo
|
|
|
22
19
|
export interface GetNotificationsAccessForOrganizationCommandOutput extends GetNotificationsAccessForOrganizationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetNotificationsAccessForOrganizationCommand_base: {
|
|
25
|
-
new (input: GetNotificationsAccessForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<GetNotificationsAccessForOrganizationCommandInput, GetNotificationsAccessForOrganizationCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetNotificationsAccessForOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<GetNotificationsAccessForOrganizationCommandInput, GetNotificationsAccessForOrganizationCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetNotificationsAccessForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<GetNotificationsAccessForOrganizationCommandInput, GetNotificationsAccessForOrganizationCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetNotificationsAccessForOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<GetNotificationsAccessForOrganizationCommandInput, GetNotificationsAccessForOrganizationCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the AccessStatus of Service Trust Enablement for User Notifications and Amazon Web Services Organizations.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListChannelsRequest, ListChannelsResponse } 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 ListChannelsCommandInput extends ListChannelsRequest {
|
|
|
22
19
|
export interface ListChannelsCommandOutput extends ListChannelsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListChannelsCommand_base: {
|
|
25
|
-
new (input: ListChannelsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListChannelsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListChannelsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListChannelsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of Channels for a <code>NotificationConfiguration</code>.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListEventRulesRequest, ListEventRulesResponse } 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 ListEventRulesCommandInput extends ListEventRulesRequest {
|
|
|
22
19
|
export interface ListEventRulesCommandOutput extends ListEventRulesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListEventRulesCommand_base: {
|
|
25
|
-
new (input: ListEventRulesCommandInput): import("@smithy/core/client").CommandImpl<ListEventRulesCommandInput, ListEventRulesCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListEventRulesCommandInput): import("@smithy/core/client").CommandImpl<ListEventRulesCommandInput, ListEventRulesCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListEventRulesCommandInput): import("@smithy/core/client").CommandImpl<ListEventRulesCommandInput, ListEventRulesCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListEventRulesCommandInput): import("@smithy/core/client").CommandImpl<ListEventRulesCommandInput, ListEventRulesCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of <code>EventRules</code> according to specified filters, in reverse chronological order (newest first).</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListManagedNotificationChannelAssociationsRequest, ListManagedNotificationChannelAssociationsResponse } 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 ListManagedNotificationChannelAssociationsCommandInput extends
|
|
|
22
19
|
export interface ListManagedNotificationChannelAssociationsCommandOutput extends ListManagedNotificationChannelAssociationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListManagedNotificationChannelAssociationsCommand_base: {
|
|
25
|
-
new (input: ListManagedNotificationChannelAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedNotificationChannelAssociationsCommandInput, ListManagedNotificationChannelAssociationsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListManagedNotificationChannelAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedNotificationChannelAssociationsCommandInput, ListManagedNotificationChannelAssociationsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListManagedNotificationChannelAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedNotificationChannelAssociationsCommandInput, ListManagedNotificationChannelAssociationsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListManagedNotificationChannelAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedNotificationChannelAssociationsCommandInput, ListManagedNotificationChannelAssociationsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of Account contacts and Channels associated with a <code>ManagedNotificationConfiguration</code>, in paginated format.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListManagedNotificationChildEventsRequest, ListManagedNotificationChildEventsResponse } 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 ListManagedNotificationChildEventsCommandInput extends ListMana
|
|
|
22
19
|
export interface ListManagedNotificationChildEventsCommandOutput extends ListManagedNotificationChildEventsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListManagedNotificationChildEventsCommand_base: {
|
|
25
|
-
new (input: ListManagedNotificationChildEventsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedNotificationChildEventsCommandInput, ListManagedNotificationChildEventsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListManagedNotificationChildEventsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedNotificationChildEventsCommandInput, ListManagedNotificationChildEventsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListManagedNotificationChildEventsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedNotificationChildEventsCommandInput, ListManagedNotificationChildEventsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListManagedNotificationChildEventsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedNotificationChildEventsCommandInput, ListManagedNotificationChildEventsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of <code>ManagedNotificationChildEvents</code> for a specified aggregate <code>ManagedNotificationEvent</code>, ordered by creation time in reverse chronological order (newest first).</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListManagedNotificationConfigurationsRequest, ListManagedNotificationConfigurationsResponse } 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 ListManagedNotificationConfigurationsCommandInput extends ListM
|
|
|
22
19
|
export interface ListManagedNotificationConfigurationsCommandOutput extends ListManagedNotificationConfigurationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListManagedNotificationConfigurationsCommand_base: {
|
|
25
|
-
new (input: ListManagedNotificationConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedNotificationConfigurationsCommandInput, ListManagedNotificationConfigurationsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListManagedNotificationConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ListManagedNotificationConfigurationsCommandInput, ListManagedNotificationConfigurationsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListManagedNotificationConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedNotificationConfigurationsCommandInput, ListManagedNotificationConfigurationsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListManagedNotificationConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ListManagedNotificationConfigurationsCommandInput, ListManagedNotificationConfigurationsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of Managed Notification Configurations according to specified filters, ordered by creation time in reverse chronological order (newest first).</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListManagedNotificationEventsRequest, ListManagedNotificationEventsResponse } 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 ListManagedNotificationEventsCommandInput extends ListManagedNo
|
|
|
22
19
|
export interface ListManagedNotificationEventsCommandOutput extends ListManagedNotificationEventsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListManagedNotificationEventsCommand_base: {
|
|
25
|
-
new (input: ListManagedNotificationEventsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedNotificationEventsCommandInput, ListManagedNotificationEventsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListManagedNotificationEventsCommandInput]): import("@smithy/core/client").CommandImpl<ListManagedNotificationEventsCommandInput, ListManagedNotificationEventsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListManagedNotificationEventsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedNotificationEventsCommandInput, ListManagedNotificationEventsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListManagedNotificationEventsCommandInput]): import("@smithy/core/client").CommandImpl<ListManagedNotificationEventsCommandInput, ListManagedNotificationEventsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of Managed Notification Events according to specified filters, ordered by creation time in reverse chronological order (newest first).</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListMemberAccountsRequest, ListMemberAccountsResponse } 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 ListMemberAccountsCommandInput extends ListMemberAccountsReques
|
|
|
22
19
|
export interface ListMemberAccountsCommandOutput extends ListMemberAccountsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListMemberAccountsCommand_base: {
|
|
25
|
-
new (input: ListMemberAccountsCommandInput): import("@smithy/core/client").CommandImpl<ListMemberAccountsCommandInput, ListMemberAccountsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListMemberAccountsCommandInput): import("@smithy/core/client").CommandImpl<ListMemberAccountsCommandInput, ListMemberAccountsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListMemberAccountsCommandInput): import("@smithy/core/client").CommandImpl<ListMemberAccountsCommandInput, ListMemberAccountsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListMemberAccountsCommandInput): import("@smithy/core/client").CommandImpl<ListMemberAccountsCommandInput, ListMemberAccountsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of member accounts associated with a notification configuration.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListNotificationConfigurationsRequest, ListNotificationConfigurationsResponse } 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 ListNotificationConfigurationsCommandInput extends ListNotifica
|
|
|
22
19
|
export interface ListNotificationConfigurationsCommandOutput extends ListNotificationConfigurationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListNotificationConfigurationsCommand_base: {
|
|
25
|
-
new (input: ListNotificationConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListNotificationConfigurationsCommandInput, ListNotificationConfigurationsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListNotificationConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ListNotificationConfigurationsCommandInput, ListNotificationConfigurationsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListNotificationConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListNotificationConfigurationsCommandInput, ListNotificationConfigurationsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListNotificationConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ListNotificationConfigurationsCommandInput, ListNotificationConfigurationsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of abbreviated <code>NotificationConfigurations</code> according to specified filters, in reverse chronological order (newest first).</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListNotificationEventsRequest, ListNotificationEventsResponse } 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 ListNotificationEventsCommandInput extends ListNotificationEven
|
|
|
22
19
|
export interface ListNotificationEventsCommandOutput extends ListNotificationEventsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListNotificationEventsCommand_base: {
|
|
25
|
-
new (input: ListNotificationEventsCommandInput): import("@smithy/core/client").CommandImpl<ListNotificationEventsCommandInput, ListNotificationEventsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListNotificationEventsCommandInput]): import("@smithy/core/client").CommandImpl<ListNotificationEventsCommandInput, ListNotificationEventsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListNotificationEventsCommandInput): import("@smithy/core/client").CommandImpl<ListNotificationEventsCommandInput, ListNotificationEventsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListNotificationEventsCommandInput]): import("@smithy/core/client").CommandImpl<ListNotificationEventsCommandInput, ListNotificationEventsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of <code>NotificationEvents</code> according to specified filters, in reverse chronological order (newest first).</p> <important> <p>User Notifications stores notifications in the individual Regions you register as notification hubs and the Region of the source event rule. ListNotificationEvents only returns notifications stored in the same Region in which the action is called. User Notifications doesn't backfill notifications to new Regions selected as notification hubs. For this reason, we recommend that you make calls in your oldest registered notification hub. For more information, see <a href="https://docs.aws.amazon.com/notifications/latest/userguide/notification-hubs.html">Notification hubs</a> in the <i>Amazon Web Services User Notifications User Guide</i>.</p> </important>
|
|
@@ -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 { ListNotificationHubsRequest, ListNotificationHubsResponse } 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 ListNotificationHubsCommandInput extends ListNotificationHubsRe
|
|
|
22
19
|
export interface ListNotificationHubsCommandOutput extends ListNotificationHubsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListNotificationHubsCommand_base: {
|
|
25
|
-
new (input: ListNotificationHubsCommandInput): import("@smithy/core/client").CommandImpl<ListNotificationHubsCommandInput, ListNotificationHubsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListNotificationHubsCommandInput]): import("@smithy/core/client").CommandImpl<ListNotificationHubsCommandInput, ListNotificationHubsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListNotificationHubsCommandInput): import("@smithy/core/client").CommandImpl<ListNotificationHubsCommandInput, ListNotificationHubsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListNotificationHubsCommandInput]): import("@smithy/core/client").CommandImpl<ListNotificationHubsCommandInput, ListNotificationHubsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of <code>NotificationHubs</code>.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListOrganizationalUnitsRequest, ListOrganizationalUnitsResponse } 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 ListOrganizationalUnitsCommandInput extends ListOrganizationalU
|
|
|
22
19
|
export interface ListOrganizationalUnitsCommandOutput extends ListOrganizationalUnitsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListOrganizationalUnitsCommand_base: {
|
|
25
|
-
new (input: ListOrganizationalUnitsCommandInput): import("@smithy/core/client").CommandImpl<ListOrganizationalUnitsCommandInput, ListOrganizationalUnitsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListOrganizationalUnitsCommandInput): import("@smithy/core/client").CommandImpl<ListOrganizationalUnitsCommandInput, ListOrganizationalUnitsCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListOrganizationalUnitsCommandInput): import("@smithy/core/client").CommandImpl<ListOrganizationalUnitsCommandInput, ListOrganizationalUnitsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListOrganizationalUnitsCommandInput): import("@smithy/core/client").CommandImpl<ListOrganizationalUnitsCommandInput, ListOrganizationalUnitsCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of organizational units associated with a notification configuration.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } 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 ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
19
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").NotificationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of tags for a specified Amazon Resource Name (ARN).</p> <p>For more information, see <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html">Tagging your Amazon Web Services resources</a> in the <i>Tagging Amazon Web Services Resources User Guide</i>.</p> <note> <p>This is only supported for <code>NotificationConfigurations</code>.</p> </note>
|