@aws-sdk/client-ssm-contacts 3.1045.0 → 3.1047.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/SSMContactsServiceException.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/SSMContacts.js +1 -1
- package/dist-es/SSMContactsClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AcceptPageCommand.js +2 -2
- package/dist-es/commands/ActivateContactChannelCommand.js +2 -2
- package/dist-es/commands/CreateContactChannelCommand.js +2 -2
- package/dist-es/commands/CreateContactCommand.js +2 -2
- package/dist-es/commands/CreateRotationCommand.js +2 -2
- package/dist-es/commands/CreateRotationOverrideCommand.js +2 -2
- package/dist-es/commands/DeactivateContactChannelCommand.js +2 -2
- package/dist-es/commands/DeleteContactChannelCommand.js +2 -2
- package/dist-es/commands/DeleteContactCommand.js +2 -2
- package/dist-es/commands/DeleteRotationCommand.js +2 -2
- package/dist-es/commands/DeleteRotationOverrideCommand.js +2 -2
- package/dist-es/commands/DescribeEngagementCommand.js +2 -2
- package/dist-es/commands/DescribePageCommand.js +2 -2
- package/dist-es/commands/GetContactChannelCommand.js +2 -2
- package/dist-es/commands/GetContactCommand.js +2 -2
- package/dist-es/commands/GetContactPolicyCommand.js +2 -2
- package/dist-es/commands/GetRotationCommand.js +2 -2
- package/dist-es/commands/GetRotationOverrideCommand.js +2 -2
- package/dist-es/commands/ListContactChannelsCommand.js +2 -2
- package/dist-es/commands/ListContactsCommand.js +2 -2
- package/dist-es/commands/ListEngagementsCommand.js +2 -2
- package/dist-es/commands/ListPageReceiptsCommand.js +2 -2
- package/dist-es/commands/ListPageResolutionsCommand.js +2 -2
- package/dist-es/commands/ListPagesByContactCommand.js +2 -2
- package/dist-es/commands/ListPagesByEngagementCommand.js +2 -2
- package/dist-es/commands/ListPreviewRotationShiftsCommand.js +2 -2
- package/dist-es/commands/ListRotationOverridesCommand.js +2 -2
- package/dist-es/commands/ListRotationShiftsCommand.js +2 -2
- package/dist-es/commands/ListRotationsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutContactPolicyCommand.js +2 -2
- package/dist-es/commands/SendActivationCodeCommand.js +2 -2
- package/dist-es/commands/StartEngagementCommand.js +2 -2
- package/dist-es/commands/StopEngagementCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateContactChannelCommand.js +2 -2
- package/dist-es/commands/UpdateContactCommand.js +2 -2
- package/dist-es/commands/UpdateRotationCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/SSMContactsServiceException.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/SSMContactsClient.d.ts +5 -5
- package/dist-types/commands/AcceptPageCommand.d.ts +6 -4
- package/dist-types/commands/ActivateContactChannelCommand.d.ts +6 -4
- package/dist-types/commands/CreateContactChannelCommand.d.ts +6 -4
- package/dist-types/commands/CreateContactCommand.d.ts +6 -4
- package/dist-types/commands/CreateRotationCommand.d.ts +6 -4
- package/dist-types/commands/CreateRotationOverrideCommand.d.ts +6 -4
- package/dist-types/commands/DeactivateContactChannelCommand.d.ts +6 -4
- package/dist-types/commands/DeleteContactChannelCommand.d.ts +6 -4
- package/dist-types/commands/DeleteContactCommand.d.ts +6 -4
- package/dist-types/commands/DeleteRotationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteRotationOverrideCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEngagementCommand.d.ts +6 -4
- package/dist-types/commands/DescribePageCommand.d.ts +6 -4
- package/dist-types/commands/GetContactChannelCommand.d.ts +6 -4
- package/dist-types/commands/GetContactCommand.d.ts +6 -4
- package/dist-types/commands/GetContactPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetRotationCommand.d.ts +6 -4
- package/dist-types/commands/GetRotationOverrideCommand.d.ts +6 -4
- package/dist-types/commands/ListContactChannelsCommand.d.ts +6 -4
- package/dist-types/commands/ListContactsCommand.d.ts +6 -4
- package/dist-types/commands/ListEngagementsCommand.d.ts +6 -4
- package/dist-types/commands/ListPageReceiptsCommand.d.ts +6 -4
- package/dist-types/commands/ListPageResolutionsCommand.d.ts +6 -4
- package/dist-types/commands/ListPagesByContactCommand.d.ts +6 -4
- package/dist-types/commands/ListPagesByEngagementCommand.d.ts +6 -4
- package/dist-types/commands/ListPreviewRotationShiftsCommand.d.ts +6 -4
- package/dist-types/commands/ListRotationOverridesCommand.d.ts +6 -4
- package/dist-types/commands/ListRotationShiftsCommand.d.ts +6 -4
- package/dist-types/commands/ListRotationsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/PutContactPolicyCommand.d.ts +6 -4
- package/dist-types/commands/SendActivationCodeCommand.d.ts +6 -4
- package/dist-types/commands/StartEngagementCommand.d.ts +6 -4
- package/dist-types/commands/StopEngagementCommand.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/UpdateContactChannelCommand.d.ts +6 -4
- package/dist-types/commands/UpdateContactCommand.d.ts +6 -4
- package/dist-types/commands/UpdateRotationCommand.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/SSMContactsServiceException.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/SSMContactsClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AcceptPageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ActivateContactChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateContactChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateRotationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateRotationOverrideCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeactivateContactChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteContactChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteContactCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRotationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRotationOverrideCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEngagementCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribePageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetContactChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetContactCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetContactPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRotationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRotationOverrideCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListContactChannelsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEngagementsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPageReceiptsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPageResolutionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPagesByContactCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPagesByEngagementCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPreviewRotationShiftsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRotationOverridesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRotationShiftsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRotationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutContactPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SendActivationCodeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartEngagementCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopEngagementCommand.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/UpdateContactChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateRotationCommand.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/SSMContactsServiceException.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 { AwsJson1_1Protocol } 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 { defaultSSMContactsHttpAuthSchemeProvider } 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 { AcceptPageCommandInput, AcceptPageCommandOutput } from "./commands/AcceptPageCommand";
|
|
@@ -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 { AcceptPageRequest, AcceptPageResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
@@ -22,9 +22,11 @@ export interface AcceptPageCommandInput extends AcceptPageRequest {
|
|
|
22
22
|
export interface AcceptPageCommandOutput extends AcceptPageResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AcceptPageCommand_base: {
|
|
25
|
-
new (input: AcceptPageCommandInput): import("@smithy/
|
|
26
|
-
new (input: AcceptPageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AcceptPageCommandInput): import("@smithy/core/client").CommandImpl<AcceptPageCommandInput, AcceptPageCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AcceptPageCommandInput): import("@smithy/core/client").CommandImpl<AcceptPageCommandInput, AcceptPageCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Used to acknowledge an engagement to a contact channel during an incident.</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 { ActivateContactChannelRequest, ActivateContactChannelResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
@@ -22,9 +22,11 @@ export interface ActivateContactChannelCommandInput extends ActivateContactChann
|
|
|
22
22
|
export interface ActivateContactChannelCommandOutput extends ActivateContactChannelResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ActivateContactChannelCommand_base: {
|
|
25
|
-
new (input: ActivateContactChannelCommandInput): import("@smithy/
|
|
26
|
-
new (input: ActivateContactChannelCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ActivateContactChannelCommandInput): import("@smithy/core/client").CommandImpl<ActivateContactChannelCommandInput, ActivateContactChannelCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ActivateContactChannelCommandInput): import("@smithy/core/client").CommandImpl<ActivateContactChannelCommandInput, ActivateContactChannelCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Activates a contact's contact channel. Incident Manager can't engage a contact until the
|
|
@@ -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 { CreateContactChannelRequest, CreateContactChannelResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateContactChannelCommandInput extends CreateContactChannelRe
|
|
|
22
22
|
export interface CreateContactChannelCommandOutput extends CreateContactChannelResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateContactChannelCommand_base: {
|
|
25
|
-
new (input: CreateContactChannelCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateContactChannelCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateContactChannelCommandInput): import("@smithy/core/client").CommandImpl<CreateContactChannelCommandInput, CreateContactChannelCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateContactChannelCommandInput): import("@smithy/core/client").CommandImpl<CreateContactChannelCommandInput, CreateContactChannelCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>A contact channel is the method that Incident Manager uses to engage your contact.</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 { CreateContactRequest, CreateContactResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateContactCommandInput extends CreateContactRequest {
|
|
|
22
22
|
export interface CreateContactCommandOutput extends CreateContactResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateContactCommand_base: {
|
|
25
|
-
new (input: CreateContactCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateContactCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateContactCommandInput): import("@smithy/core/client").CommandImpl<CreateContactCommandInput, CreateContactCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateContactCommandInput): import("@smithy/core/client").CommandImpl<CreateContactCommandInput, CreateContactCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Contacts are either the contacts that Incident Manager engages during an incident or the
|
|
@@ -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 { CreateRotationRequest, CreateRotationResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateRotationCommandInput extends CreateRotationRequest {
|
|
|
22
22
|
export interface CreateRotationCommandOutput extends CreateRotationResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateRotationCommand_base: {
|
|
25
|
-
new (input: CreateRotationCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateRotationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateRotationCommandInput): import("@smithy/core/client").CommandImpl<CreateRotationCommandInput, CreateRotationCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateRotationCommandInput): import("@smithy/core/client").CommandImpl<CreateRotationCommandInput, CreateRotationCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a rotation in an on-call schedule.</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 { CreateRotationOverrideRequest, CreateRotationOverrideResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateRotationOverrideCommandInput extends CreateRotationOverri
|
|
|
22
22
|
export interface CreateRotationOverrideCommandOutput extends CreateRotationOverrideResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateRotationOverrideCommand_base: {
|
|
25
|
-
new (input: CreateRotationOverrideCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateRotationOverrideCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateRotationOverrideCommandInput): import("@smithy/core/client").CommandImpl<CreateRotationOverrideCommandInput, CreateRotationOverrideCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateRotationOverrideCommandInput): import("@smithy/core/client").CommandImpl<CreateRotationOverrideCommandInput, CreateRotationOverrideCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates an override for a rotation in an on-call schedule.</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 { DeactivateContactChannelRequest, DeactivateContactChannelResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
@@ -22,9 +22,11 @@ export interface DeactivateContactChannelCommandInput extends DeactivateContactC
|
|
|
22
22
|
export interface DeactivateContactChannelCommandOutput extends DeactivateContactChannelResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeactivateContactChannelCommand_base: {
|
|
25
|
-
new (input: DeactivateContactChannelCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeactivateContactChannelCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeactivateContactChannelCommandInput): import("@smithy/core/client").CommandImpl<DeactivateContactChannelCommandInput, DeactivateContactChannelCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeactivateContactChannelCommandInput): import("@smithy/core/client").CommandImpl<DeactivateContactChannelCommandInput, DeactivateContactChannelCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>To no longer receive Incident Manager engagements to a contact channel, you can deactivate
|
|
@@ -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 { DeleteContactChannelRequest, DeleteContactChannelResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteContactChannelCommandInput extends DeleteContactChannelRe
|
|
|
22
22
|
export interface DeleteContactChannelCommandOutput extends DeleteContactChannelResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteContactChannelCommand_base: {
|
|
25
|
-
new (input: DeleteContactChannelCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteContactChannelCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteContactChannelCommandInput): import("@smithy/core/client").CommandImpl<DeleteContactChannelCommandInput, DeleteContactChannelCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteContactChannelCommandInput): import("@smithy/core/client").CommandImpl<DeleteContactChannelCommandInput, DeleteContactChannelCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>To stop receiving engagements on a contact channel, you can delete the channel from a
|
|
@@ -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 { DeleteContactRequest, DeleteContactResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteContactCommandInput extends DeleteContactRequest {
|
|
|
22
22
|
export interface DeleteContactCommandOutput extends DeleteContactResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteContactCommand_base: {
|
|
25
|
-
new (input: DeleteContactCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteContactCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteContactCommandInput): import("@smithy/core/client").CommandImpl<DeleteContactCommandInput, DeleteContactCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteContactCommandInput): import("@smithy/core/client").CommandImpl<DeleteContactCommandInput, DeleteContactCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>To remove a contact from Incident Manager, you can delete the contact. However, deleting a
|
|
@@ -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 { DeleteRotationRequest, DeleteRotationResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteRotationCommandInput extends DeleteRotationRequest {
|
|
|
22
22
|
export interface DeleteRotationCommandOutput extends DeleteRotationResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteRotationCommand_base: {
|
|
25
|
-
new (input: DeleteRotationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteRotationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteRotationCommandInput): import("@smithy/core/client").CommandImpl<DeleteRotationCommandInput, DeleteRotationCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteRotationCommandInput): import("@smithy/core/client").CommandImpl<DeleteRotationCommandInput, DeleteRotationCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a rotation from the system. If a rotation belongs to more than one on-call
|
|
@@ -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 { DeleteRotationOverrideRequest, DeleteRotationOverrideResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteRotationOverrideCommandInput extends DeleteRotationOverri
|
|
|
22
22
|
export interface DeleteRotationOverrideCommandOutput extends DeleteRotationOverrideResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteRotationOverrideCommand_base: {
|
|
25
|
-
new (input: DeleteRotationOverrideCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteRotationOverrideCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteRotationOverrideCommandInput): import("@smithy/core/client").CommandImpl<DeleteRotationOverrideCommandInput, DeleteRotationOverrideCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteRotationOverrideCommandInput): import("@smithy/core/client").CommandImpl<DeleteRotationOverrideCommandInput, DeleteRotationOverrideCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an existing override for an on-call rotation.</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 { DescribeEngagementRequest, DescribeEngagementResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribeEngagementCommandInput extends DescribeEngagementReques
|
|
|
22
22
|
export interface DescribeEngagementCommandOutput extends DescribeEngagementResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeEngagementCommand_base: {
|
|
25
|
-
new (input: DescribeEngagementCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeEngagementCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeEngagementCommandInput): import("@smithy/core/client").CommandImpl<DescribeEngagementCommandInput, DescribeEngagementCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeEngagementCommandInput): import("@smithy/core/client").CommandImpl<DescribeEngagementCommandInput, DescribeEngagementCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Incident Manager uses engagements to engage contacts and escalation plans during an incident.
|
|
@@ -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 { DescribePageRequest, DescribePageResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
@@ -22,9 +22,11 @@ export interface DescribePageCommandInput extends DescribePageRequest {
|
|
|
22
22
|
export interface DescribePageCommandOutput extends DescribePageResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribePageCommand_base: {
|
|
25
|
-
new (input: DescribePageCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribePageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribePageCommandInput): import("@smithy/core/client").CommandImpl<DescribePageCommandInput, DescribePageCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribePageCommandInput): import("@smithy/core/client").CommandImpl<DescribePageCommandInput, DescribePageCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists details of the engagement to a contact channel.</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 { GetContactChannelRequest, GetContactChannelResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
@@ -22,9 +22,11 @@ export interface GetContactChannelCommandInput extends GetContactChannelRequest
|
|
|
22
22
|
export interface GetContactChannelCommandOutput extends GetContactChannelResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetContactChannelCommand_base: {
|
|
25
|
-
new (input: GetContactChannelCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetContactChannelCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetContactChannelCommandInput): import("@smithy/core/client").CommandImpl<GetContactChannelCommandInput, GetContactChannelCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetContactChannelCommandInput): import("@smithy/core/client").CommandImpl<GetContactChannelCommandInput, GetContactChannelCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>List details about a specific contact channel.</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 { GetContactRequest, GetContactResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
@@ -22,9 +22,11 @@ export interface GetContactCommandInput extends GetContactRequest {
|
|
|
22
22
|
export interface GetContactCommandOutput extends GetContactResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetContactCommand_base: {
|
|
25
|
-
new (input: GetContactCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetContactCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetContactCommandInput): import("@smithy/core/client").CommandImpl<GetContactCommandInput, GetContactCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetContactCommandInput): import("@smithy/core/client").CommandImpl<GetContactCommandInput, GetContactCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves information about the specified contact or escalation plan.</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 { GetContactPolicyRequest, GetContactPolicyResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
@@ -22,9 +22,11 @@ export interface GetContactPolicyCommandInput extends GetContactPolicyRequest {
|
|
|
22
22
|
export interface GetContactPolicyCommandOutput extends GetContactPolicyResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetContactPolicyCommand_base: {
|
|
25
|
-
new (input: GetContactPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetContactPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetContactPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetContactPolicyCommandInput, GetContactPolicyCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetContactPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetContactPolicyCommandInput, GetContactPolicyCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the resource policies attached to the specified contact or escalation
|
|
@@ -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 { GetRotationRequest, GetRotationResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
@@ -22,9 +22,11 @@ export interface GetRotationCommandInput extends GetRotationRequest {
|
|
|
22
22
|
export interface GetRotationCommandOutput extends GetRotationResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetRotationCommand_base: {
|
|
25
|
-
new (input: GetRotationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetRotationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetRotationCommandInput): import("@smithy/core/client").CommandImpl<GetRotationCommandInput, GetRotationCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetRotationCommandInput): import("@smithy/core/client").CommandImpl<GetRotationCommandInput, GetRotationCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves information about an on-call rotation.</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 { GetRotationOverrideRequest, GetRotationOverrideResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
@@ -22,9 +22,11 @@ export interface GetRotationOverrideCommandInput extends GetRotationOverrideRequ
|
|
|
22
22
|
export interface GetRotationOverrideCommandOutput extends GetRotationOverrideResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetRotationOverrideCommand_base: {
|
|
25
|
-
new (input: GetRotationOverrideCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetRotationOverrideCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetRotationOverrideCommandInput): import("@smithy/core/client").CommandImpl<GetRotationOverrideCommandInput, GetRotationOverrideCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetRotationOverrideCommandInput): import("@smithy/core/client").CommandImpl<GetRotationOverrideCommandInput, GetRotationOverrideCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves information about an override to an on-call rotation.</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 { ListContactChannelsRequest, ListContactChannelsResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
@@ -22,9 +22,11 @@ export interface ListContactChannelsCommandInput extends ListContactChannelsRequ
|
|
|
22
22
|
export interface ListContactChannelsCommandOutput extends ListContactChannelsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListContactChannelsCommand_base: {
|
|
25
|
-
new (input: ListContactChannelsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListContactChannelsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListContactChannelsCommandInput): import("@smithy/core/client").CommandImpl<ListContactChannelsCommandInput, ListContactChannelsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListContactChannelsCommandInput): import("@smithy/core/client").CommandImpl<ListContactChannelsCommandInput, ListContactChannelsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all contact channels for the specified contact.</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 { ListContactsRequest, ListContactsResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
@@ -22,9 +22,11 @@ export interface ListContactsCommandInput extends ListContactsRequest {
|
|
|
22
22
|
export interface ListContactsCommandOutput extends ListContactsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListContactsCommand_base: {
|
|
25
|
-
new (input: ListContactsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListContactsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListContactsCommandInput): import("@smithy/core/client").CommandImpl<ListContactsCommandInput, ListContactsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListContactsCommandInput]): import("@smithy/core/client").CommandImpl<ListContactsCommandInput, ListContactsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all contacts and escalation plans in Incident Manager.</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 { ListEngagementsRequest, ListEngagementsResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
@@ -22,9 +22,11 @@ export interface ListEngagementsCommandInput extends ListEngagementsRequest {
|
|
|
22
22
|
export interface ListEngagementsCommandOutput extends ListEngagementsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListEngagementsCommand_base: {
|
|
25
|
-
new (input: ListEngagementsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListEngagementsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListEngagementsCommandInput): import("@smithy/core/client").CommandImpl<ListEngagementsCommandInput, ListEngagementsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListEngagementsCommandInput]): import("@smithy/core/client").CommandImpl<ListEngagementsCommandInput, ListEngagementsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all engagements that have happened in an incident.</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 { ListPageReceiptsRequest, ListPageReceiptsResult } from "../models/models_0";
|
|
4
4
|
import type { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
@@ -22,9 +22,11 @@ export interface ListPageReceiptsCommandInput extends ListPageReceiptsRequest {
|
|
|
22
22
|
export interface ListPageReceiptsCommandOutput extends ListPageReceiptsResult, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListPageReceiptsCommand_base: {
|
|
25
|
-
new (input: ListPageReceiptsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListPageReceiptsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListPageReceiptsCommandInput): import("@smithy/core/client").CommandImpl<ListPageReceiptsCommandInput, ListPageReceiptsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListPageReceiptsCommandInput): import("@smithy/core/client").CommandImpl<ListPageReceiptsCommandInput, ListPageReceiptsCommandOutput, SSMContactsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all of the engagements to contact channels that have been acknowledged.</p>
|