@aws-sdk/client-compute-optimizer 3.934.0 → 3.935.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.
@@ -475,7 +475,7 @@ const _va = "values";
475
475
  const n0 = "com.amazonaws.computeoptimizer";
476
476
  import { TypeRegistry } from "@smithy/core/schema";
477
477
  import { ComputeOptimizerServiceException as __ComputeOptimizerServiceException } from "../models/ComputeOptimizerServiceException";
478
- import { AccessDeniedException as __AccessDeniedException, InternalServerException as __InternalServerException, InvalidParameterValueException as __InvalidParameterValueException, LimitExceededException as __LimitExceededException, MissingAuthenticationToken as __MissingAuthenticationToken, OptInRequiredException as __OptInRequiredException, ResourceNotFoundException as __ResourceNotFoundException, ServiceUnavailableException as __ServiceUnavailableException, ThrottlingException as __ThrottlingException, } from "../models/index";
478
+ import { AccessDeniedException as __AccessDeniedException, InternalServerException as __InternalServerException, InvalidParameterValueException as __InvalidParameterValueException, LimitExceededException as __LimitExceededException, MissingAuthenticationToken as __MissingAuthenticationToken, OptInRequiredException as __OptInRequiredException, ResourceNotFoundException as __ResourceNotFoundException, ServiceUnavailableException as __ServiceUnavailableException, ThrottlingException as __ThrottlingException, } from "../models/errors";
479
479
  export var AccessDeniedException = [
480
480
  -3,
481
481
  n0,
@@ -21,5 +21,7 @@ export type { RuntimeExtension } from "./runtimeExtensions";
21
21
  export type { ComputeOptimizerExtensionConfiguration } from "./extensionConfiguration";
22
22
  export * from "./commands";
23
23
  export * from "./pagination";
24
- export * from "./models";
24
+ export * from "./models/enums";
25
+ export * from "./models/errors";
26
+ export type * from "./models/models_0";
25
27
  export { ComputeOptimizerServiceException } from "./models/ComputeOptimizerServiceException";