@aws-sdk/client-service-quotas 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 (42) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/ServiceQuotasClient.js +13 -13
  3. package/dist-cjs/commands/AssociateServiceQuotaTemplateCommand.js +3 -3
  4. package/dist-cjs/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.js +3 -3
  5. package/dist-cjs/commands/DisassociateServiceQuotaTemplateCommand.js +3 -3
  6. package/dist-cjs/commands/GetAWSDefaultServiceQuotaCommand.js +3 -3
  7. package/dist-cjs/commands/GetAssociationForServiceQuotaTemplateCommand.js +3 -3
  8. package/dist-cjs/commands/GetRequestedServiceQuotaChangeCommand.js +3 -3
  9. package/dist-cjs/commands/GetServiceQuotaCommand.js +3 -3
  10. package/dist-cjs/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.js +3 -3
  11. package/dist-cjs/commands/ListAWSDefaultServiceQuotasCommand.js +3 -3
  12. package/dist-cjs/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.js +3 -3
  13. package/dist-cjs/commands/ListRequestedServiceQuotaChangeHistoryCommand.js +3 -3
  14. package/dist-cjs/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.js +3 -3
  15. package/dist-cjs/commands/ListServiceQuotasCommand.js +3 -3
  16. package/dist-cjs/commands/ListServicesCommand.js +3 -3
  17. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  18. package/dist-cjs/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.js +3 -3
  19. package/dist-cjs/commands/RequestServiceQuotaIncreaseCommand.js +3 -3
  20. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  21. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  22. package/dist-cjs/endpoints.js +1 -1
  23. package/dist-cjs/protocols/Aws_json1_1.js +105 -105
  24. package/dist-cjs/runtimeConfig.browser.js +4 -4
  25. package/dist-cjs/runtimeConfig.js +9 -9
  26. package/dist-cjs/runtimeConfig.native.js +1 -1
  27. package/dist-es/ServiceQuotas.js +19 -19
  28. package/dist-es/pagination/ListAWSDefaultServiceQuotasPaginator.js +4 -4
  29. package/dist-es/pagination/ListRequestedServiceQuotaChangeHistoryByQuotaPaginator.js +4 -4
  30. package/dist-es/pagination/ListRequestedServiceQuotaChangeHistoryPaginator.js +4 -4
  31. package/dist-es/pagination/ListServiceQuotaIncreaseRequestsInTemplatePaginator.js +4 -4
  32. package/dist-es/pagination/ListServiceQuotasPaginator.js +4 -4
  33. package/dist-es/pagination/ListServicesPaginator.js +4 -4
  34. package/dist-types/ServiceQuotasClient.d.ts +2 -2
  35. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  36. package/dist-types/runtimeConfig.d.ts +1 -1
  37. package/dist-types/runtimeConfig.native.d.ts +3 -3
  38. package/dist-types/ts3.4/ServiceQuotasClient.d.ts +2 -2
  39. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  40. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  41. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  42. package/package.json +34 -34
@@ -249,7 +249,7 @@ const deserializeAws_json1_1AssociateServiceQuotaTemplateCommandError = async (o
249
249
  $fault: "client",
250
250
  $metadata: deserializeMetadata(output),
251
251
  });
252
- throw smithy_client_1.decorateServiceException(response, parsedBody);
252
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
253
253
  }
254
254
  };
255
255
  const deserializeAws_json1_1DeleteServiceQuotaIncreaseRequestFromTemplateCommand = async (output, context) => {
@@ -309,7 +309,7 @@ const deserializeAws_json1_1DeleteServiceQuotaIncreaseRequestFromTemplateCommand
309
309
  $fault: "client",
310
310
  $metadata: deserializeMetadata(output),
311
311
  });
312
- throw smithy_client_1.decorateServiceException(response, parsedBody);
312
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
313
313
  }
314
314
  };
315
315
  const deserializeAws_json1_1DisassociateServiceQuotaTemplateCommand = async (output, context) => {
@@ -366,7 +366,7 @@ const deserializeAws_json1_1DisassociateServiceQuotaTemplateCommandError = async
366
366
  $fault: "client",
367
367
  $metadata: deserializeMetadata(output),
368
368
  });
369
- throw smithy_client_1.decorateServiceException(response, parsedBody);
369
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
370
370
  }
371
371
  };
372
372
  const deserializeAws_json1_1GetAssociationForServiceQuotaTemplateCommand = async (output, context) => {
@@ -423,7 +423,7 @@ const deserializeAws_json1_1GetAssociationForServiceQuotaTemplateCommandError =
423
423
  $fault: "client",
424
424
  $metadata: deserializeMetadata(output),
425
425
  });
426
- throw smithy_client_1.decorateServiceException(response, parsedBody);
426
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
427
427
  }
428
428
  };
429
429
  const deserializeAws_json1_1GetAWSDefaultServiceQuotaCommand = async (output, context) => {
@@ -471,7 +471,7 @@ const deserializeAws_json1_1GetAWSDefaultServiceQuotaCommandError = async (outpu
471
471
  $fault: "client",
472
472
  $metadata: deserializeMetadata(output),
473
473
  });
474
- throw smithy_client_1.decorateServiceException(response, parsedBody);
474
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
475
475
  }
476
476
  };
477
477
  const deserializeAws_json1_1GetRequestedServiceQuotaChangeCommand = async (output, context) => {
@@ -519,7 +519,7 @@ const deserializeAws_json1_1GetRequestedServiceQuotaChangeCommandError = async (
519
519
  $fault: "client",
520
520
  $metadata: deserializeMetadata(output),
521
521
  });
522
- throw smithy_client_1.decorateServiceException(response, parsedBody);
522
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
523
523
  }
