@aws-sdk/client-support 3.926.0 → 3.928.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 +752 -755
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/SupportClient.js +2 -0
- package/dist-es/commands/AddAttachmentsToSetCommand.js +3 -9
- package/dist-es/commands/AddCommunicationToCaseCommand.js +3 -9
- package/dist-es/commands/CreateCaseCommand.js +3 -9
- package/dist-es/commands/DescribeAttachmentCommand.js +3 -9
- package/dist-es/commands/DescribeCasesCommand.js +3 -9
- package/dist-es/commands/DescribeCommunicationsCommand.js +3 -9
- package/dist-es/commands/DescribeCreateCaseOptionsCommand.js +3 -9
- package/dist-es/commands/DescribeServicesCommand.js +3 -9
- package/dist-es/commands/DescribeSeverityLevelsCommand.js +3 -9
- package/dist-es/commands/DescribeSupportedLanguagesCommand.js +3 -9
- package/dist-es/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.js +3 -9
- package/dist-es/commands/DescribeTrustedAdvisorCheckResultCommand.js +3 -9
- package/dist-es/commands/DescribeTrustedAdvisorCheckSummariesCommand.js +3 -9
- package/dist-es/commands/DescribeTrustedAdvisorChecksCommand.js +3 -9
- package/dist-es/commands/RefreshTrustedAdvisorCheckCommand.js +3 -9
- package/dist-es/commands/ResolveCaseCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +691 -0
- package/dist-types/SupportClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +99 -0
- package/dist-types/ts3.4/SupportClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +104 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_1.js +0 -617
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -146
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -197
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: SupportClientConfig) => {
|
|
|
29
29
|
profile?: string;
|
|
30
30
|
logger: import("@smithy/types").Logger;
|
|
31
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
32
33
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
34
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
34
35
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: SupportClientConfig) => {
|
|
|
31
31
|
profile?: string;
|
|
32
32
|
logger: import("@smithy/types").Logger;
|
|
33
33
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
34
35
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
35
36
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
36
37
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: SupportClientConfig) => {
|
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
29
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
30
31
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
31
32
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
32
33
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: SupportClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SupportHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
17
18
|
serviceId: string;
|
|
18
19
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
20
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var AddAttachmentsToSetRequest: StaticStructureSchema;
|
|
3
|
+
export declare var AddAttachmentsToSetResponse: StaticStructureSchema;
|
|
4
|
+
export declare var AddCommunicationToCaseRequest: StaticStructureSchema;
|
|
5
|
+
export declare var AddCommunicationToCaseResponse: StaticStructureSchema;
|
|
6
|
+
export declare var Attachment: StaticStructureSchema;
|
|
7
|
+
export declare var AttachmentDetails: StaticStructureSchema;
|
|
8
|
+
export declare var AttachmentIdNotFound: StaticErrorSchema;
|
|
9
|
+
export declare var AttachmentLimitExceeded: StaticErrorSchema;
|
|
10
|
+
export declare var AttachmentSetExpired: StaticErrorSchema;
|
|
11
|
+
export declare var AttachmentSetIdNotFound: StaticErrorSchema;
|
|
12
|
+
export declare var AttachmentSetSizeLimitExceeded: StaticErrorSchema;
|
|
13
|
+
export declare var CaseCreationLimitExceeded: StaticErrorSchema;
|
|
14
|
+
export declare var CaseDetails: StaticStructureSchema;
|
|
15
|
+
export declare var CaseIdNotFound: StaticErrorSchema;
|
|
16
|
+
export declare var Category: StaticStructureSchema;
|
|
17
|
+
export declare var Communication: StaticStructureSchema;
|
|
18
|
+
export declare var CommunicationTypeOptions: StaticStructureSchema;
|
|
19
|
+
export declare var CreateCaseRequest: StaticStructureSchema;
|
|
20
|
+
export declare var CreateCaseResponse: StaticStructureSchema;
|
|
21
|
+
export declare var DateInterval: StaticStructureSchema;
|
|
22
|
+
export declare var DescribeAttachmentLimitExceeded: StaticErrorSchema;
|
|
23
|
+
export declare var DescribeAttachmentRequest: StaticStructureSchema;
|
|
24
|
+
export declare var DescribeAttachmentResponse: StaticStructureSchema;
|
|
25
|
+
export declare var DescribeCasesRequest: StaticStructureSchema;
|
|
26
|
+
export declare var DescribeCasesResponse: StaticStructureSchema;
|
|
27
|
+
export declare var DescribeCommunicationsRequest: StaticStructureSchema;
|
|
28
|
+
export declare var DescribeCommunicationsResponse: StaticStructureSchema;
|
|
29
|
+
export declare var DescribeCreateCaseOptionsRequest: StaticStructureSchema;
|
|
30
|
+
export declare var DescribeCreateCaseOptionsResponse: StaticStructureSchema;
|
|
31
|
+
export declare var DescribeServicesRequest: StaticStructureSchema;
|
|
32
|
+
export declare var DescribeServicesResponse: StaticStructureSchema;
|
|
33
|
+
export declare var DescribeSeverityLevelsRequest: StaticStructureSchema;
|
|
34
|
+
export declare var DescribeSeverityLevelsResponse: StaticStructureSchema;
|
|
35
|
+
export declare var DescribeSupportedLanguagesRequest: StaticStructureSchema;
|
|
36
|
+
export declare var DescribeSupportedLanguagesResponse: StaticStructureSchema;
|
|
37
|
+
export declare var DescribeTrustedAdvisorCheckRefreshStatusesRequest: StaticStructureSchema;
|
|
38
|
+
export declare var DescribeTrustedAdvisorCheckRefreshStatusesResponse: StaticStructureSchema;
|
|
39
|
+
export declare var DescribeTrustedAdvisorCheckResultRequest: StaticStructureSchema;
|
|
40
|
+
export declare var DescribeTrustedAdvisorCheckResultResponse: StaticStructureSchema;
|
|
41
|
+
export declare var DescribeTrustedAdvisorChecksRequest: StaticStructureSchema;
|
|
42
|
+
export declare var DescribeTrustedAdvisorChecksResponse: StaticStructureSchema;
|
|
43
|
+
export declare var DescribeTrustedAdvisorCheckSummariesRequest: StaticStructureSchema;
|
|
44
|
+
export declare var DescribeTrustedAdvisorCheckSummariesResponse: StaticStructureSchema;
|
|
45
|
+
export declare var InternalServerError: StaticErrorSchema;
|
|
46
|
+
export declare var RecentCaseCommunications: StaticStructureSchema;
|
|
47
|
+
export declare var RefreshTrustedAdvisorCheckRequest: StaticStructureSchema;
|
|
48
|
+
export declare var RefreshTrustedAdvisorCheckResponse: StaticStructureSchema;
|
|
49
|
+
export declare var ResolveCaseRequest: StaticStructureSchema;
|
|
50
|
+
export declare var ResolveCaseResponse: StaticStructureSchema;
|
|
51
|
+
export declare var Service: StaticStructureSchema;
|
|
52
|
+
export declare var SeverityLevel: StaticStructureSchema;
|
|
53
|
+
export declare var SupportedHour: StaticStructureSchema;
|
|
54
|
+
export declare var SupportedLanguage: StaticStructureSchema;
|
|
55
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
56
|
+
export declare var TrustedAdvisorCategorySpecificSummary: StaticStructureSchema;
|
|
57
|
+
export declare var TrustedAdvisorCheckDescription: StaticStructureSchema;
|
|
58
|
+
export declare var TrustedAdvisorCheckRefreshStatus: StaticStructureSchema;
|
|
59
|
+
export declare var TrustedAdvisorCheckResult: StaticStructureSchema;
|
|
60
|
+
export declare var TrustedAdvisorCheckSummary: StaticStructureSchema;
|
|
61
|
+
export declare var TrustedAdvisorCostOptimizingSummary: StaticStructureSchema;
|
|
62
|
+
export declare var TrustedAdvisorResourceDetail: StaticStructureSchema;
|
|
63
|
+
export declare var TrustedAdvisorResourcesSummary: StaticStructureSchema;
|
|
64
|
+
export declare var SupportServiceException: StaticErrorSchema;
|
|
65
|
+
export declare var Attachments: StaticListSchema;
|
|
66
|
+
export declare var AttachmentSet: StaticListSchema;
|
|
67
|
+
export declare var CaseIdList: number;
|
|
68
|
+
export declare var CaseList: StaticListSchema;
|
|
69
|
+
export declare var CategoryList: StaticListSchema;
|
|
70
|
+
export declare var CcEmailAddressList: number;
|
|
71
|
+
export declare var CommunicationList: StaticListSchema;
|
|
72
|
+
export declare var CommunicationTypeOptionsList: StaticListSchema;
|
|
73
|
+
export declare var DatesWithoutSupportList: StaticListSchema;
|
|
74
|
+
export declare var ServiceCodeList: number;
|
|
75
|
+
export declare var ServiceList: StaticListSchema;
|
|
76
|
+
export declare var SeverityLevelsList: StaticListSchema;
|
|
77
|
+
export declare var StringList: StaticListSchema;
|
|
78
|
+
export declare var SupportedHoursList: StaticListSchema;
|
|
79
|
+
export declare var SupportedLanguagesList: StaticListSchema;
|
|
80
|
+
export declare var TrustedAdvisorCheckList: StaticListSchema;
|
|
81
|
+
export declare var TrustedAdvisorCheckRefreshStatusList: StaticListSchema;
|
|
82
|
+
export declare var TrustedAdvisorCheckSummaryList: StaticListSchema;
|
|
83
|
+
export declare var TrustedAdvisorResourceDetailList: StaticListSchema;
|
|
84
|
+
export declare var AddAttachmentsToSet: StaticOperationSchema;
|
|
85
|
+
export declare var AddCommunicationToCase: StaticOperationSchema;
|
|
86
|
+
export declare var CreateCase: StaticOperationSchema;
|
|
87
|
+
export declare var DescribeAttachment: StaticOperationSchema;
|
|
88
|
+
export declare var DescribeCases: StaticOperationSchema;
|
|
89
|
+
export declare var DescribeCommunications: StaticOperationSchema;
|
|
90
|
+
export declare var DescribeCreateCaseOptions: StaticOperationSchema;
|
|
91
|
+
export declare var DescribeServices: StaticOperationSchema;
|
|
92
|
+
export declare var DescribeSeverityLevels: StaticOperationSchema;
|
|
93
|
+
export declare var DescribeSupportedLanguages: StaticOperationSchema;
|
|
94
|
+
export declare var DescribeTrustedAdvisorCheckRefreshStatuses: StaticOperationSchema;
|
|
95
|
+
export declare var DescribeTrustedAdvisorCheckResult: StaticOperationSchema;
|
|
96
|
+
export declare var DescribeTrustedAdvisorChecks: StaticOperationSchema;
|
|
97
|
+
export declare var DescribeTrustedAdvisorCheckSummaries: StaticOperationSchema;
|
|
98
|
+
export declare var RefreshTrustedAdvisorCheck: StaticOperationSchema;
|
|
99
|
+
export declare var ResolveCase: StaticOperationSchema;
|
|
@@ -30,10 +30,13 @@ import {
|
|
|
30
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
33
|
+
ClientProtocol,
|
|
33
34
|
Decoder as __Decoder,
|
|
34
35
|
Encoder as __Encoder,
|
|
35
36
|
HashConstructor as __HashConstructor,
|
|
36
37
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
38
|
+
HttpRequest,
|
|
39
|
+
HttpResponse,
|
|
37
40
|
Logger as __Logger,
|
|
38
41
|
Provider as __Provider,
|
|
39
42
|
Provider,
|
|
@@ -174,6 +177,7 @@ export interface ClientDefaults
|
|
|
174
177
|
retryMode?: string | __Provider<string>;
|
|
175
178
|
logger?: __Logger;
|
|
176
179
|
extensions?: RuntimeExtension[];
|
|
180
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
177
181
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
178
182
|
}
|
|
179
183
|
export type SupportClientConfigType = Partial<
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: SupportClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
userAgentAppId?:
|
|
43
47
|
| string
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: SupportClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
retryStrategy?:
|
|
43
47
|
| import("@smithy/types").RetryStrategy
|
|
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: SupportClientConfig) => {
|
|
|
37
37
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
38
|
logger: import("@smithy/types").Logger;
|
|
39
39
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
40
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
41
|
+
import("@smithy/types").HttpRequest,
|
|
42
|
+
import("@smithy/types").HttpResponse
|
|
43
|
+
>;
|
|
40
44
|
defaultsMode:
|
|
41
45
|
| import("@smithy/smithy-client").DefaultsMode
|
|
42
46
|
| import("@smithy/types").Provider<
|
|
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: SupportClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SupportHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
18
|
+
import("@smithy/types").HttpRequest,
|
|
19
|
+
import("@smithy/types").HttpResponse
|
|
20
|
+
>;
|
|
17
21
|
serviceId: string;
|
|
18
22
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
23
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import {
|
|
2
|
+
StaticErrorSchema,
|
|
3
|
+
StaticListSchema,
|
|
4
|
+
StaticOperationSchema,
|
|
5
|
+
StaticStructureSchema,
|
|
6
|
+
} from "@smithy/types";
|
|
7
|
+
export declare var AddAttachmentsToSetRequest: StaticStructureSchema;
|
|
8
|
+
export declare var AddAttachmentsToSetResponse: StaticStructureSchema;
|
|
9
|
+
export declare var AddCommunicationToCaseRequest: StaticStructureSchema;
|
|
10
|
+
export declare var AddCommunicationToCaseResponse: StaticStructureSchema;
|
|
11
|
+
export declare var Attachment: StaticStructureSchema;
|
|
12
|
+
export declare var AttachmentDetails: StaticStructureSchema;
|
|
13
|
+
export declare var AttachmentIdNotFound: StaticErrorSchema;
|
|
14
|
+
export declare var AttachmentLimitExceeded: StaticErrorSchema;
|
|
15
|
+
export declare var AttachmentSetExpired: StaticErrorSchema;
|
|
16
|
+
export declare var AttachmentSetIdNotFound: StaticErrorSchema;
|
|
17
|
+
export declare var AttachmentSetSizeLimitExceeded: StaticErrorSchema;
|
|
18
|
+
export declare var CaseCreationLimitExceeded: StaticErrorSchema;
|
|
19
|
+
export declare var CaseDetails: StaticStructureSchema;
|
|
20
|
+
export declare var CaseIdNotFound: StaticErrorSchema;
|
|
21
|
+
export declare var Category: StaticStructureSchema;
|
|
22
|
+
export declare var Communication: StaticStructureSchema;
|
|
23
|
+
export declare var CommunicationTypeOptions: StaticStructureSchema;
|
|
24
|
+
export declare var CreateCaseRequest: StaticStructureSchema;
|
|
25
|
+
export declare var CreateCaseResponse: StaticStructureSchema;
|
|
26
|
+
export declare var DateInterval: StaticStructureSchema;
|
|
27
|
+
export declare var DescribeAttachmentLimitExceeded: StaticErrorSchema;
|
|
28
|
+
export declare var DescribeAttachmentRequest: StaticStructureSchema;
|
|
29
|
+
export declare var DescribeAttachmentResponse: StaticStructureSchema;
|
|
30
|
+
export declare var DescribeCasesRequest: StaticStructureSchema;
|
|
31
|
+
export declare var DescribeCasesResponse: StaticStructureSchema;
|
|
32
|
+
export declare var DescribeCommunicationsRequest: StaticStructureSchema;
|
|
33
|
+
export declare var DescribeCommunicationsResponse: StaticStructureSchema;
|
|
34
|
+
export declare var DescribeCreateCaseOptionsRequest: StaticStructureSchema;
|
|
35
|
+
export declare var DescribeCreateCaseOptionsResponse: StaticStructureSchema;
|
|
36
|
+
export declare var DescribeServicesRequest: StaticStructureSchema;
|
|
37
|
+
export declare var DescribeServicesResponse: StaticStructureSchema;
|
|
38
|
+
export declare var DescribeSeverityLevelsRequest: StaticStructureSchema;
|
|
39
|
+
export declare var DescribeSeverityLevelsResponse: StaticStructureSchema;
|
|
40
|
+
export declare var DescribeSupportedLanguagesRequest: StaticStructureSchema;
|
|
41
|
+
export declare var DescribeSupportedLanguagesResponse: StaticStructureSchema;
|
|
42
|
+
export declare var DescribeTrustedAdvisorCheckRefreshStatusesRequest: StaticStructureSchema;
|
|
43
|
+
export declare var DescribeTrustedAdvisorCheckRefreshStatusesResponse: StaticStructureSchema;
|
|
44
|
+
export declare var DescribeTrustedAdvisorCheckResultRequest: StaticStructureSchema;
|
|
45
|
+
export declare var DescribeTrustedAdvisorCheckResultResponse: StaticStructureSchema;
|
|
46
|
+
export declare var DescribeTrustedAdvisorChecksRequest: StaticStructureSchema;
|
|
47
|
+
export declare var DescribeTrustedAdvisorChecksResponse: StaticStructureSchema;
|
|
48
|
+
export declare var DescribeTrustedAdvisorCheckSummariesRequest: StaticStructureSchema;
|
|
49
|
+
export declare var DescribeTrustedAdvisorCheckSummariesResponse: StaticStructureSchema;
|
|
50
|
+
export declare var InternalServerError: StaticErrorSchema;
|
|
51
|
+
export declare var RecentCaseCommunications: StaticStructureSchema;
|
|
52
|
+
export declare var RefreshTrustedAdvisorCheckRequest: StaticStructureSchema;
|
|
53
|
+
export declare var RefreshTrustedAdvisorCheckResponse: StaticStructureSchema;
|
|
54
|
+
export declare var ResolveCaseRequest: StaticStructureSchema;
|
|
55
|
+
export declare var ResolveCaseResponse: StaticStructureSchema;
|
|
56
|
+
export declare var Service: StaticStructureSchema;
|
|
57
|
+
export declare var SeverityLevel: StaticStructureSchema;
|
|
58
|
+
export declare var SupportedHour: StaticStructureSchema;
|
|
59
|
+
export declare var SupportedLanguage: StaticStructureSchema;
|
|
60
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
61
|
+
export declare var TrustedAdvisorCategorySpecificSummary: StaticStructureSchema;
|
|
62
|
+
export declare var TrustedAdvisorCheckDescription: StaticStructureSchema;
|
|
63
|
+
export declare var TrustedAdvisorCheckRefreshStatus: StaticStructureSchema;
|
|
64
|
+
export declare var TrustedAdvisorCheckResult: StaticStructureSchema;
|
|
65
|
+
export declare var TrustedAdvisorCheckSummary: StaticStructureSchema;
|
|
66
|
+
export declare var TrustedAdvisorCostOptimizingSummary: StaticStructureSchema;
|
|
67
|
+
export declare var TrustedAdvisorResourceDetail: StaticStructureSchema;
|
|
68
|
+
export declare var TrustedAdvisorResourcesSummary: StaticStructureSchema;
|
|
69
|
+
export declare var SupportServiceException: StaticErrorSchema;
|
|
70
|
+
export declare var Attachments: StaticListSchema;
|
|
71
|
+
export declare var AttachmentSet: StaticListSchema;
|
|
72
|
+
export declare var CaseIdList: number;
|
|
73
|
+
export declare var CaseList: StaticListSchema;
|
|
74
|
+
export declare var CategoryList: StaticListSchema;
|
|
75
|
+
export declare var CcEmailAddressList: number;
|
|
76
|
+
export declare var CommunicationList: StaticListSchema;
|
|
77
|
+
export declare var CommunicationTypeOptionsList: StaticListSchema;
|
|
78
|
+
export declare var DatesWithoutSupportList: StaticListSchema;
|
|
79
|
+
export declare var ServiceCodeList: number;
|
|
80
|
+
export declare var ServiceList: StaticListSchema;
|
|
81
|
+
export declare var SeverityLevelsList: StaticListSchema;
|
|
82
|
+
export declare var StringList: StaticListSchema;
|
|
83
|
+
export declare var SupportedHoursList: StaticListSchema;
|
|
84
|
+
export declare var SupportedLanguagesList: StaticListSchema;
|
|
85
|
+
export declare var TrustedAdvisorCheckList: StaticListSchema;
|
|
86
|
+
export declare var TrustedAdvisorCheckRefreshStatusList: StaticListSchema;
|
|
87
|
+
export declare var TrustedAdvisorCheckSummaryList: StaticListSchema;
|
|
88
|
+
export declare var TrustedAdvisorResourceDetailList: StaticListSchema;
|
|
89
|
+
export declare var AddAttachmentsToSet: StaticOperationSchema;
|
|
90
|
+
export declare var AddCommunicationToCase: StaticOperationSchema;
|
|
91
|
+
export declare var CreateCase: StaticOperationSchema;
|
|
92
|
+
export declare var DescribeAttachment: StaticOperationSchema;
|
|
93
|
+
export declare var DescribeCases: StaticOperationSchema;
|
|
94
|
+
export declare var DescribeCommunications: StaticOperationSchema;
|
|
95
|
+
export declare var DescribeCreateCaseOptions: StaticOperationSchema;
|
|
96
|
+
export declare var DescribeServices: StaticOperationSchema;
|
|
97
|
+
export declare var DescribeSeverityLevels: StaticOperationSchema;
|
|
98
|
+
export declare var DescribeSupportedLanguages: StaticOperationSchema;
|
|
99
|
+
export declare var DescribeTrustedAdvisorCheckRefreshStatuses: StaticOperationSchema;
|
|
100
|
+
export declare var DescribeTrustedAdvisorCheckResult: StaticOperationSchema;
|
|
101
|
+
export declare var DescribeTrustedAdvisorChecks: StaticOperationSchema;
|
|
102
|
+
export declare var DescribeTrustedAdvisorCheckSummaries: StaticOperationSchema;
|
|
103
|
+
export declare var RefreshTrustedAdvisorCheck: StaticOperationSchema;
|
|
104
|
+
export declare var ResolveCase: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-support",
|
|
3
3
|
"description": "AWS SDK for JavaScript Support Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.928.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-support",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.928.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.928.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.922.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.922.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.922.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.928.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.925.0",
|
|
30
30
|
"@aws-sdk/types": "3.922.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.922.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.922.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.928.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.2",
|
|
35
35
|
"@smithy/core": "^3.17.2",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.5",
|