@aws-sdk/client-docdb 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 (86) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/DocDBClient.js +13 -13
  3. package/dist-cjs/commands/AddSourceIdentifierToSubscriptionCommand.js +3 -3
  4. package/dist-cjs/commands/AddTagsToResourceCommand.js +3 -3
  5. package/dist-cjs/commands/ApplyPendingMaintenanceActionCommand.js +3 -3
  6. package/dist-cjs/commands/CopyDBClusterParameterGroupCommand.js +3 -3
  7. package/dist-cjs/commands/CopyDBClusterSnapshotCommand.js +4 -4
  8. package/dist-cjs/commands/CreateDBClusterCommand.js +3 -3
  9. package/dist-cjs/commands/CreateDBClusterParameterGroupCommand.js +3 -3
  10. package/dist-cjs/commands/CreateDBClusterSnapshotCommand.js +3 -3
  11. package/dist-cjs/commands/CreateDBInstanceCommand.js +3 -3
  12. package/dist-cjs/commands/CreateDBSubnetGroupCommand.js +3 -3
  13. package/dist-cjs/commands/CreateEventSubscriptionCommand.js +3 -3
  14. package/dist-cjs/commands/CreateGlobalClusterCommand.js +3 -3
  15. package/dist-cjs/commands/DeleteDBClusterCommand.js +3 -3
  16. package/dist-cjs/commands/DeleteDBClusterParameterGroupCommand.js +3 -3
  17. package/dist-cjs/commands/DeleteDBClusterSnapshotCommand.js +3 -3
  18. package/dist-cjs/commands/DeleteDBInstanceCommand.js +3 -3
  19. package/dist-cjs/commands/DeleteDBSubnetGroupCommand.js +3 -3
  20. package/dist-cjs/commands/DeleteEventSubscriptionCommand.js +3 -3
  21. package/dist-cjs/commands/DeleteGlobalClusterCommand.js +3 -3
  22. package/dist-cjs/commands/DescribeCertificatesCommand.js +3 -3
  23. package/dist-cjs/commands/DescribeDBClusterParameterGroupsCommand.js +3 -3
  24. package/dist-cjs/commands/DescribeDBClusterParametersCommand.js +3 -3
  25. package/dist-cjs/commands/DescribeDBClusterSnapshotAttributesCommand.js +3 -3
  26. package/dist-cjs/commands/DescribeDBClusterSnapshotsCommand.js +3 -3
  27. package/dist-cjs/commands/DescribeDBClustersCommand.js +3 -3
  28. package/dist-cjs/commands/DescribeDBEngineVersionsCommand.js +3 -3
  29. package/dist-cjs/commands/DescribeDBInstancesCommand.js +3 -3
  30. package/dist-cjs/commands/DescribeDBSubnetGroupsCommand.js +3 -3
  31. package/dist-cjs/commands/DescribeEngineDefaultClusterParametersCommand.js +3 -3
  32. package/dist-cjs/commands/DescribeEventCategoriesCommand.js +3 -3
  33. package/dist-cjs/commands/DescribeEventSubscriptionsCommand.js +3 -3
  34. package/dist-cjs/commands/DescribeEventsCommand.js +3 -3
  35. package/dist-cjs/commands/DescribeGlobalClustersCommand.js +3 -3
  36. package/dist-cjs/commands/DescribeOrderableDBInstanceOptionsCommand.js +3 -3
  37. package/dist-cjs/commands/DescribePendingMaintenanceActionsCommand.js +3 -3
  38. package/dist-cjs/commands/FailoverDBClusterCommand.js +3 -3
  39. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  40. package/dist-cjs/commands/ModifyDBClusterCommand.js +3 -3
  41. package/dist-cjs/commands/ModifyDBClusterParameterGroupCommand.js +3 -3
  42. package/dist-cjs/commands/ModifyDBClusterSnapshotAttributeCommand.js +3 -3
  43. package/dist-cjs/commands/ModifyDBInstanceCommand.js +3 -3
  44. package/dist-cjs/commands/ModifyDBSubnetGroupCommand.js +3 -3
  45. package/dist-cjs/commands/ModifyEventSubscriptionCommand.js +3 -3
  46. package/dist-cjs/commands/ModifyGlobalClusterCommand.js +3 -3
  47. package/dist-cjs/commands/RebootDBInstanceCommand.js +3 -3
  48. package/dist-cjs/commands/RemoveFromGlobalClusterCommand.js +3 -3
  49. package/dist-cjs/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +3 -3
  50. package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +3 -3
  51. package/dist-cjs/commands/ResetDBClusterParameterGroupCommand.js +3 -3
  52. package/dist-cjs/commands/RestoreDBClusterFromSnapshotCommand.js +3 -3
  53. package/dist-cjs/commands/RestoreDBClusterToPointInTimeCommand.js +3 -3
  54. package/dist-cjs/commands/StartDBClusterCommand.js +3 -3
  55. package/dist-cjs/commands/StopDBClusterCommand.js +3 -3
  56. package/dist-cjs/endpoints.js +1 -1
  57. package/dist-cjs/protocols/Aws_query.js +404 -404
  58. package/dist-cjs/runtimeConfig.browser.js +4 -4
  59. package/dist-cjs/runtimeConfig.js +9 -9
  60. package/dist-cjs/runtimeConfig.native.js +1 -1
  61. package/dist-cjs/waiters/waitForDBInstanceAvailable.js +3 -3
  62. package/dist-es/DocDB.js +53 -53
  63. package/dist-es/pagination/DescribeCertificatesPaginator.js +4 -4
  64. package/dist-es/pagination/DescribeDBClusterParameterGroupsPaginator.js +4 -4
  65. package/dist-es/pagination/DescribeDBClusterParametersPaginator.js +4 -4
  66. package/dist-es/pagination/DescribeDBClusterSnapshotsPaginator.js +4 -4
  67. package/dist-es/pagination/DescribeDBClustersPaginator.js +4 -4
  68. package/dist-es/pagination/DescribeDBEngineVersionsPaginator.js +4 -4
  69. package/dist-es/pagination/DescribeDBInstancesPaginator.js +4 -4
  70. package/dist-es/pagination/DescribeDBSubnetGroupsPaginator.js +4 -4
  71. package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js +4 -4
  72. package/dist-es/pagination/DescribeEventsPaginator.js +4 -4
  73. package/dist-es/pagination/DescribeGlobalClustersPaginator.js +4 -4
  74. package/dist-es/pagination/DescribeOrderableDBInstanceOptionsPaginator.js +4 -4
  75. package/dist-es/pagination/DescribePendingMaintenanceActionsPaginator.js +4 -4
  76. package/dist-es/protocols/Aws_query.js +63 -63
  77. package/dist-es/waiters/waitForDBInstanceAvailable.js +6 -6
  78. package/dist-types/DocDBClient.d.ts +2 -2
  79. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  80. package/dist-types/runtimeConfig.d.ts +1 -1
  81. package/dist-types/runtimeConfig.native.d.ts +3 -3
  82. package/dist-types/ts3.4/DocDBClient.d.ts +2 -2
  83. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  84. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  85. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  86. package/package.json +36 -36
