@aws-sdk/client-support 3.588.0 → 3.592.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 +0 -16
- package/dist-types/SupportClient.d.ts +4 -4
- package/dist-types/commands/AddAttachmentsToSetCommand.d.ts +2 -1
- package/dist-types/commands/AddCommunicationToCaseCommand.d.ts +2 -1
- package/dist-types/commands/CreateCaseCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAttachmentCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCasesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCommunicationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCreateCaseOptionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeServicesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSeverityLevelsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSupportedLanguagesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrustedAdvisorCheckResultCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrustedAdvisorCheckSummariesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTrustedAdvisorChecksCommand.d.ts +2 -1
- package/dist-types/commands/RefreshTrustedAdvisorCheckCommand.d.ts +2 -1
- package/dist-types/commands/ResolveCaseCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/SupportServiceException.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/SupportClient.d.ts +1 -1
- package/dist-types/ts3.4/commands/AddAttachmentsToSetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/AddCommunicationToCaseCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateCaseCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeAttachmentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeCasesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeCommunicationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeCreateCaseOptionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeSeverityLevelsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeSupportedLanguagesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckResultCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckSummariesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeTrustedAdvisorChecksCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RefreshTrustedAdvisorCheckCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ResolveCaseCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/SupportServiceException.d.ts +2 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -206,7 +206,6 @@ var SupportClient = _SupportClient;
|
|
|
206
206
|
|
|
207
207
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
208
208
|
|
|
209
|
-
var import_types = require("@smithy/types");
|
|
210
209
|
|
|
211
210
|
// src/protocols/Aws_json1_1.ts
|
|
212
211
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1022,7 +1021,6 @@ var AddAttachmentsToSetCommand = _AddAttachmentsToSetCommand;
|
|
|
1022
1021
|
|
|
1023
1022
|
|
|
1024
1023
|
|
|
1025
|
-
|
|
1026
1024
|
var _AddCommunicationToCaseCommand = class _AddCommunicationToCaseCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1027
1025
|
...commonParams
|
|
1028
1026
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1039,7 +1037,6 @@ var AddCommunicationToCaseCommand = _AddCommunicationToCaseCommand;
|
|
|
1039
1037
|
|
|
1040
1038
|
|
|
1041
1039
|
|
|
1042
|
-
|
|
1043
1040
|
var _CreateCaseCommand = class _CreateCaseCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1044
1041
|
...commonParams
|
|
1045
1042
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1056,7 +1053,6 @@ var CreateCaseCommand = _CreateCaseCommand;
|
|
|
1056
1053
|
|
|
1057
1054
|
|
|
1058
1055
|
|
|
1059
|
-
|
|
1060
1056
|
var _DescribeAttachmentCommand = class _DescribeAttachmentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1061
1057
|
...commonParams
|
|
1062
1058
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1073,7 +1069,6 @@ var DescribeAttachmentCommand = _DescribeAttachmentCommand;
|
|
|
1073
1069
|
|
|
1074
1070
|
|
|
1075
1071
|
|
|
1076
|
-
|
|
1077
1072
|
var _DescribeCasesCommand = class _DescribeCasesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1078
1073
|
...commonParams
|
|
1079
1074
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1090,7 +1085,6 @@ var DescribeCasesCommand = _DescribeCasesCommand;
|
|
|
1090
1085
|
|
|
1091
1086
|
|
|
1092
1087
|
|
|
1093
|
-
|
|
1094
1088
|
var _DescribeCommunicationsCommand = class _DescribeCommunicationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1095
1089
|
...commonParams
|
|
1096
1090
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1107,7 +1101,6 @@ var DescribeCommunicationsCommand = _DescribeCommunicationsCommand;
|
|
|
1107
1101
|
|
|
1108
1102
|
|
|
1109
1103
|
|
|
1110
|
-
|
|
1111
1104
|
var _DescribeCreateCaseOptionsCommand = class _DescribeCreateCaseOptionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1112
1105
|
...commonParams
|
|
1113
1106
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1124,7 +1117,6 @@ var DescribeCreateCaseOptionsCommand = _DescribeCreateCaseOptionsCommand;
|
|
|
1124
1117
|
|
|
1125
1118
|
|
|
1126
1119
|
|
|
1127
|
-
|
|
1128
1120
|
var _DescribeServicesCommand = class _DescribeServicesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1129
1121
|
...commonParams
|
|
1130
1122
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1141,7 +1133,6 @@ var DescribeServicesCommand = _DescribeServicesCommand;
|
|
|
1141
1133
|
|
|
1142
1134
|
|
|
1143
1135
|
|
|
1144
|
-
|
|
1145
1136
|
var _DescribeSeverityLevelsCommand = class _DescribeSeverityLevelsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1146
1137
|
...commonParams
|
|
1147
1138
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1158,7 +1149,6 @@ var DescribeSeverityLevelsCommand = _DescribeSeverityLevelsCommand;
|
|
|
1158
1149
|
|
|
1159
1150
|
|
|
1160
1151
|
|
|
1161
|
-
|
|
1162
1152
|
var _DescribeSupportedLanguagesCommand = class _DescribeSupportedLanguagesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1163
1153
|
...commonParams
|
|
1164
1154
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1175,7 +1165,6 @@ var DescribeSupportedLanguagesCommand = _DescribeSupportedLanguagesCommand;
|
|
|
1175
1165
|
|
|
1176
1166
|
|
|
1177
1167
|
|
|
1178
|
-
|
|
1179
1168
|
var _DescribeTrustedAdvisorCheckRefreshStatusesCommand = class _DescribeTrustedAdvisorCheckRefreshStatusesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1180
1169
|
...commonParams
|
|
1181
1170
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1192,7 +1181,6 @@ var DescribeTrustedAdvisorCheckRefreshStatusesCommand = _DescribeTrustedAdvisorC
|
|
|
1192
1181
|
|
|
1193
1182
|
|
|
1194
1183
|
|
|
1195
|
-
|
|
1196
1184
|
var _DescribeTrustedAdvisorCheckResultCommand = class _DescribeTrustedAdvisorCheckResultCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1197
1185
|
...commonParams
|
|
1198
1186
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1209,7 +1197,6 @@ var DescribeTrustedAdvisorCheckResultCommand = _DescribeTrustedAdvisorCheckResul
|
|
|
1209
1197
|
|
|
1210
1198
|
|
|
1211
1199
|
|
|
1212
|
-
|
|
1213
1200
|
var _DescribeTrustedAdvisorChecksCommand = class _DescribeTrustedAdvisorChecksCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1214
1201
|
...commonParams
|
|
1215
1202
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1226,7 +1213,6 @@ var DescribeTrustedAdvisorChecksCommand = _DescribeTrustedAdvisorChecksCommand;
|
|
|
1226
1213
|
|
|
1227
1214
|
|
|
1228
1215
|
|
|
1229
|
-
|
|
1230
1216
|
var _DescribeTrustedAdvisorCheckSummariesCommand = class _DescribeTrustedAdvisorCheckSummariesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1231
1217
|
...commonParams
|
|
1232
1218
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1243,7 +1229,6 @@ var DescribeTrustedAdvisorCheckSummariesCommand = _DescribeTrustedAdvisorCheckSu
|
|
|
1243
1229
|
|
|
1244
1230
|
|
|
1245
1231
|
|
|
1246
|
-
|
|
1247
1232
|
var _RefreshTrustedAdvisorCheckCommand = class _RefreshTrustedAdvisorCheckCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1248
1233
|
...commonParams
|
|
1249
1234
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1260,7 +1245,6 @@ var RefreshTrustedAdvisorCheckCommand = _RefreshTrustedAdvisorCheckCommand;
|
|
|
1260
1245
|
|
|
1261
1246
|
|
|
1262
1247
|
|
|
1263
|
-
|
|
1264
1248
|
var _ResolveCaseCommand = class _ResolveCaseCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1265
1249
|
...commonParams
|
|
1266
1250
|
}).m(function(Command, cs, config, o) {
|
|
@@ -106,15 +106,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
106
106
|
* Enables FIPS compatible endpoints.
|
|
107
107
|
*/
|
|
108
108
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
109
|
+
/**
|
|
110
|
+
* The AWS region to which this client will send requests
|
|
111
|
+
*/
|
|
112
|
+
region?: string | __Provider<string>;
|
|
109
113
|
/**
|
|
110
114
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
111
115
|
* @internal
|
|
112
116
|
*/
|
|
113
117
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
114
|
-
/**
|
|
115
|
-
* The AWS region to which this client will send requests
|
|
116
|
-
*/
|
|
117
|
-
region?: string | __Provider<string>;
|
|
118
118
|
/**
|
|
119
119
|
* Default credentials provider; Not available in browser runtime.
|
|
120
120
|
* @deprecated
|
package/dist-types/index.d.ts
CHANGED
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
export * from "./SupportClient";
|
|
50
50
|
export * from "./Support";
|
|
51
51
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
52
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
53
|
-
export { SupportExtensionConfiguration } from "./extensionConfiguration";
|
|
52
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
53
|
+
export type { SupportExtensionConfiguration } from "./extensionConfiguration";
|
|
54
54
|
export * from "./commands";
|
|
55
55
|
export * from "./pagination";
|
|
56
56
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: SupportClientConfig) => {
|
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
|
-
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
22
21
|
region: string | import("@smithy/types").Provider<any>;
|
|
22
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
24
24
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
@@ -166,8 +166,8 @@ export interface ClientDefaults
|
|
|
166
166
|
serviceId?: string;
|
|
167
167
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
168
168
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
169
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
170
169
|
region?: string | __Provider<string>;
|
|
170
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
171
171
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
172
172
|
maxAttempts?: number | __Provider<number>;
|
|
173
173
|
retryMode?: string | __Provider<string>;
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SupportClientResolvedConfig,
|
|
11
11
|
} from "../SupportClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface AddAttachmentsToSetCommandInput
|
|
14
15
|
extends AddAttachmentsToSetRequest {}
|
|
15
16
|
export interface AddAttachmentsToSetCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SupportClientResolvedConfig,
|
|
11
11
|
} from "../SupportClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface AddCommunicationToCaseCommandInput
|
|
14
15
|
extends AddCommunicationToCaseRequest {}
|
|
15
16
|
export interface AddCommunicationToCaseCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SupportClientResolvedConfig,
|
|
8
8
|
} from "../SupportClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateCaseCommandInput extends CreateCaseRequest {}
|
|
11
12
|
export interface CreateCaseCommandOutput
|
|
12
13
|
extends CreateCaseResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SupportClientResolvedConfig,
|
|
11
11
|
} from "../SupportClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeAttachmentCommandInput
|
|
14
15
|
extends DescribeAttachmentRequest {}
|
|
15
16
|
export interface DescribeAttachmentCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SupportClientResolvedConfig,
|
|
11
11
|
} from "../SupportClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeCasesCommandInput extends DescribeCasesRequest {}
|
|
14
15
|
export interface DescribeCasesCommandOutput
|
|
15
16
|
extends DescribeCasesResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SupportClientResolvedConfig,
|
|
11
11
|
} from "../SupportClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeCommunicationsCommandInput
|
|
14
15
|
extends DescribeCommunicationsRequest {}
|
|
15
16
|
export interface DescribeCommunicationsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SupportClientResolvedConfig,
|
|
11
11
|
} from "../SupportClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeCreateCaseOptionsCommandInput
|
|
14
15
|
extends DescribeCreateCaseOptionsRequest {}
|
|
15
16
|
export interface DescribeCreateCaseOptionsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SupportClientResolvedConfig,
|
|
11
11
|
} from "../SupportClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeServicesCommandInput extends DescribeServicesRequest {}
|
|
14
15
|
export interface DescribeServicesCommandOutput
|
|
15
16
|
extends DescribeServicesResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SupportClientResolvedConfig,
|
|
11
11
|
} from "../SupportClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeSeverityLevelsCommandInput
|
|
14
15
|
extends DescribeSeverityLevelsRequest {}
|
|
15
16
|
export interface DescribeSeverityLevelsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SupportClientResolvedConfig,
|
|
11
11
|
} from "../SupportClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeSupportedLanguagesCommandInput
|
|
14
15
|
extends DescribeSupportedLanguagesRequest {}
|
|
15
16
|
export interface DescribeSupportedLanguagesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SupportClientResolvedConfig,
|
|
11
11
|
} from "../SupportClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeTrustedAdvisorCheckRefreshStatusesCommandInput
|
|
14
15
|
extends DescribeTrustedAdvisorCheckRefreshStatusesRequest {}
|
|
15
16
|
export interface DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SupportClientResolvedConfig,
|
|
11
11
|
} from "../SupportClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeTrustedAdvisorCheckResultCommandInput
|
|
14
15
|
extends DescribeTrustedAdvisorCheckResultRequest {}
|
|
15
16
|
export interface DescribeTrustedAdvisorCheckResultCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SupportClientResolvedConfig,
|
|
11
11
|
} from "../SupportClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeTrustedAdvisorCheckSummariesCommandInput
|
|
14
15
|
extends DescribeTrustedAdvisorCheckSummariesRequest {}
|
|
15
16
|
export interface DescribeTrustedAdvisorCheckSummariesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SupportClientResolvedConfig,
|
|
11
11
|
} from "../SupportClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeTrustedAdvisorChecksCommandInput
|
|
14
15
|
extends DescribeTrustedAdvisorChecksRequest {}
|
|
15
16
|
export interface DescribeTrustedAdvisorChecksCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ServiceOutputTypes,
|
|
10
10
|
SupportClientResolvedConfig,
|
|
11
11
|
} from "../SupportClient";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface RefreshTrustedAdvisorCheckCommandInput
|
|
14
15
|
extends RefreshTrustedAdvisorCheckRequest {}
|
|
15
16
|
export interface RefreshTrustedAdvisorCheckCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
SupportClientResolvedConfig,
|
|
8
8
|
} from "../SupportClient";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ResolveCaseCommandInput extends ResolveCaseRequest {}
|
|
11
12
|
export interface ResolveCaseCommandOutput
|
|
12
13
|
extends ResolveCaseResponse,
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class SupportServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
|
@@ -20,10 +20,10 @@ export declare const getRuntimeConfig: (config: SupportClientConfig) => {
|
|
|
20
20
|
serviceId: string;
|
|
21
21
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
22
22
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
23
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
23
24
|
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
24
25
|
import("@smithy/types").UserAgent
|
|
25
26
|
>;
|
|
26
|
-
region: string | import("@smithy/types").Provider<any>;
|
|
27
27
|
credentialDefaultProvider: (
|
|
28
28
|
input: any
|
|
29
29
|
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
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.592.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,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|