@aws-sdk/client-amplifybackend 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 (128) 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 +78 -79
  5. package/dist-cjs/models/AmplifyBackendServiceException.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/AmplifyBackend.js +1 -1
  10. package/dist-es/AmplifyBackendClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/CloneBackendCommand.js +2 -2
  13. package/dist-es/commands/CreateBackendAPICommand.js +2 -2
  14. package/dist-es/commands/CreateBackendAuthCommand.js +2 -2
  15. package/dist-es/commands/CreateBackendCommand.js +2 -2
  16. package/dist-es/commands/CreateBackendConfigCommand.js +2 -2
  17. package/dist-es/commands/CreateBackendStorageCommand.js +2 -2
  18. package/dist-es/commands/CreateTokenCommand.js +2 -2
  19. package/dist-es/commands/DeleteBackendAPICommand.js +2 -2
  20. package/dist-es/commands/DeleteBackendAuthCommand.js +2 -2
  21. package/dist-es/commands/DeleteBackendCommand.js +2 -2
  22. package/dist-es/commands/DeleteBackendStorageCommand.js +2 -2
  23. package/dist-es/commands/DeleteTokenCommand.js +2 -2
  24. package/dist-es/commands/GenerateBackendAPIModelsCommand.js +2 -2
  25. package/dist-es/commands/GetBackendAPICommand.js +2 -2
  26. package/dist-es/commands/GetBackendAPIModelsCommand.js +2 -2
  27. package/dist-es/commands/GetBackendAuthCommand.js +2 -2
  28. package/dist-es/commands/GetBackendCommand.js +2 -2
  29. package/dist-es/commands/GetBackendJobCommand.js +2 -2
  30. package/dist-es/commands/GetBackendStorageCommand.js +2 -2
  31. package/dist-es/commands/GetTokenCommand.js +2 -2
  32. package/dist-es/commands/ImportBackendAuthCommand.js +2 -2
  33. package/dist-es/commands/ImportBackendStorageCommand.js +2 -2
  34. package/dist-es/commands/ListBackendJobsCommand.js +2 -2
  35. package/dist-es/commands/ListS3BucketsCommand.js +2 -2
  36. package/dist-es/commands/RemoveAllBackendsCommand.js +2 -2
  37. package/dist-es/commands/RemoveBackendConfigCommand.js +2 -2
  38. package/dist-es/commands/UpdateBackendAPICommand.js +2 -2
  39. package/dist-es/commands/UpdateBackendAuthCommand.js +2 -2
  40. package/dist-es/commands/UpdateBackendConfigCommand.js +2 -2
  41. package/dist-es/commands/UpdateBackendJobCommand.js +2 -2
  42. package/dist-es/commands/UpdateBackendStorageCommand.js +2 -2
  43. package/dist-es/endpoint/bdd.js +1 -1
  44. package/dist-es/endpoint/endpointResolver.js +1 -1
  45. package/dist-es/models/AmplifyBackendServiceException.js +1 -1
  46. package/dist-es/runtimeConfig.browser.js +4 -6
  47. package/dist-es/runtimeConfig.js +4 -8
  48. package/dist-es/runtimeConfig.shared.js +3 -4
  49. package/dist-es/runtimeExtensions.js +2 -2
  50. package/dist-types/AmplifyBackendClient.d.ts +5 -5
  51. package/dist-types/commands/CloneBackendCommand.d.ts +6 -4
  52. package/dist-types/commands/CreateBackendAPICommand.d.ts +6 -4
  53. package/dist-types/commands/CreateBackendAuthCommand.d.ts +6 -4
  54. package/dist-types/commands/CreateBackendCommand.d.ts +6 -4
  55. package/dist-types/commands/CreateBackendConfigCommand.d.ts +6 -4
  56. package/dist-types/commands/CreateBackendStorageCommand.d.ts +6 -4
  57. package/dist-types/commands/CreateTokenCommand.d.ts +6 -4
  58. package/dist-types/commands/DeleteBackendAPICommand.d.ts +6 -4
  59. package/dist-types/commands/DeleteBackendAuthCommand.d.ts +6 -4
  60. package/dist-types/commands/DeleteBackendCommand.d.ts +6 -4
  61. package/dist-types/commands/DeleteBackendStorageCommand.d.ts +6 -4
  62. package/dist-types/commands/DeleteTokenCommand.d.ts +6 -4
  63. package/dist-types/commands/GenerateBackendAPIModelsCommand.d.ts +6 -4
  64. package/dist-types/commands/GetBackendAPICommand.d.ts +6 -4
  65. package/dist-types/commands/GetBackendAPIModelsCommand.d.ts +6 -4
  66. package/dist-types/commands/GetBackendAuthCommand.d.ts +6 -4
  67. package/dist-types/commands/GetBackendCommand.d.ts +6 -4
  68. package/dist-types/commands/GetBackendJobCommand.d.ts +6 -4
  69. package/dist-types/commands/GetBackendStorageCommand.d.ts +6 -4
  70. package/dist-types/commands/GetTokenCommand.d.ts +6 -4
  71. package/dist-types/commands/ImportBackendAuthCommand.d.ts +6 -4
  72. package/dist-types/commands/ImportBackendStorageCommand.d.ts +6 -4
  73. package/dist-types/commands/ListBackendJobsCommand.d.ts +6 -4
  74. package/dist-types/commands/ListS3BucketsCommand.d.ts +6 -4
  75. package/dist-types/commands/RemoveAllBackendsCommand.d.ts +6 -4
  76. package/dist-types/commands/RemoveBackendConfigCommand.d.ts +6 -4
  77. package/dist-types/commands/UpdateBackendAPICommand.d.ts +6 -4
  78. package/dist-types/commands/UpdateBackendAuthCommand.d.ts +6 -4
  79. package/dist-types/commands/UpdateBackendConfigCommand.d.ts +6 -4
  80. package/dist-types/commands/UpdateBackendJobCommand.d.ts +6 -4
  81. package/dist-types/commands/UpdateBackendStorageCommand.d.ts +6 -4
  82. package/dist-types/endpoint/bdd.d.ts +1 -1
  83. package/dist-types/extensionConfiguration.d.ts +1 -1
  84. package/dist-types/models/AmplifyBackendServiceException.d.ts +1 -1
  85. package/dist-types/models/errors.d.ts +1 -1
  86. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  87. package/dist-types/runtimeConfig.d.ts +2 -2
  88. package/dist-types/runtimeConfig.native.d.ts +2 -2
  89. package/dist-types/ts3.4/AmplifyBackendClient.d.ts +8 -14
  90. package/dist-types/ts3.4/commands/CloneBackendCommand.d.ts +6 -4
  91. package/dist-types/ts3.4/commands/CreateBackendAPICommand.d.ts +6 -4
  92. package/dist-types/ts3.4/commands/CreateBackendAuthCommand.d.ts +6 -4
  93. package/dist-types/ts3.4/commands/CreateBackendCommand.d.ts +6 -4
  94. package/dist-types/ts3.4/commands/CreateBackendConfigCommand.d.ts +6 -4
  95. package/dist-types/ts3.4/commands/CreateBackendStorageCommand.d.ts +6 -4
  96. package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/commands/DeleteBackendAPICommand.d.ts +6 -4
  98. package/dist-types/ts3.4/commands/DeleteBackendAuthCommand.d.ts +6 -4
  99. package/dist-types/ts3.4/commands/DeleteBackendCommand.d.ts +6 -4
  100. package/dist-types/ts3.4/commands/DeleteBackendStorageCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +6 -4
  102. package/dist-types/ts3.4/commands/GenerateBackendAPIModelsCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/GetBackendAPICommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/GetBackendAPIModelsCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/GetBackendAuthCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/GetBackendCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/GetBackendJobCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/GetBackendStorageCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/GetTokenCommand.d.ts +6 -8
  110. package/dist-types/ts3.4/commands/ImportBackendAuthCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/ImportBackendStorageCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/ListBackendJobsCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/ListS3BucketsCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/RemoveAllBackendsCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/RemoveBackendConfigCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/UpdateBackendAPICommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/UpdateBackendAuthCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/UpdateBackendConfigCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/UpdateBackendJobCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/UpdateBackendStorageCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  122. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  123. package/dist-types/ts3.4/models/AmplifyBackendServiceException.d.ts +1 -1
  124. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  125. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  126. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  127. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  128. package/package.json +13 -34
