@aws-sdk/client-support 3.952.0 → 3.953.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.
Files changed (36) hide show
  1. package/dist-cjs/index.js +275 -195
  2. package/dist-cjs/runtimeConfig.shared.js +7 -6
  3. package/dist-es/commands/AddAttachmentsToSetCommand.js +2 -2
  4. package/dist-es/commands/AddCommunicationToCaseCommand.js +2 -2
  5. package/dist-es/commands/CreateCaseCommand.js +2 -2
  6. package/dist-es/commands/DescribeAttachmentCommand.js +2 -2
  7. package/dist-es/commands/DescribeCasesCommand.js +2 -2
  8. package/dist-es/commands/DescribeCommunicationsCommand.js +2 -2
  9. package/dist-es/commands/DescribeCreateCaseOptionsCommand.js +2 -2
  10. package/dist-es/commands/DescribeServicesCommand.js +2 -2
  11. package/dist-es/commands/DescribeSeverityLevelsCommand.js +2 -2
  12. package/dist-es/commands/DescribeSupportedLanguagesCommand.js +2 -2
  13. package/dist-es/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.js +2 -2
  14. package/dist-es/commands/DescribeTrustedAdvisorCheckResultCommand.js +2 -2
  15. package/dist-es/commands/DescribeTrustedAdvisorCheckSummariesCommand.js +2 -2
  16. package/dist-es/commands/DescribeTrustedAdvisorChecksCommand.js +2 -2
  17. package/dist-es/commands/RefreshTrustedAdvisorCheckCommand.js +2 -2
  18. package/dist-es/commands/ResolveCaseCommand.js +2 -2
  19. package/dist-es/index.js +1 -0
  20. package/dist-es/runtimeConfig.shared.js +7 -6
  21. package/dist-es/schemas/schemas_0.js +155 -154
  22. package/dist-types/SupportClient.d.ts +1 -10
  23. package/dist-types/index.d.ts +1 -0
  24. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  25. package/dist-types/runtimeConfig.d.ts +6 -2
  26. package/dist-types/runtimeConfig.native.d.ts +6 -2
  27. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  28. package/dist-types/schemas/schemas_0.d.ts +80 -99
  29. package/dist-types/ts3.4/SupportClient.d.ts +0 -4
  30. package/dist-types/ts3.4/index.d.ts +1 -0
  31. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  32. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  33. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  34. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  35. package/dist-types/ts3.4/schemas/schemas_0.d.ts +79 -99
  36. package/package.json +34 -34
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: SupportClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
- apiVersion: string;
10
9
  cacheMiddleware?: boolean;
10
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
11
+ protocolSettings: {
12
+ defaultNamespace?: string;
13
+ [setting: string]: unknown;
14
+ };
15
+ apiVersion: string;
11
16
  urlParser: import("@smithy/types").UrlParser;
