aws-sdk-timestreaminfluxdb 1.14.0 → 1.16.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: 93f5bc318e5353e41ef94666494e4d219b80011fcac6b82b87bbfe1b7e958b47
4
- data.tar.gz: 9d4f1e2672fd84f341c9a4c03d2e3062b939167df3844ae2df2f7cf73320f5b3
3
+ metadata.gz: acd64d6f630ec44075640d97d9373a60d373872e6697da01ddcbc4fc2fa6efa5
4
+ data.tar.gz: e1e98fb62d9779f655990a8c99f9b997f8a27eb6013b06fe43ee0c3f7bbac07c
5
5
  SHA512:
6
- metadata.gz: 12f2c50e7bbc805ab2380bd98fe84d9823fed1ee9ddea56a3e66ef5bd0b35f9d6a2867c3e76ee9faf5ab33f4c7eff795bf80297d3de12eae3d0b6f9a32ecdd94
7
- data.tar.gz: 85c7af31dab3520c521295f66cf62b08d6216b98cd1c2263d1e37343302de9ef537d9be57b6c5aadcda61dd957f87f6c38cb76a2e0f1c4db6e0c3e9e9fbe47c0
6
+ metadata.gz: 8d6ca4a342826487db64edb523bbf4c4eb1410231649f5852ce9556df5daeb5b03d414bef1cb219b0c96dceb8ba989b1729895795a6653db77f4d66f7102c6e4
7
+ data.tar.gz: 45c256d4d77ee5826fb4c1398e7f4ad4b705e0282c72826057c8e2b146b8bdc8fff8cfcdcccfe65f5ad4040cb9d0b31b05312122e80e2e2956872c5661928a18
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.16.0 (2024-12-11)
5
+ ------------------
6
+
7
+ * Feature - Adds networkType parameter to CreateDbInstance API which allows IPv6 support to the InfluxDB endpoint
8
+
9
+ 1.15.0 (2024-10-18)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.14.0 (2024-10-10)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.14.0
1
+ 1.16.0
@@ -475,7 +475,7 @@ module Aws::TimestreamInfluxDB
475
475
  # password will allow you to access the InfluxDB UI to perform various
476
476
  # administrative tasks and also use the InfluxDB CLI to create an
477
477
  # operator token. These attributes will be stored in a Secret created in
478
- # AWS SecretManager in your account.
478
+ # Amazon Web Services SecretManager in your account.
479
479
  #
480
480
  # @option params [String] :organization
481
481
  # The name of the initial organization for the initial admin user in
@@ -545,6 +545,11 @@ module Aws::TimestreamInfluxDB
545
545
  # Constraints: The value can't be 2375-2376, 7788-7799, 8090, or
546
546
  # 51678-51680
547
547
  #
548
+ # @option params [String] :network_type
549
+ # Specifies whether the networkType of the Timestream for InfluxDB
550
+ # instance is IPV4, which can communicate over IPv4 protocol only, or
551
+ # DUAL, which can communicate over both IPv4 and IPv6 protocols.
552
+ #
548
553
  # @return [Types::CreateDbInstanceOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
549
554
  #
550
555
  # * {Types::CreateDbInstanceOutput#id #id} => String
@@ -553,6 +558,7 @@ module Aws::TimestreamInfluxDB
553
558
  # * {Types::CreateDbInstanceOutput#status #status} => String
554
559
  # * {Types::CreateDbInstanceOutput#endpoint #endpoint} => String
555
560
  # * {Types::CreateDbInstanceOutput#port #port} => Integer
561
+ # * {Types::CreateDbInstanceOutput#network_type #network_type} => String
556
562
  # * {Types::CreateDbInstanceOutput#db_instance_type #db_instance_type} => String
557
563
  # * {Types::CreateDbInstanceOutput#db_storage_type #db_storage_type} => String
558
564
  # * {Types::CreateDbInstanceOutput#allocated_storage #allocated_storage} => Integer
@@ -592,6 +598,7 @@ module Aws::TimestreamInfluxDB
592
598
  # "TagKey" => "TagValue",
593
599
  # },
594
600
  # port: 1,
601
+ # network_type: "IPV4", # accepts IPV4, DUAL
595
602
  # })
596
603
  #
597
604
  # @example Response structure
@@ -602,6 +609,7 @@ module Aws::TimestreamInfluxDB
602
609
  # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE"
603
610
  # resp.endpoint #=> String
604
611
  # resp.port #=> Integer
612
+ # resp.network_type #=> String, one of "IPV4", "DUAL"
605
613
  # 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"
606
614
  # resp.db_storage_type #=> String, one of "InfluxIOIncludedT1", "InfluxIOIncludedT2", "InfluxIOIncludedT3"
607
615
  # resp.allocated_storage #=> Integer
@@ -794,6 +802,7 @@ module Aws::TimestreamInfluxDB
794
802
  # * {Types::DeleteDbInstanceOutput#status #status} => String
795
803
  # * {Types::DeleteDbInstanceOutput#endpoint #endpoint} => String
796
804
  # * {Types::DeleteDbInstanceOutput#port #port} => Integer
805
+ # * {Types::DeleteDbInstanceOutput#network_type #network_type} => String
797
806
  # * {Types::DeleteDbInstanceOutput#db_instance_type #db_instance_type} => String
798
807
  # * {Types::DeleteDbInstanceOutput#db_storage_type #db_storage_type} => String
799
808
  # * {Types::DeleteDbInstanceOutput#allocated_storage #allocated_storage} => Integer
@@ -821,6 +830,7 @@ module Aws::TimestreamInfluxDB
821
830
  # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE"
822
831
  # resp.endpoint #=> String
823
832
  # resp.port #=> Integer
833
+ # resp.network_type #=> String, one of "IPV4", "DUAL"
824
834
  # 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"
825
835
  # resp.db_storage_type #=> String, one of "InfluxIOIncludedT1", "InfluxIOIncludedT2", "InfluxIOIncludedT3"
826
836
  # resp.allocated_storage #=> Integer
@@ -859,6 +869,7 @@ module Aws::TimestreamInfluxDB
859
869
  # * {Types::GetDbInstanceOutput#status #status} => String
860
870
  # * {Types::GetDbInstanceOutput#endpoint #endpoint} => String
861
871
  # * {Types::GetDbInstanceOutput#port #port} => Integer
872
+ # * {Types::GetDbInstanceOutput#network_type #network_type} => String
862
873
  # * {Types::GetDbInstanceOutput#db_instance_type #db_instance_type} => String
863
874
  # * {Types::GetDbInstanceOutput#db_storage_type #db_storage_type} => String
864
875
  # * {Types::GetDbInstanceOutput#allocated_storage #allocated_storage} => Integer
@@ -886,6 +897,7 @@ module Aws::TimestreamInfluxDB
886
897
  # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE"
887
898
  # resp.endpoint #=> String
888
899
  # resp.port #=> Integer
900
+ # resp.network_type #=> String, one of "IPV4", "DUAL"
889
901
  # 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"
890
902
  # resp.db_storage_type #=> String, one of "InfluxIOIncludedT1", "InfluxIOIncludedT2", "InfluxIOIncludedT3"
891
903
  # resp.allocated_storage #=> Integer
@@ -1023,6 +1035,7 @@ module Aws::TimestreamInfluxDB
1023
1035
  # resp.items[0].status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE"
1024
1036
  # resp.items[0].endpoint #=> String
1025
1037
  # resp.items[0].port #=> Integer
1038
+ # resp.items[0].network_type #=> String, one of "IPV4", "DUAL"
1026
1039
  # resp.items[0].db_instance_type #=> String, one of "db.influx.medium", "db.influx.large", "db.influx.xlarge", "db.influx.2xlarge", "db.influx.4xlarge", "db.influx.8xlarge", "db.influx.12xlarge", "db.influx.16xlarge"
1027
1040
  # resp.items[0].db_storage_type #=> String, one of "InfluxIOIncludedT1", "InfluxIOIncludedT2", "InfluxIOIncludedT3"
1028
1041
  # resp.items[0].allocated_storage #=> Integer
@@ -1207,6 +1220,7 @@ module Aws::TimestreamInfluxDB
1207
1220
  # * {Types::UpdateDbInstanceOutput#status #status} => String
1208
1221
  # * {Types::UpdateDbInstanceOutput#endpoint #endpoint} => String
1209
1222
  # * {Types::UpdateDbInstanceOutput#port #port} => Integer
1223
+ # * {Types::UpdateDbInstanceOutput#network_type #network_type} => String
1210
1224
  # * {Types::UpdateDbInstanceOutput#db_instance_type #db_instance_type} => String
1211
1225
  # * {Types::UpdateDbInstanceOutput#db_storage_type #db_storage_type} => String
1212
1226
  # * {Types::UpdateDbInstanceOutput#allocated_storage #allocated_storage} => Integer
@@ -1244,6 +1258,7 @@ module Aws::TimestreamInfluxDB
1244
1258
  # resp.status #=> String, one of "CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE"
1245
1259
  # resp.endpoint #=> String
1246
1260
  # resp.port #=> Integer
1261
+ # resp.network_type #=> String, one of "IPV4", "DUAL"
1247
1262
  # 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"
1248
1263
  # resp.db_storage_type #=> String, one of "InfluxIOIncludedT1", "InfluxIOIncludedT2", "InfluxIOIncludedT3"
1249
1264
  # resp.allocated_storage #=> Integer
@@ -1287,7 +1302,7 @@ module Aws::TimestreamInfluxDB
1287
1302
  tracer: tracer
1288
1303
  )
1289
1304
  context[:gem_name] = 'aws-sdk-timestreaminfluxdb'
1290
- context[:gem_version] = '1.14.0'
1305
+ context[:gem_version] = '1.16.0'
1291
1306
  Seahorse::Client::Request.new(handlers, context)
1292
1307
  end
1293
1308
 
@@ -76,6 +76,7 @@ module Aws::TimestreamInfluxDB
76
76
  LogDeliveryConfiguration = Shapes::StructureShape.new(name: 'LogDeliveryConfiguration')
77
77
  LogLevel = Shapes::StringShape.new(name: 'LogLevel')
78
78
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
79
+ NetworkType = Shapes::StringShape.new(name: 'NetworkType')
79
80
  NextToken = Shapes::StringShape.new(name: 'NextToken')
80
81
  Organization = Shapes::StringShape.new(name: 'Organization')
81
82
  Parameters = Shapes::UnionShape.new(name: 'Parameters')
@@ -130,6 +131,7 @@ module Aws::TimestreamInfluxDB
130
131
  CreateDbInstanceInput.add_member(:log_delivery_configuration, Shapes::ShapeRef.new(shape: LogDeliveryConfiguration, location_name: "logDeliveryConfiguration"))
131
132
  CreateDbInstanceInput.add_member(:tags, Shapes::ShapeRef.new(shape: RequestTagMap, location_name: "tags"))
132
133
  CreateDbInstanceInput.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "port"))
134
+ CreateDbInstanceInput.add_member(:network_type, Shapes::ShapeRef.new(shape: NetworkType, location_name: "networkType"))
133
135
  CreateDbInstanceInput.struct_class = Types::CreateDbInstanceInput
134
136
 
135
137
  CreateDbInstanceOutput.add_member(:id, Shapes::ShapeRef.new(shape: DbInstanceId, required: true, location_name: "id"))
@@ -138,6 +140,7 @@ module Aws::TimestreamInfluxDB
138
140
  CreateDbInstanceOutput.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
139
141
  CreateDbInstanceOutput.add_member(:endpoint, Shapes::ShapeRef.new(shape: String, location_name: "endpoint"))
140
142
  CreateDbInstanceOutput.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "port"))
143
+ CreateDbInstanceOutput.add_member(:network_type, Shapes::ShapeRef.new(shape: NetworkType, location_name: "networkType"))
141
144
  CreateDbInstanceOutput.add_member(:db_instance_type, Shapes::ShapeRef.new(shape: DbInstanceType, location_name: "dbInstanceType"))
142
145
  CreateDbInstanceOutput.add_member(:db_storage_type, Shapes::ShapeRef.new(shape: DbStorageType, location_name: "dbStorageType"))
143
146
  CreateDbInstanceOutput.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: AllocatedStorage, location_name: "allocatedStorage"))
@@ -171,6 +174,7 @@ module Aws::TimestreamInfluxDB
171
174
  DbInstanceSummary.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
172
175
  DbInstanceSummary.add_member(:endpoint, Shapes::ShapeRef.new(shape: String, location_name: "endpoint"))
173
176
  DbInstanceSummary.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "port"))
177
+ DbInstanceSummary.add_member(:network_type, Shapes::ShapeRef.new(shape: NetworkType, location_name: "networkType"))
174
178
  DbInstanceSummary.add_member(:db_instance_type, Shapes::ShapeRef.new(shape: DbInstanceType, location_name: "dbInstanceType"))
175
179
  DbInstanceSummary.add_member(:db_storage_type, Shapes::ShapeRef.new(shape: DbStorageType, location_name: "dbStorageType"))
176
180
  DbInstanceSummary.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: AllocatedStorage, location_name: "allocatedStorage"))
@@ -196,6 +200,7 @@ module Aws::TimestreamInfluxDB
196
200
  DeleteDbInstanceOutput.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
197
201
  DeleteDbInstanceOutput.add_member(:endpoint, Shapes::ShapeRef.new(shape: String, location_name: "endpoint"))
198
202
  DeleteDbInstanceOutput.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "port"))
203
+ DeleteDbInstanceOutput.add_member(:network_type, Shapes::ShapeRef.new(shape: NetworkType, location_name: "networkType"))
199
204
  DeleteDbInstanceOutput.add_member(:db_instance_type, Shapes::ShapeRef.new(shape: DbInstanceType, location_name: "dbInstanceType"))
200
205
  DeleteDbInstanceOutput.add_member(:db_storage_type, Shapes::ShapeRef.new(shape: DbStorageType, location_name: "dbStorageType"))
201
206
  DeleteDbInstanceOutput.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: AllocatedStorage, location_name: "allocatedStorage"))
@@ -223,6 +228,7 @@ module Aws::TimestreamInfluxDB
223
228
  GetDbInstanceOutput.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
224
229
  GetDbInstanceOutput.add_member(:endpoint, Shapes::ShapeRef.new(shape: String, location_name: "endpoint"))
225
230
  GetDbInstanceOutput.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "port"))
231
+ GetDbInstanceOutput.add_member(:network_type, Shapes::ShapeRef.new(shape: NetworkType, location_name: "networkType"))
226
232
  GetDbInstanceOutput.add_member(:db_instance_type, Shapes::ShapeRef.new(shape: DbInstanceType, location_name: "dbInstanceType"))
227
233
  GetDbInstanceOutput.add_member(:db_storage_type, Shapes::ShapeRef.new(shape: DbStorageType, location_name: "dbStorageType"))
228
234
  GetDbInstanceOutput.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: AllocatedStorage, location_name: "allocatedStorage"))
