@aws-sdk/client-amplifybackend 3.477.0 → 3.481.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 (129) hide show
  1. package/dist-cjs/commands/CloneBackendCommand.js +18 -41
  2. package/dist-cjs/commands/CreateBackendAPICommand.js +18 -41
  3. package/dist-cjs/commands/CreateBackendAuthCommand.js +18 -41
  4. package/dist-cjs/commands/CreateBackendCommand.js +18 -41
  5. package/dist-cjs/commands/CreateBackendConfigCommand.js +18 -41
  6. package/dist-cjs/commands/CreateBackendStorageCommand.js +18 -41
  7. package/dist-cjs/commands/CreateTokenCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteBackendAPICommand.js +18 -41
  9. package/dist-cjs/commands/DeleteBackendAuthCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteBackendCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteBackendStorageCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteTokenCommand.js +18 -41
  13. package/dist-cjs/commands/GenerateBackendAPIModelsCommand.js +18 -41
  14. package/dist-cjs/commands/GetBackendAPICommand.js +18 -41
  15. package/dist-cjs/commands/GetBackendAPIModelsCommand.js +18 -41
  16. package/dist-cjs/commands/GetBackendAuthCommand.js +18 -41
  17. package/dist-cjs/commands/GetBackendCommand.js +18 -41
  18. package/dist-cjs/commands/GetBackendJobCommand.js +18 -41
  19. package/dist-cjs/commands/GetBackendStorageCommand.js +18 -41
  20. package/dist-cjs/commands/GetTokenCommand.js +18 -41
  21. package/dist-cjs/commands/ImportBackendAuthCommand.js +18 -41
  22. package/dist-cjs/commands/ImportBackendStorageCommand.js +18 -41
  23. package/dist-cjs/commands/ListBackendJobsCommand.js +18 -41
  24. package/dist-cjs/commands/ListS3BucketsCommand.js +18 -41
  25. package/dist-cjs/commands/RemoveAllBackendsCommand.js +18 -41
  26. package/dist-cjs/commands/RemoveBackendConfigCommand.js +18 -41
  27. package/dist-cjs/commands/UpdateBackendAPICommand.js +18 -41
  28. package/dist-cjs/commands/UpdateBackendAuthCommand.js +18 -41
  29. package/dist-cjs/commands/UpdateBackendConfigCommand.js +18 -41
  30. package/dist-cjs/commands/UpdateBackendJobCommand.js +18 -41
  31. package/dist-cjs/commands/UpdateBackendStorageCommand.js +18 -41
  32. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  33. package/dist-es/commands/CloneBackendCommand.js +18 -41
  34. package/dist-es/commands/CreateBackendAPICommand.js +18 -41
  35. package/dist-es/commands/CreateBackendAuthCommand.js +18 -41
  36. package/dist-es/commands/CreateBackendCommand.js +18 -41
  37. package/dist-es/commands/CreateBackendConfigCommand.js +18 -41
  38. package/dist-es/commands/CreateBackendStorageCommand.js +18 -41
  39. package/dist-es/commands/CreateTokenCommand.js +18 -41
  40. package/dist-es/commands/DeleteBackendAPICommand.js +18 -41
  41. package/dist-es/commands/DeleteBackendAuthCommand.js +18 -41
  42. package/dist-es/commands/DeleteBackendCommand.js +18 -41
  43. package/dist-es/commands/DeleteBackendStorageCommand.js +18 -41
  44. package/dist-es/commands/DeleteTokenCommand.js +18 -41
  45. package/dist-es/commands/GenerateBackendAPIModelsCommand.js +18 -41
  46. package/dist-es/commands/GetBackendAPICommand.js +18 -41
  47. package/dist-es/commands/GetBackendAPIModelsCommand.js +18 -41
  48. package/dist-es/commands/GetBackendAuthCommand.js +18 -41
  49. package/dist-es/commands/GetBackendCommand.js +18 -41
  50. package/dist-es/commands/GetBackendJobCommand.js +18 -41
  51. package/dist-es/commands/GetBackendStorageCommand.js +18 -41
  52. package/dist-es/commands/GetTokenCommand.js +18 -41
  53. package/dist-es/commands/ImportBackendAuthCommand.js +18 -41
  54. package/dist-es/commands/ImportBackendStorageCommand.js +18 -41
  55. package/dist-es/commands/ListBackendJobsCommand.js +18 -41
  56. package/dist-es/commands/ListS3BucketsCommand.js +18 -41
  57. package/dist-es/commands/RemoveAllBackendsCommand.js +18 -41
  58. package/dist-es/commands/RemoveBackendConfigCommand.js +18 -41
  59. package/dist-es/commands/UpdateBackendAPICommand.js +18 -41
  60. package/dist-es/commands/UpdateBackendAuthCommand.js +18 -41
  61. package/dist-es/commands/UpdateBackendConfigCommand.js +18 -41
  62. package/dist-es/commands/UpdateBackendJobCommand.js +18 -41
  63. package/dist-es/commands/UpdateBackendStorageCommand.js +18 -41
  64. package/dist-es/endpoint/EndpointParameters.js +6 -0
  65. package/dist-types/commands/CloneBackendCommand.d.ts +6 -21
  66. package/dist-types/commands/CreateBackendAPICommand.d.ts +6 -21
  67. package/dist-types/commands/CreateBackendAuthCommand.d.ts +6 -21
  68. package/dist-types/commands/CreateBackendCommand.d.ts +6 -21
  69. package/dist-types/commands/CreateBackendConfigCommand.d.ts +6 -21
  70. package/dist-types/commands/CreateBackendStorageCommand.d.ts +6 -21
  71. package/dist-types/commands/CreateTokenCommand.d.ts +6 -21
  72. package/dist-types/commands/DeleteBackendAPICommand.d.ts +6 -21
  73. package/dist-types/commands/DeleteBackendAuthCommand.d.ts +6 -21
  74. package/dist-types/commands/DeleteBackendCommand.d.ts +6 -21
  75. package/dist-types/commands/DeleteBackendStorageCommand.d.ts +6 -21
  76. package/dist-types/commands/DeleteTokenCommand.d.ts +6 -21
  77. package/dist-types/commands/GenerateBackendAPIModelsCommand.d.ts +6 -21
  78. package/dist-types/commands/GetBackendAPICommand.d.ts +6 -21
  79. package/dist-types/commands/GetBackendAPIModelsCommand.d.ts +6 -21
  80. package/dist-types/commands/GetBackendAuthCommand.d.ts +6 -21
  81. package/dist-types/commands/GetBackendCommand.d.ts +6 -21
  82. package/dist-types/commands/GetBackendJobCommand.d.ts +6 -21
  83. package/dist-types/commands/GetBackendStorageCommand.d.ts +6 -21
  84. package/dist-types/commands/GetTokenCommand.d.ts +6 -21
  85. package/dist-types/commands/ImportBackendAuthCommand.d.ts +6 -21
  86. package/dist-types/commands/ImportBackendStorageCommand.d.ts +6 -21
  87. package/dist-types/commands/ListBackendJobsCommand.d.ts +6 -21
  88. package/dist-types/commands/ListS3BucketsCommand.d.ts +6 -21
  89. package/dist-types/commands/RemoveAllBackendsCommand.d.ts +6 -21
  90. package/dist-types/commands/RemoveBackendConfigCommand.d.ts +6 -21
  91. package/dist-types/commands/UpdateBackendAPICommand.d.ts +6 -21
  92. package/dist-types/commands/UpdateBackendAuthCommand.d.ts +6 -21
  93. package/dist-types/commands/UpdateBackendConfigCommand.d.ts +6 -21
  94. package/dist-types/commands/UpdateBackendJobCommand.d.ts +6 -21
  95. package/dist-types/commands/UpdateBackendStorageCommand.d.ts +6 -21
  96. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  97. package/dist-types/ts3.4/commands/CloneBackendCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/CreateBackendAPICommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/CreateBackendAuthCommand.d.ts +14 -23
  100. package/dist-types/ts3.4/commands/CreateBackendCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/CreateBackendConfigCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/CreateBackendStorageCommand.d.ts +12 -24
  103. package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/DeleteBackendAPICommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/DeleteBackendAuthCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/DeleteBackendCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/DeleteBackendStorageCommand.d.ts +12 -24
  108. package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/GenerateBackendAPIModelsCommand.d.ts +12 -24
  110. package/dist-types/ts3.4/commands/GetBackendAPICommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/GetBackendAPIModelsCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/GetBackendAuthCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/GetBackendCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/GetBackendJobCommand.d.ts +14 -23
  115. package/dist-types/ts3.4/commands/GetBackendStorageCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/commands/GetTokenCommand.d.ts +14 -23
  117. package/dist-types/ts3.4/commands/ImportBackendAuthCommand.d.ts +14 -23
  118. package/dist-types/ts3.4/commands/ImportBackendStorageCommand.d.ts +12 -24
  119. package/dist-types/ts3.4/commands/ListBackendJobsCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/commands/ListS3BucketsCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/RemoveAllBackendsCommand.d.ts +14 -23
  122. package/dist-types/ts3.4/commands/RemoveBackendConfigCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/UpdateBackendAPICommand.d.ts +14 -23
  124. package/dist-types/ts3.4/commands/UpdateBackendAuthCommand.d.ts +14 -23
  125. package/dist-types/ts3.4/commands/UpdateBackendConfigCommand.d.ts +14 -23
  126. package/dist-types/ts3.4/commands/UpdateBackendJobCommand.d.ts +14 -23
  127. package/dist-types/ts3.4/commands/UpdateBackendStorageCommand.d.ts +12 -24
  128. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  129. package/package.json +11 -11
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AmplifyBackendClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GenerateBackendAPIModelsCommandInput
21
15
  export interface GenerateBackendAPIModelsCommandOutput
22
16
  extends GenerateBackendAPIModelsResponse,
23
17
  __MetadataBearer {}
24
- export declare class GenerateBackendAPIModelsCommand extends $Command<
25
- GenerateBackendAPIModelsCommandInput,
26
- GenerateBackendAPIModelsCommandOutput,
27
- AmplifyBackendClientResolvedConfig
28
- > {
29
- readonly input: GenerateBackendAPIModelsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GenerateBackendAPIModelsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AmplifyBackendClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GenerateBackendAPIModelsCommand_base: {
19
+ new (
20
+ input: GenerateBackendAPIModelsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GenerateBackendAPIModelsCommandInput,
38
- GenerateBackendAPIModelsCommandOutput
23
+ GenerateBackendAPIModelsCommandOutput,
24
+ AmplifyBackendClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GenerateBackendAPIModelsCommand extends GenerateBackendAPIModelsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AmplifyBackendClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface GetBackendAPICommandInput extends GetBackendAPIRequest {}
20
14
  export interface GetBackendAPICommandOutput
21
15
  extends GetBackendAPIResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetBackendAPICommand extends $Command<
24
- GetBackendAPICommandInput,
25
- GetBackendAPICommandOutput,
26
- AmplifyBackendClientResolvedConfig
27
- > {
28
- readonly input: GetBackendAPICommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetBackendAPICommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: AmplifyBackendClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetBackendAPICommandInput, GetBackendAPICommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetBackendAPICommand_base: {
18
+ new (
19
+ input: GetBackendAPICommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetBackendAPICommandInput,
22
+ GetBackendAPICommandOutput,
23
+ AmplifyBackendClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetBackendAPICommand extends GetBackendAPICommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AmplifyBackendClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface GetBackendAPIModelsCommandInput
21
15
  export interface GetBackendAPIModelsCommandOutput
22
16
  extends GetBackendAPIModelsResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetBackendAPIModelsCommand extends $Command<
25
- GetBackendAPIModelsCommandInput,
26
- GetBackendAPIModelsCommandOutput,
27
- AmplifyBackendClientResolvedConfig
28
- > {
29
- readonly input: GetBackendAPIModelsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetBackendAPIModelsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AmplifyBackendClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetBackendAPIModelsCommandInput, GetBackendAPIModelsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetBackendAPIModelsCommand_base: {
19
+ new (
20
+ input: GetBackendAPIModelsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetBackendAPIModelsCommandInput,
23
+ GetBackendAPIModelsCommandOutput,
24
+ AmplifyBackendClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetBackendAPIModelsCommand extends GetBackendAPIModelsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AmplifyBackendClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface GetBackendAuthCommandInput extends GetBackendAuthRequest {}
20
14
  export interface GetBackendAuthCommandOutput
21
15
  extends GetBackendAuthResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetBackendAuthCommand extends $Command<
24
- GetBackendAuthCommandInput,
25
- GetBackendAuthCommandOutput,
26
- AmplifyBackendClientResolvedConfig
27
- > {
28
- readonly input: GetBackendAuthCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetBackendAuthCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: AmplifyBackendClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetBackendAuthCommandInput, GetBackendAuthCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetBackendAuthCommand_base: {
18
+ new (
19
+ input: GetBackendAuthCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetBackendAuthCommandInput,
22
+ GetBackendAuthCommandOutput,
23
+ AmplifyBackendClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetBackendAuthCommand extends GetBackendAuthCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AmplifyBackendClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetBackendCommandInput extends GetBackendRequest {}
17
11
  export interface GetBackendCommandOutput
18
12
  extends GetBackendResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetBackendCommand extends $Command<
21
- GetBackendCommandInput,
22
- GetBackendCommandOutput,
23
- AmplifyBackendClientResolvedConfig
24
- > {
25
- readonly input: GetBackendCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetBackendCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: AmplifyBackendClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetBackendCommandInput, GetBackendCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetBackendCommand_base: {
15
+ new (
16
+ input: GetBackendCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetBackendCommandInput,
19
+ GetBackendCommandOutput,
20
+ AmplifyBackendClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetBackendCommand extends GetBackendCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AmplifyBackendClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface GetBackendJobCommandInput extends GetBackendJobRequest {}
20
14
  export interface GetBackendJobCommandOutput
21
15
  extends GetBackendJobResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetBackendJobCommand extends $Command<
24
- GetBackendJobCommandInput,
25
- GetBackendJobCommandOutput,
26
- AmplifyBackendClientResolvedConfig
27
- > {
28
- readonly input: GetBackendJobCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetBackendJobCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: AmplifyBackendClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetBackendJobCommandInput, GetBackendJobCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetBackendJobCommand_base: {
18
+ new (
19
+ input: GetBackendJobCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetBackendJobCommandInput,
22
+ GetBackendJobCommandOutput,
23
+ AmplifyBackendClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetBackendJobCommand extends GetBackendJobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AmplifyBackendClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface GetBackendStorageCommandInput
21
15
  export interface GetBackendStorageCommandOutput
22
16
  extends GetBackendStorageResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetBackendStorageCommand extends $Command<
25
- GetBackendStorageCommandInput,
26
- GetBackendStorageCommandOutput,
27
- AmplifyBackendClientResolvedConfig
28
- > {
29
- readonly input: GetBackendStorageCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetBackendStorageCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AmplifyBackendClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetBackendStorageCommandInput, GetBackendStorageCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetBackendStorageCommand_base: {
19
+ new (
20
+ input: GetBackendStorageCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetBackendStorageCommandInput,
23
+ GetBackendStorageCommandOutput,
24
+ AmplifyBackendClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetBackendStorageCommand extends GetBackendStorageCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AmplifyBackendClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetTokenCommandInput extends GetTokenRequest {}
17
11
  export interface GetTokenCommandOutput
18
12
  extends GetTokenResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetTokenCommand extends $Command<
21
- GetTokenCommandInput,
22
- GetTokenCommandOutput,
23
- AmplifyBackendClientResolvedConfig
24
- > {
25
- readonly input: GetTokenCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetTokenCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: AmplifyBackendClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetTokenCommandInput, GetTokenCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetTokenCommand_base: {
15
+ new (
16
+ input: GetTokenCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetTokenCommandInput,
19
+ GetTokenCommandOutput,
20
+ AmplifyBackendClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetTokenCommand extends GetTokenCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AmplifyBackendClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ImportBackendAuthCommandInput
21
15
  export interface ImportBackendAuthCommandOutput
22
16
  extends ImportBackendAuthResponse,
23
17
  __MetadataBearer {}
24
- export declare class ImportBackendAuthCommand extends $Command<
25
- ImportBackendAuthCommandInput,
26
- ImportBackendAuthCommandOutput,
27
- AmplifyBackendClientResolvedConfig
28
- > {
29
- readonly input: ImportBackendAuthCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ImportBackendAuthCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AmplifyBackendClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ImportBackendAuthCommandInput, ImportBackendAuthCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ImportBackendAuthCommand_base: {
19
+ new (
20
+ input: ImportBackendAuthCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ImportBackendAuthCommandInput,
23
+ ImportBackendAuthCommandOutput,
24
+ AmplifyBackendClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ImportBackendAuthCommand extends ImportBackendAuthCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AmplifyBackendClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ImportBackendStorageCommandInput
21
15
  export interface ImportBackendStorageCommandOutput
22
16
  extends ImportBackendStorageResponse,
23
17
  __MetadataBearer {}
24
- export declare class ImportBackendStorageCommand extends $Command<
25
- ImportBackendStorageCommandInput,
26
- ImportBackendStorageCommandOutput,
27
- AmplifyBackendClientResolvedConfig
28
- > {
29
- readonly input: ImportBackendStorageCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ImportBackendStorageCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AmplifyBackendClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ImportBackendStorageCommand_base: {
19
+ new (
20
+ input: ImportBackendStorageCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ImportBackendStorageCommandInput,
38
- ImportBackendStorageCommandOutput
23
+ ImportBackendStorageCommandOutput,
24
+ AmplifyBackendClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ImportBackendStorageCommand extends ImportBackendStorageCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AmplifyBackendClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface ListBackendJobsCommandInput extends ListBackendJobsRequest {}
20
14
  export interface ListBackendJobsCommandOutput
21
15
  extends ListBackendJobsResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListBackendJobsCommand extends $Command<
24
- ListBackendJobsCommandInput,
25
- ListBackendJobsCommandOutput,
26
- AmplifyBackendClientResolvedConfig
27
- > {
28
- readonly input: ListBackendJobsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListBackendJobsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: AmplifyBackendClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListBackendJobsCommandInput, ListBackendJobsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListBackendJobsCommand_base: {
18
+ new (
19
+ input: ListBackendJobsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListBackendJobsCommandInput,
22
+ ListBackendJobsCommandOutput,
23
+ AmplifyBackendClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListBackendJobsCommand extends ListBackendJobsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AmplifyBackendClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface ListS3BucketsCommandInput extends ListS3BucketsRequest {}
20
14
  export interface ListS3BucketsCommandOutput
21
15
  extends ListS3BucketsResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListS3BucketsCommand extends $Command<
24
- ListS3BucketsCommandInput,
25
- ListS3BucketsCommandOutput,
26
- AmplifyBackendClientResolvedConfig
27
- > {
28
- readonly input: ListS3BucketsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListS3BucketsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: AmplifyBackendClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListS3BucketsCommandInput, ListS3BucketsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListS3BucketsCommand_base: {
18
+ new (
19
+ input: ListS3BucketsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListS3BucketsCommandInput,
22
+ ListS3BucketsCommandOutput,
23
+ AmplifyBackendClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListS3BucketsCommand extends ListS3BucketsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AmplifyBackendClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface RemoveAllBackendsCommandInput
21
15
  export interface RemoveAllBackendsCommandOutput
22
16
  extends RemoveAllBackendsResponse,
23
17
  __MetadataBearer {}
24
- export declare class RemoveAllBackendsCommand extends $Command<
25
- RemoveAllBackendsCommandInput,
26
- RemoveAllBackendsCommandOutput,
27
- AmplifyBackendClientResolvedConfig
28
- > {
29
- readonly input: RemoveAllBackendsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: RemoveAllBackendsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AmplifyBackendClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<RemoveAllBackendsCommandInput, RemoveAllBackendsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const RemoveAllBackendsCommand_base: {
19
+ new (
20
+ input: RemoveAllBackendsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ RemoveAllBackendsCommandInput,
23
+ RemoveAllBackendsCommandOutput,
24
+ AmplifyBackendClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class RemoveAllBackendsCommand extends RemoveAllBackendsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AmplifyBackendClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface RemoveBackendConfigCommandInput
21
15
  export interface RemoveBackendConfigCommandOutput
22
16
  extends RemoveBackendConfigResponse,
23
17
  __MetadataBearer {}
24
- export declare class RemoveBackendConfigCommand extends $Command<
25
- RemoveBackendConfigCommandInput,
26
- RemoveBackendConfigCommandOutput,
27
- AmplifyBackendClientResolvedConfig
28
- > {
29
- readonly input: RemoveBackendConfigCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: RemoveBackendConfigCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AmplifyBackendClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<RemoveBackendConfigCommandInput, RemoveBackendConfigCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const RemoveBackendConfigCommand_base: {
19
+ new (
20
+ input: RemoveBackendConfigCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ RemoveBackendConfigCommandInput,
23
+ RemoveBackendConfigCommandOutput,
24
+ AmplifyBackendClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class RemoveBackendConfigCommand extends RemoveBackendConfigCommand_base {}