524
524
  };
525
525
  const deserializeAws_json1_1GetServiceQuotaCommand = async (output, context) => {
@@ -567,7 +567,7 @@ const deserializeAws_json1_1GetServiceQuotaCommandError = async (output, context
567
567
  $fault: "client",
568
568
  $metadata: deserializeMetadata(output),
569
569
  });
570
- throw smithy_client_1.decorateServiceException(response, parsedBody);
570
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
571
571
  }
572
572
  };
573
573
  const deserializeAws_json1_1GetServiceQuotaIncreaseRequestFromTemplateCommand = async (output, context) => {
@@ -627,7 +627,7 @@ const deserializeAws_json1_1GetServiceQuotaIncreaseRequestFromTemplateCommandErr
627
627
  $fault: "client",
628
628
  $metadata: deserializeMetadata(output),
629
629
  });
630
- throw smithy_client_1.decorateServiceException(response, parsedBody);
630
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
631
631
  }
632
632
  };
633
633
  const deserializeAws_json1_1ListAWSDefaultServiceQuotasCommand = async (output, context) => {
@@ -678,7 +678,7 @@ const deserializeAws_json1_1ListAWSDefaultServiceQuotasCommandError = async (out
678
678
  $fault: "client",
679
679
  $metadata: deserializeMetadata(output),
680
680
  });
681
- throw smithy_client_1.decorateServiceException(response, parsedBody);
681
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
682
682
  }
683
683
  };
684
684
  const deserializeAws_json1_1ListRequestedServiceQuotaChangeHistoryCommand = async (output, context) => {
@@ -729,7 +729,7 @@ const deserializeAws_json1_1ListRequestedServiceQuotaChangeHistoryCommandError =
729
729
  $fault: "client",
730
730
  $metadata: deserializeMetadata(output),
731
731
  });
732
- throw smithy_client_1.decorateServiceException(response, parsedBody);
732
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
733
733
  }
734
734
  };
735
735
  const deserializeAws_json1_1ListRequestedServiceQuotaChangeHistoryByQuotaCommand = async (output, context) => {
@@ -780,7 +780,7 @@ const deserializeAws_json1_1ListRequestedServiceQuotaChangeHistoryByQuotaCommand
780
780
  $fault: "client",
781
781
  $metadata: deserializeMetadata(output),
782
782
  });
783
- throw smithy_client_1.decorateServiceException(response, parsedBody);
783
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
784
784
  }
785
785
  };
786
786
  const deserializeAws_json1_1ListServiceQuotaIncreaseRequestsInTemplateCommand = async (output, context) => {
@@ -837,7 +837,7 @@ const deserializeAws_json1_1ListServiceQuotaIncreaseRequestsInTemplateCommandErr
837
837
  $fault: "client",
838
838
  $metadata: deserializeMetadata(output),
839
839
  });
840
- throw smithy_client_1.decorateServiceException(response, parsedBody);
840
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
841
841
  }
842
842
  };
843
843
  const deserializeAws_json1_1ListServiceQuotasCommand = async (output, context) => {
@@ -888,7 +888,7 @@ const deserializeAws_json1_1ListServiceQuotasCommandError = async (output, conte
888
888
  $fault: "client",
889
889
  $metadata: deserializeMetadata(output),
890
890
  });
891
- throw smithy_client_1.decorateServiceException(response, parsedBody);
891
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
892
892
  }
893
893
  };
894
894
  const deserializeAws_json1_1ListServicesCommand = async (output, context) => {
@@ -936,7 +936,7 @@ const deserializeAws_json1_1ListServicesCommandError = async (output, context) =
936
936
  $fault: "client",
937
937
  $metadata: deserializeMetadata(output),
938
938
  });
939
- throw smithy_client_1.decorateServiceException(response, parsedBody);
939
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
940
940
  }
941
941
  };
942
942
  const deserializeAws_json1_1ListTagsForResourceCommand = async (output, context) => {
@@ -984,7 +984,7 @@ const deserializeAws_json1_1ListTagsForResourceCommandError = async (output, con
984
984
  $fault: "client",
985
985
  $metadata: deserializeMetadata(output),
986
986
  });
987
- throw smithy_client_1.decorateServiceException(response, parsedBody);
987
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
988
988
  }
989
989
  };
990
990
  const deserializeAws_json1_1PutServiceQuotaIncreaseRequestIntoTemplateCommand = async (output, context) => {
@@ -1047,7 +1047,7 @@ const deserializeAws_json1_1PutServiceQuotaIncreaseRequestIntoTemplateCommandErr
1047
1047
  $fault: "client",
1048
1048
  $metadata: deserializeMetadata(output),
1049
1049
  });
1050
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1050
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1051
1051
  }
1052
1052
  };
1053
1053
  const deserializeAws_json1_1RequestServiceQuotaIncreaseCommand = async (output, context) => {
@@ -1107,7 +1107,7 @@ const deserializeAws_json1_1RequestServiceQuotaIncreaseCommandError = async (out
1107
1107
  $fault: "client",
1108
1108
  $metadata: deserializeMetadata(output),
1109
1109
  });
1110
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1110
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1111
1111
  }
1112
1112
  };
1113
1113
  const deserializeAws_json1_1TagResourceCommand = async (output, context) => {
@@ -1161,7 +1161,7 @@ const deserializeAws_json1_1TagResourceCommandError = async (output, context) =>
1161
1161
  $fault: "client",
1162
1162
  $metadata: deserializeMetadata(output),
1163
1163
  });
1164
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1164
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1165
1165
  }
1166
1166
  };
1167
1167
  const deserializeAws_json1_1UntagResourceCommand = async (output, context) => {
@@ -1209,7 +1209,7 @@ const deserializeAws_json1_1UntagResourceCommandError = async (output, context)
1209
1209
  $fault: "client",
1210
1210
  $metadata: deserializeMetadata(output),
1211
1211
  });
1212
- throw smithy_client_1.decorateServiceException(response, parsedBody);
1212
+ throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
1213
1213
  }
1214
1214
  };
1215
1215
  const deserializeAws_json1_1AccessDeniedExceptionResponse = async (parsedOutput, context) => {
@@ -1219,7 +1219,7 @@ const deserializeAws_json1_1AccessDeniedExceptionResponse = async (parsedOutput,
1219
1219
  $metadata: deserializeMetadata(parsedOutput),
1220
1220
  ...deserialized,
1221
1221
  });
1222
- return smithy_client_1.decorateServiceException(exception, body);
1222
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1223
1223
  };
1224
1224
  const deserializeAws_json1_1AWSServiceAccessNotEnabledExceptionResponse = async (parsedOutput, context) => {
1225
1225
  const body = parsedOutput.body;
@@ -1228,7 +1228,7 @@ const deserializeAws_json1_1AWSServiceAccessNotEnabledExceptionResponse = async
1228
1228
  $metadata: deserializeMetadata(parsedOutput),
1229
1229
  ...deserialized,
1230
1230
  });
1231
- return smithy_client_1.decorateServiceException(exception, body);
1231
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1232
1232
  };
1233
1233
  const deserializeAws_json1_1DependencyAccessDeniedExceptionResponse = async (parsedOutput, context) => {
1234
1234
  const body = parsedOutput.body;
@@ -1237,7 +1237,7 @@ const deserializeAws_json1_1DependencyAccessDeniedExceptionResponse = async (par
1237
1237
  $metadata: deserializeMetadata(parsedOutput),
1238
1238
  ...deserialized,
1239
1239
  });
1240
- return smithy_client_1.decorateServiceException(exception, body);
1240
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1241
1241
  };
1242
1242
  const deserializeAws_json1_1IllegalArgumentExceptionResponse = async (parsedOutput, context) => {
1243
1243
  const body = parsedOutput.body;
@@ -1246,7 +1246,7 @@ const deserializeAws_json1_1IllegalArgumentExceptionResponse = async (parsedOutp
1246
1246
  $metadata: deserializeMetadata(parsedOutput),
1247
1247
  ...deserialized,
1248
1248
  });
1249
- return smithy_client_1.decorateServiceException(exception, body);
1249
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1250
1250
  };
1251
1251
  const deserializeAws_json1_1InvalidPaginationTokenExceptionResponse = async (parsedOutput, context) => {
1252
1252
  const body = parsedOutput.body;
@@ -1255,7 +1255,7 @@ const deserializeAws_json1_1InvalidPaginationTokenExceptionResponse = async (par
1255
1255
  $metadata: deserializeMetadata(parsedOutput),
1256
1256
  ...deserialized,
1257
1257
  });
1258
- return smithy_client_1.decorateServiceException(exception, body);
1258
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1259
1259
  };
1260
1260
  const deserializeAws_json1_1InvalidResourceStateExceptionResponse = async (parsedOutput, context) => {
1261
1261
  const body = parsedOutput.body;
@@ -1264,7 +1264,7 @@ const deserializeAws_json1_1InvalidResourceStateExceptionResponse = async (parse
1264
1264
  $metadata: deserializeMetadata(parsedOutput),
1265
1265
  ...deserialized,
1266
1266
  });
1267
- return smithy_client_1.decorateServiceException(exception, body);
1267
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1268
1268
  };
1269
1269
  const deserializeAws_json1_1NoAvailableOrganizationExceptionResponse = async (parsedOutput, context) => {
1270
1270
  const body = parsedOutput.body;
@@ -1273,7 +1273,7 @@ const deserializeAws_json1_1NoAvailableOrganizationExceptionResponse = async (pa
1273
1273
  $metadata: deserializeMetadata(parsedOutput),
1274
1274
  ...deserialized,
1275
1275
  });
1276
- return smithy_client_1.decorateServiceException(exception, body);
1276
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1277
1277
  };
1278
1278
  const deserializeAws_json1_1NoSuchResourceExceptionResponse = async (parsedOutput, context) => {
1279
1279
  const body = parsedOutput.body;
@@ -1282,7 +1282,7 @@ const deserializeAws_json1_1NoSuchResourceExceptionResponse = async (parsedOutpu
1282
1282
  $metadata: deserializeMetadata(parsedOutput),
1283
1283
  ...deserialized,
1284
1284
  });
1285
- return smithy_client_1.decorateServiceException(exception, body);
1285
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1286
1286
  };
1287
1287
  const deserializeAws_json1_1OrganizationNotInAllFeaturesModeExceptionResponse = async (parsedOutput, context) => {
1288
1288
  const body = parsedOutput.body;
@@ -1291,7 +1291,7 @@ const deserializeAws_json1_1OrganizationNotInAllFeaturesModeExceptionResponse =
1291
1291
  $metadata: deserializeMetadata(parsedOutput),
1292
1292
  ...deserialized,
1293
1293
  });
1294
- return smithy_client_1.decorateServiceException(exception, body);
1294
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1295
1295
  };
1296
1296
  const deserializeAws_json1_1QuotaExceededExceptionResponse = async (parsedOutput, context) => {
1297
1297
  const body = parsedOutput.body;
@@ -1300,7 +1300,7 @@ const deserializeAws_json1_1QuotaExceededExceptionResponse = async (parsedOutput
1300
1300
  $metadata: deserializeMetadata(parsedOutput),
1301
1301
  ...deserialized,
1302
1302
  });
