@aws-sdk/client-sagemaker 3.38.0 → 3.39.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/CHANGELOG.md +11 -0
- package/dist-cjs/SageMaker.js +30 -0
- package/dist-cjs/commands/BatchDescribeModelPackageCommand.js +36 -0
- package/dist-cjs/commands/CreateLabelingJobCommand.js +3 -3
- package/dist-cjs/commands/CreateModelCommand.js +3 -3
- package/dist-cjs/commands/DescribeProjectCommand.js +2 -1
- package/dist-cjs/commands/DescribeStudioLifecycleConfigCommand.js +3 -3
- package/dist-cjs/commands/DescribeSubscribedWorkteamCommand.js +3 -3
- package/dist-cjs/commands/DescribeTrainingJobCommand.js +1 -2
- package/dist-cjs/commands/StopHyperParameterTuningJobCommand.js +2 -2
- package/dist-cjs/commands/StopLabelingJobCommand.js +2 -2
- package/dist-cjs/commands/StopMonitoringScheduleCommand.js +2 -2
- package/dist-cjs/commands/StopNotebookInstanceCommand.js +2 -2
- package/dist-cjs/commands/StopPipelineExecutionCommand.js +3 -3
- package/dist-cjs/commands/StopProcessingJobCommand.js +2 -2
- package/dist-cjs/commands/StopTrainingJobCommand.js +2 -2
- package/dist-cjs/commands/StopTransformJobCommand.js +2 -2
- package/dist-cjs/commands/UpdateActionCommand.js +3 -3
- package/dist-cjs/commands/UpdateAppImageConfigCommand.js +3 -3
- package/dist-cjs/commands/UpdateProjectCommand.js +36 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/endpoints.js +5 -0
- package/dist-cjs/models/models_0.js +165 -163
- package/dist-cjs/models/models_1.js +86 -85
- package/dist-cjs/models/models_2.js +83 -84
- package/dist-cjs/models/models_3.js +98 -1
- package/dist-cjs/protocols/Aws_json1_1.js +400 -10
- package/dist-es/SageMaker.js +30 -0
- package/dist-es/commands/BatchDescribeModelPackageCommand.js +39 -0
- package/dist-es/commands/CreateLabelingJobCommand.js +1 -1
- package/dist-es/commands/CreateModelCommand.js +1 -1
- package/dist-es/commands/DescribeProjectCommand.js +2 -1
- package/dist-es/commands/DescribeStudioLifecycleConfigCommand.js +1 -1
- package/dist-es/commands/DescribeSubscribedWorkteamCommand.js +1 -1
- package/dist-es/commands/DescribeTrainingJobCommand.js +1 -2
- package/dist-es/commands/StopHyperParameterTuningJobCommand.js +1 -1
- package/dist-es/commands/StopLabelingJobCommand.js +1 -1
- package/dist-es/commands/StopMonitoringScheduleCommand.js +1 -1
- package/dist-es/commands/StopNotebookInstanceCommand.js +1 -1
- package/dist-es/commands/StopPipelineExecutionCommand.js +1 -1
- package/dist-es/commands/StopProcessingJobCommand.js +1 -1
- package/dist-es/commands/StopTrainingJobCommand.js +1 -1
- package/dist-es/commands/StopTransformJobCommand.js +1 -1
- package/dist-es/commands/UpdateActionCommand.js +1 -1
- package/dist-es/commands/UpdateAppImageConfigCommand.js +1 -1
- package/dist-es/commands/UpdateProjectCommand.js +39 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/endpoints.js +5 -0
- package/dist-es/models/models_0.js +140 -130
- package/dist-es/models/models_1.js +56 -59
- package/dist-es/models/models_2.js +53 -52
- package/dist-es/models/models_3.js +64 -0
- package/dist-es/protocols/Aws_json1_1.js +374 -10
- package/dist-types/SageMaker.d.ts +23 -2
- package/dist-types/SageMakerClient.d.ts +4 -2
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +35 -0
- package/dist-types/commands/CreateLabelingJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +2 -2
- package/dist-types/commands/DescribeProjectCommand.d.ts +2 -1
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +1 -2
- package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/commands/StopLabelingJobCommand.d.ts +1 -1
- package/dist-types/commands/StopMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/StopNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/StopPipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/StopProcessingJobCommand.d.ts +1 -1
- package/dist-types/commands/StopTrainingJobCommand.d.ts +1 -1
- package/dist-types/commands/StopTransformJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateActionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateProjectCommand.d.ts +42 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +389 -691
- package/dist-types/models/models_1.d.ts +553 -275
- package/dist-types/models/models_2.d.ts +319 -185
- package/dist-types/models/models_3.d.ts +265 -5
- package/dist-types/protocols/Aws_json1_1.d.ts +6 -0
- package/dist-types/ts3.4/SageMaker.d.ts +10 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +4 -2
- package/dist-types/ts3.4/commands/BatchDescribeModelPackageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLabelingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSubscribedWorkteamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrainingJobCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/StopHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopLabelingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopProcessingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopTrainingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopTransformJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateActionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAppImageConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +240 -264
- package/dist-types/ts3.4/models/models_1.d.ts +177 -150
- package/dist-types/ts3.4/models/models_2.d.ts +170 -120
- package/dist-types/ts3.4/models/models_3.d.ts +163 -4
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +6 -0
- package/package.json +10 -10
|
@@ -1,4 +1,162 @@
|
|
|
1
|
-
import { ActionSource, ActionStatus, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AppNetworkAccessType, AppSpecification, AppStatus, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLJobArtifacts, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AutoRollbackConfig, BatchStrategy, Bias, BlueGreenUpdatePolicy, CaptureStatus, Channel, CheckpointConfig, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, CompilationJobStatus, ContainerDefinition, ContextSource, DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInput, FeatureDefinition, FlowDefinitionOutputConfig, GitConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobObjectiveType, HyperParameterTuningJobWarmStartConfig,
|
|
1
|
+
import { ActionSource, ActionStatus, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppStatus, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLJobArtifacts, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AutoRollbackConfig, BatchStrategy, Bias, BlueGreenUpdatePolicy, CaptureStatus, Channel, CheckpointConfig, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, CompilationJobStatus, ContainerDefinition, ContextSource, DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DomainSettings, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInput, FeatureDefinition, FlowDefinitionOutputConfig, GitConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobObjectiveType, HyperParameterTuningJobWarmStartConfig, InferenceSpecification, InputConfig, KernelGatewayImageConfig, LabelingJobInputConfig, MetadataProperties, MetricsSource, ModelApprovalStatus, ModelDeployConfig, ModelPackageStatus, MonitoringConstraintsResource, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, MonitoringStoppingCondition, NeoVpcConfig, ObjectiveStatus, OfflineStoreConfig, OnlineStoreConfig, OutputConfig, OutputDataConfig, ProblemType, ProcessingInstanceType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProcessingS3UploadMode, ProductionVariant, ResourceConfig, ResourceSpec, RetryStrategy, StoppingCondition, Tag, TrainingSpecification, TransformInput, TransformJobDefinition, TransformOutput, TransformResources, UserContext, UserSettings, VpcConfig } from "./models_0";
|
|
2
|
+
|
|
3
|
+
export interface LabelingJobResourceConfig {
|
|
4
|
+
|
|
5
|
+
VolumeKmsKeyId?: string;
|
|
6
|
+
}
|
|
7
|
+
export declare namespace LabelingJobResourceConfig {
|
|
8
|
+
|
|
9
|
+
const filterSensitiveLog: (obj: LabelingJobResourceConfig) => any;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export interface LabelingJobAlgorithmsConfig {
|
|
13
|
+
|
|
14
|
+
LabelingJobAlgorithmSpecificationArn: string | undefined;
|
|
15
|
+
|
|
16
|
+
InitialActiveLearningModelArn?: string;
|
|
17
|
+
|
|
18
|
+
LabelingJobResourceConfig?: LabelingJobResourceConfig;
|
|
19
|
+
}
|
|
20
|
+
export declare namespace LabelingJobAlgorithmsConfig {
|
|
21
|
+
|
|
22
|
+
const filterSensitiveLog: (obj: LabelingJobAlgorithmsConfig) => any;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export interface LabelingJobOutputConfig {
|
|
26
|
+
|
|
27
|
+
S3OutputPath: string | undefined;
|
|
28
|
+
|
|
29
|
+
KmsKeyId?: string;
|
|
30
|
+
|
|
31
|
+
SnsTopicArn?: string;
|
|
32
|
+
}
|
|
33
|
+
export declare namespace LabelingJobOutputConfig {
|
|
34
|
+
|
|
35
|
+
const filterSensitiveLog: (obj: LabelingJobOutputConfig) => any;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export interface LabelingJobStoppingConditions {
|
|
39
|
+
|
|
40
|
+
MaxHumanLabeledObjectCount?: number;
|
|
41
|
+
|
|
42
|
+
MaxPercentageOfInputDatasetLabeled?: number;
|
|
43
|
+
}
|
|
44
|
+
export declare namespace LabelingJobStoppingConditions {
|
|
45
|
+
|
|
46
|
+
const filterSensitiveLog: (obj: LabelingJobStoppingConditions) => any;
|
|
47
|
+
}
|
|
48
|
+
export interface CreateLabelingJobRequest {
|
|
49
|
+
|
|
50
|
+
LabelingJobName: string | undefined;
|
|
51
|
+
|
|
52
|
+
LabelAttributeName: string | undefined;
|
|
53
|
+
|
|
54
|
+
InputConfig: LabelingJobInputConfig | undefined;
|
|
55
|
+
|
|
56
|
+
OutputConfig: LabelingJobOutputConfig | undefined;
|
|
57
|
+
|
|
58
|
+
RoleArn: string | undefined;
|
|
59
|
+
|
|
60
|
+
LabelCategoryConfigS3Uri?: string;
|
|
61
|
+
|
|
62
|
+
StoppingConditions?: LabelingJobStoppingConditions;
|
|
63
|
+
|
|
64
|
+
LabelingJobAlgorithmsConfig?: LabelingJobAlgorithmsConfig;
|
|
65
|
+
|
|
66
|
+
HumanTaskConfig: HumanTaskConfig | undefined;
|
|
67
|
+
|
|
68
|
+
Tags?: Tag[];
|
|
69
|
+
}
|
|
70
|
+
export declare namespace CreateLabelingJobRequest {
|
|
71
|
+
|
|
72
|
+
const filterSensitiveLog: (obj: CreateLabelingJobRequest) => any;
|
|
73
|
+
}
|
|
74
|
+
export interface CreateLabelingJobResponse {
|
|
75
|
+
|
|
76
|
+
LabelingJobArn: string | undefined;
|
|
77
|
+
}
|
|
78
|
+
export declare namespace CreateLabelingJobResponse {
|
|
79
|
+
|
|
80
|
+
const filterSensitiveLog: (obj: CreateLabelingJobResponse) => any;
|
|
81
|
+
}
|
|
82
|
+
export declare enum InferenceExecutionMode {
|
|
83
|
+
DIRECT = "Direct",
|
|
84
|
+
SERIAL = "Serial"
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
export interface InferenceExecutionConfig {
|
|
88
|
+
|
|
89
|
+
Mode: InferenceExecutionMode | string | undefined;
|
|
90
|
+
}
|
|
91
|
+
export declare namespace InferenceExecutionConfig {
|
|
92
|
+
|
|
93
|
+
const filterSensitiveLog: (obj: InferenceExecutionConfig) => any;
|
|
94
|
+
}
|
|
95
|
+
export interface CreateModelInput {
|
|
96
|
+
|
|
97
|
+
ModelName: string | undefined;
|
|
98
|
+
|
|
99
|
+
PrimaryContainer?: ContainerDefinition;
|
|
100
|
+
|
|
101
|
+
Containers?: ContainerDefinition[];
|
|
102
|
+
|
|
103
|
+
InferenceExecutionConfig?: InferenceExecutionConfig;
|
|
104
|
+
|
|
105
|
+
ExecutionRoleArn: string | undefined;
|
|
106
|
+
|
|
107
|
+
Tags?: Tag[];
|
|
108
|
+
|
|
109
|
+
VpcConfig?: VpcConfig;
|
|
110
|
+
|
|
111
|
+
EnableNetworkIsolation?: boolean;
|
|
112
|
+
}
|
|
113
|
+
export declare namespace CreateModelInput {
|
|
114
|
+
|
|
115
|
+
const filterSensitiveLog: (obj: CreateModelInput) => any;
|
|
116
|
+
}
|
|
117
|
+
export interface CreateModelOutput {
|
|
118
|
+
|
|
119
|
+
ModelArn: string | undefined;
|
|
120
|
+
}
|
|
121
|
+
export declare namespace CreateModelOutput {
|
|
122
|
+
|
|
123
|
+
const filterSensitiveLog: (obj: CreateModelOutput) => any;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
export interface ModelBiasAppSpecification {
|
|
127
|
+
|
|
128
|
+
ImageUri: string | undefined;
|
|
129
|
+
|
|
130
|
+
ConfigUri: string | undefined;
|
|
131
|
+
|
|
132
|
+
Environment?: {
|
|
133
|
+
[key: string]: string;
|
|
134
|
+
};
|
|
135
|
+
}
|
|
136
|
+
export declare namespace ModelBiasAppSpecification {
|
|
137
|
+
|
|
138
|
+
const filterSensitiveLog: (obj: ModelBiasAppSpecification) => any;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
export interface ModelBiasBaselineConfig {
|
|
142
|
+
|
|
143
|
+
BaseliningJobName?: string;
|
|
144
|
+
|
|
145
|
+
ConstraintsResource?: MonitoringConstraintsResource;
|
|
146
|
+
}
|
|
147
|
+
export declare namespace ModelBiasBaselineConfig {
|
|
148
|
+
|
|
149
|
+
const filterSensitiveLog: (obj: ModelBiasBaselineConfig) => any;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
export interface MonitoringGroundTruthS3Input {
|
|
153
|
+
|
|
154
|
+
S3Uri?: string;
|
|
155
|
+
}
|
|
156
|
+
export declare namespace MonitoringGroundTruthS3Input {
|
|
157
|
+
|
|
158
|
+
const filterSensitiveLog: (obj: MonitoringGroundTruthS3Input) => any;
|
|
159
|
+
}
|
|
2
160
|
|
|
3
161
|
export interface ModelBiasJobInput {
|
|
4
162
|
|
|
@@ -113,11 +271,6 @@ export declare namespace CreateModelExplainabilityJobDefinitionResponse {
|
|
|
113
271
|
|
|
114
272
|
const filterSensitiveLog: (obj: CreateModelExplainabilityJobDefinitionResponse) => any;
|
|
115
273
|
}
|
|
116
|
-
export declare enum ModelApprovalStatus {
|
|
117
|
-
APPROVED = "Approved",
|
|
118
|
-
PENDING_MANUAL_APPROVAL = "PendingManualApproval",
|
|
119
|
-
REJECTED = "Rejected"
|
|
120
|
-
}
|
|
121
274
|
|
|
122
275
|
export interface Explainability {
|
|
123
276
|
|
|
@@ -231,6 +384,10 @@ export interface CreateModelPackageInput {
|
|
|
231
384
|
ModelMetrics?: ModelMetrics;
|
|
232
385
|
|
|
233
386
|
ClientToken?: string;
|
|
387
|
+
|
|
388
|
+
CustomerMetadataProperties?: {
|
|
389
|
+
[key: string]: string;
|
|
390
|
+
};
|
|
234
391
|
}
|
|
235
392
|
export declare namespace CreateModelPackageInput {
|
|
236
393
|
|
|
@@ -2565,6 +2722,12 @@ export interface DescribeDomainResponse {
|
|
|
2565
2722
|
VpcId?: string;
|
|
2566
2723
|
|
|
2567
2724
|
KmsKeyId?: string;
|
|
2725
|
+
|
|
2726
|
+
DomainSettings?: DomainSettings;
|
|
2727
|
+
|
|
2728
|
+
AppSecurityGroupManagement?: AppSecurityGroupManagement | string;
|
|
2729
|
+
|
|
2730
|
+
SecurityGroupIdForDomainBoundary?: string;
|
|
2568
2731
|
}
|
|
2569
2732
|
export declare namespace DescribeDomainResponse {
|
|
2570
2733
|
|
|
@@ -3337,13 +3500,6 @@ export declare namespace DescribeModelPackageInput {
|
|
|
3337
3500
|
|
|
3338
3501
|
const filterSensitiveLog: (obj: DescribeModelPackageInput) => any;
|
|
3339
3502
|
}
|
|
3340
|
-
export declare enum ModelPackageStatus {
|
|
3341
|
-
COMPLETED = "Completed",
|
|
3342
|
-
DELETING = "Deleting",
|
|
3343
|
-
FAILED = "Failed",
|
|
3344
|
-
IN_PROGRESS = "InProgress",
|
|
3345
|
-
PENDING = "Pending"
|
|
3346
|
-
}
|
|
3347
3503
|
export declare enum DetailedModelPackageStatus {
|
|
3348
3504
|
COMPLETED = "Completed",
|
|
3349
3505
|
FAILED = "Failed",
|
|
@@ -3413,6 +3569,10 @@ export interface DescribeModelPackageOutput {
|
|
|
3413
3569
|
LastModifiedBy?: UserContext;
|
|
3414
3570
|
|
|
3415
3571
|
ApprovalDescription?: string;
|
|
3572
|
+
|
|
3573
|
+
CustomerMetadataProperties?: {
|
|
3574
|
+
[key: string]: string;
|
|
3575
|
+
};
|
|
3416
3576
|
}
|
|
3417
3577
|
export declare namespace DescribeModelPackageOutput {
|
|
3418
3578
|
|
|
@@ -3848,141 +4008,8 @@ export declare enum ProjectStatus {
|
|
|
3848
4008
|
DELETE_COMPLETED = "DeleteCompleted",
|
|
3849
4009
|
DELETE_FAILED = "DeleteFailed",
|
|
3850
4010
|
DELETE_IN_PROGRESS = "DeleteInProgress",
|
|
3851
|
-
PENDING = "Pending"
|
|
3852
|
-
|
|
3853
|
-
|
|
3854
|
-
|
|
3855
|
-
|
|
3856
|
-
ProvisionedProductId?: string;
|
|
3857
|
-
|
|
3858
|
-
ProvisionedProductStatusMessage?: string;
|
|
3859
|
-
}
|
|
3860
|
-
export declare namespace ServiceCatalogProvisionedProductDetails {
|
|
3861
|
-
|
|
3862
|
-
const filterSensitiveLog: (obj: ServiceCatalogProvisionedProductDetails) => any;
|
|
3863
|
-
}
|
|
3864
|
-
export interface DescribeProjectOutput {
|
|
3865
|
-
|
|
3866
|
-
ProjectArn: string | undefined;
|
|
3867
|
-
|
|
3868
|
-
ProjectName: string | undefined;
|
|
3869
|
-
|
|
3870
|
-
ProjectId: string | undefined;
|
|
3871
|
-
|
|
3872
|
-
ProjectDescription?: string;
|
|
3873
|
-
|
|
3874
|
-
ServiceCatalogProvisioningDetails: ServiceCatalogProvisioningDetails | undefined;
|
|
3875
|
-
|
|
3876
|
-
ServiceCatalogProvisionedProductDetails?: ServiceCatalogProvisionedProductDetails;
|
|
3877
|
-
|
|
3878
|
-
ProjectStatus: ProjectStatus | string | undefined;
|
|
3879
|
-
|
|
3880
|
-
CreatedBy?: UserContext;
|
|
3881
|
-
|
|
3882
|
-
CreationTime: Date | undefined;
|
|
3883
|
-
}
|
|
3884
|
-
export declare namespace DescribeProjectOutput {
|
|
3885
|
-
|
|
3886
|
-
const filterSensitiveLog: (obj: DescribeProjectOutput) => any;
|
|
3887
|
-
}
|
|
3888
|
-
export interface DescribeStudioLifecycleConfigRequest {
|
|
3889
|
-
|
|
3890
|
-
StudioLifecycleConfigName: string | undefined;
|
|
3891
|
-
}
|
|
3892
|
-
export declare namespace DescribeStudioLifecycleConfigRequest {
|
|
3893
|
-
|
|
3894
|
-
const filterSensitiveLog: (obj: DescribeStudioLifecycleConfigRequest) => any;
|
|
3895
|
-
}
|
|
3896
|
-
export interface DescribeStudioLifecycleConfigResponse {
|
|
3897
|
-
|
|
3898
|
-
StudioLifecycleConfigArn?: string;
|
|
3899
|
-
|
|
3900
|
-
StudioLifecycleConfigName?: string;
|
|
3901
|
-
|
|
3902
|
-
CreationTime?: Date;
|
|
3903
|
-
|
|
3904
|
-
LastModifiedTime?: Date;
|
|
3905
|
-
|
|
3906
|
-
StudioLifecycleConfigContent?: string;
|
|
3907
|
-
|
|
3908
|
-
StudioLifecycleConfigAppType?: StudioLifecycleConfigAppType | string;
|
|
3909
|
-
}
|
|
3910
|
-
export declare namespace DescribeStudioLifecycleConfigResponse {
|
|
3911
|
-
|
|
3912
|
-
const filterSensitiveLog: (obj: DescribeStudioLifecycleConfigResponse) => any;
|
|
3913
|
-
}
|
|
3914
|
-
export interface DescribeSubscribedWorkteamRequest {
|
|
3915
|
-
|
|
3916
|
-
WorkteamArn: string | undefined;
|
|
3917
|
-
}
|
|
3918
|
-
export declare namespace DescribeSubscribedWorkteamRequest {
|
|
3919
|
-
|
|
3920
|
-
const filterSensitiveLog: (obj: DescribeSubscribedWorkteamRequest) => any;
|
|
3921
|
-
}
|
|
3922
|
-
|
|
3923
|
-
export interface SubscribedWorkteam {
|
|
3924
|
-
|
|
3925
|
-
WorkteamArn: string | undefined;
|
|
3926
|
-
|
|
3927
|
-
MarketplaceTitle?: string;
|
|
3928
|
-
|
|
3929
|
-
SellerName?: string;
|
|
3930
|
-
|
|
3931
|
-
MarketplaceDescription?: string;
|
|
3932
|
-
|
|
3933
|
-
ListingId?: string;
|
|
3934
|
-
}
|
|
3935
|
-
export declare namespace SubscribedWorkteam {
|
|
3936
|
-
|
|
3937
|
-
const filterSensitiveLog: (obj: SubscribedWorkteam) => any;
|
|
3938
|
-
}
|
|
3939
|
-
export interface DescribeSubscribedWorkteamResponse {
|
|
3940
|
-
|
|
3941
|
-
SubscribedWorkteam: SubscribedWorkteam | undefined;
|
|
3942
|
-
}
|
|
3943
|
-
export declare namespace DescribeSubscribedWorkteamResponse {
|
|
3944
|
-
|
|
3945
|
-
const filterSensitiveLog: (obj: DescribeSubscribedWorkteamResponse) => any;
|
|
3946
|
-
}
|
|
3947
|
-
export interface DescribeTrainingJobRequest {
|
|
3948
|
-
|
|
3949
|
-
TrainingJobName: string | undefined;
|
|
3950
|
-
}
|
|
3951
|
-
export declare namespace DescribeTrainingJobRequest {
|
|
3952
|
-
|
|
3953
|
-
const filterSensitiveLog: (obj: DescribeTrainingJobRequest) => any;
|
|
3954
|
-
}
|
|
3955
|
-
|
|
3956
|
-
export interface MetricData {
|
|
3957
|
-
|
|
3958
|
-
MetricName?: string;
|
|
3959
|
-
|
|
3960
|
-
Value?: number;
|
|
3961
|
-
|
|
3962
|
-
Timestamp?: Date;
|
|
3963
|
-
}
|
|
3964
|
-
export declare namespace MetricData {
|
|
3965
|
-
|
|
3966
|
-
const filterSensitiveLog: (obj: MetricData) => any;
|
|
3967
|
-
}
|
|
3968
|
-
|
|
3969
|
-
export interface ProfilerRuleEvaluationStatus {
|
|
3970
|
-
|
|
3971
|
-
RuleConfigurationName?: string;
|
|
3972
|
-
|
|
3973
|
-
RuleEvaluationJobArn?: string;
|
|
3974
|
-
|
|
3975
|
-
RuleEvaluationStatus?: RuleEvaluationStatus | string;
|
|
3976
|
-
|
|
3977
|
-
StatusDetails?: string;
|
|
3978
|
-
|
|
3979
|
-
LastModifiedTime?: Date;
|
|
3980
|
-
}
|
|
3981
|
-
export declare namespace ProfilerRuleEvaluationStatus {
|
|
3982
|
-
|
|
3983
|
-
const filterSensitiveLog: (obj: ProfilerRuleEvaluationStatus) => any;
|
|
3984
|
-
}
|
|
3985
|
-
export declare enum ProfilingStatus {
|
|
3986
|
-
DISABLED = "Disabled",
|
|
3987
|
-
ENABLED = "Enabled"
|
|
4011
|
+
PENDING = "Pending",
|
|
4012
|
+
UPDATE_COMPLETED = "UpdateCompleted",
|
|
4013
|
+
UPDATE_FAILED = "UpdateFailed",
|
|
4014
|
+
UPDATE_IN_PROGRESS = "UpdateInProgress"
|
|
3988
4015
|
}
|
|
@@ -1,5 +1,145 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { _InstanceType, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DomainStatus, EdgePackagingJobStatus, EndpointStatus, ExecutionStatus, ExperimentConfig, ExperimentSource, FeatureGroupStatus, FlowDefinitionStatus, HyperParameterTrainingJobSummary, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, LabelCounters, LabelingJobOutput, LabelingJobStatus, MemberDefinition,
|
|
1
|
+
import { ActionSummary, AgentVersion, AlgorithmSortBy, AlgorithmSpecification, AlgorithmSummary, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppSortKey, AppSpecification, ArtifactSummary, AssociationEdgeType, AssociationSummary, AutoMLCandidate, AutoMLJobStatus, AutoMLJobSummary, AutoMLSortBy, AutoMLSortOrder, BatchStrategy, CacheHitResult, CallbackStepMetadata, CandidateSortBy, CandidateStatus, Channel, CheckpointConfig, CodeRepositorySortBy, CodeRepositorySortOrder, CodeRepositorySummary, CognitoConfig, CompilationJobStatus, CompilationJobSummary, ConditionStepMetadata, ContextSummary, EdgeOutputConfig, FeatureDefinition, HyperParameterTuningJobStrategyType, InferenceSpecification, LabelingJobInputConfig, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OfflineStoreConfig, OnlineStoreConfig, OutputDataConfig, OutputParameter, ResourceConfig, ResourceLimits, ResourceSpec, RetryStrategy, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UiTemplate, UserContext, UserSettings, VpcConfig } from "./models_0";
|
|
2
|
+
import { _InstanceType, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DomainStatus, EdgePackagingJobStatus, EndpointStatus, ExecutionStatus, ExperimentConfig, ExperimentSource, FeatureGroupStatus, FlowDefinitionStatus, HyperParameterTrainingJobSummary, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, LabelCounters, LabelingJobOutput, LabelingJobStatus, MemberDefinition, ModelArtifacts, ModelClientConfig, ModelMetrics, ModelPackageGroupStatus, ModelPackageStatusDetails, ModelPackageValidationSpecification, MonitoringExecutionSummary, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceStatus, NotificationConfiguration, ObjectiveStatusCounters, OfflineStoreStatus, OfflineStoreStatusValue, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingInput, ProcessingJobStatus, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProductionVariantSummary, ProfilerConfig, ProfilerRuleConfiguration, ProjectStatus, RuleEvaluationStatus, ScheduleStatus, ServiceCatalogProvisioningDetails, SourceAlgorithmSpecification, SourceIpConfig, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrainingJobStatus, TrainingJobStatusCounters, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus } from "./models_1";
|
|
3
|
+
|
|
4
|
+
export interface ServiceCatalogProvisionedProductDetails {
|
|
5
|
+
|
|
6
|
+
ProvisionedProductId?: string;
|
|
7
|
+
|
|
8
|
+
ProvisionedProductStatusMessage?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare namespace ServiceCatalogProvisionedProductDetails {
|
|
11
|
+
|
|
12
|
+
const filterSensitiveLog: (obj: ServiceCatalogProvisionedProductDetails) => any;
|
|
13
|
+
}
|
|
14
|
+
export interface DescribeProjectOutput {
|
|
15
|
+
|
|
16
|
+
ProjectArn: string | undefined;
|
|
17
|
+
|
|
18
|
+
ProjectName: string | undefined;
|
|
19
|
+
|
|
20
|
+
ProjectId: string | undefined;
|
|
21
|
+
|
|
22
|
+
ProjectDescription?: string;
|
|
23
|
+
|
|
24
|
+
ServiceCatalogProvisioningDetails: ServiceCatalogProvisioningDetails | undefined;
|
|
25
|
+
|
|
26
|
+
ServiceCatalogProvisionedProductDetails?: ServiceCatalogProvisionedProductDetails;
|
|
27
|
+
|
|
28
|
+
ProjectStatus: ProjectStatus | string | undefined;
|
|
29
|
+
|
|
30
|
+
CreatedBy?: UserContext;
|
|
31
|
+
|
|
32
|
+
CreationTime: Date | undefined;
|
|
33
|
+
|
|
34
|
+
LastModifiedTime?: Date;
|
|
35
|
+
|
|
36
|
+
LastModifiedBy?: UserContext;
|
|
37
|
+
}
|
|
38
|
+
export declare namespace DescribeProjectOutput {
|
|
39
|
+
|
|
40
|
+
const filterSensitiveLog: (obj: DescribeProjectOutput) => any;
|
|
41
|
+
}
|
|
42
|
+
export interface DescribeStudioLifecycleConfigRequest {
|
|
43
|
+
|
|
44
|
+
StudioLifecycleConfigName: string | undefined;
|
|
45
|
+
}
|
|
46
|
+
export declare namespace DescribeStudioLifecycleConfigRequest {
|
|
47
|
+
|
|
48
|
+
const filterSensitiveLog: (obj: DescribeStudioLifecycleConfigRequest) => any;
|
|
49
|
+
}
|
|
50
|
+
export interface DescribeStudioLifecycleConfigResponse {
|
|
51
|
+
|
|
52
|
+
StudioLifecycleConfigArn?: string;
|
|
53
|
+
|
|
54
|
+
StudioLifecycleConfigName?: string;
|
|
55
|
+
|
|
56
|
+
CreationTime?: Date;
|
|
57
|
+
|
|
58
|
+
LastModifiedTime?: Date;
|
|
59
|
+
|
|
60
|
+
StudioLifecycleConfigContent?: string;
|
|
61
|
+
|
|
62
|
+
StudioLifecycleConfigAppType?: StudioLifecycleConfigAppType | string;
|
|
63
|
+
}
|
|
64
|
+
export declare namespace DescribeStudioLifecycleConfigResponse {
|
|
65
|
+
|
|
66
|
+
const filterSensitiveLog: (obj: DescribeStudioLifecycleConfigResponse) => any;
|
|
67
|
+
}
|
|
68
|
+
export interface DescribeSubscribedWorkteamRequest {
|
|
69
|
+
|
|
70
|
+
WorkteamArn: string | undefined;
|
|
71
|
+
}
|
|
72
|
+
export declare namespace DescribeSubscribedWorkteamRequest {
|
|
73
|
+
|
|
74
|
+
const filterSensitiveLog: (obj: DescribeSubscribedWorkteamRequest) => any;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
export interface SubscribedWorkteam {
|
|
78
|
+
|
|
79
|
+
WorkteamArn: string | undefined;
|
|
80
|
+
|
|
81
|
+
MarketplaceTitle?: string;
|
|
82
|
+
|
|
83
|
+
SellerName?: string;
|
|
84
|
+
|
|
85
|
+
MarketplaceDescription?: string;
|
|
86
|
+
|
|
87
|
+
ListingId?: string;
|
|
88
|
+
}
|
|
89
|
+
export declare namespace SubscribedWorkteam {
|
|
90
|
+
|
|
91
|
+
const filterSensitiveLog: (obj: SubscribedWorkteam) => any;
|
|
92
|
+
}
|
|
93
|
+
export interface DescribeSubscribedWorkteamResponse {
|
|
94
|
+
|
|
95
|
+
SubscribedWorkteam: SubscribedWorkteam | undefined;
|
|
96
|
+
}
|
|
97
|
+
export declare namespace DescribeSubscribedWorkteamResponse {
|
|
98
|
+
|
|
99
|
+
const filterSensitiveLog: (obj: DescribeSubscribedWorkteamResponse) => any;
|
|
100
|
+
}
|
|
101
|
+
export interface DescribeTrainingJobRequest {
|
|
102
|
+
|
|
103
|
+
TrainingJobName: string | undefined;
|
|
104
|
+
}
|
|
105
|
+
export declare namespace DescribeTrainingJobRequest {
|
|
106
|
+
|
|
107
|
+
const filterSensitiveLog: (obj: DescribeTrainingJobRequest) => any;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
export interface MetricData {
|
|
111
|
+
|
|
112
|
+
MetricName?: string;
|
|
113
|
+
|
|
114
|
+
Value?: number;
|
|
115
|
+
|
|
116
|
+
Timestamp?: Date;
|
|
117
|
+
}
|
|
118
|
+
export declare namespace MetricData {
|
|
119
|
+
|
|
120
|
+
const filterSensitiveLog: (obj: MetricData) => any;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
export interface ProfilerRuleEvaluationStatus {
|
|
124
|
+
|
|
125
|
+
RuleConfigurationName?: string;
|
|
126
|
+
|
|
127
|
+
RuleEvaluationJobArn?: string;
|
|
128
|
+
|
|
129
|
+
RuleEvaluationStatus?: RuleEvaluationStatus | string;
|
|
130
|
+
|
|
131
|
+
StatusDetails?: string;
|
|
132
|
+
|
|
133
|
+
LastModifiedTime?: Date;
|
|
134
|
+
}
|
|
135
|
+
export declare namespace ProfilerRuleEvaluationStatus {
|
|
136
|
+
|
|
137
|
+
const filterSensitiveLog: (obj: ProfilerRuleEvaluationStatus) => any;
|
|
138
|
+
}
|
|
139
|
+
export declare enum ProfilingStatus {
|
|
140
|
+
DISABLED = "Disabled",
|
|
141
|
+
ENABLED = "Enabled"
|
|
142
|
+
}
|
|
3
143
|
export declare enum SecondaryStatus {
|
|
4
144
|
COMPLETED = "Completed",
|
|
5
145
|
DOWNLOADING = "Downloading",
|
|
@@ -609,6 +749,26 @@ export declare namespace DomainDetails {
|
|
|
609
749
|
const filterSensitiveLog: (obj: DomainDetails) => any;
|
|
610
750
|
}
|
|
611
751
|
|
|
752
|
+
export interface RStudioServerProDomainSettingsForUpdate {
|
|
753
|
+
|
|
754
|
+
DomainExecutionRoleArn: string | undefined;
|
|
755
|
+
|
|
756
|
+
DefaultResourceSpec?: ResourceSpec;
|
|
757
|
+
}
|
|
758
|
+
export declare namespace RStudioServerProDomainSettingsForUpdate {
|
|
759
|
+
|
|
760
|
+
const filterSensitiveLog: (obj: RStudioServerProDomainSettingsForUpdate) => any;
|
|
761
|
+
}
|
|
762
|
+
|
|
763
|
+
export interface DomainSettingsForUpdate {
|
|
764
|
+
|
|
765
|
+
RStudioServerProDomainSettingsForUpdate?: RStudioServerProDomainSettingsForUpdate;
|
|
766
|
+
}
|
|
767
|
+
export declare namespace DomainSettingsForUpdate {
|
|
768
|
+
|
|
769
|
+
const filterSensitiveLog: (obj: DomainSettingsForUpdate) => any;
|
|
770
|
+
}
|
|
771
|
+
|
|
612
772
|
export interface EdgeModelStat {
|
|
613
773
|
|
|
614
774
|
ModelName: string | undefined;
|
|
@@ -3588,6 +3748,10 @@ export interface ModelPackage {
|
|
|
3588
3748
|
ApprovalDescription?: string;
|
|
3589
3749
|
|
|
3590
3750
|
Tags?: Tag[];
|
|
3751
|
+
|
|
3752
|
+
CustomerMetadataProperties?: {
|
|
3753
|
+
[key: string]: string;
|
|
3754
|
+
};
|
|
3591
3755
|
}
|
|
3592
3756
|
export declare namespace ModelPackage {
|
|
3593
3757
|
|
|
@@ -3790,6 +3954,10 @@ export interface Project {
|
|
|
3790
3954
|
CreationTime?: Date;
|
|
3791
3955
|
|
|
3792
3956
|
Tags?: Tag[];
|
|
3957
|
+
|
|
3958
|
+
LastModifiedTime?: Date;
|
|
3959
|
+
|
|
3960
|
+
LastModifiedBy?: UserContext;
|
|
3793
3961
|
}
|
|
3794
3962
|
export declare namespace Project {
|
|
3795
3963
|
|
|
@@ -4284,121 +4452,3 @@ export declare namespace StopEdgePackagingJobRequest {
|
|
|
4284
4452
|
|
|
4285
4453
|
const filterSensitiveLog: (obj: StopEdgePackagingJobRequest) => any;
|
|
4286
4454
|
}
|
|
4287
|
-
export interface StopHyperParameterTuningJobRequest {
|
|
4288
|
-
|
|
4289
|
-
HyperParameterTuningJobName: string | undefined;
|
|
4290
|
-
}
|
|
4291
|
-
export declare namespace StopHyperParameterTuningJobRequest {
|
|
4292
|
-
|
|
4293
|
-
const filterSensitiveLog: (obj: StopHyperParameterTuningJobRequest) => any;
|
|
4294
|
-
}
|
|
4295
|
-
export interface StopLabelingJobRequest {
|
|
4296
|
-
|
|
4297
|
-
LabelingJobName: string | undefined;
|
|
4298
|
-
}
|
|
4299
|
-
export declare namespace StopLabelingJobRequest {
|
|
4300
|
-
|
|
4301
|
-
const filterSensitiveLog: (obj: StopLabelingJobRequest) => any;
|
|
4302
|
-
}
|
|
4303
|
-
export interface StopMonitoringScheduleRequest {
|
|
4304
|
-
|
|
4305
|
-
MonitoringScheduleName: string | undefined;
|
|
4306
|
-
}
|
|
4307
|
-
export declare namespace StopMonitoringScheduleRequest {
|
|
4308
|
-
|
|
4309
|
-
const filterSensitiveLog: (obj: StopMonitoringScheduleRequest) => any;
|
|
4310
|
-
}
|
|
4311
|
-
export interface StopNotebookInstanceInput {
|
|
4312
|
-
|
|
4313
|
-
NotebookInstanceName: string | undefined;
|
|
4314
|
-
}
|
|
4315
|
-
export declare namespace StopNotebookInstanceInput {
|
|
4316
|
-
|
|
4317
|
-
const filterSensitiveLog: (obj: StopNotebookInstanceInput) => any;
|
|
4318
|
-
}
|
|
4319
|
-
export interface StopPipelineExecutionRequest {
|
|
4320
|
-
|
|
4321
|
-
PipelineExecutionArn: string | undefined;
|
|
4322
|
-
|
|
4323
|
-
ClientRequestToken?: string;
|
|
4324
|
-
}
|
|
4325
|
-
export declare namespace StopPipelineExecutionRequest {
|
|
4326
|
-
|
|
4327
|
-
const filterSensitiveLog: (obj: StopPipelineExecutionRequest) => any;
|
|
4328
|
-
}
|
|
4329
|
-
export interface StopPipelineExecutionResponse {
|
|
4330
|
-
|
|
4331
|
-
PipelineExecutionArn?: string;
|
|
4332
|
-
}
|
|
4333
|
-
export declare namespace StopPipelineExecutionResponse {
|
|
4334
|
-
|
|
4335
|
-
const filterSensitiveLog: (obj: StopPipelineExecutionResponse) => any;
|
|
4336
|
-
}
|
|
4337
|
-
export interface StopProcessingJobRequest {
|
|
4338
|
-
|
|
4339
|
-
ProcessingJobName: string | undefined;
|
|
4340
|
-
}
|
|
4341
|
-
export declare namespace StopProcessingJobRequest {
|
|
4342
|
-
|
|
4343
|
-
const filterSensitiveLog: (obj: StopProcessingJobRequest) => any;
|
|
4344
|
-
}
|
|
4345
|
-
export interface StopTrainingJobRequest {
|
|
4346
|
-
|
|
4347
|
-
TrainingJobName: string | undefined;
|
|
4348
|
-
}
|
|
4349
|
-
export declare namespace StopTrainingJobRequest {
|
|
4350
|
-
|
|
4351
|
-
const filterSensitiveLog: (obj: StopTrainingJobRequest) => any;
|
|
4352
|
-
}
|
|
4353
|
-
export interface StopTransformJobRequest {
|
|
4354
|
-
|
|
4355
|
-
TransformJobName: string | undefined;
|
|
4356
|
-
}
|
|
4357
|
-
export declare namespace StopTransformJobRequest {
|
|
4358
|
-
|
|
4359
|
-
const filterSensitiveLog: (obj: StopTransformJobRequest) => any;
|
|
4360
|
-
}
|
|
4361
|
-
export interface UpdateActionRequest {
|
|
4362
|
-
|
|
4363
|
-
ActionName: string | undefined;
|
|
4364
|
-
|
|
4365
|
-
Description?: string;
|
|
4366
|
-
|
|
4367
|
-
Status?: ActionStatus | string;
|
|
4368
|
-
|
|
4369
|
-
Properties?: {
|
|
4370
|
-
[key: string]: string;
|
|
4371
|
-
};
|
|
4372
|
-
|
|
4373
|
-
PropertiesToRemove?: string[];
|
|
4374
|
-
}
|
|
4375
|
-
export declare namespace UpdateActionRequest {
|
|
4376
|
-
|
|
4377
|
-
const filterSensitiveLog: (obj: UpdateActionRequest) => any;
|
|
4378
|
-
}
|
|
4379
|
-
export interface UpdateActionResponse {
|
|
4380
|
-
|
|
4381
|
-
ActionArn?: string;
|
|
4382
|
-
}
|
|
4383
|
-
export declare namespace UpdateActionResponse {
|
|
4384
|
-
|
|
4385
|
-
const filterSensitiveLog: (obj: UpdateActionResponse) => any;
|
|
4386
|
-
}
|
|
4387
|
-
export interface UpdateAppImageConfigRequest {
|
|
4388
|
-
|
|
4389
|
-
AppImageConfigName: string | undefined;
|
|
4390
|
-
|
|
4391
|
-
KernelGatewayImageConfig?: KernelGatewayImageConfig;
|
|
4392
|
-
}
|
|
4393
|
-
export declare namespace UpdateAppImageConfigRequest {
|
|
4394
|
-
|
|
4395
|
-
const filterSensitiveLog: (obj: UpdateAppImageConfigRequest) => any;
|
|
4396
|
-
}
|
|
4397
|
-
export interface UpdateAppImageConfigResponse {
|
|
4398
|
-
|
|
4399
|
-
AppImageConfigArn?: string;
|
|
4400
|
-
}
|
|
4401
|
-
export declare namespace UpdateAppImageConfigResponse {
|
|
4402
|
-
|
|
4403
|
-
const filterSensitiveLog: (obj: UpdateAppImageConfigResponse) => any;
|
|
4404
|
-
}
|