@aws-sdk/client-transfer 3.490.0 → 3.495.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/Transfer.js +1 -129
- package/dist-cjs/TransferClient.js +1 -43
- package/dist-cjs/commands/CreateAccessCommand.js +1 -28
- package/dist-cjs/commands/CreateAgreementCommand.js +1 -28
- package/dist-cjs/commands/CreateConnectorCommand.js +1 -28
- package/dist-cjs/commands/CreateProfileCommand.js +1 -28
- package/dist-cjs/commands/CreateServerCommand.js +1 -29
- package/dist-cjs/commands/CreateUserCommand.js +1 -28
- package/dist-cjs/commands/CreateWorkflowCommand.js +1 -28
- package/dist-cjs/commands/DeleteAccessCommand.js +1 -28
- package/dist-cjs/commands/DeleteAgreementCommand.js +1 -28
- package/dist-cjs/commands/DeleteCertificateCommand.js +1 -28
- package/dist-cjs/commands/DeleteConnectorCommand.js +1 -28
- package/dist-cjs/commands/DeleteHostKeyCommand.js +1 -28
- package/dist-cjs/commands/DeleteProfileCommand.js +1 -28
- package/dist-cjs/commands/DeleteServerCommand.js +1 -28
- package/dist-cjs/commands/DeleteSshPublicKeyCommand.js +1 -28
- package/dist-cjs/commands/DeleteUserCommand.js +1 -28
- package/dist-cjs/commands/DeleteWorkflowCommand.js +1 -28
- package/dist-cjs/commands/DescribeAccessCommand.js +1 -28
- package/dist-cjs/commands/DescribeAgreementCommand.js +1 -28
- package/dist-cjs/commands/DescribeCertificateCommand.js +1 -29
- package/dist-cjs/commands/DescribeConnectorCommand.js +1 -28
- package/dist-cjs/commands/DescribeExecutionCommand.js +1 -28
- package/dist-cjs/commands/DescribeHostKeyCommand.js +1 -28
- package/dist-cjs/commands/DescribeProfileCommand.js +1 -28
- package/dist-cjs/commands/DescribeSecurityPolicyCommand.js +1 -28
- package/dist-cjs/commands/DescribeServerCommand.js +1 -28
- package/dist-cjs/commands/DescribeUserCommand.js +1 -28
- package/dist-cjs/commands/DescribeWorkflowCommand.js +1 -28
- package/dist-cjs/commands/ImportCertificateCommand.js +1 -29
- package/dist-cjs/commands/ImportHostKeyCommand.js +1 -29
- package/dist-cjs/commands/ImportSshPublicKeyCommand.js +1 -28
- package/dist-cjs/commands/ListAccessesCommand.js +1 -28
- package/dist-cjs/commands/ListAgreementsCommand.js +1 -28
- package/dist-cjs/commands/ListCertificatesCommand.js +1 -28
- package/dist-cjs/commands/ListConnectorsCommand.js +1 -28
- package/dist-cjs/commands/ListExecutionsCommand.js +1 -28
- package/dist-cjs/commands/ListHostKeysCommand.js +1 -28
- package/dist-cjs/commands/ListProfilesCommand.js +1 -28
- package/dist-cjs/commands/ListSecurityPoliciesCommand.js +1 -28
- package/dist-cjs/commands/ListServersCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListUsersCommand.js +1 -28
- package/dist-cjs/commands/ListWorkflowsCommand.js +1 -28
- package/dist-cjs/commands/SendWorkflowStepStateCommand.js +1 -28
- package/dist-cjs/commands/StartFileTransferCommand.js +1 -28
- package/dist-cjs/commands/StartServerCommand.js +1 -28
- package/dist-cjs/commands/StopServerCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/TestConnectionCommand.js +1 -28
- package/dist-cjs/commands/TestIdentityProviderCommand.js +1 -29
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateAccessCommand.js +1 -28
- package/dist-cjs/commands/UpdateAgreementCommand.js +1 -28
- package/dist-cjs/commands/UpdateCertificateCommand.js +1 -28
- package/dist-cjs/commands/UpdateConnectorCommand.js +1 -28
- package/dist-cjs/commands/UpdateHostKeyCommand.js +1 -28
- package/dist-cjs/commands/UpdateProfileCommand.js +1 -28
- package/dist-cjs/commands/UpdateServerCommand.js +1 -29
- package/dist-cjs/commands/UpdateUserCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -62
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +5089 -12
- package/dist-cjs/models/TransferServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -316
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAccessesPaginator.js +1 -7
- package/dist-cjs/pagination/ListAgreementsPaginator.js +1 -7
- package/dist-cjs/pagination/ListCertificatesPaginator.js +1 -7
- package/dist-cjs/pagination/ListConnectorsPaginator.js +1 -7
- package/dist-cjs/pagination/ListExecutionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListProfilesPaginator.js +1 -7
- package/dist-cjs/pagination/ListSecurityPoliciesPaginator.js +1 -7
- package/dist-cjs/pagination/ListServersPaginator.js +1 -7
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -7
- package/dist-cjs/pagination/ListUsersPaginator.js +1 -7
- package/dist-cjs/pagination/ListWorkflowsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -15
- package/dist-cjs/protocols/Aws_json1_1.js +1 -3297
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/dist-cjs/waiters/index.js +1 -5
- package/dist-cjs/waiters/waitForServerOffline.js +1 -45
- package/dist-cjs/waiters/waitForServerOnline.js +1 -45
- package/dist-types/commands/DescribeConnectorCommand.d.ts +3 -0
- package/dist-types/commands/DescribeServerCommand.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +14 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/package.json +41 -41
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TransferServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
-
class TransferServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, TransferServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.TransferServiceException = TransferServiceException;
|
|
1
|
+
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
CHANGED
|
@@ -1,316 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateServerRequestFilterSensitiveLog = exports.TestIdentityProviderRequestFilterSensitiveLog = exports.ImportHostKeyRequestFilterSensitiveLog = exports.ImportCertificateRequestFilterSensitiveLog = exports.DescribeCertificateResponseFilterSensitiveLog = exports.DescribedCertificateFilterSensitiveLog = exports.CreateServerRequestFilterSensitiveLog = exports.InvalidNextTokenException = exports.State = exports.ExecutionStatus = exports.ExecutionErrorType = exports.CustomStepStatus = exports.WorkflowStepType = exports.EncryptionType = exports.DirectoryListingOptimization = exports.Protocol = exports.TlsSessionResumptionMode = exports.SetStatOption = exports.IdentityProviderType = exports.SftpAuthenticationMethods = exports.EndpointType = exports.Domain = exports.ProfileType = exports.ThrottlingException = exports.ServiceUnavailableException = exports.ResourceNotFoundException = exports.ResourceExistsException = exports.InvalidRequestException = exports.InternalServiceError = exports.HomeDirectoryType = exports.MapType = 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
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const TransferServiceException_1 = require("./TransferServiceException");
|
|
6
|
-
class AccessDeniedException extends TransferServiceException_1.TransferServiceException {
|
|
7
|
-
constructor(opts) {
|
|
8
|
-
super({
|
|
9
|
-
name: "AccessDeniedException",
|
|
10
|
-
$fault: "client",
|
|
11
|
-
...opts,
|
|
12
|
-
});
|
|
13
|
-
this.name = "AccessDeniedException";
|
|
14
|
-
this.$fault = "client";
|
|
15
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
16
|
-
this.Message = opts.Message;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
exports.AccessDeniedException = AccessDeniedException;
|
|
20
|
-
exports.AgreementStatusType = {
|
|
21
|
-
ACTIVE: "ACTIVE",
|
|
22
|
-
INACTIVE: "INACTIVE",
|
|
23
|
-
};
|
|
24
|
-
exports.CompressionEnum = {
|
|
25
|
-
DISABLED: "DISABLED",
|
|
26
|
-
ZLIB: "ZLIB",
|
|
27
|
-
};
|
|
28
|
-
exports.EncryptionAlg = {
|
|
29
|
-
AES128_CBC: "AES128_CBC",
|
|
30
|
-
AES192_CBC: "AES192_CBC",
|
|
31
|
-
AES256_CBC: "AES256_CBC",
|
|
32
|
-
NONE: "NONE",
|
|
33
|
-
};
|
|
34
|
-
exports.MdnResponse = {
|
|
35
|
-
NONE: "NONE",
|
|
36
|
-
SYNC: "SYNC",
|
|
37
|
-
};
|
|
38
|
-
exports.MdnSigningAlg = {
|
|
39
|
-
DEFAULT: "DEFAULT",
|
|
40
|
-
NONE: "NONE",
|
|
41
|
-
SHA1: "SHA1",
|
|
42
|
-
SHA256: "SHA256",
|
|
43
|
-
SHA384: "SHA384",
|
|
44
|
-
SHA512: "SHA512",
|
|
45
|
-
};
|
|
46
|
-
exports.SigningAlg = {
|
|
47
|
-
NONE: "NONE",
|
|
48
|
-
SHA1: "SHA1",
|
|
49
|
-
SHA256: "SHA256",
|
|
50
|
-
SHA384: "SHA384",
|
|
51
|
-
SHA512: "SHA512",
|
|
52
|
-
};
|
|
53
|
-
exports.As2Transport = {
|
|
54
|
-
HTTP: "HTTP",
|
|
55
|
-
};
|
|
56
|
-
exports.CertificateStatusType = {
|
|
57
|
-
ACTIVE: "ACTIVE",
|
|
58
|
-
INACTIVE: "INACTIVE",
|
|
59
|
-
PENDING_ROTATION: "PENDING_ROTATION",
|
|
60
|
-
};
|
|
61
|
-
exports.CertificateType = {
|
|
62
|
-
CERTIFICATE: "CERTIFICATE",
|
|
63
|
-
CERTIFICATE_WITH_PRIVATE_KEY: "CERTIFICATE_WITH_PRIVATE_KEY",
|
|
64
|
-
};
|
|
65
|
-
exports.CertificateUsageType = {
|
|
66
|
-
ENCRYPTION: "ENCRYPTION",
|
|
67
|
-
SIGNING: "SIGNING",
|
|
68
|
-
};
|
|
69
|
-
class ConflictException extends TransferServiceException_1.TransferServiceException {
|
|
70
|
-
constructor(opts) {
|
|
71
|
-
super({
|
|
72
|
-
name: "ConflictException",
|
|
73
|
-
$fault: "client",
|
|
74
|
-
...opts,
|
|
75
|
-
});
|
|
76
|
-
this.name = "ConflictException";
|
|
77
|
-
this.$fault = "client";
|
|
78
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
79
|
-
this.Message = opts.Message;
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
exports.ConflictException = ConflictException;
|
|
83
|
-
exports.OverwriteExisting = {
|
|
84
|
-
FALSE: "FALSE",
|
|
85
|
-
TRUE: "TRUE",
|
|
86
|
-
};
|
|
87
|
-
exports.MapType = {
|
|
88
|
-
DIRECTORY: "DIRECTORY",
|
|
89
|
-
FILE: "FILE",
|
|
90
|
-
};
|
|
91
|
-
exports.HomeDirectoryType = {
|
|
92
|
-
LOGICAL: "LOGICAL",
|
|
93
|
-
PATH: "PATH",
|
|
94
|
-
};
|
|
95
|
-
class InternalServiceError extends TransferServiceException_1.TransferServiceException {
|
|
96
|
-
constructor(opts) {
|
|
97
|
-
super({
|
|
98
|
-
name: "InternalServiceError",
|
|
99
|
-
$fault: "server",
|
|
100
|
-
...opts,
|
|
101
|
-
});
|
|
102
|
-
this.name = "InternalServiceError";
|
|
103
|
-
this.$fault = "server";
|
|
104
|
-
Object.setPrototypeOf(this, InternalServiceError.prototype);
|
|
105
|
-
this.Message = opts.Message;
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
exports.InternalServiceError = InternalServiceError;
|
|
109
|
-
class InvalidRequestException extends TransferServiceException_1.TransferServiceException {
|
|
110
|
-
constructor(opts) {
|
|
111
|
-
super({
|
|
112
|
-
name: "InvalidRequestException",
|
|
113
|
-
$fault: "client",
|
|
114
|
-
...opts,
|
|
115
|
-
});
|
|
116
|
-
this.name = "InvalidRequestException";
|
|
117
|
-
this.$fault = "client";
|
|
118
|
-
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
119
|
-
this.Message = opts.Message;
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
exports.InvalidRequestException = InvalidRequestException;
|
|
123
|
-
class ResourceExistsException extends TransferServiceException_1.TransferServiceException {
|
|
124
|
-
constructor(opts) {
|
|
125
|
-
super({
|
|
126
|
-
name: "ResourceExistsException",
|
|
127
|
-
$fault: "client",
|
|
128
|
-
...opts,
|
|
129
|
-
});
|
|
130
|
-
this.name = "ResourceExistsException";
|
|
131
|
-
this.$fault = "client";
|
|
132
|
-
Object.setPrototypeOf(this, ResourceExistsException.prototype);
|
|
133
|
-
this.Message = opts.Message;
|
|
134
|
-
this.Resource = opts.Resource;
|
|
135
|
-
this.ResourceType = opts.ResourceType;
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
exports.ResourceExistsException = ResourceExistsException;
|
|
139
|
-
class ResourceNotFoundException extends TransferServiceException_1.TransferServiceException {
|
|
140
|
-
constructor(opts) {
|
|
141
|
-
super({
|
|
142
|
-
name: "ResourceNotFoundException",
|
|
143
|
-
$fault: "client",
|
|
144
|
-
...opts,
|
|
145
|
-
});
|
|
146
|
-
this.name = "ResourceNotFoundException";
|
|
147
|
-
this.$fault = "client";
|
|
148
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
149
|
-
this.Message = opts.Message;
|
|
150
|
-
this.Resource = opts.Resource;
|
|
151
|
-
this.ResourceType = opts.ResourceType;
|
|
152
|
-
}
|
|
153
|
-
}
|
|
154
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
155
|
-
class ServiceUnavailableException extends TransferServiceException_1.TransferServiceException {
|
|
156
|
-
constructor(opts) {
|
|
157
|
-
super({
|
|
158
|
-
name: "ServiceUnavailableException",
|
|
159
|
-
$fault: "server",
|
|
160
|
-
...opts,
|
|
161
|
-
});
|
|
162
|
-
this.name = "ServiceUnavailableException";
|
|
163
|
-
this.$fault = "server";
|
|
164
|
-
Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
|
|
165
|
-
this.Message = opts.Message;
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
exports.ServiceUnavailableException = ServiceUnavailableException;
|
|
169
|
-
class ThrottlingException extends TransferServiceException_1.TransferServiceException {
|
|
170
|
-
constructor(opts) {
|
|
171
|
-
super({
|
|
172
|
-
name: "ThrottlingException",
|
|
173
|
-
$fault: "client",
|
|
174
|
-
...opts,
|
|
175
|
-
});
|
|
176
|
-
this.name = "ThrottlingException";
|
|
177
|
-
this.$fault = "client";
|
|
178
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
179
|
-
this.RetryAfterSeconds = opts.RetryAfterSeconds;
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
|
-
exports.ThrottlingException = ThrottlingException;
|
|
183
|
-
exports.ProfileType = {
|
|
184
|
-
LOCAL: "LOCAL",
|
|
185
|
-
PARTNER: "PARTNER",
|
|
186
|
-
};
|
|
187
|
-
exports.Domain = {
|
|
188
|
-
EFS: "EFS",
|
|
189
|
-
S3: "S3",
|
|
190
|
-
};
|
|
191
|
-
exports.EndpointType = {
|
|
192
|
-
PUBLIC: "PUBLIC",
|
|
193
|
-
VPC: "VPC",
|
|
194
|
-
VPC_ENDPOINT: "VPC_ENDPOINT",
|
|
195
|
-
};
|
|
196
|
-
exports.SftpAuthenticationMethods = {
|
|
197
|
-
PASSWORD: "PASSWORD",
|
|
198
|
-
PUBLIC_KEY: "PUBLIC_KEY",
|
|
199
|
-
PUBLIC_KEY_AND_PASSWORD: "PUBLIC_KEY_AND_PASSWORD",
|
|
200
|
-
PUBLIC_KEY_OR_PASSWORD: "PUBLIC_KEY_OR_PASSWORD",
|
|
201
|
-
};
|
|
202
|
-
exports.IdentityProviderType = {
|
|
203
|
-
API_GATEWAY: "API_GATEWAY",
|
|
204
|
-
AWS_DIRECTORY_SERVICE: "AWS_DIRECTORY_SERVICE",
|
|
205
|
-
AWS_LAMBDA: "AWS_LAMBDA",
|
|
206
|
-
SERVICE_MANAGED: "SERVICE_MANAGED",
|
|
207
|
-
};
|
|
208
|
-
exports.SetStatOption = {
|
|
209
|
-
DEFAULT: "DEFAULT",
|
|
210
|
-
ENABLE_NO_OP: "ENABLE_NO_OP",
|
|
211
|
-
};
|
|
212
|
-
exports.TlsSessionResumptionMode = {
|
|
213
|
-
DISABLED: "DISABLED",
|
|
214
|
-
ENABLED: "ENABLED",
|
|
215
|
-
ENFORCED: "ENFORCED",
|
|
216
|
-
};
|
|
217
|
-
exports.Protocol = {
|
|
218
|
-
AS2: "AS2",
|
|
219
|
-
FTP: "FTP",
|
|
220
|
-
FTPS: "FTPS",
|
|
221
|
-
SFTP: "SFTP",
|
|
222
|
-
};
|
|
223
|
-
exports.DirectoryListingOptimization = {
|
|
224
|
-
DISABLED: "DISABLED",
|
|
225
|
-
ENABLED: "ENABLED",
|
|
226
|
-
};
|
|
227
|
-
exports.EncryptionType = {
|
|
228
|
-
PGP: "PGP",
|
|
229
|
-
};
|
|
230
|
-
exports.WorkflowStepType = {
|
|
231
|
-
COPY: "COPY",
|
|
232
|
-
CUSTOM: "CUSTOM",
|
|
233
|
-
DECRYPT: "DECRYPT",
|
|
234
|
-
DELETE: "DELETE",
|
|
235
|
-
TAG: "TAG",
|
|
236
|
-
};
|
|
237
|
-
exports.CustomStepStatus = {
|
|
238
|
-
FAILURE: "FAILURE",
|
|
239
|
-
SUCCESS: "SUCCESS",
|
|
240
|
-
};
|
|
241
|
-
exports.ExecutionErrorType = {
|
|
242
|
-
ALREADY_EXISTS: "ALREADY_EXISTS",
|
|
243
|
-
BAD_REQUEST: "BAD_REQUEST",
|
|
244
|
-
CUSTOM_STEP_FAILED: "CUSTOM_STEP_FAILED",
|
|
245
|
-
INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR",
|
|
246
|
-
NOT_FOUND: "NOT_FOUND",
|
|
247
|
-
PERMISSION_DENIED: "PERMISSION_DENIED",
|
|
248
|
-
THROTTLED: "THROTTLED",
|
|
249
|
-
TIMEOUT: "TIMEOUT",
|
|
250
|
-
};
|
|
251
|
-
exports.ExecutionStatus = {
|
|
252
|
-
COMPLETED: "COMPLETED",
|
|
253
|
-
EXCEPTION: "EXCEPTION",
|
|
254
|
-
HANDLING_EXCEPTION: "HANDLING_EXCEPTION",
|
|
255
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
256
|
-
};
|
|
257
|
-
exports.State = {
|
|
258
|
-
OFFLINE: "OFFLINE",
|
|
259
|
-
ONLINE: "ONLINE",
|
|
260
|
-
STARTING: "STARTING",
|
|
261
|
-
START_FAILED: "START_FAILED",
|
|
262
|
-
STOPPING: "STOPPING",
|
|
263
|
-
STOP_FAILED: "STOP_FAILED",
|
|
264
|
-
};
|
|
265
|
-
class InvalidNextTokenException extends TransferServiceException_1.TransferServiceException {
|
|
266
|
-
constructor(opts) {
|
|
267
|
-
super({
|
|
268
|
-
name: "InvalidNextTokenException",
|
|
269
|
-
$fault: "client",
|
|
270
|
-
...opts,
|
|
271
|
-
});
|
|
272
|
-
this.name = "InvalidNextTokenException";
|
|
273
|
-
this.$fault = "client";
|
|
274
|
-
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
275
|
-
this.Message = opts.Message;
|
|
276
|
-
}
|
|
277
|
-
}
|
|
278
|
-
exports.InvalidNextTokenException = InvalidNextTokenException;
|
|
279
|
-
const CreateServerRequestFilterSensitiveLog = (obj) => ({
|
|
280
|
-
...obj,
|
|
281
|
-
...(obj.HostKey && { HostKey: smithy_client_1.SENSITIVE_STRING }),
|
|
282
|
-
});
|
|
283
|
-
exports.CreateServerRequestFilterSensitiveLog = CreateServerRequestFilterSensitiveLog;
|
|
284
|
-
const DescribedCertificateFilterSensitiveLog = (obj) => ({
|
|
285
|
-
...obj,
|
|
286
|
-
...(obj.Certificate && { Certificate: smithy_client_1.SENSITIVE_STRING }),
|
|
287
|
-
...(obj.CertificateChain && { CertificateChain: smithy_client_1.SENSITIVE_STRING }),
|
|
288
|
-
});
|
|
289
|
-
exports.DescribedCertificateFilterSensitiveLog = DescribedCertificateFilterSensitiveLog;
|
|
290
|
-
const DescribeCertificateResponseFilterSensitiveLog = (obj) => ({
|
|
291
|
-
...obj,
|
|
292
|
-
...(obj.Certificate && { Certificate: (0, exports.DescribedCertificateFilterSensitiveLog)(obj.Certificate) }),
|
|
293
|
-
});
|
|
294
|
-
exports.DescribeCertificateResponseFilterSensitiveLog = DescribeCertificateResponseFilterSensitiveLog;
|
|
295
|
-
const ImportCertificateRequestFilterSensitiveLog = (obj) => ({
|
|
296
|
-
...obj,
|
|
297
|
-
...(obj.Certificate && { Certificate: smithy_client_1.SENSITIVE_STRING }),
|
|
298
|
-
...(obj.CertificateChain && { CertificateChain: smithy_client_1.SENSITIVE_STRING }),
|
|
299
|
-
...(obj.PrivateKey && { PrivateKey: smithy_client_1.SENSITIVE_STRING }),
|
|
300
|
-
});
|
|
301
|
-
exports.ImportCertificateRequestFilterSensitiveLog = ImportCertificateRequestFilterSensitiveLog;
|
|
302
|
-
const ImportHostKeyRequestFilterSensitiveLog = (obj) => ({
|
|
303
|
-
...obj,
|
|
304
|
-
...(obj.HostKeyBody && { HostKeyBody: smithy_client_1.SENSITIVE_STRING }),
|
|
305
|
-
});
|
|
306
|
-
exports.ImportHostKeyRequestFilterSensitiveLog = ImportHostKeyRequestFilterSensitiveLog;
|
|
307
|
-
const TestIdentityProviderRequestFilterSensitiveLog = (obj) => ({
|
|
308
|
-
...obj,
|
|
309
|
-
...(obj.UserPassword && { UserPassword: smithy_client_1.SENSITIVE_STRING }),
|
|
310
|
-
});
|
|
311
|
-
exports.TestIdentityProviderRequestFilterSensitiveLog = TestIdentityProviderRequestFilterSensitiveLog;
|
|
312
|
-
const UpdateServerRequestFilterSensitiveLog = (obj) => ({
|
|
313
|
-
...obj,
|
|
314
|
-
...(obj.HostKey && { HostKey: smithy_client_1.SENSITIVE_STRING }),
|
|
315
|
-
});
|
|
316
|
-
exports.UpdateServerRequestFilterSensitiveLog = UpdateServerRequestFilterSensitiveLog;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListAccesses = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListAccessesCommand_1 = require("../commands/ListAccessesCommand");
|
|
6
|
-
const TransferClient_1 = require("../TransferClient");
|
|
7
|
-
exports.paginateListAccesses = (0, core_1.createPaginator)(TransferClient_1.TransferClient, ListAccessesCommand_1.ListAccessesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListAgreements = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListAgreementsCommand_1 = require("../commands/ListAgreementsCommand");
|
|
6
|
-
const TransferClient_1 = require("../TransferClient");
|
|
7
|
-
exports.paginateListAgreements = (0, core_1.createPaginator)(TransferClient_1.TransferClient, ListAgreementsCommand_1.ListAgreementsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListCertificates = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListCertificatesCommand_1 = require("../commands/ListCertificatesCommand");
|
|
6
|
-
const TransferClient_1 = require("../TransferClient");
|
|
7
|
-
exports.paginateListCertificates = (0, core_1.createPaginator)(TransferClient_1.TransferClient, ListCertificatesCommand_1.ListCertificatesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListConnectors = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListConnectorsCommand_1 = require("../commands/ListConnectorsCommand");
|
|
6
|
-
const TransferClient_1 = require("../TransferClient");
|
|
7
|
-
exports.paginateListConnectors = (0, core_1.createPaginator)(TransferClient_1.TransferClient, ListConnectorsCommand_1.ListConnectorsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListExecutions = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListExecutionsCommand_1 = require("../commands/ListExecutionsCommand");
|
|
6
|
-
const TransferClient_1 = require("../TransferClient");
|
|
7
|
-
exports.paginateListExecutions = (0, core_1.createPaginator)(TransferClient_1.TransferClient, ListExecutionsCommand_1.ListExecutionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListProfiles = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListProfilesCommand_1 = require("../commands/ListProfilesCommand");
|
|
6
|
-
const TransferClient_1 = require("../TransferClient");
|
|
7
|
-
exports.paginateListProfiles = (0, core_1.createPaginator)(TransferClient_1.TransferClient, ListProfilesCommand_1.ListProfilesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListSecurityPolicies = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListSecurityPoliciesCommand_1 = require("../commands/ListSecurityPoliciesCommand");
|
|
6
|
-
const TransferClient_1 = require("../TransferClient");
|
|
7
|
-
exports.paginateListSecurityPolicies = (0, core_1.createPaginator)(TransferClient_1.TransferClient, ListSecurityPoliciesCommand_1.ListSecurityPoliciesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListServers = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListServersCommand_1 = require("../commands/ListServersCommand");
|
|
6
|
-
const TransferClient_1 = require("../TransferClient");
|
|
7
|
-
exports.paginateListServers = (0, core_1.createPaginator)(TransferClient_1.TransferClient, ListServersCommand_1.ListServersCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListTagsForResource = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListTagsForResourceCommand_1 = require("../commands/ListTagsForResourceCommand");
|
|
6
|
-
const TransferClient_1 = require("../TransferClient");
|
|
7
|
-
exports.paginateListTagsForResource = (0, core_1.createPaginator)(TransferClient_1.TransferClient, ListTagsForResourceCommand_1.ListTagsForResourceCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListUsers = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListUsersCommand_1 = require("../commands/ListUsersCommand");
|
|
6
|
-
const TransferClient_1 = require("../TransferClient");
|
|
7
|
-
exports.paginateListUsers = (0, core_1.createPaginator)(TransferClient_1.TransferClient, ListUsersCommand_1.ListUsersCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListWorkflows = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListWorkflowsCommand_1 = require("../commands/ListWorkflowsCommand");
|
|
6
|
-
const TransferClient_1 = require("../TransferClient");
|
|
7
|
-
exports.paginateListWorkflows = (0, core_1.createPaginator)(TransferClient_1.TransferClient, ListWorkflowsCommand_1.ListWorkflowsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,15 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./ListAccessesPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./ListAgreementsPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./ListCertificatesPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./ListConnectorsPaginator"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./ListExecutionsPaginator"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./ListProfilesPaginator"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./ListSecurityPoliciesPaginator"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./ListServersPaginator"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./ListTagsForResourcePaginator"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./ListUsersPaginator"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./ListWorkflowsPaginator"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|