@aws-sdk/client-transfer 3.39.0 → 3.43.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 (54) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/dist-cjs/endpoints.js +151 -26
  3. package/dist-cjs/models/models_0.js +1 -0
  4. package/dist-cjs/protocols/Aws_json1_1.js +2 -0
  5. package/dist-cjs/runtimeConfig.browser.js +6 -3
  6. package/dist-cjs/runtimeConfig.js +5 -3
  7. package/dist-es/endpoints.js +151 -26
  8. package/dist-es/models/models_0.js +1 -0
  9. package/dist-es/protocols/Aws_json1_1.js +2 -1
  10. package/dist-es/runtimeConfig.browser.js +3 -2
  11. package/dist-es/runtimeConfig.js +3 -3
  12. package/dist-types/TransferClient.d.ts +8 -0
  13. package/dist-types/commands/CreateAccessCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateServerCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateUserCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateWorkflowCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteAccessCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteServerCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteSshPublicKeyCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteWorkflowCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeAccessCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeExecutionCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeSecurityPolicyCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeServerCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeWorkflowCommand.d.ts +1 -1
  28. package/dist-types/commands/ImportSshPublicKeyCommand.d.ts +1 -1
  29. package/dist-types/commands/ListAccessesCommand.d.ts +1 -1
  30. package/dist-types/commands/ListExecutionsCommand.d.ts +1 -1
  31. package/dist-types/commands/ListSecurityPoliciesCommand.d.ts +1 -1
  32. package/dist-types/commands/ListServersCommand.d.ts +1 -1
  33. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  34. package/dist-types/commands/ListUsersCommand.d.ts +1 -1
  35. package/dist-types/commands/ListWorkflowsCommand.d.ts +1 -1
  36. package/dist-types/commands/SendWorkflowStepStateCommand.d.ts +1 -1
  37. package/dist-types/commands/StartServerCommand.d.ts +1 -1
  38. package/dist-types/commands/StopServerCommand.d.ts +1 -1
  39. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  40. package/dist-types/commands/TestIdentityProviderCommand.d.ts +1 -1
  41. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  42. package/dist-types/commands/UpdateAccessCommand.d.ts +1 -1
  43. package/dist-types/commands/UpdateServerCommand.d.ts +1 -1
  44. package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
  45. package/dist-types/models/models_0.d.ts +11 -0
  46. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  47. package/dist-types/runtimeConfig.d.ts +2 -0
  48. package/dist-types/runtimeConfig.native.d.ts +2 -0
  49. package/dist-types/ts3.4/TransferClient.d.ts +4 -0
  50. package/dist-types/ts3.4/models/models_0.d.ts +3 -0
  51. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  52. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  53. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  54. package/package.json +23 -23
