@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 { CreateBackendAPIRequest, CreateBackendAPIResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateBackendAPICommand}.
8
10
  */
9
11
  export interface CreateBackendAPICommandInput extends CreateBackendAPIRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateBackendAPICommand}.
13
17
  */
14
18
  export interface CreateBackendAPICommandOutput extends CreateBackendAPIResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new 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 CreateBackendAPICommandOutput extends CreateBackendAPIResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateBackendAPICommandInput - {@link CreateBackendAPICommandInput}
34
+ * @returns {@link CreateBackendAPICommandOutput}
28
35
  * @see {@link CreateBackendAPICommandInput} for command's `input` shape.
29
36
  * @see {@link CreateBackendAPICommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyBackendClientResolvedConfig | config} for AmplifyBackendClient's `config` shape.
@@ -46,11 +53,20 @@ export interface CreateBackendAPICommandOutput extends CreateBackendAPIResponse,
46
53
  export declare class CreateBackendAPICommand extends $Command<CreateBackendAPICommandInput, CreateBackendAPICommandOutput, AmplifyBackendClientResolvedConfig> {
47
54
  readonly input: CreateBackendAPICommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: CreateBackendAPICommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBackendAPICommandInput, CreateBackendAPICommandOutput>;
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 { CreateBackendAuthRequest, CreateBackendAuthResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateBackendAuthCommand}.
8
10
  */
9
11
  export interface CreateBackendAuthCommandInput extends CreateBackendAuthRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateBackendAuthCommand}.
13
17
  */
14
18
  export interface CreateBackendAuthCommandOutput extends CreateBackendAuthResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new 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 CreateBackendAuthCommandOutput extends CreateBackendAuthRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateBackendAuthCommandInput - {@link CreateBackendAuthCommandInput}
34
+ * @returns {@link CreateBackendAuthCommandOutput}
28
35
  * @see {@link CreateBackendAuthCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateBackendAuthCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyBackendClientResolvedConfig | config} for AmplifyBackendClient's `config` shape.
@@ -46,11 +53,20 @@ export interface CreateBackendAuthCommandOutput extends CreateBackendAuthRespons
46
53
  export declare class CreateBackendAuthCommand extends $Command<CreateBackendAuthCommandInput, CreateBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig> {
47
54
  readonly input: CreateBackendAuthCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: CreateBackendAuthCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBackendAuthCommandInput, CreateBackendAuthCommandOutput>;
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 { CreateBackendRequest, CreateBackendResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateBackendCommand}.
8
10
  */
9
11
  export interface CreateBackendCommandInput extends CreateBackendRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateBackendCommand}.
13
17
  */
14
18
  export interface CreateBackendCommandOutput extends CreateBackendResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This operation creates a backend for an Amplify app. Backends are automatically created at the time of app creation.</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 CreateBackendCommandOutput extends CreateBackendResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateBackendCommandInput - {@link CreateBackendCommandInput}
34
+ * @returns {@link CreateBackendCommandOutput}
28
35
  * @see {@link CreateBackendCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateBackendCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyBackendClientResolvedConfig | config} for AmplifyBackendClient's `config` shape.
@@ -46,11 +53,20 @@ export interface CreateBackendCommandOutput extends CreateBackendResponse, __Met
46
53
  export declare class CreateBackendCommand extends $Command<CreateBackendCommandInput, CreateBackendCommandOutput, AmplifyBackendClientResolvedConfig> {
47
54
  readonly input: CreateBackendCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: CreateBackendCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBackendCommandInput, CreateBackendCommandOutput>;
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 { CreateBackendConfigRequest, CreateBackendConfigResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateBackendConfigCommand}.
8
10
  */
9
11
  export interface CreateBackendConfigCommandInput extends CreateBackendConfigRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateBackendConfigCommand}.
13
17
  */
