@aws-sdk/client-amplifybackend 3.986.0 → 3.988.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 +50 -1183
- package/dist-cjs/models/AmplifyBackendServiceException.js +12 -0
- package/dist-cjs/models/errors.js +68 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +967 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +51 -45
- package/dist-types/schemas/schemas_0.d.ts +12 -5
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -5
- package/package.json +13 -13
|
@@ -0,0 +1,967 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GenerateBackendAPIModelsResponse$ = exports.GenerateBackendAPIModelsRequest$ = exports.EmailSettings$ = exports.DeleteTokenResponse$ = exports.DeleteTokenRequest$ = exports.DeleteBackendStorageResponse$ = exports.DeleteBackendStorageRequest$ = exports.DeleteBackendResponse$ = exports.DeleteBackendRequest$ = exports.DeleteBackendAuthResponse$ = exports.DeleteBackendAuthRequest$ = exports.DeleteBackendAPIResponse$ = exports.DeleteBackendAPIRequest$ = exports.CreateTokenResponse$ = exports.CreateTokenRequest$ = exports.CreateBackendStorageResponse$ = exports.CreateBackendStorageResourceConfig$ = exports.CreateBackendStorageRequest$ = exports.CreateBackendResponse$ = exports.CreateBackendRequest$ = exports.CreateBackendConfigResponse$ = exports.CreateBackendConfigRequest$ = exports.CreateBackendAuthVerificationMessageConfig$ = exports.CreateBackendAuthUserPoolConfig$ = exports.CreateBackendAuthResponse$ = exports.CreateBackendAuthResourceConfig$ = exports.CreateBackendAuthRequest$ = exports.CreateBackendAuthPasswordPolicyConfig$ = exports.CreateBackendAuthOAuthConfig$ = exports.CreateBackendAuthMFAConfig$ = exports.CreateBackendAuthIdentityPoolConfig$ = exports.CreateBackendAuthForgotPasswordConfig$ = exports.CreateBackendAPIResponse$ = exports.CreateBackendAPIRequest$ = exports.CloneBackendResponse$ = exports.CloneBackendRequest$ = exports.BackendStoragePermissions$ = exports.BackendJobRespObj$ = exports.BackendAuthSocialProviderConfig$ = exports.BackendAuthAppleProviderConfig$ = exports.BackendAPIResourceConfig$ = exports.BackendAPIConflictResolution$ = exports.BackendAPIAuthType$ = exports.BackendAPIAppSyncAuthSettings$ = exports.errorTypeRegistries = exports.TooManyRequestsException$ = exports.NotFoundException$ = exports.GatewayTimeoutException$ = exports.BadRequestException$ = exports.AmplifyBackendServiceException$ = void 0;
|
|
4
|
+
exports.UpdateBackendStorageRequest$ = exports.UpdateBackendJobResponse$ = exports.UpdateBackendJobRequest$ = exports.UpdateBackendConfigResponse$ = exports.UpdateBackendConfigRequest$ = exports.UpdateBackendAuthVerificationMessageConfig$ = exports.UpdateBackendAuthUserPoolConfig$ = exports.UpdateBackendAuthResponse$ = exports.UpdateBackendAuthResourceConfig$ = exports.UpdateBackendAuthRequest$ = exports.UpdateBackendAuthPasswordPolicyConfig$ = exports.UpdateBackendAuthOAuthConfig$ = exports.UpdateBackendAuthMFAConfig$ = exports.UpdateBackendAuthIdentityPoolConfig$ = exports.UpdateBackendAuthForgotPasswordConfig$ = exports.UpdateBackendAPIResponse$ = exports.UpdateBackendAPIRequest$ = exports.SocialProviderSettings$ = exports.SmsSettings$ = exports.Settings$ = exports.S3BucketInfo$ = exports.ResourceConfig$ = exports.RemoveBackendConfigResponse$ = exports.RemoveBackendConfigRequest$ = exports.RemoveAllBackendsResponse$ = exports.RemoveAllBackendsRequest$ = exports.LoginAuthConfigReqObj$ = exports.ListS3BucketsResponse$ = exports.ListS3BucketsRequest$ = exports.ListBackendJobsResponse$ = exports.ListBackendJobsRequest$ = exports.ImportBackendStorageResponse$ = exports.ImportBackendStorageRequest$ = exports.ImportBackendAuthResponse$ = exports.ImportBackendAuthRequest$ = exports.GetTokenResponse$ = exports.GetTokenRequest$ = exports.GetBackendStorageResponse$ = exports.GetBackendStorageResourceConfig$ = exports.GetBackendStorageRequest$ = exports.GetBackendResponse$ = exports.GetBackendRequest$ = exports.GetBackendJobResponse$ = exports.GetBackendJobRequest$ = exports.GetBackendAuthResponse$ = exports.GetBackendAuthRequest$ = exports.GetBackendAPIResponse$ = exports.GetBackendAPIRequest$ = exports.GetBackendAPIModelsResponse$ = exports.GetBackendAPIModelsRequest$ = void 0;
|
|
5
|
+
exports.UpdateBackendStorage$ = exports.UpdateBackendJob$ = exports.UpdateBackendConfig$ = exports.UpdateBackendAuth$ = exports.UpdateBackendAPI$ = exports.RemoveBackendConfig$ = exports.RemoveAllBackends$ = exports.ListS3Buckets$ = exports.ListBackendJobs$ = exports.ImportBackendStorage$ = exports.ImportBackendAuth$ = exports.GetToken$ = exports.GetBackendStorage$ = exports.GetBackendJob$ = exports.GetBackendAuth$ = exports.GetBackendAPIModels$ = exports.GetBackendAPI$ = exports.GetBackend$ = exports.GenerateBackendAPIModels$ = exports.DeleteToken$ = exports.DeleteBackendStorage$ = exports.DeleteBackendAuth$ = exports.DeleteBackendAPI$ = exports.DeleteBackend$ = exports.CreateToken$ = exports.CreateBackendStorage$ = exports.CreateBackendConfig$ = exports.CreateBackendAuth$ = exports.CreateBackendAPI$ = exports.CreateBackend$ = exports.CloneBackend$ = exports.UpdateBackendStorageResponse$ = exports.UpdateBackendStorageResourceConfig$ = void 0;
|
|
6
|
+
const _A = "Authenticated";
|
|
7
|
+
const _AAT = "AdditionalAuthTypes";
|
|
8
|
+
const _AC = "AdditionalConstraints";
|
|
9
|
+
const _ACIPI = "AwsCognitoIdentityPoolId";
|
|
10
|
+
const _ACR = "AwsCognitoRegion";
|
|
11
|
+
const _AFF = "AmplifyFeatureFlags";
|
|
12
|
+
const _AI = "AppId";
|
|
13
|
+
const _AMC = "AmplifyMetaConfig";
|
|
14
|
+
const _AN = "ApiName";
|
|
15
|
+
const _ANp = "AppName";
|
|
16
|
+
const _AR = "AuthResources";
|
|
17
|
+
const _AUPI = "AwsUserPoolsId";
|
|
18
|
+
const _AUPWCI = "AwsUserPoolsWebClientId";
|
|
19
|
+
const _B = "Buckets";
|
|
20
|
+
const _BAAPC = "BackendAuthAppleProviderConfig";
|
|
21
|
+
const _BAPIASAS = "BackendAPIAppSyncAuthSettings";
|
|
22
|
+
const _BAPIAT = "BackendAPIAuthType";
|
|
23
|
+
const _BAPICR = "BackendAPIConflictResolution";
|
|
24
|
+
const _BAPIRC = "BackendAPIResourceConfig";
|
|
25
|
+
const _BASPC = "BackendAuthSocialProviderConfig";
|
|
26
|
+
const _BEL = "BackendEnvironmentList";
|
|
27
|
+
const _BEN = "BackendEnvironmentName";
|
|
28
|
+
const _BJRO = "BackendJobRespObj";
|
|
29
|
+
const _BMAI = "BackendManagerAppId";
|
|
30
|
+
const _BN = "BucketName";
|
|
31
|
+
const _BRE = "BadRequestException";
|
|
32
|
+
const _BSP = "BackendStoragePermissions";
|
|
33
|
+
const _CAA = "CleanAmplifyApp";
|
|
34
|
+
const _CB = "CloneBackend";
|
|
35
|
+
const _CBA = "CreateBackendAuth";
|
|
36
|
+
const _CBAFPC = "CreateBackendAuthForgotPasswordConfig";
|
|
37
|
+
const _CBAIPC = "CreateBackendAuthIdentityPoolConfig";
|
|
38
|
+
const _CBAMFAC = "CreateBackendAuthMFAConfig";
|
|
39
|
+
const _CBAOAC = "CreateBackendAuthOAuthConfig";
|
|
40
|
+
const _CBAPI = "CreateBackendAPI";
|
|
41
|
+
const _CBAPIR = "CreateBackendAPIRequest";
|
|
42
|
+
const _CBAPIRr = "CreateBackendAPIResponse";
|
|
43
|
+
const _CBAPPC = "CreateBackendAuthPasswordPolicyConfig";
|
|
44
|
+
const _CBAR = "CreateBackendAuthRequest";
|
|
45
|
+
const _CBARC = "CreateBackendAuthResourceConfig";
|
|
46
|
+
const _CBARr = "CreateBackendAuthResponse";
|
|
47
|
+
const _CBAUPC = "CreateBackendAuthUserPoolConfig";
|
|
48
|
+
const _CBAVMC = "CreateBackendAuthVerificationMessageConfig";
|
|
49
|
+
const _CBC = "CreateBackendConfig";
|
|
50
|
+
const _CBCR = "CreateBackendConfigRequest";
|
|
51
|
+
const _CBCRr = "CreateBackendConfigResponse";
|
|
52
|
+
const _CBR = "CloneBackendRequest";
|
|
53
|
+
const _CBRl = "CloneBackendResponse";
|
|
54
|
+
const _CBRr = "CreateBackendRequest";
|
|
55
|
+
const _CBRre = "CreateBackendResponse";
|
|
56
|
+
const _CBS = "CreateBackendStorage";
|
|
57
|
+
const _CBSR = "CreateBackendStorageRequest";
|
|
58
|
+
const _CBSRC = "CreateBackendStorageResourceConfig";
|
|
59
|
+
const _CBSRr = "CreateBackendStorageResponse";
|
|
60
|
+
const _CBr = "CreateBackend";
|
|
61
|
+
const _CC = "ChallengeCode";
|
|
62
|
+
const _CD = "CreationDate";
|
|
63
|
+
const _CI = "ClientId";
|
|
64
|
+
const _CR = "ConflictResolution";
|
|
65
|
+
const _CS = "ClientSecret";
|
|
66
|
+
const _CT = "CreateTime";
|
|
67
|
+
const _CTR = "CreateTokenRequest";
|
|
68
|
+
const _CTRr = "CreateTokenResponse";
|
|
69
|
+
const _CTr = "CreateToken";
|
|
70
|
+
const _CUPI = "CognitoUserPoolId";
|
|
71
|
+
const _D = "Description";
|
|
72
|
+
const _DAT = "DefaultAuthType";
|
|
73
|
+
const _DB = "DeleteBackend";
|
|
74
|
+
const _DBA = "DeleteBackendAuth";
|
|
75
|
+
const _DBAPI = "DeleteBackendAPI";
|
|
76
|
+
const _DBAPIR = "DeleteBackendAPIRequest";
|
|
77
|
+
const _DBAPIRe = "DeleteBackendAPIResponse";
|
|
78
|
+
const _DBAR = "DeleteBackendAuthRequest";
|
|
79
|
+
const _DBARe = "DeleteBackendAuthResponse";
|
|
80
|
+
const _DBR = "DeleteBackendRequest";
|
|
81
|
+
const _DBRe = "DeleteBackendResponse";
|
|
82
|
+
const _DBS = "DeleteBackendStorage";
|
|
83
|
+
const _DBSR = "DeleteBackendStorageRequest";
|
|
84
|
+
const _DBSRe = "DeleteBackendStorageResponse";
|
|
85
|
+
const _DM = "DeliveryMethod";
|
|
86
|
+
const _DP = "DomainPrefix";
|
|
87
|
+
const _DT = "DeleteToken";
|
|
88
|
+
const _DTR = "DeleteTokenRequest";
|
|
89
|
+
const _DTRe = "DeleteTokenResponse";
|
|
90
|
+
const _E = "Error";
|
|
91
|
+
const _EM = "EmailMessage";
|
|
92
|
+
const _ES = "EmailSettings";
|
|
93
|
+
const _ESm = "EmailSubject";
|
|
94
|
+
const _ET = "ExpirationTime";
|
|
95
|
+
const _F = "Facebook";
|
|
96
|
+
const _FP = "ForgotPassword";
|
|
97
|
+
const _G = "Google";
|
|
98
|
+
const _GB = "GetBackend";
|
|
99
|
+
const _GBA = "GetBackendAuth";
|
|
100
|
+
const _GBAPI = "GetBackendAPI";
|
|
101
|
+
const _GBAPIM = "GenerateBackendAPIModels";
|
|
102
|
+
const _GBAPIMR = "GenerateBackendAPIModelsRequest";
|
|
103
|
+
const _GBAPIMRe = "GenerateBackendAPIModelsResponse";
|
|
104
|
+
const _GBAPIMRet = "GetBackendAPIModelsRequest";
|
|
105
|
+
const _GBAPIMReta = "GetBackendAPIModelsResponse";
|
|
106
|
+
const _GBAPIMe = "GetBackendAPIModels";
|
|
107
|
+
const _GBAPIR = "GetBackendAPIRequest";
|
|
108
|
+
const _GBAPIRe = "GetBackendAPIResponse";
|
|
109
|
+
const _GBAR = "GetBackendAuthRequest";
|
|
110
|
+
const _GBARe = "GetBackendAuthResponse";
|
|
111
|
+
const _GBJ = "GetBackendJob";
|
|
112
|
+
const _GBJR = "GetBackendJobRequest";
|
|
113
|
+
const _GBJRe = "GetBackendJobResponse";
|
|
114
|
+
const _GBR = "GetBackendRequest";
|
|
115
|
+
const _GBRe = "GetBackendResponse";
|
|
116
|
+
const _GBS = "GetBackendStorage";
|
|
117
|
+
const _GBSR = "GetBackendStorageRequest";
|
|
118
|
+
const _GBSRC = "GetBackendStorageResourceConfig";
|
|
119
|
+
const _GBSRe = "GetBackendStorageResponse";
|
|
120
|
+
const _GT = "GetToken";
|
|
121
|
+
const _GTE = "GatewayTimeoutException";
|
|
122
|
+
const _GTR = "GetTokenRequest";
|
|
123
|
+
const _GTRe = "GetTokenResponse";
|
|
124
|
+
const _I = "Imported";
|
|
125
|
+
const _IBA = "ImportBackendAuth";
|
|
126
|
+
const _IBAR = "ImportBackendAuthRequest";
|
|
127
|
+
const _IBARm = "ImportBackendAuthResponse";
|
|
128
|
+
const _IBS = "ImportBackendStorage";
|
|
129
|
+
const _IBSR = "ImportBackendStorageRequest";
|
|
130
|
+
const _IBSRm = "ImportBackendStorageResponse";
|
|
131
|
+
const _IPC = "IdentityPoolConfigs";
|
|
132
|
+
const _IPI = "IdentityPoolId";
|
|
133
|
+
const _IPN = "IdentityPoolName";
|
|
134
|
+
const _IS = "IsSuccess";
|
|
135
|
+
const _J = "Jobs";
|
|
136
|
+
const _JI = "JobId";
|
|
137
|
+
const _KI = "KeyId";
|
|
138
|
+
const _LAC = "LoginAuthConfig";
|
|
139
|
+
const _LACRO = "LoginAuthConfigReqObj";
|
|
140
|
+
const _LBJ = "ListBackendJobs";
|
|
141
|
+
const _LBJR = "ListBackendJobsRequest";
|
|
142
|
+
const _LBJRi = "ListBackendJobsResponse";
|
|
143
|
+
const _LOBAPIAT = "ListOfBackendAPIAuthType";
|
|
144
|
+
const _LOBJRO = "ListOfBackendJobRespObj";
|
|
145
|
+
const _LOSBI = "ListOfS3BucketInfo";
|
|
146
|
+
const _LSB = "ListS3Buckets";
|
|
147
|
+
const _LSBR = "ListS3BucketsRequest";
|
|
148
|
+
const _LSBRi = "ListS3BucketsResponse";
|
|
149
|
+
const _LT = "LimitType";
|
|
150
|
+
const _LWA = "LoginWithAmazon";
|
|
151
|
+
const _M = "Message";
|
|
152
|
+
const _MFAM = "MFAMode";
|
|
153
|
+
const _MIS = "ModelIntrospectionSchema";
|
|
154
|
+
const _ML = "MinimumLength";
|
|
155
|
+
const _MR = "MaxResults";
|
|
156
|
+
const _MT = "MfaTypes";
|
|
157
|
+
const _Mf = "Mfa";
|
|
158
|
+
const _Mo = "Mode";
|
|
159
|
+
const _Mod = "Models";
|
|
160
|
+
const _N = "Name";
|
|
161
|
+
const _NCI = "NativeClientId";
|
|
162
|
+
const _NFE = "NotFoundException";
|
|
163
|
+
const _NT = "NextToken";
|
|
164
|
+
const _O = "Operation";
|
|
165
|
+
const _OA = "OAuth";
|
|
166
|
+
const _OAGT = "OAuthGrantType";
|
|
167
|
+
const _OAS = "OAuthScopes";
|
|
168
|
+
const _OIDATTL = "OpenIDAuthTTL";
|
|
169
|
+
const _OIDCI = "OpenIDClientId";
|
|
170
|
+
const _OIDITTL = "OpenIDIatTTL";
|
|
171
|
+
const _OIDIURL = "OpenIDIssueURL";
|
|
172
|
+
const _OIDPN = "OpenIDProviderName";
|
|
173
|
+
const _P = "Permissions";
|
|
174
|
+
const _PK = "PrivateKey";
|
|
175
|
+
const _PP = "PasswordPolicy";
|
|
176
|
+
const _RAB = "RemoveAllBackends";
|
|
177
|
+
const _RABR = "RemoveAllBackendsRequest";
|
|
178
|
+
const _RABRe = "RemoveAllBackendsResponse";
|
|
179
|
+
const _RBC = "RemoveBackendConfig";
|
|
180
|
+
const _RBCR = "RemoveBackendConfigRequest";
|
|
181
|
+
const _RBCRe = "RemoveBackendConfigResponse";
|
|
182
|
+
const _RC = "ResourceConfig";
|
|
183
|
+
const _RN = "ResourceName";
|
|
184
|
+
const _RS = "ResolutionStrategy";
|
|
185
|
+
const _RSIURI = "RedirectSignInURIs";
|
|
186
|
+
const _RSOURI = "RedirectSignOutURIs";
|
|
187
|
+
const _RSUA = "RequiredSignUpAttributes";
|
|
188
|
+
const _RT = "ResourceType";
|
|
189
|
+
const _S = "Settings";
|
|
190
|
+
const _SBI = "S3BucketInfo";
|
|
191
|
+
const _SI = "SessionId";
|
|
192
|
+
const _SIM = "SignInMethod";
|
|
193
|
+
const _SIWA = "SignInWithApple";
|
|
194
|
+
const _SM = "SmsMessage";
|
|
195
|
+
const _SN = "ServiceName";
|
|
196
|
+
const _SPS = "SocialProviderSettings";
|
|
197
|
+
const _SS = "SmsSettings";
|
|
198
|
+
const _Se = "Service";
|
|
199
|
+
const _St = "Status";
|
|
200
|
+
const _T = "Ttl";
|
|
201
|
+
const _TEN = "TargetEnvironmentName";
|
|
202
|
+
const _TI = "TeamId";
|
|
203
|
+
const _TMRE = "TooManyRequestsException";
|
|
204
|
+
const _TS = "TransformSchema";
|
|
205
|
+
const _UA = "UnAuthenticated";
|
|
206
|
+
const _UBA = "UpdateBackendAuth";
|
|
207
|
+
const _UBAFPC = "UpdateBackendAuthForgotPasswordConfig";
|
|
208
|
+
const _UBAIPC = "UpdateBackendAuthIdentityPoolConfig";
|
|
209
|
+
const _UBAMFAC = "UpdateBackendAuthMFAConfig";
|
|
210
|
+
const _UBAOAC = "UpdateBackendAuthOAuthConfig";
|
|
211
|
+
const _UBAPI = "UpdateBackendAPI";
|
|
212
|
+
const _UBAPIR = "UpdateBackendAPIRequest";
|
|
213
|
+
const _UBAPIRp = "UpdateBackendAPIResponse";
|
|
214
|
+
const _UBAPPC = "UpdateBackendAuthPasswordPolicyConfig";
|
|
215
|
+
const _UBAR = "UpdateBackendAuthRequest";
|
|
216
|
+
const _UBARC = "UpdateBackendAuthResourceConfig";
|
|
217
|
+
const _UBARp = "UpdateBackendAuthResponse";
|
|
218
|
+
const _UBAUPC = "UpdateBackendAuthUserPoolConfig";
|
|
219
|
+
const _UBAVMC = "UpdateBackendAuthVerificationMessageConfig";
|
|
220
|
+
const _UBC = "UpdateBackendConfig";
|
|
221
|
+
const _UBCR = "UpdateBackendConfigRequest";
|
|
222
|
+
const _UBCRp = "UpdateBackendConfigResponse";
|
|
223
|
+
const _UBJ = "UpdateBackendJob";
|
|
224
|
+
const _UBJR = "UpdateBackendJobRequest";
|
|
225
|
+
const _UBJRp = "UpdateBackendJobResponse";
|
|
226
|
+
const _UBS = "UpdateBackendStorage";
|
|
227
|
+
const _UBSR = "UpdateBackendStorageRequest";
|
|
228
|
+
const _UBSRC = "UpdateBackendStorageResourceConfig";
|
|
229
|
+
const _UBSRp = "UpdateBackendStorageResponse";
|
|
230
|
+
const _UL = "UnauthenticatedLogin";
|
|
231
|
+
const _UPC = "UserPoolConfigs";
|
|
232
|
+
const _UPI = "UserPoolId";
|
|
233
|
+
const _UPN = "UserPoolName";
|
|
234
|
+
const _UT = "UpdateTime";
|
|
235
|
+
const _VM = "VerificationMessage";
|
|
236
|
+
const _WCI = "WebClientId";
|
|
237
|
+
const _a = "authenticated";
|
|
238
|
+
const _aAT = "additionalAuthTypes";
|
|
239
|
+
const _aC = "additionalConstraints";
|
|
240
|
+
const _aFF = "amplifyFeatureFlags";
|
|
241
|
+
const _aI = "appId";
|
|
242
|
+
const _aMC = "amplifyMetaConfig";
|
|
243
|
+
const _aN = "apiName";
|
|
244
|
+
const _aNp = "appName";
|
|
245
|
+
const _aR = "authResources";
|
|
246
|
+
const _acipi = "aws_cognito_identity_pool_id";
|
|
247
|
+
const _acr = "aws_cognito_region";
|
|
248
|
+
const _aupi = "aws_user_pools_id";
|
|
249
|
+
const _aupwci = "aws_user_pools_web_client_id";
|
|
250
|
+
const _b = "buckets";
|
|
251
|
+
const _bEL = "backendEnvironmentList";
|
|
252
|
+
const _bEN = "backendEnvironmentName";
|
|
253
|
+
const _bMAI = "backendManagerAppId";
|
|
254
|
+
const _bN = "bucketName";
|
|
255
|
+
const _c = "client";
|
|
256
|
+
const _cAA = "cleanAmplifyApp";
|
|
257
|
+
const _cC = "challengeCode";
|
|
258
|
+
const _cD = "creationDate";
|
|
259
|
+
const _cR = "conflictResolution";
|
|
260
|
+
const _cT = "createTime";
|
|
261
|
+
const _cUPI = "cognitoUserPoolId";
|
|
262
|
+
const _ci = "client_id";
|
|
263
|
+
const _cs = "client_secret";
|
|
264
|
+
const _d = "description";
|
|
265
|
+
const _dAT = "defaultAuthType";
|
|
266
|
+
const _dM = "deliveryMethod";
|
|
267
|
+
const _dP = "domainPrefix";
|
|
268
|
+
const _e = "error";
|
|
269
|
+
const _eM = "emailMessage";
|
|
270
|
+
const _eS = "emailSettings";
|
|
271
|
+
const _eSm = "emailSubject";
|
|
272
|
+
const _eT = "expirationTime";
|
|
273
|
+
const _fP = "forgotPassword";
|
|
274
|
+
const _h = "http";
|
|
275
|
+
const _hE = "httpError";
|
|
276
|
+
const _i = "imported";
|
|
277
|
+
const _iPC = "identityPoolConfigs";
|
|
278
|
+
const _iPI = "identityPoolId";
|
|
279
|
+
const _iPN = "identityPoolName";
|
|
280
|
+
const _iS = "isSuccess";
|
|
281
|
+
const _j = "jobs";
|
|
282
|
+
const _jI = "jobId";
|
|
283
|
+
const _jN = "jsonName";
|
|
284
|
+
const _ki = "key_id";
|
|
285
|
+
const _lAC = "loginAuthConfig";
|
|
286
|
+
const _lT = "limitType";
|
|
287
|
+
const _m = "message";
|
|
288
|
+
const _mIS = "modelIntrospectionSchema";
|
|
289
|
+
const _mL = "minimumLength";
|
|
290
|
+
const _mR = "maxResults";
|
|
291
|
+
const _mT = "mfaTypes";
|
|
292
|
+
const _mf = "mfa";
|
|
293
|
+
const _mo = "mode";
|
|
294
|
+
const _mod = "models";
|
|
295
|
+
const _n = "name";
|
|
296
|
+
const _nCI = "nativeClientId";
|
|
297
|
+
const _nT = "nextToken";
|
|
298
|
+
const _o = "operation";
|
|
299
|
+
const _oA = "oAuth";
|
|
300
|
+
const _oAGT = "oAuthGrantType";
|
|
301
|
+
const _oAS = "oAuthScopes";
|
|
302
|
+
const _oIDATTL = "openIDAuthTTL";
|
|
303
|
+
const _oIDCI = "openIDClientId";
|
|
304
|
+
const _oIDITTL = "openIDIatTTL";
|
|
305
|
+
const _oIDIURL = "openIDIssueURL";
|
|
306
|
+
const _oIDPN = "openIDProviderName";
|
|
307
|
+
const _p = "permissions";
|
|
308
|
+
const _pP = "passwordPolicy";
|
|
309
|
+
const _pk = "private_key";
|
|
310
|
+
const _rC = "resourceConfig";
|
|
311
|
+
const _rN = "resourceName";
|
|
312
|
+
const _rS = "resolutionStrategy";
|
|
313
|
+
const _rSIURI = "redirectSignInURIs";
|
|
314
|
+
const _rSOURI = "redirectSignOutURIs";
|
|
315
|
+
const _rSUA = "requiredSignUpAttributes";
|
|
316
|
+
const _rT = "resourceType";
|
|
317
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.amplifybackend";
|
|
318
|
+
const _sI = "sessionId";
|
|
319
|
+
const _sIM = "signInMethod";
|
|
320
|
+
const _sM = "smsMessage";
|
|
321
|
+
const _sN = "serviceName";
|
|
322
|
+
const _sPS = "socialProviderSettings";
|
|
323
|
+
const _sS = "smsSettings";
|
|
324
|
+
const _se = "server";
|
|
325
|
+
const _ser = "service";
|
|
326
|
+
const _set = "settings";
|
|
327
|
+
const _st = "status";
|
|
328
|
+
const _t = "ttl";
|
|
329
|
+
const _tEN = "targetEnvironmentName";
|
|
330
|
+
const _tS = "transformSchema";
|
|
331
|
+
const _ti = "team_id";
|
|
332
|
+
const _uA = "unAuthenticated";
|
|
333
|
+
const _uL = "unauthenticatedLogin";
|
|
334
|
+
const _uPC = "userPoolConfigs";
|
|
335
|
+
const _uPI = "userPoolId";
|
|
336
|
+
const _uPN = "userPoolName";
|
|
337
|
+
const _uT = "updateTime";
|
|
338
|
+
const _vM = "verificationMessage";
|
|
339
|
+
const _wCI = "webClientId";
|
|
340
|
+
const n0 = "com.amazonaws.amplifybackend";
|
|
341
|
+
const schema_1 = require("@smithy/core/schema");
|
|
342
|
+
const AmplifyBackendServiceException_1 = require("../models/AmplifyBackendServiceException");
|
|
343
|
+
const errors_1 = require("../models/errors");
|
|
344
|
+
const _s_registry = schema_1.TypeRegistry.for(_s);
|
|
345
|
+
exports.AmplifyBackendServiceException$ = [-3, _s, "AmplifyBackendServiceException", 0, [], []];
|
|
346
|
+
_s_registry.registerError(exports.AmplifyBackendServiceException$, AmplifyBackendServiceException_1.AmplifyBackendServiceException);
|
|
347
|
+
const n0_registry = schema_1.TypeRegistry.for(n0);
|
|
348
|
+
exports.BadRequestException$ = [-3, n0, _BRE,
|
|
349
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
350
|
+
[_M],
|
|
351
|
+
[[0, { [_jN]: _m }]]
|
|
352
|
+
];
|
|
353
|
+
n0_registry.registerError(exports.BadRequestException$, errors_1.BadRequestException);
|
|
354
|
+
exports.GatewayTimeoutException$ = [-3, n0, _GTE,
|
|
355
|
+
{ [_e]: _se, [_hE]: 504 },
|
|
356
|
+
[_M],
|
|
357
|
+
[[0, { [_jN]: _m }]]
|
|
358
|
+
];
|
|
359
|
+
n0_registry.registerError(exports.GatewayTimeoutException$, errors_1.GatewayTimeoutException);
|
|
360
|
+
exports.NotFoundException$ = [-3, n0, _NFE,
|
|
361
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
362
|
+
[_M, _RT],
|
|
363
|
+
[[0, { [_jN]: _m }], [0, { [_jN]: _rT }]]
|
|
364
|
+
];
|
|
365
|
+
n0_registry.registerError(exports.NotFoundException$, errors_1.NotFoundException);
|
|
366
|
+
exports.TooManyRequestsException$ = [-3, n0, _TMRE,
|
|
367
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
368
|
+
[_LT, _M],
|
|
369
|
+
[[0, { [_jN]: _lT }], [0, { [_jN]: _m }]]
|
|
370
|
+
];
|
|
371
|
+
n0_registry.registerError(exports.TooManyRequestsException$, errors_1.TooManyRequestsException);
|
|
372
|
+
exports.errorTypeRegistries = [
|
|
373
|
+
_s_registry,
|
|
374
|
+
n0_registry,
|
|
375
|
+
];
|
|
376
|
+
exports.BackendAPIAppSyncAuthSettings$ = [3, n0, _BAPIASAS,
|
|
377
|
+
0,
|
|
378
|
+
[_CUPI, _D, _ET, _OIDATTL, _OIDCI, _OIDITTL, _OIDIURL, _OIDPN],
|
|
379
|
+
[[0, { [_jN]: _cUPI }], [0, { [_jN]: _d }], [1, { [_jN]: _eT }], [0, { [_jN]: _oIDATTL }], [0, { [_jN]: _oIDCI }], [0, { [_jN]: _oIDITTL }], [0, { [_jN]: _oIDIURL }], [0, { [_jN]: _oIDPN }]]
|
|
380
|
+
];
|
|
381
|
+
exports.BackendAPIAuthType$ = [3, n0, _BAPIAT,
|
|
382
|
+
0,
|
|
383
|
+
[_Mo, _S],
|
|
384
|
+
[[0, { [_jN]: _mo }], [() => exports.BackendAPIAppSyncAuthSettings$, { [_jN]: _set }]]
|
|
385
|
+
];
|
|
386
|
+
exports.BackendAPIConflictResolution$ = [3, n0, _BAPICR,
|
|
387
|
+
0,
|
|
388
|
+
[_RS],
|
|
389
|
+
[[0, { [_jN]: _rS }]]
|
|
390
|
+
];
|
|
391
|
+
exports.BackendAPIResourceConfig$ = [3, n0, _BAPIRC,
|
|
392
|
+
0,
|
|
393
|
+
[_AAT, _AN, _CR, _DAT, _Se, _TS],
|
|
394
|
+
[[() => ListOfBackendAPIAuthType, { [_jN]: _aAT }], [0, { [_jN]: _aN }], [() => exports.BackendAPIConflictResolution$, { [_jN]: _cR }], [() => exports.BackendAPIAuthType$, { [_jN]: _dAT }], [0, { [_jN]: _ser }], [0, { [_jN]: _tS }]]
|
|
395
|
+
];
|
|
396
|
+
exports.BackendAuthAppleProviderConfig$ = [3, n0, _BAAPC,
|
|
397
|
+
8,
|
|
398
|
+
[_CI, _KI, _PK, _TI],
|
|
399
|
+
[[0, { [_jN]: _ci }], [0, { [_jN]: _ki }], [0, { [_jN]: _pk }], [0, { [_jN]: _ti }]]
|
|
400
|
+
];
|
|
401
|
+
exports.BackendAuthSocialProviderConfig$ = [3, n0, _BASPC,
|
|
402
|
+
8,
|
|
403
|
+
[_CI, _CS],
|
|
404
|
+
[[0, { [_jN]: _ci }], [0, { [_jN]: _cs }]]
|
|
405
|
+
];
|
|
406
|
+
exports.BackendJobRespObj$ = [3, n0, _BJRO,
|
|
407
|
+
0,
|
|
408
|
+
[_AI, _BEN, _CT, _E, _JI, _O, _St, _UT],
|
|
409
|
+
[[0, { [_jN]: _aI }], [0, { [_jN]: _bEN }], [0, { [_jN]: _cT }], [0, { [_jN]: _e }], [0, { [_jN]: _jI }], [0, { [_jN]: _o }], [0, { [_jN]: _st }], [0, { [_jN]: _uT }]], 2
|
|
410
|
+
];
|
|
411
|
+
exports.BackendStoragePermissions$ = [3, n0, _BSP,
|
|
412
|
+
0,
|
|
413
|
+
[_A, _UA],
|
|
414
|
+
[[64 | 0, { [_jN]: _a }], [64 | 0, { [_jN]: _uA }]], 1
|
|
415
|
+
];
|
|
416
|
+
exports.CloneBackendRequest$ = [3, n0, _CBR,
|
|
417
|
+
0,
|
|
418
|
+
[_AI, _BEN, _TEN],
|
|
419
|
+
[[0, 1], [0, 1], [0, { [_jN]: _tEN }]], 3
|
|
420
|
+
];
|
|
421
|
+
exports.CloneBackendResponse$ = [3, n0, _CBRl,
|
|
422
|
+
0,
|
|
423
|
+
[_AI, _BEN, _E, _JI, _O, _St],
|
|
424
|
+
[[0, { [_jN]: _aI }], [0, { [_jN]: _bEN }], [0, { [_jN]: _e }], [0, { [_jN]: _jI }], [0, { [_jN]: _o }], [0, { [_jN]: _st }]]
|
|
425
|
+
];
|
|
426
|
+
exports.CreateBackendAPIRequest$ = [3, n0, _CBAPIR,
|
|
427
|
+
0,
|
|
428
|
+
[_AI, _BEN, _RC, _RN],
|
|
429
|
+
[[0, 1], [0, { [_jN]: _bEN }], [() => exports.BackendAPIResourceConfig$, { [_jN]: _rC }], [0, { [_jN]: _rN }]], 4
|
|
430
|
+
];
|
|
431
|
+
exports.CreateBackendAPIResponse$ = [3, n0, _CBAPIRr,
|
|
432
|
+
0,
|
|
433
|
+
[_AI, _BEN, _E, _JI, _O, _St],
|
|
434
|
+
[[0, { [_jN]: _aI }], [0, { [_jN]: _bEN }], [0, { [_jN]: _e }], [0, { [_jN]: _jI }], [0, { [_jN]: _o }], [0, { [_jN]: _st }]]
|
|
435
|
+
];
|
|
436
|
+
exports.CreateBackendAuthForgotPasswordConfig$ = [3, n0, _CBAFPC,
|
|
437
|
+
0,
|
|
438
|
+
[_DM, _ES, _SS],
|
|
439
|
+
[[0, { [_jN]: _dM }], [() => exports.EmailSettings$, { [_jN]: _eS }], [() => exports.SmsSettings$, { [_jN]: _sS }]], 1
|
|
440
|
+
];
|
|
441
|
+
exports.CreateBackendAuthIdentityPoolConfig$ = [3, n0, _CBAIPC,
|
|
442
|
+
0,
|
|
443
|
+
[_IPN, _UL],
|
|
444
|
+
[[0, { [_jN]: _iPN }], [2, { [_jN]: _uL }]], 2
|
|
445
|
+
];
|
|
446
|
+
exports.CreateBackendAuthMFAConfig$ = [3, n0, _CBAMFAC,
|
|
447
|
+
0,
|
|
448
|
+
[_MFAM, _S],
|
|
449
|
+
[0, [() => exports.Settings$, { [_jN]: _set }]], 1
|
|
450
|
+
];
|
|
451
|
+
exports.CreateBackendAuthOAuthConfig$ = [3, n0, _CBAOAC,
|
|
452
|
+
0,
|
|
453
|
+
[_OAGT, _OAS, _RSIURI, _RSOURI, _DP, _SPS],
|
|
454
|
+
[[0, { [_jN]: _oAGT }], [64 | 0, { [_jN]: _oAS }], [64 | 0, { [_jN]: _rSIURI }], [64 | 0, { [_jN]: _rSOURI }], [0, { [_jN]: _dP }], [() => exports.SocialProviderSettings$, { [_jN]: _sPS }]], 4
|
|
455
|
+
];
|
|
456
|
+
exports.CreateBackendAuthPasswordPolicyConfig$ = [3, n0, _CBAPPC,
|
|
457
|
+
0,
|
|
458
|
+
[_ML, _AC],
|
|
459
|
+
[[1, { [_jN]: _mL }], [64 | 0, { [_jN]: _aC }]], 1
|
|
460
|
+
];
|
|
461
|
+
exports.CreateBackendAuthRequest$ = [3, n0, _CBAR,
|
|
462
|
+
0,
|
|
463
|
+
[_AI, _BEN, _RC, _RN],
|
|
464
|
+
[[0, 1], [0, { [_jN]: _bEN }], [() => exports.CreateBackendAuthResourceConfig$, { [_jN]: _rC }], [0, { [_jN]: _rN }]], 4
|
|
465
|
+
];
|
|
466
|
+
exports.CreateBackendAuthResourceConfig$ = [3, n0, _CBARC,
|
|
467
|
+
0,
|
|
468
|
+
[_AR, _Se, _UPC, _IPC],
|
|
469
|
+
[[0, { [_jN]: _aR }], [0, { [_jN]: _ser }], [() => exports.CreateBackendAuthUserPoolConfig$, { [_jN]: _uPC }], [() => exports.CreateBackendAuthIdentityPoolConfig$, { [_jN]: _iPC }]], 3
|
|
470
|
+
];
|
|
471
|
+
exports.CreateBackendAuthResponse$ = [3, n0, _CBARr,
|
|
472
|
+
0,
|
|
473
|
+
[_AI, _BEN, _E, _JI, _O, _St],
|
|
474
|
+
[[0, { [_jN]: _aI }], [0, { [_jN]: _bEN }], [0, { [_jN]: _e }], [0, { [_jN]: _jI }], [0, { [_jN]: _o }], [0, { [_jN]: _st }]]
|
|
475
|
+
];
|
|
476
|
+
exports.CreateBackendAuthUserPoolConfig$ = [3, n0, _CBAUPC,
|
|
477
|
+
0,
|
|
478
|
+
[_RSUA, _SIM, _UPN, _FP, _Mf, _OA, _PP, _VM],
|
|
479
|
+
[[64 | 0, { [_jN]: _rSUA }], [0, { [_jN]: _sIM }], [0, { [_jN]: _uPN }], [() => exports.CreateBackendAuthForgotPasswordConfig$, { [_jN]: _fP }], [() => exports.CreateBackendAuthMFAConfig$, { [_jN]: _mf }], [() => exports.CreateBackendAuthOAuthConfig$, { [_jN]: _oA }], [() => exports.CreateBackendAuthPasswordPolicyConfig$, { [_jN]: _pP }], [() => exports.CreateBackendAuthVerificationMessageConfig$, { [_jN]: _vM }]], 3
|
|
480
|
+
];
|
|
481
|
+
exports.CreateBackendAuthVerificationMessageConfig$ = [3, n0, _CBAVMC,
|
|
482
|
+
0,
|
|
483
|
+
[_DM, _ES, _SS],
|
|
484
|
+
[[0, { [_jN]: _dM }], [() => exports.EmailSettings$, { [_jN]: _eS }], [() => exports.SmsSettings$, { [_jN]: _sS }]], 1
|
|
485
|
+
];
|
|
486
|
+
exports.CreateBackendConfigRequest$ = [3, n0, _CBCR,
|
|
487
|
+
0,
|
|
488
|
+
[_AI, _BMAI],
|
|
489
|
+
[[0, 1], [0, { [_jN]: _bMAI }]], 1
|
|
490
|
+
];
|
|
491
|
+
exports.CreateBackendConfigResponse$ = [3, n0, _CBCRr,
|
|
492
|
+
0,
|
|
493
|
+
[_AI, _BEN, _JI, _St],
|
|
494
|
+
[[0, { [_jN]: _aI }], [0, { [_jN]: _bEN }], [0, { [_jN]: _jI }], [0, { [_jN]: _st }]]
|
|
495
|
+
];
|
|
496
|
+
exports.CreateBackendRequest$ = [3, n0, _CBRr,
|
|
497
|
+
0,
|
|
498
|
+
[_AI, _ANp, _BEN, _RC, _RN],
|
|
499
|
+
[[0, { [_jN]: _aI }], [0, { [_jN]: _aNp }], [0, { [_jN]: _bEN }], [() => exports.ResourceConfig$, { [_jN]: _rC }], [0, { [_jN]: _rN }]], 3
|
|
500
|
+
];
|
|
501
|
+
exports.CreateBackendResponse$ = [3, n0, _CBRre,
|
|
502
|
+
0,
|
|
503
|
+
[_AI, _BEN, _E, _JI, _O, _St],
|
|
504
|
+
[[0, { [_jN]: _aI }], [0, { [_jN]: _bEN }], [0, { [_jN]: _e }], [0, { [_jN]: _jI }], [0, { [_jN]: _o }], [0, { [_jN]: _st }]]
|
|
505
|
+
];
|
|
506
|
+
exports.CreateBackendStorageRequest$ = [3, n0, _CBSR,
|
|
507
|
+
0,
|
|
508
|
+
[_AI, _BEN, _RC, _RN],
|
|
509
|
+
[[0, 1], [0, { [_jN]: _bEN }], [() => exports.CreateBackendStorageResourceConfig$, { [_jN]: _rC }], [0, { [_jN]: _rN }]], 4
|
|
510
|
+
];
|
|
511
|
+
exports.CreateBackendStorageResourceConfig$ = [3, n0, _CBSRC,
|
|
512
|
+
0,
|
|
513
|
+
[_P, _SN, _BN],
|
|
514
|
+
[[() => exports.BackendStoragePermissions$, { [_jN]: _p }], [0, { [_jN]: _sN }], [0, { [_jN]: _bN }]], 2
|
|
515
|
+
];
|
|
516
|
+
exports.CreateBackendStorageResponse$ = [3, n0, _CBSRr,
|
|
517
|
+
0,
|
|
518
|
+
[_AI, _BEN, _JI, _St],
|
|
519
|
+
[[0, { [_jN]: _aI }], [0, { [_jN]: _bEN }], [0, { [_jN]: _jI }], [0, { [_jN]: _st }]]
|
|
520
|
+
];
|
|
521
|
+
exports.CreateTokenRequest$ = [3, n0, _CTR,
|
|
522
|
+
0,
|
|
523
|
+
[_AI],
|
|
524
|
+
[[0, 1]], 1
|
|
525
|
+
];
|
|
526
|
+
exports.CreateTokenResponse$ = [3, n0, _CTRr,
|
|
527
|
+
0,
|
|
528
|
+
[_AI, _CC, _SI, _T],
|
|
529
|
+
[[0, { [_jN]: _aI }], [0, { [_jN]: _cC }], [0, { [_jN]: _sI }], [0, { [_jN]: _t }]]
|
|
530
|
+
];
|
|
531
|
+
exports.DeleteBackendAPIRequest$ = [3, n0, _DBAPIR,
|
|
532
|
+
0,
|
|
533
|
+
[_AI, _BEN, _RN, _RC],
|
|
534
|
+
[[0, 1], [0, 1], [0, { [_jN]: _rN }], [() => exports.BackendAPIResourceConfig$, { [_jN]: _rC }]], 3
|
|
535
|
+
];
|
|
536
|
+
exports.DeleteBackendAPIResponse$ = [3, n0, _DBAPIRe,
|
|
537
|
+
0,
|
|
538
|
+
[_AI, _BEN, _E, _JI, _O, _St],
|
|
539
|
+
[[0, { [_jN]: _aI }], [0, { [_jN]: _bEN }], [0, { [_jN]: _e }], [0, { [_jN]: _jI }], [0, { [_jN]: _o }], [0, { [_jN]: _st }]]
|
|
540
|
+
];
|
|
541
|
+
exports.DeleteBackendAuthRequest$ = [3, n0, _DBAR,
|
|
542
|
+
0,
|
|
543
|
+
[_AI, _BEN, _RN],
|
|
544
|
+
[[0, 1], [0, 1], [0, { [_jN]: _rN }]], 3
|
|
545
|
+
];
|
|
546
|
+
exports.DeleteBackendAuthResponse$ = [3, n0, _DBARe,
|
|
547
|
+
0,
|
|
548
|
+
[_AI, _BEN, _E, _JI, _O, _St],
|
|
549
|
+
[[0, { [_jN]: _aI }], [0, { [_jN]: _bEN }], [0, { [_jN]: _e }], [0, { [_jN]: _jI }], [0, { [_jN]: _o }], [0, { [_jN]: _st }]]
|
|
550
|
+
];
|
|
551
|
+
exports.DeleteBackendRequest$ = [3, n0, _DBR,
|
|
552
|
+
0,
|
|
553
|
+
[_AI, _BEN],
|
|
554
|
+
[[0, 1], [0, 1]], 2
|
|
555
|
+
];
|
|
556
|
+
exports.DeleteBackendResponse$ = [3, n0, _DBRe,
|
|
557
|
+
0,
|
|
558
|
+
[_AI, _BEN, _E, _JI, _O, _St],
|
|
559
|
+
[[0, { [_jN]: _aI }], [0, { [_jN]: _bEN }], [0, { [_jN]: _e }], [0, { [_jN]: _jI }], [0, { [_jN]: _o }], [0, { [_jN]: _st }]]
|
|
560
|
+
];
|
|
561
|
+
exports.DeleteBackendStorageRequest$ = [3, n0, _DBSR,
|
|
562
|
+
0,
|
|
563
|
+
[_AI, _BEN, _RN, _SN],
|
|
564
|
+
[[0, 1], [0, 1], [0, { [_jN]: _rN }], [0, { [_jN]: _sN }]], 4
|
|
565
|
+
];
|
|
566
|
+
exports.DeleteBackendStorageResponse$ = [3, n0, _DBSRe,
|
|
567
|
+
0,
|
|
568
|
+
[_AI, _BEN, _JI, _St],
|
|
569
|
+
[[0, { [_jN]: _aI }], [0, { [_jN]: _bEN }], [0, { [_jN]: _jI }], [0, { [_jN]: _st }]]
|
|
570
|
+
];
|
|
571
|
+
exports.DeleteTokenRequest$ = [3, n0, _DTR,
|
|
572
|
+
0,
|
|
573
|
+
[_AI, _SI],
|
|
574
|
+
[[0, 1], [0, 1]], 2
|
|
575
|
+
];
|
|
576
|
+
exports.DeleteTokenResponse$ = [3, n0, _DTRe,
|
|
577
|
+
0,
|
|
578
|
+
[_IS],
|
|
579
|
+
[[2, { [_jN]: _iS }]]
|
|
580
|
+
];
|
|
581
|
+
exports.EmailSettings$ = [3, n0, _ES,
|
|
582
|
+
8,
|
|
583
|
+
[_EM, _ESm],
|
|
584
|
+
[[0, { [_jN]: _eM }], [0, { [_jN]: _eSm }]]
|
|
585
|
+
];
|
|
586
|
+
exports.GenerateBackendAPIModelsRequest$ = [3, n0, _GBAPIMR,
|
|
587
|
+
0,
|
|
588
|
+
[_AI, _BEN, _RN],
|
|
589
|
+
[[0, 1], [0, 1], [0, { [_jN]: _rN }]], 3
|
|
590
|
+
];
|
|
591
|
+
exports.GenerateBackendAPIModelsResponse$ = [3, n0, _GBAPIMRe,
|
|
592
|
+
0,
|
|
593
|
+
[_AI, _BEN, _E, _JI, _O, _St],
|
|
594
|
+
[[0, { [_jN]: _aI }], [0, { [_jN]: _bEN }], [0, { [_jN]: _e }], [0, { [_jN]: _jI }], [0, { [_jN]: _o }], [0, { [_jN]: _st }]]
|
|
595
|
+
];
|
|
596
|
+
exports.GetBackendAPIModelsRequest$ = [3, n0, _GBAPIMRet,
|
|
597
|
+
0,
|
|
598
|
+
[_AI, _BEN, _RN],
|
|
599
|
+
[[0, 1], [0, 1], [0, { [_jN]: _rN }]], 3
|
|
600
|
+
];
|
|
601
|
+
exports.GetBackendAPIModelsResponse$ = [3, n0, _GBAPIMReta,
|
|
602
|
+
0,
|
|
603
|
+
[_Mod, _St, _MIS],
|
|
604
|
+
[[0, { [_jN]: _mod }], [0, { [_jN]: _st }], [0, { [_jN]: _mIS }]]
|
|
605
|
+
];
|
|
606
|
+
exports.GetBackendAPIRequest$ = [3, n0, _GBAPIR,
|
|
607
|
+
0,
|
|
608
|
+
[_AI, _BEN, _RN, _RC],
|
|
609
|
+
[[0, 1], [0, 1], [0, { [_jN]: _rN }], [() => exports.BackendAPIResourceConfig$, { [_jN]: _rC }]], 3
|
|
610
|
+
];
|
|
611
|
+
exports.GetBackendAPIResponse$ = [3, n0, _GBAPIRe,
|
|
612
|
+
0,
|
|
613
|
+
[_AI, _BEN, _E, _RC, _RN],
|
|
614
|
+
[[0, { [_jN]: _aI }], [0, { [_jN]: _bEN }], [0, { [_jN]: _e }], [() => exports.BackendAPIResourceConfig$, { [_jN]: _rC }], [0, { [_jN]: _rN }]]
|
|
615
|
+
];
|
|
616
|
+
exports.GetBackendAuthRequest$ = [3, n0, _GBAR,
|
|
617
|
+
0,
|
|
618
|
+
[_AI, _BEN, _RN],
|
|
619
|
+
[[0, 1], [0, 1], [0, { [_jN]: _rN }]], 3
|
|
620
|
+
];
|
|
621
|
+
exports.GetBackendAuthResponse$ = [3, n0, _GBARe,
|
|
622
|
+
0,
|
|
623
|
+
[_AI, _BEN, _E, _RC, _RN],
|
|
624
|
+
[[0, { [_jN]: _aI }], [0, { [_jN]: _bEN }], [0, { [_jN]: _e }], [() => exports.CreateBackendAuthResourceConfig$, { [_jN]: _rC }], [0, { [_jN]: _rN }]]
|
|
625
|
+
];
|
|
626
|
+
exports.GetBackendJobRequest$ = [3, n0, _GBJR,
|
|
627
|
+
0,
|
|
628
|
+
[_AI, _BEN, _JI],
|
|
629
|
+
[[0, 1], [0, 1], [0, 1]], 3
|
|
630
|
+
];
|
|
631
|
+
exports.GetBackendJobResponse$ = [3, n0, _GBJRe,
|
|
632
|
+
0,
|
|
633
|
+
[_AI, _BEN, _CT, _E, _JI, _O, _St, _UT],
|
|
634
|
+
[[0, { [_jN]: _aI }], [0, { [_jN]: _bEN }], [0, { [_jN]: _cT }], [0, { [_jN]: _e }], [0, { [_jN]: _jI }], [0, { [_jN]: _o }], [0, { [_jN]: _st }], [0, { [_jN]: _uT }]]
|
|
635
|
+
];
|
|
636
|
+
exports.GetBackendRequest$ = [3, n0, _GBR,
|
|
637
|
+
0,
|
|
638
|
+
[_AI, _BEN],
|
|
639
|
+
[[0, 1], [0, { [_jN]: _bEN }]], 1
|
|
640
|
+
];
|
|
641
|
+
exports.GetBackendResponse$ = [3, n0, _GBRe,
|
|
642
|
+
0,
|
|
643
|
+
[_AFF, _AMC, _AI, _ANp, _BEL, _BEN, _E],
|
|
644
|
+
[[0, { [_jN]: _aFF }], [0, { [_jN]: _aMC }], [0, { [_jN]: _aI }], [0, { [_jN]: _aNp }], [64 | 0, { [_jN]: _bEL }], [0, { [_jN]: _bEN }], [0, { [_jN]: _e }]]
|
|
645
|
+
];
|
|
646
|
+
exports.GetBackendStorageRequest$ = [3, n0, _GBSR,
|
|
647
|
+
0,
|
|
648
|
+
[_AI, _BEN, _RN],
|
|
649
|
+
[[0, 1], [0, 1], [0, { [_jN]: _rN }]], 3
|
|
650
|
+
];
|
|
651
|
+
exports.GetBackendStorageResourceConfig$ = [3, n0, _GBSRC,
|
|
652
|
+
0,
|
|
653
|
+
[_I, _SN, _BN, _P],
|
|
654
|
+
[[2, { [_jN]: _i }], [0, { [_jN]: _sN }], [0, { [_jN]: _bN }], [() => exports.BackendStoragePermissions$, { [_jN]: _p }]], 2
|
|
655
|
+
];
|
|
656
|
+
exports.GetBackendStorageResponse$ = [3, n0, _GBSRe,
|
|
657
|
+
0,
|
|
658
|
+
[_AI, _BEN, _RC, _RN],
|
|
659
|
+
[[0, { [_jN]: _aI }], [0, { [_jN]: _bEN }], [() => exports.GetBackendStorageResourceConfig$, { [_jN]: _rC }], [0, { [_jN]: _rN }]]
|
|
660
|
+
];
|
|
661
|
+
exports.GetTokenRequest$ = [3, n0, _GTR,
|
|
662
|
+
0,
|
|
663
|
+
[_AI, _SI],
|
|
664
|
+
[[0, 1], [0, 1]], 2
|
|
665
|
+
];
|
|
666
|
+
exports.GetTokenResponse$ = [3, n0, _GTRe,
|
|
667
|
+
0,
|
|
668
|
+
[_AI, _CC, _SI, _T],
|
|
669
|
+
[[0, { [_jN]: _aI }], [0, { [_jN]: _cC }], [0, { [_jN]: _sI }], [0, { [_jN]: _t }]]
|
|
670
|
+
];
|
|
671
|
+
exports.ImportBackendAuthRequest$ = [3, n0, _IBAR,
|
|
672
|
+
0,
|
|
673
|
+
[_AI, _BEN, _NCI, _UPI, _WCI, _IPI],
|
|
674
|
+
[[0, 1], [0, 1], [0, { [_jN]: _nCI }], [0, { [_jN]: _uPI }], [0, { [_jN]: _wCI }], [0, { [_jN]: _iPI }]], 5
|
|
675
|
+
];
|
|
676
|
+
exports.ImportBackendAuthResponse$ = [3, n0, _IBARm,
|
|
677
|
+
0,
|
|
678
|
+
[_AI, _BEN, _E, _JI, _O, _St],
|
|
679
|
+
[[0, { [_jN]: _aI }], [0, { [_jN]: _bEN }], [0, { [_jN]: _e }], [0, { [_jN]: _jI }], [0, { [_jN]: _o }], [0, { [_jN]: _st }]]
|
|
680
|
+
];
|
|
681
|
+
exports.ImportBackendStorageRequest$ = [3, n0, _IBSR,
|
|
682
|
+
0,
|
|
683
|
+
[_AI, _BEN, _SN, _BN],
|
|
684
|
+
[[0, 1], [0, 1], [0, { [_jN]: _sN }], [0, { [_jN]: _bN }]], 3
|
|
685
|
+
];
|
|
686
|
+
exports.ImportBackendStorageResponse$ = [3, n0, _IBSRm,
|
|
687
|
+
0,
|
|
688
|
+
[_AI, _BEN, _JI, _St],
|
|
689
|
+
[[0, { [_jN]: _aI }], [0, { [_jN]: _bEN }], [0, { [_jN]: _jI }], [0, { [_jN]: _st }]]
|
|
690
|
+
];
|
|
691
|
+
exports.ListBackendJobsRequest$ = [3, n0, _LBJR,
|
|
692
|
+
0,
|
|
693
|
+
[_AI, _BEN, _JI, _MR, _NT, _O, _St],
|
|
694
|
+
[[0, 1], [0, 1], [0, { [_jN]: _jI }], [1, { [_jN]: _mR }], [0, { [_jN]: _nT }], [0, { [_jN]: _o }], [0, { [_jN]: _st }]], 2
|
|
695
|
+
];
|
|
696
|
+
exports.ListBackendJobsResponse$ = [3, n0, _LBJRi,
|
|
697
|
+
0,
|
|
698
|
+
[_J, _NT],
|
|
699
|
+
[[() => ListOfBackendJobRespObj, { [_jN]: _j }], [0, { [_jN]: _nT }]]
|
|
700
|
+
];
|
|
701
|
+
exports.ListS3BucketsRequest$ = [3, n0, _LSBR,
|
|
702
|
+
0,
|
|
703
|
+
[_NT],
|
|
704
|
+
[[0, { [_jN]: _nT }]]
|
|
705
|
+
];
|
|
706
|
+
exports.ListS3BucketsResponse$ = [3, n0, _LSBRi,
|
|
707
|
+
0,
|
|
708
|
+
[_B, _NT],
|
|
709
|
+
[[() => ListOfS3BucketInfo, { [_jN]: _b }], [0, { [_jN]: _nT }]]
|
|
710
|
+
];
|
|
711
|
+
exports.LoginAuthConfigReqObj$ = [3, n0, _LACRO,
|
|
712
|
+
0,
|
|
713
|
+
[_ACIPI, _ACR, _AUPI, _AUPWCI],
|
|
714
|
+
[[0, { [_jN]: _acipi }], [0, { [_jN]: _acr }], [0, { [_jN]: _aupi }], [0, { [_jN]: _aupwci }]]
|
|
715
|
+
];
|
|
716
|
+
exports.RemoveAllBackendsRequest$ = [3, n0, _RABR,
|
|
717
|
+
0,
|
|
718
|
+
[_AI, _CAA],
|
|
719
|
+
[[0, 1], [2, { [_jN]: _cAA }]], 1
|
|
720
|
+
];
|
|
721
|
+
exports.RemoveAllBackendsResponse$ = [3, n0, _RABRe,
|
|
722
|
+
0,
|
|
723
|
+
[_AI, _E, _JI, _O, _St],
|
|
724
|
+
[[0, { [_jN]: _aI }], [0, { [_jN]: _e }], [0, { [_jN]: _jI }], [0, { [_jN]: _o }], [0, { [_jN]: _st }]]
|
|
725
|
+
];
|
|
726
|
+
exports.RemoveBackendConfigRequest$ = [3, n0, _RBCR,
|
|
727
|
+
0,
|
|
728
|
+
[_AI],
|
|
729
|
+
[[0, 1]], 1
|
|
730
|
+
];
|
|
731
|
+
exports.RemoveBackendConfigResponse$ = [3, n0, _RBCRe,
|
|
732
|
+
0,
|
|
733
|
+
[_E],
|
|
734
|
+
[[0, { [_jN]: _e }]]
|
|
735
|
+
];
|
|
736
|
+
exports.ResourceConfig$ = [3, n0, _RC,
|
|
737
|
+
0,
|
|
738
|
+
[],
|
|
739
|
+
[]
|
|
740
|
+
];
|
|
741
|
+
exports.S3BucketInfo$ = [3, n0, _SBI,
|
|
742
|
+
0,
|
|
743
|
+
[_CD, _N],
|
|
744
|
+
[[0, { [_jN]: _cD }], [0, { [_jN]: _n }]]
|
|
745
|
+
];
|
|
746
|
+
exports.Settings$ = [3, n0, _S,
|
|
747
|
+
0,
|
|
748
|
+
[_MT, _SM],
|
|
749
|
+
[[64 | 0, { [_jN]: _mT }], [0, { [_jN]: _sM }]]
|
|
750
|
+
];
|
|
751
|
+
exports.SmsSettings$ = [3, n0, _SS,
|
|
752
|
+
8,
|
|
753
|
+
[_SM],
|
|
754
|
+
[[0, { [_jN]: _sM }]]
|
|
755
|
+
];
|
|
756
|
+
exports.SocialProviderSettings$ = [3, n0, _SPS,
|
|
757
|
+
0,
|
|
758
|
+
[_F, _G, _LWA, _SIWA],
|
|
759
|
+
[[() => exports.BackendAuthSocialProviderConfig$, 0], [() => exports.BackendAuthSocialProviderConfig$, 0], [() => exports.BackendAuthSocialProviderConfig$, 0], [() => exports.BackendAuthAppleProviderConfig$, 0]]
|
|
760
|
+
];
|
|
761
|
+
exports.UpdateBackendAPIRequest$ = [3, n0, _UBAPIR,
|
|
762
|
+
0,
|
|
763
|
+
[_AI, _BEN, _RN, _RC],
|
|
764
|
+
[[0, 1], [0, 1], [0, { [_jN]: _rN }], [() => exports.BackendAPIResourceConfig$, { [_jN]: _rC }]], 3
|
|
765
|
+
];
|
|
766
|
+
exports.UpdateBackendAPIResponse$ = [3, n0, _UBAPIRp,
|
|
767
|
+
0,
|
|
768
|
+
[_AI, _BEN, _E, _JI, _O, _St],
|
|
769
|
+
[[0, { [_jN]: _aI }], [0, { [_jN]: _bEN }], [0, { [_jN]: _e }], [0, { [_jN]: _jI }], [0, { [_jN]: _o }], [0, { [_jN]: _st }]]
|
|
770
|
+
];
|
|
771
|
+
exports.UpdateBackendAuthForgotPasswordConfig$ = [3, n0, _UBAFPC,
|
|
772
|
+
0,
|
|
773
|
+
[_DM, _ES, _SS],
|
|
774
|
+
[[0, { [_jN]: _dM }], [() => exports.EmailSettings$, { [_jN]: _eS }], [() => exports.SmsSettings$, { [_jN]: _sS }]]
|
|
775
|
+
];
|
|
776
|
+
exports.UpdateBackendAuthIdentityPoolConfig$ = [3, n0, _UBAIPC,
|
|
777
|
+
0,
|
|
778
|
+
[_UL],
|
|
779
|
+
[[2, { [_jN]: _uL }]]
|
|
780
|
+
];
|
|
781
|
+
exports.UpdateBackendAuthMFAConfig$ = [3, n0, _UBAMFAC,
|
|
782
|
+
0,
|
|
783
|
+
[_MFAM, _S],
|
|
784
|
+
[0, [() => exports.Settings$, { [_jN]: _set }]]
|
|
785
|
+
];
|
|
786
|
+
exports.UpdateBackendAuthOAuthConfig$ = [3, n0, _UBAOAC,
|
|
787
|
+
0,
|
|
788
|
+
[_DP, _OAGT, _OAS, _RSIURI, _RSOURI, _SPS],
|
|
789
|
+
[[0, { [_jN]: _dP }], [0, { [_jN]: _oAGT }], [64 | 0, { [_jN]: _oAS }], [64 | 0, { [_jN]: _rSIURI }], [64 | 0, { [_jN]: _rSOURI }], [() => exports.SocialProviderSettings$, { [_jN]: _sPS }]]
|
|
790
|
+
];
|
|
791
|
+
exports.UpdateBackendAuthPasswordPolicyConfig$ = [3, n0, _UBAPPC,
|
|
792
|
+
0,
|
|
793
|
+
[_AC, _ML],
|
|
794
|
+
[[64 | 0, { [_jN]: _aC }], [1, { [_jN]: _mL }]]
|
|
795
|
+
];
|
|
796
|
+
exports.UpdateBackendAuthRequest$ = [3, n0, _UBAR,
|
|
797
|
+
0,
|
|
798
|
+
[_AI, _BEN, _RC, _RN],
|
|
799
|
+
[[0, 1], [0, 1], [() => exports.UpdateBackendAuthResourceConfig$, { [_jN]: _rC }], [0, { [_jN]: _rN }]], 4
|
|
800
|
+
];
|
|
801
|
+
exports.UpdateBackendAuthResourceConfig$ = [3, n0, _UBARC,
|
|
802
|
+
0,
|
|
803
|
+
[_AR, _Se, _UPC, _IPC],
|
|
804
|
+
[[0, { [_jN]: _aR }], [0, { [_jN]: _ser }], [() => exports.UpdateBackendAuthUserPoolConfig$, { [_jN]: _uPC }], [() => exports.UpdateBackendAuthIdentityPoolConfig$, { [_jN]: _iPC }]], 3
|
|
805
|
+
];
|
|
806
|
+
exports.UpdateBackendAuthResponse$ = [3, n0, _UBARp,
|
|
807
|
+
0,
|
|
808
|
+
[_AI, _BEN, _E, _JI, _O, _St],
|
|
809
|
+
[[0, { [_jN]: _aI }], [0, { [_jN]: _bEN }], [0, { [_jN]: _e }], [0, { [_jN]: _jI }], [0, { [_jN]: _o }], [0, { [_jN]: _st }]]
|
|
810
|
+
];
|
|
811
|
+
exports.UpdateBackendAuthUserPoolConfig$ = [3, n0, _UBAUPC,
|
|
812
|
+
0,
|
|
813
|
+
[_FP, _Mf, _OA, _PP, _VM],
|
|
814
|
+
[[() => exports.UpdateBackendAuthForgotPasswordConfig$, { [_jN]: _fP }], [() => exports.UpdateBackendAuthMFAConfig$, { [_jN]: _mf }], [() => exports.UpdateBackendAuthOAuthConfig$, { [_jN]: _oA }], [() => exports.UpdateBackendAuthPasswordPolicyConfig$, { [_jN]: _pP }], [() => exports.UpdateBackendAuthVerificationMessageConfig$, { [_jN]: _vM }]]
|
|
815
|
+
];
|
|
816
|
+
exports.UpdateBackendAuthVerificationMessageConfig$ = [3, n0, _UBAVMC,
|
|
817
|
+
0,
|
|
818
|
+
[_DM, _ES, _SS],
|
|
819
|
+
[[0, { [_jN]: _dM }], [() => exports.EmailSettings$, { [_jN]: _eS }], [() => exports.SmsSettings$, { [_jN]: _sS }]], 1
|
|
820
|
+
];
|
|
821
|
+
exports.UpdateBackendConfigRequest$ = [3, n0, _UBCR,
|
|
822
|
+
0,
|
|
823
|
+
[_AI, _LAC],
|
|
824
|
+
[[0, 1], [() => exports.LoginAuthConfigReqObj$, { [_jN]: _lAC }]], 1
|
|
825
|
+
];
|
|
826
|
+
exports.UpdateBackendConfigResponse$ = [3, n0, _UBCRp,
|
|
827
|
+
0,
|
|
828
|
+
[_AI, _BMAI, _E, _LAC],
|
|
829
|
+
[[0, { [_jN]: _aI }], [0, { [_jN]: _bMAI }], [0, { [_jN]: _e }], [() => exports.LoginAuthConfigReqObj$, { [_jN]: _lAC }]]
|
|
830
|
+
];
|
|
831
|
+
exports.UpdateBackendJobRequest$ = [3, n0, _UBJR,
|
|
832
|
+
0,
|
|
833
|
+
[_AI, _BEN, _JI, _O, _St],
|
|
834
|
+
[[0, 1], [0, 1], [0, 1], [0, { [_jN]: _o }], [0, { [_jN]: _st }]], 3
|
|
835
|
+
];
|
|
836
|
+
exports.UpdateBackendJobResponse$ = [3, n0, _UBJRp,
|
|
837
|
+
0,
|
|
838
|
+
[_AI, _BEN, _CT, _E, _JI, _O, _St, _UT],
|
|
839
|
+
[[0, { [_jN]: _aI }], [0, { [_jN]: _bEN }], [0, { [_jN]: _cT }], [0, { [_jN]: _e }], [0, { [_jN]: _jI }], [0, { [_jN]: _o }], [0, { [_jN]: _st }], [0, { [_jN]: _uT }]]
|
|
840
|
+
];
|
|
841
|
+
exports.UpdateBackendStorageRequest$ = [3, n0, _UBSR,
|
|
842
|
+
0,
|
|
843
|
+
[_AI, _BEN, _RC, _RN],
|
|
844
|
+
[[0, 1], [0, 1], [() => exports.UpdateBackendStorageResourceConfig$, { [_jN]: _rC }], [0, { [_jN]: _rN }]], 4
|
|
845
|
+
];
|
|
846
|
+
exports.UpdateBackendStorageResourceConfig$ = [3, n0, _UBSRC,
|
|
847
|
+
0,
|
|
848
|
+
[_P, _SN],
|
|
849
|
+
[[() => exports.BackendStoragePermissions$, { [_jN]: _p }], [0, { [_jN]: _sN }]], 2
|
|
850
|
+
];
|
|
851
|
+
exports.UpdateBackendStorageResponse$ = [3, n0, _UBSRp,
|
|
852
|
+
0,
|
|
853
|
+
[_AI, _BEN, _JI, _St],
|
|
854
|
+
[[0, { [_jN]: _aI }], [0, { [_jN]: _bEN }], [0, { [_jN]: _jI }], [0, { [_jN]: _st }]]
|
|
855
|
+
];
|
|
856
|
+
var ListOf__string = 64 | 0;
|
|
857
|
+
var ListOfAdditionalConstraintsElement = 64 | 0;
|
|
858
|
+
var ListOfAuthenticatedElement = 64 | 0;
|
|
859
|
+
var ListOfBackendAPIAuthType = [1, n0, _LOBAPIAT,
|
|
860
|
+
0, [() => exports.BackendAPIAuthType$,
|
|
861
|
+
0]
|
|
862
|
+
];
|
|
863
|
+
var ListOfBackendJobRespObj = [1, n0, _LOBJRO,
|
|
864
|
+
0, [() => exports.BackendJobRespObj$,
|
|
865
|
+
0]
|
|
866
|
+
];
|
|
867
|
+
var ListOfMfaTypesElement = 64 | 0;
|
|
868
|
+
var ListOfOAuthScopesElement = 64 | 0;
|
|
869
|
+
var ListOfRequiredSignUpAttributesElement = 64 | 0;
|
|
870
|
+
var ListOfS3BucketInfo = [1, n0, _LOSBI,
|
|
871
|
+
0, [() => exports.S3BucketInfo$,
|
|
872
|
+
0]
|
|
873
|
+
];
|
|
874
|
+
var ListOfUnAuthenticatedElement = 64 | 0;
|
|
875
|
+
exports.CloneBackend$ = [9, n0, _CB,
|
|
876
|
+
{ [_h]: ["POST", "/backend/{AppId}/environments/{BackendEnvironmentName}/clone", 200] }, () => exports.CloneBackendRequest$, () => exports.CloneBackendResponse$
|
|
877
|
+
];
|
|
878
|
+
exports.CreateBackend$ = [9, n0, _CBr,
|
|
879
|
+
{ [_h]: ["POST", "/backend", 200] }, () => exports.CreateBackendRequest$, () => exports.CreateBackendResponse$
|
|
880
|
+
];
|
|
881
|
+
exports.CreateBackendAPI$ = [9, n0, _CBAPI,
|
|
882
|
+
{ [_h]: ["POST", "/backend/{AppId}/api", 200] }, () => exports.CreateBackendAPIRequest$, () => exports.CreateBackendAPIResponse$
|
|
883
|
+
];
|
|
884
|
+
exports.CreateBackendAuth$ = [9, n0, _CBA,
|
|
885
|
+
{ [_h]: ["POST", "/backend/{AppId}/auth", 200] }, () => exports.CreateBackendAuthRequest$, () => exports.CreateBackendAuthResponse$
|
|
886
|
+
];
|
|
887
|
+
exports.CreateBackendConfig$ = [9, n0, _CBC,
|
|
888
|
+
{ [_h]: ["POST", "/backend/{AppId}/config", 200] }, () => exports.CreateBackendConfigRequest$, () => exports.CreateBackendConfigResponse$
|
|
889
|
+
];
|
|
890
|
+
exports.CreateBackendStorage$ = [9, n0, _CBS,
|
|
891
|
+
{ [_h]: ["POST", "/backend/{AppId}/storage", 200] }, () => exports.CreateBackendStorageRequest$, () => exports.CreateBackendStorageResponse$
|
|
892
|
+
];
|
|
893
|
+
exports.CreateToken$ = [9, n0, _CTr,
|
|
894
|
+
{ [_h]: ["POST", "/backend/{AppId}/challenge", 200] }, () => exports.CreateTokenRequest$, () => exports.CreateTokenResponse$
|
|
895
|
+
];
|
|
896
|
+
exports.DeleteBackend$ = [9, n0, _DB,
|
|
897
|
+
{ [_h]: ["POST", "/backend/{AppId}/environments/{BackendEnvironmentName}/remove", 200] }, () => exports.DeleteBackendRequest$, () => exports.DeleteBackendResponse$
|
|
898
|
+
];
|
|
899
|
+
exports.DeleteBackendAPI$ = [9, n0, _DBAPI,
|
|
900
|
+
{ [_h]: ["POST", "/backend/{AppId}/api/{BackendEnvironmentName}/remove", 200] }, () => exports.DeleteBackendAPIRequest$, () => exports.DeleteBackendAPIResponse$
|
|
901
|
+
];
|
|
902
|
+
exports.DeleteBackendAuth$ = [9, n0, _DBA,
|
|
903
|
+
{ [_h]: ["POST", "/backend/{AppId}/auth/{BackendEnvironmentName}/remove", 200] }, () => exports.DeleteBackendAuthRequest$, () => exports.DeleteBackendAuthResponse$
|
|
904
|
+
];
|
|
905
|
+
exports.DeleteBackendStorage$ = [9, n0, _DBS,
|
|
906
|
+
{ [_h]: ["POST", "/backend/{AppId}/storage/{BackendEnvironmentName}/remove", 200] }, () => exports.DeleteBackendStorageRequest$, () => exports.DeleteBackendStorageResponse$
|
|
907
|
+
];
|
|
908
|
+
exports.DeleteToken$ = [9, n0, _DT,
|
|
909
|
+
{ [_h]: ["POST", "/backend/{AppId}/challenge/{SessionId}/remove", 200] }, () => exports.DeleteTokenRequest$, () => exports.DeleteTokenResponse$
|
|
910
|
+
];
|
|
911
|
+
exports.GenerateBackendAPIModels$ = [9, n0, _GBAPIM,
|
|
912
|
+
{ [_h]: ["POST", "/backend/{AppId}/api/{BackendEnvironmentName}/generateModels", 200] }, () => exports.GenerateBackendAPIModelsRequest$, () => exports.GenerateBackendAPIModelsResponse$
|
|
913
|
+
];
|
|
914
|
+
exports.GetBackend$ = [9, n0, _GB,
|
|
915
|
+
{ [_h]: ["POST", "/backend/{AppId}/details", 200] }, () => exports.GetBackendRequest$, () => exports.GetBackendResponse$
|
|
916
|
+
];
|
|
917
|
+
exports.GetBackendAPI$ = [9, n0, _GBAPI,
|
|
918
|
+
{ [_h]: ["POST", "/backend/{AppId}/api/{BackendEnvironmentName}/details", 200] }, () => exports.GetBackendAPIRequest$, () => exports.GetBackendAPIResponse$
|
|
919
|
+
];
|
|
920
|
+
exports.GetBackendAPIModels$ = [9, n0, _GBAPIMe,
|
|
921
|
+
{ [_h]: ["POST", "/backend/{AppId}/api/{BackendEnvironmentName}/getModels", 200] }, () => exports.GetBackendAPIModelsRequest$, () => exports.GetBackendAPIModelsResponse$
|
|
922
|
+
];
|
|
923
|
+
exports.GetBackendAuth$ = [9, n0, _GBA,
|
|
924
|
+
{ [_h]: ["POST", "/backend/{AppId}/auth/{BackendEnvironmentName}/details", 200] }, () => exports.GetBackendAuthRequest$, () => exports.GetBackendAuthResponse$
|
|
925
|
+
];
|
|
926
|
+
exports.GetBackendJob$ = [9, n0, _GBJ,
|
|
927
|
+
{ [_h]: ["GET", "/backend/{AppId}/job/{BackendEnvironmentName}/{JobId}", 200] }, () => exports.GetBackendJobRequest$, () => exports.GetBackendJobResponse$
|
|
928
|
+
];
|
|
929
|
+
exports.GetBackendStorage$ = [9, n0, _GBS,
|
|
930
|
+
{ [_h]: ["POST", "/backend/{AppId}/storage/{BackendEnvironmentName}/details", 200] }, () => exports.GetBackendStorageRequest$, () => exports.GetBackendStorageResponse$
|
|
931
|
+
];
|
|
932
|
+
exports.GetToken$ = [9, n0, _GT,
|
|
933
|
+
{ [_h]: ["GET", "/backend/{AppId}/challenge/{SessionId}", 200] }, () => exports.GetTokenRequest$, () => exports.GetTokenResponse$
|
|
934
|
+
];
|
|
935
|
+
exports.ImportBackendAuth$ = [9, n0, _IBA,
|
|
936
|
+
{ [_h]: ["POST", "/backend/{AppId}/auth/{BackendEnvironmentName}/import", 200] }, () => exports.ImportBackendAuthRequest$, () => exports.ImportBackendAuthResponse$
|
|
937
|
+
];
|
|
938
|
+
exports.ImportBackendStorage$ = [9, n0, _IBS,
|
|
939
|
+
{ [_h]: ["POST", "/backend/{AppId}/storage/{BackendEnvironmentName}/import", 200] }, () => exports.ImportBackendStorageRequest$, () => exports.ImportBackendStorageResponse$
|
|
940
|
+
];
|
|
941
|
+
exports.ListBackendJobs$ = [9, n0, _LBJ,
|
|
942
|
+
{ [_h]: ["POST", "/backend/{AppId}/job/{BackendEnvironmentName}", 200] }, () => exports.ListBackendJobsRequest$, () => exports.ListBackendJobsResponse$
|
|
943
|
+
];
|
|
944
|
+
exports.ListS3Buckets$ = [9, n0, _LSB,
|
|
945
|
+
{ [_h]: ["POST", "/s3Buckets", 200] }, () => exports.ListS3BucketsRequest$, () => exports.ListS3BucketsResponse$
|
|
946
|
+
];
|
|
947
|
+
exports.RemoveAllBackends$ = [9, n0, _RAB,
|
|
948
|
+
{ [_h]: ["POST", "/backend/{AppId}/remove", 200] }, () => exports.RemoveAllBackendsRequest$, () => exports.RemoveAllBackendsResponse$
|
|
949
|
+
];
|
|
950
|
+
exports.RemoveBackendConfig$ = [9, n0, _RBC,
|
|
951
|
+
{ [_h]: ["POST", "/backend/{AppId}/config/remove", 200] }, () => exports.RemoveBackendConfigRequest$, () => exports.RemoveBackendConfigResponse$
|
|
952
|
+
];
|
|
953
|
+
exports.UpdateBackendAPI$ = [9, n0, _UBAPI,
|
|
954
|
+
{ [_h]: ["POST", "/backend/{AppId}/api/{BackendEnvironmentName}", 200] }, () => exports.UpdateBackendAPIRequest$, () => exports.UpdateBackendAPIResponse$
|
|
955
|
+
];
|
|
956
|
+
exports.UpdateBackendAuth$ = [9, n0, _UBA,
|
|
957
|
+
{ [_h]: ["POST", "/backend/{AppId}/auth/{BackendEnvironmentName}", 200] }, () => exports.UpdateBackendAuthRequest$, () => exports.UpdateBackendAuthResponse$
|
|
958
|
+
];
|
|
959
|
+
exports.UpdateBackendConfig$ = [9, n0, _UBC,
|
|
960
|
+
{ [_h]: ["POST", "/backend/{AppId}/config/update", 200] }, () => exports.UpdateBackendConfigRequest$, () => exports.UpdateBackendConfigResponse$
|
|
961
|
+
];
|
|
962
|
+
exports.UpdateBackendJob$ = [9, n0, _UBJ,
|
|
963
|
+
{ [_h]: ["POST", "/backend/{AppId}/job/{BackendEnvironmentName}/{JobId}", 200] }, () => exports.UpdateBackendJobRequest$, () => exports.UpdateBackendJobResponse$
|
|
964
|
+
];
|
|
965
|
+
exports.UpdateBackendStorage$ = [9, n0, _UBS,
|
|
966
|
+
{ [_h]: ["POST", "/backend/{AppId}/storage/{BackendEnvironmentName}", 200] }, () => exports.UpdateBackendStorageRequest$, () => exports.UpdateBackendStorageResponse$
|
|
967
|
+
];
|