@@ -4296,7 +4296,7 @@ var serializeAws_queryAddTagsToResourceMessage = function (input, context) {
4296
4296
  var memberEntries = serializeAws_queryTagList(input.Tags, context);
4297
4297
  Object.entries(memberEntries).forEach(function (_a) {
4298
4298
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4299
- var loc = "Tags." + key;
4299
+ var loc = "Tags.".concat(key);
4300
4300
  entries[loc] = value;
4301
4301
  });
4302
4302
  }
@@ -4325,7 +4325,7 @@ var serializeAws_queryAttributeValueList = function (input, context) {
4325
4325
  if (entry === null) {
4326
4326
  continue;
4327
4327
  }
4328
- entries["AttributeValue." + counter] = entry;
4328
+ entries["AttributeValue.".concat(counter)] = entry;
4329
4329
  counter++;
4330
4330
  }
4331
4331
  }
@@ -4348,7 +4348,7 @@ var serializeAws_queryAvailabilityZones = function (input, context) {
4348
4348
  if (entry === null) {
4349
4349
  continue;
4350
4350
  }
4351
- entries["AvailabilityZone." + counter] = entry;
4351
+ entries["AvailabilityZone.".concat(counter)] = entry;
4352
4352
  counter++;
4353
4353
  }
4354
4354
  }
@@ -4367,7 +4367,7 @@ var serializeAws_queryCloudwatchLogsExportConfiguration = function (input, conte
4367
4367
  var memberEntries = serializeAws_queryLogTypeList(input.EnableLogTypes, context);
4368
4368
  Object.entries(memberEntries).forEach(function (_a) {
4369
4369
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4370
- var loc = "EnableLogTypes." + key;
4370
+ var loc = "EnableLogTypes.".concat(key);
4371
4371
  entries[loc] = value;
4372
4372
  });
4373
4373
  }
@@ -4375,7 +4375,7 @@ var serializeAws_queryCloudwatchLogsExportConfiguration = function (input, conte
4375
4375
  var memberEntries = serializeAws_queryLogTypeList(input.DisableLogTypes, context);
4376
4376
  Object.entries(memberEntries).forEach(function (_a) {
4377
4377
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4378
- var loc = "DisableLogTypes." + key;
4378
+ var loc = "DisableLogTypes.".concat(key);
4379
4379
  entries[loc] = value;
4380
4380
  });
4381
4381
  }
@@ -4399,7 +4399,7 @@ var serializeAws_queryCopyDBClusterParameterGroupMessage = function (input, cont
4399
4399
  var memberEntries = serializeAws_queryTagList(input.Tags, context);
4400
4400
  Object.entries(memberEntries).forEach(function (_a) {
4401
4401
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4402
- var loc = "Tags." + key;
4402
+ var loc = "Tags.".concat(key);
4403
4403
  entries[loc] = value;
4404
4404
  });
4405
4405
  }
@@ -4426,7 +4426,7 @@ var serializeAws_queryCopyDBClusterSnapshotMessage = function (input, context) {
4426
4426
  var memberEntries = serializeAws_queryTagList(input.Tags, context);
4427
4427
  Object.entries(memberEntries).forEach(function (_a) {
4428
4428
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4429
- var loc = "Tags." + key;
4429
+ var loc = "Tags.".concat(key);
4430
4430
  entries[loc] = value;
4431
4431
  });
4432
4432
  }