14
18
  export interface CreateBackendConfigCommandOutput extends CreateBackendConfigResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a config object for a backend.</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 CreateBackendConfigCommandOutput extends CreateBackendConfigRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateBackendConfigCommandInput - {@link CreateBackendConfigCommandInput}
34
+ * @returns {@link CreateBackendConfigCommandOutput}
28
35
  * @see {@link CreateBackendConfigCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateBackendConfigCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyBackendClientResolvedConfig | config} for AmplifyBackendClient's `config` shape.
@@ -46,11 +53,20 @@ export interface CreateBackendConfigCommandOutput extends CreateBackendConfigRes
46
53
  export declare class CreateBackendConfigCommand extends $Command<CreateBackendConfigCommandInput, CreateBackendConfigCommandOutput, AmplifyBackendClientResolvedConfig> {
47
54
  readonly input: CreateBackendConfigCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: CreateBackendConfigCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBackendConfigCommandInput, CreateBackendConfigCommandOutput>;
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 { CreateBackendStorageRequest, CreateBackendStorageResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateBackendStorageCommand}.
8
10
  */
9
11
  export interface CreateBackendStorageCommandInput extends CreateBackendStorageRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateBackendStorageCommand}.
13
17
  */
14
18
  export interface CreateBackendStorageCommandOutput extends CreateBackendStorageResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates 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 CreateBackendStorageCommandOutput extends CreateBackendStorageR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateBackendStorageCommandInput - {@link CreateBackendStorageCommandInput}
34
+ * @returns {@link CreateBackendStorageCommandOutput}
28
35
  * @see {@link CreateBackendStorageCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateBackendStorageCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyBackendClientResolvedConfig | config} for AmplifyBackendClient's `config` shape.
@@ -46,11 +53,20 @@ export interface CreateBackendStorageCommandOutput extends CreateBackendStorageR
46
53
  export declare class CreateBackendStorageCommand extends $Command<CreateBackendStorageCommandInput, CreateBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig> {
47
54
  readonly input: CreateBackendStorageCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: CreateBackendStorageCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBackendStorageCommandInput, CreateBackendStorageCommandOutput>;
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 { CreateTokenRequest, CreateTokenResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateTokenCommand}.
8
10
  */
9
11
  export interface CreateTokenCommandInput extends CreateTokenRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateTokenCommand}.
13
17
  */
14
18
  export interface CreateTokenCommandOutput extends CreateTokenResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Generates a one-time challenge code to authenticate a user into your 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 CreateTokenCommandOutput extends CreateTokenResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateTokenCommandInput - {@link CreateTokenCommandInput}
34
+ * @returns {@link CreateTokenCommandOutput}
28
35
  * @see {@link CreateTokenCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateTokenCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyBackendClientResolvedConfig | config} for AmplifyBackendClient's `config` shape.
@@ -46,11 +53,20 @@ export interface CreateTokenCommandOutput extends CreateTokenResponse, __Metadat
46
53
  export declare class CreateTokenCommand extends $Command<CreateTokenCommandInput, CreateTokenCommandOutput, AmplifyBackendClientResolvedConfig> {
47
54
  readonly input: CreateTokenCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: CreateTokenCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTokenCommandInput, CreateTokenCommandOutput>;
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 { DeleteBackendAPIRequest, DeleteBackendAPIResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteBackendAPICommand}.
8
10
  */
9
11
  export interface DeleteBackendAPICommandInput extends DeleteBackendAPIRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteBackendAPICommand}.
13
17
  */
14
18
  export interface DeleteBackendAPICommandOutput extends DeleteBackendAPIResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes 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 DeleteBackendAPICommandOutput extends DeleteBackendAPIResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteBackendAPICommandInput - {@link DeleteBackendAPICommandInput}
34
+ * @returns {@link DeleteBackendAPICommandOutput}
28
35
  * @see {@link DeleteBackendAPICommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteBackendAPICommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyBackendClientResolvedConfig | config} for AmplifyBackendClient's `config` shape.
