@aws-sdk/client-sagemaker 3.862.0 → 3.864.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.
- package/README.md +16 -0
- package/dist-cjs/index.js +575 -392
- package/dist-es/SageMaker.js +4 -0
- package/dist-es/commands/DescribeReservedCapacityCommand.js +22 -0
- package/dist-es/commands/ListUltraServersByReservedCapacityCommand.js +22 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +1 -13
- package/dist-es/models/models_1.js +13 -0
- package/dist-es/models/models_3.js +22 -33
- package/dist-es/models/models_4.js +21 -14
- package/dist-es/models/models_5.js +12 -1
- package/dist-es/pagination/ListUltraServersByReservedCapacityPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +133 -0
- package/dist-types/SageMaker.d.ts +14 -0
- package/dist-types/SageMakerClient.d.ts +4 -2
- package/dist-types/commands/AttachClusterNodeVolumeCommand.d.ts +1 -1
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +12 -3
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +26 -8
- package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +1 -2
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +11 -2
- package/dist-types/commands/CreateTrainingPlanCommand.d.ts +1 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +12 -3
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +3 -0
- package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeContextCommand.d.ts +1 -2
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +26 -8
- package/dist-types/commands/DescribeReservedCapacityCommand.d.ts +93 -0
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +11 -2
- package/dist-types/commands/DescribeTrainingPlanCommand.d.ts +7 -1
- package/dist-types/commands/DetachClusterNodeVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ListClusterNodesCommand.d.ts +3 -0
- package/dist-types/commands/ListTrainingPlansCommand.d.ts +5 -1
- package/dist-types/commands/ListUltraServersByReservedCapacityCommand.d.ts +92 -0
- package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +26 -8
- package/dist-types/commands/SearchTrainingPlanOfferingsCommand.d.ts +7 -2
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +71 -87
- package/dist-types/models/models_1.d.ts +77 -89
- package/dist-types/models/models_2.d.ts +94 -107
- package/dist-types/models/models_3.d.ts +295 -295
- package/dist-types/models/models_4.d.ts +374 -674
- package/dist-types/models/models_5.d.ts +703 -5
- package/dist-types/pagination/ListUltraServersByReservedCapacityPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +18 -0
- package/dist-types/ts3.4/SageMaker.d.ts +40 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/CreateModelBiasJobDefinitionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeComputeQuotaCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeContextCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeReservedCapacityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListUltraServersByReservedCapacityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +15 -25
- package/dist-types/ts3.4/models/models_1.d.ts +25 -21
- package/dist-types/ts3.4/models/models_2.d.ts +24 -29
- package/dist-types/ts3.4/models/models_3.d.ts +88 -93
- package/dist-types/ts3.4/models/models_4.d.ts +112 -184
- package/dist-types/ts3.4/models/models_5.d.ts +183 -5
- package/dist-types/ts3.4/pagination/ListUltraServersByReservedCapacityPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
- package/package.json +5 -5
|
@@ -6,6 +6,9 @@ import {
|
|
|
6
6
|
AppNetworkAccessType,
|
|
7
7
|
AppSecurityGroupManagement,
|
|
8
8
|
AppSpecification,
|
|
9
|
+
BatchDataCaptureConfig,
|
|
10
|
+
BatchStrategy,
|
|
11
|
+
BatchTransformInput,
|
|
9
12
|
BooleanOperator,
|
|
10
13
|
CfnUpdateTemplateProvider,
|
|
11
14
|
Channel,
|
|
@@ -19,11 +22,15 @@ import {
|
|
|
19
22
|
JupyterLabAppImageConfig,
|
|
20
23
|
KernelGatewayImageConfig,
|
|
21
24
|
ModelApprovalStatus,
|
|
25
|
+
ModelPackageStatus,
|
|
22
26
|
OutputDataConfig,
|
|
23
27
|
OutputParameter,
|
|
24
28
|
ResourceConfig,
|
|
25
29
|
StoppingCondition,
|
|
26
30
|
Tag,
|
|
31
|
+
TransformInput,
|
|
32
|
+
TransformOutput,
|
|
33
|
+
TransformResources,
|
|
27
34
|
UserContext,
|
|
28
35
|
VpcConfig,
|
|
29
36
|
} from "./models_0";
|
|
@@ -31,6 +38,7 @@ import {
|
|
|
31
38
|
_InstanceType,
|
|
32
39
|
ComputeQuotaConfig,
|
|
33
40
|
ComputeQuotaTarget,
|
|
41
|
+
ContainerDefinition,
|
|
34
42
|
DefaultSpaceSettings,
|
|
35
43
|
DeploymentConfig,
|
|
36
44
|
EdgeOutputConfig,
|
|
@@ -38,6 +46,7 @@ import {
|
|
|
38
46
|
HubContentType,
|
|
39
47
|
InferenceComponentRuntimeConfig,
|
|
40
48
|
InferenceComponentSpecification,
|
|
49
|
+
InferenceExecutionConfig,
|
|
41
50
|
InferenceExperimentDataStorageConfig,
|
|
42
51
|
InferenceExperimentSchedule,
|
|
43
52
|
JobType,
|
|
@@ -57,17 +66,26 @@ import {
|
|
|
57
66
|
} from "./models_1";
|
|
58
67
|
import {
|
|
59
68
|
CrossAccountFilterOption,
|
|
69
|
+
DataProcessing,
|
|
60
70
|
DebugHookConfig,
|
|
61
71
|
DebugRuleConfiguration,
|
|
62
72
|
DebugRuleEvaluationStatus,
|
|
73
|
+
DeploymentRecommendation,
|
|
74
|
+
DriftCheckBaselines,
|
|
63
75
|
ExperimentConfig,
|
|
64
76
|
InstanceMetadataServiceConfiguration,
|
|
65
77
|
MemberDefinition,
|
|
66
78
|
ModelArtifacts,
|
|
79
|
+
ModelCardSecurityConfig,
|
|
67
80
|
ModelCardStatus,
|
|
81
|
+
ModelClientConfig,
|
|
68
82
|
ModelLifeCycle,
|
|
83
|
+
ModelMetrics,
|
|
69
84
|
ModelPackageModelCard,
|
|
85
|
+
ModelPackageSecurityConfig,
|
|
86
|
+
ModelPackageValidationSpecification,
|
|
70
87
|
MonitoringScheduleConfig,
|
|
88
|
+
MonitoringType,
|
|
71
89
|
NetworkConfig,
|
|
72
90
|
NotebookInstanceAcceleratorType,
|
|
73
91
|
NotebookInstanceLifecycleHook,
|
|
@@ -86,6 +104,8 @@ import {
|
|
|
86
104
|
ProvisioningParameter,
|
|
87
105
|
RootAccess,
|
|
88
106
|
ServiceCatalogProvisioningDetails,
|
|
107
|
+
SkipModelValidation,
|
|
108
|
+
SourceAlgorithmSpecification,
|
|
89
109
|
SourceIpConfig,
|
|
90
110
|
SpaceSettings,
|
|
91
111
|
TensorBoardOutputConfig,
|
|
@@ -103,6 +123,7 @@ import {
|
|
|
103
123
|
DomainSettingsForUpdate,
|
|
104
124
|
Edge,
|
|
105
125
|
Endpoint,
|
|
126
|
+
EndpointStatus,
|
|
106
127
|
Experiment,
|
|
107
128
|
FeatureGroup,
|
|
108
129
|
FeatureMetadata,
|
|
@@ -110,24 +131,28 @@ import {
|
|
|
110
131
|
Filter,
|
|
111
132
|
GitConfigForUpdate,
|
|
112
133
|
HubContentSupportStatus,
|
|
113
|
-
HyperParameterTuningJobSearchEntity,
|
|
114
134
|
InferenceComponentDeploymentConfig,
|
|
115
135
|
MetricData,
|
|
116
136
|
ModelPackageGroupStatus,
|
|
137
|
+
ModelPackageStatusDetails,
|
|
138
|
+
MonitoringExecutionSummary,
|
|
117
139
|
PipelineExecutionStatus,
|
|
118
140
|
PipelineExperimentConfig,
|
|
119
141
|
PipelineStatus,
|
|
120
142
|
ProcessingJobStatus,
|
|
121
143
|
ProjectStatus,
|
|
122
144
|
ReservedCapacityInstanceType,
|
|
145
|
+
ReservedCapacityType,
|
|
123
146
|
ResourceType,
|
|
124
147
|
SageMakerResourceName,
|
|
148
|
+
ScheduleStatus,
|
|
125
149
|
SecondaryStatus,
|
|
126
150
|
SecondaryStatusTransition,
|
|
127
151
|
SelectiveExecutionConfig,
|
|
128
152
|
ServiceCatalogProvisionedProductDetails,
|
|
129
153
|
TemplateProviderDetail,
|
|
130
154
|
TrainingJobStatus,
|
|
155
|
+
TransformJobStatus,
|
|
131
156
|
TrialComponentMetricSummary,
|
|
132
157
|
TrialComponentSource,
|
|
133
158
|
TrialSource,
|
|
@@ -135,14 +160,160 @@ import {
|
|
|
135
160
|
Workteam,
|
|
136
161
|
} from "./models_3";
|
|
137
162
|
import {
|
|
163
|
+
HyperParameterTuningJobSearchEntity,
|
|
138
164
|
InferenceExperimentStopDesiredState,
|
|
139
165
|
LineageType,
|
|
140
|
-
|
|
141
|
-
ModelDashboardModel,
|
|
142
|
-
ModelPackage,
|
|
166
|
+
MonitoringAlertSummary,
|
|
143
167
|
Parameter,
|
|
144
|
-
|
|
168
|
+
SortOrder,
|
|
145
169
|
} from "./models_4";
|
|
170
|
+
export declare const ListWorkteamsSortByOptions: {
|
|
171
|
+
readonly CreateDate: "CreateDate";
|
|
172
|
+
readonly Name: "Name";
|
|
173
|
+
};
|
|
174
|
+
export type ListWorkteamsSortByOptions =
|
|
175
|
+
(typeof ListWorkteamsSortByOptions)[keyof typeof ListWorkteamsSortByOptions];
|
|
176
|
+
export interface ListWorkteamsRequest {
|
|
177
|
+
SortBy?: ListWorkteamsSortByOptions | undefined;
|
|
178
|
+
SortOrder?: SortOrder | undefined;
|
|
179
|
+
NameContains?: string | undefined;
|
|
180
|
+
NextToken?: string | undefined;
|
|
181
|
+
MaxResults?: number | undefined;
|
|
182
|
+
}
|
|
183
|
+
export interface ListWorkteamsResponse {
|
|
184
|
+
Workteams: Workteam[] | undefined;
|
|
185
|
+
NextToken?: string | undefined;
|
|
186
|
+
}
|
|
187
|
+
export interface Model {
|
|
188
|
+
ModelName?: string | undefined;
|
|
189
|
+
PrimaryContainer?: ContainerDefinition | undefined;
|
|
190
|
+
Containers?: ContainerDefinition[] | undefined;
|
|
191
|
+
InferenceExecutionConfig?: InferenceExecutionConfig | undefined;
|
|
192
|
+
ExecutionRoleArn?: string | undefined;
|
|
193
|
+
VpcConfig?: VpcConfig | undefined;
|
|
194
|
+
CreationTime?: Date | undefined;
|
|
195
|
+
ModelArn?: string | undefined;
|
|
196
|
+
EnableNetworkIsolation?: boolean | undefined;
|
|
197
|
+
Tags?: Tag[] | undefined;
|
|
198
|
+
DeploymentRecommendation?: DeploymentRecommendation | undefined;
|
|
199
|
+
}
|
|
200
|
+
export interface ModelCard {
|
|
201
|
+
ModelCardArn?: string | undefined;
|
|
202
|
+
ModelCardName?: string | undefined;
|
|
203
|
+
ModelCardVersion?: number | undefined;
|
|
204
|
+
Content?: string | undefined;
|
|
205
|
+
ModelCardStatus?: ModelCardStatus | undefined;
|
|
206
|
+
SecurityConfig?: ModelCardSecurityConfig | undefined;
|
|
207
|
+
CreationTime?: Date | undefined;
|
|
208
|
+
CreatedBy?: UserContext | undefined;
|
|
209
|
+
LastModifiedTime?: Date | undefined;
|
|
210
|
+
LastModifiedBy?: UserContext | undefined;
|
|
211
|
+
Tags?: Tag[] | undefined;
|
|
212
|
+
ModelId?: string | undefined;
|
|
213
|
+
RiskRating?: string | undefined;
|
|
214
|
+
ModelPackageGroupName?: string | undefined;
|
|
215
|
+
}
|
|
216
|
+
export interface ModelDashboardEndpoint {
|
|
217
|
+
EndpointName: string | undefined;
|
|
218
|
+
EndpointArn: string | undefined;
|
|
219
|
+
CreationTime: Date | undefined;
|
|
220
|
+
LastModifiedTime: Date | undefined;
|
|
221
|
+
EndpointStatus: EndpointStatus | undefined;
|
|
222
|
+
}
|
|
223
|
+
export interface TransformJob {
|
|
224
|
+
TransformJobName?: string | undefined;
|
|
225
|
+
TransformJobArn?: string | undefined;
|
|
226
|
+
TransformJobStatus?: TransformJobStatus | undefined;
|
|
227
|
+
FailureReason?: string | undefined;
|
|
228
|
+
ModelName?: string | undefined;
|
|
229
|
+
MaxConcurrentTransforms?: number | undefined;
|
|
230
|
+
ModelClientConfig?: ModelClientConfig | undefined;
|
|
231
|
+
MaxPayloadInMB?: number | undefined;
|
|
232
|
+
BatchStrategy?: BatchStrategy | undefined;
|
|
233
|
+
Environment?: Record<string, string> | undefined;
|
|
234
|
+
TransformInput?: TransformInput | undefined;
|
|
235
|
+
TransformOutput?: TransformOutput | undefined;
|
|
236
|
+
DataCaptureConfig?: BatchDataCaptureConfig | undefined;
|
|
237
|
+
TransformResources?: TransformResources | undefined;
|
|
238
|
+
CreationTime?: Date | undefined;
|
|
239
|
+
TransformStartTime?: Date | undefined;
|
|
240
|
+
TransformEndTime?: Date | undefined;
|
|
241
|
+
LabelingJobArn?: string | undefined;
|
|
242
|
+
AutoMLJobArn?: string | undefined;
|
|
243
|
+
DataProcessing?: DataProcessing | undefined;
|
|
244
|
+
ExperimentConfig?: ExperimentConfig | undefined;
|
|
245
|
+
Tags?: Tag[] | undefined;
|
|
246
|
+
}
|
|
247
|
+
export interface ModelDashboardModelCard {
|
|
248
|
+
ModelCardArn?: string | undefined;
|
|
249
|
+
ModelCardName?: string | undefined;
|
|
250
|
+
ModelCardVersion?: number | undefined;
|
|
251
|
+
ModelCardStatus?: ModelCardStatus | undefined;
|
|
252
|
+
SecurityConfig?: ModelCardSecurityConfig | undefined;
|
|
253
|
+
CreationTime?: Date | undefined;
|
|
254
|
+
CreatedBy?: UserContext | undefined;
|
|
255
|
+
LastModifiedTime?: Date | undefined;
|
|
256
|
+
LastModifiedBy?: UserContext | undefined;
|
|
257
|
+
Tags?: Tag[] | undefined;
|
|
258
|
+
ModelId?: string | undefined;
|
|
259
|
+
RiskRating?: string | undefined;
|
|
260
|
+
}
|
|
261
|
+
export interface ModelDashboardMonitoringSchedule {
|
|
262
|
+
MonitoringScheduleArn?: string | undefined;
|
|
263
|
+
MonitoringScheduleName?: string | undefined;
|
|
264
|
+
MonitoringScheduleStatus?: ScheduleStatus | undefined;
|
|
265
|
+
MonitoringType?: MonitoringType | undefined;
|
|
266
|
+
FailureReason?: string | undefined;
|
|
267
|
+
CreationTime?: Date | undefined;
|
|
268
|
+
LastModifiedTime?: Date | undefined;
|
|
269
|
+
MonitoringScheduleConfig?: MonitoringScheduleConfig | undefined;
|
|
270
|
+
EndpointName?: string | undefined;
|
|
271
|
+
MonitoringAlertSummaries?: MonitoringAlertSummary[] | undefined;
|
|
272
|
+
LastMonitoringExecutionSummary?: MonitoringExecutionSummary | undefined;
|
|
273
|
+
BatchTransformInput?: BatchTransformInput | undefined;
|
|
274
|
+
}
|
|
275
|
+
export interface ModelDashboardModel {
|
|
276
|
+
Model?: Model | undefined;
|
|
277
|
+
Endpoints?: ModelDashboardEndpoint[] | undefined;
|
|
278
|
+
LastBatchTransformJob?: TransformJob | undefined;
|
|
279
|
+
MonitoringSchedules?: ModelDashboardMonitoringSchedule[] | undefined;
|
|
280
|
+
ModelCard?: ModelDashboardModelCard | undefined;
|
|
281
|
+
}
|
|
282
|
+
export interface ModelPackage {
|
|
283
|
+
ModelPackageName?: string | undefined;
|
|
284
|
+
ModelPackageGroupName?: string | undefined;
|
|
285
|
+
ModelPackageVersion?: number | undefined;
|
|
286
|
+
ModelPackageArn?: string | undefined;
|
|
287
|
+
ModelPackageDescription?: string | undefined;
|
|
288
|
+
CreationTime?: Date | undefined;
|
|
289
|
+
InferenceSpecification?: InferenceSpecification | undefined;
|
|
290
|
+
SourceAlgorithmSpecification?: SourceAlgorithmSpecification | undefined;
|
|
291
|
+
ValidationSpecification?: ModelPackageValidationSpecification | undefined;
|
|
292
|
+
ModelPackageStatus?: ModelPackageStatus | undefined;
|
|
293
|
+
ModelPackageStatusDetails?: ModelPackageStatusDetails | undefined;
|
|
294
|
+
CertifyForMarketplace?: boolean | undefined;
|
|
295
|
+
ModelApprovalStatus?: ModelApprovalStatus | undefined;
|
|
296
|
+
CreatedBy?: UserContext | undefined;
|
|
297
|
+
MetadataProperties?: MetadataProperties | undefined;
|
|
298
|
+
ModelMetrics?: ModelMetrics | undefined;
|
|
299
|
+
LastModifiedTime?: Date | undefined;
|
|
300
|
+
LastModifiedBy?: UserContext | undefined;
|
|
301
|
+
ApprovalDescription?: string | undefined;
|
|
302
|
+
Domain?: string | undefined;
|
|
303
|
+
Task?: string | undefined;
|
|
304
|
+
SamplePayloadUrl?: string | undefined;
|
|
305
|
+
AdditionalInferenceSpecifications?:
|
|
306
|
+
| AdditionalInferenceSpecificationDefinition[]
|
|
307
|
+
| undefined;
|
|
308
|
+
SourceUri?: string | undefined;
|
|
309
|
+
SecurityConfig?: ModelPackageSecurityConfig | undefined;
|
|
310
|
+
ModelCard?: ModelPackageModelCard | undefined;
|
|
311
|
+
ModelLifeCycle?: ModelLifeCycle | undefined;
|
|
312
|
+
Tags?: Tag[] | undefined;
|
|
313
|
+
CustomerMetadataProperties?: Record<string, string> | undefined;
|
|
314
|
+
DriftCheckBaselines?: DriftCheckBaselines | undefined;
|
|
315
|
+
SkipModelValidation?: SkipModelValidation | undefined;
|
|
316
|
+
}
|
|
146
317
|
export interface ModelPackageGroup {
|
|
147
318
|
ModelPackageGroupName?: string | undefined;
|
|
148
319
|
ModelPackageGroupArn?: string | undefined;
|
|
@@ -331,6 +502,9 @@ export interface RenderUiTemplateResponse {
|
|
|
331
502
|
Errors: RenderingError[] | undefined;
|
|
332
503
|
}
|
|
333
504
|
export interface ReservedCapacityOffering {
|
|
505
|
+
ReservedCapacityType?: ReservedCapacityType | undefined;
|
|
506
|
+
UltraServerType?: string | undefined;
|
|
507
|
+
UltraServerCount?: number | undefined;
|
|
334
508
|
InstanceType: ReservedCapacityInstanceType | undefined;
|
|
335
509
|
InstanceCount: number | undefined;
|
|
336
510
|
AvailabilityZone?: string | undefined;
|
|
@@ -480,6 +654,8 @@ export interface SearchResponse {
|
|
|
480
654
|
export interface SearchTrainingPlanOfferingsRequest {
|
|
481
655
|
InstanceType?: ReservedCapacityInstanceType | undefined;
|
|
482
656
|
InstanceCount?: number | undefined;
|
|
657
|
+
UltraServerType?: string | undefined;
|
|
658
|
+
UltraServerCount?: number | undefined;
|
|
483
659
|
StartTimeAfter?: Date | undefined;
|
|
484
660
|
EndTimeBefore?: Date | undefined;
|
|
485
661
|
DurationHours: number | undefined;
|
|
@@ -1109,6 +1285,8 @@ export interface SearchRequest {
|
|
|
1109
1285
|
CrossAccountFilterOption?: CrossAccountFilterOption | undefined;
|
|
1110
1286
|
VisibilityConditions?: VisibilityConditions[] | undefined;
|
|
1111
1287
|
}
|
|
1288
|
+
export declare const ModelCardFilterSensitiveLog: (obj: ModelCard) => any;
|
|
1289
|
+
export declare const ModelPackageFilterSensitiveLog: (obj: ModelPackage) => any;
|
|
1112
1290
|
export declare const SearchRecordFilterSensitiveLog: (obj: SearchRecord) => any;
|
|
1113
1291
|
export declare const SearchResponseFilterSensitiveLog: (
|
|
1114
1292
|
obj: SearchResponse
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListUltraServersByReservedCapacityCommandInput,
|
|
4
|
+
ListUltraServersByReservedCapacityCommandOutput,
|
|
5
|
+
} from "../commands/ListUltraServersByReservedCapacityCommand";
|
|
6
|
+
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListUltraServersByReservedCapacity: (
|
|
8
|
+
config: SageMakerPaginationConfiguration,
|
|
9
|
+
input: ListUltraServersByReservedCapacityCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListUltraServersByReservedCapacityCommandOutput>;
|
|
@@ -77,6 +77,7 @@ export * from "./ListTrainingPlansPaginator";
|
|
|
77
77
|
export * from "./ListTransformJobsPaginator";
|
|
78
78
|
export * from "./ListTrialComponentsPaginator";
|
|
79
79
|
export * from "./ListTrialsPaginator";
|
|
80
|
+
export * from "./ListUltraServersByReservedCapacityPaginator";
|
|
80
81
|
export * from "./ListUserProfilesPaginator";
|
|
81
82
|
export * from "./ListWorkforcesPaginator";
|
|
82
83
|
export * from "./ListWorkteamsPaginator";
|
|
@@ -747,6 +747,10 @@ import {
|
|
|
747
747
|
DescribeProjectCommandInput,
|
|
748
748
|
DescribeProjectCommandOutput,
|
|
749
749
|
} from "../commands/DescribeProjectCommand";
|
|
750
|
+
import {
|
|
751
|
+
DescribeReservedCapacityCommandInput,
|
|
752
|
+
DescribeReservedCapacityCommandOutput,
|
|
753
|
+
} from "../commands/DescribeReservedCapacityCommand";
|
|
750
754
|
import {
|
|
751
755
|
DescribeSpaceCommandInput,
|
|
752
756
|
DescribeSpaceCommandOutput,
|
|
@@ -1155,6 +1159,10 @@ import {
|
|
|
1155
1159
|
ListTrialsCommandInput,
|
|
1156
1160
|
ListTrialsCommandOutput,
|
|
1157
1161
|
} from "../commands/ListTrialsCommand";
|
|
1162
|
+
import {
|
|
1163
|
+
ListUltraServersByReservedCapacityCommandInput,
|
|
1164
|
+
ListUltraServersByReservedCapacityCommandOutput,
|
|
1165
|
+
} from "../commands/ListUltraServersByReservedCapacityCommand";
|
|
1158
1166
|
import {
|
|
1159
1167
|
ListUserProfilesCommandInput,
|
|
1160
1168
|
ListUserProfilesCommandOutput,
|
|
@@ -2215,6 +2223,10 @@ export declare const se_DescribeProjectCommand: (
|
|
|
2215
2223
|
input: DescribeProjectCommandInput,
|
|
2216
2224
|
context: __SerdeContext
|
|
2217
2225
|
) => Promise<__HttpRequest>;
|
|
2226
|
+
export declare const se_DescribeReservedCapacityCommand: (
|
|
2227
|
+
input: DescribeReservedCapacityCommandInput,
|
|
2228
|
+
context: __SerdeContext
|
|
2229
|
+
) => Promise<__HttpRequest>;
|
|
2218
2230
|
export declare const se_DescribeSpaceCommand: (
|
|
2219
2231
|
input: DescribeSpaceCommandInput,
|
|
2220
2232
|
context: __SerdeContext
|
|
@@ -2623,6 +2635,10 @@ export declare const se_ListTrialsCommand: (
|
|
|
2623
2635
|
input: ListTrialsCommandInput,
|
|
2624
2636
|
context: __SerdeContext
|
|
2625
2637
|
) => Promise<__HttpRequest>;
|
|
2638
|
+
export declare const se_ListUltraServersByReservedCapacityCommand: (
|
|
2639
|
+
input: ListUltraServersByReservedCapacityCommandInput,
|
|
2640
|
+
context: __SerdeContext
|
|
2641
|
+
) => Promise<__HttpRequest>;
|
|
2626
2642
|
export declare const se_ListUserProfilesCommand: (
|
|
2627
2643
|
input: ListUserProfilesCommandInput,
|
|
2628
2644
|
context: __SerdeContext
|
|
@@ -3683,6 +3699,10 @@ export declare const de_DescribeProjectCommand: (
|
|
|
3683
3699
|
output: __HttpResponse,
|
|
3684
3700
|
context: __SerdeContext
|
|
3685
3701
|
) => Promise<DescribeProjectCommandOutput>;
|
|
3702
|
+
export declare const de_DescribeReservedCapacityCommand: (
|
|
3703
|
+
output: __HttpResponse,
|
|
3704
|
+
context: __SerdeContext
|
|
3705
|
+
) => Promise<DescribeReservedCapacityCommandOutput>;
|
|
3686
3706
|
export declare const de_DescribeSpaceCommand: (
|
|
3687
3707
|
output: __HttpResponse,
|
|
3688
3708
|
context: __SerdeContext
|
|
@@ -4091,6 +4111,10 @@ export declare const de_ListTrialsCommand: (
|
|
|
4091
4111
|
output: __HttpResponse,
|
|
4092
4112
|
context: __SerdeContext
|
|
4093
4113
|
) => Promise<ListTrialsCommandOutput>;
|
|
4114
|
+
export declare const de_ListUltraServersByReservedCapacityCommand: (
|
|
4115
|
+
output: __HttpResponse,
|
|
4116
|
+
context: __SerdeContext
|
|
4117
|
+
) => Promise<ListUltraServersByReservedCapacityCommandOutput>;
|
|
4094
4118
|
export declare const de_ListUserProfilesCommand: (
|
|
4095
4119
|
output: __HttpResponse,
|
|
4096
4120
|
context: __SerdeContext
|
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.
|
|
4
|
+
"version": "3.864.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",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.864.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.864.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.862.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.862.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.862.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.864.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.862.0",
|
|
30
30
|
"@aws-sdk/types": "3.862.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.862.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.862.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.864.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.5",
|
|
35
35
|
"@smithy/core": "^3.8.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.1.1",
|