@aws-sdk/client-amplifybackend 3.337.0 → 3.341.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 (137) hide show
  1. package/dist-cjs/AmplifyBackendClient.js +2 -1
  2. package/dist-cjs/commands/CloneBackendCommand.js +2 -1
  3. package/dist-cjs/commands/CreateBackendAPICommand.js +2 -1
  4. package/dist-cjs/commands/CreateBackendAuthCommand.js +2 -1
  5. package/dist-cjs/commands/CreateBackendCommand.js +2 -1
  6. package/dist-cjs/commands/CreateBackendConfigCommand.js +2 -1
  7. package/dist-cjs/commands/CreateBackendStorageCommand.js +2 -1
  8. package/dist-cjs/commands/CreateTokenCommand.js +2 -1
  9. package/dist-cjs/commands/DeleteBackendAPICommand.js +2 -1
  10. package/dist-cjs/commands/DeleteBackendAuthCommand.js +2 -1
  11. package/dist-cjs/commands/DeleteBackendCommand.js +2 -1
  12. package/dist-cjs/commands/DeleteBackendStorageCommand.js +2 -1
  13. package/dist-cjs/commands/DeleteTokenCommand.js +2 -1
  14. package/dist-cjs/commands/GenerateBackendAPIModelsCommand.js +2 -1
  15. package/dist-cjs/commands/GetBackendAPICommand.js +2 -1
  16. package/dist-cjs/commands/GetBackendAPIModelsCommand.js +2 -1
  17. package/dist-cjs/commands/GetBackendAuthCommand.js +2 -1
  18. package/dist-cjs/commands/GetBackendCommand.js +2 -1
  19. package/dist-cjs/commands/GetBackendJobCommand.js +2 -1
  20. package/dist-cjs/commands/GetBackendStorageCommand.js +2 -1
  21. package/dist-cjs/commands/GetTokenCommand.js +2 -1
  22. package/dist-cjs/commands/ImportBackendAuthCommand.js +2 -1
  23. package/dist-cjs/commands/ImportBackendStorageCommand.js +2 -1
  24. package/dist-cjs/commands/ListBackendJobsCommand.js +2 -1
  25. package/dist-cjs/commands/ListS3BucketsCommand.js +2 -1
  26. package/dist-cjs/commands/RemoveAllBackendsCommand.js +2 -1
  27. package/dist-cjs/commands/RemoveBackendConfigCommand.js +2 -1
  28. package/dist-cjs/commands/UpdateBackendAPICommand.js +2 -1
  29. package/dist-cjs/commands/UpdateBackendAuthCommand.js +2 -1
  30. package/dist-cjs/commands/UpdateBackendConfigCommand.js +2 -1
  31. package/dist-cjs/commands/UpdateBackendJobCommand.js +2 -1
  32. package/dist-cjs/commands/UpdateBackendStorageCommand.js +2 -1
  33. package/dist-cjs/index.js +1 -1
  34. package/dist-cjs/models/AmplifyBackendServiceException.js +2 -1
  35. package/dist-es/AmplifyBackendClient.js +1 -0
  36. package/dist-es/commands/CloneBackendCommand.js +1 -0
  37. package/dist-es/commands/CreateBackendAPICommand.js +1 -0
  38. package/dist-es/commands/CreateBackendAuthCommand.js +1 -0
  39. package/dist-es/commands/CreateBackendCommand.js +1 -0
  40. package/dist-es/commands/CreateBackendConfigCommand.js +1 -0
  41. package/dist-es/commands/CreateBackendStorageCommand.js +1 -0
  42. package/dist-es/commands/CreateTokenCommand.js +1 -0
  43. package/dist-es/commands/DeleteBackendAPICommand.js +1 -0
  44. package/dist-es/commands/DeleteBackendAuthCommand.js +1 -0
  45. package/dist-es/commands/DeleteBackendCommand.js +1 -0
  46. package/dist-es/commands/DeleteBackendStorageCommand.js +1 -0
  47. package/dist-es/commands/DeleteTokenCommand.js +1 -0
  48. package/dist-es/commands/GenerateBackendAPIModelsCommand.js +1 -0
  49. package/dist-es/commands/GetBackendAPICommand.js +1 -0
  50. package/dist-es/commands/GetBackendAPIModelsCommand.js +1 -0
  51. package/dist-es/commands/GetBackendAuthCommand.js +1 -0
  52. package/dist-es/commands/GetBackendCommand.js +1 -0
  53. package/dist-es/commands/GetBackendJobCommand.js +1 -0
  54. package/dist-es/commands/GetBackendStorageCommand.js +1 -0
  55. package/dist-es/commands/GetTokenCommand.js +1 -0
  56. package/dist-es/commands/ImportBackendAuthCommand.js +1 -0
  57. package/dist-es/commands/ImportBackendStorageCommand.js +1 -0
  58. package/dist-es/commands/ListBackendJobsCommand.js +1 -0
  59. package/dist-es/commands/ListS3BucketsCommand.js +1 -0
  60. package/dist-es/commands/RemoveAllBackendsCommand.js +1 -0
  61. package/dist-es/commands/RemoveBackendConfigCommand.js +1 -0
  62. package/dist-es/commands/UpdateBackendAPICommand.js +1 -0
  63. package/dist-es/commands/UpdateBackendAuthCommand.js +1 -0
  64. package/dist-es/commands/UpdateBackendConfigCommand.js +1 -0
  65. package/dist-es/commands/UpdateBackendJobCommand.js +1 -0
  66. package/dist-es/commands/UpdateBackendStorageCommand.js +1 -0
  67. package/dist-es/index.js +1 -1
  68. package/dist-es/models/AmplifyBackendServiceException.js +1 -0
  69. package/dist-types/AmplifyBackendClient.d.ts +3 -3
  70. package/dist-types/commands/CloneBackendCommand.d.ts +4 -0
  71. package/dist-types/commands/CreateBackendAPICommand.d.ts +4 -0
  72. package/dist-types/commands/CreateBackendAuthCommand.d.ts +4 -0
  73. package/dist-types/commands/CreateBackendCommand.d.ts +4 -0
  74. package/dist-types/commands/CreateBackendConfigCommand.d.ts +4 -0
  75. package/dist-types/commands/CreateBackendStorageCommand.d.ts +4 -0
  76. package/dist-types/commands/CreateTokenCommand.d.ts +4 -0
  77. package/dist-types/commands/DeleteBackendAPICommand.d.ts +4 -0
  78. package/dist-types/commands/DeleteBackendAuthCommand.d.ts +4 -0
  79. package/dist-types/commands/DeleteBackendCommand.d.ts +4 -0
  80. package/dist-types/commands/DeleteBackendStorageCommand.d.ts +4 -0
  81. package/dist-types/commands/DeleteTokenCommand.d.ts +4 -0
  82. package/dist-types/commands/GenerateBackendAPIModelsCommand.d.ts +4 -0
  83. package/dist-types/commands/GetBackendAPICommand.d.ts +4 -0
  84. package/dist-types/commands/GetBackendAPIModelsCommand.d.ts +4 -0
  85. package/dist-types/commands/GetBackendAuthCommand.d.ts +4 -0
  86. package/dist-types/commands/GetBackendCommand.d.ts +4 -0
  87. package/dist-types/commands/GetBackendJobCommand.d.ts +4 -0
  88. package/dist-types/commands/GetBackendStorageCommand.d.ts +4 -0
  89. package/dist-types/commands/GetTokenCommand.d.ts +4 -0
  90. package/dist-types/commands/ImportBackendAuthCommand.d.ts +4 -0
  91. package/dist-types/commands/ImportBackendStorageCommand.d.ts +4 -0
  92. package/dist-types/commands/ListBackendJobsCommand.d.ts +4 -0
  93. package/dist-types/commands/ListS3BucketsCommand.d.ts +4 -0
  94. package/dist-types/commands/RemoveAllBackendsCommand.d.ts +4 -0
  95. package/dist-types/commands/RemoveBackendConfigCommand.d.ts +4 -0
  96. package/dist-types/commands/UpdateBackendAPICommand.d.ts +4 -0
  97. package/dist-types/commands/UpdateBackendAuthCommand.d.ts +4 -0
  98. package/dist-types/commands/UpdateBackendConfigCommand.d.ts +4 -0
  99. package/dist-types/commands/UpdateBackendJobCommand.d.ts +4 -0
  100. package/dist-types/commands/UpdateBackendStorageCommand.d.ts +4 -0
  101. package/dist-types/index.d.ts +6 -1
  102. package/dist-types/models/AmplifyBackendServiceException.d.ts +1 -0
  103. package/dist-types/ts3.4/AmplifyBackendClient.d.ts +3 -3
  104. package/dist-types/ts3.4/commands/CloneBackendCommand.d.ts +1 -0
  105. package/dist-types/ts3.4/commands/CreateBackendAPICommand.d.ts +1 -0
  106. package/dist-types/ts3.4/commands/CreateBackendAuthCommand.d.ts +1 -0
  107. package/dist-types/ts3.4/commands/CreateBackendCommand.d.ts +1 -0
  108. package/dist-types/ts3.4/commands/CreateBackendConfigCommand.d.ts +1 -0
  109. package/dist-types/ts3.4/commands/CreateBackendStorageCommand.d.ts +1 -0
  110. package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +1 -0
  111. package/dist-types/ts3.4/commands/DeleteBackendAPICommand.d.ts +1 -0
  112. package/dist-types/ts3.4/commands/DeleteBackendAuthCommand.d.ts +1 -0
  113. package/dist-types/ts3.4/commands/DeleteBackendCommand.d.ts +1 -0
  114. package/dist-types/ts3.4/commands/DeleteBackendStorageCommand.d.ts +1 -0
  115. package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +1 -0
  116. package/dist-types/ts3.4/commands/GenerateBackendAPIModelsCommand.d.ts +1 -0
  117. package/dist-types/ts3.4/commands/GetBackendAPICommand.d.ts +1 -0
  118. package/dist-types/ts3.4/commands/GetBackendAPIModelsCommand.d.ts +1 -0
  119. package/dist-types/ts3.4/commands/GetBackendAuthCommand.d.ts +1 -0
  120. package/dist-types/ts3.4/commands/GetBackendCommand.d.ts +1 -0
  121. package/dist-types/ts3.4/commands/GetBackendJobCommand.d.ts +1 -0
  122. package/dist-types/ts3.4/commands/GetBackendStorageCommand.d.ts +1 -0
  123. package/dist-types/ts3.4/commands/GetTokenCommand.d.ts +1 -0
  124. package/dist-types/ts3.4/commands/ImportBackendAuthCommand.d.ts +1 -0
  125. package/dist-types/ts3.4/commands/ImportBackendStorageCommand.d.ts +1 -0
  126. package/dist-types/ts3.4/commands/ListBackendJobsCommand.d.ts +1 -0
  127. package/dist-types/ts3.4/commands/ListS3BucketsCommand.d.ts +1 -0
  128. package/dist-types/ts3.4/commands/RemoveAllBackendsCommand.d.ts +1 -0
  129. package/dist-types/ts3.4/commands/RemoveBackendConfigCommand.d.ts +1 -0
  130. package/dist-types/ts3.4/commands/UpdateBackendAPICommand.d.ts +1 -0
  131. package/dist-types/ts3.4/commands/UpdateBackendAuthCommand.d.ts +1 -0
  132. package/dist-types/ts3.4/commands/UpdateBackendConfigCommand.d.ts +1 -0
  133. package/dist-types/ts3.4/commands/UpdateBackendJobCommand.d.ts +1 -0
  134. package/dist-types/ts3.4/commands/UpdateBackendStorageCommand.d.ts +1 -0
  135. package/dist-types/ts3.4/index.d.ts +1 -1
  136. package/dist-types/ts3.4/models/AmplifyBackendServiceException.d.ts +1 -0
  137. package/package.json +28 -28
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetBackendCommand, se_GetBackendCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetBackendCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetBackendJobCommand, se_GetBackendJobCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetBackendJobCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetBackendStorageCommand, se_GetBackendStorageCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetBackendStorageCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetTokenCommand, se_GetTokenCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetTokenCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ImportBackendAuthCommand, se_ImportBackendAuthCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ImportBackendAuthCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ImportBackendStorageCommand, se_ImportBackendStorageCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ImportBackendStorageCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListBackendJobsCommand, se_ListBackendJobsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListBackendJobsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListS3BucketsCommand, se_ListS3BucketsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListS3BucketsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_RemoveAllBackendsCommand, se_RemoveAllBackendsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class RemoveAllBackendsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_RemoveBackendConfigCommand, se_RemoveBackendConfigCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class RemoveBackendConfigCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateBackendAPICommand, se_UpdateBackendAPICommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateBackendAPICommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateBackendAuthCommand, se_UpdateBackendAuthCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateBackendAuthCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateBackendConfigCommand, se_UpdateBackendConfigCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateBackendConfigCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateBackendJobCommand, se_UpdateBackendJobCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateBackendJobCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateBackendStorageCommand, se_UpdateBackendStorageCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateBackendStorageCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,5 +1,5 @@
1
- export * from "./AmplifyBackend";
2
1
  export * from "./AmplifyBackendClient";