1303
- return smithy_client_1.decorateServiceException(exception, body);
1303
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1304
1304
  };
1305
1305
  const deserializeAws_json1_1ResourceAlreadyExistsExceptionResponse = async (parsedOutput, context) => {
1306
1306
  const body = parsedOutput.body;
@@ -1309,7 +1309,7 @@ const deserializeAws_json1_1ResourceAlreadyExistsExceptionResponse = async (pars
1309
1309
  $metadata: deserializeMetadata(parsedOutput),
1310
1310
  ...deserialized,
1311
1311
  });
1312
- return smithy_client_1.decorateServiceException(exception, body);
1312
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1313
1313
  };
1314
1314
  const deserializeAws_json1_1ServiceExceptionResponse = async (parsedOutput, context) => {
1315
1315
  const body = parsedOutput.body;
@@ -1318,7 +1318,7 @@ const deserializeAws_json1_1ServiceExceptionResponse = async (parsedOutput, cont
1318
1318
  $metadata: deserializeMetadata(parsedOutput),
1319
1319
  ...deserialized,
1320
1320
  });
1321
- return smithy_client_1.decorateServiceException(exception, body);
1321
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1322
1322
  };
1323
1323
  const deserializeAws_json1_1ServiceQuotaTemplateNotInUseExceptionResponse = async (parsedOutput, context) => {
1324
1324
  const body = parsedOutput.body;
@@ -1327,7 +1327,7 @@ const deserializeAws_json1_1ServiceQuotaTemplateNotInUseExceptionResponse = asyn
1327
1327
  $metadata: deserializeMetadata(parsedOutput),
1328
1328
  ...deserialized,
1329
1329
  });
1330
- return smithy_client_1.decorateServiceException(exception, body);
1330
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1331
1331
  };
1332
1332
  const deserializeAws_json1_1TagPolicyViolationExceptionResponse = async (parsedOutput, context) => {
1333
1333
  const body = parsedOutput.body;
@@ -1336,7 +1336,7 @@ const deserializeAws_json1_1TagPolicyViolationExceptionResponse = async (parsedO
1336
1336
  $metadata: deserializeMetadata(parsedOutput),
1337
1337
  ...deserialized,
1338
1338
  });
1339
- return smithy_client_1.decorateServiceException(exception, body);
1339
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1340
1340
  };
1341
1341
  const deserializeAws_json1_1TemplatesNotAvailableInRegionExceptionResponse = async (parsedOutput, context) => {
1342
1342
  const body = parsedOutput.body;
@@ -1345,7 +1345,7 @@ const deserializeAws_json1_1TemplatesNotAvailableInRegionExceptionResponse = asy
1345
1345
  $metadata: deserializeMetadata(parsedOutput),
1346
1346
  ...deserialized,
1347
1347
  });
1348
- return smithy_client_1.decorateServiceException(exception, body);
1348
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1349
1349
  };
1350
1350
  const deserializeAws_json1_1TooManyRequestsExceptionResponse = async (parsedOutput, context) => {
1351
1351
  const body = parsedOutput.body;
@@ -1354,7 +1354,7 @@ const deserializeAws_json1_1TooManyRequestsExceptionResponse = async (parsedOutp
1354
1354
  $metadata: deserializeMetadata(parsedOutput),
1355
1355
  ...deserialized,
1356
1356
  });
1357
- return smithy_client_1.decorateServiceException(exception, body);
1357
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1358
1358
  };
1359
1359
  const deserializeAws_json1_1TooManyTagsExceptionResponse = async (parsedOutput, context) => {
1360
1360
  const body = parsedOutput.body;
@@ -1363,7 +1363,7 @@ const deserializeAws_json1_1TooManyTagsExceptionResponse = async (parsedOutput,
1363
1363
  $metadata: deserializeMetadata(parsedOutput),
1364
1364
  ...deserialized,
1365
1365
  });
1366
- return smithy_client_1.decorateServiceException(exception, body);
1366
+ return (0, smithy_client_1.decorateServiceException)(exception, body);
1367
1367
  };
1368
1368
  const serializeAws_json1_1AssociateServiceQuotaTemplateRequest = (input, context) => {
1369
1369
  return {};
@@ -1479,7 +1479,7 @@ const serializeAws_json1_1PutServiceQuotaIncreaseRequestIntoTemplateRequest = (i
1479
1479
  return {
1480
1480
  ...(input.AwsRegion !== undefined && input.AwsRegion !== null && { AwsRegion: input.AwsRegion }),
1481
1481
  ...(input.DesiredValue !== undefined &&
1482
- input.DesiredValue !== null && { DesiredValue: smithy_client_1.serializeFloat(input.DesiredValue) }),
1482
+ input.DesiredValue !== null && { DesiredValue: (0, smithy_client_1.serializeFloat)(input.DesiredValue) }),
1483
1483
  ...(input.QuotaCode !== undefined && input.QuotaCode !== null && { QuotaCode: input.QuotaCode }),
1484
1484
  ...(input.ServiceCode !== undefined && input.ServiceCode !== null && { ServiceCode: input.ServiceCode }),
1485
1485
  };
@@ -1487,7 +1487,7 @@ const serializeAws_json1_1PutServiceQuotaIncreaseRequestIntoTemplateRequest = (i
1487
1487
  const serializeAws_json1_1RequestServiceQuotaIncreaseRequest = (input, context) => {
1488
1488
  return {
1489
1489
  ...(input.DesiredValue !== undefined &&
1490
- input.DesiredValue !== null && { DesiredValue: smithy_client_1.serializeFloat(input.DesiredValue) }),
1490
+ input.DesiredValue !== null && { DesiredValue: (0, smithy_client_1.serializeFloat)(input.DesiredValue) }),
1491
1491
  ...(input.QuotaCode !== undefined && input.QuotaCode !== null && { QuotaCode: input.QuotaCode }),
1492
1492
  ...(input.ServiceCode !== undefined && input.ServiceCode !== null && { ServiceCode: input.ServiceCode }),
1493
1493
  };
@@ -1514,7 +1514,7 @@ const serializeAws_json1_1UntagResourceRequest = (input, context) => {
1514
1514
  };
1515
1515
  const deserializeAws_json1_1AccessDeniedException = (output, context) => {
1516
1516
  return {
1517
- Message: smithy_client_1.expectString(output.Message),
1517
+ Message: (0, smithy_client_1.expectString)(output.Message),
1518
1518
  };
1519
1519
  };
1520
1520
  const deserializeAws_json1_1AssociateServiceQuotaTemplateResponse = (output, context) => {
@@ -1522,7 +1522,7 @@ const deserializeAws_json1_1AssociateServiceQuotaTemplateResponse = (output, con
1522
1522
  };
1523
1523
  const deserializeAws_json1_1AWSServiceAccessNotEnabledException = (output, context) => {
1524
1524
  return {
1525
- Message: smithy_client_1.expectString(output.Message),
1525
+ Message: (0, smithy_client_1.expectString)(output.Message),
1526
1526
  };
1527
1527
  };
1528
1528
  const deserializeAws_json1_1DeleteServiceQuotaIncreaseRequestFromTemplateResponse = (output, context) => {
@@ -1530,7 +1530,7 @@ const deserializeAws_json1_1DeleteServiceQuotaIncreaseRequestFromTemplateRespons
1530
1530
  };
1531
1531
  const deserializeAws_json1_1DependencyAccessDeniedException = (output, context) => {
1532
1532
  return {
1533
- Message: smithy_client_1.expectString(output.Message),
1533
+ Message: (0, smithy_client_1.expectString)(output.Message),
1534
1534
  };
1535
1535
  };
1536
1536
  const deserializeAws_json1_1DisassociateServiceQuotaTemplateResponse = (output, context) => {
@@ -1538,13 +1538,13 @@ const deserializeAws_json1_1DisassociateServiceQuotaTemplateResponse = (output,
1538
1538
  };
1539
1539
  const deserializeAws_json1_1ErrorReason = (output, context) => {
1540
1540
  return {
1541
- ErrorCode: smithy_client_1.expectString(output.ErrorCode),
1542
- ErrorMessage: smithy_client_1.expectString(output.ErrorMessage),
1541
+ ErrorCode: (0, smithy_client_1.expectString)(output.ErrorCode),
1542
+ ErrorMessage: (0, smithy_client_1.expectString)(output.ErrorMessage),
1543
1543
  };
1544
1544
  };
1545
1545
  const deserializeAws_json1_1GetAssociationForServiceQuotaTemplateResponse = (output, context) => {
1546
1546
  return {
1547
- ServiceQuotaTemplateAssociationStatus: smithy_client_1.expectString(output.ServiceQuotaTemplateAssociationStatus),
1547
+ ServiceQuotaTemplateAssociationStatus: (0, smithy_client_1.expectString)(output.ServiceQuotaTemplateAssociationStatus),
1548
1548
  };
1549
1549
  };
1550
1550
  const deserializeAws_json1_1GetAWSDefaultServiceQuotaResponse = (output, context) => {
@@ -1578,22 +1578,22 @@ const deserializeAws_json1_1GetServiceQuotaResponse = (output, context) => {
1578
1578
  };
1579
1579
  const deserializeAws_json1_1IllegalArgumentException = (output, context) => {
1580
1580
  return {
1581
- Message: smithy_client_1.expectString(output.Message),
1581
+ Message: (0, smithy_client_1.expectString)(output.Message),
1582
1582
  };
1583
1583
  };
1584
1584
  const deserializeAws_json1_1InvalidPaginationTokenException = (output, context) => {
1585
1585
  return {
1586
- Message: smithy_client_1.expectString(output.Message),
1586
+ Message: (0, smithy_client_1.expectString)(output.Message),
1587
1587
  };
1588
1588
  };
1589
1589
  const deserializeAws_json1_1InvalidResourceStateException = (output, context) => {
1590
1590
  return {
1591
- Message: smithy_client_1.expectString(output.Message),
1591
+ Message: (0, smithy_client_1.expectString)(output.Message),
1592
1592
  };
1593
1593
  };
1594
1594
  const deserializeAws_json1_1ListAWSDefaultServiceQuotasResponse = (output, context) => {
1595
1595
  return {
1596
- NextToken: smithy_client_1.expectString(output.NextToken),
1596
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
1597
1597
  Quotas: output.Quotas !== undefined && output.Quotas !== null
1598
1598
  ? deserializeAws_json1_1ServiceQuotaListDefinition(output.Quotas, context)
1599
1599
  : undefined,
@@ -1601,7 +1601,7 @@ const deserializeAws_json1_1ListAWSDefaultServiceQuotasResponse = (output, conte
1601
1601
  };
1602
1602
  const deserializeAws_json1_1ListRequestedServiceQuotaChangeHistoryByQuotaResponse = (output, context) => {
1603
1603
  return {
1604
- NextToken: smithy_client_1.expectString(output.NextToken),
1604
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
1605
1605
  RequestedQuotas: output.RequestedQuotas !== undefined && output.RequestedQuotas !== null
1606
1606
  ? deserializeAws_json1_1RequestedServiceQuotaChangeHistoryListDefinition(output.RequestedQuotas, context)
1607
1607
  : undefined,
@@ -1609,7 +1609,7 @@ const deserializeAws_json1_1ListRequestedServiceQuotaChangeHistoryByQuotaRespons
1609
1609
  };
1610
1610
  const deserializeAws_json1_1ListRequestedServiceQuotaChangeHistoryResponse = (output, context) => {
1611
1611
  return {
1612
- NextToken: smithy_client_1.expectString(output.NextToken),
1612
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
1613
1613
  RequestedQuotas: output.RequestedQuotas !== undefined && output.RequestedQuotas !== null
1614
1614
  ? deserializeAws_json1_1RequestedServiceQuotaChangeHistoryListDefinition(output.RequestedQuotas, context)
1615
1615
  : undefined,
@@ -1617,7 +1617,7 @@ const deserializeAws_json1_1ListRequestedServiceQuotaChangeHistoryResponse = (ou
1617
1617
  };
1618
1618
  const deserializeAws_json1_1ListServiceQuotaIncreaseRequestsInTemplateResponse = (output, context) => {
1619
1619
  return {
1620
- NextToken: smithy_client_1.expectString(output.NextToken),
1620
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
1621
1621
  ServiceQuotaIncreaseRequestInTemplateList: output.ServiceQuotaIncreaseRequestInTemplateList !== undefined &&
1622
1622
  output.ServiceQuotaIncreaseRequestInTemplateList !== null
1623
1623
  ? deserializeAws_json1_1ServiceQuotaIncreaseRequestInTemplateList(output.ServiceQuotaIncreaseRequestInTemplateList, context)
@@ -1626,7 +1626,7 @@ const deserializeAws_json1_1ListServiceQuotaIncreaseRequestsInTemplateResponse =
1626
1626
  };
1627
1627
  const deserializeAws_json1_1ListServiceQuotasResponse = (output, context) => {
1628
1628
  return {
1629
- NextToken: smithy_client_1.expectString(output.NextToken),
1629
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
1630
1630
  Quotas: output.Quotas !== undefined && output.Quotas !== null
1631
1631
  ? deserializeAws_json1_1ServiceQuotaListDefinition(output.Quotas, context)
1632
1632
  : undefined,
@@ -1634,7 +1634,7 @@ const deserializeAws_json1_1ListServiceQuotasResponse = (output, context) => {
1634
1634
  };
1635
1635
  const deserializeAws_json1_1ListServicesResponse = (output, context) => {
1636
1636
  return {
1637
- NextToken: smithy_client_1.expectString(output.NextToken),
1637
+ NextToken: (0, smithy_client_1.expectString)(output.NextToken),
1638
1638
  Services: output.Services !== undefined && output.Services !== null
1639
1639
  ? deserializeAws_json1_1ServiceInfoListDefinition(output.Services, context)
1640
1640
  : undefined,
@@ -1654,7 +1654,7 @@ const deserializeAws_json1_1MetricDimensionsMapDefinition = (output, context) =>
1654
1654
  }
1655
1655
  return {
1656
1656
  ...acc,
1657
- [key]: smithy_client_1.expectString(value),
1657
+ [key]: (0, smithy_client_1.expectString)(value),
1658
1658
  };
1659
1659
  }, {});
1660
1660
  };
@@ -1663,24 +1663,24 @@ const deserializeAws_json1_1MetricInfo = (output, context) => {
1663
1663
  MetricDimensions: output.MetricDimensions !== undefined && output.MetricDimensions !== null
1664
1664
  ? deserializeAws_json1_1MetricDimensionsMapDefinition(output.MetricDimensions, context)
1665
1665
  : undefined,
1666
- MetricName: smithy_client_1.expectString(output.MetricName),
1667
- MetricNamespace: smithy_client_1.expectString(output.MetricNamespace),
1668
- MetricStatisticRecommendation: smithy_client_1.expectString(output.MetricStatisticRecommendation),
1666
+ MetricName: (0, smithy_client_1.expectString)(output.MetricName),
1667
+ MetricNamespace: (0, smithy_client_1.expectString)(output.MetricNamespace),
1668
+ MetricStatisticRecommendation: (0, smithy_client_1.expectString)(output.MetricStatisticRecommendation),
1669
1669
  };
1670
1670
  };
1671
1671
  const deserializeAws_json1_1NoAvailableOrganizationException = (output, context) => {
1672
1672
  return {
1673
- Message: smithy_client_1.expectString(output.Message),
1673
+ Message: (0, smithy_client_1.expectString)(output.Message),
1674
1674
  };
1675
1675
  };
1676
1676
  const deserializeAws_json1_1NoSuchResourceException = (output, context) => {
1677
1677
  return {
1678
- Message: smithy_client_1.expectString(output.Message),
1678
+ Message: (0, smithy_client_1.expectString)(output.Message),
1679
1679
  };
1680
1680
  };
1681
1681
  const deserializeAws_json1_1OrganizationNotInAllFeaturesModeException = (output, context) => {
1682
1682
  return {
1683
- Message: smithy_client_1.expectString(output.Message),
1683
+ Message: (0, smithy_client_1.expectString)(output.Message),
1684
1684
  };
1685
1685
  };
1686
1686
  const deserializeAws_json1_1OutputTags = (output, context) => {
@@ -1704,35 +1704,35 @@ const deserializeAws_json1_1PutServiceQuotaIncreaseRequestIntoTemplateResponse =
1704
1704
  };
1705
1705
  const deserializeAws_json1_1QuotaExceededException = (output, context) => {
1706
1706
  return {
1707
- Message: smithy_client_1.expectString(output.Message),
1707
+ Message: (0, smithy_client_1.expectString)(output.Message),
1708
1708
  };
1709
1709
  };
1710
1710
  const deserializeAws_json1_1QuotaPeriod = (output, context) => {
1711
1711
  return {
1712
- PeriodUnit: smithy_client_1.expectString(output.PeriodUnit),
1713
- PeriodValue: smithy_client_1.expectInt32(output.PeriodValue),
1712
+ PeriodUnit: (0, smithy_client_1.expectString)(output.PeriodUnit),
1713
+ PeriodValue: (0, smithy_client_1.expectInt32)(output.PeriodValue),
1714
1714
  };
1715
1715
  };
1716
1716
  const deserializeAws_json1_1RequestedServiceQuotaChange = (output, context) => {
1717
1717
  return {
1718
- CaseId: smithy_client_1.expectString(output.CaseId),
1718
+ CaseId: (0, smithy_client_1.expectString)(output.CaseId),
1719
1719
  Created: output.Created !== undefined && output.Created !== null
1720
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.Created)))
1720
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.Created)))
1721
1721
  : undefined,
1722
- DesiredValue: smithy_client_1.limitedParseDouble(output.DesiredValue),
1723
- GlobalQuota: smithy_client_1.expectBoolean(output.GlobalQuota),
1724
- Id: smithy_client_1.expectString(output.Id),
1722
+ DesiredValue: (0, smithy_client_1.limitedParseDouble)(output.DesiredValue),
1723
+ GlobalQuota: (0, smithy_client_1.expectBoolean)(output.GlobalQuota),
1724
+ Id: (0, smithy_client_1.expectString)(output.Id),
1725
1725
  LastUpdated: output.LastUpdated !== undefined && output.LastUpdated !== null
1726
- ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastUpdated)))
1726
+ ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastUpdated)))
1727
1727
  : undefined,
