@aws-sdk/client-redshift-serverless 3.533.0 → 3.540.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 (121) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/RedshiftServerless.d.ts +13 -1
  6. package/dist-types/RedshiftServerlessClient.d.ts +1 -1
  7. package/dist-types/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateCustomDomainAssociationCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateEndpointAccessCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateNamespaceCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateScheduledActionCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateSnapshotCopyConfigurationCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateUsageLimitCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateWorkgroupCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteCustomDomainAssociationCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteEndpointAccessCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteNamespaceCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteSnapshotCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteUsageLimitCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteWorkgroupCommand.d.ts +2 -1
  25. package/dist-types/commands/GetCredentialsCommand.d.ts +2 -1
  26. package/dist-types/commands/GetCustomDomainAssociationCommand.d.ts +2 -1
  27. package/dist-types/commands/GetEndpointAccessCommand.d.ts +2 -1
  28. package/dist-types/commands/GetNamespaceCommand.d.ts +2 -1
  29. package/dist-types/commands/GetRecoveryPointCommand.d.ts +2 -1
  30. package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -1
  31. package/dist-types/commands/GetScheduledActionCommand.d.ts +2 -1
  32. package/dist-types/commands/GetSnapshotCommand.d.ts +2 -1
  33. package/dist-types/commands/GetTableRestoreStatusCommand.d.ts +2 -1
  34. package/dist-types/commands/GetUsageLimitCommand.d.ts +2 -1
  35. package/dist-types/commands/GetWorkgroupCommand.d.ts +2 -1
  36. package/dist-types/commands/ListCustomDomainAssociationsCommand.d.ts +2 -1
  37. package/dist-types/commands/ListEndpointAccessCommand.d.ts +2 -1
  38. package/dist-types/commands/ListNamespacesCommand.d.ts +2 -1
  39. package/dist-types/commands/ListRecoveryPointsCommand.d.ts +2 -1
  40. package/dist-types/commands/ListScheduledActionsCommand.d.ts +2 -1
  41. package/dist-types/commands/ListSnapshotCopyConfigurationsCommand.d.ts +2 -1
  42. package/dist-types/commands/ListSnapshotsCommand.d.ts +2 -1
  43. package/dist-types/commands/ListTableRestoreStatusCommand.d.ts +2 -1
  44. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  45. package/dist-types/commands/ListUsageLimitsCommand.d.ts +2 -1
  46. package/dist-types/commands/ListWorkgroupsCommand.d.ts +2 -1
  47. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
  48. package/dist-types/commands/RestoreFromRecoveryPointCommand.d.ts +2 -1
  49. package/dist-types/commands/RestoreFromSnapshotCommand.d.ts +2 -1
  50. package/dist-types/commands/RestoreTableFromRecoveryPointCommand.d.ts +2 -1
  51. package/dist-types/commands/RestoreTableFromSnapshotCommand.d.ts +2 -1
  52. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  53. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateCustomDomainAssociationCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateEndpointAccessCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateNamespaceCommand.d.ts +2 -1
  57. package/dist-types/commands/UpdateScheduledActionCommand.d.ts +2 -1
  58. package/dist-types/commands/UpdateSnapshotCommand.d.ts +2 -1
  59. package/dist-types/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +2 -1
  60. package/dist-types/commands/UpdateUsageLimitCommand.d.ts +2 -1
  61. package/dist-types/commands/UpdateWorkgroupCommand.d.ts +2 -1
  62. package/dist-types/index.d.ts +0 -1
  63. package/dist-types/models/models_0.d.ts +451 -451
  64. package/dist-types/ts3.4/RedshiftServerless.d.ts +12 -0
  65. package/dist-types/ts3.4/commands/ConvertRecoveryPointToSnapshotCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/CreateCustomDomainAssociationCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/CreateEndpointAccessCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/CreateScheduledActionCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/CreateSnapshotCopyConfigurationCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/CreateUsageLimitCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/CreateWorkgroupCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DeleteCustomDomainAssociationCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DeleteEndpointAccessCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/DeleteSnapshotCopyConfigurationCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/DeleteUsageLimitCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/DeleteWorkgroupCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/GetCredentialsCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/GetCustomDomainAssociationCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/GetEndpointAccessCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/GetNamespaceCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/GetRecoveryPointCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/GetScheduledActionCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/GetSnapshotCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/GetTableRestoreStatusCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/GetUsageLimitCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/GetWorkgroupCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/ListCustomDomainAssociationsCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/ListEndpointAccessCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/ListRecoveryPointsCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/ListScheduledActionsCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/ListSnapshotCopyConfigurationsCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/ListSnapshotsCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/ListTableRestoreStatusCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/ListUsageLimitsCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/ListWorkgroupsCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/RestoreFromRecoveryPointCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/RestoreFromSnapshotCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/RestoreTableFromRecoveryPointCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/RestoreTableFromSnapshotCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/UpdateCustomDomainAssociationCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/UpdateEndpointAccessCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/UpdateNamespaceCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/UpdateScheduledActionCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/UpdateSnapshotCopyConfigurationCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/UpdateUsageLimitCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/UpdateWorkgroupCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/index.d.ts +0 -1
  121. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface UpdateSnapshotCopyConfigurationCommandOutput extends UpdateSnap
