@aws-sdk/client-transfer 3.131.0 → 3.142.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/CHANGELOG.md +34 -0
- package/README.md +10 -10
- package/dist-cjs/Transfer.js +315 -0
- package/dist-cjs/commands/CreateAccessCommand.js +2 -2
- package/dist-cjs/commands/CreateAgreementCommand.js +36 -0
- package/dist-cjs/commands/CreateConnectorCommand.js +36 -0
- package/dist-cjs/commands/CreateProfileCommand.js +36 -0
- package/dist-cjs/commands/CreateServerCommand.js +2 -2
- package/dist-cjs/commands/CreateUserCommand.js +2 -2
- package/dist-cjs/commands/CreateWorkflowCommand.js +2 -2
- package/dist-cjs/commands/DeleteAccessCommand.js +1 -1
- package/dist-cjs/commands/DeleteAgreementCommand.js +36 -0
- package/dist-cjs/commands/DeleteCertificateCommand.js +36 -0
- package/dist-cjs/commands/DeleteConnectorCommand.js +36 -0
- package/dist-cjs/commands/DeleteProfileCommand.js +36 -0
- package/dist-cjs/commands/DeleteServerCommand.js +1 -1
- package/dist-cjs/commands/DeleteSshPublicKeyCommand.js +1 -1
- package/dist-cjs/commands/DeleteUserCommand.js +1 -1
- package/dist-cjs/commands/DeleteWorkflowCommand.js +1 -1
- package/dist-cjs/commands/DescribeAccessCommand.js +2 -2
- package/dist-cjs/commands/DescribeAgreementCommand.js +36 -0
- package/dist-cjs/commands/DescribeCertificateCommand.js +36 -0
- package/dist-cjs/commands/DescribeConnectorCommand.js +36 -0
- package/dist-cjs/commands/DescribeExecutionCommand.js +2 -2
- package/dist-cjs/commands/DescribeProfileCommand.js +36 -0
- package/dist-cjs/commands/DescribeSecurityPolicyCommand.js +2 -2
- package/dist-cjs/commands/DescribeServerCommand.js +2 -2
- package/dist-cjs/commands/DescribeUserCommand.js +2 -2
- package/dist-cjs/commands/DescribeWorkflowCommand.js +2 -2
- package/dist-cjs/commands/ImportCertificateCommand.js +36 -0
- package/dist-cjs/commands/ImportSshPublicKeyCommand.js +2 -2
- package/dist-cjs/commands/ListAccessesCommand.js +2 -2
- package/dist-cjs/commands/ListAgreementsCommand.js +36 -0
- package/dist-cjs/commands/ListCertificatesCommand.js +36 -0
- package/dist-cjs/commands/ListConnectorsCommand.js +36 -0
- package/dist-cjs/commands/ListExecutionsCommand.js +2 -2
- package/dist-cjs/commands/ListProfilesCommand.js +36 -0
- package/dist-cjs/commands/ListSecurityPoliciesCommand.js +2 -2
- package/dist-cjs/commands/ListServersCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListUsersCommand.js +2 -2
- package/dist-cjs/commands/ListWorkflowsCommand.js +2 -2
- package/dist-cjs/commands/SendWorkflowStepStateCommand.js +2 -2
- package/dist-cjs/commands/StartFileTransferCommand.js +36 -0
- package/dist-cjs/commands/StartServerCommand.js +1 -1
- package/dist-cjs/commands/StopServerCommand.js +1 -1
- package/dist-cjs/commands/TagResourceCommand.js +1 -1
- package/dist-cjs/commands/TestIdentityProviderCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +1 -1
- package/dist-cjs/commands/UpdateAccessCommand.js +2 -2
- package/dist-cjs/commands/UpdateAgreementCommand.js +36 -0
- package/dist-cjs/commands/UpdateCertificateCommand.js +36 -0
- package/dist-cjs/commands/UpdateConnectorCommand.js +36 -0
- package/dist-cjs/commands/UpdateProfileCommand.js +36 -0
- package/dist-cjs/commands/UpdateServerCommand.js +2 -2
- package/dist-cjs/commands/UpdateUserCommand.js +2 -2
- package/dist-cjs/commands/index.js +21 -0
- package/dist-cjs/models/models_0.js +633 -558
- package/dist-cjs/pagination/ListAgreementsPaginator.js +36 -0
- package/dist-cjs/pagination/ListCertificatesPaginator.js +36 -0
- package/dist-cjs/pagination/ListConnectorsPaginator.js +36 -0
- package/dist-cjs/pagination/ListProfilesPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +4 -0
- package/dist-cjs/protocols/Aws_json1_1.js +1840 -383
- package/dist-es/Transfer.js +315 -0
- package/dist-es/commands/CreateAccessCommand.js +3 -3
- package/dist-es/commands/CreateAgreementCommand.js +39 -0
- package/dist-es/commands/CreateConnectorCommand.js +39 -0
- package/dist-es/commands/CreateProfileCommand.js +39 -0
- package/dist-es/commands/CreateServerCommand.js +3 -3
- package/dist-es/commands/CreateUserCommand.js +3 -3
- package/dist-es/commands/CreateWorkflowCommand.js +3 -3
- package/dist-es/commands/DeleteAccessCommand.js +2 -2
- package/dist-es/commands/DeleteAgreementCommand.js +39 -0
- package/dist-es/commands/DeleteCertificateCommand.js +39 -0
- package/dist-es/commands/DeleteConnectorCommand.js +39 -0
- package/dist-es/commands/DeleteProfileCommand.js +39 -0
- package/dist-es/commands/DeleteServerCommand.js +2 -2
- package/dist-es/commands/DeleteSshPublicKeyCommand.js +2 -2
- package/dist-es/commands/DeleteUserCommand.js +2 -2
- package/dist-es/commands/DeleteWorkflowCommand.js +2 -2
- package/dist-es/commands/DescribeAccessCommand.js +3 -3
- package/dist-es/commands/DescribeAgreementCommand.js +39 -0
- package/dist-es/commands/DescribeCertificateCommand.js +39 -0
- package/dist-es/commands/DescribeConnectorCommand.js +39 -0
- package/dist-es/commands/DescribeExecutionCommand.js +3 -3
- package/dist-es/commands/DescribeProfileCommand.js +39 -0
- package/dist-es/commands/DescribeSecurityPolicyCommand.js +3 -3
- package/dist-es/commands/DescribeServerCommand.js +3 -3
- package/dist-es/commands/DescribeUserCommand.js +3 -3
- package/dist-es/commands/DescribeWorkflowCommand.js +3 -3
- package/dist-es/commands/ImportCertificateCommand.js +39 -0
- package/dist-es/commands/ImportSshPublicKeyCommand.js +3 -3
- package/dist-es/commands/ListAccessesCommand.js +3 -3
- package/dist-es/commands/ListAgreementsCommand.js +39 -0
- package/dist-es/commands/ListCertificatesCommand.js +39 -0
- package/dist-es/commands/ListConnectorsCommand.js +39 -0
- package/dist-es/commands/ListExecutionsCommand.js +3 -3
- package/dist-es/commands/ListProfilesCommand.js +39 -0
- package/dist-es/commands/ListSecurityPoliciesCommand.js +3 -3
- package/dist-es/commands/ListServersCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListUsersCommand.js +3 -3
- package/dist-es/commands/ListWorkflowsCommand.js +3 -3
- package/dist-es/commands/SendWorkflowStepStateCommand.js +3 -3
- package/dist-es/commands/StartFileTransferCommand.js +39 -0
- package/dist-es/commands/StartServerCommand.js +2 -2
- package/dist-es/commands/StopServerCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TestIdentityProviderCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAccessCommand.js +3 -3
- package/dist-es/commands/UpdateAgreementCommand.js +39 -0
- package/dist-es/commands/UpdateCertificateCommand.js +39 -0
- package/dist-es/commands/UpdateConnectorCommand.js +39 -0
- package/dist-es/commands/UpdateProfileCommand.js +39 -0
- package/dist-es/commands/UpdateServerCommand.js +3 -3
- package/dist-es/commands/UpdateUserCommand.js +3 -3
- package/dist-es/commands/index.js +21 -0
- package/dist-es/models/models_0.js +203 -368
- package/dist-es/pagination/ListAgreementsPaginator.js +75 -0
- package/dist-es/pagination/ListCertificatesPaginator.js +75 -0
- package/dist-es/pagination/ListConnectorsPaginator.js +75 -0
- package/dist-es/pagination/ListProfilesPaginator.js +75 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +2633 -716
- package/dist-types/Transfer.d.ts +190 -13
- package/dist-types/TransferClient.d.ts +32 -11
- package/dist-types/commands/CreateAccessCommand.d.ts +1 -1
- package/dist-types/commands/CreateAgreementCommand.d.ts +40 -0
- package/dist-types/commands/CreateConnectorCommand.d.ts +37 -0
- package/dist-types/commands/CreateProfileCommand.d.ts +36 -0
- package/dist-types/commands/CreateUserCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAgreementCommand.d.ts +35 -0
- package/dist-types/commands/DeleteCertificateCommand.d.ts +36 -0
- package/dist-types/commands/DeleteConnectorCommand.d.ts +35 -0
- package/dist-types/commands/DeleteProfileCommand.d.ts +35 -0
- package/dist-types/commands/DescribeAccessCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAgreementCommand.d.ts +35 -0
- package/dist-types/commands/DescribeCertificateCommand.d.ts +35 -0
- package/dist-types/commands/DescribeConnectorCommand.d.ts +36 -0
- package/dist-types/commands/DescribeProfileCommand.d.ts +35 -0
- package/dist-types/commands/ImportCertificateCommand.d.ts +37 -0
- package/dist-types/commands/ListAgreementsCommand.d.ts +39 -0
- package/dist-types/commands/ListCertificatesCommand.d.ts +39 -0
- package/dist-types/commands/ListConnectorsCommand.d.ts +35 -0
- package/dist-types/commands/ListProfilesCommand.d.ts +38 -0
- package/dist-types/commands/StartFileTransferCommand.d.ts +36 -0
- package/dist-types/commands/StopServerCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAgreementCommand.d.ts +37 -0
- package/dist-types/commands/UpdateCertificateCommand.d.ts +35 -0
- package/dist-types/commands/UpdateConnectorCommand.d.ts +37 -0
- package/dist-types/commands/UpdateProfileCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +21 -0
- package/dist-types/models/models_0.d.ts +1717 -788
- package/dist-types/pagination/ListAgreementsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListCertificatesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListConnectorsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListProfilesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +63 -0
- package/dist-types/ts3.4/Transfer.d.ts +105 -0
- package/dist-types/ts3.4/TransferClient.d.ts +23 -2
- package/dist-types/ts3.4/commands/CreateAgreementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAgreementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAgreementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAgreementsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartFileTransferCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAgreementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateCertificateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateConnectorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +21 -0
- package/dist-types/ts3.4/models/models_0.d.ts +733 -357
- package/dist-types/ts3.4/pagination/ListAgreementsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListCertificatesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListConnectorsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListProfilesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +63 -0
- package/package.json +6 -6
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteCertificateRequest } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
5
|
+
export interface DeleteCertificateCommandInput extends DeleteCertificateRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteCertificateCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes the certificate that's specified in the <code>CertificateId</code>
|
|
11
|
+
* parameter.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { TransferClient, DeleteCertificateCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
16
|
+
* // const { TransferClient, DeleteCertificateCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
17
|
+
* const client = new TransferClient(config);
|
|
18
|
+
* const command = new DeleteCertificateCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link DeleteCertificateCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link DeleteCertificateCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class DeleteCertificateCommand extends $Command<DeleteCertificateCommandInput, DeleteCertificateCommandOutput, TransferClientResolvedConfig> {
|
|
28
|
+
readonly input: DeleteCertificateCommandInput;
|
|
29
|
+
constructor(input: DeleteCertificateCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCertificateCommandInput, DeleteCertificateCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteConnectorRequest } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
5
|
+
export interface DeleteConnectorCommandInput extends DeleteConnectorRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteConnectorCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes the agreement that's specified in the provided <code>ConnectorId</code>.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { TransferClient, DeleteConnectorCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
15
|
+
* // const { TransferClient, DeleteConnectorCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
16
|
+
* const client = new TransferClient(config);
|
|
17
|
+
* const command = new DeleteConnectorCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteConnectorCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteConnectorCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteConnectorCommand extends $Command<DeleteConnectorCommandInput, DeleteConnectorCommandOutput, TransferClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteConnectorCommandInput;
|
|
28
|
+
constructor(input: DeleteConnectorCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConnectorCommandInput, DeleteConnectorCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeleteProfileRequest } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
5
|
+
export interface DeleteProfileCommandInput extends DeleteProfileRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteProfileCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes the profile that's specified in the <code>ProfileId</code> parameter.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { TransferClient, DeleteProfileCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
15
|
+
* // const { TransferClient, DeleteProfileCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
16
|
+
* const client = new TransferClient(config);
|
|
17
|
+
* const command = new DeleteProfileCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteProfileCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteProfileCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteProfileCommand extends $Command<DeleteProfileCommandInput, DeleteProfileCommandOutput, TransferClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteProfileCommandInput;
|
|
28
|
+
constructor(input: DeleteProfileCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProfileCommandInput, DeleteProfileCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -9,7 +9,7 @@ export interface DescribeAccessCommandOutput extends DescribeAccessResponse, __M
|
|
|
9
9
|
/**
|
|
10
10
|
* <p>Describes the access that is assigned to the specific file transfer protocol-enabled
|
|
11
11
|
* server, as identified by its <code>ServerId</code> property and its
|
|
12
|
-
* <code>
|
|
12
|
+
* <code>ExternalId</code>.</p>
|
|
13
13
|
*
|
|
14
14
|
* <p>The response from this call returns the properties of the access that is associated with
|
|
15
15
|
* the <code>ServerId</code> value that was specified.</p>
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeAgreementRequest, DescribeAgreementResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
5
|
+
export interface DescribeAgreementCommandInput extends DescribeAgreementRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeAgreementCommandOutput extends DescribeAgreementResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Describes the agreement that's identified by the <code>AgreementId</code>.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { TransferClient, DescribeAgreementCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
15
|
+
* // const { TransferClient, DescribeAgreementCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
16
|
+
* const client = new TransferClient(config);
|
|
17
|
+
* const command = new DescribeAgreementCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DescribeAgreementCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DescribeAgreementCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DescribeAgreementCommand extends $Command<DescribeAgreementCommandInput, DescribeAgreementCommandOutput, TransferClientResolvedConfig> {
|
|
27
|
+
readonly input: DescribeAgreementCommandInput;
|
|
28
|
+
constructor(input: DescribeAgreementCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAgreementCommandInput, DescribeAgreementCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeCertificateRequest, DescribeCertificateResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
5
|
+
export interface DescribeCertificateCommandInput extends DescribeCertificateRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeCertificateCommandOutput extends DescribeCertificateResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Describes the certificate that's identified by the <code>CertificateId</code>.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { TransferClient, DescribeCertificateCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
15
|
+
* // const { TransferClient, DescribeCertificateCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
16
|
+
* const client = new TransferClient(config);
|
|
17
|
+
* const command = new DescribeCertificateCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DescribeCertificateCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DescribeCertificateCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DescribeCertificateCommand extends $Command<DescribeCertificateCommandInput, DescribeCertificateCommandOutput, TransferClientResolvedConfig> {
|
|
27
|
+
readonly input: DescribeCertificateCommandInput;
|
|
28
|
+
constructor(input: DescribeCertificateCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCertificateCommandInput, DescribeCertificateCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeConnectorRequest, DescribeConnectorResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
5
|
+
export interface DescribeConnectorCommandInput extends DescribeConnectorRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeConnectorCommandOutput extends DescribeConnectorResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Describes the connector that's identified by the <code>ConnectorId.</code>
|
|
11
|
+
* </p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { TransferClient, DescribeConnectorCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
16
|
+
* // const { TransferClient, DescribeConnectorCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
17
|
+
* const client = new TransferClient(config);
|
|
18
|
+
* const command = new DescribeConnectorCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link DescribeConnectorCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link DescribeConnectorCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class DescribeConnectorCommand extends $Command<DescribeConnectorCommandInput, DescribeConnectorCommandOutput, TransferClientResolvedConfig> {
|
|
28
|
+
readonly input: DescribeConnectorCommandInput;
|
|
29
|
+
constructor(input: DescribeConnectorCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeConnectorCommandInput, DescribeConnectorCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeProfileRequest, DescribeProfileResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
5
|
+
export interface DescribeProfileCommandInput extends DescribeProfileRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeProfileCommandOutput extends DescribeProfileResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Returns the details of the profile that's specified by the <code>ProfileId</code>.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { TransferClient, DescribeProfileCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
15
|
+
* // const { TransferClient, DescribeProfileCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
16
|
+
* const client = new TransferClient(config);
|
|
17
|
+
* const command = new DescribeProfileCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DescribeProfileCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DescribeProfileCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DescribeProfileCommand extends $Command<DescribeProfileCommandInput, DescribeProfileCommandOutput, TransferClientResolvedConfig> {
|
|
27
|
+
readonly input: DescribeProfileCommandInput;
|
|
28
|
+
constructor(input: DescribeProfileCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeProfileCommandInput, DescribeProfileCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ImportCertificateRequest, ImportCertificateResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
5
|
+
export interface ImportCertificateCommandInput extends ImportCertificateRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ImportCertificateCommandOutput extends ImportCertificateResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Imports the signing and encryption certificates that you need to create local (AS2)
|
|
11
|
+
* profiles and partner
|
|
12
|
+
* profiles.</p>
|
|
13
|
+
* @example
|
|
14
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
+
* ```javascript
|
|
16
|
+
* import { TransferClient, ImportCertificateCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
17
|
+
* // const { TransferClient, ImportCertificateCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
18
|
+
* const client = new TransferClient(config);
|
|
19
|
+
* const command = new ImportCertificateCommand(input);
|
|
20
|
+
* const response = await client.send(command);
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @see {@link ImportCertificateCommandInput} for command's `input` shape.
|
|
24
|
+
* @see {@link ImportCertificateCommandOutput} for command's `response` shape.
|
|
25
|
+
* @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export declare class ImportCertificateCommand extends $Command<ImportCertificateCommandInput, ImportCertificateCommandOutput, TransferClientResolvedConfig> {
|
|
29
|
+
readonly input: ImportCertificateCommandInput;
|
|
30
|
+
constructor(input: ImportCertificateCommandInput);
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportCertificateCommandInput, ImportCertificateCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListAgreementsRequest, ListAgreementsResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
5
|
+
export interface ListAgreementsCommandInput extends ListAgreementsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListAgreementsCommandOutput extends ListAgreementsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Returns a list of the agreements for the server that's identified by the
|
|
11
|
+
* <code>ServerId</code> that you supply. If you want to limit the results to a certain number,
|
|
12
|
+
* supply a value for the <code>MaxResults</code> parameter. If you ran the command previously
|
|
13
|
+
* and received a value for <code>NextToken</code>, you can supply that value to continue listing
|
|
14
|
+
* agreements from where you left off.</p>
|
|
15
|
+
* @example
|
|
16
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
+
* ```javascript
|
|
18
|
+
* import { TransferClient, ListAgreementsCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
19
|
+
* // const { TransferClient, ListAgreementsCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
20
|
+
* const client = new TransferClient(config);
|
|
21
|
+
* const command = new ListAgreementsCommand(input);
|
|
22
|
+
* const response = await client.send(command);
|
|
23
|
+
* ```
|
|
24
|
+
*
|
|
25
|
+
* @see {@link ListAgreementsCommandInput} for command's `input` shape.
|
|
26
|
+
* @see {@link ListAgreementsCommandOutput} for command's `response` shape.
|
|
27
|
+
* @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
export declare class ListAgreementsCommand extends $Command<ListAgreementsCommandInput, ListAgreementsCommandOutput, TransferClientResolvedConfig> {
|
|
31
|
+
readonly input: ListAgreementsCommandInput;
|
|
32
|
+
constructor(input: ListAgreementsCommandInput);
|
|
33
|
+
/**
|
|
34
|
+
* @internal
|
|
35
|
+
*/
|
|
36
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAgreementsCommandInput, ListAgreementsCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListCertificatesRequest, ListCertificatesResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
5
|
+
export interface ListCertificatesCommandInput extends ListCertificatesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListCertificatesCommandOutput extends ListCertificatesResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Returns a list of the current certificates that have been imported into Transfer Family. If you want to
|
|
11
|
+
* limit the results to a certain number, supply a value for the <code>MaxResults</code>
|
|
12
|
+
* parameter. If you ran the command previously and received a value for the
|
|
13
|
+
* <code>NextToken</code> parameter, you can supply that value to continue listing certificates
|
|
14
|
+
* from where you left off.</p>
|
|
15
|
+
* @example
|
|
16
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
+
* ```javascript
|
|
18
|
+
* import { TransferClient, ListCertificatesCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
19
|
+
* // const { TransferClient, ListCertificatesCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
20
|
+
* const client = new TransferClient(config);
|
|
21
|
+
* const command = new ListCertificatesCommand(input);
|
|
22
|
+
* const response = await client.send(command);
|
|
23
|
+
* ```
|
|
24
|
+
*
|
|
25
|
+
* @see {@link ListCertificatesCommandInput} for command's `input` shape.
|
|
26
|
+
* @see {@link ListCertificatesCommandOutput} for command's `response` shape.
|
|
27
|
+
* @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
export declare class ListCertificatesCommand extends $Command<ListCertificatesCommandInput, ListCertificatesCommandOutput, TransferClientResolvedConfig> {
|
|
31
|
+
readonly input: ListCertificatesCommandInput;
|
|
32
|
+
constructor(input: ListCertificatesCommandInput);
|
|
33
|
+
/**
|
|
34
|
+
* @internal
|
|
35
|
+
*/
|
|
36
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCertificatesCommandInput, ListCertificatesCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListConnectorsRequest, ListConnectorsResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
5
|
+
export interface ListConnectorsCommandInput extends ListConnectorsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListConnectorsCommandOutput extends ListConnectorsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Lists the connectors for the specified Region.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { TransferClient, ListConnectorsCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
15
|
+
* // const { TransferClient, ListConnectorsCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
16
|
+
* const client = new TransferClient(config);
|
|
17
|
+
* const command = new ListConnectorsCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link ListConnectorsCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link ListConnectorsCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class ListConnectorsCommand extends $Command<ListConnectorsCommandInput, ListConnectorsCommandOutput, TransferClientResolvedConfig> {
|
|
27
|
+
readonly input: ListConnectorsCommandInput;
|
|
28
|
+
constructor(input: ListConnectorsCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListConnectorsCommandInput, ListConnectorsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListProfilesRequest, ListProfilesResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
5
|
+
export interface ListProfilesCommandInput extends ListProfilesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListProfilesCommandOutput extends ListProfilesResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Returns a list of the profiles for your system. If you want to limit the results to a
|
|
11
|
+
* certain number, supply a value for the <code>MaxResults</code> parameter. If you ran the
|
|
12
|
+
* command previously and received a value for <code>NextToken</code>, you can supply that value
|
|
13
|
+
* to continue listing profiles from where you left off.</p>
|
|
14
|
+
* @example
|
|
15
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
+
* ```javascript
|
|
17
|
+
* import { TransferClient, ListProfilesCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
18
|
+
* // const { TransferClient, ListProfilesCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
19
|
+
* const client = new TransferClient(config);
|
|
20
|
+
* const command = new ListProfilesCommand(input);
|
|
21
|
+
* const response = await client.send(command);
|
|
22
|
+
* ```
|
|
23
|
+
*
|
|
24
|
+
* @see {@link ListProfilesCommandInput} for command's `input` shape.
|
|
25
|
+
* @see {@link ListProfilesCommandOutput} for command's `response` shape.
|
|
26
|
+
* @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
export declare class ListProfilesCommand extends $Command<ListProfilesCommandInput, ListProfilesCommandOutput, TransferClientResolvedConfig> {
|
|
30
|
+
readonly input: ListProfilesCommandInput;
|
|
31
|
+
constructor(input: ListProfilesCommandInput);
|
|
32
|
+
/**
|
|
33
|
+
* @internal
|
|
34
|
+
*/
|
|
35
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProfilesCommandInput, ListProfilesCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { StartFileTransferRequest, StartFileTransferResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
5
|
+
export interface StartFileTransferCommandInput extends StartFileTransferRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface StartFileTransferCommandOutput extends StartFileTransferResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Begins an outbound file transfer. You specify the <code>ConnectorId</code> and the file
|
|
11
|
+
* paths for where to send the files. </p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { TransferClient, StartFileTransferCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
16
|
+
* // const { TransferClient, StartFileTransferCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
17
|
+
* const client = new TransferClient(config);
|
|
18
|
+
* const command = new StartFileTransferCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link StartFileTransferCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link StartFileTransferCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class StartFileTransferCommand extends $Command<StartFileTransferCommandInput, StartFileTransferCommandOutput, TransferClientResolvedConfig> {
|
|
28
|
+
readonly input: StartFileTransferCommandInput;
|
|
29
|
+
constructor(input: StartFileTransferCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartFileTransferCommandInput, StartFileTransferCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -13,7 +13,7 @@ export interface StopServerCommandOutput extends __MetadataBearer {
|
|
|
13
13
|
* stopping your server.</p>
|
|
14
14
|
*
|
|
15
15
|
* <note>
|
|
16
|
-
* <p>Stopping the server
|
|
16
|
+
* <p>Stopping the server does not reduce or impact your file transfer protocol endpoint
|
|
17
17
|
* billing; you must delete the server to stop being billed.</p>
|
|
18
18
|
* </note>
|
|
19
19
|
*
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { UpdateAgreementRequest, UpdateAgreementResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
5
|
+
export interface UpdateAgreementCommandInput extends UpdateAgreementRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateAgreementCommandOutput extends UpdateAgreementResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Updates some of the parameters for an existing agreement. Provide the
|
|
11
|
+
* <code>AgreementId</code> and the <code>ServerId</code> for the agreement that you want to
|
|
12
|
+
* update, along with the new values for the parameters to update.</p>
|
|
13
|
+
* @example
|
|
14
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
+
* ```javascript
|
|
16
|
+
* import { TransferClient, UpdateAgreementCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
17
|
+
* // const { TransferClient, UpdateAgreementCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
18
|
+
* const client = new TransferClient(config);
|
|
19
|
+
* const command = new UpdateAgreementCommand(input);
|
|
20
|
+
* const response = await client.send(command);
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @see {@link UpdateAgreementCommandInput} for command's `input` shape.
|
|
24
|
+
* @see {@link UpdateAgreementCommandOutput} for command's `response` shape.
|
|
25
|
+
* @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export declare class UpdateAgreementCommand extends $Command<UpdateAgreementCommandInput, UpdateAgreementCommandOutput, TransferClientResolvedConfig> {
|
|
29
|
+
readonly input: UpdateAgreementCommandInput;
|
|
30
|
+
constructor(input: UpdateAgreementCommandInput);
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAgreementCommandInput, UpdateAgreementCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { UpdateCertificateRequest, UpdateCertificateResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
5
|
+
export interface UpdateCertificateCommandInput extends UpdateCertificateRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateCertificateCommandOutput extends UpdateCertificateResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Updates the active and inactive dates for a certificate.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { TransferClient, UpdateCertificateCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
15
|
+
* // const { TransferClient, UpdateCertificateCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
16
|
+
* const client = new TransferClient(config);
|
|
17
|
+
* const command = new UpdateCertificateCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link UpdateCertificateCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link UpdateCertificateCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class UpdateCertificateCommand extends $Command<UpdateCertificateCommandInput, UpdateCertificateCommandOutput, TransferClientResolvedConfig> {
|
|
27
|
+
readonly input: UpdateCertificateCommandInput;
|
|
28
|
+
constructor(input: UpdateCertificateCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCertificateCommandInput, UpdateCertificateCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { UpdateConnectorRequest, UpdateConnectorResponse } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient";
|
|
5
|
+
export interface UpdateConnectorCommandInput extends UpdateConnectorRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateConnectorCommandOutput extends UpdateConnectorResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Updates some of the parameters for an existing connector. Provide the
|
|
11
|
+
* <code>ConnectorId</code> for the connector that you want to update, along with the new
|
|
12
|
+
* values for the parameters to update.</p>
|
|
13
|
+
* @example
|
|
14
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
+
* ```javascript
|
|
16
|
+
* import { TransferClient, UpdateConnectorCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
17
|
+
* // const { TransferClient, UpdateConnectorCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
18
|
+
* const client = new TransferClient(config);
|
|
19
|
+
* const command = new UpdateConnectorCommand(input);
|
|
20
|
+
* const response = await client.send(command);
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @see {@link UpdateConnectorCommandInput} for command's `input` shape.
|
|
24
|
+
* @see {@link UpdateConnectorCommandOutput} for command's `response` shape.
|
|
25
|
+
* @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export declare class UpdateConnectorCommand extends $Command<UpdateConnectorCommandInput, UpdateConnectorCommandOutput, TransferClientResolvedConfig> {
|
|
29
|
+
readonly input: UpdateConnectorCommandInput;
|
|
30
|
+
constructor(input: UpdateConnectorCommandInput);
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: TransferClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConnectorCommandInput, UpdateConnectorCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|