@aws-sdk/client-proton 3.986.0 → 3.988.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -15,7 +15,10 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
18
19
  var utilWaiter = require('@smithy/util-waiter');
20
+ var errors = require('./models/errors');
21
+ var ProtonServiceException = require('./models/ProtonServiceException');
19
22
 
20
23
  const resolveClientEndpointParameters = (options) => {
21
24
  return Object.assign(options, {
@@ -111,2144 +114,6 @@ class ProtonClient extends smithyClient.Client {
111
114
  }
112
115
  }
113
116
 
114
- class ProtonServiceException extends smithyClient.ServiceException {
115
- constructor(options) {
116
- super(options);
117
- Object.setPrototypeOf(this, ProtonServiceException.prototype);
118
- }
119
- }
120
-
121
- class AccessDeniedException extends ProtonServiceException {
122
- name = "AccessDeniedException";
123
- $fault = "client";
124
- constructor(opts) {
125
- super({
126
- name: "AccessDeniedException",
127
- $fault: "client",
128
- ...opts,
129
- });
130
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
131
- }
132
- }
133
- class ConflictException extends ProtonServiceException {
134
- name = "ConflictException";
135
- $fault = "client";
136
- constructor(opts) {
137
- super({
138
- name: "ConflictException",
139
- $fault: "client",
140
- ...opts,
141
- });
142
- Object.setPrototypeOf(this, ConflictException.prototype);
143
- }
144
- }
145
- class InternalServerException extends ProtonServiceException {
146
- name = "InternalServerException";
147
- $fault = "server";
148
- $retryable = {};
149
- constructor(opts) {
150
- super({
151
- name: "InternalServerException",
152
- $fault: "server",
153
- ...opts,
154
- });
155
- Object.setPrototypeOf(this, InternalServerException.prototype);
156
- }
157
- }
158
- class ResourceNotFoundException extends ProtonServiceException {
159
- name = "ResourceNotFoundException";
160
- $fault = "client";
161
- constructor(opts) {
162
- super({
163
- name: "ResourceNotFoundException",
164
- $fault: "client",
165
- ...opts,
166
- });
167
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
168
- }
169
- }
170
- class ThrottlingException extends ProtonServiceException {
171
- name = "ThrottlingException";
172
- $fault = "client";
173
- $retryable = {
174
- throttling: true,
175
- };
176
- constructor(opts) {
177
- super({
178
- name: "ThrottlingException",
179
- $fault: "client",
180
- ...opts,
181
- });
182
- Object.setPrototypeOf(this, ThrottlingException.prototype);
183
- }
184
- }
185
- class ValidationException extends ProtonServiceException {
186
- name = "ValidationException";
187
- $fault = "client";
188
- constructor(opts) {
189
- super({
190
- name: "ValidationException",
191
- $fault: "client",
192
- ...opts,
193
- });
194
- Object.setPrototypeOf(this, ValidationException.prototype);
195
- }
196
- }
197
- class ServiceQuotaExceededException extends ProtonServiceException {
198
- name = "ServiceQuotaExceededException";
199
- $fault = "client";
200
- constructor(opts) {
201
- super({
202
- name: "ServiceQuotaExceededException",
203
- $fault: "client",
204
- ...opts,
205
- });
206
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
207
- }
208
- }
209
-
210
- const _ADE = "AccessDeniedException";
211
- const _AEAC = "AcceptEnvironmentAccountConnection";
212
- const _AEACI = "AcceptEnvironmentAccountConnectionInput";
213
- const _AEACO = "AcceptEnvironmentAccountConnectionOutput";
214
- const _AS = "AccountSettings";
215
- const _C = "Component";
216
- const _CC = "CreateComponent";
217
- const _CCD = "CancelComponentDeployment";
218
- const _CCDI = "CancelComponentDeploymentInput";
219
- const _CCDO = "CancelComponentDeploymentOutput";
220
- const _CCI = "CreateComponentInput";
221
- const _CCO = "CreateComponentOutput";
222
- const _CE = "ConflictException";
223
- const _CEAC = "CreateEnvironmentAccountConnection";
224
- const _CEACI = "CreateEnvironmentAccountConnectionInput";
225
- const _CEACO = "CreateEnvironmentAccountConnectionOutput";
226
- const _CED = "CancelEnvironmentDeployment";
227
- const _CEDI = "CancelEnvironmentDeploymentInput";
228
- const _CEDO = "CancelEnvironmentDeploymentOutput";
229
- const _CEI = "CreateEnvironmentInput";
230
- const _CEO = "CreateEnvironmentOutput";
231
- const _CET = "CompatibleEnvironmentTemplate";
232
- const _CETI = "CompatibleEnvironmentTemplateInput";
233
- const _CETIL = "CompatibleEnvironmentTemplateInputList";
234
- const _CETIr = "CreateEnvironmentTemplateInput";
235
- const _CETL = "CompatibleEnvironmentTemplateList";
236
- const _CETO = "CreateEnvironmentTemplateOutput";
237
- const _CETV = "CreateEnvironmentTemplateVersion";
238
- const _CETVI = "CreateEnvironmentTemplateVersionInput";
239
- const _CETVO = "CreateEnvironmentTemplateVersionOutput";
240
- const _CETr = "CreateEnvironmentTemplate";
241
- const _CEr = "CreateEnvironment";
242
- const _CR = "CreateRepository";
243
- const _CRI = "CreateRepositoryInput";
244
- const _CRO = "CreateRepositoryOutput";
245
- const _CS = "ComponentState";
246
- const _CSI = "CreateServiceInput";
247
- const _CSID = "CancelServiceInstanceDeployment";
248
- const _CSIDI = "CancelServiceInstanceDeploymentInput";
249
- const _CSIDO = "CancelServiceInstanceDeploymentOutput";
250
- const _CSII = "CreateServiceInstanceInput";
251
- const _CSIO = "CreateServiceInstanceOutput";
252
- const _CSIr = "CreateServiceInstance";
253
- const _CSL = "ComponentSummaryList";
254
- const _CSO = "CreateServiceOutput";
255
- const _CSPD = "CancelServicePipelineDeployment";
256
- const _CSPDI = "CancelServicePipelineDeploymentInput";
257
- const _CSPDO = "CancelServicePipelineDeploymentOutput";
258
- const _CSSC = "CreateServiceSyncConfig";
259
- const _CSSCI = "CreateServiceSyncConfigInput";
260
- const _CSSCO = "CreateServiceSyncConfigOutput";
261
- const _CST = "CreateServiceTemplate";
262
- const _CSTI = "CreateServiceTemplateInput";
263
- const _CSTO = "CreateServiceTemplateOutput";
264
- const _CSTV = "CreateServiceTemplateVersion";
265
- const _CSTVI = "CreateServiceTemplateVersionInput";
266
- const _CSTVO = "CreateServiceTemplateVersionOutput";
267
- const _CSo = "ComponentSummary";
268
- const _CSou = "CountsSummary";
269
- const _CSr = "CreateService";
270
- const _CTSC = "CreateTemplateSyncConfig";
271
- const _CTSCI = "CreateTemplateSyncConfigInput";
272
- const _CTSCO = "CreateTemplateSyncConfigOutput";
273
- const _D = "Description";
274
- const _DC = "DeleteComponent";
275
- const _DCI = "DeleteComponentInput";
276
- const _DCO = "DeleteComponentOutput";
277
- const _DD = "DeleteDeployment";
278
- const _DDI = "DeleteDeploymentInput";
279
- const _DDO = "DeleteDeploymentOutput";
280
- const _DE = "DeleteEnvironment";
281
- const _DEAC = "DeleteEnvironmentAccountConnection";
282
- const _DEACI = "DeleteEnvironmentAccountConnectionInput";
283
- const _DEACO = "DeleteEnvironmentAccountConnectionOutput";
284
- const _DEI = "DeleteEnvironmentInput";
285
- const _DEO = "DeleteEnvironmentOutput";
286
- const _DET = "DeleteEnvironmentTemplate";
287
- const _DETI = "DeleteEnvironmentTemplateInput";
288
- const _DETO = "DeleteEnvironmentTemplateOutput";
289
- const _DETV = "DeleteEnvironmentTemplateVersion";
290
- const _DETVI = "DeleteEnvironmentTemplateVersionInput";
291
- const _DETVO = "DeleteEnvironmentTemplateVersionOutput";
292
- const _DN = "DisplayName";
293
- const _DR = "DeleteRepository";
294
- const _DRI = "DeleteRepositoryInput";
295
- const _DRO = "DeleteRepositoryOutput";
296
- const _DS = "DeploymentSummary";
297
- const _DSI = "DeleteServiceInput";
298
- const _DSL = "DeploymentSummaryList";
299
- const _DSO = "DeleteServiceOutput";
300
- const _DSSC = "DeleteServiceSyncConfig";
301
- const _DSSCI = "DeleteServiceSyncConfigInput";
302
- const _DSSCO = "DeleteServiceSyncConfigOutput";
303
- const _DST = "DeleteServiceTemplate";
304
- const _DSTI = "DeleteServiceTemplateInput";
305
- const _DSTO = "DeleteServiceTemplateOutput";
306
- const _DSTV = "DeleteServiceTemplateVersion";
307
- const _DSTVI = "DeleteServiceTemplateVersionInput";
308
- const _DSTVO = "DeleteServiceTemplateVersionOutput";
309
- const _DSe = "DeploymentState";
310
- const _DSel = "DeleteService";
311
- const _DTSC = "DeleteTemplateSyncConfig";
312
- const _DTSCI = "DeleteTemplateSyncConfigInput";
313
- const _DTSCO = "DeleteTemplateSyncConfigOutput";
314
- const _De = "Deployment";
315
- const _E = "Environment";
316
- const _EAC = "EnvironmentAccountConnection";
317
- const _EACS = "EnvironmentAccountConnectionSummary";
318
- const _EACSL = "EnvironmentAccountConnectionSummaryList";
319
- const _EM = "ErrorMessage";
320
- const _ES = "EnvironmentState";
321
- const _ESL = "EnvironmentSummaryList";
322
- const _ESn = "EnvironmentSummary";
323
- const _ET = "EnvironmentTemplate";
324
- const _ETF = "EnvironmentTemplateFilter";
325
- const _ETFL = "EnvironmentTemplateFilterList";
326
- const _ETS = "EnvironmentTemplateSummary";
327
- const _ETSL = "EnvironmentTemplateSummaryList";
328
- const _ETV = "EnvironmentTemplateVersion";
329
- const _ETVS = "EnvironmentTemplateVersionSummary";
330
- const _ETVSL = "EnvironmentTemplateVersionSummaryList";
331
- const _GAS = "GetAccountSettings";
332
- const _GASI = "GetAccountSettingsInput";
333
- const _GASO = "GetAccountSettingsOutput";
334
- const _GC = "GetComponent";
335
- const _GCI = "GetComponentInput";
336
- const _GCO = "GetComponentOutput";
337
- const _GD = "GetDeployment";
338
- const _GDI = "GetDeploymentInput";
339
- const _GDO = "GetDeploymentOutput";
340
- const _GE = "GetEnvironment";
341
- const _GEAC = "GetEnvironmentAccountConnection";
342
- const _GEACI = "GetEnvironmentAccountConnectionInput";
343
- const _GEACO = "GetEnvironmentAccountConnectionOutput";
344
- const _GEI = "GetEnvironmentInput";
345
- const _GEO = "GetEnvironmentOutput";
346
- const _GET = "GetEnvironmentTemplate";
347
- const _GETI = "GetEnvironmentTemplateInput";
348
- const _GETO = "GetEnvironmentTemplateOutput";
349
- const _GETV = "GetEnvironmentTemplateVersion";
350
- const _GETVI = "GetEnvironmentTemplateVersionInput";
351
- const _GETVO = "GetEnvironmentTemplateVersionOutput";
352
- const _GR = "GetRepository";
353
- const _GRI = "GetRepositoryInput";
354
- const _GRO = "GetRepositoryOutput";
355
- const _GRS = "GetResourcesSummary";
356
- const _GRSI = "GetResourcesSummaryInput";
357
- const _GRSO = "GetResourcesSummaryOutput";
358
- const _GRSS = "GetRepositorySyncStatus";
359
- const _GRSSI = "GetRepositorySyncStatusInput";
360
- const _GRSSO = "GetRepositorySyncStatusOutput";
361
- const _GS = "GetService";
362
- const _GSI = "GetServiceInput";
363
- const _GSII = "GetServiceInstanceInput";
364
- const _GSIO = "GetServiceInstanceOutput";
365
- const _GSISS = "GetServiceInstanceSyncStatus";
366
- const _GSISSI = "GetServiceInstanceSyncStatusInput";
367
- const _GSISSO = "GetServiceInstanceSyncStatusOutput";
368
- const _GSIe = "GetServiceInstance";
369
- const _GSO = "GetServiceOutput";
370
- const _GSSBS = "GetServiceSyncBlockerSummary";
371
- const _GSSBSI = "GetServiceSyncBlockerSummaryInput";
372
- const _GSSBSO = "GetServiceSyncBlockerSummaryOutput";
373
- const _GSSC = "GetServiceSyncConfig";
374
- const _GSSCI = "GetServiceSyncConfigInput";
375
- const _GSSCO = "GetServiceSyncConfigOutput";
376
- const _GST = "GetServiceTemplate";
377
- const _GSTI = "GetServiceTemplateInput";
378
- const _GSTO = "GetServiceTemplateOutput";
379
- const _GSTV = "GetServiceTemplateVersion";
380
- const _GSTVI = "GetServiceTemplateVersionInput";
381
- const _GSTVO = "GetServiceTemplateVersionOutput";
382
- const _GTSC = "GetTemplateSyncConfig";
383
- const _GTSCI = "GetTemplateSyncConfigInput";
384
- const _GTSCO = "GetTemplateSyncConfigOutput";
385
- const _GTSS = "GetTemplateSyncStatus";
386
- const _GTSSI = "GetTemplateSyncStatusInput";
387
- const _GTSSO = "GetTemplateSyncStatusOutput";
388
- const _ISE = "InternalServerException";
389
- const _LC = "ListComponents";
390
- const _LCI = "ListComponentsInput";
391
- const _LCO = "ListComponentsOutput";
392
- const _LCOI = "ListComponentOutputsInput";
393
- const _LCOO = "ListComponentOutputsOutput";
394
- const _LCOi = "ListComponentOutputs";
395
- const _LCPR = "ListComponentProvisionedResources";
396
- const _LCPRI = "ListComponentProvisionedResourcesInput";
397
- const _LCPRO = "ListComponentProvisionedResourcesOutput";
398
- const _LD = "ListDeployments";
399
- const _LDI = "ListDeploymentsInput";
400
- const _LDO = "ListDeploymentsOutput";
401
- const _LE = "ListEnvironments";
402
- const _LEAC = "ListEnvironmentAccountConnections";
403
- const _LEACI = "ListEnvironmentAccountConnectionsInput";
404
- const _LEACO = "ListEnvironmentAccountConnectionsOutput";
405
- const _LEI = "ListEnvironmentsInput";
406
- const _LEO = "ListEnvironmentsOutput";
407
- const _LEOI = "ListEnvironmentOutputsInput";
408
- const _LEOO = "ListEnvironmentOutputsOutput";
409
- const _LEOi = "ListEnvironmentOutputs";
410
- const _LEPR = "ListEnvironmentProvisionedResources";
411
- const _LEPRI = "ListEnvironmentProvisionedResourcesInput";
412
- const _LEPRO = "ListEnvironmentProvisionedResourcesOutput";
413
- const _LET = "ListEnvironmentTemplates";
414
- const _LETI = "ListEnvironmentTemplatesInput";
415
- const _LETO = "ListEnvironmentTemplatesOutput";
416
- const _LETV = "ListEnvironmentTemplateVersions";
417
- const _LETVI = "ListEnvironmentTemplateVersionsInput";
418
- const _LETVO = "ListEnvironmentTemplateVersionsOutput";
419
- const _LR = "ListRepositories";
420
- const _LRI = "ListRepositoriesInput";
421
- const _LRO = "ListRepositoriesOutput";
422
- const _LRSD = "ListRepositorySyncDefinitions";
423
- const _LRSDI = "ListRepositorySyncDefinitionsInput";
424
- const _LRSDO = "ListRepositorySyncDefinitionsOutput";
425
- const _LS = "ListServices";
426
- const _LSB = "LatestSyncBlockers";
427
- const _LSI = "ListServicesInput";
428
- const _LSIF = "ListServiceInstancesFilter";
429
- const _LSIFL = "ListServiceInstancesFilterList";
430
- const _LSII = "ListServiceInstancesInput";
431
- const _LSIO = "ListServiceInstancesOutput";
432
- const _LSIOI = "ListServiceInstanceOutputsInput";
433
- const _LSIOO = "ListServiceInstanceOutputsOutput";
434
- const _LSIOi = "ListServiceInstanceOutputs";
435
- const _LSIPR = "ListServiceInstanceProvisionedResources";
436
- const _LSIPRI = "ListServiceInstanceProvisionedResourcesInput";
437
- const _LSIPRO = "ListServiceInstanceProvisionedResourcesOutput";
438
- const _LSIi = "ListServiceInstances";
439
- const _LSO = "ListServicesOutput";
440
- const _LSPO = "ListServicePipelineOutputs";
441
- const _LSPOI = "ListServicePipelineOutputsInput";
442
- const _LSPOO = "ListServicePipelineOutputsOutput";
443
- const _LSPPR = "ListServicePipelineProvisionedResources";
444
- const _LSPPRI = "ListServicePipelineProvisionedResourcesInput";
445
- const _LSPPRO = "ListServicePipelineProvisionedResourcesOutput";
446
- const _LST = "ListServiceTemplates";
447
- const _LSTI = "ListServiceTemplatesInput";
448
- const _LSTO = "ListServiceTemplatesOutput";
449
- const _LSTV = "ListServiceTemplateVersions";
450
- const _LSTVI = "ListServiceTemplateVersionsInput";
451
- const _LSTVO = "ListServiceTemplateVersionsOutput";
452
- const _LTFR = "ListTagsForResource";
453
- const _LTFRI = "ListTagsForResourceInput";
454
- const _LTFRO = "ListTagsForResourceOutput";
455
- const _NRDSC = "NotifyResourceDeploymentStatusChange";
456
- const _NRDSCI = "NotifyResourceDeploymentStatusChangeInput";
457
- const _NRDSCO = "NotifyResourceDeploymentStatusChangeOutput";
458
- const _O = "Output";
459
- const _OL = "OutputsList";
460
- const _PR = "ProvisionedResource";
461
- const _PRL = "ProvisionedResourceList";
462
- const _R = "Repository";
463
- const _RB = "RepositoryBranch";
464
- const _RBI = "RepositoryBranchInput";
465
- const _RCS = "ResourceCountsSummary";
466
- const _REAC = "RejectEnvironmentAccountConnection";
467
- const _REACI = "RejectEnvironmentAccountConnectionInput";
468
- const _REACO = "RejectEnvironmentAccountConnectionOutput";
469
- const _RNFE = "ResourceNotFoundException";
470
- const _RS = "RepositorySummary";
471
- const _RSA = "RepositorySyncAttempt";
472
- const _RSAe = "ResourceSyncAttempt";
473
- const _RSD = "RepositorySyncDefinition";
474
- const _RSDL = "RepositorySyncDefinitionList";
475
- const _RSE = "RepositorySyncEvent";
476
- const _RSEe = "ResourceSyncEvent";
477
- const _RSEep = "RepositorySyncEvents";
478
- const _RSEes = "ResourceSyncEvents";
479
- const _RSL = "RepositorySummaryList";
480
- const _Re = "Revision";
481
- const _S = "Service";
482
- const _SB = "SyncBlocker";
483
- const _SBC = "SyncBlockerContext";
484
- const _SBCy = "SyncBlockerContexts";
485
- const _SC = "SpecContents";
486
- const _SI = "ServiceInstance";
487
- const _SIS = "ServiceInstanceState";
488
- const _SISL = "ServiceInstanceSummaryList";
489
- const _SISe = "ServiceInstanceSummary";
490
- const _SM = "StatusMessage";
491
- const _SOS = "S3ObjectSource";
492
- const _SP = "ServicePipeline";
493
- const _SPS = "ServicePipelineState";
494
- const _SQEE = "ServiceQuotaExceededException";
495
- const _SS = "ServiceSummary";
496
- const _SSBS = "ServiceSyncBlockerSummary";
497
- const _SSC = "ServiceSyncConfig";
498
- const _SSL = "ServiceSummaryList";
499
- const _ST = "ServiceTemplate";
500
- const _STS = "ServiceTemplateSummary";
501
- const _STSL = "ServiceTemplateSummaryList";
502
- const _STV = "ServiceTemplateVersion";
503
- const _STVS = "ServiceTemplateVersionSummary";
504
- const _STVSL = "ServiceTemplateVersionSummaryList";
505
- const _T = "Tag";
506
- const _TE = "ThrottlingException";
507
- const _TFC = "TemplateFileContents";
508
- const _TL = "TagList";
509
- const _TMC = "TemplateManifestContents";
510
- const _TR = "TagResource";
511
- const _TRI = "TagResourceInput";
512
- const _TRO = "TagResourceOutput";
513
- const _TS = "TemplateSchema";
514
- const _TSC = "TemplateSyncConfig";
515
- const _TVSI = "TemplateVersionSourceInput";
516
- const _UAS = "UpdateAccountSettings";
517
- const _UASI = "UpdateAccountSettingsInput";
518
- const _UASO = "UpdateAccountSettingsOutput";
519
- const _UC = "UpdateComponent";
520
- const _UCI = "UpdateComponentInput";
521
- const _UCO = "UpdateComponentOutput";
522
- const _UE = "UpdateEnvironment";
523
- const _UEAC = "UpdateEnvironmentAccountConnection";
524
- const _UEACI = "UpdateEnvironmentAccountConnectionInput";
525
- const _UEACO = "UpdateEnvironmentAccountConnectionOutput";
526
- const _UEI = "UpdateEnvironmentInput";
527
- const _UEO = "UpdateEnvironmentOutput";
528
- const _UET = "UpdateEnvironmentTemplate";
529
- const _UETI = "UpdateEnvironmentTemplateInput";
530
- const _UETO = "UpdateEnvironmentTemplateOutput";
531
- const _UETV = "UpdateEnvironmentTemplateVersion";
532
- const _UETVI = "UpdateEnvironmentTemplateVersionInput";
533
- const _UETVO = "UpdateEnvironmentTemplateVersionOutput";
534
- const _UR = "UntagResource";
535
- const _URI = "UntagResourceInput";
536
- const _URO = "UntagResourceOutput";
537
- const _US = "UpdateService";
538
- const _USI = "UpdateServiceInput";
539
- const _USII = "UpdateServiceInstanceInput";
540
- const _USIO = "UpdateServiceInstanceOutput";
541
- const _USIp = "UpdateServiceInstance";
542
- const _USO = "UpdateServiceOutput";
543
- const _USP = "UpdateServicePipeline";
544
- const _USPI = "UpdateServicePipelineInput";
545
- const _USPO = "UpdateServicePipelineOutput";
546
- const _USSB = "UpdateServiceSyncBlocker";
547
- const _USSBI = "UpdateServiceSyncBlockerInput";
548
- const _USSBO = "UpdateServiceSyncBlockerOutput";
549
- const _USSC = "UpdateServiceSyncConfig";
550
- const _USSCI = "UpdateServiceSyncConfigInput";
551
- const _USSCO = "UpdateServiceSyncConfigOutput";
552
- const _UST = "UpdateServiceTemplate";
553
- const _USTI = "UpdateServiceTemplateInput";
554
- const _USTO = "UpdateServiceTemplateOutput";
555
- const _USTV = "UpdateServiceTemplateVersion";
556
- const _USTVI = "UpdateServiceTemplateVersionInput";
557
- const _USTVO = "UpdateServiceTemplateVersionOutput";
558
- const _UTSC = "UpdateTemplateSyncConfig";
559
- const _UTSCI = "UpdateTemplateSyncConfigInput";
560
- const _UTSCO = "UpdateTemplateSyncConfigOutput";
561
- const _VE = "ValidationException";
562
- const _a = "application/yaml";
563
- const _aS = "accountSettings";
564
- const _ar = "arn";
565
- const _b = "branch";
566
- const _bM = "behindMajor";
567
- const _bMe = "behindMinor";
568
- const _bN = "branchName";
569
- const _bu = "bucket";
570
- const _c = "client";
571
- const _cA = "createdAt";
572
- const _cAo = "connectionArn";
573
- const _cAom = "completedAt";
574
- const _cET = "compatibleEnvironmentTemplates";
575
- const _cN = "componentName";
576
- const _cR = "createdReason";
577
- const _cRA = "componentRoleArn";
578
- const _cRAo = "codebuildRoleArn";
579
- const _cT = "clientToken";
580
- const _co = "component";
581
- const _com = "components";
582
- const _con = "contexts";
583
- const _cou = "counts";
584
- const _d = "description";
585
- const _dI = "deploymentId";
586
- const _dN = "displayName";
587
- const _dPPR = "deletePipelineProvisioningRepository";
588
- const _dS = "deploymentStatus";
589
- const _dSM = "deploymentStatusMessage";
590
- const _dSe = "desiredState";
591
- const _dT = "deploymentType";
592
- const _de = "deployment";
593
- const _dep = "deployments";
594
- const _di = "directory";
595
- const _e = "error";
596
- const _eAC = "environmentAccountConnection";
597
- const _eACI = "environmentAccountConnectionId";
598
- const _eACn = "environmentAccountConnections";
599
- const _eAI = "environmentAccountId";
600
- const _eI = "externalId";
601
- const _eK = "encryptionKey";
602
- const _eN = "environmentName";
603
- const _eT = "environmentTemplates";
604
- const _eTV = "environmentTemplateVersion";
605
- const _eTn = "environmentTemplate";
606
- const _en = "environment";
607
- const _env = "environments";
608
- const _ev = "events";
609
- const _eve = "event";
610
- const _f = "filters";
611
- const _fP = "filePath";
612
- const _fa = "failed";
613
- const _hE = "httpError";
614
- const _hQ = "httpQuery";
615
- const _i = "id";
616
- const _iR = "initialRevision";
617
- const _iS = "initialState";
618
- const _id = "identifier";
619
- const _k = "key";
620
- const _lADI = "lastAttemptedDeploymentId";
621
- const _lB = "latestBlockers";
622
- const _lCRT = "lastClientRequestToken";
623
- const _lDAA = "lastDeploymentAttemptedAt";
624
- const _lDSA = "lastDeploymentSucceededAt";
625
- const _lMA = "lastModifiedAt";
626
- const _lS = "latestSync";
627
- const _lSCDI = "lastSuccessfulComponentDeploymentIds";
628
- const _lSDI = "lastSucceededDeploymentId";
629
- const _lSEDI = "lastSuccessfulEnvironmentDeploymentId";
630
- const _lSS = "latestSuccessfulSync";
631
- const _lSSPDI = "lastSuccessfulServicePipelineDeploymentId";
632
- const _m = "message";
633
- const _mAI = "managementAccountId";
634
- const _mR = "maxResults";
635
- const _mT = "mediaType";
636
- const _mV = "majorVersion";
637
- const _mVi = "minorVersion";
638
- const _ma = "manifest";
639
- const _n = "name";
640
- const _nT = "nextToken";
641
- const _o = "outputs";
642
- const _p = "pipeline";
643
- const _pCRA = "pipelineCodebuildRoleArn";
644
- const _pE = "provisioningEngine";
645
- const _pP = "pipelineProvisioning";
646
- const _pPR = "pipelineProvisioningRepository";
647
- const _pR = "provisioningRepository";
648
- const _pRr = "provisionedResources";
649
- const _pSRA = "pipelineServiceRoleArn";
650
- const _pSRAr = "protonServiceRoleArn";
651
- const _pa = "parent";
652
- const _pi = "pipelines";
653
- const _pr = "provisioning";
654
- const _pro = "provider";
655
- const _r = "repository";
656
- const _rA = "roleArn";
657
- const _rAe = "requestedAt";
658
- const _rAes = "resourceArn";
659
- const _rAeso = "resolvedAt";
660
- const _rB = "requestedBy";
661
- const _rCA = "repositoryConnectionArn";
662
- const _rI = "repositoryId";
663
- const _rMV = "recommendedMinorVersion";
664
- const _rN = "repositoryName";
665
- const _rP = "repositoryProvider";
666
- const _rR = "resolvedReason";
667
- const _rV = "recommendedVersion";
668
- const _re = "repositories";
669
- const _s = "sensitive";
670
- const _sA = "startedAt";
671
- const _sB = "sortBy";
672
- const _sCS = "supportedComponentSources";
673
- const _sD = "syncDefinitions";
674
- const _sI = "serviceInstance";
675
- const _sIN = "serviceInstanceName";
676
- const _sIe = "serviceInstances";
677
- const _sM = "statusMessage";
678
- const _sN = "serviceName";
679
- const _sO = "sortOrder";
680
- const _sP = "servicePipeline";
681
- const _sS = "serviceSpec";
682
- const _sSB = "serviceSyncBlocker";
683
- const _sSBS = "serviceSyncBlockerSummary";
684
- const _sSC = "serviceSyncConfig";
685
- const _sT = "serviceTemplates";
686
- const _sTV = "serviceTemplateVersion";
687
- const _sTe = "serviceTemplate";
688
- const _sTy = "syncType";
689
- const _s_ = "s3";
690
- const _sc = "schema";
691
- const _se = "services";
692
- const _ser = "service";
693
- const _serv = "server";
694
- const _sh = "sha";
695
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.proton";
696
- const _so = "source";
697
- const _sp = "spec";
698
- const _st = "status";
699
- const _sta = "statuses";
700
- const _su = "subdirectory";
701
- const _t = "tags";
702
- const _tA = "targetArn";
703
- const _tF = "templateFile";
704
- const _tK = "tagKeys";
705
- const _tMV = "templateMajorVersion";
706
- const _tMVe = "templateMinorVersion";
707
- const _tN = "templateName";
708
- const _tR = "targetRevision";
709
- const _tRCA = "targetResourceCreatedAt";
710
- const _tRT = "targetResourceType";
711
- const _tS = "targetState";
712
- const _tSC = "templateSyncConfig";
713
- const _tT = "templateType";
714
- const _tV = "templateVersion";
715
- const _tVe = "templateVersions";
716
- const _ta = "target";
717
- const _te = "templates";
718
- const _ti = "time";
719
- const _to = "total";
720
- const _ty = "type";
721
- const _uTD = "upToDate";
722
- const _v = "value";
723
- const _vS = "valueString";
724
- const n0 = "com.amazonaws.proton";
725
- var Description = [0, n0, _D, 8, 0];
726
- var DisplayName = [0, n0, _DN, 8, 0];
727
- var ErrorMessage = [0, n0, _EM, 8, 0];
728
- var SpecContents = [0, n0, _SC, { [_mT]: _a, [_s]: 1 }, 0];
729
- var StatusMessage = [0, n0, _SM, 8, 0];
730
- var TemplateFileContents = [0, n0, _TFC, { [_mT]: _a, [_s]: 1 }, 0];
731
- var TemplateManifestContents = [0, n0, _TMC, { [_mT]: _a, [_s]: 1 }, 0];
732
- var TemplateSchema = [0, n0, _TS, { [_mT]: _a, [_s]: 1 }, 0];
733
- var AcceptEnvironmentAccountConnectionInput$ = [3, n0, _AEACI,
734
- 0,
735
- [_i],
736
- [0], 1
737
- ];
738
- var AcceptEnvironmentAccountConnectionOutput$ = [3, n0, _AEACO,
739
- 0,
740
- [_eAC],
741
- [() => EnvironmentAccountConnection$], 1
742
- ];
743
- var AccessDeniedException$ = [-3, n0, _ADE,
744
- { [_e]: _c, [_hE]: 403 },
745
- [_m],
746
- [[() => ErrorMessage, 0]], 1
747
- ];
748
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
749
- var AccountSettings$ = [3, n0, _AS,
750
- 0,
751
- [_pSRA, _pPR, _pCRA],
752
- [0, () => RepositoryBranch$, 0]
753
- ];
754
- var CancelComponentDeploymentInput$ = [3, n0, _CCDI,
755
- 0,
756
- [_cN],
757
- [0], 1
758
- ];
759
- var CancelComponentDeploymentOutput$ = [3, n0, _CCDO,
760
- 0,
761
- [_co],
762
- [[() => Component$, 0]], 1
763
- ];
764
- var CancelEnvironmentDeploymentInput$ = [3, n0, _CEDI,
765
- 0,
766
- [_eN],
767
- [0], 1
768
- ];
769
- var CancelEnvironmentDeploymentOutput$ = [3, n0, _CEDO,
770
- 0,
771
- [_en],
772
- [[() => Environment$, 0]], 1
773
- ];
774
- var CancelServiceInstanceDeploymentInput$ = [3, n0, _CSIDI,
775
- 0,
776
- [_sIN, _sN],
777
- [0, 0], 2
778
- ];
779
- var CancelServiceInstanceDeploymentOutput$ = [3, n0, _CSIDO,
780
- 0,
781
- [_sI],
782
- [[() => ServiceInstance$, 0]], 1
783
- ];
784
- var CancelServicePipelineDeploymentInput$ = [3, n0, _CSPDI,
785
- 0,
786
- [_sN],
787
- [0], 1
788
- ];
789
- var CancelServicePipelineDeploymentOutput$ = [3, n0, _CSPDO,
790
- 0,
791
- [_p],
792
- [[() => ServicePipeline$, 0]], 1
793
- ];
794
- var CompatibleEnvironmentTemplate$ = [3, n0, _CET,
795
- 0,
796
- [_tN, _mV],
797
- [0, 0], 2
798
- ];
799
- var CompatibleEnvironmentTemplateInput$ = [3, n0, _CETI,
800
- 0,
801
- [_tN, _mV],
802
- [0, 0], 2
803
- ];
804
- var Component$ = [3, n0, _C,
805
- 0,
806
- [_n, _ar, _eN, _cA, _lMA, _dS, _d, _sN, _sIN, _lDAA, _lDSA, _dSM, _sS, _lCRT, _lADI, _lSDI],
807
- [0, 0, 0, 4, 4, 0, [() => Description, 0], 0, 0, 4, 4, [() => StatusMessage, 0], [() => SpecContents, 0], 0, 0, 0], 6
808
- ];
809
- var ComponentState$ = [3, n0, _CS,
810
- 0,
811
- [_sN, _sIN, _sS, _tF],
812
- [0, 0, [() => SpecContents, 0], [() => TemplateFileContents, 0]]
813
- ];
814
- var ComponentSummary$ = [3, n0, _CSo,
815
- 0,
816
- [_n, _ar, _eN, _cA, _lMA, _dS, _sN, _sIN, _lDAA, _lDSA, _dSM, _lADI, _lSDI],
817
- [0, 0, 0, 4, 4, 0, 0, 0, 4, 4, [() => StatusMessage, 0], 0, 0], 6
818
- ];
819
- var ConflictException$ = [-3, n0, _CE,
820
- { [_e]: _c, [_hE]: 409 },
821
- [_m],
822
- [[() => ErrorMessage, 0]], 1
823
- ];
824
- schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
825
- var CountsSummary$ = [3, n0, _CSou,
826
- 0,
827
- [_com, _env, _eT, _sIe, _se, _sT, _pi],
828
- [() => ResourceCountsSummary$, () => ResourceCountsSummary$, () => ResourceCountsSummary$, () => ResourceCountsSummary$, () => ResourceCountsSummary$, () => ResourceCountsSummary$, () => ResourceCountsSummary$]
829
- ];
830
- var CreateComponentInput$ = [3, n0, _CCI,
831
- 0,
832
- [_n, _tF, _ma, _d, _sN, _sIN, _eN, _sS, _t, _cT],
833
- [0, [() => TemplateFileContents, 0], [() => TemplateManifestContents, 0], [() => Description, 0], 0, 0, 0, [() => SpecContents, 0], () => TagList, [0, 4]], 3
834
- ];
835
- var CreateComponentOutput$ = [3, n0, _CCO,
836
- 0,
837
- [_co],
838
- [[() => Component$, 0]], 1
839
- ];
840
- var CreateEnvironmentAccountConnectionInput$ = [3, n0, _CEACI,
841
- 0,
842
- [_mAI, _eN, _cT, _rA, _t, _cRA, _cRAo],
843
- [0, 0, [0, 4], 0, () => TagList, 0, 0], 2
844
- ];
845
- var CreateEnvironmentAccountConnectionOutput$ = [3, n0, _CEACO,
846
- 0,
847
- [_eAC],
848
- [() => EnvironmentAccountConnection$], 1
849
- ];
850
- var CreateEnvironmentInput$ = [3, n0, _CEI,
851
- 0,
852
- [_n, _tN, _tMV, _sp, _tMVe, _d, _pSRAr, _eACI, _t, _pR, _cRA, _cRAo],
853
- [0, 0, 0, [() => SpecContents, 0], 0, [() => Description, 0], 0, 0, () => TagList, () => RepositoryBranchInput$, 0, 0], 4
854
- ];
855
- var CreateEnvironmentOutput$ = [3, n0, _CEO,
856
- 0,
857
- [_en],
858
- [[() => Environment$, 0]], 1
859
- ];
860
- var CreateEnvironmentTemplateInput$ = [3, n0, _CETIr,
861
- 0,
862
- [_n, _dN, _d, _eK, _pr, _t],
863
- [0, [() => DisplayName, 0], [() => Description, 0], 0, 0, () => TagList], 1
864
- ];
865
- var CreateEnvironmentTemplateOutput$ = [3, n0, _CETO,
866
- 0,
867
- [_eTn],
868
- [[() => EnvironmentTemplate$, 0]], 1
869
- ];
870
- var CreateEnvironmentTemplateVersionInput$ = [3, n0, _CETVI,
871
- 0,
872
- [_tN, _so, _cT, _d, _mV, _t],
873
- [0, () => TemplateVersionSourceInput$, [0, 4], [() => Description, 0], 0, () => TagList], 2
874
- ];
875
- var CreateEnvironmentTemplateVersionOutput$ = [3, n0, _CETVO,
876
- 0,
877
- [_eTV],
878
- [[() => EnvironmentTemplateVersion$, 0]], 1
879
- ];
880
- var CreateRepositoryInput$ = [3, n0, _CRI,
881
- 0,
882
- [_pro, _n, _cAo, _eK, _t],
883
- [0, 0, 0, 0, () => TagList], 3
884
- ];
885
- var CreateRepositoryOutput$ = [3, n0, _CRO,
886
- 0,
887
- [_r],
888
- [() => Repository$], 1
889
- ];
890
- var CreateServiceInput$ = [3, n0, _CSI,
891
- 0,
892
- [_n, _tN, _tMV, _sp, _d, _tMVe, _rCA, _rI, _bN, _t],
893
- [0, 0, 0, [() => SpecContents, 0], [() => Description, 0], 0, 0, 0, 0, () => TagList], 4
894
- ];
895
- var CreateServiceInstanceInput$ = [3, n0, _CSII,
896
- 0,
897
- [_n, _sN, _sp, _tMV, _tMVe, _t, _cT],
898
- [0, 0, [() => SpecContents, 0], 0, 0, () => TagList, [0, 4]], 3
899
- ];
900
- var CreateServiceInstanceOutput$ = [3, n0, _CSIO,
901
- 0,
902
- [_sI],
903
- [[() => ServiceInstance$, 0]], 1
904
- ];
905
- var CreateServiceOutput$ = [3, n0, _CSO,
906
- 0,
907
- [_ser],
908
- [[() => Service$, 0]], 1
909
- ];
910
- var CreateServiceSyncConfigInput$ = [3, n0, _CSSCI,
911
- 0,
912
- [_sN, _rP, _rN, _b, _fP],
913
- [0, 0, 0, 0, 0], 5
914
- ];
915
- var CreateServiceSyncConfigOutput$ = [3, n0, _CSSCO,
916
- 0,
917
- [_sSC],
918
- [() => ServiceSyncConfig$]
919
- ];
920
- var CreateServiceTemplateInput$ = [3, n0, _CSTI,
921
- 0,
922
- [_n, _dN, _d, _eK, _pP, _t],
923
- [0, [() => DisplayName, 0], [() => Description, 0], 0, 0, () => TagList], 1
924
- ];
925
- var CreateServiceTemplateOutput$ = [3, n0, _CSTO,
926
- 0,
927
- [_sTe],
928
- [[() => ServiceTemplate$, 0]], 1
929
- ];
930
- var CreateServiceTemplateVersionInput$ = [3, n0, _CSTVI,
931
- 0,
932
- [_tN, _so, _cET, _cT, _d, _mV, _t, _sCS],
933
- [0, () => TemplateVersionSourceInput$, () => CompatibleEnvironmentTemplateInputList, [0, 4], [() => Description, 0], 0, () => TagList, 64 | 0], 3
934
- ];
935
- var CreateServiceTemplateVersionOutput$ = [3, n0, _CSTVO,
936
- 0,
937
- [_sTV],
938
- [[() => ServiceTemplateVersion$, 0]], 1
939
- ];
940
- var CreateTemplateSyncConfigInput$ = [3, n0, _CTSCI,
941
- 0,
942
- [_tN, _tT, _rP, _rN, _b, _su],
943
- [0, 0, 0, 0, 0, 0], 5
944
- ];
945
- var CreateTemplateSyncConfigOutput$ = [3, n0, _CTSCO,
946
- 0,
947
- [_tSC],
948
- [() => TemplateSyncConfig$]
949
- ];
950
- var DeleteComponentInput$ = [3, n0, _DCI,
951
- 0,
952
- [_n],
953
- [0], 1
954
- ];
955
- var DeleteComponentOutput$ = [3, n0, _DCO,
956
- 0,
957
- [_co],
958
- [[() => Component$, 0]]
959
- ];
960
- var DeleteDeploymentInput$ = [3, n0, _DDI,
961
- 0,
962
- [_i],
963
- [0], 1
964
- ];
965
- var DeleteDeploymentOutput$ = [3, n0, _DDO,
966
- 0,
967
- [_de],
968
- [[() => Deployment$, 0]]
969
- ];
970
- var DeleteEnvironmentAccountConnectionInput$ = [3, n0, _DEACI,
971
- 0,
972
- [_i],
973
- [0], 1
974
- ];
975
- var DeleteEnvironmentAccountConnectionOutput$ = [3, n0, _DEACO,
976
- 0,
977
- [_eAC],
978
- [() => EnvironmentAccountConnection$]
979
- ];
980
- var DeleteEnvironmentInput$ = [3, n0, _DEI,
981
- 0,
982
- [_n],
983
- [0], 1
984
- ];
985
- var DeleteEnvironmentOutput$ = [3, n0, _DEO,
986
- 0,
987
- [_en],
988
- [[() => Environment$, 0]]
989
- ];
990
- var DeleteEnvironmentTemplateInput$ = [3, n0, _DETI,
991
- 0,
992
- [_n],
993
- [0], 1
994
- ];
995
- var DeleteEnvironmentTemplateOutput$ = [3, n0, _DETO,
996
- 0,
997
- [_eTn],
998
- [[() => EnvironmentTemplate$, 0]]
999
- ];
1000
- var DeleteEnvironmentTemplateVersionInput$ = [3, n0, _DETVI,
1001
- 0,
1002
- [_tN, _mV, _mVi],
1003
- [0, 0, 0], 3
1004
- ];
1005
- var DeleteEnvironmentTemplateVersionOutput$ = [3, n0, _DETVO,
1006
- 0,
1007
- [_eTV],
1008
- [[() => EnvironmentTemplateVersion$, 0]]
1009
- ];
1010
- var DeleteRepositoryInput$ = [3, n0, _DRI,
1011
- 0,
1012
- [_pro, _n],
1013
- [0, 0], 2
1014
- ];
1015
- var DeleteRepositoryOutput$ = [3, n0, _DRO,
1016
- 0,
1017
- [_r],
1018
- [() => Repository$]
1019
- ];
1020
- var DeleteServiceInput$ = [3, n0, _DSI,
1021
- 0,
1022
- [_n],
1023
- [0], 1
1024
- ];
1025
- var DeleteServiceOutput$ = [3, n0, _DSO,
1026
- 0,
1027
- [_ser],
1028
- [[() => Service$, 0]]
1029
- ];
1030
- var DeleteServiceSyncConfigInput$ = [3, n0, _DSSCI,
1031
- 0,
1032
- [_sN],
1033
- [0], 1
1034
- ];
1035
- var DeleteServiceSyncConfigOutput$ = [3, n0, _DSSCO,
1036
- 0,
1037
- [_sSC],
1038
- [() => ServiceSyncConfig$]
1039
- ];
1040
- var DeleteServiceTemplateInput$ = [3, n0, _DSTI,
1041
- 0,
1042
- [_n],
1043
- [0], 1
1044
- ];
1045
- var DeleteServiceTemplateOutput$ = [3, n0, _DSTO,
1046
- 0,
1047
- [_sTe],
1048
- [[() => ServiceTemplate$, 0]]
1049
- ];
1050
- var DeleteServiceTemplateVersionInput$ = [3, n0, _DSTVI,
1051
- 0,
1052
- [_tN, _mV, _mVi],
1053
- [0, 0, 0], 3
1054
- ];
1055
- var DeleteServiceTemplateVersionOutput$ = [3, n0, _DSTVO,
1056
- 0,
1057
- [_sTV],
1058
- [[() => ServiceTemplateVersion$, 0]]
1059
- ];
1060
- var DeleteTemplateSyncConfigInput$ = [3, n0, _DTSCI,
1061
- 0,
1062
- [_tN, _tT],
1063
- [0, 0], 2
1064
- ];
1065
- var DeleteTemplateSyncConfigOutput$ = [3, n0, _DTSCO,
1066
- 0,
1067
- [_tSC],
1068
- [() => TemplateSyncConfig$]
1069
- ];
1070
- var Deployment$ = [3, n0, _De,
1071
- 0,
1072
- [_i, _ar, _tA, _tRCA, _tRT, _eN, _dS, _cA, _lMA, _sN, _sIN, _cN, _dSM, _cAom, _lADI, _lSDI, _iS, _tS],
1073
- [0, 0, 0, 4, 0, 0, 0, 4, 4, 0, 0, 0, [() => StatusMessage, 0], 4, 0, 0, [() => DeploymentState$, 0], [() => DeploymentState$, 0]], 9
1074
- ];
1075
- var DeploymentSummary$ = [3, n0, _DS,
1076
- 0,
1077
- [_i, _ar, _tA, _tRCA, _tRT, _cA, _lMA, _eN, _dS, _cAom, _sN, _sIN, _cN, _lADI, _lSDI],
1078
- [0, 0, 0, 4, 0, 4, 4, 0, 0, 4, 0, 0, 0, 0, 0], 9
1079
- ];
1080
- var Environment$ = [3, n0, _E,
1081
- 0,
1082
- [_n, _cA, _lDAA, _lDSA, _ar, _tN, _tMV, _tMVe, _dS, _d, _dSM, _pSRAr, _eACI, _eAI, _sp, _pr, _pR, _cRA, _cRAo, _lADI, _lSDI],
1083
- [0, 4, 4, 4, 0, 0, 0, 0, 0, [() => Description, 0], [() => StatusMessage, 0], 0, 0, 0, [() => SpecContents, 0], 0, () => RepositoryBranch$, 0, 0, 0, 0], 9
1084
- ];
1085
- var EnvironmentAccountConnection$ = [3, n0, _EAC,
1086
- 0,
1087
- [_i, _ar, _mAI, _eAI, _rA, _eN, _rAe, _lMA, _st, _cRA, _cRAo],
1088
- [0, 0, 0, 0, 0, 0, 4, 4, 0, 0, 0], 9
1089
- ];
1090
- var EnvironmentAccountConnectionSummary$ = [3, n0, _EACS,
1091
- 0,
1092
- [_i, _ar, _mAI, _eAI, _rA, _eN, _rAe, _lMA, _st, _cRA],
1093
- [0, 0, 0, 0, 0, 0, 4, 4, 0, 0], 9
1094
- ];
1095
- var EnvironmentState$ = [3, n0, _ES,
1096
- 0,
1097
- [_tN, _tMV, _tMVe, _sp],
1098
- [0, 0, 0, [() => SpecContents, 0]], 3
1099
- ];
1100
- var EnvironmentSummary$ = [3, n0, _ESn,
1101
- 0,
1102
- [_n, _cA, _lDAA, _lDSA, _ar, _tN, _tMV, _tMVe, _dS, _d, _dSM, _pSRAr, _eACI, _eAI, _pr, _cRA, _lADI, _lSDI],
1103
- [0, 4, 4, 4, 0, 0, 0, 0, 0, [() => Description, 0], [() => StatusMessage, 0], 0, 0, 0, 0, 0, 0, 0], 9
1104
- ];
1105
- var EnvironmentTemplate$ = [3, n0, _ET,
1106
- 0,
1107
- [_n, _ar, _cA, _lMA, _dN, _d, _rV, _eK, _pr],
1108
- [0, 0, 4, 4, [() => DisplayName, 0], [() => Description, 0], 0, 0, 0], 4
1109
- ];
1110
- var EnvironmentTemplateFilter$ = [3, n0, _ETF,
1111
- 0,
1112
- [_tN, _mV],
1113
- [0, 0], 2
1114
- ];
1115
- var EnvironmentTemplateSummary$ = [3, n0, _ETS,
1116
- 0,
1117
- [_n, _ar, _cA, _lMA, _dN, _d, _rV, _pr],
1118
- [0, 0, 4, 4, [() => DisplayName, 0], [() => Description, 0], 0, 0], 4
1119
- ];
1120
- var EnvironmentTemplateVersion$ = [3, n0, _ETV,
1121
- 0,
1122
- [_tN, _mV, _mVi, _st, _ar, _cA, _lMA, _rMV, _sM, _d, _sc],
1123
- [0, 0, 0, 0, 0, 4, 4, 0, [() => StatusMessage, 0], [() => Description, 0], [() => TemplateSchema, 0]], 7
1124
- ];
1125
- var EnvironmentTemplateVersionSummary$ = [3, n0, _ETVS,
1126
- 0,
1127
- [_tN, _mV, _mVi, _st, _ar, _cA, _lMA, _rMV, _sM, _d],
1128
- [0, 0, 0, 0, 0, 4, 4, 0, [() => StatusMessage, 0], [() => Description, 0]], 7
1129
- ];
1130
- var GetAccountSettingsInput$ = [3, n0, _GASI,
1131
- 0,
1132
- [],
1133
- []
1134
- ];
1135
- var GetAccountSettingsOutput$ = [3, n0, _GASO,
1136
- 0,
1137
- [_aS],
1138
- [() => AccountSettings$]
1139
- ];
1140
- var GetComponentInput$ = [3, n0, _GCI,
1141
- 0,
1142
- [_n],
1143
- [0], 1
1144
- ];
1145
- var GetComponentOutput$ = [3, n0, _GCO,
1146
- 0,
1147
- [_co],
1148
- [[() => Component$, 0]]
1149
- ];
1150
- var GetDeploymentInput$ = [3, n0, _GDI,
1151
- 0,
1152
- [_i, _eN, _sN, _sIN, _cN],
1153
- [0, 0, 0, 0, 0], 1
1154
- ];
1155
- var GetDeploymentOutput$ = [3, n0, _GDO,
1156
- 0,
1157
- [_de],
1158
- [[() => Deployment$, 0]]
1159
- ];
1160
- var GetEnvironmentAccountConnectionInput$ = [3, n0, _GEACI,
1161
- 0,
1162
- [_i],
1163
- [0], 1
1164
- ];
1165
- var GetEnvironmentAccountConnectionOutput$ = [3, n0, _GEACO,
1166
- 0,
1167
- [_eAC],
1168
- [() => EnvironmentAccountConnection$], 1
1169
- ];
1170
- var GetEnvironmentInput$ = [3, n0, _GEI,
1171
- 0,
1172
- [_n],
1173
- [0], 1
1174
- ];
1175
- var GetEnvironmentOutput$ = [3, n0, _GEO,
1176
- 0,
1177
- [_en],
1178
- [[() => Environment$, 0]], 1
1179
- ];
1180
- var GetEnvironmentTemplateInput$ = [3, n0, _GETI,
1181
- 0,
1182
- [_n],
1183
- [0], 1
1184
- ];
1185
- var GetEnvironmentTemplateOutput$ = [3, n0, _GETO,
1186
- 0,
1187
- [_eTn],
1188
- [[() => EnvironmentTemplate$, 0]], 1
1189
- ];
1190
- var GetEnvironmentTemplateVersionInput$ = [3, n0, _GETVI,
1191
- 0,
1192
- [_tN, _mV, _mVi],
1193
- [0, 0, 0], 3
1194
- ];
1195
- var GetEnvironmentTemplateVersionOutput$ = [3, n0, _GETVO,
1196
- 0,
1197
- [_eTV],
1198
- [[() => EnvironmentTemplateVersion$, 0]], 1
1199
- ];
1200
- var GetRepositoryInput$ = [3, n0, _GRI,
1201
- 0,
1202
- [_pro, _n],
1203
- [0, 0], 2
1204
- ];
1205
- var GetRepositoryOutput$ = [3, n0, _GRO,
1206
- 0,
1207
- [_r],
1208
- [() => Repository$], 1
1209
- ];
1210
- var GetRepositorySyncStatusInput$ = [3, n0, _GRSSI,
1211
- 0,
1212
- [_rN, _rP, _b, _sTy],
1213
- [0, 0, 0, 0], 4
1214
- ];
1215
- var GetRepositorySyncStatusOutput$ = [3, n0, _GRSSO,
1216
- 0,
1217
- [_lS],
1218
- [() => RepositorySyncAttempt$]
1219
- ];
1220
- var GetResourcesSummaryInput$ = [3, n0, _GRSI,
1221
- 0,
1222
- [],
1223
- []
1224
- ];
1225
- var GetResourcesSummaryOutput$ = [3, n0, _GRSO,
1226
- 0,
1227
- [_cou],
1228
- [() => CountsSummary$], 1
1229
- ];
1230
- var GetServiceInput$ = [3, n0, _GSI,
1231
- 0,
1232
- [_n],
1233
- [0], 1
1234
- ];
1235
- var GetServiceInstanceInput$ = [3, n0, _GSII,
1236
- 0,
1237
- [_n, _sN],
1238
- [0, 0], 2
1239
- ];
1240
- var GetServiceInstanceOutput$ = [3, n0, _GSIO,
1241
- 0,
1242
- [_sI],
1243
- [[() => ServiceInstance$, 0]], 1
1244
- ];
1245
- var GetServiceInstanceSyncStatusInput$ = [3, n0, _GSISSI,
1246
- 0,
1247
- [_sN, _sIN],
1248
- [0, 0], 2
1249
- ];
1250
- var GetServiceInstanceSyncStatusOutput$ = [3, n0, _GSISSO,
1251
- 0,
1252
- [_lS, _lSS, _dSe],
1253
- [() => ResourceSyncAttempt$, () => ResourceSyncAttempt$, () => Revision$]
1254
- ];
1255
- var GetServiceOutput$ = [3, n0, _GSO,
1256
- 0,
1257
- [_ser],
1258
- [[() => Service$, 0]]
1259
- ];
1260
- var GetServiceSyncBlockerSummaryInput$ = [3, n0, _GSSBSI,
1261
- 0,
1262
- [_sN, _sIN],
1263
- [0, 0], 1
1264
- ];
1265
- var GetServiceSyncBlockerSummaryOutput$ = [3, n0, _GSSBSO,
1266
- 0,
1267
- [_sSBS],
1268
- [() => ServiceSyncBlockerSummary$]
1269
- ];
1270
- var GetServiceSyncConfigInput$ = [3, n0, _GSSCI,
1271
- 0,
1272
- [_sN],
1273
- [0], 1
1274
- ];
1275
- var GetServiceSyncConfigOutput$ = [3, n0, _GSSCO,
1276
- 0,
1277
- [_sSC],
1278
- [() => ServiceSyncConfig$]
1279
- ];
1280
- var GetServiceTemplateInput$ = [3, n0, _GSTI,
1281
- 0,
1282
- [_n],
1283
- [0], 1
1284
- ];
1285
- var GetServiceTemplateOutput$ = [3, n0, _GSTO,
1286
- 0,
1287
- [_sTe],
1288
- [[() => ServiceTemplate$, 0]], 1
1289
- ];
1290
- var GetServiceTemplateVersionInput$ = [3, n0, _GSTVI,
1291
- 0,
1292
- [_tN, _mV, _mVi],
1293
- [0, 0, 0], 3
1294
- ];
1295
- var GetServiceTemplateVersionOutput$ = [3, n0, _GSTVO,
1296
- 0,
1297
- [_sTV],
1298
- [[() => ServiceTemplateVersion$, 0]], 1
1299
- ];
1300
- var GetTemplateSyncConfigInput$ = [3, n0, _GTSCI,
1301
- 0,
1302
- [_tN, _tT],
1303
- [0, 0], 2
1304
- ];
1305
- var GetTemplateSyncConfigOutput$ = [3, n0, _GTSCO,
1306
- 0,
1307
- [_tSC],
1308
- [() => TemplateSyncConfig$]
1309
- ];
1310
- var GetTemplateSyncStatusInput$ = [3, n0, _GTSSI,
1311
- 0,
1312
- [_tN, _tT, _tV],
1313
- [0, 0, 0], 3
1314
- ];
1315
- var GetTemplateSyncStatusOutput$ = [3, n0, _GTSSO,
1316
- 0,
1317
- [_lS, _lSS, _dSe],
1318
- [() => ResourceSyncAttempt$, () => ResourceSyncAttempt$, () => Revision$]
1319
- ];
1320
- var InternalServerException$ = [-3, n0, _ISE,
1321
- { [_e]: _serv, [_hE]: 500 },
1322
- [_m],
1323
- [[() => ErrorMessage, 0]], 1
1324
- ];
1325
- schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
1326
- var ListComponentOutputsInput$ = [3, n0, _LCOI,
1327
- 0,
1328
- [_cN, _nT, _dI],
1329
- [0, 0, 0], 1
1330
- ];
1331
- var ListComponentOutputsOutput$ = [3, n0, _LCOO,
1332
- 0,
1333
- [_o, _nT],
1334
- [[() => OutputsList, 0], 0], 1
1335
- ];
1336
- var ListComponentProvisionedResourcesInput$ = [3, n0, _LCPRI,
1337
- 0,
1338
- [_cN, _nT],
1339
- [0, 0], 1
1340
- ];
1341
- var ListComponentProvisionedResourcesOutput$ = [3, n0, _LCPRO,
1342
- 0,
1343
- [_pRr, _nT],
1344
- [() => ProvisionedResourceList, 0], 1
1345
- ];
1346
- var ListComponentsInput$ = [3, n0, _LCI,
1347
- 0,
1348
- [_nT, _eN, _sN, _sIN, _mR],
1349
- [0, 0, 0, 0, 1]
1350
- ];
1351
- var ListComponentsOutput$ = [3, n0, _LCO,
1352
- 0,
1353
- [_com, _nT],
1354
- [[() => ComponentSummaryList, 0], 0], 1
1355
- ];
1356
- var ListDeploymentsInput$ = [3, n0, _LDI,
1357
- 0,
1358
- [_nT, _eN, _sN, _sIN, _cN, _mR],
1359
- [0, 0, 0, 0, 0, 1]
1360
- ];
1361
- var ListDeploymentsOutput$ = [3, n0, _LDO,
1362
- 0,
1363
- [_dep, _nT],
1364
- [() => DeploymentSummaryList, 0], 1
1365
- ];
1366
- var ListEnvironmentAccountConnectionsInput$ = [3, n0, _LEACI,
1367
- 0,
1368
- [_rB, _eN, _sta, _nT, _mR],
1369
- [0, 0, 64 | 0, 0, 1], 1
1370
- ];
1371
- var ListEnvironmentAccountConnectionsOutput$ = [3, n0, _LEACO,
1372
- 0,
1373
- [_eACn, _nT],
1374
- [() => EnvironmentAccountConnectionSummaryList, 0], 1
1375
- ];
1376
- var ListEnvironmentOutputsInput$ = [3, n0, _LEOI,
1377
- 0,
1378
- [_eN, _nT, _dI],
1379
- [0, 0, 0], 1
1380
- ];
1381
- var ListEnvironmentOutputsOutput$ = [3, n0, _LEOO,
1382
- 0,
1383
- [_o, _nT],
1384
- [[() => OutputsList, 0], 0], 1
1385
- ];
1386
- var ListEnvironmentProvisionedResourcesInput$ = [3, n0, _LEPRI,
1387
- 0,
1388
- [_eN, _nT],
1389
- [0, 0], 1
1390
- ];
1391
- var ListEnvironmentProvisionedResourcesOutput$ = [3, n0, _LEPRO,
1392
- 0,
1393
- [_pRr, _nT],
1394
- [() => ProvisionedResourceList, 0], 1
1395
- ];
1396
- var ListEnvironmentsInput$ = [3, n0, _LEI,
1397
- 0,
1398
- [_nT, _mR, _eT],
1399
- [0, 1, () => EnvironmentTemplateFilterList]
1400
- ];
1401
- var ListEnvironmentsOutput$ = [3, n0, _LEO,
1402
- 0,
1403
- [_env, _nT],
1404
- [[() => EnvironmentSummaryList, 0], 0], 1
1405
- ];
1406
- var ListEnvironmentTemplatesInput$ = [3, n0, _LETI,
1407
- 0,
1408
- [_nT, _mR],
1409
- [0, 1]
1410
- ];
1411
- var ListEnvironmentTemplatesOutput$ = [3, n0, _LETO,
1412
- 0,
1413
- [_te, _nT],
1414
- [[() => EnvironmentTemplateSummaryList, 0], 0], 1
1415
- ];
1416
- var ListEnvironmentTemplateVersionsInput$ = [3, n0, _LETVI,
1417
- 0,
1418
- [_tN, _nT, _mR, _mV],
1419
- [0, 0, 1, 0], 1
1420
- ];
1421
- var ListEnvironmentTemplateVersionsOutput$ = [3, n0, _LETVO,
1422
- 0,
1423
- [_tVe, _nT],
1424
- [[() => EnvironmentTemplateVersionSummaryList, 0], 0], 1
1425
- ];
1426
- var ListRepositoriesInput$ = [3, n0, _LRI,
1427
- 0,
1428
- [_nT, _mR],
1429
- [0, 1]
1430
- ];
1431
- var ListRepositoriesOutput$ = [3, n0, _LRO,
1432
- 0,
1433
- [_re, _nT],
1434
- [() => RepositorySummaryList, 0], 1
1435
- ];
1436
- var ListRepositorySyncDefinitionsInput$ = [3, n0, _LRSDI,
1437
- 0,
1438
- [_rN, _rP, _sTy, _nT],
1439
- [0, 0, 0, 0], 3
1440
- ];
1441
- var ListRepositorySyncDefinitionsOutput$ = [3, n0, _LRSDO,
1442
- 0,
1443
- [_sD, _nT],
1444
- [() => RepositorySyncDefinitionList, 0], 1
1445
- ];
1446
- var ListServiceInstanceOutputsInput$ = [3, n0, _LSIOI,
1447
- 0,
1448
- [_sIN, _sN, _nT, _dI],
1449
- [0, 0, 0, 0], 2
1450
- ];
1451
- var ListServiceInstanceOutputsOutput$ = [3, n0, _LSIOO,
1452
- 0,
1453
- [_o, _nT],
1454
- [[() => OutputsList, 0], 0], 1
1455
- ];
1456
- var ListServiceInstanceProvisionedResourcesInput$ = [3, n0, _LSIPRI,
1457
- 0,
1458
- [_sN, _sIN, _nT],
1459
- [0, 0, 0], 2
1460
- ];
1461
- var ListServiceInstanceProvisionedResourcesOutput$ = [3, n0, _LSIPRO,
1462
- 0,
1463
- [_pRr, _nT],
1464
- [() => ProvisionedResourceList, 0], 1
1465
- ];
1466
- var ListServiceInstancesFilter$ = [3, n0, _LSIF,
1467
- 0,
1468
- [_k, _v],
1469
- [0, 0]
1470
- ];
1471
- var ListServiceInstancesInput$ = [3, n0, _LSII,
1472
- 0,
1473
- [_sN, _nT, _mR, _f, _sB, _sO],
1474
- [0, 0, 1, () => ListServiceInstancesFilterList, 0, 0]
1475
- ];
1476
- var ListServiceInstancesOutput$ = [3, n0, _LSIO,
1477
- 0,
1478
- [_sIe, _nT],
1479
- [[() => ServiceInstanceSummaryList, 0], 0], 1
1480
- ];
1481
- var ListServicePipelineOutputsInput$ = [3, n0, _LSPOI,
1482
- 0,
1483
- [_sN, _nT, _dI],
1484
- [0, 0, 0], 1
1485
- ];
1486
- var ListServicePipelineOutputsOutput$ = [3, n0, _LSPOO,
1487
- 0,
1488
- [_o, _nT],
1489
- [[() => OutputsList, 0], 0], 1
1490
- ];
1491
- var ListServicePipelineProvisionedResourcesInput$ = [3, n0, _LSPPRI,
1492
- 0,
1493
- [_sN, _nT],
1494
- [0, 0], 1
1495
- ];
1496
- var ListServicePipelineProvisionedResourcesOutput$ = [3, n0, _LSPPRO,
1497
- 0,
1498
- [_pRr, _nT],
1499
- [() => ProvisionedResourceList, 0], 1
1500
- ];
1501
- var ListServicesInput$ = [3, n0, _LSI,
1502
- 0,
1503
- [_nT, _mR],
1504
- [0, 1]
1505
- ];
1506
- var ListServicesOutput$ = [3, n0, _LSO,
1507
- 0,
1508
- [_se, _nT],
1509
- [[() => ServiceSummaryList, 0], 0], 1
1510
- ];
1511
- var ListServiceTemplatesInput$ = [3, n0, _LSTI,
1512
- 0,
1513
- [_nT, _mR],
1514
- [0, 1]
1515
- ];
1516
- var ListServiceTemplatesOutput$ = [3, n0, _LSTO,
1517
- 0,
1518
- [_te, _nT],
1519
- [[() => ServiceTemplateSummaryList, 0], 0], 1
1520
- ];
1521
- var ListServiceTemplateVersionsInput$ = [3, n0, _LSTVI,
1522
- 0,
1523
- [_tN, _nT, _mR, _mV],
1524
- [0, 0, 1, 0], 1
1525
- ];
1526
- var ListServiceTemplateVersionsOutput$ = [3, n0, _LSTVO,
1527
- 0,
1528
- [_tVe, _nT],
1529
- [[() => ServiceTemplateVersionSummaryList, 0], 0], 1
1530
- ];
1531
- var ListTagsForResourceInput$ = [3, n0, _LTFRI,
1532
- 0,
1533
- [_rAes, _nT, _mR],
1534
- [[0, { [_hQ]: _rAes }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
1535
- ];
1536
- var ListTagsForResourceOutput$ = [3, n0, _LTFRO,
1537
- 0,
1538
- [_t, _nT],
1539
- [() => TagList, 0], 1
1540
- ];
1541
- var NotifyResourceDeploymentStatusChangeInput$ = [3, n0, _NRDSCI,
1542
- 0,
1543
- [_rAes, _st, _o, _dI, _sM],
1544
- [0, 0, [() => OutputsList, 0], 0, [() => StatusMessage, 0]], 1
1545
- ];
1546
- var NotifyResourceDeploymentStatusChangeOutput$ = [3, n0, _NRDSCO,
1547
- 0,
1548
- [],
1549
- []
1550
- ];
1551
- var Output$ = [3, n0, _O,
1552
- 8,
1553
- [_k, _vS],
1554
- [0, 0]
1555
- ];
1556
- var ProvisionedResource$ = [3, n0, _PR,
1557
- 0,
1558
- [_n, _id, _pE],
1559
- [0, 0, 0]
1560
- ];
1561
- var RejectEnvironmentAccountConnectionInput$ = [3, n0, _REACI,
1562
- 0,
1563
- [_i],
1564
- [0], 1
1565
- ];
1566
- var RejectEnvironmentAccountConnectionOutput$ = [3, n0, _REACO,
1567
- 0,
1568
- [_eAC],
1569
- [() => EnvironmentAccountConnection$], 1
1570
- ];
1571
- var Repository$ = [3, n0, _R,
1572
- 0,
1573
- [_ar, _pro, _n, _cAo, _eK],
1574
- [0, 0, 0, 0, 0], 4
1575
- ];
1576
- var RepositoryBranch$ = [3, n0, _RB,
1577
- 0,
1578
- [_ar, _pro, _n, _b],
1579
- [0, 0, 0, 0], 4
1580
- ];
1581
- var RepositoryBranchInput$ = [3, n0, _RBI,
1582
- 0,
1583
- [_pro, _n, _b],
1584
- [0, 0, 0], 3
1585
- ];
1586
- var RepositorySummary$ = [3, n0, _RS,
1587
- 0,
1588
- [_ar, _pro, _n, _cAo],
1589
- [0, 0, 0, 0], 4
1590
- ];
1591
- var RepositorySyncAttempt$ = [3, n0, _RSA,
1592
- 0,
1593
- [_sA, _st, _ev],
1594
- [4, 0, () => RepositorySyncEvents], 3
1595
- ];
1596
- var RepositorySyncDefinition$ = [3, n0, _RSD,
1597
- 0,
1598
- [_ta, _pa, _b, _di],
1599
- [0, 0, 0, 0], 4
1600
- ];
1601
- var RepositorySyncEvent$ = [3, n0, _RSE,
1602
- 0,
1603
- [_ty, _ti, _eve, _eI],
1604
- [0, 4, 0, 0], 3
1605
- ];
1606
- var ResourceCountsSummary$ = [3, n0, _RCS,
1607
- 0,
1608
- [_to, _fa, _uTD, _bM, _bMe],
1609
- [1, 1, 1, 1, 1], 1
1610
- ];
1611
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
1612
- { [_e]: _c, [_hE]: 404 },
1613
- [_m],
1614
- [[() => ErrorMessage, 0]], 1
1615
- ];
1616
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1617
- var ResourceSyncAttempt$ = [3, n0, _RSAe,
1618
- 0,
1619
- [_iR, _tR, _ta, _sA, _st, _ev],
1620
- [() => Revision$, () => Revision$, 0, 4, 0, () => ResourceSyncEvents], 6
1621
- ];
1622
- var ResourceSyncEvent$ = [3, n0, _RSEe,
1623
- 0,
1624
- [_ty, _ti, _eve, _eI],
1625
- [0, 4, 0, 0], 3
1626
- ];
1627
- var Revision$ = [3, n0, _Re,
1628
- 0,
1629
- [_rN, _rP, _sh, _di, _b],
1630
- [0, 0, 0, 0, 0], 5
1631
- ];
1632
- var S3ObjectSource$ = [3, n0, _SOS,
1633
- 0,
1634
- [_bu, _k],
1635
- [0, 0], 2
1636
- ];
1637
- var Service$ = [3, n0, _S,
1638
- 0,
1639
- [_n, _ar, _tN, _cA, _lMA, _st, _sp, _d, _sM, _p, _rCA, _rI, _bN],
1640
- [0, 0, 0, 4, 4, 0, [() => SpecContents, 0], [() => Description, 0], [() => StatusMessage, 0], [() => ServicePipeline$, 0], 0, 0, 0], 7
1641
- ];
1642
- var ServiceInstance$ = [3, n0, _SI,
1643
- 0,
1644
- [_n, _ar, _cA, _lDAA, _lDSA, _sN, _eN, _tN, _tMV, _tMVe, _dS, _dSM, _sp, _lCRT, _lADI, _lSDI],
1645
- [0, 0, 4, 4, 4, 0, 0, 0, 0, 0, 0, [() => StatusMessage, 0], [() => SpecContents, 0], 0, 0, 0], 11
1646
- ];
1647
- var ServiceInstanceState$ = [3, n0, _SIS,
1648
- 0,
1649
- [_sp, _tN, _tMV, _tMVe, _lSCDI, _lSEDI, _lSSPDI],
1650
- [[() => SpecContents, 0], 0, 0, 0, 64 | 0, 0, 0], 4
1651
- ];
1652
- var ServiceInstanceSummary$ = [3, n0, _SISe,
1653
- 0,
1654
- [_n, _ar, _cA, _lDAA, _lDSA, _sN, _eN, _tN, _tMV, _tMVe, _dS, _dSM, _lADI, _lSDI],
1655
- [0, 0, 4, 4, 4, 0, 0, 0, 0, 0, 0, [() => StatusMessage, 0], 0, 0], 11
1656
- ];
1657
- var ServicePipeline$ = [3, n0, _SP,
1658
- 0,
1659
- [_ar, _cA, _lDAA, _lDSA, _tN, _tMV, _tMVe, _dS, _dSM, _sp, _lADI, _lSDI],
1660
- [0, 4, 4, 4, 0, 0, 0, 0, [() => StatusMessage, 0], [() => SpecContents, 0], 0, 0], 8
1661
- ];
1662
- var ServicePipelineState$ = [3, n0, _SPS,
1663
- 0,
1664
- [_tN, _tMV, _tMVe, _sp],
1665
- [0, 0, 0, [() => SpecContents, 0]], 3
1666
- ];
1667
- var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
1668
- { [_e]: _c, [_hE]: 402 },
1669
- [_m],
1670
- [[() => ErrorMessage, 0]], 1
1671
- ];
1672
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
1673
- var ServiceSummary$ = [3, n0, _SS,
1674
- 0,
1675
- [_n, _ar, _tN, _cA, _lMA, _st, _d, _sM],
1676
- [0, 0, 0, 4, 4, 0, [() => Description, 0], [() => StatusMessage, 0]], 6
1677
- ];
1678
- var ServiceSyncBlockerSummary$ = [3, n0, _SSBS,
1679
- 0,
1680
- [_sN, _sIN, _lB],
1681
- [0, 0, () => LatestSyncBlockers], 1
1682
- ];
1683
- var ServiceSyncConfig$ = [3, n0, _SSC,
1684
- 0,
1685
- [_sN, _rP, _rN, _b, _fP],
1686
- [0, 0, 0, 0, 0], 5
1687
- ];
1688
- var ServiceTemplate$ = [3, n0, _ST,
1689
- 0,
1690
- [_n, _ar, _cA, _lMA, _dN, _d, _rV, _eK, _pP],
1691
- [0, 0, 4, 4, [() => DisplayName, 0], [() => Description, 0], 0, 0, 0], 4
1692
- ];
1693
- var ServiceTemplateSummary$ = [3, n0, _STS,
1694
- 0,
1695
- [_n, _ar, _cA, _lMA, _dN, _d, _rV, _pP],
1696
- [0, 0, 4, 4, [() => DisplayName, 0], [() => Description, 0], 0, 0], 4
1697
- ];
1698
- var ServiceTemplateVersion$ = [3, n0, _STV,
1699
- 0,
1700
- [_tN, _mV, _mVi, _st, _ar, _cA, _lMA, _cET, _rMV, _sM, _d, _sc, _sCS],
1701
- [0, 0, 0, 0, 0, 4, 4, () => CompatibleEnvironmentTemplateList, 0, [() => StatusMessage, 0], [() => Description, 0], [() => TemplateSchema, 0], 64 | 0], 8
1702
- ];
1703
- var ServiceTemplateVersionSummary$ = [3, n0, _STVS,
1704
- 0,
1705
- [_tN, _mV, _mVi, _st, _ar, _cA, _lMA, _rMV, _sM, _d],
1706
- [0, 0, 0, 0, 0, 4, 4, 0, [() => StatusMessage, 0], [() => Description, 0]], 7
1707
- ];
1708
- var SyncBlocker$ = [3, n0, _SB,
1709
- 0,
1710
- [_i, _ty, _st, _cR, _cA, _con, _rR, _rAeso],
1711
- [0, 0, 0, 0, 4, () => SyncBlockerContexts, 0, 4], 5
1712
- ];
1713
- var SyncBlockerContext$ = [3, n0, _SBC,
1714
- 0,
1715
- [_k, _v],
1716
- [0, 0], 2
1717
- ];
1718
- var Tag$ = [3, n0, _T,
1719
- 0,
1720
- [_k, _v],
1721
- [0, 0], 2
1722
- ];
1723
- var TagResourceInput$ = [3, n0, _TRI,
1724
- 0,
1725
- [_rAes, _t],
1726
- [[0, { [_hQ]: _rAes }], () => TagList], 2
1727
- ];
1728
- var TagResourceOutput$ = [3, n0, _TRO,
1729
- 0,
1730
- [],
1731
- []
1732
- ];
1733
- var TemplateSyncConfig$ = [3, n0, _TSC,
1734
- 0,
1735
- [_tN, _tT, _rP, _rN, _b, _su],
1736
- [0, 0, 0, 0, 0, 0], 5
1737
- ];
1738
- var ThrottlingException$ = [-3, n0, _TE,
1739
- { [_e]: _c, [_hE]: 429 },
1740
- [_m],
1741
- [[() => ErrorMessage, 0]], 1
1742
- ];
1743
- schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
1744
- var UntagResourceInput$ = [3, n0, _URI,
1745
- 0,
1746
- [_rAes, _tK],
1747
- [[0, { [_hQ]: _rAes }], 64 | 0], 2
1748
- ];
1749
- var UntagResourceOutput$ = [3, n0, _URO,
1750
- 0,
1751
- [],
1752
- []
1753
- ];
1754
- var UpdateAccountSettingsInput$ = [3, n0, _UASI,
1755
- 0,
1756
- [_pSRA, _pPR, _dPPR, _pCRA],
1757
- [0, () => RepositoryBranchInput$, 2, 0]
1758
- ];
1759
- var UpdateAccountSettingsOutput$ = [3, n0, _UASO,
1760
- 0,
1761
- [_aS],
1762
- [() => AccountSettings$], 1
1763
- ];
1764
- var UpdateComponentInput$ = [3, n0, _UCI,
1765
- 0,
1766
- [_n, _dT, _d, _sN, _sIN, _sS, _tF, _cT],
1767
- [0, 0, [() => Description, 0], 0, 0, [() => SpecContents, 0], [() => TemplateFileContents, 0], [0, 4]], 2
1768
- ];
1769
- var UpdateComponentOutput$ = [3, n0, _UCO,
1770
- 0,
1771
- [_co],
1772
- [[() => Component$, 0]], 1
1773
- ];
1774
- var UpdateEnvironmentAccountConnectionInput$ = [3, n0, _UEACI,
1775
- 0,
1776
- [_i, _rA, _cRA, _cRAo],
1777
- [0, 0, 0, 0], 1
1778
- ];
1779
- var UpdateEnvironmentAccountConnectionOutput$ = [3, n0, _UEACO,
1780
- 0,
1781
- [_eAC],
1782
- [() => EnvironmentAccountConnection$], 1
1783
- ];
1784
- var UpdateEnvironmentInput$ = [3, n0, _UEI,
1785
- 0,
1786
- [_n, _dT, _d, _sp, _tMV, _tMVe, _pSRAr, _eACI, _pR, _cRA, _cRAo],
1787
- [0, 0, [() => Description, 0], [() => SpecContents, 0], 0, 0, 0, 0, () => RepositoryBranchInput$, 0, 0], 2
1788
- ];
1789
- var UpdateEnvironmentOutput$ = [3, n0, _UEO,
1790
- 0,
1791
- [_en],
1792
- [[() => Environment$, 0]], 1
1793
- ];
1794
- var UpdateEnvironmentTemplateInput$ = [3, n0, _UETI,
1795
- 0,
1796
- [_n, _dN, _d],
1797
- [0, [() => DisplayName, 0], [() => Description, 0]], 1
1798
- ];
1799
- var UpdateEnvironmentTemplateOutput$ = [3, n0, _UETO,
1800
- 0,
1801
- [_eTn],
1802
- [[() => EnvironmentTemplate$, 0]], 1
1803
- ];
1804
- var UpdateEnvironmentTemplateVersionInput$ = [3, n0, _UETVI,
1805
- 0,
1806
- [_tN, _mV, _mVi, _d, _st],
1807
- [0, 0, 0, [() => Description, 0], 0], 3
1808
- ];
1809
- var UpdateEnvironmentTemplateVersionOutput$ = [3, n0, _UETVO,
1810
- 0,
1811
- [_eTV],
1812
- [[() => EnvironmentTemplateVersion$, 0]], 1
1813
- ];
1814
- var UpdateServiceInput$ = [3, n0, _USI,
1815
- 0,
1816
- [_n, _d, _sp],
1817
- [0, [() => Description, 0], [() => SpecContents, 0]], 1
1818
- ];
1819
- var UpdateServiceInstanceInput$ = [3, n0, _USII,
1820
- 0,
1821
- [_n, _sN, _dT, _sp, _tMV, _tMVe, _cT],
1822
- [0, 0, 0, [() => SpecContents, 0], 0, 0, [0, 4]], 3
1823
- ];
1824
- var UpdateServiceInstanceOutput$ = [3, n0, _USIO,
1825
- 0,
1826
- [_sI],
1827
- [[() => ServiceInstance$, 0]], 1
1828
- ];
1829
- var UpdateServiceOutput$ = [3, n0, _USO,
1830
- 0,
1831
- [_ser],
1832
- [[() => Service$, 0]], 1
1833
- ];
1834
- var UpdateServicePipelineInput$ = [3, n0, _USPI,
1835
- 0,
1836
- [_sN, _sp, _dT, _tMV, _tMVe],
1837
- [0, [() => SpecContents, 0], 0, 0, 0], 3
1838
- ];
1839
- var UpdateServicePipelineOutput$ = [3, n0, _USPO,
1840
- 0,
1841
- [_p],
1842
- [[() => ServicePipeline$, 0]], 1
1843
- ];
1844
- var UpdateServiceSyncBlockerInput$ = [3, n0, _USSBI,
1845
- 0,
1846
- [_i, _rR],
1847
- [0, 0], 2
1848
- ];
1849
- var UpdateServiceSyncBlockerOutput$ = [3, n0, _USSBO,
1850
- 0,
1851
- [_sN, _sSB, _sIN],
1852
- [0, () => SyncBlocker$, 0], 2
1853
- ];
1854
- var UpdateServiceSyncConfigInput$ = [3, n0, _USSCI,
1855
- 0,
1856
- [_sN, _rP, _rN, _b, _fP],
1857
- [0, 0, 0, 0, 0], 5
1858
- ];
1859
- var UpdateServiceSyncConfigOutput$ = [3, n0, _USSCO,
1860
- 0,
1861
- [_sSC],
1862
- [() => ServiceSyncConfig$]
1863
- ];
1864
- var UpdateServiceTemplateInput$ = [3, n0, _USTI,
1865
- 0,
1866
- [_n, _dN, _d],
1867
- [0, [() => DisplayName, 0], [() => Description, 0]], 1
1868
- ];
1869
- var UpdateServiceTemplateOutput$ = [3, n0, _USTO,
1870
- 0,
1871
- [_sTe],
1872
- [[() => ServiceTemplate$, 0]], 1
1873
- ];
1874
- var UpdateServiceTemplateVersionInput$ = [3, n0, _USTVI,
1875
- 0,
1876
- [_tN, _mV, _mVi, _d, _st, _cET, _sCS],
1877
- [0, 0, 0, [() => Description, 0], 0, () => CompatibleEnvironmentTemplateInputList, 64 | 0], 3
1878
- ];
1879
- var UpdateServiceTemplateVersionOutput$ = [3, n0, _USTVO,
1880
- 0,
1881
- [_sTV],
1882
- [[() => ServiceTemplateVersion$, 0]], 1
1883
- ];
1884
- var UpdateTemplateSyncConfigInput$ = [3, n0, _UTSCI,
1885
- 0,
1886
- [_tN, _tT, _rP, _rN, _b, _su],
1887
- [0, 0, 0, 0, 0, 0], 5
1888
- ];
1889
- var UpdateTemplateSyncConfigOutput$ = [3, n0, _UTSCO,
1890
- 0,
1891
- [_tSC],
1892
- [() => TemplateSyncConfig$]
1893
- ];
1894
- var ValidationException$ = [-3, n0, _VE,
1895
- { [_e]: _c, [_hE]: 400 },
1896
- [_m],
1897
- [[() => ErrorMessage, 0]], 1
1898
- ];
1899
- schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
1900
- var ProtonServiceException$ = [-3, _sm, "ProtonServiceException", 0, [], []];
1901
- schema.TypeRegistry.for(_sm).registerError(ProtonServiceException$, ProtonServiceException);
1902
- var CompatibleEnvironmentTemplateInputList = [1, n0, _CETIL,
1903
- 0, () => CompatibleEnvironmentTemplateInput$
1904
- ];
1905
- var CompatibleEnvironmentTemplateList = [1, n0, _CETL,
1906
- 0, () => CompatibleEnvironmentTemplate$
1907
- ];
1908
- var ComponentSummaryList = [1, n0, _CSL,
1909
- 0, [() => ComponentSummary$,
1910
- 0]
1911
- ];
1912
- var DeploymentSummaryList = [1, n0, _DSL,
1913
- 0, () => DeploymentSummary$
1914
- ];
1915
- var EnvironmentAccountConnectionSummaryList = [1, n0, _EACSL,
1916
- 0, () => EnvironmentAccountConnectionSummary$
1917
- ];
1918
- var EnvironmentSummaryList = [1, n0, _ESL,
1919
- 0, [() => EnvironmentSummary$,
1920
- 0]
1921
- ];
1922
- var EnvironmentTemplateFilterList = [1, n0, _ETFL,
1923
- 0, () => EnvironmentTemplateFilter$
1924
- ];
1925
- var EnvironmentTemplateSummaryList = [1, n0, _ETSL,
1926
- 0, [() => EnvironmentTemplateSummary$,
1927
- 0]
1928
- ];
1929
- var EnvironmentTemplateVersionSummaryList = [1, n0, _ETVSL,
1930
- 0, [() => EnvironmentTemplateVersionSummary$,
1931
- 0]
1932
- ];
1933
- var LatestSyncBlockers = [1, n0, _LSB,
1934
- 0, () => SyncBlocker$
1935
- ];
1936
- var ListServiceInstancesFilterList = [1, n0, _LSIFL,
1937
- 0, () => ListServiceInstancesFilter$
1938
- ];
1939
- var OutputsList = [1, n0, _OL,
1940
- 0, [() => Output$,
1941
- 0]
1942
- ];
1943
- var ProvisionedResourceList = [1, n0, _PRL,
1944
- 0, () => ProvisionedResource$
1945
- ];
1946
- var RepositorySummaryList = [1, n0, _RSL,
1947
- 0, () => RepositorySummary$
1948
- ];
1949
- var RepositorySyncDefinitionList = [1, n0, _RSDL,
1950
- 0, () => RepositorySyncDefinition$
1951
- ];
1952
- var RepositorySyncEvents = [1, n0, _RSEep,
1953
- 0, () => RepositorySyncEvent$
1954
- ];
1955
- var ResourceSyncEvents = [1, n0, _RSEes,
1956
- 0, () => ResourceSyncEvent$
1957
- ];
1958
- var ServiceInstanceSummaryList = [1, n0, _SISL,
1959
- 0, [() => ServiceInstanceSummary$,
1960
- 0]
1961
- ];
1962
- var ServiceSummaryList = [1, n0, _SSL,
1963
- 0, [() => ServiceSummary$,
1964
- 0]
1965
- ];
1966
- var ServiceTemplateSummaryList = [1, n0, _STSL,
1967
- 0, [() => ServiceTemplateSummary$,
1968
- 0]
1969
- ];
1970
- var ServiceTemplateVersionSummaryList = [1, n0, _STVSL,
1971
- 0, [() => ServiceTemplateVersionSummary$,
1972
- 0]
1973
- ];
1974
- var SyncBlockerContexts = [1, n0, _SBCy,
1975
- 0, () => SyncBlockerContext$
1976
- ];
1977
- var TagList = [1, n0, _TL,
1978
- 0, () => Tag$
1979
- ];
1980
- var DeploymentState$ = [4, n0, _DSe,
1981
- 0,
1982
- [_sI, _en, _sP, _co],
1983
- [[() => ServiceInstanceState$, 0], [() => EnvironmentState$, 0], [() => ServicePipelineState$, 0], [() => ComponentState$, 0]]
1984
- ];
1985
- var TemplateVersionSourceInput$ = [4, n0, _TVSI,
1986
- 0,
1987
- [_s_],
1988
- [() => S3ObjectSource$]
1989
- ];
1990
- var AcceptEnvironmentAccountConnection$ = [9, n0, _AEAC,
1991
- 2, () => AcceptEnvironmentAccountConnectionInput$, () => AcceptEnvironmentAccountConnectionOutput$
1992
- ];
1993
- var CancelComponentDeployment$ = [9, n0, _CCD,
1994
- 0, () => CancelComponentDeploymentInput$, () => CancelComponentDeploymentOutput$
1995
- ];
1996
- var CancelEnvironmentDeployment$ = [9, n0, _CED,
1997
- 0, () => CancelEnvironmentDeploymentInput$, () => CancelEnvironmentDeploymentOutput$
1998
- ];
1999
- var CancelServiceInstanceDeployment$ = [9, n0, _CSID,
2000
- 0, () => CancelServiceInstanceDeploymentInput$, () => CancelServiceInstanceDeploymentOutput$
2001
- ];
2002
- var CancelServicePipelineDeployment$ = [9, n0, _CSPD,
2003
- 0, () => CancelServicePipelineDeploymentInput$, () => CancelServicePipelineDeploymentOutput$
2004
- ];
2005
- var CreateComponent$ = [9, n0, _CC,
2006
- 2, () => CreateComponentInput$, () => CreateComponentOutput$
2007
- ];
2008
- var CreateEnvironment$ = [9, n0, _CEr,
2009
- 2, () => CreateEnvironmentInput$, () => CreateEnvironmentOutput$
2010
- ];
2011
- var CreateEnvironmentAccountConnection$ = [9, n0, _CEAC,
2012
- 2, () => CreateEnvironmentAccountConnectionInput$, () => CreateEnvironmentAccountConnectionOutput$
2013
- ];
2014
- var CreateEnvironmentTemplate$ = [9, n0, _CETr,
2015
- 2, () => CreateEnvironmentTemplateInput$, () => CreateEnvironmentTemplateOutput$
2016
- ];
2017
- var CreateEnvironmentTemplateVersion$ = [9, n0, _CETV,
2018
- 2, () => CreateEnvironmentTemplateVersionInput$, () => CreateEnvironmentTemplateVersionOutput$
2019
- ];
2020
- var CreateRepository$ = [9, n0, _CR,
2021
- 2, () => CreateRepositoryInput$, () => CreateRepositoryOutput$
2022
- ];
2023
- var CreateService$ = [9, n0, _CSr,
2024
- 2, () => CreateServiceInput$, () => CreateServiceOutput$
2025
- ];
2026
- var CreateServiceInstance$ = [9, n0, _CSIr,
2027
- 2, () => CreateServiceInstanceInput$, () => CreateServiceInstanceOutput$
2028
- ];
2029
- var CreateServiceSyncConfig$ = [9, n0, _CSSC,
2030
- 2, () => CreateServiceSyncConfigInput$, () => CreateServiceSyncConfigOutput$
2031
- ];
2032
- var CreateServiceTemplate$ = [9, n0, _CST,
2033
- 2, () => CreateServiceTemplateInput$, () => CreateServiceTemplateOutput$
2034
- ];
2035
- var CreateServiceTemplateVersion$ = [9, n0, _CSTV,
2036
- 2, () => CreateServiceTemplateVersionInput$, () => CreateServiceTemplateVersionOutput$
2037
- ];
2038
- var CreateTemplateSyncConfig$ = [9, n0, _CTSC,
2039
- 2, () => CreateTemplateSyncConfigInput$, () => CreateTemplateSyncConfigOutput$
2040
- ];
2041
- var DeleteComponent$ = [9, n0, _DC,
2042
- 2, () => DeleteComponentInput$, () => DeleteComponentOutput$
2043
- ];
2044
- var DeleteDeployment$ = [9, n0, _DD,
2045
- 2, () => DeleteDeploymentInput$, () => DeleteDeploymentOutput$
2046
- ];
2047
- var DeleteEnvironment$ = [9, n0, _DE,
2048
- 2, () => DeleteEnvironmentInput$, () => DeleteEnvironmentOutput$
2049
- ];
2050
- var DeleteEnvironmentAccountConnection$ = [9, n0, _DEAC,
2051
- 2, () => DeleteEnvironmentAccountConnectionInput$, () => DeleteEnvironmentAccountConnectionOutput$
2052
- ];
2053
- var DeleteEnvironmentTemplate$ = [9, n0, _DET,
2054
- 2, () => DeleteEnvironmentTemplateInput$, () => DeleteEnvironmentTemplateOutput$
2055
- ];
2056
- var DeleteEnvironmentTemplateVersion$ = [9, n0, _DETV,
2057
- 2, () => DeleteEnvironmentTemplateVersionInput$, () => DeleteEnvironmentTemplateVersionOutput$
2058
- ];
2059
- var DeleteRepository$ = [9, n0, _DR,
2060
- 2, () => DeleteRepositoryInput$, () => DeleteRepositoryOutput$
2061
- ];
2062
- var DeleteService$ = [9, n0, _DSel,
2063
- 2, () => DeleteServiceInput$, () => DeleteServiceOutput$
2064
- ];
2065
- var DeleteServiceSyncConfig$ = [9, n0, _DSSC,
2066
- 2, () => DeleteServiceSyncConfigInput$, () => DeleteServiceSyncConfigOutput$
2067
- ];
2068
- var DeleteServiceTemplate$ = [9, n0, _DST,
2069
- 2, () => DeleteServiceTemplateInput$, () => DeleteServiceTemplateOutput$
2070
- ];
2071
- var DeleteServiceTemplateVersion$ = [9, n0, _DSTV,
2072
- 2, () => DeleteServiceTemplateVersionInput$, () => DeleteServiceTemplateVersionOutput$
2073
- ];
2074
- var DeleteTemplateSyncConfig$ = [9, n0, _DTSC,
2075
- 2, () => DeleteTemplateSyncConfigInput$, () => DeleteTemplateSyncConfigOutput$
2076
- ];
2077
- var GetAccountSettings$ = [9, n0, _GAS,
2078
- 0, () => GetAccountSettingsInput$, () => GetAccountSettingsOutput$
2079
- ];
2080
- var GetComponent$ = [9, n0, _GC,
2081
- 0, () => GetComponentInput$, () => GetComponentOutput$
2082
- ];
2083
- var GetDeployment$ = [9, n0, _GD,
2084
- 0, () => GetDeploymentInput$, () => GetDeploymentOutput$
2085
- ];
2086
- var GetEnvironment$ = [9, n0, _GE,
2087
- 0, () => GetEnvironmentInput$, () => GetEnvironmentOutput$
2088
- ];
2089
- var GetEnvironmentAccountConnection$ = [9, n0, _GEAC,
2090
- 0, () => GetEnvironmentAccountConnectionInput$, () => GetEnvironmentAccountConnectionOutput$
2091
- ];
2092
- var GetEnvironmentTemplate$ = [9, n0, _GET,
2093
- 0, () => GetEnvironmentTemplateInput$, () => GetEnvironmentTemplateOutput$
2094
- ];
2095
- var GetEnvironmentTemplateVersion$ = [9, n0, _GETV,
2096
- 0, () => GetEnvironmentTemplateVersionInput$, () => GetEnvironmentTemplateVersionOutput$
2097
- ];
2098
- var GetRepository$ = [9, n0, _GR,
2099
- 0, () => GetRepositoryInput$, () => GetRepositoryOutput$
2100
- ];
2101
- var GetRepositorySyncStatus$ = [9, n0, _GRSS,
2102
- 0, () => GetRepositorySyncStatusInput$, () => GetRepositorySyncStatusOutput$
2103
- ];
2104
- var GetResourcesSummary$ = [9, n0, _GRS,
2105
- 0, () => GetResourcesSummaryInput$, () => GetResourcesSummaryOutput$
2106
- ];
2107
- var GetService$ = [9, n0, _GS,
2108
- 0, () => GetServiceInput$, () => GetServiceOutput$
2109
- ];
2110
- var GetServiceInstance$ = [9, n0, _GSIe,
2111
- 0, () => GetServiceInstanceInput$, () => GetServiceInstanceOutput$
2112
- ];
2113
- var GetServiceInstanceSyncStatus$ = [9, n0, _GSISS,
2114
- 0, () => GetServiceInstanceSyncStatusInput$, () => GetServiceInstanceSyncStatusOutput$
2115
- ];
2116
- var GetServiceSyncBlockerSummary$ = [9, n0, _GSSBS,
2117
- 0, () => GetServiceSyncBlockerSummaryInput$, () => GetServiceSyncBlockerSummaryOutput$
2118
- ];
2119
- var GetServiceSyncConfig$ = [9, n0, _GSSC,
2120
- 0, () => GetServiceSyncConfigInput$, () => GetServiceSyncConfigOutput$
2121
- ];
2122
- var GetServiceTemplate$ = [9, n0, _GST,
2123
- 0, () => GetServiceTemplateInput$, () => GetServiceTemplateOutput$
2124
- ];
2125
- var GetServiceTemplateVersion$ = [9, n0, _GSTV,
2126
- 0, () => GetServiceTemplateVersionInput$, () => GetServiceTemplateVersionOutput$
2127
- ];
2128
- var GetTemplateSyncConfig$ = [9, n0, _GTSC,
2129
- 0, () => GetTemplateSyncConfigInput$, () => GetTemplateSyncConfigOutput$
2130
- ];
2131
- var GetTemplateSyncStatus$ = [9, n0, _GTSS,
2132
- 0, () => GetTemplateSyncStatusInput$, () => GetTemplateSyncStatusOutput$
2133
- ];
2134
- var ListComponentOutputs$ = [9, n0, _LCOi,
2135
- 0, () => ListComponentOutputsInput$, () => ListComponentOutputsOutput$
2136
- ];
2137
- var ListComponentProvisionedResources$ = [9, n0, _LCPR,
2138
- 0, () => ListComponentProvisionedResourcesInput$, () => ListComponentProvisionedResourcesOutput$
2139
- ];
2140
- var ListComponents$ = [9, n0, _LC,
2141
- 0, () => ListComponentsInput$, () => ListComponentsOutput$
2142
- ];
2143
- var ListDeployments$ = [9, n0, _LD,
2144
- 0, () => ListDeploymentsInput$, () => ListDeploymentsOutput$
2145
- ];
2146
- var ListEnvironmentAccountConnections$ = [9, n0, _LEAC,
2147
- 0, () => ListEnvironmentAccountConnectionsInput$, () => ListEnvironmentAccountConnectionsOutput$
2148
- ];
2149
- var ListEnvironmentOutputs$ = [9, n0, _LEOi,
2150
- 0, () => ListEnvironmentOutputsInput$, () => ListEnvironmentOutputsOutput$
2151
- ];
2152
- var ListEnvironmentProvisionedResources$ = [9, n0, _LEPR,
2153
- 0, () => ListEnvironmentProvisionedResourcesInput$, () => ListEnvironmentProvisionedResourcesOutput$
2154
- ];
2155
- var ListEnvironments$ = [9, n0, _LE,
2156
- 0, () => ListEnvironmentsInput$, () => ListEnvironmentsOutput$
2157
- ];
2158
- var ListEnvironmentTemplates$ = [9, n0, _LET,
2159
- 0, () => ListEnvironmentTemplatesInput$, () => ListEnvironmentTemplatesOutput$
2160
- ];
2161
- var ListEnvironmentTemplateVersions$ = [9, n0, _LETV,
2162
- 0, () => ListEnvironmentTemplateVersionsInput$, () => ListEnvironmentTemplateVersionsOutput$
2163
- ];
2164
- var ListRepositories$ = [9, n0, _LR,
2165
- 0, () => ListRepositoriesInput$, () => ListRepositoriesOutput$
2166
- ];
2167
- var ListRepositorySyncDefinitions$ = [9, n0, _LRSD,
2168
- 0, () => ListRepositorySyncDefinitionsInput$, () => ListRepositorySyncDefinitionsOutput$
2169
- ];
2170
- var ListServiceInstanceOutputs$ = [9, n0, _LSIOi,
2171
- 0, () => ListServiceInstanceOutputsInput$, () => ListServiceInstanceOutputsOutput$
2172
- ];
2173
- var ListServiceInstanceProvisionedResources$ = [9, n0, _LSIPR,
2174
- 0, () => ListServiceInstanceProvisionedResourcesInput$, () => ListServiceInstanceProvisionedResourcesOutput$
2175
- ];
2176
- var ListServiceInstances$ = [9, n0, _LSIi,
2177
- 0, () => ListServiceInstancesInput$, () => ListServiceInstancesOutput$
2178
- ];
2179
- var ListServicePipelineOutputs$ = [9, n0, _LSPO,
2180
- 0, () => ListServicePipelineOutputsInput$, () => ListServicePipelineOutputsOutput$
2181
- ];
2182
- var ListServicePipelineProvisionedResources$ = [9, n0, _LSPPR,
2183
- 0, () => ListServicePipelineProvisionedResourcesInput$, () => ListServicePipelineProvisionedResourcesOutput$
2184
- ];
2185
- var ListServices$ = [9, n0, _LS,
2186
- 0, () => ListServicesInput$, () => ListServicesOutput$
2187
- ];
2188
- var ListServiceTemplates$ = [9, n0, _LST,
2189
- 0, () => ListServiceTemplatesInput$, () => ListServiceTemplatesOutput$
2190
- ];
2191
- var ListServiceTemplateVersions$ = [9, n0, _LSTV,
2192
- 0, () => ListServiceTemplateVersionsInput$, () => ListServiceTemplateVersionsOutput$
2193
- ];
2194
- var ListTagsForResource$ = [9, n0, _LTFR,
2195
- 0, () => ListTagsForResourceInput$, () => ListTagsForResourceOutput$
2196
- ];
2197
- var NotifyResourceDeploymentStatusChange$ = [9, n0, _NRDSC,
2198
- 0, () => NotifyResourceDeploymentStatusChangeInput$, () => NotifyResourceDeploymentStatusChangeOutput$
2199
- ];
2200
- var RejectEnvironmentAccountConnection$ = [9, n0, _REAC,
2201
- 2, () => RejectEnvironmentAccountConnectionInput$, () => RejectEnvironmentAccountConnectionOutput$
2202
- ];
2203
- var TagResource$ = [9, n0, _TR,
2204
- 2, () => TagResourceInput$, () => TagResourceOutput$
2205
- ];
2206
- var UntagResource$ = [9, n0, _UR,
2207
- 2, () => UntagResourceInput$, () => UntagResourceOutput$
2208
- ];
2209
- var UpdateAccountSettings$ = [9, n0, _UAS,
2210
- 0, () => UpdateAccountSettingsInput$, () => UpdateAccountSettingsOutput$
2211
- ];
2212
- var UpdateComponent$ = [9, n0, _UC,
2213
- 0, () => UpdateComponentInput$, () => UpdateComponentOutput$
2214
- ];
2215
- var UpdateEnvironment$ = [9, n0, _UE,
2216
- 0, () => UpdateEnvironmentInput$, () => UpdateEnvironmentOutput$
2217
- ];
2218
- var UpdateEnvironmentAccountConnection$ = [9, n0, _UEAC,
2219
- 2, () => UpdateEnvironmentAccountConnectionInput$, () => UpdateEnvironmentAccountConnectionOutput$
2220
- ];
2221
- var UpdateEnvironmentTemplate$ = [9, n0, _UET,
2222
- 0, () => UpdateEnvironmentTemplateInput$, () => UpdateEnvironmentTemplateOutput$
2223
- ];
2224
- var UpdateEnvironmentTemplateVersion$ = [9, n0, _UETV,
2225
- 0, () => UpdateEnvironmentTemplateVersionInput$, () => UpdateEnvironmentTemplateVersionOutput$
2226
- ];
2227
- var UpdateService$ = [9, n0, _US,
2228
- 0, () => UpdateServiceInput$, () => UpdateServiceOutput$
2229
- ];
2230
- var UpdateServiceInstance$ = [9, n0, _USIp,
2231
- 0, () => UpdateServiceInstanceInput$, () => UpdateServiceInstanceOutput$
2232
- ];
2233
- var UpdateServicePipeline$ = [9, n0, _USP,
2234
- 0, () => UpdateServicePipelineInput$, () => UpdateServicePipelineOutput$
2235
- ];
2236
- var UpdateServiceSyncBlocker$ = [9, n0, _USSB,
2237
- 0, () => UpdateServiceSyncBlockerInput$, () => UpdateServiceSyncBlockerOutput$
2238
- ];
2239
- var UpdateServiceSyncConfig$ = [9, n0, _USSC,
2240
- 0, () => UpdateServiceSyncConfigInput$, () => UpdateServiceSyncConfigOutput$
2241
- ];
2242
- var UpdateServiceTemplate$ = [9, n0, _UST,
2243
- 0, () => UpdateServiceTemplateInput$, () => UpdateServiceTemplateOutput$
2244
- ];
2245
- var UpdateServiceTemplateVersion$ = [9, n0, _USTV,
2246
- 0, () => UpdateServiceTemplateVersionInput$, () => UpdateServiceTemplateVersionOutput$
2247
- ];
2248
- var UpdateTemplateSyncConfig$ = [9, n0, _UTSC,
2249
- 0, () => UpdateTemplateSyncConfigInput$, () => UpdateTemplateSyncConfigOutput$
2250
- ];
2251
-
2252
117
  class AcceptEnvironmentAccountConnectionCommand extends smithyClient.Command
2253
118
  .classBuilder()
2254
119
  .ep(commonParams)
@@ -2257,7 +122,7 @@ class AcceptEnvironmentAccountConnectionCommand extends smithyClient.Command
2257
122
  })
