@aws-sdk/client-timestream-influxdb 3.1075.0 → 3.1077.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/index.js CHANGED
@@ -1,21 +1,58 @@
1
- var __exportStar = (m, e) => { Object.assign(e, m); };
2
- const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
1
+ const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
3
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
4
- const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
5
4
  exports.$Command = Command;
6
5
  exports.__Client = Client;
7
- const { resolveRegionConfig } = require("@smithy/core/config");
8
- const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
9
- const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
10
- const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
11
- const { getSchemaSerdePlugin } = require("@smithy/core/schema");
12
- const { resolveHttpAuthSchemeConfig, defaultTimestreamInfluxDBHttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
13
- const { getRuntimeConfig } = require("./runtimeConfig");
14
- const { CreateDbCluster$, CreateDbInstance$, CreateDbParameterGroup$, DeleteDbCluster$, DeleteDbInstance$, GetDbCluster$, GetDbInstance$, GetDbParameterGroup$, ListDbClusters$, ListDbInstances$, ListDbInstancesForCluster$, ListDbParameterGroups$, ListTagsForResource$, RebootDbCluster$, RebootDbInstance$, TagResource$, UntagResource$, UpdateDbCluster$, UpdateDbInstance$ } = require("./schemas/schemas_0");
15
- __exportStar(require("./schemas/schemas_0"), exports);
16
- __exportStar(require("./models/errors"), exports);
17
- const { TimestreamInfluxDBServiceException } = require("./models/TimestreamInfluxDBServiceException");
18
- exports.TimestreamInfluxDBServiceException = TimestreamInfluxDBServiceException;
6
+ const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
+ const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
8
+ const { parseUrl, getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
9
+ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
10
+ const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
+ const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
+ const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
+ const { AwsJson1_0Protocol } = require("@aws-sdk/core/protocols");
16
+ const { Sha256 } = require("@smithy/core/checksum");
17
+
18
+ const defaultTimestreamInfluxDBHttpAuthSchemeParametersProvider = async (config, context, input) => {
19
+ return {
20
+ operation: getSmithyContext(context).operation,
21
+ region: await normalizeProvider(config.region)() || (() => {
22
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
23
+ })(),
24
+ };
25
+ };
26
+ function createAwsAuthSigv4HttpAuthOption(authParameters) {
27
+ return {
28
+ schemeId: "aws.auth#sigv4",
29
+ signingProperties: {
30
+ name: "timestream-influxdb",
31
+ region: authParameters.region,
32
+ },
33
+ propertiesExtractor: (config, context) => ({
34
+ signingProperties: {
35
+ config,
36
+ context,
37
+ },
38
+ }),
39
+ };
40
+ }
41
+ const defaultTimestreamInfluxDBHttpAuthSchemeProvider = (authParameters) => {
42
+ const options = [];
43
+ switch (authParameters.operation) {
44
+ default: {
45
+ options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
46
+ }
47
+ }
48
+ return options;
49
+ };
50
+ const resolveHttpAuthSchemeConfig = (config) => {
51
+ const config_0 = resolveAwsSdkSigV4Config(config);
52
+ return Object.assign(config_0, {
53
+ authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
54
+ });
55
+ };
19
56
 
20
57
  const resolveClientEndpointParameters = (options) => {
21
58
  return Object.assign(options, {
@@ -31,6 +68,850 @@ const commonParams = {
31
68
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
32
69
  };
33
70
 
71
+ var version = "3.1076.0";
72
+ var packageInfo = {
73
+ version: version};
74
+
75
+ const k = "ref";
76
+ const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
77
+ const _data = {
78
+ conditions: [
79
+ [c, [g]],
80
+ [c, j],
81
+ ["aws.partition", j, d],
82
+ [e, [{ [k]: "UseFIPS" }, b]],
83
+ [e, [{ [k]: "UseDualStack" }, b]],
84
+ [e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
85
+ [e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]]
86
+ ],
87
+ results: [
88
+ [a],
89
+ [a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
90
+ [a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
91
+ [g, i],
92
+ ["https://timestream-influxdb-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
93
+ [a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
94
+ ["https://timestream-influxdb-fips.{Region}.{PartitionResult#dnsSuffix}", i],
95
+ [a, "FIPS is enabled but this partition does not support FIPS"],
96
+ ["https://timestream-influxdb.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
97
+ [a, "DualStack is enabled but this partition does not support DualStack"],
98
+ ["https://timestream-influxdb.{Region}.{PartitionResult#dnsSuffix}", i],
99
+ [a, "Invalid Configuration: Missing Region"]
100
+ ]
101
+ };
102
+ const root = 2;
103
+ const r = 100_000_000;
104
+ const nodes = new Int32Array([
105
+ -1, 1, -1,
106
+ 0, 12, 3,
107
+ 1, 4, r + 11,
108
+ 2, 5, r + 11,
109
+ 3, 8, 6,
110
+ 4, 7, r + 10,
111
+ 5, r + 8, r + 9,
112
+ 4, 10, 9,
113
+ 6, r + 6, r + 7,
114
+ 5, 11, r + 5,
115
+ 6, r + 4, r + 5,
116
+ 3, r + 1, 13,
117
+ 4, r + 2, r + 3,
118
+ ]);
119
+ const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
120
+
121
+ const cache = new EndpointCache({
122
+ size: 50,
123
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
124
+ });
125
+ const defaultEndpointResolver = (endpointParams, context = {}) => {
126
+ return cache.get(endpointParams, () => decideEndpoint(bdd, {
127
+ endpointParams: endpointParams,
128
+ logger: context.logger,
129
+ }));
130
+ };
131
+ customEndpointFunctions.aws = awsEndpointFunctions;
132
+
133
+ class TimestreamInfluxDBServiceException extends ServiceException {
134
+ constructor(options) {
135
+ super(options);
136
+ Object.setPrototypeOf(this, TimestreamInfluxDBServiceException.prototype);
137
+ }
138
+ }
139
+
140
+ class AccessDeniedException extends TimestreamInfluxDBServiceException {
141
+ name = "AccessDeniedException";
142
+ $fault = "client";
143
+ constructor(opts) {
144
+ super({
145
+ name: "AccessDeniedException",
146
+ $fault: "client",
147
+ ...opts,
148
+ });
149
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
150
+ }
151
+ }
152
+ class ConflictException extends TimestreamInfluxDBServiceException {
153
+ name = "ConflictException";
154
+ $fault = "client";
155
+ resourceId;
156
+ resourceType;
157
+ constructor(opts) {
158
+ super({
159
+ name: "ConflictException",
160
+ $fault: "client",
161
+ ...opts,
162
+ });
163
+ Object.setPrototypeOf(this, ConflictException.prototype);
164
+ this.resourceId = opts.resourceId;
165
+ this.resourceType = opts.resourceType;
166
+ }
167
+ }
168
+ class InternalServerException extends TimestreamInfluxDBServiceException {
169
+ name = "InternalServerException";
170
+ $fault = "server";
171
+ $retryable = {};
172
+ constructor(opts) {
173
+ super({
174
+ name: "InternalServerException",
175
+ $fault: "server",
176
+ ...opts,
177
+ });
178
+ Object.setPrototypeOf(this, InternalServerException.prototype);
179
+ }
180
+ }
181
+ class ResourceNotFoundException extends TimestreamInfluxDBServiceException {
182
+ name = "ResourceNotFoundException";
183
+ $fault = "client";
184
+ resourceId;
185
+ resourceType;
186
+ constructor(opts) {
187
+ super({
188
+ name: "ResourceNotFoundException",
189
+ $fault: "client",
190
+ ...opts,
191
+ });
192
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
193
+ this.resourceId = opts.resourceId;
194
+ this.resourceType = opts.resourceType;
195
+ }
196
+ }
197
+ class ServiceQuotaExceededException extends TimestreamInfluxDBServiceException {
198
+ name = "ServiceQuotaExceededException";
199
+ $fault = "client";
200
+ constructor(opts) {
201
+ super({
202
+ name: "ServiceQuotaExceededException",
203
+ $fault: "client",
204
+ ...opts,
205
+ });
206
+ Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
207
+ }
208
+ }
209
+ class ThrottlingException extends TimestreamInfluxDBServiceException {
210
+ name = "ThrottlingException";
211
+ $fault = "client";
212
+ $retryable = {};
213
+ retryAfterSeconds;
214
+ constructor(opts) {
215
+ super({
216
+ name: "ThrottlingException",
217
+ $fault: "client",
218
+ ...opts,
219
+ });
220
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
221
+ this.retryAfterSeconds = opts.retryAfterSeconds;
222
+ }
223
+ }
224
+ class ValidationException extends TimestreamInfluxDBServiceException {
225
+ name = "ValidationException";
226
+ $fault = "client";
227
+ reason;
228
+ constructor(opts) {
229
+ super({
230
+ name: "ValidationException",
231
+ $fault: "client",
232
+ ...opts,
233
+ });
234
+ Object.setPrototypeOf(this, ValidationException.prototype);
235
+ this.reason = opts.reason;
236
+ }
237
+ }
238
+
239
+ const _ADE = "AccessDeniedException";
240
+ const _CC = "ClusterConfiguration";
241
+ const _CDC = "CreateDbCluster";
242
+ const _CDCI = "CreateDbClusterInput";
243
+ const _CDCO = "CreateDbClusterOutput";
244
+ const _CDI = "CreateDbInstance";
245
+ const _CDII = "CreateDbInstanceInput";
246
+ const _CDIO = "CreateDbInstanceOutput";
247
+ const _CDPG = "CreateDbParameterGroup";
248
+ const _CDPGI = "CreateDbParameterGroupInput";
249
+ const _CDPGO = "CreateDbParameterGroupOutput";
250
+ const _CE = "ConflictException";
251
+ const _D = "Duration";
252
+ const _DCS = "DbClusterSummary";
253
+ const _DCSL = "DbClusterSummaryList";
254
+ const _DDC = "DeleteDbCluster";
255
+ const _DDCI = "DeleteDbClusterInput";
256
+ const _DDCO = "DeleteDbClusterOutput";
257
+ const _DDI = "DeleteDbInstance";
258
+ const _DDII = "DeleteDbInstanceInput";
259
+ const _DDIO = "DeleteDbInstanceOutput";
260
+ const _DIFCS = "DbInstanceForClusterSummary";
261
+ const _DIFCSL = "DbInstanceForClusterSummaryList";
262
+ const _DIS = "DbInstanceSummary";
263
+ const _DISL = "DbInstanceSummaryList";
264
+ const _DPGS = "DbParameterGroupSummary";
265
+ const _DPGSL = "DbParameterGroupSummaryList";
266
+ const _GDC = "GetDbCluster";
267
+ const _GDCI = "GetDbClusterInput";
268
+ const _GDCO = "GetDbClusterOutput";
269
+ const _GDI = "GetDbInstance";
270
+ const _GDII = "GetDbInstanceInput";
271
+ const _GDIO = "GetDbInstanceOutput";
272
+ const _GDPG = "GetDbParameterGroup";
273
+ const _GDPGI = "GetDbParameterGroupInput";
274
+ const _GDPGO = "GetDbParameterGroupOutput";
275
+ const _IDB = "InfluxDBv2";
276
+ const _IDBC = "InfluxDBv3Core";
277
+ const _IDBCP = "InfluxDBv3CoreParameters";
278
+ const _IDBE = "InfluxDBv3Enterprise";
279
+ const _IDBEP = "InfluxDBv3EnterpriseParameters";
280
+ const _IDBP = "InfluxDBv2Parameters";
281
+ const _ISE = "InternalServerException";
282
+ const _LDC = "LogDeliveryConfiguration";
283
+ const _LDCI = "ListDbClustersInput";
284
+ const _LDCO = "ListDbClustersOutput";
285
+ const _LDCi = "ListDbClusters";
286
+ const _LDI = "ListDbInstances";
287
+ const _LDIFC = "ListDbInstancesForCluster";
288
+ const _LDIFCI = "ListDbInstancesForClusterInput";
289
+ const _LDIFCO = "ListDbInstancesForClusterOutput";
290
+ const _LDII = "ListDbInstancesInput";
291
+ const _LDIO = "ListDbInstancesOutput";
292
+ const _LDPG = "ListDbParameterGroups";
293
+ const _LDPGI = "ListDbParameterGroupsInput";
294
+ const _LDPGO = "ListDbParameterGroupsOutput";
295
+ const _LTFR = "ListTagsForResource";
296
+ const _LTFRR = "ListTagsForResourceRequest";
297
+ const _LTFRRi = "ListTagsForResourceResponse";
298
+ const _MS = "MaintenanceSchedule";
299
+ const _P = "Password";
300
+ const _POAL = "PercentOrAbsoluteLong";
301
+ const _Pa = "Parameters";
302
+ const _RA = "Retry-After";
303
+ const _RDC = "RebootDbCluster";
304
+ const _RDCI = "RebootDbClusterInput";
305
+ const _RDCO = "RebootDbClusterOutput";
306
+ const _RDI = "RebootDbInstance";
307
+ const _RDII = "RebootDbInstanceInput";
308
+ const _RDIO = "RebootDbInstanceOutput";
309
+ const _RNFE = "ResourceNotFoundException";
310
+ const _SC = "S3Configuration";
311
+ const _SQEE = "ServiceQuotaExceededException";
312
+ const _TE = "ThrottlingException";
313
+ const _TR = "TagResource";
314
+ const _TRR = "TagResourceRequest";
315
+ const _U = "Username";
316
+ const _UDC = "UpdateDbCluster";
317
+ const _UDCI = "UpdateDbClusterInput";
318
+ const _UDCO = "UpdateDbClusterOutput";
319
+ const _UDI = "UpdateDbInstance";
320
+ const _UDII = "UpdateDbInstanceInput";
321
+ const _UDIO = "UpdateDbInstanceOutput";
322
+ const _UR = "UntagResource";
323
+ const _URR = "UntagResourceRequest";
324
+ const _VE = "ValidationException";
325
+ const _a = "arn";
326
+ const _aS = "allocatedStorage";
327
+ const _aZ = "availabilityZone";
328
+ const _ab = "absolute";
329
+ const _b = "bucket";
330
+ const _bN = "bucketName";
331
+ const _c = "client";
332
+ const _cC = "clusterConfiguration";
333
+ const _cCI = "compactionCheckInterval";
334
+ const _cCW = "compactionCleanupWait";
335
+ const _cGD = "compactionGen2Duration";
336
+ const _cM = "compactionMultipliers";
337
+ const _cMNFPP = "compactionMaxNumFilesPerPlan";
338
+ const _cRL = "compactionRowLimit";
339
+ const _cSI = "catalogSyncInterval";
340
+ const _d = "description";
341
+ const _dC = "dedicatedCompactor";
342
+ const _dCEI = "distinctCacheEvictionInterval";
343
+ const _dCI = "dbClusterId";
344
+ const _dCS = "dbClusterStatus";
345
+ const _dFC = "dataFusionConfig";
346
+ const _dFMPF = "dataFusionMaxParquetFanout";
347
+ const _dFNT = "dataFusionNumThreads";
348
+ const _dFRDLS = "dataFusionRuntimeDisableLifoSlot";
349
+ const _dFREI = "dataFusionRuntimeEventInterval";
350
+ const _dFRGQI = "dataFusionRuntimeGlobalQueueInterval";
351
+ const _dFRMBT = "dataFusionRuntimeMaxBlockingThreads";
352
+ const _dFRMIEPT = "dataFusionRuntimeMaxIoEventsPerTick";
353
+ const _dFRT = "dataFusionRuntimeType";
354
+ const _dFRTKA = "dataFusionRuntimeThreadKeepAlive";
355
+ const _dFRTP = "dataFusionRuntimeThreadPriority";
356
+ const _dFUCPL = "dataFusionUseCachedParquetLoader";
357
+ const _dGP = "deleteGracePeriod";
358
+ const _dIT = "dbInstanceType";
359
+ const _dPGI = "dbParameterGroupIdentifier";
360
+ const _dPMC = "disableParquetMemCache";
361
+ const _dST = "dbStorageType";
362
+ const _dT = "deploymentType";
363
+ const _dTu = "durationType";
364
+ const _dVCDFH = "distinctValueCacheDisableFromHistory";
365
+ const _e = "error";
366
+ const _eMPB = "execMemPoolBytes";
367
+ const _eT = "engineType";
368
+ const _en = "endpoint";
369
+ const _ena = "enabled";
370
+ const _fLE = "fluxLogEnabled";
371
+ const _fM = "failoverMode";
372
+ const _fSMT = "forceSnapshotMemThreshold";
373
+ const _gD = "gen1Duration";
374
+ const _gLD = "gen1LookbackDuration";
375
+ const _hDDD = "hardDeleteDefaultDuration";
376
+ const _hE = "httpError";
377
+ const _hH = "httpHeader";
378
+ const _hIT = "httpIdleTimeout";
379
+ const _hRHT = "httpReadHeaderTimeout";
380
+ const _hRT = "httpReadTimeout";
381
+ const _hWT = "httpWriteTimeout";
382
+ const _i = "id";
383
+ const _iAPSA = "influxAuthParametersSecretArn";
384
+ const _iI = "instanceIds";
385
+ const _iM = "instanceMode";
386
+ const _iMSB = "influxqlMaxSelectBuckets";
387
+ const _iMSP = "influxqlMaxSelectPoint";
388
+ const _iMSS = "influxqlMaxSelectSeries";
389
+ const _iMn = "instanceModes";
390
+ const _iQI = "ingestQueryInstances";
391
+ const _id = "identifier";
392
+ const _it = "items";
393
+ const _lCEI = "lastCacheEvictionInterval";
394
+ const _lDC = "logDeliveryConfiguration";
395
+ const _lF = "logFilter";
396
+ const _lFo = "logFormat";
397
+ const _lL = "logLevel";
398
+ const _lMT = "lastMaintenanceTime";
399
+ const _lVCDFH = "lastValueCacheDisableFromHistory";
400
+ const _m = "message";
401
+ const _mD = "metricsDisabled";
402
+ const _mHRS = "maxHttpRequestSize";
403
+ const _mR = "maxResults";
404
+ const _mS = "maintenanceSchedule";
405
+ const _n = "name";
406
+ const _nMT = "nextMaintenanceTime";
407
+ const _nT = "networkType";
408
+ const _nTe = "nextToken";
409
+ const _nTo = "noTasks";
410
+ const _o = "organization";
411
+ const _p = "password";
412
+ const _pA = "publiclyAccessible";
413
+ const _pCA = "preemptiveCacheAge";
414
+ const _pD = "pprofDisabled";
415
+ const _pMCPI = "parquetMemCachePruneInterval";
416
+ const _pMCPP = "parquetMemCachePrunePercentage";
417
+ const _pMCQPD = "parquetMemCacheQueryPathDuration";
418
+ const _pMCS = "parquetMemCacheSize";
419
+ const _pMW = "preferredMaintenanceWindow";
420
+ const _pa = "parameters";
421
+ const _pe = "percent";
422
+ const _po = "port";
423
+ const _qC = "queryConcurrency";
424
+ const _qFL = "queryFileLimit";
425
+ const _qIMB = "queryInitialMemoryBytes";
426
+ const _qLS = "queryLogSize";
427
+ const _qMB = "queryMemoryBytes";
428
+ const _qMMB = "queryMaxMemoryBytes";
429
+ const _qOI = "queryOnlyInstances";
430
+ const _qQS = "queryQueueSize";
431
+ const _r = "reason";
432
+ const _rA = "resourceArn";
433
+ const _rAS = "retryAfterSeconds";
434
+ const _rCI = "retentionCheckInterval";
435
+ const _rE = "readerEndpoint";
436
+ const _rI = "resourceId";
437
+ const _rIe = "replicationInterval";
438
+ const _rT = "resourceType";
439
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.timestreaminfluxdb";
440
+ const _sAZ = "secondaryAvailabilityZone";
441
+ const _sC = "s3Configuration";
442
+ const _sCFWCD = "storageCompactFullWriteColdDuration";
443
+ const _sCMMS = "storageCacheMaxMemorySize";
444
+ const _sCSMS = "storageCacheSnapshotMemorySize";
445
+ const _sCSWCD = "storageCacheSnapshotWriteColdDuration";
446
+ const _sCTB = "storageCompactThroughputBurst";
447
+ const _sL = "sessionLength";
448
+ const _sMCC = "storageMaxConcurrentCompactions";
449
+ const _sMILFS = "storageMaxIndexLogFileSize";
450
+ const _sNVFS = "storageNoValidateFieldSize";
451
+ const _sRCI = "storageRetentionCheckInterval";
452
+ const _sRD = "sessionRenewDisabled";
453
+ const _sSFMCSC = "storageSeriesFileMaxConcurrentSnapshotCompactions";
454
+ const _sSISCS = "storageSeriesIdSetCacheSize";
455
+ const _sWFTK = "snapshottedWalFilesToKeep";
456
+ const _sWMCW = "storageWalMaxConcurrentWrites";
457
+ const _sWMWD = "storageWalMaxWriteDelay";
458
+ const _se = "server";
459
+ const _st = "status";
460
+ const _t = "tags";
461
+ const _tICCL = "tableIndexCacheConcurrencyLimit";
462
+ const _tICME = "tableIndexCacheMaxEntries";
463
+ const _tK = "tagKeys";
464
+ const _tT = "tracingType";
465
+ const _ti = "timezone";
466
+ const _u = "username";
467
+ const _uD = "uiDisabled";
468
+ const _v = "value";
469
+ const _vSGI = "vpcSecurityGroupIds";
470
+ const _vSI = "vpcSubnetIds";
471
+ const _wMWBS = "walMaxWriteBufferSize";
472
+ const _wRCL = "walReplayConcurrencyLimit";
473
+ const _wRFOE = "walReplayFailOnError";
474
+ const _wSS = "walSnapshotSize";
475
+ const n0 = "com.amazonaws.timestreaminfluxdb";
476
+ const _s_registry = TypeRegistry.for(_s);
477
+ var TimestreamInfluxDBServiceException$ = [-3, _s, "TimestreamInfluxDBServiceException", 0, [], []];
478
+ _s_registry.registerError(TimestreamInfluxDBServiceException$, TimestreamInfluxDBServiceException);
479
+ const n0_registry = TypeRegistry.for(n0);
480
+ var AccessDeniedException$ = [-3, n0, _ADE,
481
+ { [_e]: _c, [_hE]: 403 },
482
+ [_m],
483
+ [0], 1
484
+ ];
485
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
486
+ var ConflictException$ = [-3, n0, _CE,
487
+ { [_e]: _c, [_hE]: 409 },
488
+ [_m, _rI, _rT],
489
+ [0, 0, 0], 3
490
+ ];
491
+ n0_registry.registerError(ConflictException$, ConflictException);
492
+ var InternalServerException$ = [-3, n0, _ISE,
493
+ { [_e]: _se, [_hE]: 500 },
494
+ [_m],
495
+ [0], 1
496
+ ];
497
+ n0_registry.registerError(InternalServerException$, InternalServerException);
498
+ var ResourceNotFoundException$ = [-3, n0, _RNFE,
499
+ { [_e]: _c, [_hE]: 404 },
500
+ [_m, _rI, _rT],
501
+ [0, 0, 0], 3
502
+ ];
503
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
504
+ var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
505
+ { [_e]: _c, [_hE]: 402 },
506
+ [_m],
507
+ [0], 1
508
+ ];
509
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
510
+ var ThrottlingException$ = [-3, n0, _TE,
511
+ { [_e]: _c, [_hE]: 429 },
512
+ [_m, _rAS],
513
+ [0, [1, { [_hH]: _RA }]], 1
514
+ ];
515
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
516
+ var ValidationException$ = [-3, n0, _VE,
517
+ { [_e]: _c, [_hE]: 400 },
518
+ [_m, _r],
519
+ [0, 0], 2
520
+ ];
521
+ n0_registry.registerError(ValidationException$, ValidationException);
522
+ const errorTypeRegistries = [
523
+ _s_registry,
524
+ n0_registry,
525
+ ];
526
+ var Password = [0, n0, _P, 8, 0];
527
+ var Username = [0, n0, _U, 8, 0];
528
+ var ClusterConfiguration$ = [3, n0, _CC,
529
+ 0,
530
+ [_iQI, _qOI, _dC],
531
+ [1, 1, 2]
532
+ ];
533
+ var CreateDbClusterInput$ = [3, n0, _CDCI,
534
+ 0,
535
+ [_n, _dIT, _vSI, _vSGI, _u, _p, _o, _b, _po, _dPGI, _dST, _aS, _nT, _pA, _dT, _fM, _lDC, _mS, _t],
536
+ [0, 0, 64 | 0, 64 | 0, [() => Username, 0], [() => Password, 0], 0, 0, 1, 0, 0, 1, 0, 2, 0, 0, () => LogDeliveryConfiguration$, () => MaintenanceSchedule$, 128 | 0], 4
537
+ ];
538
+ var CreateDbClusterOutput$ = [3, n0, _CDCO,
539
+ 0,
540
+ [_dCI, _dCS],
541
+ [0, 0]
542
+ ];
543
+ var CreateDbInstanceInput$ = [3, n0, _CDII,
544
+ 0,
545
+ [_n, _p, _dIT, _vSI, _vSGI, _aS, _u, _o, _b, _pA, _dST, _dPGI, _dT, _lDC, _mS, _t, _po, _nT],
546
+ [0, [() => Password, 0], 0, 64 | 0, 64 | 0, 1, [() => Username, 0], 0, 0, 2, 0, 0, 0, () => LogDeliveryConfiguration$, () => MaintenanceSchedule$, 128 | 0, 1, 0], 6
547
+ ];
548
+ var CreateDbInstanceOutput$ = [3, n0, _CDIO,
549
+ 0,
550
+ [_i, _n, _a, _vSI, _st, _en, _po, _nT, _dIT, _dST, _aS, _dT, _pA, _vSGI, _dPGI, _aZ, _sAZ, _lDC, _iAPSA, _dCI, _iM, _iMn, _mS, _lMT, _nMT],
551
+ [0, 0, 0, 64 | 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 64 | 0, 0, 0, 0, () => LogDeliveryConfiguration$, 0, 0, 0, 64 | 0, () => MaintenanceSchedule$, 5, 5], 4
552
+ ];
553
+ var CreateDbParameterGroupInput$ = [3, n0, _CDPGI,
554
+ 0,
555
+ [_n, _d, _pa, _t],
556
+ [0, 0, () => _Parameters$, 128 | 0], 1
557
+ ];
558
+ var CreateDbParameterGroupOutput$ = [3, n0, _CDPGO,
559
+ 0,
560
+ [_i, _n, _a, _d, _pa],
561
+ [0, 0, 0, 0, () => _Parameters$], 3
562
+ ];
563
+ var DbClusterSummary$ = [3, n0, _DCS,
564
+ 0,
565
+ [_i, _n, _a, _st, _en, _rE, _po, _dT, _dIT, _nT, _dST, _aS, _eT],
566
+ [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0], 3
567
+ ];
568
+ var DbInstanceForClusterSummary$ = [3, n0, _DIFCS,
569
+ 0,
570
+ [_i, _n, _a, _st, _en, _po, _nT, _dIT, _dST, _aS, _dT, _iM, _iMn],
571
+ [0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 64 | 0], 3
572
+ ];
573
+ var DbInstanceSummary$ = [3, n0, _DIS,
574
+ 0,
575
+ [_i, _n, _a, _st, _en, _po, _nT, _dIT, _dST, _aS, _dT],
576
+ [0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0], 3
577
+ ];
578
+ var DbParameterGroupSummary$ = [3, n0, _DPGS,
579
+ 0,
580
+ [_i, _n, _a, _d],
581
+ [0, 0, 0, 0], 3
582
+ ];
583
+ var DeleteDbClusterInput$ = [3, n0, _DDCI,
584
+ 0,
585
+ [_dCI],
586
+ [0], 1
587
+ ];
588
+ var DeleteDbClusterOutput$ = [3, n0, _DDCO,
589
+ 0,
590
+ [_dCS],
591
+ [0]
592
+ ];
593
+ var DeleteDbInstanceInput$ = [3, n0, _DDII,
594
+ 0,
595
+ [_id],
596
+ [0], 1
597
+ ];
598
+ var DeleteDbInstanceOutput$ = [3, n0, _DDIO,
599
+ 0,
600
+ [_i, _n, _a, _vSI, _st, _en, _po, _nT, _dIT, _dST, _aS, _dT, _pA, _vSGI, _dPGI, _aZ, _sAZ, _lDC, _iAPSA, _dCI, _iM, _iMn, _mS, _lMT, _nMT],
601
+ [0, 0, 0, 64 | 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 64 | 0, 0, 0, 0, () => LogDeliveryConfiguration$, 0, 0, 0, 64 | 0, () => MaintenanceSchedule$, 5, 5], 4
602
+ ];
603
+ var Duration$ = [3, n0, _D,
604
+ 0,
605
+ [_dTu, _v],
606
+ [0, 1], 2
607
+ ];
608
+ var GetDbClusterInput$ = [3, n0, _GDCI,
609
+ 0,
610
+ [_dCI],
611
+ [0], 1
612
+ ];
613
+ var GetDbClusterOutput$ = [3, n0, _GDCO,
614
+ 0,
615
+ [_i, _n, _a, _st, _en, _rE, _po, _dT, _dIT, _nT, _dST, _aS, _eT, _pA, _dPGI, _lDC, _mS, _lMT, _nMT, _iAPSA, _vSI, _vSGI, _fM, _cC],
616
+ [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2, 0, () => LogDeliveryConfiguration$, () => MaintenanceSchedule$, 5, 5, 0, 64 | 0, 64 | 0, 0, () => ClusterConfiguration$], 3
617
+ ];
618
+ var GetDbInstanceInput$ = [3, n0, _GDII,
619
+ 0,
620
+ [_id],
621
+ [0], 1
622
+ ];
623
+ var GetDbInstanceOutput$ = [3, n0, _GDIO,
624
+ 0,
625
+ [_i, _n, _a, _vSI, _st, _en, _po, _nT, _dIT, _dST, _aS, _dT, _pA, _vSGI, _dPGI, _aZ, _sAZ, _lDC, _iAPSA, _dCI, _iM, _iMn, _mS, _lMT, _nMT],
626
+ [0, 0, 0, 64 | 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 64 | 0, 0, 0, 0, () => LogDeliveryConfiguration$, 0, 0, 0, 64 | 0, () => MaintenanceSchedule$, 5, 5], 4
627
+ ];
628
+ var GetDbParameterGroupInput$ = [3, n0, _GDPGI,
629
+ 0,
630
+ [_id],
631
+ [0], 1
632
+ ];
633
+ var GetDbParameterGroupOutput$ = [3, n0, _GDPGO,
634
+ 0,
635
+ [_i, _n, _a, _d, _pa],
636
+ [0, 0, 0, 0, () => _Parameters$], 3
637
+ ];
638
+ var InfluxDBv2Parameters$ = [3, n0, _IDBP,
639
+ 0,
640
+ [_fLE, _lL, _nTo, _qC, _qQS, _tT, _mD, _hIT, _hRHT, _hRT, _hWT, _iMSB, _iMSP, _iMSS, _pD, _qIMB, _qMMB, _qMB, _sL, _sRD, _sCMMS, _sCSMS, _sCSWCD, _sCFWCD, _sCTB, _sMCC, _sMILFS, _sNVFS, _sRCI, _sSFMCSC, _sSISCS, _sWMCW, _sWMWD, _uD],
641
+ [2, 0, 2, 1, 1, 0, 2, () => Duration$, () => Duration$, () => Duration$, () => Duration$, 1, 1, 1, 2, 1, 1, 1, 1, 2, 1, 1, () => Duration$, () => Duration$, 1, 1, 1, 2, () => Duration$, 1, 1, 1, () => Duration$, 2]
642
+ ];
643
+ var InfluxDBv3CoreParameters$ = [3, n0, _IDBCP,
644
+ 0,
645
+ [_qFL, _qLS, _lF, _lFo, _dFNT, _dFRT, _dFRDLS, _dFREI, _dFRGQI, _dFRMBT, _dFRMIEPT, _dFRTKA, _dFRTP, _dFMPF, _dFUCPL, _dFC, _mHRS, _fSMT, _wSS, _wMWBS, _sWFTK, _pCA, _pMCPP, _pMCPI, _dPMC, _pMCQPD, _lCEI, _dCEI, _gD, _eMPB, _pMCS, _wRFOE, _wRCL, _tICME, _tICCL, _gLD, _rCI, _dGP, _hDDD],
646
+ [1, 1, 0, 0, 1, 0, 2, 1, 1, 1, 1, () => Duration$, 1, 1, 2, 0, 1, () => PercentOrAbsoluteLong$, 1, 1, 1, () => Duration$, 1, () => Duration$, 2, () => Duration$, () => Duration$, () => Duration$, () => Duration$, () => PercentOrAbsoluteLong$, () => PercentOrAbsoluteLong$, 2, 1, 1, 1, () => Duration$, () => Duration$, () => Duration$, () => Duration$]
647
+ ];
648
+ var InfluxDBv3EnterpriseParameters$ = [3, n0, _IDBEP,
649
+ 0,
650
+ [_iQI, _qOI, _dC, _qFL, _qLS, _lF, _lFo, _dFNT, _dFRT, _dFRDLS, _dFREI, _dFRGQI, _dFRMBT, _dFRMIEPT, _dFRTKA, _dFRTP, _dFMPF, _dFUCPL, _dFC, _mHRS, _fSMT, _wSS, _wMWBS, _sWFTK, _pCA, _pMCPP, _pMCPI, _dPMC, _pMCQPD, _lCEI, _dCEI, _gD, _eMPB, _pMCS, _wRFOE, _wRCL, _tICME, _tICCL, _gLD, _rCI, _dGP, _hDDD, _cRL, _cMNFPP, _cGD, _cM, _cCW, _cCI, _lVCDFH, _dVCDFH, _rIe, _cSI],
651
+ [1, 1, 2, 1, 1, 0, 0, 1, 0, 2, 1, 1, 1, 1, () => Duration$, 1, 1, 2, 0, 1, () => PercentOrAbsoluteLong$, 1, 1, 1, () => Duration$, 1, () => Duration$, 2, () => Duration$, () => Duration$, () => Duration$, () => Duration$, () => PercentOrAbsoluteLong$, () => PercentOrAbsoluteLong$, 2, 1, 1, 1, () => Duration$, () => Duration$, () => Duration$, () => Duration$, 1, 1, () => Duration$, 0, () => Duration$, () => Duration$, 2, 2, () => Duration$, () => Duration$], 3
652
+ ];
653
+ var ListDbClustersInput$ = [3, n0, _LDCI,
654
+ 0,
655
+ [_nTe, _mR],
656
+ [0, 1]
657
+ ];
658
+ var ListDbClustersOutput$ = [3, n0, _LDCO,
659
+ 0,
660
+ [_it, _nTe],
661
+ [() => DbClusterSummaryList, 0], 1
662
+ ];
663
+ var ListDbInstancesForClusterInput$ = [3, n0, _LDIFCI,
664
+ 0,
665
+ [_dCI, _nTe, _mR],
666
+ [0, 0, 1], 1
667
+ ];
668
+ var ListDbInstancesForClusterOutput$ = [3, n0, _LDIFCO,
669
+ 0,
670
+ [_it, _nTe],
671
+ [() => DbInstanceForClusterSummaryList, 0], 1
672
+ ];
673
+ var ListDbInstancesInput$ = [3, n0, _LDII,
674
+ 0,
675
+ [_nTe, _mR],
676
+ [0, 1]
677
+ ];
678
+ var ListDbInstancesOutput$ = [3, n0, _LDIO,
679
+ 0,
680
+ [_it, _nTe],
681
+ [() => DbInstanceSummaryList, 0], 1
682
+ ];
683
+ var ListDbParameterGroupsInput$ = [3, n0, _LDPGI,
684
+ 0,
685
+ [_nTe, _mR],
686
+ [0, 1]
687
+ ];
688
+ var ListDbParameterGroupsOutput$ = [3, n0, _LDPGO,
689
+ 0,
690
+ [_it, _nTe],
691
+ [() => DbParameterGroupSummaryList, 0], 1
692
+ ];
693
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
694
+ 0,
695
+ [_rA],
696
+ [0], 1
697
+ ];
698
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
699
+ 0,
700
+ [_t],
701
+ [128 | 0]
702
+ ];
703
+ var LogDeliveryConfiguration$ = [3, n0, _LDC,
704
+ 0,
705
+ [_sC],
706
+ [() => S3Configuration$], 1
707
+ ];
708
+ var MaintenanceSchedule$ = [3, n0, _MS,
709
+ 0,
710
+ [_ti, _pMW],
711
+ [0, 0], 2
712
+ ];
713
+ var RebootDbClusterInput$ = [3, n0, _RDCI,
714
+ 0,
715
+ [_dCI, _iI],
716
+ [0, 64 | 0], 1
717
+ ];
718
+ var RebootDbClusterOutput$ = [3, n0, _RDCO,
719
+ 0,
720
+ [_dCS],
721
+ [0]
722
+ ];
723
+ var RebootDbInstanceInput$ = [3, n0, _RDII,
724
+ 0,
725
+ [_id],
726
+ [0], 1
727
+ ];
728
+ var RebootDbInstanceOutput$ = [3, n0, _RDIO,
729
+ 0,
730
+ [_i, _n, _a, _vSI, _st, _en, _po, _nT, _dIT, _dST, _aS, _dT, _pA, _vSGI, _dPGI, _aZ, _sAZ, _lDC, _iAPSA, _dCI, _iM, _iMn, _mS, _lMT, _nMT],
731
+ [0, 0, 0, 64 | 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 64 | 0, 0, 0, 0, () => LogDeliveryConfiguration$, 0, 0, 0, 64 | 0, () => MaintenanceSchedule$, 5, 5], 4
732
+ ];
733
+ var S3Configuration$ = [3, n0, _SC,
734
+ 0,
735
+ [_bN, _ena],
736
+ [0, 2], 2
737
+ ];
738
+ var TagResourceRequest$ = [3, n0, _TRR,
739
+ 0,
740
+ [_rA, _t],
741
+ [0, 128 | 0], 2
742
+ ];
743
+ var UntagResourceRequest$ = [3, n0, _URR,
744
+ 0,
745
+ [_rA, _tK],
746
+ [[0, 1], 64 | 0], 2
747
+ ];
748
+ var UpdateDbClusterInput$ = [3, n0, _UDCI,
749
+ 0,
750
+ [_dCI, _lDC, _dPGI, _po, _dIT, _fM, _mS],
751
+ [0, () => LogDeliveryConfiguration$, 0, 1, 0, 0, () => MaintenanceSchedule$], 1
752
+ ];
753
+ var UpdateDbClusterOutput$ = [3, n0, _UDCO,
754
+ 0,
755
+ [_dCS],
756
+ [0]
757
+ ];
758
+ var UpdateDbInstanceInput$ = [3, n0, _UDII,
759
+ 0,
760
+ [_id, _lDC, _dPGI, _po, _dIT, _dT, _dST, _aS, _mS],
761
+ [0, () => LogDeliveryConfiguration$, 0, 1, 0, 0, 0, 1, () => MaintenanceSchedule$], 1
762
+ ];
763
+ var UpdateDbInstanceOutput$ = [3, n0, _UDIO,
764
+ 0,
765
+ [_i, _n, _a, _vSI, _st, _en, _po, _nT, _dIT, _dST, _aS, _dT, _pA, _vSGI, _dPGI, _aZ, _sAZ, _lDC, _iAPSA, _dCI, _iM, _iMn, _mS, _lMT, _nMT],
766
+ [0, 0, 0, 64 | 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 64 | 0, 0, 0, 0, () => LogDeliveryConfiguration$, 0, 0, 0, 64 | 0, () => MaintenanceSchedule$, 5, 5], 4
767
+ ];
768
+ var __Unit = "unit";
769
+ var DbClusterSummaryList = [1, n0, _DCSL,
770
+ 0, () => DbClusterSummary$
771
+ ];
772
+ var DbInstanceForClusterSummaryList = [1, n0, _DIFCSL,
773
+ 0, () => DbInstanceForClusterSummary$
774
+ ];
775
+ var DbInstanceSummaryList = [1, n0, _DISL,
776
+ 0, () => DbInstanceSummary$
777
+ ];
778
+ var DbParameterGroupSummaryList = [1, n0, _DPGSL,
779
+ 0, () => DbParameterGroupSummary$
780
+ ];
781
+ var _Parameters$ = [4, n0, _Pa,
782
+ 0,
783
+ [_IDB, _IDBC, _IDBE],
784
+ [() => InfluxDBv2Parameters$, () => InfluxDBv3CoreParameters$, () => InfluxDBv3EnterpriseParameters$]
785
+ ];
786
+ var PercentOrAbsoluteLong$ = [4, n0, _POAL,
787
+ 0,
788
+ [_pe, _ab],
789
+ [0, 1]
790
+ ];
791
+ var CreateDbCluster$ = [9, n0, _CDC,
792
+ 2, () => CreateDbClusterInput$, () => CreateDbClusterOutput$
793
+ ];
794
+ var CreateDbInstance$ = [9, n0, _CDI,
795
+ 2, () => CreateDbInstanceInput$, () => CreateDbInstanceOutput$
796
+ ];
797
+ var CreateDbParameterGroup$ = [9, n0, _CDPG,
798
+ 2, () => CreateDbParameterGroupInput$, () => CreateDbParameterGroupOutput$
799
+ ];
800
+ var DeleteDbCluster$ = [9, n0, _DDC,
801
+ 2, () => DeleteDbClusterInput$, () => DeleteDbClusterOutput$
802
+ ];
803
+ var DeleteDbInstance$ = [9, n0, _DDI,
804
+ 2, () => DeleteDbInstanceInput$, () => DeleteDbInstanceOutput$
805
+ ];
806
+ var GetDbCluster$ = [9, n0, _GDC,
807
+ 0, () => GetDbClusterInput$, () => GetDbClusterOutput$
808
+ ];
809
+ var GetDbInstance$ = [9, n0, _GDI,
810
+ 0, () => GetDbInstanceInput$, () => GetDbInstanceOutput$
811
+ ];
812
+ var GetDbParameterGroup$ = [9, n0, _GDPG,
813
+ 0, () => GetDbParameterGroupInput$, () => GetDbParameterGroupOutput$
814
+ ];
815
+ var ListDbClusters$ = [9, n0, _LDCi,
816
+ 0, () => ListDbClustersInput$, () => ListDbClustersOutput$
817
+ ];
818
+ var ListDbInstances$ = [9, n0, _LDI,
819
+ 0, () => ListDbInstancesInput$, () => ListDbInstancesOutput$
820
+ ];
821
+ var ListDbInstancesForCluster$ = [9, n0, _LDIFC,
822
+ 0, () => ListDbInstancesForClusterInput$, () => ListDbInstancesForClusterOutput$
823
+ ];
824
+ var ListDbParameterGroups$ = [9, n0, _LDPG,
825
+ 0, () => ListDbParameterGroupsInput$, () => ListDbParameterGroupsOutput$
826
+ ];
827
+ var ListTagsForResource$ = [9, n0, _LTFR,
828
+ 0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
829
+ ];
830
+ var RebootDbCluster$ = [9, n0, _RDC,
831
+ 2, () => RebootDbClusterInput$, () => RebootDbClusterOutput$
832
+ ];
833
+ var RebootDbInstance$ = [9, n0, _RDI,
834
+ 2, () => RebootDbInstanceInput$, () => RebootDbInstanceOutput$
835
+ ];
836
+ var TagResource$ = [9, n0, _TR,
837
+ 2, () => TagResourceRequest$, () => __Unit
838
+ ];
839
+ var UntagResource$ = [9, n0, _UR,
840
+ 2, () => UntagResourceRequest$, () => __Unit
841
+ ];
842
+ var UpdateDbCluster$ = [9, n0, _UDC,
843
+ 2, () => UpdateDbClusterInput$, () => UpdateDbClusterOutput$
844
+ ];
845
+ var UpdateDbInstance$ = [9, n0, _UDI,
846
+ 2, () => UpdateDbInstanceInput$, () => UpdateDbInstanceOutput$
847
+ ];
848
+
849
+ const getRuntimeConfig$1 = (config) => {
850
+ return {
851
+ apiVersion: "2023-01-27",
852
+ base64Decoder: config?.base64Decoder ?? fromBase64,
853
+ base64Encoder: config?.base64Encoder ?? toBase64,
854
+ disableHostPrefix: config?.disableHostPrefix ?? false,
855
+ endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
856
+ extensions: config?.extensions ?? [],
857
+ httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultTimestreamInfluxDBHttpAuthSchemeProvider,
858
+ httpAuthSchemes: config?.httpAuthSchemes ?? [
859
+ {
860
+ schemeId: "aws.auth#sigv4",
861
+ identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
862
+ signer: new AwsSdkSigV4Signer(),
863
+ },
864
+ ],
865
+ logger: config?.logger ?? new NoOpLogger(),
866
+ protocol: config?.protocol ?? AwsJson1_0Protocol,
867
+ protocolSettings: config?.protocolSettings ?? {
868
+ defaultNamespace: "com.amazonaws.timestreaminfluxdb",
869
+ errorTypeRegistries,
870
+ version: "2023-01-27",
871
+ serviceTarget: "AmazonTimestreamInfluxDB",
872
+ },
873
+ serviceId: config?.serviceId ?? "Timestream InfluxDB",
874
+ sha256: config?.sha256 ?? Sha256,
875
+ urlParser: config?.urlParser ?? parseUrl,
876
+ utf8Decoder: config?.utf8Decoder ?? fromUtf8,
877
+ utf8Encoder: config?.utf8Encoder ?? toUtf8,
878
+ };
879
+ };
880
+
881
+ const getRuntimeConfig = (config) => {
882
+ emitWarningIfUnsupportedVersion(process.version);
883
+ const defaultsMode = resolveDefaultsModeConfig(config);
884
+ const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
885
+ const clientSharedValues = getRuntimeConfig$1(config);
886
+ emitWarningIfUnsupportedVersion$1(process.version);
887
+ const loaderConfig = {
888
+ profile: config?.profile,
889
+ logger: clientSharedValues.logger,
890
+ };
891
+ return {
892
+ ...clientSharedValues,
893
+ ...config,
894
+ runtime: "node",
895
+ defaultsMode,
896
+ authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
897
+ bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
898
+ credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
899
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
900
+ maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
901
+ region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
902
+ requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
903
+ retryMode: config?.retryMode ??
904
+ loadConfig({
905
+ ...NODE_RETRY_MODE_CONFIG_OPTIONS,
906
+ default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
907
+ }, config),
908
+ streamCollector: config?.streamCollector ?? streamCollector,
909
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
910
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
911
+ userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
912
+ };
913
+ };
914
+
34
915
  const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
35
916
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
36
917
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -479,43 +1360,129 @@ const LogFormats = {
479
1360
  FULL: "full",
480
1361
  };
481
1362
 
1363
+ exports.AccessDeniedException = AccessDeniedException;
1364
+ exports.AccessDeniedException$ = AccessDeniedException$;
1365
+ exports.ClusterConfiguration$ = ClusterConfiguration$;
482
1366
  exports.ClusterDeploymentType = ClusterDeploymentType;
483
1367
  exports.ClusterStatus = ClusterStatus;
1368
+ exports.ConflictException = ConflictException;
1369
+ exports.ConflictException$ = ConflictException$;
1370
+ exports.CreateDbCluster$ = CreateDbCluster$;
484
1371
  exports.CreateDbClusterCommand = CreateDbClusterCommand;
1372
+ exports.CreateDbClusterInput$ = CreateDbClusterInput$;
1373
+ exports.CreateDbClusterOutput$ = CreateDbClusterOutput$;
1374
+ exports.CreateDbInstance$ = CreateDbInstance$;
485
1375
  exports.CreateDbInstanceCommand = CreateDbInstanceCommand;
1376
+ exports.CreateDbInstanceInput$ = CreateDbInstanceInput$;
1377
+ exports.CreateDbInstanceOutput$ = CreateDbInstanceOutput$;
1378
+ exports.CreateDbParameterGroup$ = CreateDbParameterGroup$;
486
1379
  exports.CreateDbParameterGroupCommand = CreateDbParameterGroupCommand;
1380
+ exports.CreateDbParameterGroupInput$ = CreateDbParameterGroupInput$;
1381
+ exports.CreateDbParameterGroupOutput$ = CreateDbParameterGroupOutput$;
487
1382
  exports.DataFusionRuntimeType = DataFusionRuntimeType;
1383
+ exports.DbClusterSummary$ = DbClusterSummary$;
1384
+ exports.DbInstanceForClusterSummary$ = DbInstanceForClusterSummary$;
1385
+ exports.DbInstanceSummary$ = DbInstanceSummary$;
488
1386
  exports.DbInstanceType = DbInstanceType;
1387
+ exports.DbParameterGroupSummary$ = DbParameterGroupSummary$;
489
1388
  exports.DbStorageType = DbStorageType;
1389
+ exports.DeleteDbCluster$ = DeleteDbCluster$;
490
1390
  exports.DeleteDbClusterCommand = DeleteDbClusterCommand;
1391
+ exports.DeleteDbClusterInput$ = DeleteDbClusterInput$;
1392
+ exports.DeleteDbClusterOutput$ = DeleteDbClusterOutput$;
1393
+ exports.DeleteDbInstance$ = DeleteDbInstance$;
491
1394
  exports.DeleteDbInstanceCommand = DeleteDbInstanceCommand;
1395
+ exports.DeleteDbInstanceInput$ = DeleteDbInstanceInput$;
1396
+ exports.DeleteDbInstanceOutput$ = DeleteDbInstanceOutput$;
492
1397
  exports.DeploymentType = DeploymentType;
1398
+ exports.Duration$ = Duration$;
493
1399
  exports.DurationType = DurationType;
494
1400
  exports.EngineType = EngineType;
495
1401
  exports.FailoverMode = FailoverMode;
1402
+ exports.GetDbCluster$ = GetDbCluster$;
496
1403
  exports.GetDbClusterCommand = GetDbClusterCommand;
1404
+ exports.GetDbClusterInput$ = GetDbClusterInput$;
1405
+ exports.GetDbClusterOutput$ = GetDbClusterOutput$;
1406
+ exports.GetDbInstance$ = GetDbInstance$;
497
1407
  exports.GetDbInstanceCommand = GetDbInstanceCommand;
1408
+ exports.GetDbInstanceInput$ = GetDbInstanceInput$;
1409
+ exports.GetDbInstanceOutput$ = GetDbInstanceOutput$;
1410
+ exports.GetDbParameterGroup$ = GetDbParameterGroup$;
498
1411
  exports.GetDbParameterGroupCommand = GetDbParameterGroupCommand;
1412
+ exports.GetDbParameterGroupInput$ = GetDbParameterGroupInput$;
1413
+ exports.GetDbParameterGroupOutput$ = GetDbParameterGroupOutput$;
1414
+ exports.InfluxDBv2Parameters$ = InfluxDBv2Parameters$;
1415
+ exports.InfluxDBv3CoreParameters$ = InfluxDBv3CoreParameters$;
1416
+ exports.InfluxDBv3EnterpriseParameters$ = InfluxDBv3EnterpriseParameters$;
499
1417
  exports.InstanceMode = InstanceMode;
1418
+ exports.InternalServerException = InternalServerException;
1419
+ exports.InternalServerException$ = InternalServerException$;
1420
+ exports.ListDbClusters$ = ListDbClusters$;
500
1421
  exports.ListDbClustersCommand = ListDbClustersCommand;
1422
+ exports.ListDbClustersInput$ = ListDbClustersInput$;
1423
+ exports.ListDbClustersOutput$ = ListDbClustersOutput$;
1424
+ exports.ListDbInstances$ = ListDbInstances$;
501
1425
  exports.ListDbInstancesCommand = ListDbInstancesCommand;
1426
+ exports.ListDbInstancesForCluster$ = ListDbInstancesForCluster$;
502
1427
  exports.ListDbInstancesForClusterCommand = ListDbInstancesForClusterCommand;
1428
+ exports.ListDbInstancesForClusterInput$ = ListDbInstancesForClusterInput$;
1429
+ exports.ListDbInstancesForClusterOutput$ = ListDbInstancesForClusterOutput$;
1430
+ exports.ListDbInstancesInput$ = ListDbInstancesInput$;
1431
+ exports.ListDbInstancesOutput$ = ListDbInstancesOutput$;
1432
+ exports.ListDbParameterGroups$ = ListDbParameterGroups$;
503
1433
  exports.ListDbParameterGroupsCommand = ListDbParameterGroupsCommand;
1434
+ exports.ListDbParameterGroupsInput$ = ListDbParameterGroupsInput$;
1435
+ exports.ListDbParameterGroupsOutput$ = ListDbParameterGroupsOutput$;
1436
+ exports.ListTagsForResource$ = ListTagsForResource$;
504
1437
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1438
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1439
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
1440
+ exports.LogDeliveryConfiguration$ = LogDeliveryConfiguration$;
505
1441
  exports.LogFormats = LogFormats;
506
1442
  exports.LogLevel = LogLevel;
1443
+ exports.MaintenanceSchedule$ = MaintenanceSchedule$;
507
1444
  exports.NetworkType = NetworkType;
1445
+ exports.PercentOrAbsoluteLong$ = PercentOrAbsoluteLong$;
1446
+ exports.RebootDbCluster$ = RebootDbCluster$;
508
1447
  exports.RebootDbClusterCommand = RebootDbClusterCommand;
1448
+ exports.RebootDbClusterInput$ = RebootDbClusterInput$;
1449
+ exports.RebootDbClusterOutput$ = RebootDbClusterOutput$;
1450
+ exports.RebootDbInstance$ = RebootDbInstance$;
509
1451
  exports.RebootDbInstanceCommand = RebootDbInstanceCommand;
1452
+ exports.RebootDbInstanceInput$ = RebootDbInstanceInput$;
1453
+ exports.RebootDbInstanceOutput$ = RebootDbInstanceOutput$;
1454
+ exports.ResourceNotFoundException = ResourceNotFoundException;
1455
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1456
+ exports.S3Configuration$ = S3Configuration$;
1457
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
1458
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
510
1459
  exports.Status = Status;
1460
+ exports.TagResource$ = TagResource$;
511
1461
  exports.TagResourceCommand = TagResourceCommand;
1462
+ exports.TagResourceRequest$ = TagResourceRequest$;
1463
+ exports.ThrottlingException = ThrottlingException;
1464
+ exports.ThrottlingException$ = ThrottlingException$;
512
1465
  exports.TimestreamInfluxDB = TimestreamInfluxDB;
513
1466
  exports.TimestreamInfluxDBClient = TimestreamInfluxDBClient;
1467
+ exports.TimestreamInfluxDBServiceException = TimestreamInfluxDBServiceException;
1468
+ exports.TimestreamInfluxDBServiceException$ = TimestreamInfluxDBServiceException$;
514
1469
  exports.TracingType = TracingType;
1470
+ exports.UntagResource$ = UntagResource$;
515
1471
  exports.UntagResourceCommand = UntagResourceCommand;
1472
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
1473
+ exports.UpdateDbCluster$ = UpdateDbCluster$;
516
1474
  exports.UpdateDbClusterCommand = UpdateDbClusterCommand;
1475
+ exports.UpdateDbClusterInput$ = UpdateDbClusterInput$;
1476
+ exports.UpdateDbClusterOutput$ = UpdateDbClusterOutput$;
1477
+ exports.UpdateDbInstance$ = UpdateDbInstance$;
517
1478
  exports.UpdateDbInstanceCommand = UpdateDbInstanceCommand;
1479
+ exports.UpdateDbInstanceInput$ = UpdateDbInstanceInput$;
1480
+ exports.UpdateDbInstanceOutput$ = UpdateDbInstanceOutput$;
1481
+ exports.ValidationException = ValidationException;
1482
+ exports.ValidationException$ = ValidationException$;
518
1483
  exports.ValidationExceptionReason = ValidationExceptionReason;
1484
+ exports._Parameters$ = _Parameters$;
1485
+ exports.errorTypeRegistries = errorTypeRegistries;
519
1486
  exports.paginateListDbClusters = paginateListDbClusters;
520
1487
  exports.paginateListDbInstances = paginateListDbInstances;
521
1488
  exports.paginateListDbInstancesForCluster = paginateListDbInstancesForCluster;