1728
- QuotaArn: smithy_client_1.expectString(output.QuotaArn),
1729
- QuotaCode: smithy_client_1.expectString(output.QuotaCode),
1730
- QuotaName: smithy_client_1.expectString(output.QuotaName),
1731
- Requester: smithy_client_1.expectString(output.Requester),
1732
- ServiceCode: smithy_client_1.expectString(output.ServiceCode),
1733
- ServiceName: smithy_client_1.expectString(output.ServiceName),
1734
- Status: smithy_client_1.expectString(output.Status),
1735
- Unit: smithy_client_1.expectString(output.Unit),
1728
+ QuotaArn: (0, smithy_client_1.expectString)(output.QuotaArn),
1729
+ QuotaCode: (0, smithy_client_1.expectString)(output.QuotaCode),
1730
+ QuotaName: (0, smithy_client_1.expectString)(output.QuotaName),
1731
+ Requester: (0, smithy_client_1.expectString)(output.Requester),
1732
+ ServiceCode: (0, smithy_client_1.expectString)(output.ServiceCode),
1733
+ ServiceName: (0, smithy_client_1.expectString)(output.ServiceName),
1734
+ Status: (0, smithy_client_1.expectString)(output.Status),
1735
+ Unit: (0, smithy_client_1.expectString)(output.Unit),
1736
1736
  };
