@aws-sdk/client-compute-optimizer 3.750.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +104 -104
  2. package/package.json +13 -13
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 src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  AccessDeniedException: () => AccessDeniedException,
25
25
  AllocationStrategy: () => AllocationStrategy,
26
26
  AsgType: () => AsgType,
@@ -155,7 +155,7 @@ __export(src_exports, {
155
155
  paginateGetRecommendationPreferences: () => paginateGetRecommendationPreferences,
156
156
  paginateGetRecommendationSummaries: () => paginateGetRecommendationSummaries
157
157
  });
158
- module.exports = __toCommonJS(src_exports);
158
+ module.exports = __toCommonJS(index_exports);
159
159
 
160
160
  // src/ComputeOptimizerClient.ts
161
161
  var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
@@ -282,9 +282,9 @@ var ComputeOptimizerClient = class extends import_smithy_client.Client {
282
282
  this.middlewareStack.use(
283
283
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
284
284
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultComputeOptimizerHttpAuthSchemeParametersProvider,
285
- identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
285
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
286
286
  "aws.auth#sigv4": config.credentials
287
- })
287
+ }), "identityProviderConfigProvider")
288
288
  })
289
289
  );
290
290
  this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
@@ -1984,37 +1984,37 @@ var de_ThrottlingExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
1984
1984
  }, "de_ThrottlingExceptionRes");
1985
1985
  var se_GetEC2RecommendationProjectedMetricsRequest = /* @__PURE__ */ __name((input, context) => {
1986
1986
  return (0, import_smithy_client.take)(input, {
1987
- endTime: (_) => _.getTime() / 1e3,
1987
+ endTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "endTime"),
1988
1988
  instanceArn: [],
1989
1989
  period: [],
1990
1990
  recommendationPreferences: import_smithy_client._json,
1991
- startTime: (_) => _.getTime() / 1e3,
1991
+ startTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "startTime"),
1992
1992
  stat: []
1993
1993
  });
1994
1994
  }, "se_GetEC2RecommendationProjectedMetricsRequest");
1995
1995
  var se_GetECSServiceRecommendationProjectedMetricsRequest = /* @__PURE__ */ __name((input, context) => {
1996
1996
  return (0, import_smithy_client.take)(input, {
1997
- endTime: (_) => _.getTime() / 1e3,
1997
+ endTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "endTime"),
1998
1998
  period: [],
1999
1999
  serviceArn: [],
2000
- startTime: (_) => _.getTime() / 1e3,
2000
+ startTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "startTime"),
2001
2001
  stat: []
2002
2002
  });
2003
2003
  }, "se_GetECSServiceRecommendationProjectedMetricsRequest");
2004
2004
  var se_GetRDSDatabaseRecommendationProjectedMetricsRequest = /* @__PURE__ */ __name((input, context) => {
2005
2005
  return (0, import_smithy_client.take)(input, {
2006
- endTime: (_) => _.getTime() / 1e3,
2006
+ endTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "endTime"),
2007
2007
  period: [],
2008
2008
  recommendationPreferences: import_smithy_client._json,
2009
2009
  resourceArn: [],
2010
- startTime: (_) => _.getTime() / 1e3,
2010
+ startTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "startTime"),
2011
2011
  stat: []
2012
2012
  });
2013
2013
  }, "se_GetRDSDatabaseRecommendationProjectedMetricsRequest");
2014
2014
  var de_AccountEnrollmentStatus = /* @__PURE__ */ __name((output, context) => {
2015
2015
  return (0, import_smithy_client.take)(output, {
2016
2016
  accountId: import_smithy_client.expectString,
2017
- lastUpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2017
+ lastUpdatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedTimestamp"),
2018
2018
  status: import_smithy_client.expectString,
2019
2019
  statusReason: import_smithy_client.expectString
2020
2020
  });
@@ -2048,28 +2048,28 @@ var de_AutoScalingGroupRecommendation = /* @__PURE__ */ __name((output, context)
2048
2048
  accountId: import_smithy_client.expectString,
2049
2049
  autoScalingGroupArn: import_smithy_client.expectString,
2050
2050
  autoScalingGroupName: import_smithy_client.expectString,
2051
- currentConfiguration: (_) => de_AutoScalingGroupConfiguration(_, context),
2051
+ currentConfiguration: /* @__PURE__ */ __name((_) => de_AutoScalingGroupConfiguration(_, context), "currentConfiguration"),
2052
2052
  currentInstanceGpuInfo: import_smithy_client._json,
2053
2053
  currentPerformanceRisk: import_smithy_client.expectString,
2054
2054
  effectiveRecommendationPreferences: import_smithy_client._json,
2055
2055
  finding: import_smithy_client.expectString,
2056
2056
  inferredWorkloadTypes: import_smithy_client._json,
2057
- lastRefreshTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2057
+ lastRefreshTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastRefreshTimestamp"),
2058
2058
  lookBackPeriodInDays: import_smithy_client.limitedParseDouble,
2059
- recommendationOptions: (_) => de_AutoScalingGroupRecommendationOptions(_, context),
2060
- utilizationMetrics: (_) => de_UtilizationMetrics(_, context)
2059
+ recommendationOptions: /* @__PURE__ */ __name((_) => de_AutoScalingGroupRecommendationOptions(_, context), "recommendationOptions"),
2060
+ utilizationMetrics: /* @__PURE__ */ __name((_) => de_UtilizationMetrics(_, context), "utilizationMetrics")
2061
2061
  });
2062
2062
  }, "de_AutoScalingGroupRecommendation");
2063
2063
  var de_AutoScalingGroupRecommendationOption = /* @__PURE__ */ __name((output, context) => {
2064
2064
  return (0, import_smithy_client.take)(output, {
2065
- configuration: (_) => de_AutoScalingGroupConfiguration(_, context),
2065
+ configuration: /* @__PURE__ */ __name((_) => de_AutoScalingGroupConfiguration(_, context), "configuration"),
2066
2066
  instanceGpuInfo: import_smithy_client._json,
2067
2067
  migrationEffort: import_smithy_client.expectString,
2068
2068
  performanceRisk: import_smithy_client.limitedParseDouble,
2069
- projectedUtilizationMetrics: (_) => de_ProjectedUtilizationMetrics(_, context),
2069
+ projectedUtilizationMetrics: /* @__PURE__ */ __name((_) => de_ProjectedUtilizationMetrics(_, context), "projectedUtilizationMetrics"),
2070
2070
  rank: import_smithy_client.expectInt32,
2071
- savingsOpportunity: (_) => de_SavingsOpportunity(_, context),
2072
- savingsOpportunityAfterDiscounts: (_) => de_AutoScalingGroupSavingsOpportunityAfterDiscounts(_, context)
2071
+ savingsOpportunity: /* @__PURE__ */ __name((_) => de_SavingsOpportunity(_, context), "savingsOpportunity"),
2072
+ savingsOpportunityAfterDiscounts: /* @__PURE__ */ __name((_) => de_AutoScalingGroupSavingsOpportunityAfterDiscounts(_, context), "savingsOpportunityAfterDiscounts")
2073
2073
  });
2074
2074
  }, "de_AutoScalingGroupRecommendationOption");