@@ -4438,7 +4438,7 @@ var serializeAws_queryCreateDBClusterMessage = function (input, context) {
4438
4438
  var memberEntries = serializeAws_queryAvailabilityZones(input.AvailabilityZones, context);
4439
4439
  Object.entries(memberEntries).forEach(function (_a) {
4440
4440
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4441
- var loc = "AvailabilityZones." + key;
4441
+ var loc = "AvailabilityZones.".concat(key);
4442
4442
  entries[loc] = value;
4443
4443
  });
4444
4444
  }
@@ -4455,7 +4455,7 @@ var serializeAws_queryCreateDBClusterMessage = function (input, context) {
4455
4455
  var memberEntries = serializeAws_queryVpcSecurityGroupIdList(input.VpcSecurityGroupIds, context);
4456
4456
  Object.entries(memberEntries).forEach(function (_a) {
4457
4457
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4458
- var loc = "VpcSecurityGroupIds." + key;
4458
+ var loc = "VpcSecurityGroupIds.".concat(key);
4459
4459
  entries[loc] = value;
4460
4460
  });
4461
4461
  }
@@ -4487,7 +4487,7 @@ var serializeAws_queryCreateDBClusterMessage = function (input, context) {
4487
4487
  var memberEntries = serializeAws_queryTagList(input.Tags, context);
4488
4488
  Object.entries(memberEntries).forEach(function (_a) {
4489
4489
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4490
- var loc = "Tags." + key;
4490
+ var loc = "Tags.".concat(key);
4491
4491
  entries[loc] = value;
4492
4492
  });
4493
4493
  }
@@ -4504,7 +4504,7 @@ var serializeAws_queryCreateDBClusterMessage = function (input, context) {
4504
4504
  var memberEntries = serializeAws_queryLogTypeList(input.EnableCloudwatchLogsExports, context);
4505
4505
  Object.entries(memberEntries).forEach(function (_a) {
4506
4506
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4507
- var loc = "EnableCloudwatchLogsExports." + key;
4507
+ var loc = "EnableCloudwatchLogsExports.".concat(key);
4508
4508
  entries[loc] = value;
4509
4509
  });
4510
4510
  }
@@ -4531,7 +4531,7 @@ var serializeAws_queryCreateDBClusterParameterGroupMessage = function (input, co
4531
4531
  var memberEntries = serializeAws_queryTagList(input.Tags, context);
4532
4532
  Object.entries(memberEntries).forEach(function (_a) {
4533
4533
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4534
- var loc = "Tags." + key;
4534
+ var loc = "Tags.".concat(key);
4535
4535
  entries[loc] = value;
4536
4536
  });
4537
4537
  }
@@ -4549,7 +4549,7 @@ var serializeAws_queryCreateDBClusterSnapshotMessage = function (input, context)
4549
4549
  var memberEntries = serializeAws_queryTagList(input.Tags, context);
4550
4550
  Object.entries(memberEntries).forEach(function (_a) {
4551
4551
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4552
- var loc = "Tags." + key;
4552
+ var loc = "Tags.".concat(key);
4553
4553
  entries[loc] = value;
4554
4554
  });
4555
4555
  }
@@ -4579,7 +4579,7 @@ var serializeAws_queryCreateDBInstanceMessage = function (input, context) {
4579
4579
  var memberEntries = serializeAws_queryTagList(input.Tags, context);
4580
4580
  Object.entries(memberEntries).forEach(function (_a) {
4581
4581
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4582
- var loc = "Tags." + key;
4582
+ var loc = "Tags.".concat(key);
4583
4583
  entries[loc] = value;
4584
4584
  });
4585
4585
  }
@@ -4603,7 +4603,7 @@ var serializeAws_queryCreateDBSubnetGroupMessage = function (input, context) {
4603
4603
  var memberEntries = serializeAws_querySubnetIdentifierList(input.SubnetIds, context);
4604
4604
  Object.entries(memberEntries).forEach(function (_a) {
4605
4605
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4606
- var loc = "SubnetIds." + key;
4606
+ var loc = "SubnetIds.".concat(key);
4607
4607
  entries[loc] = value;
4608
4608
  });
4609
4609
  }
@@ -4611,7 +4611,7 @@ var serializeAws_queryCreateDBSubnetGroupMessage = function (input, context) {
4611
4611
  var memberEntries = serializeAws_queryTagList(input.Tags, context);
4612
4612
  Object.entries(memberEntries).forEach(function (_a) {
4613
4613
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4614
- var loc = "Tags." + key;
4614
+ var loc = "Tags.".concat(key);
4615
4615
  entries[loc] = value;
4616
4616
  });
4617
4617
  }
@@ -4632,7 +4632,7 @@ var serializeAws_queryCreateEventSubscriptionMessage = function (input, context)
4632
4632
  var memberEntries = serializeAws_queryEventCategoriesList(input.EventCategories, context);
4633
4633
  Object.entries(memberEntries).forEach(function (_a) {
4634
4634
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4635
- var loc = "EventCategories." + key;
4635
+ var loc = "EventCategories.".concat(key);
4636
4636
  entries[loc] = value;
4637
4637
  });
4638
4638
  }
@@ -4640,7 +4640,7 @@ var serializeAws_queryCreateEventSubscriptionMessage = function (input, context)
4640
4640
  var memberEntries = serializeAws_querySourceIdsList(input.SourceIds, context);
4641
4641
  Object.entries(memberEntries).forEach(function (_a) {
4642
4642
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4643
- var loc = "SourceIds." + key;
4643
+ var loc = "SourceIds.".concat(key);
4644
4644
  entries[loc] = value;
4645
4645
  });
4646
4646
  }
@@ -4651,7 +4651,7 @@ var serializeAws_queryCreateEventSubscriptionMessage = function (input, context)
4651
4651
  var memberEntries = serializeAws_queryTagList(input.Tags, context);
4652
4652
  Object.entries(memberEntries).forEach(function (_a) {
4653
4653
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4654
- var loc = "Tags." + key;
4654
+ var loc = "Tags.".concat(key);
4655
4655
  entries[loc] = value;
4656
4656
  });
4657
4657
  }
@@ -4746,7 +4746,7 @@ var serializeAws_queryDescribeCertificatesMessage = function (input, context) {
4746
4746
  var memberEntries = serializeAws_queryFilterList(input.Filters, context);
4747
4747
  Object.entries(memberEntries).forEach(function (_a) {
4748
4748
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4749
- var loc = "Filters." + key;
4749
+ var loc = "Filters.".concat(key);
4750
4750
  entries[loc] = value;
4751
4751
  });
4752
4752
  }
@@ -4767,7 +4767,7 @@ var serializeAws_queryDescribeDBClusterParameterGroupsMessage = function (input,
4767
4767
  var memberEntries = serializeAws_queryFilterList(input.Filters, context);
4768
4768
  Object.entries(memberEntries).forEach(function (_a) {
4769
4769
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4770
- var loc = "Filters." + key;
4770
+ var loc = "Filters.".concat(key);
4771
4771
  entries[loc] = value;
4772
4772
  });
4773
4773
  }
@@ -4791,7 +4791,7 @@ var serializeAws_queryDescribeDBClusterParametersMessage = function (input, cont
4791
4791
  var memberEntries = serializeAws_queryFilterList(input.Filters, context);
4792
4792
  Object.entries(memberEntries).forEach(function (_a) {
4793
4793
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4794
- var loc = "Filters." + key;
4794
+ var loc = "Filters.".concat(key);
4795
4795
  entries[loc] = value;
4796
4796
  });
4797
4797
  }
@@ -4812,7 +4812,7 @@ var serializeAws_queryDescribeDBClustersMessage = function (input, context) {
4812
4812
  var memberEntries = serializeAws_queryFilterList(input.Filters, context);
4813
4813
  Object.entries(memberEntries).forEach(function (_a) {
4814
4814
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4815
- var loc = "Filters." + key;
4815
+ var loc = "Filters.".concat(key);
4816
4816
  entries[loc] = value;
4817
4817
  });
4818
4818
  }
@@ -4846,7 +4846,7 @@ var serializeAws_queryDescribeDBClusterSnapshotsMessage = function (input, conte
4846
4846
  var memberEntries = serializeAws_queryFilterList(input.Filters, context);
4847
4847
  Object.entries(memberEntries).forEach(function (_a) {
4848
4848
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4849
- var loc = "Filters." + key;
4849
+ var loc = "Filters.".concat(key);
4850
4850
  entries[loc] = value;
4851
4851
  });
4852
4852
  }
@@ -4879,7 +4879,7 @@ var serializeAws_queryDescribeDBEngineVersionsMessage = function (input, context
4879
4879
  var memberEntries = serializeAws_queryFilterList(input.Filters, context);
4880
4880
  Object.entries(memberEntries).forEach(function (_a) {
4881
4881
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4882
- var loc = "Filters." + key;
4882
+ var loc = "Filters.".concat(key);
4883
4883
  entries[loc] = value;
4884
4884
  });
4885
4885
  }
@@ -4909,7 +4909,7 @@ var serializeAws_queryDescribeDBInstancesMessage = function (input, context) {
4909
4909
  var memberEntries = serializeAws_queryFilterList(input.Filters, context);
4910
4910
  Object.entries(memberEntries).forEach(function (_a) {
4911
4911
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4912
- var loc = "Filters." + key;
4912
+ var loc = "Filters.".concat(key);
4913
4913
  entries[loc] = value;
4914
4914
  });
4915
4915
  }
@@ -4930,7 +4930,7 @@ var serializeAws_queryDescribeDBSubnetGroupsMessage = function (input, context)
4930
4930
  var memberEntries = serializeAws_queryFilterList(input.Filters, context);
4931
4931
  Object.entries(memberEntries).forEach(function (_a) {
4932
4932
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4933
- var loc = "Filters." + key;
4933
+ var loc = "Filters.".concat(key);
4934
4934
  entries[loc] = value;
4935
4935
  });
4936
4936
  }
@@ -4951,7 +4951,7 @@ var serializeAws_queryDescribeEngineDefaultClusterParametersMessage = function (
4951
4951
  var memberEntries = serializeAws_queryFilterList(input.Filters, context);
4952
4952
  Object.entries(memberEntries).forEach(function (_a) {
4953
4953
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4954
- var loc = "Filters." + key;
4954
+ var loc = "Filters.".concat(key);
4955
4955
  entries[loc] = value;
4956
4956
  });
4957
4957
  }
@@ -4972,7 +4972,7 @@ var serializeAws_queryDescribeEventCategoriesMessage = function (input, context)
4972
4972
  var memberEntries = serializeAws_queryFilterList(input.Filters, context);
4973
4973
  Object.entries(memberEntries).forEach(function (_a) {
4974
4974
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
4975
- var loc = "Filters." + key;
4975
+ var loc = "Filters.".concat(key);
4976
4976
  entries[loc] = value;
4977
4977
  });
4978
4978
  }
@@ -4999,7 +4999,7 @@ var serializeAws_queryDescribeEventsMessage = function (input, context) {
4999
4999
  var memberEntries = serializeAws_queryEventCategoriesList(input.EventCategories, context);
5000
5000
  Object.entries(memberEntries).forEach(function (_a) {
5001
5001
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5002
- var loc = "EventCategories." + key;
5002
+ var loc = "EventCategories.".concat(key);
5003
5003
  entries[loc] = value;
5004
5004
  });
5005
5005
  }
@@ -5007,7 +5007,7 @@ var serializeAws_queryDescribeEventsMessage = function (input, context) {
5007
5007
  var memberEntries = serializeAws_queryFilterList(input.Filters, context);
5008
5008
  Object.entries(memberEntries).forEach(function (_a) {
5009
5009
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5010
- var loc = "Filters." + key;
5010
+ var loc = "Filters.".concat(key);
5011
5011
  entries[loc] = value;
5012
5012
  });
5013
5013
  }
@@ -5028,7 +5028,7 @@ var serializeAws_queryDescribeEventSubscriptionsMessage = function (input, conte
5028
5028
  var memberEntries = serializeAws_queryFilterList(input.Filters, context);
5029
5029
  Object.entries(memberEntries).forEach(function (_a) {
5030
5030
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5031
- var loc = "Filters." + key;
5031
+ var loc = "Filters.".concat(key);
5032
5032
  entries[loc] = value;
5033
5033
  });
5034
5034
  }
@@ -5049,7 +5049,7 @@ var serializeAws_queryDescribeGlobalClustersMessage = function (input, context)
5049
5049
  var memberEntries = serializeAws_queryFilterList(input.Filters, context);
5050
5050
  Object.entries(memberEntries).forEach(function (_a) {
5051
5051
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5052
- var loc = "Filters." + key;
5052
+ var loc = "Filters.".concat(key);
5053
5053
  entries[loc] = value;
5054
5054
  });
5055
5055
  }
@@ -5082,7 +5082,7 @@ var serializeAws_queryDescribeOrderableDBInstanceOptionsMessage = function (inpu
5082
5082
  var memberEntries = serializeAws_queryFilterList(input.Filters, context);
5083
5083
  Object.entries(memberEntries).forEach(function (_a) {
5084
5084
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5085
- var loc = "Filters." + key;
5085
+ var loc = "Filters.".concat(key);
5086
5086
  entries[loc] = value;
5087
5087
  });
5088
5088
  }
@@ -5103,7 +5103,7 @@ var serializeAws_queryDescribePendingMaintenanceActionsMessage = function (input
5103
5103
  var memberEntries = serializeAws_queryFilterList(input.Filters, context);
5104
5104
  Object.entries(memberEntries).forEach(function (_a) {
5105
5105
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5106
- var loc = "Filters." + key;
5106
+ var loc = "Filters.".concat(key);
5107
5107
  entries[loc] = value;
5108
5108
  });
5109
5109
  }
@@ -5125,7 +5125,7 @@ var serializeAws_queryEventCategoriesList = function (input, context) {
5125
5125
  if (entry === null) {
5126
5126
  continue;
5127
5127
  }
5128
- entries["EventCategory." + counter] = entry;
5128
+ entries["EventCategory.".concat(counter)] = entry;
5129
5129
  counter++;
5130
5130
  }
5131
5131
  }
@@ -5157,7 +5157,7 @@ var serializeAws_queryFilter = function (input, context) {
5157
5157
  var memberEntries = serializeAws_queryFilterValueList(input.Values, context);
5158
5158
  Object.entries(memberEntries).forEach(function (_a) {
5159
5159
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5160
- var loc = "Values." + key;
5160
+ var loc = "Values.".concat(key);
5161
5161
  entries[loc] = value;
5162
5162
  });
5163
5163
  }
@@ -5176,7 +5176,7 @@ var serializeAws_queryFilterList = function (input, context) {
5176
5176
  var memberEntries = serializeAws_queryFilter(entry, context);
5177
5177
  Object.entries(memberEntries).forEach(function (_a) {
5178
5178
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5179
- entries["Filter." + counter + "." + key] = value;
5179
+ entries["Filter.".concat(counter, ".").concat(key)] = value;
5180
5180
  });
5181
5181
  counter++;
5182
5182
  }
@@ -5200,7 +5200,7 @@ var serializeAws_queryFilterValueList = function (input, context) {
5200
5200
  if (entry === null) {
5201
5201
  continue;
5202
5202
  }
5203
- entries["Value." + counter] = entry;
5203
+ entries["Value.".concat(counter)] = entry;
5204
5204
  counter++;
5205
5205
  }
