aws-sdk-timestreaminfluxdb 1.28.0 → 1.30.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 33d8dc8e509245658a356452e3558b0271ce786de49af0e68009a8d86c0de1fa
4
- data.tar.gz: 31a1241a3b3816c7e8d33588977a8298121e31770073325acfeba30f7b644ba9
3
+ metadata.gz: 949f2cf687eb234377fc3777fdbf280113a6fe1433cb72cbbe936fc9fede7fbb
4
+ data.tar.gz: 1d3b4974e9df15b393e22b7fe308d1f9c569c9aaa110792e3985a24ff43dac10
5
5
  SHA512:
6
- metadata.gz: 0ad6d368c29be3dc410751ab5518abcdcaad209cb4c3afcba8d7a79e34562ec993126343078da1213856c981dc1024d2a3337570c9320914c49113cb100f0865
7
- data.tar.gz: f0df2813a44cfb2a99a521642f0a0c299d5a476607d1047c05cc8de4f39c183a972ed2a8892b5d60717d758dbcc1c8f988c2bc19f04622e56e272d8b27b01a67
6
+ metadata.gz: 909bb17f5f79be0c7b62ba9b2b898f40b4c48de368d3ecf5910db8027cd753d0e2707a4793260f60cbd30f3238a904993679955cd2fca86ed46b1332d4a16261
7
+ data.tar.gz: 7ff1733f56defae9f21c18a412976503e4921732753e4bc6c695ce5e506ba2f8e21560a0058df2732761324f5187724360130f488668e244048ed476388e0b25
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.30.0 (2025-08-25)
5
+ ------------------
6
+
7
+ * Feature - Add MAINTENANCE status for DbInstance and DbCluster
8
+
9
+ 1.29.0 (2025-08-21)
10
+ ------------------
11
+
12
+ * Feature - Remove incorrect endpoint tests
13
+
4
14
  1.28.0 (2025-08-04)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.28.0
1
+ 1.30.0
@@ -622,7 +622,7 @@ module Aws::TimestreamInfluxDB
622
622
  # @example Response structure
623
623
  #
624
624
  # resp.db_cluster_id #=> String
625
- # resp.db_cluster_status #=> String, one of "CREATING", "UPDATING", "DELETING", "AVAILABLE", "FAILED", "DELETED"
625
+ # resp.db_cluster_status #=> String, one of "CREATING", "UPDATING", "DELETING", "AVAILABLE", "FAILED", "DELETED", "MAINTENANCE"
626
626
  #
627
627
  # @see http://docs.aws.amazon.com/goto/WebAPI/timestream-influxdb-2023-01-27/CreateDbCluster AWS API Documentation
628
628
  #
@@ -787,7 +787,7 @@ module Aws::TimestreamInfluxDB
787
787
  # resp.id #=> String
788
788
  # resp.name #=> String
789
789
  # resp.arn #=> String
790
- # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE"
790
+ # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE", "MAINTENANCE"
791
791
  # resp.endpoint #=> String
792
792
  # resp.port #=> Integer
793
793
  # resp.network_type #=> String, one of "IPV4", "DUAL"
@@ -989,7 +989,7 @@ module Aws::TimestreamInfluxDB
989
989
  #
990
990
  # @example Response structure
991
991
  #
992
- # resp.db_cluster_status #=> String, one of "CREATING", "UPDATING", "DELETING", "AVAILABLE", "FAILED", "DELETED"
992
+ # resp.db_cluster_status #=> String, one of "CREATING", "UPDATING", "DELETING", "AVAILABLE", "FAILED", "DELETED", "MAINTENANCE"
993
993
  #
994
994
  # @see http://docs.aws.amazon.com/goto/WebAPI/timestream-influxdb-2023-01-27/DeleteDbCluster AWS API Documentation
995
995
  #
@@ -1040,7 +1040,7 @@ module Aws::TimestreamInfluxDB
1040
1040
  # resp.id #=> String
