@aws-sdk/client-elementalinference 3.1086.0 → 3.1088.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 (36) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/ElementalInference.d.ts +57 -81
  3. package/dist-types/ts3.4/ElementalInferenceClient.d.ts +11 -39
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AssociateFeedCommand.d.ts +4 -9
  8. package/dist-types/ts3.4/commands/CreateDictionaryCommand.d.ts +4 -9
  9. package/dist-types/ts3.4/commands/CreateFeedCommand.d.ts +3 -5
  10. package/dist-types/ts3.4/commands/DeleteDictionaryCommand.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/DeleteFeedCommand.d.ts +3 -5
  12. package/dist-types/ts3.4/commands/DisassociateFeedCommand.d.ts +4 -9
  13. package/dist-types/ts3.4/commands/ExportDictionaryEntriesCommand.d.ts +4 -6
  14. package/dist-types/ts3.4/commands/GetDictionaryCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/GetFeedCommand.d.ts +7 -5
  16. package/dist-types/ts3.4/commands/ListDictionariesCommand.d.ts +3 -8
  17. package/dist-types/ts3.4/commands/ListFeedsCommand.d.ts +4 -4
  18. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  20. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  21. package/dist-types/ts3.4/commands/UpdateDictionaryCommand.d.ts +4 -9
  22. package/dist-types/ts3.4/commands/UpdateFeedCommand.d.ts +3 -5
  23. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  24. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  25. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  26. package/dist-types/ts3.4/models/enums.d.ts +3 -6
  27. package/dist-types/ts3.4/models/errors.d.ts +6 -18
  28. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  29. package/dist-types/ts3.4/pagination/ListFeedsPaginator.d.ts +1 -4
  30. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  31. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  32. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  33. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  34. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  35. package/dist-types/ts3.4/waiters/waitForFeedDeleted.d.ts +4 -9
  36. package/package.json +39 -39
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1085.0";
72
+ var version = "3.1087.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -13,18 +13,12 @@ import {
13
13
  CreateDictionaryCommandInput,
14
14
  CreateDictionaryCommandOutput,
15
15
  } from "./commands/CreateDictionaryCommand";
16
- import {
17
- CreateFeedCommandInput,
18
- CreateFeedCommandOutput,
19
- } from "./commands/CreateFeedCommand";
16
+ import { CreateFeedCommandInput, CreateFeedCommandOutput } from "./commands/CreateFeedCommand";
20
17
  import {
21
18
  DeleteDictionaryCommandInput,
22
19
  DeleteDictionaryCommandOutput,
23
20
  } from "./commands/DeleteDictionaryCommand";
24
- import {
25
- DeleteFeedCommandInput,
26
- DeleteFeedCommandOutput,
27
- } from "./commands/DeleteFeedCommand";
21
+ import { DeleteFeedCommandInput, DeleteFeedCommandOutput } from "./commands/DeleteFeedCommand";
28
22
  import {
29
23
  DisassociateFeedCommandInput,
30
24
  DisassociateFeedCommandOutput,
@@ -37,26 +31,17 @@ import {
37
31
  GetDictionaryCommandInput,
38
32
  GetDictionaryCommandOutput,
39
33
  } from "./commands/GetDictionaryCommand";
40
- import {
41
- GetFeedCommandInput,
42
- GetFeedCommandOutput,
43
- } from "./commands/GetFeedCommand";
34
+ import { GetFeedCommandInput, GetFeedCommandOutput } from "./commands/GetFeedCommand";
44
35
  import {
45
36
  ListDictionariesCommandInput,
46
37
  ListDictionariesCommandOutput,
47
38
  } from "./commands/ListDictionariesCommand";
48
- import {
49
- ListFeedsCommandInput,
50
- ListFeedsCommandOutput,
51
- } from "./commands/ListFeedsCommand";
39
+ import { ListFeedsCommandInput, ListFeedsCommandOutput } from "./commands/ListFeedsCommand";
52
40
  import {
53
41
  ListTagsForResourceCommandInput,
54
42
  ListTagsForResourceCommandOutput,
55
43
  } from "./commands/ListTagsForResourceCommand";
56
- import {
57
- TagResourceCommandInput,
58
- TagResourceCommandOutput,
59
- } from "./commands/TagResourceCommand";
44
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
60
45
  import {
61
46
  UntagResourceCommandInput,
62
47
  UntagResourceCommandOutput,
@@ -65,236 +50,227 @@ import {
65
50
  UpdateDictionaryCommandInput,
66
51
  UpdateDictionaryCommandOutput,
67
52
  } from "./commands/UpdateDictionaryCommand";
68
- import {
69
- UpdateFeedCommandInput,
70
- UpdateFeedCommandOutput,
71
- } from "./commands/UpdateFeedCommand";
53
+ import { UpdateFeedCommandInput, UpdateFeedCommandOutput } from "./commands/UpdateFeedCommand";
72
54
  import { ElementalInferenceClient } from "./ElementalInferenceClient";
73
55
  import { ResourceNotFoundException } from "./models/errors";
74
56
  export interface ElementalInference {
75
57
  associateFeed(
76
58
  args: AssociateFeedCommandInput,
77
- options?: __HttpHandlerOptions
59
+ options?: __HttpHandlerOptions,
78
60
  ): Promise<AssociateFeedCommandOutput>;
79
61
  associateFeed(
80
62
  args: AssociateFeedCommandInput,
81
- cb: (err: any, data?: AssociateFeedCommandOutput) => void
63
+ cb: (err: any, data?: AssociateFeedCommandOutput) => void,
82
64
  ): void;
83
65
  associateFeed(
84
66
  args: AssociateFeedCommandInput,
85
67
  options: __HttpHandlerOptions,
86
- cb: (err: any, data?: AssociateFeedCommandOutput) => void
68
+ cb: (err: any, data?: AssociateFeedCommandOutput) => void,
87
69
  ): void;
88
70
  createDictionary(
89
71
  args: CreateDictionaryCommandInput,
90
- options?: __HttpHandlerOptions
72
+ options?: __HttpHandlerOptions,
91
73
  ): Promise<CreateDictionaryCommandOutput>;
92
74
  createDictionary(
93
75
  args: CreateDictionaryCommandInput,
94
- cb: (err: any, data?: CreateDictionaryCommandOutput) => void
76
+ cb: (err: any, data?: CreateDictionaryCommandOutput) => void,
95
77
  ): void;
96
78
  createDictionary(
97
79
  args: CreateDictionaryCommandInput,
98
80
  options: __HttpHandlerOptions,
99
- cb: (err: any, data?: CreateDictionaryCommandOutput) => void
81
+ cb: (err: any, data?: CreateDictionaryCommandOutput) => void,
100
82
  ): void;
101
83
  createFeed(
102
84
  args: CreateFeedCommandInput,
103
- options?: __HttpHandlerOptions
85
+ options?: __HttpHandlerOptions,
104
86
  ): Promise<CreateFeedCommandOutput>;
105
87
  createFeed(
106
88
  args: CreateFeedCommandInput,
107
- cb: (err: any, data?: CreateFeedCommandOutput) => void
89
+ cb: (err: any, data?: CreateFeedCommandOutput) => void,
108
90
  ): void;
109
91
  createFeed(
110
92
  args: CreateFeedCommandInput,
111
93
  options: __HttpHandlerOptions,
112
- cb: (err: any, data?: CreateFeedCommandOutput) => void
94
+ cb: (err: any, data?: CreateFeedCommandOutput) => void,
113
95
  ): void;
114
96
  deleteDictionary(
115
97
  args: DeleteDictionaryCommandInput,
116
- options?: __HttpHandlerOptions
98
+ options?: __HttpHandlerOptions,
117
99
  ): Promise<DeleteDictionaryCommandOutput>;
118
100
  deleteDictionary(
119
101
  args: DeleteDictionaryCommandInput,
120
- cb: (err: any, data?: DeleteDictionaryCommandOutput) => void
102
+ cb: (err: any, data?: DeleteDictionaryCommandOutput) => void,
121
103
  ): void;
122
104
  deleteDictionary(
123
105
  args: DeleteDictionaryCommandInput,
124
106
  options: __HttpHandlerOptions,
125
- cb: (err: any, data?: DeleteDictionaryCommandOutput) => void
107
+ cb: (err: any, data?: DeleteDictionaryCommandOutput) => void,
126
108
  ): void;
127
109
  deleteFeed(
128
110
  args: DeleteFeedCommandInput,
129
- options?: __HttpHandlerOptions
111
+ options?: __HttpHandlerOptions,
130
112
  ): Promise<DeleteFeedCommandOutput>;
131
113
  deleteFeed(
132
114
  args: DeleteFeedCommandInput,
133
- cb: (err: any, data?: DeleteFeedCommandOutput) => void
115
+ cb: (err: any, data?: DeleteFeedCommandOutput) => void,
134
116
  ): void;
135
117
  deleteFeed(
136
118
  args: DeleteFeedCommandInput,
137
119
  options: __HttpHandlerOptions,
138
- cb: (err: any, data?: DeleteFeedCommandOutput) => void
120
+ cb: (err: any, data?: DeleteFeedCommandOutput) => void,
139
121
  ): void;
140
122
  disassociateFeed(
141
123
  args: DisassociateFeedCommandInput,
142
- options?: __HttpHandlerOptions
124
+ options?: __HttpHandlerOptions,
143
125
  ): Promise<DisassociateFeedCommandOutput>;
144
126
  disassociateFeed(
145
127
  args: DisassociateFeedCommandInput,
146
- cb: (err: any, data?: DisassociateFeedCommandOutput) => void
128
+ cb: (err: any, data?: DisassociateFeedCommandOutput) => void,
147
129
  ): void;
148
130
  disassociateFeed(
149
131
  args: DisassociateFeedCommandInput,
150
132
  options: __HttpHandlerOptions,
151
- cb: (err: any, data?: DisassociateFeedCommandOutput) => void
133
+ cb: (err: any, data?: DisassociateFeedCommandOutput) => void,
152
134
  ): void;
153
135
  exportDictionaryEntries(
154
136
  args: ExportDictionaryEntriesCommandInput,
155
- options?: __HttpHandlerOptions
137
+ options?: __HttpHandlerOptions,
156
138
  ): Promise<ExportDictionaryEntriesCommandOutput>;
157
139
  exportDictionaryEntries(
158
140
  args: ExportDictionaryEntriesCommandInput,
159
- cb: (err: any, data?: ExportDictionaryEntriesCommandOutput) => void
141
+ cb: (err: any, data?: ExportDictionaryEntriesCommandOutput) => void,
160
142
  ): void;
161
143
  exportDictionaryEntries(
162
144
  args: ExportDictionaryEntriesCommandInput,
163
145
  options: __HttpHandlerOptions,
164
- cb: (err: any, data?: ExportDictionaryEntriesCommandOutput) => void
146
+ cb: (err: any, data?: ExportDictionaryEntriesCommandOutput) => void,
165
147
  ): void;
166
148
  getDictionary(
167
149
  args: GetDictionaryCommandInput,
168
- options?: __HttpHandlerOptions
150
+ options?: __HttpHandlerOptions,
169
151
  ): Promise<GetDictionaryCommandOutput>;
170
152
  getDictionary(
171
153
  args: GetDictionaryCommandInput,
172
- cb: (err: any, data?: GetDictionaryCommandOutput) => void
154
+ cb: (err: any, data?: GetDictionaryCommandOutput) => void,
173
155
  ): void;
174
156
  getDictionary(
175
157
  args: GetDictionaryCommandInput,
176
158
  options: __HttpHandlerOptions,
177
- cb: (err: any, data?: GetDictionaryCommandOutput) => void
178
- ): void;
179
- getFeed(
180
- args: GetFeedCommandInput,
181
- options?: __HttpHandlerOptions
182
- ): Promise<GetFeedCommandOutput>;
183
- getFeed(
184
- args: GetFeedCommandInput,
185
- cb: (err: any, data?: GetFeedCommandOutput) => void
159
+ cb: (err: any, data?: GetDictionaryCommandOutput) => void,
186
160
  ): void;
161
+ getFeed(args: GetFeedCommandInput, options?: __HttpHandlerOptions): Promise<GetFeedCommandOutput>;
162
+ getFeed(args: GetFeedCommandInput, cb: (err: any, data?: GetFeedCommandOutput) => void): void;
187
163
  getFeed(
188
164
  args: GetFeedCommandInput,
189
165
  options: __HttpHandlerOptions,
190
- cb: (err: any, data?: GetFeedCommandOutput) => void
166
+ cb: (err: any, data?: GetFeedCommandOutput) => void,
191
167
  ): void;
192
168
  listDictionaries(): Promise<ListDictionariesCommandOutput>;
193
169
  listDictionaries(
194
170
  args: ListDictionariesCommandInput,
195
- options?: __HttpHandlerOptions
171
+ options?: __HttpHandlerOptions,
196
172
  ): Promise<ListDictionariesCommandOutput>;
197
173
  listDictionaries(
198
174
  args: ListDictionariesCommandInput,
199
- cb: (err: any, data?: ListDictionariesCommandOutput) => void
175
+ cb: (err: any, data?: ListDictionariesCommandOutput) => void,
200
176
  ): void;
201
177
  listDictionaries(
202
178
  args: ListDictionariesCommandInput,
203
179
  options: __HttpHandlerOptions,
204
- cb: (err: any, data?: ListDictionariesCommandOutput) => void
180
+ cb: (err: any, data?: ListDictionariesCommandOutput) => void,
205
181
  ): void;
206
182
  listFeeds(): Promise<ListFeedsCommandOutput>;
207
183
  listFeeds(
208
184
  args: ListFeedsCommandInput,
209
- options?: __HttpHandlerOptions
185
+ options?: __HttpHandlerOptions,
210
186
  ): Promise<ListFeedsCommandOutput>;
211
187
  listFeeds(
212
188
  args: ListFeedsCommandInput,
213
- cb: (err: any, data?: ListFeedsCommandOutput) => void
189
+ cb: (err: any, data?: ListFeedsCommandOutput) => void,
214
190
  ): void;
215
191
  listFeeds(
216
192
  args: ListFeedsCommandInput,
217
193
  options: __HttpHandlerOptions,
218
- cb: (err: any, data?: ListFeedsCommandOutput) => void
194
+ cb: (err: any, data?: ListFeedsCommandOutput) => void,
219
195
  ): void;
220
196
  listTagsForResource(
221
197
  args: ListTagsForResourceCommandInput,
222
- options?: __HttpHandlerOptions
198
+ options?: __HttpHandlerOptions,
223
199
  ): Promise<ListTagsForResourceCommandOutput>;
224
200
  listTagsForResource(
225
201
  args: ListTagsForResourceCommandInput,
226
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
202
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
227
203
  ): void;
228
204
  listTagsForResource(
229
205
  args: ListTagsForResourceCommandInput,
230
206
  options: __HttpHandlerOptions,
231
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
207
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
232
208
  ): void;
233
209
  tagResource(
234
210
  args: TagResourceCommandInput,
235
- options?: __HttpHandlerOptions
211
+ options?: __HttpHandlerOptions,
236
212
  ): Promise<TagResourceCommandOutput>;
237
213
  tagResource(
238
214
  args: TagResourceCommandInput,
239
- cb: (err: any, data?: TagResourceCommandOutput) => void
215
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
240
216
  ): void;
241
217
  tagResource(
242
218
  args: TagResourceCommandInput,
243
219
  options: __HttpHandlerOptions,
244
- cb: (err: any, data?: TagResourceCommandOutput) => void
220
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
245
221
  ): void;
246
222
  untagResource(
247
223
  args: UntagResourceCommandInput,
248
- options?: __HttpHandlerOptions
224
+ options?: __HttpHandlerOptions,
249
225
  ): Promise<UntagResourceCommandOutput>;
250
226
  untagResource(
251
227
  args: UntagResourceCommandInput,
252
- cb: (err: any, data?: UntagResourceCommandOutput) => void
228
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
253
229
  ): void;
254
230
  untagResource(
255
231
  args: UntagResourceCommandInput,
256
232
  options: __HttpHandlerOptions,
257
- cb: (err: any, data?: UntagResourceCommandOutput) => void
233
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
258
234
  ): void;
259
235
  updateDictionary(
260
236
  args: UpdateDictionaryCommandInput,
261
- options?: __HttpHandlerOptions
237
+ options?: __HttpHandlerOptions,
262
238
  ): Promise<UpdateDictionaryCommandOutput>;
263
239
  updateDictionary(
264
240
  args: UpdateDictionaryCommandInput,
265
- cb: (err: any, data?: UpdateDictionaryCommandOutput) => void
241
+ cb: (err: any, data?: UpdateDictionaryCommandOutput) => void,
266
242
  ): void;
267
243
  updateDictionary(
268
244
  args: UpdateDictionaryCommandInput,
269
245
  options: __HttpHandlerOptions,
270
- cb: (err: any, data?: UpdateDictionaryCommandOutput) => void
246
+ cb: (err: any, data?: UpdateDictionaryCommandOutput) => void,
271
247
  ): void;
272
248
  updateFeed(
273
249
  args: UpdateFeedCommandInput,
274
- options?: __HttpHandlerOptions
250
+ options?: __HttpHandlerOptions,
275
251
  ): Promise<UpdateFeedCommandOutput>;
276
252
  updateFeed(
277
253
  args: UpdateFeedCommandInput,
278
- cb: (err: any, data?: UpdateFeedCommandOutput) => void
254
+ cb: (err: any, data?: UpdateFeedCommandOutput) => void,
279
255
  ): void;
280
256
  updateFeed(
281
257
  args: UpdateFeedCommandInput,
282
258
  options: __HttpHandlerOptions,
283
- cb: (err: any, data?: UpdateFeedCommandOutput) => void
259
+ cb: (err: any, data?: UpdateFeedCommandOutput) => void,
284
260
  ): void;
285
261
  paginateListDictionaries(
286
262
  args?: ListDictionariesCommandInput,
287
263
  paginationConfig?: Pick<
288
264
  PaginationConfiguration,
289
265
  Exclude<keyof PaginationConfiguration, "client">
290
- >
266
+ >,
291
267
  ): Paginator<ListDictionariesCommandOutput>;
292
268
  paginateListFeeds(
293
269
  args?: ListFeedsCommandInput,
294
270
  paginationConfig?: Pick<
295
271
  PaginationConfiguration,
296
272
  Exclude<keyof PaginationConfiguration, "client">
297
- >
273
+ >,
298
274
  ): Paginator<ListFeedsCommandOutput>;
299
275
  waitUntilFeedDeleted(
300
276
  args: GetFeedCommandInput,
@@ -303,7 +279,7 @@ export interface ElementalInference {
303
279
  | Pick<
304
280
  WaiterConfiguration<ElementalInference>,
305
281
  Exclude<keyof WaiterConfiguration<ElementalInference>, "client">
306
- >
282
+ >,
307
283
  ): Promise<WaiterResult<GetFeedCommandOutput | ResourceNotFoundException>>;
308
284
  }
309
285
  export declare class ElementalInference
@@ -11,10 +11,7 @@ import {
11
11
  Client as __Client,
12
12
  } from "@smithy/core/client";
13
13
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
14
- import {
15
- EndpointInputConfig,
16
- EndpointResolvedConfig,
17
- } from "@smithy/core/endpoints";
14
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
18
15
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
19
16
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
20
17
  import {
@@ -44,18 +41,12 @@ import {
44
41
  CreateDictionaryCommandInput,
45
42
  CreateDictionaryCommandOutput,
46
43
  } from "./commands/CreateDictionaryCommand";
47
- import {
48
- CreateFeedCommandInput,
49
- CreateFeedCommandOutput,
50
- } from "./commands/CreateFeedCommand";
44
+ import { CreateFeedCommandInput, CreateFeedCommandOutput } from "./commands/CreateFeedCommand";
51
45
  import {
52
46
  DeleteDictionaryCommandInput,
53
47
  DeleteDictionaryCommandOutput,
54
48
  } from "./commands/DeleteDictionaryCommand";
55
- import {
56
- DeleteFeedCommandInput,
57
- DeleteFeedCommandOutput,
58
- } from "./commands/DeleteFeedCommand";
49
+ import { DeleteFeedCommandInput, DeleteFeedCommandOutput } from "./commands/DeleteFeedCommand";
59
50
  import {
60
51
  DisassociateFeedCommandInput,
61
52
  DisassociateFeedCommandOutput,
@@ -68,26 +59,17 @@ import {
68
59
  GetDictionaryCommandInput,
69
60
  GetDictionaryCommandOutput,
70
61
  } from "./commands/GetDictionaryCommand";
71
- import {
72
- GetFeedCommandInput,
73
- GetFeedCommandOutput,
74
- } from "./commands/GetFeedCommand";
62
+ import { GetFeedCommandInput, GetFeedCommandOutput } from "./commands/GetFeedCommand";
75
63
  import {
76
64
  ListDictionariesCommandInput,
77
65
  ListDictionariesCommandOutput,
78
66
  } from "./commands/ListDictionariesCommand";
79
- import {
80
- ListFeedsCommandInput,
81
- ListFeedsCommandOutput,
82
- } from "./commands/ListFeedsCommand";
67
+ import { ListFeedsCommandInput, ListFeedsCommandOutput } from "./commands/ListFeedsCommand";
83
68
  import {
84
69
  ListTagsForResourceCommandInput,
85
70
  ListTagsForResourceCommandOutput,
86
71
  } from "./commands/ListTagsForResourceCommand";
87
- import {
88
- TagResourceCommandInput,
89
- TagResourceCommandOutput,
90
- } from "./commands/TagResourceCommand";
72
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
91
73
  import {
92
74
  UntagResourceCommandInput,
93
75
  UntagResourceCommandOutput,
@@ -96,10 +78,7 @@ import {
96
78
  UpdateDictionaryCommandInput,
97
79
  UpdateDictionaryCommandOutput,
98
80
  } from "./commands/UpdateDictionaryCommand";
99
- import {
100
- UpdateFeedCommandInput,
101
- UpdateFeedCommandOutput,
102
- } from "./commands/UpdateFeedCommand";
81
+ import { UpdateFeedCommandInput, UpdateFeedCommandOutput } from "./commands/UpdateFeedCommand";
103
82
  import {
104
83
  ClientInputEndpointParameters,
105
84
  ClientResolvedEndpointParameters,
@@ -141,8 +120,7 @@ export type ServiceOutputTypes =
141
120
  | UntagResourceCommandOutput
142
121
  | UpdateDictionaryCommandOutput
143
122
  | UpdateFeedCommandOutput;
144
- export interface ClientDefaults
145
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
123
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
146
124
  requestHandler?: __HttpHandlerUserInput;
147
125
  sha256?: __ChecksumConstructor | __HashConstructor;
148
126
  urlParser?: __UrlParser;
@@ -178,8 +156,7 @@ export type ElementalInferenceClientConfigType = Partial<
178
156
  EndpointInputConfig<EndpointParameters> &
179
157
  HttpAuthSchemeInputConfig &
180
158
  ClientInputEndpointParameters;
181
- export interface ElementalInferenceClientConfig
182
- extends ElementalInferenceClientConfigType {}
159
+ export interface ElementalInferenceClientConfig extends ElementalInferenceClientConfigType {}
183
160
  export type ElementalInferenceClientResolvedConfigType =
184
161
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
185
162
  Required<ClientDefaults> &
@@ -191,8 +168,7 @@ export type ElementalInferenceClientResolvedConfigType =
191
168
  EndpointResolvedConfig<EndpointParameters> &
192
169
  HttpAuthSchemeResolvedConfig &
193
170
  ClientResolvedEndpointParameters;
194
- export interface ElementalInferenceClientResolvedConfig
195
- extends ElementalInferenceClientResolvedConfigType {}
171
+ export interface ElementalInferenceClientResolvedConfig extends ElementalInferenceClientResolvedConfigType {}
196
172
  export declare class ElementalInferenceClient extends __Client<
197
173
  __HttpHandlerOptions,
198
174
  ServiceInputTypes,
@@ -200,10 +176,6 @@ export declare class ElementalInferenceClient extends __Client<
200
176
  ElementalInferenceClientResolvedConfig
201
177
  > {
202
178
  readonly config: ElementalInferenceClientResolvedConfig;
203
- constructor(
204
- ...[
205
- configuration,
206
- ]: __CheckOptionalClientConfig<ElementalInferenceClientConfig>
207
- );
179
+ constructor(...[configuration]: __CheckOptionalClientConfig<ElementalInferenceClientConfig>);
208
180
  destroy(): void;
209
181
  }
@@ -7,17 +7,10 @@ import { ElementalInferenceHttpAuthSchemeProvider } from "./httpAuthSchemeProvid
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: ElementalInferenceHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: ElementalInferenceHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): ElementalInferenceHttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
16
- ): void;
17
- credentials():
18
- | AwsCredentialIdentity
19
- | AwsCredentialIdentityProvider
20
- | undefined;
12
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
13
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
21
14
  }
22
15
  export type HttpAuthRuntimeConfig = Partial<{
23
16
  httpAuthSchemes: HttpAuthScheme[];
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
25
18
  credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
26
19
  }>;
27
20
  export declare const getHttpAuthExtensionConfiguration: (
28
- runtimeConfig: HttpAuthRuntimeConfig
21
+ runtimeConfig: HttpAuthRuntimeConfig,
29
22
  ) => HttpAuthExtensionConfiguration;
30
23
  export declare const resolveHttpAuthRuntimeConfig: (
31
- config: HttpAuthExtensionConfiguration
24
+ config: HttpAuthExtensionConfiguration,
32
25
  ) => HttpAuthRuntimeConfig;
@@ -12,36 +12,32 @@ import {
12
12
  Provider,
13
13
  } from "@smithy/types";
14
14
  import { ElementalInferenceClientResolvedConfig } from "../ElementalInferenceClient";
15
- export interface ElementalInferenceHttpAuthSchemeParameters
16
- extends HttpAuthSchemeParameters {
15
+ export interface ElementalInferenceHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
17
16
  region?: string;
18
17
  }
19
- export interface ElementalInferenceHttpAuthSchemeParametersProvider
20
- extends HttpAuthSchemeParametersProvider<
21
- ElementalInferenceClientResolvedConfig,
22
- HandlerExecutionContext,
23
- ElementalInferenceHttpAuthSchemeParameters,
24
- object
25
- > {}
18
+ export interface ElementalInferenceHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ ElementalInferenceClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ ElementalInferenceHttpAuthSchemeParameters,
22
+ object
23
+ > {}
26
24
  export declare const defaultElementalInferenceHttpAuthSchemeParametersProvider: (
27
25
  config: ElementalInferenceClientResolvedConfig,
28
26
  context: HandlerExecutionContext,
29
- input: object
27
+ input: object,
30
28
  ) => Promise<ElementalInferenceHttpAuthSchemeParameters>;
31
- export interface ElementalInferenceHttpAuthSchemeProvider
32
- extends HttpAuthSchemeProvider<ElementalInferenceHttpAuthSchemeParameters> {}
29
+ export interface ElementalInferenceHttpAuthSchemeProvider extends HttpAuthSchemeProvider<ElementalInferenceHttpAuthSchemeParameters> {}
33
30
  export declare const defaultElementalInferenceHttpAuthSchemeProvider: ElementalInferenceHttpAuthSchemeProvider;
34
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
32
  authSchemePreference?: string[] | Provider<string[]>;
36
33
  httpAuthSchemes?: HttpAuthScheme[];
37
34
  httpAuthSchemeProvider?: ElementalInferenceHttpAuthSchemeProvider;
38
35
  }
39
- export interface HttpAuthSchemeResolvedConfig
40
- extends AwsSdkSigV4AuthResolvedConfig {
36
+ export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
41
37
  readonly authSchemePreference: Provider<string[]>;
42
38
  readonly httpAuthSchemes: HttpAuthScheme[];
43
39
  readonly httpAuthSchemeProvider: ElementalInferenceHttpAuthSchemeProvider;
44
40
  }
45
41
  export declare const resolveHttpAuthSchemeConfig: <T>(
46
- config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
42
+ config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
47
43
  ) => T & HttpAuthSchemeResolvedConfig;
@@ -4,22 +4,21 @@ import {
4
4
  ServiceInputTypes,
5
5
  ServiceOutputTypes,
6
6
  } from "./ElementalInferenceClient";
7
- export declare const command: <
8
- I extends ServiceInputTypes,
9
- O extends ServiceOutputTypes
10
- >(
7
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
11
8
  added: EndpointParameterInstructions,
12
9
  plugins: (
13
10
  CommandCtor: any,
14
11
  clientStack: any,
15
12
  config: any,
16
- options: any
13
+ options: any,
17
14
  ) => import("@smithy/types").Pluggable<any, any>[],
18
15
  op: string,
19
16
  $: import("@smithy/types").StaticOperationSchema,
20
- smithyContext?: Record<string, unknown>
17
+ smithyContext?: Record<string, unknown>,
21
18
  ) => {
22
- new (input: I): import("@smithy/core/client").CommandImpl<
19
+ new (
20
+ input: I,
21
+ ): import("@smithy/core/client").CommandImpl<
23
22
  I,
24
23
  O,
25
24
  ElementalInferenceClientResolvedConfig,
@@ -38,9 +37,4 @@ export declare const command: <
38
37
  getEndpointParameterInstructions(): EndpointParameterInstructions;
39
38
  };
40
39
  export declare const _ep0: EndpointParameterInstructions;
41
- export declare const _mw0: (
42
- Command: any,
43
- cs: any,
44
- config: any,
45
- o: any
46
- ) => never[];
40
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- AssociateFeedRequest,
4
- AssociateFeedResponse,
5
- } from "../models/models_0";
2
+ import { AssociateFeedRequest, AssociateFeedResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface AssociateFeedCommandInput extends AssociateFeedRequest {}
8
- export interface AssociateFeedCommandOutput
9
- extends AssociateFeedResponse,
10
- __MetadataBearer {}
5
+ export interface AssociateFeedCommandOutput extends AssociateFeedResponse, __MetadataBearer {}
11
6
  declare const AssociateFeedCommand_base: {
12
7
  new (
13
- input: AssociateFeedCommandInput
8
+ input: AssociateFeedCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  AssociateFeedCommandInput,
16
11
  AssociateFeedCommandOutput,
@@ -19,7 +14,7 @@ declare const AssociateFeedCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: AssociateFeedCommandInput
17
+ input: AssociateFeedCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  AssociateFeedCommandInput,
25
20
  AssociateFeedCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateDictionaryRequest,
4
- CreateDictionaryResponse,
5
- } from "../models/models_0";
2
+ import { CreateDictionaryRequest, CreateDictionaryResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateDictionaryCommandInput extends CreateDictionaryRequest {}
8
- export interface CreateDictionaryCommandOutput
9
- extends CreateDictionaryResponse,
10
- __MetadataBearer {}
5
+ export interface CreateDictionaryCommandOutput extends CreateDictionaryResponse, __MetadataBearer {}
11
6
  declare const CreateDictionaryCommand_base: {
12
7
  new (
13
- input: CreateDictionaryCommandInput
8
+ input: CreateDictionaryCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateDictionaryCommandInput,
16
11
  CreateDictionaryCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateDictionaryCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateDictionaryCommandInput
17
+ input: CreateDictionaryCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateDictionaryCommandInput,
25
20
  CreateDictionaryCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreateFeedRequest, CreateFeedResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateFeedCommandInput extends CreateFeedRequest {}
5
- export interface CreateFeedCommandOutput
6
- extends CreateFeedResponse,
7
- __MetadataBearer {}
5
+ export interface CreateFeedCommandOutput extends CreateFeedResponse, __MetadataBearer {}
8
6
  declare const CreateFeedCommand_base: {
9
7
  new (
10
- input: CreateFeedCommandInput
8
+ input: CreateFeedCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  CreateFeedCommandInput,
13
11
  CreateFeedCommandOutput,
@@ -16,7 +14,7 @@ declare const CreateFeedCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: CreateFeedCommandInput
17
+ input: CreateFeedCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  CreateFeedCommandInput,
22
20
  CreateFeedCommandOutput,