@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 { 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 {