@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 { GetBackendRequest, GetBackendResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetBackendCommandInput extends GetBackendRequest {
21
20
  */
22
21
  export interface GetBackendCommandOutput extends GetBackendResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetBackendCommand_base: {
24
+ new (input: GetBackendCommandInput): import("@smithy/smithy-client").CommandImpl<GetBackendCommandInput, GetBackendCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Provides project-level details for your Amplify UI project.</p>
@@ -72,23 +75,5 @@ export interface GetBackendCommandOutput extends GetBackendResponse, __MetadataB
72
75
  * <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
73
76
  *
74
77
  */
75
- export declare class GetBackendCommand extends $Command<GetBackendCommandInput, GetBackendCommandOutput, AmplifyBackendClientResolvedConfig> {
76
- readonly input: GetBackendCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: GetBackendCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBackendCommandInput, GetBackendCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class GetBackendCommand extends GetBackendCommand_base {
94
79
  }
@@ -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 { GetBackendJobRequest, GetBackendJobResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetBackendJobCommandInput extends GetBackendJobRequest {
21
20
  */
22
21
  export interface GetBackendJobCommandOutput extends GetBackendJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetBackendJobCommand_base: {
24
+ new (input: GetBackendJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetBackendJobCommandInput, GetBackendJobCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about a specific job.</p>
@@ -72,23 +75,5 @@ export interface GetBackendJobCommandOutput extends GetBackendJobResponse, __Met
72
75
  * <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
73
76
  *
74
77
  */
75
- export declare class GetBackendJobCommand extends $Command<GetBackendJobCommandInput, GetBackendJobCommandOutput, AmplifyBackendClientResolvedConfig> {
76
- readonly input: GetBackendJobCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: GetBackendJobCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBackendJobCommandInput, GetBackendJobCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class GetBackendJobCommand extends GetBackendJobCommand_base {
94
79
  }
@@ -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 { GetBackendStorageRequest, GetBackendStorageResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetBackendStorageCommandInput extends GetBackendStorageRequest
21
20
  */
22
21
  export interface GetBackendStorageCommandOutput extends GetBackendStorageResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetBackendStorageCommand_base: {
24
+ new (input: GetBackendStorageCommandInput): import("@smithy/smithy-client").CommandImpl<GetBackendStorageCommandInput, GetBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets details for a backend storage resource.</p>
@@ -80,23 +83,5 @@ export interface GetBackendStorageCommandOutput extends GetBackendStorageRespons
80
83
  * <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
81
84
  *
82
85
  */
83
- export declare class GetBackendStorageCommand extends $Command<GetBackendStorageCommandInput, GetBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig> {
84
- readonly input: GetBackendStorageCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: GetBackendStorageCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBackendStorageCommandInput, GetBackendStorageCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class GetBackendStorageCommand extends GetBackendStorageCommand_base {
102
87
  }
@@ -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 { GetTokenRequest, GetTokenResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetTokenCommandInput extends GetTokenRequest {
21
20
  */
22
21
  export interface GetTokenCommandOutput extends GetTokenResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetTokenCommand_base: {
24
+ new (input: GetTokenCommandInput): import("@smithy/smithy-client").CommandImpl<GetTokenCommandInput, GetTokenCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the challenge token based on the given appId and sessionId.</p>
@@ -67,23 +70,5 @@ export interface GetTokenCommandOutput extends GetTokenResponse, __MetadataBeare
67
70
  * <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
68
71
  *
69
72
  */
70
- export declare class GetTokenCommand extends $Command<GetTokenCommandInput, GetTokenCommandOutput, AmplifyBackendClientResolvedConfig> {
71
- readonly input: GetTokenCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: GetTokenCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTokenCommandInput, GetTokenCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class GetTokenCommand extends GetTokenCommand_base {
89
74
  }
@@ -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 { ImportBackendAuthRequest, ImportBackendAuthResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ImportBackendAuthCommandInput extends ImportBackendAuthRequest
21
20
  */
22
21
  export interface ImportBackendAuthCommandOutput extends ImportBackendAuthResponse, __MetadataBearer {
23
22
  }
23
+ declare const ImportBackendAuthCommand_base: {
24
+ new (input: ImportBackendAuthCommandInput): import("@smithy/smithy-client").CommandImpl<ImportBackendAuthCommandInput, ImportBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Imports an existing backend authentication resource.</p>
@@ -73,23 +76,5 @@ export interface ImportBackendAuthCommandOutput extends ImportBackendAuthRespons
73
76
  * <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
74
77
  *
75
78
  */
76
- export declare class ImportBackendAuthCommand extends $Command<ImportBackendAuthCommandInput, ImportBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig> {
77
- readonly input: ImportBackendAuthCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: ImportBackendAuthCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportBackendAuthCommandInput, ImportBackendAuthCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class ImportBackendAuthCommand extends ImportBackendAuthCommand_base {
95
80
  }
@@ -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 { ImportBackendStorageRequest, ImportBackendStorageResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ImportBackendStorageCommandInput extends ImportBackendStorageRe
21
20
  */
22
21
  export interface ImportBackendStorageCommandOutput extends ImportBackendStorageResponse, __MetadataBearer {
23
22
  }
23
+ declare const ImportBackendStorageCommand_base: {
24
+ new (input: ImportBackendStorageCommandInput): import("@smithy/smithy-client").CommandImpl<ImportBackendStorageCommandInput, ImportBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Imports an existing backend storage resource.</p>
@@ -69,23 +72,5 @@ export interface ImportBackendStorageCommandOutput extends ImportBackendStorageR
69
72
  * <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
70
73
  *
71
74
  */
72
- export declare class ImportBackendStorageCommand extends $Command<ImportBackendStorageCommandInput, ImportBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig> {
73
- readonly input: ImportBackendStorageCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: ImportBackendStorageCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportBackendStorageCommandInput, ImportBackendStorageCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class ImportBackendStorageCommand extends ImportBackendStorageCommand_base {
91
76
  }
@@ -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 { ListBackendJobsRequest, ListBackendJobsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListBackendJobsCommandInput extends ListBackendJobsRequest {
21
20
  */
22
21
  export interface ListBackendJobsCommandOutput extends ListBackendJobsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListBackendJobsCommand_base: {
24
+ new (input: ListBackendJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBackendJobsCommandInput, ListBackendJobsCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the jobs for the backend of an Amplify app.</p>
@@ -81,23 +84,5 @@ export interface ListBackendJobsCommandOutput extends ListBackendJobsResponse, _
81
84
  * <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
82
85
  *
83
86
  */
84
- export declare class ListBackendJobsCommand extends $Command<ListBackendJobsCommandInput, ListBackendJobsCommandOutput, AmplifyBackendClientResolvedConfig> {
85
- readonly input: ListBackendJobsCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: ListBackendJobsCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBackendJobsCommandInput, ListBackendJobsCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class ListBackendJobsCommand extends ListBackendJobsCommand_base {
103
88
  }
@@ -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 { ListS3BucketsRequest, ListS3BucketsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListS3BucketsCommandInput extends ListS3BucketsRequest {
21
20
  */
22
21
  export interface ListS3BucketsCommandOutput extends ListS3BucketsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListS3BucketsCommand_base: {
24
+ new (input: ListS3BucketsCommandInput): import("@smithy/smithy-client").CommandImpl<ListS3BucketsCommandInput, ListS3BucketsCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>The list of S3 buckets in your account.</p>
@@ -69,23 +72,5 @@ export interface ListS3BucketsCommandOutput extends ListS3BucketsResponse, __Met
69
72
  * <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
70
73
  *
71
74
  */
72
- export declare class ListS3BucketsCommand extends $Command<ListS3BucketsCommandInput, ListS3BucketsCommandOutput, AmplifyBackendClientResolvedConfig> {
73
- readonly input: ListS3BucketsCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: ListS3BucketsCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListS3BucketsCommandInput, ListS3BucketsCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class ListS3BucketsCommand extends ListS3BucketsCommand_base {
91
76
  }
@@ -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 { RemoveAllBackendsRequest, RemoveAllBackendsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RemoveAllBackendsCommandInput extends RemoveAllBackendsRequest
21
20
  */
22
21
  export interface RemoveAllBackendsCommandOutput extends RemoveAllBackendsResponse, __MetadataBearer {
23
22
  }
23
+ declare const RemoveAllBackendsCommand_base: {
24
+ new (input: RemoveAllBackendsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveAllBackendsCommandInput, RemoveAllBackendsCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes all backend environments from your Amplify project.</p>
@@ -68,23 +71,5 @@ export interface RemoveAllBackendsCommandOutput extends RemoveAllBackendsRespons
68
71
  * <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
69
72
  *
70
73
  */
71
- export declare class RemoveAllBackendsCommand extends $Command<RemoveAllBackendsCommandInput, RemoveAllBackendsCommandOutput, AmplifyBackendClientResolvedConfig> {
72
- readonly input: RemoveAllBackendsCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: RemoveAllBackendsCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveAllBackendsCommandInput, RemoveAllBackendsCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class RemoveAllBackendsCommand extends RemoveAllBackendsCommand_base {
90
75
  }
@@ -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 { RemoveBackendConfigRequest, RemoveBackendConfigResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RemoveBackendConfigCommandInput extends RemoveBackendConfigRequ
21
20
  */
22
21
  export interface RemoveBackendConfigCommandOutput extends RemoveBackendConfigResponse, __MetadataBearer {
23
22
  }
23
+ declare const RemoveBackendConfigCommand_base: {
24
+ new (input: RemoveBackendConfigCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveBackendConfigCommandInput, RemoveBackendConfigCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes the AWS resources required to access the Amplify Admin UI.</p>
@@ -63,23 +66,5 @@ export interface RemoveBackendConfigCommandOutput extends RemoveBackendConfigRes
63
66
  * <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
64
67
  *
65
68
  */
66
- export declare class RemoveBackendConfigCommand extends $Command<RemoveBackendConfigCommandInput, RemoveBackendConfigCommandOutput, AmplifyBackendClientResolvedConfig> {
67
- readonly input: RemoveBackendConfigCommandInput;
68
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
- /**
70
- * @public
71
- */
72
- constructor(input: RemoveBackendConfigCommandInput);
73
- /**
74
- * @internal
75
- */
76
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveBackendConfigCommandInput, RemoveBackendConfigCommandOutput>;
77
- /**
78
- * @internal
79
- */
80
- private serialize;
81
- /**
82
- * @internal
83
- */
84
- private deserialize;
69
+ export declare class RemoveBackendConfigCommand extends RemoveBackendConfigCommand_base {
85
70
  }
@@ -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 { UpdateBackendAPIRequest, UpdateBackendAPIResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateBackendAPICommandInput extends UpdateBackendAPIRequest {
21
20
  */
22
21
  export interface UpdateBackendAPICommandOutput extends UpdateBackendAPIResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateBackendAPICommand_base: {
24
+ new (input: UpdateBackendAPICommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBackendAPICommandInput, UpdateBackendAPICommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates an existing backend API resource.</p>
@@ -106,23 +109,5 @@ export interface UpdateBackendAPICommandOutput extends UpdateBackendAPIResponse,
106
109
  * <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
107
110
  *
108
111
  */
109
- export declare class UpdateBackendAPICommand extends $Command<UpdateBackendAPICommandInput, UpdateBackendAPICommandOutput, AmplifyBackendClientResolvedConfig> {
110
- readonly input: UpdateBackendAPICommandInput;
111
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
112
- /**
113
- * @public
114
- */
115
- constructor(input: UpdateBackendAPICommandInput);
116
- /**
117
- * @internal
118
- */
119
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBackendAPICommandInput, UpdateBackendAPICommandOutput>;
120
- /**
121
- * @internal
122
- */
123
- private serialize;
124
- /**
125
- * @internal
126
- */
127
- private deserialize;
112
+ export declare class UpdateBackendAPICommand extends UpdateBackendAPICommand_base {
128
113
  }
@@ -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 { UpdateBackendAuthRequest, UpdateBackendAuthResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateBackendAuthCommandInput extends UpdateBackendAuthRequest
21
20
  */
22
21
  export interface UpdateBackendAuthCommandOutput extends UpdateBackendAuthResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateBackendAuthCommand_base: {
24
+ new (input: UpdateBackendAuthCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBackendAuthCommandInput, UpdateBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates an existing backend authentication resource.</p>
@@ -147,23 +150,5 @@ export interface UpdateBackendAuthCommandOutput extends UpdateBackendAuthRespons
147
150
  * <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
148
151
  *
149
152
  */
150
- export declare class UpdateBackendAuthCommand extends $Command<UpdateBackendAuthCommandInput, UpdateBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig> {
151
- readonly input: UpdateBackendAuthCommandInput;
152
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
153
- /**
154
- * @public
155
- */
156
- constructor(input: UpdateBackendAuthCommandInput);
157
- /**
158
- * @internal
159
- */
160
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBackendAuthCommandInput, UpdateBackendAuthCommandOutput>;
161
- /**
162
- * @internal
163
- */
164
- private serialize;
165
- /**
166
- * @internal
167
- */
168
- private deserialize;
153
+ export declare class UpdateBackendAuthCommand extends UpdateBackendAuthCommand_base {
169
154
  }
@@ -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 { UpdateBackendConfigRequest, UpdateBackendConfigResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateBackendConfigCommandInput extends UpdateBackendConfigRequ
21
20
  */
22
21
  export interface UpdateBackendConfigCommandOutput extends UpdateBackendConfigResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateBackendConfigCommand_base: {
24
+ new (input: UpdateBackendConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBackendConfigCommandInput, UpdateBackendConfigCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the AWS resources required to access the Amplify Admin UI.</p>
@@ -77,23 +80,5 @@ export interface UpdateBackendConfigCommandOutput extends UpdateBackendConfigRes
77
80
  * <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
78
81
  *
79
82
  */
80
- export declare class UpdateBackendConfigCommand extends $Command<UpdateBackendConfigCommandInput, UpdateBackendConfigCommandOutput, AmplifyBackendClientResolvedConfig> {
81
- readonly input: UpdateBackendConfigCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: UpdateBackendConfigCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBackendConfigCommandInput, UpdateBackendConfigCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class UpdateBackendConfigCommand extends UpdateBackendConfigCommand_base {
99
84
  }
@@ -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 { UpdateBackendJobRequest, UpdateBackendJobResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateBackendJobCommandInput extends UpdateBackendJobRequest {
21
20
  */
22
21
  export interface UpdateBackendJobCommandOutput extends UpdateBackendJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateBackendJobCommand_base: {
24
+ new (input: UpdateBackendJobCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBackendJobCommandInput, UpdateBackendJobCommandOutput, AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates a specific job.</p>
@@ -74,23 +77,5 @@ export interface UpdateBackendJobCommandOutput extends UpdateBackendJobResponse,
74
77
  * <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
75
78
  *
76
79
  */
77
- export declare class UpdateBackendJobCommand extends $Command<UpdateBackendJobCommandInput, UpdateBackendJobCommandOutput, AmplifyBackendClientResolvedConfig> {
78
- readonly input: UpdateBackendJobCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: UpdateBackendJobCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBackendJobCommandInput, UpdateBackendJobCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class UpdateBackendJobCommand extends UpdateBackendJobCommand_base {
96
81
  }