@aws-sdk/client-amplify 3.927.0 → 3.929.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 +1635 -1779
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/AmplifyClient.js +2 -0
- package/dist-es/commands/CreateAppCommand.js +3 -10
- package/dist-es/commands/CreateBackendEnvironmentCommand.js +3 -9
- package/dist-es/commands/CreateBranchCommand.js +3 -10
- package/dist-es/commands/CreateDeploymentCommand.js +3 -9
- package/dist-es/commands/CreateDomainAssociationCommand.js +3 -9
- package/dist-es/commands/CreateWebhookCommand.js +3 -9
- package/dist-es/commands/DeleteAppCommand.js +3 -10
- package/dist-es/commands/DeleteBackendEnvironmentCommand.js +3 -9
- package/dist-es/commands/DeleteBranchCommand.js +3 -10
- package/dist-es/commands/DeleteDomainAssociationCommand.js +3 -9
- package/dist-es/commands/DeleteJobCommand.js +3 -9
- package/dist-es/commands/DeleteWebhookCommand.js +3 -9
- package/dist-es/commands/GenerateAccessLogsCommand.js +3 -9
- package/dist-es/commands/GetAppCommand.js +3 -10
- package/dist-es/commands/GetArtifactUrlCommand.js +3 -9
- package/dist-es/commands/GetBackendEnvironmentCommand.js +3 -9
- package/dist-es/commands/GetBranchCommand.js +3 -10
- package/dist-es/commands/GetDomainAssociationCommand.js +3 -9
- package/dist-es/commands/GetJobCommand.js +3 -9
- package/dist-es/commands/GetWebhookCommand.js +3 -9
- package/dist-es/commands/ListAppsCommand.js +3 -10
- package/dist-es/commands/ListArtifactsCommand.js +3 -9
- package/dist-es/commands/ListBackendEnvironmentsCommand.js +3 -9
- package/dist-es/commands/ListBranchesCommand.js +3 -10
- package/dist-es/commands/ListDomainAssociationsCommand.js +3 -9
- package/dist-es/commands/ListJobsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListWebhooksCommand.js +3 -9
- package/dist-es/commands/StartDeploymentCommand.js +3 -9
- package/dist-es/commands/StartJobCommand.js +3 -9
- package/dist-es/commands/StopJobCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateAppCommand.js +3 -10
- package/dist-es/commands/UpdateBranchCommand.js +3 -10
- package/dist-es/commands/UpdateDomainAssociationCommand.js +3 -9
- package/dist-es/commands/UpdateWebhookCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -89
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1553 -0
- package/dist-types/AmplifyClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -68
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +166 -0
- package/dist-types/ts3.4/AmplifyClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -45
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +172 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_restJson1.js +0 -1399
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -335
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -449
package/dist-cjs/index.js
CHANGED
|
@@ -6,6 +6,7 @@ var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detect
|
|
|
6
6
|
var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
|
|
7
7
|
var configResolver = require('@smithy/config-resolver');
|
|
8
8
|
var core = require('@smithy/core');
|
|
9
|
+
var schema = require('@smithy/core/schema');
|
|
9
10
|
var middlewareContentLength = require('@smithy/middleware-content-length');
|
|
10
11
|
var middlewareEndpoint = require('@smithy/middleware-endpoint');
|
|
11
12
|
var middlewareRetry = require('@smithy/middleware-retry');
|
|
@@ -14,8 +15,6 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
14
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
15
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
16
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
17
|
-
var middlewareSerde = require('@smithy/middleware-serde');
|
|
18
|
-
var core$1 = require('@aws-sdk/core');
|
|
19
18
|
|
|
20
19
|
const resolveClientEndpointParameters = (options) => {
|
|
21
20
|
return Object.assign(options, {
|
|
@@ -91,6 +90,7 @@ class AmplifyClient extends smithyClient.Client {
|
|
|
91
90
|
const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
|
|
92
91
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
93
92
|
this.config = _config_8;
|
|
93
|
+
this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
|
|
94
94
|
this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
|
|
95
95
|
this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
|
|
96
96
|
this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
|
|
@@ -110,14 +110,14 @@ class AmplifyClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
class AmplifyServiceException extends smithyClient.ServiceException {
|
|
113
|
+
let AmplifyServiceException$1 = class AmplifyServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, AmplifyServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
};
|
|
119
119
|
|
|
120
|
-
class BadRequestException extends AmplifyServiceException {
|
|
120
|
+
let BadRequestException$1 = class BadRequestException extends AmplifyServiceException$1 {
|
|
121
121
|
name = "BadRequestException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
constructor(opts) {
|
|
@@ -128,7 +128,7 @@ class BadRequestException extends AmplifyServiceException {
|
|
|
128
128
|
});
|
|
129
129
|
Object.setPrototypeOf(this, BadRequestException.prototype);
|
|
130
130
|
}
|
|
131
|
-
}
|
|
131
|
+
};
|
|
132
132
|
const Stage = {
|
|
133
133
|
BETA: "BETA",
|
|
134
134
|
DEVELOPMENT: "DEVELOPMENT",
|
|
@@ -162,7 +162,7 @@ const WafStatus = {
|
|
|
162
162
|
DISASSOCIATING: "DISASSOCIATING",
|
|
163
163
|
DISASSOCIATION_FAILED: "DISASSOCIATION_FAILED",
|
|
164
164
|
};
|
|
165
|
-
class DependentServiceFailureException extends AmplifyServiceException {
|
|
165
|
+
let DependentServiceFailureException$1 = class DependentServiceFailureException extends AmplifyServiceException$1 {
|
|
166
166
|
name = "DependentServiceFailureException";
|
|
167
167
|
$fault = "server";
|
|
168
168
|
constructor(opts) {
|
|
@@ -173,8 +173,8 @@ class DependentServiceFailureException extends AmplifyServiceException {
|
|
|
173
173
|
});
|
|
174
174
|
Object.setPrototypeOf(this, DependentServiceFailureException.prototype);
|
|
175
175
|
}
|
|
176
|
-
}
|
|
177
|
-
class InternalFailureException extends AmplifyServiceException {
|
|
176
|
+
};
|
|
177
|
+
let InternalFailureException$1 = class InternalFailureException extends AmplifyServiceException$1 {
|
|
178
178
|
name = "InternalFailureException";
|
|
179
179
|
$fault = "server";
|
|
180
180
|
constructor(opts) {
|
|
@@ -185,8 +185,8 @@ class InternalFailureException extends AmplifyServiceException {
|
|
|
185
185
|
});
|
|
186
186
|
Object.setPrototypeOf(this, InternalFailureException.prototype);
|
|
187
187
|
}
|
|
188
|
-
}
|
|
189
|
-
class LimitExceededException extends AmplifyServiceException {
|
|
188
|
+
};
|
|
189
|
+
let LimitExceededException$1 = class LimitExceededException extends AmplifyServiceException$1 {
|
|
190
190
|
name = "LimitExceededException";
|
|
191
191
|
$fault = "client";
|
|
192
192
|
constructor(opts) {
|
|
@@ -197,8 +197,8 @@ class LimitExceededException extends AmplifyServiceException {
|
|
|
197
197
|
});
|
|
198
198
|
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
199
199
|
}
|
|
200
|
-
}
|
|
201
|
-
class UnauthorizedException extends AmplifyServiceException {
|
|
200
|
+
};
|
|
201
|
+
let UnauthorizedException$1 = class UnauthorizedException extends AmplifyServiceException$1 {
|
|
202
202
|
name = "UnauthorizedException";
|
|
203
203
|
$fault = "client";
|
|
204
204
|
constructor(opts) {
|
|
@@ -209,8 +209,8 @@ class UnauthorizedException extends AmplifyServiceException {
|
|
|
209
209
|
});
|
|
210
210
|
Object.setPrototypeOf(this, UnauthorizedException.prototype);
|
|
211
211
|
}
|
|
212
|
-
}
|
|
213
|
-
class NotFoundException extends AmplifyServiceException {
|
|
212
|
+
};
|
|
213
|
+
let NotFoundException$1 = class NotFoundException extends AmplifyServiceException$1 {
|
|
214
214
|
name = "NotFoundException";
|
|
215
215
|
$fault = "client";
|
|
216
216
|
constructor(opts) {
|
|
@@ -221,7 +221,7 @@ class NotFoundException extends AmplifyServiceException {
|
|
|
221
221
|
});
|
|
222
222
|
Object.setPrototypeOf(this, NotFoundException.prototype);
|
|
223
223
|
}
|
|
224
|
-
}
|
|
224
|
+
};
|
|
225
225
|
const CertificateType = {
|
|
226
226
|
AMPLIFY_MANAGED: "AMPLIFY_MANAGED",
|
|
227
227
|
CUSTOM: "CUSTOM",
|
|
@@ -267,7 +267,7 @@ const JobStatus = {
|
|
|
267
267
|
RUNNING: "RUNNING",
|
|
268
268
|
SUCCEED: "SUCCEED",
|
|
269
269
|
};
|
|
270
|
-
class ResourceNotFoundException extends AmplifyServiceException {
|
|
270
|
+
let ResourceNotFoundException$1 = class ResourceNotFoundException extends AmplifyServiceException$1 {
|
|
271
271
|
name = "ResourceNotFoundException";
|
|
272
272
|
$fault = "client";
|
|
273
273
|
code;
|
|
@@ -280,1504 +280,1557 @@ class ResourceNotFoundException extends AmplifyServiceException {
|
|
|
280
280
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
281
281
|
this.code = opts.code;
|
|
282
282
|
}
|
|
283
|
-
}
|
|
284
|
-
const AutoBranchCreationConfigFilterSensitiveLog = (obj) => ({
|
|
285
|
-
...obj,
|
|
286
|
-
...(obj.basicAuthCredentials && { basicAuthCredentials: smithyClient.SENSITIVE_STRING }),
|
|
287
|
-
...(obj.buildSpec && { buildSpec: smithyClient.SENSITIVE_STRING }),
|
|
288
|
-
});
|
|
289
|
-
const CreateAppRequestFilterSensitiveLog = (obj) => ({
|
|
290
|
-
...obj,
|
|
291
|
-
...(obj.oauthToken && { oauthToken: smithyClient.SENSITIVE_STRING }),
|
|
292
|
-
...(obj.accessToken && { accessToken: smithyClient.SENSITIVE_STRING }),
|
|
293
|
-
...(obj.basicAuthCredentials && { basicAuthCredentials: smithyClient.SENSITIVE_STRING }),
|
|
294
|
-
...(obj.buildSpec && { buildSpec: smithyClient.SENSITIVE_STRING }),
|
|
295
|
-
...(obj.autoBranchCreationConfig && {
|
|
296
|
-
autoBranchCreationConfig: AutoBranchCreationConfigFilterSensitiveLog(obj.autoBranchCreationConfig),
|
|
297
|
-
}),
|
|
298
|
-
});
|
|
299
|
-
const AppFilterSensitiveLog = (obj) => ({
|
|
300
|
-
...obj,
|
|
301
|
-
...(obj.basicAuthCredentials && { basicAuthCredentials: smithyClient.SENSITIVE_STRING }),
|
|
302
|
-
...(obj.buildSpec && { buildSpec: smithyClient.SENSITIVE_STRING }),
|
|
303
|
-
...(obj.autoBranchCreationConfig && {
|
|
304
|
-
autoBranchCreationConfig: AutoBranchCreationConfigFilterSensitiveLog(obj.autoBranchCreationConfig),
|
|
305
|
-
}),
|
|
306
|
-
});
|
|
307
|
-
const CreateAppResultFilterSensitiveLog = (obj) => ({
|
|
308
|
-
...obj,
|
|
309
|
-
...(obj.app && { app: AppFilterSensitiveLog(obj.app) }),
|
|
310
|
-
});
|
|
311
|
-
const CreateBranchRequestFilterSensitiveLog = (obj) => ({
|
|
312
|
-
...obj,
|
|
313
|
-
...(obj.basicAuthCredentials && { basicAuthCredentials: smithyClient.SENSITIVE_STRING }),
|
|
314
|
-
...(obj.buildSpec && { buildSpec: smithyClient.SENSITIVE_STRING }),
|
|
315
|
-
});
|
|
316
|
-
const BranchFilterSensitiveLog = (obj) => ({
|
|
317
|
-
...obj,
|
|
318
|
-
...(obj.basicAuthCredentials && { basicAuthCredentials: smithyClient.SENSITIVE_STRING }),
|
|
319
|
-
...(obj.buildSpec && { buildSpec: smithyClient.SENSITIVE_STRING }),
|
|
320
|
-
});
|
|
321
|
-
const CreateBranchResultFilterSensitiveLog = (obj) => ({
|
|
322
|
-
...obj,
|
|
323
|
-
...(obj.branch && { branch: BranchFilterSensitiveLog(obj.branch) }),
|
|
324
|
-
});
|
|
325
|
-
const DeleteAppResultFilterSensitiveLog = (obj) => ({
|
|
326
|
-
...obj,
|
|
327
|
-
...(obj.app && { app: AppFilterSensitiveLog(obj.app) }),
|
|
328
|
-
});
|
|
329
|
-
const DeleteBranchResultFilterSensitiveLog = (obj) => ({
|
|
330
|
-
...obj,
|
|
331
|
-
...(obj.branch && { branch: BranchFilterSensitiveLog(obj.branch) }),
|
|
332
|
-
});
|
|
333
|
-
const GetAppResultFilterSensitiveLog = (obj) => ({
|
|
334
|
-
...obj,
|
|
335
|
-
...(obj.app && { app: AppFilterSensitiveLog(obj.app) }),
|
|
336
|
-
});
|
|
337
|
-
const GetBranchResultFilterSensitiveLog = (obj) => ({
|
|
338
|
-
...obj,
|
|
339
|
-
...(obj.branch && { branch: BranchFilterSensitiveLog(obj.branch) }),
|
|
340
|
-
});
|
|
341
|
-
const ListAppsResultFilterSensitiveLog = (obj) => ({
|
|
342
|
-
...obj,
|
|
343
|
-
...(obj.apps && { apps: obj.apps.map((item) => AppFilterSensitiveLog(item)) }),
|
|
344
|
-
});
|
|
345
|
-
const ListBranchesResultFilterSensitiveLog = (obj) => ({
|
|
346
|
-
...obj,
|
|
347
|
-
...(obj.branches && { branches: obj.branches.map((item) => BranchFilterSensitiveLog(item)) }),
|
|
348
|
-
});
|
|
349
|
-
const UpdateAppRequestFilterSensitiveLog = (obj) => ({
|
|
350
|
-
...obj,
|
|
351
|
-
...(obj.basicAuthCredentials && { basicAuthCredentials: smithyClient.SENSITIVE_STRING }),
|
|
352
|
-
...(obj.buildSpec && { buildSpec: smithyClient.SENSITIVE_STRING }),
|
|
353
|
-
...(obj.autoBranchCreationConfig && {
|
|
354
|
-
autoBranchCreationConfig: AutoBranchCreationConfigFilterSensitiveLog(obj.autoBranchCreationConfig),
|
|
355
|
-
}),
|
|
356
|
-
...(obj.oauthToken && { oauthToken: smithyClient.SENSITIVE_STRING }),
|
|
357
|
-
...(obj.accessToken && { accessToken: smithyClient.SENSITIVE_STRING }),
|
|
358
|
-
});
|
|
359
|
-
const UpdateAppResultFilterSensitiveLog = (obj) => ({
|
|
360
|
-
...obj,
|
|
361
|
-
...(obj.app && { app: AppFilterSensitiveLog(obj.app) }),
|
|
362
|
-
});
|
|
363
|
-
const UpdateBranchRequestFilterSensitiveLog = (obj) => ({
|
|
364
|
-
...obj,
|
|
365
|
-
...(obj.basicAuthCredentials && { basicAuthCredentials: smithyClient.SENSITIVE_STRING }),
|
|
366
|
-
...(obj.buildSpec && { buildSpec: smithyClient.SENSITIVE_STRING }),
|
|
367
|
-
});
|
|
368
|
-
const UpdateBranchResultFilterSensitiveLog = (obj) => ({
|
|
369
|
-
...obj,
|
|
370
|
-
...(obj.branch && { branch: BranchFilterSensitiveLog(obj.branch) }),
|
|
371
|
-
});
|
|
372
|
-
|
|
373
|
-
const se_CreateAppCommand = async (input, context) => {
|
|
374
|
-
const b = core.requestBuilder(input, context);
|
|
375
|
-
const headers = {
|
|
376
|
-
"content-type": "application/json",
|
|
377
|
-
};
|
|
378
|
-
b.bp("/apps");
|
|
379
|
-
let body;
|
|
380
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
381
|
-
accessToken: [],
|
|
382
|
-
autoBranchCreationConfig: (_) => smithyClient._json(_),
|
|
383
|
-
autoBranchCreationPatterns: (_) => smithyClient._json(_),
|
|
384
|
-
basicAuthCredentials: [],
|
|
385
|
-
buildSpec: [],
|
|
386
|
-
cacheConfig: (_) => smithyClient._json(_),
|
|
387
|
-
computeRoleArn: [],
|
|
388
|
-
customHeaders: [],
|
|
389
|
-
customRules: (_) => smithyClient._json(_),
|
|
390
|
-
description: [],
|
|
391
|
-
enableAutoBranchCreation: [],
|
|
392
|
-
enableBasicAuth: [],
|
|
393
|
-
enableBranchAutoBuild: [],
|
|
394
|
-
enableBranchAutoDeletion: [],
|
|
395
|
-
environmentVariables: (_) => smithyClient._json(_),
|
|
396
|
-
iamServiceRoleArn: [],
|
|
397
|
-
jobConfig: (_) => smithyClient._json(_),
|
|
398
|
-
name: [],
|
|
399
|
-
oauthToken: [],
|
|
400
|
-
platform: [],
|
|
401
|
-
repository: [],
|
|
402
|
-
tags: (_) => smithyClient._json(_),
|
|
403
|
-
}));
|
|
404
|
-
b.m("POST").h(headers).b(body);
|
|
405
|
-
return b.build();
|
|
406
|
-
};
|
|
407
|
-
const se_CreateBackendEnvironmentCommand = async (input, context) => {
|
|
408
|
-
const b = core.requestBuilder(input, context);
|
|
409
|
-
const headers = {
|
|
410
|
-
"content-type": "application/json",
|
|
411
|
-
};
|
|
412
|
-
b.bp("/apps/{appId}/backendenvironments");
|
|
413
|
-
b.p("appId", () => input.appId, "{appId}", false);
|
|
414
|
-
let body;
|
|
415
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
416
|
-
deploymentArtifacts: [],
|
|
417
|
-
environmentName: [],
|
|
418
|
-
stackName: [],
|
|
419
|
-
}));
|
|
420
|
-
b.m("POST").h(headers).b(body);
|
|
421
|
-
return b.build();
|
|
422
|
-
};
|
|
423
|
-
const se_CreateBranchCommand = async (input, context) => {
|
|
424
|
-
const b = core.requestBuilder(input, context);
|
|
425
|
-
const headers = {
|
|
426
|
-
"content-type": "application/json",
|
|
427
|
-
};
|
|
428
|
-
b.bp("/apps/{appId}/branches");
|
|
429
|
-
b.p("appId", () => input.appId, "{appId}", false);
|
|
430
|
-
let body;
|
|
431
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
432
|
-
backend: (_) => smithyClient._json(_),
|
|
433
|
-
backendEnvironmentArn: [],
|
|
434
|
-
basicAuthCredentials: [],
|
|
435
|
-
branchName: [],
|
|
436
|
-
buildSpec: [],
|
|
437
|
-
computeRoleArn: [],
|
|
438
|
-
description: [],
|
|
439
|
-
displayName: [],
|
|
440
|
-
enableAutoBuild: [],
|
|
441
|
-
enableBasicAuth: [],
|
|
442
|
-
enableNotification: [],
|
|
443
|
-
enablePerformanceMode: [],
|
|
444
|
-
enablePullRequestPreview: [],
|
|
445
|
-
enableSkewProtection: [],
|
|
446
|
-
environmentVariables: (_) => smithyClient._json(_),
|
|
447
|
-
framework: [],
|
|
448
|
-
pullRequestEnvironmentName: [],
|
|
449
|
-
stage: [],
|
|
450
|
-
tags: (_) => smithyClient._json(_),
|
|
451
|
-
ttl: [],
|
|
452
|
-
}));
|
|
453
|
-
b.m("POST").h(headers).b(body);
|
|
454
|
-
return b.build();
|
|
455
|
-
};
|
|
456
|
-
const se_CreateDeploymentCommand = async (input, context) => {
|
|
457
|
-
const b = core.requestBuilder(input, context);
|
|
458
|
-
const headers = {
|
|
459
|
-
"content-type": "application/json",
|
|
460
|
-
};
|
|
461
|
-
b.bp("/apps/{appId}/branches/{branchName}/deployments");
|
|
462
|
-
b.p("appId", () => input.appId, "{appId}", false);
|
|
463
|
-
b.p("branchName", () => input.branchName, "{branchName}", false);
|
|
464
|
-
let body;
|
|
465
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
466
|
-
fileMap: (_) => smithyClient._json(_),
|
|
467
|
-
}));
|
|
468
|
-
b.m("POST").h(headers).b(body);
|
|
469
|
-
return b.build();
|
|
470
|
-
};
|
|
471
|
-
const se_CreateDomainAssociationCommand = async (input, context) => {
|
|
472
|
-
const b = core.requestBuilder(input, context);
|
|
473
|
-
const headers = {
|
|
474
|
-
"content-type": "application/json",
|
|
475
|
-
};
|
|
476
|
-
b.bp("/apps/{appId}/domains");
|
|
477
|
-
b.p("appId", () => input.appId, "{appId}", false);
|
|
478
|
-
let body;
|
|
479
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
480
|
-
autoSubDomainCreationPatterns: (_) => smithyClient._json(_),
|
|
481
|
-
autoSubDomainIAMRole: [],
|
|
482
|
-
certificateSettings: (_) => smithyClient._json(_),
|
|
483
|
-
domainName: [],
|
|
484
|
-
enableAutoSubDomain: [],
|
|
485
|
-
subDomainSettings: (_) => smithyClient._json(_),
|
|
486
|
-
}));
|
|
487
|
-
b.m("POST").h(headers).b(body);
|
|
488
|
-
return b.build();
|
|
489
|
-
};
|
|
490
|
-
const se_CreateWebhookCommand = async (input, context) => {
|
|
491
|
-
const b = core.requestBuilder(input, context);
|
|
492
|
-
const headers = {
|
|
493
|
-
"content-type": "application/json",
|
|
494
|
-
};
|
|
495
|
-
b.bp("/apps/{appId}/webhooks");
|
|
496
|
-
b.p("appId", () => input.appId, "{appId}", false);
|
|
497
|
-
let body;
|
|
498
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
499
|
-
branchName: [],
|
|
500
|
-
description: [],
|
|
501
|
-
}));
|
|
502
|
-
b.m("POST").h(headers).b(body);
|
|
503
|
-
return b.build();
|
|
504
|
-
};
|
|
505
|
-
const se_DeleteAppCommand = async (input, context) => {
|
|
506
|
-
const b = core.requestBuilder(input, context);
|
|
507
|
-
const headers = {};
|
|
508
|
-
b.bp("/apps/{appId}");
|
|
509
|
-
b.p("appId", () => input.appId, "{appId}", false);
|
|
510
|
-
let body;
|
|
511
|
-
b.m("DELETE").h(headers).b(body);
|
|
512
|
-
return b.build();
|
|
513
|
-
};
|
|
514
|
-
const se_DeleteBackendEnvironmentCommand = async (input, context) => {
|
|
515
|
-
const b = core.requestBuilder(input, context);
|
|
516
|
-
const headers = {};
|
|
517
|
-
b.bp("/apps/{appId}/backendenvironments/{environmentName}");
|
|
518
|
-
b.p("appId", () => input.appId, "{appId}", false);
|
|
519
|
-
b.p("environmentName", () => input.environmentName, "{environmentName}", false);
|
|
520
|
-
let body;
|
|
521
|
-
b.m("DELETE").h(headers).b(body);
|
|
522
|
-
return b.build();
|
|
523
|
-
};
|
|
524
|
-
const se_DeleteBranchCommand = async (input, context) => {
|
|
525
|
-
const b = core.requestBuilder(input, context);
|
|
526
|
-
const headers = {};
|
|
527
|
-
b.bp("/apps/{appId}/branches/{branchName}");
|
|
528
|
-
b.p("appId", () => input.appId, "{appId}", false);
|
|
529
|
-
b.p("branchName", () => input.branchName, "{branchName}", false);
|
|
530
|
-
let body;
|
|
531
|
-
b.m("DELETE").h(headers).b(body);
|
|
532
|
-
return b.build();
|
|
533
|
-
};
|
|
534
|
-
const se_DeleteDomainAssociationCommand = async (input, context) => {
|
|
535
|
-
const b = core.requestBuilder(input, context);
|
|
536
|
-
const headers = {};
|
|
537
|
-
b.bp("/apps/{appId}/domains/{domainName}");
|
|
538
|
-
b.p("appId", () => input.appId, "{appId}", false);
|
|
539
|
-
b.p("domainName", () => input.domainName, "{domainName}", false);
|
|
540
|
-
let body;
|
|
541
|
-
b.m("DELETE").h(headers).b(body);
|
|
542
|
-
return b.build();
|
|
543
|
-
};
|
|
544
|
-
const se_DeleteJobCommand = async (input, context) => {
|
|
545
|
-
const b = core.requestBuilder(input, context);
|
|
546
|
-
const headers = {};
|
|
547
|
-
b.bp("/apps/{appId}/branches/{branchName}/jobs/{jobId}");
|
|
548
|
-
b.p("appId", () => input.appId, "{appId}", false);
|
|
549
|
-
b.p("branchName", () => input.branchName, "{branchName}", false);
|
|
550
|
-
b.p("jobId", () => input.jobId, "{jobId}", false);
|
|
551
|
-
let body;
|
|
552
|
-
b.m("DELETE").h(headers).b(body);
|
|
553
|
-
return b.build();
|
|
554
|
-
};
|
|
555
|
-
const se_DeleteWebhookCommand = async (input, context) => {
|
|
556
|
-
const b = core.requestBuilder(input, context);
|
|
557
|
-
const headers = {};
|
|
558
|
-
b.bp("/webhooks/{webhookId}");
|
|
559
|
-
b.p("webhookId", () => input.webhookId, "{webhookId}", false);
|
|
560
|
-
let body;
|
|
561
|
-
b.m("DELETE").h(headers).b(body);
|
|
562
|
-
return b.build();
|
|
563
|
-
};
|
|
564
|
-
const se_GenerateAccessLogsCommand = async (input, context) => {
|
|
565
|
-
const b = core.requestBuilder(input, context);
|
|
566
|
-
const headers = {
|
|
567
|
-
"content-type": "application/json",
|
|
568
|
-
};
|
|
569
|
-
b.bp("/apps/{appId}/accesslogs");
|
|
570
|
-
b.p("appId", () => input.appId, "{appId}", false);
|
|
571
|
-
let body;
|
|
572
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
573
|
-
domainName: [],
|
|
574
|
-
endTime: (_) => _.getTime() / 1_000,
|
|
575
|
-
startTime: (_) => _.getTime() / 1_000,
|
|
576
|
-
}));
|
|
577
|
-
b.m("POST").h(headers).b(body);
|
|
578
|
-
return b.build();
|
|
579
|
-
};
|
|
580
|
-
const se_GetAppCommand = async (input, context) => {
|
|
581
|
-
const b = core.requestBuilder(input, context);
|
|
582
|
-
const headers = {};
|
|
583
|
-
b.bp("/apps/{appId}");
|
|
584
|
-
b.p("appId", () => input.appId, "{appId}", false);
|
|
585
|
-
let body;
|
|
586
|
-
b.m("GET").h(headers).b(body);
|
|
587
|
-
return b.build();
|
|
588
|
-
};
|
|
589
|
-
const se_GetArtifactUrlCommand = async (input, context) => {
|
|
590
|
-
const b = core.requestBuilder(input, context);
|
|
591
|
-
const headers = {};
|
|
592
|
-
b.bp("/artifacts/{artifactId}");
|
|
593
|
-
b.p("artifactId", () => input.artifactId, "{artifactId}", false);
|
|
594
|
-
let body;
|
|
595
|
-
b.m("GET").h(headers).b(body);
|
|
596
|
-
return b.build();
|
|
597
|
-
};
|
|
598
|
-
const se_GetBackendEnvironmentCommand = async (input, context) => {
|
|
599
|
-
const b = core.requestBuilder(input, context);
|
|
600
|
-
const headers = {};
|
|
601
|
-
b.bp("/apps/{appId}/backendenvironments/{environmentName}");
|
|
602
|
-
b.p("appId", () => input.appId, "{appId}", false);
|
|
603
|
-
b.p("environmentName", () => input.environmentName, "{environmentName}", false);
|
|
604
|
-
let body;
|
|
605
|
-
b.m("GET").h(headers).b(body);
|
|
606
|
-
return b.build();
|
|
607
|
-
};
|
|
608
|
-
const se_GetBranchCommand = async (input, context) => {
|
|
609
|
-
const b = core.requestBuilder(input, context);
|
|
610
|
-
const headers = {};
|
|
611
|
-
b.bp("/apps/{appId}/branches/{branchName}");
|
|
612
|
-
b.p("appId", () => input.appId, "{appId}", false);
|
|
613
|
-
b.p("branchName", () => input.branchName, "{branchName}", false);
|
|
614
|
-
let body;
|
|
615
|
-
b.m("GET").h(headers).b(body);
|
|
616
|
-
return b.build();
|
|
617
|
-
};
|
|
618
|
-
const se_GetDomainAssociationCommand = async (input, context) => {
|
|
619
|
-
const b = core.requestBuilder(input, context);
|
|
620
|
-
const headers = {};
|
|
621
|
-
b.bp("/apps/{appId}/domains/{domainName}");
|
|
622
|
-
b.p("appId", () => input.appId, "{appId}", false);
|
|
623
|
-
b.p("domainName", () => input.domainName, "{domainName}", false);
|
|
624
|
-
let body;
|
|
625
|
-
b.m("GET").h(headers).b(body);
|
|
626
|
-
return b.build();
|
|
627
|
-
};
|
|
628
|
-
const se_GetJobCommand = async (input, context) => {
|
|
629
|
-
const b = core.requestBuilder(input, context);
|
|
630
|
-
const headers = {};
|
|
631
|
-
b.bp("/apps/{appId}/branches/{branchName}/jobs/{jobId}");
|
|
632
|
-
b.p("appId", () => input.appId, "{appId}", false);
|
|
633
|
-
b.p("branchName", () => input.branchName, "{branchName}", false);
|
|
634
|
-
b.p("jobId", () => input.jobId, "{jobId}", false);
|
|
635
|
-
let body;
|
|
636
|
-
b.m("GET").h(headers).b(body);
|
|
637
|
-
return b.build();
|
|
638
|
-
};
|
|
639
|
-
const se_GetWebhookCommand = async (input, context) => {
|
|
640
|
-
const b = core.requestBuilder(input, context);
|
|
641
|
-
const headers = {};
|
|
642
|
-
b.bp("/webhooks/{webhookId}");
|
|
643
|
-
b.p("webhookId", () => input.webhookId, "{webhookId}", false);
|
|
644
|
-
let body;
|
|
645
|
-
b.m("GET").h(headers).b(body);
|
|
646
|
-
return b.build();
|
|
647
|
-
};
|
|
648
|
-
const se_ListAppsCommand = async (input, context) => {
|
|
649
|
-
const b = core.requestBuilder(input, context);
|
|
650
|
-
const headers = {};
|
|
651
|
-
b.bp("/apps");
|
|
652
|
-
const query = smithyClient.map({
|
|
653
|
-
[_nT]: [, input[_nT]],
|
|
654
|
-
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
655
|
-
});
|
|
656
|
-
let body;
|
|
657
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
658
|
-
return b.build();
|
|
659
|
-
};
|
|
660
|
-
const se_ListArtifactsCommand = async (input, context) => {
|
|
661
|
-
const b = core.requestBuilder(input, context);
|
|
662
|
-
const headers = {};
|
|
663
|
-
b.bp("/apps/{appId}/branches/{branchName}/jobs/{jobId}/artifacts");
|
|
664
|
-
b.p("appId", () => input.appId, "{appId}", false);
|
|
665
|
-
b.p("branchName", () => input.branchName, "{branchName}", false);
|
|
666
|
-
b.p("jobId", () => input.jobId, "{jobId}", false);
|
|
667
|
-
const query = smithyClient.map({
|
|
668
|
-
[_nT]: [, input[_nT]],
|
|
669
|
-
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
670
|
-
});
|
|
671
|
-
let body;
|
|
672
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
673
|
-
return b.build();
|
|
674
|
-
};
|
|
675
|
-
const se_ListBackendEnvironmentsCommand = async (input, context) => {
|
|
676
|
-
const b = core.requestBuilder(input, context);
|
|
677
|
-
const headers = {};
|
|
678
|
-
b.bp("/apps/{appId}/backendenvironments");
|
|
679
|
-
b.p("appId", () => input.appId, "{appId}", false);
|
|
680
|
-
const query = smithyClient.map({
|
|
681
|
-
[_eN]: [, input[_eN]],
|
|
682
|
-
[_nT]: [, input[_nT]],
|
|
683
|
-
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
684
|
-
});
|
|
685
|
-
let body;
|
|
686
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
687
|
-
return b.build();
|
|
688
|
-
};
|
|
689
|
-
const se_ListBranchesCommand = async (input, context) => {
|
|
690
|
-
const b = core.requestBuilder(input, context);
|
|
691
|
-
const headers = {};
|
|
692
|
-
b.bp("/apps/{appId}/branches");
|
|
693
|
-
b.p("appId", () => input.appId, "{appId}", false);
|
|
694
|
-
const query = smithyClient.map({
|
|
695
|
-
[_nT]: [, input[_nT]],
|
|
696
|
-
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
697
|
-
});
|
|
698
|
-
let body;
|
|
699
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
700
|
-
return b.build();
|
|
701
|
-
};
|
|
702
|
-
const se_ListDomainAssociationsCommand = async (input, context) => {
|
|
703
|
-
const b = core.requestBuilder(input, context);
|
|
704
|
-
const headers = {};
|
|
705
|
-
b.bp("/apps/{appId}/domains");
|
|
706
|
-
b.p("appId", () => input.appId, "{appId}", false);
|
|
707
|
-
const query = smithyClient.map({
|
|
708
|
-
[_nT]: [, input[_nT]],
|
|
709
|
-
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
710
|
-
});
|
|
711
|
-
let body;
|
|
712
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
713
|
-
return b.build();
|
|
714
|
-
};
|
|
715
|
-
const se_ListJobsCommand = async (input, context) => {
|
|
716
|
-
const b = core.requestBuilder(input, context);
|
|
717
|
-
const headers = {};
|
|
718
|
-
b.bp("/apps/{appId}/branches/{branchName}/jobs");
|
|
719
|
-
b.p("appId", () => input.appId, "{appId}", false);
|
|
720
|
-
b.p("branchName", () => input.branchName, "{branchName}", false);
|
|
721
|
-
const query = smithyClient.map({
|
|
722
|
-
[_nT]: [, input[_nT]],
|
|
723
|
-
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
724
|
-
});
|
|
725
|
-
let body;
|
|
726
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
727
|
-
return b.build();
|
|
728
|
-
};
|
|
729
|
-
const se_ListTagsForResourceCommand = async (input, context) => {
|
|
730
|
-
const b = core.requestBuilder(input, context);
|
|
731
|
-
const headers = {};
|
|
732
|
-
b.bp("/tags/{resourceArn}");
|
|
733
|
-
b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
|
|
734
|
-
let body;
|
|
735
|
-
b.m("GET").h(headers).b(body);
|
|
736
|
-
return b.build();
|
|
737
|
-
};
|
|
738
|
-
const se_ListWebhooksCommand = async (input, context) => {
|
|
739
|
-
const b = core.requestBuilder(input, context);
|
|
740
|
-
const headers = {};
|
|
741
|
-
b.bp("/apps/{appId}/webhooks");
|
|
742
|
-
b.p("appId", () => input.appId, "{appId}", false);
|
|
743
|
-
const query = smithyClient.map({
|
|
744
|
-
[_nT]: [, input[_nT]],
|
|
745
|
-
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
746
|
-
});
|
|
747
|
-
let body;
|
|
748
|
-
b.m("GET").h(headers).q(query).b(body);
|
|
749
|
-
return b.build();
|
|
750
|
-
};
|
|
751
|
-
const se_StartDeploymentCommand = async (input, context) => {
|
|
752
|
-
const b = core.requestBuilder(input, context);
|
|
753
|
-
const headers = {
|
|
754
|
-
"content-type": "application/json",
|
|
755
|
-
};
|
|
756
|
-
b.bp("/apps/{appId}/branches/{branchName}/deployments/start");
|
|
757
|
-
b.p("appId", () => input.appId, "{appId}", false);
|
|
758
|
-
b.p("branchName", () => input.branchName, "{branchName}", false);
|
|
759
|
-
let body;
|
|
760
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
761
|
-
jobId: [],
|
|
762
|
-
sourceUrl: [],
|
|
763
|
-
sourceUrlType: [],
|
|
764
|
-
}));
|
|
765
|
-
b.m("POST").h(headers).b(body);
|
|
766
|
-
return b.build();
|
|
767
|
-
};
|
|
768
|
-
const se_StartJobCommand = async (input, context) => {
|
|
769
|
-
const b = core.requestBuilder(input, context);
|
|
770
|
-
const headers = {
|
|
771
|
-
"content-type": "application/json",
|
|
772
|
-
};
|
|
773
|
-
b.bp("/apps/{appId}/branches/{branchName}/jobs");
|
|
774
|
-
b.p("appId", () => input.appId, "{appId}", false);
|
|
775
|
-
b.p("branchName", () => input.branchName, "{branchName}", false);
|
|
776
|
-
let body;
|
|
777
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
778
|
-
commitId: [],
|
|
779
|
-
commitMessage: [],
|
|
780
|
-
commitTime: (_) => _.getTime() / 1_000,
|
|
781
|
-
jobId: [],
|
|
782
|
-
jobReason: [],
|
|
783
|
-
jobType: [],
|
|
784
|
-
}));
|
|
785
|
-
b.m("POST").h(headers).b(body);
|
|
786
|
-
return b.build();
|
|
787
|
-
};
|
|
788
|
-
const se_StopJobCommand = async (input, context) => {
|
|
789
|
-
const b = core.requestBuilder(input, context);
|
|
790
|
-
const headers = {};
|
|
791
|
-
b.bp("/apps/{appId}/branches/{branchName}/jobs/{jobId}/stop");
|
|
792
|
-
b.p("appId", () => input.appId, "{appId}", false);
|
|
793
|
-
b.p("branchName", () => input.branchName, "{branchName}", false);
|
|
794
|
-
b.p("jobId", () => input.jobId, "{jobId}", false);
|
|
795
|
-
let body;
|
|
796
|
-
b.m("DELETE").h(headers).b(body);
|
|
797
|
-
return b.build();
|
|
798
|
-
};
|
|
799
|
-
const se_TagResourceCommand = async (input, context) => {
|
|
800
|
-
const b = core.requestBuilder(input, context);
|
|
801
|
-
const headers = {
|
|
802
|
-
"content-type": "application/json",
|
|
803
|
-
};
|
|
804
|
-
b.bp("/tags/{resourceArn}");
|
|
805
|
-
b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
|
|
806
|
-
let body;
|
|
807
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
808
|
-
tags: (_) => smithyClient._json(_),
|
|
809
|
-
}));
|
|
810
|
-
b.m("POST").h(headers).b(body);
|
|
811
|
-
return b.build();
|
|
812
|
-
};
|
|
813
|
-
const se_UntagResourceCommand = async (input, context) => {
|
|
814
|
-
const b = core.requestBuilder(input, context);
|
|
815
|
-
const headers = {};
|
|
816
|
-
b.bp("/tags/{resourceArn}");
|
|
817
|
-
b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
|
|
818
|
-
const query = smithyClient.map({
|
|
819
|
-
[_tK]: [smithyClient.expectNonNull(input.tagKeys, `tagKeys`) != null, () => input[_tK] || []],
|
|
820
|
-
});
|
|
821
|
-
let body;
|
|
822
|
-
b.m("DELETE").h(headers).q(query).b(body);
|
|
823
|
-
return b.build();
|
|
824
|
-
};
|
|
825
|
-
const se_UpdateAppCommand = async (input, context) => {
|
|
826
|
-
const b = core.requestBuilder(input, context);
|
|
827
|
-
const headers = {
|
|
828
|
-
"content-type": "application/json",
|
|
829
|
-
};
|
|
830
|
-
b.bp("/apps/{appId}");
|
|
831
|
-
b.p("appId", () => input.appId, "{appId}", false);
|
|
832
|
-
let body;
|
|
833
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
834
|
-
accessToken: [],
|
|
835
|
-
autoBranchCreationConfig: (_) => smithyClient._json(_),
|
|
836
|
-
autoBranchCreationPatterns: (_) => smithyClient._json(_),
|
|
837
|
-
basicAuthCredentials: [],
|
|
838
|
-
buildSpec: [],
|
|
839
|
-
cacheConfig: (_) => smithyClient._json(_),
|
|
840
|
-
computeRoleArn: [],
|
|
841
|
-
customHeaders: [],
|
|
842
|
-
customRules: (_) => smithyClient._json(_),
|
|
843
|
-
description: [],
|
|
844
|
-
enableAutoBranchCreation: [],
|
|
845
|
-
enableBasicAuth: [],
|
|
846
|
-
enableBranchAutoBuild: [],
|
|
847
|
-
enableBranchAutoDeletion: [],
|
|
848
|
-
environmentVariables: (_) => smithyClient._json(_),
|
|
849
|
-
iamServiceRoleArn: [],
|
|
850
|
-
jobConfig: (_) => smithyClient._json(_),
|
|
851
|
-
name: [],
|
|
852
|
-
oauthToken: [],
|
|
853
|
-
platform: [],
|
|
854
|
-
repository: [],
|
|
855
|
-
}));
|
|
856
|
-
b.m("POST").h(headers).b(body);
|
|
857
|
-
return b.build();
|
|
858
|
-
};
|
|
859
|
-
const se_UpdateBranchCommand = async (input, context) => {
|
|
860
|
-
const b = core.requestBuilder(input, context);
|
|
861
|
-
const headers = {
|
|
862
|
-
"content-type": "application/json",
|
|
863
|
-
};
|
|
864
|
-
b.bp("/apps/{appId}/branches/{branchName}");
|
|
865
|
-
b.p("appId", () => input.appId, "{appId}", false);
|
|
866
|
-
b.p("branchName", () => input.branchName, "{branchName}", false);
|
|
867
|
-
let body;
|
|
868
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
869
|
-
backend: (_) => smithyClient._json(_),
|
|
870
|
-
backendEnvironmentArn: [],
|
|
871
|
-
basicAuthCredentials: [],
|
|
872
|
-
buildSpec: [],
|
|
873
|
-
computeRoleArn: [],
|
|
874
|
-
description: [],
|
|
875
|
-
displayName: [],
|
|
876
|
-
enableAutoBuild: [],
|
|
877
|
-
enableBasicAuth: [],
|
|
878
|
-
enableNotification: [],
|
|
879
|
-
enablePerformanceMode: [],
|
|
880
|
-
enablePullRequestPreview: [],
|
|
881
|
-
enableSkewProtection: [],
|
|
882
|
-
environmentVariables: (_) => smithyClient._json(_),
|
|
883
|
-
framework: [],
|
|
884
|
-
pullRequestEnvironmentName: [],
|
|
885
|
-
stage: [],
|
|
886
|
-
ttl: [],
|
|
887
|
-
}));
|
|
888
|
-
b.m("POST").h(headers).b(body);
|
|
889
|
-
return b.build();
|
|
890
|
-
};
|
|
891
|
-
const se_UpdateDomainAssociationCommand = async (input, context) => {
|
|
892
|
-
const b = core.requestBuilder(input, context);
|
|
893
|
-
const headers = {
|
|
894
|
-
"content-type": "application/json",
|
|
895
|
-
};
|
|
896
|
-
b.bp("/apps/{appId}/domains/{domainName}");
|
|
897
|
-
b.p("appId", () => input.appId, "{appId}", false);
|
|
898
|
-
b.p("domainName", () => input.domainName, "{domainName}", false);
|
|
899
|
-
let body;
|
|
900
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
901
|
-
autoSubDomainCreationPatterns: (_) => smithyClient._json(_),
|
|
902
|
-
autoSubDomainIAMRole: [],
|
|
903
|
-
certificateSettings: (_) => smithyClient._json(_),
|
|
904
|
-
enableAutoSubDomain: [],
|
|
905
|
-
subDomainSettings: (_) => smithyClient._json(_),
|
|
906
|
-
}));
|
|
907
|
-
b.m("POST").h(headers).b(body);
|
|
908
|
-
return b.build();
|
|
909
|
-
};
|
|
910
|
-
const se_UpdateWebhookCommand = async (input, context) => {
|
|
911
|
-
const b = core.requestBuilder(input, context);
|
|
912
|
-
const headers = {
|
|
913
|
-
"content-type": "application/json",
|
|
914
|
-
};
|
|
915
|
-
b.bp("/webhooks/{webhookId}");
|
|
916
|
-
b.p("webhookId", () => input.webhookId, "{webhookId}", false);
|
|
917
|
-
let body;
|
|
918
|
-
body = JSON.stringify(smithyClient.take(input, {
|
|
919
|
-
branchName: [],
|
|
920
|
-
description: [],
|
|
921
|
-
}));
|
|
922
|
-
b.m("POST").h(headers).b(body);
|
|
923
|
-
return b.build();
|
|
924
|
-
};
|
|
925
|
-
const de_CreateAppCommand = async (output, context) => {
|
|
926
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
927
|
-
return de_CommandError(output, context);
|
|
928
|
-
}
|
|
929
|
-
const contents = smithyClient.map({
|
|
930
|
-
$metadata: deserializeMetadata(output),
|
|
931
|
-
});
|
|
932
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
933
|
-
const doc = smithyClient.take(data, {
|
|
934
|
-
app: (_) => de_App(_),
|
|
935
|
-
});
|
|
936
|
-
Object.assign(contents, doc);
|
|
937
|
-
return contents;
|
|
938
|
-
};
|
|
939
|
-
const de_CreateBackendEnvironmentCommand = async (output, context) => {
|
|
940
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
941
|
-
return de_CommandError(output, context);
|
|
942
|
-
}
|
|
943
|
-
const contents = smithyClient.map({
|
|
944
|
-
$metadata: deserializeMetadata(output),
|
|
945
|
-
});
|
|
946
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
947
|
-
const doc = smithyClient.take(data, {
|
|
948
|
-
backendEnvironment: (_) => de_BackendEnvironment(_),
|
|
949
|
-
});
|
|
950
|
-
Object.assign(contents, doc);
|
|
951
|
-
return contents;
|
|
952
|
-
};
|
|
953
|
-
const de_CreateBranchCommand = async (output, context) => {
|
|
954
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
955
|
-
return de_CommandError(output, context);
|
|
956
|
-
}
|
|
957
|
-
const contents = smithyClient.map({
|
|
958
|
-
$metadata: deserializeMetadata(output),
|
|
959
|
-
});
|
|
960
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
961
|
-
const doc = smithyClient.take(data, {
|
|
962
|
-
branch: (_) => de_Branch(_),
|
|
963
|
-
});
|
|
964
|
-
Object.assign(contents, doc);
|
|
965
|
-
return contents;
|
|
966
283
|
};
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
const
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
const
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
const
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
const
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
const
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
const
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
const
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
const
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
const
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
const
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
const
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
const
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
const
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
const
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
const
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
}
|
|
1184
|
-
const contents = smithyClient.map({
|
|
1185
|
-
$metadata: deserializeMetadata(output),
|
|
1186
|
-
});
|
|
1187
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1188
|
-
const doc = smithyClient.take(data, {
|
|
1189
|
-
job: (_) => de_Job(_),
|
|
1190
|
-
});
|
|
1191
|
-
Object.assign(contents, doc);
|
|
1192
|
-
return contents;
|
|
1193
|
-
};
|
|
1194
|
-
const de_GetWebhookCommand = async (output, context) => {
|
|
1195
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1196
|
-
return de_CommandError(output, context);
|
|
1197
|
-
}
|
|
1198
|
-
const contents = smithyClient.map({
|
|
1199
|
-
$metadata: deserializeMetadata(output),
|
|
1200
|
-
});
|
|
1201
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1202
|
-
const doc = smithyClient.take(data, {
|
|
1203
|
-
webhook: (_) => de_Webhook(_),
|
|
1204
|
-
});
|
|
1205
|
-
Object.assign(contents, doc);
|
|
1206
|
-
return contents;
|
|
1207
|
-
};
|
|
1208
|
-
const de_ListAppsCommand = async (output, context) => {
|
|
1209
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1210
|
-
return de_CommandError(output, context);
|
|
1211
|
-
}
|
|
1212
|
-
const contents = smithyClient.map({
|
|
1213
|
-
$metadata: deserializeMetadata(output),
|
|
1214
|
-
});
|
|
1215
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1216
|
-
const doc = smithyClient.take(data, {
|
|
1217
|
-
apps: (_) => de_Apps(_),
|
|
1218
|
-
nextToken: smithyClient.expectString,
|
|
1219
|
-
});
|
|
1220
|
-
Object.assign(contents, doc);
|
|
1221
|
-
return contents;
|
|
1222
|
-
};
|
|
1223
|
-
const de_ListArtifactsCommand = async (output, context) => {
|
|
1224
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1225
|
-
return de_CommandError(output, context);
|
|
1226
|
-
}
|
|
1227
|
-
const contents = smithyClient.map({
|
|
1228
|
-
$metadata: deserializeMetadata(output),
|
|
1229
|
-
});
|
|
1230
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1231
|
-
const doc = smithyClient.take(data, {
|
|
1232
|
-
artifacts: smithyClient._json,
|
|
1233
|
-
nextToken: smithyClient.expectString,
|
|
1234
|
-
});
|
|
1235
|
-
Object.assign(contents, doc);
|
|
1236
|
-
return contents;
|
|
1237
|
-
};
|
|
1238
|
-
const de_ListBackendEnvironmentsCommand = async (output, context) => {
|
|
1239
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1240
|
-
return de_CommandError(output, context);
|
|
1241
|
-
}
|
|
1242
|
-
const contents = smithyClient.map({
|
|
1243
|
-
$metadata: deserializeMetadata(output),
|
|
1244
|
-
});
|
|
1245
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1246
|
-
const doc = smithyClient.take(data, {
|
|
1247
|
-
backendEnvironments: (_) => de_BackendEnvironments(_),
|
|
1248
|
-
nextToken: smithyClient.expectString,
|
|
1249
|
-
});
|
|
1250
|
-
Object.assign(contents, doc);
|
|
1251
|
-
return contents;
|
|
1252
|
-
};
|
|
1253
|
-
const de_ListBranchesCommand = async (output, context) => {
|
|
1254
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1255
|
-
return de_CommandError(output, context);
|
|
1256
|
-
}
|
|
1257
|
-
const contents = smithyClient.map({
|
|
1258
|
-
$metadata: deserializeMetadata(output),
|
|
1259
|
-
});
|
|
1260
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1261
|
-
const doc = smithyClient.take(data, {
|
|
1262
|
-
branches: (_) => de_Branches(_),
|
|
1263
|
-
nextToken: smithyClient.expectString,
|
|
1264
|
-
});
|
|
1265
|
-
Object.assign(contents, doc);
|
|
1266
|
-
return contents;
|
|
1267
|
-
};
|
|
1268
|
-
const de_ListDomainAssociationsCommand = async (output, context) => {
|
|
1269
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1270
|
-
return de_CommandError(output, context);
|
|
1271
|
-
}
|
|
1272
|
-
const contents = smithyClient.map({
|
|
1273
|
-
$metadata: deserializeMetadata(output),
|
|
1274
|
-
});
|
|
1275
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1276
|
-
const doc = smithyClient.take(data, {
|
|
1277
|
-
domainAssociations: smithyClient._json,
|
|
1278
|
-
nextToken: smithyClient.expectString,
|
|
1279
|
-
});
|
|
1280
|
-
Object.assign(contents, doc);
|
|
1281
|
-
return contents;
|
|
1282
|
-
};
|
|
1283
|
-
const de_ListJobsCommand = async (output, context) => {
|
|
1284
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1285
|
-
return de_CommandError(output, context);
|
|
1286
|
-
}
|
|
1287
|
-
const contents = smithyClient.map({
|
|
1288
|
-
$metadata: deserializeMetadata(output),
|
|
1289
|
-
});
|
|
1290
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1291
|
-
const doc = smithyClient.take(data, {
|
|
1292
|
-
jobSummaries: (_) => de_JobSummaries(_),
|
|
1293
|
-
nextToken: smithyClient.expectString,
|
|
1294
|
-
});
|
|
1295
|
-
Object.assign(contents, doc);
|
|
1296
|
-
return contents;
|
|
1297
|
-
};
|
|
1298
|
-
const de_ListTagsForResourceCommand = async (output, context) => {
|
|
1299
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1300
|
-
return de_CommandError(output, context);
|
|
1301
|
-
}
|
|
1302
|
-
const contents = smithyClient.map({
|
|
1303
|
-
$metadata: deserializeMetadata(output),
|
|
1304
|
-
});
|
|
1305
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1306
|
-
const doc = smithyClient.take(data, {
|
|
1307
|
-
tags: smithyClient._json,
|
|
1308
|
-
});
|
|
1309
|
-
Object.assign(contents, doc);
|
|
1310
|
-
return contents;
|
|
1311
|
-
};
|
|
1312
|
-
const de_ListWebhooksCommand = async (output, context) => {
|
|
1313
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1314
|
-
return de_CommandError(output, context);
|
|
1315
|
-
}
|
|
1316
|
-
const contents = smithyClient.map({
|
|
1317
|
-
$metadata: deserializeMetadata(output),
|
|
1318
|
-
});
|
|
1319
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1320
|
-
const doc = smithyClient.take(data, {
|
|
1321
|
-
nextToken: smithyClient.expectString,
|
|
1322
|
-
webhooks: (_) => de_Webhooks(_),
|
|
1323
|
-
});
|
|
1324
|
-
Object.assign(contents, doc);
|
|
1325
|
-
return contents;
|
|
1326
|
-
};
|
|
1327
|
-
const de_StartDeploymentCommand = async (output, context) => {
|
|
1328
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1329
|
-
return de_CommandError(output, context);
|
|
1330
|
-
}
|
|
1331
|
-
const contents = smithyClient.map({
|
|
1332
|
-
$metadata: deserializeMetadata(output),
|
|
1333
|
-
});
|
|
1334
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1335
|
-
const doc = smithyClient.take(data, {
|
|
1336
|
-
jobSummary: (_) => de_JobSummary(_),
|
|
1337
|
-
});
|
|
1338
|
-
Object.assign(contents, doc);
|
|
1339
|
-
return contents;
|
|
1340
|
-
};
|
|
1341
|
-
const de_StartJobCommand = async (output, context) => {
|
|
1342
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1343
|
-
return de_CommandError(output, context);
|
|
1344
|
-
}
|
|
1345
|
-
const contents = smithyClient.map({
|
|
1346
|
-
$metadata: deserializeMetadata(output),
|
|
1347
|
-
});
|
|
1348
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1349
|
-
const doc = smithyClient.take(data, {
|
|
1350
|
-
jobSummary: (_) => de_JobSummary(_),
|
|
1351
|
-
});
|
|
1352
|
-
Object.assign(contents, doc);
|
|
1353
|
-
return contents;
|
|
1354
|
-
};
|
|
1355
|
-
const de_StopJobCommand = async (output, context) => {
|
|
1356
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1357
|
-
return de_CommandError(output, context);
|
|
1358
|
-
}
|
|
1359
|
-
const contents = smithyClient.map({
|
|
1360
|
-
$metadata: deserializeMetadata(output),
|
|
1361
|
-
});
|
|
1362
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1363
|
-
const doc = smithyClient.take(data, {
|
|
1364
|
-
jobSummary: (_) => de_JobSummary(_),
|
|
1365
|
-
});
|
|
1366
|
-
Object.assign(contents, doc);
|
|
1367
|
-
return contents;
|
|
1368
|
-
};
|
|
1369
|
-
const de_TagResourceCommand = async (output, context) => {
|
|
1370
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1371
|
-
return de_CommandError(output, context);
|
|
1372
|
-
}
|
|
1373
|
-
const contents = smithyClient.map({
|
|
1374
|
-
$metadata: deserializeMetadata(output),
|
|
1375
|
-
});
|
|
1376
|
-
await smithyClient.collectBody(output.body, context);
|
|
1377
|
-
return contents;
|
|
1378
|
-
};
|
|
1379
|
-
const de_UntagResourceCommand = async (output, context) => {
|
|
1380
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1381
|
-
return de_CommandError(output, context);
|
|
1382
|
-
}
|
|
1383
|
-
const contents = smithyClient.map({
|
|
1384
|
-
$metadata: deserializeMetadata(output),
|
|
1385
|
-
});
|
|
1386
|
-
await smithyClient.collectBody(output.body, context);
|
|
1387
|
-
return contents;
|
|
1388
|
-
};
|
|
1389
|
-
const de_UpdateAppCommand = async (output, context) => {
|
|
1390
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1391
|
-
return de_CommandError(output, context);
|
|
1392
|
-
}
|
|
1393
|
-
const contents = smithyClient.map({
|
|
1394
|
-
$metadata: deserializeMetadata(output),
|
|
1395
|
-
});
|
|
1396
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1397
|
-
const doc = smithyClient.take(data, {
|
|
1398
|
-
app: (_) => de_App(_),
|
|
1399
|
-
});
|
|
1400
|
-
Object.assign(contents, doc);
|
|
1401
|
-
return contents;
|
|
1402
|
-
};
|
|
1403
|
-
const de_UpdateBranchCommand = async (output, context) => {
|
|
1404
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1405
|
-
return de_CommandError(output, context);
|
|
1406
|
-
}
|
|
1407
|
-
const contents = smithyClient.map({
|
|
1408
|
-
$metadata: deserializeMetadata(output),
|
|
1409
|
-
});
|
|
1410
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1411
|
-
const doc = smithyClient.take(data, {
|
|
1412
|
-
branch: (_) => de_Branch(_),
|
|
1413
|
-
});
|
|
1414
|
-
Object.assign(contents, doc);
|
|
1415
|
-
return contents;
|
|
1416
|
-
};
|
|
1417
|
-
const de_UpdateDomainAssociationCommand = async (output, context) => {
|
|
1418
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1419
|
-
return de_CommandError(output, context);
|
|
1420
|
-
}
|
|
1421
|
-
const contents = smithyClient.map({
|
|
1422
|
-
$metadata: deserializeMetadata(output),
|
|
1423
|
-
});
|
|
1424
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1425
|
-
const doc = smithyClient.take(data, {
|
|
1426
|
-
domainAssociation: smithyClient._json,
|
|
1427
|
-
});
|
|
1428
|
-
Object.assign(contents, doc);
|
|
1429
|
-
return contents;
|
|
1430
|
-
};
|
|
1431
|
-
const de_UpdateWebhookCommand = async (output, context) => {
|
|
1432
|
-
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1433
|
-
return de_CommandError(output, context);
|
|
1434
|
-
}
|
|
1435
|
-
const contents = smithyClient.map({
|
|
1436
|
-
$metadata: deserializeMetadata(output),
|
|
1437
|
-
});
|
|
1438
|
-
const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
|
|
1439
|
-
const doc = smithyClient.take(data, {
|
|
1440
|
-
webhook: (_) => de_Webhook(_),
|
|
1441
|
-
});
|
|
1442
|
-
Object.assign(contents, doc);
|
|
1443
|
-
return contents;
|
|
1444
|
-
};
|
|
1445
|
-
const de_CommandError = async (output, context) => {
|
|
1446
|
-
const parsedOutput = {
|
|
1447
|
-
...output,
|
|
1448
|
-
body: await core$1.parseJsonErrorBody(output.body, context),
|
|
1449
|
-
};
|
|
1450
|
-
const errorCode = core$1.loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1451
|
-
switch (errorCode) {
|
|
1452
|
-
case "BadRequestException":
|
|
1453
|
-
case "com.amazonaws.amplify#BadRequestException":
|
|
1454
|
-
throw await de_BadRequestExceptionRes(parsedOutput);
|
|
1455
|
-
case "DependentServiceFailureException":
|
|
1456
|
-
case "com.amazonaws.amplify#DependentServiceFailureException":
|
|
1457
|
-
throw await de_DependentServiceFailureExceptionRes(parsedOutput);
|
|
1458
|
-
case "InternalFailureException":
|
|
1459
|
-
case "com.amazonaws.amplify#InternalFailureException":
|
|
1460
|
-
throw await de_InternalFailureExceptionRes(parsedOutput);
|
|
1461
|
-
case "LimitExceededException":
|
|
1462
|
-
case "com.amazonaws.amplify#LimitExceededException":
|
|
1463
|
-
throw await de_LimitExceededExceptionRes(parsedOutput);
|
|
1464
|
-
case "UnauthorizedException":
|
|
1465
|
-
case "com.amazonaws.amplify#UnauthorizedException":
|
|
1466
|
-
throw await de_UnauthorizedExceptionRes(parsedOutput);
|
|
1467
|
-
case "NotFoundException":
|
|
1468
|
-
case "com.amazonaws.amplify#NotFoundException":
|
|
1469
|
-
throw await de_NotFoundExceptionRes(parsedOutput);
|
|
1470
|
-
case "ResourceNotFoundException":
|
|
1471
|
-
case "com.amazonaws.amplify#ResourceNotFoundException":
|
|
1472
|
-
throw await de_ResourceNotFoundExceptionRes(parsedOutput);
|
|
1473
|
-
default:
|
|
1474
|
-
const parsedBody = parsedOutput.body;
|
|
1475
|
-
return throwDefaultError({
|
|
1476
|
-
output,
|
|
1477
|
-
parsedBody,
|
|
1478
|
-
errorCode,
|
|
1479
|
-
});
|
|
1480
|
-
}
|
|
1481
|
-
};
|
|
1482
|
-
const throwDefaultError = smithyClient.withBaseException(AmplifyServiceException);
|
|
1483
|
-
const de_BadRequestExceptionRes = async (parsedOutput, context) => {
|
|
1484
|
-
const contents = smithyClient.map({});
|
|
1485
|
-
const data = parsedOutput.body;
|
|
1486
|
-
const doc = smithyClient.take(data, {
|
|
1487
|
-
message: smithyClient.expectString,
|
|
1488
|
-
});
|
|
1489
|
-
Object.assign(contents, doc);
|
|
1490
|
-
const exception = new BadRequestException({
|
|
1491
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1492
|
-
...contents,
|
|
1493
|
-
});
|
|
1494
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1495
|
-
};
|
|
1496
|
-
const de_DependentServiceFailureExceptionRes = async (parsedOutput, context) => {
|
|
1497
|
-
const contents = smithyClient.map({});
|
|
1498
|
-
const data = parsedOutput.body;
|
|
1499
|
-
const doc = smithyClient.take(data, {
|
|
1500
|
-
message: smithyClient.expectString,
|
|
1501
|
-
});
|
|
1502
|
-
Object.assign(contents, doc);
|
|
1503
|
-
const exception = new DependentServiceFailureException({
|
|
1504
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1505
|
-
...contents,
|
|
1506
|
-
});
|
|
1507
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1508
|
-
};
|
|
1509
|
-
const de_InternalFailureExceptionRes = async (parsedOutput, context) => {
|
|
1510
|
-
const contents = smithyClient.map({});
|
|
1511
|
-
const data = parsedOutput.body;
|
|
1512
|
-
const doc = smithyClient.take(data, {
|
|
1513
|
-
message: smithyClient.expectString,
|
|
1514
|
-
});
|
|
1515
|
-
Object.assign(contents, doc);
|
|
1516
|
-
const exception = new InternalFailureException({
|
|
1517
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1518
|
-
...contents,
|
|
1519
|
-
});
|
|
1520
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1521
|
-
};
|
|
1522
|
-
const de_LimitExceededExceptionRes = async (parsedOutput, context) => {
|
|
1523
|
-
const contents = smithyClient.map({});
|
|
1524
|
-
const data = parsedOutput.body;
|
|
1525
|
-
const doc = smithyClient.take(data, {
|
|
1526
|
-
message: smithyClient.expectString,
|
|
1527
|
-
});
|
|
1528
|
-
Object.assign(contents, doc);
|
|
1529
|
-
const exception = new LimitExceededException({
|
|
1530
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1531
|
-
...contents,
|
|
1532
|
-
});
|
|
1533
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1534
|
-
};
|
|
1535
|
-
const de_NotFoundExceptionRes = async (parsedOutput, context) => {
|
|
1536
|
-
const contents = smithyClient.map({});
|
|
1537
|
-
const data = parsedOutput.body;
|
|
1538
|
-
const doc = smithyClient.take(data, {
|
|
1539
|
-
message: smithyClient.expectString,
|
|
1540
|
-
});
|
|
1541
|
-
Object.assign(contents, doc);
|
|
1542
|
-
const exception = new NotFoundException({
|
|
1543
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1544
|
-
...contents,
|
|
1545
|
-
});
|
|
1546
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1547
|
-
};
|
|
1548
|
-
const de_ResourceNotFoundExceptionRes = async (parsedOutput, context) => {
|
|
1549
|
-
const contents = smithyClient.map({});
|
|
1550
|
-
const data = parsedOutput.body;
|
|
1551
|
-
const doc = smithyClient.take(data, {
|
|
1552
|
-
code: smithyClient.expectString,
|
|
1553
|
-
message: smithyClient.expectString,
|
|
1554
|
-
});
|
|
1555
|
-
Object.assign(contents, doc);
|
|
1556
|
-
const exception = new ResourceNotFoundException({
|
|
1557
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1558
|
-
...contents,
|
|
1559
|
-
});
|
|
1560
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1561
|
-
};
|
|
1562
|
-
const de_UnauthorizedExceptionRes = async (parsedOutput, context) => {
|
|
1563
|
-
const contents = smithyClient.map({});
|
|
1564
|
-
const data = parsedOutput.body;
|
|
1565
|
-
const doc = smithyClient.take(data, {
|
|
1566
|
-
message: smithyClient.expectString,
|
|
1567
|
-
});
|
|
1568
|
-
Object.assign(contents, doc);
|
|
1569
|
-
const exception = new UnauthorizedException({
|
|
1570
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
1571
|
-
...contents,
|
|
1572
|
-
});
|
|
1573
|
-
return smithyClient.decorateServiceException(exception, parsedOutput.body);
|
|
1574
|
-
};
|
|
1575
|
-
const de_App = (output, context) => {
|
|
1576
|
-
return smithyClient.take(output, {
|
|
1577
|
-
appArn: smithyClient.expectString,
|
|
1578
|
-
appId: smithyClient.expectString,
|
|
1579
|
-
autoBranchCreationConfig: smithyClient._json,
|
|
1580
|
-
autoBranchCreationPatterns: smithyClient._json,
|
|
1581
|
-
basicAuthCredentials: smithyClient.expectString,
|
|
1582
|
-
buildSpec: smithyClient.expectString,
|
|
1583
|
-
cacheConfig: smithyClient._json,
|
|
1584
|
-
computeRoleArn: smithyClient.expectString,
|
|
1585
|
-
createTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1586
|
-
customHeaders: smithyClient.expectString,
|
|
1587
|
-
customRules: smithyClient._json,
|
|
1588
|
-
defaultDomain: smithyClient.expectString,
|
|
1589
|
-
description: smithyClient.expectString,
|
|
1590
|
-
enableAutoBranchCreation: smithyClient.expectBoolean,
|
|
1591
|
-
enableBasicAuth: smithyClient.expectBoolean,
|
|
1592
|
-
enableBranchAutoBuild: smithyClient.expectBoolean,
|
|
1593
|
-
enableBranchAutoDeletion: smithyClient.expectBoolean,
|
|
1594
|
-
environmentVariables: smithyClient._json,
|
|
1595
|
-
iamServiceRoleArn: smithyClient.expectString,
|
|
1596
|
-
jobConfig: smithyClient._json,
|
|
1597
|
-
name: smithyClient.expectString,
|
|
1598
|
-
platform: smithyClient.expectString,
|
|
1599
|
-
productionBranch: (_) => de_ProductionBranch(_),
|
|
1600
|
-
repository: smithyClient.expectString,
|
|
1601
|
-
repositoryCloneMethod: smithyClient.expectString,
|
|
1602
|
-
tags: smithyClient._json,
|
|
1603
|
-
updateTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1604
|
-
wafConfiguration: smithyClient._json,
|
|
1605
|
-
webhookCreateTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1606
|
-
});
|
|
1607
|
-
};
|
|
1608
|
-
const de_Apps = (output, context) => {
|
|
1609
|
-
const retVal = (output || [])
|
|
1610
|
-
.filter((e) => e != null)
|
|
1611
|
-
.map((entry) => {
|
|
1612
|
-
return de_App(entry);
|
|
1613
|
-
});
|
|
1614
|
-
return retVal;
|
|
1615
|
-
};
|
|
1616
|
-
const de_BackendEnvironment = (output, context) => {
|
|
1617
|
-
return smithyClient.take(output, {
|
|
1618
|
-
backendEnvironmentArn: smithyClient.expectString,
|
|
1619
|
-
createTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1620
|
-
deploymentArtifacts: smithyClient.expectString,
|
|
1621
|
-
environmentName: smithyClient.expectString,
|
|
1622
|
-
stackName: smithyClient.expectString,
|
|
1623
|
-
updateTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1624
|
-
});
|
|
1625
|
-
};
|
|
1626
|
-
const de_BackendEnvironments = (output, context) => {
|
|
1627
|
-
const retVal = (output || [])
|
|
1628
|
-
.filter((e) => e != null)
|
|
1629
|
-
.map((entry) => {
|
|
1630
|
-
return de_BackendEnvironment(entry);
|
|
1631
|
-
});
|
|
1632
|
-
return retVal;
|
|
1633
|
-
};
|
|
1634
|
-
const de_Branch = (output, context) => {
|
|
1635
|
-
return smithyClient.take(output, {
|
|
1636
|
-
activeJobId: smithyClient.expectString,
|
|
1637
|
-
associatedResources: smithyClient._json,
|
|
1638
|
-
backend: smithyClient._json,
|
|
1639
|
-
backendEnvironmentArn: smithyClient.expectString,
|
|
1640
|
-
basicAuthCredentials: smithyClient.expectString,
|
|
1641
|
-
branchArn: smithyClient.expectString,
|
|
1642
|
-
branchName: smithyClient.expectString,
|
|
1643
|
-
buildSpec: smithyClient.expectString,
|
|
1644
|
-
computeRoleArn: smithyClient.expectString,
|
|
1645
|
-
createTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1646
|
-
customDomains: smithyClient._json,
|
|
1647
|
-
description: smithyClient.expectString,
|
|
1648
|
-
destinationBranch: smithyClient.expectString,
|
|
1649
|
-
displayName: smithyClient.expectString,
|
|
1650
|
-
enableAutoBuild: smithyClient.expectBoolean,
|
|
1651
|
-
enableBasicAuth: smithyClient.expectBoolean,
|
|
1652
|
-
enableNotification: smithyClient.expectBoolean,
|
|
1653
|
-
enablePerformanceMode: smithyClient.expectBoolean,
|
|
1654
|
-
enablePullRequestPreview: smithyClient.expectBoolean,
|
|
1655
|
-
enableSkewProtection: smithyClient.expectBoolean,
|
|
1656
|
-
environmentVariables: smithyClient._json,
|
|
1657
|
-
framework: smithyClient.expectString,
|
|
1658
|
-
pullRequestEnvironmentName: smithyClient.expectString,
|
|
1659
|
-
sourceBranch: smithyClient.expectString,
|
|
1660
|
-
stage: smithyClient.expectString,
|
|
1661
|
-
tags: smithyClient._json,
|
|
1662
|
-
thumbnailUrl: smithyClient.expectString,
|
|
1663
|
-
totalNumberOfJobs: smithyClient.expectString,
|
|
1664
|
-
ttl: smithyClient.expectString,
|
|
1665
|
-
updateTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1666
|
-
});
|
|
1667
|
-
};
|
|
1668
|
-
const de_Branches = (output, context) => {
|
|
1669
|
-
const retVal = (output || [])
|
|
1670
|
-
.filter((e) => e != null)
|
|
1671
|
-
.map((entry) => {
|
|
1672
|
-
return de_Branch(entry);
|
|
1673
|
-
});
|
|
1674
|
-
return retVal;
|
|
1675
|
-
};
|
|
1676
|
-
const de_Job = (output, context) => {
|
|
1677
|
-
return smithyClient.take(output, {
|
|
1678
|
-
steps: (_) => de_Steps(_),
|
|
1679
|
-
summary: (_) => de_JobSummary(_),
|
|
1680
|
-
});
|
|
1681
|
-
};
|
|
1682
|
-
const de_JobSummaries = (output, context) => {
|
|
1683
|
-
const retVal = (output || [])
|
|
1684
|
-
.filter((e) => e != null)
|
|
1685
|
-
.map((entry) => {
|
|
1686
|
-
return de_JobSummary(entry);
|
|
1687
|
-
});
|
|
1688
|
-
return retVal;
|
|
1689
|
-
};
|
|
1690
|
-
const de_JobSummary = (output, context) => {
|
|
1691
|
-
return smithyClient.take(output, {
|
|
1692
|
-
commitId: smithyClient.expectString,
|
|
1693
|
-
commitMessage: smithyClient.expectString,
|
|
1694
|
-
commitTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1695
|
-
endTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1696
|
-
jobArn: smithyClient.expectString,
|
|
1697
|
-
jobId: smithyClient.expectString,
|
|
1698
|
-
jobType: smithyClient.expectString,
|
|
1699
|
-
sourceUrl: smithyClient.expectString,
|
|
1700
|
-
sourceUrlType: smithyClient.expectString,
|
|
1701
|
-
startTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1702
|
-
status: smithyClient.expectString,
|
|
1703
|
-
});
|
|
1704
|
-
};
|
|
1705
|
-
const de_ProductionBranch = (output, context) => {
|
|
1706
|
-
return smithyClient.take(output, {
|
|
1707
|
-
branchName: smithyClient.expectString,
|
|
1708
|
-
lastDeployTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1709
|
-
status: smithyClient.expectString,
|
|
1710
|
-
thumbnailUrl: smithyClient.expectString,
|
|
1711
|
-
});
|
|
1712
|
-
};
|
|
1713
|
-
const de_Step = (output, context) => {
|
|
1714
|
-
return smithyClient.take(output, {
|
|
1715
|
-
artifactsUrl: smithyClient.expectString,
|
|
1716
|
-
context: smithyClient.expectString,
|
|
1717
|
-
endTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1718
|
-
logUrl: smithyClient.expectString,
|
|
1719
|
-
screenshots: smithyClient._json,
|
|
1720
|
-
startTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1721
|
-
status: smithyClient.expectString,
|
|
1722
|
-
statusReason: smithyClient.expectString,
|
|
1723
|
-
stepName: smithyClient.expectString,
|
|
1724
|
-
testArtifactsUrl: smithyClient.expectString,
|
|
1725
|
-
testConfigUrl: smithyClient.expectString,
|
|
1726
|
-
});
|
|
1727
|
-
};
|
|
1728
|
-
const de_Steps = (output, context) => {
|
|
1729
|
-
const retVal = (output || [])
|
|
1730
|
-
.filter((e) => e != null)
|
|
1731
|
-
.map((entry) => {
|
|
1732
|
-
return de_Step(entry);
|
|
1733
|
-
});
|
|
1734
|
-
return retVal;
|
|
1735
|
-
};
|
|
1736
|
-
const de_Webhook = (output, context) => {
|
|
1737
|
-
return smithyClient.take(output, {
|
|
1738
|
-
appId: smithyClient.expectString,
|
|
1739
|
-
branchName: smithyClient.expectString,
|
|
1740
|
-
createTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1741
|
-
description: smithyClient.expectString,
|
|
1742
|
-
updateTime: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
|
|
1743
|
-
webhookArn: smithyClient.expectString,
|
|
1744
|
-
webhookId: smithyClient.expectString,
|
|
1745
|
-
webhookUrl: smithyClient.expectString,
|
|
1746
|
-
});
|
|
1747
|
-
};
|
|
1748
|
-
const de_Webhooks = (output, context) => {
|
|
1749
|
-
const retVal = (output || [])
|
|
1750
|
-
.filter((e) => e != null)
|
|
1751
|
-
.map((entry) => {
|
|
1752
|
-
return de_Webhook(entry);
|
|
1753
|
-
});
|
|
1754
|
-
return retVal;
|
|
1755
|
-
};
|
|
1756
|
-
const deserializeMetadata = (output) => ({
|
|
1757
|
-
httpStatusCode: output.statusCode,
|
|
1758
|
-
requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
|
|
1759
|
-
extendedRequestId: output.headers["x-amz-id-2"],
|
|
1760
|
-
cfId: output.headers["x-amz-cf-id"],
|
|
1761
|
-
});
|
|
284
|
+
|
|
285
|
+
const _A = "App";
|
|
286
|
+
const _ABCC = "AutoBranchCreationConfig";
|
|
287
|
+
const _AT = "AccessToken";
|
|
288
|
+
const _Ap = "Apps";
|
|
289
|
+
const _Ar = "Artifact";
|
|
290
|
+
const _Art = "Artifacts";
|
|
291
|
+
const _B = "Backend";
|
|
292
|
+
const _BAC = "BasicAuthCredentials";
|
|
293
|
+
const _BE = "BackendEnvironment";
|
|
294
|
+
const _BEa = "BackendEnvironments";
|
|
295
|
+
const _BRE = "BadRequestException";
|
|
296
|
+
const _BS = "BuildSpec";
|
|
297
|
+
const _Br = "Branch";
|
|
298
|
+
const _Bra = "Branches";
|
|
299
|
+
const _C = "Certificate";
|
|
300
|
+
const _CA = "CreateApp";
|
|
301
|
+
const _CAR = "CreateAppRequest";
|
|
302
|
+
const _CARr = "CreateAppResult";
|
|
303
|
+
const _CB = "CreateBranch";
|
|
304
|
+
const _CBE = "CreateBackendEnvironment";
|
|
305
|
+
const _CBER = "CreateBackendEnvironmentRequest";
|
|
306
|
+
const _CBERr = "CreateBackendEnvironmentResult";
|
|
307
|
+
const _CBR = "CreateBranchRequest";
|
|
308
|
+
const _CBRr = "CreateBranchResult";
|
|
309
|
+
const _CC = "CacheConfig";
|
|
310
|
+
const _CD = "CreateDeployment";
|
|
311
|
+
const _CDA = "CreateDomainAssociation";
|
|
312
|
+
const _CDAR = "CreateDomainAssociationRequest";
|
|
313
|
+
const _CDARr = "CreateDomainAssociationResult";
|
|
314
|
+
const _CDR = "CreateDeploymentRequest";
|
|
315
|
+
const _CDRr = "CreateDeploymentResult";
|
|
316
|
+
const _CR = "CustomRule";
|
|
317
|
+
const _CRu = "CustomRules";
|
|
318
|
+
const _CS = "CertificateSettings";
|
|
319
|
+
const _CW = "CreateWebhook";
|
|
320
|
+
const _CWR = "CreateWebhookRequest";
|
|
321
|
+
const _CWRr = "CreateWebhookResult";
|
|
322
|
+
const _DA = "DomainAssociation";
|
|
323
|
+
const _DAR = "DeleteAppRequest";
|
|
324
|
+
const _DARe = "DeleteAppResult";
|
|
325
|
+
const _DAe = "DeleteApp";
|
|
326
|
+
const _DAo = "DomainAssociations";
|
|
327
|
+
const _DB = "DeleteBranch";
|
|
328
|
+
const _DBE = "DeleteBackendEnvironment";
|
|
329
|
+
const _DBER = "DeleteBackendEnvironmentRequest";
|
|
330
|
+
const _DBERe = "DeleteBackendEnvironmentResult";
|
|
331
|
+
const _DBR = "DeleteBranchRequest";
|
|
332
|
+
const _DBRe = "DeleteBranchResult";
|
|
333
|
+
const _DDA = "DeleteDomainAssociation";
|
|
334
|
+
const _DDAR = "DeleteDomainAssociationRequest";
|
|
335
|
+
const _DDARe = "DeleteDomainAssociationResult";
|
|
336
|
+
const _DJ = "DeleteJob";
|
|
337
|
+
const _DJR = "DeleteJobRequest";
|
|
338
|
+
const _DJRe = "DeleteJobResult";
|
|
339
|
+
const _DSFE = "DependentServiceFailureException";
|
|
340
|
+
const _DW = "DeleteWebhook";
|
|
341
|
+
const _DWR = "DeleteWebhookRequest";
|
|
342
|
+
const _DWRe = "DeleteWebhookResult";
|
|
343
|
+
const _GA = "GetApp";
|
|
344
|
+
const _GAL = "GenerateAccessLogs";
|
|
345
|
+
const _GALR = "GenerateAccessLogsRequest";
|
|
346
|
+
const _GALRe = "GenerateAccessLogsResult";
|
|
347
|
+
const _GAR = "GetAppRequest";
|
|
348
|
+
const _GARe = "GetAppResult";
|
|
349
|
+
const _GAU = "GetArtifactUrl";
|
|
350
|
+
const _GAUR = "GetArtifactUrlRequest";
|
|
351
|
+
const _GAURe = "GetArtifactUrlResult";
|
|
352
|
+
const _GB = "GetBranch";
|
|
353
|
+
const _GBE = "GetBackendEnvironment";
|
|
354
|
+
const _GBER = "GetBackendEnvironmentRequest";
|
|
355
|
+
const _GBERe = "GetBackendEnvironmentResult";
|
|
356
|
+
const _GBR = "GetBranchRequest";
|
|
357
|
+
const _GBRe = "GetBranchResult";
|
|
358
|
+
const _GDA = "GetDomainAssociation";
|
|
359
|
+
const _GDAR = "GetDomainAssociationRequest";
|
|
360
|
+
const _GDARe = "GetDomainAssociationResult";
|
|
361
|
+
const _GJ = "GetJob";
|
|
362
|
+
const _GJR = "GetJobRequest";
|
|
363
|
+
const _GJRe = "GetJobResult";
|
|
364
|
+
const _GW = "GetWebhook";
|
|
365
|
+
const _GWR = "GetWebhookRequest";
|
|
366
|
+
const _GWRe = "GetWebhookResult";
|
|
367
|
+
const _IFE = "InternalFailureException";
|
|
368
|
+
const _J = "Job";
|
|
369
|
+
const _JC = "JobConfig";
|
|
370
|
+
const _JS = "JobSummary";
|
|
371
|
+
const _JSo = "JobSummaries";
|
|
372
|
+
const _LA = "ListApps";
|
|
373
|
+
const _LAR = "ListAppsRequest";
|
|
374
|
+
const _LARi = "ListAppsResult";
|
|
375
|
+
const _LARis = "ListArtifactsRequest";
|
|
376
|
+
const _LARist = "ListArtifactsResult";
|
|
377
|
+
const _LAi = "ListArtifacts";
|
|
378
|
+
const _LB = "ListBranches";
|
|
379
|
+
const _LBE = "ListBackendEnvironments";
|
|
380
|
+
const _LBER = "ListBackendEnvironmentsRequest";
|
|
381
|
+
const _LBERi = "ListBackendEnvironmentsResult";
|
|
382
|
+
const _LBR = "ListBranchesRequest";
|
|
383
|
+
const _LBRi = "ListBranchesResult";
|
|
384
|
+
const _LDA = "ListDomainAssociations";
|
|
385
|
+
const _LDAR = "ListDomainAssociationsRequest";
|
|
386
|
+
const _LDARi = "ListDomainAssociationsResult";
|
|
387
|
+
const _LEE = "LimitExceededException";
|
|
388
|
+
const _LJ = "ListJobs";
|
|
389
|
+
const _LJR = "ListJobsRequest";
|
|
390
|
+
const _LJRi = "ListJobsResult";
|
|
391
|
+
const _LTFR = "ListTagsForResource";
|
|
392
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
393
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
394
|
+
const _LW = "ListWebhooks";
|
|
395
|
+
const _LWR = "ListWebhooksRequest";
|
|
396
|
+
const _LWRi = "ListWebhooksResult";
|
|
397
|
+
const _NFE = "NotFoundException";
|
|
398
|
+
const _OT = "OauthToken";
|
|
399
|
+
const _PB = "ProductionBranch";
|
|
400
|
+
const _RNFE = "ResourceNotFoundException";
|
|
401
|
+
const _S = "Step";
|
|
402
|
+
const _SD = "SubDomain";
|
|
403
|
+
const _SDR = "StartDeploymentRequest";
|
|
404
|
+
const _SDRt = "StartDeploymentResult";
|
|
405
|
+
const _SDS = "SubDomainSetting";
|
|
406
|
+
const _SDSu = "SubDomainSettings";
|
|
407
|
+
const _SDt = "StartDeployment";
|
|
408
|
+
const _SDu = "SubDomains";
|
|
409
|
+
const _SJ = "StartJob";
|
|
410
|
+
const _SJR = "StartJobRequest";
|
|
411
|
+
const _SJRt = "StartJobResult";
|
|
412
|
+
const _SJRto = "StopJobRequest";
|
|
413
|
+
const _SJRtop = "StopJobResult";
|
|
414
|
+
const _SJt = "StopJob";
|
|
415
|
+
const _St = "Steps";
|
|
416
|
+
const _TR = "TagResource";
|
|
417
|
+
const _TRR = "TagResourceRequest";
|
|
418
|
+
const _TRRa = "TagResourceResponse";
|
|
419
|
+
const _UA = "UpdateApp";
|
|
420
|
+
const _UAR = "UpdateAppRequest";
|
|
421
|
+
const _UARp = "UpdateAppResult";
|
|
422
|
+
const _UB = "UpdateBranch";
|
|
423
|
+
const _UBR = "UpdateBranchRequest";
|
|
424
|
+
const _UBRp = "UpdateBranchResult";
|
|
425
|
+
const _UDA = "UpdateDomainAssociation";
|
|
426
|
+
const _UDAR = "UpdateDomainAssociationRequest";
|
|
427
|
+
const _UDARp = "UpdateDomainAssociationResult";
|
|
428
|
+
const _UE = "UnauthorizedException";
|
|
429
|
+
const _UR = "UntagResource";
|
|
430
|
+
const _URR = "UntagResourceRequest";
|
|
431
|
+
const _URRn = "UntagResourceResponse";
|
|
432
|
+
const _UW = "UpdateWebhook";
|
|
433
|
+
const _UWR = "UpdateWebhookRequest";
|
|
434
|
+
const _UWRp = "UpdateWebhookResult";
|
|
435
|
+
const _W = "Webhook";
|
|
436
|
+
const _WC = "WafConfiguration";
|
|
437
|
+
const _We = "Webhooks";
|
|
438
|
+
const _a = "app";
|
|
439
|
+
const _aA = "appArn";
|
|
440
|
+
const _aBCC = "autoBranchCreationConfig";
|
|
441
|
+
const _aBCP = "autoBranchCreationPatterns";
|
|
442
|
+
const _aFN = "artifactFileName";
|
|
443
|
+
const _aI = "appId";
|
|
444
|
+
const _aIr = "artifactId";
|
|
445
|
+
const _aJI = "activeJobId";
|
|
446
|
+
const _aR = "associatedResources";
|
|
447
|
+
const _aSDCP = "autoSubDomainCreationPatterns";
|
|
448
|
+
const _aSDIAMR = "autoSubDomainIAMRole";
|
|
449
|
+
const _aT = "accessToken";
|
|
450
|
+
const _aU = "artifactUrl";
|
|
451
|
+
const _aUr = "artifactsUrl";
|
|
452
|
+
const _ap = "apps";
|
|
453
|
+
const _ar = "artifacts";
|
|
454
|
+
const _b = "backend";
|
|
455
|
+
const _bA = "branchArn";
|
|
456
|
+
const _bAC = "basicAuthCredentials";
|
|
457
|
+
const _bCT = "buildComputeType";
|
|
458
|
+
const _bE = "backendEnvironment";
|
|
459
|
+
const _bEA = "backendEnvironmentArn";
|
|
460
|
+
const _bEa = "backendEnvironments";
|
|
461
|
+
const _bN = "branchName";
|
|
462
|
+
const _bS = "buildSpec";
|
|
463
|
+
const _br = "branch";
|
|
464
|
+
const _bra = "branches";
|
|
465
|
+
const _c = "client";
|
|
466
|
+
const _cC = "cacheConfig";
|
|
467
|
+
const _cCA = "customCertificateArn";
|
|
468
|
+
const _cD = "customDomains";
|
|
469
|
+
const _cH = "customHeaders";
|
|
470
|
+
const _cI = "commitId";
|
|
471
|
+
const _cM = "commitMessage";
|
|
472
|
+
const _cR = "customRules";
|
|
473
|
+
const _cRA = "computeRoleArn";
|
|
474
|
+
const _cS = "certificateSettings";
|
|
475
|
+
const _cT = "createTime";
|
|
476
|
+
const _cTo = "commitTime";
|
|
477
|
+
const _cVDNSR = "certificateVerificationDNSRecord";
|
|
478
|
+
const _ce = "certificate";
|
|
479
|
+
const _co = "condition";
|
|
480
|
+
const _cod = "code";
|
|
481
|
+
const _con = "context";
|
|
482
|
+
const _d = "description";
|
|
483
|
+
const _dA = "deploymentArtifacts";
|
|
484
|
+
const _dAA = "domainAssociationArn";
|
|
485
|
+
const _dAo = "domainAssociation";
|
|
486
|
+
const _dAom = "domainAssociations";
|
|
487
|
+
const _dB = "destinationBranch";
|
|
488
|
+
const _dD = "defaultDomain";
|
|
489
|
+
const _dN = "displayName";
|
|
490
|
+
const _dNo = "domainName";
|
|
491
|
+
const _dR = "dnsRecord";
|
|
492
|
+
const _dS = "domainStatus";
|
|
493
|
+
const _e = "error";
|
|
494
|
+
const _eAB = "enableAutoBuild";
|
|
495
|
+
const _eABC = "enableAutoBranchCreation";
|
|
496
|
+
const _eASD = "enableAutoSubDomain";
|
|
497
|
+
const _eBA = "enableBasicAuth";
|
|
498
|
+
const _eBAB = "enableBranchAutoBuild";
|
|
499
|
+
const _eBAD = "enableBranchAutoDeletion";
|
|
1762
500
|
const _eN = "environmentName";
|
|
501
|
+
const _eNn = "enableNotification";
|
|
502
|
+
const _ePM = "enablePerformanceMode";
|
|
503
|
+
const _ePRP = "enablePullRequestPreview";
|
|
504
|
+
const _eSP = "enableSkewProtection";
|
|
505
|
+
const _eT = "endTime";
|
|
506
|
+
const _eV = "environmentVariables";
|
|
507
|
+
const _f = "framework";
|
|
508
|
+
const _fM = "fileMap";
|
|
509
|
+
const _fUU = "fileUploadUrls";
|
|
510
|
+
const _h = "http";
|
|
511
|
+
const _hE = "httpError";
|
|
512
|
+
const _hQ = "httpQuery";
|
|
513
|
+
const _iSRA = "iamServiceRoleArn";
|
|
514
|
+
const _j = "job";
|
|
515
|
+
const _jA = "jobArn";
|
|
516
|
+
const _jC = "jobConfig";
|
|
517
|
+
const _jI = "jobId";
|
|
518
|
+
const _jR = "jobReason";
|
|
519
|
+
const _jS = "jobSummary";
|
|
520
|
+
const _jSo = "jobSummaries";
|
|
521
|
+
const _jT = "jobType";
|
|
522
|
+
const _lDT = "lastDeployTime";
|
|
523
|
+
const _lU = "logUrl";
|
|
524
|
+
const _m = "message";
|
|
1763
525
|
const _mR = "maxResults";
|
|
526
|
+
const _n = "name";
|
|
1764
527
|
const _nT = "nextToken";
|
|
528
|
+
const _oT = "oauthToken";
|
|
529
|
+
const _p = "platform";
|
|
530
|
+
const _pB = "productionBranch";
|
|
531
|
+
const _pREN = "pullRequestEnvironmentName";
|
|
532
|
+
const _pr = "prefix";
|
|
533
|
+
const _r = "repository";
|
|
534
|
+
const _rA = "resourceArn";
|
|
535
|
+
const _rCM = "repositoryCloneMethod";
|
|
536
|
+
const _s = "stage";
|
|
537
|
+
const _sA = "stackArn";
|
|
538
|
+
const _sB = "sourceBranch";
|
|
539
|
+
const _sD = "subDomains";
|
|
540
|
+
const _sDS = "subDomainSettings";
|
|
541
|
+
const _sDSu = "subDomainSetting";
|
|
542
|
+
const _sN = "stackName";
|
|
543
|
+
const _sNt = "stepName";
|
|
544
|
+
const _sR = "statusReason";
|
|
545
|
+
const _sT = "startTime";
|
|
546
|
+
const _sU = "sourceUrl";
|
|
547
|
+
const _sUT = "sourceUrlType";
|
|
548
|
+
const _sc = "screenshots";
|
|
549
|
+
const _se = "server";
|
|
550
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.amplify";
|
|
551
|
+
const _so = "source";
|
|
552
|
+
const _st = "status";
|
|
553
|
+
const _ste = "steps";
|
|
554
|
+
const _su = "summary";
|
|
555
|
+
const _t = "tags";
|
|
556
|
+
const _tAU = "testArtifactsUrl";
|
|
557
|
+
const _tCU = "testConfigUrl";
|
|
1765
558
|
const _tK = "tagKeys";
|
|
559
|
+
const _tNOJ = "totalNumberOfJobs";
|
|
560
|
+
const _tU = "thumbnailUrl";
|
|
561
|
+
const _ta = "target";
|
|
562
|
+
const _tt = "ttl";
|
|
563
|
+
const _ty = "type";
|
|
564
|
+
const _uS = "updateStatus";
|
|
565
|
+
const _uT = "updateTime";
|
|
566
|
+
const _v = "verified";
|
|
567
|
+
const _w = "webhook";
|
|
568
|
+
const _wA = "webhookArn";
|
|
569
|
+
const _wAA = "webAclArn";
|
|
570
|
+
const _wC = "wafConfiguration";
|
|
571
|
+
const _wCT = "webhookCreateTime";
|
|
572
|
+
const _wI = "webhookId";
|
|
573
|
+
const _wS = "wafStatus";
|
|
574
|
+
const _wU = "webhookUrl";
|
|
575
|
+
const _we = "webhooks";
|
|
576
|
+
const _zUU = "zipUploadUrl";
|
|
577
|
+
const n0 = "com.amazonaws.amplify";
|
|
578
|
+
var AccessToken = [0, n0, _AT, 8, 0];
|
|
579
|
+
var BasicAuthCredentials = [0, n0, _BAC, 8, 0];
|
|
580
|
+
var BuildSpec = [0, n0, _BS, 8, 0];
|
|
581
|
+
var OauthToken = [0, n0, _OT, 8, 0];
|
|
582
|
+
var App = [
|
|
583
|
+
3,
|
|
584
|
+
n0,
|
|
585
|
+
_A,
|
|
586
|
+
0,
|
|
587
|
+
[
|
|
588
|
+
_aI,
|
|
589
|
+
_aA,
|
|
590
|
+
_n,
|
|
591
|
+
_t,
|
|
592
|
+
_d,
|
|
593
|
+
_r,
|
|
594
|
+
_p,
|
|
595
|
+
_cT,
|
|
596
|
+
_uT,
|
|
597
|
+
_cRA,
|
|
598
|
+
_iSRA,
|
|
599
|
+
_eV,
|
|
600
|
+
_dD,
|
|
601
|
+
_eBAB,
|
|
602
|
+
_eBAD,
|
|
603
|
+
_eBA,
|
|
604
|
+
_bAC,
|
|
605
|
+
_cR,
|
|
606
|
+
_pB,
|
|
607
|
+
_bS,
|
|
608
|
+
_cH,
|
|
609
|
+
_eABC,
|
|
610
|
+
_aBCP,
|
|
611
|
+
_aBCC,
|
|
612
|
+
_rCM,
|
|
613
|
+
_cC,
|
|
614
|
+
_wCT,
|
|
615
|
+
_wC,
|
|
616
|
+
_jC,
|
|
617
|
+
],
|
|
618
|
+
[
|
|
619
|
+
0,
|
|
620
|
+
0,
|
|
621
|
+
0,
|
|
622
|
+
128 | 0,
|
|
623
|
+
0,
|
|
624
|
+
0,
|
|
625
|
+
0,
|
|
626
|
+
4,
|
|
627
|
+
4,
|
|
628
|
+
0,
|
|
629
|
+
0,
|
|
630
|
+
128 | 0,
|
|
631
|
+
0,
|
|
632
|
+
2,
|
|
633
|
+
2,
|
|
634
|
+
2,
|
|
635
|
+
[() => BasicAuthCredentials, 0],
|
|
636
|
+
() => CustomRules,
|
|
637
|
+
() => ProductionBranch,
|
|
638
|
+
[() => BuildSpec, 0],
|
|
639
|
+
0,
|
|
640
|
+
2,
|
|
641
|
+
64 | 0,
|
|
642
|
+
[() => AutoBranchCreationConfig, 0],
|
|
643
|
+
0,
|
|
644
|
+
() => CacheConfig,
|
|
645
|
+
4,
|
|
646
|
+
() => WafConfiguration,
|
|
647
|
+
() => JobConfig,
|
|
648
|
+
],
|
|
649
|
+
];
|
|
650
|
+
var Artifact = [3, n0, _Ar, 0, [_aFN, _aIr], [0, 0]];
|
|
651
|
+
var AutoBranchCreationConfig = [
|
|
652
|
+
3,
|
|
653
|
+
n0,
|
|
654
|
+
_ABCC,
|
|
655
|
+
0,
|
|
656
|
+
[_s, _f, _eAB, _eV, _bAC, _eBA, _ePM, _bS, _ePRP, _pREN],
|
|
657
|
+
[0, 0, 2, 128 | 0, [() => BasicAuthCredentials, 0], 2, 2, [() => BuildSpec, 0], 2, 0],
|
|
658
|
+
];
|
|
659
|
+
var Backend = [3, n0, _B, 0, [_sA], [0]];
|
|
660
|
+
var BackendEnvironment = [
|
|
661
|
+
3,
|
|
662
|
+
n0,
|
|
663
|
+
_BE,
|
|
664
|
+
0,
|
|
665
|
+
[_bEA, _eN, _sN, _dA, _cT, _uT],
|
|
666
|
+
[0, 0, 0, 0, 4, 4],
|
|
667
|
+
];
|
|
668
|
+
var BadRequestException = [
|
|
669
|
+
-3,
|
|
670
|
+
n0,
|
|
671
|
+
_BRE,
|
|
672
|
+
{
|
|
673
|
+
[_e]: _c,
|
|
674
|
+
[_hE]: 400,
|
|
675
|
+
},
|
|
676
|
+
[_m],
|
|
677
|
+
[0],
|
|
678
|
+
];
|
|
679
|
+
schema.TypeRegistry.for(n0).registerError(BadRequestException, BadRequestException$1);
|
|
680
|
+
var Branch = [
|
|
681
|
+
3,
|
|
682
|
+
n0,
|
|
683
|
+
_Br,
|
|
684
|
+
0,
|
|
685
|
+
[
|
|
686
|
+
_bA,
|
|
687
|
+
_bN,
|
|
688
|
+
_d,
|
|
689
|
+
_t,
|
|
690
|
+
_s,
|
|
691
|
+
_dN,
|
|
692
|
+
_eNn,
|
|
693
|
+
_cT,
|
|
694
|
+
_uT,
|
|
695
|
+
_eV,
|
|
696
|
+
_eAB,
|
|
697
|
+
_eSP,
|
|
698
|
+
_cD,
|
|
699
|
+
_f,
|
|
700
|
+
_aJI,
|
|
701
|
+
_tNOJ,
|
|
702
|
+
_eBA,
|
|
703
|
+
_ePM,
|
|
704
|
+
_tU,
|
|
705
|
+
_bAC,
|
|
706
|
+
_bS,
|
|
707
|
+
_tt,
|
|
708
|
+
_aR,
|
|
709
|
+
_ePRP,
|
|
710
|
+
_pREN,
|
|
711
|
+
_dB,
|
|
712
|
+
_sB,
|
|
713
|
+
_bEA,
|
|
714
|
+
_b,
|
|
715
|
+
_cRA,
|
|
716
|
+
],
|
|
717
|
+
[
|
|
718
|
+
0,
|
|
719
|
+
0,
|
|
720
|
+
0,
|
|
721
|
+
128 | 0,
|
|
722
|
+
0,
|
|
723
|
+
0,
|
|
724
|
+
2,
|
|
725
|
+
4,
|
|
726
|
+
4,
|
|
727
|
+
128 | 0,
|
|
728
|
+
2,
|
|
729
|
+
2,
|
|
730
|
+
64 | 0,
|
|
731
|
+
0,
|
|
732
|
+
0,
|
|
733
|
+
0,
|
|
734
|
+
2,
|
|
735
|
+
2,
|
|
736
|
+
0,
|
|
737
|
+
[() => BasicAuthCredentials, 0],
|
|
738
|
+
[() => BuildSpec, 0],
|
|
739
|
+
0,
|
|
740
|
+
64 | 0,
|
|
741
|
+
2,
|
|
742
|
+
0,
|
|
743
|
+
0,
|
|
744
|
+
0,
|
|
745
|
+
0,
|
|
746
|
+
() => Backend,
|
|
747
|
+
0,
|
|
748
|
+
],
|
|
749
|
+
];
|
|
750
|
+
var CacheConfig = [3, n0, _CC, 0, [_ty], [0]];
|
|
751
|
+
var Certificate = [3, n0, _C, 0, [_ty, _cCA, _cVDNSR], [0, 0, 0]];
|
|
752
|
+
var CertificateSettings = [3, n0, _CS, 0, [_ty, _cCA], [0, 0]];
|
|
753
|
+
var CreateAppRequest = [
|
|
754
|
+
3,
|
|
755
|
+
n0,
|
|
756
|
+
_CAR,
|
|
757
|
+
0,
|
|
758
|
+
[
|
|
759
|
+
_n,
|
|
760
|
+
_d,
|
|
761
|
+
_r,
|
|
762
|
+
_p,
|
|
763
|
+
_cRA,
|
|
764
|
+
_iSRA,
|
|
765
|
+
_oT,
|
|
766
|
+
_aT,
|
|
767
|
+
_eV,
|
|
768
|
+
_eBAB,
|
|
769
|
+
_eBAD,
|
|
770
|
+
_eBA,
|
|
771
|
+
_bAC,
|
|
772
|
+
_cR,
|
|
773
|
+
_t,
|
|
774
|
+
_bS,
|
|
775
|
+
_cH,
|
|
776
|
+
_eABC,
|
|
777
|
+
_aBCP,
|
|
778
|
+
_aBCC,
|
|
779
|
+
_jC,
|
|
780
|
+
_cC,
|
|
781
|
+
],
|
|
782
|
+
[
|
|
783
|
+
0,
|
|
784
|
+
0,
|
|
785
|
+
0,
|
|
786
|
+
0,
|
|
787
|
+
0,
|
|
788
|
+
0,
|
|
789
|
+
[() => OauthToken, 0],
|
|
790
|
+
[() => AccessToken, 0],
|
|
791
|
+
128 | 0,
|
|
792
|
+
2,
|
|
793
|
+
2,
|
|
794
|
+
2,
|
|
795
|
+
[() => BasicAuthCredentials, 0],
|
|
796
|
+
() => CustomRules,
|
|
797
|
+
128 | 0,
|
|
798
|
+
[() => BuildSpec, 0],
|
|
799
|
+
0,
|
|
800
|
+
2,
|
|
801
|
+
64 | 0,
|
|
802
|
+
[() => AutoBranchCreationConfig, 0],
|
|
803
|
+
() => JobConfig,
|
|
804
|
+
() => CacheConfig,
|
|
805
|
+
],
|
|
806
|
+
];
|
|
807
|
+
var CreateAppResult = [3, n0, _CARr, 0, [_a], [[() => App, 0]]];
|
|
808
|
+
var CreateBackendEnvironmentRequest = [
|
|
809
|
+
3,
|
|
810
|
+
n0,
|
|
811
|
+
_CBER,
|
|
812
|
+
0,
|
|
813
|
+
[_aI, _eN, _sN, _dA],
|
|
814
|
+
[[0, 1], 0, 0, 0],
|
|
815
|
+
];
|
|
816
|
+
var CreateBackendEnvironmentResult = [
|
|
817
|
+
3,
|
|
818
|
+
n0,
|
|
819
|
+
_CBERr,
|
|
820
|
+
0,
|
|
821
|
+
[_bE],
|
|
822
|
+
[() => BackendEnvironment],
|
|
823
|
+
];
|
|
824
|
+
var CreateBranchRequest = [
|
|
825
|
+
3,
|
|
826
|
+
n0,
|
|
827
|
+
_CBR,
|
|
828
|
+
0,
|
|
829
|
+
[_aI, _bN, _d, _s, _f, _eNn, _eAB, _eSP, _eV, _bAC, _eBA, _ePM, _t, _bS, _tt, _dN, _ePRP, _pREN, _bEA, _b, _cRA],
|
|
830
|
+
[
|
|
831
|
+
[0, 1],
|
|
832
|
+
0,
|
|
833
|
+
0,
|
|
834
|
+
0,
|
|
835
|
+
0,
|
|
836
|
+
2,
|
|
837
|
+
2,
|
|
838
|
+
2,
|
|
839
|
+
128 | 0,
|
|
840
|
+
[() => BasicAuthCredentials, 0],
|
|
841
|
+
2,
|
|
842
|
+
2,
|
|
843
|
+
128 | 0,
|
|
844
|
+
[() => BuildSpec, 0],
|
|
845
|
+
0,
|
|
846
|
+
0,
|
|
847
|
+
2,
|
|
848
|
+
0,
|
|
849
|
+
0,
|
|
850
|
+
() => Backend,
|
|
851
|
+
0,
|
|
852
|
+
],
|
|
853
|
+
];
|
|
854
|
+
var CreateBranchResult = [3, n0, _CBRr, 0, [_br], [[() => Branch, 0]]];
|
|
855
|
+
var CreateDeploymentRequest = [
|
|
856
|
+
3,
|
|
857
|
+
n0,
|
|
858
|
+
_CDR,
|
|
859
|
+
0,
|
|
860
|
+
[_aI, _bN, _fM],
|
|
861
|
+
[[0, 1], [0, 1], 128 | 0],
|
|
862
|
+
];
|
|
863
|
+
var CreateDeploymentResult = [3, n0, _CDRr, 0, [_jI, _fUU, _zUU], [0, 128 | 0, 0]];
|
|
864
|
+
var CreateDomainAssociationRequest = [
|
|
865
|
+
3,
|
|
866
|
+
n0,
|
|
867
|
+
_CDAR,
|
|
868
|
+
0,
|
|
869
|
+
[_aI, _dNo, _eASD, _sDS, _aSDCP, _aSDIAMR, _cS],
|
|
870
|
+
[[0, 1], 0, 2, () => SubDomainSettings, 64 | 0, 0, () => CertificateSettings],
|
|
871
|
+
];
|
|
872
|
+
var CreateDomainAssociationResult = [3, n0, _CDARr, 0, [_dAo], [() => DomainAssociation]];
|
|
873
|
+
var CreateWebhookRequest = [3, n0, _CWR, 0, [_aI, _bN, _d], [[0, 1], 0, 0]];
|
|
874
|
+
var CreateWebhookResult = [3, n0, _CWRr, 0, [_w], [() => Webhook]];
|
|
875
|
+
var CustomRule = [3, n0, _CR, 0, [_so, _ta, _st, _co], [0, 0, 0, 0]];
|
|
876
|
+
var DeleteAppRequest = [3, n0, _DAR, 0, [_aI], [[0, 1]]];
|
|
877
|
+
var DeleteAppResult = [3, n0, _DARe, 0, [_a], [[() => App, 0]]];
|
|
878
|
+
var DeleteBackendEnvironmentRequest = [
|
|
879
|
+
3,
|
|
880
|
+
n0,
|
|
881
|
+
_DBER,
|
|
882
|
+
0,
|
|
883
|
+
[_aI, _eN],
|
|
884
|
+
[
|
|
885
|
+
[0, 1],
|
|
886
|
+
[0, 1],
|
|
887
|
+
],
|
|
888
|
+
];
|
|
889
|
+
var DeleteBackendEnvironmentResult = [
|
|
890
|
+
3,
|
|
891
|
+
n0,
|
|
892
|
+
_DBERe,
|
|
893
|
+
0,
|
|
894
|
+
[_bE],
|
|
895
|
+
[() => BackendEnvironment],
|
|
896
|
+
];
|
|
897
|
+
var DeleteBranchRequest = [
|
|
898
|
+
3,
|
|
899
|
+
n0,
|
|
900
|
+
_DBR,
|
|
901
|
+
0,
|
|
902
|
+
[_aI, _bN],
|
|
903
|
+
[
|
|
904
|
+
[0, 1],
|
|
905
|
+
[0, 1],
|
|
906
|
+
],
|
|
907
|
+
];
|
|
908
|
+
var DeleteBranchResult = [3, n0, _DBRe, 0, [_br], [[() => Branch, 0]]];
|
|
909
|
+
var DeleteDomainAssociationRequest = [
|
|
910
|
+
3,
|
|
911
|
+
n0,
|
|
912
|
+
_DDAR,
|
|
913
|
+
0,
|
|
914
|
+
[_aI, _dNo],
|
|
915
|
+
[
|
|
916
|
+
[0, 1],
|
|
917
|
+
[0, 1],
|
|
918
|
+
],
|
|
919
|
+
];
|
|
920
|
+
var DeleteDomainAssociationResult = [3, n0, _DDARe, 0, [_dAo], [() => DomainAssociation]];
|
|
921
|
+
var DeleteJobRequest = [
|
|
922
|
+
3,
|
|
923
|
+
n0,
|
|
924
|
+
_DJR,
|
|
925
|
+
0,
|
|
926
|
+
[_aI, _bN, _jI],
|
|
927
|
+
[
|
|
928
|
+
[0, 1],
|
|
929
|
+
[0, 1],
|
|
930
|
+
[0, 1],
|
|
931
|
+
],
|
|
932
|
+
];
|
|
933
|
+
var DeleteJobResult = [3, n0, _DJRe, 0, [_jS], [() => JobSummary]];
|
|
934
|
+
var DeleteWebhookRequest = [3, n0, _DWR, 0, [_wI], [[0, 1]]];
|
|
935
|
+
var DeleteWebhookResult = [3, n0, _DWRe, 0, [_w], [() => Webhook]];
|
|
936
|
+
var DependentServiceFailureException = [
|
|
937
|
+
-3,
|
|
938
|
+
n0,
|
|
939
|
+
_DSFE,
|
|
940
|
+
{
|
|
941
|
+
[_e]: _se,
|
|
942
|
+
[_hE]: 503,
|
|
943
|
+
},
|
|
944
|
+
[_m],
|
|
945
|
+
[0],
|
|
946
|
+
];
|
|
947
|
+
schema.TypeRegistry.for(n0).registerError(DependentServiceFailureException, DependentServiceFailureException$1);
|
|
948
|
+
var DomainAssociation = [
|
|
949
|
+
3,
|
|
950
|
+
n0,
|
|
951
|
+
_DA,
|
|
952
|
+
0,
|
|
953
|
+
[_dAA, _dNo, _eASD, _aSDCP, _aSDIAMR, _dS, _uS, _sR, _cVDNSR, _sD, _ce],
|
|
954
|
+
[0, 0, 2, 64 | 0, 0, 0, 0, 0, 0, () => SubDomains, () => Certificate],
|
|
955
|
+
];
|
|
956
|
+
var GenerateAccessLogsRequest = [
|
|
957
|
+
3,
|
|
958
|
+
n0,
|
|
959
|
+
_GALR,
|
|
960
|
+
0,
|
|
961
|
+
[_sT, _eT, _dNo, _aI],
|
|
962
|
+
[4, 4, 0, [0, 1]],
|
|
963
|
+
];
|
|
964
|
+
var GenerateAccessLogsResult = [3, n0, _GALRe, 0, [_lU], [0]];
|
|
965
|
+
var GetAppRequest = [3, n0, _GAR, 0, [_aI], [[0, 1]]];
|
|
966
|
+
var GetAppResult = [3, n0, _GARe, 0, [_a], [[() => App, 0]]];
|
|
967
|
+
var GetArtifactUrlRequest = [3, n0, _GAUR, 0, [_aIr], [[0, 1]]];
|
|
968
|
+
var GetArtifactUrlResult = [3, n0, _GAURe, 0, [_aIr, _aU], [0, 0]];
|
|
969
|
+
var GetBackendEnvironmentRequest = [
|
|
970
|
+
3,
|
|
971
|
+
n0,
|
|
972
|
+
_GBER,
|
|
973
|
+
0,
|
|
974
|
+
[_aI, _eN],
|
|
975
|
+
[
|
|
976
|
+
[0, 1],
|
|
977
|
+
[0, 1],
|
|
978
|
+
],
|
|
979
|
+
];
|
|
980
|
+
var GetBackendEnvironmentResult = [3, n0, _GBERe, 0, [_bE], [() => BackendEnvironment]];
|
|
981
|
+
var GetBranchRequest = [
|
|
982
|
+
3,
|
|
983
|
+
n0,
|
|
984
|
+
_GBR,
|
|
985
|
+
0,
|
|
986
|
+
[_aI, _bN],
|
|
987
|
+
[
|
|
988
|
+
[0, 1],
|
|
989
|
+
[0, 1],
|
|
990
|
+
],
|
|
991
|
+
];
|
|
992
|
+
var GetBranchResult = [3, n0, _GBRe, 0, [_br], [[() => Branch, 0]]];
|
|
993
|
+
var GetDomainAssociationRequest = [
|
|
994
|
+
3,
|
|
995
|
+
n0,
|
|
996
|
+
_GDAR,
|
|
997
|
+
0,
|
|
998
|
+
[_aI, _dNo],
|
|
999
|
+
[
|
|
1000
|
+
[0, 1],
|
|
1001
|
+
[0, 1],
|
|
1002
|
+
],
|
|
1003
|
+
];
|
|
1004
|
+
var GetDomainAssociationResult = [3, n0, _GDARe, 0, [_dAo], [() => DomainAssociation]];
|
|
1005
|
+
var GetJobRequest = [
|
|
1006
|
+
3,
|
|
1007
|
+
n0,
|
|
1008
|
+
_GJR,
|
|
1009
|
+
0,
|
|
1010
|
+
[_aI, _bN, _jI],
|
|
1011
|
+
[
|
|
1012
|
+
[0, 1],
|
|
1013
|
+
[0, 1],
|
|
1014
|
+
[0, 1],
|
|
1015
|
+
],
|
|
1016
|
+
];
|
|
1017
|
+
var GetJobResult = [3, n0, _GJRe, 0, [_j], [() => Job]];
|
|
1018
|
+
var GetWebhookRequest = [3, n0, _GWR, 0, [_wI], [[0, 1]]];
|
|
1019
|
+
var GetWebhookResult = [3, n0, _GWRe, 0, [_w], [() => Webhook]];
|
|
1020
|
+
var InternalFailureException = [
|
|
1021
|
+
-3,
|
|
1022
|
+
n0,
|
|
1023
|
+
_IFE,
|
|
1024
|
+
{
|
|
1025
|
+
[_e]: _se,
|
|
1026
|
+
[_hE]: 500,
|
|
1027
|
+
},
|
|
1028
|
+
[_m],
|
|
1029
|
+
[0],
|
|
1030
|
+
];
|
|
1031
|
+
schema.TypeRegistry.for(n0).registerError(InternalFailureException, InternalFailureException$1);
|
|
1032
|
+
var Job = [3, n0, _J, 0, [_su, _ste], [() => JobSummary, () => Steps]];
|
|
1033
|
+
var JobConfig = [3, n0, _JC, 0, [_bCT], [0]];
|
|
1034
|
+
var JobSummary = [
|
|
1035
|
+
3,
|
|
1036
|
+
n0,
|
|
1037
|
+
_JS,
|
|
1038
|
+
0,
|
|
1039
|
+
[_jA, _jI, _cI, _cM, _cTo, _sT, _st, _eT, _jT, _sU, _sUT],
|
|
1040
|
+
[0, 0, 0, 0, 4, 4, 0, 4, 0, 0, 0],
|
|
1041
|
+
];
|
|
1042
|
+
var LimitExceededException = [
|
|
1043
|
+
-3,
|
|
1044
|
+
n0,
|
|
1045
|
+
_LEE,
|
|
1046
|
+
{
|
|
1047
|
+
[_e]: _c,
|
|
1048
|
+
[_hE]: 429,
|
|
1049
|
+
},
|
|
1050
|
+
[_m],
|
|
1051
|
+
[0],
|
|
1052
|
+
];
|
|
1053
|
+
schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
|
|
1054
|
+
var ListAppsRequest = [
|
|
1055
|
+
3,
|
|
1056
|
+
n0,
|
|
1057
|
+
_LAR,
|
|
1058
|
+
0,
|
|
1059
|
+
[_nT, _mR],
|
|
1060
|
+
[
|
|
1061
|
+
[
|
|
1062
|
+
0,
|
|
1063
|
+
{
|
|
1064
|
+
[_hQ]: _nT,
|
|
1065
|
+
},
|
|
1066
|
+
],
|
|
1067
|
+
[
|
|
1068
|
+
1,
|
|
1069
|
+
{
|
|
1070
|
+
[_hQ]: _mR,
|
|
1071
|
+
},
|
|
1072
|
+
],
|
|
1073
|
+
],
|
|
1074
|
+
];
|
|
1075
|
+
var ListAppsResult = [3, n0, _LARi, 0, [_ap, _nT], [[() => Apps, 0], 0]];
|
|
1076
|
+
var ListArtifactsRequest = [
|
|
1077
|
+
3,
|
|
1078
|
+
n0,
|
|
1079
|
+
_LARis,
|
|
1080
|
+
0,
|
|
1081
|
+
[_aI, _bN, _jI, _nT, _mR],
|
|
1082
|
+
[
|
|
1083
|
+
[0, 1],
|
|
1084
|
+
[0, 1],
|
|
1085
|
+
[0, 1],
|
|
1086
|
+
[
|
|
1087
|
+
0,
|
|
1088
|
+
{
|
|
1089
|
+
[_hQ]: _nT,
|
|
1090
|
+
},
|
|
1091
|
+
],
|
|
1092
|
+
[
|
|
1093
|
+
1,
|
|
1094
|
+
{
|
|
1095
|
+
[_hQ]: _mR,
|
|
1096
|
+
},
|
|
1097
|
+
],
|
|
1098
|
+
],
|
|
1099
|
+
];
|
|
1100
|
+
var ListArtifactsResult = [3, n0, _LARist, 0, [_ar, _nT], [() => Artifacts, 0]];
|
|
1101
|
+
var ListBackendEnvironmentsRequest = [
|
|
1102
|
+
3,
|
|
1103
|
+
n0,
|
|
1104
|
+
_LBER,
|
|
1105
|
+
0,
|
|
1106
|
+
[_aI, _eN, _nT, _mR],
|
|
1107
|
+
[
|
|
1108
|
+
[0, 1],
|
|
1109
|
+
[
|
|
1110
|
+
0,
|
|
1111
|
+
{
|
|
1112
|
+
[_hQ]: _eN,
|
|
1113
|
+
},
|
|
1114
|
+
],
|
|
1115
|
+
[
|
|
1116
|
+
0,
|
|
1117
|
+
{
|
|
1118
|
+
[_hQ]: _nT,
|
|
1119
|
+
},
|
|
1120
|
+
],
|
|
1121
|
+
[
|
|
1122
|
+
1,
|
|
1123
|
+
{
|
|
1124
|
+
[_hQ]: _mR,
|
|
1125
|
+
},
|
|
1126
|
+
],
|
|
1127
|
+
],
|
|
1128
|
+
];
|
|
1129
|
+
var ListBackendEnvironmentsResult = [
|
|
1130
|
+
3,
|
|
1131
|
+
n0,
|
|
1132
|
+
_LBERi,
|
|
1133
|
+
0,
|
|
1134
|
+
[_bEa, _nT],
|
|
1135
|
+
[() => BackendEnvironments, 0],
|
|
1136
|
+
];
|
|
1137
|
+
var ListBranchesRequest = [
|
|
1138
|
+
3,
|
|
1139
|
+
n0,
|
|
1140
|
+
_LBR,
|
|
1141
|
+
0,
|
|
1142
|
+
[_aI, _nT, _mR],
|
|
1143
|
+
[
|
|
1144
|
+
[0, 1],
|
|
1145
|
+
[
|
|
1146
|
+
0,
|
|
1147
|
+
{
|
|
1148
|
+
[_hQ]: _nT,
|
|
1149
|
+
},
|
|
1150
|
+
],
|
|
1151
|
+
[
|
|
1152
|
+
1,
|
|
1153
|
+
{
|
|
1154
|
+
[_hQ]: _mR,
|
|
1155
|
+
},
|
|
1156
|
+
],
|
|
1157
|
+
],
|
|
1158
|
+
];
|
|
1159
|
+
var ListBranchesResult = [3, n0, _LBRi, 0, [_bra, _nT], [[() => Branches, 0], 0]];
|
|
1160
|
+
var ListDomainAssociationsRequest = [
|
|
1161
|
+
3,
|
|
1162
|
+
n0,
|
|
1163
|
+
_LDAR,
|
|
1164
|
+
0,
|
|
1165
|
+
[_aI, _nT, _mR],
|
|
1166
|
+
[
|
|
1167
|
+
[0, 1],
|
|
1168
|
+
[
|
|
1169
|
+
0,
|
|
1170
|
+
{
|
|
1171
|
+
[_hQ]: _nT,
|
|
1172
|
+
},
|
|
1173
|
+
],
|
|
1174
|
+
[
|
|
1175
|
+
1,
|
|
1176
|
+
{
|
|
1177
|
+
[_hQ]: _mR,
|
|
1178
|
+
},
|
|
1179
|
+
],
|
|
1180
|
+
],
|
|
1181
|
+
];
|
|
1182
|
+
var ListDomainAssociationsResult = [
|
|
1183
|
+
3,
|
|
1184
|
+
n0,
|
|
1185
|
+
_LDARi,
|
|
1186
|
+
0,
|
|
1187
|
+
[_dAom, _nT],
|
|
1188
|
+
[() => DomainAssociations, 0],
|
|
1189
|
+
];
|
|
1190
|
+
var ListJobsRequest = [
|
|
1191
|
+
3,
|
|
1192
|
+
n0,
|
|
1193
|
+
_LJR,
|
|
1194
|
+
0,
|
|
1195
|
+
[_aI, _bN, _nT, _mR],
|
|
1196
|
+
[
|
|
1197
|
+
[0, 1],
|
|
1198
|
+
[0, 1],
|
|
1199
|
+
[
|
|
1200
|
+
0,
|
|
1201
|
+
{
|
|
1202
|
+
[_hQ]: _nT,
|
|
1203
|
+
},
|
|
1204
|
+
],
|
|
1205
|
+
[
|
|
1206
|
+
1,
|
|
1207
|
+
{
|
|
1208
|
+
[_hQ]: _mR,
|
|
1209
|
+
},
|
|
1210
|
+
],
|
|
1211
|
+
],
|
|
1212
|
+
];
|
|
1213
|
+
var ListJobsResult = [3, n0, _LJRi, 0, [_jSo, _nT], [() => JobSummaries, 0]];
|
|
1214
|
+
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
1215
|
+
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
1216
|
+
var ListWebhooksRequest = [
|
|
1217
|
+
3,
|
|
1218
|
+
n0,
|
|
1219
|
+
_LWR,
|
|
1220
|
+
0,
|
|
1221
|
+
[_aI, _nT, _mR],
|
|
1222
|
+
[
|
|
1223
|
+
[0, 1],
|
|
1224
|
+
[
|
|
1225
|
+
0,
|
|
1226
|
+
{
|
|
1227
|
+
[_hQ]: _nT,
|
|
1228
|
+
},
|
|
1229
|
+
],
|
|
1230
|
+
[
|
|
1231
|
+
1,
|
|
1232
|
+
{
|
|
1233
|
+
[_hQ]: _mR,
|
|
1234
|
+
},
|
|
1235
|
+
],
|
|
1236
|
+
],
|
|
1237
|
+
];
|
|
1238
|
+
var ListWebhooksResult = [3, n0, _LWRi, 0, [_we, _nT], [() => Webhooks, 0]];
|
|
1239
|
+
var NotFoundException = [
|
|
1240
|
+
-3,
|
|
1241
|
+
n0,
|
|
1242
|
+
_NFE,
|
|
1243
|
+
{
|
|
1244
|
+
[_e]: _c,
|
|
1245
|
+
[_hE]: 404,
|
|
1246
|
+
},
|
|
1247
|
+
[_m],
|
|
1248
|
+
[0],
|
|
1249
|
+
];
|
|
1250
|
+
schema.TypeRegistry.for(n0).registerError(NotFoundException, NotFoundException$1);
|
|
1251
|
+
var ProductionBranch = [3, n0, _PB, 0, [_lDT, _st, _tU, _bN], [4, 0, 0, 0]];
|
|
1252
|
+
var ResourceNotFoundException = [
|
|
1253
|
+
-3,
|
|
1254
|
+
n0,
|
|
1255
|
+
_RNFE,
|
|
1256
|
+
{
|
|
1257
|
+
[_e]: _c,
|
|
1258
|
+
[_hE]: 404,
|
|
1259
|
+
},
|
|
1260
|
+
[_cod, _m],
|
|
1261
|
+
[0, 0],
|
|
1262
|
+
];
|
|
1263
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
|
|
1264
|
+
var StartDeploymentRequest = [
|
|
1265
|
+
3,
|
|
1266
|
+
n0,
|
|
1267
|
+
_SDR,
|
|
1268
|
+
0,
|
|
1269
|
+
[_aI, _bN, _jI, _sU, _sUT],
|
|
1270
|
+
[[0, 1], [0, 1], 0, 0, 0],
|
|
1271
|
+
];
|
|
1272
|
+
var StartDeploymentResult = [3, n0, _SDRt, 0, [_jS], [() => JobSummary]];
|
|
1273
|
+
var StartJobRequest = [
|
|
1274
|
+
3,
|
|
1275
|
+
n0,
|
|
1276
|
+
_SJR,
|
|
1277
|
+
0,
|
|
1278
|
+
[_aI, _bN, _jI, _jT, _jR, _cI, _cM, _cTo],
|
|
1279
|
+
[[0, 1], [0, 1], 0, 0, 0, 0, 0, 4],
|
|
1280
|
+
];
|
|
1281
|
+
var StartJobResult = [3, n0, _SJRt, 0, [_jS], [() => JobSummary]];
|
|
1282
|
+
var Step = [
|
|
1283
|
+
3,
|
|
1284
|
+
n0,
|
|
1285
|
+
_S,
|
|
1286
|
+
0,
|
|
1287
|
+
[_sNt, _sT, _st, _eT, _lU, _aUr, _tAU, _tCU, _sc, _sR, _con],
|
|
1288
|
+
[0, 4, 0, 4, 0, 0, 0, 0, 128 | 0, 0, 0],
|
|
1289
|
+
];
|
|
1290
|
+
var StopJobRequest = [
|
|
1291
|
+
3,
|
|
1292
|
+
n0,
|
|
1293
|
+
_SJRto,
|
|
1294
|
+
0,
|
|
1295
|
+
[_aI, _bN, _jI],
|
|
1296
|
+
[
|
|
1297
|
+
[0, 1],
|
|
1298
|
+
[0, 1],
|
|
1299
|
+
[0, 1],
|
|
1300
|
+
],
|
|
1301
|
+
];
|
|
1302
|
+
var StopJobResult = [3, n0, _SJRtop, 0, [_jS], [() => JobSummary]];
|
|
1303
|
+
var SubDomain = [3, n0, _SD, 0, [_sDSu, _v, _dR], [() => SubDomainSetting, 2, 0]];
|
|
1304
|
+
var SubDomainSetting = [3, n0, _SDS, 0, [_pr, _bN], [0, 0]];
|
|
1305
|
+
var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
1306
|
+
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
1307
|
+
var UnauthorizedException = [
|
|
1308
|
+
-3,
|
|
1309
|
+
n0,
|
|
1310
|
+
_UE,
|
|
1311
|
+
{
|
|
1312
|
+
[_e]: _c,
|
|
1313
|
+
[_hE]: 401,
|
|
1314
|
+
},
|
|
1315
|
+
[_m],
|
|
1316
|
+
[0],
|
|
1317
|
+
];
|
|
1318
|
+
schema.TypeRegistry.for(n0).registerError(UnauthorizedException, UnauthorizedException$1);
|
|
1319
|
+
var UntagResourceRequest = [
|
|
1320
|
+
3,
|
|
1321
|
+
n0,
|
|
1322
|
+
_URR,
|
|
1323
|
+
0,
|
|
1324
|
+
[_rA, _tK],
|
|
1325
|
+
[
|
|
1326
|
+
[0, 1],
|
|
1327
|
+
[
|
|
1328
|
+
64 | 0,
|
|
1329
|
+
{
|
|
1330
|
+
[_hQ]: _tK,
|
|
1331
|
+
},
|
|
1332
|
+
],
|
|
1333
|
+
],
|
|
1334
|
+
];
|
|
1335
|
+
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
1336
|
+
var UpdateAppRequest = [
|
|
1337
|
+
3,
|
|
1338
|
+
n0,
|
|
1339
|
+
_UAR,
|
|
1340
|
+
0,
|
|
1341
|
+
[
|
|
1342
|
+
_aI,
|
|
1343
|
+
_n,
|
|
1344
|
+
_d,
|
|
1345
|
+
_p,
|
|
1346
|
+
_cRA,
|
|
1347
|
+
_iSRA,
|
|
1348
|
+
_eV,
|
|
1349
|
+
_eBAB,
|
|
1350
|
+
_eBAD,
|
|
1351
|
+
_eBA,
|
|
1352
|
+
_bAC,
|
|
1353
|
+
_cR,
|
|
1354
|
+
_bS,
|
|
1355
|
+
_cH,
|
|
1356
|
+
_eABC,
|
|
1357
|
+
_aBCP,
|
|
1358
|
+
_aBCC,
|
|
1359
|
+
_r,
|
|
1360
|
+
_oT,
|
|
1361
|
+
_aT,
|
|
1362
|
+
_jC,
|
|
1363
|
+
_cC,
|
|
1364
|
+
],
|
|
1365
|
+
[
|
|
1366
|
+
[0, 1],
|
|
1367
|
+
0,
|
|
1368
|
+
0,
|
|
1369
|
+
0,
|
|
1370
|
+
0,
|
|
1371
|
+
0,
|
|
1372
|
+
128 | 0,
|
|
1373
|
+
2,
|
|
1374
|
+
2,
|
|
1375
|
+
2,
|
|
1376
|
+
[() => BasicAuthCredentials, 0],
|
|
1377
|
+
() => CustomRules,
|
|
1378
|
+
[() => BuildSpec, 0],
|
|
1379
|
+
0,
|
|
1380
|
+
2,
|
|
1381
|
+
64 | 0,
|
|
1382
|
+
[() => AutoBranchCreationConfig, 0],
|
|
1383
|
+
0,
|
|
1384
|
+
[() => OauthToken, 0],
|
|
1385
|
+
[() => AccessToken, 0],
|
|
1386
|
+
() => JobConfig,
|
|
1387
|
+
() => CacheConfig,
|
|
1388
|
+
],
|
|
1389
|
+
];
|
|
1390
|
+
var UpdateAppResult = [3, n0, _UARp, 0, [_a], [[() => App, 0]]];
|
|
1391
|
+
var UpdateBranchRequest = [
|
|
1392
|
+
3,
|
|
1393
|
+
n0,
|
|
1394
|
+
_UBR,
|
|
1395
|
+
0,
|
|
1396
|
+
[_aI, _bN, _d, _f, _s, _eNn, _eAB, _eSP, _eV, _bAC, _eBA, _ePM, _bS, _tt, _dN, _ePRP, _pREN, _bEA, _b, _cRA],
|
|
1397
|
+
[
|
|
1398
|
+
[0, 1],
|
|
1399
|
+
[0, 1],
|
|
1400
|
+
0,
|
|
1401
|
+
0,
|
|
1402
|
+
0,
|
|
1403
|
+
2,
|
|
1404
|
+
2,
|
|
1405
|
+
2,
|
|
1406
|
+
128 | 0,
|
|
1407
|
+
[() => BasicAuthCredentials, 0],
|
|
1408
|
+
2,
|
|
1409
|
+
2,
|
|
1410
|
+
[() => BuildSpec, 0],
|
|
1411
|
+
0,
|
|
1412
|
+
0,
|
|
1413
|
+
2,
|
|
1414
|
+
0,
|
|
1415
|
+
0,
|
|
1416
|
+
() => Backend,
|
|
1417
|
+
0,
|
|
1418
|
+
],
|
|
1419
|
+
];
|
|
1420
|
+
var UpdateBranchResult = [3, n0, _UBRp, 0, [_br], [[() => Branch, 0]]];
|
|
1421
|
+
var UpdateDomainAssociationRequest = [
|
|
1422
|
+
3,
|
|
1423
|
+
n0,
|
|
1424
|
+
_UDAR,
|
|
1425
|
+
0,
|
|
1426
|
+
[_aI, _dNo, _eASD, _sDS, _aSDCP, _aSDIAMR, _cS],
|
|
1427
|
+
[[0, 1], [0, 1], 2, () => SubDomainSettings, 64 | 0, 0, () => CertificateSettings],
|
|
1428
|
+
];
|
|
1429
|
+
var UpdateDomainAssociationResult = [3, n0, _UDARp, 0, [_dAo], [() => DomainAssociation]];
|
|
1430
|
+
var UpdateWebhookRequest = [3, n0, _UWR, 0, [_wI, _bN, _d], [[0, 1], 0, 0]];
|
|
1431
|
+
var UpdateWebhookResult = [3, n0, _UWRp, 0, [_w], [() => Webhook]];
|
|
1432
|
+
var WafConfiguration = [3, n0, _WC, 0, [_wAA, _wS, _sR], [0, 0, 0]];
|
|
1433
|
+
var Webhook = [
|
|
1434
|
+
3,
|
|
1435
|
+
n0,
|
|
1436
|
+
_W,
|
|
1437
|
+
0,
|
|
1438
|
+
[_wA, _wI, _wU, _aI, _bN, _d, _cT, _uT],
|
|
1439
|
+
[0, 0, 0, 0, 0, 0, 4, 4],
|
|
1440
|
+
];
|
|
1441
|
+
var AmplifyServiceException = [-3, _sm, "AmplifyServiceException", 0, [], []];
|
|
1442
|
+
schema.TypeRegistry.for(_sm).registerError(AmplifyServiceException, AmplifyServiceException$1);
|
|
1443
|
+
var Apps = [1, n0, _Ap, 0, [() => App, 0]];
|
|
1444
|
+
var Artifacts = [1, n0, _Art, 0, () => Artifact];
|
|
1445
|
+
var BackendEnvironments = [1, n0, _BEa, 0, () => BackendEnvironment];
|
|
1446
|
+
var Branches = [1, n0, _Bra, 0, [() => Branch, 0]];
|
|
1447
|
+
var CustomRules = [1, n0, _CRu, 0, () => CustomRule];
|
|
1448
|
+
var DomainAssociations = [1, n0, _DAo, 0, () => DomainAssociation];
|
|
1449
|
+
var JobSummaries = [1, n0, _JSo, 0, () => JobSummary];
|
|
1450
|
+
var Steps = [1, n0, _St, 0, () => Step];
|
|
1451
|
+
var SubDomains = [1, n0, _SDu, 0, () => SubDomain];
|
|
1452
|
+
var SubDomainSettings = [1, n0, _SDSu, 0, () => SubDomainSetting];
|
|
1453
|
+
var Webhooks = [1, n0, _We, 0, () => Webhook];
|
|
1454
|
+
var CreateApp = [
|
|
1455
|
+
9,
|
|
1456
|
+
n0,
|
|
1457
|
+
_CA,
|
|
1458
|
+
{
|
|
1459
|
+
[_h]: ["POST", "/apps", 200],
|
|
1460
|
+
},
|
|
1461
|
+
() => CreateAppRequest,
|
|
1462
|
+
() => CreateAppResult,
|
|
1463
|
+
];
|
|
1464
|
+
var CreateBackendEnvironment = [
|
|
1465
|
+
9,
|
|
1466
|
+
n0,
|
|
1467
|
+
_CBE,
|
|
1468
|
+
{
|
|
1469
|
+
[_h]: ["POST", "/apps/{appId}/backendenvironments", 200],
|
|
1470
|
+
},
|
|
1471
|
+
() => CreateBackendEnvironmentRequest,
|
|
1472
|
+
() => CreateBackendEnvironmentResult,
|
|
1473
|
+
];
|
|
1474
|
+
var CreateBranch = [
|
|
1475
|
+
9,
|
|
1476
|
+
n0,
|
|
1477
|
+
_CB,
|
|
1478
|
+
{
|
|
1479
|
+
[_h]: ["POST", "/apps/{appId}/branches", 200],
|
|
1480
|
+
},
|
|
1481
|
+
() => CreateBranchRequest,
|
|
1482
|
+
() => CreateBranchResult,
|
|
1483
|
+
];
|
|
1484
|
+
var CreateDeployment = [
|
|
1485
|
+
9,
|
|
1486
|
+
n0,
|
|
1487
|
+
_CD,
|
|
1488
|
+
{
|
|
1489
|
+
[_h]: ["POST", "/apps/{appId}/branches/{branchName}/deployments", 200],
|
|
1490
|
+
},
|
|
1491
|
+
() => CreateDeploymentRequest,
|
|
1492
|
+
() => CreateDeploymentResult,
|
|
1493
|
+
];
|
|
1494
|
+
var CreateDomainAssociation = [
|
|
1495
|
+
9,
|
|
1496
|
+
n0,
|
|
1497
|
+
_CDA,
|
|
1498
|
+
{
|
|
1499
|
+
[_h]: ["POST", "/apps/{appId}/domains", 200],
|
|
1500
|
+
},
|
|
1501
|
+
() => CreateDomainAssociationRequest,
|
|
1502
|
+
() => CreateDomainAssociationResult,
|
|
1503
|
+
];
|
|
1504
|
+
var CreateWebhook = [
|
|
1505
|
+
9,
|
|
1506
|
+
n0,
|
|
1507
|
+
_CW,
|
|
1508
|
+
{
|
|
1509
|
+
[_h]: ["POST", "/apps/{appId}/webhooks", 200],
|
|
1510
|
+
},
|
|
1511
|
+
() => CreateWebhookRequest,
|
|
1512
|
+
() => CreateWebhookResult,
|
|
1513
|
+
];
|
|
1514
|
+
var DeleteApp = [
|
|
1515
|
+
9,
|
|
1516
|
+
n0,
|
|
1517
|
+
_DAe,
|
|
1518
|
+
{
|
|
1519
|
+
[_h]: ["DELETE", "/apps/{appId}", 200],
|
|
1520
|
+
},
|
|
1521
|
+
() => DeleteAppRequest,
|
|
1522
|
+
() => DeleteAppResult,
|
|
1523
|
+
];
|
|
1524
|
+
var DeleteBackendEnvironment = [
|
|
1525
|
+
9,
|
|
1526
|
+
n0,
|
|
1527
|
+
_DBE,
|
|
1528
|
+
{
|
|
1529
|
+
[_h]: ["DELETE", "/apps/{appId}/backendenvironments/{environmentName}", 200],
|
|
1530
|
+
},
|
|
1531
|
+
() => DeleteBackendEnvironmentRequest,
|
|
1532
|
+
() => DeleteBackendEnvironmentResult,
|
|
1533
|
+
];
|
|
1534
|
+
var DeleteBranch = [
|
|
1535
|
+
9,
|
|
1536
|
+
n0,
|
|
1537
|
+
_DB,
|
|
1538
|
+
{
|
|
1539
|
+
[_h]: ["DELETE", "/apps/{appId}/branches/{branchName}", 200],
|
|
1540
|
+
},
|
|
1541
|
+
() => DeleteBranchRequest,
|
|
1542
|
+
() => DeleteBranchResult,
|
|
1543
|
+
];
|
|
1544
|
+
var DeleteDomainAssociation = [
|
|
1545
|
+
9,
|
|
1546
|
+
n0,
|
|
1547
|
+
_DDA,
|
|
1548
|
+
{
|
|
1549
|
+
[_h]: ["DELETE", "/apps/{appId}/domains/{domainName}", 200],
|
|
1550
|
+
},
|
|
1551
|
+
() => DeleteDomainAssociationRequest,
|
|
1552
|
+
() => DeleteDomainAssociationResult,
|
|
1553
|
+
];
|
|
1554
|
+
var DeleteJob = [
|
|
1555
|
+
9,
|
|
1556
|
+
n0,
|
|
1557
|
+
_DJ,
|
|
1558
|
+
{
|
|
1559
|
+
[_h]: ["DELETE", "/apps/{appId}/branches/{branchName}/jobs/{jobId}", 200],
|
|
1560
|
+
},
|
|
1561
|
+
() => DeleteJobRequest,
|
|
1562
|
+
() => DeleteJobResult,
|
|
1563
|
+
];
|
|
1564
|
+
var DeleteWebhook = [
|
|
1565
|
+
9,
|
|
1566
|
+
n0,
|
|
1567
|
+
_DW,
|
|
1568
|
+
{
|
|
1569
|
+
[_h]: ["DELETE", "/webhooks/{webhookId}", 200],
|
|
1570
|
+
},
|
|
1571
|
+
() => DeleteWebhookRequest,
|
|
1572
|
+
() => DeleteWebhookResult,
|
|
1573
|
+
];
|
|
1574
|
+
var GenerateAccessLogs = [
|
|
1575
|
+
9,
|
|
1576
|
+
n0,
|
|
1577
|
+
_GAL,
|
|
1578
|
+
{
|
|
1579
|
+
[_h]: ["POST", "/apps/{appId}/accesslogs", 200],
|
|
1580
|
+
},
|
|
1581
|
+
() => GenerateAccessLogsRequest,
|
|
1582
|
+
() => GenerateAccessLogsResult,
|
|
1583
|
+
];
|
|
1584
|
+
var GetApp = [
|
|
1585
|
+
9,
|
|
1586
|
+
n0,
|
|
1587
|
+
_GA,
|
|
1588
|
+
{
|
|
1589
|
+
[_h]: ["GET", "/apps/{appId}", 200],
|
|
1590
|
+
},
|
|
1591
|
+
() => GetAppRequest,
|
|
1592
|
+
() => GetAppResult,
|
|
1593
|
+
];
|
|
1594
|
+
var GetArtifactUrl = [
|
|
1595
|
+
9,
|
|
1596
|
+
n0,
|
|
1597
|
+
_GAU,
|
|
1598
|
+
{
|
|
1599
|
+
[_h]: ["GET", "/artifacts/{artifactId}", 200],
|
|
1600
|
+
},
|
|
1601
|
+
() => GetArtifactUrlRequest,
|
|
1602
|
+
() => GetArtifactUrlResult,
|
|
1603
|
+
];
|
|
1604
|
+
var GetBackendEnvironment = [
|
|
1605
|
+
9,
|
|
1606
|
+
n0,
|
|
1607
|
+
_GBE,
|
|
1608
|
+
{
|
|
1609
|
+
[_h]: ["GET", "/apps/{appId}/backendenvironments/{environmentName}", 200],
|
|
1610
|
+
},
|
|
1611
|
+
() => GetBackendEnvironmentRequest,
|
|
1612
|
+
() => GetBackendEnvironmentResult,
|
|
1613
|
+
];
|
|
1614
|
+
var GetBranch = [
|
|
1615
|
+
9,
|
|
1616
|
+
n0,
|
|
1617
|
+
_GB,
|
|
1618
|
+
{
|
|
1619
|
+
[_h]: ["GET", "/apps/{appId}/branches/{branchName}", 200],
|
|
1620
|
+
},
|
|
1621
|
+
() => GetBranchRequest,
|
|
1622
|
+
() => GetBranchResult,
|
|
1623
|
+
];
|
|
1624
|
+
var GetDomainAssociation = [
|
|
1625
|
+
9,
|
|
1626
|
+
n0,
|
|
1627
|
+
_GDA,
|
|
1628
|
+
{
|
|
1629
|
+
[_h]: ["GET", "/apps/{appId}/domains/{domainName}", 200],
|
|
1630
|
+
},
|
|
1631
|
+
() => GetDomainAssociationRequest,
|
|
1632
|
+
() => GetDomainAssociationResult,
|
|
1633
|
+
];
|
|
1634
|
+
var GetJob = [
|
|
1635
|
+
9,
|
|
1636
|
+
n0,
|
|
1637
|
+
_GJ,
|
|
1638
|
+
{
|
|
1639
|
+
[_h]: ["GET", "/apps/{appId}/branches/{branchName}/jobs/{jobId}", 200],
|
|
1640
|
+
},
|
|
1641
|
+
() => GetJobRequest,
|
|
1642
|
+
() => GetJobResult,
|
|
1643
|
+
];
|
|
1644
|
+
var GetWebhook = [
|
|
1645
|
+
9,
|
|
1646
|
+
n0,
|
|
1647
|
+
_GW,
|
|
1648
|
+
{
|
|
1649
|
+
[_h]: ["GET", "/webhooks/{webhookId}", 200],
|
|
1650
|
+
},
|
|
1651
|
+
() => GetWebhookRequest,
|
|
1652
|
+
() => GetWebhookResult,
|
|
1653
|
+
];
|
|
1654
|
+
var ListApps = [
|
|
1655
|
+
9,
|
|
1656
|
+
n0,
|
|
1657
|
+
_LA,
|
|
1658
|
+
{
|
|
1659
|
+
[_h]: ["GET", "/apps", 200],
|
|
1660
|
+
},
|
|
1661
|
+
() => ListAppsRequest,
|
|
1662
|
+
() => ListAppsResult,
|
|
1663
|
+
];
|
|
1664
|
+
var ListArtifacts = [
|
|
1665
|
+
9,
|
|
1666
|
+
n0,
|
|
1667
|
+
_LAi,
|
|
1668
|
+
{
|
|
1669
|
+
[_h]: ["GET", "/apps/{appId}/branches/{branchName}/jobs/{jobId}/artifacts", 200],
|
|
1670
|
+
},
|
|
1671
|
+
() => ListArtifactsRequest,
|
|
1672
|
+
() => ListArtifactsResult,
|
|
1673
|
+
];
|
|
1674
|
+
var ListBackendEnvironments = [
|
|
1675
|
+
9,
|
|
1676
|
+
n0,
|
|
1677
|
+
_LBE,
|
|
1678
|
+
{
|
|
1679
|
+
[_h]: ["GET", "/apps/{appId}/backendenvironments", 200],
|
|
1680
|
+
},
|
|
1681
|
+
() => ListBackendEnvironmentsRequest,
|
|
1682
|
+
() => ListBackendEnvironmentsResult,
|
|
1683
|
+
];
|
|
1684
|
+
var ListBranches = [
|
|
1685
|
+
9,
|
|
1686
|
+
n0,
|
|
1687
|
+
_LB,
|
|
1688
|
+
{
|
|
1689
|
+
[_h]: ["GET", "/apps/{appId}/branches", 200],
|
|
1690
|
+
},
|
|
1691
|
+
() => ListBranchesRequest,
|
|
1692
|
+
() => ListBranchesResult,
|
|
1693
|
+
];
|
|
1694
|
+
var ListDomainAssociations = [
|
|
1695
|
+
9,
|
|
1696
|
+
n0,
|
|
1697
|
+
_LDA,
|
|
1698
|
+
{
|
|
1699
|
+
[_h]: ["GET", "/apps/{appId}/domains", 200],
|
|
1700
|
+
},
|
|
1701
|
+
() => ListDomainAssociationsRequest,
|
|
1702
|
+
() => ListDomainAssociationsResult,
|
|
1703
|
+
];
|
|
1704
|
+
var ListJobs = [
|
|
1705
|
+
9,
|
|
1706
|
+
n0,
|
|
1707
|
+
_LJ,
|
|
1708
|
+
{
|
|
1709
|
+
[_h]: ["GET", "/apps/{appId}/branches/{branchName}/jobs", 200],
|
|
1710
|
+
},
|
|
1711
|
+
() => ListJobsRequest,
|
|
1712
|
+
() => ListJobsResult,
|
|
1713
|
+
];
|
|
1714
|
+
var ListTagsForResource = [
|
|
1715
|
+
9,
|
|
1716
|
+
n0,
|
|
1717
|
+
_LTFR,
|
|
1718
|
+
{
|
|
1719
|
+
[_h]: ["GET", "/tags/{resourceArn}", 200],
|
|
1720
|
+
},
|
|
1721
|
+
() => ListTagsForResourceRequest,
|
|
1722
|
+
() => ListTagsForResourceResponse,
|
|
1723
|
+
];
|
|
1724
|
+
var ListWebhooks = [
|
|
1725
|
+
9,
|
|
1726
|
+
n0,
|
|
1727
|
+
_LW,
|
|
1728
|
+
{
|
|
1729
|
+
[_h]: ["GET", "/apps/{appId}/webhooks", 200],
|
|
1730
|
+
},
|
|
1731
|
+
() => ListWebhooksRequest,
|
|
1732
|
+
() => ListWebhooksResult,
|
|
1733
|
+
];
|
|
1734
|
+
var StartDeployment = [
|
|
1735
|
+
9,
|
|
1736
|
+
n0,
|
|
1737
|
+
_SDt,
|
|
1738
|
+
{
|
|
1739
|
+
[_h]: ["POST", "/apps/{appId}/branches/{branchName}/deployments/start", 200],
|
|
1740
|
+
},
|
|
1741
|
+
() => StartDeploymentRequest,
|
|
1742
|
+
() => StartDeploymentResult,
|
|
1743
|
+
];
|
|
1744
|
+
var StartJob = [
|
|
1745
|
+
9,
|
|
1746
|
+
n0,
|
|
1747
|
+
_SJ,
|
|
1748
|
+
{
|
|
1749
|
+
[_h]: ["POST", "/apps/{appId}/branches/{branchName}/jobs", 200],
|
|
1750
|
+
},
|
|
1751
|
+
() => StartJobRequest,
|
|
1752
|
+
() => StartJobResult,
|
|
1753
|
+
];
|
|
1754
|
+
var StopJob = [
|
|
1755
|
+
9,
|
|
1756
|
+
n0,
|
|
1757
|
+
_SJt,
|
|
1758
|
+
{
|
|
1759
|
+
[_h]: ["DELETE", "/apps/{appId}/branches/{branchName}/jobs/{jobId}/stop", 200],
|
|
1760
|
+
},
|
|
1761
|
+
() => StopJobRequest,
|
|
1762
|
+
() => StopJobResult,
|
|
1763
|
+
];
|
|
1764
|
+
var TagResource = [
|
|
1765
|
+
9,
|
|
1766
|
+
n0,
|
|
1767
|
+
_TR,
|
|
1768
|
+
{
|
|
1769
|
+
[_h]: ["POST", "/tags/{resourceArn}", 200],
|
|
1770
|
+
},
|
|
1771
|
+
() => TagResourceRequest,
|
|
1772
|
+
() => TagResourceResponse,
|
|
1773
|
+
];
|
|
1774
|
+
var UntagResource = [
|
|
1775
|
+
9,
|
|
1776
|
+
n0,
|
|
1777
|
+
_UR,
|
|
1778
|
+
{
|
|
1779
|
+
[_h]: ["DELETE", "/tags/{resourceArn}", 200],
|
|
1780
|
+
},
|
|
1781
|
+
() => UntagResourceRequest,
|
|
1782
|
+
() => UntagResourceResponse,
|
|
1783
|
+
];
|
|
1784
|
+
var UpdateApp = [
|
|
1785
|
+
9,
|
|
1786
|
+
n0,
|
|
1787
|
+
_UA,
|
|
1788
|
+
{
|
|
1789
|
+
[_h]: ["POST", "/apps/{appId}", 200],
|
|
1790
|
+
},
|
|
1791
|
+
() => UpdateAppRequest,
|
|
1792
|
+
() => UpdateAppResult,
|
|
1793
|
+
];
|
|
1794
|
+
var UpdateBranch = [
|
|
1795
|
+
9,
|
|
1796
|
+
n0,
|
|
1797
|
+
_UB,
|
|
1798
|
+
{
|
|
1799
|
+
[_h]: ["POST", "/apps/{appId}/branches/{branchName}", 200],
|
|
1800
|
+
},
|
|
1801
|
+
() => UpdateBranchRequest,
|
|
1802
|
+
() => UpdateBranchResult,
|
|
1803
|
+
];
|
|
1804
|
+
var UpdateDomainAssociation = [
|
|
1805
|
+
9,
|
|
1806
|
+
n0,
|
|
1807
|
+
_UDA,
|
|
1808
|
+
{
|
|
1809
|
+
[_h]: ["POST", "/apps/{appId}/domains/{domainName}", 200],
|
|
1810
|
+
},
|
|
1811
|
+
() => UpdateDomainAssociationRequest,
|
|
1812
|
+
() => UpdateDomainAssociationResult,
|
|
1813
|
+
];
|
|
1814
|
+
var UpdateWebhook = [
|
|
1815
|
+
9,
|
|
1816
|
+
n0,
|
|
1817
|
+
_UW,
|
|
1818
|
+
{
|
|
1819
|
+
[_h]: ["POST", "/webhooks/{webhookId}", 200],
|
|
1820
|
+
},
|
|
1821
|
+
() => UpdateWebhookRequest,
|
|
1822
|
+
() => UpdateWebhookResult,
|
|
1823
|
+
];
|
|
1766
1824
|
|
|
1767
1825
|
class CreateAppCommand extends smithyClient.Command
|
|
1768
1826
|
.classBuilder()
|
|
1769
1827
|
.ep(commonParams)
|
|
1770
1828
|
.m(function (Command, cs, config, o) {
|
|
1771
|
-
return [
|
|
1772
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1773
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1774
|
-
];
|
|
1829
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1775
1830
|
})
|
|
1776
1831
|
.s("Amplify", "CreateApp", {})
|
|
1777
1832
|
.n("AmplifyClient", "CreateAppCommand")
|
|
1778
|
-
.
|
|
1779
|
-
.ser(se_CreateAppCommand)
|
|
1780
|
-
.de(de_CreateAppCommand)
|
|
1833
|
+
.sc(CreateApp)
|
|
1781
1834
|
.build() {
|
|
1782
1835
|
}
|
|
1783
1836
|
|
|
@@ -1785,16 +1838,11 @@ class CreateBackendEnvironmentCommand extends smithyClient.Command
|
|
|
1785
1838
|
.classBuilder()
|
|
1786
1839
|
.ep(commonParams)
|
|
1787
1840
|
.m(function (Command, cs, config, o) {
|
|
1788
|
-
return [
|
|
1789
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1790
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1791
|
-
];
|
|
1841
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1792
1842
|
})
|
|
1793
1843
|
.s("Amplify", "CreateBackendEnvironment", {})
|
|
1794
1844
|
.n("AmplifyClient", "CreateBackendEnvironmentCommand")
|
|
1795
|
-
.
|
|
1796
|
-
.ser(se_CreateBackendEnvironmentCommand)
|
|
1797
|
-
.de(de_CreateBackendEnvironmentCommand)
|
|
1845
|
+
.sc(CreateBackendEnvironment)
|
|
1798
1846
|
.build() {
|
|
1799
1847
|
}
|
|
1800
1848
|
|
|
@@ -1802,16 +1850,11 @@ class CreateBranchCommand extends smithyClient.Command
|
|
|
1802
1850
|
.classBuilder()
|
|
1803
1851
|
.ep(commonParams)
|
|
1804
1852
|
.m(function (Command, cs, config, o) {
|
|
1805
|
-
return [
|
|
1806
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1807
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1808
|
-
];
|
|
1853
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1809
1854
|
})
|
|
1810
1855
|
.s("Amplify", "CreateBranch", {})
|
|
1811
1856
|
.n("AmplifyClient", "CreateBranchCommand")
|
|
1812
|
-
.
|
|
1813
|
-
.ser(se_CreateBranchCommand)
|
|
1814
|
-
.de(de_CreateBranchCommand)
|
|
1857
|
+
.sc(CreateBranch)
|
|
1815
1858
|
.build() {
|
|
1816
1859
|
}
|
|
1817
1860
|
|
|
@@ -1819,16 +1862,11 @@ class CreateDeploymentCommand extends smithyClient.Command
|
|
|
1819
1862
|
.classBuilder()
|
|
1820
1863
|
.ep(commonParams)
|
|
1821
1864
|
.m(function (Command, cs, config, o) {
|
|
1822
|
-
return [
|
|
1823
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1824
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1825
|
-
];
|
|
1865
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1826
1866
|
})
|
|
1827
1867
|
.s("Amplify", "CreateDeployment", {})
|
|
1828
1868
|
.n("AmplifyClient", "CreateDeploymentCommand")
|
|
1829
|
-
.
|
|
1830
|
-
.ser(se_CreateDeploymentCommand)
|
|
1831
|
-
.de(de_CreateDeploymentCommand)
|
|
1869
|
+
.sc(CreateDeployment)
|
|
1832
1870
|
.build() {
|
|
1833
1871
|
}
|
|
1834
1872
|
|
|
@@ -1836,16 +1874,11 @@ class CreateDomainAssociationCommand extends smithyClient.Command
|
|
|
1836
1874
|
.classBuilder()
|
|
1837
1875
|
.ep(commonParams)
|
|
1838
1876
|
.m(function (Command, cs, config, o) {
|
|
1839
|
-
return [
|
|
1840
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1841
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1842
|
-
];
|
|
1877
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1843
1878
|
})
|
|
1844
1879
|
.s("Amplify", "CreateDomainAssociation", {})
|
|
1845
1880
|
.n("AmplifyClient", "CreateDomainAssociationCommand")
|
|
1846
|
-
.
|
|
1847
|
-
.ser(se_CreateDomainAssociationCommand)
|
|
1848
|
-
.de(de_CreateDomainAssociationCommand)
|
|
1881
|
+
.sc(CreateDomainAssociation)
|
|
1849
1882
|
.build() {
|
|
1850
1883
|
}
|
|
1851
1884
|
|
|
@@ -1853,16 +1886,11 @@ class CreateWebhookCommand extends smithyClient.Command
|
|
|
1853
1886
|
.classBuilder()
|
|
1854
1887
|
.ep(commonParams)
|
|
1855
1888
|
.m(function (Command, cs, config, o) {
|
|
1856
|
-
return [
|
|
1857
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1858
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1859
|
-
];
|
|
1889
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1860
1890
|
})
|
|
1861
1891
|
.s("Amplify", "CreateWebhook", {})
|
|
1862
1892
|
.n("AmplifyClient", "CreateWebhookCommand")
|
|
1863
|
-
.
|
|
1864
|
-
.ser(se_CreateWebhookCommand)
|
|
1865
|
-
.de(de_CreateWebhookCommand)
|
|
1893
|
+
.sc(CreateWebhook)
|
|
1866
1894
|
.build() {
|
|
1867
1895
|
}
|
|
1868
1896
|
|
|
@@ -1870,16 +1898,11 @@ class DeleteAppCommand extends smithyClient.Command
|
|
|
1870
1898
|
.classBuilder()
|
|
1871
1899
|
.ep(commonParams)
|
|
1872
1900
|
.m(function (Command, cs, config, o) {
|
|
1873
|
-
return [
|
|
1874
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1875
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1876
|
-
];
|
|
1901
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1877
1902
|
})
|
|
1878
1903
|
.s("Amplify", "DeleteApp", {})
|
|
1879
1904
|
.n("AmplifyClient", "DeleteAppCommand")
|
|
1880
|
-
.
|
|
1881
|
-
.ser(se_DeleteAppCommand)
|
|
1882
|
-
.de(de_DeleteAppCommand)
|
|
1905
|
+
.sc(DeleteApp)
|
|
1883
1906
|
.build() {
|
|
1884
1907
|
}
|
|
1885
1908
|
|
|
@@ -1887,16 +1910,11 @@ class DeleteBackendEnvironmentCommand extends smithyClient.Command
|
|
|
1887
1910
|
.classBuilder()
|
|
1888
1911
|
.ep(commonParams)
|
|
1889
1912
|
.m(function (Command, cs, config, o) {
|
|
1890
|
-
return [
|
|
1891
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1892
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1893
|
-
];
|
|
1913
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1894
1914
|
})
|
|
1895
1915
|
.s("Amplify", "DeleteBackendEnvironment", {})
|
|
1896
1916
|
.n("AmplifyClient", "DeleteBackendEnvironmentCommand")
|
|
1897
|
-
.
|
|
1898
|
-
.ser(se_DeleteBackendEnvironmentCommand)
|
|
1899
|
-
.de(de_DeleteBackendEnvironmentCommand)
|
|
1917
|
+
.sc(DeleteBackendEnvironment)
|
|
1900
1918
|
.build() {
|
|
1901
1919
|
}
|
|
1902
1920
|
|
|
@@ -1904,16 +1922,11 @@ class DeleteBranchCommand extends smithyClient.Command
|
|
|
1904
1922
|
.classBuilder()
|
|
1905
1923
|
.ep(commonParams)
|
|
1906
1924
|
.m(function (Command, cs, config, o) {
|
|
1907
|
-
return [
|
|
1908
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1909
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1910
|
-
];
|
|
1925
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1911
1926
|
})
|
|
1912
1927
|
.s("Amplify", "DeleteBranch", {})
|
|
1913
1928
|
.n("AmplifyClient", "DeleteBranchCommand")
|
|
1914
|
-
.
|
|
1915
|
-
.ser(se_DeleteBranchCommand)
|
|
1916
|
-
.de(de_DeleteBranchCommand)
|
|
1929
|
+
.sc(DeleteBranch)
|
|
1917
1930
|
.build() {
|
|
1918
1931
|
}
|
|
1919
1932
|
|
|
@@ -1921,16 +1934,11 @@ class DeleteDomainAssociationCommand extends smithyClient.Command
|
|
|
1921
1934
|
.classBuilder()
|
|
1922
1935
|
.ep(commonParams)
|
|
1923
1936
|
.m(function (Command, cs, config, o) {
|
|
1924
|
-
return [
|
|
1925
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1926
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1927
|
-
];
|
|
1937
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1928
1938
|
})
|
|
1929
1939
|
.s("Amplify", "DeleteDomainAssociation", {})
|
|
1930
1940
|
.n("AmplifyClient", "DeleteDomainAssociationCommand")
|
|
1931
|
-
.
|
|
1932
|
-
.ser(se_DeleteDomainAssociationCommand)
|
|
1933
|
-
.de(de_DeleteDomainAssociationCommand)
|
|
1941
|
+
.sc(DeleteDomainAssociation)
|
|
1934
1942
|
.build() {
|
|
1935
1943
|
}
|
|
1936
1944
|
|
|
@@ -1938,16 +1946,11 @@ class DeleteJobCommand extends smithyClient.Command
|
|
|
1938
1946
|
.classBuilder()
|
|
1939
1947
|
.ep(commonParams)
|
|
1940
1948
|
.m(function (Command, cs, config, o) {
|
|
1941
|
-
return [
|
|
1942
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1943
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1944
|
-
];
|
|
1949
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1945
1950
|
})
|
|
1946
1951
|
.s("Amplify", "DeleteJob", {})
|
|
1947
1952
|
.n("AmplifyClient", "DeleteJobCommand")
|
|
1948
|
-
.
|
|
1949
|
-
.ser(se_DeleteJobCommand)
|
|
1950
|
-
.de(de_DeleteJobCommand)
|
|
1953
|
+
.sc(DeleteJob)
|
|
1951
1954
|
.build() {
|
|
1952
1955
|
}
|
|
1953
1956
|
|
|
@@ -1955,16 +1958,11 @@ class DeleteWebhookCommand extends smithyClient.Command
|
|
|
1955
1958
|
.classBuilder()
|
|
1956
1959
|
.ep(commonParams)
|
|
1957
1960
|
.m(function (Command, cs, config, o) {
|
|
1958
|
-
return [
|
|
1959
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1960
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1961
|
-
];
|
|
1961
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1962
1962
|
})
|
|
1963
1963
|
.s("Amplify", "DeleteWebhook", {})
|
|
1964
1964
|
.n("AmplifyClient", "DeleteWebhookCommand")
|
|
1965
|
-
.
|
|
1966
|
-
.ser(se_DeleteWebhookCommand)
|
|
1967
|
-
.de(de_DeleteWebhookCommand)
|
|
1965
|
+
.sc(DeleteWebhook)
|
|
1968
1966
|
.build() {
|
|
1969
1967
|
}
|
|
1970
1968
|
|
|
@@ -1972,16 +1970,11 @@ class GenerateAccessLogsCommand extends smithyClient.Command
|
|
|
1972
1970
|
.classBuilder()
|
|
1973
1971
|
.ep(commonParams)
|
|
1974
1972
|
.m(function (Command, cs, config, o) {
|
|
1975
|
-
return [
|
|
1976
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1977
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1978
|
-
];
|
|
1973
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1979
1974
|
})
|
|
1980
1975
|
.s("Amplify", "GenerateAccessLogs", {})
|
|
1981
1976
|
.n("AmplifyClient", "GenerateAccessLogsCommand")
|
|
1982
|
-
.
|
|
1983
|
-
.ser(se_GenerateAccessLogsCommand)
|
|
1984
|
-
.de(de_GenerateAccessLogsCommand)
|
|
1977
|
+
.sc(GenerateAccessLogs)
|
|
1985
1978
|
.build() {
|
|
1986
1979
|
}
|
|
1987
1980
|
|
|
@@ -1989,16 +1982,11 @@ class GetAppCommand extends smithyClient.Command
|
|
|
1989
1982
|
.classBuilder()
|
|
1990
1983
|
.ep(commonParams)
|
|
1991
1984
|
.m(function (Command, cs, config, o) {
|
|
1992
|
-
return [
|
|
1993
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
1994
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1995
|
-
];
|
|
1985
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1996
1986
|
})
|
|
1997
1987
|
.s("Amplify", "GetApp", {})
|
|
1998
1988
|
.n("AmplifyClient", "GetAppCommand")
|
|
1999
|
-
.
|
|
2000
|
-
.ser(se_GetAppCommand)
|
|
2001
|
-
.de(de_GetAppCommand)
|
|
1989
|
+
.sc(GetApp)
|
|
2002
1990
|
.build() {
|
|
2003
1991
|
}
|
|
2004
1992
|
|
|
@@ -2006,16 +1994,11 @@ class GetArtifactUrlCommand extends smithyClient.Command
|
|
|
2006
1994
|
.classBuilder()
|
|
2007
1995
|
.ep(commonParams)
|
|
2008
1996
|
.m(function (Command, cs, config, o) {
|
|
2009
|
-
return [
|
|
2010
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2011
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2012
|
-
];
|
|
1997
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2013
1998
|
})
|
|
2014
1999
|
.s("Amplify", "GetArtifactUrl", {})
|
|
2015
2000
|
.n("AmplifyClient", "GetArtifactUrlCommand")
|
|
2016
|
-
.
|
|
2017
|
-
.ser(se_GetArtifactUrlCommand)
|
|
2018
|
-
.de(de_GetArtifactUrlCommand)
|
|
2001
|
+
.sc(GetArtifactUrl)
|
|
2019
2002
|
.build() {
|
|
2020
2003
|
}
|
|
2021
2004
|
|
|
@@ -2023,16 +2006,11 @@ class GetBackendEnvironmentCommand extends smithyClient.Command
|
|
|
2023
2006
|
.classBuilder()
|
|
2024
2007
|
.ep(commonParams)
|
|
2025
2008
|
.m(function (Command, cs, config, o) {
|
|
2026
|
-
return [
|
|
2027
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2028
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2029
|
-
];
|
|
2009
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2030
2010
|
})
|
|
2031
2011
|
.s("Amplify", "GetBackendEnvironment", {})
|
|
2032
2012
|
.n("AmplifyClient", "GetBackendEnvironmentCommand")
|
|
2033
|
-
.
|
|
2034
|
-
.ser(se_GetBackendEnvironmentCommand)
|
|
2035
|
-
.de(de_GetBackendEnvironmentCommand)
|
|
2013
|
+
.sc(GetBackendEnvironment)
|
|
2036
2014
|
.build() {
|
|
2037
2015
|
}
|
|
2038
2016
|
|
|
@@ -2040,16 +2018,11 @@ class GetBranchCommand extends smithyClient.Command
|
|
|
2040
2018
|
.classBuilder()
|
|
2041
2019
|
.ep(commonParams)
|
|
2042
2020
|
.m(function (Command, cs, config, o) {
|
|
2043
|
-
return [
|
|
2044
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2045
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2046
|
-
];
|
|
2021
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2047
2022
|
})
|
|
2048
2023
|
.s("Amplify", "GetBranch", {})
|
|
2049
2024
|
.n("AmplifyClient", "GetBranchCommand")
|
|
2050
|
-
.
|
|
2051
|
-
.ser(se_GetBranchCommand)
|
|
2052
|
-
.de(de_GetBranchCommand)
|
|
2025
|
+
.sc(GetBranch)
|
|
2053
2026
|
.build() {
|
|
2054
2027
|
}
|
|
2055
2028
|
|
|
@@ -2057,16 +2030,11 @@ class GetDomainAssociationCommand extends smithyClient.Command
|
|
|
2057
2030
|
.classBuilder()
|
|
2058
2031
|
.ep(commonParams)
|
|
2059
2032
|
.m(function (Command, cs, config, o) {
|
|
2060
|
-
return [
|
|
2061
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2062
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2063
|
-
];
|
|
2033
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2064
2034
|
})
|
|
2065
2035
|
.s("Amplify", "GetDomainAssociation", {})
|
|
2066
2036
|
.n("AmplifyClient", "GetDomainAssociationCommand")
|
|
2067
|
-
.
|
|
2068
|
-
.ser(se_GetDomainAssociationCommand)
|
|
2069
|
-
.de(de_GetDomainAssociationCommand)
|
|
2037
|
+
.sc(GetDomainAssociation)
|
|
2070
2038
|
.build() {
|
|
2071
2039
|
}
|
|
2072
2040
|
|
|
@@ -2074,16 +2042,11 @@ class GetJobCommand extends smithyClient.Command
|
|
|
2074
2042
|
.classBuilder()
|
|
2075
2043
|
.ep(commonParams)
|
|
2076
2044
|
.m(function (Command, cs, config, o) {
|
|
2077
|
-
return [
|
|
2078
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2079
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2080
|
-
];
|
|
2045
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2081
2046
|
})
|
|
2082
2047
|
.s("Amplify", "GetJob", {})
|
|
2083
2048
|
.n("AmplifyClient", "GetJobCommand")
|
|
2084
|
-
.
|
|
2085
|
-
.ser(se_GetJobCommand)
|
|
2086
|
-
.de(de_GetJobCommand)
|
|
2049
|
+
.sc(GetJob)
|
|
2087
2050
|
.build() {
|
|
2088
2051
|
}
|
|
2089
2052
|
|
|
@@ -2091,16 +2054,11 @@ class GetWebhookCommand extends smithyClient.Command
|
|
|
2091
2054
|
.classBuilder()
|
|
2092
2055
|
.ep(commonParams)
|
|
2093
2056
|
.m(function (Command, cs, config, o) {
|
|
2094
|
-
return [
|
|
2095
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2096
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2097
|
-
];
|
|
2057
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2098
2058
|
})
|
|
2099
2059
|
.s("Amplify", "GetWebhook", {})
|
|
2100
2060
|
.n("AmplifyClient", "GetWebhookCommand")
|
|
2101
|
-
.
|
|
2102
|
-
.ser(se_GetWebhookCommand)
|
|
2103
|
-
.de(de_GetWebhookCommand)
|
|
2061
|
+
.sc(GetWebhook)
|
|
2104
2062
|
.build() {
|
|
2105
2063
|
}
|
|
2106
2064
|
|
|
@@ -2108,16 +2066,11 @@ class ListAppsCommand extends smithyClient.Command
|
|
|
2108
2066
|
.classBuilder()
|
|
2109
2067
|
.ep(commonParams)
|
|
2110
2068
|
.m(function (Command, cs, config, o) {
|
|
2111
|
-
return [
|
|
2112
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2113
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2114
|
-
];
|
|
2069
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2115
2070
|
})
|
|
2116
2071
|
.s("Amplify", "ListApps", {})
|
|
2117
2072
|
.n("AmplifyClient", "ListAppsCommand")
|
|
2118
|
-
.
|
|
2119
|
-
.ser(se_ListAppsCommand)
|
|
2120
|
-
.de(de_ListAppsCommand)
|
|
2073
|
+
.sc(ListApps)
|
|
2121
2074
|
.build() {
|
|
2122
2075
|
}
|
|
2123
2076
|
|
|
@@ -2125,16 +2078,11 @@ class ListArtifactsCommand extends smithyClient.Command
|
|
|
2125
2078
|
.classBuilder()
|
|
2126
2079
|
.ep(commonParams)
|
|
2127
2080
|
.m(function (Command, cs, config, o) {
|
|
2128
|
-
return [
|
|
2129
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2130
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2131
|
-
];
|
|
2081
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2132
2082
|
})
|
|
2133
2083
|
.s("Amplify", "ListArtifacts", {})
|
|
2134
2084
|
.n("AmplifyClient", "ListArtifactsCommand")
|
|
2135
|
-
.
|
|
2136
|
-
.ser(se_ListArtifactsCommand)
|
|
2137
|
-
.de(de_ListArtifactsCommand)
|
|
2085
|
+
.sc(ListArtifacts)
|
|
2138
2086
|
.build() {
|
|
2139
2087
|
}
|
|
2140
2088
|
|
|
@@ -2142,16 +2090,11 @@ class ListBackendEnvironmentsCommand extends smithyClient.Command
|
|
|
2142
2090
|
.classBuilder()
|
|
2143
2091
|
.ep(commonParams)
|
|
2144
2092
|
.m(function (Command, cs, config, o) {
|
|
2145
|
-
return [
|
|
2146
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2147
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2148
|
-
];
|
|
2093
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2149
2094
|
})
|
|
2150
2095
|
.s("Amplify", "ListBackendEnvironments", {})
|
|
2151
2096
|
.n("AmplifyClient", "ListBackendEnvironmentsCommand")
|
|
2152
|
-
.
|
|
2153
|
-
.ser(se_ListBackendEnvironmentsCommand)
|
|
2154
|
-
.de(de_ListBackendEnvironmentsCommand)
|
|
2097
|
+
.sc(ListBackendEnvironments)
|
|
2155
2098
|
.build() {
|
|
2156
2099
|
}
|
|
2157
2100
|
|
|
@@ -2159,16 +2102,11 @@ class ListBranchesCommand extends smithyClient.Command
|
|
|
2159
2102
|
.classBuilder()
|
|
2160
2103
|
.ep(commonParams)
|
|
2161
2104
|
.m(function (Command, cs, config, o) {
|
|
2162
|
-
return [
|
|
2163
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2164
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2165
|
-
];
|
|
2105
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2166
2106
|
})
|
|
2167
2107
|
.s("Amplify", "ListBranches", {})
|
|
2168
2108
|
.n("AmplifyClient", "ListBranchesCommand")
|
|
2169
|
-
.
|
|
2170
|
-
.ser(se_ListBranchesCommand)
|
|
2171
|
-
.de(de_ListBranchesCommand)
|
|
2109
|
+
.sc(ListBranches)
|
|
2172
2110
|
.build() {
|
|
2173
2111
|
}
|
|
2174
2112
|
|
|
@@ -2176,16 +2114,11 @@ class ListDomainAssociationsCommand extends smithyClient.Command
|
|
|
2176
2114
|
.classBuilder()
|
|
2177
2115
|
.ep(commonParams)
|
|
2178
2116
|
.m(function (Command, cs, config, o) {
|
|
2179
|
-
return [
|
|
2180
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2181
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2182
|
-
];
|
|
2117
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2183
2118
|
})
|
|
2184
2119
|
.s("Amplify", "ListDomainAssociations", {})
|
|
2185
2120
|
.n("AmplifyClient", "ListDomainAssociationsCommand")
|
|
2186
|
-
.
|
|
2187
|
-
.ser(se_ListDomainAssociationsCommand)
|
|
2188
|
-
.de(de_ListDomainAssociationsCommand)
|
|
2121
|
+
.sc(ListDomainAssociations)
|
|
2189
2122
|
.build() {
|
|
2190
2123
|
}
|
|
2191
2124
|
|
|
@@ -2193,16 +2126,11 @@ class ListJobsCommand extends smithyClient.Command
|
|
|
2193
2126
|
.classBuilder()
|
|
2194
2127
|
.ep(commonParams)
|
|
2195
2128
|
.m(function (Command, cs, config, o) {
|
|
2196
|
-
return [
|
|
2197
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2198
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2199
|
-
];
|
|
2129
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2200
2130
|
})
|
|
2201
2131
|
.s("Amplify", "ListJobs", {})
|
|
2202
2132
|
.n("AmplifyClient", "ListJobsCommand")
|
|
2203
|
-
.
|
|
2204
|
-
.ser(se_ListJobsCommand)
|
|
2205
|
-
.de(de_ListJobsCommand)
|
|
2133
|
+
.sc(ListJobs)
|
|
2206
2134
|
.build() {
|
|
2207
2135
|
}
|
|
2208
2136
|
|
|
@@ -2210,16 +2138,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
2210
2138
|
.classBuilder()
|
|
2211
2139
|
.ep(commonParams)
|
|
2212
2140
|
.m(function (Command, cs, config, o) {
|
|
2213
|
-
return [
|
|
2214
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2215
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2216
|
-
];
|
|
2141
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2217
2142
|
})
|
|
2218
2143
|
.s("Amplify", "ListTagsForResource", {})
|
|
2219
2144
|
.n("AmplifyClient", "ListTagsForResourceCommand")
|
|
2220
|
-
.
|
|
2221
|
-
.ser(se_ListTagsForResourceCommand)
|
|
2222
|
-
.de(de_ListTagsForResourceCommand)
|
|
2145
|
+
.sc(ListTagsForResource)
|
|
2223
2146
|
.build() {
|
|
2224
2147
|
}
|
|
2225
2148
|
|
|
@@ -2227,16 +2150,11 @@ class ListWebhooksCommand extends smithyClient.Command
|
|
|
2227
2150
|
.classBuilder()
|
|
2228
2151
|
.ep(commonParams)
|
|
2229
2152
|
.m(function (Command, cs, config, o) {
|
|
2230
|
-
return [
|
|
2231
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2232
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2233
|
-
];
|
|
2153
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2234
2154
|
})
|
|
2235
2155
|
.s("Amplify", "ListWebhooks", {})
|
|
2236
2156
|
.n("AmplifyClient", "ListWebhooksCommand")
|
|
2237
|
-
.
|
|
2238
|
-
.ser(se_ListWebhooksCommand)
|
|
2239
|
-
.de(de_ListWebhooksCommand)
|
|
2157
|
+
.sc(ListWebhooks)
|
|
2240
2158
|
.build() {
|
|
2241
2159
|
}
|
|
2242
2160
|
|
|
@@ -2244,16 +2162,11 @@ class StartDeploymentCommand extends smithyClient.Command
|
|
|
2244
2162
|
.classBuilder()
|
|
2245
2163
|
.ep(commonParams)
|
|
2246
2164
|
.m(function (Command, cs, config, o) {
|
|
2247
|
-
return [
|
|
2248
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2249
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2250
|
-
];
|
|
2165
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2251
2166
|
})
|
|
2252
2167
|
.s("Amplify", "StartDeployment", {})
|
|
2253
2168
|
.n("AmplifyClient", "StartDeploymentCommand")
|
|
2254
|
-
.
|
|
2255
|
-
.ser(se_StartDeploymentCommand)
|
|
2256
|
-
.de(de_StartDeploymentCommand)
|
|
2169
|
+
.sc(StartDeployment)
|
|
2257
2170
|
.build() {
|
|
2258
2171
|
}
|
|
2259
2172
|
|
|
@@ -2261,16 +2174,11 @@ class StartJobCommand extends smithyClient.Command
|
|
|
2261
2174
|
.classBuilder()
|
|
2262
2175
|
.ep(commonParams)
|
|
2263
2176
|
.m(function (Command, cs, config, o) {
|
|
2264
|
-
return [
|
|
2265
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2266
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2267
|
-
];
|
|
2177
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2268
2178
|
})
|
|
2269
2179
|
.s("Amplify", "StartJob", {})
|
|
2270
2180
|
.n("AmplifyClient", "StartJobCommand")
|
|
2271
|
-
.
|
|
2272
|
-
.ser(se_StartJobCommand)
|
|
2273
|
-
.de(de_StartJobCommand)
|
|
2181
|
+
.sc(StartJob)
|
|
2274
2182
|
.build() {
|
|
2275
2183
|
}
|
|
2276
2184
|
|
|
@@ -2278,16 +2186,11 @@ class StopJobCommand extends smithyClient.Command
|
|
|
2278
2186
|
.classBuilder()
|
|
2279
2187
|
.ep(commonParams)
|
|
2280
2188
|
.m(function (Command, cs, config, o) {
|
|
2281
|
-
return [
|
|
2282
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2283
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2284
|
-
];
|
|
2189
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2285
2190
|
})
|
|
2286
2191
|
.s("Amplify", "StopJob", {})
|
|
2287
2192
|
.n("AmplifyClient", "StopJobCommand")
|
|
2288
|
-
.
|
|
2289
|
-
.ser(se_StopJobCommand)
|
|
2290
|
-
.de(de_StopJobCommand)
|
|
2193
|
+
.sc(StopJob)
|
|
2291
2194
|
.build() {
|
|
2292
2195
|
}
|
|
2293
2196
|
|
|
@@ -2295,16 +2198,11 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
2295
2198
|
.classBuilder()
|
|
2296
2199
|
.ep(commonParams)
|
|
2297
2200
|
.m(function (Command, cs, config, o) {
|
|
2298
|
-
return [
|
|
2299
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2300
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2301
|
-
];
|
|
2201
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2302
2202
|
})
|
|
2303
2203
|
.s("Amplify", "TagResource", {})
|
|
2304
2204
|
.n("AmplifyClient", "TagResourceCommand")
|
|
2305
|
-
.
|
|
2306
|
-
.ser(se_TagResourceCommand)
|
|
2307
|
-
.de(de_TagResourceCommand)
|
|
2205
|
+
.sc(TagResource)
|
|
2308
2206
|
.build() {
|
|
2309
2207
|
}
|
|
2310
2208
|
|
|
@@ -2312,16 +2210,11 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
2312
2210
|
.classBuilder()
|
|
2313
2211
|
.ep(commonParams)
|
|
2314
2212
|
.m(function (Command, cs, config, o) {
|
|
2315
|
-
return [
|
|
2316
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2317
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2318
|
-
];
|
|
2213
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2319
2214
|
})
|
|
2320
2215
|
.s("Amplify", "UntagResource", {})
|
|
2321
2216
|
.n("AmplifyClient", "UntagResourceCommand")
|
|
2322
|
-
.
|
|
2323
|
-
.ser(se_UntagResourceCommand)
|
|
2324
|
-
.de(de_UntagResourceCommand)
|
|
2217
|
+
.sc(UntagResource)
|
|
2325
2218
|
.build() {
|
|
2326
2219
|
}
|
|
2327
2220
|
|
|
@@ -2329,16 +2222,11 @@ class UpdateAppCommand extends smithyClient.Command
|
|
|
2329
2222
|
.classBuilder()
|
|
2330
2223
|
.ep(commonParams)
|
|
2331
2224
|
.m(function (Command, cs, config, o) {
|
|
2332
|
-
return [
|
|
2333
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2334
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2335
|
-
];
|
|
2225
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2336
2226
|
})
|
|
2337
2227
|
.s("Amplify", "UpdateApp", {})
|
|
2338
2228
|
.n("AmplifyClient", "UpdateAppCommand")
|
|
2339
|
-
.
|
|
2340
|
-
.ser(se_UpdateAppCommand)
|
|
2341
|
-
.de(de_UpdateAppCommand)
|
|
2229
|
+
.sc(UpdateApp)
|
|
2342
2230
|
.build() {
|
|
2343
2231
|
}
|
|
2344
2232
|
|
|
@@ -2346,16 +2234,11 @@ class UpdateBranchCommand extends smithyClient.Command
|
|
|
2346
2234
|
.classBuilder()
|
|
2347
2235
|
.ep(commonParams)
|
|
2348
2236
|
.m(function (Command, cs, config, o) {
|
|
2349
|
-
return [
|
|
2350
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2351
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2352
|
-
];
|
|
2237
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2353
2238
|
})
|
|
2354
2239
|
.s("Amplify", "UpdateBranch", {})
|
|
2355
2240
|
.n("AmplifyClient", "UpdateBranchCommand")
|
|
2356
|
-
.
|
|
2357
|
-
.ser(se_UpdateBranchCommand)
|
|
2358
|
-
.de(de_UpdateBranchCommand)
|
|
2241
|
+
.sc(UpdateBranch)
|
|
2359
2242
|
.build() {
|
|
2360
2243
|
}
|
|
2361
2244
|
|
|
@@ -2363,16 +2246,11 @@ class UpdateDomainAssociationCommand extends smithyClient.Command
|
|
|
2363
2246
|
.classBuilder()
|
|
2364
2247
|
.ep(commonParams)
|
|
2365
2248
|
.m(function (Command, cs, config, o) {
|
|
2366
|
-
return [
|
|
2367
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2368
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2369
|
-
];
|
|
2249
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2370
2250
|
})
|
|
2371
2251
|
.s("Amplify", "UpdateDomainAssociation", {})
|
|
2372
2252
|
.n("AmplifyClient", "UpdateDomainAssociationCommand")
|
|
2373
|
-
.
|
|
2374
|
-
.ser(se_UpdateDomainAssociationCommand)
|
|
2375
|
-
.de(de_UpdateDomainAssociationCommand)
|
|
2253
|
+
.sc(UpdateDomainAssociation)
|
|
2376
2254
|
.build() {
|
|
2377
2255
|
}
|
|
2378
2256
|
|
|
@@ -2380,16 +2258,11 @@ class UpdateWebhookCommand extends smithyClient.Command
|
|
|
2380
2258
|
.classBuilder()
|
|
2381
2259
|
.ep(commonParams)
|
|
2382
2260
|
.m(function (Command, cs, config, o) {
|
|
2383
|
-
return [
|
|
2384
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
2385
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2386
|
-
];
|
|
2261
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2387
2262
|
})
|
|
2388
2263
|
.s("Amplify", "UpdateWebhook", {})
|
|
2389
2264
|
.n("AmplifyClient", "UpdateWebhookCommand")
|
|
2390
|
-
.
|
|
2391
|
-
.ser(se_UpdateWebhookCommand)
|
|
2392
|
-
.de(de_UpdateWebhookCommand)
|
|
2265
|
+
.sc(UpdateWebhook)
|
|
2393
2266
|
.build() {
|
|
2394
2267
|
}
|
|
2395
2268
|
|
|
@@ -2454,76 +2327,59 @@ Object.defineProperty(exports, "__Client", {
|
|
|
2454
2327
|
});
|
|
2455
2328
|
exports.Amplify = Amplify;
|
|
2456
2329
|
exports.AmplifyClient = AmplifyClient;
|
|
2457
|
-
exports.AmplifyServiceException = AmplifyServiceException;
|
|
2458
|
-
exports.
|
|
2459
|
-
exports.AutoBranchCreationConfigFilterSensitiveLog = AutoBranchCreationConfigFilterSensitiveLog;
|
|
2460
|
-
exports.BadRequestException = BadRequestException;
|
|
2461
|
-
exports.BranchFilterSensitiveLog = BranchFilterSensitiveLog;
|
|
2330
|
+
exports.AmplifyServiceException = AmplifyServiceException$1;
|
|
2331
|
+
exports.BadRequestException = BadRequestException$1;
|
|
2462
2332
|
exports.BuildComputeType = BuildComputeType;
|
|
2463
2333
|
exports.CacheConfigType = CacheConfigType;
|
|
2464
2334
|
exports.CertificateType = CertificateType;
|
|
2465
2335
|
exports.CreateAppCommand = CreateAppCommand;
|
|
2466
|
-
exports.CreateAppRequestFilterSensitiveLog = CreateAppRequestFilterSensitiveLog;
|
|
2467
|
-
exports.CreateAppResultFilterSensitiveLog = CreateAppResultFilterSensitiveLog;
|
|
2468
2336
|
exports.CreateBackendEnvironmentCommand = CreateBackendEnvironmentCommand;
|
|
2469
2337
|
exports.CreateBranchCommand = CreateBranchCommand;
|
|
2470
|
-
exports.CreateBranchRequestFilterSensitiveLog = CreateBranchRequestFilterSensitiveLog;
|
|
2471
|
-
exports.CreateBranchResultFilterSensitiveLog = CreateBranchResultFilterSensitiveLog;
|
|
2472
2338
|
exports.CreateDeploymentCommand = CreateDeploymentCommand;
|
|
2473
2339
|
exports.CreateDomainAssociationCommand = CreateDomainAssociationCommand;
|
|
2474
2340
|
exports.CreateWebhookCommand = CreateWebhookCommand;
|
|
2475
2341
|
exports.DeleteAppCommand = DeleteAppCommand;
|
|
2476
|
-
exports.DeleteAppResultFilterSensitiveLog = DeleteAppResultFilterSensitiveLog;
|
|
2477
2342
|
exports.DeleteBackendEnvironmentCommand = DeleteBackendEnvironmentCommand;
|
|
2478
2343
|
exports.DeleteBranchCommand = DeleteBranchCommand;
|
|
2479
|
-
exports.DeleteBranchResultFilterSensitiveLog = DeleteBranchResultFilterSensitiveLog;
|
|
2480
2344
|
exports.DeleteDomainAssociationCommand = DeleteDomainAssociationCommand;
|
|
2481
2345
|
exports.DeleteJobCommand = DeleteJobCommand;
|
|
2482
2346
|
exports.DeleteWebhookCommand = DeleteWebhookCommand;
|
|
2483
|
-
exports.DependentServiceFailureException = DependentServiceFailureException;
|
|
2347
|
+
exports.DependentServiceFailureException = DependentServiceFailureException$1;
|
|
2484
2348
|
exports.DomainStatus = DomainStatus;
|
|
2485
2349
|
exports.GenerateAccessLogsCommand = GenerateAccessLogsCommand;
|
|
2486
2350
|
exports.GetAppCommand = GetAppCommand;
|
|
2487
|
-
exports.GetAppResultFilterSensitiveLog = GetAppResultFilterSensitiveLog;
|
|
2488
2351
|
exports.GetArtifactUrlCommand = GetArtifactUrlCommand;
|
|
2489
2352
|
exports.GetBackendEnvironmentCommand = GetBackendEnvironmentCommand;
|
|
2490
2353
|
exports.GetBranchCommand = GetBranchCommand;
|
|
2491
|
-
exports.GetBranchResultFilterSensitiveLog = GetBranchResultFilterSensitiveLog;
|
|
2492
2354
|
exports.GetDomainAssociationCommand = GetDomainAssociationCommand;
|
|
2493
2355
|
exports.GetJobCommand = GetJobCommand;
|
|
2494
2356
|
exports.GetWebhookCommand = GetWebhookCommand;
|
|
2495
|
-
exports.InternalFailureException = InternalFailureException;
|
|
2357
|
+
exports.InternalFailureException = InternalFailureException$1;
|
|
2496
2358
|
exports.JobStatus = JobStatus;
|
|
2497
2359
|
exports.JobType = JobType;
|
|
2498
|
-
exports.LimitExceededException = LimitExceededException;
|
|
2360
|
+
exports.LimitExceededException = LimitExceededException$1;
|
|
2499
2361
|
exports.ListAppsCommand = ListAppsCommand;
|
|
2500
|
-
exports.ListAppsResultFilterSensitiveLog = ListAppsResultFilterSensitiveLog;
|
|
2501
2362
|
exports.ListArtifactsCommand = ListArtifactsCommand;
|
|
2502
2363
|
exports.ListBackendEnvironmentsCommand = ListBackendEnvironmentsCommand;
|
|
2503
2364
|
exports.ListBranchesCommand = ListBranchesCommand;
|
|
2504
|
-
exports.ListBranchesResultFilterSensitiveLog = ListBranchesResultFilterSensitiveLog;
|
|
2505
2365
|
exports.ListDomainAssociationsCommand = ListDomainAssociationsCommand;
|
|
2506
2366
|
exports.ListJobsCommand = ListJobsCommand;
|
|
2507
2367
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
2508
2368
|
exports.ListWebhooksCommand = ListWebhooksCommand;
|
|
2509
|
-
exports.NotFoundException = NotFoundException;
|
|
2369
|
+
exports.NotFoundException = NotFoundException$1;
|
|
2510
2370
|
exports.Platform = Platform;
|
|
2511
2371
|
exports.RepositoryCloneMethod = RepositoryCloneMethod;
|
|
2512
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
2372
|
+
exports.ResourceNotFoundException = ResourceNotFoundException$1;
|
|
2513
2373
|
exports.SourceUrlType = SourceUrlType;
|
|
2514
2374
|
exports.Stage = Stage;
|
|
2515
2375
|
exports.StartDeploymentCommand = StartDeploymentCommand;
|
|
2516
2376
|
exports.StartJobCommand = StartJobCommand;
|
|
2517
2377
|
exports.StopJobCommand = StopJobCommand;
|
|
2518
2378
|
exports.TagResourceCommand = TagResourceCommand;
|
|
2519
|
-
exports.UnauthorizedException = UnauthorizedException;
|
|
2379
|
+
exports.UnauthorizedException = UnauthorizedException$1;
|
|
2520
2380
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
2521
2381
|
exports.UpdateAppCommand = UpdateAppCommand;
|
|
2522
|
-
exports.UpdateAppRequestFilterSensitiveLog = UpdateAppRequestFilterSensitiveLog;
|
|
2523
|
-
exports.UpdateAppResultFilterSensitiveLog = UpdateAppResultFilterSensitiveLog;
|
|
2524
2382
|
exports.UpdateBranchCommand = UpdateBranchCommand;
|
|
2525
|
-
exports.UpdateBranchRequestFilterSensitiveLog = UpdateBranchRequestFilterSensitiveLog;
|
|
2526
|
-
exports.UpdateBranchResultFilterSensitiveLog = UpdateBranchResultFilterSensitiveLog;
|
|
2527
2383
|
exports.UpdateDomainAssociationCommand = UpdateDomainAssociationCommand;
|
|
2528
2384
|
exports.UpdateStatus = UpdateStatus;
|
|
2529
2385
|
exports.UpdateWebhookCommand = UpdateWebhookCommand;
|