@aws-sdk/client-amplify 3.168.0 → 3.170.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Amplify.d.ts +670 -190
- package/dist-types/ts3.4/AmplifyClient.d.ts +351 -110
- package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateBackendEnvironmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDomainAssociationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteBackendEnvironmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteDomainAssociationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GenerateAccessLogsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetAppCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetArtifactUrlCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetBackendEnvironmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDomainAssociationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetWebhookCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListBackendEnvironmentsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListDomainAssociationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StopJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateBranchCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateDomainAssociationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +37 -37
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/AmplifyServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1277 -1196
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +449 -113
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,110 +1,351 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
CreateAppCommandInput,
|
|
47
|
+
CreateAppCommandOutput,
|
|
48
|
+
} from "./commands/CreateAppCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateBackendEnvironmentCommandInput,
|
|
51
|
+
CreateBackendEnvironmentCommandOutput,
|
|
52
|
+
} from "./commands/CreateBackendEnvironmentCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateBranchCommandInput,
|
|
55
|
+
CreateBranchCommandOutput,
|
|
56
|
+
} from "./commands/CreateBranchCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateDeploymentCommandInput,
|
|
59
|
+
CreateDeploymentCommandOutput,
|
|
60
|
+
} from "./commands/CreateDeploymentCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateDomainAssociationCommandInput,
|
|
63
|
+
CreateDomainAssociationCommandOutput,
|
|
64
|
+
} from "./commands/CreateDomainAssociationCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateWebhookCommandInput,
|
|
67
|
+
CreateWebhookCommandOutput,
|
|
68
|
+
} from "./commands/CreateWebhookCommand";
|
|
69
|
+
import {
|
|
70
|
+
DeleteAppCommandInput,
|
|
71
|
+
DeleteAppCommandOutput,
|
|
72
|
+
} from "./commands/DeleteAppCommand";
|
|
73
|
+
import {
|
|
74
|
+
DeleteBackendEnvironmentCommandInput,
|
|
75
|
+
DeleteBackendEnvironmentCommandOutput,
|
|
76
|
+
} from "./commands/DeleteBackendEnvironmentCommand";
|
|
77
|
+
import {
|
|
78
|
+
DeleteBranchCommandInput,
|
|
79
|
+
DeleteBranchCommandOutput,
|
|
80
|
+
} from "./commands/DeleteBranchCommand";
|
|
81
|
+
import {
|
|
82
|
+
DeleteDomainAssociationCommandInput,
|
|
83
|
+
DeleteDomainAssociationCommandOutput,
|
|
84
|
+
} from "./commands/DeleteDomainAssociationCommand";
|
|
85
|
+
import {
|
|
86
|
+
DeleteJobCommandInput,
|
|
87
|
+
DeleteJobCommandOutput,
|
|
88
|
+
} from "./commands/DeleteJobCommand";
|
|
89
|
+
import {
|
|
90
|
+
DeleteWebhookCommandInput,
|
|
91
|
+
DeleteWebhookCommandOutput,
|
|
92
|
+
} from "./commands/DeleteWebhookCommand";
|
|
93
|
+
import {
|
|
94
|
+
GenerateAccessLogsCommandInput,
|
|
95
|
+
GenerateAccessLogsCommandOutput,
|
|
96
|
+
} from "./commands/GenerateAccessLogsCommand";
|
|
97
|
+
import {
|
|
98
|
+
GetAppCommandInput,
|
|
99
|
+
GetAppCommandOutput,
|
|
100
|
+
} from "./commands/GetAppCommand";
|
|
101
|
+
import {
|
|
102
|
+
GetArtifactUrlCommandInput,
|
|
103
|
+
GetArtifactUrlCommandOutput,
|
|
104
|
+
} from "./commands/GetArtifactUrlCommand";
|
|
105
|
+
import {
|
|
106
|
+
GetBackendEnvironmentCommandInput,
|
|
107
|
+
GetBackendEnvironmentCommandOutput,
|
|
108
|
+
} from "./commands/GetBackendEnvironmentCommand";
|
|
109
|
+
import {
|
|
110
|
+
GetBranchCommandInput,
|
|
111
|
+
GetBranchCommandOutput,
|
|
112
|
+
} from "./commands/GetBranchCommand";
|
|
113
|
+
import {
|
|
114
|
+
GetDomainAssociationCommandInput,
|
|
115
|
+
GetDomainAssociationCommandOutput,
|
|
116
|
+
} from "./commands/GetDomainAssociationCommand";
|
|
117
|
+
import {
|
|
118
|
+
GetJobCommandInput,
|
|
119
|
+
GetJobCommandOutput,
|
|
120
|
+
} from "./commands/GetJobCommand";
|
|
121
|
+
import {
|
|
122
|
+
GetWebhookCommandInput,
|
|
123
|
+
GetWebhookCommandOutput,
|
|
124
|
+
} from "./commands/GetWebhookCommand";
|
|
125
|
+
import {
|
|
126
|
+
ListAppsCommandInput,
|
|
127
|
+
ListAppsCommandOutput,
|
|
128
|
+
} from "./commands/ListAppsCommand";
|
|
129
|
+
import {
|
|
130
|
+
ListArtifactsCommandInput,
|
|
131
|
+
ListArtifactsCommandOutput,
|
|
132
|
+
} from "./commands/ListArtifactsCommand";
|
|
133
|
+
import {
|
|
134
|
+
ListBackendEnvironmentsCommandInput,
|
|
135
|
+
ListBackendEnvironmentsCommandOutput,
|
|
136
|
+
} from "./commands/ListBackendEnvironmentsCommand";
|
|
137
|
+
import {
|
|
138
|
+
ListBranchesCommandInput,
|
|
139
|
+
ListBranchesCommandOutput,
|
|
140
|
+
} from "./commands/ListBranchesCommand";
|
|
141
|
+
import {
|
|
142
|
+
ListDomainAssociationsCommandInput,
|
|
143
|
+
ListDomainAssociationsCommandOutput,
|
|
144
|
+
} from "./commands/ListDomainAssociationsCommand";
|
|
145
|
+
import {
|
|
146
|
+
ListJobsCommandInput,
|
|
147
|
+
ListJobsCommandOutput,
|
|
148
|
+
} from "./commands/ListJobsCommand";
|
|
149
|
+
import {
|
|
150
|
+
ListTagsForResourceCommandInput,
|
|
151
|
+
ListTagsForResourceCommandOutput,
|
|
152
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
153
|
+
import {
|
|
154
|
+
ListWebhooksCommandInput,
|
|
155
|
+
ListWebhooksCommandOutput,
|
|
156
|
+
} from "./commands/ListWebhooksCommand";
|
|
157
|
+
import {
|
|
158
|
+
StartDeploymentCommandInput,
|
|
159
|
+
StartDeploymentCommandOutput,
|
|
160
|
+
} from "./commands/StartDeploymentCommand";
|
|
161
|
+
import {
|
|
162
|
+
StartJobCommandInput,
|
|
163
|
+
StartJobCommandOutput,
|
|
164
|
+
} from "./commands/StartJobCommand";
|
|
165
|
+
import {
|
|
166
|
+
StopJobCommandInput,
|
|
167
|
+
StopJobCommandOutput,
|
|
168
|
+
} from "./commands/StopJobCommand";
|
|
169
|
+
import {
|
|
170
|
+
TagResourceCommandInput,
|
|
171
|
+
TagResourceCommandOutput,
|
|
172
|
+
} from "./commands/TagResourceCommand";
|
|
173
|
+
import {
|
|
174
|
+
UntagResourceCommandInput,
|
|
175
|
+
UntagResourceCommandOutput,
|
|
176
|
+
} from "./commands/UntagResourceCommand";
|
|
177
|
+
import {
|
|
178
|
+
UpdateAppCommandInput,
|
|
179
|
+
UpdateAppCommandOutput,
|
|
180
|
+
} from "./commands/UpdateAppCommand";
|
|
181
|
+
import {
|
|
182
|
+
UpdateBranchCommandInput,
|
|
183
|
+
UpdateBranchCommandOutput,
|
|
184
|
+
} from "./commands/UpdateBranchCommand";
|
|
185
|
+
import {
|
|
186
|
+
UpdateDomainAssociationCommandInput,
|
|
187
|
+
UpdateDomainAssociationCommandOutput,
|
|
188
|
+
} from "./commands/UpdateDomainAssociationCommand";
|
|
189
|
+
import {
|
|
190
|
+
UpdateWebhookCommandInput,
|
|
191
|
+
UpdateWebhookCommandOutput,
|
|
192
|
+
} from "./commands/UpdateWebhookCommand";
|
|
193
|
+
export declare type ServiceInputTypes =
|
|
194
|
+
| CreateAppCommandInput
|
|
195
|
+
| CreateBackendEnvironmentCommandInput
|
|
196
|
+
| CreateBranchCommandInput
|
|
197
|
+
| CreateDeploymentCommandInput
|
|
198
|
+
| CreateDomainAssociationCommandInput
|
|
199
|
+
| CreateWebhookCommandInput
|
|
200
|
+
| DeleteAppCommandInput
|
|
201
|
+
| DeleteBackendEnvironmentCommandInput
|
|
202
|
+
| DeleteBranchCommandInput
|
|
203
|
+
| DeleteDomainAssociationCommandInput
|
|
204
|
+
| DeleteJobCommandInput
|
|
205
|
+
| DeleteWebhookCommandInput
|
|
206
|
+
| GenerateAccessLogsCommandInput
|
|
207
|
+
| GetAppCommandInput
|
|
208
|
+
| GetArtifactUrlCommandInput
|
|
209
|
+
| GetBackendEnvironmentCommandInput
|
|
210
|
+
| GetBranchCommandInput
|
|
211
|
+
| GetDomainAssociationCommandInput
|
|
212
|
+
| GetJobCommandInput
|
|
213
|
+
| GetWebhookCommandInput
|
|
214
|
+
| ListAppsCommandInput
|
|
215
|
+
| ListArtifactsCommandInput
|
|
216
|
+
| ListBackendEnvironmentsCommandInput
|
|
217
|
+
| ListBranchesCommandInput
|
|
218
|
+
| ListDomainAssociationsCommandInput
|
|
219
|
+
| ListJobsCommandInput
|
|
220
|
+
| ListTagsForResourceCommandInput
|
|
221
|
+
| ListWebhooksCommandInput
|
|
222
|
+
| StartDeploymentCommandInput
|
|
223
|
+
| StartJobCommandInput
|
|
224
|
+
| StopJobCommandInput
|
|
225
|
+
| TagResourceCommandInput
|
|
226
|
+
| UntagResourceCommandInput
|
|
227
|
+
| UpdateAppCommandInput
|
|
228
|
+
| UpdateBranchCommandInput
|
|
229
|
+
| UpdateDomainAssociationCommandInput
|
|
230
|
+
| UpdateWebhookCommandInput;
|
|
231
|
+
export declare type ServiceOutputTypes =
|
|
232
|
+
| CreateAppCommandOutput
|
|
233
|
+
| CreateBackendEnvironmentCommandOutput
|
|
234
|
+
| CreateBranchCommandOutput
|
|
235
|
+
| CreateDeploymentCommandOutput
|
|
236
|
+
| CreateDomainAssociationCommandOutput
|
|
237
|
+
| CreateWebhookCommandOutput
|
|
238
|
+
| DeleteAppCommandOutput
|
|
239
|
+
| DeleteBackendEnvironmentCommandOutput
|
|
240
|
+
| DeleteBranchCommandOutput
|
|
241
|
+
| DeleteDomainAssociationCommandOutput
|
|
242
|
+
| DeleteJobCommandOutput
|
|
243
|
+
| DeleteWebhookCommandOutput
|
|
244
|
+
| GenerateAccessLogsCommandOutput
|
|
245
|
+
| GetAppCommandOutput
|
|
246
|
+
| GetArtifactUrlCommandOutput
|
|
247
|
+
| GetBackendEnvironmentCommandOutput
|
|
248
|
+
| GetBranchCommandOutput
|
|
249
|
+
| GetDomainAssociationCommandOutput
|
|
250
|
+
| GetJobCommandOutput
|
|
251
|
+
| GetWebhookCommandOutput
|
|
252
|
+
| ListAppsCommandOutput
|
|
253
|
+
| ListArtifactsCommandOutput
|
|
254
|
+
| ListBackendEnvironmentsCommandOutput
|
|
255
|
+
| ListBranchesCommandOutput
|
|
256
|
+
| ListDomainAssociationsCommandOutput
|
|
257
|
+
| ListJobsCommandOutput
|
|
258
|
+
| ListTagsForResourceCommandOutput
|
|
259
|
+
| ListWebhooksCommandOutput
|
|
260
|
+
| StartDeploymentCommandOutput
|
|
261
|
+
| StartJobCommandOutput
|
|
262
|
+
| StopJobCommandOutput
|
|
263
|
+
| TagResourceCommandOutput
|
|
264
|
+
| UntagResourceCommandOutput
|
|
265
|
+
| UpdateAppCommandOutput
|
|
266
|
+
| UpdateBranchCommandOutput
|
|
267
|
+
| UpdateDomainAssociationCommandOutput
|
|
268
|
+
| UpdateWebhookCommandOutput;
|
|
269
|
+
export interface ClientDefaults
|
|
270
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
271
|
+
requestHandler?: __HttpHandler;
|
|
272
|
+
|
|
273
|
+
sha256?: __HashConstructor;
|
|
274
|
+
|
|
275
|
+
urlParser?: __UrlParser;
|
|
276
|
+
|
|
277
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
278
|
+
|
|
279
|
+
streamCollector?: __StreamCollector;
|
|
280
|
+
|
|
281
|
+
base64Decoder?: __Decoder;
|
|
282
|
+
|
|
283
|
+
base64Encoder?: __Encoder;
|
|
284
|
+
|
|
285
|
+
utf8Decoder?: __Decoder;
|
|
286
|
+
|
|
287
|
+
utf8Encoder?: __Encoder;
|
|
288
|
+
|
|
289
|
+
runtime?: string;
|
|
290
|
+
|
|
291
|
+
disableHostPrefix?: boolean;
|
|
292
|
+
|
|
293
|
+
maxAttempts?: number | __Provider<number>;
|
|
294
|
+
|
|
295
|
+
retryMode?: string | __Provider<string>;
|
|
296
|
+
|
|
297
|
+
logger?: __Logger;
|
|
298
|
+
|
|
299
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
300
|
+
|
|
301
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
302
|
+
|
|
303
|
+
serviceId?: string;
|
|
304
|
+
|
|
305
|
+
region?: string | __Provider<string>;
|
|
306
|
+
|
|
307
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
308
|
+
|
|
309
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
310
|
+
|
|
311
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
312
|
+
|
|
313
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
314
|
+
}
|
|
315
|
+
declare type AmplifyClientConfigType = Partial<
|
|
316
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
317
|
+
> &
|
|
318
|
+
ClientDefaults &
|
|
319
|
+
RegionInputConfig &
|
|
320
|
+
EndpointsInputConfig &
|
|
321
|
+
RetryInputConfig &
|
|
322
|
+
HostHeaderInputConfig &
|
|
323
|
+
AwsAuthInputConfig &
|
|
324
|
+
UserAgentInputConfig;
|
|
325
|
+
|
|
326
|
+
export interface AmplifyClientConfig extends AmplifyClientConfigType {}
|
|
327
|
+
declare type AmplifyClientResolvedConfigType =
|
|
328
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
329
|
+
Required<ClientDefaults> &
|
|
330
|
+
RegionResolvedConfig &
|
|
331
|
+
EndpointsResolvedConfig &
|
|
332
|
+
RetryResolvedConfig &
|
|
333
|
+
HostHeaderResolvedConfig &
|
|
334
|
+
AwsAuthResolvedConfig &
|
|
335
|
+
UserAgentResolvedConfig;
|
|
336
|
+
|
|
337
|
+
export interface AmplifyClientResolvedConfig
|
|
338
|
+
extends AmplifyClientResolvedConfigType {}
|
|
339
|
+
|
|
340
|
+
export declare class AmplifyClient extends __Client<
|
|
341
|
+
__HttpHandlerOptions,
|
|
342
|
+
ServiceInputTypes,
|
|
343
|
+
ServiceOutputTypes,
|
|
344
|
+
AmplifyClientResolvedConfig
|
|
345
|
+
> {
|
|
346
|
+
readonly config: AmplifyClientResolvedConfig;
|
|
347
|
+
constructor(configuration: AmplifyClientConfig);
|
|
348
|
+
|
|
349
|
+
destroy(): void;
|
|
350
|
+
}
|
|
351
|
+
export {};
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AmplifyClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AmplifyClient";
|
|
13
|
+
import { CreateAppRequest, CreateAppResult } from "../models/models_0";
|
|
14
|
+
export interface CreateAppCommandInput extends CreateAppRequest {}
|
|
15
|
+
export interface CreateAppCommandOutput
|
|
16
|
+
extends CreateAppResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateAppCommand extends $Command<
|
|
20
|
+
CreateAppCommandInput,
|
|
21
|
+
CreateAppCommandOutput,
|
|
22
|
+
AmplifyClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateAppCommandInput;
|
|
25
|
+
constructor(input: CreateAppCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: AmplifyClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateAppCommandInput, CreateAppCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AmplifyClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AmplifyClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateBackendEnvironmentRequest,
|
|
15
|
+
CreateBackendEnvironmentResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateBackendEnvironmentCommandInput
|
|
18
|
+
extends CreateBackendEnvironmentRequest {}
|
|
19
|
+
export interface CreateBackendEnvironmentCommandOutput
|
|
20
|
+
extends CreateBackendEnvironmentResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateBackendEnvironmentCommand extends $Command<
|
|
24
|
+
CreateBackendEnvironmentCommandInput,
|
|
25
|
+
CreateBackendEnvironmentCommandOutput,
|
|
26
|
+
AmplifyClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateBackendEnvironmentCommandInput;
|
|
29
|
+
constructor(input: CreateBackendEnvironmentCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: AmplifyClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateBackendEnvironmentCommandInput,
|
|
37
|
+
CreateBackendEnvironmentCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AmplifyClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AmplifyClient";
|
|
13
|
+
import { CreateBranchRequest, CreateBranchResult } from "../models/models_0";
|
|
14
|
+
export interface CreateBranchCommandInput extends CreateBranchRequest {}
|
|
15
|
+
export interface CreateBranchCommandOutput
|
|
16
|
+
extends CreateBranchResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateBranchCommand extends $Command<
|
|
20
|
+
CreateBranchCommandInput,
|
|
21
|
+
CreateBranchCommandOutput,
|
|
22
|
+
AmplifyClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateBranchCommandInput;
|
|
25
|
+
constructor(input: CreateBranchCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: AmplifyClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateBranchCommandInput, CreateBranchCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|