@aws-sdk/client-cleanroomsml 3.1087.0 → 3.1088.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/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/CleanRoomsML.d.ts +197 -250
- package/dist-types/ts3.4/CleanRoomsMLClient.d.ts +7 -20
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CancelTrainedModelCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/CancelTrainedModelInferenceJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateAudienceModelCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateConfiguredAudienceModelCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateConfiguredModelAlgorithmAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateConfiguredModelAlgorithmCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateMLInputChannelCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTrainedModelCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTrainingDatasetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteAudienceGenerationJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteAudienceModelCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteConfiguredModelAlgorithmAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteConfiguredModelAlgorithmCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteMLConfigurationCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteMLInputChannelDataCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteTrainedModelOutputCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteTrainingDatasetCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/GetAudienceGenerationJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAudienceModelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCollaborationMLInputChannelCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCollaborationTrainedModelCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetConfiguredAudienceModelCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetConfiguredAudienceModelPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetConfiguredModelAlgorithmAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetConfiguredModelAlgorithmCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetMLConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetMLInputChannelCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetTrainedModelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetTrainedModelInferenceJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetTrainingDatasetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListAudienceExportJobsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListAudienceGenerationJobsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListAudienceModelsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCollaborationMLInputChannelsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCollaborationTrainedModelExportJobsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCollaborationTrainedModelInferenceJobsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCollaborationTrainedModelsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListConfiguredAudienceModelsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListConfiguredModelAlgorithmAssociationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListConfiguredModelAlgorithmsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListMLInputChannelsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTrainedModelInferenceJobsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTrainedModelVersionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTrainedModelsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTrainingDatasetsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutConfiguredAudienceModelPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutMLConfigurationCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/StartAudienceExportJobCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/StartAudienceGenerationJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartTrainedModelExportJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartTrainedModelInferenceJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateConfiguredAudienceModelCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +10 -20
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +12 -36
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/package.json +38 -38
|
@@ -2,22 +2,19 @@ export declare const AutoRefreshMode: {
|
|
|
2
2
|
readonly DISABLED: "DISABLED";
|
|
3
3
|
readonly ENABLED: "ENABLED";
|
|
4
4
|
};
|
|
5
|
-
export type AutoRefreshMode =
|
|
6
|
-
(typeof AutoRefreshMode)[keyof typeof AutoRefreshMode];
|
|
5
|
+
export type AutoRefreshMode = (typeof AutoRefreshMode)[keyof typeof AutoRefreshMode];
|
|
7
6
|
export declare const AccessBudgetType: {
|
|
8
7
|
readonly CALENDAR_DAY: "CALENDAR_DAY";
|
|
9
8
|
readonly CALENDAR_MONTH: "CALENDAR_MONTH";
|
|
10
9
|
readonly CALENDAR_WEEK: "CALENDAR_WEEK";
|
|
11
10
|
readonly LIFETIME: "LIFETIME";
|
|
12
11
|
};
|
|
13
|
-
export type AccessBudgetType =
|
|
14
|
-
(typeof AccessBudgetType)[keyof typeof AccessBudgetType];
|
|
12
|
+
export type AccessBudgetType = (typeof AccessBudgetType)[keyof typeof AccessBudgetType];
|
|
15
13
|
export declare const AudienceSizeType: {
|
|
16
14
|
readonly ABSOLUTE: "ABSOLUTE";
|
|
17
15
|
readonly PERCENTAGE: "PERCENTAGE";
|
|
18
16
|
};
|
|
19
|
-
export type AudienceSizeType =
|
|
20
|
-
(typeof AudienceSizeType)[keyof typeof AudienceSizeType];
|
|
17
|
+
export type AudienceSizeType = (typeof AudienceSizeType)[keyof typeof AudienceSizeType];
|
|
21
18
|
export declare const AudienceExportJobStatus: {
|
|
22
19
|
readonly ACTIVE: "ACTIVE";
|
|
23
20
|
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
@@ -30,8 +27,7 @@ export declare const WorkerComputeType: {
|
|
|
30
27
|
readonly CR1X: "CR.1X";
|
|
31
28
|
readonly CR4X: "CR.4X";
|
|
32
29
|
};
|
|
33
|
-
export type WorkerComputeType =
|
|
34
|
-
(typeof WorkerComputeType)[keyof typeof WorkerComputeType];
|
|
30
|
+
export type WorkerComputeType = (typeof WorkerComputeType)[keyof typeof WorkerComputeType];
|
|
35
31
|
export declare const AudienceGenerationJobStatus: {
|
|
36
32
|
readonly ACTIVE: "ACTIVE";
|
|
37
33
|
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
@@ -52,14 +48,12 @@ export declare const AudienceModelStatus: {
|
|
|
52
48
|
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
53
49
|
readonly DELETE_PENDING: "DELETE_PENDING";
|
|
54
50
|
};
|
|
55
|
-
export type AudienceModelStatus =
|
|
56
|
-
(typeof AudienceModelStatus)[keyof typeof AudienceModelStatus];
|
|
51
|
+
export type AudienceModelStatus = (typeof AudienceModelStatus)[keyof typeof AudienceModelStatus];
|
|
57
52
|
export declare const TagOnCreatePolicy: {
|
|
58
53
|
readonly FROM_PARENT_RESOURCE: "FROM_PARENT_RESOURCE";
|
|
59
54
|
readonly NONE: "NONE";
|
|
60
55
|
};
|
|
61
|
-
export type TagOnCreatePolicy =
|
|
62
|
-
(typeof TagOnCreatePolicy)[keyof typeof TagOnCreatePolicy];
|
|
56
|
+
export type TagOnCreatePolicy = (typeof TagOnCreatePolicy)[keyof typeof TagOnCreatePolicy];
|
|
63
57
|
export declare const SharedAudienceMetrics: {
|
|
64
58
|
readonly ALL: "ALL";
|
|
65
59
|
readonly NONE: "NONE";
|
|
@@ -110,8 +104,7 @@ export declare const NoiseLevelType: {
|
|
|
110
104
|
readonly MEDIUM: "MEDIUM";
|
|
111
105
|
readonly NONE: "NONE";
|
|
112
106
|
};
|
|
113
|
-
export type NoiseLevelType =
|
|
114
|
-
(typeof NoiseLevelType)[keyof typeof NoiseLevelType];
|
|
107
|
+
export type NoiseLevelType = (typeof NoiseLevelType)[keyof typeof NoiseLevelType];
|
|
115
108
|
export declare const TrainedModelArtifactMaxSizeUnitType: {
|
|
116
109
|
readonly GB: "GB";
|
|
117
110
|
};
|
|
@@ -127,8 +120,7 @@ export declare const MLInputChannelStatus: {
|
|
|
127
120
|
readonly DELETE_PENDING: "DELETE_PENDING";
|
|
128
121
|
readonly INACTIVE: "INACTIVE";
|
|
129
122
|
};
|
|
130
|
-
export type MLInputChannelStatus =
|
|
131
|
-
(typeof MLInputChannelStatus)[keyof typeof MLInputChannelStatus];
|
|
123
|
+
export type MLInputChannelStatus = (typeof MLInputChannelStatus)[keyof typeof MLInputChannelStatus];
|
|
132
124
|
export declare const TrainedModelExportJobStatus: {
|
|
133
125
|
readonly ACTIVE: "ACTIVE";
|
|
134
126
|
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
@@ -172,8 +164,7 @@ export declare const TrainedModelStatus: {
|
|
|
172
164
|
readonly DELETE_PENDING: "DELETE_PENDING";
|
|
173
165
|
readonly INACTIVE: "INACTIVE";
|
|
174
166
|
};
|
|
175
|
-
export type TrainedModelStatus =
|
|
176
|
-
(typeof TrainedModelStatus)[keyof typeof TrainedModelStatus];
|
|
167
|
+
export type TrainedModelStatus = (typeof TrainedModelStatus)[keyof typeof TrainedModelStatus];
|
|
177
168
|
export declare const ResultFormat: {
|
|
178
169
|
readonly CSV: "CSV";
|
|
179
170
|
readonly PARQUET: "PARQUET";
|
|
@@ -337,8 +328,7 @@ export declare const TrainingInputMode: {
|
|
|
337
328
|
readonly FILE: "File";
|
|
338
329
|
readonly PIPE: "Pipe";
|
|
339
330
|
};
|
|
340
|
-
export type TrainingInputMode =
|
|
341
|
-
(typeof TrainingInputMode)[keyof typeof TrainingInputMode];
|
|
331
|
+
export type TrainingInputMode = (typeof TrainingInputMode)[keyof typeof TrainingInputMode];
|
|
342
332
|
export declare const InferenceInstanceType: {
|
|
343
333
|
readonly ML_C4_2XLARGE: "ml.c4.2xlarge";
|
|
344
334
|
readonly ML_C4_4XLARGE: "ml.c4.4xlarge";
|
|
@@ -3,16 +3,12 @@ import { CleanRoomsMLServiceException as __BaseException } from "./CleanRoomsMLS
|
|
|
3
3
|
export declare class AccessDeniedException extends __BaseException {
|
|
4
4
|
readonly name: "AccessDeniedException";
|
|
5
5
|
readonly $fault: "client";
|
|
6
|
-
constructor(
|
|
7
|
-
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
8
|
-
);
|
|
6
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
9
7
|
}
|
|
10
8
|
export declare class ValidationException extends __BaseException {
|
|
11
9
|
readonly name: "ValidationException";
|
|
12
10
|
readonly $fault: "client";
|
|
13
|
-
constructor(
|
|
14
|
-
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
15
|
-
);
|
|
11
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
16
12
|
}
|
|
17
13
|
export declare class ConflictException extends __BaseException {
|
|
18
14
|
readonly name: "ConflictException";
|
|
@@ -22,30 +18,22 @@ export declare class ConflictException extends __BaseException {
|
|
|
22
18
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
23
19
|
readonly name: "ResourceNotFoundException";
|
|
24
20
|
readonly $fault: "client";
|
|
25
|
-
constructor(
|
|
26
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
27
|
-
);
|
|
21
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
28
22
|
}
|
|
29
23
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
30
24
|
readonly name: "ServiceQuotaExceededException";
|
|
31
25
|
readonly $fault: "client";
|
|
32
26
|
quotaName?: string | undefined;
|
|
33
27
|
quotaValue?: number | undefined;
|
|
34
|
-
constructor(
|
|
35
|
-
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
36
|
-
);
|
|
28
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
37
29
|
}
|
|
38
30
|
export declare class ThrottlingException extends __BaseException {
|
|
39
31
|
readonly name: "ThrottlingException";
|
|
40
32
|
readonly $fault: "client";
|
|
41
|
-
constructor(
|
|
42
|
-
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
43
|
-
);
|
|
33
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
44
34
|
}
|
|
45
35
|
export declare class InternalServiceException extends __BaseException {
|
|
46
36
|
readonly name: "InternalServiceException";
|
|
47
37
|
readonly $fault: "server";
|
|
48
|
-
constructor(
|
|
49
|
-
opts: __ExceptionOptionType<InternalServiceException, __BaseException>
|
|
50
|
-
);
|
|
38
|
+
constructor(opts: __ExceptionOptionType<InternalServiceException, __BaseException>);
|
|
51
39
|
}
|
|
@@ -446,9 +446,7 @@ export interface TrainedModelsConfigurationPolicy {
|
|
|
446
446
|
export interface PrivacyConfigurationPolicies {
|
|
447
447
|
trainedModels?: TrainedModelsConfigurationPolicy | undefined;
|
|
448
448
|
trainedModelExports?: TrainedModelExportsConfigurationPolicy | undefined;
|
|
449
|
-
trainedModelInferenceJobs?:
|
|
450
|
-
| TrainedModelInferenceJobsConfigurationPolicy
|
|
451
|
-
| undefined;
|
|
449
|
+
trainedModelInferenceJobs?: TrainedModelInferenceJobsConfigurationPolicy | undefined;
|
|
452
450
|
}
|
|
453
451
|
export interface PrivacyConfiguration {
|
|
454
452
|
policies: PrivacyConfigurationPolicies | undefined;
|
|
@@ -517,9 +515,7 @@ export interface ConfiguredModelAlgorithmAssociationSummary {
|
|
|
517
515
|
}
|
|
518
516
|
export interface ListConfiguredModelAlgorithmAssociationsResponse {
|
|
519
517
|
nextToken?: string | undefined;
|
|
520
|
-
configuredModelAlgorithmAssociations:
|
|
521
|
-
| ConfiguredModelAlgorithmAssociationSummary[]
|
|
522
|
-
| undefined;
|
|
518
|
+
configuredModelAlgorithmAssociations: ConfiguredModelAlgorithmAssociationSummary[] | undefined;
|
|
523
519
|
}
|
|
524
520
|
export interface ListCollaborationConfiguredModelAlgorithmAssociationsRequest {
|
|
525
521
|
nextToken?: string | undefined;
|
|
@@ -567,9 +563,7 @@ export interface CollaborationMLInputChannelSummary {
|
|
|
567
563
|
}
|
|
568
564
|
export interface ListCollaborationMLInputChannelsResponse {
|
|
569
565
|
nextToken?: string | undefined;
|
|
570
|
-
collaborationMLInputChannelsList:
|
|
571
|
-
| CollaborationMLInputChannelSummary[]
|
|
572
|
-
| undefined;
|
|
566
|
+
collaborationMLInputChannelsList: CollaborationMLInputChannelSummary[] | undefined;
|
|
573
567
|
}
|
|
574
568
|
export interface ListCollaborationTrainedModelExportJobsRequest {
|
|
575
569
|
nextToken?: string | undefined;
|
|
@@ -600,9 +594,7 @@ export interface CollaborationTrainedModelExportJobSummary {
|
|
|
600
594
|
}
|
|
601
595
|
export interface ListCollaborationTrainedModelExportJobsResponse {
|
|
602
596
|
nextToken?: string | undefined;
|
|
603
|
-
collaborationTrainedModelExportJobs:
|
|
604
|
-
| CollaborationTrainedModelExportJobSummary[]
|
|
605
|
-
| undefined;
|
|
597
|
+
collaborationTrainedModelExportJobs: CollaborationTrainedModelExportJobSummary[] | undefined;
|
|
606
598
|
}
|
|
607
599
|
export interface ListCollaborationTrainedModelInferenceJobsRequest {
|
|
608
600
|
nextToken?: string | undefined;
|
|
@@ -660,9 +652,7 @@ export interface CollaborationTrainedModelSummary {
|
|
|
660
652
|
trainedModelArn: string | undefined;
|
|
661
653
|
name: string | undefined;
|
|
662
654
|
versionIdentifier?: string | undefined;
|
|
663
|
-
incrementalTrainingDataChannels?:
|
|
664
|
-
| IncrementalTrainingDataChannelOutput[]
|
|
665
|
-
| undefined;
|
|
655
|
+
incrementalTrainingDataChannels?: IncrementalTrainingDataChannelOutput[] | undefined;
|
|
666
656
|
description?: string | undefined;
|
|
667
657
|
membershipIdentifier: string | undefined;
|
|
668
658
|
collaborationIdentifier: string | undefined;
|
|
@@ -752,9 +742,7 @@ export interface GetCollaborationMLInputChannelRequest {
|
|
|
752
742
|
mlInputChannelArn: string | undefined;
|
|
753
743
|
collaborationIdentifier: string | undefined;
|
|
754
744
|
}
|
|
755
|
-
export type PrivacyBudgets =
|
|
756
|
-
| PrivacyBudgets.AccessBudgetsMember
|
|
757
|
-
| PrivacyBudgets.$UnknownMember;
|
|
745
|
+
export type PrivacyBudgets = PrivacyBudgets.AccessBudgetsMember | PrivacyBudgets.$UnknownMember;
|
|
758
746
|
export declare namespace PrivacyBudgets {
|
|
759
747
|
interface AccessBudgetsMember {
|
|
760
748
|
accessBudgets: AccessBudget[];
|
|
@@ -899,9 +887,7 @@ export interface CreateTrainedModelRequest {
|
|
|
899
887
|
environment?: Record<string, string> | undefined;
|
|
900
888
|
resourceConfig: ResourceConfig | undefined;
|
|
901
889
|
stoppingCondition?: StoppingCondition | undefined;
|
|
902
|
-
incrementalTrainingDataChannels?:
|
|
903
|
-
| IncrementalTrainingDataChannel[]
|
|
904
|
-
| undefined;
|
|
890
|
+
incrementalTrainingDataChannels?: IncrementalTrainingDataChannel[] | undefined;
|
|
905
891
|
dataChannels: ModelTrainingDataChannel[] | undefined;
|
|
906
892
|
trainingInputMode?: TrainingInputMode | undefined;
|
|
907
893
|
description?: string | undefined;
|
|
@@ -928,9 +914,7 @@ export interface GetCollaborationTrainedModelResponse {
|
|
|
928
914
|
collaborationIdentifier: string | undefined;
|
|
929
915
|
trainedModelArn: string | undefined;
|
|
930
916
|
versionIdentifier?: string | undefined;
|
|
931
|
-
incrementalTrainingDataChannels?:
|
|
932
|
-
| IncrementalTrainingDataChannelOutput[]
|
|
933
|
-
| undefined;
|
|
917
|
+
incrementalTrainingDataChannels?: IncrementalTrainingDataChannelOutput[] | undefined;
|
|
934
918
|
name: string | undefined;
|
|
935
919
|
description?: string | undefined;
|
|
936
920
|
status: TrainedModelStatus | undefined;
|
|
@@ -959,9 +943,7 @@ export interface GetTrainedModelResponse {
|
|
|
959
943
|
collaborationIdentifier: string | undefined;
|
|
960
944
|
trainedModelArn: string | undefined;
|
|
961
945
|
versionIdentifier?: string | undefined;
|
|
962
|
-
incrementalTrainingDataChannels?:
|
|
963
|
-
| IncrementalTrainingDataChannelOutput[]
|
|
964
|
-
| undefined;
|
|
946
|
+
incrementalTrainingDataChannels?: IncrementalTrainingDataChannelOutput[] | undefined;
|
|
965
947
|
name: string | undefined;
|
|
966
948
|
description?: string | undefined;
|
|
967
949
|
status: TrainedModelStatus | undefined;
|
|
@@ -994,9 +976,7 @@ export interface TrainedModelSummary {
|
|
|
994
976
|
updateTime: Date | undefined;
|
|
995
977
|
trainedModelArn: string | undefined;
|
|
996
978
|
versionIdentifier?: string | undefined;
|
|
997
|
-
incrementalTrainingDataChannels?:
|
|
998
|
-
| IncrementalTrainingDataChannelOutput[]
|
|
999
|
-
| undefined;
|
|
979
|
+
incrementalTrainingDataChannels?: IncrementalTrainingDataChannelOutput[] | undefined;
|
|
1000
980
|
name: string | undefined;
|
|
1001
981
|
description?: string | undefined;
|
|
1002
982
|
membershipIdentifier: string | undefined;
|
|
@@ -1059,9 +1039,7 @@ export interface GetTrainedModelInferenceJobResponse {
|
|
|
1059
1039
|
outputConfiguration: InferenceOutputConfiguration | undefined;
|
|
1060
1040
|
membershipIdentifier: string | undefined;
|
|
1061
1041
|
dataSource: ModelInferenceDataSource | undefined;
|
|
1062
|
-
containerExecutionParameters?:
|
|
1063
|
-
| InferenceContainerExecutionParameters
|
|
1064
|
-
| undefined;
|
|
1042
|
+
containerExecutionParameters?: InferenceContainerExecutionParameters | undefined;
|
|
1065
1043
|
statusDetails?: StatusDetails | undefined;
|
|
1066
1044
|
description?: string | undefined;
|
|
1067
1045
|
inferenceContainerImageDigest?: string | undefined;
|
|
@@ -1114,9 +1092,7 @@ export interface StartTrainedModelInferenceJobRequest {
|
|
|
1114
1092
|
outputConfiguration: InferenceOutputConfiguration | undefined;
|
|
1115
1093
|
dataSource: ModelInferenceDataSource | undefined;
|
|
1116
1094
|
description?: string | undefined;
|
|
1117
|
-
containerExecutionParameters?:
|
|
1118
|
-
| InferenceContainerExecutionParameters
|
|
1119
|
-
| undefined;
|
|
1095
|
+
containerExecutionParameters?: InferenceContainerExecutionParameters | undefined;
|
|
1120
1096
|
environment?: Record<string, string> | undefined;
|
|
1121
1097
|
kmsKeyArn?: string | undefined;
|
|
1122
1098
|
tags?: Record<string, string> | undefined;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PaginationConfiguration } from "@smithy/types";
|
|
2
2
|
import { CleanRoomsMLClient } from "../CleanRoomsMLClient";
|
|
3
|
-
export interface CleanRoomsMLPaginationConfiguration
|
|
4
|
-
extends PaginationConfiguration {
|
|
3
|
+
export interface CleanRoomsMLPaginationConfiguration extends PaginationConfiguration {
|
|
5
4
|
client: CleanRoomsMLClient;
|
|
6
5
|
}
|
|
@@ -8,24 +8,16 @@ export declare const getRuntimeConfig: (config: CleanRoomsMLClientConfig) => {
|
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
9
|
credentialDefaultProvider:
|
|
10
10
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
-
| ((
|
|
12
|
-
_: unknown
|
|
13
|
-
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
|
+
| ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
14
12
|
defaultUserAgentProvider: (
|
|
15
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
13
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
16
14
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
17
15
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
18
16
|
region: string | import("@smithy/types").Provider<any>;
|
|
19
|
-
requestHandler:
|
|
20
|
-
| import("@smithy/core/protocols").HttpHandler<any>
|
|
21
|
-
| RequestHandler;
|
|
17
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
22
18
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
23
19
|
streamCollector: (
|
|
24
|
-
stream:
|
|
25
|
-
| import("stream").Readable
|
|
26
|
-
| import("stream/web").ReadableStream
|
|
27
|
-
| ReadableStream
|
|
28
|
-
| Blob
|
|
20
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
29
21
|
) => Promise<Uint8Array>;
|
|
30
22
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
31
23
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -53,13 +45,8 @@ export declare const getRuntimeConfig: (config: CleanRoomsMLClientConfig) => {
|
|
|
53
45
|
logger: import("@smithy/types").Logger;
|
|
54
46
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
55
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
56
|
-
userAgentAppId?:
|
|
57
|
-
|
|
58
|
-
| undefined
|
|
59
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
60
|
-
retryStrategy?:
|
|
61
|
-
| import("@smithy/types").RetryStrategy
|
|
62
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
48
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
49
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
63
50
|
endpoint?:
|
|
64
51
|
| ((
|
|
65
52
|
| string
|
|
@@ -81,7 +68,7 @@ export declare const getRuntimeConfig: (config: CleanRoomsMLClientConfig) => {
|
|
|
81
68
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
82
69
|
context?: {
|
|
83
70
|
logger?: import("@smithy/types").Logger;
|
|
84
|
-
}
|
|
71
|
+
},
|
|
85
72
|
) => import("@smithy/types").EndpointV2;
|
|
86
73
|
tls?: boolean;
|
|
87
74
|
serviceConfiguredEndpoint?: never;
|
|
@@ -94,13 +81,13 @@ export declare const getRuntimeConfig: (config: CleanRoomsMLClientConfig) => {
|
|
|
94
81
|
signer?:
|
|
95
82
|
| import("@smithy/types").RequestSigner
|
|
96
83
|
| ((
|
|
97
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
98
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
99
86
|
signingEscapePath?: boolean;
|
|
100
87
|
systemClockOffset?: number;
|
|
101
88
|
signingRegion?: string;
|
|
102
89
|
signerConstructor?: new (
|
|
103
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
104
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
105
92
|
) => import("@smithy/types").RequestSigner;
|
|
106
93
|
};
|
|
@@ -10,23 +10,17 @@ export declare const getRuntimeConfig: (config: CleanRoomsMLClientConfig) => {
|
|
|
10
10
|
credentialDefaultProvider:
|
|
11
11
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
12
12
|
| ((
|
|
13
|
-
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
13
|
+
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
|
|
14
14
|
) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
15
15
|
defaultUserAgentProvider: (
|
|
16
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
16
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
17
17
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
18
18
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
19
19
|
region: string | import("@smithy/types").Provider<string>;
|
|
20
|
-
requestHandler:
|
|
21
|
-
| RequestHandler
|
|
22
|
-
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
20
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
23
21
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
24
22
|
streamCollector: (
|
|
25
|
-
stream:
|
|
26
|
-
| import("stream").Readable
|
|
27
|
-
| import("stream/web").ReadableStream
|
|
28
|
-
| ReadableStream
|
|
29
|
-
| Blob
|
|
23
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
30
24
|
) => Promise<Uint8Array>;
|
|
31
25
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
32
26
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -53,9 +47,7 @@ export declare const getRuntimeConfig: (config: CleanRoomsMLClientConfig) => {
|
|
|
53
47
|
logger: import("@smithy/types").Logger;
|
|
54
48
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
55
49
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
56
|
-
retryStrategy?:
|
|
57
|
-
| import("@smithy/types").RetryStrategy
|
|
58
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
50
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
59
51
|
endpoint?:
|
|
60
52
|
| ((
|
|
61
53
|
| string
|
|
@@ -77,7 +69,7 @@ export declare const getRuntimeConfig: (config: CleanRoomsMLClientConfig) => {
|
|
|
77
69
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
78
70
|
context?: {
|
|
79
71
|
logger?: import("@smithy/types").Logger;
|
|
80
|
-
}
|
|
72
|
+
},
|
|
81
73
|
) => import("@smithy/types").EndpointV2;
|
|
82
74
|
tls?: boolean;
|
|
83
75
|
serviceConfiguredEndpoint?: never;
|
|
@@ -89,13 +81,13 @@ export declare const getRuntimeConfig: (config: CleanRoomsMLClientConfig) => {
|
|
|
89
81
|
signer?:
|
|
90
82
|
| import("@smithy/types").RequestSigner
|
|
91
83
|
| ((
|
|
92
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
93
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
94
86
|
signingEscapePath?: boolean;
|
|
95
87
|
systemClockOffset?: number;
|
|
96
88
|
signingRegion?: string;
|
|
97
89
|
signerConstructor?: new (
|
|
98
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
99
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
100
92
|
) => import("@smithy/types").RequestSigner;
|
|
101
93
|
};
|
|
@@ -21,11 +21,7 @@ export declare const getRuntimeConfig: (config: CleanRoomsMLClientConfig) => {
|
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
23
23
|
streamCollector: (
|
|
24
|
-
stream:
|
|
25
|
-
| import("stream").Readable
|
|
26
|
-
| import("stream/web").ReadableStream
|
|
27
|
-
| ReadableStream
|
|
28
|
-
| Blob
|
|
24
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
29
25
|
) => Promise<Uint8Array>;
|
|
30
26
|
base64Decoder: import("@smithy/types").Decoder;
|
|
31
27
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -40,30 +36,21 @@ export declare const getRuntimeConfig: (config: CleanRoomsMLClientConfig) => {
|
|
|
40
36
|
region: string | import("@smithy/types").Provider<any>;
|
|
41
37
|
profile?: string;
|
|
42
38
|
defaultUserAgentProvider: (
|
|
43
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
39
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
44
40
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
45
41
|
credentialDefaultProvider:
|
|
46
42
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
47
|
-
| ((
|
|
48
|
-
_: unknown
|
|
49
|
-
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
43
|
+
| ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
50
44
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
51
45
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
52
46
|
logger: import("@smithy/types").Logger;
|
|
53
47
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
54
48
|
defaultsMode:
|
|
55
49
|
| import("@smithy/core/client").DefaultsMode
|
|
56
|
-
| import("@smithy/types").Provider<
|
|
57
|
-
import("@smithy/core/client").DefaultsMode
|
|
58
|
-
>;
|
|
50
|
+
| import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
59
51
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
60
|
-
userAgentAppId?:
|
|
61
|
-
|
|
62
|
-
| undefined
|
|
63
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
64
|
-
retryStrategy?:
|
|
65
|
-
| import("@smithy/types").RetryStrategy
|
|
66
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
52
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
53
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
67
54
|
endpoint?:
|
|
68
55
|
| ((
|
|
69
56
|
| string
|
|
@@ -85,7 +72,7 @@ export declare const getRuntimeConfig: (config: CleanRoomsMLClientConfig) => {
|
|
|
85
72
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
86
73
|
context?: {
|
|
87
74
|
logger?: import("@smithy/types").Logger;
|
|
88
|
-
}
|
|
75
|
+
},
|
|
89
76
|
) => import("@smithy/types").EndpointV2;
|
|
90
77
|
tls?: boolean;
|
|
91
78
|
serviceConfiguredEndpoint?: never;
|
|
@@ -98,13 +85,13 @@ export declare const getRuntimeConfig: (config: CleanRoomsMLClientConfig) => {
|
|
|
98
85
|
signer?:
|
|
99
86
|
| import("@smithy/types").RequestSigner
|
|
100
87
|
| ((
|
|
101
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
88
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
102
89
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
103
90
|
signingEscapePath?: boolean;
|
|
104
91
|
systemClockOffset?: number;
|
|
105
92
|
signingRegion?: string;
|
|
106
93
|
signerConstructor?: new (
|
|
107
94
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
108
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
95
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
109
96
|
) => import("@smithy/types").RequestSigner;
|
|
110
97
|
};
|
|
@@ -9,7 +9,7 @@ export declare const getRuntimeConfig: (config: CleanRoomsMLClientConfig) => {
|
|
|
9
9
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
10
10
|
context?: {
|
|
11
11
|
logger?: import("@smithy/types").Logger;
|
|
12
|
-
}
|
|
12
|
+
},
|
|
13
13
|
) => import("@smithy/types").EndpointV2;
|
|
14
14
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
15
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CleanRoomsMLHttpAuthSchemeProvider;
|
package/package.json
CHANGED
|
@@ -1,7 +1,38 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cleanroomsml",
|
|
3
|
+
"version": "3.1088.0",
|
|
3
4
|
"description": "AWS SDK for JavaScript Cleanroomsml Client for Node.js, Browser and React Native",
|
|
4
|
-
"
|
|
5
|
+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-cleanroomsml",
|
|
6
|
+
"license": "Apache-2.0",
|
|
7
|
+
"author": {
|
|
8
|
+
"name": "AWS SDK for JavaScript Team",
|
|
9
|
+
"url": "https://aws.amazon.com/sdk-for-javascript/"
|
|
10
|
+
},
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
14
|
+
"directory": "clients/client-cleanroomsml"
|
|
15
|
+
},
|
|
16
|
+
"files": [
|
|
17
|
+
"dist-*/**"
|
|
18
|
+
],
|
|
19
|
+
"sideEffects": false,
|
|
20
|
+
"main": "./dist-cjs/index.js",
|
|
21
|
+
"module": "./dist-es/index.js",
|
|
22
|
+
"browser": {
|
|
23
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
|
|
24
|
+
},
|
|
25
|
+
"types": "./dist-types/index.d.ts",
|
|
26
|
+
"typesVersions": {
|
|
27
|
+
"<4.5": {
|
|
28
|
+
"dist-types/*": [
|
|
29
|
+
"dist-types/ts3.4/*"
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"react-native": {
|
|
34
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
|
|
35
|
+
},
|
|
5
36
|
"scripts": {
|
|
6
37
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
38
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -14,17 +45,13 @@
|
|
|
14
45
|
"generate:client": "node ../../scripts/generate-clients/single-service",
|
|
15
46
|
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
|
|
16
47
|
},
|
|
17
|
-
"main": "./dist-cjs/index.js",
|
|
18
|
-
"types": "./dist-types/index.d.ts",
|
|
19
|
-
"module": "./dist-es/index.js",
|
|
20
|
-
"sideEffects": false,
|
|
21
48
|
"dependencies": {
|
|
22
|
-
"@aws-sdk/core": "^3.975.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
-
"@aws-sdk/types": "^3.974.
|
|
25
|
-
"@smithy/core": "^3.29.
|
|
26
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
27
|
-
"@smithy/node-http-handler": "^4.9.
|
|
49
|
+
"@aws-sdk/core": "^3.975.3",
|
|
50
|
+
"@aws-sdk/credential-provider-node": "^3.972.69",
|
|
51
|
+
"@aws-sdk/types": "^3.974.2",
|
|
52
|
+
"@smithy/core": "^3.29.4",
|
|
53
|
+
"@smithy/fetch-http-handler": "^5.6.6",
|
|
54
|
+
"@smithy/node-http-handler": "^4.9.6",
|
|
28
55
|
"@smithy/types": "^4.16.1",
|
|
29
56
|
"tslib": "^2.6.2"
|
|
30
57
|
},
|
|
@@ -38,32 +65,5 @@
|
|
|
38
65
|
},
|
|
39
66
|
"engines": {
|
|
40
67
|
"node": ">=20.0.0"
|
|
41
|
-
},
|
|
42
|
-
"typesVersions": {
|
|
43
|
-
"<4.5": {
|
|
44
|
-
"dist-types/*": [
|
|
45
|
-
"dist-types/ts3.4/*"
|
|
46
|
-
]
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
"files": [
|
|
50
|
-
"dist-*/**"
|
|
51
|
-
],
|
|
52
|
-
"author": {
|
|
53
|
-
"name": "AWS SDK for JavaScript Team",
|
|
54
|
-
"url": "https://aws.amazon.com/sdk-for-javascript/"
|
|
55
|
-
},
|
|
56
|
-
"license": "Apache-2.0",
|
|
57
|
-
"browser": {
|
|
58
|
-
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
|
|
59
|
-
},
|
|
60
|
-
"react-native": {
|
|
61
|
-
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
|
|
62
|
-
},
|
|
63
|
-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-cleanroomsml",
|
|
64
|
-
"repository": {
|
|
65
|
-
"type": "git",
|
|
66
|
-
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
67
|
-
"directory": "clients/client-cleanroomsml"
|
|
68
68
|
}
|
|
69
69
|
}
|