@aws-sdk/client-sagemaker 3.540.0 → 3.545.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 (33) hide show
  1. package/dist-cjs/index.js +91 -0
  2. package/dist-es/models/models_0.js +82 -0
  3. package/dist-es/protocols/Aws_json1_1.js +9 -0
  4. package/dist-types/commands/CreateAppCommand.d.ts +1 -1
  5. package/dist-types/commands/CreateAppImageConfigCommand.d.ts +18 -0
  6. package/dist-types/commands/CreateDomainCommand.d.ts +12 -5
  7. package/dist-types/commands/CreateSpaceCommand.d.ts +4 -4
  8. package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateUserProfileCommand.d.ts +12 -5
  10. package/dist-types/commands/DescribeAppCommand.d.ts +1 -1
  11. package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +18 -0
  12. package/dist-types/commands/DescribeDomainCommand.d.ts +12 -5
  13. package/dist-types/commands/DescribeSpaceCommand.d.ts +6 -5
  14. package/dist-types/commands/DescribeUserProfileCommand.d.ts +12 -5
  15. package/dist-types/commands/ListAppImageConfigsCommand.d.ts +18 -0
  16. package/dist-types/commands/ListAppsCommand.d.ts +1 -1
  17. package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +18 -0
  18. package/dist-types/commands/UpdateDomainCommand.d.ts +12 -5
  19. package/dist-types/commands/UpdateSpaceCommand.d.ts +4 -4
  20. package/dist-types/commands/UpdateUserProfileCommand.d.ts +12 -5
  21. package/dist-types/models/models_0.d.ts +139 -303
  22. package/dist-types/models/models_1.d.ts +304 -33
  23. package/dist-types/models/models_2.d.ts +17 -87
  24. package/dist-types/models/models_3.d.ts +87 -13
  25. package/dist-types/models/models_4.d.ts +18 -2
  26. package/dist-types/ts3.4/commands/CreateStudioLifecycleConfigCommand.d.ts +2 -4
  27. package/dist-types/ts3.4/commands/DescribeSpaceCommand.d.ts +2 -4
  28. package/dist-types/ts3.4/models/models_0.d.ts +94 -11
  29. package/dist-types/ts3.4/models/models_1.d.ts +14 -10
  30. package/dist-types/ts3.4/models/models_2.d.ts +7 -20
  31. package/dist-types/ts3.4/models/models_3.d.ts +19 -3
  32. package/dist-types/ts3.4/models/models_4.d.ts +5 -1
  33. package/package.json +1 -1
