@aws-sdk/client-cleanroomsml 3.890.0 → 3.893.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/dist-types/commands/CancelTrainedModelCommand.d.ts +2 -0
  2. package/dist-types/commands/CancelTrainedModelInferenceJobCommand.d.ts +2 -0
  3. package/dist-types/commands/CreateAudienceModelCommand.d.ts +2 -0
  4. package/dist-types/commands/CreateConfiguredAudienceModelCommand.d.ts +2 -0
  5. package/dist-types/commands/CreateConfiguredModelAlgorithmAssociationCommand.d.ts +2 -0
  6. package/dist-types/commands/CreateConfiguredModelAlgorithmCommand.d.ts +2 -0
  7. package/dist-types/commands/CreateMLInputChannelCommand.d.ts +2 -0
  8. package/dist-types/commands/CreateTrainedModelCommand.d.ts +2 -0
  9. package/dist-types/commands/CreateTrainingDatasetCommand.d.ts +2 -0
  10. package/dist-types/commands/DeleteAudienceGenerationJobCommand.d.ts +2 -0
  11. package/dist-types/commands/DeleteAudienceModelCommand.d.ts +2 -0
  12. package/dist-types/commands/DeleteConfiguredAudienceModelCommand.d.ts +2 -0
  13. package/dist-types/commands/DeleteConfiguredAudienceModelPolicyCommand.d.ts +2 -0
  14. package/dist-types/commands/DeleteConfiguredModelAlgorithmAssociationCommand.d.ts +2 -0
  15. package/dist-types/commands/DeleteConfiguredModelAlgorithmCommand.d.ts +2 -0
  16. package/dist-types/commands/DeleteMLConfigurationCommand.d.ts +2 -0
  17. package/dist-types/commands/DeleteMLInputChannelDataCommand.d.ts +2 -0
  18. package/dist-types/commands/DeleteTrainedModelOutputCommand.d.ts +2 -0
  19. package/dist-types/commands/DeleteTrainingDatasetCommand.d.ts +2 -0
  20. package/dist-types/commands/GetAudienceGenerationJobCommand.d.ts +2 -0
  21. package/dist-types/commands/GetAudienceModelCommand.d.ts +2 -0
  22. package/dist-types/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.d.ts +2 -0
  23. package/dist-types/commands/GetCollaborationMLInputChannelCommand.d.ts +2 -0
  24. package/dist-types/commands/GetCollaborationTrainedModelCommand.d.ts +2 -0
  25. package/dist-types/commands/GetConfiguredAudienceModelCommand.d.ts +2 -0
  26. package/dist-types/commands/GetConfiguredAudienceModelPolicyCommand.d.ts +2 -0
  27. package/dist-types/commands/GetConfiguredModelAlgorithmAssociationCommand.d.ts +2 -0
  28. package/dist-types/commands/GetConfiguredModelAlgorithmCommand.d.ts +2 -0
  29. package/dist-types/commands/GetMLConfigurationCommand.d.ts +2 -0
  30. package/dist-types/commands/GetMLInputChannelCommand.d.ts +2 -0
  31. package/dist-types/commands/GetTrainedModelCommand.d.ts +2 -0
  32. package/dist-types/commands/GetTrainedModelInferenceJobCommand.d.ts +2 -0
  33. package/dist-types/commands/GetTrainingDatasetCommand.d.ts +2 -0
  34. package/dist-types/commands/ListAudienceExportJobsCommand.d.ts +2 -0
  35. package/dist-types/commands/ListAudienceGenerationJobsCommand.d.ts +2 -0
  36. package/dist-types/commands/ListAudienceModelsCommand.d.ts +2 -0
  37. package/dist-types/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.d.ts +2 -0
  38. package/dist-types/commands/ListCollaborationMLInputChannelsCommand.d.ts +2 -0
  39. package/dist-types/commands/ListCollaborationTrainedModelExportJobsCommand.d.ts +2 -0
  40. package/dist-types/commands/ListCollaborationTrainedModelInferenceJobsCommand.d.ts +2 -0
  41. package/dist-types/commands/ListCollaborationTrainedModelsCommand.d.ts +2 -0
  42. package/dist-types/commands/ListConfiguredAudienceModelsCommand.d.ts +2 -0
  43. package/dist-types/commands/ListConfiguredModelAlgorithmAssociationsCommand.d.ts +2 -0
  44. package/dist-types/commands/ListConfiguredModelAlgorithmsCommand.d.ts +2 -0
  45. package/dist-types/commands/ListMLInputChannelsCommand.d.ts +2 -0
  46. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  47. package/dist-types/commands/ListTrainedModelInferenceJobsCommand.d.ts +2 -0
  48. package/dist-types/commands/ListTrainedModelVersionsCommand.d.ts +2 -0
  49. package/dist-types/commands/ListTrainedModelsCommand.d.ts +2 -0
  50. package/dist-types/commands/ListTrainingDatasetsCommand.d.ts +2 -0
  51. package/dist-types/commands/PutConfiguredAudienceModelPolicyCommand.d.ts +2 -0
  52. package/dist-types/commands/PutMLConfigurationCommand.d.ts +2 -0
  53. package/dist-types/commands/StartAudienceExportJobCommand.d.ts +2 -0
  54. package/dist-types/commands/StartAudienceGenerationJobCommand.d.ts +2 -0
  55. package/dist-types/commands/StartTrainedModelExportJobCommand.d.ts +2 -0
  56. package/dist-types/commands/StartTrainedModelInferenceJobCommand.d.ts +2 -0
  57. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  58. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  59. package/dist-types/commands/UpdateConfiguredAudienceModelCommand.d.ts +2 -0
  60. package/package.json +19 -19
