@aws-sdk/client-cost-explorer 3.1087.0 → 3.1089.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/CostExplorer.d.ts +159 -221
- package/dist-types/ts3.4/CostExplorerClient.d.ts +8 -24
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CreateAnomalyMonitorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateAnomalySubscriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCostCategoryDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteAnomalyMonitorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteAnomalySubscriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCostCategoryDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeCostCategoryDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAnomaliesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetAnomalyMonitorsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetAnomalySubscriptionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetApproximateUsageRecordsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCommitmentPurchaseAnalysisCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCostAndUsageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetCostAndUsageComparisonsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCostAndUsageWithResourcesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCostCategoriesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetCostComparisonDriversCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCostForecastCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetDimensionValuesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetReservationCoverageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetReservationPurchaseRecommendationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetReservationUtilizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetRightsizingRecommendationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSavingsPlansCoverageCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetUsageForecastCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListCommitmentPurchaseAnalysesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListCostAllocationTagBackfillHistoryCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListCostAllocationTagsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListCostCategoryDefinitionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListCostCategoryResourceAssociationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +4 -8
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ProvideAnomalyFeedbackCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartCommitmentPurchaseAnalysisCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartCostAllocationTagBackfillCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +4 -8
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAnomalyMonitorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateAnomalySubscriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCostAllocationTagsStatusCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCostCategoryDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +16 -32
- package/dist-types/ts3.4/models/errors.d.ts +15 -48
- package/dist-types/ts3.4/models/models_0.d.ts +8 -24
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -148,10 +145,7 @@ import {
|
|
|
148
145
|
GetSavingsPlansUtilizationDetailsCommandInput,
|
|
149
146
|
GetSavingsPlansUtilizationDetailsCommandOutput,
|
|
150
147
|
} from "./commands/GetSavingsPlansUtilizationDetailsCommand";
|
|
151
|
-
import {
|
|
152
|
-
GetTagsCommandInput,
|
|
153
|
-
GetTagsCommandOutput,
|
|
154
|
-
} from "./commands/GetTagsCommand";
|
|
148
|
+
import { GetTagsCommandInput, GetTagsCommandOutput } from "./commands/GetTagsCommand";
|
|
155
149
|
import {
|
|
156
150
|
GetUsageForecastCommandInput,
|
|
157
151
|
GetUsageForecastCommandOutput,
|
|
@@ -200,10 +194,7 @@ import {
|
|
|
200
194
|
StartSavingsPlansPurchaseRecommendationGenerationCommandInput,
|
|
201
195
|
StartSavingsPlansPurchaseRecommendationGenerationCommandOutput,
|
|
202
196
|
} from "./commands/StartSavingsPlansPurchaseRecommendationGenerationCommand";
|
|
203
|
-
import {
|
|
204
|
-
TagResourceCommandInput,
|
|
205
|
-
TagResourceCommandOutput,
|
|
206
|
-
} from "./commands/TagResourceCommand";
|
|
197
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
207
198
|
import {
|
|
208
199
|
UntagResourceCommandInput,
|
|
209
200
|
UntagResourceCommandOutput,
|
|
@@ -327,8 +318,7 @@ export type ServiceOutputTypes =
|
|
|
327
318
|
| UpdateAnomalySubscriptionCommandOutput
|
|
328
319
|
| UpdateCostAllocationTagsStatusCommandOutput
|
|
329
320
|
| UpdateCostCategoryDefinitionCommandOutput;
|
|
330
|
-
export interface ClientDefaults
|
|
331
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
321
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
332
322
|
requestHandler?: __HttpHandlerUserInput;
|
|
333
323
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
334
324
|
urlParser?: __UrlParser;
|
|
@@ -353,9 +343,7 @@ export interface ClientDefaults
|
|
|
353
343
|
extensions?: RuntimeExtension[];
|
|
354
344
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
355
345
|
}
|
|
356
|
-
export type CostExplorerClientConfigType = Partial<
|
|
357
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
358
|
-
> &
|
|
346
|
+
export type CostExplorerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
359
347
|
ClientDefaults &
|
|
360
348
|
UserAgentInputConfig &
|
|
361
349
|
RetryInputConfig &
|
|
@@ -364,8 +352,7 @@ export type CostExplorerClientConfigType = Partial<
|
|
|
364
352
|
EndpointInputConfig<EndpointParameters> &
|
|
365
353
|
HttpAuthSchemeInputConfig &
|
|
366
354
|
ClientInputEndpointParameters;
|
|
367
|
-
export interface CostExplorerClientConfig
|
|
368
|
-
extends CostExplorerClientConfigType {}
|
|
355
|
+
export interface CostExplorerClientConfig extends CostExplorerClientConfigType {}
|
|
369
356
|
export type CostExplorerClientResolvedConfigType =
|
|
370
357
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
371
358
|
Required<ClientDefaults> &
|
|
@@ -377,8 +364,7 @@ export type CostExplorerClientResolvedConfigType =
|
|
|
377
364
|
EndpointResolvedConfig<EndpointParameters> &
|
|
378
365
|
HttpAuthSchemeResolvedConfig &
|
|
379
366
|
ClientResolvedEndpointParameters;
|
|
380
|
-
export interface CostExplorerClientResolvedConfig
|
|
381
|
-
extends CostExplorerClientResolvedConfigType {}
|
|
367
|
+
export interface CostExplorerClientResolvedConfig extends CostExplorerClientResolvedConfigType {}
|
|
382
368
|
export declare class CostExplorerClient extends __Client<
|
|
383
369
|
__HttpHandlerOptions,
|
|
384
370
|
ServiceInputTypes,
|
|
@@ -386,8 +372,6 @@ export declare class CostExplorerClient extends __Client<
|
|
|
386
372
|
CostExplorerClientResolvedConfig
|
|
387
373
|
> {
|
|
388
374
|
readonly config: CostExplorerClientResolvedConfig;
|
|
389
|
-
constructor(
|
|
390
|
-
...[configuration]: __CheckOptionalClientConfig<CostExplorerClientConfig>
|
|
391
|
-
);
|
|
375
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<CostExplorerClientConfig>);
|
|
392
376
|
destroy(): void;
|
|
393
377
|
}
|
|
@@ -7,17 +7,10 @@ import { CostExplorerHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: CostExplorerHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: CostExplorerHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): CostExplorerHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
12
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
13
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
14
|
}
|
|
22
15
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
16
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
18
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
21
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
22
|
) => HttpAuthExtensionConfiguration;
|
|
30
23
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
24
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
25
|
) => HttpAuthRuntimeConfig;
|
|
@@ -12,36 +12,32 @@ import {
|
|
|
12
12
|
Provider,
|
|
13
13
|
} from "@smithy/types";
|
|
14
14
|
import { CostExplorerClientResolvedConfig } from "../CostExplorerClient";
|
|
15
|
-
export interface CostExplorerHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface CostExplorerHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface CostExplorerHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface CostExplorerHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
CostExplorerClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
CostExplorerHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultCostExplorerHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: CostExplorerClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<CostExplorerHttpAuthSchemeParameters>;
|
|
31
|
-
export interface CostExplorerHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<CostExplorerHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface CostExplorerHttpAuthSchemeProvider extends HttpAuthSchemeProvider<CostExplorerHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultCostExplorerHttpAuthSchemeProvider: CostExplorerHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: CostExplorerHttpAuthSchemeProvider;
|
|
38
35
|
}
|
|
39
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
40
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
41
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
42
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
43
39
|
readonly httpAuthSchemeProvider: CostExplorerHttpAuthSchemeProvider;
|
|
44
40
|
}
|
|
45
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
46
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
47
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -4,22 +4,21 @@ import {
|
|
|
4
4
|
ServiceInputTypes,
|
|
5
5
|
ServiceOutputTypes,
|
|
6
6
|
} from "./CostExplorerClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
7
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
8
|
added: EndpointParameterInstructions,
|
|
12
9
|
plugins: (
|
|
13
10
|
CommandCtor: any,
|
|
14
11
|
clientStack: any,
|
|
15
12
|
config: any,
|
|
16
|
-
options: any
|
|
13
|
+
options: any,
|
|
17
14
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
15
|
op: string,
|
|
19
16
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
17
|
+
smithyContext?: Record<string, unknown>,
|
|
21
18
|
) => {
|
|
22
|
-
new (
|
|
19
|
+
new (
|
|
20
|
+
input: I,
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
22
|
I,
|
|
24
23
|
O,
|
|
25
24
|
CostExplorerClientResolvedConfig,
|
|
@@ -38,9 +37,4 @@ export declare const command: <
|
|
|
38
37
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
38
|
};
|
|
40
39
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
40
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateAnomalyMonitorRequest,
|
|
4
|
-
CreateAnomalyMonitorResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateAnomalyMonitorRequest, CreateAnomalyMonitorResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateAnomalyMonitorCommandInput
|
|
8
|
-
extends CreateAnomalyMonitorRequest {}
|
|
4
|
+
export interface CreateAnomalyMonitorCommandInput extends CreateAnomalyMonitorRequest {}
|
|
9
5
|
export interface CreateAnomalyMonitorCommandOutput
|
|
10
|
-
extends CreateAnomalyMonitorResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateAnomalyMonitorResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateAnomalyMonitorCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateAnomalyMonitorCommandInput
|
|
9
|
+
input: CreateAnomalyMonitorCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateAnomalyMonitorCommandInput,
|
|
17
12
|
CreateAnomalyMonitorCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateAnomalyMonitorCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateAnomalyMonitorCommandInput
|
|
18
|
+
input: CreateAnomalyMonitorCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateAnomalyMonitorCommandInput,
|
|
26
21
|
CreateAnomalyMonitorCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateAnomalySubscriptionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateAnomalySubscriptionCommandInput
|
|
8
|
-
extends CreateAnomalySubscriptionRequest {}
|
|
7
|
+
export interface CreateAnomalySubscriptionCommandInput extends CreateAnomalySubscriptionRequest {}
|
|
9
8
|
export interface CreateAnomalySubscriptionCommandOutput
|
|
10
|
-
extends CreateAnomalySubscriptionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateAnomalySubscriptionResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateAnomalySubscriptionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateAnomalySubscriptionCommandInput
|
|
12
|
+
input: CreateAnomalySubscriptionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateAnomalySubscriptionCommandInput,
|
|
17
15
|
CreateAnomalySubscriptionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateAnomalySubscriptionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateAnomalySubscriptionCommandInput
|
|
21
|
+
input: CreateAnomalySubscriptionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateAnomalySubscriptionCommandInput,
|
|
26
24
|
CreateAnomalySubscriptionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
CreateCostCategoryDefinitionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateCostCategoryDefinitionCommandInput
|
|
8
|
-
extends CreateCostCategoryDefinitionRequest {}
|
|
7
|
+
export interface CreateCostCategoryDefinitionCommandInput extends CreateCostCategoryDefinitionRequest {}
|
|
9
8
|
export interface CreateCostCategoryDefinitionCommandOutput
|
|
10
|
-
extends CreateCostCategoryDefinitionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends CreateCostCategoryDefinitionResponse, __MetadataBearer {}
|
|
12
10
|
declare const CreateCostCategoryDefinitionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: CreateCostCategoryDefinitionCommandInput
|
|
12
|
+
input: CreateCostCategoryDefinitionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
CreateCostCategoryDefinitionCommandInput,
|
|
17
15
|
CreateCostCategoryDefinitionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const CreateCostCategoryDefinitionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: CreateCostCategoryDefinitionCommandInput
|
|
21
|
+
input: CreateCostCategoryDefinitionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
CreateCostCategoryDefinitionCommandInput,
|
|
26
24
|
CreateCostCategoryDefinitionCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteAnomalyMonitorRequest,
|
|
4
|
-
DeleteAnomalyMonitorResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteAnomalyMonitorRequest, DeleteAnomalyMonitorResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteAnomalyMonitorCommandInput
|
|
8
|
-
extends DeleteAnomalyMonitorRequest {}
|
|
4
|
+
export interface DeleteAnomalyMonitorCommandInput extends DeleteAnomalyMonitorRequest {}
|
|
9
5
|
export interface DeleteAnomalyMonitorCommandOutput
|
|
10
|
-
extends DeleteAnomalyMonitorResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteAnomalyMonitorResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeleteAnomalyMonitorCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteAnomalyMonitorCommandInput
|
|
9
|
+
input: DeleteAnomalyMonitorCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteAnomalyMonitorCommandInput,
|
|
17
12
|
DeleteAnomalyMonitorCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteAnomalyMonitorCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteAnomalyMonitorCommandInput
|
|
18
|
+
input: DeleteAnomalyMonitorCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteAnomalyMonitorCommandInput,
|
|
26
21
|
DeleteAnomalyMonitorCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteAnomalySubscriptionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteAnomalySubscriptionCommandInput
|
|
8
|
-
extends DeleteAnomalySubscriptionRequest {}
|
|
7
|
+
export interface DeleteAnomalySubscriptionCommandInput extends DeleteAnomalySubscriptionRequest {}
|
|
9
8
|
export interface DeleteAnomalySubscriptionCommandOutput
|
|
10
|
-
extends DeleteAnomalySubscriptionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteAnomalySubscriptionResponse, __MetadataBearer {}
|
|
12
10
|
declare const DeleteAnomalySubscriptionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteAnomalySubscriptionCommandInput
|
|
12
|
+
input: DeleteAnomalySubscriptionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteAnomalySubscriptionCommandInput,
|
|
17
15
|
DeleteAnomalySubscriptionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeleteAnomalySubscriptionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeleteAnomalySubscriptionCommandInput
|
|
21
|
+
input: DeleteAnomalySubscriptionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeleteAnomalySubscriptionCommandInput,
|
|
26
24
|
DeleteAnomalySubscriptionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeleteCostCategoryDefinitionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteCostCategoryDefinitionCommandInput
|
|
8
|
-
extends DeleteCostCategoryDefinitionRequest {}
|
|
7
|
+
export interface DeleteCostCategoryDefinitionCommandInput extends DeleteCostCategoryDefinitionRequest {}
|
|
9
8
|
export interface DeleteCostCategoryDefinitionCommandOutput
|
|
10
|
-
extends DeleteCostCategoryDefinitionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeleteCostCategoryDefinitionResponse, __MetadataBearer {}
|
|
12
10
|
declare const DeleteCostCategoryDefinitionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeleteCostCategoryDefinitionCommandInput
|
|
12
|
+
input: DeleteCostCategoryDefinitionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeleteCostCategoryDefinitionCommandInput,
|
|
17
15
|
DeleteCostCategoryDefinitionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeleteCostCategoryDefinitionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeleteCostCategoryDefinitionCommandInput
|
|
21
|
+
input: DeleteCostCategoryDefinitionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeleteCostCategoryDefinitionCommandInput,
|
|
26
24
|
DeleteCostCategoryDefinitionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeCostCategoryDefinitionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeCostCategoryDefinitionCommandInput
|
|
8
|
-
extends DescribeCostCategoryDefinitionRequest {}
|
|
7
|
+
export interface DescribeCostCategoryDefinitionCommandInput extends DescribeCostCategoryDefinitionRequest {}
|
|
9
8
|
export interface DescribeCostCategoryDefinitionCommandOutput
|
|
10
|
-
extends DescribeCostCategoryDefinitionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeCostCategoryDefinitionResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeCostCategoryDefinitionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeCostCategoryDefinitionCommandInput
|
|
12
|
+
input: DescribeCostCategoryDefinitionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeCostCategoryDefinitionCommandInput,
|
|
17
15
|
DescribeCostCategoryDefinitionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeCostCategoryDefinitionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeCostCategoryDefinitionCommandInput
|
|
21
|
+
input: DescribeCostCategoryDefinitionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeCostCategoryDefinitionCommandInput,
|
|
26
24
|
DescribeCostCategoryDefinitionCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetAnomaliesRequest, GetAnomaliesResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetAnomaliesCommandInput extends GetAnomaliesRequest {}
|
|
5
|
-
export interface GetAnomaliesCommandOutput
|
|
6
|
-
extends GetAnomaliesResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetAnomaliesCommandOutput extends GetAnomaliesResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetAnomaliesCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetAnomaliesCommandInput
|
|
8
|
+
input: GetAnomaliesCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetAnomaliesCommandInput,
|
|
13
11
|
GetAnomaliesCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetAnomaliesCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetAnomaliesCommandInput
|
|
17
|
+
input: GetAnomaliesCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetAnomaliesCommandInput,
|
|
22
20
|
GetAnomaliesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetAnomalyMonitorsRequest,
|
|
4
|
-
GetAnomalyMonitorsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetAnomalyMonitorsRequest, GetAnomalyMonitorsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetAnomalyMonitorsCommandInput
|
|
8
|
-
extends GetAnomalyMonitorsRequest {}
|
|
4
|
+
export interface GetAnomalyMonitorsCommandInput extends GetAnomalyMonitorsRequest {}
|
|
9
5
|
export interface GetAnomalyMonitorsCommandOutput
|
|
10
|
-
extends GetAnomalyMonitorsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetAnomalyMonitorsResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetAnomalyMonitorsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetAnomalyMonitorsCommandInput
|
|
9
|
+
input: GetAnomalyMonitorsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetAnomalyMonitorsCommandInput,
|
|
17
12
|
GetAnomalyMonitorsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetAnomalySubscriptionsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetAnomalySubscriptionsCommandInput
|
|
8
|
-
extends GetAnomalySubscriptionsRequest {}
|
|
7
|
+
export interface GetAnomalySubscriptionsCommandInput extends GetAnomalySubscriptionsRequest {}
|
|
9
8
|
export interface GetAnomalySubscriptionsCommandOutput
|
|
10
|
-
extends GetAnomalySubscriptionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetAnomalySubscriptionsResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetAnomalySubscriptionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetAnomalySubscriptionsCommandInput
|
|
12
|
+
input: GetAnomalySubscriptionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetAnomalySubscriptionsCommandInput,
|
|
17
15
|
GetAnomalySubscriptionsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetApproximateUsageRecordsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetApproximateUsageRecordsCommandInput
|
|
8
|
-
extends GetApproximateUsageRecordsRequest {}
|
|
7
|
+
export interface GetApproximateUsageRecordsCommandInput extends GetApproximateUsageRecordsRequest {}
|
|
9
8
|
export interface GetApproximateUsageRecordsCommandOutput
|
|
10
|
-
extends GetApproximateUsageRecordsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetApproximateUsageRecordsResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetApproximateUsageRecordsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetApproximateUsageRecordsCommandInput
|
|
12
|
+
input: GetApproximateUsageRecordsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetApproximateUsageRecordsCommandInput,
|
|
17
15
|
GetApproximateUsageRecordsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetApproximateUsageRecordsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetApproximateUsageRecordsCommandInput
|
|
21
|
+
input: GetApproximateUsageRecordsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetApproximateUsageRecordsCommandInput,
|
|
26
24
|
GetApproximateUsageRecordsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetCommitmentPurchaseAnalysisResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetCommitmentPurchaseAnalysisCommandInput
|
|
8
|
-
extends GetCommitmentPurchaseAnalysisRequest {}
|
|
7
|
+
export interface GetCommitmentPurchaseAnalysisCommandInput extends GetCommitmentPurchaseAnalysisRequest {}
|
|
9
8
|
export interface GetCommitmentPurchaseAnalysisCommandOutput
|
|
10
|
-
extends GetCommitmentPurchaseAnalysisResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetCommitmentPurchaseAnalysisResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetCommitmentPurchaseAnalysisCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetCommitmentPurchaseAnalysisCommandInput
|
|
12
|
+
input: GetCommitmentPurchaseAnalysisCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetCommitmentPurchaseAnalysisCommandInput,
|
|
17
15
|
GetCommitmentPurchaseAnalysisCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetCommitmentPurchaseAnalysisCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetCommitmentPurchaseAnalysisCommandInput
|
|
21
|
+
input: GetCommitmentPurchaseAnalysisCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetCommitmentPurchaseAnalysisCommandInput,
|
|
26
24
|
GetCommitmentPurchaseAnalysisCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetCostAndUsageRequest,
|
|
4
|
-
GetCostAndUsageResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetCostAndUsageRequest, GetCostAndUsageResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetCostAndUsageCommandInput extends GetCostAndUsageRequest {}
|
|
8
|
-
export interface GetCostAndUsageCommandOutput
|
|
9
|
-
extends GetCostAndUsageResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetCostAndUsageCommandOutput extends GetCostAndUsageResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetCostAndUsageCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetCostAndUsageCommandInput
|
|
8
|
+
input: GetCostAndUsageCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetCostAndUsageCommandInput,
|
|
16
11
|
GetCostAndUsageCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetCostAndUsageCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetCostAndUsageCommandInput
|
|
17
|
+
input: GetCostAndUsageCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetCostAndUsageCommandInput,
|
|
25
20
|
GetCostAndUsageCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetCostAndUsageComparisonsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetCostAndUsageComparisonsCommandInput
|
|
8
|
-
extends GetCostAndUsageComparisonsRequest {}
|
|
7
|
+
export interface GetCostAndUsageComparisonsCommandInput extends GetCostAndUsageComparisonsRequest {}
|
|
9
8
|
export interface GetCostAndUsageComparisonsCommandOutput
|
|
10
|
-
extends GetCostAndUsageComparisonsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetCostAndUsageComparisonsResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetCostAndUsageComparisonsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetCostAndUsageComparisonsCommandInput
|
|
12
|
+
input: GetCostAndUsageComparisonsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetCostAndUsageComparisonsCommandInput,
|
|
17
15
|
GetCostAndUsageComparisonsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetCostAndUsageComparisonsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetCostAndUsageComparisonsCommandInput
|
|
21
|
+
input: GetCostAndUsageComparisonsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetCostAndUsageComparisonsCommandInput,
|
|
26
24
|
GetCostAndUsageComparisonsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetCostAndUsageWithResourcesResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetCostAndUsageWithResourcesCommandInput
|
|
8
|
-
extends GetCostAndUsageWithResourcesRequest {}
|
|
7
|
+
export interface GetCostAndUsageWithResourcesCommandInput extends GetCostAndUsageWithResourcesRequest {}
|
|
9
8
|
export interface GetCostAndUsageWithResourcesCommandOutput
|
|
10
|
-
extends GetCostAndUsageWithResourcesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetCostAndUsageWithResourcesResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetCostAndUsageWithResourcesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetCostAndUsageWithResourcesCommandInput
|
|
12
|
+
input: GetCostAndUsageWithResourcesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetCostAndUsageWithResourcesCommandInput,
|
|
17
15
|
GetCostAndUsageWithResourcesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetCostAndUsageWithResourcesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetCostAndUsageWithResourcesCommandInput
|
|
21
|
+
input: GetCostAndUsageWithResourcesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetCostAndUsageWithResourcesCommandInput,
|
|
26
24
|
GetCostAndUsageWithResourcesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetCostCategoriesRequest,
|
|
4
|
-
GetCostCategoriesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetCostCategoriesRequest, GetCostCategoriesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetCostCategoriesCommandInput
|
|
8
|
-
extends GetCostCategoriesRequest {}
|
|
4
|
+
export interface GetCostCategoriesCommandInput extends GetCostCategoriesRequest {}
|
|
9
5
|
export interface GetCostCategoriesCommandOutput
|
|
10
|
-
extends GetCostCategoriesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetCostCategoriesResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetCostCategoriesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetCostCategoriesCommandInput
|
|
9
|
+
input: GetCostCategoriesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetCostCategoriesCommandInput,
|
|
17
12
|
GetCostCategoriesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetCostCategoriesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetCostCategoriesCommandInput
|
|
18
|
+
input: GetCostCategoriesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetCostCategoriesCommandInput,
|
|
26
21
|
GetCostCategoriesCommandOutput,
|