aws-sdk-timestreaminfluxdb 1.6.0 → 1.8.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: 143c5f1bfa66ea8cfcc5cc4c872d835ac7512e547c804e2244bd8c289f16acb3
4
- data.tar.gz: a251531ef48d20f0906fd22ae867ebbe80e51423ff158ec597d888948b9b7b54
3
+ metadata.gz: 1849c50441f3a529115117494b4d90fa98adf67314dbedf441e9e38d960293b4
4
+ data.tar.gz: 34301b94e60526f084eb7f45c1d3da02079e80265ab09d222d2781fec45e361a
5
5
  SHA512:
6
- metadata.gz: f2bc615c287f7c15da47c3617cbfe124ffb47df614da7215c0f3919e9cec0bfeae479ae7025bdd48c91bb74c79895d21cac93cb259b2b1a71435dcdf8a4f5a6c
7
- data.tar.gz: 418375441fe01c47e9b83d8dfd030b108c89a60a0bccfbd13d5b12101a58703a20bafc266107023872869885d69a4d0f9713a78e6e3e667f2fc9cbeeac710a2d
6
+ metadata.gz: 5176fbb5886e766657d14b6b18529c80d99c914aaa59b7e425705612582a2b9cd1f0404868073ac0cdd62bb9e9c8d4d004e42c210dc20191e939f12e650977ff
7
+ data.tar.gz: 9a4ba5467ec96547aa862480700c7aff418ce94cee8feb703fee532c86f84e961fc6c0dbf4a547b353c43aacb7802a9c6ba711ac2e0a0661ac367a5379879ce8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.8.0 (2024-09-10)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.7.0 (2024-09-03)
10
+ ------------------
11
+
12
+ * Feature - Timestream for InfluxDB now supports compute scaling and deployment type conversion. This release adds the DbInstanceType and DeploymentType parameters to the UpdateDbInstance API.
13
+
4
14
  1.6.0 (2024-07-02)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.6.0
1
+ 1.8.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:
@@ -420,6 +432,12 @@ module Aws::TimestreamInfluxDB
420
432
  # @option options [String] :ssl_ca_store
421
433
  # Sets the X509::Store to verify peer certificate.
422
434
  #
435
+ # @option options [OpenSSL::X509::Certificate] :ssl_cert
436
+ # Sets a client certificate when creating http connections.
437
+ #
438
+ # @option options [OpenSSL::PKey] :ssl_key
439
+ # Sets a client key when creating http connections.
440
+ #
423
441
  # @option options [Float] :ssl_timeout
424
442
  # Sets the SSL timeout in seconds
425
443
  #
@@ -565,7 +583,7 @@ module Aws::TimestreamInfluxDB
565
583
  # resp.id #=> String
566
584
  # resp.name #=> String
567
585
  # resp.arn #=> String
568
- # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED"
586
+ # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE"
569
587
  # resp.endpoint #=> String
570
588
  # 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
589
  # resp.db_storage_type #=> String, one of "InfluxIOIncludedT1", "InfluxIOIncludedT2", "InfluxIOIncludedT3"
@@ -696,7 +714,7 @@ module Aws::TimestreamInfluxDB
696
714
  # resp.id #=> String
697
715
  # resp.name #=> String
698
716
  # resp.arn #=> String
699
- # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED"
717
+ # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE"
700
718
  # resp.endpoint #=> String
701
719
  # 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
720
  # resp.db_storage_type #=> String, one of "InfluxIOIncludedT1", "InfluxIOIncludedT2", "InfluxIOIncludedT3"
@@ -759,7 +777,7 @@ module Aws::TimestreamInfluxDB
759
777
  # resp.id #=> String
760
778
  # resp.name #=> String
761
779
  # resp.arn #=> String
762
- # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED"
780
+ # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE"
763
781
  # resp.endpoint #=> String
764
782
  # 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
783
  # resp.db_storage_type #=> String, one of "InfluxIOIncludedT1", "InfluxIOIncludedT2", "InfluxIOIncludedT3"
@@ -860,7 +878,7 @@ module Aws::TimestreamInfluxDB
860
878
  # resp.items[0].id #=> String
861
879
  # resp.items[0].name #=> String
862
880
  # resp.items[0].arn #=> String
863
- # resp.items[0].status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED"
881
+ # resp.items[0].status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE"
864
882
  # resp.items[0].endpoint #=> String
865
883
  # 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
884
  # resp.items[0].db_storage_type #=> String, one of "InfluxIOIncludedT1", "InfluxIOIncludedT2", "InfluxIOIncludedT3"
@@ -1019,6 +1037,13 @@ module Aws::TimestreamInfluxDB
1019
1037
  # parameter groups specify how the database is configured. For example,
1020
1038
  # DB parameter groups can specify the limit for query concurrency.
1021
1039
  #
1040
+ # @option params [String] :db_instance_type
1041
+ # The Timestream for InfluxDB DB instance type to run InfluxDB on.
1042
+ #
1043
+ # @option params [String] :deployment_type
1044
+ # Specifies whether the DB instance will be deployed as a standalone
1045
+ # instance or with a Multi-AZ standby for high availability.
1046
+ #
1022
1047
  # @return [Types::UpdateDbInstanceOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1023
1048
  #
1024
1049
  # * {Types::UpdateDbInstanceOutput#id #id} => String
@@ -1050,6 +1075,8 @@ module Aws::TimestreamInfluxDB
1050
1075
  # },
1051
1076
  # },
1052
1077
  # db_parameter_group_identifier: "DbParameterGroupIdentifier",
1078
+ # 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
1079
+ # deployment_type: "SINGLE_AZ", # accepts SINGLE_AZ, WITH_MULTIAZ_STANDBY
1053
1080
  # })
1054
1081
  #
1055
1082
  # @example Response structure
@@ -1057,7 +1084,7 @@ module Aws::TimestreamInfluxDB
1057
1084
  # resp.id #=> String
1058
1085
  # resp.name #=> String
1059
1086
  # resp.arn #=> String
1060
- # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED"
1087
+ # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE"
1061
1088
  # resp.endpoint #=> String
1062
1089
  # 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
1090
  # resp.db_storage_type #=> String, one of "InfluxIOIncludedT1", "InfluxIOIncludedT2", "InfluxIOIncludedT3"
@@ -1090,14 +1117,19 @@ module Aws::TimestreamInfluxDB
1090
1117
  # @api private
1091
1118
  def build_request(operation_name, params = {})
1092
1119
  handlers = @handlers.for(operation_name)
1120
+ tracer = config.telemetry_provider.tracer_provider.tracer(
1121
+ Aws::Telemetry.module_to_tracer_name('Aws::TimestreamInfluxDB')
1122
+ )
1093
1123
  context = Seahorse::Client::RequestContext.new(
1094
1124
  operation_name: operation_name,
1095
1125
  operation: config.api.operation(operation_name),
1096
1126
  client: self,
1097
1127
  params: params,
1098
- config: config)
1128
+ config: config,
1129
+ tracer: tracer
1130
+ )
1099
1131
  context[:gem_name] = 'aws-sdk-timestreaminfluxdb'
1100
- context[:gem_version] = '1.6.0'
1132
+ context[:gem_version] = '1.8.0'
1101
1133
  Seahorse::Client::Request.new(handlers, context)
1102
1134
  end
1103
1135
 
@@ -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.6.0'
55
+ GEM_VERSION = '1.8.0'
56
56
 
57
57
  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.6.0
4
+ version: 1.8.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-07-02 00:00:00.000000000 Z
11
+ date: 2024-09-10 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.201.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.201.0
32
+ version: 3.203.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement