@aws-sdk/client-transfer 3.40.0 → 3.45.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.
Files changed (42) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/dist-cjs/endpoints.js +9 -0
  3. package/dist-cjs/models/models_0.js +16 -9
  4. package/dist-cjs/protocols/Aws_json1_1.js +9 -0
  5. package/dist-es/endpoints.js +9 -0
  6. package/dist-es/models/models_0.js +11 -4
  7. package/dist-es/protocols/Aws_json1_1.js +10 -4
  8. package/dist-types/commands/CreateAccessCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateServerCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateUserCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateWorkflowCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteAccessCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteServerCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteSshPublicKeyCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteWorkflowCommand.d.ts +1 -1
  17. package/dist-types/commands/DescribeAccessCommand.d.ts +1 -1
  18. package/dist-types/commands/DescribeExecutionCommand.d.ts +1 -1
  19. package/dist-types/commands/DescribeSecurityPolicyCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeServerCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeWorkflowCommand.d.ts +1 -1
  23. package/dist-types/commands/ImportSshPublicKeyCommand.d.ts +1 -1
  24. package/dist-types/commands/ListAccessesCommand.d.ts +1 -1
  25. package/dist-types/commands/ListExecutionsCommand.d.ts +1 -1
  26. package/dist-types/commands/ListSecurityPoliciesCommand.d.ts +1 -1
  27. package/dist-types/commands/ListServersCommand.d.ts +1 -1
  28. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  29. package/dist-types/commands/ListUsersCommand.d.ts +1 -1
  30. package/dist-types/commands/ListWorkflowsCommand.d.ts +1 -1
  31. package/dist-types/commands/SendWorkflowStepStateCommand.d.ts +1 -1
  32. package/dist-types/commands/StartServerCommand.d.ts +1 -1
  33. package/dist-types/commands/StopServerCommand.d.ts +1 -1
  34. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  35. package/dist-types/commands/TestIdentityProviderCommand.d.ts +1 -1
  36. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  37. package/dist-types/commands/UpdateAccessCommand.d.ts +1 -1
  38. package/dist-types/commands/UpdateServerCommand.d.ts +1 -1
  39. package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
  40. package/dist-types/models/models_0.d.ts +98 -40
  41. package/dist-types/ts3.4/models/models_0.d.ts +21 -9
  42. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,47 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
18
+
19
+ **Note:** Version bump only for package @aws-sdk/client-transfer
20
+
21
+
22
+
23
+
24
+
25
+ # [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
26
+
27
+
28
+ ### Features
29
+
30
+ * **clients:** update clients as of 11/18/2021 ([#3039](https://github.com/aws/aws-sdk-js-v3/issues/3039)) ([d2b2c45](https://github.com/aws/aws-sdk-js-v3/commit/d2b2c453315fc7bff798c1fb97c792e59274b4d6))
31
+
32
+
33
+
34
+
35
+
36
+ # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
37
+
38
+
39
+ ### Features
40
+
41
+ * **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
42
+
43
+
44
+
45
+
46
+
6
47
  # [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
7
48
 
8
49
 
@@ -99,6 +99,7 @@ const partitionHash = {
99
99
  "ap-south-1",
100
100
  "ap-southeast-1",
101
101
  "ap-southeast-2",
102
+ "ap-southeast-3",
102
103
  "ca-central-1",
103
104
  "eu-central-1",
104
105
  "eu-north-1",
@@ -168,6 +169,10 @@ const partitionHash = {
168
169
  hostname: "transfer.{region}.c2s.ic.gov",
169
170
  tags: [],
170
171
  },
172
+ {
173
+ hostname: "transfer-fips.{region}.c2s.ic.gov",
174
+ tags: ["fips"],
175
+ },
171
176
  ],
172
177
  },
173
178
  "aws-iso-b": {
@@ -178,6 +183,10 @@ const partitionHash = {
178
183
  hostname: "transfer.{region}.sc2s.sgov.gov",
179
184
  tags: [],
180
185
  },
186
+ {
187
+ hostname: "transfer-fips.{region}.sc2s.sgov.gov",
188
+ tags: ["fips"],
189
+ },
181
190
  ],
182
191
  },
183
192
  "aws-us-gov": {
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.FileLocation = exports.S3FileLocation = exports.DescribeAccessResponse = exports.DescribedAccess = exports.DescribeAccessRequest = exports.DeleteWorkflowRequest = exports.DeleteUserRequest = exports.DeleteSshPublicKeyRequest = exports.DeleteServerRequest = exports.DeleteAccessRequest = exports.CustomStepStatus = exports.CreateWorkflowResponse = exports.CreateWorkflowRequest = exports.WorkflowStep = exports.WorkflowStepType = exports.TagStepDetails = exports.S3Tag = exports.DeleteStepDetails = exports.CustomStepDetails = exports.CreateUserResponse = exports.CreateUserRequest = exports.ThrottlingException = exports.CreateServerResponse = exports.CreateServerRequest = exports.WorkflowDetails = exports.WorkflowDetail = exports.Tag = exports.Protocol = exports.IdentityProviderType = exports.IdentityProviderDetails = exports.EndpointType = exports.EndpointDetails = exports.Domain = exports.ServiceUnavailableException = exports.ResourceNotFoundException = exports.ResourceExistsException = exports.InvalidRequestException = exports.InternalServiceError = exports.CreateAccessResponse = exports.CreateAccessRequest = exports.PosixProfile = exports.HomeDirectoryType = exports.HomeDirectoryMapEntry = exports.CopyStepDetails = exports.OverwriteExisting = exports.InputFileLocation = exports.S3InputFileLocation = exports.EfsFileLocation = exports.ConflictException = exports.AccessDeniedException = void 0;
4
- exports.SendWorkflowStepStateResponse = exports.SendWorkflowStepStateRequest = exports.ListWorkflowsResponse = exports.ListWorkflowsRequest = exports.ListUsersResponse = exports.ListUsersRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListServersResponse = exports.ListServersRequest = exports.ListSecurityPoliciesResponse = exports.ListSecurityPoliciesRequest = exports.ListExecutionsResponse = exports.ListExecutionsRequest = exports.ListedWorkflow = exports.ListedUser = exports.ListedServer = exports.ListedExecution = exports.ListAccessesResponse = exports.ListedAccess = exports.ListAccessesRequest = exports.InvalidNextTokenException = exports.ImportSshPublicKeyResponse = exports.ImportSshPublicKeyRequest = exports.DescribeWorkflowResponse = exports.DescribeWorkflowRequest = exports.DescribeUserResponse = exports.DescribeUserRequest = exports.DescribeServerResponse = exports.DescribeServerRequest = exports.DescribeSecurityPolicyResponse = exports.DescribeSecurityPolicyRequest = exports.DescribeExecutionResponse = exports.DescribeExecutionRequest = exports.DescribedWorkflow = exports.DescribedUser = exports.SshPublicKey = exports.DescribedServer = exports.State = exports.ProtocolDetails = exports.DescribedSecurityPolicy = exports.DescribedExecution = exports.ExecutionStatus = exports.ServiceMetadata = exports.UserDetails = exports.ExecutionResults = exports.ExecutionStepResult = exports.ExecutionError = exports.ExecutionErrorType = exports.LoggingConfiguration = void 0;
5
- exports.UpdateUserResponse = exports.UpdateUserRequest = exports.UpdateServerResponse = exports.UpdateServerRequest = exports.UpdateAccessResponse = exports.UpdateAccessRequest = exports.UntagResourceRequest = exports.TestIdentityProviderResponse = exports.TestIdentityProviderRequest = exports.TagResourceRequest = exports.StopServerRequest = exports.StartServerRequest = void 0;
3
+ exports.DescribeAccessResponse = exports.DescribedAccess = exports.DescribeAccessRequest = exports.DeleteWorkflowRequest = exports.DeleteUserRequest = exports.DeleteSshPublicKeyRequest = exports.DeleteServerRequest = exports.DeleteAccessRequest = exports.CustomStepStatus = exports.CreateWorkflowResponse = exports.CreateWorkflowRequest = exports.WorkflowStep = exports.WorkflowStepType = exports.TagStepDetails = exports.S3Tag = exports.DeleteStepDetails = exports.CustomStepDetails = exports.CreateUserResponse = exports.CreateUserRequest = exports.ThrottlingException = exports.CreateServerResponse = exports.CreateServerRequest = exports.WorkflowDetails = exports.WorkflowDetail = exports.Tag = exports.Protocol = exports.ProtocolDetails = exports.TlsSessionResumptionMode = exports.IdentityProviderType = exports.IdentityProviderDetails = exports.EndpointType = exports.EndpointDetails = exports.Domain = exports.ServiceUnavailableException = exports.ResourceNotFoundException = exports.ResourceExistsException = exports.InvalidRequestException = exports.InternalServiceError = exports.CreateAccessResponse = exports.CreateAccessRequest = exports.PosixProfile = exports.HomeDirectoryType = exports.HomeDirectoryMapEntry = exports.CopyStepDetails = exports.OverwriteExisting = exports.InputFileLocation = exports.S3InputFileLocation = exports.EfsFileLocation = exports.ConflictException = exports.AccessDeniedException = void 0;
4
+ exports.SendWorkflowStepStateRequest = exports.ListWorkflowsResponse = exports.ListWorkflowsRequest = exports.ListUsersResponse = exports.ListUsersRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListServersResponse = exports.ListServersRequest = exports.ListSecurityPoliciesResponse = exports.ListSecurityPoliciesRequest = exports.ListExecutionsResponse = exports.ListExecutionsRequest = exports.ListedWorkflow = exports.ListedUser = exports.ListedServer = exports.ListedExecution = exports.ListAccessesResponse = exports.ListedAccess = exports.ListAccessesRequest = exports.InvalidNextTokenException = exports.ImportSshPublicKeyResponse = exports.ImportSshPublicKeyRequest = exports.DescribeWorkflowResponse = exports.DescribeWorkflowRequest = exports.DescribeUserResponse = exports.DescribeUserRequest = exports.DescribeServerResponse = exports.DescribeServerRequest = exports.DescribeSecurityPolicyResponse = exports.DescribeSecurityPolicyRequest = exports.DescribeExecutionResponse = exports.DescribeExecutionRequest = exports.DescribedWorkflow = exports.DescribedUser = exports.SshPublicKey = exports.DescribedServer = exports.State = exports.DescribedSecurityPolicy = exports.DescribedExecution = exports.ExecutionStatus = exports.ServiceMetadata = exports.UserDetails = exports.ExecutionResults = exports.ExecutionStepResult = exports.ExecutionError = exports.ExecutionErrorType = exports.LoggingConfiguration = exports.FileLocation = exports.S3FileLocation = void 0;
5
+ exports.UpdateUserResponse = exports.UpdateUserRequest = exports.UpdateServerResponse = exports.UpdateServerRequest = exports.UpdateAccessResponse = exports.UpdateAccessRequest = exports.UntagResourceRequest = exports.TestIdentityProviderResponse = exports.TestIdentityProviderRequest = exports.TagResourceRequest = exports.StopServerRequest = exports.StartServerRequest = exports.SendWorkflowStepStateResponse = void 0;
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  var AccessDeniedException;
8
8
  (function (AccessDeniedException) {
@@ -131,8 +131,21 @@ var IdentityProviderType;
131
131
  (function (IdentityProviderType) {
132
132
  IdentityProviderType["API_GATEWAY"] = "API_GATEWAY";
133
133
  IdentityProviderType["AWS_DIRECTORY_SERVICE"] = "AWS_DIRECTORY_SERVICE";
134
+ IdentityProviderType["AWS_LAMBDA"] = "AWS_LAMBDA";
134
135
  IdentityProviderType["SERVICE_MANAGED"] = "SERVICE_MANAGED";
135
136
  })(IdentityProviderType = exports.IdentityProviderType || (exports.IdentityProviderType = {}));
137
+ var TlsSessionResumptionMode;
138
+ (function (TlsSessionResumptionMode) {
139
+ TlsSessionResumptionMode["DISABLED"] = "DISABLED";
140
+ TlsSessionResumptionMode["ENABLED"] = "ENABLED";
141
+ TlsSessionResumptionMode["ENFORCED"] = "ENFORCED";
142
+ })(TlsSessionResumptionMode = exports.TlsSessionResumptionMode || (exports.TlsSessionResumptionMode = {}));
143
+ var ProtocolDetails;
144
+ (function (ProtocolDetails) {
145
+ ProtocolDetails.filterSensitiveLog = (obj) => ({
146
+ ...obj,
147
+ });
148
+ })(ProtocolDetails = exports.ProtocolDetails || (exports.ProtocolDetails = {}));
136
149
  var Protocol;
137
150
  (function (Protocol) {
138
151
  Protocol["FTP"] = "FTP";
@@ -361,12 +374,6 @@ var DescribedSecurityPolicy;
361
374
  ...obj,
362
375
  });
363
376
  })(DescribedSecurityPolicy = exports.DescribedSecurityPolicy || (exports.DescribedSecurityPolicy = {}));
364
- var ProtocolDetails;
365
- (function (ProtocolDetails) {
366
- ProtocolDetails.filterSensitiveLog = (obj) => ({
367
- ...obj,
368
- });
369
- })(ProtocolDetails = exports.ProtocolDetails || (exports.ProtocolDetails = {}));
370
377
  var State;
371
378
  (function (State) {
372
379
  State["OFFLINE"] = "OFFLINE";
@@ -2923,6 +2923,10 @@ const serializeAws_json1_1CreateServerRequest = (input, context) => {
2923
2923
  ...(input.IdentityProviderType !== undefined &&
2924
2924
  input.IdentityProviderType !== null && { IdentityProviderType: input.IdentityProviderType }),
2925
2925
  ...(input.LoggingRole !== undefined && input.LoggingRole !== null && { LoggingRole: input.LoggingRole }),
2926
+ ...(input.ProtocolDetails !== undefined &&
2927
+ input.ProtocolDetails !== null && {
2928
+ ProtocolDetails: serializeAws_json1_1ProtocolDetails(input.ProtocolDetails, context),
2929
+ }),
2926
2930
  ...(input.Protocols !== undefined &&
2927
2931
  input.Protocols !== null && { Protocols: serializeAws_json1_1Protocols(input.Protocols, context) }),
2928
2932
  ...(input.SecurityPolicyName !== undefined &&
@@ -3084,6 +3088,7 @@ const serializeAws_json1_1HomeDirectoryMappings = (input, context) => {
3084
3088
  const serializeAws_json1_1IdentityProviderDetails = (input, context) => {
3085
3089
  return {
3086
3090
  ...(input.DirectoryId !== undefined && input.DirectoryId !== null && { DirectoryId: input.DirectoryId }),
3091
+ ...(input.Function !== undefined && input.Function !== null && { Function: input.Function }),
3087
3092
  ...(input.InvocationRole !== undefined &&
3088
3093
  input.InvocationRole !== null && { InvocationRole: input.InvocationRole }),
3089
3094
  ...(input.Url !== undefined && input.Url !== null && { Url: input.Url }),
@@ -3178,6 +3183,8 @@ const serializeAws_json1_1PosixProfile = (input, context) => {
3178
3183
  const serializeAws_json1_1ProtocolDetails = (input, context) => {
3179
3184
  return {
3180
3185
  ...(input.PassiveIp !== undefined && input.PassiveIp !== null && { PassiveIp: input.PassiveIp }),
3186
+ ...(input.TlsSessionResumptionMode !== undefined &&
3187
+ input.TlsSessionResumptionMode !== null && { TlsSessionResumptionMode: input.TlsSessionResumptionMode }),
3181
3188
  };
3182
3189
  };
3183
3190
  const serializeAws_json1_1Protocols = (input, context) => {
@@ -3734,6 +3741,7 @@ const deserializeAws_json1_1HomeDirectoryMappings = (output, context) => {
3734
3741
  const deserializeAws_json1_1IdentityProviderDetails = (output, context) => {
3735
3742
  return {
3736
3743
  DirectoryId: smithy_client_1.expectString(output.DirectoryId),
3744
+ Function: smithy_client_1.expectString(output.Function),
3737
3745
  InvocationRole: smithy_client_1.expectString(output.InvocationRole),
3738
3746
  Url: smithy_client_1.expectString(output.Url),
3739
3747
  };
@@ -3955,6 +3963,7 @@ const deserializeAws_json1_1PosixProfile = (output, context) => {
3955
3963
  const deserializeAws_json1_1ProtocolDetails = (output, context) => {
3956
3964
  return {
3957
3965
  PassiveIp: smithy_client_1.expectString(output.PassiveIp),
3966
+ TlsSessionResumptionMode: smithy_client_1.expectString(output.TlsSessionResumptionMode),
3958
3967
  };
3959
3968
  };
3960
3969
  const deserializeAws_json1_1Protocols = (output, context) => {
@@ -97,6 +97,7 @@ var partitionHash = {
97
97
  "ap-south-1",
98
98
  "ap-southeast-1",
99
99
  "ap-southeast-2",
100
+ "ap-southeast-3",
100
101
  "ca-central-1",
101
102
  "eu-central-1",
102
103
  "eu-north-1",
@@ -166,6 +167,10 @@ var partitionHash = {
166
167
  hostname: "transfer.{region}.c2s.ic.gov",
167
168
  tags: [],
168
169
  },
170
+ {
171
+ hostname: "transfer-fips.{region}.c2s.ic.gov",
172
+ tags: ["fips"],
173
+ },
169
174
  ],
170
175
  },
171
176
  "aws-iso-b": {
@@ -176,6 +181,10 @@ var partitionHash = {
176
181
  hostname: "transfer.{region}.sc2s.sgov.gov",
177
182
  tags: [],
178
183
  },
184
+ {
185
+ hostname: "transfer-fips.{region}.sc2s.sgov.gov",
186
+ tags: ["fips"],
187
+ },
179
188
  ],
180
189
  },
181
190
  "aws-us-gov": {
@@ -93,8 +93,19 @@ export var IdentityProviderType;
93
93
  (function (IdentityProviderType) {
94
94
  IdentityProviderType["API_GATEWAY"] = "API_GATEWAY";
95
95
  IdentityProviderType["AWS_DIRECTORY_SERVICE"] = "AWS_DIRECTORY_SERVICE";
96
+ IdentityProviderType["AWS_LAMBDA"] = "AWS_LAMBDA";
96
97
  IdentityProviderType["SERVICE_MANAGED"] = "SERVICE_MANAGED";
97
98
  })(IdentityProviderType || (IdentityProviderType = {}));
99
+ export var TlsSessionResumptionMode;
100
+ (function (TlsSessionResumptionMode) {
101
+ TlsSessionResumptionMode["DISABLED"] = "DISABLED";
102
+ TlsSessionResumptionMode["ENABLED"] = "ENABLED";
103
+ TlsSessionResumptionMode["ENFORCED"] = "ENFORCED";
104
+ })(TlsSessionResumptionMode || (TlsSessionResumptionMode = {}));
105
+ export var ProtocolDetails;
106
+ (function (ProtocolDetails) {
107
+ ProtocolDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
108
+ })(ProtocolDetails || (ProtocolDetails = {}));
98
109
  export var Protocol;
99
110
  (function (Protocol) {
100
111
  Protocol["FTP"] = "FTP";
@@ -256,10 +267,6 @@ export var DescribedSecurityPolicy;
256
267
  (function (DescribedSecurityPolicy) {
257
268
  DescribedSecurityPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
258
269
  })(DescribedSecurityPolicy || (DescribedSecurityPolicy = {}));
259
- export var ProtocolDetails;
260
- (function (ProtocolDetails) {
261
- ProtocolDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
262
- })(ProtocolDetails || (ProtocolDetails = {}));
263
270
  export var State;
264
271
  (function (State) {
265
272
  State["OFFLINE"] = "OFFLINE";
@@ -3220,14 +3220,17 @@ var serializeAws_json1_1CreateAccessRequest = function (input, context) {
3220
3220
  input.PosixProfile !== null && { PosixProfile: serializeAws_json1_1PosixProfile(input.PosixProfile, context) })), (input.Role !== undefined && input.Role !== null && { Role: input.Role })), (input.ServerId !== undefined && input.ServerId !== null && { ServerId: input.ServerId }));
3221
3221
  };
3222
3222
  var serializeAws_json1_1CreateServerRequest = function (input, context) {
3223
- return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.Certificate !== undefined && input.Certificate !== null && { Certificate: input.Certificate })), (input.Domain !== undefined && input.Domain !== null && { Domain: input.Domain })), (input.EndpointDetails !== undefined &&
3223
+ return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.Certificate !== undefined && input.Certificate !== null && { Certificate: input.Certificate })), (input.Domain !== undefined && input.Domain !== null && { Domain: input.Domain })), (input.EndpointDetails !== undefined &&
3224
3224
  input.EndpointDetails !== null && {
3225
3225
  EndpointDetails: serializeAws_json1_1EndpointDetails(input.EndpointDetails, context),
3226
3226
  })), (input.EndpointType !== undefined && input.EndpointType !== null && { EndpointType: input.EndpointType })), (input.HostKey !== undefined && input.HostKey !== null && { HostKey: input.HostKey })), (input.IdentityProviderDetails !== undefined &&
3227
3227
  input.IdentityProviderDetails !== null && {
3228
3228
  IdentityProviderDetails: serializeAws_json1_1IdentityProviderDetails(input.IdentityProviderDetails, context),
3229
3229
  })), (input.IdentityProviderType !== undefined &&
3230
- input.IdentityProviderType !== null && { IdentityProviderType: input.IdentityProviderType })), (input.LoggingRole !== undefined && input.LoggingRole !== null && { LoggingRole: input.LoggingRole })), (input.Protocols !== undefined &&
3230
+ input.IdentityProviderType !== null && { IdentityProviderType: input.IdentityProviderType })), (input.LoggingRole !== undefined && input.LoggingRole !== null && { LoggingRole: input.LoggingRole })), (input.ProtocolDetails !== undefined &&
3231
+ input.ProtocolDetails !== null && {
3232
+ ProtocolDetails: serializeAws_json1_1ProtocolDetails(input.ProtocolDetails, context),
3233
+ })), (input.Protocols !== undefined &&
3231
3234
  input.Protocols !== null && { Protocols: serializeAws_json1_1Protocols(input.Protocols, context) })), (input.SecurityPolicyName !== undefined &&
3232
3235
  input.SecurityPolicyName !== null && { SecurityPolicyName: input.SecurityPolicyName })), (input.Tags !== undefined && input.Tags !== null && { Tags: serializeAws_json1_1Tags(input.Tags, context) })), (input.WorkflowDetails !== undefined &&
3233
3236
  input.WorkflowDetails !== null && {
@@ -3319,7 +3322,7 @@ var serializeAws_json1_1HomeDirectoryMappings = function (input, context) {
3319
3322
  });
3320
3323
  };
