@aws-sdk/client-transfer 3.952.0 → 3.953.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 (91) hide show
  1. package/dist-cjs/index.js +941 -574
  2. package/dist-cjs/runtimeConfig.shared.js +6 -6
  3. package/dist-es/commands/CreateAccessCommand.js +2 -2
  4. package/dist-es/commands/CreateAgreementCommand.js +2 -2
  5. package/dist-es/commands/CreateConnectorCommand.js +2 -2
  6. package/dist-es/commands/CreateProfileCommand.js +2 -2
  7. package/dist-es/commands/CreateServerCommand.js +2 -2
  8. package/dist-es/commands/CreateUserCommand.js +2 -2
  9. package/dist-es/commands/CreateWebAppCommand.js +2 -2
  10. package/dist-es/commands/CreateWorkflowCommand.js +2 -2
  11. package/dist-es/commands/DeleteAccessCommand.js +2 -2
  12. package/dist-es/commands/DeleteAgreementCommand.js +2 -2
  13. package/dist-es/commands/DeleteCertificateCommand.js +2 -2
  14. package/dist-es/commands/DeleteConnectorCommand.js +2 -2
  15. package/dist-es/commands/DeleteHostKeyCommand.js +2 -2
  16. package/dist-es/commands/DeleteProfileCommand.js +2 -2
  17. package/dist-es/commands/DeleteServerCommand.js +2 -2
  18. package/dist-es/commands/DeleteSshPublicKeyCommand.js +2 -2
  19. package/dist-es/commands/DeleteUserCommand.js +2 -2
  20. package/dist-es/commands/DeleteWebAppCommand.js +2 -2
  21. package/dist-es/commands/DeleteWebAppCustomizationCommand.js +2 -2
  22. package/dist-es/commands/DeleteWorkflowCommand.js +2 -2
  23. package/dist-es/commands/DescribeAccessCommand.js +2 -2
  24. package/dist-es/commands/DescribeAgreementCommand.js +2 -2
  25. package/dist-es/commands/DescribeCertificateCommand.js +2 -2
  26. package/dist-es/commands/DescribeConnectorCommand.js +2 -2
  27. package/dist-es/commands/DescribeExecutionCommand.js +2 -2
  28. package/dist-es/commands/DescribeHostKeyCommand.js +2 -2
  29. package/dist-es/commands/DescribeProfileCommand.js +2 -2
  30. package/dist-es/commands/DescribeSecurityPolicyCommand.js +2 -2
  31. package/dist-es/commands/DescribeServerCommand.js +2 -2
  32. package/dist-es/commands/DescribeUserCommand.js +2 -2
  33. package/dist-es/commands/DescribeWebAppCommand.js +2 -2
  34. package/dist-es/commands/DescribeWebAppCustomizationCommand.js +2 -2
  35. package/dist-es/commands/DescribeWorkflowCommand.js +2 -2
  36. package/dist-es/commands/ImportCertificateCommand.js +2 -2
  37. package/dist-es/commands/ImportHostKeyCommand.js +2 -2
  38. package/dist-es/commands/ImportSshPublicKeyCommand.js +2 -2
  39. package/dist-es/commands/ListAccessesCommand.js +2 -2
  40. package/dist-es/commands/ListAgreementsCommand.js +2 -2
  41. package/dist-es/commands/ListCertificatesCommand.js +2 -2
  42. package/dist-es/commands/ListConnectorsCommand.js +2 -2
  43. package/dist-es/commands/ListExecutionsCommand.js +2 -2
  44. package/dist-es/commands/ListFileTransferResultsCommand.js +2 -2
  45. package/dist-es/commands/ListHostKeysCommand.js +2 -2
  46. package/dist-es/commands/ListProfilesCommand.js +2 -2
  47. package/dist-es/commands/ListSecurityPoliciesCommand.js +2 -2
  48. package/dist-es/commands/ListServersCommand.js +2 -2
  49. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  50. package/dist-es/commands/ListUsersCommand.js +2 -2
  51. package/dist-es/commands/ListWebAppsCommand.js +2 -2
  52. package/dist-es/commands/ListWorkflowsCommand.js +2 -2
  53. package/dist-es/commands/SendWorkflowStepStateCommand.js +2 -2
  54. package/dist-es/commands/StartDirectoryListingCommand.js +2 -2
  55. package/dist-es/commands/StartFileTransferCommand.js +2 -2
  56. package/dist-es/commands/StartRemoteDeleteCommand.js +2 -2
  57. package/dist-es/commands/StartRemoteMoveCommand.js +2 -2
  58. package/dist-es/commands/StartServerCommand.js +2 -2
  59. package/dist-es/commands/StopServerCommand.js +2 -2
  60. package/dist-es/commands/TagResourceCommand.js +2 -2
  61. package/dist-es/commands/TestConnectionCommand.js +2 -2
  62. package/dist-es/commands/TestIdentityProviderCommand.js +2 -2
  63. package/dist-es/commands/UntagResourceCommand.js +2 -2
  64. package/dist-es/commands/UpdateAccessCommand.js +2 -2
  65. package/dist-es/commands/UpdateAgreementCommand.js +2 -2
  66. package/dist-es/commands/UpdateCertificateCommand.js +2 -2
  67. package/dist-es/commands/UpdateConnectorCommand.js +2 -2
  68. package/dist-es/commands/UpdateHostKeyCommand.js +2 -2
  69. package/dist-es/commands/UpdateProfileCommand.js +2 -2
  70. package/dist-es/commands/UpdateServerCommand.js +2 -2
  71. package/dist-es/commands/UpdateUserCommand.js +2 -2
  72. package/dist-es/commands/UpdateWebAppCommand.js +2 -2
  73. package/dist-es/commands/UpdateWebAppCustomizationCommand.js +2 -2
  74. package/dist-es/index.js +1 -0
  75. package/dist-es/runtimeConfig.shared.js +6 -6
  76. package/dist-es/schemas/schemas_0.js +582 -498
  77. package/dist-types/TransferClient.d.ts +1 -10
  78. package/dist-types/index.d.ts +1 -0
  79. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  80. package/dist-types/runtimeConfig.d.ts +6 -2
  81. package/dist-types/runtimeConfig.native.d.ts +6 -2
  82. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  83. package/dist-types/schemas/schemas_0.d.ts +284 -327
  84. package/dist-types/ts3.4/TransferClient.d.ts +0 -4
  85. package/dist-types/ts3.4/index.d.ts +1 -0
  86. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  87. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  88. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  89. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  90. package/dist-types/ts3.4/schemas/schemas_0.d.ts +283 -328
  91. package/package.json +35 -35
