@aws-sdk/client-sagemaker 3.398.0 → 3.403.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 (29) hide show
  1. package/dist-cjs/models/models_0.js +5 -5
  2. package/dist-cjs/models/models_1.js +5 -1
  3. package/dist-cjs/models/models_2.js +1 -14
  4. package/dist-cjs/models/models_3.js +14 -2
  5. package/dist-es/models/models_0.js +4 -4
  6. package/dist-es/models/models_1.js +4 -0
  7. package/dist-es/models/models_2.js +0 -12
  8. package/dist-es/models/models_3.js +12 -0
  9. package/dist-types/commands/CreateDomainCommand.d.ts +7 -0
  10. package/dist-types/commands/CreateUserProfileCommand.d.ts +7 -0
  11. package/dist-types/commands/DeleteExperimentCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteFeatureGroupCommand.d.ts +1 -1
  13. package/dist-types/commands/DescribeDomainCommand.d.ts +7 -0
  14. package/dist-types/commands/DescribeUserProfileCommand.d.ts +7 -0
  15. package/dist-types/commands/UpdateDomainCommand.d.ts +7 -0
  16. package/dist-types/commands/UpdateUserProfileCommand.d.ts +7 -0
  17. package/dist-types/models/models_0.d.ts +41 -29
  18. package/dist-types/models/models_1.d.ts +31 -23
  19. package/dist-types/models/models_2.d.ts +21 -221
  20. package/dist-types/models/models_3.d.ts +224 -180
  21. package/dist-types/models/models_4.d.ts +181 -4
  22. package/dist-types/ts3.4/commands/DeleteExperimentCommand.d.ts +2 -4
  23. package/dist-types/ts3.4/commands/DeleteFeatureGroupCommand.d.ts +1 -1
  24. package/dist-types/ts3.4/models/models_0.d.ts +12 -10
  25. package/dist-types/ts3.4/models/models_1.d.ts +11 -8
  26. package/dist-types/ts3.4/models/models_2.d.ts +6 -18
  27. package/dist-types/ts3.4/models/models_3.d.ts +18 -37
  28. package/dist-types/ts3.4/models/models_4.d.ts +38 -3
  29. package/package.json +1 -1
@@ -1446,11 +1446,22 @@ export declare const CandidateSortBy: {
1446
1446
  };
1447
1447
  export type CandidateSortBy =
1448
1448
  (typeof CandidateSortBy)[keyof typeof CandidateSortBy];
1449
+ export declare const DataSourceName: {
1450
+ readonly SalesforceGenie: "SalesforceGenie";
1451
+ readonly Snowflake: "Snowflake";
1452
+ };
1453
+ export type DataSourceName =
1454
+ (typeof DataSourceName)[keyof typeof DataSourceName];
1449
1455
  export declare const FeatureStatus: {
1450
1456
  readonly Disabled: "DISABLED";
1451
1457
  readonly Enabled: "ENABLED";
1452
1458
  };
1453
1459
  export type FeatureStatus = (typeof FeatureStatus)[keyof typeof FeatureStatus];