1041
1041
  # resp.name #=> String
1042
1042
  # resp.arn #=> String
1043
- # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE"
1043
+ # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE", "MAINTENANCE"
1044
1044
  # resp.endpoint #=> String
1045
1045
  # resp.port #=> Integer
1046
1046
  # resp.network_type #=> String, one of "IPV4", "DUAL"
@@ -1109,7 +1109,7 @@ module Aws::TimestreamInfluxDB
1109
1109
  # resp.id #=> String
1110
1110
  # resp.name #=> String
1111
1111
  # resp.arn #=> String
1112
- # resp.status #=> String, one of "CREATING", "UPDATING", "DELETING", "AVAILABLE", "FAILED", "DELETED"
1112
+ # resp.status #=> String, one of "CREATING", "UPDATING", "DELETING", "AVAILABLE", "FAILED", "DELETED", "MAINTENANCE"
1113
1113
  # resp.endpoint #=> String
1114
1114
  # resp.reader_endpoint #=> String
1115
1115
  # resp.port #=> Integer
@@ -1178,7 +1178,7 @@ module Aws::TimestreamInfluxDB
1178
1178
  # resp.id #=> String
1179
1179
  # resp.name #=> String
1180
1180
  # resp.arn #=> String
1181
- # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE"
1181
+ # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE", "MAINTENANCE"
1182
1182
  # resp.endpoint #=> String
1183
1183
  # resp.port #=> Integer
1184
1184
  # resp.network_type #=> String, one of "IPV4", "DUAL"
@@ -1318,7 +1318,7 @@ module Aws::TimestreamInfluxDB
1318
1318
  # resp.items[0].id #=> String
1319
1319
  # resp.items[0].name #=> String
1320
1320
  # resp.items[0].arn #=> String
1321
- # resp.items[0].status #=> String, one of "CREATING", "UPDATING", "DELETING", "AVAILABLE", "FAILED", "DELETED"
1321
+ # resp.items[0].status #=> String, one of "CREATING", "UPDATING", "DELETING", "AVAILABLE", "FAILED", "DELETED", "MAINTENANCE"
1322
1322
  # resp.items[0].endpoint #=> String
1323
1323
  # resp.items[0].reader_endpoint #=> String
1324
1324
  # resp.items[0].port #=> Integer
@@ -1370,7 +1370,7 @@ module Aws::TimestreamInfluxDB
1370
1370
  # resp.items[0].id #=> String
1371
1371
  # resp.items[0].name #=> String
1372
1372
  # resp.items[0].arn #=> String
1373
- # resp.items[0].status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE"
1373
+ # resp.items[0].status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE", "MAINTENANCE"
1374
1374
  # resp.items[0].endpoint #=> String
1375
1375
  # resp.items[0].port #=> Integer
1376
1376
  # resp.items[0].network_type #=> String, one of "IPV4", "DUAL"
@@ -1425,7 +1425,7 @@ module Aws::TimestreamInfluxDB
1425
1425
  # resp.items[0].id #=> String
1426
1426
  # resp.items[0].name #=> String
1427
1427
  # resp.items[0].arn #=> String
1428
- # resp.items[0].status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE"
1428
+ # resp.items[0].status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE", "MAINTENANCE"
1429
1429
  # resp.items[0].endpoint #=> String
1430
1430
  # resp.items[0].port #=> Integer
1431
1431
  # resp.items[0].network_type #=> String, one of "IPV4", "DUAL"
@@ -1615,7 +1615,7 @@ module Aws::TimestreamInfluxDB
1615
1615
  #
1616
1616
  # @example Response structure
1617
1617
  #
1618
- # resp.db_cluster_status #=> String, one of "CREATING", "UPDATING", "DELETING", "AVAILABLE", "FAILED", "DELETED"
1618
+ # resp.db_cluster_status #=> String, one of "CREATING", "UPDATING", "DELETING", "AVAILABLE", "FAILED", "DELETED", "MAINTENANCE"
1619
1619
  #
