@aws-sdk/client-applicationcostprofiler 3.169.0 → 3.171.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.
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ApplicationCostProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationCostProfilerClient";
4
- import { PutReportDefinitionRequest, PutReportDefinitionResult } from "../models/models_0";
5
- export interface PutReportDefinitionCommandInput extends PutReportDefinitionRequest {
6
- }
7
- export interface PutReportDefinitionCommandOutput extends PutReportDefinitionResult, __MetadataBearer {
8
- }
9
-
10
- export declare class PutReportDefinitionCommand extends $Command<PutReportDefinitionCommandInput, PutReportDefinitionCommandOutput, ApplicationCostProfilerClientResolvedConfig> {
11
- readonly input: PutReportDefinitionCommandInput;
12
- constructor(input: PutReportDefinitionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationCostProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutReportDefinitionCommandInput, PutReportDefinitionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ApplicationCostProfilerClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ApplicationCostProfilerClient";
13
+ import {
14
+ PutReportDefinitionRequest,
15
+ PutReportDefinitionResult,
16
+ } from "../models/models_0";
17
+ export interface PutReportDefinitionCommandInput
18
+ extends PutReportDefinitionRequest {}
19
+ export interface PutReportDefinitionCommandOutput
20
+ extends PutReportDefinitionResult,
21
+ __MetadataBearer {}
22
+ export declare class PutReportDefinitionCommand extends $Command<
23
+ PutReportDefinitionCommandInput,
24
+ PutReportDefinitionCommandOutput,
25
+ ApplicationCostProfilerClientResolvedConfig
26
+ > {
27
+ readonly input: PutReportDefinitionCommandInput;
28
+ constructor(input: PutReportDefinitionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ApplicationCostProfilerClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<PutReportDefinitionCommandInput, PutReportDefinitionCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ApplicationCostProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationCostProfilerClient";
4
- import { UpdateReportDefinitionRequest, UpdateReportDefinitionResult } from "../models/models_0";
5
- export interface UpdateReportDefinitionCommandInput extends UpdateReportDefinitionRequest {
6
- }
7
- export interface UpdateReportDefinitionCommandOutput extends UpdateReportDefinitionResult, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateReportDefinitionCommand extends $Command<UpdateReportDefinitionCommandInput, UpdateReportDefinitionCommandOutput, ApplicationCostProfilerClientResolvedConfig> {
11
- readonly input: UpdateReportDefinitionCommandInput;
12
- constructor(input: UpdateReportDefinitionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationCostProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateReportDefinitionCommandInput, UpdateReportDefinitionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ApplicationCostProfilerClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ApplicationCostProfilerClient";
13
+ import {
14
+ UpdateReportDefinitionRequest,
15
+ UpdateReportDefinitionResult,
16
+ } from "../models/models_0";
17
+ export interface UpdateReportDefinitionCommandInput
18
+ extends UpdateReportDefinitionRequest {}
19
+ export interface UpdateReportDefinitionCommandOutput
20
+ extends UpdateReportDefinitionResult,
21
+ __MetadataBearer {}
22
+ export declare class UpdateReportDefinitionCommand extends $Command<
23
+ UpdateReportDefinitionCommandInput,
24
+ UpdateReportDefinitionCommandOutput,
25
+ ApplicationCostProfilerClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateReportDefinitionCommandInput;
28
+ constructor(input: UpdateReportDefinitionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ApplicationCostProfilerClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateReportDefinitionCommandInput,
35
+ UpdateReportDefinitionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,6 +1,6 @@
1
- export * from "./DeleteReportDefinitionCommand";
2
- export * from "./GetReportDefinitionCommand";
3
- export * from "./ImportApplicationUsageCommand";
4
- export * from "./ListReportDefinitionsCommand";
5
- export * from "./PutReportDefinitionCommand";
6
- export * from "./UpdateReportDefinitionCommand";
1
+ export * from "./DeleteReportDefinitionCommand";
2
+ export * from "./GetReportDefinitionCommand";
3
+ export * from "./ImportApplicationUsageCommand";
4
+ export * from "./ListReportDefinitionsCommand";
5
+ export * from "./PutReportDefinitionCommand";
6
+ export * from "./UpdateReportDefinitionCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,6 +1,6 @@
1
- export * from "./ApplicationCostProfiler";
2
- export * from "./ApplicationCostProfilerClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export { ApplicationCostProfilerServiceException } from "./models/ApplicationCostProfilerServiceException";
1
+ export * from "./ApplicationCostProfiler";
2
+ export * from "./ApplicationCostProfilerClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { ApplicationCostProfilerServiceException } from "./models/ApplicationCostProfilerServiceException";
@@ -1,6 +1,7 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class ApplicationCostProfilerServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+ export declare class ApplicationCostProfilerServiceException extends __ServiceException {
6
+ constructor(options: __ServiceExceptionOptions);
7
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";
@@ -1,195 +1,165 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { ApplicationCostProfilerServiceException as __BaseException } from "./ApplicationCostProfilerServiceException";
3
-
4
- export declare class AccessDeniedException extends __BaseException {
5
- readonly name: "AccessDeniedException";
6
- readonly $fault: "client";
7
-
8
- constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
9
- }
10
- export interface DeleteReportDefinitionRequest {
11
-
12
- reportId: string | undefined;
13
- }
14
- export interface DeleteReportDefinitionResult {
15
-
16
- reportId?: string;
17
- }
18
-
19
- export declare class InternalServerException extends __BaseException {
20
- readonly name: "InternalServerException";
21
- readonly $fault: "server";
22
-
23
- constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
24
- }
25
-
26
- export declare class ThrottlingException extends __BaseException {
27
- readonly name: "ThrottlingException";
28
- readonly $fault: "client";
29
-
30
- constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
31
- }
32
-
33
- export declare class ValidationException extends __BaseException {
34
- readonly name: "ValidationException";
35
- readonly $fault: "client";
36
-
37
- constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
38
- }
39
- export interface GetReportDefinitionRequest {
40
-
41
- reportId: string | undefined;
42
- }
43
-
44
- export interface S3Location {
45
-
46
- bucket: string | undefined;
47
-
48
- prefix: string | undefined;
49
- }
50
- export declare enum Format {
51
- CSV = "CSV",
52
- PARQUET = "PARQUET"
53
- }
54
- export declare enum ReportFrequency {
55
- ALL = "ALL",
56
- DAILY = "DAILY",
57
- MONTHLY = "MONTHLY"
58
- }
59
- export interface GetReportDefinitionResult {
60
-
61
- reportId: string | undefined;
62
-
63
- reportDescription: string | undefined;
64
-
65
- reportFrequency: ReportFrequency | string | undefined;
66
-
67
- format: Format | string | undefined;
68
-
69
- destinationS3Location: S3Location | undefined;
70
-
71
- createdAt: Date | undefined;
72
-
73
- lastUpdated: Date | undefined;
74
- }
75
- export declare enum S3BucketRegion {
76
- AF_SOUTH_1 = "af-south-1",
77
- AP_EAST_1 = "ap-east-1",
78
- EU_SOUTH_1 = "eu-south-1",
79
- ME_SOUTH_1 = "me-south-1"
80
- }
81
-
82
- export interface SourceS3Location {
83
-
84
- bucket: string | undefined;
85
-
86
- key: string | undefined;
87
-
88
- region?: S3BucketRegion | string;
89
- }
90
- export interface ImportApplicationUsageRequest {
91
-
92
- sourceS3Location: SourceS3Location | undefined;
93
- }
94
- export interface ImportApplicationUsageResult {
95
-
96
- importId: string | undefined;
97
- }
98
- export interface ListReportDefinitionsRequest {
99
-
100
- nextToken?: string;
101
-
102
- maxResults?: number;
103
- }
104
-
105
- export interface ReportDefinition {
106
-
107
- reportId?: string;
108
-
109
- reportDescription?: string;
110
-
111
- reportFrequency?: ReportFrequency | string;
112
-
113
- format?: Format | string;
114
-
115
- destinationS3Location?: S3Location;
116
-
117
- createdAt?: Date;
118
-
119
- lastUpdatedAt?: Date;
120
- }
121
- export interface ListReportDefinitionsResult {
122
-
123
- reportDefinitions?: ReportDefinition[];
124
-
125
- nextToken?: string;
126
- }
127
- export interface PutReportDefinitionRequest {
128
-
129
- reportId: string | undefined;
130
-
131
- reportDescription: string | undefined;
132
-
133
- reportFrequency: ReportFrequency | string | undefined;
134
-
135
- format: Format | string | undefined;
136
-
137
- destinationS3Location: S3Location | undefined;
138
- }
139
- export interface PutReportDefinitionResult {
140
-
141
- reportId?: string;
142
- }
143
-
144
- export declare class ServiceQuotaExceededException extends __BaseException {
145
- readonly name: "ServiceQuotaExceededException";
146
- readonly $fault: "client";
147
-
148
- constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
149
- }
150
- export interface UpdateReportDefinitionRequest {
151
-
152
- reportId: string | undefined;
153
-
154
- reportDescription: string | undefined;
155
-
156
- reportFrequency: ReportFrequency | string | undefined;
157
-
158
- format: Format | string | undefined;
159
-
160
- destinationS3Location: S3Location | undefined;
161
- }
162
- export interface UpdateReportDefinitionResult {
163
-
164
- reportId?: string;
165
- }
166
-
167
- export declare const DeleteReportDefinitionRequestFilterSensitiveLog: (obj: DeleteReportDefinitionRequest) => any;
168
-
169
- export declare const DeleteReportDefinitionResultFilterSensitiveLog: (obj: DeleteReportDefinitionResult) => any;
170
-
171
- export declare const GetReportDefinitionRequestFilterSensitiveLog: (obj: GetReportDefinitionRequest) => any;
172
-
173
- export declare const S3LocationFilterSensitiveLog: (obj: S3Location) => any;
174
-
175
- export declare const GetReportDefinitionResultFilterSensitiveLog: (obj: GetReportDefinitionResult) => any;
176
-
177
- export declare const SourceS3LocationFilterSensitiveLog: (obj: SourceS3Location) => any;
178
-
179
- export declare const ImportApplicationUsageRequestFilterSensitiveLog: (obj: ImportApplicationUsageRequest) => any;
180
-
181
- export declare const ImportApplicationUsageResultFilterSensitiveLog: (obj: ImportApplicationUsageResult) => any;
182
-
183
- export declare const ListReportDefinitionsRequestFilterSensitiveLog: (obj: ListReportDefinitionsRequest) => any;
184
-
185
- export declare const ReportDefinitionFilterSensitiveLog: (obj: ReportDefinition) => any;
186
-
187
- export declare const ListReportDefinitionsResultFilterSensitiveLog: (obj: ListReportDefinitionsResult) => any;
188
-
189
- export declare const PutReportDefinitionRequestFilterSensitiveLog: (obj: PutReportDefinitionRequest) => any;
190
-
191
- export declare const PutReportDefinitionResultFilterSensitiveLog: (obj: PutReportDefinitionResult) => any;
192
-
193
- export declare const UpdateReportDefinitionRequestFilterSensitiveLog: (obj: UpdateReportDefinitionRequest) => any;
194
-
195
- export declare const UpdateReportDefinitionResultFilterSensitiveLog: (obj: UpdateReportDefinitionResult) => any;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { ApplicationCostProfilerServiceException as __BaseException } from "./ApplicationCostProfilerServiceException";
3
+ export declare class AccessDeniedException extends __BaseException {
4
+ readonly name: "AccessDeniedException";
5
+ readonly $fault: "client";
6
+ constructor(
7
+ opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
8
+ );
9
+ }
10
+ export interface DeleteReportDefinitionRequest {
11
+ reportId: string | undefined;
12
+ }
13
+ export interface DeleteReportDefinitionResult {
14
+ reportId?: string;
15
+ }
16
+ export declare class InternalServerException extends __BaseException {
17
+ readonly name: "InternalServerException";
18
+ readonly $fault: "server";
19
+ constructor(
20
+ opts: __ExceptionOptionType<InternalServerException, __BaseException>
21
+ );
22
+ }
23
+ export declare class ThrottlingException extends __BaseException {
24
+ readonly name: "ThrottlingException";
25
+ readonly $fault: "client";
26
+ constructor(
27
+ opts: __ExceptionOptionType<ThrottlingException, __BaseException>
28
+ );
29
+ }
30
+ export declare class ValidationException extends __BaseException {
31
+ readonly name: "ValidationException";
32
+ readonly $fault: "client";
33
+ constructor(
34
+ opts: __ExceptionOptionType<ValidationException, __BaseException>
35
+ );
36
+ }
37
+ export interface GetReportDefinitionRequest {
38
+ reportId: string | undefined;
39
+ }
40
+ export interface S3Location {
41
+ bucket: string | undefined;
42
+ prefix: string | undefined;
43
+ }
44
+ export declare enum Format {
45
+ CSV = "CSV",
46
+ PARQUET = "PARQUET",
47
+ }
48
+ export declare enum ReportFrequency {
49
+ ALL = "ALL",
50
+ DAILY = "DAILY",
51
+ MONTHLY = "MONTHLY",
52
+ }
53
+ export interface GetReportDefinitionResult {
54
+ reportId: string | undefined;
55
+ reportDescription: string | undefined;
56
+ reportFrequency: ReportFrequency | string | undefined;
57
+ format: Format | string | undefined;
58
+ destinationS3Location: S3Location | undefined;
59
+ createdAt: Date | undefined;
60
+ lastUpdated: Date | undefined;
61
+ }
62
+ export declare enum S3BucketRegion {
63
+ AF_SOUTH_1 = "af-south-1",
64
+ AP_EAST_1 = "ap-east-1",
65
+ EU_SOUTH_1 = "eu-south-1",
66
+ ME_SOUTH_1 = "me-south-1",
67
+ }
68
+ export interface SourceS3Location {
69
+ bucket: string | undefined;
70
+ key: string | undefined;
71
+ region?: S3BucketRegion | string;
72
+ }
73
+ export interface ImportApplicationUsageRequest {
74
+ sourceS3Location: SourceS3Location | undefined;
75
+ }
76
+ export interface ImportApplicationUsageResult {
77
+ importId: string | undefined;
78
+ }
79
+ export interface ListReportDefinitionsRequest {
80
+ nextToken?: string;
81
+ maxResults?: number;
82
+ }
83
+ export interface ReportDefinition {
84
+ reportId?: string;
85
+ reportDescription?: string;
86
+ reportFrequency?: ReportFrequency | string;
87
+ format?: Format | string;
88
+ destinationS3Location?: S3Location;
89
+ createdAt?: Date;
90
+ lastUpdatedAt?: Date;
91
+ }
92
+ export interface ListReportDefinitionsResult {
93
+ reportDefinitions?: ReportDefinition[];
94
+ nextToken?: string;
95
+ }
96
+ export interface PutReportDefinitionRequest {
97
+ reportId: string | undefined;
98
+ reportDescription: string | undefined;
99
+ reportFrequency: ReportFrequency | string | undefined;
100
+ format: Format | string | undefined;
101
+ destinationS3Location: S3Location | undefined;
102
+ }
103
+ export interface PutReportDefinitionResult {
104
+ reportId?: string;
105
+ }
106
+ export declare class ServiceQuotaExceededException extends __BaseException {
107
+ readonly name: "ServiceQuotaExceededException";
108
+ readonly $fault: "client";
109
+ constructor(
110
+ opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
111
+ );
112
+ }
113
+ export interface UpdateReportDefinitionRequest {
114
+ reportId: string | undefined;
115
+ reportDescription: string | undefined;
116
+ reportFrequency: ReportFrequency | string | undefined;
117
+ format: Format | string | undefined;
118
+ destinationS3Location: S3Location | undefined;
119
+ }
120
+ export interface UpdateReportDefinitionResult {
121
+ reportId?: string;
122
+ }
123
+ export declare const DeleteReportDefinitionRequestFilterSensitiveLog: (
124
+ obj: DeleteReportDefinitionRequest
125
+ ) => any;
126
+ export declare const DeleteReportDefinitionResultFilterSensitiveLog: (
127
+ obj: DeleteReportDefinitionResult
128
+ ) => any;
129
+ export declare const GetReportDefinitionRequestFilterSensitiveLog: (
130
+ obj: GetReportDefinitionRequest
131
+ ) => any;
132
+ export declare const S3LocationFilterSensitiveLog: (obj: S3Location) => any;
133
+ export declare const GetReportDefinitionResultFilterSensitiveLog: (
134
+ obj: GetReportDefinitionResult
135
+ ) => any;
136
+ export declare const SourceS3LocationFilterSensitiveLog: (
137
+ obj: SourceS3Location
138
+ ) => any;
139
+ export declare const ImportApplicationUsageRequestFilterSensitiveLog: (
140
+ obj: ImportApplicationUsageRequest
141
+ ) => any;
142
+ export declare const ImportApplicationUsageResultFilterSensitiveLog: (
143
+ obj: ImportApplicationUsageResult
144
+ ) => any;
145
+ export declare const ListReportDefinitionsRequestFilterSensitiveLog: (
146
+ obj: ListReportDefinitionsRequest
147
+ ) => any;
148
+ export declare const ReportDefinitionFilterSensitiveLog: (
149
+ obj: ReportDefinition
150
+ ) => any;
151
+ export declare const ListReportDefinitionsResultFilterSensitiveLog: (
152
+ obj: ListReportDefinitionsResult
153
+ ) => any;
154
+ export declare const PutReportDefinitionRequestFilterSensitiveLog: (
155
+ obj: PutReportDefinitionRequest
156
+ ) => any;
157
+ export declare const PutReportDefinitionResultFilterSensitiveLog: (
158
+ obj: PutReportDefinitionResult
159
+ ) => any;
160
+ export declare const UpdateReportDefinitionRequestFilterSensitiveLog: (
161
+ obj: UpdateReportDefinitionRequest
162
+ ) => any;
163
+ export declare const UpdateReportDefinitionResultFilterSensitiveLog: (
164
+ obj: UpdateReportDefinitionResult
165
+ ) => any;
@@ -1,6 +1,7 @@
1
- import { PaginationConfiguration } from "@aws-sdk/types";
2
- import { ApplicationCostProfiler } from "../ApplicationCostProfiler";
3
- import { ApplicationCostProfilerClient } from "../ApplicationCostProfilerClient";
4
- export interface ApplicationCostProfilerPaginationConfiguration extends PaginationConfiguration {
5
- client: ApplicationCostProfiler | ApplicationCostProfilerClient;
6
- }
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
2
+ import { ApplicationCostProfiler } from "../ApplicationCostProfiler";
3
+ import { ApplicationCostProfilerClient } from "../ApplicationCostProfilerClient";
4
+ export interface ApplicationCostProfilerPaginationConfiguration
5
+ extends PaginationConfiguration {
6
+ client: ApplicationCostProfiler | ApplicationCostProfilerClient;
7
+ }
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListReportDefinitionsCommandInput, ListReportDefinitionsCommandOutput } from "../commands/ListReportDefinitionsCommand";
3
- import { ApplicationCostProfilerPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListReportDefinitions(config: ApplicationCostProfilerPaginationConfiguration, input: ListReportDefinitionsCommandInput, ...additionalArguments: any): Paginator<ListReportDefinitionsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListReportDefinitionsCommandInput,
4
+ ListReportDefinitionsCommandOutput,
5
+ } from "../commands/ListReportDefinitionsCommand";
6
+ import { ApplicationCostProfilerPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListReportDefinitions(
8
+ config: ApplicationCostProfilerPaginationConfiguration,
9
+ input: ListReportDefinitionsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListReportDefinitionsCommandOutput>;
@@ -1,2 +1,2 @@
1
- export * from "./Interfaces";
2
- export * from "./ListReportDefinitionsPaginator";
1
+ export * from "./Interfaces";
2
+ export * from "./ListReportDefinitionsPaginator";