@@ -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 { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
4
4
  import type { UpdateBackendConfigRequest, UpdateBackendConfigResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateBackendConfigCommandInput extends UpdateBackendConfigRequ
22
22
  export interface UpdateBackendConfigCommandOutput extends UpdateBackendConfigResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateBackendConfigCommand_base: {
25
- new (input: UpdateBackendConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBackendConfigCommandInput, UpdateBackendConfigCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateBackendConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBackendConfigCommandInput, UpdateBackendConfigCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateBackendConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateBackendConfigCommandInput, UpdateBackendConfigCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateBackendConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateBackendConfigCommandInput, UpdateBackendConfigCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates the AWS resources required to access the Amplify Admin UI.</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 { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
4
4
  import type { UpdateBackendJobRequest, UpdateBackendJobResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateBackendJobCommandInput extends UpdateBackendJobRequest {
22
22
  export interface UpdateBackendJobCommandOutput extends UpdateBackendJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateBackendJobCommand_base: {
25
- new (input: UpdateBackendJobCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBackendJobCommandInput, UpdateBackendJobCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateBackendJobCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBackendJobCommandInput, UpdateBackendJobCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateBackendJobCommandInput): import("@smithy/core/client").CommandImpl<UpdateBackendJobCommandInput, UpdateBackendJobCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateBackendJobCommandInput): import("@smithy/core/client").CommandImpl<UpdateBackendJobCommandInput, UpdateBackendJobCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates a specific job.</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 { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
4
4
  import type { UpdateBackendStorageRequest, UpdateBackendStorageResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateBackendStorageCommandInput extends UpdateBackendStorageRe
22
22
  export interface UpdateBackendStorageCommandOutput extends UpdateBackendStorageResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateBackendStorageCommand_base: {
25
- new (input: UpdateBackendStorageCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBackendStorageCommandInput, UpdateBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateBackendStorageCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBackendStorageCommandInput, UpdateBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateBackendStorageCommandInput): import("@smithy/core/client").CommandImpl<UpdateBackendStorageCommandInput, UpdateBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateBackendStorageCommandInput): import("@smithy/core/client").CommandImpl<UpdateBackendStorageCommandInput, UpdateBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates an existing backend storage resource.</p>
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import type { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
1
+ import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
2
2
  export type { __ServiceExceptionOptions };
3
3
  export { __ServiceException };
4
4
  /**
@@ -1,4 +1,4 @@
1
- import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import { AmplifyBackendServiceException as __BaseException } from "./AmplifyBackendServiceException";
3
3
  /**
4
4
  * <p>An error returned if a request is not formed properly.</p>
@@ -5,13 +5,13 @@ import type { AmplifyBackendClientConfig } from "./AmplifyBackendClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: AmplifyBackendClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
14
- requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
14
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
16
  sha256: import("@smithy/types").HashConstructor;
17
17
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,14 +5,14 @@ import type { AmplifyBackendClientConfig } from "./AmplifyBackendClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: AmplifyBackendClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
11
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
12
12
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
13
13
  maxAttempts: number | import("@smithy/types").Provider<number>;
14
14
  region: string | import("@smithy/types").Provider<string>;
15
- requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
15
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
17
  sha256: import("@smithy/types").HashConstructor;
18
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,7 +5,7 @@ import type { AmplifyBackendClientConfig } from "./AmplifyBackendClient";
5
5
  export declare const getRuntimeConfig: (config: AmplifyBackendClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
- requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
8
+ requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  cacheMiddleware?: boolean;
10
10
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
11
11
  protocolSettings: {
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: AmplifyBackendClientConfig) => {
32
32
  retryMode: string | import("@smithy/types").Provider<string>;
33
33
  logger: import("@smithy/types").Logger;
34
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
35
- defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
35
+ defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
36
36
  customUserAgent?: string | import("@smithy/types").UserAgent;
37
37
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
38
38
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -6,25 +6,19 @@ import {
6
6
  UserAgentInputConfig,
7
7
  UserAgentResolvedConfig,
8
8
  } from "@aws-sdk/middleware-user-agent";
9
- import {
10
- RegionInputConfig,
11
- RegionResolvedConfig,
12
- } from "@smithy/config-resolver";
13
- import {
14
- EndpointInputConfig,
15
- EndpointResolvedConfig,
16
- } from "@smithy/middleware-endpoint";
17
- import {
18
- RetryInputConfig,
19
- RetryResolvedConfig,
20
- } from "@smithy/middleware-retry";
21
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
22
9
  import {
23
10
  DefaultsMode as __DefaultsMode,
24
11
  SmithyConfiguration as __SmithyConfiguration,
25
12
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
26
13
  Client as __Client,
27
- } from "@smithy/smithy-client";
14
+ } from "@smithy/core/client";
15
+ import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
16
+ import {
17
+ EndpointInputConfig,
18
+ EndpointResolvedConfig,
19
+ } from "@smithy/core/endpoints";
20
+ import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
21
+ import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
28
22
  import {
29
23
  AwsCredentialIdentityProvider,
30
24
  BodyLengthCalculator as __BodyLengthCalculator,
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AmplifyBackendClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface CloneBackendCommandOutput
15
15
  declare const CloneBackendCommand_base: {
16
16
  new (
17
17
  input: CloneBackendCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  CloneBackendCommandInput,
20
20
  CloneBackendCommandOutput,
21
21
  AmplifyBackendClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const CloneBackendCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: CloneBackendCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  CloneBackendCommandInput,
29
29
  CloneBackendCommandOutput,
30
30
  AmplifyBackendClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class CloneBackendCommand extends CloneBackendCommand_base {
37
39
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AmplifyBackendClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface CreateBackendAPICommandOutput
18
18
  declare const CreateBackendAPICommand_base: {
19
19
  new (
20
20
  input: CreateBackendAPICommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  CreateBackendAPICommandInput,
23
23
  CreateBackendAPICommandOutput,
24
24
  AmplifyBackendClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const CreateBackendAPICommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: CreateBackendAPICommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  CreateBackendAPICommandInput,
32
32
  CreateBackendAPICommandOutput,
33
33
  AmplifyBackendClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class CreateBackendAPICommand extends CreateBackendAPICommand_base {
40
42
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AmplifyBackendClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CreateBackendAuthCommandOutput
19
19
  declare const CreateBackendAuthCommand_base: {
20
20
  new (
21
21
  input: CreateBackendAuthCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateBackendAuthCommandInput,
24
24
  CreateBackendAuthCommandOutput,
25
25
  AmplifyBackendClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateBackendAuthCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateBackendAuthCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateBackendAuthCommandInput,
33
33
  CreateBackendAuthCommandOutput,
34
34
  AmplifyBackendClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateBackendAuthCommand extends CreateBackendAuthCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AmplifyBackendClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface CreateBackendCommandOutput
18
18
  declare const CreateBackendCommand_base: {
19
19
  new (
20
20
  input: CreateBackendCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  CreateBackendCommandInput,
23
23
  CreateBackendCommandOutput,
24
24
  AmplifyBackendClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const CreateBackendCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: CreateBackendCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  CreateBackendCommandInput,
32
32
  CreateBackendCommandOutput,
33
33
  AmplifyBackendClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class CreateBackendCommand extends CreateBackendCommand_base {
40
42
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AmplifyBackendClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CreateBackendConfigCommandOutput
19
19
  declare const CreateBackendConfigCommand_base: {
20
20
  new (
21
21
  input: CreateBackendConfigCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateBackendConfigCommandInput,
24
24
  CreateBackendConfigCommandOutput,
25
25
  AmplifyBackendClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateBackendConfigCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateBackendConfigCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateBackendConfigCommandInput,
33
33
  CreateBackendConfigCommandOutput,
34
34
  AmplifyBackendClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateBackendConfigCommand extends CreateBackendConfigCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AmplifyBackendClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CreateBackendStorageCommandOutput
19
19
  declare const CreateBackendStorageCommand_base: {
20
20
  new (
21
21
  input: CreateBackendStorageCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateBackendStorageCommandInput,
24
24
  CreateBackendStorageCommandOutput,
25
25
  AmplifyBackendClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateBackendStorageCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateBackendStorageCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateBackendStorageCommandInput,
33
33
  CreateBackendStorageCommandOutput,
34
34
  AmplifyBackendClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateBackendStorageCommand extends CreateBackendStorageCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AmplifyBackendClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface CreateTokenCommandOutput
15
15
  declare const CreateTokenCommand_base: {
16
16
  new (
17
17
  input: CreateTokenCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  CreateTokenCommandInput,
20
20
  CreateTokenCommandOutput,
21
21
  AmplifyBackendClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const CreateTokenCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: CreateTokenCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  CreateTokenCommandInput,
29
29
  CreateTokenCommandOutput,
30
30
  AmplifyBackendClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class CreateTokenCommand extends CreateTokenCommand_base {
37
39
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AmplifyBackendClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface DeleteBackendAPICommandOutput
18
18
  declare const DeleteBackendAPICommand_base: {
19
19
  new (
20
20
  input: DeleteBackendAPICommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  DeleteBackendAPICommandInput,
23
23
  DeleteBackendAPICommandOutput,
24
24
  AmplifyBackendClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const DeleteBackendAPICommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: DeleteBackendAPICommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  DeleteBackendAPICommandInput,
32
32
  DeleteBackendAPICommandOutput,
33
33
  AmplifyBackendClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class DeleteBackendAPICommand extends DeleteBackendAPICommand_base {
40
42
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AmplifyBackendClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DeleteBackendAuthCommandOutput
19
19
  declare const DeleteBackendAuthCommand_base: {
20
20
  new (
21
21
  input: DeleteBackendAuthCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteBackendAuthCommandInput,
24
24
  DeleteBackendAuthCommandOutput,
25
25
  AmplifyBackendClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteBackendAuthCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteBackendAuthCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteBackendAuthCommandInput,
33
33
  DeleteBackendAuthCommandOutput,
34
34
  AmplifyBackendClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteBackendAuthCommand extends DeleteBackendAuthCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AmplifyBackendClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface DeleteBackendCommandOutput
18
18
  declare const DeleteBackendCommand_base: {
19
19
  new (
20
20
  input: DeleteBackendCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  DeleteBackendCommandInput,
23
23
  DeleteBackendCommandOutput,
24
24
  AmplifyBackendClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const DeleteBackendCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: DeleteBackendCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  DeleteBackendCommandInput,
32
32
  DeleteBackendCommandOutput,
33
33
  AmplifyBackendClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class DeleteBackendCommand extends DeleteBackendCommand_base {
40
42
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AmplifyBackendClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DeleteBackendStorageCommandOutput
19
19
  declare const DeleteBackendStorageCommand_base: {
20
20
  new (
21
21
  input: DeleteBackendStorageCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteBackendStorageCommandInput,
24
24
  DeleteBackendStorageCommandOutput,
25
25
  AmplifyBackendClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteBackendStorageCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteBackendStorageCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteBackendStorageCommandInput,
33
33
  DeleteBackendStorageCommandOutput,
34
34
  AmplifyBackendClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteBackendStorageCommand extends DeleteBackendStorageCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AmplifyBackendClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface DeleteTokenCommandOutput
15
15
  declare const DeleteTokenCommand_base: {
16
16
  new (
17
17
  input: DeleteTokenCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteTokenCommandInput,
20
20
  DeleteTokenCommandOutput,
21
21
  AmplifyBackendClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const DeleteTokenCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: DeleteTokenCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  DeleteTokenCommandInput,
29
29
  DeleteTokenCommandOutput,
30
30
  AmplifyBackendClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class DeleteTokenCommand extends DeleteTokenCommand_base {
37
39
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AmplifyBackendClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GenerateBackendAPIModelsCommandOutput
19
19
  declare const GenerateBackendAPIModelsCommand_base: {
20
20
  new (
21
21
  input: GenerateBackendAPIModelsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GenerateBackendAPIModelsCommandInput,
24
24
  GenerateBackendAPIModelsCommandOutput,
25
25
  AmplifyBackendClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GenerateBackendAPIModelsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GenerateBackendAPIModelsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GenerateBackendAPIModelsCommandInput,
33
33
  GenerateBackendAPIModelsCommandOutput,
34
34
  AmplifyBackendClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GenerateBackendAPIModelsCommand extends GenerateBackendAPIModelsCommand_base {
41
43
  protected static __types: {