@aws-sdk/client-apprunner 3.53.0 → 3.55.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 (50) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/AppRunnerClient.js +13 -13
  3. package/dist-cjs/commands/AssociateCustomDomainCommand.js +3 -3
  4. package/dist-cjs/commands/CreateAutoScalingConfigurationCommand.js +3 -3
  5. package/dist-cjs/commands/CreateConnectionCommand.js +3 -3
  6. package/dist-cjs/commands/CreateServiceCommand.js +3 -3
  7. package/dist-cjs/commands/CreateVpcConnectorCommand.js +3 -3
  8. package/dist-cjs/commands/DeleteAutoScalingConfigurationCommand.js +3 -3
  9. package/dist-cjs/commands/DeleteConnectionCommand.js +3 -3
  10. package/dist-cjs/commands/DeleteServiceCommand.js +3 -3
  11. package/dist-cjs/commands/DeleteVpcConnectorCommand.js +3 -3
  12. package/dist-cjs/commands/DescribeAutoScalingConfigurationCommand.js +3 -3
  13. package/dist-cjs/commands/DescribeCustomDomainsCommand.js +3 -3
  14. package/dist-cjs/commands/DescribeServiceCommand.js +3 -3
  15. package/dist-cjs/commands/DescribeVpcConnectorCommand.js +3 -3
  16. package/dist-cjs/commands/DisassociateCustomDomainCommand.js +3 -3
  17. package/dist-cjs/commands/ListAutoScalingConfigurationsCommand.js +3 -3
  18. package/dist-cjs/commands/ListConnectionsCommand.js +3 -3
  19. package/dist-cjs/commands/ListOperationsCommand.js +3 -3
  20. package/dist-cjs/commands/ListServicesCommand.js +3 -3
  21. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  22. package/dist-cjs/commands/ListVpcConnectorsCommand.js +3 -3
  23. package/dist-cjs/commands/PauseServiceCommand.js +3 -3
  24. package/dist-cjs/commands/ResumeServiceCommand.js +3 -3
  25. package/dist-cjs/commands/StartDeploymentCommand.js +3 -3
  26. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  27. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  28. package/dist-cjs/commands/UpdateServiceCommand.js +3 -3
  29. package/dist-cjs/endpoints.js +30 -2
  30. package/dist-cjs/protocols/Aws_json1_0.js +143 -143
  31. package/dist-cjs/runtimeConfig.browser.js +4 -4
  32. package/dist-cjs/runtimeConfig.js +9 -9
  33. package/dist-cjs/runtimeConfig.native.js +1 -1
  34. package/dist-es/AppRunner.js +26 -26
  35. package/dist-es/endpoints.js +29 -1
  36. package/dist-es/pagination/DescribeCustomDomainsPaginator.js +4 -4
  37. package/dist-es/pagination/ListAutoScalingConfigurationsPaginator.js +4 -4
  38. package/dist-es/pagination/ListConnectionsPaginator.js +4 -4
  39. package/dist-es/pagination/ListOperationsPaginator.js +4 -4
  40. package/dist-es/pagination/ListServicesPaginator.js +4 -4
  41. package/dist-es/pagination/ListVpcConnectorsPaginator.js +4 -4
  42. package/dist-types/AppRunnerClient.d.ts +2 -2
  43. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  44. package/dist-types/runtimeConfig.d.ts +1 -1
  45. package/dist-types/runtimeConfig.native.d.ts +3 -3
  46. package/dist-types/ts3.4/AppRunnerClient.d.ts +2 -2
  47. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  48. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  49. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  50. package/package.json +34 -34
@@ -305,7 +305,7 @@ const deserializeAws_json1_0AssociateCustomDomainCommandError = async (output, c
305
305
  $fault: "client",
306
306
  $metadata: deserializeMetadata(output),
307
307
  });
308
- throw smithy_client_1.decorateServiceException(response, parsedBody);
308
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
309
309
  }
310
310
  };
311
311
  const deserializeAws_json1_0CreateAutoScalingConfigurationCommand = async (output, context) => {
@@ -347,7 +347,7 @@ const deserializeAws_json1_0CreateAutoScalingConfigurationCommandError = async (
347
347
  $fault: "client",
348
348
  $metadata: deserializeMetadata(output),
349
349
  });
350
- throw smithy_client_1.decorateServiceException(response, parsedBody);
350
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
351
351
  }
352
352
  };
353
353
  const deserializeAws_json1_0CreateConnectionCommand = async (output, context) => {
@@ -389,7 +389,7 @@ const deserializeAws_json1_0CreateConnectionCommandError = async (output, contex
389
389
  $fault: "client",
390
390
  $metadata: deserializeMetadata(output),
391
391
  });
392
- throw smithy_client_1.decorateServiceException(response, parsedBody);
392
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
393
393
  }
394
394
  };
395
395
  const deserializeAws_json1_0CreateServiceCommand = async (output, context) => {
@@ -431,7 +431,7 @@ const deserializeAws_json1_0CreateServiceCommandError = async (output, context)
431
431
  $fault: "client",
432
432
  $metadata: deserializeMetadata(output),
433
433
  });
434
- throw smithy_client_1.decorateServiceException(response, parsedBody);
434
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
435
435
  }
436
436
  };
437
437
  const deserializeAws_json1_0CreateVpcConnectorCommand = async (output, context) => {
@@ -473,7 +473,7 @@ const deserializeAws_json1_0CreateVpcConnectorCommandError = async (output, cont
473
473
  $fault: "client",
474
474
  $metadata: deserializeMetadata(output),
475
475
  });
476
- throw smithy_client_1.decorateServiceException(response, parsedBody);
476
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
477
477
  }
478
478
  };
479
479
  const deserializeAws_json1_0DeleteAutoScalingConfigurationCommand = async (output, context) => {
@@ -515,7 +515,7 @@ const deserializeAws_json1_0DeleteAutoScalingConfigurationCommandError = async (
515
515
  $fault: "client",
516
516
  $metadata: deserializeMetadata(output),
517
517
  });
518
- throw smithy_client_1.decorateServiceException(response, parsedBody);
518
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
519
519
  }
520
520
  };
521
521
  const deserializeAws_json1_0DeleteConnectionCommand = async (output, context) => {
@@ -557,7 +557,7 @@ const deserializeAws_json1_0DeleteConnectionCommandError = async (output, contex
557
557
  $fault: "client",
558
558
  $metadata: deserializeMetadata(output),
559
559
  });
560
- throw smithy_client_1.decorateServiceException(response, parsedBody);
560
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
561
561
  }
562
562
  };
