aws-sdk-timestreaminfluxdb 1.30.0 → 1.32.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-timestreaminfluxdb/client.rb +500 -41
- data/lib/aws-sdk-timestreaminfluxdb/client_api.rb +171 -3
- data/lib/aws-sdk-timestreaminfluxdb/endpoint_parameters.rb +4 -4
- data/lib/aws-sdk-timestreaminfluxdb/types.rb +781 -8
- data/lib/aws-sdk-timestreaminfluxdb.rb +1 -1
- data/sig/client.rbs +215 -16
- data/sig/types.rbs +133 -7
- metadata +3 -3
@@ -29,6 +29,7 @@ module Aws::TimestreamInfluxDB
|
|
29
29
|
CreateDbParameterGroupInput = Shapes::StructureShape.new(name: 'CreateDbParameterGroupInput')
|
30
30
|
CreateDbParameterGroupInputDescriptionString = Shapes::StringShape.new(name: 'CreateDbParameterGroupInputDescriptionString')
|
31
31
|
CreateDbParameterGroupOutput = Shapes::StructureShape.new(name: 'CreateDbParameterGroupOutput')
|
32
|
+
DataFusionRuntimeType = Shapes::StringShape.new(name: 'DataFusionRuntimeType')
|
32
33
|
DbClusterId = Shapes::StringShape.new(name: 'DbClusterId')
|
33
34
|
DbClusterName = Shapes::StringShape.new(name: 'DbClusterName')
|
34
35
|
DbClusterSummary = Shapes::StructureShape.new(name: 'DbClusterSummary')
|
@@ -55,6 +56,7 @@ module Aws::TimestreamInfluxDB
|
|
55
56
|
Duration = Shapes::StructureShape.new(name: 'Duration')
|
56
57
|
DurationType = Shapes::StringShape.new(name: 'DurationType')
|
57
58
|
DurationValueLong = Shapes::IntegerShape.new(name: 'DurationValueLong')
|
59
|
+
EngineType = Shapes::StringShape.new(name: 'EngineType')
|
58
60
|
FailoverMode = Shapes::StringShape.new(name: 'FailoverMode')
|
59
61
|
GetDbClusterInput = Shapes::StructureShape.new(name: 'GetDbClusterInput')
|
60
62
|
GetDbClusterOutput = Shapes::StructureShape.new(name: 'GetDbClusterOutput')
|
@@ -80,7 +82,53 @@ module Aws::TimestreamInfluxDB
|
|
80
82
|
InfluxDBv2ParametersStorageSeriesFileMaxConcurrentSnapshotCompactionsInteger = Shapes::IntegerShape.new(name: 'InfluxDBv2ParametersStorageSeriesFileMaxConcurrentSnapshotCompactionsInteger')
|
81
83
|
InfluxDBv2ParametersStorageSeriesIdSetCacheSizeLong = Shapes::IntegerShape.new(name: 'InfluxDBv2ParametersStorageSeriesIdSetCacheSizeLong')
|
82
84
|
InfluxDBv2ParametersStorageWalMaxConcurrentWritesInteger = Shapes::IntegerShape.new(name: 'InfluxDBv2ParametersStorageWalMaxConcurrentWritesInteger')
|
85
|
+
InfluxDBv3CoreParameters = Shapes::StructureShape.new(name: 'InfluxDBv3CoreParameters')
|
86
|
+
InfluxDBv3CoreParametersDataFusionConfigString = Shapes::StringShape.new(name: 'InfluxDBv3CoreParametersDataFusionConfigString')
|
87
|
+
InfluxDBv3CoreParametersDataFusionMaxParquetFanoutInteger = Shapes::IntegerShape.new(name: 'InfluxDBv3CoreParametersDataFusionMaxParquetFanoutInteger')
|
88
|
+
InfluxDBv3CoreParametersDataFusionNumThreadsInteger = Shapes::IntegerShape.new(name: 'InfluxDBv3CoreParametersDataFusionNumThreadsInteger')
|
89
|
+
InfluxDBv3CoreParametersDataFusionRuntimeEventIntervalInteger = Shapes::IntegerShape.new(name: 'InfluxDBv3CoreParametersDataFusionRuntimeEventIntervalInteger')
|
90
|
+
InfluxDBv3CoreParametersDataFusionRuntimeGlobalQueueIntervalInteger = Shapes::IntegerShape.new(name: 'InfluxDBv3CoreParametersDataFusionRuntimeGlobalQueueIntervalInteger')
|
91
|
+
InfluxDBv3CoreParametersDataFusionRuntimeMaxBlockingThreadsInteger = Shapes::IntegerShape.new(name: 'InfluxDBv3CoreParametersDataFusionRuntimeMaxBlockingThreadsInteger')
|
92
|
+
InfluxDBv3CoreParametersDataFusionRuntimeMaxIoEventsPerTickInteger = Shapes::IntegerShape.new(name: 'InfluxDBv3CoreParametersDataFusionRuntimeMaxIoEventsPerTickInteger')
|
93
|
+
InfluxDBv3CoreParametersDataFusionRuntimeThreadPriorityInteger = Shapes::IntegerShape.new(name: 'InfluxDBv3CoreParametersDataFusionRuntimeThreadPriorityInteger')
|
94
|
+
InfluxDBv3CoreParametersLogFilterString = Shapes::StringShape.new(name: 'InfluxDBv3CoreParametersLogFilterString')
|
95
|
+
InfluxDBv3CoreParametersMaxHttpRequestSizeLong = Shapes::IntegerShape.new(name: 'InfluxDBv3CoreParametersMaxHttpRequestSizeLong')
|
96
|
+
InfluxDBv3CoreParametersParquetMemCachePrunePercentageFloat = Shapes::FloatShape.new(name: 'InfluxDBv3CoreParametersParquetMemCachePrunePercentageFloat')
|
97
|
+
InfluxDBv3CoreParametersQueryFileLimitInteger = Shapes::IntegerShape.new(name: 'InfluxDBv3CoreParametersQueryFileLimitInteger')
|
98
|
+
InfluxDBv3CoreParametersQueryLogSizeInteger = Shapes::IntegerShape.new(name: 'InfluxDBv3CoreParametersQueryLogSizeInteger')
|
99
|
+
InfluxDBv3CoreParametersSnapshottedWalFilesToKeepInteger = Shapes::IntegerShape.new(name: 'InfluxDBv3CoreParametersSnapshottedWalFilesToKeepInteger')
|
100
|
+
InfluxDBv3CoreParametersTableIndexCacheConcurrencyLimitInteger = Shapes::IntegerShape.new(name: 'InfluxDBv3CoreParametersTableIndexCacheConcurrencyLimitInteger')
|
101
|
+
InfluxDBv3CoreParametersTableIndexCacheMaxEntriesInteger = Shapes::IntegerShape.new(name: 'InfluxDBv3CoreParametersTableIndexCacheMaxEntriesInteger')
|
102
|
+
InfluxDBv3CoreParametersWalMaxWriteBufferSizeInteger = Shapes::IntegerShape.new(name: 'InfluxDBv3CoreParametersWalMaxWriteBufferSizeInteger')
|
103
|
+
InfluxDBv3CoreParametersWalReplayConcurrencyLimitInteger = Shapes::IntegerShape.new(name: 'InfluxDBv3CoreParametersWalReplayConcurrencyLimitInteger')
|
104
|
+
InfluxDBv3CoreParametersWalSnapshotSizeInteger = Shapes::IntegerShape.new(name: 'InfluxDBv3CoreParametersWalSnapshotSizeInteger')
|
105
|
+
InfluxDBv3EnterpriseParameters = Shapes::StructureShape.new(name: 'InfluxDBv3EnterpriseParameters')
|
106
|
+
InfluxDBv3EnterpriseParametersCompactionMaxNumFilesPerPlanInteger = Shapes::IntegerShape.new(name: 'InfluxDBv3EnterpriseParametersCompactionMaxNumFilesPerPlanInteger')
|
107
|
+
InfluxDBv3EnterpriseParametersCompactionMultipliersString = Shapes::StringShape.new(name: 'InfluxDBv3EnterpriseParametersCompactionMultipliersString')
|
108
|
+
InfluxDBv3EnterpriseParametersCompactionRowLimitInteger = Shapes::IntegerShape.new(name: 'InfluxDBv3EnterpriseParametersCompactionRowLimitInteger')
|
109
|
+
InfluxDBv3EnterpriseParametersDataFusionConfigString = Shapes::StringShape.new(name: 'InfluxDBv3EnterpriseParametersDataFusionConfigString')
|
110
|
+
InfluxDBv3EnterpriseParametersDataFusionMaxParquetFanoutInteger = Shapes::IntegerShape.new(name: 'InfluxDBv3EnterpriseParametersDataFusionMaxParquetFanoutInteger')
|
111
|
+
InfluxDBv3EnterpriseParametersDataFusionNumThreadsInteger = Shapes::IntegerShape.new(name: 'InfluxDBv3EnterpriseParametersDataFusionNumThreadsInteger')
|
112
|
+
InfluxDBv3EnterpriseParametersDataFusionRuntimeEventIntervalInteger = Shapes::IntegerShape.new(name: 'InfluxDBv3EnterpriseParametersDataFusionRuntimeEventIntervalInteger')
|
113
|
+
InfluxDBv3EnterpriseParametersDataFusionRuntimeGlobalQueueIntervalInteger = Shapes::IntegerShape.new(name: 'InfluxDBv3EnterpriseParametersDataFusionRuntimeGlobalQueueIntervalInteger')
|
114
|
+
InfluxDBv3EnterpriseParametersDataFusionRuntimeMaxBlockingThreadsInteger = Shapes::IntegerShape.new(name: 'InfluxDBv3EnterpriseParametersDataFusionRuntimeMaxBlockingThreadsInteger')
|
115
|
+
InfluxDBv3EnterpriseParametersDataFusionRuntimeMaxIoEventsPerTickInteger = Shapes::IntegerShape.new(name: 'InfluxDBv3EnterpriseParametersDataFusionRuntimeMaxIoEventsPerTickInteger')
|
116
|
+
InfluxDBv3EnterpriseParametersDataFusionRuntimeThreadPriorityInteger = Shapes::IntegerShape.new(name: 'InfluxDBv3EnterpriseParametersDataFusionRuntimeThreadPriorityInteger')
|
117
|
+
InfluxDBv3EnterpriseParametersIngestQueryInstancesInteger = Shapes::IntegerShape.new(name: 'InfluxDBv3EnterpriseParametersIngestQueryInstancesInteger')
|
118
|
+
InfluxDBv3EnterpriseParametersLogFilterString = Shapes::StringShape.new(name: 'InfluxDBv3EnterpriseParametersLogFilterString')
|
119
|
+
InfluxDBv3EnterpriseParametersMaxHttpRequestSizeLong = Shapes::IntegerShape.new(name: 'InfluxDBv3EnterpriseParametersMaxHttpRequestSizeLong')
|
120
|
+
InfluxDBv3EnterpriseParametersParquetMemCachePrunePercentageFloat = Shapes::FloatShape.new(name: 'InfluxDBv3EnterpriseParametersParquetMemCachePrunePercentageFloat')
|
121
|
+
InfluxDBv3EnterpriseParametersQueryFileLimitInteger = Shapes::IntegerShape.new(name: 'InfluxDBv3EnterpriseParametersQueryFileLimitInteger')
|
122
|
+
InfluxDBv3EnterpriseParametersQueryLogSizeInteger = Shapes::IntegerShape.new(name: 'InfluxDBv3EnterpriseParametersQueryLogSizeInteger')
|
123
|
+
InfluxDBv3EnterpriseParametersQueryOnlyInstancesInteger = Shapes::IntegerShape.new(name: 'InfluxDBv3EnterpriseParametersQueryOnlyInstancesInteger')
|
124
|
+
InfluxDBv3EnterpriseParametersSnapshottedWalFilesToKeepInteger = Shapes::IntegerShape.new(name: 'InfluxDBv3EnterpriseParametersSnapshottedWalFilesToKeepInteger')
|
125
|
+
InfluxDBv3EnterpriseParametersTableIndexCacheConcurrencyLimitInteger = Shapes::IntegerShape.new(name: 'InfluxDBv3EnterpriseParametersTableIndexCacheConcurrencyLimitInteger')
|
126
|
+
InfluxDBv3EnterpriseParametersTableIndexCacheMaxEntriesInteger = Shapes::IntegerShape.new(name: 'InfluxDBv3EnterpriseParametersTableIndexCacheMaxEntriesInteger')
|
127
|
+
InfluxDBv3EnterpriseParametersWalMaxWriteBufferSizeInteger = Shapes::IntegerShape.new(name: 'InfluxDBv3EnterpriseParametersWalMaxWriteBufferSizeInteger')
|
128
|
+
InfluxDBv3EnterpriseParametersWalReplayConcurrencyLimitInteger = Shapes::IntegerShape.new(name: 'InfluxDBv3EnterpriseParametersWalReplayConcurrencyLimitInteger')
|
129
|
+
InfluxDBv3EnterpriseParametersWalSnapshotSizeInteger = Shapes::IntegerShape.new(name: 'InfluxDBv3EnterpriseParametersWalSnapshotSizeInteger')
|
83
130
|
InstanceMode = Shapes::StringShape.new(name: 'InstanceMode')
|
131
|
+
InstanceModeList = Shapes::ListShape.new(name: 'InstanceModeList')
|
84
132
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
85
133
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
86
134
|
ListDbClustersInput = Shapes::StructureShape.new(name: 'ListDbClustersInput')
|
@@ -94,6 +142,7 @@ module Aws::TimestreamInfluxDB
|
|
94
142
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
95
143
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
96
144
|
LogDeliveryConfiguration = Shapes::StructureShape.new(name: 'LogDeliveryConfiguration')
|
145
|
+
LogFormats = Shapes::StringShape.new(name: 'LogFormats')
|
97
146
|
LogLevel = Shapes::StringShape.new(name: 'LogLevel')
|
98
147
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
99
148
|
NetworkType = Shapes::StringShape.new(name: 'NetworkType')
|
@@ -101,6 +150,9 @@ module Aws::TimestreamInfluxDB
|
|
101
150
|
Organization = Shapes::StringShape.new(name: 'Organization')
|
102
151
|
Parameters = Shapes::UnionShape.new(name: 'Parameters')
|
103
152
|
Password = Shapes::StringShape.new(name: 'Password')
|
153
|
+
PercentOrAbsoluteLong = Shapes::UnionShape.new(name: 'PercentOrAbsoluteLong')
|
154
|
+
PercentOrAbsoluteLongAbsoluteLong = Shapes::IntegerShape.new(name: 'PercentOrAbsoluteLongAbsoluteLong')
|
155
|
+
PercentOrAbsoluteLongPercentString = Shapes::StringShape.new(name: 'PercentOrAbsoluteLongPercentString')
|
104
156
|
Port = Shapes::IntegerShape.new(name: 'Port')
|
105
157
|
RequestTagMap = Shapes::MapShape.new(name: 'RequestTagMap')
|
106
158
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
@@ -139,19 +191,19 @@ module Aws::TimestreamInfluxDB
|
|
139
191
|
|
140
192
|
CreateDbClusterInput.add_member(:name, Shapes::ShapeRef.new(shape: DbClusterName, required: true, location_name: "name"))
|
141
193
|
CreateDbClusterInput.add_member(:username, Shapes::ShapeRef.new(shape: Username, location_name: "username"))
|
142
|
-
CreateDbClusterInput.add_member(:password, Shapes::ShapeRef.new(shape: Password,
|
194
|
+
CreateDbClusterInput.add_member(:password, Shapes::ShapeRef.new(shape: Password, location_name: "password"))
|
143
195
|
CreateDbClusterInput.add_member(:organization, Shapes::ShapeRef.new(shape: Organization, location_name: "organization"))
|
144
196
|
CreateDbClusterInput.add_member(:bucket, Shapes::ShapeRef.new(shape: Bucket, location_name: "bucket"))
|
145
197
|
CreateDbClusterInput.add_member(:port, Shapes::ShapeRef.new(shape: Port, location_name: "port"))
|
146
198
|
CreateDbClusterInput.add_member(:db_parameter_group_identifier, Shapes::ShapeRef.new(shape: DbParameterGroupIdentifier, location_name: "dbParameterGroupIdentifier"))
|
147
199
|
CreateDbClusterInput.add_member(:db_instance_type, Shapes::ShapeRef.new(shape: DbInstanceType, required: true, location_name: "dbInstanceType"))
|
148
200
|
CreateDbClusterInput.add_member(:db_storage_type, Shapes::ShapeRef.new(shape: DbStorageType, location_name: "dbStorageType"))
|
149
|
-
CreateDbClusterInput.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: AllocatedStorage,
|
201
|
+
CreateDbClusterInput.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: AllocatedStorage, location_name: "allocatedStorage"))
|
150
202
|
CreateDbClusterInput.add_member(:network_type, Shapes::ShapeRef.new(shape: NetworkType, location_name: "networkType"))
|
151
203
|
CreateDbClusterInput.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: Boolean, location_name: "publiclyAccessible"))
|
152
204
|
CreateDbClusterInput.add_member(:vpc_subnet_ids, Shapes::ShapeRef.new(shape: VpcSubnetIdList, required: true, location_name: "vpcSubnetIds"))
|
153
205
|
CreateDbClusterInput.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: VpcSecurityGroupIdList, required: true, location_name: "vpcSecurityGroupIds"))
|
154
|
-
CreateDbClusterInput.add_member(:deployment_type, Shapes::ShapeRef.new(shape: ClusterDeploymentType,
|
206
|
+
CreateDbClusterInput.add_member(:deployment_type, Shapes::ShapeRef.new(shape: ClusterDeploymentType, location_name: "deploymentType"))
|
155
207
|
CreateDbClusterInput.add_member(:failover_mode, Shapes::ShapeRef.new(shape: FailoverMode, location_name: "failoverMode"))
|
156
208
|
CreateDbClusterInput.add_member(:log_delivery_configuration, Shapes::ShapeRef.new(shape: LogDeliveryConfiguration, location_name: "logDeliveryConfiguration"))
|
157
209
|
CreateDbClusterInput.add_member(:tags, Shapes::ShapeRef.new(shape: RequestTagMap, location_name: "tags"))
|
@@ -201,6 +253,7 @@ module Aws::TimestreamInfluxDB
|
|
201
253
|
CreateDbInstanceOutput.add_member(:influx_auth_parameters_secret_arn, Shapes::ShapeRef.new(shape: String, location_name: "influxAuthParametersSecretArn"))
|
202
254
|
CreateDbInstanceOutput.add_member(:db_cluster_id, Shapes::ShapeRef.new(shape: DbClusterId, location_name: "dbClusterId"))
|
203
255
|
CreateDbInstanceOutput.add_member(:instance_mode, Shapes::ShapeRef.new(shape: InstanceMode, location_name: "instanceMode"))
|
256
|
+
CreateDbInstanceOutput.add_member(:instance_modes, Shapes::ShapeRef.new(shape: InstanceModeList, location_name: "instanceModes"))
|
204
257
|
CreateDbInstanceOutput.struct_class = Types::CreateDbInstanceOutput
|
205
258
|
|
206
259
|
CreateDbParameterGroupInput.add_member(:name, Shapes::ShapeRef.new(shape: DbParameterGroupName, required: true, location_name: "name"))
|
@@ -228,6 +281,7 @@ module Aws::TimestreamInfluxDB
|
|
228
281
|
DbClusterSummary.add_member(:network_type, Shapes::ShapeRef.new(shape: NetworkType, location_name: "networkType"))
|
229
282
|
DbClusterSummary.add_member(:db_storage_type, Shapes::ShapeRef.new(shape: DbStorageType, location_name: "dbStorageType"))
|
230
283
|
DbClusterSummary.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: AllocatedStorage, location_name: "allocatedStorage"))
|
284
|
+
DbClusterSummary.add_member(:engine_type, Shapes::ShapeRef.new(shape: EngineType, location_name: "engineType"))
|
231
285
|
DbClusterSummary.struct_class = Types::DbClusterSummary
|
232
286
|
|
233
287
|
DbClusterSummaryList.member = Shapes::ShapeRef.new(shape: DbClusterSummary)
|
@@ -244,6 +298,7 @@ module Aws::TimestreamInfluxDB
|
|
244
298
|
DbInstanceForClusterSummary.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: AllocatedStorage, location_name: "allocatedStorage"))
|
245
299
|
DbInstanceForClusterSummary.add_member(:deployment_type, Shapes::ShapeRef.new(shape: DeploymentType, location_name: "deploymentType"))
|
246
300
|
DbInstanceForClusterSummary.add_member(:instance_mode, Shapes::ShapeRef.new(shape: InstanceMode, location_name: "instanceMode"))
|
301
|
+
DbInstanceForClusterSummary.add_member(:instance_modes, Shapes::ShapeRef.new(shape: InstanceModeList, location_name: "instanceModes"))
|
247
302
|
DbInstanceForClusterSummary.struct_class = Types::DbInstanceForClusterSummary
|
248
303
|
|
249
304
|
DbInstanceForClusterSummaryList.member = Shapes::ShapeRef.new(shape: DbInstanceForClusterSummary)
|
@@ -301,6 +356,7 @@ module Aws::TimestreamInfluxDB
|
|
301
356
|
DeleteDbInstanceOutput.add_member(:influx_auth_parameters_secret_arn, Shapes::ShapeRef.new(shape: String, location_name: "influxAuthParametersSecretArn"))
|
302
357
|
DeleteDbInstanceOutput.add_member(:db_cluster_id, Shapes::ShapeRef.new(shape: DbClusterId, location_name: "dbClusterId"))
|
303
358
|
DeleteDbInstanceOutput.add_member(:instance_mode, Shapes::ShapeRef.new(shape: InstanceMode, location_name: "instanceMode"))
|
359
|
+
DeleteDbInstanceOutput.add_member(:instance_modes, Shapes::ShapeRef.new(shape: InstanceModeList, location_name: "instanceModes"))
|
304
360
|
DeleteDbInstanceOutput.struct_class = Types::DeleteDbInstanceOutput
|
305
361
|
|
306
362
|
Duration.add_member(:duration_type, Shapes::ShapeRef.new(shape: DurationType, required: true, location_name: "durationType"))
|
@@ -322,6 +378,7 @@ module Aws::TimestreamInfluxDB
|
|
322
378
|
GetDbClusterOutput.add_member(:network_type, Shapes::ShapeRef.new(shape: NetworkType, location_name: "networkType"))
|
323
379
|
GetDbClusterOutput.add_member(:db_storage_type, Shapes::ShapeRef.new(shape: DbStorageType, location_name: "dbStorageType"))
|
324
380
|
GetDbClusterOutput.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: AllocatedStorage, location_name: "allocatedStorage"))
|
381
|
+
GetDbClusterOutput.add_member(:engine_type, Shapes::ShapeRef.new(shape: EngineType, location_name: "engineType"))
|
325
382
|
GetDbClusterOutput.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: Boolean, location_name: "publiclyAccessible"))
|
326
383
|
GetDbClusterOutput.add_member(:db_parameter_group_identifier, Shapes::ShapeRef.new(shape: DbParameterGroupIdentifier, location_name: "dbParameterGroupIdentifier"))
|
327
384
|
GetDbClusterOutput.add_member(:log_delivery_configuration, Shapes::ShapeRef.new(shape: LogDeliveryConfiguration, location_name: "logDeliveryConfiguration"))
|
@@ -355,6 +412,7 @@ module Aws::TimestreamInfluxDB
|
|
355
412
|
GetDbInstanceOutput.add_member(:influx_auth_parameters_secret_arn, Shapes::ShapeRef.new(shape: String, location_name: "influxAuthParametersSecretArn"))
|
356
413
|
GetDbInstanceOutput.add_member(:db_cluster_id, Shapes::ShapeRef.new(shape: DbClusterId, location_name: "dbClusterId"))
|
357
414
|
GetDbInstanceOutput.add_member(:instance_mode, Shapes::ShapeRef.new(shape: InstanceMode, location_name: "instanceMode"))
|
415
|
+
GetDbInstanceOutput.add_member(:instance_modes, Shapes::ShapeRef.new(shape: InstanceModeList, location_name: "instanceModes"))
|
358
416
|
GetDbInstanceOutput.struct_class = Types::GetDbInstanceOutput
|
359
417
|
|
360
418
|
GetDbParameterGroupInput.add_member(:identifier, Shapes::ShapeRef.new(shape: DbParameterGroupIdentifier, required: true, location_name: "identifier"))
|
@@ -403,6 +461,103 @@ module Aws::TimestreamInfluxDB
|
|
403
461
|
InfluxDBv2Parameters.add_member(:ui_disabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "uiDisabled"))
|
404
462
|
InfluxDBv2Parameters.struct_class = Types::InfluxDBv2Parameters
|
405
463
|
|
464
|
+
InfluxDBv3CoreParameters.add_member(:query_file_limit, Shapes::ShapeRef.new(shape: InfluxDBv3CoreParametersQueryFileLimitInteger, location_name: "queryFileLimit"))
|
465
|
+
InfluxDBv3CoreParameters.add_member(:query_log_size, Shapes::ShapeRef.new(shape: InfluxDBv3CoreParametersQueryLogSizeInteger, location_name: "queryLogSize"))
|
466
|
+
InfluxDBv3CoreParameters.add_member(:log_filter, Shapes::ShapeRef.new(shape: InfluxDBv3CoreParametersLogFilterString, location_name: "logFilter"))
|
467
|
+
InfluxDBv3CoreParameters.add_member(:log_format, Shapes::ShapeRef.new(shape: LogFormats, location_name: "logFormat"))
|
468
|
+
InfluxDBv3CoreParameters.add_member(:data_fusion_num_threads, Shapes::ShapeRef.new(shape: InfluxDBv3CoreParametersDataFusionNumThreadsInteger, location_name: "dataFusionNumThreads"))
|
469
|
+
InfluxDBv3CoreParameters.add_member(:data_fusion_runtime_type, Shapes::ShapeRef.new(shape: DataFusionRuntimeType, location_name: "dataFusionRuntimeType"))
|
470
|
+
InfluxDBv3CoreParameters.add_member(:data_fusion_runtime_disable_lifo_slot, Shapes::ShapeRef.new(shape: Boolean, location_name: "dataFusionRuntimeDisableLifoSlot"))
|
471
|
+
InfluxDBv3CoreParameters.add_member(:data_fusion_runtime_event_interval, Shapes::ShapeRef.new(shape: InfluxDBv3CoreParametersDataFusionRuntimeEventIntervalInteger, location_name: "dataFusionRuntimeEventInterval"))
|
472
|
+
InfluxDBv3CoreParameters.add_member(:data_fusion_runtime_global_queue_interval, Shapes::ShapeRef.new(shape: InfluxDBv3CoreParametersDataFusionRuntimeGlobalQueueIntervalInteger, location_name: "dataFusionRuntimeGlobalQueueInterval"))
|
473
|
+
InfluxDBv3CoreParameters.add_member(:data_fusion_runtime_max_blocking_threads, Shapes::ShapeRef.new(shape: InfluxDBv3CoreParametersDataFusionRuntimeMaxBlockingThreadsInteger, location_name: "dataFusionRuntimeMaxBlockingThreads"))
|
474
|
+
InfluxDBv3CoreParameters.add_member(:data_fusion_runtime_max_io_events_per_tick, Shapes::ShapeRef.new(shape: InfluxDBv3CoreParametersDataFusionRuntimeMaxIoEventsPerTickInteger, location_name: "dataFusionRuntimeMaxIoEventsPerTick"))
|
475
|
+
InfluxDBv3CoreParameters.add_member(:data_fusion_runtime_thread_keep_alive, Shapes::ShapeRef.new(shape: Duration, location_name: "dataFusionRuntimeThreadKeepAlive"))
|
476
|
+
InfluxDBv3CoreParameters.add_member(:data_fusion_runtime_thread_priority, Shapes::ShapeRef.new(shape: InfluxDBv3CoreParametersDataFusionRuntimeThreadPriorityInteger, location_name: "dataFusionRuntimeThreadPriority"))
|
477
|
+
InfluxDBv3CoreParameters.add_member(:data_fusion_max_parquet_fanout, Shapes::ShapeRef.new(shape: InfluxDBv3CoreParametersDataFusionMaxParquetFanoutInteger, location_name: "dataFusionMaxParquetFanout"))
|
478
|
+
InfluxDBv3CoreParameters.add_member(:data_fusion_use_cached_parquet_loader, Shapes::ShapeRef.new(shape: Boolean, location_name: "dataFusionUseCachedParquetLoader"))
|
479
|
+
InfluxDBv3CoreParameters.add_member(:data_fusion_config, Shapes::ShapeRef.new(shape: InfluxDBv3CoreParametersDataFusionConfigString, location_name: "dataFusionConfig"))
|
480
|
+
InfluxDBv3CoreParameters.add_member(:max_http_request_size, Shapes::ShapeRef.new(shape: InfluxDBv3CoreParametersMaxHttpRequestSizeLong, location_name: "maxHttpRequestSize"))
|
481
|
+
InfluxDBv3CoreParameters.add_member(:force_snapshot_mem_threshold, Shapes::ShapeRef.new(shape: PercentOrAbsoluteLong, location_name: "forceSnapshotMemThreshold"))
|
482
|
+
InfluxDBv3CoreParameters.add_member(:wal_snapshot_size, Shapes::ShapeRef.new(shape: InfluxDBv3CoreParametersWalSnapshotSizeInteger, location_name: "walSnapshotSize"))
|
483
|
+
InfluxDBv3CoreParameters.add_member(:wal_max_write_buffer_size, Shapes::ShapeRef.new(shape: InfluxDBv3CoreParametersWalMaxWriteBufferSizeInteger, location_name: "walMaxWriteBufferSize"))
|
484
|
+
InfluxDBv3CoreParameters.add_member(:snapshotted_wal_files_to_keep, Shapes::ShapeRef.new(shape: InfluxDBv3CoreParametersSnapshottedWalFilesToKeepInteger, location_name: "snapshottedWalFilesToKeep"))
|
485
|
+
InfluxDBv3CoreParameters.add_member(:preemptive_cache_age, Shapes::ShapeRef.new(shape: Duration, location_name: "preemptiveCacheAge"))
|
486
|
+
InfluxDBv3CoreParameters.add_member(:parquet_mem_cache_prune_percentage, Shapes::ShapeRef.new(shape: InfluxDBv3CoreParametersParquetMemCachePrunePercentageFloat, location_name: "parquetMemCachePrunePercentage"))
|
487
|
+
InfluxDBv3CoreParameters.add_member(:parquet_mem_cache_prune_interval, Shapes::ShapeRef.new(shape: Duration, location_name: "parquetMemCachePruneInterval"))
|
488
|
+
InfluxDBv3CoreParameters.add_member(:disable_parquet_mem_cache, Shapes::ShapeRef.new(shape: Boolean, location_name: "disableParquetMemCache"))
|
489
|
+
InfluxDBv3CoreParameters.add_member(:parquet_mem_cache_query_path_duration, Shapes::ShapeRef.new(shape: Duration, location_name: "parquetMemCacheQueryPathDuration"))
|
490
|
+
InfluxDBv3CoreParameters.add_member(:last_cache_eviction_interval, Shapes::ShapeRef.new(shape: Duration, location_name: "lastCacheEvictionInterval"))
|
491
|
+
InfluxDBv3CoreParameters.add_member(:distinct_cache_eviction_interval, Shapes::ShapeRef.new(shape: Duration, location_name: "distinctCacheEvictionInterval"))
|
492
|
+
InfluxDBv3CoreParameters.add_member(:gen1_duration, Shapes::ShapeRef.new(shape: Duration, location_name: "gen1Duration"))
|
493
|
+
InfluxDBv3CoreParameters.add_member(:exec_mem_pool_bytes, Shapes::ShapeRef.new(shape: PercentOrAbsoluteLong, location_name: "execMemPoolBytes"))
|
494
|
+
InfluxDBv3CoreParameters.add_member(:parquet_mem_cache_size, Shapes::ShapeRef.new(shape: PercentOrAbsoluteLong, location_name: "parquetMemCacheSize"))
|
495
|
+
InfluxDBv3CoreParameters.add_member(:wal_replay_fail_on_error, Shapes::ShapeRef.new(shape: Boolean, location_name: "walReplayFailOnError"))
|
496
|
+
InfluxDBv3CoreParameters.add_member(:wal_replay_concurrency_limit, Shapes::ShapeRef.new(shape: InfluxDBv3CoreParametersWalReplayConcurrencyLimitInteger, location_name: "walReplayConcurrencyLimit"))
|
497
|
+
InfluxDBv3CoreParameters.add_member(:table_index_cache_max_entries, Shapes::ShapeRef.new(shape: InfluxDBv3CoreParametersTableIndexCacheMaxEntriesInteger, location_name: "tableIndexCacheMaxEntries"))
|
498
|
+
InfluxDBv3CoreParameters.add_member(:table_index_cache_concurrency_limit, Shapes::ShapeRef.new(shape: InfluxDBv3CoreParametersTableIndexCacheConcurrencyLimitInteger, location_name: "tableIndexCacheConcurrencyLimit"))
|
499
|
+
InfluxDBv3CoreParameters.add_member(:gen1_lookback_duration, Shapes::ShapeRef.new(shape: Duration, location_name: "gen1LookbackDuration"))
|
500
|
+
InfluxDBv3CoreParameters.add_member(:retention_check_interval, Shapes::ShapeRef.new(shape: Duration, location_name: "retentionCheckInterval"))
|
501
|
+
InfluxDBv3CoreParameters.add_member(:delete_grace_period, Shapes::ShapeRef.new(shape: Duration, location_name: "deleteGracePeriod"))
|
502
|
+
InfluxDBv3CoreParameters.add_member(:hard_delete_default_duration, Shapes::ShapeRef.new(shape: Duration, location_name: "hardDeleteDefaultDuration"))
|
503
|
+
InfluxDBv3CoreParameters.struct_class = Types::InfluxDBv3CoreParameters
|
504
|
+
|
505
|
+
InfluxDBv3EnterpriseParameters.add_member(:query_file_limit, Shapes::ShapeRef.new(shape: InfluxDBv3EnterpriseParametersQueryFileLimitInteger, location_name: "queryFileLimit"))
|
506
|
+
InfluxDBv3EnterpriseParameters.add_member(:query_log_size, Shapes::ShapeRef.new(shape: InfluxDBv3EnterpriseParametersQueryLogSizeInteger, location_name: "queryLogSize"))
|
507
|
+
InfluxDBv3EnterpriseParameters.add_member(:log_filter, Shapes::ShapeRef.new(shape: InfluxDBv3EnterpriseParametersLogFilterString, location_name: "logFilter"))
|
508
|
+
InfluxDBv3EnterpriseParameters.add_member(:log_format, Shapes::ShapeRef.new(shape: LogFormats, location_name: "logFormat"))
|
509
|
+
InfluxDBv3EnterpriseParameters.add_member(:data_fusion_num_threads, Shapes::ShapeRef.new(shape: InfluxDBv3EnterpriseParametersDataFusionNumThreadsInteger, location_name: "dataFusionNumThreads"))
|
510
|
+
InfluxDBv3EnterpriseParameters.add_member(:data_fusion_runtime_type, Shapes::ShapeRef.new(shape: DataFusionRuntimeType, location_name: "dataFusionRuntimeType"))
|
511
|
+
InfluxDBv3EnterpriseParameters.add_member(:data_fusion_runtime_disable_lifo_slot, Shapes::ShapeRef.new(shape: Boolean, location_name: "dataFusionRuntimeDisableLifoSlot"))
|
512
|
+
InfluxDBv3EnterpriseParameters.add_member(:data_fusion_runtime_event_interval, Shapes::ShapeRef.new(shape: InfluxDBv3EnterpriseParametersDataFusionRuntimeEventIntervalInteger, location_name: "dataFusionRuntimeEventInterval"))
|
513
|
+
InfluxDBv3EnterpriseParameters.add_member(:data_fusion_runtime_global_queue_interval, Shapes::ShapeRef.new(shape: InfluxDBv3EnterpriseParametersDataFusionRuntimeGlobalQueueIntervalInteger, location_name: "dataFusionRuntimeGlobalQueueInterval"))
|
514
|
+
InfluxDBv3EnterpriseParameters.add_member(:data_fusion_runtime_max_blocking_threads, Shapes::ShapeRef.new(shape: InfluxDBv3EnterpriseParametersDataFusionRuntimeMaxBlockingThreadsInteger, location_name: "dataFusionRuntimeMaxBlockingThreads"))
|
515
|
+
InfluxDBv3EnterpriseParameters.add_member(:data_fusion_runtime_max_io_events_per_tick, Shapes::ShapeRef.new(shape: InfluxDBv3EnterpriseParametersDataFusionRuntimeMaxIoEventsPerTickInteger, location_name: "dataFusionRuntimeMaxIoEventsPerTick"))
|
516
|
+
InfluxDBv3EnterpriseParameters.add_member(:data_fusion_runtime_thread_keep_alive, Shapes::ShapeRef.new(shape: Duration, location_name: "dataFusionRuntimeThreadKeepAlive"))
|
517
|
+
InfluxDBv3EnterpriseParameters.add_member(:data_fusion_runtime_thread_priority, Shapes::ShapeRef.new(shape: InfluxDBv3EnterpriseParametersDataFusionRuntimeThreadPriorityInteger, location_name: "dataFusionRuntimeThreadPriority"))
|
518
|
+
InfluxDBv3EnterpriseParameters.add_member(:data_fusion_max_parquet_fanout, Shapes::ShapeRef.new(shape: InfluxDBv3EnterpriseParametersDataFusionMaxParquetFanoutInteger, location_name: "dataFusionMaxParquetFanout"))
|
519
|
+
InfluxDBv3EnterpriseParameters.add_member(:data_fusion_use_cached_parquet_loader, Shapes::ShapeRef.new(shape: Boolean, location_name: "dataFusionUseCachedParquetLoader"))
|
520
|
+
InfluxDBv3EnterpriseParameters.add_member(:data_fusion_config, Shapes::ShapeRef.new(shape: InfluxDBv3EnterpriseParametersDataFusionConfigString, location_name: "dataFusionConfig"))
|
521
|
+
InfluxDBv3EnterpriseParameters.add_member(:max_http_request_size, Shapes::ShapeRef.new(shape: InfluxDBv3EnterpriseParametersMaxHttpRequestSizeLong, location_name: "maxHttpRequestSize"))
|
522
|
+
InfluxDBv3EnterpriseParameters.add_member(:force_snapshot_mem_threshold, Shapes::ShapeRef.new(shape: PercentOrAbsoluteLong, location_name: "forceSnapshotMemThreshold"))
|
523
|
+
InfluxDBv3EnterpriseParameters.add_member(:wal_snapshot_size, Shapes::ShapeRef.new(shape: InfluxDBv3EnterpriseParametersWalSnapshotSizeInteger, location_name: "walSnapshotSize"))
|
524
|
+
InfluxDBv3EnterpriseParameters.add_member(:wal_max_write_buffer_size, Shapes::ShapeRef.new(shape: InfluxDBv3EnterpriseParametersWalMaxWriteBufferSizeInteger, location_name: "walMaxWriteBufferSize"))
|
525
|
+
InfluxDBv3EnterpriseParameters.add_member(:snapshotted_wal_files_to_keep, Shapes::ShapeRef.new(shape: InfluxDBv3EnterpriseParametersSnapshottedWalFilesToKeepInteger, location_name: "snapshottedWalFilesToKeep"))
|
526
|
+
InfluxDBv3EnterpriseParameters.add_member(:preemptive_cache_age, Shapes::ShapeRef.new(shape: Duration, location_name: "preemptiveCacheAge"))
|
527
|
+
InfluxDBv3EnterpriseParameters.add_member(:parquet_mem_cache_prune_percentage, Shapes::ShapeRef.new(shape: InfluxDBv3EnterpriseParametersParquetMemCachePrunePercentageFloat, location_name: "parquetMemCachePrunePercentage"))
|
528
|
+
InfluxDBv3EnterpriseParameters.add_member(:parquet_mem_cache_prune_interval, Shapes::ShapeRef.new(shape: Duration, location_name: "parquetMemCachePruneInterval"))
|
529
|
+
InfluxDBv3EnterpriseParameters.add_member(:disable_parquet_mem_cache, Shapes::ShapeRef.new(shape: Boolean, location_name: "disableParquetMemCache"))
|
530
|
+
InfluxDBv3EnterpriseParameters.add_member(:parquet_mem_cache_query_path_duration, Shapes::ShapeRef.new(shape: Duration, location_name: "parquetMemCacheQueryPathDuration"))
|
531
|
+
InfluxDBv3EnterpriseParameters.add_member(:last_cache_eviction_interval, Shapes::ShapeRef.new(shape: Duration, location_name: "lastCacheEvictionInterval"))
|
532
|
+
InfluxDBv3EnterpriseParameters.add_member(:distinct_cache_eviction_interval, Shapes::ShapeRef.new(shape: Duration, location_name: "distinctCacheEvictionInterval"))
|
533
|
+
InfluxDBv3EnterpriseParameters.add_member(:gen1_duration, Shapes::ShapeRef.new(shape: Duration, location_name: "gen1Duration"))
|
534
|
+
InfluxDBv3EnterpriseParameters.add_member(:exec_mem_pool_bytes, Shapes::ShapeRef.new(shape: PercentOrAbsoluteLong, location_name: "execMemPoolBytes"))
|
535
|
+
InfluxDBv3EnterpriseParameters.add_member(:parquet_mem_cache_size, Shapes::ShapeRef.new(shape: PercentOrAbsoluteLong, location_name: "parquetMemCacheSize"))
|
536
|
+
InfluxDBv3EnterpriseParameters.add_member(:wal_replay_fail_on_error, Shapes::ShapeRef.new(shape: Boolean, location_name: "walReplayFailOnError"))
|
537
|
+
InfluxDBv3EnterpriseParameters.add_member(:wal_replay_concurrency_limit, Shapes::ShapeRef.new(shape: InfluxDBv3EnterpriseParametersWalReplayConcurrencyLimitInteger, location_name: "walReplayConcurrencyLimit"))
|
538
|
+
InfluxDBv3EnterpriseParameters.add_member(:table_index_cache_max_entries, Shapes::ShapeRef.new(shape: InfluxDBv3EnterpriseParametersTableIndexCacheMaxEntriesInteger, location_name: "tableIndexCacheMaxEntries"))
|
539
|
+
InfluxDBv3EnterpriseParameters.add_member(:table_index_cache_concurrency_limit, Shapes::ShapeRef.new(shape: InfluxDBv3EnterpriseParametersTableIndexCacheConcurrencyLimitInteger, location_name: "tableIndexCacheConcurrencyLimit"))
|
540
|
+
InfluxDBv3EnterpriseParameters.add_member(:gen1_lookback_duration, Shapes::ShapeRef.new(shape: Duration, location_name: "gen1LookbackDuration"))
|
541
|
+
InfluxDBv3EnterpriseParameters.add_member(:retention_check_interval, Shapes::ShapeRef.new(shape: Duration, location_name: "retentionCheckInterval"))
|
542
|
+
InfluxDBv3EnterpriseParameters.add_member(:delete_grace_period, Shapes::ShapeRef.new(shape: Duration, location_name: "deleteGracePeriod"))
|
543
|
+
InfluxDBv3EnterpriseParameters.add_member(:hard_delete_default_duration, Shapes::ShapeRef.new(shape: Duration, location_name: "hardDeleteDefaultDuration"))
|
544
|
+
InfluxDBv3EnterpriseParameters.add_member(:ingest_query_instances, Shapes::ShapeRef.new(shape: InfluxDBv3EnterpriseParametersIngestQueryInstancesInteger, required: true, location_name: "ingestQueryInstances"))
|
545
|
+
InfluxDBv3EnterpriseParameters.add_member(:query_only_instances, Shapes::ShapeRef.new(shape: InfluxDBv3EnterpriseParametersQueryOnlyInstancesInteger, required: true, location_name: "queryOnlyInstances"))
|
546
|
+
InfluxDBv3EnterpriseParameters.add_member(:dedicated_compactor, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "dedicatedCompactor"))
|
547
|
+
InfluxDBv3EnterpriseParameters.add_member(:compaction_row_limit, Shapes::ShapeRef.new(shape: InfluxDBv3EnterpriseParametersCompactionRowLimitInteger, location_name: "compactionRowLimit"))
|
548
|
+
InfluxDBv3EnterpriseParameters.add_member(:compaction_max_num_files_per_plan, Shapes::ShapeRef.new(shape: InfluxDBv3EnterpriseParametersCompactionMaxNumFilesPerPlanInteger, location_name: "compactionMaxNumFilesPerPlan"))
|
549
|
+
InfluxDBv3EnterpriseParameters.add_member(:compaction_gen_2_duration, Shapes::ShapeRef.new(shape: Duration, location_name: "compactionGen2Duration"))
|
550
|
+
InfluxDBv3EnterpriseParameters.add_member(:compaction_multipliers, Shapes::ShapeRef.new(shape: InfluxDBv3EnterpriseParametersCompactionMultipliersString, location_name: "compactionMultipliers"))
|
551
|
+
InfluxDBv3EnterpriseParameters.add_member(:compaction_cleanup_wait, Shapes::ShapeRef.new(shape: Duration, location_name: "compactionCleanupWait"))
|
552
|
+
InfluxDBv3EnterpriseParameters.add_member(:compaction_check_interval, Shapes::ShapeRef.new(shape: Duration, location_name: "compactionCheckInterval"))
|
553
|
+
InfluxDBv3EnterpriseParameters.add_member(:last_value_cache_disable_from_history, Shapes::ShapeRef.new(shape: Boolean, location_name: "lastValueCacheDisableFromHistory"))
|
554
|
+
InfluxDBv3EnterpriseParameters.add_member(:distinct_value_cache_disable_from_history, Shapes::ShapeRef.new(shape: Boolean, location_name: "distinctValueCacheDisableFromHistory"))
|
555
|
+
InfluxDBv3EnterpriseParameters.add_member(:replication_interval, Shapes::ShapeRef.new(shape: Duration, location_name: "replicationInterval"))
|
556
|
+
InfluxDBv3EnterpriseParameters.add_member(:catalog_sync_interval, Shapes::ShapeRef.new(shape: Duration, location_name: "catalogSyncInterval"))
|
557
|
+
InfluxDBv3EnterpriseParameters.struct_class = Types::InfluxDBv3EnterpriseParameters
|
558
|
+
|
559
|
+
InstanceModeList.member = Shapes::ShapeRef.new(shape: InstanceMode)
|
560
|
+
|
406
561
|
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
407
562
|
InternalServerException.struct_class = Types::InternalServerException
|
408
563
|
|
@@ -449,11 +604,23 @@ module Aws::TimestreamInfluxDB
|
|
449
604
|
LogDeliveryConfiguration.struct_class = Types::LogDeliveryConfiguration
|
450
605
|
|
451
606
|
Parameters.add_member(:influx_d_bv_2, Shapes::ShapeRef.new(shape: InfluxDBv2Parameters, location_name: "InfluxDBv2"))
|
607
|
+
Parameters.add_member(:influx_d_bv_3_core, Shapes::ShapeRef.new(shape: InfluxDBv3CoreParameters, location_name: "InfluxDBv3Core"))
|
608
|
+
Parameters.add_member(:influx_d_bv_3_enterprise, Shapes::ShapeRef.new(shape: InfluxDBv3EnterpriseParameters, location_name: "InfluxDBv3Enterprise"))
|
452
609
|
Parameters.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
453
610
|
Parameters.add_member_subclass(:influx_d_bv_2, Types::Parameters::InfluxDBv2)
|
611
|
+
Parameters.add_member_subclass(:influx_d_bv_3_core, Types::Parameters::InfluxDBv3Core)
|
612
|
+
Parameters.add_member_subclass(:influx_d_bv_3_enterprise, Types::Parameters::InfluxDBv3Enterprise)
|
454
613
|
Parameters.add_member_subclass(:unknown, Types::Parameters::Unknown)
|
455
614
|
Parameters.struct_class = Types::Parameters
|
456
615
|
|
616
|
+
PercentOrAbsoluteLong.add_member(:percent, Shapes::ShapeRef.new(shape: PercentOrAbsoluteLongPercentString, location_name: "percent"))
|
617
|
+
PercentOrAbsoluteLong.add_member(:absolute, Shapes::ShapeRef.new(shape: PercentOrAbsoluteLongAbsoluteLong, location_name: "absolute"))
|
618
|
+
PercentOrAbsoluteLong.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
619
|
+
PercentOrAbsoluteLong.add_member_subclass(:percent, Types::PercentOrAbsoluteLong::Percent)
|
620
|
+
PercentOrAbsoluteLong.add_member_subclass(:absolute, Types::PercentOrAbsoluteLong::Absolute)
|
621
|
+
PercentOrAbsoluteLong.add_member_subclass(:unknown, Types::PercentOrAbsoluteLong::Unknown)
|
622
|
+
PercentOrAbsoluteLong.struct_class = Types::PercentOrAbsoluteLong
|
623
|
+
|
457
624
|
RequestTagMap.key = Shapes::ShapeRef.new(shape: TagKey)
|
458
625
|
RequestTagMap.value = Shapes::ShapeRef.new(shape: TagValue)
|
459
626
|
|
@@ -528,6 +695,7 @@ module Aws::TimestreamInfluxDB
|
|
528
695
|
UpdateDbInstanceOutput.add_member(:influx_auth_parameters_secret_arn, Shapes::ShapeRef.new(shape: String, location_name: "influxAuthParametersSecretArn"))
|
529
696
|
UpdateDbInstanceOutput.add_member(:db_cluster_id, Shapes::ShapeRef.new(shape: DbClusterId, location_name: "dbClusterId"))
|
530
697
|
UpdateDbInstanceOutput.add_member(:instance_mode, Shapes::ShapeRef.new(shape: InstanceMode, location_name: "instanceMode"))
|
698
|
+
UpdateDbInstanceOutput.add_member(:instance_modes, Shapes::ShapeRef.new(shape: InstanceModeList, location_name: "instanceModes"))
|
531
699
|
UpdateDbInstanceOutput.struct_class = Types::UpdateDbInstanceOutput
|
532
700
|
|
533
701
|
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
@@ -13,22 +13,22 @@ module Aws::TimestreamInfluxDB
|
|
13
13
|
# @!attribute region
|
14
14
|
# The AWS region used to dispatch the request.
|
15
15
|
#
|
16
|
-
# @return [
|
16
|
+
# @return [string]
|
17
17
|
#
|
18
18
|
# @!attribute use_dual_stack
|
19
19
|
# When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
|
20
20
|
#
|
21
|
-
# @return [
|
21
|
+
# @return [boolean]
|
22
22
|
#
|
23
23
|
# @!attribute use_fips
|
24
24
|
# When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
|
25
25
|
#
|
26
|
-
# @return [
|
26
|
+
# @return [boolean]
|
27
27
|
#
|
28
28
|
# @!attribute endpoint
|
29
29
|
# Override the endpoint used to send this request
|
30
30
|
#
|
31
|
-
# @return [
|
31
|
+
# @return [string]
|
32
32
|
#
|
33
33
|
EndpointParameters = Struct.new(
|
34
34
|
:region,
|