@@ -33,6 +33,8 @@ declare const CancelTrainedModelCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, CancelTrainedModelCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, CancelTrainedModelCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // CancelTrainedModelRequest
38
40
  * membershipIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const CancelTrainedModelInferenceJobCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, CancelTrainedModelInferenceJobCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, CancelTrainedModelInferenceJobCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // CancelTrainedModelInferenceJobRequest
38
40
  * membershipIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const CreateAudienceModelCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, CreateAudienceModelCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, CreateAudienceModelCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // CreateAudienceModelRequest
38
40
  * trainingDataStartTime: new Date("TIMESTAMP"),
@@ -33,6 +33,8 @@ declare const CreateConfiguredAudienceModelCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, CreateConfiguredAudienceModelCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, CreateConfiguredAudienceModelCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // CreateConfiguredAudienceModelRequest
38
40
  * name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const CreateConfiguredModelAlgorithmAssociationCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, CreateConfiguredModelAlgorithmAssociationCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, CreateConfiguredModelAlgorithmAssociationCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // CreateConfiguredModelAlgorithmAssociationRequest
38
40
  * membershipIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const CreateConfiguredModelAlgorithmCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, CreateConfiguredModelAlgorithmCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, CreateConfiguredModelAlgorithmCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // CreateConfiguredModelAlgorithmRequest
38
40
  * name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const CreateMLInputChannelCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, CreateMLInputChannelCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, CreateMLInputChannelCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // CreateMLInputChannelRequest
38
40
  * membershipIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const CreateTrainedModelCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, CreateTrainedModelCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, CreateTrainedModelCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // CreateTrainedModelRequest
38
40
  * membershipIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const CreateTrainingDatasetCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, CreateTrainingDatasetCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, CreateTrainingDatasetCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // CreateTrainingDatasetRequest
38
40
  * name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteAudienceGenerationJobCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, DeleteAudienceGenerationJobCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, DeleteAudienceGenerationJobCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // DeleteAudienceGenerationJobRequest
38
40
  * audienceGenerationJobArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteAudienceModelCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, DeleteAudienceModelCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, DeleteAudienceModelCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // DeleteAudienceModelRequest
38
40
  * audienceModelArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteConfiguredAudienceModelCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, DeleteConfiguredAudienceModelCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, DeleteConfiguredAudienceModelCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // DeleteConfiguredAudienceModelRequest
38
40
  * configuredAudienceModelArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteConfiguredAudienceModelPolicyCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, DeleteConfiguredAudienceModelPolicyCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, DeleteConfiguredAudienceModelPolicyCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // DeleteConfiguredAudienceModelPolicyRequest
38
40
  * configuredAudienceModelArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteConfiguredModelAlgorithmAssociationCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, DeleteConfiguredModelAlgorithmAssociationCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, DeleteConfiguredModelAlgorithmAssociationCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // DeleteConfiguredModelAlgorithmAssociationRequest
38
40
  * configuredModelAlgorithmAssociationArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteConfiguredModelAlgorithmCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, DeleteConfiguredModelAlgorithmCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, DeleteConfiguredModelAlgorithmCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // DeleteConfiguredModelAlgorithmRequest
