@aws-sdk/client-transfer 3.803.0 → 3.804.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 (138) hide show
  1. package/dist-es/protocols/Aws_json1_1.js +4 -4
  2. package/dist-types/commands/CreateAccessCommand.d.ts +1 -1
  3. package/dist-types/commands/CreateAgreementCommand.d.ts +1 -1
  4. package/dist-types/commands/CreateConnectorCommand.d.ts +1 -1
  5. package/dist-types/commands/CreateProfileCommand.d.ts +1 -1
  6. package/dist-types/commands/CreateUserCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateWebAppCommand.d.ts +1 -1
  8. package/dist-types/commands/CreateWorkflowCommand.d.ts +1 -1
  9. package/dist-types/commands/DeleteAccessCommand.d.ts +1 -1
  10. package/dist-types/commands/DeleteAgreementCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteCertificateCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteConnectorCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteHostKeyCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteProfileCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteServerCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteSshPublicKeyCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteWebAppCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteWebAppCustomizationCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteWorkflowCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeAccessCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeAgreementCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeCertificateCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeConnectorCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeExecutionCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeHostKeyCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeProfileCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeSecurityPolicyCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeServerCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeWebAppCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeWebAppCustomizationCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeWorkflowCommand.d.ts +1 -1
  34. package/dist-types/commands/ImportCertificateCommand.d.ts +1 -1
  35. package/dist-types/commands/ImportHostKeyCommand.d.ts +1 -1
  36. package/dist-types/commands/ImportSshPublicKeyCommand.d.ts +1 -1
  37. package/dist-types/commands/ListAccessesCommand.d.ts +1 -1
  38. package/dist-types/commands/ListAgreementsCommand.d.ts +1 -1
  39. package/dist-types/commands/ListExecutionsCommand.d.ts +1 -1
  40. package/dist-types/commands/ListFileTransferResultsCommand.d.ts +1 -1
  41. package/dist-types/commands/ListHostKeysCommand.d.ts +1 -1
  42. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  43. package/dist-types/commands/ListUsersCommand.d.ts +1 -1
  44. package/dist-types/commands/SendWorkflowStepStateCommand.d.ts +1 -1
  45. package/dist-types/commands/StartDirectoryListingCommand.d.ts +1 -1
  46. package/dist-types/commands/StartFileTransferCommand.d.ts +1 -1
  47. package/dist-types/commands/StartRemoteDeleteCommand.d.ts +1 -1
  48. package/dist-types/commands/StartRemoteMoveCommand.d.ts +1 -1
  49. package/dist-types/commands/StartServerCommand.d.ts +1 -1
  50. package/dist-types/commands/StopServerCommand.d.ts +1 -1
  51. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  52. package/dist-types/commands/TestConnectionCommand.d.ts +1 -1
  53. package/dist-types/commands/TestIdentityProviderCommand.d.ts +1 -1
  54. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateAccessCommand.d.ts +1 -1
  56. package/dist-types/commands/UpdateAgreementCommand.d.ts +1 -1
  57. package/dist-types/commands/UpdateCertificateCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateConnectorCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdateHostKeyCommand.d.ts +1 -1
  60. package/dist-types/commands/UpdateProfileCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateServerCommand.d.ts +1 -1
  62. package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
  63. package/dist-types/commands/UpdateWebAppCommand.d.ts +1 -1
  64. package/dist-types/commands/UpdateWebAppCustomizationCommand.d.ts +1 -1
  65. package/dist-types/endpoint/EndpointParameters.d.ts +1 -3
  66. package/dist-types/runtimeConfig.browser.d.ts +17 -17
  67. package/dist-types/runtimeConfig.d.ts +16 -16
  68. package/dist-types/runtimeConfig.native.d.ts +18 -18
  69. package/dist-types/runtimeConfig.shared.d.ts +3 -3
  70. package/dist-types/ts3.4/commands/CreateAccessCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/CreateAgreementCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/CreateWebAppCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/DeleteAccessCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/DeleteAgreementCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/DeleteHostKeyCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/DeleteServerCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/DeleteSshPublicKeyCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/DeleteWebAppCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/DeleteWebAppCustomizationCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/DescribeAccessCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/DescribeAgreementCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/DescribeHostKeyCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/DescribeProfileCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/DescribeSecurityPolicyCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/DescribeServerCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/DescribeWebAppCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/DescribeWebAppCustomizationCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/DescribeWorkflowCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/ImportHostKeyCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/ImportSshPublicKeyCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/ListAccessesCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/ListAgreementsCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/ListFileTransferResultsCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/ListHostKeysCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/SendWorkflowStepStateCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/StartDirectoryListingCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/StartFileTransferCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/StartRemoteDeleteCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/StartRemoteMoveCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/StartServerCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/StopServerCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  120. package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +1 -1
  121. package/dist-types/ts3.4/commands/TestIdentityProviderCommand.d.ts +1 -1
  122. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/UpdateAccessCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/UpdateAgreementCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/UpdateCertificateCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/UpdateConnectorCommand.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/UpdateHostKeyCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +1 -1
  129. package/dist-types/ts3.4/commands/UpdateServerCommand.d.ts +1 -1
  130. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
  131. package/dist-types/ts3.4/commands/UpdateWebAppCommand.d.ts +1 -1
  132. package/dist-types/ts3.4/commands/UpdateWebAppCustomizationCommand.d.ts +1 -1
  133. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
  134. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -32
  135. package/dist-types/ts3.4/runtimeConfig.d.ts +20 -29
  136. package/dist-types/ts3.4/runtimeConfig.native.d.ts +23 -33
  137. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
  138. package/package.json +19 -19
@@ -1430,11 +1430,11 @@ const de_ThrottlingExceptionRes = async (parsedOutput, context) => {
1430
1430
  };
1431
1431
  const se_ImportCertificateRequest = (input, context) => {
1432
1432
  return take(input, {
1433
- ActiveDate: (_) => _.getTime() / 1000,
1433
+ ActiveDate: (_) => _.getTime() / 1_000,
1434
1434
  Certificate: [],
1435
1435
  CertificateChain: [],
1436
1436
  Description: [],
1437
- InactiveDate: (_) => _.getTime() / 1000,
1437
+ InactiveDate: (_) => _.getTime() / 1_000,
1438
1438
  PrivateKey: [],
1439
1439
  Tags: _json,
1440
1440
  Usage: [],
@@ -1442,10 +1442,10 @@ const se_ImportCertificateRequest = (input, context) => {
1442
1442
  };
1443
1443
  const se_UpdateCertificateRequest = (input, context) => {
1444
1444
  return take(input, {
1445
- ActiveDate: (_) => _.getTime() / 1000,
1445
+ ActiveDate: (_) => _.getTime() / 1_000,
1446
1446
  CertificateId: [],
1447
1447
  Description: [],
1448
- InactiveDate: (_) => _.getTime() / 1000,
1448
+ InactiveDate: (_) => _.getTime() / 1_000,
1449
1449
  });
1450
1450
  };
1451
1451
  const se_UpdateWebAppCustomizationRequest = (input, context) => {
@@ -23,7 +23,7 @@ export interface CreateAccessCommandOutput extends CreateAccessResponse, __Metad
23
23
  }
24
24
  declare const CreateAccessCommand_base: {
25
25
  new (input: CreateAccessCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAccessCommandInput, CreateAccessCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateAccessCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAccessCommandInput, CreateAccessCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateAccessCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAccessCommandInput, CreateAccessCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateAgreementCommandOutput extends CreateAgreementResponse, _
23
23
  }
24
24
  declare const CreateAgreementCommand_base: {
25
25
  new (input: CreateAgreementCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAgreementCommandInput, CreateAgreementCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateAgreementCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAgreementCommandInput, CreateAgreementCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateAgreementCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAgreementCommandInput, CreateAgreementCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateConnectorCommandOutput extends CreateConnectorResponse, _
23
23
  }
24
24
  declare const CreateConnectorCommand_base: {
25
25
  new (input: CreateConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConnectorCommandInput, CreateConnectorCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConnectorCommandInput, CreateConnectorCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConnectorCommandInput, CreateConnectorCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateProfileCommandOutput extends CreateProfileResponse, __Met
23
23
  }
24
24
  declare const CreateProfileCommand_base: {
25
25
  new (input: CreateProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProfileCommandInput, CreateProfileCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProfileCommandInput, CreateProfileCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProfileCommandInput, CreateProfileCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataB
23
23
  }
24
24
  declare const CreateUserCommand_base: {
25
25
  new (input: CreateUserCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUserCommandInput, CreateUserCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateUserCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUserCommandInput, CreateUserCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateUserCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUserCommandInput, CreateUserCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateWebAppCommandOutput extends CreateWebAppResponse, __Metad
23
23
  }
24
24
  declare const CreateWebAppCommand_base: {
25
25
  new (input: CreateWebAppCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWebAppCommandInput, CreateWebAppCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateWebAppCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWebAppCommandInput, CreateWebAppCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateWebAppCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWebAppCommandInput, CreateWebAppCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateWorkflowCommandOutput extends CreateWorkflowResponse, __M
23
23
  }
24
24
  declare const CreateWorkflowCommand_base: {
25
25
  new (input: CreateWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkflowCommandInput, CreateWorkflowCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkflowCommandInput, CreateWorkflowCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkflowCommandInput, CreateWorkflowCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteAccessCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteAccessCommand_base: {
25
25
  new (input: DeleteAccessCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccessCommandInput, DeleteAccessCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteAccessCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccessCommandInput, DeleteAccessCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteAccessCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccessCommandInput, DeleteAccessCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteAgreementCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteAgreementCommand_base: {
25
25
  new (input: DeleteAgreementCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAgreementCommandInput, DeleteAgreementCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteAgreementCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAgreementCommandInput, DeleteAgreementCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteAgreementCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAgreementCommandInput, DeleteAgreementCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteCertificateCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteCertificateCommand_base: {
25
25
  new (input: DeleteCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCertificateCommandInput, DeleteCertificateCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCertificateCommandInput, DeleteCertificateCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCertificateCommandInput, DeleteCertificateCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteConnectorCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteConnectorCommand_base: {
25
25
  new (input: DeleteConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConnectorCommandInput, DeleteConnectorCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConnectorCommandInput, DeleteConnectorCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConnectorCommandInput, DeleteConnectorCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteHostKeyCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteHostKeyCommand_base: {
25
25
  new (input: DeleteHostKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteHostKeyCommandInput, DeleteHostKeyCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteHostKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteHostKeyCommandInput, DeleteHostKeyCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteHostKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteHostKeyCommandInput, DeleteHostKeyCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteProfileCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteProfileCommand_base: {
25
25
  new (input: DeleteProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProfileCommandInput, DeleteProfileCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProfileCommandInput, DeleteProfileCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProfileCommandInput, DeleteProfileCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteServerCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteServerCommand_base: {
25
25
  new (input: DeleteServerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteServerCommandInput, DeleteServerCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteServerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteServerCommandInput, DeleteServerCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteServerCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteServerCommandInput, DeleteServerCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteSshPublicKeyCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteSshPublicKeyCommand_base: {
25
25
  new (input: DeleteSshPublicKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSshPublicKeyCommandInput, DeleteSshPublicKeyCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteSshPublicKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSshPublicKeyCommandInput, DeleteSshPublicKeyCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteSshPublicKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSshPublicKeyCommandInput, DeleteSshPublicKeyCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteUserCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteUserCommand_base: {
25
25
  new (input: DeleteUserCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteUserCommandInput, DeleteUserCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteUserCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteUserCommandInput, DeleteUserCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteUserCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteUserCommandInput, DeleteUserCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteWebAppCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteWebAppCommand_base: {
25
25
  new (input: DeleteWebAppCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWebAppCommandInput, DeleteWebAppCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteWebAppCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWebAppCommandInput, DeleteWebAppCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteWebAppCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWebAppCommandInput, DeleteWebAppCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteWebAppCustomizationCommandOutput extends __MetadataBearer
23
23
  }
24
24
  declare const DeleteWebAppCustomizationCommand_base: {
25
25
  new (input: DeleteWebAppCustomizationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWebAppCustomizationCommandInput, DeleteWebAppCustomizationCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteWebAppCustomizationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWebAppCustomizationCommandInput, DeleteWebAppCustomizationCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteWebAppCustomizationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWebAppCustomizationCommandInput, DeleteWebAppCustomizationCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteWorkflowCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteWorkflowCommand_base: {
25
25
  new (input: DeleteWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeAccessCommandOutput extends DescribeAccessResponse, __M
23
23
  }
24
24
  declare const DescribeAccessCommand_base: {
25
25
  new (input: DescribeAccessCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAccessCommandInput, DescribeAccessCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeAccessCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAccessCommandInput, DescribeAccessCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeAccessCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAccessCommandInput, DescribeAccessCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeAgreementCommandOutput extends DescribeAgreementRespons
23
23
  }
24
24
  declare const DescribeAgreementCommand_base: {
25
25
  new (input: DescribeAgreementCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAgreementCommandInput, DescribeAgreementCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeAgreementCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAgreementCommandInput, DescribeAgreementCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeAgreementCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAgreementCommandInput, DescribeAgreementCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeCertificateCommandOutput extends DescribeCertificateRes
23
23
  }
24
24
  declare const DescribeCertificateCommand_base: {
25
25
  new (input: DescribeCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCertificateCommandInput, DescribeCertificateCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCertificateCommandInput, DescribeCertificateCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCertificateCommandInput, DescribeCertificateCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeConnectorCommandOutput extends DescribeConnectorRespons
23
23
  }
24
24
  declare const DescribeConnectorCommand_base: {
25
25
  new (input: DescribeConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConnectorCommandInput, DescribeConnectorCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConnectorCommandInput, DescribeConnectorCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeConnectorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConnectorCommandInput, DescribeConnectorCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeExecutionCommandOutput extends DescribeExecutionRespons
23
23
  }
24
24
  declare const DescribeExecutionCommand_base: {
25
25
  new (input: DescribeExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeExecutionCommandInput, DescribeExecutionCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeExecutionCommandInput, DescribeExecutionCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeExecutionCommandInput, DescribeExecutionCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeHostKeyCommandOutput extends DescribeHostKeyResponse, _
23
23
  }
24
24
  declare const DescribeHostKeyCommand_base: {
25
25
  new (input: DescribeHostKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeHostKeyCommandInput, DescribeHostKeyCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeHostKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeHostKeyCommandInput, DescribeHostKeyCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeHostKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeHostKeyCommandInput, DescribeHostKeyCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeProfileCommandOutput extends DescribeProfileResponse, _
23
23
  }
24
24
  declare const DescribeProfileCommand_base: {
25
25
  new (input: DescribeProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeProfileCommandInput, DescribeProfileCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeProfileCommandInput, DescribeProfileCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeProfileCommandInput, DescribeProfileCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeSecurityPolicyCommandOutput extends DescribeSecurityPol
23
23
  }
24
24
  declare const DescribeSecurityPolicyCommand_base: {
25
25
  new (input: DescribeSecurityPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSecurityPolicyCommandInput, DescribeSecurityPolicyCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeSecurityPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSecurityPolicyCommandInput, DescribeSecurityPolicyCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeSecurityPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSecurityPolicyCommandInput, DescribeSecurityPolicyCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeServerCommandOutput extends DescribeServerResponse, __M
23
23
  }
24
24
  declare const DescribeServerCommand_base: {
25
25
  new (input: DescribeServerCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeServerCommandInput, DescribeServerCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeServerCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeServerCommandInput, DescribeServerCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeServerCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeServerCommandInput, DescribeServerCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeUserCommandOutput extends DescribeUserResponse, __Metad
23
23
  }
24
24
  declare const DescribeUserCommand_base: {
25
25
  new (input: DescribeUserCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeUserCommandInput, DescribeUserCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeUserCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeUserCommandInput, DescribeUserCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeUserCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeUserCommandInput, DescribeUserCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeWebAppCommandOutput extends DescribeWebAppResponse, __M
23
23
  }
24
24
  declare const DescribeWebAppCommand_base: {
25
25
  new (input: DescribeWebAppCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWebAppCommandInput, DescribeWebAppCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeWebAppCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWebAppCommandInput, DescribeWebAppCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeWebAppCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWebAppCommandInput, DescribeWebAppCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeWebAppCustomizationCommandOutput extends DescribeWebApp
23
23
  }
24
24
  declare const DescribeWebAppCustomizationCommand_base: {
25
25
  new (input: DescribeWebAppCustomizationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWebAppCustomizationCommandInput, DescribeWebAppCustomizationCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeWebAppCustomizationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWebAppCustomizationCommandInput, DescribeWebAppCustomizationCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeWebAppCustomizationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWebAppCustomizationCommandInput, DescribeWebAppCustomizationCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DescribeWorkflowCommandOutput extends DescribeWorkflowResponse,
23
23
  }
24
24
  declare const DescribeWorkflowCommand_base: {
25
25
  new (input: DescribeWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkflowCommandInput, DescribeWorkflowCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DescribeWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkflowCommandInput, DescribeWorkflowCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkflowCommandInput, DescribeWorkflowCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ImportCertificateCommandOutput extends ImportCertificateRespons
23
23
  }
24
24
  declare const ImportCertificateCommand_base: {
25
25
  new (input: ImportCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<ImportCertificateCommandInput, ImportCertificateCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ImportCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<ImportCertificateCommandInput, ImportCertificateCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ImportCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<ImportCertificateCommandInput, ImportCertificateCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ImportHostKeyCommandOutput extends ImportHostKeyResponse, __Met
23
23
  }
24
24
  declare const ImportHostKeyCommand_base: {
25
25
  new (input: ImportHostKeyCommandInput): import("@smithy/smithy-client").CommandImpl<ImportHostKeyCommandInput, ImportHostKeyCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ImportHostKeyCommandInput): import("@smithy/smithy-client").CommandImpl<ImportHostKeyCommandInput, ImportHostKeyCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ImportHostKeyCommandInput): import("@smithy/smithy-client").CommandImpl<ImportHostKeyCommandInput, ImportHostKeyCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ImportSshPublicKeyCommandOutput extends ImportSshPublicKeyRespo
23
23
  }
24
24
  declare const ImportSshPublicKeyCommand_base: {
25
25
  new (input: ImportSshPublicKeyCommandInput): import("@smithy/smithy-client").CommandImpl<ImportSshPublicKeyCommandInput, ImportSshPublicKeyCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ImportSshPublicKeyCommandInput): import("@smithy/smithy-client").CommandImpl<ImportSshPublicKeyCommandInput, ImportSshPublicKeyCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ImportSshPublicKeyCommandInput): import("@smithy/smithy-client").CommandImpl<ImportSshPublicKeyCommandInput, ImportSshPublicKeyCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListAccessesCommandOutput extends ListAccessesResponse, __Metad
23
23
  }
24
24
  declare const ListAccessesCommand_base: {
25
25
  new (input: ListAccessesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccessesCommandInput, ListAccessesCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListAccessesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccessesCommandInput, ListAccessesCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListAccessesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccessesCommandInput, ListAccessesCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListAgreementsCommandOutput extends ListAgreementsResponse, __M
23
23
  }
24
24
  declare const ListAgreementsCommand_base: {
25
25
  new (input: ListAgreementsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAgreementsCommandInput, ListAgreementsCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListAgreementsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAgreementsCommandInput, ListAgreementsCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListAgreementsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAgreementsCommandInput, ListAgreementsCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListExecutionsCommandOutput extends ListExecutionsResponse, __M
23
23
  }
24
24
  declare const ListExecutionsCommand_base: {
25
25
  new (input: ListExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListExecutionsCommandInput, ListExecutionsCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListExecutionsCommandInput, ListExecutionsCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListExecutionsCommandInput, ListExecutionsCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListFileTransferResultsCommandOutput extends ListFileTransferRe
23
23
  }
24
24
  declare const ListFileTransferResultsCommand_base: {
25
25
  new (input: ListFileTransferResultsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFileTransferResultsCommandInput, ListFileTransferResultsCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListFileTransferResultsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFileTransferResultsCommandInput, ListFileTransferResultsCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListFileTransferResultsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFileTransferResultsCommandInput, ListFileTransferResultsCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListHostKeysCommandOutput extends ListHostKeysResponse, __Metad
23
23
  }
24
24
  declare const ListHostKeysCommand_base: {
25
25
  new (input: ListHostKeysCommandInput): import("@smithy/smithy-client").CommandImpl<ListHostKeysCommandInput, ListHostKeysCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListHostKeysCommandInput): import("@smithy/smithy-client").CommandImpl<ListHostKeysCommandInput, ListHostKeysCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListHostKeysCommandInput): import("@smithy/smithy-client").CommandImpl<ListHostKeysCommandInput, ListHostKeysCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
25
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea
23
23
  }
24
24
  declare const ListUsersCommand_base: {
25
25
  new (input: ListUsersCommandInput): import("@smithy/smithy-client").CommandImpl<ListUsersCommandInput, ListUsersCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListUsersCommandInput): import("@smithy/smithy-client").CommandImpl<ListUsersCommandInput, ListUsersCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListUsersCommandInput): import("@smithy/smithy-client").CommandImpl<ListUsersCommandInput, ListUsersCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface SendWorkflowStepStateCommandOutput extends SendWorkflowStepStat
23
23
  }
24
24
  declare const SendWorkflowStepStateCommand_base: {
25
25
  new (input: SendWorkflowStepStateCommandInput): import("@smithy/smithy-client").CommandImpl<SendWorkflowStepStateCommandInput, SendWorkflowStepStateCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: SendWorkflowStepStateCommandInput): import("@smithy/smithy-client").CommandImpl<SendWorkflowStepStateCommandInput, SendWorkflowStepStateCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: SendWorkflowStepStateCommandInput): import("@smithy/smithy-client").CommandImpl<SendWorkflowStepStateCommandInput, SendWorkflowStepStateCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface StartDirectoryListingCommandOutput extends StartDirectoryListin
23
23
  }
24
24
  declare const StartDirectoryListingCommand_base: {
25
25
  new (input: StartDirectoryListingCommandInput): import("@smithy/smithy-client").CommandImpl<StartDirectoryListingCommandInput, StartDirectoryListingCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: StartDirectoryListingCommandInput): import("@smithy/smithy-client").CommandImpl<StartDirectoryListingCommandInput, StartDirectoryListingCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartDirectoryListingCommandInput): import("@smithy/smithy-client").CommandImpl<StartDirectoryListingCommandInput, StartDirectoryListingCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface StartFileTransferCommandOutput extends StartFileTransferRespons
23
23
  }
24
24
  declare const StartFileTransferCommand_base: {
25
25
  new (input: StartFileTransferCommandInput): import("@smithy/smithy-client").CommandImpl<StartFileTransferCommandInput, StartFileTransferCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: StartFileTransferCommandInput): import("@smithy/smithy-client").CommandImpl<StartFileTransferCommandInput, StartFileTransferCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartFileTransferCommandInput): import("@smithy/smithy-client").CommandImpl<StartFileTransferCommandInput, StartFileTransferCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface StartRemoteDeleteCommandOutput extends StartRemoteDeleteRespons
23
23
  }
24
24
  declare const StartRemoteDeleteCommand_base: {
25
25
  new (input: StartRemoteDeleteCommandInput): import("@smithy/smithy-client").CommandImpl<StartRemoteDeleteCommandInput, StartRemoteDeleteCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: StartRemoteDeleteCommandInput): import("@smithy/smithy-client").CommandImpl<StartRemoteDeleteCommandInput, StartRemoteDeleteCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartRemoteDeleteCommandInput): import("@smithy/smithy-client").CommandImpl<StartRemoteDeleteCommandInput, StartRemoteDeleteCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface StartRemoteMoveCommandOutput extends StartRemoteMoveResponse, _
23
23
  }
24
24
  declare const StartRemoteMoveCommand_base: {
25
25
  new (input: StartRemoteMoveCommandInput): import("@smithy/smithy-client").CommandImpl<StartRemoteMoveCommandInput, StartRemoteMoveCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: StartRemoteMoveCommandInput): import("@smithy/smithy-client").CommandImpl<StartRemoteMoveCommandInput, StartRemoteMoveCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartRemoteMoveCommandInput): import("@smithy/smithy-client").CommandImpl<StartRemoteMoveCommandInput, StartRemoteMoveCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface StartServerCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const StartServerCommand_base: {
25
25
  new (input: StartServerCommandInput): import("@smithy/smithy-client").CommandImpl<StartServerCommandInput, StartServerCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: StartServerCommandInput): import("@smithy/smithy-client").CommandImpl<StartServerCommandInput, StartServerCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartServerCommandInput): import("@smithy/smithy-client").CommandImpl<StartServerCommandInput, StartServerCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface StopServerCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const StopServerCommand_base: {
25
25
  new (input: StopServerCommandInput): import("@smithy/smithy-client").CommandImpl<StopServerCommandInput, StopServerCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: StopServerCommandInput): import("@smithy/smithy-client").CommandImpl<StopServerCommandInput, StopServerCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StopServerCommandInput): import("@smithy/smithy-client").CommandImpl<StopServerCommandInput, StopServerCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
25
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface TestConnectionCommandOutput extends TestConnectionResponse, __M
23
23
  }
24
24
  declare const TestConnectionCommand_base: {
25
25
  new (input: TestConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<TestConnectionCommandInput, TestConnectionCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: TestConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<TestConnectionCommandInput, TestConnectionCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TestConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<TestConnectionCommandInput, TestConnectionCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**