@@ -46,11 +53,20 @@ export interface DeleteBackendAPICommandOutput extends DeleteBackendAPIResponse,
46
53
  export declare class DeleteBackendAPICommand extends $Command<DeleteBackendAPICommandInput, DeleteBackendAPICommandOutput, AmplifyBackendClientResolvedConfig> {
47
54
  readonly input: DeleteBackendAPICommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: DeleteBackendAPICommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBackendAPICommandInput, DeleteBackendAPICommandOutput>;
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 { DeleteBackendAuthRequest, DeleteBackendAuthResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteBackendAuthCommand}.
8
10
  */
9
11
  export interface DeleteBackendAuthCommandInput extends DeleteBackendAuthRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteBackendAuthCommand}.
13
17
  */
14
18
  export interface DeleteBackendAuthCommandOutput extends DeleteBackendAuthResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes 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 DeleteBackendAuthCommandOutput extends DeleteBackendAuthRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteBackendAuthCommandInput - {@link DeleteBackendAuthCommandInput}
34
+ * @returns {@link DeleteBackendAuthCommandOutput}
28
35
  * @see {@link DeleteBackendAuthCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteBackendAuthCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyBackendClientResolvedConfig | config} for AmplifyBackendClient's `config` shape.
@@ -46,11 +53,20 @@ export interface DeleteBackendAuthCommandOutput extends DeleteBackendAuthRespons
46
53
  export declare class DeleteBackendAuthCommand extends $Command<DeleteBackendAuthCommandInput, DeleteBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig> {
47
54
  readonly input: DeleteBackendAuthCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: DeleteBackendAuthCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBackendAuthCommandInput, DeleteBackendAuthCommandOutput>;
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 { DeleteBackendRequest, DeleteBackendResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteBackendCommand}.
8
10
  */
9
11
  export interface DeleteBackendCommandInput extends DeleteBackendRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteBackendCommand}.
13
17
  */
14
18
  export interface DeleteBackendCommandOutput extends DeleteBackendResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes an existing environment 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 DeleteBackendCommandOutput extends DeleteBackendResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteBackendCommandInput - {@link DeleteBackendCommandInput}
34
+ * @returns {@link DeleteBackendCommandOutput}
28
35
  * @see {@link DeleteBackendCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteBackendCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyBackendClientResolvedConfig | config} for AmplifyBackendClient's `config` shape.
@@ -46,11 +53,20 @@ export interface DeleteBackendCommandOutput extends DeleteBackendResponse, __Met
46
53
  export declare class DeleteBackendCommand extends $Command<DeleteBackendCommandInput, DeleteBackendCommandOutput, AmplifyBackendClientResolvedConfig> {
47
54
  readonly input: DeleteBackendCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: DeleteBackendCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBackendCommandInput, DeleteBackendCommandOutput>;
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 { DeleteBackendStorageRequest, DeleteBackendStorageResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteBackendStorageCommand}.
8
10
  */
9
11
  export interface DeleteBackendStorageCommandInput extends DeleteBackendStorageRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteBackendStorageCommand}.
13
17
  */
14
18
  export interface DeleteBackendStorageCommandOutput extends DeleteBackendStorageResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes the specified 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 DeleteBackendStorageCommandOutput extends DeleteBackendStorageR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteBackendStorageCommandInput - {@link DeleteBackendStorageCommandInput}
34
+ * @returns {@link DeleteBackendStorageCommandOutput}
28
35
  * @see {@link DeleteBackendStorageCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteBackendStorageCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyBackendClientResolvedConfig | config} for AmplifyBackendClient's `config` shape.
@@ -46,11 +53,20 @@ export interface DeleteBackendStorageCommandOutput extends DeleteBackendStorageR
46
53
  export declare class DeleteBackendStorageCommand extends $Command<DeleteBackendStorageCommandInput, DeleteBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig> {
47
54
  readonly input: DeleteBackendStorageCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: DeleteBackendStorageCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBackendStorageCommandInput, DeleteBackendStorageCommandOutput>;
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 { DeleteTokenRequest, DeleteTokenResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteTokenCommand}.
8
10
  */
9
11
  export interface DeleteTokenCommandInput extends DeleteTokenRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteTokenCommand}.
