@aws-sdk/client-sagemaker 3.462.0 → 3.464.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 (76) hide show
  1. package/dist-cjs/models/models_0.js +15 -13
  2. package/dist-cjs/models/models_1.js +23 -22
  3. package/dist-cjs/models/models_2.js +22 -45
  4. package/dist-cjs/models/models_3.js +46 -22
  5. package/dist-cjs/models/models_4.js +21 -1
  6. package/dist-cjs/protocols/Aws_json1_1.js +180 -2
  7. package/dist-es/models/models_0.js +14 -12
  8. package/dist-es/models/models_1.js +22 -21
  9. package/dist-es/models/models_2.js +21 -44
  10. package/dist-es/models/models_3.js +44 -20
  11. package/dist-es/models/models_4.js +20 -0
  12. package/dist-es/protocols/Aws_json1_1.js +179 -1
  13. package/dist-types/commands/CreateAppCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateAppImageConfigCommand.d.ts +13 -0
  15. package/dist-types/commands/CreateCompilationJobCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateContextCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateDomainCommand.d.ts +50 -10
  18. package/dist-types/commands/CreateSpaceCommand.d.ts +43 -0
  19. package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateTrainingJobCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateTransformJobCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateTrialCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateTrialComponentCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateUserProfileCommand.d.ts +49 -2
  25. package/dist-types/commands/DeleteAppCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeAppCommand.d.ts +2 -2
  27. package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +13 -0
  28. package/dist-types/commands/DescribeDomainCommand.d.ts +50 -10
  29. package/dist-types/commands/DescribeSpaceCommand.d.ts +43 -0
  30. package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +2 -1
  32. package/dist-types/commands/DescribeTransformJobCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeTrialCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeTrialComponentCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeUserProfileCommand.d.ts +49 -2
  36. package/dist-types/commands/ListAppImageConfigsCommand.d.ts +13 -0
  37. package/dist-types/commands/ListAppsCommand.d.ts +8 -1
  38. package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +2 -1
  39. package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +1 -1
  40. package/dist-types/commands/ListPipelinesCommand.d.ts +1 -1
  41. package/dist-types/commands/ListProcessingJobsCommand.d.ts +1 -1
  42. package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
  43. package/dist-types/commands/ListSpacesCommand.d.ts +15 -0
  44. package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +2 -2
  45. package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +13 -0
  46. package/dist-types/commands/UpdateDomainCommand.d.ts +49 -9
  47. package/dist-types/commands/UpdateSpaceCommand.d.ts +37 -0
  48. package/dist-types/commands/UpdateUserProfileCommand.d.ts +48 -0
  49. package/dist-types/models/models_0.d.ts +184 -176
  50. package/dist-types/models/models_1.d.ts +383 -796
  51. package/dist-types/models/models_2.d.ts +4794 -5178
  52. package/dist-types/models/models_3.d.ts +5376 -4691
  53. package/dist-types/models/models_4.d.ts +598 -13
  54. package/dist-types/ts3.4/commands/CreateCompilationJobCommand.d.ts +2 -4
  55. package/dist-types/ts3.4/commands/CreateContextCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/CreateTrainingJobCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/CreateTransformJobCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/CreateTrialCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/CreateTrialComponentCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +4 -2
  61. package/dist-types/ts3.4/commands/DescribeTrainingJobCommand.d.ts +2 -4
  62. package/dist-types/ts3.4/commands/DescribeTransformJobCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/DescribeTrialCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/DescribeTrialComponentCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/DescribeUserProfileCommand.d.ts +4 -2
  66. package/dist-types/ts3.4/commands/ListPipelineExecutionStepsCommand.d.ts +2 -4
  67. package/dist-types/ts3.4/commands/ListPipelineParametersForExecutionCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/ListProcessingJobsCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/models/models_0.d.ts +68 -65
  72. package/dist-types/ts3.4/models/models_1.d.ts +116 -160
  73. package/dist-types/ts3.4/models/models_2.d.ts +162 -203
  74. package/dist-types/ts3.4/models/models_3.d.ts +227 -130
  75. package/dist-types/ts3.4/models/models_4.d.ts +165 -17
  76. package/package.json +1 -1
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  CreateTrainingJobRequest,
11
11
  CreateTrainingJobResponse,