5206
5206
  }
@@ -5223,7 +5223,7 @@ var serializeAws_queryKeyList = function (input, context) {
5223
5223
  if (entry === null) {
5224
5224
  continue;
5225
5225
  }
5226
- entries["member." + counter] = entry;
5226
+ entries["member.".concat(counter)] = entry;
5227
5227
  counter++;
5228
5228
  }
5229
5229
  }
@@ -5245,7 +5245,7 @@ var serializeAws_queryListTagsForResourceMessage = function (input, context) {
5245
5245
  var memberEntries = serializeAws_queryFilterList(input.Filters, context);
5246
5246
  Object.entries(memberEntries).forEach(function (_a) {
5247
5247
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5248
- var loc = "Filters." + key;
5248
+ var loc = "Filters.".concat(key);
5249
5249
  entries[loc] = value;
5250
5250
  });
5251
5251
  }
@@ -5261,7 +5261,7 @@ var serializeAws_queryLogTypeList = function (input, context) {
5261
5261
  if (entry === null) {
5262
5262
  continue;
5263
5263
  }
5264
- entries["member." + counter] = entry;
5264
+ entries["member.".concat(counter)] = entry;
5265
5265
  counter++;
5266
5266
  }
5267
5267
  }
@@ -5295,7 +5295,7 @@ var serializeAws_queryModifyDBClusterMessage = function (input, context) {
5295
5295
  var memberEntries = serializeAws_queryVpcSecurityGroupIdList(input.VpcSecurityGroupIds, context);
5296
5296
  Object.entries(memberEntries).forEach(function (_a) {
5297
5297
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5298
- var loc = "VpcSecurityGroupIds." + key;
5298
+ var loc = "VpcSecurityGroupIds.".concat(key);
5299
5299
  entries[loc] = value;
5300
5300
  });
5301
5301
  }
@@ -5315,7 +5315,7 @@ var serializeAws_queryModifyDBClusterMessage = function (input, context) {
5315
5315
  var memberEntries = serializeAws_queryCloudwatchLogsExportConfiguration(input.CloudwatchLogsExportConfiguration, context);
5316
5316
  Object.entries(memberEntries).forEach(function (_a) {
5317
5317
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5318
- var loc = "CloudwatchLogsExportConfiguration." + key;
5318
+ var loc = "CloudwatchLogsExportConfiguration.".concat(key);
5319
5319
  entries[loc] = value;
5320
5320
  });
5321
5321
  }
@@ -5336,7 +5336,7 @@ var serializeAws_queryModifyDBClusterParameterGroupMessage = function (input, co
5336
5336
  var memberEntries = serializeAws_queryParametersList(input.Parameters, context);
5337
5337
  Object.entries(memberEntries).forEach(function (_a) {
5338
5338
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5339
- var loc = "Parameters." + key;
5339
+ var loc = "Parameters.".concat(key);
5340
5340
  entries[loc] = value;
5341
5341
  });
5342
5342
  }
@@ -5354,7 +5354,7 @@ var serializeAws_queryModifyDBClusterSnapshotAttributeMessage = function (input,
5354
5354
  var memberEntries = serializeAws_queryAttributeValueList(input.ValuesToAdd, context);
5355
5355
  Object.entries(memberEntries).forEach(function (_a) {
5356
5356
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5357
- var loc = "ValuesToAdd." + key;
5357
+ var loc = "ValuesToAdd.".concat(key);
5358
5358
  entries[loc] = value;
5359
5359
  });
5360
5360
  }
@@ -5362,7 +5362,7 @@ var serializeAws_queryModifyDBClusterSnapshotAttributeMessage = function (input,
5362
5362
  var memberEntries = serializeAws_queryAttributeValueList(input.ValuesToRemove, context);
5363
5363
  Object.entries(memberEntries).forEach(function (_a) {
5364
5364
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5365
- var loc = "ValuesToRemove." + key;
5365
+ var loc = "ValuesToRemove.".concat(key);
5366
5366
  entries[loc] = value;
5367
5367
  });
5368
5368
  }
@@ -5408,7 +5408,7 @@ var serializeAws_queryModifyDBSubnetGroupMessage = function (input, context) {
5408
5408
  var memberEntries = serializeAws_querySubnetIdentifierList(input.SubnetIds, context);
5409
5409
  Object.entries(memberEntries).forEach(function (_a) {
5410
5410
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5411
- var loc = "SubnetIds." + key;
5411
+ var loc = "SubnetIds.".concat(key);
5412
5412
  entries[loc] = value;
5413
5413
  });
5414
5414
  }
@@ -5429,7 +5429,7 @@ var serializeAws_queryModifyEventSubscriptionMessage = function (input, context)
5429
5429
  var memberEntries = serializeAws_queryEventCategoriesList(input.EventCategories, context);
5430
5430
  Object.entries(memberEntries).forEach(function (_a) {
5431
5431
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5432
- var loc = "EventCategories." + key;
5432
+ var loc = "EventCategories.".concat(key);
5433
5433
  entries[loc] = value;
5434
5434
  });
5435
5435
  }
