@aws-sdk/client-amplify 3.296.0 → 3.298.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/CreateBackendEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/CreateDeploymentCommand.js +2 -3
- package/dist-cjs/commands/CreateDomainAssociationCommand.js +2 -3
- package/dist-cjs/commands/CreateWebhookCommand.js +2 -3
- package/dist-cjs/commands/DeleteAppCommand.js +1 -1
- package/dist-cjs/commands/DeleteBackendEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/DeleteBranchCommand.js +1 -1
- package/dist-cjs/commands/DeleteDomainAssociationCommand.js +2 -3
- package/dist-cjs/commands/DeleteJobCommand.js +2 -3
- package/dist-cjs/commands/DeleteWebhookCommand.js +2 -3
- package/dist-cjs/commands/GenerateAccessLogsCommand.js +2 -3
- package/dist-cjs/commands/GetAppCommand.js +1 -1
- package/dist-cjs/commands/GetArtifactUrlCommand.js +2 -3
- package/dist-cjs/commands/GetBackendEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/GetBranchCommand.js +1 -1
- package/dist-cjs/commands/GetDomainAssociationCommand.js +2 -3
- package/dist-cjs/commands/GetJobCommand.js +2 -3
- package/dist-cjs/commands/GetWebhookCommand.js +2 -3
- package/dist-cjs/commands/ListAppsCommand.js +1 -1
- package/dist-cjs/commands/ListArtifactsCommand.js +2 -3
- package/dist-cjs/commands/ListBackendEnvironmentsCommand.js +2 -3
- package/dist-cjs/commands/ListBranchesCommand.js +1 -1
- package/dist-cjs/commands/ListDomainAssociationsCommand.js +2 -3
- package/dist-cjs/commands/ListJobsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/ListWebhooksCommand.js +2 -3
- package/dist-cjs/commands/StartDeploymentCommand.js +2 -3
- package/dist-cjs/commands/StartJobCommand.js +2 -3
- package/dist-cjs/commands/StopJobCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateDomainAssociationCommand.js +2 -3
- package/dist-cjs/commands/UpdateWebhookCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -287
- package/dist-es/commands/CreateBackendEnvironmentCommand.js +2 -3
- package/dist-es/commands/CreateDeploymentCommand.js +2 -3
- package/dist-es/commands/CreateDomainAssociationCommand.js +2 -3
- package/dist-es/commands/CreateWebhookCommand.js +2 -3
- package/dist-es/commands/DeleteAppCommand.js +2 -2
- package/dist-es/commands/DeleteBackendEnvironmentCommand.js +2 -3
- package/dist-es/commands/DeleteBranchCommand.js +2 -2
- package/dist-es/commands/DeleteDomainAssociationCommand.js +2 -3
- package/dist-es/commands/DeleteJobCommand.js +2 -3
- package/dist-es/commands/DeleteWebhookCommand.js +2 -3
- package/dist-es/commands/GenerateAccessLogsCommand.js +2 -3
- package/dist-es/commands/GetAppCommand.js +2 -2
- package/dist-es/commands/GetArtifactUrlCommand.js +2 -3
- package/dist-es/commands/GetBackendEnvironmentCommand.js +2 -3
- package/dist-es/commands/GetBranchCommand.js +2 -2
- package/dist-es/commands/GetDomainAssociationCommand.js +2 -3
- package/dist-es/commands/GetJobCommand.js +2 -3
- package/dist-es/commands/GetWebhookCommand.js +2 -3
- package/dist-es/commands/ListAppsCommand.js +2 -2
- package/dist-es/commands/ListArtifactsCommand.js +2 -3
- package/dist-es/commands/ListBackendEnvironmentsCommand.js +2 -3
- package/dist-es/commands/ListBranchesCommand.js +2 -2
- package/dist-es/commands/ListDomainAssociationsCommand.js +2 -3
- package/dist-es/commands/ListJobsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/ListWebhooksCommand.js +2 -3
- package/dist-es/commands/StartDeploymentCommand.js +2 -3
- package/dist-es/commands/StartJobCommand.js +2 -3
- package/dist-es/commands/StopJobCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateDomainAssociationCommand.js +2 -3
- package/dist-es/commands/UpdateWebhookCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -213
- package/dist-types/Amplify.d.ts +38 -0
- package/dist-types/AmplifyClient.d.ts +24 -4
- package/dist-types/commands/CreateAppCommand.d.ts +16 -0
- package/dist-types/commands/CreateBackendEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/CreateBranchCommand.d.ts +16 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +16 -0
- package/dist-types/commands/CreateDomainAssociationCommand.d.ts +16 -0
- package/dist-types/commands/CreateWebhookCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAppCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBackendEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBranchCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDomainAssociationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteJobCommand.d.ts +16 -0
- package/dist-types/commands/DeleteWebhookCommand.d.ts +16 -0
- package/dist-types/commands/GenerateAccessLogsCommand.d.ts +16 -0
- package/dist-types/commands/GetAppCommand.d.ts +16 -0
- package/dist-types/commands/GetArtifactUrlCommand.d.ts +16 -0
- package/dist-types/commands/GetBackendEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/GetBranchCommand.d.ts +16 -0
- package/dist-types/commands/GetDomainAssociationCommand.d.ts +16 -0
- package/dist-types/commands/GetJobCommand.d.ts +16 -0
- package/dist-types/commands/GetWebhookCommand.d.ts +16 -0
- package/dist-types/commands/ListAppsCommand.d.ts +16 -0
- package/dist-types/commands/ListArtifactsCommand.d.ts +16 -0
- package/dist-types/commands/ListBackendEnvironmentsCommand.d.ts +16 -0
- package/dist-types/commands/ListBranchesCommand.d.ts +16 -0
- package/dist-types/commands/ListDomainAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/ListJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListWebhooksCommand.d.ts +16 -0
- package/dist-types/commands/StartDeploymentCommand.d.ts +16 -0
- package/dist-types/commands/StartJobCommand.d.ts +16 -0
- package/dist-types/commands/StopJobCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAppCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBranchCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDomainAssociationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateWebhookCommand.d.ts +16 -0
- package/dist-types/models/AmplifyServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +123 -284
- package/dist-types/ts3.4/models/models_0.d.ts +0 -197
- package/package.json +4 -3
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { AmplifyServiceException as __BaseException } from "./AmplifyServiceException";
|
|
3
3
|
/**
|
|
4
|
+
* @public
|
|
4
5
|
* <p> A request contains unexpected data. </p>
|
|
5
6
|
*/
|
|
6
7
|
export declare class BadRequestException extends __BaseException {
|
|
@@ -11,6 +12,9 @@ export declare class BadRequestException extends __BaseException {
|
|
|
11
12
|
*/
|
|
12
13
|
constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
|
|
13
14
|
}
|
|
15
|
+
/**
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
14
18
|
export declare enum Stage {
|
|
15
19
|
BETA = "BETA",
|
|
16
20
|
DEVELOPMENT = "DEVELOPMENT",
|
|
@@ -19,6 +23,7 @@ export declare enum Stage {
|
|
|
19
23
|
PULL_REQUEST = "PULL_REQUEST"
|
|
20
24
|
}
|
|
21
25
|
/**
|
|
26
|
+
* @public
|
|
22
27
|
* <p> Describes the automated branch creation configuration. </p>
|
|
23
28
|
*/
|
|
24
29
|
export interface AutoBranchCreationConfig {
|
|
@@ -69,6 +74,7 @@ export interface AutoBranchCreationConfig {
|
|
|
69
74
|
pullRequestEnvironmentName?: string;
|
|
70
75
|
}
|
|
71
76
|
/**
|
|
77
|
+
* @public
|
|
72
78
|
* <p> Describes a custom rewrite or redirect rule. </p>
|
|
73
79
|
*/
|
|
74
80
|
export interface CustomRule {
|
|
@@ -113,12 +119,16 @@ export interface CustomRule {
|
|
|
113
119
|
*/
|
|
114
120
|
condition?: string;
|
|
115
121
|
}
|
|
122
|
+
/**
|
|
123
|
+
* @public
|
|
124
|
+
*/
|
|
116
125
|
export declare enum Platform {
|
|
117
126
|
WEB = "WEB",
|
|
118
127
|
WEB_COMPUTE = "WEB_COMPUTE",
|
|
119
128
|
WEB_DYNAMIC = "WEB_DYNAMIC"
|
|
120
129
|
}
|
|
121
130
|
/**
|
|
131
|
+
* @public
|
|
122
132
|
* <p> The request structure used to create apps in Amplify. </p>
|
|
123
133
|
*/
|
|
124
134
|
export interface CreateAppRequest {
|
|
@@ -228,6 +238,7 @@ export interface CreateAppRequest {
|
|
|
228
238
|
autoBranchCreationConfig?: AutoBranchCreationConfig;
|
|
229
239
|
}
|
|
230
240
|
/**
|
|
241
|
+
* @public
|
|
231
242
|
* <p> Describes the information about a production branch for an Amplify app. </p>
|
|
232
243
|
*/
|
|
233
244
|
export interface ProductionBranch {
|
|
@@ -248,12 +259,16 @@ export interface ProductionBranch {
|
|
|
248
259
|
*/
|
|
249
260
|
branchName?: string;
|
|
250
261
|
}
|
|
262
|
+
/**
|
|
263
|
+
* @public
|
|
264
|
+
*/
|
|
251
265
|
export declare enum RepositoryCloneMethod {
|
|
252
266
|
SIGV4 = "SIGV4",
|
|
253
267
|
SSH = "SSH",
|
|
254
268
|
TOKEN = "TOKEN"
|
|
255
269
|
}
|
|
256
270
|
/**
|
|
271
|
+
* @public
|
|
257
272
|
* <p> Represents the different branches of a repository for building, deploying, and
|
|
258
273
|
* hosting an Amplify app. </p>
|
|
259
274
|
*/
|
|
@@ -369,6 +384,9 @@ export interface App {
|
|
|
369
384
|
*/
|
|
370
385
|
repositoryCloneMethod?: RepositoryCloneMethod | string;
|
|
371
386
|
}
|
|
387
|
+
/**
|
|
388
|
+
* @public
|
|
389
|
+
*/
|
|
372
390
|
export interface CreateAppResult {
|
|
373
391
|
/**
|
|
374
392
|
* <p> Represents the different branches of a repository for building, deploying, and
|
|
@@ -377,6 +395,7 @@ export interface CreateAppResult {
|
|
|
377
395
|
app: App | undefined;
|
|
378
396
|
}
|
|
379
397
|
/**
|
|
398
|
+
* @public
|
|
380
399
|
* <p> An operation failed because a dependent service threw an exception. </p>
|
|
381
400
|
*/
|
|
382
401
|
export declare class DependentServiceFailureException extends __BaseException {
|
|
@@ -388,6 +407,7 @@ export declare class DependentServiceFailureException extends __BaseException {
|
|
|
388
407
|
constructor(opts: __ExceptionOptionType<DependentServiceFailureException, __BaseException>);
|
|
389
408
|
}
|
|
390
409
|
/**
|
|
410
|
+
* @public
|
|
391
411
|
* <p> The service failed to perform an operation due to an internal issue. </p>
|
|
392
412
|
*/
|
|
393
413
|
export declare class InternalFailureException extends __BaseException {
|
|
@@ -399,6 +419,7 @@ export declare class InternalFailureException extends __BaseException {
|
|
|
399
419
|
constructor(opts: __ExceptionOptionType<InternalFailureException, __BaseException>);
|
|
400
420
|
}
|
|
401
421
|
/**
|
|
422
|
+
* @public
|
|
402
423
|
* <p> A resource could not be created because service quotas were exceeded. </p>
|
|
403
424
|
*/
|
|
404
425
|
export declare class LimitExceededException extends __BaseException {
|
|
@@ -410,6 +431,7 @@ export declare class LimitExceededException extends __BaseException {
|
|
|
410
431
|
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
411
432
|
}
|
|
412
433
|
/**
|
|
434
|
+
* @public
|
|
413
435
|
* <p> An operation failed due to a lack of access. </p>
|
|
414
436
|
*/
|
|
415
437
|
export declare class UnauthorizedException extends __BaseException {
|
|
@@ -421,6 +443,7 @@ export declare class UnauthorizedException extends __BaseException {
|
|
|
421
443
|
constructor(opts: __ExceptionOptionType<UnauthorizedException, __BaseException>);
|
|
422
444
|
}
|
|
423
445
|
/**
|
|
446
|
+
* @public
|
|
424
447
|
* <p> The request structure for the backend environment create request. </p>
|
|
425
448
|
*/
|
|
426
449
|
export interface CreateBackendEnvironmentRequest {
|
|
@@ -442,6 +465,7 @@ export interface CreateBackendEnvironmentRequest {
|
|
|
442
465
|
deploymentArtifacts?: string;
|
|
443
466
|
}
|
|
444
467
|
/**
|
|
468
|
+
* @public
|
|
445
469
|
* <p> Describes the backend environment for an Amplify app. </p>
|
|
446
470
|
*/
|
|
447
471
|
export interface BackendEnvironment {
|
|
@@ -474,6 +498,7 @@ export interface BackendEnvironment {
|
|
|
474
498
|
updateTime: Date | undefined;
|
|
475
499
|
}
|
|
476
500
|
/**
|
|
501
|
+
* @public
|
|
477
502
|
* <p> The result structure for the create backend environment request. </p>
|
|
478
503
|
*/
|
|
479
504
|
export interface CreateBackendEnvironmentResult {
|
|
@@ -483,6 +508,7 @@ export interface CreateBackendEnvironmentResult {
|
|
|
483
508
|
backendEnvironment: BackendEnvironment | undefined;
|
|
484
509
|
}
|
|
485
510
|
/**
|
|
511
|
+
* @public
|
|
486
512
|
* <p> An entity was not found during an operation. </p>
|
|
487
513
|
*/
|
|
488
514
|
export declare class NotFoundException extends __BaseException {
|
|
@@ -494,6 +520,7 @@ export declare class NotFoundException extends __BaseException {
|
|
|
494
520
|
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
495
521
|
}
|
|
496
522
|
/**
|
|
523
|
+
* @public
|
|
497
524
|
* <p> The request structure for the create branch request. </p>
|
|
498
525
|
*/
|
|
499
526
|
export interface CreateBranchRequest {
|
|
@@ -577,6 +604,7 @@ export interface CreateBranchRequest {
|
|
|
577
604
|
backendEnvironmentArn?: string;
|
|
578
605
|
}
|
|
579
606
|
/**
|
|
607
|
+
* @public
|
|
580
608
|
* <p> The branch for an Amplify app, which maps to a third-party repository branch. </p>
|
|
581
609
|
*/
|
|
582
610
|
export interface Branch {
|
|
@@ -697,6 +725,7 @@ export interface Branch {
|
|
|
697
725
|
backendEnvironmentArn?: string;
|
|
698
726
|
}
|
|
699
727
|
/**
|
|
728
|
+
* @public
|
|
700
729
|
* <p> The result structure for create branch request. </p>
|
|
701
730
|
*/
|
|
702
731
|
export interface CreateBranchResult {
|
|
@@ -707,6 +736,7 @@ export interface CreateBranchResult {
|
|
|
707
736
|
branch: Branch | undefined;
|
|
708
737
|
}
|
|
709
738
|
/**
|
|
739
|
+
* @public
|
|
710
740
|
* <p> The request structure for the create a new deployment request. </p>
|
|
711
741
|
*/
|
|
712
742
|
export interface CreateDeploymentRequest {
|
|
@@ -727,6 +757,7 @@ export interface CreateDeploymentRequest {
|
|
|
727
757
|
fileMap?: Record<string, string>;
|
|
728
758
|
}
|
|
729
759
|
/**
|
|
760
|
+
* @public
|
|
730
761
|
* <p> The result structure for the create a new deployment request. </p>
|
|
731
762
|
*/
|
|
732
763
|
export interface CreateDeploymentResult {
|
|
@@ -746,6 +777,7 @@ export interface CreateDeploymentResult {
|
|
|
746
777
|
zipUploadUrl: string | undefined;
|
|
747
778
|
}
|
|
748
779
|
/**
|
|
780
|
+
* @public
|
|
749
781
|
* <p> Describes the settings for the subdomain. </p>
|
|
750
782
|
*/
|
|
751
783
|
export interface SubDomainSetting {
|
|
@@ -759,6 +791,7 @@ export interface SubDomainSetting {
|
|
|
759
791
|
branchName: string | undefined;
|
|
760
792
|
}
|
|
761
793
|
/**
|
|
794
|
+
* @public
|
|
762
795
|
* <p> The request structure for the create domain association request. </p>
|
|
763
796
|
*/
|
|
764
797
|
export interface CreateDomainAssociationRequest {
|
|
@@ -788,6 +821,9 @@ export interface CreateDomainAssociationRequest {
|
|
|
788
821
|
*/
|
|
789
822
|
autoSubDomainIAMRole?: string;
|
|
790
823
|
}
|
|
824
|
+
/**
|
|
825
|
+
* @public
|
|
826
|
+
*/
|
|
791
827
|
export declare enum DomainStatus {
|
|
792
828
|
AVAILABLE = "AVAILABLE",
|
|
793
829
|
CREATING = "CREATING",
|
|
@@ -799,6 +835,7 @@ export declare enum DomainStatus {
|
|
|
799
835
|
UPDATING = "UPDATING"
|
|
800
836
|
}
|
|
801
837
|
/**
|
|
838
|
+
* @public
|
|
802
839
|
* <p> The subdomain for the domain association. </p>
|
|
803
840
|
*/
|
|
804
841
|
export interface SubDomain {
|
|
@@ -816,6 +853,7 @@ export interface SubDomain {
|
|
|
816
853
|
dnsRecord: string | undefined;
|
|
817
854
|
}
|
|
818
855
|
/**
|
|
856
|
+
* @public
|
|
819
857
|
* <p> Describes a domain association that associates a custom domain with an Amplify app.
|
|
820
858
|
* </p>
|
|
821
859
|
*/
|
|
@@ -859,6 +897,7 @@ export interface DomainAssociation {
|
|
|
859
897
|
subDomains: SubDomain[] | undefined;
|
|
860
898
|
}
|
|
861
899
|
/**
|
|
900
|
+
* @public
|
|
862
901
|
* <p> The result structure for the create domain association request. </p>
|
|
863
902
|
*/
|
|
864
903
|
export interface CreateDomainAssociationResult {
|
|
@@ -869,6 +908,7 @@ export interface CreateDomainAssociationResult {
|
|
|
869
908
|
domainAssociation: DomainAssociation | undefined;
|
|
870
909
|
}
|
|
871
910
|
/**
|
|
911
|
+
* @public
|
|
872
912
|
* <p> The request structure for the create webhook request. </p>
|
|
873
913
|
*/
|
|
874
914
|
export interface CreateWebhookRequest {
|
|
@@ -886,6 +926,7 @@ export interface CreateWebhookRequest {
|
|
|
886
926
|
description?: string;
|
|
887
927
|
}
|
|
888
928
|
/**
|
|
929
|
+
* @public
|
|
889
930
|
* <p> Describes a webhook that connects repository events to an Amplify app. </p>
|
|
890
931
|
*/
|
|
891
932
|
export interface Webhook {
|
|
@@ -919,6 +960,7 @@ export interface Webhook {
|
|
|
919
960
|
updateTime: Date | undefined;
|
|
920
961
|
}
|
|
921
962
|
/**
|
|
963
|
+
* @public
|
|
922
964
|
* <p> The result structure for the create webhook request. </p>
|
|
923
965
|
*/
|
|
924
966
|
export interface CreateWebhookResult {
|
|
@@ -928,6 +970,7 @@ export interface CreateWebhookResult {
|
|
|
928
970
|
webhook: Webhook | undefined;
|
|
929
971
|
}
|
|
930
972
|
/**
|
|
973
|
+
* @public
|
|
931
974
|
* <p> Describes the request structure for the delete app request. </p>
|
|
932
975
|
*/
|
|
933
976
|
export interface DeleteAppRequest {
|
|
@@ -937,6 +980,7 @@ export interface DeleteAppRequest {
|
|
|
937
980
|
appId: string | undefined;
|
|
938
981
|
}
|
|
939
982
|
/**
|
|
983
|
+
* @public
|
|
940
984
|
* <p> The result structure for the delete app request. </p>
|
|
941
985
|
*/
|
|
942
986
|
export interface DeleteAppResult {
|
|
@@ -947,6 +991,7 @@ export interface DeleteAppResult {
|
|
|
947
991
|
app: App | undefined;
|
|
948
992
|
}
|
|
949
993
|
/**
|
|
994
|
+
* @public
|
|
950
995
|
* <p> The request structure for the delete backend environment request. </p>
|
|
951
996
|
*/
|
|
952
997
|
export interface DeleteBackendEnvironmentRequest {
|
|
@@ -960,6 +1005,7 @@ export interface DeleteBackendEnvironmentRequest {
|
|
|
960
1005
|
environmentName: string | undefined;
|
|
961
1006
|
}
|
|
962
1007
|
/**
|
|
1008
|
+
* @public
|
|
963
1009
|
* <p> The result structure of the delete backend environment result. </p>
|
|
964
1010
|
*/
|
|
965
1011
|
export interface DeleteBackendEnvironmentResult {
|
|
@@ -969,6 +1015,7 @@ export interface DeleteBackendEnvironmentResult {
|
|
|
969
1015
|
backendEnvironment: BackendEnvironment | undefined;
|
|
970
1016
|
}
|
|
971
1017
|
/**
|
|
1018
|
+
* @public
|
|
972
1019
|
* <p> The request structure for the delete branch request. </p>
|
|
973
1020
|
*/
|
|
974
1021
|
export interface DeleteBranchRequest {
|
|
@@ -982,6 +1029,7 @@ export interface DeleteBranchRequest {
|
|
|
982
1029
|
branchName: string | undefined;
|
|
983
1030
|
}
|
|
984
1031
|
/**
|
|
1032
|
+
* @public
|
|
985
1033
|
* <p> The result structure for the delete branch request. </p>
|
|
986
1034
|
*/
|
|
987
1035
|
export interface DeleteBranchResult {
|
|
@@ -991,6 +1039,7 @@ export interface DeleteBranchResult {
|
|
|
991
1039
|
branch: Branch | undefined;
|
|
992
1040
|
}
|
|
993
1041
|
/**
|
|
1042
|
+
* @public
|
|
994
1043
|
* <p> The request structure for the delete domain association request. </p>
|
|
995
1044
|
*/
|
|
996
1045
|
export interface DeleteDomainAssociationRequest {
|
|
@@ -1003,6 +1052,9 @@ export interface DeleteDomainAssociationRequest {
|
|
|
1003
1052
|
*/
|
|
1004
1053
|
domainName: string | undefined;
|
|
1005
1054
|
}
|
|
1055
|
+
/**
|
|
1056
|
+
* @public
|
|
1057
|
+
*/
|
|
1006
1058
|
export interface DeleteDomainAssociationResult {
|
|
1007
1059
|
/**
|
|
1008
1060
|
* <p> Describes a domain association that associates a custom domain with an Amplify app.
|
|
@@ -1011,6 +1063,7 @@ export interface DeleteDomainAssociationResult {
|
|
|
1011
1063
|
domainAssociation: DomainAssociation | undefined;
|
|
1012
1064
|
}
|
|
1013
1065
|
/**
|
|
1066
|
+
* @public
|
|
1014
1067
|
* <p> The request structure for the delete job request. </p>
|
|
1015
1068
|
*/
|
|
1016
1069
|
export interface DeleteJobRequest {
|
|
@@ -1027,12 +1080,18 @@ export interface DeleteJobRequest {
|
|
|
1027
1080
|
*/
|
|
1028
1081
|
jobId: string | undefined;
|
|
1029
1082
|
}
|
|
1083
|
+
/**
|
|
1084
|
+
* @public
|
|
1085
|
+
*/
|
|
1030
1086
|
export declare enum JobType {
|
|
1031
1087
|
MANUAL = "MANUAL",
|
|
1032
1088
|
RELEASE = "RELEASE",
|
|
1033
1089
|
RETRY = "RETRY",
|
|
1034
1090
|
WEB_HOOK = "WEB_HOOK"
|
|
1035
1091
|
}
|
|
1092
|
+
/**
|
|
1093
|
+
* @public
|
|
1094
|
+
*/
|
|
1036
1095
|
export declare enum JobStatus {
|
|
1037
1096
|
CANCELLED = "CANCELLED",
|
|
1038
1097
|
CANCELLING = "CANCELLING",
|
|
@@ -1043,6 +1102,7 @@ export declare enum JobStatus {
|
|
|
1043
1102
|
SUCCEED = "SUCCEED"
|
|
1044
1103
|
}
|
|
1045
1104
|
/**
|
|
1105
|
+
* @public
|
|
1046
1106
|
* <p> Describes the summary for an execution job for an Amplify app. </p>
|
|
1047
1107
|
*/
|
|
1048
1108
|
export interface JobSummary {
|
|
@@ -1088,6 +1148,7 @@ export interface JobSummary {
|
|
|
1088
1148
|
jobType: JobType | string | undefined;
|
|
1089
1149
|
}
|
|
1090
1150
|
/**
|
|
1151
|
+
* @public
|
|
1091
1152
|
* <p> The result structure for the delete job request. </p>
|
|
1092
1153
|
*/
|
|
1093
1154
|
export interface DeleteJobResult {
|
|
@@ -1097,6 +1158,7 @@ export interface DeleteJobResult {
|
|
|
1097
1158
|
jobSummary: JobSummary | undefined;
|
|
1098
1159
|
}
|
|
1099
1160
|
/**
|
|
1161
|
+
* @public
|
|
1100
1162
|
* <p> The request structure for the delete webhook request. </p>
|
|
1101
1163
|
*/
|
|
1102
1164
|
export interface DeleteWebhookRequest {
|
|
@@ -1106,6 +1168,7 @@ export interface DeleteWebhookRequest {
|
|
|
1106
1168
|
webhookId: string | undefined;
|
|
1107
1169
|
}
|
|
1108
1170
|
/**
|
|
1171
|
+
* @public
|
|
1109
1172
|
* <p> The result structure for the delete webhook request. </p>
|
|
1110
1173
|
*/
|
|
1111
1174
|
export interface DeleteWebhookResult {
|
|
@@ -1115,6 +1178,7 @@ export interface DeleteWebhookResult {
|
|
|
1115
1178
|
webhook: Webhook | undefined;
|
|
1116
1179
|
}
|
|
1117
1180
|
/**
|
|
1181
|
+
* @public
|
|
1118
1182
|
* <p> The request structure for the generate access logs request. </p>
|
|
1119
1183
|
*/
|
|
1120
1184
|
export interface GenerateAccessLogsRequest {
|
|
@@ -1138,6 +1202,7 @@ export interface GenerateAccessLogsRequest {
|
|
|
1138
1202
|
appId: string | undefined;
|
|
1139
1203
|
}
|
|
1140
1204
|
/**
|
|
1205
|
+
* @public
|
|
1141
1206
|
* <p> The result structure for the generate access logs request. </p>
|
|
1142
1207
|
*/
|
|
1143
1208
|
export interface GenerateAccessLogsResult {
|
|
@@ -1147,6 +1212,7 @@ export interface GenerateAccessLogsResult {
|
|
|
1147
1212
|
logUrl?: string;
|
|
1148
1213
|
}
|
|
1149
1214
|
/**
|
|
1215
|
+
* @public
|
|
1150
1216
|
* <p> The request structure for the get app request. </p>
|
|
1151
1217
|
*/
|
|
1152
1218
|
export interface GetAppRequest {
|
|
@@ -1155,6 +1221,9 @@ export interface GetAppRequest {
|
|
|
1155
1221
|
*/
|
|
1156
1222
|
appId: string | undefined;
|
|
1157
1223
|
}
|
|
1224
|
+
/**
|
|
1225
|
+
* @public
|
|
1226
|
+
*/
|
|
1158
1227
|
export interface GetAppResult {
|
|
1159
1228
|
/**
|
|
1160
1229
|
* <p> Represents the different branches of a repository for building, deploying, and
|
|
@@ -1163,6 +1232,7 @@ export interface GetAppResult {
|
|
|
1163
1232
|
app: App | undefined;
|
|
1164
1233
|
}
|
|
1165
1234
|
/**
|
|
1235
|
+
* @public
|
|
1166
1236
|
* <p> Returns the request structure for the get artifact request. </p>
|
|
1167
1237
|
*/
|
|
1168
1238
|
export interface GetArtifactUrlRequest {
|
|
@@ -1172,6 +1242,7 @@ export interface GetArtifactUrlRequest {
|
|
|
1172
1242
|
artifactId: string | undefined;
|
|
1173
1243
|
}
|
|
1174
1244
|
/**
|
|
1245
|
+
* @public
|
|
1175
1246
|
* <p> Returns the result structure for the get artifact request. </p>
|
|
1176
1247
|
*/
|
|
1177
1248
|
export interface GetArtifactUrlResult {
|
|
@@ -1185,6 +1256,7 @@ export interface GetArtifactUrlResult {
|
|
|
1185
1256
|
artifactUrl: string | undefined;
|
|
1186
1257
|
}
|
|
1187
1258
|
/**
|
|
1259
|
+
* @public
|
|
1188
1260
|
* <p> The request structure for the get backend environment request. </p>
|
|
1189
1261
|
*/
|
|
1190
1262
|
export interface GetBackendEnvironmentRequest {
|
|
@@ -1198,6 +1270,7 @@ export interface GetBackendEnvironmentRequest {
|
|
|
1198
1270
|
environmentName: string | undefined;
|
|
1199
1271
|
}
|
|
1200
1272
|
/**
|
|
1273
|
+
* @public
|
|
1201
1274
|
* <p> The result structure for the get backend environment result. </p>
|
|
1202
1275
|
*/
|
|
1203
1276
|
export interface GetBackendEnvironmentResult {
|
|
@@ -1207,6 +1280,7 @@ export interface GetBackendEnvironmentResult {
|
|
|
1207
1280
|
backendEnvironment: BackendEnvironment | undefined;
|
|
1208
1281
|
}
|
|
1209
1282
|
/**
|
|
1283
|
+
* @public
|
|
1210
1284
|
* <p> The request structure for the get branch request. </p>
|
|
1211
1285
|
*/
|
|
1212
1286
|
export interface GetBranchRequest {
|
|
@@ -1219,6 +1293,9 @@ export interface GetBranchRequest {
|
|
|
1219
1293
|
*/
|
|
1220
1294
|
branchName: string | undefined;
|
|
1221
1295
|
}
|
|
1296
|
+
/**
|
|
1297
|
+
* @public
|
|
1298
|
+
*/
|
|
1222
1299
|
export interface GetBranchResult {
|
|
1223
1300
|
/**
|
|
1224
1301
|
* <p> The branch for an Amplify app, which maps to a third-party repository branch. </p>
|
|
@@ -1226,6 +1303,7 @@ export interface GetBranchResult {
|
|
|
1226
1303
|
branch: Branch | undefined;
|
|
1227
1304
|
}
|
|
1228
1305
|
/**
|
|
1306
|
+
* @public
|
|
1229
1307
|
* <p> The request structure for the get domain association request. </p>
|
|
1230
1308
|
*/
|
|
1231
1309
|
export interface GetDomainAssociationRequest {
|
|
@@ -1239,6 +1317,7 @@ export interface GetDomainAssociationRequest {
|
|
|
1239
1317
|
domainName: string | undefined;
|
|
1240
1318
|
}
|
|
1241
1319
|
/**
|
|
1320
|
+
* @public
|
|
1242
1321
|
* <p> The result structure for the get domain association request. </p>
|
|
1243
1322
|
*/
|
|
1244
1323
|
export interface GetDomainAssociationResult {
|
|
@@ -1249,6 +1328,7 @@ export interface GetDomainAssociationResult {
|
|
|
1249
1328
|
domainAssociation: DomainAssociation | undefined;
|
|
1250
1329
|
}
|
|
1251
1330
|
/**
|
|
1331
|
+
* @public
|
|
1252
1332
|
* <p> The request structure for the get job request. </p>
|
|
1253
1333
|
*/
|
|
1254
1334
|
export interface GetJobRequest {
|
|
@@ -1266,6 +1346,7 @@ export interface GetJobRequest {
|
|
|
1266
1346
|
jobId: string | undefined;
|
|
1267
1347
|
}
|
|
1268
1348
|
/**
|
|
1349
|
+
* @public
|
|
1269
1350
|
* <p> Describes an execution step, for an execution job, for an Amplify app. </p>
|
|
1270
1351
|
*/
|
|
1271
1352
|
export interface Step {
|
|
@@ -1316,6 +1397,7 @@ export interface Step {
|
|
|
1316
1397
|
context?: string;
|
|
1317
1398
|
}
|
|
1318
1399
|
/**
|
|
1400
|
+
* @public
|
|
1319
1401
|
* <p> Describes an execution job for an Amplify app. </p>
|
|
1320
1402
|
*/
|
|
1321
1403
|
export interface Job {
|
|
@@ -1328,6 +1410,9 @@ export interface Job {
|
|
|
1328
1410
|
*/
|
|
1329
1411
|
steps: Step[] | undefined;
|
|
1330
1412
|
}
|
|
1413
|
+
/**
|
|
1414
|
+
* @public
|
|
1415
|
+
*/
|
|
1331
1416
|
export interface GetJobResult {
|
|
1332
1417
|
/**
|
|
1333
1418
|
* <p> Describes an execution job for an Amplify app. </p>
|
|
@@ -1335,6 +1420,7 @@ export interface GetJobResult {
|
|
|
1335
1420
|
job: Job | undefined;
|
|
1336
1421
|
}
|
|
1337
1422
|
/**
|
|
1423
|
+
* @public
|
|
1338
1424
|
* <p> The request structure for the get webhook request. </p>
|
|
1339
1425
|
*/
|
|
1340
1426
|
export interface GetWebhookRequest {
|
|
@@ -1344,6 +1430,7 @@ export interface GetWebhookRequest {
|
|
|
1344
1430
|
webhookId: string | undefined;
|
|
1345
1431
|
}
|
|
1346
1432
|
/**
|
|
1433
|
+
* @public
|
|
1347
1434
|
* <p> The result structure for the get webhook request. </p>
|
|
1348
1435
|
*/
|
|
1349
1436
|
export interface GetWebhookResult {
|
|
@@ -1353,6 +1440,7 @@ export interface GetWebhookResult {
|
|
|
1353
1440
|
webhook: Webhook | undefined;
|
|
1354
1441
|
}
|
|
1355
1442
|
/**
|
|
1443
|
+
* @public
|
|
1356
1444
|
* <p> The request structure for the list apps request. </p>
|
|
1357
1445
|
*/
|
|
1358
1446
|
export interface ListAppsRequest {
|
|
@@ -1367,6 +1455,7 @@ export interface ListAppsRequest {
|
|
|
1367
1455
|
maxResults?: number;
|
|
1368
1456
|
}
|
|
1369
1457
|
/**
|
|
1458
|
+
* @public
|
|
1370
1459
|
* <p> The result structure for an Amplify app list request. </p>
|
|
1371
1460
|
*/
|
|
1372
1461
|
export interface ListAppsResult {
|
|
@@ -1382,6 +1471,7 @@ export interface ListAppsResult {
|
|
|
1382
1471
|
nextToken?: string;
|
|
1383
1472
|
}
|
|
1384
1473
|
/**
|
|
1474
|
+
* @public
|
|
1385
1475
|
* <p> Describes the request structure for the list artifacts request. </p>
|
|
1386
1476
|
*/
|
|
1387
1477
|
export interface ListArtifactsRequest {
|
|
@@ -1409,6 +1499,7 @@ export interface ListArtifactsRequest {
|
|
|
1409
1499
|
maxResults?: number;
|
|
1410
1500
|
}
|
|
1411
1501
|
/**
|
|
1502
|
+
* @public
|
|
1412
1503
|
* <p> Describes an artifact. </p>
|
|
1413
1504
|
*/
|
|
1414
1505
|
export interface Artifact {
|
|
@@ -1422,6 +1513,7 @@ export interface Artifact {
|
|
|
1422
1513
|
artifactId: string | undefined;
|
|
1423
1514
|
}
|
|
1424
1515
|
/**
|
|
1516
|
+
* @public
|
|
1425
1517
|
* <p> The result structure for the list artifacts request. </p>
|
|
1426
1518
|
*/
|
|
1427
1519
|
export interface ListArtifactsResult {
|
|
@@ -1436,6 +1528,7 @@ export interface ListArtifactsResult {
|
|
|
1436
1528
|
nextToken?: string;
|
|
1437
1529
|
}
|
|
1438
1530
|
/**
|
|
1531
|
+
* @public
|
|
1439
1532
|
* <p> The request structure for the list backend environments request. </p>
|
|
1440
1533
|
*/
|
|
1441
1534
|
export interface ListBackendEnvironmentsRequest {
|
|
@@ -1459,6 +1552,7 @@ export interface ListBackendEnvironmentsRequest {
|
|
|
1459
1552
|
maxResults?: number;
|
|
1460
1553
|
}
|
|
1461
1554
|
/**
|
|
1555
|
+
* @public
|
|
1462
1556
|
* <p> The result structure for the list backend environments result. </p>
|
|
1463
1557
|
*/
|
|
1464
1558
|
export interface ListBackendEnvironmentsResult {
|
|
@@ -1473,6 +1567,7 @@ export interface ListBackendEnvironmentsResult {
|
|
|
1473
1567
|
nextToken?: string;
|
|
1474
1568
|
}
|
|
1475
1569
|
/**
|
|
1570
|
+
* @public
|
|
1476
1571
|
* <p> The request structure for the list branches request. </p>
|
|
1477
1572
|
*/
|
|
1478
1573
|
export interface ListBranchesRequest {
|
|
@@ -1492,6 +1587,7 @@ export interface ListBranchesRequest {
|
|
|
1492
1587
|
maxResults?: number;
|
|
1493
1588
|
}
|
|
1494
1589
|
/**
|
|
1590
|
+
* @public
|
|
1495
1591
|
* <p> The result structure for the list branches request. </p>
|
|
1496
1592
|
*/
|
|
1497
1593
|
export interface ListBranchesResult {
|
|
@@ -1506,6 +1602,7 @@ export interface ListBranchesResult {
|
|
|
1506
1602
|
nextToken?: string;
|
|
1507
1603
|
}
|
|
1508
1604
|
/**
|
|
1605
|
+
* @public
|
|
1509
1606
|
* <p> The request structure for the list domain associations request. </p>
|
|
1510
1607
|
*/
|
|
1511
1608
|
export interface ListDomainAssociationsRequest {
|
|
@@ -1525,6 +1622,7 @@ export interface ListDomainAssociationsRequest {
|
|
|
1525
1622
|
maxResults?: number;
|
|
1526
1623
|
}
|
|
1527
1624
|
/**
|
|
1625
|
+
* @public
|
|
1528
1626
|
* <p> The result structure for the list domain association request. </p>
|
|
1529
1627
|
*/
|
|
1530
1628
|
export interface ListDomainAssociationsResult {
|
|
@@ -1539,6 +1637,7 @@ export interface ListDomainAssociationsResult {
|
|
|
1539
1637
|
nextToken?: string;
|
|
1540
1638
|
}
|
|
1541
1639
|
/**
|
|
1640
|
+
* @public
|
|
1542
1641
|
* <p> The request structure for the list jobs request. </p>
|
|
1543
1642
|
*/
|
|
1544
1643
|
export interface ListJobsRequest {
|
|
@@ -1562,6 +1661,7 @@ export interface ListJobsRequest {
|
|
|
1562
1661
|
maxResults?: number;
|
|
1563
1662
|
}
|
|
1564
1663
|
/**
|
|
1664
|
+
* @public
|
|
1565
1665
|
* <p> The maximum number of records to list in a single response. </p>
|
|
1566
1666
|
*/
|
|
1567
1667
|
export interface ListJobsResult {
|
|
@@ -1576,6 +1676,7 @@ export interface ListJobsResult {
|
|
|
1576
1676
|
nextToken?: string;
|
|
1577
1677
|
}
|
|
1578
1678
|
/**
|
|
1679
|
+
* @public
|
|
1579
1680
|
* <p> The request structure to use to list tags for a resource. </p>
|
|
1580
1681
|
*/
|
|
1581
1682
|
export interface ListTagsForResourceRequest {
|
|
@@ -1585,6 +1686,7 @@ export interface ListTagsForResourceRequest {
|
|
|
1585
1686
|
resourceArn: string | undefined;
|
|
1586
1687
|
}
|
|
1587
1688
|
/**
|
|
1689
|
+
* @public
|
|
1588
1690
|
* <p> The response for the list tags for resource request. </p>
|
|
1589
1691
|
*/
|
|
1590
1692
|
export interface ListTagsForResourceResponse {
|
|
@@ -1594,6 +1696,7 @@ export interface ListTagsForResourceResponse {
|
|
|
1594
1696
|
tags?: Record<string, string>;
|
|
1595
1697
|
}
|
|
1596
1698
|
/**
|
|
1699
|
+
* @public
|
|
1597
1700
|
* <p> An operation failed due to a non-existent resource. </p>
|
|
1598
1701
|
*/
|
|
1599
1702
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
@@ -1606,6 +1709,7 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
1606
1709
|
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
1607
1710
|
}
|
|
1608
1711
|
/**
|
|
1712
|
+
* @public
|
|
1609
1713
|
* <p> The request structure for the list webhooks request. </p>
|
|
1610
1714
|
*/
|
|
1611
1715
|
export interface ListWebhooksRequest {
|
|
@@ -1625,6 +1729,7 @@ export interface ListWebhooksRequest {
|
|
|
1625
1729
|
maxResults?: number;
|
|
1626
1730
|
}
|
|
1627
1731
|
/**
|
|
1732
|
+
* @public
|
|
1628
1733
|
* <p> The result structure for the list webhooks request. </p>
|
|
1629
1734
|
*/
|
|
1630
1735
|
export interface ListWebhooksResult {
|
|
@@ -1639,6 +1744,7 @@ export interface ListWebhooksResult {
|
|
|
1639
1744
|
nextToken?: string;
|
|
1640
1745
|
}
|
|
1641
1746
|
/**
|
|
1747
|
+
* @public
|
|
1642
1748
|
* <p> The request structure for the start a deployment request. </p>
|
|
1643
1749
|
*/
|
|
1644
1750
|
export interface StartDeploymentRequest {
|
|
@@ -1662,6 +1768,7 @@ export interface StartDeploymentRequest {
|
|
|
1662
1768
|
sourceUrl?: string;
|
|
1663
1769
|
}
|
|
1664
1770
|
/**
|
|
1771
|
+
* @public
|
|
1665
1772
|
* <p> The result structure for the start a deployment request. </p>
|
|
1666
1773
|
*/
|
|
1667
1774
|
export interface StartDeploymentResult {
|
|
@@ -1671,6 +1778,7 @@ export interface StartDeploymentResult {
|
|
|
1671
1778
|
jobSummary: JobSummary | undefined;
|
|
1672
1779
|
}
|
|
1673
1780
|
/**
|
|
1781
|
+
* @public
|
|
1674
1782
|
* <p> The request structure for the start job request. </p>
|
|
1675
1783
|
*/
|
|
1676
1784
|
export interface StartJobRequest {
|
|
@@ -1713,6 +1821,7 @@ export interface StartJobRequest {
|
|
|
1713
1821
|
commitTime?: Date;
|
|
1714
1822
|
}
|
|
1715
1823
|
/**
|
|
1824
|
+
* @public
|
|
1716
1825
|
* <p> The result structure for the run job request. </p>
|
|
1717
1826
|
*/
|
|
1718
1827
|
export interface StartJobResult {
|
|
@@ -1722,6 +1831,7 @@ export interface StartJobResult {
|
|
|
1722
1831
|
jobSummary: JobSummary | undefined;
|
|
1723
1832
|
}
|
|
1724
1833
|
/**
|
|
1834
|
+
* @public
|
|
1725
1835
|
* <p> The request structure for the stop job request. </p>
|
|
1726
1836
|
*/
|
|
1727
1837
|
export interface StopJobRequest {
|
|
@@ -1739,6 +1849,7 @@ export interface StopJobRequest {
|
|
|
1739
1849
|
jobId: string | undefined;
|
|
1740
1850
|
}
|
|
1741
1851
|
/**
|
|
1852
|
+
* @public
|
|
1742
1853
|
* <p> The result structure for the stop job request. </p>
|
|
1743
1854
|
*/
|
|
1744
1855
|
export interface StopJobResult {
|
|
@@ -1748,6 +1859,7 @@ export interface StopJobResult {
|
|
|
1748
1859
|
jobSummary: JobSummary | undefined;
|
|
1749
1860
|
}
|
|
1750
1861
|
/**
|
|
1862
|
+
* @public
|
|
1751
1863
|
* <p> The request structure to tag a resource with a tag key and value. </p>
|
|
1752
1864
|
*/
|
|
1753
1865
|
export interface TagResourceRequest {
|
|
@@ -1761,11 +1873,13 @@ export interface TagResourceRequest {
|
|
|
1761
1873
|
tags: Record<string, string> | undefined;
|
|
1762
1874
|
}
|
|
1763
1875
|
/**
|
|
1876
|
+
* @public
|
|
1764
1877
|
* <p> The response for the tag resource request. </p>
|
|
1765
1878
|
*/
|
|
1766
1879
|
export interface TagResourceResponse {
|
|
1767
1880
|
}
|
|
1768
1881
|
/**
|
|
1882
|
+
* @public
|
|
1769
1883
|
* <p> The request structure for the untag resource request. </p>
|
|
1770
1884
|
*/
|
|
1771
1885
|
export interface UntagResourceRequest {
|
|
@@ -1779,11 +1893,13 @@ export interface UntagResourceRequest {
|
|
|
1779
1893
|
tagKeys: string[] | undefined;
|
|
1780
1894
|
}
|
|
1781
1895
|
/**
|
|
1896
|
+
* @public
|
|
1782
1897
|
* <p> The response for the untag resource request. </p>
|
|
1783
1898
|
*/
|
|
1784
1899
|
export interface UntagResourceResponse {
|
|
1785
1900
|
}
|
|
1786
1901
|
/**
|
|
1902
|
+
* @public
|
|
1787
1903
|
* <p> The request structure for the update app request. </p>
|
|
1788
1904
|
*/
|
|
1789
1905
|
export interface UpdateAppRequest {
|
|
@@ -1893,6 +2009,7 @@ export interface UpdateAppRequest {
|
|
|
1893
2009
|
accessToken?: string;
|
|
1894
2010
|
}
|
|
1895
2011
|
/**
|
|
2012
|
+
* @public
|
|
1896
2013
|
* <p> The result structure for an Amplify app update request. </p>
|
|
1897
2014
|
*/
|
|
1898
2015
|
export interface UpdateAppResult {
|
|
@@ -1902,6 +2019,7 @@ export interface UpdateAppResult {
|
|
|
1902
2019
|
app: App | undefined;
|
|
1903
2020
|
}
|
|
1904
2021
|
/**
|
|
2022
|
+
* @public
|
|
1905
2023
|
* <p> The request structure for the update branch request. </p>
|
|
1906
2024
|
*/
|
|
1907
2025
|
export interface UpdateBranchRequest {
|
|
@@ -1981,6 +2099,7 @@ export interface UpdateBranchRequest {
|
|
|
1981
2099
|
backendEnvironmentArn?: string;
|
|
1982
2100
|
}
|
|
1983
2101
|
/**
|
|
2102
|
+
* @public
|
|
1984
2103
|
* <p> The result structure for the update branch request. </p>
|
|
1985
2104
|
*/
|
|
1986
2105
|
export interface UpdateBranchResult {
|
|
@@ -1990,6 +2109,7 @@ export interface UpdateBranchResult {
|
|
|
1990
2109
|
branch: Branch | undefined;
|
|
1991
2110
|
}
|
|
1992
2111
|
/**
|
|
2112
|
+
* @public
|
|
1993
2113
|
* <p> The request structure for the update domain association request. </p>
|
|
1994
2114
|
*/
|
|
1995
2115
|
export interface UpdateDomainAssociationRequest {
|
|
@@ -2020,6 +2140,7 @@ export interface UpdateDomainAssociationRequest {
|
|
|
2020
2140
|
autoSubDomainIAMRole?: string;
|
|
2021
2141
|
}
|
|
2022
2142
|
/**
|
|
2143
|
+
* @public
|
|
2023
2144
|
* <p> The result structure for the update domain association request. </p>
|
|
2024
2145
|
*/
|
|
2025
2146
|
export interface UpdateDomainAssociationResult {
|
|
@@ -2030,6 +2151,7 @@ export interface UpdateDomainAssociationResult {
|
|
|
2030
2151
|
domainAssociation: DomainAssociation | undefined;
|
|
2031
2152
|
}
|
|
2032
2153
|
/**
|
|
2154
|
+
* @public
|
|
2033
2155
|
* <p> The request structure for the update webhook request. </p>
|
|
2034
2156
|
*/
|
|
2035
2157
|
export interface UpdateWebhookRequest {
|
|
@@ -2047,6 +2169,7 @@ export interface UpdateWebhookRequest {
|
|
|
2047
2169
|
description?: string;
|
|
2048
2170
|
}
|
|
2049
2171
|
/**
|
|
2172
|
+
* @public
|
|
2050
2173
|
* <p> The result structure for the update webhook request. </p>
|
|
2051
2174
|
*/
|
|
2052
2175
|
export interface UpdateWebhookResult {
|
|
@@ -2059,18 +2182,10 @@ export interface UpdateWebhookResult {
|
|
|
2059
2182
|
* @internal
|
|
2060
2183
|
*/
|
|
2061
2184
|
export declare const AutoBranchCreationConfigFilterSensitiveLog: (obj: AutoBranchCreationConfig) => any;
|
|
2062
|
-
/**
|
|
2063
|
-
* @internal
|
|
2064
|
-
*/
|
|
2065
|
-
export declare const CustomRuleFilterSensitiveLog: (obj: CustomRule) => any;
|
|
2066
2185
|
/**
|
|
2067
2186
|
* @internal
|
|
2068
2187
|
*/
|
|
2069
2188
|
export declare const CreateAppRequestFilterSensitiveLog: (obj: CreateAppRequest) => any;
|
|
2070
|
-
/**
|
|
2071
|
-
* @internal
|
|
2072
|
-
*/
|
|
2073
|
-
export declare const ProductionBranchFilterSensitiveLog: (obj: ProductionBranch) => any;
|
|
2074
2189
|
/**
|
|
2075
2190
|
* @internal
|
|
2076
2191
|
*/
|
|
@@ -2079,18 +2194,6 @@ export declare const AppFilterSensitiveLog: (obj: App) => any;
|
|
|
2079
2194
|
* @internal
|
|
2080
2195
|
*/
|
|
2081
2196
|
export declare const CreateAppResultFilterSensitiveLog: (obj: CreateAppResult) => any;
|
|
2082
|
-
/**
|
|
2083
|
-
* @internal
|
|
2084
|
-
*/
|
|
2085
|
-
export declare const CreateBackendEnvironmentRequestFilterSensitiveLog: (obj: CreateBackendEnvironmentRequest) => any;
|
|
2086
|
-
/**
|
|
2087
|
-
* @internal
|
|
2088
|
-
*/
|
|
2089
|
-
export declare const BackendEnvironmentFilterSensitiveLog: (obj: BackendEnvironment) => any;
|
|
2090
|
-
/**
|
|
2091
|
-
* @internal
|
|
2092
|
-
*/
|
|
2093
|
-
export declare const CreateBackendEnvironmentResultFilterSensitiveLog: (obj: CreateBackendEnvironmentResult) => any;
|
|
2094
2197
|
/**
|
|
2095
2198
|
* @internal
|
|
2096
2199
|
*/
|
|
@@ -2103,278 +2206,30 @@ export declare const BranchFilterSensitiveLog: (obj: Branch) => any;
|
|
|
2103
2206
|
* @internal
|
|
2104
2207
|
*/
|
|
2105
2208
|
export declare const CreateBranchResultFilterSensitiveLog: (obj: CreateBranchResult) => any;
|
|
2106
|
-
/**
|
|
2107
|
-
* @internal
|
|
2108
|
-
*/
|
|
2109
|
-
export declare const CreateDeploymentRequestFilterSensitiveLog: (obj: CreateDeploymentRequest) => any;
|
|
2110
|
-
/**
|
|
2111
|
-
* @internal
|
|
2112
|
-
*/
|
|
2113
|
-
export declare const CreateDeploymentResultFilterSensitiveLog: (obj: CreateDeploymentResult) => any;
|
|
2114
|
-
/**
|
|
2115
|
-
* @internal
|
|
2116
|
-
*/
|
|
2117
|
-
export declare const SubDomainSettingFilterSensitiveLog: (obj: SubDomainSetting) => any;
|
|
2118
|
-
/**
|
|
2119
|
-
* @internal
|
|
2120
|
-
*/
|
|
2121
|
-
export declare const CreateDomainAssociationRequestFilterSensitiveLog: (obj: CreateDomainAssociationRequest) => any;
|
|
2122
|
-
/**
|
|
2123
|
-
* @internal
|
|
2124
|
-
*/
|
|
2125
|
-
export declare const SubDomainFilterSensitiveLog: (obj: SubDomain) => any;
|
|
2126
|
-
/**
|
|
2127
|
-
* @internal
|
|
2128
|
-
*/
|
|
2129
|
-
export declare const DomainAssociationFilterSensitiveLog: (obj: DomainAssociation) => any;
|
|
2130
|
-
/**
|
|
2131
|
-
* @internal
|
|
2132
|
-
*/
|
|
2133
|
-
export declare const CreateDomainAssociationResultFilterSensitiveLog: (obj: CreateDomainAssociationResult) => any;
|
|
2134
|
-
/**
|
|
2135
|
-
* @internal
|
|
2136
|
-
*/
|
|
2137
|
-
export declare const CreateWebhookRequestFilterSensitiveLog: (obj: CreateWebhookRequest) => any;
|
|
2138
|
-
/**
|
|
2139
|
-
* @internal
|
|
2140
|
-
*/
|
|
2141
|
-
export declare const WebhookFilterSensitiveLog: (obj: Webhook) => any;
|
|
2142
|
-
/**
|
|
2143
|
-
* @internal
|
|
2144
|
-
*/
|
|
2145
|
-
export declare const CreateWebhookResultFilterSensitiveLog: (obj: CreateWebhookResult) => any;
|
|
2146
|
-
/**
|
|
2147
|
-
* @internal
|
|
2148
|
-
*/
|
|
2149
|
-
export declare const DeleteAppRequestFilterSensitiveLog: (obj: DeleteAppRequest) => any;
|
|
2150
2209
|
/**
|
|
2151
2210
|
* @internal
|
|
2152
2211
|
*/
|
|
2153
2212
|
export declare const DeleteAppResultFilterSensitiveLog: (obj: DeleteAppResult) => any;
|
|
2154
|
-
/**
|
|
2155
|
-
* @internal
|
|
2156
|
-
*/
|
|
2157
|
-
export declare const DeleteBackendEnvironmentRequestFilterSensitiveLog: (obj: DeleteBackendEnvironmentRequest) => any;
|
|
2158
|
-
/**
|
|
2159
|
-
* @internal
|
|
2160
|
-
*/
|
|
2161
|
-
export declare const DeleteBackendEnvironmentResultFilterSensitiveLog: (obj: DeleteBackendEnvironmentResult) => any;
|
|
2162
|
-
/**
|
|
2163
|
-
* @internal
|
|
2164
|
-
*/
|
|
2165
|
-
export declare const DeleteBranchRequestFilterSensitiveLog: (obj: DeleteBranchRequest) => any;
|
|
2166
2213
|
/**
|
|
2167
2214
|
* @internal
|
|
2168
2215
|
*/
|
|
2169
2216
|
export declare const DeleteBranchResultFilterSensitiveLog: (obj: DeleteBranchResult) => any;
|
|
2170
|
-
/**
|
|
2171
|
-
* @internal
|
|
2172
|
-
*/
|
|
2173
|
-
export declare const DeleteDomainAssociationRequestFilterSensitiveLog: (obj: DeleteDomainAssociationRequest) => any;
|
|
2174
|
-
/**
|
|
2175
|
-
* @internal
|
|
2176
|
-
*/
|
|
2177
|
-
export declare const DeleteDomainAssociationResultFilterSensitiveLog: (obj: DeleteDomainAssociationResult) => any;
|
|
2178
|
-
/**
|
|
2179
|
-
* @internal
|
|
2180
|
-
*/
|
|
2181
|
-
export declare const DeleteJobRequestFilterSensitiveLog: (obj: DeleteJobRequest) => any;
|
|
2182
|
-
/**
|
|
2183
|
-
* @internal
|
|
2184
|
-
*/
|
|
2185
|
-
export declare const JobSummaryFilterSensitiveLog: (obj: JobSummary) => any;
|
|
2186
|
-
/**
|
|
2187
|
-
* @internal
|
|
2188
|
-
*/
|
|
2189
|
-
export declare const DeleteJobResultFilterSensitiveLog: (obj: DeleteJobResult) => any;
|
|
2190
|
-
/**
|
|
2191
|
-
* @internal
|
|
2192
|
-
*/
|
|
2193
|
-
export declare const DeleteWebhookRequestFilterSensitiveLog: (obj: DeleteWebhookRequest) => any;
|
|
2194
|
-
/**
|
|
2195
|
-
* @internal
|
|
2196
|
-
*/
|
|
2197
|
-
export declare const DeleteWebhookResultFilterSensitiveLog: (obj: DeleteWebhookResult) => any;
|
|
2198
|
-
/**
|
|
2199
|
-
* @internal
|
|
2200
|
-
*/
|
|
2201
|
-
export declare const GenerateAccessLogsRequestFilterSensitiveLog: (obj: GenerateAccessLogsRequest) => any;
|
|
2202
|
-
/**
|
|
2203
|
-
* @internal
|
|
2204
|
-
*/
|
|
2205
|
-
export declare const GenerateAccessLogsResultFilterSensitiveLog: (obj: GenerateAccessLogsResult) => any;
|
|
2206
|
-
/**
|
|
2207
|
-
* @internal
|
|
2208
|
-
*/
|
|
2209
|
-
export declare const GetAppRequestFilterSensitiveLog: (obj: GetAppRequest) => any;
|
|
2210
2217
|
/**
|
|
2211
2218
|
* @internal
|
|
2212
2219
|
*/
|
|
2213
2220
|
export declare const GetAppResultFilterSensitiveLog: (obj: GetAppResult) => any;
|
|
2214
|
-
/**
|
|
2215
|
-
* @internal
|
|
2216
|
-
*/
|
|
2217
|
-
export declare const GetArtifactUrlRequestFilterSensitiveLog: (obj: GetArtifactUrlRequest) => any;
|
|
2218
|
-
/**
|
|
2219
|
-
* @internal
|
|
2220
|
-
*/
|
|
2221
|
-
export declare const GetArtifactUrlResultFilterSensitiveLog: (obj: GetArtifactUrlResult) => any;
|
|
2222
|
-
/**
|
|
2223
|
-
* @internal
|
|
2224
|
-
*/
|
|
2225
|
-
export declare const GetBackendEnvironmentRequestFilterSensitiveLog: (obj: GetBackendEnvironmentRequest) => any;
|
|
2226
|
-
/**
|
|
2227
|
-
* @internal
|
|
2228
|
-
*/
|
|
2229
|
-
export declare const GetBackendEnvironmentResultFilterSensitiveLog: (obj: GetBackendEnvironmentResult) => any;
|
|
2230
|
-
/**
|
|
2231
|
-
* @internal
|
|
2232
|
-
*/
|
|
2233
|
-
export declare const GetBranchRequestFilterSensitiveLog: (obj: GetBranchRequest) => any;
|
|
2234
2221
|
/**
|
|
2235
2222
|
* @internal
|
|
2236
2223
|
*/
|
|
2237
2224
|
export declare const GetBranchResultFilterSensitiveLog: (obj: GetBranchResult) => any;
|
|
2238
|
-
/**
|
|
2239
|
-
* @internal
|
|
2240
|
-
*/
|
|
2241
|
-
export declare const GetDomainAssociationRequestFilterSensitiveLog: (obj: GetDomainAssociationRequest) => any;
|
|
2242
|
-
/**
|
|
2243
|
-
* @internal
|
|
2244
|
-
*/
|
|
2245
|
-
export declare const GetDomainAssociationResultFilterSensitiveLog: (obj: GetDomainAssociationResult) => any;
|
|
2246
|
-
/**
|
|
2247
|
-
* @internal
|
|
2248
|
-
*/
|
|
2249
|
-
export declare const GetJobRequestFilterSensitiveLog: (obj: GetJobRequest) => any;
|
|
2250
|
-
/**
|
|
2251
|
-
* @internal
|
|
2252
|
-
*/
|
|
2253
|
-
export declare const StepFilterSensitiveLog: (obj: Step) => any;
|
|
2254
|
-
/**
|
|
2255
|
-
* @internal
|
|
2256
|
-
*/
|
|
2257
|
-
export declare const JobFilterSensitiveLog: (obj: Job) => any;
|
|
2258
|
-
/**
|
|
2259
|
-
* @internal
|
|
2260
|
-
*/
|
|
2261
|
-
export declare const GetJobResultFilterSensitiveLog: (obj: GetJobResult) => any;
|
|
2262
|
-
/**
|
|
2263
|
-
* @internal
|
|
2264
|
-
*/
|
|
2265
|
-
export declare const GetWebhookRequestFilterSensitiveLog: (obj: GetWebhookRequest) => any;
|
|
2266
|
-
/**
|
|
2267
|
-
* @internal
|
|
2268
|
-
*/
|
|
2269
|
-
export declare const GetWebhookResultFilterSensitiveLog: (obj: GetWebhookResult) => any;
|
|
2270
|
-
/**
|
|
2271
|
-
* @internal
|
|
2272
|
-
*/
|
|
2273
|
-
export declare const ListAppsRequestFilterSensitiveLog: (obj: ListAppsRequest) => any;
|
|
2274
2225
|
/**
|
|
2275
2226
|
* @internal
|
|
2276
2227
|
*/
|
|
2277
2228
|
export declare const ListAppsResultFilterSensitiveLog: (obj: ListAppsResult) => any;
|
|
2278
|
-
/**
|
|
2279
|
-
* @internal
|
|
2280
|
-
*/
|
|
2281
|
-
export declare const ListArtifactsRequestFilterSensitiveLog: (obj: ListArtifactsRequest) => any;
|
|
2282
|
-
/**
|
|
2283
|
-
* @internal
|
|
2284
|
-
*/
|
|
2285
|
-
export declare const ArtifactFilterSensitiveLog: (obj: Artifact) => any;
|
|
2286
|
-
/**
|
|
2287
|
-
* @internal
|
|
2288
|
-
*/
|
|
2289
|
-
export declare const ListArtifactsResultFilterSensitiveLog: (obj: ListArtifactsResult) => any;
|
|
2290
|
-
/**
|
|
2291
|
-
* @internal
|
|
2292
|
-
*/
|
|
2293
|
-
export declare const ListBackendEnvironmentsRequestFilterSensitiveLog: (obj: ListBackendEnvironmentsRequest) => any;
|
|
2294
|
-
/**
|
|
2295
|
-
* @internal
|
|
2296
|
-
*/
|
|
2297
|
-
export declare const ListBackendEnvironmentsResultFilterSensitiveLog: (obj: ListBackendEnvironmentsResult) => any;
|
|
2298
|
-
/**
|
|
2299
|
-
* @internal
|
|
2300
|
-
*/
|
|
2301
|
-
export declare const ListBranchesRequestFilterSensitiveLog: (obj: ListBranchesRequest) => any;
|
|
2302
2229
|
/**
|
|
2303
2230
|
* @internal
|
|
2304
2231
|
*/
|
|
2305
2232
|
export declare const ListBranchesResultFilterSensitiveLog: (obj: ListBranchesResult) => any;
|
|
2306
|
-
/**
|
|
2307
|
-
* @internal
|
|
2308
|
-
*/
|
|
2309
|
-
export declare const ListDomainAssociationsRequestFilterSensitiveLog: (obj: ListDomainAssociationsRequest) => any;
|
|
2310
|
-
/**
|
|
2311
|
-
* @internal
|
|
2312
|
-
*/
|
|
2313
|
-
export declare const ListDomainAssociationsResultFilterSensitiveLog: (obj: ListDomainAssociationsResult) => any;
|
|
2314
|
-
/**
|
|
2315
|
-
* @internal
|
|
2316
|
-
*/
|
|
2317
|
-
export declare const ListJobsRequestFilterSensitiveLog: (obj: ListJobsRequest) => any;
|
|
2318
|
-
/**
|
|
2319
|
-
* @internal
|
|
2320
|
-
*/
|
|
2321
|
-
export declare const ListJobsResultFilterSensitiveLog: (obj: ListJobsResult) => any;
|
|
2322
|
-
/**
|
|
2323
|
-
* @internal
|
|
2324
|
-
*/
|
|
2325
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2326
|
-
/**
|
|
2327
|
-
* @internal
|
|
2328
|
-
*/
|
|
2329
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2330
|
-
/**
|
|
2331
|
-
* @internal
|
|
2332
|
-
*/
|
|
2333
|
-
export declare const ListWebhooksRequestFilterSensitiveLog: (obj: ListWebhooksRequest) => any;
|
|
2334
|
-
/**
|
|
2335
|
-
* @internal
|
|
2336
|
-
*/
|
|
2337
|
-
export declare const ListWebhooksResultFilterSensitiveLog: (obj: ListWebhooksResult) => any;
|
|
2338
|
-
/**
|
|
2339
|
-
* @internal
|
|
2340
|
-
*/
|
|
2341
|
-
export declare const StartDeploymentRequestFilterSensitiveLog: (obj: StartDeploymentRequest) => any;
|
|
2342
|
-
/**
|
|
2343
|
-
* @internal
|
|
2344
|
-
*/
|
|
2345
|
-
export declare const StartDeploymentResultFilterSensitiveLog: (obj: StartDeploymentResult) => any;
|
|
2346
|
-
/**
|
|
2347
|
-
* @internal
|
|
2348
|
-
*/
|
|
2349
|
-
export declare const StartJobRequestFilterSensitiveLog: (obj: StartJobRequest) => any;
|
|
2350
|
-
/**
|
|
2351
|
-
* @internal
|
|
2352
|
-
*/
|
|
2353
|
-
export declare const StartJobResultFilterSensitiveLog: (obj: StartJobResult) => any;
|
|
2354
|
-
/**
|
|
2355
|
-
* @internal
|
|
2356
|
-
*/
|
|
2357
|
-
export declare const StopJobRequestFilterSensitiveLog: (obj: StopJobRequest) => any;
|
|
2358
|
-
/**
|
|
2359
|
-
* @internal
|
|
2360
|
-
*/
|
|
2361
|
-
export declare const StopJobResultFilterSensitiveLog: (obj: StopJobResult) => any;
|
|
2362
|
-
/**
|
|
2363
|
-
* @internal
|
|
2364
|
-
*/
|
|
2365
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2366
|
-
/**
|
|
2367
|
-
* @internal
|
|
2368
|
-
*/
|
|
2369
|
-
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2370
|
-
/**
|
|
2371
|
-
* @internal
|
|
2372
|
-
*/
|
|
2373
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2374
|
-
/**
|
|
2375
|
-
* @internal
|
|
2376
|
-
*/
|
|
2377
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2378
2233
|
/**
|
|
2379
2234
|
* @internal
|
|
2380
2235
|
*/
|
|
@@ -2391,19 +2246,3 @@ export declare const UpdateBranchRequestFilterSensitiveLog: (obj: UpdateBranchRe
|
|
|
2391
2246
|
* @internal
|
|
2392
2247
|
*/
|
|
2393
2248
|
export declare const UpdateBranchResultFilterSensitiveLog: (obj: UpdateBranchResult) => any;
|
|
2394
|
-
/**
|
|
2395
|
-
* @internal
|
|
2396
|
-
*/
|
|
2397
|
-
export declare const UpdateDomainAssociationRequestFilterSensitiveLog: (obj: UpdateDomainAssociationRequest) => any;
|
|
2398
|
-
/**
|
|
2399
|
-
* @internal
|
|
2400
|
-
*/
|
|
2401
|
-
export declare const UpdateDomainAssociationResultFilterSensitiveLog: (obj: UpdateDomainAssociationResult) => any;
|
|
2402
|
-
/**
|
|
2403
|
-
* @internal
|
|
2404
|
-
*/
|
|
2405
|
-
export declare const UpdateWebhookRequestFilterSensitiveLog: (obj: UpdateWebhookRequest) => any;
|
|
2406
|
-
/**
|
|
2407
|
-
* @internal
|
|
2408
|
-
*/
|
|
2409
|
-
export declare const UpdateWebhookResultFilterSensitiveLog: (obj: UpdateWebhookResult) => any;
|