@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
|
@@ -14,6 +14,64 @@ var AccessDeniedException = (function (_super) {
|
|
|
14
14
|
return AccessDeniedException;
|
|
15
15
|
}(__BaseException));
|
|
16
16
|
export { AccessDeniedException };
|
|
17
|
+
export var AgreementStatusType;
|
|
18
|
+
(function (AgreementStatusType) {
|
|
19
|
+
AgreementStatusType["ACTIVE"] = "ACTIVE";
|
|
20
|
+
AgreementStatusType["INACTIVE"] = "INACTIVE";
|
|
21
|
+
})(AgreementStatusType || (AgreementStatusType = {}));
|
|
22
|
+
export var CompressionEnum;
|
|
23
|
+
(function (CompressionEnum) {
|
|
24
|
+
CompressionEnum["DISABLED"] = "DISABLED";
|
|
25
|
+
CompressionEnum["ZLIB"] = "ZLIB";
|
|
26
|
+
})(CompressionEnum || (CompressionEnum = {}));
|
|
27
|
+
export var EncryptionAlg;
|
|
28
|
+
(function (EncryptionAlg) {
|
|
29
|
+
EncryptionAlg["AES128_CBC"] = "AES128_CBC";
|
|
30
|
+
EncryptionAlg["AES192_CBC"] = "AES192_CBC";
|
|
31
|
+
EncryptionAlg["AES256_CBC"] = "AES256_CBC";
|
|
32
|
+
})(EncryptionAlg || (EncryptionAlg = {}));
|
|
33
|
+
export var MdnResponse;
|
|
34
|
+
(function (MdnResponse) {
|
|
35
|
+
MdnResponse["NONE"] = "NONE";
|
|
36
|
+
MdnResponse["SYNC"] = "SYNC";
|
|
37
|
+
})(MdnResponse || (MdnResponse = {}));
|
|
38
|
+
export var MdnSigningAlg;
|
|
39
|
+
(function (MdnSigningAlg) {
|
|
40
|
+
MdnSigningAlg["DEFAULT"] = "DEFAULT";
|
|
41
|
+
MdnSigningAlg["NONE"] = "NONE";
|
|
42
|
+
MdnSigningAlg["SHA1"] = "SHA1";
|
|
43
|
+
MdnSigningAlg["SHA256"] = "SHA256";
|
|
44
|
+
MdnSigningAlg["SHA384"] = "SHA384";
|
|
45
|
+
MdnSigningAlg["SHA512"] = "SHA512";
|
|
46
|
+
})(MdnSigningAlg || (MdnSigningAlg = {}));
|
|
47
|
+
export var SigningAlg;
|
|
48
|
+
(function (SigningAlg) {
|
|
49
|
+
SigningAlg["NONE"] = "NONE";
|
|
50
|
+
SigningAlg["SHA1"] = "SHA1";
|
|
51
|
+
SigningAlg["SHA256"] = "SHA256";
|
|
52
|
+
SigningAlg["SHA384"] = "SHA384";
|
|
53
|
+
SigningAlg["SHA512"] = "SHA512";
|
|
54
|
+
})(SigningAlg || (SigningAlg = {}));
|
|
55
|
+
export var As2Transport;
|
|
56
|
+
(function (As2Transport) {
|
|
57
|
+
As2Transport["HTTP"] = "HTTP";
|
|
58
|
+
})(As2Transport || (As2Transport = {}));
|
|
59
|
+
export var CertificateStatusType;
|
|
60
|
+
(function (CertificateStatusType) {
|
|
61
|
+
CertificateStatusType["ACTIVE"] = "ACTIVE";
|
|
62
|
+
CertificateStatusType["INACTIVE"] = "INACTIVE";
|
|
63
|
+
CertificateStatusType["PENDING_ROTATION"] = "PENDING_ROTATION";
|
|
64
|
+
})(CertificateStatusType || (CertificateStatusType = {}));
|
|
65
|
+
export var CertificateType;
|
|
66
|
+
(function (CertificateType) {
|
|
67
|
+
CertificateType["CERTIFICATE"] = "CERTIFICATE";
|
|
68
|
+
CertificateType["CERTIFICATE_WITH_PRIVATE_KEY"] = "CERTIFICATE_WITH_PRIVATE_KEY";
|
|
69
|
+
})(CertificateType || (CertificateType = {}));
|
|
70
|
+
export var CertificateUsageType;
|
|
71
|
+
(function (CertificateUsageType) {
|
|
72
|
+
CertificateUsageType["ENCRYPTION"] = "ENCRYPTION";
|
|
73
|
+
CertificateUsageType["SIGNING"] = "SIGNING";
|
|
74
|
+
})(CertificateUsageType || (CertificateUsageType = {}));
|
|
17
75
|
var ConflictException = (function (_super) {
|
|
18
76
|
__extends(ConflictException, _super);
|
|
19
77
|
function ConflictException(opts) {
|
|
@@ -27,48 +85,16 @@ var ConflictException = (function (_super) {
|
|
|
27
85
|
return ConflictException;
|
|
28
86
|
}(__BaseException));
|
|
29
87
|
export { ConflictException };
|
|
30
|
-
export var EfsFileLocation;
|
|
31
|
-
(function (EfsFileLocation) {
|
|
32
|
-
EfsFileLocation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
33
|
-
})(EfsFileLocation || (EfsFileLocation = {}));
|
|
34
|
-
export var S3InputFileLocation;
|
|
35
|
-
(function (S3InputFileLocation) {
|
|
36
|
-
S3InputFileLocation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
37
|
-
})(S3InputFileLocation || (S3InputFileLocation = {}));
|
|
38
|
-
export var InputFileLocation;
|
|
39
|
-
(function (InputFileLocation) {
|
|
40
|
-
InputFileLocation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
41
|
-
})(InputFileLocation || (InputFileLocation = {}));
|
|
42
88
|
export var OverwriteExisting;
|
|
43
89
|
(function (OverwriteExisting) {
|
|
44
90
|
OverwriteExisting["FALSE"] = "FALSE";
|
|
45
91
|
OverwriteExisting["TRUE"] = "TRUE";
|
|
46
92
|
})(OverwriteExisting || (OverwriteExisting = {}));
|
|
47
|
-
export var CopyStepDetails;
|
|
48
|
-
(function (CopyStepDetails) {
|
|
49
|
-
CopyStepDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
50
|
-
})(CopyStepDetails || (CopyStepDetails = {}));
|
|
51
|
-
export var HomeDirectoryMapEntry;
|
|
52
|
-
(function (HomeDirectoryMapEntry) {
|
|
53
|
-
HomeDirectoryMapEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
54
|
-
})(HomeDirectoryMapEntry || (HomeDirectoryMapEntry = {}));
|
|
55
93
|
export var HomeDirectoryType;
|
|
56
94
|
(function (HomeDirectoryType) {
|
|
57
95
|
HomeDirectoryType["LOGICAL"] = "LOGICAL";
|
|
58
96
|
HomeDirectoryType["PATH"] = "PATH";
|
|
59
97
|
})(HomeDirectoryType || (HomeDirectoryType = {}));
|
|
60
|
-
export var PosixProfile;
|
|
61
|
-
(function (PosixProfile) {
|
|
62
|
-
PosixProfile.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
63
|
-
})(PosixProfile || (PosixProfile = {}));
|
|
64
|
-
export var CreateAccessRequest;
|
|
65
|
-
(function (CreateAccessRequest) {
|
|
66
|
-
CreateAccessRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
67
|
-
})(CreateAccessRequest || (CreateAccessRequest = {}));
|
|
68
|
-
export var CreateAccessResponse;
|
|
69
|
-
(function (CreateAccessResponse) {
|
|
70
|
-
CreateAccessResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
71
|
-
})(CreateAccessResponse || (CreateAccessResponse = {}));
|
|
72
98
|
var InternalServiceError = (function (_super) {
|
|
73
99
|
__extends(InternalServiceError, _super);
|
|
74
100
|
function InternalServiceError(opts) {
|
|
@@ -138,25 +164,22 @@ var ServiceUnavailableException = (function (_super) {
|
|
|
138
164
|
return ServiceUnavailableException;
|
|
139
165
|
}(__BaseException));
|
|
140
166
|
export { ServiceUnavailableException };
|
|
167
|
+
export var ProfileType;
|
|
168
|
+
(function (ProfileType) {
|
|
169
|
+
ProfileType["LOCAL"] = "LOCAL";
|
|
170
|
+
ProfileType["PARTNER"] = "PARTNER";
|
|
171
|
+
})(ProfileType || (ProfileType = {}));
|
|
141
172
|
export var Domain;
|
|
142
173
|
(function (Domain) {
|
|
143
174
|
Domain["EFS"] = "EFS";
|
|
144
175
|
Domain["S3"] = "S3";
|
|
145
176
|
})(Domain || (Domain = {}));
|
|
146
|
-
export var EndpointDetails;
|
|
147
|
-
(function (EndpointDetails) {
|
|
148
|
-
EndpointDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
149
|
-
})(EndpointDetails || (EndpointDetails = {}));
|
|
150
177
|
export var EndpointType;
|
|
151
178
|
(function (EndpointType) {
|
|
152
179
|
EndpointType["PUBLIC"] = "PUBLIC";
|
|
153
180
|
EndpointType["VPC"] = "VPC";
|
|
154
181
|
EndpointType["VPC_ENDPOINT"] = "VPC_ENDPOINT";
|
|
155
182
|
})(EndpointType || (EndpointType = {}));
|
|
156
|
-
export var IdentityProviderDetails;
|
|
157
|
-
(function (IdentityProviderDetails) {
|
|
158
|
-
IdentityProviderDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
159
|
-
})(IdentityProviderDetails || (IdentityProviderDetails = {}));
|
|
160
183
|
export var IdentityProviderType;
|
|
161
184
|
(function (IdentityProviderType) {
|
|
162
185
|
IdentityProviderType["API_GATEWAY"] = "API_GATEWAY";
|
|
@@ -175,36 +198,13 @@ export var TlsSessionResumptionMode;
|
|
|
175
198
|
TlsSessionResumptionMode["ENABLED"] = "ENABLED";
|
|
176
199
|
TlsSessionResumptionMode["ENFORCED"] = "ENFORCED";
|
|
177
200
|
})(TlsSessionResumptionMode || (TlsSessionResumptionMode = {}));
|
|
178
|
-
export var ProtocolDetails;
|
|
179
|
-
(function (ProtocolDetails) {
|
|
180
|
-
ProtocolDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
181
|
-
})(ProtocolDetails || (ProtocolDetails = {}));
|
|
182
201
|
export var Protocol;
|
|
183
202
|
(function (Protocol) {
|
|
203
|
+
Protocol["AS2"] = "AS2";
|
|
184
204
|
Protocol["FTP"] = "FTP";
|
|
185
205
|
Protocol["FTPS"] = "FTPS";
|
|
186
206
|
Protocol["SFTP"] = "SFTP";
|
|
187
207
|
})(Protocol || (Protocol = {}));
|
|
188
|
-
export var Tag;
|
|
189
|
-
(function (Tag) {
|
|
190
|
-
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
191
|
-
})(Tag || (Tag = {}));
|
|
192
|
-
export var WorkflowDetail;
|
|
193
|
-
(function (WorkflowDetail) {
|
|
194
|
-
WorkflowDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
195
|
-
})(WorkflowDetail || (WorkflowDetail = {}));
|
|
196
|
-
export var WorkflowDetails;
|
|
197
|
-
(function (WorkflowDetails) {
|
|
198
|
-
WorkflowDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
199
|
-
})(WorkflowDetails || (WorkflowDetails = {}));
|
|
200
|
-
export var CreateServerRequest;
|
|
201
|
-
(function (CreateServerRequest) {
|
|
202
|
-
CreateServerRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.HostKey && { HostKey: SENSITIVE_STRING }))); };
|
|
203
|
-
})(CreateServerRequest || (CreateServerRequest = {}));
|
|
204
|
-
export var CreateServerResponse;
|
|
205
|
-
(function (CreateServerResponse) {
|
|
206
|
-
CreateServerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
207
|
-
})(CreateServerResponse || (CreateServerResponse = {}));
|
|
208
208
|
var ThrottlingException = (function (_super) {
|
|
209
209
|
__extends(ThrottlingException, _super);
|
|
210
210
|
function ThrottlingException(opts) {
|
|
@@ -218,30 +218,6 @@ var ThrottlingException = (function (_super) {
|
|
|
218
218
|
return ThrottlingException;
|
|
219
219
|
}(__BaseException));
|
|
220
220
|
export { ThrottlingException };
|
|
221
|
-
export var CreateUserRequest;
|
|
222
|
-
(function (CreateUserRequest) {
|
|
223
|
-
CreateUserRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
224
|
-
})(CreateUserRequest || (CreateUserRequest = {}));
|
|
225
|
-
export var CreateUserResponse;
|
|
226
|
-
(function (CreateUserResponse) {
|
|
227
|
-
CreateUserResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
228
|
-
})(CreateUserResponse || (CreateUserResponse = {}));
|
|
229
|
-
export var CustomStepDetails;
|
|
230
|
-
(function (CustomStepDetails) {
|
|
231
|
-
CustomStepDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
232
|
-
})(CustomStepDetails || (CustomStepDetails = {}));
|
|
233
|
-
export var DeleteStepDetails;
|
|
234
|
-
(function (DeleteStepDetails) {
|
|
235
|
-
DeleteStepDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
236
|
-
})(DeleteStepDetails || (DeleteStepDetails = {}));
|
|
237
|
-
export var S3Tag;
|
|
238
|
-
(function (S3Tag) {
|
|
239
|
-
S3Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
240
|
-
})(S3Tag || (S3Tag = {}));
|
|
241
|
-
export var TagStepDetails;
|
|
242
|
-
(function (TagStepDetails) {
|
|
243
|
-
TagStepDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
244
|
-
})(TagStepDetails || (TagStepDetails = {}));
|
|
245
221
|
export var WorkflowStepType;
|
|
246
222
|
(function (WorkflowStepType) {
|
|
247
223
|
WorkflowStepType["COPY"] = "COPY";
|
|
@@ -249,67 +225,11 @@ export var WorkflowStepType;
|
|
|
249
225
|
WorkflowStepType["DELETE"] = "DELETE";
|
|
250
226
|
WorkflowStepType["TAG"] = "TAG";
|
|
251
227
|
})(WorkflowStepType || (WorkflowStepType = {}));
|
|
252
|
-
export var WorkflowStep;
|
|
253
|
-
(function (WorkflowStep) {
|
|
254
|
-
WorkflowStep.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
255
|
-
})(WorkflowStep || (WorkflowStep = {}));
|
|
256
|
-
export var CreateWorkflowRequest;
|
|
257
|
-
(function (CreateWorkflowRequest) {
|
|
258
|
-
CreateWorkflowRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
259
|
-
})(CreateWorkflowRequest || (CreateWorkflowRequest = {}));
|
|
260
|
-
export var CreateWorkflowResponse;
|
|
261
|
-
(function (CreateWorkflowResponse) {
|
|
262
|
-
CreateWorkflowResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
263
|
-
})(CreateWorkflowResponse || (CreateWorkflowResponse = {}));
|
|
264
228
|
export var CustomStepStatus;
|
|
265
229
|
(function (CustomStepStatus) {
|
|
266
230
|
CustomStepStatus["FAILURE"] = "FAILURE";
|
|
267
231
|
CustomStepStatus["SUCCESS"] = "SUCCESS";
|
|
268
232
|
})(CustomStepStatus || (CustomStepStatus = {}));
|
|
269
|
-
export var DeleteAccessRequest;
|
|
270
|
-
(function (DeleteAccessRequest) {
|
|
271
|
-
DeleteAccessRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
|
-
})(DeleteAccessRequest || (DeleteAccessRequest = {}));
|
|
273
|
-
export var DeleteServerRequest;
|
|
274
|
-
(function (DeleteServerRequest) {
|
|
275
|
-
DeleteServerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
276
|
-
})(DeleteServerRequest || (DeleteServerRequest = {}));
|
|
277
|
-
export var DeleteSshPublicKeyRequest;
|
|
278
|
-
(function (DeleteSshPublicKeyRequest) {
|
|
279
|
-
DeleteSshPublicKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
280
|
-
})(DeleteSshPublicKeyRequest || (DeleteSshPublicKeyRequest = {}));
|
|
281
|
-
export var DeleteUserRequest;
|
|
282
|
-
(function (DeleteUserRequest) {
|
|
283
|
-
DeleteUserRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
|
-
})(DeleteUserRequest || (DeleteUserRequest = {}));
|
|
285
|
-
export var DeleteWorkflowRequest;
|
|
286
|
-
(function (DeleteWorkflowRequest) {
|
|
287
|
-
DeleteWorkflowRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
288
|
-
})(DeleteWorkflowRequest || (DeleteWorkflowRequest = {}));
|
|
289
|
-
export var DescribeAccessRequest;
|
|
290
|
-
(function (DescribeAccessRequest) {
|
|
291
|
-
DescribeAccessRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
292
|
-
})(DescribeAccessRequest || (DescribeAccessRequest = {}));
|
|
293
|
-
export var DescribedAccess;
|
|
294
|
-
(function (DescribedAccess) {
|
|
295
|
-
DescribedAccess.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
296
|
-
})(DescribedAccess || (DescribedAccess = {}));
|
|
297
|
-
export var DescribeAccessResponse;
|
|
298
|
-
(function (DescribeAccessResponse) {
|
|
299
|
-
DescribeAccessResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
300
|
-
})(DescribeAccessResponse || (DescribeAccessResponse = {}));
|
|
301
|
-
export var S3FileLocation;
|
|
302
|
-
(function (S3FileLocation) {
|
|
303
|
-
S3FileLocation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
304
|
-
})(S3FileLocation || (S3FileLocation = {}));
|
|
305
|
-
export var FileLocation;
|
|
306
|
-
(function (FileLocation) {
|
|
307
|
-
FileLocation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
308
|
-
})(FileLocation || (FileLocation = {}));
|
|
309
|
-
export var LoggingConfiguration;
|
|
310
|
-
(function (LoggingConfiguration) {
|
|
311
|
-
LoggingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
312
|
-
})(LoggingConfiguration || (LoggingConfiguration = {}));
|
|
313
233
|
export var ExecutionErrorType;
|
|
314
234
|
(function (ExecutionErrorType) {
|
|
315
235
|
ExecutionErrorType["ALREADY_EXISTS"] = "ALREADY_EXISTS";
|
|
@@ -321,26 +241,6 @@ export var ExecutionErrorType;
|
|
|
321
241
|
ExecutionErrorType["THROTTLED"] = "THROTTLED";
|
|
322
242
|
ExecutionErrorType["TIMEOUT"] = "TIMEOUT";
|
|
323
243
|
})(ExecutionErrorType || (ExecutionErrorType = {}));
|
|
324
|
-
export var ExecutionError;
|
|
325
|
-
(function (ExecutionError) {
|
|
326
|
-
ExecutionError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
327
|
-
})(ExecutionError || (ExecutionError = {}));
|
|
328
|
-
export var ExecutionStepResult;
|
|
329
|
-
(function (ExecutionStepResult) {
|
|
330
|
-
ExecutionStepResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
331
|
-
})(ExecutionStepResult || (ExecutionStepResult = {}));
|
|
332
|
-
export var ExecutionResults;
|
|
333
|
-
(function (ExecutionResults) {
|
|
334
|
-
ExecutionResults.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
335
|
-
})(ExecutionResults || (ExecutionResults = {}));
|
|
336
|
-
export var UserDetails;
|
|
337
|
-
(function (UserDetails) {
|
|
338
|
-
UserDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
339
|
-
})(UserDetails || (UserDetails = {}));
|
|
340
|
-
export var ServiceMetadata;
|
|
341
|
-
(function (ServiceMetadata) {
|
|
342
|
-
ServiceMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
343
|
-
})(ServiceMetadata || (ServiceMetadata = {}));
|
|
344
244
|
export var ExecutionStatus;
|
|
345
245
|
(function (ExecutionStatus) {
|
|
346
246
|
ExecutionStatus["COMPLETED"] = "COMPLETED";
|
|
@@ -348,14 +248,6 @@ export var ExecutionStatus;
|
|
|
348
248
|
ExecutionStatus["HANDLING_EXCEPTION"] = "HANDLING_EXCEPTION";
|
|
349
249
|
ExecutionStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
350
250
|
})(ExecutionStatus || (ExecutionStatus = {}));
|
|
351
|
-
export var DescribedExecution;
|
|
352
|
-
(function (DescribedExecution) {
|
|
353
|
-
DescribedExecution.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
354
|
-
})(DescribedExecution || (DescribedExecution = {}));
|
|
355
|
-
export var DescribedSecurityPolicy;
|
|
356
|
-
(function (DescribedSecurityPolicy) {
|
|
357
|
-
DescribedSecurityPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
358
|
-
})(DescribedSecurityPolicy || (DescribedSecurityPolicy = {}));
|
|
359
251
|
export var State;
|
|
360
252
|
(function (State) {
|
|
361
253
|
State["OFFLINE"] = "OFFLINE";
|
|
@@ -365,70 +257,6 @@ export var State;
|
|
|
365
257
|
State["STOPPING"] = "STOPPING";
|
|
366
258
|
State["STOP_FAILED"] = "STOP_FAILED";
|
|
367
259
|
})(State || (State = {}));
|
|
368
|
-
export var DescribedServer;
|
|
369
|
-
(function (DescribedServer) {
|
|
370
|
-
DescribedServer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
371
|
-
})(DescribedServer || (DescribedServer = {}));
|
|
372
|
-
export var SshPublicKey;
|
|
373
|
-
(function (SshPublicKey) {
|
|
374
|
-
SshPublicKey.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
375
|
-
})(SshPublicKey || (SshPublicKey = {}));
|
|
376
|
-
export var DescribedUser;
|
|
377
|
-
(function (DescribedUser) {
|
|
378
|
-
DescribedUser.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
379
|
-
})(DescribedUser || (DescribedUser = {}));
|
|
380
|
-
export var DescribedWorkflow;
|
|
381
|
-
(function (DescribedWorkflow) {
|
|
382
|
-
DescribedWorkflow.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
383
|
-
})(DescribedWorkflow || (DescribedWorkflow = {}));
|
|
384
|
-
export var DescribeExecutionRequest;
|
|
385
|
-
(function (DescribeExecutionRequest) {
|
|
386
|
-
DescribeExecutionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
387
|
-
})(DescribeExecutionRequest || (DescribeExecutionRequest = {}));
|
|
388
|
-
export var DescribeExecutionResponse;
|
|
389
|
-
(function (DescribeExecutionResponse) {
|
|
390
|
-
DescribeExecutionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
391
|
-
})(DescribeExecutionResponse || (DescribeExecutionResponse = {}));
|
|
392
|
-
export var DescribeSecurityPolicyRequest;
|
|
393
|
-
(function (DescribeSecurityPolicyRequest) {
|
|
394
|
-
DescribeSecurityPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
395
|
-
})(DescribeSecurityPolicyRequest || (DescribeSecurityPolicyRequest = {}));
|
|
396
|
-
export var DescribeSecurityPolicyResponse;
|
|
397
|
-
(function (DescribeSecurityPolicyResponse) {
|
|
398
|
-
DescribeSecurityPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
399
|
-
})(DescribeSecurityPolicyResponse || (DescribeSecurityPolicyResponse = {}));
|
|
400
|
-
export var DescribeServerRequest;
|
|
401
|
-
(function (DescribeServerRequest) {
|
|
402
|
-
DescribeServerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
403
|
-
})(DescribeServerRequest || (DescribeServerRequest = {}));
|
|
404
|
-
export var DescribeServerResponse;
|
|
405
|
-
(function (DescribeServerResponse) {
|
|
406
|
-
DescribeServerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
407
|
-
})(DescribeServerResponse || (DescribeServerResponse = {}));
|
|
408
|
-
export var DescribeUserRequest;
|
|
409
|
-
(function (DescribeUserRequest) {
|
|
410
|
-
DescribeUserRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
411
|
-
})(DescribeUserRequest || (DescribeUserRequest = {}));
|
|
412
|
-
export var DescribeUserResponse;
|
|
413
|
-
(function (DescribeUserResponse) {
|
|
414
|
-
DescribeUserResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
415
|
-
})(DescribeUserResponse || (DescribeUserResponse = {}));
|
|
416
|
-
export var DescribeWorkflowRequest;
|
|
417
|
-
(function (DescribeWorkflowRequest) {
|
|
418
|
-
DescribeWorkflowRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
419
|
-
})(DescribeWorkflowRequest || (DescribeWorkflowRequest = {}));
|
|
420
|
-
export var DescribeWorkflowResponse;
|
|
421
|
-
(function (DescribeWorkflowResponse) {
|
|
422
|
-
DescribeWorkflowResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
423
|
-
})(DescribeWorkflowResponse || (DescribeWorkflowResponse = {}));
|
|
424
|
-
export var ImportSshPublicKeyRequest;
|
|
425
|
-
(function (ImportSshPublicKeyRequest) {
|
|
426
|
-
ImportSshPublicKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
427
|
-
})(ImportSshPublicKeyRequest || (ImportSshPublicKeyRequest = {}));
|
|
428
|
-
export var ImportSshPublicKeyResponse;
|
|
429
|
-
(function (ImportSshPublicKeyResponse) {
|
|
430
|
-
ImportSshPublicKeyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
431
|
-
})(ImportSshPublicKeyResponse || (ImportSshPublicKeyResponse = {}));
|
|
432
260
|
var InvalidNextTokenException = (function (_super) {
|
|
433
261
|
__extends(InvalidNextTokenException, _super);
|
|
434
262
|
function InvalidNextTokenException(opts) {
|
|
@@ -442,135 +270,142 @@ var InvalidNextTokenException = (function (_super) {
|
|
|
442
270
|
return InvalidNextTokenException;
|
|
443
271
|
}(__BaseException));
|
|
444
272
|
export { InvalidNextTokenException };
|
|
445
|
-
export var
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
export var
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
export var
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
export var
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
export var
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
export var
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
export var
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
export var
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
export var
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
export var
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
export var
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
export var
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
export var
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
export var
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
export var
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
export var
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
export var
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
export var
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
export var
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
export var
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
export var
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
export var
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
export var
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
export var
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
export var
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
export var
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
export var
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
export var
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
export var
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
export var
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
export var
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
export var
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
export var
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
273
|
+
export var As2ConnectorConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
|
+
export var EfsFileLocationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
275
|
+
export var S3InputFileLocationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
276
|
+
export var InputFileLocationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
277
|
+
export var CopyStepDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
278
|
+
export var HomeDirectoryMapEntryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
279
|
+
export var PosixProfileFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
280
|
+
export var CreateAccessRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
281
|
+
export var CreateAccessResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
282
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
283
|
+
export var CreateAgreementRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
|
+
export var CreateAgreementResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
285
|
+
export var CreateConnectorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
286
|
+
export var CreateConnectorResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
287
|
+
export var CreateProfileRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
288
|
+
export var CreateProfileResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
289
|
+
export var EndpointDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
|
+
export var IdentityProviderDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
291
|
+
export var ProtocolDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
292
|
+
export var WorkflowDetailFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
293
|
+
export var WorkflowDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
294
|
+
export var CreateServerRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.HostKey && { HostKey: SENSITIVE_STRING }))); };
|
|
295
|
+
export var CreateServerResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
296
|
+
export var CreateUserRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
297
|
+
export var CreateUserResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
298
|
+
export var CustomStepDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
299
|
+
export var DeleteStepDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
300
|
+
export var S3TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
301
|
+
export var TagStepDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
302
|
+
export var WorkflowStepFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
303
|
+
export var CreateWorkflowRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
304
|
+
export var CreateWorkflowResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
305
|
+
export var DeleteAccessRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
306
|
+
export var DeleteAgreementRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
307
|
+
export var DeleteCertificateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
308
|
+
export var DeleteConnectorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
309
|
+
export var DeleteProfileRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
310
|
+
export var DeleteServerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
311
|
+
export var DeleteSshPublicKeyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
312
|
+
export var DeleteUserRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
313
|
+
export var DeleteWorkflowRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
314
|
+
export var DescribeAccessRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
315
|
+
export var DescribedAccessFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
316
|
+
export var DescribeAccessResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
317
|
+
export var DescribeAgreementRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
318
|
+
export var DescribedAgreementFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
319
|
+
export var DescribeAgreementResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
320
|
+
export var DescribeCertificateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
321
|
+
export var DescribedCertificateFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Certificate && { Certificate: SENSITIVE_STRING })), (obj.CertificateChain && { CertificateChain: SENSITIVE_STRING }))); };
|
|
322
|
+
export var DescribeCertificateResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Certificate && { Certificate: DescribedCertificateFilterSensitiveLog(obj.Certificate) }))); };
|
|
323
|
+
export var DescribeConnectorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
324
|
+
export var DescribedConnectorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
325
|
+
export var DescribeConnectorResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
326
|
+
export var S3FileLocationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
327
|
+
export var FileLocationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
328
|
+
export var LoggingConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
329
|
+
export var ExecutionErrorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
330
|
+
export var ExecutionStepResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
331
|
+
export var ExecutionResultsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
332
|
+
export var UserDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
333
|
+
export var ServiceMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
334
|
+
export var DescribedExecutionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
335
|
+
export var DescribedProfileFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
336
|
+
export var DescribedSecurityPolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
337
|
+
export var DescribedServerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
338
|
+
export var SshPublicKeyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
339
|
+
export var DescribedUserFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
340
|
+
export var DescribedWorkflowFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
341
|
+
export var DescribeExecutionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
342
|
+
export var DescribeExecutionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
343
|
+
export var DescribeProfileRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
344
|
+
export var DescribeProfileResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
345
|
+
export var DescribeSecurityPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
346
|
+
export var DescribeSecurityPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
347
|
+
export var DescribeServerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
348
|
+
export var DescribeServerResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
349
|
+
export var DescribeUserRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
350
|
+
export var DescribeUserResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
351
|
+
export var DescribeWorkflowRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
352
|
+
export var DescribeWorkflowResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
353
|
+
export var ImportCertificateRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.Certificate && { Certificate: SENSITIVE_STRING })), (obj.CertificateChain && { CertificateChain: SENSITIVE_STRING })), (obj.PrivateKey && { PrivateKey: SENSITIVE_STRING }))); };
|
|
354
|
+
export var ImportCertificateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
355
|
+
export var ImportSshPublicKeyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
356
|
+
export var ImportSshPublicKeyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
357
|
+
export var ListAccessesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
358
|
+
export var ListedAccessFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
359
|
+
export var ListAccessesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
360
|
+
export var ListAgreementsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
361
|
+
export var ListedAgreementFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
362
|
+
export var ListAgreementsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
363
|
+
export var ListCertificatesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
364
|
+
export var ListedCertificateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
365
|
+
export var ListCertificatesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
366
|
+
export var ListConnectorsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
367
|
+
export var ListedConnectorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
368
|
+
export var ListConnectorsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
369
|
+
export var ListedExecutionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
370
|
+
export var ListedProfileFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
371
|
+
export var ListedServerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
372
|
+
export var ListedUserFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
373
|
+
export var ListedWorkflowFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
374
|
+
export var ListExecutionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
375
|
+
export var ListExecutionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
376
|
+
export var ListProfilesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
377
|
+
export var ListProfilesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
378
|
+
export var ListSecurityPoliciesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
379
|
+
export var ListSecurityPoliciesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
380
|
+
export var ListServersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
381
|
+
export var ListServersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
382
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
383
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
384
|
+
export var ListUsersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
385
|
+
export var ListUsersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
386
|
+
export var ListWorkflowsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
387
|
+
export var ListWorkflowsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
388
|
+
export var SendWorkflowStepStateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
389
|
+
export var SendWorkflowStepStateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
390
|
+
export var StartFileTransferRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
391
|
+
export var StartFileTransferResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
392
|
+
export var StartServerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
393
|
+
export var StopServerRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
394
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
395
|
+
export var TestIdentityProviderRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UserPassword && { UserPassword: SENSITIVE_STRING }))); };
|
|
396
|
+
export var TestIdentityProviderResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
397
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
398
|
+
export var UpdateAccessRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
399
|
+
export var UpdateAccessResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
400
|
+
export var UpdateAgreementRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
401
|
+
export var UpdateAgreementResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
402
|
+
export var UpdateCertificateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
403
|
+
export var UpdateCertificateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
404
|
+
export var UpdateConnectorRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
405
|
+
export var UpdateConnectorResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
406
|
+
export var UpdateProfileRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
407
|
+
export var UpdateProfileResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
408
|
+
export var UpdateServerRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.HostKey && { HostKey: SENSITIVE_STRING }))); };
|
|
409
|
+
export var UpdateServerResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
410
|
+
export var UpdateUserRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
411
|
+
export var UpdateUserResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|