@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,13 +1,11 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
2
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
3
|
import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
|
|
4
|
-
import {
|
|
4
|
+
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
|
+
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
6
|
+
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/core/retry";
|
|
7
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
5
8
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
|
-
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
7
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
8
|
-
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
9
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
10
|
-
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
11
9
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
10
|
export const getRuntimeConfig = (config) => {
|
|
13
11
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -3,15 +3,11 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
|
|
|
3
3
|
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
|
|
4
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
5
5
|
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/
|
|
9
|
-
import {
|
|
6
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
7
|
+
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
8
|
+
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
9
|
+
import { calculateBodyLength, Hash } from "@smithy/core/serde";
|
|
10
10
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
11
|
-
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
12
|
-
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
13
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
14
|
-
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
15
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
16
12
|
export const getRuntimeConfig = (config) => {
|
|
17
13
|
emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
3
|
-
import { NoOpLogger } from "@smithy/
|
|
4
|
-
import { parseUrl } from "@smithy/
|
|
5
|
-
import { fromBase64, toBase64 } from "@smithy/
|
|
6
|
-
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
3
|
+
import { NoOpLogger } from "@smithy/core/client";
|
|
4
|
+
import { parseUrl } from "@smithy/core/protocols";
|
|
5
|
+
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
7
6
|
import { defaultNotificationsHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
7
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
8
|
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
|
|
3
|
+
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
6
6
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
2
|
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import { type
|
|
6
|
-
import type
|
|
7
|
-
import { type
|
|
3
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
4
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|
|
5
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
6
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
7
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
8
8
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import type { AssociateChannelCommandInput, AssociateChannelCommandOutput } from "./commands/AssociateChannelCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AssociateChannelRequest, AssociateChannelResponse } from "../models/models_0";
|
|
4
4
|
import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
|
|
@@ -22,9 +22,11 @@ export interface AssociateChannelCommandInput extends AssociateChannelRequest {
|
|
|
22
22
|
export interface AssociateChannelCommandOutput extends AssociateChannelResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AssociateChannelCommand_base: {
|
|
25
|
-
new (input: AssociateChannelCommandInput): import("@smithy/
|
|
26
|
-
new (input: AssociateChannelCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AssociateChannelCommandInput): import("@smithy/core/client").CommandImpl<AssociateChannelCommandInput, AssociateChannelCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AssociateChannelCommandInput): import("@smithy/core/client").CommandImpl<AssociateChannelCommandInput, AssociateChannelCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Associates a delivery <a href="https://docs.aws.amazon.com/notifications/latest/userguide/managing-delivery-channels.html">Channel</a> with a particular <code>NotificationConfiguration</code>. Supported Channels include Amazon Q Developer in chat applications, the Console Mobile Application, and emails (notifications-contacts).</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AssociateManagedNotificationAccountContactRequest, AssociateManagedNotificationAccountContactResponse } from "../models/models_0";
|
|
4
4
|
import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
|
|
@@ -22,9 +22,11 @@ export interface AssociateManagedNotificationAccountContactCommandInput extends
|
|
|
22
22
|
export interface AssociateManagedNotificationAccountContactCommandOutput extends AssociateManagedNotificationAccountContactResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AssociateManagedNotificationAccountContactCommand_base: {
|
|
25
|
-
new (input: AssociateManagedNotificationAccountContactCommandInput): import("@smithy/
|
|
26
|
-
new (input: AssociateManagedNotificationAccountContactCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AssociateManagedNotificationAccountContactCommandInput): import("@smithy/core/client").CommandImpl<AssociateManagedNotificationAccountContactCommandInput, AssociateManagedNotificationAccountContactCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AssociateManagedNotificationAccountContactCommandInput): import("@smithy/core/client").CommandImpl<AssociateManagedNotificationAccountContactCommandInput, AssociateManagedNotificationAccountContactCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Associates an Account Contact with a particular <code>ManagedNotificationConfiguration</code>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AssociateManagedNotificationAdditionalChannelRequest, AssociateManagedNotificationAdditionalChannelResponse } from "../models/models_0";
|
|
4
4
|
import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
|
|
@@ -22,9 +22,11 @@ export interface AssociateManagedNotificationAdditionalChannelCommandInput exten
|
|
|
22
22
|
export interface AssociateManagedNotificationAdditionalChannelCommandOutput extends AssociateManagedNotificationAdditionalChannelResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AssociateManagedNotificationAdditionalChannelCommand_base: {
|
|
25
|
-
new (input: AssociateManagedNotificationAdditionalChannelCommandInput): import("@smithy/
|
|
26
|
-
new (input: AssociateManagedNotificationAdditionalChannelCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AssociateManagedNotificationAdditionalChannelCommandInput): import("@smithy/core/client").CommandImpl<AssociateManagedNotificationAdditionalChannelCommandInput, AssociateManagedNotificationAdditionalChannelCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AssociateManagedNotificationAdditionalChannelCommandInput): import("@smithy/core/client").CommandImpl<AssociateManagedNotificationAdditionalChannelCommandInput, AssociateManagedNotificationAdditionalChannelCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Associates an additional Channel with a particular <code>ManagedNotificationConfiguration</code>.</p> <p>Supported Channels include Amazon Q Developer in chat applications, the Console Mobile Application, and emails (notifications-contacts).</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AssociateOrganizationalUnitRequest, AssociateOrganizationalUnitResponse } from "../models/models_0";
|
|
4
4
|
import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
|
|
@@ -22,9 +22,11 @@ export interface AssociateOrganizationalUnitCommandInput extends AssociateOrgani
|
|
|
22
22
|
export interface AssociateOrganizationalUnitCommandOutput extends AssociateOrganizationalUnitResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AssociateOrganizationalUnitCommand_base: {
|
|
25
|
-
new (input: AssociateOrganizationalUnitCommandInput): import("@smithy/
|
|
26
|
-
new (input: AssociateOrganizationalUnitCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AssociateOrganizationalUnitCommandInput): import("@smithy/core/client").CommandImpl<AssociateOrganizationalUnitCommandInput, AssociateOrganizationalUnitCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AssociateOrganizationalUnitCommandInput): import("@smithy/core/client").CommandImpl<AssociateOrganizationalUnitCommandInput, AssociateOrganizationalUnitCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Associates an organizational unit with a notification configuration.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateEventRuleRequest, CreateEventRuleResponse } from "../models/models_0";
|
|
4
4
|
import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateEventRuleCommandInput extends CreateEventRuleRequest {
|
|
|
22
22
|
export interface CreateEventRuleCommandOutput extends CreateEventRuleResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateEventRuleCommand_base: {
|
|
25
|
-
new (input: CreateEventRuleCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateEventRuleCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateEventRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateEventRuleCommandInput, CreateEventRuleCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateEventRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateEventRuleCommandInput, CreateEventRuleCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates an <a href="https://docs.aws.amazon.com/notifications/latest/userguide/glossary.html"> <code>EventRule</code> </a> that is associated with a specified <code>NotificationConfiguration</code>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateNotificationConfigurationRequest, CreateNotificationConfigurationResponse } from "../models/models_0";
|
|
4
4
|
import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateNotificationConfigurationCommandInput extends CreateNotif
|
|
|
22
22
|
export interface CreateNotificationConfigurationCommandOutput extends CreateNotificationConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateNotificationConfigurationCommand_base: {
|
|
25
|
-
new (input: CreateNotificationConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateNotificationConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateNotificationConfigurationCommandInput, CreateNotificationConfigurationCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateNotificationConfigurationCommandInput, CreateNotificationConfigurationCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new <code>NotificationConfiguration</code>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteEventRuleRequest, DeleteEventRuleResponse } from "../models/models_0";
|
|
4
4
|
import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteEventRuleCommandInput extends DeleteEventRuleRequest {
|
|
|
22
22
|
export interface DeleteEventRuleCommandOutput extends DeleteEventRuleResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteEventRuleCommand_base: {
|
|
25
|
-
new (input: DeleteEventRuleCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteEventRuleCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteEventRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteEventRuleCommandInput, DeleteEventRuleCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteEventRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteEventRuleCommandInput, DeleteEventRuleCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an <code>EventRule</code>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteNotificationConfigurationRequest, DeleteNotificationConfigurationResponse } from "../models/models_0";
|
|
4
4
|
import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteNotificationConfigurationCommandInput extends DeleteNotif
|
|
|
22
22
|
export interface DeleteNotificationConfigurationCommandOutput extends DeleteNotificationConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteNotificationConfigurationCommand_base: {
|
|
25
|
-
new (input: DeleteNotificationConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteNotificationConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteNotificationConfigurationCommandInput, DeleteNotificationConfigurationCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteNotificationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteNotificationConfigurationCommandInput, DeleteNotificationConfigurationCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a <code>NotificationConfiguration</code>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeregisterNotificationHubRequest, DeregisterNotificationHubResponse } from "../models/models_0";
|
|
4
4
|
import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
|
|
@@ -22,9 +22,11 @@ export interface DeregisterNotificationHubCommandInput extends DeregisterNotific
|
|
|
22
22
|
export interface DeregisterNotificationHubCommandOutput extends DeregisterNotificationHubResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeregisterNotificationHubCommand_base: {
|
|
25
|
-
new (input: DeregisterNotificationHubCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeregisterNotificationHubCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeregisterNotificationHubCommandInput): import("@smithy/core/client").CommandImpl<DeregisterNotificationHubCommandInput, DeregisterNotificationHubCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeregisterNotificationHubCommandInput): import("@smithy/core/client").CommandImpl<DeregisterNotificationHubCommandInput, DeregisterNotificationHubCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deregisters a <code>NotificationConfiguration</code> in the specified Region.</p> <note> <p>You can't deregister the last <code>NotificationHub</code> in the account. <code>NotificationEvents</code> stored in the deregistered <code>NotificationConfiguration</code> are no longer be visible. Recreating a new <code>NotificationConfiguration</code> in the same Region restores access to those <code>NotificationEvents</code>.</p> </note>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DisableNotificationsAccessForOrganizationRequest, DisableNotificationsAccessForOrganizationResponse } from "../models/models_0";
|
|
4
4
|
import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
|
|
@@ -22,9 +22,11 @@ export interface DisableNotificationsAccessForOrganizationCommandInput extends D
|
|
|
22
22
|
export interface DisableNotificationsAccessForOrganizationCommandOutput extends DisableNotificationsAccessForOrganizationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisableNotificationsAccessForOrganizationCommand_base: {
|
|
25
|
-
new (input: DisableNotificationsAccessForOrganizationCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DisableNotificationsAccessForOrganizationCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisableNotificationsAccessForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<DisableNotificationsAccessForOrganizationCommandInput, DisableNotificationsAccessForOrganizationCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DisableNotificationsAccessForOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<DisableNotificationsAccessForOrganizationCommandInput, DisableNotificationsAccessForOrganizationCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Disables service trust between User Notifications and Amazon Web Services Organizations.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DisassociateChannelRequest, DisassociateChannelResponse } from "../models/models_0";
|
|
4
4
|
import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
|
|
@@ -22,9 +22,11 @@ export interface DisassociateChannelCommandInput extends DisassociateChannelRequ
|
|
|
22
22
|
export interface DisassociateChannelCommandOutput extends DisassociateChannelResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisassociateChannelCommand_base: {
|
|
25
|
-
new (input: DisassociateChannelCommandInput): import("@smithy/
|
|
26
|
-
new (input: DisassociateChannelCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisassociateChannelCommandInput): import("@smithy/core/client").CommandImpl<DisassociateChannelCommandInput, DisassociateChannelCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisassociateChannelCommandInput): import("@smithy/core/client").CommandImpl<DisassociateChannelCommandInput, DisassociateChannelCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Disassociates a Channel from a specified <code>NotificationConfiguration</code>. Supported Channels include Amazon Q Developer in chat applications, the Console Mobile Application, and emails (notifications-contacts).</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DisassociateManagedNotificationAccountContactRequest, DisassociateManagedNotificationAccountContactResponse } from "../models/models_0";
|
|
4
4
|
import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
|
|
@@ -22,9 +22,11 @@ export interface DisassociateManagedNotificationAccountContactCommandInput exten
|
|
|
22
22
|
export interface DisassociateManagedNotificationAccountContactCommandOutput extends DisassociateManagedNotificationAccountContactResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisassociateManagedNotificationAccountContactCommand_base: {
|
|
25
|
-
new (input: DisassociateManagedNotificationAccountContactCommandInput): import("@smithy/
|
|
26
|
-
new (input: DisassociateManagedNotificationAccountContactCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisassociateManagedNotificationAccountContactCommandInput): import("@smithy/core/client").CommandImpl<DisassociateManagedNotificationAccountContactCommandInput, DisassociateManagedNotificationAccountContactCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisassociateManagedNotificationAccountContactCommandInput): import("@smithy/core/client").CommandImpl<DisassociateManagedNotificationAccountContactCommandInput, DisassociateManagedNotificationAccountContactCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Disassociates an Account Contact with a particular <code>ManagedNotificationConfiguration</code>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DisassociateManagedNotificationAdditionalChannelRequest, DisassociateManagedNotificationAdditionalChannelResponse } from "../models/models_0";
|
|
4
4
|
import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
|
|
@@ -22,9 +22,11 @@ export interface DisassociateManagedNotificationAdditionalChannelCommandInput ex
|
|
|
22
22
|
export interface DisassociateManagedNotificationAdditionalChannelCommandOutput extends DisassociateManagedNotificationAdditionalChannelResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisassociateManagedNotificationAdditionalChannelCommand_base: {
|
|
25
|
-
new (input: DisassociateManagedNotificationAdditionalChannelCommandInput): import("@smithy/
|
|
26
|
-
new (input: DisassociateManagedNotificationAdditionalChannelCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisassociateManagedNotificationAdditionalChannelCommandInput): import("@smithy/core/client").CommandImpl<DisassociateManagedNotificationAdditionalChannelCommandInput, DisassociateManagedNotificationAdditionalChannelCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisassociateManagedNotificationAdditionalChannelCommandInput): import("@smithy/core/client").CommandImpl<DisassociateManagedNotificationAdditionalChannelCommandInput, DisassociateManagedNotificationAdditionalChannelCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Disassociates an additional Channel from a particular <code>ManagedNotificationConfiguration</code>.</p> <p>Supported Channels include Amazon Q Developer in chat applications, the Console Mobile Application, and emails (notifications-contacts).</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DisassociateOrganizationalUnitRequest, DisassociateOrganizationalUnitResponse } from "../models/models_0";
|
|
4
4
|
import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
|
|
@@ -22,9 +22,11 @@ export interface DisassociateOrganizationalUnitCommandInput extends Disassociate
|
|
|
22
22
|
export interface DisassociateOrganizationalUnitCommandOutput extends DisassociateOrganizationalUnitResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisassociateOrganizationalUnitCommand_base: {
|
|
25
|
-
new (input: DisassociateOrganizationalUnitCommandInput): import("@smithy/
|
|
26
|
-
new (input: DisassociateOrganizationalUnitCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisassociateOrganizationalUnitCommandInput): import("@smithy/core/client").CommandImpl<DisassociateOrganizationalUnitCommandInput, DisassociateOrganizationalUnitCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisassociateOrganizationalUnitCommandInput): import("@smithy/core/client").CommandImpl<DisassociateOrganizationalUnitCommandInput, DisassociateOrganizationalUnitCommandOutput, NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes the association between an organizational unit and a notification configuration.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EnableNotificationsAccessForOrganizationRequest, EnableNotificationsAccessForOrganizationResponse } from "../models/models_0";
|
|
4
4
|
import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
|
|
@@ -22,9 +22,11 @@ export interface EnableNotificationsAccessForOrganizationCommandInput extends En
|
|
|
22
22
|
export interface EnableNotificationsAccessForOrganizationCommandOutput extends EnableNotificationsAccessForOrganizationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const EnableNotificationsAccessForOrganizationCommand_base: {
|
|
25
|
-
new (input: EnableNotificationsAccessForOrganizationCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [EnableNotificationsAccessForOrganizationCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Enables service trust between User Notifications and Amazon Web Services Organizations.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetEventRuleRequest, GetEventRuleResponse } from "../models/models_0";
|
|
4
4
|
import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
|
|
@@ -22,9 +22,11 @@ export interface GetEventRuleCommandInput extends GetEventRuleRequest {
|
|
|
22
22
|
export interface GetEventRuleCommandOutput extends GetEventRuleResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetEventRuleCommand_base: {
|
|
25
|
-
new (input: GetEventRuleCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetEventRuleCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a specified <code>EventRule</code>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetManagedNotificationChildEventRequest, GetManagedNotificationChildEventResponse } from "../models/models_0";
|
|
4
4
|
import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
|
|
@@ -22,9 +22,11 @@ export interface GetManagedNotificationChildEventCommandInput extends GetManaged
|
|
|
22
22
|
export interface GetManagedNotificationChildEventCommandOutput extends GetManagedNotificationChildEventResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetManagedNotificationChildEventCommand_base: {
|
|
25
|
-
new (input: GetManagedNotificationChildEventCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetManagedNotificationChildEventCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the child event of a specific given <code>ManagedNotificationEvent</code>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetManagedNotificationConfigurationRequest, GetManagedNotificationConfigurationResponse } from "../models/models_0";
|
|
4
4
|
import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
|
|
@@ -22,9 +22,11 @@ export interface GetManagedNotificationConfigurationCommandInput extends GetMana
|
|
|
22
22
|
export interface GetManagedNotificationConfigurationCommandOutput extends GetManagedNotificationConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetManagedNotificationConfigurationCommand_base: {
|
|
25
|
-
new (input: GetManagedNotificationConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetManagedNotificationConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a specified <code>ManagedNotificationConfiguration</code>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetManagedNotificationEventRequest, GetManagedNotificationEventResponse } from "../models/models_0";
|
|
4
4
|
import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
|
|
@@ -22,9 +22,11 @@ export interface GetManagedNotificationEventCommandInput extends GetManagedNotif
|
|
|
22
22
|
export interface GetManagedNotificationEventCommandOutput extends GetManagedNotificationEventResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetManagedNotificationEventCommand_base: {
|
|
25
|
-
new (input: GetManagedNotificationEventCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetManagedNotificationEventCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a specified <code>ManagedNotificationEvent</code>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetNotificationConfigurationRequest, GetNotificationConfigurationResponse } from "../models/models_0";
|
|
4
4
|
import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
|
|
@@ -22,9 +22,11 @@ export interface GetNotificationConfigurationCommandInput extends GetNotificatio
|
|
|
22
22
|
export interface GetNotificationConfigurationCommandOutput extends GetNotificationConfigurationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetNotificationConfigurationCommand_base: {
|
|
25
|
-
new (input: GetNotificationConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetNotificationConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a specified <code>NotificationConfiguration</code>.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetNotificationEventRequest, GetNotificationEventResponse } from "../models/models_0";
|
|
4
4
|
import type { NotificationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NotificationsClient";
|
|
@@ -22,9 +22,11 @@ export interface GetNotificationEventCommandInput extends GetNotificationEventRe
|
|
|
22
22
|
export interface GetNotificationEventCommandOutput extends GetNotificationEventResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetNotificationEventCommand_base: {
|
|
25
|
-
new (input: GetNotificationEventCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetNotificationEventCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
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
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <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>
|