@aws-sdk/client-support 3.650.0 → 3.654.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-types/commands/AddAttachmentsToSetCommand.d.ts +11 -0
- package/dist-types/commands/AddCommunicationToCaseCommand.d.ts +11 -0
- package/dist-types/commands/CreateCaseCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAttachmentCommand.d.ts +11 -0
- package/dist-types/commands/DescribeCasesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeCommunicationsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeCreateCaseOptionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeServicesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSeverityLevelsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSupportedLanguagesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTrustedAdvisorCheckResultCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTrustedAdvisorCheckSummariesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTrustedAdvisorChecksCommand.d.ts +11 -0
- package/dist-types/commands/RefreshTrustedAdvisorCheckCommand.d.ts +11 -0
- package/dist-types/commands/ResolveCaseCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/AddAttachmentsToSetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AddCommunicationToCaseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateCaseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAttachmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeCasesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeCommunicationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeCreateCaseOptionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeServicesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeSeverityLevelsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeSupportedLanguagesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckResultCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTrustedAdvisorCheckSummariesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTrustedAdvisorChecksCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RefreshTrustedAdvisorCheckCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ResolveCaseCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -99,4 +99,15 @@ declare const AddAttachmentsToSetCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class AddAttachmentsToSetCommand extends AddAttachmentsToSetCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: AddAttachmentsToSetRequest;
|
|
106
|
+
output: AddAttachmentsToSetResponse;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: AddAttachmentsToSetCommandInput;
|
|
110
|
+
output: AddAttachmentsToSetCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -93,4 +93,15 @@ declare const AddCommunicationToCaseCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class AddCommunicationToCaseCommand extends AddCommunicationToCaseCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: AddCommunicationToCaseRequest;
|
|
100
|
+
output: AddCommunicationToCaseResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: AddCommunicationToCaseCommandInput;
|
|
104
|
+
output: AddCommunicationToCaseCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -112,4 +112,15 @@ declare const CreateCaseCommand_base: {
|
|
|
112
112
|
* @public
|
|
113
113
|
*/
|
|
114
114
|
export declare class CreateCaseCommand extends CreateCaseCommand_base {
|
|
115
|
+
/** @internal type navigation helper, not in runtime. */
|
|
116
|
+
protected static __types: {
|
|
117
|
+
api: {
|
|
118
|
+
input: CreateCaseRequest;
|
|
119
|
+
output: CreateCaseResponse;
|
|
120
|
+
};
|
|
121
|
+
sdk: {
|
|
122
|
+
input: CreateCaseCommandInput;
|
|
123
|
+
output: CreateCaseCommandOutput;
|
|
124
|
+
};
|
|
125
|
+
};
|
|
115
126
|
}
|
|
@@ -88,4 +88,15 @@ declare const DescribeAttachmentCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class DescribeAttachmentCommand extends DescribeAttachmentCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: DescribeAttachmentRequest;
|
|
95
|
+
output: DescribeAttachmentResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: DescribeAttachmentCommandInput;
|
|
99
|
+
output: DescribeAttachmentCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -137,4 +137,15 @@ declare const DescribeCasesCommand_base: {
|
|
|
137
137
|
* @public
|
|
138
138
|
*/
|
|
139
139
|
export declare class DescribeCasesCommand extends DescribeCasesCommand_base {
|
|
140
|
+
/** @internal type navigation helper, not in runtime. */
|
|
141
|
+
protected static __types: {
|
|
142
|
+
api: {
|
|
143
|
+
input: DescribeCasesRequest;
|
|
144
|
+
output: DescribeCasesResponse;
|
|
145
|
+
};
|
|
146
|
+
sdk: {
|
|
147
|
+
input: DescribeCasesCommandInput;
|
|
148
|
+
output: DescribeCasesCommandOutput;
|
|
149
|
+
};
|
|
150
|
+
};
|
|
140
151
|
}
|
|
@@ -104,4 +104,15 @@ declare const DescribeCommunicationsCommand_base: {
|
|
|
104
104
|
* @public
|
|
105
105
|
*/
|
|
106
106
|
export declare class DescribeCommunicationsCommand extends DescribeCommunicationsCommand_base {
|
|
107
|
+
/** @internal type navigation helper, not in runtime. */
|
|
108
|
+
protected static __types: {
|
|
109
|
+
api: {
|
|
110
|
+
input: DescribeCommunicationsRequest;
|
|
111
|
+
output: DescribeCommunicationsResponse;
|
|
112
|
+
};
|
|
113
|
+
sdk: {
|
|
114
|
+
input: DescribeCommunicationsCommandInput;
|
|
115
|
+
output: DescribeCommunicationsCommandOutput;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
107
118
|
}
|
|
@@ -102,4 +102,15 @@ declare const DescribeCreateCaseOptionsCommand_base: {
|
|
|
102
102
|
* @public
|
|
103
103
|
*/
|
|
104
104
|
export declare class DescribeCreateCaseOptionsCommand extends DescribeCreateCaseOptionsCommand_base {
|
|
105
|
+
/** @internal type navigation helper, not in runtime. */
|
|
106
|
+
protected static __types: {
|
|
107
|
+
api: {
|
|
108
|
+
input: DescribeCreateCaseOptionsRequest;
|
|
109
|
+
output: DescribeCreateCaseOptionsResponse;
|
|
110
|
+
};
|
|
111
|
+
sdk: {
|
|
112
|
+
input: DescribeCreateCaseOptionsCommandInput;
|
|
113
|
+
output: DescribeCreateCaseOptionsCommandOutput;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
105
116
|
}
|
|
@@ -96,4 +96,15 @@ declare const DescribeServicesCommand_base: {
|
|
|
96
96
|
* @public
|
|
97
97
|
*/
|
|
98
98
|
export declare class DescribeServicesCommand extends DescribeServicesCommand_base {
|
|
99
|
+
/** @internal type navigation helper, not in runtime. */
|
|
100
|
+
protected static __types: {
|
|
101
|
+
api: {
|
|
102
|
+
input: DescribeServicesRequest;
|
|
103
|
+
output: DescribeServicesResponse;
|
|
104
|
+
};
|
|
105
|
+
sdk: {
|
|
106
|
+
input: DescribeServicesCommandInput;
|
|
107
|
+
output: DescribeServicesCommandOutput;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
99
110
|
}
|
|
@@ -81,4 +81,15 @@ declare const DescribeSeverityLevelsCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class DescribeSeverityLevelsCommand extends DescribeSeverityLevelsCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: DescribeSeverityLevelsRequest;
|
|
88
|
+
output: DescribeSeverityLevelsResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: DescribeSeverityLevelsCommandInput;
|
|
92
|
+
output: DescribeSeverityLevelsCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -89,4 +89,15 @@ declare const DescribeSupportedLanguagesCommand_base: {
|
|
|
89
89
|
* @public
|
|
90
90
|
*/
|
|
91
91
|
export declare class DescribeSupportedLanguagesCommand extends DescribeSupportedLanguagesCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: DescribeSupportedLanguagesRequest;
|
|
96
|
+
output: DescribeSupportedLanguagesResponse;
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: DescribeSupportedLanguagesCommandInput;
|
|
100
|
+
output: DescribeSupportedLanguagesCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
92
103
|
}
|
|
@@ -96,4 +96,15 @@ declare const DescribeTrustedAdvisorCheckRefreshStatusesCommand_base: {
|
|
|
96
96
|
* @public
|
|
97
97
|
*/
|
|
98
98
|
export declare class DescribeTrustedAdvisorCheckRefreshStatusesCommand extends DescribeTrustedAdvisorCheckRefreshStatusesCommand_base {
|
|
99
|
+
/** @internal type navigation helper, not in runtime. */
|
|
100
|
+
protected static __types: {
|
|
101
|
+
api: {
|
|
102
|
+
input: DescribeTrustedAdvisorCheckRefreshStatusesRequest;
|
|
103
|
+
output: DescribeTrustedAdvisorCheckRefreshStatusesResponse;
|
|
104
|
+
};
|
|
105
|
+
sdk: {
|
|
106
|
+
input: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput;
|
|
107
|
+
output: DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
99
110
|
}
|
|
@@ -151,4 +151,15 @@ declare const DescribeTrustedAdvisorCheckResultCommand_base: {
|
|
|
151
151
|
* @public
|
|
152
152
|
*/
|
|
153
153
|
export declare class DescribeTrustedAdvisorCheckResultCommand extends DescribeTrustedAdvisorCheckResultCommand_base {
|
|
154
|
+
/** @internal type navigation helper, not in runtime. */
|
|
155
|
+
protected static __types: {
|
|
156
|
+
api: {
|
|
157
|
+
input: DescribeTrustedAdvisorCheckResultRequest;
|
|
158
|
+
output: DescribeTrustedAdvisorCheckResultResponse;
|
|
159
|
+
};
|
|
160
|
+
sdk: {
|
|
161
|
+
input: DescribeTrustedAdvisorCheckResultCommandInput;
|
|
162
|
+
output: DescribeTrustedAdvisorCheckResultCommandOutput;
|
|
163
|
+
};
|
|
164
|
+
};
|
|
154
165
|
}
|
|
@@ -107,4 +107,15 @@ declare const DescribeTrustedAdvisorCheckSummariesCommand_base: {
|
|
|
107
107
|
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class DescribeTrustedAdvisorCheckSummariesCommand extends DescribeTrustedAdvisorCheckSummariesCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: DescribeTrustedAdvisorCheckSummariesRequest;
|
|
114
|
+
output: DescribeTrustedAdvisorCheckSummariesResponse;
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: DescribeTrustedAdvisorCheckSummariesCommandInput;
|
|
118
|
+
output: DescribeTrustedAdvisorCheckSummariesCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|
|
@@ -100,4 +100,15 @@ declare const DescribeTrustedAdvisorChecksCommand_base: {
|
|
|
100
100
|
* @public
|
|
101
101
|
*/
|
|
102
102
|
export declare class DescribeTrustedAdvisorChecksCommand extends DescribeTrustedAdvisorChecksCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: DescribeTrustedAdvisorChecksRequest;
|
|
107
|
+
output: DescribeTrustedAdvisorChecksResponse;
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: DescribeTrustedAdvisorChecksCommandInput;
|
|
111
|
+
output: DescribeTrustedAdvisorChecksCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
103
114
|
}
|
|
@@ -89,4 +89,15 @@ declare const RefreshTrustedAdvisorCheckCommand_base: {
|
|
|
89
89
|
* @public
|
|
90
90
|
*/
|
|
91
91
|
export declare class RefreshTrustedAdvisorCheckCommand extends RefreshTrustedAdvisorCheckCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: RefreshTrustedAdvisorCheckRequest;
|
|
96
|
+
output: RefreshTrustedAdvisorCheckResponse;
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: RefreshTrustedAdvisorCheckCommandInput;
|
|
100
|
+
output: RefreshTrustedAdvisorCheckCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
92
103
|
}
|
|
@@ -79,4 +79,15 @@ declare const ResolveCaseCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class ResolveCaseCommand extends ResolveCaseCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: ResolveCaseRequest;
|
|
86
|
+
output: ResolveCaseResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: ResolveCaseCommandInput;
|
|
90
|
+
output: ResolveCaseCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -37,4 +37,15 @@ declare const AddAttachmentsToSetCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AddAttachmentsToSetCommand extends AddAttachmentsToSetCommand_base {
|
|
40
|
+
export declare class AddAttachmentsToSetCommand extends AddAttachmentsToSetCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AddAttachmentsToSetRequest;
|
|
44
|
+
output: AddAttachmentsToSetResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AddAttachmentsToSetCommandInput;
|
|
48
|
+
output: AddAttachmentsToSetCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const AddCommunicationToCaseCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AddCommunicationToCaseCommand extends AddCommunicationToCaseCommand_base {
|
|
40
|
+
export declare class AddCommunicationToCaseCommand extends AddCommunicationToCaseCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AddCommunicationToCaseRequest;
|
|
44
|
+
output: AddCommunicationToCaseResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AddCommunicationToCaseCommandInput;
|
|
48
|
+
output: AddCommunicationToCaseCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateCaseCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateCaseCommand extends CreateCaseCommand_base {
|
|
36
|
+
export declare class CreateCaseCommand extends CreateCaseCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateCaseRequest;
|
|
40
|
+
output: CreateCaseResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateCaseCommandInput;
|
|
44
|
+
output: CreateCaseCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeAttachmentCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeAttachmentCommand extends DescribeAttachmentCommand_base {
|
|
40
|
+
export declare class DescribeAttachmentCommand extends DescribeAttachmentCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeAttachmentRequest;
|
|
44
|
+
output: DescribeAttachmentResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeAttachmentCommandInput;
|
|
48
|
+
output: DescribeAttachmentCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeCasesCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeCasesCommand extends DescribeCasesCommand_base {
|
|
39
|
+
export declare class DescribeCasesCommand extends DescribeCasesCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeCasesRequest;
|
|
43
|
+
output: DescribeCasesResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeCasesCommandInput;
|
|
47
|
+
output: DescribeCasesCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeCommunicationsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeCommunicationsCommand extends DescribeCommunicationsCommand_base {
|
|
40
|
+
export declare class DescribeCommunicationsCommand extends DescribeCommunicationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeCommunicationsRequest;
|
|
44
|
+
output: DescribeCommunicationsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeCommunicationsCommandInput;
|
|
48
|
+
output: DescribeCommunicationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeCreateCaseOptionsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeCreateCaseOptionsCommand extends DescribeCreateCaseOptionsCommand_base {
|
|
40
|
+
export declare class DescribeCreateCaseOptionsCommand extends DescribeCreateCaseOptionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeCreateCaseOptionsRequest;
|
|
44
|
+
output: DescribeCreateCaseOptionsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeCreateCaseOptionsCommandInput;
|
|
48
|
+
output: DescribeCreateCaseOptionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeServicesCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeServicesCommand extends DescribeServicesCommand_base {
|
|
39
|
+
export declare class DescribeServicesCommand extends DescribeServicesCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeServicesRequest;
|
|
43
|
+
output: DescribeServicesResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeServicesCommandInput;
|
|
47
|
+
output: DescribeServicesCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeSeverityLevelsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeSeverityLevelsCommand extends DescribeSeverityLevelsCommand_base {
|
|
40
|
+
export declare class DescribeSeverityLevelsCommand extends DescribeSeverityLevelsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeSeverityLevelsRequest;
|
|
44
|
+
output: DescribeSeverityLevelsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeSeverityLevelsCommandInput;
|
|
48
|
+
output: DescribeSeverityLevelsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeSupportedLanguagesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeSupportedLanguagesCommand extends DescribeSupportedLanguagesCommand_base {
|
|
40
|
+
export declare class DescribeSupportedLanguagesCommand extends DescribeSupportedLanguagesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeSupportedLanguagesRequest;
|
|
44
|
+
output: DescribeSupportedLanguagesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeSupportedLanguagesCommandInput;
|
|
48
|
+
output: DescribeSupportedLanguagesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeTrustedAdvisorCheckRefreshStatusesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeTrustedAdvisorCheckRefreshStatusesCommand extends DescribeTrustedAdvisorCheckRefreshStatusesCommand_base {
|
|
40
|
+
export declare class DescribeTrustedAdvisorCheckRefreshStatusesCommand extends DescribeTrustedAdvisorCheckRefreshStatusesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeTrustedAdvisorCheckRefreshStatusesRequest;
|
|
44
|
+
output: DescribeTrustedAdvisorCheckRefreshStatusesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput;
|
|
48
|
+
output: DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeTrustedAdvisorCheckResultCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeTrustedAdvisorCheckResultCommand extends DescribeTrustedAdvisorCheckResultCommand_base {
|
|
40
|
+
export declare class DescribeTrustedAdvisorCheckResultCommand extends DescribeTrustedAdvisorCheckResultCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeTrustedAdvisorCheckResultRequest;
|
|
44
|
+
output: DescribeTrustedAdvisorCheckResultResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeTrustedAdvisorCheckResultCommandInput;
|
|
48
|
+
output: DescribeTrustedAdvisorCheckResultCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeTrustedAdvisorCheckSummariesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeTrustedAdvisorCheckSummariesCommand extends DescribeTrustedAdvisorCheckSummariesCommand_base {
|
|
40
|
+
export declare class DescribeTrustedAdvisorCheckSummariesCommand extends DescribeTrustedAdvisorCheckSummariesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeTrustedAdvisorCheckSummariesRequest;
|
|
44
|
+
output: DescribeTrustedAdvisorCheckSummariesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeTrustedAdvisorCheckSummariesCommandInput;
|
|
48
|
+
output: DescribeTrustedAdvisorCheckSummariesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeTrustedAdvisorChecksCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeTrustedAdvisorChecksCommand extends DescribeTrustedAdvisorChecksCommand_base {
|
|
40
|
+
export declare class DescribeTrustedAdvisorChecksCommand extends DescribeTrustedAdvisorChecksCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeTrustedAdvisorChecksRequest;
|
|
44
|
+
output: DescribeTrustedAdvisorChecksResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeTrustedAdvisorChecksCommandInput;
|
|
48
|
+
output: DescribeTrustedAdvisorChecksCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const RefreshTrustedAdvisorCheckCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class RefreshTrustedAdvisorCheckCommand extends RefreshTrustedAdvisorCheckCommand_base {
|
|
40
|
+
export declare class RefreshTrustedAdvisorCheckCommand extends RefreshTrustedAdvisorCheckCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: RefreshTrustedAdvisorCheckRequest;
|
|
44
|
+
output: RefreshTrustedAdvisorCheckResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: RefreshTrustedAdvisorCheckCommandInput;
|
|
48
|
+
output: RefreshTrustedAdvisorCheckCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ResolveCaseCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ResolveCaseCommand extends ResolveCaseCommand_base {
|
|
36
|
+
export declare class ResolveCaseCommand extends ResolveCaseCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ResolveCaseRequest;
|
|
40
|
+
output: ResolveCaseResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ResolveCaseCommandInput;
|
|
44
|
+
output: ResolveCaseCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
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.654.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,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.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.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.4.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.2.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.3.
|
|
50
|
-
"@smithy/types": "^3.4.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.654.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.654.0",
|
|
25
|
+
"@aws-sdk/core": "3.654.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.654.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.654.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.654.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.654.0",
|
|
32
|
+
"@aws-sdk/types": "3.654.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.654.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.8",
|
|
37
|
+
"@smithy/core": "^2.4.3",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.2.7",
|
|
39
|
+
"@smithy/hash-node": "^3.0.6",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.6",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.8",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.1.3",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.18",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.6",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.6",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.7",
|
|
47
|
+
"@smithy/node-http-handler": "^3.2.2",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.3",
|
|
49
|
+
"@smithy/smithy-client": "^3.3.2",
|
|
50
|
+
"@smithy/types": "^3.4.2",
|
|
51
|
+
"@smithy/url-parser": "^3.0.6",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.18",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.18",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.2",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.6",
|
|
59
|
+
"@smithy/util-retry": "^3.0.6",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|