aws-sdk-timestreaminfluxdb 1.29.0 → 1.31.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-timestreaminfluxdb/client.rb +12 -12
- data/lib/aws-sdk-timestreaminfluxdb.rb +1 -1
- data/sig/client.rbs +8 -8
- data/sig/types.rbs +11 -11
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cf304f192a4eb1ae342e4be045eb4ab2cc2443258c6df3c803799f4ac4e70086
|
4
|
+
data.tar.gz: f02cb8425801d4c1127745e286e9f6895f71db56741ef9d21f7e8bf2805282c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fc1ce5f7bf6c664956f6f9b2899f7c19b4c6f5e7473ece394a1ec73e75004cb28146bc7551e652f9673371d2d997e6c9c98742d7363b5075c117a874a5f319d3
|
7
|
+
data.tar.gz: cc9a0fba6336e1437dfeebc1798f94bf520a7adee57622f39fd018b0eb1b4706d2153415de0688867efd99cf53c6cb3c48bec83626bb1bdb955ee1cd51b48e46
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.31.0 (2025-08-26)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.30.0 (2025-08-25)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Add MAINTENANCE status for DbInstance and DbCluster
|
13
|
+
|
4
14
|
1.29.0 (2025-08-21)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.31.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.
|
1766
|
+
context[:gem_version] = '1.31.0'
|
1767
1767
|
Seahorse::Client::Request.new(handlers, context)
|
1768
1768
|
end
|
1769
1769
|
|
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.
|
4
|
+
version: 1.31.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
@@ -18,7 +18,7 @@ dependencies:
|
|
18
18
|
version: '3'
|
19
19
|
- - ">="
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 3.
|
21
|
+
version: 3.231.0
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -28,7 +28,7 @@ dependencies:
|
|
28
28
|
version: '3'
|
29
29
|
- - ">="
|
30
30
|
- !ruby/object:Gem::Version
|
31
|
-
version: 3.
|
31
|
+
version: 3.231.0
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: aws-sigv4
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|