2075
2075
  var de_AutoScalingGroupRecommendationOptions = /* @__PURE__ */ __name((output, context) => {
@@ -2086,14 +2086,14 @@ var de_AutoScalingGroupRecommendations = /* @__PURE__ */ __name((output, context
2086
2086
  }, "de_AutoScalingGroupRecommendations");
2087
2087
  var de_AutoScalingGroupSavingsOpportunityAfterDiscounts = /* @__PURE__ */ __name((output, context) => {
2088
2088
  return (0, import_smithy_client.take)(output, {
2089
- estimatedMonthlySavings: (_) => de_AutoScalingGroupEstimatedMonthlySavings(_, context),
2089
+ estimatedMonthlySavings: /* @__PURE__ */ __name((_) => de_AutoScalingGroupEstimatedMonthlySavings(_, context), "estimatedMonthlySavings"),
2090
2090
  savingsOpportunityPercentage: import_smithy_client.limitedParseDouble
2091
2091
  });
2092
2092
  }, "de_AutoScalingGroupSavingsOpportunityAfterDiscounts");
2093
2093
  var de_DescribeRecommendationExportJobsResponse = /* @__PURE__ */ __name((output, context) => {
2094
2094
  return (0, import_smithy_client.take)(output, {
2095
2095
  nextToken: import_smithy_client.expectString,
2096
- recommendationExportJobs: (_) => de_RecommendationExportJobs(_, context)
2096
+ recommendationExportJobs: /* @__PURE__ */ __name((_) => de_RecommendationExportJobs(_, context), "recommendationExportJobs")
2097
2097
  });
2098
2098
  }, "de_DescribeRecommendationExportJobsResponse");
2099
2099
  var de_EBSEstimatedMonthlySavings = /* @__PURE__ */ __name((output, context) => {
@@ -2104,7 +2104,7 @@ var de_EBSEstimatedMonthlySavings = /* @__PURE__ */ __name((output, context) =>
2104
2104
  }, "de_EBSEstimatedMonthlySavings");
2105
2105
  var de_EBSSavingsOpportunityAfterDiscounts = /* @__PURE__ */ __name((output, context) => {
2106
2106
  return (0, import_smithy_client.take)(output, {
2107
- estimatedMonthlySavings: (_) => de_EBSEstimatedMonthlySavings(_, context),
2107
+ estimatedMonthlySavings: /* @__PURE__ */ __name((_) => de_EBSEstimatedMonthlySavings(_, context), "estimatedMonthlySavings"),
2108
2108
  savingsOpportunityPercentage: import_smithy_client.limitedParseDouble
2109
2109
  });
2110
2110
  }, "de_EBSSavingsOpportunityAfterDiscounts");
@@ -2129,16 +2129,16 @@ var de_ECSEstimatedMonthlySavings = /* @__PURE__ */ __name((output, context) =>
2129
2129
  }, "de_ECSEstimatedMonthlySavings");
2130
2130
  var de_ECSSavingsOpportunityAfterDiscounts = /* @__PURE__ */ __name((output, context) => {
2131
2131
  return (0, import_smithy_client.take)(output, {
2132
- estimatedMonthlySavings: (_) => de_ECSEstimatedMonthlySavings(_, context),
2132
+ estimatedMonthlySavings: /* @__PURE__ */ __name((_) => de_ECSEstimatedMonthlySavings(_, context), "estimatedMonthlySavings"),
2133
2133
  savingsOpportunityPercentage: import_smithy_client.limitedParseDouble
2134
2134
  });
2135
2135
  }, "de_ECSSavingsOpportunityAfterDiscounts");
2136
2136
  var de_ECSServiceProjectedMetric = /* @__PURE__ */ __name((output, context) => {
2137
2137
  return (0, import_smithy_client.take)(output, {
2138
- lowerBoundValues: (_) => de_MetricValues(_, context),
2138
+ lowerBoundValues: /* @__PURE__ */ __name((_) => de_MetricValues(_, context), "lowerBoundValues"),
2139
2139
  name: import_smithy_client.expectString,
2140
- timestamps: (_) => de_Timestamps(_, context),
2141
- upperBoundValues: (_) => de_MetricValues(_, context)
2140
+ timestamps: /* @__PURE__ */ __name((_) => de_Timestamps(_, context), "timestamps"),
2141
+ upperBoundValues: /* @__PURE__ */ __name((_) => de_MetricValues(_, context), "upperBoundValues")
2142
2142
  });
2143
2143
  }, "de_ECSServiceProjectedMetric");
2144
2144
  var de_ECSServiceProjectedMetrics = /* @__PURE__ */ __name((output, context) => {
@@ -2169,13 +2169,13 @@ var de_ECSServiceRecommendation = /* @__PURE__ */ __name((output, context) => {
2169
2169
  effectiveRecommendationPreferences: import_smithy_client._json,
2170
2170
  finding: import_smithy_client.expectString,
2171
2171
  findingReasonCodes: import_smithy_client._json,
2172
- lastRefreshTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2172
+ lastRefreshTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastRefreshTimestamp"),
2173
2173
  launchType: import_smithy_client.expectString,
2174
2174
  lookbackPeriodInDays: import_smithy_client.limitedParseDouble,
2175
2175
  serviceArn: import_smithy_client.expectString,
2176
- serviceRecommendationOptions: (_) => de_ECSServiceRecommendationOptions(_, context),
2176
+ serviceRecommendationOptions: /* @__PURE__ */ __name((_) => de_ECSServiceRecommendationOptions(_, context), "serviceRecommendationOptions"),
2177
2177
  tags: import_smithy_client._json,
2178
- utilizationMetrics: (_) => de_ECSServiceUtilizationMetrics(_, context)
2178
+ utilizationMetrics: /* @__PURE__ */ __name((_) => de_ECSServiceUtilizationMetrics(_, context), "utilizationMetrics")
2179
2179
  });
2180
2180
  }, "de_ECSServiceRecommendation");
2181
2181
  var de_ECSServiceRecommendationOption = /* @__PURE__ */ __name((output, context) => {
@@ -2183,9 +2183,9 @@ var de_ECSServiceRecommendationOption = /* @__PURE__ */ __name((output, context)
2183
2183
  containerRecommendations: import_smithy_client._json,
2184
2184
  cpu: import_smithy_client.expectInt32,
2185
2185
  memory: import_smithy_client.expectInt32,
2186
- projectedUtilizationMetrics: (_) => de_ECSServiceProjectedUtilizationMetrics(_, context),
2187
- savingsOpportunity: (_) => de_SavingsOpportunity(_, context),
2188
- savingsOpportunityAfterDiscounts: (_) => de_ECSSavingsOpportunityAfterDiscounts(_, context)
2186
+ projectedUtilizationMetrics: /* @__PURE__ */ __name((_) => de_ECSServiceProjectedUtilizationMetrics(_, context), "projectedUtilizationMetrics"),
2187
+ savingsOpportunity: /* @__PURE__ */ __name((_) => de_SavingsOpportunity(_, context), "savingsOpportunity"),
2188
+ savingsOpportunityAfterDiscounts: /* @__PURE__ */ __name((_) => de_ECSSavingsOpportunityAfterDiscounts(_, context), "savingsOpportunityAfterDiscounts")
2189
2189
  });
2190
2190
  }, "de_ECSServiceRecommendationOption");
2191
2191
  var de_ECSServiceRecommendationOptions = /* @__PURE__ */ __name((output, context) => {
@@ -2202,7 +2202,7 @@ var de_ECSServiceRecommendations = /* @__PURE__ */ __name((output, context) => {
2202
2202
  }, "de_ECSServiceRecommendations");
2203
2203
  var de_ECSServiceRecommendedOptionProjectedMetric = /* @__PURE__ */ __name((output, context) => {
2204
2204
  return (0, import_smithy_client.take)(output, {
2205
- projectedMetrics: (_) => de_ECSServiceProjectedMetrics(_, context),
2205
+ projectedMetrics: /* @__PURE__ */ __name((_) => de_ECSServiceProjectedMetrics(_, context), "projectedMetrics"),
2206
2206
  recommendedCpuUnits: import_smithy_client.expectInt32,
2207
2207
  recommendedMemorySize: import_smithy_client.expectInt32
2208
2208
  });
@@ -2234,7 +2234,7 @@ var de_EstimatedMonthlySavings = /* @__PURE__ */ __name((output, context) => {
2234
2234
  }, "de_EstimatedMonthlySavings");
2235
2235
  var de_GetAutoScalingGroupRecommendationsResponse = /* @__PURE__ */ __name((output, context) => {
2236
2236
  return (0, import_smithy_client.take)(output, {
2237
- autoScalingGroupRecommendations: (_) => de_AutoScalingGroupRecommendations(_, context),
2237
+ autoScalingGroupRecommendations: /* @__PURE__ */ __name((_) => de_AutoScalingGroupRecommendations(_, context), "autoScalingGroupRecommendations"),
2238
2238
  errors: import_smithy_client._json,
2239
2239
  nextToken: import_smithy_client.expectString
2240
2240
  });
@@ -2243,42 +2243,42 @@ var de_GetEBSVolumeRecommendationsResponse = /* @__PURE__ */ __name((output, con
2243
2243
  return (0, import_smithy_client.take)(output, {
2244
2244
  errors: import_smithy_client._json,
2245
2245
  nextToken: import_smithy_client.expectString,
2246
- volumeRecommendations: (_) => de_VolumeRecommendations(_, context)
2246
+ volumeRecommendations: /* @__PURE__ */ __name((_) => de_VolumeRecommendations(_, context), "volumeRecommendations")
2247
2247
  });
2248
2248
  }, "de_GetEBSVolumeRecommendationsResponse");
2249
2249
  var de_GetEC2InstanceRecommendationsResponse = /* @__PURE__ */ __name((output, context) => {
2250
2250
  return (0, import_smithy_client.take)(output, {
2251
2251
  errors: import_smithy_client._json,
2252
- instanceRecommendations: (_) => de_InstanceRecommendations(_, context),
2252
+ instanceRecommendations: /* @__PURE__ */ __name((_) => de_InstanceRecommendations(_, context), "instanceRecommendations"),
2253
2253
  nextToken: import_smithy_client.expectString
2254
2254
  });
2255
2255
  }, "de_GetEC2InstanceRecommendationsResponse");
2256
2256
  var de_GetEC2RecommendationProjectedMetricsResponse = /* @__PURE__ */ __name((output, context) => {
2257
2257
  return (0, import_smithy_client.take)(output, {
2258
- recommendedOptionProjectedMetrics: (_) => de_RecommendedOptionProjectedMetrics(_, context)
2258
+ recommendedOptionProjectedMetrics: /* @__PURE__ */ __name((_) => de_RecommendedOptionProjectedMetrics(_, context), "recommendedOptionProjectedMetrics")
2259
2259
  });
2260
2260
  }, "de_GetEC2RecommendationProjectedMetricsResponse");
2261
2261
  var de_GetECSServiceRecommendationProjectedMetricsResponse = /* @__PURE__ */ __name((output, context) => {
2262
2262
  return (0, import_smithy_client.take)(output, {
2263
- recommendedOptionProjectedMetrics: (_) => de_ECSServiceRecommendedOptionProjectedMetrics(_, context)
2263
+ recommendedOptionProjectedMetrics: /* @__PURE__ */ __name((_) => de_ECSServiceRecommendedOptionProjectedMetrics(_, context), "recommendedOptionProjectedMetrics")
2264
2264
  });
2265
2265
  }, "de_GetECSServiceRecommendationProjectedMetricsResponse");
2266
2266
  var de_GetECSServiceRecommendationsResponse = /* @__PURE__ */ __name((output, context) => {
2267
2267
  return (0, import_smithy_client.take)(output, {
2268
- ecsServiceRecommendations: (_) => de_ECSServiceRecommendations(_, context),
2268
+ ecsServiceRecommendations: /* @__PURE__ */ __name((_) => de_ECSServiceRecommendations(_, context), "ecsServiceRecommendations"),
2269
2269
  errors: import_smithy_client._json,
2270
2270
  nextToken: import_smithy_client.expectString
2271
2271
  });
2272
2272
  }, "de_GetECSServiceRecommendationsResponse");
2273
2273
  var de_GetEnrollmentStatusesForOrganizationResponse = /* @__PURE__ */ __name((output, context) => {
2274
2274
  return (0, import_smithy_client.take)(output, {
2275
- accountEnrollmentStatuses: (_) => de_AccountEnrollmentStatuses(_, context),
2275
+ accountEnrollmentStatuses: /* @__PURE__ */ __name((_) => de_AccountEnrollmentStatuses(_, context), "accountEnrollmentStatuses"),
2276
2276
  nextToken: import_smithy_client.expectString
2277
2277
  });
2278
2278
  }, "de_GetEnrollmentStatusesForOrganizationResponse");
2279
2279
  var de_GetEnrollmentStatusResponse = /* @__PURE__ */ __name((output, context) => {
2280
2280
  return (0, import_smithy_client.take)(output, {
2281
- lastUpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2281
+ lastUpdatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedTimestamp"),
2282
2282
  memberAccountsEnrolled: import_smithy_client.expectBoolean,
2283
2283
  numberOfMemberAccountsOptedIn: import_smithy_client.expectInt32,
2284
2284
  status: import_smithy_client.expectString,
@@ -2288,39 +2288,39 @@ var de_GetEnrollmentStatusResponse = /* @__PURE__ */ __name((output, context) =>
2288
2288
  var de_GetIdleRecommendationsResponse = /* @__PURE__ */ __name((output, context) => {
2289
2289
  return (0, import_smithy_client.take)(output, {
2290
2290
  errors: import_smithy_client._json,
2291
- idleRecommendations: (_) => de_IdleRecommendations(_, context),
2291
+ idleRecommendations: /* @__PURE__ */ __name((_) => de_IdleRecommendations(_, context), "idleRecommendations"),
2292
2292
  nextToken: import_smithy_client.expectString
2293
2293
  });
2294
2294
  }, "de_GetIdleRecommendationsResponse");
2295
2295
  var de_GetLambdaFunctionRecommendationsResponse = /* @__PURE__ */ __name((output, context) => {
2296
2296
  return (0, import_smithy_client.take)(output, {
2297
- lambdaFunctionRecommendations: (_) => de_LambdaFunctionRecommendations(_, context),
2297
+ lambdaFunctionRecommendations: /* @__PURE__ */ __name((_) => de_LambdaFunctionRecommendations(_, context), "lambdaFunctionRecommendations"),
2298
2298
  nextToken: import_smithy_client.expectString
2299
2299
  });
2300
2300
  }, "de_GetLambdaFunctionRecommendationsResponse");
2301
2301
  var de_GetLicenseRecommendationsResponse = /* @__PURE__ */ __name((output, context) => {
2302
2302
  return (0, import_smithy_client.take)(output, {
2303
2303
  errors: import_smithy_client._json,
2304
- licenseRecommendations: (_) => de_LicenseRecommendations(_, context),
2304
+ licenseRecommendations: /* @__PURE__ */ __name((_) => de_LicenseRecommendations(_, context), "licenseRecommendations"),
2305
2305
  nextToken: import_smithy_client.expectString
2306
2306
  });
2307
2307
  }, "de_GetLicenseRecommendationsResponse");
2308
2308
  var de_GetRDSDatabaseRecommendationProjectedMetricsResponse = /* @__PURE__ */ __name((output, context) => {
2309
2309
  return (0, import_smithy_client.take)(output, {
2310
- recommendedOptionProjectedMetrics: (_) => de_RDSDatabaseRecommendedOptionProjectedMetrics(_, context)
2310
+ recommendedOptionProjectedMetrics: /* @__PURE__ */ __name((_) => de_RDSDatabaseRecommendedOptionProjectedMetrics(_, context), "recommendedOptionProjectedMetrics")
2311
2311
  });
2312
2312
  }, "de_GetRDSDatabaseRecommendationProjectedMetricsResponse");
2313
2313
  var de_GetRDSDatabaseRecommendationsResponse = /* @__PURE__ */ __name((output, context) => {
2314
2314
  return (0, import_smithy_client.take)(output, {
2315
2315
  errors: import_smithy_client._json,
2316
2316
  nextToken: import_smithy_client.expectString,
2317
- rdsDBRecommendations: (_) => de_RDSDBRecommendations(_, context)
2317
+ rdsDBRecommendations: /* @__PURE__ */ __name((_) => de_RDSDBRecommendations(_, context), "rdsDBRecommendations")
2318
2318
  });
2319
2319
  }, "de_GetRDSDatabaseRecommendationsResponse");
2320
2320
  var de_GetRecommendationSummariesResponse = /* @__PURE__ */ __name((output, context) => {
2321
2321
  return (0, import_smithy_client.take)(output, {
2322
2322
  nextToken: import_smithy_client.expectString,
2323
- recommendationSummaries: (_) => de_RecommendationSummaries(_, context)
2323
+ recommendationSummaries: /* @__PURE__ */ __name((_) => de_RecommendationSummaries(_, context), "recommendationSummaries")
2324
2324
  });
2325
2325
  }, "de_GetRecommendationSummariesResponse");
2326
2326
  var de_IdleEstimatedMonthlySavings = /* @__PURE__ */ __name((output, context) => {
@@ -2334,15 +2334,15 @@ var de_IdleRecommendation = /* @__PURE__ */ __name((output, context) => {
2334
2334
  accountId: import_smithy_client.expectString,
2335
2335
  finding: import_smithy_client.expectString,
2336
2336
  findingDescription: import_smithy_client.expectString,
2337
- lastRefreshTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2337
+ lastRefreshTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastRefreshTimestamp"),
2338
2338
  lookBackPeriodInDays: import_smithy_client.limitedParseDouble,
2339
2339
  resourceArn: import_smithy_client.expectString,
2340
2340
  resourceId: import_smithy_client.expectString,
2341
2341
  resourceType: import_smithy_client.expectString,
2342
- savingsOpportunity: (_) => de_IdleSavingsOpportunity(_, context),
2343
- savingsOpportunityAfterDiscounts: (_) => de_IdleSavingsOpportunityAfterDiscounts(_, context),
2342
+ savingsOpportunity: /* @__PURE__ */ __name((_) => de_IdleSavingsOpportunity(_, context), "savingsOpportunity"),
2343
+ savingsOpportunityAfterDiscounts: /* @__PURE__ */ __name((_) => de_IdleSavingsOpportunityAfterDiscounts(_, context), "savingsOpportunityAfterDiscounts"),
2344
2344
  tags: import_smithy_client._json,
2345
- utilizationMetrics: (_) => de_IdleUtilizationMetrics(_, context)
2345
+ utilizationMetrics: /* @__PURE__ */ __name((_) => de_IdleUtilizationMetrics(_, context), "utilizationMetrics")
2346
2346
  });
2347
2347
  }, "de_IdleRecommendation");
2348
2348
  var de_IdleRecommendations = /* @__PURE__ */ __name((output, context) => {
@@ -2353,13 +2353,13 @@ var de_IdleRecommendations = /* @__PURE__ */ __name((output, context) => {
2353
2353
  }, "de_IdleRecommendations");
2354
2354
  var de_IdleSavingsOpportunity = /* @__PURE__ */ __name((output, context) => {
2355
2355
  return (0, import_smithy_client.take)(output, {
2356
- estimatedMonthlySavings: (_) => de_IdleEstimatedMonthlySavings(_, context),
2356
+ estimatedMonthlySavings: /* @__PURE__ */ __name((_) => de_IdleEstimatedMonthlySavings(_, context), "estimatedMonthlySavings"),
2357
2357
  savingsOpportunityPercentage: import_smithy_client.limitedParseDouble
2358
2358
  });
2359
2359
  }, "de_IdleSavingsOpportunity");
2360
2360
  var de_IdleSavingsOpportunityAfterDiscounts = /* @__PURE__ */ __name((output, context) => {
2361
2361
  return (0, import_smithy_client.take)(output, {
2362
- estimatedMonthlySavings: (_) => de_IdleEstimatedMonthlySavings(_, context),
2362
+ estimatedMonthlySavings: /* @__PURE__ */ __name((_) => de_IdleEstimatedMonthlySavings(_, context), "estimatedMonthlySavings"),
2363
2363
  savingsOpportunityPercentage: import_smithy_client.limitedParseDouble
2364
2364
  });
2365
2365
  }, "de_IdleSavingsOpportunityAfterDiscounts");
@@ -2390,7 +2390,7 @@ var de_IdleUtilizationMetrics = /* @__PURE__ */ __name((output, context) => {
2390
2390
  }, "de_IdleUtilizationMetrics");
2391
2391
  var de_InferredWorkloadSaving = /* @__PURE__ */ __name((output, context) => {
2392
2392
  return (0, import_smithy_client.take)(output, {
2393
- estimatedMonthlySavings: (_) => de_EstimatedMonthlySavings(_, context),
2393
+ estimatedMonthlySavings: /* @__PURE__ */ __name((_) => de_EstimatedMonthlySavings(_, context), "estimatedMonthlySavings"),
2394
2394
  inferredWorkloadTypes: import_smithy_client._json
2395
2395
  });
2396
2396
  }, "de_InferredWorkloadSaving");
@@ -2421,12 +2421,12 @@ var de_InstanceRecommendation = /* @__PURE__ */ __name((output, context) => {
2421
2421
  instanceArn: import_smithy_client.expectString,
2422
2422
  instanceName: import_smithy_client.expectString,
2423
2423
  instanceState: import_smithy_client.expectString,
2424
- lastRefreshTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2424
+ lastRefreshTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastRefreshTimestamp"),
2425
2425
  lookBackPeriodInDays: import_smithy_client.limitedParseDouble,
2426
- recommendationOptions: (_) => de_RecommendationOptions(_, context),
2426
+ recommendationOptions: /* @__PURE__ */ __name((_) => de_RecommendationOptions(_, context), "recommendationOptions"),
2427
2427
  recommendationSources: import_smithy_client._json,
2428
2428
  tags: import_smithy_client._json,
2429
- utilizationMetrics: (_) => de_UtilizationMetrics(_, context)
2429
+ utilizationMetrics: /* @__PURE__ */ __name((_) => de_UtilizationMetrics(_, context), "utilizationMetrics")
2430
2430
  });
2431
2431
  }, "de_InstanceRecommendation");
2432
2432
  var de_InstanceRecommendationOption = /* @__PURE__ */ __name((output, context) => {
@@ -2436,10 +2436,10 @@ var de_InstanceRecommendationOption = /* @__PURE__ */ __name((output, context) =
2436
2436
  migrationEffort: import_smithy_client.expectString,
2437
2437
  performanceRisk: import_smithy_client.limitedParseDouble,
2438
2438
  platformDifferences: import_smithy_client._json,
2439
- projectedUtilizationMetrics: (_) => de_ProjectedUtilizationMetrics(_, context),
2439
+ projectedUtilizationMetrics: /* @__PURE__ */ __name((_) => de_ProjectedUtilizationMetrics(_, context), "projectedUtilizationMetrics"),
2440
2440
  rank: import_smithy_client.expectInt32,
2441
- savingsOpportunity: (_) => de_SavingsOpportunity(_, context),
2442
- savingsOpportunityAfterDiscounts: (_) => de_InstanceSavingsOpportunityAfterDiscounts(_, context)
2441
+ savingsOpportunity: /* @__PURE__ */ __name((_) => de_SavingsOpportunity(_, context), "savingsOpportunity"),
2442
+ savingsOpportunityAfterDiscounts: /* @__PURE__ */ __name((_) => de_InstanceSavingsOpportunityAfterDiscounts(_, context), "savingsOpportunityAfterDiscounts")
2443
2443
  });
2444
2444
  }, "de_InstanceRecommendationOption");
2445
2445
  var de_InstanceRecommendations = /* @__PURE__ */ __name((output, context) => {
@@ -2450,7 +2450,7 @@ var de_InstanceRecommendations = /* @__PURE__ */ __name((output, context) => {
2450
2450
  }, "de_InstanceRecommendations");
2451
2451
  var de_InstanceSavingsOpportunityAfterDiscounts = /* @__PURE__ */ __name((output, context) => {
2452
2452
  return (0, import_smithy_client.take)(output, {
2453
- estimatedMonthlySavings: (_) => de_InstanceEstimatedMonthlySavings(_, context),
2453
+ estimatedMonthlySavings: /* @__PURE__ */ __name((_) => de_InstanceEstimatedMonthlySavings(_, context), "estimatedMonthlySavings"),
2454
2454
  savingsOpportunityPercentage: import_smithy_client.limitedParseDouble
2455
2455
  });
2456
2456
  }, "de_InstanceSavingsOpportunityAfterDiscounts");
@@ -2476,10 +2476,10 @@ var de_LambdaFunctionMemoryProjectedMetrics = /* @__PURE__ */ __name((output, co
2476
2476
  var de_LambdaFunctionMemoryRecommendationOption = /* @__PURE__ */ __name((output, context) => {
2477
2477
  return (0, import_smithy_client.take)(output, {
2478
2478
  memorySize: import_smithy_client.expectInt32,
2479
- projectedUtilizationMetrics: (_) => de_LambdaFunctionMemoryProjectedMetrics(_, context),
2479
+ projectedUtilizationMetrics: /* @__PURE__ */ __name((_) => de_LambdaFunctionMemoryProjectedMetrics(_, context), "projectedUtilizationMetrics"),
2480
2480
  rank: import_smithy_client.expectInt32,
2481
- savingsOpportunity: (_) => de_SavingsOpportunity(_, context),
2482
- savingsOpportunityAfterDiscounts: (_) => de_LambdaSavingsOpportunityAfterDiscounts(_, context)
2481
+ savingsOpportunity: /* @__PURE__ */ __name((_) => de_SavingsOpportunity(_, context), "savingsOpportunity"),
2482
+ savingsOpportunityAfterDiscounts: /* @__PURE__ */ __name((_) => de_LambdaSavingsOpportunityAfterDiscounts(_, context), "savingsOpportunityAfterDiscounts")
2483
2483
  });
2484
2484
  }, "de_LambdaFunctionMemoryRecommendationOption");
2485
2485
  var de_LambdaFunctionMemoryRecommendationOptions = /* @__PURE__ */ __name((output, context) => {
@@ -2498,12 +2498,12 @@ var de_LambdaFunctionRecommendation = /* @__PURE__ */ __name((output, context) =
2498
2498
  findingReasonCodes: import_smithy_client._json,
2499
2499
  functionArn: import_smithy_client.expectString,
2500
2500
  functionVersion: import_smithy_client.expectString,
2501
- lastRefreshTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2501
+ lastRefreshTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastRefreshTimestamp"),
2502
2502
  lookbackPeriodInDays: import_smithy_client.limitedParseDouble,
2503
- memorySizeRecommendationOptions: (_) => de_LambdaFunctionMemoryRecommendationOptions(_, context),
2503
+ memorySizeRecommendationOptions: /* @__PURE__ */ __name((_) => de_LambdaFunctionMemoryRecommendationOptions(_, context), "memorySizeRecommendationOptions"),
2504
2504
  numberOfInvocations: import_smithy_client.expectLong,
2505
2505
  tags: import_smithy_client._json,
2506
- utilizationMetrics: (_) => de_LambdaFunctionUtilizationMetrics(_, context)
2506
+ utilizationMetrics: /* @__PURE__ */ __name((_) => de_LambdaFunctionUtilizationMetrics(_, context), "utilizationMetrics")
2507
2507
  });
2508
2508
  }, "de_LambdaFunctionRecommendation");
2509
2509
  var de_LambdaFunctionRecommendations = /* @__PURE__ */ __name((output, context) => {
@@ -2527,7 +2527,7 @@ var de_LambdaFunctionUtilizationMetrics = /* @__PURE__ */ __name((output, contex
2527
2527
  }, "de_LambdaFunctionUtilizationMetrics");
2528
2528
  var de_LambdaSavingsOpportunityAfterDiscounts = /* @__PURE__ */ __name((output, context) => {
2529
2529
  return (0, import_smithy_client.take)(output, {
2530
- estimatedMonthlySavings: (_) => de_LambdaEstimatedMonthlySavings(_, context),
2530
+ estimatedMonthlySavings: /* @__PURE__ */ __name((_) => de_LambdaEstimatedMonthlySavings(_, context), "estimatedMonthlySavings"),
2531
2531
  savingsOpportunityPercentage: import_smithy_client.limitedParseDouble
2532
2532
  });
2533
2533
  }, "de_LambdaSavingsOpportunityAfterDiscounts");
@@ -2537,8 +2537,8 @@ var de_LicenseRecommendation = /* @__PURE__ */ __name((output, context) => {
2537
2537
  currentLicenseConfiguration: import_smithy_client._json,
2538
2538
  finding: import_smithy_client.expectString,
2539
2539
  findingReasonCodes: import_smithy_client._json,
2540
- lastRefreshTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2541
- licenseRecommendationOptions: (_) => de_LicenseRecommendationOptions(_, context),
2540
+ lastRefreshTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastRefreshTimestamp"),
2541
+ licenseRecommendationOptions: /* @__PURE__ */ __name((_) => de_LicenseRecommendationOptions(_, context), "licenseRecommendationOptions"),
2542
2542
  lookbackPeriodInDays: import_smithy_client.limitedParseDouble,
2543
2543
  resourceArn: import_smithy_client.expectString,
2544
2544
  tags: import_smithy_client._json
@@ -2550,7 +2550,7 @@ var de_LicenseRecommendationOption = /* @__PURE__ */ __name((output, context) =>
2550
2550
  licenseModel: import_smithy_client.expectString,
2551
2551
  operatingSystem: import_smithy_client.expectString,
2552
2552
  rank: import_smithy_client.expectInt32,
2553
- savingsOpportunity: (_) => de_SavingsOpportunity(_, context)
2553
+ savingsOpportunity: /* @__PURE__ */ __name((_) => de_SavingsOpportunity(_, context), "savingsOpportunity")
2554
2554
  });
2555
2555
  }, "de_LicenseRecommendationOption");
2556
2556
  var de_LicenseRecommendationOptions = /* @__PURE__ */ __name((output, context) => {
@@ -2574,8 +2574,8 @@ var de_MetricValues = /* @__PURE__ */ __name((output, context) => {
2574
2574
  var de_ProjectedMetric = /* @__PURE__ */ __name((output, context) => {
2575
2575
  return (0, import_smithy_client.take)(output, {
2576
2576
  name: import_smithy_client.expectString,
2577
- timestamps: (_) => de_Timestamps(_, context),
2578
- values: (_) => de_MetricValues(_, context)
2577
+ timestamps: /* @__PURE__ */ __name((_) => de_Timestamps(_, context), "timestamps"),
2578
+ values: /* @__PURE__ */ __name((_) => de_MetricValues(_, context), "values")
2579
2579
  });
2580
2580
  }, "de_ProjectedMetric");
2581
2581
  var de_ProjectedMetrics = /* @__PURE__ */ __name((output, context) => {
@@ -2593,8 +2593,8 @@ var de_ProjectedUtilizationMetrics = /* @__PURE__ */ __name((output, context) =>
2593
2593
  var de_RDSDatabaseProjectedMetric = /* @__PURE__ */ __name((output, context) => {
2594
2594
  return (0, import_smithy_client.take)(output, {
2595
2595
  name: import_smithy_client.expectString,
2596
- timestamps: (_) => de_Timestamps(_, context),
2597
- values: (_) => de_MetricValues(_, context)
2596
+ timestamps: /* @__PURE__ */ __name((_) => de_Timestamps(_, context), "timestamps"),
2597
+ values: /* @__PURE__ */ __name((_) => de_MetricValues(_, context), "values")
2598
2598
  });
2599
2599
  }, "de_RDSDatabaseProjectedMetric");
2600
2600
  var de_RDSDatabaseProjectedMetrics = /* @__PURE__ */ __name((output, context) => {
@@ -2605,7 +2605,7 @@ var de_RDSDatabaseProjectedMetrics = /* @__PURE__ */ __name((output, context) =>
2605
2605
  }, "de_RDSDatabaseProjectedMetrics");
2606
2606
  var de_RDSDatabaseRecommendedOptionProjectedMetric = /* @__PURE__ */ __name((output, context) => {
2607
2607
  return (0, import_smithy_client.take)(output, {
2608
- projectedMetrics: (_) => de_RDSDatabaseProjectedMetrics(_, context),
2608
+ projectedMetrics: /* @__PURE__ */ __name((_) => de_RDSDatabaseProjectedMetrics(_, context), "projectedMetrics"),
2609
2609
  rank: import_smithy_client.expectInt32,
2610
2610
  recommendedDBInstanceClass: import_smithy_client.expectString
2611
2611
  });
@@ -2620,10 +2620,10 @@ var de_RDSDBInstanceRecommendationOption = /* @__PURE__ */ __name((output, conte
2620
2620
  return (0, import_smithy_client.take)(output, {
2621
2621
  dbInstanceClass: import_smithy_client.expectString,
2622
2622
  performanceRisk: import_smithy_client.limitedParseDouble,
2623
- projectedUtilizationMetrics: (_) => de_RDSDBProjectedUtilizationMetrics(_, context),
2623
+ projectedUtilizationMetrics: /* @__PURE__ */ __name((_) => de_RDSDBProjectedUtilizationMetrics(_, context), "projectedUtilizationMetrics"),
2624
2624
  rank: import_smithy_client.expectInt32,
2625
- savingsOpportunity: (_) => de_SavingsOpportunity(_, context),
2626
- savingsOpportunityAfterDiscounts: (_) => de_RDSInstanceSavingsOpportunityAfterDiscounts(_, context)
2625
+ savingsOpportunity: /* @__PURE__ */ __name((_) => de_SavingsOpportunity(_, context), "savingsOpportunity"),
2626
+ savingsOpportunityAfterDiscounts: /* @__PURE__ */ __name((_) => de_RDSInstanceSavingsOpportunityAfterDiscounts(_, context), "savingsOpportunityAfterDiscounts")
2627
2627
  });
2628
2628
  }, "de_RDSDBInstanceRecommendationOption");
2629
2629
  var de_RDSDBInstanceRecommendationOptions = /* @__PURE__ */ __name((output, context) => {
@@ -2651,16 +2651,16 @@ var de_RDSDBRecommendation = /* @__PURE__ */ __name((output, context) => {
2651
2651
  idle: import_smithy_client.expectString,
2652
2652
  instanceFinding: import_smithy_client.expectString,
2653
2653
  instanceFindingReasonCodes: import_smithy_client._json,
2654
- instanceRecommendationOptions: (_) => de_RDSDBInstanceRecommendationOptions(_, context),
2655
- lastRefreshTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2654
+ instanceRecommendationOptions: /* @__PURE__ */ __name((_) => de_RDSDBInstanceRecommendationOptions(_, context), "instanceRecommendationOptions"),
2655
+ lastRefreshTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastRefreshTimestamp"),
2656
2656
  lookbackPeriodInDays: import_smithy_client.limitedParseDouble,
2657
2657
  promotionTier: import_smithy_client.expectInt32,
2658
2658
  resourceArn: import_smithy_client.expectString,
2659
2659
  storageFinding: import_smithy_client.expectString,
2660
2660
  storageFindingReasonCodes: import_smithy_client._json,
2661
- storageRecommendationOptions: (_) => de_RDSDBStorageRecommendationOptions(_, context),
2661
+ storageRecommendationOptions: /* @__PURE__ */ __name((_) => de_RDSDBStorageRecommendationOptions(_, context), "storageRecommendationOptions"),
2662
2662
  tags: import_smithy_client._json,
2663
- utilizationMetrics: (_) => de_RDSDBUtilizationMetrics(_, context)
2663
+ utilizationMetrics: /* @__PURE__ */ __name((_) => de_RDSDBUtilizationMetrics(_, context), "utilizationMetrics")
2664
2664
  });
2665
2665
  }, "de_RDSDBRecommendation");
2666
2666
  var de_RDSDBRecommendations = /* @__PURE__ */ __name((output, context) => {
@@ -2672,8 +2672,8 @@ var de_RDSDBRecommendations = /* @__PURE__ */ __name((output, context) => {
2672
2672
  var de_RDSDBStorageRecommendationOption = /* @__PURE__ */ __name((output, context) => {
2673
2673
  return (0, import_smithy_client.take)(output, {
2674
2674
  rank: import_smithy_client.expectInt32,
2675
- savingsOpportunity: (_) => de_SavingsOpportunity(_, context),
2676
- savingsOpportunityAfterDiscounts: (_) => de_RDSStorageSavingsOpportunityAfterDiscounts(_, context),
2675
+ savingsOpportunity: /* @__PURE__ */ __name((_) => de_SavingsOpportunity(_, context), "savingsOpportunity"),
2676
+ savingsOpportunityAfterDiscounts: /* @__PURE__ */ __name((_) => de_RDSStorageSavingsOpportunityAfterDiscounts(_, context), "savingsOpportunityAfterDiscounts"),
2677
2677
  storageConfiguration: import_smithy_client._json
2678
2678
  });
2679
2679
  }, "de_RDSDBStorageRecommendationOption");
@@ -2704,7 +2704,7 @@ var de_RDSInstanceEstimatedMonthlySavings = /* @__PURE__ */ __name((output, cont
2704
2704
  }, "de_RDSInstanceEstimatedMonthlySavings");
2705
2705
  var de_RDSInstanceSavingsOpportunityAfterDiscounts = /* @__PURE__ */ __name((output, context) => {
2706
2706
  return (0, import_smithy_client.take)(output, {
2707
- estimatedMonthlySavings: (_) => de_RDSInstanceEstimatedMonthlySavings(_, context),
2707
+ estimatedMonthlySavings: /* @__PURE__ */ __name((_) => de_RDSInstanceEstimatedMonthlySavings(_, context), "estimatedMonthlySavings"),
2708
2708
  savingsOpportunityPercentage: import_smithy_client.limitedParseDouble
2709
2709
  });
2710
2710
  }, "de_RDSInstanceSavingsOpportunityAfterDiscounts");
@@ -2716,7 +2716,7 @@ var de_RDSStorageEstimatedMonthlySavings = /* @__PURE__ */ __name((output, conte
2716
2716
  }, "de_RDSStorageEstimatedMonthlySavings");
2717
2717
  var de_RDSStorageSavingsOpportunityAfterDiscounts = /* @__PURE__ */ __name((output, context) => {
2718
2718
  return (0, import_smithy_client.take)(output, {
2719
- estimatedMonthlySavings: (_) => de_RDSStorageEstimatedMonthlySavings(_, context),
2719
+ estimatedMonthlySavings: /* @__PURE__ */ __name((_) => de_RDSStorageEstimatedMonthlySavings(_, context), "estimatedMonthlySavings"),
2720
2720
  savingsOpportunityPercentage: import_smithy_client.limitedParseDouble
2721
2721
  });
2722
2722
  }, "de_RDSStorageSavingsOpportunityAfterDiscounts");
@@ -2734,11 +2734,11 @@ var de_ReasonCodeSummary = /* @__PURE__ */ __name((output, context) => {
2734
2734
  }, "de_ReasonCodeSummary");
2735
2735
  var de_RecommendationExportJob = /* @__PURE__ */ __name((output, context) => {
2736
2736
  return (0, import_smithy_client.take)(output, {
2737
- creationTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2737
+ creationTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTimestamp"),
2738
2738
  destination: import_smithy_client._json,
2739
2739
  failureReason: import_smithy_client.expectString,
2740
2740
  jobId: import_smithy_client.expectString,
2741
- lastUpdatedTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2741
+ lastUpdatedTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedTimestamp"),
2742
2742
  resourceType: import_smithy_client.expectString,
2743
2743
  status: import_smithy_client.expectString
2744
2744
  });
@@ -2764,19 +2764,19 @@ var de_RecommendationSummaries = /* @__PURE__ */ __name((output, context) => {
2764
2764
  var de_RecommendationSummary = /* @__PURE__ */ __name((output, context) => {
2765
2765
  return (0, import_smithy_client.take)(output, {
2766
2766
  accountId: import_smithy_client.expectString,
2767
- aggregatedSavingsOpportunity: (_) => de_SavingsOpportunity(_, context),
2767
+ aggregatedSavingsOpportunity: /* @__PURE__ */ __name((_) => de_SavingsOpportunity(_, context), "aggregatedSavingsOpportunity"),
2768
2768
  currentPerformanceRiskRatings: import_smithy_client._json,
2769
- idleSavingsOpportunity: (_) => de_SavingsOpportunity(_, context),
2770
- idleSummaries: (_) => de_IdleSummaries(_, context),
2771
- inferredWorkloadSavings: (_) => de_InferredWorkloadSavings(_, context),
2769
+ idleSavingsOpportunity: /* @__PURE__ */ __name((_) => de_SavingsOpportunity(_, context), "idleSavingsOpportunity"),
2770
+ idleSummaries: /* @__PURE__ */ __name((_) => de_IdleSummaries(_, context), "idleSummaries"),
2771
+ inferredWorkloadSavings: /* @__PURE__ */ __name((_) => de_InferredWorkloadSavings(_, context), "inferredWorkloadSavings"),
2772
2772
  recommendationResourceType: import_smithy_client.expectString,
2773
- savingsOpportunity: (_) => de_SavingsOpportunity(_, context),
2774
- summaries: (_) => de_Summaries(_, context)
2773
+ savingsOpportunity: /* @__PURE__ */ __name((_) => de_SavingsOpportunity(_, context), "savingsOpportunity"),
2774
+ summaries: /* @__PURE__ */ __name((_) => de_Summaries(_, context), "summaries")
2775
2775
  });
2776
2776
  }, "de_RecommendationSummary");
2777
2777
  var de_RecommendedOptionProjectedMetric = /* @__PURE__ */ __name((output, context) => {
2778
2778
  return (0, import_smithy_client.take)(output, {
2779
- projectedMetrics: (_) => de_ProjectedMetrics(_, context),
2779
+ projectedMetrics: /* @__PURE__ */ __name((_) => de_ProjectedMetrics(_, context), "projectedMetrics"),
2780
2780
  rank: import_smithy_client.expectInt32,
2781
2781
  recommendedInstanceType: import_smithy_client.expectString
2782
2782
  });
@@ -2789,7 +2789,7 @@ var de_RecommendedOptionProjectedMetrics = /* @__PURE__ */ __name((output, conte
2789
2789
  }, "de_RecommendedOptionProjectedMetrics");
2790
2790
  var de_SavingsOpportunity = /* @__PURE__ */ __name((output, context) => {
2791
2791
  return (0, import_smithy_client.take)(output, {
2792
- estimatedMonthlySavings: (_) => de_EstimatedMonthlySavings(_, context),
2792
+ estimatedMonthlySavings: /* @__PURE__ */ __name((_) => de_EstimatedMonthlySavings(_, context), "estimatedMonthlySavings"),
2793
2793
  savingsOpportunityPercentage: import_smithy_client.limitedParseDouble
2794
2794
  });
2795
2795
  }, "de_SavingsOpportunity");
@@ -2802,7 +2802,7 @@ var de_Summaries = /* @__PURE__ */ __name((output, context) => {
2802
2802
  var de_Summary = /* @__PURE__ */ __name((output, context) => {
2803
2803
  return (0, import_smithy_client.take)(output, {
2804
2804
  name: import_smithy_client.expectString,
2805
- reasonCodeSummaries: (_) => de_ReasonCodeSummaries(_, context),
2805
+ reasonCodeSummaries: /* @__PURE__ */ __name((_) => de_ReasonCodeSummaries(_, context), "reasonCodeSummaries"),
2806
2806
  value: import_smithy_client.limitedParseDouble
2807
2807
  });
2808
2808
  }, "de_Summary");
@@ -2832,12 +2832,12 @@ var de_VolumeRecommendation = /* @__PURE__ */ __name((output, context) => {
2832
2832
  currentPerformanceRisk: import_smithy_client.expectString,
2833
2833
  effectiveRecommendationPreferences: import_smithy_client._json,
2834
2834
  finding: import_smithy_client.expectString,
2835
- lastRefreshTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2835
+ lastRefreshTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastRefreshTimestamp"),
2836
2836
  lookBackPeriodInDays: import_smithy_client.limitedParseDouble,
2837
2837
  tags: import_smithy_client._json,
2838
- utilizationMetrics: (_) => de_EBSUtilizationMetrics(_, context),
2838
+ utilizationMetrics: /* @__PURE__ */ __name((_) => de_EBSUtilizationMetrics(_, context), "utilizationMetrics"),
2839
2839
  volumeArn: import_smithy_client.expectString,
2840
- volumeRecommendationOptions: (_) => de_VolumeRecommendationOptions(_, context)
2840
+ volumeRecommendationOptions: /* @__PURE__ */ __name((_) => de_VolumeRecommendationOptions(_, context), "volumeRecommendationOptions")
2841
2841
  });
2842
2842
  }, "de_VolumeRecommendation");
2843
2843
  var de_VolumeRecommendationOption = /* @__PURE__ */ __name((output, context) => {
@@ -2845,8 +2845,8 @@ var de_VolumeRecommendationOption = /* @__PURE__ */ __name((output, context) =>
2845
2845
  configuration: import_smithy_client._json,
2846
2846
  performanceRisk: import_smithy_client.limitedParseDouble,
2847
2847
  rank: import_smithy_client.expectInt32,
2848
- savingsOpportunity: (_) => de_SavingsOpportunity(_, context),
2849
- savingsOpportunityAfterDiscounts: (_) => de_EBSSavingsOpportunityAfterDiscounts(_, context)
2848
+ savingsOpportunity: /* @__PURE__ */ __name((_) => de_SavingsOpportunity(_, context), "savingsOpportunity"),
2849
+ savingsOpportunityAfterDiscounts: /* @__PURE__ */ __name((_) => de_EBSSavingsOpportunityAfterDiscounts(_, context), "savingsOpportunityAfterDiscounts")
2850
2850
  });
2851
2851
  }, "de_VolumeRecommendationOption");
2852
2852
  var de_VolumeRecommendationOptions = /* @__PURE__ */ __name((output, context) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-compute-optimizer",
3
3
  "description": "AWS SDK for JavaScript Compute Optimizer Client for Node.js, Browser and React Native",
4
- "version": "3.750.0",
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-compute-optimizer",
@@ -20,38 +20,38 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.750.0",
24
- "@aws-sdk/credential-provider-node": "3.750.0",
23
+ "@aws-sdk/core": "3.758.0",
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.734.0",
28
- "@aws-sdk/middleware-user-agent": "3.750.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.772.0",
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",
31
31
  "@aws-sdk/util-endpoints": "3.743.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.734.0",
33
- "@aws-sdk/util-user-agent-node": "3.750.0",
33
+ "@aws-sdk/util-user-agent-node": "3.758.0",
34
34
  "@smithy/config-resolver": "^4.0.1",
35
- "@smithy/core": "^3.1.4",
35
+ "@smithy/core": "^3.1.5",
36
36
  "@smithy/fetch-http-handler": "^5.0.1",
37
37
  "@smithy/hash-node": "^4.0.1",
38
38
  "@smithy/invalid-dependency": "^4.0.1",
39
39
  "@smithy/middleware-content-length": "^4.0.1",
40
- "@smithy/middleware-endpoint": "^4.0.5",
41
- "@smithy/middleware-retry": "^4.0.6",
40
+ "@smithy/middleware-endpoint": "^4.0.6",
41
+ "@smithy/middleware-retry": "^4.0.7",
42
42
  "@smithy/middleware-serde": "^4.0.2",
43
43
  "@smithy/middleware-stack": "^4.0.1",
44
44
  "@smithy/node-config-provider": "^4.0.1",
45
- "@smithy/node-http-handler": "^4.0.2",
45
+ "@smithy/node-http-handler": "^4.0.3",
46
46
  "@smithy/protocol-http": "^5.0.1",
47
- "@smithy/smithy-client": "^4.1.5",
47
+ "@smithy/smithy-client": "^4.1.6",
48
48
  "@smithy/types": "^4.1.0",
49
49
  "@smithy/url-parser": "^4.0.1",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.6",
54
- "@smithy/util-defaults-mode-node": "^4.0.6",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.7",
54
+ "@smithy/util-defaults-mode-node": "^4.0.7",
55
55
  "@smithy/util-endpoints": "^3.0.1",
56
56
  "@smithy/util-middleware": "^4.0.1",
57
57
  "@smithy/util-retry": "^4.0.1",