@aws-sdk/client-appconfig 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 AppConfigServiceException = require('./models/AppConfigServiceException');
19
22
 
20
23
  const resolveClientEndpointParameters = (options) => {
21
24
  return Object.assign(options, {
@@ -111,993 +114,6 @@ class AppConfigClient extends smithyClient.Client {
111
114
  }
112
115
  }
113
116
 
114
- class AppConfigServiceException extends smithyClient.ServiceException {
115
- constructor(options) {
116
- super(options);
117
- Object.setPrototypeOf(this, AppConfigServiceException.prototype);
118
- }
119
- }
120
-
121
- class BadRequestException extends AppConfigServiceException {
122
- name = "BadRequestException";
123
- $fault = "client";
124
- Message;
125
- Reason;
126
- Details;
127
- constructor(opts) {
128
- super({
129
- name: "BadRequestException",
130
- $fault: "client",
131
- ...opts,
132
- });
133
- Object.setPrototypeOf(this, BadRequestException.prototype);
134
- this.Message = opts.Message;
135
- this.Reason = opts.Reason;
136
- this.Details = opts.Details;
137
- }
138
- }
139
- class InternalServerException extends AppConfigServiceException {
140
- name = "InternalServerException";
141
- $fault = "server";
142
- Message;
143
- constructor(opts) {
144
- super({
145
- name: "InternalServerException",
146
- $fault: "server",
147
- ...opts,
148
- });
149
- Object.setPrototypeOf(this, InternalServerException.prototype);
150
- this.Message = opts.Message;
151
- }
152
- }
153
- class ServiceQuotaExceededException extends AppConfigServiceException {
154
- name = "ServiceQuotaExceededException";
155
- $fault = "client";
156
- Message;
157
- constructor(opts) {
158
- super({
159
- name: "ServiceQuotaExceededException",
160
- $fault: "client",
161
- ...opts,
162
- });
163
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
164
- this.Message = opts.Message;
165
- }
166
- }
167
- class ResourceNotFoundException extends AppConfigServiceException {
168
- name = "ResourceNotFoundException";
169
- $fault = "client";
170
- Message;
171
- ResourceName;
172
- constructor(opts) {
173
- super({
174
- name: "ResourceNotFoundException",
175
- $fault: "client",
176
- ...opts,
177
- });
178
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
179
- this.Message = opts.Message;
180
- this.ResourceName = opts.ResourceName;
181
- }
182
- }
183
- class ConflictException extends AppConfigServiceException {
184
- name = "ConflictException";
185
- $fault = "client";
186
- Message;
187
- constructor(opts) {
188
- super({
189
- name: "ConflictException",
190
- $fault: "client",
191
- ...opts,
192
- });
193
- Object.setPrototypeOf(this, ConflictException.prototype);
194
- this.Message = opts.Message;
195
- }
196
- }
197
- class PayloadTooLargeException extends AppConfigServiceException {
198
- name = "PayloadTooLargeException";
199
- $fault = "client";
200
- Message;
201
- Measure;
202
- Limit;
203
- Size;
204
- constructor(opts) {
205
- super({
206
- name: "PayloadTooLargeException",
207
- $fault: "client",
208
- ...opts,
209
- });
210
- Object.setPrototypeOf(this, PayloadTooLargeException.prototype);
211
- this.Message = opts.Message;
212
- this.Measure = opts.Measure;
213
- this.Limit = opts.Limit;
214
- this.Size = opts.Size;
215
- }
216
- }
217
-
218
- const _A = "Action";
219
- const _AA = "AlarmArn";
220
- const _AE = "AppliedExtension";
221
- const _AEp = "AppliedExtensions";
222
- const _AI = "ActionInvocation";
223
- const _AI_ = "Application-Id";
224
- const _AIc = "ActionInvocations";
225
- const _AIp = "ApplicationId";
226
- const _AL = "ActionList";
227
- const _ALp = "ApplicationList";
228
- const _AM = "ActionsMap";
229
- const _AN = "ActionName";
230
- const _AR = "AllowRevert";
231
- const _ARA = "AlarmRoleArn";
232
- const _AR_ = "Allow-Revert";
233
- const _AS = "AccountSettings";
234
- const _Ac = "Actions";
235
- const _Ap = "Application";
236
- const _App = "Applications";
237
- const _Ar = "Arn";
238
- const _B = "Blob";
239
- const _BRD = "BadRequestDetails";
240
- const _BRE = "BadRequestException";
241
- const _C = "Configuration";
242
- const _CA = "CompletedAt";
243
- const _CAR = "CreateApplicationRequest";
244
- const _CAr = "CreateApplication";
245
- const _CCP = "CreateConfigurationProfile";
246
- const _CCPR = "CreateConfigurationProfileRequest";
247
- const _CCV = "ClientConfigurationVersion";
248
- const _CDS = "CreateDeploymentStrategy";
249
- const _CDSR = "CreateDeploymentStrategyRequest";
250
- const _CE = "ConflictException";
251
- const _CEA = "CreateExtensionAssociation";
252
- const _CEAR = "CreateExtensionAssociationRequest";
253
- const _CER = "CreateEnvironmentRequest";
254
- const _CERr = "CreateExtensionRequest";
255
- const _CEr = "CreateEnvironment";
256
- const _CEre = "CreateExtension";
257
- const _CHCV = "CreateHostedConfigurationVersion";
258
- const _CHCVR = "CreateHostedConfigurationVersionRequest";
259
- const _CI = "ClientId";
260
- const _CLU = "ConfigurationLocationUri";
261
- const _CN = "ConfigurationName";
262
- const _CP = "ConfigurationProfile";
263
- const _CPI = "ConfigurationProfileId";
264
- const _CPI_ = "Configuration-Profile-Id";
265
- const _CPS = "ConfigurationProfileSummary";
266
- const _CPSL = "ConfigurationProfileSummaryList";
267
- const _CPo = "ConfigurationProfiles";
268
- const _CT = "ContentType";
269
- const _CT_ = "Content-Type";
270
- const _CV = "ConfigurationVersion";
271
- const _CV_ = "Configuration-Version";
272
- const _Co = "Content";
273
- const _Con = "Constraint";
274
- const _D = "Description";
275
- const _DA = "DeleteApplication";
276
- const _DAR = "DeleteApplicationRequest";
277
- const _DCP = "DeleteConfigurationProfile";
278
- const _DCPR = "DeleteConfigurationProfileRequest";
279
- const _DDIM = "DeploymentDurationInMinutes";
280
- const _DDS = "DeleteDeploymentStrategy";
281
- const _DDSR = "DeleteDeploymentStrategyRequest";
282
- const _DE = "DeploymentEvent";
283
- const _DEA = "DeleteExtensionAssociation";
284
- const _DEAR = "DeleteExtensionAssociationRequest";
285
- const _DEP = "DynamicExtensionParameters";
286
- const _DER = "DeleteEnvironmentRequest";
287
- const _DERe = "DeleteExtensionRequest";
288
- const _DEe = "DeploymentEvents";
289
- const _DEel = "DeleteEnvironment";
290
- const _DEele = "DeleteExtension";
291
- const _DHCV = "DeleteHostedConfigurationVersion";
292
- const _DHCVR = "DeleteHostedConfigurationVersionRequest";
293
- const _DL = "DeploymentList";
294
- const _DN = "DeploymentNumber";
295
- const _DP = "DeletionProtection";
296
- const _DPC = "DeletionProtectionCheck";
297
- const _DPM = "DynamicParameterMap";
298
- const _DPS = "DeletionProtectionSettings";
299
- const _DS = "DeploymentStrategies";
300
- const _DSI = "DeploymentStrategyId";
301
- const _DSL = "DeploymentStrategyList";
302
- const _DSe = "DeploymentStrategy";
303
- const _DSep = "DeploymentSummary";
304
- const _De = "Details";
305
- const _Dep = "Deployment";
306
- const _Depl = "Deployments";
307
- const _Dy = "Dynamic";
308
- const _E = "Enabled";
309
- const _EA = "ExtensionAssociation";
310
- const _EAI = "ExtensionAssociationId";
311
- const _EAS = "ExtensionAssociationSummary";
312
- const _EASx = "ExtensionAssociationSummaries";
313
- const _EAx = "ExtensionArn";
314
- const _EAxt = "ExtensionAssociations";
315
- const _EC = "ErrorCode";
316
- const _EI = "ExtensionIdentifier";
317
- const _EIn = "EnvironmentId";
318
- const _EIx = "ExtensionId";
319
- const _EL = "EventLog";
320
- const _ELn = "EnvironmentList";
321
- const _EM = "ErrorMessage";
322
- const _ES = "ExtensionSummary";
323
- const _ESx = "ExtensionSummaries";
324
- const _ET = "EventType";
325
- const _EVN = "ExtensionVersionNumber";
326
- const _En = "Environment";
327
- const _Env = "Environments";
328
- const _Ex = "Extension";
329
- const _Ext = "Extensions";
330
- const _FBTIM = "FinalBakeTimeInMinutes";
331
- const _GA = "GetApplication";
332
- const _GAR = "GetApplicationRequest";
333
- const _GAS = "GetAccountSettings";
334
- const _GC = "GetConfiguration";
335
- const _GCP = "GetConfigurationProfile";
336
- const _GCPR = "GetConfigurationProfileRequest";
337
- const _GCR = "GetConfigurationRequest";
338
- const _GD = "GetDeployment";
339
- const _GDR = "GetDeploymentRequest";
340
- const _GDS = "GetDeploymentStrategy";
341
- const _GDSR = "GetDeploymentStrategyRequest";
342
- const _GE = "GetEnvironment";
343
- const _GEA = "GetExtensionAssociation";
344
- const _GEAR = "GetExtensionAssociationRequest";
345
- const _GER = "GetEnvironmentRequest";
346
- const _GERe = "GetExtensionRequest";
347
- const _GEe = "GetExtension";
348
- const _GF = "GrowthFactor";
349
- const _GHCV = "GetHostedConfigurationVersion";
350
- const _GHCVR = "GetHostedConfigurationVersionRequest";
351
- const _GT = "GrowthType";
352
- const _HCV = "HostedConfigurationVersion";
353
- const _HCVS = "HostedConfigurationVersionSummary";
354
- const _HCVSL = "HostedConfigurationVersionSummaryList";
355
- const _HCVo = "HostedConfigurationVersions";
356
- const _I = "Id";
357
- const _IC = "InvalidConfiguration";
358
- const _ICD = "InvalidConfigurationDetail";
359
- const _ICDL = "InvalidConfigurationDetailList";
360
- const _II = "InvocationId";
361
- const _ISE = "InternalServerException";
362
- const _It = "Items";
363
- const _KKA = "KmsKeyArn";
364
- const _KKI = "KmsKeyIdentifier";
365
- const _L = "Location";
366
- const _LA = "ListApplications";
367
- const _LAR = "ListApplicationsRequest";
368
- const _LCP = "ListConfigurationProfiles";
369
- const _LCPR = "ListConfigurationProfilesRequest";
370
- const _LD = "ListDeployments";
371
- const _LDR = "ListDeploymentsRequest";
372
- const _LDS = "ListDeploymentStrategies";
373
- const _LDSR = "ListDeploymentStrategiesRequest";
374
- const _LE = "ListEnvironments";
375
- const _LEA = "ListExtensionAssociations";
376
- const _LEAR = "ListExtensionAssociationsRequest";
377
- const _LER = "ListEnvironmentsRequest";
378
- const _LERi = "ListExtensionsRequest";
379
- const _LEi = "ListExtensions";
380
- const _LHCV = "ListHostedConfigurationVersions";
381
- const _LHCVR = "ListHostedConfigurationVersionsRequest";
382
- const _LTFR = "ListTagsForResource";
383
- const _LTFRR = "ListTagsForResourceRequest";
384
- const _LU = "LocationUri";
385
- const _LVN = "LatestVersionNumber";
386
- const _LVN_ = "Latest-Version-Number";
387
- const _Li = "Limit";
388
- const _M = "Message";
389
- const _ML = "MonitorList";
390
- const _MR = "MaxResults";
391
- const _Me = "Measure";
392
- const _Mo = "Monitors";
393
- const _Mon = "Monitor";
394
- const _N = "Name";
395
- const _NT = "NextToken";
396
- const _OA = "OccurredAt";
397
- const _P = "Parameters";
398
- const _PC = "PercentageComplete";
399
- const _PM = "ParameterMap";
400
- const _PPIM = "ProtectionPeriodInMinutes";
401
- const _PTLE = "PayloadTooLargeException";
402
- const _Pa = "Parameter";
403
- const _R = "Reason";
404
- const _RA = "RoleArn";
405
- const _RAe = "ResourceArn";
406
- const _RI = "ResourceIdentifier";
407
- const _RN = "ResourceName";
408
- const _RNFE = "ResourceNotFoundException";
409
- const _RRA = "RetrievalRoleArn";
410
- const _RT = "ReplicateTo";
411
- const _RTe = "ResourceTags";
412
- const _Re = "Required";
413
- const _S = "State";
414
- const _SA = "StartedAt";
415
- const _SD = "StartDeployment";
416
- const _SDR = "StartDeploymentRequest";
417
- const _SDRt = "StopDeploymentRequest";
418
- const _SDt = "StopDeployment";
419
- const _SQEE = "ServiceQuotaExceededException";
420
- const _SWLBA = "StringWithLengthBetween0And32768";
421
- const _Si = "Size";
422
- const _T = "Type";
423
- const _TB = "TriggeredBy";
424
- const _TK = "TagKeys";
425
- const _TR = "TagResource";
426
- const _TRR = "TagResourceRequest";
427
- const _Ta = "Tags";
428
- const _U = "Uri";
429
- const _UA = "UpdateApplication";
430
- const _UAR = "UpdateApplicationRequest";
431
- const _UAS = "UpdateAccountSettings";
432
- const _UASR = "UpdateAccountSettingsRequest";
433
- const _UCP = "UpdateConfigurationProfile";
434
- const _UCPR = "UpdateConfigurationProfileRequest";
435
- const _UDS = "UpdateDeploymentStrategy";
436
- const _UDSR = "UpdateDeploymentStrategyRequest";
437
- const _UE = "UpdateEnvironment";
438
- const _UEA = "UpdateExtensionAssociation";
439
- const _UEAR = "UpdateExtensionAssociationRequest";
440
- const _UER = "UpdateEnvironmentRequest";
441
- const _UERp = "UpdateExtensionRequest";
442
- const _UEp = "UpdateExtension";
443
- const _UR = "UntagResource";
444
- const _URR = "UntagResourceRequest";
445
- const _V = "Validators";
446
- const _VC = "ValidateConfiguration";
447
- const _VCR = "ValidateConfigurationRequest";
448
- const _VL = "VersionLabel";
449
- const _VLa = "ValidatorList";
450
- const _VN = "VersionNumber";
451
- const _VN_ = "Version-Number";
452
- const _VT = "ValidatorTypes";
453
- const _Va = "Value";
454
- const _Val = "Validator";
455
- const _c = "client";
456
- const _ccv = "client_configuration_version";
457
- const _ci = "client_id";
458
- const _cv = "configuration_version";
459
- const _e = "error";
460
- const _ei = "extension_identifier";
461
- const _evn = "extension_version_number";
462
- const _h = "http";
463
- const _hE = "httpError";
464
- const _hH = "httpHeader";
465
- const _hQ = "httpQuery";
466
- const _mr = "max_results";
467
- const _n = "name";
468
- const _nt = "next_token";
469
- const _ri = "resource_identifier";
470
- const _s = "server";
471
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.appconfig";
472
- const _t = "type";
473
- const _tK = "tagKeys";
474
- const _v = "version";
475
- const _vl = "version_label";
476
- const _vn = "version_number";
477
- const _xadpc = "x-amzn-deletion-protection-check";
478
- const n0 = "com.amazonaws.appconfig";
479
- var _Blob = [0, n0, _B, 8, 21];
480
- var StringWithLengthBetween0And32768 = [0, n0, _SWLBA, 8, 0];
481
- var AccountSettings$ = [3, n0, _AS,
482
- 0,
483
- [_DP],
484
- [() => DeletionProtectionSettings$]
485
- ];
486
- var Action$ = [3, n0, _A,
487
- 0,
488
- [_N, _D, _U, _RA],
489
- [0, 0, 0, 0]
490
- ];
491
- var ActionInvocation$ = [3, n0, _AI,
492
- 0,
493
- [_EI, _AN, _U, _RA, _EM, _EC, _II],
494
- [0, 0, 0, 0, 0, 0, 0]
495
- ];
496
- var Application$ = [3, n0, _Ap,
497
- 0,
498
- [_I, _N, _D],
499
- [0, 0, 0]
500
- ];
501
- var Applications$ = [3, n0, _App,
502
- 0,
503
- [_It, _NT],
504
- [() => ApplicationList, 0]
505
- ];
506
- var AppliedExtension$ = [3, n0, _AE,
507
- 0,
508
- [_EIx, _EAI, _VN, _P],
509
- [0, 0, 1, 128 | 0]
510
- ];
511
- var BadRequestException$ = [-3, n0, _BRE,
512
- { [_e]: _c, [_hE]: 400 },
513
- [_M, _R, _De],
514
- [0, 0, () => BadRequestDetails$]
515
- ];
516
- schema.TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
517
- var Configuration$ = [3, n0, _C,
518
- 0,
519
- [_Co, _CV, _CT],
520
- [[() => _Blob, 16], [0, { [_hH]: _CV_ }], [0, { [_hH]: _CT_ }]]
521
- ];
522
- var ConfigurationProfile$ = [3, n0, _CP,
523
- 0,
524
- [_AIp, _I, _N, _D, _LU, _RRA, _V, _T, _KKA, _KKI],
525
- [0, 0, 0, 0, 0, 0, [() => ValidatorList, 0], 0, 0, 0]
526
- ];
527
- var ConfigurationProfiles$ = [3, n0, _CPo,
528
- 0,
529
- [_It, _NT],
530
- [() => ConfigurationProfileSummaryList, 0]
531
- ];
532
- var ConfigurationProfileSummary$ = [3, n0, _CPS,
533
- 0,
534
- [_AIp, _I, _N, _LU, _VT, _T],
535
- [0, 0, 0, 0, 64 | 0, 0]
536
- ];
537
- var ConflictException$ = [-3, n0, _CE,
538
- { [_e]: _c, [_hE]: 409 },
539
- [_M],
540
- [0]
541
- ];
542
- schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
543
- var CreateApplicationRequest$ = [3, n0, _CAR,
544
- 0,
545
- [_N, _D, _Ta],
546
- [0, 0, 128 | 0], 1
547
- ];
548
- var CreateConfigurationProfileRequest$ = [3, n0, _CCPR,
549
- 0,
550
- [_AIp, _N, _LU, _D, _RRA, _V, _Ta, _T, _KKI],
551
- [[0, 1], 0, 0, 0, 0, [() => ValidatorList, 0], 128 | 0, 0, 0], 3
552
- ];
553
- var CreateDeploymentStrategyRequest$ = [3, n0, _CDSR,
554
- 0,
555
- [_N, _DDIM, _GF, _D, _FBTIM, _GT, _RT, _Ta],
556
- [0, 1, 1, 0, 1, 0, 0, 128 | 0], 3
557
- ];
558
- var CreateEnvironmentRequest$ = [3, n0, _CER,
559
- 0,
560
- [_AIp, _N, _D, _Mo, _Ta],
561
- [[0, 1], 0, 0, () => MonitorList, 128 | 0], 2
562
- ];
563
- var CreateExtensionAssociationRequest$ = [3, n0, _CEAR,
564
- 0,
565
- [_EI, _RI, _EVN, _P, _Ta],
566
- [0, 0, 1, 128 | 0, 128 | 0], 2
567
- ];
568
- var CreateExtensionRequest$ = [3, n0, _CERr,
569
- 0,
570
- [_N, _Ac, _D, _P, _Ta, _LVN],
571
- [0, () => ActionsMap, 0, () => ParameterMap, 128 | 0, [1, { [_hH]: _LVN_ }]], 2
572
- ];
573
- var CreateHostedConfigurationVersionRequest$ = [3, n0, _CHCVR,
574
- 0,
575
- [_AIp, _CPI, _Co, _CT, _D, _LVN, _VL],
576
- [[0, 1], [0, 1], [() => _Blob, 16], [0, { [_hH]: _CT_ }], [0, { [_hH]: _D }], [1, { [_hH]: _LVN_ }], [0, { [_hH]: _VL }]], 4
577
- ];
578
- var DeleteApplicationRequest$ = [3, n0, _DAR,
579
- 0,
580
- [_AIp],
581
- [[0, 1]], 1
582
- ];
583
- var DeleteConfigurationProfileRequest$ = [3, n0, _DCPR,
584
- 0,
585
- [_AIp, _CPI, _DPC],
586
- [[0, 1], [0, 1], [0, { [_hH]: _xadpc }]], 2
587
- ];
588
- var DeleteDeploymentStrategyRequest$ = [3, n0, _DDSR,
589
- 0,
590
- [_DSI],
591
- [[0, 1]], 1
592
- ];
593
- var DeleteEnvironmentRequest$ = [3, n0, _DER,
594
- 0,
595
- [_EIn, _AIp, _DPC],
596
- [[0, 1], [0, 1], [0, { [_hH]: _xadpc }]], 2
597
- ];
598
- var DeleteExtensionAssociationRequest$ = [3, n0, _DEAR,
599
- 0,
600
- [_EAI],
601
- [[0, 1]], 1
602
- ];
603
- var DeleteExtensionRequest$ = [3, n0, _DERe,
604
- 0,
605
- [_EI, _VN],
606
- [[0, 1], [1, { [_hQ]: _v }]], 1
607
- ];
608
- var DeleteHostedConfigurationVersionRequest$ = [3, n0, _DHCVR,
609
- 0,
610
- [_AIp, _CPI, _VN],
611
- [[0, 1], [0, 1], [1, 1]], 3
612
- ];
613
- var DeletionProtectionSettings$ = [3, n0, _DPS,
614
- 0,
615
- [_E, _PPIM],
616
- [2, 1]
617
- ];
618
- var Deployment$ = [3, n0, _Dep,
619
- 0,
620
- [_AIp, _EIn, _DSI, _CPI, _DN, _CN, _CLU, _CV, _D, _DDIM, _GT, _GF, _FBTIM, _S, _EL, _PC, _SA, _CA, _AEp, _KKA, _KKI, _VL],
621
- [0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, () => DeploymentEvents, 1, 5, 5, () => AppliedExtensions, 0, 0, 0]
622
- ];
623
- var DeploymentEvent$ = [3, n0, _DE,
624
- 0,
625
- [_ET, _TB, _D, _AIc, _OA],
626
- [0, 0, 0, () => ActionInvocations, 5]
627
- ];
628
- var Deployments$ = [3, n0, _Depl,
629
- 0,
630
- [_It, _NT],
631
- [() => DeploymentList, 0]
632
- ];
633
- var DeploymentStrategies$ = [3, n0, _DS,
634
- 0,
635
- [_It, _NT],
636
- [() => DeploymentStrategyList, 0]
637
- ];
638
- var DeploymentStrategy$ = [3, n0, _DSe,
639
- 0,
640
- [_I, _N, _D, _DDIM, _GT, _GF, _FBTIM, _RT],
641
- [0, 0, 0, 1, 0, 1, 1, 0]
642
- ];
643
- var DeploymentSummary$ = [3, n0, _DSep,
644
- 0,
645
- [_DN, _CN, _CV, _DDIM, _GT, _GF, _FBTIM, _S, _PC, _SA, _CA, _VL],
646
- [1, 0, 0, 1, 0, 1, 1, 0, 1, 5, 5, 0]
647
- ];
648
- var Environment$ = [3, n0, _En,
649
- 0,
650
- [_AIp, _I, _N, _D, _S, _Mo],
651
- [0, 0, 0, 0, 0, () => MonitorList]
652
- ];
653
- var Environments$ = [3, n0, _Env,
654
- 0,
655
- [_It, _NT],
656
- [() => EnvironmentList, 0]
657
- ];
658
- var Extension$ = [3, n0, _Ex,
659
- 0,
660
- [_I, _N, _VN, _Ar, _D, _Ac, _P],
661
- [0, 0, 1, 0, 0, () => ActionsMap, () => ParameterMap]
662
- ];
663
- var ExtensionAssociation$ = [3, n0, _EA,
664
- 0,
665
- [_I, _EAx, _RAe, _Ar, _P, _EVN],
666
- [0, 0, 0, 0, 128 | 0, 1]
667
- ];
668
- var ExtensionAssociations$ = [3, n0, _EAxt,
669
- 0,
670
- [_It, _NT],
671
- [() => ExtensionAssociationSummaries, 0]
672
- ];
673
- var ExtensionAssociationSummary$ = [3, n0, _EAS,
674
- 0,
675
- [_I, _EAx, _RAe],
676
- [0, 0, 0]
677
- ];
678
- var Extensions$ = [3, n0, _Ext,
679
- 0,
680
- [_It, _NT],
681
- [() => ExtensionSummaries, 0]
682
- ];
683
- var ExtensionSummary$ = [3, n0, _ES,
684
- 0,
685
- [_I, _N, _VN, _Ar, _D],
686
- [0, 0, 1, 0, 0]
687
- ];
688
- var GetApplicationRequest$ = [3, n0, _GAR,
689
- 0,
690
- [_AIp],
691
- [[0, 1]], 1
692
- ];
693
- var GetConfigurationProfileRequest$ = [3, n0, _GCPR,
694
- 0,
695
- [_AIp, _CPI],
696
- [[0, 1], [0, 1]], 2
697
- ];
698
- var GetConfigurationRequest$ = [3, n0, _GCR,
699
- 0,
700
- [_Ap, _En, _C, _CI, _CCV],
701
- [[0, 1], [0, 1], [0, 1], [0, { [_hQ]: _ci }], [0, { [_hQ]: _ccv }]], 4
702
- ];
703
- var GetDeploymentRequest$ = [3, n0, _GDR,
704
- 0,
705
- [_AIp, _EIn, _DN],
706
- [[0, 1], [0, 1], [1, 1]], 3
707
- ];
708
- var GetDeploymentStrategyRequest$ = [3, n0, _GDSR,
709
- 0,
710
- [_DSI],
711
- [[0, 1]], 1
712
- ];
713
- var GetEnvironmentRequest$ = [3, n0, _GER,
714
- 0,
715
- [_AIp, _EIn],
716
- [[0, 1], [0, 1]], 2
717
- ];
718
- var GetExtensionAssociationRequest$ = [3, n0, _GEAR,
719
- 0,
720
- [_EAI],
721
- [[0, 1]], 1
722
- ];
723
- var GetExtensionRequest$ = [3, n0, _GERe,
724
- 0,
725
- [_EI, _VN],
726
- [[0, 1], [1, { [_hQ]: _vn }]], 1
727
- ];
728
- var GetHostedConfigurationVersionRequest$ = [3, n0, _GHCVR,
729
- 0,
730
- [_AIp, _CPI, _VN],
731
- [[0, 1], [0, 1], [1, 1]], 3
732
- ];
733
- var HostedConfigurationVersion$ = [3, n0, _HCV,
734
- 0,
735
- [_AIp, _CPI, _VN, _D, _Co, _CT, _VL, _KKA],
736
- [[0, { [_hH]: _AI_ }], [0, { [_hH]: _CPI_ }], [1, { [_hH]: _VN_ }], [0, { [_hH]: _D }], [() => _Blob, 16], [0, { [_hH]: _CT_ }], [0, { [_hH]: _VL }], [0, { [_hH]: _KKA }]]
737
- ];
738
- var HostedConfigurationVersions$ = [3, n0, _HCVo,
739
- 0,
740
- [_It, _NT],
741
- [() => HostedConfigurationVersionSummaryList, 0]
742
- ];
743
- var HostedConfigurationVersionSummary$ = [3, n0, _HCVS,
744
- 0,
745
- [_AIp, _CPI, _VN, _D, _CT, _VL, _KKA],
746
- [0, 0, 1, 0, 0, 0, 0]
747
- ];
748
- var InternalServerException$ = [-3, n0, _ISE,
749
- { [_e]: _s, [_hE]: 500 },
750
- [_M],
751
- [0]
752
- ];
753
- schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
754
- var InvalidConfigurationDetail$ = [3, n0, _ICD,
755
- 0,
756
- [_Con, _L, _R, _T, _Va],
757
- [0, 0, 0, 0, 0]
758
- ];
759
- var ListApplicationsRequest$ = [3, n0, _LAR,
760
- 0,
761
- [_MR, _NT],
762
- [[1, { [_hQ]: _mr }], [0, { [_hQ]: _nt }]]
763
- ];
764
- var ListConfigurationProfilesRequest$ = [3, n0, _LCPR,
765
- 0,
766
- [_AIp, _MR, _NT, _T],
767
- [[0, 1], [1, { [_hQ]: _mr }], [0, { [_hQ]: _nt }], [0, { [_hQ]: _t }]], 1
768
- ];
769
- var ListDeploymentsRequest$ = [3, n0, _LDR,
770
- 0,
771
- [_AIp, _EIn, _MR, _NT],
772
- [[0, 1], [0, 1], [1, { [_hQ]: _mr }], [0, { [_hQ]: _nt }]], 2
773
- ];
774
- var ListDeploymentStrategiesRequest$ = [3, n0, _LDSR,
775
- 0,
776
- [_MR, _NT],
777
- [[1, { [_hQ]: _mr }], [0, { [_hQ]: _nt }]]
778
- ];
779
- var ListEnvironmentsRequest$ = [3, n0, _LER,
780
- 0,
781
- [_AIp, _MR, _NT],
782
- [[0, 1], [1, { [_hQ]: _mr }], [0, { [_hQ]: _nt }]], 1
783
- ];
784
- var ListExtensionAssociationsRequest$ = [3, n0, _LEAR,
785
- 0,
786
- [_RI, _EI, _EVN, _MR, _NT],
787
- [[0, { [_hQ]: _ri }], [0, { [_hQ]: _ei }], [1, { [_hQ]: _evn }], [1, { [_hQ]: _mr }], [0, { [_hQ]: _nt }]]
788
- ];
789
- var ListExtensionsRequest$ = [3, n0, _LERi,
790
- 0,
791
- [_MR, _NT, _N],
792
- [[1, { [_hQ]: _mr }], [0, { [_hQ]: _nt }], [0, { [_hQ]: _n }]]
793
- ];
794
- var ListHostedConfigurationVersionsRequest$ = [3, n0, _LHCVR,
795
- 0,
796
- [_AIp, _CPI, _MR, _NT, _VL],
797
- [[0, 1], [0, 1], [1, { [_hQ]: _mr }], [0, { [_hQ]: _nt }], [0, { [_hQ]: _vl }]], 2
798
- ];
799
- var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
800
- 0,
801
- [_RAe],
802
- [[0, 1]], 1
803
- ];
804
- var Monitor$ = [3, n0, _Mon,
805
- 0,
806
- [_AA, _ARA],
807
- [0, 0], 1
808
- ];
809
- var Parameter$ = [3, n0, _Pa,
810
- 0,
811
- [_D, _Re, _Dy],
812
- [0, 2, 2]
813
- ];
814
- var PayloadTooLargeException$ = [-3, n0, _PTLE,
815
- { [_e]: _c, [_hE]: 413 },
816
- [_M, _Me, _Li, _Si],
817
- [0, 0, 1, 1]
818
- ];
819
- schema.TypeRegistry.for(n0).registerError(PayloadTooLargeException$, PayloadTooLargeException);
820
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
821
- { [_e]: _c, [_hE]: 404 },
822
- [_M, _RN],
823
- [0, 0]
824
- ];
825
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
826
- var ResourceTags$ = [3, n0, _RTe,
827
- 0,
828
- [_Ta],
829
- [128 | 0]
830
- ];
831
- var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
832
- { [_e]: _c, [_hE]: 402 },
833
- [_M],
834
- [0]
835
- ];
836
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
837
- var StartDeploymentRequest$ = [3, n0, _SDR,
838
- 0,
839
- [_AIp, _EIn, _DSI, _CPI, _CV, _D, _Ta, _KKI, _DEP],
840
- [[0, 1], [0, 1], 0, 0, 0, 0, 128 | 0, 0, [() => DynamicParameterMap, 0]], 5
841
- ];
842
- var StopDeploymentRequest$ = [3, n0, _SDRt,
843
- 0,
844
- [_AIp, _EIn, _DN, _AR],
845
- [[0, 1], [0, 1], [1, 1], [2, { [_hH]: _AR_ }]], 3
846
- ];
847
- var TagResourceRequest$ = [3, n0, _TRR,
848
- 0,
849
- [_RAe, _Ta],
850
- [[0, 1], 128 | 0], 2
851
- ];
852
- var UntagResourceRequest$ = [3, n0, _URR,
853
- 0,
854
- [_RAe, _TK],
855
- [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
856
- ];
857
- var UpdateAccountSettingsRequest$ = [3, n0, _UASR,
858
- 0,
859
- [_DP],
860
- [() => DeletionProtectionSettings$]
861
- ];
862
- var UpdateApplicationRequest$ = [3, n0, _UAR,
863
- 0,
864
- [_AIp, _N, _D],
865
- [[0, 1], 0, 0], 1
866
- ];
867
- var UpdateConfigurationProfileRequest$ = [3, n0, _UCPR,
868
- 0,
869
- [_AIp, _CPI, _N, _D, _RRA, _V, _KKI],
870
- [[0, 1], [0, 1], 0, 0, 0, [() => ValidatorList, 0], 0], 2
871
- ];
872
- var UpdateDeploymentStrategyRequest$ = [3, n0, _UDSR,
873
- 0,
874
- [_DSI, _D, _DDIM, _FBTIM, _GF, _GT],
875
- [[0, 1], 0, 1, 1, 1, 0], 1
876
- ];
877
- var UpdateEnvironmentRequest$ = [3, n0, _UER,
878
- 0,
879
- [_AIp, _EIn, _N, _D, _Mo],
880
- [[0, 1], [0, 1], 0, 0, () => MonitorList], 2
881
- ];
882
- var UpdateExtensionAssociationRequest$ = [3, n0, _UEAR,
883
- 0,
884
- [_EAI, _P],
885
- [[0, 1], 128 | 0], 1
886
- ];
887
- var UpdateExtensionRequest$ = [3, n0, _UERp,
888
- 0,
889
- [_EI, _D, _Ac, _P, _VN],
890
- [[0, 1], 0, () => ActionsMap, () => ParameterMap, 1], 1
891
- ];
892
- var ValidateConfigurationRequest$ = [3, n0, _VCR,
893
- 0,
894
- [_AIp, _CPI, _CV],
895
- [[0, 1], [0, 1], [0, { [_hQ]: _cv }]], 3
896
- ];
897
- var Validator$ = [3, n0, _Val,
898
- 0,
899
- [_T, _Co],
900
- [0, [() => StringWithLengthBetween0And32768, 0]], 2
901
- ];
902
- var __Unit = "unit";
903
- var AppConfigServiceException$ = [-3, _sm, "AppConfigServiceException", 0, [], []];
904
- schema.TypeRegistry.for(_sm).registerError(AppConfigServiceException$, AppConfigServiceException);
905
- var ActionInvocations = [1, n0, _AIc,
906
- 0, () => ActionInvocation$
907
- ];
908
- var ActionList = [1, n0, _AL,
909
- 0, () => Action$
910
- ];
911
- var ApplicationList = [1, n0, _ALp,
912
- 0, () => Application$
913
- ];
914
- var AppliedExtensions = [1, n0, _AEp,
915
- 0, () => AppliedExtension$
916
- ];
917
- var ConfigurationProfileSummaryList = [1, n0, _CPSL,
918
- 0, () => ConfigurationProfileSummary$
919
- ];
920
- var DeploymentEvents = [1, n0, _DEe,
921
- 0, () => DeploymentEvent$
922
- ];
923
- var DeploymentList = [1, n0, _DL,
924
- 0, () => DeploymentSummary$
925
- ];
926
- var DeploymentStrategyList = [1, n0, _DSL,
927
- 0, () => DeploymentStrategy$
928
- ];
929
- var EnvironmentList = [1, n0, _ELn,
930
- 0, () => Environment$
931
- ];
932
- var ExtensionAssociationSummaries = [1, n0, _EASx,
933
- 0, () => ExtensionAssociationSummary$
934
- ];
935
- var ExtensionSummaries = [1, n0, _ESx,
936
- 0, () => ExtensionSummary$
937
- ];
938
- var HostedConfigurationVersionSummaryList = [1, n0, _HCVSL,
939
- 0, () => HostedConfigurationVersionSummary$
940
- ];
941
- var InvalidConfigurationDetailList = [1, n0, _ICDL,
942
- 0, () => InvalidConfigurationDetail$
943
- ];
944
- var MonitorList = [1, n0, _ML,
945
- 0, () => Monitor$
946
- ];
947
- var ValidatorList = [1, n0, _VLa,
948
- 0, [() => Validator$,
949
- 0]
950
- ];
951
- var ActionsMap = [2, n0, _AM,
952
- 0, 0, () => ActionList
953
- ];
954
- var DynamicParameterMap = [2, n0, _DPM,
955
- 8, 0, 0
956
- ];
957
- var ParameterMap = [2, n0, _PM,
958
- 0, 0, () => Parameter$
959
- ];
960
- var BadRequestDetails$ = [4, n0, _BRD,
961
- 0,
962
- [_IC],
963
- [() => InvalidConfigurationDetailList]
964
- ];
965
- var CreateApplication$ = [9, n0, _CAr,
966
- { [_h]: ["POST", "/applications", 201] }, () => CreateApplicationRequest$, () => Application$
967
- ];
968
- var CreateConfigurationProfile$ = [9, n0, _CCP,
969
- { [_h]: ["POST", "/applications/{ApplicationId}/configurationprofiles", 201] }, () => CreateConfigurationProfileRequest$, () => ConfigurationProfile$
970
- ];
971
- var CreateDeploymentStrategy$ = [9, n0, _CDS,
972
- { [_h]: ["POST", "/deploymentstrategies", 201] }, () => CreateDeploymentStrategyRequest$, () => DeploymentStrategy$
973
- ];
974
- var CreateEnvironment$ = [9, n0, _CEr,
975
- { [_h]: ["POST", "/applications/{ApplicationId}/environments", 201] }, () => CreateEnvironmentRequest$, () => Environment$
976
- ];
977
- var CreateExtension$ = [9, n0, _CEre,
978
- { [_h]: ["POST", "/extensions", 201] }, () => CreateExtensionRequest$, () => Extension$
979
- ];
980
- var CreateExtensionAssociation$ = [9, n0, _CEA,
981
- { [_h]: ["POST", "/extensionassociations", 201] }, () => CreateExtensionAssociationRequest$, () => ExtensionAssociation$
982
- ];
983
- var CreateHostedConfigurationVersion$ = [9, n0, _CHCV,
984
- { [_h]: ["POST", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions", 201] }, () => CreateHostedConfigurationVersionRequest$, () => HostedConfigurationVersion$
985
- ];
986
- var DeleteApplication$ = [9, n0, _DA,
987
- { [_h]: ["DELETE", "/applications/{ApplicationId}", 204] }, () => DeleteApplicationRequest$, () => __Unit
988
- ];
989
- var DeleteConfigurationProfile$ = [9, n0, _DCP,
990
- { [_h]: ["DELETE", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}", 204] }, () => DeleteConfigurationProfileRequest$, () => __Unit
991
- ];
992
- var DeleteDeploymentStrategy$ = [9, n0, _DDS,
993
- { [_h]: ["DELETE", "/deployementstrategies/{DeploymentStrategyId}", 204] }, () => DeleteDeploymentStrategyRequest$, () => __Unit
994
- ];
995
- var DeleteEnvironment$ = [9, n0, _DEel,
996
- { [_h]: ["DELETE", "/applications/{ApplicationId}/environments/{EnvironmentId}", 204] }, () => DeleteEnvironmentRequest$, () => __Unit
997
- ];
998
- var DeleteExtension$ = [9, n0, _DEele,
999
- { [_h]: ["DELETE", "/extensions/{ExtensionIdentifier}", 204] }, () => DeleteExtensionRequest$, () => __Unit
1000
- ];
1001
- var DeleteExtensionAssociation$ = [9, n0, _DEA,
1002
- { [_h]: ["DELETE", "/extensionassociations/{ExtensionAssociationId}", 204] }, () => DeleteExtensionAssociationRequest$, () => __Unit
1003
- ];
1004
- var DeleteHostedConfigurationVersion$ = [9, n0, _DHCV,
1005
- { [_h]: ["DELETE", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions/{VersionNumber}", 204] }, () => DeleteHostedConfigurationVersionRequest$, () => __Unit
1006
- ];
1007
- var GetAccountSettings$ = [9, n0, _GAS,
1008
- { [_h]: ["GET", "/settings", 200] }, () => __Unit, () => AccountSettings$
1009
- ];
1010
- var GetApplication$ = [9, n0, _GA,
1011
- { [_h]: ["GET", "/applications/{ApplicationId}", 200] }, () => GetApplicationRequest$, () => Application$
1012
- ];
1013
- var GetConfiguration$ = [9, n0, _GC,
1014
- { [_h]: ["GET", "/applications/{Application}/environments/{Environment}/configurations/{Configuration}", 200] }, () => GetConfigurationRequest$, () => Configuration$
1015
- ];
1016
- var GetConfigurationProfile$ = [9, n0, _GCP,
1017
- { [_h]: ["GET", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}", 200] }, () => GetConfigurationProfileRequest$, () => ConfigurationProfile$
1018
- ];
1019
- var GetDeployment$ = [9, n0, _GD,
1020
- { [_h]: ["GET", "/applications/{ApplicationId}/environments/{EnvironmentId}/deployments/{DeploymentNumber}", 200] }, () => GetDeploymentRequest$, () => Deployment$
1021
- ];
1022
- var GetDeploymentStrategy$ = [9, n0, _GDS,
1023
- { [_h]: ["GET", "/deploymentstrategies/{DeploymentStrategyId}", 200] }, () => GetDeploymentStrategyRequest$, () => DeploymentStrategy$
1024
- ];
1025
- var GetEnvironment$ = [9, n0, _GE,
1026
- { [_h]: ["GET", "/applications/{ApplicationId}/environments/{EnvironmentId}", 200] }, () => GetEnvironmentRequest$, () => Environment$
1027
- ];
1028
- var GetExtension$ = [9, n0, _GEe,
1029
- { [_h]: ["GET", "/extensions/{ExtensionIdentifier}", 200] }, () => GetExtensionRequest$, () => Extension$
1030
- ];
1031
- var GetExtensionAssociation$ = [9, n0, _GEA,
1032
- { [_h]: ["GET", "/extensionassociations/{ExtensionAssociationId}", 200] }, () => GetExtensionAssociationRequest$, () => ExtensionAssociation$
1033
- ];
1034
- var GetHostedConfigurationVersion$ = [9, n0, _GHCV,
1035
- { [_h]: ["GET", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions/{VersionNumber}", 200] }, () => GetHostedConfigurationVersionRequest$, () => HostedConfigurationVersion$
1036
- ];
1037
- var ListApplications$ = [9, n0, _LA,
1038
- { [_h]: ["GET", "/applications", 200] }, () => ListApplicationsRequest$, () => Applications$
1039
- ];
1040
- var ListConfigurationProfiles$ = [9, n0, _LCP,
1041
- { [_h]: ["GET", "/applications/{ApplicationId}/configurationprofiles", 200] }, () => ListConfigurationProfilesRequest$, () => ConfigurationProfiles$
1042
- ];
1043
- var ListDeployments$ = [9, n0, _LD,
1044
- { [_h]: ["GET", "/applications/{ApplicationId}/environments/{EnvironmentId}/deployments", 200] }, () => ListDeploymentsRequest$, () => Deployments$
1045
- ];
1046
- var ListDeploymentStrategies$ = [9, n0, _LDS,
1047
- { [_h]: ["GET", "/deploymentstrategies", 200] }, () => ListDeploymentStrategiesRequest$, () => DeploymentStrategies$
1048
- ];
1049
- var ListEnvironments$ = [9, n0, _LE,
1050
- { [_h]: ["GET", "/applications/{ApplicationId}/environments", 200] }, () => ListEnvironmentsRequest$, () => Environments$
1051
- ];
1052
- var ListExtensionAssociations$ = [9, n0, _LEA,
1053
- { [_h]: ["GET", "/extensionassociations", 200] }, () => ListExtensionAssociationsRequest$, () => ExtensionAssociations$
1054
- ];
1055
- var ListExtensions$ = [9, n0, _LEi,
1056
- { [_h]: ["GET", "/extensions", 200] }, () => ListExtensionsRequest$, () => Extensions$
1057
- ];
1058
- var ListHostedConfigurationVersions$ = [9, n0, _LHCV,
1059
- { [_h]: ["GET", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions", 200] }, () => ListHostedConfigurationVersionsRequest$, () => HostedConfigurationVersions$
1060
- ];
1061
- var ListTagsForResource$ = [9, n0, _LTFR,
1062
- { [_h]: ["GET", "/tags/{ResourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ResourceTags$
1063
- ];
1064
- var StartDeployment$ = [9, n0, _SD,
1065
- { [_h]: ["POST", "/applications/{ApplicationId}/environments/{EnvironmentId}/deployments", 201] }, () => StartDeploymentRequest$, () => Deployment$
1066
- ];
1067
- var StopDeployment$ = [9, n0, _SDt,
1068
- { [_h]: ["DELETE", "/applications/{ApplicationId}/environments/{EnvironmentId}/deployments/{DeploymentNumber}", 202] }, () => StopDeploymentRequest$, () => Deployment$
1069
- ];
1070
- var TagResource$ = [9, n0, _TR,
1071
- { [_h]: ["POST", "/tags/{ResourceArn}", 204] }, () => TagResourceRequest$, () => __Unit
1072
- ];
1073
- var UntagResource$ = [9, n0, _UR,
1074
- { [_h]: ["DELETE", "/tags/{ResourceArn}", 204] }, () => UntagResourceRequest$, () => __Unit
1075
- ];
1076
- var UpdateAccountSettings$ = [9, n0, _UAS,
1077
- { [_h]: ["PATCH", "/settings", 200] }, () => UpdateAccountSettingsRequest$, () => AccountSettings$
1078
- ];
1079
- var UpdateApplication$ = [9, n0, _UA,
1080
- { [_h]: ["PATCH", "/applications/{ApplicationId}", 200] }, () => UpdateApplicationRequest$, () => Application$
1081
- ];
1082
- var UpdateConfigurationProfile$ = [9, n0, _UCP,
1083
- { [_h]: ["PATCH", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}", 200] }, () => UpdateConfigurationProfileRequest$, () => ConfigurationProfile$
1084
- ];
1085
- var UpdateDeploymentStrategy$ = [9, n0, _UDS,
1086
- { [_h]: ["PATCH", "/deploymentstrategies/{DeploymentStrategyId}", 200] }, () => UpdateDeploymentStrategyRequest$, () => DeploymentStrategy$
1087
- ];
1088
- var UpdateEnvironment$ = [9, n0, _UE,
1089
- { [_h]: ["PATCH", "/applications/{ApplicationId}/environments/{EnvironmentId}", 200] }, () => UpdateEnvironmentRequest$, () => Environment$
1090
- ];
1091
- var UpdateExtension$ = [9, n0, _UEp,
1092
- { [_h]: ["PATCH", "/extensions/{ExtensionIdentifier}", 200] }, () => UpdateExtensionRequest$, () => Extension$
1093
- ];
1094
- var UpdateExtensionAssociation$ = [9, n0, _UEA,
1095
- { [_h]: ["PATCH", "/extensionassociations/{ExtensionAssociationId}", 200] }, () => UpdateExtensionAssociationRequest$, () => ExtensionAssociation$
1096
- ];
1097
- var ValidateConfiguration$ = [9, n0, _VC,
1098
- { [_h]: ["POST", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/validators", 204] }, () => ValidateConfigurationRequest$, () => __Unit
1099
- ];
1100
-
1101
117
  class CreateApplicationCommand extends smithyClient.Command
1102
118
  .classBuilder()
1103
119
  .ep(commonParams)
@@ -1106,7 +122,7 @@ class CreateApplicationCommand extends smithyClient.Command
1106
122
  })
1107
123
  .s("AmazonAppConfig", "CreateApplication", {})
1108
124
  .n("AppConfigClient", "CreateApplicationCommand")
1109
- .sc(CreateApplication$)
125
+ .sc(schemas_0.CreateApplication$)
1110
126
  .build() {
1111
127
  }
1112
128
 
@@ -1118,7 +134,7 @@ class CreateConfigurationProfileCommand extends smithyClient.Command
1118
134
  })
1119
135
  .s("AmazonAppConfig", "CreateConfigurationProfile", {})
1120
136
  .n("AppConfigClient", "CreateConfigurationProfileCommand")
1121
- .sc(CreateConfigurationProfile$)
137
+ .sc(schemas_0.CreateConfigurationProfile$)
1122
138
  .build() {
1123
139
  }
1124
140
 
@@ -1130,7 +146,7 @@ class CreateDeploymentStrategyCommand extends smithyClient.Command
1130
146
  })
1131
147
  .s("AmazonAppConfig", "CreateDeploymentStrategy", {})
1132
148
  .n("AppConfigClient", "CreateDeploymentStrategyCommand")
1133
- .sc(CreateDeploymentStrategy$)
149
+ .sc(schemas_0.CreateDeploymentStrategy$)
1134
150
  .build() {
1135
151
  }
1136
152
 
@@ -1142,7 +158,7 @@ class CreateEnvironmentCommand extends smithyClient.Command
1142
158
  })
1143
159
  .s("AmazonAppConfig", "CreateEnvironment", {})
1144
160
  .n("AppConfigClient", "CreateEnvironmentCommand")
1145
- .sc(CreateEnvironment$)
161
+ .sc(schemas_0.CreateEnvironment$)
1146
162
  .build() {
1147
163
  }
1148
164
 
@@ -1154,7 +170,7 @@ class CreateExtensionAssociationCommand extends smithyClient.Command
1154
170
  })
1155
171
  .s("AmazonAppConfig", "CreateExtensionAssociation", {})
1156
172
  .n("AppConfigClient", "CreateExtensionAssociationCommand")
1157
- .sc(CreateExtensionAssociation$)
173
+ .sc(schemas_0.CreateExtensionAssociation$)
1158
174
  .build() {
1159
175
  }
1160
176
 
@@ -1166,7 +182,7 @@ class CreateExtensionCommand extends smithyClient.Command
1166
182
  })
1167
183
  .s("AmazonAppConfig", "CreateExtension", {})
1168
184
  .n("AppConfigClient", "CreateExtensionCommand")
1169
- .sc(CreateExtension$)
185
+ .sc(schemas_0.CreateExtension$)
1170
186
  .build() {
1171
187
  }
1172
188
 
@@ -1178,7 +194,7 @@ class CreateHostedConfigurationVersionCommand extends smithyClient.Command
1178
194
  })
1179
195
  .s("AmazonAppConfig", "CreateHostedConfigurationVersion", {})
1180
196
  .n("AppConfigClient", "CreateHostedConfigurationVersionCommand")
1181
- .sc(CreateHostedConfigurationVersion$)
197
+ .sc(schemas_0.CreateHostedConfigurationVersion$)
1182
198
  .build() {
1183
199
  }
1184
200
 
@@ -1190,7 +206,7 @@ class DeleteApplicationCommand extends smithyClient.Command
1190
206
  })
