@aws-sdk/client-appconfig 3.927.0 → 3.929.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/dist-cjs/index.js +1704 -1953
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/AppConfigClient.js +2 -0
  4. package/dist-es/commands/CreateApplicationCommand.js +3 -9
  5. package/dist-es/commands/CreateConfigurationProfileCommand.js +3 -10
  6. package/dist-es/commands/CreateDeploymentStrategyCommand.js +3 -9
  7. package/dist-es/commands/CreateEnvironmentCommand.js +3 -9
  8. package/dist-es/commands/CreateExtensionAssociationCommand.js +3 -9
  9. package/dist-es/commands/CreateExtensionCommand.js +3 -9
  10. package/dist-es/commands/CreateHostedConfigurationVersionCommand.js +3 -10
  11. package/dist-es/commands/DeleteApplicationCommand.js +3 -9
  12. package/dist-es/commands/DeleteConfigurationProfileCommand.js +3 -9
  13. package/dist-es/commands/DeleteDeploymentStrategyCommand.js +3 -9
  14. package/dist-es/commands/DeleteEnvironmentCommand.js +3 -9
  15. package/dist-es/commands/DeleteExtensionAssociationCommand.js +3 -9
  16. package/dist-es/commands/DeleteExtensionCommand.js +3 -9
  17. package/dist-es/commands/DeleteHostedConfigurationVersionCommand.js +3 -9
  18. package/dist-es/commands/GetAccountSettingsCommand.js +3 -9
  19. package/dist-es/commands/GetApplicationCommand.js +3 -9
  20. package/dist-es/commands/GetConfigurationCommand.js +3 -10
  21. package/dist-es/commands/GetConfigurationProfileCommand.js +3 -10
  22. package/dist-es/commands/GetDeploymentCommand.js +3 -9
  23. package/dist-es/commands/GetDeploymentStrategyCommand.js +3 -9
  24. package/dist-es/commands/GetEnvironmentCommand.js +3 -9
  25. package/dist-es/commands/GetExtensionAssociationCommand.js +3 -9
  26. package/dist-es/commands/GetExtensionCommand.js +3 -9
  27. package/dist-es/commands/GetHostedConfigurationVersionCommand.js +3 -10
  28. package/dist-es/commands/ListApplicationsCommand.js +3 -9
  29. package/dist-es/commands/ListConfigurationProfilesCommand.js +3 -9
  30. package/dist-es/commands/ListDeploymentStrategiesCommand.js +3 -9
  31. package/dist-es/commands/ListDeploymentsCommand.js +3 -9
  32. package/dist-es/commands/ListEnvironmentsCommand.js +3 -9
  33. package/dist-es/commands/ListExtensionAssociationsCommand.js +3 -9
  34. package/dist-es/commands/ListExtensionsCommand.js +3 -9
  35. package/dist-es/commands/ListHostedConfigurationVersionsCommand.js +3 -9
  36. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  37. package/dist-es/commands/StartDeploymentCommand.js +3 -10
  38. package/dist-es/commands/StopDeploymentCommand.js +3 -9
  39. package/dist-es/commands/TagResourceCommand.js +3 -9
  40. package/dist-es/commands/UntagResourceCommand.js +3 -9
  41. package/dist-es/commands/UpdateAccountSettingsCommand.js +3 -9
  42. package/dist-es/commands/UpdateApplicationCommand.js +3 -9
  43. package/dist-es/commands/UpdateConfigurationProfileCommand.js +3 -10
  44. package/dist-es/commands/UpdateDeploymentStrategyCommand.js +3 -9
  45. package/dist-es/commands/UpdateEnvironmentCommand.js +3 -9
  46. package/dist-es/commands/UpdateExtensionAssociationCommand.js +3 -9
  47. package/dist-es/commands/UpdateExtensionCommand.js +3 -9
  48. package/dist-es/commands/ValidateConfigurationCommand.js +3 -9
  49. package/dist-es/models/models_0.js +0 -33
  50. package/dist-es/runtimeConfig.shared.js +2 -0
  51. package/dist-es/schemas/schemas_0.js +1632 -0
  52. package/dist-types/AppConfigClient.d.ts +10 -1
  53. package/dist-types/models/models_0.d.ts +0 -32
  54. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  55. package/dist-types/runtimeConfig.d.ts +1 -0
  56. package/dist-types/runtimeConfig.native.d.ts +1 -0
  57. package/dist-types/runtimeConfig.shared.d.ts +2 -5
  58. package/dist-types/schemas/schemas_0.d.ts +156 -0
  59. package/dist-types/ts3.4/AppConfigClient.d.ts +4 -0
  60. package/dist-types/ts3.4/models/models_0.d.ts +0 -22
  61. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  62. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  63. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  64. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  65. package/dist-types/ts3.4/schemas/schemas_0.d.ts +163 -0
  66. package/package.json +5 -5
  67. package/dist-es/protocols/Aws_restJson1.js +0 -1615
  68. package/dist-types/protocols/Aws_restJson1.d.ts +0 -407
  69. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -545
package/dist-cjs/index.js CHANGED
@@ -6,6 +6,7 @@ var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detect
6
6
  var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
7
7
  var configResolver = require('@smithy/config-resolver');
8
8
  var core = require('@smithy/core');
9
+ var schema = require('@smithy/core/schema');
9
10
  var middlewareContentLength = require('@smithy/middleware-content-length');
10
11
  var middlewareEndpoint = require('@smithy/middleware-endpoint');
11
12
  var middlewareRetry = require('@smithy/middleware-retry');
@@ -14,8 +15,6 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
14
15
  var runtimeConfig = require('./runtimeConfig');
15
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
16
17
  var protocolHttp = require('@smithy/protocol-http');
17
- var middlewareSerde = require('@smithy/middleware-serde');
18
- var core$1 = require('@aws-sdk/core');
19
18
  var utilWaiter = require('@smithy/util-waiter');
20
19
 
