@aws-sdk/client-cleanroomsml 3.686.0 → 3.691.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +264 -0
- package/dist-cjs/index.js +2347 -97
- package/dist-es/CleanRoomsML.js +66 -0
- package/dist-es/commands/CancelTrainedModelCommand.js +22 -0
- package/dist-es/commands/CancelTrainedModelInferenceJobCommand.js +22 -0
- package/dist-es/commands/CreateConfiguredModelAlgorithmAssociationCommand.js +22 -0
- package/dist-es/commands/CreateConfiguredModelAlgorithmCommand.js +22 -0
- package/dist-es/commands/CreateMLInputChannelCommand.js +23 -0
- package/dist-es/commands/CreateTrainedModelCommand.js +22 -0
- package/dist-es/commands/DeleteConfiguredModelAlgorithmAssociationCommand.js +22 -0
- package/dist-es/commands/DeleteConfiguredModelAlgorithmCommand.js +22 -0
- package/dist-es/commands/DeleteMLConfigurationCommand.js +22 -0
- package/dist-es/commands/DeleteMLInputChannelDataCommand.js +22 -0
- package/dist-es/commands/DeleteTrainedModelOutputCommand.js +22 -0
- package/dist-es/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.js +22 -0
- package/dist-es/commands/GetCollaborationMLInputChannelCommand.js +22 -0
- package/dist-es/commands/GetCollaborationTrainedModelCommand.js +22 -0
- package/dist-es/commands/GetConfiguredModelAlgorithmAssociationCommand.js +22 -0
- package/dist-es/commands/GetConfiguredModelAlgorithmCommand.js +22 -0
- package/dist-es/commands/GetMLConfigurationCommand.js +22 -0
- package/dist-es/commands/GetMLInputChannelCommand.js +23 -0
- package/dist-es/commands/GetTrainedModelCommand.js +22 -0
- package/dist-es/commands/GetTrainedModelInferenceJobCommand.js +22 -0
- package/dist-es/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.js +22 -0
- package/dist-es/commands/ListCollaborationMLInputChannelsCommand.js +22 -0
- package/dist-es/commands/ListCollaborationTrainedModelExportJobsCommand.js +22 -0
- package/dist-es/commands/ListCollaborationTrainedModelInferenceJobsCommand.js +22 -0
- package/dist-es/commands/ListCollaborationTrainedModelsCommand.js +22 -0
- package/dist-es/commands/ListConfiguredModelAlgorithmAssociationsCommand.js +22 -0
- package/dist-es/commands/ListConfiguredModelAlgorithmsCommand.js +22 -0
- package/dist-es/commands/ListMLInputChannelsCommand.js +22 -0
- package/dist-es/commands/ListTrainedModelInferenceJobsCommand.js +22 -0
- package/dist-es/commands/ListTrainedModelsCommand.js +22 -0
- package/dist-es/commands/PutMLConfigurationCommand.js +22 -0
- package/dist-es/commands/StartTrainedModelExportJobCommand.js +22 -0
- package/dist-es/commands/StartTrainedModelInferenceJobCommand.js +22 -0
- package/dist-es/commands/index.js +33 -0
- package/dist-es/models/models_0.js +295 -0
- package/dist-es/pagination/ListCollaborationConfiguredModelAlgorithmAssociationsPaginator.js +4 -0
- package/dist-es/pagination/ListCollaborationMLInputChannelsPaginator.js +4 -0
- package/dist-es/pagination/ListCollaborationTrainedModelExportJobsPaginator.js +4 -0
- package/dist-es/pagination/ListCollaborationTrainedModelInferenceJobsPaginator.js +4 -0
- package/dist-es/pagination/ListCollaborationTrainedModelsPaginator.js +4 -0
- package/dist-es/pagination/ListConfiguredModelAlgorithmAssociationsPaginator.js +4 -0
- package/dist-es/pagination/ListConfiguredModelAlgorithmsPaginator.js +4 -0
- package/dist-es/pagination/ListMLInputChannelsPaginator.js +4 -0
- package/dist-es/pagination/ListTrainedModelInferenceJobsPaginator.js +4 -0
- package/dist-es/pagination/ListTrainedModelsPaginator.js +4 -0
- package/dist-es/pagination/index.js +10 -0
- package/dist-es/protocols/Aws_restJson1.js +1320 -47
- package/dist-types/CleanRoomsML.d.ts +232 -0
- package/dist-types/CleanRoomsMLClient.d.ts +35 -2
- package/dist-types/commands/CancelTrainedModelCommand.d.ts +82 -0
- package/dist-types/commands/CancelTrainedModelInferenceJobCommand.d.ts +82 -0
- package/dist-types/commands/CreateConfiguredModelAlgorithmAssociationCommand.d.ts +132 -0
- package/dist-types/commands/CreateConfiguredModelAlgorithmCommand.d.ts +107 -0
- package/dist-types/commands/CreateMLInputChannelCommand.d.ts +116 -0
- package/dist-types/commands/CreateTrainedModelCommand.d.ts +113 -0
- package/dist-types/commands/DeleteConfiguredModelAlgorithmAssociationCommand.d.ts +82 -0
- package/dist-types/commands/DeleteConfiguredModelAlgorithmCommand.d.ts +81 -0
- package/dist-types/commands/DeleteMLConfigurationCommand.d.ts +78 -0
- package/dist-types/commands/DeleteMLInputChannelDataCommand.d.ts +82 -0
- package/dist-types/commands/DeleteTrainedModelOutputCommand.d.ts +82 -0
- package/dist-types/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.d.ts +129 -0
- package/dist-types/commands/GetCollaborationMLInputChannelCommand.d.ts +98 -0
- package/dist-types/commands/GetCollaborationTrainedModelCommand.d.ts +107 -0
- package/dist-types/commands/GetConfiguredModelAlgorithmAssociationCommand.d.ts +131 -0
- package/dist-types/commands/GetConfiguredModelAlgorithmCommand.d.ts +107 -0
- package/dist-types/commands/GetMLConfigurationCommand.d.ts +90 -0
- package/dist-types/commands/GetMLInputChannelCommand.d.ts +124 -0
- package/dist-types/commands/GetTrainedModelCommand.d.ts +122 -0
- package/dist-types/commands/GetTrainedModelInferenceJobCommand.d.ts +123 -0
- package/dist-types/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.d.ts +92 -0
- package/dist-types/commands/ListCollaborationMLInputChannelsCommand.d.ts +95 -0
- package/dist-types/commands/ListCollaborationTrainedModelExportJobsCommand.d.ts +104 -0
- package/dist-types/commands/ListCollaborationTrainedModelInferenceJobsCommand.d.ts +107 -0
- package/dist-types/commands/ListCollaborationTrainedModelsCommand.d.ts +93 -0
- package/dist-types/commands/ListConfiguredModelAlgorithmAssociationsCommand.d.ts +91 -0
- package/dist-types/commands/ListConfiguredModelAlgorithmsCommand.d.ts +87 -0
- package/dist-types/commands/ListMLInputChannelsCommand.d.ts +95 -0
- package/dist-types/commands/ListTrainedModelInferenceJobsCommand.d.ts +106 -0
- package/dist-types/commands/ListTrainedModelsCommand.d.ts +92 -0
- package/dist-types/commands/PutMLConfigurationCommand.d.ts +83 -0
- package/dist-types/commands/StartTrainedModelExportJobCommand.d.ts +91 -0
- package/dist-types/commands/StartTrainedModelInferenceJobCommand.d.ts +115 -0
- package/dist-types/commands/index.d.ts +33 -0
- package/dist-types/models/models_0.d.ts +3512 -256
- package/dist-types/pagination/ListCollaborationConfiguredModelAlgorithmAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCollaborationMLInputChannelsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCollaborationTrainedModelExportJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCollaborationTrainedModelInferenceJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCollaborationTrainedModelsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListConfiguredModelAlgorithmAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListConfiguredModelAlgorithmsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListMLInputChannelsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTrainedModelInferenceJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTrainedModelsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +10 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +297 -0
- package/dist-types/ts3.4/CleanRoomsML.d.ts +610 -0
- package/dist-types/ts3.4/CleanRoomsMLClient.d.ts +198 -0
- package/dist-types/ts3.4/commands/CancelTrainedModelCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/CancelTrainedModelInferenceJobCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/CreateConfiguredModelAlgorithmAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateConfiguredModelAlgorithmCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateMLInputChannelCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateTrainedModelCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteConfiguredModelAlgorithmAssociationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteConfiguredModelAlgorithmCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteMLConfigurationCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/DeleteMLInputChannelDataCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteTrainedModelOutputCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCollaborationMLInputChannelCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCollaborationTrainedModelCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetConfiguredModelAlgorithmAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetConfiguredModelAlgorithmCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetMLConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetMLInputChannelCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetTrainedModelCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetTrainedModelInferenceJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCollaborationMLInputChannelsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCollaborationTrainedModelExportJobsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCollaborationTrainedModelInferenceJobsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCollaborationTrainedModelsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListConfiguredModelAlgorithmAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListConfiguredModelAlgorithmsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListMLInputChannelsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTrainedModelInferenceJobsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTrainedModelsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutMLConfigurationCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/StartTrainedModelExportJobCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/StartTrainedModelInferenceJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +33 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1028 -84
- package/dist-types/ts3.4/pagination/ListCollaborationConfiguredModelAlgorithmAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCollaborationMLInputChannelsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCollaborationTrainedModelExportJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCollaborationTrainedModelInferenceJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCollaborationTrainedModelsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListConfiguredModelAlgorithmAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListConfiguredModelAlgorithmsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListMLInputChannelsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTrainedModelInferenceJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTrainedModelsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +10 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +396 -0
- package/package.json +7 -7
package/dist-es/CleanRoomsML.js
CHANGED
|
@@ -1,53 +1,119 @@
|
|
|
1
1
|
import { createAggregatedClient } from "@smithy/smithy-client";
|
|
2
2
|
import { CleanRoomsMLClient } from "./CleanRoomsMLClient";
|
|
3
|
+
import { CancelTrainedModelCommand, } from "./commands/CancelTrainedModelCommand";
|
|
4
|
+
import { CancelTrainedModelInferenceJobCommand, } from "./commands/CancelTrainedModelInferenceJobCommand";
|
|
3
5
|
import { CreateAudienceModelCommand, } from "./commands/CreateAudienceModelCommand";
|
|
4
6
|
import { CreateConfiguredAudienceModelCommand, } from "./commands/CreateConfiguredAudienceModelCommand";
|
|
7
|
+
import { CreateConfiguredModelAlgorithmAssociationCommand, } from "./commands/CreateConfiguredModelAlgorithmAssociationCommand";
|
|
8
|
+
import { CreateConfiguredModelAlgorithmCommand, } from "./commands/CreateConfiguredModelAlgorithmCommand";
|
|
9
|
+
import { CreateMLInputChannelCommand, } from "./commands/CreateMLInputChannelCommand";
|
|
10
|
+
import { CreateTrainedModelCommand, } from "./commands/CreateTrainedModelCommand";
|
|
5
11
|
import { CreateTrainingDatasetCommand, } from "./commands/CreateTrainingDatasetCommand";
|
|
6
12
|
import { DeleteAudienceGenerationJobCommand, } from "./commands/DeleteAudienceGenerationJobCommand";
|
|
7
13
|
import { DeleteAudienceModelCommand, } from "./commands/DeleteAudienceModelCommand";
|
|
8
14
|
import { DeleteConfiguredAudienceModelCommand, } from "./commands/DeleteConfiguredAudienceModelCommand";
|
|
9
15
|
import { DeleteConfiguredAudienceModelPolicyCommand, } from "./commands/DeleteConfiguredAudienceModelPolicyCommand";
|
|
16
|
+
import { DeleteConfiguredModelAlgorithmAssociationCommand, } from "./commands/DeleteConfiguredModelAlgorithmAssociationCommand";
|
|
17
|
+
import { DeleteConfiguredModelAlgorithmCommand, } from "./commands/DeleteConfiguredModelAlgorithmCommand";
|
|
18
|
+
import { DeleteMLConfigurationCommand, } from "./commands/DeleteMLConfigurationCommand";
|
|
19
|
+
import { DeleteMLInputChannelDataCommand, } from "./commands/DeleteMLInputChannelDataCommand";
|
|
20
|
+
import { DeleteTrainedModelOutputCommand, } from "./commands/DeleteTrainedModelOutputCommand";
|
|
10
21
|
import { DeleteTrainingDatasetCommand, } from "./commands/DeleteTrainingDatasetCommand";
|
|
11
22
|
import { GetAudienceGenerationJobCommand, } from "./commands/GetAudienceGenerationJobCommand";
|
|
12
23
|
import { GetAudienceModelCommand, } from "./commands/GetAudienceModelCommand";
|
|
24
|
+
import { GetCollaborationConfiguredModelAlgorithmAssociationCommand, } from "./commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand";
|
|
25
|
+
import { GetCollaborationMLInputChannelCommand, } from "./commands/GetCollaborationMLInputChannelCommand";
|
|
26
|
+
import { GetCollaborationTrainedModelCommand, } from "./commands/GetCollaborationTrainedModelCommand";
|
|
13
27
|
import { GetConfiguredAudienceModelCommand, } from "./commands/GetConfiguredAudienceModelCommand";
|
|
14
28
|
import { GetConfiguredAudienceModelPolicyCommand, } from "./commands/GetConfiguredAudienceModelPolicyCommand";
|
|
29
|
+
import { GetConfiguredModelAlgorithmAssociationCommand, } from "./commands/GetConfiguredModelAlgorithmAssociationCommand";
|
|
30
|
+
import { GetConfiguredModelAlgorithmCommand, } from "./commands/GetConfiguredModelAlgorithmCommand";
|
|
31
|
+
import { GetMLConfigurationCommand, } from "./commands/GetMLConfigurationCommand";
|
|
32
|
+
import { GetMLInputChannelCommand, } from "./commands/GetMLInputChannelCommand";
|
|
33
|
+
import { GetTrainedModelCommand, } from "./commands/GetTrainedModelCommand";
|
|
34
|
+
import { GetTrainedModelInferenceJobCommand, } from "./commands/GetTrainedModelInferenceJobCommand";
|
|
15
35
|
import { GetTrainingDatasetCommand, } from "./commands/GetTrainingDatasetCommand";
|
|
16
36
|
import { ListAudienceExportJobsCommand, } from "./commands/ListAudienceExportJobsCommand";
|
|
17
37
|
import { ListAudienceGenerationJobsCommand, } from "./commands/ListAudienceGenerationJobsCommand";
|
|
18
38
|
import { ListAudienceModelsCommand, } from "./commands/ListAudienceModelsCommand";
|
|
39
|
+
import { ListCollaborationConfiguredModelAlgorithmAssociationsCommand, } from "./commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand";
|
|
40
|
+
import { ListCollaborationMLInputChannelsCommand, } from "./commands/ListCollaborationMLInputChannelsCommand";
|
|
41
|
+
import { ListCollaborationTrainedModelExportJobsCommand, } from "./commands/ListCollaborationTrainedModelExportJobsCommand";
|
|
42
|
+
import { ListCollaborationTrainedModelInferenceJobsCommand, } from "./commands/ListCollaborationTrainedModelInferenceJobsCommand";
|
|
43
|
+
import { ListCollaborationTrainedModelsCommand, } from "./commands/ListCollaborationTrainedModelsCommand";
|
|
19
44
|
import { ListConfiguredAudienceModelsCommand, } from "./commands/ListConfiguredAudienceModelsCommand";
|
|
45
|
+
import { ListConfiguredModelAlgorithmAssociationsCommand, } from "./commands/ListConfiguredModelAlgorithmAssociationsCommand";
|
|
46
|
+
import { ListConfiguredModelAlgorithmsCommand, } from "./commands/ListConfiguredModelAlgorithmsCommand";
|
|
47
|
+
import { ListMLInputChannelsCommand, } from "./commands/ListMLInputChannelsCommand";
|
|
20
48
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
49
|
+
import { ListTrainedModelInferenceJobsCommand, } from "./commands/ListTrainedModelInferenceJobsCommand";
|
|
50
|
+
import { ListTrainedModelsCommand, } from "./commands/ListTrainedModelsCommand";
|
|
21
51
|
import { ListTrainingDatasetsCommand, } from "./commands/ListTrainingDatasetsCommand";
|
|
22
52
|
import { PutConfiguredAudienceModelPolicyCommand, } from "./commands/PutConfiguredAudienceModelPolicyCommand";
|
|
53
|
+
import { PutMLConfigurationCommand, } from "./commands/PutMLConfigurationCommand";
|
|
23
54
|
import { StartAudienceExportJobCommand, } from "./commands/StartAudienceExportJobCommand";
|
|
24
55
|
import { StartAudienceGenerationJobCommand, } from "./commands/StartAudienceGenerationJobCommand";
|
|
56
|
+
import { StartTrainedModelExportJobCommand, } from "./commands/StartTrainedModelExportJobCommand";
|
|
57
|
+
import { StartTrainedModelInferenceJobCommand, } from "./commands/StartTrainedModelInferenceJobCommand";
|
|
25
58
|
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
26
59
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
27
60
|
import { UpdateConfiguredAudienceModelCommand, } from "./commands/UpdateConfiguredAudienceModelCommand";
|
|
28
61
|
const commands = {
|
|
62
|
+
CancelTrainedModelCommand,
|
|
63
|
+
CancelTrainedModelInferenceJobCommand,
|
|
29
64
|
CreateAudienceModelCommand,
|
|
30
65
|
CreateConfiguredAudienceModelCommand,
|
|
66
|
+
CreateConfiguredModelAlgorithmCommand,
|
|
67
|
+
CreateConfiguredModelAlgorithmAssociationCommand,
|
|
68
|
+
CreateMLInputChannelCommand,
|
|
69
|
+
CreateTrainedModelCommand,
|
|
31
70
|
CreateTrainingDatasetCommand,
|
|
32
71
|
DeleteAudienceGenerationJobCommand,
|
|
33
72
|
DeleteAudienceModelCommand,
|
|
34
73
|
DeleteConfiguredAudienceModelCommand,
|
|
35
74
|
DeleteConfiguredAudienceModelPolicyCommand,
|
|
75
|
+
DeleteConfiguredModelAlgorithmCommand,
|
|
76
|
+
DeleteConfiguredModelAlgorithmAssociationCommand,
|
|
77
|
+
DeleteMLConfigurationCommand,
|
|
78
|
+
DeleteMLInputChannelDataCommand,
|
|
79
|
+
DeleteTrainedModelOutputCommand,
|
|
36
80
|
DeleteTrainingDatasetCommand,
|
|
37
81
|
GetAudienceGenerationJobCommand,
|
|
38
82
|
GetAudienceModelCommand,
|
|
83
|
+
GetCollaborationConfiguredModelAlgorithmAssociationCommand,
|
|
84
|
+
GetCollaborationMLInputChannelCommand,
|
|
85
|
+
GetCollaborationTrainedModelCommand,
|
|
39
86
|
GetConfiguredAudienceModelCommand,
|
|
40
87
|
GetConfiguredAudienceModelPolicyCommand,
|
|
88
|
+
GetConfiguredModelAlgorithmCommand,
|
|
89
|
+
GetConfiguredModelAlgorithmAssociationCommand,
|
|
90
|
+
GetMLConfigurationCommand,
|
|
91
|
+
GetMLInputChannelCommand,
|
|
92
|
+
GetTrainedModelCommand,
|
|
93
|
+
GetTrainedModelInferenceJobCommand,
|
|
41
94
|
GetTrainingDatasetCommand,
|
|
42
95
|
ListAudienceExportJobsCommand,
|
|
43
96
|
ListAudienceGenerationJobsCommand,
|
|
44
97
|
ListAudienceModelsCommand,
|
|
98
|
+
ListCollaborationConfiguredModelAlgorithmAssociationsCommand,
|
|
99
|
+
ListCollaborationMLInputChannelsCommand,
|
|
100
|
+
ListCollaborationTrainedModelExportJobsCommand,
|
|
101
|
+
ListCollaborationTrainedModelInferenceJobsCommand,
|
|
102
|
+
ListCollaborationTrainedModelsCommand,
|
|
45
103
|
ListConfiguredAudienceModelsCommand,
|
|
104
|
+
ListConfiguredModelAlgorithmAssociationsCommand,
|
|
105
|
+
ListConfiguredModelAlgorithmsCommand,
|
|
106
|
+
ListMLInputChannelsCommand,
|
|
46
107
|
ListTagsForResourceCommand,
|
|
108
|
+
ListTrainedModelInferenceJobsCommand,
|
|
109
|
+
ListTrainedModelsCommand,
|
|
47
110
|
ListTrainingDatasetsCommand,
|
|
48
111
|
PutConfiguredAudienceModelPolicyCommand,
|
|
112
|
+
PutMLConfigurationCommand,
|
|
49
113
|
StartAudienceExportJobCommand,
|
|
50
114
|
StartAudienceGenerationJobCommand,
|
|
115
|
+
StartTrainedModelExportJobCommand,
|
|
116
|
+
StartTrainedModelInferenceJobCommand,
|
|
51
117
|
TagResourceCommand,
|
|
52
118
|
UntagResourceCommand,
|
|
53
119
|
UpdateConfiguredAudienceModelCommand,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CancelTrainedModelCommand, se_CancelTrainedModelCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CancelTrainedModelCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSStarkControlService", "CancelTrainedModel", {})
|
|
17
|
+
.n("CleanRoomsMLClient", "CancelTrainedModelCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_CancelTrainedModelCommand)
|
|
20
|
+
.de(de_CancelTrainedModelCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CancelTrainedModelInferenceJobCommand, se_CancelTrainedModelInferenceJobCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CancelTrainedModelInferenceJobCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSStarkControlService", "CancelTrainedModelInferenceJob", {})
|
|
17
|
+
.n("CleanRoomsMLClient", "CancelTrainedModelInferenceJobCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_CancelTrainedModelInferenceJobCommand)
|
|
20
|
+
.de(de_CancelTrainedModelInferenceJobCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateConfiguredModelAlgorithmAssociationCommand, se_CreateConfiguredModelAlgorithmAssociationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateConfiguredModelAlgorithmAssociationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSStarkControlService", "CreateConfiguredModelAlgorithmAssociation", {})
|
|
17
|
+
.n("CleanRoomsMLClient", "CreateConfiguredModelAlgorithmAssociationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_CreateConfiguredModelAlgorithmAssociationCommand)
|
|
20
|
+
.de(de_CreateConfiguredModelAlgorithmAssociationCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateConfiguredModelAlgorithmCommand, se_CreateConfiguredModelAlgorithmCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateConfiguredModelAlgorithmCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSStarkControlService", "CreateConfiguredModelAlgorithm", {})
|
|
17
|
+
.n("CleanRoomsMLClient", "CreateConfiguredModelAlgorithmCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_CreateConfiguredModelAlgorithmCommand)
|
|
20
|
+
.de(de_CreateConfiguredModelAlgorithmCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { CreateMLInputChannelRequestFilterSensitiveLog, } from "../models/models_0";
|
|
6
|
+
import { de_CreateMLInputChannelCommand, se_CreateMLInputChannelCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class CreateMLInputChannelCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("AWSStarkControlService", "CreateMLInputChannel", {})
|
|
18
|
+
.n("CleanRoomsMLClient", "CreateMLInputChannelCommand")
|
|
19
|
+
.f(CreateMLInputChannelRequestFilterSensitiveLog, void 0)
|
|
20
|
+
.ser(se_CreateMLInputChannelCommand)
|
|
21
|
+
.de(de_CreateMLInputChannelCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateTrainedModelCommand, se_CreateTrainedModelCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateTrainedModelCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSStarkControlService", "CreateTrainedModel", {})
|
|
17
|
+
.n("CleanRoomsMLClient", "CreateTrainedModelCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_CreateTrainedModelCommand)
|
|
20
|
+
.de(de_CreateTrainedModelCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteConfiguredModelAlgorithmAssociationCommand, se_DeleteConfiguredModelAlgorithmAssociationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteConfiguredModelAlgorithmAssociationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSStarkControlService", "DeleteConfiguredModelAlgorithmAssociation", {})
|
|
17
|
+
.n("CleanRoomsMLClient", "DeleteConfiguredModelAlgorithmAssociationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DeleteConfiguredModelAlgorithmAssociationCommand)
|
|
20
|
+
.de(de_DeleteConfiguredModelAlgorithmAssociationCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteConfiguredModelAlgorithmCommand, se_DeleteConfiguredModelAlgorithmCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteConfiguredModelAlgorithmCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSStarkControlService", "DeleteConfiguredModelAlgorithm", {})
|
|
17
|
+
.n("CleanRoomsMLClient", "DeleteConfiguredModelAlgorithmCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DeleteConfiguredModelAlgorithmCommand)
|
|
20
|
+
.de(de_DeleteConfiguredModelAlgorithmCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteMLConfigurationCommand, se_DeleteMLConfigurationCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteMLConfigurationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSStarkControlService", "DeleteMLConfiguration", {})
|
|
17
|
+
.n("CleanRoomsMLClient", "DeleteMLConfigurationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DeleteMLConfigurationCommand)
|
|
20
|
+
.de(de_DeleteMLConfigurationCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteMLInputChannelDataCommand, se_DeleteMLInputChannelDataCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteMLInputChannelDataCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSStarkControlService", "DeleteMLInputChannelData", {})
|
|
17
|
+
.n("CleanRoomsMLClient", "DeleteMLInputChannelDataCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DeleteMLInputChannelDataCommand)
|
|
20
|
+
.de(de_DeleteMLInputChannelDataCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteTrainedModelOutputCommand, se_DeleteTrainedModelOutputCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteTrainedModelOutputCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSStarkControlService", "DeleteTrainedModelOutput", {})
|
|
17
|
+
.n("CleanRoomsMLClient", "DeleteTrainedModelOutputCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DeleteTrainedModelOutputCommand)
|
|
20
|
+
.de(de_DeleteTrainedModelOutputCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetCollaborationConfiguredModelAlgorithmAssociationCommand, se_GetCollaborationConfiguredModelAlgorithmAssociationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetCollaborationConfiguredModelAlgorithmAssociationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSStarkControlService", "GetCollaborationConfiguredModelAlgorithmAssociation", {})
|
|
17
|
+
.n("CleanRoomsMLClient", "GetCollaborationConfiguredModelAlgorithmAssociationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetCollaborationConfiguredModelAlgorithmAssociationCommand)
|
|
20
|
+
.de(de_GetCollaborationConfiguredModelAlgorithmAssociationCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetCollaborationMLInputChannelCommand, se_GetCollaborationMLInputChannelCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetCollaborationMLInputChannelCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSStarkControlService", "GetCollaborationMLInputChannel", {})
|
|
17
|
+
.n("CleanRoomsMLClient", "GetCollaborationMLInputChannelCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetCollaborationMLInputChannelCommand)
|
|
20
|
+
.de(de_GetCollaborationMLInputChannelCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetCollaborationTrainedModelCommand, se_GetCollaborationTrainedModelCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetCollaborationTrainedModelCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSStarkControlService", "GetCollaborationTrainedModel", {})
|
|
17
|
+
.n("CleanRoomsMLClient", "GetCollaborationTrainedModelCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetCollaborationTrainedModelCommand)
|
|
20
|
+
.de(de_GetCollaborationTrainedModelCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetConfiguredModelAlgorithmAssociationCommand, se_GetConfiguredModelAlgorithmAssociationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetConfiguredModelAlgorithmAssociationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSStarkControlService", "GetConfiguredModelAlgorithmAssociation", {})
|
|
17
|
+
.n("CleanRoomsMLClient", "GetConfiguredModelAlgorithmAssociationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetConfiguredModelAlgorithmAssociationCommand)
|
|
20
|
+
.de(de_GetConfiguredModelAlgorithmAssociationCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetConfiguredModelAlgorithmCommand, se_GetConfiguredModelAlgorithmCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetConfiguredModelAlgorithmCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSStarkControlService", "GetConfiguredModelAlgorithm", {})
|
|
17
|
+
.n("CleanRoomsMLClient", "GetConfiguredModelAlgorithmCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetConfiguredModelAlgorithmCommand)
|
|
20
|
+
.de(de_GetConfiguredModelAlgorithmCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetMLConfigurationCommand, se_GetMLConfigurationCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetMLConfigurationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSStarkControlService", "GetMLConfiguration", {})
|
|
17
|
+
.n("CleanRoomsMLClient", "GetMLConfigurationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetMLConfigurationCommand)
|
|
20
|
+
.de(de_GetMLConfigurationCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { GetMLInputChannelResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
|
+
import { de_GetMLInputChannelCommand, se_GetMLInputChannelCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class GetMLInputChannelCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("AWSStarkControlService", "GetMLInputChannel", {})
|
|
18
|
+
.n("CleanRoomsMLClient", "GetMLInputChannelCommand")
|
|
19
|
+
.f(void 0, GetMLInputChannelResponseFilterSensitiveLog)
|
|
20
|
+
.ser(se_GetMLInputChannelCommand)
|
|
21
|
+
.de(de_GetMLInputChannelCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetTrainedModelCommand, se_GetTrainedModelCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetTrainedModelCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSStarkControlService", "GetTrainedModel", {})
|
|
17
|
+
.n("CleanRoomsMLClient", "GetTrainedModelCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetTrainedModelCommand)
|
|
20
|
+
.de(de_GetTrainedModelCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetTrainedModelInferenceJobCommand, se_GetTrainedModelInferenceJobCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetTrainedModelInferenceJobCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSStarkControlService", "GetTrainedModelInferenceJob", {})
|
|
17
|
+
.n("CleanRoomsMLClient", "GetTrainedModelInferenceJobCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetTrainedModelInferenceJobCommand)
|
|
20
|
+
.de(de_GetTrainedModelInferenceJobCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListCollaborationConfiguredModelAlgorithmAssociationsCommand, se_ListCollaborationConfiguredModelAlgorithmAssociationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListCollaborationConfiguredModelAlgorithmAssociationsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSStarkControlService", "ListCollaborationConfiguredModelAlgorithmAssociations", {})
|
|
17
|
+
.n("CleanRoomsMLClient", "ListCollaborationConfiguredModelAlgorithmAssociationsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListCollaborationConfiguredModelAlgorithmAssociationsCommand)
|
|
20
|
+
.de(de_ListCollaborationConfiguredModelAlgorithmAssociationsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListCollaborationMLInputChannelsCommand, se_ListCollaborationMLInputChannelsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListCollaborationMLInputChannelsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSStarkControlService", "ListCollaborationMLInputChannels", {})
|
|
17
|
+
.n("CleanRoomsMLClient", "ListCollaborationMLInputChannelsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListCollaborationMLInputChannelsCommand)
|
|
20
|
+
.de(de_ListCollaborationMLInputChannelsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|