@aws-sdk/client-docdb 3.1087.0 → 3.1089.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 (76) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/DocDB.d.ts +181 -225
  3. package/dist-types/ts3.4/DocDBClient.d.ts +15 -25
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +9 -19
  7. package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +4 -6
  8. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +3 -4
  9. package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +4 -9
  13. package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +4 -6
  14. package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +5 -10
  15. package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +5 -10
  17. package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +5 -10
  18. package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +4 -9
  20. package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +4 -6
  21. package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +5 -10
  22. package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +3 -4
  24. package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +5 -10
  26. package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +4 -10
  27. package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +3 -5
  28. package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +4 -9
  31. package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +4 -10
  32. package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +4 -9
  33. package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +4 -10
  34. package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +4 -9
  35. package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +4 -6
  36. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +4 -9
  37. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +4 -9
  38. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +2 -4
  39. package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +4 -9
  40. package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +4 -6
  41. package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +3 -5
  42. package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +4 -10
  43. package/dist-types/ts3.4/commands/FailoverGlobalClusterCommand.d.ts +5 -10
  44. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -7
  45. package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +4 -6
  47. package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +4 -6
  48. package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +4 -9
  49. package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +5 -10
  50. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +5 -10
  51. package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +5 -10
  52. package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +4 -9
  53. package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +5 -10
  54. package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +4 -6
  55. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +3 -4
  56. package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +4 -6
  57. package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +4 -6
  58. package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +4 -6
  59. package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +4 -9
  60. package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +3 -5
  61. package/dist-types/ts3.4/commands/SwitchoverGlobalClusterCommand.d.ts +5 -10
  62. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  63. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  64. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  65. package/dist-types/ts3.4/models/enums.d.ts +1 -2
  66. package/dist-types/ts3.4/models/errors.d.ts +56 -226
  67. package/dist-types/ts3.4/models/models_0.d.ts +9 -27
  68. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  69. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  70. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  71. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  72. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  73. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  74. package/dist-types/ts3.4/waiters/waitForDBInstanceAvailable.d.ts +3 -5
  75. package/dist-types/ts3.4/waiters/waitForDBInstanceDeleted.d.ts +4 -8
  76. package/package.json +39 -39
package/dist-cjs/index.js CHANGED
@@ -70,7 +70,7 @@ const commonParams = {
70
70
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
71
71
  };
72
72
 
73
- var version = "3.1086.0";
73
+ var version = "3.1088.0";
74
74
  var packageInfo = {
75
75
  version: version};
76
76