@@ -26,12 +26,12 @@ const getRuntimeConfig = (config) => {
26
26
  },
27
27
  ],
28
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
- protocol: config?.protocol ??
30
- new protocols_1.AwsJson1_1Protocol({
31
- defaultNamespace: "com.amazonaws.transfer",
32
- serviceTarget: "TransferService",
33
- awsQueryCompatible: false,
34
- }),
29
+ protocol: config?.protocol ?? protocols_1.AwsJson1_1Protocol,
30
+ protocolSettings: config?.protocolSettings ?? {
31
+ defaultNamespace: "com.amazonaws.transfer",
32
+ version: "2018-11-05",
33
+ serviceTarget: "TransferService",
34
+ },
35
35
  serviceId: config?.serviceId ?? "Transfer",
36
36
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
37
37
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateAccess } from "../schemas/schemas_0";
4
+ import { CreateAccess$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateAccessCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateAccessCommand extends $Command
11
11
  })
12
12
  .s("TransferService", "CreateAccess", {})
13
13
  .n("TransferClient", "CreateAccessCommand")
14
- .sc(CreateAccess)
14
+ .sc(CreateAccess$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateAgreement } from "../schemas/schemas_0";
4
+ import { CreateAgreement$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateAgreementCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateAgreementCommand extends $Command
11
11
  })
12
12
  .s("TransferService", "CreateAgreement", {})
13
13
  .n("TransferClient", "CreateAgreementCommand")
14
- .sc(CreateAgreement)
14
+ .sc(CreateAgreement$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateConnector } from "../schemas/schemas_0";
4
+ import { CreateConnector$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateConnectorCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateConnectorCommand extends $Command
11
11
  })