1191
207
  .s("AmazonAppConfig", "DeleteApplication", {})
1192
208
  .n("AppConfigClient", "DeleteApplicationCommand")
1193
- .sc(DeleteApplication$)
209
+ .sc(schemas_0.DeleteApplication$)
1194
210
  .build() {
1195
211
  }
1196
212
 
@@ -1202,7 +218,7 @@ class DeleteConfigurationProfileCommand extends smithyClient.Command
1202
218
  })
1203
219
  .s("AmazonAppConfig", "DeleteConfigurationProfile", {})
1204
220
  .n("AppConfigClient", "DeleteConfigurationProfileCommand")
1205
- .sc(DeleteConfigurationProfile$)
221
+ .sc(schemas_0.DeleteConfigurationProfile$)
1206
222
  .build() {
1207
223
  }
1208
224
 
@@ -1214,7 +230,7 @@ class DeleteDeploymentStrategyCommand extends smithyClient.Command
1214
230
  })
1215
231
  .s("AmazonAppConfig", "DeleteDeploymentStrategy", {})
1216
232
  .n("AppConfigClient", "DeleteDeploymentStrategyCommand")
1217
- .sc(DeleteDeploymentStrategy$)
233
+ .sc(schemas_0.DeleteDeploymentStrategy$)
1218
234
  .build() {
1219
235
  }