2
+ export * from "./AmplifyBackend";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export { AmplifyBackendServiceException } from "./models/AmplifyBackendServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class AmplifyBackendServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -40,6 +40,7 @@ import { UpdateBackendConfigCommandInput, UpdateBackendConfigCommandOutput } fro
40
40
  import { UpdateBackendJobCommandInput, UpdateBackendJobCommandOutput } from "./commands/UpdateBackendJobCommand";
41
41
  import { UpdateBackendStorageCommandInput, UpdateBackendStorageCommandOutput } from "./commands/UpdateBackendStorageCommand";
42
42
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
43
+ export { __Client };
43
44
  /**
44
45
  * @public
45
46
  */
@@ -154,7 +155,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
154
155
  /**
155
156
  * @public
156
157
  */
157
- type AmplifyBackendClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
158
+ export type AmplifyBackendClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
158
159
  /**
159
160
  * @public
160
161
  *
@@ -165,7 +166,7 @@ export interface AmplifyBackendClientConfig extends AmplifyBackendClientConfigTy
165
166
  /**
166
167
  * @public
167
168
  */
168
- type AmplifyBackendClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
169
+ export type AmplifyBackendClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
169
170
  /**
170
171
  * @public
171
172
  *
@@ -190,4 +191,3 @@ export declare class AmplifyBackendClient extends __Client<__HttpHandlerOptions,
190
191
  */
