aws-sdk-timestreaminfluxdb 1.5.0 → 1.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ec72e16cc69fd2d5ef69609518a9bcea6240a9765270afe0ffefeeda2e4f6f7e
4
- data.tar.gz: 872a2b1b036becbaa04cbd476e6cab183a1f12cfb9571e7211271c5c867b1e80
3
+ metadata.gz: 4c0f7c46fa9d01bef502912d157b66b339b2e6334453581f03e32e586a8221e4
4
+ data.tar.gz: 877b7b7d86527b11fbfa219b4df70bd79fb745bee035c2d694b50958c58a162b
5
5
  SHA512:
6
- metadata.gz: 703f749ed8492e0df1e6535cc41e764a6dd9bf38886f18a69a67aeab1d3ce14402e37477be0911d491108119f95e0ef3d3bd1dce03bc12b771cf8485c77994a5
7
- data.tar.gz: c8c8727f976d921bf4b81619d2bb52b622847bb5dd250522bbee508378bc330eeccc64e748846a63e2c18b51147cf4177a29d503e280a3409d999501599458dd
6
+ metadata.gz: 3a1dbf794b5095e779dd67e8c0f2a780cca28985b04ac513bf1d3fc2956db9b611f3d76d93217ca54c62933871d150a4285cf3a0fa57b6a8a15d409a31e54ad7
7
+ data.tar.gz: 173714e159a09ef1660ecc7c024cb00b26b716cc9d84d68e9c8e4ba32c2c65247f32feadcb61ec4807ca7794853d66a0e85f9bf9b095537491ec16cb741e8dbe
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.6.0 (2024-07-02)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.5.0 (2024-06-25)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.5.0
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)
@@ -312,6 +314,15 @@ module Aws::TimestreamInfluxDB
312
314
  #
313
315
  # @option options [String] :session_token
314
316
  #
317
+ # @option options [Array] :sigv4a_signing_region_set
318
+ # A list of regions that should be signed with SigV4a signing. When
319
+ # not passed, a default `:sigv4a_signing_region_set` is searched for
320
+ # in the following locations:
321
+ #
322
+ # * `Aws.config[:sigv4a_signing_region_set]`
323
+ # * `ENV['AWS_SIGV4A_SIGNING_REGION_SET']`
324
+ # * `~/.aws/config`
325
+ #
315
326
  # @option options [Boolean] :simple_json (false)
316
327
  # Disables request parameter conversion, validation, and formatting.
317
328
  # Also disables response data type conversions. The request parameters
@@ -328,6 +339,16 @@ module Aws::TimestreamInfluxDB
328
339
  # ** Please note ** When response stubbing is enabled, no HTTP
329
340
  # requests are made, and retries are disabled.
330
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
+ #
331
352
  # @option options [Aws::TokenProvider] :token_provider
332
353
  # A Bearer Token Provider. This can be an instance of any one of the
333
354
  # following classes:
@@ -556,7 +577,7 @@ module Aws::TimestreamInfluxDB
556
577
  # resp.id #=> String
557
578
  # resp.name #=> String
558
579
  # resp.arn #=> String
559
- # 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"
560
581
  # resp.endpoint #=> String
561
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"
562
583
  # resp.db_storage_type #=> String, one of "InfluxIOIncludedT1", "InfluxIOIncludedT2", "InfluxIOIncludedT3"
@@ -687,7 +708,7 @@ module Aws::TimestreamInfluxDB
687
708
  # resp.id #=> String
688
709
  # resp.name #=> String
689
710
  # resp.arn #=> String
690
- # 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"
691
712
  # resp.endpoint #=> String
692
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"
693
714
  # resp.db_storage_type #=> String, one of "InfluxIOIncludedT1", "InfluxIOIncludedT2", "InfluxIOIncludedT3"
@@ -750,7 +771,7 @@ module Aws::TimestreamInfluxDB
750
771
  # resp.id #=> String
751
772
  # resp.name #=> String
752
773
  # resp.arn #=> String
753
- # 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"
754
775
  # resp.endpoint #=> String
755
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"
756
777
  # resp.db_storage_type #=> String, one of "InfluxIOIncludedT1", "InfluxIOIncludedT2", "InfluxIOIncludedT3"
@@ -851,7 +872,7 @@ module Aws::TimestreamInfluxDB
851
872
  # resp.items[0].id #=> String
852
873
  # resp.items[0].name #=> String
853
874
  # resp.items[0].arn #=> String
854
- # 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"
855
876
  # resp.items[0].endpoint #=> String
856
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"
857
878
  # resp.items[0].db_storage_type #=> String, one of "InfluxIOIncludedT1", "InfluxIOIncludedT2", "InfluxIOIncludedT3"