1220
236
 
@@ -1226,7 +242,7 @@ class DeleteEnvironmentCommand extends smithyClient.Command
1226
242
  })
1227
243
  .s("AmazonAppConfig", "DeleteEnvironment", {})
1228
244
  .n("AppConfigClient", "DeleteEnvironmentCommand")
1229
- .sc(DeleteEnvironment$)
245
+ .sc(schemas_0.DeleteEnvironment$)
1230
246
  .build() {
1231
247
  }
1232
248
 
@@ -1238,7 +254,7 @@ class DeleteExtensionAssociationCommand extends smithyClient.Command
1238
254
  })
1239
255
  .s("AmazonAppConfig", "DeleteExtensionAssociation", {})
1240
256
  .n("AppConfigClient", "DeleteExtensionAssociationCommand")
1241
- .sc(DeleteExtensionAssociation$)
257
+ .sc(schemas_0.DeleteExtensionAssociation$)
1242
258
  .build() {
1243
259
  }
1244
260
 
@@ -1250,7 +266,7 @@ class DeleteExtensionCommand extends smithyClient.Command
1250
266
  })
1251
267
  .s("AmazonAppConfig", "DeleteExtension", {})
1252
268
  .n("AppConfigClient", "DeleteExtensionCommand")
1253
- .sc(DeleteExtension$)
269
+ .sc(schemas_0.DeleteExtension$)
1254
270
  .build() {
1255
271
  }