21
20
  const resolveClientEndpointParameters = (options) => {
@@ -92,6 +91,7 @@ class AppConfigClient extends smithyClient.Client {
92
91
  const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
93
92
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
94
93
  this.config = _config_8;
94
+ this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
95
95
  this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
96
96
  this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
97
97
  this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
@@ -111,12 +111,12 @@ class AppConfigClient extends smithyClient.Client {
111
111
  }
112
112
  }
113
113
 
114
- class AppConfigServiceException extends smithyClient.ServiceException {
114
+ let AppConfigServiceException$1 = class AppConfigServiceException extends smithyClient.ServiceException {
115
115
  constructor(options) {
116
116
  super(options);
117
117
  Object.setPrototypeOf(this, AppConfigServiceException.prototype);
118
118
  }
119
- }
119
+ };
120
120
 
121
121
  const ActionPoint = {
122
122
  AT_DEPLOYMENT_TICK: "AT_DEPLOYMENT_TICK",
@@ -139,7 +139,7 @@ exports.BadRequestDetails = void 0;
139
139
  const BadRequestReason = {
140
140
  INVALID_CONFIGURATION: "InvalidConfiguration",
141
141
  };
142
- class BadRequestException extends AppConfigServiceException {
142
+ let BadRequestException$1 = class BadRequestException extends AppConfigServiceException$1 {
143
143
  name = "BadRequestException";
144
144
  $fault = "client";
145
145
  Message;
@@ -156,8 +156,8 @@ class BadRequestException extends AppConfigServiceException {
156
156
  this.Reason = opts.Reason;
157
157
  this.Details = opts.Details;
158
158
  }
159
- }
160
- class InternalServerException extends AppConfigServiceException {
159
+ };
160
+ let InternalServerException$1 = class InternalServerException extends AppConfigServiceException$1 {
161
161
  name = "InternalServerException";
162
162
  $fault = "server";
163
163
  Message;
@@ -170,8 +170,8 @@ class InternalServerException extends AppConfigServiceException {
170
170
  Object.setPrototypeOf(this, InternalServerException.prototype);
171
171
  this.Message = opts.Message;
172
172
  }
173
- }
174
- class ServiceQuotaExceededException extends AppConfigServiceException {
173
+ };
174
+ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends AppConfigServiceException$1 {
175
175
  name = "ServiceQuotaExceededException";
176
176
  $fault = "client";
177
177
  Message;
@@ -184,12 +184,12 @@ class ServiceQuotaExceededException extends AppConfigServiceException {
184
184
  Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
185
185
  this.Message = opts.Message;
186
186
  }
187
- }
187
+ };
188
188
  const ValidatorType = {
189
189
  JSON_SCHEMA: "JSON_SCHEMA",
190
190
  LAMBDA: "LAMBDA",
191
191
  };
192
- class ResourceNotFoundException extends AppConfigServiceException {
192
+ let ResourceNotFoundException$1 = class ResourceNotFoundException extends AppConfigServiceException$1 {
193
193
  name = "ResourceNotFoundException";
194
194
  $fault = "client";
195
195
  Message;
@@ -204,7 +204,7 @@ class ResourceNotFoundException extends AppConfigServiceException {
204
204
  this.Message = opts.Message;
205
205
  this.ResourceName = opts.ResourceName;
206
206
  }
207
- }
207
+ };
208
208
  const GrowthType = {
209
209
  EXPONENTIAL: "EXPONENTIAL",
210
210
  LINEAR: "LINEAR",
@@ -220,7 +220,7 @@ const EnvironmentState = {
220
220
  ROLLED_BACK: "ROLLED_BACK",
221
221
  ROLLING_BACK: "ROLLING_BACK",
222
222
  };
223
- class ConflictException extends AppConfigServiceException {
223
+ let ConflictException$1 = class ConflictException extends AppConfigServiceException$1 {
224
224
  name = "ConflictException";
225
225
  $fault = "client";
226
226
  Message;
@@ -233,11 +233,11 @@ class ConflictException extends AppConfigServiceException {
233
233
  Object.setPrototypeOf(this, ConflictException.prototype);
234
234
  this.Message = opts.Message;
235
235
  }
236
- }
236
+ };
237
237
  const BytesMeasure = {
238
238
  KILOBYTES: "KILOBYTES",
239
239
  };
240
- class PayloadTooLargeException extends AppConfigServiceException {
240
+ let PayloadTooLargeException$1 = class PayloadTooLargeException extends AppConfigServiceException$1 {
241
241
  name = "PayloadTooLargeException";
242
242
  $fault = "client";
243
243
  Message;
@@ -256,7 +256,7 @@ class PayloadTooLargeException extends AppConfigServiceException {
256
256
  this.Limit = opts.Limit;
257
257
  this.Size = opts.Size;
258
258
  }
259
- }
259
+ };
260
260
  const DeletionProtectionCheck = {
261
261
  ACCOUNT_DEFAULT: "ACCOUNT_DEFAULT",
262
262
  APPLY: "APPLY",
@@ -286,1663 +286,1642 @@ const DeploymentState = {
286
286
  ROLLING_BACK: "ROLLING_BACK",
287
287
  VALIDATING: "VALIDATING",
288
288
  };
289
- const ValidatorFilterSensitiveLog = (obj) => ({
290
- ...obj,
291
- ...(obj.Content && { Content: smithyClient.SENSITIVE_STRING }),
292
- });
293
- const ConfigurationProfileFilterSensitiveLog = (obj) => ({
294
- ...obj,
295
- ...(obj.Validators && { Validators: obj.Validators.map((item) => ValidatorFilterSensitiveLog(item)) }),
296
- });
297
- const CreateConfigurationProfileRequestFilterSensitiveLog = (obj) => ({
298
- ...obj,
299
- ...(obj.Validators && { Validators: obj.Validators.map((item) => ValidatorFilterSensitiveLog(item)) }),
300
- });
301
- const CreateHostedConfigurationVersionRequestFilterSensitiveLog = (obj) => ({
302
- ...obj,
303
- ...(obj.Content && { Content: smithyClient.SENSITIVE_STRING }),
304
- });
305
- const HostedConfigurationVersionFilterSensitiveLog = (obj) => ({
306
- ...obj,
307
- ...(obj.Content && { Content: smithyClient.SENSITIVE_STRING }),
308
- });
309
- const ConfigurationFilterSensitiveLog = (obj) => ({
310
- ...obj,
311
- ...(obj.Content && { Content: smithyClient.SENSITIVE_STRING }),
312
- });
313
- const StartDeploymentRequestFilterSensitiveLog = (obj) => ({
314
- ...obj,
315
- ...(obj.DynamicExtensionParameters && { DynamicExtensionParameters: smithyClient.SENSITIVE_STRING }),
316
- });
317
- const UpdateConfigurationProfileRequestFilterSensitiveLog = (obj) => ({
318
- ...obj,
319
- ...(obj.Validators && { Validators: obj.Validators.map((item) => ValidatorFilterSensitiveLog(item)) }),
320
- });
321
289
 
322
- const se_CreateApplicationCommand = async (input, context) => {
323
- const b = core.requestBuilder(input, context);
324
- const headers = {
325
- "content-type": "application/json",
326
- };
327
- b.bp("/applications");
328
- let body;
329
- body = JSON.stringify(smithyClient.take(input, {
330
- Description: [],
331
- Name: [],
332
- Tags: (_) => smithyClient._json(_),
333
- }));
334
- b.m("POST").h(headers).b(body);
335
- return b.build();
336
- };
337
- const se_CreateConfigurationProfileCommand = async (input, context) => {
338
- const b = core.requestBuilder(input, context);
339
- const headers = {
340
- "content-type": "application/json",
341
- };
342
- b.bp("/applications/{ApplicationId}/configurationprofiles");
343
- b.p("ApplicationId", () => input.ApplicationId, "{ApplicationId}", false);
344
- let body;
345
- body = JSON.stringify(smithyClient.take(input, {
346
- Description: [],
347
- KmsKeyIdentifier: [],
348
- LocationUri: [],
349
- Name: [],
350
- RetrievalRoleArn: [],
351
- Tags: (_) => smithyClient._json(_),
352
- Type: [],
353
- Validators: (_) => smithyClient._json(_),
354
- }));
355
- b.m("POST").h(headers).b(body);
356
- return b.build();
357
- };
358
- const se_CreateDeploymentStrategyCommand = async (input, context) => {
359
- const b = core.requestBuilder(input, context);
360
- const headers = {
361
- "content-type": "application/json",
362
- };
363
- b.bp("/deploymentstrategies");
364
- let body;
365
- body = JSON.stringify(smithyClient.take(input, {
366
- DeploymentDurationInMinutes: [],
367
- Description: [],
368
- FinalBakeTimeInMinutes: [],
369
- GrowthFactor: (_) => smithyClient.serializeFloat(_),
370
- GrowthType: [],
371
- Name: [],
372
- ReplicateTo: [],
373
- Tags: (_) => smithyClient._json(_),
374
- }));
375
- b.m("POST").h(headers).b(body);
376
- return b.build();
377
- };
378
- const se_CreateEnvironmentCommand = async (input, context) => {
379
- const b = core.requestBuilder(input, context);
380
- const headers = {
381
- "content-type": "application/json",
382
- };
383
- b.bp("/applications/{ApplicationId}/environments");
384
- b.p("ApplicationId", () => input.ApplicationId, "{ApplicationId}", false);
385
- let body;
386
- body = JSON.stringify(smithyClient.take(input, {
387
- Description: [],
388
- Monitors: (_) => smithyClient._json(_),
389
- Name: [],
390
- Tags: (_) => smithyClient._json(_),
391
- }));
392
- b.m("POST").h(headers).b(body);
393
- return b.build();
394
- };
395
- const se_CreateExtensionCommand = async (input, context) => {
396
- const b = core.requestBuilder(input, context);
397
- const headers = smithyClient.map({}, smithyClient.isSerializableHeaderValue, {
398
- "content-type": "application/json",
399
- [_lvn]: [() => smithyClient.isSerializableHeaderValue(input[_LVN]), () => input[_LVN].toString()],
400
- });
401
- b.bp("/extensions");
402
- let body;
403
- body = JSON.stringify(smithyClient.take(input, {
404
- Actions: (_) => smithyClient._json(_),
405
- Description: [],
406
- Name: [],
407
- Parameters: (_) => smithyClient._json(_),
408
- Tags: (_) => smithyClient._json(_),
409
- }));
410
- b.m("POST").h(headers).b(body);
411
- return b.build();
412
- };
413
- const se_CreateExtensionAssociationCommand = async (input, context) => {
414
- const b = core.requestBuilder(input, context);
415
- const headers = {
416
- "content-type": "application/json",
417
- };
418
- b.bp("/extensionassociations");
419
- let body;
420
- body = JSON.stringify(smithyClient.take(input, {
421
- ExtensionIdentifier: [],
422
- ExtensionVersionNumber: [],
423
- Parameters: (_) => smithyClient._json(_),
424
- ResourceIdentifier: [],
425
- Tags: (_) => smithyClient._json(_),
426
- }));
427
- b.m("POST").h(headers).b(body);
428
- return b.build();
429
- };
430
- const se_CreateHostedConfigurationVersionCommand = async (input, context) => {
431
- const b = core.requestBuilder(input, context);
432
- const headers = smithyClient.map({}, smithyClient.isSerializableHeaderValue, {
433
- [_ct]: input[_CT] || "application/octet-stream",
434
- [_d]: input[_D],
435
- [_lvn]: [() => smithyClient.isSerializableHeaderValue(input[_LVN]), () => input[_LVN].toString()],
436
- [_v]: input[_VL],
437
- });
438
- b.bp("/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions");
439
- b.p("ApplicationId", () => input.ApplicationId, "{ApplicationId}", false);
440
- b.p("ConfigurationProfileId", () => input.ConfigurationProfileId, "{ConfigurationProfileId}", false);
441
- let body;
442
- if (input.Content !== undefined) {
443
- body = input.Content;
444
- }
445
- b.m("POST").h(headers).b(body);
446
- return b.build();
447
- };
448
- const se_DeleteApplicationCommand = async (input, context) => {
449
- const b = core.requestBuilder(input, context);
450
- const headers = {};
451
- b.bp("/applications/{ApplicationId}");
452
- b.p("ApplicationId", () => input.ApplicationId, "{ApplicationId}", false);
453
- let body;
454
- b.m("DELETE").h(headers).b(body);
455
- return b.build();
456
- };
457
- const se_DeleteConfigurationProfileCommand = async (input, context) => {
458
- const b = core.requestBuilder(input, context);
459
- const headers = smithyClient.map({}, smithyClient.isSerializableHeaderValue, {
460
- [_xadpc]: input[_DPC],
461
- });
462
- b.bp("/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}");
463
- b.p("ApplicationId", () => input.ApplicationId, "{ApplicationId}", false);
464
- b.p("ConfigurationProfileId", () => input.ConfigurationProfileId, "{ConfigurationProfileId}", false);
465
- let body;
466
- b.m("DELETE").h(headers).b(body);
467
- return b.build();
468
- };
469
- const se_DeleteDeploymentStrategyCommand = async (input, context) => {
470
- const b = core.requestBuilder(input, context);
471
- const headers = {};
472
- b.bp("/deployementstrategies/{DeploymentStrategyId}");
473
- b.p("DeploymentStrategyId", () => input.DeploymentStrategyId, "{DeploymentStrategyId}", false);
474
- let body;
475
- b.m("DELETE").h(headers).b(body);
476
- return b.build();
477
- };
478
- const se_DeleteEnvironmentCommand = async (input, context) => {
479
- const b = core.requestBuilder(input, context);
480
- const headers = smithyClient.map({}, smithyClient.isSerializableHeaderValue, {
481
- [_xadpc]: input[_DPC],
482
- });
483
- b.bp("/applications/{ApplicationId}/environments/{EnvironmentId}");
484
- b.p("EnvironmentId", () => input.EnvironmentId, "{EnvironmentId}", false);
485
- b.p("ApplicationId", () => input.ApplicationId, "{ApplicationId}", false);
486
- let body;
487
- b.m("DELETE").h(headers).b(body);
488
- return b.build();
489
- };
490
- const se_DeleteExtensionCommand = async (input, context) => {
491
- const b = core.requestBuilder(input, context);
492
- const headers = {};
493
- b.bp("/extensions/{ExtensionIdentifier}");
494
- b.p("ExtensionIdentifier", () => input.ExtensionIdentifier, "{ExtensionIdentifier}", false);
495
- const query = smithyClient.map({
496
- [_ve]: [() => input.VersionNumber !== void 0, () => input[_VN].toString()],
497
- });
498
- let body;
499
- b.m("DELETE").h(headers).q(query).b(body);
500
- return b.build();
501
- };
502
- const se_DeleteExtensionAssociationCommand = async (input, context) => {
503
- const b = core.requestBuilder(input, context);
504
- const headers = {};
505
- b.bp("/extensionassociations/{ExtensionAssociationId}");
506
- b.p("ExtensionAssociationId", () => input.ExtensionAssociationId, "{ExtensionAssociationId}", false);
507
- let body;
508
- b.m("DELETE").h(headers).b(body);
509
- return b.build();
510
- };
511
- const se_DeleteHostedConfigurationVersionCommand = async (input, context) => {
512
- const b = core.requestBuilder(input, context);
513
- const headers = {};
514
- b.bp("/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions/{VersionNumber}");
515
- b.p("ApplicationId", () => input.ApplicationId, "{ApplicationId}", false);
516
- b.p("ConfigurationProfileId", () => input.ConfigurationProfileId, "{ConfigurationProfileId}", false);
517
- b.p("VersionNumber", () => input.VersionNumber.toString(), "{VersionNumber}", false);
518
- let body;
519
- b.m("DELETE").h(headers).b(body);
520
- return b.build();
521
- };
522
- const se_GetAccountSettingsCommand = async (input, context) => {
523
- const b = core.requestBuilder(input, context);
524
- const headers = {};
525
- b.bp("/settings");
526
- let body;
527
- b.m("GET").h(headers).b(body);
528
- return b.build();
529
- };
530
- const se_GetApplicationCommand = async (input, context) => {
531
- const b = core.requestBuilder(input, context);
532
- const headers = {};
533
- b.bp("/applications/{ApplicationId}");
534
- b.p("ApplicationId", () => input.ApplicationId, "{ApplicationId}", false);
535
- let body;
536
- b.m("GET").h(headers).b(body);
537
- return b.build();
538
- };
539
- const se_GetConfigurationCommand = async (input, context) => {
540
- const b = core.requestBuilder(input, context);
541
- const headers = {};
542
- b.bp("/applications/{Application}/environments/{Environment}/configurations/{Configuration}");
543
- b.p("Application", () => input.Application, "{Application}", false);
544
- b.p("Environment", () => input.Environment, "{Environment}", false);
545
- b.p("Configuration", () => input.Configuration, "{Configuration}", false);
546
- const query = smithyClient.map({
547
- [_ci]: [, smithyClient.expectNonNull(input[_CI], `ClientId`)],
548
- [_ccv]: [, input[_CCV]],
549
- });
550
- let body;
551
- b.m("GET").h(headers).q(query).b(body);
552
- return b.build();
553
- };
554
- const se_GetConfigurationProfileCommand = async (input, context) => {
555
- const b = core.requestBuilder(input, context);
556
- const headers = {};
557
- b.bp("/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}");
558
- b.p("ApplicationId", () => input.ApplicationId, "{ApplicationId}", false);
559
- b.p("ConfigurationProfileId", () => input.ConfigurationProfileId, "{ConfigurationProfileId}", false);
560
- let body;
561
- b.m("GET").h(headers).b(body);
562
- return b.build();
563
- };
564
- const se_GetDeploymentCommand = async (input, context) => {
565
- const b = core.requestBuilder(input, context);
566
- const headers = {};
567
- b.bp("/applications/{ApplicationId}/environments/{EnvironmentId}/deployments/{DeploymentNumber}");
568
- b.p("ApplicationId", () => input.ApplicationId, "{ApplicationId}", false);
569
- b.p("EnvironmentId", () => input.EnvironmentId, "{EnvironmentId}", false);
570
- b.p("DeploymentNumber", () => input.DeploymentNumber.toString(), "{DeploymentNumber}", false);
571
- let body;
572
- b.m("GET").h(headers).b(body);
573
- return b.build();
574
- };
575
- const se_GetDeploymentStrategyCommand = async (input, context) => {
576
- const b = core.requestBuilder(input, context);
577
- const headers = {};
578
- b.bp("/deploymentstrategies/{DeploymentStrategyId}");
579
- b.p("DeploymentStrategyId", () => input.DeploymentStrategyId, "{DeploymentStrategyId}", false);
580
- let body;
581
- b.m("GET").h(headers).b(body);
582
- return b.build();
583
- };
584
- const se_GetEnvironmentCommand = async (input, context) => {
585
- const b = core.requestBuilder(input, context);
586
- const headers = {};
587
- b.bp("/applications/{ApplicationId}/environments/{EnvironmentId}");
588
- b.p("ApplicationId", () => input.ApplicationId, "{ApplicationId}", false);
589
- b.p("EnvironmentId", () => input.EnvironmentId, "{EnvironmentId}", false);
590
- let body;
591
- b.m("GET").h(headers).b(body);
592
- return b.build();
593
- };
594
- const se_GetExtensionCommand = async (input, context) => {
595
- const b = core.requestBuilder(input, context);
596
- const headers = {};
597
- b.bp("/extensions/{ExtensionIdentifier}");
598
- b.p("ExtensionIdentifier", () => input.ExtensionIdentifier, "{ExtensionIdentifier}", false);
599
- const query = smithyClient.map({
600
- [_vn]: [() => input.VersionNumber !== void 0, () => input[_VN].toString()],
601
- });
602
- let body;
603
- b.m("GET").h(headers).q(query).b(body);
604
- return b.build();
605
- };
606
- const se_GetExtensionAssociationCommand = async (input, context) => {
607
- const b = core.requestBuilder(input, context);
608
- const headers = {};
609
- b.bp("/extensionassociations/{ExtensionAssociationId}");
610
- b.p("ExtensionAssociationId", () => input.ExtensionAssociationId, "{ExtensionAssociationId}", false);
611
- let body;
612
- b.m("GET").h(headers).b(body);
613
- return b.build();
614
- };
615
- const se_GetHostedConfigurationVersionCommand = async (input, context) => {
616
- const b = core.requestBuilder(input, context);
617
- const headers = {};
618
- b.bp("/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions/{VersionNumber}");
619
- b.p("ApplicationId", () => input.ApplicationId, "{ApplicationId}", false);
620
- b.p("ConfigurationProfileId", () => input.ConfigurationProfileId, "{ConfigurationProfileId}", false);
621
- b.p("VersionNumber", () => input.VersionNumber.toString(), "{VersionNumber}", false);
622
- let body;
623
- b.m("GET").h(headers).b(body);
624
- return b.build();
625
- };
626
- const se_ListApplicationsCommand = async (input, context) => {
627
- const b = core.requestBuilder(input, context);
628
- const headers = {};
629
- b.bp("/applications");
630
- const query = smithyClient.map({
631
- [_mr]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
632
- [_nt]: [, input[_NT]],
633
- });
634
- let body;
635
- b.m("GET").h(headers).q(query).b(body);
636
- return b.build();
637
- };
638
- const se_ListConfigurationProfilesCommand = async (input, context) => {
639
- const b = core.requestBuilder(input, context);
640
- const headers = {};
641
- b.bp("/applications/{ApplicationId}/configurationprofiles");
642
- b.p("ApplicationId", () => input.ApplicationId, "{ApplicationId}", false);
643
- const query = smithyClient.map({
644
- [_mr]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
645
- [_nt]: [, input[_NT]],
646
- [_t]: [, input[_T]],
647
- });
648
- let body;
649
- b.m("GET").h(headers).q(query).b(body);
650
- return b.build();
651
- };
652
- const se_ListDeploymentsCommand = async (input, context) => {
653
- const b = core.requestBuilder(input, context);
654
- const headers = {};
655
- b.bp("/applications/{ApplicationId}/environments/{EnvironmentId}/deployments");
656
- b.p("ApplicationId", () => input.ApplicationId, "{ApplicationId}", false);
657
- b.p("EnvironmentId", () => input.EnvironmentId, "{EnvironmentId}", false);
658
- const query = smithyClient.map({
659
- [_mr]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
660
- [_nt]: [, input[_NT]],
661
- });
662
- let body;
663
- b.m("GET").h(headers).q(query).b(body);
664
- return b.build();
665
- };
666
- const se_ListDeploymentStrategiesCommand = async (input, context) => {
667
- const b = core.requestBuilder(input, context);
668
- const headers = {};
669
- b.bp("/deploymentstrategies");
670
- const query = smithyClient.map({
671
- [_mr]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
672
- [_nt]: [, input[_NT]],
673
- });
674
- let body;
675
- b.m("GET").h(headers).q(query).b(body);
676
- return b.build();
677
- };
678
- const se_ListEnvironmentsCommand = async (input, context) => {
679
- const b = core.requestBuilder(input, context);
680
- const headers = {};
681
- b.bp("/applications/{ApplicationId}/environments");
682
- b.p("ApplicationId", () => input.ApplicationId, "{ApplicationId}", false);
683
- const query = smithyClient.map({
684
- [_mr]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
685
- [_nt]: [, input[_NT]],
686
- });
687
- let body;
688
- b.m("GET").h(headers).q(query).b(body);
689
- return b.build();
690
- };
691
- const se_ListExtensionAssociationsCommand = async (input, context) => {
692
- const b = core.requestBuilder(input, context);
693
- const headers = {};
694
- b.bp("/extensionassociations");
695
- const query = smithyClient.map({
696
- [_ri]: [, input[_RI]],
697
- [_ei]: [, input[_EI]],
698
- [_evn]: [() => input.ExtensionVersionNumber !== void 0, () => input[_EVN].toString()],
699
- [_mr]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
700
- [_nt]: [, input[_NT]],
701
- });
702
- let body;
703
- b.m("GET").h(headers).q(query).b(body);
704
- return b.build();
705
- };
706
- const se_ListExtensionsCommand = async (input, context) => {
707
- const b = core.requestBuilder(input, context);
708
- const headers = {};
709
- b.bp("/extensions");
710
- const query = smithyClient.map({
711
- [_mr]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
712
- [_nt]: [, input[_NT]],
713
- [_n]: [, input[_N]],
714
- });
715
- let body;
716
- b.m("GET").h(headers).q(query).b(body);
717
- return b.build();
718
- };
719
- const se_ListHostedConfigurationVersionsCommand = async (input, context) => {
720
- const b = core.requestBuilder(input, context);
721
- const headers = {};
722
- b.bp("/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions");
723
- b.p("ApplicationId", () => input.ApplicationId, "{ApplicationId}", false);
724
- b.p("ConfigurationProfileId", () => input.ConfigurationProfileId, "{ConfigurationProfileId}", false);
725
- const query = smithyClient.map({
726
- [_mr]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
727
- [_nt]: [, input[_NT]],
728
- [_vl]: [, input[_VL]],
729
- });
730
- let body;
731
- b.m("GET").h(headers).q(query).b(body);
732
- return b.build();
733
- };
734
- const se_ListTagsForResourceCommand = async (input, context) => {
735
- const b = core.requestBuilder(input, context);
736
- const headers = {};
737
- b.bp("/tags/{ResourceArn}");
738
- b.p("ResourceArn", () => input.ResourceArn, "{ResourceArn}", false);
739
- let body;
740
- b.m("GET").h(headers).b(body);
741
- return b.build();
742
- };
743
- const se_StartDeploymentCommand = async (input, context) => {
744
- const b = core.requestBuilder(input, context);
745
- const headers = {
746
- "content-type": "application/json",
747
- };
748
- b.bp("/applications/{ApplicationId}/environments/{EnvironmentId}/deployments");
749
- b.p("ApplicationId", () => input.ApplicationId, "{ApplicationId}", false);
750
- b.p("EnvironmentId", () => input.EnvironmentId, "{EnvironmentId}", false);
751
- let body;
752
- body = JSON.stringify(smithyClient.take(input, {
753
- ConfigurationProfileId: [],
754
- ConfigurationVersion: [],
755
- DeploymentStrategyId: [],
756
- Description: [],
757
- DynamicExtensionParameters: (_) => smithyClient._json(_),
758
- KmsKeyIdentifier: [],
759
- Tags: (_) => smithyClient._json(_),
760
- }));
761
- b.m("POST").h(headers).b(body);
762
- return b.build();
763
- };
764
- const se_StopDeploymentCommand = async (input, context) => {
765
- const b = core.requestBuilder(input, context);
766
- const headers = smithyClient.map({}, smithyClient.isSerializableHeaderValue, {
767
- [_ar]: [() => smithyClient.isSerializableHeaderValue(input[_AR]), () => input[_AR].toString()],
768
- });
769
- b.bp("/applications/{ApplicationId}/environments/{EnvironmentId}/deployments/{DeploymentNumber}");
770
- b.p("ApplicationId", () => input.ApplicationId, "{ApplicationId}", false);
771
- b.p("EnvironmentId", () => input.EnvironmentId, "{EnvironmentId}", false);
772
- b.p("DeploymentNumber", () => input.DeploymentNumber.toString(), "{DeploymentNumber}", false);
773
- let body;
774
- b.m("DELETE").h(headers).b(body);
775
- return b.build();
776
- };
777
- const se_TagResourceCommand = async (input, context) => {
778
- const b = core.requestBuilder(input, context);
779
- const headers = {
780
- "content-type": "application/json",
781
- };
782
- b.bp("/tags/{ResourceArn}");
783
- b.p("ResourceArn", () => input.ResourceArn, "{ResourceArn}", false);
784
- let body;
785
- body = JSON.stringify(smithyClient.take(input, {
786
- Tags: (_) => smithyClient._json(_),
787
- }));
788
- b.m("POST").h(headers).b(body);
789
- return b.build();
790
- };
791
- const se_UntagResourceCommand = async (input, context) => {
792
- const b = core.requestBuilder(input, context);
793
- const headers = {};
794
- b.bp("/tags/{ResourceArn}");
795
- b.p("ResourceArn", () => input.ResourceArn, "{ResourceArn}", false);
796
- const query = smithyClient.map({
797
- [_tK]: [smithyClient.expectNonNull(input.TagKeys, `TagKeys`) != null, () => input[_TK] || []],
798
- });
799
- let body;
800
- b.m("DELETE").h(headers).q(query).b(body);
801
- return b.build();
802
- };
803
- const se_UpdateAccountSettingsCommand = async (input, context) => {
804
- const b = core.requestBuilder(input, context);
805
- const headers = {
806
- "content-type": "application/json",
807
- };
808
- b.bp("/settings");
809
- let body;
810
- body = JSON.stringify(smithyClient.take(input, {
811
- DeletionProtection: (_) => smithyClient._json(_),
812
- }));
813
- b.m("PATCH").h(headers).b(body);
814
- return b.build();
815
- };
816
- const se_UpdateApplicationCommand = async (input, context) => {
817
- const b = core.requestBuilder(input, context);
818
- const headers = {
819
- "content-type": "application/json",
820
- };
821
- b.bp("/applications/{ApplicationId}");
822
- b.p("ApplicationId", () => input.ApplicationId, "{ApplicationId}", false);
823
- let body;
824
- body = JSON.stringify(smithyClient.take(input, {
825
- Description: [],
826
- Name: [],
827
- }));
828
- b.m("PATCH").h(headers).b(body);
829
- return b.build();
830
- };
831
- const se_UpdateConfigurationProfileCommand = async (input, context) => {
832
- const b = core.requestBuilder(input, context);
833
- const headers = {
834
- "content-type": "application/json",
835
- };
836
- b.bp("/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}");
837
- b.p("ApplicationId", () => input.ApplicationId, "{ApplicationId}", false);
838
- b.p("ConfigurationProfileId", () => input.ConfigurationProfileId, "{ConfigurationProfileId}", false);
839
- let body;
840
- body = JSON.stringify(smithyClient.take(input, {
841
- Description: [],
842
- KmsKeyIdentifier: [],
843
- Name: [],
844
- RetrievalRoleArn: [],
845
- Validators: (_) => smithyClient._json(_),
846
- }));
847
- b.m("PATCH").h(headers).b(body);
848
- return b.build();
849
- };
850
- const se_UpdateDeploymentStrategyCommand = async (input, context) => {
851
- const b = core.requestBuilder(input, context);
852
- const headers = {
853
- "content-type": "application/json",
854
- };
855
- b.bp("/deploymentstrategies/{DeploymentStrategyId}");
856
- b.p("DeploymentStrategyId", () => input.DeploymentStrategyId, "{DeploymentStrategyId}", false);
857
- let body;
858
- body = JSON.stringify(smithyClient.take(input, {
859
- DeploymentDurationInMinutes: [],
860
- Description: [],
861
- FinalBakeTimeInMinutes: [],
862
- GrowthFactor: (_) => smithyClient.serializeFloat(_),
863
- GrowthType: [],
864
- }));
865
- b.m("PATCH").h(headers).b(body);
866
- return b.build();
867
- };
868
- const se_UpdateEnvironmentCommand = async (input, context) => {
869
- const b = core.requestBuilder(input, context);
870
- const headers = {
871
- "content-type": "application/json",
872
- };
873
- b.bp("/applications/{ApplicationId}/environments/{EnvironmentId}");
874
- b.p("ApplicationId", () => input.ApplicationId, "{ApplicationId}", false);
875
- b.p("EnvironmentId", () => input.EnvironmentId, "{EnvironmentId}", false);
876
- let body;
877
- body = JSON.stringify(smithyClient.take(input, {
878
- Description: [],
879
- Monitors: (_) => smithyClient._json(_),
880
- Name: [],
881
- }));
882
- b.m("PATCH").h(headers).b(body);
883
- return b.build();
884
- };
885
- const se_UpdateExtensionCommand = async (input, context) => {
886
- const b = core.requestBuilder(input, context);
887
- const headers = {
888
- "content-type": "application/json",
889
- };
890
- b.bp("/extensions/{ExtensionIdentifier}");
891
- b.p("ExtensionIdentifier", () => input.ExtensionIdentifier, "{ExtensionIdentifier}", false);
892
- let body;
893
- body = JSON.stringify(smithyClient.take(input, {
894
- Actions: (_) => smithyClient._json(_),
895
- Description: [],
896
- Parameters: (_) => smithyClient._json(_),
897
- VersionNumber: [],
898
- }));
899
- b.m("PATCH").h(headers).b(body);
900
- return b.build();
901
- };
902
- const se_UpdateExtensionAssociationCommand = async (input, context) => {
903
- const b = core.requestBuilder(input, context);
904
- const headers = {
905
- "content-type": "application/json",
906
- };
907
- b.bp("/extensionassociations/{ExtensionAssociationId}");
908
- b.p("ExtensionAssociationId", () => input.ExtensionAssociationId, "{ExtensionAssociationId}", false);
909
- let body;
910
- body = JSON.stringify(smithyClient.take(input, {
911
- Parameters: (_) => smithyClient._json(_),
912
- }));
913
- b.m("PATCH").h(headers).b(body);
914
- return b.build();
915
- };
916
- const se_ValidateConfigurationCommand = async (input, context) => {
917
- const b = core.requestBuilder(input, context);
918
- const headers = {};
919
- b.bp("/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/validators");
920
- b.p("ApplicationId", () => input.ApplicationId, "{ApplicationId}", false);
921
- b.p("ConfigurationProfileId", () => input.ConfigurationProfileId, "{ConfigurationProfileId}", false);
922
- const query = smithyClient.map({
923
- [_cv]: [, smithyClient.expectNonNull(input[_CV], `ConfigurationVersion`)],
924
- });
925
- let body;
926
- b.m("POST").h(headers).q(query).b(body);
927
- return b.build();
928
- };
929
- const de_CreateApplicationCommand = async (output, context) => {
930
- if (output.statusCode !== 201 && output.statusCode >= 300) {
931
- return de_CommandError(output, context);
932
- }
933
- const contents = smithyClient.map({
934
- $metadata: deserializeMetadata(output),
935
- });
936
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
937
- const doc = smithyClient.take(data, {
938
- Description: smithyClient.expectString,
939
- Id: smithyClient.expectString,
940
- Name: smithyClient.expectString,
941
- });
942
- Object.assign(contents, doc);
943
- return contents;
944
- };
945
- const de_CreateConfigurationProfileCommand = async (output, context) => {
946
- if (output.statusCode !== 201 && output.statusCode >= 300) {
947
- return de_CommandError(output, context);
948
- }
949
- const contents = smithyClient.map({
950
- $metadata: deserializeMetadata(output),
951
- });
952
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
953
- const doc = smithyClient.take(data, {
954
- ApplicationId: smithyClient.expectString,
955
- Description: smithyClient.expectString,
956
- Id: smithyClient.expectString,
957
- KmsKeyArn: smithyClient.expectString,
958
- KmsKeyIdentifier: smithyClient.expectString,
959
- LocationUri: smithyClient.expectString,
960
- Name: smithyClient.expectString,
961
- RetrievalRoleArn: smithyClient.expectString,
962
- Type: smithyClient.expectString,
963
- Validators: smithyClient._json,
964
- });
965
- Object.assign(contents, doc);
966
- return contents;
967
- };
968
- const de_CreateDeploymentStrategyCommand = async (output, context) => {
969
- if (output.statusCode !== 201 && output.statusCode >= 300) {
970
- return de_CommandError(output, context);
971
- }
972
- const contents = smithyClient.map({
973
- $metadata: deserializeMetadata(output),
974
- });
975
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
976
- const doc = smithyClient.take(data, {
977
- DeploymentDurationInMinutes: smithyClient.expectInt32,
978
- Description: smithyClient.expectString,
979
- FinalBakeTimeInMinutes: smithyClient.expectInt32,
980
- GrowthFactor: smithyClient.limitedParseFloat32,
981
- GrowthType: smithyClient.expectString,
982
- Id: smithyClient.expectString,
983
- Name: smithyClient.expectString,
984
- ReplicateTo: smithyClient.expectString,
985
- });
986
- Object.assign(contents, doc);
987
- return contents;
988
- };
989
- const de_CreateEnvironmentCommand = async (output, context) => {
990
- if (output.statusCode !== 201 && output.statusCode >= 300) {
991
- return de_CommandError(output, context);
992
- }
993
- const contents = smithyClient.map({
994
- $metadata: deserializeMetadata(output),
995
- });
996
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
997
- const doc = smithyClient.take(data, {
998
- ApplicationId: smithyClient.expectString,
999
- Description: smithyClient.expectString,
1000
- Id: smithyClient.expectString,
1001
- Monitors: smithyClient._json,
1002
- Name: smithyClient.expectString,
1003
- State: smithyClient.expectString,
1004
- });
1005
- Object.assign(contents, doc);
1006
- return contents;
1007
- };
1008
- const de_CreateExtensionCommand = async (output, context) => {
1009
- if (output.statusCode !== 201 && output.statusCode >= 300) {
1010
- return de_CommandError(output, context);
1011
- }
1012
- const contents = smithyClient.map({
1013
- $metadata: deserializeMetadata(output),
1014
- });
1015
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1016
- const doc = smithyClient.take(data, {
1017
- Actions: smithyClient._json,
1018
- Arn: smithyClient.expectString,
1019
- Description: smithyClient.expectString,
1020
- Id: smithyClient.expectString,
1021
- Name: smithyClient.expectString,
1022
- Parameters: smithyClient._json,
1023
- VersionNumber: smithyClient.expectInt32,
1024
- });
1025
- Object.assign(contents, doc);
1026
- return contents;
1027
- };
1028
- const de_CreateExtensionAssociationCommand = async (output, context) => {
1029
- if (output.statusCode !== 201 && output.statusCode >= 300) {
1030
- return de_CommandError(output, context);
1031
- }
1032
- const contents = smithyClient.map({
1033
- $metadata: deserializeMetadata(output),
1034
- });
1035
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1036
- const doc = smithyClient.take(data, {
1037
- Arn: smithyClient.expectString,
1038
- ExtensionArn: smithyClient.expectString,
1039
- ExtensionVersionNumber: smithyClient.expectInt32,
1040
- Id: smithyClient.expectString,
1041
- Parameters: smithyClient._json,
1042
- ResourceArn: smithyClient.expectString,
1043
- });
1044
- Object.assign(contents, doc);
1045
- return contents;
1046
- };
1047
- const de_CreateHostedConfigurationVersionCommand = async (output, context) => {
1048
- if (output.statusCode !== 201 && output.statusCode >= 300) {
1049
- return de_CommandError(output, context);
1050
- }
1051
- const contents = smithyClient.map({
1052
- $metadata: deserializeMetadata(output),
1053
- [_AI]: [, output.headers[_ai]],
1054
- [_CPI]: [, output.headers[_cpi]],
1055
- [_VN]: [() => void 0 !== output.headers[_vn_], () => smithyClient.strictParseInt32(output.headers[_vn_])],
1056
- [_D]: [, output.headers[_d]],
1057
- [_CT]: [, output.headers[_ct]],
1058
- [_VL]: [, output.headers[_v]],
1059
- [_KKA]: [, output.headers[_k]],
1060
- });
1061
- const data = await smithyClient.collectBody(output.body, context);
1062
- contents.Content = data;
1063
- return contents;
1064
- };
1065
- const de_DeleteApplicationCommand = async (output, context) => {
1066
- if (output.statusCode !== 204 && output.statusCode >= 300) {
1067
- return de_CommandError(output, context);
1068
- }
1069
- const contents = smithyClient.map({
1070
- $metadata: deserializeMetadata(output),
1071
- });
1072
- await smithyClient.collectBody(output.body, context);
1073
- return contents;
1074
- };
1075
- const de_DeleteConfigurationProfileCommand = async (output, context) => {
1076
- if (output.statusCode !== 204 && output.statusCode >= 300) {
1077
- return de_CommandError(output, context);
1078
- }
1079
- const contents = smithyClient.map({
1080
- $metadata: deserializeMetadata(output),
1081
- });
1082
- await smithyClient.collectBody(output.body, context);
1083
- return contents;
1084
- };
1085
- const de_DeleteDeploymentStrategyCommand = async (output, context) => {
1086
- if (output.statusCode !== 204 && output.statusCode >= 300) {
1087
- return de_CommandError(output, context);
1088
- }
1089
- const contents = smithyClient.map({
1090
- $metadata: deserializeMetadata(output),
1091
- });
1092
- await smithyClient.collectBody(output.body, context);
1093
- return contents;
1094
- };
1095
- const de_DeleteEnvironmentCommand = async (output, context) => {
1096
- if (output.statusCode !== 204 && output.statusCode >= 300) {
1097
- return de_CommandError(output, context);
1098
- }
1099
- const contents = smithyClient.map({
1100
- $metadata: deserializeMetadata(output),
1101
- });
1102
- await smithyClient.collectBody(output.body, context);
1103
- return contents;
1104
- };
1105
- const de_DeleteExtensionCommand = async (output, context) => {
1106
- if (output.statusCode !== 204 && output.statusCode >= 300) {
1107
- return de_CommandError(output, context);
1108
- }
1109
- const contents = smithyClient.map({
1110
- $metadata: deserializeMetadata(output),
1111
- });
1112
- await smithyClient.collectBody(output.body, context);
1113
- return contents;
1114
- };
1115
- const de_DeleteExtensionAssociationCommand = async (output, context) => {
1116
- if (output.statusCode !== 204 && output.statusCode >= 300) {
1117
- return de_CommandError(output, context);
1118
- }
1119
- const contents = smithyClient.map({
1120
- $metadata: deserializeMetadata(output),
1121
- });
1122
- await smithyClient.collectBody(output.body, context);
1123
- return contents;
1124
- };
1125
- const de_DeleteHostedConfigurationVersionCommand = async (output, context) => {
1126
- if (output.statusCode !== 204 && output.statusCode >= 300) {
1127
- return de_CommandError(output, context);
1128
- }
1129
- const contents = smithyClient.map({
1130
- $metadata: deserializeMetadata(output),
1131
- });
1132
- await smithyClient.collectBody(output.body, context);
1133
- return contents;
1134
- };
1135
- const de_GetAccountSettingsCommand = async (output, context) => {
1136
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1137
- return de_CommandError(output, context);
1138
- }
1139
- const contents = smithyClient.map({
1140
- $metadata: deserializeMetadata(output),
1141
- });
1142
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1143
- const doc = smithyClient.take(data, {
1144
- DeletionProtection: smithyClient._json,
1145
- });
1146
- Object.assign(contents, doc);
1147
- return contents;
1148
- };
1149
- const de_GetApplicationCommand = async (output, context) => {
1150
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1151
- return de_CommandError(output, context);
1152
- }
1153
- const contents = smithyClient.map({
1154
- $metadata: deserializeMetadata(output),
1155
- });
1156
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1157
- const doc = smithyClient.take(data, {
1158
- Description: smithyClient.expectString,
1159
- Id: smithyClient.expectString,
1160
- Name: smithyClient.expectString,
1161
- });
1162
- Object.assign(contents, doc);
1163
- return contents;
1164
- };
1165
- const de_GetConfigurationCommand = async (output, context) => {
1166
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1167
- return de_CommandError(output, context);
1168
- }
1169
- const contents = smithyClient.map({
1170
- $metadata: deserializeMetadata(output),
1171
- [_CV]: [, output.headers[_cv_]],
1172
- [_CT]: [, output.headers[_ct]],
1173
- });
1174
- const data = await smithyClient.collectBody(output.body, context);
1175
- contents.Content = data;
1176
- return contents;
1177
- };
1178
- const de_GetConfigurationProfileCommand = async (output, context) => {
1179
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1180
- return de_CommandError(output, context);
1181
- }
1182
- const contents = smithyClient.map({
1183
- $metadata: deserializeMetadata(output),
1184
- });
1185
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1186
- const doc = smithyClient.take(data, {
1187
- ApplicationId: smithyClient.expectString,
1188
- Description: smithyClient.expectString,
1189
- Id: smithyClient.expectString,
1190
- KmsKeyArn: smithyClient.expectString,
1191
- KmsKeyIdentifier: smithyClient.expectString,
1192
- LocationUri: smithyClient.expectString,
1193
- Name: smithyClient.expectString,
1194
- RetrievalRoleArn: smithyClient.expectString,
1195
- Type: smithyClient.expectString,
1196
- Validators: smithyClient._json,
1197
- });
1198
- Object.assign(contents, doc);
1199
- return contents;
1200
- };
1201
- const de_GetDeploymentCommand = async (output, context) => {
1202
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1203
- return de_CommandError(output, context);
1204
- }
1205
- const contents = smithyClient.map({
1206
- $metadata: deserializeMetadata(output),
1207
- });
1208
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1209
- const doc = smithyClient.take(data, {
1210
- ApplicationId: smithyClient.expectString,
1211
- AppliedExtensions: smithyClient._json,
1212
- CompletedAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
1213
- ConfigurationLocationUri: smithyClient.expectString,
1214
- ConfigurationName: smithyClient.expectString,
1215
- ConfigurationProfileId: smithyClient.expectString,
1216
- ConfigurationVersion: smithyClient.expectString,
1217
- DeploymentDurationInMinutes: smithyClient.expectInt32,
1218
- DeploymentNumber: smithyClient.expectInt32,
1219
- DeploymentStrategyId: smithyClient.expectString,
1220
- Description: smithyClient.expectString,
1221
- EnvironmentId: smithyClient.expectString,
1222
- EventLog: (_) => de_DeploymentEvents(_),
1223
- FinalBakeTimeInMinutes: smithyClient.expectInt32,
1224
- GrowthFactor: smithyClient.limitedParseFloat32,
1225
- GrowthType: smithyClient.expectString,
1226
- KmsKeyArn: smithyClient.expectString,
1227
- KmsKeyIdentifier: smithyClient.expectString,
1228
- PercentageComplete: smithyClient.limitedParseFloat32,
1229
- StartedAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
1230
- State: smithyClient.expectString,
1231
- VersionLabel: smithyClient.expectString,
1232
- });
1233
- Object.assign(contents, doc);
1234
- return contents;
1235
- };
1236
- const de_GetDeploymentStrategyCommand = async (output, context) => {
1237
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1238
- return de_CommandError(output, context);
1239
- }
1240
- const contents = smithyClient.map({
1241
- $metadata: deserializeMetadata(output),
1242
- });
1243
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1244
- const doc = smithyClient.take(data, {
1245
- DeploymentDurationInMinutes: smithyClient.expectInt32,
1246
- Description: smithyClient.expectString,
1247
- FinalBakeTimeInMinutes: smithyClient.expectInt32,
1248
- GrowthFactor: smithyClient.limitedParseFloat32,
1249
- GrowthType: smithyClient.expectString,
1250
- Id: smithyClient.expectString,
1251
- Name: smithyClient.expectString,
1252
- ReplicateTo: smithyClient.expectString,
1253
- });
1254
- Object.assign(contents, doc);
1255
- return contents;
1256
- };
1257
- const de_GetEnvironmentCommand = async (output, context) => {
1258
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1259
- return de_CommandError(output, context);
1260
- }
1261
- const contents = smithyClient.map({
1262
- $metadata: deserializeMetadata(output),
1263
- });
1264
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1265
- const doc = smithyClient.take(data, {
1266
- ApplicationId: smithyClient.expectString,
1267
- Description: smithyClient.expectString,
1268
- Id: smithyClient.expectString,
1269
- Monitors: smithyClient._json,
1270
- Name: smithyClient.expectString,
1271
- State: smithyClient.expectString,
1272
- });
1273
- Object.assign(contents, doc);
1274
- return contents;
1275
- };
1276
- const de_GetExtensionCommand = async (output, context) => {
1277
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1278
- return de_CommandError(output, context);
1279
- }
1280
- const contents = smithyClient.map({
1281
- $metadata: deserializeMetadata(output),
1282
- });
1283
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1284
- const doc = smithyClient.take(data, {
1285
- Actions: smithyClient._json,
1286
- Arn: smithyClient.expectString,
1287
- Description: smithyClient.expectString,
1288
- Id: smithyClient.expectString,
1289
- Name: smithyClient.expectString,
1290
- Parameters: smithyClient._json,
1291
- VersionNumber: smithyClient.expectInt32,
1292
- });
1293
- Object.assign(contents, doc);
1294
- return contents;
1295
- };
1296
- const de_GetExtensionAssociationCommand = async (output, context) => {
1297
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1298
- return de_CommandError(output, context);
1299
- }
1300
- const contents = smithyClient.map({
1301
- $metadata: deserializeMetadata(output),
1302
- });
1303
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1304
- const doc = smithyClient.take(data, {
1305
- Arn: smithyClient.expectString,
1306
- ExtensionArn: smithyClient.expectString,
1307
- ExtensionVersionNumber: smithyClient.expectInt32,
1308
- Id: smithyClient.expectString,
1309
- Parameters: smithyClient._json,
1310
- ResourceArn: smithyClient.expectString,
1311
- });
1312
- Object.assign(contents, doc);
1313
- return contents;
1314
- };
1315
- const de_GetHostedConfigurationVersionCommand = async (output, context) => {
1316
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1317
- return de_CommandError(output, context);
1318
- }
1319
- const contents = smithyClient.map({
1320
- $metadata: deserializeMetadata(output),
1321
- [_AI]: [, output.headers[_ai]],
1322
- [_CPI]: [, output.headers[_cpi]],
1323
- [_VN]: [() => void 0 !== output.headers[_vn_], () => smithyClient.strictParseInt32(output.headers[_vn_])],
1324
- [_D]: [, output.headers[_d]],
1325
- [_CT]: [, output.headers[_ct]],
1326
- [_VL]: [, output.headers[_v]],
1327
- [_KKA]: [, output.headers[_k]],
1328
- });
1329
- const data = await smithyClient.collectBody(output.body, context);
1330
- contents.Content = data;
1331
- return contents;
1332
- };
1333
- const de_ListApplicationsCommand = async (output, context) => {
1334
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1335
- return de_CommandError(output, context);
1336
- }
1337
- const contents = smithyClient.map({
1338
- $metadata: deserializeMetadata(output),
1339
- });
1340
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1341
- const doc = smithyClient.take(data, {
1342
- Items: smithyClient._json,
1343
- NextToken: smithyClient.expectString,
1344
- });
1345
- Object.assign(contents, doc);
1346
- return contents;
1347
- };
1348
- const de_ListConfigurationProfilesCommand = async (output, context) => {
1349
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1350
- return de_CommandError(output, context);
1351
- }
1352
- const contents = smithyClient.map({
1353
- $metadata: deserializeMetadata(output),
1354
- });
1355
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1356
- const doc = smithyClient.take(data, {
1357
- Items: smithyClient._json,
1358
- NextToken: smithyClient.expectString,
1359
- });
1360
- Object.assign(contents, doc);
1361
- return contents;
1362
- };
1363
- const de_ListDeploymentsCommand = async (output, context) => {
1364
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1365
- return de_CommandError(output, context);
1366
- }
1367
- const contents = smithyClient.map({
1368
- $metadata: deserializeMetadata(output),
1369
- });
1370
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1371
- const doc = smithyClient.take(data, {
1372
- Items: (_) => de_DeploymentList(_),
1373
- NextToken: smithyClient.expectString,
1374
- });
1375
- Object.assign(contents, doc);
1376
- return contents;
1377
- };
1378
- const de_ListDeploymentStrategiesCommand = async (output, context) => {
1379
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1380
- return de_CommandError(output, context);
1381
- }
1382
- const contents = smithyClient.map({
1383
- $metadata: deserializeMetadata(output),
1384
- });
1385
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1386
- const doc = smithyClient.take(data, {
1387
- Items: (_) => de_DeploymentStrategyList(_),
1388
- NextToken: smithyClient.expectString,
1389
- });
1390
- Object.assign(contents, doc);
1391
- return contents;
1392
- };
1393
- const de_ListEnvironmentsCommand = async (output, context) => {
1394
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1395
- return de_CommandError(output, context);
1396
- }
1397
- const contents = smithyClient.map({
1398
- $metadata: deserializeMetadata(output),
1399
- });
1400
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1401
- const doc = smithyClient.take(data, {
1402
- Items: smithyClient._json,
1403
- NextToken: smithyClient.expectString,
1404
- });
1405
- Object.assign(contents, doc);
1406
- return contents;
1407
- };
1408
- const de_ListExtensionAssociationsCommand = async (output, context) => {
1409
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1410
- return de_CommandError(output, context);
1411
- }
1412
- const contents = smithyClient.map({
1413
- $metadata: deserializeMetadata(output),
1414
- });
1415
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1416
- const doc = smithyClient.take(data, {
1417
- Items: smithyClient._json,
1418
- NextToken: smithyClient.expectString,
1419
- });
1420
- Object.assign(contents, doc);
1421
- return contents;
1422
- };
1423
- const de_ListExtensionsCommand = async (output, context) => {
1424
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1425
- return de_CommandError(output, context);
1426
- }
1427
- const contents = smithyClient.map({
1428
- $metadata: deserializeMetadata(output),
1429
- });
1430
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1431
- const doc = smithyClient.take(data, {
1432
- Items: smithyClient._json,
1433
- NextToken: smithyClient.expectString,
1434
- });
1435
- Object.assign(contents, doc);
1436
- return contents;
1437
- };
1438
- const de_ListHostedConfigurationVersionsCommand = async (output, context) => {
1439
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1440
- return de_CommandError(output, context);
1441
- }
1442
- const contents = smithyClient.map({
1443
- $metadata: deserializeMetadata(output),
1444
- });
1445
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1446
- const doc = smithyClient.take(data, {
1447
- Items: smithyClient._json,
1448
- NextToken: smithyClient.expectString,
1449
- });
1450
- Object.assign(contents, doc);
1451
- return contents;
1452
- };
1453
- const de_ListTagsForResourceCommand = async (output, context) => {
1454
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1455
- return de_CommandError(output, context);
1456
- }
1457
- const contents = smithyClient.map({
1458
- $metadata: deserializeMetadata(output),
1459
- });
1460
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1461
- const doc = smithyClient.take(data, {
1462
- Tags: smithyClient._json,
1463
- });
1464
- Object.assign(contents, doc);
1465
- return contents;
1466
- };
1467
- const de_StartDeploymentCommand = async (output, context) => {
1468
- if (output.statusCode !== 201 && output.statusCode >= 300) {
1469
- return de_CommandError(output, context);
1470
- }
1471
- const contents = smithyClient.map({
1472
- $metadata: deserializeMetadata(output),
1473
- });
1474
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1475
- const doc = smithyClient.take(data, {
1476
- ApplicationId: smithyClient.expectString,
1477
- AppliedExtensions: smithyClient._json,
1478
- CompletedAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
1479
- ConfigurationLocationUri: smithyClient.expectString,
1480
- ConfigurationName: smithyClient.expectString,
1481
- ConfigurationProfileId: smithyClient.expectString,
1482
- ConfigurationVersion: smithyClient.expectString,
1483
- DeploymentDurationInMinutes: smithyClient.expectInt32,
1484
- DeploymentNumber: smithyClient.expectInt32,
1485
- DeploymentStrategyId: smithyClient.expectString,
1486
- Description: smithyClient.expectString,
1487
- EnvironmentId: smithyClient.expectString,
1488
- EventLog: (_) => de_DeploymentEvents(_),
1489
- FinalBakeTimeInMinutes: smithyClient.expectInt32,
1490
- GrowthFactor: smithyClient.limitedParseFloat32,
1491
- GrowthType: smithyClient.expectString,
1492
- KmsKeyArn: smithyClient.expectString,
1493
- KmsKeyIdentifier: smithyClient.expectString,
1494
- PercentageComplete: smithyClient.limitedParseFloat32,
1495
- StartedAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
1496
- State: smithyClient.expectString,
1497
- VersionLabel: smithyClient.expectString,
1498
- });
1499
- Object.assign(contents, doc);
1500
- return contents;
1501
- };
1502
- const de_StopDeploymentCommand = async (output, context) => {
1503
- if (output.statusCode !== 202 && output.statusCode >= 300) {
1504
- return de_CommandError(output, context);
1505
- }
1506
- const contents = smithyClient.map({
1507
- $metadata: deserializeMetadata(output),
1508
- });
1509
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1510
- const doc = smithyClient.take(data, {
1511
- ApplicationId: smithyClient.expectString,
1512
- AppliedExtensions: smithyClient._json,
1513
- CompletedAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
1514
- ConfigurationLocationUri: smithyClient.expectString,
1515
- ConfigurationName: smithyClient.expectString,
1516
- ConfigurationProfileId: smithyClient.expectString,
1517
- ConfigurationVersion: smithyClient.expectString,
1518
- DeploymentDurationInMinutes: smithyClient.expectInt32,
1519
- DeploymentNumber: smithyClient.expectInt32,
1520
- DeploymentStrategyId: smithyClient.expectString,
1521
- Description: smithyClient.expectString,
1522
- EnvironmentId: smithyClient.expectString,
1523
- EventLog: (_) => de_DeploymentEvents(_),
1524
- FinalBakeTimeInMinutes: smithyClient.expectInt32,
1525
- GrowthFactor: smithyClient.limitedParseFloat32,
1526
- GrowthType: smithyClient.expectString,
1527
- KmsKeyArn: smithyClient.expectString,
1528
- KmsKeyIdentifier: smithyClient.expectString,
1529
- PercentageComplete: smithyClient.limitedParseFloat32,
1530
- StartedAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
1531
- State: smithyClient.expectString,
1532
- VersionLabel: smithyClient.expectString,
1533
- });
1534
- Object.assign(contents, doc);
1535
- return contents;
1536
- };
1537
- const de_TagResourceCommand = async (output, context) => {
1538
- if (output.statusCode !== 204 && output.statusCode >= 300) {
1539
- return de_CommandError(output, context);
1540
- }
1541
- const contents = smithyClient.map({
1542
- $metadata: deserializeMetadata(output),
1543
- });
1544
- await smithyClient.collectBody(output.body, context);
1545
- return contents;
1546
- };
1547
- const de_UntagResourceCommand = async (output, context) => {
1548
- if (output.statusCode !== 204 && output.statusCode >= 300) {
1549
- return de_CommandError(output, context);
1550
- }
1551
- const contents = smithyClient.map({
1552
- $metadata: deserializeMetadata(output),
1553
- });
1554
- await smithyClient.collectBody(output.body, context);
1555
- return contents;
1556
- };
1557
- const de_UpdateAccountSettingsCommand = async (output, context) => {
1558
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1559
- return de_CommandError(output, context);
1560
- }
1561
- const contents = smithyClient.map({
1562
- $metadata: deserializeMetadata(output),
1563
- });
1564
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1565
- const doc = smithyClient.take(data, {
1566
- DeletionProtection: smithyClient._json,
1567
- });
1568
- Object.assign(contents, doc);
1569
- return contents;
1570
- };
1571
- const de_UpdateApplicationCommand = async (output, context) => {
1572
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1573
- return de_CommandError(output, context);
1574
- }
1575
- const contents = smithyClient.map({
1576
- $metadata: deserializeMetadata(output),
1577
- });
1578
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1579
- const doc = smithyClient.take(data, {
1580
- Description: smithyClient.expectString,
1581
- Id: smithyClient.expectString,
1582
- Name: smithyClient.expectString,
1583
- });
1584
- Object.assign(contents, doc);
1585
- return contents;
1586
- };
1587
- const de_UpdateConfigurationProfileCommand = async (output, context) => {
1588
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1589
- return de_CommandError(output, context);
1590
- }
1591
- const contents = smithyClient.map({
1592
- $metadata: deserializeMetadata(output),
1593
- });
1594
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1595
- const doc = smithyClient.take(data, {
1596
- ApplicationId: smithyClient.expectString,
1597
- Description: smithyClient.expectString,
1598
- Id: smithyClient.expectString,
1599
- KmsKeyArn: smithyClient.expectString,
1600
- KmsKeyIdentifier: smithyClient.expectString,
1601
- LocationUri: smithyClient.expectString,
1602
- Name: smithyClient.expectString,
1603
- RetrievalRoleArn: smithyClient.expectString,
1604
- Type: smithyClient.expectString,
1605
- Validators: smithyClient._json,
1606
- });
1607
- Object.assign(contents, doc);
1608
- return contents;
1609
- };
1610
- const de_UpdateDeploymentStrategyCommand = async (output, context) => {
1611
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1612
- return de_CommandError(output, context);
1613
- }
1614
- const contents = smithyClient.map({
1615
- $metadata: deserializeMetadata(output),
1616
- });
1617
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1618
- const doc = smithyClient.take(data, {
1619
- DeploymentDurationInMinutes: smithyClient.expectInt32,
1620
- Description: smithyClient.expectString,
1621
- FinalBakeTimeInMinutes: smithyClient.expectInt32,
1622
- GrowthFactor: smithyClient.limitedParseFloat32,
1623
- GrowthType: smithyClient.expectString,
1624
- Id: smithyClient.expectString,
1625
- Name: smithyClient.expectString,
1626
- ReplicateTo: smithyClient.expectString,
1627
- });
1628
- Object.assign(contents, doc);
1629
- return contents;
1630
- };
1631
- const de_UpdateEnvironmentCommand = async (output, context) => {
1632
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1633
- return de_CommandError(output, context);
1634
- }
1635
- const contents = smithyClient.map({
1636
- $metadata: deserializeMetadata(output),
1637
- });
1638
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1639
- const doc = smithyClient.take(data, {
1640
- ApplicationId: smithyClient.expectString,
1641
- Description: smithyClient.expectString,
1642
- Id: smithyClient.expectString,
1643
- Monitors: smithyClient._json,
1644
- Name: smithyClient.expectString,
1645
- State: smithyClient.expectString,
1646
- });
1647
- Object.assign(contents, doc);
1648
- return contents;
1649
- };
1650
- const de_UpdateExtensionCommand = async (output, context) => {
1651
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1652
- return de_CommandError(output, context);
1653
- }
1654
- const contents = smithyClient.map({
1655
- $metadata: deserializeMetadata(output),
1656
- });
1657
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1658
- const doc = smithyClient.take(data, {
1659
- Actions: smithyClient._json,
1660
- Arn: smithyClient.expectString,
1661
- Description: smithyClient.expectString,
1662
- Id: smithyClient.expectString,
1663
- Name: smithyClient.expectString,
1664
- Parameters: smithyClient._json,
1665
- VersionNumber: smithyClient.expectInt32,
1666
- });
1667
- Object.assign(contents, doc);
1668
- return contents;
1669
- };
1670
- const de_UpdateExtensionAssociationCommand = async (output, context) => {
1671
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1672
- return de_CommandError(output, context);
1673
- }
1674
- const contents = smithyClient.map({
1675
- $metadata: deserializeMetadata(output),
1676
- });
1677
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1678
- const doc = smithyClient.take(data, {
1679
- Arn: smithyClient.expectString,
1680
- ExtensionArn: smithyClient.expectString,
1681
- ExtensionVersionNumber: smithyClient.expectInt32,
1682
- Id: smithyClient.expectString,
1683
- Parameters: smithyClient._json,
1684
- ResourceArn: smithyClient.expectString,
1685
- });
1686
- Object.assign(contents, doc);
1687
- return contents;
1688
- };
1689
- const de_ValidateConfigurationCommand = async (output, context) => {
1690
- if (output.statusCode !== 204 && output.statusCode >= 300) {
1691
- return de_CommandError(output, context);
1692
- }
1693
- const contents = smithyClient.map({
1694
- $metadata: deserializeMetadata(output),
1695
- });
1696
- await smithyClient.collectBody(output.body, context);
1697
- return contents;
1698
- };
1699
- const de_CommandError = async (output, context) => {
1700
- const parsedOutput = {
1701
- ...output,
1702
- body: await core$1.parseJsonErrorBody(output.body, context),
1703
- };
1704
- const errorCode = core$1.loadRestJsonErrorCode(output, parsedOutput.body);
1705
- switch (errorCode) {
1706
- case "BadRequestException":
1707
- case "com.amazonaws.appconfig#BadRequestException":
1708
- throw await de_BadRequestExceptionRes(parsedOutput);
1709
- case "InternalServerException":
1710
- case "com.amazonaws.appconfig#InternalServerException":
1711
- throw await de_InternalServerExceptionRes(parsedOutput);
1712
- case "ServiceQuotaExceededException":
1713
- case "com.amazonaws.appconfig#ServiceQuotaExceededException":
1714
- throw await de_ServiceQuotaExceededExceptionRes(parsedOutput);
1715
- case "ResourceNotFoundException":
1716
- case "com.amazonaws.appconfig#ResourceNotFoundException":
1717
- throw await de_ResourceNotFoundExceptionRes(parsedOutput);
1718
- case "ConflictException":
1719
- case "com.amazonaws.appconfig#ConflictException":
1720
- throw await de_ConflictExceptionRes(parsedOutput);
1721
- case "PayloadTooLargeException":
1722
- case "com.amazonaws.appconfig#PayloadTooLargeException":
1723
- throw await de_PayloadTooLargeExceptionRes(parsedOutput);
1724
- default:
1725
- const parsedBody = parsedOutput.body;
1726
- return throwDefaultError({
1727
- output,
1728
- parsedBody,
1729
- errorCode,
1730
- });
1731
- }
1732
- };
1733
- const throwDefaultError = smithyClient.withBaseException(AppConfigServiceException);
1734
- const de_BadRequestExceptionRes = async (parsedOutput, context) => {
1735
- const contents = smithyClient.map({});
1736
- const data = parsedOutput.body;
1737
- const doc = smithyClient.take(data, {
1738
- Details: (_) => smithyClient._json(core$1.awsExpectUnion(_)),
1739
- Message: smithyClient.expectString,
1740
- Reason: smithyClient.expectString,
1741
- });
1742
- Object.assign(contents, doc);
1743
- const exception = new BadRequestException({
1744
- $metadata: deserializeMetadata(parsedOutput),
1745
- ...contents,
1746
- });
1747
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1748
- };
1749
- const de_ConflictExceptionRes = async (parsedOutput, context) => {
1750
- const contents = smithyClient.map({});
1751
- const data = parsedOutput.body;
1752
- const doc = smithyClient.take(data, {
1753
- Message: smithyClient.expectString,
1754
- });
1755
- Object.assign(contents, doc);
1756
- const exception = new ConflictException({
1757
- $metadata: deserializeMetadata(parsedOutput),
1758
- ...contents,
1759
- });
1760
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1761
- };
1762
- const de_InternalServerExceptionRes = async (parsedOutput, context) => {
1763
- const contents = smithyClient.map({});
1764
- const data = parsedOutput.body;
1765
- const doc = smithyClient.take(data, {
1766
- Message: smithyClient.expectString,
1767
- });
1768
- Object.assign(contents, doc);
1769
- const exception = new InternalServerException({
1770
- $metadata: deserializeMetadata(parsedOutput),
1771
- ...contents,
1772
- });
1773
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1774
- };
1775
- const de_PayloadTooLargeExceptionRes = async (parsedOutput, context) => {
1776
- const contents = smithyClient.map({});
1777
- const data = parsedOutput.body;
1778
- const doc = smithyClient.take(data, {
1779
- Limit: smithyClient.limitedParseFloat32,
1780
- Measure: smithyClient.expectString,
1781
- Message: smithyClient.expectString,
1782
- Size: smithyClient.limitedParseFloat32,
1783
- });
1784
- Object.assign(contents, doc);
1785
- const exception = new PayloadTooLargeException({
1786
- $metadata: deserializeMetadata(parsedOutput),
1787
- ...contents,
1788
- });
1789
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1790
- };
1791
- const de_ResourceNotFoundExceptionRes = async (parsedOutput, context) => {
1792
- const contents = smithyClient.map({});
1793
- const data = parsedOutput.body;
1794
- const doc = smithyClient.take(data, {
1795
- Message: smithyClient.expectString,
1796
- ResourceName: smithyClient.expectString,
1797
- });
1798
- Object.assign(contents, doc);
1799
- const exception = new ResourceNotFoundException({
1800
- $metadata: deserializeMetadata(parsedOutput),
1801
- ...contents,
1802
- });
1803
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1804
- };
1805
- const de_ServiceQuotaExceededExceptionRes = async (parsedOutput, context) => {
1806
- const contents = smithyClient.map({});
1807
- const data = parsedOutput.body;
1808
- const doc = smithyClient.take(data, {
1809
- Message: smithyClient.expectString,
1810
- });
1811
- Object.assign(contents, doc);
1812
- const exception = new ServiceQuotaExceededException({
1813
- $metadata: deserializeMetadata(parsedOutput),
1814
- ...contents,
1815
- });
1816
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1817
- };
1818
- const de_DeploymentEvent = (output, context) => {
1819
- return smithyClient.take(output, {
1820
- ActionInvocations: smithyClient._json,
1821
- Description: smithyClient.expectString,
1822
- EventType: smithyClient.expectString,
1823
- OccurredAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
1824
- TriggeredBy: smithyClient.expectString,
1825
- });
1826
- };
1827
- const de_DeploymentEvents = (output, context) => {
1828
- const retVal = (output || [])
1829
- .filter((e) => e != null)
1830
- .map((entry) => {
1831
- return de_DeploymentEvent(entry);
1832
- });
1833
- return retVal;
1834
- };
1835
- const de_DeploymentList = (output, context) => {
1836
- const retVal = (output || [])
1837
- .filter((e) => e != null)
1838
- .map((entry) => {
1839
- return de_DeploymentSummary(entry);
1840
- });
1841
- return retVal;
1842
- };
1843
- const de_DeploymentStrategy = (output, context) => {
1844
- return smithyClient.take(output, {
1845
- DeploymentDurationInMinutes: smithyClient.expectInt32,
1846
- Description: smithyClient.expectString,
1847
- FinalBakeTimeInMinutes: smithyClient.expectInt32,
1848
- GrowthFactor: smithyClient.limitedParseFloat32,
1849
- GrowthType: smithyClient.expectString,
1850
- Id: smithyClient.expectString,
1851
- Name: smithyClient.expectString,
1852
- ReplicateTo: smithyClient.expectString,
1853
- });
1854
- };
1855
- const de_DeploymentStrategyList = (output, context) => {
1856
- const retVal = (output || [])
1857
- .filter((e) => e != null)
1858
- .map((entry) => {
1859
- return de_DeploymentStrategy(entry);
1860
- });
1861
- return retVal;
1862
- };
1863
- const de_DeploymentSummary = (output, context) => {
1864
- return smithyClient.take(output, {
1865
- CompletedAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
1866
- ConfigurationName: smithyClient.expectString,
1867
- ConfigurationVersion: smithyClient.expectString,
1868
- DeploymentDurationInMinutes: smithyClient.expectInt32,
1869
- DeploymentNumber: smithyClient.expectInt32,
1870
- FinalBakeTimeInMinutes: smithyClient.expectInt32,
1871
- GrowthFactor: smithyClient.limitedParseFloat32,
1872
- GrowthType: smithyClient.expectString,
1873
- PercentageComplete: smithyClient.limitedParseFloat32,
1874
- StartedAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
1875
- State: smithyClient.expectString,
1876
- VersionLabel: smithyClient.expectString,
1877
- });
1878
- };
1879
- const deserializeMetadata = (output) => ({
1880
- httpStatusCode: output.statusCode,
1881
- requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
1882
- extendedRequestId: output.headers["x-amz-id-2"],
1883
- cfId: output.headers["x-amz-cf-id"],
1884
- });
1885
- const _AI = "ApplicationId";
290
+ const _A = "Action";
291
+ const _AA = "AlarmArn";
292
+ const _AE = "AppliedExtension";
293
+ const _AEp = "AppliedExtensions";
294
+ const _AI = "ActionInvocation";
295
+ const _AI_ = "Application-Id";
296
+ const _AIc = "ActionInvocations";
297
+ const _AIp = "ApplicationId";
298
+ const _AL = "ActionList";
299
+ const _ALp = "ApplicationList";
300
+ const _AM = "ActionsMap";
301
+ const _AN = "ActionName";
1886
302
  const _AR = "AllowRevert";
303
+ const _ARA = "AlarmRoleArn";
304
+ const _AR_ = "Allow-Revert";
305
+ const _AS = "AccountSettings";
306
+ const _Ac = "Actions";
307
+ const _Ap = "Application";
308
+ const _App = "Applications";
309
+ const _Ar = "Arn";
310
+ const _B = "Blob";
311
+ const _BRD = "BadRequestDetails";
312
+ const _BRE = "BadRequestException";
313
+ const _C = "Configuration";
314
+ const _CA = "CompletedAt";
315
+ const _CAR = "CreateApplicationRequest";
316
+ const _CAr = "CreateApplication";
317
+ const _CCP = "CreateConfigurationProfile";
318
+ const _CCPR = "CreateConfigurationProfileRequest";
1887
319
  const _CCV = "ClientConfigurationVersion";
320
+ const _CDS = "CreateDeploymentStrategy";
321
+ const _CDSR = "CreateDeploymentStrategyRequest";
322
+ const _CE = "ConflictException";
323
+ const _CEA = "CreateExtensionAssociation";
324
+ const _CEAR = "CreateExtensionAssociationRequest";
325
+ const _CER = "CreateEnvironmentRequest";
326
+ const _CERr = "CreateExtensionRequest";
327
+ const _CEr = "CreateEnvironment";
328
+ const _CEre = "CreateExtension";
329
+ const _CHCV = "CreateHostedConfigurationVersion";
330
+ const _CHCVR = "CreateHostedConfigurationVersionRequest";
1888
331
  const _CI = "ClientId";
