@aws-sdk/client-s3files 3.1044.0 → 3.1046.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 (98) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +58 -59
  5. package/dist-cjs/models/S3FilesServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/S3Files.js +1 -1
  10. package/dist-es/S3FilesClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/CreateAccessPointCommand.js +2 -2
  13. package/dist-es/commands/CreateFileSystemCommand.js +2 -2
  14. package/dist-es/commands/CreateMountTargetCommand.js +2 -2
  15. package/dist-es/commands/DeleteAccessPointCommand.js +2 -2
  16. package/dist-es/commands/DeleteFileSystemCommand.js +2 -2
  17. package/dist-es/commands/DeleteFileSystemPolicyCommand.js +2 -2
  18. package/dist-es/commands/DeleteMountTargetCommand.js +2 -2
  19. package/dist-es/commands/GetAccessPointCommand.js +2 -2
  20. package/dist-es/commands/GetFileSystemCommand.js +2 -2
  21. package/dist-es/commands/GetFileSystemPolicyCommand.js +2 -2
  22. package/dist-es/commands/GetMountTargetCommand.js +2 -2
  23. package/dist-es/commands/GetSynchronizationConfigurationCommand.js +2 -2
  24. package/dist-es/commands/ListAccessPointsCommand.js +2 -2
  25. package/dist-es/commands/ListFileSystemsCommand.js +2 -2
  26. package/dist-es/commands/ListMountTargetsCommand.js +2 -2
  27. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  28. package/dist-es/commands/PutFileSystemPolicyCommand.js +2 -2
  29. package/dist-es/commands/PutSynchronizationConfigurationCommand.js +2 -2
  30. package/dist-es/commands/TagResourceCommand.js +2 -2
  31. package/dist-es/commands/UntagResourceCommand.js +2 -2
  32. package/dist-es/commands/UpdateMountTargetCommand.js +2 -2
  33. package/dist-es/endpoint/bdd.js +1 -1
  34. package/dist-es/endpoint/endpointResolver.js +1 -1
  35. package/dist-es/models/S3FilesServiceException.js +1 -1
  36. package/dist-es/runtimeConfig.browser.js +4 -6
  37. package/dist-es/runtimeConfig.js +4 -8
  38. package/dist-es/runtimeConfig.shared.js +3 -4
  39. package/dist-es/runtimeExtensions.js +2 -2
  40. package/dist-types/S3FilesClient.d.ts +5 -5
  41. package/dist-types/commands/CreateAccessPointCommand.d.ts +6 -4
  42. package/dist-types/commands/CreateFileSystemCommand.d.ts +6 -4
  43. package/dist-types/commands/CreateMountTargetCommand.d.ts +6 -4
  44. package/dist-types/commands/DeleteAccessPointCommand.d.ts +6 -4
  45. package/dist-types/commands/DeleteFileSystemCommand.d.ts +6 -4
  46. package/dist-types/commands/DeleteFileSystemPolicyCommand.d.ts +6 -4
  47. package/dist-types/commands/DeleteMountTargetCommand.d.ts +6 -4
  48. package/dist-types/commands/GetAccessPointCommand.d.ts +6 -4
  49. package/dist-types/commands/GetFileSystemCommand.d.ts +6 -4
  50. package/dist-types/commands/GetFileSystemPolicyCommand.d.ts +6 -4
  51. package/dist-types/commands/GetMountTargetCommand.d.ts +6 -4
  52. package/dist-types/commands/GetSynchronizationConfigurationCommand.d.ts +6 -4
  53. package/dist-types/commands/ListAccessPointsCommand.d.ts +6 -4
  54. package/dist-types/commands/ListFileSystemsCommand.d.ts +6 -4
  55. package/dist-types/commands/ListMountTargetsCommand.d.ts +6 -4
  56. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  57. package/dist-types/commands/PutFileSystemPolicyCommand.d.ts +6 -4
  58. package/dist-types/commands/PutSynchronizationConfigurationCommand.d.ts +6 -4
  59. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  60. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  61. package/dist-types/commands/UpdateMountTargetCommand.d.ts +6 -4
  62. package/dist-types/endpoint/bdd.d.ts +1 -1
  63. package/dist-types/extensionConfiguration.d.ts +1 -1
  64. package/dist-types/models/S3FilesServiceException.d.ts +1 -1
  65. package/dist-types/models/errors.d.ts +1 -1
  66. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  67. package/dist-types/runtimeConfig.d.ts +2 -2
  68. package/dist-types/runtimeConfig.native.d.ts +2 -2
  69. package/dist-types/ts3.4/S3FilesClient.d.ts +8 -14
  70. package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +6 -4
  71. package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +6 -4
  72. package/dist-types/ts3.4/commands/CreateMountTargetCommand.d.ts +6 -4
  73. package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +6 -4
  74. package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +6 -4
  75. package/dist-types/ts3.4/commands/DeleteFileSystemPolicyCommand.d.ts +6 -4
  76. package/dist-types/ts3.4/commands/DeleteMountTargetCommand.d.ts +6 -4
  77. package/dist-types/ts3.4/commands/GetAccessPointCommand.d.ts +6 -4
  78. package/dist-types/ts3.4/commands/GetFileSystemCommand.d.ts +6 -4
  79. package/dist-types/ts3.4/commands/GetFileSystemPolicyCommand.d.ts +6 -4
  80. package/dist-types/ts3.4/commands/GetMountTargetCommand.d.ts +6 -4
  81. package/dist-types/ts3.4/commands/GetSynchronizationConfigurationCommand.d.ts +6 -4
  82. package/dist-types/ts3.4/commands/ListAccessPointsCommand.d.ts +6 -4
  83. package/dist-types/ts3.4/commands/ListFileSystemsCommand.d.ts +6 -4
  84. package/dist-types/ts3.4/commands/ListMountTargetsCommand.d.ts +6 -4
  85. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  86. package/dist-types/ts3.4/commands/PutFileSystemPolicyCommand.d.ts +6 -4
  87. package/dist-types/ts3.4/commands/PutSynchronizationConfigurationCommand.d.ts +6 -4
  88. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  89. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  90. package/dist-types/ts3.4/commands/UpdateMountTargetCommand.d.ts +6 -4
  91. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  92. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  93. package/dist-types/ts3.4/models/S3FilesServiceException.d.ts +1 -1
  94. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  95. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  96. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  97. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  98. package/package.json +13 -34
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { CreateAccessPoint$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { CreateFileSystem$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { CreateMountTarget$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { DeleteAccessPoint$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { DeleteFileSystem$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { DeleteFileSystemPolicy$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { DeleteMountTarget$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { GetAccessPoint$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { GetFileSystem$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { GetFileSystemPolicy$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { GetMountTarget$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { GetSynchronizationConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { ListAccessPoints$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { ListFileSystems$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { ListMountTargets$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { PutFileSystemPolicy$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { PutSynchronizationConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { TagResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { UntagResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { UpdateMountTarget$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,4 +1,4 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  const a = "isSet", b = { "ref": "Endpoint" }, c = [{ "ref": "Region" }];
3
3
  const _data = {
4
4
  conditions: [
@@ -1,5 +1,5 @@
1
1
  import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
- import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/util-endpoints";
2
+ import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/core/endpoints";
3
3
  import { bdd } from "./bdd";
4
4
  const cache = new EndpointCache({
5
5
  size: 50,
@@ -1,4 +1,4 @@
1
- import { ServiceException as __ServiceException, } from "@smithy/smithy-client";
1
+ import { ServiceException as __ServiceException, } from "@smithy/core/client";
2
2
  export { __ServiceException };
3
3
  export class S3FilesServiceException extends __ServiceException {
4
4
  constructor(options) {
@@ -1,13 +1,11 @@
1
1
  import packageInfo from "../package.json";
2
2
  import { Sha256 } from "@aws-crypto/sha256-browser";
3
3
  import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
4
- import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
4
+ import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
5
+ import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
6
+ import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/core/retry";
7
+ import { calculateBodyLength } from "@smithy/core/serde";
5
8
  import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
6
- import { invalidProvider } from "@smithy/invalid-dependency";
7
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
8
- import { calculateBodyLength } from "@smithy/util-body-length-browser";
9
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
10
- import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
11
9
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
12
10
  export const getRuntimeConfig = (config) => {
13
11
  const defaultsMode = resolveDefaultsModeConfig(config);
@@ -3,15 +3,11 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
3
3
  import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
4
4
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
5
5
  import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
6
- import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
7
- import { Hash } from "@smithy/hash-node";
8
- import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
9
- import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
6
+ import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
7
+ import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
8
+ import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
9
+ import { calculateBodyLength, Hash } from "@smithy/core/serde";
10
10
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
11
- import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
12
- import { calculateBodyLength } from "@smithy/util-body-length-node";
13
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
14
- import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
15
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
16
12
  export const getRuntimeConfig = (config) => {
17
13
  emitWarningIfUnsupportedVersion(process.version);
@@ -1,9 +1,8 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
3
- import { NoOpLogger } from "@smithy/smithy-client";
4
- import { parseUrl } from "@smithy/url-parser";
5
- import { fromBase64, toBase64 } from "@smithy/util-base64";
6
- import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
3
+ import { NoOpLogger } from "@smithy/core/client";
4
+ import { parseUrl } from "@smithy/core/protocols";
5
+ import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
7
6
  import { defaultS3FilesHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
7
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
8
  import { errorTypeRegistries } from "./schemas/schemas_0";
@@ -1,6 +1,6 @@
1
1
  import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
2
- import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
3
- import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
2
+ import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
3
+ import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
4
4
  import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
5
5
  export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
6
6
  const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
@@ -1,10 +1,10 @@
1
1
  import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
2
  import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
3
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
4
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
5
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
6
+ import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
7
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
8
8
  import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import type { CreateAccessPointCommandInput, CreateAccessPointCommandOutput } from "./commands/CreateAccessPointCommand";
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CreateAccessPointRequest, CreateAccessPointResponse } from "../models/models_0";
4
4
  import type { S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3FilesClient";
@@ -22,9 +22,11 @@ export interface CreateAccessPointCommandInput extends CreateAccessPointRequest
22
22
  export interface CreateAccessPointCommandOutput extends CreateAccessPointResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateAccessPointCommand_base: {
25
- new (input: CreateAccessPointCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAccessPointCommandInput, CreateAccessPointCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateAccessPointCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAccessPointCommandInput, CreateAccessPointCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateAccessPointCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessPointCommandInput, CreateAccessPointCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateAccessPointCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessPointCommandInput, CreateAccessPointCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates an S3 File System Access Point for application-specific access with POSIX user identity and root directory enforcement. Access points provide a way to manage access to shared datasets in multi-tenant scenarios.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CreateFileSystemRequest, CreateFileSystemResponse } from "../models/models_0";
4
4
  import type { S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3FilesClient";
@@ -22,9 +22,11 @@ export interface CreateFileSystemCommandInput extends CreateFileSystemRequest {
22
22
  export interface CreateFileSystemCommandOutput extends CreateFileSystemResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateFileSystemCommand_base: {
25
- new (input: CreateFileSystemCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFileSystemCommandInput, CreateFileSystemCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateFileSystemCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFileSystemCommandInput, CreateFileSystemCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateFileSystemCommandInput): import("@smithy/core/client").CommandImpl<CreateFileSystemCommandInput, CreateFileSystemCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateFileSystemCommandInput): import("@smithy/core/client").CommandImpl<CreateFileSystemCommandInput, CreateFileSystemCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates an S3 File System resource scoped to a bucket or prefix within a bucket, enabling file system access to S3 data. To create a file system, you need an S3 bucket and an IAM role that grants the service permission to access the bucket.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CreateMountTargetRequest, CreateMountTargetResponse } from "../models/models_0";
4
4
  import type { S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3FilesClient";
@@ -22,9 +22,11 @@ export interface CreateMountTargetCommandInput extends CreateMountTargetRequest
22
22
  export interface CreateMountTargetCommandOutput extends CreateMountTargetResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateMountTargetCommand_base: {
25
- new (input: CreateMountTargetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMountTargetCommandInput, CreateMountTargetCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateMountTargetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMountTargetCommandInput, CreateMountTargetCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateMountTargetCommandInput): import("@smithy/core/client").CommandImpl<CreateMountTargetCommandInput, CreateMountTargetCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateMountTargetCommandInput): import("@smithy/core/client").CommandImpl<CreateMountTargetCommandInput, CreateMountTargetCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a mount target resource as an endpoint for mounting the S3 File System from compute resources in a specific Availability Zone and VPC. Mount targets provide network access to the file system.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DeleteAccessPointRequest } from "../models/models_0";
4
4
  import type { S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3FilesClient";
@@ -22,9 +22,11 @@ export interface DeleteAccessPointCommandInput extends DeleteAccessPointRequest
22
22
  export interface DeleteAccessPointCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteAccessPointCommand_base: {
25
- new (input: DeleteAccessPointCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccessPointCommandInput, DeleteAccessPointCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteAccessPointCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccessPointCommandInput, DeleteAccessPointCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteAccessPointCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccessPointCommandInput, DeleteAccessPointCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteAccessPointCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccessPointCommandInput, DeleteAccessPointCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes an S3 File System Access Point. This operation is irreversible.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DeleteFileSystemRequest } from "../models/models_0";
4
4
  import type { S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3FilesClient";
@@ -22,9 +22,11 @@ export interface DeleteFileSystemCommandInput extends DeleteFileSystemRequest {
22
22
  export interface DeleteFileSystemCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteFileSystemCommand_base: {
25
- new (input: DeleteFileSystemCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFileSystemCommandInput, DeleteFileSystemCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteFileSystemCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFileSystemCommandInput, DeleteFileSystemCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteFileSystemCommandInput): import("@smithy/core/client").CommandImpl<DeleteFileSystemCommandInput, DeleteFileSystemCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteFileSystemCommandInput): import("@smithy/core/client").CommandImpl<DeleteFileSystemCommandInput, DeleteFileSystemCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes an S3 File System. You can optionally force deletion of a file system that has pending export data.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DeleteFileSystemPolicyRequest } from "../models/models_0";
4
4
  import type { S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3FilesClient";
@@ -22,9 +22,11 @@ export interface DeleteFileSystemPolicyCommandInput extends DeleteFileSystemPoli
22
22
  export interface DeleteFileSystemPolicyCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteFileSystemPolicyCommand_base: {
25
- new (input: DeleteFileSystemPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFileSystemPolicyCommandInput, DeleteFileSystemPolicyCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteFileSystemPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFileSystemPolicyCommandInput, DeleteFileSystemPolicyCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteFileSystemPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteFileSystemPolicyCommandInput, DeleteFileSystemPolicyCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteFileSystemPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteFileSystemPolicyCommandInput, DeleteFileSystemPolicyCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the IAM resource policy of an S3 File System.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DeleteMountTargetRequest } from "../models/models_0";
4
4
  import type { S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3FilesClient";
@@ -22,9 +22,11 @@ export interface DeleteMountTargetCommandInput extends DeleteMountTargetRequest
22
22
  export interface DeleteMountTargetCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteMountTargetCommand_base: {
25
- new (input: DeleteMountTargetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMountTargetCommandInput, DeleteMountTargetCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteMountTargetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMountTargetCommandInput, DeleteMountTargetCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteMountTargetCommandInput): import("@smithy/core/client").CommandImpl<DeleteMountTargetCommandInput, DeleteMountTargetCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteMountTargetCommandInput): import("@smithy/core/client").CommandImpl<DeleteMountTargetCommandInput, DeleteMountTargetCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the specified mount target. This operation is irreversible.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetAccessPointRequest, GetAccessPointResponse } from "../models/models_0";
4
4
  import type { S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3FilesClient";
@@ -22,9 +22,11 @@ export interface GetAccessPointCommandInput extends GetAccessPointRequest {
22
22
  export interface GetAccessPointCommandOutput extends GetAccessPointResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetAccessPointCommand_base: {
25
- new (input: GetAccessPointCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccessPointCommandInput, GetAccessPointCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetAccessPointCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccessPointCommandInput, GetAccessPointCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetAccessPointCommandInput): import("@smithy/core/client").CommandImpl<GetAccessPointCommandInput, GetAccessPointCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetAccessPointCommandInput): import("@smithy/core/client").CommandImpl<GetAccessPointCommandInput, GetAccessPointCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns resource information for an S3 File System Access Point.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetFileSystemRequest, GetFileSystemResponse } from "../models/models_0";
4
4
  import type { S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3FilesClient";
@@ -22,9 +22,11 @@ export interface GetFileSystemCommandInput extends GetFileSystemRequest {
22
22
  export interface GetFileSystemCommandOutput extends GetFileSystemResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetFileSystemCommand_base: {
25
- new (input: GetFileSystemCommandInput): import("@smithy/smithy-client").CommandImpl<GetFileSystemCommandInput, GetFileSystemCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetFileSystemCommandInput): import("@smithy/smithy-client").CommandImpl<GetFileSystemCommandInput, GetFileSystemCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetFileSystemCommandInput): import("@smithy/core/client").CommandImpl<GetFileSystemCommandInput, GetFileSystemCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetFileSystemCommandInput): import("@smithy/core/client").CommandImpl<GetFileSystemCommandInput, GetFileSystemCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns resource information for the specified S3 File System including status, configuration, and metadata.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetFileSystemPolicyRequest, GetFileSystemPolicyResponse } from "../models/models_0";
4
4
  import type { S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3FilesClient";
@@ -22,9 +22,11 @@ export interface GetFileSystemPolicyCommandInput extends GetFileSystemPolicyRequ
22
22
  export interface GetFileSystemPolicyCommandOutput extends GetFileSystemPolicyResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetFileSystemPolicyCommand_base: {
25
- new (input: GetFileSystemPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetFileSystemPolicyCommandInput, GetFileSystemPolicyCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetFileSystemPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetFileSystemPolicyCommandInput, GetFileSystemPolicyCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetFileSystemPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetFileSystemPolicyCommandInput, GetFileSystemPolicyCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetFileSystemPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetFileSystemPolicyCommandInput, GetFileSystemPolicyCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the IAM resource policy of an S3 File System.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetMountTargetRequest, GetMountTargetResponse } from "../models/models_0";
4
4
  import type { S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3FilesClient";
@@ -22,9 +22,11 @@ export interface GetMountTargetCommandInput extends GetMountTargetRequest {
22
22
  export interface GetMountTargetCommandOutput extends GetMountTargetResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetMountTargetCommand_base: {
25
- new (input: GetMountTargetCommandInput): import("@smithy/smithy-client").CommandImpl<GetMountTargetCommandInput, GetMountTargetCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetMountTargetCommandInput): import("@smithy/smithy-client").CommandImpl<GetMountTargetCommandInput, GetMountTargetCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetMountTargetCommandInput): import("@smithy/core/client").CommandImpl<GetMountTargetCommandInput, GetMountTargetCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetMountTargetCommandInput): import("@smithy/core/client").CommandImpl<GetMountTargetCommandInput, GetMountTargetCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns detailed resource information for the specified mount target including network configuration.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetSynchronizationConfigurationRequest, GetSynchronizationConfigurationResponse } from "../models/models_0";
4
4
  import type { S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3FilesClient";
@@ -22,9 +22,11 @@ export interface GetSynchronizationConfigurationCommandInput extends GetSynchron
22
22
  export interface GetSynchronizationConfigurationCommandOutput extends GetSynchronizationConfigurationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetSynchronizationConfigurationCommand_base: {
25
- new (input: GetSynchronizationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetSynchronizationConfigurationCommandInput, GetSynchronizationConfigurationCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSynchronizationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetSynchronizationConfigurationCommandInput, GetSynchronizationConfigurationCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetSynchronizationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetSynchronizationConfigurationCommandInput, GetSynchronizationConfigurationCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetSynchronizationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetSynchronizationConfigurationCommandInput, GetSynchronizationConfigurationCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the synchronization configuration for the specified S3 File System, including import data rules and expiration data rules.</p>