aws-sdk-timestreaminfluxdb 1.6.0 → 1.7.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 +33 -7
- data/lib/aws-sdk-timestreaminfluxdb/client_api.rb +2 -0
- data/lib/aws-sdk-timestreaminfluxdb/types.rb +12 -1
- data/lib/aws-sdk-timestreaminfluxdb.rb +1 -1
- data/sig/client.rbs +8 -5
- data/sig/resource.rbs +1 -0
- data/sig/types.rbs +7 -5
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4c0f7c46fa9d01bef502912d157b66b339b2e6334453581f03e32e586a8221e4
|
4
|
+
data.tar.gz: 877b7b7d86527b11fbfa219b4df70bd79fb745bee035c2d694b50958c58a162b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a1dbf794b5095e779dd67e8c0f2a780cca28985b04ac513bf1d3fc2956db9b611f3d76d93217ca54c62933871d150a4285cf3a0fa57b6a8a15d409a31e54ad7
|
7
|
+
data.tar.gz: 173714e159a09ef1660ecc7c024cb00b26b716cc9d84d68e9c8e4ba32c2c65247f32feadcb61ec4807ca7794853d66a0e85f9bf9b095537491ec16cb741e8dbe
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.7.0 (2024-09-03)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Timestream for InfluxDB now supports compute scaling and deployment type conversion. This release adds the DbInstanceType and DeploymentType parameters to the UpdateDbInstance API.
|
8
|
+
|
4
9
|
1.6.0 (2024-07-02)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.7.0
|
@@ -32,6 +32,7 @@ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
|
|
32
32
|
require 'aws-sdk-core/plugins/request_compression.rb'
|
33
33
|
require 'aws-sdk-core/plugins/defaults_mode.rb'
|
34
34
|
require 'aws-sdk-core/plugins/recursion_detection.rb'
|
35
|
+
require 'aws-sdk-core/plugins/telemetry.rb'
|
35
36
|
require 'aws-sdk-core/plugins/sign.rb'
|
36
37
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
37
38
|
|
@@ -83,6 +84,7 @@ module Aws::TimestreamInfluxDB
|
|
83
84
|
add_plugin(Aws::Plugins::RequestCompression)
|
84
85
|
add_plugin(Aws::Plugins::DefaultsMode)
|
85
86
|
add_plugin(Aws::Plugins::RecursionDetection)
|
87
|
+
add_plugin(Aws::Plugins::Telemetry)
|
86
88
|
add_plugin(Aws::Plugins::Sign)
|
87
89
|
add_plugin(Aws::Plugins::Protocols::JsonRpc)
|
88
90
|
add_plugin(Aws::TimestreamInfluxDB::Plugins::Endpoints)
|
@@ -337,6 +339,16 @@ module Aws::TimestreamInfluxDB
|
|
337
339
|
# ** Please note ** When response stubbing is enabled, no HTTP
|
338
340
|
# requests are made, and retries are disabled.
|
339
341
|
#
|
342
|
+
# @option options [Aws::Telemetry::TelemetryProviderBase] :telemetry_provider (Aws::Telemetry::NoOpTelemetryProvider)
|
343
|
+
# Allows you to provide a telemetry provider, which is used to
|
344
|
+
# emit telemetry data. By default, uses `NoOpTelemetryProvider` which
|
345
|
+
# will not record or emit any telemetry data. The SDK supports the
|
346
|
+
# following telemetry providers:
|
347
|
+
#
|
348
|
+
# * OpenTelemetry (OTel) - To use the OTel provider, install and require the
|
349
|
+
# `opentelemetry-sdk` gem and then, pass in an instance of a
|
350
|
+
# `Aws::Telemetry::OTelProvider` for telemetry provider.
|
351
|
+
#
|
340
352
|
# @option options [Aws::TokenProvider] :token_provider
|
341
353
|
# A Bearer Token Provider. This can be an instance of any one of the
|
342
354
|
# following classes:
|
@@ -565,7 +577,7 @@ module Aws::TimestreamInfluxDB
|
|
565
577
|
# resp.id #=> String
|
566
578
|
# resp.name #=> String
|
567
579
|
# resp.arn #=> String
|
568
|
-
# resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED"
|
580
|
+
# resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE"
|
569
581
|
# resp.endpoint #=> String
|
570
582
|
# resp.db_instance_type #=> String, one of "db.influx.medium", "db.influx.large", "db.influx.xlarge", "db.influx.2xlarge", "db.influx.4xlarge", "db.influx.8xlarge", "db.influx.12xlarge", "db.influx.16xlarge"
|
571
583
|
# resp.db_storage_type #=> String, one of "InfluxIOIncludedT1", "InfluxIOIncludedT2", "InfluxIOIncludedT3"
|
@@ -696,7 +708,7 @@ module Aws::TimestreamInfluxDB
|
|
696
708
|
# resp.id #=> String
|
697
709
|
# resp.name #=> String
|
698
710
|
# resp.arn #=> String
|
699
|
-
# resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED"
|
711
|
+
# resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE"
|
700
712
|
# resp.endpoint #=> String
|
701
713
|
# resp.db_instance_type #=> String, one of "db.influx.medium", "db.influx.large", "db.influx.xlarge", "db.influx.2xlarge", "db.influx.4xlarge", "db.influx.8xlarge", "db.influx.12xlarge", "db.influx.16xlarge"
|
702
714
|
# resp.db_storage_type #=> String, one of "InfluxIOIncludedT1", "InfluxIOIncludedT2", "InfluxIOIncludedT3"
|
@@ -759,7 +771,7 @@ module Aws::TimestreamInfluxDB
|
|
759
771
|
# resp.id #=> String
|
760
772
|
# resp.name #=> String
|
761
773
|
# resp.arn #=> String
|
762
|
-
# resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED"
|
774
|
+
# resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE"
|
763
775
|
# resp.endpoint #=> String
|
764
776
|
# resp.db_instance_type #=> String, one of "db.influx.medium", "db.influx.large", "db.influx.xlarge", "db.influx.2xlarge", "db.influx.4xlarge", "db.influx.8xlarge", "db.influx.12xlarge", "db.influx.16xlarge"
|
765
777
|
# resp.db_storage_type #=> String, one of "InfluxIOIncludedT1", "InfluxIOIncludedT2", "InfluxIOIncludedT3"
|
@@ -860,7 +872,7 @@ module Aws::TimestreamInfluxDB
|
|
860
872
|
# resp.items[0].id #=> String
|
861
873
|
# resp.items[0].name #=> String
|
862
874
|
# resp.items[0].arn #=> String
|
863
|
-
# resp.items[0].status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED"
|
875
|
+
# resp.items[0].status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE"
|
864
876
|
# resp.items[0].endpoint #=> String
|
865
877
|
# resp.items[0].db_instance_type #=> String, one of "db.influx.medium", "db.influx.large", "db.influx.xlarge", "db.influx.2xlarge", "db.influx.4xlarge", "db.influx.8xlarge", "db.influx.12xlarge", "db.influx.16xlarge"
|
866
878
|
# resp.items[0].db_storage_type #=> String, one of "InfluxIOIncludedT1", "InfluxIOIncludedT2", "InfluxIOIncludedT3"
|
@@ -1019,6 +1031,13 @@ module Aws::TimestreamInfluxDB
|
|
1019
1031
|
# parameter groups specify how the database is configured. For example,
|
1020
1032
|
# DB parameter groups can specify the limit for query concurrency.
|
1021
1033
|
#
|
1034
|
+
# @option params [String] :db_instance_type
|
1035
|
+
# The Timestream for InfluxDB DB instance type to run InfluxDB on.
|
1036
|
+
#
|
1037
|
+
# @option params [String] :deployment_type
|
1038
|
+
# Specifies whether the DB instance will be deployed as a standalone
|
1039
|
+
# instance or with a Multi-AZ standby for high availability.
|
1040
|
+
#
|
1022
1041
|
# @return [Types::UpdateDbInstanceOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1023
1042
|
#
|
1024
1043
|
# * {Types::UpdateDbInstanceOutput#id #id} => String
|
@@ -1050,6 +1069,8 @@ module Aws::TimestreamInfluxDB
|
|
1050
1069
|
# },
|
1051
1070
|
# },
|
1052
1071
|
# db_parameter_group_identifier: "DbParameterGroupIdentifier",
|
1072
|
+
# db_instance_type: "db.influx.medium", # accepts db.influx.medium, db.influx.large, db.influx.xlarge, db.influx.2xlarge, db.influx.4xlarge, db.influx.8xlarge, db.influx.12xlarge, db.influx.16xlarge
|
1073
|
+
# deployment_type: "SINGLE_AZ", # accepts SINGLE_AZ, WITH_MULTIAZ_STANDBY
|
1053
1074
|
# })
|
1054
1075
|
#
|
1055
1076
|
# @example Response structure
|
@@ -1057,7 +1078,7 @@ module Aws::TimestreamInfluxDB
|
|
1057
1078
|
# resp.id #=> String
|
1058
1079
|
# resp.name #=> String
|
1059
1080
|
# resp.arn #=> String
|
1060
|
-
# resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED"
|
1081
|
+
# resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE"
|
1061
1082
|
# resp.endpoint #=> String
|
1062
1083
|
# resp.db_instance_type #=> String, one of "db.influx.medium", "db.influx.large", "db.influx.xlarge", "db.influx.2xlarge", "db.influx.4xlarge", "db.influx.8xlarge", "db.influx.12xlarge", "db.influx.16xlarge"
|
1063
1084
|
# resp.db_storage_type #=> String, one of "InfluxIOIncludedT1", "InfluxIOIncludedT2", "InfluxIOIncludedT3"
|
@@ -1090,14 +1111,19 @@ module Aws::TimestreamInfluxDB
|
|
1090
1111
|
# @api private
|
1091
1112
|
def build_request(operation_name, params = {})
|
1092
1113
|
handlers = @handlers.for(operation_name)
|
1114
|
+
tracer = config.telemetry_provider.tracer_provider.tracer(
|
1115
|
+
Aws::Telemetry.module_to_tracer_name('Aws::TimestreamInfluxDB')
|
1116
|
+
)
|
1093
1117
|
context = Seahorse::Client::RequestContext.new(
|
1094
1118
|
operation_name: operation_name,
|
1095
1119
|
operation: config.api.operation(operation_name),
|
1096
1120
|
client: self,
|
1097
1121
|
params: params,
|
1098
|
-
config: config
|
1122
|
+
config: config,
|
1123
|
+
tracer: tracer
|
1124
|
+
)
|
1099
1125
|
context[:gem_name] = 'aws-sdk-timestreaminfluxdb'
|
1100
|
-
context[:gem_version] = '1.
|
1126
|
+
context[:gem_version] = '1.7.0'
|
1101
1127
|
Seahorse::Client::Request.new(handlers, context)
|
1102
1128
|
end
|
1103
1129
|
|
@@ -296,6 +296,8 @@ module Aws::TimestreamInfluxDB
|
|
296
296
|
UpdateDbInstanceInput.add_member(:identifier, Shapes::ShapeRef.new(shape: DbInstanceIdentifier, required: true, location_name: "identifier"))
|
297
297
|
UpdateDbInstanceInput.add_member(:log_delivery_configuration, Shapes::ShapeRef.new(shape: LogDeliveryConfiguration, location_name: "logDeliveryConfiguration"))
|
298
298
|
UpdateDbInstanceInput.add_member(:db_parameter_group_identifier, Shapes::ShapeRef.new(shape: DbParameterGroupIdentifier, location_name: "dbParameterGroupIdentifier"))
|
299
|
+
UpdateDbInstanceInput.add_member(:db_instance_type, Shapes::ShapeRef.new(shape: DbInstanceType, location_name: "dbInstanceType"))
|
300
|
+
UpdateDbInstanceInput.add_member(:deployment_type, Shapes::ShapeRef.new(shape: DeploymentType, location_name: "deploymentType"))
|
299
301
|
UpdateDbInstanceInput.struct_class = Types::UpdateDbInstanceInput
|
300
302
|
|
301
303
|
UpdateDbInstanceOutput.add_member(:id, Shapes::ShapeRef.new(shape: DbInstanceId, required: true, location_name: "id"))
|
@@ -1046,12 +1046,23 @@ module Aws::TimestreamInfluxDB
|
|
1046
1046
|
# concurrency.
|
1047
1047
|
# @return [String]
|
1048
1048
|
#
|
1049
|
+
# @!attribute [rw] db_instance_type
|
1050
|
+
# The Timestream for InfluxDB DB instance type to run InfluxDB on.
|
1051
|
+
# @return [String]
|
1052
|
+
#
|
1053
|
+
# @!attribute [rw] deployment_type
|
1054
|
+
# Specifies whether the DB instance will be deployed as a standalone
|
1055
|
+
# instance or with a Multi-AZ standby for high availability.
|
1056
|
+
# @return [String]
|
1057
|
+
#
|
1049
1058
|
# @see http://docs.aws.amazon.com/goto/WebAPI/timestream-influxdb-2023-01-27/UpdateDbInstanceInput AWS API Documentation
|
1050
1059
|
#
|
1051
1060
|
class UpdateDbInstanceInput < Struct.new(
|
1052
1061
|
:identifier,
|
1053
1062
|
:log_delivery_configuration,
|
1054
|
-
:db_parameter_group_identifier
|
1063
|
+
:db_parameter_group_identifier,
|
1064
|
+
:db_instance_type,
|
1065
|
+
:deployment_type)
|
1055
1066
|
SENSITIVE = []
|
1056
1067
|
include Aws::Structure
|
1057
1068
|
end
|
data/sig/client.rbs
CHANGED
@@ -51,6 +51,7 @@ module Aws
|
|
51
51
|
?sigv4a_signing_region_set: Array[String],
|
52
52
|
?simple_json: bool,
|
53
53
|
?stub_responses: untyped,
|
54
|
+
?telemetry_provider: Aws::Telemetry::TelemetryProviderBase,
|
54
55
|
?token_provider: untyped,
|
55
56
|
?use_dualstack_endpoint: bool,
|
56
57
|
?use_fips_endpoint: bool,
|
@@ -79,7 +80,7 @@ module Aws
|
|
79
80
|
def id: () -> ::String
|
80
81
|
def name: () -> ::String
|
81
82
|
def arn: () -> ::String
|
82
|
-
def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED")
|
83
|
+
def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE")
|
83
84
|
def endpoint: () -> ::String
|
84
85
|
def db_instance_type: () -> ("db.influx.medium" | "db.influx.large" | "db.influx.xlarge" | "db.influx.2xlarge" | "db.influx.4xlarge" | "db.influx.8xlarge" | "db.influx.12xlarge" | "db.influx.16xlarge")
|
85
86
|
def db_storage_type: () -> ("InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3")
|
@@ -151,7 +152,7 @@ module Aws
|
|
151
152
|
def id: () -> ::String
|
152
153
|
def name: () -> ::String
|
153
154
|
def arn: () -> ::String
|
154
|
-
def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED")
|
155
|
+
def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE")
|
155
156
|
def endpoint: () -> ::String
|
156
157
|
def db_instance_type: () -> ("db.influx.medium" | "db.influx.large" | "db.influx.xlarge" | "db.influx.2xlarge" | "db.influx.4xlarge" | "db.influx.8xlarge" | "db.influx.12xlarge" | "db.influx.16xlarge")
|
157
158
|
def db_storage_type: () -> ("InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3")
|
@@ -177,7 +178,7 @@ module Aws
|
|
177
178
|
def id: () -> ::String
|
178
179
|
def name: () -> ::String
|
179
180
|
def arn: () -> ::String
|
180
|
-
def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED")
|
181
|
+
def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE")
|
181
182
|
def endpoint: () -> ::String
|
182
183
|
def db_instance_type: () -> ("db.influx.medium" | "db.influx.large" | "db.influx.xlarge" | "db.influx.2xlarge" | "db.influx.4xlarge" | "db.influx.8xlarge" | "db.influx.12xlarge" | "db.influx.16xlarge")
|
183
184
|
def db_storage_type: () -> ("InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3")
|
@@ -265,7 +266,7 @@ module Aws
|
|
265
266
|
def id: () -> ::String
|
266
267
|
def name: () -> ::String
|
267
268
|
def arn: () -> ::String
|
268
|
-
def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED")
|
269
|
+
def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE")
|
269
270
|
def endpoint: () -> ::String
|
270
271
|
def db_instance_type: () -> ("db.influx.medium" | "db.influx.large" | "db.influx.xlarge" | "db.influx.2xlarge" | "db.influx.4xlarge" | "db.influx.8xlarge" | "db.influx.12xlarge" | "db.influx.16xlarge")
|
271
272
|
def db_storage_type: () -> ("InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3")
|
@@ -289,7 +290,9 @@ module Aws
|
|
289
290
|
enabled: bool
|
290
291
|
}
|
291
292
|
},
|
292
|
-
?db_parameter_group_identifier: ::String
|
293
|
+
?db_parameter_group_identifier: ::String,
|
294
|
+
?db_instance_type: ("db.influx.medium" | "db.influx.large" | "db.influx.xlarge" | "db.influx.2xlarge" | "db.influx.4xlarge" | "db.influx.8xlarge" | "db.influx.12xlarge" | "db.influx.16xlarge"),
|
295
|
+
?deployment_type: ("SINGLE_AZ" | "WITH_MULTIAZ_STANDBY")
|
293
296
|
) -> _UpdateDbInstanceResponseSuccess
|
294
297
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDbInstanceResponseSuccess
|
295
298
|
end
|
data/sig/resource.rbs
CHANGED
@@ -51,6 +51,7 @@ module Aws
|
|
51
51
|
?sigv4a_signing_region_set: Array[String],
|
52
52
|
?simple_json: bool,
|
53
53
|
?stub_responses: untyped,
|
54
|
+
?telemetry_provider: Aws::Telemetry::TelemetryProviderBase,
|
54
55
|
?token_provider: untyped,
|
55
56
|
?use_dualstack_endpoint: bool,
|
56
57
|
?use_fips_endpoint: bool,
|
data/sig/types.rbs
CHANGED
@@ -43,7 +43,7 @@ module Aws::TimestreamInfluxDB
|
|
43
43
|
attr_accessor id: ::String
|
44
44
|
attr_accessor name: ::String
|
45
45
|
attr_accessor arn: ::String
|
46
|
-
attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED")
|
46
|
+
attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE")
|
47
47
|
attr_accessor endpoint: ::String
|
48
48
|
attr_accessor db_instance_type: ("db.influx.medium" | "db.influx.large" | "db.influx.xlarge" | "db.influx.2xlarge" | "db.influx.4xlarge" | "db.influx.8xlarge" | "db.influx.12xlarge" | "db.influx.16xlarge")
|
49
49
|
attr_accessor db_storage_type: ("InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3")
|
@@ -81,7 +81,7 @@ module Aws::TimestreamInfluxDB
|
|
81
81
|
attr_accessor id: ::String
|
82
82
|
attr_accessor name: ::String
|
83
83
|
attr_accessor arn: ::String
|
84
|
-
attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED")
|
84
|
+
attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE")
|
85
85
|
attr_accessor endpoint: ::String
|
86
86
|
attr_accessor db_instance_type: ("db.influx.medium" | "db.influx.large" | "db.influx.xlarge" | "db.influx.2xlarge" | "db.influx.4xlarge" | "db.influx.8xlarge" | "db.influx.12xlarge" | "db.influx.16xlarge")
|
87
87
|
attr_accessor db_storage_type: ("InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3")
|
@@ -107,7 +107,7 @@ module Aws::TimestreamInfluxDB
|
|
107
107
|
attr_accessor id: ::String
|
108
108
|
attr_accessor name: ::String
|
109
109
|
attr_accessor arn: ::String
|
110
|
-
attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED")
|
110
|
+
attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE")
|
111
111
|
attr_accessor endpoint: ::String
|
112
112
|
attr_accessor db_instance_type: ("db.influx.medium" | "db.influx.large" | "db.influx.xlarge" | "db.influx.2xlarge" | "db.influx.4xlarge" | "db.influx.8xlarge" | "db.influx.12xlarge" | "db.influx.16xlarge")
|
113
113
|
attr_accessor db_storage_type: ("InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3")
|
@@ -133,7 +133,7 @@ module Aws::TimestreamInfluxDB
|
|
133
133
|
attr_accessor id: ::String
|
134
134
|
attr_accessor name: ::String
|
135
135
|
attr_accessor arn: ::String
|
136
|
-
attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED")
|
136
|
+
attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE")
|
137
137
|
attr_accessor endpoint: ::String
|
138
138
|
attr_accessor db_instance_type: ("db.influx.medium" | "db.influx.large" | "db.influx.xlarge" | "db.influx.2xlarge" | "db.influx.4xlarge" | "db.influx.8xlarge" | "db.influx.12xlarge" | "db.influx.16xlarge")
|
139
139
|
attr_accessor db_storage_type: ("InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3")
|
@@ -270,6 +270,8 @@ module Aws::TimestreamInfluxDB
|
|
270
270
|
attr_accessor identifier: ::String
|
271
271
|
attr_accessor log_delivery_configuration: Types::LogDeliveryConfiguration
|
272
272
|
attr_accessor db_parameter_group_identifier: ::String
|
273
|
+
attr_accessor db_instance_type: ("db.influx.medium" | "db.influx.large" | "db.influx.xlarge" | "db.influx.2xlarge" | "db.influx.4xlarge" | "db.influx.8xlarge" | "db.influx.12xlarge" | "db.influx.16xlarge")
|
274
|
+
attr_accessor deployment_type: ("SINGLE_AZ" | "WITH_MULTIAZ_STANDBY")
|
273
275
|
SENSITIVE: []
|
274
276
|
end
|
275
277
|
|
@@ -277,7 +279,7 @@ module Aws::TimestreamInfluxDB
|
|
277
279
|
attr_accessor id: ::String
|
278
280
|
attr_accessor name: ::String
|
279
281
|
attr_accessor arn: ::String
|
280
|
-
attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED")
|
282
|
+
attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE")
|
281
283
|
attr_accessor endpoint: ::String
|
282
284
|
attr_accessor db_instance_type: ("db.influx.medium" | "db.influx.large" | "db.influx.xlarge" | "db.influx.2xlarge" | "db.influx.4xlarge" | "db.influx.8xlarge" | "db.influx.12xlarge" | "db.influx.16xlarge")
|
283
285
|
attr_accessor db_storage_type: ("InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3")
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-timestreaminfluxdb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-09-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.203.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.203.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|