1256
272
 
@@ -1262,7 +278,7 @@ class DeleteHostedConfigurationVersionCommand extends smithyClient.Command
1262
278
  })
1263
279
  .s("AmazonAppConfig", "DeleteHostedConfigurationVersion", {})
1264
280
  .n("AppConfigClient", "DeleteHostedConfigurationVersionCommand")
1265
- .sc(DeleteHostedConfigurationVersion$)
281
+ .sc(schemas_0.DeleteHostedConfigurationVersion$)
1266
282
  .build() {
1267
283
  }
1268
284
 
@@ -1274,7 +290,7 @@ class GetAccountSettingsCommand extends smithyClient.Command
1274
290
  })
1275
291
  .s("AmazonAppConfig", "GetAccountSettings", {})
1276
292
  .n("AppConfigClient", "GetAccountSettingsCommand")
1277
- .sc(GetAccountSettings$)
293
+ .sc(schemas_0.GetAccountSettings$)
1278
294
  .build() {
1279
295
  }
1280
296
 
@@ -1286,7 +302,7 @@ class GetApplicationCommand extends smithyClient.Command
1286
302
  })
1287
303
  .s("AmazonAppConfig", "GetApplication", {})
1288
304
  .n("AppConfigClient", "GetApplicationCommand")
1289
- .sc(GetApplication$)
305
+ .sc(schemas_0.GetApplication$)
1290
306
  .build() {
1291
307
  }
