aws-sdk-timestreaminfluxdb 1.46.0 → 1.47.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 +3 -1
- data/lib/aws-sdk-timestreaminfluxdb/client_api.rb +1 -0
- data/lib/aws-sdk-timestreaminfluxdb/types.rb +11 -0
- data/lib/aws-sdk-timestreaminfluxdb.rb +1 -1
- data/sig/client.rbs +1 -0
- data/sig/types.rbs +1 -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: 6e8d627a97917b60cfddeadfb4743233b9e5cce75b56be20c1659451a760d232
|
|
4
|
+
data.tar.gz: bc7496c015dd427afaed156a2d770fa9568153e4f0eee9f146f709f7b2f1fc66
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6d4a555ccae0a85563811bf34113bca7d669fdde189285bac5f3a3681c561a38da6fcc31e349096a9715a30488a4e3509a7853229307636e4af981abd7e3431c
|
|
7
|
+
data.tar.gz: 99d1cadc863779071dada6aad5a644c4b55bf21978c805290c3931ba9a6ca084017ab1c8a472cb280d8ab6bd104fae0462513c2cf7cb6ddf9618256a27511286
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.47.0 (2026-08-24)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Service-managed parameter groups now only apply optimized defaults to DB Clusters automatically. New field effectiveDbParameterGroupIdentifier surfaces the parameter group actually applied.
|
|
8
|
+
|
|
4
9
|
1.46.0 (2026-08-03)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.47.0
|
|
@@ -1777,6 +1777,7 @@ module Aws::TimestreamInfluxDB
|
|
|
1777
1777
|
# * {Types::GetDbClusterOutput#engine_type #engine_type} => String
|
|
1778
1778
|
# * {Types::GetDbClusterOutput#publicly_accessible #publicly_accessible} => Boolean
|
|
1779
1779
|
# * {Types::GetDbClusterOutput#db_parameter_group_identifier #db_parameter_group_identifier} => String
|
|
1780
|
+
# * {Types::GetDbClusterOutput#effective_db_parameter_group_identifier #effective_db_parameter_group_identifier} => String
|
|
1780
1781
|
# * {Types::GetDbClusterOutput#log_delivery_configuration #log_delivery_configuration} => Types::LogDeliveryConfiguration
|
|
1781
1782
|
# * {Types::GetDbClusterOutput#maintenance_schedule #maintenance_schedule} => Types::MaintenanceSchedule
|
|
1782
1783
|
# * {Types::GetDbClusterOutput#last_maintenance_time #last_maintenance_time} => Time
|
|
@@ -1812,6 +1813,7 @@ module Aws::TimestreamInfluxDB
|
|
|
1812
1813
|
# resp.engine_type #=> String, one of "INFLUXDB_V2", "INFLUXDB_V3_CORE", "INFLUXDB_V3_ENTERPRISE"
|
|
1813
1814
|
# resp.publicly_accessible #=> Boolean
|
|
1814
1815
|
# resp.db_parameter_group_identifier #=> String
|
|
1816
|
+
# resp.effective_db_parameter_group_identifier #=> String
|
|
1815
1817
|
# resp.log_delivery_configuration.s3_configuration.bucket_name #=> String
|
|
1816
1818
|
# resp.log_delivery_configuration.s3_configuration.enabled #=> Boolean
|
|
1817
1819
|
# resp.maintenance_schedule.timezone #=> String
|
|
@@ -2981,7 +2983,7 @@ module Aws::TimestreamInfluxDB
|
|
|
2981
2983
|
tracer: tracer
|
|
2982
2984
|
)
|
|
2983
2985
|
context[:gem_name] = 'aws-sdk-timestreaminfluxdb'
|
|
2984
|
-
context[:gem_version] = '1.
|
|
2986
|
+
context[:gem_version] = '1.47.0'
|
|
2985
2987
|
Seahorse::Client::Request.new(handlers, context)
|
|
2986
2988
|
end
|
|
2987
2989
|
|
|
@@ -572,6 +572,7 @@ module Aws::TimestreamInfluxDB
|
|
|
572
572
|
GetDbClusterOutput.add_member(:engine_type, Shapes::ShapeRef.new(shape: EngineType, location_name: "engineType"))
|
|
573
573
|
GetDbClusterOutput.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: Boolean, location_name: "publiclyAccessible"))
|
|
574
574
|
GetDbClusterOutput.add_member(:db_parameter_group_identifier, Shapes::ShapeRef.new(shape: DbParameterGroupIdentifier, location_name: "dbParameterGroupIdentifier"))
|
|
575
|
+
GetDbClusterOutput.add_member(:effective_db_parameter_group_identifier, Shapes::ShapeRef.new(shape: DbParameterGroupIdentifier, location_name: "effectiveDbParameterGroupIdentifier"))
|
|
575
576
|
GetDbClusterOutput.add_member(:log_delivery_configuration, Shapes::ShapeRef.new(shape: LogDeliveryConfiguration, location_name: "logDeliveryConfiguration"))
|
|
576
577
|
GetDbClusterOutput.add_member(:maintenance_schedule, Shapes::ShapeRef.new(shape: MaintenanceSchedule, location_name: "maintenanceSchedule"))
|
|
577
578
|
GetDbClusterOutput.add_member(:last_maintenance_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "lastMaintenanceTime"))
|
|
@@ -1798,6 +1798,16 @@ module Aws::TimestreamInfluxDB
|
|
|
1798
1798
|
# The ID of the DB parameter group assigned to your DB cluster.
|
|
1799
1799
|
# @return [String]
|
|
1800
1800
|
#
|
|
1801
|
+
# @!attribute [rw] effective_db_parameter_group_identifier
|
|
1802
|
+
# The ID of the DB parameter group actually applied to your DB
|
|
1803
|
+
# cluster. When the service applies optimized defaults, it creates a
|
|
1804
|
+
# service-managed DB parameter group and this field reflects that
|
|
1805
|
+
# group, while dbParameterGroupIdentifier reflects the
|
|
1806
|
+
# customer-provided DB parameter group. When no service-managed DB
|
|
1807
|
+
# parameter group is applied, this value matches
|
|
1808
|
+
# dbParameterGroupIdentifier.
|
|
1809
|
+
# @return [String]
|
|
1810
|
+
#
|
|
1801
1811
|
# @!attribute [rw] log_delivery_configuration
|
|
1802
1812
|
# Configuration for sending InfluxDB engine logs to send to specified
|
|
1803
1813
|
# S3 bucket.
|
|
@@ -1867,6 +1877,7 @@ module Aws::TimestreamInfluxDB
|
|
|
1867
1877
|
:engine_type,
|
|
1868
1878
|
:publicly_accessible,
|
|
1869
1879
|
:db_parameter_group_identifier,
|
|
1880
|
+
:effective_db_parameter_group_identifier,
|
|
1870
1881
|
:log_delivery_configuration,
|
|
1871
1882
|
:maintenance_schedule,
|
|
1872
1883
|
:last_maintenance_time,
|
data/sig/client.rbs
CHANGED
|
@@ -641,6 +641,7 @@ module Aws
|
|
|
641
641
|
def engine_type: () -> ("INFLUXDB_V2" | "INFLUXDB_V3_CORE" | "INFLUXDB_V3_ENTERPRISE")
|
|
642
642
|
def publicly_accessible: () -> bool
|
|
643
643
|
def db_parameter_group_identifier: () -> ::String
|
|
644
|
+
def effective_db_parameter_group_identifier: () -> ::String
|
|
644
645
|
def log_delivery_configuration: () -> Types::LogDeliveryConfiguration
|
|
645
646
|
def maintenance_schedule: () -> Types::MaintenanceSchedule
|
|
646
647
|
def last_maintenance_time: () -> ::Time
|
data/sig/types.rbs
CHANGED
|
@@ -399,6 +399,7 @@ module Aws::TimestreamInfluxDB
|
|
|
399
399
|
attr_accessor engine_type: ("INFLUXDB_V2" | "INFLUXDB_V3_CORE" | "INFLUXDB_V3_ENTERPRISE")
|
|
400
400
|
attr_accessor publicly_accessible: bool
|
|
401
401
|
attr_accessor db_parameter_group_identifier: ::String
|
|
402
|
+
attr_accessor effective_db_parameter_group_identifier: ::String
|
|
402
403
|
attr_accessor log_delivery_configuration: Types::LogDeliveryConfiguration
|
|
403
404
|
attr_accessor maintenance_schedule: Types::MaintenanceSchedule
|
|
404
405
|
attr_accessor last_maintenance_time: ::Time
|