@@ -363,6 +369,7 @@ module Aws::TimestreamInfluxDB
363
369
  UpdateDbInstanceOutput.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
364
370
  UpdateDbInstanceOutput.add_member(:endpoint, Shapes::ShapeRef.new(shape: String, location_name: "endpoint"))
365
371
  UpdateDbInstanceOutput.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "port"))
372
+ UpdateDbInstanceOutput.add_member(:network_type, Shapes::ShapeRef.new(shape: NetworkType, location_name: "networkType"))
366
373
  UpdateDbInstanceOutput.add_member(:db_instance_type, Shapes::ShapeRef.new(shape: DbInstanceType, location_name: "dbInstanceType"))
367
374
  UpdateDbInstanceOutput.add_member(:db_storage_type, Shapes::ShapeRef.new(shape: DbStorageType, location_name: "dbStorageType"))
368
375
  UpdateDbInstanceOutput.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: AllocatedStorage, location_name: "allocatedStorage"))
@@ -528,6 +535,7 @@ module Aws::TimestreamInfluxDB
528
535
  o.http_request_uri = "/"
529
536
  o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
530
537
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
538
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
531
539
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
532
540
  end)
533
541
 
@@ -52,15 +52,18 @@ module Aws::TimestreamInfluxDB
52
52
  self[:region] = options[:region]
53
53
  self[:use_dual_stack] = options[:use_dual_stack]
54
54
  self[:use_dual_stack] = false if self[:use_dual_stack].nil?
55
- if self[:use_dual_stack].nil?
56
- raise ArgumentError, "Missing required EndpointParameter: :use_dual_stack"
57
- end
58
55
  self[:use_fips] = options[:use_fips]
59
56
  self[:use_fips] = false if self[:use_fips].nil?
60
- if self[:use_fips].nil?
61
- raise ArgumentError, "Missing required EndpointParameter: :use_fips"
62
- end
63
57
  self[:endpoint] = options[:endpoint]
64
58
  end
59
+
60
+ def self.create(config, options={})
61
+ new({
62
+ region: config.region,
63
+ use_dual_stack: config.use_dualstack_endpoint,
64
+ use_fips: config.use_fips_endpoint,
65
+ endpoint: (config.endpoint.to_s unless config.regional_endpoint),
66
+ }.merge(options))
67
+ end
65
68
  end
66
69
  end
@@ -12,126 +12,9 @@ module Aws::TimestreamInfluxDB
12
12
  # @api private
13
13
  module Endpoints
14
14
 
15
- class CreateDbInstance
16
- def self.build(context)
17
- Aws::TimestreamInfluxDB::EndpointParameters.new(
18
- region: context.config.region,
19
- use_dual_stack: context.config.use_dualstack_endpoint,
20
- use_fips: context.config.use_fips_endpoint,
21
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
22
- )
23
- end
24
- end
25
-
26
- class CreateDbParameterGroup
27
- def self.build(context)
28
- Aws::TimestreamInfluxDB::EndpointParameters.new(
29
- region: context.config.region,
30
- use_dual_stack: context.config.use_dualstack_endpoint,
31
- use_fips: context.config.use_fips_endpoint,
32
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
33
- )
34
- end
35
- end
36
-
37
- class DeleteDbInstance
38
- def self.build(context)
39
- Aws::TimestreamInfluxDB::EndpointParameters.new(
40
- region: context.config.region,
41
- use_dual_stack: context.config.use_dualstack_endpoint,
42
- use_fips: context.config.use_fips_endpoint,
43
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
44
- )
45
- end
46
- end
47
-
48
- class GetDbInstance
49
- def self.build(context)
50
- Aws::TimestreamInfluxDB::EndpointParameters.new(
51
- region: context.config.region,
52
- use_dual_stack: context.config.use_dualstack_endpoint,
53
- use_fips: context.config.use_fips_endpoint,
54
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
55
- )
56
- end
57
- end
58
-
59
- class GetDbParameterGroup
60
- def self.build(context)
61
- Aws::TimestreamInfluxDB::EndpointParameters.new(
62
- region: context.config.region,
63
- use_dual_stack: context.config.use_dualstack_endpoint,
64
- use_fips: context.config.use_fips_endpoint,
65
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
66
- )
67
- end
68
- end
69
-
70
- class ListDbInstances
71
- def self.build(context)
72
- Aws::TimestreamInfluxDB::EndpointParameters.new(
73
- region: context.config.region,
74
- use_dual_stack: context.config.use_dualstack_endpoint,
75
- use_fips: context.config.use_fips_endpoint,
76
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
77
- )
78
- end
79
- end
80
-
81
- class ListDbParameterGroups
82
- def self.build(context)
83
- Aws::TimestreamInfluxDB::EndpointParameters.new(
84
- region: context.config.region,
85
- use_dual_stack: context.config.use_dualstack_endpoint,
86
- use_fips: context.config.use_fips_endpoint,
87
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
88
- )
89
- end
90
- end
91
-
92
- class ListTagsForResource
93
- def self.build(context)
94
- Aws::TimestreamInfluxDB::EndpointParameters.new(
95
- region: context.config.region,
96
- use_dual_stack: context.config.use_dualstack_endpoint,
97
- use_fips: context.config.use_fips_endpoint,
98
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
99
- )
100
- end
101
- end
102
15
 
103
- class TagResource
104
- def self.build(context)
105
- Aws::TimestreamInfluxDB::EndpointParameters.new(
106
- region: context.config.region,
107
- use_dual_stack: context.config.use_dualstack_endpoint,
108
- use_fips: context.config.use_fips_endpoint,
109
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
110
- )
111
- end
16
+ def self.parameters_for_operation(context)
17
+ Aws::TimestreamInfluxDB::EndpointParameters.create(context.config)
112
18
  end
113
-
114
- class UntagResource
115
- def self.build(context)
116
- Aws::TimestreamInfluxDB::EndpointParameters.new(
117
- region: context.config.region,
118
- use_dual_stack: context.config.use_dualstack_endpoint,
119
- use_fips: context.config.use_fips_endpoint,
120
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
121
- )
122
- end
123
- end
124
-
125
- class UpdateDbInstance
126
- def self.build(context)
127
- Aws::TimestreamInfluxDB::EndpointParameters.new(
128
- region: context.config.region,
129
- use_dual_stack: context.config.use_dualstack_endpoint,
130
- use_fips: context.config.use_fips_endpoint,
131
- endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
132
- )
133
- end
134
- end
135
-
136
19
  end
137
20
  end
@@ -27,7 +27,7 @@ The endpoint provider used to resolve endpoints. Any object that responds to
27
27
  class Handler < Seahorse::Client::Handler
28
28
  def call(context)
29
29
  unless context[:discovered_endpoint]
30
- params = parameters_for_operation(context)
30
+ params = Aws::TimestreamInfluxDB::Endpoints.parameters_for_operation(context)
31
31
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
32
 
33
33
  context.http_request.endpoint = endpoint.url
@@ -67,33 +67,6 @@ The endpoint provider used to resolve endpoints. Any object that responds to
67
67
  context.http_request.headers[key] = value
68
68
  end
69
69
  end
70
-
71
- def parameters_for_operation(context)
72
- case context.operation_name
73
- when :create_db_instance
74
- Aws::TimestreamInfluxDB::Endpoints::CreateDbInstance.build(context)
75
- when :create_db_parameter_group
76
- Aws::TimestreamInfluxDB::Endpoints::CreateDbParameterGroup.build(context)
77
- when :delete_db_instance
78
- Aws::TimestreamInfluxDB::Endpoints::DeleteDbInstance.build(context)
79
- when :get_db_instance
80
- Aws::TimestreamInfluxDB::Endpoints::GetDbInstance.build(context)
81
- when :get_db_parameter_group
82
- Aws::TimestreamInfluxDB::Endpoints::GetDbParameterGroup.build(context)
83
- when :list_db_instances
84
- Aws::TimestreamInfluxDB::Endpoints::ListDbInstances.build(context)
85
- when :list_db_parameter_groups
86
- Aws::TimestreamInfluxDB::Endpoints::ListDbParameterGroups.build(context)
87
- when :list_tags_for_resource
88
- Aws::TimestreamInfluxDB::Endpoints::ListTagsForResource.build(context)
89
- when :tag_resource
90
- Aws::TimestreamInfluxDB::Endpoints::TagResource.build(context)
91
- when :untag_resource
92
- Aws::TimestreamInfluxDB::Endpoints::UntagResource.build(context)
93
- when :update_db_instance
94
- Aws::TimestreamInfluxDB::Endpoints::UpdateDbInstance.build(context)
95
- end
96
- end
97
70
  end
98
71
 
99
72
  def add_handlers(handlers, _config)
@@ -71,7 +71,7 @@ module Aws::TimestreamInfluxDB
71
71
  # password will allow you to access the InfluxDB UI to perform various
72
72
  # administrative tasks and also use the InfluxDB CLI to create an
73
73
  # operator token. These attributes will be stored in a Secret created
74
- # in AWS SecretManager in your account.
74
+ # in Amazon Web Services SecretManager in your account.
75
75
  # @return [String]
76
76
  #
77
77
  # @!attribute [rw] organization
@@ -156,6 +156,12 @@ module Aws::TimestreamInfluxDB
156
156
  # 51678-51680
157
157
  # @return [Integer]
158
158
  #
159
+ # @!attribute [rw] network_type
160
+ # Specifies whether the networkType of the Timestream for InfluxDB
161
+ # instance is IPV4, which can communicate over IPv4 protocol only, or
162
+ # DUAL, which can communicate over both IPv4 and IPv6 protocols.
163
+ # @return [String]
164
+ #
159
165
  # @see http://docs.aws.amazon.com/goto/WebAPI/timestream-influxdb-2023-01-27/CreateDbInstanceInput AWS API Documentation
160
166
  #
161
167
  class CreateDbInstanceInput < Struct.new(
@@ -174,7 +180,8 @@ module Aws::TimestreamInfluxDB
174
180
  :deployment_type,
175
181
  :log_delivery_configuration,
176
182
  :tags,
177
- :port)
183
+ :port,
184
+ :network_type)
178
185
  SENSITIVE = [:username, :password]