1620
1620
  # @see http://docs.aws.amazon.com/goto/WebAPI/timestream-influxdb-2023-01-27/UpdateDbCluster AWS API Documentation
1621
1621
  #
@@ -1714,7 +1714,7 @@ module Aws::TimestreamInfluxDB
1714
1714
  # resp.id #=> String
1715
1715
  # resp.name #=> String
1716
1716
  # resp.arn #=> String
1717
- # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE"
1717
+ # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE", "MAINTENANCE"
1718
1718
  # resp.endpoint #=> String
1719
1719
  # resp.port #=> Integer
1720
1720
  # resp.network_type #=> String, one of "IPV4", "DUAL"
@@ -1763,7 +1763,7 @@ module Aws::TimestreamInfluxDB
1763
1763
  tracer: tracer
1764
1764
  )
1765
1765
  context[:gem_name] = 'aws-sdk-timestreaminfluxdb'
1766
- context[:gem_version] = '1.28.0'
1766
+ context[:gem_version] = '1.30.0'
1767
1767
  Seahorse::Client::Request.new(handlers, context)
1768
1768
  end
1769
1769
 
@@ -54,7 +54,7 @@ module Aws::TimestreamInfluxDB
54
54
  autoload :EndpointProvider, 'aws-sdk-timestreaminfluxdb/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-timestreaminfluxdb/endpoints'
56
56
 
57
- GEM_VERSION = '1.28.0'
57
+ GEM_VERSION = '1.30.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -82,7 +82,7 @@ module Aws
82
82
  interface _CreateDbClusterResponseSuccess
83
83
  include ::Seahorse::Client::_ResponseSuccess[Types::CreateDbClusterOutput]
84
84
  def db_cluster_id: () -> ::String
85
- def db_cluster_status: () -> ("CREATING" | "UPDATING" | "DELETING" | "AVAILABLE" | "FAILED" | "DELETED")
85
+ def db_cluster_status: () -> ("CREATING" | "UPDATING" | "DELETING" | "AVAILABLE" | "FAILED" | "DELETED" | "MAINTENANCE")
86
86
  end
87
87
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/TimestreamInfluxDB/Client.html#create_db_cluster-instance_method
88
88
  def create_db_cluster: (
@@ -117,7 +117,7 @@ module Aws
117
117
  def id: () -> ::String
118
118
  def name: () -> ::String
119
119
  def arn: () -> ::String
120
- def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE")
120
+ def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE" | "MAINTENANCE")
121
121
  def endpoint: () -> ::String
122
122
  def port: () -> ::Integer
123
123
  def network_type: () -> ("IPV4" | "DUAL")
@@ -243,7 +243,7 @@ module Aws
243
243
 
244
244
  interface _DeleteDbClusterResponseSuccess
245
245
  include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDbClusterOutput]
246
- def db_cluster_status: () -> ("CREATING" | "UPDATING" | "DELETING" | "AVAILABLE" | "FAILED" | "DELETED")
246
+ def db_cluster_status: () -> ("CREATING" | "UPDATING" | "DELETING" | "AVAILABLE" | "FAILED" | "DELETED" | "MAINTENANCE")
247
247
  end
248
248
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/TimestreamInfluxDB/Client.html#delete_db_cluster-instance_method
249
249
  def delete_db_cluster: (
@@ -256,7 +256,7 @@ module Aws
256
256
  def id: () -> ::String
257
257
  def name: () -> ::String
258
258
  def arn: () -> ::String
259
- def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE")
259
+ def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE" | "MAINTENANCE")
260
260
  def endpoint: () -> ::String
261
261
  def port: () -> ::Integer
262
262
  def network_type: () -> ("IPV4" | "DUAL")
@@ -286,7 +286,7 @@ module Aws
286
286
  def id: () -> ::String
287
287
  def name: () -> ::String
288
288
  def arn: () -> ::String
289
- def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "AVAILABLE" | "FAILED" | "DELETED")
289
+ def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "AVAILABLE" | "FAILED" | "DELETED" | "MAINTENANCE")
290
290
  def endpoint: () -> ::String
