@aws-sdk/client-appflow 3.296.0 → 3.298.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 (83) hide show
  1. package/dist-cjs/commands/CreateConnectorProfileCommand.js +1 -1
  2. package/dist-cjs/commands/CreateFlowCommand.js +2 -3
  3. package/dist-cjs/commands/DeleteConnectorProfileCommand.js +2 -3
  4. package/dist-cjs/commands/DeleteFlowCommand.js +2 -3
  5. package/dist-cjs/commands/DescribeConnectorCommand.js +2 -3
  6. package/dist-cjs/commands/DescribeConnectorEntityCommand.js +2 -3
  7. package/dist-cjs/commands/DescribeConnectorProfilesCommand.js +2 -3
  8. package/dist-cjs/commands/DescribeConnectorsCommand.js +2 -3
  9. package/dist-cjs/commands/DescribeFlowCommand.js +2 -3
  10. package/dist-cjs/commands/DescribeFlowExecutionRecordsCommand.js +2 -3
  11. package/dist-cjs/commands/ListConnectorEntitiesCommand.js +2 -3
  12. package/dist-cjs/commands/ListConnectorsCommand.js +2 -3
  13. package/dist-cjs/commands/ListFlowsCommand.js +2 -3
  14. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  15. package/dist-cjs/commands/RegisterConnectorCommand.js +2 -3
  16. package/dist-cjs/commands/StartFlowCommand.js +2 -3
  17. package/dist-cjs/commands/StopFlowCommand.js +2 -3
  18. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  19. package/dist-cjs/commands/UnregisterConnectorCommand.js +2 -3
  20. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  21. package/dist-cjs/commands/UpdateConnectorProfileCommand.js +1 -1
  22. package/dist-cjs/commands/UpdateConnectorRegistrationCommand.js +2 -3
  23. package/dist-cjs/commands/UpdateFlowCommand.js +2 -3
  24. package/dist-cjs/models/models_0.js +1 -668
  25. package/dist-es/commands/CreateConnectorProfileCommand.js +2 -2
  26. package/dist-es/commands/CreateFlowCommand.js +2 -3
  27. package/dist-es/commands/DeleteConnectorProfileCommand.js +2 -3
  28. package/dist-es/commands/DeleteFlowCommand.js +2 -3
  29. package/dist-es/commands/DescribeConnectorCommand.js +2 -3
  30. package/dist-es/commands/DescribeConnectorEntityCommand.js +2 -3
  31. package/dist-es/commands/DescribeConnectorProfilesCommand.js +2 -3
  32. package/dist-es/commands/DescribeConnectorsCommand.js +2 -3
  33. package/dist-es/commands/DescribeFlowCommand.js +2 -3
  34. package/dist-es/commands/DescribeFlowExecutionRecordsCommand.js +2 -3
  35. package/dist-es/commands/ListConnectorEntitiesCommand.js +2 -3
  36. package/dist-es/commands/ListConnectorsCommand.js +2 -3
  37. package/dist-es/commands/ListFlowsCommand.js +2 -3
  38. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  39. package/dist-es/commands/RegisterConnectorCommand.js +2 -3
  40. package/dist-es/commands/StartFlowCommand.js +2 -3
  41. package/dist-es/commands/StopFlowCommand.js +2 -3
  42. package/dist-es/commands/TagResourceCommand.js +2 -3
  43. package/dist-es/commands/UnregisterConnectorCommand.js +2 -3
  44. package/dist-es/commands/UntagResourceCommand.js +2 -3
  45. package/dist-es/commands/UpdateConnectorProfileCommand.js +2 -2
  46. package/dist-es/commands/UpdateConnectorRegistrationCommand.js +2 -3
  47. package/dist-es/commands/UpdateFlowCommand.js +2 -3
  48. package/dist-es/models/models_0.js +0 -498
  49. package/dist-types/Appflow.d.ts +24 -0
  50. package/dist-types/AppflowClient.d.ts +24 -4
  51. package/dist-types/commands/CreateConnectorProfileCommand.d.ts +16 -0
  52. package/dist-types/commands/CreateFlowCommand.d.ts +16 -0
  53. package/dist-types/commands/DeleteConnectorProfileCommand.d.ts +16 -0
  54. package/dist-types/commands/DeleteFlowCommand.d.ts +16 -0
  55. package/dist-types/commands/DescribeConnectorCommand.d.ts +16 -0
  56. package/dist-types/commands/DescribeConnectorEntityCommand.d.ts +16 -0
  57. package/dist-types/commands/DescribeConnectorProfilesCommand.d.ts +16 -0
  58. package/dist-types/commands/DescribeConnectorsCommand.d.ts +16 -0
  59. package/dist-types/commands/DescribeFlowCommand.d.ts +16 -0
  60. package/dist-types/commands/DescribeFlowExecutionRecordsCommand.d.ts +16 -0
  61. package/dist-types/commands/ListConnectorEntitiesCommand.d.ts +16 -0
  62. package/dist-types/commands/ListConnectorsCommand.d.ts +16 -0
  63. package/dist-types/commands/ListFlowsCommand.d.ts +16 -0
  64. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  65. package/dist-types/commands/RegisterConnectorCommand.d.ts +16 -0
  66. package/dist-types/commands/StartFlowCommand.d.ts +16 -0
  67. package/dist-types/commands/StopFlowCommand.d.ts +16 -0
  68. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  69. package/dist-types/commands/UnregisterConnectorCommand.d.ts +16 -0
  70. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  71. package/dist-types/commands/UpdateConnectorProfileCommand.d.ts +16 -0
  72. package/dist-types/commands/UpdateConnectorRegistrationCommand.d.ts +16 -0
  73. package/dist-types/commands/UpdateFlowCommand.d.ts +16 -0
  74. package/dist-types/models/AppflowServiceException.d.ts +2 -0
  75. package/dist-types/models/models_0.d.ts +444 -687
  76. package/dist-types/pagination/DescribeConnectorProfilesPaginator.d.ts +3 -0
  77. package/dist-types/pagination/DescribeConnectorsPaginator.d.ts +3 -0
  78. package/dist-types/pagination/DescribeFlowExecutionRecordsPaginator.d.ts +3 -0
  79. package/dist-types/pagination/Interfaces.d.ts +3 -0
  80. package/dist-types/pagination/ListConnectorsPaginator.d.ts +3 -0
  81. package/dist-types/pagination/ListFlowsPaginator.d.ts +3 -0
  82. package/dist-types/ts3.4/models/models_0.d.ts +0 -488
  83. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
5
  import { DescribeConnectorsRequest, DescribeConnectorsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeConnectorsCommand}.
8
10
  */
9
11
  export interface DescribeConnectorsCommandInput extends DescribeConnectorsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeConnectorsCommand}.
13
17
  */
14
18
  export interface DescribeConnectorsCommandOutput extends DescribeConnectorsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Describes the connectors vended by Amazon AppFlow for specified connector types. If
18
23
  * you don't specify a connector type, this operation describes all connectors vended by Amazon AppFlow. If there are more connectors than can be returned in one page, the response
19
24
  * contains a <code>nextToken</code> object, which can be be passed in to the next call to the
@@ -28,6 +33,8 @@ export interface DescribeConnectorsCommandOutput extends DescribeConnectorsRespo
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param DescribeConnectorsCommandInput - {@link DescribeConnectorsCommandInput}
37
+ * @returns {@link DescribeConnectorsCommandOutput}
31
38
  * @see {@link DescribeConnectorsCommandInput} for command's `input` shape.
32
39
  * @see {@link DescribeConnectorsCommandOutput} for command's `response` shape.
33
40
  * @see {@link AppflowClientResolvedConfig | config} for AppflowClient's `config` shape.
@@ -44,11 +51,20 @@ export interface DescribeConnectorsCommandOutput extends DescribeConnectorsRespo
44
51
  export declare class DescribeConnectorsCommand extends $Command<DescribeConnectorsCommandInput, DescribeConnectorsCommandOutput, AppflowClientResolvedConfig> {
45
52
  readonly input: DescribeConnectorsCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: DescribeConnectorsCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppflowClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeConnectorsCommandInput, DescribeConnectorsCommandOutput>;
62
+ /**
63
+ * @internal
64
+ */
52
65
  private serialize;
66
+ /**
67
+ * @internal
68
+ */
53
69
  private deserialize;
54
70
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
5
  import { DescribeFlowRequest, DescribeFlowResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeFlowCommand}.
8
10
  */
9
11
  export interface DescribeFlowCommandInput extends DescribeFlowRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeFlowCommand}.
13
17
  */
14
18
  export interface DescribeFlowCommandOutput extends DescribeFlowResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Provides a description of the specified flow. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeFlowCommandOutput extends DescribeFlowResponse, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeFlowCommandInput - {@link DescribeFlowCommandInput}
34
+ * @returns {@link DescribeFlowCommandOutput}
28
35
  * @see {@link DescribeFlowCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeFlowCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppflowClientResolvedConfig | config} for AppflowClient's `config` shape.
@@ -42,11 +49,20 @@ export interface DescribeFlowCommandOutput extends DescribeFlowResponse, __Metad
42
49
  export declare class DescribeFlowCommand extends $Command<DescribeFlowCommandInput, DescribeFlowCommandOutput, AppflowClientResolvedConfig> {
43
50
  readonly input: DescribeFlowCommandInput;
44
51
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
52
+ /**
53
+ * @public
54
+ */
45
55
  constructor(input: DescribeFlowCommandInput);
46
56
  /**
47
57
  * @internal
48
58
  */
49
59
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppflowClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFlowCommandInput, DescribeFlowCommandOutput>;
60
+ /**
61
+ * @internal
62
+ */
50
63
  private serialize;
64
+ /**
65
+ * @internal
66
+ */
51
67
  private deserialize;
52
68
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
5
  import { DescribeFlowExecutionRecordsRequest, DescribeFlowExecutionRecordsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeFlowExecutionRecordsCommand}.
8
10
  */
9
11
  export interface DescribeFlowExecutionRecordsCommandInput extends DescribeFlowExecutionRecordsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeFlowExecutionRecordsCommand}.
13
17
  */
14
18
  export interface DescribeFlowExecutionRecordsCommandOutput extends DescribeFlowExecutionRecordsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Fetches the execution history of the flow. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DescribeFlowExecutionRecordsCommandOutput extends DescribeFlowE
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DescribeFlowExecutionRecordsCommandInput - {@link DescribeFlowExecutionRecordsCommandInput}
34
+ * @returns {@link DescribeFlowExecutionRecordsCommandOutput}
28
35
  * @see {@link DescribeFlowExecutionRecordsCommandInput} for command's `input` shape.
29
36
  * @see {@link DescribeFlowExecutionRecordsCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppflowClientResolvedConfig | config} for AppflowClient's `config` shape.
@@ -45,11 +52,20 @@ export interface DescribeFlowExecutionRecordsCommandOutput extends DescribeFlowE
45
52
  export declare class DescribeFlowExecutionRecordsCommand extends $Command<DescribeFlowExecutionRecordsCommandInput, DescribeFlowExecutionRecordsCommandOutput, AppflowClientResolvedConfig> {
46
53
  readonly input: DescribeFlowExecutionRecordsCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: DescribeFlowExecutionRecordsCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppflowClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFlowExecutionRecordsCommandInput, DescribeFlowExecutionRecordsCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
5
  import { ListConnectorEntitiesRequest, ListConnectorEntitiesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListConnectorEntitiesCommand}.
8
10
  */
9
11
  export interface ListConnectorEntitiesCommandInput extends ListConnectorEntitiesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListConnectorEntitiesCommand}.
13
17
  */
14
18
  export interface ListConnectorEntitiesCommandOutput extends ListConnectorEntitiesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Returns the list of available connector entities supported by Amazon AppFlow. For
18
23
  * example, you can query Salesforce for <i>Account</i> and
19
24
  * <i>Opportunity</i> entities, or query ServiceNow for the
@@ -28,6 +33,8 @@ export interface ListConnectorEntitiesCommandOutput extends ListConnectorEntitie
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param ListConnectorEntitiesCommandInput - {@link ListConnectorEntitiesCommandInput}
37
+ * @returns {@link ListConnectorEntitiesCommandOutput}
31
38
  * @see {@link ListConnectorEntitiesCommandInput} for command's `input` shape.
32
39
  * @see {@link ListConnectorEntitiesCommandOutput} for command's `response` shape.
33
40
  * @see {@link AppflowClientResolvedConfig | config} for AppflowClient's `config` shape.
@@ -54,11 +61,20 @@ export interface ListConnectorEntitiesCommandOutput extends ListConnectorEntitie
54
61
  export declare class ListConnectorEntitiesCommand extends $Command<ListConnectorEntitiesCommandInput, ListConnectorEntitiesCommandOutput, AppflowClientResolvedConfig> {
55
62
  readonly input: ListConnectorEntitiesCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: ListConnectorEntitiesCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppflowClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListConnectorEntitiesCommandInput, ListConnectorEntitiesCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
5
  import { ListConnectorsRequest, ListConnectorsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListConnectorsCommand}.
8
10
  */
9
11
  export interface ListConnectorsCommandInput extends ListConnectorsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListConnectorsCommand}.
13
17
  */
14
18
  export interface ListConnectorsCommandOutput extends ListConnectorsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the list of all registered custom connectors in your Amazon Web Services account.
18
23
  * This API lists only custom connectors registered in this account, not the Amazon Web Services
19
24
  * authored connectors. </p>
@@ -27,6 +32,8 @@ export interface ListConnectorsCommandOutput extends ListConnectorsResponse, __M
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param ListConnectorsCommandInput - {@link ListConnectorsCommandInput}
36
+ * @returns {@link ListConnectorsCommandOutput}
30
37
  * @see {@link ListConnectorsCommandInput} for command's `input` shape.
31
38
  * @see {@link ListConnectorsCommandOutput} for command's `response` shape.
32
39
  * @see {@link AppflowClientResolvedConfig | config} for AppflowClient's `config` shape.
@@ -43,11 +50,20 @@ export interface ListConnectorsCommandOutput extends ListConnectorsResponse, __M
43
50
  export declare class ListConnectorsCommand extends $Command<ListConnectorsCommandInput, ListConnectorsCommandOutput, AppflowClientResolvedConfig> {
44
51
  readonly input: ListConnectorsCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: ListConnectorsCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppflowClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListConnectorsCommandInput, ListConnectorsCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
5
  import { ListFlowsRequest, ListFlowsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListFlowsCommand}.
8
10
  */
9
11
  export interface ListFlowsCommandInput extends ListFlowsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListFlowsCommand}.
13
17
  */
14
18
  export interface ListFlowsCommandOutput extends ListFlowsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Lists all of the flows associated with your account. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListFlowsCommandOutput extends ListFlowsResponse, __MetadataBea
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListFlowsCommandInput - {@link ListFlowsCommandInput}
34
+ * @returns {@link ListFlowsCommandOutput}
28
35
  * @see {@link ListFlowsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListFlowsCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppflowClientResolvedConfig | config} for AppflowClient's `config` shape.
@@ -41,11 +48,20 @@ export interface ListFlowsCommandOutput extends ListFlowsResponse, __MetadataBea
41
48
  export declare class ListFlowsCommand extends $Command<ListFlowsCommandInput, ListFlowsCommandOutput, AppflowClientResolvedConfig> {
42
49
  readonly input: ListFlowsCommandInput;
43
50
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
+ /**
52
+ * @public
53
+ */
44
54
  constructor(input: ListFlowsCommandInput);
45
55
  /**
46
56
  * @internal
47
57
  */
48
58
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppflowClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFlowsCommandInput, ListFlowsCommandOutput>;
59
+ /**
60
+ * @internal
61
+ */
49
62
  private serialize;
63
+ /**
64
+ * @internal
65
+ */
50
66
  private deserialize;
51
67
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsForResourceCommand}.
8
10
  */
9
11
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsForResourceCommand}.
13
17
  */
14
18
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Retrieves the tags that are associated with a specified flow. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
34
+ * @returns {@link ListTagsForResourceCommandOutput}
28
35
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppflowClientResolvedConfig | config} for AppflowClient's `config` shape.
@@ -45,11 +52,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
45
52
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppflowClientResolvedConfig> {
46
53
  readonly input: ListTagsForResourceCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: ListTagsForResourceCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppflowClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
5
  import { RegisterConnectorRequest, RegisterConnectorResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link RegisterConnectorCommand}.
8
10
  */
9
11
  export interface RegisterConnectorCommandInput extends RegisterConnectorRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link RegisterConnectorCommand}.
13
17
  */
14
18
  export interface RegisterConnectorCommandOutput extends RegisterConnectorResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Registers a new custom connector with your Amazon Web Services account. Before you can
18
23
  * register the connector, you must deploy the associated AWS lambda function in your
19
24
  * account.</p>
@@ -27,6 +32,8 @@ export interface RegisterConnectorCommandOutput extends RegisterConnectorRespons
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param RegisterConnectorCommandInput - {@link RegisterConnectorCommandInput}
36
+ * @returns {@link RegisterConnectorCommandOutput}
30
37
  * @see {@link RegisterConnectorCommandInput} for command's `input` shape.
31
38
  * @see {@link RegisterConnectorCommandOutput} for command's `response` shape.
32
39
  * @see {@link AppflowClientResolvedConfig | config} for AppflowClient's `config` shape.
@@ -68,11 +75,20 @@ export interface RegisterConnectorCommandOutput extends RegisterConnectorRespons
68
75
  export declare class RegisterConnectorCommand extends $Command<RegisterConnectorCommandInput, RegisterConnectorCommandOutput, AppflowClientResolvedConfig> {
69
76
  readonly input: RegisterConnectorCommandInput;
70
77
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
+ /**
79
+ * @public
80
+ */
71
81
  constructor(input: RegisterConnectorCommandInput);
72
82
  /**
73
83
  * @internal
74
84
  */
75
85
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppflowClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterConnectorCommandInput, RegisterConnectorCommandOutput>;
86
+ /**
87
+ * @internal
88
+ */
76
89
  private serialize;
90
+ /**
91
+ * @internal
92
+ */
77
93
  private deserialize;
78
94
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
5
  import { StartFlowRequest, StartFlowResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartFlowCommand}.
8
10
  */
9
11
  export interface StartFlowCommandInput extends StartFlowRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartFlowCommand}.
13
17
  */
14
18
  export interface StartFlowCommandOutput extends StartFlowResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Activates an existing flow. For on-demand flows, this operation runs the flow
18
23
  * immediately. For schedule and event-triggered flows, this operation activates the flow. </p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface StartFlowCommandOutput extends StartFlowResponse, __MetadataBea
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param StartFlowCommandInput - {@link StartFlowCommandInput}
35
+ * @returns {@link StartFlowCommandOutput}
29
36
  * @see {@link StartFlowCommandInput} for command's `input` shape.
30
37
  * @see {@link StartFlowCommandOutput} for command's `response` shape.
31
38
  * @see {@link AppflowClientResolvedConfig | config} for AppflowClient's `config` shape.
@@ -51,11 +58,20 @@ export interface StartFlowCommandOutput extends StartFlowResponse, __MetadataBea
51
58
  export declare class StartFlowCommand extends $Command<StartFlowCommandInput, StartFlowCommandOutput, AppflowClientResolvedConfig> {
52
59
  readonly input: StartFlowCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: StartFlowCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppflowClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartFlowCommandInput, StartFlowCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
5
  import { StopFlowRequest, StopFlowResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StopFlowCommand}.
8
10
  */
9
11
  export interface StopFlowCommandInput extends StopFlowRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StopFlowCommand}.
13
17
  */
14
18
  export interface StopFlowCommandOutput extends StopFlowResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Deactivates the existing flow. For on-demand flows, this operation returns an
18
23
  * <code>unsupportedOperationException</code> error message. For schedule and event-triggered
19
24
  * flows, this operation deactivates the flow. </p>
@@ -27,6 +32,8 @@ export interface StopFlowCommandOutput extends StopFlowResponse, __MetadataBeare
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param StopFlowCommandInput - {@link StopFlowCommandInput}
36
+ * @returns {@link StopFlowCommandOutput}
30
37
  * @see {@link StopFlowCommandInput} for command's `input` shape.
31
38
  * @see {@link StopFlowCommandOutput} for command's `response` shape.
32
39
  * @see {@link AppflowClientResolvedConfig | config} for AppflowClient's `config` shape.
@@ -51,11 +58,20 @@ export interface StopFlowCommandOutput extends StopFlowResponse, __MetadataBeare
51
58
  export declare class StopFlowCommand extends $Command<StopFlowCommandInput, StopFlowCommandOutput, AppflowClientResolvedConfig> {
52
59
  readonly input: StopFlowCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: StopFlowCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppflowClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopFlowCommandInput, StopFlowCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Applies a tag to the specified flow. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
34
+ * @returns {@link TagResourceCommandOutput}
28
35
  * @see {@link TagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppflowClientResolvedConfig | config} for AppflowClient's `config` shape.
@@ -45,11 +52,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
45
52
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, AppflowClientResolvedConfig> {
46
53
  readonly input: TagResourceCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: TagResourceCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppflowClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
5
  import { UnregisterConnectorRequest, UnregisterConnectorResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UnregisterConnectorCommand}.
8
10
  */
9
11
  export interface UnregisterConnectorCommandInput extends UnregisterConnectorRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UnregisterConnectorCommand}.
13
17
  */
14
18
  export interface UnregisterConnectorCommandOutput extends UnregisterConnectorResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Unregisters the custom connector registered in your account that matches the connector
18
23
  * label provided in the request.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface UnregisterConnectorCommandOutput extends UnregisterConnectorRes
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param UnregisterConnectorCommandInput - {@link UnregisterConnectorCommandInput}
35
+ * @returns {@link UnregisterConnectorCommandOutput}
29
36
  * @see {@link UnregisterConnectorCommandInput} for command's `input` shape.
30
37
  * @see {@link UnregisterConnectorCommandOutput} for command's `response` shape.
31
38
  * @see {@link AppflowClientResolvedConfig | config} for AppflowClient's `config` shape.
@@ -47,11 +54,20 @@ export interface UnregisterConnectorCommandOutput extends UnregisterConnectorRes
47
54
  export declare class UnregisterConnectorCommand extends $Command<UnregisterConnectorCommandInput, UnregisterConnectorCommandOutput, AppflowClientResolvedConfig> {
48
55
  readonly input: UnregisterConnectorCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: UnregisterConnectorCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppflowClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UnregisterConnectorCommandInput, UnregisterConnectorCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Removes a tag from the specified flow. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
34
+ * @returns {@link UntagResourceCommandOutput}
28
35
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppflowClientResolvedConfig | config} for AppflowClient's `config` shape.
@@ -45,11 +52,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
45
52
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, AppflowClientResolvedConfig> {
46
53
  readonly input: UntagResourceCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: UntagResourceCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppflowClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }