@aws-sdk/client-amplifybackend 3.296.0 → 3.298.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 (101) hide show
  1. package/dist-cjs/commands/CloneBackendCommand.js +2 -3
  2. package/dist-cjs/commands/CreateBackendAPICommand.js +2 -3
  3. package/dist-cjs/commands/CreateBackendAuthCommand.js +2 -3
  4. package/dist-cjs/commands/CreateBackendCommand.js +2 -3
  5. package/dist-cjs/commands/CreateBackendConfigCommand.js +2 -3
  6. package/dist-cjs/commands/CreateBackendStorageCommand.js +2 -3
  7. package/dist-cjs/commands/CreateTokenCommand.js +2 -3
  8. package/dist-cjs/commands/DeleteBackendAPICommand.js +2 -3
  9. package/dist-cjs/commands/DeleteBackendAuthCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteBackendCommand.js +2 -3
  11. package/dist-cjs/commands/DeleteBackendStorageCommand.js +2 -3
  12. package/dist-cjs/commands/DeleteTokenCommand.js +2 -3
  13. package/dist-cjs/commands/GenerateBackendAPIModelsCommand.js +2 -3
  14. package/dist-cjs/commands/GetBackendAPICommand.js +2 -3
  15. package/dist-cjs/commands/GetBackendAPIModelsCommand.js +2 -3
  16. package/dist-cjs/commands/GetBackendAuthCommand.js +2 -3
  17. package/dist-cjs/commands/GetBackendCommand.js +2 -3
  18. package/dist-cjs/commands/GetBackendJobCommand.js +2 -3
  19. package/dist-cjs/commands/GetBackendStorageCommand.js +2 -3
  20. package/dist-cjs/commands/GetTokenCommand.js +2 -3
  21. package/dist-cjs/commands/ImportBackendAuthCommand.js +2 -3
  22. package/dist-cjs/commands/ImportBackendStorageCommand.js +2 -3
  23. package/dist-cjs/commands/ListBackendJobsCommand.js +2 -3
  24. package/dist-cjs/commands/ListS3BucketsCommand.js +2 -3
  25. package/dist-cjs/commands/RemoveAllBackendsCommand.js +2 -3
  26. package/dist-cjs/commands/RemoveBackendConfigCommand.js +2 -3
  27. package/dist-cjs/commands/UpdateBackendAPICommand.js +2 -3
  28. package/dist-cjs/commands/UpdateBackendAuthCommand.js +2 -3
  29. package/dist-cjs/commands/UpdateBackendConfigCommand.js +2 -3
  30. package/dist-cjs/commands/UpdateBackendJobCommand.js +2 -3
  31. package/dist-cjs/commands/UpdateBackendStorageCommand.js +2 -3
  32. package/dist-cjs/models/models_0.js +1 -387
  33. package/dist-es/commands/CloneBackendCommand.js +2 -3
  34. package/dist-es/commands/CreateBackendAPICommand.js +2 -3
  35. package/dist-es/commands/CreateBackendAuthCommand.js +2 -3
  36. package/dist-es/commands/CreateBackendCommand.js +2 -3
  37. package/dist-es/commands/CreateBackendConfigCommand.js +2 -3
  38. package/dist-es/commands/CreateBackendStorageCommand.js +2 -3
  39. package/dist-es/commands/CreateTokenCommand.js +2 -3
  40. package/dist-es/commands/DeleteBackendAPICommand.js +2 -3
  41. package/dist-es/commands/DeleteBackendAuthCommand.js +2 -3
  42. package/dist-es/commands/DeleteBackendCommand.js +2 -3
  43. package/dist-es/commands/DeleteBackendStorageCommand.js +2 -3
  44. package/dist-es/commands/DeleteTokenCommand.js +2 -3
  45. package/dist-es/commands/GenerateBackendAPIModelsCommand.js +2 -3
  46. package/dist-es/commands/GetBackendAPICommand.js +2 -3
  47. package/dist-es/commands/GetBackendAPIModelsCommand.js +2 -3
  48. package/dist-es/commands/GetBackendAuthCommand.js +2 -3
  49. package/dist-es/commands/GetBackendCommand.js +2 -3
  50. package/dist-es/commands/GetBackendJobCommand.js +2 -3
  51. package/dist-es/commands/GetBackendStorageCommand.js +2 -3
  52. package/dist-es/commands/GetTokenCommand.js +2 -3
  53. package/dist-es/commands/ImportBackendAuthCommand.js +2 -3
  54. package/dist-es/commands/ImportBackendStorageCommand.js +2 -3
  55. package/dist-es/commands/ListBackendJobsCommand.js +2 -3
  56. package/dist-es/commands/ListS3BucketsCommand.js +2 -3
  57. package/dist-es/commands/RemoveAllBackendsCommand.js +2 -3
  58. package/dist-es/commands/RemoveBackendConfigCommand.js +2 -3
  59. package/dist-es/commands/UpdateBackendAPICommand.js +2 -3
  60. package/dist-es/commands/UpdateBackendAuthCommand.js +2 -3
  61. package/dist-es/commands/UpdateBackendConfigCommand.js +2 -3
  62. package/dist-es/commands/UpdateBackendJobCommand.js +2 -3
  63. package/dist-es/commands/UpdateBackendStorageCommand.js +2 -3
  64. package/dist-es/models/models_0.js +0 -288
  65. package/dist-types/AmplifyBackend.d.ts +32 -0
  66. package/dist-types/AmplifyBackendClient.d.ts +24 -4
  67. package/dist-types/commands/CloneBackendCommand.d.ts +16 -0
  68. package/dist-types/commands/CreateBackendAPICommand.d.ts +16 -0
  69. package/dist-types/commands/CreateBackendAuthCommand.d.ts +16 -0
  70. package/dist-types/commands/CreateBackendCommand.d.ts +16 -0
  71. package/dist-types/commands/CreateBackendConfigCommand.d.ts +16 -0
  72. package/dist-types/commands/CreateBackendStorageCommand.d.ts +16 -0
  73. package/dist-types/commands/CreateTokenCommand.d.ts +16 -0
  74. package/dist-types/commands/DeleteBackendAPICommand.d.ts +16 -0
  75. package/dist-types/commands/DeleteBackendAuthCommand.d.ts +16 -0
  76. package/dist-types/commands/DeleteBackendCommand.d.ts +16 -0
  77. package/dist-types/commands/DeleteBackendStorageCommand.d.ts +16 -0
  78. package/dist-types/commands/DeleteTokenCommand.d.ts +16 -0
  79. package/dist-types/commands/GenerateBackendAPIModelsCommand.d.ts +16 -0
  80. package/dist-types/commands/GetBackendAPICommand.d.ts +16 -0
  81. package/dist-types/commands/GetBackendAPIModelsCommand.d.ts +16 -0
  82. package/dist-types/commands/GetBackendAuthCommand.d.ts +16 -0
  83. package/dist-types/commands/GetBackendCommand.d.ts +16 -0
  84. package/dist-types/commands/GetBackendJobCommand.d.ts +16 -0
  85. package/dist-types/commands/GetBackendStorageCommand.d.ts +16 -0
  86. package/dist-types/commands/GetTokenCommand.d.ts +16 -0
  87. package/dist-types/commands/ImportBackendAuthCommand.d.ts +16 -0
  88. package/dist-types/commands/ImportBackendStorageCommand.d.ts +16 -0
  89. package/dist-types/commands/ListBackendJobsCommand.d.ts +16 -0
  90. package/dist-types/commands/ListS3BucketsCommand.d.ts +16 -0
  91. package/dist-types/commands/RemoveAllBackendsCommand.d.ts +16 -0
  92. package/dist-types/commands/RemoveBackendConfigCommand.d.ts +16 -0
  93. package/dist-types/commands/UpdateBackendAPICommand.d.ts +16 -0
  94. package/dist-types/commands/UpdateBackendAuthCommand.d.ts +16 -0
  95. package/dist-types/commands/UpdateBackendConfigCommand.d.ts +16 -0
  96. package/dist-types/commands/UpdateBackendJobCommand.d.ts +16 -0
  97. package/dist-types/commands/UpdateBackendStorageCommand.d.ts +16 -0
  98. package/dist-types/models/AmplifyBackendServiceException.d.ts +2 -0
  99. package/dist-types/models/models_0.d.ts +222 -384
  100. package/dist-types/ts3.4/models/models_0.d.ts +0 -282
  101. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { GetBackendAPIModelsRequest, GetBackendAPIModelsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetBackendAPIModelsCommand}.
8
10
  */
9
11
  export interface GetBackendAPIModelsCommandInput extends GetBackendAPIModelsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetBackendAPIModelsCommand}.
13
17
  */
14
18
  export interface GetBackendAPIModelsCommandOutput extends GetBackendAPIModelsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets a model introspection schema for an existing backend API resource.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetBackendAPIModelsCommandOutput extends GetBackendAPIModelsRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetBackendAPIModelsCommandInput - {@link GetBackendAPIModelsCommandInput}
34
+ * @returns {@link GetBackendAPIModelsCommandOutput}
28
35
  * @see {@link GetBackendAPIModelsCommandInput} for command's `input` shape.
29
36
  * @see {@link GetBackendAPIModelsCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyBackendClientResolvedConfig | config} for AmplifyBackendClient's `config` shape.
@@ -46,11 +53,20 @@ export interface GetBackendAPIModelsCommandOutput extends GetBackendAPIModelsRes
46
53
  export declare class GetBackendAPIModelsCommand extends $Command<GetBackendAPIModelsCommandInput, GetBackendAPIModelsCommandOutput, AmplifyBackendClientResolvedConfig> {
47
54
  readonly input: GetBackendAPIModelsCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: GetBackendAPIModelsCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBackendAPIModelsCommandInput, GetBackendAPIModelsCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { GetBackendAuthRequest, GetBackendAuthResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetBackendAuthCommand}.
8
10
  */
9
11
  export interface GetBackendAuthCommandInput extends GetBackendAuthRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetBackendAuthCommand}.
13
17
  */
14
18
  export interface GetBackendAuthCommandOutput extends GetBackendAuthResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets a backend auth details.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetBackendAuthCommandOutput extends GetBackendAuthResponse, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetBackendAuthCommandInput - {@link GetBackendAuthCommandInput}
34
+ * @returns {@link GetBackendAuthCommandOutput}
28
35
  * @see {@link GetBackendAuthCommandInput} for command's `input` shape.
29
36
  * @see {@link GetBackendAuthCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyBackendClientResolvedConfig | config} for AmplifyBackendClient's `config` shape.
@@ -46,11 +53,20 @@ export interface GetBackendAuthCommandOutput extends GetBackendAuthResponse, __M
46
53
  export declare class GetBackendAuthCommand extends $Command<GetBackendAuthCommandInput, GetBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig> {
47
54
  readonly input: GetBackendAuthCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: GetBackendAuthCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBackendAuthCommandInput, GetBackendAuthCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { GetBackendRequest, GetBackendResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetBackendCommand}.
8
10
  */
9
11
  export interface GetBackendCommandInput extends GetBackendRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetBackendCommand}.
13
17
  */
14
18
  export interface GetBackendCommandOutput extends GetBackendResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Provides project-level details for your Amplify UI project.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetBackendCommandOutput extends GetBackendResponse, __MetadataB
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetBackendCommandInput - {@link GetBackendCommandInput}
34
+ * @returns {@link GetBackendCommandOutput}
28
35
  * @see {@link GetBackendCommandInput} for command's `input` shape.
29
36
  * @see {@link GetBackendCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyBackendClientResolvedConfig | config} for AmplifyBackendClient's `config` shape.
@@ -46,11 +53,20 @@ export interface GetBackendCommandOutput extends GetBackendResponse, __MetadataB
46
53
  export declare class GetBackendCommand extends $Command<GetBackendCommandInput, GetBackendCommandOutput, AmplifyBackendClientResolvedConfig> {
47
54
  readonly input: GetBackendCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: GetBackendCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBackendCommandInput, GetBackendCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { GetBackendJobRequest, GetBackendJobResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetBackendJobCommand}.
8
10
  */
9
11
  export interface GetBackendJobCommandInput extends GetBackendJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetBackendJobCommand}.
13
17
  */
14
18
  export interface GetBackendJobCommandOutput extends GetBackendJobResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns information about a specific job.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetBackendJobCommandOutput extends GetBackendJobResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetBackendJobCommandInput - {@link GetBackendJobCommandInput}
34
+ * @returns {@link GetBackendJobCommandOutput}
28
35
  * @see {@link GetBackendJobCommandInput} for command's `input` shape.
29
36
  * @see {@link GetBackendJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyBackendClientResolvedConfig | config} for AmplifyBackendClient's `config` shape.
@@ -46,11 +53,20 @@ export interface GetBackendJobCommandOutput extends GetBackendJobResponse, __Met
46
53
  export declare class GetBackendJobCommand extends $Command<GetBackendJobCommandInput, GetBackendJobCommandOutput, AmplifyBackendClientResolvedConfig> {
47
54
  readonly input: GetBackendJobCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: GetBackendJobCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBackendJobCommandInput, GetBackendJobCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { GetBackendStorageRequest, GetBackendStorageResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetBackendStorageCommand}.
8
10
  */
9
11
  export interface GetBackendStorageCommandInput extends GetBackendStorageRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetBackendStorageCommand}.
13
17
  */
14
18
  export interface GetBackendStorageCommandOutput extends GetBackendStorageResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets details for a backend storage resource.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetBackendStorageCommandOutput extends GetBackendStorageRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetBackendStorageCommandInput - {@link GetBackendStorageCommandInput}
34
+ * @returns {@link GetBackendStorageCommandOutput}
28
35
  * @see {@link GetBackendStorageCommandInput} for command's `input` shape.
29
36
  * @see {@link GetBackendStorageCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyBackendClientResolvedConfig | config} for AmplifyBackendClient's `config` shape.
@@ -46,11 +53,20 @@ export interface GetBackendStorageCommandOutput extends GetBackendStorageRespons
46
53
  export declare class GetBackendStorageCommand extends $Command<GetBackendStorageCommandInput, GetBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig> {
47
54
  readonly input: GetBackendStorageCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: GetBackendStorageCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBackendStorageCommandInput, GetBackendStorageCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { GetTokenRequest, GetTokenResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetTokenCommand}.
8
10
  */
9
11
  export interface GetTokenCommandInput extends GetTokenRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetTokenCommand}.
13
17
  */
14
18
  export interface GetTokenCommandOutput extends GetTokenResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets the challenge token based on the given appId and sessionId.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetTokenCommandOutput extends GetTokenResponse, __MetadataBeare
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetTokenCommandInput - {@link GetTokenCommandInput}
34
+ * @returns {@link GetTokenCommandOutput}
28
35
  * @see {@link GetTokenCommandInput} for command's `input` shape.
29
36
  * @see {@link GetTokenCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyBackendClientResolvedConfig | config} for AmplifyBackendClient's `config` shape.
@@ -46,11 +53,20 @@ export interface GetTokenCommandOutput extends GetTokenResponse, __MetadataBeare
46
53
  export declare class GetTokenCommand extends $Command<GetTokenCommandInput, GetTokenCommandOutput, AmplifyBackendClientResolvedConfig> {
47
54
  readonly input: GetTokenCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: GetTokenCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTokenCommandInput, GetTokenCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { ImportBackendAuthRequest, ImportBackendAuthResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ImportBackendAuthCommand}.
8
10
  */
9
11
  export interface ImportBackendAuthCommandInput extends ImportBackendAuthRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ImportBackendAuthCommand}.
13
17
  */
14
18
  export interface ImportBackendAuthCommandOutput extends ImportBackendAuthResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Imports an existing backend authentication resource.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ImportBackendAuthCommandOutput extends ImportBackendAuthRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ImportBackendAuthCommandInput - {@link ImportBackendAuthCommandInput}
34
+ * @returns {@link ImportBackendAuthCommandOutput}
28
35
  * @see {@link ImportBackendAuthCommandInput} for command's `input` shape.
29
36
  * @see {@link ImportBackendAuthCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyBackendClientResolvedConfig | config} for AmplifyBackendClient's `config` shape.
@@ -46,11 +53,20 @@ export interface ImportBackendAuthCommandOutput extends ImportBackendAuthRespons
46
53
  export declare class ImportBackendAuthCommand extends $Command<ImportBackendAuthCommandInput, ImportBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig> {
47
54
  readonly input: ImportBackendAuthCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: ImportBackendAuthCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportBackendAuthCommandInput, ImportBackendAuthCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { ImportBackendStorageRequest, ImportBackendStorageResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ImportBackendStorageCommand}.
8
10
  */
9
11
  export interface ImportBackendStorageCommandInput extends ImportBackendStorageRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ImportBackendStorageCommand}.
13
17
  */
14
18
  export interface ImportBackendStorageCommandOutput extends ImportBackendStorageResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Imports an existing backend storage resource.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ImportBackendStorageCommandOutput extends ImportBackendStorageR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ImportBackendStorageCommandInput - {@link ImportBackendStorageCommandInput}
34
+ * @returns {@link ImportBackendStorageCommandOutput}
28
35
  * @see {@link ImportBackendStorageCommandInput} for command's `input` shape.
29
36
  * @see {@link ImportBackendStorageCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyBackendClientResolvedConfig | config} for AmplifyBackendClient's `config` shape.
@@ -46,11 +53,20 @@ export interface ImportBackendStorageCommandOutput extends ImportBackendStorageR
46
53
  export declare class ImportBackendStorageCommand extends $Command<ImportBackendStorageCommandInput, ImportBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig> {
47
54
  readonly input: ImportBackendStorageCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: ImportBackendStorageCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportBackendStorageCommandInput, ImportBackendStorageCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { ListBackendJobsRequest, ListBackendJobsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListBackendJobsCommand}.
8
10
  */
9
11
  export interface ListBackendJobsCommandInput extends ListBackendJobsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListBackendJobsCommand}.
13
17
  */
14
18
  export interface ListBackendJobsCommandOutput extends ListBackendJobsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the jobs for the backend of an Amplify app.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListBackendJobsCommandOutput extends ListBackendJobsResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListBackendJobsCommandInput - {@link ListBackendJobsCommandInput}
34
+ * @returns {@link ListBackendJobsCommandOutput}
28
35
  * @see {@link ListBackendJobsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListBackendJobsCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyBackendClientResolvedConfig | config} for AmplifyBackendClient's `config` shape.
@@ -46,11 +53,20 @@ export interface ListBackendJobsCommandOutput extends ListBackendJobsResponse, _
46
53
  export declare class ListBackendJobsCommand extends $Command<ListBackendJobsCommandInput, ListBackendJobsCommandOutput, AmplifyBackendClientResolvedConfig> {
47
54
  readonly input: ListBackendJobsCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: ListBackendJobsCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListBackendJobsCommandInput, ListBackendJobsCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { ListS3BucketsRequest, ListS3BucketsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListS3BucketsCommand}.
8
10
  */
9
11
  export interface ListS3BucketsCommandInput extends ListS3BucketsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListS3BucketsCommand}.
13
17
  */
14
18
  export interface ListS3BucketsCommandOutput extends ListS3BucketsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>The list of S3 buckets in your account.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListS3BucketsCommandOutput extends ListS3BucketsResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListS3BucketsCommandInput - {@link ListS3BucketsCommandInput}
34
+ * @returns {@link ListS3BucketsCommandOutput}
28
35
  * @see {@link ListS3BucketsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListS3BucketsCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyBackendClientResolvedConfig | config} for AmplifyBackendClient's `config` shape.
@@ -46,11 +53,20 @@ export interface ListS3BucketsCommandOutput extends ListS3BucketsResponse, __Met
46
53
  export declare class ListS3BucketsCommand extends $Command<ListS3BucketsCommandInput, ListS3BucketsCommandOutput, AmplifyBackendClientResolvedConfig> {
47
54
  readonly input: ListS3BucketsCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: ListS3BucketsCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListS3BucketsCommandInput, ListS3BucketsCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { RemoveAllBackendsRequest, RemoveAllBackendsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link RemoveAllBackendsCommand}.
8
10
  */
9
11
  export interface RemoveAllBackendsCommandInput extends RemoveAllBackendsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link RemoveAllBackendsCommand}.