12
12
  .s("TransferService", "CreateConnector", {})
13
13
  .n("TransferClient", "CreateConnectorCommand")
14
- .sc(CreateConnector)
14
+ .sc(CreateConnector$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateProfile } from "../schemas/schemas_0";
4
+ import { CreateProfile$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateProfileCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateProfileCommand extends $Command
11
11
  })
12
12
  .s("TransferService", "CreateProfile", {})
13
13
  .n("TransferClient", "CreateProfileCommand")
14
- .sc(CreateProfile)
14
+ .sc(CreateProfile$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateServer } from "../schemas/schemas_0";
4
+ import { CreateServer$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateServerCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateServerCommand extends $Command
11
11
  })
12
12
  .s("TransferService", "CreateServer", {})
13
13
  .n("TransferClient", "CreateServerCommand")
14
- .sc(CreateServer)
14
+ .sc(CreateServer$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateUser } from "../schemas/schemas_0";
4
+ import { CreateUser$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateUserCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateUserCommand extends $Command
11
11
  })
12
12
  .s("TransferService", "CreateUser", {})
13
13
  .n("TransferClient", "CreateUserCommand")
14
- .sc(CreateUser)
14
+ .sc(CreateUser$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateWebApp } from "../schemas/schemas_0";
4
+ import { CreateWebApp$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateWebAppCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateWebAppCommand extends $Command
11
11
  })
12
12
  .s("TransferService", "CreateWebApp", {})
13
13
  .n("TransferClient", "CreateWebAppCommand")
14
- .sc(CreateWebApp)
14
+ .sc(CreateWebApp$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateWorkflow } from "../schemas/schemas_0";
4
+ import { CreateWorkflow$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateWorkflowCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateWorkflowCommand extends $Command
11
11
  })
12
12
  .s("TransferService", "CreateWorkflow", {})
13
13
  .n("TransferClient", "CreateWorkflowCommand")
14
- .sc(CreateWorkflow)
14
+ .sc(CreateWorkflow$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteAccess } from "../schemas/schemas_0";
4
+ import { DeleteAccess$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteAccessCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteAccessCommand extends $Command
11
11
  })
12
12
  .s("TransferService", "DeleteAccess", {})
13
13
  .n("TransferClient", "DeleteAccessCommand")
14
- .sc(DeleteAccess)
14
+ .sc(DeleteAccess$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteAgreement } from "../schemas/schemas_0";
4
+ import { DeleteAgreement$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteAgreementCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteAgreementCommand extends $Command
11
11
  })
12
12
  .s("TransferService", "DeleteAgreement", {})
13
13
  .n("TransferClient", "DeleteAgreementCommand")
14
- .sc(DeleteAgreement)
14
+ .sc(DeleteAgreement$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteCertificate } from "../schemas/schemas_0";
4
+ import { DeleteCertificate$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteCertificateCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteCertificateCommand extends $Command
11
11
  })
12
12
  .s("TransferService", "DeleteCertificate", {})
13
13
  .n("TransferClient", "DeleteCertificateCommand")
14
- .sc(DeleteCertificate)
14
+ .sc(DeleteCertificate$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteConnector } from "../schemas/schemas_0";
4
+ import { DeleteConnector$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteConnectorCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteConnectorCommand extends $Command
11
11
  })
12
12
  .s("TransferService", "DeleteConnector", {})
13
13
  .n("TransferClient", "DeleteConnectorCommand")
14
- .sc(DeleteConnector)
14
+ .sc(DeleteConnector$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteHostKey } from "../schemas/schemas_0";
4
+ import { DeleteHostKey$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteHostKeyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteHostKeyCommand extends $Command
11
11
  })
12
12
  .s("TransferService", "DeleteHostKey", {})
13
13
  .n("TransferClient", "DeleteHostKeyCommand")
14
- .sc(DeleteHostKey)
14
+ .sc(DeleteHostKey$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteProfile } from "../schemas/schemas_0";
4
+ import { DeleteProfile$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteProfileCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteProfileCommand extends $Command
11
11
  })
12
12
  .s("TransferService", "DeleteProfile", {})
13
13
  .n("TransferClient", "DeleteProfileCommand")
14
- .sc(DeleteProfile)
14
+ .sc(DeleteProfile$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteServer } from "../schemas/schemas_0";
4
+ import { DeleteServer$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteServerCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteServerCommand extends $Command
11
11
  })
12
12
  .s("TransferService", "DeleteServer", {})
13
13
  .n("TransferClient", "DeleteServerCommand")
14
- .sc(DeleteServer)
14
+ .sc(DeleteServer$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteSshPublicKey } from "../schemas/schemas_0";
4
+ import { DeleteSshPublicKey$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteSshPublicKeyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteSshPublicKeyCommand extends $Command
11
11
  })
12
12
  .s("TransferService", "DeleteSshPublicKey", {})
13
13
  .n("TransferClient", "DeleteSshPublicKeyCommand")
14
- .sc(DeleteSshPublicKey)
14
+ .sc(DeleteSshPublicKey$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteUser } from "../schemas/schemas_0";
4
+ import { DeleteUser$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteUserCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteUserCommand extends $Command
11
11
  })
12
12
  .s("TransferService", "DeleteUser", {})
13
13
  .n("TransferClient", "DeleteUserCommand")
14
- .sc(DeleteUser)
14
+ .sc(DeleteUser$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteWebApp } from "../schemas/schemas_0";
4
+ import { DeleteWebApp$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteWebAppCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteWebAppCommand extends $Command
11
11
  })
12
12
  .s("TransferService", "DeleteWebApp", {})
13
13
  .n("TransferClient", "DeleteWebAppCommand")
14
- .sc(DeleteWebApp)
14
+ .sc(DeleteWebApp$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteWebAppCustomization } from "../schemas/schemas_0";
4
+ import { DeleteWebAppCustomization$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteWebAppCustomizationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteWebAppCustomizationCommand extends $Command
11
11
  })
12
12
  .s("TransferService", "DeleteWebAppCustomization", {})
13
13
  .n("TransferClient", "DeleteWebAppCustomizationCommand")
14
- .sc(DeleteWebAppCustomization)
14
+ .sc(DeleteWebAppCustomization$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteWorkflow } from "../schemas/schemas_0";
4
+ import { DeleteWorkflow$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteWorkflowCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteWorkflowCommand extends $Command
11
11
  })
12
12
  .s("TransferService", "DeleteWorkflow", {})
13
13
  .n("TransferClient", "DeleteWorkflowCommand")
14
- .sc(DeleteWorkflow)
14
+ .sc(DeleteWorkflow$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeAccess } from "../schemas/schemas_0";
4
+ import { DescribeAccess$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeAccessCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeAccessCommand extends $Command
11
11
  })
12
12
  .s("TransferService", "DescribeAccess", {})
13
13
  .n("TransferClient", "DescribeAccessCommand")
14
- .sc(DescribeAccess)
14
+ .sc(DescribeAccess$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeAgreement } from "../schemas/schemas_0";
4
+ import { DescribeAgreement$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeAgreementCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeAgreementCommand extends $Command
11
11
  })
12
12
  .s("TransferService", "DescribeAgreement", {})
13
13
  .n("TransferClient", "DescribeAgreementCommand")
14
- .sc(DescribeAgreement)
14
+ .sc(DescribeAgreement$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeCertificate } from "../schemas/schemas_0";
4
+ import { DescribeCertificate$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeCertificateCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeCertificateCommand extends $Command
11
11
  })
12
12
  .s("TransferService", "DescribeCertificate", {})
13
13
  .n("TransferClient", "DescribeCertificateCommand")
14
- .sc(DescribeCertificate)
14
+ .sc(DescribeCertificate$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeConnector } from "../schemas/schemas_0";
4
+ import { DescribeConnector$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeConnectorCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeConnectorCommand extends $Command
11
11
  })
12
12
  .s("TransferService", "DescribeConnector", {})
13
13
  .n("TransferClient", "DescribeConnectorCommand")
14
- .sc(DescribeConnector)
14
+ .sc(DescribeConnector$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeExecution } from "../schemas/schemas_0";
4
+ import { DescribeExecution$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeExecutionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeExecutionCommand extends $Command
11
11
  })