3321
3324
  var serializeAws_json1_1IdentityProviderDetails = function (input, context) {
3322
- return __assign(__assign(__assign({}, (input.DirectoryId !== undefined && input.DirectoryId !== null && { DirectoryId: input.DirectoryId })), (input.InvocationRole !== undefined &&
3325
+ return __assign(__assign(__assign(__assign({}, (input.DirectoryId !== undefined && input.DirectoryId !== null && { DirectoryId: input.DirectoryId })), (input.Function !== undefined && input.Function !== null && { Function: input.Function })), (input.InvocationRole !== undefined &&
3323
3326
  input.InvocationRole !== null && { InvocationRole: input.InvocationRole })), (input.Url !== undefined && input.Url !== null && { Url: input.Url }));
3324
3327
  };
3325
3328
  var serializeAws_json1_1ImportSshPublicKeyRequest = function (input, context) {
@@ -3373,7 +3376,8 @@ var serializeAws_json1_1PosixProfile = function (input, context) {
3373
3376
  })), (input.Uid !== undefined && input.Uid !== null && { Uid: input.Uid }));
3374
3377
  };
3375
3378
  var serializeAws_json1_1ProtocolDetails = function (input, context) {
3376
- return __assign({}, (input.PassiveIp !== undefined && input.PassiveIp !== null && { PassiveIp: input.PassiveIp }));
3379
+ return __assign(__assign({}, (input.PassiveIp !== undefined && input.PassiveIp !== null && { PassiveIp: input.PassiveIp })), (input.TlsSessionResumptionMode !== undefined &&
3380
+ input.TlsSessionResumptionMode !== null && { TlsSessionResumptionMode: input.TlsSessionResumptionMode }));
3377
3381
  };
