@aws-sdk/client-cost-explorer 3.1086.0 → 3.1088.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 +39 -39
package/dist-types/ts3.4/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.d.ts
CHANGED
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
StartSavingsPlansPurchaseRecommendationGenerationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface StartSavingsPlansPurchaseRecommendationGenerationCommandInput
|
|
8
|
-
extends StartSavingsPlansPurchaseRecommendationGenerationRequest {}
|
|
7
|
+
export interface StartSavingsPlansPurchaseRecommendationGenerationCommandInput extends StartSavingsPlansPurchaseRecommendationGenerationRequest {}
|
|
9
8
|
export interface StartSavingsPlansPurchaseRecommendationGenerationCommandOutput
|
|
10
|
-
extends StartSavingsPlansPurchaseRecommendationGenerationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends StartSavingsPlansPurchaseRecommendationGenerationResponse, __MetadataBearer {}
|
|
12
10
|
declare const StartSavingsPlansPurchaseRecommendationGenerationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: StartSavingsPlansPurchaseRecommendationGenerationCommandInput
|
|
12
|
+
input: StartSavingsPlansPurchaseRecommendationGenerationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
StartSavingsPlansPurchaseRecommendationGenerationCommandInput,
|
|
17
15
|
StartSavingsPlansPurchaseRecommendationGenerationCommandOutput,
|
|
@@ -20,9 +18,7 @@ declare const StartSavingsPlansPurchaseRecommendationGenerationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
...[input]:
|
|
24
|
-
| []
|
|
25
|
-
| [StartSavingsPlansPurchaseRecommendationGenerationCommandInput]
|
|
21
|
+
...[input]: [] | [StartSavingsPlansPurchaseRecommendationGenerationCommandInput]
|
|
26
22
|
): import("@smithy/core/client").CommandImpl<
|
|
27
23
|
StartSavingsPlansPurchaseRecommendationGenerationCommandInput,
|
|
28
24
|
StartSavingsPlansPurchaseRecommendationGenerationCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
5
|
-
export interface TagResourceCommandOutput
|
|
6
|
-
extends TagResourceResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
|
|
8
6
|
declare const TagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
TagResourceCommandInput,
|
|
13
11
|
TagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
TagResourceCommandInput,
|
|
22
20
|
TagResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UntagResourceRequest,
|
|
4
|
-
UntagResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
8
|
-
export interface UntagResourceCommandOutput
|
|
9
|
-
extends UntagResourceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
|
|
11
6
|
declare const UntagResourceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UntagResourceCommandInput,
|
|
16
11
|
UntagResourceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UntagResourceCommandInput,
|
|
25
20
|
UntagResourceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateAnomalyMonitorRequest,
|
|
4
|
-
UpdateAnomalyMonitorResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateAnomalyMonitorRequest, UpdateAnomalyMonitorResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateAnomalyMonitorCommandInput
|
|
8
|
-
extends UpdateAnomalyMonitorRequest {}
|
|
4
|
+
export interface UpdateAnomalyMonitorCommandInput extends UpdateAnomalyMonitorRequest {}
|
|
9
5
|
export interface UpdateAnomalyMonitorCommandOutput
|
|
10
|
-
extends UpdateAnomalyMonitorResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateAnomalyMonitorResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateAnomalyMonitorCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateAnomalyMonitorCommandInput
|
|
9
|
+
input: UpdateAnomalyMonitorCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateAnomalyMonitorCommandInput,
|
|
17
12
|
UpdateAnomalyMonitorCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateAnomalyMonitorCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateAnomalyMonitorCommandInput
|
|
18
|
+
input: UpdateAnomalyMonitorCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateAnomalyMonitorCommandInput,
|
|
26
21
|
UpdateAnomalyMonitorCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateAnomalySubscriptionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateAnomalySubscriptionCommandInput
|
|
8
|
-
extends UpdateAnomalySubscriptionRequest {}
|
|
7
|
+
export interface UpdateAnomalySubscriptionCommandInput extends UpdateAnomalySubscriptionRequest {}
|
|
9
8
|
export interface UpdateAnomalySubscriptionCommandOutput
|
|
10
|
-
extends UpdateAnomalySubscriptionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateAnomalySubscriptionResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateAnomalySubscriptionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateAnomalySubscriptionCommandInput
|
|
12
|
+
input: UpdateAnomalySubscriptionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateAnomalySubscriptionCommandInput,
|
|
17
15
|
UpdateAnomalySubscriptionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateAnomalySubscriptionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateAnomalySubscriptionCommandInput
|
|
21
|
+
input: UpdateAnomalySubscriptionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateAnomalySubscriptionCommandInput,
|
|
26
24
|
UpdateAnomalySubscriptionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateCostAllocationTagsStatusResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateCostAllocationTagsStatusCommandInput
|
|
8
|
-
extends UpdateCostAllocationTagsStatusRequest {}
|
|
7
|
+
export interface UpdateCostAllocationTagsStatusCommandInput extends UpdateCostAllocationTagsStatusRequest {}
|
|
9
8
|
export interface UpdateCostAllocationTagsStatusCommandOutput
|
|
10
|
-
extends UpdateCostAllocationTagsStatusResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateCostAllocationTagsStatusResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateCostAllocationTagsStatusCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateCostAllocationTagsStatusCommandInput
|
|
12
|
+
input: UpdateCostAllocationTagsStatusCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateCostAllocationTagsStatusCommandInput,
|
|
17
15
|
UpdateCostAllocationTagsStatusCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateCostAllocationTagsStatusCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateCostAllocationTagsStatusCommandInput
|
|
21
|
+
input: UpdateCostAllocationTagsStatusCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateCostAllocationTagsStatusCommandInput,
|
|
26
24
|
UpdateCostAllocationTagsStatusCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateCostCategoryDefinitionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateCostCategoryDefinitionCommandInput
|
|
8
|
-
extends UpdateCostCategoryDefinitionRequest {}
|
|
7
|
+
export interface UpdateCostCategoryDefinitionCommandInput extends UpdateCostCategoryDefinitionRequest {}
|
|
9
8
|
export interface UpdateCostCategoryDefinitionCommandOutput
|
|
10
|
-
extends UpdateCostCategoryDefinitionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateCostCategoryDefinitionResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateCostCategoryDefinitionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateCostCategoryDefinitionCommandInput
|
|
12
|
+
input: UpdateCostCategoryDefinitionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateCostCategoryDefinitionCommandInput,
|
|
17
15
|
UpdateCostCategoryDefinitionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateCostCategoryDefinitionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateCostCategoryDefinitionCommandInput
|
|
21
|
+
input: UpdateCostCategoryDefinitionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateCostCategoryDefinitionCommandInput,
|
|
26
24
|
UpdateCostCategoryDefinitionCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface CostExplorerExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -8,8 +8,7 @@ export declare const AnalysisStatus: {
|
|
|
8
8
|
readonly PROCESSING: "PROCESSING";
|
|
9
9
|
readonly SUCCEEDED: "SUCCEEDED";
|
|
10
10
|
};
|
|
11
|
-
export type AnalysisStatus =
|
|
12
|
-
(typeof AnalysisStatus)[keyof typeof AnalysisStatus];
|
|
11
|
+
export type AnalysisStatus = (typeof AnalysisStatus)[keyof typeof AnalysisStatus];
|
|
13
12
|
export declare const AnalysisType: {
|
|
14
13
|
readonly CUSTOM_COMMITMENT: "CUSTOM_COMMITMENT";
|
|
15
14
|
readonly MAX_SAVINGS: "MAX_SAVINGS";
|
|
@@ -51,16 +50,14 @@ export declare const AnomalyFeedbackType: {
|
|
|
51
50
|
readonly PLANNED_ACTIVITY: "PLANNED_ACTIVITY";
|
|
52
51
|
readonly YES: "YES";
|
|
53
52
|
};
|
|
54
|
-
export type AnomalyFeedbackType =
|
|
55
|
-
(typeof AnomalyFeedbackType)[keyof typeof AnomalyFeedbackType];
|
|
53
|
+
export type AnomalyFeedbackType = (typeof AnomalyFeedbackType)[keyof typeof AnomalyFeedbackType];
|
|
56
54
|
export declare const MonitorDimension: {
|
|
57
55
|
readonly COST_CATEGORY: "COST_CATEGORY";
|
|
58
56
|
readonly LINKED_ACCOUNT: "LINKED_ACCOUNT";
|
|
59
57
|
readonly SERVICE: "SERVICE";
|
|
60
58
|
readonly TAG: "TAG";
|
|
61
59
|
};
|
|
62
|
-
export type MonitorDimension =
|
|
63
|
-
(typeof MonitorDimension)[keyof typeof MonitorDimension];
|
|
60
|
+
export type MonitorDimension = (typeof MonitorDimension)[keyof typeof MonitorDimension];
|
|
64
61
|
export declare const MatchOption: {
|
|
65
62
|
readonly ABSENT: "ABSENT";
|
|
66
63
|
readonly CASE_INSENSITIVE: "CASE_INSENSITIVE";
|
|
@@ -126,14 +123,12 @@ export declare const SubscriberStatus: {
|
|
|
126
123
|
readonly CONFIRMED: "CONFIRMED";
|
|
127
124
|
readonly DECLINED: "DECLINED";
|
|
128
125
|
};
|
|
129
|
-
export type SubscriberStatus =
|
|
130
|
-
(typeof SubscriberStatus)[keyof typeof SubscriberStatus];
|
|
126
|
+
export type SubscriberStatus = (typeof SubscriberStatus)[keyof typeof SubscriberStatus];
|
|
131
127
|
export declare const SubscriberType: {
|
|
132
128
|
readonly EMAIL: "EMAIL";
|
|
133
129
|
readonly SNS: "SNS";
|
|
134
130
|
};
|
|
135
|
-
export type SubscriberType =
|
|
136
|
-
(typeof SubscriberType)[keyof typeof SubscriberType];
|
|
131
|
+
export type SubscriberType = (typeof SubscriberType)[keyof typeof SubscriberType];
|
|
137
132
|
export declare const ApproximationDimension: {
|
|
138
133
|
readonly RESOURCE: "RESOURCE";
|
|
139
134
|
readonly SERVICE: "SERVICE";
|
|
@@ -150,8 +145,7 @@ export declare const CostCategoryRuleType: {
|
|
|
150
145
|
readonly INHERITED_VALUE: "INHERITED_VALUE";
|
|
151
146
|
readonly REGULAR: "REGULAR";
|
|
152
147
|
};
|
|
153
|
-
export type CostCategoryRuleType =
|
|
154
|
-
(typeof CostCategoryRuleType)[keyof typeof CostCategoryRuleType];
|
|
148
|
+
export type CostCategoryRuleType = (typeof CostCategoryRuleType)[keyof typeof CostCategoryRuleType];
|
|
155
149
|
export declare const CostCategoryRuleVersion: {
|
|
156
150
|
readonly CostCategoryExpressionV1: "CostCategoryExpression.v1";
|
|
157
151
|
};
|
|
@@ -178,8 +172,7 @@ export declare const CostCategoryStatus: {
|
|
|
178
172
|
readonly APPLIED: "APPLIED";
|
|
179
173
|
readonly PROCESSING: "PROCESSING";
|
|
180
174
|
};
|
|
181
|
-
export type CostCategoryStatus =
|
|
182
|
-
(typeof CostCategoryStatus)[keyof typeof CostCategoryStatus];
|
|
175
|
+
export type CostCategoryStatus = (typeof CostCategoryStatus)[keyof typeof CostCategoryStatus];
|
|
183
176
|
export declare const NumericOperator: {
|
|
184
177
|
readonly BETWEEN: "BETWEEN";
|
|
185
178
|
readonly EQUAL: "EQUAL";
|
|
@@ -188,8 +181,7 @@ export declare const NumericOperator: {
|
|
|
188
181
|
readonly LESS_THAN: "LESS_THAN";
|
|
189
182
|
readonly LESS_THAN_OR_EQUAL: "LESS_THAN_OR_EQUAL";
|
|
190
183
|
};
|
|
191
|
-
export type NumericOperator =
|
|
192
|
-
(typeof NumericOperator)[keyof typeof NumericOperator];
|
|
184
|
+
export type NumericOperator = (typeof NumericOperator)[keyof typeof NumericOperator];
|
|
193
185
|
export declare const Granularity: {
|
|
194
186
|
readonly DAILY: "DAILY";
|
|
195
187
|
readonly HOURLY: "HOURLY";
|
|
@@ -201,8 +193,7 @@ export declare const GroupDefinitionType: {
|
|
|
201
193
|
readonly DIMENSION: "DIMENSION";
|
|
202
194
|
readonly TAG: "TAG";
|
|
203
195
|
};
|
|
204
|
-
export type GroupDefinitionType =
|
|
205
|
-
(typeof GroupDefinitionType)[keyof typeof GroupDefinitionType];
|
|
196
|
+
export type GroupDefinitionType = (typeof GroupDefinitionType)[keyof typeof GroupDefinitionType];
|
|
206
197
|
export declare const SortOrder: {
|
|
207
198
|
readonly ASCENDING: "ASCENDING";
|
|
208
199
|
readonly DESCENDING: "DESCENDING";
|
|
@@ -229,8 +220,7 @@ export declare const LookbackPeriodInDays: {
|
|
|
229
220
|
readonly SIXTY_DAYS: "SIXTY_DAYS";
|
|
230
221
|
readonly THIRTY_DAYS: "THIRTY_DAYS";
|
|
231
222
|
};
|
|
232
|
-
export type LookbackPeriodInDays =
|
|
233
|
-
(typeof LookbackPeriodInDays)[keyof typeof LookbackPeriodInDays];
|
|
223
|
+
export type LookbackPeriodInDays = (typeof LookbackPeriodInDays)[keyof typeof LookbackPeriodInDays];
|
|
234
224
|
export declare const OfferingClass: {
|
|
235
225
|
readonly CONVERTIBLE: "CONVERTIBLE";
|
|
236
226
|
readonly STANDARD: "STANDARD";
|
|
@@ -240,8 +230,7 @@ export declare const RecommendationTarget: {
|
|
|
240
230
|
readonly CROSS_INSTANCE_FAMILY: "CROSS_INSTANCE_FAMILY";
|
|
241
231
|
readonly SAME_INSTANCE_FAMILY: "SAME_INSTANCE_FAMILY";
|
|
242
232
|
};
|
|
243
|
-
export type RecommendationTarget =
|
|
244
|
-
(typeof RecommendationTarget)[keyof typeof RecommendationTarget];
|
|
233
|
+
export type RecommendationTarget = (typeof RecommendationTarget)[keyof typeof RecommendationTarget];
|
|
245
234
|
export declare const FindingReasonCode: {
|
|
246
235
|
readonly CPU_OVER_PROVISIONED: "CPU_OVER_PROVISIONED";
|
|
247
236
|
readonly CPU_UNDER_PROVISIONED: "CPU_UNDER_PROVISIONED";
|
|
@@ -260,8 +249,7 @@ export declare const FindingReasonCode: {
|
|
|
260
249
|
readonly NETWORK_PPS_OVER_PROVISIONED: "NETWORK_PPS_OVER_PROVISIONED";
|
|
261
250
|
readonly NETWORK_PPS_UNDER_PROVISIONED: "NETWORK_PPS_UNDER_PROVISIONED";
|
|
262
251
|
};
|
|
263
|
-
export type FindingReasonCode =
|
|
264
|
-
(typeof FindingReasonCode)[keyof typeof FindingReasonCode];
|
|
252
|
+
export type FindingReasonCode = (typeof FindingReasonCode)[keyof typeof FindingReasonCode];
|
|
265
253
|
export declare const PlatformDifference: {
|
|
266
254
|
readonly HYPERVISOR: "HYPERVISOR";
|
|
267
255
|
readonly INSTANCE_STORE_AVAILABILITY: "INSTANCE_STORE_AVAILABILITY";
|
|
@@ -269,22 +257,19 @@ export declare const PlatformDifference: {
|
|
|
269
257
|
readonly STORAGE_INTERFACE: "STORAGE_INTERFACE";
|
|
270
258
|
readonly VIRTUALIZATION_TYPE: "VIRTUALIZATION_TYPE";
|
|
271
259
|
};
|
|
272
|
-
export type PlatformDifference =
|
|
273
|
-
(typeof PlatformDifference)[keyof typeof PlatformDifference];
|
|
260
|
+
export type PlatformDifference = (typeof PlatformDifference)[keyof typeof PlatformDifference];
|
|
274
261
|
export declare const RightsizingType: {
|
|
275
262
|
readonly MODIFY: "MODIFY";
|
|
276
263
|
readonly TERMINATE: "TERMINATE";
|
|
277
264
|
};
|
|
278
|
-
export type RightsizingType =
|
|
279
|
-
(typeof RightsizingType)[keyof typeof RightsizingType];
|
|
265
|
+
export type RightsizingType = (typeof RightsizingType)[keyof typeof RightsizingType];
|
|
280
266
|
export declare const SavingsPlansDataType: {
|
|
281
267
|
readonly AMORTIZED_COMMITMENT: "AMORTIZED_COMMITMENT";
|
|
282
268
|
readonly ATTRIBUTES: "ATTRIBUTES";
|
|
283
269
|
readonly SAVINGS: "SAVINGS";
|
|
284
270
|
readonly UTILIZATION: "UTILIZATION";
|
|
285
271
|
};
|
|
286
|
-
export type SavingsPlansDataType =
|
|
287
|
-
(typeof SavingsPlansDataType)[keyof typeof SavingsPlansDataType];
|
|
272
|
+
export type SavingsPlansDataType = (typeof SavingsPlansDataType)[keyof typeof SavingsPlansDataType];
|
|
288
273
|
export declare const CostAllocationTagBackfillStatus: {
|
|
289
274
|
readonly FAILED: "FAILED";
|
|
290
275
|
readonly PROCESSING: "PROCESSING";
|
|
@@ -309,5 +294,4 @@ export declare const GenerationStatus: {
|
|
|
309
294
|
readonly PROCESSING: "PROCESSING";
|
|
310
295
|
readonly SUCCEEDED: "SUCCEEDED";
|
|
311
296
|
};
|
|
312
|
-
export type GenerationStatus =
|
|
313
|
-
(typeof GenerationStatus)[keyof typeof GenerationStatus];
|
|
297
|
+
export type GenerationStatus = (typeof GenerationStatus)[keyof typeof GenerationStatus];
|
|
@@ -4,124 +4,91 @@ export declare class AnalysisNotFoundException extends __BaseException {
|
|
|
4
4
|
readonly name: "AnalysisNotFoundException";
|
|
5
5
|
readonly $fault: "client";
|
|
6
6
|
Message?: string | undefined;
|
|
7
|
-
constructor(
|
|
8
|
-
opts: __ExceptionOptionType<AnalysisNotFoundException, __BaseException>
|
|
9
|
-
);
|
|
7
|
+
constructor(opts: __ExceptionOptionType<AnalysisNotFoundException, __BaseException>);
|
|
10
8
|
}
|
|
11
9
|
export declare class LimitExceededException extends __BaseException {
|
|
12
10
|
readonly name: "LimitExceededException";
|
|
13
11
|
readonly $fault: "client";
|
|
14
12
|
Message?: string | undefined;
|
|
15
|
-
constructor(
|
|
16
|
-
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
17
|
-
);
|
|
13
|
+
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
18
14
|
}
|
|
19
15
|
export declare class UnknownMonitorException extends __BaseException {
|
|
20
16
|
readonly name: "UnknownMonitorException";
|
|
21
17
|
readonly $fault: "client";
|
|
22
18
|
Message?: string | undefined;
|
|
23
|
-
constructor(
|
|
24
|
-
opts: __ExceptionOptionType<UnknownMonitorException, __BaseException>
|
|
25
|
-
);
|
|
19
|
+
constructor(opts: __ExceptionOptionType<UnknownMonitorException, __BaseException>);
|
|
26
20
|
}
|
|
27
21
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
28
22
|
readonly name: "ServiceQuotaExceededException";
|
|
29
23
|
readonly $fault: "client";
|
|
30
24
|
Message?: string | undefined;
|
|
31
|
-
constructor(
|
|
32
|
-
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
33
|
-
);
|
|
25
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
34
26
|
}
|
|
35
27
|
export declare class UnknownSubscriptionException extends __BaseException {
|
|
36
28
|
readonly name: "UnknownSubscriptionException";
|
|
37
29
|
readonly $fault: "client";
|
|
38
30
|
Message?: string | undefined;
|
|
39
|
-
constructor(
|
|
40
|
-
opts: __ExceptionOptionType<UnknownSubscriptionException, __BaseException>
|
|
41
|
-
);
|
|
31
|
+
constructor(opts: __ExceptionOptionType<UnknownSubscriptionException, __BaseException>);
|
|
42
32
|
}
|
|
43
33
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
44
34
|
readonly name: "ResourceNotFoundException";
|
|
45
35
|
readonly $fault: "client";
|
|
46
36
|
Message?: string | undefined;
|
|
47
37
|
ResourceName?: string | undefined;
|
|
48
|
-
constructor(
|
|
49
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
50
|
-
);
|
|
38
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
51
39
|
}
|
|
52
40
|
export declare class InvalidNextTokenException extends __BaseException {
|
|
53
41
|
readonly name: "InvalidNextTokenException";
|
|
54
42
|
readonly $fault: "client";
|
|
55
43
|
Message?: string | undefined;
|
|
56
|
-
constructor(
|
|
57
|
-
opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
|
|
58
|
-
);
|
|
44
|
+
constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
|
|
59
45
|
}
|
|
60
46
|
export declare class DataUnavailableException extends __BaseException {
|
|
61
47
|
readonly name: "DataUnavailableException";
|
|
62
48
|
readonly $fault: "client";
|
|
63
49
|
Message?: string | undefined;
|
|
64
|
-
constructor(
|
|
65
|
-
opts: __ExceptionOptionType<DataUnavailableException, __BaseException>
|
|
66
|
-
);
|
|
50
|
+
constructor(opts: __ExceptionOptionType<DataUnavailableException, __BaseException>);
|
|
67
51
|
}
|
|
68
52
|
export declare class BillExpirationException extends __BaseException {
|
|
69
53
|
readonly name: "BillExpirationException";
|
|
70
54
|
readonly $fault: "client";
|
|
71
55
|
Message?: string | undefined;
|
|
72
|
-
constructor(
|
|
73
|
-
opts: __ExceptionOptionType<BillExpirationException, __BaseException>
|
|
74
|
-
);
|
|
56
|
+
constructor(opts: __ExceptionOptionType<BillExpirationException, __BaseException>);
|
|
75
57
|
}
|
|
76
58
|
export declare class BillingViewHealthStatusException extends __BaseException {
|
|
77
59
|
readonly name: "BillingViewHealthStatusException";
|
|
78
60
|
readonly $fault: "client";
|
|
79
61
|
Message?: string | undefined;
|
|
80
|
-
constructor(
|
|
81
|
-
opts: __ExceptionOptionType<
|
|
82
|
-
BillingViewHealthStatusException,
|
|
83
|
-
__BaseException
|
|
84
|
-
>
|
|
85
|
-
);
|
|
62
|
+
constructor(opts: __ExceptionOptionType<BillingViewHealthStatusException, __BaseException>);
|
|
86
63
|
}
|
|
87
64
|
export declare class RequestChangedException extends __BaseException {
|
|
88
65
|
readonly name: "RequestChangedException";
|
|
89
66
|
readonly $fault: "client";
|
|
90
67
|
Message?: string | undefined;
|
|
91
|
-
constructor(
|
|
92
|
-
opts: __ExceptionOptionType<RequestChangedException, __BaseException>
|
|
93
|
-
);
|
|
68
|
+
constructor(opts: __ExceptionOptionType<RequestChangedException, __BaseException>);
|
|
94
69
|
}
|
|
95
70
|
export declare class UnresolvableUsageUnitException extends __BaseException {
|
|
96
71
|
readonly name: "UnresolvableUsageUnitException";
|
|
97
72
|
readonly $fault: "client";
|
|
98
73
|
Message?: string | undefined;
|
|
99
|
-
constructor(
|
|
100
|
-
opts: __ExceptionOptionType<UnresolvableUsageUnitException, __BaseException>
|
|
101
|
-
);
|
|
74
|
+
constructor(opts: __ExceptionOptionType<UnresolvableUsageUnitException, __BaseException>);
|
|
102
75
|
}
|
|
103
76
|
export declare class GenerationExistsException extends __BaseException {
|
|
104
77
|
readonly name: "GenerationExistsException";
|
|
105
78
|
readonly $fault: "client";
|
|
106
79
|
Message?: string | undefined;
|
|
107
|
-
constructor(
|
|
108
|
-
opts: __ExceptionOptionType<GenerationExistsException, __BaseException>
|
|
109
|
-
);
|
|
80
|
+
constructor(opts: __ExceptionOptionType<GenerationExistsException, __BaseException>);
|
|
110
81
|
}
|
|
111
82
|
export declare class BackfillLimitExceededException extends __BaseException {
|
|
112
83
|
readonly name: "BackfillLimitExceededException";
|
|
113
84
|
readonly $fault: "client";
|
|
114
85
|
Message?: string | undefined;
|
|
115
|
-
constructor(
|
|
116
|
-
opts: __ExceptionOptionType<BackfillLimitExceededException, __BaseException>
|
|
117
|
-
);
|
|
86
|
+
constructor(opts: __ExceptionOptionType<BackfillLimitExceededException, __BaseException>);
|
|
118
87
|
}
|
|
119
88
|
export declare class TooManyTagsException extends __BaseException {
|
|
120
89
|
readonly name: "TooManyTagsException";
|
|
121
90
|
readonly $fault: "client";
|
|
122
91
|
Message?: string | undefined;
|
|
123
92
|
ResourceName?: string | undefined;
|
|
124
|
-
constructor(
|
|
125
|
-
opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
|
|
126
|
-
);
|
|
93
|
+
constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
|
|
127
94
|
}
|
|
@@ -72,9 +72,7 @@ export interface SavingsPlansPurchaseAnalysisDetails {
|
|
|
72
72
|
MetricsOverLookbackPeriod?: RecommendationDetailHourlyMetrics[] | undefined;
|
|
73
73
|
}
|
|
74
74
|
export interface AnalysisDetails {
|
|
75
|
-
SavingsPlansPurchaseAnalysisDetails?:
|
|
76
|
-
| SavingsPlansPurchaseAnalysisDetails
|
|
77
|
-
| undefined;
|
|
75
|
+
SavingsPlansPurchaseAnalysisDetails?: SavingsPlansPurchaseAnalysisDetails | undefined;
|
|
78
76
|
}
|
|
79
77
|
export interface DateInterval {
|
|
80
78
|
Start: string | undefined;
|
|
@@ -99,9 +97,7 @@ export interface SavingsPlansPurchaseAnalysisConfiguration {
|
|
|
99
97
|
SavingsPlansTargetCoverage?: number | undefined;
|
|
100
98
|
}
|
|
101
99
|
export interface CommitmentPurchaseAnalysisConfiguration {
|
|
102
|
-
SavingsPlansPurchaseAnalysisConfiguration?:
|
|
103
|
-
| SavingsPlansPurchaseAnalysisConfiguration
|
|
104
|
-
| undefined;
|
|
100
|
+
SavingsPlansPurchaseAnalysisConfiguration?: SavingsPlansPurchaseAnalysisConfiguration | undefined;
|
|
105
101
|
}
|
|
106
102
|
export interface AnalysisSummary {
|
|
107
103
|
EstimatedCompletionTime?: string | undefined;
|
|
@@ -110,9 +106,7 @@ export interface AnalysisSummary {
|
|
|
110
106
|
AnalysisStatus?: AnalysisStatus | undefined;
|
|
111
107
|
ErrorCode?: ErrorCode | undefined;
|
|
112
108
|
AnalysisId?: string | undefined;
|
|
113
|
-
CommitmentPurchaseAnalysisConfiguration?:
|
|
114
|
-
| CommitmentPurchaseAnalysisConfiguration
|
|
115
|
-
| undefined;
|
|
109
|
+
CommitmentPurchaseAnalysisConfiguration?: CommitmentPurchaseAnalysisConfiguration | undefined;
|
|
116
110
|
}
|
|
117
111
|
export interface AnomalyScore {
|
|
118
112
|
MaxScore: number | undefined;
|
|
@@ -271,9 +265,7 @@ export interface GetCommitmentPurchaseAnalysisResponse {
|
|
|
271
265
|
AnalysisStatus: AnalysisStatus | undefined;
|
|
272
266
|
ErrorCode?: ErrorCode | undefined;
|
|
273
267
|
AnalysisDetails?: AnalysisDetails | undefined;
|
|
274
|
-
CommitmentPurchaseAnalysisConfiguration:
|
|
275
|
-
| CommitmentPurchaseAnalysisConfiguration
|
|
276
|
-
| undefined;
|
|
268
|
+
CommitmentPurchaseAnalysisConfiguration: CommitmentPurchaseAnalysisConfiguration | undefined;
|
|
277
269
|
}
|
|
278
270
|
export interface GroupDefinition {
|
|
279
271
|
Type?: GroupDefinitionType | undefined;
|
|
@@ -745,15 +737,11 @@ export interface SavingsPlansPurchaseRecommendation {
|
|
|
745
737
|
SavingsPlansPurchaseRecommendationDetails?:
|
|
746
738
|
| SavingsPlansPurchaseRecommendationDetail[]
|
|
747
739
|
| undefined;
|
|
748
|
-
SavingsPlansPurchaseRecommendationSummary?:
|
|
749
|
-
| SavingsPlansPurchaseRecommendationSummary
|
|
750
|
-
| undefined;
|
|
740
|
+
SavingsPlansPurchaseRecommendationSummary?: SavingsPlansPurchaseRecommendationSummary | undefined;
|
|
751
741
|
}
|
|
752
742
|
export interface GetSavingsPlansPurchaseRecommendationResponse {
|
|
753
743
|
Metadata?: SavingsPlansPurchaseRecommendationMetadata | undefined;
|
|
754
|
-
SavingsPlansPurchaseRecommendation?:
|
|
755
|
-
| SavingsPlansPurchaseRecommendation
|
|
756
|
-
| undefined;
|
|
744
|
+
SavingsPlansPurchaseRecommendation?: SavingsPlansPurchaseRecommendation | undefined;
|
|
757
745
|
NextPageToken?: string | undefined;
|
|
758
746
|
}
|
|
759
747
|
export interface SavingsPlansAmortizedCommitment {
|
|
@@ -884,9 +872,7 @@ export interface CostCategoryResourceAssociation {
|
|
|
884
872
|
CostCategoryArn?: string | undefined;
|
|
885
873
|
}
|
|
886
874
|
export interface ListCostCategoryResourceAssociationsResponse {
|
|
887
|
-
CostCategoryResourceAssociations?:
|
|
888
|
-
| CostCategoryResourceAssociation[]
|
|
889
|
-
| undefined;
|
|
875
|
+
CostCategoryResourceAssociations?: CostCategoryResourceAssociation[] | undefined;
|
|
890
876
|
NextToken?: string | undefined;
|
|
891
877
|
}
|
|
892
878
|
export interface ListSavingsPlansPurchaseRecommendationGenerationRequest {
|
|
@@ -920,9 +906,7 @@ export interface ProvideAnomalyFeedbackResponse {
|
|
|
920
906
|
AnomalyId: string | undefined;
|
|
921
907
|
}
|
|
922
908
|
export interface StartCommitmentPurchaseAnalysisRequest {
|
|
923
|
-
CommitmentPurchaseAnalysisConfiguration:
|
|
924
|
-
| CommitmentPurchaseAnalysisConfiguration
|
|
925
|
-
| undefined;
|
|
909
|
+
CommitmentPurchaseAnalysisConfiguration: CommitmentPurchaseAnalysisConfiguration | undefined;
|
|
926
910
|
}
|
|
927
911
|
export interface StartCommitmentPurchaseAnalysisResponse {
|
|
928
912
|
AnalysisId: string | undefined;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PaginationConfiguration } from "@smithy/types";
|
|
2
2
|
import { CostExplorerClient } from "../CostExplorerClient";
|
|
3
|
-
export interface CostExplorerPaginationConfiguration
|
|
4
|
-
extends PaginationConfiguration {
|
|
3
|
+
export interface CostExplorerPaginationConfiguration extends PaginationConfiguration {
|
|
5
4
|
client: CostExplorerClient;
|
|
6
5
|
}
|