2258
123
  .s("AwsProton20200720", "AcceptEnvironmentAccountConnection", {})
2259
124
  .n("ProtonClient", "AcceptEnvironmentAccountConnectionCommand")
2260
- .sc(AcceptEnvironmentAccountConnection$)
125
+ .sc(schemas_0.AcceptEnvironmentAccountConnection$)
2261
126
  .build() {
2262
127
  }
2263
128
 
@@ -2269,7 +134,7 @@ class CancelComponentDeploymentCommand extends smithyClient.Command
2269
134
  })
2270
135
  .s("AwsProton20200720", "CancelComponentDeployment", {})
2271
136
  .n("ProtonClient", "CancelComponentDeploymentCommand")
2272
- .sc(CancelComponentDeployment$)
137
+ .sc(schemas_0.CancelComponentDeployment$)
2273
138
  .build() {
2274
139
  }
2275
140
 
@@ -2281,7 +146,7 @@ class CancelEnvironmentDeploymentCommand extends smithyClient.Command
2281
146
  })
2282
147
  .s("AwsProton20200720", "CancelEnvironmentDeployment", {})
2283
148
  .n("ProtonClient", "CancelEnvironmentDeploymentCommand")
2284
- .sc(CancelEnvironmentDeployment$)
149
+ .sc(schemas_0.CancelEnvironmentDeployment$)
2285
150
  .build() {
2286
151
  }
