@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,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
4
  import { UpdateBackendStorageRequest, UpdateBackendStorageResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateBackendStorageCommandInput extends UpdateBackendStorageRe
21
20
  */
22
21
  export interface UpdateBackendStorageCommandOutput extends UpdateBackendStorageResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateBackendStorageCommand_base: {
24
+ new (input: UpdateBackendStorageCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBackendStorageCommandInput, UpdateBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates an existing backend storage resource.</p>
@@ -79,23 +82,5 @@ export interface UpdateBackendStorageCommandOutput extends UpdateBackendStorageR
79
82
  * <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
80
83
  *
81
84
  */
82
- export declare class UpdateBackendStorageCommand extends $Command<UpdateBackendStorageCommandInput, UpdateBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig> {
83
- readonly input: UpdateBackendStorageCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: UpdateBackendStorageCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBackendStorageCommandInput, UpdateBackendStorageCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class UpdateBackendStorageCommand extends UpdateBackendStorageCommand_base {
101
86
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -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 CloneBackendCommandInput extends CloneBackendRequest {}
17
11
  export interface CloneBackendCommandOutput
18
12
  extends CloneBackendResponse,
19
13
  __MetadataBearer {}
20
- export declare class CloneBackendCommand extends $Command<
21
- CloneBackendCommandInput,
22
- CloneBackendCommandOutput,
23
- AmplifyBackendClientResolvedConfig
24
- > {
25
- readonly input: CloneBackendCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CloneBackendCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: AmplifyBackendClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CloneBackendCommandInput, CloneBackendCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CloneBackendCommand_base: {
15
+ new (
16
+ input: CloneBackendCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CloneBackendCommandInput,
19
+ CloneBackendCommandOutput,
20
+ AmplifyBackendClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CloneBackendCommand extends CloneBackendCommand_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 CreateBackendAPICommandInput extends CreateBackendAPIRequest {}
20
14
  export interface CreateBackendAPICommandOutput
21
15
  extends CreateBackendAPIResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateBackendAPICommand extends $Command<
24
- CreateBackendAPICommandInput,
25
- CreateBackendAPICommandOutput,
26
- AmplifyBackendClientResolvedConfig
27
- > {
28
- readonly input: CreateBackendAPICommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateBackendAPICommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: AmplifyBackendClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateBackendAPICommandInput, CreateBackendAPICommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateBackendAPICommand_base: {
18
+ new (
19
+ input: CreateBackendAPICommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateBackendAPICommandInput,
22
+ CreateBackendAPICommandOutput,
23
+ AmplifyBackendClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateBackendAPICommand extends CreateBackendAPICommand_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 CreateBackendAuthCommandInput
21
15
  export interface CreateBackendAuthCommandOutput
22
16
  extends CreateBackendAuthResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateBackendAuthCommand extends $Command<
25
- CreateBackendAuthCommandInput,
26
- CreateBackendAuthCommandOutput,
27
- AmplifyBackendClientResolvedConfig
28
- > {
29
- readonly input: CreateBackendAuthCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateBackendAuthCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AmplifyBackendClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateBackendAuthCommandInput, CreateBackendAuthCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateBackendAuthCommand_base: {
19
+ new (
20
+ input: CreateBackendAuthCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateBackendAuthCommandInput,
23
+ CreateBackendAuthCommandOutput,
24
+ AmplifyBackendClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateBackendAuthCommand extends CreateBackendAuthCommand_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 CreateBackendCommandInput extends CreateBackendRequest {}
20
14
  export interface CreateBackendCommandOutput
21
15
  extends CreateBackendResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateBackendCommand extends $Command<
24
- CreateBackendCommandInput,
25
- CreateBackendCommandOutput,
26
- AmplifyBackendClientResolvedConfig
27
- > {
28
- readonly input: CreateBackendCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateBackendCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: AmplifyBackendClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateBackendCommandInput, CreateBackendCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateBackendCommand_base: {
18
+ new (
19
+ input: CreateBackendCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateBackendCommandInput,
22
+ CreateBackendCommandOutput,
23
+ AmplifyBackendClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateBackendCommand extends CreateBackendCommand_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 CreateBackendConfigCommandInput
21
15
  export interface CreateBackendConfigCommandOutput
22
16
  extends CreateBackendConfigResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateBackendConfigCommand extends $Command<
25
- CreateBackendConfigCommandInput,
26
- CreateBackendConfigCommandOutput,
27
- AmplifyBackendClientResolvedConfig
28
- > {
29
- readonly input: CreateBackendConfigCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateBackendConfigCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AmplifyBackendClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateBackendConfigCommandInput, CreateBackendConfigCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateBackendConfigCommand_base: {
19
+ new (
20
+ input: CreateBackendConfigCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateBackendConfigCommandInput,
23
+ CreateBackendConfigCommandOutput,
24
+ AmplifyBackendClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateBackendConfigCommand extends CreateBackendConfigCommand_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 CreateBackendStorageCommandInput
21
15
  export interface CreateBackendStorageCommandOutput
22
16
  extends CreateBackendStorageResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateBackendStorageCommand extends $Command<
25
- CreateBackendStorageCommandInput,
26
- CreateBackendStorageCommandOutput,
27
- AmplifyBackendClientResolvedConfig
28
- > {
29
- readonly input: CreateBackendStorageCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateBackendStorageCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AmplifyBackendClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateBackendStorageCommand_base: {
19
+ new (
20
+ input: CreateBackendStorageCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateBackendStorageCommandInput,
38
- CreateBackendStorageCommandOutput
23
+ CreateBackendStorageCommandOutput,
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 CreateBackendStorageCommand extends CreateBackendStorageCommand_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 CreateTokenCommandInput extends CreateTokenRequest {}
17
11
  export interface CreateTokenCommandOutput
18
12
  extends CreateTokenResponse,
19
13
  __MetadataBearer {}
20
- export declare class CreateTokenCommand extends $Command<
21
- CreateTokenCommandInput,
22
- CreateTokenCommandOutput,
23
- AmplifyBackendClientResolvedConfig
24
- > {
25
- readonly input: CreateTokenCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateTokenCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: AmplifyBackendClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateTokenCommandInput, CreateTokenCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateTokenCommand_base: {
15
+ new (
16
+ input: CreateTokenCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateTokenCommandInput,
19
+ CreateTokenCommandOutput,
20
+ AmplifyBackendClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateTokenCommand extends CreateTokenCommand_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 DeleteBackendAPICommandInput extends DeleteBackendAPIRequest {}
20
14
  export interface DeleteBackendAPICommandOutput
21
15
  extends DeleteBackendAPIResponse,
22
16
  __MetadataBearer {}
23
- export declare class DeleteBackendAPICommand extends $Command<
24
- DeleteBackendAPICommandInput,
25
- DeleteBackendAPICommandOutput,
26
- AmplifyBackendClientResolvedConfig
27
- > {
28
- readonly input: DeleteBackendAPICommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DeleteBackendAPICommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: AmplifyBackendClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DeleteBackendAPICommandInput, DeleteBackendAPICommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DeleteBackendAPICommand_base: {
18
+ new (
19
+ input: DeleteBackendAPICommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DeleteBackendAPICommandInput,
22
+ DeleteBackendAPICommandOutput,
23
+ AmplifyBackendClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DeleteBackendAPICommand extends DeleteBackendAPICommand_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 DeleteBackendAuthCommandInput
21
15
  export interface DeleteBackendAuthCommandOutput
22
16
  extends DeleteBackendAuthResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteBackendAuthCommand extends $Command<
25
- DeleteBackendAuthCommandInput,
26
- DeleteBackendAuthCommandOutput,
27
- AmplifyBackendClientResolvedConfig
28
- > {
29
- readonly input: DeleteBackendAuthCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteBackendAuthCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AmplifyBackendClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DeleteBackendAuthCommandInput, DeleteBackendAuthCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DeleteBackendAuthCommand_base: {
19
+ new (
20
+ input: DeleteBackendAuthCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DeleteBackendAuthCommandInput,
23
+ DeleteBackendAuthCommandOutput,
24
+ AmplifyBackendClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteBackendAuthCommand extends DeleteBackendAuthCommand_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 DeleteBackendCommandInput extends DeleteBackendRequest {}
20
14
  export interface DeleteBackendCommandOutput
21
15
  extends DeleteBackendResponse,
22
16
  __MetadataBearer {}
23
- export declare class DeleteBackendCommand extends $Command<
24
- DeleteBackendCommandInput,
25
- DeleteBackendCommandOutput,
26
- AmplifyBackendClientResolvedConfig
27
- > {
28
- readonly input: DeleteBackendCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DeleteBackendCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: AmplifyBackendClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DeleteBackendCommandInput, DeleteBackendCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DeleteBackendCommand_base: {
18
+ new (
19
+ input: DeleteBackendCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DeleteBackendCommandInput,
22
+ DeleteBackendCommandOutput,
23
+ AmplifyBackendClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DeleteBackendCommand extends DeleteBackendCommand_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 DeleteBackendStorageCommandInput
21
15
  export interface DeleteBackendStorageCommandOutput
22
16
  extends DeleteBackendStorageResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteBackendStorageCommand extends $Command<
25
- DeleteBackendStorageCommandInput,
26
- DeleteBackendStorageCommandOutput,
27
- AmplifyBackendClientResolvedConfig
28
- > {
29
- readonly input: DeleteBackendStorageCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteBackendStorageCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: AmplifyBackendClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteBackendStorageCommand_base: {
19
+ new (
20
+ input: DeleteBackendStorageCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteBackendStorageCommandInput,
38
- DeleteBackendStorageCommandOutput
23
+ DeleteBackendStorageCommandOutput,
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 DeleteBackendStorageCommand extends DeleteBackendStorageCommand_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 DeleteTokenCommandInput extends DeleteTokenRequest {}
17
11
  export interface DeleteTokenCommandOutput
18
12
  extends DeleteTokenResponse,
19
13
  __MetadataBearer {}
20
- export declare class DeleteTokenCommand extends $Command<
21
- DeleteTokenCommandInput,
22
- DeleteTokenCommandOutput,
23
- AmplifyBackendClientResolvedConfig
24
- > {
25
- readonly input: DeleteTokenCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteTokenCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: AmplifyBackendClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DeleteTokenCommandInput, DeleteTokenCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DeleteTokenCommand_base: {
15
+ new (
16
+ input: DeleteTokenCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DeleteTokenCommandInput,
19
+ DeleteTokenCommandOutput,
20
+ AmplifyBackendClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteTokenCommand extends DeleteTokenCommand_base {}