@aws-sdk/client-redshift-serverless 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 (85) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/RedshiftServerless.d.ts +213 -228
  3. package/dist-types/ts3.4/RedshiftServerlessClient.d.ts +9 -31
  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 +7 -13
  7. package/dist-types/ts3.4/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +4 -6
  8. package/dist-types/ts3.4/commands/CreateCustomDomainAssociationCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/CreateReservationCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/CreateScheduledActionCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +4 -9
  14. package/dist-types/ts3.4/commands/CreateSnapshotCopyConfigurationCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/CreateWorkgroupCommand.d.ts +4 -9
  17. package/dist-types/ts3.4/commands/DeleteCustomDomainAssociationCommand.d.ts +4 -6
  18. package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +4 -9
  20. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +5 -10
  22. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +4 -6
  24. package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +4 -9
  25. package/dist-types/ts3.4/commands/DeleteWorkgroupCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/GetCredentialsCommand.d.ts +3 -8
  27. package/dist-types/ts3.4/commands/GetCustomDomainAssociationCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/GetEndpointAccessCommand.d.ts +5 -10
  29. package/dist-types/ts3.4/commands/GetIdentityCenterAuthTokenCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +3 -5
  31. package/dist-types/ts3.4/commands/GetRecoveryPointCommand.d.ts +4 -9
  32. package/dist-types/ts3.4/commands/GetReservationCommand.d.ts +4 -9
  33. package/dist-types/ts3.4/commands/GetReservationOfferingCommand.d.ts +5 -10
  34. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +5 -10
  35. package/dist-types/ts3.4/commands/GetScheduledActionCommand.d.ts +5 -10
  36. package/dist-types/ts3.4/commands/GetSnapshotCommand.d.ts +2 -4
  37. package/dist-types/ts3.4/commands/GetTableRestoreStatusCommand.d.ts +5 -10
  38. package/dist-types/ts3.4/commands/GetTrackCommand.d.ts +7 -5
  39. package/dist-types/ts3.4/commands/GetUsageLimitCommand.d.ts +4 -9
  40. package/dist-types/ts3.4/commands/GetWorkgroupCommand.d.ts +3 -5
  41. package/dist-types/ts3.4/commands/ListCustomDomainAssociationsCommand.d.ts +3 -5
  42. package/dist-types/ts3.4/commands/ListEndpointAccessCommand.d.ts +4 -9
  43. package/dist-types/ts3.4/commands/ListManagedWorkgroupsCommand.d.ts +4 -9
  44. package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +3 -8
  45. package/dist-types/ts3.4/commands/ListRecoveryPointsCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/ListReservationOfferingsCommand.d.ts +3 -5
  47. package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +3 -8
  48. package/dist-types/ts3.4/commands/ListScheduledActionsCommand.d.ts +4 -9
  49. package/dist-types/ts3.4/commands/ListSnapshotCopyConfigurationsCommand.d.ts +3 -5
  50. package/dist-types/ts3.4/commands/ListSnapshotsCommand.d.ts +3 -8
  51. package/dist-types/ts3.4/commands/ListTableRestoreStatusCommand.d.ts +4 -9
  52. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  53. package/dist-types/ts3.4/commands/ListTracksCommand.d.ts +2 -4
  54. package/dist-types/ts3.4/commands/ListUsageLimitsCommand.d.ts +3 -8
  55. package/dist-types/ts3.4/commands/ListWorkgroupsCommand.d.ts +3 -8
  56. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -10
  57. package/dist-types/ts3.4/commands/RestoreFromRecoveryPointCommand.d.ts +4 -6
  58. package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +5 -10
  59. package/dist-types/ts3.4/commands/RestoreTableFromRecoveryPointCommand.d.ts +4 -6
  60. package/dist-types/ts3.4/commands/RestoreTableFromSnapshotCommand.d.ts +4 -6
  61. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  62. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  63. package/dist-types/ts3.4/commands/UpdateCustomDomainAssociationCommand.d.ts +4 -6
  64. package/dist-types/ts3.4/commands/UpdateEndpointAccessCommand.d.ts +5 -10
  65. package/dist-types/ts3.4/commands/UpdateLakehouseConfigurationCommand.d.ts +4 -6
  66. package/dist-types/ts3.4/commands/UpdateNamespaceCommand.d.ts +4 -9
  67. package/dist-types/ts3.4/commands/UpdateScheduledActionCommand.d.ts +5 -10
  68. package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +4 -9
  69. package/dist-types/ts3.4/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +4 -6
  70. package/dist-types/ts3.4/commands/UpdateUsageLimitCommand.d.ts +4 -9
  71. package/dist-types/ts3.4/commands/UpdateWorkgroupCommand.d.ts +4 -9
  72. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  73. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  74. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  75. package/dist-types/ts3.4/models/enums.d.ts +5 -10
  76. package/dist-types/ts3.4/models/errors.d.ts +10 -30
  77. package/dist-types/ts3.4/models/models_0.d.ts +2 -7
  78. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  79. package/dist-types/ts3.4/pagination/ListTracksPaginator.d.ts +1 -4
  80. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  81. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  82. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  83. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  84. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  85. package/package.json +38 -38
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1086.0";
72
+ var version = "3.1088.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75