@@ -1,9 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DescribeSpaceRequest,
5
- DescribeSpaceResponse,
6
- } from "../models/models_2";
3
+ import { DescribeSpaceRequest } from "../models/models_2";
4
+ import { DescribeSpaceResponse } from "../models/models_3";
7
5
  import {
8
6
  SageMakerClientResolvedConfig,
9
7
  ServiceInputTypes,
@@ -690,6 +690,33 @@ export declare const AppInstanceType: {
690
690
  readonly ML_C5_9XLARGE: "ml.c5.9xlarge";
691
691
  readonly ML_C5_LARGE: "ml.c5.large";
692
692
  readonly ML_C5_XLARGE: "ml.c5.xlarge";
693
+ readonly ML_C6ID_12XLARGE: "ml.c6id.12xlarge";
694
+ readonly ML_C6ID_16XLARGE: "ml.c6id.16xlarge";
695
+ readonly ML_C6ID_24XLARGE: "ml.c6id.24xlarge";
696
+ readonly ML_C6ID_2XLARGE: "ml.c6id.2xlarge";
697
+ readonly ML_C6ID_32XLARGE: "ml.c6id.32xlarge";
698
+ readonly ML_C6ID_4XLARGE: "ml.c6id.4xlarge";
699
+ readonly ML_C6ID_8XLARGE: "ml.c6id.8xlarge";
700
+ readonly ML_C6ID_LARGE: "ml.c6id.large";
701
+ readonly ML_C6ID_XLARGE: "ml.c6id.xlarge";
702
+ readonly ML_C6I_12XLARGE: "ml.c6i.12xlarge";
703
+ readonly ML_C6I_16XLARGE: "ml.c6i.16xlarge";
704
+ readonly ML_C6I_24XLARGE: "ml.c6i.24xlarge";
705
+ readonly ML_C6I_2XLARGE: "ml.c6i.2xlarge";
706
+ readonly ML_C6I_32XLARGE: "ml.c6i.32xlarge";
707
+ readonly ML_C6I_4XLARGE: "ml.c6i.4xlarge";
708
+ readonly ML_C6I_8XLARGE: "ml.c6i.8xlarge";
709
+ readonly ML_C6I_LARGE: "ml.c6i.large";
710
+ readonly ML_C6I_XLARGE: "ml.c6i.xlarge";
711
+ readonly ML_C7I_12XLARGE: "ml.c7i.12xlarge";
712
+ readonly ML_C7I_16XLARGE: "ml.c7i.16xlarge";
713
+ readonly ML_C7I_24XLARGE: "ml.c7i.24xlarge";
714
+ readonly ML_C7I_2XLARGE: "ml.c7i.2xlarge";
715
+ readonly ML_C7I_48XLARGE: "ml.c7i.48xlarge";
716
+ readonly ML_C7I_4XLARGE: "ml.c7i.4xlarge";
717
+ readonly ML_C7I_8XLARGE: "ml.c7i.8xlarge";
718
+ readonly ML_C7I_LARGE: "ml.c7i.large";
719
+ readonly ML_C7I_XLARGE: "ml.c7i.xlarge";
693
720
  readonly ML_G4DN_12XLARGE: "ml.g4dn.12xlarge";
694
721
  readonly ML_G4DN_16XLARGE: "ml.g4dn.16xlarge";
695
722
  readonly ML_G4DN_2XLARGE: "ml.g4dn.2xlarge";
@@ -721,12 +748,40 @@ export declare const AppInstanceType: {
721
748
  readonly ML_M5_8XLARGE: "ml.m5.8xlarge";
722
749
  readonly ML_M5_LARGE: "ml.m5.large";
723
750
  readonly ML_M5_XLARGE: "ml.m5.xlarge";
751
+ readonly ML_M6ID_12XLARGE: "ml.m6id.12xlarge";
752
+ readonly ML_M6ID_16XLARGE: "ml.m6id.16xlarge";
753
+ readonly ML_M6ID_24XLARGE: "ml.m6id.24xlarge";
754
+ readonly ML_M6ID_2XLARGE: "ml.m6id.2xlarge";
755
+ readonly ML_M6ID_32XLARGE: "ml.m6id.32xlarge";
756
+ readonly ML_M6ID_4XLARGE: "ml.m6id.4xlarge";
757
+ readonly ML_M6ID_8XLARGE: "ml.m6id.8xlarge";
758
+ readonly ML_M6ID_LARGE: "ml.m6id.large";
759
+ readonly ML_M6ID_XLARGE: "ml.m6id.xlarge";
760
+ readonly ML_M6I_12XLARGE: "ml.m6i.12xlarge";
761
+ readonly ML_M6I_16XLARGE: "ml.m6i.16xlarge";
762
+ readonly ML_M6I_24XLARGE: "ml.m6i.24xlarge";
763
+ readonly ML_M6I_2XLARGE: "ml.m6i.2xlarge";
764
+ readonly ML_M6I_32XLARGE: "ml.m6i.32xlarge";
765
+ readonly ML_M6I_4XLARGE: "ml.m6i.4xlarge";
766
+ readonly ML_M6I_8XLARGE: "ml.m6i.8xlarge";
767
+ readonly ML_M6I_LARGE: "ml.m6i.large";
768
+ readonly ML_M6I_XLARGE: "ml.m6i.xlarge";
769
+ readonly ML_M7I_12XLARGE: "ml.m7i.12xlarge";
770
+ readonly ML_M7I_16XLARGE: "ml.m7i.16xlarge";
771
+ readonly ML_M7I_24XLARGE: "ml.m7i.24xlarge";
772
+ readonly ML_M7I_2XLARGE: "ml.m7i.2xlarge";
773
+ readonly ML_M7I_48XLARGE: "ml.m7i.48xlarge";
774
+ readonly ML_M7I_4XLARGE: "ml.m7i.4xlarge";
775
+ readonly ML_M7I_8XLARGE: "ml.m7i.8xlarge";
776
+ readonly ML_M7I_LARGE: "ml.m7i.large";
777
+ readonly ML_M7I_XLARGE: "ml.m7i.xlarge";
724
778
  readonly ML_P3DN_24XLARGE: "ml.p3dn.24xlarge";
725
779
  readonly ML_P3_16XLARGE: "ml.p3.16xlarge";
726
780
  readonly ML_P3_2XLARGE: "ml.p3.2xlarge";
727
781
  readonly ML_P3_8XLARGE: "ml.p3.8xlarge";
728
782
  readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
729
783
  readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
784
+ readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
730
785
  readonly ML_R5_12XLARGE: "ml.r5.12xlarge";
731
786
  readonly ML_R5_16XLARGE: "ml.r5.16xlarge";
732
787
  readonly ML_R5_24XLARGE: "ml.r5.24xlarge";
@@ -735,6 +790,33 @@ export declare const AppInstanceType: {
735
790
  readonly ML_R5_8XLARGE: "ml.r5.8xlarge";
736
791
  readonly ML_R5_LARGE: "ml.r5.large";
737
792
  readonly ML_R5_XLARGE: "ml.r5.xlarge";
793
+ readonly ML_R6ID_12XLARGE: "ml.r6id.12xlarge";
794
+ readonly ML_R6ID_16XLARGE: "ml.r6id.16xlarge";
795
+ readonly ML_R6ID_24XLARGE: "ml.r6id.24xlarge";
796
+ readonly ML_R6ID_2XLARGE: "ml.r6id.2xlarge";
797
+ readonly ML_R6ID_32XLARGE: "ml.r6id.32xlarge";
798
+ readonly ML_R6ID_4XLARGE: "ml.r6id.4xlarge";
799
+ readonly ML_R6ID_8XLARGE: "ml.r6id.8xlarge";
800
+ readonly ML_R6ID_LARGE: "ml.r6id.large";
801
+ readonly ML_R6ID_XLARGE: "ml.r6id.xlarge";
802
+ readonly ML_R6I_12XLARGE: "ml.r6i.12xlarge";
803
+ readonly ML_R6I_16XLARGE: "ml.r6i.16xlarge";
804
+ readonly ML_R6I_24XLARGE: "ml.r6i.24xlarge";
805
+ readonly ML_R6I_2XLARGE: "ml.r6i.2xlarge";
806
+ readonly ML_R6I_32XLARGE: "ml.r6i.32xlarge";
807
+ readonly ML_R6I_4XLARGE: "ml.r6i.4xlarge";
808
+ readonly ML_R6I_8XLARGE: "ml.r6i.8xlarge";
809
+ readonly ML_R6I_LARGE: "ml.r6i.large";
810
+ readonly ML_R6I_XLARGE: "ml.r6i.xlarge";
811
+ readonly ML_R7I_12XLARGE: "ml.r7i.12xlarge";
812
+ readonly ML_R7I_16XLARGE: "ml.r7i.16xlarge";
813
+ readonly ML_R7I_24XLARGE: "ml.r7i.24xlarge";
814
+ readonly ML_R7I_2XLARGE: "ml.r7i.2xlarge";
815
+ readonly ML_R7I_48XLARGE: "ml.r7i.48xlarge";
816
+ readonly ML_R7I_4XLARGE: "ml.r7i.4xlarge";
817
+ readonly ML_R7I_8XLARGE: "ml.r7i.8xlarge";
818
+ readonly ML_R7I_LARGE: "ml.r7i.large";
819
+ readonly ML_R7I_XLARGE: "ml.r7i.xlarge";
738
820
  readonly ML_T3_2XLARGE: "ml.t3.2xlarge";
739
821
  readonly ML_T3_LARGE: "ml.t3.large";
740
822
  readonly ML_T3_MEDIUM: "ml.t3.medium";
@@ -783,6 +865,10 @@ export interface FileSystemConfig {
783
865
  DefaultUid?: number;
784
866
  DefaultGid?: number;
785
867
  }
868
+ export interface CodeEditorAppImageConfig {
869
+ FileSystemConfig?: FileSystemConfig;
870
+ ContainerConfig?: ContainerConfig;
871
+ }
786
872
  export interface JupyterLabAppImageConfig {
787
873
  FileSystemConfig?: FileSystemConfig;
788
874
  ContainerConfig?: ContainerConfig;
@@ -802,6 +888,7 @@ export interface AppImageConfigDetails {
802
888
  LastModifiedTime?: Date;
803
889
  KernelGatewayImageConfig?: KernelGatewayImageConfig;
804
890
  JupyterLabAppImageConfig?: JupyterLabAppImageConfig;
891
+ CodeEditorAppImageConfig?: CodeEditorAppImageConfig;
805
892
  }
806
893
  export declare const AppImageConfigSortKey: {
807
894
  readonly CreationTime: "CreationTime";
@@ -1924,8 +2011,14 @@ export interface ClusterSummary {
1924
2011
  CreationTime: Date | undefined;
1925
2012
  ClusterStatus: ClusterStatus | undefined;
1926
2013
  }
2014
+ export interface CustomImage {
2015
+ ImageName: string | undefined;
2016
+ ImageVersionNumber?: number;
2017
+ AppImageConfigName: string | undefined;
2018
+ }
1927
2019
  export interface CodeEditorAppSettings {
1928
2020
  DefaultResourceSpec?: ResourceSpec;
2021
+ CustomImages?: CustomImage[];
1929
2022
  LifecycleConfigArns?: string[];
1930
2023
  }
1931
2024
  export interface CodeRepository {
@@ -2283,6 +2376,7 @@ export interface CreateAppImageConfigRequest {
2283
2376
  Tags?: Tag[];
2284
2377
  KernelGatewayImageConfig?: KernelGatewayImageConfig;
2285
2378
  JupyterLabAppImageConfig?: JupyterLabAppImageConfig;
2379
+ CodeEditorAppImageConfig?: CodeEditorAppImageConfig;
2286
2380
  }
2287
2381
  export interface CreateAppImageConfigResponse {
2288
2382
  AppImageConfigArn?: string;
@@ -2372,14 +2466,3 @@ export interface TargetPlatform {
2372
2466
  Arch: TargetPlatformArch | undefined;
2373
2467
  Accelerator?: TargetPlatformAccelerator;
2374
2468
  }
2375
- export interface OutputConfig {
2376
- S3OutputLocation: string | undefined;
2377
- TargetDevice?: TargetDevice;
2378
- TargetPlatform?: TargetPlatform;
2379
- CompilerOptions?: string;
2380
- KmsKeyId?: string;
2381
- }
2382
- export interface NeoVpcConfig {
2383
- SecurityGroupIds: string[] | undefined;
2384
- Subnets: string[] | undefined;
2385
- }
@@ -35,6 +35,7 @@ import {
35
35
  ContextSource,
36
36
  ContinuousParameterRange,
37
37
  ConvergenceDetected,
38
+ CustomImage,
38
39
  FeatureStatus,
39
40
  HyperParameterScalingType,
40
41
  HyperParameterTuningJobObjective,
@@ -45,8 +46,6 @@ import {
45
46
  MetricsSource,
46
47
  ModelApprovalStatus,
47
48
  ModelDataSource,
48
- NeoVpcConfig,
49
- OutputConfig,
50
49
  OutputDataConfig,
51
50
  ProcessingS3DataDistributionType,
52
51
  ProcessingS3InputMode,
@@ -55,11 +54,24 @@ import {
55
54
  ResourceSpec,
56
55
  StoppingCondition,
57
56
  Tag,
57
+ TargetDevice,
58
+ TargetPlatform,
58
59
  TrainingInputMode,
59
60
  TrainingInstanceType,
60
61
  TransformJobDefinition,
61
62
  VpcConfig,
62
63
  } from "./models_0";
64
+ export interface OutputConfig {
65
+ S3OutputLocation: string | undefined;
66
+ TargetDevice?: TargetDevice;
67
+ TargetPlatform?: TargetPlatform;
68
+ CompilerOptions?: string;
69
+ KmsKeyId?: string;
70
+ }
71
+ export interface NeoVpcConfig {
72
+ SecurityGroupIds: string[] | undefined;
73
+ Subnets: string[] | undefined;
74
+ }
63
75
  export interface CreateCompilationJobRequest {
64
76
  CompilationJobName: string | undefined;
65
77
  RoleArn: string | undefined;
@@ -242,11 +254,6 @@ export interface JupyterServerAppSettings {
242
254
  LifecycleConfigArns?: string[];
243
255
  CodeRepositories?: CodeRepository[];
244
256
  }
245
- export interface CustomImage {
246
- ImageName: string | undefined;
247
- ImageVersionNumber?: number;
248
- AppImageConfigName: string | undefined;
249
- }
250
257
  export interface KernelGatewayAppSettings {
251
258
  DefaultResourceSpec?: ResourceSpec;
252
259
  CustomImages?: CustomImage[];
@@ -1963,9 +1970,6 @@ export interface CreateStudioLifecycleConfigRequest {
1963
1970
  StudioLifecycleConfigAppType: StudioLifecycleConfigAppType | undefined;
1964
1971
  Tags?: Tag[];
1965
1972
  }
1966
- export interface CreateStudioLifecycleConfigResponse {
1967
- StudioLifecycleConfigArn?: string;
1968
- }
1969
1973
  export declare const CreateModelCardRequestFilterSensitiveLog: (
1970
1974
  obj: CreateModelCardRequest
1971
1975
  ) => any;
@@ -39,6 +39,7 @@ import {
39
39
  ClusterInstanceGroupDetails,
40
40
  ClusterNodeDetails,
41
41
  ClusterStatus,
42
+ CodeEditorAppImageConfig,
42
43
  CognitoConfig,
43
44
  CognitoMemberDefinition,
44
45
  CollectionConfiguration,
@@ -55,9 +56,7 @@ import {
55
56
  ModelApprovalStatus,
56
57
  ModelDeployConfig,
57
58
  ModelPackageStatus,
58
- NeoVpcConfig,
59
59
  ObjectiveStatus,
60
- OutputConfig,
61
60
  OutputDataConfig,
62
61
  ProblemType,
63
62
  ProductionVariantInstanceType,
@@ -135,12 +134,13 @@ import {
135
134
  MonitoringScheduleConfig,
136
135
  MonitoringStoppingCondition,
137
136
  MonitoringType,
137
+ NeoVpcConfig,
138
138
  NetworkConfig,
139
139
  NotebookInstanceAcceleratorType,
140
140
  NotebookInstanceLifecycleHook,
141
141
  OfflineStoreConfig,
142
142
  OnlineStoreConfig,
143
- OwnershipSettings,
143
+ OutputConfig,
144
144
  ParallelismConfiguration,
145
145
  ProcessingInput,
146
146
  ProcessingInstanceType,
@@ -162,12 +162,13 @@ import {
162
162
  ShadowModeConfig,
163
163
  SkipModelValidation,
164
164
  SourceAlgorithmSpecification,
165
- SpaceSettings,
166
- SpaceSharingSettings,
167
165
  ThroughputMode,
168
166
  UserSettings,
169
167
  VendorGuidance,
170
168
  } from "./models_1";
169
+ export interface CreateStudioLifecycleConfigResponse {
170
+ StudioLifecycleConfigArn?: string;
171
+ }
171
172
  export interface DebugHookConfig {
172
173
  LocalPath?: string;
173
174
  S3OutputPath: string | undefined;
@@ -783,6 +784,7 @@ export interface DescribeAppImageConfigResponse {
783
784
  LastModifiedTime?: Date;
784
785
  KernelGatewayImageConfig?: KernelGatewayImageConfig;
785
786
  JupyterLabAppImageConfig?: JupyterLabAppImageConfig;
787
+ CodeEditorAppImageConfig?: CodeEditorAppImageConfig;
786
788
  }
787
789
  export interface DescribeArtifactRequest {
788
790
  ArtifactArn: string | undefined;
@@ -2178,21 +2180,6 @@ export declare const SpaceStatus: {
2178
2180
  readonly Updating: "Updating";
2179
2181
  };
2180
2182
  export type SpaceStatus = (typeof SpaceStatus)[keyof typeof SpaceStatus];
2181
- export interface DescribeSpaceResponse {
2182
- DomainId?: string;
2183
- SpaceArn?: string;
2184
- SpaceName?: string;
2185
- HomeEfsFileSystemUid?: string;
2186
- Status?: SpaceStatus;
2187
- LastModifiedTime?: Date;
2188
- CreationTime?: Date;
2189
- FailureReason?: string;
2190
- SpaceSettings?: SpaceSettings;
2191
- OwnershipSettings?: OwnershipSettings;
2192
- SpaceSharingSettings?: SpaceSharingSettings;
2193
- SpaceDisplayName?: string;
2194
- Url?: string;
2195
- }
2196
2183
  export declare const OidcConfigFilterSensitiveLog: (obj: OidcConfig) => any;
2197
2184
  export declare const CreateWorkforceRequestFilterSensitiveLog: (
2198
2185
  obj: CreateWorkforceRequest
@@ -67,9 +67,12 @@ import {
67
67
  MonitoringType,
68
68
  OfflineStoreConfig,
69
69
  OnlineStoreConfig,
70
+ OwnershipSettings,
70
71
  RecommendationJobType,
71
72
  ResourceLimits,
72
73
  RetryStrategy,
74
+ SpaceSettings,
75
+ SpaceSharingSettings,
73
76
  StudioLifecycleConfigAppType,
74
77
  UserSettings,
75
78
  } from "./models_1";
@@ -128,6 +131,7 @@ import {
128
131
  RuleEvaluationStatus,
129
132
  ScheduleStatus,
130
133
  SourceIpConfig,
134
+ SpaceStatus,
131
135
  TensorBoardOutputConfig,
132
136
  TrainingJobStatus,
133
137
  TrainingJobStatusCounters,
@@ -135,6 +139,21 @@ import {
135
139
  TrialComponentParameterValue,
136
140
  TrialComponentStatus,
137
141
  } from "./models_2";
142
+ export interface DescribeSpaceResponse {
143
+ DomainId?: string;
144
+ SpaceArn?: string;
145
+ SpaceName?: string;
146
+ HomeEfsFileSystemUid?: string;
147
+ Status?: SpaceStatus;
148
+ LastModifiedTime?: Date;
149
+ CreationTime?: Date;
150
+ FailureReason?: string;
151
+ SpaceSettings?: SpaceSettings;
152
+ OwnershipSettings?: OwnershipSettings;
153
+ SpaceSharingSettings?: SpaceSharingSettings;
154
+ SpaceDisplayName?: string;
155
+ Url?: string;
156
+ }
138
157
  export interface DescribeStudioLifecycleConfigRequest {
139
158
  StudioLifecycleConfigName: string | undefined;
140
159
  }
@@ -2315,6 +2334,3 @@ export interface ListPipelineExecutionStepsRequest {
2315
2334
  MaxResults?: number;
2316
2335
  SortOrder?: SortOrder;
2317
2336
  }
2318
- export interface ModelStepMetadata {
2319
- Arn?: string;
2320
- }
@@ -17,6 +17,7 @@ import {
17
17
  CheckpointConfig,
18
18
  ClarifyCheckStepMetadata,
19
19
  ClusterInstanceGroupSpecification,
20
+ CodeEditorAppImageConfig,
20
21
  ConditionStepMetadata,
21
22
  ContainerDefinition,
22
23
  InferenceSpecification,
@@ -142,7 +143,6 @@ import {
142
143
  LambdaStepMetadata,
143
144
  LineageType,
144
145
  MetricData,
145
- ModelStepMetadata,
146
146
  MonitoringAlertSummary,
147
147
  ResourceType,
148
148
  SecondaryStatus,
@@ -160,6 +160,9 @@ import {
160
160
  Workforce,
161
161
  Workteam,
162
162
  } from "./models_3";
163
+ export interface ModelStepMetadata {
164
+ Arn?: string;
165
+ }
163
166
  export interface ProcessingJobStepMetadata {
164
167
  Arn?: string;
165
168
  }
@@ -1181,6 +1184,7 @@ export interface UpdateAppImageConfigRequest {
1181
1184
  AppImageConfigName: string | undefined;
1182
1185
  KernelGatewayImageConfig?: KernelGatewayImageConfig;
1183
1186
  JupyterLabAppImageConfig?: JupyterLabAppImageConfig;
1187
+ CodeEditorAppImageConfig?: CodeEditorAppImageConfig;
1184
1188
  }
1185
1189
  export interface UpdateAppImageConfigResponse {
1186
1190
  AppImageConfigArn?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sagemaker",
3
3
  "description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
4
- "version": "3.540.0",
4
+ "version": "3.545.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-sagemaker",