12
12
  .s("TransferService", "DescribeExecution", {})
13
13
  .n("TransferClient", "DescribeExecutionCommand")
14
- .sc(DescribeExecution)
14
+ .sc(DescribeExecution$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeHostKey } from "../schemas/schemas_0";
4
+ import { DescribeHostKey$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeHostKeyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeHostKeyCommand extends $Command
11
11
  })
12
12
  .s("TransferService", "DescribeHostKey", {})
13
13
  .n("TransferClient", "DescribeHostKeyCommand")
14
- .sc(DescribeHostKey)
14
+ .sc(DescribeHostKey$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeProfile } from "../schemas/schemas_0";
4
+ import { DescribeProfile$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeProfileCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeProfileCommand extends $Command
11
11
  })
12
12
  .s("TransferService", "DescribeProfile", {})
13
13
  .n("TransferClient", "DescribeProfileCommand")
14
- .sc(DescribeProfile)
14
+ .sc(DescribeProfile$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeSecurityPolicy } from "../schemas/schemas_0";
4
+ import { DescribeSecurityPolicy$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeSecurityPolicyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeSecurityPolicyCommand extends $Command
11
11
  })
12
12
  .s("TransferService", "DescribeSecurityPolicy", {})
13
13
  .n("TransferClient", "DescribeSecurityPolicyCommand")
14
- .sc(DescribeSecurityPolicy)
14
+ .sc(DescribeSecurityPolicy$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeServer } from "../schemas/schemas_0";
4
+ import { DescribeServer$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeServerCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeServerCommand extends $Command
11
11
  })
12
12
  .s("TransferService", "DescribeServer", {})
13
13
  .n("TransferClient", "DescribeServerCommand")
14
- .sc(DescribeServer)
14
+ .sc(DescribeServer$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeUser } from "../schemas/schemas_0";
4
+ import { DescribeUser$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeUserCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeUserCommand extends $Command
11
11
  })
12
12
  .s("TransferService", "DescribeUser", {})
13
13
  .n("TransferClient", "DescribeUserCommand")
14
- .sc(DescribeUser)
14
+ .sc(DescribeUser$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeWebApp } from "../schemas/schemas_0";
4
+ import { DescribeWebApp$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeWebAppCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeWebAppCommand extends $Command
11
11
  })
12
12
  .s("TransferService", "DescribeWebApp", {})
13
13
  .n("TransferClient", "DescribeWebAppCommand")
14
- .sc(DescribeWebApp)
14
+ .sc(DescribeWebApp$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeWebAppCustomization } from "../schemas/schemas_0";
4
+ import { DescribeWebAppCustomization$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeWebAppCustomizationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeWebAppCustomizationCommand extends $Command
11
11
  })
12
12
  .s("TransferService", "DescribeWebAppCustomization", {})
13
13
  .n("TransferClient", "DescribeWebAppCustomizationCommand")
14
- .sc(DescribeWebAppCustomization)
14
+ .sc(DescribeWebAppCustomization$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DescribeWorkflow } from "../schemas/schemas_0";
4
+ import { DescribeWorkflow$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeWorkflowCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeWorkflowCommand extends $Command
11
11
  })
12
12
  .s("TransferService", "DescribeWorkflow", {})
13
13
  .n("TransferClient", "DescribeWorkflowCommand")
14
- .sc(DescribeWorkflow)
14
+ .sc(DescribeWorkflow$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ImportCertificate } from "../schemas/schemas_0";
4
+ import { ImportCertificate$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ImportCertificateCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ImportCertificateCommand extends $Command
11
11
  })
12
12
  .s("TransferService", "ImportCertificate", {})
13
13
  .n("TransferClient", "ImportCertificateCommand")
14
- .sc(ImportCertificate)
14
+ .sc(ImportCertificate$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ImportHostKey } from "../schemas/schemas_0";
4
+ import { ImportHostKey$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ImportHostKeyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ImportHostKeyCommand extends $Command
11
11
  })
12
12
  .s("TransferService", "ImportHostKey", {})
13
13
  .n("TransferClient", "ImportHostKeyCommand")
14
- .sc(ImportHostKey)
14
+ .sc(ImportHostKey$)
15
15
  .build() {
16
16
  }