179
186
  include Aws::Structure
180
187
  end
@@ -207,6 +214,12 @@ module Aws::TimestreamInfluxDB
207
214
  # value is 8086.
208
215
  # @return [Integer]
209
216
  #
217
+ # @!attribute [rw] network_type
218
+ # Specifies whether the networkType of the Timestream for InfluxDB
219
+ # instance is IPV4, which can communicate over IPv4 protocol only, or
220
+ # DUAL, which can communicate over both IPv4 and IPv6 protocols.
221
+ # @return [String]
222
+ #
210
223
  # @!attribute [rw] db_instance_type
211
224
  # The Timestream for InfluxDB instance type that InfluxDB runs on.
212
225
  # @return [String]
@@ -257,10 +270,11 @@ module Aws::TimestreamInfluxDB
257
270
  # @return [Types::LogDeliveryConfiguration]
258
271
  #
259
272
  # @!attribute [rw] influx_auth_parameters_secret_arn
260
- # The Amazon Resource Name (ARN) of the AWS Secrets Manager secret
261
- # containing the initial InfluxDB authorization parameters. The secret
262
- # value is a JSON formatted key-value pair holding InfluxDB
263
- # authorization values: organization, bucket, username, and password.
273
+ # The Amazon Resource Name (ARN) of the Amazon Web Services Secrets
274
+ # Manager secret containing the initial InfluxDB authorization
275
+ # parameters. The secret value is a JSON formatted key-value pair
276
+ # holding InfluxDB authorization values: organization, bucket,
277
+ # username, and password.
264
278
  # @return [String]
265
279
  #
266
280
  # @see http://docs.aws.amazon.com/goto/WebAPI/timestream-influxdb-2023-01-27/CreateDbInstanceOutput AWS API Documentation
@@ -272,6 +286,7 @@ module Aws::TimestreamInfluxDB
272
286
  :status,
273
287
  :endpoint,
274
288
  :port,
289
+ :network_type,
275
290
  :db_instance_type,
276
291
  :db_storage_type,
277
292
  :allocated_storage,
@@ -358,8 +373,8 @@ module Aws::TimestreamInfluxDB
358
373
  #
359
374
  # @!attribute [rw] name
360
375
  # This customer-supplied name uniquely identifies the DB instance when
361
- # interacting with the Amazon Timestream for InfluxDB API and AWS CLI
362
- # commands.
376
+ # interacting with the Amazon Timestream for InfluxDB API and Amazon
377
+ # Web Services CLI commands.
363
378
  # @return [String]
364
379
  #
365
380
  # @!attribute [rw] arn
@@ -379,6 +394,12 @@ module Aws::TimestreamInfluxDB
379
394
  # The port number on which InfluxDB accepts connections.
380
395
  # @return [Integer]
381
396
  #
397
+ # @!attribute [rw] network_type
398
+ # Specifies whether the networkType of the Timestream for InfluxDB
399
+ # instance is IPV4, which can communicate over IPv4 protocol only, or
400
+ # DUAL, which can communicate over both IPv4 and IPv6 protocols.
401
+ # @return [String]
402
+ #
382
403
  # @!attribute [rw] db_instance_type
383
404
  # The Timestream for InfluxDB instance type to run InfluxDB on.
384
405
  # @return [String]
@@ -405,6 +426,7 @@ module Aws::TimestreamInfluxDB
405
426
  :status,
406
427
  :endpoint,
407
428
  :port,
429
+ :network_type,
408
430
  :db_instance_type,
409
431
  :db_storage_type,
410
432
  :allocated_storage,
@@ -481,6 +503,12 @@ module Aws::TimestreamInfluxDB
481
503
  # The port number on which InfluxDB accepts connections.
482
504
  # @return [Integer]
483
505
  #
506
+ # @!attribute [rw] network_type
507
+ # Specifies whether the networkType of the Timestream for InfluxDB
508
+ # instance is IPV4, which can communicate over IPv4 protocol only, or
509
+ # DUAL, which can communicate over both IPv4 and IPv6 protocols.
510
+ # @return [String]
511
+ #
484
512
  # @!attribute [rw] db_instance_type
485
513
  # The Timestream for InfluxDB instance type that InfluxDB runs on.
486
514
  # @return [String]
@@ -531,10 +559,11 @@ module Aws::TimestreamInfluxDB
531
559
  # @return [Types::LogDeliveryConfiguration]
532
560
  #
533
561
  # @!attribute [rw] influx_auth_parameters_secret_arn
534
- # The Amazon Resource Name (ARN) of the AWS Secrets Manager secret
535
- # containing the initial InfluxDB authorization parameters. The secret
536
- # value is a JSON formatted key-value pair holding InfluxDB
537
- # authorization values: organization, bucket, username, and password.
562
+ # The Amazon Resource Name (ARN) of the Amazon Web Services Secrets
563
+ # Manager secret containing the initial InfluxDB authorization
564
+ # parameters. The secret value is a JSON formatted key-value pair
565
+ # holding InfluxDB authorization values: organization, bucket,
566
+ # username, and password.
538
567
  # @return [String]
539
568
  #
540
569
  # @see http://docs.aws.amazon.com/goto/WebAPI/timestream-influxdb-2023-01-27/DeleteDbInstanceOutput AWS API Documentation
@@ -546,6 +575,7 @@ module Aws::TimestreamInfluxDB
546
575
  :status,
547
576
  :endpoint,
548
577
  :port,
578
+ :network_type,
549
579
  :db_instance_type,
550
580
  :db_storage_type,
551
581
  :allocated_storage,
@@ -620,6 +650,12 @@ module Aws::TimestreamInfluxDB
620
650
  # The port number on which InfluxDB accepts connections.
621
651
  # @return [Integer]
622
652
  #
653
+ # @!attribute [rw] network_type
654
+ # Specifies whether the networkType of the Timestream for InfluxDB
655
+ # instance is IPV4, which can communicate over IPv4 protocol only, or
656
+ # DUAL, which can communicate over both IPv4 and IPv6 protocols.
657
+ # @return [String]
658
+ #
623
659
  # @!attribute [rw] db_instance_type
624
660
  # The Timestream for InfluxDB instance type that InfluxDB runs on.
625
661
  # @return [String]
@@ -670,10 +706,11 @@ module Aws::TimestreamInfluxDB
670
706
  # @return [Types::LogDeliveryConfiguration]
671
707
  #
672
708
  # @!attribute [rw] influx_auth_parameters_secret_arn
673
- # The Amazon Resource Name (ARN) of the AWS Secrets Manager secret
674
- # containing the initial InfluxDB authorization parameters. The secret
675
- # value is a JSON formatted key-value pair holding InfluxDB
676
- # authorization values: organization, bucket, username, and password.
709
+ # The Amazon Resource Name (ARN) of the Amazon Web Services Secrets
710
+ # Manager secret containing the initial InfluxDB authorization
711
+ # parameters. The secret value is a JSON formatted key-value pair
712
+ # holding InfluxDB authorization values: organization, bucket,
713
+ # username, and password.
677
714
  # @return [String]
678
715
  #
679
716
  # @see http://docs.aws.amazon.com/goto/WebAPI/timestream-influxdb-2023-01-27/GetDbInstanceOutput AWS API Documentation
@@ -685,6 +722,7 @@ module Aws::TimestreamInfluxDB
685
722
  :status,
686
723
  :endpoint,
687
724
  :port,
725
+ :network_type,
688
726
  :db_instance_type,
689
727
  :db_storage_type,
690
728
  :allocated_storage,
@@ -1381,8 +1419,8 @@ module Aws::TimestreamInfluxDB
1381
1419
  #
1382
1420
  # @!attribute [rw] name
1383
1421
  # This customer-supplied name uniquely identifies the DB instance when
1384
- # interacting with the Amazon Timestream for InfluxDB API and AWS CLI
1385
- # commands.
1422
+ # interacting with the Amazon Timestream for InfluxDB API and Amazon
1423
+ # Web Services CLI commands.
1386
1424
  # @return [String]
1387
1425
  #
1388
1426
  # @!attribute [rw] arn
@@ -1402,6 +1440,12 @@ module Aws::TimestreamInfluxDB
1402
1440
  # The port number on which InfluxDB accepts connections.
1403
1441
  # @return [Integer]
1404
1442
  #
1443
+ # @!attribute [rw] network_type
1444
+ # Specifies whether the networkType of the Timestream for InfluxDB
1445
+ # instance is IPV4, which can communicate over IPv4 protocol only, or
1446
+ # DUAL, which can communicate over both IPv4 and IPv6 protocols.
1447
+ # @return [String]
1448
+ #
1405
1449
  # @!attribute [rw] db_instance_type
1406
1450
  # The Timestream for InfluxDB instance type that InfluxDB runs on.
1407
1451
  # @return [String]
@@ -1452,10 +1496,11 @@ module Aws::TimestreamInfluxDB
1452
1496
  # @return [Types::LogDeliveryConfiguration]
1453
1497
  #
1454
1498
  # @!attribute [rw] influx_auth_parameters_secret_arn
1455
- # The Amazon Resource Name (ARN) of the AWS Secrets Manager secret
1456
- # containing the initial InfluxDB authorization parameters. The secret
1457
- # value is a JSON formatted key-value pair holding InfluxDB
1458
- # authorization values: organization, bucket, username, and password.
1499
+ # The Amazon Resource Name (ARN) of the Amazon Web Services Secrets
1500
+ # Manager secret containing the initial InfluxDB authorization
1501
+ # parameters. The secret value is a JSON formatted key-value pair
1502
+ # holding InfluxDB authorization values: organization, bucket,
1503
+ # username, and password.
1459
1504
  # @return [String]
1460
1505
  #
1461
1506
  # @see http://docs.aws.amazon.com/goto/WebAPI/timestream-influxdb-2023-01-27/UpdateDbInstanceOutput AWS API Documentation
