@aws-sdk/client-transfer 3.279.0 → 3.282.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/README.md +467 -0
- package/dist-types/commands/CreateAccessCommand.d.ts +6 -0
- package/dist-types/commands/CreateAgreementCommand.d.ts +6 -0
- package/dist-types/commands/CreateConnectorCommand.d.ts +6 -0
- package/dist-types/commands/CreateProfileCommand.d.ts +6 -0
- package/dist-types/commands/CreateServerCommand.d.ts +6 -0
- package/dist-types/commands/CreateUserCommand.d.ts +6 -0
- package/dist-types/commands/CreateWorkflowCommand.d.ts +6 -0
- package/dist-types/commands/DeleteAccessCommand.d.ts +6 -0
- package/dist-types/commands/DeleteAgreementCommand.d.ts +6 -0
- package/dist-types/commands/DeleteCertificateCommand.d.ts +6 -0
- package/dist-types/commands/DeleteConnectorCommand.d.ts +6 -0
- package/dist-types/commands/DeleteHostKeyCommand.d.ts +6 -0
- package/dist-types/commands/DeleteProfileCommand.d.ts +6 -0
- package/dist-types/commands/DeleteServerCommand.d.ts +6 -0
- package/dist-types/commands/DeleteSshPublicKeyCommand.d.ts +6 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +6 -0
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +6 -0
- package/dist-types/commands/DescribeAccessCommand.d.ts +6 -0
- package/dist-types/commands/DescribeAgreementCommand.d.ts +6 -0
- package/dist-types/commands/DescribeCertificateCommand.d.ts +6 -0
- package/dist-types/commands/DescribeConnectorCommand.d.ts +6 -0
- package/dist-types/commands/DescribeExecutionCommand.d.ts +6 -0
- package/dist-types/commands/DescribeHostKeyCommand.d.ts +6 -0
- package/dist-types/commands/DescribeProfileCommand.d.ts +6 -0
- package/dist-types/commands/DescribeSecurityPolicyCommand.d.ts +6 -0
- package/dist-types/commands/DescribeServerCommand.d.ts +6 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +6 -0
- package/dist-types/commands/DescribeWorkflowCommand.d.ts +6 -0
- package/dist-types/commands/ImportCertificateCommand.d.ts +6 -0
- package/dist-types/commands/ImportHostKeyCommand.d.ts +6 -0
- package/dist-types/commands/ImportSshPublicKeyCommand.d.ts +6 -0
- package/dist-types/commands/ListAccessesCommand.d.ts +6 -0
- package/dist-types/commands/ListAgreementsCommand.d.ts +6 -0
- package/dist-types/commands/ListCertificatesCommand.d.ts +6 -0
- package/dist-types/commands/ListConnectorsCommand.d.ts +6 -0
- package/dist-types/commands/ListExecutionsCommand.d.ts +6 -0
- package/dist-types/commands/ListHostKeysCommand.d.ts +6 -0
- package/dist-types/commands/ListProfilesCommand.d.ts +6 -0
- package/dist-types/commands/ListSecurityPoliciesCommand.d.ts +6 -0
- package/dist-types/commands/ListServersCommand.d.ts +6 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
- package/dist-types/commands/ListUsersCommand.d.ts +6 -0
- package/dist-types/commands/ListWorkflowsCommand.d.ts +6 -0
- package/dist-types/commands/SendWorkflowStepStateCommand.d.ts +6 -0
- package/dist-types/commands/StartFileTransferCommand.d.ts +6 -0
- package/dist-types/commands/StartServerCommand.d.ts +6 -0
- package/dist-types/commands/StopServerCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +6 -0
- package/dist-types/commands/TestIdentityProviderCommand.d.ts +6 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateAccessCommand.d.ts +6 -0
- package/dist-types/commands/UpdateAgreementCommand.d.ts +6 -0
- package/dist-types/commands/UpdateCertificateCommand.d.ts +6 -0
- package/dist-types/commands/UpdateConnectorCommand.d.ts +6 -0
- package/dist-types/commands/UpdateHostKeyCommand.d.ts +6 -0
- package/dist-types/commands/UpdateProfileCommand.d.ts +6 -0
- package/dist-types/commands/UpdateServerCommand.d.ts +6 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +6 -0
- package/package.json +17 -17
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DeleteConnectorRequest } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteConnectorCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteConnectorCommandInput extends DeleteConnectorRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteConnectorCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteConnectorCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DeleteHostKeyRequest } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteHostKeyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteHostKeyCommandInput extends DeleteHostKeyRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteHostKeyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteHostKeyCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DeleteProfileRequest } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteProfileCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteProfileCommandInput extends DeleteProfileRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteProfileCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteProfileCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DeleteServerRequest } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteServerCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteServerCommandInput extends DeleteServerRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteServerCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteServerCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DeleteSshPublicKeyRequest } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteSshPublicKeyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteSshPublicKeyCommandInput extends DeleteSshPublicKeyRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteSshPublicKeyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteSshPublicKeyCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DeleteUserRequest } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteUserCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteUserCommandInput extends DeleteUserRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteUserCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteUserCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DeleteWorkflowRequest } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteWorkflowCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteWorkflowCommandInput extends DeleteWorkflowRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteWorkflowCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteWorkflowCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DescribeAccessRequest, DescribeAccessResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeAccessCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeAccessCommandInput extends DescribeAccessRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeAccessCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeAccessCommandOutput extends DescribeAccessResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DescribeAgreementRequest, DescribeAgreementResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeAgreementCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeAgreementCommandInput extends DescribeAgreementRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeAgreementCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeAgreementCommandOutput extends DescribeAgreementResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DescribeCertificateRequest, DescribeCertificateResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeCertificateCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeCertificateCommandInput extends DescribeCertificateRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeCertificateCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeCertificateCommandOutput extends DescribeCertificateResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DescribeConnectorRequest, DescribeConnectorResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeConnectorCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeConnectorCommandInput extends DescribeConnectorRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeConnectorCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeConnectorCommandOutput extends DescribeConnectorResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DescribeExecutionRequest, DescribeExecutionResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeExecutionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeExecutionCommandInput extends DescribeExecutionRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeExecutionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeExecutionCommandOutput extends DescribeExecutionResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DescribeHostKeyRequest, DescribeHostKeyResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeHostKeyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeHostKeyCommandInput extends DescribeHostKeyRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeHostKeyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeHostKeyCommandOutput extends DescribeHostKeyResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DescribeProfileRequest, DescribeProfileResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeProfileCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeProfileCommandInput extends DescribeProfileRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeProfileCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeProfileCommandOutput extends DescribeProfileResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DescribeSecurityPolicyRequest, DescribeSecurityPolicyResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeSecurityPolicyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeSecurityPolicyCommandInput extends DescribeSecurityPolicyRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeSecurityPolicyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeSecurityPolicyCommandOutput extends DescribeSecurityPolicyResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DescribeServerRequest, DescribeServerResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeServerCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeServerCommandInput extends DescribeServerRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeServerCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeServerCommandOutput extends DescribeServerResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DescribeUserRequest, DescribeUserResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeUserCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeUserCommandInput extends DescribeUserRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeUserCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeUserCommandOutput extends DescribeUserResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DescribeWorkflowRequest, DescribeWorkflowResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeWorkflowCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeWorkflowCommandInput extends DescribeWorkflowRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeWorkflowCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeWorkflowCommandOutput extends DescribeWorkflowResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ImportCertificateRequest, ImportCertificateResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ImportCertificateCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ImportCertificateCommandInput extends ImportCertificateRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ImportCertificateCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ImportCertificateCommandOutput extends ImportCertificateResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ImportHostKeyRequest, ImportHostKeyResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ImportHostKeyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ImportHostKeyCommandInput extends ImportHostKeyRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ImportHostKeyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ImportHostKeyCommandOutput extends ImportHostKeyResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ImportSshPublicKeyRequest, ImportSshPublicKeyResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ImportSshPublicKeyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ImportSshPublicKeyCommandInput extends ImportSshPublicKeyRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ImportSshPublicKeyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ImportSshPublicKeyCommandOutput extends ImportSshPublicKeyResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListAccessesRequest, ListAccessesResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListAccessesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListAccessesCommandInput extends ListAccessesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListAccessesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListAccessesCommandOutput extends ListAccessesResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListAgreementsRequest, ListAgreementsResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListAgreementsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListAgreementsCommandInput extends ListAgreementsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListAgreementsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListAgreementsCommandOutput extends ListAgreementsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListCertificatesRequest, ListCertificatesResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListCertificatesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListCertificatesCommandInput extends ListCertificatesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListCertificatesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListCertificatesCommandOutput extends ListCertificatesResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListConnectorsRequest, ListConnectorsResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListConnectorsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListConnectorsCommandInput extends ListConnectorsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListConnectorsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListConnectorsCommandOutput extends ListConnectorsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListExecutionsRequest, ListExecutionsResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListExecutionsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListExecutionsCommandInput extends ListExecutionsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListExecutionsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListExecutionsCommandOutput extends ListExecutionsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListHostKeysRequest, ListHostKeysResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListHostKeysCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListHostKeysCommandInput extends ListHostKeysRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListHostKeysCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListHostKeysCommandOutput extends ListHostKeysResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListProfilesRequest, ListProfilesResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListProfilesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListProfilesCommandInput extends ListProfilesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListProfilesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListProfilesCommandOutput extends ListProfilesResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListSecurityPoliciesRequest, ListSecurityPoliciesResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListSecurityPoliciesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListSecurityPoliciesCommandInput extends ListSecurityPoliciesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListSecurityPoliciesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListSecurityPoliciesCommandOutput extends ListSecurityPoliciesResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListServersRequest, ListServersResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListServersCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListServersCommandInput extends ListServersRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListServersCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListServersCommandOutput extends ListServersResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListTagsForResourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListTagsForResourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListUsersRequest, ListUsersResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListUsersCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListUsersCommandInput extends ListUsersRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListUsersCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListWorkflowsRequest, ListWorkflowsResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListWorkflowsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListWorkflowsCommandInput extends ListWorkflowsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListWorkflowsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListWorkflowsCommandOutput extends ListWorkflowsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { SendWorkflowStepStateRequest, SendWorkflowStepStateResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link SendWorkflowStepStateCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface SendWorkflowStepStateCommandInput extends SendWorkflowStepStateRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link SendWorkflowStepStateCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface SendWorkflowStepStateCommandOutput extends SendWorkflowStepStateResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { StartFileTransferRequest, StartFileTransferResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link StartFileTransferCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface StartFileTransferCommandInput extends StartFileTransferRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link StartFileTransferCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface StartFileTransferCommandOutput extends StartFileTransferResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { StartServerRequest } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link StartServerCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface StartServerCommandInput extends StartServerRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link StartServerCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface StartServerCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { StopServerRequest } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link StopServerCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface StopServerCommandInput extends StopServerRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link StopServerCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface StopServerCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { TagResourceRequest } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link TagResourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link TagResourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { TestIdentityProviderRequest, TestIdentityProviderResponse } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link TestIdentityProviderCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface TestIdentityProviderCommandInput extends TestIdentityProviderRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link TestIdentityProviderCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface TestIdentityProviderCommandOutput extends TestIdentityProviderResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|