@aws-sdk/client-transfer 3.890.0 → 3.893.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-types/commands/CreateAccessCommand.d.ts +2 -0
- package/dist-types/commands/CreateAgreementCommand.d.ts +2 -0
- package/dist-types/commands/CreateConnectorCommand.d.ts +2 -0
- package/dist-types/commands/CreateProfileCommand.d.ts +2 -0
- package/dist-types/commands/CreateServerCommand.d.ts +2 -0
- package/dist-types/commands/CreateUserCommand.d.ts +2 -0
- package/dist-types/commands/CreateWebAppCommand.d.ts +2 -0
- package/dist-types/commands/CreateWorkflowCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAccessCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAgreementCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCertificateCommand.d.ts +2 -0
- package/dist-types/commands/DeleteConnectorCommand.d.ts +2 -0
- package/dist-types/commands/DeleteHostKeyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteProfileCommand.d.ts +2 -0
- package/dist-types/commands/DeleteServerCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSshPublicKeyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +2 -0
- package/dist-types/commands/DeleteWebAppCommand.d.ts +2 -0
- package/dist-types/commands/DeleteWebAppCustomizationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAccessCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAgreementCommand.d.ts +2 -0
- package/dist-types/commands/DescribeCertificateCommand.d.ts +2 -0
- package/dist-types/commands/DescribeConnectorCommand.d.ts +2 -0
- package/dist-types/commands/DescribeExecutionCommand.d.ts +2 -0
- package/dist-types/commands/DescribeHostKeyCommand.d.ts +2 -0
- package/dist-types/commands/DescribeProfileCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSecurityPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DescribeServerCommand.d.ts +2 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +2 -0
- package/dist-types/commands/DescribeWebAppCommand.d.ts +2 -0
- package/dist-types/commands/DescribeWebAppCustomizationCommand.d.ts +2 -0
- package/dist-types/commands/DescribeWorkflowCommand.d.ts +2 -0
- package/dist-types/commands/ImportCertificateCommand.d.ts +2 -0
- package/dist-types/commands/ImportHostKeyCommand.d.ts +2 -0
- package/dist-types/commands/ImportSshPublicKeyCommand.d.ts +2 -0
- package/dist-types/commands/ListAccessesCommand.d.ts +2 -0
- package/dist-types/commands/ListAgreementsCommand.d.ts +2 -0
- package/dist-types/commands/ListCertificatesCommand.d.ts +2 -0
- package/dist-types/commands/ListConnectorsCommand.d.ts +2 -0
- package/dist-types/commands/ListExecutionsCommand.d.ts +2 -0
- package/dist-types/commands/ListFileTransferResultsCommand.d.ts +2 -0
- package/dist-types/commands/ListHostKeysCommand.d.ts +2 -0
- package/dist-types/commands/ListProfilesCommand.d.ts +2 -0
- package/dist-types/commands/ListSecurityPoliciesCommand.d.ts +2 -0
- package/dist-types/commands/ListServersCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListUsersCommand.d.ts +2 -0
- package/dist-types/commands/ListWebAppsCommand.d.ts +2 -0
- package/dist-types/commands/ListWorkflowsCommand.d.ts +2 -0
- package/dist-types/commands/SendWorkflowStepStateCommand.d.ts +2 -0
- package/dist-types/commands/StartDirectoryListingCommand.d.ts +2 -0
- package/dist-types/commands/StartFileTransferCommand.d.ts +2 -0
- package/dist-types/commands/StartRemoteDeleteCommand.d.ts +2 -0
- package/dist-types/commands/StartRemoteMoveCommand.d.ts +2 -0
- package/dist-types/commands/StartServerCommand.d.ts +2 -0
- package/dist-types/commands/StopServerCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/TestConnectionCommand.d.ts +2 -0
- package/dist-types/commands/TestIdentityProviderCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAccessCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAgreementCommand.d.ts +2 -0
- package/dist-types/commands/UpdateCertificateCommand.d.ts +2 -0
- package/dist-types/commands/UpdateConnectorCommand.d.ts +2 -0
- package/dist-types/commands/UpdateHostKeyCommand.d.ts +2 -0
- package/dist-types/commands/UpdateProfileCommand.d.ts +2 -0
- package/dist-types/commands/UpdateServerCommand.d.ts +2 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +2 -0
- package/dist-types/commands/UpdateWebAppCommand.d.ts +2 -0
- package/dist-types/commands/UpdateWebAppCustomizationCommand.d.ts +2 -0
- package/package.json +19 -19
|
@@ -33,6 +33,8 @@ declare const CreateAccessCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, CreateAccessCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, CreateAccessCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // CreateAccessRequest
|
|
38
40
|
* HomeDirectory: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const CreateAgreementCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, CreateAgreementCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, CreateAgreementCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // CreateAgreementRequest
|
|
38
40
|
* Description: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const CreateConnectorCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, CreateConnectorCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, CreateConnectorCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // CreateConnectorRequest
|
|
38
40
|
* Url: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateProfileCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, CreateProfileCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, CreateProfileCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // CreateProfileRequest
|
|
38
40
|
* As2Id: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateServerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, CreateServerCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, CreateServerCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // CreateServerRequest
|
|
38
40
|
* Certificate: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const CreateUserCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, CreateUserCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, CreateUserCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // CreateUserRequest
|
|
38
40
|
* HomeDirectory: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const CreateWebAppCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, CreateWebAppCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, CreateWebAppCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // CreateWebAppRequest
|
|
38
40
|
* IdentityProviderDetails: { // WebAppIdentityProviderDetails Union: only one key present
|
|
@@ -33,6 +33,8 @@ declare const CreateWorkflowCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, CreateWorkflowCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, CreateWorkflowCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // CreateWorkflowRequest
|
|
38
40
|
* Description: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const DeleteAccessCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, DeleteAccessCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, DeleteAccessCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // DeleteAccessRequest
|
|
38
40
|
* ServerId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteAgreementCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, DeleteAgreementCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, DeleteAgreementCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // DeleteAgreementRequest
|
|
38
40
|
* AgreementId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteCertificateCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, DeleteCertificateCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, DeleteCertificateCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // DeleteCertificateRequest
|
|
38
40
|
* CertificateId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteConnectorCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, DeleteConnectorCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, DeleteConnectorCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // DeleteConnectorRequest
|
|
38
40
|
* ConnectorId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteHostKeyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, DeleteHostKeyCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, DeleteHostKeyCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // DeleteHostKeyRequest
|
|
38
40
|
* ServerId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteProfileCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, DeleteProfileCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, DeleteProfileCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // DeleteProfileRequest
|
|
38
40
|
* ProfileId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteServerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, DeleteServerCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, DeleteServerCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // DeleteServerRequest
|
|
38
40
|
* ServerId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteSshPublicKeyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, DeleteSshPublicKeyCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, DeleteSshPublicKeyCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // DeleteSshPublicKeyRequest
|
|
38
40
|
* ServerId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteUserCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, DeleteUserCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, DeleteUserCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // DeleteUserRequest
|
|
38
40
|
* ServerId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteWebAppCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, DeleteWebAppCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, DeleteWebAppCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // DeleteWebAppRequest
|
|
38
40
|
* WebAppId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteWebAppCustomizationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, DeleteWebAppCustomizationCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, DeleteWebAppCustomizationCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // DeleteWebAppCustomizationRequest
|
|
38
40
|
* WebAppId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteWorkflowCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, DeleteWorkflowCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, DeleteWorkflowCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // DeleteWorkflowRequest
|
|
38
40
|
* WorkflowId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeAccessCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, DescribeAccessCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, DescribeAccessCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // DescribeAccessRequest
|
|
38
40
|
* ServerId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeAgreementCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, DescribeAgreementCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, DescribeAgreementCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // DescribeAgreementRequest
|
|
38
40
|
* AgreementId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeCertificateCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, DescribeCertificateCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, DescribeCertificateCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // DescribeCertificateRequest
|
|
38
40
|
* CertificateId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeConnectorCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, DescribeConnectorCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, DescribeConnectorCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // DescribeConnectorRequest
|
|
38
40
|
* ConnectorId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeExecutionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, DescribeExecutionCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, DescribeExecutionCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // DescribeExecutionRequest
|
|
38
40
|
* ExecutionId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeHostKeyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, DescribeHostKeyCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, DescribeHostKeyCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // DescribeHostKeyRequest
|
|
38
40
|
* ServerId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeProfileCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, DescribeProfileCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, DescribeProfileCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // DescribeProfileRequest
|
|
38
40
|
* ProfileId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeSecurityPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, DescribeSecurityPolicyCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, DescribeSecurityPolicyCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // DescribeSecurityPolicyRequest
|
|
38
40
|
* SecurityPolicyName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeServerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, DescribeServerCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, DescribeServerCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // DescribeServerRequest
|
|
38
40
|
* ServerId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeUserCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, DescribeUserCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, DescribeUserCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // DescribeUserRequest
|
|
38
40
|
* ServerId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeWebAppCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, DescribeWebAppCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, DescribeWebAppCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // DescribeWebAppRequest
|
|
38
40
|
* WebAppId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeWebAppCustomizationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, DescribeWebAppCustomizationCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, DescribeWebAppCustomizationCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // DescribeWebAppCustomizationRequest
|
|
38
40
|
* WebAppId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeWorkflowCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, DescribeWorkflowCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, DescribeWorkflowCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // DescribeWorkflowRequest
|
|
38
40
|
* WorkflowId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ImportCertificateCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, ImportCertificateCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, ImportCertificateCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // ImportCertificateRequest
|
|
38
40
|
* Usage: "SIGNING" || "ENCRYPTION" || "TLS", // required
|
|
@@ -33,6 +33,8 @@ declare const ImportHostKeyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, ImportHostKeyCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, ImportHostKeyCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // ImportHostKeyRequest
|
|
38
40
|
* ServerId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ImportSshPublicKeyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, ImportSshPublicKeyCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, ImportSshPublicKeyCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // ImportSshPublicKeyRequest
|
|
38
40
|
* ServerId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListAccessesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, ListAccessesCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, ListAccessesCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // ListAccessesRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListAgreementsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, ListAgreementsCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, ListAgreementsCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // ListAgreementsRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListCertificatesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, ListCertificatesCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, ListCertificatesCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // ListCertificatesRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListConnectorsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, ListConnectorsCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, ListConnectorsCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // ListConnectorsRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListExecutionsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, ListExecutionsCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, ListExecutionsCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // ListExecutionsRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListFileTransferResultsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, ListFileTransferResultsCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, ListFileTransferResultsCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // ListFileTransferResultsRequest
|
|
38
40
|
* ConnectorId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListHostKeysCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, ListHostKeysCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, ListHostKeysCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // ListHostKeysRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListProfilesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, ListProfilesCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, ListProfilesCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // ListProfilesRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListSecurityPoliciesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, ListSecurityPoliciesCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, ListSecurityPoliciesCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // ListSecurityPoliciesRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListServersCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, ListServersCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, ListServersCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // ListServersRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, ListTagsForResourceCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, ListTagsForResourceCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // ListTagsForResourceRequest
|
|
38
40
|
* Arn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListUsersCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, ListUsersCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, ListUsersCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // ListUsersRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListWebAppsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, ListWebAppsCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, ListWebAppsCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // ListWebAppsRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListWorkflowsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, ListWorkflowsCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, ListWorkflowsCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // ListWorkflowsRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const SendWorkflowStepStateCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, SendWorkflowStepStateCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, SendWorkflowStepStateCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // SendWorkflowStepStateRequest
|
|
38
40
|
* WorkflowId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const StartDirectoryListingCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, StartDirectoryListingCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, StartDirectoryListingCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // StartDirectoryListingRequest
|
|
38
40
|
* ConnectorId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const StartFileTransferCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, StartFileTransferCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, StartFileTransferCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // StartFileTransferRequest
|
|
38
40
|
* ConnectorId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const StartRemoteDeleteCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, StartRemoteDeleteCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, StartRemoteDeleteCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // StartRemoteDeleteRequest
|
|
38
40
|
* ConnectorId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const StartRemoteMoveCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, StartRemoteMoveCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, StartRemoteMoveCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // StartRemoteMoveRequest
|
|
38
40
|
* ConnectorId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const StartServerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, StartServerCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, StartServerCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // StartServerRequest
|
|
38
40
|
* ServerId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const StopServerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, StopServerCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, StopServerCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // StopServerRequest
|
|
38
40
|
* ServerId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, TagResourceCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, TagResourceCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // TagResourceRequest
|
|
38
40
|
* Arn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const TestConnectionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, TestConnectionCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, TestConnectionCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // TestConnectionRequest
|
|
38
40
|
* ConnectorId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const TestIdentityProviderCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, TestIdentityProviderCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, TestIdentityProviderCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // TestIdentityProviderRequest
|
|
38
40
|
* ServerId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, UntagResourceCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, UntagResourceCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // UntagResourceRequest
|
|
38
40
|
* Arn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateAccessCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, UpdateAccessCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, UpdateAccessCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // UpdateAccessRequest
|
|
38
40
|
* HomeDirectory: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const UpdateAgreementCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, UpdateAgreementCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, UpdateAgreementCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // UpdateAgreementRequest
|
|
38
40
|
* AgreementId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateCertificateCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, UpdateCertificateCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, UpdateCertificateCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // UpdateCertificateRequest
|
|
38
40
|
* CertificateId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateConnectorCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, UpdateConnectorCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, UpdateConnectorCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // UpdateConnectorRequest
|
|
38
40
|
* ConnectorId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateHostKeyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, UpdateHostKeyCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, UpdateHostKeyCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // UpdateHostKeyRequest
|
|
38
40
|
* ServerId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateProfileCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, UpdateProfileCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, UpdateProfileCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // UpdateProfileRequest
|
|
38
40
|
* ProfileId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateServerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, UpdateServerCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, UpdateServerCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // UpdateServerRequest
|
|
38
40
|
* Certificate: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const UpdateUserCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, UpdateUserCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, UpdateUserCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // UpdateUserRequest
|
|
38
40
|
* HomeDirectory: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const UpdateWebAppCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, UpdateWebAppCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, UpdateWebAppCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // UpdateWebAppRequest
|
|
38
40
|
* WebAppId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateWebAppCustomizationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { TransferClient, UpdateWebAppCustomizationCommand } from "@aws-sdk/client-transfer"; // ES Modules import
|
|
35
35
|
* // const { TransferClient, UpdateWebAppCustomizationCommand } = require("@aws-sdk/client-transfer"); // CommonJS import
|
|
36
|
+
* // import type { TransferClientConfig } from "@aws-sdk/client-transfer";
|
|
37
|
+
* const config = {}; // type is TransferClientConfig
|
|
36
38
|
* const client = new TransferClient(config);
|
|
37
39
|
* const input = { // UpdateWebAppCustomizationRequest
|
|
38
40
|
* WebAppId: "STRING_VALUE", // required
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-transfer",
|
|
3
3
|
"description": "AWS SDK for JavaScript Transfer Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.893.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-transfer",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.893.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
30
|
+
"@aws-sdk/types": "3.893.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
|
-
"@smithy/core": "^3.11.
|
|
35
|
+
"@smithy/core": "^3.11.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"@smithy/util-waiter": "^4.1.1",
|
|
60
60
|
"tslib": "^2.6.2"
|