aws-sdk-timestreaminfluxdb 1.17.0 → 1.19.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b770ac902e533a305e9d2f17983815270a0394a3c33325fc5a4baf0728853d76
4
- data.tar.gz: 941baf751806b2577ff80e12be6a7576d4ecc6f9cdd5d0b1965f7aa6e338d6c3
3
+ metadata.gz: 3d20fb657861620050abd3511a1a5b0d49dae3902828126809fb8028621041eb
4
+ data.tar.gz: 045f136e823b5bbcc4edfbc6dc7a9527c2ca47b89acba98537ca30fda9e1142d
5
5
  SHA512:
6
- metadata.gz: c2c0655c8be7262322c21a713a0e850b43e9f34e62a12b0b720bd3ac646cdab0022232a0dd1256f7a3630140a438ed6d6cc6e6d09a3f7243ef68476e29fe9bfd
7
- data.tar.gz: 8b9f9b15216255363908dc643dedb72321ba17eebdc2af6a4575154004d2e46a0614612d2ede191aca7223f25c4c7b9e0c3891ce2397a9f8481f035e17d90066
6
+ metadata.gz: 2bcc3e994f1e651f973e41adc803d62cd4a65d4096aade9ce2b7145e131250f54676e4330fcc5f239d8785e572f400f74f6d82cbcce7fb5777a11ebf226de086
7
+ data.tar.gz: 0e41bc162f7922daaa896f97d9e0aee889f291d3e7eb106fdfa525db3e3c03bcfb4339ce4f4ff3def908e16c26781159f32887026e295f9cb0742ff996787d3f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.19.0 (2025-02-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.18.0 (2025-01-28)
10
+ ------------------
11
+
12
+ * Feature - Adds 'allocatedStorage' parameter to UpdateDbInstance API that allows increasing the database instance storage size and 'dbStorageType' parameter to UpdateDbInstance API that allows changing the storage type of the database instance
13
+
4
14
  1.17.0 (2025-01-15)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.17.0
1
+ 1.19.0
@@ -1235,6 +1235,14 @@ module Aws::TimestreamInfluxDB
1235
1235
  # Specifies whether the DB instance will be deployed as a standalone
1236
1236
  # instance or with a Multi-AZ standby for high availability.
1237
1237
  #
1238
+ # @option params [String] :db_storage_type
1239
+ # The Timestream for InfluxDB DB storage type that InfluxDB stores data
1240
+ # on.
1241
+ #
1242
+ # @option params [Integer] :allocated_storage
1243
+ # The amount of storage to allocate for your DB storage type (in
1244
+ # gibibytes).
1245
+ #
1238
1246
  # @return [Types::UpdateDbInstanceOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1239
1247
  #
1240
1248
  # * {Types::UpdateDbInstanceOutput#id #id} => String
@@ -1271,6 +1279,8 @@ module Aws::TimestreamInfluxDB
1271
1279
  # port: 1,
1272
1280
  # db_instance_type: "db.influx.medium", # accepts db.influx.medium, db.influx.large, db.influx.xlarge, db.influx.2xlarge, db.influx.4xlarge, db.influx.8xlarge, db.influx.12xlarge, db.influx.16xlarge
1273
1281
  # deployment_type: "SINGLE_AZ", # accepts SINGLE_AZ, WITH_MULTIAZ_STANDBY
1282
+ # db_storage_type: "InfluxIOIncludedT1", # accepts InfluxIOIncludedT1, InfluxIOIncludedT2, InfluxIOIncludedT3
1283
+ # allocated_storage: 1,
1274
1284
  # })
1275
1285
  #
1276
1286
  # @example Response structure
@@ -1325,7 +1335,7 @@ module Aws::TimestreamInfluxDB
1325
1335
  tracer: tracer
1326
1336
  )
1327
1337
  context[:gem_name] = 'aws-sdk-timestreaminfluxdb'
1328
- context[:gem_version] = '1.17.0'
1338
+ context[:gem_version] = '1.19.0'
1329
1339
  Seahorse::Client::Request.new(handlers, context)
1330
1340
  end
1331
1341
 
@@ -361,6 +361,8 @@ module Aws::TimestreamInfluxDB
361
361
  UpdateDbInstanceInput.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "port"))
362
362
  UpdateDbInstanceInput.add_member(:db_instance_type, Shapes::ShapeRef.new(shape: DbInstanceType, location_name: "dbInstanceType"))
363
363
  UpdateDbInstanceInput.add_member(:deployment_type, Shapes::ShapeRef.new(shape: DeploymentType, location_name: "deploymentType"))
364
+ UpdateDbInstanceInput.add_member(:db_storage_type, Shapes::ShapeRef.new(shape: DbStorageType, location_name: "dbStorageType"))
365
+ UpdateDbInstanceInput.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: AllocatedStorage, location_name: "allocatedStorage"))
364
366
  UpdateDbInstanceInput.struct_class = Types::UpdateDbInstanceInput
365
367
 
366
368
  UpdateDbInstanceOutput.add_member(:id, Shapes::ShapeRef.new(shape: DbInstanceId, required: true, location_name: "id"))