13
17
  */
14
18
  export interface RemoveAllBackendsCommandOutput extends RemoveAllBackendsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes all backend environments from your Amplify project.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface RemoveAllBackendsCommandOutput extends RemoveAllBackendsRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param RemoveAllBackendsCommandInput - {@link RemoveAllBackendsCommandInput}
34
+ * @returns {@link RemoveAllBackendsCommandOutput}
28
35
  * @see {@link RemoveAllBackendsCommandInput} for command's `input` shape.
29
36
  * @see {@link RemoveAllBackendsCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyBackendClientResolvedConfig | config} for AmplifyBackendClient's `config` shape.
@@ -46,11 +53,20 @@ export interface RemoveAllBackendsCommandOutput extends RemoveAllBackendsRespons
46
53
  export declare class RemoveAllBackendsCommand extends $Command<RemoveAllBackendsCommandInput, RemoveAllBackendsCommandOutput, AmplifyBackendClientResolvedConfig> {
47
54
  readonly input: RemoveAllBackendsCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: RemoveAllBackendsCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveAllBackendsCommandInput, RemoveAllBackendsCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { RemoveBackendConfigRequest, RemoveBackendConfigResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link RemoveBackendConfigCommand}.
8
10
  */
9
11
  export interface RemoveBackendConfigCommandInput extends RemoveBackendConfigRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link RemoveBackendConfigCommand}.
13
17
  */
14
18
  export interface RemoveBackendConfigCommandOutput extends RemoveBackendConfigResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes the AWS resources required to access the Amplify Admin UI.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface RemoveBackendConfigCommandOutput extends RemoveBackendConfigRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param RemoveBackendConfigCommandInput - {@link RemoveBackendConfigCommandInput}
34
+ * @returns {@link RemoveBackendConfigCommandOutput}
28
35
  * @see {@link RemoveBackendConfigCommandInput} for command's `input` shape.
29
36
  * @see {@link RemoveBackendConfigCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyBackendClientResolvedConfig | config} for AmplifyBackendClient's `config` shape.
@@ -46,11 +53,20 @@ export interface RemoveBackendConfigCommandOutput extends RemoveBackendConfigRes
46
53
  export declare class RemoveBackendConfigCommand extends $Command<RemoveBackendConfigCommandInput, RemoveBackendConfigCommandOutput, AmplifyBackendClientResolvedConfig> {
47
54
  readonly input: RemoveBackendConfigCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: RemoveBackendConfigCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveBackendConfigCommandInput, RemoveBackendConfigCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AmplifyBackendClient";
5
5
  import { UpdateBackendAPIRequest, UpdateBackendAPIResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateBackendAPICommand}.
8
10
  */
9
11
  export interface UpdateBackendAPICommandInput extends UpdateBackendAPIRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateBackendAPICommand}.
13
17
  */
14
18
  export interface UpdateBackendAPICommandOutput extends UpdateBackendAPIResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates an existing backend API resource.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateBackendAPICommandOutput extends UpdateBackendAPIResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateBackendAPICommandInput - {@link UpdateBackendAPICommandInput}
34
+ * @returns {@link UpdateBackendAPICommandOutput}
28
35
  * @see {@link UpdateBackendAPICommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateBackendAPICommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyBackendClientResolvedConfig | config} for AmplifyBackendClient's `config` shape.
@@ -46,11 +53,20 @@ export interface UpdateBackendAPICommandOutput extends UpdateBackendAPIResponse,
46
53
  export declare class UpdateBackendAPICommand extends $Command<UpdateBackendAPICommandInput, UpdateBackendAPICommandOutput, AmplifyBackendClientResolvedConfig> {
47
54
  readonly input: UpdateBackendAPICommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: UpdateBackendAPICommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBackendAPICommandInput, UpdateBackendAPICommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }