@distilled.cloud/aws 0.30.1 → 0.30.2

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.
@@ -17605,6 +17605,13 @@ declare const ConflictException_base: S.Class<ConflictException, S.TaggedStruct<
17605
17605
  }>, import("effect/Cause").YieldableError>;
17606
17606
  export declare class ConflictException extends ConflictException_base {
17607
17607
  }
17608
+ declare const ClusterSchedulerConfigAlreadyExists_base: S.Class<ClusterSchedulerConfigAlreadyExists, S.TaggedStruct<"ClusterSchedulerConfigAlreadyExists", {}>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
17609
+ "@distilled.cloud/error/categories": {
17610
+ AlreadyExistsError: true;
17611
+ };
17612
+ });
17613
+ export declare class ClusterSchedulerConfigAlreadyExists extends ClusterSchedulerConfigAlreadyExists_base {
17614
+ }
17608
17615
  declare const EndpointConfigNotFound_base: S.Class<EndpointConfigNotFound, S.TaggedStruct<"EndpointConfigNotFound", {}>, import("effect/Cause").YieldableError> & (new (...args: any[]) => {
17609
17616
  "@distilled.cloud/error/categories": {
17610
17617
  NotFoundError: true;
@@ -17819,7 +17826,7 @@ export type CreateClusterError = ResourceInUse | ResourceLimitExceeded | CommonE
17819
17826
  * Creates an Amazon SageMaker HyperPod cluster. SageMaker HyperPod is a capability of SageMaker for creating and managing persistent clusters for developing large machine learning models, such as large language models (LLMs) and diffusion models. To learn more, see Amazon SageMaker HyperPod in the *Amazon SageMaker Developer Guide*.
17820
17827
  */
17821
17828
  export declare const createCluster: API.OperationMethod<CreateClusterRequest, CreateClusterResponse, CreateClusterError, Credentials | Region | HttpClient.HttpClient>;
17822
- export type CreateClusterSchedulerConfigError = ConflictException | ResourceLimitExceeded | CommonErrors;
17829
+ export type CreateClusterSchedulerConfigError = ConflictException | ResourceLimitExceeded | ClusterSchedulerConfigAlreadyExists | CommonErrors;
17823
17830
  /**
17824
17831
  * Create cluster policy configuration. This policy is used for task prioritization and fair-share allocation of idle compute. This helps prioritize critical workloads and distributes idle compute across entities.
17825
17832
  */