12
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
13
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: SupportClientConfig) => {
27
32
  retryMode: string | import("@smithy/types").Provider<string>;
28
33
  logger: import("@smithy/types").Logger;
29
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
31
35
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
32
36
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
37
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -1,3 +1,4 @@
1
+ import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
1
2
  import type { SupportClientConfig } from "./SupportClient";
2
3
  /**
3
4
  * @internal
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: SupportClientConfig) => {
14
15
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SupportHttpAuthSchemeProvider;
15
16
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
17
  logger: import("@smithy/types").Logger;
17
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
18
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsJson1_1Protocol;
19
+ protocolSettings: {
20
+ [setting: string]: unknown;
21
+ defaultNamespace?: string;
22
+ };
18
23
  serviceId: string;
19
24
  urlParser: import("@smithy/types").UrlParser;
20
25
  utf8Decoder: import("@smithy/types").Decoder;
@@ -1,99 +1,80 @@
1
- import type { 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;
1
+ import type { StaticErrorSchema, 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 AddAttachmentsToSet$: StaticOperationSchema;
66
+ export declare var AddCommunicationToCase$: StaticOperationSchema;
67
+ export declare var CreateCase$: StaticOperationSchema;
68
+ export declare var DescribeAttachment$: StaticOperationSchema;
69
+ export declare var DescribeCases$: StaticOperationSchema;
70
+ export declare var DescribeCommunications$: StaticOperationSchema;
71
+ export declare var DescribeCreateCaseOptions$: StaticOperationSchema;
72
+ export declare var DescribeServices$: StaticOperationSchema;
73
+ export declare var DescribeSeverityLevels$: StaticOperationSchema;
74
+ export declare var DescribeSupportedLanguages$: StaticOperationSchema;
75
+ export declare var DescribeTrustedAdvisorCheckRefreshStatuses$: StaticOperationSchema;
76
+ export declare var DescribeTrustedAdvisorCheckResult$: StaticOperationSchema;
77
+ export declare var DescribeTrustedAdvisorChecks$: StaticOperationSchema;
78
+ export declare var DescribeTrustedAdvisorCheckSummaries$: StaticOperationSchema;
79
+ export declare var RefreshTrustedAdvisorCheck$: StaticOperationSchema;
80
+ export declare var ResolveCase$: StaticOperationSchema;
@@ -29,13 +29,10 @@ import {
29
29
  BodyLengthCalculator as __BodyLengthCalculator,
30
30
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
31
31
  ChecksumConstructor as __ChecksumConstructor,
32
- ClientProtocol,
33
32
  Decoder as __Decoder,
34
33
  Encoder as __Encoder,
35
34
  HashConstructor as __HashConstructor,
36
35
  HttpHandlerOptions as __HttpHandlerOptions,
37
- HttpRequest,
38
- HttpResponse,
39
36
  Logger as __Logger,
40
37
  Provider as __Provider,
41
38
  StreamCollector as __StreamCollector,
@@ -177,7 +174,6 @@ export interface ClientDefaults
177
174
  retryMode?: string | __Provider<string>;
178
175
  logger?: __Logger;
179
176
  extensions?: RuntimeExtension[];
180
- protocol?: ClientProtocol<HttpRequest, HttpResponse>;
181
177
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
182
178
  }
183
179
  export type SupportClientConfigType = Partial<
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
4
4
  export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { SupportExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
+ export * from "./schemas/schemas_0";
7
8
  export * from "./pagination";
8
9
  export * from "./models/errors";
9
10
  export * from "./models/models_0";
@@ -26,8 +26,16 @@ export declare const getRuntimeConfig: (config: SupportClientConfig) => {
26
26
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
27
27
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
28
28
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
29
- apiVersion: string;
30
29
  cacheMiddleware?: boolean | undefined;
30
+ protocol:
31
+ | import("@smithy/types").ClientProtocol<any, any>
32
+ | import("@smithy/types").ClientProtocolCtor<any, any>
33
+ | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
34
+ protocolSettings: {
35
+ defaultNamespace?: string;
36
+ [setting: string]: unknown;
37
+ };
38
+ apiVersion: string;
31
39
  urlParser: import("@smithy/types").UrlParser;
32
40
  base64Decoder: import("@smithy/types").Decoder;
33
41
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -38,10 +46,6 @@ export declare const getRuntimeConfig: (config: SupportClientConfig) => {
38
46
  profile?: string;
39
47
  logger: import("@smithy/types").Logger;
40
48
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
- protocol: import("@smithy/types").ClientProtocol<
42
- import("@smithy/types").HttpRequest,
43
- import("@smithy/types").HttpResponse
44
- >;
45
49
  customUserAgent?: string | import("@smithy/types").UserAgent;
46
50
  userAgentAppId?:
47
51
  | string
@@ -26,8 +26,16 @@ export declare const getRuntimeConfig: (config: SupportClientConfig) => {
26
26
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
27
27
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
28
28
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
29
- apiVersion: string;
30
29
  cacheMiddleware?: boolean | undefined;
30
+ protocol:
31
+ | import("@smithy/types").ClientProtocol<any, any>
32
+ | import("@smithy/types").ClientProtocolCtor<any, any>
33
+ | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
34
+ protocolSettings: {
35
+ defaultNamespace?: string;
36
+ [setting: string]: unknown;
37
+ };
38
+ apiVersion: string;
31
39
  urlParser: import("@smithy/types").UrlParser;
32
40
  base64Decoder: import("@smithy/types").Decoder;
33
41
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -38,10 +46,6 @@ export declare const getRuntimeConfig: (config: SupportClientConfig) => {
38
46
  profile?: string;
39
47
  logger: import("@smithy/types").Logger;
40
48
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
- protocol: import("@smithy/types").ClientProtocol<
42
- import("@smithy/types").HttpRequest,
43
- import("@smithy/types").HttpResponse
44
- >;
45
49
  customUserAgent?: string | import("@smithy/types").UserAgent;
46
50
  retryStrategy?:
47
51
  | import("@smithy/types").RetryStrategy
@@ -8,8 +8,16 @@ export declare const getRuntimeConfig: (config: SupportClientConfig) => {
8
8
  | Record<string, unknown>
9
9
  | import("@smithy/protocol-http").HttpHandler<any>
10
10
  | import("@smithy/fetch-http-handler").FetchHttpHandler;
11
- apiVersion: string;
12
11
  cacheMiddleware?: boolean;
12
+ protocol:
13
+ | import("@smithy/types").ClientProtocol<any, any>
14
+ | import("@smithy/types").ClientProtocolCtor<any, any>
15
+ | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
16
+ protocolSettings: {
17
+ defaultNamespace?: string;
18
+ [setting: string]: unknown;
19
+ };
20
+ apiVersion: string;
13
21
  urlParser: import("@smithy/types").UrlParser;
14
22
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
15
23
  streamCollector: import("@smithy/types").StreamCollector;
@@ -37,10 +45,6 @@ export declare const getRuntimeConfig: (config: SupportClientConfig) => {
37
45
  retryMode: string | import("@smithy/types").Provider<string>;
38
46
  logger: import("@smithy/types").Logger;
39
47
  extensions: import("./runtimeExtensions").RuntimeExtension[];
40
- protocol: import("@smithy/types").ClientProtocol<
41
- import("@smithy/types").HttpRequest,
42
- import("@smithy/types").HttpResponse
43
- >;
44
48
  defaultsMode:
45
49
  | import("@smithy/smithy-client").DefaultsMode
46
50
  | import("@smithy/types").Provider<
@@ -1,3 +1,4 @@
1
+ import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
1
2
  import { SupportClientConfig } from "./SupportClient";
2
3
  export declare const getRuntimeConfig: (config: SupportClientConfig) => {
3
4
  apiVersion: string;
@@ -14,10 +15,14 @@ export declare const getRuntimeConfig: (config: SupportClientConfig) => {
14
15
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SupportHttpAuthSchemeProvider;
15
16
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
17
  logger: import("@smithy/types").Logger;
17
- protocol: import("@smithy/types").ClientProtocol<
18
- import("@smithy/types").HttpRequest,
19
- import("@smithy/types").HttpResponse
20
- >;
18
+ protocol:
19
+ | import("@smithy/types").ClientProtocol<any, any>
20
+ | import("@smithy/types").ClientProtocolCtor<any, any>
21
+ | typeof AwsJson1_1Protocol;
22
+ protocolSettings: {
23
+ [setting: string]: unknown;
24
+ defaultNamespace?: string;
25
+ };
21
26
  serviceId: string;
22
27
  urlParser: import("@smithy/types").UrlParser;
23
28
  utf8Decoder: import("@smithy/types").Decoder;
@@ -1,104 +1,84 @@
1
1
  import {
2
2
  StaticErrorSchema,
3
- StaticListSchema,
4
3
  StaticOperationSchema,
5
4
  StaticStructureSchema,
6
5
  } 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;
6
+ export declare var AddAttachmentsToSetRequest$: StaticStructureSchema;
7
+ export declare var AddAttachmentsToSetResponse$: StaticStructureSchema;
8
+ export declare var AddCommunicationToCaseRequest$: StaticStructureSchema;
9
+ export declare var AddCommunicationToCaseResponse$: StaticStructureSchema;
10
+ export declare var Attachment$: StaticStructureSchema;
11
+ export declare var AttachmentDetails$: StaticStructureSchema;
12
+ export declare var AttachmentIdNotFound$: StaticErrorSchema;
13
+ export declare var AttachmentLimitExceeded$: StaticErrorSchema;
14
+ export declare var AttachmentSetExpired$: StaticErrorSchema;
15
+ export declare var AttachmentSetIdNotFound$: StaticErrorSchema;
16
+ export declare var AttachmentSetSizeLimitExceeded$: StaticErrorSchema;
17
+ export declare var CaseCreationLimitExceeded$: StaticErrorSchema;
18
+ export declare var CaseDetails$: StaticStructureSchema;
19
+ export declare var CaseIdNotFound$: StaticErrorSchema;
20
+ export declare var Category$: StaticStructureSchema;
21
+ export declare var Communication$: StaticStructureSchema;
22
+ export declare var CommunicationTypeOptions$: StaticStructureSchema;
23
+ export declare var CreateCaseRequest$: StaticStructureSchema;
24
+ export declare var CreateCaseResponse$: StaticStructureSchema;
25
+ export declare var DateInterval$: StaticStructureSchema;
26
+ export declare var DescribeAttachmentLimitExceeded$: StaticErrorSchema;
27
+ export declare var DescribeAttachmentRequest$: StaticStructureSchema;
28
+ export declare var DescribeAttachmentResponse$: StaticStructureSchema;
29
+ export declare var DescribeCasesRequest$: StaticStructureSchema;
30
+ export declare var DescribeCasesResponse$: StaticStructureSchema;
31
+ export declare var DescribeCommunicationsRequest$: StaticStructureSchema;
32
+ export declare var DescribeCommunicationsResponse$: StaticStructureSchema;
33
+ export declare var DescribeCreateCaseOptionsRequest$: StaticStructureSchema;
34
+ export declare var DescribeCreateCaseOptionsResponse$: StaticStructureSchema;
35
+ export declare var DescribeServicesRequest$: StaticStructureSchema;
36
+ export declare var DescribeServicesResponse$: StaticStructureSchema;
37
+ export declare var DescribeSeverityLevelsRequest$: StaticStructureSchema;
38
+ export declare var DescribeSeverityLevelsResponse$: StaticStructureSchema;
39
+ export declare var DescribeSupportedLanguagesRequest$: StaticStructureSchema;
40
+ export declare var DescribeSupportedLanguagesResponse$: StaticStructureSchema;
41
+ export declare var DescribeTrustedAdvisorCheckRefreshStatusesRequest$: StaticStructureSchema;
42
+ export declare var DescribeTrustedAdvisorCheckRefreshStatusesResponse$: StaticStructureSchema;
43
+ export declare var DescribeTrustedAdvisorCheckResultRequest$: StaticStructureSchema;
44
+ export declare var DescribeTrustedAdvisorCheckResultResponse$: StaticStructureSchema;
45
+ export declare var DescribeTrustedAdvisorChecksRequest$: StaticStructureSchema;
46
+ export declare var DescribeTrustedAdvisorChecksResponse$: StaticStructureSchema;
47
+ export declare var DescribeTrustedAdvisorCheckSummariesRequest$: StaticStructureSchema;
48
+ export declare var DescribeTrustedAdvisorCheckSummariesResponse$: StaticStructureSchema;
49
+ export declare var InternalServerError$: StaticErrorSchema;
50
+ export declare var RecentCaseCommunications$: StaticStructureSchema;
51
+ export declare var RefreshTrustedAdvisorCheckRequest$: StaticStructureSchema;
52
+ export declare var RefreshTrustedAdvisorCheckResponse$: StaticStructureSchema;
53
+ export declare var ResolveCaseRequest$: StaticStructureSchema;
54
+ export declare var ResolveCaseResponse$: StaticStructureSchema;
55
+ export declare var Service$: StaticStructureSchema;
56
+ export declare var SeverityLevel$: StaticStructureSchema;
57
+ export declare var SupportedHour$: StaticStructureSchema;
58
+ export declare var SupportedLanguage$: StaticStructureSchema;
59
+ export declare var ThrottlingException$: StaticErrorSchema;
60
+ export declare var TrustedAdvisorCategorySpecificSummary$: StaticStructureSchema;
61
+ export declare var TrustedAdvisorCheckDescription$: StaticStructureSchema;
62
+ export declare var TrustedAdvisorCheckRefreshStatus$: StaticStructureSchema;
63
+ export declare var TrustedAdvisorCheckResult$: StaticStructureSchema;
64
+ export declare var TrustedAdvisorCheckSummary$: StaticStructureSchema;
65
+ export declare var TrustedAdvisorCostOptimizingSummary$: StaticStructureSchema;
66
+ export declare var TrustedAdvisorResourceDetail$: StaticStructureSchema;
67
+ export declare var TrustedAdvisorResourcesSummary$: StaticStructureSchema;
68
+ export declare var SupportServiceException$: StaticErrorSchema;
69
+ export declare var AddAttachmentsToSet$: StaticOperationSchema;
70
+ export declare var AddCommunicationToCase$: StaticOperationSchema;
71
+ export declare var CreateCase$: StaticOperationSchema;
72
+ export declare var DescribeAttachment$: StaticOperationSchema;
73
+ export declare var DescribeCases$: StaticOperationSchema;
74
+ export declare var DescribeCommunications$: StaticOperationSchema;
75
+ export declare var DescribeCreateCaseOptions$: StaticOperationSchema;
76
+ export declare var DescribeServices$: StaticOperationSchema;
77
+ export declare var DescribeSeverityLevels$: StaticOperationSchema;
78
+ export declare var DescribeSupportedLanguages$: StaticOperationSchema;
79
+ export declare var DescribeTrustedAdvisorCheckRefreshStatuses$: StaticOperationSchema;
80
+ export declare var DescribeTrustedAdvisorCheckResult$: StaticOperationSchema;
81
+ export declare var DescribeTrustedAdvisorChecks$: StaticOperationSchema;
82
+ export declare var DescribeTrustedAdvisorCheckSummaries$: StaticOperationSchema;
83
+ export declare var RefreshTrustedAdvisorCheck$: StaticOperationSchema;
84
+ export declare var ResolveCase$: StaticOperationSchema;