38
40
  * configuredModelAlgorithmArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteMLConfigurationCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, DeleteMLConfigurationCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, DeleteMLConfigurationCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // DeleteMLConfigurationRequest
38
40
  * membershipIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteMLInputChannelDataCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, DeleteMLInputChannelDataCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, DeleteMLInputChannelDataCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // DeleteMLInputChannelDataRequest
38
40
  * mlInputChannelArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteTrainedModelOutputCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, DeleteTrainedModelOutputCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, DeleteTrainedModelOutputCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // DeleteTrainedModelOutputRequest
38
40
  * trainedModelArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteTrainingDatasetCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, DeleteTrainingDatasetCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, DeleteTrainingDatasetCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // DeleteTrainingDatasetRequest
38
40
  * trainingDatasetArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const GetAudienceGenerationJobCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, GetAudienceGenerationJobCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, GetAudienceGenerationJobCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // GetAudienceGenerationJobRequest
38
40
  * audienceGenerationJobArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const GetAudienceModelCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, GetAudienceModelCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, GetAudienceModelCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // GetAudienceModelRequest
38
40
  * audienceModelArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const GetCollaborationConfiguredModelAlgorithmAssociationCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, GetCollaborationConfiguredModelAlgorithmAssociationCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, GetCollaborationConfiguredModelAlgorithmAssociationCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // GetCollaborationConfiguredModelAlgorithmAssociationRequest
38
40
  * configuredModelAlgorithmAssociationArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const GetCollaborationMLInputChannelCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, GetCollaborationMLInputChannelCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, GetCollaborationMLInputChannelCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // GetCollaborationMLInputChannelRequest
38
40
  * mlInputChannelArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const GetCollaborationTrainedModelCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, GetCollaborationTrainedModelCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, GetCollaborationTrainedModelCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // GetCollaborationTrainedModelRequest
38
40
  * trainedModelArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const GetConfiguredAudienceModelCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, GetConfiguredAudienceModelCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, GetConfiguredAudienceModelCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // GetConfiguredAudienceModelRequest
38
40
  * configuredAudienceModelArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const GetConfiguredAudienceModelPolicyCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, GetConfiguredAudienceModelPolicyCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, GetConfiguredAudienceModelPolicyCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // GetConfiguredAudienceModelPolicyRequest
38
40
  * configuredAudienceModelArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const GetConfiguredModelAlgorithmAssociationCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, GetConfiguredModelAlgorithmAssociationCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, GetConfiguredModelAlgorithmAssociationCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // GetConfiguredModelAlgorithmAssociationRequest
38
40
  * configuredModelAlgorithmAssociationArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const GetConfiguredModelAlgorithmCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, GetConfiguredModelAlgorithmCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, GetConfiguredModelAlgorithmCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // GetConfiguredModelAlgorithmRequest
38
40
  * configuredModelAlgorithmArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const GetMLConfigurationCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, GetMLConfigurationCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, GetMLConfigurationCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // GetMLConfigurationRequest
38
40
  * membershipIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const GetMLInputChannelCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, GetMLInputChannelCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, GetMLInputChannelCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // GetMLInputChannelRequest
38
40
  * mlInputChannelArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const GetTrainedModelCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, GetTrainedModelCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, GetTrainedModelCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // GetTrainedModelRequest
38
40
  * trainedModelArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const GetTrainedModelInferenceJobCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, GetTrainedModelInferenceJobCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, GetTrainedModelInferenceJobCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // GetTrainedModelInferenceJobRequest
38
40
  * membershipIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const GetTrainingDatasetCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, GetTrainingDatasetCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, GetTrainingDatasetCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // GetTrainingDatasetRequest
38
40
  * trainingDatasetArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const ListAudienceExportJobsCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, ListAudienceExportJobsCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, ListAudienceExportJobsCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // ListAudienceExportJobsRequest
38
40
  * nextToken: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const ListAudienceGenerationJobsCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, ListAudienceGenerationJobsCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, ListAudienceGenerationJobsCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // ListAudienceGenerationJobsRequest
38
40
  * nextToken: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const ListAudienceModelsCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, ListAudienceModelsCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, ListAudienceModelsCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // ListAudienceModelsRequest
