@aws-sdk/client-transfer 3.651.1 → 3.658.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 +11 -0
- package/dist-types/commands/CreateAgreementCommand.d.ts +11 -0
- package/dist-types/commands/CreateConnectorCommand.d.ts +11 -0
- package/dist-types/commands/CreateProfileCommand.d.ts +11 -0
- package/dist-types/commands/CreateServerCommand.d.ts +11 -0
- package/dist-types/commands/CreateUserCommand.d.ts +11 -0
- package/dist-types/commands/CreateWorkflowCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAccessCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAgreementCommand.d.ts +11 -0
- package/dist-types/commands/DeleteCertificateCommand.d.ts +11 -0
- package/dist-types/commands/DeleteConnectorCommand.d.ts +11 -0
- package/dist-types/commands/DeleteHostKeyCommand.d.ts +11 -0
- package/dist-types/commands/DeleteProfileCommand.d.ts +11 -0
- package/dist-types/commands/DeleteServerCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSshPublicKeyCommand.d.ts +11 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +11 -0
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAccessCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAgreementCommand.d.ts +11 -0
- package/dist-types/commands/DescribeCertificateCommand.d.ts +11 -0
- package/dist-types/commands/DescribeConnectorCommand.d.ts +11 -0
- package/dist-types/commands/DescribeExecutionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeHostKeyCommand.d.ts +11 -0
- package/dist-types/commands/DescribeProfileCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSecurityPolicyCommand.d.ts +11 -0
- package/dist-types/commands/DescribeServerCommand.d.ts +11 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +11 -0
- package/dist-types/commands/DescribeWorkflowCommand.d.ts +11 -0
- package/dist-types/commands/ImportCertificateCommand.d.ts +11 -0
- package/dist-types/commands/ImportHostKeyCommand.d.ts +11 -0
- package/dist-types/commands/ImportSshPublicKeyCommand.d.ts +11 -0
- package/dist-types/commands/ListAccessesCommand.d.ts +11 -0
- package/dist-types/commands/ListAgreementsCommand.d.ts +11 -0
- package/dist-types/commands/ListCertificatesCommand.d.ts +11 -0
- package/dist-types/commands/ListConnectorsCommand.d.ts +11 -0
- package/dist-types/commands/ListExecutionsCommand.d.ts +11 -0
- package/dist-types/commands/ListHostKeysCommand.d.ts +11 -0
- package/dist-types/commands/ListProfilesCommand.d.ts +11 -0
- package/dist-types/commands/ListSecurityPoliciesCommand.d.ts +11 -0
- package/dist-types/commands/ListServersCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListUsersCommand.d.ts +11 -0
- package/dist-types/commands/ListWorkflowsCommand.d.ts +11 -0
- package/dist-types/commands/SendWorkflowStepStateCommand.d.ts +11 -0
- package/dist-types/commands/StartDirectoryListingCommand.d.ts +11 -0
- package/dist-types/commands/StartFileTransferCommand.d.ts +11 -0
- package/dist-types/commands/StartServerCommand.d.ts +11 -0
- package/dist-types/commands/StopServerCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/TestConnectionCommand.d.ts +11 -0
- package/dist-types/commands/TestIdentityProviderCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAccessCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAgreementCommand.d.ts +11 -0
- package/dist-types/commands/UpdateCertificateCommand.d.ts +11 -0
- package/dist-types/commands/UpdateConnectorCommand.d.ts +11 -0
- package/dist-types/commands/UpdateHostKeyCommand.d.ts +11 -0
- package/dist-types/commands/UpdateProfileCommand.d.ts +11 -0
- package/dist-types/commands/UpdateServerCommand.d.ts +11 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CreateAccessCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateAgreementCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateServerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAccessCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAgreementCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteHostKeyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteServerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteSshPublicKeyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAccessCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAgreementCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeHostKeyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeSecurityPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeServerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeWorkflowCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ImportHostKeyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ImportSshPublicKeyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAccessesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAgreementsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListHostKeysCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSecurityPoliciesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListServersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SendWorkflowStepStateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartDirectoryListingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartFileTransferCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartServerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopServerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TestIdentityProviderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateAccessCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateAgreementCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateCertificateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateConnectorCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateHostKeyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateServerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +12 -1
- package/package.json +36 -36
|
@@ -36,4 +36,15 @@ declare const DescribeAccessCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeAccessCommand extends DescribeAccessCommand_base {
|
|
39
|
+
export declare class DescribeAccessCommand extends DescribeAccessCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeAccessRequest;
|
|
43
|
+
output: DescribeAccessResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeAccessCommandInput;
|
|
47
|
+
output: DescribeAccessCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeAgreementCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeAgreementCommand extends DescribeAgreementCommand_base {
|
|
40
|
+
export declare class DescribeAgreementCommand extends DescribeAgreementCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeAgreementRequest;
|
|
44
|
+
output: DescribeAgreementResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeAgreementCommandInput;
|
|
48
|
+
output: DescribeAgreementCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeCertificateCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeCertificateCommand extends DescribeCertificateCommand_base {
|
|
40
|
+
export declare class DescribeCertificateCommand extends DescribeCertificateCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeCertificateRequest;
|
|
44
|
+
output: DescribeCertificateResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeCertificateCommandInput;
|
|
48
|
+
output: DescribeCertificateCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeConnectorCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeConnectorCommand extends DescribeConnectorCommand_base {
|
|
40
|
+
export declare class DescribeConnectorCommand extends DescribeConnectorCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeConnectorRequest;
|
|
44
|
+
output: DescribeConnectorResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeConnectorCommandInput;
|
|
48
|
+
output: DescribeConnectorCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeExecutionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeExecutionCommand extends DescribeExecutionCommand_base {
|
|
40
|
+
export declare class DescribeExecutionCommand extends DescribeExecutionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeExecutionRequest;
|
|
44
|
+
output: DescribeExecutionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeExecutionCommandInput;
|
|
48
|
+
output: DescribeExecutionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeHostKeyCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeHostKeyCommand extends DescribeHostKeyCommand_base {
|
|
39
|
+
export declare class DescribeHostKeyCommand extends DescribeHostKeyCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeHostKeyRequest;
|
|
43
|
+
output: DescribeHostKeyResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeHostKeyCommandInput;
|
|
47
|
+
output: DescribeHostKeyCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeProfileCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeProfileCommand extends DescribeProfileCommand_base {
|
|
39
|
+
export declare class DescribeProfileCommand extends DescribeProfileCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeProfileRequest;
|
|
43
|
+
output: DescribeProfileResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeProfileCommandInput;
|
|
47
|
+
output: DescribeProfileCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeSecurityPolicyCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeSecurityPolicyCommand extends DescribeSecurityPolicyCommand_base {
|
|
40
|
+
export declare class DescribeSecurityPolicyCommand extends DescribeSecurityPolicyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeSecurityPolicyRequest;
|
|
44
|
+
output: DescribeSecurityPolicyResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeSecurityPolicyCommandInput;
|
|
48
|
+
output: DescribeSecurityPolicyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeServerCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeServerCommand extends DescribeServerCommand_base {
|
|
39
|
+
export declare class DescribeServerCommand extends DescribeServerCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeServerRequest;
|
|
43
|
+
output: DescribeServerResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeServerCommandInput;
|
|
47
|
+
output: DescribeServerCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DescribeUserCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DescribeUserCommand extends DescribeUserCommand_base {
|
|
36
|
+
export declare class DescribeUserCommand extends DescribeUserCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DescribeUserRequest;
|
|
40
|
+
output: DescribeUserResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DescribeUserCommandInput;
|
|
44
|
+
output: DescribeUserCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeWorkflowCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeWorkflowCommand extends DescribeWorkflowCommand_base {
|
|
39
|
+
export declare class DescribeWorkflowCommand extends DescribeWorkflowCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeWorkflowRequest;
|
|
43
|
+
output: DescribeWorkflowResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeWorkflowCommandInput;
|
|
47
|
+
output: DescribeWorkflowCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ImportCertificateCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ImportCertificateCommand extends ImportCertificateCommand_base {
|
|
40
|
+
export declare class ImportCertificateCommand extends ImportCertificateCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ImportCertificateRequest;
|
|
44
|
+
output: ImportCertificateResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ImportCertificateCommandInput;
|
|
48
|
+
output: ImportCertificateCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ImportHostKeyCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ImportHostKeyCommand extends ImportHostKeyCommand_base {
|
|
39
|
+
export declare class ImportHostKeyCommand extends ImportHostKeyCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ImportHostKeyRequest;
|
|
43
|
+
output: ImportHostKeyResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ImportHostKeyCommandInput;
|
|
47
|
+
output: ImportHostKeyCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ImportSshPublicKeyCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ImportSshPublicKeyCommand extends ImportSshPublicKeyCommand_base {
|
|
40
|
+
export declare class ImportSshPublicKeyCommand extends ImportSshPublicKeyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ImportSshPublicKeyRequest;
|
|
44
|
+
output: ImportSshPublicKeyResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ImportSshPublicKeyCommandInput;
|
|
48
|
+
output: ImportSshPublicKeyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListAccessesCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListAccessesCommand extends ListAccessesCommand_base {
|
|
36
|
+
export declare class ListAccessesCommand extends ListAccessesCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListAccessesRequest;
|
|
40
|
+
output: ListAccessesResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListAccessesCommandInput;
|
|
44
|
+
output: ListAccessesCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListAgreementsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListAgreementsCommand extends ListAgreementsCommand_base {
|
|
39
|
+
export declare class ListAgreementsCommand extends ListAgreementsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListAgreementsRequest;
|
|
43
|
+
output: ListAgreementsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListAgreementsCommandInput;
|
|
47
|
+
output: ListAgreementsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListCertificatesCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListCertificatesCommand extends ListCertificatesCommand_base {
|
|
39
|
+
export declare class ListCertificatesCommand extends ListCertificatesCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListCertificatesRequest;
|
|
43
|
+
output: ListCertificatesResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListCertificatesCommandInput;
|
|
47
|
+
output: ListCertificatesCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListConnectorsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListConnectorsCommand extends ListConnectorsCommand_base {
|
|
39
|
+
export declare class ListConnectorsCommand extends ListConnectorsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListConnectorsRequest;
|
|
43
|
+
output: ListConnectorsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListConnectorsCommandInput;
|
|
47
|
+
output: ListConnectorsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListExecutionsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListExecutionsCommand extends ListExecutionsCommand_base {
|
|
39
|
+
export declare class ListExecutionsCommand extends ListExecutionsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListExecutionsRequest;
|
|
43
|
+
output: ListExecutionsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListExecutionsCommandInput;
|
|
47
|
+
output: ListExecutionsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListHostKeysCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListHostKeysCommand extends ListHostKeysCommand_base {
|
|
36
|
+
export declare class ListHostKeysCommand extends ListHostKeysCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListHostKeysRequest;
|
|
40
|
+
output: ListHostKeysResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListHostKeysCommandInput;
|
|
44
|
+
output: ListHostKeysCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListProfilesCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListProfilesCommand extends ListProfilesCommand_base {
|
|
36
|
+
export declare class ListProfilesCommand extends ListProfilesCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListProfilesRequest;
|
|
40
|
+
output: ListProfilesResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListProfilesCommandInput;
|
|
44
|
+
output: ListProfilesCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListSecurityPoliciesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListSecurityPoliciesCommand extends ListSecurityPoliciesCommand_base {
|
|
40
|
+
export declare class ListSecurityPoliciesCommand extends ListSecurityPoliciesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListSecurityPoliciesRequest;
|
|
44
|
+
output: ListSecurityPoliciesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListSecurityPoliciesCommandInput;
|
|
48
|
+
output: ListSecurityPoliciesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListServersCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListServersCommand extends ListServersCommand_base {
|
|
36
|
+
export declare class ListServersCommand extends ListServersCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListServersRequest;
|
|
40
|
+
output: ListServersResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListServersCommandInput;
|
|
44
|
+
output: ListServersCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
40
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTagsForResourceRequest;
|
|
44
|
+
output: ListTagsForResourceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTagsForResourceCommandInput;
|
|
48
|
+
output: ListTagsForResourceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListUsersCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListUsersCommand extends ListUsersCommand_base {
|
|
36
|
+
export declare class ListUsersCommand extends ListUsersCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListUsersRequest;
|
|
40
|
+
output: ListUsersResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListUsersCommandInput;
|
|
44
|
+
output: ListUsersCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListWorkflowsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListWorkflowsCommand extends ListWorkflowsCommand_base {
|
|
39
|
+
export declare class ListWorkflowsCommand extends ListWorkflowsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListWorkflowsRequest;
|
|
43
|
+
output: ListWorkflowsResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListWorkflowsCommandInput;
|
|
47
|
+
output: ListWorkflowsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const SendWorkflowStepStateCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class SendWorkflowStepStateCommand extends SendWorkflowStepStateCommand_base {
|
|
40
|
+
export declare class SendWorkflowStepStateCommand extends SendWorkflowStepStateCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: SendWorkflowStepStateRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: SendWorkflowStepStateCommandInput;
|
|
48
|
+
output: SendWorkflowStepStateCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartDirectoryListingCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartDirectoryListingCommand extends StartDirectoryListingCommand_base {
|
|
40
|
+
export declare class StartDirectoryListingCommand extends StartDirectoryListingCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartDirectoryListingRequest;
|
|
44
|
+
output: StartDirectoryListingResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartDirectoryListingCommandInput;
|
|
48
|
+
output: StartDirectoryListingCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartFileTransferCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartFileTransferCommand extends StartFileTransferCommand_base {
|
|
40
|
+
export declare class StartFileTransferCommand extends StartFileTransferCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartFileTransferRequest;
|
|
44
|
+
output: StartFileTransferResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartFileTransferCommandInput;
|
|
48
|
+
output: StartFileTransferCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const StartServerCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class StartServerCommand extends StartServerCommand_base {
|
|
34
|
+
export declare class StartServerCommand extends StartServerCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: StartServerRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: StartServerCommandInput;
|
|
42
|
+
output: StartServerCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const StopServerCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class StopServerCommand extends StopServerCommand_base {
|
|
34
|
+
export declare class StopServerCommand extends StopServerCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: StopServerRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: StopServerCommandInput;
|
|
42
|
+
output: StopServerCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const TagResourceCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
34
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: TagResourceRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: TagResourceCommandInput;
|
|
42
|
+
output: TagResourceCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const TestConnectionCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class TestConnectionCommand extends TestConnectionCommand_base {
|
|
39
|
+
export declare class TestConnectionCommand extends TestConnectionCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: TestConnectionRequest;
|
|
43
|
+
output: TestConnectionResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: TestConnectionCommandInput;
|
|
47
|
+
output: TestConnectionCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const TestIdentityProviderCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class TestIdentityProviderCommand extends TestIdentityProviderCommand_base {
|
|
40
|
+
export declare class TestIdentityProviderCommand extends TestIdentityProviderCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: TestIdentityProviderRequest;
|
|
44
|
+
output: TestIdentityProviderResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: TestIdentityProviderCommandInput;
|
|
48
|
+
output: TestIdentityProviderCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const UntagResourceCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
34
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: UntagResourceRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: UntagResourceCommandInput;
|
|
42
|
+
output: UntagResourceCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const UpdateAccessCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class UpdateAccessCommand extends UpdateAccessCommand_base {
|
|
36
|
+
export declare class UpdateAccessCommand extends UpdateAccessCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: UpdateAccessRequest;
|
|
40
|
+
output: UpdateAccessResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: UpdateAccessCommandInput;
|
|
44
|
+
output: UpdateAccessCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UpdateAgreementCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UpdateAgreementCommand extends UpdateAgreementCommand_base {
|
|
39
|
+
export declare class UpdateAgreementCommand extends UpdateAgreementCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UpdateAgreementRequest;
|
|
43
|
+
output: UpdateAgreementResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UpdateAgreementCommandInput;
|
|
47
|
+
output: UpdateAgreementCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|