@aws-sdk/client-ssm-contacts 3.1087.0 → 3.1089.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/SSMContacts.d.ts +133 -147
- package/dist-types/ts3.4/SSMContactsClient.d.ts +9 -30
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AcceptPageCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ActivateContactChannelCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateContactChannelCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateContactCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateRotationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateRotationOverrideCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeactivateContactChannelCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteContactChannelCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteContactCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteRotationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteRotationOverrideCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeEngagementCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribePageCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetContactChannelCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/GetContactCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetContactPolicyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetRotationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetRotationOverrideCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListContactChannelsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListEngagementsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListPageReceiptsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListPageResolutionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListPagesByContactCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListPagesByEngagementCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListPreviewRotationShiftsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListRotationOverridesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListRotationShiftsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListRotationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutContactPolicyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/SendActivationCodeCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartEngagementCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StopEngagementCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateContactChannelCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateRotationCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +2 -4
- package/dist-types/ts3.4/models/errors.d.ts +7 -21
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -36,10 +33,7 @@ import {
|
|
|
36
33
|
HttpAuthSchemeInputConfig,
|
|
37
34
|
HttpAuthSchemeResolvedConfig,
|
|
38
35
|
} from "./auth/httpAuthSchemeProvider";
|
|
39
|
-
import {
|
|
40
|
-
AcceptPageCommandInput,
|
|
41
|
-
AcceptPageCommandOutput,
|
|
42
|
-
} from "./commands/AcceptPageCommand";
|
|
36
|
+
import { AcceptPageCommandInput, AcceptPageCommandOutput } from "./commands/AcceptPageCommand";
|
|
43
37
|
import {
|
|
44
38
|
ActivateContactChannelCommandInput,
|
|
45
39
|
ActivateContactChannelCommandOutput,
|
|
@@ -92,18 +86,12 @@ import {
|
|
|
92
86
|
GetContactChannelCommandInput,
|
|
93
87
|
GetContactChannelCommandOutput,
|
|
94
88
|
} from "./commands/GetContactChannelCommand";
|
|
95
|
-
import {
|
|
96
|
-
GetContactCommandInput,
|
|
97
|
-
GetContactCommandOutput,
|
|
98
|
-
} from "./commands/GetContactCommand";
|
|
89
|
+
import { GetContactCommandInput, GetContactCommandOutput } from "./commands/GetContactCommand";
|
|
99
90
|
import {
|
|
100
91
|
GetContactPolicyCommandInput,
|
|
101
92
|
GetContactPolicyCommandOutput,
|
|
102
93
|
} from "./commands/GetContactPolicyCommand";
|
|
103
|
-
import {
|
|
104
|
-
GetRotationCommandInput,
|
|
105
|
-
GetRotationCommandOutput,
|
|
106
|
-
} from "./commands/GetRotationCommand";
|
|
94
|
+
import { GetRotationCommandInput, GetRotationCommandOutput } from "./commands/GetRotationCommand";
|
|
107
95
|
import {
|
|
108
96
|
GetRotationOverrideCommandInput,
|
|
109
97
|
GetRotationOverrideCommandOutput,
|
|
@@ -172,10 +160,7 @@ import {
|
|
|
172
160
|
StopEngagementCommandInput,
|
|
173
161
|
StopEngagementCommandOutput,
|
|
174
162
|
} from "./commands/StopEngagementCommand";
|
|
175
|
-
import {
|
|
176
|
-
TagResourceCommandInput,
|
|
177
|
-
TagResourceCommandOutput,
|
|
178
|
-
} from "./commands/TagResourceCommand";
|
|
163
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
179
164
|
import {
|
|
180
165
|
UntagResourceCommandInput,
|
|
181
166
|
UntagResourceCommandOutput,
|
|
@@ -279,8 +264,7 @@ export type ServiceOutputTypes =
|
|
|
279
264
|
| UpdateContactChannelCommandOutput
|
|
280
265
|
| UpdateContactCommandOutput
|
|
281
266
|
| UpdateRotationCommandOutput;
|
|
282
|
-
export interface ClientDefaults
|
|
283
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
267
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
284
268
|
requestHandler?: __HttpHandlerUserInput;
|
|
285
269
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
286
270
|
urlParser?: __UrlParser;
|
|
@@ -305,9 +289,7 @@ export interface ClientDefaults
|
|
|
305
289
|
extensions?: RuntimeExtension[];
|
|
306
290
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
307
291
|
}
|
|
308
|
-
export type SSMContactsClientConfigType = Partial<
|
|
309
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
310
|
-
> &
|
|
292
|
+
export type SSMContactsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
311
293
|
ClientDefaults &
|
|
312
294
|
UserAgentInputConfig &
|
|
313
295
|
RetryInputConfig &
|
|
@@ -328,8 +310,7 @@ export type SSMContactsClientResolvedConfigType =
|
|
|
328
310
|
EndpointResolvedConfig<EndpointParameters> &
|
|
329
311
|
HttpAuthSchemeResolvedConfig &
|
|
330
312
|
ClientResolvedEndpointParameters;
|
|
331
|
-
export interface SSMContactsClientResolvedConfig
|
|
332
|
-
extends SSMContactsClientResolvedConfigType {}
|
|
313
|
+
export interface SSMContactsClientResolvedConfig extends SSMContactsClientResolvedConfigType {}
|
|
333
314
|
export declare class SSMContactsClient extends __Client<
|
|
334
315
|
__HttpHandlerOptions,
|
|
335
316
|
ServiceInputTypes,
|
|
@@ -337,8 +318,6 @@ export declare class SSMContactsClient extends __Client<
|
|
|
337
318
|
SSMContactsClientResolvedConfig
|
|
338
319
|
> {
|
|
339
320
|
readonly config: SSMContactsClientResolvedConfig;
|
|
340
|
-
constructor(
|
|
341
|
-
...[configuration]: __CheckOptionalClientConfig<SSMContactsClientConfig>
|
|
342
|
-
);
|
|
321
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<SSMContactsClientConfig>);
|
|
343
322
|
destroy(): void;
|
|
344
323
|
}
|
|
@@ -7,17 +7,10 @@ import { SSMContactsHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: SSMContactsHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: SSMContactsHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): SSMContactsHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
12
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
13
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
14
|
}
|
|
22
15
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
16
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
18
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
21
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
22
|
) => HttpAuthExtensionConfiguration;
|
|
30
23
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
24
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
25
|
) => HttpAuthRuntimeConfig;
|
|
@@ -12,36 +12,32 @@ import {
|
|
|
12
12
|
Provider,
|
|
13
13
|
} from "@smithy/types";
|
|
14
14
|
import { SSMContactsClientResolvedConfig } from "../SSMContactsClient";
|
|
15
|
-
export interface SSMContactsHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface SSMContactsHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface SSMContactsHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface SSMContactsHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
SSMContactsClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
SSMContactsHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultSSMContactsHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: SSMContactsClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<SSMContactsHttpAuthSchemeParameters>;
|
|
31
|
-
export interface SSMContactsHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<SSMContactsHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface SSMContactsHttpAuthSchemeProvider extends HttpAuthSchemeProvider<SSMContactsHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultSSMContactsHttpAuthSchemeProvider: SSMContactsHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: SSMContactsHttpAuthSchemeProvider;
|
|
38
35
|
}
|
|
39
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
40
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
41
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
42
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
43
39
|
readonly httpAuthSchemeProvider: SSMContactsHttpAuthSchemeProvider;
|
|
44
40
|
}
|
|
45
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
46
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
47
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -4,22 +4,21 @@ import {
|
|
|
4
4
|
ServiceOutputTypes,
|
|
5
5
|
SSMContactsClientResolvedConfig,
|
|
6
6
|
} from "./SSMContactsClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
7
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
8
|
added: EndpointParameterInstructions,
|
|
12
9
|
plugins: (
|
|
13
10
|
CommandCtor: any,
|
|
14
11
|
clientStack: any,
|
|
15
12
|
config: any,
|
|
16
|
-
options: any
|
|
13
|
+
options: any,
|
|
17
14
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
15
|
op: string,
|
|
19
16
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
17
|
+
smithyContext?: Record<string, unknown>,
|
|
21
18
|
) => {
|
|
22
|
-
new (
|
|
19
|
+
new (
|
|
20
|
+
input: I,
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
22
|
I,
|
|
24
23
|
O,
|
|
25
24
|
SSMContactsClientResolvedConfig,
|
|
@@ -38,9 +37,4 @@ export declare const command: <
|
|
|
38
37
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
38
|
};
|
|
40
39
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
40
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { AcceptPageRequest, AcceptPageResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface AcceptPageCommandInput extends AcceptPageRequest {}
|
|
5
|
-
export interface AcceptPageCommandOutput
|
|
6
|
-
extends AcceptPageResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface AcceptPageCommandOutput extends AcceptPageResult, __MetadataBearer {}
|
|
8
6
|
declare const AcceptPageCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: AcceptPageCommandInput
|
|
8
|
+
input: AcceptPageCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
AcceptPageCommandInput,
|
|
13
11
|
AcceptPageCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const AcceptPageCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: AcceptPageCommandInput
|
|
17
|
+
input: AcceptPageCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
AcceptPageCommandInput,
|
|
22
20
|
AcceptPageCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ActivateContactChannelRequest,
|
|
4
|
-
ActivateContactChannelResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ActivateContactChannelRequest, ActivateContactChannelResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ActivateContactChannelCommandInput
|
|
8
|
-
extends ActivateContactChannelRequest {}
|
|
4
|
+
export interface ActivateContactChannelCommandInput extends ActivateContactChannelRequest {}
|
|
9
5
|
export interface ActivateContactChannelCommandOutput
|
|
10
|
-
extends ActivateContactChannelResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ActivateContactChannelResult, __MetadataBearer {}
|
|
12
7
|
declare const ActivateContactChannelCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ActivateContactChannelCommandInput
|
|
9
|
+
input: ActivateContactChannelCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ActivateContactChannelCommandInput,
|
|
17
12
|
ActivateContactChannelCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ActivateContactChannelCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ActivateContactChannelCommandInput
|
|
18
|
+
input: ActivateContactChannelCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ActivateContactChannelCommandInput,
|
|
26
21
|
ActivateContactChannelCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateContactChannelRequest,
|
|
4
|
-
CreateContactChannelResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateContactChannelRequest, CreateContactChannelResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateContactChannelCommandInput
|
|
8
|
-
extends CreateContactChannelRequest {}
|
|
4
|
+
export interface CreateContactChannelCommandInput extends CreateContactChannelRequest {}
|
|
9
5
|
export interface CreateContactChannelCommandOutput
|
|
10
|
-
extends CreateContactChannelResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateContactChannelResult, __MetadataBearer {}
|
|
12
7
|
declare const CreateContactChannelCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateContactChannelCommandInput
|
|
9
|
+
input: CreateContactChannelCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateContactChannelCommandInput,
|
|
17
12
|
CreateContactChannelCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateContactChannelCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateContactChannelCommandInput
|
|
18
|
+
input: CreateContactChannelCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateContactChannelCommandInput,
|
|
26
21
|
CreateContactChannelCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateContactRequest, CreateContactResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateContactCommandInput extends CreateContactRequest {}
|
|
5
|
-
export interface CreateContactCommandOutput
|
|
6
|
-
extends CreateContactResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateContactCommandOutput extends CreateContactResult, __MetadataBearer {}
|
|
8
6
|
declare const CreateContactCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateContactCommandInput
|
|
8
|
+
input: CreateContactCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateContactCommandInput,
|
|
13
11
|
CreateContactCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateContactCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateContactCommandInput
|
|
17
|
+
input: CreateContactCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateContactCommandInput,
|
|
22
20
|
CreateContactCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateRotationRequest,
|
|
4
|
-
CreateRotationResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateRotationRequest, CreateRotationResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateRotationCommandInput extends CreateRotationRequest {}
|
|
8
|
-
export interface CreateRotationCommandOutput
|
|
9
|
-
extends CreateRotationResult,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateRotationCommandOutput extends CreateRotationResult, __MetadataBearer {}
|
|
11
6
|
declare const CreateRotationCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateRotationCommandInput
|
|
8
|
+
input: CreateRotationCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateRotationCommandInput,
|
|
16
11
|
CreateRotationCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateRotationCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateRotationCommandInput
|
|
17
|
+
input: CreateRotationCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateRotationCommandInput,
|
|
25
20
|
CreateRotationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateRotationOverrideRequest,
|
|
4
|
-
CreateRotationOverrideResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateRotationOverrideRequest, CreateRotationOverrideResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateRotationOverrideCommandInput
|
|
8
|
-
extends CreateRotationOverrideRequest {}
|
|
4
|
+
export interface CreateRotationOverrideCommandInput extends CreateRotationOverrideRequest {}
|
|
9
5
|
export interface CreateRotationOverrideCommandOutput
|
|
10
|
-
extends CreateRotationOverrideResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateRotationOverrideResult, __MetadataBearer {}
|
|
12
7
|
declare const CreateRotationOverrideCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateRotationOverrideCommandInput
|
|
9
|
+
input: CreateRotationOverrideCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateRotationOverrideCommandInput,
|
|
17
12
|
CreateRotationOverrideCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateRotationOverrideCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateRotationOverrideCommandInput
|
|
18
|
+
input: CreateRotationOverrideCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateRotationOverrideCommandInput,
|
|
26
21
|
CreateRotationOverrideCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeactivateContactChannelResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeactivateContactChannelCommandInput
|
|
8
|
-
extends DeactivateContactChannelRequest {}
|
|
7
|
+
export interface DeactivateContactChannelCommandInput extends DeactivateContactChannelRequest {}
|
|
9
8
|
export interface DeactivateContactChannelCommandOutput
|
|
10
|
-
extends DeactivateContactChannelResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeactivateContactChannelResult, __MetadataBearer {}
|
|
12
10
|
declare const DeactivateContactChannelCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeactivateContactChannelCommandInput
|
|
12
|
+
input: DeactivateContactChannelCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeactivateContactChannelCommandInput,
|
|
17
15
|
DeactivateContactChannelCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeactivateContactChannelCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeactivateContactChannelCommandInput
|
|
21
|
+
input: DeactivateContactChannelCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeactivateContactChannelCommandInput,
|
|
26
24
|
DeactivateContactChannelCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteContactChannelRequest,
|
|
4
|
-
DeleteContactChannelResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteContactChannelRequest, DeleteContactChannelResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteContactChannelCommandInput
|
|
8
|
-
extends DeleteContactChannelRequest {}
|
|
4
|
+
export interface DeleteContactChannelCommandInput extends DeleteContactChannelRequest {}
|
|
9
5
|
export interface DeleteContactChannelCommandOutput
|
|
10
|
-
extends DeleteContactChannelResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteContactChannelResult, __MetadataBearer {}
|
|
12
7
|
declare const DeleteContactChannelCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteContactChannelCommandInput
|
|
9
|
+
input: DeleteContactChannelCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteContactChannelCommandInput,
|
|
17
12
|
DeleteContactChannelCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteContactChannelCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteContactChannelCommandInput
|
|
18
|
+
input: DeleteContactChannelCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteContactChannelCommandInput,
|
|
26
21
|
DeleteContactChannelCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DeleteContactRequest, DeleteContactResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteContactCommandInput extends DeleteContactRequest {}
|
|
5
|
-
export interface DeleteContactCommandOutput
|
|
6
|
-
extends DeleteContactResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteContactCommandOutput extends DeleteContactResult, __MetadataBearer {}
|
|
8
6
|
declare const DeleteContactCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteContactCommandInput
|
|
8
|
+
input: DeleteContactCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteContactCommandInput,
|
|
13
11
|
DeleteContactCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteContactCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteContactCommandInput
|
|
17
|
+
input: DeleteContactCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteContactCommandInput,
|
|
22
20
|
DeleteContactCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteRotationRequest,
|
|
4
|
-
DeleteRotationResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteRotationRequest, DeleteRotationResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteRotationCommandInput extends DeleteRotationRequest {}
|
|
8
|
-
export interface DeleteRotationCommandOutput
|
|
9
|
-
extends DeleteRotationResult,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteRotationCommandOutput extends DeleteRotationResult, __MetadataBearer {}
|
|
11
6
|
declare const DeleteRotationCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteRotationCommandInput
|
|
8
|
+
input: DeleteRotationCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteRotationCommandInput,
|
|
16
11
|
DeleteRotationCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteRotationCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteRotationCommandInput
|
|
17
|
+
input: DeleteRotationCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteRotationCommandInput,
|
|
25
20
|
DeleteRotationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteRotationOverrideRequest,
|
|
4
|
-
DeleteRotationOverrideResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteRotationOverrideRequest, DeleteRotationOverrideResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteRotationOverrideCommandInput
|
|
8
|
-
extends DeleteRotationOverrideRequest {}
|
|
4
|
+
export interface DeleteRotationOverrideCommandInput extends DeleteRotationOverrideRequest {}
|
|
9
5
|
export interface DeleteRotationOverrideCommandOutput
|
|
10
|
-
extends DeleteRotationOverrideResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteRotationOverrideResult, __MetadataBearer {}
|
|
12
7
|
declare const DeleteRotationOverrideCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteRotationOverrideCommandInput
|
|
9
|
+
input: DeleteRotationOverrideCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteRotationOverrideCommandInput,
|
|
17
12
|
DeleteRotationOverrideCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteRotationOverrideCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteRotationOverrideCommandInput
|
|
18
|
+
input: DeleteRotationOverrideCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteRotationOverrideCommandInput,
|
|
26
21
|
DeleteRotationOverrideCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeEngagementRequest,
|
|
4
|
-
DescribeEngagementResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeEngagementRequest, DescribeEngagementResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeEngagementCommandInput
|
|
8
|
-
extends DescribeEngagementRequest {}
|
|
4
|
+
export interface DescribeEngagementCommandInput extends DescribeEngagementRequest {}
|
|
9
5
|
export interface DescribeEngagementCommandOutput
|
|
10
|
-
extends DescribeEngagementResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeEngagementResult, __MetadataBearer {}
|
|
12
7
|
declare const DescribeEngagementCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeEngagementCommandInput
|
|
9
|
+
input: DescribeEngagementCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeEngagementCommandInput,
|
|
17
12
|
DescribeEngagementCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeEngagementCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeEngagementCommandInput
|
|
18
|
+
input: DescribeEngagementCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeEngagementCommandInput,
|
|
26
21
|
DescribeEngagementCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DescribePageRequest, DescribePageResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DescribePageCommandInput extends DescribePageRequest {}
|
|
5
|
-
export interface DescribePageCommandOutput
|
|
6
|
-
extends DescribePageResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribePageCommandOutput extends DescribePageResult, __MetadataBearer {}
|
|
8
6
|
declare const DescribePageCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DescribePageCommandInput
|
|
8
|
+
input: DescribePageCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DescribePageCommandInput,
|
|
13
11
|
DescribePageCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DescribePageCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DescribePageCommandInput
|
|
17
|
+
input: DescribePageCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DescribePageCommandInput,
|
|
22
20
|
DescribePageCommandOutput,
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetContactChannelRequest,
|
|
4
|
-
GetContactChannelResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetContactChannelRequest, GetContactChannelResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetContactChannelCommandInput
|
|
8
|
-
|
|
9
|
-
export interface GetContactChannelCommandOutput
|
|
10
|
-
extends GetContactChannelResult,
|
|
11
|
-
__MetadataBearer {}
|
|
4
|
+
export interface GetContactChannelCommandInput extends GetContactChannelRequest {}
|
|
5
|
+
export interface GetContactChannelCommandOutput extends GetContactChannelResult, __MetadataBearer {}
|
|
12
6
|
declare const GetContactChannelCommand_base: {
|
|
13
7
|
new (
|
|
14
|
-
input: GetContactChannelCommandInput
|
|
8
|
+
input: GetContactChannelCommandInput,
|
|
15
9
|
): import("@smithy/core/client").CommandImpl<
|
|
16
10
|
GetContactChannelCommandInput,
|
|
17
11
|
GetContactChannelCommandOutput,
|
|
@@ -20,7 +14,7 @@ declare const GetContactChannelCommand_base: {
|
|
|
20
14
|
import("..").ServiceOutputTypes
|
|
21
15
|
>;
|
|
22
16
|
new (
|
|
23
|
-
input: GetContactChannelCommandInput
|
|
17
|
+
input: GetContactChannelCommandInput,
|
|
24
18
|
): import("@smithy/core/client").CommandImpl<
|
|
25
19
|
GetContactChannelCommandInput,
|
|
26
20
|
GetContactChannelCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetContactRequest, GetContactResult } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetContactCommandInput extends GetContactRequest {}
|
|
5
|
-
export interface GetContactCommandOutput
|
|
6
|
-
extends GetContactResult,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetContactCommandOutput extends GetContactResult, __MetadataBearer {}
|
|
8
6
|
declare const GetContactCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetContactCommandInput
|
|
8
|
+
input: GetContactCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetContactCommandInput,
|
|
13
11
|
GetContactCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetContactCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetContactCommandInput
|
|
17
|
+
input: GetContactCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetContactCommandInput,
|
|
22
20
|
GetContactCommandOutput,
|