aws-sdk-timestreaminfluxdb 1.44.0 → 1.45.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-timestreaminfluxdb/client.rb +13 -1
- data/lib/aws-sdk-timestreaminfluxdb/client_api.rb +5 -0
- data/lib/aws-sdk-timestreaminfluxdb/types.rb +25 -1
- data/lib/aws-sdk-timestreaminfluxdb.rb +1 -1
- data/sig/client.rbs +5 -1
- data/sig/types.rbs +4 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e8e53fa17631df70d171aea486772f86e442c4facb6332cbedbae93b006fc71d
|
|
4
|
+
data.tar.gz: 86f460e00a2322056234471aa92ece08dcd1b81af62e14bd5884dafaf7a878c6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1ba95b3ff069411dcac3ce5da722efbf78f912fae3e755840c6c8db4a42781c8b9b541c61af086e922eef43bff403958ed1bcee13034840232c8d93601eb6603
|
|
7
|
+
data.tar.gz: 6f7ffc593148ea000518c1c53fb29910a1885637c161eb257f670df8b8715df1d17249f56fd2952116d07221b5a5b032c78998f8fe7cdaf663e22e2b9709dc0c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.45.0 (2026-07-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release adds support for custom plugins in Amazon Timestream for InfluxDB. InfluxDB 3 Core and Enterprise DB parameter groups now accept a plugin repository URL and optional AWS Secrets Manager secret ARN, so the Processing Engine loads your Python plugins from a public or private repository.
|
|
8
|
+
|
|
4
9
|
1.44.0 (2026-07-09)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.45.0
|
|
@@ -1014,6 +1014,8 @@ module Aws::TimestreamInfluxDB
|
|
|
1014
1014
|
# duration_type: "hours", # required, accepts hours, minutes, seconds, milliseconds, days
|
|
1015
1015
|
# value: 1, # required
|
|
1016
1016
|
# },
|
|
1017
|
+
# plugin_repository_url: "String",
|
|
1018
|
+
# plugin_repository_secret_arn: "PluginRepositorySecretArn",
|
|
1017
1019
|
# },
|
|
1018
1020
|
# influx_d_bv_3_enterprise: {
|
|
1019
1021
|
# query_file_limit: 1,
|
|
@@ -1097,6 +1099,8 @@ module Aws::TimestreamInfluxDB
|
|
|
1097
1099
|
# duration_type: "hours", # required, accepts hours, minutes, seconds, milliseconds, days
|
|
1098
1100
|
# value: 1, # required
|
|
1099
1101
|
# },
|
|
1102
|
+
# plugin_repository_url: "String",
|
|
1103
|
+
# plugin_repository_secret_arn: "PluginRepositorySecretArn",
|
|
1100
1104
|
# ingest_query_instances: 1, # required
|
|
1101
1105
|
# query_only_instances: 1, # required
|
|
1102
1106
|
# dedicated_compactor: false, # required
|
|
@@ -1233,6 +1237,8 @@ module Aws::TimestreamInfluxDB
|
|
|
1233
1237
|
# resp.parameters.influx_d_bv_3_core.delete_grace_period.value #=> Integer
|
|
1234
1238
|
# resp.parameters.influx_d_bv_3_core.hard_delete_default_duration.duration_type #=> String, one of "hours", "minutes", "seconds", "milliseconds", "days"
|
|
1235
1239
|
# resp.parameters.influx_d_bv_3_core.hard_delete_default_duration.value #=> Integer
|
|
1240
|
+
# resp.parameters.influx_d_bv_3_core.plugin_repository_url #=> String
|
|
1241
|
+
# resp.parameters.influx_d_bv_3_core.plugin_repository_secret_arn #=> String
|
|
1236
1242
|
# resp.parameters.influx_d_bv_3_enterprise.query_file_limit #=> Integer
|
|
1237
1243
|
# resp.parameters.influx_d_bv_3_enterprise.query_log_size #=> Integer
|
|
1238
1244
|
# resp.parameters.influx_d_bv_3_enterprise.log_filter #=> String
|
|
@@ -1286,6 +1292,8 @@ module Aws::TimestreamInfluxDB
|
|
|
1286
1292
|
# resp.parameters.influx_d_bv_3_enterprise.delete_grace_period.value #=> Integer
|
|
1287
1293
|
# resp.parameters.influx_d_bv_3_enterprise.hard_delete_default_duration.duration_type #=> String, one of "hours", "minutes", "seconds", "milliseconds", "days"
|
|
1288
1294
|
# resp.parameters.influx_d_bv_3_enterprise.hard_delete_default_duration.value #=> Integer
|
|
1295
|
+
# resp.parameters.influx_d_bv_3_enterprise.plugin_repository_url #=> String
|
|
1296
|
+
# resp.parameters.influx_d_bv_3_enterprise.plugin_repository_secret_arn #=> String
|
|
1289
1297
|
# resp.parameters.influx_d_bv_3_enterprise.ingest_query_instances #=> Integer
|
|
1290
1298
|
# resp.parameters.influx_d_bv_3_enterprise.query_only_instances #=> Integer
|
|
1291
1299
|
# resp.parameters.influx_d_bv_3_enterprise.dedicated_compactor #=> Boolean
|
|
@@ -1704,6 +1712,8 @@ module Aws::TimestreamInfluxDB
|
|
|
1704
1712
|
# resp.parameters.influx_d_bv_3_core.delete_grace_period.value #=> Integer
|
|
1705
1713
|
# resp.parameters.influx_d_bv_3_core.hard_delete_default_duration.duration_type #=> String, one of "hours", "minutes", "seconds", "milliseconds", "days"
|
|
1706
1714
|
# resp.parameters.influx_d_bv_3_core.hard_delete_default_duration.value #=> Integer
|
|
1715
|
+
# resp.parameters.influx_d_bv_3_core.plugin_repository_url #=> String
|
|
1716
|
+
# resp.parameters.influx_d_bv_3_core.plugin_repository_secret_arn #=> String
|
|
1707
1717
|
# resp.parameters.influx_d_bv_3_enterprise.query_file_limit #=> Integer
|
|
1708
1718
|
# resp.parameters.influx_d_bv_3_enterprise.query_log_size #=> Integer
|
|
1709
1719
|
# resp.parameters.influx_d_bv_3_enterprise.log_filter #=> String
|
|
@@ -1757,6 +1767,8 @@ module Aws::TimestreamInfluxDB
|
|
|
1757
1767
|
# resp.parameters.influx_d_bv_3_enterprise.delete_grace_period.value #=> Integer
|
|
1758
1768
|
# resp.parameters.influx_d_bv_3_enterprise.hard_delete_default_duration.duration_type #=> String, one of "hours", "minutes", "seconds", "milliseconds", "days"
|
|
1759
1769
|
# resp.parameters.influx_d_bv_3_enterprise.hard_delete_default_duration.value #=> Integer
|
|
1770
|
+
# resp.parameters.influx_d_bv_3_enterprise.plugin_repository_url #=> String
|
|
1771
|
+
# resp.parameters.influx_d_bv_3_enterprise.plugin_repository_secret_arn #=> String
|
|
1760
1772
|
# resp.parameters.influx_d_bv_3_enterprise.ingest_query_instances #=> Integer
|
|
1761
1773
|
# resp.parameters.influx_d_bv_3_enterprise.query_only_instances #=> Integer
|
|
1762
1774
|
# resp.parameters.influx_d_bv_3_enterprise.dedicated_compactor #=> Boolean
|
|
@@ -2405,7 +2417,7 @@ module Aws::TimestreamInfluxDB
|
|
|
2405
2417
|
tracer: tracer
|
|
2406
2418
|
)
|
|
2407
2419
|
context[:gem_name] = 'aws-sdk-timestreaminfluxdb'
|
|
2408
|
-
context[:gem_version] = '1.
|
|
2420
|
+
context[:gem_version] = '1.45.0'
|
|
2409
2421
|
Seahorse::Client::Request.new(handlers, context)
|
|
2410
2422
|
end
|
|
2411
2423
|
|
|
@@ -157,6 +157,7 @@ module Aws::TimestreamInfluxDB
|
|
|
157
157
|
PercentOrAbsoluteLong = Shapes::UnionShape.new(name: 'PercentOrAbsoluteLong')
|
|
158
158
|
PercentOrAbsoluteLongAbsoluteLong = Shapes::IntegerShape.new(name: 'PercentOrAbsoluteLongAbsoluteLong')
|
|
159
159
|
PercentOrAbsoluteLongPercentString = Shapes::StringShape.new(name: 'PercentOrAbsoluteLongPercentString')
|
|
160
|
+
PluginRepositorySecretArn = Shapes::StringShape.new(name: 'PluginRepositorySecretArn')
|
|
160
161
|
Port = Shapes::IntegerShape.new(name: 'Port')
|
|
161
162
|
RebootDbClusterInput = Shapes::StructureShape.new(name: 'RebootDbClusterInput')
|
|
162
163
|
RebootDbClusterInputInstanceIdsList = Shapes::ListShape.new(name: 'RebootDbClusterInputInstanceIdsList')
|
|
@@ -530,6 +531,8 @@ module Aws::TimestreamInfluxDB
|
|
|
530
531
|
InfluxDBv3CoreParameters.add_member(:retention_check_interval, Shapes::ShapeRef.new(shape: Duration, location_name: "retentionCheckInterval"))
|
|
531
532
|
InfluxDBv3CoreParameters.add_member(:delete_grace_period, Shapes::ShapeRef.new(shape: Duration, location_name: "deleteGracePeriod"))
|
|
532
533
|
InfluxDBv3CoreParameters.add_member(:hard_delete_default_duration, Shapes::ShapeRef.new(shape: Duration, location_name: "hardDeleteDefaultDuration"))
|
|
534
|
+
InfluxDBv3CoreParameters.add_member(:plugin_repository_url, Shapes::ShapeRef.new(shape: String, location_name: "pluginRepositoryUrl"))
|
|
535
|
+
InfluxDBv3CoreParameters.add_member(:plugin_repository_secret_arn, Shapes::ShapeRef.new(shape: PluginRepositorySecretArn, location_name: "pluginRepositorySecretArn"))
|
|
533
536
|
InfluxDBv3CoreParameters.struct_class = Types::InfluxDBv3CoreParameters
|
|
534
537
|
|
|
535
538
|
InfluxDBv3EnterpriseParameters.add_member(:query_file_limit, Shapes::ShapeRef.new(shape: InfluxDBv3EnterpriseParametersQueryFileLimitInteger, location_name: "queryFileLimit"))
|
|
@@ -571,6 +574,8 @@ module Aws::TimestreamInfluxDB
|
|
|
571
574
|
InfluxDBv3EnterpriseParameters.add_member(:retention_check_interval, Shapes::ShapeRef.new(shape: Duration, location_name: "retentionCheckInterval"))
|
|
572
575
|
InfluxDBv3EnterpriseParameters.add_member(:delete_grace_period, Shapes::ShapeRef.new(shape: Duration, location_name: "deleteGracePeriod"))
|
|
573
576
|
InfluxDBv3EnterpriseParameters.add_member(:hard_delete_default_duration, Shapes::ShapeRef.new(shape: Duration, location_name: "hardDeleteDefaultDuration"))
|
|
577
|
+
InfluxDBv3EnterpriseParameters.add_member(:plugin_repository_url, Shapes::ShapeRef.new(shape: String, location_name: "pluginRepositoryUrl"))
|
|
578
|
+
InfluxDBv3EnterpriseParameters.add_member(:plugin_repository_secret_arn, Shapes::ShapeRef.new(shape: PluginRepositorySecretArn, location_name: "pluginRepositorySecretArn"))
|
|
574
579
|
InfluxDBv3EnterpriseParameters.add_member(:ingest_query_instances, Shapes::ShapeRef.new(shape: InfluxDBv3EnterpriseParametersIngestQueryInstancesInteger, required: true, location_name: "ingestQueryInstances"))
|
|
575
580
|
InfluxDBv3EnterpriseParameters.add_member(:query_only_instances, Shapes::ShapeRef.new(shape: InfluxDBv3EnterpriseParametersQueryOnlyInstancesInteger, required: true, location_name: "queryOnlyInstances"))
|
|
576
581
|
InfluxDBv3EnterpriseParameters.add_member(:dedicated_compactor, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "dedicatedCompactor"))
|
|
@@ -1975,6 +1975,16 @@ module Aws::TimestreamInfluxDB
|
|
|
1975
1975
|
# Default: 90d
|
|
1976
1976
|
# @return [Types::Duration]
|
|
1977
1977
|
#
|
|
1978
|
+
# @!attribute [rw] plugin_repository_url
|
|
1979
|
+
# Specifies the URL of the repository that InfluxDB downloads plugins
|
|
1980
|
+
# from.
|
|
1981
|
+
# @return [String]
|
|
1982
|
+
#
|
|
1983
|
+
# @!attribute [rw] plugin_repository_secret_arn
|
|
1984
|
+
# The Amazon Resource Name (ARN) of the Secrets Manager secret that
|
|
1985
|
+
# holds your repository access token.
|
|
1986
|
+
# @return [String]
|
|
1987
|
+
#
|
|
1978
1988
|
# @see http://docs.aws.amazon.com/goto/WebAPI/timestream-influxdb-2023-01-27/InfluxDBv3CoreParameters AWS API Documentation
|
|
1979
1989
|
#
|
|
1980
1990
|
class InfluxDBv3CoreParameters < Struct.new(
|
|
@@ -2016,7 +2026,9 @@ module Aws::TimestreamInfluxDB
|
|
|
2016
2026
|
:gen1_lookback_duration,
|
|
2017
2027
|
:retention_check_interval,
|
|
2018
2028
|
:delete_grace_period,
|
|
2019
|
-
:hard_delete_default_duration
|
|
2029
|
+
:hard_delete_default_duration,
|
|
2030
|
+
:plugin_repository_url,
|
|
2031
|
+
:plugin_repository_secret_arn)
|
|
2020
2032
|
SENSITIVE = []
|
|
2021
2033
|
include Aws::Structure
|
|
2022
2034
|
end
|
|
@@ -2273,6 +2285,16 @@ module Aws::TimestreamInfluxDB
|
|
|
2273
2285
|
# Default: 90d
|
|
2274
2286
|
# @return [Types::Duration]
|
|
2275
2287
|
#
|
|
2288
|
+
# @!attribute [rw] plugin_repository_url
|
|
2289
|
+
# Specifies the URL of the repository that InfluxDB downloads plugins
|
|
2290
|
+
# from.
|
|
2291
|
+
# @return [String]
|
|
2292
|
+
#
|
|
2293
|
+
# @!attribute [rw] plugin_repository_secret_arn
|
|
2294
|
+
# The Amazon Resource Name (ARN) of the Secrets Manager secret that
|
|
2295
|
+
# holds your repository access token.
|
|
2296
|
+
# @return [String]
|
|
2297
|
+
#
|
|
2276
2298
|
# @!attribute [rw] ingest_query_instances
|
|
2277
2299
|
# Specifies number of instances in the DbCluster which can both ingest
|
|
2278
2300
|
# and query.
|
|
@@ -2400,6 +2422,8 @@ module Aws::TimestreamInfluxDB
|
|
|
2400
2422
|
:retention_check_interval,
|
|
2401
2423
|
:delete_grace_period,
|
|
2402
2424
|
:hard_delete_default_duration,
|
|
2425
|
+
:plugin_repository_url,
|
|
2426
|
+
:plugin_repository_secret_arn,
|
|
2403
2427
|
:ingest_query_instances,
|
|
2404
2428
|
:query_only_instances,
|
|
2405
2429
|
:dedicated_compactor,
|
data/sig/client.rbs
CHANGED
|
@@ -329,7 +329,9 @@ module Aws
|
|
|
329
329
|
hard_delete_default_duration: {
|
|
330
330
|
duration_type: ("hours" | "minutes" | "seconds" | "milliseconds" | "days"),
|
|
331
331
|
value: ::Integer
|
|
332
|
-
}
|
|
332
|
+
}?,
|
|
333
|
+
plugin_repository_url: ::String?,
|
|
334
|
+
plugin_repository_secret_arn: ::String?
|
|
333
335
|
}?,
|
|
334
336
|
influx_d_bv_3_enterprise: {
|
|
335
337
|
query_file_limit: ::Integer?,
|
|
@@ -413,6 +415,8 @@ module Aws
|
|
|
413
415
|
duration_type: ("hours" | "minutes" | "seconds" | "milliseconds" | "days"),
|
|
414
416
|
value: ::Integer
|
|
415
417
|
}?,
|
|
418
|
+
plugin_repository_url: ::String?,
|
|
419
|
+
plugin_repository_secret_arn: ::String?,
|
|
416
420
|
ingest_query_instances: ::Integer,
|
|
417
421
|
query_only_instances: ::Integer,
|
|
418
422
|
dedicated_compactor: bool,
|
data/sig/types.rbs
CHANGED
|
@@ -390,6 +390,8 @@ module Aws::TimestreamInfluxDB
|
|
|
390
390
|
attr_accessor retention_check_interval: Types::Duration
|
|
391
391
|
attr_accessor delete_grace_period: Types::Duration
|
|
392
392
|
attr_accessor hard_delete_default_duration: Types::Duration
|
|
393
|
+
attr_accessor plugin_repository_url: ::String
|
|
394
|
+
attr_accessor plugin_repository_secret_arn: ::String
|
|
393
395
|
SENSITIVE: []
|
|
394
396
|
end
|
|
395
397
|
|
|
@@ -433,6 +435,8 @@ module Aws::TimestreamInfluxDB
|
|
|
433
435
|
attr_accessor retention_check_interval: Types::Duration
|
|
434
436
|
attr_accessor delete_grace_period: Types::Duration
|
|
435
437
|
attr_accessor hard_delete_default_duration: Types::Duration
|
|
438
|
+
attr_accessor plugin_repository_url: ::String
|
|
439
|
+
attr_accessor plugin_repository_secret_arn: ::String
|
|
436
440
|
attr_accessor ingest_query_instances: ::Integer
|
|
437
441
|
attr_accessor query_only_instances: ::Integer
|
|
438
442
|
attr_accessor dedicated_compactor: bool
|