@aws-sdk/client-bcm-pricing-calculator 3.699.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/LICENSE +201 -0
- package/README.md +504 -0
- package/dist-cjs/BCMPricingCalculator.js +83 -0
- package/dist-cjs/BCMPricingCalculatorClient.js +50 -0
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
- package/dist-cjs/commands/BatchCreateBillScenarioCommitmentModificationCommand.js +26 -0
- package/dist-cjs/commands/BatchCreateBillScenarioUsageModificationCommand.js +26 -0
- package/dist-cjs/commands/BatchCreateWorkloadEstimateUsageCommand.js +26 -0
- package/dist-cjs/commands/BatchDeleteBillScenarioCommitmentModificationCommand.js +26 -0
- package/dist-cjs/commands/BatchDeleteBillScenarioUsageModificationCommand.js +26 -0
- package/dist-cjs/commands/BatchDeleteWorkloadEstimateUsageCommand.js +26 -0
- package/dist-cjs/commands/BatchUpdateBillScenarioCommitmentModificationCommand.js +26 -0
- package/dist-cjs/commands/BatchUpdateBillScenarioUsageModificationCommand.js +26 -0
- package/dist-cjs/commands/BatchUpdateWorkloadEstimateUsageCommand.js +26 -0
- package/dist-cjs/commands/CreateBillEstimateCommand.js +26 -0
- package/dist-cjs/commands/CreateBillScenarioCommand.js +26 -0
- package/dist-cjs/commands/CreateWorkloadEstimateCommand.js +26 -0
- package/dist-cjs/commands/DeleteBillEstimateCommand.js +26 -0
- package/dist-cjs/commands/DeleteBillScenarioCommand.js +26 -0
- package/dist-cjs/commands/DeleteWorkloadEstimateCommand.js +26 -0
- package/dist-cjs/commands/GetBillEstimateCommand.js +26 -0
- package/dist-cjs/commands/GetBillScenarioCommand.js +26 -0
- package/dist-cjs/commands/GetPreferencesCommand.js +26 -0
- package/dist-cjs/commands/GetWorkloadEstimateCommand.js +26 -0
- package/dist-cjs/commands/ListBillEstimateCommitmentsCommand.js +26 -0
- package/dist-cjs/commands/ListBillEstimateInputCommitmentModificationsCommand.js +26 -0
- package/dist-cjs/commands/ListBillEstimateInputUsageModificationsCommand.js +26 -0
- package/dist-cjs/commands/ListBillEstimateLineItemsCommand.js +26 -0
- package/dist-cjs/commands/ListBillEstimatesCommand.js +26 -0
- package/dist-cjs/commands/ListBillScenarioCommitmentModificationsCommand.js +26 -0
- package/dist-cjs/commands/ListBillScenarioUsageModificationsCommand.js +26 -0
- package/dist-cjs/commands/ListBillScenariosCommand.js +26 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +26 -0
- package/dist-cjs/commands/ListWorkloadEstimateUsageCommand.js +26 -0
- package/dist-cjs/commands/ListWorkloadEstimatesCommand.js +26 -0
- package/dist-cjs/commands/TagResourceCommand.js +26 -0
- package/dist-cjs/commands/UntagResourceCommand.js +26 -0
- package/dist-cjs/commands/UpdateBillEstimateCommand.js +26 -0
- package/dist-cjs/commands/UpdateBillScenarioCommand.js +26 -0
- package/dist-cjs/commands/UpdatePreferencesCommand.js +26 -0
- package/dist-cjs/commands/UpdateWorkloadEstimateCommand.js +26 -0
- package/dist-cjs/commands/index.js +39 -0
- package/dist-cjs/endpoint/EndpointParameters.js +16 -0
- package/dist-cjs/endpoint/endpointResolver.js +18 -0
- package/dist-cjs/endpoint/ruleset.js +7 -0
- package/dist-cjs/extensionConfiguration.js +2 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/BCMPricingCalculatorServiceException.js +12 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +263 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListBillEstimateCommitmentsPaginator.js +7 -0
- package/dist-cjs/pagination/ListBillEstimateInputCommitmentModificationsPaginator.js +7 -0
- package/dist-cjs/pagination/ListBillEstimateInputUsageModificationsPaginator.js +7 -0
- package/dist-cjs/pagination/ListBillEstimateLineItemsPaginator.js +7 -0
- package/dist-cjs/pagination/ListBillEstimatesPaginator.js +7 -0
- package/dist-cjs/pagination/ListBillScenarioCommitmentModificationsPaginator.js +7 -0
- package/dist-cjs/pagination/ListBillScenarioUsageModificationsPaginator.js +7 -0
- package/dist-cjs/pagination/ListBillScenariosPaginator.js +7 -0
- package/dist-cjs/pagination/ListWorkloadEstimateUsagePaginator.js +7 -0
- package/dist-cjs/pagination/ListWorkloadEstimatesPaginator.js +7 -0
- package/dist-cjs/pagination/index.js +14 -0
- package/dist-cjs/protocols/Aws_json1_0.js +1761 -0
- package/dist-cjs/runtimeConfig.browser.js +39 -0
- package/dist-cjs/runtimeConfig.js +50 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +34 -0
- package/dist-cjs/runtimeExtensions.js +25 -0
- package/dist-es/BCMPricingCalculator.js +79 -0
- package/dist-es/BCMPricingCalculatorClient.js +46 -0
- package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +41 -0
- package/dist-es/commands/BatchCreateBillScenarioCommitmentModificationCommand.js +22 -0
- package/dist-es/commands/BatchCreateBillScenarioUsageModificationCommand.js +22 -0
- package/dist-es/commands/BatchCreateWorkloadEstimateUsageCommand.js +22 -0
- package/dist-es/commands/BatchDeleteBillScenarioCommitmentModificationCommand.js +22 -0
- package/dist-es/commands/BatchDeleteBillScenarioUsageModificationCommand.js +22 -0
- package/dist-es/commands/BatchDeleteWorkloadEstimateUsageCommand.js +22 -0
- package/dist-es/commands/BatchUpdateBillScenarioCommitmentModificationCommand.js +22 -0
- package/dist-es/commands/BatchUpdateBillScenarioUsageModificationCommand.js +22 -0
- package/dist-es/commands/BatchUpdateWorkloadEstimateUsageCommand.js +22 -0
- package/dist-es/commands/CreateBillEstimateCommand.js +22 -0
- package/dist-es/commands/CreateBillScenarioCommand.js +22 -0
- package/dist-es/commands/CreateWorkloadEstimateCommand.js +22 -0
- package/dist-es/commands/DeleteBillEstimateCommand.js +22 -0
- package/dist-es/commands/DeleteBillScenarioCommand.js +22 -0
- package/dist-es/commands/DeleteWorkloadEstimateCommand.js +22 -0
- package/dist-es/commands/GetBillEstimateCommand.js +22 -0
- package/dist-es/commands/GetBillScenarioCommand.js +22 -0
- package/dist-es/commands/GetPreferencesCommand.js +22 -0
- package/dist-es/commands/GetWorkloadEstimateCommand.js +22 -0
- package/dist-es/commands/ListBillEstimateCommitmentsCommand.js +22 -0
- package/dist-es/commands/ListBillEstimateInputCommitmentModificationsCommand.js +22 -0
- package/dist-es/commands/ListBillEstimateInputUsageModificationsCommand.js +22 -0
- package/dist-es/commands/ListBillEstimateLineItemsCommand.js +22 -0
- package/dist-es/commands/ListBillEstimatesCommand.js +22 -0
- package/dist-es/commands/ListBillScenarioCommitmentModificationsCommand.js +22 -0
- package/dist-es/commands/ListBillScenarioUsageModificationsCommand.js +22 -0
- package/dist-es/commands/ListBillScenariosCommand.js +22 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +22 -0
- package/dist-es/commands/ListWorkloadEstimateUsageCommand.js +22 -0
- package/dist-es/commands/ListWorkloadEstimatesCommand.js +22 -0
- package/dist-es/commands/TagResourceCommand.js +22 -0
- package/dist-es/commands/UntagResourceCommand.js +22 -0
- package/dist-es/commands/UpdateBillEstimateCommand.js +22 -0
- package/dist-es/commands/UpdateBillScenarioCommand.js +22 -0
- package/dist-es/commands/UpdatePreferencesCommand.js +22 -0
- package/dist-es/commands/UpdateWorkloadEstimateCommand.js +22 -0
- package/dist-es/commands/index.js +36 -0
- package/dist-es/endpoint/EndpointParameters.js +12 -0
- package/dist-es/endpoint/endpointResolver.js +14 -0
- package/dist-es/endpoint/ruleset.js +4 -0
- package/dist-es/extensionConfiguration.js +1 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/BCMPricingCalculatorServiceException.js +8 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +252 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListBillEstimateCommitmentsPaginator.js +4 -0
- package/dist-es/pagination/ListBillEstimateInputCommitmentModificationsPaginator.js +4 -0
- package/dist-es/pagination/ListBillEstimateInputUsageModificationsPaginator.js +4 -0
- package/dist-es/pagination/ListBillEstimateLineItemsPaginator.js +4 -0
- package/dist-es/pagination/ListBillEstimatesPaginator.js +4 -0
- package/dist-es/pagination/ListBillScenarioCommitmentModificationsPaginator.js +4 -0
- package/dist-es/pagination/ListBillScenarioUsageModificationsPaginator.js +4 -0
- package/dist-es/pagination/ListBillScenariosPaginator.js +4 -0
- package/dist-es/pagination/ListWorkloadEstimateUsagePaginator.js +4 -0
- package/dist-es/pagination/ListWorkloadEstimatesPaginator.js +4 -0
- package/dist-es/pagination/index.js +11 -0
- package/dist-es/protocols/Aws_json1_0.js +1685 -0
- package/dist-es/runtimeConfig.browser.js +34 -0
- package/dist-es/runtimeConfig.js +45 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +30 -0
- package/dist-es/runtimeExtensions.js +21 -0
- package/dist-types/BCMPricingCalculator.d.ts +278 -0
- package/dist-types/BCMPricingCalculatorClient.d.ts +216 -0
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/dist-types/commands/BatchCreateBillScenarioCommitmentModificationCommand.d.ts +162 -0
- package/dist-types/commands/BatchCreateBillScenarioUsageModificationCommand.d.ts +285 -0
- package/dist-types/commands/BatchCreateWorkloadEstimateUsageCommand.d.ts +278 -0
- package/dist-types/commands/BatchDeleteBillScenarioCommitmentModificationCommand.d.ts +117 -0
- package/dist-types/commands/BatchDeleteBillScenarioUsageModificationCommand.d.ts +120 -0
- package/dist-types/commands/BatchDeleteWorkloadEstimateUsageCommand.d.ts +120 -0
- package/dist-types/commands/BatchUpdateBillScenarioCommitmentModificationCommand.d.ts +138 -0
- package/dist-types/commands/BatchUpdateBillScenarioUsageModificationCommand.d.ts +209 -0
- package/dist-types/commands/BatchUpdateWorkloadEstimateUsageCommand.d.ts +203 -0
- package/dist-types/commands/CreateBillEstimateCommand.d.ts +146 -0
- package/dist-types/commands/CreateBillScenarioCommand.d.ts +121 -0
- package/dist-types/commands/CreateWorkloadEstimateCommand.d.ts +122 -0
- package/dist-types/commands/DeleteBillEstimateCommand.d.ts +96 -0
- package/dist-types/commands/DeleteBillScenarioCommand.d.ts +96 -0
- package/dist-types/commands/DeleteWorkloadEstimateCommand.d.ts +96 -0
- package/dist-types/commands/GetBillEstimateCommand.d.ts +136 -0
- package/dist-types/commands/GetBillScenarioCommand.d.ts +112 -0
- package/dist-types/commands/GetPreferencesCommand.d.ts +101 -0
- package/dist-types/commands/GetWorkloadEstimateCommand.d.ts +112 -0
- package/dist-types/commands/ListBillEstimateCommitmentsCommand.d.ts +124 -0
- package/dist-types/commands/ListBillEstimateInputCommitmentModificationsCommand.d.ts +128 -0
- package/dist-types/commands/ListBillEstimateInputUsageModificationsCommand.d.ts +197 -0
- package/dist-types/commands/ListBillEstimateLineItemsCommand.d.ts +147 -0
- package/dist-types/commands/ListBillEstimatesCommand.d.ts +129 -0
- package/dist-types/commands/ListBillScenarioCommitmentModificationsCommand.d.ts +128 -0
- package/dist-types/commands/ListBillScenarioUsageModificationsCommand.d.ts +197 -0
- package/dist-types/commands/ListBillScenariosCommand.d.ts +130 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +100 -0
- package/dist-types/commands/ListWorkloadEstimateUsageCommand.d.ts +196 -0
- package/dist-types/commands/ListWorkloadEstimatesCommand.d.ts +130 -0
- package/dist-types/commands/TagResourceCommand.d.ts +104 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +99 -0
- package/dist-types/commands/UpdateBillEstimateCommand.d.ts +143 -0
- package/dist-types/commands/UpdateBillScenarioCommand.d.ts +119 -0
- package/dist-types/commands/UpdatePreferencesCommand.d.ts +113 -0
- package/dist-types/commands/UpdateWorkloadEstimateCommand.d.ts +119 -0
- package/dist-types/commands/index.d.ts +36 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +34 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/extensionConfiguration.d.ts +9 -0
- package/dist-types/index.d.ts +25 -0
- package/dist-types/models/BCMPricingCalculatorServiceException.d.ts +14 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +4474 -0
- package/dist-types/pagination/Interfaces.d.ts +8 -0
- package/dist-types/pagination/ListBillEstimateCommitmentsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListBillEstimateInputCommitmentModificationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListBillEstimateInputUsageModificationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListBillEstimateLineItemsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListBillEstimatesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListBillScenarioCommitmentModificationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListBillScenarioUsageModificationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListBillScenariosPaginator.d.ts +7 -0
- package/dist-types/pagination/ListWorkloadEstimateUsagePaginator.d.ts +7 -0
- package/dist-types/pagination/ListWorkloadEstimatesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +11 -0
- package/dist-types/protocols/Aws_json1_0.d.ts +326 -0
- package/dist-types/runtimeConfig.browser.d.ts +48 -0
- package/dist-types/runtimeConfig.d.ts +48 -0
- package/dist-types/runtimeConfig.native.d.ts +47 -0
- package/dist-types/runtimeConfig.shared.d.ts +21 -0
- package/dist-types/runtimeExtensions.d.ts +17 -0
- package/dist-types/ts3.4/BCMPricingCalculator.d.ts +684 -0
- package/dist-types/ts3.4/BCMPricingCalculatorClient.d.ts +337 -0
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
- package/dist-types/ts3.4/commands/BatchCreateBillScenarioCommitmentModificationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchCreateBillScenarioUsageModificationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchCreateWorkloadEstimateUsageCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchDeleteBillScenarioCommitmentModificationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchDeleteBillScenarioUsageModificationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchDeleteWorkloadEstimateUsageCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchUpdateBillScenarioCommitmentModificationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchUpdateBillScenarioUsageModificationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchUpdateWorkloadEstimateUsageCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateBillEstimateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateBillScenarioCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateWorkloadEstimateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteBillEstimateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteBillScenarioCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteWorkloadEstimateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetBillEstimateCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetBillScenarioCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetPreferencesCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetWorkloadEstimateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListBillEstimateCommitmentsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListBillEstimateInputCommitmentModificationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListBillEstimateInputUsageModificationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListBillEstimateLineItemsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListBillEstimatesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListBillScenarioCommitmentModificationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListBillScenarioUsageModificationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListBillScenariosCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListWorkloadEstimateUsageCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListWorkloadEstimatesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateBillEstimateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateBillScenarioCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdatePreferencesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateWorkloadEstimateCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +36 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +45 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +9 -0
- package/dist-types/ts3.4/models/BCMPricingCalculatorServiceException.d.ts +9 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +985 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListBillEstimateCommitmentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListBillEstimateInputCommitmentModificationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListBillEstimateInputUsageModificationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListBillEstimateLineItemsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListBillEstimatesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListBillScenarioCommitmentModificationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListBillScenarioUsageModificationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListBillScenariosPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListWorkloadEstimateUsagePaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListWorkloadEstimatesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +11 -0
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +437 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +95 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +96 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +89 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +23 -0
- package/dist-types/ts3.4/runtimeExtensions.d.ts +13 -0
- package/package.json +103 -0
|
@@ -0,0 +1,4474 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { BCMPricingCalculatorServiceException as __BaseException } from "./BCMPricingCalculatorServiceException";
|
|
3
|
+
/**
|
|
4
|
+
* <p>
|
|
5
|
+
* You do not have sufficient access to perform this action.
|
|
6
|
+
* </p>
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
10
|
+
readonly name: "AccessDeniedException";
|
|
11
|
+
readonly $fault: "client";
|
|
12
|
+
/**
|
|
13
|
+
* @internal
|
|
14
|
+
*/
|
|
15
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* <p>
|
|
19
|
+
* Represents an action to add a Reserved Instance to a bill scenario.
|
|
20
|
+
* </p>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
export interface AddReservedInstanceAction {
|
|
24
|
+
/**
|
|
25
|
+
* <p>
|
|
26
|
+
* The ID of the Reserved Instance offering to add. For more information, see
|
|
27
|
+
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeReservedInstancesOfferings.html">
|
|
28
|
+
* DescribeReservedInstancesOfferings</a>.
|
|
29
|
+
* </p>
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
reservedInstancesOfferingId?: string | undefined;
|
|
33
|
+
/**
|
|
34
|
+
* <p>
|
|
35
|
+
* The number of instances to add for this Reserved Instance offering.
|
|
36
|
+
* </p>
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
instanceCount?: number | undefined;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* <p>
|
|
43
|
+
* Represents an action to add a Savings Plan to a bill scenario.
|
|
44
|
+
* </p>
|
|
45
|
+
* @public
|
|
46
|
+
*/
|
|
47
|
+
export interface AddSavingsPlanAction {
|
|
48
|
+
/**
|
|
49
|
+
* <p>
|
|
50
|
+
* The ID of the Savings Plan offering to add. For more information, see
|
|
51
|
+
* <a href="https://docs.aws.amazon.com/savingsplans/latest/APIReference/API_DescribeSavingsPlansOfferings.html">
|
|
52
|
+
* DescribeSavingsPlansOfferings</a>.
|
|
53
|
+
* </p>
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
56
|
+
savingsPlanOfferingId?: string | undefined;
|
|
57
|
+
/**
|
|
58
|
+
* <p>
|
|
59
|
+
* The hourly commitment, in the same currency of the <code>savingsPlanOfferingId</code>.
|
|
60
|
+
* This is a value between 0.001 and 1 million. You cannot specify more than five digits
|
|
61
|
+
* after the decimal point.
|
|
62
|
+
* </p>
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
65
|
+
commitment?: number | undefined;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* <p>
|
|
69
|
+
* The requested data is currently unavailable.
|
|
70
|
+
* </p>
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
73
|
+
export declare class DataUnavailableException extends __BaseException {
|
|
74
|
+
readonly name: "DataUnavailableException";
|
|
75
|
+
readonly $fault: "client";
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
79
|
+
constructor(opts: __ExceptionOptionType<DataUnavailableException, __BaseException>);
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* <p>
|
|
83
|
+
* An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support.
|
|
84
|
+
* </p>
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
87
|
+
export declare class InternalServerException extends __BaseException {
|
|
88
|
+
readonly name: "InternalServerException";
|
|
89
|
+
readonly $fault: "server";
|
|
90
|
+
/**
|
|
91
|
+
* <p>
|
|
92
|
+
* An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support.
|
|
93
|
+
* </p>
|
|
94
|
+
* @public
|
|
95
|
+
*/
|
|
96
|
+
retryAfterSeconds?: number | undefined;
|
|
97
|
+
/**
|
|
98
|
+
* @internal
|
|
99
|
+
*/
|
|
100
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
export interface ListBillEstimateCommitmentsRequest {
|
|
106
|
+
/**
|
|
107
|
+
* <p>
|
|
108
|
+
* The unique identifier of the bill estimate to list commitments for.
|
|
109
|
+
* </p>
|
|
110
|
+
* @public
|
|
111
|
+
*/
|
|
112
|
+
billEstimateId: string | undefined;
|
|
113
|
+
/**
|
|
114
|
+
* <p>
|
|
115
|
+
* A token to retrieve the next page of results.
|
|
116
|
+
* </p>
|
|
117
|
+
* @public
|
|
118
|
+
*/
|
|
119
|
+
nextToken?: string | undefined;
|
|
120
|
+
/**
|
|
121
|
+
* <p>
|
|
122
|
+
* The maximum number of results to return per page.
|
|
123
|
+
* </p>
|
|
124
|
+
* @public
|
|
125
|
+
*/
|
|
126
|
+
maxResults?: number | undefined;
|
|
127
|
+
}
|
|
128
|
+
/**
|
|
129
|
+
* @public
|
|
130
|
+
* @enum
|
|
131
|
+
*/
|
|
132
|
+
export declare const CurrencyCode: {
|
|
133
|
+
readonly USD: "USD";
|
|
134
|
+
};
|
|
135
|
+
/**
|
|
136
|
+
* @public
|
|
137
|
+
*/
|
|
138
|
+
export type CurrencyCode = (typeof CurrencyCode)[keyof typeof CurrencyCode];
|
|
139
|
+
/**
|
|
140
|
+
* <p>
|
|
141
|
+
* Represents a monetary amount with associated currency.
|
|
142
|
+
* </p>
|
|
143
|
+
* @public
|
|
144
|
+
*/
|
|
145
|
+
export interface CostAmount {
|
|
146
|
+
/**
|
|
147
|
+
* <p>
|
|
148
|
+
* The numeric value of the cost.
|
|
149
|
+
* </p>
|
|
150
|
+
* @public
|
|
151
|
+
*/
|
|
152
|
+
amount?: number | undefined;
|
|
153
|
+
/**
|
|
154
|
+
* <p>
|
|
155
|
+
* The currency code for the cost amount.
|
|
156
|
+
* </p>
|
|
157
|
+
* @public
|
|
158
|
+
*/
|
|
159
|
+
currency?: CurrencyCode | undefined;
|
|
160
|
+
}
|
|
161
|
+
/**
|
|
162
|
+
* @public
|
|
163
|
+
* @enum
|
|
164
|
+
*/
|
|
165
|
+
export declare const PurchaseAgreementType: {
|
|
166
|
+
readonly RESERVED_INSTANCE: "RESERVED_INSTANCE";
|
|
167
|
+
readonly SAVINGS_PLANS: "SAVINGS_PLANS";
|
|
168
|
+
};
|
|
169
|
+
/**
|
|
170
|
+
* @public
|
|
171
|
+
*/
|
|
172
|
+
export type PurchaseAgreementType = (typeof PurchaseAgreementType)[keyof typeof PurchaseAgreementType];
|
|
173
|
+
/**
|
|
174
|
+
* <p>
|
|
175
|
+
* Provides a summary of commitment-related information for a bill estimate.
|
|
176
|
+
* </p>
|
|
177
|
+
* @public
|
|
178
|
+
*/
|
|
179
|
+
export interface BillEstimateCommitmentSummary {
|
|
180
|
+
/**
|
|
181
|
+
* <p>
|
|
182
|
+
* The unique identifier of the commitment.
|
|
183
|
+
* </p>
|
|
184
|
+
* @public
|
|
185
|
+
*/
|
|
186
|
+
id?: string | undefined;
|
|
187
|
+
/**
|
|
188
|
+
* <p>
|
|
189
|
+
* The type of purchase agreement (e.g., Reserved Instance, Savings Plan).
|
|
190
|
+
* </p>
|
|
191
|
+
* @public
|
|
192
|
+
*/
|
|
193
|
+
purchaseAgreementType?: PurchaseAgreementType | undefined;
|
|
194
|
+
/**
|
|
195
|
+
* <p>
|
|
196
|
+
* The identifier of the specific offering associated with this commitment.
|
|
197
|
+
* </p>
|
|
198
|
+
* @public
|
|
199
|
+
*/
|
|
200
|
+
offeringId?: string | undefined;
|
|
201
|
+
/**
|
|
202
|
+
* <p>
|
|
203
|
+
* The Amazon Web Services account ID associated with this commitment.
|
|
204
|
+
* </p>
|
|
205
|
+
* @public
|
|
206
|
+
*/
|
|
207
|
+
usageAccountId?: string | undefined;
|
|
208
|
+
/**
|
|
209
|
+
* <p>
|
|
210
|
+
* The Amazon Web Services region associated with this commitment.
|
|
211
|
+
* </p>
|
|
212
|
+
* @public
|
|
213
|
+
*/
|
|
214
|
+
region?: string | undefined;
|
|
215
|
+
/**
|
|
216
|
+
* <p>
|
|
217
|
+
* The length of the commitment term.
|
|
218
|
+
* </p>
|
|
219
|
+
* @public
|
|
220
|
+
*/
|
|
221
|
+
termLength?: string | undefined;
|
|
222
|
+
/**
|
|
223
|
+
* <p>
|
|
224
|
+
* The payment option chosen for this commitment (e.g., All Upfront, Partial Upfront, No Upfront).
|
|
225
|
+
* </p>
|
|
226
|
+
* @public
|
|
227
|
+
*/
|
|
228
|
+
paymentOption?: string | undefined;
|
|
229
|
+
/**
|
|
230
|
+
* <p>
|
|
231
|
+
* The upfront payment amount for this commitment, if applicable.
|
|
232
|
+
* </p>
|
|
233
|
+
* @public
|
|
234
|
+
*/
|
|
235
|
+
upfrontPayment?: CostAmount | undefined;
|
|
236
|
+
/**
|
|
237
|
+
* <p>
|
|
238
|
+
* The monthly payment amount for this commitment, if applicable.
|
|
239
|
+
* </p>
|
|
240
|
+
* @public
|
|
241
|
+
*/
|
|
242
|
+
monthlyPayment?: CostAmount | undefined;
|
|
243
|
+
}
|
|
244
|
+
/**
|
|
245
|
+
* @public
|
|
246
|
+
*/
|
|
247
|
+
export interface ListBillEstimateCommitmentsResponse {
|
|
248
|
+
/**
|
|
249
|
+
* <p>
|
|
250
|
+
* The list of commitments associated with the bill estimate.
|
|
251
|
+
* </p>
|
|
252
|
+
* @public
|
|
253
|
+
*/
|
|
254
|
+
items?: BillEstimateCommitmentSummary[] | undefined;
|
|
255
|
+
/**
|
|
256
|
+
* <p>
|
|
257
|
+
* A token to retrieve the next page of results, if any.
|
|
258
|
+
* </p>
|
|
259
|
+
* @public
|
|
260
|
+
*/
|
|
261
|
+
nextToken?: string | undefined;
|
|
262
|
+
}
|
|
263
|
+
/**
|
|
264
|
+
* <p>
|
|
265
|
+
* The specified resource was not found.
|
|
266
|
+
* </p>
|
|
267
|
+
* @public
|
|
268
|
+
*/
|
|
269
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
270
|
+
readonly name: "ResourceNotFoundException";
|
|
271
|
+
readonly $fault: "client";
|
|
272
|
+
/**
|
|
273
|
+
* <p>
|
|
274
|
+
* The identifier of the resource that was not found.
|
|
275
|
+
* </p>
|
|
276
|
+
* @public
|
|
277
|
+
*/
|
|
278
|
+
resourceId: string | undefined;
|
|
279
|
+
/**
|
|
280
|
+
* <p>
|
|
281
|
+
* The type of the resource that was not found.
|
|
282
|
+
* </p>
|
|
283
|
+
* @public
|
|
284
|
+
*/
|
|
285
|
+
resourceType: string | undefined;
|
|
286
|
+
/**
|
|
287
|
+
* @internal
|
|
288
|
+
*/
|
|
289
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
290
|
+
}
|
|
291
|
+
/**
|
|
292
|
+
* <p>
|
|
293
|
+
* The request was denied due to request throttling.
|
|
294
|
+
* </p>
|
|
295
|
+
* @public
|
|
296
|
+
*/
|
|
297
|
+
export declare class ThrottlingException extends __BaseException {
|
|
298
|
+
readonly name: "ThrottlingException";
|
|
299
|
+
readonly $fault: "client";
|
|
300
|
+
/**
|
|
301
|
+
* <p>The service code that exceeded the throttling limit.</p>
|
|
302
|
+
* @public
|
|
303
|
+
*/
|
|
304
|
+
serviceCode?: string | undefined;
|
|
305
|
+
/**
|
|
306
|
+
* <p>The quota code that exceeded the throttling limit.</p>
|
|
307
|
+
* @public
|
|
308
|
+
*/
|
|
309
|
+
quotaCode?: string | undefined;
|
|
310
|
+
/**
|
|
311
|
+
* <p>The service code that exceeded the throttling limit. Retry your
|
|
312
|
+
* request, but if the problem persists, contact Amazon Web Services support.</p>
|
|
313
|
+
* @public
|
|
314
|
+
*/
|
|
315
|
+
retryAfterSeconds?: number | undefined;
|
|
316
|
+
/**
|
|
317
|
+
* @internal
|
|
318
|
+
*/
|
|
319
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
320
|
+
}
|
|
321
|
+
/**
|
|
322
|
+
* <p>
|
|
323
|
+
* Represents a field that failed validation in a request.
|
|
324
|
+
* </p>
|
|
325
|
+
* @public
|
|
326
|
+
*/
|
|
327
|
+
export interface ValidationExceptionField {
|
|
328
|
+
/**
|
|
329
|
+
* <p>
|
|
330
|
+
* The name of the field that failed validation.
|
|
331
|
+
* </p>
|
|
332
|
+
* @public
|
|
333
|
+
*/
|
|
334
|
+
name: string | undefined;
|
|
335
|
+
/**
|
|
336
|
+
* <p>
|
|
337
|
+
* The error message describing why the field failed validation.
|
|
338
|
+
* </p>
|
|
339
|
+
* @public
|
|
340
|
+
*/
|
|
341
|
+
message: string | undefined;
|
|
342
|
+
}
|
|
343
|
+
/**
|
|
344
|
+
* @public
|
|
345
|
+
* @enum
|
|
346
|
+
*/
|
|
347
|
+
export declare const ValidationExceptionReason: {
|
|
348
|
+
readonly CANNOT_PARSE: "cannotParse";
|
|
349
|
+
readonly DISALLOWED_RATE: "disallowedRate";
|
|
350
|
+
readonly FIELD_VALIDATION_FAILED: "fieldValidationFailed";
|
|
351
|
+
readonly INVALID_REQUEST_FROM_MEMBER: "invalidRequestFromMember";
|
|
352
|
+
readonly OTHER: "other";
|
|
353
|
+
readonly UNKNOWN_OPERATION: "unknownOperation";
|
|
354
|
+
};
|
|
355
|
+
/**
|
|
356
|
+
* @public
|
|
357
|
+
*/
|
|
358
|
+
export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
|
|
359
|
+
/**
|
|
360
|
+
* <p>
|
|
361
|
+
* The input provided fails to satisfy the constraints specified by an Amazon Web Services service.
|
|
362
|
+
* </p>
|
|
363
|
+
* @public
|
|
364
|
+
*/
|
|
365
|
+
export declare class ValidationException extends __BaseException {
|
|
366
|
+
readonly name: "ValidationException";
|
|
367
|
+
readonly $fault: "client";
|
|
368
|
+
/**
|
|
369
|
+
* <p>
|
|
370
|
+
* The reason for the validation exception.
|
|
371
|
+
* </p>
|
|
372
|
+
* @public
|
|
373
|
+
*/
|
|
374
|
+
reason?: ValidationExceptionReason | undefined;
|
|
375
|
+
/**
|
|
376
|
+
* <p>
|
|
377
|
+
* The list of fields that are invalid.
|
|
378
|
+
* </p>
|
|
379
|
+
* @public
|
|
380
|
+
*/
|
|
381
|
+
fieldList?: ValidationExceptionField[] | undefined;
|
|
382
|
+
/**
|
|
383
|
+
* @internal
|
|
384
|
+
*/
|
|
385
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
386
|
+
}
|
|
387
|
+
/**
|
|
388
|
+
* <p>
|
|
389
|
+
* Represents the difference between historical and estimated costs.
|
|
390
|
+
* </p>
|
|
391
|
+
* @public
|
|
392
|
+
*/
|
|
393
|
+
export interface CostDifference {
|
|
394
|
+
/**
|
|
395
|
+
* <p>
|
|
396
|
+
* The historical cost amount.
|
|
397
|
+
* </p>
|
|
398
|
+
* @public
|
|
399
|
+
*/
|
|
400
|
+
historicalCost?: CostAmount | undefined;
|
|
401
|
+
/**
|
|
402
|
+
* <p>
|
|
403
|
+
* The estimated cost amount.
|
|
404
|
+
* </p>
|
|
405
|
+
* @public
|
|
406
|
+
*/
|
|
407
|
+
estimatedCost?: CostAmount | undefined;
|
|
408
|
+
}
|
|
409
|
+
/**
|
|
410
|
+
* <p>
|
|
411
|
+
* Provides a summary of cost-related information for a bill estimate.
|
|
412
|
+
* </p>
|
|
413
|
+
* @public
|
|
414
|
+
*/
|
|
415
|
+
export interface BillEstimateCostSummary {
|
|
416
|
+
/**
|
|
417
|
+
* <p>
|
|
418
|
+
* The total difference in cost between the estimated and historical costs.
|
|
419
|
+
* </p>
|
|
420
|
+
* @public
|
|
421
|
+
*/
|
|
422
|
+
totalCostDifference?: CostDifference | undefined;
|
|
423
|
+
/**
|
|
424
|
+
* <p>
|
|
425
|
+
* A breakdown of cost differences by Amazon Web Services service.
|
|
426
|
+
* </p>
|
|
427
|
+
* @public
|
|
428
|
+
*/
|
|
429
|
+
serviceCostDifferences?: Record<string, CostDifference> | undefined;
|
|
430
|
+
}
|
|
431
|
+
/**
|
|
432
|
+
* @public
|
|
433
|
+
*/
|
|
434
|
+
export interface ListBillEstimateInputCommitmentModificationsRequest {
|
|
435
|
+
/**
|
|
436
|
+
* <p>
|
|
437
|
+
* The unique identifier of the bill estimate to list input commitment modifications for.
|
|
438
|
+
* </p>
|
|
439
|
+
* @public
|
|
440
|
+
*/
|
|
441
|
+
billEstimateId: string | undefined;
|
|
442
|
+
/**
|
|
443
|
+
* <p>
|
|
444
|
+
* A token to retrieve the next page of results.
|
|
445
|
+
* </p>
|
|
446
|
+
* @public
|
|
447
|
+
*/
|
|
448
|
+
nextToken?: string | undefined;
|
|
449
|
+
/**
|
|
450
|
+
* <p>
|
|
451
|
+
* The maximum number of results to return per page.
|
|
452
|
+
* </p>
|
|
453
|
+
* @public
|
|
454
|
+
*/
|
|
455
|
+
maxResults?: number | undefined;
|
|
456
|
+
}
|
|
457
|
+
/**
|
|
458
|
+
* <p>
|
|
459
|
+
* Represents an action to remove a Reserved Instance from a bill scenario.
|
|
460
|
+
* </p>
|
|
461
|
+
* <p>
|
|
462
|
+
* This is the ID of an existing Reserved Instance in your account.
|
|
463
|
+
* </p>
|
|
464
|
+
* @public
|
|
465
|
+
*/
|
|
466
|
+
export interface NegateReservedInstanceAction {
|
|
467
|
+
/**
|
|
468
|
+
* <p>
|
|
469
|
+
* The ID of the Reserved Instance to remove.
|
|
470
|
+
* </p>
|
|
471
|
+
* @public
|
|
472
|
+
*/
|
|
473
|
+
reservedInstancesId?: string | undefined;
|
|
474
|
+
}
|
|
475
|
+
/**
|
|
476
|
+
* <p>
|
|
477
|
+
* Represents an action to remove a Savings Plan from a bill scenario.
|
|
478
|
+
* </p>
|
|
479
|
+
* <p>
|
|
480
|
+
* This is the ID of an existing Savings Plan in your account.
|
|
481
|
+
* </p>
|
|
482
|
+
* @public
|
|
483
|
+
*/
|
|
484
|
+
export interface NegateSavingsPlanAction {
|
|
485
|
+
/**
|
|
486
|
+
* <p>
|
|
487
|
+
* The ID of the Savings Plan to remove.
|
|
488
|
+
* </p>
|
|
489
|
+
* @public
|
|
490
|
+
*/
|
|
491
|
+
savingsPlanId?: string | undefined;
|
|
492
|
+
}
|
|
493
|
+
/**
|
|
494
|
+
* <p>
|
|
495
|
+
* Represents an action to modify commitments in a bill scenario.
|
|
496
|
+
* </p>
|
|
497
|
+
* @public
|
|
498
|
+
*/
|
|
499
|
+
export type BillScenarioCommitmentModificationAction = BillScenarioCommitmentModificationAction.AddReservedInstanceActionMember | BillScenarioCommitmentModificationAction.AddSavingsPlanActionMember | BillScenarioCommitmentModificationAction.NegateReservedInstanceActionMember | BillScenarioCommitmentModificationAction.NegateSavingsPlanActionMember | BillScenarioCommitmentModificationAction.$UnknownMember;
|
|
500
|
+
/**
|
|
501
|
+
* @public
|
|
502
|
+
*/
|
|
503
|
+
export declare namespace BillScenarioCommitmentModificationAction {
|
|
504
|
+
/**
|
|
505
|
+
* <p>
|
|
506
|
+
* Action to add a Reserved Instance to the scenario.
|
|
507
|
+
* </p>
|
|
508
|
+
* @public
|
|
509
|
+
*/
|
|
510
|
+
interface AddReservedInstanceActionMember {
|
|
511
|
+
addReservedInstanceAction: AddReservedInstanceAction;
|
|
512
|
+
addSavingsPlanAction?: never;
|
|
513
|
+
negateReservedInstanceAction?: never;
|
|
514
|
+
negateSavingsPlanAction?: never;
|
|
515
|
+
$unknown?: never;
|
|
516
|
+
}
|
|
517
|
+
/**
|
|
518
|
+
* <p>
|
|
519
|
+
* Action to add a Savings Plan to the scenario.
|
|
520
|
+
* </p>
|
|
521
|
+
* @public
|
|
522
|
+
*/
|
|
523
|
+
interface AddSavingsPlanActionMember {
|
|
524
|
+
addReservedInstanceAction?: never;
|
|
525
|
+
addSavingsPlanAction: AddSavingsPlanAction;
|
|
526
|
+
negateReservedInstanceAction?: never;
|
|
527
|
+
negateSavingsPlanAction?: never;
|
|
528
|
+
$unknown?: never;
|
|
529
|
+
}
|
|
530
|
+
/**
|
|
531
|
+
* <p>
|
|
532
|
+
* Action to remove a Reserved Instance from the scenario.
|
|
533
|
+
* </p>
|
|
534
|
+
* @public
|
|
535
|
+
*/
|
|
536
|
+
interface NegateReservedInstanceActionMember {
|
|
537
|
+
addReservedInstanceAction?: never;
|
|
538
|
+
addSavingsPlanAction?: never;
|
|
539
|
+
negateReservedInstanceAction: NegateReservedInstanceAction;
|
|
540
|
+
negateSavingsPlanAction?: never;
|
|
541
|
+
$unknown?: never;
|
|
542
|
+
}
|
|
543
|
+
/**
|
|
544
|
+
* <p>
|
|
545
|
+
* Action to remove a Savings Plan from the scenario.
|
|
546
|
+
* </p>
|
|
547
|
+
* @public
|
|
548
|
+
*/
|
|
549
|
+
interface NegateSavingsPlanActionMember {
|
|
550
|
+
addReservedInstanceAction?: never;
|
|
551
|
+
addSavingsPlanAction?: never;
|
|
552
|
+
negateReservedInstanceAction?: never;
|
|
553
|
+
negateSavingsPlanAction: NegateSavingsPlanAction;
|
|
554
|
+
$unknown?: never;
|
|
555
|
+
}
|
|
556
|
+
/**
|
|
557
|
+
* @public
|
|
558
|
+
*/
|
|
559
|
+
interface $UnknownMember {
|
|
560
|
+
addReservedInstanceAction?: never;
|
|
561
|
+
addSavingsPlanAction?: never;
|
|
562
|
+
negateReservedInstanceAction?: never;
|
|
563
|
+
negateSavingsPlanAction?: never;
|
|
564
|
+
$unknown: [string, any];
|
|
565
|
+
}
|
|
566
|
+
interface Visitor<T> {
|
|
567
|
+
addReservedInstanceAction: (value: AddReservedInstanceAction) => T;
|
|
568
|
+
addSavingsPlanAction: (value: AddSavingsPlanAction) => T;
|
|
569
|
+
negateReservedInstanceAction: (value: NegateReservedInstanceAction) => T;
|
|
570
|
+
negateSavingsPlanAction: (value: NegateSavingsPlanAction) => T;
|
|
571
|
+
_: (name: string, value: any) => T;
|
|
572
|
+
}
|
|
573
|
+
const visit: <T>(value: BillScenarioCommitmentModificationAction, visitor: Visitor<T>) => T;
|
|
574
|
+
}
|
|
575
|
+
/**
|
|
576
|
+
* <p>
|
|
577
|
+
* Summarizes an input commitment modification for a bill estimate.
|
|
578
|
+
* </p>
|
|
579
|
+
* @public
|
|
580
|
+
*/
|
|
581
|
+
export interface BillEstimateInputCommitmentModificationSummary {
|
|
582
|
+
/**
|
|
583
|
+
* <p>
|
|
584
|
+
* The unique identifier of the commitment modification.
|
|
585
|
+
* </p>
|
|
586
|
+
* @public
|
|
587
|
+
*/
|
|
588
|
+
id?: string | undefined;
|
|
589
|
+
/**
|
|
590
|
+
* <p>
|
|
591
|
+
* The group identifier for the commitment modification.
|
|
592
|
+
* </p>
|
|
593
|
+
* @public
|
|
594
|
+
*/
|
|
595
|
+
group?: string | undefined;
|
|
596
|
+
/**
|
|
597
|
+
* <p>
|
|
598
|
+
* The Amazon Web Services account ID associated with this commitment modification.
|
|
599
|
+
* </p>
|
|
600
|
+
* @public
|
|
601
|
+
*/
|
|
602
|
+
usageAccountId?: string | undefined;
|
|
603
|
+
/**
|
|
604
|
+
* <p>
|
|
605
|
+
* The specific commitment action taken in this modification.
|
|
606
|
+
* </p>
|
|
607
|
+
* @public
|
|
608
|
+
*/
|
|
609
|
+
commitmentAction?: BillScenarioCommitmentModificationAction | undefined;
|
|
610
|
+
}
|
|
611
|
+
/**
|
|
612
|
+
* @public
|
|
613
|
+
*/
|
|
614
|
+
export interface ListBillEstimateInputCommitmentModificationsResponse {
|
|
615
|
+
/**
|
|
616
|
+
* <p>
|
|
617
|
+
* The list of input commitment modifications associated with the bill estimate.
|
|
618
|
+
* </p>
|
|
619
|
+
* @public
|
|
620
|
+
*/
|
|
621
|
+
items?: BillEstimateInputCommitmentModificationSummary[] | undefined;
|
|
622
|
+
/**
|
|
623
|
+
* <p>
|
|
624
|
+
* A token to retrieve the next page of results, if any.
|
|
625
|
+
* </p>
|
|
626
|
+
* @public
|
|
627
|
+
*/
|
|
628
|
+
nextToken?: string | undefined;
|
|
629
|
+
}
|
|
630
|
+
/**
|
|
631
|
+
* @public
|
|
632
|
+
* @enum
|
|
633
|
+
*/
|
|
634
|
+
export declare const MatchOption: {
|
|
635
|
+
readonly CONTAINS: "CONTAINS";
|
|
636
|
+
readonly EQUALS: "EQUALS";
|
|
637
|
+
readonly STARTS_WITH: "STARTS_WITH";
|
|
638
|
+
};
|
|
639
|
+
/**
|
|
640
|
+
* @public
|
|
641
|
+
*/
|
|
642
|
+
export type MatchOption = (typeof MatchOption)[keyof typeof MatchOption];
|
|
643
|
+
/**
|
|
644
|
+
* @public
|
|
645
|
+
* @enum
|
|
646
|
+
*/
|
|
647
|
+
export declare const ListUsageFilterName: {
|
|
648
|
+
readonly HISTORICAL_LOCATION: "HISTORICAL_LOCATION";
|
|
649
|
+
readonly HISTORICAL_OPERATION: "HISTORICAL_OPERATION";
|
|
650
|
+
readonly HISTORICAL_SERVICE_CODE: "HISTORICAL_SERVICE_CODE";
|
|
651
|
+
readonly HISTORICAL_USAGE_ACCOUNT_ID: "HISTORICAL_USAGE_ACCOUNT_ID";
|
|
652
|
+
readonly HISTORICAL_USAGE_TYPE: "HISTORICAL_USAGE_TYPE";
|
|
653
|
+
readonly LOCATION: "LOCATION";
|
|
654
|
+
readonly OPERATION: "OPERATION";
|
|
655
|
+
readonly SERVICE_CODE: "SERVICE_CODE";
|
|
656
|
+
readonly USAGE_ACCOUNT_ID: "USAGE_ACCOUNT_ID";
|
|
657
|
+
readonly USAGE_GROUP: "USAGE_GROUP";
|
|
658
|
+
readonly USAGE_TYPE: "USAGE_TYPE";
|
|
659
|
+
};
|
|
660
|
+
/**
|
|
661
|
+
* @public
|
|
662
|
+
*/
|
|
663
|
+
export type ListUsageFilterName = (typeof ListUsageFilterName)[keyof typeof ListUsageFilterName];
|
|
664
|
+
/**
|
|
665
|
+
* <p>
|
|
666
|
+
* Represents a filter for listing usage data.
|
|
667
|
+
* </p>
|
|
668
|
+
* @public
|
|
669
|
+
*/
|
|
670
|
+
export interface ListUsageFilter {
|
|
671
|
+
/**
|
|
672
|
+
* <p>
|
|
673
|
+
* The name of the filter attribute.
|
|
674
|
+
* </p>
|
|
675
|
+
* @public
|
|
676
|
+
*/
|
|
677
|
+
name: ListUsageFilterName | undefined;
|
|
678
|
+
/**
|
|
679
|
+
* <p>
|
|
680
|
+
* The values to filter by.
|
|
681
|
+
* </p>
|
|
682
|
+
* @public
|
|
683
|
+
*/
|
|
684
|
+
values: string[] | undefined;
|
|
685
|
+
/**
|
|
686
|
+
* <p>
|
|
687
|
+
* The match option for the filter (e.g., equals, contains).
|
|
688
|
+
* </p>
|
|
689
|
+
* @public
|
|
690
|
+
*/
|
|
691
|
+
matchOption?: MatchOption | undefined;
|
|
692
|
+
}
|
|
693
|
+
/**
|
|
694
|
+
* @public
|
|
695
|
+
*/
|
|
696
|
+
export interface ListBillEstimateInputUsageModificationsRequest {
|
|
697
|
+
/**
|
|
698
|
+
* <p>
|
|
699
|
+
* The unique identifier of the bill estimate to list input usage modifications for.
|
|
700
|
+
* </p>
|
|
701
|
+
* @public
|
|
702
|
+
*/
|
|
703
|
+
billEstimateId: string | undefined;
|
|
704
|
+
/**
|
|
705
|
+
* <p>
|
|
706
|
+
* Filters to apply to the list of input usage modifications.
|
|
707
|
+
* </p>
|
|
708
|
+
* @public
|
|
709
|
+
*/
|
|
710
|
+
filters?: ListUsageFilter[] | undefined;
|
|
711
|
+
/**
|
|
712
|
+
* <p>
|
|
713
|
+
* A token to retrieve the next page of results.
|
|
714
|
+
* </p>
|
|
715
|
+
* @public
|
|
716
|
+
*/
|
|
717
|
+
nextToken?: string | undefined;
|
|
718
|
+
/**
|
|
719
|
+
* <p>
|
|
720
|
+
* The maximum number of results to return per page.
|
|
721
|
+
* </p>
|
|
722
|
+
* @public
|
|
723
|
+
*/
|
|
724
|
+
maxResults?: number | undefined;
|
|
725
|
+
}
|
|
726
|
+
/**
|
|
727
|
+
* <p>
|
|
728
|
+
* Represents a time interval for a bill or estimate.
|
|
729
|
+
* </p>
|
|
730
|
+
* @public
|
|
731
|
+
*/
|
|
732
|
+
export interface BillInterval {
|
|
733
|
+
/**
|
|
734
|
+
* <p>
|
|
735
|
+
* The start date and time of the interval.
|
|
736
|
+
* </p>
|
|
737
|
+
* @public
|
|
738
|
+
*/
|
|
739
|
+
start?: Date | undefined;
|
|
740
|
+
/**
|
|
741
|
+
* <p>
|
|
742
|
+
* The end date and time of the interval.
|
|
743
|
+
* </p>
|
|
744
|
+
* @public
|
|
745
|
+
*/
|
|
746
|
+
end?: Date | undefined;
|
|
747
|
+
}
|
|
748
|
+
/**
|
|
749
|
+
* <p>
|
|
750
|
+
* Represents a filter used within an expression.
|
|
751
|
+
* </p>
|
|
752
|
+
* @public
|
|
753
|
+
*/
|
|
754
|
+
export interface ExpressionFilter {
|
|
755
|
+
/**
|
|
756
|
+
* <p>
|
|
757
|
+
* The key or attribute to filter on.
|
|
758
|
+
* </p>
|
|
759
|
+
* @public
|
|
760
|
+
*/
|
|
761
|
+
key?: string | undefined;
|
|
762
|
+
/**
|
|
763
|
+
* <p>
|
|
764
|
+
* The match options for the filter (e.g., equals, contains).
|
|
765
|
+
* </p>
|
|
766
|
+
* @public
|
|
767
|
+
*/
|
|
768
|
+
matchOptions?: string[] | undefined;
|
|
769
|
+
/**
|
|
770
|
+
* <p>
|
|
771
|
+
* The values to match against.
|
|
772
|
+
* </p>
|
|
773
|
+
* @public
|
|
774
|
+
*/
|
|
775
|
+
values?: string[] | undefined;
|
|
776
|
+
}
|
|
777
|
+
/**
|
|
778
|
+
* <p>
|
|
779
|
+
* Represents a usage quantity with associated unit and time period.
|
|
780
|
+
* </p>
|
|
781
|
+
* @public
|
|
782
|
+
*/
|
|
783
|
+
export interface UsageQuantity {
|
|
784
|
+
/**
|
|
785
|
+
* <p>
|
|
786
|
+
* The start hour of the usage period.
|
|
787
|
+
* </p>
|
|
788
|
+
* @public
|
|
789
|
+
*/
|
|
790
|
+
startHour?: Date | undefined;
|
|
791
|
+
/**
|
|
792
|
+
* <p>
|
|
793
|
+
* The unit of measurement for the usage quantity.
|
|
794
|
+
* </p>
|
|
795
|
+
* @public
|
|
796
|
+
*/
|
|
797
|
+
unit?: string | undefined;
|
|
798
|
+
/**
|
|
799
|
+
* <p>
|
|
800
|
+
* The numeric value of the usage quantity.
|
|
801
|
+
* </p>
|
|
802
|
+
* @public
|
|
803
|
+
*/
|
|
804
|
+
amount?: number | undefined;
|
|
805
|
+
}
|
|
806
|
+
/**
|
|
807
|
+
* @public
|
|
808
|
+
* @enum
|
|
809
|
+
*/
|
|
810
|
+
export declare const ListBillEstimateLineItemsFilterName: {
|
|
811
|
+
readonly LINE_ITEM_TYPE: "LINE_ITEM_TYPE";
|
|
812
|
+
readonly LOCATION: "LOCATION";
|
|
813
|
+
readonly OPERATION: "OPERATION";
|
|
814
|
+
readonly SERVICE_CODE: "SERVICE_CODE";
|
|
815
|
+
readonly USAGE_ACCOUNT_ID: "USAGE_ACCOUNT_ID";
|
|
816
|
+
readonly USAGE_TYPE: "USAGE_TYPE";
|
|
817
|
+
};
|
|
818
|
+
/**
|
|
819
|
+
* @public
|
|
820
|
+
*/
|
|
821
|
+
export type ListBillEstimateLineItemsFilterName = (typeof ListBillEstimateLineItemsFilterName)[keyof typeof ListBillEstimateLineItemsFilterName];
|
|
822
|
+
/**
|
|
823
|
+
* <p>
|
|
824
|
+
* Represents a filter for listing bill estimate line items.
|
|
825
|
+
* </p>
|
|
826
|
+
* @public
|
|
827
|
+
*/
|
|
828
|
+
export interface ListBillEstimateLineItemsFilter {
|
|
829
|
+
/**
|
|
830
|
+
* <p>
|
|
831
|
+
* The name of the filter attribute.
|
|
832
|
+
* </p>
|
|
833
|
+
* @public
|
|
834
|
+
*/
|
|
835
|
+
name: ListBillEstimateLineItemsFilterName | undefined;
|
|
836
|
+
/**
|
|
837
|
+
* <p>
|
|
838
|
+
* The values to filter by.
|
|
839
|
+
* </p>
|
|
840
|
+
* @public
|
|
841
|
+
*/
|
|
842
|
+
values: string[] | undefined;
|
|
843
|
+
/**
|
|
844
|
+
* <p>
|
|
845
|
+
* The match option for the filter (e.g., equals, contains).
|
|
846
|
+
* </p>
|
|
847
|
+
* @public
|
|
848
|
+
*/
|
|
849
|
+
matchOption?: MatchOption | undefined;
|
|
850
|
+
}
|
|
851
|
+
/**
|
|
852
|
+
* @public
|
|
853
|
+
*/
|
|
854
|
+
export interface ListBillEstimateLineItemsRequest {
|
|
855
|
+
/**
|
|
856
|
+
* <p>
|
|
857
|
+
* The unique identifier of the bill estimate to list line items for.
|
|
858
|
+
* </p>
|
|
859
|
+
* @public
|
|
860
|
+
*/
|
|
861
|
+
billEstimateId: string | undefined;
|
|
862
|
+
/**
|
|
863
|
+
* <p>
|
|
864
|
+
* Filters to apply to the list of line items.
|
|
865
|
+
* </p>
|
|
866
|
+
* @public
|
|
867
|
+
*/
|
|
868
|
+
filters?: ListBillEstimateLineItemsFilter[] | undefined;
|
|
869
|
+
/**
|
|
870
|
+
* <p>
|
|
871
|
+
* A token to retrieve the next page of results.
|
|
872
|
+
* </p>
|
|
873
|
+
* @public
|
|
874
|
+
*/
|
|
875
|
+
nextToken?: string | undefined;
|
|
876
|
+
/**
|
|
877
|
+
* <p>
|
|
878
|
+
* The maximum number of results to return per page.
|
|
879
|
+
* </p>
|
|
880
|
+
* @public
|
|
881
|
+
*/
|
|
882
|
+
maxResults?: number | undefined;
|
|
883
|
+
}
|
|
884
|
+
/**
|
|
885
|
+
* <p>
|
|
886
|
+
* Represents the result of a usage quantity calculation.
|
|
887
|
+
* </p>
|
|
888
|
+
* @public
|
|
889
|
+
*/
|
|
890
|
+
export interface UsageQuantityResult {
|
|
891
|
+
/**
|
|
892
|
+
* <p>
|
|
893
|
+
* The numeric value of the usage quantity result.
|
|
894
|
+
* </p>
|
|
895
|
+
* @public
|
|
896
|
+
*/
|
|
897
|
+
amount?: number | undefined;
|
|
898
|
+
/**
|
|
899
|
+
* <p>
|
|
900
|
+
* The unit of measurement for the usage quantity result.
|
|
901
|
+
* </p>
|
|
902
|
+
* @public
|
|
903
|
+
*/
|
|
904
|
+
unit?: string | undefined;
|
|
905
|
+
}
|
|
906
|
+
/**
|
|
907
|
+
* <p>
|
|
908
|
+
* Provides a summary of a line item in a bill estimate.
|
|
909
|
+
* </p>
|
|
910
|
+
* @public
|
|
911
|
+
*/
|
|
912
|
+
export interface BillEstimateLineItemSummary {
|
|
913
|
+
/**
|
|
914
|
+
* <p>
|
|
915
|
+
* The Amazon Web Services service code associated with this line item.
|
|
916
|
+
* </p>
|
|
917
|
+
* @public
|
|
918
|
+
*/
|
|
919
|
+
serviceCode: string | undefined;
|
|
920
|
+
/**
|
|
921
|
+
* <p>
|
|
922
|
+
* The type of usage for this line item.
|
|
923
|
+
* </p>
|
|
924
|
+
* @public
|
|
925
|
+
*/
|
|
926
|
+
usageType: string | undefined;
|
|
927
|
+
/**
|
|
928
|
+
* <p>
|
|
929
|
+
* The specific operation associated with this line item.
|
|
930
|
+
* </p>
|
|
931
|
+
* @public
|
|
932
|
+
*/
|
|
933
|
+
operation: string | undefined;
|
|
934
|
+
/**
|
|
935
|
+
* <p>
|
|
936
|
+
* The location associated with this line item.
|
|
937
|
+
* </p>
|
|
938
|
+
* @public
|
|
939
|
+
*/
|
|
940
|
+
location?: string | undefined;
|
|
941
|
+
/**
|
|
942
|
+
* <p>
|
|
943
|
+
* The availability zone associated with this line item, if applicable.
|
|
944
|
+
* </p>
|
|
945
|
+
* @public
|
|
946
|
+
*/
|
|
947
|
+
availabilityZone?: string | undefined;
|
|
948
|
+
/**
|
|
949
|
+
* <p>
|
|
950
|
+
* The unique identifier of this line item.
|
|
951
|
+
* </p>
|
|
952
|
+
* @public
|
|
953
|
+
*/
|
|
954
|
+
id?: string | undefined;
|
|
955
|
+
/**
|
|
956
|
+
* <p>
|
|
957
|
+
* The line item identifier from the original bill.
|
|
958
|
+
* </p>
|
|
959
|
+
* @public
|
|
960
|
+
*/
|
|
961
|
+
lineItemId?: string | undefined;
|
|
962
|
+
/**
|
|
963
|
+
* <p>
|
|
964
|
+
* The type of this line item (e.g., Usage, Tax, Credit).
|
|
965
|
+
* </p>
|
|
966
|
+
* @public
|
|
967
|
+
*/
|
|
968
|
+
lineItemType?: string | undefined;
|
|
969
|
+
/**
|
|
970
|
+
* <p>
|
|
971
|
+
* The Amazon Web Services account ID of the payer for this line item.
|
|
972
|
+
* </p>
|
|
973
|
+
* @public
|
|
974
|
+
*/
|
|
975
|
+
payerAccountId?: string | undefined;
|
|
976
|
+
/**
|
|
977
|
+
* <p>
|
|
978
|
+
* The Amazon Web Services account ID associated with the usage for this line item.
|
|
979
|
+
* </p>
|
|
980
|
+
* @public
|
|
981
|
+
*/
|
|
982
|
+
usageAccountId?: string | undefined;
|
|
983
|
+
/**
|
|
984
|
+
* <p>
|
|
985
|
+
* The estimated usage quantity for this line item.
|
|
986
|
+
* </p>
|
|
987
|
+
* @public
|
|
988
|
+
*/
|
|
989
|
+
estimatedUsageQuantity?: UsageQuantityResult | undefined;
|
|
990
|
+
/**
|
|
991
|
+
* <p>
|
|
992
|
+
* The estimated cost for this line item.
|
|
993
|
+
* </p>
|
|
994
|
+
* @public
|
|
995
|
+
*/
|
|
996
|
+
estimatedCost?: CostAmount | undefined;
|
|
997
|
+
/**
|
|
998
|
+
* <p>
|
|
999
|
+
* The historical usage quantity for this line item.
|
|
1000
|
+
* </p>
|
|
1001
|
+
* @public
|
|
1002
|
+
*/
|
|
1003
|
+
historicalUsageQuantity?: UsageQuantityResult | undefined;
|
|
1004
|
+
/**
|
|
1005
|
+
* <p>
|
|
1006
|
+
* The historical cost for this line item.
|
|
1007
|
+
* </p>
|
|
1008
|
+
* @public
|
|
1009
|
+
*/
|
|
1010
|
+
historicalCost?: CostAmount | undefined;
|
|
1011
|
+
/**
|
|
1012
|
+
* <p>
|
|
1013
|
+
* The Amazon Resource Names (ARNs) of any Savings Plans applied to this line item.
|
|
1014
|
+
* </p>
|
|
1015
|
+
* @public
|
|
1016
|
+
*/
|
|
1017
|
+
savingsPlanArns?: string[] | undefined;
|
|
1018
|
+
}
|
|
1019
|
+
/**
|
|
1020
|
+
* @public
|
|
1021
|
+
*/
|
|
1022
|
+
export interface ListBillEstimateLineItemsResponse {
|
|
1023
|
+
/**
|
|
1024
|
+
* <p>
|
|
1025
|
+
* The list of line items associated with the bill estimate.
|
|
1026
|
+
* </p>
|
|
1027
|
+
* @public
|
|
1028
|
+
*/
|
|
1029
|
+
items?: BillEstimateLineItemSummary[] | undefined;
|
|
1030
|
+
/**
|
|
1031
|
+
* <p>
|
|
1032
|
+
* A token to retrieve the next page of results, if any.
|
|
1033
|
+
* </p>
|
|
1034
|
+
* @public
|
|
1035
|
+
*/
|
|
1036
|
+
nextToken?: string | undefined;
|
|
1037
|
+
}
|
|
1038
|
+
/**
|
|
1039
|
+
* @public
|
|
1040
|
+
* @enum
|
|
1041
|
+
*/
|
|
1042
|
+
export declare const BillEstimateStatus: {
|
|
1043
|
+
readonly COMPLETE: "COMPLETE";
|
|
1044
|
+
readonly FAILED: "FAILED";
|
|
1045
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
1046
|
+
};
|
|
1047
|
+
/**
|
|
1048
|
+
* @public
|
|
1049
|
+
*/
|
|
1050
|
+
export type BillEstimateStatus = (typeof BillEstimateStatus)[keyof typeof BillEstimateStatus];
|
|
1051
|
+
/**
|
|
1052
|
+
* <p>
|
|
1053
|
+
* The request could not be processed because of conflict in the current state of the resource.
|
|
1054
|
+
* </p>
|
|
1055
|
+
* @public
|
|
1056
|
+
*/
|
|
1057
|
+
export declare class ConflictException extends __BaseException {
|
|
1058
|
+
readonly name: "ConflictException";
|
|
1059
|
+
readonly $fault: "client";
|
|
1060
|
+
/**
|
|
1061
|
+
* <p>
|
|
1062
|
+
* The identifier of the resource that was not found.
|
|
1063
|
+
* </p>
|
|
1064
|
+
* @public
|
|
1065
|
+
*/
|
|
1066
|
+
resourceId: string | undefined;
|
|
1067
|
+
/**
|
|
1068
|
+
* <p>
|
|
1069
|
+
* The type of the resource that was not found.
|
|
1070
|
+
* </p>
|
|
1071
|
+
* @public
|
|
1072
|
+
*/
|
|
1073
|
+
resourceType: string | undefined;
|
|
1074
|
+
/**
|
|
1075
|
+
* @internal
|
|
1076
|
+
*/
|
|
1077
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
1078
|
+
}
|
|
1079
|
+
/**
|
|
1080
|
+
* @public
|
|
1081
|
+
*/
|
|
1082
|
+
export interface CreateBillEstimateRequest {
|
|
1083
|
+
/**
|
|
1084
|
+
* <p>
|
|
1085
|
+
* The ID of the Bill Scenario for which you want to create a Bill estimate.
|
|
1086
|
+
* </p>
|
|
1087
|
+
* @public
|
|
1088
|
+
*/
|
|
1089
|
+
billScenarioId: string | undefined;
|
|
1090
|
+
/**
|
|
1091
|
+
* <p>
|
|
1092
|
+
* The name of the Bill estimate that will be created. Names must be unique for an account.
|
|
1093
|
+
* </p>
|
|
1094
|
+
* @public
|
|
1095
|
+
*/
|
|
1096
|
+
name: string | undefined;
|
|
1097
|
+
/**
|
|
1098
|
+
* <p>
|
|
1099
|
+
* A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
|
1100
|
+
* </p>
|
|
1101
|
+
* @public
|
|
1102
|
+
*/
|
|
1103
|
+
clientToken?: string | undefined;
|
|
1104
|
+
/**
|
|
1105
|
+
* <p>
|
|
1106
|
+
* An optional list of tags to associate with the specified BillEstimate. You can use resource tags to control access to your
|
|
1107
|
+
* BillEstimate using IAM policies. Each tag consists of a key and a value, and each key must be unique for the resource. The following restrictions apply to resource tags:
|
|
1108
|
+
* </p>
|
|
1109
|
+
* <ul>
|
|
1110
|
+
* <li>
|
|
1111
|
+
* <p>Although the maximum number of array members is 200, you can assign a maximum of 50 user-tags to one resource.
|
|
1112
|
+
* The remaining are reserved for Amazon Web Services. </p>
|
|
1113
|
+
* </li>
|
|
1114
|
+
* <li>
|
|
1115
|
+
* <p>The maximum length of a key is 128 characters.</p>
|
|
1116
|
+
* </li>
|
|
1117
|
+
* <li>
|
|
1118
|
+
* <p>The maximum length of a value is 256 characters.</p>
|
|
1119
|
+
* </li>
|
|
1120
|
+
* <li>
|
|
1121
|
+
* <p>Keys and values can only contain alphanumeric characters, spaces, and any of the following: <code>_.:/=+@-</code>.</p>
|
|
1122
|
+
* </li>
|
|
1123
|
+
* <li>
|
|
1124
|
+
* <p>Keys and values are case sensitive.</p>
|
|
1125
|
+
* </li>
|
|
1126
|
+
* <li>
|
|
1127
|
+
* <p>Keys and values are trimmed for any leading or trailing whitespaces.</p>
|
|
1128
|
+
* </li>
|
|
1129
|
+
* <li>
|
|
1130
|
+
* <p>Don't use <code>aws:</code> as a prefix for your keys. This prefix is reserved for Amazon Web Services.</p>
|
|
1131
|
+
* </li>
|
|
1132
|
+
* </ul>
|
|
1133
|
+
* @public
|
|
1134
|
+
*/
|
|
1135
|
+
tags?: Record<string, string> | undefined;
|
|
1136
|
+
}
|
|
1137
|
+
/**
|
|
1138
|
+
* @public
|
|
1139
|
+
*/
|
|
1140
|
+
export interface CreateBillEstimateResponse {
|
|
1141
|
+
/**
|
|
1142
|
+
* <p> The unique identifier of your newly created Bill estimate. </p>
|
|
1143
|
+
* @public
|
|
1144
|
+
*/
|
|
1145
|
+
id: string | undefined;
|
|
1146
|
+
/**
|
|
1147
|
+
* <p> The name of your newly created Bill estimate. </p>
|
|
1148
|
+
* @public
|
|
1149
|
+
*/
|
|
1150
|
+
name?: string | undefined;
|
|
1151
|
+
/**
|
|
1152
|
+
* <p> The status of your newly created Bill estimate. Bill estimate creation can take anywhere between 8 to 12 hours.
|
|
1153
|
+
* The status will allow you to identify when the Bill estimate is complete or has failed. </p>
|
|
1154
|
+
* @public
|
|
1155
|
+
*/
|
|
1156
|
+
status?: BillEstimateStatus | undefined;
|
|
1157
|
+
/**
|
|
1158
|
+
* <p> This attribute provides the reason if a Bill estimate result generation fails. </p>
|
|
1159
|
+
* @public
|
|
1160
|
+
*/
|
|
1161
|
+
failureMessage?: string | undefined;
|
|
1162
|
+
/**
|
|
1163
|
+
* <p> The bill month start and end
|
|
1164
|
+
* timestamp that was used to create the Bill estimate. This is set to the last complete anniversary bill month start and end timestamp. </p>
|
|
1165
|
+
* @public
|
|
1166
|
+
*/
|
|
1167
|
+
billInterval?: BillInterval | undefined;
|
|
1168
|
+
/**
|
|
1169
|
+
* <p> Returns summary-level cost information once a Bill estimate is
|
|
1170
|
+
* successfully generated. This summary includes: 1) the total cost difference, showing the pre-tax cost change for the consolidated
|
|
1171
|
+
* billing family between the completed anniversary bill and the estimated bill, and 2) total cost differences per service, detailing
|
|
1172
|
+
* the pre-tax cost of each service, comparing the completed anniversary bill to the estimated bill on a per-service basis. </p>
|
|
1173
|
+
* @public
|
|
1174
|
+
*/
|
|
1175
|
+
costSummary?: BillEstimateCostSummary | undefined;
|
|
1176
|
+
/**
|
|
1177
|
+
* <p> The timestamp of when the Bill estimate create process
|
|
1178
|
+
* was started (not when it successfully completed or failed). </p>
|
|
1179
|
+
* @public
|
|
1180
|
+
*/
|
|
1181
|
+
createdAt?: Date | undefined;
|
|
1182
|
+
/**
|
|
1183
|
+
* <p> The timestamp of when the Bill estimate will
|
|
1184
|
+
* expire. A Bill estimate becomes inaccessible after expiration. </p>
|
|
1185
|
+
* @public
|
|
1186
|
+
*/
|
|
1187
|
+
expiresAt?: Date | undefined;
|
|
1188
|
+
}
|
|
1189
|
+
/**
|
|
1190
|
+
* @public
|
|
1191
|
+
*/
|
|
1192
|
+
export interface DeleteBillEstimateRequest {
|
|
1193
|
+
/**
|
|
1194
|
+
* <p>
|
|
1195
|
+
* The unique identifier of the bill estimate to delete.
|
|
1196
|
+
* </p>
|
|
1197
|
+
* @public
|
|
1198
|
+
*/
|
|
1199
|
+
identifier: string | undefined;
|
|
1200
|
+
}
|
|
1201
|
+
/**
|
|
1202
|
+
* @public
|
|
1203
|
+
*/
|
|
1204
|
+
export interface DeleteBillEstimateResponse {
|
|
1205
|
+
}
|
|
1206
|
+
/**
|
|
1207
|
+
* @public
|
|
1208
|
+
*/
|
|
1209
|
+
export interface GetBillEstimateRequest {
|
|
1210
|
+
/**
|
|
1211
|
+
* <p>
|
|
1212
|
+
* The unique identifier of the bill estimate to retrieve.
|
|
1213
|
+
* </p>
|
|
1214
|
+
* @public
|
|
1215
|
+
*/
|
|
1216
|
+
identifier: string | undefined;
|
|
1217
|
+
}
|
|
1218
|
+
/**
|
|
1219
|
+
* @public
|
|
1220
|
+
*/
|
|
1221
|
+
export interface GetBillEstimateResponse {
|
|
1222
|
+
/**
|
|
1223
|
+
* <p>
|
|
1224
|
+
* The unique identifier of the retrieved bill estimate.
|
|
1225
|
+
* </p>
|
|
1226
|
+
* @public
|
|
1227
|
+
*/
|
|
1228
|
+
id: string | undefined;
|
|
1229
|
+
/**
|
|
1230
|
+
* <p>
|
|
1231
|
+
* The name of the retrieved bill estimate.
|
|
1232
|
+
* </p>
|
|
1233
|
+
* @public
|
|
1234
|
+
*/
|
|
1235
|
+
name?: string | undefined;
|
|
1236
|
+
/**
|
|
1237
|
+
* <p>
|
|
1238
|
+
* The current status of the bill estimate.
|
|
1239
|
+
* </p>
|
|
1240
|
+
* @public
|
|
1241
|
+
*/
|
|
1242
|
+
status?: BillEstimateStatus | undefined;
|
|
1243
|
+
/**
|
|
1244
|
+
* <p>
|
|
1245
|
+
* An error message if the bill estimate retrieval failed.
|
|
1246
|
+
* </p>
|
|
1247
|
+
* @public
|
|
1248
|
+
*/
|
|
1249
|
+
failureMessage?: string | undefined;
|
|
1250
|
+
/**
|
|
1251
|
+
* <p>
|
|
1252
|
+
* The time period covered by the bill estimate.
|
|
1253
|
+
* </p>
|
|
1254
|
+
* @public
|
|
1255
|
+
*/
|
|
1256
|
+
billInterval?: BillInterval | undefined;
|
|
1257
|
+
/**
|
|
1258
|
+
* <p>
|
|
1259
|
+
* A summary of the estimated costs.
|
|
1260
|
+
* </p>
|
|
1261
|
+
* @public
|
|
1262
|
+
*/
|
|
1263
|
+
costSummary?: BillEstimateCostSummary | undefined;
|
|
1264
|
+
/**
|
|
1265
|
+
* <p>
|
|
1266
|
+
* The timestamp when the bill estimate was created.
|
|
1267
|
+
* </p>
|
|
1268
|
+
* @public
|
|
1269
|
+
*/
|
|
1270
|
+
createdAt?: Date | undefined;
|
|
1271
|
+
/**
|
|
1272
|
+
* <p>
|
|
1273
|
+
* The timestamp when the bill estimate will expire.
|
|
1274
|
+
* </p>
|
|
1275
|
+
* @public
|
|
1276
|
+
*/
|
|
1277
|
+
expiresAt?: Date | undefined;
|
|
1278
|
+
}
|
|
1279
|
+
/**
|
|
1280
|
+
* <p>
|
|
1281
|
+
* Represents a time-based filter.
|
|
1282
|
+
* </p>
|
|
1283
|
+
* @public
|
|
1284
|
+
*/
|
|
1285
|
+
export interface FilterTimestamp {
|
|
1286
|
+
/**
|
|
1287
|
+
* <p>
|
|
1288
|
+
* Include results after this timestamp.
|
|
1289
|
+
* </p>
|
|
1290
|
+
* @public
|
|
1291
|
+
*/
|
|
1292
|
+
afterTimestamp?: Date | undefined;
|
|
1293
|
+
/**
|
|
1294
|
+
* <p>
|
|
1295
|
+
* Include results before this timestamp.
|
|
1296
|
+
* </p>
|
|
1297
|
+
* @public
|
|
1298
|
+
*/
|
|
1299
|
+
beforeTimestamp?: Date | undefined;
|
|
1300
|
+
}
|
|
1301
|
+
/**
|
|
1302
|
+
* @public
|
|
1303
|
+
* @enum
|
|
1304
|
+
*/
|
|
1305
|
+
export declare const ListBillEstimatesFilterName: {
|
|
1306
|
+
readonly NAME: "NAME";
|
|
1307
|
+
readonly STATUS: "STATUS";
|
|
1308
|
+
};
|
|
1309
|
+
/**
|
|
1310
|
+
* @public
|
|
1311
|
+
*/
|
|
1312
|
+
export type ListBillEstimatesFilterName = (typeof ListBillEstimatesFilterName)[keyof typeof ListBillEstimatesFilterName];
|
|
1313
|
+
/**
|
|
1314
|
+
* <p>
|
|
1315
|
+
* Represents a filter for listing bill estimates.
|
|
1316
|
+
* </p>
|
|
1317
|
+
* @public
|
|
1318
|
+
*/
|
|
1319
|
+
export interface ListBillEstimatesFilter {
|
|
1320
|
+
/**
|
|
1321
|
+
* <p>
|
|
1322
|
+
* The name of the filter attribute.
|
|
1323
|
+
* </p>
|
|
1324
|
+
* @public
|
|
1325
|
+
*/
|
|
1326
|
+
name: ListBillEstimatesFilterName | undefined;
|
|
1327
|
+
/**
|
|
1328
|
+
* <p>
|
|
1329
|
+
* The values to filter by.
|
|
1330
|
+
* </p>
|
|
1331
|
+
* @public
|
|
1332
|
+
*/
|
|
1333
|
+
values: string[] | undefined;
|
|
1334
|
+
/**
|
|
1335
|
+
* <p>
|
|
1336
|
+
* The match option for the filter (e.g., equals, contains).
|
|
1337
|
+
* </p>
|
|
1338
|
+
* @public
|
|
1339
|
+
*/
|
|
1340
|
+
matchOption?: MatchOption | undefined;
|
|
1341
|
+
}
|
|
1342
|
+
/**
|
|
1343
|
+
* @public
|
|
1344
|
+
*/
|
|
1345
|
+
export interface ListBillEstimatesRequest {
|
|
1346
|
+
/**
|
|
1347
|
+
* <p>
|
|
1348
|
+
* Filters to apply to the list of bill estimates.
|
|
1349
|
+
* </p>
|
|
1350
|
+
* @public
|
|
1351
|
+
*/
|
|
1352
|
+
filters?: ListBillEstimatesFilter[] | undefined;
|
|
1353
|
+
/**
|
|
1354
|
+
* <p>
|
|
1355
|
+
* Filter bill estimates based on their creation date.
|
|
1356
|
+
* </p>
|
|
1357
|
+
* @public
|
|
1358
|
+
*/
|
|
1359
|
+
createdAtFilter?: FilterTimestamp | undefined;
|
|
1360
|
+
/**
|
|
1361
|
+
* <p>
|
|
1362
|
+
* Filter bill estimates based on their expiration date.
|
|
1363
|
+
* </p>
|
|
1364
|
+
* @public
|
|
1365
|
+
*/
|
|
1366
|
+
expiresAtFilter?: FilterTimestamp | undefined;
|
|
1367
|
+
/**
|
|
1368
|
+
* <p>
|
|
1369
|
+
* A token to retrieve the next page of results.
|
|
1370
|
+
* </p>
|
|
1371
|
+
* @public
|
|
1372
|
+
*/
|
|
1373
|
+
nextToken?: string | undefined;
|
|
1374
|
+
/**
|
|
1375
|
+
* <p>
|
|
1376
|
+
* The maximum number of results to return per page.
|
|
1377
|
+
* </p>
|
|
1378
|
+
* @public
|
|
1379
|
+
*/
|
|
1380
|
+
maxResults?: number | undefined;
|
|
1381
|
+
}
|
|
1382
|
+
/**
|
|
1383
|
+
* <p>
|
|
1384
|
+
* Provides a summary of a bill estimate.
|
|
1385
|
+
* </p>
|
|
1386
|
+
* @public
|
|
1387
|
+
*/
|
|
1388
|
+
export interface BillEstimateSummary {
|
|
1389
|
+
/**
|
|
1390
|
+
* <p>
|
|
1391
|
+
* The unique identifier of the bill estimate.
|
|
1392
|
+
* </p>
|
|
1393
|
+
* @public
|
|
1394
|
+
*/
|
|
1395
|
+
id: string | undefined;
|
|
1396
|
+
/**
|
|
1397
|
+
* <p>
|
|
1398
|
+
* The name of the bill estimate.
|
|
1399
|
+
* </p>
|
|
1400
|
+
* @public
|
|
1401
|
+
*/
|
|
1402
|
+
name?: string | undefined;
|
|
1403
|
+
/**
|
|
1404
|
+
* <p>
|
|
1405
|
+
* The current status of the bill estimate.
|
|
1406
|
+
* </p>
|
|
1407
|
+
* @public
|
|
1408
|
+
*/
|
|
1409
|
+
status?: BillEstimateStatus | undefined;
|
|
1410
|
+
/**
|
|
1411
|
+
* <p>
|
|
1412
|
+
* The time period covered by the bill estimate.
|
|
1413
|
+
* </p>
|
|
1414
|
+
* @public
|
|
1415
|
+
*/
|
|
1416
|
+
billInterval?: BillInterval | undefined;
|
|
1417
|
+
/**
|
|
1418
|
+
* <p>
|
|
1419
|
+
* The timestamp when the bill estimate was created.
|
|
1420
|
+
* </p>
|
|
1421
|
+
* @public
|
|
1422
|
+
*/
|
|
1423
|
+
createdAt?: Date | undefined;
|
|
1424
|
+
/**
|
|
1425
|
+
* <p>
|
|
1426
|
+
* The timestamp when the bill estimate will expire.
|
|
1427
|
+
* </p>
|
|
1428
|
+
* @public
|
|
1429
|
+
*/
|
|
1430
|
+
expiresAt?: Date | undefined;
|
|
1431
|
+
}
|
|
1432
|
+
/**
|
|
1433
|
+
* @public
|
|
1434
|
+
*/
|
|
1435
|
+
export interface ListBillEstimatesResponse {
|
|
1436
|
+
/**
|
|
1437
|
+
* <p>
|
|
1438
|
+
* The list of bill estimates for the account.
|
|
1439
|
+
* </p>
|
|
1440
|
+
* @public
|
|
1441
|
+
*/
|
|
1442
|
+
items?: BillEstimateSummary[] | undefined;
|
|
1443
|
+
/**
|
|
1444
|
+
* <p>
|
|
1445
|
+
* A token to retrieve the next page of results, if any.
|
|
1446
|
+
* </p>
|
|
1447
|
+
* @public
|
|
1448
|
+
*/
|
|
1449
|
+
nextToken?: string | undefined;
|
|
1450
|
+
}
|
|
1451
|
+
/**
|
|
1452
|
+
* @public
|
|
1453
|
+
*/
|
|
1454
|
+
export interface UpdateBillEstimateRequest {
|
|
1455
|
+
/**
|
|
1456
|
+
* <p>
|
|
1457
|
+
* The unique identifier of the bill estimate to update.
|
|
1458
|
+
* </p>
|
|
1459
|
+
* @public
|
|
1460
|
+
*/
|
|
1461
|
+
identifier: string | undefined;
|
|
1462
|
+
/**
|
|
1463
|
+
* <p>
|
|
1464
|
+
* The new name for the bill estimate.
|
|
1465
|
+
* </p>
|
|
1466
|
+
* @public
|
|
1467
|
+
*/
|
|
1468
|
+
name?: string | undefined;
|
|
1469
|
+
/**
|
|
1470
|
+
* <p>
|
|
1471
|
+
* The new expiration date for the bill estimate.
|
|
1472
|
+
* </p>
|
|
1473
|
+
* @public
|
|
1474
|
+
*/
|
|
1475
|
+
expiresAt?: Date | undefined;
|
|
1476
|
+
}
|
|
1477
|
+
/**
|
|
1478
|
+
* @public
|
|
1479
|
+
*/
|
|
1480
|
+
export interface UpdateBillEstimateResponse {
|
|
1481
|
+
/**
|
|
1482
|
+
* <p>
|
|
1483
|
+
* The unique identifier of the updated bill estimate.
|
|
1484
|
+
* </p>
|
|
1485
|
+
* @public
|
|
1486
|
+
*/
|
|
1487
|
+
id: string | undefined;
|
|
1488
|
+
/**
|
|
1489
|
+
* <p>
|
|
1490
|
+
* The updated name of the bill estimate.
|
|
1491
|
+
* </p>
|
|
1492
|
+
* @public
|
|
1493
|
+
*/
|
|
1494
|
+
name?: string | undefined;
|
|
1495
|
+
/**
|
|
1496
|
+
* <p>
|
|
1497
|
+
* The current status of the updated bill estimate.
|
|
1498
|
+
* </p>
|
|
1499
|
+
* @public
|
|
1500
|
+
*/
|
|
1501
|
+
status?: BillEstimateStatus | undefined;
|
|
1502
|
+
/**
|
|
1503
|
+
* <p>
|
|
1504
|
+
* An error message if the bill estimate update failed.
|
|
1505
|
+
* </p>
|
|
1506
|
+
* @public
|
|
1507
|
+
*/
|
|
1508
|
+
failureMessage?: string | undefined;
|
|
1509
|
+
/**
|
|
1510
|
+
* <p>
|
|
1511
|
+
* The time period covered by the updated bill estimate.
|
|
1512
|
+
* </p>
|
|
1513
|
+
* @public
|
|
1514
|
+
*/
|
|
1515
|
+
billInterval?: BillInterval | undefined;
|
|
1516
|
+
/**
|
|
1517
|
+
* <p>
|
|
1518
|
+
* A summary of the updated estimated costs.
|
|
1519
|
+
* </p>
|
|
1520
|
+
* @public
|
|
1521
|
+
*/
|
|
1522
|
+
costSummary?: BillEstimateCostSummary | undefined;
|
|
1523
|
+
/**
|
|
1524
|
+
* <p>
|
|
1525
|
+
* The timestamp when the bill estimate was originally created.
|
|
1526
|
+
* </p>
|
|
1527
|
+
* @public
|
|
1528
|
+
*/
|
|
1529
|
+
createdAt?: Date | undefined;
|
|
1530
|
+
/**
|
|
1531
|
+
* <p>
|
|
1532
|
+
* The updated expiration timestamp for the bill estimate.
|
|
1533
|
+
* </p>
|
|
1534
|
+
* @public
|
|
1535
|
+
*/
|
|
1536
|
+
expiresAt?: Date | undefined;
|
|
1537
|
+
}
|
|
1538
|
+
/**
|
|
1539
|
+
* <p>
|
|
1540
|
+
* Represents an entry object in the batch operation to create bill scenario commitment modifications.
|
|
1541
|
+
* </p>
|
|
1542
|
+
* @public
|
|
1543
|
+
*/
|
|
1544
|
+
export interface BatchCreateBillScenarioCommitmentModificationEntry {
|
|
1545
|
+
/**
|
|
1546
|
+
* <p>
|
|
1547
|
+
* A unique identifier for this entry in the batch operation. This can be any valid string.
|
|
1548
|
+
* This key is useful to identify errors associated with any commitment entry as any error is
|
|
1549
|
+
* returned with this key.
|
|
1550
|
+
* </p>
|
|
1551
|
+
* @public
|
|
1552
|
+
*/
|
|
1553
|
+
key: string | undefined;
|
|
1554
|
+
/**
|
|
1555
|
+
* <p>
|
|
1556
|
+
* An optional group identifier for the commitment modification.
|
|
1557
|
+
* </p>
|
|
1558
|
+
* @public
|
|
1559
|
+
*/
|
|
1560
|
+
group?: string | undefined;
|
|
1561
|
+
/**
|
|
1562
|
+
* <p>
|
|
1563
|
+
* The Amazon Web Services account ID to which this commitment will be applied to.
|
|
1564
|
+
* </p>
|
|
1565
|
+
* @public
|
|
1566
|
+
*/
|
|
1567
|
+
usageAccountId: string | undefined;
|
|
1568
|
+
/**
|
|
1569
|
+
* <p>
|
|
1570
|
+
* The specific commitment action to be taken (e.g., adding a Reserved Instance or Savings Plan).
|
|
1571
|
+
* </p>
|
|
1572
|
+
* @public
|
|
1573
|
+
*/
|
|
1574
|
+
commitmentAction: BillScenarioCommitmentModificationAction | undefined;
|
|
1575
|
+
}
|
|
1576
|
+
/**
|
|
1577
|
+
* @public
|
|
1578
|
+
*/
|
|
1579
|
+
export interface BatchCreateBillScenarioCommitmentModificationRequest {
|
|
1580
|
+
/**
|
|
1581
|
+
* <p>
|
|
1582
|
+
* The ID of the Bill Scenario for which you want to create the modeled commitment.
|
|
1583
|
+
* </p>
|
|
1584
|
+
* @public
|
|
1585
|
+
*/
|
|
1586
|
+
billScenarioId: string | undefined;
|
|
1587
|
+
/**
|
|
1588
|
+
* <p>
|
|
1589
|
+
* List of commitments that you want to model in the Bill Scenario.
|
|
1590
|
+
* </p>
|
|
1591
|
+
* @public
|
|
1592
|
+
*/
|
|
1593
|
+
commitmentModifications: BatchCreateBillScenarioCommitmentModificationEntry[] | undefined;
|
|
1594
|
+
/**
|
|
1595
|
+
* <p>
|
|
1596
|
+
* A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
|
1597
|
+
* </p>
|
|
1598
|
+
* @public
|
|
1599
|
+
*/
|
|
1600
|
+
clientToken?: string | undefined;
|
|
1601
|
+
}
|
|
1602
|
+
/**
|
|
1603
|
+
* @public
|
|
1604
|
+
* @enum
|
|
1605
|
+
*/
|
|
1606
|
+
export declare const BatchCreateBillScenarioCommitmentModificationErrorCode: {
|
|
1607
|
+
readonly CONFLICT: "CONFLICT";
|
|
1608
|
+
readonly INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR";
|
|
1609
|
+
readonly INVALID_ACCOUNT: "INVALID_ACCOUNT";
|
|
1610
|
+
};
|
|
1611
|
+
/**
|
|
1612
|
+
* @public
|
|
1613
|
+
*/
|
|
1614
|
+
export type BatchCreateBillScenarioCommitmentModificationErrorCode = (typeof BatchCreateBillScenarioCommitmentModificationErrorCode)[keyof typeof BatchCreateBillScenarioCommitmentModificationErrorCode];
|
|
1615
|
+
/**
|
|
1616
|
+
* <p>
|
|
1617
|
+
* Represents an error that occurred during a batch create operation for bill scenario commitment modifications.
|
|
1618
|
+
* </p>
|
|
1619
|
+
* @public
|
|
1620
|
+
*/
|
|
1621
|
+
export interface BatchCreateBillScenarioCommitmentModificationError {
|
|
1622
|
+
/**
|
|
1623
|
+
* <p>
|
|
1624
|
+
* The key of the entry that caused the error.
|
|
1625
|
+
* </p>
|
|
1626
|
+
* @public
|
|
1627
|
+
*/
|
|
1628
|
+
key?: string | undefined;
|
|
1629
|
+
/**
|
|
1630
|
+
* <p>
|
|
1631
|
+
* A descriptive message for the error that occurred.
|
|
1632
|
+
* </p>
|
|
1633
|
+
* @public
|
|
1634
|
+
*/
|
|
1635
|
+
errorMessage?: string | undefined;
|
|
1636
|
+
/**
|
|
1637
|
+
* <p>
|
|
1638
|
+
* The error code associated with the failed operation.
|
|
1639
|
+
* </p>
|
|
1640
|
+
* @public
|
|
1641
|
+
*/
|
|
1642
|
+
errorCode?: BatchCreateBillScenarioCommitmentModificationErrorCode | undefined;
|
|
1643
|
+
}
|
|
1644
|
+
/**
|
|
1645
|
+
* <p>
|
|
1646
|
+
* Represents a successfully created item in a batch operation for bill scenario commitment modifications.
|
|
1647
|
+
* </p>
|
|
1648
|
+
* @public
|
|
1649
|
+
*/
|
|
1650
|
+
export interface BatchCreateBillScenarioCommitmentModificationItem {
|
|
1651
|
+
/**
|
|
1652
|
+
* <p>
|
|
1653
|
+
* The key of the successfully created entry. This can be any valid string. This key is useful to
|
|
1654
|
+
* identify errors associated with any commitment entry as any error is returned with this key.
|
|
1655
|
+
* </p>
|
|
1656
|
+
* @public
|
|
1657
|
+
*/
|
|
1658
|
+
key?: string | undefined;
|
|
1659
|
+
/**
|
|
1660
|
+
* <p>
|
|
1661
|
+
* The unique identifier assigned to the created commitment modification.
|
|
1662
|
+
* </p>
|
|
1663
|
+
* @public
|
|
1664
|
+
*/
|
|
1665
|
+
id?: string | undefined;
|
|
1666
|
+
/**
|
|
1667
|
+
* <p>
|
|
1668
|
+
* The group identifier for the created commitment modification.
|
|
1669
|
+
* </p>
|
|
1670
|
+
* @public
|
|
1671
|
+
*/
|
|
1672
|
+
group?: string | undefined;
|
|
1673
|
+
/**
|
|
1674
|
+
* <p>
|
|
1675
|
+
* The Amazon Web Services account ID associated with the created commitment modification.
|
|
1676
|
+
* </p>
|
|
1677
|
+
* @public
|
|
1678
|
+
*/
|
|
1679
|
+
usageAccountId?: string | undefined;
|
|
1680
|
+
/**
|
|
1681
|
+
* <p>
|
|
1682
|
+
* The specific commitment action that was taken.
|
|
1683
|
+
* </p>
|
|
1684
|
+
* @public
|
|
1685
|
+
*/
|
|
1686
|
+
commitmentAction?: BillScenarioCommitmentModificationAction | undefined;
|
|
1687
|
+
}
|
|
1688
|
+
/**
|
|
1689
|
+
* @public
|
|
1690
|
+
*/
|
|
1691
|
+
export interface BatchCreateBillScenarioCommitmentModificationResponse {
|
|
1692
|
+
/**
|
|
1693
|
+
* <p>
|
|
1694
|
+
* Returns the list of successful commitment line items that were created for the Bill Scenario.
|
|
1695
|
+
* </p>
|
|
1696
|
+
* @public
|
|
1697
|
+
*/
|
|
1698
|
+
items?: BatchCreateBillScenarioCommitmentModificationItem[] | undefined;
|
|
1699
|
+
/**
|
|
1700
|
+
* <p>
|
|
1701
|
+
* Returns the list of errors reason and the commitment item keys that cannot be created in the Bill Scenario.
|
|
1702
|
+
* </p>
|
|
1703
|
+
* @public
|
|
1704
|
+
*/
|
|
1705
|
+
errors?: BatchCreateBillScenarioCommitmentModificationError[] | undefined;
|
|
1706
|
+
}
|
|
1707
|
+
/**
|
|
1708
|
+
* @public
|
|
1709
|
+
*/
|
|
1710
|
+
export interface BatchDeleteBillScenarioCommitmentModificationRequest {
|
|
1711
|
+
/**
|
|
1712
|
+
* <p>
|
|
1713
|
+
* The ID of the Bill Scenario for which you want to delete the modeled commitment.
|
|
1714
|
+
* </p>
|
|
1715
|
+
* @public
|
|
1716
|
+
*/
|
|
1717
|
+
billScenarioId: string | undefined;
|
|
1718
|
+
/**
|
|
1719
|
+
* <p>
|
|
1720
|
+
* List of commitments that you want to delete from the Bill Scenario.
|
|
1721
|
+
* </p>
|
|
1722
|
+
* @public
|
|
1723
|
+
*/
|
|
1724
|
+
ids: string[] | undefined;
|
|
1725
|
+
}
|
|
1726
|
+
/**
|
|
1727
|
+
* @public
|
|
1728
|
+
* @enum
|
|
1729
|
+
*/
|
|
1730
|
+
export declare const BatchDeleteBillScenarioCommitmentModificationErrorCode: {
|
|
1731
|
+
readonly BAD_REQUEST: "BAD_REQUEST";
|
|
1732
|
+
readonly CONFLICT: "CONFLICT";
|
|
1733
|
+
readonly INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR";
|
|
1734
|
+
};
|
|
1735
|
+
/**
|
|
1736
|
+
* @public
|
|
1737
|
+
*/
|
|
1738
|
+
export type BatchDeleteBillScenarioCommitmentModificationErrorCode = (typeof BatchDeleteBillScenarioCommitmentModificationErrorCode)[keyof typeof BatchDeleteBillScenarioCommitmentModificationErrorCode];
|
|
1739
|
+
/**
|
|
1740
|
+
* <p>
|
|
1741
|
+
* Represents an error that occurred when deleting a commitment in a Bill Scenario.
|
|
1742
|
+
* </p>
|
|
1743
|
+
* @public
|
|
1744
|
+
*/
|
|
1745
|
+
export interface BatchDeleteBillScenarioCommitmentModificationError {
|
|
1746
|
+
/**
|
|
1747
|
+
* <p>
|
|
1748
|
+
* The ID of the error.
|
|
1749
|
+
* </p>
|
|
1750
|
+
* @public
|
|
1751
|
+
*/
|
|
1752
|
+
id?: string | undefined;
|
|
1753
|
+
/**
|
|
1754
|
+
* <p>
|
|
1755
|
+
* The code associated with the error.
|
|
1756
|
+
* </p>
|
|
1757
|
+
* @public
|
|
1758
|
+
*/
|
|
1759
|
+
errorCode?: BatchDeleteBillScenarioCommitmentModificationErrorCode | undefined;
|
|
1760
|
+
/**
|
|
1761
|
+
* <p>
|
|
1762
|
+
* The message that describes the error.
|
|
1763
|
+
* </p>
|
|
1764
|
+
* @public
|
|
1765
|
+
*/
|
|
1766
|
+
errorMessage?: string | undefined;
|
|
1767
|
+
}
|
|
1768
|
+
/**
|
|
1769
|
+
* @public
|
|
1770
|
+
*/
|
|
1771
|
+
export interface BatchDeleteBillScenarioCommitmentModificationResponse {
|
|
1772
|
+
/**
|
|
1773
|
+
* <p>
|
|
1774
|
+
* Returns the list of errors reason and the commitment item keys that cannot be deleted from the Bill Scenario.
|
|
1775
|
+
* </p>
|
|
1776
|
+
* @public
|
|
1777
|
+
*/
|
|
1778
|
+
errors?: BatchDeleteBillScenarioCommitmentModificationError[] | undefined;
|
|
1779
|
+
}
|
|
1780
|
+
/**
|
|
1781
|
+
* <p>
|
|
1782
|
+
* Represents an entry in a batch operation to update bill scenario commitment modifications.
|
|
1783
|
+
* </p>
|
|
1784
|
+
* @public
|
|
1785
|
+
*/
|
|
1786
|
+
export interface BatchUpdateBillScenarioCommitmentModificationEntry {
|
|
1787
|
+
/**
|
|
1788
|
+
* <p>
|
|
1789
|
+
* The unique identifier of the commitment modification to update.
|
|
1790
|
+
* </p>
|
|
1791
|
+
* @public
|
|
1792
|
+
*/
|
|
1793
|
+
id: string | undefined;
|
|
1794
|
+
/**
|
|
1795
|
+
* <p>
|
|
1796
|
+
* The updated group identifier for the commitment modification.
|
|
1797
|
+
* </p>
|
|
1798
|
+
* @public
|
|
1799
|
+
*/
|
|
1800
|
+
group?: string | undefined;
|
|
1801
|
+
}
|
|
1802
|
+
/**
|
|
1803
|
+
* @public
|
|
1804
|
+
*/
|
|
1805
|
+
export interface BatchUpdateBillScenarioCommitmentModificationRequest {
|
|
1806
|
+
/**
|
|
1807
|
+
* <p>
|
|
1808
|
+
* The ID of the Bill Scenario for which you want to modify the commitment group of a modeled commitment.
|
|
1809
|
+
* </p>
|
|
1810
|
+
* @public
|
|
1811
|
+
*/
|
|
1812
|
+
billScenarioId: string | undefined;
|
|
1813
|
+
/**
|
|
1814
|
+
* <p>
|
|
1815
|
+
* List of commitments that you want to update in a Bill Scenario.
|
|
1816
|
+
* </p>
|
|
1817
|
+
* @public
|
|
1818
|
+
*/
|
|
1819
|
+
commitmentModifications: BatchUpdateBillScenarioCommitmentModificationEntry[] | undefined;
|
|
1820
|
+
}
|
|
1821
|
+
/**
|
|
1822
|
+
* @public
|
|
1823
|
+
* @enum
|
|
1824
|
+
*/
|
|
1825
|
+
export declare const BatchUpdateBillScenarioCommitmentModificationErrorCode: {
|
|
1826
|
+
readonly BAD_REQUEST: "BAD_REQUEST";
|
|
1827
|
+
readonly CONFLICT: "CONFLICT";
|
|
1828
|
+
readonly INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR";
|
|
1829
|
+
readonly NOT_FOUND: "NOT_FOUND";
|
|
1830
|
+
};
|
|
1831
|
+
/**
|
|
1832
|
+
* @public
|
|
1833
|
+
*/
|
|
1834
|
+
export type BatchUpdateBillScenarioCommitmentModificationErrorCode = (typeof BatchUpdateBillScenarioCommitmentModificationErrorCode)[keyof typeof BatchUpdateBillScenarioCommitmentModificationErrorCode];
|
|
1835
|
+
/**
|
|
1836
|
+
* <p>
|
|
1837
|
+
* Represents an error that occurred when updating a commitment in a Bill Scenario.
|
|
1838
|
+
* </p>
|
|
1839
|
+
* @public
|
|
1840
|
+
*/
|
|
1841
|
+
export interface BatchUpdateBillScenarioCommitmentModificationError {
|
|
1842
|
+
/**
|
|
1843
|
+
* <p>
|
|
1844
|
+
* The ID of the error.
|
|
1845
|
+
* </p>
|
|
1846
|
+
* @public
|
|
1847
|
+
*/
|
|
1848
|
+
id?: string | undefined;
|
|
1849
|
+
/**
|
|
1850
|
+
* <p>
|
|
1851
|
+
* The code associated with the error.
|
|
1852
|
+
* </p>
|
|
1853
|
+
* @public
|
|
1854
|
+
*/
|
|
1855
|
+
errorCode?: BatchUpdateBillScenarioCommitmentModificationErrorCode | undefined;
|
|
1856
|
+
/**
|
|
1857
|
+
* <p>
|
|
1858
|
+
* The message that describes the error.
|
|
1859
|
+
* </p>
|
|
1860
|
+
* @public
|
|
1861
|
+
*/
|
|
1862
|
+
errorMessage?: string | undefined;
|
|
1863
|
+
}
|
|
1864
|
+
/**
|
|
1865
|
+
* <p>
|
|
1866
|
+
* Represents a commitment modification item in a bill scenario.
|
|
1867
|
+
* </p>
|
|
1868
|
+
* @public
|
|
1869
|
+
*/
|
|
1870
|
+
export interface BillScenarioCommitmentModificationItem {
|
|
1871
|
+
/**
|
|
1872
|
+
* <p>
|
|
1873
|
+
* The unique identifier of the commitment modification.
|
|
1874
|
+
* </p>
|
|
1875
|
+
* @public
|
|
1876
|
+
*/
|
|
1877
|
+
id?: string | undefined;
|
|
1878
|
+
/**
|
|
1879
|
+
* <p>
|
|
1880
|
+
* The Amazon Web Services account ID associated with this commitment modification.
|
|
1881
|
+
* </p>
|
|
1882
|
+
* @public
|
|
1883
|
+
*/
|
|
1884
|
+
usageAccountId?: string | undefined;
|
|
1885
|
+
/**
|
|
1886
|
+
* <p>
|
|
1887
|
+
* The group identifier for the commitment modification.
|
|
1888
|
+
* </p>
|
|
1889
|
+
* @public
|
|
1890
|
+
*/
|
|
1891
|
+
group?: string | undefined;
|
|
1892
|
+
/**
|
|
1893
|
+
* <p>
|
|
1894
|
+
* The specific commitment action taken in this modification.
|
|
1895
|
+
* </p>
|
|
1896
|
+
* @public
|
|
1897
|
+
*/
|
|
1898
|
+
commitmentAction?: BillScenarioCommitmentModificationAction | undefined;
|
|
1899
|
+
}
|
|
1900
|
+
/**
|
|
1901
|
+
* @public
|
|
1902
|
+
*/
|
|
1903
|
+
export interface BatchUpdateBillScenarioCommitmentModificationResponse {
|
|
1904
|
+
/**
|
|
1905
|
+
* <p>
|
|
1906
|
+
* Returns the list of successful commitment line items that were updated for a Bill Scenario.
|
|
1907
|
+
* </p>
|
|
1908
|
+
* @public
|
|
1909
|
+
*/
|
|
1910
|
+
items?: BillScenarioCommitmentModificationItem[] | undefined;
|
|
1911
|
+
/**
|
|
1912
|
+
* <p>
|
|
1913
|
+
* Returns the list of error reasons and commitment line item IDs that could not be updated for the Bill Scenario.
|
|
1914
|
+
* </p>
|
|
1915
|
+
* @public
|
|
1916
|
+
*/
|
|
1917
|
+
errors?: BatchUpdateBillScenarioCommitmentModificationError[] | undefined;
|
|
1918
|
+
}
|
|
1919
|
+
/**
|
|
1920
|
+
* @public
|
|
1921
|
+
*/
|
|
1922
|
+
export interface ListBillScenarioCommitmentModificationsRequest {
|
|
1923
|
+
/**
|
|
1924
|
+
* <p>
|
|
1925
|
+
* The unique identifier of the bill scenario to list commitment modifications for.
|
|
1926
|
+
* </p>
|
|
1927
|
+
* @public
|
|
1928
|
+
*/
|
|
1929
|
+
billScenarioId: string | undefined;
|
|
1930
|
+
/**
|
|
1931
|
+
* <p>
|
|
1932
|
+
* A token to retrieve the next page of results.
|
|
1933
|
+
* </p>
|
|
1934
|
+
* @public
|
|
1935
|
+
*/
|
|
1936
|
+
nextToken?: string | undefined;
|
|
1937
|
+
/**
|
|
1938
|
+
* <p>
|
|
1939
|
+
* The maximum number of results to return per page.
|
|
1940
|
+
* </p>
|
|
1941
|
+
* @public
|
|
1942
|
+
*/
|
|
1943
|
+
maxResults?: number | undefined;
|
|
1944
|
+
}
|
|
1945
|
+
/**
|
|
1946
|
+
* @public
|
|
1947
|
+
*/
|
|
1948
|
+
export interface ListBillScenarioCommitmentModificationsResponse {
|
|
1949
|
+
/**
|
|
1950
|
+
* <p>
|
|
1951
|
+
* The list of commitment modifications associated with the bill scenario.
|
|
1952
|
+
* </p>
|
|
1953
|
+
* @public
|
|
1954
|
+
*/
|
|
1955
|
+
items?: BillScenarioCommitmentModificationItem[] | undefined;
|
|
1956
|
+
/**
|
|
1957
|
+
* <p>
|
|
1958
|
+
* A token to retrieve the next page of results, if any.
|
|
1959
|
+
* </p>
|
|
1960
|
+
* @public
|
|
1961
|
+
*/
|
|
1962
|
+
nextToken?: string | undefined;
|
|
1963
|
+
}
|
|
1964
|
+
/**
|
|
1965
|
+
* @public
|
|
1966
|
+
* @enum
|
|
1967
|
+
*/
|
|
1968
|
+
export declare const BillScenarioStatus: {
|
|
1969
|
+
readonly FAILED: "FAILED";
|
|
1970
|
+
readonly LOCKED: "LOCKED";
|
|
1971
|
+
readonly READY: "READY";
|
|
1972
|
+
};
|
|
1973
|
+
/**
|
|
1974
|
+
* @public
|
|
1975
|
+
*/
|
|
1976
|
+
export type BillScenarioStatus = (typeof BillScenarioStatus)[keyof typeof BillScenarioStatus];
|
|
1977
|
+
/**
|
|
1978
|
+
* <p>
|
|
1979
|
+
* Represents a usage amount for a specific time period.
|
|
1980
|
+
* </p>
|
|
1981
|
+
* @public
|
|
1982
|
+
*/
|
|
1983
|
+
export interface UsageAmount {
|
|
1984
|
+
/**
|
|
1985
|
+
* <p>
|
|
1986
|
+
* The start hour of the usage period.
|
|
1987
|
+
* </p>
|
|
1988
|
+
* @public
|
|
1989
|
+
*/
|
|
1990
|
+
startHour: Date | undefined;
|
|
1991
|
+
/**
|
|
1992
|
+
* <p>
|
|
1993
|
+
* The usage amount for the period.
|
|
1994
|
+
* </p>
|
|
1995
|
+
* @public
|
|
1996
|
+
*/
|
|
1997
|
+
amount: number | undefined;
|
|
1998
|
+
}
|
|
1999
|
+
/**
|
|
2000
|
+
* @public
|
|
2001
|
+
* @enum
|
|
2002
|
+
*/
|
|
2003
|
+
export declare const BatchCreateBillScenarioUsageModificationErrorCode: {
|
|
2004
|
+
readonly BAD_REQUEST: "BAD_REQUEST";
|
|
2005
|
+
readonly CONFLICT: "CONFLICT";
|
|
2006
|
+
readonly INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR";
|
|
2007
|
+
readonly NOT_FOUND: "NOT_FOUND";
|
|
2008
|
+
};
|
|
2009
|
+
/**
|
|
2010
|
+
* @public
|
|
2011
|
+
*/
|
|
2012
|
+
export type BatchCreateBillScenarioUsageModificationErrorCode = (typeof BatchCreateBillScenarioUsageModificationErrorCode)[keyof typeof BatchCreateBillScenarioUsageModificationErrorCode];
|
|
2013
|
+
/**
|
|
2014
|
+
* <p>
|
|
2015
|
+
* Represents an error that occurred during a batch create operation for bill scenario usage modifications.
|
|
2016
|
+
* </p>
|
|
2017
|
+
* @public
|
|
2018
|
+
*/
|
|
2019
|
+
export interface BatchCreateBillScenarioUsageModificationError {
|
|
2020
|
+
/**
|
|
2021
|
+
* <p>
|
|
2022
|
+
* The key of the entry that caused the error.
|
|
2023
|
+
* </p>
|
|
2024
|
+
* @public
|
|
2025
|
+
*/
|
|
2026
|
+
key?: string | undefined;
|
|
2027
|
+
/**
|
|
2028
|
+
* <p>
|
|
2029
|
+
* A descriptive message for the error that occurred.
|
|
2030
|
+
* </p>
|
|
2031
|
+
* @public
|
|
2032
|
+
*/
|
|
2033
|
+
errorMessage?: string | undefined;
|
|
2034
|
+
/**
|
|
2035
|
+
* <p>
|
|
2036
|
+
* The error code associated with the failed operation.
|
|
2037
|
+
* </p>
|
|
2038
|
+
* @public
|
|
2039
|
+
*/
|
|
2040
|
+
errorCode?: BatchCreateBillScenarioUsageModificationErrorCode | undefined;
|
|
2041
|
+
}
|
|
2042
|
+
/**
|
|
2043
|
+
* <p>
|
|
2044
|
+
* The request would cause you to exceed your service quota.
|
|
2045
|
+
* </p>
|
|
2046
|
+
* @public
|
|
2047
|
+
*/
|
|
2048
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
2049
|
+
readonly name: "ServiceQuotaExceededException";
|
|
2050
|
+
readonly $fault: "client";
|
|
2051
|
+
/**
|
|
2052
|
+
* <p>
|
|
2053
|
+
* The identifier of the resource that exceeded quota.
|
|
2054
|
+
* </p>
|
|
2055
|
+
* @public
|
|
2056
|
+
*/
|
|
2057
|
+
resourceId: string | undefined;
|
|
2058
|
+
/**
|
|
2059
|
+
* <p>
|
|
2060
|
+
* The type of the resource that exceeded quota.
|
|
2061
|
+
* </p>
|
|
2062
|
+
* @public
|
|
2063
|
+
*/
|
|
2064
|
+
resourceType: string | undefined;
|
|
2065
|
+
/**
|
|
2066
|
+
* <p>
|
|
2067
|
+
* The service code that exceeded quota.
|
|
2068
|
+
* </p>
|
|
2069
|
+
* @public
|
|
2070
|
+
*/
|
|
2071
|
+
serviceCode?: string | undefined;
|
|
2072
|
+
/**
|
|
2073
|
+
* <p>
|
|
2074
|
+
* The quota code that was exceeded.
|
|
2075
|
+
* </p>
|
|
2076
|
+
* @public
|
|
2077
|
+
*/
|
|
2078
|
+
quotaCode?: string | undefined;
|
|
2079
|
+
/**
|
|
2080
|
+
* @internal
|
|
2081
|
+
*/
|
|
2082
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
2083
|
+
}
|
|
2084
|
+
/**
|
|
2085
|
+
* @public
|
|
2086
|
+
*/
|
|
2087
|
+
export interface BatchDeleteBillScenarioUsageModificationRequest {
|
|
2088
|
+
/**
|
|
2089
|
+
* <p>
|
|
2090
|
+
* The ID of the Bill Scenario for which you want to delete the modeled usage.
|
|
2091
|
+
* </p>
|
|
2092
|
+
* @public
|
|
2093
|
+
*/
|
|
2094
|
+
billScenarioId: string | undefined;
|
|
2095
|
+
/**
|
|
2096
|
+
* <p>
|
|
2097
|
+
* List of usage that you want to delete from the Bill Scenario.
|
|
2098
|
+
* </p>
|
|
2099
|
+
* @public
|
|
2100
|
+
*/
|
|
2101
|
+
ids: string[] | undefined;
|
|
2102
|
+
}
|
|
2103
|
+
/**
|
|
2104
|
+
* @public
|
|
2105
|
+
* @enum
|
|
2106
|
+
*/
|
|
2107
|
+
export declare const BatchDeleteBillScenarioUsageModificationErrorCode: {
|
|
2108
|
+
readonly BAD_REQUEST: "BAD_REQUEST";
|
|
2109
|
+
readonly CONFLICT: "CONFLICT";
|
|
2110
|
+
readonly INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR";
|
|
2111
|
+
};
|
|
2112
|
+
/**
|
|
2113
|
+
* @public
|
|
2114
|
+
*/
|
|
2115
|
+
export type BatchDeleteBillScenarioUsageModificationErrorCode = (typeof BatchDeleteBillScenarioUsageModificationErrorCode)[keyof typeof BatchDeleteBillScenarioUsageModificationErrorCode];
|
|
2116
|
+
/**
|
|
2117
|
+
* <p>
|
|
2118
|
+
* Represents an error that occurred when deleting usage in a Bill Scenario.
|
|
2119
|
+
* </p>
|
|
2120
|
+
* @public
|
|
2121
|
+
*/
|
|
2122
|
+
export interface BatchDeleteBillScenarioUsageModificationError {
|
|
2123
|
+
/**
|
|
2124
|
+
* <p>
|
|
2125
|
+
* The ID of the error.
|
|
2126
|
+
* </p>
|
|
2127
|
+
* @public
|
|
2128
|
+
*/
|
|
2129
|
+
id?: string | undefined;
|
|
2130
|
+
/**
|
|
2131
|
+
* <p>
|
|
2132
|
+
* The message that describes the error.
|
|
2133
|
+
* </p>
|
|
2134
|
+
* @public
|
|
2135
|
+
*/
|
|
2136
|
+
errorMessage?: string | undefined;
|
|
2137
|
+
/**
|
|
2138
|
+
* <p>
|
|
2139
|
+
* The code associated with the error.
|
|
2140
|
+
* </p>
|
|
2141
|
+
* @public
|
|
2142
|
+
*/
|
|
2143
|
+
errorCode?: BatchDeleteBillScenarioUsageModificationErrorCode | undefined;
|
|
2144
|
+
}
|
|
2145
|
+
/**
|
|
2146
|
+
* @public
|
|
2147
|
+
*/
|
|
2148
|
+
export interface BatchDeleteBillScenarioUsageModificationResponse {
|
|
2149
|
+
/**
|
|
2150
|
+
* <p>
|
|
2151
|
+
* Returns the list of errors reason and the usage item keys that cannot be deleted from the Bill Scenario.
|
|
2152
|
+
* </p>
|
|
2153
|
+
* @public
|
|
2154
|
+
*/
|
|
2155
|
+
errors?: BatchDeleteBillScenarioUsageModificationError[] | undefined;
|
|
2156
|
+
}
|
|
2157
|
+
/**
|
|
2158
|
+
* <p>
|
|
2159
|
+
* Represents an entry in a batch operation to update bill scenario usage modifications.
|
|
2160
|
+
* </p>
|
|
2161
|
+
* @public
|
|
2162
|
+
*/
|
|
2163
|
+
export interface BatchUpdateBillScenarioUsageModificationEntry {
|
|
2164
|
+
/**
|
|
2165
|
+
* <p>
|
|
2166
|
+
* The unique identifier of the usage modification to update.
|
|
2167
|
+
* </p>
|
|
2168
|
+
* @public
|
|
2169
|
+
*/
|
|
2170
|
+
id: string | undefined;
|
|
2171
|
+
/**
|
|
2172
|
+
* <p>
|
|
2173
|
+
* The updated group identifier for the usage modification.
|
|
2174
|
+
* </p>
|
|
2175
|
+
* @public
|
|
2176
|
+
*/
|
|
2177
|
+
group?: string | undefined;
|
|
2178
|
+
/**
|
|
2179
|
+
* <p>
|
|
2180
|
+
* The updated usage amounts for the modification.
|
|
2181
|
+
* </p>
|
|
2182
|
+
* @public
|
|
2183
|
+
*/
|
|
2184
|
+
amounts?: UsageAmount[] | undefined;
|
|
2185
|
+
}
|
|
2186
|
+
/**
|
|
2187
|
+
* @public
|
|
2188
|
+
*/
|
|
2189
|
+
export interface BatchUpdateBillScenarioUsageModificationRequest {
|
|
2190
|
+
/**
|
|
2191
|
+
* <p>
|
|
2192
|
+
* The ID of the Bill Scenario for which you want to modify the usage lines.
|
|
2193
|
+
* </p>
|
|
2194
|
+
* @public
|
|
2195
|
+
*/
|
|
2196
|
+
billScenarioId: string | undefined;
|
|
2197
|
+
/**
|
|
2198
|
+
* <p>
|
|
2199
|
+
* List of usage lines that you want to update in a Bill Scenario identified by the usage ID.
|
|
2200
|
+
* </p>
|
|
2201
|
+
* @public
|
|
2202
|
+
*/
|
|
2203
|
+
usageModifications: BatchUpdateBillScenarioUsageModificationEntry[] | undefined;
|
|
2204
|
+
}
|
|
2205
|
+
/**
|
|
2206
|
+
* @public
|
|
2207
|
+
* @enum
|
|
2208
|
+
*/
|
|
2209
|
+
export declare const BatchUpdateBillScenarioUsageModificationErrorCode: {
|
|
2210
|
+
readonly BAD_REQUEST: "BAD_REQUEST";
|
|
2211
|
+
readonly CONFLICT: "CONFLICT";
|
|
2212
|
+
readonly INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR";
|
|
2213
|
+
readonly NOT_FOUND: "NOT_FOUND";
|
|
2214
|
+
};
|
|
2215
|
+
/**
|
|
2216
|
+
* @public
|
|
2217
|
+
*/
|
|
2218
|
+
export type BatchUpdateBillScenarioUsageModificationErrorCode = (typeof BatchUpdateBillScenarioUsageModificationErrorCode)[keyof typeof BatchUpdateBillScenarioUsageModificationErrorCode];
|
|
2219
|
+
/**
|
|
2220
|
+
* <p>
|
|
2221
|
+
* Represents an error that occurred when updating usage in a Bill Scenario.
|
|
2222
|
+
* </p>
|
|
2223
|
+
* @public
|
|
2224
|
+
*/
|
|
2225
|
+
export interface BatchUpdateBillScenarioUsageModificationError {
|
|
2226
|
+
/**
|
|
2227
|
+
* <p>
|
|
2228
|
+
* The ID of the error.
|
|
2229
|
+
* </p>
|
|
2230
|
+
* @public
|
|
2231
|
+
*/
|
|
2232
|
+
id?: string | undefined;
|
|
2233
|
+
/**
|
|
2234
|
+
* <p>
|
|
2235
|
+
* The message that describes the error.
|
|
2236
|
+
* </p>
|
|
2237
|
+
* @public
|
|
2238
|
+
*/
|
|
2239
|
+
errorMessage?: string | undefined;
|
|
2240
|
+
/**
|
|
2241
|
+
* <p>
|
|
2242
|
+
* The code associated with the error.
|
|
2243
|
+
* </p>
|
|
2244
|
+
* @public
|
|
2245
|
+
*/
|
|
2246
|
+
errorCode?: BatchUpdateBillScenarioUsageModificationErrorCode | undefined;
|
|
2247
|
+
}
|
|
2248
|
+
/**
|
|
2249
|
+
* @public
|
|
2250
|
+
*/
|
|
2251
|
+
export interface ListBillScenarioUsageModificationsRequest {
|
|
2252
|
+
/**
|
|
2253
|
+
* <p>
|
|
2254
|
+
* The unique identifier of the bill scenario to list usage modifications for.
|
|
2255
|
+
* </p>
|
|
2256
|
+
* @public
|
|
2257
|
+
*/
|
|
2258
|
+
billScenarioId: string | undefined;
|
|
2259
|
+
/**
|
|
2260
|
+
* <p>
|
|
2261
|
+
* Filters to apply to the list of usage modifications.
|
|
2262
|
+
* </p>
|
|
2263
|
+
* @public
|
|
2264
|
+
*/
|
|
2265
|
+
filters?: ListUsageFilter[] | undefined;
|
|
2266
|
+
/**
|
|
2267
|
+
* <p>
|
|
2268
|
+
* A token to retrieve the next page of results.
|
|
2269
|
+
* </p>
|
|
2270
|
+
* @public
|
|
2271
|
+
*/
|
|
2272
|
+
nextToken?: string | undefined;
|
|
2273
|
+
/**
|
|
2274
|
+
* <p>
|
|
2275
|
+
* The maximum number of results to return per page.
|
|
2276
|
+
* </p>
|
|
2277
|
+
* @public
|
|
2278
|
+
*/
|
|
2279
|
+
maxResults?: number | undefined;
|
|
2280
|
+
}
|
|
2281
|
+
/**
|
|
2282
|
+
* @public
|
|
2283
|
+
*/
|
|
2284
|
+
export interface CreateBillScenarioRequest {
|
|
2285
|
+
/**
|
|
2286
|
+
* <p>
|
|
2287
|
+
* A descriptive name for the bill scenario.
|
|
2288
|
+
* </p>
|
|
2289
|
+
* @public
|
|
2290
|
+
*/
|
|
2291
|
+
name: string | undefined;
|
|
2292
|
+
/**
|
|
2293
|
+
* <p>
|
|
2294
|
+
* A unique, case-sensitive identifier to ensure idempotency of the request.
|
|
2295
|
+
* </p>
|
|
2296
|
+
* @public
|
|
2297
|
+
*/
|
|
2298
|
+
clientToken?: string | undefined;
|
|
2299
|
+
/**
|
|
2300
|
+
* <p>
|
|
2301
|
+
* The tags to apply to the bill scenario.
|
|
2302
|
+
* </p>
|
|
2303
|
+
* @public
|
|
2304
|
+
*/
|
|
2305
|
+
tags?: Record<string, string> | undefined;
|
|
2306
|
+
}
|
|
2307
|
+
/**
|
|
2308
|
+
* @public
|
|
2309
|
+
*/
|
|
2310
|
+
export interface CreateBillScenarioResponse {
|
|
2311
|
+
/**
|
|
2312
|
+
* <p>
|
|
2313
|
+
* The unique identifier for the created bill scenario.
|
|
2314
|
+
* </p>
|
|
2315
|
+
* @public
|
|
2316
|
+
*/
|
|
2317
|
+
id: string | undefined;
|
|
2318
|
+
/**
|
|
2319
|
+
* <p>
|
|
2320
|
+
* The name of the created bill scenario.
|
|
2321
|
+
* </p>
|
|
2322
|
+
* @public
|
|
2323
|
+
*/
|
|
2324
|
+
name?: string | undefined;
|
|
2325
|
+
/**
|
|
2326
|
+
* <p>
|
|
2327
|
+
* The time period covered by the bill scenario.
|
|
2328
|
+
* </p>
|
|
2329
|
+
* @public
|
|
2330
|
+
*/
|
|
2331
|
+
billInterval?: BillInterval | undefined;
|
|
2332
|
+
/**
|
|
2333
|
+
* <p>
|
|
2334
|
+
* The current status of the bill scenario.
|
|
2335
|
+
* </p>
|
|
2336
|
+
* @public
|
|
2337
|
+
*/
|
|
2338
|
+
status?: BillScenarioStatus | undefined;
|
|
2339
|
+
/**
|
|
2340
|
+
* <p>
|
|
2341
|
+
* The timestamp when the bill scenario was created.
|
|
2342
|
+
* </p>
|
|
2343
|
+
* @public
|
|
2344
|
+
*/
|
|
2345
|
+
createdAt?: Date | undefined;
|
|
2346
|
+
/**
|
|
2347
|
+
* <p>
|
|
2348
|
+
* The timestamp when the bill scenario will expire.
|
|
2349
|
+
* </p>
|
|
2350
|
+
* @public
|
|
2351
|
+
*/
|
|
2352
|
+
expiresAt?: Date | undefined;
|
|
2353
|
+
/**
|
|
2354
|
+
* <p>
|
|
2355
|
+
* An error message if the bill scenario creation failed.
|
|
2356
|
+
* </p>
|
|
2357
|
+
* @public
|
|
2358
|
+
*/
|
|
2359
|
+
failureMessage?: string | undefined;
|
|
2360
|
+
}
|
|
2361
|
+
/**
|
|
2362
|
+
* @public
|
|
2363
|
+
*/
|
|
2364
|
+
export interface DeleteBillScenarioRequest {
|
|
2365
|
+
/**
|
|
2366
|
+
* <p>
|
|
2367
|
+
* The unique identifier of the bill scenario to delete.
|
|
2368
|
+
* </p>
|
|
2369
|
+
* @public
|
|
2370
|
+
*/
|
|
2371
|
+
identifier: string | undefined;
|
|
2372
|
+
}
|
|
2373
|
+
/**
|
|
2374
|
+
* @public
|
|
2375
|
+
*/
|
|
2376
|
+
export interface DeleteBillScenarioResponse {
|
|
2377
|
+
}
|
|
2378
|
+
/**
|
|
2379
|
+
* @public
|
|
2380
|
+
*/
|
|
2381
|
+
export interface GetBillScenarioRequest {
|
|
2382
|
+
/**
|
|
2383
|
+
* <p>
|
|
2384
|
+
* The unique identifier of the bill scenario to retrieve.
|
|
2385
|
+
* </p>
|
|
2386
|
+
* @public
|
|
2387
|
+
*/
|
|
2388
|
+
identifier: string | undefined;
|
|
2389
|
+
}
|
|
2390
|
+
/**
|
|
2391
|
+
* @public
|
|
2392
|
+
*/
|
|
2393
|
+
export interface GetBillScenarioResponse {
|
|
2394
|
+
/**
|
|
2395
|
+
* <p>
|
|
2396
|
+
* The unique identifier of the retrieved bill scenario.
|
|
2397
|
+
* </p>
|
|
2398
|
+
* @public
|
|
2399
|
+
*/
|
|
2400
|
+
id: string | undefined;
|
|
2401
|
+
/**
|
|
2402
|
+
* <p>
|
|
2403
|
+
* The name of the retrieved bill scenario.
|
|
2404
|
+
* </p>
|
|
2405
|
+
* @public
|
|
2406
|
+
*/
|
|
2407
|
+
name?: string | undefined;
|
|
2408
|
+
/**
|
|
2409
|
+
* <p>
|
|
2410
|
+
* The time period covered by the bill scenario.
|
|
2411
|
+
* </p>
|
|
2412
|
+
* @public
|
|
2413
|
+
*/
|
|
2414
|
+
billInterval?: BillInterval | undefined;
|
|
2415
|
+
/**
|
|
2416
|
+
* <p>
|
|
2417
|
+
* The current status of the bill scenario.
|
|
2418
|
+
* </p>
|
|
2419
|
+
* @public
|
|
2420
|
+
*/
|
|
2421
|
+
status?: BillScenarioStatus | undefined;
|
|
2422
|
+
/**
|
|
2423
|
+
* <p>
|
|
2424
|
+
* The timestamp when the bill scenario was created.
|
|
2425
|
+
* </p>
|
|
2426
|
+
* @public
|
|
2427
|
+
*/
|
|
2428
|
+
createdAt?: Date | undefined;
|
|
2429
|
+
/**
|
|
2430
|
+
* <p>
|
|
2431
|
+
* The timestamp when the bill scenario will expire.
|
|
2432
|
+
* </p>
|
|
2433
|
+
* @public
|
|
2434
|
+
*/
|
|
2435
|
+
expiresAt?: Date | undefined;
|
|
2436
|
+
/**
|
|
2437
|
+
* <p>
|
|
2438
|
+
* An error message if the bill scenario retrieval failed.
|
|
2439
|
+
* </p>
|
|
2440
|
+
* @public
|
|
2441
|
+
*/
|
|
2442
|
+
failureMessage?: string | undefined;
|
|
2443
|
+
}
|
|
2444
|
+
/**
|
|
2445
|
+
* @public
|
|
2446
|
+
* @enum
|
|
2447
|
+
*/
|
|
2448
|
+
export declare const ListBillScenariosFilterName: {
|
|
2449
|
+
readonly NAME: "NAME";
|
|
2450
|
+
readonly STATUS: "STATUS";
|
|
2451
|
+
};
|
|
2452
|
+
/**
|
|
2453
|
+
* @public
|
|
2454
|
+
*/
|
|
2455
|
+
export type ListBillScenariosFilterName = (typeof ListBillScenariosFilterName)[keyof typeof ListBillScenariosFilterName];
|
|
2456
|
+
/**
|
|
2457
|
+
* <p>
|
|
2458
|
+
* Represents a filter for listing bill scenarios.
|
|
2459
|
+
* </p>
|
|
2460
|
+
* @public
|
|
2461
|
+
*/
|
|
2462
|
+
export interface ListBillScenariosFilter {
|
|
2463
|
+
/**
|
|
2464
|
+
* <p>
|
|
2465
|
+
* The name of the filter attribute.
|
|
2466
|
+
* </p>
|
|
2467
|
+
* @public
|
|
2468
|
+
*/
|
|
2469
|
+
name: ListBillScenariosFilterName | undefined;
|
|
2470
|
+
/**
|
|
2471
|
+
* <p>
|
|
2472
|
+
* The values to filter by.
|
|
2473
|
+
* </p>
|
|
2474
|
+
* @public
|
|
2475
|
+
*/
|
|
2476
|
+
values: string[] | undefined;
|
|
2477
|
+
/**
|
|
2478
|
+
* <p>
|
|
2479
|
+
* The match option for the filter (e.g., equals, contains).
|
|
2480
|
+
* </p>
|
|
2481
|
+
* @public
|
|
2482
|
+
*/
|
|
2483
|
+
matchOption?: MatchOption | undefined;
|
|
2484
|
+
}
|
|
2485
|
+
/**
|
|
2486
|
+
* @public
|
|
2487
|
+
*/
|
|
2488
|
+
export interface ListBillScenariosRequest {
|
|
2489
|
+
/**
|
|
2490
|
+
* <p>
|
|
2491
|
+
* Filters to apply to the list of bill scenarios.
|
|
2492
|
+
* </p>
|
|
2493
|
+
* @public
|
|
2494
|
+
*/
|
|
2495
|
+
filters?: ListBillScenariosFilter[] | undefined;
|
|
2496
|
+
/**
|
|
2497
|
+
* <p>
|
|
2498
|
+
* Filter bill scenarios based on their creation date.
|
|
2499
|
+
* </p>
|
|
2500
|
+
* @public
|
|
2501
|
+
*/
|
|
2502
|
+
createdAtFilter?: FilterTimestamp | undefined;
|
|
2503
|
+
/**
|
|
2504
|
+
* <p>
|
|
2505
|
+
* Filter bill scenarios based on their expiration date.
|
|
2506
|
+
* </p>
|
|
2507
|
+
* @public
|
|
2508
|
+
*/
|
|
2509
|
+
expiresAtFilter?: FilterTimestamp | undefined;
|
|
2510
|
+
/**
|
|
2511
|
+
* <p>
|
|
2512
|
+
* A token to retrieve the next page of results.
|
|
2513
|
+
* </p>
|
|
2514
|
+
* @public
|
|
2515
|
+
*/
|
|
2516
|
+
nextToken?: string | undefined;
|
|
2517
|
+
/**
|
|
2518
|
+
* <p>
|
|
2519
|
+
* The maximum number of results to return per page.
|
|
2520
|
+
* </p>
|
|
2521
|
+
* @public
|
|
2522
|
+
*/
|
|
2523
|
+
maxResults?: number | undefined;
|
|
2524
|
+
}
|
|
2525
|
+
/**
|
|
2526
|
+
* <p>
|
|
2527
|
+
* Provides a summary of a bill scenario.
|
|
2528
|
+
* </p>
|
|
2529
|
+
* @public
|
|
2530
|
+
*/
|
|
2531
|
+
export interface BillScenarioSummary {
|
|
2532
|
+
/**
|
|
2533
|
+
* <p>
|
|
2534
|
+
* The unique identifier of the bill scenario.
|
|
2535
|
+
* </p>
|
|
2536
|
+
* @public
|
|
2537
|
+
*/
|
|
2538
|
+
id: string | undefined;
|
|
2539
|
+
/**
|
|
2540
|
+
* <p>
|
|
2541
|
+
* The name of the bill scenario.
|
|
2542
|
+
* </p>
|
|
2543
|
+
* @public
|
|
2544
|
+
*/
|
|
2545
|
+
name?: string | undefined;
|
|
2546
|
+
/**
|
|
2547
|
+
* <p>
|
|
2548
|
+
* The time period covered by the bill scenario.
|
|
2549
|
+
* </p>
|
|
2550
|
+
* @public
|
|
2551
|
+
*/
|
|
2552
|
+
billInterval?: BillInterval | undefined;
|
|
2553
|
+
/**
|
|
2554
|
+
* <p>
|
|
2555
|
+
* The current status of the bill scenario.
|
|
2556
|
+
* </p>
|
|
2557
|
+
* @public
|
|
2558
|
+
*/
|
|
2559
|
+
status?: BillScenarioStatus | undefined;
|
|
2560
|
+
/**
|
|
2561
|
+
* <p>
|
|
2562
|
+
* The timestamp when the bill scenario was created.
|
|
2563
|
+
* </p>
|
|
2564
|
+
* @public
|
|
2565
|
+
*/
|
|
2566
|
+
createdAt?: Date | undefined;
|
|
2567
|
+
/**
|
|
2568
|
+
* <p>
|
|
2569
|
+
* The timestamp when the bill scenario will expire.
|
|
2570
|
+
* </p>
|
|
2571
|
+
* @public
|
|
2572
|
+
*/
|
|
2573
|
+
expiresAt?: Date | undefined;
|
|
2574
|
+
/**
|
|
2575
|
+
* <p>
|
|
2576
|
+
* An error message if the bill scenario creation or processing failed.
|
|
2577
|
+
* </p>
|
|
2578
|
+
* @public
|
|
2579
|
+
*/
|
|
2580
|
+
failureMessage?: string | undefined;
|
|
2581
|
+
}
|
|
2582
|
+
/**
|
|
2583
|
+
* @public
|
|
2584
|
+
*/
|
|
2585
|
+
export interface ListBillScenariosResponse {
|
|
2586
|
+
/**
|
|
2587
|
+
* <p>
|
|
2588
|
+
* The list of bill scenarios for the account.
|
|
2589
|
+
* </p>
|
|
2590
|
+
* @public
|
|
2591
|
+
*/
|
|
2592
|
+
items?: BillScenarioSummary[] | undefined;
|
|
2593
|
+
/**
|
|
2594
|
+
* <p>
|
|
2595
|
+
* A token to retrieve the next page of results, if any.
|
|
2596
|
+
* </p>
|
|
2597
|
+
* @public
|
|
2598
|
+
*/
|
|
2599
|
+
nextToken?: string | undefined;
|
|
2600
|
+
}
|
|
2601
|
+
/**
|
|
2602
|
+
* @public
|
|
2603
|
+
*/
|
|
2604
|
+
export interface UpdateBillScenarioRequest {
|
|
2605
|
+
/**
|
|
2606
|
+
* <p>
|
|
2607
|
+
* The unique identifier of the bill scenario to update.
|
|
2608
|
+
* </p>
|
|
2609
|
+
* @public
|
|
2610
|
+
*/
|
|
2611
|
+
identifier: string | undefined;
|
|
2612
|
+
/**
|
|
2613
|
+
* <p>
|
|
2614
|
+
* The new name for the bill scenario.
|
|
2615
|
+
* </p>
|
|
2616
|
+
* @public
|
|
2617
|
+
*/
|
|
2618
|
+
name?: string | undefined;
|
|
2619
|
+
/**
|
|
2620
|
+
* <p>
|
|
2621
|
+
* The new expiration date for the bill scenario.
|
|
2622
|
+
* </p>
|
|
2623
|
+
* @public
|
|
2624
|
+
*/
|
|
2625
|
+
expiresAt?: Date | undefined;
|
|
2626
|
+
}
|
|
2627
|
+
/**
|
|
2628
|
+
* @public
|
|
2629
|
+
*/
|
|
2630
|
+
export interface UpdateBillScenarioResponse {
|
|
2631
|
+
/**
|
|
2632
|
+
* <p>
|
|
2633
|
+
* The unique identifier of the updated bill scenario.
|
|
2634
|
+
* </p>
|
|
2635
|
+
* @public
|
|
2636
|
+
*/
|
|
2637
|
+
id: string | undefined;
|
|
2638
|
+
/**
|
|
2639
|
+
* <p>
|
|
2640
|
+
* The updated name of the bill scenario.
|
|
2641
|
+
* </p>
|
|
2642
|
+
* @public
|
|
2643
|
+
*/
|
|
2644
|
+
name?: string | undefined;
|
|
2645
|
+
/**
|
|
2646
|
+
* <p>
|
|
2647
|
+
* The time period covered by the updated bill scenario.
|
|
2648
|
+
* </p>
|
|
2649
|
+
* @public
|
|
2650
|
+
*/
|
|
2651
|
+
billInterval?: BillInterval | undefined;
|
|
2652
|
+
/**
|
|
2653
|
+
* <p>
|
|
2654
|
+
* The current status of the updated bill scenario.
|
|
2655
|
+
* </p>
|
|
2656
|
+
* @public
|
|
2657
|
+
*/
|
|
2658
|
+
status?: BillScenarioStatus | undefined;
|
|
2659
|
+
/**
|
|
2660
|
+
* <p>
|
|
2661
|
+
* The timestamp when the bill scenario was originally created.
|
|
2662
|
+
* </p>
|
|
2663
|
+
* @public
|
|
2664
|
+
*/
|
|
2665
|
+
createdAt?: Date | undefined;
|
|
2666
|
+
/**
|
|
2667
|
+
* <p>
|
|
2668
|
+
* The updated expiration timestamp for the bill scenario.
|
|
2669
|
+
* </p>
|
|
2670
|
+
* @public
|
|
2671
|
+
*/
|
|
2672
|
+
expiresAt?: Date | undefined;
|
|
2673
|
+
/**
|
|
2674
|
+
* <p>
|
|
2675
|
+
* An error message if the bill scenario update failed.
|
|
2676
|
+
* </p>
|
|
2677
|
+
* @public
|
|
2678
|
+
*/
|
|
2679
|
+
failureMessage?: string | undefined;
|
|
2680
|
+
}
|
|
2681
|
+
/**
|
|
2682
|
+
* @public
|
|
2683
|
+
*/
|
|
2684
|
+
export interface GetPreferencesRequest {
|
|
2685
|
+
}
|
|
2686
|
+
/**
|
|
2687
|
+
* @public
|
|
2688
|
+
* @enum
|
|
2689
|
+
*/
|
|
2690
|
+
export declare const RateType: {
|
|
2691
|
+
readonly AFTER_DISCOUNTS: "AFTER_DISCOUNTS";
|
|
2692
|
+
readonly BEFORE_DISCOUNTS: "BEFORE_DISCOUNTS";
|
|
2693
|
+
};
|
|
2694
|
+
/**
|
|
2695
|
+
* @public
|
|
2696
|
+
*/
|
|
2697
|
+
export type RateType = (typeof RateType)[keyof typeof RateType];
|
|
2698
|
+
/**
|
|
2699
|
+
* @public
|
|
2700
|
+
*/
|
|
2701
|
+
export interface GetPreferencesResponse {
|
|
2702
|
+
/**
|
|
2703
|
+
* <p>
|
|
2704
|
+
* The preferred rate types for the management account.
|
|
2705
|
+
* </p>
|
|
2706
|
+
* @public
|
|
2707
|
+
*/
|
|
2708
|
+
managementAccountRateTypeSelections?: RateType[] | undefined;
|
|
2709
|
+
/**
|
|
2710
|
+
* <p>
|
|
2711
|
+
* The preferred rate types for member accounts.
|
|
2712
|
+
* </p>
|
|
2713
|
+
* @public
|
|
2714
|
+
*/
|
|
2715
|
+
memberAccountRateTypeSelections?: RateType[] | undefined;
|
|
2716
|
+
}
|
|
2717
|
+
/**
|
|
2718
|
+
* @public
|
|
2719
|
+
*/
|
|
2720
|
+
export interface ListTagsForResourceRequest {
|
|
2721
|
+
/**
|
|
2722
|
+
* <p>
|
|
2723
|
+
* The Amazon Resource Name (ARN) of the resource to list tags for.
|
|
2724
|
+
* </p>
|
|
2725
|
+
* @public
|
|
2726
|
+
*/
|
|
2727
|
+
arn: string | undefined;
|
|
2728
|
+
}
|
|
2729
|
+
/**
|
|
2730
|
+
* @public
|
|
2731
|
+
*/
|
|
2732
|
+
export interface ListTagsForResourceResponse {
|
|
2733
|
+
/**
|
|
2734
|
+
* <p>
|
|
2735
|
+
* The list of tags associated with the specified resource.
|
|
2736
|
+
* </p>
|
|
2737
|
+
* @public
|
|
2738
|
+
*/
|
|
2739
|
+
tags?: Record<string, string> | undefined;
|
|
2740
|
+
}
|
|
2741
|
+
/**
|
|
2742
|
+
* @public
|
|
2743
|
+
*/
|
|
2744
|
+
export interface TagResourceRequest {
|
|
2745
|
+
/**
|
|
2746
|
+
* <p>
|
|
2747
|
+
* The Amazon Resource Name (ARN) of the resource to add tags to.
|
|
2748
|
+
* </p>
|
|
2749
|
+
* @public
|
|
2750
|
+
*/
|
|
2751
|
+
arn: string | undefined;
|
|
2752
|
+
/**
|
|
2753
|
+
* <p>
|
|
2754
|
+
* The tags to add to the resource.
|
|
2755
|
+
* </p>
|
|
2756
|
+
* @public
|
|
2757
|
+
*/
|
|
2758
|
+
tags: Record<string, string> | undefined;
|
|
2759
|
+
}
|
|
2760
|
+
/**
|
|
2761
|
+
* @public
|
|
2762
|
+
*/
|
|
2763
|
+
export interface TagResourceResponse {
|
|
2764
|
+
}
|
|
2765
|
+
/**
|
|
2766
|
+
* @public
|
|
2767
|
+
*/
|
|
2768
|
+
export interface UntagResourceRequest {
|
|
2769
|
+
/**
|
|
2770
|
+
* <p>
|
|
2771
|
+
* The Amazon Resource Name (ARN) of the resource to remove tags from.
|
|
2772
|
+
* </p>
|
|
2773
|
+
* @public
|
|
2774
|
+
*/
|
|
2775
|
+
arn: string | undefined;
|
|
2776
|
+
/**
|
|
2777
|
+
* <p>
|
|
2778
|
+
* The keys of the tags to remove from the resource.
|
|
2779
|
+
* </p>
|
|
2780
|
+
* @public
|
|
2781
|
+
*/
|
|
2782
|
+
tagKeys: string[] | undefined;
|
|
2783
|
+
}
|
|
2784
|
+
/**
|
|
2785
|
+
* @public
|
|
2786
|
+
*/
|
|
2787
|
+
export interface UntagResourceResponse {
|
|
2788
|
+
}
|
|
2789
|
+
/**
|
|
2790
|
+
* @public
|
|
2791
|
+
*/
|
|
2792
|
+
export interface UpdatePreferencesRequest {
|
|
2793
|
+
/**
|
|
2794
|
+
* <p>
|
|
2795
|
+
* The updated preferred rate types for the management account.
|
|
2796
|
+
* </p>
|
|
2797
|
+
* @public
|
|
2798
|
+
*/
|
|
2799
|
+
managementAccountRateTypeSelections?: RateType[] | undefined;
|
|
2800
|
+
/**
|
|
2801
|
+
* <p>
|
|
2802
|
+
* The updated preferred rate types for member accounts.
|
|
2803
|
+
* </p>
|
|
2804
|
+
* @public
|
|
2805
|
+
*/
|
|
2806
|
+
memberAccountRateTypeSelections?: RateType[] | undefined;
|
|
2807
|
+
}
|
|
2808
|
+
/**
|
|
2809
|
+
* @public
|
|
2810
|
+
*/
|
|
2811
|
+
export interface UpdatePreferencesResponse {
|
|
2812
|
+
/**
|
|
2813
|
+
* <p>
|
|
2814
|
+
* The updated preferred rate types for the management account.
|
|
2815
|
+
* </p>
|
|
2816
|
+
* @public
|
|
2817
|
+
*/
|
|
2818
|
+
managementAccountRateTypeSelections?: RateType[] | undefined;
|
|
2819
|
+
/**
|
|
2820
|
+
* <p>
|
|
2821
|
+
* The updated preferred rate types for member accounts.
|
|
2822
|
+
* </p>
|
|
2823
|
+
* @public
|
|
2824
|
+
*/
|
|
2825
|
+
memberAccountRateTypeSelections?: RateType[] | undefined;
|
|
2826
|
+
}
|
|
2827
|
+
/**
|
|
2828
|
+
* @public
|
|
2829
|
+
* @enum
|
|
2830
|
+
*/
|
|
2831
|
+
export declare const WorkloadEstimateRateType: {
|
|
2832
|
+
readonly AFTER_DISCOUNTS: "AFTER_DISCOUNTS";
|
|
2833
|
+
readonly BEFORE_DISCOUNTS: "BEFORE_DISCOUNTS";
|
|
2834
|
+
};
|
|
2835
|
+
/**
|
|
2836
|
+
* @public
|
|
2837
|
+
*/
|
|
2838
|
+
export type WorkloadEstimateRateType = (typeof WorkloadEstimateRateType)[keyof typeof WorkloadEstimateRateType];
|
|
2839
|
+
/**
|
|
2840
|
+
* @public
|
|
2841
|
+
*/
|
|
2842
|
+
export interface CreateWorkloadEstimateRequest {
|
|
2843
|
+
/**
|
|
2844
|
+
* <p>
|
|
2845
|
+
* A descriptive name for the workload estimate.
|
|
2846
|
+
* </p>
|
|
2847
|
+
* @public
|
|
2848
|
+
*/
|
|
2849
|
+
name: string | undefined;
|
|
2850
|
+
/**
|
|
2851
|
+
* <p>
|
|
2852
|
+
* A unique, case-sensitive identifier to ensure idempotency of the request.
|
|
2853
|
+
* </p>
|
|
2854
|
+
* @public
|
|
2855
|
+
*/
|
|
2856
|
+
clientToken?: string | undefined;
|
|
2857
|
+
/**
|
|
2858
|
+
* <p>
|
|
2859
|
+
* The type of pricing rates to use for the estimate.
|
|
2860
|
+
* </p>
|
|
2861
|
+
* @public
|
|
2862
|
+
*/
|
|
2863
|
+
rateType?: WorkloadEstimateRateType | undefined;
|
|
2864
|
+
/**
|
|
2865
|
+
* <p>
|
|
2866
|
+
* The tags to apply to the workload estimate.
|
|
2867
|
+
* </p>
|
|
2868
|
+
* @public
|
|
2869
|
+
*/
|
|
2870
|
+
tags?: Record<string, string> | undefined;
|
|
2871
|
+
}
|
|
2872
|
+
/**
|
|
2873
|
+
* @public
|
|
2874
|
+
* @enum
|
|
2875
|
+
*/
|
|
2876
|
+
export declare const WorkloadEstimateStatus: {
|
|
2877
|
+
readonly ACTION_NEEDED: "ACTION_NEEDED";
|
|
2878
|
+
readonly INVALID: "INVALID";
|
|
2879
|
+
readonly UPDATING: "UPDATING";
|
|
2880
|
+
readonly VALID: "VALID";
|
|
2881
|
+
};
|
|
2882
|
+
/**
|
|
2883
|
+
* @public
|
|
2884
|
+
*/
|
|
2885
|
+
export type WorkloadEstimateStatus = (typeof WorkloadEstimateStatus)[keyof typeof WorkloadEstimateStatus];
|
|
2886
|
+
/**
|
|
2887
|
+
* Mixin for common fields returned by CRUD APIs
|
|
2888
|
+
* @public
|
|
2889
|
+
*/
|
|
2890
|
+
export interface CreateWorkloadEstimateResponse {
|
|
2891
|
+
/**
|
|
2892
|
+
* <p>
|
|
2893
|
+
* The unique identifier for the created workload estimate.
|
|
2894
|
+
* </p>
|
|
2895
|
+
* @public
|
|
2896
|
+
*/
|
|
2897
|
+
id: string | undefined;
|
|
2898
|
+
/**
|
|
2899
|
+
* <p>
|
|
2900
|
+
* The name of the created workload estimate.
|
|
2901
|
+
* </p>
|
|
2902
|
+
* @public
|
|
2903
|
+
*/
|
|
2904
|
+
name?: string | undefined;
|
|
2905
|
+
/**
|
|
2906
|
+
* <p>
|
|
2907
|
+
* The timestamp when the workload estimate was created.
|
|
2908
|
+
* </p>
|
|
2909
|
+
* @public
|
|
2910
|
+
*/
|
|
2911
|
+
createdAt?: Date | undefined;
|
|
2912
|
+
/**
|
|
2913
|
+
* <p>
|
|
2914
|
+
* The timestamp when the workload estimate will expire.
|
|
2915
|
+
* </p>
|
|
2916
|
+
* @public
|
|
2917
|
+
*/
|
|
2918
|
+
expiresAt?: Date | undefined;
|
|
2919
|
+
/**
|
|
2920
|
+
* <p>
|
|
2921
|
+
* The type of pricing rates used for the estimate.
|
|
2922
|
+
* </p>
|
|
2923
|
+
* @public
|
|
2924
|
+
*/
|
|
2925
|
+
rateType?: WorkloadEstimateRateType | undefined;
|
|
2926
|
+
/**
|
|
2927
|
+
* <p>
|
|
2928
|
+
* The timestamp of the pricing rates used for the estimate.
|
|
2929
|
+
* </p>
|
|
2930
|
+
* @public
|
|
2931
|
+
*/
|
|
2932
|
+
rateTimestamp?: Date | undefined;
|
|
2933
|
+
/**
|
|
2934
|
+
* <p>
|
|
2935
|
+
* The current status of the workload estimate.
|
|
2936
|
+
* </p>
|
|
2937
|
+
* @public
|
|
2938
|
+
*/
|
|
2939
|
+
status?: WorkloadEstimateStatus | undefined;
|
|
2940
|
+
/**
|
|
2941
|
+
* <p>
|
|
2942
|
+
* The total estimated cost for the workload.
|
|
2943
|
+
* </p>
|
|
2944
|
+
* @public
|
|
2945
|
+
*/
|
|
2946
|
+
totalCost?: number | undefined;
|
|
2947
|
+
/**
|
|
2948
|
+
* <p>
|
|
2949
|
+
* The currency of the estimated cost.
|
|
2950
|
+
* </p>
|
|
2951
|
+
* @public
|
|
2952
|
+
*/
|
|
2953
|
+
costCurrency?: CurrencyCode | undefined;
|
|
2954
|
+
/**
|
|
2955
|
+
* <p>
|
|
2956
|
+
* An error message if the workload estimate creation failed.
|
|
2957
|
+
* </p>
|
|
2958
|
+
* @public
|
|
2959
|
+
*/
|
|
2960
|
+
failureMessage?: string | undefined;
|
|
2961
|
+
}
|
|
2962
|
+
/**
|
|
2963
|
+
* @public
|
|
2964
|
+
*/
|
|
2965
|
+
export interface DeleteWorkloadEstimateRequest {
|
|
2966
|
+
/**
|
|
2967
|
+
* <p>
|
|
2968
|
+
* The unique identifier of the workload estimate to delete.
|
|
2969
|
+
* </p>
|
|
2970
|
+
* @public
|
|
2971
|
+
*/
|
|
2972
|
+
identifier: string | undefined;
|
|
2973
|
+
}
|
|
2974
|
+
/**
|
|
2975
|
+
* @public
|
|
2976
|
+
*/
|
|
2977
|
+
export interface DeleteWorkloadEstimateResponse {
|
|
2978
|
+
}
|
|
2979
|
+
/**
|
|
2980
|
+
* @public
|
|
2981
|
+
*/
|
|
2982
|
+
export interface GetWorkloadEstimateRequest {
|
|
2983
|
+
/**
|
|
2984
|
+
* <p>
|
|
2985
|
+
* The unique identifier of the workload estimate to retrieve.
|
|
2986
|
+
* </p>
|
|
2987
|
+
* @public
|
|
2988
|
+
*/
|
|
2989
|
+
identifier: string | undefined;
|
|
2990
|
+
}
|
|
2991
|
+
/**
|
|
2992
|
+
* Mixin for common fields returned by CRUD APIs
|
|
2993
|
+
* @public
|
|
2994
|
+
*/
|
|
2995
|
+
export interface GetWorkloadEstimateResponse {
|
|
2996
|
+
/**
|
|
2997
|
+
* <p>
|
|
2998
|
+
* The unique identifier of the retrieved workload estimate.
|
|
2999
|
+
* </p>
|
|
3000
|
+
* @public
|
|
3001
|
+
*/
|
|
3002
|
+
id: string | undefined;
|
|
3003
|
+
/**
|
|
3004
|
+
* <p>
|
|
3005
|
+
* The name of the retrieved workload estimate.
|
|
3006
|
+
* </p>
|
|
3007
|
+
* @public
|
|
3008
|
+
*/
|
|
3009
|
+
name?: string | undefined;
|
|
3010
|
+
/**
|
|
3011
|
+
* <p>
|
|
3012
|
+
* The timestamp when the workload estimate was created.
|
|
3013
|
+
* </p>
|
|
3014
|
+
* @public
|
|
3015
|
+
*/
|
|
3016
|
+
createdAt?: Date | undefined;
|
|
3017
|
+
/**
|
|
3018
|
+
* <p>
|
|
3019
|
+
* The timestamp when the workload estimate will expire.
|
|
3020
|
+
* </p>
|
|
3021
|
+
* @public
|
|
3022
|
+
*/
|
|
3023
|
+
expiresAt?: Date | undefined;
|
|
3024
|
+
/**
|
|
3025
|
+
* <p>
|
|
3026
|
+
* The type of pricing rates used for the estimate.
|
|
3027
|
+
* </p>
|
|
3028
|
+
* @public
|
|
3029
|
+
*/
|
|
3030
|
+
rateType?: WorkloadEstimateRateType | undefined;
|
|
3031
|
+
/**
|
|
3032
|
+
* <p>
|
|
3033
|
+
* The timestamp of the pricing rates used for the estimate.
|
|
3034
|
+
* </p>
|
|
3035
|
+
* @public
|
|
3036
|
+
*/
|
|
3037
|
+
rateTimestamp?: Date | undefined;
|
|
3038
|
+
/**
|
|
3039
|
+
* <p>
|
|
3040
|
+
* The current status of the workload estimate.
|
|
3041
|
+
* </p>
|
|
3042
|
+
* @public
|
|
3043
|
+
*/
|
|
3044
|
+
status?: WorkloadEstimateStatus | undefined;
|
|
3045
|
+
/**
|
|
3046
|
+
* <p>
|
|
3047
|
+
* The total estimated cost for the workload.
|
|
3048
|
+
* </p>
|
|
3049
|
+
* @public
|
|
3050
|
+
*/
|
|
3051
|
+
totalCost?: number | undefined;
|
|
3052
|
+
/**
|
|
3053
|
+
* <p>
|
|
3054
|
+
* The currency of the estimated cost.
|
|
3055
|
+
* </p>
|
|
3056
|
+
* @public
|
|
3057
|
+
*/
|
|
3058
|
+
costCurrency?: CurrencyCode | undefined;
|
|
3059
|
+
/**
|
|
3060
|
+
* <p>
|
|
3061
|
+
* An error message if the workload estimate retrieval failed.
|
|
3062
|
+
* </p>
|
|
3063
|
+
* @public
|
|
3064
|
+
*/
|
|
3065
|
+
failureMessage?: string | undefined;
|
|
3066
|
+
}
|
|
3067
|
+
/**
|
|
3068
|
+
* @public
|
|
3069
|
+
* @enum
|
|
3070
|
+
*/
|
|
3071
|
+
export declare const ListWorkloadEstimatesFilterName: {
|
|
3072
|
+
readonly NAME: "NAME";
|
|
3073
|
+
readonly STATUS: "STATUS";
|
|
3074
|
+
};
|
|
3075
|
+
/**
|
|
3076
|
+
* @public
|
|
3077
|
+
*/
|
|
3078
|
+
export type ListWorkloadEstimatesFilterName = (typeof ListWorkloadEstimatesFilterName)[keyof typeof ListWorkloadEstimatesFilterName];
|
|
3079
|
+
/**
|
|
3080
|
+
* <p>
|
|
3081
|
+
* Represents a filter for listing workload estimates.
|
|
3082
|
+
* </p>
|
|
3083
|
+
* @public
|
|
3084
|
+
*/
|
|
3085
|
+
export interface ListWorkloadEstimatesFilter {
|
|
3086
|
+
/**
|
|
3087
|
+
* <p>
|
|
3088
|
+
* The name of the filter attribute.
|
|
3089
|
+
* </p>
|
|
3090
|
+
* @public
|
|
3091
|
+
*/
|
|
3092
|
+
name: ListWorkloadEstimatesFilterName | undefined;
|
|
3093
|
+
/**
|
|
3094
|
+
* <p>
|
|
3095
|
+
* The values to filter by.
|
|
3096
|
+
* </p>
|
|
3097
|
+
* @public
|
|
3098
|
+
*/
|
|
3099
|
+
values: string[] | undefined;
|
|
3100
|
+
/**
|
|
3101
|
+
* <p>
|
|
3102
|
+
* The match option for the filter (e.g., equals, contains).
|
|
3103
|
+
* </p>
|
|
3104
|
+
* @public
|
|
3105
|
+
*/
|
|
3106
|
+
matchOption?: MatchOption | undefined;
|
|
3107
|
+
}
|
|
3108
|
+
/**
|
|
3109
|
+
* @public
|
|
3110
|
+
*/
|
|
3111
|
+
export interface ListWorkloadEstimatesRequest {
|
|
3112
|
+
/**
|
|
3113
|
+
* <p>
|
|
3114
|
+
* Filter workload estimates based on their creation date.
|
|
3115
|
+
* </p>
|
|
3116
|
+
* @public
|
|
3117
|
+
*/
|
|
3118
|
+
createdAtFilter?: FilterTimestamp | undefined;
|
|
3119
|
+
/**
|
|
3120
|
+
* <p>
|
|
3121
|
+
* Filter workload estimates based on their expiration date.
|
|
3122
|
+
* </p>
|
|
3123
|
+
* @public
|
|
3124
|
+
*/
|
|
3125
|
+
expiresAtFilter?: FilterTimestamp | undefined;
|
|
3126
|
+
/**
|
|
3127
|
+
* <p>
|
|
3128
|
+
* Filters to apply to the list of workload estimates.
|
|
3129
|
+
* </p>
|
|
3130
|
+
* @public
|
|
3131
|
+
*/
|
|
3132
|
+
filters?: ListWorkloadEstimatesFilter[] | undefined;
|
|
3133
|
+
/**
|
|
3134
|
+
* <p>
|
|
3135
|
+
* A token to retrieve the next page of results.
|
|
3136
|
+
* </p>
|
|
3137
|
+
* @public
|
|
3138
|
+
*/
|
|
3139
|
+
nextToken?: string | undefined;
|
|
3140
|
+
/**
|
|
3141
|
+
* <p>
|
|
3142
|
+
* The maximum number of results to return per page.
|
|
3143
|
+
* </p>
|
|
3144
|
+
* @public
|
|
3145
|
+
*/
|
|
3146
|
+
maxResults?: number | undefined;
|
|
3147
|
+
}
|
|
3148
|
+
/**
|
|
3149
|
+
* <p>
|
|
3150
|
+
* Provides a summary of a workload estimate.
|
|
3151
|
+
* </p>
|
|
3152
|
+
* @public
|
|
3153
|
+
*/
|
|
3154
|
+
export interface WorkloadEstimateSummary {
|
|
3155
|
+
/**
|
|
3156
|
+
* <p>
|
|
3157
|
+
* The unique identifier of the workload estimate.
|
|
3158
|
+
* </p>
|
|
3159
|
+
* @public
|
|
3160
|
+
*/
|
|
3161
|
+
id: string | undefined;
|
|
3162
|
+
/**
|
|
3163
|
+
* <p>
|
|
3164
|
+
* The name of the workload estimate.
|
|
3165
|
+
* </p>
|
|
3166
|
+
* @public
|
|
3167
|
+
*/
|
|
3168
|
+
name?: string | undefined;
|
|
3169
|
+
/**
|
|
3170
|
+
* <p>
|
|
3171
|
+
* The timestamp when the workload estimate was created.
|
|
3172
|
+
* </p>
|
|
3173
|
+
* @public
|
|
3174
|
+
*/
|
|
3175
|
+
createdAt?: Date | undefined;
|
|
3176
|
+
/**
|
|
3177
|
+
* <p>
|
|
3178
|
+
* The timestamp when the workload estimate will expire.
|
|
3179
|
+
* </p>
|
|
3180
|
+
* @public
|
|
3181
|
+
*/
|
|
3182
|
+
expiresAt?: Date | undefined;
|
|
3183
|
+
/**
|
|
3184
|
+
* <p>
|
|
3185
|
+
* The type of pricing rates used for the estimate.
|
|
3186
|
+
* </p>
|
|
3187
|
+
* @public
|
|
3188
|
+
*/
|
|
3189
|
+
rateType?: WorkloadEstimateRateType | undefined;
|
|
3190
|
+
/**
|
|
3191
|
+
* <p>
|
|
3192
|
+
* The timestamp of the pricing rates used for the estimate.
|
|
3193
|
+
* </p>
|
|
3194
|
+
* @public
|
|
3195
|
+
*/
|
|
3196
|
+
rateTimestamp?: Date | undefined;
|
|
3197
|
+
/**
|
|
3198
|
+
* <p>
|
|
3199
|
+
* The current status of the workload estimate.
|
|
3200
|
+
* </p>
|
|
3201
|
+
* @public
|
|
3202
|
+
*/
|
|
3203
|
+
status?: WorkloadEstimateStatus | undefined;
|
|
3204
|
+
/**
|
|
3205
|
+
* <p>
|
|
3206
|
+
* The total estimated cost for the workload.
|
|
3207
|
+
* </p>
|
|
3208
|
+
* @public
|
|
3209
|
+
*/
|
|
3210
|
+
totalCost?: number | undefined;
|
|
3211
|
+
/**
|
|
3212
|
+
* <p>
|
|
3213
|
+
* The currency of the estimated cost.
|
|
3214
|
+
* </p>
|
|
3215
|
+
* @public
|
|
3216
|
+
*/
|
|
3217
|
+
costCurrency?: CurrencyCode | undefined;
|
|
3218
|
+
/**
|
|
3219
|
+
* <p>
|
|
3220
|
+
* An error message if the workload estimate creation or processing failed.
|
|
3221
|
+
* </p>
|
|
3222
|
+
* @public
|
|
3223
|
+
*/
|
|
3224
|
+
failureMessage?: string | undefined;
|
|
3225
|
+
}
|
|
3226
|
+
/**
|
|
3227
|
+
* @public
|
|
3228
|
+
*/
|
|
3229
|
+
export interface ListWorkloadEstimatesResponse {
|
|
3230
|
+
/**
|
|
3231
|
+
* <p>
|
|
3232
|
+
* The list of workload estimates for the account.
|
|
3233
|
+
* </p>
|
|
3234
|
+
* @public
|
|
3235
|
+
*/
|
|
3236
|
+
items?: WorkloadEstimateSummary[] | undefined;
|
|
3237
|
+
/**
|
|
3238
|
+
* <p>
|
|
3239
|
+
* A token to retrieve the next page of results, if any.
|
|
3240
|
+
* </p>
|
|
3241
|
+
* @public
|
|
3242
|
+
*/
|
|
3243
|
+
nextToken?: string | undefined;
|
|
3244
|
+
}
|
|
3245
|
+
/**
|
|
3246
|
+
* @public
|
|
3247
|
+
*/
|
|
3248
|
+
export interface UpdateWorkloadEstimateRequest {
|
|
3249
|
+
/**
|
|
3250
|
+
* <p>
|
|
3251
|
+
* The unique identifier of the workload estimate to update.
|
|
3252
|
+
* </p>
|
|
3253
|
+
* @public
|
|
3254
|
+
*/
|
|
3255
|
+
identifier: string | undefined;
|
|
3256
|
+
/**
|
|
3257
|
+
* <p>
|
|
3258
|
+
* The new name for the workload estimate.
|
|
3259
|
+
* </p>
|
|
3260
|
+
* @public
|
|
3261
|
+
*/
|
|
3262
|
+
name?: string | undefined;
|
|
3263
|
+
/**
|
|
3264
|
+
* <p>
|
|
3265
|
+
* The new expiration date for the workload estimate.
|
|
3266
|
+
* </p>
|
|
3267
|
+
* @public
|
|
3268
|
+
*/
|
|
3269
|
+
expiresAt?: Date | undefined;
|
|
3270
|
+
}
|
|
3271
|
+
/**
|
|
3272
|
+
* Mixin for common fields returned by CRUD APIs
|
|
3273
|
+
* @public
|
|
3274
|
+
*/
|
|
3275
|
+
export interface UpdateWorkloadEstimateResponse {
|
|
3276
|
+
/**
|
|
3277
|
+
* <p>
|
|
3278
|
+
* The unique identifier of the updated workload estimate.
|
|
3279
|
+
* </p>
|
|
3280
|
+
* @public
|
|
3281
|
+
*/
|
|
3282
|
+
id: string | undefined;
|
|
3283
|
+
/**
|
|
3284
|
+
* <p>
|
|
3285
|
+
* The updated name of the workload estimate.
|
|
3286
|
+
* </p>
|
|
3287
|
+
* @public
|
|
3288
|
+
*/
|
|
3289
|
+
name?: string | undefined;
|
|
3290
|
+
/**
|
|
3291
|
+
* <p>
|
|
3292
|
+
* The timestamp when the workload estimate was originally created.
|
|
3293
|
+
* </p>
|
|
3294
|
+
* @public
|
|
3295
|
+
*/
|
|
3296
|
+
createdAt?: Date | undefined;
|
|
3297
|
+
/**
|
|
3298
|
+
* <p>
|
|
3299
|
+
* The updated expiration timestamp for the workload estimate.
|
|
3300
|
+
* </p>
|
|
3301
|
+
* @public
|
|
3302
|
+
*/
|
|
3303
|
+
expiresAt?: Date | undefined;
|
|
3304
|
+
/**
|
|
3305
|
+
* <p>
|
|
3306
|
+
* The type of pricing rates used for the updated estimate.
|
|
3307
|
+
* </p>
|
|
3308
|
+
* @public
|
|
3309
|
+
*/
|
|
3310
|
+
rateType?: WorkloadEstimateRateType | undefined;
|
|
3311
|
+
/**
|
|
3312
|
+
* <p>
|
|
3313
|
+
* The timestamp of the pricing rates used for the updated estimate.
|
|
3314
|
+
* </p>
|
|
3315
|
+
* @public
|
|
3316
|
+
*/
|
|
3317
|
+
rateTimestamp?: Date | undefined;
|
|
3318
|
+
/**
|
|
3319
|
+
* <p>
|
|
3320
|
+
* The current status of the updated workload estimate.
|
|
3321
|
+
* </p>
|
|
3322
|
+
* @public
|
|
3323
|
+
*/
|
|
3324
|
+
status?: WorkloadEstimateStatus | undefined;
|
|
3325
|
+
/**
|
|
3326
|
+
* <p>
|
|
3327
|
+
* The updated total estimated cost for the workload.
|
|
3328
|
+
* </p>
|
|
3329
|
+
* @public
|
|
3330
|
+
*/
|
|
3331
|
+
totalCost?: number | undefined;
|
|
3332
|
+
/**
|
|
3333
|
+
* <p>
|
|
3334
|
+
* The currency of the updated estimated cost.
|
|
3335
|
+
* </p>
|
|
3336
|
+
* @public
|
|
3337
|
+
*/
|
|
3338
|
+
costCurrency?: CurrencyCode | undefined;
|
|
3339
|
+
/**
|
|
3340
|
+
* <p>
|
|
3341
|
+
* An error message if the workload estimate update failed.
|
|
3342
|
+
* </p>
|
|
3343
|
+
* @public
|
|
3344
|
+
*/
|
|
3345
|
+
failureMessage?: string | undefined;
|
|
3346
|
+
}
|
|
3347
|
+
/**
|
|
3348
|
+
* @public
|
|
3349
|
+
* @enum
|
|
3350
|
+
*/
|
|
3351
|
+
export declare const BatchCreateWorkloadEstimateUsageCode: {
|
|
3352
|
+
readonly BAD_REQUEST: "BAD_REQUEST";
|
|
3353
|
+
readonly CONFLICT: "CONFLICT";
|
|
3354
|
+
readonly INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR";
|
|
3355
|
+
readonly NOT_FOUND: "NOT_FOUND";
|
|
3356
|
+
};
|
|
3357
|
+
/**
|
|
3358
|
+
* @public
|
|
3359
|
+
*/
|
|
3360
|
+
export type BatchCreateWorkloadEstimateUsageCode = (typeof BatchCreateWorkloadEstimateUsageCode)[keyof typeof BatchCreateWorkloadEstimateUsageCode];
|
|
3361
|
+
/**
|
|
3362
|
+
* <p>
|
|
3363
|
+
* Represents an error that occurred during a batch create operation for workload estimate usage.
|
|
3364
|
+
* </p>
|
|
3365
|
+
* @public
|
|
3366
|
+
*/
|
|
3367
|
+
export interface BatchCreateWorkloadEstimateUsageError {
|
|
3368
|
+
/**
|
|
3369
|
+
* <p>
|
|
3370
|
+
* The key of the entry that caused the error.
|
|
3371
|
+
* </p>
|
|
3372
|
+
* @public
|
|
3373
|
+
*/
|
|
3374
|
+
key?: string | undefined;
|
|
3375
|
+
/**
|
|
3376
|
+
* <p>
|
|
3377
|
+
* The error code associated with the failed operation.
|
|
3378
|
+
* </p>
|
|
3379
|
+
* @public
|
|
3380
|
+
*/
|
|
3381
|
+
errorCode?: BatchCreateWorkloadEstimateUsageCode | undefined;
|
|
3382
|
+
/**
|
|
3383
|
+
* <p>
|
|
3384
|
+
* A descriptive message for the error that occurred.
|
|
3385
|
+
* </p>
|
|
3386
|
+
* @public
|
|
3387
|
+
*/
|
|
3388
|
+
errorMessage?: string | undefined;
|
|
3389
|
+
}
|
|
3390
|
+
/**
|
|
3391
|
+
* <p>
|
|
3392
|
+
* Represents a usage quantity for a workload estimate.
|
|
3393
|
+
* </p>
|
|
3394
|
+
* @public
|
|
3395
|
+
*/
|
|
3396
|
+
export interface WorkloadEstimateUsageQuantity {
|
|
3397
|
+
/**
|
|
3398
|
+
* <p>
|
|
3399
|
+
* The unit of measurement for the usage quantity.
|
|
3400
|
+
* </p>
|
|
3401
|
+
* @public
|
|
3402
|
+
*/
|
|
3403
|
+
unit?: string | undefined;
|
|
3404
|
+
/**
|
|
3405
|
+
* <p>
|
|
3406
|
+
* The numeric value of the usage quantity.
|
|
3407
|
+
* </p>
|
|
3408
|
+
* @public
|
|
3409
|
+
*/
|
|
3410
|
+
amount?: number | undefined;
|
|
3411
|
+
}
|
|
3412
|
+
/**
|
|
3413
|
+
* @public
|
|
3414
|
+
* @enum
|
|
3415
|
+
*/
|
|
3416
|
+
export declare const WorkloadEstimateCostStatus: {
|
|
3417
|
+
readonly INVALID: "INVALID";
|
|
3418
|
+
readonly STALE: "STALE";
|
|
3419
|
+
readonly VALID: "VALID";
|
|
3420
|
+
};
|
|
3421
|
+
/**
|
|
3422
|
+
* @public
|
|
3423
|
+
*/
|
|
3424
|
+
export type WorkloadEstimateCostStatus = (typeof WorkloadEstimateCostStatus)[keyof typeof WorkloadEstimateCostStatus];
|
|
3425
|
+
/**
|
|
3426
|
+
* @public
|
|
3427
|
+
*/
|
|
3428
|
+
export interface BatchDeleteWorkloadEstimateUsageRequest {
|
|
3429
|
+
/**
|
|
3430
|
+
* <p>
|
|
3431
|
+
* The ID of the Workload estimate for which you want to delete the modeled usage.
|
|
3432
|
+
* </p>
|
|
3433
|
+
* @public
|
|
3434
|
+
*/
|
|
3435
|
+
workloadEstimateId: string | undefined;
|
|
3436
|
+
/**
|
|
3437
|
+
* <p>
|
|
3438
|
+
* List of usage that you want to delete from the Workload estimate.
|
|
3439
|
+
* </p>
|
|
3440
|
+
* @public
|
|
3441
|
+
*/
|
|
3442
|
+
ids: string[] | undefined;
|
|
3443
|
+
}
|
|
3444
|
+
/**
|
|
3445
|
+
* @public
|
|
3446
|
+
* @enum
|
|
3447
|
+
*/
|
|
3448
|
+
export declare const WorkloadEstimateUpdateUsageErrorCode: {
|
|
3449
|
+
readonly BAD_REQUEST: "BAD_REQUEST";
|
|
3450
|
+
readonly CONFLICT: "CONFLICT";
|
|
3451
|
+
readonly INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR";
|
|
3452
|
+
readonly NOT_FOUND: "NOT_FOUND";
|
|
3453
|
+
};
|
|
3454
|
+
/**
|
|
3455
|
+
* @public
|
|
3456
|
+
*/
|
|
3457
|
+
export type WorkloadEstimateUpdateUsageErrorCode = (typeof WorkloadEstimateUpdateUsageErrorCode)[keyof typeof WorkloadEstimateUpdateUsageErrorCode];
|
|
3458
|
+
/**
|
|
3459
|
+
* <p>
|
|
3460
|
+
* Represents an error that occurred when deleting usage in a workload estimate.
|
|
3461
|
+
* </p>
|
|
3462
|
+
* @public
|
|
3463
|
+
*/
|
|
3464
|
+
export interface BatchDeleteWorkloadEstimateUsageError {
|
|
3465
|
+
/**
|
|
3466
|
+
* <p>
|
|
3467
|
+
* The ID of the error.
|
|
3468
|
+
* </p>
|
|
3469
|
+
* @public
|
|
3470
|
+
*/
|
|
3471
|
+
id?: string | undefined;
|
|
3472
|
+
/**
|
|
3473
|
+
* <p>
|
|
3474
|
+
* The message that describes the error.
|
|
3475
|
+
* </p>
|
|
3476
|
+
* @public
|
|
3477
|
+
*/
|
|
3478
|
+
errorMessage?: string | undefined;
|
|
3479
|
+
/**
|
|
3480
|
+
* <p>
|
|
3481
|
+
* The code associated with the error.
|
|
3482
|
+
* </p>
|
|
3483
|
+
* @public
|
|
3484
|
+
*/
|
|
3485
|
+
errorCode?: WorkloadEstimateUpdateUsageErrorCode | undefined;
|
|
3486
|
+
}
|
|
3487
|
+
/**
|
|
3488
|
+
* @public
|
|
3489
|
+
*/
|
|
3490
|
+
export interface BatchDeleteWorkloadEstimateUsageResponse {
|
|
3491
|
+
/**
|
|
3492
|
+
* <p>
|
|
3493
|
+
* Returns the list of errors reason and the usage item keys that cannot be deleted from the Workload estimate.
|
|
3494
|
+
* </p>
|
|
3495
|
+
* @public
|
|
3496
|
+
*/
|
|
3497
|
+
errors?: BatchDeleteWorkloadEstimateUsageError[] | undefined;
|
|
3498
|
+
}
|
|
3499
|
+
/**
|
|
3500
|
+
* <p>
|
|
3501
|
+
* Represents an entry in a batch operation to update workload estimate usage.
|
|
3502
|
+
* </p>
|
|
3503
|
+
* @public
|
|
3504
|
+
*/
|
|
3505
|
+
export interface BatchUpdateWorkloadEstimateUsageEntry {
|
|
3506
|
+
/**
|
|
3507
|
+
* <p>
|
|
3508
|
+
* The unique identifier of the usage estimate to update.
|
|
3509
|
+
* </p>
|
|
3510
|
+
* @public
|
|
3511
|
+
*/
|
|
3512
|
+
id: string | undefined;
|
|
3513
|
+
/**
|
|
3514
|
+
* <p>
|
|
3515
|
+
* The updated group identifier for the usage estimate.
|
|
3516
|
+
* </p>
|
|
3517
|
+
* @public
|
|
3518
|
+
*/
|
|
3519
|
+
group?: string | undefined;
|
|
3520
|
+
/**
|
|
3521
|
+
* <p>
|
|
3522
|
+
* The updated estimated usage amount.
|
|
3523
|
+
* </p>
|
|
3524
|
+
* @public
|
|
3525
|
+
*/
|
|
3526
|
+
amount?: number | undefined;
|
|
3527
|
+
}
|
|
3528
|
+
/**
|
|
3529
|
+
* @public
|
|
3530
|
+
*/
|
|
3531
|
+
export interface BatchUpdateWorkloadEstimateUsageRequest {
|
|
3532
|
+
/**
|
|
3533
|
+
* <p>
|
|
3534
|
+
* The ID of the Workload estimate for which you want to modify the usage lines.
|
|
3535
|
+
* </p>
|
|
3536
|
+
* @public
|
|
3537
|
+
*/
|
|
3538
|
+
workloadEstimateId: string | undefined;
|
|
3539
|
+
/**
|
|
3540
|
+
* <p>
|
|
3541
|
+
* List of usage line amounts and usage group that you want to update in a Workload estimate identified by the usage ID.
|
|
3542
|
+
* </p>
|
|
3543
|
+
* @public
|
|
3544
|
+
*/
|
|
3545
|
+
usage: BatchUpdateWorkloadEstimateUsageEntry[] | undefined;
|
|
3546
|
+
}
|
|
3547
|
+
/**
|
|
3548
|
+
* <p>
|
|
3549
|
+
* Represents an error that occurred when updating usage in a workload estimate.
|
|
3550
|
+
* </p>
|
|
3551
|
+
* @public
|
|
3552
|
+
*/
|
|
3553
|
+
export interface BatchUpdateWorkloadEstimateUsageError {
|
|
3554
|
+
/**
|
|
3555
|
+
* <p>
|
|
3556
|
+
* The ID of the error.
|
|
3557
|
+
* </p>
|
|
3558
|
+
* @public
|
|
3559
|
+
*/
|
|
3560
|
+
id?: string | undefined;
|
|
3561
|
+
/**
|
|
3562
|
+
* <p>
|
|
3563
|
+
* The message that describes the error.
|
|
3564
|
+
* </p>
|
|
3565
|
+
* @public
|
|
3566
|
+
*/
|
|
3567
|
+
errorMessage?: string | undefined;
|
|
3568
|
+
/**
|
|
3569
|
+
* <p>
|
|
3570
|
+
* The code associated with the error.
|
|
3571
|
+
* </p>
|
|
3572
|
+
* @public
|
|
3573
|
+
*/
|
|
3574
|
+
errorCode?: WorkloadEstimateUpdateUsageErrorCode | undefined;
|
|
3575
|
+
}
|
|
3576
|
+
/**
|
|
3577
|
+
* @public
|
|
3578
|
+
*/
|
|
3579
|
+
export interface ListWorkloadEstimateUsageRequest {
|
|
3580
|
+
/**
|
|
3581
|
+
* <p>
|
|
3582
|
+
* The unique identifier of the workload estimate to list usage for.
|
|
3583
|
+
* </p>
|
|
3584
|
+
* @public
|
|
3585
|
+
*/
|
|
3586
|
+
workloadEstimateId: string | undefined;
|
|
3587
|
+
/**
|
|
3588
|
+
* <p>
|
|
3589
|
+
* Filters to apply to the list of usage items.
|
|
3590
|
+
* </p>
|
|
3591
|
+
* @public
|
|
3592
|
+
*/
|
|
3593
|
+
filters?: ListUsageFilter[] | undefined;
|
|
3594
|
+
/**
|
|
3595
|
+
* <p>
|
|
3596
|
+
* A token to retrieve the next page of results.
|
|
3597
|
+
* </p>
|
|
3598
|
+
* @public
|
|
3599
|
+
*/
|
|
3600
|
+
nextToken?: string | undefined;
|
|
3601
|
+
/**
|
|
3602
|
+
* <p>
|
|
3603
|
+
* The maximum number of results to return per page.
|
|
3604
|
+
* </p>
|
|
3605
|
+
* @public
|
|
3606
|
+
*/
|
|
3607
|
+
maxResults?: number | undefined;
|
|
3608
|
+
}
|
|
3609
|
+
/**
|
|
3610
|
+
* <p>
|
|
3611
|
+
* Represents a complex filtering expression for cost and usage data.
|
|
3612
|
+
* </p>
|
|
3613
|
+
* @public
|
|
3614
|
+
*/
|
|
3615
|
+
export interface Expression {
|
|
3616
|
+
/**
|
|
3617
|
+
* <p>
|
|
3618
|
+
* A list of expressions to be combined with AND logic.
|
|
3619
|
+
* </p>
|
|
3620
|
+
* @public
|
|
3621
|
+
*/
|
|
3622
|
+
and?: Expression[] | undefined;
|
|
3623
|
+
/**
|
|
3624
|
+
* <p>
|
|
3625
|
+
* A list of expressions to be combined with OR logic.
|
|
3626
|
+
* </p>
|
|
3627
|
+
* @public
|
|
3628
|
+
*/
|
|
3629
|
+
or?: Expression[] | undefined;
|
|
3630
|
+
/**
|
|
3631
|
+
* <p>
|
|
3632
|
+
* An expression to be negated.
|
|
3633
|
+
* </p>
|
|
3634
|
+
* @public
|
|
3635
|
+
*/
|
|
3636
|
+
not?: Expression | undefined;
|
|
3637
|
+
/**
|
|
3638
|
+
* <p>
|
|
3639
|
+
* Filters based on cost categories.
|
|
3640
|
+
* </p>
|
|
3641
|
+
* @public
|
|
3642
|
+
*/
|
|
3643
|
+
costCategories?: ExpressionFilter | undefined;
|
|
3644
|
+
/**
|
|
3645
|
+
* <p>
|
|
3646
|
+
* Filters based on dimensions (e.g., service, operation).
|
|
3647
|
+
* </p>
|
|
3648
|
+
* @public
|
|
3649
|
+
*/
|
|
3650
|
+
dimensions?: ExpressionFilter | undefined;
|
|
3651
|
+
/**
|
|
3652
|
+
* <p>
|
|
3653
|
+
* Filters based on resource tags.
|
|
3654
|
+
* </p>
|
|
3655
|
+
* @public
|
|
3656
|
+
*/
|
|
3657
|
+
tags?: ExpressionFilter | undefined;
|
|
3658
|
+
}
|
|
3659
|
+
/**
|
|
3660
|
+
* <p>
|
|
3661
|
+
* Represents historical usage data for a specific entity.
|
|
3662
|
+
* </p>
|
|
3663
|
+
* @public
|
|
3664
|
+
*/
|
|
3665
|
+
export interface HistoricalUsageEntity {
|
|
3666
|
+
/**
|
|
3667
|
+
* <p>
|
|
3668
|
+
* The Amazon Web Services service code associated with the usage.
|
|
3669
|
+
* </p>
|
|
3670
|
+
* @public
|
|
3671
|
+
*/
|
|
3672
|
+
serviceCode: string | undefined;
|
|
3673
|
+
/**
|
|
3674
|
+
* <p>
|
|
3675
|
+
* The type of usage.
|
|
3676
|
+
* </p>
|
|
3677
|
+
* @public
|
|
3678
|
+
*/
|
|
3679
|
+
usageType: string | undefined;
|
|
3680
|
+
/**
|
|
3681
|
+
* <p>
|
|
3682
|
+
* The specific operation associated with the usage.
|
|
3683
|
+
* </p>
|
|
3684
|
+
* @public
|
|
3685
|
+
*/
|
|
3686
|
+
operation: string | undefined;
|
|
3687
|
+
/**
|
|
3688
|
+
* <p>
|
|
3689
|
+
* The location associated with the usage.
|
|
3690
|
+
* </p>
|
|
3691
|
+
* @public
|
|
3692
|
+
*/
|
|
3693
|
+
location?: string | undefined;
|
|
3694
|
+
/**
|
|
3695
|
+
* <p>
|
|
3696
|
+
* The Amazon Web Services account ID associated with the usage.
|
|
3697
|
+
* </p>
|
|
3698
|
+
* @public
|
|
3699
|
+
*/
|
|
3700
|
+
usageAccountId: string | undefined;
|
|
3701
|
+
/**
|
|
3702
|
+
* <p>
|
|
3703
|
+
* The time interval for the historical usage data.
|
|
3704
|
+
* </p>
|
|
3705
|
+
* @public
|
|
3706
|
+
*/
|
|
3707
|
+
billInterval: BillInterval | undefined;
|
|
3708
|
+
/**
|
|
3709
|
+
* <p>
|
|
3710
|
+
* An optional filter expression to apply to the historical usage data.
|
|
3711
|
+
* </p>
|
|
3712
|
+
* @public
|
|
3713
|
+
*/
|
|
3714
|
+
filterExpression: Expression | undefined;
|
|
3715
|
+
}
|
|
3716
|
+
/**
|
|
3717
|
+
* <p>
|
|
3718
|
+
* Represents an entry in a batch operation to create bill scenario usage modifications.
|
|
3719
|
+
* </p>
|
|
3720
|
+
* @public
|
|
3721
|
+
*/
|
|
3722
|
+
export interface BatchCreateBillScenarioUsageModificationEntry {
|
|
3723
|
+
/**
|
|
3724
|
+
* <p>
|
|
3725
|
+
* The Amazon Web Services service code for this usage modification.
|
|
3726
|
+
* This identifies the specific Amazon Web Services service to the customer as
|
|
3727
|
+
* a unique short abbreviation. For example, <code>AmazonEC2</code>
|
|
3728
|
+
* and <code>AWSKMS</code>.
|
|
3729
|
+
* </p>
|
|
3730
|
+
* @public
|
|
3731
|
+
*/
|
|
3732
|
+
serviceCode: string | undefined;
|
|
3733
|
+
/**
|
|
3734
|
+
* <p>
|
|
3735
|
+
* Describes the usage details of the usage line item.
|
|
3736
|
+
* </p>
|
|
3737
|
+
* @public
|
|
3738
|
+
*/
|
|
3739
|
+
usageType: string | undefined;
|
|
3740
|
+
/**
|
|
3741
|
+
* <p>
|
|
3742
|
+
* The specific operation associated with this usage modification.
|
|
3743
|
+
* Describes the specific Amazon Web Services operation that this usage line models.
|
|
3744
|
+
* For example, <code>RunInstances</code> indicates the operation of an Amazon EC2 instance.
|
|
3745
|
+
* </p>
|
|
3746
|
+
* @public
|
|
3747
|
+
*/
|
|
3748
|
+
operation: string | undefined;
|
|
3749
|
+
/**
|
|
3750
|
+
* <p>
|
|
3751
|
+
* The Availability Zone that this usage line uses.
|
|
3752
|
+
* </p>
|
|
3753
|
+
* @public
|
|
3754
|
+
*/
|
|
3755
|
+
availabilityZone?: string | undefined;
|
|
3756
|
+
/**
|
|
3757
|
+
* <p>
|
|
3758
|
+
* A unique identifier for this entry in the batch operation.
|
|
3759
|
+
* This can be any valid string. This key is useful to identify errors
|
|
3760
|
+
* associated with any usage entry as any error is returned with this key.
|
|
3761
|
+
* </p>
|
|
3762
|
+
* @public
|
|
3763
|
+
*/
|
|
3764
|
+
key: string | undefined;
|
|
3765
|
+
/**
|
|
3766
|
+
* <p>
|
|
3767
|
+
* An optional group identifier for the usage modification.
|
|
3768
|
+
* </p>
|
|
3769
|
+
* @public
|
|
3770
|
+
*/
|
|
3771
|
+
group?: string | undefined;
|
|
3772
|
+
/**
|
|
3773
|
+
* <p>
|
|
3774
|
+
* The Amazon Web Services account ID to which this usage will be applied to.
|
|
3775
|
+
* </p>
|
|
3776
|
+
* @public
|
|
3777
|
+
*/
|
|
3778
|
+
usageAccountId: string | undefined;
|
|
3779
|
+
/**
|
|
3780
|
+
* <p>
|
|
3781
|
+
* The amount of usage you want to create for the service use you are modeling.
|
|
3782
|
+
* </p>
|
|
3783
|
+
* @public
|
|
3784
|
+
*/
|
|
3785
|
+
amounts?: UsageAmount[] | undefined;
|
|
3786
|
+
/**
|
|
3787
|
+
* <p>
|
|
3788
|
+
* Historical usage data associated with this modification, if available.
|
|
3789
|
+
* </p>
|
|
3790
|
+
* @public
|
|
3791
|
+
*/
|
|
3792
|
+
historicalUsage?: HistoricalUsageEntity | undefined;
|
|
3793
|
+
}
|
|
3794
|
+
/**
|
|
3795
|
+
* <p>
|
|
3796
|
+
* Represents a successfully created item in a batch operation for bill scenario usage modifications.
|
|
3797
|
+
* </p>
|
|
3798
|
+
* @public
|
|
3799
|
+
*/
|
|
3800
|
+
export interface BatchCreateBillScenarioUsageModificationItem {
|
|
3801
|
+
/**
|
|
3802
|
+
* <p>
|
|
3803
|
+
* The Amazon Web Services service code for this usage modification.
|
|
3804
|
+
* </p>
|
|
3805
|
+
* @public
|
|
3806
|
+
*/
|
|
3807
|
+
serviceCode: string | undefined;
|
|
3808
|
+
/**
|
|
3809
|
+
* <p>
|
|
3810
|
+
* The type of usage that was modified.
|
|
3811
|
+
* </p>
|
|
3812
|
+
* @public
|
|
3813
|
+
*/
|
|
3814
|
+
usageType: string | undefined;
|
|
3815
|
+
/**
|
|
3816
|
+
* <p>
|
|
3817
|
+
* The specific operation associated with this usage modification.
|
|
3818
|
+
* </p>
|
|
3819
|
+
* @public
|
|
3820
|
+
*/
|
|
3821
|
+
operation: string | undefined;
|
|
3822
|
+
/**
|
|
3823
|
+
* <p>
|
|
3824
|
+
* The location associated with this usage modification.
|
|
3825
|
+
* </p>
|
|
3826
|
+
* @public
|
|
3827
|
+
*/
|
|
3828
|
+
location?: string | undefined;
|
|
3829
|
+
/**
|
|
3830
|
+
* <p>
|
|
3831
|
+
* The availability zone associated with this usage modification, if applicable.
|
|
3832
|
+
* </p>
|
|
3833
|
+
* @public
|
|
3834
|
+
*/
|
|
3835
|
+
availabilityZone?: string | undefined;
|
|
3836
|
+
/**
|
|
3837
|
+
* <p>
|
|
3838
|
+
* The unique identifier assigned to the created usage modification.
|
|
3839
|
+
* </p>
|
|
3840
|
+
* @public
|
|
3841
|
+
*/
|
|
3842
|
+
id?: string | undefined;
|
|
3843
|
+
/**
|
|
3844
|
+
* <p>
|
|
3845
|
+
* The group identifier for the created usage modification.
|
|
3846
|
+
* </p>
|
|
3847
|
+
* @public
|
|
3848
|
+
*/
|
|
3849
|
+
group?: string | undefined;
|
|
3850
|
+
/**
|
|
3851
|
+
* <p>
|
|
3852
|
+
* The Amazon Web Services account ID associated with the created usage modification.
|
|
3853
|
+
* </p>
|
|
3854
|
+
* @public
|
|
3855
|
+
*/
|
|
3856
|
+
usageAccountId?: string | undefined;
|
|
3857
|
+
/**
|
|
3858
|
+
* <p>
|
|
3859
|
+
* The modified usage quantities.
|
|
3860
|
+
* </p>
|
|
3861
|
+
* @public
|
|
3862
|
+
*/
|
|
3863
|
+
quantities?: UsageQuantity[] | undefined;
|
|
3864
|
+
/**
|
|
3865
|
+
* <p>
|
|
3866
|
+
* Historical usage data associated with this modification, if available.
|
|
3867
|
+
* </p>
|
|
3868
|
+
* @public
|
|
3869
|
+
*/
|
|
3870
|
+
historicalUsage?: HistoricalUsageEntity | undefined;
|
|
3871
|
+
/**
|
|
3872
|
+
* <p>
|
|
3873
|
+
* The key of the successfully created entry.
|
|
3874
|
+
* </p>
|
|
3875
|
+
* @public
|
|
3876
|
+
*/
|
|
3877
|
+
key?: string | undefined;
|
|
3878
|
+
}
|
|
3879
|
+
/**
|
|
3880
|
+
* <p>
|
|
3881
|
+
* Represents an entry in a batch operation to create workload estimate usage.
|
|
3882
|
+
* </p>
|
|
3883
|
+
* @public
|
|
3884
|
+
*/
|
|
3885
|
+
export interface BatchCreateWorkloadEstimateUsageEntry {
|
|
3886
|
+
/**
|
|
3887
|
+
* <p>
|
|
3888
|
+
* The Amazon Web Services service code for this usage estimate.
|
|
3889
|
+
* </p>
|
|
3890
|
+
* @public
|
|
3891
|
+
*/
|
|
3892
|
+
serviceCode: string | undefined;
|
|
3893
|
+
/**
|
|
3894
|
+
* <p>
|
|
3895
|
+
* The type of usage being estimated.
|
|
3896
|
+
* </p>
|
|
3897
|
+
* @public
|
|
3898
|
+
*/
|
|
3899
|
+
usageType: string | undefined;
|
|
3900
|
+
/**
|
|
3901
|
+
* <p>
|
|
3902
|
+
* The specific operation associated with this usage estimate.
|
|
3903
|
+
* </p>
|
|
3904
|
+
* @public
|
|
3905
|
+
*/
|
|
3906
|
+
operation: string | undefined;
|
|
3907
|
+
/**
|
|
3908
|
+
* <p>
|
|
3909
|
+
* A unique identifier for this entry in the batch operation.
|
|
3910
|
+
* </p>
|
|
3911
|
+
* @public
|
|
3912
|
+
*/
|
|
3913
|
+
key: string | undefined;
|
|
3914
|
+
/**
|
|
3915
|
+
* <p>
|
|
3916
|
+
* An optional group identifier for the usage estimate.
|
|
3917
|
+
* </p>
|
|
3918
|
+
* @public
|
|
3919
|
+
*/
|
|
3920
|
+
group?: string | undefined;
|
|
3921
|
+
/**
|
|
3922
|
+
* <p>
|
|
3923
|
+
* The Amazon Web Services account ID associated with this usage estimate.
|
|
3924
|
+
* </p>
|
|
3925
|
+
* @public
|
|
3926
|
+
*/
|
|
3927
|
+
usageAccountId: string | undefined;
|
|
3928
|
+
/**
|
|
3929
|
+
* <p>
|
|
3930
|
+
* The estimated usage amount.
|
|
3931
|
+
* </p>
|
|
3932
|
+
* @public
|
|
3933
|
+
*/
|
|
3934
|
+
amount: number | undefined;
|
|
3935
|
+
/**
|
|
3936
|
+
* <p>
|
|
3937
|
+
* Historical usage data associated with this estimate, if available.
|
|
3938
|
+
* </p>
|
|
3939
|
+
* @public
|
|
3940
|
+
*/
|
|
3941
|
+
historicalUsage?: HistoricalUsageEntity | undefined;
|
|
3942
|
+
}
|
|
3943
|
+
/**
|
|
3944
|
+
* <p>
|
|
3945
|
+
* Represents a successfully created item in a batch operation for workload estimate usage.
|
|
3946
|
+
* </p>
|
|
3947
|
+
* @public
|
|
3948
|
+
*/
|
|
3949
|
+
export interface BatchCreateWorkloadEstimateUsageItem {
|
|
3950
|
+
/**
|
|
3951
|
+
* <p>
|
|
3952
|
+
* The Amazon Web Services service code for this usage estimate.
|
|
3953
|
+
* </p>
|
|
3954
|
+
* @public
|
|
3955
|
+
*/
|
|
3956
|
+
serviceCode: string | undefined;
|
|
3957
|
+
/**
|
|
3958
|
+
* <p>
|
|
3959
|
+
* The type of usage that was estimated.
|
|
3960
|
+
* </p>
|
|
3961
|
+
* @public
|
|
3962
|
+
*/
|
|
3963
|
+
usageType: string | undefined;
|
|
3964
|
+
/**
|
|
3965
|
+
* <p>
|
|
3966
|
+
* The specific operation associated with this usage estimate.
|
|
3967
|
+
* </p>
|
|
3968
|
+
* @public
|
|
3969
|
+
*/
|
|
3970
|
+
operation: string | undefined;
|
|
3971
|
+
/**
|
|
3972
|
+
* <p>
|
|
3973
|
+
* The location associated with this usage estimate.
|
|
3974
|
+
* </p>
|
|
3975
|
+
* @public
|
|
3976
|
+
*/
|
|
3977
|
+
location?: string | undefined;
|
|
3978
|
+
/**
|
|
3979
|
+
* <p>
|
|
3980
|
+
* The unique identifier assigned to the created usage estimate.
|
|
3981
|
+
* </p>
|
|
3982
|
+
* @public
|
|
3983
|
+
*/
|
|
3984
|
+
id?: string | undefined;
|
|
3985
|
+
/**
|
|
3986
|
+
* <p>
|
|
3987
|
+
* The Amazon Web Services account ID associated with the created usage estimate.
|
|
3988
|
+
* </p>
|
|
3989
|
+
* @public
|
|
3990
|
+
*/
|
|
3991
|
+
usageAccountId?: string | undefined;
|
|
3992
|
+
/**
|
|
3993
|
+
* <p>
|
|
3994
|
+
* The group identifier for the created usage estimate.
|
|
3995
|
+
* </p>
|
|
3996
|
+
* @public
|
|
3997
|
+
*/
|
|
3998
|
+
group?: string | undefined;
|
|
3999
|
+
/**
|
|
4000
|
+
* <p>
|
|
4001
|
+
* The estimated usage quantity.
|
|
4002
|
+
* </p>
|
|
4003
|
+
* @public
|
|
4004
|
+
*/
|
|
4005
|
+
quantity?: WorkloadEstimateUsageQuantity | undefined;
|
|
4006
|
+
/**
|
|
4007
|
+
* <p>
|
|
4008
|
+
* The estimated cost associated with this usage.
|
|
4009
|
+
* </p>
|
|
4010
|
+
* @public
|
|
4011
|
+
*/
|
|
4012
|
+
cost?: number | undefined;
|
|
4013
|
+
/**
|
|
4014
|
+
* <p>
|
|
4015
|
+
* The currency of the estimated cost.
|
|
4016
|
+
* </p>
|
|
4017
|
+
* @public
|
|
4018
|
+
*/
|
|
4019
|
+
currency?: CurrencyCode | undefined;
|
|
4020
|
+
/**
|
|
4021
|
+
* <p>
|
|
4022
|
+
* The current status of the created usage estimate.
|
|
4023
|
+
* </p>
|
|
4024
|
+
* @public
|
|
4025
|
+
*/
|
|
4026
|
+
status?: WorkloadEstimateCostStatus | undefined;
|
|
4027
|
+
/**
|
|
4028
|
+
* <p>
|
|
4029
|
+
* Historical usage data associated with this estimate, if available.
|
|
4030
|
+
* </p>
|
|
4031
|
+
* @public
|
|
4032
|
+
*/
|
|
4033
|
+
historicalUsage?: HistoricalUsageEntity | undefined;
|
|
4034
|
+
/**
|
|
4035
|
+
* <p>
|
|
4036
|
+
* The key of the successfully created entry.
|
|
4037
|
+
* </p>
|
|
4038
|
+
* @public
|
|
4039
|
+
*/
|
|
4040
|
+
key?: string | undefined;
|
|
4041
|
+
}
|
|
4042
|
+
/**
|
|
4043
|
+
* <p>
|
|
4044
|
+
* Summarizes an input usage modification for a bill estimate.
|
|
4045
|
+
* </p>
|
|
4046
|
+
* @public
|
|
4047
|
+
*/
|
|
4048
|
+
export interface BillEstimateInputUsageModificationSummary {
|
|
4049
|
+
/**
|
|
4050
|
+
* <p>
|
|
4051
|
+
* The Amazon Web Services service code for this usage modification.
|
|
4052
|
+
* </p>
|
|
4053
|
+
* @public
|
|
4054
|
+
*/
|
|
4055
|
+
serviceCode: string | undefined;
|
|
4056
|
+
/**
|
|
4057
|
+
* <p>
|
|
4058
|
+
* The type of usage being modified.
|
|
4059
|
+
* </p>
|
|
4060
|
+
* @public
|
|
4061
|
+
*/
|
|
4062
|
+
usageType: string | undefined;
|
|
4063
|
+
/**
|
|
4064
|
+
* <p>
|
|
4065
|
+
* The specific operation associated with this usage modification.
|
|
4066
|
+
* </p>
|
|
4067
|
+
* @public
|
|
4068
|
+
*/
|
|
4069
|
+
operation: string | undefined;
|
|
4070
|
+
/**
|
|
4071
|
+
* <p>
|
|
4072
|
+
* The location associated with this usage modification.
|
|
4073
|
+
* </p>
|
|
4074
|
+
* @public
|
|
4075
|
+
*/
|
|
4076
|
+
location?: string | undefined;
|
|
4077
|
+
/**
|
|
4078
|
+
* <p>
|
|
4079
|
+
* The availability zone associated with this usage modification, if applicable.
|
|
4080
|
+
* </p>
|
|
4081
|
+
* @public
|
|
4082
|
+
*/
|
|
4083
|
+
availabilityZone?: string | undefined;
|
|
4084
|
+
/**
|
|
4085
|
+
* <p>
|
|
4086
|
+
* The unique identifier of the usage modification.
|
|
4087
|
+
* </p>
|
|
4088
|
+
* @public
|
|
4089
|
+
*/
|
|
4090
|
+
id?: string | undefined;
|
|
4091
|
+
/**
|
|
4092
|
+
* <p>
|
|
4093
|
+
* The group identifier for the usage modification.
|
|
4094
|
+
* </p>
|
|
4095
|
+
* @public
|
|
4096
|
+
*/
|
|
4097
|
+
group?: string | undefined;
|
|
4098
|
+
/**
|
|
4099
|
+
* <p>
|
|
4100
|
+
* The Amazon Web Services account ID associated with this usage modification.
|
|
4101
|
+
* </p>
|
|
4102
|
+
* @public
|
|
4103
|
+
*/
|
|
4104
|
+
usageAccountId?: string | undefined;
|
|
4105
|
+
/**
|
|
4106
|
+
* <p>
|
|
4107
|
+
* The modified usage quantities.
|
|
4108
|
+
* </p>
|
|
4109
|
+
* @public
|
|
4110
|
+
*/
|
|
4111
|
+
quantities?: UsageQuantity[] | undefined;
|
|
4112
|
+
/**
|
|
4113
|
+
* <p>
|
|
4114
|
+
* Historical usage data associated with this modification, if available.
|
|
4115
|
+
* </p>
|
|
4116
|
+
* @public
|
|
4117
|
+
*/
|
|
4118
|
+
historicalUsage?: HistoricalUsageEntity | undefined;
|
|
4119
|
+
}
|
|
4120
|
+
/**
|
|
4121
|
+
* <p>
|
|
4122
|
+
* Represents a usage modification item in a bill scenario.
|
|
4123
|
+
* </p>
|
|
4124
|
+
* @public
|
|
4125
|
+
*/
|
|
4126
|
+
export interface BillScenarioUsageModificationItem {
|
|
4127
|
+
/**
|
|
4128
|
+
* <p>
|
|
4129
|
+
* The Amazon Web Services service code for this usage modification.
|
|
4130
|
+
* </p>
|
|
4131
|
+
* @public
|
|
4132
|
+
*/
|
|
4133
|
+
serviceCode: string | undefined;
|
|
4134
|
+
/**
|
|
4135
|
+
* <p>
|
|
4136
|
+
* The type of usage being modified.
|
|
4137
|
+
* </p>
|
|
4138
|
+
* @public
|
|
4139
|
+
*/
|
|
4140
|
+
usageType: string | undefined;
|
|
4141
|
+
/**
|
|
4142
|
+
* <p>
|
|
4143
|
+
* The specific operation associated with this usage modification.
|
|
4144
|
+
* </p>
|
|
4145
|
+
* @public
|
|
4146
|
+
*/
|
|
4147
|
+
operation: string | undefined;
|
|
4148
|
+
/**
|
|
4149
|
+
* <p>
|
|
4150
|
+
* The location associated with this usage modification.
|
|
4151
|
+
* </p>
|
|
4152
|
+
* @public
|
|
4153
|
+
*/
|
|
4154
|
+
location?: string | undefined;
|
|
4155
|
+
/**
|
|
4156
|
+
* <p>
|
|
4157
|
+
* The availability zone associated with this usage modification, if applicable.
|
|
4158
|
+
* </p>
|
|
4159
|
+
* @public
|
|
4160
|
+
*/
|
|
4161
|
+
availabilityZone?: string | undefined;
|
|
4162
|
+
/**
|
|
4163
|
+
* <p>
|
|
4164
|
+
* The unique identifier of the usage modification.
|
|
4165
|
+
* </p>
|
|
4166
|
+
* @public
|
|
4167
|
+
*/
|
|
4168
|
+
id?: string | undefined;
|
|
4169
|
+
/**
|
|
4170
|
+
* <p>
|
|
4171
|
+
* The group identifier for the usage modification.
|
|
4172
|
+
* </p>
|
|
4173
|
+
* @public
|
|
4174
|
+
*/
|
|
4175
|
+
group?: string | undefined;
|
|
4176
|
+
/**
|
|
4177
|
+
* <p>
|
|
4178
|
+
* The Amazon Web Services account ID associated with this usage modification.
|
|
4179
|
+
* </p>
|
|
4180
|
+
* @public
|
|
4181
|
+
*/
|
|
4182
|
+
usageAccountId?: string | undefined;
|
|
4183
|
+
/**
|
|
4184
|
+
* <p>
|
|
4185
|
+
* The modified usage quantities.
|
|
4186
|
+
* </p>
|
|
4187
|
+
* @public
|
|
4188
|
+
*/
|
|
4189
|
+
quantities?: UsageQuantity[] | undefined;
|
|
4190
|
+
/**
|
|
4191
|
+
* <p>
|
|
4192
|
+
* Historical usage data associated with this modification, if available.
|
|
4193
|
+
* </p>
|
|
4194
|
+
* @public
|
|
4195
|
+
*/
|
|
4196
|
+
historicalUsage?: HistoricalUsageEntity | undefined;
|
|
4197
|
+
}
|
|
4198
|
+
/**
|
|
4199
|
+
* <p>
|
|
4200
|
+
* Represents a usage item in a workload estimate.
|
|
4201
|
+
* </p>
|
|
4202
|
+
* @public
|
|
4203
|
+
*/
|
|
4204
|
+
export interface WorkloadEstimateUsageItem {
|
|
4205
|
+
/**
|
|
4206
|
+
* <p>
|
|
4207
|
+
* The Amazon Web Services service code associated with this usage item.
|
|
4208
|
+
* </p>
|
|
4209
|
+
* @public
|
|
4210
|
+
*/
|
|
4211
|
+
serviceCode: string | undefined;
|
|
4212
|
+
/**
|
|
4213
|
+
* <p>
|
|
4214
|
+
* The type of usage for this item.
|
|
4215
|
+
* </p>
|
|
4216
|
+
* @public
|
|
4217
|
+
*/
|
|
4218
|
+
usageType: string | undefined;
|
|
4219
|
+
/**
|
|
4220
|
+
* <p>
|
|
4221
|
+
* The specific operation associated with this usage item.
|
|
4222
|
+
* </p>
|
|
4223
|
+
* @public
|
|
4224
|
+
*/
|
|
4225
|
+
operation: string | undefined;
|
|
4226
|
+
/**
|
|
4227
|
+
* <p>
|
|
4228
|
+
* The location associated with this usage item.
|
|
4229
|
+
* </p>
|
|
4230
|
+
* @public
|
|
4231
|
+
*/
|
|
4232
|
+
location?: string | undefined;
|
|
4233
|
+
/**
|
|
4234
|
+
* <p>
|
|
4235
|
+
* The unique identifier of this usage item.
|
|
4236
|
+
* </p>
|
|
4237
|
+
* @public
|
|
4238
|
+
*/
|
|
4239
|
+
id?: string | undefined;
|
|
4240
|
+
/**
|
|
4241
|
+
* <p>
|
|
4242
|
+
* The Amazon Web Services account ID associated with this usage item.
|
|
4243
|
+
* </p>
|
|
4244
|
+
* @public
|
|
4245
|
+
*/
|
|
4246
|
+
usageAccountId?: string | undefined;
|
|
4247
|
+
/**
|
|
4248
|
+
* <p>
|
|
4249
|
+
* The group identifier for this usage item.
|
|
4250
|
+
* </p>
|
|
4251
|
+
* @public
|
|
4252
|
+
*/
|
|
4253
|
+
group?: string | undefined;
|
|
4254
|
+
/**
|
|
4255
|
+
* <p>
|
|
4256
|
+
* The estimated usage quantity for this item.
|
|
4257
|
+
* </p>
|
|
4258
|
+
* @public
|
|
4259
|
+
*/
|
|
4260
|
+
quantity?: WorkloadEstimateUsageQuantity | undefined;
|
|
4261
|
+
/**
|
|
4262
|
+
* <p>
|
|
4263
|
+
* The estimated cost for this usage item.
|
|
4264
|
+
* </p>
|
|
4265
|
+
* @public
|
|
4266
|
+
*/
|
|
4267
|
+
cost?: number | undefined;
|
|
4268
|
+
/**
|
|
4269
|
+
* <p>
|
|
4270
|
+
* The currency of the estimated cost.
|
|
4271
|
+
* </p>
|
|
4272
|
+
* @public
|
|
4273
|
+
*/
|
|
4274
|
+
currency?: CurrencyCode | undefined;
|
|
4275
|
+
/**
|
|
4276
|
+
* <p>
|
|
4277
|
+
* The current status of this usage item.
|
|
4278
|
+
* </p>
|
|
4279
|
+
* @public
|
|
4280
|
+
*/
|
|
4281
|
+
status?: WorkloadEstimateCostStatus | undefined;
|
|
4282
|
+
/**
|
|
4283
|
+
* <p>
|
|
4284
|
+
* Historical usage data associated with this item, if available.
|
|
4285
|
+
* </p>
|
|
4286
|
+
* @public
|
|
4287
|
+
*/
|
|
4288
|
+
historicalUsage?: HistoricalUsageEntity | undefined;
|
|
4289
|
+
}
|
|
4290
|
+
/**
|
|
4291
|
+
* @public
|
|
4292
|
+
*/
|
|
4293
|
+
export interface BatchCreateBillScenarioUsageModificationRequest {
|
|
4294
|
+
/**
|
|
4295
|
+
* <p>
|
|
4296
|
+
* The ID of the Bill Scenario for which you want to create the modeled usage.
|
|
4297
|
+
* </p>
|
|
4298
|
+
* @public
|
|
4299
|
+
*/
|
|
4300
|
+
billScenarioId: string | undefined;
|
|
4301
|
+
/**
|
|
4302
|
+
* <p>
|
|
4303
|
+
* List of usage that you want to model in the Bill Scenario.
|
|
4304
|
+
* </p>
|
|
4305
|
+
* @public
|
|
4306
|
+
*/
|
|
4307
|
+
usageModifications: BatchCreateBillScenarioUsageModificationEntry[] | undefined;
|
|
4308
|
+
/**
|
|
4309
|
+
* <p>
|
|
4310
|
+
* A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
|
4311
|
+
* </p>
|
|
4312
|
+
* @public
|
|
4313
|
+
*/
|
|
4314
|
+
clientToken?: string | undefined;
|
|
4315
|
+
}
|
|
4316
|
+
/**
|
|
4317
|
+
* @public
|
|
4318
|
+
*/
|
|
4319
|
+
export interface BatchCreateBillScenarioUsageModificationResponse {
|
|
4320
|
+
/**
|
|
4321
|
+
* <p>
|
|
4322
|
+
* Returns the list of successful usage line items that were created for the Bill Scenario.
|
|
4323
|
+
* </p>
|
|
4324
|
+
* @public
|
|
4325
|
+
*/
|
|
4326
|
+
items?: BatchCreateBillScenarioUsageModificationItem[] | undefined;
|
|
4327
|
+
/**
|
|
4328
|
+
* <p>
|
|
4329
|
+
* Returns the list of errors reason and the usage item keys that cannot be created in the Bill Scenario.
|
|
4330
|
+
* </p>
|
|
4331
|
+
* @public
|
|
4332
|
+
*/
|
|
4333
|
+
errors?: BatchCreateBillScenarioUsageModificationError[] | undefined;
|
|
4334
|
+
}
|
|
4335
|
+
/**
|
|
4336
|
+
* @public
|
|
4337
|
+
*/
|
|
4338
|
+
export interface BatchCreateWorkloadEstimateUsageRequest {
|
|
4339
|
+
/**
|
|
4340
|
+
* <p>
|
|
4341
|
+
* The ID of the Workload estimate for which you want to create the modeled usage.
|
|
4342
|
+
* </p>
|
|
4343
|
+
* @public
|
|
4344
|
+
*/
|
|
4345
|
+
workloadEstimateId: string | undefined;
|
|
4346
|
+
/**
|
|
4347
|
+
* <p>
|
|
4348
|
+
* List of usage that you want to model in the Workload estimate.
|
|
4349
|
+
* </p>
|
|
4350
|
+
* @public
|
|
4351
|
+
*/
|
|
4352
|
+
usage: BatchCreateWorkloadEstimateUsageEntry[] | undefined;
|
|
4353
|
+
/**
|
|
4354
|
+
* <p>
|
|
4355
|
+
* A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
|
4356
|
+
* </p>
|
|
4357
|
+
* @public
|
|
4358
|
+
*/
|
|
4359
|
+
clientToken?: string | undefined;
|
|
4360
|
+
}
|
|
4361
|
+
/**
|
|
4362
|
+
* @public
|
|
4363
|
+
*/
|
|
4364
|
+
export interface BatchCreateWorkloadEstimateUsageResponse {
|
|
4365
|
+
/**
|
|
4366
|
+
* <p>
|
|
4367
|
+
* Returns the list of successful usage line items that were created for the Workload estimate.
|
|
4368
|
+
* </p>
|
|
4369
|
+
* @public
|
|
4370
|
+
*/
|
|
4371
|
+
items?: BatchCreateWorkloadEstimateUsageItem[] | undefined;
|
|
4372
|
+
/**
|
|
4373
|
+
* <p>
|
|
4374
|
+
* Returns the list of errors reason and the usage item keys that cannot be created in the Workload estimate.
|
|
4375
|
+
* </p>
|
|
4376
|
+
* @public
|
|
4377
|
+
*/
|
|
4378
|
+
errors?: BatchCreateWorkloadEstimateUsageError[] | undefined;
|
|
4379
|
+
}
|
|
4380
|
+
/**
|
|
4381
|
+
* @public
|
|
4382
|
+
*/
|
|
4383
|
+
export interface BatchUpdateBillScenarioUsageModificationResponse {
|
|
4384
|
+
/**
|
|
4385
|
+
* <p>
|
|
4386
|
+
* Returns the list of successful usage line items that were updated for a Bill Scenario.
|
|
4387
|
+
* </p>
|
|
4388
|
+
* @public
|
|
4389
|
+
*/
|
|
4390
|
+
items?: BillScenarioUsageModificationItem[] | undefined;
|
|
4391
|
+
/**
|
|
4392
|
+
* <p>
|
|
4393
|
+
* Returns the list of error reasons and usage line item IDs that could not be updated for the Bill Scenario.
|
|
4394
|
+
* </p>
|
|
4395
|
+
* @public
|
|
4396
|
+
*/
|
|
4397
|
+
errors?: BatchUpdateBillScenarioUsageModificationError[] | undefined;
|
|
4398
|
+
}
|
|
4399
|
+
/**
|
|
4400
|
+
* @public
|
|
4401
|
+
*/
|
|
4402
|
+
export interface BatchUpdateWorkloadEstimateUsageResponse {
|
|
4403
|
+
/**
|
|
4404
|
+
* <p>
|
|
4405
|
+
* Returns the list of successful usage line items that were updated for a Workload estimate.
|
|
4406
|
+
* </p>
|
|
4407
|
+
* @public
|
|
4408
|
+
*/
|
|
4409
|
+
items?: WorkloadEstimateUsageItem[] | undefined;
|
|
4410
|
+
/**
|
|
4411
|
+
* <p>
|
|
4412
|
+
* Returns the list of error reasons and usage line item IDs that could not be updated for the Workload estimate.
|
|
4413
|
+
* </p>
|
|
4414
|
+
* @public
|
|
4415
|
+
*/
|
|
4416
|
+
errors?: BatchUpdateWorkloadEstimateUsageError[] | undefined;
|
|
4417
|
+
}
|
|
4418
|
+
/**
|
|
4419
|
+
* @public
|
|
4420
|
+
*/
|
|
4421
|
+
export interface ListBillEstimateInputUsageModificationsResponse {
|
|
4422
|
+
/**
|
|
4423
|
+
* <p>
|
|
4424
|
+
* The list of input usage modifications associated with the bill estimate.
|
|
4425
|
+
* </p>
|
|
4426
|
+
* @public
|
|
4427
|
+
*/
|
|
4428
|
+
items?: BillEstimateInputUsageModificationSummary[] | undefined;
|
|
4429
|
+
/**
|
|
4430
|
+
* <p>
|
|
4431
|
+
* A token to retrieve the next page of results, if any.
|
|
4432
|
+
* </p>
|
|
4433
|
+
* @public
|
|
4434
|
+
*/
|
|
4435
|
+
nextToken?: string | undefined;
|
|
4436
|
+
}
|
|
4437
|
+
/**
|
|
4438
|
+
* @public
|
|
4439
|
+
*/
|
|
4440
|
+
export interface ListBillScenarioUsageModificationsResponse {
|
|
4441
|
+
/**
|
|
4442
|
+
* <p>
|
|
4443
|
+
* The list of usage modifications associated with the bill scenario.
|
|
4444
|
+
* </p>
|
|
4445
|
+
* @public
|
|
4446
|
+
*/
|
|
4447
|
+
items?: BillScenarioUsageModificationItem[] | undefined;
|
|
4448
|
+
/**
|
|
4449
|
+
* <p>
|
|
4450
|
+
* A token to retrieve the next page of results, if any.
|
|
4451
|
+
* </p>
|
|
4452
|
+
* @public
|
|
4453
|
+
*/
|
|
4454
|
+
nextToken?: string | undefined;
|
|
4455
|
+
}
|
|
4456
|
+
/**
|
|
4457
|
+
* @public
|
|
4458
|
+
*/
|
|
4459
|
+
export interface ListWorkloadEstimateUsageResponse {
|
|
4460
|
+
/**
|
|
4461
|
+
* <p>
|
|
4462
|
+
* The list of usage items associated with the workload estimate.
|
|
4463
|
+
* </p>
|
|
4464
|
+
* @public
|
|
4465
|
+
*/
|
|
4466
|
+
items?: WorkloadEstimateUsageItem[] | undefined;
|
|
4467
|
+
/**
|
|
4468
|
+
* <p>
|
|
4469
|
+
* A token to retrieve the next page of results, if any.
|
|
4470
|
+
* </p>
|
|
4471
|
+
* @public
|
|
4472
|
+
*/
|
|
4473
|
+
nextToken?: string | undefined;
|
|
4474
|
+
}
|