@aws-sdk/client-cost-explorer 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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/CostExplorer.d.ts +617 -180
- package/dist-types/ts3.4/CostExplorerClient.d.ts +315 -108
- package/dist-types/ts3.4/commands/CreateAnomalyMonitorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateAnomalySubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateCostCategoryDefinitionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteAnomalyMonitorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteAnomalySubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteCostCategoryDefinitionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeCostCategoryDefinitionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAnomaliesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetAnomalyMonitorsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetAnomalySubscriptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetCostAndUsageCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetCostAndUsageWithResourcesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetCostCategoriesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetCostForecastCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetDimensionValuesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetReservationCoverageCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetReservationPurchaseRecommendationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetReservationUtilizationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetRightsizingRecommendationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSavingsPlansCoverageCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetUsageForecastCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListCostAllocationTagsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListCostCategoryDefinitionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ProvideAnomalyFeedbackCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateAnomalyMonitorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateAnomalySubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateCostAllocationTagsStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateCostCategoryDefinitionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +35 -35
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/CostExplorerServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1614 -2173
- package/dist-types/ts3.4/pagination/GetSavingsPlansCoveragePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetSavingsPlansUtilizationDetailsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListCostAllocationTagsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCostCategoryDefinitionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +425 -107
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,108 +1,315 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
CreateAnomalyMonitorCommandInput,
|
|
47
|
+
CreateAnomalyMonitorCommandOutput,
|
|
48
|
+
} from "./commands/CreateAnomalyMonitorCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateAnomalySubscriptionCommandInput,
|
|
51
|
+
CreateAnomalySubscriptionCommandOutput,
|
|
52
|
+
} from "./commands/CreateAnomalySubscriptionCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateCostCategoryDefinitionCommandInput,
|
|
55
|
+
CreateCostCategoryDefinitionCommandOutput,
|
|
56
|
+
} from "./commands/CreateCostCategoryDefinitionCommand";
|
|
57
|
+
import {
|
|
58
|
+
DeleteAnomalyMonitorCommandInput,
|
|
59
|
+
DeleteAnomalyMonitorCommandOutput,
|
|
60
|
+
} from "./commands/DeleteAnomalyMonitorCommand";
|
|
61
|
+
import {
|
|
62
|
+
DeleteAnomalySubscriptionCommandInput,
|
|
63
|
+
DeleteAnomalySubscriptionCommandOutput,
|
|
64
|
+
} from "./commands/DeleteAnomalySubscriptionCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteCostCategoryDefinitionCommandInput,
|
|
67
|
+
DeleteCostCategoryDefinitionCommandOutput,
|
|
68
|
+
} from "./commands/DeleteCostCategoryDefinitionCommand";
|
|
69
|
+
import {
|
|
70
|
+
DescribeCostCategoryDefinitionCommandInput,
|
|
71
|
+
DescribeCostCategoryDefinitionCommandOutput,
|
|
72
|
+
} from "./commands/DescribeCostCategoryDefinitionCommand";
|
|
73
|
+
import {
|
|
74
|
+
GetAnomaliesCommandInput,
|
|
75
|
+
GetAnomaliesCommandOutput,
|
|
76
|
+
} from "./commands/GetAnomaliesCommand";
|
|
77
|
+
import {
|
|
78
|
+
GetAnomalyMonitorsCommandInput,
|
|
79
|
+
GetAnomalyMonitorsCommandOutput,
|
|
80
|
+
} from "./commands/GetAnomalyMonitorsCommand";
|
|
81
|
+
import {
|
|
82
|
+
GetAnomalySubscriptionsCommandInput,
|
|
83
|
+
GetAnomalySubscriptionsCommandOutput,
|
|
84
|
+
} from "./commands/GetAnomalySubscriptionsCommand";
|
|
85
|
+
import {
|
|
86
|
+
GetCostAndUsageCommandInput,
|
|
87
|
+
GetCostAndUsageCommandOutput,
|
|
88
|
+
} from "./commands/GetCostAndUsageCommand";
|
|
89
|
+
import {
|
|
90
|
+
GetCostAndUsageWithResourcesCommandInput,
|
|
91
|
+
GetCostAndUsageWithResourcesCommandOutput,
|
|
92
|
+
} from "./commands/GetCostAndUsageWithResourcesCommand";
|
|
93
|
+
import {
|
|
94
|
+
GetCostCategoriesCommandInput,
|
|
95
|
+
GetCostCategoriesCommandOutput,
|
|
96
|
+
} from "./commands/GetCostCategoriesCommand";
|
|
97
|
+
import {
|
|
98
|
+
GetCostForecastCommandInput,
|
|
99
|
+
GetCostForecastCommandOutput,
|
|
100
|
+
} from "./commands/GetCostForecastCommand";
|
|
101
|
+
import {
|
|
102
|
+
GetDimensionValuesCommandInput,
|
|
103
|
+
GetDimensionValuesCommandOutput,
|
|
104
|
+
} from "./commands/GetDimensionValuesCommand";
|
|
105
|
+
import {
|
|
106
|
+
GetReservationCoverageCommandInput,
|
|
107
|
+
GetReservationCoverageCommandOutput,
|
|
108
|
+
} from "./commands/GetReservationCoverageCommand";
|
|
109
|
+
import {
|
|
110
|
+
GetReservationPurchaseRecommendationCommandInput,
|
|
111
|
+
GetReservationPurchaseRecommendationCommandOutput,
|
|
112
|
+
} from "./commands/GetReservationPurchaseRecommendationCommand";
|
|
113
|
+
import {
|
|
114
|
+
GetReservationUtilizationCommandInput,
|
|
115
|
+
GetReservationUtilizationCommandOutput,
|
|
116
|
+
} from "./commands/GetReservationUtilizationCommand";
|
|
117
|
+
import {
|
|
118
|
+
GetRightsizingRecommendationCommandInput,
|
|
119
|
+
GetRightsizingRecommendationCommandOutput,
|
|
120
|
+
} from "./commands/GetRightsizingRecommendationCommand";
|
|
121
|
+
import {
|
|
122
|
+
GetSavingsPlansCoverageCommandInput,
|
|
123
|
+
GetSavingsPlansCoverageCommandOutput,
|
|
124
|
+
} from "./commands/GetSavingsPlansCoverageCommand";
|
|
125
|
+
import {
|
|
126
|
+
GetSavingsPlansPurchaseRecommendationCommandInput,
|
|
127
|
+
GetSavingsPlansPurchaseRecommendationCommandOutput,
|
|
128
|
+
} from "./commands/GetSavingsPlansPurchaseRecommendationCommand";
|
|
129
|
+
import {
|
|
130
|
+
GetSavingsPlansUtilizationCommandInput,
|
|
131
|
+
GetSavingsPlansUtilizationCommandOutput,
|
|
132
|
+
} from "./commands/GetSavingsPlansUtilizationCommand";
|
|
133
|
+
import {
|
|
134
|
+
GetSavingsPlansUtilizationDetailsCommandInput,
|
|
135
|
+
GetSavingsPlansUtilizationDetailsCommandOutput,
|
|
136
|
+
} from "./commands/GetSavingsPlansUtilizationDetailsCommand";
|
|
137
|
+
import {
|
|
138
|
+
GetTagsCommandInput,
|
|
139
|
+
GetTagsCommandOutput,
|
|
140
|
+
} from "./commands/GetTagsCommand";
|
|
141
|
+
import {
|
|
142
|
+
GetUsageForecastCommandInput,
|
|
143
|
+
GetUsageForecastCommandOutput,
|
|
144
|
+
} from "./commands/GetUsageForecastCommand";
|
|
145
|
+
import {
|
|
146
|
+
ListCostAllocationTagsCommandInput,
|
|
147
|
+
ListCostAllocationTagsCommandOutput,
|
|
148
|
+
} from "./commands/ListCostAllocationTagsCommand";
|
|
149
|
+
import {
|
|
150
|
+
ListCostCategoryDefinitionsCommandInput,
|
|
151
|
+
ListCostCategoryDefinitionsCommandOutput,
|
|
152
|
+
} from "./commands/ListCostCategoryDefinitionsCommand";
|
|
153
|
+
import {
|
|
154
|
+
ListTagsForResourceCommandInput,
|
|
155
|
+
ListTagsForResourceCommandOutput,
|
|
156
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
157
|
+
import {
|
|
158
|
+
ProvideAnomalyFeedbackCommandInput,
|
|
159
|
+
ProvideAnomalyFeedbackCommandOutput,
|
|
160
|
+
} from "./commands/ProvideAnomalyFeedbackCommand";
|
|
161
|
+
import {
|
|
162
|
+
TagResourceCommandInput,
|
|
163
|
+
TagResourceCommandOutput,
|
|
164
|
+
} from "./commands/TagResourceCommand";
|
|
165
|
+
import {
|
|
166
|
+
UntagResourceCommandInput,
|
|
167
|
+
UntagResourceCommandOutput,
|
|
168
|
+
} from "./commands/UntagResourceCommand";
|
|
169
|
+
import {
|
|
170
|
+
UpdateAnomalyMonitorCommandInput,
|
|
171
|
+
UpdateAnomalyMonitorCommandOutput,
|
|
172
|
+
} from "./commands/UpdateAnomalyMonitorCommand";
|
|
173
|
+
import {
|
|
174
|
+
UpdateAnomalySubscriptionCommandInput,
|
|
175
|
+
UpdateAnomalySubscriptionCommandOutput,
|
|
176
|
+
} from "./commands/UpdateAnomalySubscriptionCommand";
|
|
177
|
+
import {
|
|
178
|
+
UpdateCostAllocationTagsStatusCommandInput,
|
|
179
|
+
UpdateCostAllocationTagsStatusCommandOutput,
|
|
180
|
+
} from "./commands/UpdateCostAllocationTagsStatusCommand";
|
|
181
|
+
import {
|
|
182
|
+
UpdateCostCategoryDefinitionCommandInput,
|
|
183
|
+
UpdateCostCategoryDefinitionCommandOutput,
|
|
184
|
+
} from "./commands/UpdateCostCategoryDefinitionCommand";
|
|
185
|
+
export declare type ServiceInputTypes =
|
|
186
|
+
| CreateAnomalyMonitorCommandInput
|
|
187
|
+
| CreateAnomalySubscriptionCommandInput
|
|
188
|
+
| CreateCostCategoryDefinitionCommandInput
|
|
189
|
+
| DeleteAnomalyMonitorCommandInput
|
|
190
|
+
| DeleteAnomalySubscriptionCommandInput
|
|
191
|
+
| DeleteCostCategoryDefinitionCommandInput
|
|
192
|
+
| DescribeCostCategoryDefinitionCommandInput
|
|
193
|
+
| GetAnomaliesCommandInput
|
|
194
|
+
| GetAnomalyMonitorsCommandInput
|
|
195
|
+
| GetAnomalySubscriptionsCommandInput
|
|
196
|
+
| GetCostAndUsageCommandInput
|
|
197
|
+
| GetCostAndUsageWithResourcesCommandInput
|
|
198
|
+
| GetCostCategoriesCommandInput
|
|
199
|
+
| GetCostForecastCommandInput
|
|
200
|
+
| GetDimensionValuesCommandInput
|
|
201
|
+
| GetReservationCoverageCommandInput
|
|
202
|
+
| GetReservationPurchaseRecommendationCommandInput
|
|
203
|
+
| GetReservationUtilizationCommandInput
|
|
204
|
+
| GetRightsizingRecommendationCommandInput
|
|
205
|
+
| GetSavingsPlansCoverageCommandInput
|
|
206
|
+
| GetSavingsPlansPurchaseRecommendationCommandInput
|
|
207
|
+
| GetSavingsPlansUtilizationCommandInput
|
|
208
|
+
| GetSavingsPlansUtilizationDetailsCommandInput
|
|
209
|
+
| GetTagsCommandInput
|
|
210
|
+
| GetUsageForecastCommandInput
|
|
211
|
+
| ListCostAllocationTagsCommandInput
|
|
212
|
+
| ListCostCategoryDefinitionsCommandInput
|
|
213
|
+
| ListTagsForResourceCommandInput
|
|
214
|
+
| ProvideAnomalyFeedbackCommandInput
|
|
215
|
+
| TagResourceCommandInput
|
|
216
|
+
| UntagResourceCommandInput
|
|
217
|
+
| UpdateAnomalyMonitorCommandInput
|
|
218
|
+
| UpdateAnomalySubscriptionCommandInput
|
|
219
|
+
| UpdateCostAllocationTagsStatusCommandInput
|
|
220
|
+
| UpdateCostCategoryDefinitionCommandInput;
|
|
221
|
+
export declare type ServiceOutputTypes =
|
|
222
|
+
| CreateAnomalyMonitorCommandOutput
|
|
223
|
+
| CreateAnomalySubscriptionCommandOutput
|
|
224
|
+
| CreateCostCategoryDefinitionCommandOutput
|
|
225
|
+
| DeleteAnomalyMonitorCommandOutput
|
|
226
|
+
| DeleteAnomalySubscriptionCommandOutput
|
|
227
|
+
| DeleteCostCategoryDefinitionCommandOutput
|
|
228
|
+
| DescribeCostCategoryDefinitionCommandOutput
|
|
229
|
+
| GetAnomaliesCommandOutput
|
|
230
|
+
| GetAnomalyMonitorsCommandOutput
|
|
231
|
+
| GetAnomalySubscriptionsCommandOutput
|
|
232
|
+
| GetCostAndUsageCommandOutput
|
|
233
|
+
| GetCostAndUsageWithResourcesCommandOutput
|
|
234
|
+
| GetCostCategoriesCommandOutput
|
|
235
|
+
| GetCostForecastCommandOutput
|
|
236
|
+
| GetDimensionValuesCommandOutput
|
|
237
|
+
| GetReservationCoverageCommandOutput
|
|
238
|
+
| GetReservationPurchaseRecommendationCommandOutput
|
|
239
|
+
| GetReservationUtilizationCommandOutput
|
|
240
|
+
| GetRightsizingRecommendationCommandOutput
|
|
241
|
+
| GetSavingsPlansCoverageCommandOutput
|
|
242
|
+
| GetSavingsPlansPurchaseRecommendationCommandOutput
|
|
243
|
+
| GetSavingsPlansUtilizationCommandOutput
|
|
244
|
+
| GetSavingsPlansUtilizationDetailsCommandOutput
|
|
245
|
+
| GetTagsCommandOutput
|
|
246
|
+
| GetUsageForecastCommandOutput
|
|
247
|
+
| ListCostAllocationTagsCommandOutput
|
|
248
|
+
| ListCostCategoryDefinitionsCommandOutput
|
|
249
|
+
| ListTagsForResourceCommandOutput
|
|
250
|
+
| ProvideAnomalyFeedbackCommandOutput
|
|
251
|
+
| TagResourceCommandOutput
|
|
252
|
+
| UntagResourceCommandOutput
|
|
253
|
+
| UpdateAnomalyMonitorCommandOutput
|
|
254
|
+
| UpdateAnomalySubscriptionCommandOutput
|
|
255
|
+
| UpdateCostAllocationTagsStatusCommandOutput
|
|
256
|
+
| UpdateCostCategoryDefinitionCommandOutput;
|
|
257
|
+
export interface ClientDefaults
|
|
258
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
259
|
+
requestHandler?: __HttpHandler;
|
|
260
|
+
sha256?: __HashConstructor;
|
|
261
|
+
urlParser?: __UrlParser;
|
|
262
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
263
|
+
streamCollector?: __StreamCollector;
|
|
264
|
+
base64Decoder?: __Decoder;
|
|
265
|
+
base64Encoder?: __Encoder;
|
|
266
|
+
utf8Decoder?: __Decoder;
|
|
267
|
+
utf8Encoder?: __Encoder;
|
|
268
|
+
runtime?: string;
|
|
269
|
+
disableHostPrefix?: boolean;
|
|
270
|
+
maxAttempts?: number | __Provider<number>;
|
|
271
|
+
retryMode?: string | __Provider<string>;
|
|
272
|
+
logger?: __Logger;
|
|
273
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
274
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
275
|
+
serviceId?: string;
|
|
276
|
+
region?: string | __Provider<string>;
|
|
277
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
278
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
279
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
280
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
281
|
+
}
|
|
282
|
+
declare type CostExplorerClientConfigType = Partial<
|
|
283
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
284
|
+
> &
|
|
285
|
+
ClientDefaults &
|
|
286
|
+
RegionInputConfig &
|
|
287
|
+
EndpointsInputConfig &
|
|
288
|
+
RetryInputConfig &
|
|
289
|
+
HostHeaderInputConfig &
|
|
290
|
+
AwsAuthInputConfig &
|
|
291
|
+
UserAgentInputConfig;
|
|
292
|
+
export interface CostExplorerClientConfig
|
|
293
|
+
extends CostExplorerClientConfigType {}
|
|
294
|
+
declare type CostExplorerClientResolvedConfigType =
|
|
295
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
296
|
+
Required<ClientDefaults> &
|
|
297
|
+
RegionResolvedConfig &
|
|
298
|
+
EndpointsResolvedConfig &
|
|
299
|
+
RetryResolvedConfig &
|
|
300
|
+
HostHeaderResolvedConfig &
|
|
301
|
+
AwsAuthResolvedConfig &
|
|
302
|
+
UserAgentResolvedConfig;
|
|
303
|
+
export interface CostExplorerClientResolvedConfig
|
|
304
|
+
extends CostExplorerClientResolvedConfigType {}
|
|
305
|
+
export declare class CostExplorerClient extends __Client<
|
|
306
|
+
__HttpHandlerOptions,
|
|
307
|
+
ServiceInputTypes,
|
|
308
|
+
ServiceOutputTypes,
|
|
309
|
+
CostExplorerClientResolvedConfig
|
|
310
|
+
> {
|
|
311
|
+
readonly config: CostExplorerClientResolvedConfig;
|
|
312
|
+
constructor(configuration: CostExplorerClientConfig);
|
|
313
|
+
destroy(): void;
|
|
314
|
+
}
|
|
315
|
+
export {};
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
CostExplorerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CostExplorerClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateAnomalyMonitorRequest,
|
|
15
|
+
CreateAnomalyMonitorResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateAnomalyMonitorCommandInput
|
|
18
|
+
extends CreateAnomalyMonitorRequest {}
|
|
19
|
+
export interface CreateAnomalyMonitorCommandOutput
|
|
20
|
+
extends CreateAnomalyMonitorResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateAnomalyMonitorCommand extends $Command<
|
|
23
|
+
CreateAnomalyMonitorCommandInput,
|
|
24
|
+
CreateAnomalyMonitorCommandOutput,
|
|
25
|
+
CostExplorerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateAnomalyMonitorCommandInput;
|
|
28
|
+
constructor(input: CreateAnomalyMonitorCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CostExplorerClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateAnomalyMonitorCommandInput,
|
|
35
|
+
CreateAnomalyMonitorCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
CostExplorerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CostExplorerClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateAnomalySubscriptionRequest,
|
|
15
|
+
CreateAnomalySubscriptionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateAnomalySubscriptionCommandInput
|
|
18
|
+
extends CreateAnomalySubscriptionRequest {}
|
|
19
|
+
export interface CreateAnomalySubscriptionCommandOutput
|
|
20
|
+
extends CreateAnomalySubscriptionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateAnomalySubscriptionCommand extends $Command<
|
|
23
|
+
CreateAnomalySubscriptionCommandInput,
|
|
24
|
+
CreateAnomalySubscriptionCommandOutput,
|
|
25
|
+
CostExplorerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateAnomalySubscriptionCommandInput;
|
|
28
|
+
constructor(input: CreateAnomalySubscriptionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CostExplorerClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateAnomalySubscriptionCommandInput,
|
|
35
|
+
CreateAnomalySubscriptionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
CostExplorerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CostExplorerClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateCostCategoryDefinitionRequest,
|
|
15
|
+
CreateCostCategoryDefinitionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateCostCategoryDefinitionCommandInput
|
|
18
|
+
extends CreateCostCategoryDefinitionRequest {}
|
|
19
|
+
export interface CreateCostCategoryDefinitionCommandOutput
|
|
20
|
+
extends CreateCostCategoryDefinitionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateCostCategoryDefinitionCommand extends $Command<
|
|
23
|
+
CreateCostCategoryDefinitionCommandInput,
|
|
24
|
+
CreateCostCategoryDefinitionCommandOutput,
|
|
25
|
+
CostExplorerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateCostCategoryDefinitionCommandInput;
|
|
28
|
+
constructor(input: CreateCostCategoryDefinitionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: CostExplorerClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateCostCategoryDefinitionCommandInput,
|
|
35
|
+
CreateCostCategoryDefinitionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|