@aws-sdk/client-sagemaker 3.606.0 → 3.613.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 (91) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/index.js +4869 -4441
  3. package/dist-es/SageMaker.js +10 -0
  4. package/dist-es/commands/CreateOptimizationJobCommand.js +24 -0
  5. package/dist-es/commands/DeleteOptimizationJobCommand.js +24 -0
  6. package/dist-es/commands/DescribeModelPackageCommand.js +1 -1
  7. package/dist-es/commands/DescribeOptimizationJobCommand.js +24 -0
  8. package/dist-es/commands/ListOptimizationJobsCommand.js +24 -0
  9. package/dist-es/commands/StopOptimizationJobCommand.js +24 -0
  10. package/dist-es/commands/index.js +5 -0
  11. package/dist-es/models/models_0.js +4 -4
  12. package/dist-es/models/models_1.js +38 -0
  13. package/dist-es/models/models_2.js +0 -19
  14. package/dist-es/models/models_3.js +27 -17
  15. package/dist-es/models/models_4.js +22 -0
  16. package/dist-es/pagination/ListOptimizationJobsPaginator.js +4 -0
  17. package/dist-es/pagination/index.js +1 -0
  18. package/dist-es/protocols/Aws_json1_1.js +278 -0
  19. package/dist-types/SageMaker.d.ts +36 -0
  20. package/dist-types/SageMakerClient.d.ts +7 -2
  21. package/dist-types/commands/CreateAppCommand.d.ts +3 -2
  22. package/dist-types/commands/CreateClusterCommand.d.ts +2 -1
  23. package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +1 -2
  24. package/dist-types/commands/CreateDomainCommand.d.ts +22 -18
  25. package/dist-types/commands/CreateModelCommand.d.ts +22 -0
  26. package/dist-types/commands/CreateOptimizationJobCommand.d.ts +124 -0
  27. package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +15 -15
  28. package/dist-types/commands/CreateProcessingJobCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateUserProfileCommand.d.ts +6 -6
  30. package/dist-types/commands/DeleteOptimizationJobCommand.d.ts +61 -0
  31. package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +4 -1
  32. package/dist-types/commands/DeleteUserProfileCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeDomainCommand.d.ts +4 -0
  34. package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +2 -1
  35. package/dist-types/commands/DescribeModelCommand.d.ts +22 -0
  36. package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeModelPackageCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +1 -2
  41. package/dist-types/commands/DescribeOptimizationJobCommand.d.ts +119 -0
  42. package/dist-types/commands/ListModelMetadataCommand.d.ts +1 -1
  43. package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListModelPackagesCommand.d.ts +1 -1
  45. package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -1
  46. package/dist-types/commands/ListModelsCommand.d.ts +1 -2
  47. package/dist-types/commands/ListOptimizationJobsCommand.d.ts +85 -0
  48. package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +2 -1
  49. package/dist-types/commands/SearchCommand.d.ts +32 -0
  50. package/dist-types/commands/StopOptimizationJobCommand.d.ts +61 -0
  51. package/dist-types/commands/UpdateDomainCommand.d.ts +4 -0
  52. package/dist-types/commands/index.d.ts +5 -0
  53. package/dist-types/models/models_0.d.ts +69 -61
  54. package/dist-types/models/models_1.d.ts +421 -442
  55. package/dist-types/models/models_2.d.ts +436 -556
  56. package/dist-types/models/models_3.d.ts +5535 -5371
  57. package/dist-types/models/models_4.d.ts +740 -38
  58. package/dist-types/pagination/ListOptimizationJobsPaginator.d.ts +7 -0
  59. package/dist-types/pagination/index.d.ts +1 -0
  60. package/dist-types/protocols/Aws_json1_1.d.ts +45 -0
  61. package/dist-types/ts3.4/SageMaker.d.ts +86 -0
  62. package/dist-types/ts3.4/SageMakerClient.d.ts +30 -0
  63. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +2 -4
  64. package/dist-types/ts3.4/commands/CreateCodeRepositoryCommand.d.ts +4 -2
  65. package/dist-types/ts3.4/commands/CreateOptimizationJobCommand.d.ts +40 -0
  66. package/dist-types/ts3.4/commands/CreateProcessingJobCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/DeleteOptimizationJobCommand.d.ts +35 -0
  68. package/dist-types/ts3.4/commands/DescribeModelCardExportJobCommand.d.ts +2 -4
  69. package/dist-types/ts3.4/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/DescribeModelPackageCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +4 -2
  74. package/dist-types/ts3.4/commands/DescribeOptimizationJobCommand.d.ts +40 -0
  75. package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/ListModelPackageGroupsCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/ListModelPackagesCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +1 -2
  80. package/dist-types/ts3.4/commands/ListOptimizationJobsCommand.d.ts +40 -0
  81. package/dist-types/ts3.4/commands/StopOptimizationJobCommand.d.ts +35 -0
  82. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  83. package/dist-types/ts3.4/models/models_0.d.ts +14 -13
  84. package/dist-types/ts3.4/models/models_1.d.ts +109 -71
  85. package/dist-types/ts3.4/models/models_2.d.ts +81 -142
  86. package/dist-types/ts3.4/models/models_3.d.ts +192 -125
  87. package/dist-types/ts3.4/models/models_4.d.ts +170 -9
  88. package/dist-types/ts3.4/pagination/ListOptimizationJobsPaginator.d.ts +11 -0
  89. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  90. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +60 -0
  91. package/package.json +36 -36
@@ -1,7 +1,531 @@
1
1
  import { ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppType, AutoMLJobStepMetadata, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BooleanOperator, CacheHitResult, CallbackStepMetadata, Channel, CheckpointConfig, ClarifyCheckStepMetadata, ClusterInstanceGroupSpecification, CodeEditorAppImageConfig, ConditionStepMetadata, ContainerDefinition, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
2
- import { _InstanceType, DefaultSpaceSettings, DeploymentConfig, DriftCheckBaselines, EdgeOutputConfig, ExperimentConfig, FeatureDefinition, InferenceComponentRuntimeConfig, InferenceComponentSpecification, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, JobType, ModelCardSecurityConfig, ModelCardStatus, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelVariantConfig, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, ParallelismConfiguration, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, Processor, ProvisioningParameter, RetryStrategy, RootAccess, ServiceCatalogProvisioningDetails, ShadowModeConfig, SkipModelValidation, SourceAlgorithmSpecification, ThroughputMode, TrackingServerSize, TtlDuration, UiTemplate, UserSettings, VendorGuidance } from "./models_1";
3
- import { CrossAccountFilterOption, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeploymentRecommendation, EndpointStatus, FeatureParameter, HyperParameterTrainingJobSummary, MemberDefinition, ModelArtifacts, ModelClientConfig, ModelPackageGroupStatus, ModelPackageStatusDetails, NotificationConfiguration, OidcConfig, ProfilerConfig, ProfilerRuleConfiguration, SharingType, SourceIpConfig, SpaceSettings, SpaceStorageSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrainingJobStatus, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration, WorkforceVpcConfigRequest } from "./models_2";
4
- import { DesiredWeightAndCapacity, Device, DeviceDeploymentSummary, Direction, DomainSettingsForUpdate, Edge, EMRStepMetadata, Endpoint, ExecutionStatus, Experiment, FailStepMetadata, FeatureGroup, FeatureMetadata, Filter, GitConfigForUpdate, HyperParameterTuningJobSearchEntity, InferenceExperimentStopDesiredState, LambdaStepMetadata, LineageType, MetricData, ModelSummary, MonitoringExecutionSummary, NotebookInstanceStatus, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, ResourceType, ScheduleStatus, SecondaryStatus, SecondaryStatusTransition, SelectiveExecutionConfig, ServiceCatalogProvisionedProductDetails, SortBy, SortOrder, SpaceStatus, SubscribedWorkteam, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, WarmPoolResourceStatus, WarmPoolStatus, Workforce, Workteam } from "./models_3";
2
+ import { _InstanceType, DefaultSpaceSettings, DeploymentConfig, DriftCheckBaselines, EdgeOutputConfig, ExperimentConfig, FeatureDefinition, InferenceComponentRuntimeConfig, InferenceComponentSpecification, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, JobType, ModelCardSecurityConfig, ModelCardStatus, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelVariantConfig, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, OptimizationJobDeploymentInstanceType, ParallelismConfiguration, PipelineDefinitionS3Location, Processor, RetryStrategy, RootAccess, ShadowModeConfig, SkipModelValidation, SourceAlgorithmSpecification, ThroughputMode, TrackingServerSize, TtlDuration, UiTemplate, UserSettings, VendorGuidance } from "./models_1";
3
+ import { CrossAccountFilterOption, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeploymentRecommendation, EndpointStatus, FeatureParameter, HyperParameterTrainingJobSummary, MemberDefinition, ModelArtifacts, ModelClientConfig, NotificationConfiguration, OidcConfig, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerConfig, ProfilerRuleConfiguration, ProvisioningParameter, ServiceCatalogProvisioningDetails, SharingType, SourceIpConfig, SpaceSettings, SpaceStorageSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrainingJobStatus, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration, WorkforceVpcConfigRequest } from "./models_2";
4
+ import { DesiredWeightAndCapacity, Device, DeviceDeploymentSummary, Direction, DomainSettingsForUpdate, Edge, EMRStepMetadata, Endpoint, ExecutionStatus, Experiment, FailStepMetadata, FeatureGroup, FeatureMetadata, Filter, GitConfigForUpdate, HyperParameterTuningJobSearchEntity, InferenceExperimentStopDesiredState, LambdaStepMetadata, LineageType, MetricData, ModelMetadataFilter, ModelPackageGroupStatus, ModelPackageStatusDetails, MonitoringExecutionSummary, MonitoringJobDefinitionSortKey, MonitoringJobDefinitionSummary, NotebookInstanceStatus, OptimizationJobStatus, OrderKey, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, ResourceType, ScheduleStatus, SecondaryStatus, SecondaryStatusTransition, SelectiveExecutionConfig, ServiceCatalogProvisionedProductDetails, SortBy, SortOrder, SpaceStatus, SubscribedWorkteam, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, WarmPoolResourceStatus, WarmPoolStatus, Workforce, Workteam } from "./models_3";
5
+ /**
6
+ * <p>One or more filters that searches for the specified resource or resources in
7
+ * a search. All resource objects that satisfy the expression's condition are
8
+ * included in the search results</p>
9
+ * @public
10
+ */
11
+ export interface ModelMetadataSearchExpression {
12
+ /**
13
+ * <p>A list of filter objects.</p>
14
+ * @public
15
+ */
16
+ Filters?: ModelMetadataFilter[];
17
+ }
18
+ /**
19
+ * @public
20
+ */
21
+ export interface ListModelMetadataRequest {
22
+ /**
23
+ * <p>One or more filters that searches for the specified resource or resources
24
+ * in a search. All resource objects that satisfy the expression's condition are
25
+ * included in the search results. Specify the Framework, FrameworkVersion, Domain
26
+ * or Task to filter supported. Filter names and values are case-sensitive.</p>
27
+ * @public
28
+ */
29
+ SearchExpression?: ModelMetadataSearchExpression;
30
+ /**
31
+ * <p>If the response to a previous <code>ListModelMetadataResponse</code> request was truncated,
32
+ * the response includes a NextToken. To retrieve the next set of model metadata,
33
+ * use the token in the next request.</p>
34
+ * @public
35
+ */
36
+ NextToken?: string;
37
+ /**
38
+ * <p>The maximum number of models to return in the response.</p>
39
+ * @public
40
+ */
41
+ MaxResults?: number;
42
+ }
43
+ /**
44
+ * <p>A summary of the model metadata.</p>
45
+ * @public
46
+ */
47
+ export interface ModelMetadataSummary {
48
+ /**
49
+ * <p>The machine learning domain of the model.</p>
50
+ * @public
51
+ */
52
+ Domain: string | undefined;
53
+ /**
54
+ * <p>The machine learning framework of the model.</p>
55
+ * @public
56
+ */
57
+ Framework: string | undefined;
58
+ /**
59
+ * <p>The machine learning task of the model.</p>
60
+ * @public
61
+ */
62
+ Task: string | undefined;
63
+ /**
64
+ * <p>The name of the model.</p>
65
+ * @public
66
+ */
67
+ Model: string | undefined;
68
+ /**
69
+ * <p>The framework version of the model.</p>
70
+ * @public
71
+ */
72
+ FrameworkVersion: string | undefined;
73
+ }
74
+ /**
75
+ * @public
76
+ */
77
+ export interface ListModelMetadataResponse {
78
+ /**
79
+ * <p>A structure that holds model metadata.</p>
80
+ * @public
81
+ */
82
+ ModelMetadataSummaries: ModelMetadataSummary[] | undefined;
83
+ /**
84
+ * <p>A token for getting the next set of recommendations, if there are any.</p>
85
+ * @public
86
+ */
87
+ NextToken?: string;
88
+ }
89
+ /**
90
+ * @public
91
+ * @enum
92
+ */
93
+ export declare const ModelPackageGroupSortBy: {
94
+ readonly CREATION_TIME: "CreationTime";
95
+ readonly NAME: "Name";
96
+ };
97
+ /**
98
+ * @public
99
+ */
100
+ export type ModelPackageGroupSortBy = (typeof ModelPackageGroupSortBy)[keyof typeof ModelPackageGroupSortBy];
101
+ /**
102
+ * @public
103
+ */
104
+ export interface ListModelPackageGroupsInput {
105
+ /**
106
+ * <p>A filter that returns only model groups created after the specified time.</p>
107
+ * @public
108
+ */
109
+ CreationTimeAfter?: Date;
110
+ /**
111
+ * <p>A filter that returns only model groups created before the specified time.</p>
112
+ * @public
113
+ */
114
+ CreationTimeBefore?: Date;
115
+ /**
116
+ * <p>The maximum number of results to return in the response.</p>
117
+ * @public
118
+ */
119
+ MaxResults?: number;
120
+ /**
121
+ * <p>A string in the model group name. This filter returns only model groups whose name
122
+ * contains the specified string.</p>
123
+ * @public
124
+ */
125
+ NameContains?: string;
126
+ /**
127
+ * <p>If the result of the previous <code>ListModelPackageGroups</code> request was
128
+ * truncated, the response includes a <code>NextToken</code>. To retrieve the next set of
129
+ * model groups, use the token in the next request.</p>
130
+ * @public
131
+ */
132
+ NextToken?: string;
133
+ /**
134
+ * <p>The field to sort results by. The default is <code>CreationTime</code>.</p>
135
+ * @public
136
+ */
137
+ SortBy?: ModelPackageGroupSortBy;
138
+ /**
139
+ * <p>The sort order for results. The default is <code>Ascending</code>.</p>
140
+ * @public
141
+ */
142
+ SortOrder?: SortOrder;
143
+ /**
144
+ * <p>A filter that returns either model groups shared with you or model groups in
145
+ * your own account. When the value is <code>CrossAccount</code>, the results show
146
+ * the resources made discoverable to you from other accounts. When the value is
147
+ * <code>SameAccount</code> or <code>null</code>, the results show resources from your
148
+ * account. The default is <code>SameAccount</code>.</p>
149
+ * @public
150
+ */
151
+ CrossAccountFilterOption?: CrossAccountFilterOption;
152
+ }
153
+ /**
154
+ * <p>Summary information about a model group.</p>
155
+ * @public
156
+ */
157
+ export interface ModelPackageGroupSummary {
158
+ /**
159
+ * <p>The name of the model group.</p>
160
+ * @public
161
+ */
162
+ ModelPackageGroupName: string | undefined;
163
+ /**
164
+ * <p>The Amazon Resource Name (ARN) of the model group.</p>
165
+ * @public
166
+ */
167
+ ModelPackageGroupArn: string | undefined;
168
+ /**
169
+ * <p>A description of the model group.</p>
170
+ * @public
171
+ */
172
+ ModelPackageGroupDescription?: string;
173
+ /**
174
+ * <p>The time that the model group was created.</p>
175
+ * @public
176
+ */
177
+ CreationTime: Date | undefined;
178
+ /**
179
+ * <p>The status of the model group.</p>
180
+ * @public
181
+ */
182
+ ModelPackageGroupStatus: ModelPackageGroupStatus | undefined;
183
+ }
184
+ /**
185
+ * @public
186
+ */
187
+ export interface ListModelPackageGroupsOutput {
188
+ /**
189
+ * <p>A list of summaries of the model groups in your Amazon Web Services account.</p>
190
+ * @public
191
+ */
192
+ ModelPackageGroupSummaryList: ModelPackageGroupSummary[] | undefined;
193
+ /**
194
+ * <p>If the response is truncated, SageMaker returns this token. To retrieve the next set
195
+ * of model groups, use it in the subsequent request.</p>
196
+ * @public
197
+ */
198
+ NextToken?: string;
199
+ }
200
+ /**
201
+ * @public
202
+ * @enum
203
+ */
204
+ export declare const ModelPackageType: {
205
+ readonly BOTH: "Both";
206
+ readonly UNVERSIONED: "Unversioned";
207
+ readonly VERSIONED: "Versioned";
208
+ };
209
+ /**
210
+ * @public
211
+ */
212
+ export type ModelPackageType = (typeof ModelPackageType)[keyof typeof ModelPackageType];
213
+ /**
214
+ * @public
215
+ * @enum
216
+ */
217
+ export declare const ModelPackageSortBy: {
218
+ readonly CREATION_TIME: "CreationTime";
219
+ readonly NAME: "Name";
220
+ };
221
+ /**
222
+ * @public
223
+ */
224
+ export type ModelPackageSortBy = (typeof ModelPackageSortBy)[keyof typeof ModelPackageSortBy];
225
+ /**
226
+ * @public
227
+ */
228
+ export interface ListModelPackagesInput {
229
+ /**
230
+ * <p>A filter that returns only model packages created after the specified time
231
+ * (timestamp).</p>
232
+ * @public
233
+ */
234
+ CreationTimeAfter?: Date;
235
+ /**
236
+ * <p>A filter that returns only model packages created before the specified time
237
+ * (timestamp).</p>
238
+ * @public
239
+ */
240
+ CreationTimeBefore?: Date;
241
+ /**
242
+ * <p>The maximum number of model packages to return in the response.</p>
243
+ * @public
244
+ */
245
+ MaxResults?: number;
246
+ /**
247
+ * <p>A string in the model package name. This filter returns only model packages whose name
248
+ * contains the specified string.</p>
249
+ * @public
250
+ */
251
+ NameContains?: string;
252
+ /**
253
+ * <p>A filter that returns only the model packages with the specified approval
254
+ * status.</p>
255
+ * @public
256
+ */
257
+ ModelApprovalStatus?: ModelApprovalStatus;
258
+ /**
259
+ * <p>A filter that returns only model versions that belong to the specified model group.</p>
260
+ * @public
261
+ */
262
+ ModelPackageGroupName?: string;
263
+ /**
264
+ * <p>A filter that returns only the model packages of the specified type. This can be one
265
+ * of the following values.</p>
266
+ * <ul>
267
+ * <li>
268
+ * <p>
269
+ * <code>UNVERSIONED</code> - List only unversioined models.
270
+ * This is the default value if no <code>ModelPackageType</code> is specified.</p>
271
+ * </li>
272
+ * <li>
273
+ * <p>
274
+ * <code>VERSIONED</code> - List only versioned models.</p>
275
+ * </li>
276
+ * <li>
277
+ * <p>
278
+ * <code>BOTH</code> - List both versioned and unversioned models.</p>
279
+ * </li>
280
+ * </ul>
281
+ * @public
282
+ */
283
+ ModelPackageType?: ModelPackageType;
284
+ /**
285
+ * <p>If the response to a previous <code>ListModelPackages</code> request was truncated,
286
+ * the response includes a <code>NextToken</code>. To retrieve the next set of model
287
+ * packages, use the token in the next request.</p>
288
+ * @public
289
+ */
290
+ NextToken?: string;
291
+ /**
292
+ * <p>The parameter by which to sort the results. The default is
293
+ * <code>CreationTime</code>.</p>
294
+ * @public
295
+ */
296
+ SortBy?: ModelPackageSortBy;
297
+ /**
298
+ * <p>The sort order for the results. The default is <code>Ascending</code>.</p>
299
+ * @public
300
+ */
301
+ SortOrder?: SortOrder;
302
+ }
303
+ /**
304
+ * <p>Provides summary information about a model package.</p>
305
+ * @public
306
+ */
307
+ export interface ModelPackageSummary {
308
+ /**
309
+ * <p>The name of the model package.</p>
310
+ * @public
311
+ */
312
+ ModelPackageName?: string;
313
+ /**
314
+ * <p>If the model package is a versioned model, the model group that the versioned model
315
+ * belongs to.</p>
316
+ * @public
317
+ */
318
+ ModelPackageGroupName?: string;
319
+ /**
320
+ * <p>If the model package is a versioned model, the version of the model.</p>
321
+ * @public
322
+ */
323
+ ModelPackageVersion?: number;
324
+ /**
325
+ * <p>The Amazon Resource Name (ARN) of the model package.</p>
326
+ * @public
327
+ */
328
+ ModelPackageArn: string | undefined;
329
+ /**
330
+ * <p>A brief description of the model package.</p>
331
+ * @public
332
+ */
333
+ ModelPackageDescription?: string;
334
+ /**
335
+ * <p>A timestamp that shows when the model package was created.</p>
336
+ * @public
337
+ */
338
+ CreationTime: Date | undefined;
339
+ /**
340
+ * <p>The overall status of the model package.</p>
341
+ * @public
342
+ */
343
+ ModelPackageStatus: ModelPackageStatus | undefined;
344
+ /**
345
+ * <p>The approval status of the model. This can be one of the following values.</p>
346
+ * <ul>
347
+ * <li>
348
+ * <p>
349
+ * <code>APPROVED</code> - The model is approved</p>
350
+ * </li>
351
+ * <li>
352
+ * <p>
353
+ * <code>REJECTED</code> - The model is rejected.</p>
354
+ * </li>
355
+ * <li>
356
+ * <p>
357
+ * <code>PENDING_MANUAL_APPROVAL</code> - The model is waiting for manual
358
+ * approval.</p>
359
+ * </li>
360
+ * </ul>
361
+ * @public
362
+ */
363
+ ModelApprovalStatus?: ModelApprovalStatus;
364
+ }
365
+ /**
366
+ * @public
367
+ */
368
+ export interface ListModelPackagesOutput {
369
+ /**
370
+ * <p>An array of <code>ModelPackageSummary</code> objects, each of which lists a model
371
+ * package.</p>
372
+ * @public
373
+ */
374
+ ModelPackageSummaryList: ModelPackageSummary[] | undefined;
375
+ /**
376
+ * <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of
377
+ * model packages, use it in the subsequent request.</p>
378
+ * @public
379
+ */
380
+ NextToken?: string;
381
+ }
382
+ /**
383
+ * @public
384
+ */
385
+ export interface ListModelQualityJobDefinitionsRequest {
386
+ /**
387
+ * <p>A filter that returns only model quality monitoring job definitions that are associated
388
+ * with the specified endpoint.</p>
389
+ * @public
390
+ */
391
+ EndpointName?: string;
392
+ /**
393
+ * <p>The field to sort results by. The default is <code>CreationTime</code>.</p>
394
+ * @public
395
+ */
396
+ SortBy?: MonitoringJobDefinitionSortKey;
397
+ /**
398
+ * <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order.
399
+ * The default is <code>Descending</code>.</p>
400
+ * @public
401
+ */
402
+ SortOrder?: SortOrder;
403
+ /**
404
+ * <p>If the result of the previous <code>ListModelQualityJobDefinitions</code> request was
405
+ * truncated, the response includes a <code>NextToken</code>. To retrieve the next set of
406
+ * model quality monitoring job definitions, use the token in the next request.</p>
407
+ * @public
408
+ */
409
+ NextToken?: string;
410
+ /**
411
+ * <p>The maximum number of results to return in a call to
412
+ * <code>ListModelQualityJobDefinitions</code>.</p>
413
+ * @public
414
+ */
415
+ MaxResults?: number;
416
+ /**
417
+ * <p>A string in the transform job name. This filter returns only model quality monitoring
418
+ * job definitions whose name contains the specified string.</p>
419
+ * @public
420
+ */
421
+ NameContains?: string;
422
+ /**
423
+ * <p>A filter that returns only model quality monitoring job definitions created before the
424
+ * specified time.</p>
425
+ * @public
426
+ */
427
+ CreationTimeBefore?: Date;
428
+ /**
429
+ * <p>A filter that returns only model quality monitoring job definitions created after the
430
+ * specified time.</p>
431
+ * @public
432
+ */
433
+ CreationTimeAfter?: Date;
434
+ }
435
+ /**
436
+ * @public
437
+ */
438
+ export interface ListModelQualityJobDefinitionsResponse {
439
+ /**
440
+ * <p>A list of summaries of model quality monitoring job definitions.</p>
441
+ * @public
442
+ */
443
+ JobDefinitionSummaries: MonitoringJobDefinitionSummary[] | undefined;
444
+ /**
445
+ * <p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the
446
+ * next set of model quality monitoring job definitions, use it in the next request.</p>
447
+ * @public
448
+ */
449
+ NextToken?: string;
450
+ }
451
+ /**
452
+ * @public
453
+ * @enum
454
+ */
455
+ export declare const ModelSortKey: {
456
+ readonly CreationTime: "CreationTime";
457
+ readonly Name: "Name";
458
+ };
459
+ /**
460
+ * @public
461
+ */
462
+ export type ModelSortKey = (typeof ModelSortKey)[keyof typeof ModelSortKey];
463
+ /**
464
+ * @public
465
+ */
466
+ export interface ListModelsInput {
467
+ /**
468
+ * <p>Sorts the list of results. The default is <code>CreationTime</code>.</p>
469
+ * @public
470
+ */
471
+ SortBy?: ModelSortKey;
472
+ /**
473
+ * <p>The sort order for results. The default is <code>Descending</code>.</p>
474
+ * @public
475
+ */
476
+ SortOrder?: OrderKey;
477
+ /**
478
+ * <p>If the response to a previous <code>ListModels</code> request was truncated, the
479
+ * response includes a <code>NextToken</code>. To retrieve the next set of models, use the
480
+ * token in the next request.</p>
481
+ * @public
482
+ */
483
+ NextToken?: string;
484
+ /**
485
+ * <p>The maximum number of models to return in the response.</p>
486
+ * @public
487
+ */
488
+ MaxResults?: number;
489
+ /**
490
+ * <p>A string in the model name. This filter returns only models whose name contains the
491
+ * specified string.</p>
492
+ * @public
493
+ */
494
+ NameContains?: string;
495
+ /**
496
+ * <p>A filter that returns only models created before the specified time
497
+ * (timestamp).</p>
498
+ * @public
499
+ */
500
+ CreationTimeBefore?: Date;
501
+ /**
502
+ * <p>A filter that returns only models with a creation time greater than or equal to the
503
+ * specified time (timestamp).</p>
504
+ * @public
505
+ */
506
+ CreationTimeAfter?: Date;
507
+ }
508
+ /**
509
+ * <p>Provides summary information about a model.</p>
510
+ * @public
511
+ */
512
+ export interface ModelSummary {
513
+ /**
514
+ * <p>The name of the model that you want a summary for.</p>
515
+ * @public
516
+ */
517
+ ModelName: string | undefined;
518
+ /**
519
+ * <p>The Amazon Resource Name (ARN) of the model.</p>
520
+ * @public
521
+ */
522
+ ModelArn: string | undefined;
523
+ /**
524
+ * <p>A timestamp that indicates when the model was created.</p>
525
+ * @public
526
+ */
527
+ CreationTime: Date | undefined;
528
+ }
5
529
  /**
6
530
  * @public
7
531
  */
@@ -837,6 +1361,160 @@ export interface ListNotebookInstancesOutput {
837
1361
  */
838
1362
  NotebookInstances?: NotebookInstanceSummary[];
839
1363
  }
1364
+ /**
1365
+ * @public
1366
+ * @enum
1367
+ */
1368
+ export declare const ListOptimizationJobsSortBy: {
1369
+ readonly CREATION_TIME: "CreationTime";
1370
+ readonly NAME: "Name";
1371
+ readonly STATUS: "Status";
1372
+ };
1373
+ /**
1374
+ * @public
1375
+ */
1376
+ export type ListOptimizationJobsSortBy = (typeof ListOptimizationJobsSortBy)[keyof typeof ListOptimizationJobsSortBy];
1377
+ /**
1378
+ * @public
1379
+ */
1380
+ export interface ListOptimizationJobsRequest {
1381
+ /**
1382
+ * <p>A token that you use to get the next set of results following a truncated response. If
1383
+ * the response to the previous request was truncated, that response provides the value for
1384
+ * this token.</p>
1385
+ * @public
1386
+ */
1387
+ NextToken?: string;
1388
+ /**
1389
+ * <p>The maximum number of optimization jobs to return in the response. The default is
1390
+ * 50.</p>
1391
+ * @public
1392
+ */
1393
+ MaxResults?: number;
1394
+ /**
1395
+ * <p>Filters the results to only those optimization jobs that were created after the
1396
+ * specified time.</p>
1397
+ * @public
1398
+ */
1399
+ CreationTimeAfter?: Date;
1400
+ /**
1401
+ * <p>Filters the results to only those optimization jobs that were created before the
1402
+ * specified time.</p>
1403
+ * @public
1404
+ */
1405
+ CreationTimeBefore?: Date;
1406
+ /**
1407
+ * <p>Filters the results to only those optimization jobs that were updated after the
1408
+ * specified time.</p>
1409
+ * @public
1410
+ */
1411
+ LastModifiedTimeAfter?: Date;
1412
+ /**
1413
+ * <p>Filters the results to only those optimization jobs that were updated before the
1414
+ * specified time.</p>
1415
+ * @public
1416
+ */
1417
+ LastModifiedTimeBefore?: Date;
1418
+ /**
1419
+ * <p>Filters the results to only those optimization jobs that apply the specified
1420
+ * optimization techniques. You can specify either <code>Quantization</code> or
1421
+ * <code>Compilation</code>.</p>
1422
+ * @public
1423
+ */
1424
+ OptimizationContains?: string;
1425
+ /**
1426
+ * <p>Filters the results to only those optimization jobs with a name that contains the
1427
+ * specified string.</p>
1428
+ * @public
1429
+ */
1430
+ NameContains?: string;
1431
+ /**
1432
+ * <p>Filters the results to only those optimization jobs with the specified status.</p>
1433
+ * @public
1434
+ */
1435
+ StatusEquals?: OptimizationJobStatus;
1436
+ /**
1437
+ * <p>The field by which to sort the optimization jobs in the response. The default is
1438
+ * <code>CreationTime</code>
1439
+ * </p>
1440
+ * @public
1441
+ */
1442
+ SortBy?: ListOptimizationJobsSortBy;
1443
+ /**
1444
+ * <p>The sort order for results. The default is <code>Ascending</code>
1445
+ * </p>
1446
+ * @public
1447
+ */
1448
+ SortOrder?: SortOrder;
1449
+ }
1450
+ /**
1451
+ * <p>Summarizes an optimization job by providing some of its key properties.</p>
1452
+ * @public
1453
+ */
1454
+ export interface OptimizationJobSummary {
1455
+ /**
1456
+ * <p>The name that you assigned to the optimization job.</p>
1457
+ * @public
1458
+ */
1459
+ OptimizationJobName: string | undefined;
1460
+ /**
1461
+ * <p>The Amazon Resource Name (ARN) of the optimization job.</p>
1462
+ * @public
1463
+ */
1464
+ OptimizationJobArn: string | undefined;
1465
+ /**
1466
+ * <p>The time when you created the optimization job.</p>
1467
+ * @public
1468
+ */
1469
+ CreationTime: Date | undefined;
1470
+ /**
1471
+ * <p>The current status of the optimization job.</p>
1472
+ * @public
1473
+ */
1474
+ OptimizationJobStatus: OptimizationJobStatus | undefined;
1475
+ /**
1476
+ * <p>The time when the optimization job started.</p>
1477
+ * @public
1478
+ */
1479
+ OptimizationStartTime?: Date;
1480
+ /**
1481
+ * <p>The time when the optimization job finished processing.</p>
1482
+ * @public
1483
+ */
1484
+ OptimizationEndTime?: Date;
1485
+ /**
1486
+ * <p>The time when the optimization job was last updated.</p>
1487
+ * @public
1488
+ */
1489
+ LastModifiedTime?: Date;
1490
+ /**
1491
+ * <p>The type of instance that hosts the optimized model that you create with the optimization job.</p>
1492
+ * @public
1493
+ */
1494
+ DeploymentInstanceType: OptimizationJobDeploymentInstanceType | undefined;
1495
+ /**
1496
+ * <p>The optimization techniques that are applied by the optimization job.</p>
1497
+ * @public
1498
+ */
1499
+ OptimizationTypes: string[] | undefined;
1500
+ }
1501
+ /**
1502
+ * @public
1503
+ */
1504
+ export interface ListOptimizationJobsResponse {
1505
+ /**
1506
+ * <p>A list of optimization jobs and their properties that matches any of the filters you
1507
+ * specified in the request.</p>
1508
+ * @public
1509
+ */
1510
+ OptimizationJobSummaries: OptimizationJobSummary[] | undefined;
1511
+ /**
1512
+ * <p>The token to use in a subsequent request to get the next set of results following a
1513
+ * truncated response.</p>
1514
+ * @public
1515
+ */
1516
+ NextToken?: string;
1517
+ }
840
1518
  /**
841
1519
  * @public
842
1520
  * @enum
@@ -1888,15 +2566,18 @@ export type SpaceSortKey = (typeof SpaceSortKey)[keyof typeof SpaceSortKey];
1888
2566
  */
1889
2567
  export interface ListSpacesRequest {
1890
2568
  /**
1891
- * <p>If the previous response was truncated, you will receive this token. Use it in your
1892
- * next request to receive the next set of results.</p>
2569
+ * <p>If the previous response was truncated, you will receive this token. Use it in your next
2570
+ * request to receive the next set of results.</p>
1893
2571
  * @public
1894
2572
  */
1895
2573
  NextToken?: string;
1896
2574
  /**
1897
- * <p>This parameter defines the maximum number of results that can be return in a single response. The <code>MaxResults</code> parameter is an upper bound, not a target. If there are
1898
- * more results available than the value specified, a <code>NextToken</code>
1899
- * is provided in the response. The <code>NextToken</code> indicates that the user should get the next set of results by providing this token as a part of a subsequent call. The default value for <code>MaxResults</code> is 10.</p>
2575
+ * <p>This parameter defines the maximum number of results that can be return in a single
2576
+ * response. The <code>MaxResults</code> parameter is an upper bound, not a target. If there are
2577
+ * more results available than the value specified, a <code>NextToken</code> is provided in the
2578
+ * response. The <code>NextToken</code> indicates that the user should get the next set of
2579
+ * results by providing this token as a part of a subsequent call. The default value for
2580
+ * <code>MaxResults</code> is 10.</p>
1900
2581
  * @public
1901
2582
  */
1902
2583
  MaxResults?: number;
@@ -2021,8 +2702,8 @@ export interface ListSpacesResponse {
2021
2702
  */
2022
2703
  Spaces?: SpaceDetails[];
2023
2704
  /**
2024
- * <p>If the previous response was truncated, you will receive this token. Use it in your
2025
- * next request to receive the next set of results.</p>
2705
+ * <p>If the previous response was truncated, you will receive this token. Use it in your next
2706
+ * request to receive the next set of results.</p>
2026
2707
  * @public
2027
2708
  */
2028
2709
  NextToken?: string;
@@ -2091,45 +2772,53 @@ export type StudioLifecycleConfigSortKey = (typeof StudioLifecycleConfigSortKey)
2091
2772
  */
2092
2773
  export interface ListStudioLifecycleConfigsRequest {
2093
2774
  /**
2094
- * <p>The total number of items to return in the response. If the total
2095
- * number of items available is more than the value specified, a <code>NextToken</code>
2096
- * is provided in the response. To resume pagination, provide the <code>NextToken</code>
2097
- * value in the as part of a subsequent call. The default value is 10.</p>
2775
+ * <p>The total number of items to return in the response. If the total number of items
2776
+ * available is more than the value specified, a <code>NextToken</code> is provided in the
2777
+ * response. To resume pagination, provide the <code>NextToken</code> value in the as part of a
2778
+ * subsequent call. The default value is 10.</p>
2098
2779
  * @public
2099
2780
  */
2100
2781
  MaxResults?: number;
2101
2782
  /**
2102
- * <p>If the previous call to ListStudioLifecycleConfigs didn't return the full set of Lifecycle Configurations, the call returns a token for getting the next set of Lifecycle Configurations.</p>
2783
+ * <p>If the previous call to ListStudioLifecycleConfigs didn't return the full set of Lifecycle
2784
+ * Configurations, the call returns a token for getting the next set of Lifecycle
2785
+ * Configurations.</p>
2103
2786
  * @public
2104
2787
  */
2105
2788
  NextToken?: string;
2106
2789
  /**
2107
- * <p>A string in the Lifecycle Configuration name. This filter returns only Lifecycle Configurations whose name contains the specified string.</p>
2790
+ * <p>A string in the Lifecycle Configuration name. This filter returns only Lifecycle
2791
+ * Configurations whose name contains the specified string.</p>
2108
2792
  * @public
2109
2793
  */
2110
2794
  NameContains?: string;
2111
2795
  /**
2112
- * <p>A parameter to search for the App Type to which the Lifecycle Configuration is attached.</p>
2796
+ * <p>A parameter to search for the App Type to which the Lifecycle Configuration is
2797
+ * attached.</p>
2113
2798
  * @public
2114
2799
  */
2115
2800
  AppTypeEquals?: StudioLifecycleConfigAppType;
2116
2801
  /**
2117
- * <p>A filter that returns only Lifecycle Configurations created on or before the specified time.</p>
2802
+ * <p>A filter that returns only Lifecycle Configurations created on or before the specified
2803
+ * time.</p>
2118
2804
  * @public
2119
2805
  */
2120
2806
  CreationTimeBefore?: Date;
2121
2807
  /**
2122
- * <p>A filter that returns only Lifecycle Configurations created on or after the specified time.</p>
2808
+ * <p>A filter that returns only Lifecycle Configurations created on or after the specified
2809
+ * time.</p>
2123
2810
  * @public
2124
2811
  */
2125
2812
  CreationTimeAfter?: Date;
2126
2813
  /**
2127
- * <p>A filter that returns only Lifecycle Configurations modified before the specified time.</p>
2814
+ * <p>A filter that returns only Lifecycle Configurations modified before the specified
2815
+ * time.</p>
2128
2816
  * @public
2129
2817
  */
2130
2818
  ModifiedTimeBefore?: Date;
2131
2819
  /**
2132
- * <p>A filter that returns only Lifecycle Configurations modified after the specified time.</p>
2820
+ * <p>A filter that returns only Lifecycle Configurations modified after the specified
2821
+ * time.</p>
2133
2822
  * @public
2134
2823
  */
2135
2824
  ModifiedTimeAfter?: Date;
@@ -2165,7 +2854,8 @@ export interface StudioLifecycleConfigDetails {
2165
2854
  */
2166
2855
  CreationTime?: Date;
2167
2856
  /**
2168
- * <p>This value is equivalent to CreationTime because Amazon SageMaker Studio Lifecycle Configurations are immutable.</p>
2857
+ * <p>This value is equivalent to CreationTime because Amazon SageMaker Studio Lifecycle
2858
+ * Configurations are immutable.</p>
2169
2859
  * @public
2170
2860
  */
2171
2861
  LastModifiedTime?: Date;
@@ -2180,8 +2870,8 @@ export interface StudioLifecycleConfigDetails {
2180
2870
  */
2181
2871
  export interface ListStudioLifecycleConfigsResponse {
2182
2872
  /**
2183
- * <p>If the previous response was truncated, you will receive this token.
2184
- * Use it in your next request to receive the next set of results.</p>
2873
+ * <p>If the previous response was truncated, you will receive this token. Use it in your next
2874
+ * request to receive the next set of results.</p>
2185
2875
  * @public
2186
2876
  */
2187
2877
  NextToken?: string;
@@ -2886,15 +3576,18 @@ export type UserProfileSortKey = (typeof UserProfileSortKey)[keyof typeof UserPr
2886
3576
  */
2887
3577
  export interface ListUserProfilesRequest {
2888
3578
  /**
2889
- * <p>If the previous response was truncated, you will receive this token.
2890
- * Use it in your next request to receive the next set of results.</p>
3579
+ * <p>If the previous response was truncated, you will receive this token. Use it in your next
3580
+ * request to receive the next set of results.</p>
2891
3581
  * @public
2892
3582
  */
2893
3583
  NextToken?: string;
2894
3584
  /**
2895
- * <p>This parameter defines the maximum number of results that can be return in a single response. The <code>MaxResults</code> parameter is an upper bound, not a target. If there are
2896
- * more results available than the value specified, a <code>NextToken</code>
2897
- * is provided in the response. The <code>NextToken</code> indicates that the user should get the next set of results by providing this token as a part of a subsequent call. The default value for <code>MaxResults</code> is 10.</p>
3585
+ * <p>This parameter defines the maximum number of results that can be return in a single
3586
+ * response. The <code>MaxResults</code> parameter is an upper bound, not a target. If there are
3587
+ * more results available than the value specified, a <code>NextToken</code> is provided in the
3588
+ * response. The <code>NextToken</code> indicates that the user should get the next set of
3589
+ * results by providing this token as a part of a subsequent call. The default value for
3590
+ * <code>MaxResults</code> is 10.</p>
2898
3591
  * @public
2899
3592
  */
2900
3593
  MaxResults?: number;
@@ -2960,8 +3653,8 @@ export interface ListUserProfilesResponse {
2960
3653
  */
2961
3654
  UserProfiles?: UserProfileDetails[];
2962
3655
  /**
2963
- * <p>If the previous response was truncated, you will receive this token.
2964
- * Use it in your next request to receive the next set of results.</p>
3656
+ * <p>If the previous response was truncated, you will receive this token. Use it in your next
3657
+ * request to receive the next set of results.</p>
2965
3658
  * @public
2966
3659
  */
2967
3660
  NextToken?: string;
@@ -5850,6 +6543,16 @@ export interface StopNotebookInstanceInput {
5850
6543
  */
5851
6544
  NotebookInstanceName: string | undefined;
5852
6545
  }
6546
+ /**
6547
+ * @public
6548
+ */
6549
+ export interface StopOptimizationJobRequest {
6550
+ /**
6551
+ * <p>The name that you assigned to the optimization job.</p>
6552
+ * @public
6553
+ */
6554
+ OptimizationJobName: string | undefined;
6555
+ }
5853
6556
  /**
5854
6557
  * @public
5855
6558
  */
@@ -6200,10 +6903,10 @@ export interface UpdateDomainRequest {
6200
6903
  /**
6201
6904
  * <p>The entity that creates and manages the required security groups for inter-app
6202
6905
  * communication in <code>VPCOnly</code> mode. Required when
6203
- * <code>CreateDomain.AppNetworkAccessType</code> is <code>VPCOnly</code> and
6204
- * <code>DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn</code> is
6906
+ * <code>CreateDomain.AppNetworkAccessType</code> is <code>VPCOnly</code> and
6907
+ * <code>DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn</code> is
6205
6908
  * provided. If setting up the domain for use with RStudio, this value must be set to
6206
- * <code>Service</code>.</p>
6909
+ * <code>Service</code>.</p>
6207
6910
  * @public
6208
6911
  */
6209
6912
  AppSecurityGroupManagement?: AppSecurityGroupManagement;
@@ -6215,7 +6918,7 @@ export interface UpdateDomainRequest {
6215
6918
  /**
6216
6919
  * <p>The VPC subnets that Studio uses for communication.</p>
6217
6920
  * <p>If removing subnets, ensure there are no apps in the <code>InService</code>,
6218
- * <code>Pending</code>, or <code>Deleting</code> state.</p>
6921
+ * <code>Pending</code>, or <code>Deleting</code> state.</p>
6219
6922
  * @public
6220
6923
  */
6221
6924
  SubnetIds?: string[];
@@ -6224,8 +6927,7 @@ export interface UpdateDomainRequest {
6224
6927
  * <ul>
6225
6928
  * <li>
6226
6929
  * <p>
6227
- * <code>PublicInternetOnly</code> - Non-EFS traffic is through a VPC managed by
6228
- * Amazon SageMaker, which allows direct internet access.</p>
6930
+ * <code>PublicInternetOnly</code> - Non-EFS traffic is through a VPC managed by Amazon SageMaker, which allows direct internet access.</p>
6229
6931
  * </li>
6230
6932
  * <li>
6231
6933
  * <p>
@@ -6236,7 +6938,7 @@ export interface UpdateDomainRequest {
6236
6938
  * <p>This configuration can only be modified if there are no apps in the
6237
6939
  * <code>InService</code>, <code>Pending</code>, or <code>Deleting</code> state. The
6238
6940
  * configuration cannot be updated if
6239
- * <code>DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn</code> is already
6941
+ * <code>DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn</code> is already
6240
6942
  * set or <code>DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn</code> is
6241
6943
  * provided as part of the same request.</p>
6242
6944
  * @public