191
192
  destroy(): void;
192
193
  }
193
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { CloneBackendRequest, CloneBackendResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { CreateBackendAPIRequest, CreateBackendAPIResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { CreateBackendAuthRequest, CreateBackendAuthResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { CreateBackendRequest, CreateBackendResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { CreateBackendConfigRequest, CreateBackendConfigResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { CreateBackendStorageRequest, CreateBackendStorageResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { CreateTokenRequest, CreateTokenResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { DeleteBackendAPIRequest, DeleteBackendAPIResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { DeleteBackendAuthRequest, DeleteBackendAuthResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { DeleteBackendRequest, DeleteBackendResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { DeleteBackendStorageRequest, DeleteBackendStorageResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { DeleteTokenRequest, DeleteTokenResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { GenerateBackendAPIModelsRequest, GenerateBackendAPIModelsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { GetBackendAPIRequest, GetBackendAPIResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { GetBackendAPIModelsRequest, GetBackendAPIModelsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { GetBackendAuthRequest, GetBackendAuthResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { GetBackendRequest, GetBackendResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { GetBackendJobRequest, GetBackendJobResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { GetBackendStorageRequest, GetBackendStorageResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { GetTokenRequest, GetTokenResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { ImportBackendAuthRequest, ImportBackendAuthResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { ImportBackendStorageRequest, ImportBackendStorageResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { ListBackendJobsRequest, ListBackendJobsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { ListS3BucketsRequest, ListS3BucketsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { RemoveAllBackendsRequest, RemoveAllBackendsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { RemoveBackendConfigRequest, RemoveBackendConfigResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { UpdateBackendAPIRequest, UpdateBackendAPIResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { UpdateBackendAuthRequest, UpdateBackendAuthResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { UpdateBackendConfigRequest, UpdateBackendConfigResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { UpdateBackendJobRequest, UpdateBackendJobResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { UpdateBackendStorageRequest, UpdateBackendStorageResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,5 +1,10 @@
1
- export * from "./AmplifyBackend";
1
+ /**
2
+ * <p>AWS Amplify Admin API</p>
3
+ *
4
+ * @packageDocumentation
5
+ */
2
6
  export * from "./AmplifyBackendClient";
7
+ export * from "./AmplifyBackend";
3
8
  export * from "./commands";
4
9
  export * from "./models";
5
10
  export { AmplifyBackendServiceException } from "./models/AmplifyBackendServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -175,6 +175,7 @@ import {
175
175
  ClientResolvedEndpointParameters,
176
176
  EndpointParameters,
177
177
  } from "./endpoint/EndpointParameters";
178
+ export { __Client };
178
179
  export type ServiceInputTypes =
179
180
  | CloneBackendCommandInput
180
181
  | CreateBackendAPICommandInput
@@ -263,7 +264,7 @@ export interface ClientDefaults
263
264
  logger?: __Logger;
264
265
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
265
266
  }
266
- type AmplifyBackendClientConfigType = Partial<
267
+ export type AmplifyBackendClientConfigType = Partial<
267
268
  __SmithyConfiguration<__HttpHandlerOptions>
268
269
  > &
269
270
  ClientDefaults &
@@ -276,7 +277,7 @@ type AmplifyBackendClientConfigType = Partial<
276
277
  ClientInputEndpointParameters;
277
278
  export interface AmplifyBackendClientConfig
278
279
  extends AmplifyBackendClientConfigType {}
279
- type AmplifyBackendClientResolvedConfigType =
280
+ export type AmplifyBackendClientResolvedConfigType =
280
281
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
281
282
  Required<ClientDefaults> &
282
283
  RegionResolvedConfig &
@@ -298,4 +299,3 @@ export declare class AmplifyBackendClient extends __Client<
298
299
  constructor(configuration: AmplifyBackendClientConfig);
299
300
  destroy(): void;
300
301
  }
301
- export {};
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../AmplifyBackendClient";
14
14
  import { CloneBackendRequest, CloneBackendResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CloneBackendCommandInput extends CloneBackendRequest {}
16
17
  export interface CloneBackendCommandOutput
17
18
  extends CloneBackendResponse,