13
17
  */
14
18
  export interface DeleteTokenCommandOutput extends DeleteTokenResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes 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 DeleteTokenCommandOutput extends DeleteTokenResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteTokenCommandInput - {@link DeleteTokenCommandInput}
34
+ * @returns {@link DeleteTokenCommandOutput}
28
35
  * @see {@link DeleteTokenCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteTokenCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyBackendClientResolvedConfig | config} for AmplifyBackendClient's `config` shape.
@@ -46,11 +53,20 @@ export interface DeleteTokenCommandOutput extends DeleteTokenResponse, __Metadat
46
53
  export declare class DeleteTokenCommand extends $Command<DeleteTokenCommandInput, DeleteTokenCommandOutput, AmplifyBackendClientResolvedConfig> {
47
54
  readonly input: DeleteTokenCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: DeleteTokenCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTokenCommandInput, DeleteTokenCommandOutput>;
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 { GenerateBackendAPIModelsRequest, GenerateBackendAPIModelsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GenerateBackendAPIModelsCommand}.
8
10
  */
9
11
  export interface GenerateBackendAPIModelsCommandInput extends GenerateBackendAPIModelsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GenerateBackendAPIModelsCommand}.
13
17
  */
14
18
  export interface GenerateBackendAPIModelsCommandOutput extends GenerateBackendAPIModelsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Generates a model 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 GenerateBackendAPIModelsCommandOutput extends GenerateBackendAP
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GenerateBackendAPIModelsCommandInput - {@link GenerateBackendAPIModelsCommandInput}
34
+ * @returns {@link GenerateBackendAPIModelsCommandOutput}
28
35
  * @see {@link GenerateBackendAPIModelsCommandInput} for command's `input` shape.
29
36
  * @see {@link GenerateBackendAPIModelsCommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyBackendClientResolvedConfig | config} for AmplifyBackendClient's `config` shape.
@@ -46,11 +53,20 @@ export interface GenerateBackendAPIModelsCommandOutput extends GenerateBackendAP
46
53
  export declare class GenerateBackendAPIModelsCommand extends $Command<GenerateBackendAPIModelsCommandInput, GenerateBackendAPIModelsCommandOutput, AmplifyBackendClientResolvedConfig> {
47
54
  readonly input: GenerateBackendAPIModelsCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: GenerateBackendAPIModelsCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GenerateBackendAPIModelsCommandInput, GenerateBackendAPIModelsCommandOutput>;
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 { GetBackendAPIRequest, GetBackendAPIResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetBackendAPICommand}.
8
10
  */
9
11
  export interface GetBackendAPICommandInput extends GetBackendAPIRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetBackendAPICommand}.
13
17
  */
14
18
  export interface GetBackendAPICommandOutput extends GetBackendAPIResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets the details for a backend API.</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 GetBackendAPICommandOutput extends GetBackendAPIResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetBackendAPICommandInput - {@link GetBackendAPICommandInput}
34
+ * @returns {@link GetBackendAPICommandOutput}
28
35
  * @see {@link GetBackendAPICommandInput} for command's `input` shape.
29
36
  * @see {@link GetBackendAPICommandOutput} for command's `response` shape.
30
37
  * @see {@link AmplifyBackendClientResolvedConfig | config} for AmplifyBackendClient's `config` shape.
@@ -46,11 +53,20 @@ export interface GetBackendAPICommandOutput extends GetBackendAPIResponse, __Met
46
53
  export declare class GetBackendAPICommand extends $Command<GetBackendAPICommandInput, GetBackendAPICommandOutput, AmplifyBackendClientResolvedConfig> {
47
54
  readonly input: GetBackendAPICommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: GetBackendAPICommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AmplifyBackendClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBackendAPICommandInput, GetBackendAPICommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }