@aws-sdk/client-appflow 3.533.0 → 3.540.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/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/Appflow.d.ts +8 -1
- package/dist-types/AppflowClient.d.ts +1 -1
- package/dist-types/commands/CancelFlowExecutionsCommand.d.ts +2 -1
- package/dist-types/commands/CreateConnectorProfileCommand.d.ts +2 -1
- package/dist-types/commands/CreateFlowCommand.d.ts +2 -1
- package/dist-types/commands/DeleteConnectorProfileCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFlowCommand.d.ts +2 -1
- package/dist-types/commands/DescribeConnectorCommand.d.ts +2 -1
- package/dist-types/commands/DescribeConnectorEntityCommand.d.ts +2 -1
- package/dist-types/commands/DescribeConnectorProfilesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeConnectorsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFlowCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFlowExecutionRecordsCommand.d.ts +2 -1
- package/dist-types/commands/ListConnectorEntitiesCommand.d.ts +2 -1
- package/dist-types/commands/ListConnectorsCommand.d.ts +2 -1
- package/dist-types/commands/ListFlowsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/RegisterConnectorCommand.d.ts +2 -1
- package/dist-types/commands/ResetConnectorMetadataCacheCommand.d.ts +2 -1
- package/dist-types/commands/StartFlowCommand.d.ts +2 -1
- package/dist-types/commands/StopFlowCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UnregisterConnectorCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateConnectorProfileCommand.d.ts +2 -1
- package/dist-types/commands/UpdateConnectorRegistrationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFlowCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +818 -818
- package/dist-types/ts3.4/Appflow.d.ts +7 -0
- package/dist-types/ts3.4/commands/CancelFlowExecutionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateConnectorProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteConnectorProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeConnectorEntityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeConnectorProfilesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeConnectorsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFlowExecutionRecordsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListConnectorEntitiesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterConnectorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResetConnectorMetadataCacheCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UnregisterConnectorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateConnectorProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateConnectorRegistrationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +40 -40
|
@@ -22,10 +22,10 @@ export interface UpdateConnectorRegistrationCommandOutput extends UpdateConnecto
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateConnectorRegistrationCommand_base: {
|
|
24
24
|
new (input: UpdateConnectorRegistrationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConnectorRegistrationCommandInput, UpdateConnectorRegistrationCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateConnectorRegistrationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConnectorRegistrationCommandInput, UpdateConnectorRegistrationCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates a custom connector that you've previously registered. This operation updates the
|
|
30
30
|
* connector with one of the following:</p>
|
|
31
31
|
* <ul>
|
|
@@ -101,6 +101,7 @@ declare const UpdateConnectorRegistrationCommand_base: {
|
|
|
101
101
|
* @throws {@link AppflowServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from Appflow service.</p>
|
|
103
103
|
*
|
|
104
|
+
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class UpdateConnectorRegistrationCommand extends UpdateConnectorRegistrationCommand_base {
|
|
106
107
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateFlowCommandOutput extends UpdateFlowResponse, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateFlowCommand_base: {
|
|
24
24
|
new (input: UpdateFlowCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFlowCommandInput, UpdateFlowCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateFlowCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFlowCommandInput, UpdateFlowCommandOutput, AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Updates an existing flow. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -356,6 +356,7 @@ declare const UpdateFlowCommand_base: {
|
|
|
356
356
|
* @throws {@link AppflowServiceException}
|
|
357
357
|
* <p>Base exception class for all service exceptions from Appflow service.</p>
|
|
358
358
|
*
|
|
359
|
+
* @public
|
|
359
360
|
*/
|
|
360
361
|
export declare class UpdateFlowCommand extends UpdateFlowCommand_base {
|
|
361
362
|
}
|
package/dist-types/index.d.ts
CHANGED
|
@@ -45,5 +45,4 @@ export { AppflowExtensionConfiguration } from "./extensionConfiguration";
|
|
|
45
45
|
export * from "./commands";
|
|
46
46
|
export * from "./pagination";
|
|
47
47
|
export * from "./models";
|
|
48
|
-
import "@aws-sdk/util-endpoints";
|
|
49
48
|
export { AppflowServiceException } from "./models/AppflowServiceException";
|