@aws-sdk/client-timestream-influxdb 3.908.0 → 3.911.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.
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/index.js +288 -3
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/models_0.js +32 -0
- package/dist-es/protocols/Aws_json1_0.js +256 -6
- package/dist-types/commands/CreateDbClusterCommand.d.ts +3 -3
- package/dist-types/commands/CreateDbInstanceCommand.d.ts +4 -1
- package/dist-types/commands/CreateDbParameterGroupCommand.d.ts +232 -12
- package/dist-types/commands/DeleteDbInstanceCommand.d.ts +4 -1
- package/dist-types/commands/GetDbClusterCommand.d.ts +1 -0
- package/dist-types/commands/GetDbInstanceCommand.d.ts +4 -1
- package/dist-types/commands/GetDbParameterGroupCommand.d.ts +116 -6
- package/dist-types/commands/ListDbClustersCommand.d.ts +1 -0
- package/dist-types/commands/ListDbInstancesForClusterCommand.d.ts +4 -1
- package/dist-types/commands/UpdateDbInstanceCommand.d.ts +4 -1
- package/dist-types/models/models_0.d.ts +682 -6
- package/dist-types/ts3.4/models/models_0.d.ts +174 -3
- package/package.json +33 -33
|
@@ -71,7 +71,10 @@ declare const GetDbInstanceCommand_base: {
|
|
|
71
71
|
* // },
|
|
72
72
|
* // influxAuthParametersSecretArn: "STRING_VALUE",
|
|
73
73
|
* // dbClusterId: "STRING_VALUE",
|
|
74
|
-
* // instanceMode: "PRIMARY" || "STANDBY" || "REPLICA",
|
|
74
|
+
* // instanceMode: "PRIMARY" || "STANDBY" || "REPLICA" || "INGEST" || "QUERY" || "COMPACT" || "PROCESS",
|
|
75
|
+
* // instanceModes: [ // InstanceModeList
|
|
76
|
+
* // "PRIMARY" || "STANDBY" || "REPLICA" || "INGEST" || "QUERY" || "COMPACT" || "PROCESS",
|
|
77
|
+
* // ],
|
|
75
78
|
* // };
|
|
76
79
|
*
|
|
77
80
|
* ```
|
|
@@ -53,22 +53,22 @@ declare const GetDbParameterGroupCommand_base: {
|
|
|
53
53
|
* // noTasks: true || false,
|
|
54
54
|
* // queryConcurrency: Number("int"),
|
|
55
55
|
* // queryQueueSize: Number("int"),
|
|
56
|
-
* // tracingType: "log" || "jaeger",
|
|
56
|
+
* // tracingType: "log" || "jaeger" || "disabled",
|
|
57
57
|
* // metricsDisabled: true || false,
|
|
58
58
|
* // httpIdleTimeout: { // Duration
|
|
59
|
-
* // durationType: "hours" || "minutes" || "seconds" || "milliseconds", // required
|
|
59
|
+
* // durationType: "hours" || "minutes" || "seconds" || "milliseconds" || "days", // required
|
|
60
60
|
* // value: Number("long"), // required
|
|
61
61
|
* // },
|
|
62
62
|
* // httpReadHeaderTimeout: {
|
|
63
|
-
* // durationType: "hours" || "minutes" || "seconds" || "milliseconds", // required
|
|
63
|
+
* // durationType: "hours" || "minutes" || "seconds" || "milliseconds" || "days", // required
|
|
64
64
|
* // value: Number("long"), // required
|
|
65
65
|
* // },
|
|
66
66
|
* // httpReadTimeout: {
|
|
67
|
-
* // durationType: "hours" || "minutes" || "seconds" || "milliseconds", // required
|
|
67
|
+
* // durationType: "hours" || "minutes" || "seconds" || "milliseconds" || "days", // required
|
|
68
68
|
* // value: Number("long"), // required
|
|
69
69
|
* // },
|
|
70
70
|
* // httpWriteTimeout: {
|
|
71
|
-
* // durationType: "hours" || "minutes" || "seconds" || "milliseconds", // required
|
|
71
|
+
* // durationType: "hours" || "minutes" || "seconds" || "milliseconds" || "days", // required
|
|
72
72
|
* // value: Number("long"), // required
|
|
73
73
|
* // },
|
|
74
74
|
* // influxqlMaxSelectBuckets: Number("long"),
|
|
@@ -83,7 +83,7 @@ declare const GetDbParameterGroupCommand_base: {
|
|
|
83
83
|
* // storageCacheMaxMemorySize: Number("long"),
|
|
84
84
|
* // storageCacheSnapshotMemorySize: Number("long"),
|
|
85
85
|
* // storageCacheSnapshotWriteColdDuration: {
|
|
86
|
-
* // durationType: "hours" || "minutes" || "seconds" || "milliseconds", // required
|
|
86
|
+
* // durationType: "hours" || "minutes" || "seconds" || "milliseconds" || "days", // required
|
|
87
87
|
* // value: Number("long"), // required
|
|
88
88
|
* // },
|
|
89
89
|
* // storageCompactFullWriteColdDuration: "<Duration>",
|
|
@@ -98,6 +98,116 @@ declare const GetDbParameterGroupCommand_base: {
|
|
|
98
98
|
* // storageWalMaxWriteDelay: "<Duration>",
|
|
99
99
|
* // uiDisabled: true || false,
|
|
100
100
|
* // },
|
|
101
|
+
* // InfluxDBv3Core: { // InfluxDBv3CoreParameters
|
|
102
|
+
* // queryFileLimit: Number("int"),
|
|
103
|
+
* // queryLogSize: Number("int"),
|
|
104
|
+
* // logFilter: "STRING_VALUE",
|
|
105
|
+
* // logFormat: "full",
|
|
106
|
+
* // dataFusionNumThreads: Number("int"),
|
|
107
|
+
* // dataFusionRuntimeType: "multi-thread" || "multi-thread-alt",
|
|
108
|
+
* // dataFusionRuntimeDisableLifoSlot: true || false,
|
|
109
|
+
* // dataFusionRuntimeEventInterval: Number("int"),
|
|
110
|
+
* // dataFusionRuntimeGlobalQueueInterval: Number("int"),
|
|
111
|
+
* // dataFusionRuntimeMaxBlockingThreads: Number("int"),
|
|
112
|
+
* // dataFusionRuntimeMaxIoEventsPerTick: Number("int"),
|
|
113
|
+
* // dataFusionRuntimeThreadKeepAlive: "<Duration>",
|
|
114
|
+
* // dataFusionRuntimeThreadPriority: Number("int"),
|
|
115
|
+
* // dataFusionMaxParquetFanout: Number("int"),
|
|
116
|
+
* // dataFusionUseCachedParquetLoader: true || false,
|
|
117
|
+
* // dataFusionConfig: "STRING_VALUE",
|
|
118
|
+
* // maxHttpRequestSize: Number("long"),
|
|
119
|
+
* // forceSnapshotMemThreshold: { // PercentOrAbsoluteLong Union: only one key present
|
|
120
|
+
* // percent: "STRING_VALUE",
|
|
121
|
+
* // absolute: Number("long"),
|
|
122
|
+
* // },
|
|
123
|
+
* // walSnapshotSize: Number("int"),
|
|
124
|
+
* // walMaxWriteBufferSize: Number("int"),
|
|
125
|
+
* // snapshottedWalFilesToKeep: Number("int"),
|
|
126
|
+
* // preemptiveCacheAge: "<Duration>",
|
|
127
|
+
* // parquetMemCachePrunePercentage: Number("float"),
|
|
128
|
+
* // parquetMemCachePruneInterval: "<Duration>",
|
|
129
|
+
* // disableParquetMemCache: true || false,
|
|
130
|
+
* // parquetMemCacheQueryPathDuration: "<Duration>",
|
|
131
|
+
* // lastCacheEvictionInterval: "<Duration>",
|
|
132
|
+
* // distinctCacheEvictionInterval: "<Duration>",
|
|
133
|
+
* // gen1Duration: "<Duration>",
|
|
134
|
+
* // execMemPoolBytes: {// Union: only one key present
|
|
135
|
+
* // percent: "STRING_VALUE",
|
|
136
|
+
* // absolute: Number("long"),
|
|
137
|
+
* // },
|
|
138
|
+
* // parquetMemCacheSize: {// Union: only one key present
|
|
139
|
+
* // percent: "STRING_VALUE",
|
|
140
|
+
* // absolute: Number("long"),
|
|
141
|
+
* // },
|
|
142
|
+
* // walReplayFailOnError: true || false,
|
|
143
|
+
* // walReplayConcurrencyLimit: Number("int"),
|
|
144
|
+
* // tableIndexCacheMaxEntries: Number("int"),
|
|
145
|
+
* // tableIndexCacheConcurrencyLimit: Number("int"),
|
|
146
|
+
* // gen1LookbackDuration: "<Duration>",
|
|
147
|
+
* // retentionCheckInterval: "<Duration>",
|
|
148
|
+
* // deleteGracePeriod: "<Duration>",
|
|
149
|
+
* // hardDeleteDefaultDuration: "<Duration>",
|
|
150
|
+
* // },
|
|
151
|
+
* // InfluxDBv3Enterprise: { // InfluxDBv3EnterpriseParameters
|
|
152
|
+
* // queryFileLimit: Number("int"),
|
|
153
|
+
* // queryLogSize: Number("int"),
|
|
154
|
+
* // logFilter: "STRING_VALUE",
|
|
155
|
+
* // logFormat: "full",
|
|
156
|
+
* // dataFusionNumThreads: Number("int"),
|
|
157
|
+
* // dataFusionRuntimeType: "multi-thread" || "multi-thread-alt",
|
|
158
|
+
* // dataFusionRuntimeDisableLifoSlot: true || false,
|
|
159
|
+
* // dataFusionRuntimeEventInterval: Number("int"),
|
|
160
|
+
* // dataFusionRuntimeGlobalQueueInterval: Number("int"),
|
|
161
|
+
* // dataFusionRuntimeMaxBlockingThreads: Number("int"),
|
|
162
|
+
* // dataFusionRuntimeMaxIoEventsPerTick: Number("int"),
|
|
163
|
+
* // dataFusionRuntimeThreadKeepAlive: "<Duration>",
|
|
164
|
+
* // dataFusionRuntimeThreadPriority: Number("int"),
|
|
165
|
+
* // dataFusionMaxParquetFanout: Number("int"),
|
|
166
|
+
* // dataFusionUseCachedParquetLoader: true || false,
|
|
167
|
+
* // dataFusionConfig: "STRING_VALUE",
|
|
168
|
+
* // maxHttpRequestSize: Number("long"),
|
|
169
|
+
* // forceSnapshotMemThreshold: {// Union: only one key present
|
|
170
|
+
* // percent: "STRING_VALUE",
|
|
171
|
+
* // absolute: Number("long"),
|
|
172
|
+
* // },
|
|
173
|
+
* // walSnapshotSize: Number("int"),
|
|
174
|
+
* // walMaxWriteBufferSize: Number("int"),
|
|
175
|
+
* // snapshottedWalFilesToKeep: Number("int"),
|
|
176
|
+
* // preemptiveCacheAge: "<Duration>",
|
|
177
|
+
* // parquetMemCachePrunePercentage: Number("float"),
|
|
178
|
+
* // parquetMemCachePruneInterval: "<Duration>",
|
|
179
|
+
* // disableParquetMemCache: true || false,
|
|
180
|
+
* // parquetMemCacheQueryPathDuration: "<Duration>",
|
|
181
|
+
* // lastCacheEvictionInterval: "<Duration>",
|
|
182
|
+
* // distinctCacheEvictionInterval: "<Duration>",
|
|
183
|
+
* // gen1Duration: "<Duration>",
|
|
184
|
+
* // execMemPoolBytes: {// Union: only one key present
|
|
185
|
+
* // percent: "STRING_VALUE",
|
|
186
|
+
* // absolute: Number("long"),
|
|
187
|
+
* // },
|
|
188
|
+
* // parquetMemCacheSize: "<PercentOrAbsoluteLong>",
|
|
189
|
+
* // walReplayFailOnError: true || false,
|
|
190
|
+
* // walReplayConcurrencyLimit: Number("int"),
|
|
191
|
+
* // tableIndexCacheMaxEntries: Number("int"),
|
|
192
|
+
* // tableIndexCacheConcurrencyLimit: Number("int"),
|
|
193
|
+
* // gen1LookbackDuration: "<Duration>",
|
|
194
|
+
* // retentionCheckInterval: "<Duration>",
|
|
195
|
+
* // deleteGracePeriod: "<Duration>",
|
|
196
|
+
* // hardDeleteDefaultDuration: "<Duration>",
|
|
197
|
+
* // ingestQueryInstances: Number("int"), // required
|
|
198
|
+
* // queryOnlyInstances: Number("int"), // required
|
|
199
|
+
* // dedicatedCompactor: true || false, // required
|
|
200
|
+
* // compactionRowLimit: Number("int"),
|
|
201
|
+
* // compactionMaxNumFilesPerPlan: Number("int"),
|
|
202
|
+
* // compactionGen2Duration: "<Duration>",
|
|
203
|
+
* // compactionMultipliers: "STRING_VALUE",
|
|
204
|
+
* // compactionCleanupWait: "<Duration>",
|
|
205
|
+
* // compactionCheckInterval: "<Duration>",
|
|
206
|
+
* // lastValueCacheDisableFromHistory: true || false,
|
|
207
|
+
* // distinctValueCacheDisableFromHistory: true || false,
|
|
208
|
+
* // replicationInterval: "<Duration>",
|
|
209
|
+
* // catalogSyncInterval: "<Duration>",
|
|
210
|
+
* // },
|
|
101
211
|
* // },
|
|
102
212
|
* // };
|
|
103
213
|
*
|
|
@@ -57,6 +57,7 @@ declare const ListDbClustersCommand_base: {
|
|
|
57
57
|
* // networkType: "IPV4" || "DUAL",
|
|
58
58
|
* // dbStorageType: "InfluxIOIncludedT1" || "InfluxIOIncludedT2" || "InfluxIOIncludedT3",
|
|
59
59
|
* // allocatedStorage: Number("int"),
|
|
60
|
+
* // engineType: "INFLUXDB_V2" || "INFLUXDB_V3_CORE" || "INFLUXDB_V3_ENTERPRISE",
|
|
60
61
|
* // },
|
|
61
62
|
* // ],
|
|
62
63
|
* // nextToken: "STRING_VALUE",
|
|
@@ -57,7 +57,10 @@ declare const ListDbInstancesForClusterCommand_base: {
|
|
|
57
57
|
* // dbStorageType: "InfluxIOIncludedT1" || "InfluxIOIncludedT2" || "InfluxIOIncludedT3",
|
|
58
58
|
* // allocatedStorage: Number("int"),
|
|
59
59
|
* // deploymentType: "SINGLE_AZ" || "WITH_MULTIAZ_STANDBY",
|
|
60
|
-
* // instanceMode: "PRIMARY" || "STANDBY" || "REPLICA",
|
|
60
|
+
* // instanceMode: "PRIMARY" || "STANDBY" || "REPLICA" || "INGEST" || "QUERY" || "COMPACT" || "PROCESS",
|
|
61
|
+
* // instanceModes: [ // InstanceModeList
|
|
62
|
+
* // "PRIMARY" || "STANDBY" || "REPLICA" || "INGEST" || "QUERY" || "COMPACT" || "PROCESS",
|
|
63
|
+
* // ],
|
|
61
64
|
* // },
|
|
62
65
|
* // ],
|
|
63
66
|
* // nextToken: "STRING_VALUE",
|
|
@@ -83,7 +83,10 @@ declare const UpdateDbInstanceCommand_base: {
|
|
|
83
83
|
* // },
|
|
84
84
|
* // influxAuthParametersSecretArn: "STRING_VALUE",
|
|
85
85
|
* // dbClusterId: "STRING_VALUE",
|
|
86
|
-
* // instanceMode: "PRIMARY" || "STANDBY" || "REPLICA",
|
|
86
|
+
* // instanceMode: "PRIMARY" || "STANDBY" || "REPLICA" || "INGEST" || "QUERY" || "COMPACT" || "PROCESS",
|
|
87
|
+
* // instanceModes: [ // InstanceModeList
|
|
88
|
+
* // "PRIMARY" || "STANDBY" || "REPLICA" || "INGEST" || "QUERY" || "COMPACT" || "PROCESS",
|
|
89
|
+
* // ],
|
|
87
90
|
* // };
|
|
88
91
|
*
|
|
89
92
|
* ```
|