22
22
  }
23
23
  declare const UpdateSnapshotCopyConfigurationCommand_base: {
24
24
  new (input: UpdateSnapshotCopyConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSnapshotCopyConfigurationCommandInput, UpdateSnapshotCopyConfigurationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateSnapshotCopyConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSnapshotCopyConfigurationCommandInput, UpdateSnapshotCopyConfigurationCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a snapshot copy configuration.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const UpdateSnapshotCopyConfigurationCommand_base: {
76
76
  * @throws {@link RedshiftServerlessServiceException}
77
77
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class UpdateSnapshotCopyConfigurationCommand extends UpdateSnapshotCopyConfigurationCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface UpdateUsageLimitCommandOutput extends UpdateUsageLimitResponse,
22
22
  }
23
23
  declare const UpdateUsageLimitCommand_base: {
24
24
  new (input: UpdateUsageLimitCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateUsageLimitCommandInput, UpdateUsageLimitCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateUsageLimitCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateUsageLimitCommandInput, UpdateUsageLimitCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Update a usage limit in Amazon Redshift Serverless. You can't update the usage type or period of a usage limit.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const UpdateUsageLimitCommand_base: {
75
75
  * @throws {@link RedshiftServerlessServiceException}
76
76
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class UpdateUsageLimitCommand extends UpdateUsageLimitCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface UpdateWorkgroupCommandOutput extends UpdateWorkgroupResponse, _
22
22
  }
23
23
  declare const UpdateWorkgroupCommand_base: {
24
24
  new (input: UpdateWorkgroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkgroupCommandInput, UpdateWorkgroupCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateWorkgroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWorkgroupCommandInput, UpdateWorkgroupCommandOutput, RedshiftServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a workgroup with the specified configuration settings. You can't update multiple parameters in one request. For example,
30
30
  * you can update <code>baseCapacity</code> or <code>port</code> in a single request, but you can't update both in the same request.</p>
31
31
  * @example
@@ -136,6 +136,7 @@ declare const UpdateWorkgroupCommand_base: {
136
136
  * @throws {@link RedshiftServerlessServiceException}
137
137
  * <p>Base exception class for all service exceptions from RedshiftServerless service.</p>
138
138
  *
139
+ * @public
139
140
  */
140
141
  export declare class UpdateWorkgroupCommand extends UpdateWorkgroupCommand_base {
141
142
  }
@@ -22,5 +22,4 @@ export { RedshiftServerlessExtensionConfiguration } from "./extensionConfigurati
22
22
  export * from "./commands";
23
23
  export * from "./pagination";
24
24
  export * from "./models";
25
- import "@aws-sdk/util-endpoints";
26
25
  export { RedshiftServerlessServiceException } from "./models/RedshiftServerlessServiceException";