aws-sdk-timestreaminfluxdb 1.34.0 → 1.35.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 +119 -12
- data/lib/aws-sdk-timestreaminfluxdb/client_api.rb +69 -0
- data/lib/aws-sdk-timestreaminfluxdb/types.rb +172 -0
- data/lib/aws-sdk-timestreaminfluxdb.rb +1 -1
- data/sig/client.rbs +50 -8
- data/sig/types.rbs +53 -11
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 73139b5269a5c47a4bd871c599459d3719d18afe1d46e9dc59b1d9ca38f3c4cc
|
|
4
|
+
data.tar.gz: f61b607e3fbdfa27b2266cc99c9af357ec43b41077bf641c8b650599f1cdda1c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 76981bfd23ce87c3eae6eceb2c8ec07dcef6cbbf7fc21dde6b8f70cd7a9315fc97d6941c6a7a2c835f0a366c3d3fe6f9b2460370743aa9e0a3fdc064a845e3e3
|
|
7
|
+
data.tar.gz: 93d0e04c284b49f3dfb75f6ee7de50e80f871c271b0e0bf6aa8a47c75cfac3f21f9324928f2b22fd0974b1a56597b504874eac405373e5a915745a4b3a17173d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.35.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", "MAINTENANCE"
|
|
625
|
+
# resp.db_cluster_status #=> String, one of "CREATING", "UPDATING", "DELETING", "AVAILABLE", "FAILED", "DELETED", "MAINTENANCE", "UPDATING_INSTANCE_TYPE", "REBOOTING", "REBOOT_FAILED", "PARTIALLY_AVAILABLE"
|
|
626
626
|
#
|
|
627
627
|
# @see http://docs.aws.amazon.com/goto/WebAPI/timestream-influxdb-2023-01-27/CreateDbCluster AWS API Documentation
|
|
628
628
|
#
|
|
@@ -788,7 +788,7 @@ module Aws::TimestreamInfluxDB
|
|
|
788
788
|
# resp.id #=> String
|
|
789
789
|
# resp.name #=> String
|
|
790
790
|
# resp.arn #=> String
|
|
791
|
-
# resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE", "MAINTENANCE"
|
|
791
|
+
# resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE", "MAINTENANCE", "REBOOTING", "REBOOT_FAILED"
|
|
792
792
|
# resp.endpoint #=> String
|
|
793
793
|
# resp.port #=> Integer
|
|
794
794
|
# resp.network_type #=> String, one of "IPV4", "DUAL"
|
|
@@ -1310,7 +1310,7 @@ module Aws::TimestreamInfluxDB
|
|
|
1310
1310
|
#
|
|
1311
1311
|
# @example Response structure
|
|
1312
1312
|
#
|
|
1313
|
-
# resp.db_cluster_status #=> String, one of "CREATING", "UPDATING", "DELETING", "AVAILABLE", "FAILED", "DELETED", "MAINTENANCE"
|
|
1313
|
+
# resp.db_cluster_status #=> String, one of "CREATING", "UPDATING", "DELETING", "AVAILABLE", "FAILED", "DELETED", "MAINTENANCE", "UPDATING_INSTANCE_TYPE", "REBOOTING", "REBOOT_FAILED", "PARTIALLY_AVAILABLE"
|
|
1314
1314
|
#
|
|
1315
1315
|
# @see http://docs.aws.amazon.com/goto/WebAPI/timestream-influxdb-2023-01-27/DeleteDbCluster AWS API Documentation
|
|
1316
1316
|
#
|
|
@@ -1362,7 +1362,7 @@ module Aws::TimestreamInfluxDB
|
|
|
1362
1362
|
# resp.id #=> String
|
|
1363
1363
|
# resp.name #=> String
|
|
1364
1364
|
# resp.arn #=> String
|
|
1365
|
-
# resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE", "MAINTENANCE"
|
|
1365
|
+
# resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE", "MAINTENANCE", "REBOOTING", "REBOOT_FAILED"
|
|
1366
1366
|
# resp.endpoint #=> String
|
|
1367
1367
|
# resp.port #=> Integer
|
|
1368
1368
|
# resp.network_type #=> String, one of "IPV4", "DUAL"
|
|
@@ -1434,7 +1434,7 @@ module Aws::TimestreamInfluxDB
|
|
|
1434
1434
|
# resp.id #=> String
|
|
1435
1435
|
# resp.name #=> String
|
|
1436
1436
|
# resp.arn #=> String
|
|
1437
|
-
# resp.status #=> String, one of "CREATING", "UPDATING", "DELETING", "AVAILABLE", "FAILED", "DELETED", "MAINTENANCE"
|
|
1437
|
+
# resp.status #=> String, one of "CREATING", "UPDATING", "DELETING", "AVAILABLE", "FAILED", "DELETED", "MAINTENANCE", "UPDATING_INSTANCE_TYPE", "REBOOTING", "REBOOT_FAILED", "PARTIALLY_AVAILABLE"
|
|
1438
1438
|
# resp.endpoint #=> String
|
|
1439
1439
|
# resp.reader_endpoint #=> String
|
|
1440
1440
|
# resp.port #=> Integer
|
|
@@ -1505,7 +1505,7 @@ module Aws::TimestreamInfluxDB
|
|
|
1505
1505
|
# resp.id #=> String
|
|
1506
1506
|
# resp.name #=> String
|
|
1507
1507
|
# resp.arn #=> String
|
|
1508
|
-
# resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE", "MAINTENANCE"
|
|
1508
|
+
# resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE", "MAINTENANCE", "REBOOTING", "REBOOT_FAILED"
|
|
1509
1509
|
# resp.endpoint #=> String
|
|
1510
1510
|
# resp.port #=> Integer
|
|
1511
1511
|
# resp.network_type #=> String, one of "IPV4", "DUAL"
|
|
@@ -1771,7 +1771,7 @@ module Aws::TimestreamInfluxDB
|
|
|
1771
1771
|
# resp.items[0].id #=> String
|
|
1772
1772
|
# resp.items[0].name #=> String
|
|
1773
1773
|
# resp.items[0].arn #=> String
|
|
1774
|
-
# resp.items[0].status #=> String, one of "CREATING", "UPDATING", "DELETING", "AVAILABLE", "FAILED", "DELETED", "MAINTENANCE"
|
|
1774
|
+
# resp.items[0].status #=> String, one of "CREATING", "UPDATING", "DELETING", "AVAILABLE", "FAILED", "DELETED", "MAINTENANCE", "UPDATING_INSTANCE_TYPE", "REBOOTING", "REBOOT_FAILED", "PARTIALLY_AVAILABLE"
|
|
1775
1775
|
# resp.items[0].endpoint #=> String
|
|
1776
1776
|
# resp.items[0].reader_endpoint #=> String
|
|
1777
1777
|
# resp.items[0].port #=> Integer
|
|
@@ -1824,7 +1824,7 @@ module Aws::TimestreamInfluxDB
|
|
|
1824
1824
|
# resp.items[0].id #=> String
|
|
1825
1825
|
# resp.items[0].name #=> String
|
|
1826
1826
|
# resp.items[0].arn #=> String
|
|
1827
|
-
# resp.items[0].status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE", "MAINTENANCE"
|
|
1827
|
+
# resp.items[0].status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE", "MAINTENANCE", "REBOOTING", "REBOOT_FAILED"
|
|
1828
1828
|
# resp.items[0].endpoint #=> String
|
|
1829
1829
|
# resp.items[0].port #=> Integer
|
|
1830
1830
|
# resp.items[0].network_type #=> String, one of "IPV4", "DUAL"
|
|
@@ -1879,7 +1879,7 @@ module Aws::TimestreamInfluxDB
|
|
|
1879
1879
|
# resp.items[0].id #=> String
|
|
1880
1880
|
# resp.items[0].name #=> String
|
|
1881
1881
|
# resp.items[0].arn #=> String
|
|
1882
|
-
# resp.items[0].status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE", "MAINTENANCE"
|
|
1882
|
+
# resp.items[0].status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE", "MAINTENANCE", "REBOOTING", "REBOOT_FAILED"
|
|
1883
1883
|
# resp.items[0].endpoint #=> String
|
|
1884
1884
|
# resp.items[0].port #=> Integer
|
|
1885
1885
|
# resp.items[0].network_type #=> String, one of "IPV4", "DUAL"
|
|
@@ -1974,6 +1974,113 @@ module Aws::TimestreamInfluxDB
|
|
|
1974
1974
|
req.send_request(options)
|
|
1975
1975
|
end
|
|
1976
1976
|
|
|
1977
|
+
# Reboots a Timestream for InfluxDB cluster.
|
|
1978
|
+
#
|
|
1979
|
+
# @option params [required, String] :db_cluster_id
|
|
1980
|
+
# Service-generated unique identifier of the DB cluster to reboot.
|
|
1981
|
+
#
|
|
1982
|
+
# @option params [Array<String>] :instance_ids
|
|
1983
|
+
# A list of service-generated unique DB Instance Ids belonging to the DB
|
|
1984
|
+
# Cluster to reboot.
|
|
1985
|
+
#
|
|
1986
|
+
# @return [Types::RebootDbClusterOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1987
|
+
#
|
|
1988
|
+
# * {Types::RebootDbClusterOutput#db_cluster_status #db_cluster_status} => String
|
|
1989
|
+
#
|
|
1990
|
+
# @example Request syntax with placeholder values
|
|
1991
|
+
#
|
|
1992
|
+
# resp = client.reboot_db_cluster({
|
|
1993
|
+
# db_cluster_id: "DbClusterId", # required
|
|
1994
|
+
# instance_ids: ["DbInstanceId"],
|
|
1995
|
+
# })
|
|
1996
|
+
#
|
|
1997
|
+
# @example Response structure
|
|
1998
|
+
#
|
|
1999
|
+
# resp.db_cluster_status #=> String, one of "CREATING", "UPDATING", "DELETING", "AVAILABLE", "FAILED", "DELETED", "MAINTENANCE", "UPDATING_INSTANCE_TYPE", "REBOOTING", "REBOOT_FAILED", "PARTIALLY_AVAILABLE"
|
|
2000
|
+
#
|
|
2001
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/timestream-influxdb-2023-01-27/RebootDbCluster AWS API Documentation
|
|
2002
|
+
#
|
|
2003
|
+
# @overload reboot_db_cluster(params = {})
|
|
2004
|
+
# @param [Hash] params ({})
|
|
2005
|
+
def reboot_db_cluster(params = {}, options = {})
|
|
2006
|
+
req = build_request(:reboot_db_cluster, params)
|
|
2007
|
+
req.send_request(options)
|
|
2008
|
+
end
|
|
2009
|
+
|
|
2010
|
+
# Reboots a Timestream for InfluxDB instance.
|
|
2011
|
+
#
|
|
2012
|
+
# @option params [required, String] :identifier
|
|
2013
|
+
# The id of the DB instance to reboot.
|
|
2014
|
+
#
|
|
2015
|
+
# @return [Types::RebootDbInstanceOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
2016
|
+
#
|
|
2017
|
+
# * {Types::RebootDbInstanceOutput#id #id} => String
|
|
2018
|
+
# * {Types::RebootDbInstanceOutput#name #name} => String
|
|
2019
|
+
# * {Types::RebootDbInstanceOutput#arn #arn} => String
|
|
2020
|
+
# * {Types::RebootDbInstanceOutput#status #status} => String
|
|
2021
|
+
# * {Types::RebootDbInstanceOutput#endpoint #endpoint} => String
|
|
2022
|
+
# * {Types::RebootDbInstanceOutput#port #port} => Integer
|
|
2023
|
+
# * {Types::RebootDbInstanceOutput#network_type #network_type} => String
|
|
2024
|
+
# * {Types::RebootDbInstanceOutput#db_instance_type #db_instance_type} => String
|
|
2025
|
+
# * {Types::RebootDbInstanceOutput#db_storage_type #db_storage_type} => String
|
|
2026
|
+
# * {Types::RebootDbInstanceOutput#allocated_storage #allocated_storage} => Integer
|
|
2027
|
+
# * {Types::RebootDbInstanceOutput#deployment_type #deployment_type} => String
|
|
2028
|
+
# * {Types::RebootDbInstanceOutput#vpc_subnet_ids #vpc_subnet_ids} => Array<String>
|
|
2029
|
+
# * {Types::RebootDbInstanceOutput#publicly_accessible #publicly_accessible} => Boolean
|
|
2030
|
+
# * {Types::RebootDbInstanceOutput#vpc_security_group_ids #vpc_security_group_ids} => Array<String>
|
|
2031
|
+
# * {Types::RebootDbInstanceOutput#db_parameter_group_identifier #db_parameter_group_identifier} => String
|
|
2032
|
+
# * {Types::RebootDbInstanceOutput#availability_zone #availability_zone} => String
|
|
2033
|
+
# * {Types::RebootDbInstanceOutput#secondary_availability_zone #secondary_availability_zone} => String
|
|
2034
|
+
# * {Types::RebootDbInstanceOutput#log_delivery_configuration #log_delivery_configuration} => Types::LogDeliveryConfiguration
|
|
2035
|
+
# * {Types::RebootDbInstanceOutput#influx_auth_parameters_secret_arn #influx_auth_parameters_secret_arn} => String
|
|
2036
|
+
# * {Types::RebootDbInstanceOutput#db_cluster_id #db_cluster_id} => String
|
|
2037
|
+
# * {Types::RebootDbInstanceOutput#instance_mode #instance_mode} => String
|
|
2038
|
+
# * {Types::RebootDbInstanceOutput#instance_modes #instance_modes} => Array<String>
|
|
2039
|
+
#
|
|
2040
|
+
# @example Request syntax with placeholder values
|
|
2041
|
+
#
|
|
2042
|
+
# resp = client.reboot_db_instance({
|
|
2043
|
+
# identifier: "DbInstanceIdentifier", # required
|
|
2044
|
+
# })
|
|
2045
|
+
#
|
|
2046
|
+
# @example Response structure
|
|
2047
|
+
#
|
|
2048
|
+
# resp.id #=> String
|
|
2049
|
+
# resp.name #=> String
|
|
2050
|
+
# resp.arn #=> String
|
|
2051
|
+
# resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE", "MAINTENANCE", "REBOOTING", "REBOOT_FAILED"
|
|
2052
|
+
# resp.endpoint #=> String
|
|
2053
|
+
# resp.port #=> Integer
|
|
2054
|
+
# resp.network_type #=> String, one of "IPV4", "DUAL"
|
|
2055
|
+
# 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", "db.influx.24xlarge"
|
|
2056
|
+
# resp.db_storage_type #=> String, one of "InfluxIOIncludedT1", "InfluxIOIncludedT2", "InfluxIOIncludedT3"
|
|
2057
|
+
# resp.allocated_storage #=> Integer
|
|
2058
|
+
# resp.deployment_type #=> String, one of "SINGLE_AZ", "WITH_MULTIAZ_STANDBY"
|
|
2059
|
+
# resp.vpc_subnet_ids #=> Array
|
|
2060
|
+
# resp.vpc_subnet_ids[0] #=> String
|
|
2061
|
+
# resp.publicly_accessible #=> Boolean
|
|
2062
|
+
# resp.vpc_security_group_ids #=> Array
|
|
2063
|
+
# resp.vpc_security_group_ids[0] #=> String
|
|
2064
|
+
# resp.db_parameter_group_identifier #=> String
|
|
2065
|
+
# resp.availability_zone #=> String
|
|
2066
|
+
# resp.secondary_availability_zone #=> String
|
|
2067
|
+
# resp.log_delivery_configuration.s3_configuration.bucket_name #=> String
|
|
2068
|
+
# resp.log_delivery_configuration.s3_configuration.enabled #=> Boolean
|
|
2069
|
+
# resp.influx_auth_parameters_secret_arn #=> String
|
|
2070
|
+
# resp.db_cluster_id #=> String
|
|
2071
|
+
# resp.instance_mode #=> String, one of "PRIMARY", "STANDBY", "REPLICA", "INGEST", "QUERY", "COMPACT", "PROCESS"
|
|
2072
|
+
# resp.instance_modes #=> Array
|
|
2073
|
+
# resp.instance_modes[0] #=> String, one of "PRIMARY", "STANDBY", "REPLICA", "INGEST", "QUERY", "COMPACT", "PROCESS"
|
|
2074
|
+
#
|
|
2075
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/timestream-influxdb-2023-01-27/RebootDbInstance AWS API Documentation
|
|
2076
|
+
#
|
|
2077
|
+
# @overload reboot_db_instance(params = {})
|
|
2078
|
+
# @param [Hash] params ({})
|
|
2079
|
+
def reboot_db_instance(params = {}, options = {})
|
|
2080
|
+
req = build_request(:reboot_db_instance, params)
|
|
2081
|
+
req.send_request(options)
|
|
2082
|
+
end
|
|
2083
|
+
|
|
1977
2084
|
# Tags are composed of a Key/Value pairs. You can use tags to categorize
|
|
1978
2085
|
# and track your Timestream for InfluxDB resources.
|
|
1979
2086
|
#
|
|
@@ -2071,7 +2178,7 @@ module Aws::TimestreamInfluxDB
|
|
|
2071
2178
|
#
|
|
2072
2179
|
# @example Response structure
|
|
2073
2180
|
#
|
|
2074
|
-
# resp.db_cluster_status #=> String, one of "CREATING", "UPDATING", "DELETING", "AVAILABLE", "FAILED", "DELETED", "MAINTENANCE"
|
|
2181
|
+
# resp.db_cluster_status #=> String, one of "CREATING", "UPDATING", "DELETING", "AVAILABLE", "FAILED", "DELETED", "MAINTENANCE", "UPDATING_INSTANCE_TYPE", "REBOOTING", "REBOOT_FAILED", "PARTIALLY_AVAILABLE"
|
|
2075
2182
|
#
|
|
2076
2183
|
# @see http://docs.aws.amazon.com/goto/WebAPI/timestream-influxdb-2023-01-27/UpdateDbCluster AWS API Documentation
|
|
2077
2184
|
#
|
|
@@ -2171,7 +2278,7 @@ module Aws::TimestreamInfluxDB
|
|
|
2171
2278
|
# resp.id #=> String
|
|
2172
2279
|
# resp.name #=> String
|
|
2173
2280
|
# resp.arn #=> String
|
|
2174
|
-
# resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE", "MAINTENANCE"
|
|
2281
|
+
# resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE", "MAINTENANCE", "REBOOTING", "REBOOT_FAILED"
|
|
2175
2282
|
# resp.endpoint #=> String
|
|
2176
2283
|
# resp.port #=> Integer
|
|
2177
2284
|
# resp.network_type #=> String, one of "IPV4", "DUAL"
|
|
@@ -2222,7 +2329,7 @@ module Aws::TimestreamInfluxDB
|
|
|
2222
2329
|
tracer: tracer
|
|
2223
2330
|
)
|
|
2224
2331
|
context[:gem_name] = 'aws-sdk-timestreaminfluxdb'
|
|
2225
|
-
context[:gem_version] = '1.
|
|
2332
|
+
context[:gem_version] = '1.35.0'
|
|
2226
2333
|
Seahorse::Client::Request.new(handlers, context)
|
|
2227
2334
|
end
|
|
2228
2335
|
|
|
@@ -154,6 +154,11 @@ module Aws::TimestreamInfluxDB
|
|
|
154
154
|
PercentOrAbsoluteLongAbsoluteLong = Shapes::IntegerShape.new(name: 'PercentOrAbsoluteLongAbsoluteLong')
|
|
155
155
|
PercentOrAbsoluteLongPercentString = Shapes::StringShape.new(name: 'PercentOrAbsoluteLongPercentString')
|
|
156
156
|
Port = Shapes::IntegerShape.new(name: 'Port')
|
|
157
|
+
RebootDbClusterInput = Shapes::StructureShape.new(name: 'RebootDbClusterInput')
|
|
158
|
+
RebootDbClusterInputInstanceIdsList = Shapes::ListShape.new(name: 'RebootDbClusterInputInstanceIdsList')
|
|
159
|
+
RebootDbClusterOutput = Shapes::StructureShape.new(name: 'RebootDbClusterOutput')
|
|
160
|
+
RebootDbInstanceInput = Shapes::StructureShape.new(name: 'RebootDbInstanceInput')
|
|
161
|
+
RebootDbInstanceOutput = Shapes::StructureShape.new(name: 'RebootDbInstanceOutput')
|
|
157
162
|
RequestTagMap = Shapes::MapShape.new(name: 'RequestTagMap')
|
|
158
163
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
|
159
164
|
ResponseTagMap = Shapes::MapShape.new(name: 'ResponseTagMap')
|
|
@@ -621,6 +626,42 @@ module Aws::TimestreamInfluxDB
|
|
|
621
626
|
PercentOrAbsoluteLong.add_member_subclass(:unknown, Types::PercentOrAbsoluteLong::Unknown)
|
|
622
627
|
PercentOrAbsoluteLong.struct_class = Types::PercentOrAbsoluteLong
|
|
623
628
|
|
|
629
|
+
RebootDbClusterInput.add_member(:db_cluster_id, Shapes::ShapeRef.new(shape: DbClusterId, required: true, location_name: "dbClusterId"))
|
|
630
|
+
RebootDbClusterInput.add_member(:instance_ids, Shapes::ShapeRef.new(shape: RebootDbClusterInputInstanceIdsList, location_name: "instanceIds"))
|
|
631
|
+
RebootDbClusterInput.struct_class = Types::RebootDbClusterInput
|
|
632
|
+
|
|
633
|
+
RebootDbClusterInputInstanceIdsList.member = Shapes::ShapeRef.new(shape: DbInstanceId)
|
|
634
|
+
|
|
635
|
+
RebootDbClusterOutput.add_member(:db_cluster_status, Shapes::ShapeRef.new(shape: ClusterStatus, location_name: "dbClusterStatus"))
|
|
636
|
+
RebootDbClusterOutput.struct_class = Types::RebootDbClusterOutput
|
|
637
|
+
|
|
638
|
+
RebootDbInstanceInput.add_member(:identifier, Shapes::ShapeRef.new(shape: DbInstanceIdentifier, required: true, location_name: "identifier"))
|
|
639
|
+
RebootDbInstanceInput.struct_class = Types::RebootDbInstanceInput
|
|
640
|
+
|
|
641
|
+
RebootDbInstanceOutput.add_member(:id, Shapes::ShapeRef.new(shape: DbInstanceId, required: true, location_name: "id"))
|
|
642
|
+
RebootDbInstanceOutput.add_member(:name, Shapes::ShapeRef.new(shape: DbInstanceName, required: true, location_name: "name"))
|
|
643
|
+
RebootDbInstanceOutput.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "arn"))
|
|
644
|
+
RebootDbInstanceOutput.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
|
|
645
|
+
RebootDbInstanceOutput.add_member(:endpoint, Shapes::ShapeRef.new(shape: String, location_name: "endpoint"))
|
|
646
|
+
RebootDbInstanceOutput.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "port"))
|
|
647
|
+
RebootDbInstanceOutput.add_member(:network_type, Shapes::ShapeRef.new(shape: NetworkType, location_name: "networkType"))
|
|
648
|
+
RebootDbInstanceOutput.add_member(:db_instance_type, Shapes::ShapeRef.new(shape: DbInstanceType, location_name: "dbInstanceType"))
|
|
649
|
+
RebootDbInstanceOutput.add_member(:db_storage_type, Shapes::ShapeRef.new(shape: DbStorageType, location_name: "dbStorageType"))
|
|
650
|
+
RebootDbInstanceOutput.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: AllocatedStorage, location_name: "allocatedStorage"))
|
|
651
|
+
RebootDbInstanceOutput.add_member(:deployment_type, Shapes::ShapeRef.new(shape: DeploymentType, location_name: "deploymentType"))
|
|
652
|
+
RebootDbInstanceOutput.add_member(:vpc_subnet_ids, Shapes::ShapeRef.new(shape: VpcSubnetIdList, required: true, location_name: "vpcSubnetIds"))
|
|
653
|
+
RebootDbInstanceOutput.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: Boolean, location_name: "publiclyAccessible"))
|
|
654
|
+
RebootDbInstanceOutput.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: VpcSecurityGroupIdList, location_name: "vpcSecurityGroupIds"))
|
|
655
|
+
RebootDbInstanceOutput.add_member(:db_parameter_group_identifier, Shapes::ShapeRef.new(shape: DbParameterGroupIdentifier, location_name: "dbParameterGroupIdentifier"))
|
|
656
|
+
RebootDbInstanceOutput.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
|
|
657
|
+
RebootDbInstanceOutput.add_member(:secondary_availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "secondaryAvailabilityZone"))
|
|
658
|
+
RebootDbInstanceOutput.add_member(:log_delivery_configuration, Shapes::ShapeRef.new(shape: LogDeliveryConfiguration, location_name: "logDeliveryConfiguration"))
|
|
659
|
+
RebootDbInstanceOutput.add_member(:influx_auth_parameters_secret_arn, Shapes::ShapeRef.new(shape: String, location_name: "influxAuthParametersSecretArn"))
|
|
660
|
+
RebootDbInstanceOutput.add_member(:db_cluster_id, Shapes::ShapeRef.new(shape: DbClusterId, location_name: "dbClusterId"))
|
|
661
|
+
RebootDbInstanceOutput.add_member(:instance_mode, Shapes::ShapeRef.new(shape: InstanceMode, location_name: "instanceMode"))
|
|
662
|
+
RebootDbInstanceOutput.add_member(:instance_modes, Shapes::ShapeRef.new(shape: InstanceModeList, location_name: "instanceModes"))
|
|
663
|
+
RebootDbInstanceOutput.struct_class = Types::RebootDbInstanceOutput
|
|
664
|
+
|
|
624
665
|
RequestTagMap.key = Shapes::ShapeRef.new(shape: TagKey)
|
|
625
666
|
RequestTagMap.value = Shapes::ShapeRef.new(shape: TagValue)
|
|
626
667
|
|
|
@@ -923,6 +964,34 @@ module Aws::TimestreamInfluxDB
|
|
|
923
964
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
924
965
|
end)
|
|
925
966
|
|
|
967
|
+
api.add_operation(:reboot_db_cluster, Seahorse::Model::Operation.new.tap do |o|
|
|
968
|
+
o.name = "RebootDbCluster"
|
|
969
|
+
o.http_method = "POST"
|
|
970
|
+
o.http_request_uri = "/"
|
|
971
|
+
o.input = Shapes::ShapeRef.new(shape: RebootDbClusterInput)
|
|
972
|
+
o.output = Shapes::ShapeRef.new(shape: RebootDbClusterOutput)
|
|
973
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
974
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
975
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
976
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
977
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
978
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
979
|
+
end)
|
|
980
|
+
|
|
981
|
+
api.add_operation(:reboot_db_instance, Seahorse::Model::Operation.new.tap do |o|
|
|
982
|
+
o.name = "RebootDbInstance"
|
|
983
|
+
o.http_method = "POST"
|
|
984
|
+
o.http_request_uri = "/"
|
|
985
|
+
o.input = Shapes::ShapeRef.new(shape: RebootDbInstanceInput)
|
|
986
|
+
o.output = Shapes::ShapeRef.new(shape: RebootDbInstanceOutput)
|
|
987
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
988
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
989
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
990
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
991
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
992
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
993
|
+
end)
|
|
994
|
+
|
|
926
995
|
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
927
996
|
o.name = "TagResource"
|
|
928
997
|
o.http_method = "POST"
|
|
@@ -2593,6 +2593,178 @@ module Aws::TimestreamInfluxDB
|
|
|
2593
2593
|
class Unknown < PercentOrAbsoluteLong; end
|
|
2594
2594
|
end
|
|
2595
2595
|
|
|
2596
|
+
# @!attribute [rw] db_cluster_id
|
|
2597
|
+
# Service-generated unique identifier of the DB cluster to reboot.
|
|
2598
|
+
# @return [String]
|
|
2599
|
+
#
|
|
2600
|
+
# @!attribute [rw] instance_ids
|
|
2601
|
+
# A list of service-generated unique DB Instance Ids belonging to the
|
|
2602
|
+
# DB Cluster to reboot.
|
|
2603
|
+
# @return [Array<String>]
|
|
2604
|
+
#
|
|
2605
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/timestream-influxdb-2023-01-27/RebootDbClusterInput AWS API Documentation
|
|
2606
|
+
#
|
|
2607
|
+
class RebootDbClusterInput < Struct.new(
|
|
2608
|
+
:db_cluster_id,
|
|
2609
|
+
:instance_ids)
|
|
2610
|
+
SENSITIVE = []
|
|
2611
|
+
include Aws::Structure
|
|
2612
|
+
end
|
|
2613
|
+
|
|
2614
|
+
# @!attribute [rw] db_cluster_status
|
|
2615
|
+
# The status of the DB Cluster.
|
|
2616
|
+
# @return [String]
|
|
2617
|
+
#
|
|
2618
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/timestream-influxdb-2023-01-27/RebootDbClusterOutput AWS API Documentation
|
|
2619
|
+
#
|
|
2620
|
+
class RebootDbClusterOutput < Struct.new(
|
|
2621
|
+
:db_cluster_status)
|
|
2622
|
+
SENSITIVE = []
|
|
2623
|
+
include Aws::Structure
|
|
2624
|
+
end
|
|
2625
|
+
|
|
2626
|
+
# @!attribute [rw] identifier
|
|
2627
|
+
# The id of the DB instance to reboot.
|
|
2628
|
+
# @return [String]
|
|
2629
|
+
#
|
|
2630
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/timestream-influxdb-2023-01-27/RebootDbInstanceInput AWS API Documentation
|
|
2631
|
+
#
|
|
2632
|
+
class RebootDbInstanceInput < Struct.new(
|
|
2633
|
+
:identifier)
|
|
2634
|
+
SENSITIVE = []
|
|
2635
|
+
include Aws::Structure
|
|
2636
|
+
end
|
|
2637
|
+
|
|
2638
|
+
# @!attribute [rw] id
|
|
2639
|
+
# A service-generated unique identifier.
|
|
2640
|
+
# @return [String]
|
|
2641
|
+
#
|
|
2642
|
+
# @!attribute [rw] name
|
|
2643
|
+
# The customer-supplied name that uniquely identifies the DB instance
|
|
2644
|
+
# when interacting with the Amazon Timestream for InfluxDB API and CLI
|
|
2645
|
+
# commands.
|
|
2646
|
+
# @return [String]
|
|
2647
|
+
#
|
|
2648
|
+
# @!attribute [rw] arn
|
|
2649
|
+
# The Amazon Resource Name (ARN) of the DB instance.
|
|
2650
|
+
# @return [String]
|
|
2651
|
+
#
|
|
2652
|
+
# @!attribute [rw] status
|
|
2653
|
+
# The status of the DB instance.
|
|
2654
|
+
# @return [String]
|
|
2655
|
+
#
|
|
2656
|
+
# @!attribute [rw] endpoint
|
|
2657
|
+
# The endpoint used to connect to InfluxDB. The default InfluxDB port
|
|
2658
|
+
# is 8086.
|
|
2659
|
+
# @return [String]
|
|
2660
|
+
#
|
|
2661
|
+
# @!attribute [rw] port
|
|
2662
|
+
# The port number on which InfluxDB accepts connections.
|
|
2663
|
+
# @return [Integer]
|
|
2664
|
+
#
|
|
2665
|
+
# @!attribute [rw] network_type
|
|
2666
|
+
# Specifies whether the networkType of the Timestream for InfluxDB
|
|
2667
|
+
# instance is IPV4, which can communicate over IPv4 protocol only, or
|
|
2668
|
+
# DUAL, which can communicate over both IPv4 and IPv6 protocols.
|
|
2669
|
+
# @return [String]
|
|
2670
|
+
#
|
|
2671
|
+
# @!attribute [rw] db_instance_type
|
|
2672
|
+
# The Timestream for InfluxDB instance type that InfluxDB runs on.
|
|
2673
|
+
# @return [String]
|
|
2674
|
+
#
|
|
2675
|
+
# @!attribute [rw] db_storage_type
|
|
2676
|
+
# The Timestream for InfluxDB DB storage type that InfluxDB stores
|
|
2677
|
+
# data on.
|
|
2678
|
+
# @return [String]
|
|
2679
|
+
#
|
|
2680
|
+
# @!attribute [rw] allocated_storage
|
|
2681
|
+
# The amount of storage allocated for your DB storage type (in
|
|
2682
|
+
# gibibytes).
|
|
2683
|
+
# @return [Integer]
|
|
2684
|
+
#
|
|
2685
|
+
# @!attribute [rw] deployment_type
|
|
2686
|
+
# Specifies whether the Timestream for InfluxDB is deployed as
|
|
2687
|
+
# Single-AZ or with a MultiAZ Standby for High availability.
|
|
2688
|
+
# @return [String]
|
|
2689
|
+
#
|
|
2690
|
+
# @!attribute [rw] vpc_subnet_ids
|
|
2691
|
+
# A list of VPC subnet IDs associated with the DB instance.
|
|
2692
|
+
# @return [Array<String>]
|
|
2693
|
+
#
|
|
2694
|
+
# @!attribute [rw] publicly_accessible
|
|
2695
|
+
# Indicates if the DB instance has a public IP to facilitate access.
|
|
2696
|
+
# @return [Boolean]
|
|
2697
|
+
#
|
|
2698
|
+
# @!attribute [rw] vpc_security_group_ids
|
|
2699
|
+
# A list of VPC security group IDs associated with the DB instance.
|
|
2700
|
+
# @return [Array<String>]
|
|
2701
|
+
#
|
|
2702
|
+
# @!attribute [rw] db_parameter_group_identifier
|
|
2703
|
+
# The id of the DB parameter group assigned to your DB instance.
|
|
2704
|
+
# @return [String]
|
|
2705
|
+
#
|
|
2706
|
+
# @!attribute [rw] availability_zone
|
|
2707
|
+
# The Availability Zone in which the DB instance resides.
|
|
2708
|
+
# @return [String]
|
|
2709
|
+
#
|
|
2710
|
+
# @!attribute [rw] secondary_availability_zone
|
|
2711
|
+
# The Availability Zone in which the standby instance is located when
|
|
2712
|
+
# deploying with a MultiAZ standby instance.
|
|
2713
|
+
# @return [String]
|
|
2714
|
+
#
|
|
2715
|
+
# @!attribute [rw] log_delivery_configuration
|
|
2716
|
+
# Configuration for sending InfluxDB engine logs to send to specified
|
|
2717
|
+
# S3 bucket.
|
|
2718
|
+
# @return [Types::LogDeliveryConfiguration]
|
|
2719
|
+
#
|
|
2720
|
+
# @!attribute [rw] influx_auth_parameters_secret_arn
|
|
2721
|
+
# The Amazon Resource Name (ARN) of the Secrets Manager secret
|
|
2722
|
+
# containing the initial InfluxDB authorization parameters. The secret
|
|
2723
|
+
# value is a JSON formatted key-value pair holding InfluxDB
|
|
2724
|
+
# authorization values: organization, bucket, username, and password.
|
|
2725
|
+
# @return [String]
|
|
2726
|
+
#
|
|
2727
|
+
# @!attribute [rw] db_cluster_id
|
|
2728
|
+
# Specifies the DbCluster to which this DbInstance belongs to.
|
|
2729
|
+
# @return [String]
|
|
2730
|
+
#
|
|
2731
|
+
# @!attribute [rw] instance_mode
|
|
2732
|
+
# Specifies the DbInstance's role in the cluster.
|
|
2733
|
+
# @return [String]
|
|
2734
|
+
#
|
|
2735
|
+
# @!attribute [rw] instance_modes
|
|
2736
|
+
# Specifies the DbInstance's roles in the cluster.
|
|
2737
|
+
# @return [Array<String>]
|
|
2738
|
+
#
|
|
2739
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/timestream-influxdb-2023-01-27/RebootDbInstanceOutput AWS API Documentation
|
|
2740
|
+
#
|
|
2741
|
+
class RebootDbInstanceOutput < Struct.new(
|
|
2742
|
+
:id,
|
|
2743
|
+
:name,
|
|
2744
|
+
:arn,
|
|
2745
|
+
:status,
|
|
2746
|
+
:endpoint,
|
|
2747
|
+
:port,
|
|
2748
|
+
:network_type,
|
|
2749
|
+
:db_instance_type,
|
|
2750
|
+
:db_storage_type,
|
|
2751
|
+
:allocated_storage,
|
|
2752
|
+
:deployment_type,
|
|
2753
|
+
:vpc_subnet_ids,
|
|
2754
|
+
:publicly_accessible,
|
|
2755
|
+
:vpc_security_group_ids,
|
|
2756
|
+
:db_parameter_group_identifier,
|
|
2757
|
+
:availability_zone,
|
|
2758
|
+
:secondary_availability_zone,
|
|
2759
|
+
:log_delivery_configuration,
|
|
2760
|
+
:influx_auth_parameters_secret_arn,
|
|
2761
|
+
:db_cluster_id,
|
|
2762
|
+
:instance_mode,
|
|
2763
|
+
:instance_modes)
|
|
2764
|
+
SENSITIVE = []
|
|
2765
|
+
include Aws::Structure
|
|
2766
|
+
end
|
|
2767
|
+
|
|
2596
2768
|
# The requested resource was not found or does not exist.
|
|
2597
2769
|
#
|
|
2598
2770
|
# @!attribute [rw] message
|
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" | "MAINTENANCE")
|
|
85
|
+
def db_cluster_status: () -> ("CREATING" | "UPDATING" | "DELETING" | "AVAILABLE" | "FAILED" | "DELETED" | "MAINTENANCE" | "UPDATING_INSTANCE_TYPE" | "REBOOTING" | "REBOOT_FAILED" | "PARTIALLY_AVAILABLE")
|
|
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" | "MAINTENANCE")
|
|
120
|
+
def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE" | "MAINTENANCE" | "REBOOTING" | "REBOOT_FAILED")
|
|
121
121
|
def endpoint: () -> ::String
|
|
122
122
|
def port: () -> ::Integer
|
|
123
123
|
def network_type: () -> ("IPV4" | "DUAL")
|
|
@@ -438,7 +438,7 @@ module Aws
|
|
|
438
438
|
|
|
439
439
|
interface _DeleteDbClusterResponseSuccess
|
|
440
440
|
include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDbClusterOutput]
|
|
441
|
-
def db_cluster_status: () -> ("CREATING" | "UPDATING" | "DELETING" | "AVAILABLE" | "FAILED" | "DELETED" | "MAINTENANCE")
|
|
441
|
+
def db_cluster_status: () -> ("CREATING" | "UPDATING" | "DELETING" | "AVAILABLE" | "FAILED" | "DELETED" | "MAINTENANCE" | "UPDATING_INSTANCE_TYPE" | "REBOOTING" | "REBOOT_FAILED" | "PARTIALLY_AVAILABLE")
|
|
442
442
|
end
|
|
443
443
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/TimestreamInfluxDB/Client.html#delete_db_cluster-instance_method
|
|
444
444
|
def delete_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" | "MAINTENANCE")
|
|
454
|
+
def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE" | "MAINTENANCE" | "REBOOTING" | "REBOOT_FAILED")
|
|
455
455
|
def endpoint: () -> ::String
|
|
456
456
|
def port: () -> ::Integer
|
|
457
457
|
def network_type: () -> ("IPV4" | "DUAL")
|
|
@@ -482,7 +482,7 @@ module Aws
|
|
|
482
482
|
def id: () -> ::String
|
|
483
483
|
def name: () -> ::String
|
|
484
484
|
def arn: () -> ::String
|
|
485
|
-
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "AVAILABLE" | "FAILED" | "DELETED" | "MAINTENANCE")
|
|
485
|
+
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "AVAILABLE" | "FAILED" | "DELETED" | "MAINTENANCE" | "UPDATING_INSTANCE_TYPE" | "REBOOTING" | "REBOOT_FAILED" | "PARTIALLY_AVAILABLE")
|
|
486
486
|
def endpoint: () -> ::String
|
|
487
487
|
def reader_endpoint: () -> ::String
|
|
488
488
|
def port: () -> ::Integer
|
|
@@ -511,7 +511,7 @@ module Aws
|
|
|
511
511
|
def id: () -> ::String
|
|
512
512
|
def name: () -> ::String
|
|
513
513
|
def arn: () -> ::String
|
|
514
|
-
def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE" | "MAINTENANCE")
|
|
514
|
+
def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE" | "MAINTENANCE" | "REBOOTING" | "REBOOT_FAILED")
|
|
515
515
|
def endpoint: () -> ::String
|
|
516
516
|
def port: () -> ::Integer
|
|
517
517
|
def network_type: () -> ("IPV4" | "DUAL")
|
|
@@ -610,6 +610,48 @@ module Aws
|
|
|
610
610
|
) -> _ListTagsForResourceResponseSuccess
|
|
611
611
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
|
|
612
612
|
|
|
613
|
+
interface _RebootDbClusterResponseSuccess
|
|
614
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::RebootDbClusterOutput]
|
|
615
|
+
def db_cluster_status: () -> ("CREATING" | "UPDATING" | "DELETING" | "AVAILABLE" | "FAILED" | "DELETED" | "MAINTENANCE" | "UPDATING_INSTANCE_TYPE" | "REBOOTING" | "REBOOT_FAILED" | "PARTIALLY_AVAILABLE")
|
|
616
|
+
end
|
|
617
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/TimestreamInfluxDB/Client.html#reboot_db_cluster-instance_method
|
|
618
|
+
def reboot_db_cluster: (
|
|
619
|
+
db_cluster_id: ::String,
|
|
620
|
+
?instance_ids: Array[::String]
|
|
621
|
+
) -> _RebootDbClusterResponseSuccess
|
|
622
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RebootDbClusterResponseSuccess
|
|
623
|
+
|
|
624
|
+
interface _RebootDbInstanceResponseSuccess
|
|
625
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::RebootDbInstanceOutput]
|
|
626
|
+
def id: () -> ::String
|
|
627
|
+
def name: () -> ::String
|
|
628
|
+
def arn: () -> ::String
|
|
629
|
+
def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE" | "MAINTENANCE" | "REBOOTING" | "REBOOT_FAILED")
|
|
630
|
+
def endpoint: () -> ::String
|
|
631
|
+
def port: () -> ::Integer
|
|
632
|
+
def network_type: () -> ("IPV4" | "DUAL")
|
|
633
|
+
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" | "db.influx.24xlarge")
|
|
634
|
+
def db_storage_type: () -> ("InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3")
|
|
635
|
+
def allocated_storage: () -> ::Integer
|
|
636
|
+
def deployment_type: () -> ("SINGLE_AZ" | "WITH_MULTIAZ_STANDBY")
|
|
637
|
+
def vpc_subnet_ids: () -> ::Array[::String]
|
|
638
|
+
def publicly_accessible: () -> bool
|
|
639
|
+
def vpc_security_group_ids: () -> ::Array[::String]
|
|
640
|
+
def db_parameter_group_identifier: () -> ::String
|
|
641
|
+
def availability_zone: () -> ::String
|
|
642
|
+
def secondary_availability_zone: () -> ::String
|
|
643
|
+
def log_delivery_configuration: () -> Types::LogDeliveryConfiguration
|
|
644
|
+
def influx_auth_parameters_secret_arn: () -> ::String
|
|
645
|
+
def db_cluster_id: () -> ::String
|
|
646
|
+
def instance_mode: () -> ("PRIMARY" | "STANDBY" | "REPLICA" | "INGEST" | "QUERY" | "COMPACT" | "PROCESS")
|
|
647
|
+
def instance_modes: () -> ::Array[("PRIMARY" | "STANDBY" | "REPLICA" | "INGEST" | "QUERY" | "COMPACT" | "PROCESS")]
|
|
648
|
+
end
|
|
649
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/TimestreamInfluxDB/Client.html#reboot_db_instance-instance_method
|
|
650
|
+
def reboot_db_instance: (
|
|
651
|
+
identifier: ::String
|
|
652
|
+
) -> _RebootDbInstanceResponseSuccess
|
|
653
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RebootDbInstanceResponseSuccess
|
|
654
|
+
|
|
613
655
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/TimestreamInfluxDB/Client.html#tag_resource-instance_method
|
|
614
656
|
def tag_resource: (
|
|
615
657
|
resource_arn: ::String,
|
|
@@ -626,7 +668,7 @@ module Aws
|
|
|
626
668
|
|
|
627
669
|
interface _UpdateDbClusterResponseSuccess
|
|
628
670
|
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateDbClusterOutput]
|
|
629
|
-
def db_cluster_status: () -> ("CREATING" | "UPDATING" | "DELETING" | "AVAILABLE" | "FAILED" | "DELETED" | "MAINTENANCE")
|
|
671
|
+
def db_cluster_status: () -> ("CREATING" | "UPDATING" | "DELETING" | "AVAILABLE" | "FAILED" | "DELETED" | "MAINTENANCE" | "UPDATING_INSTANCE_TYPE" | "REBOOTING" | "REBOOT_FAILED" | "PARTIALLY_AVAILABLE")
|
|
630
672
|
end
|
|
631
673
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/TimestreamInfluxDB/Client.html#update_db_cluster-instance_method
|
|
632
674
|
def update_db_cluster: (
|
|
@@ -649,7 +691,7 @@ module Aws
|
|
|
649
691
|
def id: () -> ::String
|
|
650
692
|
def name: () -> ::String
|
|
651
693
|
def arn: () -> ::String
|
|
652
|
-
def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE" | "MAINTENANCE")
|
|
694
|
+
def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE" | "MAINTENANCE" | "REBOOTING" | "REBOOT_FAILED")
|
|
653
695
|
def endpoint: () -> ::String
|
|
654
696
|
def port: () -> ::Integer
|
|
655
697
|
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" | "MAINTENANCE")
|
|
47
|
+
attr_accessor db_cluster_status: ("CREATING" | "UPDATING" | "DELETING" | "AVAILABLE" | "FAILED" | "DELETED" | "MAINTENANCE" | "UPDATING_INSTANCE_TYPE" | "REBOOTING" | "REBOOT_FAILED" | "PARTIALLY_AVAILABLE")
|
|
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" | "MAINTENANCE")
|
|
76
|
+
attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE" | "MAINTENANCE" | "REBOOTING" | "REBOOT_FAILED")
|
|
77
77
|
attr_accessor endpoint: ::String
|
|
78
78
|
attr_accessor port: ::Integer
|
|
79
79
|
attr_accessor network_type: ("IPV4" | "DUAL")
|
|
@@ -116,7 +116,7 @@ module Aws::TimestreamInfluxDB
|
|
|
116
116
|
attr_accessor id: ::String
|
|
117
117
|
attr_accessor name: ::String
|
|
118
118
|
attr_accessor arn: ::String
|
|
119
|
-
attr_accessor status: ("CREATING" | "UPDATING" | "DELETING" | "AVAILABLE" | "FAILED" | "DELETED" | "MAINTENANCE")
|
|
119
|
+
attr_accessor status: ("CREATING" | "UPDATING" | "DELETING" | "AVAILABLE" | "FAILED" | "DELETED" | "MAINTENANCE" | "UPDATING_INSTANCE_TYPE" | "REBOOTING" | "REBOOT_FAILED" | "PARTIALLY_AVAILABLE")
|
|
120
120
|
attr_accessor endpoint: ::String
|
|
121
121
|
attr_accessor reader_endpoint: ::String
|
|
122
122
|
attr_accessor port: ::Integer
|
|
@@ -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" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE" | "MAINTENANCE")
|
|
136
|
+
attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE" | "MAINTENANCE" | "REBOOTING" | "REBOOT_FAILED")
|
|
137
137
|
attr_accessor endpoint: ::String
|
|
138
138
|
attr_accessor port: ::Integer
|
|
139
139
|
attr_accessor network_type: ("IPV4" | "DUAL")
|
|
@@ -150,7 +150,7 @@ module Aws::TimestreamInfluxDB
|
|
|
150
150
|
attr_accessor id: ::String
|
|
151
151
|
attr_accessor name: ::String
|
|
152
152
|
attr_accessor arn: ::String
|
|
153
|
-
attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE" | "MAINTENANCE")
|
|
153
|
+
attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE" | "MAINTENANCE" | "REBOOTING" | "REBOOT_FAILED")
|
|
154
154
|
attr_accessor endpoint: ::String
|
|
155
155
|
attr_accessor port: ::Integer
|
|
156
156
|
attr_accessor network_type: ("IPV4" | "DUAL")
|
|
@@ -175,7 +175,7 @@ module Aws::TimestreamInfluxDB
|
|
|
175
175
|
end
|
|
176
176
|
|
|
177
177
|
class DeleteDbClusterOutput
|
|
178
|
-
attr_accessor db_cluster_status: ("CREATING" | "UPDATING" | "DELETING" | "AVAILABLE" | "FAILED" | "DELETED" | "MAINTENANCE")
|
|
178
|
+
attr_accessor db_cluster_status: ("CREATING" | "UPDATING" | "DELETING" | "AVAILABLE" | "FAILED" | "DELETED" | "MAINTENANCE" | "UPDATING_INSTANCE_TYPE" | "REBOOTING" | "REBOOT_FAILED" | "PARTIALLY_AVAILABLE")
|
|
179
179
|
SENSITIVE: []
|
|
180
180
|
end
|
|
181
181
|
|
|
@@ -188,7 +188,7 @@ module Aws::TimestreamInfluxDB
|
|
|
188
188
|
attr_accessor id: ::String
|
|
189
189
|
attr_accessor name: ::String
|
|
190
190
|
attr_accessor arn: ::String
|
|
191
|
-
attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE" | "MAINTENANCE")
|
|
191
|
+
attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE" | "MAINTENANCE" | "REBOOTING" | "REBOOT_FAILED")
|
|
192
192
|
attr_accessor endpoint: ::String
|
|
193
193
|
attr_accessor port: ::Integer
|
|
194
194
|
attr_accessor network_type: ("IPV4" | "DUAL")
|
|
@@ -225,7 +225,7 @@ module Aws::TimestreamInfluxDB
|
|
|
225
225
|
attr_accessor id: ::String
|
|
226
226
|
attr_accessor name: ::String
|
|
227
227
|
attr_accessor arn: ::String
|
|
228
|
-
attr_accessor status: ("CREATING" | "UPDATING" | "DELETING" | "AVAILABLE" | "FAILED" | "DELETED" | "MAINTENANCE")
|
|
228
|
+
attr_accessor status: ("CREATING" | "UPDATING" | "DELETING" | "AVAILABLE" | "FAILED" | "DELETED" | "MAINTENANCE" | "UPDATING_INSTANCE_TYPE" | "REBOOTING" | "REBOOT_FAILED" | "PARTIALLY_AVAILABLE")
|
|
229
229
|
attr_accessor endpoint: ::String
|
|
230
230
|
attr_accessor reader_endpoint: ::String
|
|
231
231
|
attr_accessor port: ::Integer
|
|
@@ -254,7 +254,7 @@ module Aws::TimestreamInfluxDB
|
|
|
254
254
|
attr_accessor id: ::String
|
|
255
255
|
attr_accessor name: ::String
|
|
256
256
|
attr_accessor arn: ::String
|
|
257
|
-
attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE" | "MAINTENANCE")
|
|
257
|
+
attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE" | "MAINTENANCE" | "REBOOTING" | "REBOOT_FAILED")
|
|
258
258
|
attr_accessor endpoint: ::String
|
|
259
259
|
attr_accessor port: ::Integer
|
|
260
260
|
attr_accessor network_type: ("IPV4" | "DUAL")
|
|
@@ -527,6 +527,48 @@ module Aws::TimestreamInfluxDB
|
|
|
527
527
|
end
|
|
528
528
|
end
|
|
529
529
|
|
|
530
|
+
class RebootDbClusterInput
|
|
531
|
+
attr_accessor db_cluster_id: ::String
|
|
532
|
+
attr_accessor instance_ids: ::Array[::String]
|
|
533
|
+
SENSITIVE: []
|
|
534
|
+
end
|
|
535
|
+
|
|
536
|
+
class RebootDbClusterOutput
|
|
537
|
+
attr_accessor db_cluster_status: ("CREATING" | "UPDATING" | "DELETING" | "AVAILABLE" | "FAILED" | "DELETED" | "MAINTENANCE" | "UPDATING_INSTANCE_TYPE" | "REBOOTING" | "REBOOT_FAILED" | "PARTIALLY_AVAILABLE")
|
|
538
|
+
SENSITIVE: []
|
|
539
|
+
end
|
|
540
|
+
|
|
541
|
+
class RebootDbInstanceInput
|
|
542
|
+
attr_accessor identifier: ::String
|
|
543
|
+
SENSITIVE: []
|
|
544
|
+
end
|
|
545
|
+
|
|
546
|
+
class RebootDbInstanceOutput
|
|
547
|
+
attr_accessor id: ::String
|
|
548
|
+
attr_accessor name: ::String
|
|
549
|
+
attr_accessor arn: ::String
|
|
550
|
+
attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE" | "MAINTENANCE" | "REBOOTING" | "REBOOT_FAILED")
|
|
551
|
+
attr_accessor endpoint: ::String
|
|
552
|
+
attr_accessor port: ::Integer
|
|
553
|
+
attr_accessor network_type: ("IPV4" | "DUAL")
|
|
554
|
+
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" | "db.influx.24xlarge")
|
|
555
|
+
attr_accessor db_storage_type: ("InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3")
|
|
556
|
+
attr_accessor allocated_storage: ::Integer
|
|
557
|
+
attr_accessor deployment_type: ("SINGLE_AZ" | "WITH_MULTIAZ_STANDBY")
|
|
558
|
+
attr_accessor vpc_subnet_ids: ::Array[::String]
|
|
559
|
+
attr_accessor publicly_accessible: bool
|
|
560
|
+
attr_accessor vpc_security_group_ids: ::Array[::String]
|
|
561
|
+
attr_accessor db_parameter_group_identifier: ::String
|
|
562
|
+
attr_accessor availability_zone: ::String
|
|
563
|
+
attr_accessor secondary_availability_zone: ::String
|
|
564
|
+
attr_accessor log_delivery_configuration: Types::LogDeliveryConfiguration
|
|
565
|
+
attr_accessor influx_auth_parameters_secret_arn: ::String
|
|
566
|
+
attr_accessor db_cluster_id: ::String
|
|
567
|
+
attr_accessor instance_mode: ("PRIMARY" | "STANDBY" | "REPLICA" | "INGEST" | "QUERY" | "COMPACT" | "PROCESS")
|
|
568
|
+
attr_accessor instance_modes: ::Array[("PRIMARY" | "STANDBY" | "REPLICA" | "INGEST" | "QUERY" | "COMPACT" | "PROCESS")]
|
|
569
|
+
SENSITIVE: []
|
|
570
|
+
end
|
|
571
|
+
|
|
530
572
|
class ResourceNotFoundException
|
|
531
573
|
attr_accessor message: ::String
|
|
532
574
|
attr_accessor resource_id: ::String
|
|
@@ -574,7 +616,7 @@ module Aws::TimestreamInfluxDB
|
|
|
574
616
|
end
|
|
575
617
|
|
|
576
618
|
class UpdateDbClusterOutput
|
|
577
|
-
attr_accessor db_cluster_status: ("CREATING" | "UPDATING" | "DELETING" | "AVAILABLE" | "FAILED" | "DELETED" | "MAINTENANCE")
|
|
619
|
+
attr_accessor db_cluster_status: ("CREATING" | "UPDATING" | "DELETING" | "AVAILABLE" | "FAILED" | "DELETED" | "MAINTENANCE" | "UPDATING_INSTANCE_TYPE" | "REBOOTING" | "REBOOT_FAILED" | "PARTIALLY_AVAILABLE")
|
|
578
620
|
SENSITIVE: []
|
|
579
621
|
end
|
|
580
622
|
|
|
@@ -594,7 +636,7 @@ module Aws::TimestreamInfluxDB
|
|
|
594
636
|
attr_accessor id: ::String
|
|
595
637
|
attr_accessor name: ::String
|
|
596
638
|
attr_accessor arn: ::String
|
|
597
|
-
attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE" | "MAINTENANCE")
|
|
639
|
+
attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE" | "MAINTENANCE" | "REBOOTING" | "REBOOT_FAILED")
|
|
598
640
|
attr_accessor endpoint: ::String
|
|
599
641
|
attr_accessor port: ::Integer
|
|
600
642
|
attr_accessor network_type: ("IPV4" | "DUAL")
|