332
+ const _CLU = "ConfigurationLocationUri";
333
+ const _CN = "ConfigurationName";
334
+ const _CP = "ConfigurationProfile";
1889
335
  const _CPI = "ConfigurationProfileId";
336
+ const _CPI_ = "Configuration-Profile-Id";
337
+ const _CPS = "ConfigurationProfileSummary";
338
+ const _CPSL = "ConfigurationProfileSummaryList";
339
+ const _CPo = "ConfigurationProfiles";
1890
340
  const _CT = "ContentType";
341
+ const _CT_ = "Content-Type";
1891
342
  const _CV = "ConfigurationVersion";
343
+ const _CV_ = "Configuration-Version";
344
+ const _Co = "Content";
345
+ const _Con = "Constraint";
1892
346
  const _D = "Description";
347
+ const _DA = "DeleteApplication";
348
+ const _DAR = "DeleteApplicationRequest";
349
+ const _DCP = "DeleteConfigurationProfile";
350
+ const _DCPR = "DeleteConfigurationProfileRequest";
351
+ const _DDIM = "DeploymentDurationInMinutes";
352
+ const _DDS = "DeleteDeploymentStrategy";
353
+ const _DDSR = "DeleteDeploymentStrategyRequest";
354
+ const _DE = "DeploymentEvent";
355
+ const _DEA = "DeleteExtensionAssociation";
356
+ const _DEAR = "DeleteExtensionAssociationRequest";
357
+ const _DEP = "DynamicExtensionParameters";
358
+ const _DER = "DeleteEnvironmentRequest";
359
+ const _DERe = "DeleteExtensionRequest";
360
+ const _DEe = "DeploymentEvents";
361
+ const _DEel = "DeleteEnvironment";
362
+ const _DEele = "DeleteExtension";
363
+ const _DHCV = "DeleteHostedConfigurationVersion";
364
+ const _DHCVR = "DeleteHostedConfigurationVersionRequest";
365
+ const _DL = "DeploymentList";
366
+ const _DN = "DeploymentNumber";
367
+ const _DP = "DeletionProtection";
1893
368
  const _DPC = "DeletionProtectionCheck";
369
+ const _DPM = "DynamicParameterMap";
370
+ const _DPS = "DeletionProtectionSettings";
371
+ const _DS = "DeploymentStrategies";
372
+ const _DSI = "DeploymentStrategyId";
373
+ const _DSL = "DeploymentStrategyList";
374
+ const _DSe = "DeploymentStrategy";
375
+ const _DSep = "DeploymentSummary";
376
+ const _De = "Details";
377
+ const _Dep = "Deployment";
378
+ const _Depl = "Deployments";
379
+ const _Dy = "Dynamic";
380
+ const _E = "Enabled";
381
+ const _EA = "ExtensionAssociation";
382
+ const _EAI = "ExtensionAssociationId";
383
+ const _EAS = "ExtensionAssociationSummary";
384
+ const _EASx = "ExtensionAssociationSummaries";
385
+ const _EAx = "ExtensionArn";
386
+ const _EAxt = "ExtensionAssociations";
387
+ const _EC = "ErrorCode";
1894
388
  const _EI = "ExtensionIdentifier";
389
+ const _EIn = "EnvironmentId";
390
+ const _EIx = "ExtensionId";
391
+ const _EL = "EventLog";
392
+ const _ELn = "EnvironmentList";
393
+ const _EM = "ErrorMessage";
394
+ const _ES = "ExtensionSummary";
395
+ const _ESx = "ExtensionSummaries";
396
+ const _ET = "EventType";
1895
397
  const _EVN = "ExtensionVersionNumber";
398
+ const _En = "Environment";
399
+ const _Env = "Environments";
400
+ const _Ex = "Extension";
401
+ const _Ext = "Extensions";
402
+ const _FBTIM = "FinalBakeTimeInMinutes";
403
+ const _GA = "GetApplication";
404
+ const _GAR = "GetApplicationRequest";
405
+ const _GAS = "GetAccountSettings";
406
+ const _GC = "GetConfiguration";
407
+ const _GCP = "GetConfigurationProfile";
408
+ const _GCPR = "GetConfigurationProfileRequest";
409
+ const _GCR = "GetConfigurationRequest";
410
+ const _GD = "GetDeployment";
411
+ const _GDR = "GetDeploymentRequest";
412
+ const _GDS = "GetDeploymentStrategy";
413
+ const _GDSR = "GetDeploymentStrategyRequest";
414
+ const _GE = "GetEnvironment";
415
+ const _GEA = "GetExtensionAssociation";
416
+ const _GEAR = "GetExtensionAssociationRequest";
417
+ const _GER = "GetEnvironmentRequest";
418
+ const _GERe = "GetExtensionRequest";
419
+ const _GEe = "GetExtension";
420
+ const _GF = "GrowthFactor";
421
+ const _GHCV = "GetHostedConfigurationVersion";
422
+ const _GHCVR = "GetHostedConfigurationVersionRequest";
423
+ const _GT = "GrowthType";
424
+ const _HCV = "HostedConfigurationVersion";
425
+ const _HCVS = "HostedConfigurationVersionSummary";
426
+ const _HCVSL = "HostedConfigurationVersionSummaryList";
427
+ const _HCVo = "HostedConfigurationVersions";
428
+ const _I = "Id";
429
+ const _IC = "InvalidConfiguration";
430
+ const _ICD = "InvalidConfigurationDetail";
431
+ const _ICDL = "InvalidConfigurationDetailList";
432
+ const _II = "InvocationId";
433
+ const _ISE = "InternalServerException";
434
+ const _It = "Items";
1896
435
  const _KKA = "KmsKeyArn";
436
+ const _KKI = "KmsKeyIdentifier";
437
+ const _L = "Location";
438
+ const _LA = "ListApplications";
439
+ const _LAR = "ListApplicationsRequest";
440
+ const _LCP = "ListConfigurationProfiles";
441
+ const _LCPR = "ListConfigurationProfilesRequest";
442
+ const _LD = "ListDeployments";
443
+ const _LDR = "ListDeploymentsRequest";
444
+ const _LDS = "ListDeploymentStrategies";
445
+ const _LDSR = "ListDeploymentStrategiesRequest";
446
+ const _LE = "ListEnvironments";
447
+ const _LEA = "ListExtensionAssociations";
448
+ const _LEAR = "ListExtensionAssociationsRequest";
449
+ const _LER = "ListEnvironmentsRequest";
450
+ const _LERi = "ListExtensionsRequest";
451
+ const _LEi = "ListExtensions";
452
+ const _LHCV = "ListHostedConfigurationVersions";
453
+ const _LHCVR = "ListHostedConfigurationVersionsRequest";
454
+ const _LTFR = "ListTagsForResource";
455
+ const _LTFRR = "ListTagsForResourceRequest";
456
+ const _LU = "LocationUri";
1897
457
  const _LVN = "LatestVersionNumber";
458
+ const _LVN_ = "Latest-Version-Number";
459
+ const _Li = "Limit";
460
+ const _M = "Message";
461
+ const _ML = "MonitorList";
1898
462
  const _MR = "MaxResults";
463
+ const _Me = "Measure";
464
+ const _Mo = "Monitors";
465
+ const _Mon = "Monitor";
1899
466
  const _N = "Name";
1900
467
  const _NT = "NextToken";
468
+ const _OA = "OccurredAt";
469
+ const _P = "Parameters";
470
+ const _PC = "PercentageComplete";
471
+ const _PM = "ParameterMap";
472
+ const _PPIM = "ProtectionPeriodInMinutes";
473
+ const _PTLE = "PayloadTooLargeException";
474
+ const _Pa = "Parameter";
475
+ const _R = "Reason";
476
+ const _RA = "RoleArn";
477
+ const _RAe = "ResourceArn";
1901
478
  const _RI = "ResourceIdentifier";
479
+ const _RN = "ResourceName";
480
+ const _RNFE = "ResourceNotFoundException";
481
+ const _RRA = "RetrievalRoleArn";
482
+ const _RT = "ReplicateTo";
483
+ const _RTe = "ResourceTags";
484
+ const _Re = "Required";
485
+ const _S = "State";
486
+ const _SA = "StartedAt";
487
+ const _SD = "StartDeployment";
488
+ const _SDR = "StartDeploymentRequest";
489
+ const _SDRt = "StopDeploymentRequest";
490
+ const _SDt = "StopDeployment";
491
+ const _SQEE = "ServiceQuotaExceededException";
492
+ const _SWLBA = "StringWithLengthBetween0And32768";
493
+ const _Si = "Size";
1902
494
  const _T = "Type";
495
+ const _TB = "TriggeredBy";
1903
496
  const _TK = "TagKeys";