2287
152
 
@@ -2293,7 +158,7 @@ class CancelServiceInstanceDeploymentCommand extends smithyClient.Command
2293
158
  })
2294
159
  .s("AwsProton20200720", "CancelServiceInstanceDeployment", {})
2295
160
  .n("ProtonClient", "CancelServiceInstanceDeploymentCommand")
2296
- .sc(CancelServiceInstanceDeployment$)
161
+ .sc(schemas_0.CancelServiceInstanceDeployment$)
2297
162
  .build() {
2298
163
  }
2299
164
 
@@ -2305,7 +170,7 @@ class CancelServicePipelineDeploymentCommand extends smithyClient.Command
2305
170
  })
2306
171
  .s("AwsProton20200720", "CancelServicePipelineDeployment", {})
2307
172
  .n("ProtonClient", "CancelServicePipelineDeploymentCommand")
2308
- .sc(CancelServicePipelineDeployment$)
173
+ .sc(schemas_0.CancelServicePipelineDeployment$)
2309
174
  .build() {
2310
175
  }
2311
176
 
@@ -2317,7 +182,7 @@ class CreateComponentCommand extends smithyClient.Command
2317
182
  })
2318
183
  .s("AwsProton20200720", "CreateComponent", {})
2319
184
  .n("ProtonClient", "CreateComponentCommand")
