@aws-sdk/client-sagemaker 3.462.0 → 3.464.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 (76) hide show
  1. package/dist-cjs/models/models_0.js +15 -13
  2. package/dist-cjs/models/models_1.js +23 -22
  3. package/dist-cjs/models/models_2.js +22 -45
  4. package/dist-cjs/models/models_3.js +46 -22
  5. package/dist-cjs/models/models_4.js +21 -1
  6. package/dist-cjs/protocols/Aws_json1_1.js +180 -2
  7. package/dist-es/models/models_0.js +14 -12
  8. package/dist-es/models/models_1.js +22 -21
  9. package/dist-es/models/models_2.js +21 -44
  10. package/dist-es/models/models_3.js +44 -20
  11. package/dist-es/models/models_4.js +20 -0
  12. package/dist-es/protocols/Aws_json1_1.js +179 -1
  13. package/dist-types/commands/CreateAppCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateAppImageConfigCommand.d.ts +13 -0
  15. package/dist-types/commands/CreateCompilationJobCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateContextCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateDomainCommand.d.ts +50 -10
  18. package/dist-types/commands/CreateSpaceCommand.d.ts +43 -0
  19. package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateTrainingJobCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateTransformJobCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateTrialCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateTrialComponentCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateUserProfileCommand.d.ts +49 -2
  25. package/dist-types/commands/DeleteAppCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeAppCommand.d.ts +2 -2
  27. package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +13 -0
  28. package/dist-types/commands/DescribeDomainCommand.d.ts +50 -10
  29. package/dist-types/commands/DescribeSpaceCommand.d.ts +43 -0
  30. package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +2 -1
  32. package/dist-types/commands/DescribeTransformJobCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeTrialCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeTrialComponentCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeUserProfileCommand.d.ts +49 -2
  36. package/dist-types/commands/ListAppImageConfigsCommand.d.ts +13 -0
  37. package/dist-types/commands/ListAppsCommand.d.ts +8 -1
  38. package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +2 -1
  39. package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +1 -1
  40. package/dist-types/commands/ListPipelinesCommand.d.ts +1 -1
  41. package/dist-types/commands/ListProcessingJobsCommand.d.ts +1 -1
  42. package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
  43. package/dist-types/commands/ListSpacesCommand.d.ts +15 -0
  44. package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +2 -2
  45. package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +13 -0
  46. package/dist-types/commands/UpdateDomainCommand.d.ts +49 -9
  47. package/dist-types/commands/UpdateSpaceCommand.d.ts +37 -0
  48. package/dist-types/commands/UpdateUserProfileCommand.d.ts +48 -0
  49. package/dist-types/models/models_0.d.ts +184 -176
  50. package/dist-types/models/models_1.d.ts +383 -796
  51. package/dist-types/models/models_2.d.ts +4794 -5178
  52. package/dist-types/models/models_3.d.ts +5376 -4691
  53. package/dist-types/models/models_4.d.ts +598 -13
  54. package/dist-types/ts3.4/commands/CreateCompilationJobCommand.d.ts +2 -4
  55. package/dist-types/ts3.4/commands/CreateContextCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/CreateTrainingJobCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/CreateTransformJobCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/CreateTrialCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/CreateTrialComponentCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +4 -2
  61. package/dist-types/ts3.4/commands/DescribeTrainingJobCommand.d.ts +2 -4
  62. package/dist-types/ts3.4/commands/DescribeTransformJobCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/DescribeTrialCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/DescribeTrialComponentCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/DescribeUserProfileCommand.d.ts +4 -2
  66. package/dist-types/ts3.4/commands/ListPipelineExecutionStepsCommand.d.ts +2 -4
  67. package/dist-types/ts3.4/commands/ListPipelineParametersForExecutionCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/ListProcessingJobsCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/models/models_0.d.ts +68 -65
  72. package/dist-types/ts3.4/models/models_1.d.ts +116 -160
  73. package/dist-types/ts3.4/models/models_2.d.ts +162 -203
  74. package/dist-types/ts3.4/models/models_3.d.ts +227 -130
  75. package/dist-types/ts3.4/models/models_4.d.ts +165 -17
  76. package/package.json +1 -1
