@aws-sdk/client-cleanroomsml 3.651.1 → 3.658.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-types/commands/CreateAudienceModelCommand.d.ts +11 -0
- package/dist-types/commands/CreateConfiguredAudienceModelCommand.d.ts +11 -0
- package/dist-types/commands/CreateTrainingDatasetCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAudienceGenerationJobCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAudienceModelCommand.d.ts +11 -0
- package/dist-types/commands/DeleteConfiguredAudienceModelCommand.d.ts +11 -0
- package/dist-types/commands/DeleteConfiguredAudienceModelPolicyCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTrainingDatasetCommand.d.ts +11 -0
- package/dist-types/commands/GetAudienceGenerationJobCommand.d.ts +11 -0
- package/dist-types/commands/GetAudienceModelCommand.d.ts +11 -0
- package/dist-types/commands/GetConfiguredAudienceModelCommand.d.ts +11 -0
- package/dist-types/commands/GetConfiguredAudienceModelPolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetTrainingDatasetCommand.d.ts +11 -0
- package/dist-types/commands/ListAudienceExportJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListAudienceGenerationJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListAudienceModelsCommand.d.ts +11 -0
- package/dist-types/commands/ListConfiguredAudienceModelsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListTrainingDatasetsCommand.d.ts +11 -0
- package/dist-types/commands/PutConfiguredAudienceModelPolicyCommand.d.ts +11 -0
- package/dist-types/commands/StartAudienceExportJobCommand.d.ts +11 -0
- package/dist-types/commands/StartAudienceGenerationJobCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateConfiguredAudienceModelCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CreateAudienceModelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateConfiguredAudienceModelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTrainingDatasetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAudienceGenerationJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAudienceModelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTrainingDatasetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetAudienceGenerationJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetAudienceModelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetConfiguredAudienceModelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetConfiguredAudienceModelPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTrainingDatasetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAudienceExportJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAudienceGenerationJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAudienceModelsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListConfiguredAudienceModelsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTrainingDatasetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutConfiguredAudienceModelPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartAudienceExportJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartAudienceGenerationJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateConfiguredAudienceModelCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -80,4 +80,15 @@ declare const CreateAudienceModelCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class CreateAudienceModelCommand extends CreateAudienceModelCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: CreateAudienceModelRequest;
|
|
87
|
+
output: CreateAudienceModelResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: CreateAudienceModelCommandInput;
|
|
91
|
+
output: CreateAudienceModelCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -96,4 +96,15 @@ declare const CreateConfiguredAudienceModelCommand_base: {
|
|
|
96
96
|
* @public
|
|
97
97
|
*/
|
|
98
98
|
export declare class CreateConfiguredAudienceModelCommand extends CreateConfiguredAudienceModelCommand_base {
|
|
99
|
+
/** @internal type navigation helper, not in runtime. */
|
|
100
|
+
protected static __types: {
|
|
101
|
+
api: {
|
|
102
|
+
input: CreateConfiguredAudienceModelRequest;
|
|
103
|
+
output: CreateConfiguredAudienceModelResponse;
|
|
104
|
+
};
|
|
105
|
+
sdk: {
|
|
106
|
+
input: CreateConfiguredAudienceModelCommandInput;
|
|
107
|
+
output: CreateConfiguredAudienceModelCommandOutput;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
99
110
|
}
|
|
@@ -93,4 +93,15 @@ declare const CreateTrainingDatasetCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class CreateTrainingDatasetCommand extends CreateTrainingDatasetCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: CreateTrainingDatasetRequest;
|
|
100
|
+
output: CreateTrainingDatasetResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: CreateTrainingDatasetCommandInput;
|
|
104
|
+
output: CreateTrainingDatasetCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -67,4 +67,15 @@ declare const DeleteAudienceGenerationJobCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class DeleteAudienceGenerationJobCommand extends DeleteAudienceGenerationJobCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: DeleteAudienceGenerationJobRequest;
|
|
74
|
+
output: {};
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: DeleteAudienceGenerationJobCommandInput;
|
|
78
|
+
output: DeleteAudienceGenerationJobCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -67,4 +67,15 @@ declare const DeleteAudienceModelCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class DeleteAudienceModelCommand extends DeleteAudienceModelCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: DeleteAudienceModelRequest;
|
|
74
|
+
output: {};
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: DeleteAudienceModelCommandInput;
|
|
78
|
+
output: DeleteAudienceModelCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -67,4 +67,15 @@ declare const DeleteConfiguredAudienceModelCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class DeleteConfiguredAudienceModelCommand extends DeleteConfiguredAudienceModelCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: DeleteConfiguredAudienceModelRequest;
|
|
74
|
+
output: {};
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: DeleteConfiguredAudienceModelCommandInput;
|
|
78
|
+
output: DeleteConfiguredAudienceModelCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -64,4 +64,15 @@ declare const DeleteConfiguredAudienceModelPolicyCommand_base: {
|
|
|
64
64
|
* @public
|
|
65
65
|
*/
|
|
66
66
|
export declare class DeleteConfiguredAudienceModelPolicyCommand extends DeleteConfiguredAudienceModelPolicyCommand_base {
|
|
67
|
+
/** @internal type navigation helper, not in runtime. */
|
|
68
|
+
protected static __types: {
|
|
69
|
+
api: {
|
|
70
|
+
input: DeleteConfiguredAudienceModelPolicyRequest;
|
|
71
|
+
output: {};
|
|
72
|
+
};
|
|
73
|
+
sdk: {
|
|
74
|
+
input: DeleteConfiguredAudienceModelPolicyCommandInput;
|
|
75
|
+
output: DeleteConfiguredAudienceModelPolicyCommandOutput;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
67
78
|
}
|
|
@@ -67,4 +67,15 @@ declare const DeleteTrainingDatasetCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class DeleteTrainingDatasetCommand extends DeleteTrainingDatasetCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: DeleteTrainingDatasetRequest;
|
|
74
|
+
output: {};
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: DeleteTrainingDatasetCommandInput;
|
|
78
|
+
output: DeleteTrainingDatasetCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -108,4 +108,15 @@ declare const GetAudienceGenerationJobCommand_base: {
|
|
|
108
108
|
* @public
|
|
109
109
|
*/
|
|
110
110
|
export declare class GetAudienceGenerationJobCommand extends GetAudienceGenerationJobCommand_base {
|
|
111
|
+
/** @internal type navigation helper, not in runtime. */
|
|
112
|
+
protected static __types: {
|
|
113
|
+
api: {
|
|
114
|
+
input: GetAudienceGenerationJobRequest;
|
|
115
|
+
output: GetAudienceGenerationJobResponse;
|
|
116
|
+
};
|
|
117
|
+
sdk: {
|
|
118
|
+
input: GetAudienceGenerationJobCommandInput;
|
|
119
|
+
output: GetAudienceGenerationJobCommandOutput;
|
|
120
|
+
};
|
|
121
|
+
};
|
|
111
122
|
}
|
|
@@ -82,4 +82,15 @@ declare const GetAudienceModelCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class GetAudienceModelCommand extends GetAudienceModelCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: GetAudienceModelRequest;
|
|
89
|
+
output: GetAudienceModelResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: GetAudienceModelCommandInput;
|
|
93
|
+
output: GetAudienceModelCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -94,4 +94,15 @@ declare const GetConfiguredAudienceModelCommand_base: {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class GetConfiguredAudienceModelCommand extends GetConfiguredAudienceModelCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: GetConfiguredAudienceModelRequest;
|
|
101
|
+
output: GetConfiguredAudienceModelResponse;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: GetConfiguredAudienceModelCommandInput;
|
|
105
|
+
output: GetConfiguredAudienceModelCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -68,4 +68,15 @@ declare const GetConfiguredAudienceModelPolicyCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class GetConfiguredAudienceModelPolicyCommand extends GetConfiguredAudienceModelPolicyCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: GetConfiguredAudienceModelPolicyRequest;
|
|
75
|
+
output: GetConfiguredAudienceModelPolicyResponse;
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: GetConfiguredAudienceModelPolicyCommandInput;
|
|
79
|
+
output: GetConfiguredAudienceModelPolicyCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -97,4 +97,15 @@ declare const GetTrainingDatasetCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class GetTrainingDatasetCommand extends GetTrainingDatasetCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: GetTrainingDatasetRequest;
|
|
104
|
+
output: GetTrainingDatasetResponse;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: GetTrainingDatasetCommandInput;
|
|
108
|
+
output: GetTrainingDatasetCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -84,4 +84,15 @@ declare const ListAudienceExportJobsCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class ListAudienceExportJobsCommand extends ListAudienceExportJobsCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: ListAudienceExportJobsRequest;
|
|
91
|
+
output: ListAudienceExportJobsResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: ListAudienceExportJobsCommandInput;
|
|
95
|
+
output: ListAudienceExportJobsCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -79,4 +79,15 @@ declare const ListAudienceGenerationJobsCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class ListAudienceGenerationJobsCommand extends ListAudienceGenerationJobsCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: ListAudienceGenerationJobsRequest;
|
|
86
|
+
output: ListAudienceGenerationJobsResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: ListAudienceGenerationJobsCommandInput;
|
|
90
|
+
output: ListAudienceGenerationJobsCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -75,4 +75,15 @@ declare const ListAudienceModelsCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class ListAudienceModelsCommand extends ListAudienceModelsCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: ListAudienceModelsRequest;
|
|
82
|
+
output: ListAudienceModelsResponse;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: ListAudienceModelsCommandInput;
|
|
86
|
+
output: ListAudienceModelsCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -83,4 +83,15 @@ declare const ListConfiguredAudienceModelsCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class ListConfiguredAudienceModelsCommand extends ListConfiguredAudienceModelsCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: ListConfiguredAudienceModelsRequest;
|
|
90
|
+
output: ListConfiguredAudienceModelsResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: ListConfiguredAudienceModelsCommandInput;
|
|
94
|
+
output: ListConfiguredAudienceModelsCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -68,4 +68,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: ListTagsForResourceRequest;
|
|
75
|
+
output: ListTagsForResourceResponse;
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: ListTagsForResourceCommandInput;
|
|
79
|
+
output: ListTagsForResourceCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -74,4 +74,15 @@ declare const ListTrainingDatasetsCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class ListTrainingDatasetsCommand extends ListTrainingDatasetsCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: ListTrainingDatasetsRequest;
|
|
81
|
+
output: ListTrainingDatasetsResponse;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: ListTrainingDatasetsCommandInput;
|
|
85
|
+
output: ListTrainingDatasetsCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -70,4 +70,15 @@ declare const PutConfiguredAudienceModelPolicyCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class PutConfiguredAudienceModelPolicyCommand extends PutConfiguredAudienceModelPolicyCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: PutConfiguredAudienceModelPolicyRequest;
|
|
77
|
+
output: PutConfiguredAudienceModelPolicyResponse;
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: PutConfiguredAudienceModelPolicyCommandInput;
|
|
81
|
+
output: PutConfiguredAudienceModelPolicyCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -76,4 +76,15 @@ declare const StartAudienceExportJobCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class StartAudienceExportJobCommand extends StartAudienceExportJobCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: StartAudienceExportJobRequest;
|
|
83
|
+
output: {};
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: StartAudienceExportJobCommandInput;
|
|
87
|
+
output: StartAudienceExportJobCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -92,4 +92,15 @@ declare const StartAudienceGenerationJobCommand_base: {
|
|
|
92
92
|
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class StartAudienceGenerationJobCommand extends StartAudienceGenerationJobCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: StartAudienceGenerationJobRequest;
|
|
99
|
+
output: StartAudienceGenerationJobResponse;
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: StartAudienceGenerationJobCommandInput;
|
|
103
|
+
output: StartAudienceGenerationJobCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|
|
@@ -67,4 +67,15 @@ declare const TagResourceCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: TagResourceRequest;
|
|
74
|
+
output: {};
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: TagResourceCommandInput;
|
|
78
|
+
output: TagResourceCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -67,4 +67,15 @@ declare const UntagResourceCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: UntagResourceRequest;
|
|
74
|
+
output: {};
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: UntagResourceCommandInput;
|
|
78
|
+
output: UntagResourceCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -89,4 +89,15 @@ declare const UpdateConfiguredAudienceModelCommand_base: {
|
|
|
89
89
|
* @public
|
|
90
90
|
*/
|
|
91
91
|
export declare class UpdateConfiguredAudienceModelCommand extends UpdateConfiguredAudienceModelCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: UpdateConfiguredAudienceModelRequest;
|
|
96
|
+
output: UpdateConfiguredAudienceModelResponse;
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: UpdateConfiguredAudienceModelCommandInput;
|
|
100
|
+
output: UpdateConfiguredAudienceModelCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
92
103
|
}
|
|
@@ -37,4 +37,15 @@ declare const CreateAudienceModelCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateAudienceModelCommand extends CreateAudienceModelCommand_base {
|
|
40
|
+
export declare class CreateAudienceModelCommand extends CreateAudienceModelCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateAudienceModelRequest;
|
|
44
|
+
output: CreateAudienceModelResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateAudienceModelCommandInput;
|
|
48
|
+
output: CreateAudienceModelCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateConfiguredAudienceModelCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateConfiguredAudienceModelCommand extends CreateConfiguredAudienceModelCommand_base {
|
|
40
|
+
export declare class CreateConfiguredAudienceModelCommand extends CreateConfiguredAudienceModelCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateConfiguredAudienceModelRequest;
|
|
44
|
+
output: CreateConfiguredAudienceModelResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateConfiguredAudienceModelCommandInput;
|
|
48
|
+
output: CreateConfiguredAudienceModelCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateTrainingDatasetCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateTrainingDatasetCommand extends CreateTrainingDatasetCommand_base {
|
|
40
|
+
export declare class CreateTrainingDatasetCommand extends CreateTrainingDatasetCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateTrainingDatasetRequest;
|
|
44
|
+
output: CreateTrainingDatasetResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateTrainingDatasetCommandInput;
|
|
48
|
+
output: CreateTrainingDatasetCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteAudienceGenerationJobCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteAudienceGenerationJobCommand extends DeleteAudienceGenerationJobCommand_base {
|
|
36
|
+
export declare class DeleteAudienceGenerationJobCommand extends DeleteAudienceGenerationJobCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteAudienceGenerationJobRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteAudienceGenerationJobCommandInput;
|
|
44
|
+
output: DeleteAudienceGenerationJobCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const DeleteAudienceModelCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class DeleteAudienceModelCommand extends DeleteAudienceModelCommand_base {
|
|
35
|
+
export declare class DeleteAudienceModelCommand extends DeleteAudienceModelCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: DeleteAudienceModelRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: DeleteAudienceModelCommandInput;
|
|
43
|
+
output: DeleteAudienceModelCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteConfiguredAudienceModelCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteConfiguredAudienceModelCommand extends DeleteConfiguredAudienceModelCommand_base {
|
|
36
|
+
export declare class DeleteConfiguredAudienceModelCommand extends DeleteConfiguredAudienceModelCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteConfiguredAudienceModelRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteConfiguredAudienceModelCommandInput;
|
|
44
|
+
output: DeleteConfiguredAudienceModelCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteConfiguredAudienceModelPolicyCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteConfiguredAudienceModelPolicyCommand extends DeleteConfiguredAudienceModelPolicyCommand_base {
|
|
36
|
+
export declare class DeleteConfiguredAudienceModelPolicyCommand extends DeleteConfiguredAudienceModelPolicyCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteConfiguredAudienceModelPolicyRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteConfiguredAudienceModelPolicyCommandInput;
|
|
44
|
+
output: DeleteConfiguredAudienceModelPolicyCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const DeleteTrainingDatasetCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class DeleteTrainingDatasetCommand extends DeleteTrainingDatasetCommand_base {
|
|
35
|
+
export declare class DeleteTrainingDatasetCommand extends DeleteTrainingDatasetCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: DeleteTrainingDatasetRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: DeleteTrainingDatasetCommandInput;
|
|
43
|
+
output: DeleteTrainingDatasetCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetAudienceGenerationJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetAudienceGenerationJobCommand extends GetAudienceGenerationJobCommand_base {
|
|
40
|
+
export declare class GetAudienceGenerationJobCommand extends GetAudienceGenerationJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetAudienceGenerationJobRequest;
|
|
44
|
+
output: GetAudienceGenerationJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetAudienceGenerationJobCommandInput;
|
|
48
|
+
output: GetAudienceGenerationJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetAudienceModelCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetAudienceModelCommand extends GetAudienceModelCommand_base {
|
|
39
|
+
export declare class GetAudienceModelCommand extends GetAudienceModelCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetAudienceModelRequest;
|
|
43
|
+
output: GetAudienceModelResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetAudienceModelCommandInput;
|
|
47
|
+
output: GetAudienceModelCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetConfiguredAudienceModelCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetConfiguredAudienceModelCommand extends GetConfiguredAudienceModelCommand_base {
|
|
40
|
+
export declare class GetConfiguredAudienceModelCommand extends GetConfiguredAudienceModelCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetConfiguredAudienceModelRequest;
|
|
44
|
+
output: GetConfiguredAudienceModelResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetConfiguredAudienceModelCommandInput;
|
|
48
|
+
output: GetConfiguredAudienceModelCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetConfiguredAudienceModelPolicyCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetConfiguredAudienceModelPolicyCommand extends GetConfiguredAudienceModelPolicyCommand_base {
|
|
40
|
+
export declare class GetConfiguredAudienceModelPolicyCommand extends GetConfiguredAudienceModelPolicyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetConfiguredAudienceModelPolicyRequest;
|
|
44
|
+
output: GetConfiguredAudienceModelPolicyResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetConfiguredAudienceModelPolicyCommandInput;
|
|
48
|
+
output: GetConfiguredAudienceModelPolicyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetTrainingDatasetCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetTrainingDatasetCommand extends GetTrainingDatasetCommand_base {
|
|
40
|
+
export declare class GetTrainingDatasetCommand extends GetTrainingDatasetCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetTrainingDatasetRequest;
|
|
44
|
+
output: GetTrainingDatasetResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetTrainingDatasetCommandInput;
|
|
48
|
+
output: GetTrainingDatasetCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListAudienceExportJobsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListAudienceExportJobsCommand extends ListAudienceExportJobsCommand_base {
|
|
40
|
+
export declare class ListAudienceExportJobsCommand extends ListAudienceExportJobsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListAudienceExportJobsRequest;
|
|
44
|
+
output: ListAudienceExportJobsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListAudienceExportJobsCommandInput;
|
|
48
|
+
output: ListAudienceExportJobsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListAudienceGenerationJobsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListAudienceGenerationJobsCommand extends ListAudienceGenerationJobsCommand_base {
|
|
40
|
+
export declare class ListAudienceGenerationJobsCommand extends ListAudienceGenerationJobsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListAudienceGenerationJobsRequest;
|
|
44
|
+
output: ListAudienceGenerationJobsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListAudienceGenerationJobsCommandInput;
|
|
48
|
+
output: ListAudienceGenerationJobsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListAudienceModelsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListAudienceModelsCommand extends ListAudienceModelsCommand_base {
|
|
40
|
+
export declare class ListAudienceModelsCommand extends ListAudienceModelsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListAudienceModelsRequest;
|
|
44
|
+
output: ListAudienceModelsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListAudienceModelsCommandInput;
|
|
48
|
+
output: ListAudienceModelsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListConfiguredAudienceModelsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListConfiguredAudienceModelsCommand extends ListConfiguredAudienceModelsCommand_base {
|
|
40
|
+
export declare class ListConfiguredAudienceModelsCommand extends ListConfiguredAudienceModelsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListConfiguredAudienceModelsRequest;
|
|
44
|
+
output: ListConfiguredAudienceModelsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListConfiguredAudienceModelsCommandInput;
|
|
48
|
+
output: ListConfiguredAudienceModelsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
40
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTagsForResourceRequest;
|
|
44
|
+
output: ListTagsForResourceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTagsForResourceCommandInput;
|
|
48
|
+
output: ListTagsForResourceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListTrainingDatasetsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListTrainingDatasetsCommand extends ListTrainingDatasetsCommand_base {
|
|
40
|
+
export declare class ListTrainingDatasetsCommand extends ListTrainingDatasetsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTrainingDatasetsRequest;
|
|
44
|
+
output: ListTrainingDatasetsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTrainingDatasetsCommandInput;
|
|
48
|
+
output: ListTrainingDatasetsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const PutConfiguredAudienceModelPolicyCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class PutConfiguredAudienceModelPolicyCommand extends PutConfiguredAudienceModelPolicyCommand_base {
|
|
40
|
+
export declare class PutConfiguredAudienceModelPolicyCommand extends PutConfiguredAudienceModelPolicyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: PutConfiguredAudienceModelPolicyRequest;
|
|
44
|
+
output: PutConfiguredAudienceModelPolicyResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: PutConfiguredAudienceModelPolicyCommandInput;
|
|
48
|
+
output: PutConfiguredAudienceModelPolicyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const StartAudienceExportJobCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class StartAudienceExportJobCommand extends StartAudienceExportJobCommand_base {
|
|
35
|
+
export declare class StartAudienceExportJobCommand extends StartAudienceExportJobCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: StartAudienceExportJobRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: StartAudienceExportJobCommandInput;
|
|
43
|
+
output: StartAudienceExportJobCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartAudienceGenerationJobCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartAudienceGenerationJobCommand extends StartAudienceGenerationJobCommand_base {
|
|
40
|
+
export declare class StartAudienceGenerationJobCommand extends StartAudienceGenerationJobCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartAudienceGenerationJobRequest;
|
|
44
|
+
output: StartAudienceGenerationJobResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartAudienceGenerationJobCommandInput;
|
|
48
|
+
output: StartAudienceGenerationJobCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
36
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: TagResourceRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: TagResourceCommandInput;
|
|
44
|
+
output: TagResourceCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
39
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UntagResourceRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UntagResourceCommandInput;
|
|
47
|
+
output: UntagResourceCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateConfiguredAudienceModelCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateConfiguredAudienceModelCommand extends UpdateConfiguredAudienceModelCommand_base {
|
|
40
|
+
export declare class UpdateConfiguredAudienceModelCommand extends UpdateConfiguredAudienceModelCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateConfiguredAudienceModelRequest;
|
|
44
|
+
output: UpdateConfiguredAudienceModelResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateConfiguredAudienceModelCommandInput;
|
|
48
|
+
output: UpdateConfiguredAudienceModelCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
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.
|
|
4
|
+
"version": "3.658.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,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.4.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.2.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.3.
|
|
50
|
-
"@smithy/types": "^3.4.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.658.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.658.0",
|
|
25
|
+
"@aws-sdk/core": "3.658.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.658.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.654.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.654.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.654.0",
|
|
32
|
+
"@aws-sdk/types": "3.654.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.654.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.8",
|
|
37
|
+
"@smithy/core": "^2.4.3",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.2.7",
|
|
39
|
+
"@smithy/hash-node": "^3.0.6",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.6",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.8",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.1.3",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.18",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.6",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.6",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.7",
|
|
47
|
+
"@smithy/node-http-handler": "^3.2.2",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.3",
|
|
49
|
+
"@smithy/smithy-client": "^3.3.2",
|
|
50
|
+
"@smithy/types": "^3.4.2",
|
|
51
|
+
"@smithy/url-parser": "^3.0.6",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.18",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.18",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.2",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.6",
|
|
59
|
+
"@smithy/util-retry": "^3.0.6",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|