@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
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
3
|
+
exports.EndpointDetailsFilterSensitiveLog = exports.CreateProfileResponseFilterSensitiveLog = exports.CreateProfileRequestFilterSensitiveLog = exports.CreateConnectorResponseFilterSensitiveLog = exports.CreateConnectorRequestFilterSensitiveLog = exports.CreateAgreementResponseFilterSensitiveLog = exports.CreateAgreementRequestFilterSensitiveLog = exports.TagFilterSensitiveLog = exports.CreateAccessResponseFilterSensitiveLog = exports.CreateAccessRequestFilterSensitiveLog = exports.PosixProfileFilterSensitiveLog = exports.HomeDirectoryMapEntryFilterSensitiveLog = exports.CopyStepDetailsFilterSensitiveLog = exports.InputFileLocationFilterSensitiveLog = exports.S3InputFileLocationFilterSensitiveLog = exports.EfsFileLocationFilterSensitiveLog = exports.As2ConnectorConfigFilterSensitiveLog = exports.InvalidNextTokenException = exports.State = exports.ExecutionStatus = exports.ExecutionErrorType = exports.CustomStepStatus = exports.WorkflowStepType = exports.ThrottlingException = exports.Protocol = exports.TlsSessionResumptionMode = exports.SetStatOption = exports.IdentityProviderType = exports.EndpointType = exports.Domain = exports.ProfileType = exports.ServiceUnavailableException = exports.ResourceNotFoundException = exports.ResourceExistsException = exports.InvalidRequestException = exports.InternalServiceError = exports.HomeDirectoryType = exports.OverwriteExisting = exports.ConflictException = exports.CertificateUsageType = exports.CertificateType = exports.CertificateStatusType = exports.As2Transport = exports.SigningAlg = exports.MdnSigningAlg = exports.MdnResponse = exports.EncryptionAlg = exports.CompressionEnum = exports.AgreementStatusType = exports.AccessDeniedException = void 0;
|
|
4
|
+
exports.DescribedUserFilterSensitiveLog = exports.SshPublicKeyFilterSensitiveLog = exports.DescribedServerFilterSensitiveLog = exports.DescribedSecurityPolicyFilterSensitiveLog = exports.DescribedProfileFilterSensitiveLog = exports.DescribedExecutionFilterSensitiveLog = exports.ServiceMetadataFilterSensitiveLog = exports.UserDetailsFilterSensitiveLog = exports.ExecutionResultsFilterSensitiveLog = exports.ExecutionStepResultFilterSensitiveLog = exports.ExecutionErrorFilterSensitiveLog = exports.LoggingConfigurationFilterSensitiveLog = exports.FileLocationFilterSensitiveLog = exports.S3FileLocationFilterSensitiveLog = exports.DescribeConnectorResponseFilterSensitiveLog = exports.DescribedConnectorFilterSensitiveLog = exports.DescribeConnectorRequestFilterSensitiveLog = exports.DescribeCertificateResponseFilterSensitiveLog = exports.DescribedCertificateFilterSensitiveLog = exports.DescribeCertificateRequestFilterSensitiveLog = exports.DescribeAgreementResponseFilterSensitiveLog = exports.DescribedAgreementFilterSensitiveLog = exports.DescribeAgreementRequestFilterSensitiveLog = exports.DescribeAccessResponseFilterSensitiveLog = exports.DescribedAccessFilterSensitiveLog = exports.DescribeAccessRequestFilterSensitiveLog = exports.DeleteWorkflowRequestFilterSensitiveLog = exports.DeleteUserRequestFilterSensitiveLog = exports.DeleteSshPublicKeyRequestFilterSensitiveLog = exports.DeleteServerRequestFilterSensitiveLog = exports.DeleteProfileRequestFilterSensitiveLog = exports.DeleteConnectorRequestFilterSensitiveLog = exports.DeleteCertificateRequestFilterSensitiveLog = exports.DeleteAgreementRequestFilterSensitiveLog = exports.DeleteAccessRequestFilterSensitiveLog = exports.CreateWorkflowResponseFilterSensitiveLog = exports.CreateWorkflowRequestFilterSensitiveLog = exports.WorkflowStepFilterSensitiveLog = exports.TagStepDetailsFilterSensitiveLog = exports.S3TagFilterSensitiveLog = exports.DeleteStepDetailsFilterSensitiveLog = exports.CustomStepDetailsFilterSensitiveLog = exports.CreateUserResponseFilterSensitiveLog = exports.CreateUserRequestFilterSensitiveLog = exports.CreateServerResponseFilterSensitiveLog = exports.CreateServerRequestFilterSensitiveLog = exports.WorkflowDetailsFilterSensitiveLog = exports.WorkflowDetailFilterSensitiveLog = exports.ProtocolDetailsFilterSensitiveLog = exports.IdentityProviderDetailsFilterSensitiveLog = void 0;
|
|
5
|
+
exports.SendWorkflowStepStateResponseFilterSensitiveLog = exports.SendWorkflowStepStateRequestFilterSensitiveLog = exports.ListWorkflowsResponseFilterSensitiveLog = exports.ListWorkflowsRequestFilterSensitiveLog = exports.ListUsersResponseFilterSensitiveLog = exports.ListUsersRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.ListServersResponseFilterSensitiveLog = exports.ListServersRequestFilterSensitiveLog = exports.ListSecurityPoliciesResponseFilterSensitiveLog = exports.ListSecurityPoliciesRequestFilterSensitiveLog = exports.ListProfilesResponseFilterSensitiveLog = exports.ListProfilesRequestFilterSensitiveLog = exports.ListExecutionsResponseFilterSensitiveLog = exports.ListExecutionsRequestFilterSensitiveLog = exports.ListedWorkflowFilterSensitiveLog = exports.ListedUserFilterSensitiveLog = exports.ListedServerFilterSensitiveLog = exports.ListedProfileFilterSensitiveLog = exports.ListedExecutionFilterSensitiveLog = exports.ListConnectorsResponseFilterSensitiveLog = exports.ListedConnectorFilterSensitiveLog = exports.ListConnectorsRequestFilterSensitiveLog = exports.ListCertificatesResponseFilterSensitiveLog = exports.ListedCertificateFilterSensitiveLog = exports.ListCertificatesRequestFilterSensitiveLog = exports.ListAgreementsResponseFilterSensitiveLog = exports.ListedAgreementFilterSensitiveLog = exports.ListAgreementsRequestFilterSensitiveLog = exports.ListAccessesResponseFilterSensitiveLog = exports.ListedAccessFilterSensitiveLog = exports.ListAccessesRequestFilterSensitiveLog = exports.ImportSshPublicKeyResponseFilterSensitiveLog = exports.ImportSshPublicKeyRequestFilterSensitiveLog = exports.ImportCertificateResponseFilterSensitiveLog = exports.ImportCertificateRequestFilterSensitiveLog = exports.DescribeWorkflowResponseFilterSensitiveLog = exports.DescribeWorkflowRequestFilterSensitiveLog = exports.DescribeUserResponseFilterSensitiveLog = exports.DescribeUserRequestFilterSensitiveLog = exports.DescribeServerResponseFilterSensitiveLog = exports.DescribeServerRequestFilterSensitiveLog = exports.DescribeSecurityPolicyResponseFilterSensitiveLog = exports.DescribeSecurityPolicyRequestFilterSensitiveLog = exports.DescribeProfileResponseFilterSensitiveLog = exports.DescribeProfileRequestFilterSensitiveLog = exports.DescribeExecutionResponseFilterSensitiveLog = exports.DescribeExecutionRequestFilterSensitiveLog = exports.DescribedWorkflowFilterSensitiveLog = void 0;
|
|
6
|
+
exports.UpdateUserResponseFilterSensitiveLog = exports.UpdateUserRequestFilterSensitiveLog = exports.UpdateServerResponseFilterSensitiveLog = exports.UpdateServerRequestFilterSensitiveLog = exports.UpdateProfileResponseFilterSensitiveLog = exports.UpdateProfileRequestFilterSensitiveLog = exports.UpdateConnectorResponseFilterSensitiveLog = exports.UpdateConnectorRequestFilterSensitiveLog = exports.UpdateCertificateResponseFilterSensitiveLog = exports.UpdateCertificateRequestFilterSensitiveLog = exports.UpdateAgreementResponseFilterSensitiveLog = exports.UpdateAgreementRequestFilterSensitiveLog = exports.UpdateAccessResponseFilterSensitiveLog = exports.UpdateAccessRequestFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TestIdentityProviderResponseFilterSensitiveLog = exports.TestIdentityProviderRequestFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.StopServerRequestFilterSensitiveLog = exports.StartServerRequestFilterSensitiveLog = exports.StartFileTransferResponseFilterSensitiveLog = exports.StartFileTransferRequestFilterSensitiveLog = void 0;
|
|
6
7
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
8
|
const TransferServiceException_1 = require("./TransferServiceException");
|
|
8
9
|
class AccessDeniedException extends TransferServiceException_1.TransferServiceException {
|
|
@@ -19,6 +20,64 @@ class AccessDeniedException extends TransferServiceException_1.TransferServiceEx
|
|
|
19
20
|
}
|
|
20
21
|
}
|
|
21
22
|
exports.AccessDeniedException = AccessDeniedException;
|
|
23
|
+
var AgreementStatusType;
|
|
24
|
+
(function (AgreementStatusType) {
|
|
25
|
+
AgreementStatusType["ACTIVE"] = "ACTIVE";
|
|
26
|
+
AgreementStatusType["INACTIVE"] = "INACTIVE";
|
|
27
|
+
})(AgreementStatusType = exports.AgreementStatusType || (exports.AgreementStatusType = {}));
|
|
28
|
+
var CompressionEnum;
|
|
29
|
+
(function (CompressionEnum) {
|
|
30
|
+
CompressionEnum["DISABLED"] = "DISABLED";
|
|
31
|
+
CompressionEnum["ZLIB"] = "ZLIB";
|
|
32
|
+
})(CompressionEnum = exports.CompressionEnum || (exports.CompressionEnum = {}));
|
|
33
|
+
var EncryptionAlg;
|
|
34
|
+
(function (EncryptionAlg) {
|
|
35
|
+
EncryptionAlg["AES128_CBC"] = "AES128_CBC";
|
|
36
|
+
EncryptionAlg["AES192_CBC"] = "AES192_CBC";
|
|
37
|
+
EncryptionAlg["AES256_CBC"] = "AES256_CBC";
|
|
38
|
+
})(EncryptionAlg = exports.EncryptionAlg || (exports.EncryptionAlg = {}));
|
|
39
|
+
var MdnResponse;
|
|
40
|
+
(function (MdnResponse) {
|
|
41
|
+
MdnResponse["NONE"] = "NONE";
|
|
42
|
+
MdnResponse["SYNC"] = "SYNC";
|
|
43
|
+
})(MdnResponse = exports.MdnResponse || (exports.MdnResponse = {}));
|
|
44
|
+
var MdnSigningAlg;
|
|
45
|
+
(function (MdnSigningAlg) {
|
|
46
|
+
MdnSigningAlg["DEFAULT"] = "DEFAULT";
|
|
47
|
+
MdnSigningAlg["NONE"] = "NONE";
|
|
48
|
+
MdnSigningAlg["SHA1"] = "SHA1";
|
|
49
|
+
MdnSigningAlg["SHA256"] = "SHA256";
|
|
50
|
+
MdnSigningAlg["SHA384"] = "SHA384";
|
|
51
|
+
MdnSigningAlg["SHA512"] = "SHA512";
|
|
52
|
+
})(MdnSigningAlg = exports.MdnSigningAlg || (exports.MdnSigningAlg = {}));
|
|
53
|
+
var SigningAlg;
|
|
54
|
+
(function (SigningAlg) {
|
|
55
|
+
SigningAlg["NONE"] = "NONE";
|
|
56
|
+
SigningAlg["SHA1"] = "SHA1";
|
|
57
|
+
SigningAlg["SHA256"] = "SHA256";
|
|
58
|
+
SigningAlg["SHA384"] = "SHA384";
|
|
59
|
+
SigningAlg["SHA512"] = "SHA512";
|
|
60
|
+
})(SigningAlg = exports.SigningAlg || (exports.SigningAlg = {}));
|
|
61
|
+
var As2Transport;
|
|
62
|
+
(function (As2Transport) {
|
|
63
|
+
As2Transport["HTTP"] = "HTTP";
|
|
64
|
+
})(As2Transport = exports.As2Transport || (exports.As2Transport = {}));
|
|
65
|
+
var CertificateStatusType;
|
|
66
|
+
(function (CertificateStatusType) {
|
|
67
|
+
CertificateStatusType["ACTIVE"] = "ACTIVE";
|
|
68
|
+
CertificateStatusType["INACTIVE"] = "INACTIVE";
|
|
69
|
+
CertificateStatusType["PENDING_ROTATION"] = "PENDING_ROTATION";
|
|
70
|
+
})(CertificateStatusType = exports.CertificateStatusType || (exports.CertificateStatusType = {}));
|
|
71
|
+
var CertificateType;
|
|
72
|
+
(function (CertificateType) {
|
|
73
|
+
CertificateType["CERTIFICATE"] = "CERTIFICATE";
|
|
74
|
+
CertificateType["CERTIFICATE_WITH_PRIVATE_KEY"] = "CERTIFICATE_WITH_PRIVATE_KEY";
|
|
75
|
+
})(CertificateType = exports.CertificateType || (exports.CertificateType = {}));
|
|
76
|
+
var CertificateUsageType;
|
|
77
|
+
(function (CertificateUsageType) {
|
|
78
|
+
CertificateUsageType["ENCRYPTION"] = "ENCRYPTION";
|
|
79
|
+
CertificateUsageType["SIGNING"] = "SIGNING";
|
|
80
|
+
})(CertificateUsageType = exports.CertificateUsageType || (exports.CertificateUsageType = {}));
|
|
22
81
|
class ConflictException extends TransferServiceException_1.TransferServiceException {
|
|
23
82
|
constructor(opts) {
|
|
24
83
|
super({
|
|
@@ -33,64 +92,16 @@ class ConflictException extends TransferServiceException_1.TransferServiceExcept
|
|
|
33
92
|
}
|
|
34
93
|
}
|
|
35
94
|
exports.ConflictException = ConflictException;
|
|
36
|
-
var EfsFileLocation;
|
|
37
|
-
(function (EfsFileLocation) {
|
|
38
|
-
EfsFileLocation.filterSensitiveLog = (obj) => ({
|
|
39
|
-
...obj,
|
|
40
|
-
});
|
|
41
|
-
})(EfsFileLocation = exports.EfsFileLocation || (exports.EfsFileLocation = {}));
|
|
42
|
-
var S3InputFileLocation;
|
|
43
|
-
(function (S3InputFileLocation) {
|
|
44
|
-
S3InputFileLocation.filterSensitiveLog = (obj) => ({
|
|
45
|
-
...obj,
|
|
46
|
-
});
|
|
47
|
-
})(S3InputFileLocation = exports.S3InputFileLocation || (exports.S3InputFileLocation = {}));
|
|
48
|
-
var InputFileLocation;
|
|
49
|
-
(function (InputFileLocation) {
|
|
50
|
-
InputFileLocation.filterSensitiveLog = (obj) => ({
|
|
51
|
-
...obj,
|
|
52
|
-
});
|
|
53
|
-
})(InputFileLocation = exports.InputFileLocation || (exports.InputFileLocation = {}));
|
|
54
95
|
var OverwriteExisting;
|
|
55
96
|
(function (OverwriteExisting) {
|
|
56
97
|
OverwriteExisting["FALSE"] = "FALSE";
|
|
57
98
|
OverwriteExisting["TRUE"] = "TRUE";
|
|
58
99
|
})(OverwriteExisting = exports.OverwriteExisting || (exports.OverwriteExisting = {}));
|
|
59
|
-
var CopyStepDetails;
|
|
60
|
-
(function (CopyStepDetails) {
|
|
61
|
-
CopyStepDetails.filterSensitiveLog = (obj) => ({
|
|
62
|
-
...obj,
|
|
63
|
-
});
|
|
64
|
-
})(CopyStepDetails = exports.CopyStepDetails || (exports.CopyStepDetails = {}));
|
|
65
|
-
var HomeDirectoryMapEntry;
|
|
66
|
-
(function (HomeDirectoryMapEntry) {
|
|
67
|
-
HomeDirectoryMapEntry.filterSensitiveLog = (obj) => ({
|
|
68
|
-
...obj,
|
|
69
|
-
});
|
|
70
|
-
})(HomeDirectoryMapEntry = exports.HomeDirectoryMapEntry || (exports.HomeDirectoryMapEntry = {}));
|
|
71
100
|
var HomeDirectoryType;
|
|
72
101
|
(function (HomeDirectoryType) {
|
|
73
102
|
HomeDirectoryType["LOGICAL"] = "LOGICAL";
|
|
74
103
|
HomeDirectoryType["PATH"] = "PATH";
|
|
75
104
|
})(HomeDirectoryType = exports.HomeDirectoryType || (exports.HomeDirectoryType = {}));
|
|
76
|
-
var PosixProfile;
|
|
77
|
-
(function (PosixProfile) {
|
|
78
|
-
PosixProfile.filterSensitiveLog = (obj) => ({
|
|
79
|
-
...obj,
|
|
80
|
-
});
|
|
81
|
-
})(PosixProfile = exports.PosixProfile || (exports.PosixProfile = {}));
|
|
82
|
-
var CreateAccessRequest;
|
|
83
|
-
(function (CreateAccessRequest) {
|
|
84
|
-
CreateAccessRequest.filterSensitiveLog = (obj) => ({
|
|
85
|
-
...obj,
|
|
86
|
-
});
|
|
87
|
-
})(CreateAccessRequest = exports.CreateAccessRequest || (exports.CreateAccessRequest = {}));
|
|
88
|
-
var CreateAccessResponse;
|
|
89
|
-
(function (CreateAccessResponse) {
|
|
90
|
-
CreateAccessResponse.filterSensitiveLog = (obj) => ({
|
|
91
|
-
...obj,
|
|
92
|
-
});
|
|
93
|
-
})(CreateAccessResponse = exports.CreateAccessResponse || (exports.CreateAccessResponse = {}));
|
|
94
105
|
class InternalServiceError extends TransferServiceException_1.TransferServiceException {
|
|
95
106
|
constructor(opts) {
|
|
96
107
|
super({
|
|
@@ -165,29 +176,22 @@ class ServiceUnavailableException extends TransferServiceException_1.TransferSer
|
|
|
165
176
|
}
|
|
166
177
|
}
|
|
167
178
|
exports.ServiceUnavailableException = ServiceUnavailableException;
|
|
179
|
+
var ProfileType;
|
|
180
|
+
(function (ProfileType) {
|
|
181
|
+
ProfileType["LOCAL"] = "LOCAL";
|
|
182
|
+
ProfileType["PARTNER"] = "PARTNER";
|
|
183
|
+
})(ProfileType = exports.ProfileType || (exports.ProfileType = {}));
|
|
168
184
|
var Domain;
|
|
169
185
|
(function (Domain) {
|
|
170
186
|
Domain["EFS"] = "EFS";
|
|
171
187
|
Domain["S3"] = "S3";
|
|
172
188
|
})(Domain = exports.Domain || (exports.Domain = {}));
|
|
173
|
-
var EndpointDetails;
|
|
174
|
-
(function (EndpointDetails) {
|
|
175
|
-
EndpointDetails.filterSensitiveLog = (obj) => ({
|
|
176
|
-
...obj,
|
|
177
|
-
});
|
|
178
|
-
})(EndpointDetails = exports.EndpointDetails || (exports.EndpointDetails = {}));
|
|
179
189
|
var EndpointType;
|
|
180
190
|
(function (EndpointType) {
|
|
181
191
|
EndpointType["PUBLIC"] = "PUBLIC";
|
|
182
192
|
EndpointType["VPC"] = "VPC";
|
|
183
193
|
EndpointType["VPC_ENDPOINT"] = "VPC_ENDPOINT";
|
|
184
194
|
})(EndpointType = exports.EndpointType || (exports.EndpointType = {}));
|
|
185
|
-
var IdentityProviderDetails;
|
|
186
|
-
(function (IdentityProviderDetails) {
|
|
187
|
-
IdentityProviderDetails.filterSensitiveLog = (obj) => ({
|
|
188
|
-
...obj,
|
|
189
|
-
});
|
|
190
|
-
})(IdentityProviderDetails = exports.IdentityProviderDetails || (exports.IdentityProviderDetails = {}));
|
|
191
195
|
var IdentityProviderType;
|
|
192
196
|
(function (IdentityProviderType) {
|
|
193
197
|
IdentityProviderType["API_GATEWAY"] = "API_GATEWAY";
|
|
@@ -206,49 +210,13 @@ var TlsSessionResumptionMode;
|
|
|
206
210
|
TlsSessionResumptionMode["ENABLED"] = "ENABLED";
|
|
207
211
|
TlsSessionResumptionMode["ENFORCED"] = "ENFORCED";
|
|
208
212
|
})(TlsSessionResumptionMode = exports.TlsSessionResumptionMode || (exports.TlsSessionResumptionMode = {}));
|
|
209
|
-
var ProtocolDetails;
|
|
210
|
-
(function (ProtocolDetails) {
|
|
211
|
-
ProtocolDetails.filterSensitiveLog = (obj) => ({
|
|
212
|
-
...obj,
|
|
213
|
-
});
|
|
214
|
-
})(ProtocolDetails = exports.ProtocolDetails || (exports.ProtocolDetails = {}));
|
|
215
213
|
var Protocol;
|
|
216
214
|
(function (Protocol) {
|
|
215
|
+
Protocol["AS2"] = "AS2";
|
|
217
216
|
Protocol["FTP"] = "FTP";
|
|
218
217
|
Protocol["FTPS"] = "FTPS";
|
|
219
218
|
Protocol["SFTP"] = "SFTP";
|
|
220
219
|
})(Protocol = exports.Protocol || (exports.Protocol = {}));
|
|
221
|
-
var Tag;
|
|
222
|
-
(function (Tag) {
|
|
223
|
-
Tag.filterSensitiveLog = (obj) => ({
|
|
224
|
-
...obj,
|
|
225
|
-
});
|
|
226
|
-
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
227
|
-
var WorkflowDetail;
|
|
228
|
-
(function (WorkflowDetail) {
|
|
229
|
-
WorkflowDetail.filterSensitiveLog = (obj) => ({
|
|
230
|
-
...obj,
|
|
231
|
-
});
|
|
232
|
-
})(WorkflowDetail = exports.WorkflowDetail || (exports.WorkflowDetail = {}));
|
|
233
|
-
var WorkflowDetails;
|
|
234
|
-
(function (WorkflowDetails) {
|
|
235
|
-
WorkflowDetails.filterSensitiveLog = (obj) => ({
|
|
236
|
-
...obj,
|
|
237
|
-
});
|
|
238
|
-
})(WorkflowDetails = exports.WorkflowDetails || (exports.WorkflowDetails = {}));
|
|
239
|
-
var CreateServerRequest;
|
|
240
|
-
(function (CreateServerRequest) {
|
|
241
|
-
CreateServerRequest.filterSensitiveLog = (obj) => ({
|
|
242
|
-
...obj,
|
|
243
|
-
...(obj.HostKey && { HostKey: smithy_client_1.SENSITIVE_STRING }),
|
|
244
|
-
});
|
|
245
|
-
})(CreateServerRequest = exports.CreateServerRequest || (exports.CreateServerRequest = {}));
|
|
246
|
-
var CreateServerResponse;
|
|
247
|
-
(function (CreateServerResponse) {
|
|
248
|
-
CreateServerResponse.filterSensitiveLog = (obj) => ({
|
|
249
|
-
...obj,
|
|
250
|
-
});
|
|
251
|
-
})(CreateServerResponse = exports.CreateServerResponse || (exports.CreateServerResponse = {}));
|
|
252
220
|
class ThrottlingException extends TransferServiceException_1.TransferServiceException {
|
|
253
221
|
constructor(opts) {
|
|
254
222
|
super({
|
|
@@ -263,42 +231,6 @@ class ThrottlingException extends TransferServiceException_1.TransferServiceExce
|
|
|
263
231
|
}
|
|
264
232
|
}
|
|
265
233
|
exports.ThrottlingException = ThrottlingException;
|
|
266
|
-
var CreateUserRequest;
|
|
267
|
-
(function (CreateUserRequest) {
|
|
268
|
-
CreateUserRequest.filterSensitiveLog = (obj) => ({
|
|
269
|
-
...obj,
|
|
270
|
-
});
|
|
271
|
-
})(CreateUserRequest = exports.CreateUserRequest || (exports.CreateUserRequest = {}));
|
|
272
|
-
var CreateUserResponse;
|
|
273
|
-
(function (CreateUserResponse) {
|
|
274
|
-
CreateUserResponse.filterSensitiveLog = (obj) => ({
|
|
275
|
-
...obj,
|
|
276
|
-
});
|
|
277
|
-
})(CreateUserResponse = exports.CreateUserResponse || (exports.CreateUserResponse = {}));
|
|
278
|
-
var CustomStepDetails;
|
|
279
|
-
(function (CustomStepDetails) {
|
|
280
|
-
CustomStepDetails.filterSensitiveLog = (obj) => ({
|
|
281
|
-
...obj,
|
|
282
|
-
});
|
|
283
|
-
})(CustomStepDetails = exports.CustomStepDetails || (exports.CustomStepDetails = {}));
|
|
284
|
-
var DeleteStepDetails;
|
|
285
|
-
(function (DeleteStepDetails) {
|
|
286
|
-
DeleteStepDetails.filterSensitiveLog = (obj) => ({
|
|
287
|
-
...obj,
|
|
288
|
-
});
|
|
289
|
-
})(DeleteStepDetails = exports.DeleteStepDetails || (exports.DeleteStepDetails = {}));
|
|
290
|
-
var S3Tag;
|
|
291
|
-
(function (S3Tag) {
|
|
292
|
-
S3Tag.filterSensitiveLog = (obj) => ({
|
|
293
|
-
...obj,
|
|
294
|
-
});
|
|
295
|
-
})(S3Tag = exports.S3Tag || (exports.S3Tag = {}));
|
|
296
|
-
var TagStepDetails;
|
|
297
|
-
(function (TagStepDetails) {
|
|
298
|
-
TagStepDetails.filterSensitiveLog = (obj) => ({
|
|
299
|
-
...obj,
|
|
300
|
-
});
|
|
301
|
-
})(TagStepDetails = exports.TagStepDetails || (exports.TagStepDetails = {}));
|
|
302
234
|
var WorkflowStepType;
|
|
303
235
|
(function (WorkflowStepType) {
|
|
304
236
|
WorkflowStepType["COPY"] = "COPY";
|
|
@@ -306,95 +238,11 @@ var WorkflowStepType;
|
|
|
306
238
|
WorkflowStepType["DELETE"] = "DELETE";
|
|
307
239
|
WorkflowStepType["TAG"] = "TAG";
|
|
308
240
|
})(WorkflowStepType = exports.WorkflowStepType || (exports.WorkflowStepType = {}));
|
|
309
|
-
var WorkflowStep;
|
|
310
|
-
(function (WorkflowStep) {
|
|
311
|
-
WorkflowStep.filterSensitiveLog = (obj) => ({
|
|
312
|
-
...obj,
|
|
313
|
-
});
|
|
314
|
-
})(WorkflowStep = exports.WorkflowStep || (exports.WorkflowStep = {}));
|
|
315
|
-
var CreateWorkflowRequest;
|
|
316
|
-
(function (CreateWorkflowRequest) {
|
|
317
|
-
CreateWorkflowRequest.filterSensitiveLog = (obj) => ({
|
|
318
|
-
...obj,
|
|
319
|
-
});
|
|
320
|
-
})(CreateWorkflowRequest = exports.CreateWorkflowRequest || (exports.CreateWorkflowRequest = {}));
|
|
321
|
-
var CreateWorkflowResponse;
|
|
322
|
-
(function (CreateWorkflowResponse) {
|
|
323
|
-
CreateWorkflowResponse.filterSensitiveLog = (obj) => ({
|
|
324
|
-
...obj,
|
|
325
|
-
});
|
|
326
|
-
})(CreateWorkflowResponse = exports.CreateWorkflowResponse || (exports.CreateWorkflowResponse = {}));
|
|
327
241
|
var CustomStepStatus;
|
|
328
242
|
(function (CustomStepStatus) {
|
|
329
243
|
CustomStepStatus["FAILURE"] = "FAILURE";
|
|
330
244
|
CustomStepStatus["SUCCESS"] = "SUCCESS";
|
|
331
245
|
})(CustomStepStatus = exports.CustomStepStatus || (exports.CustomStepStatus = {}));
|
|
332
|
-
var DeleteAccessRequest;
|
|
333
|
-
(function (DeleteAccessRequest) {
|
|
334
|
-
DeleteAccessRequest.filterSensitiveLog = (obj) => ({
|
|
335
|
-
...obj,
|
|
336
|
-
});
|
|
337
|
-
})(DeleteAccessRequest = exports.DeleteAccessRequest || (exports.DeleteAccessRequest = {}));
|
|
338
|
-
var DeleteServerRequest;
|
|
339
|
-
(function (DeleteServerRequest) {
|
|
340
|
-
DeleteServerRequest.filterSensitiveLog = (obj) => ({
|
|
341
|
-
...obj,
|
|
342
|
-
});
|
|
343
|
-
})(DeleteServerRequest = exports.DeleteServerRequest || (exports.DeleteServerRequest = {}));
|
|
344
|
-
var DeleteSshPublicKeyRequest;
|
|
345
|
-
(function (DeleteSshPublicKeyRequest) {
|
|
346
|
-
DeleteSshPublicKeyRequest.filterSensitiveLog = (obj) => ({
|
|
347
|
-
...obj,
|
|
348
|
-
});
|
|
349
|
-
})(DeleteSshPublicKeyRequest = exports.DeleteSshPublicKeyRequest || (exports.DeleteSshPublicKeyRequest = {}));
|
|
350
|
-
var DeleteUserRequest;
|
|
351
|
-
(function (DeleteUserRequest) {
|
|
352
|
-
DeleteUserRequest.filterSensitiveLog = (obj) => ({
|
|
353
|
-
...obj,
|
|
354
|
-
});
|
|
355
|
-
})(DeleteUserRequest = exports.DeleteUserRequest || (exports.DeleteUserRequest = {}));
|
|
356
|
-
var DeleteWorkflowRequest;
|
|
357
|
-
(function (DeleteWorkflowRequest) {
|
|
358
|
-
DeleteWorkflowRequest.filterSensitiveLog = (obj) => ({
|
|
359
|
-
...obj,
|
|
360
|
-
});
|
|
361
|
-
})(DeleteWorkflowRequest = exports.DeleteWorkflowRequest || (exports.DeleteWorkflowRequest = {}));
|
|
362
|
-
var DescribeAccessRequest;
|
|
363
|
-
(function (DescribeAccessRequest) {
|
|
364
|
-
DescribeAccessRequest.filterSensitiveLog = (obj) => ({
|
|
365
|
-
...obj,
|
|
366
|
-
});
|
|
367
|
-
})(DescribeAccessRequest = exports.DescribeAccessRequest || (exports.DescribeAccessRequest = {}));
|
|
368
|
-
var DescribedAccess;
|
|
369
|
-
(function (DescribedAccess) {
|
|
370
|
-
DescribedAccess.filterSensitiveLog = (obj) => ({
|
|
371
|
-
...obj,
|
|
372
|
-
});
|
|
373
|
-
})(DescribedAccess = exports.DescribedAccess || (exports.DescribedAccess = {}));
|
|
374
|
-
var DescribeAccessResponse;
|
|
375
|
-
(function (DescribeAccessResponse) {
|
|
376
|
-
DescribeAccessResponse.filterSensitiveLog = (obj) => ({
|
|
377
|
-
...obj,
|
|
378
|
-
});
|
|
379
|
-
})(DescribeAccessResponse = exports.DescribeAccessResponse || (exports.DescribeAccessResponse = {}));
|
|
380
|
-
var S3FileLocation;
|
|
381
|
-
(function (S3FileLocation) {
|
|
382
|
-
S3FileLocation.filterSensitiveLog = (obj) => ({
|
|
383
|
-
...obj,
|
|
384
|
-
});
|
|
385
|
-
})(S3FileLocation = exports.S3FileLocation || (exports.S3FileLocation = {}));
|
|
386
|
-
var FileLocation;
|
|
387
|
-
(function (FileLocation) {
|
|
388
|
-
FileLocation.filterSensitiveLog = (obj) => ({
|
|
389
|
-
...obj,
|
|
390
|
-
});
|
|
391
|
-
})(FileLocation = exports.FileLocation || (exports.FileLocation = {}));
|
|
392
|
-
var LoggingConfiguration;
|
|
393
|
-
(function (LoggingConfiguration) {
|
|
394
|
-
LoggingConfiguration.filterSensitiveLog = (obj) => ({
|
|
395
|
-
...obj,
|
|
396
|
-
});
|
|
397
|
-
})(LoggingConfiguration = exports.LoggingConfiguration || (exports.LoggingConfiguration = {}));
|
|
398
246
|
var ExecutionErrorType;
|
|
399
247
|
(function (ExecutionErrorType) {
|
|
400
248
|
ExecutionErrorType["ALREADY_EXISTS"] = "ALREADY_EXISTS";
|
|
@@ -406,36 +254,6 @@ var ExecutionErrorType;
|
|
|
406
254
|
ExecutionErrorType["THROTTLED"] = "THROTTLED";
|
|
407
255
|
ExecutionErrorType["TIMEOUT"] = "TIMEOUT";
|
|
408
256
|
})(ExecutionErrorType = exports.ExecutionErrorType || (exports.ExecutionErrorType = {}));
|
|
409
|
-
var ExecutionError;
|
|
410
|
-
(function (ExecutionError) {
|
|
411
|
-
ExecutionError.filterSensitiveLog = (obj) => ({
|
|
412
|
-
...obj,
|
|
413
|
-
});
|
|
414
|
-
})(ExecutionError = exports.ExecutionError || (exports.ExecutionError = {}));
|
|
415
|
-
var ExecutionStepResult;
|
|
416
|
-
(function (ExecutionStepResult) {
|
|
417
|
-
ExecutionStepResult.filterSensitiveLog = (obj) => ({
|
|
418
|
-
...obj,
|
|
419
|
-
});
|
|
420
|
-
})(ExecutionStepResult = exports.ExecutionStepResult || (exports.ExecutionStepResult = {}));
|
|
421
|
-
var ExecutionResults;
|
|
422
|
-
(function (ExecutionResults) {
|
|
423
|
-
ExecutionResults.filterSensitiveLog = (obj) => ({
|
|
424
|
-
...obj,
|
|
425
|
-
});
|
|
426
|
-
})(ExecutionResults = exports.ExecutionResults || (exports.ExecutionResults = {}));
|
|
427
|
-
var UserDetails;
|
|
428
|
-
(function (UserDetails) {
|
|
429
|
-
UserDetails.filterSensitiveLog = (obj) => ({
|
|
430
|
-
...obj,
|
|
431
|
-
});
|
|
432
|
-
})(UserDetails = exports.UserDetails || (exports.UserDetails = {}));
|
|
433
|
-
var ServiceMetadata;
|
|
434
|
-
(function (ServiceMetadata) {
|
|
435
|
-
ServiceMetadata.filterSensitiveLog = (obj) => ({
|
|
436
|
-
...obj,
|
|
437
|
-
});
|
|
438
|
-
})(ServiceMetadata = exports.ServiceMetadata || (exports.ServiceMetadata = {}));
|
|
439
257
|
var ExecutionStatus;
|
|
440
258
|
(function (ExecutionStatus) {
|
|
441
259
|
ExecutionStatus["COMPLETED"] = "COMPLETED";
|
|
@@ -443,18 +261,6 @@ var ExecutionStatus;
|
|
|
443
261
|
ExecutionStatus["HANDLING_EXCEPTION"] = "HANDLING_EXCEPTION";
|
|
444
262
|
ExecutionStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
445
263
|
})(ExecutionStatus = exports.ExecutionStatus || (exports.ExecutionStatus = {}));
|
|
446
|
-
var DescribedExecution;
|
|
447
|
-
(function (DescribedExecution) {
|
|
448
|
-
DescribedExecution.filterSensitiveLog = (obj) => ({
|
|
449
|
-
...obj,
|
|
450
|
-
});
|
|
451
|
-
})(DescribedExecution = exports.DescribedExecution || (exports.DescribedExecution = {}));
|
|
452
|
-
var DescribedSecurityPolicy;
|
|
453
|
-
(function (DescribedSecurityPolicy) {
|
|
454
|
-
DescribedSecurityPolicy.filterSensitiveLog = (obj) => ({
|
|
455
|
-
...obj,
|
|
456
|
-
});
|
|
457
|
-
})(DescribedSecurityPolicy = exports.DescribedSecurityPolicy || (exports.DescribedSecurityPolicy = {}));
|
|
458
264
|
var State;
|
|
459
265
|
(function (State) {
|
|
460
266
|
State["OFFLINE"] = "OFFLINE";
|
|
@@ -464,102 +270,6 @@ var State;
|
|
|
464
270
|
State["STOPPING"] = "STOPPING";
|
|
465
271
|
State["STOP_FAILED"] = "STOP_FAILED";
|
|
466
272
|
})(State = exports.State || (exports.State = {}));
|
|
467
|
-
var DescribedServer;
|
|
468
|
-
(function (DescribedServer) {
|
|
469
|
-
DescribedServer.filterSensitiveLog = (obj) => ({
|
|
470
|
-
...obj,
|
|
471
|
-
});
|
|
472
|
-
})(DescribedServer = exports.DescribedServer || (exports.DescribedServer = {}));
|
|
473
|
-
var SshPublicKey;
|
|
474
|
-
(function (SshPublicKey) {
|
|
475
|
-
SshPublicKey.filterSensitiveLog = (obj) => ({
|
|
476
|
-
...obj,
|
|
477
|
-
});
|
|
478
|
-
})(SshPublicKey = exports.SshPublicKey || (exports.SshPublicKey = {}));
|
|
479
|
-
var DescribedUser;
|
|
480
|
-
(function (DescribedUser) {
|
|
481
|
-
DescribedUser.filterSensitiveLog = (obj) => ({
|
|
482
|
-
...obj,
|
|
483
|
-
});
|
|
484
|
-
})(DescribedUser = exports.DescribedUser || (exports.DescribedUser = {}));
|
|
485
|
-
var DescribedWorkflow;
|
|
486
|
-
(function (DescribedWorkflow) {
|
|
487
|
-
DescribedWorkflow.filterSensitiveLog = (obj) => ({
|
|
488
|
-
...obj,
|
|
489
|
-
});
|
|
490
|
-
})(DescribedWorkflow = exports.DescribedWorkflow || (exports.DescribedWorkflow = {}));
|
|
491
|
-
var DescribeExecutionRequest;
|
|
492
|
-
(function (DescribeExecutionRequest) {
|
|
493
|
-
DescribeExecutionRequest.filterSensitiveLog = (obj) => ({
|
|
494
|
-
...obj,
|
|
495
|
-
});
|
|
496
|
-
})(DescribeExecutionRequest = exports.DescribeExecutionRequest || (exports.DescribeExecutionRequest = {}));
|
|
497
|
-
var DescribeExecutionResponse;
|
|
498
|
-
(function (DescribeExecutionResponse) {
|
|
499
|
-
DescribeExecutionResponse.filterSensitiveLog = (obj) => ({
|
|
500
|
-
...obj,
|
|
501
|
-
});
|
|
502
|
-
})(DescribeExecutionResponse = exports.DescribeExecutionResponse || (exports.DescribeExecutionResponse = {}));
|
|
503
|
-
var DescribeSecurityPolicyRequest;
|
|
504
|
-
(function (DescribeSecurityPolicyRequest) {
|
|
505
|
-
DescribeSecurityPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
506
|
-
...obj,
|
|
507
|
-
});
|
|
508
|
-
})(DescribeSecurityPolicyRequest = exports.DescribeSecurityPolicyRequest || (exports.DescribeSecurityPolicyRequest = {}));
|
|
509
|
-
var DescribeSecurityPolicyResponse;
|
|
510
|
-
(function (DescribeSecurityPolicyResponse) {
|
|
511
|
-
DescribeSecurityPolicyResponse.filterSensitiveLog = (obj) => ({
|
|
512
|
-
...obj,
|
|
513
|
-
});
|
|
514
|
-
})(DescribeSecurityPolicyResponse = exports.DescribeSecurityPolicyResponse || (exports.DescribeSecurityPolicyResponse = {}));
|
|
515
|
-
var DescribeServerRequest;
|
|
516
|
-
(function (DescribeServerRequest) {
|
|
517
|
-
DescribeServerRequest.filterSensitiveLog = (obj) => ({
|
|
518
|
-
...obj,
|
|
519
|
-
});
|
|
520
|
-
})(DescribeServerRequest = exports.DescribeServerRequest || (exports.DescribeServerRequest = {}));
|
|
521
|
-
var DescribeServerResponse;
|
|
522
|
-
(function (DescribeServerResponse) {
|
|
523
|
-
DescribeServerResponse.filterSensitiveLog = (obj) => ({
|
|
524
|
-
...obj,
|
|
525
|
-
});
|
|
526
|
-
})(DescribeServerResponse = exports.DescribeServerResponse || (exports.DescribeServerResponse = {}));
|
|
527
|
-
var DescribeUserRequest;
|
|
528
|
-
(function (DescribeUserRequest) {
|
|
529
|
-
DescribeUserRequest.filterSensitiveLog = (obj) => ({
|
|
530
|
-
...obj,
|
|
531
|
-
});
|
|
532
|
-
})(DescribeUserRequest = exports.DescribeUserRequest || (exports.DescribeUserRequest = {}));
|
|
533
|
-
var DescribeUserResponse;
|
|
534
|
-
(function (DescribeUserResponse) {
|
|
535
|
-
DescribeUserResponse.filterSensitiveLog = (obj) => ({
|
|
536
|
-
...obj,
|
|
537
|
-
});
|
|
538
|
-
})(DescribeUserResponse = exports.DescribeUserResponse || (exports.DescribeUserResponse = {}));
|
|
539
|
-
var DescribeWorkflowRequest;
|
|
540
|
-
(function (DescribeWorkflowRequest) {
|
|
541
|
-
DescribeWorkflowRequest.filterSensitiveLog = (obj) => ({
|
|
542
|
-
...obj,
|
|
543
|
-
});
|
|
544
|
-
})(DescribeWorkflowRequest = exports.DescribeWorkflowRequest || (exports.DescribeWorkflowRequest = {}));
|
|
545
|
-
var DescribeWorkflowResponse;
|
|
546
|
-
(function (DescribeWorkflowResponse) {
|
|
547
|
-
DescribeWorkflowResponse.filterSensitiveLog = (obj) => ({
|
|
548
|
-
...obj,
|
|
549
|
-
});
|
|
550
|
-
})(DescribeWorkflowResponse = exports.DescribeWorkflowResponse || (exports.DescribeWorkflowResponse = {}));
|
|
551
|
-
var ImportSshPublicKeyRequest;
|
|
552
|
-
(function (ImportSshPublicKeyRequest) {
|
|
553
|
-
ImportSshPublicKeyRequest.filterSensitiveLog = (obj) => ({
|
|
554
|
-
...obj,
|
|
555
|
-
});
|
|
556
|
-
})(ImportSshPublicKeyRequest = exports.ImportSshPublicKeyRequest || (exports.ImportSshPublicKeyRequest = {}));
|
|
557
|
-
var ImportSshPublicKeyResponse;
|
|
558
|
-
(function (ImportSshPublicKeyResponse) {
|
|
559
|
-
ImportSshPublicKeyResponse.filterSensitiveLog = (obj) => ({
|
|
560
|
-
...obj,
|
|
561
|
-
});
|
|
562
|
-
})(ImportSshPublicKeyResponse = exports.ImportSshPublicKeyResponse || (exports.ImportSshPublicKeyResponse = {}));
|
|
563
273
|
class InvalidNextTokenException extends TransferServiceException_1.TransferServiceException {
|
|
564
274
|
constructor(opts) {
|
|
565
275
|
super({
|
|
@@ -574,203 +284,568 @@ class InvalidNextTokenException extends TransferServiceException_1.TransferServi
|
|
|
574
284
|
}
|
|
575
285
|
}
|
|
576
286
|
exports.InvalidNextTokenException = InvalidNextTokenException;
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
})
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
})
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
})
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
})
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
})
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
})
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
(
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
287
|
+
const As2ConnectorConfigFilterSensitiveLog = (obj) => ({
|
|
288
|
+
...obj,
|
|
289
|
+
});
|
|
290
|
+
exports.As2ConnectorConfigFilterSensitiveLog = As2ConnectorConfigFilterSensitiveLog;
|
|
291
|
+
const EfsFileLocationFilterSensitiveLog = (obj) => ({
|
|
292
|
+
...obj,
|
|
293
|
+
});
|
|
294
|
+
exports.EfsFileLocationFilterSensitiveLog = EfsFileLocationFilterSensitiveLog;
|
|
295
|
+
const S3InputFileLocationFilterSensitiveLog = (obj) => ({
|
|
296
|
+
...obj,
|
|
297
|
+
});
|
|
298
|
+
exports.S3InputFileLocationFilterSensitiveLog = S3InputFileLocationFilterSensitiveLog;
|
|
299
|
+
const InputFileLocationFilterSensitiveLog = (obj) => ({
|
|
300
|
+
...obj,
|
|
301
|
+
});
|
|
302
|
+
exports.InputFileLocationFilterSensitiveLog = InputFileLocationFilterSensitiveLog;
|
|
303
|
+
const CopyStepDetailsFilterSensitiveLog = (obj) => ({
|
|
304
|
+
...obj,
|
|
305
|
+
});
|
|
306
|
+
exports.CopyStepDetailsFilterSensitiveLog = CopyStepDetailsFilterSensitiveLog;
|
|
307
|
+
const HomeDirectoryMapEntryFilterSensitiveLog = (obj) => ({
|
|
308
|
+
...obj,
|
|
309
|
+
});
|
|
310
|
+
exports.HomeDirectoryMapEntryFilterSensitiveLog = HomeDirectoryMapEntryFilterSensitiveLog;
|
|
311
|
+
const PosixProfileFilterSensitiveLog = (obj) => ({
|
|
312
|
+
...obj,
|
|
313
|
+
});
|
|
314
|
+
exports.PosixProfileFilterSensitiveLog = PosixProfileFilterSensitiveLog;
|
|
315
|
+
const CreateAccessRequestFilterSensitiveLog = (obj) => ({
|
|
316
|
+
...obj,
|
|
317
|
+
});
|
|
318
|
+
exports.CreateAccessRequestFilterSensitiveLog = CreateAccessRequestFilterSensitiveLog;
|
|
319
|
+
const CreateAccessResponseFilterSensitiveLog = (obj) => ({
|
|
320
|
+
...obj,
|
|
321
|
+
});
|
|
322
|
+
exports.CreateAccessResponseFilterSensitiveLog = CreateAccessResponseFilterSensitiveLog;
|
|
323
|
+
const TagFilterSensitiveLog = (obj) => ({
|
|
324
|
+
...obj,
|
|
325
|
+
});
|
|
326
|
+
exports.TagFilterSensitiveLog = TagFilterSensitiveLog;
|
|
327
|
+
const CreateAgreementRequestFilterSensitiveLog = (obj) => ({
|
|
328
|
+
...obj,
|
|
329
|
+
});
|
|
330
|
+
exports.CreateAgreementRequestFilterSensitiveLog = CreateAgreementRequestFilterSensitiveLog;
|
|
331
|
+
const CreateAgreementResponseFilterSensitiveLog = (obj) => ({
|
|
332
|
+
...obj,
|
|
333
|
+
});
|
|
334
|
+
exports.CreateAgreementResponseFilterSensitiveLog = CreateAgreementResponseFilterSensitiveLog;
|
|
335
|
+
const CreateConnectorRequestFilterSensitiveLog = (obj) => ({
|
|
336
|
+
...obj,
|
|
337
|
+
});
|
|
338
|
+
exports.CreateConnectorRequestFilterSensitiveLog = CreateConnectorRequestFilterSensitiveLog;
|
|
339
|
+
const CreateConnectorResponseFilterSensitiveLog = (obj) => ({
|
|
340
|
+
...obj,
|
|
341
|
+
});
|
|
342
|
+
exports.CreateConnectorResponseFilterSensitiveLog = CreateConnectorResponseFilterSensitiveLog;
|
|
343
|
+
const CreateProfileRequestFilterSensitiveLog = (obj) => ({
|
|
344
|
+
...obj,
|
|
345
|
+
});
|
|
346
|
+
exports.CreateProfileRequestFilterSensitiveLog = CreateProfileRequestFilterSensitiveLog;
|
|
347
|
+
const CreateProfileResponseFilterSensitiveLog = (obj) => ({
|
|
348
|
+
...obj,
|
|
349
|
+
});
|
|
350
|
+
exports.CreateProfileResponseFilterSensitiveLog = CreateProfileResponseFilterSensitiveLog;
|
|
351
|
+
const EndpointDetailsFilterSensitiveLog = (obj) => ({
|
|
352
|
+
...obj,
|
|
353
|
+
});
|
|
354
|
+
exports.EndpointDetailsFilterSensitiveLog = EndpointDetailsFilterSensitiveLog;
|
|
355
|
+
const IdentityProviderDetailsFilterSensitiveLog = (obj) => ({
|
|
356
|
+
...obj,
|
|
357
|
+
});
|
|
358
|
+
exports.IdentityProviderDetailsFilterSensitiveLog = IdentityProviderDetailsFilterSensitiveLog;
|
|
359
|
+
const ProtocolDetailsFilterSensitiveLog = (obj) => ({
|
|
360
|
+
...obj,
|
|
361
|
+
});
|
|
362
|
+
exports.ProtocolDetailsFilterSensitiveLog = ProtocolDetailsFilterSensitiveLog;
|
|
363
|
+
const WorkflowDetailFilterSensitiveLog = (obj) => ({
|
|
364
|
+
...obj,
|
|
365
|
+
});
|
|
366
|
+
exports.WorkflowDetailFilterSensitiveLog = WorkflowDetailFilterSensitiveLog;
|
|
367
|
+
const WorkflowDetailsFilterSensitiveLog = (obj) => ({
|
|
368
|
+
...obj,
|
|
369
|
+
});
|
|
370
|
+
exports.WorkflowDetailsFilterSensitiveLog = WorkflowDetailsFilterSensitiveLog;
|
|
371
|
+
const CreateServerRequestFilterSensitiveLog = (obj) => ({
|
|
372
|
+
...obj,
|
|
373
|
+
...(obj.HostKey && { HostKey: smithy_client_1.SENSITIVE_STRING }),
|
|
374
|
+
});
|
|
375
|
+
exports.CreateServerRequestFilterSensitiveLog = CreateServerRequestFilterSensitiveLog;
|
|
376
|
+
const CreateServerResponseFilterSensitiveLog = (obj) => ({
|
|
377
|
+
...obj,
|
|
378
|
+
});
|
|
379
|
+
exports.CreateServerResponseFilterSensitiveLog = CreateServerResponseFilterSensitiveLog;
|
|
380
|
+
const CreateUserRequestFilterSensitiveLog = (obj) => ({
|
|
381
|
+
...obj,
|
|
382
|
+
});
|
|
383
|
+
exports.CreateUserRequestFilterSensitiveLog = CreateUserRequestFilterSensitiveLog;
|
|
384
|
+
const CreateUserResponseFilterSensitiveLog = (obj) => ({
|
|
385
|
+
...obj,
|
|
386
|
+
});
|
|
387
|
+
exports.CreateUserResponseFilterSensitiveLog = CreateUserResponseFilterSensitiveLog;
|
|
388
|
+
const CustomStepDetailsFilterSensitiveLog = (obj) => ({
|
|
389
|
+
...obj,
|
|
390
|
+
});
|
|
391
|
+
exports.CustomStepDetailsFilterSensitiveLog = CustomStepDetailsFilterSensitiveLog;
|
|
392
|
+
const DeleteStepDetailsFilterSensitiveLog = (obj) => ({
|
|
393
|
+
...obj,
|
|
394
|
+
});
|
|
395
|
+
exports.DeleteStepDetailsFilterSensitiveLog = DeleteStepDetailsFilterSensitiveLog;
|
|
396
|
+
const S3TagFilterSensitiveLog = (obj) => ({
|
|
397
|
+
...obj,
|
|
398
|
+
});
|
|
399
|
+
exports.S3TagFilterSensitiveLog = S3TagFilterSensitiveLog;
|
|
400
|
+
const TagStepDetailsFilterSensitiveLog = (obj) => ({
|
|
401
|
+
...obj,
|
|
402
|
+
});
|
|
403
|
+
exports.TagStepDetailsFilterSensitiveLog = TagStepDetailsFilterSensitiveLog;
|
|
404
|
+
const WorkflowStepFilterSensitiveLog = (obj) => ({
|
|
405
|
+
...obj,
|
|
406
|
+
});
|
|
407
|
+
exports.WorkflowStepFilterSensitiveLog = WorkflowStepFilterSensitiveLog;
|
|
408
|
+
const CreateWorkflowRequestFilterSensitiveLog = (obj) => ({
|
|
409
|
+
...obj,
|
|
410
|
+
});
|
|
411
|
+
exports.CreateWorkflowRequestFilterSensitiveLog = CreateWorkflowRequestFilterSensitiveLog;
|
|
412
|
+
const CreateWorkflowResponseFilterSensitiveLog = (obj) => ({
|
|
413
|
+
...obj,
|
|
414
|
+
});
|
|
415
|
+
exports.CreateWorkflowResponseFilterSensitiveLog = CreateWorkflowResponseFilterSensitiveLog;
|
|
416
|
+
const DeleteAccessRequestFilterSensitiveLog = (obj) => ({
|
|
417
|
+
...obj,
|
|
418
|
+
});
|
|
419
|
+
exports.DeleteAccessRequestFilterSensitiveLog = DeleteAccessRequestFilterSensitiveLog;
|
|
420
|
+
const DeleteAgreementRequestFilterSensitiveLog = (obj) => ({
|
|
421
|
+
...obj,
|
|
422
|
+
});
|
|
423
|
+
exports.DeleteAgreementRequestFilterSensitiveLog = DeleteAgreementRequestFilterSensitiveLog;
|
|
424
|
+
const DeleteCertificateRequestFilterSensitiveLog = (obj) => ({
|
|
425
|
+
...obj,
|
|
426
|
+
});
|
|
427
|
+
exports.DeleteCertificateRequestFilterSensitiveLog = DeleteCertificateRequestFilterSensitiveLog;
|
|
428
|
+
const DeleteConnectorRequestFilterSensitiveLog = (obj) => ({
|
|
429
|
+
...obj,
|
|
430
|
+
});
|
|
431
|
+
exports.DeleteConnectorRequestFilterSensitiveLog = DeleteConnectorRequestFilterSensitiveLog;
|
|
432
|
+
const DeleteProfileRequestFilterSensitiveLog = (obj) => ({
|
|
433
|
+
...obj,
|
|
434
|
+
});
|
|
435
|
+
exports.DeleteProfileRequestFilterSensitiveLog = DeleteProfileRequestFilterSensitiveLog;
|
|
436
|
+
const DeleteServerRequestFilterSensitiveLog = (obj) => ({
|
|
437
|
+
...obj,
|
|
438
|
+
});
|
|
439
|
+
exports.DeleteServerRequestFilterSensitiveLog = DeleteServerRequestFilterSensitiveLog;
|
|
440
|
+
const DeleteSshPublicKeyRequestFilterSensitiveLog = (obj) => ({
|
|
441
|
+
...obj,
|
|
442
|
+
});
|
|
443
|
+
exports.DeleteSshPublicKeyRequestFilterSensitiveLog = DeleteSshPublicKeyRequestFilterSensitiveLog;
|
|
444
|
+
const DeleteUserRequestFilterSensitiveLog = (obj) => ({
|
|
445
|
+
...obj,
|
|
446
|
+
});
|
|
447
|
+
exports.DeleteUserRequestFilterSensitiveLog = DeleteUserRequestFilterSensitiveLog;
|
|
448
|
+
const DeleteWorkflowRequestFilterSensitiveLog = (obj) => ({
|
|
449
|
+
...obj,
|
|
450
|
+
});
|
|
451
|
+
exports.DeleteWorkflowRequestFilterSensitiveLog = DeleteWorkflowRequestFilterSensitiveLog;
|
|
452
|
+
const DescribeAccessRequestFilterSensitiveLog = (obj) => ({
|
|
453
|
+
...obj,
|
|
454
|
+
});
|
|
455
|
+
exports.DescribeAccessRequestFilterSensitiveLog = DescribeAccessRequestFilterSensitiveLog;
|
|
456
|
+
const DescribedAccessFilterSensitiveLog = (obj) => ({
|
|
457
|
+
...obj,
|
|
458
|
+
});
|
|
459
|
+
exports.DescribedAccessFilterSensitiveLog = DescribedAccessFilterSensitiveLog;
|
|
460
|
+
const DescribeAccessResponseFilterSensitiveLog = (obj) => ({
|
|
461
|
+
...obj,
|
|
462
|
+
});
|
|
463
|
+
exports.DescribeAccessResponseFilterSensitiveLog = DescribeAccessResponseFilterSensitiveLog;
|
|
464
|
+
const DescribeAgreementRequestFilterSensitiveLog = (obj) => ({
|
|
465
|
+
...obj,
|
|
466
|
+
});
|
|
467
|
+
exports.DescribeAgreementRequestFilterSensitiveLog = DescribeAgreementRequestFilterSensitiveLog;
|
|
468
|
+
const DescribedAgreementFilterSensitiveLog = (obj) => ({
|
|
469
|
+
...obj,
|
|
470
|
+
});
|
|
471
|
+
exports.DescribedAgreementFilterSensitiveLog = DescribedAgreementFilterSensitiveLog;
|
|
472
|
+
const DescribeAgreementResponseFilterSensitiveLog = (obj) => ({
|
|
473
|
+
...obj,
|
|
474
|
+
});
|
|
475
|
+
exports.DescribeAgreementResponseFilterSensitiveLog = DescribeAgreementResponseFilterSensitiveLog;
|
|
476
|
+
const DescribeCertificateRequestFilterSensitiveLog = (obj) => ({
|
|
477
|
+
...obj,
|
|
478
|
+
});
|
|
479
|
+
exports.DescribeCertificateRequestFilterSensitiveLog = DescribeCertificateRequestFilterSensitiveLog;
|
|
480
|
+
const DescribedCertificateFilterSensitiveLog = (obj) => ({
|
|
481
|
+
...obj,
|
|
482
|
+
...(obj.Certificate && { Certificate: smithy_client_1.SENSITIVE_STRING }),
|
|
483
|
+
...(obj.CertificateChain && { CertificateChain: smithy_client_1.SENSITIVE_STRING }),
|
|
484
|
+
});
|
|
485
|
+
exports.DescribedCertificateFilterSensitiveLog = DescribedCertificateFilterSensitiveLog;
|
|
486
|
+
const DescribeCertificateResponseFilterSensitiveLog = (obj) => ({
|
|
487
|
+
...obj,
|
|
488
|
+
...(obj.Certificate && { Certificate: (0, exports.DescribedCertificateFilterSensitiveLog)(obj.Certificate) }),
|
|
489
|
+
});
|
|
490
|
+
exports.DescribeCertificateResponseFilterSensitiveLog = DescribeCertificateResponseFilterSensitiveLog;
|
|
491
|
+
const DescribeConnectorRequestFilterSensitiveLog = (obj) => ({
|
|
492
|
+
...obj,
|
|
493
|
+
});
|
|
494
|
+
exports.DescribeConnectorRequestFilterSensitiveLog = DescribeConnectorRequestFilterSensitiveLog;
|
|
495
|
+
const DescribedConnectorFilterSensitiveLog = (obj) => ({
|
|
496
|
+
...obj,
|
|
497
|
+
});
|
|
498
|
+
exports.DescribedConnectorFilterSensitiveLog = DescribedConnectorFilterSensitiveLog;
|
|
499
|
+
const DescribeConnectorResponseFilterSensitiveLog = (obj) => ({
|
|
500
|
+
...obj,
|
|
501
|
+
});
|
|
502
|
+
exports.DescribeConnectorResponseFilterSensitiveLog = DescribeConnectorResponseFilterSensitiveLog;
|
|
503
|
+
const S3FileLocationFilterSensitiveLog = (obj) => ({
|
|
504
|
+
...obj,
|
|
505
|
+
});
|
|
506
|
+
exports.S3FileLocationFilterSensitiveLog = S3FileLocationFilterSensitiveLog;
|
|
507
|
+
const FileLocationFilterSensitiveLog = (obj) => ({
|
|
508
|
+
...obj,
|
|
509
|
+
});
|
|
510
|
+
exports.FileLocationFilterSensitiveLog = FileLocationFilterSensitiveLog;
|
|
511
|
+
const LoggingConfigurationFilterSensitiveLog = (obj) => ({
|
|
512
|
+
...obj,
|
|
513
|
+
});
|
|
514
|
+
exports.LoggingConfigurationFilterSensitiveLog = LoggingConfigurationFilterSensitiveLog;
|
|
515
|
+
const ExecutionErrorFilterSensitiveLog = (obj) => ({
|
|
516
|
+
...obj,
|
|
517
|
+
});
|
|
518
|
+
exports.ExecutionErrorFilterSensitiveLog = ExecutionErrorFilterSensitiveLog;
|
|
519
|
+
const ExecutionStepResultFilterSensitiveLog = (obj) => ({
|
|
520
|
+
...obj,
|
|
521
|
+
});
|
|
522
|
+
exports.ExecutionStepResultFilterSensitiveLog = ExecutionStepResultFilterSensitiveLog;
|
|
523
|
+
const ExecutionResultsFilterSensitiveLog = (obj) => ({
|
|
524
|
+
...obj,
|
|
525
|
+
});
|
|
526
|
+
exports.ExecutionResultsFilterSensitiveLog = ExecutionResultsFilterSensitiveLog;
|
|
527
|
+
const UserDetailsFilterSensitiveLog = (obj) => ({
|
|
528
|
+
...obj,
|
|
529
|
+
});
|
|
530
|
+
exports.UserDetailsFilterSensitiveLog = UserDetailsFilterSensitiveLog;
|
|
531
|
+
const ServiceMetadataFilterSensitiveLog = (obj) => ({
|
|
532
|
+
...obj,
|
|
533
|
+
});
|
|
534
|
+
exports.ServiceMetadataFilterSensitiveLog = ServiceMetadataFilterSensitiveLog;
|
|
535
|
+
const DescribedExecutionFilterSensitiveLog = (obj) => ({
|
|
536
|
+
...obj,
|
|
537
|
+
});
|
|
538
|
+
exports.DescribedExecutionFilterSensitiveLog = DescribedExecutionFilterSensitiveLog;
|
|
539
|
+
const DescribedProfileFilterSensitiveLog = (obj) => ({
|
|
540
|
+
...obj,
|
|
541
|
+
});
|
|
542
|
+
exports.DescribedProfileFilterSensitiveLog = DescribedProfileFilterSensitiveLog;
|
|
543
|
+
const DescribedSecurityPolicyFilterSensitiveLog = (obj) => ({
|
|
544
|
+
...obj,
|
|
545
|
+
});
|
|
546
|
+
exports.DescribedSecurityPolicyFilterSensitiveLog = DescribedSecurityPolicyFilterSensitiveLog;
|
|
547
|
+
const DescribedServerFilterSensitiveLog = (obj) => ({
|
|
548
|
+
...obj,
|
|
549
|
+
});
|
|
550
|
+
exports.DescribedServerFilterSensitiveLog = DescribedServerFilterSensitiveLog;
|
|
551
|
+
const SshPublicKeyFilterSensitiveLog = (obj) => ({
|
|
552
|
+
...obj,
|
|
553
|
+
});
|
|
554
|
+
exports.SshPublicKeyFilterSensitiveLog = SshPublicKeyFilterSensitiveLog;
|
|
555
|
+
const DescribedUserFilterSensitiveLog = (obj) => ({
|
|
556
|
+
...obj,
|
|
557
|
+
});
|
|
558
|
+
exports.DescribedUserFilterSensitiveLog = DescribedUserFilterSensitiveLog;
|
|
559
|
+
const DescribedWorkflowFilterSensitiveLog = (obj) => ({
|
|
560
|
+
...obj,
|
|
561
|
+
});
|
|
562
|
+
exports.DescribedWorkflowFilterSensitiveLog = DescribedWorkflowFilterSensitiveLog;
|
|
563
|
+
const DescribeExecutionRequestFilterSensitiveLog = (obj) => ({
|
|
564
|
+
...obj,
|
|
565
|
+
});
|
|
566
|
+
exports.DescribeExecutionRequestFilterSensitiveLog = DescribeExecutionRequestFilterSensitiveLog;
|
|
567
|
+
const DescribeExecutionResponseFilterSensitiveLog = (obj) => ({
|
|
568
|
+
...obj,
|
|
569
|
+
});
|
|
570
|
+
exports.DescribeExecutionResponseFilterSensitiveLog = DescribeExecutionResponseFilterSensitiveLog;
|
|
571
|
+
const DescribeProfileRequestFilterSensitiveLog = (obj) => ({
|
|
572
|
+
...obj,
|
|
573
|
+
});
|
|
574
|
+
exports.DescribeProfileRequestFilterSensitiveLog = DescribeProfileRequestFilterSensitiveLog;
|
|
575
|
+
const DescribeProfileResponseFilterSensitiveLog = (obj) => ({
|
|
576
|
+
...obj,
|
|
577
|
+
});
|
|
578
|
+
exports.DescribeProfileResponseFilterSensitiveLog = DescribeProfileResponseFilterSensitiveLog;
|
|
579
|
+
const DescribeSecurityPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
580
|
+
...obj,
|
|
581
|
+
});
|
|
582
|
+
exports.DescribeSecurityPolicyRequestFilterSensitiveLog = DescribeSecurityPolicyRequestFilterSensitiveLog;
|
|
583
|
+
const DescribeSecurityPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
584
|
+
...obj,
|
|
585
|
+
});
|
|
586
|
+
exports.DescribeSecurityPolicyResponseFilterSensitiveLog = DescribeSecurityPolicyResponseFilterSensitiveLog;
|
|
587
|
+
const DescribeServerRequestFilterSensitiveLog = (obj) => ({
|
|
588
|
+
...obj,
|
|
589
|
+
});
|
|
590
|
+
exports.DescribeServerRequestFilterSensitiveLog = DescribeServerRequestFilterSensitiveLog;
|
|
591
|
+
const DescribeServerResponseFilterSensitiveLog = (obj) => ({
|
|
592
|
+
...obj,
|
|
593
|
+
});
|
|
594
|
+
exports.DescribeServerResponseFilterSensitiveLog = DescribeServerResponseFilterSensitiveLog;
|
|
595
|
+
const DescribeUserRequestFilterSensitiveLog = (obj) => ({
|
|
596
|
+
...obj,
|
|
597
|
+
});
|
|
598
|
+
exports.DescribeUserRequestFilterSensitiveLog = DescribeUserRequestFilterSensitiveLog;
|
|
599
|
+
const DescribeUserResponseFilterSensitiveLog = (obj) => ({
|
|
600
|
+
...obj,
|
|
601
|
+
});
|
|
602
|
+
exports.DescribeUserResponseFilterSensitiveLog = DescribeUserResponseFilterSensitiveLog;
|
|
603
|
+
const DescribeWorkflowRequestFilterSensitiveLog = (obj) => ({
|
|
604
|
+
...obj,
|
|
605
|
+
});
|
|
606
|
+
exports.DescribeWorkflowRequestFilterSensitiveLog = DescribeWorkflowRequestFilterSensitiveLog;
|
|
607
|
+
const DescribeWorkflowResponseFilterSensitiveLog = (obj) => ({
|
|
608
|
+
...obj,
|
|
609
|
+
});
|
|
610
|
+
exports.DescribeWorkflowResponseFilterSensitiveLog = DescribeWorkflowResponseFilterSensitiveLog;
|
|
611
|
+
const ImportCertificateRequestFilterSensitiveLog = (obj) => ({
|
|
612
|
+
...obj,
|
|
613
|
+
...(obj.Certificate && { Certificate: smithy_client_1.SENSITIVE_STRING }),
|
|
614
|
+
...(obj.CertificateChain && { CertificateChain: smithy_client_1.SENSITIVE_STRING }),
|
|
615
|
+
...(obj.PrivateKey && { PrivateKey: smithy_client_1.SENSITIVE_STRING }),
|
|
616
|
+
});
|
|
617
|
+
exports.ImportCertificateRequestFilterSensitiveLog = ImportCertificateRequestFilterSensitiveLog;
|
|
618
|
+
const ImportCertificateResponseFilterSensitiveLog = (obj) => ({
|
|
619
|
+
...obj,
|
|
620
|
+
});
|
|
621
|
+
exports.ImportCertificateResponseFilterSensitiveLog = ImportCertificateResponseFilterSensitiveLog;
|
|
622
|
+
const ImportSshPublicKeyRequestFilterSensitiveLog = (obj) => ({
|
|
623
|
+
...obj,
|
|
624
|
+
});
|
|
625
|
+
exports.ImportSshPublicKeyRequestFilterSensitiveLog = ImportSshPublicKeyRequestFilterSensitiveLog;
|
|
626
|
+
const ImportSshPublicKeyResponseFilterSensitiveLog = (obj) => ({
|
|
627
|
+
...obj,
|
|
628
|
+
});
|
|
629
|
+
exports.ImportSshPublicKeyResponseFilterSensitiveLog = ImportSshPublicKeyResponseFilterSensitiveLog;
|
|
630
|
+
const ListAccessesRequestFilterSensitiveLog = (obj) => ({
|
|
631
|
+
...obj,
|
|
632
|
+
});
|
|
633
|
+
exports.ListAccessesRequestFilterSensitiveLog = ListAccessesRequestFilterSensitiveLog;
|
|
634
|
+
const ListedAccessFilterSensitiveLog = (obj) => ({
|
|
635
|
+
...obj,
|
|
636
|
+
});
|
|
637
|
+
exports.ListedAccessFilterSensitiveLog = ListedAccessFilterSensitiveLog;
|
|
638
|
+
const ListAccessesResponseFilterSensitiveLog = (obj) => ({
|
|
639
|
+
...obj,
|
|
640
|
+
});
|
|
641
|
+
exports.ListAccessesResponseFilterSensitiveLog = ListAccessesResponseFilterSensitiveLog;
|
|
642
|
+
const ListAgreementsRequestFilterSensitiveLog = (obj) => ({
|
|
643
|
+
...obj,
|
|
644
|
+
});
|
|
645
|
+
exports.ListAgreementsRequestFilterSensitiveLog = ListAgreementsRequestFilterSensitiveLog;
|
|
646
|
+
const ListedAgreementFilterSensitiveLog = (obj) => ({
|
|
647
|
+
...obj,
|
|
648
|
+
});
|
|
649
|
+
exports.ListedAgreementFilterSensitiveLog = ListedAgreementFilterSensitiveLog;
|
|
650
|
+
const ListAgreementsResponseFilterSensitiveLog = (obj) => ({
|
|
651
|
+
...obj,
|
|
652
|
+
});
|
|
653
|
+
exports.ListAgreementsResponseFilterSensitiveLog = ListAgreementsResponseFilterSensitiveLog;
|
|
654
|
+
const ListCertificatesRequestFilterSensitiveLog = (obj) => ({
|
|
655
|
+
...obj,
|
|
656
|
+
});
|
|
657
|
+
exports.ListCertificatesRequestFilterSensitiveLog = ListCertificatesRequestFilterSensitiveLog;
|
|
658
|
+
const ListedCertificateFilterSensitiveLog = (obj) => ({
|
|
659
|
+
...obj,
|
|
660
|
+
});
|
|
661
|
+
exports.ListedCertificateFilterSensitiveLog = ListedCertificateFilterSensitiveLog;
|
|
662
|
+
const ListCertificatesResponseFilterSensitiveLog = (obj) => ({
|
|
663
|
+
...obj,
|
|
664
|
+
});
|
|
665
|
+
exports.ListCertificatesResponseFilterSensitiveLog = ListCertificatesResponseFilterSensitiveLog;
|
|
666
|
+
const ListConnectorsRequestFilterSensitiveLog = (obj) => ({
|
|
667
|
+
...obj,
|
|
668
|
+
});
|
|
669
|
+
exports.ListConnectorsRequestFilterSensitiveLog = ListConnectorsRequestFilterSensitiveLog;
|
|
670
|
+
const ListedConnectorFilterSensitiveLog = (obj) => ({
|
|
671
|
+
...obj,
|
|
672
|
+
});
|
|
673
|
+
exports.ListedConnectorFilterSensitiveLog = ListedConnectorFilterSensitiveLog;
|
|
674
|
+
const ListConnectorsResponseFilterSensitiveLog = (obj) => ({
|
|
675
|
+
...obj,
|
|
676
|
+
});
|
|
677
|
+
exports.ListConnectorsResponseFilterSensitiveLog = ListConnectorsResponseFilterSensitiveLog;
|
|
678
|
+
const ListedExecutionFilterSensitiveLog = (obj) => ({
|
|
679
|
+
...obj,
|
|
680
|
+
});
|
|
681
|
+
exports.ListedExecutionFilterSensitiveLog = ListedExecutionFilterSensitiveLog;
|
|
682
|
+
const ListedProfileFilterSensitiveLog = (obj) => ({
|
|
683
|
+
...obj,
|
|
684
|
+
});
|
|
685
|
+
exports.ListedProfileFilterSensitiveLog = ListedProfileFilterSensitiveLog;
|
|
686
|
+
const ListedServerFilterSensitiveLog = (obj) => ({
|
|
687
|
+
...obj,
|
|
688
|
+
});
|
|
689
|
+
exports.ListedServerFilterSensitiveLog = ListedServerFilterSensitiveLog;
|
|
690
|
+
const ListedUserFilterSensitiveLog = (obj) => ({
|
|
691
|
+
...obj,
|
|
692
|
+
});
|
|
693
|
+
exports.ListedUserFilterSensitiveLog = ListedUserFilterSensitiveLog;
|
|
694
|
+
const ListedWorkflowFilterSensitiveLog = (obj) => ({
|
|
695
|
+
...obj,
|
|
696
|
+
});
|
|
697
|
+
exports.ListedWorkflowFilterSensitiveLog = ListedWorkflowFilterSensitiveLog;
|
|
698
|
+
const ListExecutionsRequestFilterSensitiveLog = (obj) => ({
|
|
699
|
+
...obj,
|
|
700
|
+
});
|
|
701
|
+
exports.ListExecutionsRequestFilterSensitiveLog = ListExecutionsRequestFilterSensitiveLog;
|
|
702
|
+
const ListExecutionsResponseFilterSensitiveLog = (obj) => ({
|
|
703
|
+
...obj,
|
|
704
|
+
});
|
|
705
|
+
exports.ListExecutionsResponseFilterSensitiveLog = ListExecutionsResponseFilterSensitiveLog;
|
|
706
|
+
const ListProfilesRequestFilterSensitiveLog = (obj) => ({
|
|
707
|
+
...obj,
|
|
708
|
+
});
|
|
709
|
+
exports.ListProfilesRequestFilterSensitiveLog = ListProfilesRequestFilterSensitiveLog;
|
|
710
|
+
const ListProfilesResponseFilterSensitiveLog = (obj) => ({
|
|
711
|
+
...obj,
|
|
712
|
+
});
|
|
713
|
+
exports.ListProfilesResponseFilterSensitiveLog = ListProfilesResponseFilterSensitiveLog;
|
|
714
|
+
const ListSecurityPoliciesRequestFilterSensitiveLog = (obj) => ({
|
|
715
|
+
...obj,
|
|
716
|
+
});
|
|
717
|
+
exports.ListSecurityPoliciesRequestFilterSensitiveLog = ListSecurityPoliciesRequestFilterSensitiveLog;
|
|
718
|
+
const ListSecurityPoliciesResponseFilterSensitiveLog = (obj) => ({
|
|
719
|
+
...obj,
|
|
720
|
+
});
|
|
721
|
+
exports.ListSecurityPoliciesResponseFilterSensitiveLog = ListSecurityPoliciesResponseFilterSensitiveLog;
|
|
722
|
+
const ListServersRequestFilterSensitiveLog = (obj) => ({
|
|
723
|
+
...obj,
|
|
724
|
+
});
|
|
725
|
+
exports.ListServersRequestFilterSensitiveLog = ListServersRequestFilterSensitiveLog;
|
|
726
|
+
const ListServersResponseFilterSensitiveLog = (obj) => ({
|
|
727
|
+
...obj,
|
|
728
|
+
});
|
|
729
|
+
exports.ListServersResponseFilterSensitiveLog = ListServersResponseFilterSensitiveLog;
|
|
730
|
+
const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
731
|
+
...obj,
|
|
732
|
+
});
|
|
733
|
+
exports.ListTagsForResourceRequestFilterSensitiveLog = ListTagsForResourceRequestFilterSensitiveLog;
|
|
734
|
+
const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
735
|
+
...obj,
|
|
736
|
+
});
|
|
737
|
+
exports.ListTagsForResourceResponseFilterSensitiveLog = ListTagsForResourceResponseFilterSensitiveLog;
|
|
738
|
+
const ListUsersRequestFilterSensitiveLog = (obj) => ({
|
|
739
|
+
...obj,
|
|
740
|
+
});
|
|
741
|
+
exports.ListUsersRequestFilterSensitiveLog = ListUsersRequestFilterSensitiveLog;
|
|
742
|
+
const ListUsersResponseFilterSensitiveLog = (obj) => ({
|
|
743
|
+
...obj,
|
|
744
|
+
});
|
|
745
|
+
exports.ListUsersResponseFilterSensitiveLog = ListUsersResponseFilterSensitiveLog;
|
|
746
|
+
const ListWorkflowsRequestFilterSensitiveLog = (obj) => ({
|
|
747
|
+
...obj,
|
|
748
|
+
});
|
|
749
|
+
exports.ListWorkflowsRequestFilterSensitiveLog = ListWorkflowsRequestFilterSensitiveLog;
|
|
750
|
+
const ListWorkflowsResponseFilterSensitiveLog = (obj) => ({
|
|
751
|
+
...obj,
|
|
752
|
+
});
|
|
753
|
+
exports.ListWorkflowsResponseFilterSensitiveLog = ListWorkflowsResponseFilterSensitiveLog;
|
|
754
|
+
const SendWorkflowStepStateRequestFilterSensitiveLog = (obj) => ({
|
|
755
|
+
...obj,
|
|
756
|
+
});
|
|
757
|
+
exports.SendWorkflowStepStateRequestFilterSensitiveLog = SendWorkflowStepStateRequestFilterSensitiveLog;
|
|
758
|
+
const SendWorkflowStepStateResponseFilterSensitiveLog = (obj) => ({
|
|
759
|
+
...obj,
|
|
760
|
+
});
|
|
761
|
+
exports.SendWorkflowStepStateResponseFilterSensitiveLog = SendWorkflowStepStateResponseFilterSensitiveLog;
|
|
762
|
+
const StartFileTransferRequestFilterSensitiveLog = (obj) => ({
|
|
763
|
+
...obj,
|
|
764
|
+
});
|
|
765
|
+
exports.StartFileTransferRequestFilterSensitiveLog = StartFileTransferRequestFilterSensitiveLog;
|
|
766
|
+
const StartFileTransferResponseFilterSensitiveLog = (obj) => ({
|
|
767
|
+
...obj,
|
|
768
|
+
});
|
|
769
|
+
exports.StartFileTransferResponseFilterSensitiveLog = StartFileTransferResponseFilterSensitiveLog;
|
|
770
|
+
const StartServerRequestFilterSensitiveLog = (obj) => ({
|
|
771
|
+
...obj,
|
|
772
|
+
});
|
|
773
|
+
exports.StartServerRequestFilterSensitiveLog = StartServerRequestFilterSensitiveLog;
|
|
774
|
+
const StopServerRequestFilterSensitiveLog = (obj) => ({
|
|
775
|
+
...obj,
|
|
776
|
+
});
|
|
777
|
+
exports.StopServerRequestFilterSensitiveLog = StopServerRequestFilterSensitiveLog;
|
|
778
|
+
const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
779
|
+
...obj,
|
|
780
|
+
});
|
|
781
|
+
exports.TagResourceRequestFilterSensitiveLog = TagResourceRequestFilterSensitiveLog;
|
|
782
|
+
const TestIdentityProviderRequestFilterSensitiveLog = (obj) => ({
|
|
783
|
+
...obj,
|
|
784
|
+
...(obj.UserPassword && { UserPassword: smithy_client_1.SENSITIVE_STRING }),
|
|
785
|
+
});
|
|
786
|
+
exports.TestIdentityProviderRequestFilterSensitiveLog = TestIdentityProviderRequestFilterSensitiveLog;
|
|
787
|
+
const TestIdentityProviderResponseFilterSensitiveLog = (obj) => ({
|
|
788
|
+
...obj,
|
|
789
|
+
});
|
|
790
|
+
exports.TestIdentityProviderResponseFilterSensitiveLog = TestIdentityProviderResponseFilterSensitiveLog;
|
|
791
|
+
const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
792
|
+
...obj,
|
|
793
|
+
});
|
|
794
|
+
exports.UntagResourceRequestFilterSensitiveLog = UntagResourceRequestFilterSensitiveLog;
|
|
795
|
+
const UpdateAccessRequestFilterSensitiveLog = (obj) => ({
|
|
796
|
+
...obj,
|
|
797
|
+
});
|
|
798
|
+
exports.UpdateAccessRequestFilterSensitiveLog = UpdateAccessRequestFilterSensitiveLog;
|
|
799
|
+
const UpdateAccessResponseFilterSensitiveLog = (obj) => ({
|
|
800
|
+
...obj,
|
|
801
|
+
});
|
|
802
|
+
exports.UpdateAccessResponseFilterSensitiveLog = UpdateAccessResponseFilterSensitiveLog;
|
|
803
|
+
const UpdateAgreementRequestFilterSensitiveLog = (obj) => ({
|
|
804
|
+
...obj,
|
|
805
|
+
});
|
|
806
|
+
exports.UpdateAgreementRequestFilterSensitiveLog = UpdateAgreementRequestFilterSensitiveLog;
|
|
807
|
+
const UpdateAgreementResponseFilterSensitiveLog = (obj) => ({
|
|
808
|
+
...obj,
|
|
809
|
+
});
|
|
810
|
+
exports.UpdateAgreementResponseFilterSensitiveLog = UpdateAgreementResponseFilterSensitiveLog;
|
|
811
|
+
const UpdateCertificateRequestFilterSensitiveLog = (obj) => ({
|
|
812
|
+
...obj,
|
|
813
|
+
});
|
|
814
|
+
exports.UpdateCertificateRequestFilterSensitiveLog = UpdateCertificateRequestFilterSensitiveLog;
|
|
815
|
+
const UpdateCertificateResponseFilterSensitiveLog = (obj) => ({
|
|
816
|
+
...obj,
|
|
817
|
+
});
|
|
818
|
+
exports.UpdateCertificateResponseFilterSensitiveLog = UpdateCertificateResponseFilterSensitiveLog;
|
|
819
|
+
const UpdateConnectorRequestFilterSensitiveLog = (obj) => ({
|
|
820
|
+
...obj,
|
|
821
|
+
});
|
|
822
|
+
exports.UpdateConnectorRequestFilterSensitiveLog = UpdateConnectorRequestFilterSensitiveLog;
|
|
823
|
+
const UpdateConnectorResponseFilterSensitiveLog = (obj) => ({
|
|
824
|
+
...obj,
|
|
825
|
+
});
|
|
826
|
+
exports.UpdateConnectorResponseFilterSensitiveLog = UpdateConnectorResponseFilterSensitiveLog;
|
|
827
|
+
const UpdateProfileRequestFilterSensitiveLog = (obj) => ({
|
|
828
|
+
...obj,
|
|
829
|
+
});
|
|
830
|
+
exports.UpdateProfileRequestFilterSensitiveLog = UpdateProfileRequestFilterSensitiveLog;
|
|
831
|
+
const UpdateProfileResponseFilterSensitiveLog = (obj) => ({
|
|
832
|
+
...obj,
|
|
833
|
+
});
|
|
834
|
+
exports.UpdateProfileResponseFilterSensitiveLog = UpdateProfileResponseFilterSensitiveLog;
|
|
835
|
+
const UpdateServerRequestFilterSensitiveLog = (obj) => ({
|
|
836
|
+
...obj,
|
|
837
|
+
...(obj.HostKey && { HostKey: smithy_client_1.SENSITIVE_STRING }),
|
|
838
|
+
});
|
|
839
|
+
exports.UpdateServerRequestFilterSensitiveLog = UpdateServerRequestFilterSensitiveLog;
|
|
840
|
+
const UpdateServerResponseFilterSensitiveLog = (obj) => ({
|
|
841
|
+
...obj,
|
|
842
|
+
});
|
|
843
|
+
exports.UpdateServerResponseFilterSensitiveLog = UpdateServerResponseFilterSensitiveLog;
|
|
844
|
+
const UpdateUserRequestFilterSensitiveLog = (obj) => ({
|
|
845
|
+
...obj,
|
|
846
|
+
});
|
|
847
|
+
exports.UpdateUserRequestFilterSensitiveLog = UpdateUserRequestFilterSensitiveLog;
|
|
848
|
+
const UpdateUserResponseFilterSensitiveLog = (obj) => ({
|
|
849
|
+
...obj,
|
|
850
|
+
});
|
|
851
|
+
exports.UpdateUserResponseFilterSensitiveLog = UpdateUserResponseFilterSensitiveLog;
|