1292
308
 
@@ -1298,7 +314,7 @@ class GetConfigurationCommand extends smithyClient.Command
1298
314
  })
1299
315
  .s("AmazonAppConfig", "GetConfiguration", {})
1300
316
  .n("AppConfigClient", "GetConfigurationCommand")
1301
- .sc(GetConfiguration$)
317
+ .sc(schemas_0.GetConfiguration$)
1302
318
  .build() {
1303
319
  }
1304
320
 
@@ -1310,7 +326,7 @@ class GetConfigurationProfileCommand extends smithyClient.Command
1310
326
  })
1311
327
  .s("AmazonAppConfig", "GetConfigurationProfile", {})
1312
328
  .n("AppConfigClient", "GetConfigurationProfileCommand")
1313
- .sc(GetConfigurationProfile$)
329
+ .sc(schemas_0.GetConfigurationProfile$)
1314
330
  .build() {
1315
331
  }
1316
332
 
@@ -1322,7 +338,7 @@ class GetDeploymentCommand extends smithyClient.Command
1322
338
  })
1323
339
  .s("AmazonAppConfig", "GetDeployment", {})
1324
340
  .n("AppConfigClient", "GetDeploymentCommand")
1325
- .sc(GetDeployment$)
341
+ .sc(schemas_0.GetDeployment$)
1326
342
  .build() {
1327
343
  }
1328
344
 
@@ -1334,7 +350,7 @@ class GetDeploymentStrategyCommand extends smithyClient.Command
1334
350
  })
1335
351
  .s("AmazonAppConfig", "GetDeploymentStrategy", {})
1336
352
  .n("AppConfigClient", "GetDeploymentStrategyCommand")
1337
- .sc(GetDeploymentStrategy$)
353
+ .sc(schemas_0.GetDeploymentStrategy$)
1338
354
  .build() {
1339
355
  }
1340
356
 
@@ -1346,7 +362,7 @@ class GetEnvironmentCommand extends smithyClient.Command
1346
362
  })
1347
363
  .s("AmazonAppConfig", "GetEnvironment", {})
1348
364
  .n("AppConfigClient", "GetEnvironmentCommand")
1349
- .sc(GetEnvironment$)
365
+ .sc(schemas_0.GetEnvironment$)
1350
366
  .build() {
1351
367
  }
1352
368
 
@@ -1358,7 +374,7 @@ class GetExtensionAssociationCommand extends smithyClient.Command
1358
374
  })
1359
375
  .s("AmazonAppConfig", "GetExtensionAssociation", {})
1360
376
  .n("AppConfigClient", "GetExtensionAssociationCommand")
1361
- .sc(GetExtensionAssociation$)
377
+ .sc(schemas_0.GetExtensionAssociation$)
1362
378
  .build() {
1363
379
  }
1364
380
 
@@ -1370,7 +386,7 @@ class GetExtensionCommand extends smithyClient.Command
1370
386
  })
1371
387
  .s("AmazonAppConfig", "GetExtension", {})
1372
388
  .n("AppConfigClient", "GetExtensionCommand")
1373
- .sc(GetExtension$)
389
+ .sc(schemas_0.GetExtension$)
1374
390
  .build() {
1375
391
  }
1376
392
 
@@ -1382,7 +398,7 @@ class GetHostedConfigurationVersionCommand extends smithyClient.Command
1382
398
  })
1383
399
  .s("AmazonAppConfig", "GetHostedConfigurationVersion", {})
1384
400
  .n("AppConfigClient", "GetHostedConfigurationVersionCommand")
1385
- .sc(GetHostedConfigurationVersion$)
401
+ .sc(schemas_0.GetHostedConfigurationVersion$)
1386
402
  .build() {
1387
403
  }
1388
404
 
@@ -1394,7 +410,7 @@ class ListApplicationsCommand extends smithyClient.Command
1394
410
  })
1395
411
  .s("AmazonAppConfig", "ListApplications", {})
1396
412
  .n("AppConfigClient", "ListApplicationsCommand")
1397
- .sc(ListApplications$)
413
+ .sc(schemas_0.ListApplications$)
1398
414
  .build() {
1399
415
  }
1400
416
 
@@ -1406,7 +422,7 @@ class ListConfigurationProfilesCommand extends smithyClient.Command
1406
422
  })
1407
423
  .s("AmazonAppConfig", "ListConfigurationProfiles", {})
1408
424
  .n("AppConfigClient", "ListConfigurationProfilesCommand")
1409
- .sc(ListConfigurationProfiles$)
425
+ .sc(schemas_0.ListConfigurationProfiles$)
1410
426
  .build() {
1411
427
  }
1412
428
 
@@ -1418,7 +434,7 @@ class ListDeploymentsCommand extends smithyClient.Command
1418
434
  })
1419
435
  .s("AmazonAppConfig", "ListDeployments", {})
1420
436
  .n("AppConfigClient", "ListDeploymentsCommand")
1421
- .sc(ListDeployments$)
437
+ .sc(schemas_0.ListDeployments$)
1422
438
  .build() {
1423
439
  }
1424
440
 
@@ -1430,7 +446,7 @@ class ListDeploymentStrategiesCommand extends smithyClient.Command
1430
446
  })
1431
447
  .s("AmazonAppConfig", "ListDeploymentStrategies", {})
1432
448
  .n("AppConfigClient", "ListDeploymentStrategiesCommand")
1433
- .sc(ListDeploymentStrategies$)
449
+ .sc(schemas_0.ListDeploymentStrategies$)
1434
450
  .build() {
1435
451
  }
1436
452
 
@@ -1442,7 +458,7 @@ class ListEnvironmentsCommand extends smithyClient.Command
1442
458
  })
1443
459
  .s("AmazonAppConfig", "ListEnvironments", {})
1444
460
  .n("AppConfigClient", "ListEnvironmentsCommand")
1445
- .sc(ListEnvironments$)
461
+ .sc(schemas_0.ListEnvironments$)
1446
462
  .build() {
1447
463
  }
1448
464
 
@@ -1454,7 +470,7 @@ class ListExtensionAssociationsCommand extends smithyClient.Command
1454
470
  })
1455
471
  .s("AmazonAppConfig", "ListExtensionAssociations", {})
1456
472
  .n("AppConfigClient", "ListExtensionAssociationsCommand")
1457
- .sc(ListExtensionAssociations$)
473
+ .sc(schemas_0.ListExtensionAssociations$)
1458
474
  .build() {
1459
475
  }
1460
476
 
@@ -1466,7 +482,7 @@ class ListExtensionsCommand extends smithyClient.Command
1466
482
  })
1467
483
  .s("AmazonAppConfig", "ListExtensions", {})
1468
484
  .n("AppConfigClient", "ListExtensionsCommand")
1469
- .sc(ListExtensions$)
485
+ .sc(schemas_0.ListExtensions$)
1470
486
  .build() {
1471
487
  }
1472
488
 
@@ -1478,7 +494,7 @@ class ListHostedConfigurationVersionsCommand extends smithyClient.Command
1478
494
  })
1479
495
  .s("AmazonAppConfig", "ListHostedConfigurationVersions", {})
1480
496
  .n("AppConfigClient", "ListHostedConfigurationVersionsCommand")
1481
- .sc(ListHostedConfigurationVersions$)
497
+ .sc(schemas_0.ListHostedConfigurationVersions$)
1482
498
  .build() {
1483
499
  }
1484
500
 
@@ -1490,7 +506,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1490
506
  })
1491
507
  .s("AmazonAppConfig", "ListTagsForResource", {})
1492
508
  .n("AppConfigClient", "ListTagsForResourceCommand")
1493
- .sc(ListTagsForResource$)
509
+ .sc(schemas_0.ListTagsForResource$)
1494
510
  .build() {
1495
511
  }
1496
512
 
@@ -1502,7 +518,7 @@ class StartDeploymentCommand extends smithyClient.Command
1502
518
  })
1503
519
  .s("AmazonAppConfig", "StartDeployment", {})
1504
520
  .n("AppConfigClient", "StartDeploymentCommand")
1505
- .sc(StartDeployment$)
521
+ .sc(schemas_0.StartDeployment$)
1506
522
  .build() {
1507
523
  }
1508
524
 
@@ -1514,7 +530,7 @@ class StopDeploymentCommand extends smithyClient.Command
1514
530
  })
1515
531
  .s("AmazonAppConfig", "StopDeployment", {})
1516
532
  .n("AppConfigClient", "StopDeploymentCommand")
1517
- .sc(StopDeployment$)
533
+ .sc(schemas_0.StopDeployment$)
1518
534
  .build() {
1519
535
  }
1520
536
 
@@ -1526,7 +542,7 @@ class TagResourceCommand extends smithyClient.Command
1526
542
  })
1527
543
  .s("AmazonAppConfig", "TagResource", {})
1528
544
  .n("AppConfigClient", "TagResourceCommand")
1529
- .sc(TagResource$)
545
+ .sc(schemas_0.TagResource$)
1530
546
  .build() {
1531
547
  }
1532
548
 
@@ -1538,7 +554,7 @@ class UntagResourceCommand extends smithyClient.Command
1538
554
  })
1539
555
  .s("AmazonAppConfig", "UntagResource", {})
1540
556
  .n("AppConfigClient", "UntagResourceCommand")
1541
- .sc(UntagResource$)
557
+ .sc(schemas_0.UntagResource$)
1542
558
  .build() {
1543
559
  }
1544
560
 
@@ -1550,7 +566,7 @@ class UpdateAccountSettingsCommand extends smithyClient.Command
1550
566
  })
1551
567
  .s("AmazonAppConfig", "UpdateAccountSettings", {})
1552
568
  .n("AppConfigClient", "UpdateAccountSettingsCommand")
1553
- .sc(UpdateAccountSettings$)
569
+ .sc(schemas_0.UpdateAccountSettings$)
1554
570
  .build() {
1555
571
  }
1556
572
 
@@ -1562,7 +578,7 @@ class UpdateApplicationCommand extends smithyClient.Command
1562
578
  })
1563
579
  .s("AmazonAppConfig", "UpdateApplication", {})
1564
580
  .n("AppConfigClient", "UpdateApplicationCommand")
1565
- .sc(UpdateApplication$)
581
+ .sc(schemas_0.UpdateApplication$)
1566
582
  .build() {
1567
583
  }
1568
584
 
@@ -1574,7 +590,7 @@ class UpdateConfigurationProfileCommand extends smithyClient.Command
1574
590
  })
1575
591
  .s("AmazonAppConfig", "UpdateConfigurationProfile", {})
1576
592
  .n("AppConfigClient", "UpdateConfigurationProfileCommand")
1577
- .sc(UpdateConfigurationProfile$)
593
+ .sc(schemas_0.UpdateConfigurationProfile$)
1578
594
  .build() {
1579
595
  }
1580
596
 
@@ -1586,7 +602,7 @@ class UpdateDeploymentStrategyCommand extends smithyClient.Command
1586
602
  })
1587
603
  .s("AmazonAppConfig", "UpdateDeploymentStrategy", {})
1588
604
  .n("AppConfigClient", "UpdateDeploymentStrategyCommand")
1589
- .sc(UpdateDeploymentStrategy$)
605
+ .sc(schemas_0.UpdateDeploymentStrategy$)
1590
606
  .build() {
1591
607
  }
1592
608
 
@@ -1598,7 +614,7 @@ class UpdateEnvironmentCommand extends smithyClient.Command
1598
614
  })
1599
615
  .s("AmazonAppConfig", "UpdateEnvironment", {})
1600
616
  .n("AppConfigClient", "UpdateEnvironmentCommand")
1601
- .sc(UpdateEnvironment$)
617
+ .sc(schemas_0.UpdateEnvironment$)
1602
618
  .build() {
1603
619
  }
1604
620
 
@@ -1610,7 +626,7 @@ class UpdateExtensionAssociationCommand extends smithyClient.Command
1610
626
  })
1611
627
  .s("AmazonAppConfig", "UpdateExtensionAssociation", {})
1612
628
  .n("AppConfigClient", "UpdateExtensionAssociationCommand")
1613
- .sc(UpdateExtensionAssociation$)
629
+ .sc(schemas_0.UpdateExtensionAssociation$)
1614
630
  .build() {
1615
631
  }
1616
632
 
@@ -1622,7 +638,7 @@ class UpdateExtensionCommand extends smithyClient.Command
1622
638
  })
1623
639
  .s("AmazonAppConfig", "UpdateExtension", {})
1624
640
  .n("AppConfigClient", "UpdateExtensionCommand")
1625
- .sc(UpdateExtension$)
641
+ .sc(schemas_0.UpdateExtension$)
1626
642
  .build() {
1627
643
  }
1628
644
 
@@ -1634,7 +650,7 @@ class ValidateConfigurationCommand extends smithyClient.Command
1634
650
  })
1635
651
  .s("AmazonAppConfig", "ValidateConfiguration", {})
1636
652
  .n("AppConfigClient", "ValidateConfigurationCommand")
1637
- .sc(ValidateConfiguration$)
653
+ .sc(schemas_0.ValidateConfiguration$)
1638
654
  .build() {
1639
655
  }
1640
656
 
@@ -1888,200 +904,67 @@ Object.defineProperty(exports, "__Client", {
1888
904
  enumerable: true,
1889
905
  get: function () { return smithyClient.Client; }
1890
906
  });
1891
- exports.AccountSettings$ = AccountSettings$;
1892
- exports.Action$ = Action$;
1893
- exports.ActionInvocation$ = ActionInvocation$;
907
+ Object.defineProperty(exports, "AppConfigServiceException", {
908
+ enumerable: true,
909
+ get: function () { return AppConfigServiceException.AppConfigServiceException; }
910
+ });
1894
911
  exports.ActionPoint = ActionPoint;
1895
912
  exports.AppConfig = AppConfig;
1896
913
  exports.AppConfigClient = AppConfigClient;
1897
- exports.AppConfigServiceException = AppConfigServiceException;
1898
- exports.AppConfigServiceException$ = AppConfigServiceException$;
1899
- exports.Application$ = Application$;
1900
- exports.Applications$ = Applications$;
1901
- exports.AppliedExtension$ = AppliedExtension$;
1902
- exports.BadRequestDetails$ = BadRequestDetails$;
1903
- exports.BadRequestException = BadRequestException;
1904
- exports.BadRequestException$ = BadRequestException$;
1905
914
  exports.BadRequestReason = BadRequestReason;
1906
915
  exports.BytesMeasure = BytesMeasure;
1907
- exports.Configuration$ = Configuration$;
1908
- exports.ConfigurationProfile$ = ConfigurationProfile$;
1909
- exports.ConfigurationProfileSummary$ = ConfigurationProfileSummary$;
1910
- exports.ConfigurationProfiles$ = ConfigurationProfiles$;
1911
- exports.ConflictException = ConflictException;
1912
- exports.ConflictException$ = ConflictException$;
1913
- exports.CreateApplication$ = CreateApplication$;
1914
916
  exports.CreateApplicationCommand = CreateApplicationCommand;
1915
- exports.CreateApplicationRequest$ = CreateApplicationRequest$;
1916
- exports.CreateConfigurationProfile$ = CreateConfigurationProfile$;
1917
917
  exports.CreateConfigurationProfileCommand = CreateConfigurationProfileCommand;
1918
- exports.CreateConfigurationProfileRequest$ = CreateConfigurationProfileRequest$;
1919
- exports.CreateDeploymentStrategy$ = CreateDeploymentStrategy$;
1920
918
  exports.CreateDeploymentStrategyCommand = CreateDeploymentStrategyCommand;
1921
- exports.CreateDeploymentStrategyRequest$ = CreateDeploymentStrategyRequest$;
1922
- exports.CreateEnvironment$ = CreateEnvironment$;
1923
919
  exports.CreateEnvironmentCommand = CreateEnvironmentCommand;
1924
- exports.CreateEnvironmentRequest$ = CreateEnvironmentRequest$;
1925
- exports.CreateExtension$ = CreateExtension$;
1926
- exports.CreateExtensionAssociation$ = CreateExtensionAssociation$;
1927
920
  exports.CreateExtensionAssociationCommand = CreateExtensionAssociationCommand;
1928
- exports.CreateExtensionAssociationRequest$ = CreateExtensionAssociationRequest$;
1929
921
  exports.CreateExtensionCommand = CreateExtensionCommand;
1930
- exports.CreateExtensionRequest$ = CreateExtensionRequest$;
1931
- exports.CreateHostedConfigurationVersion$ = CreateHostedConfigurationVersion$;
1932
922
  exports.CreateHostedConfigurationVersionCommand = CreateHostedConfigurationVersionCommand;
1933
- exports.CreateHostedConfigurationVersionRequest$ = CreateHostedConfigurationVersionRequest$;
1934
- exports.DeleteApplication$ = DeleteApplication$;
1935
923
  exports.DeleteApplicationCommand = DeleteApplicationCommand;
1936
- exports.DeleteApplicationRequest$ = DeleteApplicationRequest$;
1937
- exports.DeleteConfigurationProfile$ = DeleteConfigurationProfile$;
1938
924
  exports.DeleteConfigurationProfileCommand = DeleteConfigurationProfileCommand;
1939
- exports.DeleteConfigurationProfileRequest$ = DeleteConfigurationProfileRequest$;
1940
- exports.DeleteDeploymentStrategy$ = DeleteDeploymentStrategy$;
1941
925
  exports.DeleteDeploymentStrategyCommand = DeleteDeploymentStrategyCommand;
1942
- exports.DeleteDeploymentStrategyRequest$ = DeleteDeploymentStrategyRequest$;
1943
- exports.DeleteEnvironment$ = DeleteEnvironment$;
1944
926
  exports.DeleteEnvironmentCommand = DeleteEnvironmentCommand;
1945
- exports.DeleteEnvironmentRequest$ = DeleteEnvironmentRequest$;
1946
- exports.DeleteExtension$ = DeleteExtension$;
1947
- exports.DeleteExtensionAssociation$ = DeleteExtensionAssociation$;
1948
927
  exports.DeleteExtensionAssociationCommand = DeleteExtensionAssociationCommand;
1949
- exports.DeleteExtensionAssociationRequest$ = DeleteExtensionAssociationRequest$;
1950
928
  exports.DeleteExtensionCommand = DeleteExtensionCommand;
1951
- exports.DeleteExtensionRequest$ = DeleteExtensionRequest$;
1952
- exports.DeleteHostedConfigurationVersion$ = DeleteHostedConfigurationVersion$;
1953
929
  exports.DeleteHostedConfigurationVersionCommand = DeleteHostedConfigurationVersionCommand;
1954
- exports.DeleteHostedConfigurationVersionRequest$ = DeleteHostedConfigurationVersionRequest$;
1955
930
  exports.DeletionProtectionCheck = DeletionProtectionCheck;
1956
- exports.DeletionProtectionSettings$ = DeletionProtectionSettings$;
1957
- exports.Deployment$ = Deployment$;
1958
- exports.DeploymentEvent$ = DeploymentEvent$;
1959
931
  exports.DeploymentEventType = DeploymentEventType;