1737
1737
  };
1738
1738
  const deserializeAws_json1_1RequestedServiceQuotaChangeHistoryListDefinition = (output, context) => {
@@ -1755,18 +1755,18 @@ const deserializeAws_json1_1RequestServiceQuotaIncreaseResponse = (output, conte
1755
1755
  };
1756
1756
  const deserializeAws_json1_1ResourceAlreadyExistsException = (output, context) => {
1757
1757
  return {
1758
- Message: smithy_client_1.expectString(output.Message),
1758
+ Message: (0, smithy_client_1.expectString)(output.Message),
1759
1759
  };
1760
1760
  };
1761
1761
  const deserializeAws_json1_1ServiceException = (output, context) => {
1762
1762
  return {
1763
- Message: smithy_client_1.expectString(output.Message),
1763
+ Message: (0, smithy_client_1.expectString)(output.Message),
1764
1764
  };
1765
1765
  };
1766
1766
  const deserializeAws_json1_1ServiceInfo = (output, context) => {
1767
1767
  return {
1768
- ServiceCode: smithy_client_1.expectString(output.ServiceCode),
1769
- ServiceName: smithy_client_1.expectString(output.ServiceName),
1768
+ ServiceCode: (0, smithy_client_1.expectString)(output.ServiceCode),
1769
+ ServiceName: (0, smithy_client_1.expectString)(output.ServiceName),
1770
1770
  };
1771
1771
  };
1772
1772
  const deserializeAws_json1_1ServiceInfoListDefinition = (output, context) => {
@@ -1782,36 +1782,36 @@ const deserializeAws_json1_1ServiceInfoListDefinition = (output, context) => {
1782
1782
  };
1783
1783
  const deserializeAws_json1_1ServiceQuota = (output, context) => {
1784
1784
  return {
1785
- Adjustable: smithy_client_1.expectBoolean(output.Adjustable),
1785
+ Adjustable: (0, smithy_client_1.expectBoolean)(output.Adjustable),
1786
1786
  ErrorReason: output.ErrorReason !== undefined && output.ErrorReason !== null
1787
1787
  ? deserializeAws_json1_1ErrorReason(output.ErrorReason, context)
1788
1788
  : undefined,
1789
- GlobalQuota: smithy_client_1.expectBoolean(output.GlobalQuota),
1789
+ GlobalQuota: (0, smithy_client_1.expectBoolean)(output.GlobalQuota),
1790
1790
  Period: output.Period !== undefined && output.Period !== null
1791
1791
  ? deserializeAws_json1_1QuotaPeriod(output.Period, context)
1792
1792
  : undefined,
1793
- QuotaArn: smithy_client_1.expectString(output.QuotaArn),
1794
- QuotaCode: smithy_client_1.expectString(output.QuotaCode),
1795
- QuotaName: smithy_client_1.expectString(output.QuotaName),
1796
- ServiceCode: smithy_client_1.expectString(output.ServiceCode),
1797
- ServiceName: smithy_client_1.expectString(output.ServiceName),
1798
- Unit: smithy_client_1.expectString(output.Unit),
1793
+ QuotaArn: (0, smithy_client_1.expectString)(output.QuotaArn),
1794
+ QuotaCode: (0, smithy_client_1.expectString)(output.QuotaCode),
1795
+ QuotaName: (0, smithy_client_1.expectString)(output.QuotaName),
1796
+ ServiceCode: (0, smithy_client_1.expectString)(output.ServiceCode),
1797
+ ServiceName: (0, smithy_client_1.expectString)(output.ServiceName),
1798
+ Unit: (0, smithy_client_1.expectString)(output.Unit),
1799
1799
  UsageMetric: output.UsageMetric !== undefined && output.UsageMetric !== null
1800
1800
  ? deserializeAws_json1_1MetricInfo(output.UsageMetric, context)
1801
1801
  : undefined,
1802
- Value: smithy_client_1.limitedParseDouble(output.Value),
1802
+ Value: (0, smithy_client_1.limitedParseDouble)(output.Value),
1803
1803
  };
1804
1804
  };
1805
1805
  const deserializeAws_json1_1ServiceQuotaIncreaseRequestInTemplate = (output, context) => {
1806
1806
  return {
1807
- AwsRegion: smithy_client_1.expectString(output.AwsRegion),
1808
- DesiredValue: smithy_client_1.limitedParseDouble(output.DesiredValue),
1809
- GlobalQuota: smithy_client_1.expectBoolean(output.GlobalQuota),
1810
- QuotaCode: smithy_client_1.expectString(output.QuotaCode),
1811
- QuotaName: smithy_client_1.expectString(output.QuotaName),
1812
- ServiceCode: smithy_client_1.expectString(output.ServiceCode),
1813
- ServiceName: smithy_client_1.expectString(output.ServiceName),
1814
- Unit: smithy_client_1.expectString(output.Unit),
1807
+ AwsRegion: (0, smithy_client_1.expectString)(output.AwsRegion),
1808
+ DesiredValue: (0, smithy_client_1.limitedParseDouble)(output.DesiredValue),
1809
+ GlobalQuota: (0, smithy_client_1.expectBoolean)(output.GlobalQuota),
1810
+ QuotaCode: (0, smithy_client_1.expectString)(output.QuotaCode),
1811
+ QuotaName: (0, smithy_client_1.expectString)(output.QuotaName),
1812
+ ServiceCode: (0, smithy_client_1.expectString)(output.ServiceCode),
1813
+ ServiceName: (0, smithy_client_1.expectString)(output.ServiceName),
1814
+ Unit: (0, smithy_client_1.expectString)(output.Unit),
1815
1815
  };
1816
1816
  };
1817
1817
  const deserializeAws_json1_1ServiceQuotaIncreaseRequestInTemplateList = (output, context) => {
@@ -1838,18 +1838,18 @@ const deserializeAws_json1_1ServiceQuotaListDefinition = (output, context) => {
1838
1838
  };
1839
1839
  const deserializeAws_json1_1ServiceQuotaTemplateNotInUseException = (output, context) => {
1840
1840
  return {
1841
- Message: smithy_client_1.expectString(output.Message),
1841
+ Message: (0, smithy_client_1.expectString)(output.Message),
1842
1842
  };
1843
1843
  };
1844
1844
  const deserializeAws_json1_1Tag = (output, context) => {
1845
1845
  return {
1846
- Key: smithy_client_1.expectString(output.Key),
1847
- Value: smithy_client_1.expectString(output.Value),
1846
+ Key: (0, smithy_client_1.expectString)(output.Key),
1847
+ Value: (0, smithy_client_1.expectString)(output.Value),
1848
1848
  };
1849
1849
  };
1850
1850
  const deserializeAws_json1_1TagPolicyViolationException = (output, context) => {
1851
1851
  return {
1852
- Message: smithy_client_1.expectString(output.Message),
1852
+ Message: (0, smithy_client_1.expectString)(output.Message),
1853
1853
  };
1854
1854
  };
1855
1855
  const deserializeAws_json1_1TagResourceResponse = (output, context) => {
@@ -1857,17 +1857,17 @@ const deserializeAws_json1_1TagResourceResponse = (output, context) => {
1857
1857
  };
1858
1858
  const deserializeAws_json1_1TemplatesNotAvailableInRegionException = (output, context) => {
1859
1859
  return {
1860
- Message: smithy_client_1.expectString(output.Message),
1860
+ Message: (0, smithy_client_1.expectString)(output.Message),
1861
1861
  };
1862
1862
  };
1863
1863
  const deserializeAws_json1_1TooManyRequestsException = (output, context) => {
1864
1864
  return {
1865
- Message: smithy_client_1.expectString(output.Message),
1865
+ Message: (0, smithy_client_1.expectString)(output.Message),
1866
1866
  };
1867
1867
  };
1868
1868
  const deserializeAws_json1_1TooManyTagsException = (output, context) => {
1869
1869
  return {
1870
- Message: smithy_client_1.expectString(output.Message),
1870
+ Message: (0, smithy_client_1.expectString)(output.Message),
1871
1871
  };
1872
1872
  };
1873
1873
  const deserializeAws_json1_1UntagResourceResponse = (output, context) => {