12
- } from "../models/models_1";
12
+ } from "../models/models_2";
13
13
  import {
14
14
  SageMakerClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  CreateTransformJobRequest,
11
11
  CreateTransformJobResponse,
12
- } from "../models/models_1";
12
+ } from "../models/models_2";
13
13
  import {
14
14
  SageMakerClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -6,7 +6,7 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@smithy/types";
9
- import { CreateTrialRequest, CreateTrialResponse } from "../models/models_1";
9
+ import { CreateTrialRequest, CreateTrialResponse } from "../models/models_2";
10
10
  import {
11
11
  SageMakerClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  CreateTrialComponentRequest,
11
11
  CreateTrialComponentResponse,
12
- } from "../models/models_1";
12
+ } from "../models/models_2";
13
13
  import {
14
14
  SageMakerClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -6,8 +6,10 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@smithy/types";
9
- import { CreateUserProfileRequest } from "../models/models_1";
10
- import { CreateUserProfileResponse } from "../models/models_2";
9
+ import {
10
+ CreateUserProfileRequest,
11
+ CreateUserProfileResponse,
12
+ } from "../models/models_2";
11
13
  import {
12
14
  SageMakerClientResolvedConfig,
13
15
  ServiceInputTypes,
@@ -6,10 +6,8 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@smithy/types";
9
- import {
10
- DescribeTrainingJobRequest,
11
- DescribeTrainingJobResponse,
12
- } from "../models/models_2";
9
+ import { DescribeTrainingJobRequest } from "../models/models_2";
10
+ import { DescribeTrainingJobResponse } from "../models/models_3";
13
11
  import {
14
12
  SageMakerClientResolvedConfig,
15
13
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  DescribeTransformJobRequest,
11
11
  DescribeTransformJobResponse,
12
- } from "../models/models_2";
12
+ } from "../models/models_3";
13
13
  import {
14
14
  SageMakerClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  DescribeTrialRequest,
11
11
  DescribeTrialResponse,
12
- } from "../models/models_2";
12
+ } from "../models/models_3";
13
13
  import {
14
14
  SageMakerClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  DescribeTrialComponentRequest,
11
11
  DescribeTrialComponentResponse,
12
- } from "../models/models_2";
12
+ } from "../models/models_3";
13
13
  import {
14
14
  SageMakerClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -6,8 +6,10 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@smithy/types";
9
- import { DescribeUserProfileRequest } from "../models/models_2";
10
- import { DescribeUserProfileResponse } from "../models/models_3";
9
+ import {
10
+ DescribeUserProfileRequest,
11
+ DescribeUserProfileResponse,
12
+ } from "../models/models_3";
11
13
  import {
12
14
  SageMakerClientResolvedConfig,
13
15
  ServiceInputTypes,
@@ -6,10 +6,8 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@smithy/types";
9
- import {
10
- ListPipelineExecutionStepsRequest,
11
- ListPipelineExecutionStepsResponse,
12
- } from "../models/models_3";
9
+ import { ListPipelineExecutionStepsRequest } from "../models/models_3";
10
+ import { ListPipelineExecutionStepsResponse } from "../models/models_4";
13
11
  import {
14
12
  SageMakerClientResolvedConfig,
15
13
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  ListPipelineParametersForExecutionRequest,
11
11
  ListPipelineParametersForExecutionResponse,
12
- } from "../models/models_3";
12
+ } from "../models/models_4";
13
13
  import {
14
14
  SageMakerClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  ListPipelinesRequest,
11
11
  ListPipelinesResponse,
12
- } from "../models/models_3";
12
+ } from "../models/models_4";
13
13
  import {
14
14
  SageMakerClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  ListProcessingJobsRequest,
11
11
  ListProcessingJobsResponse,
12
- } from "../models/models_3";
12
+ } from "../models/models_4";
13
13
  import {
14
14
  SageMakerClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -6,7 +6,7 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@smithy/types";
9
- import { ListProjectsInput, ListProjectsOutput } from "../models/models_3";
9
+ import { ListProjectsInput, ListProjectsOutput } from "../models/models_4";
10
10
  import {
11
11
  SageMakerClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -596,6 +596,8 @@ export interface AnnotationConsolidationConfig {
596
596
  AnnotationConsolidationLambdaArn: string | undefined;
597
597
  }
598
598
  export declare const AppType: {
599
+ readonly CodeEditor: "CodeEditor";
600
+ readonly JupyterLab: "JupyterLab";
599
601
  readonly JupyterServer: "JupyterServer";
600
602
  readonly KernelGateway: "KernelGateway";
601
603
  readonly RSessionGateway: "RSessionGateway";
@@ -603,50 +605,6 @@ export declare const AppType: {
603
605
  readonly TensorBoard: "TensorBoard";
604
606
  };
605
607
  export type AppType = (typeof AppType)[keyof typeof AppType];
606
- export declare const AppStatus: {
607
- readonly Deleted: "Deleted";
608
- readonly Deleting: "Deleting";
609
- readonly Failed: "Failed";
610
- readonly InService: "InService";
611
- readonly Pending: "Pending";
612
- };
613
- export type AppStatus = (typeof AppStatus)[keyof typeof AppStatus];
614
- export interface AppDetails {
615
- DomainId?: string;
616
- UserProfileName?: string;
617
- AppType?: AppType;
618
- AppName?: string;
619
- Status?: AppStatus;
620
- CreationTime?: Date;
621
- SpaceName?: string;
622
- }
623
- export interface FileSystemConfig {
624
- MountPath?: string;
625
- DefaultUid?: number;
626
- DefaultGid?: number;
627
- }
628
- export interface KernelSpec {
629
- Name: string | undefined;
630
- DisplayName?: string;
631
- }
632
- export interface KernelGatewayImageConfig {
633
- KernelSpecs: KernelSpec[] | undefined;
634
- FileSystemConfig?: FileSystemConfig;
635
- }
636
- export interface AppImageConfigDetails {
637
- AppImageConfigArn?: string;
638
- AppImageConfigName?: string;
639
- CreationTime?: Date;
640
- LastModifiedTime?: Date;
641
- KernelGatewayImageConfig?: KernelGatewayImageConfig;
642
- }
643
- export declare const AppImageConfigSortKey: {
644
- readonly CreationTime: "CreationTime";
645
- readonly LastModifiedTime: "LastModifiedTime";
646
- readonly Name: "Name";
647
- };
648
- export type AppImageConfigSortKey =
649
- (typeof AppImageConfigSortKey)[keyof typeof AppImageConfigSortKey];
650
608
  export declare const AppInstanceType: {
651
609
  readonly ML_C5_12XLARGE: "ml.c5.12xlarge";
652
610
  readonly ML_C5_18XLARGE: "ml.c5.18xlarge";
@@ -714,6 +672,67 @@ export declare const AppInstanceType: {
714
672
  };
715
673
  export type AppInstanceType =
716
674
  (typeof AppInstanceType)[keyof typeof AppInstanceType];
675
+ export interface ResourceSpec {
676
+ SageMakerImageArn?: string;
677
+ SageMakerImageVersionArn?: string;
678
+ SageMakerImageVersionAlias?: string;
679
+ InstanceType?: AppInstanceType;
680
+ LifecycleConfigArn?: string;
681
+ }
682
+ export declare const AppStatus: {
683
+ readonly Deleted: "Deleted";
684
+ readonly Deleting: "Deleting";
685
+ readonly Failed: "Failed";
686
+ readonly InService: "InService";
687
+ readonly Pending: "Pending";
688
+ };
689
+ export type AppStatus = (typeof AppStatus)[keyof typeof AppStatus];
690
+ export interface AppDetails {
691
+ DomainId?: string;
692
+ UserProfileName?: string;
693
+ AppType?: AppType;
694
+ AppName?: string;
695
+ Status?: AppStatus;
696
+ CreationTime?: Date;
697
+ SpaceName?: string;
698
+ ResourceSpec?: ResourceSpec;
699
+ }
700
+ export interface ContainerConfig {
701
+ ContainerArguments?: string[];
702
+ ContainerEntrypoint?: string[];
703
+ ContainerEnvironmentVariables?: Record<string, string>;
704
+ }
705
+ export interface JupyterLabAppImageConfig {
706
+ ContainerConfig?: ContainerConfig;
707
+ }
708
+ export interface FileSystemConfig {
709
+ MountPath?: string;
710
+ DefaultUid?: number;
711
+ DefaultGid?: number;
712
+ }
713
+ export interface KernelSpec {
714
+ Name: string | undefined;
715
+ DisplayName?: string;
716
+ }
717
+ export interface KernelGatewayImageConfig {
718
+ KernelSpecs: KernelSpec[] | undefined;
719
+ FileSystemConfig?: FileSystemConfig;
720
+ }
721
+ export interface AppImageConfigDetails {
722
+ AppImageConfigArn?: string;
723
+ AppImageConfigName?: string;
724
+ CreationTime?: Date;
725
+ LastModifiedTime?: Date;
726
+ KernelGatewayImageConfig?: KernelGatewayImageConfig;
727
+ JupyterLabAppImageConfig?: JupyterLabAppImageConfig;
728
+ }
729
+ export declare const AppImageConfigSortKey: {
730
+ readonly CreationTime: "CreationTime";
731
+ readonly LastModifiedTime: "LastModifiedTime";
732
+ readonly Name: "Name";
733
+ };
734
+ export type AppImageConfigSortKey =
735
+ (typeof AppImageConfigSortKey)[keyof typeof AppImageConfigSortKey];
717
736
  export declare const AppNetworkAccessType: {
718
737
  readonly PublicInternetOnly: "PublicInternetOnly";
719
738
  readonly VpcOnly: "VpcOnly";
@@ -1819,6 +1838,10 @@ export interface ClusterSummary {
1819
1838
  CreationTime: Date | undefined;
1820
1839
  ClusterStatus: ClusterStatus | undefined;
1821
1840
  }
1841
+ export interface CodeEditorAppSettings {
1842
+ DefaultResourceSpec?: ResourceSpec;
1843
+ LifecycleConfigArns?: string[];
1844
+ }
1822
1845
  export interface CodeRepository {
1823
1846
  RepositoryUrl: string | undefined;
1824
1847
  }
@@ -2172,13 +2195,6 @@ export interface CreateAlgorithmInput {
2172
2195
  export interface CreateAlgorithmOutput {
2173
2196
  AlgorithmArn: string | undefined;
2174
2197
  }
2175
- export interface ResourceSpec {
2176
- SageMakerImageArn?: string;
2177
- SageMakerImageVersionArn?: string;
2178
- SageMakerImageVersionAlias?: string;
2179
- InstanceType?: AppInstanceType;
2180
- LifecycleConfigArn?: string;
2181
- }
2182
2198
  export interface CreateAppRequest {
2183
2199
  DomainId: string | undefined;
2184
2200
  UserProfileName?: string;
@@ -2201,6 +2217,7 @@ export interface CreateAppImageConfigRequest {
2201
2217
  AppImageConfigName: string | undefined;
2202
2218
  Tags?: Tag[];
2203
2219
  KernelGatewayImageConfig?: KernelGatewayImageConfig;
2220
+ JupyterLabAppImageConfig?: JupyterLabAppImageConfig;
2204
2221
  }
2205
2222
  export interface CreateAppImageConfigResponse {
2206
2223
  AppImageConfigArn?: string;
@@ -2311,17 +2328,3 @@ export interface CreateCompilationJobRequest {
2311
2328
  StoppingCondition: StoppingCondition | undefined;
2312
2329
  Tags?: Tag[];
2313
2330
  }
2314
- export interface CreateCompilationJobResponse {
2315
- CompilationJobArn: string | undefined;
2316
- }
2317
- export interface CreateContextRequest {
2318
- ContextName: string | undefined;
2319
- Source: ContextSource | undefined;
2320
- ContextType: string | undefined;
2321
- Description?: string;
2322
- Properties?: Record<string, string>;
2323
- Tags?: Tag[];
2324
- }
2325
- export interface CreateContextResponse {
2326
- ContextArn?: string;
2327
- }