2320
- .sc(CreateComponent$)
185
+ .sc(schemas_0.CreateComponent$)
2321
186
  .build() {
2322
187
  }
2323
188
 
@@ -2329,7 +194,7 @@ class CreateEnvironmentAccountConnectionCommand extends smithyClient.Command
2329
194
  })
2330
195
  .s("AwsProton20200720", "CreateEnvironmentAccountConnection", {})
2331
196
  .n("ProtonClient", "CreateEnvironmentAccountConnectionCommand")
2332
- .sc(CreateEnvironmentAccountConnection$)
197
+ .sc(schemas_0.CreateEnvironmentAccountConnection$)
2333
198
  .build() {
2334
199
  }
2335
200
 
@@ -2341,7 +206,7 @@ class CreateEnvironmentCommand extends smithyClient.Command
2341
206
  })
2342
207
  .s("AwsProton20200720", "CreateEnvironment", {})
2343
208
  .n("ProtonClient", "CreateEnvironmentCommand")
2344
- .sc(CreateEnvironment$)
209
+ .sc(schemas_0.CreateEnvironment$)
2345
210
  .build() {
2346
211
  }
2347
212
 
@@ -2353,7 +218,7 @@ class CreateEnvironmentTemplateCommand extends smithyClient.Command
2353
218
  })
