@aws-sdk/client-personalize 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Personalize.d.ts +1024 -305
- package/dist-types/ts3.4/PersonalizeClient.d.ts +464 -133
- package/dist-types/ts3.4/commands/CreateBatchInferenceJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateBatchSegmentJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateCampaignCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDatasetExportJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateEventTrackerCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateRecommenderCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateSolutionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateSolutionVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteCampaignCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteEventTrackerCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteRecommenderCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteSolutionCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeBatchInferenceJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeBatchSegmentJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeCampaignCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeDatasetExportJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeEventTrackerCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeFeatureTransformationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeFilterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeRecipeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeRecommenderCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeSchemaCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeSolutionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeSolutionVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSolutionMetricsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListBatchInferenceJobsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListBatchSegmentJobsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListCampaignsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListDatasetExportJobsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListEventTrackersCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListRecipesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListRecommendersCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListSolutionVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListSolutionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartRecommenderCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StopRecommenderCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StopSolutionVersionCreationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateCampaignCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateRecommenderCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/index.d.ts +60 -60
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/PersonalizeServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1439 -1896
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListBatchInferenceJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBatchSegmentJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCampaignsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetExportJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetImportJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEventTrackersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFiltersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecipesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecommendersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSchemasPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSolutionVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSolutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +15 -15
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +725 -182
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,133 +1,464 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
import {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
import {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
import {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
}
|
|
133
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
CreateBatchInferenceJobCommandInput,
|
|
47
|
+
CreateBatchInferenceJobCommandOutput,
|
|
48
|
+
} from "./commands/CreateBatchInferenceJobCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateBatchSegmentJobCommandInput,
|
|
51
|
+
CreateBatchSegmentJobCommandOutput,
|
|
52
|
+
} from "./commands/CreateBatchSegmentJobCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateCampaignCommandInput,
|
|
55
|
+
CreateCampaignCommandOutput,
|
|
56
|
+
} from "./commands/CreateCampaignCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateDatasetCommandInput,
|
|
59
|
+
CreateDatasetCommandOutput,
|
|
60
|
+
} from "./commands/CreateDatasetCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateDatasetExportJobCommandInput,
|
|
63
|
+
CreateDatasetExportJobCommandOutput,
|
|
64
|
+
} from "./commands/CreateDatasetExportJobCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateDatasetGroupCommandInput,
|
|
67
|
+
CreateDatasetGroupCommandOutput,
|
|
68
|
+
} from "./commands/CreateDatasetGroupCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateDatasetImportJobCommandInput,
|
|
71
|
+
CreateDatasetImportJobCommandOutput,
|
|
72
|
+
} from "./commands/CreateDatasetImportJobCommand";
|
|
73
|
+
import {
|
|
74
|
+
CreateEventTrackerCommandInput,
|
|
75
|
+
CreateEventTrackerCommandOutput,
|
|
76
|
+
} from "./commands/CreateEventTrackerCommand";
|
|
77
|
+
import {
|
|
78
|
+
CreateFilterCommandInput,
|
|
79
|
+
CreateFilterCommandOutput,
|
|
80
|
+
} from "./commands/CreateFilterCommand";
|
|
81
|
+
import {
|
|
82
|
+
CreateRecommenderCommandInput,
|
|
83
|
+
CreateRecommenderCommandOutput,
|
|
84
|
+
} from "./commands/CreateRecommenderCommand";
|
|
85
|
+
import {
|
|
86
|
+
CreateSchemaCommandInput,
|
|
87
|
+
CreateSchemaCommandOutput,
|
|
88
|
+
} from "./commands/CreateSchemaCommand";
|
|
89
|
+
import {
|
|
90
|
+
CreateSolutionCommandInput,
|
|
91
|
+
CreateSolutionCommandOutput,
|
|
92
|
+
} from "./commands/CreateSolutionCommand";
|
|
93
|
+
import {
|
|
94
|
+
CreateSolutionVersionCommandInput,
|
|
95
|
+
CreateSolutionVersionCommandOutput,
|
|
96
|
+
} from "./commands/CreateSolutionVersionCommand";
|
|
97
|
+
import {
|
|
98
|
+
DeleteCampaignCommandInput,
|
|
99
|
+
DeleteCampaignCommandOutput,
|
|
100
|
+
} from "./commands/DeleteCampaignCommand";
|
|
101
|
+
import {
|
|
102
|
+
DeleteDatasetCommandInput,
|
|
103
|
+
DeleteDatasetCommandOutput,
|
|
104
|
+
} from "./commands/DeleteDatasetCommand";
|
|
105
|
+
import {
|
|
106
|
+
DeleteDatasetGroupCommandInput,
|
|
107
|
+
DeleteDatasetGroupCommandOutput,
|
|
108
|
+
} from "./commands/DeleteDatasetGroupCommand";
|
|
109
|
+
import {
|
|
110
|
+
DeleteEventTrackerCommandInput,
|
|
111
|
+
DeleteEventTrackerCommandOutput,
|
|
112
|
+
} from "./commands/DeleteEventTrackerCommand";
|
|
113
|
+
import {
|
|
114
|
+
DeleteFilterCommandInput,
|
|
115
|
+
DeleteFilterCommandOutput,
|
|
116
|
+
} from "./commands/DeleteFilterCommand";
|
|
117
|
+
import {
|
|
118
|
+
DeleteRecommenderCommandInput,
|
|
119
|
+
DeleteRecommenderCommandOutput,
|
|
120
|
+
} from "./commands/DeleteRecommenderCommand";
|
|
121
|
+
import {
|
|
122
|
+
DeleteSchemaCommandInput,
|
|
123
|
+
DeleteSchemaCommandOutput,
|
|
124
|
+
} from "./commands/DeleteSchemaCommand";
|
|
125
|
+
import {
|
|
126
|
+
DeleteSolutionCommandInput,
|
|
127
|
+
DeleteSolutionCommandOutput,
|
|
128
|
+
} from "./commands/DeleteSolutionCommand";
|
|
129
|
+
import {
|
|
130
|
+
DescribeAlgorithmCommandInput,
|
|
131
|
+
DescribeAlgorithmCommandOutput,
|
|
132
|
+
} from "./commands/DescribeAlgorithmCommand";
|
|
133
|
+
import {
|
|
134
|
+
DescribeBatchInferenceJobCommandInput,
|
|
135
|
+
DescribeBatchInferenceJobCommandOutput,
|
|
136
|
+
} from "./commands/DescribeBatchInferenceJobCommand";
|
|
137
|
+
import {
|
|
138
|
+
DescribeBatchSegmentJobCommandInput,
|
|
139
|
+
DescribeBatchSegmentJobCommandOutput,
|
|
140
|
+
} from "./commands/DescribeBatchSegmentJobCommand";
|
|
141
|
+
import {
|
|
142
|
+
DescribeCampaignCommandInput,
|
|
143
|
+
DescribeCampaignCommandOutput,
|
|
144
|
+
} from "./commands/DescribeCampaignCommand";
|
|
145
|
+
import {
|
|
146
|
+
DescribeDatasetCommandInput,
|
|
147
|
+
DescribeDatasetCommandOutput,
|
|
148
|
+
} from "./commands/DescribeDatasetCommand";
|
|
149
|
+
import {
|
|
150
|
+
DescribeDatasetExportJobCommandInput,
|
|
151
|
+
DescribeDatasetExportJobCommandOutput,
|
|
152
|
+
} from "./commands/DescribeDatasetExportJobCommand";
|
|
153
|
+
import {
|
|
154
|
+
DescribeDatasetGroupCommandInput,
|
|
155
|
+
DescribeDatasetGroupCommandOutput,
|
|
156
|
+
} from "./commands/DescribeDatasetGroupCommand";
|
|
157
|
+
import {
|
|
158
|
+
DescribeDatasetImportJobCommandInput,
|
|
159
|
+
DescribeDatasetImportJobCommandOutput,
|
|
160
|
+
} from "./commands/DescribeDatasetImportJobCommand";
|
|
161
|
+
import {
|
|
162
|
+
DescribeEventTrackerCommandInput,
|
|
163
|
+
DescribeEventTrackerCommandOutput,
|
|
164
|
+
} from "./commands/DescribeEventTrackerCommand";
|
|
165
|
+
import {
|
|
166
|
+
DescribeFeatureTransformationCommandInput,
|
|
167
|
+
DescribeFeatureTransformationCommandOutput,
|
|
168
|
+
} from "./commands/DescribeFeatureTransformationCommand";
|
|
169
|
+
import {
|
|
170
|
+
DescribeFilterCommandInput,
|
|
171
|
+
DescribeFilterCommandOutput,
|
|
172
|
+
} from "./commands/DescribeFilterCommand";
|
|
173
|
+
import {
|
|
174
|
+
DescribeRecipeCommandInput,
|
|
175
|
+
DescribeRecipeCommandOutput,
|
|
176
|
+
} from "./commands/DescribeRecipeCommand";
|
|
177
|
+
import {
|
|
178
|
+
DescribeRecommenderCommandInput,
|
|
179
|
+
DescribeRecommenderCommandOutput,
|
|
180
|
+
} from "./commands/DescribeRecommenderCommand";
|
|
181
|
+
import {
|
|
182
|
+
DescribeSchemaCommandInput,
|
|
183
|
+
DescribeSchemaCommandOutput,
|
|
184
|
+
} from "./commands/DescribeSchemaCommand";
|
|
185
|
+
import {
|
|
186
|
+
DescribeSolutionCommandInput,
|
|
187
|
+
DescribeSolutionCommandOutput,
|
|
188
|
+
} from "./commands/DescribeSolutionCommand";
|
|
189
|
+
import {
|
|
190
|
+
DescribeSolutionVersionCommandInput,
|
|
191
|
+
DescribeSolutionVersionCommandOutput,
|
|
192
|
+
} from "./commands/DescribeSolutionVersionCommand";
|
|
193
|
+
import {
|
|
194
|
+
GetSolutionMetricsCommandInput,
|
|
195
|
+
GetSolutionMetricsCommandOutput,
|
|
196
|
+
} from "./commands/GetSolutionMetricsCommand";
|
|
197
|
+
import {
|
|
198
|
+
ListBatchInferenceJobsCommandInput,
|
|
199
|
+
ListBatchInferenceJobsCommandOutput,
|
|
200
|
+
} from "./commands/ListBatchInferenceJobsCommand";
|
|
201
|
+
import {
|
|
202
|
+
ListBatchSegmentJobsCommandInput,
|
|
203
|
+
ListBatchSegmentJobsCommandOutput,
|
|
204
|
+
} from "./commands/ListBatchSegmentJobsCommand";
|
|
205
|
+
import {
|
|
206
|
+
ListCampaignsCommandInput,
|
|
207
|
+
ListCampaignsCommandOutput,
|
|
208
|
+
} from "./commands/ListCampaignsCommand";
|
|
209
|
+
import {
|
|
210
|
+
ListDatasetExportJobsCommandInput,
|
|
211
|
+
ListDatasetExportJobsCommandOutput,
|
|
212
|
+
} from "./commands/ListDatasetExportJobsCommand";
|
|
213
|
+
import {
|
|
214
|
+
ListDatasetGroupsCommandInput,
|
|
215
|
+
ListDatasetGroupsCommandOutput,
|
|
216
|
+
} from "./commands/ListDatasetGroupsCommand";
|
|
217
|
+
import {
|
|
218
|
+
ListDatasetImportJobsCommandInput,
|
|
219
|
+
ListDatasetImportJobsCommandOutput,
|
|
220
|
+
} from "./commands/ListDatasetImportJobsCommand";
|
|
221
|
+
import {
|
|
222
|
+
ListDatasetsCommandInput,
|
|
223
|
+
ListDatasetsCommandOutput,
|
|
224
|
+
} from "./commands/ListDatasetsCommand";
|
|
225
|
+
import {
|
|
226
|
+
ListEventTrackersCommandInput,
|
|
227
|
+
ListEventTrackersCommandOutput,
|
|
228
|
+
} from "./commands/ListEventTrackersCommand";
|
|
229
|
+
import {
|
|
230
|
+
ListFiltersCommandInput,
|
|
231
|
+
ListFiltersCommandOutput,
|
|
232
|
+
} from "./commands/ListFiltersCommand";
|
|
233
|
+
import {
|
|
234
|
+
ListRecipesCommandInput,
|
|
235
|
+
ListRecipesCommandOutput,
|
|
236
|
+
} from "./commands/ListRecipesCommand";
|
|
237
|
+
import {
|
|
238
|
+
ListRecommendersCommandInput,
|
|
239
|
+
ListRecommendersCommandOutput,
|
|
240
|
+
} from "./commands/ListRecommendersCommand";
|
|
241
|
+
import {
|
|
242
|
+
ListSchemasCommandInput,
|
|
243
|
+
ListSchemasCommandOutput,
|
|
244
|
+
} from "./commands/ListSchemasCommand";
|
|
245
|
+
import {
|
|
246
|
+
ListSolutionsCommandInput,
|
|
247
|
+
ListSolutionsCommandOutput,
|
|
248
|
+
} from "./commands/ListSolutionsCommand";
|
|
249
|
+
import {
|
|
250
|
+
ListSolutionVersionsCommandInput,
|
|
251
|
+
ListSolutionVersionsCommandOutput,
|
|
252
|
+
} from "./commands/ListSolutionVersionsCommand";
|
|
253
|
+
import {
|
|
254
|
+
ListTagsForResourceCommandInput,
|
|
255
|
+
ListTagsForResourceCommandOutput,
|
|
256
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
257
|
+
import {
|
|
258
|
+
StartRecommenderCommandInput,
|
|
259
|
+
StartRecommenderCommandOutput,
|
|
260
|
+
} from "./commands/StartRecommenderCommand";
|
|
261
|
+
import {
|
|
262
|
+
StopRecommenderCommandInput,
|
|
263
|
+
StopRecommenderCommandOutput,
|
|
264
|
+
} from "./commands/StopRecommenderCommand";
|
|
265
|
+
import {
|
|
266
|
+
StopSolutionVersionCreationCommandInput,
|
|
267
|
+
StopSolutionVersionCreationCommandOutput,
|
|
268
|
+
} from "./commands/StopSolutionVersionCreationCommand";
|
|
269
|
+
import {
|
|
270
|
+
TagResourceCommandInput,
|
|
271
|
+
TagResourceCommandOutput,
|
|
272
|
+
} from "./commands/TagResourceCommand";
|
|
273
|
+
import {
|
|
274
|
+
UntagResourceCommandInput,
|
|
275
|
+
UntagResourceCommandOutput,
|
|
276
|
+
} from "./commands/UntagResourceCommand";
|
|
277
|
+
import {
|
|
278
|
+
UpdateCampaignCommandInput,
|
|
279
|
+
UpdateCampaignCommandOutput,
|
|
280
|
+
} from "./commands/UpdateCampaignCommand";
|
|
281
|
+
import {
|
|
282
|
+
UpdateRecommenderCommandInput,
|
|
283
|
+
UpdateRecommenderCommandOutput,
|
|
284
|
+
} from "./commands/UpdateRecommenderCommand";
|
|
285
|
+
export declare type ServiceInputTypes =
|
|
286
|
+
| CreateBatchInferenceJobCommandInput
|
|
287
|
+
| CreateBatchSegmentJobCommandInput
|
|
288
|
+
| CreateCampaignCommandInput
|
|
289
|
+
| CreateDatasetCommandInput
|
|
290
|
+
| CreateDatasetExportJobCommandInput
|
|
291
|
+
| CreateDatasetGroupCommandInput
|
|
292
|
+
| CreateDatasetImportJobCommandInput
|
|
293
|
+
| CreateEventTrackerCommandInput
|
|
294
|
+
| CreateFilterCommandInput
|
|
295
|
+
| CreateRecommenderCommandInput
|
|
296
|
+
| CreateSchemaCommandInput
|
|
297
|
+
| CreateSolutionCommandInput
|
|
298
|
+
| CreateSolutionVersionCommandInput
|
|
299
|
+
| DeleteCampaignCommandInput
|
|
300
|
+
| DeleteDatasetCommandInput
|
|
301
|
+
| DeleteDatasetGroupCommandInput
|
|
302
|
+
| DeleteEventTrackerCommandInput
|
|
303
|
+
| DeleteFilterCommandInput
|
|
304
|
+
| DeleteRecommenderCommandInput
|
|
305
|
+
| DeleteSchemaCommandInput
|
|
306
|
+
| DeleteSolutionCommandInput
|
|
307
|
+
| DescribeAlgorithmCommandInput
|
|
308
|
+
| DescribeBatchInferenceJobCommandInput
|
|
309
|
+
| DescribeBatchSegmentJobCommandInput
|
|
310
|
+
| DescribeCampaignCommandInput
|
|
311
|
+
| DescribeDatasetCommandInput
|
|
312
|
+
| DescribeDatasetExportJobCommandInput
|
|
313
|
+
| DescribeDatasetGroupCommandInput
|
|
314
|
+
| DescribeDatasetImportJobCommandInput
|
|
315
|
+
| DescribeEventTrackerCommandInput
|
|
316
|
+
| DescribeFeatureTransformationCommandInput
|
|
317
|
+
| DescribeFilterCommandInput
|
|
318
|
+
| DescribeRecipeCommandInput
|
|
319
|
+
| DescribeRecommenderCommandInput
|
|
320
|
+
| DescribeSchemaCommandInput
|
|
321
|
+
| DescribeSolutionCommandInput
|
|
322
|
+
| DescribeSolutionVersionCommandInput
|
|
323
|
+
| GetSolutionMetricsCommandInput
|
|
324
|
+
| ListBatchInferenceJobsCommandInput
|
|
325
|
+
| ListBatchSegmentJobsCommandInput
|
|
326
|
+
| ListCampaignsCommandInput
|
|
327
|
+
| ListDatasetExportJobsCommandInput
|
|
328
|
+
| ListDatasetGroupsCommandInput
|
|
329
|
+
| ListDatasetImportJobsCommandInput
|
|
330
|
+
| ListDatasetsCommandInput
|
|
331
|
+
| ListEventTrackersCommandInput
|
|
332
|
+
| ListFiltersCommandInput
|
|
333
|
+
| ListRecipesCommandInput
|
|
334
|
+
| ListRecommendersCommandInput
|
|
335
|
+
| ListSchemasCommandInput
|
|
336
|
+
| ListSolutionVersionsCommandInput
|
|
337
|
+
| ListSolutionsCommandInput
|
|
338
|
+
| ListTagsForResourceCommandInput
|
|
339
|
+
| StartRecommenderCommandInput
|
|
340
|
+
| StopRecommenderCommandInput
|
|
341
|
+
| StopSolutionVersionCreationCommandInput
|
|
342
|
+
| TagResourceCommandInput
|
|
343
|
+
| UntagResourceCommandInput
|
|
344
|
+
| UpdateCampaignCommandInput
|
|
345
|
+
| UpdateRecommenderCommandInput;
|
|
346
|
+
export declare type ServiceOutputTypes =
|
|
347
|
+
| CreateBatchInferenceJobCommandOutput
|
|
348
|
+
| CreateBatchSegmentJobCommandOutput
|
|
349
|
+
| CreateCampaignCommandOutput
|
|
350
|
+
| CreateDatasetCommandOutput
|
|
351
|
+
| CreateDatasetExportJobCommandOutput
|
|
352
|
+
| CreateDatasetGroupCommandOutput
|
|
353
|
+
| CreateDatasetImportJobCommandOutput
|
|
354
|
+
| CreateEventTrackerCommandOutput
|
|
355
|
+
| CreateFilterCommandOutput
|
|
356
|
+
| CreateRecommenderCommandOutput
|
|
357
|
+
| CreateSchemaCommandOutput
|
|
358
|
+
| CreateSolutionCommandOutput
|
|
359
|
+
| CreateSolutionVersionCommandOutput
|
|
360
|
+
| DeleteCampaignCommandOutput
|
|
361
|
+
| DeleteDatasetCommandOutput
|
|
362
|
+
| DeleteDatasetGroupCommandOutput
|
|
363
|
+
| DeleteEventTrackerCommandOutput
|
|
364
|
+
| DeleteFilterCommandOutput
|
|
365
|
+
| DeleteRecommenderCommandOutput
|
|
366
|
+
| DeleteSchemaCommandOutput
|
|
367
|
+
| DeleteSolutionCommandOutput
|
|
368
|
+
| DescribeAlgorithmCommandOutput
|
|
369
|
+
| DescribeBatchInferenceJobCommandOutput
|
|
370
|
+
| DescribeBatchSegmentJobCommandOutput
|
|
371
|
+
| DescribeCampaignCommandOutput
|
|
372
|
+
| DescribeDatasetCommandOutput
|
|
373
|
+
| DescribeDatasetExportJobCommandOutput
|
|
374
|
+
| DescribeDatasetGroupCommandOutput
|
|
375
|
+
| DescribeDatasetImportJobCommandOutput
|
|
376
|
+
| DescribeEventTrackerCommandOutput
|
|
377
|
+
| DescribeFeatureTransformationCommandOutput
|
|
378
|
+
| DescribeFilterCommandOutput
|
|
379
|
+
| DescribeRecipeCommandOutput
|
|
380
|
+
| DescribeRecommenderCommandOutput
|
|
381
|
+
| DescribeSchemaCommandOutput
|
|
382
|
+
| DescribeSolutionCommandOutput
|
|
383
|
+
| DescribeSolutionVersionCommandOutput
|
|
384
|
+
| GetSolutionMetricsCommandOutput
|
|
385
|
+
| ListBatchInferenceJobsCommandOutput
|
|
386
|
+
| ListBatchSegmentJobsCommandOutput
|
|
387
|
+
| ListCampaignsCommandOutput
|
|
388
|
+
| ListDatasetExportJobsCommandOutput
|
|
389
|
+
| ListDatasetGroupsCommandOutput
|
|
390
|
+
| ListDatasetImportJobsCommandOutput
|
|
391
|
+
| ListDatasetsCommandOutput
|
|
392
|
+
| ListEventTrackersCommandOutput
|
|
393
|
+
| ListFiltersCommandOutput
|
|
394
|
+
| ListRecipesCommandOutput
|
|
395
|
+
| ListRecommendersCommandOutput
|
|
396
|
+
| ListSchemasCommandOutput
|
|
397
|
+
| ListSolutionVersionsCommandOutput
|
|
398
|
+
| ListSolutionsCommandOutput
|
|
399
|
+
| ListTagsForResourceCommandOutput
|
|
400
|
+
| StartRecommenderCommandOutput
|
|
401
|
+
| StopRecommenderCommandOutput
|
|
402
|
+
| StopSolutionVersionCreationCommandOutput
|
|
403
|
+
| TagResourceCommandOutput
|
|
404
|
+
| UntagResourceCommandOutput
|
|
405
|
+
| UpdateCampaignCommandOutput
|
|
406
|
+
| UpdateRecommenderCommandOutput;
|
|
407
|
+
export interface ClientDefaults
|
|
408
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
409
|
+
requestHandler?: __HttpHandler;
|
|
410
|
+
sha256?: __HashConstructor;
|
|
411
|
+
urlParser?: __UrlParser;
|
|
412
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
413
|
+
streamCollector?: __StreamCollector;
|
|
414
|
+
base64Decoder?: __Decoder;
|
|
415
|
+
base64Encoder?: __Encoder;
|
|
416
|
+
utf8Decoder?: __Decoder;
|
|
417
|
+
utf8Encoder?: __Encoder;
|
|
418
|
+
runtime?: string;
|
|
419
|
+
disableHostPrefix?: boolean;
|
|
420
|
+
maxAttempts?: number | __Provider<number>;
|
|
421
|
+
retryMode?: string | __Provider<string>;
|
|
422
|
+
logger?: __Logger;
|
|
423
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
424
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
425
|
+
serviceId?: string;
|
|
426
|
+
region?: string | __Provider<string>;
|
|
427
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
428
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
429
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
430
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
431
|
+
}
|
|
432
|
+
declare type PersonalizeClientConfigType = Partial<
|
|
433
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
434
|
+
> &
|
|
435
|
+
ClientDefaults &
|
|
436
|
+
RegionInputConfig &
|
|
437
|
+
EndpointsInputConfig &
|
|
438
|
+
RetryInputConfig &
|
|
439
|
+
HostHeaderInputConfig &
|
|
440
|
+
AwsAuthInputConfig &
|
|
441
|
+
UserAgentInputConfig;
|
|
442
|
+
export interface PersonalizeClientConfig extends PersonalizeClientConfigType {}
|
|
443
|
+
declare type PersonalizeClientResolvedConfigType =
|
|
444
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
445
|
+
Required<ClientDefaults> &
|
|
446
|
+
RegionResolvedConfig &
|
|
447
|
+
EndpointsResolvedConfig &
|
|
448
|
+
RetryResolvedConfig &
|
|
449
|
+
HostHeaderResolvedConfig &
|
|
450
|
+
AwsAuthResolvedConfig &
|
|
451
|
+
UserAgentResolvedConfig;
|
|
452
|
+
export interface PersonalizeClientResolvedConfig
|
|
453
|
+
extends PersonalizeClientResolvedConfigType {}
|
|
454
|
+
export declare class PersonalizeClient extends __Client<
|
|
455
|
+
__HttpHandlerOptions,
|
|
456
|
+
ServiceInputTypes,
|
|
457
|
+
ServiceOutputTypes,
|
|
458
|
+
PersonalizeClientResolvedConfig
|
|
459
|
+
> {
|
|
460
|
+
readonly config: PersonalizeClientResolvedConfig;
|
|
461
|
+
constructor(configuration: PersonalizeClientConfig);
|
|
462
|
+
destroy(): void;
|
|
463
|
+
}
|
|
464
|
+
export {};
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateBatchInferenceJobRequest,
|
|
10
|
+
CreateBatchInferenceJobResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
PersonalizeClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../PersonalizeClient";
|
|
17
|
+
export interface CreateBatchInferenceJobCommandInput
|
|
18
|
+
extends CreateBatchInferenceJobRequest {}
|
|
19
|
+
export interface CreateBatchInferenceJobCommandOutput
|
|
20
|
+
extends CreateBatchInferenceJobResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateBatchInferenceJobCommand extends $Command<
|
|
23
|
+
CreateBatchInferenceJobCommandInput,
|
|
24
|
+
CreateBatchInferenceJobCommandOutput,
|
|
25
|
+
PersonalizeClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateBatchInferenceJobCommandInput;
|
|
28
|
+
constructor(input: CreateBatchInferenceJobCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: PersonalizeClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateBatchInferenceJobCommandInput,
|
|
35
|
+
CreateBatchInferenceJobCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|