@aws-sdk/client-bcm-pricing-calculator 3.893.0 → 3.895.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +3001 -10
- package/package.json +7 -7
- package/dist-cjs/BCMPricingCalculator.js +0 -83
- package/dist-cjs/BCMPricingCalculatorClient.js +0 -52
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
- package/dist-cjs/commands/BatchCreateBillScenarioCommitmentModificationCommand.js +0 -26
- package/dist-cjs/commands/BatchCreateBillScenarioUsageModificationCommand.js +0 -26
- package/dist-cjs/commands/BatchCreateWorkloadEstimateUsageCommand.js +0 -26
- package/dist-cjs/commands/BatchDeleteBillScenarioCommitmentModificationCommand.js +0 -26
- package/dist-cjs/commands/BatchDeleteBillScenarioUsageModificationCommand.js +0 -26
- package/dist-cjs/commands/BatchDeleteWorkloadEstimateUsageCommand.js +0 -26
- package/dist-cjs/commands/BatchUpdateBillScenarioCommitmentModificationCommand.js +0 -26
- package/dist-cjs/commands/BatchUpdateBillScenarioUsageModificationCommand.js +0 -26
- package/dist-cjs/commands/BatchUpdateWorkloadEstimateUsageCommand.js +0 -26
- package/dist-cjs/commands/CreateBillEstimateCommand.js +0 -26
- package/dist-cjs/commands/CreateBillScenarioCommand.js +0 -26
- package/dist-cjs/commands/CreateWorkloadEstimateCommand.js +0 -26
- package/dist-cjs/commands/DeleteBillEstimateCommand.js +0 -26
- package/dist-cjs/commands/DeleteBillScenarioCommand.js +0 -26
- package/dist-cjs/commands/DeleteWorkloadEstimateCommand.js +0 -26
- package/dist-cjs/commands/GetBillEstimateCommand.js +0 -26
- package/dist-cjs/commands/GetBillScenarioCommand.js +0 -26
- package/dist-cjs/commands/GetPreferencesCommand.js +0 -26
- package/dist-cjs/commands/GetWorkloadEstimateCommand.js +0 -26
- package/dist-cjs/commands/ListBillEstimateCommitmentsCommand.js +0 -26
- package/dist-cjs/commands/ListBillEstimateInputCommitmentModificationsCommand.js +0 -26
- package/dist-cjs/commands/ListBillEstimateInputUsageModificationsCommand.js +0 -26
- package/dist-cjs/commands/ListBillEstimateLineItemsCommand.js +0 -26
- package/dist-cjs/commands/ListBillEstimatesCommand.js +0 -26
- package/dist-cjs/commands/ListBillScenarioCommitmentModificationsCommand.js +0 -26
- package/dist-cjs/commands/ListBillScenarioUsageModificationsCommand.js +0 -26
- package/dist-cjs/commands/ListBillScenariosCommand.js +0 -26
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -26
- package/dist-cjs/commands/ListWorkloadEstimateUsageCommand.js +0 -26
- package/dist-cjs/commands/ListWorkloadEstimatesCommand.js +0 -26
- package/dist-cjs/commands/TagResourceCommand.js +0 -26
- package/dist-cjs/commands/UntagResourceCommand.js +0 -26
- package/dist-cjs/commands/UpdateBillEstimateCommand.js +0 -26
- package/dist-cjs/commands/UpdateBillScenarioCommand.js +0 -26
- package/dist-cjs/commands/UpdatePreferencesCommand.js +0 -26
- package/dist-cjs/commands/UpdateWorkloadEstimateCommand.js +0 -26
- package/dist-cjs/commands/index.js +0 -39
- package/dist-cjs/endpoint/EndpointParameters.js +0 -15
- package/dist-cjs/extensionConfiguration.js +0 -2
- package/dist-cjs/models/BCMPricingCalculatorServiceException.js +0 -12
- package/dist-cjs/models/index.js +0 -4
- package/dist-cjs/models/models_0.js +0 -280
- package/dist-cjs/pagination/Interfaces.js +0 -2
- package/dist-cjs/pagination/ListBillEstimateCommitmentsPaginator.js +0 -7
- package/dist-cjs/pagination/ListBillEstimateInputCommitmentModificationsPaginator.js +0 -7
- package/dist-cjs/pagination/ListBillEstimateInputUsageModificationsPaginator.js +0 -7
- package/dist-cjs/pagination/ListBillEstimateLineItemsPaginator.js +0 -7
- package/dist-cjs/pagination/ListBillEstimatesPaginator.js +0 -7
- package/dist-cjs/pagination/ListBillScenarioCommitmentModificationsPaginator.js +0 -7
- package/dist-cjs/pagination/ListBillScenarioUsageModificationsPaginator.js +0 -7
- package/dist-cjs/pagination/ListBillScenariosPaginator.js +0 -7
- package/dist-cjs/pagination/ListWorkloadEstimateUsagePaginator.js +0 -7
- package/dist-cjs/pagination/ListWorkloadEstimatesPaginator.js +0 -7
- package/dist-cjs/pagination/index.js +0 -14
- package/dist-cjs/protocols/Aws_json1_0.js +0 -1761
- package/dist-cjs/runtimeExtensions.js +0 -13
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BCMPricingCalculatorServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
-
class BCMPricingCalculatorServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, BCMPricingCalculatorServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.BCMPricingCalculatorServiceException = BCMPricingCalculatorServiceException;
|
package/dist-cjs/models/index.js
DELETED
|
@@ -1,280 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WorkloadEstimateUpdateUsageErrorCode = exports.WorkloadEstimateCostStatus = exports.BatchCreateWorkloadEstimateUsageCode = exports.ListWorkloadEstimatesFilterName = exports.WorkloadEstimateStatus = exports.WorkloadEstimateRateType = exports.RateType = exports.ListBillScenariosFilterName = exports.BatchUpdateBillScenarioUsageModificationErrorCode = exports.BatchDeleteBillScenarioUsageModificationErrorCode = exports.ServiceQuotaExceededException = exports.BatchCreateBillScenarioUsageModificationErrorCode = exports.BillScenarioStatus = exports.BatchUpdateBillScenarioCommitmentModificationErrorCode = exports.BatchDeleteBillScenarioCommitmentModificationErrorCode = exports.BatchCreateBillScenarioCommitmentModificationErrorCode = exports.ListBillEstimatesFilterName = exports.ConflictException = exports.BillEstimateStatus = exports.ListBillEstimateLineItemsFilterName = exports.ListUsageFilterName = exports.MatchOption = exports.BillScenarioCommitmentModificationAction = exports.ValidationException = exports.ValidationExceptionReason = exports.ThrottlingException = exports.ResourceNotFoundException = exports.PurchaseAgreementType = exports.CurrencyCode = exports.InternalServerException = exports.DataUnavailableException = exports.AccessDeniedException = void 0;
|
|
4
|
-
const BCMPricingCalculatorServiceException_1 = require("./BCMPricingCalculatorServiceException");
|
|
5
|
-
class AccessDeniedException extends BCMPricingCalculatorServiceException_1.BCMPricingCalculatorServiceException {
|
|
6
|
-
name = "AccessDeniedException";
|
|
7
|
-
$fault = "client";
|
|
8
|
-
constructor(opts) {
|
|
9
|
-
super({
|
|
10
|
-
name: "AccessDeniedException",
|
|
11
|
-
$fault: "client",
|
|
12
|
-
...opts,
|
|
13
|
-
});
|
|
14
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
exports.AccessDeniedException = AccessDeniedException;
|
|
18
|
-
class DataUnavailableException extends BCMPricingCalculatorServiceException_1.BCMPricingCalculatorServiceException {
|
|
19
|
-
name = "DataUnavailableException";
|
|
20
|
-
$fault = "client";
|
|
21
|
-
constructor(opts) {
|
|
22
|
-
super({
|
|
23
|
-
name: "DataUnavailableException",
|
|
24
|
-
$fault: "client",
|
|
25
|
-
...opts,
|
|
26
|
-
});
|
|
27
|
-
Object.setPrototypeOf(this, DataUnavailableException.prototype);
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
exports.DataUnavailableException = DataUnavailableException;
|
|
31
|
-
class InternalServerException extends BCMPricingCalculatorServiceException_1.BCMPricingCalculatorServiceException {
|
|
32
|
-
name = "InternalServerException";
|
|
33
|
-
$fault = "server";
|
|
34
|
-
retryAfterSeconds;
|
|
35
|
-
constructor(opts) {
|
|
36
|
-
super({
|
|
37
|
-
name: "InternalServerException",
|
|
38
|
-
$fault: "server",
|
|
39
|
-
...opts,
|
|
40
|
-
});
|
|
41
|
-
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
42
|
-
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
exports.InternalServerException = InternalServerException;
|
|
46
|
-
exports.CurrencyCode = {
|
|
47
|
-
USD: "USD",
|
|
48
|
-
};
|
|
49
|
-
exports.PurchaseAgreementType = {
|
|
50
|
-
RESERVED_INSTANCE: "RESERVED_INSTANCE",
|
|
51
|
-
SAVINGS_PLANS: "SAVINGS_PLANS",
|
|
52
|
-
};
|
|
53
|
-
class ResourceNotFoundException extends BCMPricingCalculatorServiceException_1.BCMPricingCalculatorServiceException {
|
|
54
|
-
name = "ResourceNotFoundException";
|
|
55
|
-
$fault = "client";
|
|
56
|
-
resourceId;
|
|
57
|
-
resourceType;
|
|
58
|
-
constructor(opts) {
|
|
59
|
-
super({
|
|
60
|
-
name: "ResourceNotFoundException",
|
|
61
|
-
$fault: "client",
|
|
62
|
-
...opts,
|
|
63
|
-
});
|
|
64
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
65
|
-
this.resourceId = opts.resourceId;
|
|
66
|
-
this.resourceType = opts.resourceType;
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
70
|
-
class ThrottlingException extends BCMPricingCalculatorServiceException_1.BCMPricingCalculatorServiceException {
|
|
71
|
-
name = "ThrottlingException";
|
|
72
|
-
$fault = "client";
|
|
73
|
-
serviceCode;
|
|
74
|
-
quotaCode;
|
|
75
|
-
retryAfterSeconds;
|
|
76
|
-
constructor(opts) {
|
|
77
|
-
super({
|
|
78
|
-
name: "ThrottlingException",
|
|
79
|
-
$fault: "client",
|
|
80
|
-
...opts,
|
|
81
|
-
});
|
|
82
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
83
|
-
this.serviceCode = opts.serviceCode;
|
|
84
|
-
this.quotaCode = opts.quotaCode;
|
|
85
|
-
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
exports.ThrottlingException = ThrottlingException;
|
|
89
|
-
exports.ValidationExceptionReason = {
|
|
90
|
-
CANNOT_PARSE: "cannotParse",
|
|
91
|
-
DISALLOWED_RATE: "disallowedRate",
|
|
92
|
-
FIELD_VALIDATION_FAILED: "fieldValidationFailed",
|
|
93
|
-
INVALID_REQUEST_FROM_MEMBER: "invalidRequestFromMember",
|
|
94
|
-
OTHER: "other",
|
|
95
|
-
UNKNOWN_OPERATION: "unknownOperation",
|
|
96
|
-
};
|
|
97
|
-
class ValidationException extends BCMPricingCalculatorServiceException_1.BCMPricingCalculatorServiceException {
|
|
98
|
-
name = "ValidationException";
|
|
99
|
-
$fault = "client";
|
|
100
|
-
reason;
|
|
101
|
-
fieldList;
|
|
102
|
-
constructor(opts) {
|
|
103
|
-
super({
|
|
104
|
-
name: "ValidationException",
|
|
105
|
-
$fault: "client",
|
|
106
|
-
...opts,
|
|
107
|
-
});
|
|
108
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
109
|
-
this.reason = opts.reason;
|
|
110
|
-
this.fieldList = opts.fieldList;
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
exports.ValidationException = ValidationException;
|
|
114
|
-
var BillScenarioCommitmentModificationAction;
|
|
115
|
-
(function (BillScenarioCommitmentModificationAction) {
|
|
116
|
-
BillScenarioCommitmentModificationAction.visit = (value, visitor) => {
|
|
117
|
-
if (value.addReservedInstanceAction !== undefined)
|
|
118
|
-
return visitor.addReservedInstanceAction(value.addReservedInstanceAction);
|
|
119
|
-
if (value.addSavingsPlanAction !== undefined)
|
|
120
|
-
return visitor.addSavingsPlanAction(value.addSavingsPlanAction);
|
|
121
|
-
if (value.negateReservedInstanceAction !== undefined)
|
|
122
|
-
return visitor.negateReservedInstanceAction(value.negateReservedInstanceAction);
|
|
123
|
-
if (value.negateSavingsPlanAction !== undefined)
|
|
124
|
-
return visitor.negateSavingsPlanAction(value.negateSavingsPlanAction);
|
|
125
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
126
|
-
};
|
|
127
|
-
})(BillScenarioCommitmentModificationAction || (exports.BillScenarioCommitmentModificationAction = BillScenarioCommitmentModificationAction = {}));
|
|
128
|
-
exports.MatchOption = {
|
|
129
|
-
CONTAINS: "CONTAINS",
|
|
130
|
-
EQUALS: "EQUALS",
|
|
131
|
-
STARTS_WITH: "STARTS_WITH",
|
|
132
|
-
};
|
|
133
|
-
exports.ListUsageFilterName = {
|
|
134
|
-
HISTORICAL_LOCATION: "HISTORICAL_LOCATION",
|
|
135
|
-
HISTORICAL_OPERATION: "HISTORICAL_OPERATION",
|
|
136
|
-
HISTORICAL_SERVICE_CODE: "HISTORICAL_SERVICE_CODE",
|
|
137
|
-
HISTORICAL_USAGE_ACCOUNT_ID: "HISTORICAL_USAGE_ACCOUNT_ID",
|
|
138
|
-
HISTORICAL_USAGE_TYPE: "HISTORICAL_USAGE_TYPE",
|
|
139
|
-
LOCATION: "LOCATION",
|
|
140
|
-
OPERATION: "OPERATION",
|
|
141
|
-
SERVICE_CODE: "SERVICE_CODE",
|
|
142
|
-
USAGE_ACCOUNT_ID: "USAGE_ACCOUNT_ID",
|
|
143
|
-
USAGE_GROUP: "USAGE_GROUP",
|
|
144
|
-
USAGE_TYPE: "USAGE_TYPE",
|
|
145
|
-
};
|
|
146
|
-
exports.ListBillEstimateLineItemsFilterName = {
|
|
147
|
-
LINE_ITEM_TYPE: "LINE_ITEM_TYPE",
|
|
148
|
-
LOCATION: "LOCATION",
|
|
149
|
-
OPERATION: "OPERATION",
|
|
150
|
-
SERVICE_CODE: "SERVICE_CODE",
|
|
151
|
-
USAGE_ACCOUNT_ID: "USAGE_ACCOUNT_ID",
|
|
152
|
-
USAGE_TYPE: "USAGE_TYPE",
|
|
153
|
-
};
|
|
154
|
-
exports.BillEstimateStatus = {
|
|
155
|
-
COMPLETE: "COMPLETE",
|
|
156
|
-
FAILED: "FAILED",
|
|
157
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
158
|
-
};
|
|
159
|
-
class ConflictException extends BCMPricingCalculatorServiceException_1.BCMPricingCalculatorServiceException {
|
|
160
|
-
name = "ConflictException";
|
|
161
|
-
$fault = "client";
|
|
162
|
-
resourceId;
|
|
163
|
-
resourceType;
|
|
164
|
-
constructor(opts) {
|
|
165
|
-
super({
|
|
166
|
-
name: "ConflictException",
|
|
167
|
-
$fault: "client",
|
|
168
|
-
...opts,
|
|
169
|
-
});
|
|
170
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
171
|
-
this.resourceId = opts.resourceId;
|
|
172
|
-
this.resourceType = opts.resourceType;
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
exports.ConflictException = ConflictException;
|
|
176
|
-
exports.ListBillEstimatesFilterName = {
|
|
177
|
-
NAME: "NAME",
|
|
178
|
-
STATUS: "STATUS",
|
|
179
|
-
};
|
|
180
|
-
exports.BatchCreateBillScenarioCommitmentModificationErrorCode = {
|
|
181
|
-
CONFLICT: "CONFLICT",
|
|
182
|
-
INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR",
|
|
183
|
-
INVALID_ACCOUNT: "INVALID_ACCOUNT",
|
|
184
|
-
};
|
|
185
|
-
exports.BatchDeleteBillScenarioCommitmentModificationErrorCode = {
|
|
186
|
-
BAD_REQUEST: "BAD_REQUEST",
|
|
187
|
-
CONFLICT: "CONFLICT",
|
|
188
|
-
INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR",
|
|
189
|
-
};
|
|
190
|
-
exports.BatchUpdateBillScenarioCommitmentModificationErrorCode = {
|
|
191
|
-
BAD_REQUEST: "BAD_REQUEST",
|
|
192
|
-
CONFLICT: "CONFLICT",
|
|
193
|
-
INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR",
|
|
194
|
-
NOT_FOUND: "NOT_FOUND",
|
|
195
|
-
};
|
|
196
|
-
exports.BillScenarioStatus = {
|
|
197
|
-
FAILED: "FAILED",
|
|
198
|
-
LOCKED: "LOCKED",
|
|
199
|
-
READY: "READY",
|
|
200
|
-
STALE: "STALE",
|
|
201
|
-
};
|
|
202
|
-
exports.BatchCreateBillScenarioUsageModificationErrorCode = {
|
|
203
|
-
BAD_REQUEST: "BAD_REQUEST",
|
|
204
|
-
CONFLICT: "CONFLICT",
|
|
205
|
-
INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR",
|
|
206
|
-
NOT_FOUND: "NOT_FOUND",
|
|
207
|
-
};
|
|
208
|
-
class ServiceQuotaExceededException extends BCMPricingCalculatorServiceException_1.BCMPricingCalculatorServiceException {
|
|
209
|
-
name = "ServiceQuotaExceededException";
|
|
210
|
-
$fault = "client";
|
|
211
|
-
resourceId;
|
|
212
|
-
resourceType;
|
|
213
|
-
serviceCode;
|
|
214
|
-
quotaCode;
|
|
215
|
-
constructor(opts) {
|
|
216
|
-
super({
|
|
217
|
-
name: "ServiceQuotaExceededException",
|
|
218
|
-
$fault: "client",
|
|
219
|
-
...opts,
|
|
220
|
-
});
|
|
221
|
-
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
222
|
-
this.resourceId = opts.resourceId;
|
|
223
|
-
this.resourceType = opts.resourceType;
|
|
224
|
-
this.serviceCode = opts.serviceCode;
|
|
225
|
-
this.quotaCode = opts.quotaCode;
|
|
226
|
-
}
|
|
227
|
-
}
|
|
228
|
-
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
229
|
-
exports.BatchDeleteBillScenarioUsageModificationErrorCode = {
|
|
230
|
-
BAD_REQUEST: "BAD_REQUEST",
|
|
231
|
-
CONFLICT: "CONFLICT",
|
|
232
|
-
INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR",
|
|
233
|
-
};
|
|
234
|
-
exports.BatchUpdateBillScenarioUsageModificationErrorCode = {
|
|
235
|
-
BAD_REQUEST: "BAD_REQUEST",
|
|
236
|
-
CONFLICT: "CONFLICT",
|
|
237
|
-
INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR",
|
|
238
|
-
NOT_FOUND: "NOT_FOUND",
|
|
239
|
-
};
|
|
240
|
-
exports.ListBillScenariosFilterName = {
|
|
241
|
-
NAME: "NAME",
|
|
242
|
-
STATUS: "STATUS",
|
|
243
|
-
};
|
|
244
|
-
exports.RateType = {
|
|
245
|
-
AFTER_DISCOUNTS: "AFTER_DISCOUNTS",
|
|
246
|
-
AFTER_DISCOUNTS_AND_COMMITMENTS: "AFTER_DISCOUNTS_AND_COMMITMENTS",
|
|
247
|
-
BEFORE_DISCOUNTS: "BEFORE_DISCOUNTS",
|
|
248
|
-
};
|
|
249
|
-
exports.WorkloadEstimateRateType = {
|
|
250
|
-
AFTER_DISCOUNTS: "AFTER_DISCOUNTS",
|
|
251
|
-
AFTER_DISCOUNTS_AND_COMMITMENTS: "AFTER_DISCOUNTS_AND_COMMITMENTS",
|
|
252
|
-
BEFORE_DISCOUNTS: "BEFORE_DISCOUNTS",
|
|
253
|
-
};
|
|
254
|
-
exports.WorkloadEstimateStatus = {
|
|
255
|
-
ACTION_NEEDED: "ACTION_NEEDED",
|
|
256
|
-
INVALID: "INVALID",
|
|
257
|
-
UPDATING: "UPDATING",
|
|
258
|
-
VALID: "VALID",
|
|
259
|
-
};
|
|
260
|
-
exports.ListWorkloadEstimatesFilterName = {
|
|
261
|
-
NAME: "NAME",
|
|
262
|
-
STATUS: "STATUS",
|
|
263
|
-
};
|
|
264
|
-
exports.BatchCreateWorkloadEstimateUsageCode = {
|
|
265
|
-
BAD_REQUEST: "BAD_REQUEST",
|
|
266
|
-
CONFLICT: "CONFLICT",
|
|
267
|
-
INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR",
|
|
268
|
-
NOT_FOUND: "NOT_FOUND",
|
|
269
|
-
};
|
|
270
|
-
exports.WorkloadEstimateCostStatus = {
|
|
271
|
-
INVALID: "INVALID",
|
|
272
|
-
STALE: "STALE",
|
|
273
|
-
VALID: "VALID",
|
|
274
|
-
};
|
|
275
|
-
exports.WorkloadEstimateUpdateUsageErrorCode = {
|
|
276
|
-
BAD_REQUEST: "BAD_REQUEST",
|
|
277
|
-
CONFLICT: "CONFLICT",
|
|
278
|
-
INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR",
|
|
279
|
-
NOT_FOUND: "NOT_FOUND",
|
|
280
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListBillEstimateCommitments = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const BCMPricingCalculatorClient_1 = require("../BCMPricingCalculatorClient");
|
|
6
|
-
const ListBillEstimateCommitmentsCommand_1 = require("../commands/ListBillEstimateCommitmentsCommand");
|
|
7
|
-
exports.paginateListBillEstimateCommitments = (0, core_1.createPaginator)(BCMPricingCalculatorClient_1.BCMPricingCalculatorClient, ListBillEstimateCommitmentsCommand_1.ListBillEstimateCommitmentsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListBillEstimateInputCommitmentModifications = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const BCMPricingCalculatorClient_1 = require("../BCMPricingCalculatorClient");
|
|
6
|
-
const ListBillEstimateInputCommitmentModificationsCommand_1 = require("../commands/ListBillEstimateInputCommitmentModificationsCommand");
|
|
7
|
-
exports.paginateListBillEstimateInputCommitmentModifications = (0, core_1.createPaginator)(BCMPricingCalculatorClient_1.BCMPricingCalculatorClient, ListBillEstimateInputCommitmentModificationsCommand_1.ListBillEstimateInputCommitmentModificationsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListBillEstimateInputUsageModifications = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const BCMPricingCalculatorClient_1 = require("../BCMPricingCalculatorClient");
|
|
6
|
-
const ListBillEstimateInputUsageModificationsCommand_1 = require("../commands/ListBillEstimateInputUsageModificationsCommand");
|
|
7
|
-
exports.paginateListBillEstimateInputUsageModifications = (0, core_1.createPaginator)(BCMPricingCalculatorClient_1.BCMPricingCalculatorClient, ListBillEstimateInputUsageModificationsCommand_1.ListBillEstimateInputUsageModificationsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListBillEstimateLineItems = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const BCMPricingCalculatorClient_1 = require("../BCMPricingCalculatorClient");
|
|
6
|
-
const ListBillEstimateLineItemsCommand_1 = require("../commands/ListBillEstimateLineItemsCommand");
|
|
7
|
-
exports.paginateListBillEstimateLineItems = (0, core_1.createPaginator)(BCMPricingCalculatorClient_1.BCMPricingCalculatorClient, ListBillEstimateLineItemsCommand_1.ListBillEstimateLineItemsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListBillEstimates = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const BCMPricingCalculatorClient_1 = require("../BCMPricingCalculatorClient");
|
|
6
|
-
const ListBillEstimatesCommand_1 = require("../commands/ListBillEstimatesCommand");
|
|
7
|
-
exports.paginateListBillEstimates = (0, core_1.createPaginator)(BCMPricingCalculatorClient_1.BCMPricingCalculatorClient, ListBillEstimatesCommand_1.ListBillEstimatesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListBillScenarioCommitmentModifications = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const BCMPricingCalculatorClient_1 = require("../BCMPricingCalculatorClient");
|
|
6
|
-
const ListBillScenarioCommitmentModificationsCommand_1 = require("../commands/ListBillScenarioCommitmentModificationsCommand");
|
|
7
|
-
exports.paginateListBillScenarioCommitmentModifications = (0, core_1.createPaginator)(BCMPricingCalculatorClient_1.BCMPricingCalculatorClient, ListBillScenarioCommitmentModificationsCommand_1.ListBillScenarioCommitmentModificationsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListBillScenarioUsageModifications = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const BCMPricingCalculatorClient_1 = require("../BCMPricingCalculatorClient");
|
|
6
|
-
const ListBillScenarioUsageModificationsCommand_1 = require("../commands/ListBillScenarioUsageModificationsCommand");
|
|
7
|
-
exports.paginateListBillScenarioUsageModifications = (0, core_1.createPaginator)(BCMPricingCalculatorClient_1.BCMPricingCalculatorClient, ListBillScenarioUsageModificationsCommand_1.ListBillScenarioUsageModificationsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListBillScenarios = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const BCMPricingCalculatorClient_1 = require("../BCMPricingCalculatorClient");
|
|
6
|
-
const ListBillScenariosCommand_1 = require("../commands/ListBillScenariosCommand");
|
|
7
|
-
exports.paginateListBillScenarios = (0, core_1.createPaginator)(BCMPricingCalculatorClient_1.BCMPricingCalculatorClient, ListBillScenariosCommand_1.ListBillScenariosCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListWorkloadEstimateUsage = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const BCMPricingCalculatorClient_1 = require("../BCMPricingCalculatorClient");
|
|
6
|
-
const ListWorkloadEstimateUsageCommand_1 = require("../commands/ListWorkloadEstimateUsageCommand");
|
|
7
|
-
exports.paginateListWorkloadEstimateUsage = (0, core_1.createPaginator)(BCMPricingCalculatorClient_1.BCMPricingCalculatorClient, ListWorkloadEstimateUsageCommand_1.ListWorkloadEstimateUsageCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListWorkloadEstimates = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const BCMPricingCalculatorClient_1 = require("../BCMPricingCalculatorClient");
|
|
6
|
-
const ListWorkloadEstimatesCommand_1 = require("../commands/ListWorkloadEstimatesCommand");
|
|
7
|
-
exports.paginateListWorkloadEstimates = (0, core_1.createPaginator)(BCMPricingCalculatorClient_1.BCMPricingCalculatorClient, ListWorkloadEstimatesCommand_1.ListWorkloadEstimatesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./ListBillEstimateCommitmentsPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./ListBillEstimateInputCommitmentModificationsPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./ListBillEstimateInputUsageModificationsPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./ListBillEstimateLineItemsPaginator"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./ListBillEstimatesPaginator"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./ListBillScenarioCommitmentModificationsPaginator"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./ListBillScenarioUsageModificationsPaginator"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./ListBillScenariosPaginator"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./ListWorkloadEstimateUsagePaginator"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./ListWorkloadEstimatesPaginator"), exports);
|