2354
219
  .s("AwsProton20200720", "CreateEnvironmentTemplate", {})
2355
220
  .n("ProtonClient", "CreateEnvironmentTemplateCommand")
2356
- .sc(CreateEnvironmentTemplate$)
221
+ .sc(schemas_0.CreateEnvironmentTemplate$)
2357
222
  .build() {
2358
223
  }
2359
224
 
@@ -2365,7 +230,7 @@ class CreateEnvironmentTemplateVersionCommand extends smithyClient.Command
2365
230
  })
2366
231
  .s("AwsProton20200720", "CreateEnvironmentTemplateVersion", {})
2367
232
  .n("ProtonClient", "CreateEnvironmentTemplateVersionCommand")
2368
- .sc(CreateEnvironmentTemplateVersion$)
233
+ .sc(schemas_0.CreateEnvironmentTemplateVersion$)
2369
234
  .build() {
2370
235
  }
2371
236
 
@@ -2377,7 +242,7 @@ class CreateRepositoryCommand extends smithyClient.Command
2377
242
  })
2378
243
  .s("AwsProton20200720", "CreateRepository", {})
2379
244
  .n("ProtonClient", "CreateRepositoryCommand")
2380
- .sc(CreateRepository$)
245
+ .sc(schemas_0.CreateRepository$)
2381
246
  .build() {
2382
247
  }
2383
248
 
@@ -2389,7 +254,7 @@ class CreateServiceCommand extends smithyClient.Command
2389
254
  })
2390
255
  .s("AwsProton20200720", "CreateService", {})
2391
256
  .n("ProtonClient", "CreateServiceCommand")
2392
- .sc(CreateService$)
257
+ .sc(schemas_0.CreateService$)
2393
258
  .build() {
2394
259
  }
2395
260
 
@@ -2401,7 +266,7 @@ class CreateServiceInstanceCommand extends smithyClient.Command
2401
266
  })
2402
267
  .s("AwsProton20200720", "CreateServiceInstance", {})
2403
268
  .n("ProtonClient", "CreateServiceInstanceCommand")
2404
- .sc(CreateServiceInstance$)
269
+ .sc(schemas_0.CreateServiceInstance$)
2405
270
  .build() {
2406
271
  }
2407
272
 
@@ -2413,7 +278,7 @@ class CreateServiceSyncConfigCommand extends smithyClient.Command
2413
278
  })
2414
279
  .s("AwsProton20200720", "CreateServiceSyncConfig", {})
2415
280
  .n("ProtonClient", "CreateServiceSyncConfigCommand")
2416
- .sc(CreateServiceSyncConfig$)
281
+ .sc(schemas_0.CreateServiceSyncConfig$)
2417
282
  .build() {
2418
283
  }
2419
284
 
@@ -2425,7 +290,7 @@ class CreateServiceTemplateCommand extends smithyClient.Command
2425
290
  })
2426
291
  .s("AwsProton20200720", "CreateServiceTemplate", {})
2427
292
  .n("ProtonClient", "CreateServiceTemplateCommand")
2428
- .sc(CreateServiceTemplate$)
293
+ .sc(schemas_0.CreateServiceTemplate$)
2429
294
  .build() {
2430
295
  }
2431
296
 
@@ -2437,7 +302,7 @@ class CreateServiceTemplateVersionCommand extends smithyClient.Command
2437
302
  })
2438
303
  .s("AwsProton20200720", "CreateServiceTemplateVersion", {})
2439
304
  .n("ProtonClient", "CreateServiceTemplateVersionCommand")
2440
- .sc(CreateServiceTemplateVersion$)
305
+ .sc(schemas_0.CreateServiceTemplateVersion$)
2441
306
  .build() {
2442
307
  }
2443
308
 
@@ -2449,7 +314,7 @@ class CreateTemplateSyncConfigCommand extends smithyClient.Command
2449
314
  })
2450
315
  .s("AwsProton20200720", "CreateTemplateSyncConfig", {})
2451
316
  .n("ProtonClient", "CreateTemplateSyncConfigCommand")
2452
- .sc(CreateTemplateSyncConfig$)
317
+ .sc(schemas_0.CreateTemplateSyncConfig$)
2453
318
  .build() {
2454
319
  }
2455
320
 
@@ -2461,7 +326,7 @@ class DeleteComponentCommand extends smithyClient.Command
2461
326
  })
2462
327
  .s("AwsProton20200720", "DeleteComponent", {})
2463
328
  .n("ProtonClient", "DeleteComponentCommand")
2464
- .sc(DeleteComponent$)
329
+ .sc(schemas_0.DeleteComponent$)
2465
330
  .build() {
2466
331
  }
2467
332
 
@@ -2473,7 +338,7 @@ class DeleteDeploymentCommand extends smithyClient.Command
2473
338
  })
2474
339
  .s("AwsProton20200720", "DeleteDeployment", {})
2475
340
  .n("ProtonClient", "DeleteDeploymentCommand")
2476
- .sc(DeleteDeployment$)
341
+ .sc(schemas_0.DeleteDeployment$)
2477
342
  .build() {
2478
343
  }
2479
344
 
@@ -2485,7 +350,7 @@ class DeleteEnvironmentAccountConnectionCommand extends smithyClient.Command
2485
350
  })
2486
351
  .s("AwsProton20200720", "DeleteEnvironmentAccountConnection", {})
2487
352
  .n("ProtonClient", "DeleteEnvironmentAccountConnectionCommand")
2488
- .sc(DeleteEnvironmentAccountConnection$)
353
+ .sc(schemas_0.DeleteEnvironmentAccountConnection$)
2489
354
  .build() {
2490
355
  }
2491
356
 
@@ -2497,7 +362,7 @@ class DeleteEnvironmentCommand extends smithyClient.Command
2497
362
  })
2498
363
  .s("AwsProton20200720", "DeleteEnvironment", {})
2499
364
  .n("ProtonClient", "DeleteEnvironmentCommand")
2500
- .sc(DeleteEnvironment$)
365
+ .sc(schemas_0.DeleteEnvironment$)
2501
366
  .build() {
2502
367
  }
2503
368
 
@@ -2509,7 +374,7 @@ class DeleteEnvironmentTemplateCommand extends smithyClient.Command
2509
374
  })
2510
375
  .s("AwsProton20200720", "DeleteEnvironmentTemplate", {})
2511
376
  .n("ProtonClient", "DeleteEnvironmentTemplateCommand")
2512
- .sc(DeleteEnvironmentTemplate$)
377
+ .sc(schemas_0.DeleteEnvironmentTemplate$)
2513
378
  .build() {
2514
379
  }
2515
380
 
@@ -2521,7 +386,7 @@ class DeleteEnvironmentTemplateVersionCommand extends smithyClient.Command
2521
386
  })
2522
387
  .s("AwsProton20200720", "DeleteEnvironmentTemplateVersion", {})
2523
388
  .n("ProtonClient", "DeleteEnvironmentTemplateVersionCommand")
2524
- .sc(DeleteEnvironmentTemplateVersion$)
389
+ .sc(schemas_0.DeleteEnvironmentTemplateVersion$)
2525
390
  .build() {
2526
391
  }
2527
392
 
@@ -2533,7 +398,7 @@ class DeleteRepositoryCommand extends smithyClient.Command
2533
398
  })
2534
399
  .s("AwsProton20200720", "DeleteRepository", {})
2535
400
  .n("ProtonClient", "DeleteRepositoryCommand")
2536
- .sc(DeleteRepository$)
401
+ .sc(schemas_0.DeleteRepository$)
2537
402
  .build() {
2538
403
  }
2539
404
 
@@ -2545,7 +410,7 @@ class DeleteServiceCommand extends smithyClient.Command
2545
410
  })
2546
411
  .s("AwsProton20200720", "DeleteService", {})
2547
412
  .n("ProtonClient", "DeleteServiceCommand")
2548
- .sc(DeleteService$)
413
+ .sc(schemas_0.DeleteService$)
2549
414
  .build() {
2550
415
  }
2551
416
 
@@ -2557,7 +422,7 @@ class DeleteServiceSyncConfigCommand extends smithyClient.Command
2557
422
  })
2558
423
  .s("AwsProton20200720", "DeleteServiceSyncConfig", {})