291
291
  def reader_endpoint: () -> ::String
292
292
  def port: () -> ::Integer
@@ -314,7 +314,7 @@ module Aws
314
314
  def id: () -> ::String
315
315
  def name: () -> ::String
316
316
  def arn: () -> ::String
317
- def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE")
317
+ def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE" | "MAINTENANCE")
318
318
  def endpoint: () -> ::String
319
319
  def port: () -> ::Integer
320
320
  def network_type: () -> ("IPV4" | "DUAL")
@@ -428,7 +428,7 @@ module Aws
428
428
 
429
429
  interface _UpdateDbClusterResponseSuccess
430
430
  include ::Seahorse::Client::_ResponseSuccess[Types::UpdateDbClusterOutput]
431
- def db_cluster_status: () -> ("CREATING" | "UPDATING" | "DELETING" | "AVAILABLE" | "FAILED" | "DELETED")
431
+ def db_cluster_status: () -> ("CREATING" | "UPDATING" | "DELETING" | "AVAILABLE" | "FAILED" | "DELETED" | "MAINTENANCE")
432
432
  end
433
433
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/TimestreamInfluxDB/Client.html#update_db_cluster-instance_method
434
434
  def update_db_cluster: (
@@ -451,7 +451,7 @@ module Aws
451
451
  def id: () -> ::String
452
452
  def name: () -> ::String
453
453
  def arn: () -> ::String
454
- def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE")
454
+ def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE" | "MAINTENANCE")
455
455
  def endpoint: () -> ::String
456
456
  def port: () -> ::Integer
457
457
  def network_type: () -> ("IPV4" | "DUAL")
data/sig/types.rbs CHANGED
@@ -44,7 +44,7 @@ module Aws::TimestreamInfluxDB
44
44
 
45
45
  class CreateDbClusterOutput
46
46
  attr_accessor db_cluster_id: ::String
47
- attr_accessor db_cluster_status: ("CREATING" | "UPDATING" | "DELETING" | "AVAILABLE" | "FAILED" | "DELETED")
47
+ attr_accessor db_cluster_status: ("CREATING" | "UPDATING" | "DELETING" | "AVAILABLE" | "FAILED" | "DELETED" | "MAINTENANCE")
48
48
  SENSITIVE: []
49
49
  end
50
50
 
@@ -73,7 +73,7 @@ module Aws::TimestreamInfluxDB
73
73
  attr_accessor id: ::String
74
74
  attr_accessor name: ::String
75
75
  attr_accessor arn: ::String
76
- attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE")
76
+ attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE" | "MAINTENANCE")
77
77
  attr_accessor endpoint: ::String
78
78
  attr_accessor port: ::Integer
79
79
  attr_accessor network_type: ("IPV4" | "DUAL")
@@ -115,7 +115,7 @@ module Aws::TimestreamInfluxDB
115
115
  attr_accessor id: ::String
116
116
  attr_accessor name: ::String
117
117
  attr_accessor arn: ::String
118
- attr_accessor status: ("CREATING" | "UPDATING" | "DELETING" | "AVAILABLE" | "FAILED" | "DELETED")
118
+ attr_accessor status: ("CREATING" | "UPDATING" | "DELETING" | "AVAILABLE" | "FAILED" | "DELETED" | "MAINTENANCE")
119
119
  attr_accessor endpoint: ::String
120
120
  attr_accessor reader_endpoint: ::String
121
121
  attr_accessor port: ::Integer
@@ -131,7 +131,7 @@ module Aws::TimestreamInfluxDB
131
131
  attr_accessor id: ::String
132
132
  attr_accessor name: ::String
133
133
  attr_accessor arn: ::String
134
- attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE")
134
+ attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE" | "MAINTENANCE")
135
135
  attr_accessor endpoint: ::String
136
136
  attr_accessor port: ::Integer
137
137
  attr_accessor network_type: ("IPV4" | "DUAL")
@@ -147,7 +147,7 @@ module Aws::TimestreamInfluxDB
147
147
  attr_accessor id: ::String
148
148
  attr_accessor name: ::String
149
149
  attr_accessor arn: ::String
150
- attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE")
150
+ attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE" | "MAINTENANCE")
151
151
  attr_accessor endpoint: ::String
152
152
  attr_accessor port: ::Integer
153
153
  attr_accessor network_type: ("IPV4" | "DUAL")
@@ -172,7 +172,7 @@ module Aws::TimestreamInfluxDB
172
172
  end
173
173
 
174
174
  class DeleteDbClusterOutput
175
- attr_accessor db_cluster_status: ("CREATING" | "UPDATING" | "DELETING" | "AVAILABLE" | "FAILED" | "DELETED")
175
+ attr_accessor db_cluster_status: ("CREATING" | "UPDATING" | "DELETING" | "AVAILABLE" | "FAILED" | "DELETED" | "MAINTENANCE")
176
176
  SENSITIVE: []
177
177
  end
178
178
 
@@ -185,7 +185,7 @@ module Aws::TimestreamInfluxDB
185
185
  attr_accessor id: ::String
186
186
  attr_accessor name: ::String
187
187
  attr_accessor arn: ::String
188
- attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE")
188
+ attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE" | "MAINTENANCE")
189
189
  attr_accessor endpoint: ::String
190
190
  attr_accessor port: ::Integer
191
191
  attr_accessor network_type: ("IPV4" | "DUAL")
@@ -221,7 +221,7 @@ module Aws::TimestreamInfluxDB
221
221
  attr_accessor id: ::String
222
222
  attr_accessor name: ::String
223
223
  attr_accessor arn: ::String
224
- attr_accessor status: ("CREATING" | "UPDATING" | "DELETING" | "AVAILABLE" | "FAILED" | "DELETED")
224
+ attr_accessor status: ("CREATING" | "UPDATING" | "DELETING" | "AVAILABLE" | "FAILED" | "DELETED" | "MAINTENANCE")
225
225
  attr_accessor endpoint: ::String
226
226
  attr_accessor reader_endpoint: ::String
227
227
  attr_accessor port: ::Integer
@@ -249,7 +249,7 @@ module Aws::TimestreamInfluxDB
249
249
  attr_accessor id: ::String
250
250
  attr_accessor name: ::String
251
251
  attr_accessor arn: ::String
252
- attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE")
252
+ attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE" | "MAINTENANCE")
253
253
  attr_accessor endpoint: ::String
254
254
  attr_accessor port: ::Integer
255
255
  attr_accessor network_type: ("IPV4" | "DUAL")
@@ -449,7 +449,7 @@ module Aws::TimestreamInfluxDB
449
449
  end
450
450
 
451
451
  class UpdateDbClusterOutput
452
- attr_accessor db_cluster_status: ("CREATING" | "UPDATING" | "DELETING" | "AVAILABLE" | "FAILED" | "DELETED")
452
+ attr_accessor db_cluster_status: ("CREATING" | "UPDATING" | "DELETING" | "AVAILABLE" | "FAILED" | "DELETED" | "MAINTENANCE")
453
453
  SENSITIVE: []
454
454
  end
455
455
 
@@ -469,7 +469,7 @@ module Aws::TimestreamInfluxDB
469
469
  attr_accessor id: ::String
470
470
  attr_accessor name: ::String
471
471
  attr_accessor arn: ::String
472
- attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE")
472
+ attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE" | "MAINTENANCE")
473
473
  attr_accessor endpoint: ::String
474
474
  attr_accessor port: ::Integer
475
475
  attr_accessor network_type: ("IPV4" | "DUAL")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-timestreaminfluxdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.28.0
4
+ version: 1.30.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services