563
563
  const deserializeAws_json1_0DeleteServiceCommand = async (output, context) => {
@@ -602,7 +602,7 @@ const deserializeAws_json1_0DeleteServiceCommandError = async (output, context)
602
602
  $fault: "client",
603
603
  $metadata: deserializeMetadata(output),
604
604
  });
605
- throw smithy_client_1.decorateServiceException(response, parsedBody);
605
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
606
606
  }
607
607
  };
608
608
  const deserializeAws_json1_0DeleteVpcConnectorCommand = async (output, context) => {
@@ -644,7 +644,7 @@ const deserializeAws_json1_0DeleteVpcConnectorCommandError = async (output, cont
644
644
  $fault: "client",
645
645
  $metadata: deserializeMetadata(output),
646
646
  });
647
- throw smithy_client_1.decorateServiceException(response, parsedBody);
647
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
648
648
  }
649
649
  };
650
650
  const deserializeAws_json1_0DescribeAutoScalingConfigurationCommand = async (output, context) => {
@@ -686,7 +686,7 @@ const deserializeAws_json1_0DescribeAutoScalingConfigurationCommandError = async
686
686
  $fault: "client",
687
687
  $metadata: deserializeMetadata(output),
688
688
  });
689
- throw smithy_client_1.decorateServiceException(response, parsedBody);
689
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
690
690
  }
691
691
  };
692
692
  const deserializeAws_json1_0DescribeCustomDomainsCommand = async (output, context) => {
@@ -728,7 +728,7 @@ const deserializeAws_json1_0DescribeCustomDomainsCommandError = async (output, c
728
728
  $fault: "client",
729
729
  $metadata: deserializeMetadata(output),
730
730
  });
731
- throw smithy_client_1.decorateServiceException(response, parsedBody);
731
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
732
732
  }
733
733
  };
734
734
  const deserializeAws_json1_0DescribeServiceCommand = async (output, context) => {
@@ -770,7 +770,7 @@ const deserializeAws_json1_0DescribeServiceCommandError = async (output, context
770
770
  $fault: "client",
771
771
  $metadata: deserializeMetadata(output),
772
772
  });
773
- throw smithy_client_1.decorateServiceException(response, parsedBody);
773
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
774
774
  }
775
775
  };
776
776
  const deserializeAws_json1_0DescribeVpcConnectorCommand = async (output, context) => {
@@ -812,7 +812,7 @@ const deserializeAws_json1_0DescribeVpcConnectorCommandError = async (output, co
812
812
  $fault: "client",
813
813
  $metadata: deserializeMetadata(output),
814
814
  });
815
- throw smithy_client_1.decorateServiceException(response, parsedBody);
815
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
816
816
  }
817
817
  };
818
818
  const deserializeAws_json1_0DisassociateCustomDomainCommand = async (output, context) => {
@@ -857,7 +857,7 @@ const deserializeAws_json1_0DisassociateCustomDomainCommandError = async (output
857
857
  $fault: "client",
858
858
  $metadata: deserializeMetadata(output),
859
859
  });
860
- throw smithy_client_1.decorateServiceException(response, parsedBody);
860
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
861
861
  }
862
862
  };
863
863
  const deserializeAws_json1_0ListAutoScalingConfigurationsCommand = async (output, context) => {
@@ -896,7 +896,7 @@ const deserializeAws_json1_0ListAutoScalingConfigurationsCommandError = async (o
896
896
  $fault: "client",
897
897
  $metadata: deserializeMetadata(output),
898
898
  });
899
- throw smithy_client_1.decorateServiceException(response, parsedBody);
899
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
900
900
  }
901
901
  };
902
902
  const deserializeAws_json1_0ListConnectionsCommand = async (output, context) => {
@@ -935,7 +935,7 @@ const deserializeAws_json1_0ListConnectionsCommandError = async (output, context
935
935
  $fault: "client",
936
936
  $metadata: deserializeMetadata(output),
937
937
  });
938
- throw smithy_client_1.decorateServiceException(response, parsedBody);
938
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
939
939
  }
940
940
  };
941
941
  const deserializeAws_json1_0ListOperationsCommand = async (output, context) => {
@@ -977,7 +977,7 @@ const deserializeAws_json1_0ListOperationsCommandError = async (output, context)
977
977
  $fault: "client",
978
978
  $metadata: deserializeMetadata(output),
979
979
  });
980
- throw smithy_client_1.decorateServiceException(response, parsedBody);
980
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
981
981
  }
982
982
  };
983
983
  const deserializeAws_json1_0ListServicesCommand = async (output, context) => {
@@ -1016,7 +1016,7 @@ const deserializeAws_json1_0ListServicesCommandError = async (output, context) =
1016
1016
  $fault: "client",
1017
1017
  $metadata: deserializeMetadata(output),
1018
1018
  });
1019
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1019
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1020
1020
  }
1021
1021
  };
1022
1022
  const deserializeAws_json1_0ListTagsForResourceCommand = async (output, context) => {
@@ -1061,7 +1061,7 @@ const deserializeAws_json1_0ListTagsForResourceCommandError = async (output, con
1061
1061
  $fault: "client",
1062
1062
  $metadata: deserializeMetadata(output),
1063
1063
  });
1064
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1064
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1065
1065
  }
1066
1066
  };
1067
1067
  const deserializeAws_json1_0ListVpcConnectorsCommand = async (output, context) => {
@@ -1100,7 +1100,7 @@ const deserializeAws_json1_0ListVpcConnectorsCommandError = async (output, conte
1100
1100
  $fault: "client",
1101
1101
  $metadata: deserializeMetadata(output),
1102
1102
  });
1103
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1103
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1104
1104
  }
1105
1105
  };
1106
1106
  const deserializeAws_json1_0PauseServiceCommand = async (output, context) => {
@@ -1145,7 +1145,7 @@ const deserializeAws_json1_0PauseServiceCommandError = async (output, context) =
1145
1145
  $fault: "client",
1146
1146
  $metadata: deserializeMetadata(output),
1147
1147
  });
1148
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1148
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1149
1149
  }
1150
1150
  };
1151
1151
  const deserializeAws_json1_0ResumeServiceCommand = async (output, context) => {
@@ -1190,7 +1190,7 @@ const deserializeAws_json1_0ResumeServiceCommandError = async (output, context)
1190
1190
  $fault: "client",
1191
1191
  $metadata: deserializeMetadata(output),
1192
1192
  });
1193
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1193
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1194
1194
  }
1195
1195
  };
1196
1196
  const deserializeAws_json1_0StartDeploymentCommand = async (output, context) => {
@@ -1232,7 +1232,7 @@ const deserializeAws_json1_0StartDeploymentCommandError = async (output, context
1232
1232
  $fault: "client",
1233
1233
  $metadata: deserializeMetadata(output),
1234
1234
  });
1235
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1235
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1236
1236
  }
1237
1237
  };
1238
1238
  const deserializeAws_json1_0TagResourceCommand = async (output, context) => {
@@ -1277,7 +1277,7 @@ const deserializeAws_json1_0TagResourceCommandError = async (output, context) =>
1277
1277
  $fault: "client",
1278
1278
  $metadata: deserializeMetadata(output),
1279
1279
  });
1280
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1280
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1281
1281
  }
1282
1282
  };
1283
1283
  const deserializeAws_json1_0UntagResourceCommand = async (output, context) => {
@@ -1322,7 +1322,7 @@ const deserializeAws_json1_0UntagResourceCommandError = async (output, context)
1322
1322
  $fault: "client",
1323
1323
  $metadata: deserializeMetadata(output),
1324
1324
  });
1325
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1325
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1326
1326
  }
1327
1327
  };
1328
1328
  const deserializeAws_json1_0UpdateServiceCommand = async (output, context) => {
@@ -1367,7 +1367,7 @@ const deserializeAws_json1_0UpdateServiceCommandError = async (output, context)
1367
1367
  $fault: "client",
1368
1368
  $metadata: deserializeMetadata(output),
1369
1369
  });
1370
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1370
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1371
1371
  }
1372
1372
  };
1373
1373
  const deserializeAws_json1_0InternalServiceErrorExceptionResponse = async (parsedOutput, context) => {
@@ -1377,7 +1377,7 @@ const deserializeAws_json1_0InternalServiceErrorExceptionResponse = async (parse
1377
1377
  $metadata: deserializeMetadata(parsedOutput),
1378
1378
  ...deserialized,
1379
1379
  });
1380
- return smithy_client_1.decorateServiceException(exception, body);
1380
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1381
1381
  };
1382
1382
  const deserializeAws_json1_0InvalidRequestExceptionResponse = async (parsedOutput, context) => {
1383
1383
  const body = parsedOutput.body;
@@ -1386,7 +1386,7 @@ const deserializeAws_json1_0InvalidRequestExceptionResponse = async (parsedOutpu
1386
1386
  $metadata: deserializeMetadata(parsedOutput),
1387
1387
  ...deserialized,
1388
1388
  });
1389
- return smithy_client_1.decorateServiceException(exception, body);
1389
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1390
1390
  };
1391
1391
  const deserializeAws_json1_0InvalidStateExceptionResponse = async (parsedOutput, context) => {
1392
1392
  const body = parsedOutput.body;
@@ -1395,7 +1395,7 @@ const deserializeAws_json1_0InvalidStateExceptionResponse = async (parsedOutput,
1395
1395
  $metadata: deserializeMetadata(parsedOutput),
1396
1396
  ...deserialized,
1397
1397
  });
1398
- return smithy_client_1.decorateServiceException(exception, body);
1398
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1399
1399
  };
1400
1400
  const deserializeAws_json1_0ResourceNotFoundExceptionResponse = async (parsedOutput, context) => {
1401
1401
  const body = parsedOutput.body;
@@ -1404,7 +1404,7 @@ const deserializeAws_json1_0ResourceNotFoundExceptionResponse = async (parsedOut
1404
1404
  $metadata: deserializeMetadata(parsedOutput),
1405
1405
  ...deserialized,
1406
1406
  });
1407
- return smithy_client_1.decorateServiceException(exception, body);
1407
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1408
1408
  };
1409
1409
  const deserializeAws_json1_0ServiceQuotaExceededExceptionResponse = async (parsedOutput, context) => {
1410
1410
  const body = parsedOutput.body;
@@ -1413,7 +1413,7 @@ const deserializeAws_json1_0ServiceQuotaExceededExceptionResponse = async (parse
1413
1413
  $metadata: deserializeMetadata(parsedOutput),
1414
1414
  ...deserialized,
1415
1415
  });
1416
- return smithy_client_1.decorateServiceException(exception, body);
1416
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1417
1417
  };
1418
1418
  const serializeAws_json1_0AssociateCustomDomainRequest = (input, context) => {
1419
1419
  return {
@@ -1810,39 +1810,39 @@ const deserializeAws_json1_0AssociateCustomDomainResponse = (output, context) =>
1810
1810
  CustomDomain: output.CustomDomain !== undefined && output.CustomDomain !== null
1811
1811
  ? deserializeAws_json1_0CustomDomain(output.CustomDomain, context)
1812
1812
  : undefined,
1813
- DNSTarget: smithy_client_1.expectString(output.DNSTarget),
1814
- ServiceArn: smithy_client_1.expectString(output.ServiceArn),
1813
+ DNSTarget: (0, smithy_client_1.expectString)(output.DNSTarget),
1814
+ ServiceArn: (0, smithy_client_1.expectString)(output.ServiceArn),
1815
1815
  };
1816
1816
  };
1817
1817
  const deserializeAws_json1_0AuthenticationConfiguration = (output, context) => {
1818
1818
  return {
1819
- AccessRoleArn: smithy_client_1.expectString(output.AccessRoleArn),
1820
- ConnectionArn: smithy_client_1.expectString(output.ConnectionArn),
1819
+ AccessRoleArn: (0, smithy_client_1.expectString)(output.AccessRoleArn),
1820
+ ConnectionArn: (0, smithy_client_1.expectString)(output.ConnectionArn),
1821
1821
  };
1822
1822
  };
1823
1823
  const deserializeAws_json1_0AutoScalingConfiguration = (output, context) => {
1824
1824
  return {
1825
- AutoScalingConfigurationArn: smithy_client_1.expectString(output.AutoScalingConfigurationArn),
1826
- AutoScalingConfigurationName: smithy_client_1.expectString(output.AutoScalingConfigurationName),
1827
- AutoScalingConfigurationRevision: smithy_client_1.expectInt32(output.AutoScalingConfigurationRevision),
1825
+ AutoScalingConfigurationArn: (0, smithy_client_1.expectString)(output.AutoScalingConfigurationArn),
1826
+ AutoScalingConfigurationName: (0, smithy_client_1.expectString)(output.AutoScalingConfigurationName),
1827
+ AutoScalingConfigurationRevision: (0, smithy_client_1.expectInt32)(output.AutoScalingConfigurationRevision),
1828
1828
  CreatedAt: output.CreatedAt !== undefined && output.CreatedAt !== null
1829
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreatedAt)))
1829
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreatedAt)))
1830
1830
  : undefined,
1831
1831
  DeletedAt: output.DeletedAt !== undefined && output.DeletedAt !== null
1832
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.DeletedAt)))
1832
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.DeletedAt)))
1833
1833
  : undefined,
1834
- Latest: smithy_client_1.expectBoolean(output.Latest),
1835
- MaxConcurrency: smithy_client_1.expectInt32(output.MaxConcurrency),
1836
- MaxSize: smithy_client_1.expectInt32(output.MaxSize),
1837
- MinSize: smithy_client_1.expectInt32(output.MinSize),
1838
- Status: smithy_client_1.expectString(output.Status),
1834
+ Latest: (0, smithy_client_1.expectBoolean)(output.Latest),
1835
+ MaxConcurrency: (0, smithy_client_1.expectInt32)(output.MaxConcurrency),
1836
+ MaxSize: (0, smithy_client_1.expectInt32)(output.MaxSize),
1837
+ MinSize: (0, smithy_client_1.expectInt32)(output.MinSize),
1838
+ Status: (0, smithy_client_1.expectString)(output.Status),
1839
1839
  };
1840
1840
  };
1841
1841
  const deserializeAws_json1_0AutoScalingConfigurationSummary = (output, context) => {
1842
1842
  return {
1843
- AutoScalingConfigurationArn: smithy_client_1.expectString(output.AutoScalingConfigurationArn),
1844
- AutoScalingConfigurationName: smithy_client_1.expectString(output.AutoScalingConfigurationName),
1845
- AutoScalingConfigurationRevision: smithy_client_1.expectInt32(output.AutoScalingConfigurationRevision),
1843
+ AutoScalingConfigurationArn: (0, smithy_client_1.expectString)(output.AutoScalingConfigurationArn),
1844
+ AutoScalingConfigurationName: (0, smithy_client_1.expectString)(output.AutoScalingConfigurationName),
1845
+ AutoScalingConfigurationRevision: (0, smithy_client_1.expectInt32)(output.AutoScalingConfigurationRevision),
1846
1846
  };
1847
1847
  };
1848
1848
  const deserializeAws_json1_0AutoScalingConfigurationSummaryList = (output, context) => {
@@ -1858,10 +1858,10 @@ const deserializeAws_json1_0AutoScalingConfigurationSummaryList = (output, conte
1858
1858
  };
1859
1859
  const deserializeAws_json1_0CertificateValidationRecord = (output, context) => {
1860
1860
  return {
1861
- Name: smithy_client_1.expectString(output.Name),
1862
- Status: smithy_client_1.expectString(output.Status),
1863
- Type: smithy_client_1.expectString(output.Type),
1864
- Value: smithy_client_1.expectString(output.Value),
1861
+ Name: (0, smithy_client_1.expectString)(output.Name),
1862
+ Status: (0, smithy_client_1.expectString)(output.Status),
1863
+ Type: (0, smithy_client_1.expectString)(output.Type),
1864
+ Value: (0, smithy_client_1.expectString)(output.Value),
1865
1865
  };
1866
1866
  };
1867
1867
  const deserializeAws_json1_0CertificateValidationRecordList = (output, context) => {
@@ -1880,18 +1880,18 @@ const deserializeAws_json1_0CodeConfiguration = (output, context) => {
1880
1880
  CodeConfigurationValues: output.CodeConfigurationValues !== undefined && output.CodeConfigurationValues !== null
1881
1881
  ? deserializeAws_json1_0CodeConfigurationValues(output.CodeConfigurationValues, context)
1882
1882
  : undefined,
1883
- ConfigurationSource: smithy_client_1.expectString(output.ConfigurationSource),
1883
+ ConfigurationSource: (0, smithy_client_1.expectString)(output.ConfigurationSource),
1884
1884
  };
1885
1885
  };
1886
1886
  const deserializeAws_json1_0CodeConfigurationValues = (output, context) => {
1887
1887
  return {
1888
- BuildCommand: smithy_client_1.expectString(output.BuildCommand),
1889
- Port: smithy_client_1.expectString(output.Port),
1890
- Runtime: smithy_client_1.expectString(output.Runtime),
1888
+ BuildCommand: (0, smithy_client_1.expectString)(output.BuildCommand),
1889
+ Port: (0, smithy_client_1.expectString)(output.Port),
1890
+ Runtime: (0, smithy_client_1.expectString)(output.Runtime),
1891
1891
  RuntimeEnvironmentVariables: output.RuntimeEnvironmentVariables !== undefined && output.RuntimeEnvironmentVariables !== null
1892
1892
  ? deserializeAws_json1_0RuntimeEnvironmentVariables(output.RuntimeEnvironmentVariables, context)
1893
1893
  : undefined,
1894
- StartCommand: smithy_client_1.expectString(output.StartCommand),
1894
+ StartCommand: (0, smithy_client_1.expectString)(output.StartCommand),
1895
1895
  };
1896
1896
  };
1897
1897
  const deserializeAws_json1_0CodeRepository = (output, context) => {
@@ -1899,7 +1899,7 @@ const deserializeAws_json1_0CodeRepository = (output, context) => {
1899
1899
  CodeConfiguration: output.CodeConfiguration !== undefined && output.CodeConfiguration !== null
1900
1900
  ? deserializeAws_json1_0CodeConfiguration(output.CodeConfiguration, context)
1901
1901
  : undefined,
1902
- RepositoryUrl: smithy_client_1.expectString(output.RepositoryUrl),
1902
+ RepositoryUrl: (0, smithy_client_1.expectString)(output.RepositoryUrl),
1903
1903
  SourceCodeVersion: output.SourceCodeVersion !== undefined && output.SourceCodeVersion !== null
1904
1904
  ? deserializeAws_json1_0SourceCodeVersion(output.SourceCodeVersion, context)
1905
1905
  : undefined,
@@ -1907,24 +1907,24 @@ const deserializeAws_json1_0CodeRepository = (output, context) => {
1907
1907
  };
1908
1908
  const deserializeAws_json1_0Connection = (output, context) => {
1909
1909
  return {
1910
- ConnectionArn: smithy_client_1.expectString(output.ConnectionArn),
1911
- ConnectionName: smithy_client_1.expectString(output.ConnectionName),
1910
+ ConnectionArn: (0, smithy_client_1.expectString)(output.ConnectionArn),
1911
+ ConnectionName: (0, smithy_client_1.expectString)(output.ConnectionName),
1912
1912
  CreatedAt: output.CreatedAt !== undefined && output.CreatedAt !== null
1913
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreatedAt)))
1913
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreatedAt)))
1914
1914
  : undefined,
1915
- ProviderType: smithy_client_1.expectString(output.ProviderType),
1916
- Status: smithy_client_1.expectString(output.Status),
1915
+ ProviderType: (0, smithy_client_1.expectString)(output.ProviderType),
1916
+ Status: (0, smithy_client_1.expectString)(output.Status),
1917
1917
  };
1918
1918
  };
1919
1919
  const deserializeAws_json1_0ConnectionSummary = (output, context) => {
1920
1920
  return {
1921
- ConnectionArn: smithy_client_1.expectString(output.ConnectionArn),
1922
- ConnectionName: smithy_client_1.expectString(output.ConnectionName),
1921
+ ConnectionArn: (0, smithy_client_1.expectString)(output.ConnectionArn),
1922
+ ConnectionName: (0, smithy_client_1.expectString)(output.ConnectionName),
1923
1923
  CreatedAt: output.CreatedAt !== undefined && output.CreatedAt !== null
1924
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreatedAt)))
1924
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreatedAt)))
1925
1925
  : undefined,
1926
- ProviderType: smithy_client_1.expectString(output.ProviderType),
1927
- Status: smithy_client_1.expectString(output.Status),
1926
+ ProviderType: (0, smithy_client_1.expectString)(output.ProviderType),
1927
+ Status: (0, smithy_client_1.expectString)(output.Status),
1928
1928
  };
1929
1929
  };
1930
1930
  const deserializeAws_json1_0ConnectionSummaryList = (output, context) => {
@@ -1954,7 +1954,7 @@ const deserializeAws_json1_0CreateConnectionResponse = (output, context) => {
1954
1954
  };
1955
1955
  const deserializeAws_json1_0CreateServiceResponse = (output, context) => {
1956
1956
  return {
1957
- OperationId: smithy_client_1.expectString(output.OperationId),
1957
+ OperationId: (0, smithy_client_1.expectString)(output.OperationId),
1958
1958
  Service: output.Service !== undefined && output.Service !== null
1959
1959
  ? deserializeAws_json1_0Service(output.Service, context)
1960
1960
  : undefined,
@@ -1972,9 +1972,9 @@ const deserializeAws_json1_0CustomDomain = (output, context) => {
1972
1972
  CertificateValidationRecords: output.CertificateValidationRecords !== undefined && output.CertificateValidationRecords !== null
1973
1973
  ? deserializeAws_json1_0CertificateValidationRecordList(output.CertificateValidationRecords, context)
1974
1974
  : undefined,
1975
- DomainName: smithy_client_1.expectString(output.DomainName),
1976
- EnableWWWSubdomain: smithy_client_1.expectBoolean(output.EnableWWWSubdomain),
1977
- Status: smithy_client_1.expectString(output.Status),
1975
+ DomainName: (0, smithy_client_1.expectString)(output.DomainName),
1976
+ EnableWWWSubdomain: (0, smithy_client_1.expectBoolean)(output.EnableWWWSubdomain),
1977
+ Status: (0, smithy_client_1.expectString)(output.Status),
1978
1978
  };
1979
1979
  };
1980
1980
  const deserializeAws_json1_0CustomDomainList = (output, context) => {
@@ -2004,7 +2004,7 @@ const deserializeAws_json1_0DeleteConnectionResponse = (output, context) => {
2004
2004
  };
2005
2005
  const deserializeAws_json1_0DeleteServiceResponse = (output, context) => {
2006
2006
  return {
2007
- OperationId: smithy_client_1.expectString(output.OperationId),
2007
+ OperationId: (0, smithy_client_1.expectString)(output.OperationId),
2008
2008
  Service: output.Service !== undefined && output.Service !== null
2009
2009
  ? deserializeAws_json1_0Service(output.Service, context)
2010
2010
  : undefined,
@@ -2029,9 +2029,9 @@ const deserializeAws_json1_0DescribeCustomDomainsResponse = (output, context) =>
2029
2029
  CustomDomains: output.CustomDomains !== undefined && output.CustomDomains !== null
2030
2030
  ? deserializeAws_json1_0CustomDomainList(output.CustomDomains, context)
2031
2031
  : undefined,
2032
- DNSTarget: smithy_client_1.expectString(output.DNSTarget),
2033
- NextToken: smithy_client_1.expectString(output.NextToken),
2034
- ServiceArn: smithy_client_1.expectString(output.ServiceArn),
2032
+ DNSTarget: (0, smithy_client_1.expectString)(output.DNSTarget),
2033
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
2034
+ ServiceArn: (0, smithy_client_1.expectString)(output.ServiceArn),
2035
2035
  };
2036
2036
  };
2037
2037
  const deserializeAws_json1_0DescribeServiceResponse = (output, context) => {
@@ -2053,38 +2053,38 @@ const deserializeAws_json1_0DisassociateCustomDomainResponse = (output, context)
2053
2053
  CustomDomain: output.CustomDomain !== undefined && output.CustomDomain !== null
2054
2054
  ? deserializeAws_json1_0CustomDomain(output.CustomDomain, context)
2055
2055
  : undefined,
2056
- DNSTarget: smithy_client_1.expectString(output.DNSTarget),
2057
- ServiceArn: smithy_client_1.expectString(output.ServiceArn),
2056
+ DNSTarget: (0, smithy_client_1.expectString)(output.DNSTarget),
2057
+ ServiceArn: (0, smithy_client_1.expectString)(output.ServiceArn),
2058
2058
  };
2059
2059
  };
2060
2060
  const deserializeAws_json1_0EgressConfiguration = (output, context) => {
2061
2061
  return {
2062
- EgressType: smithy_client_1.expectString(output.EgressType),
2063
- VpcConnectorArn: smithy_client_1.expectString(output.VpcConnectorArn),
2062
+ EgressType: (0, smithy_client_1.expectString)(output.EgressType),
2063
+ VpcConnectorArn: (0, smithy_client_1.expectString)(output.VpcConnectorArn),
2064
2064
  };
2065
2065
  };
2066
2066
  const deserializeAws_json1_0EncryptionConfiguration = (output, context) => {
2067
2067
  return {
2068
- KmsKey: smithy_client_1.expectString(output.KmsKey),
2068
+ KmsKey: (0, smithy_client_1.expectString)(output.KmsKey),
2069
2069
  };
2070
2070
  };
2071
2071
  const deserializeAws_json1_0HealthCheckConfiguration = (output, context) => {
2072
2072
  return {
2073
- HealthyThreshold: smithy_client_1.expectInt32(output.HealthyThreshold),
2074
- Interval: smithy_client_1.expectInt32(output.Interval),
2075
- Path: smithy_client_1.expectString(output.Path),
2076
- Protocol: smithy_client_1.expectString(output.Protocol),
2077
- Timeout: smithy_client_1.expectInt32(output.Timeout),
2078
- UnhealthyThreshold: smithy_client_1.expectInt32(output.UnhealthyThreshold),
2073
+ HealthyThreshold: (0, smithy_client_1.expectInt32)(output.HealthyThreshold),
2074
+ Interval: (0, smithy_client_1.expectInt32)(output.Interval),
2075
+ Path: (0, smithy_client_1.expectString)(output.Path),
2076
+ Protocol: (0, smithy_client_1.expectString)(output.Protocol),
2077
+ Timeout: (0, smithy_client_1.expectInt32)(output.Timeout),
2078
+ UnhealthyThreshold: (0, smithy_client_1.expectInt32)(output.UnhealthyThreshold),
2079
2079
  };
2080
2080
  };
2081
2081
  const deserializeAws_json1_0ImageConfiguration = (output, context) => {
2082
2082
  return {
2083
- Port: smithy_client_1.expectString(output.Port),
2083
+ Port: (0, smithy_client_1.expectString)(output.Port),
2084
2084
  RuntimeEnvironmentVariables: output.RuntimeEnvironmentVariables !== undefined && output.RuntimeEnvironmentVariables !== null
2085
2085
  ? deserializeAws_json1_0RuntimeEnvironmentVariables(output.RuntimeEnvironmentVariables, context)
2086
2086
  : undefined,
2087
- StartCommand: smithy_client_1.expectString(output.StartCommand),
2087
+ StartCommand: (0, smithy_client_1.expectString)(output.StartCommand),
2088
2088
  };
2089
2089
  };
2090
2090
  const deserializeAws_json1_0ImageRepository = (output, context) => {
@@ -2092,30 +2092,30 @@ const deserializeAws_json1_0ImageRepository = (output, context) => {
2092
2092
  ImageConfiguration: output.ImageConfiguration !== undefined && output.ImageConfiguration !== null
2093
2093
  ? deserializeAws_json1_0ImageConfiguration(output.ImageConfiguration, context)
2094
2094
  : undefined,
2095
- ImageIdentifier: smithy_client_1.expectString(output.ImageIdentifier),
2096
- ImageRepositoryType: smithy_client_1.expectString(output.ImageRepositoryType),
2095
+ ImageIdentifier: (0, smithy_client_1.expectString)(output.ImageIdentifier),
2096
+ ImageRepositoryType: (0, smithy_client_1.expectString)(output.ImageRepositoryType),
2097
2097
  };
2098
2098
  };
2099
2099
  const deserializeAws_json1_0InstanceConfiguration = (output, context) => {
2100
2100
  return {
2101
- Cpu: smithy_client_1.expectString(output.Cpu),
2102
- InstanceRoleArn: smithy_client_1.expectString(output.InstanceRoleArn),
2103
- Memory: smithy_client_1.expectString(output.Memory),
2101
+ Cpu: (0, smithy_client_1.expectString)(output.Cpu),
2102
+ InstanceRoleArn: (0, smithy_client_1.expectString)(output.InstanceRoleArn),
2103
+ Memory: (0, smithy_client_1.expectString)(output.Memory),
2104
2104
  };
2105
2105
  };
2106
2106
  const deserializeAws_json1_0InternalServiceErrorException = (output, context) => {
2107
2107
  return {
2108
- Message: smithy_client_1.expectString(output.Message),
2108
+ Message: (0, smithy_client_1.expectString)(output.Message),
2109
2109
  };
2110
2110
  };
2111
2111
  const deserializeAws_json1_0InvalidRequestException = (output, context) => {
2112
2112
  return {
2113
- Message: smithy_client_1.expectString(output.Message),
2113
+ Message: (0, smithy_client_1.expectString)(output.Message),
2114
2114
  };
2115
2115
  };
2116
2116
  const deserializeAws_json1_0InvalidStateException = (output, context) => {
2117
2117
  return {
2118
- Message: smithy_client_1.expectString(output.Message),
2118
+ Message: (0, smithy_client_1.expectString)(output.Message),
2119
2119
  };
2120
2120
  };
2121
2121
  const deserializeAws_json1_0ListAutoScalingConfigurationsResponse = (output, context) => {
@@ -2123,7 +2123,7 @@ const deserializeAws_json1_0ListAutoScalingConfigurationsResponse = (output, con
2123
2123
  AutoScalingConfigurationSummaryList: output.AutoScalingConfigurationSummaryList !== undefined && output.AutoScalingConfigurationSummaryList !== null
2124
2124
  ? deserializeAws_json1_0AutoScalingConfigurationSummaryList(output.AutoScalingConfigurationSummaryList, context)
2125
2125
  : undefined,
2126
- NextToken: smithy_client_1.expectString(output.NextToken),
2126
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
2127
2127
  };
2128
2128
  };
2129
2129
  const deserializeAws_json1_0ListConnectionsResponse = (output, context) => {
@@ -2131,12 +2131,12 @@ const deserializeAws_json1_0ListConnectionsResponse = (output, context) => {
2131
2131
  ConnectionSummaryList: output.ConnectionSummaryList !== undefined && output.ConnectionSummaryList !== null
2132
2132
  ? deserializeAws_json1_0ConnectionSummaryList(output.ConnectionSummaryList, context)
2133
2133
  : undefined,
2134
- NextToken: smithy_client_1.expectString(output.NextToken),
2134
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
2135
2135
  };
2136
2136
  };
2137
2137
  const deserializeAws_json1_0ListOperationsResponse = (output, context) => {
2138
2138
  return {
2139
- NextToken: smithy_client_1.expectString(output.NextToken),
2139
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
2140
2140
  OperationSummaryList: output.OperationSummaryList !== undefined && output.OperationSummaryList !== null
2141
2141
  ? deserializeAws_json1_0OperationSummaryList(output.OperationSummaryList, context)
2142
2142
  : undefined,
@@ -2144,7 +2144,7 @@ const deserializeAws_json1_0ListOperationsResponse = (output, context) => {
2144
2144
  };
2145
2145
  const deserializeAws_json1_0ListServicesResponse = (output, context) => {
2146
2146
  return {
2147
- NextToken: smithy_client_1.expectString(output.NextToken),
2147
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
2148
2148
  ServiceSummaryList: output.ServiceSummaryList !== undefined && output.ServiceSummaryList !== null
2149
2149
  ? deserializeAws_json1_0ServiceSummaryList(output.ServiceSummaryList, context)
2150
2150
  : undefined,
@@ -2159,7 +2159,7 @@ const deserializeAws_json1_0ListTagsForResourceResponse = (output, context) => {
2159
2159
  };
2160
2160
  const deserializeAws_json1_0ListVpcConnectorsResponse = (output, context) => {
2161
2161
  return {
2162
- NextToken: smithy_client_1.expectString(output.NextToken),
2162
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
2163
2163
  VpcConnectors: output.VpcConnectors !== undefined && output.VpcConnectors !== null
2164
2164
  ? deserializeAws_json1_0VpcConnectors(output.VpcConnectors, context)
2165
2165
  : undefined,
@@ -2175,17 +2175,17 @@ const deserializeAws_json1_0NetworkConfiguration = (output, context) => {
2175
2175
  const deserializeAws_json1_0OperationSummary = (output, context) => {
2176
2176
  return {
2177
2177
  EndedAt: output.EndedAt !== undefined && output.EndedAt !== null
2178
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.EndedAt)))
2178
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.EndedAt)))
2179
2179
  : undefined,
2180
- Id: smithy_client_1.expectString(output.Id),
2180
+ Id: (0, smithy_client_1.expectString)(output.Id),
2181
2181
  StartedAt: output.StartedAt !== undefined && output.StartedAt !== null
2182
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.StartedAt)))
2182
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.StartedAt)))
2183
2183
  : undefined,
2184
- Status: smithy_client_1.expectString(output.Status),
2185
- TargetArn: smithy_client_1.expectString(output.TargetArn),
2186
- Type: smithy_client_1.expectString(output.Type),
2184
+ Status: (0, smithy_client_1.expectString)(output.Status),
2185
+ TargetArn: (0, smithy_client_1.expectString)(output.TargetArn),
2186
+ Type: (0, smithy_client_1.expectString)(output.Type),
2187
2187
  UpdatedAt: output.UpdatedAt !== undefined && output.UpdatedAt !== null
2188
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.UpdatedAt)))
2188
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.UpdatedAt)))
2189
2189
  : undefined,
2190
2190
  };
2191
2191
  };
@@ -2202,7 +2202,7 @@ const deserializeAws_json1_0OperationSummaryList = (output, context) => {
2202
2202
  };
2203
2203
  const deserializeAws_json1_0PauseServiceResponse = (output, context) => {
2204
2204
  return {
2205
- OperationId: smithy_client_1.expectString(output.OperationId),
2205
+ OperationId: (0, smithy_client_1.expectString)(output.OperationId),
2206
2206
  Service: output.Service !== undefined && output.Service !== null
2207
2207
  ? deserializeAws_json1_0Service(output.Service, context)
2208
2208
  : undefined,
@@ -2210,12 +2210,12 @@ const deserializeAws_json1_0PauseServiceResponse = (output, context) => {
2210
2210
  };
2211
2211
  const deserializeAws_json1_0ResourceNotFoundException = (output, context) => {
2212
2212
  return {
2213
- Message: smithy_client_1.expectString(output.Message),
2213
+ Message: (0, smithy_client_1.expectString)(output.Message),
2214
2214
  };
2215
2215
  };
2216
2216
  const deserializeAws_json1_0ResumeServiceResponse = (output, context) => {
2217
2217
  return {
2218
- OperationId: smithy_client_1.expectString(output.OperationId),
2218
+ OperationId: (0, smithy_client_1.expectString)(output.OperationId),
2219
2219
  Service: output.Service !== undefined && output.Service !== null
2220
2220
  ? deserializeAws_json1_0Service(output.Service, context)
2221
2221
  : undefined,
@@ -2228,7 +2228,7 @@ const deserializeAws_json1_0RuntimeEnvironmentVariables = (output, context) => {
2228
2228
  }
2229
2229
  return {
2230
2230
  ...acc,
2231
- [key]: smithy_client_1.expectString(value),
2231
+ [key]: (0, smithy_client_1.expectString)(value),
2232
2232
  };
2233
2233
  }, {});
2234
2234
  };
@@ -2238,10 +2238,10 @@ const deserializeAws_json1_0Service = (output, context) => {
2238
2238
  ? deserializeAws_json1_0AutoScalingConfigurationSummary(output.AutoScalingConfigurationSummary, context)
2239
2239
  : undefined,
2240
2240
  CreatedAt: output.CreatedAt !== undefined && output.CreatedAt !== null
2241
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreatedAt)))
2241
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreatedAt)))
2242
2242
  : undefined,
2243
2243
  DeletedAt: output.DeletedAt !== undefined && output.DeletedAt !== null
2244
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.DeletedAt)))
2244
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.DeletedAt)))
2245
2245
  : undefined,
2246
2246
  EncryptionConfiguration: output.EncryptionConfiguration !== undefined && output.EncryptionConfiguration !== null
2247
2247
  ? deserializeAws_json1_0EncryptionConfiguration(output.EncryptionConfiguration, context)
@@ -2255,36 +2255,36 @@ const deserializeAws_json1_0Service = (output, context) => {
2255
2255
  NetworkConfiguration: output.NetworkConfiguration !== undefined && output.NetworkConfiguration !== null
2256
2256
  ? deserializeAws_json1_0NetworkConfiguration(output.NetworkConfiguration, context)
2257
2257
  : undefined,
2258
- ServiceArn: smithy_client_1.expectString(output.ServiceArn),
2259
- ServiceId: smithy_client_1.expectString(output.ServiceId),
2260
- ServiceName: smithy_client_1.expectString(output.ServiceName),
2261
- ServiceUrl: smithy_client_1.expectString(output.ServiceUrl),
2258
+ ServiceArn: (0, smithy_client_1.expectString)(output.ServiceArn),
2259
+ ServiceId: (0, smithy_client_1.expectString)(output.ServiceId),
2260
+ ServiceName: (0, smithy_client_1.expectString)(output.ServiceName),
2261
+ ServiceUrl: (0, smithy_client_1.expectString)(output.ServiceUrl),
2262
2262
  SourceConfiguration: output.SourceConfiguration !== undefined && output.SourceConfiguration !== null
2263
2263
  ? deserializeAws_json1_0SourceConfiguration(output.SourceConfiguration, context)
2264
2264
  : undefined,
2265
- Status: smithy_client_1.expectString(output.Status),
2265
+ Status: (0, smithy_client_1.expectString)(output.Status),
2266
2266
  UpdatedAt: output.UpdatedAt !== undefined && output.UpdatedAt !== null
2267
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.UpdatedAt)))
2267
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.UpdatedAt)))
2268
2268
  : undefined,
2269
2269
  };
2270
2270
  };
2271
2271
  const deserializeAws_json1_0ServiceQuotaExceededException = (output, context) => {
2272
2272
  return {
2273
- Message: smithy_client_1.expectString(output.Message),
2273
+ Message: (0, smithy_client_1.expectString)(output.Message),
2274
2274
  };
2275
2275
  };
2276
2276
  const deserializeAws_json1_0ServiceSummary = (output, context) => {
2277
2277
  return {
2278
2278
  CreatedAt: output.CreatedAt !== undefined && output.CreatedAt !== null
2279
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreatedAt)))
2279
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreatedAt)))
2280
2280
  : undefined,
