@aws-sdk/client-applicationcostprofiler 3.170.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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/ApplicationCostProfiler.d.ts +0 -6
- package/dist-types/ts3.4/ApplicationCostProfilerClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/DeleteReportDefinitionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetReportDefinitionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ImportApplicationUsageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListReportDefinitionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutReportDefinitionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateReportDefinitionCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/ApplicationCostProfilerServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -53
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-applicationcostprofiler
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-applicationcostprofiler
|
|
@@ -24,7 +24,6 @@ import {
|
|
|
24
24
|
UpdateReportDefinitionCommandInput,
|
|
25
25
|
UpdateReportDefinitionCommandOutput,
|
|
26
26
|
} from "./commands/UpdateReportDefinitionCommand";
|
|
27
|
-
|
|
28
27
|
export declare class ApplicationCostProfiler extends ApplicationCostProfilerClient {
|
|
29
28
|
deleteReportDefinition(
|
|
30
29
|
args: DeleteReportDefinitionCommandInput,
|
|
@@ -39,7 +38,6 @@ export declare class ApplicationCostProfiler extends ApplicationCostProfilerClie
|
|
|
39
38
|
options: __HttpHandlerOptions,
|
|
40
39
|
cb: (err: any, data?: DeleteReportDefinitionCommandOutput) => void
|
|
41
40
|
): void;
|
|
42
|
-
|
|
43
41
|
getReportDefinition(
|
|
44
42
|
args: GetReportDefinitionCommandInput,
|
|
45
43
|
options?: __HttpHandlerOptions
|
|
@@ -53,7 +51,6 @@ export declare class ApplicationCostProfiler extends ApplicationCostProfilerClie
|
|
|
53
51
|
options: __HttpHandlerOptions,
|
|
54
52
|
cb: (err: any, data?: GetReportDefinitionCommandOutput) => void
|
|
55
53
|
): void;
|
|
56
|
-
|
|
57
54
|
importApplicationUsage(
|
|
58
55
|
args: ImportApplicationUsageCommandInput,
|
|
59
56
|
options?: __HttpHandlerOptions
|
|
@@ -67,7 +64,6 @@ export declare class ApplicationCostProfiler extends ApplicationCostProfilerClie
|
|
|
67
64
|
options: __HttpHandlerOptions,
|
|
68
65
|
cb: (err: any, data?: ImportApplicationUsageCommandOutput) => void
|
|
69
66
|
): void;
|
|
70
|
-
|
|
71
67
|
listReportDefinitions(
|
|
72
68
|
args: ListReportDefinitionsCommandInput,
|
|
73
69
|
options?: __HttpHandlerOptions
|
|
@@ -81,7 +77,6 @@ export declare class ApplicationCostProfiler extends ApplicationCostProfilerClie
|
|
|
81
77
|
options: __HttpHandlerOptions,
|
|
82
78
|
cb: (err: any, data?: ListReportDefinitionsCommandOutput) => void
|
|
83
79
|
): void;
|
|
84
|
-
|
|
85
80
|
putReportDefinition(
|
|
86
81
|
args: PutReportDefinitionCommandInput,
|
|
87
82
|
options?: __HttpHandlerOptions
|
|
@@ -95,7 +90,6 @@ export declare class ApplicationCostProfiler extends ApplicationCostProfilerClie
|
|
|
95
90
|
options: __HttpHandlerOptions,
|
|
96
91
|
cb: (err: any, data?: PutReportDefinitionCommandOutput) => void
|
|
97
92
|
): void;
|
|
98
|
-
|
|
99
93
|
updateReportDefinition(
|
|
100
94
|
args: UpdateReportDefinitionCommandInput,
|
|
101
95
|
options?: __HttpHandlerOptions
|
|
@@ -83,47 +83,26 @@ export declare type ServiceOutputTypes =
|
|
|
83
83
|
export interface ClientDefaults
|
|
84
84
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
85
85
|
requestHandler?: __HttpHandler;
|
|
86
|
-
|
|
87
86
|
sha256?: __HashConstructor;
|
|
88
|
-
|
|
89
87
|
urlParser?: __UrlParser;
|
|
90
|
-
|
|
91
88
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
92
|
-
|
|
93
89
|
streamCollector?: __StreamCollector;
|
|
94
|
-
|
|
95
90
|
base64Decoder?: __Decoder;
|
|
96
|
-
|
|
97
91
|
base64Encoder?: __Encoder;
|
|
98
|
-
|
|
99
92
|
utf8Decoder?: __Decoder;
|
|
100
|
-
|
|
101
93
|
utf8Encoder?: __Encoder;
|
|
102
|
-
|
|
103
94
|
runtime?: string;
|
|
104
|
-
|
|
105
95
|
disableHostPrefix?: boolean;
|
|
106
|
-
|
|
107
96
|
maxAttempts?: number | __Provider<number>;
|
|
108
|
-
|
|
109
97
|
retryMode?: string | __Provider<string>;
|
|
110
|
-
|
|
111
98
|
logger?: __Logger;
|
|
112
|
-
|
|
113
99
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
114
|
-
|
|
115
100
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
116
|
-
|
|
117
101
|
serviceId?: string;
|
|
118
|
-
|
|
119
102
|
region?: string | __Provider<string>;
|
|
120
|
-
|
|
121
103
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
122
|
-
|
|
123
104
|
regionInfoProvider?: RegionInfoProvider;
|
|
124
|
-
|
|
125
105
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
126
|
-
|
|
127
106
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
128
107
|
}
|
|
129
108
|
declare type ApplicationCostProfilerClientConfigType = Partial<
|
|
@@ -136,7 +115,6 @@ declare type ApplicationCostProfilerClientConfigType = Partial<
|
|
|
136
115
|
HostHeaderInputConfig &
|
|
137
116
|
AwsAuthInputConfig &
|
|
138
117
|
UserAgentInputConfig;
|
|
139
|
-
|
|
140
118
|
export interface ApplicationCostProfilerClientConfig
|
|
141
119
|
extends ApplicationCostProfilerClientConfigType {}
|
|
142
120
|
declare type ApplicationCostProfilerClientResolvedConfigType =
|
|
@@ -148,10 +126,8 @@ declare type ApplicationCostProfilerClientResolvedConfigType =
|
|
|
148
126
|
HostHeaderResolvedConfig &
|
|
149
127
|
AwsAuthResolvedConfig &
|
|
150
128
|
UserAgentResolvedConfig;
|
|
151
|
-
|
|
152
129
|
export interface ApplicationCostProfilerClientResolvedConfig
|
|
153
130
|
extends ApplicationCostProfilerClientResolvedConfigType {}
|
|
154
|
-
|
|
155
131
|
export declare class ApplicationCostProfilerClient extends __Client<
|
|
156
132
|
__HttpHandlerOptions,
|
|
157
133
|
ServiceInputTypes,
|
|
@@ -160,7 +136,6 @@ export declare class ApplicationCostProfilerClient extends __Client<
|
|
|
160
136
|
> {
|
|
161
137
|
readonly config: ApplicationCostProfilerClientResolvedConfig;
|
|
162
138
|
constructor(configuration: ApplicationCostProfilerClientConfig);
|
|
163
|
-
|
|
164
139
|
destroy(): void;
|
|
165
140
|
}
|
|
166
141
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface DeleteReportDefinitionCommandInput
|
|
|
19
19
|
export interface DeleteReportDefinitionCommandOutput
|
|
20
20
|
extends DeleteReportDefinitionResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteReportDefinitionCommand extends $Command<
|
|
24
23
|
DeleteReportDefinitionCommandInput,
|
|
25
24
|
DeleteReportDefinitionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteReportDefinitionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteReportDefinitionCommandInput;
|
|
29
28
|
constructor(input: DeleteReportDefinitionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationCostProfilerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetReportDefinitionCommandInput
|
|
|
19
19
|
export interface GetReportDefinitionCommandOutput
|
|
20
20
|
extends GetReportDefinitionResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetReportDefinitionCommand extends $Command<
|
|
24
23
|
GetReportDefinitionCommandInput,
|
|
25
24
|
GetReportDefinitionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetReportDefinitionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetReportDefinitionCommandInput;
|
|
29
28
|
constructor(input: GetReportDefinitionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationCostProfilerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ImportApplicationUsageCommandInput
|
|
|
19
19
|
export interface ImportApplicationUsageCommandOutput
|
|
20
20
|
extends ImportApplicationUsageResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ImportApplicationUsageCommand extends $Command<
|
|
24
23
|
ImportApplicationUsageCommandInput,
|
|
25
24
|
ImportApplicationUsageCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ImportApplicationUsageCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ImportApplicationUsageCommandInput;
|
|
29
28
|
constructor(input: ImportApplicationUsageCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationCostProfilerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListReportDefinitionsCommandInput
|
|
|
19
19
|
export interface ListReportDefinitionsCommandOutput
|
|
20
20
|
extends ListReportDefinitionsResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListReportDefinitionsCommand extends $Command<
|
|
24
23
|
ListReportDefinitionsCommandInput,
|
|
25
24
|
ListReportDefinitionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListReportDefinitionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListReportDefinitionsCommandInput;
|
|
29
28
|
constructor(input: ListReportDefinitionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationCostProfilerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PutReportDefinitionCommandInput
|
|
|
19
19
|
export interface PutReportDefinitionCommandOutput
|
|
20
20
|
extends PutReportDefinitionResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PutReportDefinitionCommand extends $Command<
|
|
24
23
|
PutReportDefinitionCommandInput,
|
|
25
24
|
PutReportDefinitionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PutReportDefinitionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PutReportDefinitionCommandInput;
|
|
29
28
|
constructor(input: PutReportDefinitionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationCostProfilerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateReportDefinitionCommandInput
|
|
|
19
19
|
export interface UpdateReportDefinitionCommandOutput
|
|
20
20
|
extends UpdateReportDefinitionResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateReportDefinitionCommand extends $Command<
|
|
24
23
|
UpdateReportDefinitionCommandInput,
|
|
25
24
|
UpdateReportDefinitionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateReportDefinitionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateReportDefinitionCommandInput;
|
|
29
28
|
constructor(input: UpdateReportDefinitionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationCostProfilerClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class ApplicationCostProfilerServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { ApplicationCostProfilerServiceException as __BaseException } from "./ApplicationCostProfilerServiceException";
|
|
3
|
-
|
|
4
3
|
export declare class AccessDeniedException extends __BaseException {
|
|
5
4
|
readonly name: "AccessDeniedException";
|
|
6
5
|
readonly $fault: "client";
|
|
7
|
-
|
|
8
6
|
constructor(
|
|
9
7
|
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
10
8
|
);
|
|
@@ -15,29 +13,23 @@ export interface DeleteReportDefinitionRequest {
|
|
|
15
13
|
export interface DeleteReportDefinitionResult {
|
|
16
14
|
reportId?: string;
|
|
17
15
|
}
|
|
18
|
-
|
|
19
16
|
export declare class InternalServerException extends __BaseException {
|
|
20
17
|
readonly name: "InternalServerException";
|
|
21
18
|
readonly $fault: "server";
|
|
22
|
-
|
|
23
19
|
constructor(
|
|
24
20
|
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
25
21
|
);
|
|
26
22
|
}
|
|
27
|
-
|
|
28
23
|
export declare class ThrottlingException extends __BaseException {
|
|
29
24
|
readonly name: "ThrottlingException";
|
|
30
25
|
readonly $fault: "client";
|
|
31
|
-
|
|
32
26
|
constructor(
|
|
33
27
|
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
34
28
|
);
|
|
35
29
|
}
|
|
36
|
-
|
|
37
30
|
export declare class ValidationException extends __BaseException {
|
|
38
31
|
readonly name: "ValidationException";
|
|
39
32
|
readonly $fault: "client";
|
|
40
|
-
|
|
41
33
|
constructor(
|
|
42
34
|
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
43
35
|
);
|
|
@@ -45,10 +37,8 @@ export declare class ValidationException extends __BaseException {
|
|
|
45
37
|
export interface GetReportDefinitionRequest {
|
|
46
38
|
reportId: string | undefined;
|
|
47
39
|
}
|
|
48
|
-
|
|
49
40
|
export interface S3Location {
|
|
50
41
|
bucket: string | undefined;
|
|
51
|
-
|
|
52
42
|
prefix: string | undefined;
|
|
53
43
|
}
|
|
54
44
|
export declare enum Format {
|
|
@@ -62,17 +52,11 @@ export declare enum ReportFrequency {
|
|
|
62
52
|
}
|
|
63
53
|
export interface GetReportDefinitionResult {
|
|
64
54
|
reportId: string | undefined;
|
|
65
|
-
|
|
66
55
|
reportDescription: string | undefined;
|
|
67
|
-
|
|
68
56
|
reportFrequency: ReportFrequency | string | undefined;
|
|
69
|
-
|
|
70
57
|
format: Format | string | undefined;
|
|
71
|
-
|
|
72
58
|
destinationS3Location: S3Location | undefined;
|
|
73
|
-
|
|
74
59
|
createdAt: Date | undefined;
|
|
75
|
-
|
|
76
60
|
lastUpdated: Date | undefined;
|
|
77
61
|
}
|
|
78
62
|
export declare enum S3BucketRegion {
|
|
@@ -81,12 +65,9 @@ export declare enum S3BucketRegion {
|
|
|
81
65
|
EU_SOUTH_1 = "eu-south-1",
|
|
82
66
|
ME_SOUTH_1 = "me-south-1",
|
|
83
67
|
}
|
|
84
|
-
|
|
85
68
|
export interface SourceS3Location {
|
|
86
69
|
bucket: string | undefined;
|
|
87
|
-
|
|
88
70
|
key: string | undefined;
|
|
89
|
-
|
|
90
71
|
region?: S3BucketRegion | string;
|
|
91
72
|
}
|
|
92
73
|
export interface ImportApplicationUsageRequest {
|
|
@@ -97,122 +78,88 @@ export interface ImportApplicationUsageResult {
|
|
|
97
78
|
}
|
|
98
79
|
export interface ListReportDefinitionsRequest {
|
|
99
80
|
nextToken?: string;
|
|
100
|
-
|
|
101
81
|
maxResults?: number;
|
|
102
82
|
}
|
|
103
|
-
|
|
104
83
|
export interface ReportDefinition {
|
|
105
84
|
reportId?: string;
|
|
106
|
-
|
|
107
85
|
reportDescription?: string;
|
|
108
|
-
|
|
109
86
|
reportFrequency?: ReportFrequency | string;
|
|
110
|
-
|
|
111
87
|
format?: Format | string;
|
|
112
|
-
|
|
113
88
|
destinationS3Location?: S3Location;
|
|
114
|
-
|
|
115
89
|
createdAt?: Date;
|
|
116
|
-
|
|
117
90
|
lastUpdatedAt?: Date;
|
|
118
91
|
}
|
|
119
92
|
export interface ListReportDefinitionsResult {
|
|
120
93
|
reportDefinitions?: ReportDefinition[];
|
|
121
|
-
|
|
122
94
|
nextToken?: string;
|
|
123
95
|
}
|
|
124
96
|
export interface PutReportDefinitionRequest {
|
|
125
97
|
reportId: string | undefined;
|
|
126
|
-
|
|
127
98
|
reportDescription: string | undefined;
|
|
128
|
-
|
|
129
99
|
reportFrequency: ReportFrequency | string | undefined;
|
|
130
|
-
|
|
131
100
|
format: Format | string | undefined;
|
|
132
|
-
|
|
133
101
|
destinationS3Location: S3Location | undefined;
|
|
134
102
|
}
|
|
135
103
|
export interface PutReportDefinitionResult {
|
|
136
104
|
reportId?: string;
|
|
137
105
|
}
|
|
138
|
-
|
|
139
106
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
140
107
|
readonly name: "ServiceQuotaExceededException";
|
|
141
108
|
readonly $fault: "client";
|
|
142
|
-
|
|
143
109
|
constructor(
|
|
144
110
|
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
145
111
|
);
|
|
146
112
|
}
|
|
147
113
|
export interface UpdateReportDefinitionRequest {
|
|
148
114
|
reportId: string | undefined;
|
|
149
|
-
|
|
150
115
|
reportDescription: string | undefined;
|
|
151
|
-
|
|
152
116
|
reportFrequency: ReportFrequency | string | undefined;
|
|
153
|
-
|
|
154
117
|
format: Format | string | undefined;
|
|
155
|
-
|
|
156
118
|
destinationS3Location: S3Location | undefined;
|
|
157
119
|
}
|
|
158
120
|
export interface UpdateReportDefinitionResult {
|
|
159
121
|
reportId?: string;
|
|
160
122
|
}
|
|
161
|
-
|
|
162
123
|
export declare const DeleteReportDefinitionRequestFilterSensitiveLog: (
|
|
163
124
|
obj: DeleteReportDefinitionRequest
|
|
164
125
|
) => any;
|
|
165
|
-
|
|
166
126
|
export declare const DeleteReportDefinitionResultFilterSensitiveLog: (
|
|
167
127
|
obj: DeleteReportDefinitionResult
|
|
168
128
|
) => any;
|
|
169
|
-
|
|
170
129
|
export declare const GetReportDefinitionRequestFilterSensitiveLog: (
|
|
171
130
|
obj: GetReportDefinitionRequest
|
|
172
131
|
) => any;
|
|
173
|
-
|
|
174
132
|
export declare const S3LocationFilterSensitiveLog: (obj: S3Location) => any;
|
|
175
|
-
|
|
176
133
|
export declare const GetReportDefinitionResultFilterSensitiveLog: (
|
|
177
134
|
obj: GetReportDefinitionResult
|
|
178
135
|
) => any;
|
|
179
|
-
|
|
180
136
|
export declare const SourceS3LocationFilterSensitiveLog: (
|
|
181
137
|
obj: SourceS3Location
|
|
182
138
|
) => any;
|
|
183
|
-
|
|
184
139
|
export declare const ImportApplicationUsageRequestFilterSensitiveLog: (
|
|
185
140
|
obj: ImportApplicationUsageRequest
|
|
186
141
|
) => any;
|
|
187
|
-
|
|
188
142
|
export declare const ImportApplicationUsageResultFilterSensitiveLog: (
|
|
189
143
|
obj: ImportApplicationUsageResult
|
|
190
144
|
) => any;
|
|
191
|
-
|
|
192
145
|
export declare const ListReportDefinitionsRequestFilterSensitiveLog: (
|
|
193
146
|
obj: ListReportDefinitionsRequest
|
|
194
147
|
) => any;
|
|
195
|
-
|
|
196
148
|
export declare const ReportDefinitionFilterSensitiveLog: (
|
|
197
149
|
obj: ReportDefinition
|
|
198
150
|
) => any;
|
|
199
|
-
|
|
200
151
|
export declare const ListReportDefinitionsResultFilterSensitiveLog: (
|
|
201
152
|
obj: ListReportDefinitionsResult
|
|
202
153
|
) => any;
|
|
203
|
-
|
|
204
154
|
export declare const PutReportDefinitionRequestFilterSensitiveLog: (
|
|
205
155
|
obj: PutReportDefinitionRequest
|
|
206
156
|
) => any;
|
|
207
|
-
|
|
208
157
|
export declare const PutReportDefinitionResultFilterSensitiveLog: (
|
|
209
158
|
obj: PutReportDefinitionResult
|
|
210
159
|
) => any;
|
|
211
|
-
|
|
212
160
|
export declare const UpdateReportDefinitionRequestFilterSensitiveLog: (
|
|
213
161
|
obj: UpdateReportDefinitionRequest
|
|
214
162
|
) => any;
|
|
215
|
-
|
|
216
163
|
export declare const UpdateReportDefinitionResultFilterSensitiveLog: (
|
|
217
164
|
obj: UpdateReportDefinitionResult
|
|
218
165
|
) => any;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { ApplicationCostProfilerClientConfig } from "./ApplicationCostProfilerClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (
|
|
5
4
|
config: ApplicationCostProfilerClientConfig
|
|
6
5
|
) => {
|
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.
|
|
4
|
+
"version": "3.171.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,35 +19,35 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.171.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.171.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.171.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.171.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.171.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.171.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.171.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.171.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.171.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.171.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.171.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.171.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.171.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.171.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.171.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.171.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.171.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.171.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.171.0",
|
|
41
|
+
"@aws-sdk/types": "3.171.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.171.0",
|
|
43
43
|
"@aws-sdk/util-base64-browser": "3.170.0",
|
|
44
44
|
"@aws-sdk/util-base64-node": "3.170.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.170.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.170.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.171.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.171.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.171.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.171.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.170.0",
|
|
52
52
|
"@aws-sdk/util-utf8-node": "3.170.0",
|
|
53
53
|
"tslib": "^2.3.1"
|