@@ -5498,7 +5498,7 @@ var serializeAws_queryParametersList = function (input, context) {
5498
5498
  var memberEntries = serializeAws_queryParameter(entry, context);
5499
5499
  Object.entries(memberEntries).forEach(function (_a) {
5500
5500
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5501
- entries["Parameter." + counter + "." + key] = value;
5501
+ entries["Parameter.".concat(counter, ".").concat(key)] = value;
5502
5502
  });
5503
5503
  counter++;
5504
5504
  }
@@ -5551,7 +5551,7 @@ var serializeAws_queryRemoveTagsFromResourceMessage = function (input, context)
5551
5551
  var memberEntries = serializeAws_queryKeyList(input.TagKeys, context);
5552
5552
  Object.entries(memberEntries).forEach(function (_a) {
5553
5553
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5554
- var loc = "TagKeys." + key;
5554
+ var loc = "TagKeys.".concat(key);
5555
5555
  entries[loc] = value;
5556
5556
  });
5557
5557
  }
@@ -5569,7 +5569,7 @@ var serializeAws_queryResetDBClusterParameterGroupMessage = function (input, con
5569
5569
  var memberEntries = serializeAws_queryParametersList(input.Parameters, context);
5570
5570
  Object.entries(memberEntries).forEach(function (_a) {
5571
5571
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5572
- var loc = "Parameters." + key;
5572
+ var loc = "Parameters.".concat(key);
5573
5573
  entries[loc] = value;
5574
5574
  });
5575
5575
  }
@@ -5581,7 +5581,7 @@ var serializeAws_queryRestoreDBClusterFromSnapshotMessage = function (input, con
5581
5581
  var memberEntries = serializeAws_queryAvailabilityZones(input.AvailabilityZones, context);
5582
5582
  Object.entries(memberEntries).forEach(function (_a) {
5583
5583
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5584
- var loc = "AvailabilityZones." + key;
5584
+ var loc = "AvailabilityZones.".concat(key);
5585
5585
  entries[loc] = value;
5586
5586
  });
5587
5587
  }
@@ -5607,7 +5607,7 @@ var serializeAws_queryRestoreDBClusterFromSnapshotMessage = function (input, con
5607
5607
  var memberEntries = serializeAws_queryVpcSecurityGroupIdList(input.VpcSecurityGroupIds, context);
5608
5608
  Object.entries(memberEntries).forEach(function (_a) {
5609
5609
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5610
- var loc = "VpcSecurityGroupIds." + key;
5610
+ var loc = "VpcSecurityGroupIds.".concat(key);
5611
5611
  entries[loc] = value;
5612
5612
  });
5613
5613
  }
@@ -5615,7 +5615,7 @@ var serializeAws_queryRestoreDBClusterFromSnapshotMessage = function (input, con
5615
5615
  var memberEntries = serializeAws_queryTagList(input.Tags, context);
5616
5616
  Object.entries(memberEntries).forEach(function (_a) {
5617
5617
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5618
- var loc = "Tags." + key;
5618
+ var loc = "Tags.".concat(key);
5619
5619
  entries[loc] = value;
5620
5620
  });
5621
5621
  }
@@ -5626,7 +5626,7 @@ var serializeAws_queryRestoreDBClusterFromSnapshotMessage = function (input, con
5626
5626
  var memberEntries = serializeAws_queryLogTypeList(input.EnableCloudwatchLogsExports, context);
5627
5627
  Object.entries(memberEntries).forEach(function (_a) {
5628
5628
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5629
- var loc = "EnableCloudwatchLogsExports." + key;
5629
+ var loc = "EnableCloudwatchLogsExports.".concat(key);
5630
5630
  entries[loc] = value;
5631
5631
  });
5632
5632
  }
@@ -5659,7 +5659,7 @@ var serializeAws_queryRestoreDBClusterToPointInTimeMessage = function (input, co
5659
5659
  var memberEntries = serializeAws_queryVpcSecurityGroupIdList(input.VpcSecurityGroupIds, context);
5660
5660
  Object.entries(memberEntries).forEach(function (_a) {
5661
5661
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5662
- var loc = "VpcSecurityGroupIds." + key;
5662
+ var loc = "VpcSecurityGroupIds.".concat(key);
5663
5663
  entries[loc] = value;
5664
5664
  });
5665
5665
  }
@@ -5667,7 +5667,7 @@ var serializeAws_queryRestoreDBClusterToPointInTimeMessage = function (input, co
5667
5667
  var memberEntries = serializeAws_queryTagList(input.Tags, context);
5668
5668
  Object.entries(memberEntries).forEach(function (_a) {
5669
5669
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5670
- var loc = "Tags." + key;
5670
+ var loc = "Tags.".concat(key);
5671
5671
  entries[loc] = value;
5672
5672
  });
5673
5673
  }
@@ -5678,7 +5678,7 @@ var serializeAws_queryRestoreDBClusterToPointInTimeMessage = function (input, co
5678
5678
  var memberEntries = serializeAws_queryLogTypeList(input.EnableCloudwatchLogsExports, context);
5679
5679
  Object.entries(memberEntries).forEach(function (_a) {
5680
5680
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5681
- var loc = "EnableCloudwatchLogsExports." + key;
5681
+ var loc = "EnableCloudwatchLogsExports.".concat(key);
5682
5682
  entries[loc] = value;
5683
5683
  });
5684
5684
  }
