@aws-sdk/client-timestream-influxdb 3.952.0 → 3.954.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.
- package/README.md +16 -0
- package/dist-cjs/index.js +375 -202
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/TimestreamInfluxDB.js +4 -0
- package/dist-es/commands/CreateDbClusterCommand.js +2 -2
- package/dist-es/commands/CreateDbInstanceCommand.js +2 -2
- package/dist-es/commands/CreateDbParameterGroupCommand.js +2 -2
- package/dist-es/commands/DeleteDbClusterCommand.js +2 -2
- package/dist-es/commands/DeleteDbInstanceCommand.js +2 -2
- package/dist-es/commands/GetDbClusterCommand.js +2 -2
- package/dist-es/commands/GetDbInstanceCommand.js +2 -2
- package/dist-es/commands/GetDbParameterGroupCommand.js +2 -2
- package/dist-es/commands/ListDbClustersCommand.js +2 -2
- package/dist-es/commands/ListDbInstancesCommand.js +2 -2
- package/dist-es/commands/ListDbInstancesForClusterCommand.js +2 -2
- package/dist-es/commands/ListDbParameterGroupsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/RebootDbClusterCommand.js +16 -0
- package/dist-es/commands/RebootDbInstanceCommand.js +16 -0
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateDbClusterCommand.js +2 -2
- package/dist-es/commands/UpdateDbInstanceCommand.js +2 -2
- package/dist-es/commands/index.js +2 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +6 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +237 -172
- package/dist-types/TimestreamInfluxDB.d.ts +14 -0
- package/dist-types/TimestreamInfluxDBClient.d.ts +5 -12
- package/dist-types/commands/CreateDbClusterCommand.d.ts +1 -1
- package/dist-types/commands/CreateDbInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDbClusterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDbInstanceCommand.d.ts +1 -1
- package/dist-types/commands/GetDbClusterCommand.d.ts +1 -1
- package/dist-types/commands/GetDbInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ListDbClustersCommand.d.ts +1 -1
- package/dist-types/commands/ListDbInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ListDbInstancesForClusterCommand.d.ts +1 -1
- package/dist-types/commands/RebootDbClusterCommand.d.ts +95 -0
- package/dist-types/commands/RebootDbInstanceCommand.d.ts +124 -0
- package/dist-types/commands/UpdateDbClusterCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDbInstanceCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +150 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +76 -83
- package/dist-types/ts3.4/TimestreamInfluxDB.d.ts +34 -0
- package/dist-types/ts3.4/TimestreamInfluxDBClient.d.ts +12 -4
- package/dist-types/ts3.4/commands/RebootDbClusterCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/RebootDbInstanceCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +34 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +75 -84
- 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>
|