2559
424
  .n("ProtonClient", "DeleteServiceSyncConfigCommand")
2560
- .sc(DeleteServiceSyncConfig$)
425
+ .sc(schemas_0.DeleteServiceSyncConfig$)
2561
426
  .build() {
2562
427
  }
2563
428
 
@@ -2569,7 +434,7 @@ class DeleteServiceTemplateCommand extends smithyClient.Command
2569
434
  })
2570
435
  .s("AwsProton20200720", "DeleteServiceTemplate", {})
2571
436
  .n("ProtonClient", "DeleteServiceTemplateCommand")
2572
- .sc(DeleteServiceTemplate$)
437
+ .sc(schemas_0.DeleteServiceTemplate$)
2573
438
  .build() {
2574
439
  }
2575
440
 
@@ -2581,7 +446,7 @@ class DeleteServiceTemplateVersionCommand extends smithyClient.Command
2581
446
  })
2582
447
  .s("AwsProton20200720", "DeleteServiceTemplateVersion", {})
2583
448
  .n("ProtonClient", "DeleteServiceTemplateVersionCommand")
2584
- .sc(DeleteServiceTemplateVersion$)
449
+ .sc(schemas_0.DeleteServiceTemplateVersion$)
2585
450
  .build() {
2586
451
  }
2587
452
 
@@ -2593,7 +458,7 @@ class DeleteTemplateSyncConfigCommand extends smithyClient.Command
2593
458
  })
2594
459
  .s("AwsProton20200720", "DeleteTemplateSyncConfig", {})
2595
460
  .n("ProtonClient", "DeleteTemplateSyncConfigCommand")
2596
- .sc(DeleteTemplateSyncConfig$)
461
+ .sc(schemas_0.DeleteTemplateSyncConfig$)
2597
462
  .build() {
2598
463
  }
2599
464
 
@@ -2605,7 +470,7 @@ class GetAccountSettingsCommand extends smithyClient.Command
2605
470
  })
2606
471
  .s("AwsProton20200720", "GetAccountSettings", {})
2607
472
  .n("ProtonClient", "GetAccountSettingsCommand")
2608
- .sc(GetAccountSettings$)
473
+ .sc(schemas_0.GetAccountSettings$)
2609
474
  .build() {
2610
475
  }
2611
476
 
@@ -2617,7 +482,7 @@ class GetComponentCommand extends smithyClient.Command
2617
482
  })
2618
483
  .s("AwsProton20200720", "GetComponent", {})
2619
484
  .n("ProtonClient", "GetComponentCommand")
2620
- .sc(GetComponent$)
485
+ .sc(schemas_0.GetComponent$)
2621
486
  .build() {
2622
487
  }
2623
488
 
@@ -2629,7 +494,7 @@ class GetDeploymentCommand extends smithyClient.Command
2629
494
  })
2630
495
  .s("AwsProton20200720", "GetDeployment", {})
2631
496
  .n("ProtonClient", "GetDeploymentCommand")
2632
- .sc(GetDeployment$)
497
+ .sc(schemas_0.GetDeployment$)
2633
498
  .build() {
2634
499
  }
2635
500
 
@@ -2641,7 +506,7 @@ class GetEnvironmentAccountConnectionCommand extends smithyClient.Command
2641
506
  })
2642
507
  .s("AwsProton20200720", "GetEnvironmentAccountConnection", {})
2643
508
  .n("ProtonClient", "GetEnvironmentAccountConnectionCommand")
2644
- .sc(GetEnvironmentAccountConnection$)
509
+ .sc(schemas_0.GetEnvironmentAccountConnection$)
2645
510
  .build() {
2646
511
  }
2647
512
 
@@ -2653,7 +518,7 @@ class GetEnvironmentCommand extends smithyClient.Command
2653
518
  })
2654
519
  .s("AwsProton20200720", "GetEnvironment", {})
2655
520
  .n("ProtonClient", "GetEnvironmentCommand")
2656
- .sc(GetEnvironment$)
521
+ .sc(schemas_0.GetEnvironment$)
2657
522
  .build() {
2658
523
  }
2659
524
 
@@ -2665,7 +530,7 @@ class GetEnvironmentTemplateCommand extends smithyClient.Command
2665
530
  })
2666
531
  .s("AwsProton20200720", "GetEnvironmentTemplate", {})
2667
532
  .n("ProtonClient", "GetEnvironmentTemplateCommand")
2668
- .sc(GetEnvironmentTemplate$)
533
+ .sc(schemas_0.GetEnvironmentTemplate$)
2669
534
  .build() {
2670
535
  }
2671
536
 
@@ -2677,7 +542,7 @@ class GetEnvironmentTemplateVersionCommand extends smithyClient.Command
2677
542
  })
2678
543
  .s("AwsProton20200720", "GetEnvironmentTemplateVersion", {})
2679
544
  .n("ProtonClient", "GetEnvironmentTemplateVersionCommand")
2680
- .sc(GetEnvironmentTemplateVersion$)
545
+ .sc(schemas_0.GetEnvironmentTemplateVersion$)
2681
546
  .build() {
2682
547
  }
2683
548
 
@@ -2689,7 +554,7 @@ class GetRepositoryCommand extends smithyClient.Command
2689
554
  })
2690
555
  .s("AwsProton20200720", "GetRepository", {})
2691
556
  .n("ProtonClient", "GetRepositoryCommand")
2692
- .sc(GetRepository$)
557
+ .sc(schemas_0.GetRepository$)
2693
558
  .build() {
2694
559
  }
2695
560
 
@@ -2701,7 +566,7 @@ class GetRepositorySyncStatusCommand extends smithyClient.Command
2701
566
  })
2702
567
  .s("AwsProton20200720", "GetRepositorySyncStatus", {})
2703
568
  .n("ProtonClient", "GetRepositorySyncStatusCommand")
2704
- .sc(GetRepositorySyncStatus$)
569
+ .sc(schemas_0.GetRepositorySyncStatus$)
2705
570
  .build() {
2706
571
  }
2707
572
 
@@ -2713,7 +578,7 @@ class GetResourcesSummaryCommand extends smithyClient.Command
2713
578
  })
2714
579
  .s("AwsProton20200720", "GetResourcesSummary", {})
2715
580
  .n("ProtonClient", "GetResourcesSummaryCommand")
2716
- .sc(GetResourcesSummary$)
581
+ .sc(schemas_0.GetResourcesSummary$)
2717
582
  .build() {
2718
583
  }
2719
584
 
@@ -2725,7 +590,7 @@ class GetServiceCommand extends smithyClient.Command
2725
590
  })
2726
591
  .s("AwsProton20200720", "GetService", {})
2727
592
  .n("ProtonClient", "GetServiceCommand")
2728
- .sc(GetService$)
593
+ .sc(schemas_0.GetService$)
2729
594
  .build() {
2730
595
  }
2731
596
 
@@ -2737,7 +602,7 @@ class GetServiceInstanceCommand extends smithyClient.Command
2737
602
  })
2738
603
  .s("AwsProton20200720", "GetServiceInstance", {})
2739
604
  .n("ProtonClient", "GetServiceInstanceCommand")
2740
- .sc(GetServiceInstance$)
605
+ .sc(schemas_0.GetServiceInstance$)
2741
606
  .build() {
2742
607
  }
2743
608
 
@@ -2749,7 +614,7 @@ class GetServiceInstanceSyncStatusCommand extends smithyClient.Command
2749
614
  })
2750
615
  .s("AwsProton20200720", "GetServiceInstanceSyncStatus", {})
2751
616
  .n("ProtonClient", "GetServiceInstanceSyncStatusCommand")
2752
- .sc(GetServiceInstanceSyncStatus$)
617
+ .sc(schemas_0.GetServiceInstanceSyncStatus$)
2753
618
  .build() {
2754
619
  }
2755
620
 
@@ -2761,7 +626,7 @@ class GetServiceSyncBlockerSummaryCommand extends smithyClient.Command
2761
626
  })
2762
627
  .s("AwsProton20200720", "GetServiceSyncBlockerSummary", {})
2763
628
  .n("ProtonClient", "GetServiceSyncBlockerSummaryCommand")
2764
- .sc(GetServiceSyncBlockerSummary$)
629
+ .sc(schemas_0.GetServiceSyncBlockerSummary$)
2765
630
  .build() {
2766
631
  }
2767
632
 
@@ -2773,7 +638,7 @@ class GetServiceSyncConfigCommand extends smithyClient.Command
2773
638
  })
2774
639
  .s("AwsProton20200720", "GetServiceSyncConfig", {})
2775
640
  .n("ProtonClient", "GetServiceSyncConfigCommand")
2776
- .sc(GetServiceSyncConfig$)
641
+ .sc(schemas_0.GetServiceSyncConfig$)
2777
642
  .build() {
2778
643
  }
2779
644
 
@@ -2785,7 +650,7 @@ class GetServiceTemplateCommand extends smithyClient.Command
2785
650
  })
2786
651
  .s("AwsProton20200720", "GetServiceTemplate", {})
2787
652
  .n("ProtonClient", "GetServiceTemplateCommand")
2788
- .sc(GetServiceTemplate$)
653
+ .sc(schemas_0.GetServiceTemplate$)
2789
654
  .build() {
2790
655
  }
2791
656
 
@@ -2797,7 +662,7 @@ class GetServiceTemplateVersionCommand extends smithyClient.Command
2797
662
  })
2798
663
  .s("AwsProton20200720", "GetServiceTemplateVersion", {})
2799
664
  .n("ProtonClient", "GetServiceTemplateVersionCommand")
2800
- .sc(GetServiceTemplateVersion$)
665
+ .sc(schemas_0.GetServiceTemplateVersion$)
2801
666
  .build() {
2802
667
  }
2803
668
 
@@ -2809,7 +674,7 @@ class GetTemplateSyncConfigCommand extends smithyClient.Command
2809
674
  })
2810
675
  .s("AwsProton20200720", "GetTemplateSyncConfig", {})
2811
676
  .n("ProtonClient", "GetTemplateSyncConfigCommand")
2812
- .sc(GetTemplateSyncConfig$)
677
+ .sc(schemas_0.GetTemplateSyncConfig$)
2813
678
  .build() {
2814
679
  }
2815
680
 
@@ -2821,7 +686,7 @@ class GetTemplateSyncStatusCommand extends smithyClient.Command
2821
686
  })
2822
687
  .s("AwsProton20200720", "GetTemplateSyncStatus", {})
2823
688
  .n("ProtonClient", "GetTemplateSyncStatusCommand")
2824
- .sc(GetTemplateSyncStatus$)
689
+ .sc(schemas_0.GetTemplateSyncStatus$)
2825
690
  .build() {
2826
691
  }
2827
692
 
@@ -2833,7 +698,7 @@ class ListComponentOutputsCommand extends smithyClient.Command
2833
698
  })
2834
699
  .s("AwsProton20200720", "ListComponentOutputs", {})
2835
700
  .n("ProtonClient", "ListComponentOutputsCommand")
2836
- .sc(ListComponentOutputs$)
701
+ .sc(schemas_0.ListComponentOutputs$)
2837
702
  .build() {
2838
703
  }
2839
704
 
@@ -2845,7 +710,7 @@ class ListComponentProvisionedResourcesCommand extends smithyClient.Command
2845
710
  })
2846
711
  .s("AwsProton20200720", "ListComponentProvisionedResources", {})
2847
712
  .n("ProtonClient", "ListComponentProvisionedResourcesCommand")
2848
- .sc(ListComponentProvisionedResources$)
713
+ .sc(schemas_0.ListComponentProvisionedResources$)
2849
714
  .build() {
2850
715
  }
2851
716
 
@@ -2857,7 +722,7 @@ class ListComponentsCommand extends smithyClient.Command
2857
722
  })
2858
723
  .s("AwsProton20200720", "ListComponents", {})
2859
724
  .n("ProtonClient", "ListComponentsCommand")
2860
- .sc(ListComponents$)
725
+ .sc(schemas_0.ListComponents$)
2861
726
  .build() {
2862
727
  }
2863
728
 
@@ -2869,7 +734,7 @@ class ListDeploymentsCommand extends smithyClient.Command
2869
734
  })
2870
735
  .s("AwsProton20200720", "ListDeployments", {})
2871
736
  .n("ProtonClient", "ListDeploymentsCommand")
2872
- .sc(ListDeployments$)
737
+ .sc(schemas_0.ListDeployments$)
2873
738
  .build() {
2874
739
  }
2875
740
 
@@ -2881,7 +746,7 @@ class ListEnvironmentAccountConnectionsCommand extends smithyClient.Command
2881
746
  })
2882
747
  .s("AwsProton20200720", "ListEnvironmentAccountConnections", {})
2883
748
  .n("ProtonClient", "ListEnvironmentAccountConnectionsCommand")
2884
- .sc(ListEnvironmentAccountConnections$)
749
+ .sc(schemas_0.ListEnvironmentAccountConnections$)
2885
750
  .build() {
2886
751
  }
2887
752
 
@@ -2893,7 +758,7 @@ class ListEnvironmentOutputsCommand extends smithyClient.Command
2893
758
  })
2894
759
  .s("AwsProton20200720", "ListEnvironmentOutputs", {})
2895
760
  .n("ProtonClient", "ListEnvironmentOutputsCommand")
2896
- .sc(ListEnvironmentOutputs$)
761
+ .sc(schemas_0.ListEnvironmentOutputs$)
2897
762
  .build() {
2898
763
  }
2899
764
 
@@ -2905,7 +770,7 @@ class ListEnvironmentProvisionedResourcesCommand extends smithyClient.Command
2905
770
  })
2906
771
  .s("AwsProton20200720", "ListEnvironmentProvisionedResources", {})
2907
772
  .n("ProtonClient", "ListEnvironmentProvisionedResourcesCommand")
2908
- .sc(ListEnvironmentProvisionedResources$)
773
+ .sc(schemas_0.ListEnvironmentProvisionedResources$)
2909
774
  .build() {
2910
775
  }
2911
776
 
@@ -2917,7 +782,7 @@ class ListEnvironmentsCommand extends smithyClient.Command
2917
782
  })
2918
783
  .s("AwsProton20200720", "ListEnvironments", {})
2919
784
  .n("ProtonClient", "ListEnvironmentsCommand")
2920
- .sc(ListEnvironments$)
785
+ .sc(schemas_0.ListEnvironments$)
2921
786
  .build() {
2922
787
  }
2923
788
 
@@ -2929,7 +794,7 @@ class ListEnvironmentTemplatesCommand extends smithyClient.Command
2929
794
  })
2930
795
  .s("AwsProton20200720", "ListEnvironmentTemplates", {})
2931
796
  .n("ProtonClient", "ListEnvironmentTemplatesCommand")
2932
- .sc(ListEnvironmentTemplates$)
797
+ .sc(schemas_0.ListEnvironmentTemplates$)
2933
798
  .build() {
2934
799
  }
2935
800
 
@@ -2941,7 +806,7 @@ class ListEnvironmentTemplateVersionsCommand extends smithyClient.Command
2941
806
  })
2942
807
  .s("AwsProton20200720", "ListEnvironmentTemplateVersions", {})
2943
808
  .n("ProtonClient", "ListEnvironmentTemplateVersionsCommand")
2944
- .sc(ListEnvironmentTemplateVersions$)
809
+ .sc(schemas_0.ListEnvironmentTemplateVersions$)
2945
810
  .build() {
2946
811
  }
2947
812
 
@@ -2953,7 +818,7 @@ class ListRepositoriesCommand extends smithyClient.Command
2953
818
  })
2954
819
  .s("AwsProton20200720", "ListRepositories", {})
2955
820
  .n("ProtonClient", "ListRepositoriesCommand")
2956
- .sc(ListRepositories$)
821
+ .sc(schemas_0.ListRepositories$)
2957
822
  .build() {
2958
823
  }
2959
824
 
@@ -2965,7 +830,7 @@ class ListRepositorySyncDefinitionsCommand extends smithyClient.Command
2965
830
  })
2966
831
  .s("AwsProton20200720", "ListRepositorySyncDefinitions", {})
2967
832
  .n("ProtonClient", "ListRepositorySyncDefinitionsCommand")
2968
- .sc(ListRepositorySyncDefinitions$)
833
+ .sc(schemas_0.ListRepositorySyncDefinitions$)
2969
834
  .build() {
2970
835
  }
2971
836
 
@@ -2977,7 +842,7 @@ class ListServiceInstanceOutputsCommand extends smithyClient.Command
2977
842
  })
2978
843
  .s("AwsProton20200720", "ListServiceInstanceOutputs", {})
2979
844
  .n("ProtonClient", "ListServiceInstanceOutputsCommand")
2980
- .sc(ListServiceInstanceOutputs$)
845
+ .sc(schemas_0.ListServiceInstanceOutputs$)
2981
846
  .build() {
2982
847
  }
2983
848
 
@@ -2989,7 +854,7 @@ class ListServiceInstanceProvisionedResourcesCommand extends smithyClient.Comman
2989
854
  })
2990
855
  .s("AwsProton20200720", "ListServiceInstanceProvisionedResources", {})
2991
856
  .n("ProtonClient", "ListServiceInstanceProvisionedResourcesCommand")
2992
- .sc(ListServiceInstanceProvisionedResources$)
857
+ .sc(schemas_0.ListServiceInstanceProvisionedResources$)
2993
858
  .build() {
2994
859
  }
2995
860
 
@@ -3001,7 +866,7 @@ class ListServiceInstancesCommand extends smithyClient.Command
3001
866
  })
3002
867
  .s("AwsProton20200720", "ListServiceInstances", {})
3003
868
  .n("ProtonClient", "ListServiceInstancesCommand")
3004
- .sc(ListServiceInstances$)
869
+ .sc(schemas_0.ListServiceInstances$)
3005
870
  .build() {
3006
871
  }
3007
872
 
@@ -3013,7 +878,7 @@ class ListServicePipelineOutputsCommand extends smithyClient.Command
3013
878
  })
3014
879
  .s("AwsProton20200720", "ListServicePipelineOutputs", {})
3015
880
  .n("ProtonClient", "ListServicePipelineOutputsCommand")
3016
- .sc(ListServicePipelineOutputs$)
881
+ .sc(schemas_0.ListServicePipelineOutputs$)
3017
882
  .build() {
3018
883
  }
3019
884
 
@@ -3025,7 +890,7 @@ class ListServicePipelineProvisionedResourcesCommand extends smithyClient.Comman
3025
890
  })
3026
891
  .s("AwsProton20200720", "ListServicePipelineProvisionedResources", {})
3027
892
  .n("ProtonClient", "ListServicePipelineProvisionedResourcesCommand")
3028
- .sc(ListServicePipelineProvisionedResources$)
893
+ .sc(schemas_0.ListServicePipelineProvisionedResources$)
3029
894
  .build() {
3030
895
  }
3031
896
 
@@ -3037,7 +902,7 @@ class ListServicesCommand extends smithyClient.Command
3037
902
  })
3038
903
  .s("AwsProton20200720", "ListServices", {})
3039
904
  .n("ProtonClient", "ListServicesCommand")
3040
- .sc(ListServices$)
905
+ .sc(schemas_0.ListServices$)
3041
906
  .build() {
3042
907
  }
3043
908
 
@@ -3049,7 +914,7 @@ class ListServiceTemplatesCommand extends smithyClient.Command
3049
914
  })
3050
915
  .s("AwsProton20200720", "ListServiceTemplates", {})
3051
916
  .n("ProtonClient", "ListServiceTemplatesCommand")
3052
- .sc(ListServiceTemplates$)
917
+ .sc(schemas_0.ListServiceTemplates$)
3053
918
  .build() {
3054
919
  }
3055
920
 
@@ -3061,7 +926,7 @@ class ListServiceTemplateVersionsCommand extends smithyClient.Command
3061
926
  })
3062
927
  .s("AwsProton20200720", "ListServiceTemplateVersions", {})
3063
928
  .n("ProtonClient", "ListServiceTemplateVersionsCommand")
3064
- .sc(ListServiceTemplateVersions$)
929
+ .sc(schemas_0.ListServiceTemplateVersions$)
3065
930
  .build() {
3066
931
  }
3067
932
 
@@ -3073,7 +938,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
3073
938
  })
3074
939
  .s("AwsProton20200720", "ListTagsForResource", {})
3075
940
  .n("ProtonClient", "ListTagsForResourceCommand")
3076
- .sc(ListTagsForResource$)
941
+ .sc(schemas_0.ListTagsForResource$)
3077
942
  .build() {
3078
943
  }
3079
944
 
@@ -3085,7 +950,7 @@ class NotifyResourceDeploymentStatusChangeCommand extends smithyClient.Command
3085
950
  })
3086
951
  .s("AwsProton20200720", "NotifyResourceDeploymentStatusChange", {})
3087
952
  .n("ProtonClient", "NotifyResourceDeploymentStatusChangeCommand")
3088
- .sc(NotifyResourceDeploymentStatusChange$)
953
+ .sc(schemas_0.NotifyResourceDeploymentStatusChange$)
3089
954
  .build() {
3090
955
  }
3091
956
 
@@ -3097,7 +962,7 @@ class RejectEnvironmentAccountConnectionCommand extends smithyClient.Command
3097
962
  })
3098
963
  .s("AwsProton20200720", "RejectEnvironmentAccountConnection", {})
3099
964
  .n("ProtonClient", "RejectEnvironmentAccountConnectionCommand")
3100
- .sc(RejectEnvironmentAccountConnection$)
965
+ .sc(schemas_0.RejectEnvironmentAccountConnection$)
3101
966
  .build() {
3102
967
  }
3103
968
 
@@ -3109,7 +974,7 @@ class TagResourceCommand extends smithyClient.Command
3109
974
  })
3110
975
  .s("AwsProton20200720", "TagResource", {})
3111
976
  .n("ProtonClient", "TagResourceCommand")
3112
- .sc(TagResource$)
977
+ .sc(schemas_0.TagResource$)
3113
978
  .build() {
3114
979
  }
3115
980
 
@@ -3121,7 +986,7 @@ class UntagResourceCommand extends smithyClient.Command
3121
986
  })
3122
987
  .s("AwsProton20200720", "UntagResource", {})
3123
988
  .n("ProtonClient", "UntagResourceCommand")
3124
- .sc(UntagResource$)
989
+ .sc(schemas_0.UntagResource$)
3125
990
  .build() {
3126
991
  }
3127
992
 
@@ -3133,7 +998,7 @@ class UpdateAccountSettingsCommand extends smithyClient.Command
3133
998
  })
3134
999
  .s("AwsProton20200720", "UpdateAccountSettings", {})
3135
1000
  .n("ProtonClient", "UpdateAccountSettingsCommand")
3136
- .sc(UpdateAccountSettings$)
1001
+ .sc(schemas_0.UpdateAccountSettings$)
3137
1002
  .build() {
3138
1003
  }
3139
1004
 
@@ -3145,7 +1010,7 @@ class UpdateComponentCommand extends smithyClient.Command
3145
1010
  })
3146
1011
  .s("AwsProton20200720", "UpdateComponent", {})
3147
1012
  .n("ProtonClient", "UpdateComponentCommand")
3148
- .sc(UpdateComponent$)
1013
+ .sc(schemas_0.UpdateComponent$)
3149
1014
  .build() {
3150
1015
  }
3151
1016
 
@@ -3157,7 +1022,7 @@ class UpdateEnvironmentAccountConnectionCommand extends smithyClient.Command
3157
1022
  })
3158
1023
  .s("AwsProton20200720", "UpdateEnvironmentAccountConnection", {})
3159
1024
  .n("ProtonClient", "UpdateEnvironmentAccountConnectionCommand")