3378
3382
  var serializeAws_json1_1Protocols = function (input, context) {
3379
3383
  return input
@@ -3855,6 +3859,7 @@ var deserializeAws_json1_1HomeDirectoryMappings = function (output, context) {
3855
3859
  var deserializeAws_json1_1IdentityProviderDetails = function (output, context) {
3856
3860
  return {
3857
3861
  DirectoryId: __expectString(output.DirectoryId),
3862
+ Function: __expectString(output.Function),
3858
3863
  InvocationRole: __expectString(output.InvocationRole),
3859
3864
  Url: __expectString(output.Url),
3860
3865
  };
@@ -4076,6 +4081,7 @@ var deserializeAws_json1_1PosixProfile = function (output, context) {
4076
4081
  var deserializeAws_json1_1ProtocolDetails = function (output, context) {
4077
4082
  return {
4078
4083
  PassiveIp: __expectString(output.PassiveIp),
4084
+ TlsSessionResumptionMode: __expectString(output.TlsSessionResumptionMode),
4079
4085
  };
4080
4086
  };
4081
4087
  var deserializeAws_json1_1Protocols = function (output, context) {
@@ -25,7 +25,7 @@ export interface CreateAccessCommandOutput extends CreateAccessResponse, __Metad
25
25
  *
26
26
  * @see {@link CreateAccessCommandInput} for command's `input` shape.
27
27
  * @see {@link CreateAccessCommandOutput} for command's `response` shape.
28
- * @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class CreateAccessCommand extends $Command<CreateAccessCommandInput, CreateAccessCommandOutput, TransferClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface CreateServerCommandOutput extends CreateServerResponse, __Metad
23
23
  *
24
24
  * @see {@link CreateServerCommandInput} for command's `input` shape.
25
25
  * @see {@link CreateServerCommandOutput} for command's `response` shape.
26
- * @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class CreateServerCommand extends $Command<CreateServerCommandInput, CreateServerCommandOutput, TransferClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB
26
26
  *
27
27
  * @see {@link CreateUserCommandInput} for command's `input` shape.
28
28
  * @see {@link CreateUserCommandOutput} for command's `response` shape.
29
- * @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class CreateUserCommand extends $Command<CreateUserCommandInput, CreateUserCommandOutput, TransferClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface CreateWorkflowCommandOutput extends CreateWorkflowResponse, __M
23
23
  *
24
24
  * @see {@link CreateWorkflowCommandInput} for command's `input` shape.
25
25
  * @see {@link CreateWorkflowCommandOutput} for command's `response` shape.
26
- * @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class CreateWorkflowCommand extends $Command<CreateWorkflowCommandInput, CreateWorkflowCommandOutput, TransferClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteAccessCommandOutput extends __MetadataBearer {
21
21
  *
22
22
  * @see {@link DeleteAccessCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteAccessCommandOutput} for command's `response` shape.
24
- * @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DeleteAccessCommand extends $Command<DeleteAccessCommandInput, DeleteAccessCommandOutput, TransferClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeleteServerCommandOutput extends __MetadataBearer {
22
22
  *
23
23
  * @see {@link DeleteServerCommandInput} for command's `input` shape.
24
24
  * @see {@link DeleteServerCommandOutput} for command's `response` shape.
25
- * @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DeleteServerCommand extends $Command<DeleteServerCommandInput, DeleteServerCommandOutput, TransferClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteSshPublicKeyCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteSshPublicKeyCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteSshPublicKeyCommandOutput} for command's `response` shape.
23
- * @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteSshPublicKeyCommand extends $Command<DeleteSshPublicKeyCommandInput, DeleteSshPublicKeyCommandOutput, TransferClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface DeleteUserCommandOutput extends __MetadataBearer {
26
26
  *
27
27
  * @see {@link DeleteUserCommandInput} for command's `input` shape.
28
28
  * @see {@link DeleteUserCommandOutput} for command's `response` shape.
29
- * @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class DeleteUserCommand extends $Command<DeleteUserCommandInput, DeleteUserCommandOutput, TransferClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteWorkflowCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteWorkflowCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteWorkflowCommandOutput} for command's `response` shape.
23
- * @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DeleteWorkflowCommand extends $Command<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, TransferClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface DescribeAccessCommandOutput extends DescribeAccessResponse, __M
25
25
  *
26
26
  * @see {@link DescribeAccessCommandInput} for command's `input` shape.
27
27
  * @see {@link DescribeAccessCommandOutput} for command's `response` shape.
28
- * @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class DescribeAccessCommand extends $Command<DescribeAccessCommandInput, DescribeAccessCommandOutput, TransferClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeExecutionCommandOutput extends DescribeExecutionRespons
20
20
  *
21
21
  * @see {@link DescribeExecutionCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeExecutionCommandOutput} for command's `response` shape.
23
- * @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeExecutionCommand extends $Command<DescribeExecutionCommandInput, DescribeExecutionCommandOutput, TransferClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DescribeSecurityPolicyCommandOutput extends DescribeSecurityPol
23
23
  *
24
24
  * @see {@link DescribeSecurityPolicyCommandInput} for command's `input` shape.
25
25
  * @see {@link DescribeSecurityPolicyCommandOutput} for command's `response` shape.
26
- * @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DescribeSecurityPolicyCommand extends $Command<DescribeSecurityPolicyCommandInput, DescribeSecurityPolicyCommandOutput, TransferClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface DescribeServerCommandOutput extends DescribeServerResponse, __M
25
25
  *
26
26
  * @see {@link DescribeServerCommandInput} for command's `input` shape.
27
27
  * @see {@link DescribeServerCommandOutput} for command's `response` shape.
28
- * @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class DescribeServerCommand extends $Command<DescribeServerCommandInput, DescribeServerCommandOutput, TransferClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface DescribeUserCommandOutput extends DescribeUserResponse, __Metad
24
24
  *
25
25
  * @see {@link DescribeUserCommandInput} for command's `input` shape.
26
26
  * @see {@link DescribeUserCommandOutput} for command's `response` shape.
27
- * @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class DescribeUserCommand extends $Command<DescribeUserCommandInput, DescribeUserCommandOutput, TransferClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeWorkflowCommandOutput extends DescribeWorkflowResponse,
20
20
  *
21
21
  * @see {@link DescribeWorkflowCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeWorkflowCommandOutput} for command's `response` shape.
23
- * @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DescribeWorkflowCommand extends $Command<DescribeWorkflowCommandInput, DescribeWorkflowCommandOutput, TransferClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface ImportSshPublicKeyCommandOutput extends ImportSshPublicKeyRespo
25
25
  *
26
26
  * @see {@link ImportSshPublicKeyCommandInput} for command's `input` shape.
27
27
  * @see {@link ImportSshPublicKeyCommandOutput} for command's `response` shape.
28
- * @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class ImportSshPublicKeyCommand extends $Command<ImportSshPublicKeyCommandInput, ImportSshPublicKeyCommandOutput, TransferClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListAccessesCommandOutput extends ListAccessesResponse, __Metad
20
20
  *
21
21
  * @see {@link ListAccessesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListAccessesCommandOutput} for command's `response` shape.
23
- * @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListAccessesCommand extends $Command<ListAccessesCommandInput, ListAccessesCommandOutput, TransferClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListExecutionsCommandOutput extends ListExecutionsResponse, __M
20
20
  *
21
21
  * @see {@link ListExecutionsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListExecutionsCommandOutput} for command's `response` shape.
23
- * @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListExecutionsCommand extends $Command<ListExecutionsCommandInput, ListExecutionsCommandOutput, TransferClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListSecurityPoliciesCommandOutput extends ListSecurityPoliciesR
21
21
  *
22
22
  * @see {@link ListSecurityPoliciesCommandInput} for command's `input` shape.
23
23
  * @see {@link ListSecurityPoliciesCommandOutput} for command's `response` shape.
24
- * @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListSecurityPoliciesCommand extends $Command<ListSecurityPoliciesCommandInput, ListSecurityPoliciesCommandOutput, TransferClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListServersCommandOutput extends ListServersResponse, __Metadat
21
21
  *
22
22
  * @see {@link ListServersCommandInput} for command's `input` shape.
23
23
  * @see {@link ListServersCommandOutput} for command's `response` shape.
24
- * @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListServersCommand extends $Command<ListServersCommandInput, ListServersCommandOutput, TransferClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
21
21
  *
22
22
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
23
23
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
24
- * @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TransferClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea
21
21
  *
22
22
  * @see {@link ListUsersCommandInput} for command's `input` shape.
23
23
  * @see {@link ListUsersCommandOutput} for command's `response` shape.
24
- * @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListUsersCommand extends $Command<ListUsersCommandInput, ListUsersCommandOutput, TransferClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListWorkflowsCommandOutput extends ListWorkflowsResponse, __Met
20
20
  *
21
21
  * @see {@link ListWorkflowsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListWorkflowsCommandOutput} for command's `response` shape.
23
- * @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListWorkflowsCommand extends $Command<ListWorkflowsCommandInput, ListWorkflowsCommandOutput, TransferClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface SendWorkflowStepStateCommandOutput extends SendWorkflowStepStat
24
24
  *
25
25
  * @see {@link SendWorkflowStepStateCommandInput} for command's `input` shape.
26
26
  * @see {@link SendWorkflowStepStateCommandOutput} for command's `response` shape.
27
- * @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class SendWorkflowStepStateCommand extends $Command<SendWorkflowStepStateCommandInput, SendWorkflowStepStateCommandOutput, TransferClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface StartServerCommandOutput extends __MetadataBearer {
28
28
  *
29
29
  * @see {@link StartServerCommandInput} for command's `input` shape.
30
30
  * @see {@link StartServerCommandOutput} for command's `response` shape.
31
- * @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class StartServerCommand extends $Command<StartServerCommandInput, StartServerCommandOutput, TransferClientResolvedConfig> {
@@ -34,7 +34,7 @@ export interface StopServerCommandOutput extends __MetadataBearer {
34
34
  *
35
35
  * @see {@link StopServerCommandInput} for command's `input` shape.
36
36
  * @see {@link StopServerCommandOutput} for command's `response` shape.
37
- * @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
37
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
38
38
  *
39
39
  */
40
40
  export declare class StopServerCommand extends $Command<StopServerCommandInput, StopServerCommandOutput, TransferClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
23
23
  *
24
24
  * @see {@link TagResourceCommandInput} for command's `input` shape.
25
25
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
26
- * @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, TransferClientResolvedConfig> {
@@ -58,7 +58,7 @@ export interface TestIdentityProviderCommandOutput extends TestIdentityProviderR
58
58
  *
59
59
  * @see {@link TestIdentityProviderCommandInput} for command's `input` shape.
60
60
  * @see {@link TestIdentityProviderCommandOutput} for command's `response` shape.
61
- * @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
61
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
62
62
  *
63
63
  */
64
64
  export declare class TestIdentityProviderCommand extends $Command<TestIdentityProviderCommandInput, TestIdentityProviderCommandOutput, TransferClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
23
23
  *
24
24
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
25
25
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
26
- * @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, TransferClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface UpdateAccessCommandOutput extends UpdateAccessResponse, __Metad
21
21
  *
22
22
  * @see {@link UpdateAccessCommandInput} for command's `input` shape.
23
23
  * @see {@link UpdateAccessCommandOutput} for command's `response` shape.
24
- * @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class UpdateAccessCommand extends $Command<UpdateAccessCommandInput, UpdateAccessCommandOutput, TransferClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface UpdateServerCommandOutput extends UpdateServerResponse, __Metad
24
24
  *
25
25
  * @see {@link UpdateServerCommandInput} for command's `input` shape.
26
26
  * @see {@link UpdateServerCommandOutput} for command's `response` shape.
27
- * @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class UpdateServerCommand extends $Command<UpdateServerCommandInput, UpdateServerCommandOutput, TransferClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataB
25
25
  *
26
26
  * @see {@link UpdateUserCommandInput} for command's `input` shape.
27
27
  * @see {@link UpdateUserCommandOutput} for command's `response` shape.
28
- * @see {@link TransferClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link TransferClientResolvedConfig | config} for TransferClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class UpdateUserCommand extends $Command<UpdateUserCommandInput, UpdateUserCommandOutput, TransferClientResolvedConfig> {
@@ -494,9 +494,13 @@ export interface IdentityProviderDetails {
494
494
  */
495
495
  InvocationRole?: string;
496
496
  /**
497
- * <p>The identifier of the Amazon Web ServicesDirectory Service directory that you want to stop sharing.</p>
497
+ * <p>The identifier of the Amazon Web Services Directory Service directory that you want to stop sharing.</p>
498
498
  */
499
499
  DirectoryId?: string;
500
+ /**
501
+ * <p>The ARN for a lambda function to use for the Identity provider.</p>
502
+ */
503
+ Function?: string;
500
504
  }
501
505
  export declare namespace IdentityProviderDetails {
502
506
  /**
@@ -507,8 +511,78 @@ export declare namespace IdentityProviderDetails {
507
511
  export declare enum IdentityProviderType {
508
512
  API_GATEWAY = "API_GATEWAY",
509
513
  AWS_DIRECTORY_SERVICE = "AWS_DIRECTORY_SERVICE",
514
+ AWS_LAMBDA = "AWS_LAMBDA",
510
515
  SERVICE_MANAGED = "SERVICE_MANAGED"
511
516
  }
517
+ export declare enum TlsSessionResumptionMode {
518
+ DISABLED = "DISABLED",
519
+ ENABLED = "ENABLED",
520
+ ENFORCED = "ENFORCED"
521
+ }
522
+ /**
523
+ * <p>
524
+ * The protocol settings that are configured for your server.
525
+ * </p>
526
+ */
527
+ export interface ProtocolDetails {
528
+ /**
529
+ * <p>
530
+ * Indicates passive mode, for FTP and FTPS protocols.
531
+ * Enter a single dotted-quad IPv4 address, such as the external IP address of a firewall, router, or load balancer.
532
+ * For example:
533
+ * </p>
534
+ * <p>
535
+ * <code>
536
+ * aws transfer update-server --protocol-details PassiveIp=<i>0.0.0.0</i>
537
+ * </code>
538
+ * </p>
539
+ * <p>Replace <code>
540
+ * <i>0.0.0.0</i>
541
+ * </code> in the example above with the actual IP address you want to use.</p>
542
+ * <note>
543
+ * <p>
544
+ * If you change the <code>PassiveIp</code> value, you must stop and then restart your Transfer server for the change to take effect. For details on using Passive IP (PASV) in a NAT environment, see <a href="http://aws.amazon.com/blogs/storage/configuring-your-ftps-server-behind-a-firewall-or-nat-with-aws-transfer-family/">Configuring your FTPS server behind a firewall or NAT with Amazon Web Services Transfer Family</a>.
545
+ * </p>
546
+ * </note>
547
+ */
548
+ PassiveIp?: string;
549
+ /**
550
+ * <p>A property used with Transfer servers that use the FTPS protocol. TLS Session Resumption provides a mechanism to resume or share a negotiated secret
551
+ * key between the control and data connection for an FTPS session. <code>TlsSessionResumptionMode</code> determines whether or not the server resumes recent,
552
+ * negotiated sessions through a unique session ID. This property is available during <code>CreateServer</code> and <code>UpdateServer</code> calls.
553
+ * If a <code>TlsSessionResumptionMode</code> value is not specified during CreateServer, it is set to <code>ENFORCED</code> by default.</p>
554
+ * <ul>
555
+ * <li>
556
+ * <p>
557
+ * <code>DISABLED</code>: the server does not process TLS session resumption client requests and creates a new TLS session for each request. </p>
558
+ * </li>
559
+ * <li>
560
+ * <p>
561
+ * <code>ENABLED</code>: the server processes and accepts clients that are performing TLS session resumption.
562
+ * The server doesn't reject client data connections that do not perform the TLS session resumption client processing.</p>
563
+ * </li>
564
+ * <li>
565
+ * <p>
566
+ * <code>ENFORCED</code>: the server processes and accepts clients that are performing TLS session resumption.
567
+ * The server rejects client data connections that do not perform the TLS session resumption client processing.
568
+ * Before you set the value to <code>ENFORCED</code>, test your clients.</p>
569
+ * <note>
570
+ * <p>Not all FTPS clients perform TLS session resumption. So, if you choose to enforce
571
+ * TLS session resumption, you prevent any connections from FTPS clients that don't perform
572
+ * the protocol negotiation. To determine whether or not you can use the
573
+ * <code>ENFORCED</code> value, you need to test your clients.</p>
574
+ * </note>
575
+ * </li>
576
+ * </ul>
577
+ */
578
+ TlsSessionResumptionMode?: TlsSessionResumptionMode | string;
579
+ }
580
+ export declare namespace ProtocolDetails {
581
+ /**
582
+ * @internal
583
+ */
584
+ const filterSensitiveLog: (obj: ProtocolDetails) => any;
585
+ }
512
586
  export declare enum Protocol {
513
587
  FTP = "FTP",
514
588
  FTPS = "FTPS",
@@ -690,6 +764,8 @@ export interface CreateServerRequest {
690
764
  * <p>Use the <code>API_GATEWAY</code> value to integrate with an identity provider of your choosing. The
691
765
  * <code>API_GATEWAY</code> setting requires you to provide an API Gateway endpoint URL to call
692
766
  * for authentication using the <code>IdentityProviderDetails</code> parameter.</p>
767
+ * <p>Use the <code>AWS_LAMBDA</code> value to directly use a Lambda function as your identity provider. If you choose this value,
768
+ * you must specify the ARN for the lambda function in the <code>Function</code> parameter for the <code>IdentityProviderDetails</code> data type.</p>
693
769
  */
694
770
  IdentityProviderType?: IdentityProviderType | string;
695
771
  /**
@@ -737,6 +813,16 @@ export interface CreateServerRequest {
737
813
  * </note>
738
814
  */
739
815
  Protocols?: (Protocol | string)[];
816
+ /**
817
+ * <p>The protocol settings that are configured for your server.</p>
818
+ * <p>
819
+ * Use the <code>PassiveIp</code> parameter to indicate passive mode (for FTP and FTPS protocols).
820
+ * Enter a single dotted-quad IPv4 address, such as the external IP address of a firewall, router, or load balancer.
821
+ * </p>
822
+ * <p>Use the <code>TlsSessionResumptionMode</code> parameter to determine whether or not your Transfer server
823
+ * resumes recent, negotiated sessions through a unique session ID.</p>
824
+ */
825
+ ProtocolDetails?: ProtocolDetails;
740
826
  /**
741
827
  * <p>Specifies the name of the security policy that is attached to the server.</p>
742
828
  */
@@ -879,6 +965,11 @@ export interface CreateUserRequest {
879
965
  /**
880
966
  * <p>The public portion of the Secure Shell (SSH) key used to authenticate the user to the
881
967
  * server.</p>
968
+ * <note>
969
+ * <p>
970
+ * Currently, Transfer Family does not accept elliptical curve keys (keys beginning with <code>ecdsa</code>).
971
+ * </p>
972
+ * </note>
882
973
  */
883
974
  SshPublicKeyBody?: string;
884
975
  /**
@@ -1641,45 +1732,6 @@ export declare namespace DescribedSecurityPolicy {
1641
1732
  */
1642
1733
  const filterSensitiveLog: (obj: DescribedSecurityPolicy) => any;
1643
1734
  }
1644
- /**
1645
- * <p>
1646
- * The protocol settings that are configured for your server.
1647
- * </p>
1648
- * <note>
1649
- * <p>
1650
- * This type is only valid in the <code>UpdateServer</code> API.
1651
- * </p>
1652
- * </note>
1653
- */
1654
- export interface ProtocolDetails {
1655
- /**
1656
- * <p>
1657
- * Indicates passive mode, for FTP and FTPS protocols.
1658
- * Enter a single dotted-quad IPv4 address, such as the external IP address of a firewall, router, or load balancer.
1659
- * For example:
1660
- * </p>
1661
- * <p>
1662
- * <code>
1663
- * aws transfer update-server --protocol-details PassiveIp=<i>0.0.0.0</i>
1664
- * </code>
1665
- * </p>
1666
- * <p>Replace <code>
1667
- * <i>0.0.0.0</i>
1668
- * </code> in the example above with the actual IP address you want to use.</p>
1669
- * <note>
1670
- * <p>
1671
- * If you change the <code>PassiveIp</code> value, you must stop and then restart your Transfer server for the change to take effect. For details on using Passive IP (PASV) in a NAT environment, see <a href="http://aws.amazon.com/blogs/storage/configuring-your-ftps-server-behind-a-firewall-or-nat-with-aws-transfer-family/">Configuring your FTPS server behind a firewall or NAT with Amazon Web Services Transfer Family</a>.
1672
- * </p>
1673
- * </note>
1674
- */
1675
- PassiveIp?: string;
1676
- }
1677
- export declare namespace ProtocolDetails {
1678
- /**
1679
- * @internal
1680
- */
1681
- const filterSensitiveLog: (obj: ProtocolDetails) => any;
1682
- }
1683
1735
  export declare enum State {
1684
1736
  OFFLINE = "OFFLINE",
1685
1737
  ONLINE = "ONLINE",
@@ -1752,6 +1804,8 @@ export interface DescribedServer {
1752
1804
  * <p>Use the <code>API_GATEWAY</code> value to integrate with an identity provider of your choosing. The
1753
1805
  * <code>API_GATEWAY</code> setting requires you to provide an API Gateway endpoint URL to call
1754
1806
  * for authentication using the <code>IdentityProviderDetails</code> parameter.</p>
1807
+ * <p>Use the <code>AWS_LAMBDA</code> value to directly use a Lambda function as your identity provider. If you choose this value,
1808
+ * you must specify the ARN for the lambda function in the <code>Function</code> parameter for the <code>IdentityProviderDetails</code> data type.</p>
1755
1809
  */
1756
1810
  IdentityProviderType?: IdentityProviderType | string;
1757
1811
  /**
@@ -2312,6 +2366,8 @@ export interface ListedServer {
2312
2366
  * <p>Use the <code>API_GATEWAY</code> value to integrate with an identity provider of your choosing. The
2313
2367
  * <code>API_GATEWAY</code> setting requires you to provide an API Gateway endpoint URL to call
2314
2368
  * for authentication using the <code>IdentityProviderDetails</code> parameter.</p>
2369
+ * <p>Use the <code>AWS_LAMBDA</code> value to directly use a Lambda function as your identity provider. If you choose this value,
2370
+ * you must specify the ARN for the lambda function in the <code>Function</code> parameter for the <code>IdentityProviderDetails</code> data type.</p>
2315
2371
  */
2316
2372
  IdentityProviderType?: IdentityProviderType | string;
2317
2373
  /**
@@ -3055,6 +3111,8 @@ export interface UpdateServerRequest {
3055
3111
  * Use the <code>PassiveIp</code> parameter to indicate passive mode (for FTP and FTPS protocols).
3056
3112
  * Enter a single dotted-quad IPv4 address, such as the external IP address of a firewall, router, or load balancer.
3057
3113
  * </p>
3114
+ * <p>Use the <code>TlsSessionResumptionMode</code> parameter to determine whether or not your Transfer server
3115
+ * resumes recent, negotiated sessions through a unique session ID.</p>
3058
3116
  */
3059
3117
  ProtocolDetails?: ProtocolDetails;
3060
3118
  /**
@@ -217,6 +217,8 @@ export interface IdentityProviderDetails {
217
217
  InvocationRole?: string;
218
218
 
219
219
  DirectoryId?: string;
220
+
221
+ Function?: string;
220
222
  }
221
223
  export declare namespace IdentityProviderDetails {
222
224
 
@@ -225,8 +227,25 @@ export declare namespace IdentityProviderDetails {
225
227
  export declare enum IdentityProviderType {
226
228
  API_GATEWAY = "API_GATEWAY",
227
229
  AWS_DIRECTORY_SERVICE = "AWS_DIRECTORY_SERVICE",
230
+ AWS_LAMBDA = "AWS_LAMBDA",
228
231
  SERVICE_MANAGED = "SERVICE_MANAGED"
229
232
  }
233
+ export declare enum TlsSessionResumptionMode {
234
+ DISABLED = "DISABLED",
235
+ ENABLED = "ENABLED",
236
+ ENFORCED = "ENFORCED"
237
+ }
238
+
239
+ export interface ProtocolDetails {
240
+
241
+ PassiveIp?: string;
242
+
243
+ TlsSessionResumptionMode?: TlsSessionResumptionMode | string;
244
+ }
245
+ export declare namespace ProtocolDetails {
246
+
247
+ const filterSensitiveLog: (obj: ProtocolDetails) => any;
248
+ }
230
249
  export declare enum Protocol {
231
250
  FTP = "FTP",
232
251
  FTPS = "FTPS",
@@ -283,6 +302,8 @@ export interface CreateServerRequest {
283
302
 
284
303
  Protocols?: (Protocol | string)[];
285
304
 
305
+ ProtocolDetails?: ProtocolDetails;
306
+
286
307
  SecurityPolicyName?: string;
287
308
 
288
309
  Tags?: Tag[];
@@ -674,15 +695,6 @@ export declare namespace DescribedSecurityPolicy {
674
695
 
675
696
  const filterSensitiveLog: (obj: DescribedSecurityPolicy) => any;
676
697
  }
677
-
678
- export interface ProtocolDetails {
679
-
680
- PassiveIp?: string;
681
- }
682
- export declare namespace ProtocolDetails {
683
-
684
- const filterSensitiveLog: (obj: ProtocolDetails) => any;
685
- }
686
698
  export declare enum State {
687
699
  OFFLINE = "OFFLINE",
688
700
  ONLINE = "ONLINE",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-transfer",
3
3
  "description": "AWS SDK for JavaScript Transfer Client for Node.js, Browser and React Native",
4
- "version": "3.40.0",
4
+ "version": "3.45.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.40.0",
25
- "@aws-sdk/config-resolver": "3.40.0",
26
- "@aws-sdk/credential-provider-node": "3.40.0",
24
+ "@aws-sdk/client-sts": "3.45.0",
25
+ "@aws-sdk/config-resolver": "3.45.0",
26
+ "@aws-sdk/credential-provider-node": "3.45.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.40.0",
28
28
  "@aws-sdk/hash-node": "3.40.0",
29
29
  "@aws-sdk/invalid-dependency": "3.40.0",
@@ -32,13 +32,13 @@
32
32
  "@aws-sdk/middleware-logger": "3.40.0",
33
33
  "@aws-sdk/middleware-retry": "3.40.0",
34
34
  "@aws-sdk/middleware-serde": "3.40.0",
35
- "@aws-sdk/middleware-signing": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.45.0",
36
36
  "@aws-sdk/middleware-stack": "3.40.0",
37
37
  "@aws-sdk/middleware-user-agent": "3.40.0",
38
38
  "@aws-sdk/node-config-provider": "3.40.0",
39
39
  "@aws-sdk/node-http-handler": "3.40.0",
40
40
  "@aws-sdk/protocol-http": "3.40.0",
41
- "@aws-sdk/smithy-client": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
42
  "@aws-sdk/types": "3.40.0",
43
43
  "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",