@aws-sdk/client-applicationcostprofiler 3.928.0 → 3.930.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.
@@ -0,0 +1,35 @@
1
+ import {
2
+ StaticErrorSchema,
3
+ StaticListSchema,
4
+ StaticOperationSchema,
5
+ StaticStructureSchema,
6
+ } from "@smithy/types";
7
+ export declare var AccessDeniedException: StaticErrorSchema;
8
+ export declare var DeleteReportDefinitionRequest: StaticStructureSchema;
9
+ export declare var DeleteReportDefinitionResult: StaticStructureSchema;
10
+ export declare var GetReportDefinitionRequest: StaticStructureSchema;
11
+ export declare var GetReportDefinitionResult: StaticStructureSchema;
12
+ export declare var ImportApplicationUsageRequest: StaticStructureSchema;
13
+ export declare var ImportApplicationUsageResult: StaticStructureSchema;
14
+ export declare var InternalServerException: StaticErrorSchema;
15
+ export declare var ListReportDefinitionsRequest: StaticStructureSchema;
16
+ export declare var ListReportDefinitionsResult: StaticStructureSchema;
17
+ export declare var PutReportDefinitionRequest: StaticStructureSchema;
18
+ export declare var PutReportDefinitionResult: StaticStructureSchema;
19
+ export declare var ReportDefinition: StaticStructureSchema;
20
+ export declare var S3Location: StaticStructureSchema;
21
+ export declare var ServiceQuotaExceededException: StaticErrorSchema;
22
+ export declare var SourceS3Location: StaticStructureSchema;
23
+ export declare var ThrottlingException: StaticErrorSchema;
24
+ export declare var UpdateReportDefinitionRequest: StaticStructureSchema;
25
+ export declare var UpdateReportDefinitionResult: StaticStructureSchema;
26
+ export declare var ValidationException: StaticErrorSchema;
27
+ export declare var __Unit: "unit";
28
+ export declare var ApplicationCostProfilerServiceException: StaticErrorSchema;
29
+ export declare var ReportDefinitionList: StaticListSchema;
30
+ export declare var DeleteReportDefinition: StaticOperationSchema;
31
+ export declare var GetReportDefinition: StaticOperationSchema;
32
+ export declare var ImportApplicationUsage: StaticOperationSchema;
33
+ export declare var ListReportDefinitions: StaticOperationSchema;
34
+ export declare var PutReportDefinition: StaticOperationSchema;
35
+ export declare var UpdateReportDefinition: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-applicationcostprofiler",
3
3
  "description": "AWS SDK for JavaScript Applicationcostprofiler Client for Node.js, Browser and React Native",
4
- "version": "3.928.0",
4
+ "version": "3.930.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-applicationcostprofiler",
@@ -20,41 +20,41 @@
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.928.0",
24
- "@aws-sdk/credential-provider-node": "3.928.0",
25
- "@aws-sdk/middleware-host-header": "3.922.0",
26
- "@aws-sdk/middleware-logger": "3.922.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.922.0",
28
- "@aws-sdk/middleware-user-agent": "3.928.0",
29
- "@aws-sdk/region-config-resolver": "3.925.0",
30
- "@aws-sdk/types": "3.922.0",
31
- "@aws-sdk/util-endpoints": "3.922.0",
32
- "@aws-sdk/util-user-agent-browser": "3.922.0",
33
- "@aws-sdk/util-user-agent-node": "3.928.0",
34
- "@smithy/config-resolver": "^4.4.2",
35
- "@smithy/core": "^3.17.2",
36
- "@smithy/fetch-http-handler": "^5.3.5",
37
- "@smithy/hash-node": "^4.2.4",
38
- "@smithy/invalid-dependency": "^4.2.4",
39
- "@smithy/middleware-content-length": "^4.2.4",
40
- "@smithy/middleware-endpoint": "^4.3.6",
41
- "@smithy/middleware-retry": "^4.4.6",
42
- "@smithy/middleware-serde": "^4.2.4",
43
- "@smithy/middleware-stack": "^4.2.4",
44
- "@smithy/node-config-provider": "^4.3.4",
45
- "@smithy/node-http-handler": "^4.4.4",
46
- "@smithy/protocol-http": "^5.3.4",
47
- "@smithy/smithy-client": "^4.9.2",
48
- "@smithy/types": "^4.8.1",
49
- "@smithy/url-parser": "^4.2.4",
23
+ "@aws-sdk/core": "3.930.0",
24
+ "@aws-sdk/credential-provider-node": "3.930.0",
25
+ "@aws-sdk/middleware-host-header": "3.930.0",
26
+ "@aws-sdk/middleware-logger": "3.930.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.930.0",
28
+ "@aws-sdk/middleware-user-agent": "3.930.0",
29
+ "@aws-sdk/region-config-resolver": "3.930.0",
30
+ "@aws-sdk/types": "3.930.0",
31
+ "@aws-sdk/util-endpoints": "3.930.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.930.0",
33
+ "@aws-sdk/util-user-agent-node": "3.930.0",
34
+ "@smithy/config-resolver": "^4.4.3",
35
+ "@smithy/core": "^3.18.2",
36
+ "@smithy/fetch-http-handler": "^5.3.6",
37
+ "@smithy/hash-node": "^4.2.5",
38
+ "@smithy/invalid-dependency": "^4.2.5",
39
+ "@smithy/middleware-content-length": "^4.2.5",
40
+ "@smithy/middleware-endpoint": "^4.3.9",
41
+ "@smithy/middleware-retry": "^4.4.9",
42
+ "@smithy/middleware-serde": "^4.2.5",
43
+ "@smithy/middleware-stack": "^4.2.5",
44
+ "@smithy/node-config-provider": "^4.3.5",
45
+ "@smithy/node-http-handler": "^4.4.5",
46
+ "@smithy/protocol-http": "^5.3.5",
47
+ "@smithy/smithy-client": "^4.9.5",
48
+ "@smithy/types": "^4.9.0",
49
+ "@smithy/url-parser": "^4.2.5",
50
50
  "@smithy/util-base64": "^4.3.0",
51
51
  "@smithy/util-body-length-browser": "^4.2.0",
52
52
  "@smithy/util-body-length-node": "^4.2.1",
53
- "@smithy/util-defaults-mode-browser": "^4.3.5",
54
- "@smithy/util-defaults-mode-node": "^4.2.8",
55
- "@smithy/util-endpoints": "^3.2.4",
56
- "@smithy/util-middleware": "^4.2.4",
57
- "@smithy/util-retry": "^4.2.4",
53
+ "@smithy/util-defaults-mode-browser": "^4.3.8",
54
+ "@smithy/util-defaults-mode-node": "^4.2.11",
55
+ "@smithy/util-endpoints": "^3.2.5",
56
+ "@smithy/util-middleware": "^4.2.5",
57
+ "@smithy/util-retry": "^4.2.5",
58
58
  "@smithy/util-utf8": "^4.2.0",
59
59
  "tslib": "^2.6.2"
60
60
  },
@@ -1,298 +0,0 @@
1
- import { loadRestJsonErrorCode, parseJsonBody as parseBody, parseJsonErrorBody as parseErrorBody } from "@aws-sdk/core";
2
- import { requestBuilder as rb } from "@smithy/core";
3
- import { _json, collectBody, decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, map, parseEpochTimestamp as __parseEpochTimestamp, take, withBaseException, } from "@smithy/smithy-client";
4
- import { ApplicationCostProfilerServiceException as __BaseException } from "../models/ApplicationCostProfilerServiceException";
5
- import { AccessDeniedException, InternalServerException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/models_0";
6
- export const se_DeleteReportDefinitionCommand = async (input, context) => {
7
- const b = rb(input, context);
8
- const headers = {};
9
- b.bp("/reportDefinition/{reportId}");
10
- b.p("reportId", () => input.reportId, "{reportId}", false);
11
- let body;
12
- b.m("DELETE").h(headers).b(body);
13
- return b.build();
14
- };
15
- export const se_GetReportDefinitionCommand = async (input, context) => {
16
- const b = rb(input, context);
17
- const headers = {};
18
- b.bp("/reportDefinition/{reportId}");
19
- b.p("reportId", () => input.reportId, "{reportId}", false);
20
- let body;
21
- b.m("GET").h(headers).b(body);
22
- return b.build();
23
- };
24
- export const se_ImportApplicationUsageCommand = async (input, context) => {
25
- const b = rb(input, context);
26
- const headers = {
27
- "content-type": "application/json",
28
- };
29
- b.bp("/importApplicationUsage");
30
- let body;
31
- body = JSON.stringify(take(input, {
32
- sourceS3Location: (_) => _json(_),
33
- }));
34
- b.m("POST").h(headers).b(body);
35
- return b.build();
36
- };
37
- export const se_ListReportDefinitionsCommand = async (input, context) => {
38
- const b = rb(input, context);
39
- const headers = {};
40
- b.bp("/reportDefinition");
41
- const query = map({
42
- [_nT]: [, input[_nT]],
43
- [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
44
- });
45
- let body;
46
- b.m("GET").h(headers).q(query).b(body);
47
- return b.build();
48
- };
49
- export const se_PutReportDefinitionCommand = async (input, context) => {
50
- const b = rb(input, context);
51
- const headers = {
52
- "content-type": "application/json",
53
- };
54
- b.bp("/reportDefinition");
55
- let body;
56
- body = JSON.stringify(take(input, {
57
- destinationS3Location: (_) => _json(_),
58
- format: [],
59
- reportDescription: [],
60
- reportFrequency: [],
61
- reportId: [],
62
- }));
63
- b.m("POST").h(headers).b(body);
64
- return b.build();
65
- };
66
- export const se_UpdateReportDefinitionCommand = async (input, context) => {
67
- const b = rb(input, context);
68
- const headers = {
69
- "content-type": "application/json",
70
- };
71
- b.bp("/reportDefinition/{reportId}");
72
- b.p("reportId", () => input.reportId, "{reportId}", false);
73
- let body;
74
- body = JSON.stringify(take(input, {
75
- destinationS3Location: (_) => _json(_),
76
- format: [],
77
- reportDescription: [],
78
- reportFrequency: [],
79
- }));
80
- b.m("PUT").h(headers).b(body);
81
- return b.build();
82
- };
83
- export const de_DeleteReportDefinitionCommand = async (output, context) => {
84
- if (output.statusCode !== 200 && output.statusCode >= 300) {
85
- return de_CommandError(output, context);
86
- }
87
- const contents = map({
88
- $metadata: deserializeMetadata(output),
89
- });
90
- const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
91
- const doc = take(data, {
92
- reportId: __expectString,
93
- });
94
- Object.assign(contents, doc);
95
- return contents;
96
- };
97
- export const de_GetReportDefinitionCommand = async (output, context) => {
98
- if (output.statusCode !== 200 && output.statusCode >= 300) {
99
- return de_CommandError(output, context);
100
- }
101
- const contents = map({
102
- $metadata: deserializeMetadata(output),
103
- });
104
- const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
105
- const doc = take(data, {
106
- createdAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
107
- destinationS3Location: _json,
108
- format: __expectString,
109
- lastUpdated: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
110
- reportDescription: __expectString,
111
- reportFrequency: __expectString,
112
- reportId: __expectString,
113
- });
114
- Object.assign(contents, doc);
115
- return contents;
116
- };
117
- export const de_ImportApplicationUsageCommand = async (output, context) => {
118
- if (output.statusCode !== 200 && output.statusCode >= 300) {
119
- return de_CommandError(output, context);
120
- }
121
- const contents = map({
122
- $metadata: deserializeMetadata(output),
123
- });
124
- const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
125
- const doc = take(data, {
126
- importId: __expectString,
127
- });
128
- Object.assign(contents, doc);
129
- return contents;
130
- };
131
- export const de_ListReportDefinitionsCommand = async (output, context) => {
132
- if (output.statusCode !== 200 && output.statusCode >= 300) {
133
- return de_CommandError(output, context);
134
- }
135
- const contents = map({
136
- $metadata: deserializeMetadata(output),
137
- });
138
- const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
139
- const doc = take(data, {
140
- nextToken: __expectString,
141
- reportDefinitions: (_) => de_ReportDefinitionList(_, context),
142
- });
143
- Object.assign(contents, doc);
144
- return contents;
145
- };
146
- export const de_PutReportDefinitionCommand = async (output, context) => {
147
- if (output.statusCode !== 200 && output.statusCode >= 300) {
148
- return de_CommandError(output, context);
149
- }
150
- const contents = map({
151
- $metadata: deserializeMetadata(output),
152
- });
153
- const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
154
- const doc = take(data, {
155
- reportId: __expectString,
156
- });
157
- Object.assign(contents, doc);
158
- return contents;
159
- };
160
- export const de_UpdateReportDefinitionCommand = async (output, context) => {
161
- if (output.statusCode !== 200 && output.statusCode >= 300) {
162
- return de_CommandError(output, context);
163
- }
164
- const contents = map({
165
- $metadata: deserializeMetadata(output),
166
- });
167
- const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
168
- const doc = take(data, {
169
- reportId: __expectString,
170
- });
171
- Object.assign(contents, doc);
172
- return contents;
173
- };
174
- const de_CommandError = async (output, context) => {
175
- const parsedOutput = {
176
- ...output,
177
- body: await parseErrorBody(output.body, context),
178
- };
179
- const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
180
- switch (errorCode) {
181
- case "AccessDeniedException":
182
- case "com.amazonaws.applicationcostprofiler#AccessDeniedException":
183
- throw await de_AccessDeniedExceptionRes(parsedOutput, context);
184
- case "InternalServerException":
185
- case "com.amazonaws.applicationcostprofiler#InternalServerException":
186
- throw await de_InternalServerExceptionRes(parsedOutput, context);
187
- case "ThrottlingException":
188
- case "com.amazonaws.applicationcostprofiler#ThrottlingException":
189
- throw await de_ThrottlingExceptionRes(parsedOutput, context);
190
- case "ValidationException":
191
- case "com.amazonaws.applicationcostprofiler#ValidationException":
192
- throw await de_ValidationExceptionRes(parsedOutput, context);
193
- case "ServiceQuotaExceededException":
194
- case "com.amazonaws.applicationcostprofiler#ServiceQuotaExceededException":
195
- throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
196
- default:
197
- const parsedBody = parsedOutput.body;
198
- return throwDefaultError({
199
- output,
200
- parsedBody,
201
- errorCode,
202
- });
203
- }
204
- };
205
- const throwDefaultError = withBaseException(__BaseException);
206
- const de_AccessDeniedExceptionRes = async (parsedOutput, context) => {
207
- const contents = map({});
208
- const data = parsedOutput.body;
209
- const doc = take(data, {
210
- message: __expectString,
211
- });
212
- Object.assign(contents, doc);
213
- const exception = new AccessDeniedException({
214
- $metadata: deserializeMetadata(parsedOutput),
215
- ...contents,
216
- });
217
- return __decorateServiceException(exception, parsedOutput.body);
218
- };
219
- const de_InternalServerExceptionRes = async (parsedOutput, context) => {
220
- const contents = map({});
221
- const data = parsedOutput.body;
222
- const doc = take(data, {
223
- message: __expectString,
224
- });
225
- Object.assign(contents, doc);
226
- const exception = new InternalServerException({
227
- $metadata: deserializeMetadata(parsedOutput),
228
- ...contents,
229
- });
230
- return __decorateServiceException(exception, parsedOutput.body);
231
- };
232
- const de_ServiceQuotaExceededExceptionRes = async (parsedOutput, context) => {
233
- const contents = map({});
234
- const data = parsedOutput.body;
235
- const doc = take(data, {
236
- message: __expectString,
237
- });
238
- Object.assign(contents, doc);
239
- const exception = new ServiceQuotaExceededException({
240
- $metadata: deserializeMetadata(parsedOutput),
241
- ...contents,
242
- });
243
- return __decorateServiceException(exception, parsedOutput.body);
244
- };
245
- const de_ThrottlingExceptionRes = async (parsedOutput, context) => {
246
- const contents = map({});
247
- const data = parsedOutput.body;
248
- const doc = take(data, {
249
- message: __expectString,
250
- });
251
- Object.assign(contents, doc);
252
- const exception = new ThrottlingException({
253
- $metadata: deserializeMetadata(parsedOutput),
254
- ...contents,
255
- });
256
- return __decorateServiceException(exception, parsedOutput.body);
257
- };
258
- const de_ValidationExceptionRes = async (parsedOutput, context) => {
259
- const contents = map({});
260
- const data = parsedOutput.body;
261
- const doc = take(data, {
262
- message: __expectString,
263
- });
264
- Object.assign(contents, doc);
265
- const exception = new ValidationException({
266
- $metadata: deserializeMetadata(parsedOutput),
267
- ...contents,
268
- });
269
- return __decorateServiceException(exception, parsedOutput.body);
270
- };
271
- const de_ReportDefinition = (output, context) => {
272
- return take(output, {
273
- createdAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
274
- destinationS3Location: _json,
275
- format: __expectString,
276
- lastUpdatedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
277
- reportDescription: __expectString,
278
- reportFrequency: __expectString,
279
- reportId: __expectString,
280
- });
281
- };
282
- const de_ReportDefinitionList = (output, context) => {
283
- const retVal = (output || [])
284
- .filter((e) => e != null)
285
- .map((entry) => {
286
- return de_ReportDefinition(entry, context);
287
- });
288
- return retVal;
289
- };
290
- const deserializeMetadata = (output) => ({
291
- httpStatusCode: output.statusCode,
292
- requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
293
- extendedRequestId: output.headers["x-amz-id-2"],
294
- cfId: output.headers["x-amz-cf-id"],
295
- });
296
- const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
297
- const _mR = "maxResults";
298
- const _nT = "nextToken";
@@ -1,56 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { DeleteReportDefinitionCommandInput, DeleteReportDefinitionCommandOutput } from "../commands/DeleteReportDefinitionCommand";
4
- import { GetReportDefinitionCommandInput, GetReportDefinitionCommandOutput } from "../commands/GetReportDefinitionCommand";
5
- import { ImportApplicationUsageCommandInput, ImportApplicationUsageCommandOutput } from "../commands/ImportApplicationUsageCommand";
6
- import { ListReportDefinitionsCommandInput, ListReportDefinitionsCommandOutput } from "../commands/ListReportDefinitionsCommand";
7
- import { PutReportDefinitionCommandInput, PutReportDefinitionCommandOutput } from "../commands/PutReportDefinitionCommand";
8
- import { UpdateReportDefinitionCommandInput, UpdateReportDefinitionCommandOutput } from "../commands/UpdateReportDefinitionCommand";
9
- /**
10
- * serializeAws_restJson1DeleteReportDefinitionCommand
11
- */
12
- export declare const se_DeleteReportDefinitionCommand: (input: DeleteReportDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
13
- /**
14
- * serializeAws_restJson1GetReportDefinitionCommand
15
- */
16
- export declare const se_GetReportDefinitionCommand: (input: GetReportDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
17
- /**
18
- * serializeAws_restJson1ImportApplicationUsageCommand
19
- */
20
- export declare const se_ImportApplicationUsageCommand: (input: ImportApplicationUsageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
21
- /**
22
- * serializeAws_restJson1ListReportDefinitionsCommand
23
- */
24
- export declare const se_ListReportDefinitionsCommand: (input: ListReportDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
25
- /**
26
- * serializeAws_restJson1PutReportDefinitionCommand
27
- */
28
- export declare const se_PutReportDefinitionCommand: (input: PutReportDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- /**
30
- * serializeAws_restJson1UpdateReportDefinitionCommand
31
- */
32
- export declare const se_UpdateReportDefinitionCommand: (input: UpdateReportDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- /**
34
- * deserializeAws_restJson1DeleteReportDefinitionCommand
35
- */
36
- export declare const de_DeleteReportDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReportDefinitionCommandOutput>;
37
- /**
38
- * deserializeAws_restJson1GetReportDefinitionCommand
39
- */
40
- export declare const de_GetReportDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReportDefinitionCommandOutput>;
41
- /**
42
- * deserializeAws_restJson1ImportApplicationUsageCommand
43
- */
44
- export declare const de_ImportApplicationUsageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportApplicationUsageCommandOutput>;
45
- /**
46
- * deserializeAws_restJson1ListReportDefinitionsCommand
47
- */
48
- export declare const de_ListReportDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReportDefinitionsCommandOutput>;
49
- /**
50
- * deserializeAws_restJson1PutReportDefinitionCommand
51
- */
52
- export declare const de_PutReportDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutReportDefinitionCommandOutput>;
53
- /**
54
- * deserializeAws_restJson1UpdateReportDefinitionCommand
55
- */
56
- export declare const de_UpdateReportDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateReportDefinitionCommandOutput>;
@@ -1,77 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- DeleteReportDefinitionCommandInput,
8
- DeleteReportDefinitionCommandOutput,
9
- } from "../commands/DeleteReportDefinitionCommand";
10
- import {
11
- GetReportDefinitionCommandInput,
12
- GetReportDefinitionCommandOutput,
13
- } from "../commands/GetReportDefinitionCommand";
14
- import {
15
- ImportApplicationUsageCommandInput,
16
- ImportApplicationUsageCommandOutput,
17
- } from "../commands/ImportApplicationUsageCommand";
18
- import {
19
- ListReportDefinitionsCommandInput,
20
- ListReportDefinitionsCommandOutput,
21
- } from "../commands/ListReportDefinitionsCommand";
22
- import {
23
- PutReportDefinitionCommandInput,
24
- PutReportDefinitionCommandOutput,
25
- } from "../commands/PutReportDefinitionCommand";
26
- import {
27
- UpdateReportDefinitionCommandInput,
28
- UpdateReportDefinitionCommandOutput,
29
- } from "../commands/UpdateReportDefinitionCommand";
30
- export declare const se_DeleteReportDefinitionCommand: (
31
- input: DeleteReportDefinitionCommandInput,
32
- context: __SerdeContext
33
- ) => Promise<__HttpRequest>;
34
- export declare const se_GetReportDefinitionCommand: (
35
- input: GetReportDefinitionCommandInput,
36
- context: __SerdeContext
37
- ) => Promise<__HttpRequest>;
38
- export declare const se_ImportApplicationUsageCommand: (
39
- input: ImportApplicationUsageCommandInput,
40
- context: __SerdeContext
41
- ) => Promise<__HttpRequest>;
42
- export declare const se_ListReportDefinitionsCommand: (
43
- input: ListReportDefinitionsCommandInput,
44
- context: __SerdeContext
45
- ) => Promise<__HttpRequest>;
46
- export declare const se_PutReportDefinitionCommand: (
47
- input: PutReportDefinitionCommandInput,
48
- context: __SerdeContext
49
- ) => Promise<__HttpRequest>;
50
- export declare const se_UpdateReportDefinitionCommand: (
51
- input: UpdateReportDefinitionCommandInput,
52
- context: __SerdeContext
53
- ) => Promise<__HttpRequest>;
54
- export declare const de_DeleteReportDefinitionCommand: (
55
- output: __HttpResponse,
56
- context: __SerdeContext
57
- ) => Promise<DeleteReportDefinitionCommandOutput>;
58
- export declare const de_GetReportDefinitionCommand: (
59
- output: __HttpResponse,
60
- context: __SerdeContext
61
- ) => Promise<GetReportDefinitionCommandOutput>;
62
- export declare const de_ImportApplicationUsageCommand: (
63
- output: __HttpResponse,
64
- context: __SerdeContext
65
- ) => Promise<ImportApplicationUsageCommandOutput>;
66
- export declare const de_ListReportDefinitionsCommand: (
67
- output: __HttpResponse,
68
- context: __SerdeContext
69
- ) => Promise<ListReportDefinitionsCommandOutput>;
70
- export declare const de_PutReportDefinitionCommand: (
71
- output: __HttpResponse,
72
- context: __SerdeContext
73
- ) => Promise<PutReportDefinitionCommandOutput>;
74
- export declare const de_UpdateReportDefinitionCommand: (
75
- output: __HttpResponse,
76
- context: __SerdeContext
77
- ) => Promise<UpdateReportDefinitionCommandOutput>;