3160
- .sc(UpdateEnvironmentAccountConnection$)
1025
+ .sc(schemas_0.UpdateEnvironmentAccountConnection$)
3161
1026
  .build() {
3162
1027
  }
3163
1028
 
@@ -3169,7 +1034,7 @@ class UpdateEnvironmentCommand extends smithyClient.Command
3169
1034
  })
3170
1035
  .s("AwsProton20200720", "UpdateEnvironment", {})
3171
1036
  .n("ProtonClient", "UpdateEnvironmentCommand")
3172
- .sc(UpdateEnvironment$)
1037
+ .sc(schemas_0.UpdateEnvironment$)
3173
1038
  .build() {
3174
1039
  }
3175
1040
 
@@ -3181,7 +1046,7 @@ class UpdateEnvironmentTemplateCommand extends smithyClient.Command
3181
1046
  })
3182
1047
  .s("AwsProton20200720", "UpdateEnvironmentTemplate", {})
3183
1048
  .n("ProtonClient", "UpdateEnvironmentTemplateCommand")
3184
- .sc(UpdateEnvironmentTemplate$)
1049
+ .sc(schemas_0.UpdateEnvironmentTemplate$)
3185
1050
  .build() {
3186
1051
  }
3187
1052
 
@@ -3193,7 +1058,7 @@ class UpdateEnvironmentTemplateVersionCommand extends smithyClient.Command
3193
1058
  })
3194
1059
  .s("AwsProton20200720", "UpdateEnvironmentTemplateVersion", {})
3195
1060
  .n("ProtonClient", "UpdateEnvironmentTemplateVersionCommand")
3196
- .sc(UpdateEnvironmentTemplateVersion$)
1061
+ .sc(schemas_0.UpdateEnvironmentTemplateVersion$)
3197
1062
  .build() {
3198
1063
  }
3199
1064
 
@@ -3205,7 +1070,7 @@ class UpdateServiceCommand extends smithyClient.Command
3205
1070
  })
3206
1071
  .s("AwsProton20200720", "UpdateService", {})
3207
1072
  .n("ProtonClient", "UpdateServiceCommand")
3208
- .sc(UpdateService$)
1073
+ .sc(schemas_0.UpdateService$)
3209
1074
  .build() {
3210
1075
  }
3211
1076
 
@@ -3217,7 +1082,7 @@ class UpdateServiceInstanceCommand extends smithyClient.Command
3217
1082
  })
3218
1083
  .s("AwsProton20200720", "UpdateServiceInstance", {})
3219
1084
  .n("ProtonClient", "UpdateServiceInstanceCommand")
3220
- .sc(UpdateServiceInstance$)
1085
+ .sc(schemas_0.UpdateServiceInstance$)
3221
1086
  .build() {
3222
1087
  }
3223
1088
 
@@ -3229,7 +1094,7 @@ class UpdateServicePipelineCommand extends smithyClient.Command
3229
1094
  })
3230
1095
  .s("AwsProton20200720", "UpdateServicePipeline", {})
3231
1096
  .n("ProtonClient", "UpdateServicePipelineCommand")
3232
- .sc(UpdateServicePipeline$)
1097
+ .sc(schemas_0.UpdateServicePipeline$)
3233
1098
  .build() {
3234
1099
  }
3235
1100
 
@@ -3241,7 +1106,7 @@ class UpdateServiceSyncBlockerCommand extends smithyClient.Command
3241
1106
  })
3242
1107
  .s("AwsProton20200720", "UpdateServiceSyncBlocker", {})
3243
1108
  .n("ProtonClient", "UpdateServiceSyncBlockerCommand")
3244
- .sc(UpdateServiceSyncBlocker$)
1109
+ .sc(schemas_0.UpdateServiceSyncBlocker$)
3245
1110
  .build() {
3246
1111
  }
3247
1112
 
@@ -3253,7 +1118,7 @@ class UpdateServiceSyncConfigCommand extends smithyClient.Command
3253
1118
  })
3254
1119
  .s("AwsProton20200720", "UpdateServiceSyncConfig", {})
3255
1120
  .n("ProtonClient", "UpdateServiceSyncConfigCommand")
3256
- .sc(UpdateServiceSyncConfig$)
1121
+ .sc(schemas_0.UpdateServiceSyncConfig$)
3257
1122
  .build() {
3258
1123
  }
3259
1124
 
@@ -3265,7 +1130,7 @@ class UpdateServiceTemplateCommand extends smithyClient.Command
3265
1130
  })
3266
1131
  .s("AwsProton20200720", "UpdateServiceTemplate", {})
3267
1132
  .n("ProtonClient", "UpdateServiceTemplateCommand")
3268
- .sc(UpdateServiceTemplate$)
1133
+ .sc(schemas_0.UpdateServiceTemplate$)
3269
1134
  .build() {
3270
1135
  }
3271
1136
 
@@ -3277,7 +1142,7 @@ class UpdateServiceTemplateVersionCommand extends smithyClient.Command
3277
1142
  })
3278
1143
  .s("AwsProton20200720", "UpdateServiceTemplateVersion", {})
3279
1144
  .n("ProtonClient", "UpdateServiceTemplateVersionCommand")
3280
- .sc(UpdateServiceTemplateVersion$)
1145
+ .sc(schemas_0.UpdateServiceTemplateVersion$)
3281
1146
  .build() {
3282
1147
  }
3283
1148
 
@@ -3289,7 +1154,7 @@ class UpdateTemplateSyncConfigCommand extends smithyClient.Command
3289
1154
  })
3290
1155
  .s("AwsProton20200720", "UpdateTemplateSyncConfig", {})
3291
1156
  .n("ProtonClient", "UpdateTemplateSyncConfigCommand")
3292
- .sc(UpdateTemplateSyncConfig$)
1157
+ .sc(schemas_0.UpdateTemplateSyncConfig$)
3293
1158
  .build() {
3294
1159
  }
3295
1160
 
@@ -4043,447 +1908,121 @@ Object.defineProperty(exports, "__Client", {
4043
1908
  enumerable: true,
4044
1909
  get: function () { return smithyClient.Client; }
4045
1910
  });
4046
- exports.AcceptEnvironmentAccountConnection$ = AcceptEnvironmentAccountConnection$;
1911
+ Object.defineProperty(exports, "ProtonServiceException", {
1912
+ enumerable: true,
1913
+ get: function () { return ProtonServiceException.ProtonServiceException; }
1914
+ });
4047
1915
  exports.AcceptEnvironmentAccountConnectionCommand = AcceptEnvironmentAccountConnectionCommand;
4048
- exports.AcceptEnvironmentAccountConnectionInput$ = AcceptEnvironmentAccountConnectionInput$;
4049
- exports.AcceptEnvironmentAccountConnectionOutput$ = AcceptEnvironmentAccountConnectionOutput$;
4050
- exports.AccessDeniedException = AccessDeniedException;
4051
- exports.AccessDeniedException$ = AccessDeniedException$;
4052
- exports.AccountSettings$ = AccountSettings$;
4053
1916
  exports.BlockerStatus = BlockerStatus;
4054
1917
  exports.BlockerType = BlockerType;
4055
- exports.CancelComponentDeployment$ = CancelComponentDeployment$;
4056
1918
  exports.CancelComponentDeploymentCommand = CancelComponentDeploymentCommand;
4057
- exports.CancelComponentDeploymentInput$ = CancelComponentDeploymentInput$;
4058
- exports.CancelComponentDeploymentOutput$ = CancelComponentDeploymentOutput$;
4059
- exports.CancelEnvironmentDeployment$ = CancelEnvironmentDeployment$;
4060
1919
  exports.CancelEnvironmentDeploymentCommand = CancelEnvironmentDeploymentCommand;
4061
- exports.CancelEnvironmentDeploymentInput$ = CancelEnvironmentDeploymentInput$;
4062
- exports.CancelEnvironmentDeploymentOutput$ = CancelEnvironmentDeploymentOutput$;
4063
- exports.CancelServiceInstanceDeployment$ = CancelServiceInstanceDeployment$;
4064
1920
  exports.CancelServiceInstanceDeploymentCommand = CancelServiceInstanceDeploymentCommand;
4065
- exports.CancelServiceInstanceDeploymentInput$ = CancelServiceInstanceDeploymentInput$;
4066
- exports.CancelServiceInstanceDeploymentOutput$ = CancelServiceInstanceDeploymentOutput$;
4067
- exports.CancelServicePipelineDeployment$ = CancelServicePipelineDeployment$;
4068
1921
  exports.CancelServicePipelineDeploymentCommand = CancelServicePipelineDeploymentCommand;
4069
- exports.CancelServicePipelineDeploymentInput$ = CancelServicePipelineDeploymentInput$;
4070
- exports.CancelServicePipelineDeploymentOutput$ = CancelServicePipelineDeploymentOutput$;
4071
- exports.CompatibleEnvironmentTemplate$ = CompatibleEnvironmentTemplate$;
4072
- exports.CompatibleEnvironmentTemplateInput$ = CompatibleEnvironmentTemplateInput$;
4073
- exports.Component$ = Component$;
4074
1922
  exports.ComponentDeploymentUpdateType = ComponentDeploymentUpdateType;
4075
- exports.ComponentState$ = ComponentState$;
4076
- exports.ComponentSummary$ = ComponentSummary$;
4077
- exports.ConflictException = ConflictException;
4078
- exports.ConflictException$ = ConflictException$;
4079
- exports.CountsSummary$ = CountsSummary$;
4080
- exports.CreateComponent$ = CreateComponent$;
4081
1923
  exports.CreateComponentCommand = CreateComponentCommand;
4082
- exports.CreateComponentInput$ = CreateComponentInput$;
4083
- exports.CreateComponentOutput$ = CreateComponentOutput$;
4084
- exports.CreateEnvironment$ = CreateEnvironment$;
4085
- exports.CreateEnvironmentAccountConnection$ = CreateEnvironmentAccountConnection$;
4086
1924
  exports.CreateEnvironmentAccountConnectionCommand = CreateEnvironmentAccountConnectionCommand;
4087
- exports.CreateEnvironmentAccountConnectionInput$ = CreateEnvironmentAccountConnectionInput$;
4088
- exports.CreateEnvironmentAccountConnectionOutput$ = CreateEnvironmentAccountConnectionOutput$;
4089
1925
  exports.CreateEnvironmentCommand = CreateEnvironmentCommand;
4090
- exports.CreateEnvironmentInput$ = CreateEnvironmentInput$;
4091
- exports.CreateEnvironmentOutput$ = CreateEnvironmentOutput$;
4092
- exports.CreateEnvironmentTemplate$ = CreateEnvironmentTemplate$;
4093
1926
  exports.CreateEnvironmentTemplateCommand = CreateEnvironmentTemplateCommand;
4094
- exports.CreateEnvironmentTemplateInput$ = CreateEnvironmentTemplateInput$;
4095
- exports.CreateEnvironmentTemplateOutput$ = CreateEnvironmentTemplateOutput$;
4096
- exports.CreateEnvironmentTemplateVersion$ = CreateEnvironmentTemplateVersion$;
4097
1927
  exports.CreateEnvironmentTemplateVersionCommand = CreateEnvironmentTemplateVersionCommand;
4098
- exports.CreateEnvironmentTemplateVersionInput$ = CreateEnvironmentTemplateVersionInput$;
4099
- exports.CreateEnvironmentTemplateVersionOutput$ = CreateEnvironmentTemplateVersionOutput$;
4100
- exports.CreateRepository$ = CreateRepository$;
4101
1928
  exports.CreateRepositoryCommand = CreateRepositoryCommand;
4102
- exports.CreateRepositoryInput$ = CreateRepositoryInput$;
4103
- exports.CreateRepositoryOutput$ = CreateRepositoryOutput$;
4104
- exports.CreateService$ = CreateService$;
4105
1929
  exports.CreateServiceCommand = CreateServiceCommand;
4106
- exports.CreateServiceInput$ = CreateServiceInput$;
4107
- exports.CreateServiceInstance$ = CreateServiceInstance$;
4108
1930
  exports.CreateServiceInstanceCommand = CreateServiceInstanceCommand;
4109
- exports.CreateServiceInstanceInput$ = CreateServiceInstanceInput$;
4110
- exports.CreateServiceInstanceOutput$ = CreateServiceInstanceOutput$;
4111
- exports.CreateServiceOutput$ = CreateServiceOutput$;
4112
- exports.CreateServiceSyncConfig$ = CreateServiceSyncConfig$;
4113
1931
  exports.CreateServiceSyncConfigCommand = CreateServiceSyncConfigCommand;
4114
- exports.CreateServiceSyncConfigInput$ = CreateServiceSyncConfigInput$;
4115
- exports.CreateServiceSyncConfigOutput$ = CreateServiceSyncConfigOutput$;
4116
- exports.CreateServiceTemplate$ = CreateServiceTemplate$;
4117
1932
  exports.CreateServiceTemplateCommand = CreateServiceTemplateCommand;
4118
- exports.CreateServiceTemplateInput$ = CreateServiceTemplateInput$;
4119
- exports.CreateServiceTemplateOutput$ = CreateServiceTemplateOutput$;
4120
- exports.CreateServiceTemplateVersion$ = CreateServiceTemplateVersion$;
4121
1933
  exports.CreateServiceTemplateVersionCommand = CreateServiceTemplateVersionCommand;
4122
- exports.CreateServiceTemplateVersionInput$ = CreateServiceTemplateVersionInput$;
4123
- exports.CreateServiceTemplateVersionOutput$ = CreateServiceTemplateVersionOutput$;
4124
- exports.CreateTemplateSyncConfig$ = CreateTemplateSyncConfig$;
4125
1934
  exports.CreateTemplateSyncConfigCommand = CreateTemplateSyncConfigCommand;
4126
- exports.CreateTemplateSyncConfigInput$ = CreateTemplateSyncConfigInput$;
4127
- exports.CreateTemplateSyncConfigOutput$ = CreateTemplateSyncConfigOutput$;
4128
- exports.DeleteComponent$ = DeleteComponent$;
4129
1935
  exports.DeleteComponentCommand = DeleteComponentCommand;
4130
- exports.DeleteComponentInput$ = DeleteComponentInput$;
4131
- exports.DeleteComponentOutput$ = DeleteComponentOutput$;
4132
- exports.DeleteDeployment$ = DeleteDeployment$;
4133
1936
  exports.DeleteDeploymentCommand = DeleteDeploymentCommand;
4134
- exports.DeleteDeploymentInput$ = DeleteDeploymentInput$;
4135
- exports.DeleteDeploymentOutput$ = DeleteDeploymentOutput$;
4136
- exports.DeleteEnvironment$ = DeleteEnvironment$;
4137
- exports.DeleteEnvironmentAccountConnection$ = DeleteEnvironmentAccountConnection$;
4138
1937
  exports.DeleteEnvironmentAccountConnectionCommand = DeleteEnvironmentAccountConnectionCommand;
4139
- exports.DeleteEnvironmentAccountConnectionInput$ = DeleteEnvironmentAccountConnectionInput$;
4140
- exports.DeleteEnvironmentAccountConnectionOutput$ = DeleteEnvironmentAccountConnectionOutput$;
4141
1938
  exports.DeleteEnvironmentCommand = DeleteEnvironmentCommand;
4142
- exports.DeleteEnvironmentInput$ = DeleteEnvironmentInput$;
4143
- exports.DeleteEnvironmentOutput$ = DeleteEnvironmentOutput$;
4144
- exports.DeleteEnvironmentTemplate$ = DeleteEnvironmentTemplate$;
4145
1939
  exports.DeleteEnvironmentTemplateCommand = DeleteEnvironmentTemplateCommand;
4146
- exports.DeleteEnvironmentTemplateInput$ = DeleteEnvironmentTemplateInput$;
4147
- exports.DeleteEnvironmentTemplateOutput$ = DeleteEnvironmentTemplateOutput$;
4148
- exports.DeleteEnvironmentTemplateVersion$ = DeleteEnvironmentTemplateVersion$;
4149
1940
  exports.DeleteEnvironmentTemplateVersionCommand = DeleteEnvironmentTemplateVersionCommand;
4150
- exports.DeleteEnvironmentTemplateVersionInput$ = DeleteEnvironmentTemplateVersionInput$;
4151
- exports.DeleteEnvironmentTemplateVersionOutput$ = DeleteEnvironmentTemplateVersionOutput$;
4152
- exports.DeleteRepository$ = DeleteRepository$;
4153
1941
  exports.DeleteRepositoryCommand = DeleteRepositoryCommand;
4154
- exports.DeleteRepositoryInput$ = DeleteRepositoryInput$;
4155
- exports.DeleteRepositoryOutput$ = DeleteRepositoryOutput$;
4156
- exports.DeleteService$ = DeleteService$;
4157
1942
  exports.DeleteServiceCommand = DeleteServiceCommand;
4158
- exports.DeleteServiceInput$ = DeleteServiceInput$;
4159
- exports.DeleteServiceOutput$ = DeleteServiceOutput$;
4160
- exports.DeleteServiceSyncConfig$ = DeleteServiceSyncConfig$;
4161
1943
  exports.DeleteServiceSyncConfigCommand = DeleteServiceSyncConfigCommand;
4162
- exports.DeleteServiceSyncConfigInput$ = DeleteServiceSyncConfigInput$;
4163
- exports.DeleteServiceSyncConfigOutput$ = DeleteServiceSyncConfigOutput$;
4164
- exports.DeleteServiceTemplate$ = DeleteServiceTemplate$;
4165
1944
  exports.DeleteServiceTemplateCommand = DeleteServiceTemplateCommand;
4166
- exports.DeleteServiceTemplateInput$ = DeleteServiceTemplateInput$;
4167
- exports.DeleteServiceTemplateOutput$ = DeleteServiceTemplateOutput$;
4168
- exports.DeleteServiceTemplateVersion$ = DeleteServiceTemplateVersion$;
4169
1945
  exports.DeleteServiceTemplateVersionCommand = DeleteServiceTemplateVersionCommand;
4170
- exports.DeleteServiceTemplateVersionInput$ = DeleteServiceTemplateVersionInput$;
4171
- exports.DeleteServiceTemplateVersionOutput$ = DeleteServiceTemplateVersionOutput$;
4172
- exports.DeleteTemplateSyncConfig$ = DeleteTemplateSyncConfig$;
4173
1946
  exports.DeleteTemplateSyncConfigCommand = DeleteTemplateSyncConfigCommand;
4174
- exports.DeleteTemplateSyncConfigInput$ = DeleteTemplateSyncConfigInput$;
4175
- exports.DeleteTemplateSyncConfigOutput$ = DeleteTemplateSyncConfigOutput$;
4176
- exports.Deployment$ = Deployment$;
4177
- exports.DeploymentState$ = DeploymentState$;
4178
1947
  exports.DeploymentStatus = DeploymentStatus;
4179
- exports.DeploymentSummary$ = DeploymentSummary$;
4180
1948
  exports.DeploymentTargetResourceType = DeploymentTargetResourceType;
4181
1949
  exports.DeploymentUpdateType = DeploymentUpdateType;
4182
- exports.Environment$ = Environment$;
4183
- exports.EnvironmentAccountConnection$ = EnvironmentAccountConnection$;
4184
1950
  exports.EnvironmentAccountConnectionRequesterAccountType = EnvironmentAccountConnectionRequesterAccountType;
4185
1951
  exports.EnvironmentAccountConnectionStatus = EnvironmentAccountConnectionStatus;
4186
- exports.EnvironmentAccountConnectionSummary$ = EnvironmentAccountConnectionSummary$;
4187
- exports.EnvironmentState$ = EnvironmentState$;
4188
- exports.EnvironmentSummary$ = EnvironmentSummary$;
4189
- exports.EnvironmentTemplate$ = EnvironmentTemplate$;
4190
- exports.EnvironmentTemplateFilter$ = EnvironmentTemplateFilter$;
4191
- exports.EnvironmentTemplateSummary$ = EnvironmentTemplateSummary$;
4192
- exports.EnvironmentTemplateVersion$ = EnvironmentTemplateVersion$;
4193
- exports.EnvironmentTemplateVersionSummary$ = EnvironmentTemplateVersionSummary$;
4194
- exports.GetAccountSettings$ = GetAccountSettings$;
4195
1952
  exports.GetAccountSettingsCommand = GetAccountSettingsCommand;
4196
- exports.GetAccountSettingsInput$ = GetAccountSettingsInput$;
4197
- exports.GetAccountSettingsOutput$ = GetAccountSettingsOutput$;
4198
- exports.GetComponent$ = GetComponent$;
4199
1953
  exports.GetComponentCommand = GetComponentCommand;
4200
- exports.GetComponentInput$ = GetComponentInput$;
4201
- exports.GetComponentOutput$ = GetComponentOutput$;
4202
- exports.GetDeployment$ = GetDeployment$;
4203
1954
  exports.GetDeploymentCommand = GetDeploymentCommand;
4204
- exports.GetDeploymentInput$ = GetDeploymentInput$;
4205
- exports.GetDeploymentOutput$ = GetDeploymentOutput$;
4206
- exports.GetEnvironment$ = GetEnvironment$;
4207
- exports.GetEnvironmentAccountConnection$ = GetEnvironmentAccountConnection$;
4208
1955
  exports.GetEnvironmentAccountConnectionCommand = GetEnvironmentAccountConnectionCommand;
4209
- exports.GetEnvironmentAccountConnectionInput$ = GetEnvironmentAccountConnectionInput$;
4210
- exports.GetEnvironmentAccountConnectionOutput$ = GetEnvironmentAccountConnectionOutput$;
4211
1956
  exports.GetEnvironmentCommand = GetEnvironmentCommand;
4212
- exports.GetEnvironmentInput$ = GetEnvironmentInput$;
4213
- exports.GetEnvironmentOutput$ = GetEnvironmentOutput$;
4214
- exports.GetEnvironmentTemplate$ = GetEnvironmentTemplate$;
4215
1957
  exports.GetEnvironmentTemplateCommand = GetEnvironmentTemplateCommand;
4216
- exports.GetEnvironmentTemplateInput$ = GetEnvironmentTemplateInput$;
4217
- exports.GetEnvironmentTemplateOutput$ = GetEnvironmentTemplateOutput$;
4218
- exports.GetEnvironmentTemplateVersion$ = GetEnvironmentTemplateVersion$;
4219
1958
  exports.GetEnvironmentTemplateVersionCommand = GetEnvironmentTemplateVersionCommand;
4220
- exports.GetEnvironmentTemplateVersionInput$ = GetEnvironmentTemplateVersionInput$;
4221
- exports.GetEnvironmentTemplateVersionOutput$ = GetEnvironmentTemplateVersionOutput$;
4222
- exports.GetRepository$ = GetRepository$;
4223
1959
  exports.GetRepositoryCommand = GetRepositoryCommand;
4224
- exports.GetRepositoryInput$ = GetRepositoryInput$;
4225
- exports.GetRepositoryOutput$ = GetRepositoryOutput$;
4226
- exports.GetRepositorySyncStatus$ = GetRepositorySyncStatus$;
4227
1960
  exports.GetRepositorySyncStatusCommand = GetRepositorySyncStatusCommand;
4228
- exports.GetRepositorySyncStatusInput$ = GetRepositorySyncStatusInput$;
4229
- exports.GetRepositorySyncStatusOutput$ = GetRepositorySyncStatusOutput$;
4230
- exports.GetResourcesSummary$ = GetResourcesSummary$;
4231
1961
  exports.GetResourcesSummaryCommand = GetResourcesSummaryCommand;
4232
- exports.GetResourcesSummaryInput$ = GetResourcesSummaryInput$;
4233
- exports.GetResourcesSummaryOutput$ = GetResourcesSummaryOutput$;
4234
- exports.GetService$ = GetService$;
4235
1962
  exports.GetServiceCommand = GetServiceCommand;
