@aws-sdk/client-support 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 +48 -49
- package/dist-cjs/models/SupportServiceException.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/Support.js +1 -1
- package/dist-es/SupportClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AddAttachmentsToSetCommand.js +2 -2
- package/dist-es/commands/AddCommunicationToCaseCommand.js +2 -2
- package/dist-es/commands/CreateCaseCommand.js +2 -2
- package/dist-es/commands/DescribeAttachmentCommand.js +2 -2
- package/dist-es/commands/DescribeCasesCommand.js +2 -2
- package/dist-es/commands/DescribeCommunicationsCommand.js +2 -2
- package/dist-es/commands/DescribeCreateCaseOptionsCommand.js +2 -2
- package/dist-es/commands/DescribeServicesCommand.js +2 -2
- package/dist-es/commands/DescribeSeverityLevelsCommand.js +2 -2
- package/dist-es/commands/DescribeSupportedLanguagesCommand.js +2 -2
- package/dist-es/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.js +2 -2
- package/dist-es/commands/DescribeTrustedAdvisorCheckResultCommand.js +2 -2
- package/dist-es/commands/DescribeTrustedAdvisorCheckSummariesCommand.js +2 -2
- package/dist-es/commands/DescribeTrustedAdvisorChecksCommand.js +2 -2
- package/dist-es/commands/RefreshTrustedAdvisorCheckCommand.js +2 -2
- package/dist-es/commands/ResolveCaseCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/SupportServiceException.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/SupportClient.d.ts +5 -5
- package/dist-types/commands/AddAttachmentsToSetCommand.d.ts +6 -4
- package/dist-types/commands/AddCommunicationToCaseCommand.d.ts +6 -4
- package/dist-types/commands/CreateCaseCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAttachmentCommand.d.ts +6 -4
- package/dist-types/commands/DescribeCasesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeCommunicationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeCreateCaseOptionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeServicesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeSeverityLevelsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeSupportedLanguagesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTrustedAdvisorCheckResultCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTrustedAdvisorCheckSummariesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTrustedAdvisorChecksCommand.d.ts +6 -4
- package/dist-types/commands/RefreshTrustedAdvisorCheckCommand.d.ts +6 -4
- package/dist-types/commands/ResolveCaseCommand.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/SupportServiceException.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/SupportClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AddAttachmentsToSetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AddCommunicationToCaseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateCaseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAttachmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeCasesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeCommunicationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeCreateCaseOptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeSeverityLevelsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeSupportedLanguagesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckResultCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckSummariesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTrustedAdvisorChecksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RefreshTrustedAdvisorCheckCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ResolveCaseCommand.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/SupportServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { SupportServiceException as __BaseException } from "./SupportServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* <p>The limit for the number of attachment sets created in a short period of time has been
|
|
@@ -5,13 +5,13 @@ import type { SupportClientConfig } from "./SupportClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: SupportClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { SupportClientConfig } from "./SupportClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: SupportClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { SupportClientConfig } from "./SupportClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: SupportClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: SupportClientConfig) => {
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AddAttachmentsToSetRequest,
|
|
@@ -19,7 +19,7 @@ export interface AddAttachmentsToSetCommandOutput
|
|
|
19
19
|
declare const AddAttachmentsToSetCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: AddAttachmentsToSetCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
AddAttachmentsToSetCommandInput,
|
|
24
24
|
AddAttachmentsToSetCommandOutput,
|
|
25
25
|
SupportClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const AddAttachmentsToSetCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: AddAttachmentsToSetCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
AddAttachmentsToSetCommandInput,
|
|
33
33
|
AddAttachmentsToSetCommandOutput,
|
|
34
34
|
SupportClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class AddAttachmentsToSetCommand extends AddAttachmentsToSetCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AddCommunicationToCaseRequest,
|
|
@@ -19,7 +19,7 @@ export interface AddCommunicationToCaseCommandOutput
|
|
|
19
19
|
declare const AddCommunicationToCaseCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: AddCommunicationToCaseCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
AddCommunicationToCaseCommandInput,
|
|
24
24
|
AddCommunicationToCaseCommandOutput,
|
|
25
25
|
SupportClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const AddCommunicationToCaseCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: AddCommunicationToCaseCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
AddCommunicationToCaseCommandInput,
|
|
33
33
|
AddCommunicationToCaseCommandOutput,
|
|
34
34
|
SupportClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class AddCommunicationToCaseCommand extends AddCommunicationToCaseCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { CreateCaseRequest, CreateCaseResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface CreateCaseCommandOutput
|
|
|
15
15
|
declare const CreateCaseCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: CreateCaseCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CreateCaseCommandInput,
|
|
20
20
|
CreateCaseCommandOutput,
|
|
21
21
|
SupportClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const CreateCaseCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: CreateCaseCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
CreateCaseCommandInput,
|
|
29
29
|
CreateCaseCommandOutput,
|
|
30
30
|
SupportClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class CreateCaseCommand extends CreateCaseCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DescribeAttachmentRequest,
|
|
@@ -19,7 +19,7 @@ export interface DescribeAttachmentCommandOutput
|
|
|
19
19
|
declare const DescribeAttachmentCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeAttachmentCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeAttachmentCommandInput,
|
|
24
24
|
DescribeAttachmentCommandOutput,
|
|
25
25
|
SupportClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeAttachmentCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeAttachmentCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeAttachmentCommandInput,
|
|
33
33
|
DescribeAttachmentCommandOutput,
|
|
34
34
|
SupportClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeAttachmentCommand extends DescribeAttachmentCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DescribeCasesRequest,
|
|
@@ -18,7 +18,7 @@ export interface DescribeCasesCommandOutput
|
|
|
18
18
|
declare const DescribeCasesCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DescribeCasesCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DescribeCasesCommandInput,
|
|
23
23
|
DescribeCasesCommandOutput,
|
|
24
24
|
SupportClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DescribeCasesCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [DescribeCasesCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DescribeCasesCommandInput,
|
|
32
32
|
DescribeCasesCommandOutput,
|
|
33
33
|
SupportClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DescribeCasesCommand extends DescribeCasesCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DescribeCommunicationsRequest,
|
|
@@ -19,7 +19,7 @@ export interface DescribeCommunicationsCommandOutput
|
|
|
19
19
|
declare const DescribeCommunicationsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeCommunicationsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeCommunicationsCommandInput,
|
|
24
24
|
DescribeCommunicationsCommandOutput,
|
|
25
25
|
SupportClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeCommunicationsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeCommunicationsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeCommunicationsCommandInput,
|
|
33
33
|
DescribeCommunicationsCommandOutput,
|
|
34
34
|
SupportClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeCommunicationsCommand extends DescribeCommunicationsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DescribeCreateCaseOptionsRequest,
|
|
@@ -19,7 +19,7 @@ export interface DescribeCreateCaseOptionsCommandOutput
|
|
|
19
19
|
declare const DescribeCreateCaseOptionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeCreateCaseOptionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeCreateCaseOptionsCommandInput,
|
|
24
24
|
DescribeCreateCaseOptionsCommandOutput,
|
|
25
25
|
SupportClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeCreateCaseOptionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeCreateCaseOptionsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeCreateCaseOptionsCommandInput,
|
|
33
33
|
DescribeCreateCaseOptionsCommandOutput,
|
|
34
34
|
SupportClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeCreateCaseOptionsCommand extends DescribeCreateCaseOptionsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DescribeServicesRequest,
|
|
@@ -18,7 +18,7 @@ export interface DescribeServicesCommandOutput
|
|
|
18
18
|
declare const DescribeServicesCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DescribeServicesCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DescribeServicesCommandInput,
|
|
23
23
|
DescribeServicesCommandOutput,
|
|
24
24
|
SupportClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DescribeServicesCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [DescribeServicesCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DescribeServicesCommandInput,
|
|
32
32
|
DescribeServicesCommandOutput,
|
|
33
33
|
SupportClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DescribeServicesCommand extends DescribeServicesCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DescribeSeverityLevelsRequest,
|
|
@@ -19,7 +19,7 @@ export interface DescribeSeverityLevelsCommandOutput
|
|
|
19
19
|
declare const DescribeSeverityLevelsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeSeverityLevelsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeSeverityLevelsCommandInput,
|
|
24
24
|
DescribeSeverityLevelsCommandOutput,
|
|
25
25
|
SupportClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeSeverityLevelsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeSeverityLevelsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeSeverityLevelsCommandInput,
|
|
33
33
|
DescribeSeverityLevelsCommandOutput,
|
|
34
34
|
SupportClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeSeverityLevelsCommand extends DescribeSeverityLevelsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DescribeSupportedLanguagesRequest,
|
|
@@ -19,7 +19,7 @@ export interface DescribeSupportedLanguagesCommandOutput
|
|
|
19
19
|
declare const DescribeSupportedLanguagesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeSupportedLanguagesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeSupportedLanguagesCommandInput,
|
|
24
24
|
DescribeSupportedLanguagesCommandOutput,
|
|
25
25
|
SupportClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeSupportedLanguagesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeSupportedLanguagesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeSupportedLanguagesCommandInput,
|
|
33
33
|
DescribeSupportedLanguagesCommandOutput,
|
|
34
34
|
SupportClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeSupportedLanguagesCommand extends DescribeSupportedLanguagesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DescribeTrustedAdvisorCheckRefreshStatusesRequest,
|
|
@@ -19,7 +19,7 @@ export interface DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput
|
|
|
19
19
|
declare const DescribeTrustedAdvisorCheckRefreshStatusesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeTrustedAdvisorCheckRefreshStatusesCommandInput,
|
|
24
24
|
DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput,
|
|
25
25
|
SupportClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeTrustedAdvisorCheckRefreshStatusesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeTrustedAdvisorCheckRefreshStatusesCommandInput,
|
|
33
33
|
DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput,
|
|
34
34
|
SupportClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeTrustedAdvisorCheckRefreshStatusesCommand extends DescribeTrustedAdvisorCheckRefreshStatusesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DescribeTrustedAdvisorCheckResultRequest,
|
|
@@ -19,7 +19,7 @@ export interface DescribeTrustedAdvisorCheckResultCommandOutput
|
|
|
19
19
|
declare const DescribeTrustedAdvisorCheckResultCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeTrustedAdvisorCheckResultCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeTrustedAdvisorCheckResultCommandInput,
|
|
24
24
|
DescribeTrustedAdvisorCheckResultCommandOutput,
|
|
25
25
|
SupportClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeTrustedAdvisorCheckResultCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeTrustedAdvisorCheckResultCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeTrustedAdvisorCheckResultCommandInput,
|
|
33
33
|
DescribeTrustedAdvisorCheckResultCommandOutput,
|
|
34
34
|
SupportClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeTrustedAdvisorCheckResultCommand extends DescribeTrustedAdvisorCheckResultCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DescribeTrustedAdvisorCheckSummariesRequest,
|
|
@@ -19,7 +19,7 @@ export interface DescribeTrustedAdvisorCheckSummariesCommandOutput
|
|
|
19
19
|
declare const DescribeTrustedAdvisorCheckSummariesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeTrustedAdvisorCheckSummariesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeTrustedAdvisorCheckSummariesCommandInput,
|
|
24
24
|
DescribeTrustedAdvisorCheckSummariesCommandOutput,
|
|
25
25
|
SupportClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeTrustedAdvisorCheckSummariesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeTrustedAdvisorCheckSummariesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeTrustedAdvisorCheckSummariesCommandInput,
|
|
33
33
|
DescribeTrustedAdvisorCheckSummariesCommandOutput,
|
|
34
34
|
SupportClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeTrustedAdvisorCheckSummariesCommand extends DescribeTrustedAdvisorCheckSummariesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DescribeTrustedAdvisorChecksRequest,
|
|
@@ -19,7 +19,7 @@ export interface DescribeTrustedAdvisorChecksCommandOutput
|
|
|
19
19
|
declare const DescribeTrustedAdvisorChecksCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeTrustedAdvisorChecksCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeTrustedAdvisorChecksCommandInput,
|
|
24
24
|
DescribeTrustedAdvisorChecksCommandOutput,
|
|
25
25
|
SupportClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeTrustedAdvisorChecksCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeTrustedAdvisorChecksCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeTrustedAdvisorChecksCommandInput,
|
|
33
33
|
DescribeTrustedAdvisorChecksCommandOutput,
|
|
34
34
|
SupportClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeTrustedAdvisorChecksCommand extends DescribeTrustedAdvisorChecksCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
RefreshTrustedAdvisorCheckRequest,
|
|
@@ -19,7 +19,7 @@ export interface RefreshTrustedAdvisorCheckCommandOutput
|
|
|
19
19
|
declare const RefreshTrustedAdvisorCheckCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: RefreshTrustedAdvisorCheckCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
RefreshTrustedAdvisorCheckCommandInput,
|
|
24
24
|
RefreshTrustedAdvisorCheckCommandOutput,
|
|
25
25
|
SupportClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const RefreshTrustedAdvisorCheckCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: RefreshTrustedAdvisorCheckCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
RefreshTrustedAdvisorCheckCommandInput,
|
|
33
33
|
RefreshTrustedAdvisorCheckCommandOutput,
|
|
34
34
|
SupportClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class RefreshTrustedAdvisorCheckCommand extends RefreshTrustedAdvisorCheckCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ResolveCaseRequest, ResolveCaseResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface ResolveCaseCommandOutput
|
|
|
15
15
|
declare const ResolveCaseCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ResolveCaseCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ResolveCaseCommandInput,
|
|
20
20
|
ResolveCaseCommandOutput,
|
|
21
21
|
SupportClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ResolveCaseCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [ResolveCaseCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ResolveCaseCommandInput,
|
|
29
29
|
ResolveCaseCommandOutput,
|
|
30
30
|
SupportClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ResolveCaseCommand extends ResolveCaseCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|