@aws-sdk/client-cost-explorer 3.765.0 → 3.772.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 +55 -55
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccountScope: () => AccountScope,
|
|
25
25
|
AnalysisNotFoundException: () => AnalysisNotFoundException,
|
|
26
26
|
AnalysisStatus: () => AnalysisStatus,
|
|
@@ -129,7 +129,7 @@ __export(src_exports, {
|
|
|
129
129
|
paginateListCostAllocationTags: () => paginateListCostAllocationTags,
|
|
130
130
|
paginateListCostCategoryDefinitions: () => paginateListCostCategoryDefinitions
|
|
131
131
|
});
|
|
132
|
-
module.exports = __toCommonJS(
|
|
132
|
+
module.exports = __toCommonJS(index_exports);
|
|
133
133
|
|
|
134
134
|
// src/CostExplorerClient.ts
|
|
135
135
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -256,9 +256,9 @@ var CostExplorerClient = class extends import_smithy_client.Client {
|
|
|
256
256
|
this.middlewareStack.use(
|
|
257
257
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
258
258
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultCostExplorerHttpAuthSchemeParametersProvider,
|
|
259
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
259
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
260
260
|
"aws.auth#sigv4": config.credentials
|
|
261
|
-
})
|
|
261
|
+
}), "identityProviderConfigProvider")
|
|
262
262
|
})
|
|
263
263
|
);
|
|
264
264
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -1857,7 +1857,7 @@ var se_AnomalyMonitor = /* @__PURE__ */ __name((input, context) => {
|
|
|
1857
1857
|
MonitorArn: [],
|
|
1858
1858
|
MonitorDimension: [],
|
|
1859
1859
|
MonitorName: [],
|
|
1860
|
-
MonitorSpecification: (_) => se_Expression(_, context),
|
|
1860
|
+
MonitorSpecification: /* @__PURE__ */ __name((_) => se_Expression(_, context), "MonitorSpecification"),
|
|
1861
1861
|
MonitorType: []
|
|
1862
1862
|
});
|
|
1863
1863
|
}, "se_AnomalyMonitor");
|
|
@@ -1870,18 +1870,18 @@ var se_AnomalySubscription = /* @__PURE__ */ __name((input, context) => {
|
|
|
1870
1870
|
SubscriptionArn: [],
|
|
1871
1871
|
SubscriptionName: [],
|
|
1872
1872
|
Threshold: import_smithy_client.serializeFloat,
|
|
1873
|
-
ThresholdExpression: (_) => se_Expression(_, context)
|
|
1873
|
+
ThresholdExpression: /* @__PURE__ */ __name((_) => se_Expression(_, context), "ThresholdExpression")
|
|
1874
1874
|
});
|
|
1875
1875
|
}, "se_AnomalySubscription");
|
|
1876
1876
|
var se_CommitmentPurchaseAnalysisConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
1877
1877
|
return (0, import_smithy_client.take)(input, {
|
|
1878
|
-
SavingsPlansPurchaseAnalysisConfiguration: (_) => se_SavingsPlansPurchaseAnalysisConfiguration(_, context)
|
|
1878
|
+
SavingsPlansPurchaseAnalysisConfiguration: /* @__PURE__ */ __name((_) => se_SavingsPlansPurchaseAnalysisConfiguration(_, context), "SavingsPlansPurchaseAnalysisConfiguration")
|
|
1879
1879
|
});
|
|
1880
1880
|
}, "se_CommitmentPurchaseAnalysisConfiguration");
|
|
1881
1881
|
var se_CostCategoryRule = /* @__PURE__ */ __name((input, context) => {
|
|
1882
1882
|
return (0, import_smithy_client.take)(input, {
|
|
1883
1883
|
InheritedValue: import_smithy_client._json,
|
|
1884
|
-
Rule: (_) => se_Expression(_, context),
|
|
1884
|
+
Rule: /* @__PURE__ */ __name((_) => se_Expression(_, context), "Rule"),
|
|
1885
1885
|
Type: [],
|
|
1886
1886
|
Value: []
|
|
1887
1887
|
});
|
|
@@ -1893,13 +1893,13 @@ var se_CostCategoryRulesList = /* @__PURE__ */ __name((input, context) => {
|
|
|
1893
1893
|
}, "se_CostCategoryRulesList");
|
|
1894
1894
|
var se_CreateAnomalyMonitorRequest = /* @__PURE__ */ __name((input, context) => {
|
|
1895
1895
|
return (0, import_smithy_client.take)(input, {
|
|
1896
|
-
AnomalyMonitor: (_) => se_AnomalyMonitor(_, context),
|
|
1896
|
+
AnomalyMonitor: /* @__PURE__ */ __name((_) => se_AnomalyMonitor(_, context), "AnomalyMonitor"),
|
|
1897
1897
|
ResourceTags: import_smithy_client._json
|
|
1898
1898
|
});
|
|
1899
1899
|
}, "se_CreateAnomalyMonitorRequest");
|
|
1900
1900
|
var se_CreateAnomalySubscriptionRequest = /* @__PURE__ */ __name((input, context) => {
|
|
1901
1901
|
return (0, import_smithy_client.take)(input, {
|
|
1902
|
-
AnomalySubscription: (_) => se_AnomalySubscription(_, context),
|
|
1902
|
+
AnomalySubscription: /* @__PURE__ */ __name((_) => se_AnomalySubscription(_, context), "AnomalySubscription"),
|
|
1903
1903
|
ResourceTags: import_smithy_client._json
|
|
1904
1904
|
});
|
|
1905
1905
|
}, "se_CreateAnomalySubscriptionRequest");
|
|
@@ -1910,17 +1910,17 @@ var se_CreateCostCategoryDefinitionRequest = /* @__PURE__ */ __name((input, cont
|
|
|
1910
1910
|
Name: [],
|
|
1911
1911
|
ResourceTags: import_smithy_client._json,
|
|
1912
1912
|
RuleVersion: [],
|
|
1913
|
-
Rules: (_) => se_CostCategoryRulesList(_, context),
|
|
1913
|
+
Rules: /* @__PURE__ */ __name((_) => se_CostCategoryRulesList(_, context), "Rules"),
|
|
1914
1914
|
SplitChargeRules: import_smithy_client._json
|
|
1915
1915
|
});
|
|
1916
1916
|
}, "se_CreateCostCategoryDefinitionRequest");
|
|
1917
1917
|
var se_Expression = /* @__PURE__ */ __name((input, context) => {
|
|
1918
1918
|
return (0, import_smithy_client.take)(input, {
|
|
1919
|
-
And: (_) => se_Expressions(_, context),
|
|
1919
|
+
And: /* @__PURE__ */ __name((_) => se_Expressions(_, context), "And"),
|
|
1920
1920
|
CostCategories: import_smithy_client._json,
|
|
1921
1921
|
Dimensions: import_smithy_client._json,
|
|
1922
|
-
Not: (_) => se_Expression(_, context),
|
|
1923
|
-
Or: (_) => se_Expressions(_, context),
|
|
1922
|
+
Not: /* @__PURE__ */ __name((_) => se_Expression(_, context), "Not"),
|
|
1923
|
+
Or: /* @__PURE__ */ __name((_) => se_Expressions(_, context), "Or"),
|
|
1924
1924
|
Tags: import_smithy_client._json
|
|
1925
1925
|
});
|
|
1926
1926
|
}, "se_Expression");
|
|
@@ -1936,13 +1936,13 @@ var se_GetAnomaliesRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
1936
1936
|
MaxResults: [],
|
|
1937
1937
|
MonitorArn: [],
|
|
1938
1938
|
NextPageToken: [],
|
|
1939
|
-
TotalImpact: (_) => se_TotalImpactFilter(_, context)
|
|
1939
|
+
TotalImpact: /* @__PURE__ */ __name((_) => se_TotalImpactFilter(_, context), "TotalImpact")
|
|
1940
1940
|
});
|
|
1941
1941
|
}, "se_GetAnomaliesRequest");
|
|
1942
1942
|
var se_GetCostAndUsageRequest = /* @__PURE__ */ __name((input, context) => {
|
|
1943
1943
|
return (0, import_smithy_client.take)(input, {
|
|
1944
1944
|
BillingViewArn: [],
|
|
1945
|
-
Filter: (_) => se_Expression(_, context),
|
|
1945
|
+
Filter: /* @__PURE__ */ __name((_) => se_Expression(_, context), "Filter"),
|
|
1946
1946
|
Granularity: [],
|
|
1947
1947
|
GroupBy: import_smithy_client._json,
|
|
1948
1948
|
Metrics: import_smithy_client._json,
|
|
@@ -1953,7 +1953,7 @@ var se_GetCostAndUsageRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
1953
1953
|
var se_GetCostAndUsageWithResourcesRequest = /* @__PURE__ */ __name((input, context) => {
|
|
1954
1954
|
return (0, import_smithy_client.take)(input, {
|
|
1955
1955
|
BillingViewArn: [],
|
|
1956
|
-
Filter: (_) => se_Expression(_, context),
|
|
1956
|
+
Filter: /* @__PURE__ */ __name((_) => se_Expression(_, context), "Filter"),
|
|
1957
1957
|
Granularity: [],
|
|
1958
1958
|
GroupBy: import_smithy_client._json,
|
|
1959
1959
|
Metrics: import_smithy_client._json,
|
|
@@ -1965,7 +1965,7 @@ var se_GetCostCategoriesRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
1965
1965
|
return (0, import_smithy_client.take)(input, {
|
|
1966
1966
|
BillingViewArn: [],
|
|
1967
1967
|
CostCategoryName: [],
|
|
1968
|
-
Filter: (_) => se_Expression(_, context),
|
|
1968
|
+
Filter: /* @__PURE__ */ __name((_) => se_Expression(_, context), "Filter"),
|
|
1969
1969
|
MaxResults: [],
|
|
1970
1970
|
NextPageToken: [],
|
|
1971
1971
|
SearchString: [],
|
|
@@ -1976,7 +1976,7 @@ var se_GetCostCategoriesRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
1976
1976
|
var se_GetCostForecastRequest = /* @__PURE__ */ __name((input, context) => {
|
|
1977
1977
|
return (0, import_smithy_client.take)(input, {
|
|
1978
1978
|
BillingViewArn: [],
|
|
1979
|
-
Filter: (_) => se_Expression(_, context),
|
|
1979
|
+
Filter: /* @__PURE__ */ __name((_) => se_Expression(_, context), "Filter"),
|
|
1980
1980
|
Granularity: [],
|
|
1981
1981
|
Metric: [],
|
|
1982
1982
|
PredictionIntervalLevel: [],
|
|
@@ -1988,7 +1988,7 @@ var se_GetDimensionValuesRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
1988
1988
|
BillingViewArn: [],
|
|
1989
1989
|
Context: [],
|
|
1990
1990
|
Dimension: [],
|
|
1991
|
-
Filter: (_) => se_Expression(_, context),
|
|
1991
|
+
Filter: /* @__PURE__ */ __name((_) => se_Expression(_, context), "Filter"),
|
|
1992
1992
|
MaxResults: [],
|
|
1993
1993
|
NextPageToken: [],
|
|
1994
1994
|
SearchString: [],
|
|
@@ -1998,7 +1998,7 @@ var se_GetDimensionValuesRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
1998
1998
|
}, "se_GetDimensionValuesRequest");
|
|
1999
1999
|
var se_GetReservationCoverageRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2000
2000
|
return (0, import_smithy_client.take)(input, {
|
|
2001
|
-
Filter: (_) => se_Expression(_, context),
|
|
2001
|
+
Filter: /* @__PURE__ */ __name((_) => se_Expression(_, context), "Filter"),
|
|
2002
2002
|
Granularity: [],
|
|
2003
2003
|
GroupBy: import_smithy_client._json,
|
|
2004
2004
|
MaxResults: [],
|
|
@@ -2012,7 +2012,7 @@ var se_GetReservationPurchaseRecommendationRequest = /* @__PURE__ */ __name((inp
|
|
|
2012
2012
|
return (0, import_smithy_client.take)(input, {
|
|
2013
2013
|
AccountId: [],
|
|
2014
2014
|
AccountScope: [],
|
|
2015
|
-
Filter: (_) => se_Expression(_, context),
|
|
2015
|
+
Filter: /* @__PURE__ */ __name((_) => se_Expression(_, context), "Filter"),
|
|
2016
2016
|
LookbackPeriodInDays: [],
|
|
2017
2017
|
NextPageToken: [],
|
|
2018
2018
|
PageSize: [],
|
|
@@ -2024,7 +2024,7 @@ var se_GetReservationPurchaseRecommendationRequest = /* @__PURE__ */ __name((inp
|
|
|
2024
2024
|
}, "se_GetReservationPurchaseRecommendationRequest");
|
|
2025
2025
|
var se_GetReservationUtilizationRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2026
2026
|
return (0, import_smithy_client.take)(input, {
|
|
2027
|
-
Filter: (_) => se_Expression(_, context),
|
|
2027
|
+
Filter: /* @__PURE__ */ __name((_) => se_Expression(_, context), "Filter"),
|
|
2028
2028
|
Granularity: [],
|
|
2029
2029
|
GroupBy: import_smithy_client._json,
|
|
2030
2030
|
MaxResults: [],
|
|
@@ -2036,7 +2036,7 @@ var se_GetReservationUtilizationRequest = /* @__PURE__ */ __name((input, context
|
|
|
2036
2036
|
var se_GetRightsizingRecommendationRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2037
2037
|
return (0, import_smithy_client.take)(input, {
|
|
2038
2038
|
Configuration: import_smithy_client._json,
|
|
2039
|
-
Filter: (_) => se_Expression(_, context),
|
|
2039
|
+
Filter: /* @__PURE__ */ __name((_) => se_Expression(_, context), "Filter"),
|
|
2040
2040
|
NextPageToken: [],
|
|
2041
2041
|
PageSize: [],
|
|
2042
2042
|
Service: []
|
|
@@ -2044,7 +2044,7 @@ var se_GetRightsizingRecommendationRequest = /* @__PURE__ */ __name((input, cont
|
|
|
2044
2044
|
}, "se_GetRightsizingRecommendationRequest");
|
|
2045
2045
|
var se_GetSavingsPlansCoverageRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2046
2046
|
return (0, import_smithy_client.take)(input, {
|
|
2047
|
-
Filter: (_) => se_Expression(_, context),
|
|
2047
|
+
Filter: /* @__PURE__ */ __name((_) => se_Expression(_, context), "Filter"),
|
|
2048
2048
|
Granularity: [],
|
|
2049
2049
|
GroupBy: import_smithy_client._json,
|
|
2050
2050
|
MaxResults: [],
|
|
@@ -2057,7 +2057,7 @@ var se_GetSavingsPlansCoverageRequest = /* @__PURE__ */ __name((input, context)
|
|
|
2057
2057
|
var se_GetSavingsPlansPurchaseRecommendationRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2058
2058
|
return (0, import_smithy_client.take)(input, {
|
|
2059
2059
|
AccountScope: [],
|
|
2060
|
-
Filter: (_) => se_Expression(_, context),
|
|
2060
|
+
Filter: /* @__PURE__ */ __name((_) => se_Expression(_, context), "Filter"),
|
|
2061
2061
|
LookbackPeriodInDays: [],
|
|
2062
2062
|
NextPageToken: [],
|
|
2063
2063
|
PageSize: [],
|
|
@@ -2069,7 +2069,7 @@ var se_GetSavingsPlansPurchaseRecommendationRequest = /* @__PURE__ */ __name((in
|
|
|
2069
2069
|
var se_GetSavingsPlansUtilizationDetailsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2070
2070
|
return (0, import_smithy_client.take)(input, {
|
|
2071
2071
|
DataType: import_smithy_client._json,
|
|
2072
|
-
Filter: (_) => se_Expression(_, context),
|
|
2072
|
+
Filter: /* @__PURE__ */ __name((_) => se_Expression(_, context), "Filter"),
|
|
2073
2073
|
MaxResults: [],
|
|
2074
2074
|
NextToken: [],
|
|
2075
2075
|
SortBy: import_smithy_client._json,
|
|
@@ -2078,7 +2078,7 @@ var se_GetSavingsPlansUtilizationDetailsRequest = /* @__PURE__ */ __name((input,
|
|
|
2078
2078
|
}, "se_GetSavingsPlansUtilizationDetailsRequest");
|
|
2079
2079
|
var se_GetSavingsPlansUtilizationRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2080
2080
|
return (0, import_smithy_client.take)(input, {
|
|
2081
|
-
Filter: (_) => se_Expression(_, context),
|
|
2081
|
+
Filter: /* @__PURE__ */ __name((_) => se_Expression(_, context), "Filter"),
|
|
2082
2082
|
Granularity: [],
|
|
2083
2083
|
SortBy: import_smithy_client._json,
|
|
2084
2084
|
TimePeriod: import_smithy_client._json
|
|
@@ -2087,7 +2087,7 @@ var se_GetSavingsPlansUtilizationRequest = /* @__PURE__ */ __name((input, contex
|
|
|
2087
2087
|
var se_GetTagsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2088
2088
|
return (0, import_smithy_client.take)(input, {
|
|
2089
2089
|
BillingViewArn: [],
|
|
2090
|
-
Filter: (_) => se_Expression(_, context),
|
|
2090
|
+
Filter: /* @__PURE__ */ __name((_) => se_Expression(_, context), "Filter"),
|
|
2091
2091
|
MaxResults: [],
|
|
2092
2092
|
NextPageToken: [],
|
|
2093
2093
|
SearchString: [],
|
|
@@ -2099,7 +2099,7 @@ var se_GetTagsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
2099
2099
|
var se_GetUsageForecastRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2100
2100
|
return (0, import_smithy_client.take)(input, {
|
|
2101
2101
|
BillingViewArn: [],
|
|
2102
|
-
Filter: (_) => se_Expression(_, context),
|
|
2102
|
+
Filter: /* @__PURE__ */ __name((_) => se_Expression(_, context), "Filter"),
|
|
2103
2103
|
Granularity: [],
|
|
2104
2104
|
Metric: [],
|
|
2105
2105
|
PredictionIntervalLevel: [],
|
|
@@ -2123,7 +2123,7 @@ var se_SavingsPlansPurchaseAnalysisConfiguration = /* @__PURE__ */ __name((input
|
|
|
2123
2123
|
AccountScope: [],
|
|
2124
2124
|
AnalysisType: [],
|
|
2125
2125
|
LookBackTimePeriod: import_smithy_client._json,
|
|
2126
|
-
SavingsPlansToAdd: (_) => se_SavingsPlansToAdd(_, context),
|
|
2126
|
+
SavingsPlansToAdd: /* @__PURE__ */ __name((_) => se_SavingsPlansToAdd(_, context), "SavingsPlansToAdd"),
|
|
2127
2127
|
SavingsPlansToExclude: import_smithy_client._json
|
|
2128
2128
|
});
|
|
2129
2129
|
}, "se_SavingsPlansPurchaseAnalysisConfiguration");
|
|
@@ -2134,7 +2134,7 @@ var se_SavingsPlansToAdd = /* @__PURE__ */ __name((input, context) => {
|
|
|
2134
2134
|
}, "se_SavingsPlansToAdd");
|
|
2135
2135
|
var se_StartCommitmentPurchaseAnalysisRequest = /* @__PURE__ */ __name((input, context) => {
|
|
2136
2136
|
return (0, import_smithy_client.take)(input, {
|
|
2137
|
-
CommitmentPurchaseAnalysisConfiguration: (_) => se_CommitmentPurchaseAnalysisConfiguration(_, context)
|
|
2137
|
+
CommitmentPurchaseAnalysisConfiguration: /* @__PURE__ */ __name((_) => se_CommitmentPurchaseAnalysisConfiguration(_, context), "CommitmentPurchaseAnalysisConfiguration")
|
|
2138
2138
|
});
|
|
2139
2139
|
}, "se_StartCommitmentPurchaseAnalysisRequest");
|
|
2140
2140
|
var se_TotalImpactFilter = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -2152,7 +2152,7 @@ var se_UpdateAnomalySubscriptionRequest = /* @__PURE__ */ __name((input, context
|
|
|
2152
2152
|
SubscriptionArn: [],
|
|
2153
2153
|
SubscriptionName: [],
|
|
2154
2154
|
Threshold: import_smithy_client.serializeFloat,
|
|
2155
|
-
ThresholdExpression: (_) => se_Expression(_, context)
|
|
2155
|
+
ThresholdExpression: /* @__PURE__ */ __name((_) => se_Expression(_, context), "ThresholdExpression")
|
|
2156
2156
|
});
|
|
2157
2157
|
}, "se_UpdateAnomalySubscriptionRequest");
|
|
2158
2158
|
var se_UpdateCostCategoryDefinitionRequest = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -2161,7 +2161,7 @@ var se_UpdateCostCategoryDefinitionRequest = /* @__PURE__ */ __name((input, cont
|
|
|
2161
2161
|
DefaultValue: [],
|
|
2162
2162
|
EffectiveStart: [],
|
|
2163
2163
|
RuleVersion: [],
|
|
2164
|
-
Rules: (_) => se_CostCategoryRulesList(_, context),
|
|
2164
|
+
Rules: /* @__PURE__ */ __name((_) => se_CostCategoryRulesList(_, context), "Rules"),
|
|
2165
2165
|
SplitChargeRules: import_smithy_client._json
|
|
2166
2166
|
});
|
|
2167
2167
|
}, "se_UpdateCostCategoryDefinitionRequest");
|
|
@@ -2171,7 +2171,7 @@ var de_AnalysisSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
2171
2171
|
AnalysisId: import_smithy_client.expectString,
|
|
2172
2172
|
AnalysisStartedTime: import_smithy_client.expectString,
|
|
2173
2173
|
AnalysisStatus: import_smithy_client.expectString,
|
|
2174
|
-
CommitmentPurchaseAnalysisConfiguration: (_) => de_CommitmentPurchaseAnalysisConfiguration(_, context),
|
|
2174
|
+
CommitmentPurchaseAnalysisConfiguration: /* @__PURE__ */ __name((_) => de_CommitmentPurchaseAnalysisConfiguration(_, context), "CommitmentPurchaseAnalysisConfiguration"),
|
|
2175
2175
|
ErrorCode: import_smithy_client.expectString,
|
|
2176
2176
|
EstimatedCompletionTime: import_smithy_client.expectString
|
|
2177
2177
|
});
|
|
@@ -2192,13 +2192,13 @@ var de_Anomaly = /* @__PURE__ */ __name((output, context) => {
|
|
|
2192
2192
|
return (0, import_smithy_client.take)(output, {
|
|
2193
2193
|
AnomalyEndDate: import_smithy_client.expectString,
|
|
2194
2194
|
AnomalyId: import_smithy_client.expectString,
|
|
2195
|
-
AnomalyScore: (_) => de_AnomalyScore(_, context),
|
|
2195
|
+
AnomalyScore: /* @__PURE__ */ __name((_) => de_AnomalyScore(_, context), "AnomalyScore"),
|
|
2196
2196
|
AnomalyStartDate: import_smithy_client.expectString,
|
|
2197
2197
|
DimensionValue: import_smithy_client.expectString,
|
|
2198
2198
|
Feedback: import_smithy_client.expectString,
|
|
2199
|
-
Impact: (_) => de_Impact(_, context),
|
|
2199
|
+
Impact: /* @__PURE__ */ __name((_) => de_Impact(_, context), "Impact"),
|
|
2200
2200
|
MonitorArn: import_smithy_client.expectString,
|
|
2201
|
-
RootCauses: (_) => de_RootCauses(_, context)
|
|
2201
|
+
RootCauses: /* @__PURE__ */ __name((_) => de_RootCauses(_, context), "RootCauses")
|
|
2202
2202
|
});
|
|
2203
2203
|
}, "de_Anomaly");
|
|
2204
2204
|
var de_AnomalyMonitor = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2210,7 +2210,7 @@ var de_AnomalyMonitor = /* @__PURE__ */ __name((output, context) => {
|
|
|
2210
2210
|
MonitorArn: import_smithy_client.expectString,
|
|
2211
2211
|
MonitorDimension: import_smithy_client.expectString,
|
|
2212
2212
|
MonitorName: import_smithy_client.expectString,
|
|
2213
|
-
MonitorSpecification: (_) => de_Expression(_, context),
|
|
2213
|
+
MonitorSpecification: /* @__PURE__ */ __name((_) => de_Expression(_, context), "MonitorSpecification"),
|
|
2214
2214
|
MonitorType: import_smithy_client.expectString
|
|
2215
2215
|
});
|
|
2216
2216
|
}, "de_AnomalyMonitor");
|
|
@@ -2235,7 +2235,7 @@ var de_AnomalySubscription = /* @__PURE__ */ __name((output, context) => {
|
|
|
2235
2235
|
SubscriptionArn: import_smithy_client.expectString,
|
|
2236
2236
|
SubscriptionName: import_smithy_client.expectString,
|
|
2237
2237
|
Threshold: import_smithy_client.limitedParseDouble,
|
|
2238
|
-
ThresholdExpression: (_) => de_Expression(_, context)
|
|
2238
|
+
ThresholdExpression: /* @__PURE__ */ __name((_) => de_Expression(_, context), "ThresholdExpression")
|
|
2239
2239
|
});
|
|
2240
2240
|
}, "de_AnomalySubscription");
|
|
2241
2241
|
var de_AnomalySubscriptions = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2246,7 +2246,7 @@ var de_AnomalySubscriptions = /* @__PURE__ */ __name((output, context) => {
|
|
|
2246
2246
|
}, "de_AnomalySubscriptions");
|
|
2247
2247
|
var de_CommitmentPurchaseAnalysisConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
2248
2248
|
return (0, import_smithy_client.take)(output, {
|
|
2249
|
-
SavingsPlansPurchaseAnalysisConfiguration: (_) => de_SavingsPlansPurchaseAnalysisConfiguration(_, context)
|
|
2249
|
+
SavingsPlansPurchaseAnalysisConfiguration: /* @__PURE__ */ __name((_) => de_SavingsPlansPurchaseAnalysisConfiguration(_, context), "SavingsPlansPurchaseAnalysisConfiguration")
|
|
2250
2250
|
});
|
|
2251
2251
|
}, "de_CommitmentPurchaseAnalysisConfiguration");
|
|
2252
2252
|
var de_CostCategory = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -2258,14 +2258,14 @@ var de_CostCategory = /* @__PURE__ */ __name((output, context) => {
|
|
|
2258
2258
|
Name: import_smithy_client.expectString,
|
|
2259
2259
|
ProcessingStatus: import_smithy_client._json,
|
|
2260
2260
|
RuleVersion: import_smithy_client.expectString,
|
|
2261
|
-
Rules: (_) => de_CostCategoryRulesList(_, context),
|
|
2261
|
+
Rules: /* @__PURE__ */ __name((_) => de_CostCategoryRulesList(_, context), "Rules"),
|
|
2262
2262
|
SplitChargeRules: import_smithy_client._json
|
|
2263
2263
|
});
|
|
2264
2264
|
}, "de_CostCategory");
|
|
2265
2265
|
var de_CostCategoryRule = /* @__PURE__ */ __name((output, context) => {
|
|
2266
2266
|
return (0, import_smithy_client.take)(output, {
|
|
2267
2267
|
InheritedValue: import_smithy_client._json,
|
|
2268
|
-
Rule: (_) => de_Expression(_, context),
|
|
2268
|
+
Rule: /* @__PURE__ */ __name((_) => de_Expression(_, context), "Rule"),
|
|
2269
2269
|
Type: import_smithy_client.expectString,
|
|
2270
2270
|
Value: import_smithy_client.expectString
|
|
2271
2271
|
});
|
|
@@ -2278,16 +2278,16 @@ var de_CostCategoryRulesList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2278
2278
|
}, "de_CostCategoryRulesList");
|
|
2279
2279
|
var de_DescribeCostCategoryDefinitionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2280
2280
|
return (0, import_smithy_client.take)(output, {
|
|
2281
|
-
CostCategory: (_) => de_CostCategory(_, context)
|
|
2281
|
+
CostCategory: /* @__PURE__ */ __name((_) => de_CostCategory(_, context), "CostCategory")
|
|
2282
2282
|
});
|
|
2283
2283
|
}, "de_DescribeCostCategoryDefinitionResponse");
|
|
2284
2284
|
var de_Expression = /* @__PURE__ */ __name((output, context) => {
|
|
2285
2285
|
return (0, import_smithy_client.take)(output, {
|
|
2286
|
-
And: (_) => de_Expressions(_, context),
|
|
2286
|
+
And: /* @__PURE__ */ __name((_) => de_Expressions(_, context), "And"),
|
|
2287
2287
|
CostCategories: import_smithy_client._json,
|
|
2288
2288
|
Dimensions: import_smithy_client._json,
|
|
2289
|
-
Not: (_) => de_Expression(_, context),
|
|
2290
|
-
Or: (_) => de_Expressions(_, context),
|
|
2289
|
+
Not: /* @__PURE__ */ __name((_) => de_Expression(_, context), "Not"),
|
|
2290
|
+
Or: /* @__PURE__ */ __name((_) => de_Expressions(_, context), "Or"),
|
|
2291
2291
|
Tags: import_smithy_client._json
|
|
2292
2292
|
});
|
|
2293
2293
|
}, "de_Expression");
|
|
@@ -2299,19 +2299,19 @@ var de_Expressions = /* @__PURE__ */ __name((output, context) => {
|
|
|
2299
2299
|
}, "de_Expressions");
|
|
2300
2300
|
var de_GetAnomaliesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2301
2301
|
return (0, import_smithy_client.take)(output, {
|
|
2302
|
-
Anomalies: (_) => de_Anomalies(_, context),
|
|
2302
|
+
Anomalies: /* @__PURE__ */ __name((_) => de_Anomalies(_, context), "Anomalies"),
|
|
2303
2303
|
NextPageToken: import_smithy_client.expectString
|
|
2304
2304
|
});
|
|
2305
2305
|
}, "de_GetAnomaliesResponse");
|
|
2306
2306
|
var de_GetAnomalyMonitorsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2307
2307
|
return (0, import_smithy_client.take)(output, {
|
|
2308
|
-
AnomalyMonitors: (_) => de_AnomalyMonitors(_, context),
|
|
2308
|
+
AnomalyMonitors: /* @__PURE__ */ __name((_) => de_AnomalyMonitors(_, context), "AnomalyMonitors"),
|
|
2309
2309
|
NextPageToken: import_smithy_client.expectString
|
|
2310
2310
|
});
|
|
2311
2311
|
}, "de_GetAnomalyMonitorsResponse");
|
|
2312
2312
|
var de_GetAnomalySubscriptionsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2313
2313
|
return (0, import_smithy_client.take)(output, {
|
|
2314
|
-
AnomalySubscriptions: (_) => de_AnomalySubscriptions(_, context),
|
|
2314
|
+
AnomalySubscriptions: /* @__PURE__ */ __name((_) => de_AnomalySubscriptions(_, context), "AnomalySubscriptions"),
|
|
2315
2315
|
NextPageToken: import_smithy_client.expectString
|
|
2316
2316
|
});
|
|
2317
2317
|
}, "de_GetAnomalySubscriptionsResponse");
|
|
@@ -2322,7 +2322,7 @@ var de_GetCommitmentPurchaseAnalysisResponse = /* @__PURE__ */ __name((output, c
|
|
|
2322
2322
|
AnalysisId: import_smithy_client.expectString,
|
|
2323
2323
|
AnalysisStartedTime: import_smithy_client.expectString,
|
|
2324
2324
|
AnalysisStatus: import_smithy_client.expectString,
|
|
2325
|
-
CommitmentPurchaseAnalysisConfiguration: (_) => de_CommitmentPurchaseAnalysisConfiguration(_, context),
|
|
2325
|
+
CommitmentPurchaseAnalysisConfiguration: /* @__PURE__ */ __name((_) => de_CommitmentPurchaseAnalysisConfiguration(_, context), "CommitmentPurchaseAnalysisConfiguration"),
|
|
2326
2326
|
ErrorCode: import_smithy_client.expectString,
|
|
2327
2327
|
EstimatedCompletionTime: import_smithy_client.expectString
|
|
2328
2328
|
});
|
|
@@ -2338,13 +2338,13 @@ var de_Impact = /* @__PURE__ */ __name((output, context) => {
|
|
|
2338
2338
|
}, "de_Impact");
|
|
2339
2339
|
var de_ListCommitmentPurchaseAnalysesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2340
2340
|
return (0, import_smithy_client.take)(output, {
|
|
2341
|
-
AnalysisSummaryList: (_) => de_AnalysisSummaryList(_, context),
|
|
2341
|
+
AnalysisSummaryList: /* @__PURE__ */ __name((_) => de_AnalysisSummaryList(_, context), "AnalysisSummaryList"),
|
|
2342
2342
|
NextPageToken: import_smithy_client.expectString
|
|
2343
2343
|
});
|
|
2344
2344
|
}, "de_ListCommitmentPurchaseAnalysesResponse");
|
|
2345
2345
|
var de_RootCause = /* @__PURE__ */ __name((output, context) => {
|
|
2346
2346
|
return (0, import_smithy_client.take)(output, {
|
|
2347
|
-
Impact: (_) => de_RootCauseImpact(_, context),
|
|
2347
|
+
Impact: /* @__PURE__ */ __name((_) => de_RootCauseImpact(_, context), "Impact"),
|
|
2348
2348
|
LinkedAccount: import_smithy_client.expectString,
|
|
2349
2349
|
LinkedAccountName: import_smithy_client.expectString,
|
|
2350
2350
|
Region: import_smithy_client.expectString,
|
|
@@ -2380,7 +2380,7 @@ var de_SavingsPlansPurchaseAnalysisConfiguration = /* @__PURE__ */ __name((outpu
|
|
|
2380
2380
|
AccountScope: import_smithy_client.expectString,
|
|
2381
2381
|
AnalysisType: import_smithy_client.expectString,
|
|
2382
2382
|
LookBackTimePeriod: import_smithy_client._json,
|
|
2383
|
-
SavingsPlansToAdd: (_) => de_SavingsPlansToAdd(_, context),
|
|
2383
|
+
SavingsPlansToAdd: /* @__PURE__ */ __name((_) => de_SavingsPlansToAdd(_, context), "SavingsPlansToAdd"),
|
|
2384
2384
|
SavingsPlansToExclude: import_smithy_client._json
|
|
2385
2385
|
});
|
|
2386
2386
|
}, "de_SavingsPlansPurchaseAnalysisConfiguration");
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cost-explorer",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cost Explorer Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.772.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cost-explorer",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.758.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
28
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|