@@ -10,40 +10,36 @@
10
10
  module Aws::TimestreamInfluxDB
11
11
  class EndpointProvider
12
12
  def resolve_endpoint(parameters)
13
- region = parameters.region
14
- use_dual_stack = parameters.use_dual_stack
15
- use_fips = parameters.use_fips
16
- endpoint = parameters.endpoint
17
- if Aws::Endpoints::Matchers.set?(endpoint)
18
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
13
+ if Aws::Endpoints::Matchers.set?(parameters.endpoint)
14
+ if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
19
15
  raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
20
16
  end
21
- if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
17
+ if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
22
18
  raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
23
19
  end
24
- return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
20
+ return Aws::Endpoints::Endpoint.new(url: parameters.endpoint, headers: {}, properties: {})
25
21
  end
26
- if Aws::Endpoints::Matchers.set?(region)
27
- if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
28
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
22
+ if Aws::Endpoints::Matchers.set?(parameters.region)
23
+ if (partition_result = Aws::Endpoints::Matchers.aws_partition(parameters.region))
24
+ if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
29
25
  if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
30
- return Aws::Endpoints::Endpoint.new(url: "https://timestream-influxdb-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
26
+ return Aws::Endpoints::Endpoint.new(url: "https://timestream-influxdb-fips.#{parameters.region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
31
27
  end
32
28
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
29
  end
34
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
30
+ if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
35
31
  if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
36
- return Aws::Endpoints::Endpoint.new(url: "https://timestream-influxdb-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
32
+ return Aws::Endpoints::Endpoint.new(url: "https://timestream-influxdb-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
33
  end
38
34
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
39
35
  end
40
- if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
36
+ if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
41
37
  if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
42
- return Aws::Endpoints::Endpoint.new(url: "https://timestream-influxdb.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
38
+ return Aws::Endpoints::Endpoint.new(url: "https://timestream-influxdb.#{parameters.region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
43
39
  end
44
40
  raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
45
41
  end
46
- return Aws::Endpoints::Endpoint.new(url: "https://timestream-influxdb.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
42
+ return Aws::Endpoints::Endpoint.new(url: "https://timestream-influxdb.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
47
43
  end
48
44
  end
49
45
  raise ArgumentError, "Invalid Configuration: Missing Region"
@@ -1400,6 +1400,16 @@ module Aws::TimestreamInfluxDB
1400
1400
  # instance or with a Multi-AZ standby for high availability.
1401
1401
  # @return [String]
1402
1402
  #
1403
+ # @!attribute [rw] db_storage_type
1404
+ # The Timestream for InfluxDB DB storage type that InfluxDB stores
1405
+ # data on.
1406
+ # @return [String]
1407
+ #
1408
+ # @!attribute [rw] allocated_storage
1409
+ # The amount of storage to allocate for your DB storage type (in
1410
+ # gibibytes).
1411
+ # @return [Integer]
1412
+ #
1403
1413
  # @see http://docs.aws.amazon.com/goto/WebAPI/timestream-influxdb-2023-01-27/UpdateDbInstanceInput AWS API Documentation
1404
1414
  #
1405
1415
  class UpdateDbInstanceInput < Struct.new(
@@ -1408,7 +1418,9 @@ module Aws::TimestreamInfluxDB
1408
1418
  :db_parameter_group_identifier,
1409
1419
  :port,
1410
1420
  :db_instance_type,
1411
- :deployment_type)
1421
+ :deployment_type,
1422
+ :db_storage_type,
1423
+ :allocated_storage)
1412
1424
  SENSITIVE = []
1413
1425
  include Aws::Structure
1414
1426
  end
@@ -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.17.0'
57
+ GEM_VERSION = '1.19.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -357,7 +357,9 @@ module Aws
357
357
  ?db_parameter_group_identifier: ::String,
358
358
  ?port: ::Integer,
359
359
  ?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"),
360
- ?deployment_type: ("SINGLE_AZ" | "WITH_MULTIAZ_STANDBY")
360
+ ?deployment_type: ("SINGLE_AZ" | "WITH_MULTIAZ_STANDBY"),
361
+ ?db_storage_type: ("InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3"),
362
+ ?allocated_storage: ::Integer
361
363
  ) -> _UpdateDbInstanceResponseSuccess
362
364
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDbInstanceResponseSuccess
363
365
  end
data/sig/types.rbs CHANGED
@@ -316,6 +316,8 @@ module Aws::TimestreamInfluxDB
316
316
  attr_accessor port: ::Integer
317
317
  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")
318
318
  attr_accessor deployment_type: ("SINGLE_AZ" | "WITH_MULTIAZ_STANDBY")
319
+ attr_accessor db_storage_type: ("InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3")
320
+ attr_accessor allocated_storage: ::Integer
319
321
  SENSITIVE: []
320
322
  end
321
323
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-timestreaminfluxdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.0
4
+ version: 1.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-01-15 00:00:00.000000000 Z
11
+ date: 2025-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core