1460
+ export interface IdentityProviderOAuthSetting {
1461
+ DataSourceName?: DataSourceName | string;
1462
+ Status?: FeatureStatus | string;
1463
+ SecretArn?: string;
1464
+ }
1454
1465
  export interface ModelRegisterSettings {
1455
1466
  Status?: FeatureStatus | string;
1456
1467
  CrossAccountModelRegisterRoleArn?: string;
@@ -1467,6 +1478,7 @@ export interface CanvasAppSettings {
1467
1478
  TimeSeriesForecastingSettings?: TimeSeriesForecastingSettings;
1468
1479
  ModelRegisterSettings?: ModelRegisterSettings;
1469
1480
  WorkspaceSettings?: WorkspaceSettings;
1481
+ IdentityProviderOAuthSettings?: IdentityProviderOAuthSetting[];
1470
1482
  }
1471
1483
  export interface CaptureContentTypeHeader {
1472
1484
  CsvContentTypes?: string[];
@@ -2266,13 +2278,3 @@ export interface DefaultSpaceSettings {
2266
2278
  JupyterServerAppSettings?: JupyterServerAppSettings;
2267
2279
  KernelGatewayAppSettings?: KernelGatewayAppSettings;
2268
2280
  }
2269
- export interface RSessionAppSettings {
2270
- DefaultResourceSpec?: ResourceSpec;
2271
- CustomImages?: CustomImage[];
2272
- }
2273
- export declare const RStudioServerProAccessStatus: {
2274
- readonly Disabled: "DISABLED";
2275
- readonly Enabled: "ENABLED";
2276
- };
2277
- export type RStudioServerProAccessStatus =
2278
- (typeof RStudioServerProAccessStatus)[keyof typeof RStudioServerProAccessStatus];
@@ -38,6 +38,7 @@ import {
38
38
  ContentClassifier,
39
39
  ContinuousParameterRange,
40
40
  ConvergenceDetected,
41
+ CustomImage,
41
42
  DefaultSpaceSettings,
42
43
  EdgeOutputConfig,
43
44
  EndpointInput,
@@ -64,8 +65,6 @@ import {
64
65
  ProductionVariantInstanceType,
65
66
  ResourceConfig,
66
67
  ResourceSpec,
67
- RSessionAppSettings,
68
- RStudioServerProAccessStatus,
69
68
  StoppingCondition,
70
69
  Tag,
71
70
  TrainingInputMode,
@@ -76,6 +75,16 @@ import {
76
75
  TransformResources,
77
76
  VpcConfig,
78
77
  } from "./models_0";
78
+ export interface RSessionAppSettings {
79
+ DefaultResourceSpec?: ResourceSpec;
80
+ CustomImages?: CustomImage[];
81
+ }
82
+ export declare const RStudioServerProAccessStatus: {
83
+ readonly Disabled: "DISABLED";
84
+ readonly Enabled: "ENABLED";
85
+ };
86
+ export type RStudioServerProAccessStatus =
87
+ (typeof RStudioServerProAccessStatus)[keyof typeof RStudioServerProAccessStatus];
79
88
  export declare const RStudioServerProUserGroup: {
80
89
  readonly Admin: "R_STUDIO_ADMIN";
81
90
  readonly User: "R_STUDIO_USER";
@@ -1836,12 +1845,6 @@ export interface DeleteEndpointConfigInput {
1836
1845
  export interface DeleteExperimentRequest {
1837
1846
  ExperimentName: string | undefined;
1838
1847
  }
1839
- export interface DeleteExperimentResponse {
1840
- ExperimentArn?: string;
1841
- }
1842
- export interface DeleteFeatureGroupRequest {
1843
- FeatureGroupName: string | undefined;
1844
- }
1845
1848
  export declare const CreateModelCardRequestFilterSensitiveLog: (
1846
1849
  obj: CreateModelCardRequest
1847
1850
  ) => any;
@@ -172,6 +172,12 @@ import {
172
172
  UserSettings,
173
173
  VendorGuidance,
174
174
  } from "./models_1";
175
+ export interface DeleteExperimentResponse {
176
+ ExperimentArn?: string;
177
+ }
178
+ export interface DeleteFeatureGroupRequest {
179
+ FeatureGroupName: string | undefined;
180
+ }
175
181
  export interface DeleteFlowDefinitionRequest {
176
182
  FlowDefinitionName: string | undefined;
177
183
  }
@@ -2366,24 +2372,6 @@ export interface FeatureMetadata {
2366
2372
  Description?: string;
2367
2373
  Parameters?: FeatureParameter[];
2368
2374
  }
2369
- export declare const Operator: {
2370
- readonly CONTAINS: "Contains";
2371
- readonly EQUALS: "Equals";
2372
- readonly EXISTS: "Exists";
2373
- readonly GREATER_THAN: "GreaterThan";
2374
- readonly GREATER_THAN_OR_EQUAL_TO: "GreaterThanOrEqualTo";
2375
- readonly IN: "In";
2376
- readonly LESS_THAN: "LessThan";
2377
- readonly LESS_THAN_OR_EQUAL_TO: "LessThanOrEqualTo";
2378
- readonly NOT_EQUALS: "NotEquals";
2379
- readonly NOT_EXISTS: "NotExists";
2380
- };
2381
- export type Operator = (typeof Operator)[keyof typeof Operator];
2382
- export interface Filter {
2383
- Name: string | undefined;
2384
- Operator?: Operator | string;
2385
- Value?: string;
2386
- }
2387
2375
  export declare const DescribeModelCardResponseFilterSensitiveLog: (
2388
2376
  obj: DescribeModelCardResponse
2389
2377
  ) => any;
@@ -8,7 +8,6 @@ import {
8
8
  AppImageConfigDetails,
9
9
  AppImageConfigSortKey,
10
10
  AppSortKey,
11
- AppSpecification,
12
11
  ArtifactSummary,
13
12
  AssociationEdgeType,
14
13
  AssociationSummary,
@@ -66,12 +65,7 @@ import {
66
65
  ModelPackageValidationSpecification,
67
66
  MonitoringScheduleConfig,
68
67
  MonitoringType,
69
- NetworkConfig,
70
68
  ParallelismConfiguration,
71
- ProcessingInput,
72
- ProcessingOutputConfig,
73
- ProcessingResources,
74
- ProcessingStoppingCondition,
75
69
  RecommendationJobType,
76
70
  ResourceLimits,
77
71
  SourceAlgorithmSpecification,
@@ -105,7 +99,6 @@ import {
105
99
  FeatureGroupSortOrder,
106
100
  FeatureGroupStatus,
107
101
  FeatureGroupSummary,
108
- Filter,
109
102
  FlowDefinitionStatus,
110
103
  HubContentStatus,
111
104
  HubContentType,
@@ -151,6 +144,24 @@ import {
151
144
  Workforce,
152
145
  Workteam,
153
146
  } from "./models_2";
147
+ export declare const Operator: {
148
+ readonly CONTAINS: "Contains";
149
+ readonly EQUALS: "Equals";
150
+ readonly EXISTS: "Exists";
151
+ readonly GREATER_THAN: "GreaterThan";
152
+ readonly GREATER_THAN_OR_EQUAL_TO: "GreaterThanOrEqualTo";
153
+ readonly IN: "In";
154
+ readonly LESS_THAN: "LessThan";
155
+ readonly LESS_THAN_OR_EQUAL_TO: "LessThanOrEqualTo";
156
+ readonly NOT_EQUALS: "NotEquals";
157
+ readonly NOT_EXISTS: "NotExists";
158
+ };
159
+ export type Operator = (typeof Operator)[keyof typeof Operator];
160
+ export interface Filter {
161
+ Name: string | undefined;
162
+ Operator?: Operator | string;
163
+ Value?: string;
164
+ }
154
165
  export interface FlowDefinitionSummary {
155
166
  FlowDefinitionName: string | undefined;
156
167
  FlowDefinitionArn: string | undefined;
@@ -2276,34 +2287,4 @@ export interface PipelineExecution {
2276
2287
  PipelineParameters?: Parameter[];
2277
2288
  SelectiveExecutionConfig?: SelectiveExecutionConfig;
2278
2289
  }
2279
- export interface ProcessingJob {
2280
- ProcessingInputs?: ProcessingInput[];
2281
- ProcessingOutputConfig?: ProcessingOutputConfig;
2282
- ProcessingJobName?: string;
2283
- ProcessingResources?: ProcessingResources;
2284
- StoppingCondition?: ProcessingStoppingCondition;
2285
- AppSpecification?: AppSpecification;
2286
- Environment?: Record<string, string>;
2287
- NetworkConfig?: NetworkConfig;
2288
- RoleArn?: string;
2289
- ExperimentConfig?: ExperimentConfig;
2290
- ProcessingJobArn?: string;
2291
- ProcessingJobStatus?: ProcessingJobStatus | string;
2292
- ExitMessage?: string;
2293
- FailureReason?: string;
2294
- ProcessingEndTime?: Date;
2295
- ProcessingStartTime?: Date;
2296
- LastModifiedTime?: Date;
2297
- CreationTime?: Date;
2298
- MonitoringScheduleArn?: string;
2299
- AutoMLJobArn?: string;
2300
- TrainingJobArn?: string;
2301
- Tags?: Tag[];
2302
- }
2303
- export interface ProfilerConfigForUpdate {
2304
- S3OutputPath?: string;
2305
- ProfilingIntervalInMilliseconds?: number;
2306
- ProfilingParameters?: Record<string, string>;
2307
- DisableProfiler?: boolean;
2308
- }
2309
2290
  export declare const ModelCardFilterSensitiveLog: (obj: ModelCard) => any;
@@ -3,6 +3,7 @@ import {
3
3
  AdditionalInferenceSpecificationDefinition,
4
4
  AlgorithmSpecification,
5
5
  AppSecurityGroupManagement,
6
+ AppSpecification,
6
7
  BooleanOperator,
7
8
  Channel,
8
9
  CheckpointConfig,
@@ -36,12 +37,17 @@ import {
36
37
  ModelCardStatus,
37
38
  ModelVariantConfig,
38
39
  MonitoringScheduleConfig,
40
+ NetworkConfig,
39
41
  NotebookInstanceAcceleratorType,
40
42
  NotebookInstanceLifecycleHook,
41
43
  NotificationConfiguration,
42
44
  OidcConfig,
43
45
  ParallelismConfiguration,
44
46
  PipelineDefinitionS3Location,
47
+ ProcessingInput,
48
+ ProcessingOutputConfig,
49
+ ProcessingResources,
50
+ ProcessingStoppingCondition,
45
51
  Processor,
46
52
  ProfilerConfig,
47
53
  ProfilerRuleConfiguration,
@@ -72,9 +78,9 @@ import {
72
78
  FeatureGroup,
73
79
  FeatureMetadata,
74
80
  FeatureParameter,
75
- Filter,
76
81
  MetricData,
77
82
  ModelArtifacts,
83
+ ProcessingJobStatus,
78
84
  ProjectStatus,
79
85
  SecondaryStatus,
80
86
  SecondaryStatusTransition,
@@ -88,6 +94,7 @@ import {
88
94
  Workteam,
89
95
  } from "./models_2";
90
96
  import {
97
+ Filter,
91
98
  GitConfigForUpdate,
92
99
  HyperParameterTuningJobSearchEntity,
93
100
  InferenceExperimentStopDesiredState,
@@ -103,11 +110,39 @@ import {
103
110
  Parent,
104
111
  Pipeline,
105
112
  PipelineExecution,
106
- ProcessingJob,
107
- ProfilerConfigForUpdate,
108
113
  ResourceType,
109
114
  TransformJob,
110
115
  } from "./models_3";
116
+ export interface ProcessingJob {
117
+ ProcessingInputs?: ProcessingInput[];
118
+ ProcessingOutputConfig?: ProcessingOutputConfig;
119
+ ProcessingJobName?: string;
120
+ ProcessingResources?: ProcessingResources;
121
+ StoppingCondition?: ProcessingStoppingCondition;
122
+ AppSpecification?: AppSpecification;
123
+ Environment?: Record<string, string>;
124
+ NetworkConfig?: NetworkConfig;
125
+ RoleArn?: string;
126
+ ExperimentConfig?: ExperimentConfig;
127
+ ProcessingJobArn?: string;
128
+ ProcessingJobStatus?: ProcessingJobStatus | string;
129
+ ExitMessage?: string;
130
+ FailureReason?: string;
131
+ ProcessingEndTime?: Date;
132
+ ProcessingStartTime?: Date;
133
+ LastModifiedTime?: Date;
134
+ CreationTime?: Date;
135
+ MonitoringScheduleArn?: string;
136
+ AutoMLJobArn?: string;
137
+ TrainingJobArn?: string;
138
+ Tags?: Tag[];
139
+ }
140
+ export interface ProfilerConfigForUpdate {
141
+ S3OutputPath?: string;
142
+ ProfilingIntervalInMilliseconds?: number;
143
+ ProfilingParameters?: Record<string, string>;
144
+ DisableProfiler?: boolean;
145
+ }
111
146
  export interface Project {
112
147
  ProjectArn?: string;
113
148
  ProjectName?: 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.398.0",
4
+ "version": "3.403.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",