@aws-sdk/client-timestream-influxdb 3.952.0 → 3.953.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 (66) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +375 -202
  3. package/dist-cjs/runtimeConfig.shared.js +6 -6
  4. package/dist-es/TimestreamInfluxDB.js +4 -0
  5. package/dist-es/commands/CreateDbClusterCommand.js +2 -2
  6. package/dist-es/commands/CreateDbInstanceCommand.js +2 -2
  7. package/dist-es/commands/CreateDbParameterGroupCommand.js +2 -2
  8. package/dist-es/commands/DeleteDbClusterCommand.js +2 -2
  9. package/dist-es/commands/DeleteDbInstanceCommand.js +2 -2
  10. package/dist-es/commands/GetDbClusterCommand.js +2 -2
  11. package/dist-es/commands/GetDbInstanceCommand.js +2 -2
  12. package/dist-es/commands/GetDbParameterGroupCommand.js +2 -2
  13. package/dist-es/commands/ListDbClustersCommand.js +2 -2
  14. package/dist-es/commands/ListDbInstancesCommand.js +2 -2
  15. package/dist-es/commands/ListDbInstancesForClusterCommand.js +2 -2
  16. package/dist-es/commands/ListDbParameterGroupsCommand.js +2 -2
  17. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  18. package/dist-es/commands/RebootDbClusterCommand.js +16 -0
  19. package/dist-es/commands/RebootDbInstanceCommand.js +16 -0
  20. package/dist-es/commands/TagResourceCommand.js +2 -2
  21. package/dist-es/commands/UntagResourceCommand.js +2 -2
  22. package/dist-es/commands/UpdateDbClusterCommand.js +2 -2
  23. package/dist-es/commands/UpdateDbInstanceCommand.js +2 -2
  24. package/dist-es/commands/index.js +2 -0
  25. package/dist-es/index.js +1 -0
  26. package/dist-es/models/enums.js +6 -0
  27. package/dist-es/runtimeConfig.shared.js +6 -6
  28. package/dist-es/schemas/schemas_0.js +237 -172
  29. package/dist-types/TimestreamInfluxDB.d.ts +14 -0
  30. package/dist-types/TimestreamInfluxDBClient.d.ts +5 -12
  31. package/dist-types/commands/CreateDbClusterCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateDbInstanceCommand.d.ts +1 -1
  33. package/dist-types/commands/DeleteDbClusterCommand.d.ts +1 -1
  34. package/dist-types/commands/DeleteDbInstanceCommand.d.ts +1 -1
  35. package/dist-types/commands/GetDbClusterCommand.d.ts +1 -1
  36. package/dist-types/commands/GetDbInstanceCommand.d.ts +1 -1
  37. package/dist-types/commands/ListDbClustersCommand.d.ts +1 -1
  38. package/dist-types/commands/ListDbInstancesCommand.d.ts +1 -1
  39. package/dist-types/commands/ListDbInstancesForClusterCommand.d.ts +1 -1
  40. package/dist-types/commands/RebootDbClusterCommand.d.ts +95 -0
  41. package/dist-types/commands/RebootDbInstanceCommand.d.ts +124 -0
  42. package/dist-types/commands/UpdateDbClusterCommand.d.ts +1 -1
  43. package/dist-types/commands/UpdateDbInstanceCommand.d.ts +1 -1
  44. package/dist-types/commands/index.d.ts +2 -0
  45. package/dist-types/index.d.ts +1 -0
  46. package/dist-types/models/enums.d.ts +6 -0
  47. package/dist-types/models/models_0.d.ts +150 -0
  48. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  49. package/dist-types/runtimeConfig.d.ts +6 -2
  50. package/dist-types/runtimeConfig.native.d.ts +6 -2
  51. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  52. package/dist-types/schemas/schemas_0.d.ts +76 -83
  53. package/dist-types/ts3.4/TimestreamInfluxDB.d.ts +34 -0
  54. package/dist-types/ts3.4/TimestreamInfluxDBClient.d.ts +12 -4
  55. package/dist-types/ts3.4/commands/RebootDbClusterCommand.d.ts +50 -0
  56. package/dist-types/ts3.4/commands/RebootDbInstanceCommand.d.ts +50 -0
  57. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  58. package/dist-types/ts3.4/index.d.ts +1 -0
  59. package/dist-types/ts3.4/models/enums.d.ts +6 -0
  60. package/dist-types/ts3.4/models/models_0.d.ts +34 -0
  61. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  62. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  63. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  64. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  65. package/dist-types/ts3.4/schemas/schemas_0.d.ts +75 -84
  66. package/package.json +34 -34
package/README.md CHANGED
@@ -307,6 +307,22 @@ ListTagsForResource
307
307
 
308
308
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/timestream-influxdb/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-timestream-influxdb/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-timestream-influxdb/Interface/ListTagsForResourceCommandOutput/)
309
309
 
310
+ </details>
311
+ <details>
312
+ <summary>
313
+ RebootDbCluster
314
+ </summary>
315
+
316
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/timestream-influxdb/command/RebootDbClusterCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-timestream-influxdb/Interface/RebootDbClusterCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-timestream-influxdb/Interface/RebootDbClusterCommandOutput/)
317
+
318
+ </details>
319
+ <details>
320
+ <summary>
321
+ RebootDbInstance
322
+ </summary>
323
+
324
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/timestream-influxdb/command/RebootDbInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-timestream-influxdb/Interface/RebootDbInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-timestream-influxdb/Interface/RebootDbInstanceCommandOutput/)
325
+
310
326
  </details>
311
327
  <details>
312
328
  <summary>