@aws-sdk/client-cost-explorer 3.650.0 → 3.654.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-types/commands/CreateAnomalyMonitorCommand.d.ts +11 -0
- package/dist-types/commands/CreateAnomalySubscriptionCommand.d.ts +11 -0
- package/dist-types/commands/CreateCostCategoryDefinitionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAnomalyMonitorCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAnomalySubscriptionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteCostCategoryDefinitionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeCostCategoryDefinitionCommand.d.ts +11 -0
- package/dist-types/commands/GetAnomaliesCommand.d.ts +11 -0
- package/dist-types/commands/GetAnomalyMonitorsCommand.d.ts +11 -0
- package/dist-types/commands/GetAnomalySubscriptionsCommand.d.ts +11 -0
- package/dist-types/commands/GetApproximateUsageRecordsCommand.d.ts +11 -0
- package/dist-types/commands/GetCostAndUsageCommand.d.ts +11 -0
- package/dist-types/commands/GetCostAndUsageWithResourcesCommand.d.ts +11 -0
- package/dist-types/commands/GetCostCategoriesCommand.d.ts +11 -0
- package/dist-types/commands/GetCostForecastCommand.d.ts +11 -0
- package/dist-types/commands/GetDimensionValuesCommand.d.ts +11 -0
- package/dist-types/commands/GetReservationCoverageCommand.d.ts +11 -0
- package/dist-types/commands/GetReservationPurchaseRecommendationCommand.d.ts +21 -0
- package/dist-types/commands/GetReservationUtilizationCommand.d.ts +11 -0
- package/dist-types/commands/GetRightsizingRecommendationCommand.d.ts +11 -0
- package/dist-types/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.d.ts +11 -0
- package/dist-types/commands/GetSavingsPlansCoverageCommand.d.ts +11 -0
- package/dist-types/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +11 -0
- package/dist-types/commands/GetSavingsPlansUtilizationCommand.d.ts +11 -0
- package/dist-types/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +11 -0
- package/dist-types/commands/GetTagsCommand.d.ts +11 -0
- package/dist-types/commands/GetUsageForecastCommand.d.ts +11 -0
- package/dist-types/commands/ListCostAllocationTagBackfillHistoryCommand.d.ts +11 -0
- package/dist-types/commands/ListCostAllocationTagsCommand.d.ts +11 -0
- package/dist-types/commands/ListCostCategoryDefinitionsCommand.d.ts +11 -0
- package/dist-types/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ProvideAnomalyFeedbackCommand.d.ts +11 -0
- package/dist-types/commands/StartCostAllocationTagBackfillCommand.d.ts +12 -0
- package/dist-types/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAnomalyMonitorCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAnomalySubscriptionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateCostAllocationTagsStatusCommand.d.ts +11 -0
- package/dist-types/commands/UpdateCostCategoryDefinitionCommand.d.ts +11 -0
- package/dist-types/models/models_0.d.ts +73 -12
- package/dist-types/ts3.4/commands/CreateAnomalyMonitorCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateAnomalySubscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateCostCategoryDefinitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAnomalyMonitorCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAnomalySubscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteCostCategoryDefinitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeCostCategoryDefinitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetAnomaliesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetAnomalyMonitorsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetAnomalySubscriptionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetApproximateUsageRecordsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCostAndUsageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCostAndUsageWithResourcesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCostCategoriesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCostForecastCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDimensionValuesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetReservationCoverageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetReservationPurchaseRecommendationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetReservationUtilizationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetRightsizingRecommendationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSavingsPlansCoverageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetUsageForecastCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCostAllocationTagBackfillHistoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCostAllocationTagsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCostCategoryDefinitionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ProvideAnomalyFeedbackCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartCostAllocationTagBackfillCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateAnomalyMonitorCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateAnomalySubscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateCostAllocationTagsStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateCostCategoryDefinitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/models/models_0.d.ts +12 -0
- package/package.json +35 -35
|
@@ -65,4 +65,15 @@ declare const UpdateAnomalyMonitorCommand_base: {
|
|
|
65
65
|
* @public
|
|
66
66
|
*/
|
|
67
67
|
export declare class UpdateAnomalyMonitorCommand extends UpdateAnomalyMonitorCommand_base {
|
|
68
|
+
/** @internal type navigation helper, not in runtime. */
|
|
69
|
+
protected static __types: {
|
|
70
|
+
api: {
|
|
71
|
+
input: UpdateAnomalyMonitorRequest;
|
|
72
|
+
output: UpdateAnomalyMonitorResponse;
|
|
73
|
+
};
|
|
74
|
+
sdk: {
|
|
75
|
+
input: UpdateAnomalyMonitorCommandInput;
|
|
76
|
+
output: UpdateAnomalyMonitorCommandOutput;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
68
79
|
}
|
|
@@ -151,4 +151,15 @@ declare const UpdateAnomalySubscriptionCommand_base: {
|
|
|
151
151
|
* @public
|
|
152
152
|
*/
|
|
153
153
|
export declare class UpdateAnomalySubscriptionCommand extends UpdateAnomalySubscriptionCommand_base {
|
|
154
|
+
/** @internal type navigation helper, not in runtime. */
|
|
155
|
+
protected static __types: {
|
|
156
|
+
api: {
|
|
157
|
+
input: UpdateAnomalySubscriptionRequest;
|
|
158
|
+
output: UpdateAnomalySubscriptionResponse;
|
|
159
|
+
};
|
|
160
|
+
sdk: {
|
|
161
|
+
input: UpdateAnomalySubscriptionCommandInput;
|
|
162
|
+
output: UpdateAnomalySubscriptionCommandOutput;
|
|
163
|
+
};
|
|
164
|
+
};
|
|
154
165
|
}
|
|
@@ -74,4 +74,15 @@ declare const UpdateCostAllocationTagsStatusCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class UpdateCostAllocationTagsStatusCommand extends UpdateCostAllocationTagsStatusCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: UpdateCostAllocationTagsStatusRequest;
|
|
81
|
+
output: UpdateCostAllocationTagsStatusResponse;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: UpdateCostAllocationTagsStatusCommandInput;
|
|
85
|
+
output: UpdateCostAllocationTagsStatusCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -167,4 +167,15 @@ declare const UpdateCostCategoryDefinitionCommand_base: {
|
|
|
167
167
|
* @public
|
|
168
168
|
*/
|
|
169
169
|
export declare class UpdateCostCategoryDefinitionCommand extends UpdateCostCategoryDefinitionCommand_base {
|
|
170
|
+
/** @internal type navigation helper, not in runtime. */
|
|
171
|
+
protected static __types: {
|
|
172
|
+
api: {
|
|
173
|
+
input: UpdateCostCategoryDefinitionRequest;
|
|
174
|
+
output: UpdateCostCategoryDefinitionResponse;
|
|
175
|
+
};
|
|
176
|
+
sdk: {
|
|
177
|
+
input: UpdateCostCategoryDefinitionCommandInput;
|
|
178
|
+
output: UpdateCostCategoryDefinitionCommandOutput;
|
|
179
|
+
};
|
|
180
|
+
};
|
|
170
181
|
}
|
|
@@ -79,14 +79,14 @@ export interface Impact {
|
|
|
79
79
|
TotalImpactPercentage?: number;
|
|
80
80
|
}
|
|
81
81
|
/**
|
|
82
|
-
* <p>The combination of Amazon Web
|
|
82
|
+
* <p>The combination of Amazon Web Servicesservice, linked account, linked account name,
|
|
83
83
|
* Region, and usage type where a cost anomaly is observed. The linked account name will
|
|
84
84
|
* only be available when the account name can be identified.</p>
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export interface RootCause {
|
|
88
88
|
/**
|
|
89
|
-
* <p>The Amazon Web
|
|
89
|
+
* <p>The Amazon Web Servicesservice name that's associated with the cost anomaly. </p>
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
Service?: string;
|
|
@@ -133,7 +133,7 @@ export interface Anomaly {
|
|
|
133
133
|
*/
|
|
134
134
|
AnomalyEndDate?: string;
|
|
135
135
|
/**
|
|
136
|
-
* <p>The dimension for the anomaly (for example, an Amazon Web
|
|
136
|
+
* <p>The dimension for the anomaly (for example, an Amazon Web Servicesservice in a service
|
|
137
137
|
* monitor). </p>
|
|
138
138
|
* @public
|
|
139
139
|
*/
|
|
@@ -2063,6 +2063,34 @@ export interface InstanceDetails {
|
|
|
2063
2063
|
*/
|
|
2064
2064
|
MemoryDBInstanceDetails?: MemoryDBInstanceDetails;
|
|
2065
2065
|
}
|
|
2066
|
+
/**
|
|
2067
|
+
* <p>The DynamoDB reservations that Amazon Web Services recommends that you purchase.</p>
|
|
2068
|
+
* @public
|
|
2069
|
+
*/
|
|
2070
|
+
export interface DynamoDBCapacityDetails {
|
|
2071
|
+
/**
|
|
2072
|
+
* <p>The capacity unit of the recommended reservation.</p>
|
|
2073
|
+
* @public
|
|
2074
|
+
*/
|
|
2075
|
+
CapacityUnits?: string;
|
|
2076
|
+
/**
|
|
2077
|
+
* <p>The Amazon Web Services Region of the recommended reservation.</p>
|
|
2078
|
+
* @public
|
|
2079
|
+
*/
|
|
2080
|
+
Region?: string;
|
|
2081
|
+
}
|
|
2082
|
+
/**
|
|
2083
|
+
* <p>Details about the reservations that Amazon Web Services recommends that you
|
|
2084
|
+
* purchase.</p>
|
|
2085
|
+
* @public
|
|
2086
|
+
*/
|
|
2087
|
+
export interface ReservedCapacityDetails {
|
|
2088
|
+
/**
|
|
2089
|
+
* <p>The DynamoDB reservations that Amazon Web Services recommends that you purchase.</p>
|
|
2090
|
+
* @public
|
|
2091
|
+
*/
|
|
2092
|
+
DynamoDBCapacityDetails?: DynamoDBCapacityDetails;
|
|
2093
|
+
}
|
|
2066
2094
|
/**
|
|
2067
2095
|
* <p>Details about your recommended reservation purchase.</p>
|
|
2068
2096
|
* @public
|
|
@@ -2133,20 +2161,20 @@ export interface ReservationPurchaseRecommendationDetail {
|
|
|
2133
2161
|
*/
|
|
2134
2162
|
AverageNormalizedUnitsUsedPerHour?: string;
|
|
2135
2163
|
/**
|
|
2136
|
-
* <p>The average utilization of your
|
|
2137
|
-
* your recommended reservation purchases.</p>
|
|
2164
|
+
* <p>The average utilization of your recommendations. Amazon Web Services uses this to
|
|
2165
|
+
* calculate your recommended reservation purchases.</p>
|
|
2138
2166
|
* @public
|
|
2139
2167
|
*/
|
|
2140
2168
|
AverageUtilization?: string;
|
|
2141
2169
|
/**
|
|
2142
|
-
* <p>How long Amazon Web Services estimates that it takes for this
|
|
2143
|
-
* you money, in months.</p>
|
|
2170
|
+
* <p>How long Amazon Web Services estimates that it takes for this recommendation to start
|
|
2171
|
+
* saving you money, in months.</p>
|
|
2144
2172
|
* @public
|
|
2145
2173
|
*/
|
|
2146
2174
|
EstimatedBreakEvenInMonths?: string;
|
|
2147
2175
|
/**
|
|
2148
2176
|
* <p>The currency code that Amazon Web Services used to calculate the costs for this
|
|
2149
|
-
*
|
|
2177
|
+
* recommendation.</p>
|
|
2150
2178
|
* @public
|
|
2151
2179
|
*/
|
|
2152
2180
|
CurrencyCode?: string;
|
|
@@ -2175,15 +2203,48 @@ export interface ReservationPurchaseRecommendationDetail {
|
|
|
2175
2203
|
*/
|
|
2176
2204
|
EstimatedReservationCostForLookbackPeriod?: string;
|
|
2177
2205
|
/**
|
|
2178
|
-
* <p>How much purchasing this
|
|
2206
|
+
* <p>How much purchasing this recommendation costs you upfront.</p>
|
|
2179
2207
|
* @public
|
|
2180
2208
|
*/
|
|
2181
2209
|
UpfrontCost?: string;
|
|
2182
2210
|
/**
|
|
2183
|
-
* <p>How much purchasing this
|
|
2211
|
+
* <p>How much purchasing this recommendation costs you on a monthly basis.</p>
|
|
2184
2212
|
* @public
|
|
2185
2213
|
*/
|
|
2186
2214
|
RecurringStandardMonthlyCost?: string;
|
|
2215
|
+
/**
|
|
2216
|
+
* <p>Details about the reservations that Amazon Web Services recommends that you
|
|
2217
|
+
* purchase.</p>
|
|
2218
|
+
* @public
|
|
2219
|
+
*/
|
|
2220
|
+
ReservedCapacityDetails?: ReservedCapacityDetails;
|
|
2221
|
+
/**
|
|
2222
|
+
* <p>The number of reserved capacity units that Amazon Web Services recommends that you
|
|
2223
|
+
* purchase.</p>
|
|
2224
|
+
* @public
|
|
2225
|
+
*/
|
|
2226
|
+
RecommendedNumberOfCapacityUnitsToPurchase?: string;
|
|
2227
|
+
/**
|
|
2228
|
+
* <p>The minimum number of provisioned capacity units that you used in an hour during the
|
|
2229
|
+
* historical period. Amazon Web Services uses this to calculate your recommended
|
|
2230
|
+
* reservation purchases.</p>
|
|
2231
|
+
* @public
|
|
2232
|
+
*/
|
|
2233
|
+
MinimumNumberOfCapacityUnitsUsedPerHour?: string;
|
|
2234
|
+
/**
|
|
2235
|
+
* <p>The maximum number of provisioned capacity units that you used in an hour during the
|
|
2236
|
+
* historical period. Amazon Web Services uses this to calculate your recommended
|
|
2237
|
+
* reservation purchases.</p>
|
|
2238
|
+
* @public
|
|
2239
|
+
*/
|
|
2240
|
+
MaximumNumberOfCapacityUnitsUsedPerHour?: string;
|
|
2241
|
+
/**
|
|
2242
|
+
* <p>The average number of provisioned capacity units that you used in an hour during the
|
|
2243
|
+
* historical period. Amazon Web Services uses this to calculate your recommended
|
|
2244
|
+
* reservation purchases.</p>
|
|
2245
|
+
* @public
|
|
2246
|
+
*/
|
|
2247
|
+
AverageNumberOfCapacityUnitsUsedPerHour?: string;
|
|
2187
2248
|
}
|
|
2188
2249
|
/**
|
|
2189
2250
|
* <p>A summary about this recommendation, such as the currency code, the amount that
|
|
@@ -5650,9 +5711,9 @@ export interface GetDimensionValuesRequest {
|
|
|
5650
5711
|
* <li>
|
|
5651
5712
|
* <p>BILLING_ENTITY - The Amazon Web Services seller that your account is with. Possible
|
|
5652
5713
|
* values are the following:</p>
|
|
5653
|
-
* <p>- Amazon Web Services(Amazon Web Services): The entity that sells Amazon Web
|
|
5714
|
+
* <p>- Amazon Web Services(Amazon Web Services): The entity that sells Amazon Web Servicesservices.</p>
|
|
5654
5715
|
* <p>- AISPL (Amazon Internet Services Pvt. Ltd.): The local Indian entity that's an acting
|
|
5655
|
-
* reseller for Amazon Web
|
|
5716
|
+
* reseller for Amazon Web Servicesservices in India.</p>
|
|
5656
5717
|
* <p>- Amazon Web Services Marketplace: The entity that supports the sale of solutions that are built on
|
|
5657
5718
|
* Amazon Web Services by third-party software providers.</p>
|
|
5658
5719
|
* </li>
|
|
@@ -37,4 +37,15 @@ declare const CreateAnomalyMonitorCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateAnomalyMonitorCommand extends CreateAnomalyMonitorCommand_base {
|
|
40
|
+
export declare class CreateAnomalyMonitorCommand extends CreateAnomalyMonitorCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateAnomalyMonitorRequest;
|
|
44
|
+
output: CreateAnomalyMonitorResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateAnomalyMonitorCommandInput;
|
|
48
|
+
output: CreateAnomalyMonitorCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateAnomalySubscriptionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateAnomalySubscriptionCommand extends CreateAnomalySubscriptionCommand_base {
|
|
40
|
+
export declare class CreateAnomalySubscriptionCommand extends CreateAnomalySubscriptionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateAnomalySubscriptionRequest;
|
|
44
|
+
output: CreateAnomalySubscriptionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateAnomalySubscriptionCommandInput;
|
|
48
|
+
output: CreateAnomalySubscriptionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateCostCategoryDefinitionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateCostCategoryDefinitionCommand extends CreateCostCategoryDefinitionCommand_base {
|
|
40
|
+
export declare class CreateCostCategoryDefinitionCommand extends CreateCostCategoryDefinitionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateCostCategoryDefinitionRequest;
|
|
44
|
+
output: CreateCostCategoryDefinitionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateCostCategoryDefinitionCommandInput;
|
|
48
|
+
output: CreateCostCategoryDefinitionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteAnomalyMonitorCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteAnomalyMonitorCommand extends DeleteAnomalyMonitorCommand_base {
|
|
40
|
+
export declare class DeleteAnomalyMonitorCommand extends DeleteAnomalyMonitorCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteAnomalyMonitorRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteAnomalyMonitorCommandInput;
|
|
48
|
+
output: DeleteAnomalyMonitorCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteAnomalySubscriptionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteAnomalySubscriptionCommand extends DeleteAnomalySubscriptionCommand_base {
|
|
40
|
+
export declare class DeleteAnomalySubscriptionCommand extends DeleteAnomalySubscriptionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteAnomalySubscriptionRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteAnomalySubscriptionCommandInput;
|
|
48
|
+
output: DeleteAnomalySubscriptionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteCostCategoryDefinitionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteCostCategoryDefinitionCommand extends DeleteCostCategoryDefinitionCommand_base {
|
|
40
|
+
export declare class DeleteCostCategoryDefinitionCommand extends DeleteCostCategoryDefinitionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteCostCategoryDefinitionRequest;
|
|
44
|
+
output: DeleteCostCategoryDefinitionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteCostCategoryDefinitionCommandInput;
|
|
48
|
+
output: DeleteCostCategoryDefinitionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeCostCategoryDefinitionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeCostCategoryDefinitionCommand extends DescribeCostCategoryDefinitionCommand_base {
|
|
40
|
+
export declare class DescribeCostCategoryDefinitionCommand extends DescribeCostCategoryDefinitionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeCostCategoryDefinitionRequest;
|
|
44
|
+
output: DescribeCostCategoryDefinitionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeCostCategoryDefinitionCommandInput;
|
|
48
|
+
output: DescribeCostCategoryDefinitionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetAnomaliesCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetAnomaliesCommand extends GetAnomaliesCommand_base {
|
|
36
|
+
export declare class GetAnomaliesCommand extends GetAnomaliesCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetAnomaliesRequest;
|
|
40
|
+
output: GetAnomaliesResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetAnomaliesCommandInput;
|
|
44
|
+
output: GetAnomaliesCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetAnomalyMonitorsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetAnomalyMonitorsCommand extends GetAnomalyMonitorsCommand_base {
|
|
40
|
+
export declare class GetAnomalyMonitorsCommand extends GetAnomalyMonitorsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetAnomalyMonitorsRequest;
|
|
44
|
+
output: GetAnomalyMonitorsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetAnomalyMonitorsCommandInput;
|
|
48
|
+
output: GetAnomalyMonitorsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetAnomalySubscriptionsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetAnomalySubscriptionsCommand extends GetAnomalySubscriptionsCommand_base {
|
|
40
|
+
export declare class GetAnomalySubscriptionsCommand extends GetAnomalySubscriptionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetAnomalySubscriptionsRequest;
|
|
44
|
+
output: GetAnomalySubscriptionsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetAnomalySubscriptionsCommandInput;
|
|
48
|
+
output: GetAnomalySubscriptionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetApproximateUsageRecordsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetApproximateUsageRecordsCommand extends GetApproximateUsageRecordsCommand_base {
|
|
40
|
+
export declare class GetApproximateUsageRecordsCommand extends GetApproximateUsageRecordsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetApproximateUsageRecordsRequest;
|
|
44
|
+
output: GetApproximateUsageRecordsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetApproximateUsageRecordsCommandInput;
|
|
48
|
+
output: GetApproximateUsageRecordsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetCostAndUsageCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetCostAndUsageCommand extends GetCostAndUsageCommand_base {
|
|
39
|
+
export declare class GetCostAndUsageCommand extends GetCostAndUsageCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetCostAndUsageRequest;
|
|
43
|
+
output: GetCostAndUsageResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetCostAndUsageCommandInput;
|
|
47
|
+
output: GetCostAndUsageCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetCostAndUsageWithResourcesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetCostAndUsageWithResourcesCommand extends GetCostAndUsageWithResourcesCommand_base {
|
|
40
|
+
export declare class GetCostAndUsageWithResourcesCommand extends GetCostAndUsageWithResourcesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetCostAndUsageWithResourcesRequest;
|
|
44
|
+
output: GetCostAndUsageWithResourcesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetCostAndUsageWithResourcesCommandInput;
|
|
48
|
+
output: GetCostAndUsageWithResourcesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetCostCategoriesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetCostCategoriesCommand extends GetCostCategoriesCommand_base {
|
|
40
|
+
export declare class GetCostCategoriesCommand extends GetCostCategoriesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetCostCategoriesRequest;
|
|
44
|
+
output: GetCostCategoriesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetCostCategoriesCommandInput;
|
|
48
|
+
output: GetCostCategoriesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetCostForecastCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetCostForecastCommand extends GetCostForecastCommand_base {
|
|
39
|
+
export declare class GetCostForecastCommand extends GetCostForecastCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetCostForecastRequest;
|
|
43
|
+
output: GetCostForecastResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetCostForecastCommandInput;
|
|
47
|
+
output: GetCostForecastCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetDimensionValuesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetDimensionValuesCommand extends GetDimensionValuesCommand_base {
|
|
40
|
+
export declare class GetDimensionValuesCommand extends GetDimensionValuesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetDimensionValuesRequest;
|
|
44
|
+
output: GetDimensionValuesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetDimensionValuesCommandInput;
|
|
48
|
+
output: GetDimensionValuesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetReservationCoverageCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetReservationCoverageCommand extends GetReservationCoverageCommand_base {
|
|
40
|
+
export declare class GetReservationCoverageCommand extends GetReservationCoverageCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetReservationCoverageRequest;
|
|
44
|
+
output: GetReservationCoverageResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetReservationCoverageCommandInput;
|
|
48
|
+
output: GetReservationCoverageCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetReservationPurchaseRecommendationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetReservationPurchaseRecommendationCommand extends GetReservationPurchaseRecommendationCommand_base {
|
|
40
|
+
export declare class GetReservationPurchaseRecommendationCommand extends GetReservationPurchaseRecommendationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetReservationPurchaseRecommendationRequest;
|
|
44
|
+
output: GetReservationPurchaseRecommendationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetReservationPurchaseRecommendationCommandInput;
|
|
48
|
+
output: GetReservationPurchaseRecommendationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetReservationUtilizationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetReservationUtilizationCommand extends GetReservationUtilizationCommand_base {
|
|
40
|
+
export declare class GetReservationUtilizationCommand extends GetReservationUtilizationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetReservationUtilizationRequest;
|
|
44
|
+
output: GetReservationUtilizationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetReservationUtilizationCommandInput;
|
|
48
|
+
output: GetReservationUtilizationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetRightsizingRecommendationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetRightsizingRecommendationCommand extends GetRightsizingRecommendationCommand_base {
|
|
40
|
+
export declare class GetRightsizingRecommendationCommand extends GetRightsizingRecommendationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetRightsizingRecommendationRequest;
|
|
44
|
+
output: GetRightsizingRecommendationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetRightsizingRecommendationCommandInput;
|
|
48
|
+
output: GetRightsizingRecommendationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetSavingsPlanPurchaseRecommendationDetailsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetSavingsPlanPurchaseRecommendationDetailsCommand extends GetSavingsPlanPurchaseRecommendationDetailsCommand_base {
|
|
40
|
+
export declare class GetSavingsPlanPurchaseRecommendationDetailsCommand extends GetSavingsPlanPurchaseRecommendationDetailsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetSavingsPlanPurchaseRecommendationDetailsRequest;
|
|
44
|
+
output: GetSavingsPlanPurchaseRecommendationDetailsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetSavingsPlanPurchaseRecommendationDetailsCommandInput;
|
|
48
|
+
output: GetSavingsPlanPurchaseRecommendationDetailsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetSavingsPlansCoverageCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetSavingsPlansCoverageCommand extends GetSavingsPlansCoverageCommand_base {
|
|
40
|
+
export declare class GetSavingsPlansCoverageCommand extends GetSavingsPlansCoverageCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetSavingsPlansCoverageRequest;
|
|
44
|
+
output: GetSavingsPlansCoverageResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetSavingsPlansCoverageCommandInput;
|
|
48
|
+
output: GetSavingsPlansCoverageCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetSavingsPlansPurchaseRecommendationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetSavingsPlansPurchaseRecommendationCommand extends GetSavingsPlansPurchaseRecommendationCommand_base {
|
|
40
|
+
export declare class GetSavingsPlansPurchaseRecommendationCommand extends GetSavingsPlansPurchaseRecommendationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetSavingsPlansPurchaseRecommendationRequest;
|
|
44
|
+
output: GetSavingsPlansPurchaseRecommendationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetSavingsPlansPurchaseRecommendationCommandInput;
|
|
48
|
+
output: GetSavingsPlansPurchaseRecommendationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetSavingsPlansUtilizationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetSavingsPlansUtilizationCommand extends GetSavingsPlansUtilizationCommand_base {
|
|
40
|
+
export declare class GetSavingsPlansUtilizationCommand extends GetSavingsPlansUtilizationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetSavingsPlansUtilizationRequest;
|
|
44
|
+
output: GetSavingsPlansUtilizationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetSavingsPlansUtilizationCommandInput;
|
|
48
|
+
output: GetSavingsPlansUtilizationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|