497
+ const _TR = "TagResource";
498
+ const _TRR = "TagResourceRequest";
499
+ const _Ta = "Tags";
500
+ const _U = "Uri";
501
+ const _UA = "UpdateApplication";
502
+ const _UAR = "UpdateApplicationRequest";
503
+ const _UAS = "UpdateAccountSettings";
504
+ const _UASR = "UpdateAccountSettingsRequest";
505
+ const _UCP = "UpdateConfigurationProfile";
506
+ const _UCPR = "UpdateConfigurationProfileRequest";
507
+ const _UDS = "UpdateDeploymentStrategy";
508
+ const _UDSR = "UpdateDeploymentStrategyRequest";
509
+ const _UE = "UpdateEnvironment";
510
+ const _UEA = "UpdateExtensionAssociation";
511
+ const _UEAR = "UpdateExtensionAssociationRequest";
512
+ const _UER = "UpdateEnvironmentRequest";
513
+ const _UERp = "UpdateExtensionRequest";
514
+ const _UEp = "UpdateExtension";
515
+ const _UR = "UntagResource";
516
+ const _URR = "UntagResourceRequest";
517
+ const _V = "Validators";
518
+ const _VC = "ValidateConfiguration";
519
+ const _VCR = "ValidateConfigurationRequest";
1904
520
  const _VL = "VersionLabel";
521
+ const _VLa = "ValidatorList";
1905
522
  const _VN = "VersionNumber";
1906
- const _ai = "application-id";
1907
- const _ar = "allow-revert";
523
+ const _VN_ = "Version-Number";
524
+ const _VT = "ValidatorTypes";
525
+ const _Va = "Value";
526
+ const _Val = "Validator";
527
+ const _c = "client";
1908
528
  const _ccv = "client_configuration_version";
1909
529
  const _ci = "client_id";
1910
- const _cpi = "configuration-profile-id";
1911
- const _ct = "content-type";
1912
530
  const _cv = "configuration_version";
1913
- const _cv_ = "configuration-version";
1914
- const _d = "description";
531
+ const _e = "error";
1915
532
  const _ei = "extension_identifier";
1916
533
  const _evn = "extension_version_number";
1917
- const _k = "kmskeyarn";
1918
- const _lvn = "latest-version-number";
534
+ const _h = "http";
535
+ const _hE = "httpError";
536
+ const _hH = "httpHeader";
537
+ const _hQ = "httpQuery";
1919
538
  const _mr = "max_results";
1920
539
  const _n = "name";
1921
540
  const _nt = "next_token";
1922
541
  const _ri = "resource_identifier";
542
+ const _s = "server";
543
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.appconfig";
1923
544
  const _t = "type";
1924
545
  const _tK = "tagKeys";
1925
- const _v = "versionlabel";
1926
- const _ve = "version";
546
+ const _v = "version";
1927
547
  const _vl = "version_label";
1928
548
  const _vn = "version_number";
1929
- const _vn_ = "version-number";
1930
549
  const _xadpc = "x-amzn-deletion-protection-check";