@@ -5697,7 +5697,7 @@ var serializeAws_querySourceIdsList = function (input, context) {
5697
5697
  if (entry === null) {
5698
5698
  continue;
5699
5699
  }
5700
- entries["SourceId." + counter] = entry;
5700
+ entries["SourceId.".concat(counter)] = entry;
5701
5701
  counter++;
5702
5702
  }
5703
5703
  }
@@ -5734,7 +5734,7 @@ var serializeAws_querySubnetIdentifierList = function (input, context) {
5734
5734
  if (entry === null) {
5735
5735
  continue;
5736
5736
  }
5737
- entries["SubnetIdentifier." + counter] = entry;
5737
+ entries["SubnetIdentifier.".concat(counter)] = entry;
5738
5738
  counter++;
5739
5739
  }
5740
5740
  }
@@ -5770,7 +5770,7 @@ var serializeAws_queryTagList = function (input, context) {
5770
5770
  var memberEntries = serializeAws_queryTag(entry, context);
5771
5771
  Object.entries(memberEntries).forEach(function (_a) {
5772
5772
  var _b = __read(_a, 2), key = _b[0], value = _b[1];
5773
- entries["Tag." + counter + "." + key] = value;
5773
+ entries["Tag.".concat(counter, ".").concat(key)] = value;
5774
5774
  });
5775
5775
  counter++;
5776
5776
  }
@@ -5794,7 +5794,7 @@ var serializeAws_queryVpcSecurityGroupIdList = function (input, context) {
5794
5794
  if (entry === null) {
5795
5795
  continue;
5796
5796
  }
5797
- entries["VpcSecurityGroupId." + counter] = entry;
5797
+ entries["VpcSecurityGroupId.".concat(counter)] = entry;
5798
5798
  counter++;
5799
5799
  }
5800
5800
  }
@@ -14,7 +14,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
14
14
  reason = result_1;
15
15
  try {
16
16
  returnComparator = function () {
17
- var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.DBInstances)));
17
+ var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.DBInstances), false));
18
18
  var projection_3 = flat_1.map(function (element_2) {
19
19
  return element_2.DBInstanceStatus;
20
20
  });
@@ -41,7 +41,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
41
41
  catch (e) { }
42
42
  try {
43
43
  returnComparator = function () {
44
- var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.DBInstances)));
44
+ var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.DBInstances), false));
45
45
  var projection_3 = flat_1.map(function (element_2) {
46
46
  return element_2.DBInstanceStatus;
47
47
  });
@@ -66,7 +66,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
66
66
  catch (e) { }
67
67
  try {
68
68
  returnComparator = function () {
69
- var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.DBInstances)));
69
+ var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.DBInstances), false));
70
70
  var projection_3 = flat_1.map(function (element_2) {
71
71
  return element_2.DBInstanceStatus;
72
72
  });
@@ -91,7 +91,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
91
91
  catch (e) { }
92
92
  try {
93
93
  returnComparator = function () {
94
- var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.DBInstances)));
94
+ var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.DBInstances), false));
95
95
  var projection_3 = flat_1.map(function (element_2) {
96
96
  return element_2.DBInstanceStatus;
97
97
  });
@@ -116,7 +116,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
116
116
  catch (e) { }
117
117
  try {
118
118
  returnComparator = function () {
119
- var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.DBInstances)));
119
+ var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.DBInstances), false));
120
120
  var projection_3 = flat_1.map(function (element_2) {
121
121
  return element_2.DBInstanceStatus;
122
122
  });
@@ -141,7 +141,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
141
141
  catch (e) { }
142
142
  try {
143
143
  returnComparator = function () {
144
- var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.DBInstances)));
144
+ var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.DBInstances), false));
145
145
  var projection_3 = flat_1.map(function (element_2) {
146
146
  return element_2.DBInstanceStatus;
147
147
  });
@@ -5,7 +5,7 @@ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-s
5
5
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
6
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
7
  import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
8
+ import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
9
  import { AddSourceIdentifierToSubscriptionCommandInput, AddSourceIdentifierToSubscriptionCommandOutput } from "./commands/AddSourceIdentifierToSubscriptionCommand";
10
10
  import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
11
11
  import { ApplyPendingMaintenanceActionCommandInput, ApplyPendingMaintenanceActionCommandOutput } from "./commands/ApplyPendingMaintenanceActionCommand";
@@ -81,7 +81,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
81
81
  * A function that can calculate the length of a request body.
82
82
  * @internal
83
83
  */
84
- bodyLengthChecker?: (body: any) => number | undefined;
84
+ bodyLengthChecker?: __BodyLengthCalculator;
85
85
  /**
86
86
  * A function that converts a stream into an array of bytes.
87
87
  * @internal
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: DocDBClientConfig) => {
8
8
  defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
9
9
  base64Decoder: import("@aws-sdk/types").Decoder;
10
10
  base64Encoder: import("@aws-sdk/types").Encoder;
11
- bodyLengthChecker: (body: any) => number | undefined;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
12
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
13
13
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
14
14
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: DocDBClientConfig) => {
8
8
  defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
9
9
  base64Decoder: import("@aws-sdk/types").Decoder;
10
10
  base64Encoder: import("@aws-sdk/types").Encoder;
11
- bodyLengthChecker: (body: any) => number | undefined;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
12
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
13
13
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
14
14
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;