@@ -2,6 +2,7 @@ import {
2
2
  ActionSummary,
3
3
  AgentVersion,
4
4
  AlgorithmSortBy,
5
+ AlgorithmSpecification,
5
6
  AlgorithmSummary,
6
7
  AppDetails,
7
8
  AppImageConfigDetails,
@@ -16,10 +17,13 @@ import {
16
17
  AutoMLJobSummary,
17
18
  AutoMLSortBy,
18
19
  AutoMLSortOrder,
19
- CacheHitResult,
20
+ BatchDataCaptureConfig,
21
+ BatchStrategy,
20
22
  CallbackStepMetadata,
21
23
  CandidateSortBy,
22
24
  CandidateStatus,
25
+ Channel,
26
+ CheckpointConfig,
23
27
  ClarifyCheckStepMetadata,
24
28
  ClusterNodeSummary,
25
29
  ClusterSortBy,
@@ -32,17 +36,28 @@ import {
32
36
  CompilationJobSummary,
33
37
  ConditionStepMetadata,
34
38
  ContextSummary,
39
+ MetadataProperties,
35
40
  ModelApprovalStatus,
36
41
  ModelPackageStatus,
42
+ OutputDataConfig,
37
43
  OutputParameter,
44
+ ResourceConfig,
38
45
  ResourceSpec,
46
+ StoppingCondition,
39
47
  Tag,
48
+ TransformInput,
49
+ TransformOutput,
50
+ TransformResources,
40
51
  UserContext,
52
+ VpcConfig,
41
53
  } from "./models_0";
42
54
  import {
43
55
  _InstanceType,
56
+ DebugHookConfig,
57
+ DebugRuleConfiguration,
44
58
  EdgeOutputConfig,
45
59
  ExecutionRoleIdentityConfig,
60
+ ExperimentConfig,
46
61
  FeatureDefinition,
47
62
  FeatureType,
48
63
  HyperParameterTrainingJobDefinition,
@@ -51,19 +66,24 @@ import {
51
66
  HyperParameterTuningJobWarmStartConfig,
52
67
  InferenceExperimentSchedule,
53
68
  InferenceExperimentType,
69
+ InfraCheckConfig,
54
70
  LabelingJobInputConfig,
55
71
  ModelCardStatus,
56
72
  MonitoringScheduleConfig,
57
73
  MonitoringType,
58
74
  OfflineStoreConfig,
59
75
  OnlineStoreConfig,
76
+ ProfilerConfig,
60
77
  RecommendationJobType,
61
78
  ResourceLimits,
79
+ RetryStrategy,
62
80
  UserSettings,
63
81
  } from "./models_1";
64
82
  import {
65
83
  CustomizedMetricSpecification,
66
84
  DataCaptureConfigSummary,
85
+ DataProcessing,
86
+ DebugRuleEvaluationStatus,
67
87
  DomainStatus,
68
88
  EdgePackagingJobStatus,
69
89
  EndpointOutputConfiguration,
@@ -90,7 +110,10 @@ import {
90
110
  LabelingJobStatus,
91
111
  LastUpdateStatus,
92
112
  MemberDefinition,
113
+ MetricData,
114
+ ModelArtifacts,
93
115
  ModelCardExportJobStatus,
116
+ ModelClientConfig,
94
117
  ModelConfiguration,
95
118
  ModelPackageGroupStatus,
96
119
  MonitoringExecutionSummary,
@@ -100,16 +123,216 @@ import {
100
123
  OfflineStoreStatus,
101
124
  OfflineStoreStatusValue,
102
125
  PipelineExecutionStatus,
103
- ProcessingJobStatus,
104
126
  ProductionVariantSummary,
105
- ProjectStatus,
127
+ ProfilerRuleConfiguration,
128
+ ProfilerRuleEvaluationStatus,
106
129
  RecommendationJobStatus,
107
130
  RecommendationMetrics,
108
131
  ScheduleStatus,
109
132
  SourceIpConfig,
133
+ TensorBoardOutputConfig,
134
+ TrainingJobStatus,
110
135
  TrainingJobStatusCounters,
111
- UserProfileStatus,
136
+ TrialComponentArtifact,
137
+ TrialComponentParameterValue,
138
+ TrialComponentStatus,
112
139
  } from "./models_2";
140
+ export declare const ProfilingStatus: {
141
+ readonly DISABLED: "Disabled";
142
+ readonly ENABLED: "Enabled";
143
+ };
144
+ export type ProfilingStatus =
145
+ (typeof ProfilingStatus)[keyof typeof ProfilingStatus];
146
+ export declare const SecondaryStatus: {
147
+ readonly COMPLETED: "Completed";
148
+ readonly DOWNLOADING: "Downloading";
149
+ readonly DOWNLOADING_TRAINING_IMAGE: "DownloadingTrainingImage";
150
+ readonly FAILED: "Failed";
151
+ readonly INTERRUPTED: "Interrupted";
152
+ readonly LAUNCHING_ML_INSTANCES: "LaunchingMLInstances";
153
+ readonly MAX_RUNTIME_EXCEEDED: "MaxRuntimeExceeded";
154
+ readonly MAX_WAIT_TIME_EXCEEDED: "MaxWaitTimeExceeded";
155
+ readonly PREPARING_TRAINING_STACK: "PreparingTrainingStack";
156
+ readonly RESTARTING: "Restarting";
157
+ readonly STARTING: "Starting";
158
+ readonly STOPPED: "Stopped";
159
+ readonly STOPPING: "Stopping";
160
+ readonly TRAINING: "Training";
161
+ readonly UPDATING: "Updating";
162
+ readonly UPLOADING: "Uploading";
163
+ };
164
+ export type SecondaryStatus =
165
+ (typeof SecondaryStatus)[keyof typeof SecondaryStatus];
166
+ export interface SecondaryStatusTransition {
167
+ Status: SecondaryStatus | undefined;
168
+ StartTime: Date | undefined;
169
+ EndTime?: Date;
170
+ StatusMessage?: string;
171
+ }
172
+ export declare const WarmPoolResourceStatus: {
173
+ readonly AVAILABLE: "Available";
174
+ readonly INUSE: "InUse";
175
+ readonly REUSED: "Reused";
176
+ readonly TERMINATED: "Terminated";
177
+ };
178
+ export type WarmPoolResourceStatus =
179
+ (typeof WarmPoolResourceStatus)[keyof typeof WarmPoolResourceStatus];
180
+ export interface WarmPoolStatus {
181
+ Status: WarmPoolResourceStatus | undefined;
182
+ ResourceRetainedBillableTimeInSeconds?: number;
183
+ ReusedByJob?: string;
184
+ }
185
+ export interface DescribeTrainingJobResponse {
186
+ TrainingJobName: string | undefined;
187
+ TrainingJobArn: string | undefined;
188
+ TuningJobArn?: string;
189
+ LabelingJobArn?: string;
190
+ AutoMLJobArn?: string;
191
+ ModelArtifacts: ModelArtifacts | undefined;
192
+ TrainingJobStatus: TrainingJobStatus | undefined;
193
+ SecondaryStatus: SecondaryStatus | undefined;
194
+ FailureReason?: string;
195
+ HyperParameters?: Record<string, string>;
196
+ AlgorithmSpecification: AlgorithmSpecification | undefined;
197
+ RoleArn?: string;
198
+ InputDataConfig?: Channel[];
199
+ OutputDataConfig?: OutputDataConfig;
200
+ ResourceConfig: ResourceConfig | undefined;
201
+ VpcConfig?: VpcConfig;
202
+ StoppingCondition: StoppingCondition | undefined;
203
+ CreationTime: Date | undefined;
204
+ TrainingStartTime?: Date;
205
+ TrainingEndTime?: Date;
206
+ LastModifiedTime?: Date;
207
+ SecondaryStatusTransitions?: SecondaryStatusTransition[];
208
+ FinalMetricDataList?: MetricData[];
209
+ EnableNetworkIsolation?: boolean;
210
+ EnableInterContainerTrafficEncryption?: boolean;
211
+ EnableManagedSpotTraining?: boolean;
212
+ CheckpointConfig?: CheckpointConfig;
213
+ TrainingTimeInSeconds?: number;
214
+ BillableTimeInSeconds?: number;
215
+ DebugHookConfig?: DebugHookConfig;
216
+ ExperimentConfig?: ExperimentConfig;
217
+ DebugRuleConfigurations?: DebugRuleConfiguration[];
218
+ TensorBoardOutputConfig?: TensorBoardOutputConfig;
219
+ DebugRuleEvaluationStatuses?: DebugRuleEvaluationStatus[];
220
+ ProfilerConfig?: ProfilerConfig;
221
+ ProfilerRuleConfigurations?: ProfilerRuleConfiguration[];
222
+ ProfilerRuleEvaluationStatuses?: ProfilerRuleEvaluationStatus[];
223
+ ProfilingStatus?: ProfilingStatus;
224
+ RetryStrategy?: RetryStrategy;
225
+ Environment?: Record<string, string>;
226
+ WarmPoolStatus?: WarmPoolStatus;
227
+ InfraCheckConfig?: InfraCheckConfig;
228
+ }
229
+ export interface DescribeTransformJobRequest {
230
+ TransformJobName: string | undefined;
231
+ }
232
+ export declare const TransformJobStatus: {
233
+ readonly COMPLETED: "Completed";
234
+ readonly FAILED: "Failed";
235
+ readonly IN_PROGRESS: "InProgress";
236
+ readonly STOPPED: "Stopped";
237
+ readonly STOPPING: "Stopping";
238
+ };
239
+ export type TransformJobStatus =
240
+ (typeof TransformJobStatus)[keyof typeof TransformJobStatus];
241
+ export interface DescribeTransformJobResponse {
242
+ TransformJobName: string | undefined;
243
+ TransformJobArn: string | undefined;
244
+ TransformJobStatus: TransformJobStatus | undefined;
245
+ FailureReason?: string;
246
+ ModelName: string | undefined;
247
+ MaxConcurrentTransforms?: number;
248
+ ModelClientConfig?: ModelClientConfig;
249
+ MaxPayloadInMB?: number;
250
+ BatchStrategy?: BatchStrategy;
251
+ Environment?: Record<string, string>;
252
+ TransformInput: TransformInput | undefined;
253
+ TransformOutput?: TransformOutput;
254
+ DataCaptureConfig?: BatchDataCaptureConfig;
255
+ TransformResources: TransformResources | undefined;
256
+ CreationTime: Date | undefined;
257
+ TransformStartTime?: Date;
258
+ TransformEndTime?: Date;
259
+ LabelingJobArn?: string;
260
+ AutoMLJobArn?: string;
261
+ DataProcessing?: DataProcessing;
262
+ ExperimentConfig?: ExperimentConfig;
263
+ }
264
+ export interface DescribeTrialRequest {
265
+ TrialName: string | undefined;
266
+ }
267
+ export interface TrialSource {
268
+ SourceArn: string | undefined;
269
+ SourceType?: string;
270
+ }
271
+ export interface DescribeTrialResponse {
272
+ TrialName?: string;
273
+ TrialArn?: string;
274
+ DisplayName?: string;
275
+ ExperimentName?: string;
276
+ Source?: TrialSource;
277
+ CreationTime?: Date;
278
+ CreatedBy?: UserContext;
279
+ LastModifiedTime?: Date;
280
+ LastModifiedBy?: UserContext;
281
+ MetadataProperties?: MetadataProperties;
282
+ }
283
+ export interface DescribeTrialComponentRequest {
284
+ TrialComponentName: string | undefined;
285
+ }
286
+ export interface TrialComponentMetricSummary {
287
+ MetricName?: string;
288
+ SourceArn?: string;
289
+ TimeStamp?: Date;
290
+ Max?: number;
291
+ Min?: number;
292
+ Last?: number;
293
+ Count?: number;
294
+ Avg?: number;
295
+ StdDev?: number;
296
+ }
297
+ export interface TrialComponentSource {
298
+ SourceArn: string | undefined;
299
+ SourceType?: string;
300
+ }
301
+ export interface DescribeTrialComponentResponse {
302
+ TrialComponentName?: string;
303
+ TrialComponentArn?: string;
304
+ DisplayName?: string;
305
+ Source?: TrialComponentSource;
306
+ Status?: TrialComponentStatus;
307
+ StartTime?: Date;
308
+ EndTime?: Date;
309
+ CreationTime?: Date;
310
+ CreatedBy?: UserContext;
311
+ LastModifiedTime?: Date;
312
+ LastModifiedBy?: UserContext;
313
+ Parameters?: Record<string, TrialComponentParameterValue>;
314
+ InputArtifacts?: Record<string, TrialComponentArtifact>;
315
+ OutputArtifacts?: Record<string, TrialComponentArtifact>;
316
+ MetadataProperties?: MetadataProperties;
317
+ Metrics?: TrialComponentMetricSummary[];
318
+ LineageGroupArn?: string;
319
+ Sources?: TrialComponentSource[];
320
+ }
321
+ export interface DescribeUserProfileRequest {
322
+ DomainId: string | undefined;
323
+ UserProfileName: string | undefined;
324
+ }
325
+ export declare const UserProfileStatus: {
326
+ readonly Delete_Failed: "Delete_Failed";
327
+ readonly Deleting: "Deleting";
328
+ readonly Failed: "Failed";
329
+ readonly InService: "InService";
330
+ readonly Pending: "Pending";
331
+ readonly Update_Failed: "Update_Failed";
332
+ readonly Updating: "Updating";
333
+ };
334
+ export type UserProfileStatus =
335
+ (typeof UserProfileStatus)[keyof typeof UserProfileStatus];
113
336
  export interface DescribeUserProfileResponse {
114
337
  DomainId?: string;
115
338
  UserProfileArn?: string;
@@ -2099,129 +2322,3 @@ export interface PipelineExecutionStepMetadata {
2099
2322
  export interface SelectiveExecutionResult {
2100
2323
  SourcePipelineExecutionArn?: string;
2101
2324
  }
2102
- export declare const StepStatus: {
2103
- readonly EXECUTING: "Executing";
2104
- readonly FAILED: "Failed";
2105
- readonly STARTING: "Starting";
2106
- readonly STOPPED: "Stopped";
2107
- readonly STOPPING: "Stopping";
2108
- readonly SUCCEEDED: "Succeeded";
2109
- };
2110
- export type StepStatus = (typeof StepStatus)[keyof typeof StepStatus];
2111
- export interface PipelineExecutionStep {
2112
- StepName?: string;
2113
- StepDisplayName?: string;
2114
- StepDescription?: string;
2115
- StartTime?: Date;
2116
- EndTime?: Date;
2117
- StepStatus?: StepStatus;
2118
- CacheHitResult?: CacheHitResult;
2119
- AttemptCount?: number;
2120
- FailureReason?: string;
2121
- Metadata?: PipelineExecutionStepMetadata;
2122
- SelectiveExecutionResult?: SelectiveExecutionResult;
2123
- }
2124
- export interface ListPipelineExecutionStepsResponse {
2125
- PipelineExecutionSteps?: PipelineExecutionStep[];
2126
- NextToken?: string;
2127
- }
2128
- export interface ListPipelineParametersForExecutionRequest {
2129
- PipelineExecutionArn: string | undefined;
2130
- NextToken?: string;
2131
- MaxResults?: number;
2132
- }
2133
- export interface Parameter {
2134
- Name: string | undefined;
2135
- Value: string | undefined;
2136
- }
2137
- export interface ListPipelineParametersForExecutionResponse {
2138
- PipelineParameters?: Parameter[];
2139
- NextToken?: string;
2140
- }
2141
- export declare const SortPipelinesBy: {
2142
- readonly CREATION_TIME: "CreationTime";
2143
- readonly NAME: "Name";
2144
- };
2145
- export type SortPipelinesBy =
2146
- (typeof SortPipelinesBy)[keyof typeof SortPipelinesBy];
2147
- export interface ListPipelinesRequest {
2148
- PipelineNamePrefix?: string;
2149
- CreatedAfter?: Date;
2150
- CreatedBefore?: Date;
2151
- SortBy?: SortPipelinesBy;
2152
- SortOrder?: SortOrder;
2153
- NextToken?: string;
2154
- MaxResults?: number;
2155
- }
2156
- export interface PipelineSummary {
2157
- PipelineArn?: string;
2158
- PipelineName?: string;
2159
- PipelineDisplayName?: string;
2160
- PipelineDescription?: string;
2161
- RoleArn?: string;
2162
- CreationTime?: Date;
2163
- LastModifiedTime?: Date;
2164
- LastExecutionTime?: Date;
2165
- }
2166
- export interface ListPipelinesResponse {
2167
- PipelineSummaries?: PipelineSummary[];
2168
- NextToken?: string;
2169
- }
2170
- export interface ListProcessingJobsRequest {
2171
- CreationTimeAfter?: Date;
2172
- CreationTimeBefore?: Date;
2173
- LastModifiedTimeAfter?: Date;
2174
- LastModifiedTimeBefore?: Date;
2175
- NameContains?: string;
2176
- StatusEquals?: ProcessingJobStatus;
2177
- SortBy?: SortBy;
2178
- SortOrder?: SortOrder;
2179
- NextToken?: string;
2180
- MaxResults?: number;
2181
- }
2182
- export interface ProcessingJobSummary {
2183
- ProcessingJobName: string | undefined;
2184
- ProcessingJobArn: string | undefined;
2185
- CreationTime: Date | undefined;
2186
- ProcessingEndTime?: Date;
2187
- LastModifiedTime?: Date;
2188
- ProcessingJobStatus: ProcessingJobStatus | undefined;
2189
- FailureReason?: string;
2190
- ExitMessage?: string;
2191
- }
2192
- export interface ListProcessingJobsResponse {
2193
- ProcessingJobSummaries: ProcessingJobSummary[] | undefined;
2194
- NextToken?: string;
2195
- }
2196
- export declare const ProjectSortBy: {
2197
- readonly CREATION_TIME: "CreationTime";
2198
- readonly NAME: "Name";
2199
- };
2200
- export type ProjectSortBy = (typeof ProjectSortBy)[keyof typeof ProjectSortBy];
2201
- export declare const ProjectSortOrder: {
2202
- readonly ASCENDING: "Ascending";
2203
- readonly DESCENDING: "Descending";
2204
- };
2205
- export type ProjectSortOrder =
2206
- (typeof ProjectSortOrder)[keyof typeof ProjectSortOrder];
2207
- export interface ListProjectsInput {
2208
- CreationTimeAfter?: Date;
2209
- CreationTimeBefore?: Date;
2210
- MaxResults?: number;
2211
- NameContains?: string;
2212
- NextToken?: string;
2213
- SortBy?: ProjectSortBy;
2214
- SortOrder?: ProjectSortOrder;
2215
- }
2216
- export interface ProjectSummary {
2217
- ProjectName: string | undefined;
2218
- ProjectDescription?: string;
2219
- ProjectArn: string | undefined;
2220
- ProjectId: string | undefined;
2221
- CreationTime: Date | undefined;
2222
- ProjectStatus: ProjectStatus | undefined;
2223
- }
2224
- export interface ListProjectsOutput {
2225
- ProjectSummaryList: ProjectSummary[] | undefined;
2226
- NextToken?: string;
2227
- }