550
+ const n0 = "com.amazonaws.appconfig";
551
+ var _Blob = [0, n0, _B, 8, 21];
552
+ var StringWithLengthBetween0And32768 = [0, n0, _SWLBA, 8, 0];
553
+ var AccountSettings = [3, n0, _AS, 0, [_DP], [() => DeletionProtectionSettings]];
554
+ var Action = [3, n0, _A, 0, [_N, _D, _U, _RA], [0, 0, 0, 0]];
555
+ var ActionInvocation = [
556
+ 3,
557
+ n0,
558
+ _AI,
559
+ 0,
560
+ [_EI, _AN, _U, _RA, _EM, _EC, _II],
561
+ [0, 0, 0, 0, 0, 0, 0],
562
+ ];
563
+ var Application = [3, n0, _Ap, 0, [_I, _N, _D], [0, 0, 0]];
564
+ var Applications = [3, n0, _App, 0, [_It, _NT], [() => ApplicationList, 0]];
565
+ var AppliedExtension = [3, n0, _AE, 0, [_EIx, _EAI, _VN, _P], [0, 0, 1, 128 | 0]];
566
+ var BadRequestException = [
567
+ -3,
568
+ n0,
569
+ _BRE,
570
+ {
571
+ [_e]: _c,
572
+ [_hE]: 400,
573
+ },
574
+ [_M, _R, _De],
575
+ [0, 0, () => BadRequestDetails],
576
+ ];
577
+ schema.TypeRegistry.for(n0).registerError(BadRequestException, BadRequestException$1);
578
+ var Configuration = [
579
+ 3,
580
+ n0,
581
+ _C,
582
+ 0,
583
+ [_Co, _CV, _CT],
584
+ [
585
+ [() => _Blob, 16],
586
+ [
587
+ 0,
588
+ {
589
+ [_hH]: _CV_,
590
+ },
591
+ ],
592
+ [
593
+ 0,
594
+ {
595
+ [_hH]: _CT_,
596
+ },
597
+ ],
598
+ ],
599
+ ];
600
+ var ConfigurationProfile = [
601
+ 3,
602
+ n0,
603
+ _CP,
604
+ 0,
605
+ [_AIp, _I, _N, _D, _LU, _RRA, _V, _T, _KKA, _KKI],
606
+ [0, 0, 0, 0, 0, 0, [() => ValidatorList, 0], 0, 0, 0],
607
+ ];
608
+ var ConfigurationProfiles = [
609
+ 3,
610
+ n0,
611
+ _CPo,
612
+ 0,
613
+ [_It, _NT],
614
+ [() => ConfigurationProfileSummaryList, 0],
615
+ ];
616
+ var ConfigurationProfileSummary = [
617
+ 3,
618
+ n0,
619
+ _CPS,
620
+ 0,
621
+ [_AIp, _I, _N, _LU, _VT, _T],
622
+ [0, 0, 0, 0, 64 | 0, 0],
623
+ ];
624
+ var ConflictException = [
625
+ -3,
626
+ n0,
627
+ _CE,
628
+ {
629
+ [_e]: _c,
630
+ [_hE]: 409,
631
+ },
632
+ [_M],
633
+ [0],
634
+ ];
635
+ schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
636
+ var CreateApplicationRequest = [3, n0, _CAR, 0, [_N, _D, _Ta], [0, 0, 128 | 0]];
637
+ var CreateConfigurationProfileRequest = [
638
+ 3,
639
+ n0,
640
+ _CCPR,
641
+ 0,
642
+ [_AIp, _N, _D, _LU, _RRA, _V, _Ta, _T, _KKI],
643
+ [[0, 1], 0, 0, 0, 0, [() => ValidatorList, 0], 128 | 0, 0, 0],
644
+ ];
645
+ var CreateDeploymentStrategyRequest = [
646
+ 3,
647
+ n0,
648
+ _CDSR,
649
+ 0,
650
+ [_N, _D, _DDIM, _FBTIM, _GF, _GT, _RT, _Ta],
651
+ [0, 0, 1, 1, 1, 0, 0, 128 | 0],
652
+ ];
653
+ var CreateEnvironmentRequest = [
654
+ 3,
655
+ n0,
656
+ _CER,
657
+ 0,
658
+ [_AIp, _N, _D, _Mo, _Ta],
659
+ [[0, 1], 0, 0, () => MonitorList, 128 | 0],
660
+ ];
661
+ var CreateExtensionAssociationRequest = [
662
+ 3,
663
+ n0,
664
+ _CEAR,
665
+ 0,
666
+ [_EI, _EVN, _RI, _P, _Ta],
667
+ [0, 1, 0, 128 | 0, 128 | 0],
668
+ ];
669
+ var CreateExtensionRequest = [
670
+ 3,
671
+ n0,
672
+ _CERr,
673
+ 0,
674
+ [_N, _D, _Ac, _P, _Ta, _LVN],
675
+ [
676
+ 0,
677
+ 0,
678
+ () => ActionsMap,
679
+ () => ParameterMap,
680
+ 128 | 0,
681
+ [
682
+ 1,
683
+ {
684
+ [_hH]: _LVN_,
685
+ },
686
+ ],
687
+ ],
688
+ ];
689
+ var CreateHostedConfigurationVersionRequest = [
690
+ 3,
691
+ n0,
692
+ _CHCVR,
693
+ 0,
694
+ [_AIp, _CPI, _D, _Co, _CT, _LVN, _VL],
695
+ [
696
+ [0, 1],
697
+ [0, 1],
698
+ [
699
+ 0,
700
+ {
701
+ [_hH]: _D,
702
+ },
703
+ ],
704
+ [() => _Blob, 16],
705
+ [
706
+ 0,
707
+ {
708
+ [_hH]: _CT_,
709
+ },
710
+ ],
711
+ [
712
+ 1,
713
+ {
714
+ [_hH]: _LVN_,
715
+ },
716
+ ],
717
+ [
718
+ 0,
719
+ {
720
+ [_hH]: _VL,
721
+ },
722
+ ],
723
+ ],
724
+ ];
725
+ var DeleteApplicationRequest = [3, n0, _DAR, 0, [_AIp], [[0, 1]]];
726
+ var DeleteConfigurationProfileRequest = [
727
+ 3,
728
+ n0,
729
+ _DCPR,
730
+ 0,
731
+ [_AIp, _CPI, _DPC],
732
+ [
733
+ [0, 1],
734
+ [0, 1],
735
+ [
736
+ 0,
737
+ {
738
+ [_hH]: _xadpc,
739
+ },
740
+ ],
741
+ ],
742
+ ];
743
+ var DeleteDeploymentStrategyRequest = [3, n0, _DDSR, 0, [_DSI], [[0, 1]]];
744
+ var DeleteEnvironmentRequest = [
745
+ 3,
746
+ n0,
747
+ _DER,
748
+ 0,
749
+ [_EIn, _AIp, _DPC],
750
+ [
751
+ [0, 1],
752
+ [0, 1],
753
+ [
754
+ 0,
755
+ {
756
+ [_hH]: _xadpc,
757
+ },
758
+ ],
759
+ ],
760
+ ];
761
+ var DeleteExtensionAssociationRequest = [3, n0, _DEAR, 0, [_EAI], [[0, 1]]];
762
+ var DeleteExtensionRequest = [
763
+ 3,
764
+ n0,
765
+ _DERe,
766
+ 0,
767
+ [_EI, _VN],
768
+ [
769
+ [0, 1],
770
+ [
771
+ 1,
772
+ {
773
+ [_hQ]: _v,
774
+ },
775
+ ],
776
+ ],
777
+ ];
778
+ var DeleteHostedConfigurationVersionRequest = [
779
+ 3,
780
+ n0,
781
+ _DHCVR,
782
+ 0,
783
+ [_AIp, _CPI, _VN],
784
+ [
785
+ [0, 1],
786
+ [0, 1],
787
+ [1, 1],
788
+ ],
789
+ ];
790
+ var DeletionProtectionSettings = [3, n0, _DPS, 0, [_E, _PPIM], [2, 1]];
791
+ var Deployment = [
792
+ 3,
793
+ n0,
794
+ _Dep,
795
+ 0,
796
+ [
797
+ _AIp,
798
+ _EIn,
799
+ _DSI,
800
+ _CPI,
801
+ _DN,
802
+ _CN,
803
+ _CLU,
804
+ _CV,
805
+ _D,
806
+ _DDIM,
807
+ _GT,
808
+ _GF,
809
+ _FBTIM,
810
+ _S,
811
+ _EL,
812
+ _PC,
813
+ _SA,
814
+ _CA,
815
+ _AEp,
816
+ _KKA,
817
+ _KKI,
818
+ _VL,
819
+ ],
820
+ [0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, () => DeploymentEvents, 1, 5, 5, () => AppliedExtensions, 0, 0, 0],
821
+ ];
822
+ var DeploymentEvent = [
823
+ 3,
824
+ n0,
825
+ _DE,
826
+ 0,
827
+ [_ET, _TB, _D, _AIc, _OA],
828
+ [0, 0, 0, () => ActionInvocations, 5],
829
+ ];
830
+ var Deployments = [3, n0, _Depl, 0, [_It, _NT], [() => DeploymentList, 0]];
831
+ var DeploymentStrategies = [3, n0, _DS, 0, [_It, _NT], [() => DeploymentStrategyList, 0]];
832
+ var DeploymentStrategy = [
833
+ 3,
834
+ n0,
835
+ _DSe,
836
+ 0,
837
+ [_I, _N, _D, _DDIM, _GT, _GF, _FBTIM, _RT],
838
+ [0, 0, 0, 1, 0, 1, 1, 0],
839
+ ];
840
+ var DeploymentSummary = [
841
+ 3,
842
+ n0,
843
+ _DSep,
844
+ 0,
845
+ [_DN, _CN, _CV, _DDIM, _GT, _GF, _FBTIM, _S, _PC, _SA, _CA, _VL],
846
+ [1, 0, 0, 1, 0, 1, 1, 0, 1, 5, 5, 0],
847
+ ];
848
+ var Environment = [
849
+ 3,
850
+ n0,
851
+ _En,
852
+ 0,
853
+ [_AIp, _I, _N, _D, _S, _Mo],
854
+ [0, 0, 0, 0, 0, () => MonitorList],
855
+ ];
856
+ var Environments = [3, n0, _Env, 0, [_It, _NT], [() => EnvironmentList, 0]];
857
+ var Extension = [
858
+ 3,
859
+ n0,
860
+ _Ex,
861
+ 0,
862
+ [_I, _N, _VN, _Ar, _D, _Ac, _P],
863
+ [0, 0, 1, 0, 0, () => ActionsMap, () => ParameterMap],
864
+ ];
865
+ var ExtensionAssociation = [
866
+ 3,
867
+ n0,
868
+ _EA,
869
+ 0,
870
+ [_I, _EAx, _RAe, _Ar, _P, _EVN],
871
+ [0, 0, 0, 0, 128 | 0, 1],
872
+ ];
873
+ var ExtensionAssociations = [
874
+ 3,
875
+ n0,
876
+ _EAxt,
877
+ 0,
878
+ [_It, _NT],
879
+ [() => ExtensionAssociationSummaries, 0],
880
+ ];
881
+ var ExtensionAssociationSummary = [3, n0, _EAS, 0, [_I, _EAx, _RAe], [0, 0, 0]];
882
+ var Extensions = [3, n0, _Ext, 0, [_It, _NT], [() => ExtensionSummaries, 0]];
883
+ var ExtensionSummary = [3, n0, _ES, 0, [_I, _N, _VN, _Ar, _D], [0, 0, 1, 0, 0]];
884
+ var GetApplicationRequest = [3, n0, _GAR, 0, [_AIp], [[0, 1]]];
885
+ var GetConfigurationProfileRequest = [
886
+ 3,
887
+ n0,
888
+ _GCPR,
889
+ 0,
890
+ [_AIp, _CPI],
891
+ [
892
+ [0, 1],
893
+ [0, 1],
894
+ ],
895
+ ];
896
+ var GetConfigurationRequest = [
897
+ 3,
898
+ n0,
899
+ _GCR,
900
+ 0,
901
+ [_Ap, _En, _C, _CI, _CCV],
902
+ [
903
+ [0, 1],
904
+ [0, 1],
905
+ [0, 1],
906
+ [
907
+ 0,
908
+ {
909
+ [_hQ]: _ci,
910
+ },
911
+ ],
912
+ [
913
+ 0,
914
+ {
915
+ [_hQ]: _ccv,
916
+ },
917
+ ],
918
+ ],
919
+ ];
920
+ var GetDeploymentRequest = [
921
+ 3,
922
+ n0,
923
+ _GDR,
924
+ 0,
925
+ [_AIp, _EIn, _DN],
926
+ [
927
+ [0, 1],
928
+ [0, 1],
929
+ [1, 1],
930
+ ],
931
+ ];
932
+ var GetDeploymentStrategyRequest = [3, n0, _GDSR, 0, [_DSI], [[0, 1]]];
933
+ var GetEnvironmentRequest = [
934
+ 3,
935
+ n0,
936
+ _GER,
937
+ 0,
938
+ [_AIp, _EIn],
939
+ [
940
+ [0, 1],
941
+ [0, 1],
942
+ ],
943
+ ];
944
+ var GetExtensionAssociationRequest = [3, n0, _GEAR, 0, [_EAI], [[0, 1]]];
945
+ var GetExtensionRequest = [
946
+ 3,
947
+ n0,
948
+ _GERe,
949
+ 0,
950
+ [_EI, _VN],
951
+ [
952
+ [0, 1],
953
+ [
954
+ 1,
955
+ {
956
+ [_hQ]: _vn,
957
+ },
958
+ ],
959
+ ],
960
+ ];
961
+ var GetHostedConfigurationVersionRequest = [
962
+ 3,
963
+ n0,
964
+ _GHCVR,
965
+ 0,
966
+ [_AIp, _CPI, _VN],
967
+ [
968
+ [0, 1],
969
+ [0, 1],
970
+ [1, 1],
971
+ ],
972
+ ];
973
+ var HostedConfigurationVersion = [
974
+ 3,
975
+ n0,
976
+ _HCV,
977
+ 0,
978
+ [_AIp, _CPI, _VN, _D, _Co, _CT, _VL, _KKA],
979
+ [
980
+ [
981
+ 0,
982
+ {
983
+ [_hH]: _AI_,
984
+ },
985
+ ],
986
+ [
987
+ 0,
988
+ {
989
+ [_hH]: _CPI_,
990
+ },
991
+ ],
992
+ [
993
+ 1,
994
+ {
995
+ [_hH]: _VN_,
996
+ },
997
+ ],
998
+ [
999
+ 0,
1000
+ {
1001
+ [_hH]: _D,
1002
+ },
1003
+ ],
1004
+ [() => _Blob, 16],
1005
+ [
1006
+ 0,
1007
+ {
1008
+ [_hH]: _CT_,
1009
+ },
1010
+ ],
1011
+ [
1012
+ 0,
1013
+ {
1014
+ [_hH]: _VL,
1015
+ },
1016
+ ],
1017
+ [
1018
+ 0,
1019
+ {
1020
+ [_hH]: _KKA,
1021
+ },
1022
+ ],
1023
+ ],
1024
+ ];
1025
+ var HostedConfigurationVersions = [
1026
+ 3,
1027
+ n0,
1028
+ _HCVo,
1029
+ 0,
1030
+ [_It, _NT],
1031
+ [() => HostedConfigurationVersionSummaryList, 0],
1032
+ ];
1033
+ var HostedConfigurationVersionSummary = [
1034
+ 3,
1035
+ n0,
1036
+ _HCVS,
1037
+ 0,
1038
+ [_AIp, _CPI, _VN, _D, _CT, _VL, _KKA],
1039
+ [0, 0, 1, 0, 0, 0, 0],
1040
+ ];
1041
+ var InternalServerException = [
1042
+ -3,
1043
+ n0,
1044
+ _ISE,
1045
+ {
1046
+ [_e]: _s,
1047
+ [_hE]: 500,
1048
+ },
1049
+ [_M],
1050
+ [0],
1051
+ ];
1052
+ schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
1053
+ var InvalidConfigurationDetail = [
1054
+ 3,
1055
+ n0,
1056
+ _ICD,
1057
+ 0,
1058
+ [_Con, _L, _R, _T, _Va],
1059
+ [0, 0, 0, 0, 0],
1060
+ ];
1061
+ var ListApplicationsRequest = [
1062
+ 3,
1063
+ n0,
1064
+ _LAR,
1065
+ 0,
1066
+ [_MR, _NT],
1067
+ [
1068
+ [
1069
+ 1,
1070
+ {
1071
+ [_hQ]: _mr,
1072
+ },
1073
+ ],
1074
+ [
1075
+ 0,
1076
+ {
1077
+ [_hQ]: _nt,
1078
+ },
1079
+ ],
1080
+ ],
1081
+ ];
1082
+ var ListConfigurationProfilesRequest = [
1083
+ 3,
1084
+ n0,
1085
+ _LCPR,
1086
+ 0,
1087
+ [_AIp, _MR, _NT, _T],
1088
+ [
1089
+ [0, 1],
1090
+ [
1091
+ 1,
1092
+ {
1093
+ [_hQ]: _mr,
1094
+ },
1095
+ ],
1096
+ [
1097
+ 0,
1098
+ {
1099
+ [_hQ]: _nt,
1100
+ },
1101
+ ],
1102
+ [
1103
+ 0,
1104
+ {
1105
+ [_hQ]: _t,
1106
+ },
1107
+ ],
1108
+ ],
1109
+ ];
1110
+ var ListDeploymentsRequest = [
1111
+ 3,
1112
+ n0,
1113
+ _LDR,
1114
+ 0,
1115
+ [_AIp, _EIn, _MR, _NT],
1116
+ [
1117
+ [0, 1],
1118
+ [0, 1],
1119
+ [
1120
+ 1,
1121
+ {
1122
+ [_hQ]: _mr,
1123
+ },
1124
+ ],
1125
+ [
1126
+ 0,
1127
+ {
1128
+ [_hQ]: _nt,
1129
+ },
1130
+ ],
1131
+ ],
1132
+ ];
1133
+ var ListDeploymentStrategiesRequest = [
1134
+ 3,
1135
+ n0,
1136
+ _LDSR,
1137
+ 0,
1138
+ [_MR, _NT],
1139
+ [
1140
+ [
1141
+ 1,
1142
+ {
1143
+ [_hQ]: _mr,
1144
+ },
1145
+ ],
1146
+ [
1147
+ 0,
1148
+ {
1149
+ [_hQ]: _nt,
1150
+ },
1151
+ ],
1152
+ ],
1153
+ ];
1154
+ var ListEnvironmentsRequest = [
1155
+ 3,
1156
+ n0,
1157
+ _LER,
1158
+ 0,
1159
+ [_AIp, _MR, _NT],
1160
+ [
1161
+ [0, 1],
1162
+ [
1163
+ 1,
1164
+ {
1165
+ [_hQ]: _mr,
1166
+ },
1167
+ ],
1168
+ [
1169
+ 0,
1170
+ {
1171
+ [_hQ]: _nt,
1172
+ },
1173
+ ],
1174
+ ],
1175
+ ];
1176
+ var ListExtensionAssociationsRequest = [
1177
+ 3,
1178
+ n0,
1179
+ _LEAR,
1180
+ 0,
1181
+ [_RI, _EI, _EVN, _MR, _NT],
1182
+ [
1183
+ [
1184
+ 0,
1185
+ {
1186
+ [_hQ]: _ri,
1187
+ },
1188
+ ],
1189
+ [
1190
+ 0,
1191
+ {
1192
+ [_hQ]: _ei,
1193
+ },
1194
+ ],
1195
+ [
1196
+ 1,
1197
+ {
1198
+ [_hQ]: _evn,
1199
+ },
1200
+ ],
1201
+ [
1202
+ 1,
1203
+ {
1204
+ [_hQ]: _mr,
1205
+ },
1206
+ ],
1207
+ [
1208
+ 0,
1209
+ {
1210
+ [_hQ]: _nt,
1211
+ },
1212
+ ],
1213
+ ],
1214
+ ];
1215
+ var ListExtensionsRequest = [
1216
+ 3,
1217
+ n0,
1218
+ _LERi,
1219
+ 0,
1220
+ [_MR, _NT, _N],
1221
+ [
1222
+ [
1223
+ 1,
1224
+ {
1225
+ [_hQ]: _mr,
1226
+ },
1227
+ ],
1228
+ [
1229
+ 0,
1230
+ {
1231
+ [_hQ]: _nt,
1232
+ },
1233
+ ],
1234
+ [
1235
+ 0,
1236
+ {
1237
+ [_hQ]: _n,
1238
+ },
1239
+ ],
1240
+ ],
1241
+ ];
1242
+ var ListHostedConfigurationVersionsRequest = [
1243
+ 3,
1244
+ n0,
1245
+ _LHCVR,
1246
+ 0,
1247
+ [_AIp, _CPI, _MR, _NT, _VL],
1248
+ [
1249
+ [0, 1],
1250
+ [0, 1],
1251
+ [
1252
+ 1,
1253
+ {
1254
+ [_hQ]: _mr,
1255
+ },
1256
+ ],
1257
+ [
1258
+ 0,
1259
+ {
1260
+ [_hQ]: _nt,
1261
+ },
1262
+ ],
1263
+ [
1264
+ 0,
1265
+ {
1266
+ [_hQ]: _vl,
1267
+ },
1268
+ ],
1269
+ ],
1270
+ ];
1271
+ var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RAe], [[0, 1]]];
1272
+ var Monitor = [3, n0, _Mon, 0, [_AA, _ARA], [0, 0]];
1273
+ var Parameter = [3, n0, _Pa, 0, [_D, _Re, _Dy], [0, 2, 2]];
1274
+ var PayloadTooLargeException = [
1275
+ -3,
1276
+ n0,
1277
+ _PTLE,
1278
+ {
1279
+ [_e]: _c,
1280
+ [_hE]: 413,
1281
+ },
1282
+ [_M, _Me, _Li, _Si],
1283
+ [0, 0, 1, 1],
1284
+ ];
1285
+ schema.TypeRegistry.for(n0).registerError(PayloadTooLargeException, PayloadTooLargeException$1);
1286
+ var ResourceNotFoundException = [
1287
+ -3,
1288
+ n0,
1289
+ _RNFE,
1290
+ {
1291
+ [_e]: _c,
1292
+ [_hE]: 404,
1293
+ },
1294
+ [_M, _RN],
1295
+ [0, 0],
1296
+ ];
1297
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1298
+ var ResourceTags = [3, n0, _RTe, 0, [_Ta], [128 | 0]];
1299
+ var ServiceQuotaExceededException = [
1300
+ -3,
1301
+ n0,
1302
+ _SQEE,
1303
+ {
1304
+ [_e]: _c,
1305
+ [_hE]: 402,
1306
+ },
1307
+ [_M],
1308
+ [0],
1309
+ ];
1310
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
1311
+ var StartDeploymentRequest = [
1312
+ 3,
1313
+ n0,
1314
+ _SDR,
1315
+ 0,
1316
+ [_AIp, _EIn, _DSI, _CPI, _CV, _D, _Ta, _KKI, _DEP],
1317
+ [[0, 1], [0, 1], 0, 0, 0, 0, 128 | 0, 0, [() => DynamicParameterMap, 0]],
1318
+ ];
1319
+ var StopDeploymentRequest = [
1320
+ 3,
1321
+ n0,
1322
+ _SDRt,
1323
+ 0,
1324
+ [_AIp, _EIn, _DN, _AR],
1325
+ [
1326
+ [0, 1],
1327
+ [0, 1],
1328
+ [1, 1],
1329
+ [
1330
+ 2,
1331
+ {
1332
+ [_hH]: _AR_,
1333
+ },
1334
+ ],
1335
+ ],
1336
+ ];
1337
+ var TagResourceRequest = [3, n0, _TRR, 0, [_RAe, _Ta], [[0, 1], 128 | 0]];
1338
+ var UntagResourceRequest = [
1339
+ 3,
1340
+ n0,
1341
+ _URR,
1342
+ 0,
1343
+ [_RAe, _TK],
1344
+ [
1345
+ [0, 1],
1346
+ [
1347
+ 64 | 0,
1348
+ {
1349
+ [_hQ]: _tK,
1350
+ },
1351
+ ],
1352
+ ],
1353
+ ];
1354
+ var UpdateAccountSettingsRequest = [
1355
+ 3,
1356
+ n0,
1357
+ _UASR,
1358
+ 0,
1359
+ [_DP],
1360
+ [() => DeletionProtectionSettings],
1361
+ ];
1362
+ var UpdateApplicationRequest = [3, n0, _UAR, 0, [_AIp, _N, _D], [[0, 1], 0, 0]];
1363
+ var UpdateConfigurationProfileRequest = [
1364
+ 3,
1365
+ n0,
1366
+ _UCPR,
1367
+ 0,
1368
+ [_AIp, _CPI, _N, _D, _RRA, _V, _KKI],
1369
+ [[0, 1], [0, 1], 0, 0, 0, [() => ValidatorList, 0], 0],
1370
+ ];
1371
+ var UpdateDeploymentStrategyRequest = [
1372
+ 3,
1373
+ n0,
1374
+ _UDSR,
1375
+ 0,
1376
+ [_DSI, _D, _DDIM, _FBTIM, _GF, _GT],
1377
+ [[0, 1], 0, 1, 1, 1, 0],
1378
+ ];
1379
+ var UpdateEnvironmentRequest = [
1380
+ 3,
1381
+ n0,
1382
+ _UER,
1383
+ 0,
1384
+ [_AIp, _EIn, _N, _D, _Mo],
1385
+ [[0, 1], [0, 1], 0, 0, () => MonitorList],
1386
+ ];
1387
+ var UpdateExtensionAssociationRequest = [3, n0, _UEAR, 0, [_EAI, _P], [[0, 1], 128 | 0]];
1388
+ var UpdateExtensionRequest = [
1389
+ 3,
1390
+ n0,
1391
+ _UERp,
1392
+ 0,
1393
+ [_EI, _D, _Ac, _P, _VN],
1394
+ [[0, 1], 0, () => ActionsMap, () => ParameterMap, 1],
1395
+ ];
1396
+ var ValidateConfigurationRequest = [
1397
+ 3,
1398
+ n0,
1399
+ _VCR,
1400
+ 0,
1401
+ [_AIp, _CPI, _CV],
1402
+ [
1403
+ [0, 1],
1404
+ [0, 1],
1405
+ [
1406
+ 0,
1407
+ {
1408
+ [_hQ]: _cv,
1409
+ },
1410
+ ],
1411
+ ],
1412
+ ];
1413
+ var Validator = [
1414
+ 3,
1415
+ n0,
1416
+ _Val,
1417
+ 0,
1418
+ [_T, _Co],
1419
+ [0, [() => StringWithLengthBetween0And32768, 0]],
1420
+ ];
1421
+ var __Unit = "unit";
1422
+ var AppConfigServiceException = [-3, _sm, "AppConfigServiceException", 0, [], []];
1423
+ schema.TypeRegistry.for(_sm).registerError(AppConfigServiceException, AppConfigServiceException$1);
1424
+ var ActionInvocations = [1, n0, _AIc, 0, () => ActionInvocation];
1425
+ var ActionList = [1, n0, _AL, 0, () => Action];
1426
+ var ApplicationList = [1, n0, _ALp, 0, () => Application];
1427
+ var AppliedExtensions = [1, n0, _AEp, 0, () => AppliedExtension];
1428
+ var ConfigurationProfileSummaryList = [1, n0, _CPSL, 0, () => ConfigurationProfileSummary];
1429
+ var DeploymentEvents = [1, n0, _DEe, 0, () => DeploymentEvent];
1430
+ var DeploymentList = [1, n0, _DL, 0, () => DeploymentSummary];
1431
+ var DeploymentStrategyList = [1, n0, _DSL, 0, () => DeploymentStrategy];
1432
+ var EnvironmentList = [1, n0, _ELn, 0, () => Environment];
1433
+ var ExtensionAssociationSummaries = [1, n0, _EASx, 0, () => ExtensionAssociationSummary];
1434
+ var ExtensionSummaries = [1, n0, _ESx, 0, () => ExtensionSummary];
1435
+ var HostedConfigurationVersionSummaryList = [
1436
+ 1,
1437
+ n0,
1438
+ _HCVSL,
1439
+ 0,
1440
+ () => HostedConfigurationVersionSummary,
1441
+ ];
1442
+ var InvalidConfigurationDetailList = [1, n0, _ICDL, 0, () => InvalidConfigurationDetail];
1443
+ var MonitorList = [1, n0, _ML, 0, () => Monitor];
1444
+ var ValidatorList = [1, n0, _VLa, 0, [() => Validator, 0]];
1445
+ var ActionsMap = [2, n0, _AM, 0, 0, () => ActionList];
1446
+ var DynamicParameterMap = [2, n0, _DPM, 8, 0, 0];
1447
+ var ParameterMap = [2, n0, _PM, 0, 0, () => Parameter];
1448
+ var BadRequestDetails = [3, n0, _BRD, 0, [_IC], [() => InvalidConfigurationDetailList]];
1449
+ var CreateApplication = [
1450
+ 9,
1451
+ n0,
1452
+ _CAr,
1453
+ {
1454
+ [_h]: ["POST", "/applications", 201],
1455
+ },
1456
+ () => CreateApplicationRequest,
1457
+ () => Application,
1458
+ ];
1459
+ var CreateConfigurationProfile = [
1460
+ 9,
1461
+ n0,
1462
+ _CCP,
1463
+ {
1464
+ [_h]: ["POST", "/applications/{ApplicationId}/configurationprofiles", 201],
1465
+ },
1466
+ () => CreateConfigurationProfileRequest,
1467
+ () => ConfigurationProfile,
1468
+ ];
1469
+ var CreateDeploymentStrategy = [
1470
+ 9,
1471
+ n0,
1472
+ _CDS,
1473
+ {
1474
+ [_h]: ["POST", "/deploymentstrategies", 201],
1475
+ },
1476
+ () => CreateDeploymentStrategyRequest,
1477
+ () => DeploymentStrategy,
1478
+ ];
1479
+ var CreateEnvironment = [
1480
+ 9,
1481
+ n0,
1482
+ _CEr,
1483
+ {
1484
+ [_h]: ["POST", "/applications/{ApplicationId}/environments", 201],
1485
+ },
1486
+ () => CreateEnvironmentRequest,
1487
+ () => Environment,
1488
+ ];
1489
+ var CreateExtension = [
1490
+ 9,
1491
+ n0,
1492
+ _CEre,
1493
+ {
1494
+ [_h]: ["POST", "/extensions", 201],
1495
+ },
1496
+ () => CreateExtensionRequest,
1497
+ () => Extension,
1498
+ ];
1499
+ var CreateExtensionAssociation = [
1500
+ 9,
1501
+ n0,
1502
+ _CEA,
1503
+ {
1504
+ [_h]: ["POST", "/extensionassociations", 201],
1505
+ },
1506
+ () => CreateExtensionAssociationRequest,
1507
+ () => ExtensionAssociation,
1508
+ ];
1509
+ var CreateHostedConfigurationVersion = [
1510
+ 9,
1511
+ n0,
1512
+ _CHCV,
1513
+ {
1514
+ [_h]: [
1515
+ "POST",
1516
+ "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions",
1517
+ 201,
1518
+ ],
1519
+ },
1520
+ () => CreateHostedConfigurationVersionRequest,
1521
+ () => HostedConfigurationVersion,
1522
+ ];
1523
+ var DeleteApplication = [
1524
+ 9,
1525
+ n0,
1526
+ _DA,
1527
+ {
1528
+ [_h]: ["DELETE", "/applications/{ApplicationId}", 204],
1529
+ },
1530
+ () => DeleteApplicationRequest,
1531
+ () => __Unit,
1532
+ ];
1533
+ var DeleteConfigurationProfile = [
1534
+ 9,
1535
+ n0,
1536
+ _DCP,
1537
+ {
1538
+ [_h]: ["DELETE", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}", 204],
1539
+ },
1540
+ () => DeleteConfigurationProfileRequest,
1541
+ () => __Unit,
1542
+ ];
1543
+ var DeleteDeploymentStrategy = [
1544
+ 9,
1545
+ n0,
1546
+ _DDS,
1547
+ {
1548
+ [_h]: ["DELETE", "/deployementstrategies/{DeploymentStrategyId}", 204],
1549
+ },
1550
+ () => DeleteDeploymentStrategyRequest,
1551
+ () => __Unit,
1552
+ ];
1553
+ var DeleteEnvironment = [
1554
+ 9,
1555
+ n0,
1556
+ _DEel,
1557
+ {
1558
+ [_h]: ["DELETE", "/applications/{ApplicationId}/environments/{EnvironmentId}", 204],
1559
+ },
1560
+ () => DeleteEnvironmentRequest,
1561
+ () => __Unit,
1562
+ ];
1563
+ var DeleteExtension = [
1564
+ 9,
1565
+ n0,
1566
+ _DEele,
1567
+ {
1568
+ [_h]: ["DELETE", "/extensions/{ExtensionIdentifier}", 204],
1569
+ },
1570
+ () => DeleteExtensionRequest,
1571
+ () => __Unit,
1572
+ ];
1573
+ var DeleteExtensionAssociation = [
1574
+ 9,
1575
+ n0,
1576
+ _DEA,
1577
+ {
1578
+ [_h]: ["DELETE", "/extensionassociations/{ExtensionAssociationId}", 204],
1579
+ },
1580
+ () => DeleteExtensionAssociationRequest,
1581
+ () => __Unit,
1582
+ ];
1583
+ var DeleteHostedConfigurationVersion = [
1584
+ 9,
1585
+ n0,
1586
+ _DHCV,
1587
+ {
1588
+ [_h]: [
1589
+ "DELETE",
1590
+ "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions/{VersionNumber}",
1591
+ 204,
1592
+ ],
1593
+ },
1594
+ () => DeleteHostedConfigurationVersionRequest,
1595
+ () => __Unit,
1596
+ ];
1597
+ var GetAccountSettings = [
1598
+ 9,
1599
+ n0,
1600
+ _GAS,
1601
+ {
1602
+ [_h]: ["GET", "/settings", 200],
1603
+ },
1604
+ () => __Unit,
1605
+ () => AccountSettings,
1606
+ ];
1607
+ var GetApplication = [
1608
+ 9,
1609
+ n0,
1610
+ _GA,
1611
+ {
1612
+ [_h]: ["GET", "/applications/{ApplicationId}", 200],
1613
+ },
1614
+ () => GetApplicationRequest,
1615
+ () => Application,
1616
+ ];
1617
+ var GetConfiguration = [
1618
+ 9,
1619
+ n0,
1620
+ _GC,
1621
+ {
1622
+ [_h]: ["GET", "/applications/{Application}/environments/{Environment}/configurations/{Configuration}", 200],
1623
+ },
1624
+ () => GetConfigurationRequest,
1625
+ () => Configuration,
1626
+ ];
1627
+ var GetConfigurationProfile = [
1628
+ 9,
1629
+ n0,
1630
+ _GCP,
1631
+ {
1632
+ [_h]: ["GET", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}", 200],
1633
+ },
1634
+ () => GetConfigurationProfileRequest,
1635
+ () => ConfigurationProfile,
1636
+ ];
1637
+ var GetDeployment = [
1638
+ 9,
1639
+ n0,
1640
+ _GD,
1641
+ {
1642
+ [_h]: ["GET", "/applications/{ApplicationId}/environments/{EnvironmentId}/deployments/{DeploymentNumber}", 200],
1643
+ },
1644
+ () => GetDeploymentRequest,
1645
+ () => Deployment,
1646
+ ];
1647
+ var GetDeploymentStrategy = [
1648
+ 9,
1649
+ n0,
1650
+ _GDS,
1651
+ {
1652
+ [_h]: ["GET", "/deploymentstrategies/{DeploymentStrategyId}", 200],
1653
+ },
1654
+ () => GetDeploymentStrategyRequest,
1655
+ () => DeploymentStrategy,
1656
+ ];
1657
+ var GetEnvironment = [
1658
+ 9,
1659
+ n0,
1660
+ _GE,
1661
+ {
1662
+ [_h]: ["GET", "/applications/{ApplicationId}/environments/{EnvironmentId}", 200],
1663
+ },
1664
+ () => GetEnvironmentRequest,
1665
+ () => Environment,
1666
+ ];
1667
+ var GetExtension = [
1668
+ 9,
1669
+ n0,
1670
+ _GEe,
1671
+ {
1672
+ [_h]: ["GET", "/extensions/{ExtensionIdentifier}", 200],
1673
+ },
1674
+ () => GetExtensionRequest,
1675
+ () => Extension,
1676
+ ];
1677
+ var GetExtensionAssociation = [
1678
+ 9,
1679
+ n0,
1680
+ _GEA,
1681
+ {
1682
+ [_h]: ["GET", "/extensionassociations/{ExtensionAssociationId}", 200],
1683
+ },
1684
+ () => GetExtensionAssociationRequest,
1685
+ () => ExtensionAssociation,
1686
+ ];
1687
+ var GetHostedConfigurationVersion = [
1688
+ 9,
1689
+ n0,
1690
+ _GHCV,
1691
+ {
1692
+ [_h]: [
1693
+ "GET",
1694
+ "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions/{VersionNumber}",
1695
+ 200,
1696
+ ],
1697
+ },
1698
+ () => GetHostedConfigurationVersionRequest,
1699
+ () => HostedConfigurationVersion,
1700
+ ];
1701
+ var ListApplications = [
1702
+ 9,
1703
+ n0,
1704
+ _LA,
1705
+ {
1706
+ [_h]: ["GET", "/applications", 200],
1707
+ },
1708
+ () => ListApplicationsRequest,
1709
+ () => Applications,
1710
+ ];
1711
+ var ListConfigurationProfiles = [
1712
+ 9,
1713
+ n0,
1714
+ _LCP,
1715
+ {
1716
+ [_h]: ["GET", "/applications/{ApplicationId}/configurationprofiles", 200],
1717
+ },
1718
+ () => ListConfigurationProfilesRequest,
1719
+ () => ConfigurationProfiles,
1720
+ ];
1721
+ var ListDeployments = [
1722
+ 9,
1723
+ n0,
1724
+ _LD,
1725
+ {
1726
+ [_h]: ["GET", "/applications/{ApplicationId}/environments/{EnvironmentId}/deployments", 200],
1727
+ },
1728
+ () => ListDeploymentsRequest,
1729
+ () => Deployments,
1730
+ ];
1731
+ var ListDeploymentStrategies = [
1732
+ 9,
1733
+ n0,
1734
+ _LDS,
1735
+ {
1736
+ [_h]: ["GET", "/deploymentstrategies", 200],
1737
+ },
1738
+ () => ListDeploymentStrategiesRequest,
1739
+ () => DeploymentStrategies,
1740
+ ];
1741
+ var ListEnvironments = [
1742
+ 9,
1743
+ n0,
1744
+ _LE,
1745
+ {
1746
+ [_h]: ["GET", "/applications/{ApplicationId}/environments", 200],
1747
+ },
1748
+ () => ListEnvironmentsRequest,
1749
+ () => Environments,
1750
+ ];
1751
+ var ListExtensionAssociations = [
1752
+ 9,
1753
+ n0,
1754
+ _LEA,
1755
+ {
1756
+ [_h]: ["GET", "/extensionassociations", 200],
1757
+ },
1758
+ () => ListExtensionAssociationsRequest,
1759
+ () => ExtensionAssociations,
1760
+ ];
1761
+ var ListExtensions = [
1762
+ 9,
1763
+ n0,
1764
+ _LEi,
1765
+ {
1766
+ [_h]: ["GET", "/extensions", 200],
1767
+ },
1768
+ () => ListExtensionsRequest,
1769
+ () => Extensions,
1770
+ ];
1771
+ var ListHostedConfigurationVersions = [
1772
+ 9,
1773
+ n0,
1774
+ _LHCV,
1775
+ {
1776
+ [_h]: [
1777
+ "GET",
1778
+ "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/hostedconfigurationversions",
1779
+ 200,
1780
+ ],
1781
+ },
1782
+ () => ListHostedConfigurationVersionsRequest,
1783
+ () => HostedConfigurationVersions,
1784
+ ];
1785
+ var ListTagsForResource = [
1786
+ 9,
1787
+ n0,
1788
+ _LTFR,
1789
+ {
1790
+ [_h]: ["GET", "/tags/{ResourceArn}", 200],
1791
+ },
1792
+ () => ListTagsForResourceRequest,
1793
+ () => ResourceTags,
1794
+ ];
1795
+ var StartDeployment = [
1796
+ 9,
1797
+ n0,
1798
+ _SD,
1799
+ {
1800
+ [_h]: ["POST", "/applications/{ApplicationId}/environments/{EnvironmentId}/deployments", 201],
1801
+ },
1802
+ () => StartDeploymentRequest,
1803
+ () => Deployment,
1804
+ ];
1805
+ var StopDeployment = [
1806
+ 9,
1807
+ n0,
1808
+ _SDt,
1809
+ {
1810
+ [_h]: ["DELETE", "/applications/{ApplicationId}/environments/{EnvironmentId}/deployments/{DeploymentNumber}", 202],
1811
+ },
1812
+ () => StopDeploymentRequest,
1813
+ () => Deployment,
1814
+ ];
1815
+ var TagResource = [
1816
+ 9,
1817
+ n0,
1818
+ _TR,
1819
+ {
1820
+ [_h]: ["POST", "/tags/{ResourceArn}", 204],
1821
+ },
1822
+ () => TagResourceRequest,
1823
+ () => __Unit,
1824
+ ];
1825
+ var UntagResource = [
1826
+ 9,
1827
+ n0,
1828
+ _UR,
1829
+ {
1830
+ [_h]: ["DELETE", "/tags/{ResourceArn}", 204],
1831
+ },
1832
+ () => UntagResourceRequest,
1833
+ () => __Unit,
1834
+ ];
1835
+ var UpdateAccountSettings = [
1836
+ 9,
1837
+ n0,
1838
+ _UAS,
1839
+ {
1840
+ [_h]: ["PATCH", "/settings", 200],
1841
+ },
1842
+ () => UpdateAccountSettingsRequest,
1843
+ () => AccountSettings,
1844
+ ];
1845
+ var UpdateApplication = [
1846
+ 9,
1847
+ n0,
1848
+ _UA,
1849
+ {
1850
+ [_h]: ["PATCH", "/applications/{ApplicationId}", 200],
1851
+ },
1852
+ () => UpdateApplicationRequest,
1853
+ () => Application,
1854
+ ];
1855
+ var UpdateConfigurationProfile = [
1856
+ 9,
1857
+ n0,
1858
+ _UCP,
1859
+ {
1860
+ [_h]: ["PATCH", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}", 200],
1861
+ },
1862
+ () => UpdateConfigurationProfileRequest,
1863
+ () => ConfigurationProfile,
1864
+ ];
1865
+ var UpdateDeploymentStrategy = [
1866
+ 9,
1867
+ n0,
1868
+ _UDS,
1869
+ {
1870
+ [_h]: ["PATCH", "/deploymentstrategies/{DeploymentStrategyId}", 200],
1871
+ },
1872
+ () => UpdateDeploymentStrategyRequest,
1873
+ () => DeploymentStrategy,
1874
+ ];
1875
+ var UpdateEnvironment = [
1876
+ 9,
1877
+ n0,
1878
+ _UE,
1879
+ {
1880
+ [_h]: ["PATCH", "/applications/{ApplicationId}/environments/{EnvironmentId}", 200],
1881
+ },
1882
+ () => UpdateEnvironmentRequest,
1883
+ () => Environment,
1884
+ ];
1885
+ var UpdateExtension = [
1886
+ 9,
1887
+ n0,
1888
+ _UEp,
1889
+ {
1890
+ [_h]: ["PATCH", "/extensions/{ExtensionIdentifier}", 200],
1891
+ },
1892
+ () => UpdateExtensionRequest,
1893
+ () => Extension,
1894
+ ];
1895
+ var UpdateExtensionAssociation = [
1896
+ 9,
1897
+ n0,
1898
+ _UEA,
1899
+ {
1900
+ [_h]: ["PATCH", "/extensionassociations/{ExtensionAssociationId}", 200],
1901
+ },
1902
+ () => UpdateExtensionAssociationRequest,
1903
+ () => ExtensionAssociation,
1904
+ ];
1905
+ var ValidateConfiguration = [
1906
+ 9,
1907
+ n0,
1908
+ _VC,
1909
+ {
1910
+ [_h]: ["POST", "/applications/{ApplicationId}/configurationprofiles/{ConfigurationProfileId}/validators", 204],
1911
+ },
1912
+ () => ValidateConfigurationRequest,
1913
+ () => __Unit,
1914
+ ];
1931
1915
 
1932
1916
  class CreateApplicationCommand extends smithyClient.Command
1933
1917
  .classBuilder()
1934
1918
  .ep(commonParams)
1935
1919
  .m(function (Command, cs, config, o) {
1936
- return [
1937
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1938
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1939
- ];
1920
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1940
1921
  })
1941
1922
  .s("AmazonAppConfig", "CreateApplication", {})
1942
1923
  .n("AppConfigClient", "CreateApplicationCommand")
1943
- .f(void 0, void 0)
1944
- .ser(se_CreateApplicationCommand)
1945
- .de(de_CreateApplicationCommand)
1924
+ .sc(CreateApplication)
1946
1925
  .build() {
1947
1926
  }
1948
1927
 
@@ -1950,16 +1929,11 @@ class CreateConfigurationProfileCommand extends smithyClient.Command
1950
1929
  .classBuilder()
1951
1930
  .ep(commonParams)
1952
1931
  .m(function (Command, cs, config, o) {
1953
- return [
1954
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1955
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1956
- ];
1932
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1957
1933
  })
1958
1934
  .s("AmazonAppConfig", "CreateConfigurationProfile", {})
1959
1935
  .n("AppConfigClient", "CreateConfigurationProfileCommand")
1960
- .f(CreateConfigurationProfileRequestFilterSensitiveLog, ConfigurationProfileFilterSensitiveLog)
1961
- .ser(se_CreateConfigurationProfileCommand)
1962
- .de(de_CreateConfigurationProfileCommand)
1936
+ .sc(CreateConfigurationProfile)
1963
1937
  .build() {
1964
1938
  }
1965
1939
 
@@ -1967,16 +1941,11 @@ class CreateDeploymentStrategyCommand extends smithyClient.Command
1967
1941
  .classBuilder()
1968
1942
  .ep(commonParams)
1969
1943
  .m(function (Command, cs, config, o) {
1970
- return [
1971
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1972
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1973
- ];
1944
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1974
1945
  })
1975
1946
  .s("AmazonAppConfig", "CreateDeploymentStrategy", {})
1976
1947
  .n("AppConfigClient", "CreateDeploymentStrategyCommand")
1977
- .f(void 0, void 0)
1978
- .ser(se_CreateDeploymentStrategyCommand)
1979
- .de(de_CreateDeploymentStrategyCommand)
1948
+ .sc(CreateDeploymentStrategy)
1980
1949
  .build() {
1981
1950
  }
1982
1951
 
@@ -1984,16 +1953,11 @@ class CreateEnvironmentCommand extends smithyClient.Command
1984
1953
  .classBuilder()
1985
1954
  .ep(commonParams)
1986
1955
  .m(function (Command, cs, config, o) {
1987
- return [
1988
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1989
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1990
- ];
1956
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1991
1957
  })
1992
1958
  .s("AmazonAppConfig", "CreateEnvironment", {})
1993
1959
  .n("AppConfigClient", "CreateEnvironmentCommand")
1994
- .f(void 0, void 0)
1995
- .ser(se_CreateEnvironmentCommand)
1996
- .de(de_CreateEnvironmentCommand)
1960
+ .sc(CreateEnvironment)
1997
1961
  .build() {
1998
1962
  }
1999
1963
 
@@ -2001,16 +1965,11 @@ class CreateExtensionAssociationCommand extends smithyClient.Command
2001
1965
  .classBuilder()
2002
1966
  .ep(commonParams)
2003
1967
  .m(function (Command, cs, config, o) {
2004
- return [
2005
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2006
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2007
- ];
1968
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2008
1969
  })
2009
1970
  .s("AmazonAppConfig", "CreateExtensionAssociation", {})
2010
1971
  .n("AppConfigClient", "CreateExtensionAssociationCommand")
2011
- .f(void 0, void 0)
2012
- .ser(se_CreateExtensionAssociationCommand)
2013
- .de(de_CreateExtensionAssociationCommand)
1972
+ .sc(CreateExtensionAssociation)
2014
1973
  .build() {
2015
1974
  }
2016
1975
 
@@ -2018,16 +1977,11 @@ class CreateExtensionCommand extends smithyClient.Command
2018
1977
  .classBuilder()
2019
1978
  .ep(commonParams)
2020
1979
  .m(function (Command, cs, config, o) {
2021
- return [
2022
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2023
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2024
- ];
1980
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2025
1981
  })
2026
1982
  .s("AmazonAppConfig", "CreateExtension", {})
2027
1983
  .n("AppConfigClient", "CreateExtensionCommand")
2028
- .f(void 0, void 0)
2029
- .ser(se_CreateExtensionCommand)
2030
- .de(de_CreateExtensionCommand)
1984
+ .sc(CreateExtension)
2031
1985
  .build() {
2032
1986
  }
2033
1987
 
@@ -2035,16 +1989,11 @@ class CreateHostedConfigurationVersionCommand extends smithyClient.Command
2035
1989
  .classBuilder()
2036
1990
  .ep(commonParams)
2037
1991
  .m(function (Command, cs, config, o) {
2038
- return [
2039
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2040
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2041
- ];
1992
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2042
1993
  })
2043
1994
  .s("AmazonAppConfig", "CreateHostedConfigurationVersion", {})
2044
1995
  .n("AppConfigClient", "CreateHostedConfigurationVersionCommand")
2045
- .f(CreateHostedConfigurationVersionRequestFilterSensitiveLog, HostedConfigurationVersionFilterSensitiveLog)
2046
- .ser(se_CreateHostedConfigurationVersionCommand)
2047
- .de(de_CreateHostedConfigurationVersionCommand)
1996
+ .sc(CreateHostedConfigurationVersion)
2048
1997
  .build() {
2049
1998
  }
2050
1999
 
@@ -2052,16 +2001,11 @@ class DeleteApplicationCommand extends smithyClient.Command
2052
2001
  .classBuilder()
2053
2002
  .ep(commonParams)
2054
2003
  .m(function (Command, cs, config, o) {
2055
- return [
2056
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2057
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2058
- ];
2004
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2059
2005
  })
2060
2006
  .s("AmazonAppConfig", "DeleteApplication", {})
2061
2007
  .n("AppConfigClient", "DeleteApplicationCommand")
2062
- .f(void 0, void 0)
2063
- .ser(se_DeleteApplicationCommand)
2064
- .de(de_DeleteApplicationCommand)
2008
+ .sc(DeleteApplication)
2065
2009
  .build() {
2066
2010
  }
2067
2011
 
@@ -2069,16 +2013,11 @@ class DeleteConfigurationProfileCommand extends smithyClient.Command
2069
2013
  .classBuilder()
2070
2014
  .ep(commonParams)
2071
2015
  .m(function (Command, cs, config, o) {
2072
- return [
2073
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2074
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2075
- ];
2016
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2076
2017
  })
2077
2018
  .s("AmazonAppConfig", "DeleteConfigurationProfile", {})
2078
2019
  .n("AppConfigClient", "DeleteConfigurationProfileCommand")
2079
- .f(void 0, void 0)
2080
- .ser(se_DeleteConfigurationProfileCommand)
2081
- .de(de_DeleteConfigurationProfileCommand)
2020
+ .sc(DeleteConfigurationProfile)
2082
2021
  .build() {
2083
2022
  }
2084
2023
 
@@ -2086,16 +2025,11 @@ class DeleteDeploymentStrategyCommand extends smithyClient.Command
2086
2025
  .classBuilder()
2087
2026
  .ep(commonParams)
2088
2027
  .m(function (Command, cs, config, o) {
2089
- return [
2090
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2091
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2092
- ];
2028
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2093
2029
  })
2094
2030
  .s("AmazonAppConfig", "DeleteDeploymentStrategy", {})
2095
2031
  .n("AppConfigClient", "DeleteDeploymentStrategyCommand")
2096
- .f(void 0, void 0)
2097
- .ser(se_DeleteDeploymentStrategyCommand)
2098
- .de(de_DeleteDeploymentStrategyCommand)
2032
+ .sc(DeleteDeploymentStrategy)
2099
2033
  .build() {
2100
2034
  }
2101
2035
 
@@ -2103,16 +2037,11 @@ class DeleteEnvironmentCommand extends smithyClient.Command
2103
2037
  .classBuilder()
2104
2038
  .ep(commonParams)
2105
2039
  .m(function (Command, cs, config, o) {
2106
- return [
2107
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2108
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2109
- ];
2040
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2110
2041
  })
2111
2042
  .s("AmazonAppConfig", "DeleteEnvironment", {})
2112
2043
  .n("AppConfigClient", "DeleteEnvironmentCommand")
2113
- .f(void 0, void 0)
2114
- .ser(se_DeleteEnvironmentCommand)
2115
- .de(de_DeleteEnvironmentCommand)
2044
+ .sc(DeleteEnvironment)
2116
2045
  .build() {
2117
2046
  }
2118
2047
 
@@ -2120,16 +2049,11 @@ class DeleteExtensionAssociationCommand extends smithyClient.Command
2120
2049
  .classBuilder()
2121
2050
  .ep(commonParams)
2122
2051
  .m(function (Command, cs, config, o) {
2123
- return [
2124
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2125
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2126
- ];
2052
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2127
2053
  })
2128
2054
  .s("AmazonAppConfig", "DeleteExtensionAssociation", {})
2129
2055
  .n("AppConfigClient", "DeleteExtensionAssociationCommand")
2130
- .f(void 0, void 0)
2131
- .ser(se_DeleteExtensionAssociationCommand)
2132
- .de(de_DeleteExtensionAssociationCommand)
2056
+ .sc(DeleteExtensionAssociation)
2133
2057
  .build() {
2134
2058
  }
2135
2059
 
@@ -2137,16 +2061,11 @@ class DeleteExtensionCommand extends smithyClient.Command
2137
2061
  .classBuilder()
2138
2062
  .ep(commonParams)
2139
2063
  .m(function (Command, cs, config, o) {
2140
- return [
2141
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2142
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2143
- ];
2064
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2144
2065
  })
2145
2066
  .s("AmazonAppConfig", "DeleteExtension", {})
2146
2067
  .n("AppConfigClient", "DeleteExtensionCommand")
2147
- .f(void 0, void 0)
2148
- .ser(se_DeleteExtensionCommand)
2149
- .de(de_DeleteExtensionCommand)
2068
+ .sc(DeleteExtension)
2150
2069
  .build() {
2151
2070
  }
2152
2071
 
@@ -2154,16 +2073,11 @@ class DeleteHostedConfigurationVersionCommand extends smithyClient.Command
2154
2073
  .classBuilder()
2155
2074
  .ep(commonParams)
2156
2075
  .m(function (Command, cs, config, o) {
2157
- return [
2158
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2159
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2160
- ];
2076
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2161
2077
  })
2162
2078
  .s("AmazonAppConfig", "DeleteHostedConfigurationVersion", {})
2163
2079
  .n("AppConfigClient", "DeleteHostedConfigurationVersionCommand")
2164
- .f(void 0, void 0)
2165
- .ser(se_DeleteHostedConfigurationVersionCommand)
2166
- .de(de_DeleteHostedConfigurationVersionCommand)
2080
+ .sc(DeleteHostedConfigurationVersion)
2167
2081
  .build() {
2168
2082
  }
2169
2083
 
@@ -2171,16 +2085,11 @@ class GetAccountSettingsCommand extends smithyClient.Command
2171
2085
  .classBuilder()
2172
2086
  .ep(commonParams)
2173
2087
  .m(function (Command, cs, config, o) {
2174
- return [
2175
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2176
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2177
- ];
2088
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2178
2089
  })
2179
2090
  .s("AmazonAppConfig", "GetAccountSettings", {})
2180
2091
  .n("AppConfigClient", "GetAccountSettingsCommand")
2181
- .f(void 0, void 0)
2182
- .ser(se_GetAccountSettingsCommand)
2183
- .de(de_GetAccountSettingsCommand)
2092
+ .sc(GetAccountSettings)
2184
2093
  .build() {
2185
2094
  }
2186
2095
 
@@ -2188,16 +2097,11 @@ class GetApplicationCommand extends smithyClient.Command
2188
2097
  .classBuilder()
2189
2098
  .ep(commonParams)
2190
2099
  .m(function (Command, cs, config, o) {
2191
- return [
2192
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2193
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2194
- ];
2100
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2195
2101
  })
2196
2102
  .s("AmazonAppConfig", "GetApplication", {})
2197
2103
  .n("AppConfigClient", "GetApplicationCommand")
2198
- .f(void 0, void 0)
2199
- .ser(se_GetApplicationCommand)
2200
- .de(de_GetApplicationCommand)
2104
+ .sc(GetApplication)
2201
2105
  .build() {
2202
2106
  }
2203
2107
 
@@ -2205,16 +2109,11 @@ class GetConfigurationCommand extends smithyClient.Command
2205
2109
  .classBuilder()
2206
2110
  .ep(commonParams)
2207
2111
  .m(function (Command, cs, config, o) {
2208
- return [
2209
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2210
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2211
- ];
2112
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2212
2113
  })
2213
2114
  .s("AmazonAppConfig", "GetConfiguration", {})
2214
2115
  .n("AppConfigClient", "GetConfigurationCommand")
2215
- .f(void 0, ConfigurationFilterSensitiveLog)
2216
- .ser(se_GetConfigurationCommand)
2217
- .de(de_GetConfigurationCommand)
2116
+ .sc(GetConfiguration)
2218
2117
  .build() {
2219
2118
  }
2220
2119
 
@@ -2222,16 +2121,11 @@ class GetConfigurationProfileCommand extends smithyClient.Command
2222
2121
  .classBuilder()
2223
2122
  .ep(commonParams)
2224
2123
  .m(function (Command, cs, config, o) {
2225
- return [
2226
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2227
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2228
- ];
2124
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2229
2125
  })
2230
2126
  .s("AmazonAppConfig", "GetConfigurationProfile", {})
2231
2127
  .n("AppConfigClient", "GetConfigurationProfileCommand")
2232
- .f(void 0, ConfigurationProfileFilterSensitiveLog)
2233
- .ser(se_GetConfigurationProfileCommand)
2234
- .de(de_GetConfigurationProfileCommand)
2128
+ .sc(GetConfigurationProfile)
2235
2129
  .build() {
2236
2130
  }
2237
2131
 
@@ -2239,16 +2133,11 @@ class GetDeploymentCommand extends smithyClient.Command
2239
2133
  .classBuilder()
2240
2134
  .ep(commonParams)
2241
2135
  .m(function (Command, cs, config, o) {
2242
- return [
2243
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2244
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2245
- ];
2136
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2246
2137
  })
2247
2138
  .s("AmazonAppConfig", "GetDeployment", {})
2248
2139
  .n("AppConfigClient", "GetDeploymentCommand")
2249
- .f(void 0, void 0)
2250
- .ser(se_GetDeploymentCommand)
2251
- .de(de_GetDeploymentCommand)
2140
+ .sc(GetDeployment)
2252
2141
  .build() {
2253
2142
  }
2254
2143
 
@@ -2256,16 +2145,11 @@ class GetDeploymentStrategyCommand extends smithyClient.Command
2256
2145
  .classBuilder()
2257
2146
  .ep(commonParams)
2258
2147
  .m(function (Command, cs, config, o) {
2259
- return [
2260
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2261
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2262
- ];
2148
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2263
2149
  })
2264
2150
  .s("AmazonAppConfig", "GetDeploymentStrategy", {})
2265
2151
  .n("AppConfigClient", "GetDeploymentStrategyCommand")
2266
- .f(void 0, void 0)
2267
- .ser(se_GetDeploymentStrategyCommand)
2268
- .de(de_GetDeploymentStrategyCommand)
2152
+ .sc(GetDeploymentStrategy)
2269
2153
  .build() {
2270
2154
  }
2271
2155
 
@@ -2273,16 +2157,11 @@ class GetEnvironmentCommand extends smithyClient.Command
2273
2157
  .classBuilder()
2274
2158
  .ep(commonParams)
2275
2159
  .m(function (Command, cs, config, o) {
2276
- return [
2277
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2278
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2279
- ];
2160
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2280
2161
  })
2281
2162
  .s("AmazonAppConfig", "GetEnvironment", {})
2282
2163
  .n("AppConfigClient", "GetEnvironmentCommand")
2283
- .f(void 0, void 0)
2284
- .ser(se_GetEnvironmentCommand)
2285
- .de(de_GetEnvironmentCommand)
2164
+ .sc(GetEnvironment)
2286
2165
  .build() {
2287
2166
  }
2288
2167
 
@@ -2290,16 +2169,11 @@ class GetExtensionAssociationCommand extends smithyClient.Command
2290
2169
  .classBuilder()
2291
2170
  .ep(commonParams)
2292
2171
  .m(function (Command, cs, config, o) {
2293
- return [
2294
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2295
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2296
- ];
2172
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2297
2173
  })
2298
2174
  .s("AmazonAppConfig", "GetExtensionAssociation", {})
2299
2175
  .n("AppConfigClient", "GetExtensionAssociationCommand")
2300
- .f(void 0, void 0)
2301
- .ser(se_GetExtensionAssociationCommand)
2302
- .de(de_GetExtensionAssociationCommand)
2176
+ .sc(GetExtensionAssociation)
2303
2177
  .build() {
2304
2178
  }
2305
2179
 
@@ -2307,16 +2181,11 @@ class GetExtensionCommand extends smithyClient.Command
2307
2181
  .classBuilder()
2308
2182
  .ep(commonParams)
2309
2183
  .m(function (Command, cs, config, o) {
2310
- return [
2311
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2312
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2313
- ];
2184
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2314
2185
  })
2315
2186
  .s("AmazonAppConfig", "GetExtension", {})
2316
2187
  .n("AppConfigClient", "GetExtensionCommand")
2317
- .f(void 0, void 0)
2318
- .ser(se_GetExtensionCommand)
2319
- .de(de_GetExtensionCommand)
2188
+ .sc(GetExtension)
2320
2189
  .build() {
2321
2190
  }
2322
2191
 
@@ -2324,16 +2193,11 @@ class GetHostedConfigurationVersionCommand extends smithyClient.Command
2324
2193
  .classBuilder()
2325
2194
  .ep(commonParams)
2326
2195
  .m(function (Command, cs, config, o) {
2327
- return [
2328
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2329
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2330
- ];
2196
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2331
2197
  })
2332
2198
  .s("AmazonAppConfig", "GetHostedConfigurationVersion", {})