@@ -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> {
@@ -497,6 +497,10 @@ export interface IdentityProviderDetails {
497
497
  * <p>The identifier of the Amazon Web ServicesDirectory 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,6 +511,7 @@ 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
  }
512
517
  export declare enum Protocol {
@@ -690,6 +695,8 @@ export interface CreateServerRequest {
690
695
  * <p>Use the <code>API_GATEWAY</code> value to integrate with an identity provider of your choosing. The
691
696
  * <code>API_GATEWAY</code> setting requires you to provide an API Gateway endpoint URL to call
692
697
  * for authentication using the <code>IdentityProviderDetails</code> parameter.</p>
698
+ * <p>Use the <code>LAMBDA</code> value to directly use a Lambda function as your identity provider. If you choose this value,
699
+ * you must specify the ARN for the lambda function in the <code>Function</code> parameter for the <code>IdentityProviderDetails</code> data type.</p>
693
700
  */
694
701
  IdentityProviderType?: IdentityProviderType | string;
695
702
  /**
@@ -1752,6 +1759,8 @@ export interface DescribedServer {
1752
1759
  * <p>Use the <code>API_GATEWAY</code> value to integrate with an identity provider of your choosing. The
1753
1760
  * <code>API_GATEWAY</code> setting requires you to provide an API Gateway endpoint URL to call
1754
1761
  * for authentication using the <code>IdentityProviderDetails</code> parameter.</p>
1762
+ * <p>Use the <code>LAMBDA</code> value to directly use a Lambda function as your identity provider. If you choose this value,
1763
+ * you must specify the ARN for the lambda function in the <code>Function</code> parameter for the <code>IdentityProviderDetails</code> data type.</p>
1755
1764
  */
1756
1765
  IdentityProviderType?: IdentityProviderType | string;
1757
1766
  /**
@@ -2312,6 +2321,8 @@ export interface ListedServer {
2312
2321
  * <p>Use the <code>API_GATEWAY</code> value to integrate with an identity provider of your choosing. The
2313
2322
  * <code>API_GATEWAY</code> setting requires you to provide an API Gateway endpoint URL to call
2314
2323
  * for authentication using the <code>IdentityProviderDetails</code> parameter.</p>
2324
+ * <p>Use the <code>LAMBDA</code> value to directly use a Lambda function as your identity provider. If you choose this value,
2325
+ * you must specify the ARN for the lambda function in the <code>Function</code> parameter for the <code>IdentityProviderDetails</code> data type.</p>
2315
2326
  */
2316
2327
  IdentityProviderType?: IdentityProviderType | string;
2317
2328
  /**
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: TransferClientConfig) => {
16
16
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
17
  sha256: import("@aws-sdk/types").HashConstructor;
18
18
  streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  utf8Decoder: import("@aws-sdk/types").Decoder;
20
22
  utf8Encoder: import("@aws-sdk/types").Encoder;
21
23
  apiVersion: string;
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: TransferClientConfig) => {
16
16
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
17
  sha256: import("@aws-sdk/types").HashConstructor;
18
18
  streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  utf8Decoder: import("@aws-sdk/types").Decoder;
20
22
  utf8Encoder: import("@aws-sdk/types").Encoder;
21
23
  apiVersion: string;
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: TransferClientConfig) => {
18
18
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
19
  retryMode: string | import("@aws-sdk/types").Provider<string>;
20
20
  logger: import("@aws-sdk/types").Logger;
21
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
22
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
23
  serviceId: string;
22
24
  region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
23
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
@@ -70,6 +70,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
70
70
 
71
71
  logger?: __Logger;
72
72
 
73
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
74
+
75
+ useFipsEndpoint?: boolean | __Provider<boolean>;
76
+
73
77
  serviceId?: string;
74
78
 
75
79
  region?: string | __Provider<string>;
@@ -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,6 +227,7 @@ 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
  }
230
233
  export declare enum Protocol {
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: TransferClientConfig) => {
14
14
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
15
  sha256: import("@aws-sdk/types").HashConstructor;
16
16
  streamCollector: import("@aws-sdk/types").StreamCollector;
17
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
18
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
17
19
  utf8Decoder: import("@aws-sdk/types").Decoder;
18
20
  utf8Encoder: import("@aws-sdk/types").Encoder;
19
21
  apiVersion: string;
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: TransferClientConfig) => {
14
14
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
15
  sha256: import("@aws-sdk/types").HashConstructor;
16
16
  streamCollector: import("@aws-sdk/types").StreamCollector;
17
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
18
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
17
19
  utf8Decoder: import("@aws-sdk/types").Decoder;
18
20
  utf8Encoder: import("@aws-sdk/types").Encoder;
19
21
  apiVersion: string;
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: TransferClientConfig) => {
16
16
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
17
17
  retryMode: string | import("@aws-sdk/types").Provider<string>;
18
18
  logger: import("@aws-sdk/types").Logger;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  serviceId: string;
20
22
  region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
21
23
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
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.39.0",
4
+ "version": "3.43.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,32 +21,32 @@
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.39.0",
25
- "@aws-sdk/config-resolver": "3.39.0",
26
- "@aws-sdk/credential-provider-node": "3.39.0",
27
- "@aws-sdk/fetch-http-handler": "3.38.0",
28
- "@aws-sdk/hash-node": "3.38.0",
29
- "@aws-sdk/invalid-dependency": "3.38.0",
30
- "@aws-sdk/middleware-content-length": "3.38.0",
31
- "@aws-sdk/middleware-host-header": "3.38.0",
32
- "@aws-sdk/middleware-logger": "3.38.0",
33
- "@aws-sdk/middleware-retry": "3.39.0",
34
- "@aws-sdk/middleware-serde": "3.38.0",
35
- "@aws-sdk/middleware-signing": "3.39.0",
36
- "@aws-sdk/middleware-stack": "3.38.0",
37
- "@aws-sdk/middleware-user-agent": "3.38.0",
38
- "@aws-sdk/node-config-provider": "3.39.0",
39
- "@aws-sdk/node-http-handler": "3.38.0",
40
- "@aws-sdk/protocol-http": "3.38.0",
41
- "@aws-sdk/smithy-client": "3.38.0",
42
- "@aws-sdk/types": "3.38.0",
43
- "@aws-sdk/url-parser": "3.38.0",
24
+ "@aws-sdk/client-sts": "3.43.0",
25
+ "@aws-sdk/config-resolver": "3.40.0",
26
+ "@aws-sdk/credential-provider-node": "3.41.0",
27
+ "@aws-sdk/fetch-http-handler": "3.40.0",
28
+ "@aws-sdk/hash-node": "3.40.0",
29
+ "@aws-sdk/invalid-dependency": "3.40.0",
30
+ "@aws-sdk/middleware-content-length": "3.40.0",
31
+ "@aws-sdk/middleware-host-header": "3.40.0",
32
+ "@aws-sdk/middleware-logger": "3.40.0",
33
+ "@aws-sdk/middleware-retry": "3.40.0",
34
+ "@aws-sdk/middleware-serde": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.40.0",
36
+ "@aws-sdk/middleware-stack": "3.40.0",
37
+ "@aws-sdk/middleware-user-agent": "3.40.0",
38
+ "@aws-sdk/node-config-provider": "3.40.0",
39
+ "@aws-sdk/node-http-handler": "3.40.0",
40
+ "@aws-sdk/protocol-http": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
+ "@aws-sdk/types": "3.40.0",
43
+ "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",
45
45
  "@aws-sdk/util-base64-node": "3.37.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.37.0",
47
47
  "@aws-sdk/util-body-length-node": "3.37.0",
48
- "@aws-sdk/util-user-agent-browser": "3.38.0",
49
- "@aws-sdk/util-user-agent-node": "3.39.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.40.0",
49
+ "@aws-sdk/util-user-agent-node": "3.40.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.37.0",
51
51
  "@aws-sdk/util-utf8-node": "3.37.0",
52
52
  "tslib": "^2.3.0"