@@ -1467,6 +1512,7 @@ module Aws::TimestreamInfluxDB
1467
1512
  :status,
1468
1513
  :endpoint,
1469
1514
  :port,
1515
+ :network_type,
1470
1516
  :db_instance_type,
1471
1517
  :db_storage_type,
1472
1518
  :allocated_storage,
@@ -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.14.0'
57
+ GEM_VERSION = '1.16.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -84,6 +84,7 @@ module Aws
84
84
  def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE")
85
85
  def endpoint: () -> ::String
86
86
  def port: () -> ::Integer
87
+ def network_type: () -> ("IPV4" | "DUAL")
87
88
  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")
88
89
  def db_storage_type: () -> ("InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3")
89
90
  def allocated_storage: () -> ::Integer
@@ -119,7 +120,8 @@ module Aws
119
120
  }
120
121
  },
121
122
  ?tags: Hash[::String, ::String],
122
- ?port: ::Integer
123
+ ?port: ::Integer,
124
+ ?network_type: ("IPV4" | "DUAL")
123
125
  ) -> _CreateDbInstanceResponseSuccess
124
126
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDbInstanceResponseSuccess
125
127
 
@@ -209,6 +211,7 @@ module Aws
209
211
  def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE")
210
212
  def endpoint: () -> ::String
211
213
  def port: () -> ::Integer
214
+ def network_type: () -> ("IPV4" | "DUAL")
212
215
  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")
213
216
  def db_storage_type: () -> ("InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3")
214
217
  def allocated_storage: () -> ::Integer
@@ -236,6 +239,7 @@ module Aws
236
239
  def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE")
237
240
  def endpoint: () -> ::String
238
241
  def port: () -> ::Integer
242
+ def network_type: () -> ("IPV4" | "DUAL")
239
243
  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")
240
244
  def db_storage_type: () -> ("InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3")
241
245
  def allocated_storage: () -> ::Integer
@@ -325,6 +329,7 @@ module Aws
325
329
  def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE")
326
330
  def endpoint: () -> ::String
327
331
  def port: () -> ::Integer
332
+ def network_type: () -> ("IPV4" | "DUAL")
328
333
  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")
329
334
  def db_storage_type: () -> ("InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3")
330
335
  def allocated_storage: () -> ::Integer
data/sig/types.rbs CHANGED
@@ -37,6 +37,7 @@ module Aws::TimestreamInfluxDB
37
37
  attr_accessor log_delivery_configuration: Types::LogDeliveryConfiguration
38
38
  attr_accessor tags: ::Hash[::String, ::String]
39
39
  attr_accessor port: ::Integer
40
+ attr_accessor network_type: ("IPV4" | "DUAL")
40
41
  SENSITIVE: [:username, :password]
41
42
  end
42
43
 
@@ -47,6 +48,7 @@ module Aws::TimestreamInfluxDB
47
48
  attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE")
48
49
  attr_accessor endpoint: ::String
49
50
  attr_accessor port: ::Integer
51
+ attr_accessor network_type: ("IPV4" | "DUAL")
50
52
  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")
51
53
  attr_accessor db_storage_type: ("InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3")
52
54
  attr_accessor allocated_storage: ::Integer
@@ -86,6 +88,7 @@ module Aws::TimestreamInfluxDB
86
88
  attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE")
87
89
  attr_accessor endpoint: ::String
88
90
  attr_accessor port: ::Integer
91
+ attr_accessor network_type: ("IPV4" | "DUAL")
89
92
  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")
90
93
  attr_accessor db_storage_type: ("InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3")
91
94
  attr_accessor allocated_storage: ::Integer
@@ -113,6 +116,7 @@ module Aws::TimestreamInfluxDB
113
116
  attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE")
114
117
  attr_accessor endpoint: ::String
115
118
  attr_accessor port: ::Integer
119
+ attr_accessor network_type: ("IPV4" | "DUAL")
116
120
  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")
117
121
  attr_accessor db_storage_type: ("InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3")
118
122
  attr_accessor allocated_storage: ::Integer
@@ -146,6 +150,7 @@ module Aws::TimestreamInfluxDB
146
150
  attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE")
147
151
  attr_accessor endpoint: ::String
148
152
  attr_accessor port: ::Integer
153
+ attr_accessor network_type: ("IPV4" | "DUAL")
149
154
  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")
150
155
  attr_accessor db_storage_type: ("InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3")
151
156
  attr_accessor allocated_storage: ::Integer
@@ -321,6 +326,7 @@ module Aws::TimestreamInfluxDB
321
326
  attr_accessor status: ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE")
322
327
  attr_accessor endpoint: ::String
323
328
  attr_accessor port: ::Integer
329
+ attr_accessor network_type: ("IPV4" | "DUAL")
324
330
  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")
325
331
  attr_accessor db_storage_type: ("InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3")
326
332
  attr_accessor allocated_storage: ::Integer
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.14.0
4
+ version: 1.16.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-10 00:00:00.000000000 Z
11
+ date: 2024-12-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.207.0
22
+ version: 3.210.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.207.0
32
+ version: 3.210.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement