@aws-sdk/client-sagemaker 3.600.0 → 3.606.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 (75) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +171 -37
  3. package/dist-es/SageMaker.js +4 -0
  4. package/dist-es/commands/CreateHubContentReferenceCommand.js +24 -0
  5. package/dist-es/commands/DeleteHubContentReferenceCommand.js +24 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/models/models_1.js +15 -0
  8. package/dist-es/models/models_2.js +5 -24
  9. package/dist-es/models/models_3.js +24 -8
  10. package/dist-es/models/models_4.js +8 -0
  11. package/dist-es/protocols/Aws_json1_1.js +76 -0
  12. package/dist-types/SageMaker.d.ts +14 -0
  13. package/dist-types/SageMakerClient.d.ts +4 -2
  14. package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +3 -0
  15. package/dist-types/commands/CreateAlgorithmCommand.d.ts +3 -0
  16. package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateDomainCommand.d.ts +8 -0
  18. package/dist-types/commands/CreateHubCommand.d.ts +0 -3
  19. package/dist-types/commands/CreateHubContentReferenceCommand.d.ts +80 -0
  20. package/dist-types/commands/CreateModelCommand.d.ts +6 -0
  21. package/dist-types/commands/CreateModelPackageCommand.d.ts +9 -0
  22. package/dist-types/commands/CreateProjectCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateUserProfileCommand.d.ts +8 -0
  24. package/dist-types/commands/DeleteHubCommand.d.ts +0 -3
  25. package/dist-types/commands/DeleteHubContentCommand.d.ts +1 -4
  26. package/dist-types/commands/DeleteHubContentReferenceCommand.d.ts +63 -0
  27. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +3 -0
  28. package/dist-types/commands/DescribeDomainCommand.d.ts +8 -0
  29. package/dist-types/commands/DescribeHubCommand.d.ts +1 -4
  30. package/dist-types/commands/DescribeHubContentCommand.d.ts +5 -5
  31. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +4 -4
  32. package/dist-types/commands/DescribeModelCommand.d.ts +6 -0
  33. package/dist-types/commands/DescribeModelPackageCommand.d.ts +9 -0
  34. package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +2 -1
  35. package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeUserProfileCommand.d.ts +8 -0
  37. package/dist-types/commands/ImportHubContentCommand.d.ts +1 -4
  38. package/dist-types/commands/ListHubContentVersionsCommand.d.ts +5 -5
  39. package/dist-types/commands/ListHubContentsCommand.d.ts +5 -5
  40. package/dist-types/commands/ListHubsCommand.d.ts +0 -3
  41. package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +4 -4
  42. package/dist-types/commands/ListModelsCommand.d.ts +2 -1
  43. package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
  44. package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +1 -2
  45. package/dist-types/commands/SearchCommand.d.ts +9 -0
  46. package/dist-types/commands/UpdateDomainCommand.d.ts +8 -0
  47. package/dist-types/commands/UpdateHubCommand.d.ts +0 -3
  48. package/dist-types/commands/UpdateModelPackageCommand.d.ts +6 -0
  49. package/dist-types/commands/UpdateUserProfileCommand.d.ts +8 -0
  50. package/dist-types/commands/index.d.ts +2 -0
  51. package/dist-types/models/models_0.d.ts +18 -12
  52. package/dist-types/models/models_1.d.ts +100 -81
  53. package/dist-types/models/models_2.d.ts +134 -345
  54. package/dist-types/models/models_3.d.ts +356 -162
  55. package/dist-types/models/models_4.d.ts +162 -2
  56. package/dist-types/protocols/Aws_json1_1.d.ts +18 -0
  57. package/dist-types/ts3.4/SageMaker.d.ts +34 -0
  58. package/dist-types/ts3.4/SageMakerClient.d.ts +12 -0
  59. package/dist-types/ts3.4/commands/CreateCodeRepositoryCommand.d.ts +2 -4
  60. package/dist-types/ts3.4/commands/CreateHubContentReferenceCommand.d.ts +40 -0
  61. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/DeleteHubContentReferenceCommand.d.ts +36 -0
  63. package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +2 -4
  64. package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/ListMonitoringAlertsCommand.d.ts +4 -2
  68. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  69. package/dist-types/ts3.4/models/models_0.d.ts +4 -3
  70. package/dist-types/ts3.4/models/models_1.d.ts +36 -21
  71. package/dist-types/ts3.4/models/models_2.d.ts +42 -96
  72. package/dist-types/ts3.4/models/models_3.d.ts +91 -45
  73. package/dist-types/ts3.4/models/models_4.d.ts +47 -5
  74. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
  75. package/package.json +3 -3
@@ -71,7 +71,6 @@ import {
71
71
  VpcConfig,
72
72
  } from "./models_0";
73
73
  import {
74
- _InstanceType,
75
74
  DataCaptureConfig,
76
75
  DataQualityAppSpecification,
77
76
  DataQualityBaselineConfig,
@@ -79,14 +78,12 @@ import {
79
78
  DefaultSpaceSettings,
80
79
  DeploymentConfig,
81
80
  DeviceSelectionConfig,
82
- DirectInternetAccess,
83
81
  DomainSettings,
84
82
  DriftCheckBaselines,
85
83
  EdgeDeploymentConfig,
86
84
  EdgeDeploymentModelConfig,
87
85
  EdgeOutputConfig,
88
86
  EdgePresetDeploymentType,
89
- EFSFileSystem,
90
87
  EndpointInfo,
91
88
  ExperimentConfig,
92
89
  ExplainerConfig,
@@ -108,7 +105,6 @@ import {
108
105
  InferenceExperimentSchedule,
109
106
  InferenceExperimentType,
110
107
  InputConfig,
111
- InstanceMetadataServiceConfiguration,
112
108
  JobType,
113
109
  JupyterServerAppSettings,
114
110
  KernelGatewayAppSettings,
@@ -136,15 +132,11 @@ import {
136
132
  MonitoringNetworkConfig,
137
133
  MonitoringOutputConfig,
138
134
  MonitoringResources,
139
- MonitoringScheduleConfig,
140
135
  MonitoringStoppingCondition,
141
- MonitoringType,
142
136
  NeoVpcConfig,
143
- NotebookInstanceAcceleratorType,
144
137
  OfflineStoreConfig,
145
138
  OnlineStoreConfig,
146
139
  OutputConfig,
147
- OwnershipSettings,
148
140
  ProcessingInstanceType,
149
141
  Processor,
150
142
  ProductionVariant,
@@ -156,16 +148,36 @@ import {
156
148
  RecommendationJobStoppingConditions,
157
149
  RecommendationJobType,
158
150
  RetryStrategy,
159
- RootAccess,
151
+ ServiceCatalogProvisioningDetails,
160
152
  ShadowModeConfig,
161
153
  SkipModelValidation,
162
154
  SourceAlgorithmSpecification,
163
- SpaceCodeEditorAppSettings,
164
155
  ThroughputMode,
165
156
  TrackingServerSize,
166
157
  UserSettings,
167
158
  VendorGuidance,
168
159
  } from "./models_1";
160
+ export interface CreateProjectInput {
161
+ ProjectName: string | undefined;
162
+ ProjectDescription?: string;
163
+ ServiceCatalogProvisioningDetails:
164
+ | ServiceCatalogProvisioningDetails
165
+ | undefined;
166
+ Tags?: Tag[];
167
+ }
168
+ export interface CreateProjectOutput {
169
+ ProjectArn: string | undefined;
170
+ ProjectId: string | undefined;
171
+ }
172
+ export interface OwnershipSettings {
173
+ OwnerUserProfileName: string | undefined;
174
+ }
175
+ export interface SpaceCodeEditorAppSettings {
176
+ DefaultResourceSpec?: ResourceSpec;
177
+ }
178
+ export interface EFSFileSystem {
179
+ FileSystemId: string | undefined;
180
+ }
169
181
  export type CustomFileSystem =
170
182
  | CustomFileSystem.EFSFileSystemMember
171
183
  | CustomFileSystem.$UnknownMember;
@@ -642,6 +654,7 @@ export interface DeleteHubRequest {
642
654
  }
643
655
  export declare const HubContentType: {
644
656
  readonly MODEL: "Model";
657
+ readonly MODEL_REFERENCE: "ModelReference";
645
658
  readonly NOTEBOOK: "Notebook";
646
659
  };
647
660
  export type HubContentType =
@@ -652,6 +665,11 @@ export interface DeleteHubContentRequest {
652
665
  HubContentName: string | undefined;
653
666
  HubContentVersion: string | undefined;
654
667
  }
668
+ export interface DeleteHubContentReferenceRequest {
669
+ HubName: string | undefined;
670
+ HubContentType: HubContentType | undefined;
671
+ HubContentName: string | undefined;
672
+ }
655
673
  export interface DeleteHumanTaskUiRequest {
656
674
  HumanTaskUiName: string | undefined;
657
675
  }
@@ -1446,6 +1464,12 @@ export declare const HubContentStatus: {
1446
1464
  };
1447
1465
  export type HubContentStatus =
1448
1466
  (typeof HubContentStatus)[keyof typeof HubContentStatus];
1467
+ export declare const HubContentSupportStatus: {
1468
+ readonly DEPRECATED: "Deprecated";
1469
+ readonly SUPPORTED: "Supported";
1470
+ };
1471
+ export type HubContentSupportStatus =
1472
+ (typeof HubContentSupportStatus)[keyof typeof HubContentSupportStatus];
1449
1473
  export interface DescribeHubContentResponse {
1450
1474
  HubContentName: string | undefined;
1451
1475
  HubContentArn: string | undefined;
@@ -1458,6 +1482,9 @@ export interface DescribeHubContentResponse {
1458
1482
  HubContentDescription?: string;
1459
1483
  HubContentMarkdown?: string;
1460
1484
  HubContentDocument: string | undefined;
1485
+ SageMakerPublicHubContentArn?: string;
1486
+ ReferenceMinVersion?: string;
1487
+ SupportStatus?: HubContentSupportStatus;
1461
1488
  HubContentSearchKeywords?: string[];
1462
1489
  HubContentDependencies?: HubContentDependency[];
1463
1490
  HubContentStatus: HubContentStatus | undefined;
@@ -1734,10 +1761,10 @@ export interface EndpointOutputConfiguration {
1734
1761
  ServerlessConfig?: ProductionVariantServerlessConfig;
1735
1762
  }
1736
1763
  export interface RecommendationMetrics {
1737
- CostPerHour: number | undefined;
1738
- CostPerInference: number | undefined;
1739
- MaxInvocations: number | undefined;
1740
- ModelLatency: number | undefined;
1764
+ CostPerHour?: number;
1765
+ CostPerInference?: number;
1766
+ MaxInvocations?: number;
1767
+ ModelLatency?: number;
1741
1768
  CpuUtilization?: number;
1742
1769
  MemoryUtilization?: number;
1743
1770
  ModelSetupTime?: number;
@@ -1754,7 +1781,7 @@ export interface ModelConfiguration {
1754
1781
  }
1755
1782
  export interface InferenceRecommendation {
1756
1783
  RecommendationId?: string;
1757
- Metrics: RecommendationMetrics | undefined;
1784
+ Metrics?: RecommendationMetrics;
1758
1785
  EndpointConfiguration: EndpointOutputConfiguration | undefined;
1759
1786
  ModelConfiguration: ModelConfiguration | undefined;
1760
1787
  InvocationEndTime?: Date;
@@ -2084,87 +2111,6 @@ export interface DescribeModelQualityJobDefinitionResponse {
2084
2111
  export interface DescribeMonitoringScheduleRequest {
2085
2112
  MonitoringScheduleName: string | undefined;
2086
2113
  }
2087
- export declare const ExecutionStatus: {
2088
- readonly COMPLETED: "Completed";
2089
- readonly COMPLETED_WITH_VIOLATIONS: "CompletedWithViolations";
2090
- readonly FAILED: "Failed";
2091
- readonly IN_PROGRESS: "InProgress";
2092
- readonly PENDING: "Pending";
2093
- readonly STOPPED: "Stopped";
2094
- readonly STOPPING: "Stopping";
2095
- };
2096
- export type ExecutionStatus =
2097
- (typeof ExecutionStatus)[keyof typeof ExecutionStatus];
2098
- export interface MonitoringExecutionSummary {
2099
- MonitoringScheduleName: string | undefined;
2100
- ScheduledTime: Date | undefined;
2101
- CreationTime: Date | undefined;
2102
- LastModifiedTime: Date | undefined;
2103
- MonitoringExecutionStatus: ExecutionStatus | undefined;
2104
- ProcessingJobArn?: string;
2105
- EndpointName?: string;
2106
- FailureReason?: string;
2107
- MonitoringJobDefinitionName?: string;
2108
- MonitoringType?: MonitoringType;
2109
- }
2110
- export declare const ScheduleStatus: {
2111
- readonly FAILED: "Failed";
2112
- readonly PENDING: "Pending";
2113
- readonly SCHEDULED: "Scheduled";
2114
- readonly STOPPED: "Stopped";
2115
- };
2116
- export type ScheduleStatus =
2117
- (typeof ScheduleStatus)[keyof typeof ScheduleStatus];
2118
- export interface DescribeMonitoringScheduleResponse {
2119
- MonitoringScheduleArn: string | undefined;
2120
- MonitoringScheduleName: string | undefined;
2121
- MonitoringScheduleStatus: ScheduleStatus | undefined;
2122
- MonitoringType?: MonitoringType;
2123
- FailureReason?: string;
2124
- CreationTime: Date | undefined;
2125
- LastModifiedTime: Date | undefined;
2126
- MonitoringScheduleConfig: MonitoringScheduleConfig | undefined;
2127
- EndpointName?: string;
2128
- LastMonitoringExecutionSummary?: MonitoringExecutionSummary;
2129
- }
2130
- export interface DescribeNotebookInstanceInput {
2131
- NotebookInstanceName: string | undefined;
2132
- }
2133
- export declare const NotebookInstanceStatus: {
2134
- readonly Deleting: "Deleting";
2135
- readonly Failed: "Failed";
2136
- readonly InService: "InService";
2137
- readonly Pending: "Pending";
2138
- readonly Stopped: "Stopped";
2139
- readonly Stopping: "Stopping";
2140
- readonly Updating: "Updating";
2141
- };
2142
- export type NotebookInstanceStatus =
2143
- (typeof NotebookInstanceStatus)[keyof typeof NotebookInstanceStatus];
2144
- export interface DescribeNotebookInstanceOutput {
2145
- NotebookInstanceArn?: string;
2146
- NotebookInstanceName?: string;
2147
- NotebookInstanceStatus?: NotebookInstanceStatus;
2148
- FailureReason?: string;
2149
- Url?: string;
2150
- InstanceType?: _InstanceType;
2151
- SubnetId?: string;
2152
- SecurityGroups?: string[];
2153
- RoleArn?: string;
2154
- KmsKeyId?: string;
2155
- NetworkInterfaceId?: string;
2156
- LastModifiedTime?: Date;
2157
- CreationTime?: Date;
2158
- NotebookInstanceLifecycleConfigName?: string;
2159
- DirectInternetAccess?: DirectInternetAccess;
2160
- VolumeSizeInGB?: number;
2161
- AcceleratorTypes?: NotebookInstanceAcceleratorType[];
2162
- DefaultCodeRepository?: string;
2163
- AdditionalCodeRepositories?: string[];
2164
- RootAccess?: RootAccess;
2165
- PlatformIdentifier?: string;
2166
- InstanceMetadataServiceConfiguration?: InstanceMetadataServiceConfiguration;
2167
- }
2168
2114
  export declare const OidcConfigFilterSensitiveLog: (obj: OidcConfig) => any;
2169
2115
  export declare const CreateWorkforceRequestFilterSensitiveLog: (
2170
2116
  obj: CreateWorkforceRequest
@@ -49,6 +49,8 @@ import {
49
49
  VpcConfig,
50
50
  } from "./models_0";
51
51
  import {
52
+ _InstanceType,
53
+ DirectInternetAccess,
52
54
  DockerSettings,
53
55
  EdgeOutputConfig,
54
56
  ExecutionRoleIdentityConfig,
@@ -61,15 +63,16 @@ import {
61
63
  HyperParameterTuningJobWarmStartConfig,
62
64
  InferenceExperimentSchedule,
63
65
  InferenceExperimentType,
66
+ InstanceMetadataServiceConfiguration,
64
67
  LabelingJobInputConfig,
65
68
  ModelCardStatus,
66
69
  MonitoringScheduleConfig,
67
70
  MonitoringType,
68
71
  NetworkConfig,
72
+ NotebookInstanceAcceleratorType,
69
73
  NotebookInstanceLifecycleHook,
70
74
  OfflineStoreConfig,
71
75
  OnlineStoreConfig,
72
- OwnershipSettings,
73
76
  ParallelismConfiguration,
74
77
  ProcessingInput,
75
78
  ProcessingOutputConfig,
@@ -78,6 +81,7 @@ import {
78
81
  RecommendationJobType,
79
82
  ResourceLimits,
80
83
  RetryStrategy,
84
+ RootAccess,
81
85
  ServiceCatalogProvisioningDetails,
82
86
  UserSettings,
83
87
  } from "./models_1";
@@ -98,6 +102,7 @@ import {
98
102
  FeatureParameter,
99
103
  FlowDefinitionStatus,
100
104
  HubContentStatus,
105
+ HubContentSupportStatus,
101
106
  HubContentType,
102
107
  HubStatus,
103
108
  HyperParameterTrainingJobSummary,
@@ -121,11 +126,11 @@ import {
121
126
  ModelClientConfig,
122
127
  ModelConfiguration,
123
128
  ModelPackageGroupStatus,
124
- MonitoringExecutionSummary,
125
129
  NotificationConfiguration,
126
130
  ObjectiveStatusCounters,
127
131
  OfflineStoreStatus,
128
132
  OfflineStoreStatusValue,
133
+ OwnershipSettings,
129
134
  ProductionVariantSummary,
130
135
  ProfilerConfig,
131
136
  ProfilerRuleConfiguration,
@@ -133,7 +138,6 @@ import {
133
138
  RecommendationMetrics,
134
139
  RemoteDebugConfig,
135
140
  RuleEvaluationStatus,
136
- ScheduleStatus,
137
141
  SourceIpConfig,
138
142
  SpaceSettings,
139
143
  SpaceSharingSettings,
@@ -147,6 +151,87 @@ import {
147
151
  TrialComponentStatus,
148
152
  WorkerAccessConfiguration,
149
153
  } from "./models_2";
154
+ export declare const ExecutionStatus: {
155
+ readonly COMPLETED: "Completed";
156
+ readonly COMPLETED_WITH_VIOLATIONS: "CompletedWithViolations";
157
+ readonly FAILED: "Failed";
158
+ readonly IN_PROGRESS: "InProgress";
159
+ readonly PENDING: "Pending";
160
+ readonly STOPPED: "Stopped";
161
+ readonly STOPPING: "Stopping";
162
+ };
163
+ export type ExecutionStatus =
164
+ (typeof ExecutionStatus)[keyof typeof ExecutionStatus];
165
+ export interface MonitoringExecutionSummary {
166
+ MonitoringScheduleName: string | undefined;
167
+ ScheduledTime: Date | undefined;
168
+ CreationTime: Date | undefined;
169
+ LastModifiedTime: Date | undefined;
170
+ MonitoringExecutionStatus: ExecutionStatus | undefined;
171
+ ProcessingJobArn?: string;
172
+ EndpointName?: string;
173
+ FailureReason?: string;
174
+ MonitoringJobDefinitionName?: string;
175
+ MonitoringType?: MonitoringType;
176
+ }
177
+ export declare const ScheduleStatus: {
178
+ readonly FAILED: "Failed";
179
+ readonly PENDING: "Pending";
180
+ readonly SCHEDULED: "Scheduled";
181
+ readonly STOPPED: "Stopped";
182
+ };
183
+ export type ScheduleStatus =
184
+ (typeof ScheduleStatus)[keyof typeof ScheduleStatus];
185
+ export interface DescribeMonitoringScheduleResponse {
186
+ MonitoringScheduleArn: string | undefined;
187
+ MonitoringScheduleName: string | undefined;
188
+ MonitoringScheduleStatus: ScheduleStatus | undefined;
189
+ MonitoringType?: MonitoringType;
190
+ FailureReason?: string;
191
+ CreationTime: Date | undefined;
192
+ LastModifiedTime: Date | undefined;
193
+ MonitoringScheduleConfig: MonitoringScheduleConfig | undefined;
194
+ EndpointName?: string;
195
+ LastMonitoringExecutionSummary?: MonitoringExecutionSummary;
196
+ }
197
+ export interface DescribeNotebookInstanceInput {
198
+ NotebookInstanceName: string | undefined;
199
+ }
200
+ export declare const NotebookInstanceStatus: {
201
+ readonly Deleting: "Deleting";
202
+ readonly Failed: "Failed";
203
+ readonly InService: "InService";
204
+ readonly Pending: "Pending";
205
+ readonly Stopped: "Stopped";
206
+ readonly Stopping: "Stopping";
207
+ readonly Updating: "Updating";
208
+ };
209
+ export type NotebookInstanceStatus =
210
+ (typeof NotebookInstanceStatus)[keyof typeof NotebookInstanceStatus];
211
+ export interface DescribeNotebookInstanceOutput {
212
+ NotebookInstanceArn?: string;
213
+ NotebookInstanceName?: string;
214
+ NotebookInstanceStatus?: NotebookInstanceStatus;
215
+ FailureReason?: string;
216
+ Url?: string;
217
+ InstanceType?: _InstanceType;
218
+ SubnetId?: string;
219
+ SecurityGroups?: string[];
220
+ RoleArn?: string;
221
+ KmsKeyId?: string;
222
+ NetworkInterfaceId?: string;
223
+ LastModifiedTime?: Date;
224
+ CreationTime?: Date;
225
+ NotebookInstanceLifecycleConfigName?: string;
226
+ DirectInternetAccess?: DirectInternetAccess;
227
+ VolumeSizeInGB?: number;
228
+ AcceleratorTypes?: NotebookInstanceAcceleratorType[];
229
+ DefaultCodeRepository?: string;
230
+ AdditionalCodeRepositories?: string[];
231
+ RootAccess?: RootAccess;
232
+ PlatformIdentifier?: string;
233
+ InstanceMetadataServiceConfiguration?: InstanceMetadataServiceConfiguration;
234
+ }
150
235
  export interface DescribeNotebookInstanceLifecycleConfigInput {
151
236
  NotebookInstanceLifecycleConfigName: string | undefined;
152
237
  }
@@ -1091,14 +1176,17 @@ export interface GitConfigForUpdate {
1091
1176
  export interface HubContentInfo {
1092
1177
  HubContentName: string | undefined;
1093
1178
  HubContentArn: string | undefined;
1179
+ SageMakerPublicHubContentArn?: string;
1094
1180
  HubContentVersion: string | undefined;
1095
1181
  HubContentType: HubContentType | undefined;
1096
1182
  DocumentSchemaVersion: string | undefined;
1097
1183
  HubContentDisplayName?: string;
1098
1184
  HubContentDescription?: string;
1185
+ SupportStatus?: HubContentSupportStatus;
1099
1186
  HubContentSearchKeywords?: string[];
1100
1187
  HubContentStatus: HubContentStatus | undefined;
1101
1188
  CreationTime: Date | undefined;
1189
+ OriginalCreationTime?: Date;
1102
1190
  }
1103
1191
  export declare const HubContentSortBy: {
1104
1192
  readonly CREATION_TIME: "CreationTime";
@@ -2304,45 +2392,3 @@ export interface ModelSummary {
2304
2392
  ModelArn: string | undefined;
2305
2393
  CreationTime: Date | undefined;
2306
2394
  }
2307
- export interface ListModelsOutput {
2308
- Models: ModelSummary[] | undefined;
2309
- NextToken?: string;
2310
- }
2311
- export declare const MonitoringAlertHistorySortKey: {
2312
- readonly CreationTime: "CreationTime";
2313
- readonly Status: "Status";
2314
- };
2315
- export type MonitoringAlertHistorySortKey =
2316
- (typeof MonitoringAlertHistorySortKey)[keyof typeof MonitoringAlertHistorySortKey];
2317
- export declare const MonitoringAlertStatus: {
2318
- readonly IN_ALERT: "InAlert";
2319
- readonly OK: "OK";
2320
- };
2321
- export type MonitoringAlertStatus =
2322
- (typeof MonitoringAlertStatus)[keyof typeof MonitoringAlertStatus];
2323
- export interface ListMonitoringAlertHistoryRequest {
2324
- MonitoringScheduleName?: string;
2325
- MonitoringAlertName?: string;
2326
- SortBy?: MonitoringAlertHistorySortKey;
2327
- SortOrder?: SortOrder;
2328
- NextToken?: string;
2329
- MaxResults?: number;
2330
- CreationTimeBefore?: Date;
2331
- CreationTimeAfter?: Date;
2332
- StatusEquals?: MonitoringAlertStatus;
2333
- }
2334
- export interface MonitoringAlertHistorySummary {
2335
- MonitoringScheduleName: string | undefined;
2336
- MonitoringAlertName: string | undefined;
2337
- CreationTime: Date | undefined;
2338
- AlertStatus: MonitoringAlertStatus | undefined;
2339
- }
2340
- export interface ListMonitoringAlertHistoryResponse {
2341
- MonitoringAlertHistory?: MonitoringAlertHistorySummary[];
2342
- NextToken?: string;
2343
- }
2344
- export interface ListMonitoringAlertsRequest {
2345
- MonitoringScheduleName: string | undefined;
2346
- NextToken?: string;
2347
- MaxResults?: number;
2348
- }
@@ -93,7 +93,6 @@ import {
93
93
  DebugRuleEvaluationStatus,
94
94
  DeploymentRecommendation,
95
95
  EndpointStatus,
96
- ExecutionStatus,
97
96
  FeatureParameter,
98
97
  HyperParameterTrainingJobSummary,
99
98
  MemberDefinition,
@@ -101,13 +100,10 @@ import {
101
100
  ModelClientConfig,
102
101
  ModelPackageGroupStatus,
103
102
  ModelPackageStatusDetails,
104
- MonitoringExecutionSummary,
105
- NotebookInstanceStatus,
106
103
  NotificationConfiguration,
107
104
  OidcConfig,
108
105
  ProfilerConfig,
109
106
  ProfilerRuleConfiguration,
110
- ScheduleStatus,
111
107
  SharingType,
112
108
  SourceIpConfig,
113
109
  SpaceSettings,
@@ -130,6 +126,7 @@ import {
130
126
  Edge,
131
127
  EMRStepMetadata,
132
128
  Endpoint,
129
+ ExecutionStatus,
133
130
  Experiment,
134
131
  FailStepMetadata,
135
132
  FeatureGroup,
@@ -141,13 +138,16 @@ import {
141
138
  LambdaStepMetadata,
142
139
  LineageType,
143
140
  MetricData,
144
- MonitoringAlertStatus,
141
+ ModelSummary,
142
+ MonitoringExecutionSummary,
143
+ NotebookInstanceStatus,
145
144
  PipelineExecutionStatus,
146
145
  PipelineExperimentConfig,
147
146
  PipelineStatus,
148
147
  ProcessingJobStatus,
149
148
  ProjectStatus,
150
149
  ResourceType,
150
+ ScheduleStatus,
151
151
  SecondaryStatus,
152
152
  SecondaryStatusTransition,
153
153
  SelectiveExecutionConfig,
@@ -166,6 +166,48 @@ import {
166
166
  Workforce,
167
167
  Workteam,
168
168
  } from "./models_3";
169
+ export interface ListModelsOutput {
170
+ Models: ModelSummary[] | undefined;
171
+ NextToken?: string;
172
+ }
173
+ export declare const MonitoringAlertHistorySortKey: {
174
+ readonly CreationTime: "CreationTime";
175
+ readonly Status: "Status";
176
+ };
177
+ export type MonitoringAlertHistorySortKey =
178
+ (typeof MonitoringAlertHistorySortKey)[keyof typeof MonitoringAlertHistorySortKey];
179
+ export declare const MonitoringAlertStatus: {
180
+ readonly IN_ALERT: "InAlert";
181
+ readonly OK: "OK";
182
+ };
183
+ export type MonitoringAlertStatus =
184
+ (typeof MonitoringAlertStatus)[keyof typeof MonitoringAlertStatus];
185
+ export interface ListMonitoringAlertHistoryRequest {
186
+ MonitoringScheduleName?: string;
187
+ MonitoringAlertName?: string;
188
+ SortBy?: MonitoringAlertHistorySortKey;
189
+ SortOrder?: SortOrder;
190
+ NextToken?: string;
191
+ MaxResults?: number;
192
+ CreationTimeBefore?: Date;
193
+ CreationTimeAfter?: Date;
194
+ StatusEquals?: MonitoringAlertStatus;
195
+ }
196
+ export interface MonitoringAlertHistorySummary {
197
+ MonitoringScheduleName: string | undefined;
198
+ MonitoringAlertName: string | undefined;
199
+ CreationTime: Date | undefined;
200
+ AlertStatus: MonitoringAlertStatus | undefined;
201
+ }
202
+ export interface ListMonitoringAlertHistoryResponse {
203
+ MonitoringAlertHistory?: MonitoringAlertHistorySummary[];
204
+ NextToken?: string;
205
+ }
206
+ export interface ListMonitoringAlertsRequest {
207
+ MonitoringScheduleName: string | undefined;
208
+ NextToken?: string;
209
+ MaxResults?: number;
210
+ }
169
211
  export interface ModelDashboardIndicatorAction {
170
212
  Enabled?: boolean;
171
213
  }
@@ -111,6 +111,10 @@ import {
111
111
  CreateHubCommandInput,
112
112
  CreateHubCommandOutput,
113
113
  } from "../commands/CreateHubCommand";
114
+ import {
115
+ CreateHubContentReferenceCommandInput,
116
+ CreateHubContentReferenceCommandOutput,
117
+ } from "../commands/CreateHubContentReferenceCommand";
114
118
  import {
115
119
  CreateHumanTaskUiCommandInput,
116
120
  CreateHumanTaskUiCommandOutput,
@@ -339,6 +343,10 @@ import {
339
343
  DeleteHubContentCommandInput,
340
344
  DeleteHubContentCommandOutput,
341
345
  } from "../commands/DeleteHubContentCommand";
346
+ import {
347
+ DeleteHubContentReferenceCommandInput,
348
+ DeleteHubContentReferenceCommandOutput,
349
+ } from "../commands/DeleteHubContentReferenceCommand";
342
350
  import {
343
351
  DeleteHumanTaskUiCommandInput,
344
352
  DeleteHumanTaskUiCommandOutput,
@@ -1423,6 +1431,10 @@ export declare const se_CreateHubCommand: (
1423
1431
  input: CreateHubCommandInput,
1424
1432
  context: __SerdeContext
1425
1433
  ) => Promise<__HttpRequest>;
1434
+ export declare const se_CreateHubContentReferenceCommand: (
1435
+ input: CreateHubContentReferenceCommandInput,
1436
+ context: __SerdeContext
1437
+ ) => Promise<__HttpRequest>;
1426
1438
  export declare const se_CreateHumanTaskUiCommand: (
1427
1439
  input: CreateHumanTaskUiCommandInput,
1428
1440
  context: __SerdeContext
@@ -1651,6 +1663,10 @@ export declare const se_DeleteHubContentCommand: (
1651
1663
  input: DeleteHubContentCommandInput,
1652
1664
  context: __SerdeContext
1653
1665
  ) => Promise<__HttpRequest>;
1666
+ export declare const se_DeleteHubContentReferenceCommand: (
1667
+ input: DeleteHubContentReferenceCommandInput,
1668
+ context: __SerdeContext
1669
+ ) => Promise<__HttpRequest>;
1654
1670
  export declare const se_DeleteHumanTaskUiCommand: (
1655
1671
  input: DeleteHumanTaskUiCommandInput,
1656
1672
  context: __SerdeContext
@@ -2735,6 +2751,10 @@ export declare const de_CreateHubCommand: (
2735
2751
  output: __HttpResponse,
2736
2752
  context: __SerdeContext
2737
2753
  ) => Promise<CreateHubCommandOutput>;
2754
+ export declare const de_CreateHubContentReferenceCommand: (
2755
+ output: __HttpResponse,
2756
+ context: __SerdeContext
2757
+ ) => Promise<CreateHubContentReferenceCommandOutput>;
2738
2758
  export declare const de_CreateHumanTaskUiCommand: (
2739
2759
  output: __HttpResponse,
2740
2760
  context: __SerdeContext
@@ -2963,6 +2983,10 @@ export declare const de_DeleteHubContentCommand: (
2963
2983
  output: __HttpResponse,
2964
2984
  context: __SerdeContext
2965
2985
  ) => Promise<DeleteHubContentCommandOutput>;
2986
+ export declare const de_DeleteHubContentReferenceCommand: (
2987
+ output: __HttpResponse,
2988
+ context: __SerdeContext
2989
+ ) => Promise<DeleteHubContentReferenceCommandOutput>;
2966
2990
  export declare const de_DeleteHumanTaskUiCommand: (
2967
2991
  output: __HttpResponse,
2968
2992
  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.600.0",
4
+ "version": "3.606.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,8 +20,8 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.600.0",
24
- "@aws-sdk/client-sts": "3.600.0",
23
+ "@aws-sdk/client-sso-oidc": "3.606.0",
24
+ "@aws-sdk/client-sts": "3.606.0",
25
25
  "@aws-sdk/core": "3.598.0",
26
26
  "@aws-sdk/credential-provider-node": "3.600.0",
27
27
  "@aws-sdk/middleware-host-header": "3.598.0",