@aws-sdk/client-support 3.1077.0 → 3.1079.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 +24 -163
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AddAttachmentsToSetCommand.js +2 -14
- package/dist-es/commands/AddCommunicationToCaseCommand.js +2 -14
- package/dist-es/commands/CreateCaseCommand.js +2 -14
- package/dist-es/commands/DescribeAttachmentCommand.js +2 -14
- package/dist-es/commands/DescribeCasesCommand.js +2 -14
- package/dist-es/commands/DescribeCommunicationsCommand.js +2 -14
- package/dist-es/commands/DescribeCreateCaseOptionsCommand.js +2 -14
- package/dist-es/commands/DescribeServicesCommand.js +2 -14
- package/dist-es/commands/DescribeSeverityLevelsCommand.js +2 -14
- package/dist-es/commands/DescribeSupportedLanguagesCommand.js +2 -14
- package/dist-es/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.js +2 -14
- package/dist-es/commands/DescribeTrustedAdvisorCheckResultCommand.js +2 -14
- package/dist-es/commands/DescribeTrustedAdvisorCheckSummariesCommand.js +2 -14
- package/dist-es/commands/DescribeTrustedAdvisorChecksCommand.js +2 -14
- package/dist-es/commands/RefreshTrustedAdvisorCheckCommand.js +2 -14
- package/dist-es/commands/ResolveCaseCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AddAttachmentsToSetCommand.d.ts +3 -8
- package/dist-types/commands/AddCommunicationToCaseCommand.d.ts +3 -8
- package/dist-types/commands/CreateCaseCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAttachmentCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCasesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCommunicationsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCreateCaseOptionsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeServicesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSeverityLevelsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSupportedLanguagesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTrustedAdvisorCheckResultCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTrustedAdvisorCheckSummariesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTrustedAdvisorChecksCommand.d.ts +3 -8
- package/dist-types/commands/RefreshTrustedAdvisorCheckCommand.d.ts +3 -8
- package/dist-types/commands/ResolveCaseCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AddAttachmentsToSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AddCommunicationToCaseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCaseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAttachmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCasesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCommunicationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCreateCaseOptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSeverityLevelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSupportedLanguagesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckResultCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckSummariesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTrustedAdvisorChecksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RefreshTrustedAdvisorCheckCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ResolveCaseCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { AddCommunicationToCaseRequest, AddCommunicationToCaseResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface AddCommunicationToCaseCommandInput extends AddCommunicationToCa
|
|
|
22
19
|
export interface AddCommunicationToCaseCommandOutput extends AddCommunicationToCaseResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AddCommunicationToCaseCommand_base: {
|
|
25
|
-
new (input: AddCommunicationToCaseCommandInput): import("@smithy/core/client").CommandImpl<AddCommunicationToCaseCommandInput, AddCommunicationToCaseCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: AddCommunicationToCaseCommandInput): import("@smithy/core/client").CommandImpl<AddCommunicationToCaseCommandInput, AddCommunicationToCaseCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: AddCommunicationToCaseCommandInput): import("@smithy/core/client").CommandImpl<AddCommunicationToCaseCommandInput, AddCommunicationToCaseCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: AddCommunicationToCaseCommandInput): import("@smithy/core/client").CommandImpl<AddCommunicationToCaseCommandInput, AddCommunicationToCaseCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Adds additional customer communication to an Amazon Web Services Support case. Use the <code>caseId</code>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { CreateCaseRequest, CreateCaseResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateCaseCommandInput extends CreateCaseRequest {
|
|
|
22
19
|
export interface CreateCaseCommandOutput extends CreateCaseResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateCaseCommand_base: {
|
|
25
|
-
new (input: CreateCaseCommandInput): import("@smithy/core/client").CommandImpl<CreateCaseCommandInput, CreateCaseCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateCaseCommandInput): import("@smithy/core/client").CommandImpl<CreateCaseCommandInput, CreateCaseCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateCaseCommandInput): import("@smithy/core/client").CommandImpl<CreateCaseCommandInput, CreateCaseCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateCaseCommandInput): import("@smithy/core/client").CommandImpl<CreateCaseCommandInput, CreateCaseCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a case in the Amazon Web Services Support Center. This operation is similar to how you create a case
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DescribeAttachmentRequest, DescribeAttachmentResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeAttachmentCommandInput extends DescribeAttachmentReques
|
|
|
22
19
|
export interface DescribeAttachmentCommandOutput extends DescribeAttachmentResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeAttachmentCommand_base: {
|
|
25
|
-
new (input: DescribeAttachmentCommandInput): import("@smithy/core/client").CommandImpl<DescribeAttachmentCommandInput, DescribeAttachmentCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeAttachmentCommandInput): import("@smithy/core/client").CommandImpl<DescribeAttachmentCommandInput, DescribeAttachmentCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeAttachmentCommandInput): import("@smithy/core/client").CommandImpl<DescribeAttachmentCommandInput, DescribeAttachmentCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeAttachmentCommandInput): import("@smithy/core/client").CommandImpl<DescribeAttachmentCommandInput, DescribeAttachmentCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the attachment that has the specified ID. Attachments can include screenshots,
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DescribeCasesRequest, DescribeCasesResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeCasesCommandInput extends DescribeCasesRequest {
|
|
|
22
19
|
export interface DescribeCasesCommandOutput extends DescribeCasesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeCasesCommand_base: {
|
|
25
|
-
new (input: DescribeCasesCommandInput): import("@smithy/core/client").CommandImpl<DescribeCasesCommandInput, DescribeCasesCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DescribeCasesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeCasesCommandInput, DescribeCasesCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeCasesCommandInput): import("@smithy/core/client").CommandImpl<DescribeCasesCommandInput, DescribeCasesCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DescribeCasesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeCasesCommandInput, DescribeCasesCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of cases that you specify by passing one or more case IDs. You can use
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DescribeCommunicationsRequest, DescribeCommunicationsResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeCommunicationsCommandInput extends DescribeCommunicatio
|
|
|
22
19
|
export interface DescribeCommunicationsCommandOutput extends DescribeCommunicationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeCommunicationsCommand_base: {
|
|
25
|
-
new (input: DescribeCommunicationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeCommunicationsCommandInput, DescribeCommunicationsCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeCommunicationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeCommunicationsCommandInput, DescribeCommunicationsCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeCommunicationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeCommunicationsCommandInput, DescribeCommunicationsCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeCommunicationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeCommunicationsCommandInput, DescribeCommunicationsCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns communications and attachments for one or more support cases. Use the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DescribeCreateCaseOptionsRequest, DescribeCreateCaseOptionsResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeCreateCaseOptionsCommandInput extends DescribeCreateCas
|
|
|
22
19
|
export interface DescribeCreateCaseOptionsCommandOutput extends DescribeCreateCaseOptionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeCreateCaseOptionsCommand_base: {
|
|
25
|
-
new (input: DescribeCreateCaseOptionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeCreateCaseOptionsCommandInput, DescribeCreateCaseOptionsCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeCreateCaseOptionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeCreateCaseOptionsCommandInput, DescribeCreateCaseOptionsCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeCreateCaseOptionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeCreateCaseOptionsCommandInput, DescribeCreateCaseOptionsCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeCreateCaseOptionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeCreateCaseOptionsCommandInput, DescribeCreateCaseOptionsCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of CreateCaseOption types along with the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DescribeServicesRequest, DescribeServicesResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeServicesCommandInput extends DescribeServicesRequest {
|
|
|
22
19
|
export interface DescribeServicesCommandOutput extends DescribeServicesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeServicesCommand_base: {
|
|
25
|
-
new (input: DescribeServicesCommandInput): import("@smithy/core/client").CommandImpl<DescribeServicesCommandInput, DescribeServicesCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DescribeServicesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeServicesCommandInput, DescribeServicesCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeServicesCommandInput): import("@smithy/core/client").CommandImpl<DescribeServicesCommandInput, DescribeServicesCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DescribeServicesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeServicesCommandInput, DescribeServicesCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the current list of Amazon Web Services services and a list of service categories for each
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DescribeSeverityLevelsRequest, DescribeSeverityLevelsResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeSeverityLevelsCommandInput extends DescribeSeverityLeve
|
|
|
22
19
|
export interface DescribeSeverityLevelsCommandOutput extends DescribeSeverityLevelsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeSeverityLevelsCommand_base: {
|
|
25
|
-
new (input: DescribeSeverityLevelsCommandInput): import("@smithy/core/client").CommandImpl<DescribeSeverityLevelsCommandInput, DescribeSeverityLevelsCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DescribeSeverityLevelsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeSeverityLevelsCommandInput, DescribeSeverityLevelsCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeSeverityLevelsCommandInput): import("@smithy/core/client").CommandImpl<DescribeSeverityLevelsCommandInput, DescribeSeverityLevelsCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DescribeSeverityLevelsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeSeverityLevelsCommandInput, DescribeSeverityLevelsCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the list of severity levels that you can assign to a support case. The
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DescribeSupportedLanguagesRequest, DescribeSupportedLanguagesResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeSupportedLanguagesCommandInput extends DescribeSupporte
|
|
|
22
19
|
export interface DescribeSupportedLanguagesCommandOutput extends DescribeSupportedLanguagesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeSupportedLanguagesCommand_base: {
|
|
25
|
-
new (input: DescribeSupportedLanguagesCommandInput): import("@smithy/core/client").CommandImpl<DescribeSupportedLanguagesCommandInput, DescribeSupportedLanguagesCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeSupportedLanguagesCommandInput): import("@smithy/core/client").CommandImpl<DescribeSupportedLanguagesCommandInput, DescribeSupportedLanguagesCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeSupportedLanguagesCommandInput): import("@smithy/core/client").CommandImpl<DescribeSupportedLanguagesCommandInput, DescribeSupportedLanguagesCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeSupportedLanguagesCommandInput): import("@smithy/core/client").CommandImpl<DescribeSupportedLanguagesCommandInput, DescribeSupportedLanguagesCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of supported languages for a specified <code>categoryCode</code>,
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DescribeTrustedAdvisorCheckRefreshStatusesRequest, DescribeTrustedAdvisorCheckRefreshStatusesResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeTrustedAdvisorCheckRefreshStatusesCommandInput extends
|
|
|
22
19
|
export interface DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput extends DescribeTrustedAdvisorCheckRefreshStatusesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeTrustedAdvisorCheckRefreshStatusesCommand_base: {
|
|
25
|
-
new (input: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput): import("@smithy/core/client").CommandImpl<DescribeTrustedAdvisorCheckRefreshStatusesCommandInput, DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput): import("@smithy/core/client").CommandImpl<DescribeTrustedAdvisorCheckRefreshStatusesCommandInput, DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput): import("@smithy/core/client").CommandImpl<DescribeTrustedAdvisorCheckRefreshStatusesCommandInput, DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput): import("@smithy/core/client").CommandImpl<DescribeTrustedAdvisorCheckRefreshStatusesCommandInput, DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the refresh status of the Trusted Advisor checks that have the specified check
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DescribeTrustedAdvisorCheckResultRequest, DescribeTrustedAdvisorCheckResultResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeTrustedAdvisorCheckResultCommandInput extends DescribeT
|
|
|
22
19
|
export interface DescribeTrustedAdvisorCheckResultCommandOutput extends DescribeTrustedAdvisorCheckResultResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeTrustedAdvisorCheckResultCommand_base: {
|
|
25
|
-
new (input: DescribeTrustedAdvisorCheckResultCommandInput): import("@smithy/core/client").CommandImpl<DescribeTrustedAdvisorCheckResultCommandInput, DescribeTrustedAdvisorCheckResultCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeTrustedAdvisorCheckResultCommandInput): import("@smithy/core/client").CommandImpl<DescribeTrustedAdvisorCheckResultCommandInput, DescribeTrustedAdvisorCheckResultCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeTrustedAdvisorCheckResultCommandInput): import("@smithy/core/client").CommandImpl<DescribeTrustedAdvisorCheckResultCommandInput, DescribeTrustedAdvisorCheckResultCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeTrustedAdvisorCheckResultCommandInput): import("@smithy/core/client").CommandImpl<DescribeTrustedAdvisorCheckResultCommandInput, DescribeTrustedAdvisorCheckResultCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the results of the Trusted Advisor check that has the specified check ID. You
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DescribeTrustedAdvisorCheckSummariesRequest, DescribeTrustedAdvisorCheckSummariesResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeTrustedAdvisorCheckSummariesCommandInput extends Descri
|
|
|
22
19
|
export interface DescribeTrustedAdvisorCheckSummariesCommandOutput extends DescribeTrustedAdvisorCheckSummariesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeTrustedAdvisorCheckSummariesCommand_base: {
|
|
25
|
-
new (input: DescribeTrustedAdvisorCheckSummariesCommandInput): import("@smithy/core/client").CommandImpl<DescribeTrustedAdvisorCheckSummariesCommandInput, DescribeTrustedAdvisorCheckSummariesCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeTrustedAdvisorCheckSummariesCommandInput): import("@smithy/core/client").CommandImpl<DescribeTrustedAdvisorCheckSummariesCommandInput, DescribeTrustedAdvisorCheckSummariesCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeTrustedAdvisorCheckSummariesCommandInput): import("@smithy/core/client").CommandImpl<DescribeTrustedAdvisorCheckSummariesCommandInput, DescribeTrustedAdvisorCheckSummariesCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeTrustedAdvisorCheckSummariesCommandInput): import("@smithy/core/client").CommandImpl<DescribeTrustedAdvisorCheckSummariesCommandInput, DescribeTrustedAdvisorCheckSummariesCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the results for the Trusted Advisor check summaries for the check IDs that you
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DescribeTrustedAdvisorChecksRequest, DescribeTrustedAdvisorChecksResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeTrustedAdvisorChecksCommandInput extends DescribeTruste
|
|
|
22
19
|
export interface DescribeTrustedAdvisorChecksCommandOutput extends DescribeTrustedAdvisorChecksResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeTrustedAdvisorChecksCommand_base: {
|
|
25
|
-
new (input: DescribeTrustedAdvisorChecksCommandInput): import("@smithy/core/client").CommandImpl<DescribeTrustedAdvisorChecksCommandInput, DescribeTrustedAdvisorChecksCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeTrustedAdvisorChecksCommandInput): import("@smithy/core/client").CommandImpl<DescribeTrustedAdvisorChecksCommandInput, DescribeTrustedAdvisorChecksCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeTrustedAdvisorChecksCommandInput): import("@smithy/core/client").CommandImpl<DescribeTrustedAdvisorChecksCommandInput, DescribeTrustedAdvisorChecksCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeTrustedAdvisorChecksCommandInput): import("@smithy/core/client").CommandImpl<DescribeTrustedAdvisorChecksCommandInput, DescribeTrustedAdvisorChecksCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about all available Trusted Advisor checks, including the name, ID,
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { RefreshTrustedAdvisorCheckRequest, RefreshTrustedAdvisorCheckResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RefreshTrustedAdvisorCheckCommandInput extends RefreshTrustedAd
|
|
|
22
19
|
export interface RefreshTrustedAdvisorCheckCommandOutput extends RefreshTrustedAdvisorCheckResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RefreshTrustedAdvisorCheckCommand_base: {
|
|
25
|
-
new (input: RefreshTrustedAdvisorCheckCommandInput): import("@smithy/core/client").CommandImpl<RefreshTrustedAdvisorCheckCommandInput, RefreshTrustedAdvisorCheckCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RefreshTrustedAdvisorCheckCommandInput): import("@smithy/core/client").CommandImpl<RefreshTrustedAdvisorCheckCommandInput, RefreshTrustedAdvisorCheckCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RefreshTrustedAdvisorCheckCommandInput): import("@smithy/core/client").CommandImpl<RefreshTrustedAdvisorCheckCommandInput, RefreshTrustedAdvisorCheckCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RefreshTrustedAdvisorCheckCommandInput): import("@smithy/core/client").CommandImpl<RefreshTrustedAdvisorCheckCommandInput, RefreshTrustedAdvisorCheckCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Refreshes the Trusted Advisor check that you specify using the check ID. You can get the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ResolveCaseRequest, ResolveCaseResponse } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ResolveCaseCommandInput extends ResolveCaseRequest {
|
|
|
22
19
|
export interface ResolveCaseCommandOutput extends ResolveCaseResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ResolveCaseCommand_base: {
|
|
25
|
-
new (input: ResolveCaseCommandInput): import("@smithy/core/client").CommandImpl<ResolveCaseCommandInput, ResolveCaseCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ResolveCaseCommandInput]): import("@smithy/core/client").CommandImpl<ResolveCaseCommandInput, ResolveCaseCommandOutput, SupportClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ResolveCaseCommandInput): import("@smithy/core/client").CommandImpl<ResolveCaseCommandInput, ResolveCaseCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ResolveCaseCommandInput]): import("@smithy/core/client").CommandImpl<ResolveCaseCommandInput, ResolveCaseCommandOutput, import("..").SupportClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Resolves a support case. This operation takes a <code>caseId</code> and returns the
|
package/dist-types/index.d.ts
CHANGED
|
@@ -52,6 +52,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
52
52
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
53
53
|
export type { SupportExtensionConfiguration } from "./extensionConfiguration";
|
|
54
54
|
export * from "./commands";
|
|
55
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
55
56
|
export * from "./schemas/schemas_0";
|
|
56
57
|
export * from "./pagination";
|
|
57
58
|
export * from "./models/errors";
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ServiceInputTypes,
|
|
4
|
+
ServiceOutputTypes,
|
|
5
|
+
SupportClientResolvedConfig,
|
|
6
|
+
} from "./SupportClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
SupportClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
SupportClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
AddAttachmentsToSetRequest,
|
|
5
4
|
AddAttachmentsToSetResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SupportClientResolvedConfig,
|
|
11
|
-
} from "../SupportClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface AddAttachmentsToSetCommandInput
|
|
15
8
|
extends AddAttachmentsToSetRequest {}
|
|
16
9
|
export interface AddAttachmentsToSetCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const AddAttachmentsToSetCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
AddAttachmentsToSetCommandInput,
|
|
24
17
|
AddAttachmentsToSetCommandOutput,
|
|
25
|
-
SupportClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SupportClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: AddAttachmentsToSetCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
AddAttachmentsToSetCommandInput,
|
|
33
26
|
AddAttachmentsToSetCommandOutput,
|
|
34
|
-
SupportClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SupportClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class AddAttachmentsToSetCommand extends AddAttachmentsToSetCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
AddCommunicationToCaseRequest,
|
|
5
4
|
AddCommunicationToCaseResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SupportClientResolvedConfig,
|
|
11
|
-
} from "../SupportClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface AddCommunicationToCaseCommandInput
|
|
15
8
|
extends AddCommunicationToCaseRequest {}
|
|
16
9
|
export interface AddCommunicationToCaseCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const AddCommunicationToCaseCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
AddCommunicationToCaseCommandInput,
|
|
24
17
|
AddCommunicationToCaseCommandOutput,
|
|
25
|
-
SupportClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SupportClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: AddCommunicationToCaseCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
AddCommunicationToCaseCommandInput,
|
|
33
26
|
AddCommunicationToCaseCommandOutput,
|
|
34
|
-
SupportClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SupportClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class AddCommunicationToCaseCommand extends AddCommunicationToCaseCommand_base {
|
|
43
34
|
protected static __types: {
|