@aws-sdk/client-dsql 3.927.0 → 3.929.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 (50) hide show
  1. package/README.md +1 -6
  2. package/dist-cjs/index.js +497 -596
  3. package/dist-cjs/runtimeConfig.shared.js +2 -0
  4. package/dist-es/DSQLClient.js +2 -0
  5. package/dist-es/commands/CreateClusterCommand.js +3 -9
  6. package/dist-es/commands/DeleteClusterCommand.js +3 -9
  7. package/dist-es/commands/DeleteClusterPolicyCommand.js +3 -9
  8. package/dist-es/commands/GetClusterCommand.js +3 -9
  9. package/dist-es/commands/GetClusterPolicyCommand.js +3 -9
  10. package/dist-es/commands/GetVpcEndpointServiceNameCommand.js +3 -9
  11. package/dist-es/commands/ListClustersCommand.js +3 -9
  12. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  13. package/dist-es/commands/PutClusterPolicyCommand.js +3 -9
  14. package/dist-es/commands/TagResourceCommand.js +3 -9
  15. package/dist-es/commands/UntagResourceCommand.js +3 -9
  16. package/dist-es/commands/UpdateClusterCommand.js +3 -9
  17. package/dist-es/runtimeConfig.shared.js +2 -0
  18. package/dist-es/schemas/schemas_0.js +463 -0
  19. package/dist-types/DSQL.d.ts +1 -6
  20. package/dist-types/DSQLClient.d.ts +11 -7
  21. package/dist-types/commands/CreateClusterCommand.d.ts +3 -67
  22. package/dist-types/commands/DeleteClusterCommand.d.ts +1 -2
  23. package/dist-types/commands/DeleteClusterPolicyCommand.d.ts +1 -2
  24. package/dist-types/commands/GetClusterCommand.d.ts +2 -2
  25. package/dist-types/commands/GetClusterPolicyCommand.d.ts +1 -2
  26. package/dist-types/commands/GetVpcEndpointServiceNameCommand.d.ts +1 -2
  27. package/dist-types/commands/ListClustersCommand.d.ts +1 -2
  28. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -2
  29. package/dist-types/commands/PutClusterPolicyCommand.d.ts +1 -2
  30. package/dist-types/commands/TagResourceCommand.d.ts +1 -2
  31. package/dist-types/commands/UntagResourceCommand.d.ts +1 -2
  32. package/dist-types/commands/UpdateClusterCommand.d.ts +2 -91
  33. package/dist-types/index.d.ts +1 -6
  34. package/dist-types/models/models_0.d.ts +22 -38
  35. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  36. package/dist-types/runtimeConfig.d.ts +1 -0
  37. package/dist-types/runtimeConfig.native.d.ts +1 -0
  38. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  39. package/dist-types/schemas/schemas_0.d.ts +53 -0
  40. package/dist-types/ts3.4/DSQLClient.d.ts +4 -0
  41. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  42. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  43. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  44. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  45. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  46. package/dist-types/ts3.4/schemas/schemas_0.d.ts +58 -0
  47. package/package.json +5 -6
  48. package/dist-es/protocols/Aws_restJson1.js +0 -502
  49. package/dist-types/protocols/Aws_restJson1.d.ts +0 -110
  50. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -149
package/README.md CHANGED
@@ -6,12 +6,7 @@
6
6
 
7
7
  AWS SDK for JavaScript DSQL Client for Node.js, Browser and React Native.
8
8
 
9
- <p>This is an interface reference for Amazon Aurora DSQL. It contains documentation for one of the
10
- programming or command line interfaces you can use to manage Amazon Aurora DSQL.</p>
11
- <p>Amazon Aurora DSQL is a serverless, distributed SQL database suitable for workloads of any size.
12
- is available in both single-Region and multi-Region configurations, so your
13
- clusters and databases are always available even if an Availability Zone or an Amazon Web Services Region are unavailable. lets you focus on using your data to
14
- acquire new insights for your business and customers.</p>
9
+ <p>This is an interface reference for Amazon Aurora DSQL. It contains documentation for one of the programming or command line interfaces you can use to manage Amazon Aurora DSQL.</p> <p>Amazon Aurora DSQL is a serverless, distributed SQL database suitable for workloads of any size. is available in both single-Region and multi-Region configurations, so your clusters and databases are always available even if an Availability Zone or an Amazon Web Services Region are unavailable. lets you focus on using your data to acquire new insights for your business and customers.</p>
15
10
 
16
11
  ## Installing
17
12