@aws-sdk/client-cleanroomsml 3.1077.0 → 3.1079.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 +183 -709
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CancelTrainedModelCommand.js +2 -14
- package/dist-es/commands/CancelTrainedModelInferenceJobCommand.js +2 -14
- package/dist-es/commands/CreateAudienceModelCommand.js +2 -14
- package/dist-es/commands/CreateConfiguredAudienceModelCommand.js +2 -14
- package/dist-es/commands/CreateConfiguredModelAlgorithmAssociationCommand.js +2 -14
- package/dist-es/commands/CreateConfiguredModelAlgorithmCommand.js +2 -14
- package/dist-es/commands/CreateMLInputChannelCommand.js +2 -14
- package/dist-es/commands/CreateTrainedModelCommand.js +2 -14
- package/dist-es/commands/CreateTrainingDatasetCommand.js +2 -14
- package/dist-es/commands/DeleteAudienceGenerationJobCommand.js +2 -14
- package/dist-es/commands/DeleteAudienceModelCommand.js +2 -14
- package/dist-es/commands/DeleteConfiguredAudienceModelCommand.js +2 -14
- package/dist-es/commands/DeleteConfiguredAudienceModelPolicyCommand.js +2 -14
- package/dist-es/commands/DeleteConfiguredModelAlgorithmAssociationCommand.js +2 -14
- package/dist-es/commands/DeleteConfiguredModelAlgorithmCommand.js +2 -14
- package/dist-es/commands/DeleteMLConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteMLInputChannelDataCommand.js +2 -14
- package/dist-es/commands/DeleteTrainedModelOutputCommand.js +2 -14
- package/dist-es/commands/DeleteTrainingDatasetCommand.js +2 -14
- package/dist-es/commands/GetAudienceGenerationJobCommand.js +2 -14
- package/dist-es/commands/GetAudienceModelCommand.js +2 -14
- package/dist-es/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.js +2 -14
- package/dist-es/commands/GetCollaborationMLInputChannelCommand.js +2 -14
- package/dist-es/commands/GetCollaborationTrainedModelCommand.js +2 -14
- package/dist-es/commands/GetConfiguredAudienceModelCommand.js +2 -14
- package/dist-es/commands/GetConfiguredAudienceModelPolicyCommand.js +2 -14
- package/dist-es/commands/GetConfiguredModelAlgorithmAssociationCommand.js +2 -14
- package/dist-es/commands/GetConfiguredModelAlgorithmCommand.js +2 -14
- package/dist-es/commands/GetMLConfigurationCommand.js +2 -14
- package/dist-es/commands/GetMLInputChannelCommand.js +2 -14
- package/dist-es/commands/GetTrainedModelCommand.js +2 -14
- package/dist-es/commands/GetTrainedModelInferenceJobCommand.js +2 -14
- package/dist-es/commands/GetTrainingDatasetCommand.js +2 -14
- package/dist-es/commands/ListAudienceExportJobsCommand.js +2 -14
- package/dist-es/commands/ListAudienceGenerationJobsCommand.js +2 -14
- package/dist-es/commands/ListAudienceModelsCommand.js +2 -14
- package/dist-es/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.js +2 -14
- package/dist-es/commands/ListCollaborationMLInputChannelsCommand.js +2 -14
- package/dist-es/commands/ListCollaborationTrainedModelExportJobsCommand.js +2 -14
- package/dist-es/commands/ListCollaborationTrainedModelInferenceJobsCommand.js +2 -14
- package/dist-es/commands/ListCollaborationTrainedModelsCommand.js +2 -14
- package/dist-es/commands/ListConfiguredAudienceModelsCommand.js +2 -14
- package/dist-es/commands/ListConfiguredModelAlgorithmAssociationsCommand.js +2 -14
- package/dist-es/commands/ListConfiguredModelAlgorithmsCommand.js +2 -14
- package/dist-es/commands/ListMLInputChannelsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTrainedModelInferenceJobsCommand.js +2 -14
- package/dist-es/commands/ListTrainedModelVersionsCommand.js +2 -14
- package/dist-es/commands/ListTrainedModelsCommand.js +2 -14
- package/dist-es/commands/ListTrainingDatasetsCommand.js +2 -14
- package/dist-es/commands/PutConfiguredAudienceModelPolicyCommand.js +2 -14
- package/dist-es/commands/PutMLConfigurationCommand.js +2 -14
- package/dist-es/commands/StartAudienceExportJobCommand.js +2 -14
- package/dist-es/commands/StartAudienceGenerationJobCommand.js +2 -14
- package/dist-es/commands/StartTrainedModelExportJobCommand.js +2 -14
- package/dist-es/commands/StartTrainedModelInferenceJobCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateConfiguredAudienceModelCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CancelTrainedModelCommand.d.ts +3 -8
- package/dist-types/commands/CancelTrainedModelInferenceJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateAudienceModelCommand.d.ts +3 -8
- package/dist-types/commands/CreateConfiguredAudienceModelCommand.d.ts +3 -8
- package/dist-types/commands/CreateConfiguredModelAlgorithmAssociationCommand.d.ts +3 -8
- package/dist-types/commands/CreateConfiguredModelAlgorithmCommand.d.ts +3 -8
- package/dist-types/commands/CreateMLInputChannelCommand.d.ts +3 -8
- package/dist-types/commands/CreateTrainedModelCommand.d.ts +3 -8
- package/dist-types/commands/CreateTrainingDatasetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAudienceGenerationJobCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAudienceModelCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConfiguredAudienceModelCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConfiguredAudienceModelPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConfiguredModelAlgorithmAssociationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConfiguredModelAlgorithmCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMLConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMLInputChannelDataCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTrainedModelOutputCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTrainingDatasetCommand.d.ts +3 -8
- package/dist-types/commands/GetAudienceGenerationJobCommand.d.ts +3 -8
- package/dist-types/commands/GetAudienceModelCommand.d.ts +3 -8
- package/dist-types/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetCollaborationMLInputChannelCommand.d.ts +3 -8
- package/dist-types/commands/GetCollaborationTrainedModelCommand.d.ts +3 -8
- package/dist-types/commands/GetConfiguredAudienceModelCommand.d.ts +3 -8
- package/dist-types/commands/GetConfiguredAudienceModelPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetConfiguredModelAlgorithmAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetConfiguredModelAlgorithmCommand.d.ts +3 -8
- package/dist-types/commands/GetMLConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetMLInputChannelCommand.d.ts +3 -8
- package/dist-types/commands/GetTrainedModelCommand.d.ts +3 -8
- package/dist-types/commands/GetTrainedModelInferenceJobCommand.d.ts +3 -8
- package/dist-types/commands/GetTrainingDatasetCommand.d.ts +3 -8
- package/dist-types/commands/ListAudienceExportJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListAudienceGenerationJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListAudienceModelsCommand.d.ts +3 -8
- package/dist-types/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListCollaborationMLInputChannelsCommand.d.ts +3 -8
- package/dist-types/commands/ListCollaborationTrainedModelExportJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListCollaborationTrainedModelInferenceJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListCollaborationTrainedModelsCommand.d.ts +3 -8
- package/dist-types/commands/ListConfiguredAudienceModelsCommand.d.ts +3 -8
- package/dist-types/commands/ListConfiguredModelAlgorithmAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListConfiguredModelAlgorithmsCommand.d.ts +3 -8
- package/dist-types/commands/ListMLInputChannelsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTrainedModelInferenceJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListTrainedModelVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListTrainedModelsCommand.d.ts +3 -8
- package/dist-types/commands/ListTrainingDatasetsCommand.d.ts +3 -8
- package/dist-types/commands/PutConfiguredAudienceModelPolicyCommand.d.ts +3 -8
- package/dist-types/commands/PutMLConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/StartAudienceExportJobCommand.d.ts +3 -8
- package/dist-types/commands/StartAudienceGenerationJobCommand.d.ts +3 -8
- package/dist-types/commands/StartTrainedModelExportJobCommand.d.ts +3 -8
- package/dist-types/commands/StartTrainedModelInferenceJobCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConfiguredAudienceModelCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CancelTrainedModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelTrainedModelInferenceJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAudienceModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConfiguredAudienceModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConfiguredModelAlgorithmAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConfiguredModelAlgorithmCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMLInputChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTrainedModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTrainingDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAudienceGenerationJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAudienceModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConfiguredModelAlgorithmAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConfiguredModelAlgorithmCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMLConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMLInputChannelDataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTrainedModelOutputCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTrainingDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAudienceGenerationJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAudienceModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCollaborationMLInputChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCollaborationTrainedModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConfiguredAudienceModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConfiguredAudienceModelPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConfiguredModelAlgorithmAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConfiguredModelAlgorithmCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMLConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMLInputChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTrainedModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTrainedModelInferenceJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTrainingDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAudienceExportJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAudienceGenerationJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAudienceModelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCollaborationMLInputChannelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCollaborationTrainedModelExportJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCollaborationTrainedModelInferenceJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCollaborationTrainedModelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConfiguredAudienceModelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConfiguredModelAlgorithmAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConfiguredModelAlgorithmsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMLInputChannelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTrainedModelInferenceJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTrainedModelVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTrainedModelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTrainingDatasetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutConfiguredAudienceModelPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutMLConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartAudienceExportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartAudienceGenerationJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartTrainedModelExportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartTrainedModelInferenceJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConfiguredAudienceModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1078.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -2046,712 +2047,185 @@ class CleanRoomsMLClient extends Client {
|
|
|
2046
2047
|
}
|
|
2047
2048
|
}
|
|
2048
2049
|
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
}
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
}
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
}
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
}
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
}
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
}
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
}
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
}
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
}
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
}
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
}
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
}
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
}
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
}
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
}
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
class DeleteMLConfigurationCommand extends Command
|
|
2230
|
-
.classBuilder()
|
|
2231
|
-
.ep(commonParams)
|
|
2232
|
-
.m(function (Command, cs, config, o) {
|
|
2233
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2234
|
-
})
|
|
2235
|
-
.s("AWSStarkControlService", "DeleteMLConfiguration", {})
|
|
2236
|
-
.n("CleanRoomsMLClient", "DeleteMLConfigurationCommand")
|
|
2237
|
-
.sc(DeleteMLConfiguration$)
|
|
2238
|
-
.build() {
|
|
2239
|
-
}
|
|
2240
|
-
|
|
2241
|
-
class DeleteMLInputChannelDataCommand extends Command
|
|
2242
|
-
.classBuilder()
|
|
2243
|
-
.ep(commonParams)
|
|
2244
|
-
.m(function (Command, cs, config, o) {
|
|
2245
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2246
|
-
})
|
|
2247
|
-
.s("AWSStarkControlService", "DeleteMLInputChannelData", {})
|
|
2248
|
-
.n("CleanRoomsMLClient", "DeleteMLInputChannelDataCommand")
|
|
2249
|
-
.sc(DeleteMLInputChannelData$)
|
|
2250
|
-
.build() {
|
|
2251
|
-
}
|
|
2252
|
-
|
|
2253
|
-
class DeleteTrainedModelOutputCommand extends Command
|
|
2254
|
-
.classBuilder()
|
|
2255
|
-
.ep(commonParams)
|
|
2256
|
-
.m(function (Command, cs, config, o) {
|
|
2257
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2258
|
-
})
|
|
2259
|
-
.s("AWSStarkControlService", "DeleteTrainedModelOutput", {})
|
|
2260
|
-
.n("CleanRoomsMLClient", "DeleteTrainedModelOutputCommand")
|
|
2261
|
-
.sc(DeleteTrainedModelOutput$)
|
|
2262
|
-
.build() {
|
|
2263
|
-
}
|
|
2264
|
-
|
|
2265
|
-
class DeleteTrainingDatasetCommand extends Command
|
|
2266
|
-
.classBuilder()
|
|
2267
|
-
.ep(commonParams)
|
|
2268
|
-
.m(function (Command, cs, config, o) {
|
|
2269
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2270
|
-
})
|
|
2271
|
-
.s("AWSStarkControlService", "DeleteTrainingDataset", {})
|
|
2272
|
-
.n("CleanRoomsMLClient", "DeleteTrainingDatasetCommand")
|
|
2273
|
-
.sc(DeleteTrainingDataset$)
|
|
2274
|
-
.build() {
|
|
2275
|
-
}
|
|
2276
|
-
|
|
2277
|
-
class GetAudienceGenerationJobCommand extends Command
|
|
2278
|
-
.classBuilder()
|
|
2279
|
-
.ep(commonParams)
|
|
2280
|
-
.m(function (Command, cs, config, o) {
|
|
2281
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2282
|
-
})
|
|
2283
|
-
.s("AWSStarkControlService", "GetAudienceGenerationJob", {})
|
|
2284
|
-
.n("CleanRoomsMLClient", "GetAudienceGenerationJobCommand")
|
|
2285
|
-
.sc(GetAudienceGenerationJob$)
|
|
2286
|
-
.build() {
|
|
2287
|
-
}
|
|
2288
|
-
|
|
2289
|
-
class GetAudienceModelCommand extends Command
|
|
2290
|
-
.classBuilder()
|
|
2291
|
-
.ep(commonParams)
|
|
2292
|
-
.m(function (Command, cs, config, o) {
|
|
2293
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2294
|
-
})
|
|
2295
|
-
.s("AWSStarkControlService", "GetAudienceModel", {})
|
|
2296
|
-
.n("CleanRoomsMLClient", "GetAudienceModelCommand")
|
|
2297
|
-
.sc(GetAudienceModel$)
|
|
2298
|
-
.build() {
|
|
2299
|
-
}
|
|
2300
|
-
|
|
2301
|
-
class GetCollaborationConfiguredModelAlgorithmAssociationCommand extends Command
|
|
2302
|
-
.classBuilder()
|
|
2303
|
-
.ep(commonParams)
|
|
2304
|
-
.m(function (Command, cs, config, o) {
|
|
2305
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2306
|
-
})
|
|
2307
|
-
.s("AWSStarkControlService", "GetCollaborationConfiguredModelAlgorithmAssociation", {})
|
|
2308
|
-
.n("CleanRoomsMLClient", "GetCollaborationConfiguredModelAlgorithmAssociationCommand")
|
|
2309
|
-
.sc(GetCollaborationConfiguredModelAlgorithmAssociation$)
|
|
2310
|
-
.build() {
|
|
2311
|
-
}
|
|
2312
|
-
|
|
2313
|
-
class GetCollaborationMLInputChannelCommand extends Command
|
|
2314
|
-
.classBuilder()
|
|
2315
|
-
.ep(commonParams)
|
|
2316
|
-
.m(function (Command, cs, config, o) {
|
|
2317
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2318
|
-
})
|
|
2319
|
-
.s("AWSStarkControlService", "GetCollaborationMLInputChannel", {})
|
|
2320
|
-
.n("CleanRoomsMLClient", "GetCollaborationMLInputChannelCommand")
|
|
2321
|
-
.sc(GetCollaborationMLInputChannel$)
|
|
2322
|
-
.build() {
|
|
2323
|
-
}
|
|
2324
|
-
|
|
2325
|
-
class GetCollaborationTrainedModelCommand extends Command
|
|
2326
|
-
.classBuilder()
|
|
2327
|
-
.ep(commonParams)
|
|
2328
|
-
.m(function (Command, cs, config, o) {
|
|
2329
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2330
|
-
})
|
|
2331
|
-
.s("AWSStarkControlService", "GetCollaborationTrainedModel", {})
|
|
2332
|
-
.n("CleanRoomsMLClient", "GetCollaborationTrainedModelCommand")
|
|
2333
|
-
.sc(GetCollaborationTrainedModel$)
|
|
2334
|
-
.build() {
|
|
2335
|
-
}
|
|
2336
|
-
|
|
2337
|
-
class GetConfiguredAudienceModelCommand extends Command
|
|
2338
|
-
.classBuilder()
|
|
2339
|
-
.ep(commonParams)
|
|
2340
|
-
.m(function (Command, cs, config, o) {
|
|
2341
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2342
|
-
})
|
|
2343
|
-
.s("AWSStarkControlService", "GetConfiguredAudienceModel", {})
|
|
2344
|
-
.n("CleanRoomsMLClient", "GetConfiguredAudienceModelCommand")
|
|
2345
|
-
.sc(GetConfiguredAudienceModel$)
|
|
2346
|
-
.build() {
|
|
2347
|
-
}
|
|
2348
|
-
|
|
2349
|
-
class GetConfiguredAudienceModelPolicyCommand extends Command
|
|
2350
|
-
.classBuilder()
|
|
2351
|
-
.ep(commonParams)
|
|
2352
|
-
.m(function (Command, cs, config, o) {
|
|
2353
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2354
|
-
})
|
|
2355
|
-
.s("AWSStarkControlService", "GetConfiguredAudienceModelPolicy", {})
|
|
2356
|
-
.n("CleanRoomsMLClient", "GetConfiguredAudienceModelPolicyCommand")
|
|
2357
|
-
.sc(GetConfiguredAudienceModelPolicy$)
|
|
2358
|
-
.build() {
|
|
2359
|
-
}
|
|
2360
|
-
|
|
2361
|
-
class GetConfiguredModelAlgorithmAssociationCommand extends Command
|
|
2362
|
-
.classBuilder()
|
|
2363
|
-
.ep(commonParams)
|
|
2364
|
-
.m(function (Command, cs, config, o) {
|
|
2365
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2366
|
-
})
|
|
2367
|
-
.s("AWSStarkControlService", "GetConfiguredModelAlgorithmAssociation", {})
|
|
2368
|
-
.n("CleanRoomsMLClient", "GetConfiguredModelAlgorithmAssociationCommand")
|
|
2369
|
-
.sc(GetConfiguredModelAlgorithmAssociation$)
|
|
2370
|
-
.build() {
|
|
2371
|
-
}
|
|
2372
|
-
|
|
2373
|
-
class GetConfiguredModelAlgorithmCommand extends Command
|
|
2374
|
-
.classBuilder()
|
|
2375
|
-
.ep(commonParams)
|
|
2376
|
-
.m(function (Command, cs, config, o) {
|
|
2377
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2378
|
-
})
|
|
2379
|
-
.s("AWSStarkControlService", "GetConfiguredModelAlgorithm", {})
|
|
2380
|
-
.n("CleanRoomsMLClient", "GetConfiguredModelAlgorithmCommand")
|
|
2381
|
-
.sc(GetConfiguredModelAlgorithm$)
|
|
2382
|
-
.build() {
|
|
2383
|
-
}
|
|
2384
|
-
|
|
2385
|
-
class GetMLConfigurationCommand extends Command
|
|
2386
|
-
.classBuilder()
|
|
2387
|
-
.ep(commonParams)
|
|
2388
|
-
.m(function (Command, cs, config, o) {
|
|
2389
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2390
|
-
})
|
|
2391
|
-
.s("AWSStarkControlService", "GetMLConfiguration", {})
|
|
2392
|
-
.n("CleanRoomsMLClient", "GetMLConfigurationCommand")
|
|
2393
|
-
.sc(GetMLConfiguration$)
|
|
2394
|
-
.build() {
|
|
2395
|
-
}
|
|
2396
|
-
|
|
2397
|
-
class GetMLInputChannelCommand extends Command
|
|
2398
|
-
.classBuilder()
|
|
2399
|
-
.ep(commonParams)
|
|
2400
|
-
.m(function (Command, cs, config, o) {
|
|
2401
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2402
|
-
})
|
|
2403
|
-
.s("AWSStarkControlService", "GetMLInputChannel", {})
|
|
2404
|
-
.n("CleanRoomsMLClient", "GetMLInputChannelCommand")
|
|
2405
|
-
.sc(GetMLInputChannel$)
|
|
2406
|
-
.build() {
|
|
2407
|
-
}
|
|
2408
|
-
|
|
2409
|
-
class GetTrainedModelCommand extends Command
|
|
2410
|
-
.classBuilder()
|
|
2411
|
-
.ep(commonParams)
|
|
2412
|
-
.m(function (Command, cs, config, o) {
|
|
2413
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2414
|
-
})
|
|
2415
|
-
.s("AWSStarkControlService", "GetTrainedModel", {})
|
|
2416
|
-
.n("CleanRoomsMLClient", "GetTrainedModelCommand")
|
|
2417
|
-
.sc(GetTrainedModel$)
|
|
2418
|
-
.build() {
|
|
2419
|
-
}
|
|
2420
|
-
|
|
2421
|
-
class GetTrainedModelInferenceJobCommand extends Command
|
|
2422
|
-
.classBuilder()
|
|
2423
|
-
.ep(commonParams)
|
|
2424
|
-
.m(function (Command, cs, config, o) {
|
|
2425
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2426
|
-
})
|
|
2427
|
-
.s("AWSStarkControlService", "GetTrainedModelInferenceJob", {})
|
|
2428
|
-
.n("CleanRoomsMLClient", "GetTrainedModelInferenceJobCommand")
|
|
2429
|
-
.sc(GetTrainedModelInferenceJob$)
|
|
2430
|
-
.build() {
|
|
2431
|
-
}
|
|
2432
|
-
|
|
2433
|
-
class GetTrainingDatasetCommand extends Command
|
|
2434
|
-
.classBuilder()
|
|
2435
|
-
.ep(commonParams)
|
|
2436
|
-
.m(function (Command, cs, config, o) {
|
|
2437
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2438
|
-
})
|
|
2439
|
-
.s("AWSStarkControlService", "GetTrainingDataset", {})
|
|
2440
|
-
.n("CleanRoomsMLClient", "GetTrainingDatasetCommand")
|
|
2441
|
-
.sc(GetTrainingDataset$)
|
|
2442
|
-
.build() {
|
|
2443
|
-
}
|
|
2444
|
-
|
|
2445
|
-
class ListAudienceExportJobsCommand extends Command
|
|
2446
|
-
.classBuilder()
|
|
2447
|
-
.ep(commonParams)
|
|
2448
|
-
.m(function (Command, cs, config, o) {
|
|
2449
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2450
|
-
})
|
|
2451
|
-
.s("AWSStarkControlService", "ListAudienceExportJobs", {})
|
|
2452
|
-
.n("CleanRoomsMLClient", "ListAudienceExportJobsCommand")
|
|
2453
|
-
.sc(ListAudienceExportJobs$)
|
|
2454
|
-
.build() {
|
|
2455
|
-
}
|
|
2456
|
-
|
|
2457
|
-
class ListAudienceGenerationJobsCommand extends Command
|
|
2458
|
-
.classBuilder()
|
|
2459
|
-
.ep(commonParams)
|
|
2460
|
-
.m(function (Command, cs, config, o) {
|
|
2461
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2462
|
-
})
|
|
2463
|
-
.s("AWSStarkControlService", "ListAudienceGenerationJobs", {})
|
|
2464
|
-
.n("CleanRoomsMLClient", "ListAudienceGenerationJobsCommand")
|
|
2465
|
-
.sc(ListAudienceGenerationJobs$)
|
|
2466
|
-
.build() {
|
|
2467
|
-
}
|
|
2468
|
-
|
|
2469
|
-
class ListAudienceModelsCommand extends Command
|
|
2470
|
-
.classBuilder()
|
|
2471
|
-
.ep(commonParams)
|
|
2472
|
-
.m(function (Command, cs, config, o) {
|
|
2473
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2474
|
-
})
|
|
2475
|
-
.s("AWSStarkControlService", "ListAudienceModels", {})
|
|
2476
|
-
.n("CleanRoomsMLClient", "ListAudienceModelsCommand")
|
|
2477
|
-
.sc(ListAudienceModels$)
|
|
2478
|
-
.build() {
|
|
2479
|
-
}
|
|
2480
|
-
|
|
2481
|
-
class ListCollaborationConfiguredModelAlgorithmAssociationsCommand extends Command
|
|
2482
|
-
.classBuilder()
|
|
2483
|
-
.ep(commonParams)
|
|
2484
|
-
.m(function (Command, cs, config, o) {
|
|
2485
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2486
|
-
})
|
|
2487
|
-
.s("AWSStarkControlService", "ListCollaborationConfiguredModelAlgorithmAssociations", {})
|
|
2488
|
-
.n("CleanRoomsMLClient", "ListCollaborationConfiguredModelAlgorithmAssociationsCommand")
|
|
2489
|
-
.sc(ListCollaborationConfiguredModelAlgorithmAssociations$)
|
|
2490
|
-
.build() {
|
|
2491
|
-
}
|
|
2492
|
-
|
|
2493
|
-
class ListCollaborationMLInputChannelsCommand extends Command
|
|
2494
|
-
.classBuilder()
|
|
2495
|
-
.ep(commonParams)
|
|
2496
|
-
.m(function (Command, cs, config, o) {
|
|
2497
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2498
|
-
})
|
|
2499
|
-
.s("AWSStarkControlService", "ListCollaborationMLInputChannels", {})
|
|
2500
|
-
.n("CleanRoomsMLClient", "ListCollaborationMLInputChannelsCommand")
|
|
2501
|
-
.sc(ListCollaborationMLInputChannels$)
|
|
2502
|
-
.build() {
|
|
2503
|
-
}
|
|
2504
|
-
|
|
2505
|
-
class ListCollaborationTrainedModelExportJobsCommand extends Command
|
|
2506
|
-
.classBuilder()
|
|
2507
|
-
.ep(commonParams)
|
|
2508
|
-
.m(function (Command, cs, config, o) {
|
|
2509
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2510
|
-
})
|
|
2511
|
-
.s("AWSStarkControlService", "ListCollaborationTrainedModelExportJobs", {})
|
|
2512
|
-
.n("CleanRoomsMLClient", "ListCollaborationTrainedModelExportJobsCommand")
|
|
2513
|
-
.sc(ListCollaborationTrainedModelExportJobs$)
|
|
2514
|
-
.build() {
|
|
2515
|
-
}
|
|
2516
|
-
|
|
2517
|
-
class ListCollaborationTrainedModelInferenceJobsCommand extends Command
|
|
2518
|
-
.classBuilder()
|
|
2519
|
-
.ep(commonParams)
|
|
2520
|
-
.m(function (Command, cs, config, o) {
|
|
2521
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2522
|
-
})
|
|
2523
|
-
.s("AWSStarkControlService", "ListCollaborationTrainedModelInferenceJobs", {})
|
|
2524
|
-
.n("CleanRoomsMLClient", "ListCollaborationTrainedModelInferenceJobsCommand")
|
|
2525
|
-
.sc(ListCollaborationTrainedModelInferenceJobs$)
|
|
2526
|
-
.build() {
|
|
2527
|
-
}
|
|
2528
|
-
|
|
2529
|
-
class ListCollaborationTrainedModelsCommand extends Command
|
|
2530
|
-
.classBuilder()
|
|
2531
|
-
.ep(commonParams)
|
|
2532
|
-
.m(function (Command, cs, config, o) {
|
|
2533
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2534
|
-
})
|
|
2535
|
-
.s("AWSStarkControlService", "ListCollaborationTrainedModels", {})
|
|
2536
|
-
.n("CleanRoomsMLClient", "ListCollaborationTrainedModelsCommand")
|
|
2537
|
-
.sc(ListCollaborationTrainedModels$)
|
|
2538
|
-
.build() {
|
|
2539
|
-
}
|
|
2540
|
-
|
|
2541
|
-
class ListConfiguredAudienceModelsCommand extends Command
|
|
2542
|
-
.classBuilder()
|
|
2543
|
-
.ep(commonParams)
|
|
2544
|
-
.m(function (Command, cs, config, o) {
|
|
2545
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2546
|
-
})
|
|
2547
|
-
.s("AWSStarkControlService", "ListConfiguredAudienceModels", {})
|
|
2548
|
-
.n("CleanRoomsMLClient", "ListConfiguredAudienceModelsCommand")
|
|
2549
|
-
.sc(ListConfiguredAudienceModels$)
|
|
2550
|
-
.build() {
|
|
2551
|
-
}
|
|
2552
|
-
|
|
2553
|
-
class ListConfiguredModelAlgorithmAssociationsCommand extends Command
|
|
2554
|
-
.classBuilder()
|
|
2555
|
-
.ep(commonParams)
|
|
2556
|
-
.m(function (Command, cs, config, o) {
|
|
2557
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2558
|
-
})
|
|
2559
|
-
.s("AWSStarkControlService", "ListConfiguredModelAlgorithmAssociations", {})
|
|
2560
|
-
.n("CleanRoomsMLClient", "ListConfiguredModelAlgorithmAssociationsCommand")
|
|
2561
|
-
.sc(ListConfiguredModelAlgorithmAssociations$)
|
|
2562
|
-
.build() {
|
|
2563
|
-
}
|
|
2564
|
-
|
|
2565
|
-
class ListConfiguredModelAlgorithmsCommand extends Command
|
|
2566
|
-
.classBuilder()
|
|
2567
|
-
.ep(commonParams)
|
|
2568
|
-
.m(function (Command, cs, config, o) {
|
|
2569
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2570
|
-
})
|
|
2571
|
-
.s("AWSStarkControlService", "ListConfiguredModelAlgorithms", {})
|
|
2572
|
-
.n("CleanRoomsMLClient", "ListConfiguredModelAlgorithmsCommand")
|
|
2573
|
-
.sc(ListConfiguredModelAlgorithms$)
|
|
2574
|
-
.build() {
|
|
2575
|
-
}
|
|
2576
|
-
|
|
2577
|
-
class ListMLInputChannelsCommand extends Command
|
|
2578
|
-
.classBuilder()
|
|
2579
|
-
.ep(commonParams)
|
|
2580
|
-
.m(function (Command, cs, config, o) {
|
|
2581
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2582
|
-
})
|
|
2583
|
-
.s("AWSStarkControlService", "ListMLInputChannels", {})
|
|
2584
|
-
.n("CleanRoomsMLClient", "ListMLInputChannelsCommand")
|
|
2585
|
-
.sc(ListMLInputChannels$)
|
|
2586
|
-
.build() {
|
|
2587
|
-
}
|
|
2588
|
-
|
|
2589
|
-
class ListTagsForResourceCommand extends Command
|
|
2590
|
-
.classBuilder()
|
|
2591
|
-
.ep(commonParams)
|
|
2592
|
-
.m(function (Command, cs, config, o) {
|
|
2593
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2594
|
-
})
|
|
2595
|
-
.s("AWSStarkControlService", "ListTagsForResource", {})
|
|
2596
|
-
.n("CleanRoomsMLClient", "ListTagsForResourceCommand")
|
|
2597
|
-
.sc(ListTagsForResource$)
|
|
2598
|
-
.build() {
|
|
2599
|
-
}
|
|
2600
|
-
|
|
2601
|
-
class ListTrainedModelInferenceJobsCommand extends Command
|
|
2602
|
-
.classBuilder()
|
|
2603
|
-
.ep(commonParams)
|
|
2604
|
-
.m(function (Command, cs, config, o) {
|
|
2605
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2606
|
-
})
|
|
2607
|
-
.s("AWSStarkControlService", "ListTrainedModelInferenceJobs", {})
|
|
2608
|
-
.n("CleanRoomsMLClient", "ListTrainedModelInferenceJobsCommand")
|
|
2609
|
-
.sc(ListTrainedModelInferenceJobs$)
|
|
2610
|
-
.build() {
|
|
2611
|
-
}
|
|
2612
|
-
|
|
2613
|
-
class ListTrainedModelsCommand extends Command
|
|
2614
|
-
.classBuilder()
|
|
2615
|
-
.ep(commonParams)
|
|
2616
|
-
.m(function (Command, cs, config, o) {
|
|
2617
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2618
|
-
})
|
|
2619
|
-
.s("AWSStarkControlService", "ListTrainedModels", {})
|
|
2620
|
-
.n("CleanRoomsMLClient", "ListTrainedModelsCommand")
|
|
2621
|
-
.sc(ListTrainedModels$)
|
|
2622
|
-
.build() {
|
|
2623
|
-
}
|
|
2624
|
-
|
|
2625
|
-
class ListTrainedModelVersionsCommand extends Command
|
|
2626
|
-
.classBuilder()
|
|
2627
|
-
.ep(commonParams)
|
|
2628
|
-
.m(function (Command, cs, config, o) {
|
|
2629
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2630
|
-
})
|
|
2631
|
-
.s("AWSStarkControlService", "ListTrainedModelVersions", {})
|
|
2632
|
-
.n("CleanRoomsMLClient", "ListTrainedModelVersionsCommand")
|
|
2633
|
-
.sc(ListTrainedModelVersions$)
|
|
2634
|
-
.build() {
|
|
2635
|
-
}
|
|
2636
|
-
|
|
2637
|
-
class ListTrainingDatasetsCommand extends Command
|
|
2638
|
-
.classBuilder()
|
|
2639
|
-
.ep(commonParams)
|
|
2640
|
-
.m(function (Command, cs, config, o) {
|
|
2641
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2642
|
-
})
|
|
2643
|
-
.s("AWSStarkControlService", "ListTrainingDatasets", {})
|
|
2644
|
-
.n("CleanRoomsMLClient", "ListTrainingDatasetsCommand")
|
|
2645
|
-
.sc(ListTrainingDatasets$)
|
|
2646
|
-
.build() {
|
|
2647
|
-
}
|
|
2648
|
-
|
|
2649
|
-
class PutConfiguredAudienceModelPolicyCommand extends Command
|
|
2650
|
-
.classBuilder()
|
|
2651
|
-
.ep(commonParams)
|
|
2652
|
-
.m(function (Command, cs, config, o) {
|
|
2653
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2654
|
-
})
|
|
2655
|
-
.s("AWSStarkControlService", "PutConfiguredAudienceModelPolicy", {})
|
|
2656
|
-
.n("CleanRoomsMLClient", "PutConfiguredAudienceModelPolicyCommand")
|
|
2657
|
-
.sc(PutConfiguredAudienceModelPolicy$)
|
|
2658
|
-
.build() {
|
|
2659
|
-
}
|
|
2660
|
-
|
|
2661
|
-
class PutMLConfigurationCommand extends Command
|
|
2662
|
-
.classBuilder()
|
|
2663
|
-
.ep(commonParams)
|
|
2664
|
-
.m(function (Command, cs, config, o) {
|
|
2665
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2666
|
-
})
|
|
2667
|
-
.s("AWSStarkControlService", "PutMLConfiguration", {})
|
|
2668
|
-
.n("CleanRoomsMLClient", "PutMLConfigurationCommand")
|
|
2669
|
-
.sc(PutMLConfiguration$)
|
|
2670
|
-
.build() {
|
|
2671
|
-
}
|
|
2672
|
-
|
|
2673
|
-
class StartAudienceExportJobCommand extends Command
|
|
2674
|
-
.classBuilder()
|
|
2675
|
-
.ep(commonParams)
|
|
2676
|
-
.m(function (Command, cs, config, o) {
|
|
2677
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2678
|
-
})
|
|
2679
|
-
.s("AWSStarkControlService", "StartAudienceExportJob", {})
|
|
2680
|
-
.n("CleanRoomsMLClient", "StartAudienceExportJobCommand")
|
|
2681
|
-
.sc(StartAudienceExportJob$)
|
|
2682
|
-
.build() {
|
|
2683
|
-
}
|
|
2684
|
-
|
|
2685
|
-
class StartAudienceGenerationJobCommand extends Command
|
|
2686
|
-
.classBuilder()
|
|
2687
|
-
.ep(commonParams)
|
|
2688
|
-
.m(function (Command, cs, config, o) {
|
|
2689
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2690
|
-
})
|
|
2691
|
-
.s("AWSStarkControlService", "StartAudienceGenerationJob", {})
|
|
2692
|
-
.n("CleanRoomsMLClient", "StartAudienceGenerationJobCommand")
|
|
2693
|
-
.sc(StartAudienceGenerationJob$)
|
|
2694
|
-
.build() {
|
|
2695
|
-
}
|
|
2696
|
-
|
|
2697
|
-
class StartTrainedModelExportJobCommand extends Command
|
|
2698
|
-
.classBuilder()
|
|
2699
|
-
.ep(commonParams)
|
|
2700
|
-
.m(function (Command, cs, config, o) {
|
|
2701
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2702
|
-
})
|
|
2703
|
-
.s("AWSStarkControlService", "StartTrainedModelExportJob", {})
|
|
2704
|
-
.n("CleanRoomsMLClient", "StartTrainedModelExportJobCommand")
|
|
2705
|
-
.sc(StartTrainedModelExportJob$)
|
|
2706
|
-
.build() {
|
|
2707
|
-
}
|
|
2708
|
-
|
|
2709
|
-
class StartTrainedModelInferenceJobCommand extends Command
|
|
2710
|
-
.classBuilder()
|
|
2711
|
-
.ep(commonParams)
|
|
2712
|
-
.m(function (Command, cs, config, o) {
|
|
2713
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2714
|
-
})
|
|
2715
|
-
.s("AWSStarkControlService", "StartTrainedModelInferenceJob", {})
|
|
2716
|
-
.n("CleanRoomsMLClient", "StartTrainedModelInferenceJobCommand")
|
|
2717
|
-
.sc(StartTrainedModelInferenceJob$)
|
|
2718
|
-
.build() {
|
|
2719
|
-
}
|
|
2720
|
-
|
|
2721
|
-
class TagResourceCommand extends Command
|
|
2722
|
-
.classBuilder()
|
|
2723
|
-
.ep(commonParams)
|
|
2724
|
-
.m(function (Command, cs, config, o) {
|
|
2725
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2726
|
-
})
|
|
2727
|
-
.s("AWSStarkControlService", "TagResource", {})
|
|
2728
|
-
.n("CleanRoomsMLClient", "TagResourceCommand")
|
|
2729
|
-
.sc(TagResource$)
|
|
2730
|
-
.build() {
|
|
2731
|
-
}
|
|
2732
|
-
|
|
2733
|
-
class UntagResourceCommand extends Command
|
|
2734
|
-
.classBuilder()
|
|
2735
|
-
.ep(commonParams)
|
|
2736
|
-
.m(function (Command, cs, config, o) {
|
|
2737
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2738
|
-
})
|
|
2739
|
-
.s("AWSStarkControlService", "UntagResource", {})
|
|
2740
|
-
.n("CleanRoomsMLClient", "UntagResourceCommand")
|
|
2741
|
-
.sc(UntagResource$)
|
|
2742
|
-
.build() {
|
|
2743
|
-
}
|
|
2744
|
-
|
|
2745
|
-
class UpdateConfiguredAudienceModelCommand extends Command
|
|
2746
|
-
.classBuilder()
|
|
2747
|
-
.ep(commonParams)
|
|
2748
|
-
.m(function (Command, cs, config, o) {
|
|
2749
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2750
|
-
})
|
|
2751
|
-
.s("AWSStarkControlService", "UpdateConfiguredAudienceModel", {})
|
|
2752
|
-
.n("CleanRoomsMLClient", "UpdateConfiguredAudienceModelCommand")
|
|
2753
|
-
.sc(UpdateConfiguredAudienceModel$)
|
|
2754
|
-
.build() {
|
|
2050
|
+
const command = makeBuilder(commonParams, "AWSStarkControlService", "CleanRoomsMLClient", getEndpointPlugin);
|
|
2051
|
+
const _ep0 = {};
|
|
2052
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
2053
|
+
|
|
2054
|
+
class CancelTrainedModelCommand extends command(_ep0, _mw0, "CancelTrainedModel", CancelTrainedModel$) {
|
|
2055
|
+
}
|
|
2056
|
+
|
|
2057
|
+
class CancelTrainedModelInferenceJobCommand extends command(_ep0, _mw0, "CancelTrainedModelInferenceJob", CancelTrainedModelInferenceJob$) {
|
|
2058
|
+
}
|
|
2059
|
+
|
|
2060
|
+
class CreateAudienceModelCommand extends command(_ep0, _mw0, "CreateAudienceModel", CreateAudienceModel$) {
|
|
2061
|
+
}
|
|
2062
|
+
|
|
2063
|
+
class CreateConfiguredAudienceModelCommand extends command(_ep0, _mw0, "CreateConfiguredAudienceModel", CreateConfiguredAudienceModel$) {
|
|
2064
|
+
}
|
|
2065
|
+
|
|
2066
|
+
class CreateConfiguredModelAlgorithmAssociationCommand extends command(_ep0, _mw0, "CreateConfiguredModelAlgorithmAssociation", CreateConfiguredModelAlgorithmAssociation$) {
|
|
2067
|
+
}
|
|
2068
|
+
|
|
2069
|
+
class CreateConfiguredModelAlgorithmCommand extends command(_ep0, _mw0, "CreateConfiguredModelAlgorithm", CreateConfiguredModelAlgorithm$) {
|
|
2070
|
+
}
|
|
2071
|
+
|
|
2072
|
+
class CreateMLInputChannelCommand extends command(_ep0, _mw0, "CreateMLInputChannel", CreateMLInputChannel$) {
|
|
2073
|
+
}
|
|
2074
|
+
|
|
2075
|
+
class CreateTrainedModelCommand extends command(_ep0, _mw0, "CreateTrainedModel", CreateTrainedModel$) {
|
|
2076
|
+
}
|
|
2077
|
+
|
|
2078
|
+
class CreateTrainingDatasetCommand extends command(_ep0, _mw0, "CreateTrainingDataset", CreateTrainingDataset$) {
|
|
2079
|
+
}
|
|
2080
|
+
|
|
2081
|
+
class DeleteAudienceGenerationJobCommand extends command(_ep0, _mw0, "DeleteAudienceGenerationJob", DeleteAudienceGenerationJob$) {
|
|
2082
|
+
}
|
|
2083
|
+
|
|
2084
|
+
class DeleteAudienceModelCommand extends command(_ep0, _mw0, "DeleteAudienceModel", DeleteAudienceModel$) {
|
|
2085
|
+
}
|
|
2086
|
+
|
|
2087
|
+
class DeleteConfiguredAudienceModelCommand extends command(_ep0, _mw0, "DeleteConfiguredAudienceModel", DeleteConfiguredAudienceModel$) {
|
|
2088
|
+
}
|
|
2089
|
+
|
|
2090
|
+
class DeleteConfiguredAudienceModelPolicyCommand extends command(_ep0, _mw0, "DeleteConfiguredAudienceModelPolicy", DeleteConfiguredAudienceModelPolicy$) {
|
|
2091
|
+
}
|
|
2092
|
+
|
|
2093
|
+
class DeleteConfiguredModelAlgorithmAssociationCommand extends command(_ep0, _mw0, "DeleteConfiguredModelAlgorithmAssociation", DeleteConfiguredModelAlgorithmAssociation$) {
|
|
2094
|
+
}
|
|
2095
|
+
|
|
2096
|
+
class DeleteConfiguredModelAlgorithmCommand extends command(_ep0, _mw0, "DeleteConfiguredModelAlgorithm", DeleteConfiguredModelAlgorithm$) {
|
|
2097
|
+
}
|
|
2098
|
+
|
|
2099
|
+
class DeleteMLConfigurationCommand extends command(_ep0, _mw0, "DeleteMLConfiguration", DeleteMLConfiguration$) {
|
|
2100
|
+
}
|
|
2101
|
+
|
|
2102
|
+
class DeleteMLInputChannelDataCommand extends command(_ep0, _mw0, "DeleteMLInputChannelData", DeleteMLInputChannelData$) {
|
|
2103
|
+
}
|
|
2104
|
+
|
|
2105
|
+
class DeleteTrainedModelOutputCommand extends command(_ep0, _mw0, "DeleteTrainedModelOutput", DeleteTrainedModelOutput$) {
|
|
2106
|
+
}
|
|
2107
|
+
|
|
2108
|
+
class DeleteTrainingDatasetCommand extends command(_ep0, _mw0, "DeleteTrainingDataset", DeleteTrainingDataset$) {
|
|
2109
|
+
}
|
|
2110
|
+
|
|
2111
|
+
class GetAudienceGenerationJobCommand extends command(_ep0, _mw0, "GetAudienceGenerationJob", GetAudienceGenerationJob$) {
|
|
2112
|
+
}
|
|
2113
|
+
|
|
2114
|
+
class GetAudienceModelCommand extends command(_ep0, _mw0, "GetAudienceModel", GetAudienceModel$) {
|
|
2115
|
+
}
|
|
2116
|
+
|
|
2117
|
+
class GetCollaborationConfiguredModelAlgorithmAssociationCommand extends command(_ep0, _mw0, "GetCollaborationConfiguredModelAlgorithmAssociation", GetCollaborationConfiguredModelAlgorithmAssociation$) {
|
|
2118
|
+
}
|
|
2119
|
+
|
|
2120
|
+
class GetCollaborationMLInputChannelCommand extends command(_ep0, _mw0, "GetCollaborationMLInputChannel", GetCollaborationMLInputChannel$) {
|
|
2121
|
+
}
|
|
2122
|
+
|
|
2123
|
+
class GetCollaborationTrainedModelCommand extends command(_ep0, _mw0, "GetCollaborationTrainedModel", GetCollaborationTrainedModel$) {
|
|
2124
|
+
}
|
|
2125
|
+
|
|
2126
|
+
class GetConfiguredAudienceModelCommand extends command(_ep0, _mw0, "GetConfiguredAudienceModel", GetConfiguredAudienceModel$) {
|
|
2127
|
+
}
|
|
2128
|
+
|
|
2129
|
+
class GetConfiguredAudienceModelPolicyCommand extends command(_ep0, _mw0, "GetConfiguredAudienceModelPolicy", GetConfiguredAudienceModelPolicy$) {
|
|
2130
|
+
}
|
|
2131
|
+
|
|
2132
|
+
class GetConfiguredModelAlgorithmAssociationCommand extends command(_ep0, _mw0, "GetConfiguredModelAlgorithmAssociation", GetConfiguredModelAlgorithmAssociation$) {
|
|
2133
|
+
}
|
|
2134
|
+
|
|
2135
|
+
class GetConfiguredModelAlgorithmCommand extends command(_ep0, _mw0, "GetConfiguredModelAlgorithm", GetConfiguredModelAlgorithm$) {
|
|
2136
|
+
}
|
|
2137
|
+
|
|
2138
|
+
class GetMLConfigurationCommand extends command(_ep0, _mw0, "GetMLConfiguration", GetMLConfiguration$) {
|
|
2139
|
+
}
|
|
2140
|
+
|
|
2141
|
+
class GetMLInputChannelCommand extends command(_ep0, _mw0, "GetMLInputChannel", GetMLInputChannel$) {
|
|
2142
|
+
}
|
|
2143
|
+
|
|
2144
|
+
class GetTrainedModelCommand extends command(_ep0, _mw0, "GetTrainedModel", GetTrainedModel$) {
|
|
2145
|
+
}
|
|
2146
|
+
|
|
2147
|
+
class GetTrainedModelInferenceJobCommand extends command(_ep0, _mw0, "GetTrainedModelInferenceJob", GetTrainedModelInferenceJob$) {
|
|
2148
|
+
}
|
|
2149
|
+
|
|
2150
|
+
class GetTrainingDatasetCommand extends command(_ep0, _mw0, "GetTrainingDataset", GetTrainingDataset$) {
|
|
2151
|
+
}
|
|
2152
|
+
|
|
2153
|
+
class ListAudienceExportJobsCommand extends command(_ep0, _mw0, "ListAudienceExportJobs", ListAudienceExportJobs$) {
|
|
2154
|
+
}
|
|
2155
|
+
|
|
2156
|
+
class ListAudienceGenerationJobsCommand extends command(_ep0, _mw0, "ListAudienceGenerationJobs", ListAudienceGenerationJobs$) {
|
|
2157
|
+
}
|
|
2158
|
+
|
|
2159
|
+
class ListAudienceModelsCommand extends command(_ep0, _mw0, "ListAudienceModels", ListAudienceModels$) {
|
|
2160
|
+
}
|
|
2161
|
+
|
|
2162
|
+
class ListCollaborationConfiguredModelAlgorithmAssociationsCommand extends command(_ep0, _mw0, "ListCollaborationConfiguredModelAlgorithmAssociations", ListCollaborationConfiguredModelAlgorithmAssociations$) {
|
|
2163
|
+
}
|
|
2164
|
+
|
|
2165
|
+
class ListCollaborationMLInputChannelsCommand extends command(_ep0, _mw0, "ListCollaborationMLInputChannels", ListCollaborationMLInputChannels$) {
|
|
2166
|
+
}
|
|
2167
|
+
|
|
2168
|
+
class ListCollaborationTrainedModelExportJobsCommand extends command(_ep0, _mw0, "ListCollaborationTrainedModelExportJobs", ListCollaborationTrainedModelExportJobs$) {
|
|
2169
|
+
}
|
|
2170
|
+
|
|
2171
|
+
class ListCollaborationTrainedModelInferenceJobsCommand extends command(_ep0, _mw0, "ListCollaborationTrainedModelInferenceJobs", ListCollaborationTrainedModelInferenceJobs$) {
|
|
2172
|
+
}
|
|
2173
|
+
|
|
2174
|
+
class ListCollaborationTrainedModelsCommand extends command(_ep0, _mw0, "ListCollaborationTrainedModels", ListCollaborationTrainedModels$) {
|
|
2175
|
+
}
|
|
2176
|
+
|
|
2177
|
+
class ListConfiguredAudienceModelsCommand extends command(_ep0, _mw0, "ListConfiguredAudienceModels", ListConfiguredAudienceModels$) {
|
|
2178
|
+
}
|
|
2179
|
+
|
|
2180
|
+
class ListConfiguredModelAlgorithmAssociationsCommand extends command(_ep0, _mw0, "ListConfiguredModelAlgorithmAssociations", ListConfiguredModelAlgorithmAssociations$) {
|
|
2181
|
+
}
|
|
2182
|
+
|
|
2183
|
+
class ListConfiguredModelAlgorithmsCommand extends command(_ep0, _mw0, "ListConfiguredModelAlgorithms", ListConfiguredModelAlgorithms$) {
|
|
2184
|
+
}
|
|
2185
|
+
|
|
2186
|
+
class ListMLInputChannelsCommand extends command(_ep0, _mw0, "ListMLInputChannels", ListMLInputChannels$) {
|
|
2187
|
+
}
|
|
2188
|
+
|
|
2189
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
2190
|
+
}
|
|
2191
|
+
|
|
2192
|
+
class ListTrainedModelInferenceJobsCommand extends command(_ep0, _mw0, "ListTrainedModelInferenceJobs", ListTrainedModelInferenceJobs$) {
|
|
2193
|
+
}
|
|
2194
|
+
|
|
2195
|
+
class ListTrainedModelsCommand extends command(_ep0, _mw0, "ListTrainedModels", ListTrainedModels$) {
|
|
2196
|
+
}
|
|
2197
|
+
|
|
2198
|
+
class ListTrainedModelVersionsCommand extends command(_ep0, _mw0, "ListTrainedModelVersions", ListTrainedModelVersions$) {
|
|
2199
|
+
}
|
|
2200
|
+
|
|
2201
|
+
class ListTrainingDatasetsCommand extends command(_ep0, _mw0, "ListTrainingDatasets", ListTrainingDatasets$) {
|
|
2202
|
+
}
|
|
2203
|
+
|
|
2204
|
+
class PutConfiguredAudienceModelPolicyCommand extends command(_ep0, _mw0, "PutConfiguredAudienceModelPolicy", PutConfiguredAudienceModelPolicy$) {
|
|
2205
|
+
}
|
|
2206
|
+
|
|
2207
|
+
class PutMLConfigurationCommand extends command(_ep0, _mw0, "PutMLConfiguration", PutMLConfiguration$) {
|
|
2208
|
+
}
|
|
2209
|
+
|
|
2210
|
+
class StartAudienceExportJobCommand extends command(_ep0, _mw0, "StartAudienceExportJob", StartAudienceExportJob$) {
|
|
2211
|
+
}
|
|
2212
|
+
|
|
2213
|
+
class StartAudienceGenerationJobCommand extends command(_ep0, _mw0, "StartAudienceGenerationJob", StartAudienceGenerationJob$) {
|
|
2214
|
+
}
|
|
2215
|
+
|
|
2216
|
+
class StartTrainedModelExportJobCommand extends command(_ep0, _mw0, "StartTrainedModelExportJob", StartTrainedModelExportJob$) {
|
|
2217
|
+
}
|
|
2218
|
+
|
|
2219
|
+
class StartTrainedModelInferenceJobCommand extends command(_ep0, _mw0, "StartTrainedModelInferenceJob", StartTrainedModelInferenceJob$) {
|
|
2220
|
+
}
|
|
2221
|
+
|
|
2222
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
2223
|
+
}
|
|
2224
|
+
|
|
2225
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
2226
|
+
}
|
|
2227
|
+
|
|
2228
|
+
class UpdateConfiguredAudienceModelCommand extends command(_ep0, _mw0, "UpdateConfiguredAudienceModel", UpdateConfiguredAudienceModel$) {
|
|
2755
2229
|
}
|
|
2756
2230
|
|
|
2757
2231
|
const paginateListAudienceExportJobs = createPaginator(CleanRoomsMLClient, ListAudienceExportJobsCommand, "nextToken", "nextToken", "maxResults");
|