@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.
- package/dist-cjs/commands/CreateConnectorProfileCommand.js +1 -1
- package/dist-cjs/commands/CreateFlowCommand.js +2 -3
- package/dist-cjs/commands/DeleteConnectorProfileCommand.js +2 -3
- package/dist-cjs/commands/DeleteFlowCommand.js +2 -3
- package/dist-cjs/commands/DescribeConnectorCommand.js +2 -3
- package/dist-cjs/commands/DescribeConnectorEntityCommand.js +2 -3
- package/dist-cjs/commands/DescribeConnectorProfilesCommand.js +2 -3
- package/dist-cjs/commands/DescribeConnectorsCommand.js +2 -3
- package/dist-cjs/commands/DescribeFlowCommand.js +2 -3
- package/dist-cjs/commands/DescribeFlowExecutionRecordsCommand.js +2 -3
- package/dist-cjs/commands/ListConnectorEntitiesCommand.js +2 -3
- package/dist-cjs/commands/ListConnectorsCommand.js +2 -3
- package/dist-cjs/commands/ListFlowsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/RegisterConnectorCommand.js +2 -3
- package/dist-cjs/commands/StartFlowCommand.js +2 -3
- package/dist-cjs/commands/StopFlowCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UnregisterConnectorCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateConnectorProfileCommand.js +1 -1
- package/dist-cjs/commands/UpdateConnectorRegistrationCommand.js +2 -3
- package/dist-cjs/commands/UpdateFlowCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -668
- package/dist-es/commands/CreateConnectorProfileCommand.js +2 -2
- package/dist-es/commands/CreateFlowCommand.js +2 -3
- package/dist-es/commands/DeleteConnectorProfileCommand.js +2 -3
- package/dist-es/commands/DeleteFlowCommand.js +2 -3
- package/dist-es/commands/DescribeConnectorCommand.js +2 -3
- package/dist-es/commands/DescribeConnectorEntityCommand.js +2 -3
- package/dist-es/commands/DescribeConnectorProfilesCommand.js +2 -3
- package/dist-es/commands/DescribeConnectorsCommand.js +2 -3
- package/dist-es/commands/DescribeFlowCommand.js +2 -3
- package/dist-es/commands/DescribeFlowExecutionRecordsCommand.js +2 -3
- package/dist-es/commands/ListConnectorEntitiesCommand.js +2 -3
- package/dist-es/commands/ListConnectorsCommand.js +2 -3
- package/dist-es/commands/ListFlowsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/RegisterConnectorCommand.js +2 -3
- package/dist-es/commands/StartFlowCommand.js +2 -3
- package/dist-es/commands/StopFlowCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UnregisterConnectorCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateConnectorProfileCommand.js +2 -2
- package/dist-es/commands/UpdateConnectorRegistrationCommand.js +2 -3
- package/dist-es/commands/UpdateFlowCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -498
- package/dist-types/Appflow.d.ts +24 -0
- package/dist-types/AppflowClient.d.ts +24 -4
- package/dist-types/commands/CreateConnectorProfileCommand.d.ts +16 -0
- package/dist-types/commands/CreateFlowCommand.d.ts +16 -0
- package/dist-types/commands/DeleteConnectorProfileCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFlowCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConnectorCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConnectorEntityCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConnectorProfilesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConnectorsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFlowCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFlowExecutionRecordsCommand.d.ts +16 -0
- package/dist-types/commands/ListConnectorEntitiesCommand.d.ts +16 -0
- package/dist-types/commands/ListConnectorsCommand.d.ts +16 -0
- package/dist-types/commands/ListFlowsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/RegisterConnectorCommand.d.ts +16 -0
- package/dist-types/commands/StartFlowCommand.d.ts +16 -0
- package/dist-types/commands/StopFlowCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UnregisterConnectorCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateConnectorProfileCommand.d.ts +16 -0
- package/dist-types/commands/UpdateConnectorRegistrationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFlowCommand.d.ts +16 -0
- package/dist-types/models/AppflowServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +444 -687
- package/dist-types/pagination/DescribeConnectorProfilesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeConnectorsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeFlowExecutionRecordsPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListConnectorsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFlowsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -488
- 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 { UpdateConnectorProfileRequest, UpdateConnectorProfileResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateConnectorProfileCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateConnectorProfileCommandInput extends UpdateConnectorProfileRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateConnectorProfileCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateConnectorProfileCommandOutput extends UpdateConnectorProfileResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Updates a given connector profile 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 UpdateConnectorProfileCommandOutput extends UpdateConnectorProf
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateConnectorProfileCommandInput - {@link UpdateConnectorProfileCommandInput}
|
|
34
|
+
* @returns {@link UpdateConnectorProfileCommandOutput}
|
|
28
35
|
* @see {@link UpdateConnectorProfileCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateConnectorProfileCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AppflowClientResolvedConfig | config} for AppflowClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface UpdateConnectorProfileCommandOutput extends UpdateConnectorProf
|
|
|
52
59
|
export declare class UpdateConnectorProfileCommand extends $Command<UpdateConnectorProfileCommandInput, UpdateConnectorProfileCommandOutput, AppflowClientResolvedConfig> {
|
|
53
60
|
readonly input: UpdateConnectorProfileCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: UpdateConnectorProfileCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppflowClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConnectorProfileCommandInput, UpdateConnectorProfileCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
5
5
|
import { UpdateConnectorRegistrationRequest, UpdateConnectorRegistrationResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateConnectorRegistrationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateConnectorRegistrationCommandInput extends UpdateConnectorRegistrationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateConnectorRegistrationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateConnectorRegistrationCommandOutput extends UpdateConnectorRegistrationResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates a custom connector that you've previously registered. This operation updates the
|
|
18
23
|
* connector with one of the following:</p>
|
|
19
24
|
* <ul>
|
|
@@ -34,6 +39,8 @@ export interface UpdateConnectorRegistrationCommandOutput extends UpdateConnecto
|
|
|
34
39
|
* const response = await client.send(command);
|
|
35
40
|
* ```
|
|
36
41
|
*
|
|
42
|
+
* @param UpdateConnectorRegistrationCommandInput - {@link UpdateConnectorRegistrationCommandInput}
|
|
43
|
+
* @returns {@link UpdateConnectorRegistrationCommandOutput}
|
|
37
44
|
* @see {@link UpdateConnectorRegistrationCommandInput} for command's `input` shape.
|
|
38
45
|
* @see {@link UpdateConnectorRegistrationCommandOutput} for command's `response` shape.
|
|
39
46
|
* @see {@link AppflowClientResolvedConfig | config} for AppflowClient's `config` shape.
|
|
@@ -75,11 +82,20 @@ export interface UpdateConnectorRegistrationCommandOutput extends UpdateConnecto
|
|
|
75
82
|
export declare class UpdateConnectorRegistrationCommand extends $Command<UpdateConnectorRegistrationCommandInput, UpdateConnectorRegistrationCommandOutput, AppflowClientResolvedConfig> {
|
|
76
83
|
readonly input: UpdateConnectorRegistrationCommandInput;
|
|
77
84
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
|
+
/**
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
78
88
|
constructor(input: UpdateConnectorRegistrationCommandInput);
|
|
79
89
|
/**
|
|
80
90
|
* @internal
|
|
81
91
|
*/
|
|
82
92
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppflowClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConnectorRegistrationCommandInput, UpdateConnectorRegistrationCommandOutput>;
|
|
93
|
+
/**
|
|
94
|
+
* @internal
|
|
95
|
+
*/
|
|
83
96
|
private serialize;
|
|
97
|
+
/**
|
|
98
|
+
* @internal
|
|
99
|
+
*/
|
|
84
100
|
private deserialize;
|
|
85
101
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
|
|
5
5
|
import { UpdateFlowRequest, UpdateFlowResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateFlowCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateFlowCommandInput extends UpdateFlowRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateFlowCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateFlowCommandOutput extends UpdateFlowResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Updates an existing 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 UpdateFlowCommandOutput extends UpdateFlowResponse, __MetadataB
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateFlowCommandInput - {@link UpdateFlowCommandInput}
|
|
34
|
+
* @returns {@link UpdateFlowCommandOutput}
|
|
28
35
|
* @see {@link UpdateFlowCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateFlowCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AppflowClientResolvedConfig | config} for AppflowClient's `config` shape.
|
|
@@ -59,11 +66,20 @@ export interface UpdateFlowCommandOutput extends UpdateFlowResponse, __MetadataB
|
|
|
59
66
|
export declare class UpdateFlowCommand extends $Command<UpdateFlowCommandInput, UpdateFlowCommandOutput, AppflowClientResolvedConfig> {
|
|
60
67
|
readonly input: UpdateFlowCommandInput;
|
|
61
68
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
62
72
|
constructor(input: UpdateFlowCommandInput);
|
|
63
73
|
/**
|
|
64
74
|
* @internal
|
|
65
75
|
*/
|
|
66
76
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppflowClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFlowCommandInput, UpdateFlowCommandOutput>;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
67
80
|
private serialize;
|
|
81
|
+
/**
|
|
82
|
+
* @internal
|
|
83
|
+
*/
|
|
68
84
|
private deserialize;
|
|
69
85
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
2
|
/**
|
|
3
|
+
* @public
|
|
4
|
+
*
|
|
3
5
|
* Base exception class for all service exceptions from Appflow service.
|
|
4
6
|
*/
|
|
5
7
|
export declare class AppflowServiceException extends __ServiceException {
|