@aws-sdk/client-amplifybackend 3.1045.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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  AmplifyBackendClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface GetBackendAPICommandOutput
18
18
  declare const GetBackendAPICommand_base: {
19
19
  new (
20
20
  input: GetBackendAPICommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetBackendAPICommandInput,
23
23
  GetBackendAPICommandOutput,
24
24
  AmplifyBackendClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetBackendAPICommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GetBackendAPICommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetBackendAPICommandInput,
32
32
  GetBackendAPICommandOutput,
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 GetBackendAPICommand extends GetBackendAPICommand_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 GetBackendAPIModelsCommandOutput
19
19
  declare const GetBackendAPIModelsCommand_base: {
20
20
  new (
21
21
  input: GetBackendAPIModelsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetBackendAPIModelsCommandInput,
24
24
  GetBackendAPIModelsCommandOutput,
25
25
  AmplifyBackendClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetBackendAPIModelsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetBackendAPIModelsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetBackendAPIModelsCommandInput,
33
33
  GetBackendAPIModelsCommandOutput,
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 GetBackendAPIModelsCommand extends GetBackendAPIModelsCommand_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 GetBackendAuthCommandOutput
18
18
  declare const GetBackendAuthCommand_base: {
19
19
  new (
20
20
  input: GetBackendAuthCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetBackendAuthCommandInput,
23
23
  GetBackendAuthCommandOutput,
24
24
  AmplifyBackendClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetBackendAuthCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GetBackendAuthCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetBackendAuthCommandInput,
32
32
  GetBackendAuthCommandOutput,
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 GetBackendAuthCommand extends GetBackendAuthCommand_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,
@@ -15,7 +15,7 @@ export interface GetBackendCommandOutput
15
15
  declare const GetBackendCommand_base: {
16
16
  new (
17
17
  input: GetBackendCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  GetBackendCommandInput,
20
20
  GetBackendCommandOutput,
21
21
  AmplifyBackendClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const GetBackendCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: GetBackendCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  GetBackendCommandInput,
29
29
  GetBackendCommandOutput,
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 GetBackendCommand extends GetBackendCommand_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 GetBackendJobCommandOutput
18
18
  declare const GetBackendJobCommand_base: {
19
19
  new (
20
20
  input: GetBackendJobCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetBackendJobCommandInput,
23
23
  GetBackendJobCommandOutput,
24
24
  AmplifyBackendClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetBackendJobCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GetBackendJobCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetBackendJobCommandInput,
32
32
  GetBackendJobCommandOutput,
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 GetBackendJobCommand extends GetBackendJobCommand_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 GetBackendStorageCommandOutput
19
19
  declare const GetBackendStorageCommand_base: {
20
20
  new (
21
21
  input: GetBackendStorageCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetBackendStorageCommandInput,
24
24
  GetBackendStorageCommandOutput,
25
25
  AmplifyBackendClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetBackendStorageCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetBackendStorageCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetBackendStorageCommandInput,
33
33
  GetBackendStorageCommandOutput,
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 GetBackendStorageCommand extends GetBackendStorageCommand_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,
@@ -13,25 +13,23 @@ export interface GetTokenCommandOutput
13
13
  extends GetTokenResponse,
14
14
  __MetadataBearer {}
15
15
  declare const GetTokenCommand_base: {
16
- new (
17
- input: GetTokenCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
16
+ new (input: GetTokenCommandInput): import("@smithy/core/client").CommandImpl<
19
17
  GetTokenCommandInput,
20
18
  GetTokenCommandOutput,
21
19
  AmplifyBackendClientResolvedConfig,
22
20
  ServiceInputTypes,
23
21
  ServiceOutputTypes
24
22
  >;
25
- new (
26
- input: GetTokenCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
23
+ new (input: GetTokenCommandInput): import("@smithy/core/client").CommandImpl<
28
24
  GetTokenCommandInput,
29
25
  GetTokenCommandOutput,
30
26
  AmplifyBackendClientResolvedConfig,
31
27
  ServiceInputTypes,
32
28
  ServiceOutputTypes
33
29
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
30
+ getEndpointParameterInstructions(): {
31
+ [x: string]: unknown;
32
+ };
35
33
  };
36
34
  export declare class GetTokenCommand extends GetTokenCommand_base {
37
35
  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 ImportBackendAuthCommandOutput
19
19
  declare const ImportBackendAuthCommand_base: {
20
20
  new (
21
21
  input: ImportBackendAuthCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ImportBackendAuthCommandInput,
24
24
  ImportBackendAuthCommandOutput,
25
25
  AmplifyBackendClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ImportBackendAuthCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ImportBackendAuthCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ImportBackendAuthCommandInput,
33
33
  ImportBackendAuthCommandOutput,
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 ImportBackendAuthCommand extends ImportBackendAuthCommand_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 ImportBackendStorageCommandOutput
19
19
  declare const ImportBackendStorageCommand_base: {
20
20
  new (
21
21
  input: ImportBackendStorageCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ImportBackendStorageCommandInput,
24
24
  ImportBackendStorageCommandOutput,
25
25
  AmplifyBackendClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ImportBackendStorageCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ImportBackendStorageCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ImportBackendStorageCommandInput,
33
33
  ImportBackendStorageCommandOutput,
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 ImportBackendStorageCommand extends ImportBackendStorageCommand_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 ListBackendJobsCommandOutput
18
18
  declare const ListBackendJobsCommand_base: {
19
19
  new (
20
20
  input: ListBackendJobsCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  ListBackendJobsCommandInput,
23
23
  ListBackendJobsCommandOutput,
24
24
  AmplifyBackendClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const ListBackendJobsCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: ListBackendJobsCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  ListBackendJobsCommandInput,
32
32
  ListBackendJobsCommandOutput,
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 ListBackendJobsCommand extends ListBackendJobsCommand_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,
@@ -18,7 +18,7 @@ export interface ListS3BucketsCommandOutput
18
18
  declare const ListS3BucketsCommand_base: {
19
19
  new (
20
20
  input: ListS3BucketsCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  ListS3BucketsCommandInput,
23
23
  ListS3BucketsCommandOutput,
24
24
  AmplifyBackendClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const ListS3BucketsCommand_base: {
27
27
  >;
28
28
  new (
29
29
  ...[input]: [] | [ListS3BucketsCommandInput]
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  ListS3BucketsCommandInput,
32
32
  ListS3BucketsCommandOutput,
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 ListS3BucketsCommand extends ListS3BucketsCommand_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 RemoveAllBackendsCommandOutput
19
19
  declare const RemoveAllBackendsCommand_base: {
20
20
  new (
21
21
  input: RemoveAllBackendsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  RemoveAllBackendsCommandInput,
24
24
  RemoveAllBackendsCommandOutput,
25
25
  AmplifyBackendClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const RemoveAllBackendsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: RemoveAllBackendsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  RemoveAllBackendsCommandInput,
33
33
  RemoveAllBackendsCommandOutput,
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 RemoveAllBackendsCommand extends RemoveAllBackendsCommand_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 RemoveBackendConfigCommandOutput
19
19
  declare const RemoveBackendConfigCommand_base: {
20
20
  new (
21
21
  input: RemoveBackendConfigCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  RemoveBackendConfigCommandInput,
24
24
  RemoveBackendConfigCommandOutput,
25
25
  AmplifyBackendClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const RemoveBackendConfigCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: RemoveBackendConfigCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  RemoveBackendConfigCommandInput,
33
33
  RemoveBackendConfigCommandOutput,
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 RemoveBackendConfigCommand extends RemoveBackendConfigCommand_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 UpdateBackendAPICommandOutput
18
18
  declare const UpdateBackendAPICommand_base: {
19
19
  new (
20
20
  input: UpdateBackendAPICommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  UpdateBackendAPICommandInput,
23
23
  UpdateBackendAPICommandOutput,
24
24
  AmplifyBackendClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const UpdateBackendAPICommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: UpdateBackendAPICommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  UpdateBackendAPICommandInput,
32
32
  UpdateBackendAPICommandOutput,
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 UpdateBackendAPICommand extends UpdateBackendAPICommand_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 UpdateBackendAuthCommandOutput
19
19
  declare const UpdateBackendAuthCommand_base: {
20
20
  new (
21
21
  input: UpdateBackendAuthCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  UpdateBackendAuthCommandInput,
24
24
  UpdateBackendAuthCommandOutput,
25
25
  AmplifyBackendClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const UpdateBackendAuthCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: UpdateBackendAuthCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  UpdateBackendAuthCommandInput,
33
33
  UpdateBackendAuthCommandOutput,
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 UpdateBackendAuthCommand extends UpdateBackendAuthCommand_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 UpdateBackendConfigCommandOutput
19
19
  declare const UpdateBackendConfigCommand_base: {
20
20
  new (
21
21
  input: UpdateBackendConfigCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  UpdateBackendConfigCommandInput,
24
24
  UpdateBackendConfigCommandOutput,
25
25
  AmplifyBackendClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const UpdateBackendConfigCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: UpdateBackendConfigCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  UpdateBackendConfigCommandInput,
33
33
  UpdateBackendConfigCommandOutput,
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 UpdateBackendConfigCommand extends UpdateBackendConfigCommand_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 UpdateBackendJobCommandOutput
18
18
  declare const UpdateBackendJobCommand_base: {
19
19
  new (
20
20
  input: UpdateBackendJobCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  UpdateBackendJobCommandInput,
23
23
  UpdateBackendJobCommandOutput,
24
24
  AmplifyBackendClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const UpdateBackendJobCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: UpdateBackendJobCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  UpdateBackendJobCommandInput,
32
32
  UpdateBackendJobCommandOutput,
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 UpdateBackendJobCommand extends UpdateBackendJobCommand_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 UpdateBackendStorageCommandOutput
19
19
  declare const UpdateBackendStorageCommand_base: {
20
20
  new (
21
21
  input: UpdateBackendStorageCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  UpdateBackendStorageCommandInput,
24
24
  UpdateBackendStorageCommandOutput,
25
25
  AmplifyBackendClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const UpdateBackendStorageCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: UpdateBackendStorageCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  UpdateBackendStorageCommandInput,
33
33
  UpdateBackendStorageCommandOutput,
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 UpdateBackendStorageCommand extends UpdateBackendStorageCommand_base {
41
43
  protected static __types: {
@@ -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 { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface AmplifyBackendExtensionConfiguration
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ServiceExceptionOptions as __ServiceExceptionOptions,
3
3
  ServiceException as __ServiceException,
4
- } from "@smithy/smithy-client";
4
+ } from "@smithy/core/client";
5
5
  export { __ServiceExceptionOptions };
6
6
  export { __ServiceException };
7
7
  export declare class AmplifyBackendServiceException extends __ServiceException {
@@ -1,4 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import { AmplifyBackendServiceException as __BaseException } from "./AmplifyBackendServiceException";
3
3
  export declare class BadRequestException extends __BaseException {
4
4
  readonly name: "BadRequestException";