@aws-sdk/client-transfer 3.413.0 → 3.418.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 (123) hide show
  1. package/dist-cjs/commands/CreateAccessCommand.js +5 -0
  2. package/dist-cjs/commands/CreateAgreementCommand.js +5 -0
  3. package/dist-cjs/commands/CreateConnectorCommand.js +5 -0
  4. package/dist-cjs/commands/CreateProfileCommand.js +5 -0
  5. package/dist-cjs/commands/CreateServerCommand.js +5 -0
  6. package/dist-cjs/commands/CreateUserCommand.js +5 -0
  7. package/dist-cjs/commands/CreateWorkflowCommand.js +5 -0
  8. package/dist-cjs/commands/DeleteAccessCommand.js +5 -0
  9. package/dist-cjs/commands/DeleteAgreementCommand.js +5 -0
  10. package/dist-cjs/commands/DeleteCertificateCommand.js +5 -0
  11. package/dist-cjs/commands/DeleteConnectorCommand.js +5 -0
  12. package/dist-cjs/commands/DeleteHostKeyCommand.js +5 -0
  13. package/dist-cjs/commands/DeleteProfileCommand.js +5 -0
  14. package/dist-cjs/commands/DeleteServerCommand.js +5 -0
  15. package/dist-cjs/commands/DeleteSshPublicKeyCommand.js +5 -0
  16. package/dist-cjs/commands/DeleteUserCommand.js +5 -0
  17. package/dist-cjs/commands/DeleteWorkflowCommand.js +5 -0
  18. package/dist-cjs/commands/DescribeAccessCommand.js +5 -0
  19. package/dist-cjs/commands/DescribeAgreementCommand.js +5 -0
  20. package/dist-cjs/commands/DescribeCertificateCommand.js +5 -0
  21. package/dist-cjs/commands/DescribeConnectorCommand.js +5 -0
  22. package/dist-cjs/commands/DescribeExecutionCommand.js +5 -0
  23. package/dist-cjs/commands/DescribeHostKeyCommand.js +5 -0
  24. package/dist-cjs/commands/DescribeProfileCommand.js +5 -0
  25. package/dist-cjs/commands/DescribeSecurityPolicyCommand.js +5 -0
  26. package/dist-cjs/commands/DescribeServerCommand.js +5 -0
  27. package/dist-cjs/commands/DescribeUserCommand.js +5 -0
  28. package/dist-cjs/commands/DescribeWorkflowCommand.js +5 -0
  29. package/dist-cjs/commands/ImportCertificateCommand.js +5 -0
  30. package/dist-cjs/commands/ImportHostKeyCommand.js +5 -0
  31. package/dist-cjs/commands/ImportSshPublicKeyCommand.js +5 -0
  32. package/dist-cjs/commands/ListAccessesCommand.js +5 -0
  33. package/dist-cjs/commands/ListAgreementsCommand.js +5 -0
  34. package/dist-cjs/commands/ListCertificatesCommand.js +5 -0
  35. package/dist-cjs/commands/ListConnectorsCommand.js +5 -0
  36. package/dist-cjs/commands/ListExecutionsCommand.js +5 -0
  37. package/dist-cjs/commands/ListHostKeysCommand.js +5 -0
  38. package/dist-cjs/commands/ListProfilesCommand.js +5 -0
  39. package/dist-cjs/commands/ListSecurityPoliciesCommand.js +5 -0
  40. package/dist-cjs/commands/ListServersCommand.js +5 -0
  41. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  42. package/dist-cjs/commands/ListUsersCommand.js +5 -0
  43. package/dist-cjs/commands/ListWorkflowsCommand.js +5 -0
  44. package/dist-cjs/commands/SendWorkflowStepStateCommand.js +5 -0
  45. package/dist-cjs/commands/StartFileTransferCommand.js +5 -0
  46. package/dist-cjs/commands/StartServerCommand.js +5 -0
  47. package/dist-cjs/commands/StopServerCommand.js +5 -0
  48. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  49. package/dist-cjs/commands/TestConnectionCommand.js +5 -0
  50. package/dist-cjs/commands/TestIdentityProviderCommand.js +5 -0
  51. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  52. package/dist-cjs/commands/UpdateAccessCommand.js +5 -0
  53. package/dist-cjs/commands/UpdateAgreementCommand.js +5 -0
  54. package/dist-cjs/commands/UpdateCertificateCommand.js +5 -0
  55. package/dist-cjs/commands/UpdateConnectorCommand.js +5 -0
  56. package/dist-cjs/commands/UpdateHostKeyCommand.js +5 -0
  57. package/dist-cjs/commands/UpdateProfileCommand.js +5 -0
  58. package/dist-cjs/commands/UpdateServerCommand.js +5 -0
  59. package/dist-cjs/commands/UpdateUserCommand.js +5 -0
  60. package/dist-cjs/runtimeExtensions.js +3 -0
  61. package/dist-es/commands/CreateAccessCommand.js +5 -0
  62. package/dist-es/commands/CreateAgreementCommand.js +5 -0
  63. package/dist-es/commands/CreateConnectorCommand.js +5 -0
  64. package/dist-es/commands/CreateProfileCommand.js +5 -0
  65. package/dist-es/commands/CreateServerCommand.js +5 -0
  66. package/dist-es/commands/CreateUserCommand.js +5 -0
  67. package/dist-es/commands/CreateWorkflowCommand.js +5 -0
  68. package/dist-es/commands/DeleteAccessCommand.js +5 -0
  69. package/dist-es/commands/DeleteAgreementCommand.js +5 -0
  70. package/dist-es/commands/DeleteCertificateCommand.js +5 -0
  71. package/dist-es/commands/DeleteConnectorCommand.js +5 -0
  72. package/dist-es/commands/DeleteHostKeyCommand.js +5 -0
  73. package/dist-es/commands/DeleteProfileCommand.js +5 -0
  74. package/dist-es/commands/DeleteServerCommand.js +5 -0
  75. package/dist-es/commands/DeleteSshPublicKeyCommand.js +5 -0
  76. package/dist-es/commands/DeleteUserCommand.js +5 -0
  77. package/dist-es/commands/DeleteWorkflowCommand.js +5 -0
  78. package/dist-es/commands/DescribeAccessCommand.js +5 -0
  79. package/dist-es/commands/DescribeAgreementCommand.js +5 -0
  80. package/dist-es/commands/DescribeCertificateCommand.js +5 -0
  81. package/dist-es/commands/DescribeConnectorCommand.js +5 -0
  82. package/dist-es/commands/DescribeExecutionCommand.js +5 -0
  83. package/dist-es/commands/DescribeHostKeyCommand.js +5 -0
  84. package/dist-es/commands/DescribeProfileCommand.js +5 -0
  85. package/dist-es/commands/DescribeSecurityPolicyCommand.js +5 -0
  86. package/dist-es/commands/DescribeServerCommand.js +5 -0
  87. package/dist-es/commands/DescribeUserCommand.js +5 -0
  88. package/dist-es/commands/DescribeWorkflowCommand.js +5 -0
  89. package/dist-es/commands/ImportCertificateCommand.js +5 -0
  90. package/dist-es/commands/ImportHostKeyCommand.js +5 -0
  91. package/dist-es/commands/ImportSshPublicKeyCommand.js +5 -0
  92. package/dist-es/commands/ListAccessesCommand.js +5 -0
  93. package/dist-es/commands/ListAgreementsCommand.js +5 -0
  94. package/dist-es/commands/ListCertificatesCommand.js +5 -0
  95. package/dist-es/commands/ListConnectorsCommand.js +5 -0
  96. package/dist-es/commands/ListExecutionsCommand.js +5 -0
  97. package/dist-es/commands/ListHostKeysCommand.js +5 -0
  98. package/dist-es/commands/ListProfilesCommand.js +5 -0
  99. package/dist-es/commands/ListSecurityPoliciesCommand.js +5 -0
  100. package/dist-es/commands/ListServersCommand.js +5 -0
  101. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  102. package/dist-es/commands/ListUsersCommand.js +5 -0
  103. package/dist-es/commands/ListWorkflowsCommand.js +5 -0
  104. package/dist-es/commands/SendWorkflowStepStateCommand.js +5 -0
  105. package/dist-es/commands/StartFileTransferCommand.js +5 -0
  106. package/dist-es/commands/StartServerCommand.js +5 -0
  107. package/dist-es/commands/StopServerCommand.js +5 -0
  108. package/dist-es/commands/TagResourceCommand.js +5 -0
  109. package/dist-es/commands/TestConnectionCommand.js +5 -0
  110. package/dist-es/commands/TestIdentityProviderCommand.js +5 -0
  111. package/dist-es/commands/UntagResourceCommand.js +5 -0
  112. package/dist-es/commands/UpdateAccessCommand.js +5 -0
  113. package/dist-es/commands/UpdateAgreementCommand.js +5 -0
  114. package/dist-es/commands/UpdateCertificateCommand.js +5 -0
  115. package/dist-es/commands/UpdateConnectorCommand.js +5 -0
  116. package/dist-es/commands/UpdateHostKeyCommand.js +5 -0
  117. package/dist-es/commands/UpdateProfileCommand.js +5 -0
  118. package/dist-es/commands/UpdateServerCommand.js +5 -0
  119. package/dist-es/commands/UpdateUserCommand.js +5 -0
  120. package/dist-es/runtimeExtensions.js +3 -0
  121. package/dist-types/extensionConfiguration.d.ts +2 -1
  122. package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
  123. package/package.json +32 -31
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { CreateServerRequestFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_CreateServerCommand, se_CreateServerCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateServerCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateServerRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "TransferService",
36
+ operation: "CreateServer",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateUserCommand, se_CreateUserCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class CreateUserCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateUserCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TransferService",
35
+ operation: "CreateUser",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_CreateWorkflowCommand, se_CreateWorkflowCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class CreateWorkflowCommand extends $Command {
@@ -29,6 +30,10 @@ export class CreateWorkflowCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TransferService",
35
+ operation: "CreateWorkflow",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteAccessCommand, se_DeleteAccessCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteAccessCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteAccessCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TransferService",
35
+ operation: "DeleteAccess",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteAgreementCommand, se_DeleteAgreementCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteAgreementCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteAgreementCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TransferService",
35
+ operation: "DeleteAgreement",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteCertificateCommand, se_DeleteCertificateCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteCertificateCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteCertificateCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TransferService",
35
+ operation: "DeleteCertificate",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteConnectorCommand, se_DeleteConnectorCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteConnectorCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteConnectorCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TransferService",
35
+ operation: "DeleteConnector",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteHostKeyCommand, se_DeleteHostKeyCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteHostKeyCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteHostKeyCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TransferService",
35
+ operation: "DeleteHostKey",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteProfileCommand, se_DeleteProfileCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteProfileCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteProfileCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TransferService",
35
+ operation: "DeleteProfile",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteServerCommand, se_DeleteServerCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteServerCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteServerCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TransferService",
35
+ operation: "DeleteServer",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteSshPublicKeyCommand, se_DeleteSshPublicKeyCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteSshPublicKeyCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteSshPublicKeyCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TransferService",
35
+ operation: "DeleteSshPublicKey",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteUserCommand, se_DeleteUserCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteUserCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteUserCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TransferService",
35
+ operation: "DeleteUser",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteWorkflowCommand, se_DeleteWorkflowCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DeleteWorkflowCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteWorkflowCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TransferService",
35
+ operation: "DeleteWorkflow",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeAccessCommand, se_DescribeAccessCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeAccessCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeAccessCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TransferService",
35
+ operation: "DescribeAccess",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeAgreementCommand, se_DescribeAgreementCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeAgreementCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeAgreementCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TransferService",
35
+ operation: "DescribeAgreement",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { DescribeCertificateResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_DescribeCertificateCommand, se_DescribeCertificateCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class DescribeCertificateCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: DescribeCertificateResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "TransferService",
36
+ operation: "DescribeCertificate",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeConnectorCommand, se_DescribeConnectorCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeConnectorCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeConnectorCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TransferService",
35
+ operation: "DescribeConnector",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeExecutionCommand, se_DescribeExecutionCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeExecutionCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeExecutionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TransferService",
35
+ operation: "DescribeExecution",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeHostKeyCommand, se_DescribeHostKeyCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeHostKeyCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeHostKeyCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TransferService",
35
+ operation: "DescribeHostKey",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeProfileCommand, se_DescribeProfileCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeProfileCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeProfileCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TransferService",
35
+ operation: "DescribeProfile",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeSecurityPolicyCommand, se_DescribeSecurityPolicyCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeSecurityPolicyCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeSecurityPolicyCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TransferService",
35
+ operation: "DescribeSecurityPolicy",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeServerCommand, se_DescribeServerCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeServerCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeServerCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TransferService",
35
+ operation: "DescribeServer",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeUserCommand, se_DescribeUserCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeUserCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeUserCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TransferService",
35
+ operation: "DescribeUser",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DescribeWorkflowCommand, se_DescribeWorkflowCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class DescribeWorkflowCommand extends $Command {
@@ -29,6 +30,10 @@ export class DescribeWorkflowCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TransferService",
35
+ operation: "DescribeWorkflow",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { ImportCertificateRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_ImportCertificateCommand, se_ImportCertificateCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class ImportCertificateCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: ImportCertificateRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "TransferService",
36
+ operation: "ImportCertificate",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { ImportHostKeyRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_ImportHostKeyCommand, se_ImportHostKeyCommand } from "../protocols/Aws_json1_1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class ImportHostKeyCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: ImportHostKeyRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "TransferService",
36
+ operation: "ImportHostKey",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ImportSshPublicKeyCommand, se_ImportSshPublicKeyCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ImportSshPublicKeyCommand extends $Command {
@@ -29,6 +30,10 @@ export class ImportSshPublicKeyCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TransferService",
35
+ operation: "ImportSshPublicKey",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListAccessesCommand, se_ListAccessesCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListAccessesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListAccessesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TransferService",
35
+ operation: "ListAccesses",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListAgreementsCommand, se_ListAgreementsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListAgreementsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListAgreementsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TransferService",
35
+ operation: "ListAgreements",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListCertificatesCommand, se_ListCertificatesCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListCertificatesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListCertificatesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TransferService",
35
+ operation: "ListCertificates",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListConnectorsCommand, se_ListConnectorsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListConnectorsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListConnectorsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TransferService",
35
+ operation: "ListConnectors",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListExecutionsCommand, se_ListExecutionsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListExecutionsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListExecutionsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "TransferService",
35
+ operation: "ListExecutions",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);