@aws-sdk/client-amplify 3.170.0 → 3.178.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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/Amplify.d.ts +0 -37
- package/dist-types/ts3.4/AmplifyClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateBackendEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateBranchCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDomainAssociationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateWebhookCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteBackendEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteBranchCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDomainAssociationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GenerateAccessLogsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAppCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetArtifactUrlCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBackendEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBranchCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDomainAssociationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetWebhookCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListBackendEnvironmentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListBranchesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDomainAssociationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopJobCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateBranchCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateDomainAssociationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateWebhookCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/AmplifyServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -433
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-amplify
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-amplify
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-amplify
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: AmplifyClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: AmplifyClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: AmplifyClientConfig) => {
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -148,7 +148,6 @@ import {
|
|
|
148
148
|
UpdateWebhookCommandInput,
|
|
149
149
|
UpdateWebhookCommandOutput,
|
|
150
150
|
} from "./commands/UpdateWebhookCommand";
|
|
151
|
-
|
|
152
151
|
export declare class Amplify extends AmplifyClient {
|
|
153
152
|
createApp(
|
|
154
153
|
args: CreateAppCommandInput,
|
|
@@ -163,7 +162,6 @@ export declare class Amplify extends AmplifyClient {
|
|
|
163
162
|
options: __HttpHandlerOptions,
|
|
164
163
|
cb: (err: any, data?: CreateAppCommandOutput) => void
|
|
165
164
|
): void;
|
|
166
|
-
|
|
167
165
|
createBackendEnvironment(
|
|
168
166
|
args: CreateBackendEnvironmentCommandInput,
|
|
169
167
|
options?: __HttpHandlerOptions
|
|
@@ -177,7 +175,6 @@ export declare class Amplify extends AmplifyClient {
|
|
|
177
175
|
options: __HttpHandlerOptions,
|
|
178
176
|
cb: (err: any, data?: CreateBackendEnvironmentCommandOutput) => void
|
|
179
177
|
): void;
|
|
180
|
-
|
|
181
178
|
createBranch(
|
|
182
179
|
args: CreateBranchCommandInput,
|
|
183
180
|
options?: __HttpHandlerOptions
|
|
@@ -191,7 +188,6 @@ export declare class Amplify extends AmplifyClient {
|
|
|
191
188
|
options: __HttpHandlerOptions,
|
|
192
189
|
cb: (err: any, data?: CreateBranchCommandOutput) => void
|
|
193
190
|
): void;
|
|
194
|
-
|
|
195
191
|
createDeployment(
|
|
196
192
|
args: CreateDeploymentCommandInput,
|
|
197
193
|
options?: __HttpHandlerOptions
|
|
@@ -205,7 +201,6 @@ export declare class Amplify extends AmplifyClient {
|
|
|
205
201
|
options: __HttpHandlerOptions,
|
|
206
202
|
cb: (err: any, data?: CreateDeploymentCommandOutput) => void
|
|
207
203
|
): void;
|
|
208
|
-
|
|
209
204
|
createDomainAssociation(
|
|
210
205
|
args: CreateDomainAssociationCommandInput,
|
|
211
206
|
options?: __HttpHandlerOptions
|
|
@@ -219,7 +214,6 @@ export declare class Amplify extends AmplifyClient {
|
|
|
219
214
|
options: __HttpHandlerOptions,
|
|
220
215
|
cb: (err: any, data?: CreateDomainAssociationCommandOutput) => void
|
|
221
216
|
): void;
|
|
222
|
-
|
|
223
217
|
createWebhook(
|
|
224
218
|
args: CreateWebhookCommandInput,
|
|
225
219
|
options?: __HttpHandlerOptions
|
|
@@ -233,7 +227,6 @@ export declare class Amplify extends AmplifyClient {
|
|
|
233
227
|
options: __HttpHandlerOptions,
|
|
234
228
|
cb: (err: any, data?: CreateWebhookCommandOutput) => void
|
|
235
229
|
): void;
|
|
236
|
-
|
|
237
230
|
deleteApp(
|
|
238
231
|
args: DeleteAppCommandInput,
|
|
239
232
|
options?: __HttpHandlerOptions
|
|
@@ -247,7 +240,6 @@ export declare class Amplify extends AmplifyClient {
|
|
|
247
240
|
options: __HttpHandlerOptions,
|
|
248
241
|
cb: (err: any, data?: DeleteAppCommandOutput) => void
|
|
249
242
|
): void;
|
|
250
|
-
|
|
251
243
|
deleteBackendEnvironment(
|
|
252
244
|
args: DeleteBackendEnvironmentCommandInput,
|
|
253
245
|
options?: __HttpHandlerOptions
|
|
@@ -261,7 +253,6 @@ export declare class Amplify extends AmplifyClient {
|
|
|
261
253
|
options: __HttpHandlerOptions,
|
|
262
254
|
cb: (err: any, data?: DeleteBackendEnvironmentCommandOutput) => void
|
|
263
255
|
): void;
|
|
264
|
-
|
|
265
256
|
deleteBranch(
|
|
266
257
|
args: DeleteBranchCommandInput,
|
|
267
258
|
options?: __HttpHandlerOptions
|
|
@@ -275,7 +266,6 @@ export declare class Amplify extends AmplifyClient {
|
|
|
275
266
|
options: __HttpHandlerOptions,
|
|
276
267
|
cb: (err: any, data?: DeleteBranchCommandOutput) => void
|
|
277
268
|
): void;
|
|
278
|
-
|
|
279
269
|
deleteDomainAssociation(
|
|
280
270
|
args: DeleteDomainAssociationCommandInput,
|
|
281
271
|
options?: __HttpHandlerOptions
|
|
@@ -289,7 +279,6 @@ export declare class Amplify extends AmplifyClient {
|
|
|
289
279
|
options: __HttpHandlerOptions,
|
|
290
280
|
cb: (err: any, data?: DeleteDomainAssociationCommandOutput) => void
|
|
291
281
|
): void;
|
|
292
|
-
|
|
293
282
|
deleteJob(
|
|
294
283
|
args: DeleteJobCommandInput,
|
|
295
284
|
options?: __HttpHandlerOptions
|
|
@@ -303,7 +292,6 @@ export declare class Amplify extends AmplifyClient {
|
|
|
303
292
|
options: __HttpHandlerOptions,
|
|
304
293
|
cb: (err: any, data?: DeleteJobCommandOutput) => void
|
|
305
294
|
): void;
|
|
306
|
-
|
|
307
295
|
deleteWebhook(
|
|
308
296
|
args: DeleteWebhookCommandInput,
|
|
309
297
|
options?: __HttpHandlerOptions
|
|
@@ -317,7 +305,6 @@ export declare class Amplify extends AmplifyClient {
|
|
|
317
305
|
options: __HttpHandlerOptions,
|
|
318
306
|
cb: (err: any, data?: DeleteWebhookCommandOutput) => void
|
|
319
307
|
): void;
|
|
320
|
-
|
|
321
308
|
generateAccessLogs(
|
|
322
309
|
args: GenerateAccessLogsCommandInput,
|
|
323
310
|
options?: __HttpHandlerOptions
|
|
@@ -331,7 +318,6 @@ export declare class Amplify extends AmplifyClient {
|
|
|
331
318
|
options: __HttpHandlerOptions,
|
|
332
319
|
cb: (err: any, data?: GenerateAccessLogsCommandOutput) => void
|
|
333
320
|
): void;
|
|
334
|
-
|
|
335
321
|
getApp(
|
|
336
322
|
args: GetAppCommandInput,
|
|
337
323
|
options?: __HttpHandlerOptions
|
|
@@ -345,7 +331,6 @@ export declare class Amplify extends AmplifyClient {
|
|
|
345
331
|
options: __HttpHandlerOptions,
|
|
346
332
|
cb: (err: any, data?: GetAppCommandOutput) => void
|
|
347
333
|
): void;
|
|
348
|
-
|
|
349
334
|
getArtifactUrl(
|
|
350
335
|
args: GetArtifactUrlCommandInput,
|
|
351
336
|
options?: __HttpHandlerOptions
|
|
@@ -359,7 +344,6 @@ export declare class Amplify extends AmplifyClient {
|
|
|
359
344
|
options: __HttpHandlerOptions,
|
|
360
345
|
cb: (err: any, data?: GetArtifactUrlCommandOutput) => void
|
|
361
346
|
): void;
|
|
362
|
-
|
|
363
347
|
getBackendEnvironment(
|
|
364
348
|
args: GetBackendEnvironmentCommandInput,
|
|
365
349
|
options?: __HttpHandlerOptions
|
|
@@ -373,7 +357,6 @@ export declare class Amplify extends AmplifyClient {
|
|
|
373
357
|
options: __HttpHandlerOptions,
|
|
374
358
|
cb: (err: any, data?: GetBackendEnvironmentCommandOutput) => void
|
|
375
359
|
): void;
|
|
376
|
-
|
|
377
360
|
getBranch(
|
|
378
361
|
args: GetBranchCommandInput,
|
|
379
362
|
options?: __HttpHandlerOptions
|
|
@@ -387,7 +370,6 @@ export declare class Amplify extends AmplifyClient {
|
|
|
387
370
|
options: __HttpHandlerOptions,
|
|
388
371
|
cb: (err: any, data?: GetBranchCommandOutput) => void
|
|
389
372
|
): void;
|
|
390
|
-
|
|
391
373
|
getDomainAssociation(
|
|
392
374
|
args: GetDomainAssociationCommandInput,
|
|
393
375
|
options?: __HttpHandlerOptions
|
|
@@ -401,7 +383,6 @@ export declare class Amplify extends AmplifyClient {
|
|
|
401
383
|
options: __HttpHandlerOptions,
|
|
402
384
|
cb: (err: any, data?: GetDomainAssociationCommandOutput) => void
|
|
403
385
|
): void;
|
|
404
|
-
|
|
405
386
|
getJob(
|
|
406
387
|
args: GetJobCommandInput,
|
|
407
388
|
options?: __HttpHandlerOptions
|
|
@@ -415,7 +396,6 @@ export declare class Amplify extends AmplifyClient {
|
|
|
415
396
|
options: __HttpHandlerOptions,
|
|
416
397
|
cb: (err: any, data?: GetJobCommandOutput) => void
|
|
417
398
|
): void;
|
|
418
|
-
|
|
419
399
|
getWebhook(
|
|
420
400
|
args: GetWebhookCommandInput,
|
|
421
401
|
options?: __HttpHandlerOptions
|
|
@@ -429,7 +409,6 @@ export declare class Amplify extends AmplifyClient {
|
|
|
429
409
|
options: __HttpHandlerOptions,
|
|
430
410
|
cb: (err: any, data?: GetWebhookCommandOutput) => void
|
|
431
411
|
): void;
|
|
432
|
-
|
|
433
412
|
listApps(
|
|
434
413
|
args: ListAppsCommandInput,
|
|
435
414
|
options?: __HttpHandlerOptions
|
|
@@ -443,7 +422,6 @@ export declare class Amplify extends AmplifyClient {
|
|
|
443
422
|
options: __HttpHandlerOptions,
|
|
444
423
|
cb: (err: any, data?: ListAppsCommandOutput) => void
|
|
445
424
|
): void;
|
|
446
|
-
|
|
447
425
|
listArtifacts(
|
|
448
426
|
args: ListArtifactsCommandInput,
|
|
449
427
|
options?: __HttpHandlerOptions
|
|
@@ -457,7 +435,6 @@ export declare class Amplify extends AmplifyClient {
|
|
|
457
435
|
options: __HttpHandlerOptions,
|
|
458
436
|
cb: (err: any, data?: ListArtifactsCommandOutput) => void
|
|
459
437
|
): void;
|
|
460
|
-
|
|
461
438
|
listBackendEnvironments(
|
|
462
439
|
args: ListBackendEnvironmentsCommandInput,
|
|
463
440
|
options?: __HttpHandlerOptions
|
|
@@ -471,7 +448,6 @@ export declare class Amplify extends AmplifyClient {
|
|
|
471
448
|
options: __HttpHandlerOptions,
|
|
472
449
|
cb: (err: any, data?: ListBackendEnvironmentsCommandOutput) => void
|
|
473
450
|
): void;
|
|
474
|
-
|
|
475
451
|
listBranches(
|
|
476
452
|
args: ListBranchesCommandInput,
|
|
477
453
|
options?: __HttpHandlerOptions
|
|
@@ -485,7 +461,6 @@ export declare class Amplify extends AmplifyClient {
|
|
|
485
461
|
options: __HttpHandlerOptions,
|
|
486
462
|
cb: (err: any, data?: ListBranchesCommandOutput) => void
|
|
487
463
|
): void;
|
|
488
|
-
|
|
489
464
|
listDomainAssociations(
|
|
490
465
|
args: ListDomainAssociationsCommandInput,
|
|
491
466
|
options?: __HttpHandlerOptions
|
|
@@ -499,7 +474,6 @@ export declare class Amplify extends AmplifyClient {
|
|
|
499
474
|
options: __HttpHandlerOptions,
|
|
500
475
|
cb: (err: any, data?: ListDomainAssociationsCommandOutput) => void
|
|
501
476
|
): void;
|
|
502
|
-
|
|
503
477
|
listJobs(
|
|
504
478
|
args: ListJobsCommandInput,
|
|
505
479
|
options?: __HttpHandlerOptions
|
|
@@ -513,7 +487,6 @@ export declare class Amplify extends AmplifyClient {
|
|
|
513
487
|
options: __HttpHandlerOptions,
|
|
514
488
|
cb: (err: any, data?: ListJobsCommandOutput) => void
|
|
515
489
|
): void;
|
|
516
|
-
|
|
517
490
|
listTagsForResource(
|
|
518
491
|
args: ListTagsForResourceCommandInput,
|
|
519
492
|
options?: __HttpHandlerOptions
|
|
@@ -527,7 +500,6 @@ export declare class Amplify extends AmplifyClient {
|
|
|
527
500
|
options: __HttpHandlerOptions,
|
|
528
501
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
529
502
|
): void;
|
|
530
|
-
|
|
531
503
|
listWebhooks(
|
|
532
504
|
args: ListWebhooksCommandInput,
|
|
533
505
|
options?: __HttpHandlerOptions
|
|
@@ -541,7 +513,6 @@ export declare class Amplify extends AmplifyClient {
|
|
|
541
513
|
options: __HttpHandlerOptions,
|
|
542
514
|
cb: (err: any, data?: ListWebhooksCommandOutput) => void
|
|
543
515
|
): void;
|
|
544
|
-
|
|
545
516
|
startDeployment(
|
|
546
517
|
args: StartDeploymentCommandInput,
|
|
547
518
|
options?: __HttpHandlerOptions
|
|
@@ -555,7 +526,6 @@ export declare class Amplify extends AmplifyClient {
|
|
|
555
526
|
options: __HttpHandlerOptions,
|
|
556
527
|
cb: (err: any, data?: StartDeploymentCommandOutput) => void
|
|
557
528
|
): void;
|
|
558
|
-
|
|
559
529
|
startJob(
|
|
560
530
|
args: StartJobCommandInput,
|
|
561
531
|
options?: __HttpHandlerOptions
|
|
@@ -569,7 +539,6 @@ export declare class Amplify extends AmplifyClient {
|
|
|
569
539
|
options: __HttpHandlerOptions,
|
|
570
540
|
cb: (err: any, data?: StartJobCommandOutput) => void
|
|
571
541
|
): void;
|
|
572
|
-
|
|
573
542
|
stopJob(
|
|
574
543
|
args: StopJobCommandInput,
|
|
575
544
|
options?: __HttpHandlerOptions
|
|
@@ -583,7 +552,6 @@ export declare class Amplify extends AmplifyClient {
|
|
|
583
552
|
options: __HttpHandlerOptions,
|
|
584
553
|
cb: (err: any, data?: StopJobCommandOutput) => void
|
|
585
554
|
): void;
|
|
586
|
-
|
|
587
555
|
tagResource(
|
|
588
556
|
args: TagResourceCommandInput,
|
|
589
557
|
options?: __HttpHandlerOptions
|
|
@@ -597,7 +565,6 @@ export declare class Amplify extends AmplifyClient {
|
|
|
597
565
|
options: __HttpHandlerOptions,
|
|
598
566
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
599
567
|
): void;
|
|
600
|
-
|
|
601
568
|
untagResource(
|
|
602
569
|
args: UntagResourceCommandInput,
|
|
603
570
|
options?: __HttpHandlerOptions
|
|
@@ -611,7 +578,6 @@ export declare class Amplify extends AmplifyClient {
|
|
|
611
578
|
options: __HttpHandlerOptions,
|
|
612
579
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
613
580
|
): void;
|
|
614
|
-
|
|
615
581
|
updateApp(
|
|
616
582
|
args: UpdateAppCommandInput,
|
|
617
583
|
options?: __HttpHandlerOptions
|
|
@@ -625,7 +591,6 @@ export declare class Amplify extends AmplifyClient {
|
|
|
625
591
|
options: __HttpHandlerOptions,
|
|
626
592
|
cb: (err: any, data?: UpdateAppCommandOutput) => void
|
|
627
593
|
): void;
|
|
628
|
-
|
|
629
594
|
updateBranch(
|
|
630
595
|
args: UpdateBranchCommandInput,
|
|
631
596
|
options?: __HttpHandlerOptions
|
|
@@ -639,7 +604,6 @@ export declare class Amplify extends AmplifyClient {
|
|
|
639
604
|
options: __HttpHandlerOptions,
|
|
640
605
|
cb: (err: any, data?: UpdateBranchCommandOutput) => void
|
|
641
606
|
): void;
|
|
642
|
-
|
|
643
607
|
updateDomainAssociation(
|
|
644
608
|
args: UpdateDomainAssociationCommandInput,
|
|
645
609
|
options?: __HttpHandlerOptions
|
|
@@ -653,7 +617,6 @@ export declare class Amplify extends AmplifyClient {
|
|
|
653
617
|
options: __HttpHandlerOptions,
|
|
654
618
|
cb: (err: any, data?: UpdateDomainAssociationCommandOutput) => void
|
|
655
619
|
): void;
|
|
656
|
-
|
|
657
620
|
updateWebhook(
|
|
658
621
|
args: UpdateWebhookCommandInput,
|
|
659
622
|
options?: __HttpHandlerOptions
|
|
@@ -269,47 +269,26 @@ export declare type ServiceOutputTypes =
|
|
|
269
269
|
export interface ClientDefaults
|
|
270
270
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
271
271
|
requestHandler?: __HttpHandler;
|
|
272
|
-
|
|
273
272
|
sha256?: __HashConstructor;
|
|
274
|
-
|
|
275
273
|
urlParser?: __UrlParser;
|
|
276
|
-
|
|
277
274
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
278
|
-
|
|
279
275
|
streamCollector?: __StreamCollector;
|
|
280
|
-
|
|
281
276
|
base64Decoder?: __Decoder;
|
|
282
|
-
|
|
283
277
|
base64Encoder?: __Encoder;
|
|
284
|
-
|
|
285
278
|
utf8Decoder?: __Decoder;
|
|
286
|
-
|
|
287
279
|
utf8Encoder?: __Encoder;
|
|
288
|
-
|
|
289
280
|
runtime?: string;
|
|
290
|
-
|
|
291
281
|
disableHostPrefix?: boolean;
|
|
292
|
-
|
|
293
282
|
maxAttempts?: number | __Provider<number>;
|
|
294
|
-
|
|
295
283
|
retryMode?: string | __Provider<string>;
|
|
296
|
-
|
|
297
284
|
logger?: __Logger;
|
|
298
|
-
|
|
299
285
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
300
|
-
|
|
301
286
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
302
|
-
|
|
303
287
|
serviceId?: string;
|
|
304
|
-
|
|
305
288
|
region?: string | __Provider<string>;
|
|
306
|
-
|
|
307
289
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
308
|
-
|
|
309
290
|
regionInfoProvider?: RegionInfoProvider;
|
|
310
|
-
|
|
311
291
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
312
|
-
|
|
313
292
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
314
293
|
}
|
|
315
294
|
declare type AmplifyClientConfigType = Partial<
|
|
@@ -322,7 +301,6 @@ declare type AmplifyClientConfigType = Partial<
|
|
|
322
301
|
HostHeaderInputConfig &
|
|
323
302
|
AwsAuthInputConfig &
|
|
324
303
|
UserAgentInputConfig;
|
|
325
|
-
|
|
326
304
|
export interface AmplifyClientConfig extends AmplifyClientConfigType {}
|
|
327
305
|
declare type AmplifyClientResolvedConfigType =
|
|
328
306
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -333,10 +311,8 @@ declare type AmplifyClientResolvedConfigType =
|
|
|
333
311
|
HostHeaderResolvedConfig &
|
|
334
312
|
AwsAuthResolvedConfig &
|
|
335
313
|
UserAgentResolvedConfig;
|
|
336
|
-
|
|
337
314
|
export interface AmplifyClientResolvedConfig
|
|
338
315
|
extends AmplifyClientResolvedConfigType {}
|
|
339
|
-
|
|
340
316
|
export declare class AmplifyClient extends __Client<
|
|
341
317
|
__HttpHandlerOptions,
|
|
342
318
|
ServiceInputTypes,
|
|
@@ -345,7 +321,6 @@ export declare class AmplifyClient extends __Client<
|
|
|
345
321
|
> {
|
|
346
322
|
readonly config: AmplifyClientResolvedConfig;
|
|
347
323
|
constructor(configuration: AmplifyClientConfig);
|
|
348
|
-
|
|
349
324
|
destroy(): void;
|
|
350
325
|
}
|
|
351
326
|
export {};
|
|
@@ -15,7 +15,6 @@ export interface CreateAppCommandInput extends CreateAppRequest {}
|
|
|
15
15
|
export interface CreateAppCommandOutput
|
|
16
16
|
extends CreateAppResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateAppCommand extends $Command<
|
|
20
19
|
CreateAppCommandInput,
|
|
21
20
|
CreateAppCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateAppCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateAppCommandInput;
|
|
25
24
|
constructor(input: CreateAppCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AmplifyClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateBackendEnvironmentCommandInput
|
|
|
19
19
|
export interface CreateBackendEnvironmentCommandOutput
|
|
20
20
|
extends CreateBackendEnvironmentResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateBackendEnvironmentCommand extends $Command<
|
|
24
23
|
CreateBackendEnvironmentCommandInput,
|
|
25
24
|
CreateBackendEnvironmentCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateBackendEnvironmentCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateBackendEnvironmentCommandInput;
|
|
29
28
|
constructor(input: CreateBackendEnvironmentCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AmplifyClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateBranchCommandInput extends CreateBranchRequest {}
|
|
|
15
15
|
export interface CreateBranchCommandOutput
|
|
16
16
|
extends CreateBranchResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateBranchCommand extends $Command<
|
|
20
19
|
CreateBranchCommandInput,
|
|
21
20
|
CreateBranchCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateBranchCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateBranchCommandInput;
|
|
25
24
|
constructor(input: CreateBranchCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AmplifyClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateDeploymentCommandInput extends CreateDeploymentRequest {}
|
|
|
18
18
|
export interface CreateDeploymentCommandOutput
|
|
19
19
|
extends CreateDeploymentResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateDeploymentCommand extends $Command<
|
|
23
22
|
CreateDeploymentCommandInput,
|
|
24
23
|
CreateDeploymentCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateDeploymentCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateDeploymentCommandInput;
|
|
28
27
|
constructor(input: CreateDeploymentCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AmplifyClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateDomainAssociationCommandInput
|
|
|
19
19
|
export interface CreateDomainAssociationCommandOutput
|
|
20
20
|
extends CreateDomainAssociationResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateDomainAssociationCommand extends $Command<
|
|
24
23
|
CreateDomainAssociationCommandInput,
|
|
25
24
|
CreateDomainAssociationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateDomainAssociationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateDomainAssociationCommandInput;
|
|
29
28
|
constructor(input: CreateDomainAssociationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AmplifyClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateWebhookCommandInput extends CreateWebhookRequest {}
|
|
|
15
15
|
export interface CreateWebhookCommandOutput
|
|
16
16
|
extends CreateWebhookResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateWebhookCommand extends $Command<
|
|
20
19
|
CreateWebhookCommandInput,
|
|
21
20
|
CreateWebhookCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateWebhookCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateWebhookCommandInput;
|
|
25
24
|
constructor(input: CreateWebhookCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AmplifyClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteAppCommandInput extends DeleteAppRequest {}
|
|
|
15
15
|
export interface DeleteAppCommandOutput
|
|
16
16
|
extends DeleteAppResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteAppCommand extends $Command<
|
|
20
19
|
DeleteAppCommandInput,
|
|
21
20
|
DeleteAppCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteAppCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteAppCommandInput;
|
|
25
24
|
constructor(input: DeleteAppCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AmplifyClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteBackendEnvironmentCommandInput
|
|
|
19
19
|
export interface DeleteBackendEnvironmentCommandOutput
|
|
20
20
|
extends DeleteBackendEnvironmentResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteBackendEnvironmentCommand extends $Command<
|
|
24
23
|
DeleteBackendEnvironmentCommandInput,
|
|
25
24
|
DeleteBackendEnvironmentCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteBackendEnvironmentCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteBackendEnvironmentCommandInput;
|
|
29
28
|
constructor(input: DeleteBackendEnvironmentCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AmplifyClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteBranchCommandInput extends DeleteBranchRequest {}
|
|
|
15
15
|
export interface DeleteBranchCommandOutput
|
|
16
16
|
extends DeleteBranchResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteBranchCommand extends $Command<
|
|
20
19
|
DeleteBranchCommandInput,
|
|
21
20
|
DeleteBranchCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteBranchCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteBranchCommandInput;
|
|
25
24
|
constructor(input: DeleteBranchCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AmplifyClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteDomainAssociationCommandInput
|
|
|
19
19
|
export interface DeleteDomainAssociationCommandOutput
|
|
20
20
|
extends DeleteDomainAssociationResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteDomainAssociationCommand extends $Command<
|
|
24
23
|
DeleteDomainAssociationCommandInput,
|
|
25
24
|
DeleteDomainAssociationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteDomainAssociationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteDomainAssociationCommandInput;
|
|
29
28
|
constructor(input: DeleteDomainAssociationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AmplifyClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteJobCommandInput extends DeleteJobRequest {}
|
|
|
15
15
|
export interface DeleteJobCommandOutput
|
|
16
16
|
extends DeleteJobResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteJobCommand extends $Command<
|
|
20
19
|
DeleteJobCommandInput,
|
|
21
20
|
DeleteJobCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteJobCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteJobCommandInput;
|
|
25
24
|
constructor(input: DeleteJobCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AmplifyClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteWebhookCommandInput extends DeleteWebhookRequest {}
|
|
|
15
15
|
export interface DeleteWebhookCommandOutput
|
|
16
16
|
extends DeleteWebhookResult,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteWebhookCommand extends $Command<
|
|
20
19
|
DeleteWebhookCommandInput,
|
|
21
20
|
DeleteWebhookCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteWebhookCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteWebhookCommandInput;
|
|
25
24
|
constructor(input: DeleteWebhookCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AmplifyClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GenerateAccessLogsCommandInput
|
|
|
19
19
|
export interface GenerateAccessLogsCommandOutput
|
|
20
20
|
extends GenerateAccessLogsResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GenerateAccessLogsCommand extends $Command<
|
|
24
23
|
GenerateAccessLogsCommandInput,
|
|
25
24
|
GenerateAccessLogsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GenerateAccessLogsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GenerateAccessLogsCommandInput;
|
|
29
28
|
constructor(input: GenerateAccessLogsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AmplifyClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { GetAppRequest, GetAppResult } from "../models/models_0";
|
|
14
14
|
export interface GetAppCommandInput extends GetAppRequest {}
|
|
15
15
|
export interface GetAppCommandOutput extends GetAppResult, __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class GetAppCommand extends $Command<
|
|
18
17
|
GetAppCommandInput,
|
|
19
18
|
GetAppCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class GetAppCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: GetAppCommandInput;
|
|
23
22
|
constructor(input: GetAppCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: AmplifyClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetArtifactUrlCommandInput extends GetArtifactUrlRequest {}
|
|
|
18
18
|
export interface GetArtifactUrlCommandOutput
|
|
19
19
|
extends GetArtifactUrlResult,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetArtifactUrlCommand extends $Command<
|
|
23
22
|
GetArtifactUrlCommandInput,
|
|
24
23
|
GetArtifactUrlCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetArtifactUrlCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetArtifactUrlCommandInput;
|
|
28
27
|
constructor(input: GetArtifactUrlCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AmplifyClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetBackendEnvironmentCommandInput
|
|
|
19
19
|
export interface GetBackendEnvironmentCommandOutput
|
|
20
20
|
extends GetBackendEnvironmentResult,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetBackendEnvironmentCommand extends $Command<
|
|
24
23
|
GetBackendEnvironmentCommandInput,
|
|
25
24
|
GetBackendEnvironmentCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetBackendEnvironmentCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetBackendEnvironmentCommandInput;
|
|
29
28
|
constructor(input: GetBackendEnvironmentCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AmplifyClientResolvedConfig,
|