4236
- exports.GetServiceInput$ = GetServiceInput$;
4237
- exports.GetServiceInstance$ = GetServiceInstance$;
4238
1963
  exports.GetServiceInstanceCommand = GetServiceInstanceCommand;
4239
- exports.GetServiceInstanceInput$ = GetServiceInstanceInput$;
4240
- exports.GetServiceInstanceOutput$ = GetServiceInstanceOutput$;
4241
- exports.GetServiceInstanceSyncStatus$ = GetServiceInstanceSyncStatus$;
4242
1964
  exports.GetServiceInstanceSyncStatusCommand = GetServiceInstanceSyncStatusCommand;
4243
- exports.GetServiceInstanceSyncStatusInput$ = GetServiceInstanceSyncStatusInput$;
4244
- exports.GetServiceInstanceSyncStatusOutput$ = GetServiceInstanceSyncStatusOutput$;
4245
- exports.GetServiceOutput$ = GetServiceOutput$;
4246
- exports.GetServiceSyncBlockerSummary$ = GetServiceSyncBlockerSummary$;
4247
1965
  exports.GetServiceSyncBlockerSummaryCommand = GetServiceSyncBlockerSummaryCommand;
4248
- exports.GetServiceSyncBlockerSummaryInput$ = GetServiceSyncBlockerSummaryInput$;
4249
- exports.GetServiceSyncBlockerSummaryOutput$ = GetServiceSyncBlockerSummaryOutput$;
4250
- exports.GetServiceSyncConfig$ = GetServiceSyncConfig$;
4251
1966
  exports.GetServiceSyncConfigCommand = GetServiceSyncConfigCommand;
4252
- exports.GetServiceSyncConfigInput$ = GetServiceSyncConfigInput$;
4253
- exports.GetServiceSyncConfigOutput$ = GetServiceSyncConfigOutput$;
4254
- exports.GetServiceTemplate$ = GetServiceTemplate$;
4255
1967
  exports.GetServiceTemplateCommand = GetServiceTemplateCommand;
4256
- exports.GetServiceTemplateInput$ = GetServiceTemplateInput$;
4257
- exports.GetServiceTemplateOutput$ = GetServiceTemplateOutput$;
4258
- exports.GetServiceTemplateVersion$ = GetServiceTemplateVersion$;
4259
1968
  exports.GetServiceTemplateVersionCommand = GetServiceTemplateVersionCommand;
4260
- exports.GetServiceTemplateVersionInput$ = GetServiceTemplateVersionInput$;
4261
- exports.GetServiceTemplateVersionOutput$ = GetServiceTemplateVersionOutput$;
4262
- exports.GetTemplateSyncConfig$ = GetTemplateSyncConfig$;
4263
1969
  exports.GetTemplateSyncConfigCommand = GetTemplateSyncConfigCommand;
4264
- exports.GetTemplateSyncConfigInput$ = GetTemplateSyncConfigInput$;
4265
- exports.GetTemplateSyncConfigOutput$ = GetTemplateSyncConfigOutput$;
4266
- exports.GetTemplateSyncStatus$ = GetTemplateSyncStatus$;
4267
1970
  exports.GetTemplateSyncStatusCommand = GetTemplateSyncStatusCommand;
4268
- exports.GetTemplateSyncStatusInput$ = GetTemplateSyncStatusInput$;
4269
- exports.GetTemplateSyncStatusOutput$ = GetTemplateSyncStatusOutput$;
4270
- exports.InternalServerException = InternalServerException;
4271
- exports.InternalServerException$ = InternalServerException$;
4272
- exports.ListComponentOutputs$ = ListComponentOutputs$;
4273
1971
  exports.ListComponentOutputsCommand = ListComponentOutputsCommand;
4274
- exports.ListComponentOutputsInput$ = ListComponentOutputsInput$;
4275
- exports.ListComponentOutputsOutput$ = ListComponentOutputsOutput$;
4276
- exports.ListComponentProvisionedResources$ = ListComponentProvisionedResources$;
4277
1972
  exports.ListComponentProvisionedResourcesCommand = ListComponentProvisionedResourcesCommand;
4278
- exports.ListComponentProvisionedResourcesInput$ = ListComponentProvisionedResourcesInput$;
4279
- exports.ListComponentProvisionedResourcesOutput$ = ListComponentProvisionedResourcesOutput$;
4280
- exports.ListComponents$ = ListComponents$;
4281
1973
  exports.ListComponentsCommand = ListComponentsCommand;
4282
- exports.ListComponentsInput$ = ListComponentsInput$;
4283
- exports.ListComponentsOutput$ = ListComponentsOutput$;
4284
- exports.ListDeployments$ = ListDeployments$;
4285
1974
  exports.ListDeploymentsCommand = ListDeploymentsCommand;
4286
- exports.ListDeploymentsInput$ = ListDeploymentsInput$;
4287
- exports.ListDeploymentsOutput$ = ListDeploymentsOutput$;
4288
- exports.ListEnvironmentAccountConnections$ = ListEnvironmentAccountConnections$;
4289
1975
  exports.ListEnvironmentAccountConnectionsCommand = ListEnvironmentAccountConnectionsCommand;
4290
- exports.ListEnvironmentAccountConnectionsInput$ = ListEnvironmentAccountConnectionsInput$;
4291
- exports.ListEnvironmentAccountConnectionsOutput$ = ListEnvironmentAccountConnectionsOutput$;
4292
- exports.ListEnvironmentOutputs$ = ListEnvironmentOutputs$;
4293
1976
  exports.ListEnvironmentOutputsCommand = ListEnvironmentOutputsCommand;
4294
- exports.ListEnvironmentOutputsInput$ = ListEnvironmentOutputsInput$;
4295
- exports.ListEnvironmentOutputsOutput$ = ListEnvironmentOutputsOutput$;
4296
- exports.ListEnvironmentProvisionedResources$ = ListEnvironmentProvisionedResources$;
4297
1977
  exports.ListEnvironmentProvisionedResourcesCommand = ListEnvironmentProvisionedResourcesCommand;
4298
- exports.ListEnvironmentProvisionedResourcesInput$ = ListEnvironmentProvisionedResourcesInput$;
4299
- exports.ListEnvironmentProvisionedResourcesOutput$ = ListEnvironmentProvisionedResourcesOutput$;
4300
- exports.ListEnvironmentTemplateVersions$ = ListEnvironmentTemplateVersions$;
4301
1978
  exports.ListEnvironmentTemplateVersionsCommand = ListEnvironmentTemplateVersionsCommand;
4302
- exports.ListEnvironmentTemplateVersionsInput$ = ListEnvironmentTemplateVersionsInput$;
4303
- exports.ListEnvironmentTemplateVersionsOutput$ = ListEnvironmentTemplateVersionsOutput$;
4304
- exports.ListEnvironmentTemplates$ = ListEnvironmentTemplates$;
4305
1979
  exports.ListEnvironmentTemplatesCommand = ListEnvironmentTemplatesCommand;
4306
- exports.ListEnvironmentTemplatesInput$ = ListEnvironmentTemplatesInput$;
4307
- exports.ListEnvironmentTemplatesOutput$ = ListEnvironmentTemplatesOutput$;
4308
- exports.ListEnvironments$ = ListEnvironments$;
4309
1980
  exports.ListEnvironmentsCommand = ListEnvironmentsCommand;
4310
- exports.ListEnvironmentsInput$ = ListEnvironmentsInput$;
4311
- exports.ListEnvironmentsOutput$ = ListEnvironmentsOutput$;
4312
- exports.ListRepositories$ = ListRepositories$;
4313
1981
  exports.ListRepositoriesCommand = ListRepositoriesCommand;
4314
- exports.ListRepositoriesInput$ = ListRepositoriesInput$;
4315
- exports.ListRepositoriesOutput$ = ListRepositoriesOutput$;
4316
- exports.ListRepositorySyncDefinitions$ = ListRepositorySyncDefinitions$;
4317
1982
  exports.ListRepositorySyncDefinitionsCommand = ListRepositorySyncDefinitionsCommand;
4318
- exports.ListRepositorySyncDefinitionsInput$ = ListRepositorySyncDefinitionsInput$;
4319
- exports.ListRepositorySyncDefinitionsOutput$ = ListRepositorySyncDefinitionsOutput$;
4320
- exports.ListServiceInstanceOutputs$ = ListServiceInstanceOutputs$;
4321
1983
  exports.ListServiceInstanceOutputsCommand = ListServiceInstanceOutputsCommand;
4322
- exports.ListServiceInstanceOutputsInput$ = ListServiceInstanceOutputsInput$;
4323
- exports.ListServiceInstanceOutputsOutput$ = ListServiceInstanceOutputsOutput$;
4324
- exports.ListServiceInstanceProvisionedResources$ = ListServiceInstanceProvisionedResources$;
4325
1984
  exports.ListServiceInstanceProvisionedResourcesCommand = ListServiceInstanceProvisionedResourcesCommand;
4326
- exports.ListServiceInstanceProvisionedResourcesInput$ = ListServiceInstanceProvisionedResourcesInput$;
4327
- exports.ListServiceInstanceProvisionedResourcesOutput$ = ListServiceInstanceProvisionedResourcesOutput$;
4328
- exports.ListServiceInstances$ = ListServiceInstances$;
4329
1985
  exports.ListServiceInstancesCommand = ListServiceInstancesCommand;
4330
- exports.ListServiceInstancesFilter$ = ListServiceInstancesFilter$;
4331
1986
  exports.ListServiceInstancesFilterBy = ListServiceInstancesFilterBy;
4332
- exports.ListServiceInstancesInput$ = ListServiceInstancesInput$;
4333
- exports.ListServiceInstancesOutput$ = ListServiceInstancesOutput$;
4334
1987
  exports.ListServiceInstancesSortBy = ListServiceInstancesSortBy;
4335
- exports.ListServicePipelineOutputs$ = ListServicePipelineOutputs$;
4336
1988
  exports.ListServicePipelineOutputsCommand = ListServicePipelineOutputsCommand;
4337
- exports.ListServicePipelineOutputsInput$ = ListServicePipelineOutputsInput$;
4338
- exports.ListServicePipelineOutputsOutput$ = ListServicePipelineOutputsOutput$;
4339
- exports.ListServicePipelineProvisionedResources$ = ListServicePipelineProvisionedResources$;
4340
1989
  exports.ListServicePipelineProvisionedResourcesCommand = ListServicePipelineProvisionedResourcesCommand;
4341
- exports.ListServicePipelineProvisionedResourcesInput$ = ListServicePipelineProvisionedResourcesInput$;
4342
- exports.ListServicePipelineProvisionedResourcesOutput$ = ListServicePipelineProvisionedResourcesOutput$;
4343
- exports.ListServiceTemplateVersions$ = ListServiceTemplateVersions$;
4344
1990
  exports.ListServiceTemplateVersionsCommand = ListServiceTemplateVersionsCommand;
4345
- exports.ListServiceTemplateVersionsInput$ = ListServiceTemplateVersionsInput$;
4346
- exports.ListServiceTemplateVersionsOutput$ = ListServiceTemplateVersionsOutput$;
4347
- exports.ListServiceTemplates$ = ListServiceTemplates$;
4348
1991
  exports.ListServiceTemplatesCommand = ListServiceTemplatesCommand;
4349
- exports.ListServiceTemplatesInput$ = ListServiceTemplatesInput$;
4350
- exports.ListServiceTemplatesOutput$ = ListServiceTemplatesOutput$;
4351
- exports.ListServices$ = ListServices$;
4352
1992
  exports.ListServicesCommand = ListServicesCommand;
4353
- exports.ListServicesInput$ = ListServicesInput$;
4354
- exports.ListServicesOutput$ = ListServicesOutput$;
4355
- exports.ListTagsForResource$ = ListTagsForResource$;
4356
1993
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
4357
- exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
4358
- exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
4359
- exports.NotifyResourceDeploymentStatusChange$ = NotifyResourceDeploymentStatusChange$;
4360
1994
  exports.NotifyResourceDeploymentStatusChangeCommand = NotifyResourceDeploymentStatusChangeCommand;
4361
- exports.NotifyResourceDeploymentStatusChangeInput$ = NotifyResourceDeploymentStatusChangeInput$;
4362
- exports.NotifyResourceDeploymentStatusChangeOutput$ = NotifyResourceDeploymentStatusChangeOutput$;
4363
- exports.Output$ = Output$;
4364
1995
  exports.Proton = Proton;
4365
1996
  exports.ProtonClient = ProtonClient;
4366
- exports.ProtonServiceException = ProtonServiceException;
4367
- exports.ProtonServiceException$ = ProtonServiceException$;
4368
- exports.ProvisionedResource$ = ProvisionedResource$;
4369
1997
  exports.ProvisionedResourceEngine = ProvisionedResourceEngine;
4370
1998
  exports.Provisioning = Provisioning;
4371
- exports.RejectEnvironmentAccountConnection$ = RejectEnvironmentAccountConnection$;
4372
1999
  exports.RejectEnvironmentAccountConnectionCommand = RejectEnvironmentAccountConnectionCommand;
4373
- exports.RejectEnvironmentAccountConnectionInput$ = RejectEnvironmentAccountConnectionInput$;
4374
- exports.RejectEnvironmentAccountConnectionOutput$ = RejectEnvironmentAccountConnectionOutput$;
4375
- exports.Repository$ = Repository$;
4376
- exports.RepositoryBranch$ = RepositoryBranch$;
4377
- exports.RepositoryBranchInput$ = RepositoryBranchInput$;
4378
2000
  exports.RepositoryProvider = RepositoryProvider;
4379
- exports.RepositorySummary$ = RepositorySummary$;
4380
- exports.RepositorySyncAttempt$ = RepositorySyncAttempt$;
4381
- exports.RepositorySyncDefinition$ = RepositorySyncDefinition$;
4382
- exports.RepositorySyncEvent$ = RepositorySyncEvent$;
4383
2001
  exports.RepositorySyncStatus = RepositorySyncStatus;
4384
- exports.ResourceCountsSummary$ = ResourceCountsSummary$;
4385
2002
  exports.ResourceDeploymentStatus = ResourceDeploymentStatus;
4386
- exports.ResourceNotFoundException = ResourceNotFoundException;
4387
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
4388
- exports.ResourceSyncAttempt$ = ResourceSyncAttempt$;
4389
- exports.ResourceSyncEvent$ = ResourceSyncEvent$;
4390
2003
  exports.ResourceSyncStatus = ResourceSyncStatus;
4391
- exports.Revision$ = Revision$;
4392
- exports.S3ObjectSource$ = S3ObjectSource$;
4393
- exports.Service$ = Service$;
4394
- exports.ServiceInstance$ = ServiceInstance$;
4395
- exports.ServiceInstanceState$ = ServiceInstanceState$;
4396
- exports.ServiceInstanceSummary$ = ServiceInstanceSummary$;
4397
- exports.ServicePipeline$ = ServicePipeline$;
4398
- exports.ServicePipelineState$ = ServicePipelineState$;
4399
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
4400
- exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
4401
2004
  exports.ServiceStatus = ServiceStatus;
4402
- exports.ServiceSummary$ = ServiceSummary$;
4403
- exports.ServiceSyncBlockerSummary$ = ServiceSyncBlockerSummary$;
4404
- exports.ServiceSyncConfig$ = ServiceSyncConfig$;
4405
- exports.ServiceTemplate$ = ServiceTemplate$;
4406
- exports.ServiceTemplateSummary$ = ServiceTemplateSummary$;
4407
2005
  exports.ServiceTemplateSupportedComponentSourceType = ServiceTemplateSupportedComponentSourceType;
4408
- exports.ServiceTemplateVersion$ = ServiceTemplateVersion$;
4409
- exports.ServiceTemplateVersionSummary$ = ServiceTemplateVersionSummary$;
4410
2006
  exports.SortOrder = SortOrder;
4411
- exports.SyncBlocker$ = SyncBlocker$;
4412
- exports.SyncBlockerContext$ = SyncBlockerContext$;
4413
2007
  exports.SyncType = SyncType;
4414
- exports.Tag$ = Tag$;
4415
- exports.TagResource$ = TagResource$;
4416
2008
  exports.TagResourceCommand = TagResourceCommand;
4417
- exports.TagResourceInput$ = TagResourceInput$;
4418
- exports.TagResourceOutput$ = TagResourceOutput$;
4419
- exports.TemplateSyncConfig$ = TemplateSyncConfig$;
4420
2009
  exports.TemplateType = TemplateType;
4421
- exports.TemplateVersionSourceInput$ = TemplateVersionSourceInput$;
4422
2010
  exports.TemplateVersionStatus = TemplateVersionStatus;
4423
- exports.ThrottlingException = ThrottlingException;
4424
- exports.ThrottlingException$ = ThrottlingException$;
4425
- exports.UntagResource$ = UntagResource$;
4426
2011
  exports.UntagResourceCommand = UntagResourceCommand;
4427
- exports.UntagResourceInput$ = UntagResourceInput$;
4428
- exports.UntagResourceOutput$ = UntagResourceOutput$;
4429
- exports.UpdateAccountSettings$ = UpdateAccountSettings$;
4430
2012
  exports.UpdateAccountSettingsCommand = UpdateAccountSettingsCommand;
4431
- exports.UpdateAccountSettingsInput$ = UpdateAccountSettingsInput$;
4432
- exports.UpdateAccountSettingsOutput$ = UpdateAccountSettingsOutput$;
4433
- exports.UpdateComponent$ = UpdateComponent$;
4434
2013
  exports.UpdateComponentCommand = UpdateComponentCommand;
4435
- exports.UpdateComponentInput$ = UpdateComponentInput$;
4436
- exports.UpdateComponentOutput$ = UpdateComponentOutput$;
4437
- exports.UpdateEnvironment$ = UpdateEnvironment$;
4438
- exports.UpdateEnvironmentAccountConnection$ = UpdateEnvironmentAccountConnection$;
4439
2014
  exports.UpdateEnvironmentAccountConnectionCommand = UpdateEnvironmentAccountConnectionCommand;
4440
- exports.UpdateEnvironmentAccountConnectionInput$ = UpdateEnvironmentAccountConnectionInput$;
4441
- exports.UpdateEnvironmentAccountConnectionOutput$ = UpdateEnvironmentAccountConnectionOutput$;
4442
2015
  exports.UpdateEnvironmentCommand = UpdateEnvironmentCommand;
4443
- exports.UpdateEnvironmentInput$ = UpdateEnvironmentInput$;
4444
- exports.UpdateEnvironmentOutput$ = UpdateEnvironmentOutput$;
4445
- exports.UpdateEnvironmentTemplate$ = UpdateEnvironmentTemplate$;
4446
2016
  exports.UpdateEnvironmentTemplateCommand = UpdateEnvironmentTemplateCommand;
4447
- exports.UpdateEnvironmentTemplateInput$ = UpdateEnvironmentTemplateInput$;
4448
- exports.UpdateEnvironmentTemplateOutput$ = UpdateEnvironmentTemplateOutput$;
4449
- exports.UpdateEnvironmentTemplateVersion$ = UpdateEnvironmentTemplateVersion$;
4450
2017
  exports.UpdateEnvironmentTemplateVersionCommand = UpdateEnvironmentTemplateVersionCommand;
4451
- exports.UpdateEnvironmentTemplateVersionInput$ = UpdateEnvironmentTemplateVersionInput$;
4452
- exports.UpdateEnvironmentTemplateVersionOutput$ = UpdateEnvironmentTemplateVersionOutput$;
4453
- exports.UpdateService$ = UpdateService$;
4454
2018
  exports.UpdateServiceCommand = UpdateServiceCommand;
4455
- exports.UpdateServiceInput$ = UpdateServiceInput$;
4456
- exports.UpdateServiceInstance$ = UpdateServiceInstance$;
4457
2019
  exports.UpdateServiceInstanceCommand = UpdateServiceInstanceCommand;
4458
- exports.UpdateServiceInstanceInput$ = UpdateServiceInstanceInput$;
4459
- exports.UpdateServiceInstanceOutput$ = UpdateServiceInstanceOutput$;
4460
- exports.UpdateServiceOutput$ = UpdateServiceOutput$;
4461
- exports.UpdateServicePipeline$ = UpdateServicePipeline$;
4462
2020
  exports.UpdateServicePipelineCommand = UpdateServicePipelineCommand;
4463
- exports.UpdateServicePipelineInput$ = UpdateServicePipelineInput$;
4464
- exports.UpdateServicePipelineOutput$ = UpdateServicePipelineOutput$;
4465
- exports.UpdateServiceSyncBlocker$ = UpdateServiceSyncBlocker$;
4466
2021
  exports.UpdateServiceSyncBlockerCommand = UpdateServiceSyncBlockerCommand;
4467
- exports.UpdateServiceSyncBlockerInput$ = UpdateServiceSyncBlockerInput$;
4468
- exports.UpdateServiceSyncBlockerOutput$ = UpdateServiceSyncBlockerOutput$;
4469
- exports.UpdateServiceSyncConfig$ = UpdateServiceSyncConfig$;
4470
2022
  exports.UpdateServiceSyncConfigCommand = UpdateServiceSyncConfigCommand;
4471
- exports.UpdateServiceSyncConfigInput$ = UpdateServiceSyncConfigInput$;
4472
- exports.UpdateServiceSyncConfigOutput$ = UpdateServiceSyncConfigOutput$;
4473
- exports.UpdateServiceTemplate$ = UpdateServiceTemplate$;
4474
2023
  exports.UpdateServiceTemplateCommand = UpdateServiceTemplateCommand;
4475
- exports.UpdateServiceTemplateInput$ = UpdateServiceTemplateInput$;
4476
- exports.UpdateServiceTemplateOutput$ = UpdateServiceTemplateOutput$;
4477
- exports.UpdateServiceTemplateVersion$ = UpdateServiceTemplateVersion$;
4478
2024
  exports.UpdateServiceTemplateVersionCommand = UpdateServiceTemplateVersionCommand;
4479
- exports.UpdateServiceTemplateVersionInput$ = UpdateServiceTemplateVersionInput$;
4480
- exports.UpdateServiceTemplateVersionOutput$ = UpdateServiceTemplateVersionOutput$;
4481
- exports.UpdateTemplateSyncConfig$ = UpdateTemplateSyncConfig$;
4482
2025
  exports.UpdateTemplateSyncConfigCommand = UpdateTemplateSyncConfigCommand;
4483
- exports.UpdateTemplateSyncConfigInput$ = UpdateTemplateSyncConfigInput$;
4484
- exports.UpdateTemplateSyncConfigOutput$ = UpdateTemplateSyncConfigOutput$;
4485
- exports.ValidationException = ValidationException;
4486
- exports.ValidationException$ = ValidationException$;
4487
2026
  exports.paginateListComponentOutputs = paginateListComponentOutputs;
4488
2027
  exports.paginateListComponentProvisionedResources = paginateListComponentProvisionedResources;
4489
2028
  exports.paginateListComponents = paginateListComponents;
@@ -4525,3 +2064,15 @@ exports.waitUntilServiceInstanceDeployed = waitUntilServiceInstanceDeployed;
4525
2064
  exports.waitUntilServicePipelineDeployed = waitUntilServicePipelineDeployed;
4526
2065
  exports.waitUntilServiceTemplateVersionRegistered = waitUntilServiceTemplateVersionRegistered;
4527
2066
  exports.waitUntilServiceUpdated = waitUntilServiceUpdated;
2067
+ Object.keys(schemas_0).forEach(function (k) {
2068
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
2069
+ enumerable: true,
2070
+ get: function () { return schemas_0[k]; }
2071
+ });
2072
+ });
2073
+ Object.keys(errors).forEach(function (k) {
2074
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
2075
+ enumerable: true,
2076
+ get: function () { return errors[k]; }
2077
+ });
2078
+ });