38
40
  * nextToken: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const ListCollaborationConfiguredModelAlgorithmAssociationsCommand_base:
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, ListCollaborationConfiguredModelAlgorithmAssociationsCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, ListCollaborationConfiguredModelAlgorithmAssociationsCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // ListCollaborationConfiguredModelAlgorithmAssociationsRequest
38
40
  * nextToken: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const ListCollaborationMLInputChannelsCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, ListCollaborationMLInputChannelsCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, ListCollaborationMLInputChannelsCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // ListCollaborationMLInputChannelsRequest
38
40
  * nextToken: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const ListCollaborationTrainedModelExportJobsCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, ListCollaborationTrainedModelExportJobsCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, ListCollaborationTrainedModelExportJobsCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // ListCollaborationTrainedModelExportJobsRequest
38
40
  * nextToken: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const ListCollaborationTrainedModelInferenceJobsCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, ListCollaborationTrainedModelInferenceJobsCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, ListCollaborationTrainedModelInferenceJobsCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // ListCollaborationTrainedModelInferenceJobsRequest
38
40
  * nextToken: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const ListCollaborationTrainedModelsCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, ListCollaborationTrainedModelsCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, ListCollaborationTrainedModelsCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // ListCollaborationTrainedModelsRequest
38
40
  * nextToken: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const ListConfiguredAudienceModelsCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, ListConfiguredAudienceModelsCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, ListConfiguredAudienceModelsCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // ListConfiguredAudienceModelsRequest
38
40
  * nextToken: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const ListConfiguredModelAlgorithmAssociationsCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, ListConfiguredModelAlgorithmAssociationsCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, ListConfiguredModelAlgorithmAssociationsCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // ListConfiguredModelAlgorithmAssociationsRequest
38
40
  * nextToken: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const ListConfiguredModelAlgorithmsCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, ListConfiguredModelAlgorithmsCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, ListConfiguredModelAlgorithmsCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // ListConfiguredModelAlgorithmsRequest
38
40
  * nextToken: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const ListMLInputChannelsCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, ListMLInputChannelsCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, ListMLInputChannelsCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // ListMLInputChannelsRequest
38
40
  * nextToken: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, ListTagsForResourceCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, ListTagsForResourceCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // ListTagsForResourceRequest
38
40
  * resourceArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const ListTrainedModelInferenceJobsCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, ListTrainedModelInferenceJobsCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, ListTrainedModelInferenceJobsCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // ListTrainedModelInferenceJobsRequest
38
40
  * nextToken: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const ListTrainedModelVersionsCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, ListTrainedModelVersionsCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, ListTrainedModelVersionsCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // ListTrainedModelVersionsRequest
38
40
  * nextToken: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const ListTrainedModelsCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, ListTrainedModelsCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, ListTrainedModelsCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // ListTrainedModelsRequest
38
40
  * nextToken: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const ListTrainingDatasetsCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, ListTrainingDatasetsCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, ListTrainingDatasetsCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // ListTrainingDatasetsRequest
38
40
  * nextToken: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const PutConfiguredAudienceModelPolicyCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, PutConfiguredAudienceModelPolicyCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, PutConfiguredAudienceModelPolicyCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // PutConfiguredAudienceModelPolicyRequest
38
40
  * configuredAudienceModelArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const PutMLConfigurationCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, PutMLConfigurationCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, PutMLConfigurationCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // PutMLConfigurationRequest
38
40
  * membershipIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const StartAudienceExportJobCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, StartAudienceExportJobCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, StartAudienceExportJobCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // StartAudienceExportJobRequest
38
40
  * name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const StartAudienceGenerationJobCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, StartAudienceGenerationJobCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, StartAudienceGenerationJobCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // StartAudienceGenerationJobRequest
38
40
  * name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const StartTrainedModelExportJobCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, StartTrainedModelExportJobCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, StartTrainedModelExportJobCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // StartTrainedModelExportJobRequest
38
40
  * name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const StartTrainedModelInferenceJobCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, StartTrainedModelInferenceJobCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, StartTrainedModelInferenceJobCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // StartTrainedModelInferenceJobRequest
38
40
  * membershipIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const TagResourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, TagResourceCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, TagResourceCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // TagResourceRequest
38
40
  * resourceArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, UntagResourceCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, UntagResourceCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // UntagResourceRequest
38
40
  * resourceArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const UpdateConfiguredAudienceModelCommand_base: {
33
33
  * ```javascript
34
34
  * import { CleanRoomsMLClient, UpdateConfiguredAudienceModelCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
35
35
  * // const { CleanRoomsMLClient, UpdateConfiguredAudienceModelCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
36
+ * // import type { CleanRoomsMLClientConfig } from "@aws-sdk/client-cleanroomsml";
37
+ * const config = {}; // type is CleanRoomsMLClientConfig
36
38
  * const client = new CleanRoomsMLClient(config);
37
39
  * const input = { // UpdateConfiguredAudienceModelRequest
38
40
  * configuredAudienceModelArn: "STRING_VALUE", // required
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cleanroomsml",
3
3
  "description": "AWS SDK for JavaScript Cleanroomsml Client for Node.js, Browser and React Native",
4
- "version": "3.890.0",
4
+ "version": "3.893.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cleanroomsml",
@@ -20,41 +20,41 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.890.0",
24
- "@aws-sdk/credential-provider-node": "3.890.0",
25
- "@aws-sdk/middleware-host-header": "3.887.0",
26
- "@aws-sdk/middleware-logger": "3.887.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.887.0",
28
- "@aws-sdk/middleware-user-agent": "3.890.0",
29
- "@aws-sdk/region-config-resolver": "3.890.0",
30
- "@aws-sdk/types": "3.887.0",
31
- "@aws-sdk/util-endpoints": "3.890.0",
32
- "@aws-sdk/util-user-agent-browser": "3.887.0",
33
- "@aws-sdk/util-user-agent-node": "3.890.0",
23
+ "@aws-sdk/core": "3.893.0",
24
+ "@aws-sdk/credential-provider-node": "3.893.0",
25
+ "@aws-sdk/middleware-host-header": "3.893.0",
26
+ "@aws-sdk/middleware-logger": "3.893.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.893.0",
28
+ "@aws-sdk/middleware-user-agent": "3.893.0",
29
+ "@aws-sdk/region-config-resolver": "3.893.0",
30
+ "@aws-sdk/types": "3.893.0",
31
+ "@aws-sdk/util-endpoints": "3.893.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.893.0",
33
+ "@aws-sdk/util-user-agent-node": "3.893.0",
34
34
  "@smithy/config-resolver": "^4.2.2",
35
- "@smithy/core": "^3.11.0",
35
+ "@smithy/core": "^3.11.1",
36
36
  "@smithy/fetch-http-handler": "^5.2.1",
37
37
  "@smithy/hash-node": "^4.1.1",
38
38
  "@smithy/invalid-dependency": "^4.1.1",
39
39
  "@smithy/middleware-content-length": "^4.1.1",
40
- "@smithy/middleware-endpoint": "^4.2.2",
41
- "@smithy/middleware-retry": "^4.2.2",
40
+ "@smithy/middleware-endpoint": "^4.2.3",
41
+ "@smithy/middleware-retry": "^4.2.4",
42
42
  "@smithy/middleware-serde": "^4.1.1",
43
43
  "@smithy/middleware-stack": "^4.1.1",
44
44
  "@smithy/node-config-provider": "^4.2.2",
45
45
  "@smithy/node-http-handler": "^4.2.1",
46
46
  "@smithy/protocol-http": "^5.2.1",
47
- "@smithy/smithy-client": "^4.6.2",
47
+ "@smithy/smithy-client": "^4.6.3",
48
48
  "@smithy/types": "^4.5.0",
49
49
  "@smithy/url-parser": "^4.1.1",
50
50
  "@smithy/util-base64": "^4.1.0",
51
51
  "@smithy/util-body-length-browser": "^4.1.0",
52
52
  "@smithy/util-body-length-node": "^4.1.0",
53
- "@smithy/util-defaults-mode-browser": "^4.1.2",
54
- "@smithy/util-defaults-mode-node": "^4.1.2",
53
+ "@smithy/util-defaults-mode-browser": "^4.1.3",
54
+ "@smithy/util-defaults-mode-node": "^4.1.3",
55
55
  "@smithy/util-endpoints": "^3.1.2",
56
56
  "@smithy/util-middleware": "^4.1.1",
57
- "@smithy/util-retry": "^4.1.1",
57
+ "@smithy/util-retry": "^4.1.2",
58
58
  "@smithy/util-utf8": "^4.1.0",
59
59
  "tslib": "^2.6.2"
60
60
  },