@aws-sdk/client-timestream-influxdb 3.891.0 → 3.894.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 +1301 -10
- package/package.json +19 -19
- package/dist-cjs/TimestreamInfluxDB.js +0 -45
- package/dist-cjs/TimestreamInfluxDBClient.js +0 -52
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
- package/dist-cjs/commands/CreateDbClusterCommand.js +0 -27
- package/dist-cjs/commands/CreateDbInstanceCommand.js +0 -27
- package/dist-cjs/commands/CreateDbParameterGroupCommand.js +0 -26
- package/dist-cjs/commands/DeleteDbClusterCommand.js +0 -26
- package/dist-cjs/commands/DeleteDbInstanceCommand.js +0 -26
- package/dist-cjs/commands/GetDbClusterCommand.js +0 -26
- package/dist-cjs/commands/GetDbInstanceCommand.js +0 -26
- package/dist-cjs/commands/GetDbParameterGroupCommand.js +0 -26
- package/dist-cjs/commands/ListDbClustersCommand.js +0 -26
- package/dist-cjs/commands/ListDbInstancesCommand.js +0 -26
- package/dist-cjs/commands/ListDbInstancesForClusterCommand.js +0 -26
- package/dist-cjs/commands/ListDbParameterGroupsCommand.js +0 -26
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -26
- package/dist-cjs/commands/TagResourceCommand.js +0 -26
- package/dist-cjs/commands/UntagResourceCommand.js +0 -26
- package/dist-cjs/commands/UpdateDbClusterCommand.js +0 -26
- package/dist-cjs/commands/UpdateDbInstanceCommand.js +0 -26
- package/dist-cjs/commands/index.js +0 -20
- package/dist-cjs/endpoint/EndpointParameters.js +0 -17
- package/dist-cjs/extensionConfiguration.js +0 -2
- package/dist-cjs/models/TimestreamInfluxDBServiceException.js +0 -12
- package/dist-cjs/models/index.js +0 -4
- package/dist-cjs/models/models_0.js +0 -206
- package/dist-cjs/pagination/Interfaces.js +0 -2
- package/dist-cjs/pagination/ListDbClustersPaginator.js +0 -7
- package/dist-cjs/pagination/ListDbInstancesForClusterPaginator.js +0 -7
- package/dist-cjs/pagination/ListDbInstancesPaginator.js +0 -7
- package/dist-cjs/pagination/ListDbParameterGroupsPaginator.js +0 -7
- package/dist-cjs/pagination/index.js +0 -8
- package/dist-cjs/protocols/Aws_json1_0.js +0 -491
- package/dist-cjs/runtimeExtensions.js +0 -13
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateDbClusterCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class UpdateDbClusterCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("AmazonTimestreamInfluxDB", "UpdateDbCluster", {})
|
|
20
|
-
.n("TimestreamInfluxDBClient", "UpdateDbClusterCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_json1_0_1.se_UpdateDbClusterCommand)
|
|
23
|
-
.de(Aws_json1_0_1.de_UpdateDbClusterCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.UpdateDbClusterCommand = UpdateDbClusterCommand;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateDbInstanceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
10
|
-
class UpdateDbInstanceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep(EndpointParameters_1.commonParams)
|
|
13
|
-
.m(function (Command, cs, config, o) {
|
|
14
|
-
return [
|
|
15
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
16
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
17
|
-
];
|
|
18
|
-
})
|
|
19
|
-
.s("AmazonTimestreamInfluxDB", "UpdateDbInstance", {})
|
|
20
|
-
.n("TimestreamInfluxDBClient", "UpdateDbInstanceCommand")
|
|
21
|
-
.f(void 0, void 0)
|
|
22
|
-
.ser(Aws_json1_0_1.se_UpdateDbInstanceCommand)
|
|
23
|
-
.de(Aws_json1_0_1.de_UpdateDbInstanceCommand)
|
|
24
|
-
.build() {
|
|
25
|
-
}
|
|
26
|
-
exports.UpdateDbInstanceCommand = UpdateDbInstanceCommand;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./CreateDbClusterCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./CreateDbInstanceCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./CreateDbParameterGroupCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./DeleteDbClusterCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./DeleteDbInstanceCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./GetDbClusterCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./GetDbInstanceCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./GetDbParameterGroupCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./ListDbClustersCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./ListDbInstancesCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./ListDbInstancesForClusterCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./ListDbParameterGroupsCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./UpdateDbClusterCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./UpdateDbInstanceCommand"), exports);
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return Object.assign(options, {
|
|
6
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
7
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
8
|
-
defaultSigningName: "timestream-influxdb",
|
|
9
|
-
});
|
|
10
|
-
};
|
|
11
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
12
|
-
exports.commonParams = {
|
|
13
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
-
Region: { type: "builtInParams", name: "region" },
|
|
16
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TimestreamInfluxDBServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
-
class TimestreamInfluxDBServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, TimestreamInfluxDBServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.TimestreamInfluxDBServiceException = TimestreamInfluxDBServiceException;
|
package/dist-cjs/models/index.js
DELETED
|
@@ -1,206 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateDbInstanceInputFilterSensitiveLog = exports.CreateDbClusterInputFilterSensitiveLog = exports._Parameters = exports.TracingType = exports.LogLevel = exports.DurationType = exports.Status = exports.InstanceMode = exports.DeploymentType = exports.ValidationException = exports.ValidationExceptionReason = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ClusterStatus = exports.NetworkType = exports.FailoverMode = exports.ClusterDeploymentType = exports.DbStorageType = exports.DbInstanceType = exports.ConflictException = exports.AccessDeniedException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const TimestreamInfluxDBServiceException_1 = require("./TimestreamInfluxDBServiceException");
|
|
6
|
-
class AccessDeniedException extends TimestreamInfluxDBServiceException_1.TimestreamInfluxDBServiceException {
|
|
7
|
-
name = "AccessDeniedException";
|
|
8
|
-
$fault = "client";
|
|
9
|
-
constructor(opts) {
|
|
10
|
-
super({
|
|
11
|
-
name: "AccessDeniedException",
|
|
12
|
-
$fault: "client",
|
|
13
|
-
...opts,
|
|
14
|
-
});
|
|
15
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
exports.AccessDeniedException = AccessDeniedException;
|
|
19
|
-
class ConflictException extends TimestreamInfluxDBServiceException_1.TimestreamInfluxDBServiceException {
|
|
20
|
-
name = "ConflictException";
|
|
21
|
-
$fault = "client";
|
|
22
|
-
resourceId;
|
|
23
|
-
resourceType;
|
|
24
|
-
constructor(opts) {
|
|
25
|
-
super({
|
|
26
|
-
name: "ConflictException",
|
|
27
|
-
$fault: "client",
|
|
28
|
-
...opts,
|
|
29
|
-
});
|
|
30
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
31
|
-
this.resourceId = opts.resourceId;
|
|
32
|
-
this.resourceType = opts.resourceType;
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
exports.ConflictException = ConflictException;
|
|
36
|
-
exports.DbInstanceType = {
|
|
37
|
-
DB_INFLUX_12XLARGE: "db.influx.12xlarge",
|
|
38
|
-
DB_INFLUX_16XLARGE: "db.influx.16xlarge",
|
|
39
|
-
DB_INFLUX_24XLARGE: "db.influx.24xlarge",
|
|
40
|
-
DB_INFLUX_2XLARGE: "db.influx.2xlarge",
|
|
41
|
-
DB_INFLUX_4XLARGE: "db.influx.4xlarge",
|
|
42
|
-
DB_INFLUX_8XLARGE: "db.influx.8xlarge",
|
|
43
|
-
DB_INFLUX_LARGE: "db.influx.large",
|
|
44
|
-
DB_INFLUX_MEDIUM: "db.influx.medium",
|
|
45
|
-
DB_INFLUX_XLARGE: "db.influx.xlarge",
|
|
46
|
-
};
|
|
47
|
-
exports.DbStorageType = {
|
|
48
|
-
INFLUX_IO_INCLUDED_T1: "InfluxIOIncludedT1",
|
|
49
|
-
INFLUX_IO_INCLUDED_T2: "InfluxIOIncludedT2",
|
|
50
|
-
INFLUX_IO_INCLUDED_T3: "InfluxIOIncludedT3",
|
|
51
|
-
};
|
|
52
|
-
exports.ClusterDeploymentType = {
|
|
53
|
-
MULTI_NODE_READ_REPLICAS: "MULTI_NODE_READ_REPLICAS",
|
|
54
|
-
};
|
|
55
|
-
exports.FailoverMode = {
|
|
56
|
-
AUTOMATIC: "AUTOMATIC",
|
|
57
|
-
NO_FAILOVER: "NO_FAILOVER",
|
|
58
|
-
};
|
|
59
|
-
exports.NetworkType = {
|
|
60
|
-
DUAL: "DUAL",
|
|
61
|
-
IPV4: "IPV4",
|
|
62
|
-
};
|
|
63
|
-
exports.ClusterStatus = {
|
|
64
|
-
AVAILABLE: "AVAILABLE",
|
|
65
|
-
CREATING: "CREATING",
|
|
66
|
-
DELETED: "DELETED",
|
|
67
|
-
DELETING: "DELETING",
|
|
68
|
-
FAILED: "FAILED",
|
|
69
|
-
MAINTENANCE: "MAINTENANCE",
|
|
70
|
-
UPDATING: "UPDATING",
|
|
71
|
-
};
|
|
72
|
-
class InternalServerException extends TimestreamInfluxDBServiceException_1.TimestreamInfluxDBServiceException {
|
|
73
|
-
name = "InternalServerException";
|
|
74
|
-
$fault = "server";
|
|
75
|
-
$retryable = {};
|
|
76
|
-
constructor(opts) {
|
|
77
|
-
super({
|
|
78
|
-
name: "InternalServerException",
|
|
79
|
-
$fault: "server",
|
|
80
|
-
...opts,
|
|
81
|
-
});
|
|
82
|
-
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
exports.InternalServerException = InternalServerException;
|
|
86
|
-
class ResourceNotFoundException extends TimestreamInfluxDBServiceException_1.TimestreamInfluxDBServiceException {
|
|
87
|
-
name = "ResourceNotFoundException";
|
|
88
|
-
$fault = "client";
|
|
89
|
-
resourceId;
|
|
90
|
-
resourceType;
|
|
91
|
-
constructor(opts) {
|
|
92
|
-
super({
|
|
93
|
-
name: "ResourceNotFoundException",
|
|
94
|
-
$fault: "client",
|
|
95
|
-
...opts,
|
|
96
|
-
});
|
|
97
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
98
|
-
this.resourceId = opts.resourceId;
|
|
99
|
-
this.resourceType = opts.resourceType;
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
103
|
-
class ServiceQuotaExceededException extends TimestreamInfluxDBServiceException_1.TimestreamInfluxDBServiceException {
|
|
104
|
-
name = "ServiceQuotaExceededException";
|
|
105
|
-
$fault = "client";
|
|
106
|
-
constructor(opts) {
|
|
107
|
-
super({
|
|
108
|
-
name: "ServiceQuotaExceededException",
|
|
109
|
-
$fault: "client",
|
|
110
|
-
...opts,
|
|
111
|
-
});
|
|
112
|
-
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
116
|
-
class ThrottlingException extends TimestreamInfluxDBServiceException_1.TimestreamInfluxDBServiceException {
|
|
117
|
-
name = "ThrottlingException";
|
|
118
|
-
$fault = "client";
|
|
119
|
-
$retryable = {};
|
|
120
|
-
retryAfterSeconds;
|
|
121
|
-
constructor(opts) {
|
|
122
|
-
super({
|
|
123
|
-
name: "ThrottlingException",
|
|
124
|
-
$fault: "client",
|
|
125
|
-
...opts,
|
|
126
|
-
});
|
|
127
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
128
|
-
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
exports.ThrottlingException = ThrottlingException;
|
|
132
|
-
exports.ValidationExceptionReason = {
|
|
133
|
-
FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED",
|
|
134
|
-
OTHER: "OTHER",
|
|
135
|
-
};
|
|
136
|
-
class ValidationException extends TimestreamInfluxDBServiceException_1.TimestreamInfluxDBServiceException {
|
|
137
|
-
name = "ValidationException";
|
|
138
|
-
$fault = "client";
|
|
139
|
-
reason;
|
|
140
|
-
constructor(opts) {
|
|
141
|
-
super({
|
|
142
|
-
name: "ValidationException",
|
|
143
|
-
$fault: "client",
|
|
144
|
-
...opts,
|
|
145
|
-
});
|
|
146
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
147
|
-
this.reason = opts.reason;
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
exports.ValidationException = ValidationException;
|
|
151
|
-
exports.DeploymentType = {
|
|
152
|
-
SINGLE_AZ: "SINGLE_AZ",
|
|
153
|
-
WITH_MULTIAZ_STANDBY: "WITH_MULTIAZ_STANDBY",
|
|
154
|
-
};
|
|
155
|
-
exports.InstanceMode = {
|
|
156
|
-
PRIMARY: "PRIMARY",
|
|
157
|
-
REPLICA: "REPLICA",
|
|
158
|
-
STANDBY: "STANDBY",
|
|
159
|
-
};
|
|
160
|
-
exports.Status = {
|
|
161
|
-
AVAILABLE: "AVAILABLE",
|
|
162
|
-
CREATING: "CREATING",
|
|
163
|
-
DELETED: "DELETED",
|
|
164
|
-
DELETING: "DELETING",
|
|
165
|
-
FAILED: "FAILED",
|
|
166
|
-
MAINTENANCE: "MAINTENANCE",
|
|
167
|
-
MODIFYING: "MODIFYING",
|
|
168
|
-
UPDATING: "UPDATING",
|
|
169
|
-
UPDATING_DEPLOYMENT_TYPE: "UPDATING_DEPLOYMENT_TYPE",
|
|
170
|
-
UPDATING_INSTANCE_TYPE: "UPDATING_INSTANCE_TYPE",
|
|
171
|
-
};
|
|
172
|
-
exports.DurationType = {
|
|
173
|
-
HOURS: "hours",
|
|
174
|
-
MILLISECONDS: "milliseconds",
|
|
175
|
-
MINUTES: "minutes",
|
|
176
|
-
SECONDS: "seconds",
|
|
177
|
-
};
|
|
178
|
-
exports.LogLevel = {
|
|
179
|
-
DEBUG: "debug",
|
|
180
|
-
ERROR: "error",
|
|
181
|
-
INFO: "info",
|
|
182
|
-
};
|
|
183
|
-
exports.TracingType = {
|
|
184
|
-
JAEGER: "jaeger",
|
|
185
|
-
LOG: "log",
|
|
186
|
-
};
|
|
187
|
-
var _Parameters;
|
|
188
|
-
(function (_Parameters) {
|
|
189
|
-
_Parameters.visit = (value, visitor) => {
|
|
190
|
-
if (value.InfluxDBv2 !== undefined)
|
|
191
|
-
return visitor.InfluxDBv2(value.InfluxDBv2);
|
|
192
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
193
|
-
};
|
|
194
|
-
})(_Parameters || (exports._Parameters = _Parameters = {}));
|
|
195
|
-
const CreateDbClusterInputFilterSensitiveLog = (obj) => ({
|
|
196
|
-
...obj,
|
|
197
|
-
...(obj.username && { username: smithy_client_1.SENSITIVE_STRING }),
|
|
198
|
-
...(obj.password && { password: smithy_client_1.SENSITIVE_STRING }),
|
|
199
|
-
});
|
|
200
|
-
exports.CreateDbClusterInputFilterSensitiveLog = CreateDbClusterInputFilterSensitiveLog;
|
|
201
|
-
const CreateDbInstanceInputFilterSensitiveLog = (obj) => ({
|
|
202
|
-
...obj,
|
|
203
|
-
...(obj.username && { username: smithy_client_1.SENSITIVE_STRING }),
|
|
204
|
-
...(obj.password && { password: smithy_client_1.SENSITIVE_STRING }),
|
|
205
|
-
});
|
|
206
|
-
exports.CreateDbInstanceInputFilterSensitiveLog = CreateDbInstanceInputFilterSensitiveLog;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListDbClusters = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListDbClustersCommand_1 = require("../commands/ListDbClustersCommand");
|
|
6
|
-
const TimestreamInfluxDBClient_1 = require("../TimestreamInfluxDBClient");
|
|
7
|
-
exports.paginateListDbClusters = (0, core_1.createPaginator)(TimestreamInfluxDBClient_1.TimestreamInfluxDBClient, ListDbClustersCommand_1.ListDbClustersCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListDbInstancesForCluster = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListDbInstancesForClusterCommand_1 = require("../commands/ListDbInstancesForClusterCommand");
|
|
6
|
-
const TimestreamInfluxDBClient_1 = require("../TimestreamInfluxDBClient");
|
|
7
|
-
exports.paginateListDbInstancesForCluster = (0, core_1.createPaginator)(TimestreamInfluxDBClient_1.TimestreamInfluxDBClient, ListDbInstancesForClusterCommand_1.ListDbInstancesForClusterCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListDbInstances = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListDbInstancesCommand_1 = require("../commands/ListDbInstancesCommand");
|
|
6
|
-
const TimestreamInfluxDBClient_1 = require("../TimestreamInfluxDBClient");
|
|
7
|
-
exports.paginateListDbInstances = (0, core_1.createPaginator)(TimestreamInfluxDBClient_1.TimestreamInfluxDBClient, ListDbInstancesCommand_1.ListDbInstancesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListDbParameterGroups = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListDbParameterGroupsCommand_1 = require("../commands/ListDbParameterGroupsCommand");
|
|
6
|
-
const TimestreamInfluxDBClient_1 = require("../TimestreamInfluxDBClient");
|
|
7
|
-
exports.paginateListDbParameterGroups = (0, core_1.createPaginator)(TimestreamInfluxDBClient_1.TimestreamInfluxDBClient, ListDbParameterGroupsCommand_1.ListDbParameterGroupsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./ListDbClustersPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./ListDbInstancesForClusterPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./ListDbInstancesPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./ListDbParameterGroupsPaginator"), exports);
|