@aws-sdk/client-amplifybackend 3.325.0 → 3.326.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.
- package/dist-types/commands/CloneBackendCommand.d.ts +11 -0
- package/dist-types/commands/CreateBackendAPICommand.d.ts +11 -0
- package/dist-types/commands/CreateBackendAuthCommand.d.ts +11 -0
- package/dist-types/commands/CreateBackendCommand.d.ts +11 -0
- package/dist-types/commands/CreateBackendConfigCommand.d.ts +9 -0
- package/dist-types/commands/CreateBackendStorageCommand.d.ts +9 -0
- package/dist-types/commands/CreateTokenCommand.d.ts +9 -0
- package/dist-types/commands/DeleteBackendAPICommand.d.ts +11 -0
- package/dist-types/commands/DeleteBackendAuthCommand.d.ts +11 -0
- package/dist-types/commands/DeleteBackendCommand.d.ts +11 -0
- package/dist-types/commands/DeleteBackendStorageCommand.d.ts +9 -0
- package/dist-types/commands/DeleteTokenCommand.d.ts +6 -0
- package/dist-types/commands/GenerateBackendAPIModelsCommand.d.ts +11 -0
- package/dist-types/commands/GetBackendAPICommand.d.ts +45 -0
- package/dist-types/commands/GetBackendAPIModelsCommand.d.ts +8 -0
- package/dist-types/commands/GetBackendAuthCommand.d.ts +92 -0
- package/dist-types/commands/GetBackendCommand.d.ts +14 -0
- package/dist-types/commands/GetBackendJobCommand.d.ts +13 -0
- package/dist-types/commands/GetBackendStorageCommand.d.ts +21 -0
- package/dist-types/commands/GetTokenCommand.d.ts +9 -0
- package/dist-types/commands/ImportBackendAuthCommand.d.ts +11 -0
- package/dist-types/commands/ImportBackendStorageCommand.d.ts +9 -0
- package/dist-types/commands/ListBackendJobsCommand.d.ts +18 -0
- package/dist-types/commands/ListS3BucketsCommand.d.ts +12 -0
- package/dist-types/commands/RemoveAllBackendsCommand.d.ts +10 -0
- package/dist-types/commands/RemoveBackendConfigCommand.d.ts +6 -0
- package/dist-types/commands/UpdateBackendAPICommand.d.ts +11 -0
- package/dist-types/commands/UpdateBackendAuthCommand.d.ts +11 -0
- package/dist-types/commands/UpdateBackendConfigCommand.d.ts +14 -0
- package/dist-types/commands/UpdateBackendJobCommand.d.ts +13 -0
- package/dist-types/commands/UpdateBackendStorageCommand.d.ts +9 -0
- package/package.json +3 -3
|
@@ -33,6 +33,15 @@ export interface CloneBackendCommandOutput extends CloneBackendResponse, __Metad
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new CloneBackendCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // CloneBackendResponse
|
|
37
|
+
* // AppId: "STRING_VALUE",
|
|
38
|
+
* // BackendEnvironmentName: "STRING_VALUE",
|
|
39
|
+
* // Error: "STRING_VALUE",
|
|
40
|
+
* // JobId: "STRING_VALUE",
|
|
41
|
+
* // Operation: "STRING_VALUE",
|
|
42
|
+
* // Status: "STRING_VALUE",
|
|
43
|
+
* // };
|
|
44
|
+
*
|
|
36
45
|
* ```
|
|
37
46
|
*
|
|
38
47
|
* @param CloneBackendCommandInput - {@link CloneBackendCommandInput}
|
|
@@ -53,6 +62,8 @@ export interface CloneBackendCommandOutput extends CloneBackendResponse, __Metad
|
|
|
53
62
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
54
63
|
* <p>An error that is returned when a limit of a specific type has been exceeded.</p>
|
|
55
64
|
*
|
|
65
|
+
* @throws {@link AmplifyBackendServiceException}
|
|
66
|
+
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
56
67
|
*
|
|
57
68
|
*/
|
|
58
69
|
export declare class CloneBackendCommand extends $Command<CloneBackendCommandInput, CloneBackendCommandOutput, AmplifyBackendClientResolvedConfig> {
|
|
@@ -69,6 +69,15 @@ export interface CreateBackendAPICommandOutput extends CreateBackendAPIResponse,
|
|
|
69
69
|
* };
|
|
70
70
|
* const command = new CreateBackendAPICommand(input);
|
|
71
71
|
* const response = await client.send(command);
|
|
72
|
+
* // { // CreateBackendAPIResponse
|
|
73
|
+
* // AppId: "STRING_VALUE",
|
|
74
|
+
* // BackendEnvironmentName: "STRING_VALUE",
|
|
75
|
+
* // Error: "STRING_VALUE",
|
|
76
|
+
* // JobId: "STRING_VALUE",
|
|
77
|
+
* // Operation: "STRING_VALUE",
|
|
78
|
+
* // Status: "STRING_VALUE",
|
|
79
|
+
* // };
|
|
80
|
+
*
|
|
72
81
|
* ```
|
|
73
82
|
*
|
|
74
83
|
* @param CreateBackendAPICommandInput - {@link CreateBackendAPICommandInput}
|
|
@@ -89,6 +98,8 @@ export interface CreateBackendAPICommandOutput extends CreateBackendAPIResponse,
|
|
|
89
98
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
90
99
|
* <p>An error that is returned when a limit of a specific type has been exceeded.</p>
|
|
91
100
|
*
|
|
101
|
+
* @throws {@link AmplifyBackendServiceException}
|
|
102
|
+
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
92
103
|
*
|
|
93
104
|
*/
|
|
94
105
|
export declare class CreateBackendAPICommand extends $Command<CreateBackendAPICommandInput, CreateBackendAPICommandOutput, AmplifyBackendClientResolvedConfig> {
|
|
@@ -116,6 +116,15 @@ export interface CreateBackendAuthCommandOutput extends CreateBackendAuthRespons
|
|
|
116
116
|
* };
|
|
117
117
|
* const command = new CreateBackendAuthCommand(input);
|
|
118
118
|
* const response = await client.send(command);
|
|
119
|
+
* // { // CreateBackendAuthResponse
|
|
120
|
+
* // AppId: "STRING_VALUE",
|
|
121
|
+
* // BackendEnvironmentName: "STRING_VALUE",
|
|
122
|
+
* // Error: "STRING_VALUE",
|
|
123
|
+
* // JobId: "STRING_VALUE",
|
|
124
|
+
* // Operation: "STRING_VALUE",
|
|
125
|
+
* // Status: "STRING_VALUE",
|
|
126
|
+
* // };
|
|
127
|
+
*
|
|
119
128
|
* ```
|
|
120
129
|
*
|
|
121
130
|
* @param CreateBackendAuthCommandInput - {@link CreateBackendAuthCommandInput}
|
|
@@ -136,6 +145,8 @@ export interface CreateBackendAuthCommandOutput extends CreateBackendAuthRespons
|
|
|
136
145
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
137
146
|
* <p>An error that is returned when a limit of a specific type has been exceeded.</p>
|
|
138
147
|
*
|
|
148
|
+
* @throws {@link AmplifyBackendServiceException}
|
|
149
|
+
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
139
150
|
*
|
|
140
151
|
*/
|
|
141
152
|
export declare class CreateBackendAuthCommand extends $Command<CreateBackendAuthCommandInput, CreateBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig> {
|
|
@@ -35,6 +35,15 @@ export interface CreateBackendCommandOutput extends CreateBackendResponse, __Met
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new CreateBackendCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // CreateBackendResponse
|
|
39
|
+
* // AppId: "STRING_VALUE",
|
|
40
|
+
* // BackendEnvironmentName: "STRING_VALUE",
|
|
41
|
+
* // Error: "STRING_VALUE",
|
|
42
|
+
* // JobId: "STRING_VALUE",
|
|
43
|
+
* // Operation: "STRING_VALUE",
|
|
44
|
+
* // Status: "STRING_VALUE",
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
38
47
|
* ```
|
|
39
48
|
*
|
|
40
49
|
* @param CreateBackendCommandInput - {@link CreateBackendCommandInput}
|
|
@@ -55,6 +64,8 @@ export interface CreateBackendCommandOutput extends CreateBackendResponse, __Met
|
|
|
55
64
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
56
65
|
* <p>An error that is returned when a limit of a specific type has been exceeded.</p>
|
|
57
66
|
*
|
|
67
|
+
* @throws {@link AmplifyBackendServiceException}
|
|
68
|
+
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
58
69
|
*
|
|
59
70
|
*/
|
|
60
71
|
export declare class CreateBackendCommand extends $Command<CreateBackendCommandInput, CreateBackendCommandOutput, AmplifyBackendClientResolvedConfig> {
|
|
@@ -32,6 +32,13 @@ export interface CreateBackendConfigCommandOutput extends CreateBackendConfigRes
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new CreateBackendConfigCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // CreateBackendConfigResponse
|
|
36
|
+
* // AppId: "STRING_VALUE",
|
|
37
|
+
* // BackendEnvironmentName: "STRING_VALUE",
|
|
38
|
+
* // JobId: "STRING_VALUE",
|
|
39
|
+
* // Status: "STRING_VALUE",
|
|
40
|
+
* // };
|
|
41
|
+
*
|
|
35
42
|
* ```
|
|
36
43
|
*
|
|
37
44
|
* @param CreateBackendConfigCommandInput - {@link CreateBackendConfigCommandInput}
|
|
@@ -52,6 +59,8 @@ export interface CreateBackendConfigCommandOutput extends CreateBackendConfigRes
|
|
|
52
59
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
53
60
|
* <p>An error that is returned when a limit of a specific type has been exceeded.</p>
|
|
54
61
|
*
|
|
62
|
+
* @throws {@link AmplifyBackendServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
55
64
|
*
|
|
56
65
|
*/
|
|
57
66
|
export declare class CreateBackendConfigCommand extends $Command<CreateBackendConfigCommandInput, CreateBackendConfigCommandOutput, AmplifyBackendClientResolvedConfig> {
|
|
@@ -45,6 +45,13 @@ export interface CreateBackendStorageCommandOutput extends CreateBackendStorageR
|
|
|
45
45
|
* };
|
|
46
46
|
* const command = new CreateBackendStorageCommand(input);
|
|
47
47
|
* const response = await client.send(command);
|
|
48
|
+
* // { // CreateBackendStorageResponse
|
|
49
|
+
* // AppId: "STRING_VALUE",
|
|
50
|
+
* // BackendEnvironmentName: "STRING_VALUE",
|
|
51
|
+
* // JobId: "STRING_VALUE",
|
|
52
|
+
* // Status: "STRING_VALUE",
|
|
53
|
+
* // };
|
|
54
|
+
*
|
|
48
55
|
* ```
|
|
49
56
|
*
|
|
50
57
|
* @param CreateBackendStorageCommandInput - {@link CreateBackendStorageCommandInput}
|
|
@@ -65,6 +72,8 @@ export interface CreateBackendStorageCommandOutput extends CreateBackendStorageR
|
|
|
65
72
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
66
73
|
* <p>An error that is returned when a limit of a specific type has been exceeded.</p>
|
|
67
74
|
*
|
|
75
|
+
* @throws {@link AmplifyBackendServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
68
77
|
*
|
|
69
78
|
*/
|
|
70
79
|
export declare class CreateBackendStorageCommand extends $Command<CreateBackendStorageCommandInput, CreateBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig> {
|
|
@@ -31,6 +31,13 @@ export interface CreateTokenCommandOutput extends CreateTokenResponse, __Metadat
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new CreateTokenCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // CreateTokenResponse
|
|
35
|
+
* // AppId: "STRING_VALUE",
|
|
36
|
+
* // ChallengeCode: "STRING_VALUE",
|
|
37
|
+
* // SessionId: "STRING_VALUE",
|
|
38
|
+
* // Ttl: "STRING_VALUE",
|
|
39
|
+
* // };
|
|
40
|
+
*
|
|
34
41
|
* ```
|
|
35
42
|
*
|
|
36
43
|
* @param CreateTokenCommandInput - {@link CreateTokenCommandInput}
|
|
@@ -51,6 +58,8 @@ export interface CreateTokenCommandOutput extends CreateTokenResponse, __Metadat
|
|
|
51
58
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
52
59
|
* <p>An error that is returned when a limit of a specific type has been exceeded.</p>
|
|
53
60
|
*
|
|
61
|
+
* @throws {@link AmplifyBackendServiceException}
|
|
62
|
+
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
54
63
|
*
|
|
55
64
|
*/
|
|
56
65
|
export declare class CreateTokenCommand extends $Command<CreateTokenCommandInput, CreateTokenCommandOutput, AmplifyBackendClientResolvedConfig> {
|
|
@@ -69,6 +69,15 @@ export interface DeleteBackendAPICommandOutput extends DeleteBackendAPIResponse,
|
|
|
69
69
|
* };
|
|
70
70
|
* const command = new DeleteBackendAPICommand(input);
|
|
71
71
|
* const response = await client.send(command);
|
|
72
|
+
* // { // DeleteBackendAPIResponse
|
|
73
|
+
* // AppId: "STRING_VALUE",
|
|
74
|
+
* // BackendEnvironmentName: "STRING_VALUE",
|
|
75
|
+
* // Error: "STRING_VALUE",
|
|
76
|
+
* // JobId: "STRING_VALUE",
|
|
77
|
+
* // Operation: "STRING_VALUE",
|
|
78
|
+
* // Status: "STRING_VALUE",
|
|
79
|
+
* // };
|
|
80
|
+
*
|
|
72
81
|
* ```
|
|
73
82
|
*
|
|
74
83
|
* @param DeleteBackendAPICommandInput - {@link DeleteBackendAPICommandInput}
|
|
@@ -89,6 +98,8 @@ export interface DeleteBackendAPICommandOutput extends DeleteBackendAPIResponse,
|
|
|
89
98
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
90
99
|
* <p>An error that is returned when a limit of a specific type has been exceeded.</p>
|
|
91
100
|
*
|
|
101
|
+
* @throws {@link AmplifyBackendServiceException}
|
|
102
|
+
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
92
103
|
*
|
|
93
104
|
*/
|
|
94
105
|
export declare class DeleteBackendAPICommand extends $Command<DeleteBackendAPICommandInput, DeleteBackendAPICommandOutput, AmplifyBackendClientResolvedConfig> {
|
|
@@ -33,6 +33,15 @@ export interface DeleteBackendAuthCommandOutput extends DeleteBackendAuthRespons
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteBackendAuthCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DeleteBackendAuthResponse
|
|
37
|
+
* // AppId: "STRING_VALUE",
|
|
38
|
+
* // BackendEnvironmentName: "STRING_VALUE",
|
|
39
|
+
* // Error: "STRING_VALUE",
|
|
40
|
+
* // JobId: "STRING_VALUE",
|
|
41
|
+
* // Operation: "STRING_VALUE",
|
|
42
|
+
* // Status: "STRING_VALUE",
|
|
43
|
+
* // };
|
|
44
|
+
*
|
|
36
45
|
* ```
|
|
37
46
|
*
|
|
38
47
|
* @param DeleteBackendAuthCommandInput - {@link DeleteBackendAuthCommandInput}
|
|
@@ -53,6 +62,8 @@ export interface DeleteBackendAuthCommandOutput extends DeleteBackendAuthRespons
|
|
|
53
62
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
54
63
|
* <p>An error that is returned when a limit of a specific type has been exceeded.</p>
|
|
55
64
|
*
|
|
65
|
+
* @throws {@link AmplifyBackendServiceException}
|
|
66
|
+
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
56
67
|
*
|
|
57
68
|
*/
|
|
58
69
|
export declare class DeleteBackendAuthCommand extends $Command<DeleteBackendAuthCommandInput, DeleteBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig> {
|
|
@@ -32,6 +32,15 @@ export interface DeleteBackendCommandOutput extends DeleteBackendResponse, __Met
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteBackendCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // DeleteBackendResponse
|
|
36
|
+
* // AppId: "STRING_VALUE",
|
|
37
|
+
* // BackendEnvironmentName: "STRING_VALUE",
|
|
38
|
+
* // Error: "STRING_VALUE",
|
|
39
|
+
* // JobId: "STRING_VALUE",
|
|
40
|
+
* // Operation: "STRING_VALUE",
|
|
41
|
+
* // Status: "STRING_VALUE",
|
|
42
|
+
* // };
|
|
43
|
+
*
|
|
35
44
|
* ```
|
|
36
45
|
*
|
|
37
46
|
* @param DeleteBackendCommandInput - {@link DeleteBackendCommandInput}
|
|
@@ -52,6 +61,8 @@ export interface DeleteBackendCommandOutput extends DeleteBackendResponse, __Met
|
|
|
52
61
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
53
62
|
* <p>An error that is returned when a limit of a specific type has been exceeded.</p>
|
|
54
63
|
*
|
|
64
|
+
* @throws {@link AmplifyBackendServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
55
66
|
*
|
|
56
67
|
*/
|
|
57
68
|
export declare class DeleteBackendCommand extends $Command<DeleteBackendCommandInput, DeleteBackendCommandOutput, AmplifyBackendClientResolvedConfig> {
|
|
@@ -34,6 +34,13 @@ export interface DeleteBackendStorageCommandOutput extends DeleteBackendStorageR
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteBackendStorageCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // DeleteBackendStorageResponse
|
|
38
|
+
* // AppId: "STRING_VALUE",
|
|
39
|
+
* // BackendEnvironmentName: "STRING_VALUE",
|
|
40
|
+
* // JobId: "STRING_VALUE",
|
|
41
|
+
* // Status: "STRING_VALUE",
|
|
42
|
+
* // };
|
|
43
|
+
*
|
|
37
44
|
* ```
|
|
38
45
|
*
|
|
39
46
|
* @param DeleteBackendStorageCommandInput - {@link DeleteBackendStorageCommandInput}
|
|
@@ -54,6 +61,8 @@ export interface DeleteBackendStorageCommandOutput extends DeleteBackendStorageR
|
|
|
54
61
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
55
62
|
* <p>An error that is returned when a limit of a specific type has been exceeded.</p>
|
|
56
63
|
*
|
|
64
|
+
* @throws {@link AmplifyBackendServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
57
66
|
*
|
|
58
67
|
*/
|
|
59
68
|
export declare class DeleteBackendStorageCommand extends $Command<DeleteBackendStorageCommandInput, DeleteBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig> {
|
|
@@ -32,6 +32,10 @@ export interface DeleteTokenCommandOutput extends DeleteTokenResponse, __Metadat
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteTokenCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // DeleteTokenResponse
|
|
36
|
+
* // IsSuccess: true || false,
|
|
37
|
+
* // };
|
|
38
|
+
*
|
|
35
39
|
* ```
|
|
36
40
|
*
|
|
37
41
|
* @param DeleteTokenCommandInput - {@link DeleteTokenCommandInput}
|
|
@@ -52,6 +56,8 @@ export interface DeleteTokenCommandOutput extends DeleteTokenResponse, __Metadat
|
|
|
52
56
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
53
57
|
* <p>An error that is returned when a limit of a specific type has been exceeded.</p>
|
|
54
58
|
*
|
|
59
|
+
* @throws {@link AmplifyBackendServiceException}
|
|
60
|
+
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
55
61
|
*
|
|
56
62
|
*/
|
|
57
63
|
export declare class DeleteTokenCommand extends $Command<DeleteTokenCommandInput, DeleteTokenCommandOutput, AmplifyBackendClientResolvedConfig> {
|
|
@@ -33,6 +33,15 @@ export interface GenerateBackendAPIModelsCommandOutput extends GenerateBackendAP
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new GenerateBackendAPIModelsCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // GenerateBackendAPIModelsResponse
|
|
37
|
+
* // AppId: "STRING_VALUE",
|
|
38
|
+
* // BackendEnvironmentName: "STRING_VALUE",
|
|
39
|
+
* // Error: "STRING_VALUE",
|
|
40
|
+
* // JobId: "STRING_VALUE",
|
|
41
|
+
* // Operation: "STRING_VALUE",
|
|
42
|
+
* // Status: "STRING_VALUE",
|
|
43
|
+
* // };
|
|
44
|
+
*
|
|
36
45
|
* ```
|
|
37
46
|
*
|
|
38
47
|
* @param GenerateBackendAPIModelsCommandInput - {@link GenerateBackendAPIModelsCommandInput}
|
|
@@ -53,6 +62,8 @@ export interface GenerateBackendAPIModelsCommandOutput extends GenerateBackendAP
|
|
|
53
62
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
54
63
|
* <p>An error that is returned when a limit of a specific type has been exceeded.</p>
|
|
55
64
|
*
|
|
65
|
+
* @throws {@link AmplifyBackendServiceException}
|
|
66
|
+
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
56
67
|
*
|
|
57
68
|
*/
|
|
58
69
|
export declare class GenerateBackendAPIModelsCommand extends $Command<GenerateBackendAPIModelsCommandInput, GenerateBackendAPIModelsCommandOutput, AmplifyBackendClientResolvedConfig> {
|
|
@@ -69,6 +69,49 @@ export interface GetBackendAPICommandOutput extends GetBackendAPIResponse, __Met
|
|
|
69
69
|
* };
|
|
70
70
|
* const command = new GetBackendAPICommand(input);
|
|
71
71
|
* const response = await client.send(command);
|
|
72
|
+
* // { // GetBackendAPIResponse
|
|
73
|
+
* // AppId: "STRING_VALUE",
|
|
74
|
+
* // BackendEnvironmentName: "STRING_VALUE",
|
|
75
|
+
* // Error: "STRING_VALUE",
|
|
76
|
+
* // ResourceConfig: { // BackendAPIResourceConfig
|
|
77
|
+
* // AdditionalAuthTypes: [ // ListOfBackendAPIAuthType
|
|
78
|
+
* // { // BackendAPIAuthType
|
|
79
|
+
* // Mode: "API_KEY" || "AWS_IAM" || "AMAZON_COGNITO_USER_POOLS" || "OPENID_CONNECT",
|
|
80
|
+
* // Settings: { // BackendAPIAppSyncAuthSettings
|
|
81
|
+
* // CognitoUserPoolId: "STRING_VALUE",
|
|
82
|
+
* // Description: "STRING_VALUE",
|
|
83
|
+
* // ExpirationTime: Number("double"),
|
|
84
|
+
* // OpenIDAuthTTL: "STRING_VALUE",
|
|
85
|
+
* // OpenIDClientId: "STRING_VALUE",
|
|
86
|
+
* // OpenIDIatTTL: "STRING_VALUE",
|
|
87
|
+
* // OpenIDIssueURL: "STRING_VALUE",
|
|
88
|
+
* // OpenIDProviderName: "STRING_VALUE",
|
|
89
|
+
* // },
|
|
90
|
+
* // },
|
|
91
|
+
* // ],
|
|
92
|
+
* // ApiName: "STRING_VALUE",
|
|
93
|
+
* // ConflictResolution: { // BackendAPIConflictResolution
|
|
94
|
+
* // ResolutionStrategy: "OPTIMISTIC_CONCURRENCY" || "LAMBDA" || "AUTOMERGE" || "NONE",
|
|
95
|
+
* // },
|
|
96
|
+
* // DefaultAuthType: {
|
|
97
|
+
* // Mode: "API_KEY" || "AWS_IAM" || "AMAZON_COGNITO_USER_POOLS" || "OPENID_CONNECT",
|
|
98
|
+
* // Settings: {
|
|
99
|
+
* // CognitoUserPoolId: "STRING_VALUE",
|
|
100
|
+
* // Description: "STRING_VALUE",
|
|
101
|
+
* // ExpirationTime: Number("double"),
|
|
102
|
+
* // OpenIDAuthTTL: "STRING_VALUE",
|
|
103
|
+
* // OpenIDClientId: "STRING_VALUE",
|
|
104
|
+
* // OpenIDIatTTL: "STRING_VALUE",
|
|
105
|
+
* // OpenIDIssueURL: "STRING_VALUE",
|
|
106
|
+
* // OpenIDProviderName: "STRING_VALUE",
|
|
107
|
+
* // },
|
|
108
|
+
* // },
|
|
109
|
+
* // Service: "STRING_VALUE",
|
|
110
|
+
* // TransformSchema: "STRING_VALUE",
|
|
111
|
+
* // },
|
|
112
|
+
* // ResourceName: "STRING_VALUE",
|
|
113
|
+
* // };
|
|
114
|
+
*
|
|
72
115
|
* ```
|
|
73
116
|
*
|
|
74
117
|
* @param GetBackendAPICommandInput - {@link GetBackendAPICommandInput}
|
|
@@ -89,6 +132,8 @@ export interface GetBackendAPICommandOutput extends GetBackendAPIResponse, __Met
|
|
|
89
132
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
90
133
|
* <p>An error that is returned when a limit of a specific type has been exceeded.</p>
|
|
91
134
|
*
|
|
135
|
+
* @throws {@link AmplifyBackendServiceException}
|
|
136
|
+
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
92
137
|
*
|
|
93
138
|
*/
|
|
94
139
|
export declare class GetBackendAPICommand extends $Command<GetBackendAPICommandInput, GetBackendAPICommandOutput, AmplifyBackendClientResolvedConfig> {
|
|
@@ -33,6 +33,12 @@ export interface GetBackendAPIModelsCommandOutput extends GetBackendAPIModelsRes
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new GetBackendAPIModelsCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // GetBackendAPIModelsResponse
|
|
37
|
+
* // Models: "STRING_VALUE",
|
|
38
|
+
* // Status: "LATEST" || "STALE",
|
|
39
|
+
* // ModelIntrospectionSchema: "STRING_VALUE",
|
|
40
|
+
* // };
|
|
41
|
+
*
|
|
36
42
|
* ```
|
|
37
43
|
*
|
|
38
44
|
* @param GetBackendAPIModelsCommandInput - {@link GetBackendAPIModelsCommandInput}
|
|
@@ -53,6 +59,8 @@ export interface GetBackendAPIModelsCommandOutput extends GetBackendAPIModelsRes
|
|
|
53
59
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
54
60
|
* <p>An error that is returned when a limit of a specific type has been exceeded.</p>
|
|
55
61
|
*
|
|
62
|
+
* @throws {@link AmplifyBackendServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
56
64
|
*
|
|
57
65
|
*/
|
|
58
66
|
export declare class GetBackendAPIModelsCommand extends $Command<GetBackendAPIModelsCommandInput, GetBackendAPIModelsCommandOutput, AmplifyBackendClientResolvedConfig> {
|
|
@@ -33,6 +33,96 @@ export interface GetBackendAuthCommandOutput extends GetBackendAuthResponse, __M
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new GetBackendAuthCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // GetBackendAuthResponse
|
|
37
|
+
* // AppId: "STRING_VALUE",
|
|
38
|
+
* // BackendEnvironmentName: "STRING_VALUE",
|
|
39
|
+
* // Error: "STRING_VALUE",
|
|
40
|
+
* // ResourceConfig: { // CreateBackendAuthResourceConfig
|
|
41
|
+
* // AuthResources: "USER_POOL_ONLY" || "IDENTITY_POOL_AND_USER_POOL", // required
|
|
42
|
+
* // IdentityPoolConfigs: { // CreateBackendAuthIdentityPoolConfig
|
|
43
|
+
* // IdentityPoolName: "STRING_VALUE", // required
|
|
44
|
+
* // UnauthenticatedLogin: true || false, // required
|
|
45
|
+
* // },
|
|
46
|
+
* // Service: "COGNITO", // required
|
|
47
|
+
* // UserPoolConfigs: { // CreateBackendAuthUserPoolConfig
|
|
48
|
+
* // ForgotPassword: { // CreateBackendAuthForgotPasswordConfig
|
|
49
|
+
* // DeliveryMethod: "EMAIL" || "SMS", // required
|
|
50
|
+
* // EmailSettings: { // EmailSettings
|
|
51
|
+
* // EmailMessage: "STRING_VALUE",
|
|
52
|
+
* // EmailSubject: "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // SmsSettings: { // SmsSettings
|
|
55
|
+
* // SmsMessage: "STRING_VALUE",
|
|
56
|
+
* // },
|
|
57
|
+
* // },
|
|
58
|
+
* // Mfa: { // CreateBackendAuthMFAConfig
|
|
59
|
+
* // MFAMode: "ON" || "OFF" || "OPTIONAL", // required
|
|
60
|
+
* // Settings: { // Settings
|
|
61
|
+
* // MfaTypes: [ // ListOfMfaTypesElement
|
|
62
|
+
* // "SMS" || "TOTP",
|
|
63
|
+
* // ],
|
|
64
|
+
* // SmsMessage: "STRING_VALUE",
|
|
65
|
+
* // },
|
|
66
|
+
* // },
|
|
67
|
+
* // OAuth: { // CreateBackendAuthOAuthConfig
|
|
68
|
+
* // DomainPrefix: "STRING_VALUE",
|
|
69
|
+
* // OAuthGrantType: "CODE" || "IMPLICIT", // required
|
|
70
|
+
* // OAuthScopes: [ // ListOfOAuthScopesElement // required
|
|
71
|
+
* // "PHONE" || "EMAIL" || "OPENID" || "PROFILE" || "AWS_COGNITO_SIGNIN_USER_ADMIN",
|
|
72
|
+
* // ],
|
|
73
|
+
* // RedirectSignInURIs: [ // ListOf__string // required
|
|
74
|
+
* // "STRING_VALUE",
|
|
75
|
+
* // ],
|
|
76
|
+
* // RedirectSignOutURIs: [ // required
|
|
77
|
+
* // "STRING_VALUE",
|
|
78
|
+
* // ],
|
|
79
|
+
* // SocialProviderSettings: { // SocialProviderSettings
|
|
80
|
+
* // Facebook: { // BackendAuthSocialProviderConfig
|
|
81
|
+
* // ClientId: "STRING_VALUE",
|
|
82
|
+
* // ClientSecret: "STRING_VALUE",
|
|
83
|
+
* // },
|
|
84
|
+
* // Google: {
|
|
85
|
+
* // ClientId: "STRING_VALUE",
|
|
86
|
+
* // ClientSecret: "STRING_VALUE",
|
|
87
|
+
* // },
|
|
88
|
+
* // LoginWithAmazon: {
|
|
89
|
+
* // ClientId: "STRING_VALUE",
|
|
90
|
+
* // ClientSecret: "STRING_VALUE",
|
|
91
|
+
* // },
|
|
92
|
+
* // SignInWithApple: { // BackendAuthAppleProviderConfig
|
|
93
|
+
* // ClientId: "STRING_VALUE",
|
|
94
|
+
* // KeyId: "STRING_VALUE",
|
|
95
|
+
* // PrivateKey: "STRING_VALUE",
|
|
96
|
+
* // TeamId: "STRING_VALUE",
|
|
97
|
+
* // },
|
|
98
|
+
* // },
|
|
99
|
+
* // },
|
|
100
|
+
* // PasswordPolicy: { // CreateBackendAuthPasswordPolicyConfig
|
|
101
|
+
* // AdditionalConstraints: [ // ListOfAdditionalConstraintsElement
|
|
102
|
+
* // "REQUIRE_DIGIT" || "REQUIRE_LOWERCASE" || "REQUIRE_SYMBOL" || "REQUIRE_UPPERCASE",
|
|
103
|
+
* // ],
|
|
104
|
+
* // MinimumLength: Number("double"), // required
|
|
105
|
+
* // },
|
|
106
|
+
* // RequiredSignUpAttributes: [ // ListOfRequiredSignUpAttributesElement // required
|
|
107
|
+
* // "ADDRESS" || "BIRTHDATE" || "EMAIL" || "FAMILY_NAME" || "GENDER" || "GIVEN_NAME" || "LOCALE" || "MIDDLE_NAME" || "NAME" || "NICKNAME" || "PHONE_NUMBER" || "PICTURE" || "PREFERRED_USERNAME" || "PROFILE" || "UPDATED_AT" || "WEBSITE" || "ZONE_INFO",
|
|
108
|
+
* // ],
|
|
109
|
+
* // SignInMethod: "EMAIL" || "EMAIL_AND_PHONE_NUMBER" || "PHONE_NUMBER" || "USERNAME", // required
|
|
110
|
+
* // UserPoolName: "STRING_VALUE", // required
|
|
111
|
+
* // VerificationMessage: { // CreateBackendAuthVerificationMessageConfig
|
|
112
|
+
* // DeliveryMethod: "EMAIL" || "SMS", // required
|
|
113
|
+
* // EmailSettings: {
|
|
114
|
+
* // EmailMessage: "STRING_VALUE",
|
|
115
|
+
* // EmailSubject: "STRING_VALUE",
|
|
116
|
+
* // },
|
|
117
|
+
* // SmsSettings: {
|
|
118
|
+
* // SmsMessage: "STRING_VALUE",
|
|
119
|
+
* // },
|
|
120
|
+
* // },
|
|
121
|
+
* // },
|
|
122
|
+
* // },
|
|
123
|
+
* // ResourceName: "STRING_VALUE",
|
|
124
|
+
* // };
|
|
125
|
+
*
|
|
36
126
|
* ```
|
|
37
127
|
*
|
|
38
128
|
* @param GetBackendAuthCommandInput - {@link GetBackendAuthCommandInput}
|
|
@@ -53,6 +143,8 @@ export interface GetBackendAuthCommandOutput extends GetBackendAuthResponse, __M
|
|
|
53
143
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
54
144
|
* <p>An error that is returned when a limit of a specific type has been exceeded.</p>
|
|
55
145
|
*
|
|
146
|
+
* @throws {@link AmplifyBackendServiceException}
|
|
147
|
+
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
56
148
|
*
|
|
57
149
|
*/
|
|
58
150
|
export declare class GetBackendAuthCommand extends $Command<GetBackendAuthCommandInput, GetBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig> {
|
|
@@ -32,6 +32,18 @@ export interface GetBackendCommandOutput extends GetBackendResponse, __MetadataB
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new GetBackendCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // GetBackendResponse
|
|
36
|
+
* // AmplifyFeatureFlags: "STRING_VALUE",
|
|
37
|
+
* // AmplifyMetaConfig: "STRING_VALUE",
|
|
38
|
+
* // AppId: "STRING_VALUE",
|
|
39
|
+
* // AppName: "STRING_VALUE",
|
|
40
|
+
* // BackendEnvironmentList: [ // ListOf__string
|
|
41
|
+
* // "STRING_VALUE",
|
|
42
|
+
* // ],
|
|
43
|
+
* // BackendEnvironmentName: "STRING_VALUE",
|
|
44
|
+
* // Error: "STRING_VALUE",
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
35
47
|
* ```
|
|
36
48
|
*
|
|
37
49
|
* @param GetBackendCommandInput - {@link GetBackendCommandInput}
|
|
@@ -52,6 +64,8 @@ export interface GetBackendCommandOutput extends GetBackendResponse, __MetadataB
|
|
|
52
64
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
53
65
|
* <p>An error that is returned when a limit of a specific type has been exceeded.</p>
|
|
54
66
|
*
|
|
67
|
+
* @throws {@link AmplifyBackendServiceException}
|
|
68
|
+
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
55
69
|
*
|
|
56
70
|
*/
|
|
57
71
|
export declare class GetBackendCommand extends $Command<GetBackendCommandInput, GetBackendCommandOutput, AmplifyBackendClientResolvedConfig> {
|
|
@@ -33,6 +33,17 @@ export interface GetBackendJobCommandOutput extends GetBackendJobResponse, __Met
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new GetBackendJobCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // GetBackendJobResponse
|
|
37
|
+
* // AppId: "STRING_VALUE",
|
|
38
|
+
* // BackendEnvironmentName: "STRING_VALUE",
|
|
39
|
+
* // CreateTime: "STRING_VALUE",
|
|
40
|
+
* // Error: "STRING_VALUE",
|
|
41
|
+
* // JobId: "STRING_VALUE",
|
|
42
|
+
* // Operation: "STRING_VALUE",
|
|
43
|
+
* // Status: "STRING_VALUE",
|
|
44
|
+
* // UpdateTime: "STRING_VALUE",
|
|
45
|
+
* // };
|
|
46
|
+
*
|
|
36
47
|
* ```
|
|
37
48
|
*
|
|
38
49
|
* @param GetBackendJobCommandInput - {@link GetBackendJobCommandInput}
|
|
@@ -53,6 +64,8 @@ export interface GetBackendJobCommandOutput extends GetBackendJobResponse, __Met
|
|
|
53
64
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
54
65
|
* <p>An error that is returned when a limit of a specific type has been exceeded.</p>
|
|
55
66
|
*
|
|
67
|
+
* @throws {@link AmplifyBackendServiceException}
|
|
68
|
+
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
56
69
|
*
|
|
57
70
|
*/
|
|
58
71
|
export declare class GetBackendJobCommand extends $Command<GetBackendJobCommandInput, GetBackendJobCommandOutput, AmplifyBackendClientResolvedConfig> {
|
|
@@ -33,6 +33,25 @@ export interface GetBackendStorageCommandOutput extends GetBackendStorageRespons
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new GetBackendStorageCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // GetBackendStorageResponse
|
|
37
|
+
* // AppId: "STRING_VALUE",
|
|
38
|
+
* // BackendEnvironmentName: "STRING_VALUE",
|
|
39
|
+
* // ResourceConfig: { // GetBackendStorageResourceConfig
|
|
40
|
+
* // BucketName: "STRING_VALUE",
|
|
41
|
+
* // Imported: true || false, // required
|
|
42
|
+
* // Permissions: { // BackendStoragePermissions
|
|
43
|
+
* // Authenticated: [ // ListOfAuthenticatedElement // required
|
|
44
|
+
* // "READ" || "CREATE_AND_UPDATE" || "DELETE",
|
|
45
|
+
* // ],
|
|
46
|
+
* // UnAuthenticated: [ // ListOfUnAuthenticatedElement
|
|
47
|
+
* // "READ" || "CREATE_AND_UPDATE" || "DELETE",
|
|
48
|
+
* // ],
|
|
49
|
+
* // },
|
|
50
|
+
* // ServiceName: "S3", // required
|
|
51
|
+
* // },
|
|
52
|
+
* // ResourceName: "STRING_VALUE",
|
|
53
|
+
* // };
|
|
54
|
+
*
|
|
36
55
|
* ```
|
|
37
56
|
*
|
|
38
57
|
* @param GetBackendStorageCommandInput - {@link GetBackendStorageCommandInput}
|
|
@@ -53,6 +72,8 @@ export interface GetBackendStorageCommandOutput extends GetBackendStorageRespons
|
|
|
53
72
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
54
73
|
* <p>An error that is returned when a limit of a specific type has been exceeded.</p>
|
|
55
74
|
*
|
|
75
|
+
* @throws {@link AmplifyBackendServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
56
77
|
*
|
|
57
78
|
*/
|
|
58
79
|
export declare class GetBackendStorageCommand extends $Command<GetBackendStorageCommandInput, GetBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig> {
|
|
@@ -32,6 +32,13 @@ export interface GetTokenCommandOutput extends GetTokenResponse, __MetadataBeare
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new GetTokenCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // GetTokenResponse
|
|
36
|
+
* // AppId: "STRING_VALUE",
|
|
37
|
+
* // ChallengeCode: "STRING_VALUE",
|
|
38
|
+
* // SessionId: "STRING_VALUE",
|
|
39
|
+
* // Ttl: "STRING_VALUE",
|
|
40
|
+
* // };
|
|
41
|
+
*
|
|
35
42
|
* ```
|
|
36
43
|
*
|
|
37
44
|
* @param GetTokenCommandInput - {@link GetTokenCommandInput}
|
|
@@ -52,6 +59,8 @@ export interface GetTokenCommandOutput extends GetTokenResponse, __MetadataBeare
|
|
|
52
59
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
53
60
|
* <p>An error that is returned when a limit of a specific type has been exceeded.</p>
|
|
54
61
|
*
|
|
62
|
+
* @throws {@link AmplifyBackendServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
55
64
|
*
|
|
56
65
|
*/
|
|
57
66
|
export declare class GetTokenCommand extends $Command<GetTokenCommandInput, GetTokenCommandOutput, AmplifyBackendClientResolvedConfig> {
|
|
@@ -36,6 +36,15 @@ export interface ImportBackendAuthCommandOutput extends ImportBackendAuthRespons
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new ImportBackendAuthCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // ImportBackendAuthResponse
|
|
40
|
+
* // AppId: "STRING_VALUE",
|
|
41
|
+
* // BackendEnvironmentName: "STRING_VALUE",
|
|
42
|
+
* // Error: "STRING_VALUE",
|
|
43
|
+
* // JobId: "STRING_VALUE",
|
|
44
|
+
* // Operation: "STRING_VALUE",
|
|
45
|
+
* // Status: "STRING_VALUE",
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
39
48
|
* ```
|
|
40
49
|
*
|
|
41
50
|
* @param ImportBackendAuthCommandInput - {@link ImportBackendAuthCommandInput}
|
|
@@ -56,6 +65,8 @@ export interface ImportBackendAuthCommandOutput extends ImportBackendAuthRespons
|
|
|
56
65
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
57
66
|
* <p>An error that is returned when a limit of a specific type has been exceeded.</p>
|
|
58
67
|
*
|
|
68
|
+
* @throws {@link AmplifyBackendServiceException}
|
|
69
|
+
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
59
70
|
*
|
|
60
71
|
*/
|
|
61
72
|
export declare class ImportBackendAuthCommand extends $Command<ImportBackendAuthCommandInput, ImportBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig> {
|
|
@@ -34,6 +34,13 @@ export interface ImportBackendStorageCommandOutput extends ImportBackendStorageR
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new ImportBackendStorageCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // ImportBackendStorageResponse
|
|
38
|
+
* // AppId: "STRING_VALUE",
|
|
39
|
+
* // BackendEnvironmentName: "STRING_VALUE",
|
|
40
|
+
* // JobId: "STRING_VALUE",
|
|
41
|
+
* // Status: "STRING_VALUE",
|
|
42
|
+
* // };
|
|
43
|
+
*
|
|
37
44
|
* ```
|
|
38
45
|
*
|
|
39
46
|
* @param ImportBackendStorageCommandInput - {@link ImportBackendStorageCommandInput}
|
|
@@ -54,6 +61,8 @@ export interface ImportBackendStorageCommandOutput extends ImportBackendStorageR
|
|
|
54
61
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
55
62
|
* <p>An error that is returned when a limit of a specific type has been exceeded.</p>
|
|
56
63
|
*
|
|
64
|
+
* @throws {@link AmplifyBackendServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
57
66
|
*
|
|
58
67
|
*/
|
|
59
68
|
export declare class ImportBackendStorageCommand extends $Command<ImportBackendStorageCommandInput, ImportBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig> {
|
|
@@ -37,6 +37,22 @@ export interface ListBackendJobsCommandOutput extends ListBackendJobsResponse, _
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new ListBackendJobsCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // { // ListBackendJobsResponse
|
|
41
|
+
* // Jobs: [ // ListOfBackendJobRespObj
|
|
42
|
+
* // { // BackendJobRespObj
|
|
43
|
+
* // AppId: "STRING_VALUE", // required
|
|
44
|
+
* // BackendEnvironmentName: "STRING_VALUE", // required
|
|
45
|
+
* // CreateTime: "STRING_VALUE",
|
|
46
|
+
* // Error: "STRING_VALUE",
|
|
47
|
+
* // JobId: "STRING_VALUE",
|
|
48
|
+
* // Operation: "STRING_VALUE",
|
|
49
|
+
* // Status: "STRING_VALUE",
|
|
50
|
+
* // UpdateTime: "STRING_VALUE",
|
|
51
|
+
* // },
|
|
52
|
+
* // ],
|
|
53
|
+
* // NextToken: "STRING_VALUE",
|
|
54
|
+
* // };
|
|
55
|
+
*
|
|
40
56
|
* ```
|
|
41
57
|
*
|
|
42
58
|
* @param ListBackendJobsCommandInput - {@link ListBackendJobsCommandInput}
|
|
@@ -57,6 +73,8 @@ export interface ListBackendJobsCommandOutput extends ListBackendJobsResponse, _
|
|
|
57
73
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
58
74
|
* <p>An error that is returned when a limit of a specific type has been exceeded.</p>
|
|
59
75
|
*
|
|
76
|
+
* @throws {@link AmplifyBackendServiceException}
|
|
77
|
+
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
60
78
|
*
|
|
61
79
|
*/
|
|
62
80
|
export declare class ListBackendJobsCommand extends $Command<ListBackendJobsCommandInput, ListBackendJobsCommandOutput, AmplifyBackendClientResolvedConfig> {
|
|
@@ -31,6 +31,16 @@ export interface ListS3BucketsCommandOutput extends ListS3BucketsResponse, __Met
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new ListS3BucketsCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // ListS3BucketsResponse
|
|
35
|
+
* // Buckets: [ // ListOfS3BucketInfo
|
|
36
|
+
* // { // S3BucketInfo
|
|
37
|
+
* // CreationDate: "STRING_VALUE",
|
|
38
|
+
* // Name: "STRING_VALUE",
|
|
39
|
+
* // },
|
|
40
|
+
* // ],
|
|
41
|
+
* // NextToken: "STRING_VALUE",
|
|
42
|
+
* // };
|
|
43
|
+
*
|
|
34
44
|
* ```
|
|
35
45
|
*
|
|
36
46
|
* @param ListS3BucketsCommandInput - {@link ListS3BucketsCommandInput}
|
|
@@ -51,6 +61,8 @@ export interface ListS3BucketsCommandOutput extends ListS3BucketsResponse, __Met
|
|
|
51
61
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
52
62
|
* <p>An error that is returned when a limit of a specific type has been exceeded.</p>
|
|
53
63
|
*
|
|
64
|
+
* @throws {@link AmplifyBackendServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
54
66
|
*
|
|
55
67
|
*/
|
|
56
68
|
export declare class ListS3BucketsCommand extends $Command<ListS3BucketsCommandInput, ListS3BucketsCommandOutput, AmplifyBackendClientResolvedConfig> {
|
|
@@ -32,6 +32,14 @@ export interface RemoveAllBackendsCommandOutput extends RemoveAllBackendsRespons
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new RemoveAllBackendsCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // RemoveAllBackendsResponse
|
|
36
|
+
* // AppId: "STRING_VALUE",
|
|
37
|
+
* // Error: "STRING_VALUE",
|
|
38
|
+
* // JobId: "STRING_VALUE",
|
|
39
|
+
* // Operation: "STRING_VALUE",
|
|
40
|
+
* // Status: "STRING_VALUE",
|
|
41
|
+
* // };
|
|
42
|
+
*
|
|
35
43
|
* ```
|
|
36
44
|
*
|
|
37
45
|
* @param RemoveAllBackendsCommandInput - {@link RemoveAllBackendsCommandInput}
|
|
@@ -52,6 +60,8 @@ export interface RemoveAllBackendsCommandOutput extends RemoveAllBackendsRespons
|
|
|
52
60
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
53
61
|
* <p>An error that is returned when a limit of a specific type has been exceeded.</p>
|
|
54
62
|
*
|
|
63
|
+
* @throws {@link AmplifyBackendServiceException}
|
|
64
|
+
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
55
65
|
*
|
|
56
66
|
*/
|
|
57
67
|
export declare class RemoveAllBackendsCommand extends $Command<RemoveAllBackendsCommandInput, RemoveAllBackendsCommandOutput, AmplifyBackendClientResolvedConfig> {
|
|
@@ -31,6 +31,10 @@ export interface RemoveBackendConfigCommandOutput extends RemoveBackendConfigRes
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new RemoveBackendConfigCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // RemoveBackendConfigResponse
|
|
35
|
+
* // Error: "STRING_VALUE",
|
|
36
|
+
* // };
|
|
37
|
+
*
|
|
34
38
|
* ```
|
|
35
39
|
*
|
|
36
40
|
* @param RemoveBackendConfigCommandInput - {@link RemoveBackendConfigCommandInput}
|
|
@@ -51,6 +55,8 @@ export interface RemoveBackendConfigCommandOutput extends RemoveBackendConfigRes
|
|
|
51
55
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
52
56
|
* <p>An error that is returned when a limit of a specific type has been exceeded.</p>
|
|
53
57
|
*
|
|
58
|
+
* @throws {@link AmplifyBackendServiceException}
|
|
59
|
+
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
54
60
|
*
|
|
55
61
|
*/
|
|
56
62
|
export declare class RemoveBackendConfigCommand extends $Command<RemoveBackendConfigCommandInput, RemoveBackendConfigCommandOutput, AmplifyBackendClientResolvedConfig> {
|
|
@@ -69,6 +69,15 @@ export interface UpdateBackendAPICommandOutput extends UpdateBackendAPIResponse,
|
|
|
69
69
|
* };
|
|
70
70
|
* const command = new UpdateBackendAPICommand(input);
|
|
71
71
|
* const response = await client.send(command);
|
|
72
|
+
* // { // UpdateBackendAPIResponse
|
|
73
|
+
* // AppId: "STRING_VALUE",
|
|
74
|
+
* // BackendEnvironmentName: "STRING_VALUE",
|
|
75
|
+
* // Error: "STRING_VALUE",
|
|
76
|
+
* // JobId: "STRING_VALUE",
|
|
77
|
+
* // Operation: "STRING_VALUE",
|
|
78
|
+
* // Status: "STRING_VALUE",
|
|
79
|
+
* // };
|
|
80
|
+
*
|
|
72
81
|
* ```
|
|
73
82
|
*
|
|
74
83
|
* @param UpdateBackendAPICommandInput - {@link UpdateBackendAPICommandInput}
|
|
@@ -89,6 +98,8 @@ export interface UpdateBackendAPICommandOutput extends UpdateBackendAPIResponse,
|
|
|
89
98
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
90
99
|
* <p>An error that is returned when a limit of a specific type has been exceeded.</p>
|
|
91
100
|
*
|
|
101
|
+
* @throws {@link AmplifyBackendServiceException}
|
|
102
|
+
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
92
103
|
*
|
|
93
104
|
*/
|
|
94
105
|
export declare class UpdateBackendAPICommand extends $Command<UpdateBackendAPICommandInput, UpdateBackendAPICommandOutput, AmplifyBackendClientResolvedConfig> {
|
|
@@ -110,6 +110,15 @@ export interface UpdateBackendAuthCommandOutput extends UpdateBackendAuthRespons
|
|
|
110
110
|
* };
|
|
111
111
|
* const command = new UpdateBackendAuthCommand(input);
|
|
112
112
|
* const response = await client.send(command);
|
|
113
|
+
* // { // UpdateBackendAuthResponse
|
|
114
|
+
* // AppId: "STRING_VALUE",
|
|
115
|
+
* // BackendEnvironmentName: "STRING_VALUE",
|
|
116
|
+
* // Error: "STRING_VALUE",
|
|
117
|
+
* // JobId: "STRING_VALUE",
|
|
118
|
+
* // Operation: "STRING_VALUE",
|
|
119
|
+
* // Status: "STRING_VALUE",
|
|
120
|
+
* // };
|
|
121
|
+
*
|
|
113
122
|
* ```
|
|
114
123
|
*
|
|
115
124
|
* @param UpdateBackendAuthCommandInput - {@link UpdateBackendAuthCommandInput}
|
|
@@ -130,6 +139,8 @@ export interface UpdateBackendAuthCommandOutput extends UpdateBackendAuthRespons
|
|
|
130
139
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
131
140
|
* <p>An error that is returned when a limit of a specific type has been exceeded.</p>
|
|
132
141
|
*
|
|
142
|
+
* @throws {@link AmplifyBackendServiceException}
|
|
143
|
+
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
133
144
|
*
|
|
134
145
|
*/
|
|
135
146
|
export declare class UpdateBackendAuthCommand extends $Command<UpdateBackendAuthCommandInput, UpdateBackendAuthCommandOutput, AmplifyBackendClientResolvedConfig> {
|
|
@@ -37,6 +37,18 @@ export interface UpdateBackendConfigCommandOutput extends UpdateBackendConfigRes
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new UpdateBackendConfigCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // { // UpdateBackendConfigResponse
|
|
41
|
+
* // AppId: "STRING_VALUE",
|
|
42
|
+
* // BackendManagerAppId: "STRING_VALUE",
|
|
43
|
+
* // Error: "STRING_VALUE",
|
|
44
|
+
* // LoginAuthConfig: { // LoginAuthConfigReqObj
|
|
45
|
+
* // AwsCognitoIdentityPoolId: "STRING_VALUE",
|
|
46
|
+
* // AwsCognitoRegion: "STRING_VALUE",
|
|
47
|
+
* // AwsUserPoolsId: "STRING_VALUE",
|
|
48
|
+
* // AwsUserPoolsWebClientId: "STRING_VALUE",
|
|
49
|
+
* // },
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
40
52
|
* ```
|
|
41
53
|
*
|
|
42
54
|
* @param UpdateBackendConfigCommandInput - {@link UpdateBackendConfigCommandInput}
|
|
@@ -57,6 +69,8 @@ export interface UpdateBackendConfigCommandOutput extends UpdateBackendConfigRes
|
|
|
57
69
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
58
70
|
* <p>An error that is returned when a limit of a specific type has been exceeded.</p>
|
|
59
71
|
*
|
|
72
|
+
* @throws {@link AmplifyBackendServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
60
74
|
*
|
|
61
75
|
*/
|
|
62
76
|
export declare class UpdateBackendConfigCommand extends $Command<UpdateBackendConfigCommandInput, UpdateBackendConfigCommandOutput, AmplifyBackendClientResolvedConfig> {
|
|
@@ -35,6 +35,17 @@ export interface UpdateBackendJobCommandOutput extends UpdateBackendJobResponse,
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new UpdateBackendJobCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // UpdateBackendJobResponse
|
|
39
|
+
* // AppId: "STRING_VALUE",
|
|
40
|
+
* // BackendEnvironmentName: "STRING_VALUE",
|
|
41
|
+
* // CreateTime: "STRING_VALUE",
|
|
42
|
+
* // Error: "STRING_VALUE",
|
|
43
|
+
* // JobId: "STRING_VALUE",
|
|
44
|
+
* // Operation: "STRING_VALUE",
|
|
45
|
+
* // Status: "STRING_VALUE",
|
|
46
|
+
* // UpdateTime: "STRING_VALUE",
|
|
47
|
+
* // };
|
|
48
|
+
*
|
|
38
49
|
* ```
|
|
39
50
|
*
|
|
40
51
|
* @param UpdateBackendJobCommandInput - {@link UpdateBackendJobCommandInput}
|
|
@@ -55,6 +66,8 @@ export interface UpdateBackendJobCommandOutput extends UpdateBackendJobResponse,
|
|
|
55
66
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
56
67
|
* <p>An error that is returned when a limit of a specific type has been exceeded.</p>
|
|
57
68
|
*
|
|
69
|
+
* @throws {@link AmplifyBackendServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
58
71
|
*
|
|
59
72
|
*/
|
|
60
73
|
export declare class UpdateBackendJobCommand extends $Command<UpdateBackendJobCommandInput, UpdateBackendJobCommandOutput, AmplifyBackendClientResolvedConfig> {
|
|
@@ -44,6 +44,13 @@ export interface UpdateBackendStorageCommandOutput extends UpdateBackendStorageR
|
|
|
44
44
|
* };
|
|
45
45
|
* const command = new UpdateBackendStorageCommand(input);
|
|
46
46
|
* const response = await client.send(command);
|
|
47
|
+
* // { // UpdateBackendStorageResponse
|
|
48
|
+
* // AppId: "STRING_VALUE",
|
|
49
|
+
* // BackendEnvironmentName: "STRING_VALUE",
|
|
50
|
+
* // JobId: "STRING_VALUE",
|
|
51
|
+
* // Status: "STRING_VALUE",
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
47
54
|
* ```
|
|
48
55
|
*
|
|
49
56
|
* @param UpdateBackendStorageCommandInput - {@link UpdateBackendStorageCommandInput}
|
|
@@ -64,6 +71,8 @@ export interface UpdateBackendStorageCommandOutput extends UpdateBackendStorageR
|
|
|
64
71
|
* @throws {@link TooManyRequestsException} (client fault)
|
|
65
72
|
* <p>An error that is returned when a limit of a specific type has been exceeded.</p>
|
|
66
73
|
*
|
|
74
|
+
* @throws {@link AmplifyBackendServiceException}
|
|
75
|
+
* <p>Base exception class for all service exceptions from AmplifyBackend service.</p>
|
|
67
76
|
*
|
|
68
77
|
*/
|
|
69
78
|
export declare class UpdateBackendStorageCommand extends $Command<UpdateBackendStorageCommandInput, UpdateBackendStorageCommandOutput, AmplifyBackendClientResolvedConfig> {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-amplifybackend",
|
|
3
3
|
"description": "AWS SDK for JavaScript Amplifybackend Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.326.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.326.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.326.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|