2333
2199
  .n("AppConfigClient", "GetHostedConfigurationVersionCommand")
2334
- .f(void 0, HostedConfigurationVersionFilterSensitiveLog)
2335
- .ser(se_GetHostedConfigurationVersionCommand)
2336
- .de(de_GetHostedConfigurationVersionCommand)
2200
+ .sc(GetHostedConfigurationVersion)
2337
2201
  .build() {
2338
2202
  }
2339
2203
 
@@ -2341,16 +2205,11 @@ class ListApplicationsCommand extends smithyClient.Command
2341
2205
  .classBuilder()
2342
2206
  .ep(commonParams)
2343
2207
  .m(function (Command, cs, config, o) {
2344
- return [
2345
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2346
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2347
- ];
2208
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2348
2209
  })
2349
2210
  .s("AmazonAppConfig", "ListApplications", {})
2350
2211
  .n("AppConfigClient", "ListApplicationsCommand")
2351
- .f(void 0, void 0)
2352
- .ser(se_ListApplicationsCommand)
2353
- .de(de_ListApplicationsCommand)
2212
+ .sc(ListApplications)
2354
2213
  .build() {
2355
2214
  }
2356
2215
 
@@ -2358,16 +2217,11 @@ class ListConfigurationProfilesCommand extends smithyClient.Command
2358
2217
  .classBuilder()
2359
2218
  .ep(commonParams)
2360
2219
  .m(function (Command, cs, config, o) {
2361
- return [
2362
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2363
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2364
- ];
2220
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2365
2221
  })
2366
2222
  .s("AmazonAppConfig", "ListConfigurationProfiles", {})
2367
2223
  .n("AppConfigClient", "ListConfigurationProfilesCommand")
2368
- .f(void 0, void 0)
2369
- .ser(se_ListConfigurationProfilesCommand)
2370
- .de(de_ListConfigurationProfilesCommand)
2224
+ .sc(ListConfigurationProfiles)
2371
2225
  .build() {
2372
2226
  }
2373
2227
 
@@ -2375,16 +2229,11 @@ class ListDeploymentsCommand extends smithyClient.Command
2375
2229
  .classBuilder()
2376
2230
  .ep(commonParams)
2377
2231
  .m(function (Command, cs, config, o) {
2378
- return [
2379
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2380
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2381
- ];
2232
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2382
2233
  })
2383
2234
  .s("AmazonAppConfig", "ListDeployments", {})
2384
2235
  .n("AppConfigClient", "ListDeploymentsCommand")
2385
- .f(void 0, void 0)
2386
- .ser(se_ListDeploymentsCommand)
2387
- .de(de_ListDeploymentsCommand)
2236
+ .sc(ListDeployments)
2388
2237
  .build() {
2389
2238
  }
2390
2239
 
@@ -2392,16 +2241,11 @@ class ListDeploymentStrategiesCommand extends smithyClient.Command
2392
2241
  .classBuilder()
2393
2242
  .ep(commonParams)
2394
2243
  .m(function (Command, cs, config, o) {
2395
- return [
2396
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2397
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2398
- ];
2244
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2399
2245
  })
2400
2246
  .s("AmazonAppConfig", "ListDeploymentStrategies", {})
2401
2247
  .n("AppConfigClient", "ListDeploymentStrategiesCommand")
2402
- .f(void 0, void 0)
2403
- .ser(se_ListDeploymentStrategiesCommand)
2404
- .de(de_ListDeploymentStrategiesCommand)
2248
+ .sc(ListDeploymentStrategies)
2405
2249
  .build() {
2406
2250
  }
2407
2251
 
@@ -2409,16 +2253,11 @@ class ListEnvironmentsCommand extends smithyClient.Command
2409
2253
  .classBuilder()
2410
2254
  .ep(commonParams)
2411
2255
  .m(function (Command, cs, config, o) {
2412
- return [
2413
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2414
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2415
- ];
2256
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2416
2257
  })
2417
2258
  .s("AmazonAppConfig", "ListEnvironments", {})
2418
2259
  .n("AppConfigClient", "ListEnvironmentsCommand")
2419
- .f(void 0, void 0)
2420
- .ser(se_ListEnvironmentsCommand)
2421
- .de(de_ListEnvironmentsCommand)
2260
+ .sc(ListEnvironments)
2422
2261
  .build() {
2423
2262
  }
2424
2263
 
@@ -2426,16 +2265,11 @@ class ListExtensionAssociationsCommand extends smithyClient.Command
2426
2265
  .classBuilder()
2427
2266
  .ep(commonParams)
2428
2267
  .m(function (Command, cs, config, o) {
2429
- return [
2430
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2431
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2432
- ];
2268
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2433
2269
  })
2434
2270
  .s("AmazonAppConfig", "ListExtensionAssociations", {})
2435
2271
  .n("AppConfigClient", "ListExtensionAssociationsCommand")
2436
- .f(void 0, void 0)
2437
- .ser(se_ListExtensionAssociationsCommand)
2438
- .de(de_ListExtensionAssociationsCommand)
2272
+ .sc(ListExtensionAssociations)
2439
2273
  .build() {
2440
2274
  }
2441
2275
 
@@ -2443,16 +2277,11 @@ class ListExtensionsCommand extends smithyClient.Command
2443
2277
  .classBuilder()
2444
2278
  .ep(commonParams)
2445
2279
  .m(function (Command, cs, config, o) {
2446
- return [
2447
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2448
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2449
- ];
2280
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2450
2281
  })
2451
2282
  .s("AmazonAppConfig", "ListExtensions", {})
2452
2283
  .n("AppConfigClient", "ListExtensionsCommand")
2453
- .f(void 0, void 0)
2454
- .ser(se_ListExtensionsCommand)
2455
- .de(de_ListExtensionsCommand)
2284
+ .sc(ListExtensions)
2456
2285
  .build() {
2457
2286
  }
2458
2287
 
@@ -2460,16 +2289,11 @@ class ListHostedConfigurationVersionsCommand extends smithyClient.Command
2460
2289
  .classBuilder()
2461
2290
  .ep(commonParams)
2462
2291
  .m(function (Command, cs, config, o) {
2463
- return [
2464
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2465
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2466
- ];
2292
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2467
2293
  })
2468
2294
  .s("AmazonAppConfig", "ListHostedConfigurationVersions", {})
2469
2295
  .n("AppConfigClient", "ListHostedConfigurationVersionsCommand")
2470
- .f(void 0, void 0)
2471
- .ser(se_ListHostedConfigurationVersionsCommand)
2472
- .de(de_ListHostedConfigurationVersionsCommand)
2296
+ .sc(ListHostedConfigurationVersions)
2473
2297
  .build() {
2474
2298
  }
2475
2299
 
@@ -2477,16 +2301,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
2477
2301
  .classBuilder()
2478
2302
  .ep(commonParams)
2479
2303
  .m(function (Command, cs, config, o) {
2480
- return [
2481
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2482
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2483
- ];
2304
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2484
2305
  })
2485
2306
  .s("AmazonAppConfig", "ListTagsForResource", {})
2486
2307
  .n("AppConfigClient", "ListTagsForResourceCommand")
2487
- .f(void 0, void 0)
2488
- .ser(se_ListTagsForResourceCommand)
2489
- .de(de_ListTagsForResourceCommand)
2308
+ .sc(ListTagsForResource)
2490
2309
  .build() {
2491
2310
  }
2492
2311
 
@@ -2494,16 +2313,11 @@ class StartDeploymentCommand extends smithyClient.Command
2494
2313
  .classBuilder()
2495
2314
  .ep(commonParams)
2496
2315
  .m(function (Command, cs, config, o) {
2497
- return [
2498
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2499
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2500
- ];
2316
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2501
2317
  })
2502
2318
  .s("AmazonAppConfig", "StartDeployment", {})
2503
2319
  .n("AppConfigClient", "StartDeploymentCommand")
2504
- .f(StartDeploymentRequestFilterSensitiveLog, void 0)
2505
- .ser(se_StartDeploymentCommand)
2506
- .de(de_StartDeploymentCommand)
2320
+ .sc(StartDeployment)
2507
2321
  .build() {
2508
2322
  }
2509
2323
 
@@ -2511,16 +2325,11 @@ class StopDeploymentCommand extends smithyClient.Command
2511
2325
  .classBuilder()
2512
2326
  .ep(commonParams)
2513
2327
  .m(function (Command, cs, config, o) {
2514
- return [
2515
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2516
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2517
- ];
2328
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2518
2329
  })
2519
2330
  .s("AmazonAppConfig", "StopDeployment", {})
2520
2331
  .n("AppConfigClient", "StopDeploymentCommand")
2521
- .f(void 0, void 0)
2522
- .ser(se_StopDeploymentCommand)
2523
- .de(de_StopDeploymentCommand)
2332
+ .sc(StopDeployment)
2524
2333
  .build() {
2525
2334
  }
2526
2335
 
@@ -2528,16 +2337,11 @@ class TagResourceCommand extends smithyClient.Command
2528
2337
  .classBuilder()
2529
2338
  .ep(commonParams)
2530
2339
  .m(function (Command, cs, config, o) {
2531
- return [
2532
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2533
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2534
- ];
2340
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2535
2341
  })
2536
2342
  .s("AmazonAppConfig", "TagResource", {})
2537
2343
  .n("AppConfigClient", "TagResourceCommand")
2538
- .f(void 0, void 0)
2539
- .ser(se_TagResourceCommand)
2540
- .de(de_TagResourceCommand)
2344
+ .sc(TagResource)
2541
2345
  .build() {
2542
2346
  }
2543
2347
 
@@ -2545,16 +2349,11 @@ class UntagResourceCommand extends smithyClient.Command
2545
2349
  .classBuilder()
2546
2350
  .ep(commonParams)
2547
2351
  .m(function (Command, cs, config, o) {
2548
- return [
2549
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2550
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2551
- ];
2352
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2552
2353
  })
2553
2354
  .s("AmazonAppConfig", "UntagResource", {})
2554
2355
  .n("AppConfigClient", "UntagResourceCommand")
2555
- .f(void 0, void 0)
2556
- .ser(se_UntagResourceCommand)
2557
- .de(de_UntagResourceCommand)
2356
+ .sc(UntagResource)
2558
2357
  .build() {
2559
2358
  }
2560
2359
 
@@ -2562,16 +2361,11 @@ class UpdateAccountSettingsCommand extends smithyClient.Command
2562
2361
  .classBuilder()
2563
2362
  .ep(commonParams)
2564
2363
  .m(function (Command, cs, config, o) {
2565
- return [
2566
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2567
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2568
- ];
2364
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2569
2365
  })
2570
2366
  .s("AmazonAppConfig", "UpdateAccountSettings", {})
2571
2367
  .n("AppConfigClient", "UpdateAccountSettingsCommand")
2572
- .f(void 0, void 0)
2573
- .ser(se_UpdateAccountSettingsCommand)
2574
- .de(de_UpdateAccountSettingsCommand)
2368
+ .sc(UpdateAccountSettings)
2575
2369
  .build() {
2576
2370
  }
2577
2371
 
@@ -2579,16 +2373,11 @@ class UpdateApplicationCommand extends smithyClient.Command
2579
2373
  .classBuilder()
2580
2374
  .ep(commonParams)
2581
2375
  .m(function (Command, cs, config, o) {
2582
- return [
2583
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2584
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2585
- ];
2376
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2586
2377
  })
2587
2378
  .s("AmazonAppConfig", "UpdateApplication", {})
2588
2379
  .n("AppConfigClient", "UpdateApplicationCommand")
2589
- .f(void 0, void 0)
2590
- .ser(se_UpdateApplicationCommand)
2591
- .de(de_UpdateApplicationCommand)
2380
+ .sc(UpdateApplication)
2592
2381
  .build() {
2593
2382
  }
2594
2383
 
@@ -2596,16 +2385,11 @@ class UpdateConfigurationProfileCommand extends smithyClient.Command
2596
2385
  .classBuilder()
2597
2386
  .ep(commonParams)
2598
2387
  .m(function (Command, cs, config, o) {
2599
- return [
2600
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2601
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2602
- ];
2388
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2603
2389
  })
2604
2390
  .s("AmazonAppConfig", "UpdateConfigurationProfile", {})
2605
2391
  .n("AppConfigClient", "UpdateConfigurationProfileCommand")
2606
- .f(UpdateConfigurationProfileRequestFilterSensitiveLog, ConfigurationProfileFilterSensitiveLog)
2607
- .ser(se_UpdateConfigurationProfileCommand)
2608
- .de(de_UpdateConfigurationProfileCommand)
2392
+ .sc(UpdateConfigurationProfile)
2609
2393
  .build() {
2610
2394
  }
2611
2395
 
@@ -2613,16 +2397,11 @@ class UpdateDeploymentStrategyCommand extends smithyClient.Command
2613
2397
  .classBuilder()
2614
2398
  .ep(commonParams)
2615
2399
  .m(function (Command, cs, config, o) {
2616
- return [
2617
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2618
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2619
- ];
2400
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2620
2401
  })
2621
2402
  .s("AmazonAppConfig", "UpdateDeploymentStrategy", {})
2622
2403
  .n("AppConfigClient", "UpdateDeploymentStrategyCommand")
2623
- .f(void 0, void 0)
2624
- .ser(se_UpdateDeploymentStrategyCommand)
2625
- .de(de_UpdateDeploymentStrategyCommand)
2404
+ .sc(UpdateDeploymentStrategy)
2626
2405
  .build() {
2627
2406
  }
2628
2407
 
@@ -2630,16 +2409,11 @@ class UpdateEnvironmentCommand extends smithyClient.Command
2630
2409
  .classBuilder()
2631
2410
  .ep(commonParams)
2632
2411
  .m(function (Command, cs, config, o) {
2633
- return [
2634
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2635
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2636
- ];
2412
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2637
2413
  })
2638
2414
  .s("AmazonAppConfig", "UpdateEnvironment", {})
2639
2415
  .n("AppConfigClient", "UpdateEnvironmentCommand")
2640
- .f(void 0, void 0)
2641
- .ser(se_UpdateEnvironmentCommand)
2642
- .de(de_UpdateEnvironmentCommand)
2416
+ .sc(UpdateEnvironment)
2643
2417
  .build() {
2644
2418
  }
2645
2419
 
@@ -2647,16 +2421,11 @@ class UpdateExtensionAssociationCommand extends smithyClient.Command
2647
2421
  .classBuilder()
2648
2422
  .ep(commonParams)
2649
2423
  .m(function (Command, cs, config, o) {
2650
- return [
2651
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2652
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2653
- ];
2424
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2654
2425
  })
2655
2426
  .s("AmazonAppConfig", "UpdateExtensionAssociation", {})
2656
2427
  .n("AppConfigClient", "UpdateExtensionAssociationCommand")
2657
- .f(void 0, void 0)
2658
- .ser(se_UpdateExtensionAssociationCommand)
2659
- .de(de_UpdateExtensionAssociationCommand)
2428
+ .sc(UpdateExtensionAssociation)
2660
2429
  .build() {
2661
2430
  }
2662
2431
 
@@ -2664,16 +2433,11 @@ class UpdateExtensionCommand extends smithyClient.Command
2664
2433
  .classBuilder()
2665
2434
  .ep(commonParams)
2666
2435
  .m(function (Command, cs, config, o) {
2667
- return [
2668
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2669
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2670
- ];
2436
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2671
2437
  })
2672
2438
  .s("AmazonAppConfig", "UpdateExtension", {})
2673
2439
  .n("AppConfigClient", "UpdateExtensionCommand")
2674
- .f(void 0, void 0)
2675
- .ser(se_UpdateExtensionCommand)
2676
- .de(de_UpdateExtensionCommand)
2440
+ .sc(UpdateExtension)
2677
2441
  .build() {
2678
2442
  }
2679
2443
 
@@ -2681,16 +2445,11 @@ class ValidateConfigurationCommand extends smithyClient.Command
2681
2445
  .classBuilder()
2682
2446
  .ep(commonParams)
2683
2447
  .m(function (Command, cs, config, o) {
2684
- return [
2685
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2686
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2687
- ];
2448
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2688
2449
  })
2689
2450
  .s("AmazonAppConfig", "ValidateConfiguration", {})
2690
2451
  .n("AppConfigClient", "ValidateConfigurationCommand")
2691
- .f(void 0, void 0)
2692
- .ser(se_ValidateConfigurationCommand)
2693
- .de(de_ValidateConfigurationCommand)
2452
+ .sc(ValidateConfiguration)
2694
2453
  .build() {
2695
2454
  }
2696
2455
 
@@ -2868,22 +2627,18 @@ Object.defineProperty(exports, "__Client", {
2868
2627
  exports.ActionPoint = ActionPoint;
2869
2628
  exports.AppConfig = AppConfig;
2870
2629
  exports.AppConfigClient = AppConfigClient;
2871
- exports.AppConfigServiceException = AppConfigServiceException;
2872
- exports.BadRequestException = BadRequestException;
2630
+ exports.AppConfigServiceException = AppConfigServiceException$1;
2631
+ exports.BadRequestException = BadRequestException$1;
2873
2632
  exports.BadRequestReason = BadRequestReason;
2874
2633
  exports.BytesMeasure = BytesMeasure;
2875
- exports.ConfigurationFilterSensitiveLog = ConfigurationFilterSensitiveLog;
2876
- exports.ConfigurationProfileFilterSensitiveLog = ConfigurationProfileFilterSensitiveLog;
2877
- exports.ConflictException = ConflictException;
2634
+ exports.ConflictException = ConflictException$1;
2878
2635
  exports.CreateApplicationCommand = CreateApplicationCommand;
2879
2636
  exports.CreateConfigurationProfileCommand = CreateConfigurationProfileCommand;
2880
- exports.CreateConfigurationProfileRequestFilterSensitiveLog = CreateConfigurationProfileRequestFilterSensitiveLog;
2881
2637
  exports.CreateDeploymentStrategyCommand = CreateDeploymentStrategyCommand;
2882
2638
  exports.CreateEnvironmentCommand = CreateEnvironmentCommand;
2883
2639
  exports.CreateExtensionAssociationCommand = CreateExtensionAssociationCommand;
2884
2640
  exports.CreateExtensionCommand = CreateExtensionCommand;
2885
2641
  exports.CreateHostedConfigurationVersionCommand = CreateHostedConfigurationVersionCommand;
2886
- exports.CreateHostedConfigurationVersionRequestFilterSensitiveLog = CreateHostedConfigurationVersionRequestFilterSensitiveLog;
2887
2642
  exports.DeleteApplicationCommand = DeleteApplicationCommand;
2888
2643
  exports.DeleteConfigurationProfileCommand = DeleteConfigurationProfileCommand;
2889
2644
  exports.DeleteDeploymentStrategyCommand = DeleteDeploymentStrategyCommand;
@@ -2906,8 +2661,7 @@ exports.GetExtensionAssociationCommand = GetExtensionAssociationCommand;
2906
2661
  exports.GetExtensionCommand = GetExtensionCommand;
2907
2662
  exports.GetHostedConfigurationVersionCommand = GetHostedConfigurationVersionCommand;
2908
2663
  exports.GrowthType = GrowthType;
2909
- exports.HostedConfigurationVersionFilterSensitiveLog = HostedConfigurationVersionFilterSensitiveLog;
2910
- exports.InternalServerException = InternalServerException;
2664
+ exports.InternalServerException = InternalServerException$1;
2911
2665
  exports.ListApplicationsCommand = ListApplicationsCommand;
2912
2666
  exports.ListConfigurationProfilesCommand = ListConfigurationProfilesCommand;
2913
2667
  exports.ListDeploymentStrategiesCommand = ListDeploymentStrategiesCommand;
@@ -2917,12 +2671,11 @@ exports.ListExtensionAssociationsCommand = ListExtensionAssociationsCommand;
2917
2671
  exports.ListExtensionsCommand = ListExtensionsCommand;
2918
2672
  exports.ListHostedConfigurationVersionsCommand = ListHostedConfigurationVersionsCommand;
2919
2673
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
2920
- exports.PayloadTooLargeException = PayloadTooLargeException;
2674
+ exports.PayloadTooLargeException = PayloadTooLargeException$1;
2921
2675
  exports.ReplicateTo = ReplicateTo;
2922
- exports.ResourceNotFoundException = ResourceNotFoundException;
2923
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
2676
+ exports.ResourceNotFoundException = ResourceNotFoundException$1;
2677
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
2924
2678
  exports.StartDeploymentCommand = StartDeploymentCommand;
2925
- exports.StartDeploymentRequestFilterSensitiveLog = StartDeploymentRequestFilterSensitiveLog;
2926
2679
  exports.StopDeploymentCommand = StopDeploymentCommand;
2927
2680
  exports.TagResourceCommand = TagResourceCommand;
2928
2681
  exports.TriggeredBy = TriggeredBy;
@@ -2930,13 +2683,11 @@ exports.UntagResourceCommand = UntagResourceCommand;
2930
2683
  exports.UpdateAccountSettingsCommand = UpdateAccountSettingsCommand;
2931
2684
  exports.UpdateApplicationCommand = UpdateApplicationCommand;
2932
2685
  exports.UpdateConfigurationProfileCommand = UpdateConfigurationProfileCommand;
2933
- exports.UpdateConfigurationProfileRequestFilterSensitiveLog = UpdateConfigurationProfileRequestFilterSensitiveLog;
2934
2686
  exports.UpdateDeploymentStrategyCommand = UpdateDeploymentStrategyCommand;
2935
2687
  exports.UpdateEnvironmentCommand = UpdateEnvironmentCommand;
2936
2688
  exports.UpdateExtensionAssociationCommand = UpdateExtensionAssociationCommand;
2937
2689
  exports.UpdateExtensionCommand = UpdateExtensionCommand;
2938
2690
  exports.ValidateConfigurationCommand = ValidateConfigurationCommand;
2939
- exports.ValidatorFilterSensitiveLog = ValidatorFilterSensitiveLog;
2940
2691
  exports.ValidatorType = ValidatorType;
2941
2692
  exports.paginateListApplications = paginateListApplications;
2942
2693
  exports.paginateListConfigurationProfiles = paginateListConfigurationProfiles;