1960
932
  exports.DeploymentState = DeploymentState;
1961
- exports.DeploymentStrategies$ = DeploymentStrategies$;
1962
- exports.DeploymentStrategy$ = DeploymentStrategy$;
1963
- exports.DeploymentSummary$ = DeploymentSummary$;
1964
- exports.Deployments$ = Deployments$;
1965
- exports.Environment$ = Environment$;
1966
933
  exports.EnvironmentState = EnvironmentState;
1967
- exports.Environments$ = Environments$;
1968
- exports.Extension$ = Extension$;
1969
- exports.ExtensionAssociation$ = ExtensionAssociation$;
1970
- exports.ExtensionAssociationSummary$ = ExtensionAssociationSummary$;
1971
- exports.ExtensionAssociations$ = ExtensionAssociations$;
1972
- exports.ExtensionSummary$ = ExtensionSummary$;
1973
- exports.Extensions$ = Extensions$;
1974
- exports.GetAccountSettings$ = GetAccountSettings$;
1975
934
  exports.GetAccountSettingsCommand = GetAccountSettingsCommand;
1976
- exports.GetApplication$ = GetApplication$;
1977
935
  exports.GetApplicationCommand = GetApplicationCommand;
1978
- exports.GetApplicationRequest$ = GetApplicationRequest$;
1979
- exports.GetConfiguration$ = GetConfiguration$;
1980
936
  exports.GetConfigurationCommand = GetConfigurationCommand;
1981
- exports.GetConfigurationProfile$ = GetConfigurationProfile$;
1982
937
  exports.GetConfigurationProfileCommand = GetConfigurationProfileCommand;
1983
- exports.GetConfigurationProfileRequest$ = GetConfigurationProfileRequest$;
1984
- exports.GetConfigurationRequest$ = GetConfigurationRequest$;
1985
- exports.GetDeployment$ = GetDeployment$;
1986
938
  exports.GetDeploymentCommand = GetDeploymentCommand;
1987
- exports.GetDeploymentRequest$ = GetDeploymentRequest$;
1988
- exports.GetDeploymentStrategy$ = GetDeploymentStrategy$;
1989
939
  exports.GetDeploymentStrategyCommand = GetDeploymentStrategyCommand;
1990
- exports.GetDeploymentStrategyRequest$ = GetDeploymentStrategyRequest$;
1991
- exports.GetEnvironment$ = GetEnvironment$;
1992
940
  exports.GetEnvironmentCommand = GetEnvironmentCommand;
1993
- exports.GetEnvironmentRequest$ = GetEnvironmentRequest$;
1994
- exports.GetExtension$ = GetExtension$;
1995
- exports.GetExtensionAssociation$ = GetExtensionAssociation$;
1996
941
  exports.GetExtensionAssociationCommand = GetExtensionAssociationCommand;
1997
- exports.GetExtensionAssociationRequest$ = GetExtensionAssociationRequest$;
1998
942
  exports.GetExtensionCommand = GetExtensionCommand;
1999
- exports.GetExtensionRequest$ = GetExtensionRequest$;
2000
- exports.GetHostedConfigurationVersion$ = GetHostedConfigurationVersion$;
2001
943
  exports.GetHostedConfigurationVersionCommand = GetHostedConfigurationVersionCommand;
2002
- exports.GetHostedConfigurationVersionRequest$ = GetHostedConfigurationVersionRequest$;
2003
944
  exports.GrowthType = GrowthType;
2004
- exports.HostedConfigurationVersion$ = HostedConfigurationVersion$;
2005
- exports.HostedConfigurationVersionSummary$ = HostedConfigurationVersionSummary$;
2006
- exports.HostedConfigurationVersions$ = HostedConfigurationVersions$;
2007
- exports.InternalServerException = InternalServerException;
2008
- exports.InternalServerException$ = InternalServerException$;
2009
- exports.InvalidConfigurationDetail$ = InvalidConfigurationDetail$;
2010
- exports.ListApplications$ = ListApplications$;
2011
945
  exports.ListApplicationsCommand = ListApplicationsCommand;
2012
- exports.ListApplicationsRequest$ = ListApplicationsRequest$;
2013
- exports.ListConfigurationProfiles$ = ListConfigurationProfiles$;
2014
946
  exports.ListConfigurationProfilesCommand = ListConfigurationProfilesCommand;
2015
- exports.ListConfigurationProfilesRequest$ = ListConfigurationProfilesRequest$;
2016
- exports.ListDeploymentStrategies$ = ListDeploymentStrategies$;
2017
947
  exports.ListDeploymentStrategiesCommand = ListDeploymentStrategiesCommand;
2018
- exports.ListDeploymentStrategiesRequest$ = ListDeploymentStrategiesRequest$;
2019
- exports.ListDeployments$ = ListDeployments$;
2020
948
  exports.ListDeploymentsCommand = ListDeploymentsCommand;
2021
- exports.ListDeploymentsRequest$ = ListDeploymentsRequest$;
2022
- exports.ListEnvironments$ = ListEnvironments$;
2023
949
  exports.ListEnvironmentsCommand = ListEnvironmentsCommand;
2024
- exports.ListEnvironmentsRequest$ = ListEnvironmentsRequest$;
2025
- exports.ListExtensionAssociations$ = ListExtensionAssociations$;
2026
950
  exports.ListExtensionAssociationsCommand = ListExtensionAssociationsCommand;
2027
- exports.ListExtensionAssociationsRequest$ = ListExtensionAssociationsRequest$;
2028
- exports.ListExtensions$ = ListExtensions$;
2029
951
  exports.ListExtensionsCommand = ListExtensionsCommand;
2030
- exports.ListExtensionsRequest$ = ListExtensionsRequest$;
2031
- exports.ListHostedConfigurationVersions$ = ListHostedConfigurationVersions$;
2032
952
  exports.ListHostedConfigurationVersionsCommand = ListHostedConfigurationVersionsCommand;
2033
- exports.ListHostedConfigurationVersionsRequest$ = ListHostedConfigurationVersionsRequest$;
2034
- exports.ListTagsForResource$ = ListTagsForResource$;
2035
953
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
2036
- exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
2037
- exports.Monitor$ = Monitor$;
2038
- exports.Parameter$ = Parameter$;
2039
- exports.PayloadTooLargeException = PayloadTooLargeException;
2040
- exports.PayloadTooLargeException$ = PayloadTooLargeException$;
2041
954
  exports.ReplicateTo = ReplicateTo;
2042
- exports.ResourceNotFoundException = ResourceNotFoundException;
2043
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
2044
- exports.ResourceTags$ = ResourceTags$;
2045
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
2046
- exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
2047
- exports.StartDeployment$ = StartDeployment$;
2048
955
  exports.StartDeploymentCommand = StartDeploymentCommand;
2049
- exports.StartDeploymentRequest$ = StartDeploymentRequest$;
2050
- exports.StopDeployment$ = StopDeployment$;
2051
956
  exports.StopDeploymentCommand = StopDeploymentCommand;
2052
- exports.StopDeploymentRequest$ = StopDeploymentRequest$;
2053
- exports.TagResource$ = TagResource$;
2054
957
  exports.TagResourceCommand = TagResourceCommand;
2055
- exports.TagResourceRequest$ = TagResourceRequest$;
2056
958
  exports.TriggeredBy = TriggeredBy;
2057
- exports.UntagResource$ = UntagResource$;
2058
959
  exports.UntagResourceCommand = UntagResourceCommand;
2059
- exports.UntagResourceRequest$ = UntagResourceRequest$;
2060
- exports.UpdateAccountSettings$ = UpdateAccountSettings$;
2061
960
  exports.UpdateAccountSettingsCommand = UpdateAccountSettingsCommand;
2062
- exports.UpdateAccountSettingsRequest$ = UpdateAccountSettingsRequest$;
2063
- exports.UpdateApplication$ = UpdateApplication$;
2064
961
  exports.UpdateApplicationCommand = UpdateApplicationCommand;
2065
- exports.UpdateApplicationRequest$ = UpdateApplicationRequest$;
2066
- exports.UpdateConfigurationProfile$ = UpdateConfigurationProfile$;
2067
962
  exports.UpdateConfigurationProfileCommand = UpdateConfigurationProfileCommand;
2068
- exports.UpdateConfigurationProfileRequest$ = UpdateConfigurationProfileRequest$;
2069
- exports.UpdateDeploymentStrategy$ = UpdateDeploymentStrategy$;
2070
963
  exports.UpdateDeploymentStrategyCommand = UpdateDeploymentStrategyCommand;
2071
- exports.UpdateDeploymentStrategyRequest$ = UpdateDeploymentStrategyRequest$;
2072
- exports.UpdateEnvironment$ = UpdateEnvironment$;
2073
964
  exports.UpdateEnvironmentCommand = UpdateEnvironmentCommand;
2074
- exports.UpdateEnvironmentRequest$ = UpdateEnvironmentRequest$;
2075
- exports.UpdateExtension$ = UpdateExtension$;
2076
- exports.UpdateExtensionAssociation$ = UpdateExtensionAssociation$;
2077
965
  exports.UpdateExtensionAssociationCommand = UpdateExtensionAssociationCommand;
2078
- exports.UpdateExtensionAssociationRequest$ = UpdateExtensionAssociationRequest$;
2079
966
  exports.UpdateExtensionCommand = UpdateExtensionCommand;
2080
- exports.UpdateExtensionRequest$ = UpdateExtensionRequest$;
2081
- exports.ValidateConfiguration$ = ValidateConfiguration$;
2082
967
  exports.ValidateConfigurationCommand = ValidateConfigurationCommand;
2083
- exports.ValidateConfigurationRequest$ = ValidateConfigurationRequest$;
2084
- exports.Validator$ = Validator$;
2085
968
  exports.ValidatorType = ValidatorType;
2086
969
  exports.paginateListApplications = paginateListApplications;
2087
970
  exports.paginateListConfigurationProfiles = paginateListConfigurationProfiles;
@@ -2095,3 +978,15 @@ exports.waitForDeploymentComplete = waitForDeploymentComplete;
2095
978
  exports.waitForEnvironmentReadyForDeployment = waitForEnvironmentReadyForDeployment;
2096
979
  exports.waitUntilDeploymentComplete = waitUntilDeploymentComplete;
2097
980
  exports.waitUntilEnvironmentReadyForDeployment = waitUntilEnvironmentReadyForDeployment;
981
+ Object.keys(schemas_0).forEach(function (k) {
982
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
983
+ enumerable: true,
984
+ get: function () { return schemas_0[k]; }
985
+ });
986
+ });
987
+ Object.keys(errors).forEach(function (k) {
988
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
989
+ enumerable: true,
990
+ get: function () { return errors[k]; }
991
+ });
992
+ });