@aws-sdk/client-pipes 3.934.0 → 3.936.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 +0 -146
- package/dist-es/index.js +1 -1
- package/dist-es/models/errors.js +95 -0
- package/dist-es/models/models_0.js +0 -95
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +2 -1
- package/dist-types/models/errors.d.ts +133 -0
- package/dist-types/models/models_0.d.ts +0 -132
- package/dist-types/ts3.4/index.d.ts +2 -1
- package/dist-types/ts3.4/models/errors.d.ts +50 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -49
- package/package.json +19 -19
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
package/dist-cjs/index.js
CHANGED
|
@@ -117,19 +117,6 @@ let PipesServiceException$1 = class PipesServiceException extends smithyClient.S
|
|
|
117
117
|
}
|
|
118
118
|
};
|
|
119
119
|
|
|
120
|
-
const AssignPublicIp = {
|
|
121
|
-
DISABLED: "DISABLED",
|
|
122
|
-
ENABLED: "ENABLED",
|
|
123
|
-
};
|
|
124
|
-
const BatchResourceRequirementType = {
|
|
125
|
-
GPU: "GPU",
|
|
126
|
-
MEMORY: "MEMORY",
|
|
127
|
-
VCPU: "VCPU",
|
|
128
|
-
};
|
|
129
|
-
const BatchJobDependencyType = {
|
|
130
|
-
N_TO_N: "N_TO_N",
|
|
131
|
-
SEQUENTIAL: "SEQUENTIAL",
|
|
132
|
-
};
|
|
133
120
|
let ConflictException$1 = class ConflictException extends PipesServiceException$1 {
|
|
134
121
|
name = "ConflictException";
|
|
135
122
|
$fault = "client";
|
|
@@ -146,109 +133,6 @@ let ConflictException$1 = class ConflictException extends PipesServiceException$
|
|
|
146
133
|
this.resourceType = opts.resourceType;
|
|
147
134
|
}
|
|
148
135
|
};
|
|
149
|
-
const RequestedPipeState = {
|
|
150
|
-
RUNNING: "RUNNING",
|
|
151
|
-
STOPPED: "STOPPED",
|
|
152
|
-
};
|
|
153
|
-
const IncludeExecutionDataOption = {
|
|
154
|
-
ALL: "ALL",
|
|
155
|
-
};
|
|
156
|
-
const LogLevel = {
|
|
157
|
-
ERROR: "ERROR",
|
|
158
|
-
INFO: "INFO",
|
|
159
|
-
OFF: "OFF",
|
|
160
|
-
TRACE: "TRACE",
|
|
161
|
-
};
|
|
162
|
-
const S3OutputFormat = {
|
|
163
|
-
JSON: "json",
|
|
164
|
-
PLAIN: "plain",
|
|
165
|
-
W3C: "w3c",
|
|
166
|
-
};
|
|
167
|
-
const OnPartialBatchItemFailureStreams = {
|
|
168
|
-
AUTOMATIC_BISECT: "AUTOMATIC_BISECT",
|
|
169
|
-
};
|
|
170
|
-
const DynamoDBStreamStartPosition = {
|
|
171
|
-
LATEST: "LATEST",
|
|
172
|
-
TRIM_HORIZON: "TRIM_HORIZON",
|
|
173
|
-
};
|
|
174
|
-
const KinesisStreamStartPosition = {
|
|
175
|
-
AT_TIMESTAMP: "AT_TIMESTAMP",
|
|
176
|
-
LATEST: "LATEST",
|
|
177
|
-
TRIM_HORIZON: "TRIM_HORIZON",
|
|
178
|
-
};
|
|
179
|
-
const MSKStartPosition = {
|
|
180
|
-
LATEST: "LATEST",
|
|
181
|
-
TRIM_HORIZON: "TRIM_HORIZON",
|
|
182
|
-
};
|
|
183
|
-
const SelfManagedKafkaStartPosition = {
|
|
184
|
-
LATEST: "LATEST",
|
|
185
|
-
TRIM_HORIZON: "TRIM_HORIZON",
|
|
186
|
-
};
|
|
187
|
-
const LaunchType = {
|
|
188
|
-
EC2: "EC2",
|
|
189
|
-
EXTERNAL: "EXTERNAL",
|
|
190
|
-
FARGATE: "FARGATE",
|
|
191
|
-
};
|
|
192
|
-
const EcsEnvironmentFileType = {
|
|
193
|
-
s3: "s3",
|
|
194
|
-
};
|
|
195
|
-
const EcsResourceRequirementType = {
|
|
196
|
-
GPU: "GPU",
|
|
197
|
-
InferenceAccelerator: "InferenceAccelerator",
|
|
198
|
-
};
|
|
199
|
-
const PlacementConstraintType = {
|
|
200
|
-
DISTINCT_INSTANCE: "distinctInstance",
|
|
201
|
-
MEMBER_OF: "memberOf",
|
|
202
|
-
};
|
|
203
|
-
const PlacementStrategyType = {
|
|
204
|
-
BINPACK: "binpack",
|
|
205
|
-
RANDOM: "random",
|
|
206
|
-
SPREAD: "spread",
|
|
207
|
-
};
|
|
208
|
-
const PropagateTags = {
|
|
209
|
-
TASK_DEFINITION: "TASK_DEFINITION",
|
|
210
|
-
};
|
|
211
|
-
const PipeTargetInvocationType = {
|
|
212
|
-
FIRE_AND_FORGET: "FIRE_AND_FORGET",
|
|
213
|
-
REQUEST_RESPONSE: "REQUEST_RESPONSE",
|
|
214
|
-
};
|
|
215
|
-
const DimensionValueType = {
|
|
216
|
-
VARCHAR: "VARCHAR",
|
|
217
|
-
};
|
|
218
|
-
const EpochTimeUnit = {
|
|
219
|
-
MICROSECONDS: "MICROSECONDS",
|
|
220
|
-
MILLISECONDS: "MILLISECONDS",
|
|
221
|
-
NANOSECONDS: "NANOSECONDS",
|
|
222
|
-
SECONDS: "SECONDS",
|
|
223
|
-
};
|
|
224
|
-
const MeasureValueType = {
|
|
225
|
-
BIGINT: "BIGINT",
|
|
226
|
-
BOOLEAN: "BOOLEAN",
|
|
227
|
-
DOUBLE: "DOUBLE",
|
|
228
|
-
TIMESTAMP: "TIMESTAMP",
|
|
229
|
-
VARCHAR: "VARCHAR",
|
|
230
|
-
};
|
|
231
|
-
const TimeFieldType = {
|
|
232
|
-
EPOCH: "EPOCH",
|
|
233
|
-
TIMESTAMP_FORMAT: "TIMESTAMP_FORMAT",
|
|
234
|
-
};
|
|
235
|
-
const PipeState = {
|
|
236
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
237
|
-
CREATE_ROLLBACK_FAILED: "CREATE_ROLLBACK_FAILED",
|
|
238
|
-
CREATING: "CREATING",
|
|
239
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
240
|
-
DELETE_ROLLBACK_FAILED: "DELETE_ROLLBACK_FAILED",
|
|
241
|
-
DELETING: "DELETING",
|
|
242
|
-
RUNNING: "RUNNING",
|
|
243
|
-
STARTING: "STARTING",
|
|
244
|
-
START_FAILED: "START_FAILED",
|
|
245
|
-
STOPPED: "STOPPED",
|
|
246
|
-
STOPPING: "STOPPING",
|
|
247
|
-
STOP_FAILED: "STOP_FAILED",
|
|
248
|
-
UPDATE_FAILED: "UPDATE_FAILED",
|
|
249
|
-
UPDATE_ROLLBACK_FAILED: "UPDATE_ROLLBACK_FAILED",
|
|
250
|
-
UPDATING: "UPDATING",
|
|
251
|
-
};
|
|
252
136
|
let InternalException$1 = class InternalException extends PipesServiceException$1 {
|
|
253
137
|
name = "InternalException";
|
|
254
138
|
$fault = "server";
|
|
@@ -327,11 +211,6 @@ let ValidationException$1 = class ValidationException extends PipesServiceExcept
|
|
|
327
211
|
this.fieldList = opts.fieldList;
|
|
328
212
|
}
|
|
329
213
|
};
|
|
330
|
-
const RequestedPipeStateDescribeResponse = {
|
|
331
|
-
DELETED: "DELETED",
|
|
332
|
-
RUNNING: "RUNNING",
|
|
333
|
-
STOPPED: "STOPPED",
|
|
334
|
-
};
|
|
335
214
|
|
|
336
215
|
const _A = "Attempts";
|
|
337
216
|
const _ABS = "AdditionalBootstrapServers";
|
|
@@ -1723,47 +1602,22 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1723
1602
|
enumerable: true,
|
|
1724
1603
|
get: function () { return smithyClient.Client; }
|
|
1725
1604
|
});
|
|
1726
|
-
exports.AssignPublicIp = AssignPublicIp;
|
|
1727
|
-
exports.BatchJobDependencyType = BatchJobDependencyType;
|
|
1728
|
-
exports.BatchResourceRequirementType = BatchResourceRequirementType;
|
|
1729
1605
|
exports.ConflictException = ConflictException$1;
|
|
1730
1606
|
exports.CreatePipeCommand = CreatePipeCommand;
|
|
1731
1607
|
exports.DeletePipeCommand = DeletePipeCommand;
|
|
1732
1608
|
exports.DescribePipeCommand = DescribePipeCommand;
|
|
1733
|
-
exports.DimensionValueType = DimensionValueType;
|
|
1734
|
-
exports.DynamoDBStreamStartPosition = DynamoDBStreamStartPosition;
|
|
1735
|
-
exports.EcsEnvironmentFileType = EcsEnvironmentFileType;
|
|
1736
|
-
exports.EcsResourceRequirementType = EcsResourceRequirementType;
|
|
1737
|
-
exports.EpochTimeUnit = EpochTimeUnit;
|
|
1738
|
-
exports.IncludeExecutionDataOption = IncludeExecutionDataOption;
|
|
1739
1609
|
exports.InternalException = InternalException$1;
|
|
1740
|
-
exports.KinesisStreamStartPosition = KinesisStreamStartPosition;
|
|
1741
|
-
exports.LaunchType = LaunchType;
|
|
1742
1610
|
exports.ListPipesCommand = ListPipesCommand;
|
|
1743
1611
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1744
|
-
exports.LogLevel = LogLevel;
|
|
1745
|
-
exports.MSKStartPosition = MSKStartPosition;
|
|
1746
|
-
exports.MeasureValueType = MeasureValueType;
|
|
1747
1612
|
exports.NotFoundException = NotFoundException$1;
|
|
1748
|
-
exports.OnPartialBatchItemFailureStreams = OnPartialBatchItemFailureStreams;
|
|
1749
|
-
exports.PipeState = PipeState;
|
|
1750
|
-
exports.PipeTargetInvocationType = PipeTargetInvocationType;
|
|
1751
1613
|
exports.Pipes = Pipes;
|
|
1752
1614
|
exports.PipesClient = PipesClient;
|
|
1753
1615
|
exports.PipesServiceException = PipesServiceException$1;
|
|
1754
|
-
exports.PlacementConstraintType = PlacementConstraintType;
|
|
1755
|
-
exports.PlacementStrategyType = PlacementStrategyType;
|
|
1756
|
-
exports.PropagateTags = PropagateTags;
|
|
1757
|
-
exports.RequestedPipeState = RequestedPipeState;
|
|
1758
|
-
exports.RequestedPipeStateDescribeResponse = RequestedPipeStateDescribeResponse;
|
|
1759
|
-
exports.S3OutputFormat = S3OutputFormat;
|
|
1760
|
-
exports.SelfManagedKafkaStartPosition = SelfManagedKafkaStartPosition;
|
|
1761
1616
|
exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
|
|
1762
1617
|
exports.StartPipeCommand = StartPipeCommand;
|
|
1763
1618
|
exports.StopPipeCommand = StopPipeCommand;
|
|
1764
1619
|
exports.TagResourceCommand = TagResourceCommand;
|
|
1765
1620
|
exports.ThrottlingException = ThrottlingException$1;
|
|
1766
|
-
exports.TimeFieldType = TimeFieldType;
|
|
1767
1621
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1768
1622
|
exports.UpdatePipeCommand = UpdatePipeCommand;
|
|
1769
1623
|
exports.ValidationException = ValidationException$1;
|
package/dist-es/index.js
CHANGED
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { PipesServiceException as __BaseException } from "./PipesServiceException";
|
|
2
|
+
export class ConflictException extends __BaseException {
|
|
3
|
+
name = "ConflictException";
|
|
4
|
+
$fault = "client";
|
|
5
|
+
resourceId;
|
|
6
|
+
resourceType;
|
|
7
|
+
constructor(opts) {
|
|
8
|
+
super({
|
|
9
|
+
name: "ConflictException",
|
|
10
|
+
$fault: "client",
|
|
11
|
+
...opts,
|
|
12
|
+
});
|
|
13
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
14
|
+
this.resourceId = opts.resourceId;
|
|
15
|
+
this.resourceType = opts.resourceType;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
export class InternalException extends __BaseException {
|
|
19
|
+
name = "InternalException";
|
|
20
|
+
$fault = "server";
|
|
21
|
+
retryAfterSeconds;
|
|
22
|
+
constructor(opts) {
|
|
23
|
+
super({
|
|
24
|
+
name: "InternalException",
|
|
25
|
+
$fault: "server",
|
|
26
|
+
...opts,
|
|
27
|
+
});
|
|
28
|
+
Object.setPrototypeOf(this, InternalException.prototype);
|
|
29
|
+
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
export class NotFoundException extends __BaseException {
|
|
33
|
+
name = "NotFoundException";
|
|
34
|
+
$fault = "client";
|
|
35
|
+
constructor(opts) {
|
|
36
|
+
super({
|
|
37
|
+
name: "NotFoundException",
|
|
38
|
+
$fault: "client",
|
|
39
|
+
...opts,
|
|
40
|
+
});
|
|
41
|
+
Object.setPrototypeOf(this, NotFoundException.prototype);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
export class ServiceQuotaExceededException extends __BaseException {
|
|
45
|
+
name = "ServiceQuotaExceededException";
|
|
46
|
+
$fault = "client";
|
|
47
|
+
resourceId;
|
|
48
|
+
resourceType;
|
|
49
|
+
serviceCode;
|
|
50
|
+
quotaCode;
|
|
51
|
+
constructor(opts) {
|
|
52
|
+
super({
|
|
53
|
+
name: "ServiceQuotaExceededException",
|
|
54
|
+
$fault: "client",
|
|
55
|
+
...opts,
|
|
56
|
+
});
|
|
57
|
+
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
58
|
+
this.resourceId = opts.resourceId;
|
|
59
|
+
this.resourceType = opts.resourceType;
|
|
60
|
+
this.serviceCode = opts.serviceCode;
|
|
61
|
+
this.quotaCode = opts.quotaCode;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
export class ThrottlingException extends __BaseException {
|
|
65
|
+
name = "ThrottlingException";
|
|
66
|
+
$fault = "client";
|
|
67
|
+
serviceCode;
|
|
68
|
+
quotaCode;
|
|
69
|
+
retryAfterSeconds;
|
|
70
|
+
constructor(opts) {
|
|
71
|
+
super({
|
|
72
|
+
name: "ThrottlingException",
|
|
73
|
+
$fault: "client",
|
|
74
|
+
...opts,
|
|
75
|
+
});
|
|
76
|
+
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
77
|
+
this.serviceCode = opts.serviceCode;
|
|
78
|
+
this.quotaCode = opts.quotaCode;
|
|
79
|
+
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
export class ValidationException extends __BaseException {
|
|
83
|
+
name = "ValidationException";
|
|
84
|
+
$fault = "client";
|
|
85
|
+
fieldList;
|
|
86
|
+
constructor(opts) {
|
|
87
|
+
super({
|
|
88
|
+
name: "ValidationException",
|
|
89
|
+
$fault: "client",
|
|
90
|
+
...opts,
|
|
91
|
+
});
|
|
92
|
+
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
93
|
+
this.fieldList = opts.fieldList;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { PipesServiceException as __BaseException } from "./PipesServiceException";
|
|
2
1
|
export const AssignPublicIp = {
|
|
3
2
|
DISABLED: "DISABLED",
|
|
4
3
|
ENABLED: "ENABLED",
|
|
@@ -12,22 +11,6 @@ export const BatchJobDependencyType = {
|
|
|
12
11
|
N_TO_N: "N_TO_N",
|
|
13
12
|
SEQUENTIAL: "SEQUENTIAL",
|
|
14
13
|
};
|
|
15
|
-
export class ConflictException extends __BaseException {
|
|
16
|
-
name = "ConflictException";
|
|
17
|
-
$fault = "client";
|
|
18
|
-
resourceId;
|
|
19
|
-
resourceType;
|
|
20
|
-
constructor(opts) {
|
|
21
|
-
super({
|
|
22
|
-
name: "ConflictException",
|
|
23
|
-
$fault: "client",
|
|
24
|
-
...opts,
|
|
25
|
-
});
|
|
26
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
27
|
-
this.resourceId = opts.resourceId;
|
|
28
|
-
this.resourceType = opts.resourceType;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
14
|
export const RequestedPipeState = {
|
|
32
15
|
RUNNING: "RUNNING",
|
|
33
16
|
STOPPED: "STOPPED",
|
|
@@ -131,84 +114,6 @@ export const PipeState = {
|
|
|
131
114
|
UPDATE_ROLLBACK_FAILED: "UPDATE_ROLLBACK_FAILED",
|
|
132
115
|
UPDATING: "UPDATING",
|
|
133
116
|
};
|
|
134
|
-
export class InternalException extends __BaseException {
|
|
135
|
-
name = "InternalException";
|
|
136
|
-
$fault = "server";
|
|
137
|
-
retryAfterSeconds;
|
|
138
|
-
constructor(opts) {
|
|
139
|
-
super({
|
|
140
|
-
name: "InternalException",
|
|
141
|
-
$fault: "server",
|
|
142
|
-
...opts,
|
|
143
|
-
});
|
|
144
|
-
Object.setPrototypeOf(this, InternalException.prototype);
|
|
145
|
-
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
export class NotFoundException extends __BaseException {
|
|
149
|
-
name = "NotFoundException";
|
|
150
|
-
$fault = "client";
|
|
151
|
-
constructor(opts) {
|
|
152
|
-
super({
|
|
153
|
-
name: "NotFoundException",
|
|
154
|
-
$fault: "client",
|
|
155
|
-
...opts,
|
|
156
|
-
});
|
|
157
|
-
Object.setPrototypeOf(this, NotFoundException.prototype);
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
export class ServiceQuotaExceededException extends __BaseException {
|
|
161
|
-
name = "ServiceQuotaExceededException";
|
|
162
|
-
$fault = "client";
|
|
163
|
-
resourceId;
|
|
164
|
-
resourceType;
|
|
165
|
-
serviceCode;
|
|
166
|
-
quotaCode;
|
|
167
|
-
constructor(opts) {
|
|
168
|
-
super({
|
|
169
|
-
name: "ServiceQuotaExceededException",
|
|
170
|
-
$fault: "client",
|
|
171
|
-
...opts,
|
|
172
|
-
});
|
|
173
|
-
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
174
|
-
this.resourceId = opts.resourceId;
|
|
175
|
-
this.resourceType = opts.resourceType;
|
|
176
|
-
this.serviceCode = opts.serviceCode;
|
|
177
|
-
this.quotaCode = opts.quotaCode;
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
export class ThrottlingException extends __BaseException {
|
|
181
|
-
name = "ThrottlingException";
|
|
182
|
-
$fault = "client";
|
|
183
|
-
serviceCode;
|
|
184
|
-
quotaCode;
|
|
185
|
-
retryAfterSeconds;
|
|
186
|
-
constructor(opts) {
|
|
187
|
-
super({
|
|
188
|
-
name: "ThrottlingException",
|
|
189
|
-
$fault: "client",
|
|
190
|
-
...opts,
|
|
191
|
-
});
|
|
192
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
193
|
-
this.serviceCode = opts.serviceCode;
|
|
194
|
-
this.quotaCode = opts.quotaCode;
|
|
195
|
-
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
|
-
export class ValidationException extends __BaseException {
|
|
199
|
-
name = "ValidationException";
|
|
200
|
-
$fault = "client";
|
|
201
|
-
fieldList;
|
|
202
|
-
constructor(opts) {
|
|
203
|
-
super({
|
|
204
|
-
name: "ValidationException",
|
|
205
|
-
$fault: "client",
|
|
206
|
-
...opts,
|
|
207
|
-
});
|
|
208
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
209
|
-
this.fieldList = opts.fieldList;
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
117
|
export const RequestedPipeStateDescribeResponse = {
|
|
213
118
|
DELETED: "DELETED",
|
|
214
119
|
RUNNING: "RUNNING",
|
|
@@ -333,7 +333,7 @@ const _v = "value";
|
|
|
333
333
|
const _w = "weight";
|
|
334
334
|
const n0 = "com.amazonaws.pipes";
|
|
335
335
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
336
|
-
import { ConflictException as __ConflictException, InternalException as __InternalException, NotFoundException as __NotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/
|
|
336
|
+
import { ConflictException as __ConflictException, InternalException as __InternalException, NotFoundException as __NotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
|
|
337
337
|
import { PipesServiceException as __PipesServiceException } from "../models/PipesServiceException";
|
|
338
338
|
export var CapacityProvider = [0, n0, _CP, 8, 0];
|
|
339
339
|
export var Database = [0, n0, _D, 8, 0];
|
package/dist-types/index.d.ts
CHANGED
|
@@ -15,5 +15,6 @@ export type { RuntimeExtension } from "./runtimeExtensions";
|
|
|
15
15
|
export type { PipesExtensionConfiguration } from "./extensionConfiguration";
|
|
16
16
|
export * from "./commands";
|
|
17
17
|
export * from "./pagination";
|
|
18
|
-
export * from "./models";
|
|
18
|
+
export * from "./models/errors";
|
|
19
|
+
export type * from "./models/models_0";
|
|
19
20
|
export { PipesServiceException } from "./models/PipesServiceException";
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { ValidationExceptionField } from "./models_0";
|
|
3
|
+
import { PipesServiceException as __BaseException } from "./PipesServiceException";
|
|
4
|
+
/**
|
|
5
|
+
* <p>An action you attempted resulted in an exception.</p>
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export declare class ConflictException extends __BaseException {
|
|
9
|
+
readonly name: "ConflictException";
|
|
10
|
+
readonly $fault: "client";
|
|
11
|
+
/**
|
|
12
|
+
* <p>The ID of the resource that caused the exception.</p>
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
resourceId: string | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* <p>The type of resource that caused the exception.</p>
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
resourceType: string | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* @internal
|
|
23
|
+
*/
|
|
24
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* <p>This exception occurs due to unexpected causes.</p>
|
|
28
|
+
* @public
|
|
29
|
+
*/
|
|
30
|
+
export declare class InternalException extends __BaseException {
|
|
31
|
+
readonly name: "InternalException";
|
|
32
|
+
readonly $fault: "server";
|
|
33
|
+
/**
|
|
34
|
+
* <p>The number of seconds to wait before retrying the action that caused the
|
|
35
|
+
* exception.</p>
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
retryAfterSeconds?: number | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* @internal
|
|
41
|
+
*/
|
|
42
|
+
constructor(opts: __ExceptionOptionType<InternalException, __BaseException>);
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* <p>An entity that you specified does not exist.</p>
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
export declare class NotFoundException extends __BaseException {
|
|
49
|
+
readonly name: "NotFoundException";
|
|
50
|
+
readonly $fault: "client";
|
|
51
|
+
/**
|
|
52
|
+
* @internal
|
|
53
|
+
*/
|
|
54
|
+
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* <p>A quota has been exceeded.</p>
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
60
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
61
|
+
readonly name: "ServiceQuotaExceededException";
|
|
62
|
+
readonly $fault: "client";
|
|
63
|
+
/**
|
|
64
|
+
* <p>The ID of the resource that caused the exception.</p>
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
resourceId: string | undefined;
|
|
68
|
+
/**
|
|
69
|
+
* <p>The type of resource that caused the exception.</p>
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
72
|
+
resourceType: string | undefined;
|
|
73
|
+
/**
|
|
74
|
+
* <p>The identifier of the service that caused the exception.</p>
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
serviceCode: string | undefined;
|
|
78
|
+
/**
|
|
79
|
+
* <p>The identifier of the quota that caused the exception.</p>
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
quotaCode: string | undefined;
|
|
83
|
+
/**
|
|
84
|
+
* @internal
|
|
85
|
+
*/
|
|
86
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* <p>An action was throttled.</p>
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
export declare class ThrottlingException extends __BaseException {
|
|
93
|
+
readonly name: "ThrottlingException";
|
|
94
|
+
readonly $fault: "client";
|
|
95
|
+
/**
|
|
96
|
+
* <p>The identifier of the service that caused the exception.</p>
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
99
|
+
serviceCode?: string | undefined;
|
|
100
|
+
/**
|
|
101
|
+
* <p>The identifier of the quota that caused the exception.</p>
|
|
102
|
+
* @public
|
|
103
|
+
*/
|
|
104
|
+
quotaCode?: string | undefined;
|
|
105
|
+
/**
|
|
106
|
+
* <p>The number of seconds to wait before retrying the action that caused the
|
|
107
|
+
* exception.</p>
|
|
108
|
+
* @public
|
|
109
|
+
*/
|
|
110
|
+
retryAfterSeconds?: number | undefined;
|
|
111
|
+
/**
|
|
112
|
+
* @internal
|
|
113
|
+
*/
|
|
114
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
115
|
+
}
|
|
116
|
+
/**
|
|
117
|
+
* <p>Indicates that an error has occurred while performing a validate operation.</p>
|
|
118
|
+
* @public
|
|
119
|
+
*/
|
|
120
|
+
export declare class ValidationException extends __BaseException {
|
|
121
|
+
readonly name: "ValidationException";
|
|
122
|
+
readonly $fault: "client";
|
|
123
|
+
/**
|
|
124
|
+
* <p>The list of fields for which validation failed and the corresponding failure
|
|
125
|
+
* messages.</p>
|
|
126
|
+
* @public
|
|
127
|
+
*/
|
|
128
|
+
fieldList?: ValidationExceptionField[] | undefined;
|
|
129
|
+
/**
|
|
130
|
+
* @internal
|
|
131
|
+
*/
|
|
132
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
133
|
+
}
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
-
import { PipesServiceException as __BaseException } from "./PipesServiceException";
|
|
3
1
|
/**
|
|
4
2
|
* @public
|
|
5
3
|
* @enum
|
|
@@ -408,28 +406,6 @@ export interface CloudwatchLogsLogDestinationParameters {
|
|
|
408
406
|
*/
|
|
409
407
|
LogGroupArn: string | undefined;
|
|
410
408
|
}
|
|
411
|
-
/**
|
|
412
|
-
* <p>An action you attempted resulted in an exception.</p>
|
|
413
|
-
* @public
|
|
414
|
-
*/
|
|
415
|
-
export declare class ConflictException extends __BaseException {
|
|
416
|
-
readonly name: "ConflictException";
|
|
417
|
-
readonly $fault: "client";
|
|
418
|
-
/**
|
|
419
|
-
* <p>The ID of the resource that caused the exception.</p>
|
|
420
|
-
* @public
|
|
421
|
-
*/
|
|
422
|
-
resourceId: string | undefined;
|
|
423
|
-
/**
|
|
424
|
-
* <p>The type of resource that caused the exception.</p>
|
|
425
|
-
* @public
|
|
426
|
-
*/
|
|
427
|
-
resourceType: string | undefined;
|
|
428
|
-
/**
|
|
429
|
-
* @internal
|
|
430
|
-
*/
|
|
431
|
-
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
432
|
-
}
|
|
433
409
|
/**
|
|
434
410
|
* @public
|
|
435
411
|
* @enum
|
|
@@ -2481,96 +2457,6 @@ export interface CreatePipeResponse {
|
|
|
2481
2457
|
*/
|
|
2482
2458
|
LastModifiedTime?: Date | undefined;
|
|
2483
2459
|
}
|
|
2484
|
-
/**
|
|
2485
|
-
* <p>This exception occurs due to unexpected causes.</p>
|
|
2486
|
-
* @public
|
|
2487
|
-
*/
|
|
2488
|
-
export declare class InternalException extends __BaseException {
|
|
2489
|
-
readonly name: "InternalException";
|
|
2490
|
-
readonly $fault: "server";
|
|
2491
|
-
/**
|
|
2492
|
-
* <p>The number of seconds to wait before retrying the action that caused the
|
|
2493
|
-
* exception.</p>
|
|
2494
|
-
* @public
|
|
2495
|
-
*/
|
|
2496
|
-
retryAfterSeconds?: number | undefined;
|
|
2497
|
-
/**
|
|
2498
|
-
* @internal
|
|
2499
|
-
*/
|
|
2500
|
-
constructor(opts: __ExceptionOptionType<InternalException, __BaseException>);
|
|
2501
|
-
}
|
|
2502
|
-
/**
|
|
2503
|
-
* <p>An entity that you specified does not exist.</p>
|
|
2504
|
-
* @public
|
|
2505
|
-
*/
|
|
2506
|
-
export declare class NotFoundException extends __BaseException {
|
|
2507
|
-
readonly name: "NotFoundException";
|
|
2508
|
-
readonly $fault: "client";
|
|
2509
|
-
/**
|
|
2510
|
-
* @internal
|
|
2511
|
-
*/
|
|
2512
|
-
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
2513
|
-
}
|
|
2514
|
-
/**
|
|
2515
|
-
* <p>A quota has been exceeded.</p>
|
|
2516
|
-
* @public
|
|
2517
|
-
*/
|
|
2518
|
-
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
2519
|
-
readonly name: "ServiceQuotaExceededException";
|
|
2520
|
-
readonly $fault: "client";
|
|
2521
|
-
/**
|
|
2522
|
-
* <p>The ID of the resource that caused the exception.</p>
|
|
2523
|
-
* @public
|
|
2524
|
-
*/
|
|
2525
|
-
resourceId: string | undefined;
|
|
2526
|
-
/**
|
|
2527
|
-
* <p>The type of resource that caused the exception.</p>
|
|
2528
|
-
* @public
|
|
2529
|
-
*/
|
|
2530
|
-
resourceType: string | undefined;
|
|
2531
|
-
/**
|
|
2532
|
-
* <p>The identifier of the service that caused the exception.</p>
|
|
2533
|
-
* @public
|
|
2534
|
-
*/
|
|
2535
|
-
serviceCode: string | undefined;
|
|
2536
|
-
/**
|
|
2537
|
-
* <p>The identifier of the quota that caused the exception.</p>
|
|
2538
|
-
* @public
|
|
2539
|
-
*/
|
|
2540
|
-
quotaCode: string | undefined;
|
|
2541
|
-
/**
|
|
2542
|
-
* @internal
|
|
2543
|
-
*/
|
|
2544
|
-
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
2545
|
-
}
|
|
2546
|
-
/**
|
|
2547
|
-
* <p>An action was throttled.</p>
|
|
2548
|
-
* @public
|
|
2549
|
-
*/
|
|
2550
|
-
export declare class ThrottlingException extends __BaseException {
|
|
2551
|
-
readonly name: "ThrottlingException";
|
|
2552
|
-
readonly $fault: "client";
|
|
2553
|
-
/**
|
|
2554
|
-
* <p>The identifier of the service that caused the exception.</p>
|
|
2555
|
-
* @public
|
|
2556
|
-
*/
|
|
2557
|
-
serviceCode?: string | undefined;
|
|
2558
|
-
/**
|
|
2559
|
-
* <p>The identifier of the quota that caused the exception.</p>
|
|
2560
|
-
* @public
|
|
2561
|
-
*/
|
|
2562
|
-
quotaCode?: string | undefined;
|
|
2563
|
-
/**
|
|
2564
|
-
* <p>The number of seconds to wait before retrying the action that caused the
|
|
2565
|
-
* exception.</p>
|
|
2566
|
-
* @public
|
|
2567
|
-
*/
|
|
2568
|
-
retryAfterSeconds?: number | undefined;
|
|
2569
|
-
/**
|
|
2570
|
-
* @internal
|
|
2571
|
-
*/
|
|
2572
|
-
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
2573
|
-
}
|
|
2574
2460
|
/**
|
|
2575
2461
|
* <p>Indicates that an error has occurred while performing a validate operation.</p>
|
|
2576
2462
|
* @public
|
|
@@ -2587,24 +2473,6 @@ export interface ValidationExceptionField {
|
|
|
2587
2473
|
*/
|
|
2588
2474
|
message: string | undefined;
|
|
2589
2475
|
}
|
|
2590
|
-
/**
|
|
2591
|
-
* <p>Indicates that an error has occurred while performing a validate operation.</p>
|
|
2592
|
-
* @public
|
|
2593
|
-
*/
|
|
2594
|
-
export declare class ValidationException extends __BaseException {
|
|
2595
|
-
readonly name: "ValidationException";
|
|
2596
|
-
readonly $fault: "client";
|
|
2597
|
-
/**
|
|
2598
|
-
* <p>The list of fields for which validation failed and the corresponding failure
|
|
2599
|
-
* messages.</p>
|
|
2600
|
-
* @public
|
|
2601
|
-
*/
|
|
2602
|
-
fieldList?: ValidationExceptionField[] | undefined;
|
|
2603
|
-
/**
|
|
2604
|
-
* @internal
|
|
2605
|
-
*/
|
|
2606
|
-
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
2607
|
-
}
|
|
2608
2476
|
/**
|
|
2609
2477
|
* @public
|
|
2610
2478
|
*/
|
|
@@ -5,5 +5,6 @@ export { RuntimeExtension } from "./runtimeExtensions";
|
|
|
5
5
|
export { PipesExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
7
|
export * from "./pagination";
|
|
8
|
-
export * from "./models";
|
|
8
|
+
export * from "./models/errors";
|
|
9
|
+
export * from "./models/models_0";
|
|
9
10
|
export { PipesServiceException } from "./models/PipesServiceException";
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { ValidationExceptionField } from "./models_0";
|
|
3
|
+
import { PipesServiceException as __BaseException } from "./PipesServiceException";
|
|
4
|
+
export declare class ConflictException extends __BaseException {
|
|
5
|
+
readonly name: "ConflictException";
|
|
6
|
+
readonly $fault: "client";
|
|
7
|
+
resourceId: string | undefined;
|
|
8
|
+
resourceType: string | undefined;
|
|
9
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
10
|
+
}
|
|
11
|
+
export declare class InternalException extends __BaseException {
|
|
12
|
+
readonly name: "InternalException";
|
|
13
|
+
readonly $fault: "server";
|
|
14
|
+
retryAfterSeconds?: number | undefined;
|
|
15
|
+
constructor(opts: __ExceptionOptionType<InternalException, __BaseException>);
|
|
16
|
+
}
|
|
17
|
+
export declare class NotFoundException extends __BaseException {
|
|
18
|
+
readonly name: "NotFoundException";
|
|
19
|
+
readonly $fault: "client";
|
|
20
|
+
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
21
|
+
}
|
|
22
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
23
|
+
readonly name: "ServiceQuotaExceededException";
|
|
24
|
+
readonly $fault: "client";
|
|
25
|
+
resourceId: string | undefined;
|
|
26
|
+
resourceType: string | undefined;
|
|
27
|
+
serviceCode: string | undefined;
|
|
28
|
+
quotaCode: string | undefined;
|
|
29
|
+
constructor(
|
|
30
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
31
|
+
);
|
|
32
|
+
}
|
|
33
|
+
export declare class ThrottlingException extends __BaseException {
|
|
34
|
+
readonly name: "ThrottlingException";
|
|
35
|
+
readonly $fault: "client";
|
|
36
|
+
serviceCode?: string | undefined;
|
|
37
|
+
quotaCode?: string | undefined;
|
|
38
|
+
retryAfterSeconds?: number | undefined;
|
|
39
|
+
constructor(
|
|
40
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
41
|
+
);
|
|
42
|
+
}
|
|
43
|
+
export declare class ValidationException extends __BaseException {
|
|
44
|
+
readonly name: "ValidationException";
|
|
45
|
+
readonly $fault: "client";
|
|
46
|
+
fieldList?: ValidationExceptionField[] | undefined;
|
|
47
|
+
constructor(
|
|
48
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
49
|
+
);
|
|
50
|
+
}
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
-
import { PipesServiceException as __BaseException } from "./PipesServiceException";
|
|
3
1
|
export declare const AssignPublicIp: {
|
|
4
2
|
readonly DISABLED: "DISABLED";
|
|
5
3
|
readonly ENABLED: "ENABLED";
|
|
@@ -59,13 +57,6 @@ export interface CloudwatchLogsLogDestination {
|
|
|
59
57
|
export interface CloudwatchLogsLogDestinationParameters {
|
|
60
58
|
LogGroupArn: string | undefined;
|
|
61
59
|
}
|
|
62
|
-
export declare class ConflictException extends __BaseException {
|
|
63
|
-
readonly name: "ConflictException";
|
|
64
|
-
readonly $fault: "client";
|
|
65
|
-
resourceId: string | undefined;
|
|
66
|
-
resourceType: string | undefined;
|
|
67
|
-
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
68
|
-
}
|
|
69
60
|
export declare const RequestedPipeState: {
|
|
70
61
|
readonly RUNNING: "RUNNING";
|
|
71
62
|
readonly STOPPED: "STOPPED";
|
|
@@ -603,50 +594,10 @@ export interface CreatePipeResponse {
|
|
|
603
594
|
CreationTime?: Date | undefined;
|
|
604
595
|
LastModifiedTime?: Date | undefined;
|
|
605
596
|
}
|
|
606
|
-
export declare class InternalException extends __BaseException {
|
|
607
|
-
readonly name: "InternalException";
|
|
608
|
-
readonly $fault: "server";
|
|
609
|
-
retryAfterSeconds?: number | undefined;
|
|
610
|
-
constructor(opts: __ExceptionOptionType<InternalException, __BaseException>);
|
|
611
|
-
}
|
|
612
|
-
export declare class NotFoundException extends __BaseException {
|
|
613
|
-
readonly name: "NotFoundException";
|
|
614
|
-
readonly $fault: "client";
|
|
615
|
-
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
616
|
-
}
|
|
617
|
-
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
618
|
-
readonly name: "ServiceQuotaExceededException";
|
|
619
|
-
readonly $fault: "client";
|
|
620
|
-
resourceId: string | undefined;
|
|
621
|
-
resourceType: string | undefined;
|
|
622
|
-
serviceCode: string | undefined;
|
|
623
|
-
quotaCode: string | undefined;
|
|
624
|
-
constructor(
|
|
625
|
-
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
626
|
-
);
|
|
627
|
-
}
|
|
628
|
-
export declare class ThrottlingException extends __BaseException {
|
|
629
|
-
readonly name: "ThrottlingException";
|
|
630
|
-
readonly $fault: "client";
|
|
631
|
-
serviceCode?: string | undefined;
|
|
632
|
-
quotaCode?: string | undefined;
|
|
633
|
-
retryAfterSeconds?: number | undefined;
|
|
634
|
-
constructor(
|
|
635
|
-
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
636
|
-
);
|
|
637
|
-
}
|
|
638
597
|
export interface ValidationExceptionField {
|
|
639
598
|
name: string | undefined;
|
|
640
599
|
message: string | undefined;
|
|
641
600
|
}
|
|
642
|
-
export declare class ValidationException extends __BaseException {
|
|
643
|
-
readonly name: "ValidationException";
|
|
644
|
-
readonly $fault: "client";
|
|
645
|
-
fieldList?: ValidationExceptionField[] | undefined;
|
|
646
|
-
constructor(
|
|
647
|
-
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
648
|
-
);
|
|
649
|
-
}
|
|
650
601
|
export interface DeletePipeRequest {
|
|
651
602
|
Name: string | undefined;
|
|
652
603
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-pipes",
|
|
3
3
|
"description": "AWS SDK for JavaScript Pipes Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.936.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-pipes",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.936.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.936.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.936.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.936.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
30
|
+
"@aws-sdk/types": "3.936.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.936.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.936.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
-
"@smithy/core": "^3.18.
|
|
35
|
+
"@smithy/core": "^3.18.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
37
|
"@smithy/hash-node": "^4.2.5",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.12",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.6",
|
|
43
43
|
"@smithy/middleware-stack": "^4.2.5",
|
|
44
44
|
"@smithy/node-config-provider": "^4.3.5",
|
|
45
45
|
"@smithy/node-http-handler": "^4.4.5",
|
|
46
46
|
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
47
|
+
"@smithy/smithy-client": "^4.9.8",
|
|
48
48
|
"@smithy/types": "^4.9.0",
|
|
49
49
|
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.11",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.14",
|
|
55
55
|
"@smithy/util-endpoints": "^3.2.5",
|
|
56
56
|
"@smithy/util-middleware": "^4.2.5",
|
|
57
57
|
"@smithy/util-retry": "^4.2.5",
|
package/dist-es/models/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|