2281
- ServiceArn: smithy_client_1.expectString(output.ServiceArn),
2282
- ServiceId: smithy_client_1.expectString(output.ServiceId),
2283
- ServiceName: smithy_client_1.expectString(output.ServiceName),
2284
- ServiceUrl: smithy_client_1.expectString(output.ServiceUrl),
2285
- Status: smithy_client_1.expectString(output.Status),
2281
+ ServiceArn: (0, smithy_client_1.expectString)(output.ServiceArn),
2282
+ ServiceId: (0, smithy_client_1.expectString)(output.ServiceId),
2283
+ ServiceName: (0, smithy_client_1.expectString)(output.ServiceName),
2284
+ ServiceUrl: (0, smithy_client_1.expectString)(output.ServiceUrl),
2285
+ Status: (0, smithy_client_1.expectString)(output.Status),
2286
2286
  UpdatedAt: output.UpdatedAt !== undefined && output.UpdatedAt !== null
2287
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.UpdatedAt)))
2287
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.UpdatedAt)))
2288
2288
  : undefined,
2289
2289
  };
2290
2290
  };
@@ -2301,8 +2301,8 @@ const deserializeAws_json1_0ServiceSummaryList = (output, context) => {
2301
2301
  };
2302
2302
  const deserializeAws_json1_0SourceCodeVersion = (output, context) => {
2303
2303
  return {
2304
- Type: smithy_client_1.expectString(output.Type),
2305
- Value: smithy_client_1.expectString(output.Value),
2304
+ Type: (0, smithy_client_1.expectString)(output.Type),
2305
+ Value: (0, smithy_client_1.expectString)(output.Value),
2306
2306
  };
2307
2307
  };
2308
2308
  const deserializeAws_json1_0SourceConfiguration = (output, context) => {
@@ -2310,7 +2310,7 @@ const deserializeAws_json1_0SourceConfiguration = (output, context) => {
2310
2310
  AuthenticationConfiguration: output.AuthenticationConfiguration !== undefined && output.AuthenticationConfiguration !== null
2311
2311
  ? deserializeAws_json1_0AuthenticationConfiguration(output.AuthenticationConfiguration, context)
2312
2312
  : undefined,
2313
- AutoDeploymentsEnabled: smithy_client_1.expectBoolean(output.AutoDeploymentsEnabled),
2313
+ AutoDeploymentsEnabled: (0, smithy_client_1.expectBoolean)(output.AutoDeploymentsEnabled),
2314
2314
  CodeRepository: output.CodeRepository !== undefined && output.CodeRepository !== null
2315
2315
  ? deserializeAws_json1_0CodeRepository(output.CodeRepository, context)
2316
2316
  : undefined,
@@ -2321,7 +2321,7 @@ const deserializeAws_json1_0SourceConfiguration = (output, context) => {
2321
2321
  };
2322
2322
  const deserializeAws_json1_0StartDeploymentResponse = (output, context) => {
2323
2323
  return {
2324
- OperationId: smithy_client_1.expectString(output.OperationId),
2324
+ OperationId: (0, smithy_client_1.expectString)(output.OperationId),
2325
2325
  };
2326
2326
  };
2327
2327
  const deserializeAws_json1_0StringList = (output, context) => {
@@ -2331,14 +2331,14 @@ const deserializeAws_json1_0StringList = (output, context) => {
2331
2331
  if (entry === null) {
2332
2332
  return null;
2333
2333
  }
2334
- return smithy_client_1.expectString(entry);
2334
+ return (0, smithy_client_1.expectString)(entry);
2335
2335
  });
2336
2336
  return retVal;
2337
2337
  };
2338
2338
  const deserializeAws_json1_0Tag = (output, context) => {
2339
2339
  return {
2340
- Key: smithy_client_1.expectString(output.Key),
2341
- Value: smithy_client_1.expectString(output.Value),
2340
+ Key: (0, smithy_client_1.expectString)(output.Key),
2341
+ Value: (0, smithy_client_1.expectString)(output.Value),
2342
2342
  };
2343
2343
  };
2344
2344
  const deserializeAws_json1_0TagList = (output, context) => {
@@ -2360,7 +2360,7 @@ const deserializeAws_json1_0UntagResourceResponse = (output, context) => {
2360
2360
  };
2361
2361
  const deserializeAws_json1_0UpdateServiceResponse = (output, context) => {
2362
2362
  return {
2363
- OperationId: smithy_client_1.expectString(output.OperationId),
2363
+ OperationId: (0, smithy_client_1.expectString)(output.OperationId),
2364
2364
  Service: output.Service !== undefined && output.Service !== null
2365
2365
  ? deserializeAws_json1_0Service(output.Service, context)
2366
2366
  : undefined,
@@ -2369,21 +2369,21 @@ const deserializeAws_json1_0UpdateServiceResponse = (output, context) => {
2369
2369
  const deserializeAws_json1_0VpcConnector = (output, context) => {
2370
2370
  return {
2371
2371
  CreatedAt: output.CreatedAt !== undefined && output.CreatedAt !== null
2372
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreatedAt)))
2372
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreatedAt)))
2373
2373
  : undefined,
2374
2374
  DeletedAt: output.DeletedAt !== undefined && output.DeletedAt !== null
2375
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.DeletedAt)))
2375
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.DeletedAt)))
2376
2376
  : undefined,
2377
2377
  SecurityGroups: output.SecurityGroups !== undefined && output.SecurityGroups !== null
2378
2378
  ? deserializeAws_json1_0StringList(output.SecurityGroups, context)
2379
2379
  : undefined,
2380
- Status: smithy_client_1.expectString(output.Status),
2380
+ Status: (0, smithy_client_1.expectString)(output.Status),
2381
2381
  Subnets: output.Subnets !== undefined && output.Subnets !== null
2382
2382
  ? deserializeAws_json1_0StringList(output.Subnets, context)
2383
2383
  : undefined,
2384
- VpcConnectorArn: smithy_client_1.expectString(output.VpcConnectorArn),
2385
- VpcConnectorName: smithy_client_1.expectString(output.VpcConnectorName),
2386
- VpcConnectorRevision: smithy_client_1.expectInt32(output.VpcConnectorRevision),
2384
+ VpcConnectorArn: (0, smithy_client_1.expectString)(output.VpcConnectorArn),
2385
+ VpcConnectorName: (0, smithy_client_1.expectString)(output.VpcConnectorName),
2386
+ VpcConnectorRevision: (0, smithy_client_1.expectInt32)(output.VpcConnectorRevision),
2387
2387
  };
2388
2388
  };
2389
2389
  const deserializeAws_json1_0VpcConnectors = (output, context) => {