@@ -1010,6 +1031,13 @@ module Aws::TimestreamInfluxDB
1010
1031
  # parameter groups specify how the database is configured. For example,
1011
1032
  # DB parameter groups can specify the limit for query concurrency.
1012
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
+ #
1013
1041
  # @return [Types::UpdateDbInstanceOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1014
1042
  #
1015
1043
  # * {Types::UpdateDbInstanceOutput#id #id} => String
@@ -1041,6 +1069,8 @@ module Aws::TimestreamInfluxDB
1041
1069
  # },
1042
1070
  # },
1043
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
1044
1074
  # })
1045
1075
  #
1046
1076
  # @example Response structure
@@ -1048,7 +1078,7 @@ module Aws::TimestreamInfluxDB
1048
1078
  # resp.id #=> String
1049
1079
  # resp.name #=> String
1050
1080
  # resp.arn #=> String
1051
- # 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"
1052
1082
  # resp.endpoint #=> String
1053
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"
1054
1084
  # resp.db_storage_type #=> String, one of "InfluxIOIncludedT1", "InfluxIOIncludedT2", "InfluxIOIncludedT3"
@@ -1081,14 +1111,19 @@ module Aws::TimestreamInfluxDB
1081
1111
  # @api private
1082
1112
  def build_request(operation_name, params = {})
1083
1113
  handlers = @handlers.for(operation_name)
1114
+ tracer = config.telemetry_provider.tracer_provider.tracer(
1115
+ Aws::Telemetry.module_to_tracer_name('Aws::TimestreamInfluxDB')
1116
+ )
1084
1117
  context = Seahorse::Client::RequestContext.new(
1085
1118
  operation_name: operation_name,
1086
1119
  operation: config.api.operation(operation_name),
1087
1120
  client: self,
1088
1121
  params: params,
1089
- config: config)
1122
+ config: config,
1123
+ tracer: tracer
1124
+ )
1090
1125
  context[:gem_name] = 'aws-sdk-timestreaminfluxdb'
1091
- context[:gem_version] = '1.5.0'
1126
+ context[:gem_version] = '1.7.0'
1092
1127
  Seahorse::Client::Request.new(handlers, context)
1093
1128
  end
1094
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
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-timestreaminfluxdb/customizations'
52
52
  # @!group service
53
53
  module Aws::TimestreamInfluxDB
54
54
 
55
- GEM_VERSION = '1.5.0'
55
+ GEM_VERSION = '1.7.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -48,8 +48,10 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?simple_json: bool,
52
53
  ?stub_responses: untyped,
54
+ ?telemetry_provider: Aws::Telemetry::TelemetryProviderBase,
53
55
  ?token_provider: untyped,
54
56
  ?use_dualstack_endpoint: bool,
55
57
  ?use_fips_endpoint: bool,
@@ -78,7 +80,7 @@ module Aws
78
80
  def id: () -> ::String
79
81
  def name: () -> ::String
80
82
  def arn: () -> ::String
81
- 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")
82
84
  def endpoint: () -> ::String
83
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")
84
86
  def db_storage_type: () -> ("InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3")
@@ -150,7 +152,7 @@ module Aws
150
152
  def id: () -> ::String
151
153
  def name: () -> ::String
152
154
  def arn: () -> ::String
153
- 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")
154
156
  def endpoint: () -> ::String
155
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")
156
158
  def db_storage_type: () -> ("InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3")
@@ -176,7 +178,7 @@ module Aws
176
178
  def id: () -> ::String
177
179
  def name: () -> ::String
178
180
  def arn: () -> ::String
179
- 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")
180
182
  def endpoint: () -> ::String
181
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")
182
184
  def db_storage_type: () -> ("InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3")
@@ -264,7 +266,7 @@ module Aws
264
266
  def id: () -> ::String
265
267
  def name: () -> ::String
266
268
  def arn: () -> ::String
267
- 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")
268
270
  def endpoint: () -> ::String
269
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")
270
272
  def db_storage_type: () -> ("InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3")
@@ -288,7 +290,9 @@ module Aws
288
290
  enabled: bool
289
291
  }
290
292
  },
291
- ?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")
292
296
  ) -> _UpdateDbInstanceResponseSuccess
293
297
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDbInstanceResponseSuccess
294
298
  end
data/sig/resource.rbs CHANGED
@@ -48,8 +48,10 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?simple_json: bool,
52
53
  ?stub_responses: untyped,
54
+ ?telemetry_provider: Aws::Telemetry::TelemetryProviderBase,
53
55
  ?token_provider: untyped,
54
56
  ?use_dualstack_endpoint: bool,
55
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.5.0
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-06-25 00:00:00.000000000 Z
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.199.0
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.199.0
32
+ version: 3.203.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement