@aws-sdk/client-amplify 3.940.0 → 3.946.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/index.js +60 -284
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/AmplifyClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +60 -284
- package/dist-types/Amplify.d.ts +1 -1
- package/dist-types/AmplifyClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/CreateAppCommand.d.ts +3 -3
- package/dist-types/commands/CreateBackendEnvironmentCommand.d.ts +3 -3
- package/dist-types/commands/CreateBranchCommand.d.ts +3 -3
- package/dist-types/commands/CreateDeploymentCommand.d.ts +3 -3
- package/dist-types/commands/CreateDomainAssociationCommand.d.ts +3 -3
- package/dist-types/commands/CreateWebhookCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAppCommand.d.ts +3 -3
- package/dist-types/commands/DeleteBackendEnvironmentCommand.d.ts +3 -3
- package/dist-types/commands/DeleteBranchCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDomainAssociationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteJobCommand.d.ts +3 -3
- package/dist-types/commands/DeleteWebhookCommand.d.ts +3 -3
- package/dist-types/commands/GenerateAccessLogsCommand.d.ts +3 -3
- package/dist-types/commands/GetAppCommand.d.ts +3 -3
- package/dist-types/commands/GetArtifactUrlCommand.d.ts +3 -3
- package/dist-types/commands/GetBackendEnvironmentCommand.d.ts +3 -3
- package/dist-types/commands/GetBranchCommand.d.ts +3 -3
- package/dist-types/commands/GetDomainAssociationCommand.d.ts +3 -3
- package/dist-types/commands/GetJobCommand.d.ts +3 -3
- package/dist-types/commands/GetWebhookCommand.d.ts +3 -3
- package/dist-types/commands/ListAppsCommand.d.ts +3 -3
- package/dist-types/commands/ListArtifactsCommand.d.ts +3 -3
- package/dist-types/commands/ListBackendEnvironmentsCommand.d.ts +3 -3
- package/dist-types/commands/ListBranchesCommand.d.ts +3 -3
- package/dist-types/commands/ListDomainAssociationsCommand.d.ts +3 -3
- package/dist-types/commands/ListJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ListWebhooksCommand.d.ts +3 -3
- package/dist-types/commands/StartDeploymentCommand.d.ts +3 -3
- package/dist-types/commands/StartJobCommand.d.ts +3 -3
- package/dist-types/commands/StopJobCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateAppCommand.d.ts +3 -3
- package/dist-types/commands/UpdateBranchCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDomainAssociationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateWebhookCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/AmplifyServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListAppsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBranchesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDomainAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListJobsPaginator.d.ts +1 -1
- 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/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/AmplifyClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/AmplifyServiceException.d.ts +1 -1
- package/package.json +13 -12
|
@@ -384,17 +384,7 @@ export var BackendEnvironment = [
|
|
|
384
384
|
[_bEA, _eN, _sN, _dA, _cT, _uT],
|
|
385
385
|
[0, 0, 0, 0, 4, 4],
|
|
386
386
|
];
|
|
387
|
-
export var BadRequestException = [
|
|
388
|
-
-3,
|
|
389
|
-
n0,
|
|
390
|
-
_BRE,
|
|
391
|
-
{
|
|
392
|
-
[_e]: _c,
|
|
393
|
-
[_hE]: 400,
|
|
394
|
-
},
|
|
395
|
-
[_m],
|
|
396
|
-
[0],
|
|
397
|
-
];
|
|
387
|
+
export var BadRequestException = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
398
388
|
TypeRegistry.for(n0).registerError(BadRequestException, __BadRequestException);
|
|
399
389
|
export var Branch = [
|
|
400
390
|
3,
|
|
@@ -652,17 +642,7 @@ export var DeleteJobRequest = [
|
|
|
652
642
|
export var DeleteJobResult = [3, n0, _DJRe, 0, [_jS], [() => JobSummary]];
|
|
653
643
|
export var DeleteWebhookRequest = [3, n0, _DWR, 0, [_wI], [[0, 1]]];
|
|
654
644
|
export var DeleteWebhookResult = [3, n0, _DWRe, 0, [_w], [() => Webhook]];
|
|
655
|
-
export var DependentServiceFailureException = [
|
|
656
|
-
-3,
|
|
657
|
-
n0,
|
|
658
|
-
_DSFE,
|
|
659
|
-
{
|
|
660
|
-
[_e]: _se,
|
|
661
|
-
[_hE]: 503,
|
|
662
|
-
},
|
|
663
|
-
[_m],
|
|
664
|
-
[0],
|
|
665
|
-
];
|
|
645
|
+
export var DependentServiceFailureException = [-3, n0, _DSFE, { [_e]: _se, [_hE]: 503 }, [_m], [0]];
|
|
666
646
|
TypeRegistry.for(n0).registerError(DependentServiceFailureException, __DependentServiceFailureException);
|
|
667
647
|
export var DomainAssociation = [
|
|
668
648
|
3,
|
|
@@ -736,17 +716,7 @@ export var GetJobRequest = [
|
|
|
736
716
|
export var GetJobResult = [3, n0, _GJRe, 0, [_j], [() => Job]];
|
|
737
717
|
export var GetWebhookRequest = [3, n0, _GWR, 0, [_wI], [[0, 1]]];
|
|
738
718
|
export var GetWebhookResult = [3, n0, _GWRe, 0, [_w], [() => Webhook]];
|
|
739
|
-
export var InternalFailureException = [
|
|
740
|
-
-3,
|
|
741
|
-
n0,
|
|
742
|
-
_IFE,
|
|
743
|
-
{
|
|
744
|
-
[_e]: _se,
|
|
745
|
-
[_hE]: 500,
|
|
746
|
-
},
|
|
747
|
-
[_m],
|
|
748
|
-
[0],
|
|
749
|
-
];
|
|
719
|
+
export var InternalFailureException = [-3, n0, _IFE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
750
720
|
TypeRegistry.for(n0).registerError(InternalFailureException, __InternalFailureException);
|
|
751
721
|
export var Job = [3, n0, _J, 0, [_su, _ste], [() => JobSummary, () => Steps]];
|
|
752
722
|
export var JobConfig = [3, n0, _JC, 0, [_bCT], [0]];
|
|
@@ -758,17 +728,7 @@ export var JobSummary = [
|
|
|
758
728
|
[_jA, _jI, _cI, _cM, _cTo, _sT, _st, _eT, _jT, _sU, _sUT],
|
|
759
729
|
[0, 0, 0, 0, 4, 4, 0, 4, 0, 0, 0],
|
|
760
730
|
];
|
|
761
|
-
export var LimitExceededException = [
|
|
762
|
-
-3,
|
|
763
|
-
n0,
|
|
764
|
-
_LEE,
|
|
765
|
-
{
|
|
766
|
-
[_e]: _c,
|
|
767
|
-
[_hE]: 429,
|
|
768
|
-
},
|
|
769
|
-
[_m],
|
|
770
|
-
[0],
|
|
771
|
-
];
|
|
731
|
+
export var LimitExceededException = [-3, n0, _LEE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
772
732
|
TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
|
|
773
733
|
export var ListAppsRequest = [
|
|
774
734
|
3,
|
|
@@ -777,18 +737,8 @@ export var ListAppsRequest = [
|
|
|
777
737
|
0,
|
|
778
738
|
[_nT, _mR],
|
|
779
739
|
[
|
|
780
|
-
[
|
|
781
|
-
|
|
782
|
-
{
|
|
783
|
-
[_hQ]: _nT,
|
|
784
|
-
},
|
|
785
|
-
],
|
|
786
|
-
[
|
|
787
|
-
1,
|
|
788
|
-
{
|
|
789
|
-
[_hQ]: _mR,
|
|
790
|
-
},
|
|
791
|
-
],
|
|
740
|
+
[0, { [_hQ]: _nT }],
|
|
741
|
+
[1, { [_hQ]: _mR }],
|
|
792
742
|
],
|
|
793
743
|
];
|
|
794
744
|
export var ListAppsResult = [3, n0, _LARi, 0, [_ap, _nT], [[() => Apps, 0], 0]];
|
|
@@ -802,18 +752,8 @@ export var ListArtifactsRequest = [
|
|
|
802
752
|
[0, 1],
|
|
803
753
|
[0, 1],
|
|
804
754
|
[0, 1],
|
|
805
|
-
[
|
|
806
|
-
|
|
807
|
-
{
|
|
808
|
-
[_hQ]: _nT,
|
|
809
|
-
},
|
|
810
|
-
],
|
|
811
|
-
[
|
|
812
|
-
1,
|
|
813
|
-
{
|
|
814
|
-
[_hQ]: _mR,
|
|
815
|
-
},
|
|
816
|
-
],
|
|
755
|
+
[0, { [_hQ]: _nT }],
|
|
756
|
+
[1, { [_hQ]: _mR }],
|
|
817
757
|
],
|
|
818
758
|
];
|
|
819
759
|
export var ListArtifactsResult = [3, n0, _LARist, 0, [_ar, _nT], [() => Artifacts, 0]];
|
|
@@ -825,24 +765,9 @@ export var ListBackendEnvironmentsRequest = [
|
|
|
825
765
|
[_aI, _eN, _nT, _mR],
|
|
826
766
|
[
|
|
827
767
|
[0, 1],
|
|
828
|
-
[
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
[_hQ]: _eN,
|
|
832
|
-
},
|
|
833
|
-
],
|
|
834
|
-
[
|
|
835
|
-
0,
|
|
836
|
-
{
|
|
837
|
-
[_hQ]: _nT,
|
|
838
|
-
},
|
|
839
|
-
],
|
|
840
|
-
[
|
|
841
|
-
1,
|
|
842
|
-
{
|
|
843
|
-
[_hQ]: _mR,
|
|
844
|
-
},
|
|
845
|
-
],
|
|
768
|
+
[0, { [_hQ]: _eN }],
|
|
769
|
+
[0, { [_hQ]: _nT }],
|
|
770
|
+
[1, { [_hQ]: _mR }],
|
|
846
771
|
],
|
|
847
772
|
];
|
|
848
773
|
export var ListBackendEnvironmentsResult = [
|
|
@@ -861,18 +786,8 @@ export var ListBranchesRequest = [
|
|
|
861
786
|
[_aI, _nT, _mR],
|
|
862
787
|
[
|
|
863
788
|
[0, 1],
|
|
864
|
-
[
|
|
865
|
-
|
|
866
|
-
{
|
|
867
|
-
[_hQ]: _nT,
|
|
868
|
-
},
|
|
869
|
-
],
|
|
870
|
-
[
|
|
871
|
-
1,
|
|
872
|
-
{
|
|
873
|
-
[_hQ]: _mR,
|
|
874
|
-
},
|
|
875
|
-
],
|
|
789
|
+
[0, { [_hQ]: _nT }],
|
|
790
|
+
[1, { [_hQ]: _mR }],
|
|
876
791
|
],
|
|
877
792
|
];
|
|
878
793
|
export var ListBranchesResult = [3, n0, _LBRi, 0, [_bra, _nT], [[() => Branches, 0], 0]];
|
|
@@ -884,18 +799,8 @@ export var ListDomainAssociationsRequest = [
|
|
|
884
799
|
[_aI, _nT, _mR],
|
|
885
800
|
[
|
|
886
801
|
[0, 1],
|
|
887
|
-
[
|
|
888
|
-
|
|
889
|
-
{
|
|
890
|
-
[_hQ]: _nT,
|
|
891
|
-
},
|
|
892
|
-
],
|
|
893
|
-
[
|
|
894
|
-
1,
|
|
895
|
-
{
|
|
896
|
-
[_hQ]: _mR,
|
|
897
|
-
},
|
|
898
|
-
],
|
|
802
|
+
[0, { [_hQ]: _nT }],
|
|
803
|
+
[1, { [_hQ]: _mR }],
|
|
899
804
|
],
|
|
900
805
|
];
|
|
901
806
|
export var ListDomainAssociationsResult = [
|
|
@@ -915,18 +820,8 @@ export var ListJobsRequest = [
|
|
|
915
820
|
[
|
|
916
821
|
[0, 1],
|
|
917
822
|
[0, 1],
|
|
918
|
-
[
|
|
919
|
-
|
|
920
|
-
{
|
|
921
|
-
[_hQ]: _nT,
|
|
922
|
-
},
|
|
923
|
-
],
|
|
924
|
-
[
|
|
925
|
-
1,
|
|
926
|
-
{
|
|
927
|
-
[_hQ]: _mR,
|
|
928
|
-
},
|
|
929
|
-
],
|
|
823
|
+
[0, { [_hQ]: _nT }],
|
|
824
|
+
[1, { [_hQ]: _mR }],
|
|
930
825
|
],
|
|
931
826
|
];
|
|
932
827
|
export var ListJobsResult = [3, n0, _LJRi, 0, [_jSo, _nT], [() => JobSummaries, 0]];
|
|
@@ -940,45 +835,15 @@ export var ListWebhooksRequest = [
|
|
|
940
835
|
[_aI, _nT, _mR],
|
|
941
836
|
[
|
|
942
837
|
[0, 1],
|
|
943
|
-
[
|
|
944
|
-
|
|
945
|
-
{
|
|
946
|
-
[_hQ]: _nT,
|
|
947
|
-
},
|
|
948
|
-
],
|
|
949
|
-
[
|
|
950
|
-
1,
|
|
951
|
-
{
|
|
952
|
-
[_hQ]: _mR,
|
|
953
|
-
},
|
|
954
|
-
],
|
|
838
|
+
[0, { [_hQ]: _nT }],
|
|
839
|
+
[1, { [_hQ]: _mR }],
|
|
955
840
|
],
|
|
956
841
|
];
|
|
957
842
|
export var ListWebhooksResult = [3, n0, _LWRi, 0, [_we, _nT], [() => Webhooks, 0]];
|
|
958
|
-
export var NotFoundException = [
|
|
959
|
-
-3,
|
|
960
|
-
n0,
|
|
961
|
-
_NFE,
|
|
962
|
-
{
|
|
963
|
-
[_e]: _c,
|
|
964
|
-
[_hE]: 404,
|
|
965
|
-
},
|
|
966
|
-
[_m],
|
|
967
|
-
[0],
|
|
968
|
-
];
|
|
843
|
+
export var NotFoundException = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
969
844
|
TypeRegistry.for(n0).registerError(NotFoundException, __NotFoundException);
|
|
970
845
|
export var ProductionBranch = [3, n0, _PB, 0, [_lDT, _st, _tU, _bN], [4, 0, 0, 0]];
|
|
971
|
-
export var ResourceNotFoundException = [
|
|
972
|
-
-3,
|
|
973
|
-
n0,
|
|
974
|
-
_RNFE,
|
|
975
|
-
{
|
|
976
|
-
[_e]: _c,
|
|
977
|
-
[_hE]: 404,
|
|
978
|
-
},
|
|
979
|
-
[_cod, _m],
|
|
980
|
-
[0, 0],
|
|
981
|
-
];
|
|
846
|
+
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_cod, _m], [0, 0]];
|
|
982
847
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
983
848
|
export var StartDeploymentRequest = [
|
|
984
849
|
3,
|
|
@@ -1023,17 +888,7 @@ export var SubDomain = [3, n0, _SD, 0, [_sDSu, _v, _dR], [() => SubDomainSetting
|
|
|
1023
888
|
export var SubDomainSetting = [3, n0, _SDS, 0, [_pr, _bN], [0, 0]];
|
|
1024
889
|
export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
1025
890
|
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
1026
|
-
export var UnauthorizedException = [
|
|
1027
|
-
-3,
|
|
1028
|
-
n0,
|
|
1029
|
-
_UE,
|
|
1030
|
-
{
|
|
1031
|
-
[_e]: _c,
|
|
1032
|
-
[_hE]: 401,
|
|
1033
|
-
},
|
|
1034
|
-
[_m],
|
|
1035
|
-
[0],
|
|
1036
|
-
];
|
|
891
|
+
export var UnauthorizedException = [-3, n0, _UE, { [_e]: _c, [_hE]: 401 }, [_m], [0]];
|
|
1037
892
|
TypeRegistry.for(n0).registerError(UnauthorizedException, __UnauthorizedException);
|
|
1038
893
|
export var UntagResourceRequest = [
|
|
1039
894
|
3,
|
|
@@ -1043,12 +898,7 @@ export var UntagResourceRequest = [
|
|
|
1043
898
|
[_rA, _tK],
|
|
1044
899
|
[
|
|
1045
900
|
[0, 1],
|
|
1046
|
-
[
|
|
1047
|
-
64 | 0,
|
|
1048
|
-
{
|
|
1049
|
-
[_hQ]: _tK,
|
|
1050
|
-
},
|
|
1051
|
-
],
|
|
901
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
1052
902
|
],
|
|
1053
903
|
];
|
|
1054
904
|
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
@@ -1185,9 +1035,7 @@ export var CreateApp = [
|
|
|
1185
1035
|
9,
|
|
1186
1036
|
n0,
|
|
1187
1037
|
_CA,
|
|
1188
|
-
{
|
|
1189
|
-
[_h]: ["POST", "/apps", 200],
|
|
1190
|
-
},
|
|
1038
|
+
{ [_h]: ["POST", "/apps", 200] },
|
|
1191
1039
|
() => CreateAppRequest,
|
|
1192
1040
|
() => CreateAppResult,
|
|
1193
1041
|
];
|
|
@@ -1195,9 +1043,7 @@ export var CreateBackendEnvironment = [
|
|
|
1195
1043
|
9,
|
|
1196
1044
|
n0,
|
|
1197
1045
|
_CBE,
|
|
1198
|
-
{
|
|
1199
|
-
[_h]: ["POST", "/apps/{appId}/backendenvironments", 200],
|
|
1200
|
-
},
|
|
1046
|
+
{ [_h]: ["POST", "/apps/{appId}/backendenvironments", 200] },
|
|
1201
1047
|
() => CreateBackendEnvironmentRequest,
|
|
1202
1048
|
() => CreateBackendEnvironmentResult,
|
|
1203
1049
|
];
|
|
@@ -1205,9 +1051,7 @@ export var CreateBranch = [
|
|
|
1205
1051
|
9,
|
|
1206
1052
|
n0,
|
|
1207
1053
|
_CB,
|
|
1208
|
-
{
|
|
1209
|
-
[_h]: ["POST", "/apps/{appId}/branches", 200],
|
|
1210
|
-
},
|
|
1054
|
+
{ [_h]: ["POST", "/apps/{appId}/branches", 200] },
|
|
1211
1055
|
() => CreateBranchRequest,
|
|
1212
1056
|
() => CreateBranchResult,
|
|
1213
1057
|
];
|
|
@@ -1215,9 +1059,7 @@ export var CreateDeployment = [
|
|
|
1215
1059
|
9,
|
|
1216
1060
|
n0,
|
|
1217
1061
|
_CD,
|
|
1218
|
-
{
|
|
1219
|
-
[_h]: ["POST", "/apps/{appId}/branches/{branchName}/deployments", 200],
|
|
1220
|
-
},
|
|
1062
|
+
{ [_h]: ["POST", "/apps/{appId}/branches/{branchName}/deployments", 200] },
|
|
1221
1063
|
() => CreateDeploymentRequest,
|
|
1222
1064
|
() => CreateDeploymentResult,
|
|
1223
1065
|
];
|
|
@@ -1225,9 +1067,7 @@ export var CreateDomainAssociation = [
|
|
|
1225
1067
|
9,
|
|
1226
1068
|
n0,
|
|
1227
1069
|
_CDA,
|
|
1228
|
-
{
|
|
1229
|
-
[_h]: ["POST", "/apps/{appId}/domains", 200],
|
|
1230
|
-
},
|
|
1070
|
+
{ [_h]: ["POST", "/apps/{appId}/domains", 200] },
|
|
1231
1071
|
() => CreateDomainAssociationRequest,
|
|
1232
1072
|
() => CreateDomainAssociationResult,
|
|
1233
1073
|
];
|
|
@@ -1235,9 +1075,7 @@ export var CreateWebhook = [
|
|
|
1235
1075
|
9,
|
|
1236
1076
|
n0,
|
|
1237
1077
|
_CW,
|
|
1238
|
-
{
|
|
1239
|
-
[_h]: ["POST", "/apps/{appId}/webhooks", 200],
|
|
1240
|
-
},
|
|
1078
|
+
{ [_h]: ["POST", "/apps/{appId}/webhooks", 200] },
|
|
1241
1079
|
() => CreateWebhookRequest,
|
|
1242
1080
|
() => CreateWebhookResult,
|
|
1243
1081
|
];
|
|
@@ -1245,9 +1083,7 @@ export var DeleteApp = [
|
|
|
1245
1083
|
9,
|
|
1246
1084
|
n0,
|
|
1247
1085
|
_DAe,
|
|
1248
|
-
{
|
|
1249
|
-
[_h]: ["DELETE", "/apps/{appId}", 200],
|
|
1250
|
-
},
|
|
1086
|
+
{ [_h]: ["DELETE", "/apps/{appId}", 200] },
|
|
1251
1087
|
() => DeleteAppRequest,
|
|
1252
1088
|
() => DeleteAppResult,
|
|
1253
1089
|
];
|
|
@@ -1255,9 +1091,7 @@ export var DeleteBackendEnvironment = [
|
|
|
1255
1091
|
9,
|
|
1256
1092
|
n0,
|
|
1257
1093
|
_DBE,
|
|
1258
|
-
{
|
|
1259
|
-
[_h]: ["DELETE", "/apps/{appId}/backendenvironments/{environmentName}", 200],
|
|
1260
|
-
},
|
|
1094
|
+
{ [_h]: ["DELETE", "/apps/{appId}/backendenvironments/{environmentName}", 200] },
|
|
1261
1095
|
() => DeleteBackendEnvironmentRequest,
|
|
1262
1096
|
() => DeleteBackendEnvironmentResult,
|
|
1263
1097
|
];
|
|
@@ -1265,9 +1099,7 @@ export var DeleteBranch = [
|
|
|
1265
1099
|
9,
|
|
1266
1100
|
n0,
|
|
1267
1101
|
_DB,
|
|
1268
|
-
{
|
|
1269
|
-
[_h]: ["DELETE", "/apps/{appId}/branches/{branchName}", 200],
|
|
1270
|
-
},
|
|
1102
|
+
{ [_h]: ["DELETE", "/apps/{appId}/branches/{branchName}", 200] },
|
|
1271
1103
|
() => DeleteBranchRequest,
|
|
1272
1104
|
() => DeleteBranchResult,
|
|
1273
1105
|
];
|
|
@@ -1275,9 +1107,7 @@ export var DeleteDomainAssociation = [
|
|
|
1275
1107
|
9,
|
|
1276
1108
|
n0,
|
|
1277
1109
|
_DDA,
|
|
1278
|
-
{
|
|
1279
|
-
[_h]: ["DELETE", "/apps/{appId}/domains/{domainName}", 200],
|
|
1280
|
-
},
|
|
1110
|
+
{ [_h]: ["DELETE", "/apps/{appId}/domains/{domainName}", 200] },
|
|
1281
1111
|
() => DeleteDomainAssociationRequest,
|
|
1282
1112
|
() => DeleteDomainAssociationResult,
|
|
1283
1113
|
];
|
|
@@ -1285,9 +1115,7 @@ export var DeleteJob = [
|
|
|
1285
1115
|
9,
|
|
1286
1116
|
n0,
|
|
1287
1117
|
_DJ,
|
|
1288
|
-
{
|
|
1289
|
-
[_h]: ["DELETE", "/apps/{appId}/branches/{branchName}/jobs/{jobId}", 200],
|
|
1290
|
-
},
|
|
1118
|
+
{ [_h]: ["DELETE", "/apps/{appId}/branches/{branchName}/jobs/{jobId}", 200] },
|
|
1291
1119
|
() => DeleteJobRequest,
|
|
1292
1120
|
() => DeleteJobResult,
|
|
1293
1121
|
];
|
|
@@ -1295,9 +1123,7 @@ export var DeleteWebhook = [
|
|
|
1295
1123
|
9,
|
|
1296
1124
|
n0,
|
|
1297
1125
|
_DW,
|
|
1298
|
-
{
|
|
1299
|
-
[_h]: ["DELETE", "/webhooks/{webhookId}", 200],
|
|
1300
|
-
},
|
|
1126
|
+
{ [_h]: ["DELETE", "/webhooks/{webhookId}", 200] },
|
|
1301
1127
|
() => DeleteWebhookRequest,
|
|
1302
1128
|
() => DeleteWebhookResult,
|
|
1303
1129
|
];
|
|
@@ -1305,9 +1131,7 @@ export var GenerateAccessLogs = [
|
|
|
1305
1131
|
9,
|
|
1306
1132
|
n0,
|
|
1307
1133
|
_GAL,
|
|
1308
|
-
{
|
|
1309
|
-
[_h]: ["POST", "/apps/{appId}/accesslogs", 200],
|
|
1310
|
-
},
|
|
1134
|
+
{ [_h]: ["POST", "/apps/{appId}/accesslogs", 200] },
|
|
1311
1135
|
() => GenerateAccessLogsRequest,
|
|
1312
1136
|
() => GenerateAccessLogsResult,
|
|
1313
1137
|
];
|
|
@@ -1315,9 +1139,7 @@ export var GetApp = [
|
|
|
1315
1139
|
9,
|
|
1316
1140
|
n0,
|
|
1317
1141
|
_GA,
|
|
1318
|
-
{
|
|
1319
|
-
[_h]: ["GET", "/apps/{appId}", 200],
|
|
1320
|
-
},
|
|
1142
|
+
{ [_h]: ["GET", "/apps/{appId}", 200] },
|
|
1321
1143
|
() => GetAppRequest,
|
|
1322
1144
|
() => GetAppResult,
|
|
1323
1145
|
];
|
|
@@ -1325,9 +1147,7 @@ export var GetArtifactUrl = [
|
|
|
1325
1147
|
9,
|
|
1326
1148
|
n0,
|
|
1327
1149
|
_GAU,
|
|
1328
|
-
{
|
|
1329
|
-
[_h]: ["GET", "/artifacts/{artifactId}", 200],
|
|
1330
|
-
},
|
|
1150
|
+
{ [_h]: ["GET", "/artifacts/{artifactId}", 200] },
|
|
1331
1151
|
() => GetArtifactUrlRequest,
|
|
1332
1152
|
() => GetArtifactUrlResult,
|
|
1333
1153
|
];
|
|
@@ -1335,9 +1155,7 @@ export var GetBackendEnvironment = [
|
|
|
1335
1155
|
9,
|
|
1336
1156
|
n0,
|
|
1337
1157
|
_GBE,
|
|
1338
|
-
{
|
|
1339
|
-
[_h]: ["GET", "/apps/{appId}/backendenvironments/{environmentName}", 200],
|
|
1340
|
-
},
|
|
1158
|
+
{ [_h]: ["GET", "/apps/{appId}/backendenvironments/{environmentName}", 200] },
|
|
1341
1159
|
() => GetBackendEnvironmentRequest,
|
|
1342
1160
|
() => GetBackendEnvironmentResult,
|
|
1343
1161
|
];
|
|
@@ -1345,9 +1163,7 @@ export var GetBranch = [
|
|
|
1345
1163
|
9,
|
|
1346
1164
|
n0,
|
|
1347
1165
|
_GB,
|
|
1348
|
-
{
|
|
1349
|
-
[_h]: ["GET", "/apps/{appId}/branches/{branchName}", 200],
|
|
1350
|
-
},
|
|
1166
|
+
{ [_h]: ["GET", "/apps/{appId}/branches/{branchName}", 200] },
|
|
1351
1167
|
() => GetBranchRequest,
|
|
1352
1168
|
() => GetBranchResult,
|
|
1353
1169
|
];
|
|
@@ -1355,9 +1171,7 @@ export var GetDomainAssociation = [
|
|
|
1355
1171
|
9,
|
|
1356
1172
|
n0,
|
|
1357
1173
|
_GDA,
|
|
1358
|
-
{
|
|
1359
|
-
[_h]: ["GET", "/apps/{appId}/domains/{domainName}", 200],
|
|
1360
|
-
},
|
|
1174
|
+
{ [_h]: ["GET", "/apps/{appId}/domains/{domainName}", 200] },
|
|
1361
1175
|
() => GetDomainAssociationRequest,
|
|
1362
1176
|
() => GetDomainAssociationResult,
|
|
1363
1177
|
];
|
|
@@ -1365,9 +1179,7 @@ export var GetJob = [
|
|
|
1365
1179
|
9,
|
|
1366
1180
|
n0,
|
|
1367
1181
|
_GJ,
|
|
1368
|
-
{
|
|
1369
|
-
[_h]: ["GET", "/apps/{appId}/branches/{branchName}/jobs/{jobId}", 200],
|
|
1370
|
-
},
|
|
1182
|
+
{ [_h]: ["GET", "/apps/{appId}/branches/{branchName}/jobs/{jobId}", 200] },
|
|
1371
1183
|
() => GetJobRequest,
|
|
1372
1184
|
() => GetJobResult,
|
|
1373
1185
|
];
|
|
@@ -1375,9 +1187,7 @@ export var GetWebhook = [
|
|
|
1375
1187
|
9,
|
|
1376
1188
|
n0,
|
|
1377
1189
|
_GW,
|
|
1378
|
-
{
|
|
1379
|
-
[_h]: ["GET", "/webhooks/{webhookId}", 200],
|
|
1380
|
-
},
|
|
1190
|
+
{ [_h]: ["GET", "/webhooks/{webhookId}", 200] },
|
|
1381
1191
|
() => GetWebhookRequest,
|
|
1382
1192
|
() => GetWebhookResult,
|
|
1383
1193
|
];
|
|
@@ -1385,9 +1195,7 @@ export var ListApps = [
|
|
|
1385
1195
|
9,
|
|
1386
1196
|
n0,
|
|
1387
1197
|
_LA,
|
|
1388
|
-
{
|
|
1389
|
-
[_h]: ["GET", "/apps", 200],
|
|
1390
|
-
},
|
|
1198
|
+
{ [_h]: ["GET", "/apps", 200] },
|
|
1391
1199
|
() => ListAppsRequest,
|
|
1392
1200
|
() => ListAppsResult,
|
|
1393
1201
|
];
|
|
@@ -1395,9 +1203,7 @@ export var ListArtifacts = [
|
|
|
1395
1203
|
9,
|
|
1396
1204
|
n0,
|
|
1397
1205
|
_LAi,
|
|
1398
|
-
{
|
|
1399
|
-
[_h]: ["GET", "/apps/{appId}/branches/{branchName}/jobs/{jobId}/artifacts", 200],
|
|
1400
|
-
},
|
|
1206
|
+
{ [_h]: ["GET", "/apps/{appId}/branches/{branchName}/jobs/{jobId}/artifacts", 200] },
|
|
1401
1207
|
() => ListArtifactsRequest,
|
|
1402
1208
|
() => ListArtifactsResult,
|
|
1403
1209
|
];
|
|
@@ -1405,9 +1211,7 @@ export var ListBackendEnvironments = [
|
|
|
1405
1211
|
9,
|
|
1406
1212
|
n0,
|
|
1407
1213
|
_LBE,
|
|
1408
|
-
{
|
|
1409
|
-
[_h]: ["GET", "/apps/{appId}/backendenvironments", 200],
|
|
1410
|
-
},
|
|
1214
|
+
{ [_h]: ["GET", "/apps/{appId}/backendenvironments", 200] },
|
|
1411
1215
|
() => ListBackendEnvironmentsRequest,
|
|
1412
1216
|
() => ListBackendEnvironmentsResult,
|
|
1413
1217
|
];
|
|
@@ -1415,9 +1219,7 @@ export var ListBranches = [
|
|
|
1415
1219
|
9,
|
|
1416
1220
|
n0,
|
|
1417
1221
|
_LB,
|
|
1418
|
-
{
|
|
1419
|
-
[_h]: ["GET", "/apps/{appId}/branches", 200],
|
|
1420
|
-
},
|
|
1222
|
+
{ [_h]: ["GET", "/apps/{appId}/branches", 200] },
|
|
1421
1223
|
() => ListBranchesRequest,
|
|
1422
1224
|
() => ListBranchesResult,
|
|
1423
1225
|
];
|
|
@@ -1425,9 +1227,7 @@ export var ListDomainAssociations = [
|
|
|
1425
1227
|
9,
|
|
1426
1228
|
n0,
|
|
1427
1229
|
_LDA,
|
|
1428
|
-
{
|
|
1429
|
-
[_h]: ["GET", "/apps/{appId}/domains", 200],
|
|
1430
|
-
},
|
|
1230
|
+
{ [_h]: ["GET", "/apps/{appId}/domains", 200] },
|
|
1431
1231
|
() => ListDomainAssociationsRequest,
|
|
1432
1232
|
() => ListDomainAssociationsResult,
|
|
1433
1233
|
];
|
|
@@ -1435,9 +1235,7 @@ export var ListJobs = [
|
|
|
1435
1235
|
9,
|
|
1436
1236
|
n0,
|
|
1437
1237
|
_LJ,
|
|
1438
|
-
{
|
|
1439
|
-
[_h]: ["GET", "/apps/{appId}/branches/{branchName}/jobs", 200],
|
|
1440
|
-
},
|
|
1238
|
+
{ [_h]: ["GET", "/apps/{appId}/branches/{branchName}/jobs", 200] },
|
|
1441
1239
|
() => ListJobsRequest,
|
|
1442
1240
|
() => ListJobsResult,
|
|
1443
1241
|
];
|
|
@@ -1445,9 +1243,7 @@ export var ListTagsForResource = [
|
|
|
1445
1243
|
9,
|
|
1446
1244
|
n0,
|
|
1447
1245
|
_LTFR,
|
|
1448
|
-
{
|
|
1449
|
-
[_h]: ["GET", "/tags/{resourceArn}", 200],
|
|
1450
|
-
},
|
|
1246
|
+
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
1451
1247
|
() => ListTagsForResourceRequest,
|
|
1452
1248
|
() => ListTagsForResourceResponse,
|
|
1453
1249
|
];
|
|
@@ -1455,9 +1251,7 @@ export var ListWebhooks = [
|
|
|
1455
1251
|
9,
|
|
1456
1252
|
n0,
|
|
1457
1253
|
_LW,
|
|
1458
|
-
{
|
|
1459
|
-
[_h]: ["GET", "/apps/{appId}/webhooks", 200],
|
|
1460
|
-
},
|
|
1254
|
+
{ [_h]: ["GET", "/apps/{appId}/webhooks", 200] },
|
|
1461
1255
|
() => ListWebhooksRequest,
|
|
1462
1256
|
() => ListWebhooksResult,
|
|
1463
1257
|
];
|
|
@@ -1465,9 +1259,7 @@ export var StartDeployment = [
|
|
|
1465
1259
|
9,
|
|
1466
1260
|
n0,
|
|
1467
1261
|
_SDt,
|
|
1468
|
-
{
|
|
1469
|
-
[_h]: ["POST", "/apps/{appId}/branches/{branchName}/deployments/start", 200],
|
|
1470
|
-
},
|
|
1262
|
+
{ [_h]: ["POST", "/apps/{appId}/branches/{branchName}/deployments/start", 200] },
|
|
1471
1263
|
() => StartDeploymentRequest,
|
|
1472
1264
|
() => StartDeploymentResult,
|
|
1473
1265
|
];
|
|
@@ -1475,9 +1267,7 @@ export var StartJob = [
|
|
|
1475
1267
|
9,
|
|
1476
1268
|
n0,
|
|
1477
1269
|
_SJ,
|
|
1478
|
-
{
|
|
1479
|
-
[_h]: ["POST", "/apps/{appId}/branches/{branchName}/jobs", 200],
|
|
1480
|
-
},
|
|
1270
|
+
{ [_h]: ["POST", "/apps/{appId}/branches/{branchName}/jobs", 200] },
|
|
1481
1271
|
() => StartJobRequest,
|
|
1482
1272
|
() => StartJobResult,
|
|
1483
1273
|
];
|
|
@@ -1485,9 +1275,7 @@ export var StopJob = [
|
|
|
1485
1275
|
9,
|
|
1486
1276
|
n0,
|
|
1487
1277
|
_SJt,
|
|
1488
|
-
{
|
|
1489
|
-
[_h]: ["DELETE", "/apps/{appId}/branches/{branchName}/jobs/{jobId}/stop", 200],
|
|
1490
|
-
},
|
|
1278
|
+
{ [_h]: ["DELETE", "/apps/{appId}/branches/{branchName}/jobs/{jobId}/stop", 200] },
|
|
1491
1279
|
() => StopJobRequest,
|
|
1492
1280
|
() => StopJobResult,
|
|
1493
1281
|
];
|
|
@@ -1495,9 +1283,7 @@ export var TagResource = [
|
|
|
1495
1283
|
9,
|
|
1496
1284
|
n0,
|
|
1497
1285
|
_TR,
|
|
1498
|
-
{
|
|
1499
|
-
[_h]: ["POST", "/tags/{resourceArn}", 200],
|
|
1500
|
-
},
|
|
1286
|
+
{ [_h]: ["POST", "/tags/{resourceArn}", 200] },
|
|
1501
1287
|
() => TagResourceRequest,
|
|
1502
1288
|
() => TagResourceResponse,
|
|
1503
1289
|
];
|
|
@@ -1505,9 +1291,7 @@ export var UntagResource = [
|
|
|
1505
1291
|
9,
|
|
1506
1292
|
n0,
|
|
1507
1293
|
_UR,
|
|
1508
|
-
{
|
|
1509
|
-
[_h]: ["DELETE", "/tags/{resourceArn}", 200],
|
|
1510
|
-
},
|
|
1294
|
+
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
1511
1295
|
() => UntagResourceRequest,
|
|
1512
1296
|
() => UntagResourceResponse,
|
|
1513
1297
|
];
|
|
@@ -1515,9 +1299,7 @@ export var UpdateApp = [
|
|
|
1515
1299
|
9,
|
|
1516
1300
|
n0,
|
|
1517
1301
|
_UA,
|
|
1518
|
-
{
|
|
1519
|
-
[_h]: ["POST", "/apps/{appId}", 200],
|
|
1520
|
-
},
|
|
1302
|
+
{ [_h]: ["POST", "/apps/{appId}", 200] },
|
|
1521
1303
|
() => UpdateAppRequest,
|
|
1522
1304
|
() => UpdateAppResult,
|
|
1523
1305
|
];
|
|
@@ -1525,9 +1307,7 @@ export var UpdateBranch = [
|
|
|
1525
1307
|
9,
|
|
1526
1308
|
n0,
|
|
1527
1309
|
_UB,
|
|
1528
|
-
{
|
|
1529
|
-
[_h]: ["POST", "/apps/{appId}/branches/{branchName}", 200],
|
|
1530
|
-
},
|
|
1310
|
+
{ [_h]: ["POST", "/apps/{appId}/branches/{branchName}", 200] },
|
|
1531
1311
|
() => UpdateBranchRequest,
|
|
1532
1312
|
() => UpdateBranchResult,
|
|
1533
1313
|
];
|
|
@@ -1535,9 +1315,7 @@ export var UpdateDomainAssociation = [
|
|
|
1535
1315
|
9,
|
|
1536
1316
|
n0,
|
|
1537
1317
|
_UDA,
|
|
1538
|
-
{
|
|
1539
|
-
[_h]: ["POST", "/apps/{appId}/domains/{domainName}", 200],
|
|
1540
|
-
},
|
|
1318
|
+
{ [_h]: ["POST", "/apps/{appId}/domains/{domainName}", 200] },
|
|
1541
1319
|
() => UpdateDomainAssociationRequest,
|
|
1542
1320
|
() => UpdateDomainAssociationResult,
|
|
1543
1321
|
];
|
|
@@ -1545,9 +1323,7 @@ export var UpdateWebhook = [
|
|
|
1545
1323
|
9,
|
|
1546
1324
|
n0,
|
|
1547
1325
|
_UW,
|
|
1548
|
-
{
|
|
1549
|
-
[_h]: ["POST", "/webhooks/{webhookId}", 200],
|
|
1550
|
-
},
|
|
1326
|
+
{ [_h]: ["POST", "/webhooks/{webhookId}", 200] },
|
|
1551
1327
|
() => UpdateWebhookRequest,
|
|
1552
1328
|
() => UpdateWebhookResult,
|
|
1553
1329
|
];
|
package/dist-types/Amplify.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { AmplifyClient } from "./AmplifyClient";
|
|
3
3
|
import { CreateAppCommandInput, CreateAppCommandOutput } from "./commands/CreateAppCommand";
|
|
4
4
|
import { CreateBackendEnvironmentCommandInput, CreateBackendEnvironmentCommandOutput } from "./commands/CreateBackendEnvironmentCommand";
|