@aws-sdk/client-appflow 3.170.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.
Files changed (32) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Appflow.d.ts +0 -22
  3. package/dist-types/ts3.4/AppflowClient.d.ts +0 -25
  4. package/dist-types/ts3.4/commands/CreateConnectorProfileCommand.d.ts +0 -2
  5. package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +0 -2
  6. package/dist-types/ts3.4/commands/DeleteConnectorProfileCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/DescribeConnectorEntityCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/DescribeConnectorProfilesCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DescribeConnectorsCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DescribeFlowExecutionRecordsCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/ListConnectorEntitiesCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/RegisterConnectorCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/UnregisterConnectorCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/UpdateConnectorProfileCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/models/AppflowServiceException.d.ts +0 -1
  27. package/dist-types/ts3.4/models/models_0.d.ts +0 -763
  28. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  29. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  30. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  31. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  32. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-appflow
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-appflow
@@ -88,7 +88,6 @@ import {
88
88
  UpdateFlowCommandInput,
89
89
  UpdateFlowCommandOutput,
90
90
  } from "./commands/UpdateFlowCommand";
91
-
92
91
  export declare class Appflow extends AppflowClient {
93
92
  createConnectorProfile(
94
93
  args: CreateConnectorProfileCommandInput,
@@ -103,7 +102,6 @@ export declare class Appflow extends AppflowClient {
103
102
  options: __HttpHandlerOptions,
104
103
  cb: (err: any, data?: CreateConnectorProfileCommandOutput) => void
105
104
  ): void;
106
-
107
105
  createFlow(
108
106
  args: CreateFlowCommandInput,
109
107
  options?: __HttpHandlerOptions
@@ -117,7 +115,6 @@ export declare class Appflow extends AppflowClient {
117
115
  options: __HttpHandlerOptions,
118
116
  cb: (err: any, data?: CreateFlowCommandOutput) => void
119
117
  ): void;
120
-
121
118
  deleteConnectorProfile(
122
119
  args: DeleteConnectorProfileCommandInput,
123
120
  options?: __HttpHandlerOptions
@@ -131,7 +128,6 @@ export declare class Appflow extends AppflowClient {
131
128
  options: __HttpHandlerOptions,
132
129
  cb: (err: any, data?: DeleteConnectorProfileCommandOutput) => void
133
130
  ): void;
134
-
135
131
  deleteFlow(
136
132
  args: DeleteFlowCommandInput,
137
133
  options?: __HttpHandlerOptions
@@ -145,7 +141,6 @@ export declare class Appflow extends AppflowClient {
145
141
  options: __HttpHandlerOptions,
146
142
  cb: (err: any, data?: DeleteFlowCommandOutput) => void
147
143
  ): void;
148
-
149
144
  describeConnector(
150
145
  args: DescribeConnectorCommandInput,
151
146
  options?: __HttpHandlerOptions
@@ -159,7 +154,6 @@ export declare class Appflow extends AppflowClient {
159
154
  options: __HttpHandlerOptions,
160
155
  cb: (err: any, data?: DescribeConnectorCommandOutput) => void
161
156
  ): void;
162
-
163
157
  describeConnectorEntity(
164
158
  args: DescribeConnectorEntityCommandInput,
165
159
  options?: __HttpHandlerOptions
@@ -173,7 +167,6 @@ export declare class Appflow extends AppflowClient {
173
167
  options: __HttpHandlerOptions,
174
168
  cb: (err: any, data?: DescribeConnectorEntityCommandOutput) => void
175
169
  ): void;
176
-
177
170
  describeConnectorProfiles(
178
171
  args: DescribeConnectorProfilesCommandInput,
179
172
  options?: __HttpHandlerOptions
@@ -187,7 +180,6 @@ export declare class Appflow extends AppflowClient {
187
180
  options: __HttpHandlerOptions,
188
181
  cb: (err: any, data?: DescribeConnectorProfilesCommandOutput) => void
189
182
  ): void;
190
-
191
183
  describeConnectors(
192
184
  args: DescribeConnectorsCommandInput,
193
185
  options?: __HttpHandlerOptions
@@ -201,7 +193,6 @@ export declare class Appflow extends AppflowClient {
201
193
  options: __HttpHandlerOptions,
202
194
  cb: (err: any, data?: DescribeConnectorsCommandOutput) => void
203
195
  ): void;
204
-
205
196
  describeFlow(
206
197
  args: DescribeFlowCommandInput,
207
198
  options?: __HttpHandlerOptions
@@ -215,7 +206,6 @@ export declare class Appflow extends AppflowClient {
215
206
  options: __HttpHandlerOptions,
216
207
  cb: (err: any, data?: DescribeFlowCommandOutput) => void
217
208
  ): void;
218
-
219
209
  describeFlowExecutionRecords(
220
210
  args: DescribeFlowExecutionRecordsCommandInput,
221
211
  options?: __HttpHandlerOptions
@@ -229,7 +219,6 @@ export declare class Appflow extends AppflowClient {
229
219
  options: __HttpHandlerOptions,
230
220
  cb: (err: any, data?: DescribeFlowExecutionRecordsCommandOutput) => void
231
221
  ): void;
232
-
233
222
  listConnectorEntities(
234
223
  args: ListConnectorEntitiesCommandInput,
235
224
  options?: __HttpHandlerOptions
@@ -243,7 +232,6 @@ export declare class Appflow extends AppflowClient {
243
232
  options: __HttpHandlerOptions,
244
233
  cb: (err: any, data?: ListConnectorEntitiesCommandOutput) => void
245
234
  ): void;
246
-
247
235
  listConnectors(
248
236
  args: ListConnectorsCommandInput,
249
237
  options?: __HttpHandlerOptions
@@ -257,7 +245,6 @@ export declare class Appflow extends AppflowClient {
257
245
  options: __HttpHandlerOptions,
258
246
  cb: (err: any, data?: ListConnectorsCommandOutput) => void
259
247
  ): void;
260
-
261
248
  listFlows(
262
249
  args: ListFlowsCommandInput,
263
250
  options?: __HttpHandlerOptions
@@ -271,7 +258,6 @@ export declare class Appflow extends AppflowClient {
271
258
  options: __HttpHandlerOptions,
272
259
  cb: (err: any, data?: ListFlowsCommandOutput) => void
273
260
  ): void;
274
-
275
261
  listTagsForResource(
276
262
  args: ListTagsForResourceCommandInput,
277
263
  options?: __HttpHandlerOptions
@@ -285,7 +271,6 @@ export declare class Appflow extends AppflowClient {
285
271
  options: __HttpHandlerOptions,
286
272
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
287
273
  ): void;
288
-
289
274
  registerConnector(
290
275
  args: RegisterConnectorCommandInput,
291
276
  options?: __HttpHandlerOptions
@@ -299,7 +284,6 @@ export declare class Appflow extends AppflowClient {
299
284
  options: __HttpHandlerOptions,
300
285
  cb: (err: any, data?: RegisterConnectorCommandOutput) => void
301
286
  ): void;
302
-
303
287
  startFlow(
304
288
  args: StartFlowCommandInput,
305
289
  options?: __HttpHandlerOptions
@@ -313,7 +297,6 @@ export declare class Appflow extends AppflowClient {
313
297
  options: __HttpHandlerOptions,
314
298
  cb: (err: any, data?: StartFlowCommandOutput) => void
315
299
  ): void;
316
-
317
300
  stopFlow(
318
301
  args: StopFlowCommandInput,
319
302
  options?: __HttpHandlerOptions
@@ -327,7 +310,6 @@ export declare class Appflow extends AppflowClient {
327
310
  options: __HttpHandlerOptions,
328
311
  cb: (err: any, data?: StopFlowCommandOutput) => void
329
312
  ): void;
330
-
331
313
  tagResource(
332
314
  args: TagResourceCommandInput,
333
315
  options?: __HttpHandlerOptions
@@ -341,7 +323,6 @@ export declare class Appflow extends AppflowClient {
341
323
  options: __HttpHandlerOptions,
342
324
  cb: (err: any, data?: TagResourceCommandOutput) => void
343
325
  ): void;
344
-
345
326
  unregisterConnector(
346
327
  args: UnregisterConnectorCommandInput,
347
328
  options?: __HttpHandlerOptions
@@ -355,7 +336,6 @@ export declare class Appflow extends AppflowClient {
355
336
  options: __HttpHandlerOptions,
356
337
  cb: (err: any, data?: UnregisterConnectorCommandOutput) => void
357
338
  ): void;
358
-
359
339
  untagResource(
360
340
  args: UntagResourceCommandInput,
361
341
  options?: __HttpHandlerOptions
@@ -369,7 +349,6 @@ export declare class Appflow extends AppflowClient {
369
349
  options: __HttpHandlerOptions,
370
350
  cb: (err: any, data?: UntagResourceCommandOutput) => void
371
351
  ): void;
372
-
373
352
  updateConnectorProfile(
374
353
  args: UpdateConnectorProfileCommandInput,
375
354
  options?: __HttpHandlerOptions
@@ -383,7 +362,6 @@ export declare class Appflow extends AppflowClient {
383
362
  options: __HttpHandlerOptions,
384
363
  cb: (err: any, data?: UpdateConnectorProfileCommandOutput) => void
385
364
  ): void;
386
-
387
365
  updateFlow(
388
366
  args: UpdateFlowCommandInput,
389
367
  options?: __HttpHandlerOptions
@@ -179,47 +179,26 @@ export declare type ServiceOutputTypes =
179
179
  export interface ClientDefaults
180
180
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
181
181
  requestHandler?: __HttpHandler;
182
-
183
182
  sha256?: __HashConstructor;
184
-
185
183
  urlParser?: __UrlParser;
186
-
187
184
  bodyLengthChecker?: __BodyLengthCalculator;
188
-
189
185
  streamCollector?: __StreamCollector;
190
-
191
186
  base64Decoder?: __Decoder;
192
-
193
187
  base64Encoder?: __Encoder;
194
-
195
188
  utf8Decoder?: __Decoder;
196
-
197
189
  utf8Encoder?: __Encoder;
198
-
199
190
  runtime?: string;
200
-
201
191
  disableHostPrefix?: boolean;
202
-
203
192
  maxAttempts?: number | __Provider<number>;
204
-
205
193
  retryMode?: string | __Provider<string>;
206
-
207
194
  logger?: __Logger;
208
-
209
195
  useDualstackEndpoint?: boolean | __Provider<boolean>;
210
-
211
196
  useFipsEndpoint?: boolean | __Provider<boolean>;
212
-
213
197
  serviceId?: string;
214
-
215
198
  region?: string | __Provider<string>;
216
-
217
199
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
218
-
219
200
  regionInfoProvider?: RegionInfoProvider;
220
-
221
201
  defaultUserAgentProvider?: Provider<__UserAgent>;
222
-
223
202
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
224
203
  }
225
204
  declare type AppflowClientConfigType = Partial<
@@ -232,7 +211,6 @@ declare type AppflowClientConfigType = Partial<
232
211
  HostHeaderInputConfig &
233
212
  AwsAuthInputConfig &
234
213
  UserAgentInputConfig;
235
-
236
214
  export interface AppflowClientConfig extends AppflowClientConfigType {}
237
215
  declare type AppflowClientResolvedConfigType =
238
216
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
@@ -243,10 +221,8 @@ declare type AppflowClientResolvedConfigType =
243
221
  HostHeaderResolvedConfig &
244
222
  AwsAuthResolvedConfig &
245
223
  UserAgentResolvedConfig;
246
-
247
224
  export interface AppflowClientResolvedConfig
248
225
  extends AppflowClientResolvedConfigType {}
249
-
250
226
  export declare class AppflowClient extends __Client<
251
227
  __HttpHandlerOptions,
252
228
  ServiceInputTypes,
@@ -255,7 +231,6 @@ export declare class AppflowClient extends __Client<
255
231
  > {
256
232
  readonly config: AppflowClientResolvedConfig;
257
233
  constructor(configuration: AppflowClientConfig);
258
-
259
234
  destroy(): void;
260
235
  }
261
236
  export {};
@@ -19,7 +19,6 @@ export interface CreateConnectorProfileCommandInput
19
19
  export interface CreateConnectorProfileCommandOutput
20
20
  extends CreateConnectorProfileResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateConnectorProfileCommand extends $Command<
24
23
  CreateConnectorProfileCommandInput,
25
24
  CreateConnectorProfileCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateConnectorProfileCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateConnectorProfileCommandInput;
29
28
  constructor(input: CreateConnectorProfileCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AppflowClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface CreateFlowCommandInput extends CreateFlowRequest {}
15
15
  export interface CreateFlowCommandOutput
16
16
  extends CreateFlowResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class CreateFlowCommand extends $Command<
20
19
  CreateFlowCommandInput,
21
20
  CreateFlowCommandOutput,
@@ -23,7 +22,6 @@ export declare class CreateFlowCommand extends $Command<
23
22
  > {
24
23
  readonly input: CreateFlowCommandInput;
25
24
  constructor(input: CreateFlowCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: AppflowClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteConnectorProfileCommandInput
19
19
  export interface DeleteConnectorProfileCommandOutput
20
20
  extends DeleteConnectorProfileResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteConnectorProfileCommand extends $Command<
24
23
  DeleteConnectorProfileCommandInput,
25
24
  DeleteConnectorProfileCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteConnectorProfileCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteConnectorProfileCommandInput;
29
28
  constructor(input: DeleteConnectorProfileCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AppflowClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DeleteFlowCommandInput extends DeleteFlowRequest {}
15
15
  export interface DeleteFlowCommandOutput
16
16
  extends DeleteFlowResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class DeleteFlowCommand extends $Command<
20
19
  DeleteFlowCommandInput,
21
20
  DeleteFlowCommandOutput,
@@ -23,7 +22,6 @@ export declare class DeleteFlowCommand extends $Command<
23
22
  > {
24
23
  readonly input: DeleteFlowCommandInput;
25
24
  constructor(input: DeleteFlowCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: AppflowClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeConnectorCommandInput
19
19
  export interface DescribeConnectorCommandOutput
20
20
  extends DescribeConnectorResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeConnectorCommand extends $Command<
24
23
  DescribeConnectorCommandInput,
25
24
  DescribeConnectorCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeConnectorCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeConnectorCommandInput;
29
28
  constructor(input: DescribeConnectorCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AppflowClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeConnectorEntityCommandInput
19
19
  export interface DescribeConnectorEntityCommandOutput
20
20
  extends DescribeConnectorEntityResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeConnectorEntityCommand extends $Command<
24
23
  DescribeConnectorEntityCommandInput,
25
24
  DescribeConnectorEntityCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeConnectorEntityCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeConnectorEntityCommandInput;
29
28
  constructor(input: DescribeConnectorEntityCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AppflowClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeConnectorProfilesCommandInput
19
19
  export interface DescribeConnectorProfilesCommandOutput
20
20
  extends DescribeConnectorProfilesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeConnectorProfilesCommand extends $Command<
24
23
  DescribeConnectorProfilesCommandInput,
25
24
  DescribeConnectorProfilesCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeConnectorProfilesCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeConnectorProfilesCommandInput;
29
28
  constructor(input: DescribeConnectorProfilesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AppflowClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeConnectorsCommandInput
19
19
  export interface DescribeConnectorsCommandOutput
20
20
  extends DescribeConnectorsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeConnectorsCommand extends $Command<
24
23
  DescribeConnectorsCommandInput,
25
24
  DescribeConnectorsCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeConnectorsCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeConnectorsCommandInput;
29
28
  constructor(input: DescribeConnectorsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AppflowClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DescribeFlowCommandInput extends DescribeFlowRequest {}
15
15
  export interface DescribeFlowCommandOutput
16
16
  extends DescribeFlowResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class DescribeFlowCommand extends $Command<
20
19
  DescribeFlowCommandInput,
21
20
  DescribeFlowCommandOutput,
@@ -23,7 +22,6 @@ export declare class DescribeFlowCommand extends $Command<
23
22
  > {
24
23
  readonly input: DescribeFlowCommandInput;
25
24
  constructor(input: DescribeFlowCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: AppflowClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeFlowExecutionRecordsCommandInput
19
19
  export interface DescribeFlowExecutionRecordsCommandOutput
20
20
  extends DescribeFlowExecutionRecordsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeFlowExecutionRecordsCommand extends $Command<
24
23
  DescribeFlowExecutionRecordsCommandInput,
25
24
  DescribeFlowExecutionRecordsCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeFlowExecutionRecordsCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeFlowExecutionRecordsCommandInput;
29
28
  constructor(input: DescribeFlowExecutionRecordsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AppflowClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListConnectorEntitiesCommandInput
19
19
  export interface ListConnectorEntitiesCommandOutput
20
20
  extends ListConnectorEntitiesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListConnectorEntitiesCommand extends $Command<
24
23
  ListConnectorEntitiesCommandInput,
25
24
  ListConnectorEntitiesCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListConnectorEntitiesCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListConnectorEntitiesCommandInput;
29
28
  constructor(input: ListConnectorEntitiesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AppflowClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListConnectorsCommandInput extends ListConnectorsRequest {}
18
18
  export interface ListConnectorsCommandOutput
19
19
  extends ListConnectorsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListConnectorsCommand extends $Command<
23
22
  ListConnectorsCommandInput,
24
23
  ListConnectorsCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListConnectorsCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListConnectorsCommandInput;
28
27
  constructor(input: ListConnectorsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: AppflowClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListFlowsCommandInput extends ListFlowsRequest {}
15
15
  export interface ListFlowsCommandOutput
16
16
  extends ListFlowsResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListFlowsCommand extends $Command<
20
19
  ListFlowsCommandInput,
21
20
  ListFlowsCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListFlowsCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListFlowsCommandInput;
25
24
  constructor(input: ListFlowsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: AppflowClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
19
19
  export interface ListTagsForResourceCommandOutput
20
20
  extends ListTagsForResourceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListTagsForResourceCommand extends $Command<
24
23
  ListTagsForResourceCommandInput,
25
24
  ListTagsForResourceCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListTagsForResourceCommandInput;
29
28
  constructor(input: ListTagsForResourceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AppflowClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface RegisterConnectorCommandInput
19
19
  export interface RegisterConnectorCommandOutput
20
20
  extends RegisterConnectorResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class RegisterConnectorCommand extends $Command<
24
23
  RegisterConnectorCommandInput,
25
24
  RegisterConnectorCommandOutput,
@@ -27,7 +26,6 @@ export declare class RegisterConnectorCommand extends $Command<
27
26
  > {
28
27
  readonly input: RegisterConnectorCommandInput;
29
28
  constructor(input: RegisterConnectorCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AppflowClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface StartFlowCommandInput extends StartFlowRequest {}
15
15
  export interface StartFlowCommandOutput
16
16
  extends StartFlowResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class StartFlowCommand extends $Command<
20
19
  StartFlowCommandInput,
21
20
  StartFlowCommandOutput,
@@ -23,7 +22,6 @@ export declare class StartFlowCommand extends $Command<
23
22
  > {
24
23
  readonly input: StartFlowCommandInput;
25
24
  constructor(input: StartFlowCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: AppflowClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface StopFlowCommandInput extends StopFlowRequest {}
15
15
  export interface StopFlowCommandOutput
16
16
  extends StopFlowResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class StopFlowCommand extends $Command<
20
19
  StopFlowCommandInput,
21
20
  StopFlowCommandOutput,
@@ -23,7 +22,6 @@ export declare class StopFlowCommand extends $Command<
23
22
  > {
24
23
  readonly input: StopFlowCommandInput;
25
24
  constructor(input: StopFlowCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: AppflowClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
15
15
  export interface TagResourceCommandOutput
16
16
  extends TagResourceResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class TagResourceCommand extends $Command<
20
19
  TagResourceCommandInput,
21
20
  TagResourceCommandOutput,
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
23
22
  > {
24
23
  readonly input: TagResourceCommandInput;
25
24
  constructor(input: TagResourceCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: AppflowClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UnregisterConnectorCommandInput
19
19
  export interface UnregisterConnectorCommandOutput
20
20
  extends UnregisterConnectorResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UnregisterConnectorCommand extends $Command<
24
23
  UnregisterConnectorCommandInput,
25
24
  UnregisterConnectorCommandOutput,
@@ -27,7 +26,6 @@ export declare class UnregisterConnectorCommand extends $Command<
27
26
  > {
28
27
  readonly input: UnregisterConnectorCommandInput;
29
28
  constructor(input: UnregisterConnectorCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AppflowClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
18
  export interface UntagResourceCommandOutput
19
19
  extends UntagResourceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UntagResourceCommand extends $Command<
23
22
  UntagResourceCommandInput,
24
23
  UntagResourceCommandOutput,
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
26
25
  > {
27
26
  readonly input: UntagResourceCommandInput;
28
27
  constructor(input: UntagResourceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: AppflowClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateConnectorProfileCommandInput
19
19
  export interface UpdateConnectorProfileCommandOutput
20
20
  extends UpdateConnectorProfileResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateConnectorProfileCommand extends $Command<
24
23
  UpdateConnectorProfileCommandInput,
25
24
  UpdateConnectorProfileCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateConnectorProfileCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateConnectorProfileCommandInput;
29
28
  constructor(input: UpdateConnectorProfileCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: AppflowClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface UpdateFlowCommandInput extends UpdateFlowRequest {}
15
15
  export interface UpdateFlowCommandOutput
16
16
  extends UpdateFlowResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class UpdateFlowCommand extends $Command<
20
19
  UpdateFlowCommandInput,
21
20
  UpdateFlowCommandOutput,
@@ -23,7 +22,6 @@ export declare class UpdateFlowCommand extends $Command<
23
22
  > {
24
23
  readonly input: UpdateFlowCommandInput;
25
24
  constructor(input: UpdateFlowCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: AppflowClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class AppflowServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }